/*! 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 {
  line-height: 1.15;
  /* 1 */
  -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;
}

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Regular.woff2") format("woff2"), url("../assets/fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-RegularItalic.woff2") format("woff2"), url("../assets/fonts/Roboto-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Medium.woff2") format("woff2"), url("../assets/fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-MediumItalic.woff2") format("woff2"), url("../assets/fonts/Roboto-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-Bold.woff2") format("woff2"), url("../assets/fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto-BoldItalic.woff2") format("woff2"), url("../assets/fonts/Roboto-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  color: #272f34;
  overflow-x: hidden;
}

p {
  line-height: 1.5;
}

a {
  color: #972337;
}

figure {
  margin-left: 0;
  margin-right: 0;
}

h1,
.h1 {
  font-size: 2.5rem;
  font-weight: bold;
}

h2,
.h2 {
  font-size: 2rem;
  font-weight: bold;
}

h3,
.h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

h4,
.h4 {
  font-size: 1rem;
  font-weight: bold;
}

hr {
  border: none;
  border-top: 1px solid #d7d7d7;
  margin: 2rem 0;
}

.text-normal {
  font-weight: normal;
}

.text-bold {
  font-weight: bold;
}

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

.text-lowercase {
  text-transform: lowercase;
}

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

#block-cfe-local-tasks > ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-cfe-local-tasks > ul > li {
  margin-right: 1rem;
}
#block-cfe-local-tasks > ul > li > a {
  text-decoration: none;
  color: inherit;
}
#block-cfe-local-tasks > ul > li > a:hover, #block-cfe-local-tasks > ul > li > a:active, #block-cfe-local-tasks > ul > li > a:focus {
  text-decoration: underline;
}

#block-cfe-local-actions > ul,
#block-cfe-local-actions > nav {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
#block-cfe-local-actions > ul > li,
#block-cfe-local-actions > nav > li {
  margin-right: 1rem;
}
#block-cfe-local-actions > ul > li > a,
#block-cfe-local-actions > nav > li > a {
  text-decoration: none;
  color: inherit;
}
#block-cfe-local-actions > ul > li > a:hover, #block-cfe-local-actions > ul > li > a:active, #block-cfe-local-actions > ul > li > a:focus,
#block-cfe-local-actions > nav > li > a:hover,
#block-cfe-local-actions > nav > li > a:active,
#block-cfe-local-actions > nav > li > a:focus {
  text-decoration: underline;
}

#toolbar-item-user-tray .toolbar-menu a[title="User account"] {
  display: none;
}

svg.ext {
  margin-left: 0.25rem;
}

#cboxClose.cbox-close-plain {
  display: none;
}

.bef-exposed-form[data-bef-auto-submit] .form-submit {
  display: none;
}

#auth_box {
  width: auto;
  max-width: 24rem;
  padding: 4rem 1rem;
}
#auth_box #middle_part {
  padding: 2rem;
}
#auth_box #the_logo img {
  height: 4rem;
}
#auth_box h2.title {
  font-size: 1.5rem;
}
#auth_box label {
  display: block;
  margin-bottom: 0.5rem;
}
#auth_box input[type=text],
#auth_box input[type=password],
#auth_box input[type=email] {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-size: 1rem;
}
#auth_box input[type=submit] {
  border: none;
  float: none;
}
#auth_box #edit-name--description,
#auth_box #edit-pass--description {
  display: none;
}
#auth_box p {
  color: #696969;
  font-size: 0.9rem;
}
#auth_box #bottom_part {
  padding: 0;
  margin-top: 2rem;
}

