@charset "UTF-8";
/*!
Theme Name: Clarity
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clarity
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

.full-width {
  position: relative;
  left: 50%;
  right: 50%;
  width: 100vw;
  margin: 64px -50vw;
  padding: 48px 10%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

html {
  box-sizing: border-box;
}

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

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

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

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

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

body,
button,
input,
select,
optgroup,
textarea {
  color: #444444;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

.body-2 {
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #0f4c81;
}

h1 {
  position: relative;
  margin-bottom: 80px;
  padding-left: 20px;
  font-family: "Gelasio", serif;
  font-size: 30px;
  font-weight: 600;
}
h1:before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  display: block;
  width: 4px;
  background-color: #f3a10f;
}
@media screen and (min-width: 880px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  margin-top: 64px;
  margin-bottom: 36px;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  position: relative;
  max-width: 600px;
  margin: 3em auto 1.5em;
  padding: 0 2em;
  color: #0f4c81;
  font-family: "Gelasio", serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  text-align: center;
  quotes: "“" "”";
}
blockquote:before {
  content: open-quote;
  position: absolute;
  top: -0.25em;
  left: 0;
  color: #91e0ef;
  font-size: 3em;
  line-height: 1;
}
blockquote cite,
blockquote footer {
  color: #999999;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
blockquote cite:before,
blockquote footer:before {
  content: "— ";
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

.page-search__main, .page-organizations__main, .page-news__main, .page-external__main, .page-events__main, .page-articles__main {
  max-width: 1000px;
  margin: 0 auto 64px;
  padding: 0 5%;
}
@media (min-width: 880px) {
  .page-search__main, .page-organizations__main, .page-news__main, .page-external__main, .page-events__main, .page-articles__main {
    padding: 0 10%;
  }
}
@media (min-width: 1200px) {
  .page-search__main, .page-organizations__main, .page-news__main, .page-external__main, .page-events__main, .page-articles__main {
    padding: 0;
  }
}

.page-search__header, .page-organizations__header, .page-news__header, .page-external__header, .page-events__header, .page-articles__header {
  margin-bottom: 40px;
}

.page-search__title, .page-organizations__title, .page-news__title, .page-external__title, .page-events__title, .page-articles__title {
  margin-bottom: 8px;
}

.page-search__body, .page-organizations__body, .page-news__body, .page-external__body, .page-events__body, .page-articles__body {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 880px) {
  .page-search__body, .page-organizations__body, .page-news__body, .page-external__body, .page-events__body, .page-articles__body {
    flex-direction: row;
  }
}

.page-search__content, .page-organizations__content, .page-news__content, .page-external__content, .page-events__content, .page-articles__content {
  flex: 1;
  max-width: 600px;
}
.page-search__content :first-child, .page-organizations__content :first-child, .page-news__content :first-child, .page-external__content :first-child, .page-events__content :first-child, .page-articles__content :first-child {
  margin-top: 0;
}

.page-search__sidebar, .page-organizations__sidebar, .page-news__sidebar, .page-external__sidebar, .page-articles__sidebar {
  margin-top: 64px;
  padding: 0 5%;
}
.page-search__sidebar :first-child, .page-organizations__sidebar :first-child, .page-news__sidebar :first-child, .page-external__sidebar :first-child, .page-articles__sidebar :first-child {
  margin-top: 0;
}
@media (min-width: 880px) {
  .page-search__sidebar, .page-organizations__sidebar, .page-news__sidebar, .page-external__sidebar, .page-articles__sidebar {
    width: 25%;
    max-width: 300px;
    margin-top: 0;
    margin-left: 80px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .page-search__sidebar, .page-organizations__sidebar, .page-news__sidebar, .page-external__sidebar, .page-articles__sidebar {
    margin-left: 160px;
  }
}

.page-search__list, .page-organizations__list, .page-news__list, .page-members__list, .page-journals__list, .page-external__list, .page-events__list, .page-articles__list {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 48px;
}

.page-home__latest, .page-home__resources, .page-home__plain-language {
  max-width: 1000px;
  margin: 0 auto 64px;
  padding: 32px 5%;
}
@media (min-width: 880px) {
  .page-home__latest, .page-home__resources, .page-home__plain-language {
    padding: 64px 5%;
  }
}
@media (min-width: 1200px) {
  .page-home__latest, .page-home__resources, .page-home__plain-language {
    padding: 64px 0;
  }
}

.page__main, .page-members__main, .page-journals__main {
  max-width: 1000px;
  margin: 0 auto 64px;
  padding: 0 5%;
}
@media (min-width: 880px) {
  .page__main, .page-members__main, .page-journals__main {
    padding: 0 10%;
  }
}
@media (min-width: 1200px) {
  .page__main, .page-members__main, .page-journals__main {
    padding: 0;
  }
}

.page__header {
  margin-bottom: 40px;
}

.page__title, .page-members__title, .page-journals__title {
  margin-bottom: 8px;
}

.page__body {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 880px) {
  .page__body {
    flex-direction: row;
  }
}

.page__content, .page-members__content, .page-journals__content {
  flex: 1;
  max-width: 600px;
}
.page__content :first-child, .page-members__content :first-child, .page-journals__content :first-child {
  margin-top: 0;
}

.page__sidebar, .page-members__sidebar, .page-journals__sidebar {
  margin-top: 64px;
  padding: 0 5%;
}
.page__sidebar :first-child, .page-members__sidebar :first-child, .page-journals__sidebar :first-child {
  margin-top: 0;
}
@media (min-width: 880px) {
  .page__sidebar, .page-members__sidebar, .page-journals__sidebar {
    width: 25%;
    max-width: 300px;
    margin-top: 0;
    margin-left: 80px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .page__sidebar, .page-members__sidebar, .page-journals__sidebar {
    margin-left: 160px;
  }
}

.page-news-post .related-content, .page-individual .related-content, .page-article .related-content {
  max-width: 800px;
  margin: -24px auto 64px;
  padding: 64px 5% 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page-news-post .related-content .accent-heading, .page-individual .related-content .accent-heading, .page-article .related-content .accent-heading {
  margin-bottom: 48px;
}

.page-news-post__main, .page-individual__main, .page-article__main {
  max-width: 1000px;
  margin: 0 auto 64px;
  padding: 0 5%;
}
@media (min-width: 880px) {
  .page-news-post__main, .page-individual__main, .page-article__main {
    padding: 0 10%;
  }
}
@media (min-width: 1200px) {
  .page-news-post__main, .page-individual__main, .page-article__main {
    padding: 0;
  }
}

.page-news-post__header, .page-individual__header, .page-article__header {
  margin-bottom: 40px;
}
.page-news-post__header .posted-by, .page-individual__header .posted-by, .page-article__header .posted-by {
  display: block;
  margin-bottom: 4px;
  font-size: 14px;
}
.page-news-post__header ul.posted-by, .page-individual__header ul.posted-by, .page-article__header ul.posted-by {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.page-news-post__header ul.posted-by li, .page-individual__header ul.posted-by li, .page-article__header ul.posted-by li {
  display: flex;
  align-items: center;
  margin-right: 16px;
}
.page-news-post__header ul.posted-by .avatar, .page-individual__header ul.posted-by .avatar, .page-article__header ul.posted-by .avatar {
  margin-right: 8px;
}
.page-news-post__header .posted-on, .page-individual__header .posted-on, .page-article__header .posted-on {
  color: #999999;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-news-post__header .rt-reading-time, .page-individual__header .rt-reading-time, .page-article__header .rt-reading-time {
  color: #999999;
  font-size: 12px;
  font-weight: 700;
}
.page-news-post__header .rt-reading-time:before, .page-individual__header .rt-reading-time:before, .page-article__header .rt-reading-time:before {
  content: "·";
  display: inline-block;
  margin: 0 8px;
}
@media screen and (min-width: 880px) {
  .page-news-post__header, .page-individual__header, .page-article__header {
    margin-bottom: 80px;
  }
}

.page-news-post__title, .page-individual__title, .page-article__title {
  margin-top: 32px;
  margin-bottom: 8px;
}
@media screen and (min-width: 880px) {
  .page-news-post__title, .page-individual__title, .page-article__title {
    margin-top: 64px;
  }
}

.page-news-post__body, .page-individual__body, .page-article__body {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-news-post__body .share-btn-list, .page-individual__body .share-btn-list, .page-article__body .share-btn-list {
  margin-bottom: 8px;
}
@media screen and (min-width: 880px) {
  .page-news-post__body, .page-individual__body, .page-article__body {
    flex-direction: row;
  }
  .page-news-post__body .share-btn-list, .page-individual__body .share-btn-list, .page-article__body .share-btn-list {
    position: absolute;
    top: 4px;
    right: calc(100% + 24px);
  }
}

.page-news-post__content, .page-individual__content, .page-article__content {
  flex: 1;
  max-width: 600px;
}
.page-news-post__content :first-child, .page-individual__content :first-child, .page-article__content :first-child {
  margin-top: 0;
}

.page-news-post__text, .page-individual__text, .page-article__text {
  margin-bottom: 48px;
}
.page-news-post__text::first-letter, .page-individual__text::first-letter, .page-article__text::first-letter {
  font-size: 36px;
}
.page-news-post__text > :first-child, .page-individual__text > :first-child, .page-article__text > :first-child {
  margin-top: 0;
}

.page-news-post__sidebar, .page-individual__sidebar, .page-article__sidebar {
  margin-top: 64px;
  padding: 0 5%;
}
.page-news-post__sidebar :first-child, .page-individual__sidebar :first-child, .page-article__sidebar :first-child {
  margin-top: 0;
}
@media (min-width: 880px) {
  .page-news-post__sidebar, .page-individual__sidebar, .page-article__sidebar {
    width: 25%;
    max-width: 300px;
    margin-top: 0;
    margin-left: 80px;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .page-news-post__sidebar, .page-individual__sidebar, .page-article__sidebar {
    margin-left: 160px;
  }
}

.event-page__main {
  max-width: 1000px;
  margin: 0 auto 64px;
  padding: 0 5%;
}
@media (min-width: 880px) {
  .event-page__main {
    padding: 0 10%;
  }
}
@media (min-width: 1200px) {
  .event-page__main {
    padding: 0;
  }
}

.event-page__wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 64px;
}
@media screen and (min-width: 880px) {
  .event-page__wrapper {
    flex-direction: row;
  }
}

.event-page__header {
  margin-right: 24px;
  margin-bottom: 48px;
}
@media screen and (min-width: 880px) {
  .event-page__header {
    width: 33.3%;
    margin-right: 64px;
    max-width: 350px;
  }
}

.event-page__title {
  margin: 0 0 32px;
  padding: 0;
}
.event-page__title:before {
  display: none;
}

.event-page__body {
  flex: 1;
}

.event-page__picture {
  margin-bottom: 40px;
}
.event-page__picture figure {
  margin-top: 0;
}

.event-page__text {
  position: relative;
  margin-bottom: 8px;
}
@media screen and (min-width: 880px) {
  .event-page__text .share-btn-list {
    position: absolute;
    top: 0;
    right: calc(100% + 16px);
  }
}

.event-page__intro {
  margin-bottom: 24px;
}

.event-page__text-body::first-letter {
  font-size: 36px;
}

@media (min-width: 880px) {
  .grid-2 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .grid-2 > li {
    width: calc(50% - 16px);
    margin-right: 16px;
  }
}

@media screen and (min-width: 880px) {
  .grid-3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .grid-3 > li {
    width: 30%;
    margin-bottom: 96px !important;
    margin-right: 5%;
  }
  .grid-3 > li.is-featured {
    min-width: 100%;
    margin-right: 0;
  }
  .grid-3 > li:nth-child(3n) {
    margin-right: 0;
  }
}

.site-content {
  padding-top: 48px;
}
@media (min-width: 880px) {
  .site-content {
    padding-top: 88px;
  }
}

.event-page__details {
  font-size: 18px;
}

.event-page__location {
  margin-bottom: 8px;
  font-weight: 700;
}

.event-page__dates {
  margin-top: 0;
  color: #999999;
}

.event-page__tickets {
  display: inline-block;
}
@media screen and (min-width: 880px) {
  .event-page__tickets {
    margin-top: 64px;
  }
}

.event-page__title {
  margin-right: 12px;
  font-size: 24px;
  line-height: 1.2;
}

.event-page__body :first-child {
  margin-top: 0;
}

.page-external__sidebar form {
  margin-bottom: 64px;
}

.page-home__plain-language {
  display: flex;
  flex-direction: column;
}
@media (min-width: 880px) {
  .page-home__plain-language {
    flex-direction: row;
  }
}
@media (min-width: 1200px) {
  .page-home__plain-language {
    max-width: 1200px;
  }
}

.page-home__plain-language-visual {
  width: 50%;
  padding-right: 24px;
  display: none;
}
@media (min-width: 880px) {
  .page-home__plain-language-visual {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.page-home__plain-language-text .accent-heading {
  margin-bottom: 16px;
}
@media (min-width: 880px) {
  .page-home__plain-language-text {
    width: 50%;
    padding-left: 24px;
  }
}

.page-home__plain-language-link {
  display: block;
  margin-top: 16px;
  margin-bottom: 80px;
}

.page-home__resources {
  max-width: none;
  padding-top: 0;
  padding-bottom: 0;
}

.page-home__resources-ctn {
  position: relative;
  top: 64px;
  max-width: 1000px;
  margin: 0 auto 100px;
}

.page-home__resources-text {
  max-width: 575px;
}

.page-home__resources-list {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  margin-bottom: 48px;
}
.page-home__resources-list li {
  margin: 16px;
}
.page-home__resources-list li .feature-card {
  height: 100%;
  margin-bottom: 0;
}

.page-home__latest {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (min-width: 880px) {
  .page-home__latest {
    flex-direction: row;
  }
}

.page-home__upcoming-events {
  background-color: #0f4c81;
  margin-bottom: 48px;
  padding: 0 24px;
  align-self: flex-start;
}
@media (min-width: 880px) {
  .page-home__upcoming-events {
    width: 50%;
    margin-right: 24px;
  }
}

.page-home__latest-news {
  padding: 0 24px;
}
@media (min-width: 880px) {
  .page-home__latest-news {
    width: 50%;
    margin-left: 24px;
  }
}

.page-home__latest-2 {
  padding: 48px 24px;
}
@media (min-width: 880px) {
  .page-home__latest-2 {
    padding: 48px 0;
  }
}

.page-home__latest-articles {
  max-width: 800px;
  margin: 0 auto;
}

.page-individual__content::after {
  content: "";
  clear: both;
  display: table;
}

.page-individual__picture {
  float: left;
  width: 100px;
  margin-right: 24px;
}
@media (min-width: 880px) {
  .page-individual__picture {
    width: 200px;
  }
}

.page-news .widget {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 64px;
}

.accent-heading > span {
  background-image: linear-gradient(#fabe5e, #fabe5e);
  background-size: 1px 10px;
  background-repeat: repeat-x;
  background-position: 0% 95%;
  position: relative;
  z-index: 0;
  display: inline;
  color: #0f4c81;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.accent-heading.on-dark-background > span {
  background-image: linear-gradient(#c9860f, #c9860f);
  background-size: 1px 10px;
  background-repeat: repeat-x;
  background-position: 0% 95%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
}

.accent-link, .event-banner__cta a, .content-card .more, .organization-card .more, .news-card .more, .journal-card .more, .individual-card .more, .external-resource-card .more, .event-card .more, .article-card .more, .board-card .more, .author-card .more {
  color: #d37f00;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.accent-link:visited, .event-banner__cta a:visited, .content-card .more:visited, .organization-card .more:visited, .news-card .more:visited, .journal-card .more:visited, .individual-card .more:visited, .external-resource-card .more:visited, .event-card .more:visited, .article-card .more:visited, .board-card .more:visited, .author-card .more:visited {
  color: #d37f00;
}
.accent-link:active, .event-banner__cta a:active, .content-card .more:active, .organization-card .more:active, .news-card .more:active, .journal-card .more:active, .individual-card .more:active, .external-resource-card .more:active, .event-card .more:active, .article-card .more:active, .board-card .more:active, .author-card .more:active, .accent-link:hover, .event-banner__cta a:hover, .content-card .more:hover, .organization-card .more:hover, .news-card .more:hover, .journal-card .more:hover, .individual-card .more:hover, .external-resource-card .more:hover, .event-card .more:hover, .article-card .more:hover, .board-card .more:hover, .author-card .more:hover {
  color: #d37f00;
  text-decoration: underline;
}
.accent-link:after, .event-banner__cta a:after, .content-card .more:after, .organization-card .more:after, .news-card .more:after, .journal-card .more:after, .individual-card .more:after, .external-resource-card .more:after, .event-card .more:after, .article-card .more:after, .board-card .more:after, .author-card .more:after {
  content: ">";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 12px;
  border-radius: 50%;
  background-color: #d37f00;
  color: #ffffff;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.author-summary {
  display: flex;
  flex-direction: column;
  max-width: 300px;
  margin-bottom: 48px;
}

.author-summary__name {
  margin: 0;
  color: #0f4c81;
  font-size: 24px;
  font-weight: 700;
}
.author-summary__name a {
  color: #0f4c81;
  text-decoration: none;
}
.author-summary__name a:visited {
  color: #0f4c81;
}
.author-summary__name a:hover {
  text-decoration: underline;
}

.author-summary__position {
  margin: 0 0 8px;
  font-size: 14px;
  font-style: italic;
}

.author-summary__picture {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  margin-top: 4px;
}
.author-summary__picture:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d8eef3;
}
.author-summary__picture img {
  display: block;
  width: 100%;
  margin: 0;
}

.author-summary__link {
  align-self: flex-end;
  margin-top: 12px;
  font-size: 14px;
}
.author-summary__link:after {
  content: " >";
}

.author-card {
  position: relative;
  display: flex;
  margin-bottom: 32px;
}
.author-card.with-type {
  min-height: 150px;
  margin: 24px 24px 48px 24px;
}
.author-card a {
  text-decoration: none;
}
.author-card a:hover {
  text-decoration: underline;
}

.author-card__picture-ctn {
  flex: 0 0 80px;
  margin-right: 16px;
}

.author-card__picture {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.author-card__picture:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d8eef3;
}
.author-card__picture img {
  display: block;
  width: 100%;
  margin: 0;
}

.author-card__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.author-card__name {
  margin: 4px 0 8px;
  color: #0f4c81;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.author-card__position {
  margin: 0 0 8px;
  color: #999999;
  font-size: 14px;
  font-style: italic;
}

.author-card__details {
  font-size: 14px;
}
.author-card__details dt {
  display: inline;
}
.author-card__details dt:after {
  content: ": ";
}
.author-card__details dd {
  display: inline;
  margin: 0;
}

.author-card__type {
  position: absolute;
  top: 0;
  left: 0;
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  transform: rotate(-90deg) translate(calc(-100% + 4px), -32px);
  transform-origin: 0 0;
}

.board-card {
  position: relative;
  display: flex;
  min-height: 150px;
  margin: 24px 24px 48px 24px;
}
.board-card a {
  text-decoration: none;
}
.board-card a:hover {
  text-decoration: underline;
}

.board-card__picture-ctn {
  flex: 0 0 80px;
  margin-right: 16px;
}

.board-card__picture {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.board-card__picture:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d8eef3;
}
.board-card__picture:empty {
  height: 80px;
  background-color: #dddddd;
}
.board-card__picture img {
  display: block;
  width: 100%;
  margin: 0;
}

.board-card__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}

.board-card__name {
  margin: 4px 0 0;
  color: #0f4c81;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.board-card__description {
  margin: 0 0 4px;
  color: #999999;
  font-size: 14px;
  font-style: italic;
}

.board-card__title {
  margin-top: 0;
  color: #666666;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.board-card__email {
  display: inline-block;
  margin-bottom: 2rem;
  line-height: 1.1;
  font-size: 0.875rem;
}

.content-card, .organization-card, .news-card, .journal-card, .individual-card, .external-resource-card, .event-card, .article-card {
  position: relative;
}
.content-card.no-card, .no-card.organization-card, .no-card.news-card, .no-card.journal-card, .no-card.individual-card, .no-card.external-resource-card, .no-card.event-card, .no-card.article-card {
  padding: 0;
  margin-bottom: 48px;
  background: none;
  box-shadow: none;
}
.content-card.on-dark-background, .on-dark-background.organization-card, .on-dark-background.news-card, .on-dark-background.journal-card, .on-dark-background.individual-card, .on-dark-background.external-resource-card, .on-dark-background.event-card, .on-dark-background.article-card {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
}
.content-card__title, .organization-card__title, .news-card__title, .journal-card__title, .individual-card__title, .external-resource-card__title, .event-card__title, .article-card__title {
  margin: 12px 0 16px;
  color: #0f4c81;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}
.on-dark-background .content-card__title, .on-dark-background .organization-card__title, .on-dark-background .news-card__title, .on-dark-background .journal-card__title, .on-dark-background .individual-card__title, .on-dark-background .external-resource-card__title, .on-dark-background .event-card__title, .on-dark-background .article-card__title {
  color: #91e0ef;
}
.on-dark-background .content-card__title a, .on-dark-background .organization-card__title a, .on-dark-background .news-card__title a, .on-dark-background .journal-card__title a, .on-dark-background .individual-card__title a, .on-dark-background .external-resource-card__title a, .on-dark-background .event-card__title a, .on-dark-background .article-card__title a {
  color: inherit;
}
.on-dark-background .content-card__title a:visited, .on-dark-background .organization-card__title a:visited, .on-dark-background .news-card__title a:visited, .on-dark-background .journal-card__title a:visited, .on-dark-background .individual-card__title a:visited, .on-dark-background .external-resource-card__title a:visited, .on-dark-background .event-card__title a:visited, .on-dark-background .article-card__title a:visited {
  color: inherit;
}
.content-card__title a, .organization-card__title a, .news-card__title a, .journal-card__title a, .individual-card__title a, .external-resource-card__title a, .event-card__title a, .article-card__title a {
  text-decoration: none;
}
.content-card__title a:hover, .organization-card__title a:hover, .news-card__title a:hover, .journal-card__title a:hover, .individual-card__title a:hover, .external-resource-card__title a:hover, .event-card__title a:hover, .article-card__title a:hover {
  text-decoration: underline;
}
.content-card__title a:visited, .organization-card__title a:visited, .news-card__title a:visited, .journal-card__title a:visited, .individual-card__title a:visited, .external-resource-card__title a:visited, .event-card__title a:visited, .article-card__title a:visited {
  color: #0f4c81;
}

.content-card__author, .news-card__author, .article-card__author {
  margin: -12px 0 8px;
  font-size: 14px;
}
.on-dark-background .content-card__author a, .on-dark-background .news-card__author a, .on-dark-background .article-card__author a {
  color: #ffffff;
}

.content-card__date, .organization-card__date, .news-card__date, .event-card__date, .article-card__date {
  display: block;
  margin: 0 0 24px;
  color: #999999;
  font-size: 12px;
}
.on-dark-background .content-card__date, .on-dark-background .organization-card__date, .on-dark-background .news-card__date, .on-dark-background .event-card__date, .on-dark-background .article-card__date {
  color: #cccccc;
}

.content-card__description, .organization-card__description, .news-card__description, .journal-card__description, .individual-card__description, .external-resource-card__description, .event-card__description, .article-card__description {
  margin: 12px 0 20px;
  line-height: 1.25;
}
.content-card__description:empty, .organization-card__description:empty, .news-card__description:empty, .journal-card__description:empty, .individual-card__description:empty, .external-resource-card__description:empty, .event-card__description:empty, .article-card__description:empty {
  display: none;
}

.content-card__type, .organization-card__type, .news-card__type, .journal-card__type, .individual-card__type, .external-resource-card__type, .event-card__type, .article-card__type {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: #999999;
  font-weight: 700;
  text-transform: uppercase;
  transform: rotate(-90deg) translate(calc(-100% - 4px), -24px);
  transform-origin: 0 0;
}

.event-card::after {
  content: "";
  clear: both;
  display: table;
}

.event-card__date {
  font-size: 16px;
}

.event-card__picture {
  float: left;
  width: 33%;
  max-width: 200px;
  margin-right: 16px;
}

.event-card__description::after {
  content: "";
  clear: both;
  display: table;
}

.external-resource-card__reference {
  color: #999999;
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
}

.feature-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 275px;
  margin: 16px 0;
  padding: 24px;
  text-align: center;
}

.feature-card__icon {
  max-height: 50px;
  filter: opacity(30%);
}

.feature-card__title {
  margin: 16px 0 24px;
  color: #0f4c81;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.feature-card__description {
  color: #666666;
}

.feature-card__link {
  display: inline-block;
  margin-bottom: 8px;
}

.individual-card {
  display: flex;
}

.individual-card__avatar {
  margin-right: 16px;
}

.individual-card__title {
  margin-top: 0;
}

.individual-card__position {
  margin-top: -12px;
  color: #999999;
  font-size: 14px;
  font-style: italic;
}

.individual-card__picture {
  float: left;
  max-width: 200px;
  margin-right: 16px;
}

.journal-card::after {
  content: "";
  clear: both;
  display: table;
}

.journal-card__date {
  font-weight: 400;
}
.journal-card__date:before {
  content: "— ";
}

.journal-card__body {
  display: flex;
}

.journal-card__picture {
  align-self: flex-start;
  max-width: 200px;
  margin-right: 16px;
}

.journal-card__description {
  margin-top: 0;
}
.journal-card__description ol {
  margin-left: 0;
}

.news-card::after {
  content: "";
  clear: both;
  display: table;
}
.news-card.is-compact {
  display: flex;
  flex-direction: column;
  max-width: 400px;
}
@media screen and (min-width: 880px) {
  .news-card.is-featured {
    margin: 0;
    padding: 0;
    background: none;
    box-shadow: none;
  }
}
.news-card .tag-list {
  margin: 32px 0 -8px;
}
.is-compact .news-card .tag-list {
  order: 7;
}

.is-compact .news-card__title {
  order: 3;
}
@media screen and (min-width: 880px) {
  .is-featured .news-card__title {
    margin-top: 0;
  }
}

.is-compact .news-card__author {
  order: 4;
  margin-bottom: 24px;
}

.is-compact .news-card__date {
  order: 1;
  margin-top: 0;
}

.news-card__picture {
  float: left;
  width: 33%;
  max-width: 200px;
  margin-right: 16px;
}
.is-featured .news-card__picture {
  max-width: none;
  width: 100%;
  margin: 0 0 24px;
}
.is-compact .news-card__picture {
  float: none;
  order: 2;
  max-width: none;
  width: 100%;
  margin: 0 0 24px;
}
.news-card__picture.is-empty {
  height: 200px;
  background-color: #eeeeee;
}
@media screen and (min-width: 880px) {
  .is-featured .news-card__picture {
    float: none;
    align-self: flex-start;
    max-width: none;
    margin-right: 32px;
    width: 66%;
  }
}

.is-compact .news-card__description {
  order: 5;
}
@media screen and (min-width: 880px) {
  .is-featured .news-card__description {
    margin-top: 32px;
  }
}

.is-compact .news-card__link {
  order: 6;
}

.news-card.is-compact .more {
  order: 6;
}

.news-card.is-compact .tag-list {
  order: 7;
}

.news-card__body {
  margin-top: -8px;
}
@media screen and (min-width: 880px) {
  .is-featured .news-card__body {
    display: flex;
  }
}

.organization-card::after {
  content: "";
  clear: both;
  display: table;
}

.organization-card__date {
  font-size: 16px;
}

.organization-card__picture {
  float: left;
  max-width: 100px;
  margin-right: 16px;
  margin-bottom: 8px;
  border: solid 1px #f0f0f0;
}

.organization-card__description::after {
  content: "";
  clear: both;
  display: table;
}

.card-list {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.card-list > li {
  margin-bottom: 32px;
}

.card, .event-banner__wrapper, .content-card, .article-card, .event-card, .external-resource-card, .feature-card, .individual-card, .journal-card, .news-card, .organization-card {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 40px 10px rgba(0, 0, 0, 0.1);
}

.details-list {
  margin-bottom: 64px;
  font-size: 14px;
}

.details-list__group {
  display: flex;
}
.details-list__group dt {
  min-width: 75px;
  color: #0f4c81;
  font-weight: 700;
}
.details-list__group dd {
  flex: 1;
  margin-bottom: 8px;
}

.event-banner {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  padding: 0 5%;
}
@media screen and (min-width: 880px) {
  .event-banner {
    position: relative;
    top: -50px;
    margin-top: 0;
  }
}

@media screen and (min-width: 880px) {
  .event-banner__wrapper {
    display: grid;
    grid-template-columns: 1fr minmax(auto, 400px);
    column-gap: 1rem;
  }
}

.event-banner__picture {
  align-self: center;
  width: 100%;
  margin-bottom: 1rem;
}
@media screen and (min-width: 880px) {
  .event-banner__picture {
    width: auto;
    margin-bottom: 0;
  }
}

.event-banner__text {
  display: flex;
  flex-direction: column;
}

.event-banner__heading {
  margin-top: 0;
  margin-bottom: 0.25rem;
  color: #0f4c81;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
}

.event-banner__subheading {
  margin-top: 0;
  color: #666666;
  font-size: 14px;
}

.event-banner__cta {
  flex: 1 0 auto;
  display: flex;
  align-items: flex-end;
  margin-bottom: 0;
}
.search-tag-list {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.search-tag-list > li {
  margin: 8px 8px 8px 0;
}

.search-tag-section {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}

.search-reset-btn {
  margin-left: 16px;
  margin-bottom: 8px;
}

.filter-form {
  display: flex;
}

.filter-form__button {
  justify-self: flex-end;
}

.filter-list {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-left: 32px;
}
.filter-list li {
  padding: 6px 0;
}
.filter-list li a:visited {
  color: #0f4c81;
}

.applied-filters {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.applied-filters ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}
.applied-filters ul li {
  margin-right: 0.5rem;
  padding: 0.25rem 0.5rem;
  color: #0f4c81;
  border: solid 1px #0f4c81;
  border-radius: 2rem;
}

.apply-filter-btn {
  background: none;
  border: none;
  color: #0f4c81;
  text-decoration: underline;
  cursor: pointer;
}
.apply-filter-btn:hover {
  text-decoration: none;
}

.footer-menu {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: grid;
  padding: 3rem 5% 2rem;
  color: #ffffff;
  background-color: #0f4c81;
}
.footer-menu .menu,
.footer-menu .sub-menu {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.footer-menu .tags-menu > li,
.footer-menu .primary-menu > li,
.footer-menu .secondary-menu > li,
.footer-menu .social-menu > li {
  margin: 0 0 2rem;
  color: #caf1f8;
  font-size: 22px;
  font-weight: 700;
}
.footer-menu .tags-menu > li :any-link,
.footer-menu .primary-menu > li :any-link,
.footer-menu .secondary-menu > li :any-link,
.footer-menu .social-menu > li :any-link {
  color: currentColor;
  text-decoration: none;
}
.footer-menu .tags-menu > li :any-link:hover,
.footer-menu .primary-menu > li :any-link:hover,
.footer-menu .secondary-menu > li :any-link:hover,
.footer-menu .social-menu > li :any-link:hover {
  text-decoration: underline;
}
.footer-menu .tags-menu .sub-menu,
.footer-menu .primary-menu .sub-menu,
.footer-menu .secondary-menu .sub-menu,
.footer-menu .social-menu .sub-menu {
  margin-top: 1rem;
}
.footer-menu .tags-menu .sub-menu > li,
.footer-menu .primary-menu .sub-menu > li,
.footer-menu .secondary-menu .sub-menu > li,
.footer-menu .social-menu .sub-menu > li {
  margin: 1rem 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
.footer-menu .tags-menu .sub-menu > li :any-link,
.footer-menu .primary-menu .sub-menu > li :any-link,
.footer-menu .secondary-menu .sub-menu > li :any-link,
.footer-menu .social-menu .sub-menu > li :any-link {
  color: currentColor;
  text-decoration: none;
}
.footer-menu .tags-menu .sub-menu > li :any-link:hover,
.footer-menu .primary-menu .sub-menu > li :any-link:hover,
.footer-menu .secondary-menu .sub-menu > li :any-link:hover,
.footer-menu .social-menu .sub-menu > li :any-link:hover {
  text-decoration: underline;
}
@media screen and (min-width: 37.5em) {
  .footer-menu {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .footer-menu .tags-menu {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .footer-menu .primary-menu {
    grid-row-start: 1;
    grid-column-start: 2;
  }
  .footer-menu .secondary-menu {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .footer-menu .social-menu {
    grid-row-start: 2;
    grid-column-start: 2;
  }
}
@media screen and (min-width: 64rem) {
  .footer-menu {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(1, auto);
  }
  .footer-menu .tags-menu {
    grid-row-start: 1;
    grid-column-start: 1;
  }
  .footer-menu .primary-menu {
    grid-row-start: 1;
    grid-column-start: 2;
  }
  .footer-menu .secondary-menu {
    grid-row-start: 1;
    grid-column-start: 3;
  }
  .footer-menu .social-menu {
    grid-row-start: 1;
    grid-column-start: 4;
  }
}

.footer-info {
  display: block;
  padding: 1rem;
  color: #0f4c81;
}

.button, .donate-widget__link, div.wpforms-container-full .wpforms-form button[type=submit].wpforms-submit, .event-page__tickets {
  position: relative;
  padding: 16px calc(34px + 24px) 16px 24px;
  background: #f3a10f;
  border: none;
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.button:visited, .donate-widget__link:visited, div.wpforms-container-full .wpforms-form button[type=submit].wpforms-submit:visited, .event-page__tickets:visited {
  color: #ffffff;
}
.button:after, .donate-widget__link:after, div.wpforms-container-full .wpforms-form button[type=submit].wpforms-submit:after, .event-page__tickets:after {
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 34px;
  background-color: #d37f00;
  font-size: 20px;
}
.button:hover, .donate-widget__link:hover, div.wpforms-container-full .wpforms-form button[type=submit].wpforms-submit:hover, .event-page__tickets:hover {
  background-color: #d37f00;
  border: none;
  color: #ffffff;
  text-decoration: none;
}
.button:hover:after, .donate-widget__link:hover:after, div.wpforms-container-full .wpforms-form button[type=submit].wpforms-submit:hover:after, .event-page__tickets:hover:after {
  background-color: #f3a10f;
}
.button:active, .donate-widget__link:active, div.wpforms-container-full .wpforms-form button[type=submit].wpforms-submit:active, .event-page__tickets:active {
  transform: scale(0.95);
  transform-origin: center center;
}

.contact-form {
  display: flex;
  flex-direction: column;
}

.contact-form__group {
  display: flex;
}
.contact-form__group label {
  width: 150px;
}
.contact-form__group input,
.contact-form__group textarea {
  flex: 1;
}

.contact-form__submit {
  align-self: flex-end;
  margin-top: 16px;
}

.country-selector {
  min-width: 100px;
}

.select2-container {
  width: 100% !important;
  margin-bottom: 24px;
}

.select2-selection__rendered {
  margin-left: 0;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
input[type=datalist],
textarea,
select {
  padding: 4px 8px;
  border: 1px solid #999999;
  box-shadow: inset 1px 1px 4px 0px rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

textarea {
  width: 100%;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

legend {
  margin-bottom: 20px;
  color: #0f4c81;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

label {
  color: #0f4c81;
  font-weight: 700;
}

.wpforms-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 12px !important;
}
.wpforms-field label {
  width: 124px !important;
  margin-right: 24px;
}
.wpforms-field input,
.wpforms-field textarea {
  flex: 1;
  max-width: none !important;
}
@media screen and (min-width: 880px) {
  .wpforms-field {
    flex-direction: row;
  }
}

.wpforms-required-label {
  display: none !important;
}

.wpforms-submit-container {
  display: flex;
  justify-content: flex-end;
}

.search-button {
  margin-top: 2px;
  padding: 8px;
  background-color: transparent;
  border: none !important;
  line-height: 1;
}
.search-button img {
  width: 26px;
  height: 26px;
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 48px;
  padding: 0.5rem 0;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px 2px;
}
.site-header .main-navigation {
  position: absolute;
  top: 0;
  left: 0;
}
.site-header .site-branding {
  display: flex;
  align-items: center;
  height: 32px;
}
.site-header .search-ctn {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 48px;
}
.site-header .search-form {
  display: none;
}
.site-header .search-form.toggled {
  display: flex;
}

.site-title {
  margin: 0;
  line-height: 1;
}
.site-title img {
  width: 120px;
  height: 21px;
}

@media screen and (min-width: 50rem) {
  .site-title {
    margin: 0 3rem 0 1.5rem;
  }

  .site-header {
    flex-direction: row;
    height: 88px;
    padding: 30px 0 0;
    justify-content: flex-start;
  }
  .site-header .main-navigation {
    position: static;
    top: auto;
    left: auto;
  }
  .site-header .search-ctn {
    position: static;
    display: block;
    height: auto;
    padding-right: 1rem;
    margin-left: auto;
  }
  .site-header .search-form {
    position: absolute;
    top: 100%;
    right: 0;
    max-width: 400px;
    padding-bottom: 0.5rem !important;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) -4px 0 4px -2px, rgba(0, 0, 0, 0.1) 0 4px 4px -2px;
  }
}
@media screen and (min-width: 64rem) {
  .site-header .search-button {
    display: none;
  }
  .site-header .search-form {
    position: static;
    display: flex !important;
    max-width: 300px;
    margin-right: 1rem;
    background-color: transparent;
    box-shadow: none;
  }
}
.hero {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 500px;
  padding: 20px;
  background-image: linear-gradient(to bottom, rgba(15, 76, 129, 0), #0f4c81);
  color: #ffffff;
}
@media screen and (min-width: 880px) {
  .hero {
    padding: 60px 60px 100px;
  }
}

.hero__title {
  max-width: 500px;
  margin-bottom: 40px;
  padding: 0;
  color: inherit;
  font-family: "Lato", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
.hero__title:before {
  display: none;
}
.hero__title strong {
  display: block;
  margin: 8px 0;
  color: #91e0ef;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.hero__title-line {
  display: inline-block;
}

.hero__title-line-small {
  display: block;
  margin-top: 16px;
  font-size: 22px;
  text-transform: none;
}

.hero__actions {
  display: flex;
}

.hero__link-ctn a,
.hero__link {
  display: block;
  margin-right: 16px;
  padding: 12px 24px;
  border: solid 1px currentColor;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}
.hero__link-ctn a:visited,
.hero__link:visited {
  color: #ffffff;
}
.hero__link-ctn a:hover,
.hero__link:hover {
  color: #ffffff;
  text-decoration: underline;
}
.hero__link-ctn a:active,
.hero__link:active {
  transform: scale(0.95, 0.95);
}

.hero__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  object-fit: cover;
}

.intro-text, .event-page__intro {
  color: #222222;
  font-size: 18px;
  font-style: italic;
}
.intro-text > p:first-child, .event-page__intro > p:first-child {
  margin-top: 0;
}

.avatar {
  border-radius: 50%;
  border: solid 1px #f3a10f;
  width: 80px;
  height: 80px;
}
.avatar.is-small {
  width: 40px;
  height: 40px;
}
.avatar.is-large {
  width: 250px;
  height: 250px;
  border-width: 2px;
}

.framed-image {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
  margin-bottom: 16px;
}
.framed-image:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fabe5e;
}
.framed-image.is-variant-2 {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.framed-image.is-variant-2:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d8eef3;
}
.framed-image.is-variant-3 {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.framed-image.is-variant-3:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0f4c81;
}
.framed-image img {
  display: block;
  width: 100%;
  margin: 0;
}

.page-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

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

figure {
  margin-bottom: 32px;
  text-align: center;
}

figcaption {
  color: #666666;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

a {
  color: #0f4c81;
}
a:visited {
  color: #131214;
}
a:hover, a:focus, a:active {
  color: #0f4c81;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

.main-navigation {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  height: 48px;
}
.main-navigation .sub-menu {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.main-navigation .primary-menu,
.main-navigation .secondary-menu {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
}
.main-navigation .primary-menu > li,
.main-navigation .secondary-menu > li {
  margin: 0 0 1rem;
  color: #0f4c81;
  font-size: 18px;
  font-weight: 700;
}
.main-navigation .primary-menu > li :any-link,
.main-navigation .secondary-menu > li :any-link {
  color: currentColor;
  text-decoration: none;
}
.main-navigation .primary-menu > li :any-link:hover,
.main-navigation .secondary-menu > li :any-link:hover {
  text-decoration: underline;
}
.main-navigation .primary-menu .sub-menu,
.main-navigation .secondary-menu .sub-menu {
  margin-top: 0.5rem;
}
.main-navigation .primary-menu .sub-menu > li,
.main-navigation .secondary-menu .sub-menu > li {
  margin: 0.75rem 0;
  color: #0f4c81;
  font-size: 16px;
  font-weight: 400;
}
.main-navigation .primary-menu .sub-menu > li :any-link,
.main-navigation .secondary-menu .sub-menu > li :any-link {
  color: currentColor;
  text-decoration: none;
}
.main-navigation .primary-menu .sub-menu > li :any-link:hover,
.main-navigation .secondary-menu .sub-menu > li :any-link:hover {
  text-decoration: underline;
}

.menu-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.25rem 0.5rem;
  color: #0f4c81;
  background-color: transparent;
  border: none;
  font-size: 16px;
  line-height: 1;
}
.menu-toggle img {
  width: 20px;
  height: 20px;
  margin-right: 0.25rem;
}

.menu-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: 80%;
  height: 100%;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px 2px;
  transform: translateX(-105%);
  transition: transform 0.2s ease-in-out;
}
.menu-container .close-button {
  align-self: flex-end;
}
.toggled .menu-container {
  transform: translateX(0);
}

.close-button {
  margin: 8px;
  padding: 8px;
  background-color: transparent;
  border: none !important;
  line-height: 1;
}
.close-button img {
  width: 24px;
  height: 24px;
}

.nav-container {
  overflow: auto;
  padding: 0 1rem;
}

.lang-switch .lang-switch__current {
  display: none;
}
.lang-switch .lang-switch__title {
  margin: 0 0 1rem;
  color: #0f4c81;
  font-size: 18px;
  font-weight: 700;
}
.lang-switch .lang-switch__list {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 0.5rem;
}
.lang-switch .lang-switch__list > li {
  margin: 0.75rem 0;
  color: #0f4c81;
  font-size: 16px;
  font-weight: 400;
}
.lang-switch .lang-switch__list > li :any-link {
  color: currentColor;
  text-decoration: none;
}
.lang-switch .lang-switch__list > li :any-link:hover {
  text-decoration: underline;
}

@media screen and (min-width: 50rem) {
  .menu-toggle {
    display: none;
  }

  .main-navigation {
    display: block;
    height: auto;
  }

  .menu-container {
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    box-shadow: none;
    transform: none;
    transition: none;
  }
  .menu-container .close-button {
    display: none;
  }
  .menu-container .primary-menu {
    display: block;
  }
  .menu-container .primary-menu > li {
    position: relative;
    display: inline-block;
    margin: 0 0.75rem;
    font-size: 17px;
    font-weight: 400;
  }
  .menu-container .primary-menu > li:hover .sub-menu, .menu-container .primary-menu > li:focus .sub-menu {
    display: block;
  }
  .menu-container .primary-menu > li .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 200px;
    margin: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px 2px;
  }
  .menu-container .primary-menu > li .sub-menu > li {
    margin: 0;
  }
  .menu-container .primary-menu > li .sub-menu > li :any-link {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
  }
  .menu-container .primary-menu > li .sub-menu > li :any-link:hover, .menu-container .primary-menu > li .sub-menu > li :any-link:focus {
    background-color: rgba(15, 76, 129, 0.1);
    text-decoration: none;
  }
  .menu-container .actions-ctn {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
    height: size__secondary_menu;
    padding: 0 0.5rem;
    border-bottom: solid 1px #f0f0f0;
  }
  .menu-container .actions-ctn .secondary-menu {
    display: flex;
    flex-direction: row;
  }
  .menu-container .actions-ctn .secondary-menu > li {
    margin: 0.25rem 1rem;
    color: #999999;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .menu-container .actions-ctn .secondary-menu > li :any-link {
    color: currentColor;
  }

  .nav-container {
    padding: 0;
    overflow: visible;
  }

  .lang-switch {
    position: relative;
    cursor: pointer;
  }
  .lang-switch:hover .lang-switch__list {
    display: block;
  }
  .lang-switch .lang-switch__current {
    display: block;
    margin: 0.5rem 1rem;
    color: #999999;
    font-size: 14px;
    font-weight: 400;
  }
  .lang-switch .lang-switch__current :any-link {
    color: currentColor;
  }
  .lang-switch .lang-switch__current .lang-switch__or {
    display: inline-block;
    margin-left: 0.25rem;
  }
  .lang-switch .lang-switch__title {
    display: none;
  }
  .lang-switch .lang-switch__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 4px 2px;
  }
  .lang-switch .lang-switch__list > li {
    margin: 0;
  }
  .lang-switch .lang-switch__list > li :any-link {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    color: #999999;
    font-size: 14px;
  }
  .lang-switch .lang-switch__list > li :any-link:hover, .lang-switch .lang-switch__list > li :any-link:focus {
    text-decoration: underline;
  }
}
.breadcrumbs {
  margin: 1rem 0;
  font-size: 12px;
}
.breadcrumbs :any-link {
  color: #f3a10f;
}
.breadcrumbs :any-link:active, .breadcrumbs :any-link:hover, .breadcrumbs :any-link:focus {
  color: #f3a10f;
  text-decoration: none;
}
.breadcrumbs :any-link:visited {
  color: #0f4c81;
}

.navigation {
  margin-top: 64px;
}
.navigation ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  justify-content: center;
}
.navigation ul li {
  margin: 0 0.5rem;
}
.navigation ul li a:visited {
  color: #0f4c81;
}
.navigation ul li.active a {
  text-decoration: none;
  pointer-events: none;
}

.nav-links {
  text-align: center;
}

.not-found {
  max-width: 400px;
  margin: 96px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 880px) {
  .not-found {
    min-height: 300px;
  }
}
.not-found .accent-link, .not-found .author-card .more, .author-card .not-found .more, .not-found .board-card .more, .board-card .not-found .more, .not-found .content-card .more, .content-card .not-found .more, .not-found .article-card .more, .article-card .not-found .more, .not-found .event-card .more, .event-card .not-found .more, .not-found .external-resource-card .more, .external-resource-card .not-found .more, .not-found .individual-card .more, .individual-card .not-found .more, .not-found .journal-card .more, .journal-card .not-found .more, .not-found .news-card .more, .news-card .not-found .more, .not-found .organization-card .more, .organization-card .not-found .more, .not-found .event-banner__cta a, .event-banner__cta .not-found a {
  display: block;
  margin-bottom: 24px;
}

.individual-vplates {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  max-width: 300px;
  margin: 0 auto;
}

.search-reset-btn {
  background: none;
  border: none;
  color: #e14511;
  text-decoration: underline;
  cursor: pointer;
}
.search-reset-btn:visited {
  color: #e14511;
}
.search-reset-btn:hover {
  text-decoration: none;
}

.search-tag {
  padding: 8px 24px;
  background: none;
  border: solid 1px currentColor;
  border-radius: 24px;
  color: #0f4c81;
  text-align: center;
  cursor: pointer;
}
.search-tag:hover {
  background-color: rgba(15, 76, 129, 0.1);
}
.search-tag:active {
  transform: scale(0.95, 0.95);
}

.search .content-card, .search .article-card, .search .event-card, .search .external-resource-card, .search .individual-card, .search .journal-card, .search .news-card, .search .organization-card {
  margin-bottom: 48px;
}

.search__result {
  margin: 16px 0 32px 16px;
}

.search-form {
  display: flex;
  width: 100%;
  padding: 0.5rem 0.5rem 0;
}
.search-form > label {
  flex: 1;
}
.search-form .search-field {
  width: 100%;
  padding: 0.25rem 0.75rem;
  border-color: #f0f0f0;
  border-top-left-radius: 24px;
  border-bottom-left-radius: 24px;
  border-right: none;
  box-shadow: none;
}
.search-form .search-field::placeholder {
  color: #999999;
}
.search-form .search-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.5rem;
  color: #ffffff;
  border: none;
  background-color: #f3a10f;
  border-top-right-radius: 24px;
  border-bottom-right-radius: 24px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  cursor: pointer;
}
.search-form .search-submit img {
  width: 22px;
  height: 22px;
}

.section, .donate-widget, .full-width, .page-home__resources, .page-home__latest-2, .page-individual__articles {
  background-color: #ecf4f5;
}
.section.is-skewed, .is-skewed.donate-widget, .is-skewed.full-width, .is-skewed.page-home__resources, .is-skewed.page-home__latest-2, .is-skewed.page-individual__articles {
  position: relative;
  margin-bottom: 100px;
}
.section.is-skewed .section__bg, .is-skewed.donate-widget .section__bg, .is-skewed.full-width .section__bg, .is-skewed.page-home__resources .section__bg, .is-skewed.page-home__latest-2 .section__bg, .is-skewed.page-individual__articles .section__bg {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #ecf4f5;
  transform: skewY(3deg);
  transform-origin: 0 0;
}

.sidebar-heading {
  color: #f3a10f;
  font-size: 24px;
  font-weight: 700;
}

.share-btn-list {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-direction: row;
}
.share-btn-list li {
  margin-bottom: 8px;
  margin-right: 8px;
}
@media screen and (min-width: 880px) {
  .share-btn-list {
    flex-direction: column;
  }
  .share-btn-list li {
    margin-right: 0;
  }
}

.share-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #91e0ef;
  border-radius: 50%;
}
.share-btn img {
  width: 100%;
}
.share-btn.facebook img {
  width: 24px;
}
.share-btn.twitter img {
  width: 24px;
}
.share-btn.linked-in img {
  width: 32px;
}

.tag-list {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.tag-list > li {
  margin: 0 8px 8px 0;
}

.tag {
  display: inline-block;
  padding: 8px 16px;
  background-color: #bff4fe;
  border-radius: 4px;
  color: #0f4c81;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
}
.tag:visited {
  color: #0f4c81;
}
.tag:hover {
  background-color: #8debfd;
}
.tag:active {
  transform: scale(0.95, 0.95);
}

.tags {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
}
.tags li {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  padding: 0.25rem 1rem;
  background-color: #caf1f8;
  border-radius: 1rem;
}
.tags li a {
  color: #0f4c81;
  text-decoration: none;
}

.widget {
  max-width: 300px;
  margin: 32px 0;
  padding: 16px;
}
.widget.is-primary {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.widget.is-primary:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fabe5e;
}
.widget.is-secondary {
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.widget.is-secondary:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -8px;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d8eef3;
}
.widget.is-large {
  max-width: 700px;
  text-align: center;
}

.widget__title {
  margin: 0 0 16px;
  color: #0f4c81;
  font-size: 28px;
  font-family: "Gelasio", serif;
  line-height: 1.2;
}

.widget__description {
  margin: 8px 0 16px;
  line-height: 1.25;
}

.donate-widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 128px;
  padding: 16px 16px 0;
}

.donate-widget__title {
  margin-bottom: 0;
  font-size: 24px;
}

.donate-widget__description {
  color: #999999;
  font-size: 18px;
}

.donate-widget__link {
  margin-bottom: -16px;
}

.interstitial {
  max-width: 500px !important;
  margin: -48px auto 96px !important;
  text-align: center;
}

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