@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,600,700);
@import url(https://use.typekit.net/jxw3nns.css);
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.button,
.drilldown .js-drilldown-back > a::before,
.title-bar-title,
img {
  vertical-align: middle;
}
button,
hr,
input {
  overflow: visible;
}
pre,
textarea {
  overflow: auto;
}
@media print, screen and (min-width: 48em) {
  .reveal,
  .reveal.large,
  .reveal.small,
  .reveal.tiny {
    left: auto;
    margin: 0 auto;
    right: auto;
  }
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
a {
  background-color: transparent;
}
.tooltip,
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.hide-for-portrait,
.is-visible,
.show-for-landscape {
  display: block !important;
}
.foundation-mq {
  font-family: 'small=0em&medium=48em&large=64em&xlarge=75em&xxlarge=90em';
}
html {
  box-sizing: border-box;
  font-size: 100%;
}
*,
::after,
::before {
  box-sizing: inherit;
}
body {
  background: var(--colors-background);
  color: var(--colors-foreground);
  font-family: var(--text-fonts-sans);
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: var(--text-sizes-body);
}
.map_canvas embed,
.map_canvas img,
.map_canvas object,
.mqa-display embed,
.mqa-display img,
.mqa-display object {
  max-width: none !important;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 0;
  cursor: auto;
  line-height: 1;
  padding: 0;
}
[data-whatinput='mouse'] button {
  outline: 0;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}
.is-hidden {
  display: none !important;
}
[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--colors-background);
  border: 1px solid var(--colors-neutral-200);
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  box-sizing: border-box;
  color: var(--colors-foreground);
  display: block;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  height: 2.4375rem;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding: 0.5rem;
  transition:
    box-shadow 0.5s,
    border-color 0.25s ease-in-out;
  width: 100%;
}
[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  background-color: var(--colors-background);
  border: 1px solid var(--colors-neutral-500);
  box-shadow: 0 0 5px var(--colors-neutral-200);
  outline: 0;
  transition:
    box-shadow 0.5s,
    border-color 0.25s ease-in-out;
}
textarea {
  max-width: 100%;
  min-height: 50px;
}
textarea[rows] {
  height: auto;
}
input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: var(--colors-neutral-100);
  cursor: not-allowed;
}
[type='checkbox'] + label[for],
[type='radio'] + label[for],
a {
  cursor: pointer;
}
[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type='search'] {
  box-sizing: border-box;
}
:-ms-input-placeholder {
  color: var(--colors-neutral-200);
}
::placeholder {
  color: var(--colors-neutral-200);
}
[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}
[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0.5rem;
  margin-right: 1rem;
  vertical-align: baseline;
}
label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem;
}
[type='file'] {
  width: 100%;
}
label {
  color: var(--colors-foreground);
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
}
label.middle {
  margin: 0 0 1rem;
  padding: 0.5625rem 0;
}
.help-text {
  color: var(--colors-foreground);
  font-size: 0.8125rem;
  font-style: italic;
  margin-top: -0.5rem;
}
.input-group {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  width: 100%;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.input-group > :first-child,
.input-group > :first-child.input-group-button > *,
.input-group > :last-child,
.input-group > :last-child.input-group-button > * {
  border-radius: 0;
}
.input-group-button,
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label,
.input-group-field,
.input-group-label {
  margin: 0;
  white-space: nowrap;
}
.input-group-label {
  background: var(--colors-neutral-100);
  border: 1px solid var(--colors-neutral-200);
  color: var(--colors-foreground);
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 1rem;
  text-align: center;
  white-space: nowrap;
  -ms-flex-align: center;
  align-items: center;
}
.input-group-field,
.label,
.progress,
.slider-handle,
.switch-paddle,
.switch-paddle::after,
table {
  border-radius: 0;
}
select,
select:focus {
  background-color: var(--colors-background);
  transition:
    box-shadow 0.5s,
    border-color 0.25s ease-in-out;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}
.input-group-field {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
  min-width: 0;
}
.fieldset,
select {
  border: 1px solid var(--colors-neutral-200);
}
.input-group-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}
.input-group-button a,
.input-group-button button,
.input-group-button input,
.input-group-button label {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  font-size: 1rem;
  height: auto;
  padding-bottom: 0;
  padding-top: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
legend {
  margin-bottom: 0.5rem;
  max-width: 100%;
}
.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
}
.fieldset legend {
  margin: 0 0 0 -0.1875rem;
  padding: 0 0.1875rem;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28110, 110, 110%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  border-radius: 0;
  box-sizing: border-box;
  color: var(--colors-foreground);
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  height: 2.4375rem;
  line-height: 1.5;
  margin: 0 0 1rem;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  width: 100%;
}
.form-error,
.is-invalid-label {
  color: var(--colors-secondary-300);
}
@media screen and (min-width: 0\0) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
select:focus {
  border: 1px solid var(--colors-neutral-500);
  box-shadow: 0 0 5px var(--colors-neutral-200);
  outline: 0;
}
select:disabled {
  background-color: var(--colors-neutral-100);
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  background-image: none;
  height: auto;
}
.is-invalid-input:not(:focus) {
  background-color: #f2efee;
  border-color: var(--colors-secondary-300);
}
.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: var(--colors-secondary-300);
}
.is-invalid-input:not(:focus)::placeholder {
  color: var(--colors-secondary-300);
}
.form-error {
  display: none;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  margin-top: -0.5rem;
}
.form-error.is-visible,
cite {
  display: block;
}
blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  margin: 0;
  padding: 0;
}
ol,
ol ol,
ol ul,
ul,
ul ol,
ul ul {
  margin-left: 1.25rem;
}
p {
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}
em,
i {
  font-style: italic;
  line-height: inherit;
}
b,
strong {
  font-weight: 700;
  line-height: inherit;
}
small {
  line-height: inherit;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: inherit;
  font-family: var(--text-fonts-sans);
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: var(--colors-neutral-200);
  line-height: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0;
}
code,
kbd {
  background-color: var(--colors-neutral-100);
  color: var(--colors-foreground);
  font-family: Consolas, 'Liberation Mono', Courier, monospace;
}
.h1,
h1 {
  font-size: 2.25rem;
}
.h2,
h2 {
  font-size: 1.875rem;
}
.h3,
h3 {
  font-size: 1.5rem;
}
.h4,
h4 {
  font-size: 1.25rem;
}
.h5,
h5 {
  font-size: 1.0625rem;
}
.h6,
h6 {
  font-size: 1rem;
}

dl,
ol,
ul {
  margin-bottom: 1rem;
}
figure,
kbd {
  margin: 0;
}
@media print, screen and (min-width: 48em) {
  .h1,
  h1 {
    font-size: 2.5rem;
    line-height: 1.3;
  }
  .h2,
  h2 {
    font-size: 2.125rem;
    line-height: 1.29412;
  }
  .h3,
  h3 {
    font-size: 1.625rem;
  }
  .h4,
  h4 {
    font-size: 1.375rem;
  }
  .h5,
  h5 {
    font-size: 1.125rem;
  }
  .h6,
  h6 {
    font-size: 1rem;
  }
}
a {
  color: var(--colors-foreground);
  line-height: inherit;
  text-decoration: none;
}
a:focus,
a:hover {
  color: var(--colors-neutral-800);
}
hr {
  border-bottom: 1px solid var(--colors-neutral-200);
  border-left: 0;
  border-right: 0;
  border-top: 0;
  box-sizing: content-box;
  clear: both;
  height: 0;
  margin: 1.25rem auto;
  max-width: 90rem;
}
dl,
ol,
ul {
  line-height: 1.6;
  list-style-position: outside;
}
li {
  font-size: inherit;
}
ul {
  list-style-type: disc;
}
ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}
dl dt {
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.subheader,
code {
  font-weight: 400;
}
blockquote {
  border-left: 1px solid var(--colors-neutral-200);
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
}
blockquote,
blockquote p {
  color: var(--colors-neutral-500);
  line-height: 1.6;
}
cite {
  color: var(--colors-neutral-500);
  font-size: 0.8125rem;
}
cite:before {
  content: '— ';
}
abbr,
abbr[title] {
  border-bottom: 1px dotted var(--colors-foreground);
  cursor: help;
  text-decoration: none;
}
code {
  border: 1px solid var(--colors-neutral-200);
  padding: 0.125rem 0.3125rem 0.0625rem;
}
kbd {
  padding: 0.125rem 0.25rem 0;
}
.subheader {
  color: var(--colors-neutral-500);
  line-height: 1.4;
  margin-bottom: 0.5rem;
  margin-top: 0.2rem;
}
.lead {
  font-size: 125%;
  line-height: 1.6;
}
.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}
ol.no-bullet,
ul.no-bullet {
  list-style: none;
  margin-left: 0;
}