.page {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media (min-width: 48rem) {
  .page__header {
    position: sticky;
    z-index: 2;
    top: 0;
  }
}
.page__main {
  margin-bottom: 8rem;
  flex-grow: 1;
}

.header {
  border-bottom: 0.5rem solid #972337;
  background-color: #ffffff;
}
.header__container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 48rem) {
  .header__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.header__logo-link {
  display: block;
  height: 3rem;
}
.header__logo-image {
  height: 100%;
}

.header-menu {
  display: none;
}

@media (min-width: 48rem) {
  .header-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-left: 1rem;
    display: flex;
  }
  .header-menu__item--right-separator {
    margin-left: auto;
  }
  .header-menu__item--dropdown:hover .header-menu__submenu--level-1, .header-menu__item--dropdown:active .header-menu__submenu--level-1, .header-menu__item--dropdown:focus .header-menu__submenu--level-1,
.header-menu__item--dropdown > button:focus + .header-menu__submenu--level-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2rem;
  }
}
@media (min-width: 48rem) and (min-width: 64rem) {
  .header-menu__item--dropdown:hover .header-menu__submenu--level-1, .header-menu__item--dropdown:active .header-menu__submenu--level-1, .header-menu__item--dropdown:focus .header-menu__submenu--level-1,
.header-menu__item--dropdown > button:focus + .header-menu__submenu--level-1 {
    column-gap: 4rem;
  }
}
@media (min-width: 48rem) {
  .header-menu__item--dropdown:hover .header-menu__submenu--level-1::before, .header-menu__item--dropdown:active .header-menu__submenu--level-1::before, .header-menu__item--dropdown:focus .header-menu__submenu--level-1::before,
.header-menu__item--dropdown > button:focus + .header-menu__submenu--level-1::before {
    content: attr(data-submenu-title);
    grid-column: 1/4;
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 48rem) {
  .header-menu__item--dropdown:focus-within .header-menu__submenu--level-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 2rem;
  }
}
@media (min-width: 48rem) and (min-width: 64rem) {
  .header-menu__item--dropdown:focus-within .header-menu__submenu--level-1 {
    column-gap: 4rem;
  }
}
@media (min-width: 48rem) {
  .header-menu__item--dropdown:focus-within .header-menu__submenu--level-1::before {
    content: attr(data-submenu-title);
    grid-column: 1/4;
    font-size: 1.25rem;
    margin-bottom: 2rem;
  }
}
@media (min-width: 48rem) {
  .header-menu__item--dropdown > button:focus + .header-menu__submenu--level-1 {
    z-index: 1;
  }
}
@media (min-width: 48rem) {
  .header-menu__item--mega:hover .header-menu__submenu--level-1, .header-menu__item--mega:active .header-menu__submenu--level-1, .header-menu__item--mega:focus .header-menu__submenu--level-1,
.header-menu__item--mega > button:focus + .header-menu__submenu--level-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 2rem;
  }
}
@media (min-width: 48rem) and (min-width: 64rem) {
  .header-menu__item--mega:hover .header-menu__submenu--level-1, .header-menu__item--mega:active .header-menu__submenu--level-1, .header-menu__item--mega:focus .header-menu__submenu--level-1,
.header-menu__item--mega > button:focus + .header-menu__submenu--level-1 {
    column-gap: 4rem;
  }
}
@media (min-width: 48rem) {
  .header-menu__item--mega:hover .header-menu__submenu--level-1::before, .header-menu__item--mega:active .header-menu__submenu--level-1::before, .header-menu__item--mega:focus .header-menu__submenu--level-1::before,
.header-menu__item--mega > button:focus + .header-menu__submenu--level-1::before {
    display: none;
  }
}
@media (min-width: 48rem) {
  .header-menu__item--mega:focus-within .header-menu__submenu--level-1 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 2rem;
  }
}
@media (min-width: 48rem) and (min-width: 64rem) {
  .header-menu__item--mega:focus-within .header-menu__submenu--level-1 {
    column-gap: 4rem;
  }
}
@media (min-width: 48rem) {
  .header-menu__item--mega:focus-within .header-menu__submenu--level-1::before {
    display: none;
  }
}
@media (min-width: 48rem) {
  .header-menu__item--mega > button:focus + .header-menu__submenu--level-1 {
    z-index: 1;
  }
}
@media (min-width: 48rem) {
  .header-menu__item--level-1, .header-menu__item--level-2, .header-menu__item--level-3 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 48rem) {
  .header-menu__item:hover .header-menu__link--expandable, .header-menu__item:active .header-menu__link--expandable, .header-menu__item:focus .header-menu__link--expandable {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.238995 5.75475C0.5616 6.07778 1.08922 6.08228 1.41746 5.7648L5 2.29974L8.58254 5.7648C8.91078 6.08228 9.4384 6.07778 9.761 5.75475C10.0836 5.43172 10.079 4.91249 9.75079 4.59501L5 0L0.249205 4.59501C-0.0790389 4.91249 -0.0836105 5.43172 0.238995 5.75475Z' fill='%23272F34'/%3E%3C/svg%3E%0A");
  }
}
@media (min-width: 48rem) {
  .header-menu__item:focus-within .header-menu__link--expandable {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.238995 5.75475C0.5616 6.07778 1.08922 6.08228 1.41746 5.7648L5 2.29974L8.58254 5.7648C8.91078 6.08228 9.4384 6.07778 9.761 5.75475C10.0836 5.43172 10.079 4.91249 9.75079 4.59501L5 0L0.249205 4.59501C-0.0790389 4.91249 -0.0836105 5.43172 0.238995 5.75475Z' fill='%23272F34'/%3E%3C/svg%3E%0A");
  }
}
@media (min-width: 48rem) {
  .header-menu__link--level-0 {
    padding: 0 0.33rem;
    height: 3rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    font-weight: 500;
    color: inherit;
    transition: background-color 0.15s;
    cursor: pointer;
  }
}
@media (min-width: 48rem) and (min-width: 48rem) and (max-width: 52rem) {
  .header-menu__link--level-0 {
    font-size: 0.875rem;
  }
}
@media (min-width: 48rem) and (min-width: 64rem) {
  .header-menu__link--level-0 {
    padding: 0 1rem;
  }
}
@media (min-width: 48rem) {
  .header-menu__link--level-0:hover, .header-menu__link--level-0:active, .header-menu__link--level-0:focus {
    background-color: #eeedf0;
  }
}
@media (min-width: 48rem) {
  .header-menu__link--level-1:not(span), .header-menu__link--level-2:not(span), .header-menu__link--level-3:not(span) {
    color: #3fe0d0;
    text-decoration: none;
    font-size: 0.9rem;
  }
  .header-menu__link--level-1:not(span):hover, .header-menu__link--level-1:not(span):active, .header-menu__link--level-1:not(span):focus, .header-menu__link--level-2:not(span):hover, .header-menu__link--level-2:not(span):active, .header-menu__link--level-2:not(span):focus, .header-menu__link--level-3:not(span):hover, .header-menu__link--level-3:not(span):active, .header-menu__link--level-3:not(span):focus {
    text-decoration: underline;
  }
}
@media (min-width: 48rem) {
  .header-menu__link--level-1:not(a) {
    font-size: 1.25rem;
    display: inline-block;
    margin-bottom: 2rem;
  }
}
@media (min-width: 48rem) {
  .header-menu__link--level-2:not(a), .header-menu__link--level-3:not(a) {
    color: #3fe0d0;
    font-size: 0.9rem;
  }
}
@media (min-width: 48rem) {
  .header-menu__link--expandable {
    border: none;
    background: none;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.238995 0.245247C0.5616 -0.0777834 1.08922 -0.0822823 1.41746 0.235198L5 3.70026L8.58254 0.235198C8.91078 -0.0822823 9.4384 -0.0777834 9.761 0.245247C10.0836 0.568277 10.079 1.08751 9.75079 1.40499L5 6L0.249205 1.40499C-0.0790389 1.08751 -0.0836105 0.568277 0.238995 0.245247Z' fill='%23272F34'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: calc(100% - 0.25rem) center;
    background-size: 0.5rem;
    padding-right: 1rem;
  }
}
@media (min-width: 48rem) and (min-width: 64rem) {
  .header-menu__link--expandable {
    background-position: calc(100% - 0.75rem) center;
    padding-right: 1.75rem;
    background-size: 0.625rem;
  }
}
@media (min-width: 48rem) {
  .header-menu__submenu--level-1 {
    display: none;
    position: absolute;
    left: 0;
    padding: 2rem 2rem 4rem;
    width: 100%;
    color: #fafafb;
    list-style: none;
    border-top: 1.5rem solid transparent;
  }
  .header-menu__submenu--level-1::after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    top: 0;
    left: 0;
    z-index: -1;
    background: #0b0417;
  }
  .header-menu__submenu--level-2 {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .header-menu__submenu--level-3 {
    margin: 0;
    padding: 0;
    list-style: none;
    border-left: 1px solid #16303c;
    padding-left: 1rem;
    margin-top: 1rem;
  }
}
@media (min-width: 48rem) {
  #block-cfe-main-menu {
    flex-grow: 1;
  }
}
#block-cfe-main-menu.contextual-region {
  position: static;
}

#block-cfe-main-menu .contextual {
  display: none;
}

.header-menu .skip-link:not(:focus-within) {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

@media (min-width: 48rem) {
  #block-mobilemenubutton {
    display: none;
  }
}

.mobile-menu-button {
  display: block;
  width: 2rem;
  height: 3rem;
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='22' viewBox='0 0 32 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1H31' stroke='%230B0417' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 11H31' stroke='%230B0417' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1 21H31' stroke='%230B0417' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.mobile-menu-button__label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}

