html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
figcaption,
figure {
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57- and 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 */
  -webkit-text-decoration: underline dotted;
          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: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Show the overflow in IE.
 */
button {
  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 */
}

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Show the overflow in Edge.
 */
input {
  overflow: visible;
}

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
   * Remove the inner padding 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 */
}

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

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

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

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

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

/*
 * Add the correct display in IE 9-.
 */
menu {
  display: block;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

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

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

body,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, dd, ol, ul,
figure,
hr,
fieldset, legend {
  margin: 0;
  padding: 0;
}

address {
  font-style: normal;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  /* [1] */
}

hr {
  border: 0;
  border-bottom: 1px solid #e9e9e9;
}

[href^="tel:"] {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
  text-decoration: none !important;
}

address,
h1, h2, h3, h4, h5, h6,
blockquote, p, pre,
dl, ol, ul,
figure,
hr,
table,
fieldset {
  margin-bottom: 24px;
  /* [1] */
}

p,
li,
dd {
  max-width: 75ch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Muli", Helvetica, sans-serif;
}
html {
  font-size: 100%;
  line-height: 1.375;
}

/* [1] */
html {
  height: 100%;
  /* [3] */
  overflow-y: scroll;
  /* [2] */
}

body {
  font-size: 0.9375rem;
  line-height: 1.375;
  color: #404142;
  font-family: "Muli", Helvetica, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
}

embed,
iframe,
object {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Muli", Helvetica, sans-serif;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
  margin-top: 0;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
  font-weight: inherit;
}

h1 {
  font-size: 1.875rem;
  line-height: 1.25;
  margin-bottom: 2.75rem;
  margin-top: 1.03125rem;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.1538;
  margin-bottom: 2.40625rem;
  margin-top: 0.6875rem;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.136;
  margin-bottom: 2.0625rem;
  margin-top: 0.6875rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1.25;
  margin-bottom: 1.71875rem;
  margin-top: 0.6875rem;
}

h5 {
  font-size: 1rem;
  line-height: 1.25;
}

h6 {
  font-size: 0.875rem;
  line-height: 1.25;
}

img {
  font-style: italic;
  /* [1] */
  max-width: 100%;
  /* [2] */
  vertical-align: middle;
  /* [3] */
}

img[width], img[height] {
  /* [1] */
  height: auto;
  max-width: none;
}

a {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  color: #04828e;
}
a:hover, a:focus {
  color: #9c85d3;
}
a:active {
  outline: none;
}

dd,
ol,
ul {
  margin-left: 24px;
}

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

table {
  border-collapse: collapse;
  /* [1] */
  border-spacing: 0;
  /* [1] */
  width: 100%;
  /* [2] */
}

.alignleft,
.alignright,
.aligncenter,
.alignnone {
  display: block;
  height: auto;
  margin: 24px auto;
  max-width: 100%;
}
.o-expander {
  color: #04828e;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.o-expander::before {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: #04828e transparent transparent;
  border-width: 8px 8px 0;
  content: "";
  display: inline-block;
  margin: 0 6px 2px 0;
  vertical-align: middle;
}
.o-expander > br {
  display: none;
}
.o-expander * {
  pointer-events: none;
}
.o-expander.is-expanded::before {
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent #04828e;
  border-width: 0 8px 8px;
  border-top: 0;
}

.o-expandee {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
  transition: max-height 0.8s cubic-bezier(0, 1, 0, 1) -0.1s;
}
.o-expandee.is-expanded {
  max-height: 9999px;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}
p + .o-expandee {
  margin-bottom: 1em;
  margin-top: -1em;
}
.o-expandee :last-child {
  padding-bottom: 1em;
}

.big-heading {
  background: #59bcc7;
  color: #fff;
  margin-top: 12rem;
  padding: 1rem 2rem;
}
.big-heading::after {
  display: none;
}

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

.list--expanded,
.o-list-expanded {
  margin-bottom: 0;
}
.list--expanded > li,
.o-list-expanded > li {
  margin-bottom: 1.25em;
}
.o-nav__actuator {
  cursor: pointer;
  font-size: 1em;
  margin: 0;
  max-width: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.o-nav__container {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
}
.o-nav.is-expanded .o-nav__container {
  max-height: 9999px;
  -webkit-transition: max-height 0.33s ease-in-out;
  transition: max-height 0.33s ease-in-out;
}

.o-ratio {
  display: block;
  overflow: hidden;
  position: relative;
}
.o-ratio::before {
  padding-bottom: 100%;
  content: "";
  display: block;
  width: 100%;
}
.o-ratio__content,
.o-ratio > iframe,
.o-ratio > embed,
.o-ratio > object {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.o-ratio--2\:1::before {
  padding-bottom: 50%;
}

.o-ratio--4\:3::before {
  padding-bottom: 75%;
}

.o-ratio--16\:9::before {
  padding-bottom: 56.25%;
}

.o-sep {
  white-space: nowrap;
}
.o-sep br {
  display: none;
}
.o-sep--comma::before {
  content: ", ";
}
.o-sep--bar::before {
  content: " | ";
}
.o-sep--hide-left {
  margin: 0 !important;
}
.o-sep--hide-left::before {
  display: none !important;
}
.o-sep--hide-left br {
  display: block;
}
.o-sep--hide-right {
  visibility: hidden;
}

.c-button {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #009aa6;
  border: 2px solid #009aa6;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}
.c-button:hover, .c-button:focus {
  background: #00b2c0;
  border-color: #00b2c0;
  color: #fff;
}
.c-button--arrow::after {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  height: 0.5em;
  width: 0.5em;
  border-bottom: 0.125em solid #fff;
  border-right: 0.125em solid #fff;
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  margin-top: -0.2em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: middle;
  margin-left: 0;
}
.c-button--ghost {
  background: none;
  border: 1px solid #009aa6;
  padding: 10px 22px;
}

.button {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: transparent;
  border: 2px solid transparent;
  border-radius: 8px;
  color: #009aa6;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  background: none;
  border: 1px solid #009aa6;
  padding: 10px 22px;
}
.button:hover, .button:focus {
  background: rgba(13, 13, 13, 0);
  border-color: rgba(13, 13, 13, 0);
  color: #009aa6;
}
.button:hover, .button:focus {
  background-color: #009aa6;
  color: #fff;
}

.c-card {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}

.c-card__cover {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #b7e2e7;
  margin: 0 0 12px;
  overflow: hidden;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
}
.c-card__cover::before {
  padding-bottom: 56.25%;
  content: "";
  display: block;
  width: 100%;
}

.c-card__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}

.c-card__play {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60px;
  width: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.67);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -30px 0 0 -30px;
  padding: 18px;
}

.c-card__icon {
  margin-left: 4px;
}
.c-card__icon path,
.c-card__icon polygon,
.c-card__icon rect {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  fill: #33aebb;
}

.c-card__no-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  background-image: url("../images/logo-white-acronym.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75%;
}

.c-card__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-card__content :last-child {
  margin-bottom: 0;
}

.c-card__title {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #04828e;
  margin: 0 0 6px;
}

.c-card__summary {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  color: #404142;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 0.9375em;
  margin: 0 0 12px;
}

.c-card__more {
  /***/
}

.c-card__button {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #009aa6;
  border: 2px solid #009aa6;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  border-radius: 4px;
  font-size: 0.75em;
  opacity: 0;
  padding: 6px 12px;
}
.c-card__button:hover, .c-card__button:focus {
  background: #00b2c0;
  border-color: #00b2c0;
  color: #fff;
}

.c-card {
  /* stylelint-disable-line */
}
.c-card:hover, .c-card:focus {
  background: #e0f3f4;
  outline: 0;
}
.c-card:hover .c-card__no-image, .c-card:focus .c-card__no-image {
  opacity: 0.67;
}
.c-card:hover .c-card__title, .c-card:focus .c-card__title {
  color: #04727c;
}
.c-card:hover .c-card__summary, .c-card:focus .c-card__summary {
  color: #06535c;
}
.c-card:hover .c-card__button, .c-card:focus .c-card__button {
  opacity: 1;
}

.c-cards,
.wp-block-group.is-style-cards .wp-block-group__inner-container {
  margin: 0 -24px 24px;
}

.c-gallery {
  margin: 0 -6px;
  padding: 12px 0;
}
.c-gallery::after {
  clear: both;
  content: "";
  display: block;
}
.c-gallery__item {
  display: inline-block;
  float: left;
  margin: 0;
  max-width: 50%;
  padding: 6px;
}
.c-gallery__media {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  height: auto;
  max-width: 100%;
}
.c-gallery__caption {
  display: none;
}
.c-gallery .gallery-caption {
  visibility: visible;
}

.wp-caption {
  background: #fff;
  display: inline-block;
  margin-top: 0.25em;
  text-align: center;
}
.wp-caption img {
  display: block;
  height: auto;
  max-width: 100%;
}
.wp-caption .wp-caption-text {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17px;
  font-family: "Muli", Helvetica, sans-serif;
  font-style: italic;
  margin: 0.6rem 0 0;
  max-width: 98%;
  text-align: center;
}

.c-meta {
  font-size: 0.75rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-top: 1px solid #dcdddd;
  color: #b8b9ba;
  font-weight: 600;
  margin: 24px 0;
  padding-top: 18px;
}
.c-meta time {
  color: #5e6061;
}
.c-meta a {
  text-decoration: none;
}

.c-meta__group {
  max-width: none;
}

.c-pagination {
  clear: both;
  padding: 24px 0;
}
.c-pagination--above {
  padding-top: 0;
}
.wp-pagenavi {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 6px 0 0;
}
.wp-pagenavi .pages {
  color: #9a9c9d;
  display: block;
  font-weight: bold;
}
.wp-pagenavi a,
.wp-pagenavi .current,
.wp-pagenavi .extend {
  display: inline-block;
  margin: 0 6px 6px 0;
  min-width: 30px;
  padding: 0 6px;
  text-align: center;
  text-decoration: none !important;
}
.wp-pagenavi a {
  background: #dcdddd;
  color: #fff;
}
.wp-pagenavi a:hover, .wp-pagenavi a:focus {
  background: #33aebb;
  color: #fff;
}
.wp-pagenavi .current {
  background: #8ad0d8;
  color: #fff;
}
.wp-pagenavi .extend {
  color: #e9e9e9;
}
.wp-pagenavi .first {
  margin-left: 0;
  min-width: 66px;
}
.wp-pagenavi .last {
  margin-right: 0;
  min-width: 66px;
}

.c-section {
  padding: 24px;
  position: relative;
}
.c-section__wrap {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.c-section__title {
  border-bottom: 1px solid rgba(32, 33, 33, 0.4);
  font-weight: 800;
  margin: 0;
  padding: 0 0 12px;
  text-align: center;
  text-transform: lowercase;
}
.c-section__content {
  text-align: center;
}
.c-section--light {
  background: #9c85d3;
}
.c-section--light .c-section__title {
  border-bottom-color: rgba(255, 255, 255, 0.75);
  color: #fff;
}

.c-teaser {
  margin: 0 0 36px;
}
.c-teaser__title {
  font-size: 1.25rem;
  line-height: 1.136;
  margin: 0 0 6px;
}
.c-teaser__link {
  text-decoration: none;
}
.c-teaser__summary {
  margin: 0;
}
.c-teaser__summary .c-more-link {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.875em;
  font-weight: bold;
  text-decoration: none;
}

.c-cta {
  padding: 12px 0;
}
.c-cta__wrap {
  color: #404142;
  display: block;
  text-decoration: none;
}
.c-cta__cover {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  background: #9a9c9d;
  border: 15px solid #dcdddd;
  margin: 0 0 15px;
  position: relative;
}
.c-cta__image {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.c-cta__title {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 154, 166, 0.8);
  color: #fff;
  margin: 0;
  padding: 4px 12px;
  text-align: center;
}
.c-cta__body {
  padding: 0 15px;
}
.c-cta__wrap:hover {
  color: #404142;
}
.c-cta__wrap:hover .c-cta__cover {
  border-color: #b7e2e7;
}
.c-cta__wrap:hover .c-cta__title {
  background: #009aa6;
}

.c-grant-meta__recipient, .c-grant-meta__institution, .c-grant-meta__title {
  font-size: 1.125rem;
  line-height: 1.25;
  color: #00b9e4;
  margin: 0;
}
.c-grant-meta__title {
  font-style: italic;
}

.c-grant-type {
  margin: 0 0 36px;
}
.c-grant-type__title {
  margin: 0 0 6px;
}
.c-grant-type__title a {
  color: inherit;
  text-decoration: none;
}
.c-grant-type__title a:hover, .c-grant-type__title a:focus {
  color: #9c85d3;
}
.c-grant-type__description {
  margin: 0 0 12px;
}
.c-grant-type__view-more {
  margin: 0;
}
.c-grant-type__view-more a {
  display: inline-block;
  text-decoration: none;
}
.c-grant-type__view-more a::before {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  border-style: solid;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #00b9e4;
  border-width: 7px 0 7px 7px;
  content: "";
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: baseline;
}
.c-grant-type__view-more a:hover::before, .c-grant-type__view-more a:focus::before {
  border-left-color: #9c85d3;
}

.c-grantee__name {
  font-weight: bold;
}
.c-grantee__project-summary {
  font-size: 82.5%;
  font-style: italic;
}

.c-partner-login {
  font-size: 16px;
  font-size: 1rem;
}
.c-partner-login__wrap {
  background: #e0f3f4;
  border-radius: 6px;
  color: #04727c;
  padding: 24px;
}
.c-partner-login__title {
  border-bottom: 6px solid #fff;
  line-height: 1;
  margin: 0 0 12px;
  padding-bottom: 12px;
}
.c-partner-login__error {
  background: #ec4f61;
  color: #fff;
  margin: 0 0 24px;
  padding: 24px;
}
.c-partner-login p {
  margin: 0 0 12px;
}
.c-partner-login label {
  display: block;
  margin: 0 0 4px;
}
.c-partner-login [type=text],
.c-partner-login [type=password] {
  border: 1px solid #fff;
  border-radius: 3px;
  display: block;
  outline: 0;
  padding: 6px;
  width: 100%;
}
.c-partner-login [type=text]:focus,
.c-partner-login [type=password]:focus {
  border-color: #009aa6;
}
.c-partner-login .login-submit {
  margin: 0;
  padding: 6px 0 0;
}
.c-partner-login .login-submit [type=submit] {
  background: #fff;
  color: #04828e;
}

.c-person__name {
  font-weight: 700;
}
.c-person__sep {
  font-weight: normal;
}
.c-person__job-title {
  font-weight: normal;
}
.c-person__portrait {
  margin-bottom: 0.5em;
  margin-top: 0.33em;
}
.c-person__detailed-title {
  font-size: 0.9375em;
  font-style: italic;
  opacity: 0.5;
}

.c-recipients__projects {
  margin-bottom: 1.25em;
}

.c-state-index {
  line-height: 1;
  margin: 0 0 24px;
  overflow: hidden;
}
.c-state-index__link {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 10px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background: #f0f0f0;
  color: #717475;
  display: block;
  float: left;
  font-weight: 600;
  margin: 0 1px 1px 0;
  padding: 1em 0;
  text-align: center;
  text-decoration: none;
  width: 3em;
}
.c-state-index__link:hover, .c-state-index__link:focus {
  background: #b7e2e7;
  color: #04828e;
}

.m-grantees__year {
  font-weight: bold;
}
.m-grantees__item {
  margin: 0 0 6px;
}

.recipient-count {
  font-size: 82.5%;
  font-weight: 500;
  opacity: 0.5;
}

.grantees-list--by-institution,
.grantees-list--by-area {
  padding-left: 1.25em;
}

.grantees-list--by-year {
  padding-left: 1.25em;
}
.m-page-header__title {
  color: #33aebb;
}

.m-page-links {
  margin: 36px 0 0;
}
.m-page-links::after {
  clear: both;
  content: "";
  display: block;
}
.m-page-links__title {
  font-size: 0.9375rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 1px solid #dcdddd;
  margin: 0;
  padding: 0 0 12px;
}
.m-page-links__links {
  font-size: 0.75rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e9e9e9;
  margin: 0;
  max-width: none;
}
.m-page-links__go {
  display: block;
  padding: 12px 0 0;
}
.m-page-links__go a,
.m-page-links__go span {
  display: block;
  padding: 6px 0;
  text-decoration: none;
}

.m-partner-meta {
  font-size: 0.9375em;
  padding-top: 6px;
}
.m-partner-meta__logo {
  margin: 0 0 24px;
}
.m-partner-meta__image {
  height: auto;
  width: auto;
  max-height: 150px;
}
.m-partner-meta__title {
  font-size: 0.875rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #33aebb;
  font-weight: bold;
  margin: 0 0 6px;
}
.m-partner-meta .p-tel {
  margin-top: 12px;
}
.m-partner-meta__url {
  margin-top: 24px;
}

.m-partners__item {
  margin: 0 0 0.25em;
}
.m-partners__location {
  white-space: nowrap;
}

.m-social {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-social__network {
  display: inline;
  margin: 0;
}
.m-social__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: 0;
  padding: 6px 12px;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.m-social__icon {
  display: block;
  fill: #009aa6;
  height: 100%;
  -webkit-transition: fill 0.15s;
  transition: fill 0.15s;
}
.m-social__icon--facebook {
  height: 90%;
}
.m-social__icon--twitter {
  height: 95%;
}
.m-social__icon--newsletter {
  height: 90%;
}
.m-social__label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.m-social__link {
  /* stylelint-disable-line */
}
.m-social__link:hover__icon--facebook, .m-social__link:focus__icon--facebook {
  fill: #3c5b97;
}
.m-social__link:hover__icon--instagram, .m-social__link:focus__icon--instagram {
  fill: #517fa4;
}
.m-social__link:hover__icon--twitter, .m-social__link:focus__icon--twitter {
  fill: #1daeeb;
}
.m-social__link:hover__icon--linkedin, .m-social__link:focus__icon--linkedin {
  fill: #127db4;
}
.m-social__link:hover__icon--inspire, .m-social__link:focus__icon--inspire {
  fill: #084a8e;
}
.m-social__link:hover__icon--newsletter, .m-social__link:focus__icon--newsletter {
  fill: #ec4f61;
}

.m-sponsors__level {
  padding-bottom: 2rem;
}
.m-sponsors__title {
  border-bottom: 1px solid #dcdddd;
  margin: 0;
  padding-bottom: 1rem;
}
.m-sponsors__organizations {
  margin-left: -20px;
  overflow: hidden;
  padding: 10px 0;
}
.m-sponsors__organization {
  height: 90px;
  width: 50%;
  display: block;
  float: left;
  padding: 10px 20px;
  text-align: center;
}
.m-sponsors__logo {
  display: block;
  margin: 0 auto;
  max-height: 72px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: top;
  width: auto;
}
.m-sponsors__individuals {
  list-style-type: square;
  margin-top: 0;
  padding: 1rem 0 0 2rem;
}
.m-sponsors__organizations + .m-sponsors__individuals {
  border-top: 1px dashed #dcdddd;
}
.s-carousel {
  padding: 0 !important;
}
.s-carousel .flickity-viewport {
  -webkit-transition: height 0.075s;
  transition: height 0.075s;
}
.s-carousel .flickity-page-dots {
  bottom: 0;
  padding: 18px;
}
.s-carousel .flickity-page-dots .dot {
  height: 14px;
  width: 14px;
  background: transparent;
  border: 2px solid #dcdddd;
  border-color: #fff;
  opacity: 1;
}
.s-carousel .flickity-page-dots .dot.is-selected {
  background: #dcdddd;
  background: #fff;
}

.s-slide {
  height: auto;
  width: 100%;
  background: #202121;
  position: relative;
}
.s-slide__cover {
  display: block;
  overflow: hidden;
  position: relative;
  background: #202121 center center no-repeat;
  background-size: cover;
}
.s-slide__cover::before {
  padding-bottom: 40%;
  content: "";
  display: block;
  width: 100%;
}
.s-slide__image {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.s-slide__content {
  background: #04828e;
  display: block;
  padding: 18px 24px 60px;
  text-decoration: none;
}
.s-slide__title {
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
  font-weight: 800;
  margin: 0 0 6px;
}
.s-slide__summary {
  color: #fff;
  margin: 0;
}
.s-slide__summary::after {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  height: 0.5em;
  width: 0.5em;
  border-bottom: 0.125em solid #fff;
  border-right: 0.125em solid #fff;
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  margin-top: -0.2em;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: middle;
  margin-left: 0;
}
.s-slide__content {
  /* stylelint-disable-line */
}
.s-slide__content:hover, .s-slide__content:focus {
  background: #01929f;
}
.s-slide--red .s-slide__content {
  background: #c0414f;
}
.s-slide--red .s-slide__content:hover, .s-slide--red .s-slide__content:focus {
  background: #d74859;
}
.s-slide--lilac .s-slide__content {
  background: #7e6cac;
}
.s-slide--lilac .s-slide__content:hover, .s-slide--lilac .s-slide__content:focus {
  background: #8e79c0;
}
.s-slide--lemon .s-slide__content {
  background: #b4a625;
}
.s-slide--lemon .s-slide__content:hover, .s-slide--lemon .s-slide__content:focus {
  background: #cebe29;
}

.s-mission {
  background: #fff;
}
.s-mission__title {
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 1px solid #59bcc7;
  color: #009aa6;
  margin: 0 0 24px;
  padding: 0 0 12px;
}
.s-mission__content {
  font-size: 1.5rem;
  line-height: 1.1538;
  color: #ec4f61;
  font-weight: normal;
  margin: 0 auto 24px;
  max-width: 36ch;
}
.s-mission__more {
  margin: 0 auto;
}
.s-mission__button {
  background: #fff;
  color: #009aa6 !important;
}
.s-mission__button::after {
  border-color: #009aa6 !important;
}
.s-mission__button:hover, .s-mission__button:focus {
  background: #b7e2e7;
  outline: 0;
}

.s-news {
  background: #009aa6 url("../images/backgrounds/news-lg.jpg") center center no-repeat;
  background-size: cover;
}
.s-news::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 154, 166, 0.67);
}
.s-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 -24px 24px;
}
.s-news__item {
  margin: 0;
  text-align: center;
}
.s-news__link {
  display: block;
  padding: 24px;
  text-decoration: none;
}
.s-news__photo {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto 12px;
  max-width: 360px;
}
.s-news__title {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  font-size: 1.125rem;
  line-height: 1.25;
  color: #fdea32;
  margin: 0 0 6px;
}
.s-news__summary {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  color: #fff;
  margin: 0;
}
.s-news__link {
  /* stylelint-disable-line */
}
.s-news__link:hover, .s-news__link:focus {
  background: rgba(6, 83, 92, 0.33);
  outline: 0;
}
.s-news__link:hover .s-news__title, .s-news__link:focus .s-news__title {
  color: #fef076;
}
.s-news__link:hover .s-news__summary, .s-news__link:focus .s-news__summary {
  color: #fff;
}
.s-news__more {
  margin: 0 auto 24px;
}
.s-news__button {
  background: rgba(6, 83, 92, 0.25);
  border: 1px solid #fff;
}
.s-news__button:hover, .s-news__button:focus {
  background: rgba(89, 188, 199, 0.5);
  outline: 0;
}

.s-donate {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #5e6061 url("../images/backgrounds/donate-lg.jpg") 33% top no-repeat fixed;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px;
}
.s-donate__title {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 900;
  margin: 0 auto 24px;
  max-width: 16ch;
}
.s-donate__content {
  margin: 0 auto;
}
.s-donate__button {
  background: #ec4f61;
}

.s-impact {
  background: #fff;
}
.s-impact__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-impact__item {
  margin: 0;
  padding: 24px;
}
.s-impact__item:nth-of-type(n+2) {
  border-top: 1px solid rgba(32, 33, 33, 0.2);
}
.s-impact__icon {
  height: 90px;
  width: auto;
  display: block;
  margin: 0 auto 24px;
}
.s-impact__title {
  color: #ec4f61;
  margin: 0 0 6px;
}
.s-impact__action {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.s-impact__objective {
  margin: 0 auto;
}

.s-fundraise {
  background: #009aa6 url("../images/backgrounds/fundraising-lg.jpg") center center no-repeat fixed;
  background-size: cover;
}
.s-fundraise::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 154, 166, 0.3)), to(rgba(4, 114, 124, 0.875)));
  background: linear-gradient(rgba(0, 154, 166, 0.3), rgba(4, 114, 124, 0.875));
}
.s-fundraise__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 18px auto 24px;
  max-width: 960px;
}
.s-fundraise__item {
  margin: 0;
}
.s-fundraise__link {
  border-radius: 12px;
  color: #fff;
  display: block;
  padding: 18px 24px;
  text-decoration: none;
}
.s-fundraise__icon {
  height: 90px;
  width: 90px;
  display: block;
  margin: 0 auto 12px;
}
.s-fundraise__title {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fdea32;
  margin: 0 auto 6px;
}
.s-fundraise__summary {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  margin: 0 auto;
  max-width: 40ch;
}
.s-fundraise__link {
  /* stylelint-disable-line */
}
.s-fundraise__link:hover, .s-fundraise__link:focus {
  background: rgba(6, 83, 92, 0.5);
  outline: 0;
}
.s-fundraise__link:hover .s-fundraise__title, .s-fundraise__link:focus .s-fundraise__title {
  color: #fef076;
}
.s-fundraise__link:hover .s-fundraise__summary, .s-fundraise__link:focus .s-fundraise__summary {
  color: #fff;
}
.s-fundraise__more {
  color: #fff;
  margin: 0 auto 24px;
}
.s-fundraise__button {
  border: 1px solid #fff;
}
.s-fundraise__button:hover, .s-fundraise__button:focus {
  background: rgba(89, 188, 199, 0.5);
  outline: 0;
}

