/* =====================
   Colors
   ===================== */
/* =====================
   Typography
   ===================== */
/*
  reducing font-sizes based on mq-ranges
  purpose is readability
  @used by @mixin responsive-font-size()
*/
/* =====================
   Layout and Grid
   ===================== */
/* =====================
   Media Queries
   ===================== */
.container, .newsletter_form__inner, .people__inner, .offers_collection__inner {
  max-width: 65rem;
  margin: 0 auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem; }
  @media only screen and (min-width: 46.25em) {
    .container, .newsletter_form__inner, .people__inner, .offers_collection__inner {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }

.single__article, .yarpp, .editor_content, .collection, .newsletter_form, .post_index__pagination {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem; }
  @media only screen and (min-width: 33.75em) {
    .single__article, .yarpp, .editor_content, .collection, .newsletter_form, .post_index__pagination {
      margin-top: 3.75rem;
      margin-bottom: 3.75rem; } }

.text_with_image, .people, .offers_collection {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 33.75em) {
    .text_with_image, .people, .offers_collection {
      margin-top: 1.875rem;
      margin-bottom: 1.875rem; } }

.newsletter_form, .people, .offers_collection {
  margin-right: -1.25rem;
  margin-left: -1.25rem; }
  @media only screen and (min-width: 46.25em) {
    .newsletter_form, .people, .offers_collection {
      margin-right: -2.5rem;
      margin-left: -2.5rem; } }
  @media screen and (min-width: 65rem) {
    .newsletter_form, .people, .offers_collection {
      margin-right: calc((50vw - 32.5rem + 2.5rem) * -1);
      margin-left: calc((50vw - 32.5rem + 2.5rem) * -1); } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local("Lato Regular"), local("Lato-Regular"), url("../fonts/lato-v17-latin-regular.woff2") format("woff2"), url("../fonts/lato-v17-latin-regular.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* lato-italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 400;
  src: local("Lato Italic"), local("Lato-Italic"), url("../fonts/lato-v17-latin-italic.woff2") format("woff2"), url("../fonts/lato-v17-latin-italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local("Lato Bold"), local("Lato-Bold"), url("../fonts/lato-v17-latin-700.woff2") format("woff2"), url("../fonts/lato-v17-latin-700.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local("Lato Black"), local("Lato-Black"), url("../fonts/lato-v17-latin-900.woff2") format("woff2"), url("../fonts/lato-v17-latin-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* lato-900italic - latin */
@font-face {
  font-family: 'Lato';
  font-style: italic;
  font-weight: 900;
  src: local("Lato Black Italic"), local("Lato-BlackItalic"), url("../fonts/lato-v17-latin-900italic.woff2") format("woff2"), url("../fonts/lato-v17-latin-900italic.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */ }

/* =====================
Typography
===================== */
body {
  font-family: "Lato", sans-serif;
  line-height: 1.9;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-numeric: lining-nums;
  font-feature-settings: 'lnum'; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  line-height: 1.25;
  margin: .25em 0; }
  h1:not(:first-child),
  h2:not(:first-child),
  h3:not(:first-child),
  h4:not(:first-child),
  h5:not(:first-child),
  h6:not(:first-child) {
    margin-top: .75em; }

h1,
h2,
h3 {
  margin-bottom: .1em;
  font-size: 1.40625rem; }
  @media only screen and (min-width: 33.75em) {
    h1,
    h2,
    h3 {
      font-size: 1.875rem; } }
  @media only screen and (min-width: 46.25em) {
    h1,
    h2,
    h3 {
      font-size: 1.875rem; } }
  @media only screen and (min-width: 80em) {
    h1,
    h2,
    h3 {
      font-size: 1.875rem; } }
  @media only screen and (min-width: 90em) {
    h1,
    h2,
    h3 {
      font-size: 1.875rem; } }

h4,
h5,
h6 {
  font-size: 1.125rem; }
  @media only screen and (min-width: 33.75em) {
    h4,
    h5,
    h6 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 46.25em) {
    h4,
    h5,
    h6 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 80em) {
    h4,
    h5,
    h6 {
      font-size: 1.5rem; } }
  @media only screen and (min-width: 90em) {
    h4,
    h5,
    h6 {
      font-size: 1.5rem; } }
  p + h4,
  ul + h4, p +
  h5,
  ul +
  h5, p +
  h6,
  ul +
  h6 {
    margin-top: 1em; }

b,
strong {
  font-weight: 900; }

em,
i {
  font-style: italic; }

p,
li,
ul,
ol,
address,
blockquote,
dl,
figcaption,
pre,
time,
input {
  margin: 0 0 .75em 0;
  font-size: 0.875rem; }
  @media only screen and (min-width: 33.75em) {
    p,
    li,
    ul,
    ol,
    address,
    blockquote,
    dl,
    figcaption,
    pre,
    time,
    input {
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 46.25em) {
    p,
    li,
    ul,
    ol,
    address,
    blockquote,
    dl,
    figcaption,
    pre,
    time,
    input {
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 80em) {
    p,
    li,
    ul,
    ol,
    address,
    blockquote,
    dl,
    figcaption,
    pre,
    time,
    input {
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 90em) {
    p,
    li,
    ul,
    ol,
    address,
    blockquote,
    dl,
    figcaption,
    pre,
    time,
    input {
      font-size: 0.9375rem; } }

ul,
ol {
  padding-left: 1.2em; }
  ul li,
  ol li {
    margin: 0; }

a {
  text-decoration: underline;
  color: inherit; }
  a:hover, a:focus {
    color: #000; }

.user-content > a,
.user-content p > a,
.user-content li > a {
  font-size: inherit;
  margin: 0 0.25rem; }

.user-content strong a {
  margin: 0 0.25rem; }

.user-content a strong {
  margin: -0.4375rem; }

address {
  font-style: normal; }

img {
  max-width: 100%;
  height: auto; }
  img + p,
  img + ul {
    margin-top: 1.25rem; }

figure {
  margin: 0 0 0.625rem; }
  figure img {
    display: block; }

figcaption {
  font-size: 0.875rem;
  opacity: .75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; }

hr {
  margin: 0.9375rem auto;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15); }
  @media only screen and (min-width: 33.75em) {
    hr {
      margin: 1.875rem auto; } }

input[type="email"],
input[type="text"],
input[type="number"] {
  margin: 0;
  border: 0.125rem solid #ec008b;
  padding: 0.5625rem 0.625rem;
  font-size: 0.75rem;
  outline: none;
  line-height: 1; }
  @media only screen and (min-width: 33.75em) {
    input[type="email"],
    input[type="text"],
    input[type="number"] {
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 46.25em) {
    input[type="email"],
    input[type="text"],
    input[type="number"] {
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 80em) {
    input[type="email"],
    input[type="text"],
    input[type="number"] {
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 90em) {
    input[type="email"],
    input[type="text"],
    input[type="number"] {
      font-size: 0.9375rem; } }
  input[type="email"]:focus, input[type="email"]:active,
  input[type="text"]:focus,
  input[type="text"]:active,
  input[type="number"]:focus,
  input[type="number"]:active {
    background: #fff6fb; }

button[type="submit"] {
  margin: 0;
  padding: 0.5625rem 1.25rem;
  font-size: 0.75rem;
  line-height: 1;
  background: #ec008b;
  border: 0.125rem solid #ec008b;
  color: #fff; }
  button[type="submit"]:hover, button[type="submit"]:focus {
    background: #000;
    border-color: #000;
    color: #fff; }

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

html,
body {
  min-height: 100%;
  background: transparent;
  scroll-behavior: smooth; }

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  body.no-scroll {
    overflow: hidden; }

main {
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  overflow: hidden; }

html {
  height: 100%; }
  html.js .js {
    display: block; }
  html.js .no-js {
    display: none; }
  html.no-js .js {
    display: none; }
  html.no-js .no-js {
    display: block; }

.quicklink-anchor {
  display: block;
  width: 100%;
  height: 1px;
  position: relative;
  pointer-events: none;
  top: -3.75rem; }

.cta, .cta--inline, .user-content strong a, .user-content a strong, .cta--outlined, .user-content > a,
.user-content p > a,
.user-content li > a, .feature-box.type--quicklinks li a, .feature-box.type--filter li a {
  font-size: 0.75rem;
  font-weight: normal;
  line-height: 1;
  display: block;
  padding: 0.4375rem;
  text-decoration: none;
  color: #fff;
  background: #ec008b; }
  .cta:hover, .cta--inline:hover, .user-content strong a:hover, .user-content a strong:hover, .cta--outlined:hover, .user-content > a:hover,
  .user-content p > a:hover,
  .user-content li > a:hover, .feature-box.type--quicklinks li a:hover, .feature-box.type--filter li a:hover, .cta:focus, .cta--inline:focus, .user-content strong a:focus, .user-content a strong:focus, .cta--outlined:focus, .user-content > a:focus,
  .user-content p > a:focus,
  .user-content li > a:focus, .feature-box.type--quicklinks li a:focus, .feature-box.type--filter li a:focus {
    color: #fff;
    background: #000; }

.cta--inline, .user-content strong a, .user-content a strong, .cta--outlined, .user-content > a,
.user-content p > a,
.user-content li > a, .feature-box.type--quicklinks li a, .feature-box.type--filter li a {
  display: inline-block; }

.cta--outlined, .user-content > a,
.user-content p > a,
.user-content li > a, .feature-box.type--quicklinks li a, .feature-box.type--filter li a {
  color: #ec008b;
  border: 1px solid #ec008b;
  background: transparent;
  padding: 0.3125rem; }
  .cta--outlined:hover, .user-content > a:hover,
  .user-content p > a:hover,
  .user-content li > a:hover, .feature-box.type--quicklinks li a:hover, .feature-box.type--filter li a:hover, .cta--outlined:focus, .user-content > a:focus,
  .user-content p > a:focus,
  .user-content li > a:focus, .feature-box.type--quicklinks li a:focus, .feature-box.type--filter li a:focus {
    color: #fff;
    background: #ec008b; }

.user-content {
  /* GALLERIES */ }
  .user-content .gallery {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3em 0 3em -0.8em;
    width: calc(100% + 1.6em); }
  .user-content .gallery-item {
    margin: 0.8em 0;
    padding: 0 0.8em;
    width: 100%; }
  .user-content .gallery-caption {
    display: block;
    margin-top: 0.8em; }
  .user-content .linked-image {
    margin: 0.625rem 0; }
    .user-content .linked-image img {
      margin: 0; }

.alignnone {
  margin: 0.3125rem 1.25rem 1.25rem 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 0.3125rem auto; }

.alignright {
  float: right;
  margin: rem-clac(5) 0 1.25rem 1.25rem; }

.alignleft {
  float: left;
  margin: rem-clac(5) 1.25rem 1.25rem 0; }

.wp-caption.alignnone {
  margin: 0.3125rem 1.25rem 1.25rem; }

.wp-caption.alignleft {
  margin: 0.3125rem 1.25rem 1.25rem 0; }

.wp-caption.alignright {
  margin: 0.3125rem 0 1.25rem 1.25rem; }

.wp-caption img {
  width: auto;
  max-width: 98.5%;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0 none; }

/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
  border: 0;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%); }

.screen-reader-text:focus {
  font-size: 1em;
  line-height: normal;
  z-index: 100000;
  top: 5px;
  left: 5px;
  display: block;
  clip: auto !important;
  width: auto;
  height: auto;
  padding: 15px 23px 14px;
  text-decoration: none;
  color: #444;
  background-color: #eee;
  -webkit-clip-path: none;
          clip-path: none;
  /* Above WP toolbar. */ }

.no-content-msg {
  max-width: 35rem;
  margin: 2.5rem 0;
  padding: 1.25rem;
  background: rgba(236, 0, 139, 0.05); }
  .no-content-msg h1,
  .no-content-msg h2,
  .no-content-msg h3,
  .no-content-msg h4,
  .no-content-msg h5,
  .no-content-msg h6 {
    margin-bottom: 1em;
    color: #ec008b; }

.single__article {
  position: relative;
  margin-top: 0; }
  @media only screen and (min-width: 33.75em) {
    .single__article {
      display: -ms-flexbox;
      display: flex;
      margin-top: 1.25rem; } }
  @media only screen and (min-width: 33.75em) {
    .single__article:not(.has-thumbnail) p:first-of-type > img:first-child,
    .single__article:not(.has-thumbnail) p:first-of-type > .linked-image:first-child {
      position: absolute;
      top: 0.625rem;
      right: 0;
      display: block;
      width: 42%; }
    .single__article:not(.has-thumbnail) p:first-of-type > .linked-image:first-child img {
      width: 100%; } }

@media only screen and (min-width: 33.75em) {
  .single__content {
    width: 58%;
    padding-right: 1.25rem; } }

@media only screen and (min-width: 46.25em) {
  .single__content {
    padding-right: 2.5rem; } }

.single__content .user-content {
  margin-top: 1em; }

.single__image {
  -ms-flex-order: 2;
      order: 2;
  margin-right: -1.25rem;
  margin-bottom: 2.5rem;
  margin-left: -1.25rem; }
  .single__image img {
    display: block;
    width: 100%; }
  @media only screen and (min-width: 33.75em) {
    .single__image {
      width: 42%;
      margin-top: 0.625rem;
      margin-right: 0;
      margin-left: 0;
      padding-left: 1.25rem; } }
  @media only screen and (min-width: 46.25em) {
    .single__image {
      padding-left: 2.5rem; } }

.single__yarpp {
  margin-top: 3.125rem; }
  @media only screen and (min-width: 46.25em) {
    .single__yarpp {
      margin-top: 6.25rem; } }

.single__meta time {
  font-weight: 900;
  color: #ec008b; }

.single-person__personal {
  margin: 1.875rem 0; }
  .single-person__personal a {
    margin-right: 0.625rem;
    font-size: 0.75rem; }
    @media only screen and (min-width: 33.75em) {
      .single-person__personal a {
        font-size: 0.9375rem; } }
    @media only screen and (min-width: 46.25em) {
      .single-person__personal a {
        font-size: 0.9375rem; } }
    @media only screen and (min-width: 80em) {
      .single-person__personal a {
        font-size: 0.9375rem; } }
    @media only screen and (min-width: 90em) {
      .single-person__personal a {
        font-size: 0.9375rem; } }

.single__article.post-type-offer {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.single-offer__intro {
  width: 100%; }

.single-offer__intro,
.single-offer__image {
  margin-bottom: 1.25rem; }
  .single-offer__intro img,
  .single-offer__image img {
    display: block; }
  @media only screen and (min-width: 46.25em) {
    .single-offer__intro,
    .single-offer__image {
      margin-bottom: 2.5rem; } }

.single-offer__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  @media only screen and (min-width: 46.25em) {
    .single-offer__body {
      -ms-flex-direction: row;
          flex-direction: row; } }
  .single-offer__body > div {
    width: 100%; }
    @media only screen and (min-width: 46.25em) {
      .single-offer__body > div:first-child {
        width: 66.66667%;
        padding-right: 5rem; } }
    .single-offer__body > div:last-child img {
      display: block;
      width: 100%;
      max-width: 25rem;
      margin-bottom: 1.25rem;
      margin-left: auto; }
      @media only screen and (min-width: 46.25em) {
        .single-offer__body > div:last-child img {
          margin-bottom: 2.5rem; } }
    @media only screen and (min-width: 46.25em) {
      .single-offer__body > div:last-child {
        width: 33.33333%; } }

.cg-background {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff; }
  .cg-background ul {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%; }
    .cg-background ul li {
      position: absolute;
      bottom: -150px;
      display: block;
      width: 20px;
      height: 20px;
      list-style: none;
      animation: animate-circles 35s linear infinite; }
      .cg-background ul li:nth-child(1) {
        left: 25%;
        width: 80px;
        height: 80px;
        animation-delay: 0s; }
      .cg-background ul li:nth-child(2) {
        left: 10%;
        width: 50px;
        height: 50px;
        animation-duration: 12s;
        animation-delay: 2s; }
      .cg-background ul li:nth-child(3) {
        left: 70%;
        width: 40px;
        height: 40px;
        animation-delay: 4s; }
      .cg-background ul li:nth-child(4) {
        left: 40%;
        width: 60px;
        height: 60px;
        animation-duration: 18s;
        animation-delay: 0s; }
      .cg-background ul li:nth-child(5) {
        left: 65%;
        width: 30px;
        height: 30px;
        animation-delay: 0s; }
      .cg-background ul li:nth-child(6) {
        left: 75%;
        width: 110px;
        height: 110px;
        animation-delay: 3s; }
      .cg-background ul li:nth-child(7) {
        left: 35%;
        width: 150px;
        height: 150px;
        animation-delay: 7s; }
      .cg-background ul li:nth-child(8) {
        left: 50%;
        width: 35px;
        height: 35px;
        animation-duration: 45s;
        animation-delay: 15s; }
      .cg-background ul li:nth-child(9) {
        left: 20%;
        width: 35px;
        height: 35px;
        animation-duration: 35s;
        animation-delay: 2s; }
      .cg-background ul li:nth-child(10) {
        left: 85%;
        width: 150px;
        height: 150px;
        animation-duration: 21s;
        animation-delay: 0s; }

@keyframes animate-circles {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border-radius: 0; }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 50%; } }

body {
  padding-top: 3.75rem; }
  @media only screen and (min-width: 46.25em) {
    body {
      padding-top: 7.8125rem; } }

.site-scrollspy {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  height: 2.3125rem; }

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  transition: all .2s ease-out 0s;
  background: #fff;
  will-change: box-shadow, padding; }
  @media only screen and (min-width: 46.25em) {
    .site-header {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }
  .is-nav-open .site-header,
  .is-scrolled .site-header {
    box-shadow: 0 0.5625rem 0.9375rem rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 46.25em) {
    .is-scrolled .site-header {
      padding-top: 0.625rem;
      padding-bottom: 0.625rem; } }

@media only screen and (min-width: 46.25em) {
  .site-header__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center; } }

.site-header__logo a {
  display: block;
  width: 2.1875rem;
  margin: -0.625rem auto 0; }
  @media only screen and (min-width: 46.25em) {
    .site-header__logo a {
      width: 3.125rem;
      margin-right: 1.25rem; } }

.site-header__logo img {
  display: block;
  width: 100%; }

.site-header__logo span {
  display: block;
  overflow: hidden;
  width: 0;
  height: 0; }

.site-header__navigation-wrapper {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-direction: column;
      flex-direction: column;
  height: 0;
  transition: height .25s ease-out 0s;
  will-change: height; }
  @media only screen and (min-width: 46.25em) {
    .site-header__navigation-wrapper {
      -ms-flex-align: center;
          align-items: center;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
      -ms-flex-direction: row;
          flex-direction: row;
      height: auto !important; } }
  @media only screen and (min-width: 46.25em) {
    .site-header__navigation-wrapper > div {
      padding: 0.3125rem; } }

@media only screen and (min-width: 46.25em) {
  .site-header__navigation {
    margin-right: auto;
    margin-left: 0; } }

.site-header__socials {
  -ms-flex-order: 2;
      order: 2;
  padding-bottom: 2.5rem; }
  @media only screen and (min-width: 46.25em) {
    .site-header__socials {
      -ms-flex-order: inherit;
          order: inherit;
      margin-right: 0;
      margin-left: auto;
      padding-bottom: 0; } }

.site-header__donate {
  margin: 0.9375rem 0 2.1875rem; }
  @media only screen and (min-width: 46.25em) {
    .site-header__donate {
      margin: 0; } }

.site-header__search {
  position: absolute;
  top: 0.9375rem;
  right: 1.25rem; }
  @media only screen and (min-width: 46.25em) {
    .site-header__search {
      position: static; } }

.site-skiplinks {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none; }
  .site-skiplinks li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 auto; }
  .site-skiplinks a {
    font-weight: 900;
    position: absolute;
    top: -31.25rem;
    left: 0;
    display: block;
    width: 100%;
    padding: 1.25rem;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    outline: none;
    background: #ec008b;
    font-size: 1.03125rem; }
    @media only screen and (min-width: 33.75em) {
      .site-skiplinks a {
        font-size: 1.375rem; } }
    @media only screen and (min-width: 46.25em) {
      .site-skiplinks a {
        font-size: 1.375rem; } }
    @media only screen and (min-width: 80em) {
      .site-skiplinks a {
        font-size: 1.375rem; } }
    @media only screen and (min-width: 90em) {
      .site-skiplinks a {
        font-size: 1.375rem; } }
    .site-skiplinks a:focus {
      top: 0; }

.site-footer__inner {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }
  @media only screen and (min-width: 46.25em) {
    .site-footer__inner {
      padding-top: 2.5rem;
      padding-bottom: 2.5rem; } }

.site-footer__nav {
  font-weight: 900;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none; }
  .site-footer__nav li {
    padding-right: 0.625rem; }
  .site-footer__nav a {
    font-size: 0.75rem;
    text-transform: uppercase;
    text-decoration: none; }
    @media only screen and (min-width: 33.75em) {
      .site-footer__nav a {
        font-size: 0.9375rem; } }
    @media only screen and (min-width: 46.25em) {
      .site-footer__nav a {
        font-size: 0.9375rem; } }
    @media only screen and (min-width: 80em) {
      .site-footer__nav a {
        font-size: 0.9375rem; } }
    @media only screen and (min-width: 90em) {
      .site-footer__nav a {
        font-size: 0.9375rem; } }
    .site-footer__nav a:hover, .site-footer__nav a:focus {
      color: #ec008b; }

body.is-nav-open {
  overflow: hidden; }
  @media only screen and (min-width: 46.25em) {
    body.is-nav-open {
      overflow: inherit; } }

.navigation ul {
  list-style: none;
  padding: 0;
  margin: 1.875rem -0.625rem 0.9375rem; }
  @media only screen and (min-width: 46.25em) {
    .navigation ul {
      display: -ms-flexbox;
      display: flex;
      margin: 0 -0.625rem; } }

.navigation li.current_page_item a, .navigation li.current-menu-item a, .navigation li.active-parent a {
  color: #ec008b; }

.navigation a {
  padding: 0.625rem;
  line-height: 1;
  display: block;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 0.75rem; }
  @media only screen and (min-width: 33.75em) {
    .navigation a {
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 46.25em) {
    .navigation a {
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 80em) {
    .navigation a {
      font-size: 0.9375rem; } }
  @media only screen and (min-width: 90em) {
    .navigation a {
      font-size: 0.9375rem; } }
  .navigation a:hover, .navigation a:focus {
    color: #ec008b; }

.navigation__toggle {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  z-index: 20;
  display: block;
  color: #ec008b;
  width: 1.5rem;
  height: 1.125rem;
  cursor: pointer;
  transition: transform 0.4s ease-out 0s;
  border: none;
  outline: none !important;
  background: transparent; }
  @media only screen and (min-width: 46.25em) {
    .navigation__toggle {
      display: none; } }
  .navigation__toggle:before, .navigation__toggle:after,
  .navigation__toggle span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    content: '';
    transition: all 0.2s ease-out 0s;
    background: currentColor;
    will-change: transform, background-color; }
  .navigation__toggle span {
    top: calc(50% - 1px);
    text-indent: -1000rem; }
  .navigation__toggle:before {
    top: 0; }
  .navigation__toggle:after {
    bottom: 0;
    transform-origin: 100% 0; }
  .is-nav-open .navigation__toggle span {
    opacity: 0 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; }
  .is-nav-open .navigation__toggle:before {
    top: 48%;
    transform: rotate(45deg); }
  .is-nav-open .navigation__toggle:after {
    top: 48%;
    transform: rotate(-45deg);
    transform-origin: center; }

.socials {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: -0.4375rem;
  padding: 0;
  list-style: none; }
  @media only screen and (min-width: 46.25em) {
    .socials {
      margin: -0.1875rem; } }
  .socials li {
    padding: 0.4375rem; }
    @media only screen and (min-width: 46.25em) {
      .socials li {
        padding: 0.1875rem; } }
  .socials a {
    position: relative;
    display: block;
    overflow: hidden;
    width: 1.875rem;
    height: 1.875rem;
    text-indent: -100em;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media only screen and (min-width: 46.25em) {
      .socials a {
        width: 1.125rem;
        height: 1.125rem; } }
    .socials a:after {
      position: absolute;
      top: 0;
      left: 0;
      visibility: hidden;
      width: 100%;
      height: 100%;
      content: '';
      background: #ec008b;
      mix-blend-mode: lighten; }
    .socials a:hover:after, .socials a:focus:after {
      visibility: visible; }
  .socials a[href*='twitter.com'] {
    background-image: url("../img/icon-twitter.svg"); }
  .socials a[href*='facebook.com'] {
    background-image: url("../img/icon-facebook.svg"); }
  .socials a[href*='instagram.com'] {
    background-image: url("../img/icon-instagram.svg"); }
  .socials a[href*='flickr.com'] {
    background-image: url("../img/icon-flickr.svg"); }
  .socials a[href*='youtube.com'] {
    background-image: url("../img/icon-youtube.svg"); }

.donate {
  font-size: 0.75rem;
  font-weight: 900;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0.1875rem 0.625rem;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background: #000; }
  .donate:hover, .donate:focus {
    color: #fff;
    background: #ec008b; }

.search-button {
  display: block;
  width: 2.5rem;
  height: 1.75rem;
  margin-left: 0.3125rem;
  border: 0.125rem solid #ec008b;
  background: transparent;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2292%22%20height%3D%2281%22%20viewBox%3D%220%200%2092%2081%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M89.621%2076.698c3.815-4.871%202.949-11.907-1.936-15.711%200%200-25.766-19.757-26.26-20.032%203.896-12.173.162-25.969-10.522-34.297C37.19-4.02%2017.393-1.597%206.677%2012.078c-10.708%2013.675-8.278%2033.417%205.435%2044.103%2010.684%208.32%2025.013%208.594%2035.908%201.882.388.412%2025.847%2020.565%2025.847%2020.565%204.884%203.804%2011.94%202.94%2015.754-1.93M47.756%2043.31c-6.797%208.703-19.366%2010.25-28.069%203.452-8.702-6.806-10.249-19.376-3.443-28.079C23.04%209.981%2035.61%208.443%2044.313%2015.24c8.702%206.798%2010.249%2019.368%203.443%2028.07%22%20fill%3D%22%23EC008B%22%20fill-rule%3D%22evenodd%22/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% auto;
  -webkit-appearance: none;
  outline: none; }
  .search-button:hover, .search-button:focus {
    background-size: 55% auto;
    background-color: #ffecf7; }
  .search-button span {
    display: block;
    overflow: hidden;
    width: 0;
    height: 0; }

.searchprompt {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 255, 255, 0.85);
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 30;
  display: none; }
  .is-search-open .searchprompt {
    display: -ms-flexbox;
    display: flex; }

.searchprompt__inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 48.75rem; }
  .searchprompt__inner form {
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0 0 1.25rem rgba(0, 0, 0, 0.25); }
    .searchprompt__inner form input[type="text"] {
      width: 12.5rem; }
      @media only screen and (min-width: 33.75em) {
        .searchprompt__inner form input[type="text"] {
          width: 25rem; } }

.banner {
  position: relative;
  margin-bottom: 1.25rem; }
  @media only screen and (min-width: 33.75em) {
    .banner {
      margin-bottom: 3.75rem; } }

.banner__inner {
  position: relative;
  padding-top: 33%; }
  @media only screen and (max-width: 33.6875em) {
    .banner__inner {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }
  @media screen and (orientation: portrait) {
    .banner__inner {
      padding-top: 100%; } }

.banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
  .banner__image img {
    width: 100%;
    height: 100%;
    object-fit: cover; }

.banner__logo {
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 55%;
  height: 100%;
  background: url("../img/banner-logo-bg.svg") no-repeat left bottom;
  background-size: contain; }
  @media screen and (orientation: portrait) {
    .banner__logo {
      width: 100%; } }
  .banner__logo > div {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%; }
    @media screen and (orientation: portrait) {
      .banner__logo > div {
        bottom: 3%; } }
    .banner__logo > div img {
      display: block;
      width: 60%;
      margin-left: 12.5%; }
    .banner__logo > div p {
      font-weight: 900;
      font-style: italic;
      margin: 0;
      margin-right: 12.5%;
      text-align: right;
      font-size: calc(27 / 1040 * 100vw); }
      .banner__logo > div p > span {
        visibility: hidden; }
      @media screen and (min-width: 65rem) {
        .banner__logo > div p {
          font-size: 1.6875rem; } }
      @media screen and (orientation: portrait) {
        .banner__logo > div p {
          font-size: calc(14 / 320 * 100vw); } }

.teaser {
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 0.9375rem;
  text-decoration: none;
  border-top: 0.3125rem solid #ec008b;
  background: #fff;
  box-shadow: 0 0.1875rem 0.3125rem rgba(0, 0, 0, 0.2); }
  .teaser h3 {
    font-size: 0.75rem;
    font-weight: 900;
    -ms-flex-order: 1;
        order: 1;
    padding: 0;
    color: #ec008b; }
  .teaser:hover, .teaser:focus {
    box-shadow: 0 0.1875rem 0.9375rem rgba(236, 0, 139, 0.2); }
    .teaser:hover img, .teaser:focus img {
      transform: scale(1.05); }

.teaser__image {
  overflow: hidden;
  -ms-flex-order: 0;
      order: 0;
  margin: -0.9375rem -0.9375rem 0.9375rem; }
  .teaser__image img {
    display: block;
    transition: transform .2s ease-out 0s;
    will-change: transform; }

.teaser__meta {
  display: none;
  -ms-flex-order: 2;
      order: 2;
  margin: 0.4em 0;
  font-weight: 900; }

.teaser__excerpt {
  font-size: 0.75rem;
  line-height: 1.41667;
  -ms-flex-order: 2;
      order: 2;
  margin: 0; }
  .teaser__excerpt time {
    font-size: 0.75rem;
    font-weight: 900;
    opacity: 0.75;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
    display: block; }

.teaser--person {
  position: relative;
  display: block;
  text-decoration: none; }
  .teaser--person h3 {
    font-size: 0.75rem;
    font-weight: 900;
    line-height: 1.41667;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.4375rem;
    z-index: 3;
    margin: 0;
    text-align: center;
    color: #fff;
    background: #ec008b; }
  .teaser--person:hover h3, .teaser--person:focus h3 {
    background: #000; }
  .teaser--person:hover img, .teaser--person:focus img {
    transform: scale(1.1); }

.teaser--person__image {
  position: relative;
  height: 100%;
  padding-top: 100%;
  overflow: hidden;
  border-radius: 50%;
  background: #fff; }
  .teaser--person__image img {
    position: absolute;
    will-change: transform;
    transition: transform 0.15s ease-out 0s;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; }

.teaser-grid ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -0.3125rem;
  padding: 0;
  list-style: none; }
  @media only screen and (min-width: 33.75em) {
    .teaser-grid ul {
      margin: -0.83333rem -1.25rem; } }
  .teaser-grid ul li {
    width: 50%;
    padding: 0.3125rem; }
    @media only screen and (min-width: 33.75em) {
      .teaser-grid ul li {
        width: 33.33333%;
        padding: 0.83333rem 1.25rem; } }
    @media only screen and (min-width: 46.25em) {
      .teaser-grid ul li {
        width: 25%; } }

h1 + .teaser-grid {
  margin-top: 1.25rem; }

.teaser-grid--people {
  margin: 1.25rem auto; }
  .teaser-grid--people ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.625rem;
    padding: 0;
    list-style: none; }
    @media only screen and (min-width: 33.75em) {
      .teaser-grid--people ul {
        margin: -0.83333rem -1.25rem; } }
    .teaser-grid--people ul li {
      width: 50%;
      padding: 0.625rem; }
      @media only screen and (min-width: 33.75em) {
        .teaser-grid--people ul li {
          width: 33.33333%;
          padding: 0.83333rem 1.25rem; } }
      @media only screen and (min-width: 46.25em) {
        .teaser-grid--people ul li {
          width: 25%; } }

.pagination-block ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none; }

.pagination-block li {
  margin-bottom: 0.3125rem; }

.pagination-block span,
.pagination-block a,
.pagination-block button {
  line-height: 1;
  display: block;
  text-decoration: none;
  font-weight: 900;
  min-width: 1.25rem;
  padding: 0.3125rem 0.625rem;
  text-align: center;
  background: transparent; }
  .pagination-block span.current,
  .pagination-block a.current,
  .pagination-block button.current {
    color: #fff;
    background: #ec008b; }

.pagination-block a:hover, .pagination-block a:focus,
.pagination-block button:hover,
.pagination-block button:focus {
  background: #ffb9e2;
  color: #fff; }

.pagination-block .prev,
.pagination-block .first,
.pagination-block .next,
.pagination-block .last {
  display: none; }

.feature-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  margin-right: -1.25rem;
  margin-left: -1.25rem;
  padding: 1.25rem; }
  @media only screen and (min-width: 46.25em) {
    .feature-box {
      overflow: visible;
      margin-right: 0;
      margin-left: calc(25% + 2.5rem);
      padding: 1.25rem 1.25rem 1.25rem 0; } }
  .feature-box:before {
    position: absolute;
    top: 0;
    left: -25%;
    width: 200%;
    height: 100%;
    content: '';
    transform: skewX(-30deg);
    background: #f0f0f0; }
  .feature-box h4 {
    font-weight: 900;
    margin-bottom: 1em;
    font-size: 0.875rem; }
    @media only screen and (min-width: 33.75em) {
      .feature-box h4 {
        font-size: 0.9375rem; } }
    @media only screen and (min-width: 46.25em) {
      .feature-box h4 {
        font-size: 0.9375rem; } }
    @media only screen and (min-width: 80em) {
      .feature-box h4 {
        font-size: 0.9375rem; } }
    @media only screen and (min-width: 90em) {
      .feature-box h4 {
        font-size: 0.9375rem; } }
  .feature-box h5 {
    font-weight: normal;
    font-size: 0.75rem; }
    @media only screen and (min-width: 33.75em) {
      .feature-box h5 {
        font-size: 0.875rem; } }
    @media only screen and (min-width: 46.25em) {
      .feature-box h5 {
        font-size: 0.875rem; } }
    @media only screen and (min-width: 80em) {
      .feature-box h5 {
        font-size: 0.875rem; } }
    @media only screen and (min-width: 90em) {
      .feature-box h5 {
        font-size: 0.875rem; } }
  .feature-box ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .feature-box a {
    text-decoration: none; }
  .feature-box.type--events li {
    margin-bottom: .5em; }
    .feature-box.type--events li a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; }
      .feature-box.type--events li a span:first-child {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 5rem; }
  .feature-box.type--events .read-more {
    margin-left: 5rem; }
  .feature-box.type--quicklinks li, .feature-box.type--filter li {
    display: inline-block;
    margin-right: 0.4375rem;
    margin-bottom: 0.375rem; }
    .feature-box.type--quicklinks li a, .feature-box.type--filter li a {
      font-size: 0.875rem; }
  .feature-box.type--filter h4 {
    display: -ms-flexbox;
    display: flex; }
    .feature-box.type--filter h4 a {
      font-size: 0.75rem;
      font-weight: normal;
      display: inline-block;
      margin-right: 0;
      margin-left: auto;
      padding-left: 0.625rem;
      text-transform: lowercase;
      color: #ec008b; }
  .feature-box.type--filter .filter-row {
    display: -ms-flexbox;
    display: flex;
    margin: 0.625rem 0; }
    .feature-box.type--filter .filter-row h5 {
      width: 4.375rem; }
    .feature-box.type--filter .filter-row ul {
      -ms-flex: 1;
          flex: 1; }
    .feature-box.type--filter .filter-row .active a {
      color: #fff;
      background: #ec008b; }

.feature-box__inner {
  position: relative; }

.module__default {
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.1); }

.editor_content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column; }
  @media only screen and (min-width: 46.25em) {
    .editor_content {
      overflow: hidden;
      -ms-flex-direction: row;
          flex-direction: row; } }
  .editor_content:first-child {
    margin-top: 0; }

.editor_content__body {
  width: 100%; }
  .page-module-content .editor_content__body {
    max-width: 32.5rem; }

.edtor_content__feature-box {
  -ms-flex: 1;
      flex: 1; }
  @media only screen and (min-width: 46.25em) {
    .edtor_content__feature-box {
      margin-right: 0;
      margin-left: auto; } }

.collection__heading, .yarpp__heading, .person-related-posts h3 {
  font-weight: 900;
  margin-bottom: 0.5em;
  font-size: 0.9375rem; }

.collection__index-page-link {
  margin-left: 0.625rem;
  vertical-align: middle; }

.newsletter_form {
  background: url("../img/stars.svg") no-repeat center #f0f0f0;
  background-size: contain; }
  @media only screen and (min-width: 80em) {
    .newsletter_form {
      background-size: auto 80%; } }
  .newsletter_form h3 {
    font-weight: normal;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 0.75rem; }
    @media only screen and (min-width: 33.75em) {
      .newsletter_form h3 {
        font-size: 0.9375rem; } }
    @media only screen and (min-width: 46.25em) {
      .newsletter_form h3 {
        font-size: 0.9375rem; } }
    @media only screen and (min-width: 80em) {
      .newsletter_form h3 {
        font-size: 0.9375rem; } }
    @media only screen and (min-width: 90em) {
      .newsletter_form h3 {
        font-size: 0.9375rem; } }
  .newsletter_form form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .newsletter_form form input {
      width: 60%; }
      @media only screen and (min-width: 33.75em) {
        .newsletter_form form input {
          width: 40%; } }
    .newsletter_form form button {
      width: 40%; }
      @media only screen and (min-width: 33.75em) {
        .newsletter_form form button {
          width: 12.5rem; } }
    .newsletter_form form label:not(.checkbox) {
      display: none; }
    .newsletter_form form label.checkbox {
      width: 100%;
      cursor: pointer;
      display: -ms-flexbox;
      display: flex;
      margin-top: 0.625rem; }
      @media only screen and (min-width: 33.75em) {
        .newsletter_form form label.checkbox {
          width: calc(40% + 12.5rem); } }
      .newsletter_form form label.checkbox input {
        display: inline-block;
        width: auto;
        margin: 0.125rem 0.625rem 0.625rem 0; }
      .newsletter_form form label.checkbox p {
        display: inline-block;
        line-height: 1.5;
        font-size: 0.75rem;
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; }
        .newsletter_form form label.checkbox p a:hover, .newsletter_form form label.checkbox p a:focus {
          color: #ec008b; }

.newsletter_form__inner {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }
  @media only screen and (min-width: 46.25em) {
    .newsletter_form__inner {
      padding-top: 4.6875rem;
      padding-bottom: 4.6875rem; } }

.text_with_image + .text_with_image {
  margin-top: -1.25rem; }
  @media only screen and (min-width: 33.75em) {
    .text_with_image + .text_with_image {
      margin-top: -1.875rem; } }

.text_with_image:first-child {
  margin-top: 0 !important; }

.text_with_image.variant--wide {
  position: relative;
  margin-top: 0 !important; }
  .text_with_image.variant--wide:not(:last-child) {
    margin-bottom: 0 !important; }
  .text_with_image.variant--wide:before {
    position: absolute;
    left: 50%;
    width: 100vw;
    height: 100%;
    content: '';
    transform: translateX(-50%);
    background: transparent; }
  .text_with_image.variant--wide:nth-child(even):before {
    background: #f0f0f0; }

.text_with_image__inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row; }
  @media only screen and (min-width: 33.75em) {
    .text_with_image__inner {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media only screen and (min-width: 46.25em) {
    .text_with_image__inner {
      margin-right: -2.5rem;
      margin-left: -2.5rem; } }
  @media only screen and (max-width: 33.6875em) {
    .text_with_image__inner {
      -ms-flex-direction: column;
          flex-direction: column; } }
  @media only screen and (max-width: 33.6875em) {
    .reverse-y .text_with_image__inner {
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; } }
  @media only screen and (min-width: 33.75em) {
    .reverse-x .text_with_image__inner {
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; } }

.text_with_image__text {
  margin-bottom: 2.5rem; }
  .variant--wide .text_with_image__text {
    margin-top: 2.5rem; }
  @media only screen and (min-width: 33.75em) {
    .text_with_image__text {
      -ms-flex: 1;
          flex: 1;
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media only screen and (min-width: 46.25em) {
    .text_with_image__text {
      padding-right: 2.5rem;
      padding-left: 2.5rem; } }

.text_with_image__image {
  margin-right: -1.25rem;
  margin-bottom: 2.5rem;
  margin-left: -1.25rem; }
  .variant--wide .text_with_image__image {
    margin-bottom: 0;
    margin-top: 0; }
  .text_with_image__image img {
    display: block;
    width: 100%; }
    @media only screen and (min-width: 33.75em) {
      .variant--wide .text_with_image__image img {
        height: 100%;
        width: 100%;
        object-fit: cover; } }
  @media only screen and (min-width: 33.75em) {
    .text_with_image__image {
      width: 42%;
      margin-top: 0.625rem;
      margin-right: 0;
      margin-left: 0;
      padding-right: 1.25rem;
      padding-left: 1.25rem; }
      .variant--wide:not(.reverse-x) .text_with_image__image {
        padding-right: 0; }
      .variant--wide.reverse-x .text_with_image__image {
        padding-left: 0; } }
  @media only screen and (min-width: 46.25em) {
    .text_with_image__image {
      padding-right: 2.5rem;
      padding-left: 2.5rem; }
      .variant--wide:not(.reverse-x) .text_with_image__image {
        padding-right: 0; }
      .variant--wide.reverse-x .text_with_image__image {
        padding-left: 0; } }
  @media screen and (min-width: 65rem) {
    .variant--wide:not(.reverse-x) .text_with_image__image {
      margin-right: calc((100vw - 65rem) / -2); }
    .variant--wide.reverse-x .text_with_image__image {
      margin-left: calc((100vw - 65rem) / -2); } }
  @media only screen and (min-width: 80em) {
    .variant--wide:not(.reverse-x) .text_with_image__image {
      margin-right: calc( (80em - 65rem) / -2); }
    .variant--wide.reverse-x .text_with_image__image {
      margin-left: calc( (80em - 65rem) / -2); } }

.people {
  background: #f0f0f0;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }
  @media only screen and (min-width: 33.75em) {
    .people {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; } }
  .people + .people {
    background: transparent; }
    .people + .people + .people {
      background: #f0f0f0; }
      .people + .people + .people + .people {
        background: transparent; }
        .people + .people + .people + .people + .people {
          background: #f0f0f0; }

.offers_collection {
  background: #f0f0f0;
  padding-top: 0.9375rem;
  padding-bottom: 0.9375rem; }
  @media only screen and (min-width: 33.75em) {
    .offers_collection {
      padding-top: 1.875rem;
      padding-bottom: 1.875rem; } }
  .offers_collection + .offers_collection {
    background: transparent; }
    .offers_collection + .offers_collection + .offers_collection {
      background: #f0f0f0; }
      .offers_collection + .offers_collection + .offers_collection + .offers_collection {
        background: transparent; }
        .offers_collection + .offers_collection + .offers_collection + .offers_collection + .offers_collection {
          background: #f0f0f0; }