#block-cfe-main-menu.mm-spn {
  transition: background-color 0.25s, color 0.25s;
}
#block-cfe-main-menu.mm-spn:not(.mm-spn--main) {
  background-color: #0b0417;
  color: #fafafb;
}
#block-cfe-main-menu.mm-spn:not(.mm-spn--main) a {
  color: #3fe0d0;
}
#block-cfe-main-menu.mm-spn:not(.mm-spn--main) span.header-menu__link--level-2 {
  color: #3fe0d0;
}
#block-cfe-main-menu.mm-spn:not(.mm-spn--main) .header-menu__link--level-0 {
  color: #0b0417;
}
#block-cfe-main-menu.mm-spn.mm-spn--main {
  background-color: #ffffff;
  color: #0b0417;
}
#block-cfe-main-menu.mm-spn.mm-spn--main .header-menu__link--level-0 {
  color: #0b0417;
}
#block-cfe-main-menu.mm-spn.mm-spn--navbar::after {
  opacity: 1;
  background-color: #ffffff;
  color: #0b0417;
}
#block-cfe-main-menu.mm-spn.mm-spn--navbar ul {
  top: calc(var(--mm-spn-item-height));
}
#block-cfe-main-menu.mm-spn.mm-spn--navbar ul::before {
  position: static;
  border-top: 0.5rem solid #972337;
  opacity: 1;
}
#block-cfe-main-menu.mm-spn.mm-spn--navbar::before {
  z-index: 1;
  color: #0b0417;
}
#block-cfe-main-menu.mm-spn li::after {
  border: none;
}
#block-cfe-main-menu.mm-spn li.header-menu__item--right-separator > a::before {
  content: "";
  display: block;
  border-top: 1px solid #d7d7d7;
  margin-bottom: 1rem;
  pointer-events: none;
}
#block-cfe-main-menu.mm-spn button.header-menu__link--expandable {
  pointer-events: none;
  background: none;
  border: none;
  font: inherit;
  padding: calc((var(--mm-spn-item-height) - var(--mm-spn-line-height)) / 2) var(--mm-spn-item-indent);
}

.header .search-bar {
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 48rem) {
  .header .search-bar {
    margin-left: 1rem;
    padding-right: 0;
    padding-left: 0;
  }
}
.header .search-bar label,
.header .search-bar input[type=submit] {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.header .search-bar .form-item-keys {
  position: relative;
  width: 100%;
  max-width: 16rem;
  height: 3rem;
}
@media (min-width: 48rem) {
  .header .search-bar .form-item-keys {
    width: 4rem;
  }
}
@media (min-width: 64rem) {
  .header .search-bar .form-item-keys {
    width: 8rem;
  }
}
@media (min-width: 80rem) {
  .header .search-bar .form-item-keys {
    width: 16rem;
  }
}
.header .search-bar .form-text {
  height: 100%;
  width: 100%;
  padding-left: 3rem;
  padding-right: 1rem;
  border-radius: 1.5rem;
  border: none;
  background-color: #eeedf0;
  background-image: url("../assets/icons/search.svg");
  background-size: 1rem;
  background-position: 1.5rem;
  background-repeat: no-repeat;
}
.header .search-bar .form-text::placeholder {
  font-weight: 500;
}
@media (min-width: 48rem) {
  .header .search-bar .form-text:focus {
    position: absolute;
    right: 0;
    width: 20rem;
  }
}
@media (min-width: 64rem) {
  .header .search-bar .form-text:focus {
    width: 28.5rem;
  }
}
@media (min-width: 80rem) {
  .header .search-bar .form-text:focus {
    width: 16rem;
  }
}

.main-container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-top: 2rem;
}
@media (min-width: 48rem) {
  .main-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 48rem) {
  .main-container {
    margin-top: 4rem;
  }
}
.main-container__banner {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: -2rem;
}
@media (min-width: 48rem) {
  .main-container__banner {
    margin-top: -4rem;
  }
}
.main-container__banner-inner {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 48rem) {
  .main-container__banner-inner {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 48rem) {
  .main-container--has-sidebar {
    display: flex;
  }
  .main-container--has-sidebar .main-container__sidebar {
    order: -1;
    flex: 0 0 25%;
    margin-right: 2rem;
    align-self: flex-start;
    position: sticky;
    top: 7.5rem;
    padding-right: 2rem;
  }
  .main-container--has-sidebar .main-container__content {
    flex: 1 1 auto;
  }
}
.main-container--has-sidebar #block-cfe-page-title h1 {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
}

.prefooter {
  background-color: #eeedf0;
}
.prefooter__container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 48rem) {
  .prefooter__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.footer {
  background-color: #0b0417;
  border-top: 0.5rem solid #972337;
  color: #fafafb;
}
.footer__container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 48rem) {
  .footer__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.footer__title {
  font-size: 1.5rem;
  margin-top: 0;
  margin-bottom: 5rem;
}
@media (min-width: 48rem) {
  .footer__title {
    margin-right: 5rem;
  }
}
.footer__sub-brand {
  margin-top: 5rem;
}
@media (min-width: 64rem) {
  .footer__sub-brand {
    text-align: right;
  }
}
.footer__sub-brand-logo {
  height: 2.75rem;
}
@media (min-width: 64rem) {
  .footer__left {
    display: flex;
  }
}
@media (min-width: 48rem) {
  .footer__blocks {
    flex-shrink: 0;
    display: flex;
    margin-left: auto;
  }
}
.footer__blocks > div {
  margin-bottom: 3rem;
}
@media (min-width: 48rem) {
  .footer__blocks > div {
    margin-bottom: 0;
    margin-right: 5rem;
  }
  .footer__blocks > div:last-child {
    margin-right: 0;
  }
}
@media (min-width: 80rem) {
  .footer__blocks > div {
    margin-right: 8rem;
  }
}

.footer a {
  color: inherit;
  text-decoration: none;
}

.footer a:hover,
.footer a:active,
.footer a:focus {
  text-decoration: underline;
}

.footer h2 {
  font-size: 1.5rem;
  margin-top: 0;
}

.hero {
  background-color: #0b0417;
  color: #fafafb;
}
.hero__container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 48rem) {
  .hero__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 48rem) {
  .hero__container {
    display: flex;
    justify-content: space-between;
  }
}
.hero__intro {
  margin-top: 0;
}
.hero__title {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0;
  line-height: 1.15;
}

@media (min-width: 48rem) {
  #block-homeheader {
    max-width: 24rem;
    margin-right: 2rem;
  }
}

#block-homeblurb {
  max-width: 24rem;
  margin-top: 4rem;
}
@media (min-width: 48rem) {
  #block-homeblurb {
    margin-top: 0;
  }
}

.button {
  display: inline-flex;
  align-items: center;
  height: 3rem;
  padding: 0 1.25rem;
  border: 0.125rem solid #0b0417;
  border-radius: 0.5rem;
  color: #0b0417;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.15s;
  cursor: pointer;
}
.button--primary {
  background-color: #972337;
  border-color: #972337;
  color: #fafafb;
}
.button--dark {
  background-color: #272f34;
  border-color: #272f34;
  color: #fafafb;
}

