/*
 * Hide only visually, but have it available for screen readers: h5bp.com/v
 */
@import url("https://fonts.googleapis.com/css?family=Asap:400,700&display=swap");
@import "assets/fonts/franchise/franchise.css";
.screen-reader-text,
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* A Linux- and Windows-friendly sans-serif font stack: http://prospects.mhurrell.co.uk/post/updating-the-helvetica-font-stack */
/*
Theme Name: wen
Theme URI: http://properdesign.rs
Description: WEN WordPress Theme
Author: Proper Design
Author URI: http://properdesign.rs
Version: 1
Tags:

Based on HTML5 Reset Theme by Monkey Do! + @ckhicks http://monkeydo.biz
*/
img[class*=wp-image-], .wp-caption {
  display: block;
  max-width: 100%;
  height: auto;
}

.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.gallery {
  margin: 1em -0.5em;
}

.gallery-item {
  padding: 0.5em;
  margin: 0;
  display: inline-block;
  position: relative;
  vertical-align: top;
}

.gallery-item img {
  display: block;
  width: 100%;
  height: auto;
}
.gallery-item figcaption {
  margin-top: 0.5em;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  width: 11.1111111111%;
}

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: "Asap", sans-serif; /* 1 */
  box-sizing: border-box;
  line-height: 1.8;
}

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

