
table, td,
th,
tr, .word-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto; }

/*! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Remove the margin in all browsers (opinionated).
 */
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: .67em 0; }

/**
 * Reset margins and paddings
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
dl, dd, ol, ul,
form, fieldset, legend,
table, th, td, caption,
hr {
  margin: 0;
  padding: 0; }

/* Grouping content (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 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 */ }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000; }

/**
 * 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: -.25em; }

sup {
  top: -.5em; }

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none; }

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */
/**
 * Collapse border spacing
 */
table {
  border-collapse: collapse; }

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  background-color: transparent;
  color: inherit;
  font-size: inherit;
  line-height: inherit; }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation; }

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

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default; }

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

html {
  font-size: 16px;
  line-height: 1.618;
  overflow-y: scroll;
  min-height: 100%;
  overflow-x: hidden; }
  html.html-logged-in {
    margin-top: 0 !important; }

body {
  font-family: "Value Trial", sans-serif;
  text-rendering: optimizeLegibility;
  background-color: #fff;
  color: #6D6D6D;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.body-logged-in {
    position: relative;
    top: 61px; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: underline; }

a {
  color: #007961;
  text-decoration: none; }

.no-posts-found {
  margin-bottom: 0;
  text-align: center; }

.page-content ul {
  margin-left: 0;
  list-style: none; }
  .page-content ul li {
    padding-left: 0.809rem;
    position: relative;
    margin-bottom: 0.4045rem; }
    .page-content ul li:hover:before {
      left: 3px;
      transition: .25s; }
    .page-content ul li:before {
      content: '';
      display: inline-block;
      background-image: url("../images/content-list.svg");
      width: 6px;
      height: 12px;
      position: absolute;
      left: 0;
      top: 6px;
      transition: .25s; }
    .page-content ul li a {
      color: #1A1A1A;
      text-decoration: none;
      transition: 0.25s linear all; }
      .page-content ul li a:hover {
        color: black;
        transition: 0.25s linear all;
        text-decoration: underline !important; }
.page-content a {
  color: #007961;
  text-decoration: underline;
  transition: 0.25s linear color; }
  .page-content a:hover {
    color: #002d24;
    transition: 0.25s linear color; }

.wp-caption {
  width: 100% !important;
  max-width: 100% !important;
  position: relative;
  margin-bottom: 1.618rem; }
  .wp-caption img {
    width: 100% !important;
    max-width: 100% !important; }

.wp-caption-text {
  background: #f7f7f7;
  padding: 12px;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  font-family: "Value Serif Trial", serif; }

.page-content img {
  border-radius: 4px;
  max-width: 100% !important; }