@media (min-width: 48rem) {
  .article-full {
    display: flex;
  }
  .article-full__left {
    order: -1;
    flex: 0 0 25%;
    margin-right: 2rem;
    align-self: flex-start;
    position: sticky;
    top: 7.5rem;
  }
  .article-full__right {
    flex: 1 1 auto;
  }
}
.article-full__right {
  max-width: 36rem;
}
.article-full__meta {
  font-weight: bold;
  display: flex;
}
@media (min-width: 48rem) {
  .article-full__meta {
    display: none;
  }
}
.article-full__footer-meta {
  display: none;
}
@media (min-width: 48rem) {
  .article-full__footer-meta {
    display: block;
  }
}
.article-full__type {
  color: #972337;
}
.article-full__date {
  color: #696969;
}
.article-full__date::before {
  content: "/";
  margin: 0 0.33rem;
}
.article-full__date-sidebar {
  color: #696969;
}
.article-full__title {
  font-size: 2rem;
  line-height: 1;
}
@media (min-width: 48rem) {
  .article-full__title {
    font-size: 2.5rem;
    line-height: 1.25;
    margin-top: 0;
  }
}
@media (min-width: 48rem) {
  .article-full__title--video {
    position: absolute !important;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
    word-wrap: normal;
  }
}
.article-full__content p {
  line-height: 1.75;
  margin: 1.5rem 0;
}
.article-full__content ul, .article-full__content ol {
  line-height: 1.75;
}
.article-full__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}
.article-full__content figure {
  font-size: 90%;
  text-align: center;
  line-height: 1.25;
}
.article-full__issues {
  color: #696969;
}
.article-full__issues a {
  color: inherit;
  text-decoration: none;
}
.article-full__issues a:hover, .article-full__issues a:active, .article-full__issues a:focus {
  text-decoration: underline;
}
.article-full__footer {
  margin-top: 3rem;
}
@media (min-width: 48rem) {
  .article-full__footer {
    margin-top: 0;
    padding-right: 2rem;
  }
}
.article-full__footer-section {
  margin-bottom: 3rem;
}
.article-full__footer-label {
  font-weight: bold;
  margin-bottom: 1rem;
}
.article-full__footer-label--video-title {
  font-size: 1.25rem;
  display: none;
}
@media (min-width: 48rem) {
  .article-full__footer-label--video-title {
    display: block;
  }
}
.article-full__poster img {
  display: block;
  width: 75%;
  max-width: 20rem;
  height: auto;
}
.article-full__location {
  color: #696969;
}
.article-full__location-online-label {
  line-height: 1.5;
}
.article-full__location a {
  line-height: 1.5;
  color: inherit;
}
.article-full__event-details {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin-top: 2rem;
}
@media (min-width: 48rem) {
  .article-full__event-details {
    display: none;
  }
}
.article-full__event-details-section {
  margin: 2rem 0;
}
.article-full__video-event-details {
  color: #696969;
}
.article-full__calendar-link {
  text-decoration: none;
}
.article-full__calendar-link:hover, .article-full__calendar-link:active, .article-full__calendar-link:focus {
  text-decoration: underline;
}
.article-full__location-online a {
  text-decoration: none;
}
.article-full__location-online a:hover, .article-full__location-online a:active, .article-full__location-online a:focus {
  text-decoration: underline;
}
.article-full__links {
  color: #696969;
}
.article-full__links a {
  color: inherit;
  text-decoration: none;
}
.article-full__links a:hover, .article-full__links a:active, .article-full__links a:focus {
  text-decoration: underline;
}
.article-full__award-details {
  margin-top: 2rem;
}
.article-full__award-detail {
  padding: 2rem 0;
  border-bottom: 1px solid #d7d7d7;
}
.article-full__award-detail:last-child {
  border-bottom: none;
}
.article-full__award-detail-summary {
  color: #972337;
  cursor: pointer;
  display: inline;
  text-decoration: none;
}
.article-full__award-detail-summary:hover {
  text-decoration: underline;
}
.article-full__award-detail-summary::-webkit-details-marker {
  display: none;
}
.article-full__event-colorbox {
  background-color: #eeedf0;
  padding: 0.5rem 2rem 2rem;
  max-width: 48rem;
  height: 100%;
  overflow-y: auto;
}

.article-full__date-sidebar .smart-date--date,
.article-full__date-sidebar .smart-date--time {
  display: block;
  line-height: 1.5;
}

.article-full__date-sidebar--is-past .smart-date--time {
  display: none;
}

.article-full + .views-element-container .teaser-list {
  margin-top: 6rem;
}

.article-full--database .article-full__left {
  display: none;
}
.article-full--database .article-full__right {
  max-width: 100%;
}

.article-full--has-pdf .article-full__right {
  max-width: 100%;
}

.person-tag {
  display: inline-flex;
  align-items: center;
  color: inherit;
  text-decoration: none;
}
.person-tag__thumbnail img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 0 0.25rem white;
}
.person-tag__name {
  margin-left: 0.5rem;
}

.person-tags__row:not(:first-child) {
  margin-top: -1rem;
}

.person-teaser {
  font-size: 0.875rem;
}
.person-teaser__thumbnail img {
  display: block;
  width: 100%;
  height: auto;
}
.person-teaser__name {
  font-size: 1rem;
  font-weight: 500;
  margin: 1rem 0 0;
}
.person-teaser__name a {
  color: inherit;
  text-decoration: none;
}
.person-teaser__name a:hover, .person-teaser__name a:active, .person-teaser__name a:focus {
  text-decoration: underline;
}
.person-teaser__position {
  margin-top: 0.5rem;
  font-style: italic;
}
.person-teaser__organization {
  margin-top: 0.5rem;
  font-weight: 500;
}
.person-teaser__contact--phone {
  margin-top: 0.5rem;
}
.person-teaser__contact a {
  color: inherit;
  text-decoration: none;
}
.person-teaser__contact a:hover, .person-teaser__contact a:active, .person-teaser__contact a:focus {
  text-decoration: underline;
}

.person-full__image img {
  display: block;
  max-width: 50%;
  height: auto;
}
.person-full__info-section {
  margin: 2rem 0;
}
@media (min-width: 48rem) {
  .person-full__info-section {
    margin: 4rem 0;
  }
}
.person-full__info-item {
  margin: 0.5rem 0;
}
.person-full__info-item--name {
  font-size: 1.5rem;
  margin: 1.5rem 0;
}
.person-full__info-item--category {
  margin-bottom: 1.5rem;
}
.person-full__info-item--position {
  font-style: italic;
}
.person-full__info-item--contact {
  font-size: 1rem;
  margin-top: 1.5rem;
}
.person-full__info-item a {
  color: inherit;
  text-decoration: none;
}
.person-full__info-item a:hover, .person-full__info-item a:active, .person-full__info-item a:focus {
  text-decoration: underline;
}