.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
@media print, screen and (min-width: 48em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}
@media print {
  blockquote,
  img,
  pre,
  tr {
    page-break-inside: avoid;
  }
  * {
    background: 0 0 !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print,
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  blockquote,
  pre {
    border: 1px solid var(--colors-neutral-500);
  }
  thead {
    display: table-header-group;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}

.label {
  background: var(--colors-primary-500);
  color: var(--colors-background);
  cursor: default;
  font-size: 0.8rem;
  line-height: 1;
  padding: 0.33333rem 0.5rem;
  white-space: nowrap;
}
.label.primary {
  background: var(--colors-primary-500);
  color: var(--colors-foreground);
}
.label.secondary {
  background: #767676;
  color: var(--colors-background);
}
.label.success {
  background: #3adb76;
  color: var(--colors-foreground);
}
.label.warning {
  background: #ffba02;
  color: var(--colors-foreground);
}
.label.alert {
  background: var(--colors-secondary-300);
  color: var(--colors-foreground);
}
.progress {
  background-color: var(--colors-neutral-200);
  height: 1rem;
  margin-bottom: 1rem;
}
.progress.primary .progress-meter {
  background-color: var(--colors-primary-500);
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffba02;
}
.progress.alert .progress-meter {
  background-color: var(--colors-secondary-300);
}
.progress-meter {
  background-color: var(--colors-primary-500);
  display: block;
  height: 100%;
  position: relative;
  width: 0%;
}
.accordion-title:focus,
.accordion-title:hover,
.slider {
  background-color: var(--colors-neutral-100);
}
.progress-meter-text {
  color: var(--colors-background);
  font-size: 0.75rem;
  font-weight: 700;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.slider-fill,
.slider-handle {
  display: inline-block;
  left: 0;
}
.slider {
  cursor: pointer;
  height: 0.5rem;
  margin-bottom: 2.25rem;
  margin-top: 1.25rem;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.slider-fill {
  background-color: var(--colors-neutral-200);
  height: 0.5rem;
  max-width: 100%;
  position: absolute;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}
.slider-handle {
  background-color: var(--colors-primary-500);
  height: 1.4rem;
  position: absolute;
  top: 50%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
  width: 1.4rem;
  z-index: 1;
}
[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: var(--colors-primary-500);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}
.slider.disabled,
.slider[disabled] {
  cursor: not-allowed;
  opacity: 0.25;
}
.js-off-canvas-overlay.is-closable,
.menu-icon,
.menu-icon.dark,
.submenu-toggle,
.switch-paddle {
  cursor: pointer;
}
.slider.vertical {
  display: inline-block;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
  width: 0.5rem;
}
.slider.vertical .slider-handle,
.tooltip.bottom.align-center::before,
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.slider.vertical .slider-fill {
  max-height: 100%;
  top: 0;
  width: 0.5rem;
}
.slider.vertical .slider-handle {
  height: 1.4rem;
  position: absolute;
  top: 0;
  width: 1.4rem;
}
.switch {
  color: var(--colors-background);
  font-size: 0.875rem;
  font-weight: 700;
  height: 2rem;
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch-input {
  margin-bottom: 0;
  opacity: 0;
  position: absolute;
}
.switch-paddle {
  background: var(--colors-neutral-200);
  color: inherit;
  display: block;
  font-weight: inherit;
  height: 2rem;
  position: relative;
  transition: all 0.25s ease-out;
  width: 4rem;
}
tfoot,
thead {
  color: var(--colors-foreground);
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  background: var(--colors-background);
  content: '';
  display: block;
  height: 1.5rem;
  left: 0.25rem;
  position: absolute;
  top: 0.25rem;
  transform: translate3d(0, 0, 0);
  transition: all 0.25s ease-out;
  width: 1.5rem;
}
input:checked ~ .switch-paddle {
  background: var(--colors-primary-500);
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput='mouse'] input:focus ~ .switch-paddle {
  outline: 0;
}
.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.switch-active {
  display: none;
  left: 8%;
}
input:checked + label > .switch-active {
  display: block;
}
.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}
.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  font-size: 0.625rem;
  height: 1.5rem;
  width: 3rem;
}
.switch.tiny .switch-paddle::after {
  height: 1rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}
.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  font-size: 0.75rem;
  height: 1.75rem;
  width: 3.5rem;
}
.switch.small .switch-paddle::after {
  height: 1.25rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}
.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  font-size: 1rem;
  height: 2.5rem;
  width: 5rem;
}
.switch.large .switch-paddle::after {
  height: 2rem;
  left: 0.25rem;
  top: 0.25rem;
  width: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}
table {
  border-collapse: collapse;
  margin-bottom: 1rem;
  width: 100%;
}
tbody,
tfoot,
thead {
  background-color: var(--colors-background);
  border: 1px solid #f1f1f1;
}
caption {
  font-weight: 700;
  padding: 0.75rem 0.5rem 0.75rem 0;
}
thead {
  background: #f8f8f8;
}
tfoot {
  background: #f1f1f1;
}
tfoot tr,
thead tr {
  background: 0 0;
}
tfoot td,
tfoot th,
thead td,
thead th {
  font-weight: 700;
  padding: 0.75rem 0.5rem 0.75rem 0;
  text-align: left;
}
tbody td,
tbody th {
  padding: 0.75rem 0.5rem 0.75rem 0;
}
tbody tr {
  background-color: var(--colors-background);
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
}
table.striped tbody tr:nth-child(even) {
  background-color: #f1f1f1;
  border-bottom: 0;
}
@media screen and (max-width: 63.99875em) {
  table.stack tfoot,
  table.stack thead {
    display: none;
  }
  table.stack td,
  table.stack th,
  table.stack tr {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}
table.scroll {
  display: block;
  width: 100%;
}
table.hover thead tr:hover {
  background-color: #f3f3f3;
}
table.hover tfoot tr:hover {
  background-color: #ececec;
}
table.hover tbody tr:hover {
  background-color: #f9f9f9;
}
table.hover.striped tr:nth-of-type(even):hover {
  background-color: #ececec;
}
.badge {
  background: var(--colors-primary-500);
  border-radius: 50%;
  color: var(--colors-background);
  display: inline-block;
  font-size: 0.6rem;
  min-width: 2.1em;
  padding: 0.3em;
  text-align: center;
}
.badge.primary {
  background: var(--colors-primary-500);
  color: var(--colors-foreground);
}
.badge.secondary {
  background: #767676;
  color: var(--colors-background);
}
.badge.success {
  background: #3adb76;
  color: var(--colors-foreground);
}
.badge.warning {
  background: #ffba02;
  color: var(--colors-foreground);
}
.badge.alert {
  background: var(--colors-secondary-300);
  color: var(--colors-foreground);
}
.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem;
}
.breadcrumbs::after,
.breadcrumbs::before {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  color: var(--colors-foreground);
  cursor: default;
  float: left;
  font-size: 0.6875rem;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  color: var(--colors-neutral-200);
  content: '/';
  margin: 0 0.75rem;
  opacity: 1;
  position: relative;
}
.breadcrumbs a {
  color: var(--colors-primary-500);
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: var(--colors-neutral-200);
  cursor: not-allowed;
}
.callout {
  background-color: #fdfdfd;
  border: none;
  border-radius: 0;
  color: var(--colors-foreground);
  margin: 0 0 1rem;
  padding: 0.5em 0.75em;
  position: relative;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #d5f2ff;
  color: var(--colors-foreground);
}
.callout.secondary {
  background-color: #eaeaea;
  color: var(--colors-foreground);
}
.callout.success {
  background-color: #e1faea;
  color: var(--colors-foreground);
}
.callout.warning {
  background-color: #fff5d9;
  color: var(--colors-foreground);
}
.callout.alert {
  background-color: #fbe9e5;
  color: var(--colors-foreground);
}
.callout.small {
  padding: 0.5rem;
}
.callout.large {
  padding: 3rem;
}
.card {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  background: var(--colors-background);
  border: 1px solid var(--colors-neutral-100);
  border-radius: 0;
  box-shadow: none;
  color: var(--colors-foreground);
  flex-grow: 1;
  margin-bottom: 1rem;
  overflow: hidden;
}
.card-divider > :last-child,
.card-section > :last-child,
.card > :last-child {
  margin-bottom: 0;
}
.card-divider {
  background: var(--colors-neutral-100);
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  padding: 1rem;
}
.card-section {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 1rem;
}
.card-image {
  min-height: 1px;
}
.dropdown-pane {
  background-color: var(--colors-background);
  border: 1px solid var(--colors-neutral-200);
  border-radius: 0;
  display: none;
  font-size: 1rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}
.dropdown-pane.tiny {
  width: 100px;
}
.dropdown-pane.small {
  width: 200px;
}
.dropdown-pane.large {
  width: 400px;
}
.pagination {
  margin-bottom: 1rem;
  margin-left: 0;
}
.pagination::after,
.pagination::before {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  border-radius: 0;
  display: none;
  font-size: 0.875rem;
  margin-right: 0.0625rem;
}
.pagination li:first-child,
.pagination li:last-child {
  display: inline-block;
}
@media print, screen and (min-width: 48em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  border-radius: 0;
  color: var(--colors-foreground);
  display: block;
  padding: 0.1875rem 0.625rem;
}
.pagination a:hover,
.pagination button:hover {
  background: var(--colors-neutral-100);
}
.pagination .current {
  background: var(--colors-primary-500);
  color: var(--colors-background);
  cursor: default;
  padding: 0.1875rem 0.625rem;
}
.pagination .disabled {
  color: var(--colors-neutral-200);
  cursor: not-allowed;
  padding: 0.1875rem 0.625rem;
}
.pagination .disabled:hover {
  background: 0 0;
}
.pagination .ellipsis::after {
  color: var(--colors-foreground);
  content: '\2026';
  padding: 0.1875rem 0.625rem;
}
.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem;
}
.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem;
}
.has-tip {
  border-bottom: dotted 1px var(--colors-neutral-500);
  cursor: help;
  display: inline-block;
  font-weight: 700;
  position: relative;
}
.tooltip,
.tooltip::before {
  position: absolute;
}
.tooltip {
  background-color: var(--colors-foreground);
  border-radius: 0;
  color: var(--colors-background);
  max-width: 10rem;
  padding: 0.75rem;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
}
.tooltip.bottom::before {
  border: 0.75rem inset;
  border-bottom-style: solid;
  border-color: transparent transparent var(--colors-foreground);
  border-top-width: 0;
  bottom: 100%;
  content: '';
  display: block;
  height: 0;
  width: 0;
}
.tooltip.left::before,
.tooltip.top::before {
  border: 0.75rem inset;
  content: '';
  display: block;
  height: 0;
  width: 0;
}
.tooltip.top::before {
  border-bottom-width: 0;
  border-color: var(--colors-foreground) transparent transparent;
  border-top-style: solid;
  bottom: auto;
  top: 100%;
}
.tooltip.left::before {
  border-color: transparent transparent transparent var(--colors-foreground);
  border-left-style: solid;
  border-right-width: 0;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  border: 0.75rem inset;
  border-color: transparent var(--colors-foreground) transparent transparent;
  border-left-width: 0;
  border-right-style: solid;
  content: '';
  display: block;
  height: 0;
  left: auto;
  right: 100%;
  width: 0;
}
.orbit-caption,
.orbit-slide {
  position: absolute;
  width: 100%;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}
.accordion {
  background: var(--colors-background);
  list-style-type: none;
  margin-left: 0;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}
