<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
:root {
  --box-text-color: #fff;
  --box-color: rgb(30, 152, 215);
  --box-color-rgba: rgba(30, 152, 215, .12);
  --notifications-color-rgba: rgba(30, 152, 215, .6);
  --suggestions-modal-color-hsla: hsla(213, 48%, 90%, .95);
}

:root {
  --primary: #cb3c29;
  --primary-rgb: 239, 96, 77;
  --secondary: #39747f;
  --secondary-rgb: 57, 116, 127;
  --success: #57d685;
  --success-rgb: 87, 214, 133;
  --warning: #ffae00;
  --warning-rgb: 255, 174, 0;
  --alert: #ec5840;
  --alert-rgb: 236, 88, 64;
  --highlight: #be6400;
  --highlight-rgb: 190, 100, 0;
  --highlight-alternative: #ff5731;
  --highlight-alternative-rgb: 255, 87, 49;
  --proposals: #238ff7;
  --actions: #57d685;
  --debates: #fa6c96;
  --meetings: #fabc6c;
  --twitter: #000;
  --facebook: #3b5998;
  --google: #4285f4;
}

@keyframes animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
#toolbarViewer,
#toolbarContainer {
  box-shadow: none;
  height: 66px;
  border: none;
}

#viewerContainer {
  top: 66px;
}

#toolbarViewerLeft,
#toolbarViewerRight,
#toolbarViewerMiddle {
  margin: 12px;
}

#toolbarViewerMiddle {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 940px) {
  #toolbarViewerMiddle {
    transform: translateX(-75%);
  }
}
@media (max-width: 680px) {
  #toolbarViewerMiddle {
    padding-left: 1em;
  }
}

@media (max-width: 680px) {
  #toolbarViewerLeft {
    display: none;
  }
}

@media (max-width: 380px) {
  #toolbarViewerRight {
    display: none;
  }
}

.secondaryToolbar,
.findbar {
  top: 53px;
}
.secondaryToolbar .toolbarField,
.findbar .toolbarField {
  margin-top: 3px;
}
.secondaryToolbar .toolbarLabel,
.findbar .toolbarLabel {
  margin-top: 2px;
}
.secondaryToolbar .splitToolbarButton,
.findbar .splitToolbarButton {
  margin-top: 2px;
}

.verticalToolbarSeparator {
  height: 42px;
  margin: 0 5px;
}

.toolbarButton {
  margin-top: 8px;
}

.splitToolbarButton {
  margin-top: 8px;
}

@media (max-width: 800px) {
  .hiddenSmallView {
    display: none;
  }
}

@media (max-width: 980px) {
  .toolbarButtonSpacer {
    width: 0;
  }
}

.toolbarField {
  margin-top: 9px;
}

.toolbarLabel {
  margin-top: 8px;
}

#scaleSelectContainer {
  margin: 7px 5px;
}
#scaleSelectContainer #scaleSelect {
  background: #fff;
  border: 1px solid #000;
}
@media (max-width: 940px) {
  #scaleSelectContainer {
    display: none;
  }
}
@media (min-width: 941px) {
  #scaleSelectContainer {
    display: block;
  }
}

.decidimButton {
  margin: 0 0 0 1rem;
  padding: 0.65em;
  border-radius: 4px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: var(--box-color);
  border: transparent solid 1px;
  color: var(--box-text-color);
  text-shadow: 0 0 0 #fff;
}
.decidimButton:first-child {
  margin-left: 0;
}
.decidimButton.muted {
  background: #ddd;
  color: #333;
}
@media (max-width: 900px) {
  .decidimButton {
    margin-top: 12px;
  }
}

#globalSuggestionTrigger::before {
  display: none;
}

#exportSuggestionsTrigger {
  background-image: url(/decidim-packs/media/images/export_suggestions-c064cb26fb00a107903b.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: 8px 9px;
  padding-left: 34px;
}
@media (max-width: 900px) {
  #exportSuggestionsTrigger {
    width: 28px;
    height: 36px;
    overflow: hidden;
    font-size: 0;
  }
}

#fullscreenButton {
  background-image: url(/decidim-packs/media/images/fullscreen-124d1143c74461abe140.svg);
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-color: transparent;
  background-position: 5px 5px;
  border: none;
  padding: 5px 5px 5px 29px;
  margin: 8px 5px;
  font-weight: bold;
  cursor: pointer;
}
#fullscreenButton:hover, #fullscreenButton:focus-visible {
  background-color: var(--button-hover-color);
  color: var(--toggled-btn-color);
}
#fullscreenButton.exit {
  background-image: url(/decidim-packs/media/images/fullscreen_exit-a86e46d133bcd4a99937.svg);
}
@media (max-width: 940px) {
  #fullscreenButton {
    width: 28px;
    height: 28px;
    margin-right: 0;
    padding-right: 0;
    overflow: hidden;
    font-size: 0;
  }
}

#documentProperties.secondaryToolbarButton {
  display: none;
}

#print.toolbarButton,
#openFile.toolbarButton {
  display: none;
}

#download.toolbarButton {
  display: none;
}
#download.toolbarButton + .verticalToolbarSeparator {
  display: none;
}

#editorModeButtons.splitToolbarButton {
  display: none;
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/decidim-packs/media/images/Source_Sans_Pro_400-c60b44947671d757833d.woff2) format("woff2"), url(/decidim-packs/media/images/Source_Sans_Pro_400-f8eb0fd7380512a226cd.woff) format("woff"), url(/decidim-packs/media/images/Source_Sans_Pro_400-9c6e4dfdd59c9f0df0f8.ttf) format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/decidim-packs/media/images/Source_Sans_Pro_600-079db4a1c8da8ec06700.woff2) format("woff2"), url(/decidim-packs/media/images/Source_Sans_Pro_600-321eaeac03e6321b823f.woff) format("woff"), url(/decidim-packs/media/images/Source_Sans_Pro_600-a2c16f2d0995dcf36831.ttf) format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/decidim-packs/media/images/Source_Sans_Pro_900-d5a56e0c3bdd31eaadd4.woff2) format("woff2"), url(/decidim-packs/media/images/Source_Sans_Pro_900-7852ed941061eb34f8a3.woff) format("woff"), url(/decidim-packs/media/images/Source_Sans_Pro_900-cdf7b11440b90af6a688.ttf) format("truetype");
}
@keyframes animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
/**
 * Foundation for Sites
 * Version 6.8.1
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.icon {
  width: 0.875em;
  height: 0.875em;
  fill: currentColor;
}
.icon.primary {
  color: var(--primary);
}
.icon.secondary {
  color: var(--secondary);
}
.icon.success {
  color: var(--success);
}
.icon.warning {
  color: var(--warning);
}
.icon.alert {
  color: var(--alert);
}
.icon.muted {
  color: #726a70;
}

.icon--small {
  width: 0.625em;
  height: 0.625em;
}

.icon--big {
  width: 1.5em;
  height: 1.5em;
}

.icon--large {
  width: 1.875em;
  height: 1.875em;
}

.icon--action {
  fill: rgba(0, 0, 0, 0.2);
}

.icon--container {
  display: inline-flex;
  align-items: center;
}

.icon--action:hover,
a:hover .icon--action {
  fill: currentColor;
}

.icon--after {
  margin-left: 0.3rem;
}

.icon--before {
  margin-right: 0.3rem;
}

.icon--share {
  margin-bottom: -2px;
  width: 12px;
  height: 12px;
}

.section {
  margin-bottom: 2rem;
  word-wrap: break-word;
}
@media print, screen and (min-width: 64em) {
  .section {
    margin-bottom: 3rem;
  }
}

.m-bottom {
  margin-bottom: 1rem;
}

.p-none {
  padding: 0 !important;
}

.pt-none {
  padding-top: 0 !important;
}

.pr-none {
  padding-right: 0 !important;
}

.pb-none {
  padding-bottom: 0 !important;
}

.pl-none {
  padding-left: 0 !important;
}

.p-xs {
  padding: 0.5rem !important;
}

.pt-xs {
  padding-top: 0.5rem !important;
}

.pr-xs {
  padding-right: 0.5rem !important;
}

.pb-xs {
  padding-bottom: 0.5rem !important;
}

.pl-xs {
  padding-left: 0.5rem !important;
}

.p-s {
  padding: 1rem !important;
}

.pt-s {
  padding-top: 1rem !important;
}

.pr-s {
  padding-right: 1rem !important;
}

.pb-s {
  padding-bottom: 1rem !important;
}

.pl-s {
  padding-left: 1rem !important;
}

.p-sm {
  padding: 2rem !important;
}

.pt-sm {
  padding-top: 2rem !important;
}

.pr-sm {
  padding-right: 2rem !important;
}

.pb-sm {
  padding-bottom: 2rem !important;
}

.pl-sm {
  padding-left: 2rem !important;
}

.p-m {
  padding: 3rem !important;
}

.pt-m {
  padding-top: 3rem !important;
}

.pr-m {
  padding-right: 3rem !important;
}

.pb-m {
  padding-bottom: 3rem !important;
}

.pl-m {
  padding-left: 3rem !important;
}

.p-l {
  padding: 5rem !important;
}

.pt-l {
  padding-top: 5rem !important;
}

.pr-l {
  padding-right: 5rem !important;
}

.pb-l {
  padding-bottom: 5rem !important;
}

.pl-l {
  padding-left: 5rem !important;
}

.m-none {
  margin: 0 !important;
}

.mt-none {
  margin-top: 0 !important;
}

.mr-none {
  margin-right: 0 !important;
}

.mb-none {
  margin-bottom: 0 !important;
}

.ml-none {
  margin-left: 0 !important;
}

.m-xs {
  margin: 0.5rem !important;
}

.mt-xs {
  margin-top: 0.5rem !important;
}

.mr-xs {
  margin-right: 0.5rem !important;
}

.mb-xs {
  margin-bottom: 0.5rem !important;
}

.ml-xs {
  margin-left: 0.5rem !important;
}

.m-s {
  margin: 1rem !important;
}

.mt-s {
  margin-top: 1rem !important;
}

.mr-s {
  margin-right: 1rem !important;
}

.mb-s {
  margin-bottom: 1rem !important;
}

.ml-s {
  margin-left: 1rem !important;
}

.m-sm {
  margin: 2rem !important;
}

.mt-sm {
  margin-top: 2rem !important;
}

.mr-sm {
  margin-right: 2rem !important;
}

.mb-sm {
  margin-bottom: 2rem !important;
}

.ml-sm {
  margin-left: 2rem !important;
}

.m-m {
  margin: 3rem !important;
}

.mt-m {
  margin-top: 3rem !important;
}

.mr-m {
  margin-right: 3rem !important;
}

.mb-m {
  margin-bottom: 3rem !important;
}

.ml-m {
  margin-left: 3rem !important;
}

.m-l {
  margin: 5rem !important;
}

.mt-l {
  margin-top: 5rem !important;
}

.mr-l {
  margin-right: 5rem !important;
}

.mb-l {
  margin-bottom: 5rem !important;
}

.ml-l {
  margin-left: 5rem !important;
}

/* Callout foundation overwrites */
.callout.primary {
  background: #fafafa;
  border-color: #e8e8e8;
  border-left: 8px solid var(--primary);
}
.callout.secondary {
  border-color: #e8e8e8;
  border-left: 8px solid var(--secondary);
}
.callout.success {
  border-color: #e8e8e8;
  border-left: 8px solid var(--success);
}
.callout.warning {
  border-color: #e8e8e8;
  border-left: 8px solid var(--warning);
}
.callout.alert {
  border-color: #e8e8e8;
  border-left: 8px solid var(--alert);
}