/**
 * 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,
blockquote,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

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

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

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

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

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

pre {
  background-color: #0a1b3a;
  color: #00ff00;
  padding: 1em;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1rem 0;
  font-weight: 400;
  line-height: 1.2;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 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: #f811e1;
  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;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
  color: #1a92d1;
}
a:visited {
  color: #694896;
}
a:active, a:hover {
  outline: 0;
}

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

tr {
  border-bottom: solid thin;
}

td, th {
  vertical-align: top;
  padding: 0.5em;
}

/* 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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

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

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
  margin: 0;
  max-width: 100%;
  height: auto;
}

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

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

.siteHeader-wrapper {
  position: relative;
  z-index: 10;
  border-bottom: solid 0.25rem;
  color: white;
  background-color: #694896;
  border-color: #694896;
}
.connect .siteHeader-wrapper, .post-type-archive-member .siteHeader-wrapper {
  background-color: #5db67c;
  border-bottom-color: #5db67c;
}
.champion .siteHeader-wrapper {
  background-color: #ef7c4f;
  border-bottom-color: #ef7c4f;
}
.blog .siteHeader-wrapper, .single-post .siteHeader-wrapper {
  background-color: #db345e;
  border-bottom-color: #db345e;
}
.connect .siteHeader-wrapper, .post-type-archive-member .siteHeader-wrapper {
  border-color: #5db67c;
}
.champion .siteHeader-wrapper {
  border-color: #ef7c4f;
}
.blog .siteHeader-wrapper, .single-post .siteHeader-wrapper {
  border-color: #db345e;
}
.siteHeader-wrapper a {
  color: currentColor;
  text-decoration: none;
}
.siteHeader-wrapper .siteHeader-wrapper-inner {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 1rem 0.5rem 1rem 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
}

.siteHeader-logo {
  display: block;
  height: 3em;
  width: auto;
  fill: currentColor;
}
@media screen and (min-width: 42em) {
  .siteHeader-logo {
    height: 4em;
  }
}

.headerActions {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 32rem) {
  .headerActions {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
  }
}

.headerCTAS {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
  padding: 0.5rem;
  background-color: #64646e;
  position: fixed;
  bottom: 0;
  width: 100%;
}
@media (min-width: 32rem) {
  .headerCTAS {
    position: relative;
    width: max-content;
    background-color: transparent;
  }
}

.headerCTA {
  line-height: 1;
  display: block;
  width: auto;
  border: 0;
  outline: 0;
  padding: 0.5em 1em;
  text-align: center;
  background-color: #5db67c;
}
.headerCTA.joinCTA {
  width: 100%;
}
.connect .headerCTA, .champion .headerCTA, .post-type-archive-member .headerCTA {
  background-color: #694896;
}

.siteNav-toggle, .siteNav li.menu-item a {
  display: block;
  color: white;
  text-decoration: none;
  line-height: 1;
  padding: 0.5rem;
  cursor: pointer;
}

.siteNav-wrapper {
  flex: 1;
  opacity: 0;
  transition: 1s;
}

.siteNav-wrapper.squish-ready {
  opacity: 1;
}

.siteNav ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.siteNav li.menu-item {
  display: inline-block;
  position: relative;
}
.siteNav li.current-page-ancestor:after,
.siteNav li.current-menu-item:after,
.siteNav li.current-menu-parent:after {
  content: "";
  width: 0;
  height: 0;
  border: solid transparent 1rem;
  border-bottom-color: rgba(105, 72, 150, 0.5);
  position: absolute;
  left: 50%;
  bottom: -1rem;
  transform: translateX(-1rem);
}
.connect .siteNav li.current-page-ancestor:after,
.connect .siteNav li.current-menu-item:after,
.connect .siteNav li.current-menu-parent:after {
  border-bottom-color: rgba(93, 182, 124, 0.5);
}
.champion .siteNav li.current-page-ancestor:after,
.champion .siteNav li.current-menu-item:after,
.champion .siteNav li.current-menu-parent:after {
  border-bottom-color: rgba(239, 124, 79, 0.5);
}
.blog .siteNav li.current-page-ancestor:after, .single-post .siteNav li.current-page-ancestor:after,
.blog .siteNav li.current-menu-item:after,
.single-post .siteNav li.current-menu-item:after,
.blog .siteNav li.current-menu-parent:after,
.single-post .siteNav li.current-menu-parent:after {
  border-bottom-color: #db345e;
}

.siteNav-toggle {
  text-align: right;
  display: none;
}

.siteNav-wrapper.too-small .siteNav-toggle {
  display: block;
}
.siteNav-wrapper.too-small ul.menu {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: 1s;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #694896;
}
.connect .siteNav-wrapper.too-small ul.menu, .post-type-archive-member .siteNav-wrapper.too-small ul.menu {
  background-color: #5db67c;
}
.champion .siteNav-wrapper.too-small ul.menu {
  background-color: #ef7c4f;
}
.blog .siteNav-wrapper.too-small ul.menu, .single-post .siteNav-wrapper.too-small ul.menu {
  background-color: #db345e;
}
.siteNav-wrapper.too-small li.menu-item {
  display: block;
}
.siteNav-wrapper.too-small li.menu-item a {
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.4);
}
.siteNav-wrapper.too-small li.current-menu-item:after,
.siteNav-wrapper.too-small li.current_page_parent:after {
  display: none;
}

.siteNav-wrapper.too-small.is-open ul.menu {
  max-height: 28rem;
}

.secondaryNav-wrapper {
  padding-right: 0.5rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.secondaryNav-wrapper .secondaryNav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.secondaryNav-wrapper .secondaryNav a {
  display: block;
  padding: 1em 0.5em;
}
.secondaryNav-wrapper .secondaryNav .current-menu-item a {
  text-decoration: underline;
}

.siteFooterActions {
  display: flex;
  padding: 1rem;
  flex-wrap: wrap;
}

.siteFooter {
  background-color: #64646e;
  color: white;
  padding: 2rem 2rem 4rem;
}
.siteFooter a,
.siteFooter a:visited {
  color: white;
}

@media screen and (min-width: 42em) {
  .footer-hcard {
    display: flex;
    justify-content: space-between;
  }
}

.vcard-registrations {
  font-size: small;
}
@media screen and (min-width: 42em) {
  .vcard-registrations {
    text-align: right;
    padding-left: 2rem;
    max-width: 33.33vw;
  }
}

.vcard-org {
  margin: 0;
  font-weight: bold;
}

.vcard-address {
  margin-bottom: 1rem;
}

.footerContactButton {
  background-color: #5db67c;
  color: white;
  border: none;
  padding: 1rem 2rem;
}

.footer-socials {
  margin-top: 1rem;
}
@media screen and (min-width: 42em) {
  .footer-socials {
    margin-top: 0;
    text-align: right;
  }
}

.footer-socials-icon {
  fill: white;
  width: 2rem;
  height: 2rem;
  margin: 0 1rem 0 0;
}
@media screen and (min-width: 42em) {
  .footer-socials-icon {
    margin: 0 0 0 1rem;
  }
}

.footerNav ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}
.footerNav li {
  display: inline-block;
}

.latestPosts-wrapper {
  background-color: #db345e;
  padding: 2rem;
}
.latestPosts-wrapper .latestPosts {
  max-width: 90rem;
  margin: 0 auto;
}
.latestPosts-wrapper .latestPosts-title {
  text-align: center;
  color: white;
  font-family: "Franchise";
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  font-size: calc(
    3rem + 1 * ((100vw - 20rem) / 60)
  );
}
@media screen and (max-width: 20rem) {
  .latestPosts-wrapper .latestPosts-title {
    font-size: 3rem;
  }
}
@media screen and (min-width: 80rem) {
  .latestPosts-wrapper .latestPosts-title {
    font-size: 4rem;
  }
}
.latestPosts-wrapper .latestPosts-posts {
  display: grid;
  grid-row-gap: 2rem;
  grid-column-gap: 2rem;
}
@media screen and (min-width: 68em) {
  .latestPosts-wrapper .latestPosts-posts {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.latestPosts-wrapper .postTeaser {
  background-color: white;
  padding: 1rem;
}

.tabList {
  list-style: none;
  padding: 0;
}

.tabList .tab {
  cursor: pointer;
  display: inline-block;
}

[aria-hidden=true],
.hidden {
  display: none;
}

.familyTree-wrapper {
  background-color: #e9e9e9;
  padding: 2rem;
}

.familyTree {
  display: grid;
  column-gap: 2rem;
  row-gap: 2rem;
  max-width: 90rem;
  margin: 0 auto;
}
@media screen and (min-width: 42em) {
  .familyTree {
    grid-template-columns: repeat(3, 1fr);
  }
}

.familyTree-page {
  color: white;
  background-color: #694896;
  color: white;
}
.connect .familyTree-page, .post-type-archive-member .familyTree-page {
  background-color: #5db67c;
  border-bottom-color: #5db67c;
}
.champion .familyTree-page {
  background-color: #ef7c4f;
  border-bottom-color: #ef7c4f;
}
.blog .familyTree-page, .single-post .familyTree-page {
  background-color: #db345e;
  border-bottom-color: #db345e;
}
.familyTree-page h2 {
  font-family: "Franchise";
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  font-size: xx-large;
  text-align: center;
  line-height: 1;
  margin: 0;
}
.familyTree-page a {
  min-height: 12rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  color: currentColor;
  text-decoration: none;
}

.postTeaser-title {
  margin: 0;
}
.postTeaser-title a {
  text-decoration: none;
}

.formModal-wrapper {
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.75);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem;
}
@media screen and (min-width: 42em) {
  .formModal-wrapper {
    padding: 3rem;
  }
}

.formModal {
  width: 100%;
  max-width: 50rem;
  background-color: white;
  margin-bottom: 2rem;
}

.formModal-header {
  background-color: #5db67c;
  color: white;
  text-align: right;
}

.formModal-close {
  background-color: transparent;
  color: white;
  border: none;
  padding: 1rem;
}

.formModal-close-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin: 0;
  vertical-align: middle;
}

.formModal-content {
  padding: 2rem;
  background: white;
}

.formModal fieldset {
  display: block;
  border: none;
  padding: 0;
}
.formModal label {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.formModal .field-wrapper {
  margin-bottom: 1rem;
  max-width: 36rem;
}
.formModal .field-wrapper label {
  display: block;
}
.formModal .field-help {
  padding: 0.25rem;
  background-color: #efefea;
  margin: 0.5rem 0;
}
.formModal .field-error {
  padding: 0.25rem;
  background-color: #db345e;
  color: white;
  margin: 0.5rem 0;
}
.formModal [type=text],
.formModal [type=url],
.formModal [type=email],
.formModal textarea {
  width: 100%;
  border: solid thin black;
  padding: 0.75rem;
}

.formModal-title {
  background-color: #1a92d1;
  color: white;
  padding: 2rem;
  margin: 0;
}

.formModal-message {
  padding: 2rem;
}

.fileUploader-preview {
  border: 1px dashed grey;
  margin-top: 1em;
  padding: 1em;
}
.fileUploader-preview img {
  max-height: 15em;
  width: auto;
}

.hero {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 7.5rem);
  padding: 2rem 2rem 8rem;
  align-items: center;
  justify-content: center;
  color: white;
  background-color: #694896;
}
.connect .hero, .post-type-archive-member .hero {
  background-color: #5db67c;
  border-bottom-color: #5db67c;
}
.champion .hero {
  background-color: #ef7c4f;
  border-bottom-color: #ef7c4f;
}
.blog .hero, .single-post .hero {
  background-color: #db345e;
  border-bottom-color: #db345e;
}
@media screen and (min-width: 42em) {
  .hero {
    min-height: calc(100vh - 8.5rem);
  }
}
.hero:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border: 2rem solid transparent;
  border-bottom-color: white;
  transform: translateX(-2rem);
}
.hero:hover .wobblyBit {
  stroke-dasharray: 40;
  animation: dash 1s linear infinite;
}

.hero.shorty {
  min-height: calc(50vh - 7.5rem);
}

.hero-icon {
  width: 6rem;
  height: 6rem;
  max-width: 33.3333333333%;
}

.hero-icons {
  display: flex;
}

.hero-content {
  max-width: 75%;
  margin: 0 auto;
  text-align: center;
}

.hero-title,
h1.hero-title {
  font-family: "Franchise";
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  font-size: calc(
    2.8rem + 3.2 * ((100vw - 20rem) / 60)
  );
  margin: 1rem 0 0 0;
}
@media screen and (max-width: 20rem) {
  .hero-title,
  h1.hero-title {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 80rem) {
  .hero-title,
  h1.hero-title {
    font-size: 6rem;
  }
}

.hero-blurb {
  max-width: 60rem;
  font-size: calc(
    1rem + 0.2 * ((100vw - 20rem) / 60)
  );
  margin: 0 auto;
}
@media screen and (max-width: 20rem) {
  .hero-blurb {
    font-size: 1rem;
  }
}
@media screen and (min-width: 80rem) {
  .hero-blurb {
    font-size: 1.2rem;
  }
}

.featuredImage-wrapper {
  padding: 0;
  margin: 2rem -2rem;
}
.featuredImage-wrapper figcaption {
  padding: 0.5em;
  color: white;
  background-color: #9d9c9c;
}

.featuredImage {
  display: block;
  width: 100%;
  height: auto;
}

.shareButtons-wrapper {
  position: sticky;
  top: 0;
  padding: 1rem 0;
  background-color: white;
}

.shareButtons {
  display: flex;
}

.teamList {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}

.teamList-item {
  display: flex;
  margin-bottom: 2rem;
}

.teamList-item-image-wrapper {
  width: 33.3333333333%;
}

.teamList-item-image {
  width: 100%;
  height: auto;
  position: sticky;
  top: 2rem;
}

.teamList-item-content {
  width: 66.6666666667%;
  padding-right: 2rem;
}

.teamList-item-name {
  margin: 0;
}

.teamList-item-role {
  text-transform: uppercase;
}

.languageSwitcher {
  font-size: 1rem;
  line-height: 1;
  padding: 0.5rem 1rem 0 1rem;
}
.languageSwitcher ul.language-chooser {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.languageSwitcher li {
  display: inline-block;
}
.languageSwitcher li a {
  display: inline-block;
  padding: 0.5em 1em;
}
.languageSwitcher li.active a {
  background-color: rgba(0, 0, 0, 0.2);
}

.postPrevNext-wrapper {
  padding: 2rem;
  background-color: #e9e9e9;
}

.postPrevNext {
  margin: 0 auto;
  width: 100%;
  max-width: 90rem;
  display: flex;
  justify-content: space-between;
}
.postPrevNext a {
  display: block;
  max-width: 25%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.pagination {
  background-color: #e9e9e9;
  padding: 0.5rem;
  color: #1a92d1;
}
.pagination a {
  color: currentColor;
  text-decoration: none;
}
.pagination .nav-links {
  text-align: center;
  font-size: x-large;
}
.pagination .page-numbers {
  padding: 0.5rem;
}
.pagination .page-numbers.current {
  text-decoration: underline;
}

.joinWen {
  background-color: #5db67c;
  color: white;
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex: 1;
  margin: 1rem;
}
.joinWen button {
  display: block;
  text-transform: uppercase;
  width: max-content;
  font-size: 1rem;
  border: none;
  padding: 1rem 2rem;
  background-color: #5db67c;
}

.joinWen-content {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 2rem;
}

.joinForm-header {
  background-color: #e9e9e9;
  padding: 2rem;
  margin: -2rem -2rem 2rem -2rem;
}

.joinForm-header-option {
  background: #9d9c9c;
  color: white;
  border: none;
  margin-right: 0.5em;
}
.joinForm-header-option.active {
  background: #5db67c;
}

.frontPage-sections-wrapper {
  padding: 2rem;
}

.frontPage-sections {
  max-width: 90rem;
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: grid;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}
@media screen and (min-width: 42em) {
  .frontPage-sections {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.frontPage-sections a {
  display: contents;
  color: currentColor;
  text-decoration: none;
}

.frontPage-section {
  color: white;
  background-color: #694896;
  color: white;
  padding: 2rem 0 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.connect .frontPage-section, .post-type-archive-member .frontPage-section {
  background-color: #5db67c;
  border-bottom-color: #5db67c;
}
.champion .frontPage-section {
  background-color: #ef7c4f;
  border-bottom-color: #ef7c4f;
}
.blog .frontPage-section, .single-post .frontPage-section {
  background-color: #db345e;
  border-bottom-color: #db345e;
}
.frontPage-section:hover .wobblyBit {
  stroke-dasharray: 40;
  animation: dash 1s linear infinite;
}

.frontPage-section-title {
  font-family: "Franchise";
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
  font-size: calc(
    2rem + 2 * ((100vw - 20rem) / 60)
  );
}
@media screen and (max-width: 20rem) {
  .frontPage-section-title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 80rem) {
  .frontPage-section-title {
    font-size: 4rem;
  }
}

.frontPage-section-content {
  padding: 2rem;
  margin-top: 2rem;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  flex-grow: 1;
}

@keyframes dash {
  to {
    stroke-dashoffset: -80;
  }
}
.reports {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.report {
  background-color: #e9e9e9;
}
.report + .report {
  margin-top: 1rem;
}

.report-header {
  padding: 0.5rem 1rem;
  background-color: #694896;
  color: white;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.report-commissioner {
  max-width: 60%;
}

.report-content {
  padding: 0 1rem 1rem;
}

.report-abstract {
  background-color: white;
  border: solid thin #9d9c9c;
}
.report-abstract summary {
  padding: 0.25rem 0.5rem;
}
.report-abstract[open] summary {
  margin-bottom: 1rem;
  border-bottom: solid thin #9d9c9c;
}

.report-abstract-content {
  padding: 0 1rem 1rem;
}

a.report-link {
  display: inline-block;
  margin-top: 1rem;
  background-color: #1a92d1;
  color: white;
  text-decoration: none;
  line-height: 1;
  padding: 0.5rem 1rem;
}

.donate {
  background-color: #694896;
  color: white;
  max-width: 90rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex: 1;
  margin: 1rem;
}

.donate-content {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 2rem;
}

.donate-cta {
  padding: 2rem;
}

a.donate-ctaButton {
  display: block;
  text-transform: uppercase;
  width: max-content;
  font-size: 1rem;
  border: none;
  padding: 1rem 2rem;
  background-color: #5db67c;
  color: white;
  text-decoration: none;
}

.faq {
  list-style: none;
  padding: 0;
  background-color: #e9e9e9;
  padding: 0.5em;
  display: grid;
  gap: 0.5em;
}

.faq-details {
  background-color: white;
}

.faq-summary {
  color: white;
  background-color: #5db67c;
  padding: 0.5em 1em;
  margin: 0;
  cursor: pointer;
}

.faq-answer {
  padding: 1em;
}
.faq-answer p:first-child {
  margin-top: 0;
}
.faq-answer p:last-child {
  margin-bottom: 0;
}

.siteWrapper {
  display: grid;
  grid-template-rows: min-content 1fr min-content;
  grid-template-areas: "header" "content" "footer";
  min-height: 100vh;
  overflow: hidden;
}

.siteHeader-wrapper {
  grid-area: header;
}

.siteContent-wrapper {
  grid-area: content;
}

.siteContent-main {
  font-size: calc(
    1rem + 0.2 * ((100vw - 40rem) / 40)
  );
  max-width: 50rem;
  margin: 0 auto;
  padding: 2rem;
  background-color: white;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 40rem) {
  .siteContent-main {
    font-size: 1rem;
  }
}
@media screen and (min-width: 80rem) {
  .siteContent-main {
    font-size: 1.2rem;
  }
}

.siteContent-related {
  padding: 2rem;
}

.siteFooter-wrapper {
  grid-area: footer;
}

.frontPage-main-wrapper {
  padding: 2rem;
}

.frontPage-main {
  max-width: 60rem;
  margin: 0 auto;
  text-align: center;
}

.blogList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blogList-item {
  padding: 2rem 0;
}
.blogList-item + .blogList-item {
  border-top: solid thin #9d9c9c;
}

.post-title {
  margin: 0;
}

.post blockquote {
  border-left: solid #db345e;
  margin: 2rem 0;
  padding: 0 2em 0 1rem;
  margin-left: -1rem;
}

.members-wrapper {
  background-color: #e9e9e9;
}
.members-wrapper .hero:after {
  border-bottom-color: #e9e9e9;
}

.members-title {
  font-family: "Franchise";
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
}

.members {
  list-style: none;
  padding: 2rem;
  margin: 0;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
}

.memberTeaser {
  background-color: white;
  border: solid white;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.memberTeaser-logo {
  display: block;
  width: 100%;
  height: 9em;
  background-color: white;
  padding: 0 1em 1em;
  object-fit: contain;
  border-bottom: solid #e9e9e9;
}

.memberTeaser-content {
  flex-grow: 1;
  padding: 1rem 0;
}
.memberTeaser-content summary {
  padding: 0.5em;
  background-color: #5db67c;
  color: white;
}

.memberTeaser-footer {
  border-top: solid #e9e9e9;
  padding: 1em 0 0 0;
  display: flex;
  justify-content: space-between;
}

.memberTeaser-name {
  font-size: x-large;
  font-weight: bold;
}

.memberTeaser-contacts-list,
.memberTeaser-socials-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.memberTeaser-socials-list {
  display: flex;
  gap: 0.5em;
}

.memberTeaser-socialLink {
  display: block;
  width: 2.5em;
  height: 2.5em;
}
.memberTeaser-socialLink.facebook {
  fill: #3b5998;
}
.memberTeaser-socialLink.twitter {
  fill: #00acee;
}

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