.accordion-item:first-child > :first-child,
.accordion-item:last-child > :last-child {
  border-radius: 0;
}
.accordion-title {
  border: 1px solid var(--colors-neutral-100);
  border-bottom: 0;
  color: var(--colors-primary-500);
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  padding: 1.25rem 1rem;
  position: relative;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid var(--colors-neutral-100);
  border-radius: 0;
}
.accordion-content,
.tabs,
.tabs-content {
  border: 1px solid var(--colors-neutral-100);
}
.accordion-title::before {
  content: '+';
  margin-top: -0.5rem;
  position: absolute;
  right: 1rem;
  top: 50%;
}
.orbit,
.orbit-container {
  position: relative;
}
.is-active > .accordion-title::before {
  content: '\2013';
}
.accordion-content {
  background-color: var(--colors-background);
  border-bottom: 0;
  color: var(--colors-foreground);
  display: none;
  padding: 1rem;
}
.orbit-caption,
.orbit-next:active,
.orbit-next:focus,
.orbit-next:hover,
.orbit-previous:active,
.orbit-previous:focus,
.orbit-previous:hover {
  background-color: rgba(10, 10, 10, 0.5);
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid var(--colors-neutral-100);
}
.media-object {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
}
.media-object-section > :last-child,
.menu a,
.menu button,
.menu input,
.menu select,
.orbit-caption,
.reveal > :last-child {
  margin-bottom: 0;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 47.99875em) {
  .media-object.stack-for-small {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.media-object-section {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
@media screen and (max-width: 47.99875em) {
  .stack-for-small .media-object-section {
    padding: 0 0 1rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.orbit-container {
  height: 0;
  list-style: none;
  margin: 0;
  overflow: hidden;
}
.orbit-slide.no-motionui.is-active {
  left: 0;
  top: 0;
}
.orbit-figure {
  margin: 0;
}
.orbit-image {
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.orbit-caption {
  bottom: 0;
  color: var(--colors-background);
  padding: 1rem;
}
.orbit-next,
.orbit-previous {
  color: var(--colors-background);
  padding: 1rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
[data-whatinput='mouse'] .orbit-next,
[data-whatinput='mouse'] .orbit-previous {
  outline: 0;
}
.orbit-previous {
  left: 0;
}
.orbit-next {
  left: auto;
  right: 0;
}
.orbit-bullets {
  margin-bottom: 0.8rem;
  margin-top: 0.8rem;
  position: relative;
  text-align: center;
}
[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  background-color: var(--colors-neutral-200);
  border-radius: 50%;
  height: 1.2rem;
  margin: 0.1rem;
  width: 1.2rem;
}
.orbit-bullets button.is-active,
.orbit-bullets button:hover {
  background-color: var(--colors-neutral-500);
}
.flex-video,
.responsive-embed {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 75%;
  position: relative;
}
.flex-video embed,
.flex-video iframe,
.flex-video object,
.flex-video video,
.responsive-embed embed,
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.flex-video.widescreen,
.responsive-embed.widescreen {
  padding-bottom: 56.25%;
}
.tabs {
  background: var(--colors-background);
  list-style-type: none;
  margin: 0;
}
.tabs::after,
.tabs::before {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.tabs::after {
  clear: both;
}
.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}
.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: 0 0;
}
.tabs.primary {
  background: var(--colors-primary-500);
}
.tabs.primary > li > a {
  color: var(--colors-foreground);
}
.tabs.primary > li > a:focus,
.tabs.primary > li > a:hover {
  background: #0298d9;
}
.tabs-title {
  float: left;
}
.tabs-title > a {
  color: var(--colors-primary-500);
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  padding: 1.25rem 1.5rem;
}
[data-whatinput='mouse'] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: var(--colors-background);
  color: #028ac4;
}
.tabs-title > a:focus,
.tabs-title > a[aria-selected='true'] {
  background: var(--colors-neutral-100);
  color: var(--colors-primary-500);
}
.tabs-content {
  background: var(--colors-background);
  border-top: 0;
  color: var(--colors-foreground);
  transition: all 0.5s ease;
}
.tabs-content.vertical {
  border: 1px solid var(--colors-neutral-100);
  border-left: 0;
}
.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}
.thumbnail {
  border: 4px solid var(--colors-background);
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  margin-bottom: 1rem;
  max-width: 100%;
}
a.thumbnail {
  transition: box-shadow 0.2s ease-out;
}
a.thumbnail:focus,
a.thumbnail:hover {
  box-shadow: 0 0 6px 1px rgba(2, 160, 228, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}
.menu {
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
.menu.nested,
.menu.simple li + li {
  margin-left: 1rem;
}
[data-whatinput='mouse'] .menu li {
  outline: 0;
}
.menu a {
  display: block;
  line-height: 1;
  padding: 1rem;
  text-decoration: none;
}
.menu input {
  display: inline-block;
}
.menu,
.menu.horizontal {
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.menu.vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.menu.expanded li {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.menu.simple {
  -ms-flex-align: center;
  align-items: center;
}
.menu.simple a {
  padding: 0;
}
.accordion-menu .is-accordion-submenu a,
.accordion-menu a,
.menu .menu-text {
  padding: 1.125rem 1rem;
}
@media print, screen and (min-width: 48em) {
  .menu.medium-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu.medium-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu.medium-expanded li,
  .menu.medium-simple li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu.large-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu.large-expanded li,
  .menu.large-simple li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu.xlarge-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu.xlarge-expanded li,
  .menu.xlarge-simple li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu.xxlarge-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .menu.xxlarge-expanded li,
  .menu.xxlarge-simple li {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
}
.menu.icon-bottom a,
.menu.icon-left a,
.menu.icon-right a,
.menu.icon-top a,
.menu.icons a {
  display: -ms-flexbox;
  display: flex;
}
.menu.icon-left li a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.menu.icon-left li a i,
.menu.icon-left li a img,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}
.menu.icon-right li a i,
.menu.icon-right li a img,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.menu.icon-top li a i,
.menu.icon-top li a img,
.menu.icon-top li a svg {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}
.menu.icon-bottom li a i,
.menu.icon-bottom li a img,
.menu.icon-bottom li a svg {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .active > a,
.menu .is-active > a {
  background: var(--colors-primary-500);
  color: var(--colors-background);
}
.menu.align-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu.align-right li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-left: 0;
  margin-right: 1rem;
}
.menu.align-center li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu.align-center li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.menu .menu-text {
  color: inherit;
  font-weight: 700;
  line-height: 1;
}
.menu-centered > .menu {
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-centered > .menu li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.no-js [data-responsive-menu] ul {
  display: none;
}
.menu-icon {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 20px;
}
.menu-icon::after {
  background: var(--colors-foreground);
  box-shadow:
    0 7px 0 var(--colors-foreground),
    0 14px 0 var(--colors-foreground);
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.menu-icon:hover::after {
  background: var(--colors-neutral-700);
  box-shadow:
    0 7px 0 var(--colors-neutral-700),
    0 14px 0 var(--colors-neutral-700);
}
.menu-icon.dark {
  display: inline-block;
  height: 16px;
  position: relative;
  width: 20px;
}
.menu-icon.dark::after {
  background: var(--colors-foreground);
  box-shadow:
    0 7px 0 var(--colors-foreground),
    0 14px 0 var(--colors-foreground);
  content: '';
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.menu-icon.dark:hover::after {
  background: var(--colors-neutral-500);
  box-shadow:
    0 7px 0 var(--colors-neutral-500),
    0 14px 0 var(--colors-neutral-500);
}
.accordion-menu {
  border-bottom: 1px solid #fff;
}
.accordion-menu li {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 100%;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-left: 1rem;
  margin-right: 0;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-left: 0;
  margin-right: 1rem;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu
  .is-accordion-submenu-parent:not(.has-submenu-toggle)
  > a::after {
  border: 6px inset;
  border-bottom-width: 0;
  border-color: var(--colors-secondary-500) transparent transparent;
  border-top-style: solid;
  content: '';
  display: block;
  height: 0;
  margin-top: -3px;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  left: 1rem;
  right: auto;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}
.is-accordion-submenu li {
  border-left: 0;
  border-right: 0;
}
.is-accordion-submenu-parent {
  position: relative;
}
.has-submenu-toggle > a {
  margin-right: 40px;
}
.submenu-toggle {
  border-left: 1px solid #fff;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.show-for-sr,
.show-on-focus,
.submenu-toggle-text {
  overflow: hidden;
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}
.submenu-toggle::after {
  border: 6px inset;
  border-bottom-width: 0;
  border-color: var(--colors-secondary-500) transparent transparent;
  border-top-style: solid;
  bottom: 0;
  content: '';
  display: block;
  height: 0;
  margin: auto;
  top: 0;
  width: 0;
}
.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}
.submenu-toggle-text {
  border: 0;
  height: 1px;
  padding: 0;
  width: 1px;
}
.drilldown .is-drilldown-submenu a,
.drilldown a {
  padding: 1.125rem 1rem;
}
.is-drilldown {
  overflow: hidden;
  position: relative;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}
.drilldown a {
  background: #f4f4f4;
}
.drilldown .is-drilldown-submenu {
  background: var(--colors-background);
  left: 100%;
  position: absolute;
  top: 0;
  transition: transform 0.15s linear;
  width: 100%;
  z-index: -1;
}
.drilldown .is-drilldown-submenu.is-active {
  display: block;
  transform: translateX(-100%);
  z-index: 1;
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.off-canvas-absolute.is-open,
.off-canvas.is-open {
  transform: translate(0, 0);
}
.drilldown .nested.is-drilldown-submenu {
  margin-left: 0;
  margin-right: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  border: 6px inset;
  border-color: transparent transparent transparent var(--colors-secondary-300);
  border-left-style: solid;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  margin-top: -6px;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  border: 6px inset;
  border-color: transparent transparent transparent var(--colors-secondary-300);
  border-left-style: solid;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  left: auto;
  right: 1rem;
  width: 0;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  border: 6px inset;
  border-color: transparent var(--colors-secondary-300) transparent transparent;
  border-left-width: 0;
  border-right-style: solid;
  content: '';
  display: block;
  height: 0;
  left: 1rem;
  right: auto;
  width: 0;
}
.drilldown .js-drilldown-back > a::before {
  border: 6px inset;
  border-color: transparent var(--colors-secondary-300) transparent transparent;
  border-left-width: 0;
  border-right-style: solid;
  content: '';
  display: inline-block;
  height: 0;
  margin-right: 0.75rem;
  width: 0;
}
.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 0;
  top: 100%;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  left: 0;
  right: auto;
  top: 100%;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  padding-right: 1.5rem;
  position: relative;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border: 6px inset;
  border-bottom-width: 0;
  border-color: var(--colors-secondary-500) transparent transparent;
  border-top-style: solid;
  content: '';
  display: block;
  height: 0;
  left: auto;
  margin-top: -3px;
  right: 5px;
  width: 0;
}
[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 1.125rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: 0 0;
  color: var(--colors-foreground);
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-left: 0;
  margin-right: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
  top: 0;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  left: 100%;
  right: auto;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  border: 6px inset;
  border-color: transparent var(--colors-secondary-300) transparent transparent;
  border-left-width: 0;
  border-right-style: solid;
  content: '';
  display: block;
  height: 0;
  left: 5px;
  right: auto;
  width: 0;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  border: 6px inset;
  border-color: transparent transparent transparent var(--colors-secondary-300);
  border-left-style: solid;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  width: 0;
}
@media print, screen and (min-width: 48em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    left: 0;
    right: auto;
    top: 100%;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    border: 6px inset;
    border-bottom-width: 0;
    border-color: var(--colors-secondary-500) transparent transparent;
    border-top-style: solid;
    content: '';
    display: block;
    height: 0;
    left: auto;
    margin-top: -3px;
    right: 5px;
    width: 0;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    border: 6px inset;
    border-color: transparent var(--colors-secondary-300) transparent
      transparent;
    border-left-width: 0;
    border-right-style: solid;
    content: '';
    display: block;
    height: 0;
    left: 5px;
    right: auto;
    width: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    border: 6px inset;
    border-color: transparent transparent transparent
      var(--colors-secondary-300);
    border-left-style: solid;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    left: 0;
    right: auto;
    top: 100%;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    border: 6px inset;
    border-bottom-width: 0;
    border-color: var(--colors-secondary-500) transparent transparent;
    border-top-style: solid;
    content: '';
    display: block;
    height: 0;
    left: auto;
    margin-top: -3px;
    right: 5px;
    width: 0;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    border: 6px inset;
    border-color: transparent var(--colors-secondary-300) transparent
      transparent;
    border-left-width: 0;
    border-right-style: solid;
    content: '';
    display: block;
    height: 0;
    left: 5px;
    right: auto;
    width: 0;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    border: 6px inset;
    border-color: transparent transparent transparent
      var(--colors-secondary-300);
    border-left-style: solid;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    left: 0;
    right: auto;
    top: 100%;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    border: 6px inset;
    border-bottom-width: 0;
    border-color: var(--colors-secondary-500) transparent transparent;
    border-top-style: solid;
    content: '';
    display: block;
    height: 0;
    left: auto;
    margin-top: -3px;
    right: 5px;
    width: 0;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    border: 6px inset;
    border-color: transparent var(--colors-secondary-300) transparent
      transparent;
    border-left-width: 0;
    border-right-style: solid;
    content: '';
    display: block;
    height: 0;
    left: 5px;
    right: auto;
    width: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    border: 6px inset;
    border-color: transparent transparent transparent
      var(--colors-secondary-300);
    border-left-style: solid;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}
@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 0;
    top: 100%;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    left: 0;
    right: auto;
    top: 100%;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.5rem;
    position: relative;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    border: 6px inset;
    border-bottom-width: 0;
    border-color: var(--colors-secondary-500) transparent transparent;
    border-top-style: solid;
    content: '';
    display: block;
    height: 0;
    left: auto;
    margin-top: -3px;
    right: 5px;
    width: 0;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    left: auto;
    right: 100%;
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    left: 100%;
    right: auto;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    border: 6px inset;
    border-color: transparent var(--colors-secondary-300) transparent
      transparent;
    border-left-width: 0;
    border-right-style: solid;
    content: '';
    display: block;
    height: 0;
    left: 5px;
    right: auto;
    width: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    border: 6px inset;
    border-color: transparent transparent transparent
      var(--colors-secondary-300);
    border-left-style: solid;
    border-right-width: 0;
    content: '';
    display: block;
    height: 0;
    width: 0;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  left: auto;
  right: 0;
  top: 100%;
}
.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}
.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  left: auto;
  margin-top: -6px;
  position: absolute;
  right: 5px;
  top: 50%;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  left: auto;
  top: 100%;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  left: auto;
  right: 100%;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  left: 100%;
  right: auto;
}
.is-dropdown-submenu {
  background: #fff;
  border: 0;
  display: none;
  left: 100%;
  min-width: 200px;
  position: absolute;
  top: 0;
  z-index: 1;
}
.dropdown .is-dropdown-submenu a {
  padding: 1.125rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  border: 6px inset;
  border-color: transparent var(--colors-secondary-300) transparent transparent;
  border-left-width: 0;
  border-right-style: solid;
  content: '';
  display: block;
  height: 0;
  left: 5px;
  right: auto;
  width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  border: 6px inset;
  border-color: transparent transparent transparent var(--colors-secondary-300);
  border-left-style: solid;
  border-right-width: 0;
  content: '';
  display: block;
  height: 0;
  width: 0;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: 0;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}
.is-off-canvas-open {
  overflow: hidden;
}
.js-off-canvas-overlay {
  background: rgba(254, 254, 254, 0.25);
  height: 100%;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
  visibility: hidden;
  width: 100%;
  z-index: 11;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.invisible,
.off-canvas-absolute.is-closed,
.off-canvas.is-closed {
  visibility: hidden;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}
.off-canvas-wrapper {
  overflow: hidden;
  position: relative;
}
.position-left,
.position-right {
  height: 100%;
  overflow-y: auto;
  top: 0;
}
.off-canvas {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #f4f4f4;
  position: fixed;
  transition: transform 0.5s ease;
  z-index: 12;
}
.off-canvas-absolute,
.off-canvas-content {
  -webkit-backface-visibility: hidden;
  transition: transform 0.5s ease;
}
[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.325);
}
.off-canvas-absolute {
  backface-visibility: hidden;
  background: #f4f4f4;
  position: absolute;
  z-index: 12;
}
[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.325);
}
.position-left {
  left: 0;
  transform: translateX(-300px);
  width: 300px;
}
@media print, screen and (min-width: 48em) {
  .position-left {
    transform: translateX(-450px);
    width: 450px;
  }
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-300px);
}
@media print, screen and (min-width: 48em) {
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-450px);
  }
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}
.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(300px);
}
@media print, screen and (min-width: 48em) {
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(450px);
  }
}
.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}
.position-right {
  right: 0;
  transform: translateX(300px);
  width: 300px;
}
@media print, screen and (min-width: 48em) {
  .position-right {
    transform: translateX(450px);
    width: 450px;
  }
}
.position-bottom,
.position-top {
  height: 250px;
  left: 0;
  overflow-x: auto;
  width: 100%;
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(300px);
}
@media print, screen and (min-width: 48em) {
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(450px);
  }
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}
.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-300px);
}
@media print, screen and (min-width: 48em) {
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-450px);
  }
}
.off-canvas-content .off-canvas.position-top,
.position-top {
  transform: translateY(-250px);
}
.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}
.position-top {
  top: 0;
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.position-bottom,
.off-canvas-content.is-open-top.has-transition-push,
.position-bottom {
  transform: translateY(250px);
}
.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}
.position-bottom {
  bottom: 0;
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}
.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}
.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}
.off-canvas-content {
  backface-visibility: hidden;
  transform: none;
}
.off-canvas-content .off-canvas.is-open,
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
@media print, screen and (min-width: 48em) {
  .position-bottom.reveal-for-medium,
  .position-left.reveal-for-medium,
  .position-right.reveal-for-medium,
  .position-top.reveal-for-medium {
    transform: none;
    transition: none;
    visibility: visible;
    z-index: 12;
  }
  .position-bottom.reveal-for-medium .close-button,
  .position-left.reveal-for-medium .close-button,
  .position-right.reveal-for-medium .close-button,
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left,
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 450px;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right,
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 450px;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top,
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 450px;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom,
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 450px;
  }
  .off-canvas.in-canvas-for-medium {
    background: 0 0;
    height: auto;
    overflow: visible;
    position: static;
    transition: none;
    visibility: visible;
    width: auto;
  }
  .off-canvas.in-canvas-for-medium.position-bottom,
  .off-canvas.in-canvas-for-medium.position-left,
  .off-canvas.in-canvas-for-medium.position-right,
  .off-canvas.in-canvas-for-medium.position-top {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
  .reveal {
    min-height: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .position-bottom.reveal-for-large,
  .position-left.reveal-for-large,
  .position-right.reveal-for-large,
  .position-top.reveal-for-large {
    transform: none;
    transition: none;
    visibility: visible;
    z-index: 12;
  }
  .position-bottom.reveal-for-large .close-button,
  .position-left.reveal-for-large .close-button,
  .position-right.reveal-for-large .close-button,
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left,
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 450px;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right,
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 450px;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top,
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 450px;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom,
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 450px;
  }
  .off-canvas.in-canvas-for-large {
    background: 0 0;
    height: auto;
    overflow: visible;
    position: static;
    transition: none;
    visibility: visible;
    width: auto;
  }
  .off-canvas.in-canvas-for-large.position-bottom,
  .off-canvas.in-canvas-for-large.position-left,
  .off-canvas.in-canvas-for-large.position-right,
  .off-canvas.in-canvas-for-large.position-top {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .position-bottom.reveal-for-xlarge,
  .position-left.reveal-for-xlarge,
  .position-right.reveal-for-xlarge,
  .position-top.reveal-for-xlarge {
    transform: none;
    transition: none;
    visibility: visible;
    z-index: 12;
  }
  .position-bottom.reveal-for-xlarge .close-button,
  .position-left.reveal-for-xlarge .close-button,
  .position-right.reveal-for-xlarge .close-button,
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left,
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 450px;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right,
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 450px;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top,
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 450px;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom,
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 450px;
  }
  .off-canvas.in-canvas-for-xlarge {
    background: 0 0;
    height: auto;
    overflow: visible;
    position: static;
    transition: none;
    visibility: visible;
    width: auto;
  }
  .off-canvas.in-canvas-for-xlarge.position-bottom,
  .off-canvas.in-canvas-for-xlarge.position-left,
  .off-canvas.in-canvas-for-xlarge.position-right,
  .off-canvas.in-canvas-for-xlarge.position-top {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 90em) {
  .position-bottom.reveal-for-xxlarge,
  .position-left.reveal-for-xxlarge,
  .position-right.reveal-for-xxlarge,
  .position-top.reveal-for-xxlarge {
    transform: none;
    transition: none;
    visibility: visible;
    z-index: 12;
  }
  .position-bottom.reveal-for-xxlarge .close-button,
  .position-left.reveal-for-xxlarge .close-button,
  .position-right.reveal-for-xxlarge .close-button,
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left,
  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 450px;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right,
  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 450px;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top,
  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 450px;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom,
  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 450px;
  }
  .off-canvas.in-canvas-for-xxlarge {
    background: 0 0;
    height: auto;
    overflow: visible;
    position: static;
    transition: none;
    visibility: visible;
    width: auto;
  }
  .off-canvas.in-canvas-for-xxlarge.position-bottom,
  .off-canvas.in-canvas-for-xxlarge.position-left,
  .off-canvas.in-canvas-for-xxlarge.position-right,
  .off-canvas.in-canvas-for-xxlarge.position-top {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}
html.is-reveal-open {
  overflow-y: hidden;
  position: fixed;
  width: 100%;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}
.reveal,
.reveal-overlay {
  display: none;
  overflow-y: auto;
}
.reveal-overlay {
  background-color: rgba(10, 10, 10, 0.45);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1005;
}
.reveal {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: var(--colors-background);
  border: 1px solid var(--colors-neutral-200);
  border-radius: 0;
  padding: 1rem;
  position: relative;
  top: 100px;
  z-index: 1006;
}
[data-whatinput='mouse'] .reveal {
  outline: 0;
}
.reveal .column {
  min-width: 0;
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 48em) {
  .reveal {
    max-width: 90rem;
    width: 600px;
  }
  .reveal.tiny {
    max-width: 90rem;
    width: 30%;
  }
  .reveal.small {
    max-width: 90rem;
    width: 50%;
  }
  .reveal.large {
    max-width: 90rem;
    width: 90%;
  }
}
.reveal.full {
  border: 0;
  border-radius: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  margin-left: 0;
  max-width: none;
  min-height: 100%;
  right: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 47.99875em) {
  .reveal {
    border: 0;
    border-radius: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    margin-left: 0;
    max-width: none;
    min-height: 100%;
    right: 0;
    top: 0;
    width: 100%;
  }
}
.reveal.without-overlay {
  position: fixed;
}
.sticky,
.sticky-container {
  position: relative;
}
.sticky {
  transform: translate3d(0, 0, 0);
  z-index: 0;
}
.sticky.is-stuck {
  position: fixed;
  width: 100%;
  z-index: 5;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}
.sticky.is-anchored {
  left: auto;
  position: relative;
  right: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}
.title-bar {
  background: var(--colors-foreground);
  color: var(--colors-background);
  display: -ms-flexbox;
  display: flex;
  padding: 0.5rem;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.title-bar-left,
.title-bar-right {
  -ms-flex: 1 1 0px;
  flex: 1 1 0px;
}
.title-bar-right {
  text-align: right;
}
.title-bar-title {
  display: inline-block;
  font-weight: 700;
}
.top-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.5rem;
}
.top-bar,
.top-bar ul {
  background-color: var(--colors-neutral-100);
}
.top-bar input {
  margin-right: 1rem;
  max-width: 200px;
}
.top-bar .input-group-field {
  margin-right: 0;
  width: 100%;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 48em) {
  .top-bar {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar.stacked-for-xxlarge {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.max-width-100,
.text-truncate {
  max-width: 100% !important;
}
.top-bar-title {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}
.top-bar-left,
.top-bar-right {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.clearfix::after,
.clearfix::before {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.clearfix::after {
  clear: both;
}
.align-left {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.align-right {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center {
  -ms-flex-pack: center;
  justify-content: center;
}
.align-justify {
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.align-spaced {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.align-left.vertical.menu > li > a {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.align-right.vertical.menu > li > a {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.align-center.vertical.menu > li > a {
  -ms-flex-pack: center;
  justify-content: center;
}
.align-top {
  -ms-flex-align: start;
  align-items: flex-start;
}
.align-self-top {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.align-bottom {
  -ms-flex-align: end;
  align-items: flex-end;
}
.align-self-bottom {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.align-middle {
  -ms-flex-align: center;
  align-items: center;
}
.align-self-middle {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.align-stretch {
  -ms-flex-align: stretch;
  align-items: stretch;
}
.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.align-center-middle {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.small-order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.small-order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.small-order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.small-order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.small-order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.small-order-6 {
  -ms-flex-order: 6;
  order: 6;
}
@media print, screen and (min-width: 48em) {
  .medium-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .medium-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .medium-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .medium-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .medium-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .medium-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .large-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .large-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .large-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .large-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .large-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .xlarge-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .xlarge-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .xlarge-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .xlarge-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .xlarge-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .xxlarge-order-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .xxlarge-order-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .xxlarge-order-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .xxlarge-order-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .xxlarge-order-6 {
    -ms-flex-order: 6;
    order: 6;
  }
}
.flex-container {
  display: -ms-flexbox;
  display: flex;
}
.flex-child-auto {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-child-grow {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.flex-child-shrink {
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-dir-row {
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-dir-row-reverse {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-dir-column {
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-dir-column-reverse {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 48em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .xlarge-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: -ms-flexbox;
    display: flex;
  }
  .xxlarge-flex-child-auto {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
  .xxlarge-flex-child-grow {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
  }
  .xxlarge-flex-child-shrink {
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }
  .xxlarge-flex-dir-row {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .xxlarge-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .xxlarge-flex-dir-column {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .xxlarge-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hide-for-xxlarge {
    display: none !important;
  }
}
.hide {
  display: none !important;
}
@media screen and (max-width: 0em), screen and (min-width: 48em) {
  .show-for-small-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 48em) {
  .hide-for-medium {
    display: none !important;
  }
}
@media screen and (max-width: 47.99875em) {
  .hide-for-small-only,
  .show-for-medium {
    display: none !important;
  }
}
@media screen and (min-width: 48em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}
@media screen and (max-width: 47.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}
@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}
@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}
@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}
@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}
@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}
@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}
@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}
@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge,
  .show-for-xxlarge-only {
    display: none !important;
  }
}
.show-for-sr,
.show-on-focus {
  border: 0;
  height: 1px;
  padding: 0;
  width: 1px;
}
.show-on-focus:active,
.show-on-focus:focus {
  height: auto;
  overflow: visible;
  position: static !important;
  width: auto;
  clip: auto;
  white-space: normal;
}
.text-nowrap,
.text-truncate {
  white-space: nowrap !important;
}
@media screen and (orientation: landscape) {
  .hide-for-portrait,
  .show-for-landscape {
    display: block !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: portrait) {
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}
.text-hide {
  background-color: transparent !important;
  border: 0 !important;
  color: transparent !important;
  font: 0/0 a !important;
  text-shadow: none !important;
}
.text-truncate {
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.text-wrap {
  word-wrap: break-word !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.text-overline {
  text-decoration: overline !important;
}
.text-underline {
  text-decoration: underline !important;
}
.text-line-through {
  text-decoration: line-through !important;
}
.font-wide {
  letter-spacing: 0.25rem;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-italic {
  font-style: italic !important;
}
ul.list-disc {
  list-style-type: disc !important;
}
ul.list-circle {
  list-style-type: circle !important;
}
ul.list-square {
  list-style-type: square !important;
}
ol.list-decimal {
  list-style-type: decimal !important;
}
ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}
ol.list-lower-latin {
  list-style-type: lower-latin !important;
}
ol.list-lower-roman {
  list-style-type: lower-roman !important;
}
ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}
ol.list-upper-latin {
  list-style-type: upper-latin !important;
}
ol.list-upper-roman {
  list-style-type: upper-roman !important;
}
.rounded {
  border-radius: 5000px !important;
}
.rounded:after {
  border-radius: 50%;
}
.radius {
  border-radius: 0.1875rem;
}
.bordered {
  border: 0.0625rem solid var(--colors-neutral-200);
}
.shadow {
  box-shadow:
    0 2px 5px 0 rgba(0, 0, 0, 0.16),
    0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.arrow-down {
  border: 0.4375rem inset;
  border-bottom-width: 0;
  border-color: var(--colors-foreground) transparent transparent;
  border-top-style: solid;
  content: '';
  display: block;
  height: 0;
  width: 0;
}
.arrow-right,
.arrow-up {
  border: 0.4375rem inset;
  content: '';
  display: block;
  height: 0;
  width: 0;
}
.arrow-up {
  border-bottom-style: solid;
  border-color: transparent transparent var(--colors-foreground);
  border-top-width: 0;
}
.arrow-right {
  border-color: transparent transparent transparent var(--colors-foreground);
  border-left-style: solid;
  border-right-width: 0;
}
.arrow-left {
  border: 0.4375rem inset;
  border-color: transparent var(--colors-foreground) transparent transparent;
  border-left-width: 0;
  border-right-style: solid;
  content: '';
  display: block;
  height: 0;
  width: 0;
}
.separator-center::after,
.separator-left::after,
.separator-right::after {
  border-bottom: 0.125rem solid var(--colors-primary-500);
  clear: both;
  position: relative !important;
  width: 3rem;
}
.separator-center {
  text-align: center !important;
}
.separator-center::after,
.separator-center::before {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.separator-center::after {
  margin: 1rem auto 0;
}
.separator-left {
  text-align: left !important;
}
.separator-left::after,
.separator-left::before {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.separator-left::after {
  margin: 1rem auto 0;
  margin-left: 0 !important;
}
.separator-right {
  text-align: right !important;
}

.separator-right::after,
.separator-right::before {
  content: ' ';
  display: table;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-order: 1;
  order: 1;
}
.separator-right::after {
  margin: 1rem auto 0;
  margin-right: 0 !important;
}
.overflow-visible {
  overflow: visible !important;
}
.overflow-x-visible {
  overflow-x: visible !important;
}
.overflow-y-visible {
  overflow-y: visible !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-x-hidden {
  overflow-x: hidden !important;
}
.overflow-y-hidden {
  overflow-y: hidden !important;
}
.overflow-scroll {
  overflow: scroll !important;
}
.overflow-x-scroll {
  overflow-x: scroll !important;
}
.overflow-y-scroll {
  overflow-y: scroll !important;
}
.display-inline {
  display: inline !important;
}
.display-inline-block {
  display: inline-block !important;
}
.display-block {
  display: block !important;
}
.display-table {
  display: table !important;
}
.display-table-cell {
  display: table-cell !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed,
.position-fixed-bottom,
.position-fixed-top {
  position: fixed !important;
}
.position-fixed-top {
  left: 0 !important;
  right: 0 !important;
  top: 0 !important;
  z-index: 975;
}
.position-fixed-bottom {
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  z-index: 975;
}
.border-box {
  box-sizing: border-box !important;
}
.border-none {
  border: none !important;
}
.width-25 {
  width: 25% !important;
}
.width-50 {
  width: 50% !important;
}
.width-75 {
  width: 75% !important;
}
.width-100 {
  width: 100% !important;
}
.height-25 {
  height: 25% !important;
}
.height-50 {
  height: 50% !important;
}
.height-75 {
  height: 75% !important;
}
.height-100 {
  height: 100% !important;
}
.max-height-100 {
  max-height: 100% !important;
}
.margin-0 {
  margin: 0;
}
.margin-horizontal-0,
.margin-right-0 {
  margin-right: 0 !important;
}
.margin-horizontal-0,
.margin-left-0 {
  margin-left: 0 !important;
}
.margin-top-0,
.margin-vertical-0 {
  margin-top: 0 !important;
}
.margin-bottom-0,
.margin-vertical-0 {
  margin-bottom: 0 !important;
}
.padding-0 {
  padding: 0;
}
.padding-horizontal-0,
.padding-right-0 {
  padding-right: 0 !important;
}
.padding-horizontal-0,
.padding-left-0 {
  padding-left: 0 !important;
}
.padding-top-0,
.padding-vertical-0 {
  padding-top: 0 !important;
}
.padding-bottom-0,
.padding-vertical-0 {
  padding-bottom: 0 !important;
}
.margin-1 {
  margin: 1rem;
}
.margin-horizontal-1,
.margin-right-1 {
  margin-right: 1rem !important;
}
.margin-horizontal-1,
.margin-left-1 {
  margin-left: 1rem !important;
}
.margin-top-1,
.margin-vertical-1 {
  margin-top: 1rem !important;
}
.margin-bottom-1,
.margin-vertical-1 {
  margin-bottom: 1rem !important;
}
.padding-1 {
  padding: 1rem;
}
.padding-horizontal-1,
.padding-right-1 {
  padding-right: 1rem !important;
}
.padding-horizontal-1,
.padding-left-1 {
  padding-left: 1rem !important;
}
.padding-top-1,
.padding-vertical-1 {
  padding-top: 1rem !important;
}
.padding-bottom-1,
.padding-vertical-1 {
  padding-bottom: 1rem !important;
}
.margin-2 {
  margin: 2rem;
}
.margin-horizontal-2,
.margin-right-2 {
  margin-right: 2rem !important;
}
.margin-horizontal-2,
.margin-left-2 {
  margin-left: 2rem !important;
}
.margin-top-2,
.margin-vertical-2 {
  margin-top: 2rem !important;
}
.margin-bottom-2,
.margin-vertical-2 {
  margin-bottom: 2rem !important;
}
.padding-2 {
  padding: 2rem;
}
.padding-horizontal-2,
.padding-right-2 {
  padding-right: 2rem !important;
}
.padding-horizontal-2,
.padding-left-2 {
  padding-left: 2rem !important;
}
.padding-top-2,
.padding-vertical-2 {
  padding-top: 2rem !important;
}
.padding-bottom-2,
.padding-vertical-2 {
  padding-bottom: 2rem !important;
}
.margin-3 {
  margin: 3rem;
}
.margin-horizontal-3,
.margin-right-3 {
  margin-right: 3rem !important;
}
.margin-horizontal-3,
.margin-left-3 {
  margin-left: 3rem !important;
}
.margin-top-3,
.margin-vertical-3 {
  margin-top: 3rem !important;
}
.margin-bottom-3,
.margin-vertical-3 {
  margin-bottom: 3rem !important;
}
.padding-3 {
  padding: 3rem;
}
.padding-horizontal-3,
.padding-right-3 {
  padding-right: 3rem !important;
}
.padding-horizontal-3,
.padding-left-3 {
  padding-left: 3rem !important;
}
.padding-top-3,
.padding-vertical-3 {
  padding-top: 3rem !important;
}
.padding-bottom-3,
.padding-vertical-3 {
  padding-bottom: 3rem !important;
}
#views-exposed-form-schedule-general .fieldset-legend,
#views-exposed-form-schedule-general .form-wrapper summary,
.form-wrapper #views-exposed-form-schedule-general summary,
.visually-hidden {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.border-bottom-0 {
  border-bottom: 0 solid;
}
.border-top-0 {
  border-top: 0 solid;
}
.border-left-0 {
  border-left: 0 solid;
}
.border-right-0 {
  border-right: 0 solid;
}
.border-bottom-1 {
  border-bottom: 1px solid;
}
.border-top-1 {
  border-top: 1px solid;
}
.border-left-1 {
  border-left: 1px solid;
}
.border-right-1 {
  border-right: 1px solid;
}
.border-bottom-2 {
  border-bottom: 2px solid;
}
.border-top-2 {
  border-top: 2px solid;
}
.border-left-2 {
  border-left: 2px solid;
}
.border-right-2 {
  border-right: 2px solid;
}
.border-bottom-3 {
  border-bottom: 3px solid;
}
.border-top-3 {
  border-top: 3px solid;
}
.border-left-3 {
  border-left: 3px solid;
}
.border-right-3 {
  border-right: 3px solid;
}
.border-bottom-4 {
  border-bottom: 4px solid;
}
.border-top-4 {
  border-top: 4px solid;
}
.border-left-4 {
  border-left: 4px solid;
}
.border-right-4 {
  border-right: 4px solid;
}
.border-bottom-5 {
  border-bottom: 5px solid;
}
.border-top-5 {
  border-top: 5px solid;
}
.border-left-5 {
  border-left: 5px solid;
}
.border-right-5 {
  border-right: 5px solid;
}
.border-bottom-6 {
  border-bottom: 6px solid;
}
.border-top-6 {
  border-top: 6px solid;
}
.border-left-6 {
  border-left: 6px solid;
}
.border-right-6 {
  border-right: 6px solid;
}
.border-bottom-7 {
  border-bottom: 7px solid;
}
.border-top-7 {
  border-top: 7px solid;
}
.border-left-7 {
  border-left: 7px solid;
}
.border-right-7 {
  border-right: 7px solid;
}
.border-bottom-8 {
  border-bottom: 8px solid;
}
.border-top-8 {
  border-top: 8px solid;
}
.border-left-8 {
  border-left: 8px solid;
}
.border-right-8 {
  border-right: 8px solid;
}
.border-bottom-9 {
  border-bottom: 9px solid;
}
.border-top-9 {
  border-top: 9px solid;
}
.border-left-9 {
  border-left: 9px solid;
}
.border-right-9 {
  border-right: 9px solid;
}
.border-bottom-10 {
  border-bottom: 10px solid;
}
.border-top-10 {
  border-top: 10px solid;
}
.border-left-10 {
  border-left: 10px solid;
}
.border-right-10 {
  border-right: 10px solid;
}
.border-color-coral {
  border-color: #ff8568;
}

.section-callout {
  background: #f4f4f4;
  color: var(--colors-secondary-300);
  font-size: 1.625rem;
  margin: 1.5em 0;
  padding: 0.5em 0.75em;
}
.feed-icon__wrapper {
  margin-top: 3em;
}
.feed-icon__wrapper i {
  color: var(--colors-secondary-300);
  font-size: 1.375rem;
  margin-right: 3px;
}
.feed-icon {
  font-family: var(--text-fonts-sans);
  font-weight: 600;
}
input[type='text'],
input[type='email'],
input[type='password'],
textarea {
  box-shadow: none;
  margin: 0.25em 0 0.5em;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
textarea:focus {
  border: 1px solid var(--colors-foreground);
  box-shadow: none;
}
.field-group-fieldset {
  margin: 3em 0;
}
.fieldset-legend,
.form-wrapper summary {
  color: var(--colors-secondary-300);
  font-size: 1.125rem;
  font-weight: 600;
}
#edit-field-do-you-identify--wrapper .fieldset-legend,
#edit-field-do-you-identify--wrapper .form-wrapper summary,
#edit-field-session-length--wrapper .fieldset-legend,
#edit-field-session-length--wrapper .form-wrapper summary,
.form-wrapper #edit-field-do-you-identify--wrapper summary,
.form-wrapper #edit-field-session-length--wrapper summary {
  color: var(--colors-foreground);
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.8;
  margin: 0;
}
.form-wrapper summary,
.menu--tabs {
  margin-bottom: 1em;
}
.form-wrapper summary:focus {
  outline: var(--colors-foreground) dotted 1px;
  outline-offset: 2px;
}
.form-item {
  font-family: var(--text-fonts-sans);
  margin-bottom: 1.5em;
}
.form-item label {
  color: var(--colors-foreground);
  font-weight: 600;
}
.form-item label.form-required:after {
  color: #ff8568;
  content: ' *';
  font-size: 20px;
}
.form-item .field-prefix {
  font-size: 0.875rem;
}
.filter-guidelines,
.filter-help,
.form-item .description,
.password-confirm,
.password-strength__title {
  font-size: 0.8125rem;
}
.password-strength__meter {
  margin-top: 0.25em;
}
.filter-help {
  padding-left: 1.5em;
}
.article__tag a,
.event-attachments a,
.feed-icon,
.job-posting__apply-link a,
.link,
.long-text li a,
.long-text ol a,
p a {
  border-bottom: 3px solid var(--colors-primary-500);
}
.article__tag a:focus,
.article__tag a:hover,
.event-attachments a:focus,
.event-attachments a:hover,
.feed-icon:focus,
.feed-icon:hover,
.job-posting__apply-link a:focus,
.job-posting__apply-link a:hover,
.link:focus,
.link:hover,
.long-text li a:focus,
.long-text li a:hover,
.long-text ol a:focus,
.long-text ol a:hover,
p a:focus,
p a:hover {
  border-bottom: 3px solid #ff8568;
}
.article__tag a:focus,
.event-attachments a:focus,
.feed-icon:focus,
.job-posting__apply-link a:focus,
.link:focus,
.long-text li a:focus,
.long-text ol a:focus,
a:focus,
p a:focus {
  outline: var(--colors-foreground) dotted 1px;
  outline-offset: 2px;
}
.bold-link:focus,
.bold-link:hover,
.event-details__box a:focus,
.event-details__box a:hover {
  border-bottom: 2px solid var(--colors-secondary-300);
}
.bold-link:focus,
.event-details__box a:focus {
  outline: var(--colors-foreground) dotted 1px;
  outline-offset: 2px;
}
.arrow-link,
.event-details .event-detail a {
  display: table-cell;
  font-family: var(--text-fonts-sans);
  font-size: 1rem;
  font-weight: 600;
  padding-top: 5px;
}
.arrow-link:after,
.event-details .event-detail a:after {
  content: url(./../images/arrow-navy.png);
  padding-left: 7px;
}
.arrow-link:hover::after,
.event-details .event-detail a:hover::after {
  content: url(./../images/arrow-navy-hover.png);
}
.menu--tabs {
  border-bottom: 1px solid #dbdbdb;
  font-family: var(--text-fonts-sans);
  margin-top: 2em;
}
.menu--tabs li a {
  border-bottom: none;
  font-size: 1rem;
  font-weight: 600;
  margin-right: 2px;
  padding: 0.75em 1em;
}
.menu--tabs li a:hover {
  background: #f4f4f4;
  border-bottom: none;
}
.menu--tabs li a:focus {
  border-bottom: none;
  outline-offset: 0;
}
.menu--tabs li a.is-active {
  background: #dbdbdb;
}
a img {
  border: none;
}
.mini-pager {
  font-family: var(--text-fonts-sans);
  font-weight: 700;
  margin: 1.5em 0;
}
.pager__items {
  list-style: none;
  text-align: center;
}
.pager__item {
  display: inline-block;
  margin: 0 0.7em;
}
.pager__link {
  border-bottom: none !important;
  font-size: 1.25rem;
}
.pager__link--next,
.pager__link--prev {
  display: block;
}
.pager__link--next span,
.pager__link--prev span {
  display: none;
}
.pager__link--next::before,
.pager__link--prev::before {
  border: 10px solid var(--colors-foreground);
  border-bottom: 6px solid transparent;
  border-right: 7px solid transparent;
  border-top: 6px solid transparent;
  content: '';
  display: block;
  position: relative;
  top: 1px;
}
.pager__link--next:hover::before,
.pager__link--prev:hover::before {
  border-left-color: var(--colors-primary-500);
}
.pager__link--prev::before {
  border-left-color: transparent;
  border-right-color: var(--colors-foreground);
}
.pager__link--prev:hover::before {
  border-left-color: transparent;
  border-right-color: var(--colors-primary-500);
}
.social-media-links--platforms {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 25px;
  padding: 0 5px;
  text-align: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media print, screen and (min-width: 48em) {
  .social-media-links--platforms {
    margin-top: 5px;
    padding: 0;
    text-align: right;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .social-media-links--platforms li {
    margin: 0 7px;
  }
}
.social-media-links--platforms li {
  list-style: none;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .social-media-links--platforms li {
    margin: 0 10px;
  }
}
.social-media-links--platforms a {
  background-color: #f4f4f4;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  height: 52px;
  width: 52px;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.social-media-links--platforms a:hover {
  background-color: #e7e7e7;
}
.social-media-links--platforms a:active,
.social-media-links--platforms a:focus {
  outline: 2px solid var(--colors-foreground);
}
.social-media-links--platforms .fa {
  display: inline-block;
  font-size: 1.5em;
}
#block-socialmedialinks-2 {
  margin-top: 25px;
}
table {
  font-family: var(--text-fonts-sans);
}
table thead {
  background: #fff;
  border: 0;
  border-bottom: 2px solid var(--colors-neutral-200);
}
table tbody {
  border: 0;
  border-bottom: 1px solid var(--colors-neutral-200);
}
table tr {
  border-bottom: 1px solid #ccc;
}
.main-contents li,
.main-contents ol,
p {
  font-size: var(--text-sizes-body);
  line-height: 1.75rem;
}
.separator {
  font-family: var(--text-fonts-sans);
  font-weight: 700;
  padding: 0 5px;
}
.icon-text,
.paragraph-large {
  font-family: fairplex-wide, serif;
  font-size: 1.375rem;
}
.icon-text {
  line-height: 1.625rem;
}
.paragraph-large {
  line-height: 2.125rem;
}
.attendee-name,
.attendee-name--small,
.user__attendee-name,
.user__attendee-org {
  font-family: var(--text-fonts-sans);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}
.attendee-name a:hover,
.attendee-name--small a:hover,
.user__attendee-name a:hover,
.user__attendee-org a:hover {
  color: #0175a7;
}
.attendee-name--small {
  font-size: 1rem;
}
.attendee-info {
  font-family: fairplex-wide, serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.featured-attendee .details .details--name,
.field-label {
  font-family: var(--text-fonts-sans);
}
.views-group-header {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 48em) {
  .views-group-header {
    font-size: 1.875rem;
  }
}
.job-postings__listings .views-row h2,
.views-teaser-h2 {
  line-height: 1.25;
  margin-bottom: 0.5em;
}
.job-postings__listings .views-row h2 a:hover,
.teaser-title a:hover,
.views-teaser-h2 a:hover {
  color: #0175a7;
}
.field-label {
  font-weight: 600;
  text-transform: uppercase;
}
.article__body h2,
.article__body h3,
.article__body h4,
.body h2,
.body h3,
.body h4 {
  padding-top: 24px;
}
.featured-attendees {
  background-color: #f4f4f4;
  padding: 1.25em 0 0.75em;
}
@media print, screen and (min-width: 64em) {
  .event-details .featured-attendees h2,
  .featured-attendees .event-details h2,
  .featured-attendees .section-heading {
    font-size: 2.25rem;
  }
  .featured-attendees .featured-attendees-view .slick__arrow {
    position: absolute;
    right: 2em;
    top: 0;
  }
}
@media screen and (min-width: 75em) {
  .event-details .featured-attendees h2,
  .featured-attendees .event-details h2,
  .featured-attendees .section-heading {
    font-size: 2.5rem;
  }
}
.featured-attendees .featured-attendees-view {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.featured-attendees .featured-attendees-view header {
  margin-bottom: 20px;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .featured-attendees .featured-attendees-view {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  .featured-attendees .featured-attendees-view header {
    text-align: left;
  }
}
.event-details .featured-attendees .featured-attendees-view header h2,
.featured-attendees .featured-attendees-view header .event-details h2,
.featured-attendees .featured-attendees-view header .section-heading {
  margin-bottom: 0;
  padding-bottom: 0;
}
.featured-attendees .featured-attendees-view .slick__arrow {
  text-align: center;
}
.featured-attendees .featured-attendees-view .slick__arrow button {
  color: rgba(255, 255, 255, 0);
  font-size: 1px;
  padding: 6px;
}
.featured-attendees .featured-attendees-view .slick__arrow button:focus {
  outline: var(--colors-foreground) dotted 2px;
}
.featured-attendees .featured-attendees-view .slick__arrow .slick-prev:after {
  content: url(./../images/arrow-navy-pager-prev.png);
}
.featured-attendees .featured-attendees-view .slick__arrow .slick-next:after {
  content: url(./../images/arrow-navy-pager-next.png);
}
.featured-attendees .featured-attendees-view footer {
  clear: both;
  text-align: center;
}
.featured-attendees .featured-attendees-view footer .register-button {
  margin: 3em 0 2em;
}
.featured-attendees .featured-attendees-view footer .more-link {
  display: inline-block;
}
.featured-attendees .featured-attendees-image {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .featured-attendees .featured-attendees-view footer .register-button {
    float: left;
    margin-top: 1.75em;
  }
  .featured-attendees .featured-attendees-view footer .more-link {
    float: left;
    margin-left: 2em;
    margin-top: 1.25em;
  }
  .featured-attendees .featured-attendees-image {
    display: block;
    padding-right: 0;
  }
}
.featured-attendees .featured-attendees-image img {
  height: 470px;
  object-fit: cover;
  object-position: center bottom;
}
.featured-attendee {
  background-color: var(--colors-background);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 20px;
  position: relative;
}
@media print, screen and (min-width: 64em) {
  .featured-attendee {
    padding: 15px;
  }
}
@media screen and (min-width: 75em) {
  .featured-attendees .featured-attendees-image img {
    height: 490px;
  }
  .featured-attendee {
    padding: 20px;
  }
}
@media print, screen and (min-width: 48em) {
  .featured-attendee {
    margin-left: 0;
    margin-right: 0;
  }
  .featured-attendees-view .slide--0,
  .featured-attendees-view .slide--1,
  .featured-attendees-view .slide--10,
  .featured-attendees-view .slide--11,
  .featured-attendees-view .slide--14,
  .featured-attendees-view .slide--15,
  .featured-attendees-view .slide--18,
  .featured-attendees-view .slide--19,
  .featured-attendees-view .slide--22,
  .featured-attendees-view .slide--23,
  .featured-attendees-view .slide--4,
  .featured-attendees-view .slide--5,
  .featured-attendees-view .slide--6,
  .featured-attendees-view .slide--7 {
    padding-right: 10px;
  }
  .featured-attendees-view .slide--12,
  .featured-attendees-view .slide--13,
  .featured-attendees-view .slide--16,
  .featured-attendees-view .slide--17,
  .featured-attendees-view .slide--2,
  .featured-attendees-view .slide--20,
  .featured-attendees-view .slide--21,
  .featured-attendees-view .slide--3,
  .featured-attendees-view .slide--6,
  .featured-attendees-view .slide--7,
  .featured-attendees-view .slide--8,
  .featured-attendees-view .slide--9 {
    padding-left: 10px;
  }
}
.featured-attendee .picture {
  border-radius: 50%;
  max-width: 100px;
  min-width: 70px;
  overflow: hidden;
  z-index: 2;
}
.featured-attendee .oval {
  border-radius: 300px;
  display: block;
  height: 180px;
  left: -90px;
  position: absolute;
  top: -100px;
  width: 180px;
  z-index: 1;
}
.featured-attendee .details {
  margin-left: 12px;
  z-index: 3;
}
.featured-attendee .details .details--name {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 6px;
}
@media print, screen and (min-width: 64em) {
  .featured-attendee .oval {
    height: 170px;
    width: 170px;
  }
  .featured-attendee .details .details--name {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 75em) {
  .featured-attendee .oval {
    height: 180px;
    width: 180px;
  }
  .featured-attendee .details {
    margin-left: 20px;
  }
  .featured-attendee .details .details--name {
    font-size: 1.25rem;
  }
}
.featured-attendee .details .details--organization,
.featured-attendee .details .details--username {
  font-family: fairplex-wide, serif;
  font-size: 1.125rem;
  line-height: 1.33;
}
.article__display--full .article__date,
.article__display--teaser .article__date .text,
.article__tag,
.event-details__box,
.field__label,
.main-navigation,
.node-add #edit-delete.button,
.node-add #edit-preview.button,
.node-add .paragraphs-tabs-wrapper .paragraphs-tabs li,
.node-edit #edit-delete.button,
.node-edit #edit-preview.button,
.node-edit .paragraphs-tabs-wrapper .paragraphs-tabs li {
  font-family: var(--text-fonts-sans);
}
@media print, screen and (min-width: 64em) {
  .featured-attendee .details .details--organization,
  .featured-attendee .details .details--username {
    font-size: 0.9875rem;
  }
}
@media screen and (min-width: 75em) {
  .featured-attendee .details .details--organization,
  .featured-attendee .details .details--username {
    font-size: 1.125rem;
  }
}
.featured-attendee .oval.tealish,
.slide--0 .featured-attendee .oval,
.slide--12 .featured-attendee .oval,
.slide--16 .featured-attendee .oval,
.slide--20 .featured-attendee .oval,
.slide--4 .featured-attendee .oval,
.slide--8 .featured-attendee .oval {
  background-color: #50c4b7;
}
.featured-attendee .oval.gold,
.slide--1 .featured-attendee .oval,
.slide--13 .featured-attendee .oval,
.slide--17 .featured-attendee .oval,
.slide--21 .featured-attendee .oval,
.slide--5 .featured-attendee .oval,
.slide--9 .featured-attendee .oval {
  background-color: #ffba02;
}
.featured-attendee .oval.lightblue,
.slide--10 .featured-attendee .oval,
.slide--14 .featured-attendee .oval,
.slide--18 .featured-attendee .oval,
.slide--2 .featured-attendee .oval,
.slide--22 .featured-attendee .oval,
.slide--6 .featured-attendee .oval {
  background-color: var(--colors-primary-500);
}
.featured-attendee .oval.salmon,
.slide--11 .featured-attendee .oval,
.slide--15 .featured-attendee .oval,
.slide--19 .featured-attendee .oval,
.slide--23 .featured-attendee .oval,
.slide--3 .featured-attendee .oval,
.slide--7 .featured-attendee .oval {
  background-color: #ff8568;
}
.user__display--full {
  clear: both;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 48em) {
  .user__attendee-picture {
    float: right;
    margin: -70px 6px 18px 18px;
  }
}
.user__attendee-name {
  display: block;
  font-size: 1.6875rem;
  margin-top: 0.75em;
}
.user__attendee-name .first-name {
  float: left;
  margin-right: 8px;
}
.user__attendee-org {
  font-size: 1.125rem;
  font-weight: 600;
  margin-top: 0.25em;
}
.user__attendee-org .separator,
.user__attendee-org .user-title {
  float: left;
  margin-right: 4px;
}
.user__attendee-bio {
  margin: 1.5em 0 2em;
}
.user__attendee-social .social-media-links--platforms {
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 20px;
}
.user__attendee-social .social-media-links--platforms li {
  margin-left: 0 !important;
  margin-right: 18px;
}
.filter-wrapper {
  display: none;
}
.event-details__box {
  font-weight: 600;
  margin-bottom: 1em;
}
.event-details__inner {
  background: #f4f4f4;
  padding: 0.75em 1.25em;
}
.field__add__to__schedule {
  margin-top: 1.5em;
}
.flag-add-to-schedule i {
  margin-right: 10px;
}
.event-details-inline__field,
.event-details__field {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
}
.event-details-inline__field i,
.event-details__field i {
  color: var(--colors-secondary-300);
  font-size: 1.25em;
  margin-right: 0.75em;
  text-align: center;
  width: 1em;
}
.event-details-inline__field a,
.event-details__field a {
  border-bottom: 2px solid var(--colors-primary-500);
}
.event-details-inline__field a:hover,
.event-details__field a:hover {
  border-bottom: 2px solid var(--colors-secondary-300);
  text-decoration: none;
}
.event-details-inline__field--cc .fa-cc {
  margin-right: 0.75em;
}
.event-details__field--cc,
.event-details__field--topics,
.event-details__field--venue {
  line-height: 1.25;
}
.event-attachments {
  padding-top: 2em;
}
.event-attachments .field-label {
  color: var(--colors-secondary-300);
  font-size: 1.25rem;
  font-weight: 700;
}
#block-mainnavigation li a:hover,
.article__display--teaser .article__title a:hover {
  color: #0175a7;
}
.event-attachments a {
  line-height: 1.8 !important;
}
.event-attachments .event-attachment--links,
.event-attachments .event-attachment--slides {
  margin-bottom: 2.5em;
}
.page-node--22 article h2,
.page-node--387 article h2 {
  margin-top: 1em;
}
.page-node--22 article h3,
.page-node--387 article h3 {
  border-bottom: 4px solid #ff8568;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.5em;
  margin-top: 1.25em;
}
.page-node--22 article h3:first-of-type,
.page-node--387 article h3:first-of-type {
  margin-top: 0.75em;
}
.page-node--22 article li,
.page-node--387 article li {
  margin-bottom: 5px;
}
.event__display--sponsor-item,
.event__display--teaser {
  background: #f4f4f4;
  margin-bottom: 2em;
  padding: 1.25em 1.5em 1em;
}
.event__display--sponsor-item h2,
.event__display--sponsor-item h3,
.event__display--sponsor-item h4,
.event__display--teaser h2,
.event__display--teaser h3,
.event__display--teaser h4 {
  font-size: 2.125rem;
  margin-bottom: 0.5em;
}
#block-bad-header-menu {
  padding-bottom: 1rem;
  padding-top: 1rem;
}
#block-bad-header-menu .header-menu__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 90rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
@media print, screen and (min-width: 48em) {
  #block-bad-header-menu .header-menu__inner {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
  /* #block-bad-header-menu ul {
    float: right;
  } */
}
#block-bad-header-menu li {
  margin: 0 8px;
}
@media print, screen and (min-width: 64em) {
  #block-bad-header-menu {
    background-color: var(--colors-background);
    padding-bottom: 0;
    padding-top: 0;
  }
  #block-bad-header-menu .header-menu__inner {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
  #block-bad-header-menu ul {
    float: none;
  }
  #block-bad-header-menu li a {
    font-size: 0.9375em;
  }
}
#block-bad-header-menu .big-button {
  text-transform: uppercase;
}
.responsive-menu-button-wrap {
  align-items: center;
  display: flex;
}
.main-navigation {
  background-color: #f4f4f4;
}
.main-navigation ul.large-horizontal {
  margin-left: -0.75em;
}

@media print, screen and (min-width: 64em) {
  .navigation-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media print, screen and (min-width: 64em) and (min-width: 48em) {
  .navigation-wrap {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

#block-mainnavigation li {
  padding-left: 1em;
  padding-right: 1em;
}
@media print, screen and (min-width: 48em) {
  #block-bad-header-menu .big-button {
    margin-bottom: 0;
  }
  .main-navigation {
    margin-bottom: 20px;
  }
  #block-mainnavigation li {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  .article__display--full .article__image {
    float: right;
    margin-left: 1.5em;
  }
}
#block-mainnavigation li a {
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
}
@media print, screen and (min-width: 64em) {
  #block-mainnavigation li {
    padding-left: 0;
    padding-right: 0;
  }
  #block-mainnavigation li a {
    font-size: 1em;
  }
}
#block-mainnavigation li a:focus {
  outline-offset: 1px;
}
#block-mainnavigation li > ul {
  background: #e7e7e7;
}
#block-mainnavigation li > ul.is-dropdown-submenu {
  z-index: 9;
}
#block-mainnavigation li.is-accordion-submenu-item a {
  background: #e7e7e7;
  margin-right: -3em;
}
.article__tags {
  clear: both;
}
.article__tag {
  font-size: 0.75rem;
  font-weight: 600;
  margin-right: 0.5em;
  margin-top: 1.5em;
}
.article__body h2 {
  font-size: 1.5rem;
}
.article__image a {
  border: none !important;
}
.article__display--full .article__image {
  margin-bottom: 1.5em;
  margin-top: 1em;
}
.article__display--full .article__date {
  border-bottom: 3px solid #ff8568;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  margin: 1.25em 0 1em;
}
.article__display--teaser {
  background: #f4f4f4;
  margin: 1.5em 0;
  overflow: hidden;
  padding: 1.25em 1.75em 1.5em;
  position: relative;
}
.form-wrapper .node-add summary,
.form-wrapper .node-edit summary,
.node-add .fieldset-legend,
.node-add .form-wrapper summary,
.node-edit .fieldset-legend,
.node-edit .form-wrapper summary,
.user-register-form .field--name-field-social-profile-links {
  margin-top: 3em;
}
.article__display--teaser .article__title {
  margin-bottom: 0.375em;
  width: 70%;
}
@media print, screen and (min-width: 48em) {
  .article__display--teaser .article__title {
    width: 100%;
  }
}
.article__display--teaser .article__title a {
  border-bottom: none;
}
.article__display--teaser .article__date {
  background-color: #ff8568;
  border-radius: 50%;
  height: 180px;
  position: absolute;
  right: -92px;
  top: -98px;
  width: 180px;
  z-index: 1;
}
.article__display--teaser .article__date .text {
  bottom: 28px;
  font-size: 1.125rem;
  font-weight: 700;
  left: 22px;
  line-height: 1.1;
  max-width: 50px;
  position: absolute;
  text-align: right;
  text-transform: uppercase;
}
.node-add h1,
.node-edit h1 {
  margin-bottom: 0.75em;
}
.node-add h4.label,
.node-edit h4.label {
  background: 0 0;
  color: var(--colors-foreground);
  font-size: 0.875rem;
  line-height: 1.8;
  margin-bottom: 0;
}
.node-add td.field-multiple-drag,
.node-edit td.field-multiple-drag {
  padding: 0;
  width: 40px;
}
.node-add td .form-item,
.node-add td .form-item select,
.node-edit td .form-item,
.node-edit td .form-item select {
  margin-bottom: 0;
}
.node-add .tabledrag-handle .handle,
.node-edit .tabledrag-handle .handle {
  height: 30px;
  margin: 0 0 0 25px;
  width: 30px;
}
.node-add tr.draggable .form-item,
.node-edit tr.draggable .form-item {
  float: left;
  font-weight: 600;
  padding-top: 10px;
}
.node-add tr.draggable .form-submit,
.node-edit tr.draggable .form-submit {
  margin-bottom: 0;
}
.node-add .form-checkboxes .form-item,
.node-edit .form-checkboxes .form-item {
  margin-bottom: 0.5em;
}
.node-add .vertical-tabs .vertical-tabs__panes,
.node-edit .vertical-tabs .vertical-tabs__panes {
  padding: 0.75em 1.25em;
}
.node-add #edit-delete.button,
.node-add #edit-preview.button,
.node-edit #edit-delete.button,
.node-edit #edit-preview.button {
  background-color: var(--colors-neutral-200);
  border: 0;
  border-radius: 25px;
  color: var(--colors-foreground);
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  margin-left: 10px;
  text-align: center;
}
.node-add #edit-delete.button:hover,
.node-add #edit-preview.button:hover,
.node-edit #edit-delete.button:hover,
.node-edit #edit-preview.button:hover {
  background-color: #dcdcdc;
  border-bottom: 0;
  color: var(--colors-foreground);
}
.node-add #edit-delete.button:active,
.node-add #edit-delete.button:focus,
.node-add #edit-preview.button:active,
.node-add #edit-preview.button:focus,
.node-edit #edit-delete.button:active,
.node-edit #edit-delete.button:focus,
.node-edit #edit-preview.button:active,
.node-edit #edit-preview.button:focus {
  outline: 2px solid var(--colors-foreground);
}
.node-add .paragraphs-tabs-wrapper .paragraphs-tabs,
.node-edit .paragraphs-tabs-wrapper .paragraphs-tabs {
  background: 0 0;
  border: none;
  margin-bottom: 0;
  padding-top: 2em;
}
.node-add .paragraphs-tabs-wrapper .paragraphs-tabs li,
.node-edit .paragraphs-tabs-wrapper .paragraphs-tabs li {
  border-bottom: none;
  display: inline-block;
  float: left;
}
.node-add .paragraphs-tabs-wrapper .paragraphs-tabs li a,
.node-edit .paragraphs-tabs-wrapper .paragraphs-tabs li a {
  background: #f4f4f4;
  border-bottom: none;
  font-size: 1rem;
}
.node-add .paragraphs-tabs-wrapper .paragraphs-tabs li a:hover,
.node-edit .paragraphs-tabs-wrapper .paragraphs-tabs li a:hover {
  background: #e7e7e7;
  color: var(--colors-foreground);
}
.node-add .paragraphs-tabs-wrapper .paragraphs-tabs li.is-active a,
.node-edit .paragraphs-tabs-wrapper .paragraphs-tabs li.is-active a {
  background: var(--colors-primary-500);
}
.node-add .paragraphs-tabs-wrapper .paragraphs-tabs li.is-active a:hover,
.node-edit .paragraphs-tabs-wrapper .paragraphs-tabs li.is-active a:hover {
  background: #03b2fd;
}
.path-node h1 {
  margin-bottom: 0.5em;
}
.field {
  margin: 0.5em 0;
}
.field__label {
  color: var(--colors-foreground);
  font-size: 1rem;
  font-weight: 600;
}
#block-seeyouinoctober p,
.branding-wrapper .title-wrapper {
  font-family: var(--text-fonts-sans);
  font-weight: 700;
}
.field__label--inline {
  float: left;
  margin-right: 8px;
}
.field__label--inline:after {
  content: ':';
}
.session__display--schedule,
.session__display--teaser {
  background: #f4f4f4;
  margin-bottom: 2em;
  padding: 1.25em 1.5em 1em;
}
.session__display--schedule h2,
.session__display--teaser h2 {
  margin-bottom: 0.5em;
}
.summit__display--schedule,
.summit__display--sponsor-item,
.summit__display--teaser {
  background: #f4f4f4;
  margin-bottom: 2em;
  padding: 1.25em 1.5em 1em;
}
.summit__display--schedule h2,
.summit__display--schedule h3,
.summit__display--schedule h4,
.summit__display--sponsor-item h2,
.summit__display--sponsor-item h3,
.summit__display--sponsor-item h4,
.summit__display--teaser h2,
.summit__display--teaser h3,
.summit__display--teaser h4 {
  font-size: 2.125rem;
  margin-bottom: 0.5em;
}
.field__label--summit-sponsors {
  margin-bottom: 1em;
  margin-top: 1.5em;
}
.training__display--schedule,
.training__display--sponsor-item,
.training__display--teaser {
  background: #f4f4f4;
  margin-bottom: 2em;
  padding: 1.25em 1.5em 1em;
}
.training__display--schedule h2,
.training__display--schedule h3,
.training__display--schedule h4,
.training__display--sponsor-item h2,
.training__display--sponsor-item h3,
.training__display--sponsor-item h4,
.training__display--teaser h2,
.training__display--teaser h3,
.training__display--teaser h4 {
  font-size: 2.125rem;
  margin-bottom: 0.5em;
}
.branding-block > a {
  display: block;
}
.branding-wrapper .logo-wrapper {
  margin-right: 1em;
  max-width: 76px;
  transition: transform 0.2s;
}
@media screen and (min-width: 75em) {
  .branding-wrapper .logo-wrapper {
    max-width: 92px;
  }
}
.branding-wrapper .logo-wrapper:hover {
  transform: scale(1.05);
}
.branding-wrapper .title-wrapper {
  line-height: 1;
  text-transform: uppercase;
}
.branding-wrapper .title-wrapper .title {
  font-size: 2rem;
  margin-bottom: 3px;
}
@media print, screen and (min-width: 48em) {
  .user-logged-in .branding-block {
    margin-top: -10px;
  }
  .branding-wrapper .title-wrapper .title {
    font-size: 2.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .branding-wrapper .title-wrapper .title {
    font-size: 4.25rem;
  }
}
.branding-wrapper .subtitle {
  font-size: 18px;
  line-height: 1.3;
}
.branding-wrapper .subtitle .location,
.branding-wrapper .subtitle .location-date {
  display: block;
  font-size: 1rem;
}
@media print, screen and (min-width: 64em) {
  .branding-wrapper .subtitle .location,
  .branding-wrapper .subtitle .location-date {
    display: inline-block;
  }
}
.branding-wrapper .subtitle .separator {
  display: none;
}
@media print, screen and (min-width: 64em) {
  .branding-wrapper .subtitle .separator {
    display: inline-block;
  }
  .user-register-form .field--name-field-social-profile-links .form-item {
    max-width: 760px;
  }
}
footer .footer-lower-wrapper {
  padding-bottom: 2em;
  padding-top: 2em;
}
footer #block-bay-area-camp-builtbythecommunity p {
  font-family: fairplex-wide, serif;
  font-size: 1.125em;
  text-align: center;
}
footer #block-bad-footerbanner {
  display: none;
}
footer #block-bad-footerbanner img {
  width: 100%;
}
#block-seeyouinoctober p {
  font-size: 1.125rem;
  text-align: center;
}
header .header-holder {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}
.mailchimp-signup-subscribe-block-stay-connected-form {
  background-color: var(--colors-primary-500);
  padding: 2em 0;
}
@media print, screen and (min-width: 48em) {
  footer #block-bay-area-camp-builtbythecommunity p {
    text-align: right;
  }
  footer #block-bad-footerbanner {
    display: block;
  }
  #block-seeyouinoctober p {
    text-align: left;
  }
  .mailchimp-signup-subscribe-block-stay-connected-form {
    padding: 5em 0;
  }
  .mailchimp-signup-subscribe-block-stay-connected-form input[type='email'] {
    border-radius: 0 25px 25px 0;
  }
}
.mailchimp-signup-subscribe-block-stay-connected-form .description {
  font-family: fairplex-wide, serif;
  font-size: 1.375em;
  line-height: 1.55;
  margin: 1em 0;
  text-align: center;
}
.mailchimp-signup-subscribe-block-stay-connected-form .inputs {
  position: relative;
}
.mailchimp-signup-subscribe-block-stay-connected-form input[type='email'] {
  color: var(--colors-foreground);
  font-family: fairplex-wide, serif;
  font-size: 1.125em;
  height: 51px;
  line-height: 1.56;
  margin-bottom: 0;
  padding-left: 15px;
  width: 100%;
}
.mailchimp-signup-subscribe-block-stay-connected-form
  input[type='email']:-ms-input-placeholder {
  color: var(--colors-neutral-500);
}
.mailchimp-signup-subscribe-block-stay-connected-form
  input[type='email']::placeholder {
  color: var(--colors-neutral-500);
}
.mailchimp-signup-subscribe-block-stay-connected-form input[type='submit'] {
  margin-top: 10px;
  width: 100%;
}
@media print, screen and (min-width: 48em) {
  .mailchimp-signup-subscribe-block-stay-connected-form input[type='submit'] {
    height: 52px;
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
  }
}
.region--content {
  padding-bottom: 2em;
}
.region--content h1 {
  margin-top: 0.75em;
}
.payment-message {
  font-family: var(--text-fonts-sans);
  font-size: 0.9375rem;
  font-weight: 600;
}
.payment a.button,
.payment.button a {
  border-bottom: none;
}
.registration-steps {
  font-family: var(--text-fonts-sans);
  margin: 3em 0;
  -ms-flex-pack: center;
  justify-content: center;
}
.registration-step {
  font-weight: 600;
  margin-right: 90px;
  position: relative;
}
.registration-step .registration-step__number {
  background: var(--colors-neutral-200);
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  height: 70px;
  margin-bottom: 10px;
  padding-top: 14px;
  width: 70px;
}
.registration-step .registration-step__number::after {
  border-bottom: 15px solid transparent;
  border-left: 20px solid var(--colors-neutral-200);
  border-top: 15px solid transparent;
  content: '';
  height: 0;
  left: 105px;
  position: absolute;
  top: 20px;
  width: 0;
}
.registration-step .registration-step__subtitle {
  color: #bdbdbd;
}
.registration-step:last-child .registration-step__number::after {
  border: none;
}
.registration-step.active .registration-step__number {
  background: var(--colors-foreground);
}
.registration-step.active .registration-step__subtitle {
  color: var(--colors-foreground);
}
.fieldset--options {
  margin-bottom: 1em;
  margin-left: -1px !important;
}
.fieldset--options .form-item {
  margin-bottom: 0.75em;
}
.donation-block {
  background: #f4f4f4;
  font-family: var(--text-fonts-sans);
  margin-bottom: 1.5em;
  padding: 1em 1.5em;
  position: relative;
}
.donation-block .button {
  bottom: 0;
  position: absolute;
}
.donation-block__title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.donation-block__body {
  padding-bottom: 2.75em;
}
.schedule-action {
  border-radius: 0 !important;
  box-shadow: 0 0 7px rgba(10, 10, 10, 0.2);
  float: right;
  margin-bottom: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 99;
}
.schedule-action i {
  margin-right: 8px;
}
.off-canvas-content.is-open-right .schedule-action {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.toolbar-horizontal.toolbar-tray-open .schedule-action {
  top: 79px;
}
.toolbar-horizontal.toolbar-tray-open .off-canvas.position-right {
  padding-top: 6.25rem;
}
.toolbar-fixed .schedule-action,
.toolbar-vertical .schedule-action,
.toolbar-vertical.toolbar-tray-open .schedule-action {
  top: 39px;
}
.toolbar-fixed .off-canvas.position-right,
.toolbar-vertical .off-canvas.position-right,
.toolbar-vertical.toolbar-tray-open .off-canvas.position-right {
  padding-top: 3.75rem;
}
.off-canvas.position-right {
  padding: 1.5em;
}
#quicktabs-my_schedule .quicktabs-tabs {
  border-bottom: 1px solid var(--colors-secondary-300);
  margin: 1.875rem 0 1.25rem;
  padding: 0 0 0.1875rem;
}
#quicktabs-my_schedule .quicktabs-tabs li {
  font-family: var(--text-fonts-sans);
  font-size: 0.75rem;
  font-weight: 700;
  margin-left: -2px;
  margin-right: 0.5rem;
  text-align: center;
}
#quicktabs-my_schedule .quicktabs-tabs li a {
  background: #e0e0e0;
  border-bottom: none;
  padding: 0.5rem 0.75rem;
}
#quicktabs-my_schedule .quicktabs-tabs li a:hover,
#quicktabs-my_schedule .quicktabs-tabs li.active a {
  background-color: var(--colors-secondary-300);
  color: var(--colors-background);
}
h3.my-schedule__time-slot {
  background-color: var(--colors-secondary-300);
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  padding: 0.3125rem 0.625rem 0.25rem;
}
.schedule-view .views-row .my-schedule-display {
  border-top: 1px solid #ccc;
  padding: 1rem 0 0.375rem;
}
.schedule-view .views-row .my-schedule-display .event-details-inline {
  margin: 0.625rem 0 0.75rem;
}
.schedule-view h3.my-schedule__time-slot + .views-row .my-schedule-display {
  border-top: none;
}
#quicktabs-schedule .quicktabs-tabs {
  border-bottom: 1px solid var(--colors-secondary-300);
  margin: 1.875rem 0 1.25rem;
  padding: 0 0 0.3125rem;
}
#quicktabs-schedule .quicktabs-tabs li {
  font-family: var(--text-fonts-sans);
  font-size: 1rem;
  font-weight: 700;
  margin-left: -2px;
  margin-right: 0.5rem;
  text-align: center;
}
#quicktabs-schedule .quicktabs-tabs li a {
  background: #f4f4f4;
  border-bottom: none;
  padding: 0.625rem 1rem;
}
#quicktabs-schedule .quicktabs-tabs li a:hover,
#quicktabs-schedule .quicktabs-tabs li.active a {
  background-color: var(--colors-secondary-300);
  color: var(--colors-background);
}
#views-exposed-form-schedule-general #edit-topics,
#views-exposed-form-schedule-general #edit-topics--2,
#views-exposed-form-schedule-general #edit-topics--3,
#views-exposed-form-schedule-general #edit-topics--4 {
  column-count: 2;
  padding: 0.5rem 1rem 0.5rem 1.25rem;
}
#views-exposed-form-schedule-general #edit-topics .form-item,
#views-exposed-form-schedule-general #edit-topics--2 .form-item,
#views-exposed-form-schedule-general #edit-topics--3 .form-item,
#views-exposed-form-schedule-general #edit-topics--4 .form-item {
  margin-bottom: 0;
}
#views-exposed-form-schedule-general #edit-topics .form-item label,
#views-exposed-form-schedule-general #edit-topics--2 .form-item label,
#views-exposed-form-schedule-general #edit-topics--3 .form-item label,
#views-exposed-form-schedule-general #edit-topics--4 .form-item label {
  font-size: 0.8125rem;
  font-weight: 600;
}
.schedule-view .views-row {
  margin: 0;
  padding: 0 1rem;
}
.schedule-view .views-row .schedule-display {
  border-top: 1px solid #e2e2e2;
  padding: 1rem 0 0.5rem;
}
.schedule-view h3.schedule__time-slot + .views-row .schedule-display {
  border-top: none;
}
h3.schedule__time-slot {
  background-color: var(--colors-secondary-300);
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  padding: 0.375rem 0.75rem 0.25rem;
}
h4.schedule-title {
  font-size: 1.3125rem;
  margin-bottom: 0;
}
h4.schedule-title a:hover {
  color: #0175a7;
}
.event-details-inline {
  display: -ms-flexbox;
  display: flex;
  margin: 1.25rem 0 1rem;
}
.event-details-inline .field__item a:hover {
  text-decoration: underline;
}
.event-details-inline__field {
  display: -ms-flexbox;
  display: flex;
  font-family: var(--text-fonts-sans);
  font-size: 0.875rem;
  font-weight: 600;
  margin-right: 1.625rem;
}
.event-details-inline__field i {
  color: var(--colors-secondary-300);
  font-size: 1rem;
  margin-right: 0.375rem;
  text-align: center;
  width: 1em;
}
.event-details-inline__field .separator {
  color: var(--colors-secondary-300);
}
.event-details h2,
.page-heading,
.section-heading {
  color: var(--colors-foreground);
  font-family: var(--text-fonts-sans);
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  padding: 15px 0;
}
@media print, screen and (min-width: 48em) {
  .event-details h2,
  .page-heading,
  .section-heading {
    font-size: 3.125rem;
    padding-top: 0;
  }
}
.event-details h2,
.section-heading {
  font-size: 2.125rem;
}
@media print, screen and (min-width: 48em) {
  .event-details h2,
  .section-heading {
    font-size: 2.625rem;
  }
  .main-block .paragraph--type--columns {
    margin-left: auto;
    margin-right: auto;
    max-width: 90rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-block-end: 2rem;
  }
}
.section-subhead {
  font-family: fairplex-wide, serif;
  font-size: 1.5rem;
}