.s-cornerstones {
  background: #33aebb url("../images/backgrounds/cornerstones-lg.jpg") center top no-repeat;
  background-size: cover;
}
.s-cornerstones::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(0, 154, 166, 0.5);
}
.s-cornerstones__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 12px 0 24px;
}
.s-cornerstones__item {
  margin: 0;
  padding: 18px 0;
}
.s-cornerstones__item:last-child {
  padding-bottom: 0;
}
.s-cornerstones__icon {
  height: 90px;
  width: 90px;
  display: block;
  margin: 0 auto 12px;
}
.s-cornerstones__title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fdea32;
  margin: 0 auto 6px;
  max-width: 14ch;
}
.s-cornerstones__summary {
  color: #fff;
  margin: 0 auto;
  max-width: 48ch;
}

.s-get-involved {
  background: #9c85d3 url("../images/backgrounds/get-involved-lg.jpg") center top no-repeat;
  background-size: cover;
}
.s-get-involved::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background: rgba(156, 133, 211, 0.5);
}
.s-get-involved__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  max-width: 400px;
  padding: 12px 0 0;
}
.s-get-involved__item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  width: 50%;
}
.s-get-involved__link {
  border-radius: 12px;
  color: #fff;
  display: block;
  height: 100%;
  padding: 18px 12px;
  text-decoration: none;
}
.s-get-involved__icon {
  height: 90px;
  width: 90px;
  display: block;
  margin: 0 auto 12px;
}
.s-get-involved__title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #fff;
  margin: 0 auto;
  max-width: 16ch;
}
.s-get-involved__link {
  /* stylelint-disable-line */
}
.s-get-involved__link:hover, .s-get-involved__link:focus {
  background: rgba(81, 69, 110, 0.5);
  outline: 0;
}
.s-get-involved__link:hover .s-get-involved__title, .s-get-involved__link:focus .s-get-involved__title {
  color: #fff;
}

.s-support {
  background: #fff;
}
.s-support__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.s-support__item {
  margin: 0;
  padding: 24px;
}
.s-support__item:nth-of-type(n+2) {
  border-top: 1px solid rgba(32, 33, 33, 0.2);
}
.s-support__link {
  text-decoration: none;
}
.s-support__icon {
  height: 90px;
  width: auto;
  display: block;
  margin: 0 auto 24px;
}
.s-support__title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ec4f61;
  margin: 0 auto;
  max-width: 16ch;
}

.l-layout {
  background: #fff;
  min-height: 100%;
  min-width: 320px;
}
.l-layout__wrap {
  -webkit-box-shadow: 0 0 96px rgba(4, 130, 142, 0.15);
          box-shadow: 0 0 96px rgba(4, 130, 142, 0.15);
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  overflow-x: hidden;
}
.l-layout__wrap::after {
  clear: both;
  content: "";
  display: block;
}
.l-header {
  background: #fff;
  padding-bottom: 120px;
  position: relative;
}
.l-header::after {
  clear: both;
  content: "";
  display: block;
}
.l-header__brand {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 120px;
  width: 100%;
}
.l-header__nav {
  background: #009aa6;
}
.l-header__donate {
  position: absolute;
  top: 0;
  right: 0;
  width: 128px;
}

.l-body {
  background: #fff;
}
.l-body::after {
  clear: both;
  content: "";
  display: block;
}

.l-footer {
  background: #fff;
}
.l-colophon__social {
  background: #009aa6;
}
.l-colophon__badges {
  background: #009aa6;
}

.l-brand--primary {
  background: #fff;
  padding: 18px 12px;
}
.l-brand--primary .l-brand__link {
  text-decoration: none;
}
.l-brand--primary .l-brand__logo {
  height: auto;
  width: 100%;
  display: block;
  margin: 0 auto;
  max-width: 480px;
}