.person-full + .views-element-container .teaser-list {
  margin-top: 6rem;
}

.system {
  border-bottom: 1px solid #a7a7a7;
  margin-bottom: -1px;
}
.system__container {
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 48rem) {
  .system__container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.system__container > * {
  margin: 1rem 0;
}

.teaser {
  border-top: 1px solid #d7d7d7;
  padding-top: 2rem;
}
.teaser--has-image {
  border-top: none;
  padding-top: 0;
}
.teaser__meta {
  font-weight: bold;
  display: flex;
}
.teaser__type {
  color: #972337;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teaser__date {
  color: #696969;
  white-space: nowrap;
}
.teaser__date::before {
  content: "/";
  margin: 0 0.33rem;
}
.teaser__title {
  font-size: 1.5rem;
}
.teaser__link {
  color: inherit;
  text-decoration: none;
}
.teaser__link:hover, .teaser__link:active, .teaser__link:focus {
  text-decoration: underline;
}
.teaser__summary {
  color: #696969;
  line-height: 1.5;
  margin-top: 1rem;
}
.teaser__authors {
  margin-top: 1rem;
  font-weight: bold;
}
.teaser__issues {
  color: #696969;
  margin-top: 1rem;
}
.teaser__issues a {
  color: inherit;
}
.teaser__badge {
  background-color: #972337;
  color: #f8eff2;
  padding: 0.125rem 0.5rem;
  border-radius: 0.25rem;
}
.teaser__image--video {
  position: relative;
}
.teaser__image--video::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4rem;
  height: 4rem;
  pointer-events: none;
  opacity: 0.5;
  background-image: url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='32' cy='32' r='32' fill='%23FAFAFB'/%3E%3Cpath d='M41.4199 29.8011C42.7854 30.5197 42.8684 32.4424 41.5691 33.262L30.7115 40.1114C29.4122 40.931 27.7053 40.0328 27.639 38.4946L27.0847 25.6399C27.0183 24.1017 28.6423 23.0772 30.0079 23.7958L41.4199 29.8011Z' fill='%23272F34'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: opacity 0.15s;
}
.teaser__image--video:hover::before, .teaser__image--video:active::before, .teaser__image--video:focus::before {
  opacity: 0.95;
}
.teaser__image img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 1rem;
}
.teaser__image--force-aspect-ratio {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
  overflow: hidden;
}
@supports (object-fit: contain) {
  .teaser__image--force-aspect-ratio img {
    object-fit: contain;
    object-position: center;
    background-color: #eeedf0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.teaser__person-category {
  margin-bottom: 1rem;
}
.teaser__person-position {
  font-style: italic;
}
.teaser-list-title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .teaser-list-title {
    font-size: 2.5rem;
    text-align: center;
  }
}
@media (min-width: 48rem) {
  .teaser-list-title--small {
    font-size: 2rem;
  }
}
.teaser-list-title--past-events {
  margin-top: 4rem;
}