.main-block .main-block-text {
  padding-block: 1rem;
  padding-inline: 1.5rem;

  h2 {
    font-size: 2.75rem;
    margin-block-end: 1rem;
  }
}

.main-block .main-block-image img {
  max-height: 400px;
  object-fit: contain;
  object-position: center middle;
  padding-block-start: 2rem;
}

.badcamp-at-a-glance {
  background-color: #f4f4f4;
  padding: 1em 0;
}
@media print, screen and (min-width: 48em) {
  .badcamp-at-a-glance .event-details h2,
  .badcamp-at-a-glance .section-heading,
  .event-details .badcamp-at-a-glance h2 {
    font-size: 1.5rem;
    margin-top: 20px;
    padding-right: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  #views-exposed-form-schedule-general #edit-topics,
  #views-exposed-form-schedule-general #edit-topics--2,
  #views-exposed-form-schedule-general #edit-topics--3,
  #views-exposed-form-schedule-general #edit-topics--4 {
    column-count: 4;
  }
  .badcamp-at-a-glance .event-details h2,
  .badcamp-at-a-glance .section-heading,
  .event-details .badcamp-at-a-glance h2 {
    font-size: 1.75rem;
    padding-right: 20px;
  }
}
@media screen and (min-width: 75em) {
  #views-exposed-form-schedule-general #edit-topics,
  #views-exposed-form-schedule-general #edit-topics--2,
  #views-exposed-form-schedule-general #edit-topics--3,
  #views-exposed-form-schedule-general #edit-topics--4 {
    column-count: 5;
  }

  .badcamp-at-a-glance .event-details h2,
  .badcamp-at-a-glance .section-heading,
  .event-details .badcamp-at-a-glance h2 {
    font-size: 2.0625rem;
  }
}
.badcamp-at-a-glance .stat {
  padding-right: 12px;
}
.badcamp-at-a-glance .stat .stat-number {
  font-family: var(--text-fonts-sans);
  font-size: 3rem;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
@media print, screen and (min-width: 48em) {
  .badcamp-at-a-glance .stat .stat-number {
    font-size: 1.75rem;
  }
}
@media print, screen and (min-width: 64em) {
  .badcamp-at-a-glance .stat .stat-number {
    font-size: 2rem;
    padding-top: 12px;
  }
}
@media screen and (min-width: 75em) {
  .badcamp-at-a-glance .stat .stat-number {
    font-size: 2.5rem;
    padding-top: 5px;
  }
}
.badcamp-at-a-glance .stat p:not([class]) {
  font-family: fairplex-wide, serif;
  font-size: 1.375rem;
  line-height: 1.18;
  margin: 0;
  min-height: 55px;
}
@media print, screen and (min-width: 48em) {
  .badcamp-at-a-glance .stat p:not([class]) {
    font-size: 0.9875rem;
  }
}
@media print, screen and (min-width: 64em) {
  .badcamp-at-a-glance .stat p:not([class]) {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 75em) {
  .badcamp-at-a-glance .stat p:not([class]) {
    font-size: 1.25rem;
  }
}
.badcamp-at-a-glance .section1 img {
  transform: rotate(90deg);
}
.badcamp-at-a-glance .section2,
.badcamp-at-a-glance .section3,
.badcamp-at-a-glance .section4 {
  margin: 1em 0;
}
.event-details {
  padding-top: 2.5em;
}
.event-details h2 {
  padding-bottom: 0;
  text-align: center;
}
@media print, screen and (min-width: 48em) {
  .badcamp-at-a-glance .section1 img {
    transform: rotate(0);
  }
  .badcamp-at-a-glance .section2,
  .badcamp-at-a-glance .section3,
  .badcamp-at-a-glance .section4 {
    margin: 0;
  }
  .badcamp-at-a-glance .section2 img,
  .badcamp-at-a-glance .section3 img,
  .badcamp-at-a-glance .section4 img {
    padding-right: 12px;
  }
  .event-details .event-detail-image {
    padding-top: 1em;
  }
}
.event-details .event-detail {
  margin-bottom: 2.5em;
}
.event-details .event-detail .event-detail-title {
  font-family: var(--text-fonts-sans);
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.event-details .event-detail p:not([class]) {
  font-family: fairplex-wide, serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.timeline .timeline-item::after,
.timeline .timeline-item::before {
  clear: both;
  content: '';
  display: block;
  width: 100%;
}
.timeline {
  margin: 3em auto 4em;
  padding: 0 10px;
  position: relative;
  transition: all 0.25s ease-in;
  width: 100%;
}
.timeline .timeline-heading {
  margin: 1em;
  text-align: center;
}
.timeline ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.timeline::before {
  background: var(--colors-foreground);
  content: '';
  height: 100%;
  left: 50%;
  position: absolute;
  top: 60px;
  width: 3px;
}
.timeline::after {
  clear: both;
  content: '';
  display: table;
  width: 100%;
}
.timeline a {
  color: var(--colors-foreground);
  font-weight: 700;
  transition: all 0.25s ease-in;
}
.timeline a:hover {
  box-shadow: 0 1px 0 0 var(--colors-foreground);
  transition: all 0.25s ease-in;
}
.timeline .timeline-item {
  margin-bottom: 50px;
  position: relative;
}
.timeline .timeline-item .timeline-icon {
  background: var(--colors-foreground);
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin-left: -23px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 50px;
}
.timeline .timeline-item .timeline-icon img,
.timeline .timeline-item .timeline-icon svg {
  left: 14px;
  position: relative;
  top: 11px;
}
.timeline .timeline-item .timeline-icon svg {
  top: 14px;
}
.timeline .timeline-item .timeline-content {
  background: 0 0;
  padding: 20px;
  text-align: right;
  transition: all 0.25s ease-in;
  width: 45%;
}
.timeline .timeline-item .timeline-content p {
  color: var(--colors-foreground);
}
.timeline .timeline-item .timeline-content .timeline-content-title {
  font-weight: 700;
}
.timeline .timeline-item .timeline-content.right {
  float: right;
  text-align: left;
}
@media screen and (max-width: 47.99875em) {
  .timeline {
    margin: 30px;
    padding: 0;
    width: 90%;
  }
  .timeline::before {
    left: 0;
  }
  .timeline .timeline-item .timeline-content {
    float: right;
    text-align: left;
    width: 90%;
  }
  .timeline .timeline-item .timeline-content.right::before,
  .timeline .timeline-item .timeline-content::before {
    border-left: 0;
    border-right: 7px solid var(--colors-foreground);
    left: 10%;
    margin-left: -6px;
  }
  .timeline .timeline-item .timeline-icon {
    left: 0;
  }
}
.job-postings__listings {
  margin-top: 2.5em;
}
.job-postings__listings .views-row {
  border-top: 1px solid var(--colors-neutral-200);
  margin-bottom: 1.875em;
  padding-top: 1.5em;
}
.job-postings__listings .views-row:first-child {
  border-top: none;
}
.job-postings__listings .views-row:last-child {
  margin-bottom: 0;
}
.job-posting__title {
  font-size: 1.75rem;
}
.job-posting__display--teaser .job-posting__sponsor-logo {
  text-align: center;
}
.job-posting__display--teaser
  .job-posting__sponsor-logo
  .node--view-mode-sponsor-logo
  .sponsor-logo
  img {
  max-width: 240px;
}
.job-posting__apply-link {
  font-family: var(--text-fonts-sans);
}
.page-node--66 .job-postings__listings {
  border-top: 1px solid var(--colors-neutral-200);
}
.node--type-sponsor .field--sponsor-level,
.sponsor-level,
.sponsorship-table h2,
.views-group__h2--sponsors {
  color: var(--colors-secondary-500);
  font-family: var(--text-fonts-sans);
  font-size: 1.625rem;
  font-weight: 700;
  text-transform: uppercase;
}
.views-group--sponsors {
  margin-bottom: 2em;
}
.views-group--sponsors .views-row {
  margin-bottom: 2.5em;
}
@media print, screen and (min-width: 48em) {
  .views-group--sponsors .views-row {
    margin-bottom: 1.25em;
  }
}
.views-group__h2--sponsors {
  border-bottom: var(--colors-neutral-100) 1px solid;
  margin: 1.5em 0;
}
.node--type-sponsor .sponsor-team-member a,
.node--view-mode-sponsor-logo a {
  border-bottom: none;
}
.node--view-mode-sponsor-logo {
  margin-bottom: 1.875rem;
}
.node--view-mode-sponsor-logo .sponsor-logo img,
.node--view-mode-sponsor-logo .sponsors-logo img {
  max-width: 270px;
}

#block-views-block-sponsors-core-sponsors {
  background: #f4f4f4;
  padding: 3em 0 3.5em;
}
#block-views-block-sponsors-core-sponsors h2 {
  margin: 0 0 1.5em;
  text-align: center;
}
.node--type-sponsor .field--sponsor-text {
  padding: 1em 0 2em;
}
@media print, screen and (min-width: 48em) {
  .node--type-sponsor .field--sponsor-text {
    padding-right: 3em;
  }
}
.node--type-sponsor .field--sponsor-level {
  font-size: 1.5rem;
  line-height: 1.125;
  margin-bottom: 1.5em;
  margin-top: 2em;
}
.node--type-sponsor .field--sponsor-logo img {
  max-height: 200px;
  width: auto;
}
.node--type-sponsor .sponsor-team-member {
  padding: 2em 0;
}
.node--type-sponsor .sponsor-team-member .attendee-name,
.node--type-sponsor .sponsor-team-member .attendee-name--small,
.node--type-sponsor .sponsor-team-member .user__attendee-name,
.node--type-sponsor .sponsor-team-member .user__attendee-org {
  margin: 0.5em 0;
}
.node--type-sponsor .sponsor-team-member a:focus {
  outline: var(--colors-foreground) dotted 2px;
  outline-offset: 2px;
}
.sponsorship-table h2 {
  font-size: 1.625rem;
  margin-bottom: 1.25rem;
}
.sponsorship-table thead {
  background: #fff;
  border: 0;
  border-bottom: 3px solid #ff8568;
}
.sponsorship-table thead th {
  padding: 0.375rem 0.5rem 0.375rem 0;
}
.sponsorship-table th[scope='row'] {
  font-weight: 600 !important;
  text-align: left;
  width: 40%;
}
.sponsorship-table td,
.sponsorship-table th[scope='col'] {
  font-weight: 600 !important;
  text-align: center;
  width: 12%;
}
.sponsorship-table .table-bullet {
  background-image: url(../images/check-solid.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
}
.page-node--261 h2 {
  font-size: 1.75rem;
  margin-top: 1.25em;
}
.field--description--venue {
  font-family: var(--text-fonts-sans);
  padding-bottom: 1.5em;
}
.field--description--venue p {
  font-size: 1.125rem;
  margin-bottom: 5px;
}
[role='dialog'] {
  z-index: 200;
}