.gallery {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .gallery img {
    width: 100% !important;
    border: 0 !important; }

.gallery-columns-2 br {
  display: none; }

.gallery-columns-3 br {
  display: none; }

.gallery-columns-4 br {
  display: none; }

.gallery-item {
  position: relative; }
  .gallery-item .wp-caption-text {
    width: auto;
    max-width: 100%; }

.gallery-item {
  float: none !important;
  margin: 0 !important;
  position: relative;
  width: auto !important; }

.shortcode--button {
  margin-bottom: 1.618rem; }

.website-notice {
  padding: 1.618rem;
  background: white; }
  .website-notice p {
    margin-bottom: 0;
    text-align: center; }

.alignleft {
  float: left;
  margin-right: 1.618rem;
  margin-bottom: 1.618rem;
  margin-top: 5px; }

.alignright {
  float: right;
  margin-left: 1.618rem;
  margin-bottom: 1.618rem;
  margin-top: 5px; }

.issuuembed {
  width: 100% !important;
  height: auto !important; }

h1, h2, h3, h4, h5, h6, hgroup,
ul, ol, dl,
blockquote, p, address,
table,
fieldset, figure,
pre {
  margin-bottom: 1.618rem; }

hr {
  margin-bottom: 1.618rem; }

ul, ol, dd {
  margin-left: 1.618rem; }

@font-face {
  font-family: 'Value Serif Trial';
  src: url("../fonts/value-serif-bold.eot");
  src: url("../fonts/value-serif-bold.eot?#iefix") format("embedded-opentype"), url("../fonts/value-serif-bold.woff2") format("woff2"), url("../fonts/value-serif-bold.woff") format("woff"), url("../fonts/value-serif-bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'FoundersGrotCondMedium';
  src: url("../fonts/FoundersGrotCondMedium.eot");
  src: url("../fonts/FoundersGrotCondMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/FoundersGrotCondMedium.woff2") format("woff2"), url("../fonts/FoundersGrotCondMedium.woff") format("woff"), url("../fonts/FoundersGrotCondMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Value Trial';
  src: url("../fonts/value-sans-regular.eot");
  src: url("../fonts/value-sans-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/value-sans-regular.woff2") format("woff2"), url("../fonts/value-sans-regular.woff") format("woff"), url("../fonts/value-sans-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
h1, h2, h3, h4, h5, h6 {
  line-height: 1.3715;
  font-family: "Value Serif Trial", serif;
  color: #1A1A1A; }

h1,
.h1 {
  font-size: 36.4911575317px;
  font-size: 2.2806973457rem; }
  @media (min-width: 569.536px) {
    h1,
    .h1 {
      font-size: 41.3376393914px;
      font-size: calc(0.9853136303vw + 30.8794416942px); } }
  @media (min-width: 1553.28px) {
    h1,
    .h1 {
      font-size: 46.1841212511px;
      font-size: 2.8865075782rem; } }

h2,
.h2 {
  font-size: 32.4365844727px;
  font-size: 2.0272865295rem; }
  @media (min-width: 569.536px) {
    h2,
    .h2 {
      font-size: 36.7445683479px;
      font-size: calc(0.8758343381vw + 27.4483926171px); } }
  @media (min-width: 1553.28px) {
    h2,
    .h2 {
      font-size: 41.0525522232px;
      font-size: 2.565784514rem; } }

h3,
.h3 {
  font-size: 28.8325195313px;
  font-size: 1.8020324707rem; }
  @media (min-width: 569.536px) {
    h3,
    .h3 {
      font-size: 32.6618385315px;
      font-size: calc(0.7785194116vw + 24.3985712152px); } }
  @media (min-width: 1553.28px) {
    h3,
    .h3 {
      font-size: 36.4911575317px;
      font-size: 2.2806973457rem; } }

h4,
.h4 {
  font-size: 25.62890625px;
  font-size: 1.6018066406rem; }
  @media (min-width: 569.536px) {
    h4,
    .h4 {
      font-size: 29.0327453613px;
      font-size: calc(0.6920172548vw + 21.6876188579px); } }
  @media (min-width: 1553.28px) {
    h4,
    .h4 {
      font-size: 32.4365844727px;
      font-size: 2.0272865295rem; } }

h5,
.h5 {
  font-size: 22.78125px;
  font-size: 1.423828125rem; }
  @media (min-width: 569.536px) {
    h5,
    .h5 {
      font-size: 25.8068847656px;
      font-size: calc(0.6151264487vw + 19.2778834293px); } }
  @media (min-width: 1553.28px) {
    h5,
    .h5 {
      font-size: 28.8325195313px;
      font-size: 1.8020324707rem; } }

h6,
.h6 {
  font-size: 20.25px;
  font-size: 1.265625rem; }
  @media (min-width: 569.536px) {
    h6,
    .h6 {
      font-size: 21.515625px;
      font-size: calc(0.2573077955vw + 18.7845394737px); } }
  @media (min-width: 1553.28px) {
    h6,
    .h6 {
      font-size: 22.78125px;
      font-size: 1.423828125rem; } }

textarea,
select,
input {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 0.809rem;
  background-color: white; }

input[type="checkbox"],
input[type="radio"] {
  width: auto;
  margin-right: 0.4045rem; }

textarea {
  max-width: 100%;
  resize: vertical; }

label {
  display: inline-block; }

input:focus,
textarea:focus,
select:focus {
  border: 1px solid #F4D9DC;
  box-shadow: 0 none;
  outline: none;
  border-bottom: 1px solid #F4D9DC !important; }

select option:disabled {
  color: #9E9E9E !important; }

fieldset {
  padding: 1.618rem; }

legend {
  padding: 0 0.809rem; }

img {
  max-width: 100%;
  height: auto; }

img[width],
img[height] {
  max-width: none; }

figure > img {
  display: block; }

table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #e8e8e5; }

td,
th,
tr {
  border: 1px solid #e8e8e5; }

td,
th {
  padding: 0.809rem; }

th {
  background-color: white;
  text-align: left; }

dl {
  margin: 3.236rem 0 0 1.618rem; }

dt {
  font-size: 1.25rem;
  color: #F4D9DC;
  margin-bottom: 0.4045rem; }

dd {
  margin: 0 0 3.236rem; }
  dd:after {
    content: "";
    display: block;
    clear: left; }

blockquote {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-family: "Value Serif Trial", serif;
  color: #1A1A1A;
  background: white;
  border-left: 0.20225rem solid #007961;
  margin: 1.618rem 0;
  padding: 0 1.618rem;
  padding-right: 0; }
  @media (min-width: 200px) {
    blockquote {
      font-size: 20px;
      font-size: calc(0.8vw + 14.4px); } }
  @media (min-width: 1200px) {
    blockquote {
      font-size: 24px;
      font-size: 1.5rem; } }
  @media screen and (min-width: 64.72rem) {
    blockquote {
      padding: 0 1.618rem; } }
  blockquote p {
    display: inline; }

hr {
  border-top: 0 none;
  border-right: 0 none;
  border-bottom: 1px solid #e8e8e5;
  border-left: 0 none; }

.bordered {
  border: 1px solid #e8e8e5; }

.color--alpha {
  color: #F4D9DC; }

.background--alpha {
  background-color: #F4D9DC; }

.color--bravo {
  color: #007961; }

.background--bravo {
  background-color: #007961; }

.color--twitter {
  color: #1da1f2; }

.background--twitter {
  background-color: #1da1f2; }

.color--error {
  color: #C60F13; }

.background--error {
  background-color: #C60F13; }

.color--warning {
  color: #E3B000; }

.background--warning {
  background-color: #E3B000; }

.color--success {
  color: #00930e; }

.background--success {
  background-color: #00930e; }

.content-container {
  max-width: 59.866rem;
  margin-left: auto;
  margin-right: auto; }

.content-container--small {
  max-width: 50.158rem;
  margin-left: auto;
  margin-right: auto; }

.content-container--smallest {
  max-width: 40.45rem;
  margin-left: auto;
  margin-right: auto; }

.content-container--large {
  max-width: 69.574rem;
  margin-left: auto;
  margin-right: auto; }

.content-container--largest {
  max-width: 79.282rem;
  margin-left: auto;
  margin-right: auto; }

.breakpoint-identifier {
  display: none; }

.text--16 {
  font-size: 1rem; }
.text--20 {
  font-size: 1.25rem; }

.table th {
  background-color: #F4D9DC;
  color: white; }

.hr {
  text-align: left; }
  .hr--alpha {
    border-bottom-color: #F4D9DC; }
  .hr--40 {
    max-width: 40%; }
  .hr--80 {
    max-width: 80%; }
  .hr--center {
    margin-left: auto;
    margin-right: auto;
    text-align: center; }

.button, .standard-page input[type="submit"] {
  font-family: "FoundersGrotCondMedium", sans-serif;
  text-decoration: none !important;
  color: white;
  background-color: #007961;
  font-family: "FoundersGrotCondMedium", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  padding: 6px 36px 6px 0.809rem;
  border-radius: 4px;
  letter-spacing: 1px;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  transition: 0.25s linear background;
  border: 0; }
  @media (min-width: 200px) {
    .button, .standard-page input[type="submit"] {
      font-size: 16px;
      font-size: calc(0.4vw + 13.2px); } }
  @media (min-width: 1200px) {
    .button, .standard-page input[type="submit"] {
      font-size: 18px;
      font-size: 1.125rem; } }
  .button:hover, .standard-page input[type="submit"]:hover {
    background: #004638;
    transition: 0.25s linear background; }
  .button svg, .standard-page input[type="submit"] svg {
    fill: white; }
  .button--alpha {
    background-color: #F4D9DC;
    color: #1A1A1A !important; }
    .button--alpha svg {
      fill: #1A1A1A; }
    .button--alpha:hover {
      background: #e9b1b8;
      transition: 0.25s linear background; }
  .button--echo {
    background: #F1F1F1;
    color: #1A1A1A !important; }
    .button--echo svg {
      fill: #1A1A1A; }
    .button--echo:hover {
      background: #d8d8d8;
      transition: 0.25s linear background; }
  .button--single {
    text-align: center;
    padding: 0.4045rem 1.618rem; }
  .button--monthly {
    text-align: center;
    padding: 0.4045rem 1.618rem; }
  .button:disabled, .standard-page input[type="submit"]:disabled, .button:disabled:hover, .standard-page input[type="submit"]:disabled:hover, .button[aria-disabled="true"], .standard-page input[aria-disabled="true"][type="submit"], .button[aria-disabled="true"]:hover, .standard-page input[aria-disabled="true"][type="submit"]:hover {
    background-color: #F1F1F1;
    color: #999999;
    cursor: not-allowed; }

button:hover {
  cursor: pointer; }

.svg {
  width: 100%;
  height: auto;
  stroke-linecap: round;
  stroke-linejoin: round; }
  .svg--twitter {
    fill: #1da1f2; }
  .svg--facebook {
    fill: #3b5998; }
  .svg--googleplus {
    fill: #dd4b39; }
  .svg--instagram {
    fill: #c13584; }
  .svg--linkedin {
    fill: #0077b5; }
  .svg--pinterest {
    fill: #bd081c; }
  .svg--vimeo {
    fill: #1ab7ea; }
  .svg--soundcloud {
    fill: #ff8800; }
  .svg--rss {
    fill: #f26522; }
  .svg--link-arrow {
    max-width: 7px;
    max-height: 11px;
    position: absolute;
    right: 0.809rem;
    top: 50%;
    transform: translateY(-50%); }
  .svg--cta-arrow {
    max-width: 19px;
    max-height: 20px; }
  .svg-footer--facebook {
    max-width: 28px;
    max-height: 28px; }
  .svg-footer--twitter {
    max-width: 28px;
    max-height: 28px; }
  .svg-footer--vimeo {
    max-width: 28px;
    max-height: 28px; }
  .svg-footer--instagram {
    max-width: 28px;
    max-height: 28px; }
  .svg-header--search {
    max-width: 16px;
    max-height: 16px; }
  .svg--single-event-calendar {
    max-width: 20px;
    max-height: 20px;
    fill: #007961; }
  .svg--single-event-marker {
    max-width: 15px;
    max-height: 20px;
    fill: #007961; }
  .svg--gallery {
    max-width: 27px;
    max-height: 50px; }
  .svg--team-link {
    max-width: 20px;
    max-height: 20px;
    fill: #007961;
    text-decoration: none; }

.map-container {
  position: relative;
  padding-bottom: 65%;
  height: 0;
  overflow: hidden;
  border-radius: 4px; }

.map-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden; }
  .video-container p {
    margin: 0;
    opacity: 0;
    height: 0;
    width: 0; }
  .video-container span {
    width: 100% !important;
    height: auto !important; }
  .video-container .fb-video {
    width: 100%; }

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%; }

.flex-vertical {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 100%; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .flex-vertical {
      display: block; } }
  .flex-vertical__content {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .flex-vertical__footer {
    margin-top: auto;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto; }

.menu-icon {
  position: relative;
  /* Give the menu-icon position relative so we can absolutely position children */
  width: 1.25em;
  /* Icon width */
  height: 1.25em;
  /* Icon height */
  display: inline-block; }

.menu-icon span {
  position: absolute;
  /* Absolutely position all children of the menu-icon */
  height: 0.0833333333em;
  /* Height of each line in our menu button */
  width: 100%;
  /* With of each line */
  background-color: #6D6D6D;
  /* Background colour of each line */
  transition: all 150ms ease-in-out;
  /* Transition added for the background colour */
  transform: rotate(0deg); }

.menu-icon span:nth-child(1) {
  top: 0.0337837838em;
  /* Position the first line roughly 1px from the top */ }

.menu-icon span:nth-child(2),
.menu-icon span:nth-child(3) {
  top: 0.390625em;
  /* Position the second line roughly 10px from the top, one on top of the other */ }

.menu-icon span:nth-child(4) {
  top: 0.78125em;
  /* Position the fourth line roughly 20px from the top */ }

.menu-button:hover span,
.menu-button:focus span,
.menu-button:active span,
.menu-button.nice-select.open span {
  background: white;
  /* On hover, change the background-color of the menu icon */ }

/* Turn the Menu icon into a close icon */
input[type=checkbox]:checked ~ .label-container .menu-icon span:nth-child(1), input[type=checkbox]:checked ~ .label-container .menu-icon span:nth-child(4) {
  opacity: 0; }
input[type=checkbox]:checked ~ .label-container .menu-icon span:nth-child(2) {
  transform: rotate(45deg); }
input[type=checkbox]:checked ~ .label-container .menu-icon span:nth-child(3) {
  top: 0.390625em;
  /* Position the third line over the second line */
  transform: rotate(-45deg);
  /* Rotate the third line -45 degrees */ }

#checkbox-main-menu:checked ~ .main-menu-label .menu-icon span:nth-child(1), #checkbox-main-menu:checked ~ .main-menu-label .menu-icon span:nth-child(4) {
  opacity: 0; }
#checkbox-main-menu:checked ~ .main-menu-label .menu-icon span:nth-child(2) {
  transform: rotate(45deg); }
#checkbox-main-menu:checked ~ .main-menu-label .menu-icon span:nth-child(3) {
  top: 0.390625em;
  /* Position the third line over the second line */
  transform: rotate(-45deg);
  /* Rotate the third line -45 degrees */ }

.menu-icon.is-active span:nth-child(1),
.menu-icon.is-active span:nth-child(4) {
  opacity: 0;
  /* Hide the first line */ }

.menu-icon.is-active span:nth-child(2) {
  transform: rotate(45deg);
  /* Rotate the second line 45 degrees */ }

.menu-icon.is-active span:nth-child(3) {
  top: 0.390625em;
  /* Position the third line over the second line */
  transform: rotate(-45deg);
  /* Rotate the third line -45 degrees */ }

@keyframes animation-background-gradient {
  0% {
    background-position: 0% 7%; }
  50% {
    background-position: 100% 94%; }
  100% {
    background-position: 0% 7%; } }
.carousel {
  position: relative;
  border-radius: 4px; }
  .carousel__container {
    position: relative; }
  .carousel__item {
    position: relative;
    background-size: cover;
    background-position: center center; }
  .carousel__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #6D6D6D;
    opacity: 0.7; }
    @supports (mix-blend-mode: multiply) {
      .carousel__overlay {
        opacity: 1;
        mix-blend-mode: multiply; } }
  .carousel__content {
    position: relative;
    padding: 9.708rem 4.045rem;
    color: white; }

.carousel__nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  width: 1.618rem;
  height: 1.618rem;
  background-color: white;
  border-radius: 50%;
  border: 0 none;
  padding: 0;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .carousel__nav--next {
    right: 0.809rem; }
    .carousel__nav--next svg {
      transform: rotate(180deg); }
  .carousel__nav--prev {
    left: 0.809rem; }
  .carousel__nav svg {
    max-width: 1.2135rem;
    max-height: 1.2135rem;
    fill: #F4D9DC; }

.carousel__pagination {
  position: relative;
  bottom: -0.60675rem;
  width: 100%;
  text-align: center;
  pointer-events: none; }

.carousel__pagination-button {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0;
  margin: 0 0.101125rem;
  width: 1.2135rem;
  height: 1.2135rem;
  text-indent: -9999px;
  border-radius: 50%;
  border: 0.1618rem solid #F7F7F7;
  background-color: #efefef;
  pointer-events: auto;
  cursor: pointer; }
  .carousel__pagination-button.is-active {
    background-color: #007961; }

.accordion {
  margin-bottom: 0.4045rem; }
  .accordion__title {
    position: relative;
    padding: 1.2135rem;
    padding-right: 3.236rem;
    color: #6D6D6D;
    background-color: #e8e8e5;
    cursor: pointer;
    transition: all 150ms; }
    .accordion__title .svg {
      position: absolute;
      right: 1.2135rem;
      top: 50%;
      transform: translateY(-50%) rotate(-90deg);
      fill: #6D6D6D;
      transition: transform 250ms;
      max-width: 1.618rem;
      max-height: 1.618rem; }
    .accordion__title.is-active {
      background-color: #007961;
      color: white; }
      .accordion__title.is-active .svg {
        transform: translateY(-50%) rotate(90deg);
        fill: white; }
  .accordion__content {
    border: 1px solid #e8e8e5;
    padding: 1.2135rem; }
    .accordion__content p:last-of-type {
      margin-bottom: 0; }

.accordions {
  margin-top: 3.236rem;
  margin-bottom: 3.236rem; }

@media screen and (min-width: 48.54rem) {
  .page-layout {
    display: inline-block; }
    @supports (display: flex) {
      .page-layout {
        display: -ms-flexbox;
        display: flex; } }
    .page-layout__main-container {
      display: inline-block;
      width: 66.6666666667%; }
      @supports (display: flex) {
        .page-layout__main-container {
          -ms-flex: 0 1 66.6666666667%;
              flex: 0 1 66.6666666667%;
          width: auto; } }
      .page-layout__main-container--events {
        padding-right: 4.854rem !important; }
    .page-layout__sidebar-container {
      display: inline-block;
      width: 33.3333333333%; }
      @supports (display: flex) {
        .page-layout__sidebar-container {
          -ms-flex: 1 0 33.3333333333%;
              flex: 1 0 33.3333333333%;
          width: auto; } }
    .page-layout > *:nth-child(1) {
      padding-right: 8.09rem; }
    .page-layout > *:nth-child(2) {
      padding-left: 0.809rem; } }

@media screen and (min-width: 48.54rem) {
  .page-layout--three .page-layout__main-container {
    display: inline-block;
    width: 57.1428571429%; }
    @supports (display: flex) {
      .page-layout--three .page-layout__main-container {
        -ms-flex: 0 1 57.1428571429%;
            flex: 0 1 57.1428571429%;
        width: auto; } }
  .page-layout--three .page-layout__sidebar-container {
    display: inline-block;
    width: 21.4285714286%; }
    @supports (display: flex) {
      .page-layout--three .page-layout__sidebar-container {
        -ms-flex: 1 0 21.4285714286%;
            flex: 1 0 21.4285714286%;
        width: auto; } } }
@media screen and (min-width: 48.54rem) {
  .page-layout--three > *:nth-child(2) {
    padding-right: 0.809rem; }
  .page-layout--three > *:nth-child(3) {
    padding-left: 0.809rem; } }

.grid, .gallery-columns-2, .gallery-columns-3, .gallery-columns-4 {
  font-size: 0;
  display: inline-block;
  width: 100%;
  margin-left: -0.809rem;
  margin-right: -0.809rem; }
  .grid--full {
    margin-left: 0;
    margin-right: 0; }
  @supports (display: flex) {
    .grid, .gallery-columns-2, .gallery-columns-3, .gallery-columns-4 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @supports (display: grid) {
    .grid, .gallery-columns-2, .gallery-columns-3, .gallery-columns-4 {
      display: -ms-grid;
      display: grid;
      grid-gap: 1.618rem;
      margin-left: 0;
      margin-right: 0; }
      .grid.grid--full, .grid--full.gallery-columns-2, .grid--full.gallery-columns-3, .grid--full.gallery-columns-4 {
        grid-gap: 0; }
      .grid.grid--ends, .grid--ends.gallery-columns-2, .grid--ends.gallery-columns-3, .grid--ends.gallery-columns-4 {
        grid-gap: 1.618rem 0; }
      .grid.grid--sides, .grid--sides.gallery-columns-2, .grid--sides.gallery-columns-3, .grid--sides.gallery-columns-4 {
        grid-gap: 0 1.618rem; }
      @media screen and (min-width: 32.36rem) {
        .grid.grid--halves, .gallery-columns-2, .grid--halves.gallery-columns-3, .grid--halves.gallery-columns-4 {
          -ms-grid-columns: (1fr)[2];
              grid-template-columns: repeat(2, 1fr); } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--top-index-buttons, .grid--top-index-buttons.gallery-columns-2, .grid--top-index-buttons.gallery-columns-3, .grid--top-index-buttons.gallery-columns-4 {
          -ms-grid-columns: (1fr)[2];
              grid-template-columns: repeat(2, 1fr); } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--bottom-footer, .grid--bottom-footer.gallery-columns-2, .grid--bottom-footer.gallery-columns-3, .grid--bottom-footer.gallery-columns-4 {
          -ms-grid-columns: (1fr)[2];
              grid-template-columns: repeat(2, 1fr);
          -ms-flex-align: center;
              align-items: center; } }
      @media screen and (min-width: 32.36rem) {
        .grid.grid--thirds, .grid--thirds.gallery-columns-2, .gallery-columns-3, .grid--thirds.gallery-columns-4 {
          -ms-grid-columns: (1fr)[2];
              grid-template-columns: repeat(2, 1fr); } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--thirds, .grid--thirds.gallery-columns-2, .gallery-columns-3, .grid--thirds.gallery-columns-4 {
          -ms-grid-columns: (1fr)[3];
              grid-template-columns: repeat(3, 1fr); } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--news, .grid--news.gallery-columns-2, .grid--news.gallery-columns-3, .grid--news.gallery-columns-4 {
          -ms-grid-columns: (1fr)[3];
              grid-template-columns: repeat(3, 1fr); } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--news > .grid__item, .grid--news.gallery-columns-2 > .grid__item, .grid--news.gallery-columns-3 > .grid__item, .grid--news.gallery-columns-4 > .grid__item, .grid.grid--news > .gallery-item, .grid--news.gallery-columns-2 > .gallery-item, .grid--news.gallery-columns-3 > .gallery-item, .grid--news.gallery-columns-4 > .gallery-item {
          -ms-grid-column-span: 2;
              grid-column-end: span 2; } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--news > .grid__item:last-of-type, .grid--news.gallery-columns-2 > .grid__item:last-of-type, .grid--news.gallery-columns-3 > .grid__item:last-of-type, .grid--news.gallery-columns-4 > .grid__item:last-of-type, .grid.grid--news > .gallery-item:last-of-type, .grid--news.gallery-columns-2 > .gallery-item:last-of-type, .grid--news.gallery-columns-3 > .gallery-item:last-of-type, .grid--news.gallery-columns-4 > .gallery-item:last-of-type {
          -ms-grid-column-span: 1;
              grid-column-end: span 1; } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--team-member, .grid--team-member.gallery-columns-2, .grid--team-member.gallery-columns-3, .grid--team-member.gallery-columns-4 {
          -ms-grid-columns: (1fr)[3];
              grid-template-columns: repeat(3, 1fr); } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--team-member > .grid__item, .grid--team-member.gallery-columns-2 > .grid__item, .grid--team-member.gallery-columns-3 > .grid__item, .grid--team-member.gallery-columns-4 > .grid__item, .grid.grid--team-member > .gallery-item, .grid--team-member.gallery-columns-2 > .gallery-item, .grid--team-member.gallery-columns-3 > .gallery-item, .grid--team-member.gallery-columns-4 > .gallery-item {
          -ms-grid-column-span: 1;
              grid-column-end: span 1; } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--team-member > .grid__item:last-of-type, .grid--team-member.gallery-columns-2 > .grid__item:last-of-type, .grid--team-member.gallery-columns-3 > .grid__item:last-of-type, .grid--team-member.gallery-columns-4 > .grid__item:last-of-type, .grid.grid--team-member > .gallery-item:last-of-type, .grid--team-member.gallery-columns-2 > .gallery-item:last-of-type, .grid--team-member.gallery-columns-3 > .gallery-item:last-of-type, .grid--team-member.gallery-columns-4 > .gallery-item:last-of-type {
          -ms-grid-column-span: 2;
              grid-column-end: span 2; } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--search, .grid--search.gallery-columns-2, .grid--search.gallery-columns-3, .grid--search.gallery-columns-4 {
          -ms-grid-columns: (1fr)[3];
              grid-template-columns: repeat(3, 1fr); } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--search > .grid__item, .grid--search.gallery-columns-2 > .grid__item, .grid--search.gallery-columns-3 > .grid__item, .grid--search.gallery-columns-4 > .grid__item, .grid.grid--search > .gallery-item, .grid--search.gallery-columns-2 > .gallery-item, .grid--search.gallery-columns-3 > .gallery-item, .grid--search.gallery-columns-4 > .gallery-item {
          -ms-grid-column-span: 2;
              grid-column-end: span 2; } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--search > .grid__item:last-of-type, .grid--search.gallery-columns-2 > .grid__item:last-of-type, .grid--search.gallery-columns-3 > .grid__item:last-of-type, .grid--search.gallery-columns-4 > .grid__item:last-of-type, .grid.grid--search > .gallery-item:last-of-type, .grid--search.gallery-columns-2 > .gallery-item:last-of-type, .grid--search.gallery-columns-3 > .gallery-item:last-of-type, .grid--search.gallery-columns-4 > .gallery-item:last-of-type {
          -ms-grid-column-span: 1;
              grid-column-end: span 1; } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--location-updates, .grid--location-updates.gallery-columns-2, .grid--location-updates.gallery-columns-3, .grid--location-updates.gallery-columns-4 {
          -ms-grid-columns: (1fr)[3];
              grid-template-columns: repeat(3, 1fr);
          grid-gap: 4.854rem; } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--location-updates > .grid__item, .grid--location-updates.gallery-columns-2 > .grid__item, .grid--location-updates.gallery-columns-3 > .grid__item, .grid--location-updates.gallery-columns-4 > .grid__item, .grid.grid--location-updates > .gallery-item, .grid--location-updates.gallery-columns-2 > .gallery-item, .grid--location-updates.gallery-columns-3 > .gallery-item, .grid--location-updates.gallery-columns-4 > .gallery-item {
          -ms-grid-column-span: 1;
              grid-column-end: span 1; } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--location-updates > .grid__item:nth-of-type(3), .grid--location-updates.gallery-columns-2 > .grid__item:nth-of-type(3), .grid--location-updates.gallery-columns-3 > .grid__item:nth-of-type(3), .grid--location-updates.gallery-columns-4 > .grid__item:nth-of-type(3), .grid.grid--location-updates > .gallery-item:nth-of-type(3), .grid--location-updates.gallery-columns-2 > .gallery-item:nth-of-type(3), .grid--location-updates.gallery-columns-3 > .gallery-item:nth-of-type(3), .grid--location-updates.gallery-columns-4 > .gallery-item:nth-of-type(3) {
          -ms-grid-column-span: 2;
              grid-column-end: span 2; } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--location-updates > .grid__item:first-of-type, .grid--location-updates.gallery-columns-2 > .grid__item:first-of-type, .grid--location-updates.gallery-columns-3 > .grid__item:first-of-type, .grid--location-updates.gallery-columns-4 > .grid__item:first-of-type, .grid.grid--location-updates > .gallery-item:first-of-type, .grid--location-updates.gallery-columns-2 > .gallery-item:first-of-type, .grid--location-updates.gallery-columns-3 > .gallery-item:first-of-type, .grid--location-updates.gallery-columns-4 > .gallery-item:first-of-type {
          -ms-grid-column-span: 2;
              grid-column-end: span 2; } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--location-updates > .grid__item:last-of-type, .grid--location-updates.gallery-columns-2 > .grid__item:last-of-type, .grid--location-updates.gallery-columns-3 > .grid__item:last-of-type, .grid--location-updates.gallery-columns-4 > .grid__item:last-of-type, .grid.grid--location-updates > .gallery-item:last-of-type, .grid--location-updates.gallery-columns-2 > .gallery-item:last-of-type, .grid--location-updates.gallery-columns-3 > .gallery-item:last-of-type, .grid--location-updates.gallery-columns-4 > .gallery-item:last-of-type {
          -ms-grid-column-span: 1;
              grid-column-end: span 1; } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--location-header, .grid--location-header.gallery-columns-2, .grid--location-header.gallery-columns-3, .grid--location-header.gallery-columns-4 {
          -ms-grid-columns: (1fr)[5];
              grid-template-columns: repeat(5, 1fr); } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--location-header > .grid__item, .grid--location-header.gallery-columns-2 > .grid__item, .grid--location-header.gallery-columns-3 > .grid__item, .grid--location-header.gallery-columns-4 > .grid__item, .grid.grid--location-header > .gallery-item, .grid--location-header.gallery-columns-2 > .gallery-item, .grid--location-header.gallery-columns-3 > .gallery-item, .grid--location-header.gallery-columns-4 > .gallery-item {
          -ms-grid-column-span: 3;
              grid-column-end: span 3; } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--location-header > .grid__item:last-of-type, .grid--location-header.gallery-columns-2 > .grid__item:last-of-type, .grid--location-header.gallery-columns-3 > .grid__item:last-of-type, .grid--location-header.gallery-columns-4 > .grid__item:last-of-type, .grid.grid--location-header > .gallery-item:last-of-type, .grid--location-header.gallery-columns-2 > .gallery-item:last-of-type, .grid--location-header.gallery-columns-3 > .gallery-item:last-of-type, .grid--location-header.gallery-columns-4 > .gallery-item:last-of-type {
          -ms-grid-column-span: 2;
              grid-column-end: span 2; } }
      .grid.grid--event-card-location, .grid--event-card-location.gallery-columns-2, .grid--event-card-location.gallery-columns-3, .grid--event-card-location.gallery-columns-4 {
        -ms-flex-align: center;
            align-items: center; }
        @media screen and (min-width: 80.9rem) {
          .grid.grid--event-card-location, .grid--event-card-location.gallery-columns-2, .grid--event-card-location.gallery-columns-3, .grid--event-card-location.gallery-columns-4 {
            -ms-grid-columns: (1fr)[6];
                grid-template-columns: repeat(6, 1fr); } }
        @media screen and (min-width: 80.9rem) {
          .grid.grid--event-card-location > .grid__item, .grid--event-card-location.gallery-columns-2 > .grid__item, .grid--event-card-location.gallery-columns-3 > .grid__item, .grid--event-card-location.gallery-columns-4 > .grid__item, .grid.grid--event-card-location > .gallery-item, .grid--event-card-location.gallery-columns-2 > .gallery-item, .grid--event-card-location.gallery-columns-3 > .gallery-item, .grid--event-card-location.gallery-columns-4 > .gallery-item {
            -ms-grid-column-span: 3;
                grid-column-end: span 3; } }
        @media screen and (min-width: 80.9rem) {
          .grid.grid--event-card-location > .grid__item:last-of-type, .grid--event-card-location.gallery-columns-2 > .grid__item:last-of-type, .grid--event-card-location.gallery-columns-3 > .grid__item:last-of-type, .grid--event-card-location.gallery-columns-4 > .grid__item:last-of-type, .grid.grid--event-card-location > .gallery-item:last-of-type, .grid--event-card-location.gallery-columns-2 > .gallery-item:last-of-type, .grid--event-card-location.gallery-columns-3 > .gallery-item:last-of-type, .grid--event-card-location.gallery-columns-4 > .gallery-item:last-of-type {
            -ms-grid-column-span: 3;
                grid-column-end: span 3; } }
      .grid.grid--event-map-tickets, .grid--event-map-tickets.gallery-columns-2, .grid--event-map-tickets.gallery-columns-3, .grid--event-map-tickets.gallery-columns-4 {
        margin-bottom: 1.618rem; }
        @media screen and (min-width: 64.72rem) {
          .grid.grid--event-map-tickets, .grid--event-map-tickets.gallery-columns-2, .grid--event-map-tickets.gallery-columns-3, .grid--event-map-tickets.gallery-columns-4 {
            -ms-grid-columns: (1fr)[10];
                grid-template-columns: repeat(10, 1fr); } }
        @media screen and (min-width: 64.72rem) {
          .grid.grid--event-map-tickets > .grid__item, .grid--event-map-tickets.gallery-columns-2 > .grid__item, .grid--event-map-tickets.gallery-columns-3 > .grid__item, .grid--event-map-tickets.gallery-columns-4 > .grid__item, .grid.grid--event-map-tickets > .gallery-item, .grid--event-map-tickets.gallery-columns-2 > .gallery-item, .grid--event-map-tickets.gallery-columns-3 > .gallery-item, .grid--event-map-tickets.gallery-columns-4 > .gallery-item {
            -ms-grid-column-span: 5;
                grid-column-end: span 5; } }
        @media screen and (min-width: 64.72rem) {
          .grid.grid--event-map-tickets > .grid__item:last-of-type, .grid--event-map-tickets.gallery-columns-2 > .grid__item:last-of-type, .grid--event-map-tickets.gallery-columns-3 > .grid__item:last-of-type, .grid--event-map-tickets.gallery-columns-4 > .grid__item:last-of-type, .grid.grid--event-map-tickets > .gallery-item:last-of-type, .grid--event-map-tickets.gallery-columns-2 > .gallery-item:last-of-type, .grid--event-map-tickets.gallery-columns-3 > .gallery-item:last-of-type, .grid--event-map-tickets.gallery-columns-4 > .gallery-item:last-of-type {
            -ms-grid-column-span: 5;
                grid-column-end: span 5; } }
      .grid.grid--event-map-tickets--default, .grid--event-map-tickets--default.gallery-columns-2, .grid--event-map-tickets--default.gallery-columns-3, .grid--event-map-tickets--default.gallery-columns-4 {
        margin-bottom: 1.618rem; }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--get-involved, .grid--get-involved.gallery-columns-2, .grid--get-involved.gallery-columns-3, .grid--get-involved.gallery-columns-4 {
          -ms-grid-columns: (1fr)[12];
              grid-template-columns: repeat(12, 1fr); } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--get-involved > .grid__item, .grid--get-involved.gallery-columns-2 > .grid__item, .grid--get-involved.gallery-columns-3 > .grid__item, .grid--get-involved.gallery-columns-4 > .grid__item, .grid.grid--get-involved > .gallery-item, .grid--get-involved.gallery-columns-2 > .gallery-item, .grid--get-involved.gallery-columns-3 > .gallery-item, .grid--get-involved.gallery-columns-4 > .gallery-item {
          -ms-grid-column-span: 7;
              grid-column-end: span 7; } }
      .grid.grid--get-involved > .grid__item:last-of-type, .grid--get-involved.gallery-columns-2 > .grid__item:last-of-type, .grid--get-involved.gallery-columns-3 > .grid__item:last-of-type, .grid--get-involved.gallery-columns-4 > .grid__item:last-of-type, .grid.grid--get-involved > .gallery-item:last-of-type, .grid--get-involved.gallery-columns-2 > .gallery-item:last-of-type, .grid--get-involved.gallery-columns-3 > .gallery-item:last-of-type, .grid--get-involved.gallery-columns-4 > .gallery-item:last-of-type {
        position: relative; }
        @media screen and (min-width: 64.72rem) {
          .grid.grid--get-involved > .grid__item:last-of-type, .grid--get-involved.gallery-columns-2 > .grid__item:last-of-type, .grid--get-involved.gallery-columns-3 > .grid__item:last-of-type, .grid--get-involved.gallery-columns-4 > .grid__item:last-of-type, .grid.grid--get-involved > .gallery-item:last-of-type, .grid--get-involved.gallery-columns-2 > .gallery-item:last-of-type, .grid--get-involved.gallery-columns-3 > .gallery-item:last-of-type, .grid--get-involved.gallery-columns-4 > .gallery-item:last-of-type {
            -ms-grid-column-span: 5;
                grid-column-end: span 5; } }
      @media screen and (min-width: 32.36rem) {
        .grid.grid--content-blocks, .grid--content-blocks.gallery-columns-2, .grid--content-blocks.gallery-columns-3, .grid--content-blocks.gallery-columns-4 {
          -ms-grid-columns: (1fr)[2];
              grid-template-columns: repeat(2, 1fr); } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--content-blocks, .grid--content-blocks.gallery-columns-2, .grid--content-blocks.gallery-columns-3, .grid--content-blocks.gallery-columns-4 {
          -ms-grid-columns: (1fr)[3];
              grid-template-columns: repeat(3, 1fr); } }
      @media screen and (min-width: 32.36rem) {
        .grid.grid--content-blocks > .grid__item, .grid--content-blocks.gallery-columns-2 > .grid__item, .grid--content-blocks.gallery-columns-3 > .grid__item, .grid--content-blocks.gallery-columns-4 > .grid__item, .grid.grid--content-blocks > .gallery-item, .grid--content-blocks.gallery-columns-2 > .gallery-item, .grid--content-blocks.gallery-columns-3 > .gallery-item, .grid--content-blocks.gallery-columns-4 > .gallery-item {
          -ms-grid-column-span: 1;
              grid-column-end: span 1; } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--content-blocks > .grid__item, .grid--content-blocks.gallery-columns-2 > .grid__item, .grid--content-blocks.gallery-columns-3 > .grid__item, .grid--content-blocks.gallery-columns-4 > .grid__item, .grid.grid--content-blocks > .gallery-item, .grid--content-blocks.gallery-columns-2 > .gallery-item, .grid--content-blocks.gallery-columns-3 > .gallery-item, .grid--content-blocks.gallery-columns-4 > .gallery-item {
          -ms-grid-column-span: 2;
              grid-column-end: span 2; } }
      .grid.grid--content-blocks > .grid__item:last-of-type, .grid--content-blocks.gallery-columns-2 > .grid__item:last-of-type, .grid--content-blocks.gallery-columns-3 > .grid__item:last-of-type, .grid--content-blocks.gallery-columns-4 > .grid__item:last-of-type, .grid.grid--content-blocks > .gallery-item:last-of-type, .grid--content-blocks.gallery-columns-2 > .gallery-item:last-of-type, .grid--content-blocks.gallery-columns-3 > .gallery-item:last-of-type, .grid--content-blocks.gallery-columns-4 > .gallery-item:last-of-type {
        position: relative; }
        @media screen and (min-width: 32.36rem) {
          .grid.grid--content-blocks > .grid__item:last-of-type, .grid--content-blocks.gallery-columns-2 > .grid__item:last-of-type, .grid--content-blocks.gallery-columns-3 > .grid__item:last-of-type, .grid--content-blocks.gallery-columns-4 > .grid__item:last-of-type, .grid.grid--content-blocks > .gallery-item:last-of-type, .grid--content-blocks.gallery-columns-2 > .gallery-item:last-of-type, .grid--content-blocks.gallery-columns-3 > .gallery-item:last-of-type, .grid--content-blocks.gallery-columns-4 > .gallery-item:last-of-type {
            -ms-grid-column-span: 1;
                grid-column-end: span 1; } }
        @media screen and (min-width: 64.72rem) {
          .grid.grid--content-blocks > .grid__item:last-of-type, .grid--content-blocks.gallery-columns-2 > .grid__item:last-of-type, .grid--content-blocks.gallery-columns-3 > .grid__item:last-of-type, .grid--content-blocks.gallery-columns-4 > .grid__item:last-of-type, .grid.grid--content-blocks > .gallery-item:last-of-type, .grid--content-blocks.gallery-columns-2 > .gallery-item:last-of-type, .grid--content-blocks.gallery-columns-3 > .gallery-item:last-of-type, .grid--content-blocks.gallery-columns-4 > .gallery-item:last-of-type {
            -ms-grid-column-span: 1;
                grid-column-end: span 1; } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--content-blocks.grid--content-blocks--reversed > .grid__item, .grid--content-blocks.grid--content-blocks--reversed.gallery-columns-2 > .grid__item, .grid--content-blocks.grid--content-blocks--reversed.gallery-columns-3 > .grid__item, .grid--content-blocks.grid--content-blocks--reversed.gallery-columns-4 > .grid__item, .grid.grid--content-blocks.grid--content-blocks--reversed > .gallery-item, .grid--content-blocks.grid--content-blocks--reversed.gallery-columns-2 > .gallery-item, .grid--content-blocks.grid--content-blocks--reversed.gallery-columns-3 > .gallery-item, .grid--content-blocks.grid--content-blocks--reversed.gallery-columns-4 > .gallery-item {
          -ms-grid-column-span: 1;
              grid-column-end: span 1; } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--content-blocks.grid--content-blocks--reversed > .grid__item:last-of-type, .grid--content-blocks.grid--content-blocks--reversed.gallery-columns-2 > .grid__item:last-of-type, .grid--content-blocks.grid--content-blocks--reversed.gallery-columns-3 > .grid__item:last-of-type, .grid--content-blocks.grid--content-blocks--reversed.gallery-columns-4 > .grid__item:last-of-type, .grid.grid--content-blocks.grid--content-blocks--reversed > .gallery-item:last-of-type, .grid--content-blocks.grid--content-blocks--reversed.gallery-columns-2 > .gallery-item:last-of-type, .grid--content-blocks.grid--content-blocks--reversed.gallery-columns-3 > .gallery-item:last-of-type, .grid--content-blocks.grid--content-blocks--reversed.gallery-columns-4 > .gallery-item:last-of-type {
          -ms-grid-column-span: 2;
              grid-column-end: span 2; } }
      @media screen and (min-width: 32.36rem) {
        .grid.grid--quarters, .grid--quarters.gallery-columns-2, .grid--quarters.gallery-columns-3, .gallery-columns-4 {
          -ms-grid-columns: (1fr)[2];
              grid-template-columns: repeat(2, 1fr); } }
      @media screen and (min-width: 64.72rem) {
        .grid.grid--quarters, .grid--quarters.gallery-columns-2, .grid--quarters.gallery-columns-3, .gallery-columns-4 {
          -ms-grid-columns: (1fr)[4];
              grid-template-columns: repeat(4, 1fr); } } }
  .grid__item, .gallery-item {
    font-size: 1rem;
    display: inline-block;
    padding-left: 0.809rem;
    padding-right: 0.809rem;
    margin-bottom: 1.618rem;
    vertical-align: top;
    display: inline-block;
    width: 100%; }
    .grid--sides .grid__item, .grid--sides .gallery-item {
      margin-bottom: 0; }
    .grid--full .grid__item, .grid--full .gallery-item {
      padding-left: 0;
      padding-right: 0; }
    @supports (display: flex) {
      .grid__item, .gallery-item {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        width: auto; } }
    @supports (display: grid) {
      .grid__item, .gallery-item {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 0 !important;
        -ms-flex: none !important;
            flex: none !important; } }
    @media screen and (min-width: 32.36rem) {
      .grid--halves .grid__item, .gallery-columns-2 .grid__item, .grid--halves .gallery-item, .gallery-columns-2 .gallery-item {
        display: inline-block;
        width: 50%; }
        @supports (display: flex) {
          .grid--halves .grid__item, .gallery-columns-2 .grid__item, .grid--halves .gallery-item, .gallery-columns-2 .gallery-item {
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
            width: auto; } } }
    @media screen and (min-width: 32.36rem) {
      .grid--top-index-buttons .grid__item, .grid--top-index-buttons .gallery-item {
        display: inline-block;
        width: 50%; }
        @supports (display: flex) {
          .grid--top-index-buttons .grid__item, .grid--top-index-buttons .gallery-item {
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--get-involved > .grid__item, .grid--get-involved > .gallery-item {
        display: inline-block;
        width: 33.3333333333%; }
        @supports (display: flex) {
          .grid--get-involved > .grid__item, .grid--get-involved > .gallery-item {
            -ms-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--get-involved > .grid__item:last-of-type, .grid--get-involved > .gallery-item:last-of-type {
        display: inline-block;
        width: 66.6666666667%; }
        @supports (display: flex) {
          .grid--get-involved > .grid__item:last-of-type, .grid--get-involved > .gallery-item:last-of-type {
            -ms-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--search > .grid__item, .grid--search > .gallery-item {
        display: inline-block;
        width: 66.6666666667%; }
        @supports (display: flex) {
          .grid--search > .grid__item, .grid--search > .gallery-item {
            -ms-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--search > .grid__item:last-of-type, .grid--search > .gallery-item:last-of-type {
        display: inline-block;
        width: 33.3333333333%; }
        @supports (display: flex) {
          .grid--search > .grid__item:last-of-type, .grid--search > .gallery-item:last-of-type {
            -ms-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--location-updates > .grid__item, .grid--location-updates > .gallery-item {
        display: inline-block;
        width: 66.6666666667%; }
        @supports (display: flex) {
          .grid--location-updates > .grid__item, .grid--location-updates > .gallery-item {
            -ms-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--location-updates > .grid__item:first-of-type, .grid--location-updates > .gallery-item:first-of-type {
        display: inline-block;
        width: 100%; }
        @supports (display: flex) {
          .grid--location-updates > .grid__item:first-of-type, .grid--location-updates > .gallery-item:first-of-type {
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--location-updates > .grid__item:last-of-type, .grid--location-updates > .gallery-item:last-of-type {
        display: inline-block;
        width: 33.3333333333%; }
        @supports (display: flex) {
          .grid--location-updates > .grid__item:last-of-type, .grid--location-updates > .gallery-item:last-of-type {
            -ms-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--location-header > .grid__item, .grid--location-header > .gallery-item {
        display: inline-block;
        width: 60%; }
        @supports (display: flex) {
          .grid--location-header > .grid__item, .grid--location-header > .gallery-item {
            -ms-flex: 0 0 60%;
                flex: 0 0 60%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--location-header > .grid__item:last-of-type, .grid--location-header > .gallery-item:last-of-type {
        display: inline-block;
        width: 40%; }
        @supports (display: flex) {
          .grid--location-header > .grid__item:last-of-type, .grid--location-header > .gallery-item:last-of-type {
            -ms-flex: 0 0 40%;
                flex: 0 0 40%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--bottom-footer .grid__item, .grid--bottom-footer .gallery-item {
        display: inline-block;
        width: 50%; }
        @supports (display: flex) {
          .grid--bottom-footer .grid__item, .grid--bottom-footer .gallery-item {
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--bottom-footer .grid__item:last-of-type, .grid--bottom-footer .gallery-item:last-of-type {
        text-align: right; } }
    @media screen and (min-width: 32.36rem) {
      .grid--thirds .grid__item, .gallery-columns-3 .grid__item, .grid--thirds .gallery-item, .gallery-columns-3 .gallery-item {
        display: inline-block;
        width: 50%; }
        @supports (display: flex) {
          .grid--thirds .grid__item, .gallery-columns-3 .grid__item, .grid--thirds .gallery-item, .gallery-columns-3 .gallery-item {
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--thirds .grid__item, .gallery-columns-3 .grid__item, .grid--thirds .gallery-item, .gallery-columns-3 .gallery-item {
        display: inline-block;
        width: 33.333%; }
        @supports (display: flex) {
          .grid--thirds .grid__item, .gallery-columns-3 .grid__item, .grid--thirds .gallery-item, .gallery-columns-3 .gallery-item {
            -ms-flex: 0 0 33.333%;
                flex: 0 0 33.333%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--news > .grid__item, .grid--news > .gallery-item {
        display: inline-block;
        width: 66.66%; }
        @supports (display: flex) {
          .grid--news > .grid__item, .grid--news > .gallery-item {
            -ms-flex: 0 0 66.66%;
                flex: 0 0 66.66%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--news > .grid__item:last-of-type, .grid--news > .gallery-item:last-of-type {
        display: inline-block;
        width: 33.33%; }
        @supports (display: flex) {
          .grid--news > .grid__item:last-of-type, .grid--news > .gallery-item:last-of-type {
            -ms-flex: 0 0 33.33%;
                flex: 0 0 33.33%;
            width: auto; } } }
    @media screen and (min-width: 32.36rem) {
      .grid--quarters .grid__item, .gallery-columns-4 .grid__item, .grid--quarters .gallery-item, .gallery-columns-4 .gallery-item {
        display: inline-block;
        width: 50%; }
        @supports (display: flex) {
          .grid--quarters .grid__item, .gallery-columns-4 .grid__item, .grid--quarters .gallery-item, .gallery-columns-4 .gallery-item {
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--quarters .grid__item, .gallery-columns-4 .grid__item, .grid--quarters .gallery-item, .gallery-columns-4 .gallery-item {
        display: inline-block;
        width: 25%; }
        @supports (display: flex) {
          .grid--quarters .grid__item, .gallery-columns-4 .grid__item, .grid--quarters .gallery-item, .gallery-columns-4 .gallery-item {
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--get-involved > .grid__item, .grid--get-involved > .gallery-item {
        display: inline-block;
        width: 58.3333333333%; }
        @supports (display: flex) {
          .grid--get-involved > .grid__item, .grid--get-involved > .gallery-item {
            -ms-flex: 0 0 58.3333333333%;
                flex: 0 0 58.3333333333%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--get-involved > .grid__item:last-of-type, .grid--get-involved > .gallery-item:last-of-type {
        display: inline-block;
        width: 41.6666666667%; }
        @supports (display: flex) {
          .grid--get-involved > .grid__item:last-of-type, .grid--get-involved > .gallery-item:last-of-type {
            -ms-flex: 0 0 41.6666666667%;
                flex: 0 0 41.6666666667%;
            width: auto; } } }
    @media screen and (min-width: 32.36rem) {
      .grid--content-blocks--reversed > .grid__item, .grid--content-blocks--reversed > .gallery-item {
        display: inline-block;
        width: 50%; }
        @supports (display: flex) {
          .grid--content-blocks--reversed > .grid__item, .grid--content-blocks--reversed > .gallery-item {
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--content-blocks--reversed > .grid__item, .grid--content-blocks--reversed > .gallery-item {
        display: inline-block;
        width: 33.3333333333%; }
        @supports (display: flex) {
          .grid--content-blocks--reversed > .grid__item, .grid--content-blocks--reversed > .gallery-item {
            -ms-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--content-blocks--reversed > .grid__item:last-of-type, .grid--content-blocks--reversed > .gallery-item:last-of-type {
        display: inline-block;
        width: 66.6666666667%; }
        @supports (display: flex) {
          .grid--content-blocks--reversed > .grid__item:last-of-type, .grid--content-blocks--reversed > .gallery-item:last-of-type {
            -ms-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
            width: auto; } } }
    @media screen and (min-width: 32.36rem) {
      .grid--content-blocks > .grid__item, .grid--content-blocks > .gallery-item {
        display: inline-block;
        width: 50%; }
        @supports (display: flex) {
          .grid--content-blocks > .grid__item, .grid--content-blocks > .gallery-item {
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--content-blocks > .grid__item, .grid--content-blocks > .gallery-item {
        display: inline-block;
        width: 66.6666666667%; }
        @supports (display: flex) {
          .grid--content-blocks > .grid__item, .grid--content-blocks > .gallery-item {
            -ms-flex: 0 0 66.6666666667%;
                flex: 0 0 66.6666666667%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--content-blocks > .grid__item:last-of-type, .grid--content-blocks > .gallery-item:last-of-type {
        display: inline-block;
        width: 33.3333333333%; }
        @supports (display: flex) {
          .grid--content-blocks > .grid__item:last-of-type, .grid--content-blocks > .gallery-item:last-of-type {
            -ms-flex: 0 0 33.3333333333%;
                flex: 0 0 33.3333333333%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--event-map-tickets > .grid__item, .grid--event-map-tickets > .gallery-item {
        display: inline-block;
        width: 50%; }
        @supports (display: flex) {
          .grid--event-map-tickets > .grid__item, .grid--event-map-tickets > .gallery-item {
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
            width: auto; } } }
    @media screen and (min-width: 64.72rem) {
      .grid--event-map-tickets > .grid__item:last-of-type, .grid--event-map-tickets > .gallery-item:last-of-type {
        display: inline-block;
        width: 50%; }
        @supports (display: flex) {
          .grid--event-map-tickets > .grid__item:last-of-type, .grid--event-map-tickets > .gallery-item:last-of-type {
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
            width: auto; } } }
    @media screen and (min-width: 80.9rem) {
      .grid--event-card-location > .grid__item, .grid--event-card-location > .gallery-item {
        display: inline-block;
        width: 50%; }
        @supports (display: flex) {
          .grid--event-card-location > .grid__item, .grid--event-card-location > .gallery-item {
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
            width: auto; } } }
    @media screen and (min-width: 80.9rem) {
      .grid--event-card-location > .grid__item:last-of-type, .grid--event-card-location > .gallery-item:last-of-type {
        display: inline-block;
        width: 50%; }
        @supports (display: flex) {
          .grid--event-card-location > .grid__item:last-of-type, .grid--event-card-location > .gallery-item:last-of-type {
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
            width: auto; } } }

.hero-content__container {
  text-align: center;
  padding-top: 8.09rem; }
  .hero-content__container h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 0.8;
    color: #1A1A1A;
    display: inline-block; }
    @media (min-width: 200px) {
      .hero-content__container h2 {
        font-size: 72px;
        font-size: calc(9.6vw + 4.8px); } }
    @media (min-width: 1200px) {
      .hero-content__container h2 {
        font-size: 120px;
        font-size: 7.5rem; } }
  .hero-content__container p {
    max-width: 75%;
    margin: 1.618rem auto;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.25; }
    @media (min-width: 200px) {
      .hero-content__container p {
        font-size: 14px;
        font-size: calc(0.4vw + 11.2px); } }
    @media (min-width: 1200px) {
      .hero-content__container p {
        font-size: 16px;
        font-size: 1rem; } }
    @media screen and (min-width: 48.54rem) {
      .hero-content__container p {
        max-width: 50%; } }

@media screen and (min-width: 72.81rem) {
  .standard-inner-page .hero-decoration--right {
    width: 506px;
    height: 536px;
    top: -70px;
    right: 0; } }
@media screen and (min-width: 72.81rem) {
  .standard-inner-page .hero-decoration--right--two {
    width: 420px;
    height: 420px;
    top: 390px;
    right: -270px !important;
    z-index: 1; } }
@media screen and (min-width: 80.9rem) {
  .standard-inner-page .hero-decoration--right--two {
    right: -240px !important; } }
@media screen and (min-width: 105.17rem) {
  .standard-inner-page .hero-decoration--right--two {
    right: -100px !important; } }

.hero {
  position: relative;
  padding: 0 1.618rem; }
  .hero-decoration--left {
    display: inline-block;
    background-image: url("../images/hero-decoration--left.png");
    background-size: contain;
    position: absolute;
    transform: translateY(-30%);
    width: 39%;
    height: 40%;
    top: 15%;
    left: -25%; }
    @media screen and (min-width: 48.54rem) {
      .hero-decoration--left {
        width: 45%;
        height: 45%;
        top: 16%;
        left: -25%; } }
    @media screen and (min-width: 67.956rem) {
      .hero-decoration--left {
        width: 60%;
        height: 60%;
        top: 22%;
        left: -21%; } }
    @media screen and (min-width: 88.99rem) {
      .hero-decoration--left {
        width: 65%;
        height: 65%;
        top: 25%;
        left: -15%; } }
    @media screen and (min-width: 105.17rem) {
      .hero-decoration--left {
        width: 80%;
        height: 80%;
        top: 28%;
        left: -15%; } }
  .hero-decoration--right {
    display: inline-block;
    background-image: url("../images/texture-green.png");
    position: absolute;
    right: 0;
    width: 66px;
    height: 289px;
    background-size: cover;
    top: -30px;
    z-index: -1; }
    @media screen and (min-width: 48.54rem) {
      .hero-decoration--right {
        background-position: bottom left;
        width: 226px;
        height: 399px; } }
    @media screen and (min-width: 72.81rem) {
      .hero-decoration--right {
        width: 506px;
        height: 536px;
        top: 0;
        right: 0; } }
    .hero-decoration--right--home {
      right: -20px;
      top: 0%; }
      @media screen and (min-width: 40.45rem) {
        .hero-decoration--right--home {
          right: 0; } }
      @media screen and (min-width: 72.81rem) {
        .hero-decoration--right--home {
          right: -330px; } }
    .hero-decoration--right--two {
      display: inline-block;
      background-image: url("../images/rings.png");
      position: absolute;
      right: 0;
      width: 66px;
      height: 289px;
      background-size: cover;
      top: 150px;
      z-index: -1; }
      @media screen and (min-width: 32.36rem) {
        .hero-decoration--right--two {
          z-index: 1; } }
      @media screen and (min-width: 72.81rem) {
        .hero-decoration--right--two {
          width: 420px;
          height: 420px;
          top: 390px;
          right: -210px !important;
          z-index: 1; } }
      @media screen and (min-width: 80.9rem) {
        .hero-decoration--right--two {
          right: -175px !important; } }
      @media screen and (min-width: 105.17rem) {
        .hero-decoration--right--two {
          right: 0 !important; } }
  .hero-decoration-location {
    display: inline-block;
    position: absolute;
    right: 0;
    background-size: cover; }
    .hero-decoration-location--botton-village {
      width: 206px;
      height: 285px;
      right: -70px; }
      @media screen and (min-width: 64.72rem) {
        .hero-decoration-location--botton-village {
          background-position: bottom left;
          width: 445px;
          height: 445px;
          top: 180px;
          right: -220px;
          z-index: 1; } }
      @media screen and (min-width: 82.518rem) {
        .hero-decoration-location--botton-village {
          width: 425px;
          height: 404px;
          top: 200px;
          right: 0;
          z-index: 1; } }
    .hero-decoration-location--croft-community {
      width: 206px;
      height: 285px;
      right: -70px; }
      @media screen and (min-width: 48.54rem) {
        .hero-decoration-location--croft-community {
          right: 0; } }
      @media screen and (min-width: 64.72rem) {
        .hero-decoration-location--croft-community {
          background-position: bottom left;
          width: 305px;
          height: 355px;
          top: 180px;
          right: -60px;
          z-index: 1; } }
      @media screen and (min-width: 77.664rem) {
        .hero-decoration-location--croft-community {
          width: 380px;
          height: 460px;
          top: 200px;
          right: -100px;
          z-index: 1; } }
      @media screen and (min-width: 88.99rem) {
        .hero-decoration-location--croft-community {
          width: 430px;
          height: 500px;
          top: 200px;
          right: 48px;
          z-index: 1; } }
    .hero-decoration-location--shared-lives-west-midlands {
      width: 260px;
      height: 245px;
      right: -120px; }
      @media screen and (min-width: 35.596rem) {
        .hero-decoration-location--shared-lives-west-midlands {
          width: 300px;
          height: 285px;
          right: 0; } }
      @media screen and (min-width: 64.72rem) {
        .hero-decoration-location--shared-lives-west-midlands {
          background-position: bottom left;
          width: 305px;
          height: 355px;
          top: 180px;
          right: -60px;
          z-index: 1; } }
      @media screen and (min-width: 77.664rem) {
        .hero-decoration-location--shared-lives-west-midlands {
          width: 380px;
          height: 460px;
          top: 200px;
          right: -100px;
          z-index: 1; } }
      @media screen and (min-width: 88.99rem) {
        .hero-decoration-location--shared-lives-west-midlands {
          width: 470px;
          height: 460px;
          top: 200px;
          right: 12px;
          z-index: 1; } }
    .hero-decoration-location--larchfield-community {
      width: 206px;
      height: 285px;
      right: 0; }
      @media screen and (min-width: 64.72rem) {
        .hero-decoration-location--larchfield-community {
          background-position: bottom left;
          width: 355px;
          height: 406px;
          top: 145px;
          right: -118px;
          z-index: 1; } }
      @media screen and (min-width: 82.518rem) {
        .hero-decoration-location--larchfield-community {
          width: 445px;
          height: 500px;
          top: 210px;
          right: 48px;
          z-index: 1; } }
    .hero-decoration-location--oaklands-park {
      width: 206px;
      height: 306px;
      right: -100px; }
      @media screen and (min-width: 35.596rem) {
        .hero-decoration-location--oaklands-park {
          right: 0; } }
      @media screen and (min-width: 64.72rem) {
        .hero-decoration-location--oaklands-park {
          background-position: bottom left;
          width: 305px;
          height: 446px;
          top: 220px;
          right: -48px;
          z-index: 1; } }
      @media screen and (min-width: 82.518rem) {
        .hero-decoration-location--oaklands-park {
          width: 365px;
          height: 530px;
          top: 210px;
          right: 48px;
          z-index: 1; } }
    .hero-decoration-location--st-albans {
      width: 206px;
      height: 306px;
      right: -100px; }
      @media screen and (min-width: 35.596rem) {
        .hero-decoration-location--st-albans {
          right: 0; } }
      @media screen and (min-width: 64.72rem) {
        .hero-decoration-location--st-albans {
          background-position: bottom left;
          width: 305px;
          height: 446px;
          top: 220px;
          right: -48px;
          z-index: 1; } }
      @media screen and (min-width: 82.518rem) {
        .hero-decoration-location--st-albans {
          width: 365px;
          height: 430px;
          top: 210px;
          right: 48px;
          z-index: 1; } }
    .hero-decoration-location--stourbridge {
      width: 206px;
      height: 306px;
      right: -100px; }
      @media screen and (min-width: 35.596rem) {
        .hero-decoration-location--stourbridge {
          right: 0; } }
      @media screen and (min-width: 64.72rem) {
        .hero-decoration-location--stourbridge {
          background-position: bottom left;
          width: 305px;
          height: 465px;
          top: 220px;
          right: -48px;
          z-index: 1; } }
      @media screen and (min-width: 82.518rem) {
        .hero-decoration-location--stourbridge {
          width: 365px;
          height: 540px;
          top: 210px;
          right: 48px;
          z-index: 1; } }
    .hero-decoration-location--taurus-crafts {
      width: 276px;
      height: 306px;
      right: -130px; }
      @media screen and (min-width: 35.596rem) {
        .hero-decoration-location--taurus-crafts {
          right: 0; } }
      @media screen and (min-width: 64.72rem) {
        .hero-decoration-location--taurus-crafts {
          background-position: bottom left;
          width: 305px;
          height: 465px;
          top: 220px;
          right: -48px;
          z-index: 1; } }
      @media screen and (min-width: 82.518rem) {
        .hero-decoration-location--taurus-crafts {
          width: 455px;
          height: 504px;
          top: 210px;
          right: -100px;
          z-index: 1; } }
      @media screen and (min-width: 101.934rem) {
        .hero-decoration-location--taurus-crafts {
          right: 0; } }
    .hero-decoration-location--delrow-community {
      width: 206px;
      height: 285px;
      right: -70px; }
      @media screen and (min-width: 64.72rem) {
        .hero-decoration-location--delrow-community {
          background-position: bottom left;
          width: 445px;
          height: 616px;
          top: 180px;
          right: -100px;
          z-index: 1; } }
      @media screen and (min-width: 82.518rem) {
        .hero-decoration-location--delrow-community {
          width: 445px;
          height: 616px;
          top: 180px;
          right: 0px;
          z-index: 1; } }
    .hero-decoration-location--grange-village {
      width: 200px;
      height: 200px;
      right: -100px;
      top: 128px; }
      @media screen and (min-width: 64.72rem) {
        .hero-decoration-location--grange-village {
          background-position: bottom left;
          width: 300px;
          height: 400px;
          top: 200px;
          right: -100px;
          z-index: 1; } }
      @media screen and (min-width: 82.518rem) {
        .hero-decoration-location--grange-village {
          width: 500px;
          height: 500px;
          top: 230px;
          z-index: 1; } }

.key-links-container {
  margin-top: 3.236rem;
  margin-bottom: 3.236rem; }
  @media screen and (min-width: 48.54rem) {
    .key-links-container {
      margin-top: 8.09rem;
      margin-bottom: 8.09rem; } }
  @media screen and (min-width: 48.54rem) {
    .key-links-container .grid--key-links {
      grid-gap: 12.944rem; } }
  .key-links-container .grid--key-links .key-links {
    font-size: 0; }
    .key-links-container .grid--key-links .key-links__title {
      font-size: 18px;
      font-size: 1.125rem;
      margin-bottom: 0.809rem;
      color: #1A1A1A; }
      @media (min-width: 200px) {
        .key-links-container .grid--key-links .key-links__title {
          font-size: 27px;
          font-size: calc(1.8vw + 14.4px); } }
      @media (min-width: 1200px) {
        .key-links-container .grid--key-links .key-links__title {
          font-size: 36px;
          font-size: 2.25rem; } }
    .key-links-container .grid--key-links .key-links__content {
      font-size: 14px;
      font-size: 0.875rem;
      margin-bottom: 0.809rem;
      line-height: 1.25; }
      @media (min-width: 200px) {
        .key-links-container .grid--key-links .key-links__content {
          font-size: 16px;
          font-size: calc(0.4vw + 13.2px); } }
      @media (min-width: 1200px) {
        .key-links-container .grid--key-links .key-links__content {
          font-size: 18px;
          font-size: 1.125rem; } }

.grid--key-link-buttons {
  grid-gap: 0.809rem; }

.grid--top-index-buttons {
  grid-gap: 0.809rem; }

.key-link-button {
  width: 100%;
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1;
  color: #1A1A1A !important;
  font-family: "FoundersGrotCondMedium", sans-serif;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  position: relative;
  border-bottom: 1px solid #F4D9DC;
  padding: 0.910125rem 1.618rem 0.910125rem 0;
  transition: 0.25s linear border; }
  .key-link-button svg {
    fill: #1A1A1A;
    transition: 0.25s linear fill; }
  .key-link-button:hover {
    border-color: #007961;
    transition: 0.25s linear border; }
    .key-link-button:hover svg {
      fill: #007961;
      transition: 0.25s linear fill; }

.news-slice {
  background: #F4D9DC;
  padding: 3.236rem 1.618rem; }
  @media screen and (min-width: 48.54rem) {
    .news-slice {
      padding: 6.472rem 1.618rem; } }

.news-page {
  background: #F4D9DC;
  padding: 3.236rem 1.618rem; }
  @media screen and (min-width: 48.54rem) {
    .news-page {
      padding: 6.472rem 1.618rem; } }

.header--clean {
  border-bottom: 1px solid #D8D8D8;
  background: white; }
  @media screen and (min-width: 72.81rem) {
    .header--clean {
      padding: 0.809rem 1.618rem; } }
  .header--clean__logo--desktop {
    display: none !important;
    margin-left: 50%;
    width: 120px;
    left: 50%;
    transform: translatex(-50%); }
    @media screen and (min-width: 72.81rem) {
      .header--clean__logo--desktop {
        display: block !important; } }

.header {
  border-bottom: 1px solid #D8D8D8;
  background: white;
  font-size: 1.125rem;
  line-height: 1.0786666667; }
  @media screen and (min-width: 72.81rem) {
    .header {
      padding: 0 1.618rem; } }
  .header__logo {
    max-width: 109px;
    max-height: 102px;
    padding: 0.809rem;
    margin: 0 auto;
    display: block; }
    @media screen and (min-width: 72.81rem) {
      .header__logo {
        display: none; } }
    .header__logo--desktop {
      display: none !important;
      position: absolute;
      width: 120px;
      left: 50%;
      transform: translate(-50%, 11px); }
      @media screen and (min-width: 72.81rem) {
        .header__logo--desktop {
          display: block !important; } }

.header-logo-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 1.618rem;
  -ms-flex-align: center;
      align-items: center; }

.logo {
  position: relative;
  display: none !important;
  z-index: -1; }
  @media screen and (min-width: 72.81rem) {
    .logo {
      display: inline-block !important;
      padding-left: 3.236rem;
      padding-right: 3.236rem; } }
  @media screen and (min-width: 72.81rem) {
    .logo a {
      text-indent: -9999px;
      position: absolute; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .logo a {
      position: absolute !important; } }

@media screen and (min-width: 72.81rem) {
  .dropdown-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    pointer-events: none;
    z-index: -1;
    top: 11.4878rem; } }
.dropdown-overlay--active {
  pointer-events: all; }
  @media screen and (min-width: 72.81rem) {
    .dropdown-overlay--active {
      opacity: 1;
      z-index: 3; } }

#checkbox-main-menu {
  position: absolute;
  opacity: 0; }

.main-menu {
  display: none; }
  .main-menu-label {
    position: absolute;
    right: 1.618rem;
    top: 2.8315rem; }
    @media screen and (min-width: 72.81rem) {
      .main-menu-label {
        display: none; } }

#checkbox-main-menu:checked ~ .main-menu {
  display: block; }

@media screen and (min-width: 72.81rem) {
  .menu-donate-button a {
    padding: 3.236rem 2.427rem !important;
    position: relative;
    z-index: 999; } }
@media screen and (min-width: 72.81rem) {
  .menu-donate-button a:hover:before {
    background: #d8d8d8;
    transition: 0.25s linear background; } }
@media screen and (min-width: 72.81rem) {
  .menu-donate-button a:before {
    display: inline-block;
    content: '';
    background: #F1F1F1;
    transition: 0.25s linear background;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    padding: 0 48px;
    left: 50%; } }

.sub-menu-wrap--active {
  opacity: 1 !important;
  pointer-events: all !important;
  transition: 0.25s linear opacity !important;
  z-index: 1000 !important; }

.main-menu {
  font-size: 1.125rem;
  line-height: 1.0786666667;
  list-style: none;
  margin-left: 0;
  font-family: "FoundersGrotCondMedium", sans-serif;
  letter-spacing: 2px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 0; }
  @media screen and (min-width: 72.81rem) {
    .main-menu {
      display: -ms-flexbox;
      display: flex;
      padding: 0.809rem 0 0 0; } }
  @media screen and (min-width: 1330px) {
    .main-menu {
      margin-left: 0; } }
  .main-menu .sub-menu-wrap {
    z-index: 999;
    position: relative; }
    .main-menu .sub-menu-wrap .label-container {
      position: absolute;
      top: -2.0225rem;
      z-index: 999;
      right: 1.618rem; }
    @media screen and (min-width: 72.81rem) {
      .main-menu .sub-menu-wrap .menu-icon {
        display: none; } }
    .main-menu .sub-menu-wrap .sub-menu {
      display: none; }
      .main-menu .sub-menu-wrap .sub-menu li:first-of-type a {
        padding-top: 1.618rem; }
      .main-menu .sub-menu-wrap .sub-menu li:last-of-type a {
        padding-bottom: 1.618rem; }
    .main-menu .sub-menu-wrap input[type=checkbox] {
      position: absolute;
      opacity: 0; }
    .main-menu .sub-menu-wrap input[type=checkbox]:checked ~ .sub-menu {
      display: block; }
    .main-menu .sub-menu-wrap--inner .sub-menu {
      display: block; }
      .main-menu .sub-menu-wrap--inner .sub-menu li a {
        background: #007961;
        color: white !important; }
        @media screen and (min-width: 72.81rem) {
          .main-menu .sub-menu-wrap--inner .sub-menu li a {
            background: transparent;
            color: #1A1A1A !important; } }
  .main-menu > li {
    display: inline-block;
    text-transform: uppercase;
    width: 100%; }
    @media screen and (min-width: 72.81rem) {
      .main-menu > li {
        width: auto; } }
    .main-menu > li.current-menu-item a {
      color: #007961; }
    .main-menu > li.current_page_ancestor > a, .main-menu > li.current-page-parent > a, .main-menu > li.current-menu-item > a {
      color: #007961; }
      .main-menu > li.current_page_ancestor > a:after, .main-menu > li.current-page-parent > a:after, .main-menu > li.current-menu-item > a:after {
        opacity: 1 !important; }
    @media screen and (min-width: 72.81rem) {
      .main-menu > li:first-of-type > a {
        padding-left: 0; } }
    .main-menu > li > a {
      position: relative;
      color: #6D6D6D;
      text-decoration: none;
      padding: 0.809rem 1.618rem;
      display: inline-block;
      transition: 0.25s linear color;
      position: relative; }
      @media screen and (min-width: 72.81rem) {
        .main-menu > li > a {
          padding: 3.236rem 1.618rem; } }
      @media screen and (min-width: 72.81rem) {
        .main-menu > li > a:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 50%;
          transform: translateX(-50%);
          background-image: url("../images/menu-after--green.svg");
          width: 13px;
          height: 6px;
          background-size: cover;
          opacity: 0;
          transition: 0.25s linear opacity; } }
  .main-menu > li.menu-item-has-children:hover > a:after {
    opacity: 1;
    transition: 0.25s linear opacity; }
  .main-menu > li:hover > a {
    color: #007961;
    transition: 0.25s linear color; }
  .main-menu > li > .sub-menu-wrap {
    width: 100%;
    background: #007961;
    pointer-events: none;
    font-family: "Value Serif Trial", serif;
    letter-spacing: 0;
    text-transform: none;
    transition: 0.25s linear opacity; }
    @media screen and (min-width: 72.81rem) {
      .main-menu > li > .sub-menu-wrap {
        position: absolute;
        left: 0;
        opacity: 0;
        padding: 0 1.618rem; } }
  .main-menu > li > .sub-menu-wrap > .sub-menu {
    font-size: 1rem;
    line-height: 1.01125;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    margin-bottom: 0; }
    @media screen and (min-width: 72.81rem) {
      .main-menu > li > .sub-menu-wrap > .sub-menu {
        max-width: 79rem;
        display: -ms-flexbox;
        display: flex;
        text-align: center; } }
    .main-menu > li > .sub-menu-wrap > .sub-menu > li.menu-item-has-children {
      margin-bottom: 0.809rem; }
      @media screen and (min-width: 72.81rem) {
        .main-menu > li > .sub-menu-wrap > .sub-menu > li.menu-item-has-children {
          margin-bottom: 0; } }
    .main-menu > li > .sub-menu-wrap > .sub-menu > li {
      -ms-flex-positive: 1;
          flex-grow: 1; }
      .main-menu > li > .sub-menu-wrap > .sub-menu > li.menu-item-has-children a {
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .main-menu > li > .sub-menu-wrap > .sub-menu li.menu-item-186 .sub-menu {
      -ms-flex-pack: normal !important;
          justify-content: normal !important; }
    .main-menu > li > .sub-menu-wrap > .sub-menu li.menu-item-has-children a {
      transition: 0.25s;
      position: relative; }
      .main-menu > li > .sub-menu-wrap > .sub-menu li.menu-item-has-children a:after {
        transition: 0.25s linear opacity; }
        @media screen and (min-width: 72.81rem) {
          .main-menu > li > .sub-menu-wrap > .sub-menu li.menu-item-has-children a:after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            background-image: url("../images/menu-after--white.svg");
            width: 13px;
            height: 6px;
            background-size: cover;
            opacity: 0;
            transition: 0.25s linear opacity; } }
    .main-menu > li > .sub-menu-wrap > .sub-menu li:hover a {
      text-decoration: underline;
      transition: 0.25s; }
      @media screen and (min-width: 72.81rem) {
        .main-menu > li > .sub-menu-wrap > .sub-menu li:hover a:after {
          opacity: 1;
          transition: 0.25s linear opacity; } }
    .main-menu > li > .sub-menu-wrap > .sub-menu li a {
      display: inline-block;
      color: white;
      text-decoration: none;
      padding-top: 0.809rem;
      padding-bottom: 0.809rem;
      padding-left: 1.618rem;
      padding-right: 1.618rem;
      width: 100%; }
      @media screen and (min-width: 72.81rem) {
        .main-menu > li > .sub-menu-wrap > .sub-menu li a {
          padding-top: 1.618rem;
          padding-bottom: 1.618rem;
          padding-left: 0;
          padding-right: 0;
          width: 100%; } }
  .main-menu > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap {
    width: 100%;
    background: white;
    pointer-events: none;
    transition: 0.25s linear opacity;
    font-family: "Value Trial", sans-serif; }
    @media screen and (min-width: 72.81rem) {
      .main-menu > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap {
        position: absolute;
        left: 0;
        opacity: 0; } }
    @media screen and (min-width: 72.81rem) {
      .main-menu > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap {
        padding: 0.809rem 1.618rem 0.809rem 1.618rem; } }
  .main-menu > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
    margin-bottom: 0; }
    @media screen and (min-width: 72.81rem) {
      .main-menu > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu {
        max-width: 79rem;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly; } }
    @media screen and (min-width: 72.81rem) {
      .main-menu > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu > li {
        margin-right: 1.618rem; } }
    .main-menu > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li {
      position: relative; }
      @media screen and (min-width: 72.81rem) {
        .main-menu > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li {
          padding-left: 0.809rem; } }
      .main-menu > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li a {
        color: #6D6D6D;
        display: inline-block;
        text-decoration: none;
        padding-top: 0;
        padding-bottom: 0.809rem;
        width: 100%; }
        @media screen and (min-width: 72.81rem) {
          .main-menu > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li a {
            padding-top: 0.809rem;
            padding-bottom: 0.809rem;
            width: auto; } }
      @media screen and (min-width: 72.81rem) {
        .main-menu > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li:before {
          content: '';
          display: inline-block;
          background-image: url("../images/menu-before.svg");
          background-size: cover;
          width: 6px;
          height: 12px;
          margin-right: 0.4045rem;
          position: absolute;
          transition: .25s;
          top: 50%;
          transform: translateY(-50%);
          left: 0; } }
      .main-menu > li > .sub-menu-wrap > .sub-menu > li > .sub-menu-wrap > .sub-menu li:hover:before {
        left: 3px;
        transition: .25s; }

@media screen and (min-width: 72.81rem) {
  .mobile-corporate-menu {
    display: none; } }
.mobile-corporate-menu > li {
  display: inline-block;
  text-transform: uppercase;
  width: 100%; }
  .mobile-corporate-menu > li.current_page_ancestor a {
    color: #007961; }
  .mobile-corporate-menu > li > a {
    position: relative;
    color: #6D6D6D;
    text-decoration: none;
    padding: 0.809rem 1.618rem;
    display: inline-block;
    transition: 0.25s linear color; }

.grid--get-involved {
  position: relative; }

.get-involved {
  background: #007961;
  padding: 3.236rem 1.618rem;
  color: white;
  overflow: hidden; }
  @media screen and (min-width: 48.54rem) {
    .get-involved {
      padding: 4.854rem 1.618rem; } }
  .get-involved__title {
    color: white;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 0.809rem; }
    @media (min-width: 200px) {
      .get-involved__title {
        font-size: 36px;
        font-size: calc(2.4vw + 19.2px); } }
    @media (min-width: 1200px) {
      .get-involved__title {
        font-size: 48px;
        font-size: 3rem; } }
    @media screen and (min-width: 48.54rem) {
      .get-involved__title {
        margin-bottom: 0; } }
  .get-involved__image {
    background-size: cover;
    position: absolute;
    width: 150%;
    height: 150%;
    top: -25%;
    right: -75%; }
    .get-involved__image img {
      display: none; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .get-involved__image {
        position: relative;
        top: 0;
        right: 0; }
        .get-involved__image img {
          display: block; } }
  .get-involved-cta {
    background: white;
    color: #000;
    padding: 1.2135rem 1.2135rem 2.427rem 1.2135rem;
    border-radius: 4px;
    position: relative;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    transition: 0.25s linear background; }
    .get-involved-cta:hover {
      background: #e6e6e6;
      transition: 0.25s linear background; }
    .get-involved-cta__title {
      font-size: 1.125rem;
      margin-bottom: 0.809rem; }
    .get-involved-cta__content {
      font-size: 0.875rem;
      margin-bottom: 0; }
    .get-involved-cta__link {
      position: absolute;
      right: 1.2135rem;
      bottom: 1.2135rem; }

.footer {
  background: #F7F7F7;
  padding: 4.854rem 1.618rem; }
  .footer-strapline {
    width: 110px;
    height: auto;
    bottom: 0.809rem; }
    .footer-strapline__container {
      text-align: center;
      margin-bottom: 1.618rem; }
      @media screen and (min-width: 72.81rem) {
        .footer-strapline__container {
          margin-bottom: 0.809rem; } }
  .footer-item {
    margin-bottom: 1.618rem; }
    .footer-item__title {
      font-size: 1rem;
      margin-bottom: 0.809rem; }
    .footer-item__contact-link {
      margin-bottom: 0; }
      .footer-item__contact-link a {
        text-decoration: none;
        color: #007961;
        transition: 0.25s linear color; }
        .footer-item__contact-link a:hover {
          color: #004638;
          transition: 0.25s linear color; }
  .footer-social__link {
    text-decoration: none;
    margin-right: 0.4045rem; }
  .footer-menu {
    margin-left: 0;
    list-style: none; }
    .footer-menu li {
      padding-left: 0.809rem;
      position: relative; }
      .footer-menu li:hover:before {
        left: 3px;
        transition: .2s; }
      .footer-menu li:before {
        content: '';
        display: inline-block;
        background-image: url("../images/content-list.svg");
        width: 6px;
        height: 12px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        transition: .2s; }
      .footer-menu li a {
        color: #1A1A1A;
        text-decoration: none;
        transition: 0.2s linear color; }
        .footer-menu li a:hover {
          color: #4d4d4d;
          transition: 0.2s linear color; }

.bottom-footer {
  background: black;
  color: white;
  padding: 1.618rem;
  position: relative;
  padding-bottom: 4.854rem; }
  @media screen and (min-width: 72.81rem) {
    .bottom-footer {
      padding-bottom: 1.618rem;
      padding-top: 2.427rem; } }
  @media screen and (min-width: 72.81rem) {
    .bottom-footer__left {
      display: -ms-flexbox;
      display: flex; } }
  .bottom-footer__left-item:first-of-type {
    margin-bottom: 0.809rem; }
    @media screen and (min-width: 72.81rem) {
      .bottom-footer__left-item:first-of-type {
        margin-right: 1.618rem;
        margin-bottom: 0; } }
  .bottom-footer__copyright {
    font-size: 0.875rem;
    line-height: 1;
    margin-bottom: 0.809rem; }
  .bottom-footer__company {
    font-size: 0.875rem;
    line-height: 1;
    margin-bottom: 0; }
  .bottom-footer__built {
    font-size: 0.75rem;
    line-height: 1;
    margin-bottom: 0; }
    .bottom-footer__built a {
      color: white;
      text-decoration: none;
      font-family: "Value Serif Trial", serif; }

.donation-form input, .donation-form label {
  position: relative;
  z-index: 999; }

.standard-page {
  padding: 4.854rem 1.618rem; }
  .standard-page h1, .standard-page h2, .standard-page h3, .standard-page h4, .standard-page h5, .standard-page h6 {
    color: #1A1A1A; }
  .standard-page a {
    color: #007961;
    text-decoration: none;
    font-weight: 500;
    transition: 0.25s linear color; }
    .standard-page a:hover {
      color: #004638;
      transition: 0.25s linear color; }
  .standard-page .page-content a {
    font-weight: 600;
    text-decoration: underline; }
  .standard-page__title {
    color: #1A1A1A;
    word-wrap: break-word;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1; }
    @media (min-width: 300px) {
      .standard-page__title {
        font-size: 41px;
        font-size: calc(2vw + 26px); } }
    @media (min-width: 1200px) {
      .standard-page__title {
        font-size: 50px;
        font-size: 3.125rem; } }
    .standard-page__title--single {
      font-size: 36px;
      font-size: 2.25rem; }
      @media (min-width: 200px) {
        .standard-page__title--single {
          font-size: 58px;
          font-size: calc(4.4vw + 27.2px); } }
      @media (min-width: 1200px) {
        .standard-page__title--single {
          font-size: 80px;
          font-size: 5rem; } }
    .standard-page__title--team {
      font-size: 36px;
      font-size: 2.25rem; }
      @media (min-width: 200px) {
        .standard-page__title--team {
          font-size: 58px;
          font-size: calc(4.4vw + 27.2px); } }
      @media (min-width: 1200px) {
        .standard-page__title--team {
          font-size: 80px;
          font-size: 5rem; } }
    .standard-page__title--contact {
      font-size: 36px;
      font-size: 2.25rem; }
      @media (min-width: 200px) {
        .standard-page__title--contact {
          font-size: 58px;
          font-size: calc(4.4vw + 27.2px); } }
      @media (min-width: 1200px) {
        .standard-page__title--contact {
          font-size: 80px;
          font-size: 5rem; } }
    .standard-page__title--index {
      font-size: 36px;
      font-size: 2.25rem; }
      @media (min-width: 200px) {
        .standard-page__title--index {
          font-size: 58px;
          font-size: calc(4.4vw + 27.2px); } }
      @media (min-width: 1200px) {
        .standard-page__title--index {
          font-size: 80px;
          font-size: 5rem; } }
    @media screen and (min-width: 48.54rem) {
      .standard-page__title-container {
        max-width: 50%;
        margin-bottom: 4.854rem; } }
  .standard-page__post-type {
    font-size: 18px;
    font-size: 1.125rem;
    color: #1A1A1A; }
    @media (min-width: 200px) {
      .standard-page__post-type {
        font-size: 24px;
        font-size: calc(1.2vw + 15.6px); } }
    @media (min-width: 1200px) {
      .standard-page__post-type {
        font-size: 30px;
        font-size: 1.875rem; } }
  .standard-page .content-container--largest {
    position: relative; }
  .standard-page form input, .standard-page form label {
    font-size: 1.125rem;
    line-height: 1.0786666667;
    letter-spacing: 1px;
    font-family: "FoundersGrotCondMedium", sans-serif;
    text-transform: uppercase; }
  .standard-page form > p {
    margin-bottom: 2.427rem; }
  .standard-page input, .standard-page textarea, .standard-page select {
    border: 0;
    border-bottom: 1px solid #D7D7D7;
    font-family: "FoundersGrotCondMedium", sans-serif;
    letter-spacing: 1px;
    color: #1A1A1A;
    text-transform: uppercase;
    padding: 0.809rem 0;
    display: block; }
  .standard-page input[type="submit"] {
    margin-top: 1.618rem;
    display: block;
    width: auto;
    padding: 1.2135rem 1.618rem 0.60675rem 1.618rem;
    line-height: 1; }
    .standard-page input[type="submit"]:hover {
      cursor: pointer; }
  .standard-page .ginput_container_select {
    margin-top: 0.809rem; }
  .standard-page .hidden_label > label {
    display: none; }

.default-sidebar__image {
  margin-bottom: 3.236rem;
  width: 100%;
  border-radius: 4px;
  margin-top: 1.618rem;
  position: relative;
  z-index: -2; }
  @media screen and (min-width: 48.54rem) {
    .default-sidebar__image {
      marker-top: 0; } }
  .default-sidebar__image--single-post-content {
    width: 100%; }
    @media screen and (min-width: 48.54rem) {
      .default-sidebar__image--single-post-content {
        display: none; } }
  .default-sidebar__image--single-post-sidebar {
    display: none; }
    @media screen and (min-width: 48.54rem) {
      .default-sidebar__image--single-post-sidebar {
        display: inline; } }

.breadcrumbs-container {
  font-size: 0;
  letter-spacing: 1px;
  font-family: "FoundersGrotCondMedium", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1.618rem; }
  @media screen and (min-width: 48.54rem) {
    .breadcrumbs-container {
      margin-bottom: 2.427rem; } }
  @media screen and (min-width: 72.81rem) {
    .breadcrumbs-container {
      margin-bottom: 4.045rem; } }
  .breadcrumbs-container a {
    font-size: 1.125rem;
    text-decoration: none;
    color: #C6C6C6;
    transition: 0.25s linear color; }
    .breadcrumbs-container a:hover {
      transition: 0.25s linear color;
      color: #1A1A1A; }
  .breadcrumbs-container span {
    font-size: 1.125rem;
    color: #C6C6C6; }
    .breadcrumbs-container span.breadcrumb_last {
      color: #1A1A1A; }
  .breadcrumbs-container #breadcrumbs > span:first-child > span:first-child > a {
    text-indent: -9999px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url("../images/breadcrumb-home.svg");
    background-size: contain;
    top: 2px;
    position: relative; }
  .breadcrumbs-container .svg-breadcrumb-separator {
    max-width: 6px;
    max-height: 12px;
    top: -2px;
    position: relative;
    margin-left: 0.5393333333rem;
    margin-right: 0.5393333333rem; }
  .breadcrumbs-container .breadcrumb-home {
    display: inline-block;
    width: 13px;
    height: 11px;
    background-image: url("../images/breadcrumb-home.svg"); }
  .breadcrumbs-container #breadcrumbs {
    margin-bottom: 0; }

.top-header {
  background: #1A1A1A;
  color: white;
  padding: 0 1.618rem;
  display: none; }
  @media screen and (min-width: 72.81rem) {
    .top-header {
      display: block; } }
  .top-header .corporate-menu {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin-bottom: 0;
    -ms-flex-pack: end;
        justify-content: flex-end; }
    .top-header .corporate-menu li {
      font-size: 0.875rem;
      margin-right: 1.618rem; }
      .top-header .corporate-menu li a {
        color: white;
        text-decoration: none;
        transition: .25s;
        padding: 0.809rem 0.4045rem;
        display: inline-block; }
      .top-header .corporate-menu li:hover a {
        color: #00ac8a;
        transition: .25s; }
      .top-header .corporate-menu li.current_page_item a {
        font-weight: 600; }
  .top-header__container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center; }

.directions-container {
  margin-top: 0.809rem; }

#label_2_5_1 {
  line-height: 2; }

#location-link-list {
  margin-top: 4.854rem; }

#google-direction-search {
  margin-top: 0.809rem; }

.new-padding {
  padding-right: 1.618rem !important; }

.location-link {
  text-decoration: none; }
  .location-link .community-container {
    transition: 0.25s;
    background-color: #F7F7F7;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    padding: 0.809rem;
    margin-bottom: 0.809rem;
    border-radius: 3px;
    border-left: solid 2px #F7F7F7; }
    .location-link .community-container:hover {
      transition: 0.25s;
      border-color: #007961; }
    .location-link .community-container__title {
      margin-bottom: 0;
      font-size: 18px;
      color: #6D6D6D; }
    .location-link .community-container__location-image {
      margin-right: 0.809rem; }

.event-card {
  background: white;
  padding: 1.618rem 1.618rem 2.0225rem 1.618rem;
  position: relative;
  border-radius: 4px;
  margin-bottom: 1.618rem; }
  .event-card:last-of-type {
    margin-bottom: 0; }
  .event-card__date {
    font-size: 1rem;
    letter-spacing: 1.5px;
    color: #007961;
    font-family: "FoundersGrotCondMedium", sans-serif;
    text-transform: uppercase;
    margin-bottom: 0.4045rem; }
  .event-card__title {
    font-size: 1.125rem;
    margin-bottom: 0.4045rem; }
    .event-card__title-link {
      text-decoration: none;
      color: #1A1A1A; }
  .event-card__content {
    font-size: 0.875rem;
    margin-bottom: 1.2135rem; }
  .event-card__location {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex; }
    .event-card__location-image {
      margin-right: 0.809rem;
      width: 18px;
      height: 24px; }
    .event-card__location-link {
      margin-bottom: 0;
      font-family: "Value Serif Trial", serif;
      color: #1A1A1A;
      line-height: 1.25; }
  .event-card__button {
    margin-top: 1.618rem; }
    @media screen and (min-width: 64.72rem) {
      .event-card__button {
        margin-top: 0; } }
    .event-card__button-container {
      text-align: right;
      width: 100%;
      display: inline-block; }

.sidebar-events .event-card {
  background: #F7F7F7; }

.location-header-carousel {
  overflow: hidden; }
  .location-header-carousel img {
    border-radius: 4px; }

.location-header-image {
  border-radius: 4px; }
  .location-header-image img {
    border-radius: 4px; }

.content-block {
  padding: 4.854rem 1.618rem;
  background: #F7F7F7; }
  .content-block--reversed {
    background: white; }
  @media screen and (min-width: 48.54rem) {
    .content-block__content-container .content-block__content {
      padding-right: 4.854rem; } }
  @media screen and (min-width: 48.54rem) {
    .content-block__content-container--reversed .content-block__content {
      padding-left: 4.854rem; } }
  .content-block__media-container {
    overflow: hidden;
    border-radius: 4px; }
    .content-block__media-container .carousel {
      border-radius: 4px; }
  .content-block__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1.25;
    margin-bottom: 0.4045rem; }
    @media (min-width: 200px) {
      .content-block__title {
        font-size: 43px;
        font-size: calc(1.4vw + 33.2px); } }
    @media (min-width: 1200px) {
      .content-block__title {
        font-size: 50px;
        font-size: 3.125rem; } }
  .content-block__subtitle {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.25;
    margin-bottom: 0.809rem; }
    @media (min-width: 200px) {
      .content-block__subtitle {
        font-size: 24px;
        font-size: calc(1.2vw + 15.6px); } }
    @media (min-width: 1200px) {
      .content-block__subtitle {
        font-size: 30px;
        font-size: 1.875rem; } }

.location-updates {
  background: #F4D9DC;
  padding: 4.854rem 1.618rem; }
  .location-updates-section__title {
    font-size: 1.875rem;
    margin-bottom: 0.4045rem; }
    .location-updates-section__title--social {
      font-size: 1.5rem;
      margin-top: 1.618rem;
      margin-bottom: 0.809rem; }
  .location-updates-section__content {
    margin-bottom: 1.618rem;
    color: #1A1A1A; }
  .location-updates--gallery {
    overflow: hidden; }
    .location-updates--gallery img {
      border-radius: 4px; }
  .location-updates__social {
    background: white;
    border-radius: 4px;
    display: inline-block; }
  .location-updates__contact {
    background: white;
    padding: 1.618rem;
    border-radius: 4px;
    margin-bottom: 1.618rem; }
    .location-updates__contact a {
      text-decoration: none;
      color: #007961; }
    .location-updates__contact p {
      margin-bottom: 0.809rem; }
  .location-updates__tweet {
    margin-bottom: 0; }
    .location-updates__tweet a {
      color: #007961;
      text-decoration: none;
      transition: 0.25s linear color; }
      .location-updates__tweet a:hover {
        transition: 0.25s linear color;
        color: #004638; }
    .location-updates__tweet-header {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
          justify-content: space-between;
      -ms-flex-align: center;
          align-items: center;
      margin-bottom: 0.809rem; }
    .location-updates__tweet-account {
      margin-bottom: 0; }
      .location-updates__tweet-account a {
        margin-bottom: 0.809rem;
        text-transform: uppercase;
        font-size: 1rem;
        line-height: 1.01125;
        color: #007961;
        font-family: "FoundersGrotCondMedium", sans-serif;
        letter-spacing: 1px;
        text-decoration: none; }
  .location-updates__tweet-container {
    background: white;
    padding: 1.618rem;
    border-radius: 4px;
    display: inline-block; }
  .location-updates__tweet-date {
    margin-bottom: 0.809rem;
    text-transform: uppercase;
    font-size: 1rem;
    line-height: 1.01125;
    color: #007961;
    font-family: "FoundersGrotCondMedium", sans-serif;
    letter-spacing: 1px;
    margin-bottom: 0; }

.grid--content-blocks {
  -ms-flex-align: center;
      align-items: center; }
  .grid--content-blocks .carousel__pagination {
    padding-bottom: 0.809rem; }

.vimeo-link {
  display: inline-block;
  position: relative;
  width: 100%; }
  .vimeo-link::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    color: white;
    width: 60px;
    height: 60px;
    z-index: 999;
    background-size: cover;
    background-image: url("../images/play-button.svg"); }
  .vimeo-link--header {
    height: auto; }

.vimeo-image {
  width: 100%;
  opacity: 0.6; }

.gallery-image__caption {
  margin-top: .4045rem;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  margin-bottom: 0;
  padding: 0.809rem 104px;
  border: 1px solid #007961;
  bottom: -1.618rem; }

.gallery-nav__previous {
  position: absolute;
  left: -80px;
  top: 50%;
  transform: translateY(-50%);
  color: white; }
  .gallery-nav__previous:hover {
    cursor: pointer; }

.gallery-nav__next {
  position: absolute;
  right: -80px;
  top: 50%;
  transform: translateY(-50%);
  color: white; }
  .gallery-nav__next:hover {
    cursor: pointer; }

.news-card__content {
  padding: 1.618rem;
  padding-bottom: 4.854rem;
  background: white;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative; }
.news-card__date {
  font-size: 1rem;
  letter-spacing: 2px;
  color: #007961;
  text-transform: uppercase;
  font-family: "FoundersGrotCondMedium", sans-serif;
  margin-bottom: 0.4045rem; }
.news-card__title {
  font-size: 1.125rem;
  margin-bottom: 0.4045rem; }
  .news-card__title-link {
    color: #1A1A1A;
    text-decoration: none; }
.news-card__excerpt {
  font-size: 0.875rem;
  line-height: 1.25; }
.news-card__image {
  width: 100%;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
.news-card__button {
  position: absolute;
  right: 1.618rem;
  bottom: 1.618rem; }

.acf-map {
  height: 400px; }

.single-event__date {
  font-size: 1.25rem;
  margin-bottom: 0;
  margin-left: 0.809rem; }
.single-event__info {
  margin-bottom: 1.618rem; }
  @media screen and (min-width: 64.72rem) {
    .single-event__info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  .single-event__info-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    margin-right: 1.618rem; }
    .single-event__info-container-link {
      color: #6D6D6D;
      text-decoration: none; }

.ticket-information {
  background: #F4D9DC;
  padding: 1.618rem;
  border-radius: 4px;
  color: #1A1A1A; }
  .ticket-information__title {
    font-size: 1.125rem;
    font-family: "Value Serif Trial", serif;
    margin-bottom: 0; }
  .ticket-information__price {
    font-size: 1.875rem;
    font-family: "Value Serif Trial", serif;
    margin-bottom: 0; }
  .ticket-information__content {
    font-size: 0.875rem;
    margin-bottom: 0.809rem; }
  .ticket-information__button {
    background: white;
    color: #1A1A1A; }
    .ticket-information__button svg {
      fill: #1A1A1A; }
    .ticket-information__button:hover {
      color: white; }
      .ticket-information__button:hover svg {
        fill: white; }

.content-footer-share {
  margin-top: 3.236rem; }
  .content-footer-share h6 {
    margin-bottom: 0.809rem; }

.single-post__header {
  margin-bottom: 1.618rem; }
.single-post__date {
  font-size: 1.25rem;
  margin-bottom: 0;
  display: inline-block;
  line-height: 1;
  position: relative;
  top: 2px;
  margin-left: 0.809rem; }
  @media screen and (min-width: 64.72rem) {
    .single-post__date {
      padding-right: 3.236rem; } }
  .single-post__date:after {
    opacity: 0;
    content: '';
    width: 0.4045rem;
    height: 0.4045rem;
    display: inline-block;
    background: #6D6D6D;
    border-radius: 50%;
    right: -1.618rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (min-width: 64.72rem) {
      .single-post__date:after {
        opacity: 1; } }
  .single-post__date.has-no-categories:after {
    display: none; }
.single-post__category a {
  font-size: 1.25rem;
  text-decoration: none;
  color: #6D6D6D;
  position: relative;
  top: 3px;
  line-height: 1;
  margin-right: 0.4045rem; }
.single-post__categories-container {
  display: inline-block;
  margin-top: 0.809rem; }
  @media screen and (min-width: 64.72rem) {
    .single-post__categories-container {
      margin-top: 0; } }
.single-post__location {
  font-size: 1.25rem;
  margin-bottom: 0;
  line-height: 1;
  position: relative;
  top: 2px;
  display: inline-block;
  margin-left: 0.809rem; }
.single-post__info {
  margin-bottom: 0.809rem; }
  @media screen and (min-width: 64.72rem) {
    .single-post__info {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  .single-post__info-container {
    margin-right: 0.4045rem;
    text-decoration: none;
    color: #6D6D6D; }
    @media screen and (min-width: 64.72rem) {
      .single-post__info-container {
        display: inline-block; } }
    .single-post__info-container .single-post__location {
      margin-left: 0; }
    .single-post__info-container--first .single-post__location {
      margin-left: 0.809rem; }

.member-job-title {
  margin-top: 1.618rem; }

.team-member__more {
  text-decoration: none;
  color: #007961;
  transition: 0.25s; }
  .team-member__more:hover {
    color: #004638;
    transition: 0.25s; }

.team-item__image {
  margin-bottom: 1.618rem;
  width: 100%;
  border-radius: 4px; }
.team-item__title {
  font-size: 1.125rem;
  line-height: 1.0786666667;
  margin-bottom: 0.809rem; }
.team-item__content {
  font-size: 0.875rem;
  line-height: 1.25;
  margin-bottom: 0.4045rem; }

.team-social__link {
  text-decoration: none;
  margin-bottom: 0.809rem;
  display: inline-block;
  margin-right: 0.4045rem;
  float: right; }
  .team-social__link svg {
    transition: 0.25s linear fill; }
  .team-social__link:hover svg {
    fill: #00604d;
    transition: 0.25s linear fill; }

.grid--contact-page {
  grid-gap: 4.854rem; }
  .grid--contact-page .button + .button, .grid--contact-page .standard-page input[type="submit"] + .button, .standard-page .grid--contact-page input[type="submit"] + .button, .grid--contact-page .standard-page .button + input[type="submit"], .standard-page .grid--contact-page .button + input[type="submit"], .grid--contact-page .standard-page input[type="submit"] + input[type="submit"], .standard-page .grid--contact-page input[type="submit"] + input[type="submit"] {
    margin-top: 0.809rem; }
    @media screen and (min-width: 48.54rem) {
      .grid--contact-page .button + .button, .grid--contact-page .standard-page input[type="submit"] + .button, .standard-page .grid--contact-page input[type="submit"] + .button, .grid--contact-page .standard-page .button + input[type="submit"], .standard-page .grid--contact-page .button + input[type="submit"], .grid--contact-page .standard-page input[type="submit"] + input[type="submit"], .standard-page .grid--contact-page input[type="submit"] + input[type="submit"] {
        margin-top: 0;
        margin-left: 0.809rem; } }

.gform_footer .button:hover, .gform_footer .standard-page input[type="submit"]:hover, .standard-page .gform_footer input[type="submit"]:hover {
  cursor: pointer; }

.contact-map {
  margin-top: 1.618rem;
  margin-bottom: 1.618rem; }

.gform_fields {
  margin-top: 3.236rem;
  font-size: 1.125rem;
  line-height: 1.0786666667;
  letter-spacing: 1px;
  list-style: none;
  margin-left: 0;
  font-family: "FoundersGrotCondMedium", sans-serif;
  text-transform: uppercase; }
  .gform_fields .gfield {
    margin-bottom: 2.427rem; }
  .gform_fields input, .gform_fields textarea, .gform_fields select {
    border: 0;
    border-bottom: 1px solid #D7D7D7;
    font-family: "FoundersGrotCondMedium", sans-serif;
    letter-spacing: 1px;
    color: #1A1A1A;
    text-transform: uppercase;
    padding: 0.809rem 0; }
  .gform_fields .ginput_container_select {
    margin-top: 0.809rem; }

.hidden_label > label {
  display: none; }

.gfield_checkbox {
  list-style: none;
  margin-left: 0; }

.newsletter-signup {
  margin-top: 1.618rem;
  padding: 1.618rem;
  background: #F7F7F7;
  border-radius: 4px; }
  .newsletter-signup input {
    background: none; }
  .newsletter-signup__title {
    font-size: 1.375rem;
    line-height: 1.0296363636; }
  .newsletter-signup .gform_fields {
    margin-top: 0; }

.validation_error {
  background: #C60F13;
  color: white;
  padding: 0.809rem;
  margin-bottom: 1.618rem; }

.validation_message {
  background: #C60F13;
  color: white;
  padding: 0.809rem;
  display: inline-block;
  width: auto;
  margin-top: 1.618rem; }

.grid--index-blocks {
  grid-gap: 2.427rem; }

.index-page__content {
  margin-bottom: 3.236rem; }

.index-block {
  padding: 1.618rem;
  background: #F7F7F7;
  margin-bottom: 2.427rem;
  border-radius: 4px; }
  .index-block__title {
    font-size: 1.875rem; }
  .index-block__content {
    font-size: 1rem; }
  .index-block .button, .index-block .standard-page input[type="submit"], .standard-page .index-block input[type="submit"] {
    margin-bottom: 0.809rem;
    margin-right: 0.809rem; }

.checkbox-search {
  display: none; }

.search-input {
  transition: 0.25 linear all;
  width: 0;
  padding: 0;
  background: transparent;
  border: 0;
  margin-left: 0.809rem;
  color: #6d6d6d;
  padding-bottom: 0.4045rem; }
  @media screen and (min-width: 72.81rem) {
    .search-input {
      padding-bottom: 0;
      color: white; } }
  .search-input:active, .search-input.nice-select.open, .search-input:focus {
    border: 0; }

.checkbox-search:checked ~ .search-input {
  width: 100px;
  transition: 0.25 linear all;
  border-bottom: 1px solid #6d6d6d; }
  @media screen and (min-width: 72.81rem) {
    .checkbox-search:checked ~ .search-input {
      border-color: #FFF;
      padding: 0 0; } }

.svg-header--search {
  fill: #6d6d6d; }
  @media screen and (min-width: 72.81rem) {
    .svg-header--search {
      fill: #FFF; } }

.mobile-search-form {
  padding: 0.809rem 1.618rem 1.618rem 1.618rem; }

.result-item {
  padding-bottom: 1.618rem; }
  @media screen and (min-width: 72.81rem) {
    .result-item {
      display: -ms-flexbox;
      display: flex; } }
  .result-item__left {
    margin-bottom: 1.618rem; }
    @media screen and (min-width: 72.81rem) {
      .result-item__left {
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
        margin-right: 2.427rem;
        margin-bottom: 0; } }
  .result-item__right {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%; }
  .result-item__link {
    color: #1A1A1A;
    text-decoration: none;
    position: relative; }

.svg--result-item {
  max-width: 7px;
  max-height: 11px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.809rem;
  fill: #6D6D6D; }

.centered-header {
  text-align: center; }
  .centered-header__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1; }
    @media (min-width: 200px) {
      .centered-header__title {
        font-size: 58px;
        font-size: calc(4.4vw + 27.2px); } }
    @media (min-width: 1200px) {
      .centered-header__title {
        font-size: 80px;
        font-size: 5rem; } }
  .centered-header__subtitle {
    font-size: 16px;
    font-size: 1rem;
    color: #6D6D6D;
    margin-bottom: 0.809rem; }
    @media (min-width: 200px) {
      .centered-header__subtitle {
        font-size: 18px;
        font-size: calc(0.4vw + 15.2px); } }
    @media (min-width: 1200px) {
      .centered-header__subtitle {
        font-size: 20px;
        font-size: 1.25rem; } }
  .centered-header__footer {
    display: inline-block;
    margin: 0 auto 3.236rem auto; }

.pagination {
  margin: 3.236rem auto;
  text-align: center;
  line-height: 1; }
  .pagination .pages {
    color: #6D6D6D;
    background: #FFF;
    display: inline-block;
    padding: 0.60675rem 0.809rem;
    margin-right: 1.618rem; }
  .pagination .current {
    background: #FFF;
    padding: 0.60675rem 1.01125rem;
    display: inline-block;
    margin-left: 0.4045rem; }
  .pagination .page {
    display: inline-block;
    padding: 0.60675rem 1.01125rem;
    color: #6D6D6D;
    text-decoration: none;
    margin-left: 0.4045rem; }
  .pagination .nextpostslink {
    display: inline-block;
    padding: 0.60675rem 1.01125rem;
    color: #6D6D6D;
    text-decoration: none; }
  .pagination .previouspostslink {
    display: inline-block;
    padding: 0.60675rem 1.01125rem;
    color: #6D6D6D;
    text-decoration: none; }

.vacancy-detail {
  font-size: 1.125rem;
  margin-bottom: 0.4045rem; }
  .vacancy-detail__label {
    color: #1A1A1A; }

.vacancy-details {
  margin-bottom: 1.618rem; }

.vacancy-item {
  padding-bottom: 3.236rem;
  padding-top: 3.236rem;
  border-bottom: 1px solid #e8e8e5; }
  .vacancy-item:first-of-type {
    padding-top: 0; }

.twitter-slice {
  padding: 2.427rem;
  background-color: #1da1f24a;
  border-radius: 4px;
  max-width: 500px; }
  .twitter-slice .twitter-content--header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center; }
    .twitter-slice .twitter-content--header svg {
      display: inline-block;
      width: 30px;
      height: 30px;
      margin: 0 0.4045rem 0.809rem 0; }
    .twitter-slice .twitter-content--header h4 {
      display: inline-block;
      margin-bottom: 0; }
    .twitter-slice .twitter-content--header__link {
      text-decoration: none;
      color: #007961;
      transition: 0.25s; }
      .twitter-slice .twitter-content--header__link:hover {
        color: #004638;
        transition: 0.25s; }
  .twitter-slice .twitter-content .tweet-content {
    margin: 0.809rem 0 0 0;
    font-size: 18px; }
  .twitter-slice .twitter-content .tweet-date {
    margin-bottom: 0;
    text-align: right;
    font-size: 14px; }

.location-link-selected div {
  transition: 0.25s;
  background-color: #F4D9DC !important;
  border-color: #F4D9DC !important; }
  .location-link-selected div h4 {
    color: #1A1A1A !important; }

.location-name {
  margin-bottom: 0.809rem; }

.contact p {
  margin-bottom: 6px; }

.directions-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.809rem 1.618rem;
  background: #eee;
  border-radius: 3px; }

.direction-holder {
  padding: 1.618rem; }

.ceo-card {
  position: relative;
  border-bottom: 1px solid #F1F1F1;
  padding-top: 2.427rem;
  padding-bottom: 2.427rem; }
  .ceo-card__date {
    font-size: 1.125rem;
    letter-spacing: 1px;
    color: #007961;
    text-transform: uppercase;
    font-family: "FoundersGrotCondMedium", sans-serif;
    margin-bottom: 0.4045rem; }
  .ceo-card__title {
    font-size: 1.5rem; }
    .ceo-card__title-link {
      color: #1A1A1A;
      text-decoration: none; }

.sidebar-page-content {
  padding: 1.618rem;
  margin-bottom: 1.618rem;
  background: #F7F7F7;
  border-radius: 4px; }
  .sidebar-page-content a {
    color: #007961;
    text-decoration: none; }

.image-ctas--container {
  margin-bottom: 6.472rem; }
  .image-ctas--container img {
    width: 100%;
    height: auto;
    border-radius: 4px; }
  .image-ctas--container .grid__item, .image-ctas--container .gallery-item {
    position: relative;
    text-align: center; }
  .image-ctas--container .image-cta__link {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .image-ctas--container .image_cta__button {
    display: inline-block;
    margin-top: 1.618rem; }
  .image-ctas--container .image-cta__description {
    margin-top: 0.809rem;
    line-height: 1.25;
    margin-bottom: 0; }

.image-ctas--slice {
  padding: 0 1.618rem; }

.donate-checkout__title {
  font-size: 24px !important;
  font-family: "Value Serif Trial", serif;
  color: #1a1a1a;
  margin-bottom: 0.809rem !important; }
  .donate-checkout__title span {
    color: #007961; }

.page-layout__full-width {
  padding-right: 0 !important;
  width: 100%; }

.donate-form__warning {
  display: none;
  font-size: 16px;
  background: red;
  color: white;
  padding: 6px 12px;
  margin-left: 18px;
  position: relative;
  top: -2px;
  border-radius: 4px;
  opacity: 0;
  transition: 0.25s linear opacity; }
  .donate-form__warning--active {
    display: inline;
    opacity: 1;
    transition: 0.25s linear opacity; }

.button--single {
  display: inline-block;
  position: relative;
  margin-right: 0.809rem;
  margin-bottom: 0.809rem; }
  @media screen and (min-width: 35.596rem) {
    .button--single {
      margin-left: 1.618rem;
      margin-bottom: 0; } }
.button--monthly {
  display: inline-block;
  position: relative; }

.donate-image {
  width: 100%;
  border-radius: 4px 4px 0 0; }

.donate-intro p {
  font-size: 16px; }

.donate-background--outer {
  background-color: #007961; }
.donate-background--inner {
  background-color: white;
  padding: 48px; }

.donate-option {
  font-size: 0;
  margin-bottom: 1.618rem; }
  .donate-option a {
    text-decoration: none; }
  .donate-option__label {
    font-size: 1.5rem;
    line-height: 1.01125;
    font-family: "Value Serif Trial", serif;
    color: #1a1a1a;
    display: inline-block;
    margin-top: 0.60675rem !important;
    margin-bottom: 2.0225rem !important;
    position: relative;
    padding-left: 60px; }
  .donate-option__count {
    content: '';
    display: inline-block;
    width: 3.236rem;
    height: 3.236rem;
    background: #007961;
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
    border-radius: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 999;
    text-align: center;
    padding-top: 12px;
    color: white;
    left: 20px;
    top: -0.20225rem; }
    @media screen and (min-width: 35.596rem) {
      .donate-option__count {
        top: -0.809rem; } }

.hidden-input {
  opacity: 0;
  position: absolute; }

.donate {
  text-decoration: none;
  color: #6D6D6D; }
  .donate-custom {
    color: #1a1a1a;
    font-size: 2rem;
    line-height: 1.3715;
    font-family: "Value Serif Trial", serif;
    margin-bottom: 1.618rem; }
    @supports (display: grid) {
      .donate-custom {
        display: -ms-flexbox;
        display: flex; } }
    .donate-custom input[type="number"] {
      font-family: "Value Serif Trial", serif;
      padding: 0;
      background: transparent;
      border: 0;
      font-size: 30px; }
      .donate-custom input[type="number"]::-webkit-input-placeholder {
        font-size: 16px;
        font-family: "Value Trial", sans-serif;
        text-transform: capitalize;
        padding-left: 0.809rem; }
      .donate-custom input[type="number"]:-ms-input-placeholder {
        font-size: 16px;
        font-family: "Value Trial", sans-serif;
        text-transform: capitalize;
        padding-left: 0.809rem; }
      .donate-custom input[type="number"]::placeholder {
        font-size: 16px;
        font-family: "Value Trial", sans-serif;
        text-transform: capitalize;
        padding-left: 0.809rem; }
      .donate-custom input[type="number"]::-ms-input-placeholder {
        font-size: 16px;
        font-family: "Value Trial", sans-serif;
        text-transform: capitalize;
        padding-left: 0.809rem; }
      .donate-custom input[type="number"]:-ms-input-placeholder {
        font-size: 16px;
        font-family: "Value Trial", sans-serif;
        text-transform: capitalize;
        padding-left: 0.809rem; }
      .donate-custom input[type="number"]::-webkit-input-placeholder {
        font-size: 16px;
        font-family: "Value Trial", sans-serif;
        text-transform: capitalize;
        padding-left: 0.809rem; }
  .donate-items {
    display: none; }
    .donate-items--active {
      display: block; }
      @supports (display: grid) {
        .donate-items--active {
          display: -ms-grid;
          display: grid; } }

.button--donate-time:hover {
  cursor: pointer; }

.button__donate-time--active {
  background: #e9b1b8; }

.donate-card {
  padding: 1.618rem;
  background-color: #F1F1F1;
  border-radius: 0 0 4px 4px;
  text-align: center;
  transition: .25s; }
  .donate-card:hover {
    cursor: pointer;
    background-color: #F4D9DC;
    transition: .25s; }
  .donate-card__title {
    color: #6D6D6D;
    text-decoration: none; }
  .donate-card__content {
    margin-bottom: 0; }
  .donate-card--active {
    background-color: #F4D9DC; }
  .donate-card-label:hover {
    cursor: pointer; }
    .donate-card-label:hover .donate-card {
      background-color: #F4D9DC; }

.button--proceed {
  margin-top: 1.618rem;
  float: right; }

#gform_5 {
  font-family: "Value Trial", sans-serif; }
  #gform_5 .gift-aid-summary {
    margin-top: 1.618rem;
    margin-bottom: 1.618rem;
    max-width: 100%; }
    @media screen and (min-width: 35.596rem) {
      #gform_5 .gift-aid-summary {
        margin-top: 0;
        max-width: 50%; } }
    @media screen and (min-width: 64.72rem) {
      #gform_5 .gift-aid-summary {
        max-width: 100%; } }
  #gform_5 #field_5_30 {
    margin-top: 0.809rem;
    margin-bottom: 0; }
    #gform_5 #field_5_30 span {
      font-weight: bold; }
  #gform_5 .gfield_radio {
    display: -ms-flexbox;
    display: flex; }
    #gform_5 .gfield_radio li {
      padding-left: 0; }
    #gform_5 .gfield_radio input[type="radio"] {
      position: absolute;
      opacity: 0; }
    #gform_5 .gfield_radio label {
      display: inline-block;
      background: #F4D9DC;
      color: #6D6D6D;
      padding: 0.809rem;
      transition: 0.25s linear all;
      border: 1px solid #eee;
      font-family: "FoundersGrotCondMedium", sans-serif !important; }
      #gform_5 .gfield_radio label:hover {
        cursor: pointer;
        background: #007961;
        transition: 0.25s linear all;
        color: white; }
      #gform_5 .gfield_radio label.radio--active {
        background: #007961;
        color: white; }
  #gform_5 .gf_readonly {
    margin-bottom: 0; }
  #gform_5 .gf_readonly input {
    border: 0;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 1.25;
    font-family: "Value Trial", sans-serif;
    color: #6D6D6D;
    padding-top: 0;
    margin-bottom: 18px; }
  #gform_5 .top_label {
    margin-top: 1.618rem; }
  #gform_5 .gform_fields {
    font-family: "Value Trial", sans-serif; }
  #gform_5 .gform_fields .gfield:last-of-type {
    margin-bottom: 0 !important; }
  #gform_5 .gfield_radio label {
    position: relative;
    top: 2px !important;
    font-family: "Value Trial", sans-serif; }
  #gform_5 .gfield_checkbox label {
    position: relative;
    font-size: 16px;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 1.25;
    font-family: "Value Trial", sans-serif; }
  @media screen and (min-width: 35.596rem) {
    #gform_5 .ginput_container_address {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (min-width: 35.596rem) {
    #gform_5 .ginput_container_address .ginput_full {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; } }
  @media screen and (min-width: 35.596rem) {
    #gform_5 .ginput_container_address .ginput_left {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      padding-right: 1.618rem; } }
  @media screen and (min-width: 35.596rem) {
    #gform_5 .ginput_container_address .ginput_right {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%; } }
  #gform_5 .gform_fields.column_2 {
    position: relative; }
    #gform_5 .gform_fields.column_2 .gsection_title {
      margin-bottom: 0 !important; }
    #gform_5 .gform_fields.column_2::after {
      content: '';
      display: inline-block;
      background-image: url("../images/giftaid.svg");
      background-size: cover;
      position: absolute;
      right: 2.427rem;
      top: 2.427rem;
      width: 150px;
      height: 53px; }
      @media screen and (min-width: 35.596rem) {
        #gform_5 .gform_fields.column_2::after {
          width: 170px;
          height: 60px; } }
    @media screen and (min-width: 35.596rem) {
      #gform_5 .gform_fields.column_2 {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media screen and (min-width: 35.596rem) {
      #gform_5 .gform_fields.column_2 #field_5_11 {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        margin-bottom: 0.809rem; } }
    @media screen and (min-width: 35.596rem) {
      #gform_5 .gform_fields.column_2 #field_5_28 {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; } }
    #gform_5 .gform_fields.column_2 #field_5_13 {
      padding: 1.618rem;
      background: #F4D9DC;
      border-radius: 4px;
      margin-bottom: 1.618rem; }
      @media screen and (min-width: 35.596rem) {
        #gform_5 .gform_fields.column_2 #field_5_13 {
          -ms-flex: 0 0 47.5%;
              flex: 0 0 47.5%; } }
      #gform_5 .gform_fields.column_2 #field_5_13 .gchoice_5_13_1 {
        display: -ms-flexbox;
        display: flex;
        padding-left: 0; }
    @media screen and (min-width: 35.596rem) {
      #gform_5 .gform_fields.column_2 #field_5_22 {
        -ms-flex: 0 0 52.5%;
            flex: 0 0 52.5%;
        padding-left: 2.427rem; } }
  @media screen and (min-width: 35.596rem) {
    #gform_5 .gform_fields.column_4 {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (min-width: 35.596rem) {
    #gform_5 .gform_fields.column_4 #field_5_14 {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
      #gform_5 .gform_fields.column_4 #field_5_14 .gsection_title {
        margin-bottom: 2.427rem; } }
  @media screen and (min-width: 35.596rem) {
    #gform_5 .gform_fields.column_4 #field_5_15 {
      -ms-flex: 0 0 47.5%;
          flex: 0 0 47.5%; } }
  @media screen and (min-width: 35.596rem) {
    #gform_5 .gform_fields.column_4 #field_5_16 {
      -ms-flex: 0 0 52.5%;
          flex: 0 0 52.5%;
      padding-left: 2.427rem; } }
  @media screen and (min-width: 35.596rem) {
    #gform_5 .gform_fields.column_4 #field_5_17 {
      -ms-flex: 0 0 47.5%;
          flex: 0 0 47.5%; } }
  @media screen and (min-width: 35.596rem) {
    #gform_5 .gform_fields.column_4 #field_5_30 {
      -ms-flex: 0 0 52.5%;
          flex: 0 0 52.5%;
      padding-left: 2.427rem; } }
  #gform_5 .gform_fields.column {
    background-color: #F1F1F1;
    padding: 2.427rem;
    border-radius: 4px;
    position: relative;
    margin-top: 0.809rem;
    margin-bottom: 0.809rem; }
    #gform_5 .gform_fields.column:last-of-type:before {
      display: none; }
    #gform_5 .gform_fields.column::before {
      content: '';
      display: inline-block;
      width: 3.236rem;
      height: 3.236rem;
      background: #007961;
      background-image: url("../images/link-arrow--down.svg");
      background-repeat: no-repeat;
      background-size: 50%;
      background-position: 50% 50%;
      border-radius: 50%;
      position: absolute;
      bottom: -2.0225rem;
      left: 50%;
      transform: translateX(-50%);
      z-index: 999; }
    #gform_5 .gform_fields.column .gsection_title {
      margin-bottom: 2.427rem; }
  #gform_5 .button--proceed:hover {
    cursor: pointer; }
  #gform_5 .gsection {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  #gform_5 :before {
    display: none; }
  #gform_5 h2 {
    text-transform: none;
    margin-bottom: 1.2135rem; }
  #gform_5 .gfield_label_before_complex {
    font-family: "Value Serif Trial", serif;
    font-size: 1.5rem;
    line-height: 1.01125;
    text-transform: capitalize;
    text-decoration: none !important;
    color: #1a1a1a;
    margin-bottom: 1.618rem !important;
    margin-top: 1.618rem; }
  #gform_5 .address_country > label {
    margin-bottom: 0.809rem; }
  #gform_5 .gfield {
    padding-left: 0; }
  #gform_5 input {
    display: inline-block;
    background: transparent;
    text-transform: none; }
  #gform_5 #field_5_9 .gfield_label {
    margin-bottom: 0.809rem;
    text-decoration: underline; }
  #gform_5 #field_5_9 span input {
    margin-bottom: 2.427rem !important; }
  #gform_5 .field_sublabel_below > label {
    margin-bottom: 0.809rem; }

#field_5_19 .gfield_label {
  margin-bottom: 0.809rem; }

.donate-initial-form {
  display: inline-block;
  width: 100%; }

.form-section {
  background-color: #F1F1F1;
  padding: 1.2135rem;
  border-radius: 4px;
  margin-bottom: 1.618rem;
  position: relative; }
  .form-section .nice-select .list {
    z-index: 9999; }
  @media screen and (min-width: 750px) {
    .form-section {
      padding: 2.427rem; } }
  .form-section input {
    text-transform: none;
    font-family: "Value Trial", sans-serif;
    letter-spacing: 0;
    background: none; }
  .form-section__subtitle {
    margin-top: 0.809rem; }
  .form-section:last-of-type:before {
    display: none; }
  .form-section::before {
    content: '';
    display: inline-block;
    width: 3.236rem;
    height: 3.236rem;
    background: #007961;
    background-image: url("../images/link-arrow--down.svg");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: 50% 50%;
    border-radius: 50%;
    position: absolute;
    bottom: -2.0225rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999; }
  .form-section--giftaid::after {
    content: '';
    display: inline-block;
    background-image: url("../images/giftaid.svg");
    background-size: cover;
    position: absolute;
    right: 2.427rem;
    top: 2.427rem;
    width: 150px;
    height: 53px; }
    @media screen and (min-width: 35.596rem) {
      .form-section--giftaid::after {
        width: 170px;
        height: 60px; } }
  .form-section--giftaid .form-section__title {
    margin-bottom: 60px; }
  .form-section--details label {
    margin-bottom: 0.4045rem;
    font-family: "FoundersGrotCondMedium", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }
  .form-section--payment-info label {
    margin-bottom: 0.4045rem;
    font-family: "FoundersGrotCondMedium", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px; }

.gift-aid-box {
  background: #F4D9DC;
  padding: 1.618rem; }

.donate-checkbox {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  -ms-flex-align: baseline;
      align-items: baseline; }

.gift-aid-summary {
  margin-bottom: 1.618rem !important; }

.form-section__radio {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 999; }
  .form-section__radio > div {
    padding-left: 0; }
  .form-section__radio input[type="radio"] {
    position: absolute;
    opacity: 0; }
  .form-section__radio-label {
    margin-bottom: 0.4045rem;
    font-size: 18px !important; }
  .form-section__radio-container {
    margin-bottom: 1.618rem; }
  .form-section__radio label {
    display: inline-block;
    background: #F4D9DC;
    color: #6D6D6D;
    padding: 0.809rem;
    transition: 0.25s linear all;
    border: 1px solid #eee;
    font-family: "FoundersGrotCondMedium", sans-serif !important;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1;
    position: relative;
    top: -3px; }
    .form-section__radio label:hover {
      cursor: pointer;
      background: #007961;
      transition: 0.25s linear all;
      color: white; }
    .form-section__radio label.radio--active {
      background: #007961;
      color: white; }

.inputField {
  text-transform: none;
  font-family: "Value Trial",sans-serif;
  letter-spacing: 0;
  border-bottom: 1px solid #d7d7d7;
  height: 40px;
  padding-left: 10px; }

.bank-verification-result-container {
  padding: 1.618rem;
  margin-bottom: 1.618rem;
  background: white;
  max-width: 50%;
  position: relative; }
  .bank-verification-result-container p {
    margin-bottom: 0; }
    .bank-verification-result-container p span {
      font-weight: bold; }

.bank-verification-result {
  position: relative; }
  .bank-verification-result .donate-error {
    position: relative;
    transform: unset;
    top: inherit;
    width: 100%; }
    .bank-verification-result .donate-error p {
      margin-bottom: 0px !important; }

.donate-error {
  opacity: 0;
  position: absolute;
  margin-top: 0.60675rem;
  display: inline-block;
  background: #C60F13;
  color: white;
  right: 0;
  padding: 0.809rem;
  top: -50%;
  transform: translateY(50%); }
  .donate-error--active {
    opacity: 1; }
  .donate-error--recpatcha {
    top: 50px; }

.form-section .grid__item, .form-section .gallery-item {
  position: relative; }
.form-section .form-section__radio-container {
  position: relative; }

.donation-form--button {
  padding: 0.809rem 2.427rem 0.809rem 1.618rem;
  font-size: 24px;
  margin-left: auto;
  display: block; }

.donation-acceptance {
  margin-bottom: 1.618rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
      align-items: baseline; }
  .donation-acceptance input {
    -ms-flex: 0 0 1.618rem;
        flex: 0 0 1.618rem; }

.donate-js-warning {
  background: #007961;
  color: white;
  padding: 0.809rem;
  margin-bottom: 1.618rem; }
  .donate-js-warning a {
    color: white; }

.direct-debit {
  background: white;
  padding: 2.427rem; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .locations-map-svg {
    height: 1081px !important; } }
.location-map-link .background {
  transition: 0.25s linear fill; }
.location-map-link .marker {
  transition: 0.25s linear fill; }
.location-map-link:hover .background {
  fill: #F4D9DC;
  transition: 0.25s linear fill; }
.location-map-link:hover .marker {
  fill: #F4D9DC;
  transition: 0.25s linear fill; }

.select-menu {
  text-align: left;
  font-family: "FoundersGrotCondMedium", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #1A1A1A;
  margin-left: auto;
  margin-right: auto; }
  .select-menu__label {
    font-size: 16px !important;
    text-transform: uppercase;
    color: #6D6D6D;
    font-family: "FoundersGrotCondMedium", sans-serif; }
  .select-menu .nice-select {
    padding-left: 0;
    padding-right: 0; }

.nice-select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  border-bottom: solid 1px #d7d7d7;
  clear: both;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 2.427rem;
  line-height: 2.1573333333rem;
  outline: none;
  padding-left: 0.809rem;
  padding-right: 1.618rem;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: 100%;
  margin-top: 7px; }
  .nice-select:hover {
    border-color: #cacaca; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 0.4045rem;
    margin-top: -0.3236rem;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all 0.15s ease-in-out;
    width: 0.4045rem; }
  .nice-select.open:after {
    transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: gainsboro;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.full-width {
    width: 100%; }
    .nice-select.full-width .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 0;
    box-shadow: 0 0 0 1px #e8e8e5;
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 101%;
    left: 0;
    transform-origin: 50% 0;
    transform: translateY(-0.60675rem);
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9;
    width: 100%;
    margin: 0;
    border-radius: 3px; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
    .nice-select .list li:before {
      display: none; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 2.1573333333rem;
    list-style: none;
    min-height: 2.427rem;
    outline: none;
    padding-left: 0.809rem;
    text-align: left;
    transition: all 0.2s;
    padding-top: 5px; }
    .nice-select .option:hover {
      background-color: #F1F1F1;
      color: #999; }
    .nice-select .option.selected {
      font-weight: 600; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }
.no-csspointerevents .nice-select.open .list {
  display: block; }

/*! Lity - v2.3.1 - 2018-04-20
* http://sorgalla.com/lity/
* Copyright (c) 2015-2018 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity.lity-opened {
  opacity: 1; }

.lity.lity-closed {
  opacity: 0; }

.lity * {
  box-sizing: border-box; }

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important; }

.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; }

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  transition: opacity 0.3s ease; }

.lity-loading .lity-loader {
  opacity: 1; }

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 90%;
  max-height: 100%;
  outline: none !important; }
  @media screen and (min-width: 64.72rem) {
    .lity-container {
      max-width: 50% !important; } }

.lity-content {
  z-index: 9993;
  width: 100%;
  transform: scale(1);
  transition: transform 0.3s ease; }

.lity-loading .lity-content,
.lity-closed .lity-content {
  transform: scale(0.8); }

.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0; }

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close.nice-select.open,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  box-shadow: none; }

.lity-close:active, .lity-close.nice-select.open {
  top: 1px; }

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0; }

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px; }

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch; }

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

.lity-hide {
  display: none; }

.lity-modal-content {
  background: white;
  padding: 3.236rem;
  max-height: 670px !important;
  overflow-y: scroll; }

.no-margin {
  margin: 0; }
  .no-margin--top {
    margin-top: 0; }
  .no-margin--right {
    margin-right: 0; }
  .no-margin--bottom {
    margin-bottom: 0; }
  .no-margin--left {
    margin-left: 0; }
  .no-margin--sides {
    margin-left: 0;
    margin-right: 0; }
  .no-margin--ends {
    margin-top: 0;
    margin-bottom: 0; }

.margin {
  margin: 1.618rem; }
  .margin--top {
    margin-top: 1.618rem; }
  .margin--right {
    margin-right: 1.618rem; }
  .margin--bottom {
    margin-bottom: 1.618rem; }
  .margin--left {
    margin-left: 1.618rem; }
  .margin--sides {
    margin-left: 1.618rem;
    margin-right: 1.618rem; }
  .margin--ends {
    margin-top: 1.618rem;
    margin-bottom: 1.618rem; }

.margin-double {
  margin: 3.236rem; }
  .margin-double--top {
    margin-top: 3.236rem; }
  .margin-double--right {
    margin-right: 3.236rem; }
  .margin-double--bottom {
    margin-bottom: 3.236rem; }
  .margin-double--left {
    margin-left: 3.236rem; }
  .margin-double--sides {
    margin-left: 3.236rem;
    margin-right: 3.236rem; }
  .margin-double--ends {
    margin-top: 3.236rem;
    margin-bottom: 3.236rem; }

.login form {
  margin-top: 0; }

body.login div#login h1 a {
  background-image: url("../images/logo.svg");
  width: 250px;
  background-size: auto;
  margin: 0 auto; }
  body.login div#login h1 a:focus, body.login div#login h1 a:active, body.login div#login h1 a.nice-select.open {
    outline: none;
    border: 0 none;
    box-shadow: none; }

body.login {
  background-color: #F7F7F7; }
  @media screen and (min-width: 48.54rem) {
    body.login {
      background-image: url("../images/better/better-logo.svg");
      background-position: bottom 1.618rem right 1.618rem;
      background-size: 75px auto;
      background-repeat: no-repeat; } }

@media screen and (min-width: 48.54rem) {
  body.login div#login {
    width: 320px;
    margin: auto;
    padding: 0;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 44em; } }
body.login div#login h1 {
  margin-bottom: 3.236rem; }

.login .message {
  margin-bottom: 0.809rem; }

body.login div#login form#loginform,
body.login div#login form#lostpasswordform {
  box-shadow: inherit;
  -webkit-box-shadow: inherit;
  background-color: white;
  border: 1px solid #007961; }

body.login div#login form#loginform p label {
  font-size: 1rem;
  line-height: 1.8;
  color: #1A1A1A;
  width: 100%; }

body.login div#login form#loginform input.input {
  font-size: 1rem;
  padding: 0.809rem; }

body.login div#login p#nav {
  font-size: 1rem;
  text-shadow: none; }

body.login div#login p#nav {
  text-align: center; }

body.login div#login p#nav a {
  color: #007961 !important;
  text-decoration: none; }

body.login div#login p#backtoblog {
  text-shadow: none;
  text-align: center; }

body.login div#login p#backtoblog a {
  color: #007961 !important;
  text-decoration: none; }

body.login div#login .button, body.login div#login .standard-page input[type="submit"], .standard-page body.login div#login input[type="submit"] {
  font-size: 0.8125rem !important;
  text-shadow: none;
  box-shadow: none;
  border: 0 none;
  background-color: #007961;
  color: white;
  height: auto;
  line-height: inherit;
  margin-top: 1.618rem;
  padding: 0.809rem 1.618rem; }

.login #login_error, .login .message {
  font-size: 1rem;
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  border: 0px none;
  background-color: #007961;
  color: white;
  text-align: center;
  box-shadow: none; }
  .login #login_error a, .login .message a {
    color: white; }

.headline-font {
  font-family: "Value Serif Trial", serif!important;
}

.body-font {
  font-family: "Value Trial",sans-serif!important;
}

/*# sourceMappingURL=maps/main.css.map */
