/*! normalize.css v8.0.1 | 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 {
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
	========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
	========================================================================== */
/**
 * 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;
}
html {
  line-height: 1.5;
  font-size: 21px;
  font-variant-numeric: oldstyle-nums;
  font-feature-settings: "onum";
}
p {
  margin: 0 0 1rem;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  font-variant-ligatures: common-ligatures;
  color: #555c5c;
}
p small {
  font-size: 0.875rem;
  color: #999;
}
a {
  text-decoration: none;
  color: #ad3232;
}
a:hover,
a:active {
  color: #ad3232;
}
p > a {
  color: #852727;
  border-bottom: 1px solid #b5b5b5;
}
p > a:hover,
p > a:active {
  border-bottom: 1px solid #ad3232;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.4em 0;
  font-family: minion-3-display, serif;
  font-weight: 300;
  color: #970000;
  font-style: normal;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-feature-settings: "liga=1";
  -ms-font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  font-variant-ligatures: common-ligatures;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
}
h1 .caps,
h2 .caps,
h3 .caps,
h4 .caps,
h5 .caps,
h6 .caps {
  letter-spacing: 2px;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  color: #999;
}
h1,
.h1 {
  font-size: 39.9px;
  line-height: 1.3;
  border: 0;
}
h1 small,
.h1 small {
  font-size: 18px;
}
h2,
.h2 {
  font-size: 33.6px;
  line-height: 1.3;
}
h2 small,
.h2 small {
  font-size: 18px;
}
h3,
.h3 {
  font-size: 29.4px;
  line-height: 1.35;
  font-weight: 350;
}
h3 small,
.h3 small {
  font-size: 14px;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  line-height: 1.5;
}
h4,
.h4 {
  font-size: 27.3px;
}
h4 small,
.h4 small {
  font-size: 12px;
}
h5,
.h5 {
  font-size: 23.1px;
}
h6,
.h6 {
  font-size: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
ul,
ol {
  padding: 0;
  margin: 0 0 1.5;
  color: #555c5c;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 1.5;
  margin: 0 0 0.5rem;
}
ul[class],
ol[class] {
  margin-left: 0;
  list-style: none;
}
ul.plain li a,
ol.plain li a {
  color: #555c5c;
}
ul.plain li a:hover,
ol.plain li a:hover,
ul.plain li a:active,
ol.plain li a:active {
  border-bottom: 1px solid #ad3232;
}
li > ul,
li > ol {
  margin: 0.5rem 0 0.5rem 2rem;
  list-style-type: "– ";
}
dl {
  margin-bottom: 0.5rem;
}
dt,
dd {
  line-height: 1.5;
}
dt {
  font-weight: bold;
  line-height: 0.5;
}
dd {
  margin-left: 1.5 / 2;
}
hr {
  margin: 0.5rem 0;
  border: 0;
  border-top: 1px solid #999;
  border-bottom: 1px solid white;
}
strong,
b {
  font-weight: 600;
}
em {
  font-style: italic;
}
.muted {
  color: #999;
}
abbr[title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 1.5;
}
blockquote p {
  margin-bottom: 0;
}
blockquote small {
  display: block;
  line-height: 1.5;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #999;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 1.5;
  font-style: normal;
  line-height: 1.5;
}
th,
td {
  padding: 0.5rem 1.5rem 0.5rem 0;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
small {
  font-size: 100%;
}
cite {
  font-style: normal;
}
/* From HTML5 Boilder Plate These selection declarations have to be separate
 	No text-shadow: twitter.com/miketaylr/status/12228805301
 */