.teaser-list__wrapper,
.teaser-list .views-row-wrapper {
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (min-width: 32rem) {
  .teaser-list__wrapper,
.teaser-list .views-row-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width: 48rem) {
  .teaser-list__wrapper,
.teaser-list .views-row-wrapper {
    margin-left: -2rem;
    margin-right: -2rem;
  }
}
.teaser-list__item,
.teaser-list .views-row {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 4rem;
}
@media (min-width: 32rem) {
  .teaser-list__item,
.teaser-list .views-row {
    width: 50%;
  }
}
@media (min-width: 48rem) {
  .teaser-list__item,
.teaser-list .views-row {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (min-width: 64rem) {
  .teaser-list__item,
.teaser-list .views-row {
    width: 33.333%;
  }
}

@media (min-width: 48rem) {
  .teaser-list--reduced-space__item,
.teaser-list--reduced-space .views-row {
    width: 100%;
  }
}
@media (min-width: 64rem) {
  .teaser-list--reduced-space__item,
.teaser-list--reduced-space .views-row {
    width: 50%;
  }
}
@media (min-width: 80rem) {
  .teaser-list--reduced-space__item,
.teaser-list--reduced-space .views-row {
    width: 33.333%;
  }
}

.teaser-list:not(.teaser-list--no-filter-styles) .views-exposed-form {
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .teaser-list:not(.teaser-list--no-filter-styles) .views-exposed-form {
    display: flex;
    margin-bottom: 0;
    height: 0;
    position: relative;
    top: -4.5rem;
  }
}
.teaser-list:not(.teaser-list--no-filter-styles) .views-exposed-form .form-item {
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .teaser-list:not(.teaser-list--no-filter-styles) .views-exposed-form .form-item {
    margin-bottom: 0;
  }
  .teaser-list:not(.teaser-list--no-filter-styles) .views-exposed-form .form-item:not(:first-child) {
    margin-left: 1rem;
  }
}
.teaser-list:not(.teaser-list--no-filter-styles) .views-exposed-form .form-item label {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  word-wrap: normal;
}
.teaser-list:not(.teaser-list--no-filter-styles) .views-exposed-form .form-select {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  background-color: #ffffff;
  border: 2px solid #d7d7d7;
  border-radius: 0.5rem;
  padding: 0.5rem 1.25rem 0.5rem 0.5rem;
  cursor: pointer;
  font: inherit;
  color: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.286794 0.326996C0.67392 -0.103711 1.30706 -0.10971 1.70095 0.313598L6 4.93368L10.299 0.313598C10.6929 -0.10971 11.3261 -0.103711 11.7132 0.326996C12.1003 0.757703 12.0948 1.45002 11.701 1.87333L6 8L0.299047 1.87333C-0.0948467 1.45002 -0.100333 0.757703 0.286794 0.326996Z' fill='%23272F34'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 0.67rem top 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: background-position 0.15s;
}
.teaser-list:not(.teaser-list--no-filter-styles) .views-exposed-form .form-select:hover, .teaser-list:not(.teaser-list--no-filter-styles) .views-exposed-form .form-select:active, .teaser-list:not(.teaser-list--no-filter-styles) .views-exposed-form .form-select:focus {
  background-position: right 0.67rem top 55%;
}
@media (min-width: 48rem) {
  .teaser-list:not(.teaser-list--no-filter-styles) .views-exposed-form .form-select {
    max-width: 6rem;
    --dynamicWidth: 6rem;
    max-width: min(var(--dynamicWidth), 25vw);
  }
}
@media (min-width: 48rem) {
  .teaser-list:not(.teaser-list--no-filter-styles) .views-exposed-form .form-item-issues {
    margin-right: auto;
  }
}
.teaser-list:not(.teaser-list--no-filter-styles) .views-exposed-form .form-item-issues .form-select {
  border-color: #972337;
  background-color: #f8eff2;
}

.a2a_kit {
  display: flex;
}

.a2a_kit > a {
  padding: 0;
  margin-right: 1.5rem;
}

.a2a_kit > a > img {
  vertical-align: baseline;
}

.pager {
  display: flex;
  margin-top: 2rem;
}
@media (min-width: 48rem) {
  .pager {
    justify-content: center;
  }
}
.pager__items {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.pager__item a {
  display: flex;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #272f34;
  border-radius: 50%;
  transition: background-color 0.15s;
}
.pager__item a:hover, .pager__item a:active, .pager__item a:focus {
  background-color: #eeedf0;
}
.pager__item.is-active a {
  background-color: #272f34;
  color: #fafafb;
}
.pager__item a svg {
  display: block;
  height: 1rem;
}
.pager__item:not(:last-child) {
  margin-right: 1rem;
  margin-bottom: 1rem;
}
@media (min-width: 48rem) {
  .pager__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.pager__item--ellipsis {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 48rem) {
  .subscribe {
    display: flex;
    align-items: center;
  }
}
.subscribe__title {
  margin-top: 0;
}
@media (min-width: 48rem) {
  .subscribe__title {
    margin-top: 1rem;
    font-size: 2.5rem;
  }
}
@media (min-width: 48rem) {
  .subscribe__left {
    flex-basis: 50%;
    padding-right: 8rem;
  }
}
@media (min-width: 80rem) {
  .subscribe__left {
    padding-right: 16rem;
  }
}
.subscribe__right {
  margin-top: 3rem;
}
@media (min-width: 48rem) {
  .subscribe__right {
    margin-top: 0;
    flex-grow: 1;
  }
}

.subscribe-form {
  position: relative;
}
.subscribe-form__input {
  display: block;
  width: 100%;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 3rem;
  border-radius: 1.5rem;
  border: none;
}
.subscribe-form__button {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 6rem;
  background-color: #972337;
  color: #fafafb;
  border-radius: 1.5rem;
  border: 0.25rem solid #fff;
  cursor: pointer;
  transition: border-width 0.15s;
}
.subscribe-form__button:hover {
  border-width: 0;
}

.about-nav {
  margin-top: 4rem;
}
@media (min-width: 48rem) {
  .about-nav {
    margin-top: 0;
  }
}
.about-nav__title {
  font-size: 1.25rem;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .about-nav__title {
    margin-top: 0;
  }
}

.about-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #696969;
}

.about-nav ul ul {
  border-left: 1px solid #d7d7d7;
  padding-left: 1rem;
  margin-top: 1.5rem;
  font-size: 0.9rem;
}

.about-nav ul li {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #d7d7d7;
}
@media (min-width: 48rem) {
  .about-nav ul li {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.about-nav ul ul li {
  border-bottom: none;
  padding-bottom: 0;
}

.about-nav ul li a {
  color: inherit;
  text-decoration: none;
  display: block;
}
.about-nav ul li a:hover, .about-nav ul li a:active, .about-nav ul li a:focus {
  text-decoration: underline;
}
@media (min-width: 48rem) {
  .about-nav ul li a {
    display: inline;
  }
}

.about-nav ul li a.is-active {
  color: #972337;
  font-weight: bold;
}

.status-message {
  margin-bottom: 1rem;
  background: #e2e3e5;
  border-radius: 0.25rem;
  padding: 1rem;
}
.status-message--warning {
  background-color: #fff3cd;
}
.status-message--error {
  background-color: #f8d7da;
}
.status-message--status {
  background-color: #d1e7dd;
}
.status-message > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.status-message > ul > li:not(:last-child) {
  margin-bottom: 1rem;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.responsive-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.issue-banner {
  background-color: #0b0417;
  color: #fafafb;
  padding: 4rem 0;
  margin-bottom: 4rem;
}
@media (min-width: 48rem) {
  .issue-banner__inner {
    display: flex;
    justify-content: space-between;
  }
}
.issue-banner__title {
  margin-top: 0;
}
@media (min-width: 48rem) {
  .issue-banner__left {
    max-width: 24rem;
    margin-right: 2rem;
  }
}
@media (min-width: 48rem) {
  .issue-banner__right {
    max-width: 24rem;
  }
  .issue-banner__right p:first-child {
    margin-top: 0;
  }
}
.issue-banner__initiative-link {
  display: inline-block;
  text-decoration: none;
  color: #fafafb;
  background-color: #972337;
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  transition: transform 0.15s;
}

.issue-filter {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  row-gap: 0.5rem;
}
@media (min-width: 32rem) {
  .issue-filter {
    justify-content: center;
  }
}
.issue-filter__links {
  display: flex;
}
.issue-filter__link {
  color: #696969;
  text-decoration: none;
  padding: 0.75rem 0.75rem;
  border-radius: 0.5rem;
  margin-right: 0.25rem;
  transition: color 0.15s, background-color 0.15s;
}
@media (min-width: 32rem) {
  .issue-filter__link {
    padding: 0.75rem 1rem;
    margin-right: 0.5rem;
  }
}
.issue-filter__link:hover, .issue-filter__link:active, .issue-filter__link:focus, .issue-filter__link--selected {
  background-color: #eeedf0;
  color: #272f34;
}
.issue-filter__select {
  display: block;
  background-color: transparent;
  border: none;
  border-radius: 0.5rem;
  padding: 0.75rem 1.75rem 0.75rem 1rem;
  cursor: pointer;
  font: inherit;
  color: #696969;
  --dynamicWidth: 6rem;
  max-width: var(--dynamicWidth);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.286794 0.326996C0.67392 -0.103711 1.30706 -0.10971 1.70095 0.313598L6 4.93368L10.299 0.313598C10.6929 -0.10971 11.3261 -0.103711 11.7132 0.326996C12.1003 0.757703 12.0948 1.45002 11.701 1.87333L6 8L0.299047 1.87333C-0.0948467 1.45002 -0.100333 0.757703 0.286794 0.326996Z' fill='%23696969'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 1rem top 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  transition: color 0.15s, background-color 0.15s;
}
.issue-filter__select:hover, .issue-filter__select:active, .issue-filter__select:focus, .issue-filter__select--selected {
  background-color: #eeedf0;
  color: #272f34;
}
.issue-filter__select option:not[disabled] {
  color: #272f34;
}

.initiative-banner {
  background-color: #972337;
  color: #fafafb;
  padding: 4rem 0;
  margin-bottom: 4rem;
}
@media (min-width: 48rem) {
  .initiative-banner__inner {
    display: flex;
    justify-content: space-between;
  }
}
.initiative-banner__title {
  margin-top: 1rem;
}
@media (min-width: 48rem) {
  .initiative-banner__left {
    max-width: 24rem;
    margin-right: 2rem;
  }
}
@media (min-width: 48rem) {
  .initiative-banner__right {
    max-width: 24rem;
  }
  .initiative-banner__right p:first-child {
    margin-top: 0;
  }
}

.initiative-resources {
  display: flex;
  flex-direction: column;
}
@media (min-width: 48rem) {
  .initiative-resources {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -2rem;
  }
}

.initiative-resource {
  border-top: 1px solid #d7d7d7;
  padding-top: 2rem;
  margin-bottom: 3rem;
  text-decoration: none;
  color: #272f34;
  font-weight: bold;
}
.initiative-resource--has-image {
  border-top: none;
  padding-top: 0;
}
@media (min-width: 48rem) {
  .initiative-resource {
    width: calc(50% - 4rem);
    margin: 0 2rem 4rem;
  }
}
@media (min-width: 64rem) {
  .initiative-resource {
    width: calc(33.333% - 4rem);
  }
}
.initiative-resource:hover .initiative-resource__subtext, .initiative-resource:active .initiative-resource__subtext, .initiative-resource:focus .initiative-resource__subtext {
  text-decoration: underline;
}
.initiative-resource__title {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.initiative-resource__summary {
  display: block;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: normal;
  color: #696969;
}
.initiative-resource__subtext {
  font-weight: normal;
}
.initiative-resource__subtext::after {
  content: "";
  display: inline-block;
  width: 0.67rem;
  height: 0.67rem;
  margin-left: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.85355 4.85355C9.04882 4.65829 9.04882 4.34171 8.85355 4.14645L5.67157 0.964466C5.47631 0.769204 5.15973 0.769204 4.96447 0.964466C4.7692 1.15973 4.7692 1.47631 4.96447 1.67157L7.79289 4.5L4.96447 7.32843C4.7692 7.52369 4.7692 7.84027 4.96447 8.03553C5.15973 8.2308 5.47631 8.2308 5.67157 8.03553L8.85355 4.85355ZM0.5 5H8.5V4H0.5V5Z' fill='%23272F34'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 100%;
}
.initiative-resource__image {
  margin-bottom: 2rem;
}
.initiative-resource__image img {
  display: block;
  width: 100%;
  height: auto;
}

.people-teaser-list__wrapper,
.people-teaser-list .views-row-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
.people-teaser-list__item,
.people-teaser-list .views-row {
  width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 4rem;
}
@media (min-width: 32rem) {
  .people-teaser-list__item,
.people-teaser-list .views-row {
    width: 33.333%;
  }
}
@media (min-width: 64rem) {
  .people-teaser-list__item,
.people-teaser-list .views-row {
    width: 25%;
  }
}
@media (min-width: 80rem) {
  .people-teaser-list__item,
.people-teaser-list .views-row {
    width: 20%;
  }
}
.people-teaser-list__title {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
}
.people-teaser-list__description {
  margin-bottom: 2rem;
}

.basic-page {
  max-width: 48rem;
}
.basic-page__title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
@media (min-width: 48rem) {
  .basic-page__title {
    font-size: 2rem;
  }
}
.basic-page__content p {
  line-height: 1.75;
  margin: 1.5rem 0;
}

.main-container--has-sidebar .basic-page__title {
  font-size: 1.25rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 2rem;
}

.contact-form {
  margin-top: 3rem;
}
@media (min-width: 48rem) {
  .contact-form__row-wrapper {
    display: flex;
  }
}
@media (min-width: 48rem) {
  .contact-form__row-wrapper > *:first-child {
    margin-right: 2rem;
  }
}
.contact-form__confirmation .webform-confirmation__message {
  background-color: #f8eff2;
  padding: 1rem;
  border-radius: 0.25rem;
}
.contact-form .form-item {
  margin-bottom: 2rem;
}
.contact-form label {
  display: block;
  font-weight: bold;
  margin-bottom: 1rem;
}
.contact-form label.form-required::after {
  content: " *";
}
.contact-form .form-text,
.contact-form .form-email {
  display: block;
  width: 100%;
  max-width: 28rem;
  border: 1px solid #d7d7d7;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.contact-form .form-textarea {
  display: block;
  width: 100%;
  resize: vertical;
  border: 1px solid #d7d7d7;
  border-radius: 0.25rem;
  padding: 1rem;
  margin-bottom: 1rem;
  min-height: 12rem;
}
.contact-form .description {
  font-size: 0.875rem;
  margin-bottom: 1rem;
}

.secure-contact-form {
  margin-top: 3rem;
}
.secure-contact-form__content {
  margin-top: 3rem;
}
.secure-contact-form label {
  display: block;
  margin-bottom: 1rem;
}
.secure-contact-form .form-select {
  display: block;
  width: 100%;
  max-width: 20rem;
  background-color: #ffffff;
  border: 1px solid #a7a7a7;
  border-radius: 0;
  padding: 1rem 2rem 1rem 1rem;
  cursor: pointer;
  font: inherit;
  color: inherit;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.286794 0.326996C0.67392 -0.103711 1.30706 -0.10971 1.70095 0.313598L6 4.93368L10.299 0.313598C10.6929 -0.10971 11.3261 -0.103711 11.7132 0.326996C12.1003 0.757703 12.0948 1.45002 11.701 1.87333L6 8L0.299047 1.87333C-0.0948467 1.45002 -0.100333 0.757703 0.286794 0.326996Z' fill='%23272F34'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 0.67rem top 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.secure-contact-form .webform-details-toggle-state-wrapper {
  display: none;
}
.secure-contact-form details {
  border: 1px solid #a7a7a7;
  margin-bottom: 1rem;
}
.secure-contact-form summary {
  font-weight: bold;
  padding: 1rem;
  cursor: pointer;
}
.secure-contact-form .webform-element-description {
  padding: 0 1rem 1rem;
}
.secure-contact-form .form-item-title {
  margin-bottom: 1rem;
}

.pdf-embed {
  margin-top: 3rem;
  height: 0;
  overflow: hidden;
  padding-top: 129.5%;
  background: white;
  position: relative;
}
.pdf-embed__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#colorbox .pdf-embed {
  margin-top: 0;
  width: 95vw;
  height: 90vh;
  padding-top: 0;
}

.awesome-table-embed {
  margin-top: 3rem;
}

.entry-card {
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  background-color: #eeedf0;
}
.entry-card__description p:first-child {
  margin-top: 0;
}

.social-link a::before {
  content: "";
  display: inline-block;
  margin-right: 0.5rem;
  background-repeat: no-repeat;
  background-size: contain;
  width: 0.9rem;
  height: 0.9rem;
  vertical-align: middle;
}

.social-link--facebook a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='22' viewBox='0 0 11 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.75 7.33333H0V11H2.75V22H7.33333V11H10.6718L11 7.33333H7.33333V5.80525C7.33333 4.92983 7.50933 4.58333 8.35542 4.58333H11V0H7.50933C4.213 0 2.75 1.45108 2.75 4.23042V7.33333Z' fill='%233fe0d0'/%3E%3C/svg%3E%0A");
}

.social-link--twitter a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='19' viewBox='0 0 24 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24 2.73251C23.117 3.09428 22.168 3.33792 21.172 3.44775C22.189 2.88571 22.97 1.99512 23.337 0.933802C22.386 1.45431 21.332 1.83269 20.21 2.03665C19.313 1.15345 18.032 0.601562 16.616 0.601562C13.437 0.601562 11.101 3.33885 11.819 6.18042C7.728 5.99123 4.1 4.18237 1.671 1.43308C0.381 3.47543 1.002 6.14719 3.194 7.50015C2.388 7.47615 1.628 7.27219 0.965 6.93165C0.911 9.03675 2.546 11.0062 4.914 11.4446C4.221 11.6181 3.462 11.6587 2.69 11.5221C3.316 13.3273 5.134 14.6405 7.29 14.6774C5.22 16.1753 2.612 16.8444 0 16.5601C2.179 17.8494 4.768 18.6016 7.548 18.6016C16.69 18.6016 21.855 11.4759 21.543 5.08495C22.505 4.44354 23.34 3.6434 24 2.73251Z' fill='%233fe0d0'/%3E%3C/svg%3E%0A");
}

/* 
    Overrides for Choices JS library
    to make it look like our custom select inputs
    for teaser-list filters and issues "more"
*/
.choices {
  margin: 0;
}

.choices__inner {
  border: none !important;
  border-radius: 0.5rem !important;
  padding: 0.5rem !important;
  min-height: auto;
  font-size: inherit !important;
  display: flex;
}

.choices__list .choices__item--choice {
  padding: 0.75rem 0.5rem !important;
  border-radius: 0.25rem;
  white-space: nowrap;
}

.choices__list .choices__item--choice.is-selected {
  display: none;
}

.choices__list .choices__item--selectable::after {
  display: none;
}

.choices__list--dropdown {
  width: auto !important;
  word-break: normal !important;
  margin-top: 0.5rem !important;
  padding: 0.5rem !important;
  border: none !important;
  border-radius: 0.5rem !important;
  min-width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  transition: visibility 1ms;
}

.choices__list--dropdown .choices__list {
  max-height: fit-content !important;
}

.choices__list--single {
  padding: 0 1.25rem 0 0;
}

.choices__placeholder {
  opacity: 1;
}

.choices__list--single .choices__item {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.choices[data-type*=select-one]::after {
  border: none !important;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
  width: 0.67rem;
  height: 0.67rem;
  margin-top: 0 !important;
  transform: translateY(-50%);
  transition: transform 0.15s;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.286794 0.326996C0.67392 -0.103711 1.30706 -0.10971 1.70095 0.313598L6 4.93368L10.299 0.313598C10.6929 -0.10971 11.3261 -0.103711 11.7132 0.326996C12.1003 0.757703 12.0948 1.45002 11.701 1.87333L6 8L0.299047 1.87333C-0.0948467 1.45002 -0.100333 0.757703 0.286794 0.326996Z' fill='%23000000'/%3E%3C/svg%3E%0A");
  opacity: 0.55;
}

.choices[data-type*=select-one]:hover::after,
.choices[data-type*=select-one].is-focused::after {
  transform: translateY(-33%);
}

.choices[data-type*=select-one].is-open::after {
  transform: translateY(-50%) rotate(180deg);
}

/* Authors  */
.choices--id-edit-authors .choices__inner {
  border: 2px solid #d7d7d7 !important;
  background-color: #ffffff !important;
}
.choices--id-edit-authors.is-focused .choices__inner {
  border-color: #696969 !important;
}
.choices--id-edit-authors .choices__list--dropdown .choices__list {
  columns: 2;
  column-gap: 0;
}
@media (min-width: 48rem) {
  .choices--id-edit-authors .choices__list--dropdown .choices__list {
    columns: 3;
  }
}
@media (min-width: 64rem) {
  .choices--id-edit-authors .choices__list--dropdown .choices__list {
    columns: 4;
  }
}

/* Year  */
.choices--id-edit-year .choices__inner {
  border: 2px solid #d7d7d7 !important;
  background-color: #ffffff !important;
}
.choices--id-edit-year.is-focused .choices__inner {
  border-color: #696969 !important;
}
@media (min-width: 48rem) {
  .choices--id-edit-year .choices__list--dropdown .choices__list {
    display: flex;
    flex-wrap: wrap;
    width: 12rem;
  }
  .choices--id-edit-year .choices__list--dropdown .choices__list > * {
    width: 33%;
  }
}

/* Issues */
@media (min-width: 48rem) {
  .choices--id-edit-issues,
.choices--id-edit-issues--2 {
    max-width: 25vw;
  }
}
.choices--id-edit-issues.is-focused,
.choices--id-edit-issues--2.is-focused {
  outline: 1px solid #972337;
  outline-offset: 2px;
  border-radius: 0.5rem;
}
.choices--id-edit-issues .choices__inner,
.choices--id-edit-issues--2 .choices__inner {
  border: 2px solid #972337 !important;
  background-color: #f8eff2 !important;
}
.choices--id-edit-issues.is-focused .choices__inner,
.choices--id-edit-issues--2.is-focused .choices__inner {
  border-color: #972337 !important;
}

/* Type */
.choices--id-edit-type .choices__inner,
.choices--id-edit-type--2 .choices__inner {
  color: #696969;
  border: none !important;
  background-color: #ffffff !important;
  transition: background-color 0.15s, color 0.15s;
  padding: 0.75rem 0.75rem !important;
}
@media (min-width: 32rem) {
  .choices--id-edit-type .choices__inner,
.choices--id-edit-type--2 .choices__inner {
    padding: 0.75rem 1rem !important;
  }
}
.choices--id-edit-type.is-focused .choices__inner, .choices--id-edit-type:hover .choices__inner, .choices--id-edit-type.choices--default-selected .choices__inner,
.choices--id-edit-type--2.is-focused .choices__inner,
.choices--id-edit-type--2:hover .choices__inner,
.choices--id-edit-type--2.choices--default-selected .choices__inner {
  background-color: #eeedf0 !important;
  color: #272f34;
}
.choices--id-edit-type .choices__list--dropdown .choices__item--disabled,
.choices--id-edit-type--2 .choices__list--dropdown .choices__item--disabled {
  display: none;
}

/* Secure Contact */
.choices--id-edit-please-select-the-type-of-material-you-want-to-share- {
  max-width: 20rem;
}
.choices--id-edit-please-select-the-type-of-material-you-want-to-share- .choices__inner {
  background-color: #ffffff !important;
  border: 1px solid #a7a7a7 !important;
  border-radius: 0 !important;
  padding: 1rem 2rem 1rem 1rem !important;
}

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