.callout.flash {
  margin-bottom: 0;
}

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

.list-inline &gt; li {
  display: inline-block;
  vertical-align: top;
}
.list-inline &gt; dt {
  clear: both;
  margin-right: 0.3em;
}
.list-inline &gt; dt,
.list-inline &gt; dd {
  float: left;
  margin-bottom: 0;
}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-center &gt; :first-child {
  margin-right: 0.5rem;
}
.flex-center &gt; :last-child {
  margin-left: 0.5rem;
}

.flex--cc {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flex--sbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex--sbe {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.flex--fsc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.flex--fsb {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}

.flex--cb {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

.scroll {
  max-height: 50vh;
  overflow-y: scroll;
}

.absolutes, .aspect-ratio-16-9 {
  position: relative;
}
.absolutes .left, .aspect-ratio-16-9 .left, .aspect-ratio-16-9 &gt; *,
.absolutes .right,
.aspect-ratio-16-9 .right,
.absolutes .top,
.aspect-ratio-16-9 .top,
.absolutes .bottom,
.aspect-ratio-16-9 .bottom {
  position: absolute;
}
.absolutes .left, .aspect-ratio-16-9 .left, .aspect-ratio-16-9 &gt; * {
  left: 0;
}
.absolutes .right, .aspect-ratio-16-9 .right, .aspect-ratio-16-9 &gt; * {
  right: 0;
}
.absolutes .top, .aspect-ratio-16-9 .top, .aspect-ratio-16-9 &gt; * {
  top: 0;
}
.absolutes .bottom, .aspect-ratio-16-9 .bottom, .aspect-ratio-16-9 &gt; * {
  bottom: 0;
}
.absolutes .left.center, .aspect-ratio-16-9 .left.center, .aspect-ratio-16-9 &gt; .center,
.absolutes .right.center,
.aspect-ratio-16-9 .right.center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.absolutes .top.center, .aspect-ratio-16-9 .top.center, .aspect-ratio-16-9 &gt; .center,
.absolutes .bottom.center,
.aspect-ratio-16-9 .bottom.center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.aspect-ratio-16-9 {
  padding-bottom: 56.25%;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[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;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&amp;smallmedium=28.125em&amp;medium=40em&amp;mediumlarge=50em&amp;large=64em&amp;xlarge=75em&amp;xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fafafa;
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #3d393c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 4px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 4px;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.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 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(26, 24, 29, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1a181d;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[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 {
  outline: none;
  border: 1px solid #2c2930;
  background-color: #fff;
  box-shadow: 0 0 5px #e8e8e8;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #fafafa;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 4px;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #e8e8e8;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label &gt; [type=checkbox],
label &gt; [type=radio] {
  margin-right: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #1a181d;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #1a181d;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group &gt; :first-child, .input-group &gt; :first-child.input-group-button &gt; * {
  border-radius: 4px 0 0 4px;
}
.input-group &gt; :last-child, .input-group &gt; :last-child.input-group-button &gt; * {
  border-radius: 0 4px 4px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #e8e8e8;
  background: #fafafa;
  color: #1a181d;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #e8e8e8;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #1a181d;
  background-image: url("data:image/svg+xml;utf8,&lt;svg xmlns=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"&gt;&lt;polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb%2844, 41, 48%29\"&gt;&lt;/polygon&gt;&lt;/svg&gt;");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
select:focus {
  outline: none;
  border: 1px solid #2c2930;
  background-color: #fff;
  box-shadow: 0 0 5px #e8e8e8;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #fafafa;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: #fdeeec;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #ec5840;
}

.is-invalid-label {
  color: #ec5840;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #ec5840;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 600;
  line-height: inherit;
}

small {
  font-size: 90%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #8c838a;
}

h1, .h1 {
  font-size: 2.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2rem;
  }
  h3, .h3 {
    font-size: 1.75rem;
  }
  h4, .h4 {
    font-size: 1.5rem;
  }
  h5, .h5 {
    font-size: 1.25rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #39747f;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #31646d;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 6rem auto 5rem;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #e8e8e8;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: 600;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #e8e8e8;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #2c2930;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #1a181d;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #fafafa;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #1a181d;
  border-radius: 4px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #2c2930;
}

.lead {
  font-size: 125%;
  line-height: 1.45;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #2c2930;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #e8e8e8;
  background-color: #fafafa;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #1a181d;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #e8e8e8;
  background-color: #fafafa;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #1a181d;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.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: 28.125em) {
  .smallmedium-text-left {
    text-align: left;
  }
  .smallmedium-text-right {
    text-align: right;
  }
  .smallmedium-text-center {
    text-align: center;
  }
  .smallmedium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 40em) {
  .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: 50em) {
  .mediumlarge-text-left {
    text-align: left;
  }
  .mediumlarge-text-right {
    text-align: right;
  }
  .mediumlarge-text-center {
    text-align: center;
  }
  .mediumlarge-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;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !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 {
    display: table-cell !important;
  }
  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) ")";
  }
  pre,
  blockquote {
    border: 1px solid #2c2930;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x &gt; .auto {
  width: auto;
}
.grid-x &gt; .shrink {
  width: auto;
}

.grid-x &gt; .small-shrink, .grid-x &gt; .small-full, .grid-x &gt; .small-1, .grid-x &gt; .small-2, .grid-x &gt; .small-3, .grid-x &gt; .small-4, .grid-x &gt; .small-5, .grid-x &gt; .small-6, .grid-x &gt; .small-7, .grid-x &gt; .small-8, .grid-x &gt; .small-9, .grid-x &gt; .small-10, .grid-x &gt; .small-11, .grid-x &gt; .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 28.125em) {
  .grid-x &gt; .smallmedium-shrink, .grid-x &gt; .smallmedium-full, .grid-x &gt; .smallmedium-1, .grid-x &gt; .smallmedium-2, .grid-x &gt; .smallmedium-3, .grid-x &gt; .smallmedium-4, .grid-x &gt; .smallmedium-5, .grid-x &gt; .smallmedium-6, .grid-x &gt; .smallmedium-7, .grid-x &gt; .smallmedium-8, .grid-x &gt; .smallmedium-9, .grid-x &gt; .smallmedium-10, .grid-x &gt; .smallmedium-11, .grid-x &gt; .smallmedium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-x &gt; .medium-shrink, .grid-x &gt; .medium-full, .grid-x &gt; .medium-1, .grid-x &gt; .medium-2, .grid-x &gt; .medium-3, .grid-x &gt; .medium-4, .grid-x &gt; .medium-5, .grid-x &gt; .medium-6, .grid-x &gt; .medium-7, .grid-x &gt; .medium-8, .grid-x &gt; .medium-9, .grid-x &gt; .medium-10, .grid-x &gt; .medium-11, .grid-x &gt; .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 50em) {
  .grid-x &gt; .mediumlarge-shrink, .grid-x &gt; .mediumlarge-full, .grid-x &gt; .mediumlarge-1, .grid-x &gt; .mediumlarge-2, .grid-x &gt; .mediumlarge-3, .grid-x &gt; .mediumlarge-4, .grid-x &gt; .mediumlarge-5, .grid-x &gt; .mediumlarge-6, .grid-x &gt; .mediumlarge-7, .grid-x &gt; .mediumlarge-8, .grid-x &gt; .mediumlarge-9, .grid-x &gt; .mediumlarge-10, .grid-x &gt; .mediumlarge-11, .grid-x &gt; .mediumlarge-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x &gt; .large-shrink, .grid-x &gt; .large-full, .grid-x &gt; .large-1, .grid-x &gt; .large-2, .grid-x &gt; .large-3, .grid-x &gt; .large-4, .grid-x &gt; .large-5, .grid-x &gt; .large-6, .grid-x &gt; .large-7, .grid-x &gt; .large-8, .grid-x &gt; .large-9, .grid-x &gt; .large-10, .grid-x &gt; .large-11, .grid-x &gt; .large-12 {
    flex-basis: auto;
  }
}
.grid-x &gt; .small-12, .grid-x &gt; .small-11, .grid-x &gt; .small-10, .grid-x &gt; .small-9, .grid-x &gt; .small-8, .grid-x &gt; .small-7, .grid-x &gt; .small-6, .grid-x &gt; .small-5, .grid-x &gt; .small-4, .grid-x &gt; .small-3, .grid-x &gt; .small-2, .grid-x &gt; .small-1 {
  flex: 0 0 auto;
}

.grid-x &gt; .small-1 {
  width: 8.3333333333%;
}

.grid-x &gt; .small-2 {
  width: 16.6666666667%;
}

.grid-x &gt; .small-3 {
  width: 25%;
}

.grid-x &gt; .small-4 {
  width: 33.3333333333%;
}

.grid-x &gt; .small-5 {
  width: 41.6666666667%;
}

.grid-x &gt; .small-6 {
  width: 50%;
}

.grid-x &gt; .small-7 {
  width: 58.3333333333%;
}

.grid-x &gt; .small-8 {
  width: 66.6666666667%;
}

.grid-x &gt; .small-9 {
  width: 75%;
}

.grid-x &gt; .small-10 {
  width: 83.3333333333%;
}

.grid-x &gt; .small-11 {
  width: 91.6666666667%;
}

.grid-x &gt; .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 28.125em) {
  .grid-x &gt; .smallmedium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x &gt; .smallmedium-12, .grid-x &gt; .smallmedium-11, .grid-x &gt; .smallmedium-10, .grid-x &gt; .smallmedium-9, .grid-x &gt; .smallmedium-8, .grid-x &gt; .smallmedium-7, .grid-x &gt; .smallmedium-6, .grid-x &gt; .smallmedium-5, .grid-x &gt; .smallmedium-4, .grid-x &gt; .smallmedium-3, .grid-x &gt; .smallmedium-2, .grid-x &gt; .smallmedium-1, .grid-x &gt; .smallmedium-shrink {
    flex: 0 0 auto;
  }
  .grid-x &gt; .smallmedium-shrink {
    width: auto;
  }
  .grid-x &gt; .smallmedium-1 {
    width: 8.3333333333%;
  }
  .grid-x &gt; .smallmedium-2 {
    width: 16.6666666667%;
  }
  .grid-x &gt; .smallmedium-3 {
    width: 25%;
  }
  .grid-x &gt; .smallmedium-4 {
    width: 33.3333333333%;
  }
  .grid-x &gt; .smallmedium-5 {
    width: 41.6666666667%;
  }
  .grid-x &gt; .smallmedium-6 {
    width: 50%;
  }
  .grid-x &gt; .smallmedium-7 {
    width: 58.3333333333%;
  }
  .grid-x &gt; .smallmedium-8 {
    width: 66.6666666667%;
  }
  .grid-x &gt; .smallmedium-9 {
    width: 75%;
  }
  .grid-x &gt; .smallmedium-10 {
    width: 83.3333333333%;
  }
  .grid-x &gt; .smallmedium-11 {
    width: 91.6666666667%;
  }
  .grid-x &gt; .smallmedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-x &gt; .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x &gt; .medium-12, .grid-x &gt; .medium-11, .grid-x &gt; .medium-10, .grid-x &gt; .medium-9, .grid-x &gt; .medium-8, .grid-x &gt; .medium-7, .grid-x &gt; .medium-6, .grid-x &gt; .medium-5, .grid-x &gt; .medium-4, .grid-x &gt; .medium-3, .grid-x &gt; .medium-2, .grid-x &gt; .medium-1, .grid-x &gt; .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x &gt; .medium-shrink {
    width: auto;
  }
  .grid-x &gt; .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x &gt; .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x &gt; .medium-3 {
    width: 25%;
  }
  .grid-x &gt; .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x &gt; .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x &gt; .medium-6 {
    width: 50%;
  }
  .grid-x &gt; .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x &gt; .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x &gt; .medium-9 {
    width: 75%;
  }
  .grid-x &gt; .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x &gt; .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x &gt; .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 50em) {
  .grid-x &gt; .mediumlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x &gt; .mediumlarge-12, .grid-x &gt; .mediumlarge-11, .grid-x &gt; .mediumlarge-10, .grid-x &gt; .mediumlarge-9, .grid-x &gt; .mediumlarge-8, .grid-x &gt; .mediumlarge-7, .grid-x &gt; .mediumlarge-6, .grid-x &gt; .mediumlarge-5, .grid-x &gt; .mediumlarge-4, .grid-x &gt; .mediumlarge-3, .grid-x &gt; .mediumlarge-2, .grid-x &gt; .mediumlarge-1, .grid-x &gt; .mediumlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x &gt; .mediumlarge-shrink {
    width: auto;
  }
  .grid-x &gt; .mediumlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x &gt; .mediumlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x &gt; .mediumlarge-3 {
    width: 25%;
  }
  .grid-x &gt; .mediumlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x &gt; .mediumlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x &gt; .mediumlarge-6 {
    width: 50%;
  }
  .grid-x &gt; .mediumlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x &gt; .mediumlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x &gt; .mediumlarge-9 {
    width: 75%;
  }
  .grid-x &gt; .mediumlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x &gt; .mediumlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x &gt; .mediumlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x &gt; .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x &gt; .large-12, .grid-x &gt; .large-11, .grid-x &gt; .large-10, .grid-x &gt; .large-9, .grid-x &gt; .large-8, .grid-x &gt; .large-7, .grid-x &gt; .large-6, .grid-x &gt; .large-5, .grid-x &gt; .large-4, .grid-x &gt; .large-3, .grid-x &gt; .large-2, .grid-x &gt; .large-1, .grid-x &gt; .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x &gt; .large-shrink {
    width: auto;
  }
  .grid-x &gt; .large-1 {
    width: 8.3333333333%;
  }
  .grid-x &gt; .large-2 {
    width: 16.6666666667%;
  }
  .grid-x &gt; .large-3 {
    width: 25%;
  }
  .grid-x &gt; .large-4 {
    width: 33.3333333333%;
  }
  .grid-x &gt; .large-5 {
    width: 41.6666666667%;
  }
  .grid-x &gt; .large-6 {
    width: 50%;
  }
  .grid-x &gt; .large-7 {
    width: 58.3333333333%;
  }
  .grid-x &gt; .large-8 {
    width: 66.6666666667%;
  }
  .grid-x &gt; .large-9 {
    width: 75%;
  }
  .grid-x &gt; .large-10 {
    width: 83.3333333333%;
  }
  .grid-x &gt; .large-11 {
    width: 91.6666666667%;
  }
  .grid-x &gt; .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) &gt; .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) &gt; .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x &gt; .cell {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x &gt; .cell {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x &gt; .auto {
  width: auto;
}
.grid-margin-x &gt; .shrink {
  width: auto;
}
.grid-margin-x &gt; .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x &gt; .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x &gt; .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x &gt; .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x &gt; .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x &gt; .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x &gt; .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x &gt; .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x &gt; .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x &gt; .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x &gt; .small-11 {
  width: calc(91.6666666667% - 1.25rem);
}
.grid-margin-x &gt; .small-12 {
  width: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 28.125em) {
  .grid-margin-x &gt; .smallmedium-auto {
    width: auto;
  }
  .grid-margin-x &gt; .smallmedium-shrink {
    width: auto;
  }
  .grid-margin-x &gt; .smallmedium-1 {
    width: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-x &gt; .smallmedium-2 {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x &gt; .smallmedium-3 {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x &gt; .smallmedium-4 {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x &gt; .smallmedium-5 {
    width: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-x &gt; .smallmedium-6 {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x &gt; .smallmedium-7 {
    width: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-x &gt; .smallmedium-8 {
    width: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-x &gt; .smallmedium-9 {
    width: calc(75% - 1.25rem);
  }
  .grid-margin-x &gt; .smallmedium-10 {
    width: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-x &gt; .smallmedium-11 {
    width: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-x &gt; .smallmedium-12 {
    width: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x &gt; .auto {
    width: auto;
  }
  .grid-margin-x &gt; .shrink {
    width: auto;
  }
  .grid-margin-x &gt; .small-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x &gt; .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x &gt; .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x &gt; .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x &gt; .smallmedium-auto {
    width: auto;
  }
  .grid-margin-x &gt; .smallmedium-shrink {
    width: auto;
  }
  .grid-margin-x &gt; .smallmedium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .smallmedium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .smallmedium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x &gt; .smallmedium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .smallmedium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .smallmedium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x &gt; .smallmedium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .smallmedium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .smallmedium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x &gt; .smallmedium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .smallmedium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .smallmedium-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x &gt; .medium-auto {
    width: auto;
  }
  .grid-margin-x &gt; .medium-shrink {
    width: auto;
  }
  .grid-margin-x &gt; .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x &gt; .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x &gt; .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x &gt; .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 50em) {
  .grid-margin-x &gt; .mediumlarge-auto {
    width: auto;
  }
  .grid-margin-x &gt; .mediumlarge-shrink {
    width: auto;
  }
  .grid-margin-x &gt; .mediumlarge-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .mediumlarge-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .mediumlarge-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x &gt; .mediumlarge-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .mediumlarge-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .mediumlarge-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x &gt; .mediumlarge-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .mediumlarge-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .mediumlarge-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x &gt; .mediumlarge-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .mediumlarge-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .mediumlarge-12 {
    width: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x &gt; .large-auto {
    width: auto;
  }
  .grid-margin-x &gt; .large-shrink {
    width: auto;
  }
  .grid-margin-x &gt; .large-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x &gt; .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x &gt; .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x &gt; .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x &gt; .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x &gt; .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) &gt; .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) &gt; .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x &gt; .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x &gt; .cell {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 &gt; .cell {
  width: 100%;
}

.small-up-2 &gt; .cell {
  width: 50%;
}

.small-up-3 &gt; .cell {
  width: 33.3333333333%;
}

.small-up-4 &gt; .cell {
  width: 25%;
}

.small-up-5 &gt; .cell {
  width: 20%;
}

.small-up-6 &gt; .cell {
  width: 16.6666666667%;
}

.small-up-7 &gt; .cell {
  width: 14.2857142857%;
}

.small-up-8 &gt; .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 28.125em) {
  .smallmedium-up-1 &gt; .cell {
    width: 100%;
  }
  .smallmedium-up-2 &gt; .cell {
    width: 50%;
  }
  .smallmedium-up-3 &gt; .cell {
    width: 33.3333333333%;
  }
  .smallmedium-up-4 &gt; .cell {
    width: 25%;
  }
  .smallmedium-up-5 &gt; .cell {
    width: 20%;
  }
  .smallmedium-up-6 &gt; .cell {
    width: 16.6666666667%;
  }
  .smallmedium-up-7 &gt; .cell {
    width: 14.2857142857%;
  }
  .smallmedium-up-8 &gt; .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-up-1 &gt; .cell {
    width: 100%;
  }
  .medium-up-2 &gt; .cell {
    width: 50%;
  }
  .medium-up-3 &gt; .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 &gt; .cell {
    width: 25%;
  }
  .medium-up-5 &gt; .cell {
    width: 20%;
  }
  .medium-up-6 &gt; .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 &gt; .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 &gt; .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 50em) {
  .mediumlarge-up-1 &gt; .cell {
    width: 100%;
  }
  .mediumlarge-up-2 &gt; .cell {
    width: 50%;
  }
  .mediumlarge-up-3 &gt; .cell {
    width: 33.3333333333%;
  }
  .mediumlarge-up-4 &gt; .cell {
    width: 25%;
  }
  .mediumlarge-up-5 &gt; .cell {
    width: 20%;
  }
  .mediumlarge-up-6 &gt; .cell {
    width: 16.6666666667%;
  }
  .mediumlarge-up-7 &gt; .cell {
    width: 14.2857142857%;
  }
  .mediumlarge-up-8 &gt; .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 &gt; .cell {
    width: 100%;
  }
  .large-up-2 &gt; .cell {
    width: 50%;
  }
  .large-up-3 &gt; .cell {
    width: 33.3333333333%;
  }
  .large-up-4 &gt; .cell {
    width: 25%;
  }
  .large-up-5 &gt; .cell {
    width: 20%;
  }
  .large-up-6 &gt; .cell {
    width: 16.6666666667%;
  }
  .large-up-7 &gt; .cell {
    width: 14.2857142857%;
  }
  .large-up-8 &gt; .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 &gt; .cell {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 &gt; .cell {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 &gt; .cell {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 &gt; .cell {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 &gt; .cell {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 &gt; .cell {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 &gt; .cell {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 &gt; .cell {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 28.125em) {
  .grid-margin-x.smallmedium-up-1 &gt; .cell {
    width: calc(100% - 1.25rem);
  }
  .grid-margin-x.smallmedium-up-2 &gt; .cell {
    width: calc(50% - 1.25rem);
  }
  .grid-margin-x.smallmedium-up-3 &gt; .cell {
    width: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-x.smallmedium-up-4 &gt; .cell {
    width: calc(25% - 1.25rem);
  }
  .grid-margin-x.smallmedium-up-5 &gt; .cell {
    width: calc(20% - 1.25rem);
  }
  .grid-margin-x.smallmedium-up-6 &gt; .cell {
    width: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-x.smallmedium-up-7 &gt; .cell {
    width: calc(14.2857142857% - 1.25rem);
  }
  .grid-margin-x.smallmedium-up-8 &gt; .cell {
    width: calc(12.5% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 &gt; .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 &gt; .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 &gt; .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 &gt; .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 &gt; .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 &gt; .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 &gt; .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 &gt; .cell {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 &gt; .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 &gt; .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 &gt; .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 &gt; .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 &gt; .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 &gt; .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 &gt; .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 &gt; .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 50em) {
  .grid-margin-x.mediumlarge-up-1 &gt; .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.mediumlarge-up-2 &gt; .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.mediumlarge-up-3 &gt; .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.mediumlarge-up-4 &gt; .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.mediumlarge-up-5 &gt; .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.mediumlarge-up-6 &gt; .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.mediumlarge-up-7 &gt; .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.mediumlarge-up-8 &gt; .cell {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 &gt; .cell {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 &gt; .cell {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 &gt; .cell {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 &gt; .cell {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 &gt; .cell {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 &gt; .cell {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 &gt; .cell {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 &gt; .cell {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse &gt; .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse &gt; .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse &gt; .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse &gt; .small-3 {
  width: 25%;
}
.small-margin-collapse &gt; .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse &gt; .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse &gt; .small-6 {
  width: 50%;
}
.small-margin-collapse &gt; .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse &gt; .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse &gt; .small-9 {
  width: 75%;
}
.small-margin-collapse &gt; .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse &gt; .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse &gt; .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 28.125em) {
  .small-margin-collapse &gt; .smallmedium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse &gt; .smallmedium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse &gt; .smallmedium-3 {
    width: 25%;
  }
  .small-margin-collapse &gt; .smallmedium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse &gt; .smallmedium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse &gt; .smallmedium-6 {
    width: 50%;
  }
  .small-margin-collapse &gt; .smallmedium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse &gt; .smallmedium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse &gt; .smallmedium-9 {
    width: 75%;
  }
  .small-margin-collapse &gt; .smallmedium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse &gt; .smallmedium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse &gt; .smallmedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse &gt; .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse &gt; .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse &gt; .medium-3 {
    width: 25%;
  }
  .small-margin-collapse &gt; .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse &gt; .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse &gt; .medium-6 {
    width: 50%;
  }
  .small-margin-collapse &gt; .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse &gt; .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse &gt; .medium-9 {
    width: 75%;
  }
  .small-margin-collapse &gt; .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse &gt; .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse &gt; .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 50em) {
  .small-margin-collapse &gt; .mediumlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse &gt; .mediumlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse &gt; .mediumlarge-3 {
    width: 25%;
  }
  .small-margin-collapse &gt; .mediumlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse &gt; .mediumlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse &gt; .mediumlarge-6 {
    width: 50%;
  }
  .small-margin-collapse &gt; .mediumlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse &gt; .mediumlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse &gt; .mediumlarge-9 {
    width: 75%;
  }
  .small-margin-collapse &gt; .mediumlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse &gt; .mediumlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse &gt; .mediumlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse &gt; .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse &gt; .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse &gt; .large-3 {
    width: 25%;
  }
  .small-margin-collapse &gt; .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse &gt; .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse &gt; .large-6 {
    width: 50%;
  }
  .small-margin-collapse &gt; .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse &gt; .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse &gt; .large-9 {
    width: 75%;
  }
  .small-margin-collapse &gt; .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse &gt; .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse &gt; .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse &gt; .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 28.125em) {
  .smallmedium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .smallmedium-margin-collapse &gt; .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 28.125em) {
  .smallmedium-margin-collapse &gt; .small-1 {
    width: 8.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .small-2 {
    width: 16.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .small-3 {
    width: 25%;
  }
  .smallmedium-margin-collapse &gt; .small-4 {
    width: 33.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .small-5 {
    width: 41.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .small-6 {
    width: 50%;
  }
  .smallmedium-margin-collapse &gt; .small-7 {
    width: 58.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .small-8 {
    width: 66.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .small-9 {
    width: 75%;
  }
  .smallmedium-margin-collapse &gt; .small-10 {
    width: 83.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .small-11 {
    width: 91.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 28.125em) {
  .smallmedium-margin-collapse &gt; .smallmedium-1 {
    width: 8.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .smallmedium-2 {
    width: 16.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .smallmedium-3 {
    width: 25%;
  }
  .smallmedium-margin-collapse &gt; .smallmedium-4 {
    width: 33.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .smallmedium-5 {
    width: 41.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .smallmedium-6 {
    width: 50%;
  }
  .smallmedium-margin-collapse &gt; .smallmedium-7 {
    width: 58.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .smallmedium-8 {
    width: 66.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .smallmedium-9 {
    width: 75%;
  }
  .smallmedium-margin-collapse &gt; .smallmedium-10 {
    width: 83.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .smallmedium-11 {
    width: 91.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .smallmedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .smallmedium-margin-collapse &gt; .medium-1 {
    width: 8.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .medium-2 {
    width: 16.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .medium-3 {
    width: 25%;
  }
  .smallmedium-margin-collapse &gt; .medium-4 {
    width: 33.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .medium-5 {
    width: 41.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .medium-6 {
    width: 50%;
  }
  .smallmedium-margin-collapse &gt; .medium-7 {
    width: 58.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .medium-8 {
    width: 66.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .medium-9 {
    width: 75%;
  }
  .smallmedium-margin-collapse &gt; .medium-10 {
    width: 83.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .medium-11 {
    width: 91.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 50em) {
  .smallmedium-margin-collapse &gt; .mediumlarge-1 {
    width: 8.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .mediumlarge-2 {
    width: 16.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .mediumlarge-3 {
    width: 25%;
  }
  .smallmedium-margin-collapse &gt; .mediumlarge-4 {
    width: 33.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .mediumlarge-5 {
    width: 41.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .mediumlarge-6 {
    width: 50%;
  }
  .smallmedium-margin-collapse &gt; .mediumlarge-7 {
    width: 58.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .mediumlarge-8 {
    width: 66.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .mediumlarge-9 {
    width: 75%;
  }
  .smallmedium-margin-collapse &gt; .mediumlarge-10 {
    width: 83.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .mediumlarge-11 {
    width: 91.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .mediumlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .smallmedium-margin-collapse &gt; .large-1 {
    width: 8.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .large-2 {
    width: 16.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .large-3 {
    width: 25%;
  }
  .smallmedium-margin-collapse &gt; .large-4 {
    width: 33.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .large-5 {
    width: 41.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .large-6 {
    width: 50%;
  }
  .smallmedium-margin-collapse &gt; .large-7 {
    width: 58.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .large-8 {
    width: 66.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .large-9 {
    width: 75%;
  }
  .smallmedium-margin-collapse &gt; .large-10 {
    width: 83.3333333333%;
  }
  .smallmedium-margin-collapse &gt; .large-11 {
    width: 91.6666666667%;
  }
  .smallmedium-margin-collapse &gt; .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 28.125em) {
  .smallmedium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .smallmedium-padding-collapse &gt; .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse &gt; .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse &gt; .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse &gt; .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse &gt; .small-3 {
    width: 25%;
  }
  .medium-margin-collapse &gt; .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse &gt; .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse &gt; .small-6 {
    width: 50%;
  }
  .medium-margin-collapse &gt; .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse &gt; .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse &gt; .small-9 {
    width: 75%;
  }
  .medium-margin-collapse &gt; .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse &gt; .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse &gt; .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse &gt; .smallmedium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse &gt; .smallmedium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse &gt; .smallmedium-3 {
    width: 25%;
  }
  .medium-margin-collapse &gt; .smallmedium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse &gt; .smallmedium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse &gt; .smallmedium-6 {
    width: 50%;
  }
  .medium-margin-collapse &gt; .smallmedium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse &gt; .smallmedium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse &gt; .smallmedium-9 {
    width: 75%;
  }
  .medium-margin-collapse &gt; .smallmedium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse &gt; .smallmedium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse &gt; .smallmedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse &gt; .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse &gt; .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse &gt; .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse &gt; .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse &gt; .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse &gt; .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse &gt; .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse &gt; .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse &gt; .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse &gt; .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse &gt; .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse &gt; .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 50em) {
  .medium-margin-collapse &gt; .mediumlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse &gt; .mediumlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse &gt; .mediumlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse &gt; .mediumlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse &gt; .mediumlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse &gt; .mediumlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse &gt; .mediumlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse &gt; .mediumlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse &gt; .mediumlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse &gt; .mediumlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse &gt; .mediumlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse &gt; .mediumlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse &gt; .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse &gt; .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse &gt; .large-3 {
    width: 25%;
  }
  .medium-margin-collapse &gt; .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse &gt; .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse &gt; .large-6 {
    width: 50%;
  }
  .medium-margin-collapse &gt; .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse &gt; .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse &gt; .large-9 {
    width: 75%;
  }
  .medium-margin-collapse &gt; .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse &gt; .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse &gt; .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse &gt; .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 50em) {
  .mediumlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .mediumlarge-margin-collapse &gt; .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 50em) {
  .mediumlarge-margin-collapse &gt; .small-1 {
    width: 8.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .small-2 {
    width: 16.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .small-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse &gt; .small-4 {
    width: 33.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .small-5 {
    width: 41.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .small-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse &gt; .small-7 {
    width: 58.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .small-8 {
    width: 66.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .small-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse &gt; .small-10 {
    width: 83.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .small-11 {
    width: 91.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 50em) {
  .mediumlarge-margin-collapse &gt; .smallmedium-1 {
    width: 8.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .smallmedium-2 {
    width: 16.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .smallmedium-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse &gt; .smallmedium-4 {
    width: 33.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .smallmedium-5 {
    width: 41.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .smallmedium-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse &gt; .smallmedium-7 {
    width: 58.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .smallmedium-8 {
    width: 66.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .smallmedium-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse &gt; .smallmedium-10 {
    width: 83.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .smallmedium-11 {
    width: 91.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .smallmedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 50em) {
  .mediumlarge-margin-collapse &gt; .medium-1 {
    width: 8.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .medium-2 {
    width: 16.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .medium-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse &gt; .medium-4 {
    width: 33.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .medium-5 {
    width: 41.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .medium-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse &gt; .medium-7 {
    width: 58.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .medium-8 {
    width: 66.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .medium-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse &gt; .medium-10 {
    width: 83.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .medium-11 {
    width: 91.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 50em) {
  .mediumlarge-margin-collapse &gt; .mediumlarge-1 {
    width: 8.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .mediumlarge-2 {
    width: 16.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .mediumlarge-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse &gt; .mediumlarge-4 {
    width: 33.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .mediumlarge-5 {
    width: 41.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .mediumlarge-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse &gt; .mediumlarge-7 {
    width: 58.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .mediumlarge-8 {
    width: 66.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .mediumlarge-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse &gt; .mediumlarge-10 {
    width: 83.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .mediumlarge-11 {
    width: 91.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .mediumlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .mediumlarge-margin-collapse &gt; .large-1 {
    width: 8.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .large-2 {
    width: 16.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .large-3 {
    width: 25%;
  }
  .mediumlarge-margin-collapse &gt; .large-4 {
    width: 33.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .large-5 {
    width: 41.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .large-6 {
    width: 50%;
  }
  .mediumlarge-margin-collapse &gt; .large-7 {
    width: 58.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .large-8 {
    width: 66.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .large-9 {
    width: 75%;
  }
  .mediumlarge-margin-collapse &gt; .large-10 {
    width: 83.3333333333%;
  }
  .mediumlarge-margin-collapse &gt; .large-11 {
    width: 91.6666666667%;
  }
  .mediumlarge-margin-collapse &gt; .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 50em) {
  .mediumlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .mediumlarge-padding-collapse &gt; .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse &gt; .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse &gt; .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse &gt; .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse &gt; .small-3 {
    width: 25%;
  }
  .large-margin-collapse &gt; .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse &gt; .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse &gt; .small-6 {
    width: 50%;
  }
  .large-margin-collapse &gt; .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse &gt; .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse &gt; .small-9 {
    width: 75%;
  }
  .large-margin-collapse &gt; .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse &gt; .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse &gt; .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse &gt; .smallmedium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse &gt; .smallmedium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse &gt; .smallmedium-3 {
    width: 25%;
  }
  .large-margin-collapse &gt; .smallmedium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse &gt; .smallmedium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse &gt; .smallmedium-6 {
    width: 50%;
  }
  .large-margin-collapse &gt; .smallmedium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse &gt; .smallmedium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse &gt; .smallmedium-9 {
    width: 75%;
  }
  .large-margin-collapse &gt; .smallmedium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse &gt; .smallmedium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse &gt; .smallmedium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse &gt; .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse &gt; .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse &gt; .medium-3 {
    width: 25%;
  }
  .large-margin-collapse &gt; .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse &gt; .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse &gt; .medium-6 {
    width: 50%;
  }
  .large-margin-collapse &gt; .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse &gt; .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse &gt; .medium-9 {
    width: 75%;
  }
  .large-margin-collapse &gt; .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse &gt; .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse &gt; .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse &gt; .mediumlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse &gt; .mediumlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse &gt; .mediumlarge-3 {
    width: 25%;
  }
  .large-margin-collapse &gt; .mediumlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse &gt; .mediumlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse &gt; .mediumlarge-6 {
    width: 50%;
  }
  .large-margin-collapse &gt; .mediumlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse &gt; .mediumlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse &gt; .mediumlarge-9 {
    width: 75%;
  }
  .large-margin-collapse &gt; .mediumlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse &gt; .mediumlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse &gt; .mediumlarge-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse &gt; .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse &gt; .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse &gt; .large-3 {
    width: 25%;
  }
  .large-margin-collapse &gt; .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse &gt; .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse &gt; .large-6 {
    width: 50%;
  }
  .large-margin-collapse &gt; .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse &gt; .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse &gt; .large-9 {
    width: 75%;
  }
  .large-margin-collapse &gt; .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse &gt; .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse &gt; .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse &gt; .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x &gt; .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x &gt; .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x &gt; .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x &gt; .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x &gt; .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x &gt; .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x &gt; .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x &gt; .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x &gt; .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x &gt; .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x &gt; .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x &gt; .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 28.125em) {
  .smallmedium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x &gt; .smallmedium-offset-0 {
    margin-left: calc(0% + 1.25rem / 2);
  }
  .smallmedium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x &gt; .smallmedium-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem / 2);
  }
  .smallmedium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x &gt; .smallmedium-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem / 2);
  }
  .smallmedium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x &gt; .smallmedium-offset-3 {
    margin-left: calc(25% + 1.25rem / 2);
  }
  .smallmedium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x &gt; .smallmedium-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem / 2);
  }
  .smallmedium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x &gt; .smallmedium-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem / 2);
  }
  .smallmedium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x &gt; .smallmedium-offset-6 {
    margin-left: calc(50% + 1.25rem / 2);
  }
  .smallmedium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x &gt; .smallmedium-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem / 2);
  }
  .smallmedium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x &gt; .smallmedium-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem / 2);
  }
  .smallmedium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x &gt; .smallmedium-offset-9 {
    margin-left: calc(75% + 1.25rem / 2);
  }
  .smallmedium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x &gt; .smallmedium-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem / 2);
  }
  .smallmedium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x &gt; .smallmedium-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem / 2);
  }
}
@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x &gt; .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x &gt; .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x &gt; .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x &gt; .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x &gt; .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x &gt; .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x &gt; .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x &gt; .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x &gt; .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x &gt; .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x &gt; .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x &gt; .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 50em) {
  .mediumlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x &gt; .mediumlarge-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .mediumlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x &gt; .mediumlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .mediumlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x &gt; .mediumlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .mediumlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x &gt; .mediumlarge-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .mediumlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x &gt; .mediumlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .mediumlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x &gt; .mediumlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .mediumlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x &gt; .mediumlarge-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .mediumlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x &gt; .mediumlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .mediumlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x &gt; .mediumlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .mediumlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x &gt; .mediumlarge-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .mediumlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x &gt; .mediumlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .mediumlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x &gt; .mediumlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x &gt; .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x &gt; .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x &gt; .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x &gt; .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x &gt; .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x &gt; .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x &gt; .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x &gt; .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x &gt; .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x &gt; .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x &gt; .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x &gt; .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y &gt; .cell {
  height: auto;
  max-height: none;
}
.grid-y &gt; .auto {
  height: auto;
}
.grid-y &gt; .shrink {
  height: auto;
}
.grid-y &gt; .small-shrink, .grid-y &gt; .small-full, .grid-y &gt; .small-1, .grid-y &gt; .small-2, .grid-y &gt; .small-3, .grid-y &gt; .small-4, .grid-y &gt; .small-5, .grid-y &gt; .small-6, .grid-y &gt; .small-7, .grid-y &gt; .small-8, .grid-y &gt; .small-9, .grid-y &gt; .small-10, .grid-y &gt; .small-11, .grid-y &gt; .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 28.125em) {
  .grid-y &gt; .smallmedium-shrink, .grid-y &gt; .smallmedium-full, .grid-y &gt; .smallmedium-1, .grid-y &gt; .smallmedium-2, .grid-y &gt; .smallmedium-3, .grid-y &gt; .smallmedium-4, .grid-y &gt; .smallmedium-5, .grid-y &gt; .smallmedium-6, .grid-y &gt; .smallmedium-7, .grid-y &gt; .smallmedium-8, .grid-y &gt; .smallmedium-9, .grid-y &gt; .smallmedium-10, .grid-y &gt; .smallmedium-11, .grid-y &gt; .smallmedium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-y &gt; .medium-shrink, .grid-y &gt; .medium-full, .grid-y &gt; .medium-1, .grid-y &gt; .medium-2, .grid-y &gt; .medium-3, .grid-y &gt; .medium-4, .grid-y &gt; .medium-5, .grid-y &gt; .medium-6, .grid-y &gt; .medium-7, .grid-y &gt; .medium-8, .grid-y &gt; .medium-9, .grid-y &gt; .medium-10, .grid-y &gt; .medium-11, .grid-y &gt; .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 50em) {
  .grid-y &gt; .mediumlarge-shrink, .grid-y &gt; .mediumlarge-full, .grid-y &gt; .mediumlarge-1, .grid-y &gt; .mediumlarge-2, .grid-y &gt; .mediumlarge-3, .grid-y &gt; .mediumlarge-4, .grid-y &gt; .mediumlarge-5, .grid-y &gt; .mediumlarge-6, .grid-y &gt; .mediumlarge-7, .grid-y &gt; .mediumlarge-8, .grid-y &gt; .mediumlarge-9, .grid-y &gt; .mediumlarge-10, .grid-y &gt; .mediumlarge-11, .grid-y &gt; .mediumlarge-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y &gt; .large-shrink, .grid-y &gt; .large-full, .grid-y &gt; .large-1, .grid-y &gt; .large-2, .grid-y &gt; .large-3, .grid-y &gt; .large-4, .grid-y &gt; .large-5, .grid-y &gt; .large-6, .grid-y &gt; .large-7, .grid-y &gt; .large-8, .grid-y &gt; .large-9, .grid-y &gt; .large-10, .grid-y &gt; .large-11, .grid-y &gt; .large-12 {
    flex-basis: auto;
  }
}
.grid-y &gt; .small-12, .grid-y &gt; .small-11, .grid-y &gt; .small-10, .grid-y &gt; .small-9, .grid-y &gt; .small-8, .grid-y &gt; .small-7, .grid-y &gt; .small-6, .grid-y &gt; .small-5, .grid-y &gt; .small-4, .grid-y &gt; .small-3, .grid-y &gt; .small-2, .grid-y &gt; .small-1 {
  flex: 0 0 auto;
}
.grid-y &gt; .small-1 {
  height: 8.3333333333%;
}
.grid-y &gt; .small-2 {
  height: 16.6666666667%;
}
.grid-y &gt; .small-3 {
  height: 25%;
}
.grid-y &gt; .small-4 {
  height: 33.3333333333%;
}
.grid-y &gt; .small-5 {
  height: 41.6666666667%;
}
.grid-y &gt; .small-6 {
  height: 50%;
}
.grid-y &gt; .small-7 {
  height: 58.3333333333%;
}
.grid-y &gt; .small-8 {
  height: 66.6666666667%;
}
.grid-y &gt; .small-9 {
  height: 75%;
}
.grid-y &gt; .small-10 {
  height: 83.3333333333%;
}
.grid-y &gt; .small-11 {
  height: 91.6666666667%;
}
.grid-y &gt; .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 28.125em) {
  .grid-y &gt; .smallmedium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y &gt; .smallmedium-12, .grid-y &gt; .smallmedium-11, .grid-y &gt; .smallmedium-10, .grid-y &gt; .smallmedium-9, .grid-y &gt; .smallmedium-8, .grid-y &gt; .smallmedium-7, .grid-y &gt; .smallmedium-6, .grid-y &gt; .smallmedium-5, .grid-y &gt; .smallmedium-4, .grid-y &gt; .smallmedium-3, .grid-y &gt; .smallmedium-2, .grid-y &gt; .smallmedium-1, .grid-y &gt; .smallmedium-shrink {
    flex: 0 0 auto;
  }
  .grid-y &gt; .smallmedium-shrink {
    height: auto;
  }
  .grid-y &gt; .smallmedium-1 {
    height: 8.3333333333%;
  }
  .grid-y &gt; .smallmedium-2 {
    height: 16.6666666667%;
  }
  .grid-y &gt; .smallmedium-3 {
    height: 25%;
  }
  .grid-y &gt; .smallmedium-4 {
    height: 33.3333333333%;
  }
  .grid-y &gt; .smallmedium-5 {
    height: 41.6666666667%;
  }
  .grid-y &gt; .smallmedium-6 {
    height: 50%;
  }
  .grid-y &gt; .smallmedium-7 {
    height: 58.3333333333%;
  }
  .grid-y &gt; .smallmedium-8 {
    height: 66.6666666667%;
  }
  .grid-y &gt; .smallmedium-9 {
    height: 75%;
  }
  .grid-y &gt; .smallmedium-10 {
    height: 83.3333333333%;
  }
  .grid-y &gt; .smallmedium-11 {
    height: 91.6666666667%;
  }
  .grid-y &gt; .smallmedium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-y &gt; .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y &gt; .medium-12, .grid-y &gt; .medium-11, .grid-y &gt; .medium-10, .grid-y &gt; .medium-9, .grid-y &gt; .medium-8, .grid-y &gt; .medium-7, .grid-y &gt; .medium-6, .grid-y &gt; .medium-5, .grid-y &gt; .medium-4, .grid-y &gt; .medium-3, .grid-y &gt; .medium-2, .grid-y &gt; .medium-1, .grid-y &gt; .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y &gt; .medium-shrink {
    height: auto;
  }
  .grid-y &gt; .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y &gt; .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y &gt; .medium-3 {
    height: 25%;
  }
  .grid-y &gt; .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y &gt; .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y &gt; .medium-6 {
    height: 50%;
  }
  .grid-y &gt; .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y &gt; .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y &gt; .medium-9 {
    height: 75%;
  }
  .grid-y &gt; .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y &gt; .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y &gt; .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 50em) {
  .grid-y &gt; .mediumlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y &gt; .mediumlarge-12, .grid-y &gt; .mediumlarge-11, .grid-y &gt; .mediumlarge-10, .grid-y &gt; .mediumlarge-9, .grid-y &gt; .mediumlarge-8, .grid-y &gt; .mediumlarge-7, .grid-y &gt; .mediumlarge-6, .grid-y &gt; .mediumlarge-5, .grid-y &gt; .mediumlarge-4, .grid-y &gt; .mediumlarge-3, .grid-y &gt; .mediumlarge-2, .grid-y &gt; .mediumlarge-1, .grid-y &gt; .mediumlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y &gt; .mediumlarge-shrink {
    height: auto;
  }
  .grid-y &gt; .mediumlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y &gt; .mediumlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y &gt; .mediumlarge-3 {
    height: 25%;
  }
  .grid-y &gt; .mediumlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y &gt; .mediumlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y &gt; .mediumlarge-6 {
    height: 50%;
  }
  .grid-y &gt; .mediumlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y &gt; .mediumlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y &gt; .mediumlarge-9 {
    height: 75%;
  }
  .grid-y &gt; .mediumlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y &gt; .mediumlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y &gt; .mediumlarge-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y &gt; .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y &gt; .large-12, .grid-y &gt; .large-11, .grid-y &gt; .large-10, .grid-y &gt; .large-9, .grid-y &gt; .large-8, .grid-y &gt; .large-7, .grid-y &gt; .large-6, .grid-y &gt; .large-5, .grid-y &gt; .large-4, .grid-y &gt; .large-3, .grid-y &gt; .large-2, .grid-y &gt; .large-1, .grid-y &gt; .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y &gt; .large-shrink {
    height: auto;
  }
  .grid-y &gt; .large-1 {
    height: 8.3333333333%;
  }
  .grid-y &gt; .large-2 {
    height: 16.6666666667%;
  }
  .grid-y &gt; .large-3 {
    height: 25%;
  }
  .grid-y &gt; .large-4 {
    height: 33.3333333333%;
  }
  .grid-y &gt; .large-5 {
    height: 41.6666666667%;
  }
  .grid-y &gt; .large-6 {
    height: 50%;
  }
  .grid-y &gt; .large-7 {
    height: 58.3333333333%;
  }
  .grid-y &gt; .large-8 {
    height: 66.6666666667%;
  }
  .grid-y &gt; .large-9 {
    height: 75%;
  }
  .grid-y &gt; .large-10 {
    height: 83.3333333333%;
  }
  .grid-y &gt; .large-11 {
    height: 91.6666666667%;
  }
  .grid-y &gt; .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y &gt; .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y &gt; .cell {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y &gt; .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y &gt; .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y &gt; .auto {
  height: auto;
}
.grid-margin-y &gt; .shrink {
  height: auto;
}
.grid-margin-y &gt; .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y &gt; .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y &gt; .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y &gt; .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y &gt; .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y &gt; .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y &gt; .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y &gt; .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y &gt; .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y &gt; .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y &gt; .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y &gt; .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 28.125em) {
  .grid-margin-y &gt; .smallmedium-auto {
    height: auto;
  }
  .grid-margin-y &gt; .smallmedium-shrink {
    height: auto;
  }
  .grid-margin-y &gt; .smallmedium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y &gt; .auto {
    height: auto;
  }
  .grid-margin-y &gt; .shrink {
    height: auto;
  }
  .grid-margin-y &gt; .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y &gt; .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y &gt; .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y &gt; .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-auto {
    height: auto;
  }
  .grid-margin-y &gt; .smallmedium-shrink {
    height: auto;
  }
  .grid-margin-y &gt; .smallmedium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-auto {
    height: auto;
  }
  .grid-margin-y &gt; .medium-shrink {
    height: auto;
  }
  .grid-margin-y &gt; .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 50em) {
  .grid-margin-y &gt; .mediumlarge-auto {
    height: auto;
  }
  .grid-margin-y &gt; .mediumlarge-shrink {
    height: auto;
  }
  .grid-margin-y &gt; .mediumlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y &gt; .large-auto {
    height: auto;
  }
  .grid-margin-y &gt; .large-shrink {
    height: auto;
  }
  .grid-margin-y &gt; .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y &gt; .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y &gt; .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y &gt; .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container &gt; .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 28.125em) {
  .smallmedium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .smallmedium-grid-frame {
    width: 100%;
  }
  .smallmedium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .smallmedium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .smallmedium-cell-block-container &gt; .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .smallmedium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container &gt; .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 50em) {
  .mediumlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .mediumlarge-grid-frame {
    width: 100%;
  }
  .mediumlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .mediumlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .mediumlarge-cell-block-container &gt; .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .mediumlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container &gt; .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 28.125em) {
  .grid-y.smallmedium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 50em) {
  .grid-y.mediumlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 28.125em) {
  .cell .grid-y.smallmedium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 50em) {
  .cell .grid-y.mediumlarge-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y &gt; .cell {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y &gt; .cell {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y &gt; .auto {
  height: auto;
}
.grid-margin-y &gt; .shrink {
  height: auto;
}
.grid-margin-y &gt; .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y &gt; .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y &gt; .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y &gt; .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y &gt; .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y &gt; .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y &gt; .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y &gt; .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y &gt; .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y &gt; .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y &gt; .small-11 {
  height: calc(91.6666666667% - 1.25rem);
}
.grid-margin-y &gt; .small-12 {
  height: calc(100% - 1.25rem);
}
@media print, screen and (min-width: 28.125em) {
  .grid-margin-y &gt; .smallmedium-auto {
    height: auto;
  }
  .grid-margin-y &gt; .smallmedium-shrink {
    height: auto;
  }
  .grid-margin-y &gt; .smallmedium-1 {
    height: calc(8.3333333333% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-2 {
    height: calc(16.6666666667% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-3 {
    height: calc(25% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-4 {
    height: calc(33.3333333333% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-5 {
    height: calc(41.6666666667% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-6 {
    height: calc(50% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-7 {
    height: calc(58.3333333333% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-8 {
    height: calc(66.6666666667% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-9 {
    height: calc(75% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-10 {
    height: calc(83.3333333333% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-11 {
    height: calc(91.6666666667% - 1.25rem);
  }
  .grid-margin-y &gt; .smallmedium-12 {
    height: calc(100% - 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y &gt; .auto {
    height: auto;
  }
  .grid-margin-y &gt; .shrink {
    height: auto;
  }
  .grid-margin-y &gt; .small-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y &gt; .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y &gt; .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y &gt; .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-auto {
    height: auto;
  }
  .grid-margin-y &gt; .smallmedium-shrink {
    height: auto;
  }
  .grid-margin-y &gt; .smallmedium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .smallmedium-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-auto {
    height: auto;
  }
  .grid-margin-y &gt; .medium-shrink {
    height: auto;
  }
  .grid-margin-y &gt; .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 50em) {
  .grid-margin-y &gt; .mediumlarge-auto {
    height: auto;
  }
  .grid-margin-y &gt; .mediumlarge-shrink {
    height: auto;
  }
  .grid-margin-y &gt; .mediumlarge-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .mediumlarge-12 {
    height: calc(100% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y &gt; .large-auto {
    height: auto;
  }
  .grid-margin-y &gt; .large-shrink {
    height: auto;
  }
  .grid-margin-y &gt; .large-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y &gt; .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y &gt; .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y &gt; .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y &gt; .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y &gt; .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem);
}
@media print, screen and (min-width: 28.125em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 50em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 28.125em) {
  .grid-margin-y.smallmedium-grid-frame {
    height: calc(100vh + 1.25rem);
  }
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 50em) {
  .grid-margin-y.mediumlarge-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.9rem;
}
.button.small {
  font-size: 0.9rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #cb3c29;
  color: #fff;
}
.button:hover, .button:focus {
  background-color: #ad3323;
  color: #fff;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #cb3c29;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #a23021;
  color: #fff;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #39747f;
  color: #fff;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #2e5d66;
  color: #fff;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #57d685;
  color: #1a181d;
}
.button.success:hover, .button.success:focus {
  background-color: #2fc264;
  color: #1a181d;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #1a181d;
}
.button.warning:hover, .button.warning:focus {
  background-color: #cc8b00;
  color: #1a181d;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #ec5840;
  color: #1a181d;
}
.button.alert:hover, .button.alert:focus {
  background-color: #da3116;
  color: #1a181d;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #cb3c29;
  color: #cb3c29;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #661e15;
  color: #661e15;
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #cb3c29;
  color: #cb3c29;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #661e15;
  color: #661e15;
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #39747f;
  color: #39747f;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #1d3a40;
  color: #1d3a40;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #57d685;
  color: #57d685;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #1e793f;
  color: #1e793f;
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #cb3c29;
}
.button.clear:hover, .button.clear:focus {
  color: #661e15;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #cb3c29;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #661e15;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #39747f;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #1d3a40;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #57d685;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #1e793f;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #805700;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #ec5840;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #881f0e;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fff transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #cb3c29;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #cb3c29;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #39747f;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #57d685;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #ec5840;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.9rem;
}
.button-group.small .button {
  font-size: 0.9rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #cb3c29;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #a23021;
  color: #fff;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #39747f;
  color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #2e5d66;
  color: #fff;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #57d685;
  color: #1a181d;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #2fc264;
  color: #1a181d;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #1a181d;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #1a181d;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #ec5840;
  color: #1a181d;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #da3116;
  color: #1a181d;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #cb3c29;
  color: #cb3c29;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #661e15;
  color: #661e15;
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #cb3c29;
  color: #cb3c29;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: #661e15;
  color: #661e15;
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #39747f;
  color: #39747f;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #1d3a40;
  color: #1d3a40;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #57d685;
  color: #57d685;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: #1e793f;
  color: #1e793f;
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: #881f0e;
  color: #881f0e;
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #cb3c29;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #661e15;
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #cb3c29;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: #661e15;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #39747f;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #1d3a40;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #57d685;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: #1e793f;
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #ec5840;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: #881f0e;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 28.12375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 49.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #2c2930;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #cb3c29;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #cb3c29;
  color: #fff;
}
.label.primary {
  background: #cb3c29;
  color: #fff;
}
.label.secondary {
  background: #39747f;
  color: #fff;
}
.label.success {
  background: #57d685;
  color: #1a181d;
}
.label.warning {
  background: #ffae00;
  color: #1a181d;
}
.label.alert {
  background: #ec5840;
  color: #1a181d;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #e8e8e8;
}
.progress.primary .progress-meter {
  background-color: #cb3c29;
}
.progress.secondary .progress-meter {
  background-color: #39747f;
}
.progress.success .progress-meter {
  background-color: #57d685;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #ec5840;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #cb3c29;
  border-radius: 4px;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  border-radius: 4px;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #fafafa;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #e8e8e8;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 4px;
  background-color: #cb3c29;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #ad3323;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 4px;
  background: #e8e8e8;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 4px;
  background: #fff;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #57d685;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label &gt; .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label &gt; .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 4px;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #fff;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 600;
}

thead {
  background: #f9f9f9;
  color: #3d393c;
}

tfoot {
  background: #f2f2f2;
  color: #3d393c;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 600;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #fff;
}
table.unstriped tbody tr {
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

@media print, screen and (max-width: 49.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 1.5em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #cb3c29;
  color: #fff;
}
.badge.primary {
  background: #cb3c29;
  color: #fff;
}
.badge.secondary {
  background: #39747f;
  color: #fff;
}
.badge.success {
  background: #57d685;
  color: #1a181d;
}
.badge.warning {
  background: #ffae00;
  color: #1a181d;
}
.badge.alert {
  background: #ec5840;
  color: #1a181d;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #1a181d;
  cursor: default;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #e8e8e8;
}
.breadcrumbs a {
  color: #cb3c29;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #e8e8e8;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 0;
  border-radius: 0;
  background-color: white;
  color: #3d393c;
}
.callout &gt; :first-child {
  margin-top: 0;
}
.callout &gt; :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #fbebe9;
  color: #3d393c;
}
.callout.secondary {
  background-color: #e8f3f5;
  color: #3d393c;
}
.callout.success {
  background-color: #eefbf3;
  color: #3d393c;
}
.callout.warning {
  background-color: #fff7e6;
  color: #3d393c;
}
.callout.alert {
  background-color: #fdeeec;
  color: #3d393c;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card, .comment-thread {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #fafafa;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #3d393c;
}
.card &gt; :last-child, .comment-thread &gt; :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #fafafa;
}
.card-divider &gt; :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section &gt; :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background-color: #fafafa;
  font-size: 1rem;
}
.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-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 4px;
  font-size: 1rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 4px;
  color: #3d393c;
}
.pagination a:hover,
.pagination button:hover {
  background: #e8e8e8;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #39747f;
  color: #fff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #8c838a;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #3d393c;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 4px;
  background-color: #1a181d;
  font-size: 90%;
  color: #fff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before, .aspect-ratio-16-9 &gt; .tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #1a181d;
  bottom: 100%;
}
.tooltip.bottom.align-center::before, .aspect-ratio-16-9 &gt; .tooltip.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before, .aspect-ratio-16-9 &gt; .tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #1a181d transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before, .aspect-ratio-16-9 &gt; .tooltip.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before, .aspect-ratio-16-9 &gt; .tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1a181d;
  left: 100%;
}
.tooltip.left.align-center::before, .aspect-ratio-16-9 &gt; .tooltip.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before, .aspect-ratio-16-9 &gt; .tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #1a181d transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before, .aspect-ratio-16-9 &gt; .tooltip.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 {
  margin-left: 0;
  background: #cb3c29;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child &gt; :first-child {
  border-radius: 4px 4px 0 0;
}
.accordion-item:last-child &gt; :last-child {
  border-radius: 0 0 4px 4px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #fafafa;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #fff;
}
:last-child:not(.is-active) &gt; .accordion-title {
  border-bottom: 1px solid #fafafa;
  border-radius: 0 0 4px 4px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #fafafa;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active &gt; .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #fafafa;
  border-bottom: 0;
  background-color: #fff;
  color: inherit;
}
:last-child &gt; .accordion-content:last-child {
  border-bottom: 1px solid #fafafa;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 28.12375em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  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-object-section &gt; :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 28.12375em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(26, 24, 29, 0.5);
  color: #fff;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(26, 24, 29, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #e8e8e8;
}
.orbit-bullets button:hover {
  background-color: #2c2930;
}
.orbit-bullets button.is-active {
  background-color: #2c2930;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid transparent;
  background: #f4f4f4;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical &gt; li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple &gt; li &gt; a {
  padding: 0;
}
.tabs.simple &gt; li &gt; a:hover {
  background: transparent;
}

.tabs.primary {
  background: #cb3c29;
}
.tabs.primary &gt; li &gt; a {
  color: #fff;
}
.tabs.primary &gt; li &gt; a:hover, .tabs.primary &gt; li &gt; a:focus {
  background: #c13927;
}

.tabs-title {
  float: left;
}
.tabs-title &gt; a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  line-height: 1;
  color: #cb3c29;
}
[data-whatinput=mouse] .tabs-title &gt; a {
  outline: 0;
}
.tabs-title &gt; a:hover {
  background: #fff;
  color: #af3423;
}
.tabs-title &gt; a:focus, .tabs-title &gt; a[aria-selected=true] {
  background: #fff;
  color: #cb3c29;
}

.tabs-content {
  border: 1px solid transparent;
  border-top: 0;
  background: #fff;
  color: inherit;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid transparent;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 0;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 4px;
  box-shadow: 0 0 0 1px #e8e8e8;
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 0 1px #cb3c29;
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 28.125em) {
  .menu.smallmedium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.smallmedium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.smallmedium-expanded li {
    flex: 1 1 0px;
  }
  .menu.smallmedium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 50em) {
  .menu.mediumlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.mediumlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.mediumlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.mediumlarge-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active &gt; a {
  background: #cb3c29;
  color: #fff;
}
.menu .active &gt; a {
  background: #cb3c29;
  color: #fff;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  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.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered &gt; .menu {
  justify-content: center;
}
.menu-centered &gt; .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered &gt; .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fff;
  box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
  content: "";
}
.menu-icon:hover::after {
  background: #e8e8e8;
  box-shadow: 0 7px 0 #e8e8e8, 0 14px 0 #e8e8e8;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #1a181d;
  box-shadow: 0 7px 0 #1a181d, 0 14px 0 #1a181d;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #2c2930;
  box-shadow: 0 7px 0 #2c2930, 0 14px 0 #2c2930;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) &gt; a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #cb3c29 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent &gt; a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent &gt; a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] &gt; a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle &gt; a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #cb3c29 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent &gt; a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #cb3c29;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #39747f;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #39747f transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back &gt; a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #cb3c29 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu &gt; li.opens-left &gt; .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu &gt; li.opens-right &gt; .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu &gt; li.is-dropdown-submenu-parent &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #39747f transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu &gt; li &gt; a {
  background: #fff;
  padding: 0.7rem 1rem;
}
.dropdown.menu &gt; li.is-active &gt; a {
  background: transparent;
  color: #39747f;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical &gt; li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical &gt; li &gt; a::after {
  right: 14px;
}
.dropdown.menu.vertical &gt; li.opens-left &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #39747f transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical &gt; li.opens-right &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #39747f;
}
@media print, screen and (min-width: 28.125em) {
  .dropdown.menu.smallmedium-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.smallmedium-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.smallmedium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.smallmedium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #39747f transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.smallmedium-vertical &gt; li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.smallmedium-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.smallmedium-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.smallmedium-vertical &gt; li &gt; a::after {
    right: 14px;
  }
  .dropdown.menu.smallmedium-vertical &gt; li.opens-left &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #39747f transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.smallmedium-vertical &gt; li.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #39747f;
  }
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #39747f transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical &gt; li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical &gt; li &gt; a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical &gt; li.opens-left &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #39747f transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical &gt; li.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #39747f;
  }
}
@media print, screen and (min-width: 50em) {
  .dropdown.menu.mediumlarge-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.mediumlarge-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.mediumlarge-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.mediumlarge-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #39747f transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.mediumlarge-vertical &gt; li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.mediumlarge-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.mediumlarge-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.mediumlarge-vertical &gt; li &gt; a::after {
    right: 14px;
  }
  .dropdown.menu.mediumlarge-vertical &gt; li.opens-left &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #39747f transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.mediumlarge-vertical &gt; li.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #39747f;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal &gt; li.opens-right &gt; .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal &gt; li.is-dropdown-submenu-parent &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #39747f transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical &gt; li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical &gt; li &gt; a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical &gt; li.opens-left &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #39747f transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical &gt; li.opens-right &gt; a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #39747f;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.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 {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner &gt; .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left &gt; .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right &gt; .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #e8e8e8;
  background: #fff;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent &gt; a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #39747f transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right &gt; a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #39747f;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu &gt; li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fafafa;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(26, 24, 29, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #fafafa;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(26, 24, 29, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.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(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(26, 24, 29, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.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(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(26, 24, 29, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(26, 24, 29, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.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(26, 24, 29, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 28.125em) {
  .position-left.reveal-for-smallmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-smallmedium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-smallmedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-smallmedium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-smallmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-smallmedium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-smallmedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-smallmedium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-smallmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-smallmedium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-smallmedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-smallmedium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-smallmedium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-smallmedium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-smallmedium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-smallmedium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 50em) {
  .position-left.reveal-for-mediumlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-mediumlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-mediumlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-mediumlarge ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-mediumlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-mediumlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-mediumlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-mediumlarge ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-mediumlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-mediumlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-mediumlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-mediumlarge ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-mediumlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-mediumlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-mediumlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-mediumlarge ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 28.125em) {
  .off-canvas.in-canvas-for-smallmedium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-smallmedium.position-left, .off-canvas.in-canvas-for-smallmedium.position-right, .off-canvas.in-canvas-for-smallmedium.position-top, .off-canvas.in-canvas-for-smallmedium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-smallmedium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 50em) {
  .off-canvas.in-canvas-for-mediumlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-mediumlarge.position-left, .off-canvas.in-canvas-for-mediumlarge.position-right, .off-canvas.in-canvas-for-mediumlarge.position-top, .off-canvas.in-canvas-for-mediumlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-mediumlarge .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(26, 24, 29, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background-color: #fafafa;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal &gt; :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 75rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 28.12375em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 1rem 0.5rem;
  background: #1a181d;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #1a181d;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .top-bar.stacked-for-smallmedium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-smallmedium .top-bar-left,
  .top-bar.stacked-for-smallmedium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 49.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-mediumlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-mediumlarge .top-bar-left,
  .top-bar.stacked-for-mediumlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 1rem;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu &gt; li &gt; a {
  justify-content: flex-start;
}

.align-right.vertical.menu &gt; li &gt; a {
  justify-content: flex-end;
}

.align-center.vertical.menu &gt; li &gt; a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 28.125em) {
  .smallmedium-order-1 {
    order: 1;
  }
  .smallmedium-order-2 {
    order: 2;
  }
  .smallmedium-order-3 {
    order: 3;
  }
  .smallmedium-order-4 {
    order: 4;
  }
  .smallmedium-order-5 {
    order: 5;
  }
  .smallmedium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 50em) {
  .mediumlarge-order-1 {
    order: 1;
  }
  .mediumlarge-order-2 {
    order: 2;
  }
  .mediumlarge-order-3 {
    order: 3;
  }
  .mediumlarge-order-4 {
    order: 4;
  }
  .mediumlarge-order-5 {
    order: 5;
  }
  .mediumlarge-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 28.125em) {
  .smallmedium-flex-container {
    display: flex;
  }
  .smallmedium-flex-child-auto {
    flex: 1 1 auto;
  }
  .smallmedium-flex-child-grow {
    flex: 1 0 auto;
  }
  .smallmedium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .smallmedium-flex-dir-row {
    flex-direction: row;
  }
  .smallmedium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .smallmedium-flex-dir-column {
    flex-direction: column;
  }
  .smallmedium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 50em) {
  .mediumlarge-flex-container {
    display: flex;
  }
  .mediumlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .mediumlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .mediumlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .mediumlarge-flex-dir-row {
    flex-direction: row;
  }
  .mediumlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .mediumlarge-flex-dir-column {
    flex-direction: column;
  }
  .mediumlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 28.12375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 28.125em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 28.125em) {
  .hide-for-smallmedium {
    display: none !important;
  }
}

@media screen and (max-width: 28.12375em) {
  .show-for-smallmedium {
    display: none !important;
  }
}

@media print, screen and (min-width: 28.125em) and (max-width: 39.99875em) {
  .hide-for-smallmedium-only {
    display: none !important;
  }
}

@media screen and (max-width: 28.12375em), screen and (min-width: 40em) {
  .show-for-smallmedium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 49.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 50em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 50em) {
  .hide-for-mediumlarge {
    display: none !important;
  }
}

@media screen and (max-width: 49.99875em) {
  .show-for-mediumlarge {
    display: none !important;
  }
}

@media print, screen and (min-width: 50em) and (max-width: 63.99875em) {
  .hide-for-mediumlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 49.99875em), screen and (min-width: 64em) {
  .show-for-mediumlarge-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 print, 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;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

/* Variables */
/* Comments */
.comments {
  padding-top: 3rem;
}

.comment-thread .show-comment-replies {
  display: none;
}
.comment-thread .hide-comment-replies {
  display: inline;
}
.comment-thread .comment__hide {
  float: left;
  margin-bottom: 0;
}
.comment-thread .no-comments .show-comment-replies {
  display: inline;
}
.comment-thread .no-comments .hide-comment-replies,
.comment-thread .no-comments .replies {
  display: none;
}

.comment-thread__title {
  font-weight: normal;
  font-size: 90%;
  text-transform: none;
  color: #726a70;
}

.comment__header {
  padding: 1rem;
  display: flex;
}
.comment__header .comment__edited,
.comment__header .comment__moderated,
.comment__header .comment__deleted {
  font-style: italic;
  color: #726a70;
}
.comment__header__context-menu {
  position: relative;
  margin-left: auto;
}
.comment__header__context-menu label {
  transform: rotate(90deg);
  cursor: pointer;
}
.comment__header__context-menu__content {
  list-style-type: none;
  width: max-content;
  min-width: 180px;
  padding: 0;
  margin: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.comment__header__context-menu__content-item {
  padding: 0.5rem 1rem;
  display: flex;
  align-items: baseline;
  gap: 1rem;
  cursor: pointer;
}
.comment__header__context-menu__content-item span {
  line-height: 1.6;
}
.comment__header__context-menu__content li:hover {
  background-color: #f4f4f4;
}
.comment__header__context-menu__content li:not(:first-child) {
  border-top: 1px solid #e8e8e8;
}

.comment__content {
  padding: 0 1rem;
  overflow-wrap: break-word;
  hyphens: auto;
}
.comment__content &gt; :last-child {
  margin-bottom: 0;
}
.comment__content p:empty {
  display: none;
}

.comment__additionalreply {
  padding: 1rem;
  font-size: 90%;
}
.comment__additionalreply::before, .comment__additionalreply::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.comment__additionalreply::after {
  clear: both;
}

.comment__footer {
  padding: 1rem;
  font-size: 90%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
}

.comment--nested {
  background: #fafafa;
  margin: 1rem;
  padding-bottom: 1px;
}
.comment--nested.comment--nested--alt {
  background: #fff;
}
.comment--nested:first-of-type {
  margin-top: 0;
}

.comment__actions {
  display: flex;
  flex-wrap: wrap;
}
.comment__actions &gt; button,
.comment__actions a {
  cursor: pointer;
  margin-top: 0.5rem;
}

.comment__reply,
.comment__reply[data-toggle] {
  float: left;
  color: #726a70;
  margin-right: 0.75rem;
  margin-bottom: 0;
}
.comment__reply span,
.comment__reply[data-toggle] span {
  margin-right: 0;
}
.comment__reply.muted-link,
.comment__reply[data-toggle].muted-link {
  color: #39747f;
}
.comment__reply.muted-link:hover,
.comment__reply[data-toggle].muted-link:hover {
  color: #31646d;
}

.comment__votes {
  float: right;
  margin-top: 0.5rem;
}
.comment__votes form.button_to {
  display: inline-block;
}

.comment__votes--up {
  color: #726a70;
}
.comment__votes--up .icon {
  color: #57d685;
}
.comment__votes--up:hover, .comment__votes--up.is-vote-selected {
  color: #31c968;
}
.comment__votes--up:hover .icon, .comment__votes--up.is-vote-selected .icon {
  color: inherit;
}
.comment__votes--up.is-vote-notselected {
  color: #726a70;
  opacity: 0.3;
}
.comment__votes--up.is-vote-notselected .icon {
  color: inherit;
}

.comment__votes--down {
  color: #726a70;
  padding-left: 0.3rem;
}
.comment__votes--down .icon {
  color: #ec5840;
}
.comment__votes--down:hover, .comment__votes--down.is-vote-selected {
  color: #e23317;
}
.comment__votes--down:hover .icon, .comment__votes--down.is-vote-selected .icon {
  color: inherit;
}
.comment__votes--down.is-vote-notselected {
  color: #726a70;
  opacity: 0.3;
}
.comment__votes--down.is-vote-notselected .icon {
  color: inherit;
}

.comment__quote {
  border-left-width: 6px;
  font-size: 80%;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 1rem;
  margin-bottom: 1rem;
}
.comment__quote &gt; p:last-of-type {
  margin-bottom: 0;
}
.comment__quote &gt; br {
  display: none;
}

/* Comment form */
.comment__quote {
  border-left-width: 6px;
  font-size: 80%;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 1rem;
  margin-bottom: 1rem;
}
.comment__quote &gt; p:last-child {
  margin-bottom: 0;
}

.add-comment {
  background: #fafafa;
  padding: 1rem;
}
.add-comment a:hover {
  text-decoration: underline;
}
.add-comment .button {
  margin-bottom: 0;
}

.add-comment--reply {
  display: none;
}
.add-comment--reply.is-active {
  display: block;
}

/* Comments toggle */
.comment__text-is-open {
  display: none;
}
.comment__is-open .comment__text-is-open {
  display: inline;
}
.comment__is-open .comment__text-is-closed {
  display: none;
}

.reveal-overlay {
  z-index: 100000;
}

#decidim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  display: none;
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #3d393c;
}
#decidim.show {
  display: block;
}
#decidim.show .reveal-overlay {
  display: block;
}
#decidim.show .reveal-overlay .reveal {
  display: block;
}

#participation-modal {
  width: 0;
  height: 0;
  position: absolute;
  top: 75px;
  right: 0;
  margin: 0;
  overflow: hidden;
  z-index: 100000;
  background: var(--suggestions-modal-color-hsla);
  box-shadow: -2px -2px 10px #cbcbcb;
}
#participation-modal .close {
  color: #000;
  text-decoration: none;
  float: right;
  position: fixed;
  top: 85px;
  right: 3%;
  text-shadow: 0 0 15px #000;
  z-index: 10000;
  display: none;
}
#participation-modal .close:hover {
  text-shadow: 0 0 15px #ccc;
  margin-top: 1px;
  margin-left: 1px;
}
#participation-modal.active {
  overflow: auto;
}
#participation-modal.active .close {
  display: block;
}
#participation-modal.section {
  height: calc(100% - 75px) !important;
  width: 0;
  transition: width ease-out 0.7s;
}
#participation-modal.section.active {
  width: 50vw;
}
@media (max-width: 900px) {
  #participation-modal.section.active {
    width: 75vw;
  }
}
@media (max-width: 680px) {
  #participation-modal.section.active {
    width: 100vw;
  }
}
#participation-modal.document {
  height: 0;
  width: 100% !important;
  transition: height ease-out 0.7s;
}
#participation-modal.document.active {
  height: calc(100% - 75px);
}
#participation-modal .suggestion__bottom-line {
  margin: 1em -1em;
  height: 2px;
  background-color: #fff;
}
#participation-modal #suggestions-list {
  padding: 0 1em;
}
#participation-modal #participation-modal-form {
  padding: 1em;
}
#participation-modal #suggestions__title {
  padding: 1rem 2rem;
  border-bottom: 2px solid #fff;
  margin-bottom: 1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  font-weight: 800;
  color: var(--box-color);
}
#participation-modal .author__data {
  display: flex;
  align-items: center;
}
#participation-modal .author__data .author__name {
  margin: 0 1rem;
}
#participation-modal .answer__title {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#participation-modal .answer__title strong {
  margin-left: 1rem;
}
#participation-modal .answer__title strong:first-child {
  margin-left: 0;
}
#participation-modal .author__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
#participation-modal .author__info .author__avatar img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
#participation-modal .comment__content,
#participation-modal .comment__footer {
  display: block;
  position: relative;
  width: fit-content;
  height: auto;
  min-height: 3rem;
  padding: 1rem;
  text-align: left;
  background-color: #fff;
}
#participation-modal .comment__footer {
  border-radius: 30px 0 0 30px;
  margin-left: auto;
  margin-top: 1rem;
  border-right: 10px solid var(--box-color);
  box-shadow: -2px 2px 4px #cbcbcb;
  font-size: 1rem;
}
#participation-modal .comment__content {
  text-align: left;
  border-radius: 0 30px 30px 0;
  border-left: 10px solid var(--box-color);
  box-shadow: 2px 2px 4px #cbcbcb;
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/decidim-packs/media/images/Source_Sans_Pro_400-c60b44947671d757833d.woff2) format("woff2"), url(/decidim-packs/media/images/Source_Sans_Pro_400-f8eb0fd7380512a226cd.woff) format("woff"), url(/decidim-packs/media/images/Source_Sans_Pro_400-9c6e4dfdd59c9f0df0f8.ttf) format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/decidim-packs/media/images/Source_Sans_Pro_600-079db4a1c8da8ec06700.woff2) format("woff2"), url(/decidim-packs/media/images/Source_Sans_Pro_600-321eaeac03e6321b823f.woff) format("woff"), url(/decidim-packs/media/images/Source_Sans_Pro_600-a2c16f2d0995dcf36831.ttf) format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/decidim-packs/media/images/Source_Sans_Pro_900-d5a56e0c3bdd31eaadd4.woff2) format("woff2"), url(/decidim-packs/media/images/Source_Sans_Pro_900-7852ed941061eb34f8a3.woff) format("woff"), url(/decidim-packs/media/images/Source_Sans_Pro_900-cdf7b11440b90af6a688.ttf) format("truetype");
}
#notifications {
  position: fixed;
  top: 80px;
  right: 50px;
  max-width: 50%;
  z-index: 100000;
  display: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #202734;
  border: 1px solid rgba(26, 24, 29, 0.25);
  border-radius: 5px;
  padding: 1rem;
  background: #d7f1d7;
  text-shadow: 0 0 8px #fff;
  background-color: var(--notifications-color-rgba);
}
#notifications.show {
  display: block;
}
#notifications.alert {
  background: #f9dad7;
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/decidim-packs/media/images/Source_Sans_Pro_400-c60b44947671d757833d.woff2) format("woff2"), url(/decidim-packs/media/images/Source_Sans_Pro_400-f8eb0fd7380512a226cd.woff) format("woff"), url(/decidim-packs/media/images/Source_Sans_Pro_400-9c6e4dfdd59c9f0df0f8.ttf) format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/decidim-packs/media/images/Source_Sans_Pro_600-079db4a1c8da8ec06700.woff2) format("woff2"), url(/decidim-packs/media/images/Source_Sans_Pro_600-321eaeac03e6321b823f.woff) format("woff"), url(/decidim-packs/media/images/Source_Sans_Pro_600-a2c16f2d0995dcf36831.ttf) format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/decidim-packs/media/images/Source_Sans_Pro_900-d5a56e0c3bdd31eaadd4.woff2) format("woff2"), url(/decidim-packs/media/images/Source_Sans_Pro_900-7852ed941061eb34f8a3.woff) format("woff"), url(/decidim-packs/media/images/Source_Sans_Pro_900-cdf7b11440b90af6a688.ttf) format("truetype");
}
.annotationEditorLayer .box {
  position: absolute;
  background: var(--box-color-rgba);
  min-width: 1px;
  min-height: 1px;
  border-color: var(--box-color);
  border-style: dotted;
  border-width: 2px;
  resize: none;
  box-sizing: content-box;
  font-family: "Source Sans Pro", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 400;
  font-size: 13px;
}
.annotationEditorLayer .box.creating, .annotationEditorLayer .box.moving, .annotationEditorLayer .box.resizing {
  border-style: dashed;
}
.annotationEditorLayer .box.hover {
  border-style: solid;
  z-index: 10000;
  cursor: pointer;
}
.annotationEditorLayer .box.focus, .annotationEditorLayer .box.mark-group {
  border-style: solid;
  opacity: 1;
}
.annotationEditorLayer .box.blocked {
  pointer-events: none;
  opacity: 0.4;
}
.annotationEditorLayer .box.blocked.grouping, .annotationEditorLayer .box.blocked.focus {
  opacity: 1;
  border-style: solid;
}
.annotationEditorLayer .box &gt; span {
  display: none;
  position: absolute;
  top: 2px;
  right: 12px;
  font-size: 24px;
  text-shadow: 1px 1px 3px #000, 0 0 1em #000, 0 0 0.3em #000;
  color: var(--box-text-color);
  font-weight: 600;
}
.annotationEditorLayer .box::before {
  content: attr(data-section-number);
  position: absolute;
  top: -2px;
  left: -17px;
  width: 32px;
  height: 42px;
  pointer-events: none;
  background: var(--box-color);
  -webkit-mask-image: url(/decidim-packs/media/images/badge-f033e900ddad28721a81.svg);
  mask-image: url(/decidim-packs/media/images/badge-f033e900ddad28721a81.svg);
  color: var(--box-text-color);
  text-align: center;
  line-height: 2.2;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 0 0 8px #fff;
}

/*# sourceMappingURL=4459-6540ad1d.css.map*/</pre></body></html>