::selection {
  color: black;
  background: #decbcb;
  text-shadow: none;
}
/* j.mp/webkit-tap-highlight-color */
a:link {
  -webkit-tap-highlight-color: #ad3232;
}
/* Make buttons play nice in IE:
 	www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {
  width: auto;
  overflow: visible;
}
/* Bicubic resizing for non-native sized IMG:
 	code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
.smallcaps {
  font-feature-settings: "c2sc", "smcp";
  letter-spacing: 1px;
}
.liningfigs {
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
}
.caps {
  font-feature-settings: "c2sc", "smcp";
  letter-spacing: 1.5px;
  font-size: 1.05em;
}
em .caps,
i .caps {
  font-size: inherit;
}
.fullCaps {
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*
* type overrides
* ----------------------------------------------------------------- */
h3,
h4,
h5,
h6 {
  font-family: minion-3, serif;
}
html {
  font-family: minion-3, serif;
}
.mainGrid {
  display: grid;
  grid-template-columns: minmax(2rem, 1fr) minmax(300px, 1200px) minmax(2rem, 1fr);
}
body {
  height: 100vh;
  display: grid;
  grid-template-rows: 10rem 1fr auto;
  position: relative;
  overflow-x: hidden;
}
main.content,
footer,
header.main {
  display: grid;
  grid-template-columns: minmax(2rem, 1fr) minmax(300px, 1200px) minmax(2rem, 1fr);
}
main.content .inner,
footer .inner,
header.main .inner {
  grid-column: 2/-2;
}
header.main {
  position: relative;
  width: 100%;
  max-height: 10rem;
  display: grid;
  grid-template-columns: minmax(2rem, 1fr) minmax(300px, 1200px) minmax(2rem, 1fr);
}
header.main:nth-last-child(-n+2) {
  text-shadow: 1px 1px 10px black;
}
header.main .inner {
  isolation: isolate;
}
header.main:before {
  /* Apply blend mode to this pseudo element */
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(133, 131, 126, 0.7);
  mix-blend-mode: multiply;
}
main.content div.inner {
  display: flex;
}
section.main {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
section.main.no-hero {
  margin-top: 2.5rem;
}
@media (min-width: 856px) {
  section.main {
    width: calc(66.6% - 2rem);
    padding-left: 2rem;
    border-left: 1.5px #b4b4b4 solid;
  }
  section.main .inner {
    display: flex;
  }
  aside {
    width: 33.3%;
  }
}
footer.main {
  background: #6b6965;
  color: white;
  padding: 1rem 0;
  margin-top: 1rem;
  mix-blend-mode: multiply;
}
/* @group
 * Header
 * ----------------------------------------------------------------- */
.masthead {
  padding: 0 0 0.5rem 0;
  max-width: 7rem;
}
.masthead svg #text .cls-1 {
  fill: white;
}
header.main .inner .top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header.main .inner .top .masthead {
  width: 100%;
}
nav.top-nav {
  color: white;
  font-family: sweet-sans-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.7rem;
  transition: all 0.2s;
  position: absolute;
  z-index: 10000;
  margin: 1rem 0.5rem 0 -0.5rem;
  overflow: hidden;
  font-size: 1.1rem;
  width: calc(100vw - 4rem - (100vw - 100%));
}
nav.top-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.top-nav ul li {
  text-transform: none;
  letter-spacing: 0;
  padding-bottom: 0.9rem;
  font-size: 1rem;
}
nav.top-nav ul li.active a,
nav.top-nav ul li:hover a {
  color: #852727;
}
nav.top-nav ul li a {
  display: block;
  transition: color 0.2s;
  color: inherit;
}
nav.top-nav ul li a:not(nav.top-nav ul li a:hover) {
  color: white;
}
nav.top-nav .contains-subitems ul {
  margin-top: 0.9rem;
}
nav.top-nav li.contains-subitems {
  padding-bottom: 0;
}
nav.top-nav > ul {
  background-color: rgba(4, 4, 6, 0.85);
  transition: all 0.2s ease-in-out;
  pointer-events: auto;
  width: calc(100% - 2.4rem);
  border-radius: 4px;
  border: 1px solid rgba(86, 86, 128, 0.6);
  transform: translateX(-100%);
  padding: 1.2rem;
}
nav.top-nav > ul.opened {
  transform: translateX(0vw);
}
nav.top-nav > ul > li {
  margin-top: 0;
  margin-bottom: 0.8rem;
  border-bottom: 1px solid white;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 75%;
}
nav.top-nav > ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
@media (min-width: 856px) {
  nav.top-nav {
    position: static;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: inherit;
    transform: inherit;
    grid-template: 1/-1;
  }
  nav.top-nav > ul {
    background-color: transparent;
    display: flex;
    gap: 1rem;
    width: 100%;
    transform: inherit;
    justify-content: space-between;
    padding: 0;
    border: none;
  }
  nav.top-nav > ul li {
    margin-bottom: 0;
    border-bottom: none;
  }
  nav.top-nav > ul li a {
    color: black;
  }
  nav.top-nav li.contains-subitems {
    position: relative;
    border-bottom: none;
  }
  nav.top-nav li.contains-subitems > ul {
    background-color: rgba(4, 4, 6, 0.9);
    transition: all 0.3s ease-in-out;
    position: absolute;
    z-index: 200;
    top: 1rem;
    left: -1rem;
    transform: translateX(-4rem);
    width: 20rem;
    padding: 1rem;
    opacity: 0;
    visibility: hidden;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
  }
  nav.top-nav li.contains-subitems:hover {
    color: #ad3232;
  }
  nav.top-nav li.contains-subitems:hover ul {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
button.menu-icon {
  border: none;
  background: none;
  display: none;
  padding: 0.25rem;
  font-size: 2em;
}
@media (max-width: 855px) {
  button.menu-icon {
    display: inline-block;
  }
}
button.menu-icon svg {
  float: left;
  cursor: pointer;
  stroke-width: 3;
  /* border: 1px solid white; */
  width: 2.5rem;
  height: 2.5rem;
  stroke: white;
}
button.menu-icon svg #top {
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg) translate(0%, 0%);
  transform-origin: 50% 29%;
}
button.menu-icon svg #middle {
  transition: opacity 0.2s ease-in-out;
  opacity: 1;
}
button.menu-icon svg #bottom {
  transition: transform 0.2s ease-in-out;
  transform: rotate(0deg) translate(0%, 0%);
  transform-origin: 50% 71%;
}
button.menu-icon svg.opened #top {
  transform: rotate(45deg) translate(15%, 15%);
}
button.menu-icon svg.opened #middle {
  opacity: 0;
}
button.menu-icon svg.opened #bottom {
  transform: rotate(-45deg) translate(15%, -15%);
}
/* @group
 * Footer
 * ----------------------------------------------------------------- */