.l-nav {
  background-color: #f5f5f5;
  border-bottom: 1px solid #dcdddd;
}
.l-nav__title {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  background: #f5f5f5;
  color: #009aa6;
}
.l-nav__title::after {
  clear: both;
  content: "";
  display: block;
}
.l-nav__icon {
  height: 60px;
  width: 60px;
  display: block;
  float: left;
  padding: 24px 0 0 20px;
}
.l-nav__burger {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.l-nav__burger, .l-nav__burger::before, .l-nav__burger::after {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #009aa6;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.l-nav__burger::before, .l-nav__burger::after {
  position: absolute;
  content: "";
}
.l-nav__burger::before {
  top: -5px;
}
.l-nav__burger::after {
  top: 5px;
}
.l-nav__label {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  padding: 20px 18px;
  text-indent: -4px;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.l-nav__menu {
  overflow: hidden;
  padding-bottom: 1px;
}
.l-nav__menu::after {
  clear: both;
  content: "";
  display: block;
}
.l-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: none;
  width: calc(100% + 2px);
}
.l-nav__item {
  display: block;
  float: left;
  margin: 0 0 -1px;
  max-width: none;
  position: relative;
  width: 50%;
  z-index: 21;
}
.l-nav__link {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  border: 1px solid #dcdddd;
  color: #009aa6;
  display: block;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 20px !important;
  padding: 19px 24px;
  position: relative;
  text-decoration: none;
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
.l-nav__item {
  /* stylelint-disable-line */
}
.l-nav__item:hover, .l-nav__item:focus {
  z-index: 27;
}
.l-nav__item:hover > .l-nav__link, .l-nav__item:focus > .l-nav__link {
  background-color: #009aa6 !important;
  border-color: #009aa6 !important;
  color: #fff !important;
  outline: 0;
  z-index: 28;
}
.l-nav .l-panel__list--level-2 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.l-nav .l-panel__list--level-2 .l-nav__item:nth-of-type(n + 2)::before {
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  content: "";
  background: #dcdddd;
  height: 1px;
}
.l-nav__item.is-active, body.post-type-archive-research-project .l-nav__item--research, body.tax-grant .l-nav__item--research, body.tax-institution .l-nav__item--research, body.tax-research-area .l-nav__item--research, body.single-research-project .l-nav__item--research, body.single-person .l-nav__item--research {
  z-index: 25;
}
.l-nav__item.is-active > .l-nav__link, body.post-type-archive-research-project .l-nav__item--research > .l-nav__link, body.tax-grant .l-nav__item--research > .l-nav__link, body.tax-institution .l-nav__item--research > .l-nav__link, body.tax-research-area .l-nav__item--research > .l-nav__link, body.single-research-project .l-nav__item--research > .l-nav__link, body.single-person .l-nav__item--research > .l-nav__link {
  background-color: #e0f3f4;
  border-color: #b7e2e7;
}
.l-nav__item.is-active > .l-nav__link:hover, .l-nav__item.is-active > .l-nav__link:focus, body.post-type-archive-research-project .l-nav__item--research > .l-nav__link:hover, body.post-type-archive-research-project .l-nav__item--research > .l-nav__link:focus, body.tax-grant .l-nav__item--research > .l-nav__link:hover, body.tax-grant .l-nav__item--research > .l-nav__link:focus, body.tax-institution .l-nav__item--research > .l-nav__link:hover, body.tax-institution .l-nav__item--research > .l-nav__link:focus, body.tax-research-area .l-nav__item--research > .l-nav__link:hover, body.tax-research-area .l-nav__item--research > .l-nav__link:focus, body.single-research-project .l-nav__item--research > .l-nav__link:hover, body.single-research-project .l-nav__item--research > .l-nav__link:focus, body.single-person .l-nav__item--research > .l-nav__link:hover, body.single-person .l-nav__item--research > .l-nav__link:focus {
  background-color: #009aa6;
  background-image: none;
  border-color: #009aa6;
  color: #fff;
}
.l-nav__item--donate .svg {
  height: 18px;
  width: 18px;
  display: inline-block;
  fill: #ec4f61;
  margin: 1px 2px 0 0;
  vertical-align: top;
}
.l-nav__item--donate .l-nav__text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.l-nav__item--donate:hover, .l-nav__item--donate:focus {
  z-index: 22;
}
.l-nav__item--donate:hover > .l-nav__link, .l-nav__item--donate:focus > .l-nav__link {
  z-index: 23;
}
.l-nav__item--donate .l-nav__link {
  color: #ec4f61;
}
.l-nav__item--donate .l-nav__link:hover, .l-nav__item--donate .l-nav__link:focus {
  background: #ec4f61 !important;
  border-color: #ec4f61 !important;
  color: #fff !important;
}
.l-nav__item--donate .l-nav__link:hover .svg, .l-nav__item--donate .l-nav__link:focus .svg {
  fill: #fff;
}
.l-nav__item--donate .l-nav__link:hover::after, .l-nav__item--donate .l-nav__link:focus::after {
  border-color: #fff;
}
.l-nav.is-expanded .l-nav__burger {
  background-color: transparent;
}
.l-nav.is-expanded .l-nav__burger::before {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.l-nav.is-expanded .l-nav__burger::after {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}
.l-nav.is-expanded .l-nav__label {
  opacity: 0;
}
.l-nav.is-expanded .l-nav__container {
  max-height: 236px;
  -webkit-transition: max-height 0.25s ease-in-out;
  transition: max-height 0.25s ease-in-out;
}

.l-social--primary {
  background: #f5f5f5;
  border-top: 1px solid #dcdddd;
  float: right;
  margin-top: -60px;
  min-width: 50%;
  position: relative;
  z-index: 24;
}
.l-social--primary .m-social {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 8px;
  padding-right: 8px;
}
.l-social--primary .m-social__link {
  padding: 18px 12px;
}
.l-search__actuator {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  position: absolute;
  top: 0;
  right: 128px;
  height: 60px;
  width: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #009aa6;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 10;
}
.l-search__actuator .svg {
  height: 18px;
  width: 18px;
}
.l-search__actuator .svg path {
  fill: #009aa6;
}
.l-search__panel {
  background: #33aebb;
  max-height: 0;
  overflow: hidden;
  position: relative;
  top: -1px;
  -webkit-transition: max-height 0.15s;
  transition: max-height 0.15s;
}
.l-search__content {
  height: 60px;
  opacity: 0;
  padding: 10px;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-search__close {
  display: none;
}
.l-search.is-expanded .l-search__actuator {
  display: none;
}
.l-search.is-expanded .l-search__panel {
  max-height: 60px;
}
.l-search.is-expanded .l-search__content {
  opacity: 1;
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s;
}
.l-search.is-expanded .l-search__close {
  position: absolute;
  top: 0;
  right: 128px;
  height: 60px;
  width: 60px;
  cursor: pointer;
  display: block;
}
.l-search.is-expanded .l-search__close i {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 29px auto 0;
}
.l-search.is-expanded .l-search__close i, .l-search.is-expanded .l-search__close i::before, .l-search.is-expanded .l-search__close i::after {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #009aa6;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.l-search.is-expanded .l-search__close i::before, .l-search.is-expanded .l-search__close i::after {
  position: absolute;
  content: "";
}
.l-search.is-expanded .l-search__close i::before {
  top: -5px;
}
.l-search.is-expanded .l-search__close i::after {
  top: 5px;
}
.l-search.is-expanded .l-search__close i {
  background-color: transparent;
}
.l-search.is-expanded .l-search__close i::before {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.l-search.is-expanded .l-search__close i::after {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}
.l-search .c-search-form {
  background: #fff;
  width: 100%;
}
.l-search .c-search-form::after {
  clear: both;
  content: "";
  display: block;
}
.l-search .c-search-form__label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.l-search .c-search-form__field {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  background: transparent;
  border: 0;
  color: #404142;
  float: left;
  font-size: 16px;
  line-height: 40px;
  padding: 0 16px;
  width: calc(100% - 40px);
}
.l-search .c-search-form__field::-webkit-input-placeholder {
  color: #b8b9ba;
  opacity: 1;
  padding-right: 0.5em;
}
.l-search .c-search-form__field::-moz-placeholder {
  color: #b8b9ba;
  opacity: 1;
  padding-right: 0.5em;
}
.l-search .c-search-form__field:-ms-input-placeholder {
  color: #b8b9ba;
  opacity: 1;
  padding-right: 0.5em;
}
.l-search .c-search-form__field::-ms-input-placeholder {
  color: #b8b9ba;
  opacity: 1;
  padding-right: 0.5em;
}
.l-search .c-search-form__field::placeholder {
  color: #b8b9ba;
  opacity: 1;
  padding-right: 0.5em;
}
.l-search .c-search-form__field:focus, .l-search .c-search-form__field.with-text {
  -webkit-box-shadow: 0 0 18px rgba(255, 255, 255, 0.5);
          box-shadow: 0 0 18px rgba(255, 255, 255, 0.5);
  outline: 0;
}
.l-search .c-search-form__field:focus::-webkit-input-placeholder, .l-search .c-search-form__field.with-text::-webkit-input-placeholder {
  color: #5e6061;
}
.l-search .c-search-form__field:focus::-moz-placeholder, .l-search .c-search-form__field.with-text::-moz-placeholder {
  color: #5e6061;
}
.l-search .c-search-form__field:focus:-ms-input-placeholder, .l-search .c-search-form__field.with-text:-ms-input-placeholder {
  color: #5e6061;
}
.l-search .c-search-form__field:focus::-ms-input-placeholder, .l-search .c-search-form__field.with-text::-ms-input-placeholder {
  color: #5e6061;
}
.l-search .c-search-form__field:focus::placeholder, .l-search .c-search-form__field.with-text::placeholder {
  color: #5e6061;
}
.l-search .c-search-form__button {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  height: 40px;
  width: 40px;
  background: transparent;
  border: 0;
  float: left;
  padding: 0;
}
.l-search .c-search-form__button:hover, .l-search .c-search-form__button:focus {
  background: #fdea32;
  cursor: pointer;
  outline: 0;
}
.l-search .c-search-form__button-icon {
  height: 40px;
  width: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.l-search .c-search-form__button-icon .svg {
  height: 18px;
  width: 18px;
}
.l-search .c-search-form__button-icon .svg path {
  fill: #009aa6;
}
.l-search .c-search-form__button-text {
  display: none;
}

.l-donate2__link {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  border-left: 1px solid #dcdddd;
  color: #ec4f61;
  display: block;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 20px !important;
  padding: 20px 18px;
  position: relative;
  text-decoration: none;
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.l-donate2__link:hover, .l-donate2__link:focus {
  background: #ec4f61;
  border-color: #ec4f61;
  color: #fff;
}
.l-donate2__link:hover .svg, .l-donate2__link:focus .svg {
  fill: #fff;
}
.l-donate2 .svg {
  height: 18px;
  width: 18px;
  display: inline-block;
  fill: #ec4f61;
  margin: 1px 2px 0 0;
  vertical-align: top;
}

.l-masthead {
  background-color: #9a9c9d;
  background-position: center center;
  background-size: cover;
  max-height: 450px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.l-masthead__wrap {
  height: 200px;
  position: relative;
}
.l-masthead__title {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-weight: bold;
  padding: 2.5rem 2.5rem 2.5rem 2rem;
}
.l-masthead--right .l-masthead__title {
  text-align: right;
}
.l-masthead--dark .l-masthead__title {
  color: #009aa6;
}

.l-subnav {
  background: #e0f3f4;
  border-bottom: 1px solid #b7e2e7;
  border-top: 1px solid #b7e2e7;
}
.l-subnav__title {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  color: #01929f;
}
.l-subnav__title::after {
  clear: both;
  content: "";
  display: block;
}
.l-subnav__icon {
  height: 60px;
  width: 60px;
  display: block;
  float: left;
  padding: 24px 0 0 20px;
}
.l-subnav__burger {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.l-subnav__burger, .l-subnav__burger::before, .l-subnav__burger::after {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #01929f;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.l-subnav__burger::before, .l-subnav__burger::after {
  position: absolute;
  content: "";
}
.l-subnav__burger::before {
  top: -5px;
}
.l-subnav__burger::after {
  top: 5px;
}
.l-subnav__label {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  padding: 20px 18px;
  text-indent: -4px;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.l-subnav__container {
  -webkit-transition: max-height 0.3s cubic-bezier(0, 0, 0, 1);
  transition: max-height 0.3s cubic-bezier(0, 0, 0, 1);
}
.l-subnav__menu::after {
  clear: both;
  content: "";
  display: block;
}
.l-subnav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: none;
}
.l-subnav__item {
  display: inline;
  margin: 0;
  max-width: none;
}
.l-subnav__link {
  font-size: 14px;
  font-size: 0.875rem;
  letter-spacing: 0.075rem;
  text-transform: uppercase;
  color: #01929f;
  display: block;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 20px !important;
  margin: 0 0 -1px;
  padding: 15px 24px;
  position: relative;
  text-decoration: none;
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-property: background-color, border-color;
  transition-property: background-color, border-color;
}
.l-subnav__link::before {
  position: absolute;
  top: 0;
  right: 24px;
  left: 24px;
  content: "";
  background: #b7e2e7;
  height: 1px;
}
.l-subnav__link:hover, .l-subnav__link:focus {
  background-color: #b7e2e7;
  color: #01929f;
  z-index: 50;
}
.l-subnav__link:hover::before, .l-subnav__link:focus::before {
  opacity: 0;
}
.l-subnav__section-title {
  margin: 0;
}
.l-subnav .children {
  margin: 0;
  padding-bottom: 24px;
}
.l-subnav .children .l-subnav__link {
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  letter-spacing: 0;
  text-transform: none;
  border-top: 0;
  font-weight: normal;
  padding: 12px 24px 12px 48px;
  position: relative;
}
.l-subnav .children .children {
  padding-bottom: 12px;
}
.l-subnav .children .children .l-subnav__link {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 16px;
  padding-left: 72px;
}
body.category-research .l-subnav__item--57 > .l-subnav__link, body.tribe-theme-ocra .l-subnav__item--173 > .l-subnav__link, .l-subnav__item.is-active > .l-subnav__link {
  color: #4a63ad;
}
.l-subnav.is-expanded .l-subnav__burger {
  background-color: transparent;
}
.l-subnav.is-expanded .l-subnav__burger::before {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.l-subnav.is-expanded .l-subnav__burger::after {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}
.l-subnav.is-expanded .l-subnav__label {
  opacity: 0;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.l-subnav.is-expanded .l-subnav__container {
  max-height: 3999px;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 1, 1);
          transition-timing-function: cubic-bezier(1, 0, 1, 1);
}

.l-content {
  padding: 24px;
}
.l-content__header {
  color: #33aebb;
}
body.with-masthead .l-content__header {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.l-content__body {
  max-width: 800px;
}
.l-content__body h1:not(.o-expander)::before, .l-content__body h2:not(.o-expander)::before, .l-content__body h3:not(.o-expander)::before, .l-content__body h4:not(.o-expander)::before, .l-content__body h5:not(.o-expander)::before, .l-content__body h6:not(.o-expander)::before {
  content: " ";
  display: block;
  height: 18px;
  margin-top: -18px;
  visibility: hidden;
}
.l-content__body > h2:not(.o-expander) {
  margin-top: 2em;
  position: relative;
}
.l-content__body > h2:not(.o-expander)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  height: 6px;
  width: 96px;
  background: #b7e2e7;
}

.l-sidebar {
  background: #fff;
  padding: 24px 24px 0;
}

.l-subscribe {
  background: #009aa6;
  color: #fff;
  padding: 24px;
  text-align: center;
}
.l-subscribe__title {
  font-size: 1.5rem;
  line-height: 1.1538;
  color: #fdea32;
  margin: 0 0 12px;
}
.l-subscribe__link {
  color: #fdea32;
  display: inline-block;
  text-decoration: none;
}
.l-subscribe__link:hover, .l-subscribe__link:focus {
  color: #fef9c3;
}
.l-subscribe__link:hover .l-subscribe__icon, .l-subscribe__link:focus .l-subscribe__icon {
  fill: #fef9c3;
}
.l-subscribe__icon {
  fill: #fdea32;
  margin: -0.2em 0.125em 0 0;
  -webkit-transition: fill 0.15s linear;
  transition: fill 0.15s linear;
  vertical-align: middle;
}
.l-subscribe__summary {
  margin: 0 0 24px;
  max-width: none;
}
.l-subscribe .c-footerform {
  margin: 0 auto 12px;
  max-width: 360px;
}
.l-subscribe .c-footerform .gform_body {
  /* stylelint-disable-line */
}
.l-subscribe .c-footerform .gform_footer {
  /* stylelint-disable-line */
  position: relative;
}
.l-subscribe .c-footerform .gform_fields {
  /* stylelint-disable-line */
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
.l-subscribe .c-footerform .gfield {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: none;
  padding: 0 0 24px 0;
  text-align: left;
}
.l-subscribe .c-footerform .gfield_label {
  /* stylelint-disable-line */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 1.25;
  display: block;
  padding: 0 0 6px;
}
.l-subscribe .c-footerform .gfield_required {
  /* stylelint-disable-line */
  margin-left: 0.25em;
  opacity: 0.5;
}
.l-subscribe .c-footerform [type=text],
.l-subscribe .c-footerform [type=email],
.l-subscribe .c-footerform select {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  font-size: 100%;
  line-height: 1.375;
  background: #8ad0d8;
  border: 0;
  border-radius: 0;
  color: #404142;
  display: block;
  height: 48px;
  line-height: 20px;
  padding: 12px;
  width: 100%;
}
.l-subscribe .c-footerform [type=text]::-webkit-input-placeholder, .l-subscribe .c-footerform [type=email]::-webkit-input-placeholder, .l-subscribe .c-footerform select::-webkit-input-placeholder {
  color: #04828e;
  text-align: center;
}
.l-subscribe .c-footerform [type=text]::-moz-placeholder, .l-subscribe .c-footerform [type=email]::-moz-placeholder, .l-subscribe .c-footerform select::-moz-placeholder {
  color: #04828e;
  text-align: center;
}
.l-subscribe .c-footerform [type=text]:-ms-input-placeholder, .l-subscribe .c-footerform [type=email]:-ms-input-placeholder, .l-subscribe .c-footerform select:-ms-input-placeholder {
  color: #04828e;
  text-align: center;
}
.l-subscribe .c-footerform [type=text]::-ms-input-placeholder, .l-subscribe .c-footerform [type=email]::-ms-input-placeholder, .l-subscribe .c-footerform select::-ms-input-placeholder {
  color: #04828e;
  text-align: center;
}
.l-subscribe .c-footerform [type=text]::placeholder,
.l-subscribe .c-footerform [type=email]::placeholder,
.l-subscribe .c-footerform select::placeholder {
  color: #04828e;
  text-align: center;
}
.l-subscribe .c-footerform [type=text]:focus,
.l-subscribe .c-footerform [type=email]:focus,
.l-subscribe .c-footerform select:focus {
  background: #e0f3f4;
  outline: 0;
}
.l-subscribe .c-footerform [type=text]:focus::-webkit-input-placeholder, .l-subscribe .c-footerform [type=email]:focus::-webkit-input-placeholder, .l-subscribe .c-footerform select:focus::-webkit-input-placeholder {
  color: #009aa6;
}
.l-subscribe .c-footerform [type=text]:focus::-moz-placeholder, .l-subscribe .c-footerform [type=email]:focus::-moz-placeholder, .l-subscribe .c-footerform select:focus::-moz-placeholder {
  color: #009aa6;
}
.l-subscribe .c-footerform [type=text]:focus:-ms-input-placeholder, .l-subscribe .c-footerform [type=email]:focus:-ms-input-placeholder, .l-subscribe .c-footerform select:focus:-ms-input-placeholder {
  color: #009aa6;
}
.l-subscribe .c-footerform [type=text]:focus::-ms-input-placeholder, .l-subscribe .c-footerform [type=email]:focus::-ms-input-placeholder, .l-subscribe .c-footerform select:focus::-ms-input-placeholder {
  color: #009aa6;
}
.l-subscribe .c-footerform [type=text]:focus::placeholder,
.l-subscribe .c-footerform [type=email]:focus::placeholder,
.l-subscribe .c-footerform select:focus::placeholder {
  color: #009aa6;
}
.l-subscribe .c-footerform .gform_button {
  /* stylelint-disable-line */
  background: #fdea32;
  color: #009aa6;
}
.l-subscribe .c-footerform .gform_button::after {
  border-color: #009aa6;
}
.l-subscribe .c-footerform .gform_button:hover, .l-subscribe .c-footerform .gform_button:focus {
  -webkit-box-shadow: 0 0 18px rgba(253, 234, 50, 0.5);
          box-shadow: 0 0 18px rgba(253, 234, 50, 0.5);
  color: #04828e;
  outline: 0;
}
.l-subscribe .c-footerform .gform_button:hover::after, .l-subscribe .c-footerform .gform_button:focus::after {
  border-color: #04828e;
}
.l-subscribe .c-footerform .gform_validation_container {
  /* stylelint-disable-line */
  display: none;
}
.l-subscribe .c-footerform .gform_ajax_spinner {
  /* stylelint-disable-line */
  position: absolute;
  top: 0.25em;
  right: 0.75em;
  height: 32px;
  width: 32px;
}
.l-subscribe .c-footerform .validation_error {
  /* stylelint-disable-line */
  background: #ec4f61;
  border: 0;
  color: #fff;
  font-weight: normal;
  margin: 0 0 24px;
  padding: 18px 24px;
  width: 100%;
}
.l-subscribe .c-footerform .validation_message {
  /* stylelint-disable-line */
  font-size: 0.75rem;
  line-height: 1.375;
  letter-spacing: 0;
  text-transform: none;
  background: #ec4f61;
  color: #fff;
  display: inline-block;
  font-style: italic;
  font-weight: normal;
  margin-top: 6px;
  text-align: left;
}
.l-subscribe .gform_confirmation_wrapper {
  /* stylelint-disable-line */
  font-size: 0.9375rem;
  line-height: 1.375;
  background: #fef076;
  color: #04828e;
  font-weight: bold;
  margin: 0 auto 12px;
  max-width: 960px;
  padding: 24px;
  text-align: center;
}

.l-quick-links {
  display: none;
}
.l-quick-links__title {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
.l-quick-links__content {
  margin: 0 auto;
  max-width: 1344px;
}
.l-quick-links__list, .l-quick-links__item {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-quick-links .nav__link {
  display: block;
  text-decoration: none;
}
.l-quick-links .nav__link:hover, .l-quick-links .nav__link:focus {
  background: #fff;
  color: inherit;
}
.l-quick-links .l-panel__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.l-quick-links .l-panel__list > .l-quick-links__item > .nav__link {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  color: #5e6061;
  padding: 6px;
}

.l-donate {
  padding: 24px;
  text-align: center;
}
.l-donate__title {
  color: #ec4f61;
  margin: 0 0 12px;
}
.l-donate__button {
  background: #ec4f61;
  color: #fff;
}
.l-donate__button::after {
  border-color: #fff;
}

.l-brand--secondary {
  padding: 0 12px;
}
.l-brand--secondary .l-brand__link {
  display: block;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 320px;
}
.l-brand--secondary .l-brand__link::before {
  padding-bottom: 16.6666666667%;
  content: "";
  display: block;
  width: 100%;
}
.l-brand--secondary .l-brand__wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.l-brand--secondary .l-brand__logo {
  height: auto;
  width: 100%;
}

.l-locations {
  padding: 24px;
  text-align: center;
}
.l-locations * {
  vertical-align: top;
}
.l-locations .h-card {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 18px;
  max-width: none;
}
.l-locations .h-card:last-of-type {
  margin: 0;
}
.l-locations .p-nickname {
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.l-locations .p-tel .type {
  display: none;
}
.l-locations .p-address,
.l-locations .p-extended-address,
.l-locations .h-card__group,
.l-locations .p-tel,
.l-locations .p-tel-toll-free {
  white-space: nowrap;
}
.l-locations .o-sep--bar {
  margin: 0 0.25em;
  opacity: 0.5;
}
.l-locations .o-sep--hide-right {
  display: none;
}

.l-social--secondary {
  padding: 24px 0;
}
.l-social--secondary .m-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto;
  max-width: 320px;
}
.l-social--secondary .m-social__link {
  height: 32px;
  padding: 6px;
}
.l-social--secondary .m-social__icon {
  fill: #fff !important;
}

.l-badges {
  -ms-flex-line-pack: end;
      align-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin: 0 auto;
  max-width: 450px;
  padding: 0 0 36px;
}

.l-badge {
  display: inline;
  text-decoration: none;
}
.l-badge__image {
  height: auto;
  width: auto;
  margin: 0;
  max-height: 80px;
  max-width: 100%;
  padding: 0 12px;
}

.l-legal {
  color: #009aa6;
  padding: 24px;
}
.l-legal__links {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 0 0 12px;
  max-width: none;
  text-align: center;
}
.l-legal__links a {
  color: inherit;
  text-decoration: none;
}
.l-legal__copyright {
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 20px;
  margin: 0;
  max-width: none;
  text-align: center;
}

.l-popup {
  position: fixed;
  right: 0;
  bottom: 0;
  background: #009aa6;
  -webkit-box-shadow: 0 0 48px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 48px rgba(0, 0, 0, 0.25);
  color: #fff;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  z-index: 1000;
}
.l-popup__wrap {
  opacity: 0;
  padding: 24px;
  position: relative;
  -webkit-transition: opacity 0.2s linear 0.4s;
  transition: opacity 0.2s linear 0.4s;
}
.l-popup__icon {
  position: absolute;
  top: 6px;
  right: 0;
  height: 60px;
  width: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-popup__burger {
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.l-popup__burger, .l-popup__burger::before, .l-popup__burger::after {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  outline: 1px solid transparent;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.l-popup__burger::before, .l-popup__burger::after {
  position: absolute;
  content: "";
}
.l-popup__burger::before {
  top: -5px;
}
.l-popup__burger::after {
  top: 5px;
}
.l-popup__burger {
  background-color: transparent;
}
.l-popup__burger::before {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
.l-popup__burger::after {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}
.l-popup__title {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.9375rem;
  line-height: 1.375;
  margin: 0 48px 12px 0;
}
.l-popup__summary {
  font-size: 0.875em;
  margin: 0 48px 24px 0;
}
.l-popup.is-expanded {
  max-height: 999px;
  max-height: 100%;
  overflow: auto;
  -webkit-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}
body.admin-bar .l-popup.is-expanded {
  max-height: calc(100% - 32px);
}
.l-popup.is-expanded .l-popup__wrap {
  opacity: 1;
}
.l-popup .c-footerform {
  margin: 0 auto 12px;
}
.l-popup .c-footerform .gform_body {
  /* stylelint-disable-line */
}
.l-popup .c-footerform .gform_footer {
  /* stylelint-disable-line */
  position: relative;
}
.l-popup .c-footerform .gform_fields {
  /* stylelint-disable-line */
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
.l-popup .c-footerform .gfield {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: none;
  padding: 0 0 24px 0;
  text-align: left;
}
.l-popup .c-footerform .gfield_label {
  /* stylelint-disable-line */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-size: 0.6875rem;
  line-height: 1.25;
  display: block;
  padding: 0 0 6px;
}
.l-popup .c-footerform .gfield_required {
  /* stylelint-disable-line */
  margin-left: 0.25em;
  opacity: 0.5;
}
.l-popup .c-footerform [type=text],
.l-popup .c-footerform [type=email],
.l-popup .c-footerform select {
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  font-size: 100%;
  line-height: 1.375;
  background: #8ad0d8;
  border: 0;
  border-radius: 0;
  color: #404142;
  display: block;
  height: 48px;
  line-height: 20px;
  padding: 12px;
  width: 100%;
}
.l-popup .c-footerform [type=text]::-webkit-input-placeholder, .l-popup .c-footerform [type=email]::-webkit-input-placeholder, .l-popup .c-footerform select::-webkit-input-placeholder {
  color: #04828e;
  text-align: center;
}
.l-popup .c-footerform [type=text]::-moz-placeholder, .l-popup .c-footerform [type=email]::-moz-placeholder, .l-popup .c-footerform select::-moz-placeholder {
  color: #04828e;
  text-align: center;
}
.l-popup .c-footerform [type=text]:-ms-input-placeholder, .l-popup .c-footerform [type=email]:-ms-input-placeholder, .l-popup .c-footerform select:-ms-input-placeholder {
  color: #04828e;
  text-align: center;
}
.l-popup .c-footerform [type=text]::-ms-input-placeholder, .l-popup .c-footerform [type=email]::-ms-input-placeholder, .l-popup .c-footerform select::-ms-input-placeholder {
  color: #04828e;
  text-align: center;
}
.l-popup .c-footerform [type=text]::placeholder,
.l-popup .c-footerform [type=email]::placeholder,
.l-popup .c-footerform select::placeholder {
  color: #04828e;
  text-align: center;
}
.l-popup .c-footerform [type=text]:focus,
.l-popup .c-footerform [type=email]:focus,
.l-popup .c-footerform select:focus {
  background: #e0f3f4;
  outline: 0;
}
.l-popup .c-footerform [type=text]:focus::-webkit-input-placeholder, .l-popup .c-footerform [type=email]:focus::-webkit-input-placeholder, .l-popup .c-footerform select:focus::-webkit-input-placeholder {
  color: #009aa6;
}
.l-popup .c-footerform [type=text]:focus::-moz-placeholder, .l-popup .c-footerform [type=email]:focus::-moz-placeholder, .l-popup .c-footerform select:focus::-moz-placeholder {
  color: #009aa6;
}
.l-popup .c-footerform [type=text]:focus:-ms-input-placeholder, .l-popup .c-footerform [type=email]:focus:-ms-input-placeholder, .l-popup .c-footerform select:focus:-ms-input-placeholder {
  color: #009aa6;
}
.l-popup .c-footerform [type=text]:focus::-ms-input-placeholder, .l-popup .c-footerform [type=email]:focus::-ms-input-placeholder, .l-popup .c-footerform select:focus::-ms-input-placeholder {
  color: #009aa6;
}
.l-popup .c-footerform [type=text]:focus::placeholder,
.l-popup .c-footerform [type=email]:focus::placeholder,
.l-popup .c-footerform select:focus::placeholder {
  color: #009aa6;
}
.l-popup .c-footerform .gform_button {
  /* stylelint-disable-line */
  background: #fdea32;
  color: #009aa6;
}
.l-popup .c-footerform .gform_button::after {
  border-color: #009aa6;
}
.l-popup .c-footerform .gform_button:hover, .l-popup .c-footerform .gform_button:focus {
  -webkit-box-shadow: 0 0 18px rgba(253, 234, 50, 0.5);
          box-shadow: 0 0 18px rgba(253, 234, 50, 0.5);
  color: #04828e;
  outline: 0;
}
.l-popup .c-footerform .gform_button:hover::after, .l-popup .c-footerform .gform_button:focus::after {
  border-color: #04828e;
}
.l-popup .c-footerform .gform_validation_container {
  /* stylelint-disable-line */
  display: none;
}
.l-popup .c-footerform .gform_ajax_spinner {
  /* stylelint-disable-line */
  position: absolute;
  top: 0.25em;
  right: 0.75em;
  height: 32px;
  width: 32px;
}
.l-popup .c-footerform .validation_error {
  /* stylelint-disable-line */
  background: #ec4f61;
  border: 0;
  color: #fff;
  font-weight: normal;
  margin: 0 0 24px;
  padding: 6px 12px;
  width: 100%;
}
.l-popup .c-footerform .validation_message {
  /* stylelint-disable-line */
  font-size: 0.75rem;
  line-height: 1.375;
  letter-spacing: 0;
  text-transform: none;
  background: #ec4f61;
  color: #fff;
  display: inline-block;
  font-style: italic;
  font-weight: normal;
  margin-top: 6px;
  text-align: left;
}
.l-popup .gform_confirmation_wrapper {
  /* stylelint-disable-line */
  font-size: 0.9375rem;
  line-height: 1.375;
  background: #fef076;
  color: #04828e;
  font-weight: bold;
  margin: 0 auto 12px;
  max-width: 960px;
  padding: 24px;
  text-align: center;
}

.wp-block-image {
  display: inline;
}
.wp-block-image figure {
  margin-bottom: 18px;
  margin-top: 6px;
}
.wp-block-image .alignleft {
  margin-right: 24px;
  max-width: 50%;
}
.wp-block-image .alignright {
  margin-left: 24px;
  max-width: 50%;
}
.wp-block-image figcaption {
  font-size: 0.75rem;
  line-height: 1.375;
  font-family: "Muli", Helvetica, sans-serif;
  font-style: italic;
  padding: 6px;
  text-align: center;
}
.wp-block-image img {
  vertical-align: unset;
}

.wp-block-image.alignfull {
  max-width: none;
}

.wp-block-group .wp-block-image {
  margin-bottom: 0 !important;
}

.wp-block-pullquote {
  margin-bottom: 0;
  padding: 2.5em;
}
.wp-block-pullquote blockquote {
  margin: 0;
}
.wp-block-pullquote blockquote :last-child {
  margin-bottom: 0;
}
.wp-block-pullquote p {
  line-height: 1.333;
  margin-bottom: 12px;
}
.wp-block-button__link {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #009aa6;
  border: 2px solid #009aa6;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}
.wp-block-button__link:hover, .wp-block-button__link:focus {
  background: #00b2c0;
  border-color: #00b2c0;
  color: #fff;
}
.wp-block-button__link.has-teal-background-color {
  border-color: #009aa6;
}
.wp-block-button__link.has-teal-background-color:hover, .wp-block-button__link.has-teal-background-color:focus {
  background: #00b2c0;
  border-color: #00b2c0;
}
.wp-block-button__link.has-coolgray-background-color {
  border-color: #9a9c9d;
}
.wp-block-button__link.has-coolgray-background-color:hover, .wp-block-button__link.has-coolgray-background-color:focus {
  background: #a7a9aa;
  border-color: #a7a9aa;
}
.wp-block-button__link.has-gold-background-color {
  border-color: #f2af01;
}
.wp-block-button__link.has-gold-background-color:hover, .wp-block-button__link.has-gold-background-color:focus {
  background: #febb0e;
  border-color: #febb0e;
}
.wp-block-button__link.has-lemon-background-color {
  border-color: #fdea32;
}
.wp-block-button__link.has-lemon-background-color:hover, .wp-block-button__link.has-lemon-background-color:focus {
  background: #fded4b;
  border-color: #fded4b;
}
.wp-block-button__link.has-red-background-color {
  border-color: #ec4f61;
}
.wp-block-button__link.has-red-background-color:hover, .wp-block-button__link.has-red-background-color:focus {
  background: #ee6676;
  border-color: #ee6676;
}
.wp-block-button__link.has-salmon-background-color {
  border-color: #ed8f80;
}
.wp-block-button__link.has-salmon-background-color:hover, .wp-block-button__link.has-salmon-background-color:focus {
  background: #f0a396;
  border-color: #f0a396;
}
.wp-block-button__link.has-lilac-background-color {
  border-color: #9c85d3;
}
.wp-block-button__link.has-lilac-background-color:hover, .wp-block-button__link.has-lilac-background-color:focus {
  background: #ab98da;
  border-color: #ab98da;
}
.wp-block-button__link.has-blue-background-color {
  border-color: #00b9e4;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
  background: #00cefe;
  border-color: #00cefe;
}
.wp-block-button__link.has-charcoal-background-color {
  border-color: #222;
}
.wp-block-button__link.has-charcoal-background-color:hover, .wp-block-button__link.has-charcoal-background-color:focus {
  background: #2f2f2f;
  border-color: #2f2f2f;
}
.wp-block-button__link.has-white-background-color {
  border-color: #fff;
}
.wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
  background: white;
  border-color: white;
}
.wp-block-button__link[style] {
  border-radius: 8px !important;
}

.is-style-outline .wp-block-button__link {
  background: transparent;
  color: #009aa6;
}
.is-style-outline .wp-block-button__link:hover, .is-style-outline .wp-block-button__link:focus {
  background-color: rgba(0, 154, 166, 0.2);
}
.is-style-outline .wp-block-button__link.has-teal-color {
  border-color: #009aa6;
  color: #009aa6;
}
.is-style-outline .wp-block-button__link.has-teal-color:hover, .is-style-outline .wp-block-button__link.has-teal-color:focus {
  background: rgba(0, 154, 166, 0.2);
  border-color: #009aa6;
  color: #009aa6;
}
.is-style-outline .wp-block-button__link.has-coolgray-color {
  border-color: #9a9c9d;
  color: #9a9c9d;
}
.is-style-outline .wp-block-button__link.has-coolgray-color:hover, .is-style-outline .wp-block-button__link.has-coolgray-color:focus {
  background: rgba(154, 156, 157, 0.2);
  border-color: #9a9c9d;
  color: #9a9c9d;
}
.is-style-outline .wp-block-button__link.has-gold-color {
  border-color: #f2af01;
  color: #f2af01;
}
.is-style-outline .wp-block-button__link.has-gold-color:hover, .is-style-outline .wp-block-button__link.has-gold-color:focus {
  background: rgba(242, 175, 1, 0.2);
  border-color: #f2af01;
  color: #f2af01;
}
.is-style-outline .wp-block-button__link.has-lemon-color {
  border-color: #fdea32;
  color: #fdea32;
}
.is-style-outline .wp-block-button__link.has-lemon-color:hover, .is-style-outline .wp-block-button__link.has-lemon-color:focus {
  background: rgba(253, 234, 50, 0.2);
  border-color: #fdea32;
  color: #fdea32;
}
.is-style-outline .wp-block-button__link.has-red-color {
  border-color: #ec4f61;
  color: #ec4f61;
}
.is-style-outline .wp-block-button__link.has-red-color:hover, .is-style-outline .wp-block-button__link.has-red-color:focus {
  background: rgba(236, 79, 97, 0.2);
  border-color: #ec4f61;
  color: #ec4f61;
}
.is-style-outline .wp-block-button__link.has-salmon-color {
  border-color: #ed8f80;
  color: #ed8f80;
}
.is-style-outline .wp-block-button__link.has-salmon-color:hover, .is-style-outline .wp-block-button__link.has-salmon-color:focus {
  background: rgba(237, 143, 128, 0.2);
  border-color: #ed8f80;
  color: #ed8f80;
}
.is-style-outline .wp-block-button__link.has-lilac-color {
  border-color: #9c85d3;
  color: #9c85d3;
}
.is-style-outline .wp-block-button__link.has-lilac-color:hover, .is-style-outline .wp-block-button__link.has-lilac-color:focus {
  background: rgba(156, 133, 211, 0.2);
  border-color: #9c85d3;
  color: #9c85d3;
}
.is-style-outline .wp-block-button__link.has-blue-color {
  border-color: #00b9e4;
  color: #00b9e4;
}
.is-style-outline .wp-block-button__link.has-blue-color:hover, .is-style-outline .wp-block-button__link.has-blue-color:focus {
  background: rgba(0, 185, 228, 0.2);
  border-color: #00b9e4;
  color: #00b9e4;
}
.is-style-outline .wp-block-button__link.has-charcoal-color {
  border-color: #222;
  color: #222;
}
.is-style-outline .wp-block-button__link.has-charcoal-color:hover, .is-style-outline .wp-block-button__link.has-charcoal-color:focus {
  background: rgba(34, 34, 34, 0.2);
  border-color: #222;
  color: #222;
}
.is-style-outline .wp-block-button__link.has-white-color {
  border-color: #fff;
  color: #fff;
}
.is-style-outline .wp-block-button__link.has-white-color:hover, .is-style-outline .wp-block-button__link.has-white-color:focus {
  background: rgba(255, 255, 255, 0.2);
  border-color: #fff;
  color: #fff;
}

.wp-block-buttons {
  margin-bottom: 12px;
}

.wp-block-media-text {
  margin-bottom: 1.5em;
}

.has-teal-background-color {
  background-color: #009aa6;
  color: yiq-contrast-color(#009aa6);
}

.has-coolgray-background-color {
  background-color: #9a9c9d;
  color: yiq-contrast-color(#9a9c9d);
}

.has-gold-background-color {
  background-color: #f2af01;
  color: yiq-contrast-color(#f2af01);
}

.has-lemon-background-color {
  background-color: #fdea32;
  color: yiq-contrast-color(#fdea32);
}

.has-red-background-color {
  background-color: #ec4f61;
  color: yiq-contrast-color(#ec4f61);
}

.has-salmon-background-color {
  background-color: #ed8f80;
  color: yiq-contrast-color(#ed8f80);
}

.has-lilac-background-color {
  background-color: #9c85d3;
  color: yiq-contrast-color(#9c85d3);
}

.has-blue-background-color {
  background-color: #00b9e4;
  color: yiq-contrast-color(#00b9e4);
}

.has-charcoal-background-color {
  background-color: #222;
  color: yiq-contrast-color(#222);
}

.has-white-background-color {
  background-color: #fff;
  color: yiq-contrast-color(#fff);
}

.has-teal-color {
  color: #009aa6;
}

.has-coolgray-color {
  color: #9a9c9d;
}

.has-gold-color {
  color: #f2af01;
}

.has-lemon-color {
  color: #fdea32;
}

.has-red-color {
  color: #ec4f61;
}

.has-salmon-color {
  color: #ed8f80;
}

.has-lilac-color {
  color: #9c85d3;
}

.has-blue-color {
  color: #00b9e4;
}

.has-charcoal-color {
  color: #222;
}

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

.has-normal-font-size {
  font-size: 0.9375rem;
  line-height: 1.375;
}

.has-small-font-size {
  font-size: 0.75rem;
  line-height: 1.375;
}

.has-large-font-size {
  font-size: 1.0625rem;
  line-height: 1.375;
}
.t-wide .l-body__sidebar {
  display: none;
}
.t-wide .l-content__body {
  max-width: none;
}

body.home .l-body__subnav,
body.home .l-body__sidebar {
  display: none;
}
body.home .l-content {
  padding: 0;
}
body.home .l-content__header {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
body.home .l-content__body {
  max-width: none;
}

body.section-about.slug-about .l-content {
  padding: 0;
}
body.section-about.slug-about .l-content__header {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}
body.section-about.slug-about .s-mission__content {
  max-width: 48ch;
}

body.slug-ways-to-give .l-body__subnav,
body.slug-ways-to-give .l-body__sidebar {
  display: none;
}
body.slug-ways-to-give .l-content__body {
  max-width: none;
}
body.slug-ways-to-give .l-content__body > p:first-of-type {
  font-size: 1.125em;
  font-weight: bold;
  max-width: 72ch;
  padding-left: 2px;
}

body.page.slug-style-lab .l-masthead__title,
body.page.parent-pageid-24811 .l-masthead__title {
  display: none;
}

body.section-events .l-masthead--dark .l-masthead__title,
body.single-tribe-events .l-masthead--dark .l-masthead__title,
body.post-type-archive-tribe-events .l-masthead--dark .l-masthead__title {
  color: #9c85d3;
}
body.section-events .l-content__header,
body.section-events .l-content h1,
body.single-tribe-events .l-content__header,
body.single-tribe-events .l-content h1,
body.post-type-archive-tribe-events .l-content__header,
body.post-type-archive-tribe-events .l-content h1 {
  color: #9c85d3;
}
body.section-events .l-content a:not(.button):not(.wp-block-button__link),
body.single-tribe-events .l-content a:not(.button):not(.wp-block-button__link),
body.post-type-archive-tribe-events .l-content a:not(.button):not(.wp-block-button__link) {
  color: #9c85d3;
}
body.section-events .l-content a:not(.button):not(.wp-block-button__link):hover, body.section-events .l-content a:not(.button):not(.wp-block-button__link):focus,
body.single-tribe-events .l-content a:not(.button):not(.wp-block-button__link):hover,
body.single-tribe-events .l-content a:not(.button):not(.wp-block-button__link):focus,
body.post-type-archive-tribe-events .l-content a:not(.button):not(.wp-block-button__link):hover,
body.post-type-archive-tribe-events .l-content a:not(.button):not(.wp-block-button__link):focus {
  color: #b9aae1;
}
body.section-events .l-content .button,
body.single-tribe-events .l-content .button,
body.post-type-archive-tribe-events .l-content .button {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #9c85d3;
  border: 2px solid #9c85d3;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}
body.section-events .l-content .button:hover, body.section-events .l-content .button:focus,
body.single-tribe-events .l-content .button:hover,
body.single-tribe-events .l-content .button:focus,
body.post-type-archive-tribe-events .l-content .button:hover,
body.post-type-archive-tribe-events .l-content .button:focus {
  background: #ab98da;
  border-color: #ab98da;
  color: #fff;
}
body.section-events .l-content .button--small,
body.single-tribe-events .l-content .button--small,
body.post-type-archive-tribe-events .l-content .button--small {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #9c85d3;
  border: 2px solid #9c85d3;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}
body.section-events .l-content .button--small:hover, body.section-events .l-content .button--small:focus,
body.single-tribe-events .l-content .button--small:hover,
body.single-tribe-events .l-content .button--small:focus,
body.post-type-archive-tribe-events .l-content .button--small:hover,
body.post-type-archive-tribe-events .l-content .button--small:focus {
  background: #ab98da;
  border-color: #ab98da;
  color: #fff;
}
body.section-events .l-content__body > h2:not(.o-expander)::after,
body.single-tribe-events .l-content__body > h2:not(.o-expander)::after,
body.post-type-archive-tribe-events .l-content__body > h2:not(.o-expander)::after {
  background: #e0daf2;
}
body.section-events .l-subnav,
body.single-tribe-events .l-subnav,
body.post-type-archive-tribe-events .l-subnav {
  background-color: #f2eff9;
}
body.section-events .l-subnav__title,
body.single-tribe-events .l-subnav__title,
body.post-type-archive-tribe-events .l-subnav__title {
  color: #8e79c0;
}
body.section-events .l-subnav__burger, body.section-events .l-subnav__burger::before, body.section-events .l-subnav__burger::after,
body.single-tribe-events .l-subnav__burger,
body.single-tribe-events .l-subnav__burger::before,
body.single-tribe-events .l-subnav__burger::after,
body.post-type-archive-tribe-events .l-subnav__burger,
body.post-type-archive-tribe-events .l-subnav__burger::before,
body.post-type-archive-tribe-events .l-subnav__burger::after {
  background-color: #8e79c0;
}
body.section-events .l-subnav.is-expanded body.section-events .l-subnav__burger,
body.section-events .l-subnav.is-expanded body.single-tribe-events .l-subnav__burger,
body.section-events .l-subnav.is-expanded body.post-type-archive-tribe-events .l-subnav__burger,
body.single-tribe-events .l-subnav.is-expanded body.section-events .l-subnav__burger,
body.single-tribe-events .l-subnav.is-expanded body.single-tribe-events .l-subnav__burger,
body.single-tribe-events .l-subnav.is-expanded body.post-type-archive-tribe-events .l-subnav__burger,
body.post-type-archive-tribe-events .l-subnav.is-expanded body.section-events .l-subnav__burger,
body.post-type-archive-tribe-events .l-subnav.is-expanded body.single-tribe-events .l-subnav__burger,
body.post-type-archive-tribe-events .l-subnav.is-expanded body.post-type-archive-tribe-events .l-subnav__burger {
  background: transparent;
}
body.section-events .l-subnav__link,
body.single-tribe-events .l-subnav__link,
body.post-type-archive-tribe-events .l-subnav__link {
  color: #8e79c0;
}
body.section-events .l-subnav__link::before,
body.single-tribe-events .l-subnav__link::before,
body.post-type-archive-tribe-events .l-subnav__link::before {
  background: #e0daf2;
}
body.section-events .l-subnav__link:hover, body.section-events .l-subnav__link:focus,
body.single-tribe-events .l-subnav__link:hover,
body.single-tribe-events .l-subnav__link:focus,
body.post-type-archive-tribe-events .l-subnav__link:hover,
body.post-type-archive-tribe-events .l-subnav__link:focus {
  background: #e0daf2;
  color: #8e79c0;
}
body.tribe-theme-ocra body.section-events .l-subnav__item--173 > .l-subnav__link, body.section-events .l-subnav__item.is-active > .l-subnav__link,
body.tribe-theme-ocra body.single-tribe-events .l-subnav__item--173 > .l-subnav__link,
body.single-tribe-events .l-subnav__item.is-active > .l-subnav__link,
body.tribe-theme-ocra body.post-type-archive-tribe-events .l-subnav__item--173 > .l-subnav__link,
body.post-type-archive-tribe-events .l-subnav__item.is-active > .l-subnav__link {
  color: #8e79c0;
}
body.section-events .wp-pagenavi a,
body.single-tribe-events .wp-pagenavi a,
body.post-type-archive-tribe-events .wp-pagenavi a {
  color: #fff;
}
body.section-events .wp-pagenavi a:hover, body.section-events .wp-pagenavi a:focus,
body.single-tribe-events .wp-pagenavi a:hover,
body.single-tribe-events .wp-pagenavi a:focus,
body.post-type-archive-tribe-events .wp-pagenavi a:hover,
body.post-type-archive-tribe-events .wp-pagenavi a:focus {
  background: #8e79c0;
  color: #fff;
}
body.section-events .wp-pagenavi .current,
body.single-tribe-events .wp-pagenavi .current,
body.post-type-archive-tribe-events .wp-pagenavi .current {
  background: #b9aae1;
}

body.section-research .l-masthead--dark .l-masthead__title,
body.tax-grant .l-masthead--dark .l-masthead__title,
body.tax-institution .l-masthead--dark .l-masthead__title,
body.tax-research-area .l-masthead--dark .l-masthead__title,
body.single-research-project .l-masthead--dark .l-masthead__title,
body.single-person .l-masthead--dark .l-masthead__title,
body.post-type-archive-research-project .l-masthead--dark .l-masthead__title,
body.category-research .l-masthead--dark .l-masthead__title {
  color: #00b9e4;
}
body.section-research .l-content__header,
body.section-research .l-content h1,
body.tax-grant .l-content__header,
body.tax-grant .l-content h1,
body.tax-institution .l-content__header,
body.tax-institution .l-content h1,
body.tax-research-area .l-content__header,
body.tax-research-area .l-content h1,
body.single-research-project .l-content__header,
body.single-research-project .l-content h1,
body.single-person .l-content__header,
body.single-person .l-content h1,
body.post-type-archive-research-project .l-content__header,
body.post-type-archive-research-project .l-content h1,
body.category-research .l-content__header,
body.category-research .l-content h1 {
  color: #00b9e4;
}
body.section-research .l-content a:not(.button):not(.wp-block-button__link),
body.tax-grant .l-content a:not(.button):not(.wp-block-button__link),
body.tax-institution .l-content a:not(.button):not(.wp-block-button__link),
body.tax-research-area .l-content a:not(.button):not(.wp-block-button__link),
body.single-research-project .l-content a:not(.button):not(.wp-block-button__link),
body.single-person .l-content a:not(.button):not(.wp-block-button__link),
body.post-type-archive-research-project .l-content a:not(.button):not(.wp-block-button__link),
body.category-research .l-content a:not(.button):not(.wp-block-button__link) {
  color: #00b9e4;
}
body.section-research .l-content a:not(.button):not(.wp-block-button__link):hover, body.section-research .l-content a:not(.button):not(.wp-block-button__link):focus,
body.tax-grant .l-content a:not(.button):not(.wp-block-button__link):hover,
body.tax-grant .l-content a:not(.button):not(.wp-block-button__link):focus,
body.tax-institution .l-content a:not(.button):not(.wp-block-button__link):hover,
body.tax-institution .l-content a:not(.button):not(.wp-block-button__link):focus,
body.tax-research-area .l-content a:not(.button):not(.wp-block-button__link):hover,
body.tax-research-area .l-content a:not(.button):not(.wp-block-button__link):focus,
body.single-research-project .l-content a:not(.button):not(.wp-block-button__link):hover,
body.single-research-project .l-content a:not(.button):not(.wp-block-button__link):focus,
body.single-person .l-content a:not(.button):not(.wp-block-button__link):hover,
body.single-person .l-content a:not(.button):not(.wp-block-button__link):focus,
body.post-type-archive-research-project .l-content a:not(.button):not(.wp-block-button__link):hover,
body.post-type-archive-research-project .l-content a:not(.button):not(.wp-block-button__link):focus,
body.category-research .l-content a:not(.button):not(.wp-block-button__link):hover,
body.category-research .l-content a:not(.button):not(.wp-block-button__link):focus {
  color: #9c85d3;
}
body.section-research .l-content .button,
body.tax-grant .l-content .button,
body.tax-institution .l-content .button,
body.tax-research-area .l-content .button,
body.single-research-project .l-content .button,
body.single-person .l-content .button,
body.post-type-archive-research-project .l-content .button,
body.category-research .l-content .button {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #00b9e4;
  border: 2px solid #00b9e4;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}
body.section-research .l-content .button:hover, body.section-research .l-content .button:focus,
body.tax-grant .l-content .button:hover,
body.tax-grant .l-content .button:focus,
body.tax-institution .l-content .button:hover,
body.tax-institution .l-content .button:focus,
body.tax-research-area .l-content .button:hover,
body.tax-research-area .l-content .button:focus,
body.single-research-project .l-content .button:hover,
body.single-research-project .l-content .button:focus,
body.single-person .l-content .button:hover,
body.single-person .l-content .button:focus,
body.post-type-archive-research-project .l-content .button:hover,
body.post-type-archive-research-project .l-content .button:focus,
body.category-research .l-content .button:hover,
body.category-research .l-content .button:focus {
  background: #00cefe;
  border-color: #00cefe;
  color: #fff;
}
body.section-research .l-content .button--small,
body.tax-grant .l-content .button--small,
body.tax-institution .l-content .button--small,
body.tax-research-area .l-content .button--small,
body.single-research-project .l-content .button--small,
body.single-person .l-content .button--small,
body.post-type-archive-research-project .l-content .button--small,
body.category-research .l-content .button--small {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #00b9e4;
  border: 2px solid #00b9e4;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}
body.section-research .l-content .button--small:hover, body.section-research .l-content .button--small:focus,
body.tax-grant .l-content .button--small:hover,
body.tax-grant .l-content .button--small:focus,
body.tax-institution .l-content .button--small:hover,
body.tax-institution .l-content .button--small:focus,
body.tax-research-area .l-content .button--small:hover,
body.tax-research-area .l-content .button--small:focus,
body.single-research-project .l-content .button--small:hover,
body.single-research-project .l-content .button--small:focus,
body.single-person .l-content .button--small:hover,
body.single-person .l-content .button--small:focus,
body.post-type-archive-research-project .l-content .button--small:hover,
body.post-type-archive-research-project .l-content .button--small:focus,
body.category-research .l-content .button--small:hover,
body.category-research .l-content .button--small:focus {
  background: #00cefe;
  border-color: #00cefe;
  color: #fff;
}
body.section-research .l-content__body > h2:not(.o-expander)::after,
body.tax-grant .l-content__body > h2:not(.o-expander)::after,
body.tax-institution .l-content__body > h2:not(.o-expander)::after,
body.tax-research-area .l-content__body > h2:not(.o-expander)::after,
body.single-research-project .l-content__body > h2:not(.o-expander)::after,
body.single-person .l-content__body > h2:not(.o-expander)::after,
body.post-type-archive-research-project .l-content__body > h2:not(.o-expander)::after,
body.category-research .l-content__body > h2:not(.o-expander)::after {
  background: #b8e9f7;
}
body.section-research .l-subnav,
body.tax-grant .l-subnav,
body.tax-institution .l-subnav,
body.tax-research-area .l-subnav,
body.single-research-project .l-subnav,
body.single-person .l-subnav,
body.post-type-archive-research-project .l-subnav,
body.category-research .l-subnav {
  background-color: #d5eff9;
}
body.section-research .l-subnav__title,
body.tax-grant .l-subnav__title,
body.tax-institution .l-subnav__title,
body.tax-research-area .l-subnav__title,
body.single-research-project .l-subnav__title,
body.single-person .l-subnav__title,
body.post-type-archive-research-project .l-subnav__title,
body.category-research .l-subnav__title {
  color: #02a9cf;
}
body.section-research .l-subnav__burger, body.section-research .l-subnav__burger::before, body.section-research .l-subnav__burger::after,
body.tax-grant .l-subnav__burger,
body.tax-grant .l-subnav__burger::before,
body.tax-grant .l-subnav__burger::after,
body.tax-institution .l-subnav__burger,
body.tax-institution .l-subnav__burger::before,
body.tax-institution .l-subnav__burger::after,
body.tax-research-area .l-subnav__burger,
body.tax-research-area .l-subnav__burger::before,
body.tax-research-area .l-subnav__burger::after,
body.single-research-project .l-subnav__burger,
body.single-research-project .l-subnav__burger::before,
body.single-research-project .l-subnav__burger::after,
body.single-person .l-subnav__burger,
body.single-person .l-subnav__burger::before,
body.single-person .l-subnav__burger::after,
body.post-type-archive-research-project .l-subnav__burger,
body.post-type-archive-research-project .l-subnav__burger::before,
body.post-type-archive-research-project .l-subnav__burger::after,
body.category-research .l-subnav__burger,
body.category-research .l-subnav__burger::before,
body.category-research .l-subnav__burger::after {
  background-color: #02a9cf;
}
body.section-research .l-subnav.is-expanded body.section-research .l-subnav__burger,
body.section-research .l-subnav.is-expanded body.tax-grant .l-subnav__burger,
body.section-research .l-subnav.is-expanded body.tax-institution .l-subnav__burger,
body.section-research .l-subnav.is-expanded body.tax-research-area .l-subnav__burger,
body.section-research .l-subnav.is-expanded body.single-research-project .l-subnav__burger,
body.section-research .l-subnav.is-expanded body.single-person .l-subnav__burger,
body.section-research .l-subnav.is-expanded body.post-type-archive-research-project .l-subnav__burger,
body.section-research .l-subnav.is-expanded body.category-research .l-subnav__burger,
body.tax-grant .l-subnav.is-expanded body.section-research .l-subnav__burger,
body.tax-grant .l-subnav.is-expanded body.tax-grant .l-subnav__burger,
body.tax-grant .l-subnav.is-expanded body.tax-institution .l-subnav__burger,
body.tax-grant .l-subnav.is-expanded body.tax-research-area .l-subnav__burger,
body.tax-grant .l-subnav.is-expanded body.single-research-project .l-subnav__burger,
body.tax-grant .l-subnav.is-expanded body.single-person .l-subnav__burger,
body.tax-grant .l-subnav.is-expanded body.post-type-archive-research-project .l-subnav__burger,
body.tax-grant .l-subnav.is-expanded body.category-research .l-subnav__burger,
body.tax-institution .l-subnav.is-expanded body.section-research .l-subnav__burger,
body.tax-institution .l-subnav.is-expanded body.tax-grant .l-subnav__burger,
body.tax-institution .l-subnav.is-expanded body.tax-institution .l-subnav__burger,
body.tax-institution .l-subnav.is-expanded body.tax-research-area .l-subnav__burger,
body.tax-institution .l-subnav.is-expanded body.single-research-project .l-subnav__burger,
body.tax-institution .l-subnav.is-expanded body.single-person .l-subnav__burger,
body.tax-institution .l-subnav.is-expanded body.post-type-archive-research-project .l-subnav__burger,
body.tax-institution .l-subnav.is-expanded body.category-research .l-subnav__burger,
body.tax-research-area .l-subnav.is-expanded body.section-research .l-subnav__burger,
body.tax-research-area .l-subnav.is-expanded body.tax-grant .l-subnav__burger,
body.tax-research-area .l-subnav.is-expanded body.tax-institution .l-subnav__burger,
body.tax-research-area .l-subnav.is-expanded body.tax-research-area .l-subnav__burger,
body.tax-research-area .l-subnav.is-expanded body.single-research-project .l-subnav__burger,
body.tax-research-area .l-subnav.is-expanded body.single-person .l-subnav__burger,
body.tax-research-area .l-subnav.is-expanded body.post-type-archive-research-project .l-subnav__burger,
body.tax-research-area .l-subnav.is-expanded body.category-research .l-subnav__burger,
body.single-research-project .l-subnav.is-expanded body.section-research .l-subnav__burger,
body.single-research-project .l-subnav.is-expanded body.tax-grant .l-subnav__burger,
body.single-research-project .l-subnav.is-expanded body.tax-institution .l-subnav__burger,
body.single-research-project .l-subnav.is-expanded body.tax-research-area .l-subnav__burger,
body.single-research-project .l-subnav.is-expanded body.single-research-project .l-subnav__burger,
body.single-research-project .l-subnav.is-expanded body.single-person .l-subnav__burger,
body.single-research-project .l-subnav.is-expanded body.post-type-archive-research-project .l-subnav__burger,
body.single-research-project .l-subnav.is-expanded body.category-research .l-subnav__burger,
body.single-person .l-subnav.is-expanded body.section-research .l-subnav__burger,
body.single-person .l-subnav.is-expanded body.tax-grant .l-subnav__burger,
body.single-person .l-subnav.is-expanded body.tax-institution .l-subnav__burger,
body.single-person .l-subnav.is-expanded body.tax-research-area .l-subnav__burger,
body.single-person .l-subnav.is-expanded body.single-research-project .l-subnav__burger,
body.single-person .l-subnav.is-expanded body.single-person .l-subnav__burger,
body.single-person .l-subnav.is-expanded body.post-type-archive-research-project .l-subnav__burger,
body.single-person .l-subnav.is-expanded body.category-research .l-subnav__burger,
body.post-type-archive-research-project .l-subnav.is-expanded body.section-research .l-subnav__burger,
body.post-type-archive-research-project .l-subnav.is-expanded body.tax-grant .l-subnav__burger,
body.post-type-archive-research-project .l-subnav.is-expanded body.tax-institution .l-subnav__burger,
body.post-type-archive-research-project .l-subnav.is-expanded body.tax-research-area .l-subnav__burger,
body.post-type-archive-research-project .l-subnav.is-expanded body.single-research-project .l-subnav__burger,
body.post-type-archive-research-project .l-subnav.is-expanded body.single-person .l-subnav__burger,
body.post-type-archive-research-project .l-subnav.is-expanded body.post-type-archive-research-project .l-subnav__burger,
body.post-type-archive-research-project .l-subnav.is-expanded body.category-research .l-subnav__burger,
body.category-research .l-subnav.is-expanded body.section-research .l-subnav__burger,
body.category-research .l-subnav.is-expanded body.tax-grant .l-subnav__burger,
body.category-research .l-subnav.is-expanded body.tax-institution .l-subnav__burger,
body.category-research .l-subnav.is-expanded body.tax-research-area .l-subnav__burger,
body.category-research .l-subnav.is-expanded body.single-research-project .l-subnav__burger,
body.category-research .l-subnav.is-expanded body.single-person .l-subnav__burger,
body.category-research .l-subnav.is-expanded body.post-type-archive-research-project .l-subnav__burger,
body.category-research .l-subnav.is-expanded body.category-research .l-subnav__burger {
  background: transparent;
}
body.section-research .l-subnav__link,
body.tax-grant .l-subnav__link,
body.tax-institution .l-subnav__link,
body.tax-research-area .l-subnav__link,
body.single-research-project .l-subnav__link,
body.single-person .l-subnav__link,
body.post-type-archive-research-project .l-subnav__link,
body.category-research .l-subnav__link {
  color: #02a9cf;
}
body.section-research .l-subnav__link::before,
body.tax-grant .l-subnav__link::before,
body.tax-institution .l-subnav__link::before,
body.tax-research-area .l-subnav__link::before,
body.single-research-project .l-subnav__link::before,
body.single-person .l-subnav__link::before,
body.post-type-archive-research-project .l-subnav__link::before,
body.category-research .l-subnav__link::before {
  background: #b8e9f7;
}
body.section-research .l-subnav__link:hover, body.section-research .l-subnav__link:focus,
body.tax-grant .l-subnav__link:hover,
body.tax-grant .l-subnav__link:focus,
body.tax-institution .l-subnav__link:hover,
body.tax-institution .l-subnav__link:focus,
body.tax-research-area .l-subnav__link:hover,
body.tax-research-area .l-subnav__link:focus,
body.single-research-project .l-subnav__link:hover,
body.single-research-project .l-subnav__link:focus,
body.single-person .l-subnav__link:hover,
body.single-person .l-subnav__link:focus,
body.post-type-archive-research-project .l-subnav__link:hover,
body.post-type-archive-research-project .l-subnav__link:focus,
body.category-research .l-subnav__link:hover,
body.category-research .l-subnav__link:focus {
  background: #b8e9f7;
  color: #02a9cf;
}
body.section-research .l-subnav__item.is-active > .l-subnav__link,
body.tax-grant .l-subnav__item.is-active > .l-subnav__link,
body.tax-institution .l-subnav__item.is-active > .l-subnav__link,
body.tax-research-area .l-subnav__item.is-active > .l-subnav__link,
body.single-research-project .l-subnav__item.is-active > .l-subnav__link,
body.single-person .l-subnav__item.is-active > .l-subnav__link,
body.post-type-archive-research-project .l-subnav__item.is-active > .l-subnav__link,
body.category-research .l-subnav__item.is-active > .l-subnav__link {
  color: #4a63ad;
}
body.section-research .wp-pagenavi a,
body.tax-grant .wp-pagenavi a,
body.tax-institution .wp-pagenavi a,
body.tax-research-area .wp-pagenavi a,
body.single-research-project .wp-pagenavi a,
body.single-person .wp-pagenavi a,
body.post-type-archive-research-project .wp-pagenavi a,
body.category-research .wp-pagenavi a {
  color: #fff;
}
body.section-research .wp-pagenavi a:hover, body.section-research .wp-pagenavi a:focus,
body.tax-grant .wp-pagenavi a:hover,
body.tax-grant .wp-pagenavi a:focus,
body.tax-institution .wp-pagenavi a:hover,
body.tax-institution .wp-pagenavi a:focus,
body.tax-research-area .wp-pagenavi a:hover,
body.tax-research-area .wp-pagenavi a:focus,
body.single-research-project .wp-pagenavi a:hover,
body.single-research-project .wp-pagenavi a:focus,
body.single-person .wp-pagenavi a:hover,
body.single-person .wp-pagenavi a:focus,
body.post-type-archive-research-project .wp-pagenavi a:hover,
body.post-type-archive-research-project .wp-pagenavi a:focus,
body.category-research .wp-pagenavi a:hover,
body.category-research .wp-pagenavi a:focus {
  background: #02a9cf;
  color: #fff;
}
body.section-research .wp-pagenavi .current,
body.tax-grant .wp-pagenavi .current,
body.tax-institution .wp-pagenavi .current,
body.tax-research-area .wp-pagenavi .current,
body.single-research-project .wp-pagenavi .current,
body.single-person .wp-pagenavi .current,
body.post-type-archive-research-project .wp-pagenavi .current,
body.category-research .wp-pagenavi .current {
  background: #5dceed;
}

.u-clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.base {
  font-size: 100%;
  line-height: 1.375;
}

.body {
  font-size: 0.9375rem;
  line-height: 1.375;
}

.h1 {
  font-size: 1.875rem;
  line-height: 1.25;
}

.h2 {
  font-size: 1.5rem;
  line-height: 1.1538;
}

.h3 {
  font-size: 1.25rem;
  line-height: 1.136;
}

.h4 {
  font-size: 1.125rem;
  line-height: 1.25;
}

.h5 {
  font-size: 1rem;
  line-height: 1.25;
}

.h6 {
  font-size: 0.875rem;
  line-height: 1.25;
}

.large {
  font-size: 1.0625rem;
  line-height: 1.375;
}

.small {
  font-size: 0.75rem;
  line-height: 1.375;
}

.tiny {
  font-size: 0.6875rem;
  line-height: 1.25;
}

.u-natural {
  text-transform: none;
}

.u-and {
  font-weight: normal;
  opacity: 0.5;
}

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

.u-hidden,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.u-nowrap {
  white-space: nowrap !important;
}

.m-add-to-any {
  margin-top: 24px;
}
.m-add-to-any__title {
  font-size: 0.9375rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 1px solid #dcdddd;
  margin: 0 0 18px;
  padding: 0 0 12px;
}
.m-add-to-any .a2a_kit {
  margin-left: -4px;
}
.m-add-to-any .a2a_kit > a {
  overflow: hidden;
  position: relative;
}

.a2a_i,
.a2a_menu_show_more_less {
  color: #404142 !important;
  font-family: "Muli", Helvetica, sans-serif !important;
}

.fancybox-bg.fancybox-bg {
  background: rgba(1, 18, 20, 0.85);
}

.fancybox-container * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.fancybox-caption {
  border: 0;
  text-align: center;
}

.fancybox-slide--video .fancybox-content {
  max-width: 1280px;
  max-height: 720px;
}

.CampaignType--popup {
  background: rgba(1, 18, 20, 0.85) !important;
}
.CampaignType--popup .Campaign__alphaLayer {
  border-radius: 12px !important;
  opacity: 0.9 !important;
  overflow: hidden !important;
  -webkit-box-shadow: 0 0 36px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 0 36px rgba(0, 0, 0, 0.25) !important;
}

.gform_wrapper .gform_body .gform_fields {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield {
  margin: 0 0 12px;
}
.gform_wrapper .gform_body .gform_fields .gfield::after {
  clear: both;
  content: "";
  display: block;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
  margin: 0 !important;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
  font-size: 0.75rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
  padding: 10px 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label .gfield_required {
  color: #ec4f61;
  margin-left: 0.25em;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_description {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: normal;
  opacity: 0.75;
  padding-top: 6px;
}
.gform_wrapper .gform_body .gform_fields .gfield [type=text],
.gform_wrapper .gform_body .gform_fields .gfield [type=url],
.gform_wrapper .gform_body .gform_fields .gfield [type=email],
.gform_wrapper .gform_body .gform_fields .gfield [type=tel],
.gform_wrapper .gform_body .gform_fields .gfield [type=number],
.gform_wrapper .gform_body .gform_fields .gfield [type=password],
.gform_wrapper .gform_body .gform_fields .gfield select,
.gform_wrapper .gform_body .gform_fields .gfield textarea {
  font-size: 100%;
  line-height: 1.375;
  background: #fff;
  border: 1px solid #9a9c9d;
  border-radius: 3px;
  color: #404142;
  padding: 6px;
  width: 100%;
}
.gform_wrapper .gform_body .gform_fields .gfield [type=text]:focus,
.gform_wrapper .gform_body .gform_fields .gfield [type=url]:focus,
.gform_wrapper .gform_body .gform_fields .gfield [type=email]:focus,
.gform_wrapper .gform_body .gform_fields .gfield [type=tel]:focus,
.gform_wrapper .gform_body .gform_fields .gfield [type=number]:focus,
.gform_wrapper .gform_body .gform_fields .gfield [type=password]:focus,
.gform_wrapper .gform_body .gform_fields .gfield select:focus,
.gform_wrapper .gform_body .gform_fields .gfield textarea:focus {
  background: #fff;
  border-color: #009aa6;
  -webkit-box-shadow: 0 0 12px #b7e2e7;
          box-shadow: 0 0 12px #b7e2e7;
  outline: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield [type=text]::-webkit-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=url]::-webkit-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=email]::-webkit-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=tel]::-webkit-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=number]::-webkit-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=password]::-webkit-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield select::-webkit-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
.gform_wrapper .gform_body .gform_fields .gfield [type=text]::-moz-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=url]::-moz-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=email]::-moz-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=tel]::-moz-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=number]::-moz-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=password]::-moz-placeholder, .gform_wrapper .gform_body .gform_fields .gfield select::-moz-placeholder, .gform_wrapper .gform_body .gform_fields .gfield textarea::-moz-placeholder {
  opacity: 0.5;
}
.gform_wrapper .gform_body .gform_fields .gfield [type=text]:-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=url]:-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=email]:-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=tel]:-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=number]:-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=password]:-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield select:-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield textarea:-ms-input-placeholder {
  opacity: 0.5;
}
.gform_wrapper .gform_body .gform_fields .gfield [type=text]::-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=url]::-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=email]::-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=tel]::-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=number]::-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield [type=password]::-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield select::-ms-input-placeholder, .gform_wrapper .gform_body .gform_fields .gfield textarea::-ms-input-placeholder {
  opacity: 0.5;
}
.gform_wrapper .gform_body .gform_fields .gfield [type=text]::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield [type=url]::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield [type=email]::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield [type=tel]::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield [type=number]::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield [type=password]::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield select::placeholder,
.gform_wrapper .gform_body .gform_fields .gfield textarea::placeholder {
  opacity: 0.5;
}
.gform_wrapper .gform_body .gform_fields .gfield textarea {
  resize: vertical;
}
.gform_wrapper .gform_body .gform_fields .gfield [type=file] {
  width: auto;
}
.gform_wrapper .gform_body .gform_fields .gfield select {
  height: calc(1em + 22px);
  max-height: calc(1em + 22px);
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li [type=checkbox] {
  margin: 0.25em 0.5em 0 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .gfield_checkbox li label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex label,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex .ginput_left label,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex .ginput_right label,
.gform_wrapper .gform_body .gform_fields .gfield .ginput_complex .ginput_full label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: normal;
  opacity: 0.75;
  margin: 0 0 12px;
  padding-top: 6px;
}
.gform_wrapper .gform_body .gform_fields .gfield .address_city,
.gform_wrapper .gform_body .gform_fields .gfield .address_state {
  margin-bottom: 12px;
}
.gform_wrapper .gform_body .gform_fields .gfield .gform_drop_area {
  background: #f9f9f9;
  border: 2px dashed #dcdddd;
  border-radius: 3px;
  color: #5e6061;
  margin-bottom: 24px;
  padding: 24px;
  text-align: center;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .validation_message ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield .ginput_container_fileupload .validation_message li {
  background: #ec4f61;
  color: #fff;
  margin: 0 0 24px;
  padding: 18px 24px;
}
.gform_wrapper .gform_body .gform_fields .gfield #extensions_message {
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.gform_wrapper .gform_body .gform_fields .gfield.gsection {
  margin: 24px 0 0;
}
.gform_wrapper .gform_body .gform_fields .gfield.gsection:first-child {
  margin-top: 0;
}
.gform_wrapper .gform_body .gform_fields .gfield.gsection .gsection_title {
  font-size: 1.25rem;
  line-height: 1.136;
  background: #e0f3f4;
  color: #33aebb;
  padding: 6px;
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
  background: #f9f9f9;
  padding: 12px 0;
}
.gform_wrapper .gform_footer [type=submit],
.gform_wrapper .gform_footer [type=button],
.gform_wrapper .gform_footer .button,
.gform_wrapper .gform_page_footer [type=submit],
.gform_wrapper .gform_page_footer [type=button],
.gform_wrapper .gform_page_footer .button {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #009aa6;
  border: 2px solid #009aa6;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 20px;
  border: 0;
  border-radius: 0.3rem;
  cursor: pointer;
  font-weight: 700;
  margin: 0 auto;
  max-width: 300px;
  min-width: 120px;
  padding: 12px 24px;
  width: 100%;
}
.gform_wrapper .gform_footer [type=submit]:hover, .gform_wrapper .gform_footer [type=submit]:focus,
.gform_wrapper .gform_footer [type=button]:hover,
.gform_wrapper .gform_footer [type=button]:focus,
.gform_wrapper .gform_footer .button:hover,
.gform_wrapper .gform_footer .button:focus,
.gform_wrapper .gform_page_footer [type=submit]:hover,
.gform_wrapper .gform_page_footer [type=submit]:focus,
.gform_wrapper .gform_page_footer [type=button]:hover,
.gform_wrapper .gform_page_footer [type=button]:focus,
.gform_wrapper .gform_page_footer .button:hover,
.gform_wrapper .gform_page_footer .button:focus {
  background: #00b2c0;
  border-color: #00b2c0;
  color: #fff;
}
.gform_wrapper .gform_footer [type=submit]:hover, .gform_wrapper .gform_footer [type=submit]:focus,
.gform_wrapper .gform_footer [type=button]:hover,
.gform_wrapper .gform_footer [type=button]:focus,
.gform_wrapper .gform_footer .button:hover,
.gform_wrapper .gform_footer .button:focus,
.gform_wrapper .gform_page_footer [type=submit]:hover,
.gform_wrapper .gform_page_footer [type=submit]:focus,
.gform_wrapper .gform_page_footer [type=button]:hover,
.gform_wrapper .gform_page_footer [type=button]:focus,
.gform_wrapper .gform_page_footer .button:hover,
.gform_wrapper .gform_page_footer .button:focus {
  outline: 0;
}
.gform_wrapper .validation_error {
  background: #ec4f61;
  border: 0;
  color: #fff;
  font-weight: normal;
  margin: 0 0 24px;
  padding: 18px 24px;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield_error label {
  color: #c0414f;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield_error [type=text],
.gform_wrapper .gform_body ul.gform_fields li.gfield_error [type=url],
.gform_wrapper .gform_body ul.gform_fields li.gfield_error [type=email],
.gform_wrapper .gform_body ul.gform_fields li.gfield_error [type=tel],
.gform_wrapper .gform_body ul.gform_fields li.gfield_error [type=number],
.gform_wrapper .gform_body ul.gform_fields li.gfield_error [type=password],
.gform_wrapper .gform_body ul.gform_fields li.gfield_error select,
.gform_wrapper .gform_body ul.gform_fields li.gfield_error textarea {
  border-color: #c0414f !important;
}
.gform_wrapper .gform_body ul.gform_fields li.gfield_error .validation_message {
  letter-spacing: 0;
  text-transform: none;
  clear: both;
  color: #c0414f;
  font-style: italic;
  font-weight: normal;
  margin-top: 6px;
}
.gform_wrapper .gform_validation_container {
  display: none;
}
.gform_wrapper .charleft {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 14px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: normal;
  opacity: 0.75;
}
.gform_wrapper .gform_ajax_spinner {
  display: block;
  margin: 10px auto 0;
}
.gform_confirmation_wrapper {
  font-size: 1.25rem;
  line-height: 1.136;
  background: #009aa6;
  color: #fff;
  padding: 48px;
  text-align: center;
}
.gform_confirmation_wrapper .gform_confirmation_message br {
  display: none;
}

.tablepress thead th {
  background-color: #b7e2e7;
  border-bottom: 0;
  color: #06535c;
}
.tablepress caption a {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #b8b9ba;
  border: 2px solid #b8b9ba;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 1;
  border-radius: 2px;
  font-weight: bold;
  padding: 2px 4px;
}
.tablepress caption a:hover, .tablepress caption a:focus {
  background: #c5c6c7;
  border-color: #c5c6c7;
  color: #fff;
}
.tablepress caption a:hover, .tablepress caption a:focus {
  background: #009aa6;
  color: #fff;
}

h2.tribe-events-page-title {
  font-weight: normal;
  text-align: left;
}

.tribe-bar-disabled {
  z-index: 1;
}

.tribe-events-calendar thead th {
  font-size: 0.75rem;
  line-height: 1.375;
}

#tribe-events-content .tribe-events-calendar div[id*=tribe-events-event-] h3.tribe-events-month-event-title {
  font-family: "Muli", Helvetica, sans-serif;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 16px;
}

.tribe-events-calendar .tribe-events-tooltip {
  border-radius: 6px;
  padding: 24px;
}
.tribe-events-calendar .tribe-events-tooltip h4 {
  color: #9c85d3 !important;
  font-weight: normal !important;
}
.tribe-events-calendar .tribe-events-tooltip .tribe-event-duration {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  border-bottom: 1px dotted #f0f0f0;
  border-top: 1px dotted #f0f0f0;
  padding: 6px 0;
  margin: 6px 0;
}
.tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body {
  font-size: 0.75rem;
  line-height: 1.375;
}
.tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body a {
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
}
.tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body :last-child {
  margin-bottom: 0;
}

body.tribe-js .datepicker {
  z-index: 1000 !important;
}

.single-tribe-events .tribe-events-back {
  display: none;
}
.single-tribe-events .tribe-events-single-event-title {
  color: #9c85d3;
  margin: 0;
}
.single-tribe-events .tribe-events-schedule h2 {
  font-size: 0.9375rem;
  line-height: 1.375;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0;
}
.single-tribe-events #tribe-events-header > .tribe-events-nav-pagination {
  display: none;
}
.single-tribe-events #tribe-events .tribe-events-content p {
  font-size: 0.9375rem;
  line-height: 1.375;
}
.single-tribe-events .tribe-events-cal-links {
  margin: 0 0 24px;
}
.single-tribe-events .tribe-events-cal-links::after {
  clear: both;
  content: "";
  display: block;
}
.single-tribe-events .tribe-events-button {
  clear: none;
  margin: 0 0 0 12px;
}
.single-tribe-events .tribe-events-event-meta {
  background: #f5f5f5;
  clear: both;
  margin: 0 0 24px;
}

#wpsl-wrap {
  border-bottom: 1px solid #f0f0f0;
  padding: 0 0 8px;
}
#wpsl-wrap + p {
  margin: 0;
  text-align: center;
}

body #wpsl-stores {
  height: auto !important;
}

.wpsl-search .wpsl-input {
  margin-bottom: 3px;
}

#wpsl-search-wrap div label {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 9px;
  width: auto !important;
}

#wpsl-search-input {
  font-size: 14px;
  font-size: 0.875rem;
}

.wpsl-dropdown .wpsl-selected-item,
.wpsl-dropdown li,
.wpsl-selected-item {
  font-size: 14px;
  font-size: 0.875rem;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

#wpsl-search-btn {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-right: 0;
  padding-bottom: 5px;
  padding-top: 5px;
}

#wpsl-search-wrap .wpsl-search-btn-wrap {
  margin-right: 0;
}

.wpsl-info-window {
  font-family: "Muli", Helvetica, sans-serif !important;
}
.wpsl-info-window .wpsl-directions,
.wpsl-info-window .wpsl-zoom-here {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity;
  transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  background-color: #009aa6;
  border: 2px solid #009aa6;
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 2.4;
  padding: 0 8px;
}
.wpsl-info-window .wpsl-directions:hover, .wpsl-info-window .wpsl-directions:focus,
.wpsl-info-window .wpsl-zoom-here:hover,
.wpsl-info-window .wpsl-zoom-here:focus {
  background: #00b2c0;
  border-color: #00b2c0;
  color: #fff;
}

.color-test {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #c9c9cf), color-stop(50%, #2f2c3f));
  background: linear-gradient(90deg, #c9c9cf 50%, #2f2c3f 50%);
  border: 20px solid #fff;
  padding: 0 40px;
}
.color-test > div {
  height: 40px;
  width: 100%;
  color: #fff;
  display: block;
  position: relative;
}
.color-test > div::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 20px;
  padding: 10px;
}
@media all and (min-width: 480px) {
  .c-gallery__item {
    max-width: 33.33%;
  }
  .c-person__portrait {
    max-width: 170px;
  }
  .m-page-links__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .m-page-links__go {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    width: 50%;
  }
  .m-page-links__go a,
.m-page-links__go span {
    padding: 18px 24px;
  }
  .m-page-links__go--prev a,
.m-page-links__go--prev span {
    padding-left: 0;
  }
  .m-page-links__go--next {
    border-left: 1px solid #dcdddd;
    text-align: right;
  }
  .m-page-links__go--next a,
.m-page-links__go--next span {
    padding-right: 0;
  }
  .m-sponsors__organizations {
    padding-right: 20px;
  }
  .m-sponsors__organization {
    padding: 15px 20px;
    width: 33.33%;
  }
  .l-nav__item--donate .l-nav__text {
    clip: auto;
    position: static;
  }
  .l-social--primary .m-social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-left: 10px;
    width: 50%;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .name_first,
.gform_wrapper .gform_body .gform_fields .gfield .name_last {
    float: left;
    width: 50%;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .name_first {
    padding-right: 24px;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .address_city,
.gform_wrapper .gform_body .gform_fields .gfield .address_state {
    float: left;
    width: 50%;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .address_city {
    padding-right: 24px;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .address_country {
    clear: both;
    display: block;
    padding-right: 24px;
    width: 50%;
  }
}
@media all and (min-width: 568px) {
  .c-card {
    text-align: left;
  }
  .c-cards,
.wp-block-group.is-style-cards .wp-block-group__inner-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -24px 24px;
  }
  .c-cards .c-card {
    width: 50%;
  }
  .wp-block-group.is-style-cards .c-card {
    width: 50%;
  }
  .s-slide__content {
    padding: 24px 24px 48px;
  }
  .s-news__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 12px -12px 24px;
  }
  .s-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    width: 50%;
  }
  .s-news__link {
    padding: 12px 12px 24px;
  }
  .s-donate {
    background-position: center top;
  }
  .l-social--primary {
    border-left: 1px solid #dcdddd;
    width: 50%;
  }
}
@media all and (min-width: 569px) {
  .alignleft,
.alignright {
    display: inline;
    height: auto;
    margin: 6px 0 12px;
    max-width: 50%;
  }

  .alignleft {
    float: left;
    margin-right: 24px;
  }

  .alignright {
    float: right;
    margin-left: 24px;
  }

  .aligncenter {
    clear: both;
    display: block;
  }

  .alignnone {
    clear: both;
    display: block;
    margin: 24px 0;
  }
  .c-gallery {
    margin: 0 -12px;
    padding: 24px 0;
  }
  .c-gallery__item {
    max-width: 25%;
    padding: 12px;
  }
}
@media all and (min-width: 640px) {
  body {
    font-size: 1rem;
    line-height: 1.375;
  }
  .c-meta {
    margin: 48px 0;
  }
  .c-section__title {
    margin: 0 0 48px;
    text-align: left;
  }
  .c-cta {
    float: left;
    padding: 16px;
    width: 50%;
  }
  .m-calls-to-action {
    margin: 0 -16px;
  }
  .m-calls-to-action::after {
    clear: both;
    content: "";
    display: block;
  }
  .grantees-list--by-institution,
.grantees-list--by-area {
    -webkit-column-gap: 48px;
       -moz-column-gap: 48px;
            column-gap: 48px;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .m-page-links {
    margin: 36px 0;
  }
  .m-page-links__title {
    font-size: 1rem;
    line-height: 1.375;
  }
  .s-news__list {
    margin: -36px -12px 24px;
  }
  .s-donate__title {
    font-size: 48px;
    font-size: 3rem;
  }
  .s-impact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .s-impact__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    width: 33.3333333333%;
  }
  .s-impact__item:nth-of-type(n+2) {
    border-left: 1px solid rgba(32, 33, 33, 0.2);
    border-top: 0;
  }
  .s-impact__action {
    display: block;
  }
  .s-impact__value {
    display: block;
  }
  .s-impact__objective {
    max-width: 20ch;
  }
  .s-fundraise__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -24px auto 24px;
  }
  .s-fundraise__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 50%;
  }
  .s-fundraise__link {
    padding: 24px;
  }
  .s-fundraise__icon {
    height: 120px;
    width: 120px;
    margin-bottom: 24px;
  }
  .s-fundraise__title {
    max-width: 12ch;
  }
  .s-fundraise__summary {
    max-width: 20ch;
  }
  .s-fundraise__more {
    font-size: 1.2em;
  }
  .s-cornerstones__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -12px 24px;
  }
  .s-cornerstones__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 12px;
    width: 33.3333333333%;
  }
  .s-cornerstones__item:nth-of-type(n+2) {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
  }
  .s-cornerstones__icon {
    height: 120px;
    width: 120px;
    margin-bottom: 24px;
  }
  .s-cornerstones__summary {
    max-width: 28ch;
  }
  .s-get-involved__list {
    margin-top: -24px;
    max-width: none;
    padding: 0;
  }
  .s-get-involved__item {
    width: 33.3333333333%;
  }
  .s-get-involved__link {
    padding: 48px 24px;
  }
  .s-support {
    background: #fff -webkit-gradient(linear, left bottom, left top, color-stop(0, #b7e2e7), color-stop(50%, #fff));
    background: #fff linear-gradient(to top, #b7e2e7 0, #fff 50%);
  }
  .s-support__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 24px;
  }
  .s-support__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    width: 33.3333333333%;
  }
  .s-support__item:nth-of-type(n+2) {
    border-left: 1px solid rgba(32, 33, 33, 0.2);
    border-top: 0;
  }
  .l-subscribe .c-footerform {
    max-width: 960px;
  }
  .l-subscribe .c-footerform form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-subscribe .c-footerform .gform_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(100% - 8em);
  }
  .l-subscribe .c-footerform .gform_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: calc(0.75em + 6px);
    width: 8em;
  }
  .l-subscribe .c-footerform .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-subscribe .c-footerform .gfield {
    padding: 0 24px 0 0;
  }
  .l-subscribe .c-footerform .gfield--email {
    width: 40%;
  }
  .l-subscribe .c-footerform .gfield--zip {
    width: 20%;
  }
  .l-subscribe .c-footerform .gfield--persona {
    width: 40%;
  }
  .l-subscribe .c-footerform .gform_button {
    height: 50px;
    width: 100%;
  }
  .l-subscribe .c-footerform .gform_ajax_spinner {
    height: 1em;
    width: 1em;
    top: 2em;
  }
  .l-subscribe .gform_confirmation_wrapper {
    font-size: 1rem;
    line-height: 1.375;
  }
  .l-subscribe .gform_confirmation_wrapper {
    padding: 36px;
  }
  .l-legal {
    padding: 18px 24px 36px;
  }
  .l-legal::after {
    clear: both;
    content: "";
    display: block;
  }
  .l-legal__links {
    float: left;
    margin: 0;
    text-align: left;
    width: 33.3333333333%;
  }
  .l-legal__copyright {
    float: left;
    text-align: right;
    width: 66.6666666667%;
  }
  .l-popup__title {
    font-size: 1rem;
    line-height: 1.375;
  }
  .l-popup .c-footerform form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-popup .c-footerform .gform_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: calc(100% - 8em);
  }
  .l-popup .c-footerform .gform_footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: calc(0.75em + 6px);
    width: 8em;
  }
  .l-popup .c-footerform .gform_fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
  }
  .l-popup .c-footerform .gfield {
    padding: 0 24px 0 0;
  }
  .l-popup .c-footerform .gfield--email {
    width: 40%;
  }
  .l-popup .c-footerform .gfield--zip {
    width: 20%;
  }
  .l-popup .c-footerform .gfield--persona {
    width: 40%;
  }
  .l-popup .c-footerform .gform_button {
    height: 50px;
    width: 100%;
  }
  .l-popup .c-footerform .gform_ajax_spinner {
    height: 1em;
    width: 1em;
    top: 2em;
  }
  .l-popup .gform_confirmation_wrapper {
    font-size: 1rem;
    line-height: 1.375;
  }
  .l-popup .gform_confirmation_wrapper {
    padding: 36px;
  }
  .has-normal-font-size {
    font-size: 1rem;
    line-height: 1.375;
  }
  .has-large-font-size {
    font-size: 1.125rem;
    line-height: 1.375;
  }
  body.section-about.slug-about .s-impact {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #b7e2e7), color-stop(50%, #fff));
    background-image: linear-gradient(to top, #b7e2e7 0, #fff 50%);
  }
  .body {
    font-size: 1rem;
    line-height: 1.375;
  }
  .large {
    font-size: 1.125rem;
    line-height: 1.375;
  }
  .m-add-to-any {
    margin-top: 36px;
  }
  .m-add-to-any__title {
    font-size: 1rem;
    line-height: 1.375;
  }
  .single-tribe-events .tribe-events-schedule h2 {
    font-size: 1rem;
    line-height: 1.375;
  }
  .single-tribe-events #tribe-events .tribe-events-content p {
    font-size: 1rem;
    line-height: 1.375;
  }
}
@media all and (min-width: 768px) {
  body {
    font-size: 1.0625rem;
    line-height: 1.444;
  }
  h1 {
    font-size: 2.0625rem;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.6875rem;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.375rem;
    line-height: 1.25;
  }
  h4 {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  h5 {
    font-size: 1.125rem;
    line-height: 1.375;
  }
  h6 {
    font-size: 1rem;
    line-height: 1.25;
  }
  .o-nav__actuator {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
  }
  .o-nav__container {
    max-height: none !important;
    overflow: visible;
    -webkit-transition: none !important;
    transition: none !important;
  }
  .o-nav__container::after {
    clear: both;
    content: "";
    display: block;
  }
  .c-card {
    border-radius: 12px;
  }
  .c-card__title {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .c-meta {
    font-size: 0.8125rem;
    line-height: 1.375;
  }
  .c-section {
    padding: 48px;
  }
  .c-teaser__title {
    font-size: 1.375rem;
    line-height: 1.25;
  }
  .c-grant-meta__recipient, .c-grant-meta__institution, .c-grant-meta__title {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .c-state-index__link {
    padding: 0.6em 0;
    width: 2.4em;
  }
  .m-page-links__title {
    font-size: 1.0625rem;
    line-height: 1.444;
  }
  .m-page-links__links {
    font-size: 0.8125rem;
    line-height: 1.375;
  }
  .m-partner-meta__title {
    font-size: 1rem;
    line-height: 1.25;
  }
  .s-slide__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(4, 130, 142, 0.75);
    padding: 18px 24px 48px;
    width: 33.3333333333%;
  }
  .s-slide__title {
    margin-bottom: 12px;
  }
  .s-slide__content:hover, .s-slide__content:focus {
    background: rgba(1, 146, 159, 0.875);
  }
  .s-slide--red .s-slide__content {
    background: rgba(192, 65, 79, 0.75);
  }
  .s-slide--red .s-slide__content:hover, .s-slide--red .s-slide__content:focus {
    background: rgba(215, 72, 89, 0.875);
  }
  .s-slide--lilac .s-slide__content {
    background: rgba(126, 108, 172, 0.75);
  }
  .s-slide--lilac .s-slide__content:hover, .s-slide--lilac .s-slide__content:focus {
    background: rgba(142, 121, 192, 0.875);
  }
  .s-slide--lemon .s-slide__content {
    background: rgba(180, 166, 37, 0.75);
  }
  .s-slide--lemon .s-slide__content:hover, .s-slide--lemon .s-slide__content:focus {
    background: rgba(231, 213, 45, 0.875);
  }
  .s-mission__title {
    font-size: 1.125rem;
    line-height: 1.375;
  }
  .s-mission__content {
    font-size: 1.6875rem;
    line-height: 1.25;
  }
  .s-news__list {
    margin: -24px -24px 24px;
  }
  .s-news__item {
    width: 33.3333333333%;
  }
  .s-news__link {
    border-radius: 12px;
    padding: 24px;
  }
  .s-news__title {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .s-donate__title {
    font-size: 60px;
    font-size: 3.75rem;
    margin-bottom: 36px;
  }
  .s-impact__icon {
    height: 120px;
    width: auto;
  }
  .s-cornerstones__item {
    padding: 0 24px;
  }
  .s-get-involved__list {
    max-width: none;
  }
  .s-get-involved__icon {
    height: 120px;
    width: 120px;
    margin-bottom: 24px;
  }
  .s-support__icon {
    height: 120px;
    width: auto;
  }
  .l-header {
    padding: 0;
  }
  .l-header__brand {
    height: auto;
    position: static;
  }
  .l-header__nav {
    width: calc(100% - 60px);
  }
  .l-header__donate {
    display: none;
  }
  .l-body__subnav {
    float: right;
    margin-top: 36px;
    width: 25%;
  }
  .l-body__masthead + .l-body__subnav {
    margin-top: -18px;
    position: relative;
  }
  .l-body__content {
    float: left;
    width: 75%;
  }
  .l-body__sidebar {
    clear: right;
    float: right;
    width: 25%;
  }
  .l-colophon {
    display: grid;
    grid-template-areas: "brand donate" "social locations" "badges locations";
    grid-template-columns: 33.3333333333% 66.6666666667%;
  }
  .l-colophon__donate {
    border-top: 1px solid #9a9c9d;
    grid-area: donate;
  }
  .l-colophon__locations {
    align-self: end;
    border-bottom: 1px solid #b8b9ba;
    grid-area: locations;
  }
  .l-colophon__brand {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    background: #009aa6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-area: brand;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 24px 24px 12px;
  }
  .l-colophon__social {
    grid-area: social;
    padding: 12px 24px;
  }
  .l-colophon__badges {
    grid-area: badges;
    padding: 24px 12px;
  }
  .l-brand--primary {
    padding: 24px;
  }
  .l-brand--primary .l-brand__logo {
    margin: 0;
    width: 45%;
  }
  .l-nav {
    border: 0;
  }
  .l-nav__menu {
    overflow: visible;
    padding: 0;
  }
  .l-nav__list {
    width: calc(100% + 1px);
  }
  .l-nav__item {
    margin: 0 0 0 -1px;
    width: auto;
  }
  .l-nav__link {
    padding: 19px 12px;
    text-align: center;
  }
  .l-nav__link {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .l-nav__item--for-patients {
    width: calc(1px + 19.5%);
  }
  .l-nav__item--get-involved {
    width: calc(1px + 19.5%);
  }
  .l-nav__item--research {
    width: calc(1px + 16.5%);
  }
  .l-nav__item--advocacy {
    width: calc(1px + 16%);
  }
  .l-nav__item--events {
    width: calc(1px + 13.5%);
  }
  .l-nav__item--about-us {
    width: calc(1px + 15%);
  }
  .l-nav__item:first-of-type .l-nav__link {
    border-left: 0;
  }
  .l-nav .l-panel__list--level-2 {
    position: absolute;
    top: 100%;
    right: -61px;
    left: 0;
    background: #f5f5f5;
    border: 1px solid #dcdddd;
    margin: -1px 0 0;
    opacity: 0;
    z-index: 20;
  }
  .l-nav .l-panel__list--level-2 .l-nav__item {
    float: none;
    width: 100%;
  }
  .l-nav .l-panel__list--level-2 .l-nav__link {
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: 0;
    text-transform: none;
    border: 0;
    color: #404142;
    font-weight: normal;
    margin: 0 -1px -1px 0;
    padding: 10px 24px;
    position: relative;
    text-align: left;
  }
  .l-nav .l-nav__item:hover .l-panel__list--level-2, .l-nav .l-nav__item:focus .l-panel__list--level-2 {
    clip: auto;
    position: absolute;
    opacity: 1;
  }
  .l-nav__item.is-active > .l-nav__link::before, body.post-type-archive-research-project .l-nav__item--research > .l-nav__link::before, body.tax-grant .l-nav__item--research > .l-nav__link::before, body.tax-institution .l-nav__item--research > .l-nav__link::before, body.tax-research-area .l-nav__item--research > .l-nav__link::before, body.single-research-project .l-nav__item--research > .l-nav__link::before, body.single-person .l-nav__item--research > .l-nav__link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(0, 154, 166, 0.1)), color-stop(33%, rgba(0, 154, 166, 0)));
    background-image: linear-gradient(90deg, rgba(0, 154, 166, 0.1) 0, rgba(0, 154, 166, 0) 33%);
  }
  .l-nav__item--donate {
    position: absolute;
    top: 0;
    right: 0;
    float: none;
    margin: 0;
    width: 9em;
  }
  .l-nav__item--donate .l-nav__link {
    border: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .l-nav__item--donate .l-nav__link::after {
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
    transition-property: color, background-color, border-color, fill, opacity, -webkit-box-shadow;
    transition-property: color, background-color, border-color, box-shadow, fill, opacity;
    transition-property: color, background-color, border-color, box-shadow, fill, opacity, -webkit-box-shadow;
    height: 0.5em;
    width: 0.5em;
    border-bottom: 0.125em solid #ec4f61;
    border-right: 0.125em solid #ec4f61;
    content: "";
    display: inline-block;
    margin-left: 0.5em;
    margin-top: -0.2em;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    vertical-align: middle;
    -webkit-transition: none;
    transition: none;
  }
  .l-social--primary {
    position: absolute;
    top: 0;
    right: 8.25em;
    background: #fff;
    border: 0;
    float: none;
    margin: 0;
    min-width: 0;
    width: auto;
    z-index: 24;
  }
  .l-social--primary .m-social {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .l-search {
    position: relative;
  }
  .l-search__actuator {
    height: 60px;
    width: 60px;
    border: 1px solid #dcdddd;
    border-width: 1px 0;
    right: 0;
    top: -60px;
  }
  .l-search__actuator:hover, .l-search__actuator:focus, .l-search__actuator.is-focused {
    background: #009aa6;
    border-color: #009aa6;
  }
  .l-search__actuator:hover .svg path, .l-search__actuator:focus .svg path, .l-search__actuator.is-focused .svg path {
    fill: #fff;
  }
  .l-search__panel {
    top: 0;
  }
  .l-search.is-expanded .l-search__close {
    height: 60px;
    width: 60px;
    background: #33aebb;
    right: 0;
    top: -60px;
    z-index: 10;
  }
  .l-search.is-expanded .l-search__close:hover, .l-search.is-expanded .l-search__close:focus {
    background: #009aa6;
    border-color: #009aa6;
  }
  .l-search.is-expanded .l-search__close i::after, .l-search.is-expanded .l-search__close i::before {
    background-color: #fff;
  }
  .l-masthead {
    margin-top: -1px;
  }
  .l-masthead__wrap {
    height: 0;
    padding-bottom: 56.25%;
  }
  .l-masthead__title {
    font-size: 54px;
    font-size: 3.375rem;
    line-height: 1.3333333333;
    max-width: 1500px;
    padding: 4.5% 4rem 0 3rem;
  }
  .l-subnav {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(75%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to top, white 0, rgba(255, 255, 255, 0) 75%);
    border-bottom: 0;
    border-top: 18px solid #8ad0d8;
    padding: 12px 0 36px;
  }
  .l-subnav__link {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 20px;
    border: 0;
    padding: 10px 24px;
  }
  .l-subnav__link::before {
    display: none;
  }
  .l-subnav .children {
    display: none;
    margin-top: -4px;
  }
  .l-subnav .children .l-subnav__link {
    font-size: 15px;
    font-size: 0.9375rem;
    padding: 6px 24px 6px 48px;
  }
  .l-subnav .is-active > .children,
.l-subnav .current-page-ancestor > .children {
    display: block;
  }
  .l-subnav .children .children .l-subnav__link {
    padding-left: 72px;
  }
  .l-content {
    padding: 36px 48px;
  }
  .l-sidebar {
    padding: 48px 24px 0 0;
  }
  .l-subscribe {
    padding: 48px 24px;
  }
  .l-subscribe__title {
    font-size: 1.6875rem;
    line-height: 1.25;
  }
  .l-subscribe .c-footerform .gfield_label {
    font-size: 0.75rem;
    line-height: 1.25;
  }
  .l-subscribe .c-footerform [type=text]::-webkit-input-placeholder, .l-subscribe .c-footerform [type=email]::-webkit-input-placeholder, .l-subscribe .c-footerform select::-webkit-input-placeholder {
    text-align: left;
  }
  .l-subscribe .c-footerform [type=text]::-moz-placeholder, .l-subscribe .c-footerform [type=email]::-moz-placeholder, .l-subscribe .c-footerform select::-moz-placeholder {
    text-align: left;
  }
  .l-subscribe .c-footerform [type=text]:-ms-input-placeholder, .l-subscribe .c-footerform [type=email]:-ms-input-placeholder, .l-subscribe .c-footerform select:-ms-input-placeholder {
    text-align: left;
  }
  .l-subscribe .c-footerform [type=text]::-ms-input-placeholder, .l-subscribe .c-footerform [type=email]::-ms-input-placeholder, .l-subscribe .c-footerform select::-ms-input-placeholder {
    text-align: left;
  }
  .l-subscribe .c-footerform [type=text]::placeholder,
.l-subscribe .c-footerform [type=email]::placeholder,
.l-subscribe .c-footerform select::placeholder {
    text-align: left;
  }
  .l-subscribe .c-footerform .validation_message {
    font-size: 0.8125rem;
    line-height: 1.375;
  }
  .l-subscribe .gform_confirmation_wrapper {
    font-size: 1.0625rem;
    line-height: 1.444;
  }
  .l-quick-links {
    background: #f0f0f0;
    display: block;
    padding: 24px 12px;
  }
  .l-quick-links__list::after {
    clear: both;
    content: "";
    display: block;
  }
  .l-quick-links__list > .l-quick-links__item {
    display: block;
    float: left;
    padding: 0 6px;
    width: 16.6666666667%;
  }
  .l-quick-links__list > .l-quick-links__item > .nav__link {
    font-size: 11px;
    font-size: 0.6875rem;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #33aebb;
    font-weight: bold;
    padding: 6px;
  }
  .l-donate {
    text-align: right;
  }
  .l-donate__title {
    display: inline-block;
    margin: 0 0.5em 0 0;
    vertical-align: middle;
  }
  .l-brand--secondary {
    border-bottom: 1px solid #59bcc7;
    padding: 0 0 12px;
    width: 100%;
  }
  .l-brand--secondary .l-brand__wrap {
    background: url("../images/logo-white.png") center center no-repeat;
    background-size: contain;
  }
  .l-brand--secondary .l-brand__logo {
    display: none;
  }
  .l-locations {
    text-align: right;
  }
  .l-social--secondary {
    padding: 0;
  }
  .l-social--secondary .m-social__link {
    height: 24px;
  }
  .l-badges {
    margin: 0;
    max-width: none;
    padding: 0 0 24px;
  }
  .l-popup {
    width: 33.3333333333%;
  }
  .l-popup__title {
    font-size: 1.0625rem;
    line-height: 1.444;
  }
  .l-popup__summary {
    margin-right: 0;
  }
  .l-popup .c-footerform {
    margin-bottom: 0;
  }
  .l-popup .c-footerform .gform_body {
    width: 100%;
  }
  .l-popup .c-footerform .gform_footer {
    padding: 0;
    width: 100%;
  }
  .l-popup .c-footerform .gform_fields {
    margin: -6px -12px 12px 0;
  }
  .l-popup .c-footerform .gfield {
    padding: 0 12px 12px 0;
  }
  .l-popup .c-footerform .gfield--email {
    width: 60%;
  }
  .l-popup .c-footerform .gfield--zip {
    width: 40%;
  }
  .l-popup .c-footerform .gfield--persona {
    width: 100%;
  }
  .l-popup .c-footerform .gfield_label {
    font-size: 0.75rem;
    line-height: 1.25;
  }
  .l-popup .c-footerform [type=text]::-webkit-input-placeholder, .l-popup .c-footerform [type=email]::-webkit-input-placeholder, .l-popup .c-footerform select::-webkit-input-placeholder {
    text-align: left;
  }
  .l-popup .c-footerform [type=text]::-moz-placeholder, .l-popup .c-footerform [type=email]::-moz-placeholder, .l-popup .c-footerform select::-moz-placeholder {
    text-align: left;
  }
  .l-popup .c-footerform [type=text]:-ms-input-placeholder, .l-popup .c-footerform [type=email]:-ms-input-placeholder, .l-popup .c-footerform select:-ms-input-placeholder {
    text-align: left;
  }
  .l-popup .c-footerform [type=text]::-ms-input-placeholder, .l-popup .c-footerform [type=email]::-ms-input-placeholder, .l-popup .c-footerform select::-ms-input-placeholder {
    text-align: left;
  }
  .l-popup .c-footerform [type=text]::placeholder,
.l-popup .c-footerform [type=email]::placeholder,
.l-popup .c-footerform select::placeholder {
    text-align: left;
  }
  .l-popup .c-footerform .validation_message {
    font-size: 0.8125rem;
    line-height: 1.375;
  }
  .l-popup .gform_confirmation_wrapper {
    font-size: 1.0625rem;
    line-height: 1.444;
  }
  .wp-block-image .alignleft {
    margin-right: 36px;
  }
  .wp-block-image .alignright {
    margin-left: 36px;
  }
  .wp-block-image figcaption {
    font-size: 0.8125rem;
    line-height: 1.375;
  }
  .has-normal-font-size {
    font-size: 1.0625rem;
    line-height: 1.444;
  }
  .has-small-font-size {
    font-size: 0.8125rem;
    line-height: 1.375;
  }
  .has-large-font-size {
    font-size: 1.25rem;
    line-height: 1.444;
  }
  .t-wide .l-body__subnav {
    display: none;
  }
  .t-wide .l-body__content {
    float: none;
    width: 100%;
  }
  body.home .l-body__content {
    float: none;
    width: 100%;
  }
  body.slug-ways-to-give .l-body__content {
    float: none;
    width: 100%;
  }
  body.ancestor-slug-get-involved.slug-partners .l-subnav .children,
body.single-partner-page .l-subnav .children {
    display: block;
  }
  body.ancestor-slug-get-involved.slug-partners .l-subnav .children .children,
body.single-partner-page .l-subnav .children .children {
    display: none;
  }
  body.ancestor-slug-get-involved.slug-partners .l-subnav .is-active > .children,
body.ancestor-slug-get-involved.slug-partners .l-subnav .children > .current-page-ancestor > .children,
body.single-partner-page .l-subnav .is-active > .children,
body.single-partner-page .l-subnav .children > .current-page-ancestor > .children {
    display: block;
  }
  body.section-events .l-subnav,
body.single-tribe-events .l-subnav,
body.post-type-archive-tribe-events .l-subnav {
    border-top-color: #cec2e9;
  }
  body.section-research .l-subnav,
body.tax-grant .l-subnav,
body.tax-institution .l-subnav,
body.tax-research-area .l-subnav,
body.single-research-project .l-subnav,
body.single-person .l-subnav,
body.post-type-archive-research-project .l-subnav,
body.category-research .l-subnav {
    border-top-color: #8cdcf1;
  }
  .body {
    font-size: 1.0625rem;
    line-height: 1.444;
  }
  .h1 {
    font-size: 2.0625rem;
    line-height: 1.25;
  }
  .h2 {
    font-size: 1.6875rem;
    line-height: 1.25;
  }
  .h3 {
    font-size: 1.375rem;
    line-height: 1.25;
  }
  .h4 {
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .h5 {
    font-size: 1.125rem;
    line-height: 1.375;
  }
  .h6 {
    font-size: 1rem;
    line-height: 1.25;
  }
  .large {
    font-size: 1.25rem;
    line-height: 1.444;
  }
  .small {
    font-size: 0.8125rem;
    line-height: 1.375;
  }
  .tiny {
    font-size: 0.75rem;
    line-height: 1.25;
  }
  .m-add-to-any__title {
    font-size: 1.0625rem;
    line-height: 1.444;
  }
  .gform_wrapper .gform_body .gform_fields .gfield {
    margin: 0;
    padding: 12px 0;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    font-size: 0.8125rem;
    line-height: 1.375;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    float: left;
    width: 9rem;
  }
  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container {
    float: left;
    width: calc(100% - 9rem);
  }
  .gform_wrapper .gform_body .gform_fields .gfield.gsection .gsection_title {
    font-size: 1.375rem;
    line-height: 1.25;
  }
  .gform_wrapper .gform_footer,
.gform_wrapper .gform_page_footer {
    padding-left: 9rem;
  }
  .gform_wrapper .gform_footer [type=submit],
.gform_wrapper .gform_footer [type=button],
.gform_wrapper .gform_footer .button,
.gform_wrapper .gform_page_footer [type=submit],
.gform_wrapper .gform_page_footer [type=button],
.gform_wrapper .gform_page_footer .button {
    margin: 0;
    max-width: none;
    width: auto;
  }
  .gform_wrapper .gform_body ul.gform_fields li.gfield_error .validation_message {
    padding-left: 9rem;
  }
  .gform_confirmation_wrapper {
    font-size: 1.375rem;
    line-height: 1.25;
  }
  .tribe-events-calendar thead th {
    font-size: 0.8125rem;
    line-height: 1.375;
  }
  .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body {
    font-size: 0.8125rem;
    line-height: 1.375;
  }
  .single-tribe-events .tribe-events-schedule h2 {
    font-size: 1.0625rem;
    line-height: 1.444;
  }
  .single-tribe-events #tribe-events .tribe-events-content p {
    font-size: 1.0625rem;
    line-height: 1.444;
  }
  #wpsl-search-wrap form {
    display: inline-block;
    text-align: left;
  }
  #wpsl-category {
    clear: none;
    margin: 0;
  }
}
@media all and (min-width: 920px) {
  .t-wide .wp-block-group.is-style-cards .c-card {
    width: 33.3333333333%;
  }
  .c-cta {
    padding: 24px;
  }
  .m-calls-to-action {
    margin: 0 -24px;
  }
  .m-page-header {
    padding-top: 12px;
  }
  .s-slide__title {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.11;
  }
  .s-donate__title {
    font-size: 60px;
    font-size: 3.75rem;
    margin-bottom: 48px;
  }
  .l-layout {
    background-attachment: fixed;
    background-color: #b7e2e7;
    background-image: radial-gradient(farthest-side at bottom right, #cec2e9, rgba(206, 194, 233, 0)), radial-gradient(farthest-corner at top left, white, rgba(255, 255, 255, 0));
    padding-bottom: 48px;
  }
  .l-nav__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l-nav__item--donate {
    width: 10em;
  }
  .l-social--primary {
    right: 9.5em;
  }
  .l-social--secondary .m-social__link {
    height: 32px;
  }
}
@media all and (min-width: 1024px) {
  body {
    font-size: 1.125rem;
    line-height: 1.444;
  }
  h1 {
    font-size: 2.25rem;
    line-height: 1.25;
  }
  h2 {
    font-size: 1.875rem;
    line-height: 1.25;
  }
  h3 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  h4 {
    font-size: 1.375rem;
    line-height: 1.333;
  }
  h5 {
    font-size: 1.25rem;
    line-height: 1.375;
  }
  .c-card__title {
    font-size: 1.375rem;
    line-height: 1.333;
  }
  .c-cards .c-card {
    width: 33.3333333333%;
  }
  .wp-pagenavi .pages {
    display: inline-block;
    margin-right: 1em;
  }
  .wp-pagenavi .extend {
    min-width: 0;
  }
  .c-teaser__title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .c-grant-meta__recipient, .c-grant-meta__institution, .c-grant-meta__title {
    font-size: 1.375rem;
    line-height: 1.333;
  }
  .m-page-links__title {
    font-size: 1.125rem;
    line-height: 1.444;
  }
  .s-carousel .flickity-page-dots {
    right: 0;
    width: 33.3333333333%;
  }
  .s-slide__content {
    padding: 36px;
  }
  .s-slide__summary {
    font-size: 1.125em;
  }
  .s-mission__title {
    font-size: 1.25rem;
    line-height: 1.375;
  }
  .s-mission__content {
    font-size: 1.875rem;
    line-height: 1.25;
  }
  .s-news__title {
    font-size: 1.375rem;
    line-height: 1.333;
  }
  .l-brand--primary {
    padding: 36px 24px;
  }
  .l-nav__link {
    font-size: 16px;
    font-size: 1rem;
  }
  .l-subnav__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .l-subscribe__title {
    font-size: 1.875rem;
    line-height: 1.25;
  }
  .l-subscribe .gform_confirmation_wrapper {
    font-size: 1.125rem;
    line-height: 1.444;
  }
  .l-quick-links {
    padding: 36px 24px;
  }
  .l-quick-links__list > .l-quick-links__item > .nav__link {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .l-popup__title {
    font-size: 1.125rem;
    line-height: 1.444;
  }
  .l-popup .gform_confirmation_wrapper {
    font-size: 1.125rem;
    line-height: 1.444;
  }
  .has-normal-font-size {
    font-size: 1.125rem;
    line-height: 1.444;
  }
  .has-large-font-size {
    font-size: 1.375rem;
    line-height: 1.444;
  }
  .body {
    font-size: 1.125rem;
    line-height: 1.444;
  }
  .h1 {
    font-size: 2.25rem;
    line-height: 1.25;
  }
  .h2 {
    font-size: 1.875rem;
    line-height: 1.25;
  }
  .h3 {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .h4 {
    font-size: 1.375rem;
    line-height: 1.333;
  }
  .h5 {
    font-size: 1.25rem;
    line-height: 1.375;
  }
  .large {
    font-size: 1.375rem;
    line-height: 1.444;
  }
  .m-add-to-any__title {
    font-size: 1.125rem;
    line-height: 1.444;
  }
  .gform_wrapper .gform_body .gform_fields .gfield.gsection .gsection_title {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .gform_confirmation_wrapper {
    font-size: 1.5rem;
    line-height: 1.25;
  }
  .single-tribe-events .tribe-events-schedule h2 {
    font-size: 1.125rem;
    line-height: 1.444;
  }
  .single-tribe-events #tribe-events .tribe-events-content p {
    font-size: 1.125rem;
    line-height: 1.444;
  }
}
@media all and (min-width: 1140px) {
  .c-card {
    padding: 36px;
  }
  .c-cards,
.wp-block-group.is-style-cards .wp-block-group__inner-container {
    margin: 0 -36px 24px;
  }
  .s-slide__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.11;
    margin-right: -12px;
  }
  .s-news__list {
    margin: -24px -36px 24px;
  }
  .s-news__link {
    padding: 36px;
  }
  .l-nav__link {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .l-sidebar {
    padding-right: 48px;
  }
  .l-popup {
    width: 25%;
  }
}
@media all and (min-width: 1200px) {
  .s-slide__title {
    font-size: 46px;
    font-size: 2.875rem;
    line-height: 1;
    margin-bottom: 24px;
    margin-right: -24px;
    max-width: 18ch;
  }
}
@media all and (max-width: 767px) {
  .l-nav__item:nth-of-type(even) {
    margin-left: -1px;
  }
  .l-nav__item:nth-of-type(odd):last-of-type {
    width: 100%;
  }
  body.section-about.slug-about .s-mission {
    background-image: linear-gradient(#f5f5f5 0, #fff 48px);
  }
}
@media all and (max-width: 639px) {
  .s-get-involved__title {
    font-size: 0.75rem;
    line-height: 1.375;
  }
}
@media all and (max-width: 639px) and (min-width: 768px) {
  .s-get-involved__title {
    font-size: 0.8125rem;
    line-height: 1.375;
  }
}
@media (-webkit-min-device-pixel-ratio: 1.3), (min-device-pixel-ratio: 1.3), (min-resolution: 1.3dppx) {
  .s-news {
    background-image: url("../images/backgrounds/news-lg@2x.jpg");
  }
  .s-donate {
    background-image: url("../images/backgrounds/donate-lg@2x.jpg");
  }
  .s-fundraise {
    background-image: url("../images/backgrounds/fundraising-lg@2x.jpg");
  }
  .s-cornerstones {
    background-image: url("../images/backgrounds/cornerstones-lg@2x.jpg");
  }
  .s-get-involved {
    background-image: url("../images/backgrounds/get-involved-lg@2x.jpg");
  }
}
@media print {
  *,
*::before,
*::after,
*::first-letter,
*::first-line {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    text-shadow: none !important;
  }

  :not(h1):not(h2) {
    color: #000 !important;
  }

  @page {
    margin: 0.5cm;
  }
  html {
    font-size: 6pt;
  }

  h2, h3 {
    orphans: 3;
    page-break-after: avoid;
    widows: 3;
  }

  p {
    orphans: 3;
    widows: 3;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]::after {
    content: " (" attr(href) ")";
  }

  a[href^="#"]::after,
a[href^="javascript:"]::after {
    content: "";
  }

  thead {
    display: table-header-group;
  }

  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
    page-break-inside: avoid;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #404040;
    page-break-inside: avoid;
  }
  .o-nav {
    display: none;
  }
  .m-page-links {
    display: none;
  }
  .l-header__nav {
    display: none;
  }
  .l-header__donate {
    display: none;
  }
  .l-body__subnav {
    display: none;
  }
  .l-body__sidebar {
    display: none;
  }
  .m-add-to-any {
    display: none !important;
  }
}