footer.main a,
footer.main ul,
footer.main li,
footer.main ol,
footer.main p {
  color: inherit;
  font-size: 14px;
  font-family: sweet-sans-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
footer.main ul.footer-nav {
  display: flex;
  gap: 2rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}
footer.main ul.footer-nav a {
  border: none;
}
footer.main a {
  border-bottom: 1px solid #b5b5b5;
}
footer.main a:hover,
footer.main a:active {
  color: #852727;
  border-bottom: 1px solid #ad3232;
}
footer.main .footer-logo {
  max-width: 20rem;
}
footer.main .copyright-and-credits p {
  margin: 0;
}
/* @group
 * Article Builder styles
 * ----------------------------------------------------------------- */
/*
  * Article builder styles
  * ----------------------------------- */
.content-builder p,
.content-builder li {
  max-width: 700px;
}
.content-builder p.double-column,
.content-builder ul.double-column {
  column-count: 2;
}
.content-builder li {
  list-style: square;
}
.content-builder li::marker {
  color: gray;
  font-size: 90%;
}
.content-builder figure {
  max-width: 810px;
  margin: 2rem 0;
}
.content-builder img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 700px) {
  .content-builder img {
    width: 80%;
  }
}
.content-builder figcaption,
.content-builder figcaption p,
.content-builder .gallery-caption p {
  font-family: sweet-sans-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 14.7px;
  color: #879090;
  line-height: 1.5;
  margin-top: 1rem;
}
.content-builder figcaption.image-credit,
.content-builder figcaption p.image-credit,
.content-builder .gallery-caption p.image-credit {
  margin-top: 0;
}
.content-builder figcaption a,
.content-builder figcaption p a,
.content-builder .gallery-caption p a {
  font-family: minion-3, serif;
  line-height: 1.2;
  font-size: 13.65px;
  color: #a1a9a9;
}
.content-builder figcaption a span.credit,
.content-builder figcaption p a span.credit,
.content-builder .gallery-caption p a span.credit {
  font-weight: 300;
}
.content-builder figcaption span.credit,
.content-builder figcaption p span.credit,
.content-builder .gallery-caption p span.credit {
  font-weight: 300;
}
.content-builder .image-gallery-container {
  max-width: 900px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2rem 0 1rem 0;
}
.content-builder .image-gallery-container .image-squares {
  width: calc(100%/2  -  1rem/2);
  margin-bottom: 1rem;
  background: #c9c9c9;
  border: 1px solid #e6e6e6;
}
.no-caption .content-builder .image-gallery-container .image-squares {
  margin-bottom: 0;
}
.content-builder .image-gallery-container .image-squares a {
  display: block;
  margin: 0;
  padding: 0;
}
.content-builder .image-gallery-container .image-squares img {
  display: block;
  width: 100%;
  border: none;
}
.content-builder blockquote {
  color: #6d7777;
  border-color: #6d7777;
  border-width: 1px;
  font-weight: 300;
  margin: 1.8rem 0 2.5rem 0;
  padding: 0 0 0 0;
}
.content-builder blockquote p {
  font-family: minion-3-display, serif;
  font-size: 27.3px;
  font-style: italic;
  line-height: 1.6;
  font-weight: 300;
  position: relative;
}
.content-builder blockquote p:before {
  content: "“";
  color: #970000;
  font-style: normal;
  font-size: 4em;
  position: absolute;
  left: -3rem;
  top: -1.8rem;
  font-weight: 100;
  background-color: white;
  height: calc(100% + 4.5rem);
}
.content-builder blockquote p:after {
  content: "”";
  font-style: normal;
}
.content-builder blockquote cite,
.content-builder blockquote cite a {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: sweet-sans-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  color: #6d7777;
  font-size: 0.75rem;
  line-height: 1.5;
  font-weight: 400;
  padding: 0;
  display: inline-block;
  transform: translateY(1em);
}
.content-builder .logo-strip-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 40rem;
  margin-bottom: 1.5rem;
}
.content-builder .logo-strip-container .supporters-logo {
  max-width: 300px;
  min-width: 90px;
  margin-right: 2rem;
  margin-bottom: 1rem;
  height: auto;
}
.content-builder .logo-strip-container .supporters-logo img {
  min-width: 100%;
}
.content-builder .image-plus-description-container {
  background: #dcded6;
  padding: 1.5rem;
  margin: 2rem 0;
}
.content-builder .image-plus-description-container h4 {
  margin: 1rem 0 1.5rem 0;
}
@media (min-width: 600px) {
  .content-builder .image-plus-description-container .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .content-builder .image-plus-description-container .inner img {
    width: calc(50% - 1rem);
  }
  .content-builder .image-plus-description-container .inner .description {
    width: calc(50% - 1rem);
  }
}
.content-builder .image-plus-description-container img {
  border-radius: 50%;
  border: 1px solid white;
}
ul.media-blocks {
  margin-top: 1rem;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: auto;
  grid-gap: 1rem;
  padding: 0;
}
@media (min-width: 1240px) {
  ul.media-blocks {
    grid-template-columns: repeat(auto-fill, minmax(525px, 1fr));
  }
}
ul.media-blocks li.media-block {
  background-color: #d8d8d8;
  animation: 0.5s ease 0s normal both 1 fadein;
  overflow: hidden;
}
ul.media-blocks a {
  min-width: 100%;
  min-height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto 1fr;
  transition: all 0.5s ease-in-out;
}
@media (min-width: 1240px) {
  ul.media-blocks a {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
}
ul.media-blocks a:hover,
ul.media-blocks a:focus {
  background-color: rgba(0, 0, 0, 0.6);
}
ul.media-blocks a:hover .text p,
ul.media-blocks a:focus .text p,
ul.media-blocks a:hover .text h3,
ul.media-blocks a:focus .text h3,
ul.media-blocks a:hover .text .footer,
ul.media-blocks a:focus .text .footer,
ul.media-blocks a:hover .text .header,
ul.media-blocks a:focus .text .header {
  color: rgba(154, 154, 188, 0.6);
}
ul.media-blocks a .image-mask {
  height: 0;
  margin: 0;
  padding: 0 0 100% 0;
  background: #ededed;
  overflow: hidden;
  position: relative;
}
@media (min-width: 1240px) {
  ul.media-blocks a .image-mask {
    height: 100%;
  }
}
ul.media-blocks a img {
  position: absolute;
  min-width: 102%;
  left: -1%;
  right: -1%;
  top: -1%;
  bottom: 0;
  text-align: center;
  font-size: 12.6px;
  line-height: 4rem;
  transition: 0.5s all ease-in-out;
  object-position: center;
}
ul.media-blocks a:hover img {
  transform: scale(1.07);
}
ul.media-blocks a .text {
  padding: 1.5rem 1rem 1.8rem 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
ul.media-blocks a .text .header-footer {
  font-size: 15.75px;
  line-height: 0.825;
  color: rgba(4, 4, 6, 0.6);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
}
ul.media-blocks a .text div.header {
  font-size: 15.75px;
  line-height: 0.825;
  color: rgba(4, 4, 6, 0.6);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
}
ul.media-blocks a .text h3 {
  font-style: italic;
  font-size: 1.4rem;
  line-height: 1.35;
  color: #555c5c;
  max-width: 90%;
}
ul.media-blocks a .text p {
  font-size: 0.9rem;
  line-height: 1.5;
  margin: 0 0.5rem 0.5rem 0;
}
ul.media-blocks a .text div.footer {
  margin-top: auto;
  font-size: 15.75px;
  line-height: 0.825;
  color: rgba(4, 4, 6, 0.6);
  text-transform: uppercase;
  letter-spacing: 2px;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
}
/* @group
  * Main pages
  * ----------------------------------------------------------------- */
figure.hero {
  width: 48.8vw;
  height: calc(55vw * 1.65);
  position: absolute;
  z-index: -100;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
figure.hero figcaption {
  position: absolute;
  top: 20rem;
  right: 0;
  font-family: sweet-sans-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.4em;
  color: white;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0.35rem;
  z-index: 100;
  transform: rotate(90deg);
  transform-origin: top right;
}
figure.hero figcaption a,
figure.hero figcaption p {
  color: white;
  margin: 0;
  padding: 0;
}
figure.hero img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.__home__ h1 {
  display: none;
}
.__home__ h3 {
  font-size: 40px;
  line-height: 30px;
  color: black;
}
.__home__ h3 + h3 {
  font-style: italic;
  color: #970000;
  margin-bottom: 1.5rem;
}
.coverage ul {
  margin: 0;
}
.coverage .content-builder {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0rem 2rem;
  /* row gap, column gap */
}
/* intro paragraph full width, row 1 */
.coverage .content-builder > p:first-of-type {
  grid-column: 1 / -1;
  grid-row: 1;
}
/* “Sectors” heading -> row 2, col 1 */
.coverage .content-builder > h3:nth-of-type(1) {
  grid-column: 1;
  grid-row: 2;
}
/* Sectors list -> row 3, col 1 */
.coverage .content-builder > h3:nth-of-type(1) + ul {
  grid-column: 1;
  grid-row: 3;
}
/* “Situations” heading -> row 2, col 2 */
.coverage .content-builder > h3:nth-of-type(2) {
  grid-column: 2;
  grid-row: 2;
}
/* Situations list -> row 3, col 2 */
.coverage .content-builder > h3:nth-of-type(2) + ul {
  grid-column: 2;
  grid-row: 3;
}
/* responsive: stack */
@media (max-width: 800px) {
  .content-builder {
    grid-template-columns: 1fr;
  }
  .content-builder > * {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}
.journal .search-form {
  margin: 1.5rem 0;
}
.journal .suggestions-list-item a {
  transition: all 0.2s;
  color: #555c5c;
  border-bottom: 1px solid rgba(173, 50, 50, 0);
}
.journal .suggestions-list-item a:hover {
  color: #ad3232;
  border-bottom: 1px solid #ad3232;
}
.journal ul.issues > li {
  margin-bottom: 1rem;
}
.journal ul.issues > li > a {
  font-family: sweet-sans-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 300;
  font-size: 1rem;
  border-bottom: 1px solid #ad3232;
  display: block;
  margin-right: 3rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
  font-variant-numeric: lining-nums;
  font-feature-settings: "lnum";
}
.journal ul.issues > li > a .caps {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.8em;
}
.journal .articles li {
  display: inline;
}
.journal .articles li:not(:last-of-type) {
  padding-right: 0.25rem;
}
.journal .articles li:not(:last-of-type):after {
  content: ' |';
  color: #ad3232;
}
.article h1 {
  font-size: 3rem;
}
.article h4,
.article strong em {
  font-size: 1.2rem;
  color: #ad3232;
  margin-bottom: 0;
  font-weight: normal;
  font-style: normal;
}
.article .issue,
.article .author,
.article .prev-next-links,
.article .biog {
  font-family: sweet-sans-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.article .issue {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 0.8rem;
}
.article .author {
  font-size: 0.9rem;
  margin-bottom: 2.5rem;
}
.article .biog {
  border-top: 1px #ad3232 solid;
  width: 93%;
  padding: 0.6rem 0;
  font-family: sweet-sans-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
}
.article .prev-next-links {
  font-size: 0.7rem;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  width: 90%;
}
.article .prev-next-links a {
  color: grey;
  fill: grey;
  display: flex;
}
.article .prev-next-links a:hover {
  color: #ad3232;
  fill: #ad3232;
}
.not-selectable{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel__viewport{position:relative;overflow:hidden;width:100%;height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y}.carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:.25;transition:opacity .15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none)}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:.3}.carousel__button svg{width:var(--carousel-button-svg-width, 24px);height:var(--carousel-button-svg-height, 24px);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:thin dotted}body.is-using-mouse .fancybox__container :focus{outline:none}@media all and (min-width: 1024px){.fancybox__container{--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:64px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;-webkit-overflow-scrolling:touch;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media all and (min-width: 1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media all and (min-width: 1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media all and (min-width: 1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-36px;right:0;color:var(--fancybox-color, #fff)}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;cursor:pointer;z-index:1053;color:var(--fancybox-color, currentColor)}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.5;stroke-miterlimit:10;stroke-dasharray:1,200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}100%{stroke-dasharray:89,200;stroke-dashoffset:-124px}}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close{transition:opacity var(--fancybox-ts, 0.25s) ease;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden=true] .fancybox__caption,.fancybox__container.is-animated[aria-hidden=true] .fancybox__nav,.fancybox__container.is-animated[aria-hidden=true] .carousel__dots,.fancybox__container.is-animated[aria-hidden=true] .carousel__button.is-close{transition:opacity .2s ease;opacity:0}.fancybox-fadeIn{animation:.2s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:.2s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:.2s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:.2s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:.2s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{20%{opacity:.5}to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{20%{opacity:.5}to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255,255,255,.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0,0,0,.2)}.fancybox__carousel .is-draggable{cursor:move;cursor:grab}.fancybox__carousel .is-dragging{cursor:move;cursor:grabbing}.fancybox__carousel .carousel__slide:not(.has-image) .fancybox__content{cursor:auto}.fancybox__carousel .carousel__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .carousel__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__image{background:transparent;user-select:none}.has-image .fancybox__content{padding:0;background:transparent}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit=contain]{overflow:visible;touch-action:none}.has-image[data-image-fit=contain] .fancybox__content{min-height:1px}.has-image[data-image-fit=contain] .fancybox__image{max-width:100%;min-height:1px;object-fit:contain;background:transparent}.has-image[data-image-fit=contain-w]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit=contain-w] .fancybox__content{min-height:auto}.has-image[data-image-fit=contain-w] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit=cover]{overflow:visible;touch-action:none}.has-image[data-image-fit=cover] .fancybox__content{min-height:1px;width:100%;height:100%}.has-image[data-image-fit=cover] .fancybox__image{width:100%;height:100%;min-height:1px;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px}.fancybox__container.is-animated[aria-hidden=true] .fancybox__thumbs{transition:unset;opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs{transition:opacity var(--fancybox-ts, 0.25s) ease-in;opacity:var(--fancybox-opacity, 1)}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide.is-nav-selected::after{content:"";position:absolute;top:0;left:3px;right:3px;bottom:3px;border-bottom:3px solid currentColor}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255,255,255,.1);background-repeat:no-repeat}
/*
  * Search in navigation
  * ----------------------------------------------------------------- */
@media (max-width: 1000px) {
  li.quick-search {
    grid-column: 1/-1;
  }
}
.suggestions-list-item {
  transition: all 0.2s ease;
  padding: 0.1rem 0;
}
.suggestions-list-enter,
.suggestions-list-leave-to {
  max-height: 0px !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  opacity: 0;
}
.suggestions-list-enter-to,
.suggestions-list-leave {
  max-height: 32px;
  opacity: 1;
}
ul.suggestions-list {
  transition: opacity 0.2s ease;
  opacity: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  position: absolute;
  top: 100%;
  margin: 0;
  margin-top: -2px;
  border-top: white 2px solid;
}
ul.suggestions-list.hasResults {
  opacity: 1;
  display: block;
  border: 2px #ad3232 solid;
  border-top: #d66f6f 1px solid;
}
ul.suggestions-list li.suggestions-list-item {
  display: block;
}
ul.suggestions-list li.suggestions-list-item.active,
ul.suggestions-list li.suggestions-list-item:hover {
  background: #ad3232;
}
ul.suggestions-list li.suggestions-list-item.active a,
ul.suggestions-list li.suggestions-list-item:hover a {
  color: white;
}
ul.suggestions-list li.suggestions-list-item a {
  text-align: left;
  padding: 0.3rem 0.3rem 0.3rem 0.8rem;
  color: black;
  font-size: 0.85em;
}
ul.suggestions-list li.suggestions-list-item a .authorship {
  margin-left: 0.25rem;
  font-size: 0.8em;
  font-weight: 450;
}
ul.suggestions-list svg {
  margin-bottom: -0.2rem;
}
.input-append {
  position: relative;
  display: grid !important;
  grid-template-columns: 2rem 1fr 2rem;
  align-items: center;
  justify-items: center;
}
.input-append.quick-search {
  position: relative;
}
.input-append.quick-search.hasResults input {
  border-radius: 3px 3px 0 0 !important;
}
input.search-query {
  padding: 0.5rem 2rem;
  z-index: 10;
  margin: 0;
  border: 1px grey solid;
  width: 100%;
  position: relative;
  font-weight: 350;
}
input.search-query:focus {
  outline: none;
  border: 2px #ad3232 solid;
}
.quick-search input.search-query {
  padding: 0.25rem 2rem;
}
.input-append:after {
  content: '';
  grid-column: 1;
  grid-row: 1;
  z-index: 20;
  width: 1.2em;
  height: 1.2em;
  background: url('/images/interface/svgs/magnifyingglass.svg') no-repeat;
  background-size: cover;
}
.input-append button {
  grid-column: 3;
  grid-row: 1;
  z-index: 20;
  width: 1.2em;
  height: 1.2em;
  padding: none;
  border: none;
  font-family: inherit;
  background: none;
  background: url('/images/interface/svgs/multiply.circle.fill.svg') no-repeat;
  background-size: cover;
}
.input-append button:active {
  outline: none;
}
/* @group
	* Main pages · tweaks and overrides
	* ----------------------------------------------------------------- */
.board h4.role,
.executives h4.role {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: sweet-sans-pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 0.8rem;
  margin-top: 2rem;
}
.board h5.board-member,
.executives h5.board-member {
  color: #555c5c;
  font-size: 1.3rem;
  margin-left: -0.1rem;
  margin-bottom: 0.2rem;
  font-style: italic;
}
.board p.biog,
.executives p.biog {
  margin-top: 0;
}
/*# sourceMappingURL=style.css.map */