.autoComplete_wrapper {
  display: inline-block;
  position: relative;
}

.autoComplete_wrapper > input {
  width: 370px;
  height: 40px;
  padding-left: 10px;
  font-size: 1rem;
  color: rgb(116, 116, 116);
  border-radius: 4px;
  border: 1px solid rgba(33, 33, 33, 0.2);
  outline: none;
}

.autoComplete_wrapper > input::-moz-placeholder {
  color: rgba(123, 123, 123, 0.5);
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.autoComplete_wrapper > input::placeholder {
  color: rgba(123, 123, 123, 0.5);
  transition: all 0.3s ease;
}

.autoComplete_wrapper > ul {
  position: absolute;
  max-height: 226px;
  overflow-y: scroll;
  top: 100%;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0.5rem 0 0 0;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid rgba(33, 33, 33, 0.1);
  z-index: 1000;
  outline: none;
}

.autoComplete_wrapper > ul > li {
  padding: 10px 20px;
  list-style: none;
  text-align: left;
  font-size: 16px;
  color: #212121;
  transition: all 0.1s ease-in-out;
  border-radius: 3px;
  background-color: rgb(255, 255, 255);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.2s ease;
}

.autoComplete_wrapper > ul > li::-moz-selection {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
}

.autoComplete_wrapper > ul > li::selection {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
}

.autoComplete_wrapper > ul > li:hover {
  cursor: pointer;
  background-color: rgba(123, 123, 123, 0.1);
}

.autoComplete_wrapper > ul > li mark {
  background-color: transparent;
  color: rgb(255, 122, 122);
  font-weight: bold;
}

.autoComplete_wrapper > ul > li mark::-moz-selection {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
}

.autoComplete_wrapper > ul > li mark::selection {
  color: rgba(255, 255, 255, 0);
  background-color: rgba(255, 255, 255, 0);
}

.autoComplete_wrapper > ul > li[aria-selected=true] {
  background-color: rgba(123, 123, 123, 0.1);
}

@media only screen and (max-width: 600px) {
  .autoComplete_wrapper > input {
    width: 18rem;
  }
}
@charset "UTF-8";
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

.ql-clipboard p {
  margin: 0;
  padding: 0;
}

.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

.ql-editor > * {
  cursor: text;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

.ql-editor ul > li::before {
  content: "•";
}

.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

.ql-editor ul[data-checked=true] > li::before {
  content: "☑";
}

.ql-editor ul[data-checked=false] > li::before {
  content: "☐";
}

.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

.ql-editor ol li:before {
  content: counter(list-0, decimal) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) ". ";
}

.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) ". ";
}

.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) ". ";
}

.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) ". ";
}

.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) ". ";
}

.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

.ql-editor .ql-bg-black {
  background-color: #000;
}

.ql-editor .ql-bg-red {
  background-color: #e60000;
}

.ql-editor .ql-bg-orange {
  background-color: #f90;
}

.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

.ql-editor .ql-bg-green {
  background-color: #008a00;
}

.ql-editor .ql-bg-blue {
  background-color: #06c;
}

.ql-editor .ql-bg-purple {
  background-color: #93f;
}

.ql-editor .ql-color-white {
  color: #fff;
}

.ql-editor .ql-color-red {
  color: #e60000;
}

.ql-editor .ql-color-orange {
  color: #f90;
}

.ql-editor .ql-color-yellow {
  color: #ff0;
}

.ql-editor .ql-color-green {
  color: #008a00;
}

.ql-editor .ql-color-blue {
  color: #06c;
}

.ql-editor .ql-color-purple {
  color: #93f;
}

.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

.ql-editor .ql-size-small {
  font-size: 0.75em;
}

.ql-editor .ql-size-large {
  font-size: 1.5em;
}

.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

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

.ql-editor .ql-align-justify {
  text-align: justify;
}

.ql-editor .ql-align-right {
  text-align: right;
}

.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
.ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }

  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }

  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow {
  box-sizing: border-box;
}

.ql-snow * {
  box-sizing: border-box;
}

.ql-snow .ql-hidden {
  display: none;
}

.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

.ql-snow .ql-formats:after {
  clear: both;
  content: "";
  display: table;
}

.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

.ql-snow .ql-empty {
  fill: none;
}

.ql-snow .ql-even {
  fill-rule: evenodd;
}

.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

.ql-snow .ql-transparent {
  opacity: 0.4;
}

.ql-snow .ql-direction svg:last-child {
  display: none;
}

.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

.ql-snow .ql-editor h1 {
  font-size: 2em;
}

.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

.ql-snow .ql-editor h4 {
  font-size: 1em;
}

.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

.ql-snow .ql-editor a {
  text-decoration: underline;
}

.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

.ql-snow .ql-editor img {
  max-width: 100%;
}

.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""])::before {
  content: attr(data-label);
}

.ql-snow .ql-picker.ql-header {
  width: 98px;
}

.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: "Heading 1";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: "Heading 2";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: "Heading 3";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: "Heading 4";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: "Heading 5";
}

.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: "Heading 6";
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

.ql-snow .ql-picker.ql-font {
  width: 108px;
}

.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: "Sans Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: "Serif";
}

.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: "Monospace";
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

.ql-snow .ql-picker.ql-size {
  width: 98px;
}

.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: "Normal";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: "Small";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: "Large";
}

.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: "Huge";
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
}

.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: "Edit";
  margin-left: 16px;
  padding-right: 8px;
}

.ql-snow .ql-tooltip a.ql-remove::before {
  content: "Remove";
  margin-left: 8px;
}

.ql-snow .ql-tooltip a {
  line-height: 26px;
}

.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: "Save";
  padding-right: 0px;
}

.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

.ql-snow a {
  color: #06c;
}

.ql-container.ql-snow {
  border: 1px solid #ccc;
}

.editor-container {
  margin-bottom: 1.5rem;
}
.editor-container p {
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

:root {
  --primary: #5555E9;
  --primary-rgb: 85, 85, 233;
  --secondary: #ee704b;
  --secondary-rgb: 238, 112, 75;
  --success: #71c776;
  --success-rgb: 113, 199, 118;
  --warning: #FFD617;
  --warning-rgb: 255, 214, 23;
  --alert: #c93739;
  --alert-rgb: 201, 55, 57;
  --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: #55acee;
  --facebook: #3b5998;
  --google: #4285f4;
}

/**
 * Foundation for Sites
 * Version 6.7.2
 * 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;
  }
}
/*! 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: none;
  text-decoration: underline;
  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,
.inline-filters button[data-toggle],
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select,
.inline-filters button[data-toggle] {
  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;
}

.foundation-mq {
  font-family: "small=0em&smallmediumx=23.75em&smallmedium=28.125em&medium=51.25em&mediumlarge=62.5em&large=64em&xlarge=75em&xxlarge=90em&xxxlarge=100em";
}

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

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

body {
  margin: 0;
  padding: 0;
  background: #F5F5F5;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #2b2e34;
}

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, .inline-filters button[data-toggle] {
  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;
}

button,
input,
optgroup,
select,
.inline-filters button[data-toggle],
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 > [type=checkbox],
label > [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: table;
  width: 100%;
  margin-bottom: 1rem;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 4px 0 0 4px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  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, .user-nickname label .row > span:last-of-type, .input-group-label, .user-nickname label .row > span:first-of-type {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label, .user-nickname label .row > span:first-of-type {
  padding: 0 1rem;
  border: 1px solid #e8e8e8;
  background: #fafafa;
  color: #1a181d;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}
.input-group-label:first-child, .user-nickname label .row > span:first-child:first-of-type {
  border-right: 0;
}
.input-group-label:last-child, .user-nickname label .row > span:last-child:first-of-type {
  border-left: 0;
}

.input-group-field, .user-nickname label .row > span:last-of-type {
  border-radius: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.4375rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

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, .inline-filters button[data-toggle] {
  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,<svg xmlns=%27http://www.w3.org/2000/svg%27 version=%271.1%27 width=%2732%27 height=%2724%27 viewBox=%270 0 32 24%27><polygon points=%270,0 32,0 16,24%27 style=%27fill: rgb%2844, 41, 48%29%27></polygon></svg>");
  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, .inline-filters button[data-toggle] {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==);
  }
}
select:focus, .inline-filters button[data-toggle]: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, .inline-filters button[data-toggle]:disabled {
  background-color: #fafafa;
  cursor: not-allowed;
}
select::-ms-expand, .inline-filters button[data-toggle]::-ms-expand {
  display: none;
}
select[multiple], .inline-filters button[multiple][data-toggle] {
  height: auto;
  background-image: none;
}
select:not([multiple]), .inline-filters button[data-toggle]:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 600;
  color: #c93739;
}
.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: "Roboto", 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: 1.5625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.9375rem;
}

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

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

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

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

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

@media print, screen and (min-width: 51.25em) {
  h1, .h1 {
    font-size: 1.6875rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.9375rem;
  }

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

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

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

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

  h6, .h6 {
    font-size: 1rem;
    line-height: 1.4;
    margin-top: 0;
    margin-bottom: 0.9375rem;
  }
}
a {
  line-height: inherit;
  color: #5555E9;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #0000bd;
}
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: inside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

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

ol {
  margin-left: 0;
}

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: 51.25em) {
  .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: 62.5em) {
  .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;
    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 #646567;
    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;
  }
}
.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
}
.row::before, .row::after {
  display: table;
  content: " ";
}
.row::after {
  clear: both;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row .row {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 28.125em) {
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }
}
@media print, screen and (min-width: 51.25em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 62.5em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.gutter-small > .column, .row.gutter-small > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.row.gutter-medium > .column, .row.gutter-medium > .columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 51.25em) {
  .column, .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.column, .columns, .column:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
  float: right;
}
.column.end:last-child:last-child, .end.columns:last-child:last-child {
  float: left;
}

.column.row.row, .row.row.columns {
  float: none;
}

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.3333333333%;
}

.small-push-1 {
  position: relative;
  left: 8.3333333333%;
}

.small-pull-1 {
  position: relative;
  left: -8.3333333333%;
}

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

.small-2 {
  width: 16.6666666667%;
}

.small-push-2 {
  position: relative;
  left: 16.6666666667%;
}

.small-pull-2 {
  position: relative;
  left: -16.6666666667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.3333333333%;
}

.small-push-4 {
  position: relative;
  left: 33.3333333333%;
}

.small-pull-4 {
  position: relative;
  left: -33.3333333333%;
}

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

.small-5 {
  width: 41.6666666667%;
}

.small-push-5 {
  position: relative;
  left: 41.6666666667%;
}

.small-pull-5 {
  position: relative;
  left: -41.6666666667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.3333333333%;
}

.small-push-7 {
  position: relative;
  left: 58.3333333333%;
}

.small-pull-7 {
  position: relative;
  left: -58.3333333333%;
}

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

.small-8 {
  width: 66.6666666667%;
}

.small-push-8 {
  position: relative;
  left: 66.6666666667%;
}

.small-pull-8 {
  position: relative;
  left: -66.6666666667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.3333333333%;
}

.small-push-10 {
  position: relative;
  left: 83.3333333333%;
}

.small-pull-10 {
  position: relative;
  left: -83.3333333333%;
}

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

.small-11 {
  width: 91.6666666667%;
}

.small-push-11 {
  position: relative;
  left: 91.6666666667%;
}

.small-pull-11 {
  position: relative;
  left: -91.6666666667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%;
}
.small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
  clear: both;
}
.small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
  float: left;
}

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%;
}
.small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
  clear: both;
}
.small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
  float: left;
}

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.3333333333%;
}
.small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
  clear: both;
}
.small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
  float: left;
}

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%;
}
.small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
  clear: both;
}
.small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
  float: left;
}

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%;
}
.small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
  clear: both;
}
.small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
  float: left;
}

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.6666666667%;
}
.small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
  clear: both;
}
.small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
  float: left;
}

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.2857142857%;
}
.small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
  clear: both;
}
.small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
  float: left;
}

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%;
}
.small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
  clear: none;
}
.small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
  clear: both;
}
.small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
  float: left;
}

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}
.small-centered, .small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered, .small-push-0, .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0;
}
.small-uncentered, .small-uncentered:last-child:not(:first-child), .small-push-0, .small-push-0:last-child:not(:first-child), .small-pull-0, .small-pull-0:last-child:not(:first-child) {
  float: left;
  clear: none;
}
.small-uncentered:last-child:not(:first-child), .small-push-0:last-child:not(:first-child), .small-pull-0:last-child:not(:first-child) {
  float: right;
}

@media print, screen and (min-width: 28.125em) {
  .smallmedium-1 {
    width: 8.3333333333%;
  }

  .smallmedium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .smallmedium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

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

  .smallmedium-2 {
    width: 16.6666666667%;
  }

  .smallmedium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .smallmedium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

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

  .smallmedium-3 {
    width: 25%;
  }

  .smallmedium-push-3 {
    position: relative;
    left: 25%;
  }

  .smallmedium-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .smallmedium-4 {
    width: 33.3333333333%;
  }

  .smallmedium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .smallmedium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .smallmedium-5 {
    width: 41.6666666667%;
  }

  .smallmedium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .smallmedium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

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

  .smallmedium-6 {
    width: 50%;
  }

  .smallmedium-push-6 {
    position: relative;
    left: 50%;
  }

  .smallmedium-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .smallmedium-7 {
    width: 58.3333333333%;
  }

  .smallmedium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .smallmedium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .smallmedium-8 {
    width: 66.6666666667%;
  }

  .smallmedium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .smallmedium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

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

  .smallmedium-9 {
    width: 75%;
  }

  .smallmedium-push-9 {
    position: relative;
    left: 75%;
  }

  .smallmedium-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .smallmedium-10 {
    width: 83.3333333333%;
  }

  .smallmedium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .smallmedium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .smallmedium-11 {
    width: 91.6666666667%;
  }

  .smallmedium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .smallmedium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

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

  .smallmedium-12 {
    width: 100%;
  }

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

  .smallmedium-up-1 > .column, .smallmedium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .smallmedium-up-1 > .column:nth-of-type(1n), .smallmedium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .smallmedium-up-1 > .column:nth-of-type(1n+1), .smallmedium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .smallmedium-up-1 > .column:last-child, .smallmedium-up-1 > .columns:last-child {
    float: left;
  }

  .smallmedium-up-2 > .column, .smallmedium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .smallmedium-up-2 > .column:nth-of-type(1n), .smallmedium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .smallmedium-up-2 > .column:nth-of-type(2n+1), .smallmedium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .smallmedium-up-2 > .column:last-child, .smallmedium-up-2 > .columns:last-child {
    float: left;
  }

  .smallmedium-up-3 > .column, .smallmedium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .smallmedium-up-3 > .column:nth-of-type(1n), .smallmedium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .smallmedium-up-3 > .column:nth-of-type(3n+1), .smallmedium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .smallmedium-up-3 > .column:last-child, .smallmedium-up-3 > .columns:last-child {
    float: left;
  }

  .smallmedium-up-4 > .column, .smallmedium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .smallmedium-up-4 > .column:nth-of-type(1n), .smallmedium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .smallmedium-up-4 > .column:nth-of-type(4n+1), .smallmedium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .smallmedium-up-4 > .column:last-child, .smallmedium-up-4 > .columns:last-child {
    float: left;
  }

  .smallmedium-up-5 > .column, .smallmedium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .smallmedium-up-5 > .column:nth-of-type(1n), .smallmedium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .smallmedium-up-5 > .column:nth-of-type(5n+1), .smallmedium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .smallmedium-up-5 > .column:last-child, .smallmedium-up-5 > .columns:last-child {
    float: left;
  }

  .smallmedium-up-6 > .column, .smallmedium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .smallmedium-up-6 > .column:nth-of-type(1n), .smallmedium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .smallmedium-up-6 > .column:nth-of-type(6n+1), .smallmedium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .smallmedium-up-6 > .column:last-child, .smallmedium-up-6 > .columns:last-child {
    float: left;
  }

  .smallmedium-up-7 > .column, .smallmedium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .smallmedium-up-7 > .column:nth-of-type(1n), .smallmedium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .smallmedium-up-7 > .column:nth-of-type(7n+1), .smallmedium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .smallmedium-up-7 > .column:last-child, .smallmedium-up-7 > .columns:last-child {
    float: left;
  }

  .smallmedium-up-8 > .column, .smallmedium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .smallmedium-up-8 > .column:nth-of-type(1n), .smallmedium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .smallmedium-up-8 > .column:nth-of-type(8n+1), .smallmedium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .smallmedium-up-8 > .column:last-child, .smallmedium-up-8 > .columns:last-child {
    float: left;
  }

  .smallmedium-collapse > .column, .smallmedium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .smallmedium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .smallmedium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .smallmedium-uncollapse > .column, .smallmedium-uncollapse > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }

  .smallmedium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .smallmedium-centered, .smallmedium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .smallmedium-uncentered, .smallmedium-push-0, .smallmedium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .smallmedium-uncentered, .smallmedium-uncentered:last-child:not(:first-child), .smallmedium-push-0, .smallmedium-push-0:last-child:not(:first-child), .smallmedium-pull-0, .smallmedium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .smallmedium-uncentered:last-child:not(:first-child), .smallmedium-push-0:last-child:not(:first-child), .smallmedium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 51.25em) {
  .medium-1 {
    width: 8.3333333333%;
  }

  .medium-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .medium-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

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

  .medium-2 {
    width: 16.6666666667%;
  }

  .medium-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .medium-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

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

  .medium-3 {
    width: 25%;
  }

  .medium-push-3 {
    position: relative;
    left: 25%;
  }

  .medium-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .medium-4 {
    width: 33.3333333333%;
  }

  .medium-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .medium-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .medium-5 {
    width: 41.6666666667%;
  }

  .medium-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .medium-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

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

  .medium-6 {
    width: 50%;
  }

  .medium-push-6 {
    position: relative;
    left: 50%;
  }

  .medium-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .medium-7 {
    width: 58.3333333333%;
  }

  .medium-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .medium-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .medium-8 {
    width: 66.6666666667%;
  }

  .medium-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .medium-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

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

  .medium-9 {
    width: 75%;
  }

  .medium-push-9 {
    position: relative;
    left: 75%;
  }

  .medium-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .medium-10 {
    width: 83.3333333333%;
  }

  .medium-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .medium-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .medium-11 {
    width: 91.6666666667%;
  }

  .medium-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .medium-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

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

  .medium-12 {
    width: 100%;
  }

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

  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
    float: left;
  }

  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
    float: left;
  }

  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
    float: left;
  }

  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
    float: left;
  }

  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
    float: left;
  }

  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
    float: left;
  }

  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
    float: left;
  }

  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
    float: left;
  }

  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered, .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .medium-uncentered, .medium-push-0, .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncentered, .medium-uncentered:last-child:not(:first-child), .medium-push-0, .medium-push-0:last-child:not(:first-child), .medium-pull-0, .medium-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .medium-uncentered:last-child:not(:first-child), .medium-push-0:last-child:not(:first-child), .medium-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 62.5em) {
  .mediumlarge-1 {
    width: 8.3333333333%;
  }

  .mediumlarge-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .mediumlarge-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

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

  .mediumlarge-2 {
    width: 16.6666666667%;
  }

  .mediumlarge-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .mediumlarge-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

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

  .mediumlarge-3 {
    width: 25%;
  }

  .mediumlarge-push-3 {
    position: relative;
    left: 25%;
  }

  .mediumlarge-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .mediumlarge-4 {
    width: 33.3333333333%;
  }

  .mediumlarge-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .mediumlarge-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .mediumlarge-5 {
    width: 41.6666666667%;
  }

  .mediumlarge-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .mediumlarge-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

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

  .mediumlarge-6 {
    width: 50%;
  }

  .mediumlarge-push-6 {
    position: relative;
    left: 50%;
  }

  .mediumlarge-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .mediumlarge-7 {
    width: 58.3333333333%;
  }

  .mediumlarge-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .mediumlarge-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .mediumlarge-8 {
    width: 66.6666666667%;
  }

  .mediumlarge-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .mediumlarge-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

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

  .mediumlarge-9 {
    width: 75%;
  }

  .mediumlarge-push-9 {
    position: relative;
    left: 75%;
  }

  .mediumlarge-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .mediumlarge-10 {
    width: 83.3333333333%;
  }

  .mediumlarge-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .mediumlarge-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .mediumlarge-11 {
    width: 91.6666666667%;
  }

  .mediumlarge-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .mediumlarge-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

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

  .mediumlarge-12 {
    width: 100%;
  }

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

  .mediumlarge-up-1 > .column, .mediumlarge-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .mediumlarge-up-1 > .column:nth-of-type(1n), .mediumlarge-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .mediumlarge-up-1 > .column:nth-of-type(1n+1), .mediumlarge-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .mediumlarge-up-1 > .column:last-child, .mediumlarge-up-1 > .columns:last-child {
    float: left;
  }

  .mediumlarge-up-2 > .column, .mediumlarge-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .mediumlarge-up-2 > .column:nth-of-type(1n), .mediumlarge-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .mediumlarge-up-2 > .column:nth-of-type(2n+1), .mediumlarge-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .mediumlarge-up-2 > .column:last-child, .mediumlarge-up-2 > .columns:last-child {
    float: left;
  }

  .mediumlarge-up-3 > .column, .mediumlarge-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .mediumlarge-up-3 > .column:nth-of-type(1n), .mediumlarge-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .mediumlarge-up-3 > .column:nth-of-type(3n+1), .mediumlarge-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .mediumlarge-up-3 > .column:last-child, .mediumlarge-up-3 > .columns:last-child {
    float: left;
  }

  .mediumlarge-up-4 > .column, .mediumlarge-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .mediumlarge-up-4 > .column:nth-of-type(1n), .mediumlarge-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .mediumlarge-up-4 > .column:nth-of-type(4n+1), .mediumlarge-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .mediumlarge-up-4 > .column:last-child, .mediumlarge-up-4 > .columns:last-child {
    float: left;
  }

  .mediumlarge-up-5 > .column, .mediumlarge-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .mediumlarge-up-5 > .column:nth-of-type(1n), .mediumlarge-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .mediumlarge-up-5 > .column:nth-of-type(5n+1), .mediumlarge-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .mediumlarge-up-5 > .column:last-child, .mediumlarge-up-5 > .columns:last-child {
    float: left;
  }

  .mediumlarge-up-6 > .column, .mediumlarge-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .mediumlarge-up-6 > .column:nth-of-type(1n), .mediumlarge-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .mediumlarge-up-6 > .column:nth-of-type(6n+1), .mediumlarge-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .mediumlarge-up-6 > .column:last-child, .mediumlarge-up-6 > .columns:last-child {
    float: left;
  }

  .mediumlarge-up-7 > .column, .mediumlarge-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .mediumlarge-up-7 > .column:nth-of-type(1n), .mediumlarge-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .mediumlarge-up-7 > .column:nth-of-type(7n+1), .mediumlarge-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .mediumlarge-up-7 > .column:last-child, .mediumlarge-up-7 > .columns:last-child {
    float: left;
  }

  .mediumlarge-up-8 > .column, .mediumlarge-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .mediumlarge-up-8 > .column:nth-of-type(1n), .mediumlarge-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .mediumlarge-up-8 > .column:nth-of-type(8n+1), .mediumlarge-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .mediumlarge-up-8 > .column:last-child, .mediumlarge-up-8 > .columns:last-child {
    float: left;
  }

  .mediumlarge-collapse > .column, .mediumlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .mediumlarge-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .mediumlarge-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .mediumlarge-uncollapse > .column, .mediumlarge-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .mediumlarge-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .mediumlarge-centered, .mediumlarge-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .mediumlarge-uncentered, .mediumlarge-push-0, .mediumlarge-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .mediumlarge-uncentered, .mediumlarge-uncentered:last-child:not(:first-child), .mediumlarge-push-0, .mediumlarge-push-0:last-child:not(:first-child), .mediumlarge-pull-0, .mediumlarge-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .mediumlarge-uncentered:last-child:not(:first-child), .mediumlarge-push-0:last-child:not(:first-child), .mediumlarge-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.3333333333%;
  }

  .large-push-1 {
    position: relative;
    left: 8.3333333333%;
  }

  .large-pull-1 {
    position: relative;
    left: -8.3333333333%;
  }

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

  .large-2 {
    width: 16.6666666667%;
  }

  .large-push-2 {
    position: relative;
    left: 16.6666666667%;
  }

  .large-pull-2 {
    position: relative;
    left: -16.6666666667%;
  }

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

  .large-3 {
    width: 25%;
  }

  .large-push-3 {
    position: relative;
    left: 25%;
  }

  .large-pull-3 {
    position: relative;
    left: -25%;
  }

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

  .large-4 {
    width: 33.3333333333%;
  }

  .large-push-4 {
    position: relative;
    left: 33.3333333333%;
  }

  .large-pull-4 {
    position: relative;
    left: -33.3333333333%;
  }

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

  .large-5 {
    width: 41.6666666667%;
  }

  .large-push-5 {
    position: relative;
    left: 41.6666666667%;
  }

  .large-pull-5 {
    position: relative;
    left: -41.6666666667%;
  }

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

  .large-6 {
    width: 50%;
  }

  .large-push-6 {
    position: relative;
    left: 50%;
  }

  .large-pull-6 {
    position: relative;
    left: -50%;
  }

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

  .large-7 {
    width: 58.3333333333%;
  }

  .large-push-7 {
    position: relative;
    left: 58.3333333333%;
  }

  .large-pull-7 {
    position: relative;
    left: -58.3333333333%;
  }

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

  .large-8 {
    width: 66.6666666667%;
  }

  .large-push-8 {
    position: relative;
    left: 66.6666666667%;
  }

  .large-pull-8 {
    position: relative;
    left: -66.6666666667%;
  }

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

  .large-9 {
    width: 75%;
  }

  .large-push-9 {
    position: relative;
    left: 75%;
  }

  .large-pull-9 {
    position: relative;
    left: -75%;
  }

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

  .large-10 {
    width: 83.3333333333%;
  }

  .large-push-10 {
    position: relative;
    left: 83.3333333333%;
  }

  .large-pull-10 {
    position: relative;
    left: -83.3333333333%;
  }

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

  .large-11 {
    width: 91.6666666667%;
  }

  .large-push-11 {
    position: relative;
    left: 91.6666666667%;
  }

  .large-pull-11 {
    position: relative;
    left: -91.6666666667%;
  }

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

  .large-12 {
    width: 100%;
  }

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

  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%;
  }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
    float: left;
  }

  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%;
  }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
    float: left;
  }

  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%;
  }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
    float: left;
  }

  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%;
  }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
    float: left;
  }

  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%;
  }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
    float: left;
  }

  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%;
  }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
    float: left;
  }

  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%;
  }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
    float: left;
  }

  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
    float: left;
  }

  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }

  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }

  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }

  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered, .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }

  .large-uncentered, .large-push-0, .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncentered, .large-uncentered:last-child:not(:first-child), .large-push-0, .large-push-0:last-child:not(:first-child), .large-pull-0, .large-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none;
  }
  .large-uncentered:last-child:not(:first-child), .large-push-0:last-child:not(:first-child), .large-pull-0:last-child:not(:first-child) {
    float: right;
  }
}
.column-block {
  margin-bottom: 1.25rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 51.25em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 30px;
  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: #5555E9;
  color: #fff;
}
.button:hover, .button:focus {
  background-color: #2b2be4;
  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: #5555E9;
  color: #fff;
}
.button.primary:hover, .button.primary:focus {
  background-color: #1d1de1;
  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: #ee704b;
  color: #1a181d;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #e54516;
  color: #1a181d;
}
.button.success, .button--vote-button .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: #71c776;
  color: #1a181d;
}
.button.success:hover, .button.success:focus {
  background-color: #47b34d;
  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: #FFD617;
  color: #1a181d;
}
.button.warning:hover, .button.warning:focus {
  background-color: #deb700;
  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: #c93739;
  color: #fff;
}
.button.alert:hover, .button.alert:focus {
  background-color: #a12c2d;
  color: #fff;
}
.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 #5555E9;
  color: #5555E9;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #12128d;
  color: #12128d;
}
.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 #5555E9;
  color: #5555E9;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #12128d;
  color: #12128d;
}
.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 #ee704b;
  color: #ee704b;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #8f2b0e;
  color: #8f2b0e;
}
.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 #71c776;
  color: #71c776;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #2c7030;
  color: #2c7030;
}
.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 #FFD617;
  color: #FFD617;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #8b7200;
  color: #8b7200;
}
.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 #c93739;
  color: #c93739;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #651b1c;
  color: #651b1c;
}
.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: #5555E9;
}
.button.clear:hover, .button.clear:focus {
  color: #12128d;
}
.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: #5555E9;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: #12128d;
}
.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: #ee704b;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #8f2b0e;
}
.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: #71c776;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: #2c7030;
}
.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: #FFD617;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: #8b7200;
}
.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: #c93739;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: #651b1c;
}
.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: #5555E9;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #5555E9;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #ee704b;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #71c776;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #FFD617;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #c93739;
}
.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;
  font-size: 0;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1rem;
}
.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 {
  margin-right: -1px;
}
.button-group.expanded::before, .button-group.expanded::after {
  display: none;
}
.button-group.expanded .button:first-child:last-child {
  width: calc(100% - 1px);
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
.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: #5555E9;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #1d1de1;
  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: #ee704b;
  color: #1a181d;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #e54516;
  color: #1a181d;
}
.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: #71c776;
  color: #1a181d;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #47b34d;
  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: #FFD617;
  color: #1a181d;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #deb700;
  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: #c93739;
  color: #fff;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #a12c2d;
  color: #fff;
}
.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 #5555E9;
  color: #5555E9;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: #12128d;
  color: #12128d;
}
.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 #5555E9;
  color: #5555E9;
}
.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: #12128d;
  color: #12128d;
}
.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 #ee704b;
  color: #ee704b;
}
.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: #8f2b0e;
  color: #8f2b0e;
}
.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 #71c776;
  color: #71c776;
}
.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: #2c7030;
  color: #2c7030;
}
.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 #FFD617;
  color: #FFD617;
}
.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: #8b7200;
  color: #8b7200;
}
.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 #c93739;
  color: #c93739;
}
.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: #651b1c;
  color: #651b1c;
}
.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: #5555E9;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: #12128d;
}
.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: #5555E9;
}
.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: #12128d;
}
.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: #ee704b;
}
.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: #8f2b0e;
}
.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: #71c776;
}
.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: #2c7030;
}
.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: #FFD617;
}
.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: #8b7200;
}
.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: #c93739;
}
.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: #651b1c;
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  width: 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-group.stacked-for-small.expanded, .button-group.stacked-for-medium.expanded {
  margin-right: -1px;
}
.button-group.stacked.expanded::before, .button-group.stacked.expanded::after, .button-group.stacked-for-small.expanded::before, .button-group.stacked-for-small.expanded::after, .button-group.stacked-for-medium.expanded::before, .button-group.stacked-for-medium.expanded::after {
  display: none;
}
.button-group.stacked.expanded .button:first-child:last-child, .button-group.stacked-for-small.expanded .button:first-child:last-child, .button-group.stacked-for-medium.expanded .button:first-child:last-child {
  width: calc(100% - 1px);
}
.button-group.stacked.expanded .button:first-child:nth-last-child(2), .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(3), .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
  display: inline-block;
  width: calc(33.3333333333% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(4), .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(5), .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(6), .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
  display: inline-block;
  width: calc(16.6666666667% - 1px);
  margin-right: 1px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
  margin-right: -6px;
}
@media print, screen and (min-width: 51.25em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .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: 62.49875em) {
  .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: #5555E9;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button, .close-button.medium {
  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: #5555E9;
  color: #fff;
}
.label.primary {
  background: #5555E9;
  color: #fff;
}
.label.secondary {
  background: #ee704b;
  color: #1a181d;
}
.label.success, .button--vote-button .label.button.success {
  background: #71c776;
  color: #1a181d;
}
.label.warning {
  background: #FFD617;
  color: #1a181d;
}
.label.alert {
  background: #c93739;
  color: #fff;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 4px;
  background-color: #e8e8e8;
}
.progress.primary .progress-meter {
  background-color: #5555E9;
}
.progress.secondary .progress-meter {
  background-color: #ee704b;
}
.progress.success .progress-meter {
  background-color: #71c776;
}
.progress.warning .progress-meter {
  background-color: #FFD617;
}
.progress.alert .progress-meter {
  background-color: #c93739;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #5555E9;
  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;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 4px;
  background-color: #5555E9;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #2b2be4;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.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 {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  user-select: none;
}

.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: #71c776;
}
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 > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .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: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fff;
}

@media print, screen and (max-width: 62.49875em) {
  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: #5555E9;
  color: #fff;
}
.badge.primary {
  background: #5555E9;
  color: #fff;
}
.badge.secondary {
  background: #ee704b;
  color: #1a181d;
}
.badge.success, .button--vote-button .badge.button.success {
  background: #71c776;
  color: #1a181d;
}
.badge.warning {
  background: #FFD617;
  color: #1a181d;
}
.badge.alert {
  background: #c93739;
  color: #fff;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
}
.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: #5555E9;
}
.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 > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #eeeefd;
  color: #3d393c;
}
.callout.secondary {
  background-color: #fdf1ed;
  color: #3d393c;
}
.callout.success, .button--vote-button .callout.button.success {
  background-color: #f1f9f1;
  color: #3d393c;
}
.callout.warning {
  background-color: #fffbe8;
  color: #3d393c;
}
.callout.alert {
  background-color: #faebeb;
  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, .chart-tooltip, .conference-registration, .conference-speaker .speaker-bio, .add-message, .comment-thread {
  margin-bottom: 1rem;
  border: 1px solid #fafafa;
  border-radius: 4px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #3d393c;
}
.card > :last-child, .chart-tooltip > :last-child, .conference-registration > :last-child, .conference-speaker .speaker-bio > :last-child, .add-message > :last-child, .comment-thread > :last-child {
  margin-bottom: 0;
}

.card-divider {
  padding: 1rem;
  background: #fafafa;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  padding: 1rem;
}
.card-section > :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: " ";
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 100%;
  font-size: 0.94rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 51.25em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 100%;
  color: #5555E9;
}
.pagination a:hover,
.pagination button:hover {
  background: transparent;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: transparent;
  color: #1a181d;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #9F9F9F;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #2b2e34;
}

.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 > .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 > .tooltip.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before, .aspect-ratio-16-9 > .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 > .tooltip.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before, .aspect-ratio-16-9 > .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 > .tooltip.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before, .aspect-ratio-16-9 > .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 > .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: #5555E9;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 4px 4px 0 0;
}
.accordion-item:last-child > :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) > .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 > .accordion-title::before {
  content: "–";
}

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

.media-object {
  display: block;
  margin-bottom: 1rem;
}
.media-object img {
  max-width: none;
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 23.74875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.middle {
  vertical-align: middle;
}
.media-object-section.bottom, .aspect-ratio-16-9 > .media-object-section {
  vertical-align: bottom;
}

.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: " ";
}
.tabs::after {
  clear: both;
}

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

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

.tabs.primary {
  background: #5555E9;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #4747e7;
}

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

.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 #5555E9;
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
[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 .inline-filters button[data-toggle],
.inline-filters .menu button[data-toggle],
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu li, .menu.horizontal li {
  display: inline-block;
}
.menu.vertical li {
  display: block;
}
.menu.expanded {
  display: table;
  width: 100%;
}
.menu.expanded > li {
  display: table-cell;
  vertical-align: middle;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 28.125em) {
  .menu.smallmedium-horizontal li {
    display: inline-block;
  }
  .menu.smallmedium-vertical li {
    display: block;
  }
  .menu.smallmedium-expanded {
    display: table;
    width: 100%;
  }
  .menu.smallmedium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.smallmedium-simple {
    display: table;
    width: 100%;
  }
  .menu.smallmedium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 51.25em) {
  .menu.medium-horizontal li {
    display: inline-block;
  }
  .menu.medium-vertical li {
    display: block;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
  }
  .menu.medium-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.medium-simple {
    display: table;
    width: 100%;
  }
  .menu.medium-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 62.5em) {
  .menu.mediumlarge-horizontal li {
    display: inline-block;
  }
  .menu.mediumlarge-vertical li {
    display: block;
  }
  .menu.mediumlarge-expanded {
    display: table;
    width: 100%;
  }
  .menu.mediumlarge-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.mediumlarge-simple {
    display: table;
    width: 100%;
  }
  .menu.mediumlarge-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal li {
    display: inline-block;
  }
  .menu.large-vertical li {
    display: block;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
  }
  .menu.large-expanded > li {
    display: table-cell;
    vertical-align: middle;
  }
  .menu.large-simple {
    display: table;
    width: 100%;
  }
  .menu.large-simple > li {
    display: table-cell;
    vertical-align: middle;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons img,
.menu.icons i,
.menu.icons svg {
  vertical-align: middle;
}
.menu.icons img + span,
.menu.icons i + span,
.menu.icons svg + span {
  vertical-align: middle;
}
.menu.icon-top img,
.menu.icon-top i,
.menu.icon-top svg, .menu.icon-right img,
.menu.icon-right i,
.menu.icon-right svg, .menu.icon-bottom img,
.menu.icon-bottom i,
.menu.icon-bottom svg, .menu.icon-left img,
.menu.icon-left i,
.menu.icon-left svg {
  vertical-align: middle;
}
.menu.icon-top img + span,
.menu.icon-top i + span,
.menu.icon-top svg + span, .menu.icon-right img + span,
.menu.icon-right i + span,
.menu.icon-right svg + span, .menu.icon-bottom img + span,
.menu.icon-bottom i + span,
.menu.icon-bottom svg + span, .menu.icon-left img + span,
.menu.icon-left i + span,
.menu.icon-left svg + span {
  vertical-align: middle;
}
.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;
  display: inline-block;
}
.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;
  display: inline-block;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  text-align: center;
}
.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 {
  display: block;
  margin: 0 auto 0.25rem;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  text-align: center;
}
.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 {
  display: block;
  margin: 0.25rem auto 0;
}
.menu .is-active > a {
  background: #5555E9;
  color: #fff;
}
.menu .active > a {
  background: #5555E9;
  color: #fff;
}
.menu.align-left {
  text-align: left;
}
.menu.align-right {
  text-align: right;
}
.menu.align-right .submenu li {
  text-align: left;
}
.menu.align-right.vertical .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center {
  text-align: center;
}
.menu.align-center .submenu li {
  text-align: left;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  text-align: center;
}
.menu-centered > .menu .submenu li {
  text-align: left;
}

.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: #646567;
  box-shadow: 0 7px 0 #646567, 0 14px 0 #646567;
}

.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) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #5555E9 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

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

.has-submenu-toggle > 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: #5555E9 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 > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #5555E9;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #ee704b;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #ee704b transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #5555E9 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

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

.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;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 51.25em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 51.25em) {
  .reveal {
    width: 600px;
    max-width: 75rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 51.25em) {
  .reveal.tiny {
    width: 30%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 51.25em) {
  .reveal.small {
    width: 50%;
    max-width: 75rem;
  }
}
@media print, screen and (min-width: 51.25em) {
  .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: 23.74875em) {
  .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: #fff;
  color: #5555E9;
}
.title-bar::before, .title-bar::after {
  display: table;
  content: " ";
}
.title-bar::after {
  clear: both;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

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

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

.top-bar {
  padding: 0.5rem;
}
.top-bar::before, .top-bar::after {
  display: table;
  content: " ";
}
.top-bar::after {
  clear: both;
}
.top-bar,
.top-bar ul {
  background-color: #1a181d;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field, .top-bar .user-nickname label .row > span:last-of-type, .user-nickname label .top-bar .row > span:last-of-type {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media print, screen and (min-width: 51.25em) {
  .top-bar .top-bar-left,
.top-bar .top-bar-right {
    width: auto;
  }
}
@media print, screen and (max-width: 51.24875em) {
  .top-bar.stacked-for-smallmedium .top-bar-left,
.top-bar.stacked-for-smallmedium .top-bar-right {
    width: 100%;
  }
}
@media print, screen and (max-width: 62.49875em) {
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-mediumlarge .top-bar-left,
.top-bar.stacked-for-mediumlarge .top-bar-right {
    width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 1rem;
}
.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.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: " ";
}
.clearfix::after {
  clear: both;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

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

@media screen and (max-width: 0em), screen and (min-width: 23.75em) {
  .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: 51.24875em) {
  .hide-for-smallmedium-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

@media screen and (max-width: 62.49875em), 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;
  }
}

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

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

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

.margin-0 {
  margin: 0rem !important;
}

.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-right-0 {
  margin-right: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.margin-left-0 {
  margin-left: 0rem !important;
}

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.padding-top-0 {
  padding-top: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

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

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

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

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

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

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

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

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

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

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

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

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

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

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

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

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

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

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

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

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

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

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

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

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

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

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

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

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://futureu.europa.eu/decidim-packs/media/images/Source_Sans_Pro_400-c60b44947671d757833d.woff2) format("woff2"), url(https://futureu.europa.eu/decidim-packs/media/images/Source_Sans_Pro_400-f8eb0fd7380512a226cd.woff) format("woff"), url(https://futureu.europa.eu/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(https://futureu.europa.eu/decidim-packs/media/images/Source_Sans_Pro_600-079db4a1c8da8ec06700.woff2) format("woff2"), url(https://futureu.europa.eu/decidim-packs/media/images/Source_Sans_Pro_600-321eaeac03e6321b823f.woff) format("woff"), url(https://futureu.europa.eu/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(https://futureu.europa.eu/decidim-packs/media/images/Source_Sans_Pro_900-d5a56e0c3bdd31eaadd4.woff2) format("woff2"), url(https://futureu.europa.eu/decidim-packs/media/images/Source_Sans_Pro_900-7852ed941061eb34f8a3.woff) format("woff"), url(https://futureu.europa.eu/decidim-packs/media/images/Source_Sans_Pro_900-cdf7b11440b90af6a688.ttf) format("truetype");
}
.list-reset, .reveal__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

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

.flex--cc, .badge-tip > :first-child {
  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, .absolutes .aspect-ratio-16-9 > *, .aspect-ratio-16-9 .left, .aspect-ratio-16-9 > *,
.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, .absolutes .aspect-ratio-16-9 > *, .aspect-ratio-16-9 .left, .aspect-ratio-16-9 > * {
  left: 0;
}
.absolutes .right, .absolutes .aspect-ratio-16-9 > *, .aspect-ratio-16-9 .right, .aspect-ratio-16-9 > * {
  right: 0;
}
.absolutes .top, .absolutes .aspect-ratio-16-9 > *, .aspect-ratio-16-9 .top, .aspect-ratio-16-9 > * {
  top: 0;
}
.absolutes .bottom, .absolutes .aspect-ratio-16-9 > *, .aspect-ratio-16-9 .bottom, .aspect-ratio-16-9 > * {
  bottom: 0;
}
.absolutes .left.center, .absolutes .aspect-ratio-16-9 > .center, .aspect-ratio-16-9 .left.center, .aspect-ratio-16-9 > .center,
.absolutes .right.center,
.aspect-ratio-16-9 .right.center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.absolutes .top.center, .absolutes .aspect-ratio-16-9 > .center, .aspect-ratio-16-9 .top.center, .aspect-ratio-16-9 > .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%;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes animation-spin {
  to {
    transform: rotate(1turn);
  }
}
@-webkit-keyframes animation-spin {
  to {
    -webkit-transform: rotate(1turn);
  }
}
.toggle-show {
  display: none;
}
.toggle-show.is-expanded {
  display: block;
}

.expanded-text .text-toggle__short {
  display: none;
}
.expanded-text .text-toggle__long {
  display: block;
}

.text-toggle__long {
  display: none;
}

.section {
  margin-bottom: 0rem !important;
  word-wrap: break-word;
}
.section .versions_count {
  padding: 0;
}
.section .versions_count p, .section .versions_count .definition-data__title {
  font-size: 1rem;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .section .versions_count p, .section .versions_count .definition-data__title {
    font-size: 1.75rem;
  }
}
.section .versions_count .button.button-all_versions {
  font-size: 1rem;
  margin-top: 1.688rem;
  text-align: center;
}
@media print, screen and (min-width: 28.125em) {
  .section .versions_count .button.button-all_versions {
    font-size: 1.25rem;
  }
}
.section p {
  color: #06060B;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  .section {
    margin-bottom: 3rem;
  }
}

.proposal-details .section {
  margin-bottom: 0 !important;
}
.proposal-details .view-header .author-data {
  margin-bottom: 0 !important;
}

.m-bottom {
  margin-bottom: 1rem;
}
.m-bottom a {
  font-weight: bold;
  font-size: 0.875rem;
}
.m-bottom a:hover {
  text-decoration: none;
  color: #5555E9;
}

.m-proposal-link.view-header {
  margin-bottom: 0;
}

.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, .chart-tooltip .tooltip-content {
  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, .reveal__list li {
  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, .conversation .conversation-header {
  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, .badge-tip {
  margin-top: 0.5rem !important;
}

.mr-xs, .badge-tip {
  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, .conversation .conversation-reply, .conversation .conversation-chat {
  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;
}

/* Variables */
/* Typography - Foundation overrides */
button,
input {
  font-family: inherit;
}

a {
  color: #0000bd;
}
a:hover {
  color: #5555E9;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}
a:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.5);
  outline-offset: 2px;
}

button:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.5);
}

.heading1 {
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.5625em;
  line-height: 1.1;
}
@media print, screen and (min-width: 51.25em) {
  .heading1 {
    font-size: 1.6875em;
  }
}

.subheading1 {
  text-align: center;
  font-size: 1.25rem;
  margin: 0 auto;
  max-width: 600px;
  padding-bottom: 2rem;
  margin-top: -3rem;
  font-size: 1.5625rem;
}
@media screen and (min-width: 75em) {
  .subheading1 {
    font-size: 1.6875rem;
  }
}

.heading2, .card--full .card__title {
  line-height: 1.2;
  font-size: 1.25em;
  font-size: 1.5625rem;
}
@media print, screen and (min-width: 51.25em) {
  .heading2, .card--full .card__title {
    font-size: 1.5625em;
  }
}

.heading3 {
  line-height: 1.2;
  font-size: 1.125em;
}
@media print, screen and (min-width: 51.25em) {
  .heading3 {
    font-size: 1.375em;
  }
}

.heading4 {
  line-height: 1.2;
  font-size: 1.0625em;
}
@media print, screen and (min-width: 51.25em) {
  .heading4 {
    font-size: 1.25em;
  }
}

.heading5, .author-data--big .author__name, .card__title {
  line-height: 1.2;
  font-size: 1em;
}
@media print, screen and (min-width: 51.25em) {
  .heading5, .author-data--big .author__name, .card__title {
    font-size: 1.125em;
  }
}

.heading6 {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1em;
  font-size: 1.375rem;
}
@media print, screen and (min-width: 51.25em) {
  .heading6 {
    font-size: 1em;
  }
}

.heading-small {
  font-size: 1rem;
}

hr {
  width: 50%;
}
hr.reset {
  width: 100%;
}

/* New typographic styles */
.section-heading {
  position: relative;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #2b2e34;
  text-align: left;
  font-weight: normal;
  margin: 0.5rem auto 1rem auto;
}
.section-heading::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1.35em;
  background-color: var(--primary);
  margin-right: 0.5rem;
  margin-bottom: -0.5rem;
  vertical-align: top;
}
.section-heading.collapse {
  margin: 0;
}
.section-heading span {
  font-weight: normal;
}
.section-heading_pages {
  margin-bottom: 2.5rem;
  font-weight: bold;
  margin-top: 3.125rem;
  margin-bottom: 1.875rem;
  font-size: 1.5625rem;
}
@media screen and (min-width: 75em) {
  .section-heading_pages {
    margin-top: 3.75rem;
    margin-bottom: 3.125rem;
    font-size: 1.688rem;
  }
}
.section-heading_pages h1 {
  margin-bottom: 3.125rem;
}
.section-heading#proposals-count, .section-heading#meetings-count {
  text-transform: none;
  margin: 0.5rem auto 1rem auto;
}

.proposal-section-heading .section-heading {
  font-size: 1.563rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 75em) {
  .proposal-section-heading .section-heading {
    margin-top: 3.125rem;
    font-size: 1.6875rem;
  }
}

.mediumlarge-8.proposal-details .section-heading, .mediumlarge-8.meeting-details .section-heading {
  font-weight: 400;
  margin: 2.5rem auto 1.25rem auto;
}
@media screen and (min-width: 75em) {
  .mediumlarge-8.proposal-details .section-heading, .mediumlarge-8.meeting-details .section-heading {
    margin-top: 3.125rem;
  }
}
.mediumlarge-8.proposal-details .author-data img, .mediumlarge-8.meeting-details .author-data img {
  max-width: 1.75rem;
}
@media print, screen and (min-width: 28.125em) {
  .mediumlarge-8.proposal-details .author-data img, .mediumlarge-8.meeting-details .author-data img {
    max-width: 2rem;
  }
}
@media screen and (min-width: 75em) {
  .mediumlarge-8.proposal-details .author-data img, .mediumlarge-8.meeting-details .author-data img {
    max-width: 2.313rem;
  }
}
.mediumlarge-8.proposal-details .meeting-report p, .mediumlarge-8.meeting-details .meeting-report p {
  color: #707070;
}
.mediumlarge-8.proposal-details .meeting-report ul, .mediumlarge-8.proposal-details ol, .mediumlarge-8.meeting-details .meeting-report ul, .mediumlarge-8.meeting-details ol {
  color: #707070;
  margin-left: 2rem;
}
.mediumlarge-8 .section-heading {
  margin: 2.5rem auto 1.25rem auto;
}
@media screen and (min-width: 75em) {
  .mediumlarge-8 .section-heading {
    margin-top: 3.125rem;
  }
}
.mediumlarge-8 h3.section-heading {
  font-size: 1.25rem;
}
@media screen and (min-width: 75em) {
  .mediumlarge-8 h3.section-heading {
    font-size: 1.563rem;
  }
}

#results .section-heading .muted {
  color: #707070;
}

#results .section-heading {
  margin-bottom: 1.675rem;
}

.home-section.upcoming-events {
  padding-top: 0;
}
.home-section.upcoming-events h2.section-heading {
  margin-top: 3.75rem;
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 75em) {
  .home-section.upcoming-events h2.section-heading {
    margin-top: 3.125rem;
    margin-bottom: 3.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .home-section.upcoming-events h2.section-heading {
    margin-top: 3.75rem;
  }
}
.home-section .section-heading {
  text-transform: none;
  color: #06060B;
  font-weight: 800;
  margin: 0rem auto 1.875rem 0rem;
  font-size: 1.5625rem;
  text-align: center;
}
@media screen and (min-width: 75em) {
  .home-section .section-heading {
    font-size: 1.6875rem;
  }
}

.section h1 {
  font-size: 1.563rem;
  margin-top: 1.875rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .section h1 {
    font-size: 2.188rem;
    margin-top: 5rem;
  }
}

@media print, screen and (min-width: 28.125em) {
  .section.view-side {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
}
@media print, screen and (min-width: 64em) {
  .section.view-side {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
.section li .strong {
  vertical-align: baseline;
  margin-left: -0.625rem;
}
.section li a {
  color: #0000bd;
}
.section li a:hover {
  color: #5555E9;
}
.section li a:visited {
  color: #5555E9;
}
.section::marker {
  font-size: 0.938rem;
  color: #7EB87A;
}
@media print, screen and (min-width: 28.125em) {
  .section::marker {
    font-size: 1.125rem;
  }
}

p a {
  color: #0000bd;
  text-decoration: underline;
}
p a:hover {
  color: #5555E9;
}
p a:visited {
  color: #993399;
}

.proposals_heading {
  color: #2b2e34;
}
.proposals_heading h1 {
  font-weight: bold;
  color: #2b2e34;
  font-size: 1.5rem;
  padding-top: 0;
  margin-top: 0.625rem;
  margin-bottom: 1.875rem !important;
}
@media print, screen and (min-width: 64em) {
  .proposals_heading h1 {
    font-size: 1.688rem;
    margin-top: 3.125rem;
    margin-bottom: 1.875rem;
  }
}
.proposals_heading p {
  color: #707070;
}

.subheading1 {
  margin-bottom: 0.5rem;
  font-weight: bold;
  padding-bottom: 0rem;
}
@media print, screen and (min-width: 28.125em) and (max-width: 51.24875em) {
  .subheading1 {
    margin-bottom: 1.875rem;
    margin-top: 3.125rem;
  }
}

h1.last-activity {
  text-align: left;
  font: normal normal normal 1.6875rem/2.62rem "Roboto", sans-serif;
  font-weight: bold;
  font-size: 1.5625rem;
  letter-spacing: 0px;
  color: #06060B;
  opacity: 1;
  margin-bottom: 1.4375rem;
  margin-top: 3.125rem;
  padding-left: 1rem;
}

.participatory-description {
  padding: 0;
  margin-bottom: 1.5rem;
  bottom: 0 !important;
}
.participatory-description h2, .participatory-description h3, .participatory-description h4, .participatory-description p {
  line-height: 1.1875rem;
  color: #707070;
  font-size: 1rem;
}

.participatory-title {
  text-align: center;
  font-size: 0.9375rem;
  letter-spacing: 0px;
  color: #06060B;
  font-weight: bold;
  font-size: 0.938rem;
}
@media print, screen and (min-width: 64em) {
  .participatory-title {
    font-size: 1.125rem;
  }
}

.mini-title {
  color: #2b2e34;
  font-size: 1.125rem;
  letter-spacing: 0.01em;
  font-weight: 600;
  margin-bottom: 0;
}
.mini-title__strong {
  color: #2b2e34;
  font-size: 1.2rem;
  font-weight: 800;
}
.mini-title__strong--highlight {
  font-size: 1.4rem;
}

.data-title__over {
  color: #2b2e34;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0.5rem;
}
.data-title__main {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 0;
}
.data-title__sub {
  color: #2b2e34;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1;
}

.page-title-wrapper {
  text-align: center;
}
.page-title-wrapper h1.heading1 {
  color: #0000bd;
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.page-title {
  margin-bottom: 3rem;
}
.page-title a:hover {
  text-decoration: underline;
}
.page-title.heading1 {
  font-size: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .page-title.heading1 {
    font-size: 1.875rem;
  }
}

.text-highlight {
  margin-bottom: 0;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
.text-highlight.heading1 {
  font-weight: 800;
}
.text-highlight > a {
  color: inherit;
}
.text-highlight > a:hover {
  color: var(--primary);
}

.text-primary {
  color: #5555E9;
}

.bg-primary {
  background-color: #dcdcfb;
}

.text-secondary {
  color: #ee704b;
}

.bg-secondary {
  background-color: #fbdfd7;
}

.text-success {
  color: #71c776;
}

.bg-success {
  background-color: #dff2e0;
}

.text-warning {
  color: #FFD617;
}

.bg-warning {
  background-color: #fff1b0;
}

.text-alert {
  color: #c93739;
}

.bg-alert {
  background-color: #eaafb0;
}

.text-muted {
  color: #2b2e34;
}

.bg-muted {
  background-color: #707888;
}

.text-large {
  font-size: 130%;
}

.text-medium, .chart-tooltip .tooltip-content {
  font-size: 90%;
}

.text-small {
  font-size: 80%;
}

.text-sm {
  font-size: 80%;
}

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

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

.text-ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.text-compact {
  line-height: 1;
}

.word-wrapper {
  display: inline-block;
}

/* HTML inline text elements. Modifiers color text */
a.primary,
abbr.primary,
acronym.primary,
b.primary,
bdo.primary,
big.primary,
br.primary,
button.primary,
cite.primary,
code.primary,
dfn.primary,
em.primary,
i.primary,
img.primary,
input.primary,
kbd.primary,
label.primary,
map.primary,
object.primary,
q.primary,
samp.primary,
script.primary,
select.primary,
.inline-filters button.primary[data-toggle],
small.primary,
span.primary,
strong.primary,
sub.primary,
sup.primary,
textarea.primary,
time.primary,
tt.primary,
var.primary {
  color: var(--primary);
}
a.secondary,
abbr.secondary,
acronym.secondary,
b.secondary,
bdo.secondary,
big.secondary,
br.secondary,
button.secondary,
cite.secondary,
code.secondary,
dfn.secondary,
em.secondary,
i.secondary,
img.secondary,
input.secondary,
kbd.secondary,
label.secondary,
map.secondary,
object.secondary,
q.secondary,
samp.secondary,
script.secondary,
select.secondary,
.inline-filters button.secondary[data-toggle],
small.secondary,
span.secondary,
strong.secondary,
sub.secondary,
sup.secondary,
textarea.secondary,
time.secondary,
tt.secondary,
var.secondary {
  color: var(--secondary);
}
a.success, .button--vote-button a.button.success,
abbr.success,
.button--vote-button abbr.button.success,
acronym.success,
.button--vote-button acronym.button.success,
b.success,
.button--vote-button b.button.success,
bdo.success,
.button--vote-button bdo.button.success,
big.success,
.button--vote-button big.button.success,
br.success,
.button--vote-button br.button.success,
button.success,
.button--vote-button button.button.success,
cite.success,
.button--vote-button cite.button.success,
code.success,
.button--vote-button code.button.success,
dfn.success,
.button--vote-button dfn.button.success,
em.success,
.button--vote-button em.button.success,
i.success,
.button--vote-button i.button.success,
img.success,
.button--vote-button img.button.success,
input.success,
.button--vote-button input.button.success,
kbd.success,
.button--vote-button kbd.button.success,
label.success,
.button--vote-button label.button.success,
map.success,
.button--vote-button map.button.success,
object.success,
.button--vote-button object.button.success,
q.success,
.button--vote-button q.button.success,
samp.success,
.button--vote-button samp.button.success,
script.success,
.button--vote-button script.button.success,
select.success,
.inline-filters button.success[data-toggle],
.button--vote-button select.button.success,
small.success,
.button--vote-button small.button.success,
span.success,
.button--vote-button span.button.success,
strong.success,
.button--vote-button strong.button.success,
sub.success,
.button--vote-button sub.button.success,
sup.success,
.button--vote-button sup.button.success,
textarea.success,
.button--vote-button textarea.button.success,
time.success,
.button--vote-button time.button.success,
tt.success,
.button--vote-button tt.button.success,
var.success,
.button--vote-button var.button.success {
  color: var(--success);
}
a.warning,
abbr.warning,
acronym.warning,
b.warning,
bdo.warning,
big.warning,
br.warning,
button.warning,
cite.warning,
code.warning,
dfn.warning,
em.warning,
i.warning,
img.warning,
input.warning,
kbd.warning,
label.warning,
map.warning,
object.warning,
q.warning,
samp.warning,
script.warning,
select.warning,
.inline-filters button.warning[data-toggle],
small.warning,
span.warning,
strong.warning,
sub.warning,
sup.warning,
textarea.warning,
time.warning,
tt.warning,
var.warning {
  color: var(--warning);
}
a.alert,
abbr.alert,
acronym.alert,
b.alert,
bdo.alert,
big.alert,
br.alert,
button.alert,
cite.alert,
code.alert,
dfn.alert,
em.alert,
i.alert,
img.alert,
input.alert,
kbd.alert,
label.alert,
map.alert,
object.alert,
q.alert,
samp.alert,
script.alert,
select.alert,
.inline-filters button.alert[data-toggle],
small.alert,
span.alert,
strong.alert,
sub.alert,
sup.alert,
textarea.alert,
time.alert,
tt.alert,
var.alert {
  color: var(--alert);
}
a.muted,
abbr.muted,
acronym.muted,
b.muted,
bdo.muted,
big.muted,
br.muted,
button.muted,
cite.muted,
code.muted,
dfn.muted,
em.muted,
i.muted,
img.muted,
input.muted,
kbd.muted,
label.muted,
map.muted,
object.muted,
q.muted,
samp.muted,
script.muted,
select.muted,
.inline-filters button.muted[data-toggle],
small.muted,
span.muted,
strong.muted,
sub.muted,
sup.muted,
textarea.muted,
time.muted,
tt.muted,
var.muted {
  color: #2b2e34;
}

ul.no-bullet-indented,
ol.no-bullet-indented {
  list-style-type: none;
}

p {
  font-size: 1rem;
  line-height: 1.75rem;
  text-align: left;
  color: #707070;
}
p li a {
  color: #0000bd;
  text-decoration: underline;
}
p li a:hover {
  color: #5555E9;
}
p li a strong:visited {
  color: #0000bd;
}

.homepage p {
  font-size: 1.25rem;
  line-height: 1.875rem;
  text-align: center;
  color: #707070;
  padding: 3.125rem 0 1.25rem 0;
}
@media print, screen and (min-width: 28.125em) {
  .homepage p {
    font-size: 1.0625rem;
    line-height: 1.6875rem;
  }
}

.bullet-list ul {
  padding: 1.875rem 0 1.875rem 0;
}
.bullet-list li::before {
  content: "•";
  color: #7EB87A;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  width: 0.6875rem;
  font-size: 2rem;
  left: 0;
  line-height: 0.7;
}

.title-action {
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.25rem;
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .title-action {
    margin-top: 3.75rem;
  }
}
.title-action .title-action__action {
  background-color: transparent;
  color: #1a181d;
  border: 0.125rem solid #7EB87A;
  float: right;
}
@media screen and (min-width: 75em) {
  .title-action .title-action__action {
    float: none;
  }
}
.title-action .title-action__action:focus, .title-action .title-action__action:hover {
  color: #FFFFFF;
  border: 0.125rem solid #7EB87A;
  background-color: #5555E9;
}
.title-action .title-action__action:focus .icon, .title-action .title-action__action:hover .icon {
  color: #1a181d;
}
.title-action .title-action__action .icon {
  color: #EC6E19;
}

.title-action.title-action_meetings {
  margin-top: 0;
  margin-bottom: 0;
}
@media print, screen and (min-width: 51.25em) {
  .title-action.title-action_meetings {
    margin-bottom: 1.25rem;
  }
}

.title-action.title-action-proposals {
  margin-bottom: 0;
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .title-action.title-action-proposals {
    margin-top: 2.188rem;
    margin-bottom: 1.25rem;
  }
}

.title-action__title {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
  margin-bottom: 0;
}
.title-action__title.section-heading {
  font-size: 1.25rem;
  font-weight: 600;
  color: black;
}
@media print, screen and (min-width: 62.5em) {
  .title-action__title.section-heading {
    font-size: 25px;
  }
}

.participatory_process_footer a.title-action__action.button,
.participatory_process_footer .title-action__action.button.hollow {
  font-size: 1rem;
}
@media print, screen and (min-width: 64em) {
  .participatory_process_footer a.title-action__action.button,
.participatory_process_footer .title-action__action.button.hollow {
    font-size: 1.25rem;
  }
}

.title-action__action.button,
.title-action__action.button.hollow {
  display: inline-block;
  vertical-align: middle;
  margin-left: 1rem;
  width: auto;
  padding-right: 2.7rem;
  padding-left: 2.7rem;
  white-space: nowrap;
  font-size: 1rem;
  font-weight: bold;
  background-color: transparent;
  color: #5555E9;
  border: 0.188rem solid #7EB87A;
}
.title-action__action.button.button--left,
.title-action__action.button.hollow.button--left {
  margin-left: 0;
}
.title-action__action.button.proposal-withdraw,
.title-action__action.button.hollow.proposal-withdraw {
  border: 0.063rem solid #ec3a1e;
  color: #06060B;
  font-weight: normal;
  vertical-align: text-top;
  font-size: 0.75rem;
  padding: 0.4rem 1.188rem;
}
@media print, screen and (min-width: 28.125em) {
  .title-action__action.button.proposal-withdraw,
.title-action__action.button.hollow.proposal-withdraw {
    margin-top: -1.0625rem;
    margin-bottom: 1.063rem;
  }
}
.title-action__action.button.proposal-withdraw svg,
.title-action__action.button.hollow.proposal-withdraw svg {
  margin-left: 0.5rem;
}
.title-action__action.button.proposal-withdraw:hover,
.title-action__action.button.hollow.proposal-withdraw:hover {
  color: #FFFFFF;
  background-color: #ec3a1e;
  border: 0.063rem solid #ec3a1e;
}
.title-action__action.button.proposal-withdraw:hover svg line,
.title-action__action.button.hollow.proposal-withdraw:hover svg line {
  stroke: #FFFFFF;
}
.title-action__action.button:hover,
.title-action__action.button.hollow:hover {
  color: #FFFFFF;
  border: 0.188rem solid #5555E9;
  background-color: #5555E9;
}
.title-action__action.button:hover .icon,
.title-action__action.button.hollow:hover .icon {
  color: #FFFFFF;
}
.title-action__action.button .icon,
.title-action__action.button.hollow .icon {
  width: 11px;
  height: 11px;
  margin-left: 0.3rem;
  color: #5555E9;
}

.title-proposal {
  text-align: left;
  letter-spacing: 0;
  font-size: 1.563rem;
  color: #06060B;
  margin-top: 0.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.5625rem;
}
@media print, screen and (min-width: 64em) {
  .title-proposal {
    margin-top: 1.25rem;
    font-size: 1.688rem;
    font-weight: bold;
  }
}

#single-meeting .heading2, #single-meeting .card--full .card__title, .card--full #single-meeting .card__title {
  font-size: 1.5rem;
  color: #06060B;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-weight: bold;
  font-size: 1.5625rem !important;
}
@media print, screen and (min-width: 64em) {
  #single-meeting .heading2, #single-meeting .card--full .card__title, .card--full #single-meeting .card__title {
    font-size: 1.6875rem !important;
  }
}

.static__message p {
  text-align: center !important;
}

.card__content .endorse-button a, .badge-card__content .endorse-button a, .card__content .endorse-button button.expanded, .badge-card__content .endorse-button button.expanded {
  padding-left: 0.7rem;
  font-size: 1rem !important;
}
.card__content .endorse-button:hover a, .badge-card__content .endorse-button:hover a, .card__content .endorse-button:hover div, .badge-card__content .endorse-button:hover div, .card__content .endorse-button:hover button.expanded, .badge-card__content .endorse-button:hover button.expanded, .card__content .endorse-button:focus a, .badge-card__content .endorse-button:focus a, .card__content .endorse-button:focus div, .badge-card__content .endorse-button:focus div, .card__content .endorse-button:focus button.expanded, .badge-card__content .endorse-button:focus button.expanded {
  background-color: #0000bd;
  border-top-right-radius: 2em;
  border-bottom-right-radius: 2em;
  margin-bottom: 0;
}
.card__content .endorse-button:hover .button--shadow, .badge-card__content .endorse-button:hover .button--shadow, .card__content .endorse-button:focus .button--shadow, .badge-card__content .endorse-button:focus .button--shadow {
  background-color: #0000bd;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.card__content .endorse-button div, .badge-card__content .endorse-button div {
  font-size: 1rem !important;
}

.endorse-button form:before {
  content: "";
  border-right: 2px solid #FFFFFF;
  position: absolute;
  top: 13px;
  bottom: 13px;
}
.endorse-button .button.small.compact .icon--small {
  width: 1.3rem;
  height: 12px;
}
.endorse-button .button {
  line-height: 1.375rem;
  font-size: 1rem;
}
.endorse-button .button:first-child {
  min-width: 4.575rem;
  text-align: left !important;
}
.endorse-button a {
  position: relative;
}
.endorse-button a.button {
  background-color: #5555E9;
}
.endorse-button:focus {
  outline: none;
}
.endorse-button form {
  position: relative;
}
.endorse-button form .button.expanded.secondary:first-child {
  padding-left: 8px !important;
}

.button {
  margin: 0 0 1.25rem 0;
}
.button.small {
  padding: 0.625rem 1.875rem;
}
.button.small.compact {
  padding-left: 0.9rem;
  padding-right: 0.5rem;
  letter-spacing: 0;
  font-weight: bold;
  text-align: left;
}
.button.small.compact .icon--small {
  width: 1rem;
}
.button.button--icon {
  display: inline-flex;
  justify-items: center;
  border-radius: 2em;
}
.button.button--icon.secondary.follow-button {
  padding: 0;
  line-height: 2.5rem;
  border: 0.125rem solid #5555E9;
  background: #5555E9;
  color: #FFFFFF;
  margin-bottom: 1.875rem;
}
.button.button--icon.secondary.follow-button.follow-button:hover {
  background-color: #0000bd;
  border-color: #0000bd;
  outline: none;
}
.button.button--icon.secondary.follow-button.follow-button:hover .status-description {
  color: #FFFFFF;
}
.button.button--icon.secondary.follow-button .icon-wrap {
  color: #FFFFFF;
  border-top-left-radius: 1.2rem;
  border-bottom-left-radius: 1.2rem;
  margin-right: 0.5rem;
  margin-left: -0.375rem;
  padding-left: 0 !important;
  font-size: 1rem !important;
}
.button.button--icon.secondary.follow-button .icon-wrap span {
  margin-right: 0;
}
.button.button--icon.secondary.follow-button:hover {
  border: 0.125rem solid #5555E9;
  background: #5555E9;
  color: #FFFFFF;
}
.button.button--icon.secondary.follow-button .status-description {
  border-left: 2px solid #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  line-height: 1rem;
  margin: 0.625rem 0;
  padding: 0 0.5rem;
  text-align: left;
}
.button.tiny {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.button.tiny.compact {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  letter-spacing: 0;
}
.button.button--right {
  float: right;
}
.button:focus {
  outline: none;
}

.ml-s .button--icon.follow-button .status-description {
  text-align: left;
  margin-left: 0.4rem;
}

.button {
  background-color: #5555E9;
  padding: 0.85rem 1.875rem;
}
.button:hover {
  background-color: #0000bd;
}
.button.button-edit {
  width: auto !important;
}
.button.hollow {
  background-color: #fff;
  color: #5555E9;
  border-color: #fff;
  font-weight: bold;
  border: 3px solid #7EB87A;
}
.button.hollow:hover {
  color: #FFFFFF;
  background-color: #5555E9;
  border-color: #5555E9;
}
.button.secondary {
  background-color: #5555E9;
  color: #fff;
}
.button.secondary[disabled] {
  background-color: #5555E9 !important;
  color: #fff;
  opacity: 1;
}
:is(.button.secondary, .button.secondary[disabled]):hover, :is(.button.secondary, .button.secondary[disabled]):focus {
  background-color: #0000bd !important;
  color: #fff;
  opacity: 1;
}
.button.secondary.hollow {
  background-color: transparent;
  border-color: #5555E9;
  color: #5555E9;
}
.button.secondary.hollow:hover, .button.secondary.hollow:focus {
  border-color: #5555E9;
  background-color: #5555E9;
  color: #FFFFFF;
}
.button.cta, #highlighted-processes .button.expanded, .process-header__phase .button, .process-phase .button, .button--vote-button .button {
  background: #ee704b;
  color: #1a181d;
  border: 2px solid #ee704b;
  text-transform: none;
  font-weight: 900;
}
.button.cta:hover, #highlighted-processes .button.expanded:hover, .process-header__phase .button:hover, .process-phase .button:hover, .button--vote-button .button:hover {
  background: #ee704b;
  border-color: #1a181d;
  color: #1a181d;
}
.button.cta:focus, #highlighted-processes .button.expanded:focus, .process-header__phase .button:focus, .process-phase .button:focus, .button--vote-button .button:focus {
  background: #ee704b;
  border-color: #1a181d;
  color: #1a181d;
}
.button.highlight {
  color: #fff;
  background-color: #ee704b;
  transition: none;
  font-weight: 600;
}
.button.highlight span {
  font-weight: 400;
}
.button.highlight:hover {
  background-color: #0000bd;
  transition: none;
}
.button.clear {
  padding: 0.3rem;
}
.button.clear:hover {
  color: #1a181d;
  text-decoration: underline;
}
.button.success, .button--vote-button .button.success {
  color: #fff;
}

.button--search__all {
  padding: 0.75rem 1.875rem;
  margin-bottom: 1.85rem;
}

.progress-meter {
  background-color: #5555E9;
}

.button.hollow:disabled:hover,
.button.hollow.disabled:hover {
  background-color: transparent;
  border-color: #FFD617;
  color: #FFD617;
}
.button.hollow:disabled:hover.secondary,
.button.hollow.disabled:hover.secondary {
  border-color: #5555E9;
  color: #5555E9;
}
.button.hollow:disabled:hover.secondary.success,
.button.hollow.disabled:hover.secondary.success {
  border-color: #71c776;
  color: #71c776;
}
.button.hollow:disabled:hover.success,
.button.hollow.disabled:hover.success {
  border-color: #71c776;
  color: #71c776;
}
.button.hollow:disabled:hover.alert,
.button.hollow.disabled:hover.alert {
  border-color: #c93739;
  color: #c93739;
}
.button.hollow:disabled:hover.warning,
.button.hollow.disabled:hover.warning {
  border-color: #FFD617;
  color: #FFD617;
}

.button.light:not(.hollow).primary {
  color: var(--primary);
}
.button.light:not(.hollow).secondary {
  color: #fff;
}
.button.light:not(.hollow).success {
  color: #fff;
}
.button.light:not(.hollow).warning {
  color: var(--warning);
}
.button.light:not(.hollow).alert {
  color: var(--alert);
}

.button.light.hollow {
  border-color: #fff;
  color: #fff;
}

.button-group .button {
  margin-bottom: 0;
}

.button-group--collapse {
  text-align: left;
  margin-bottom: 0;
  display: flex;
}
.button-group--collapse > :last-child {
  flex: 1;
}
.button-group--collapse .button {
  margin-right: 0;
}
.button-group--collapse > :first-child,
.button-group--collapse > :first-child * {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.button-group--collapse > :last-child,
.button-group--collapse > :last-child * {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.button-group--collapse > :not(:first-child):not(:last-child),
.button-group--collapse > :not(:first-child):not(:last-child) * {
  border-radius: 0;
}

.buttons__row {
  display: flex;
  flex-direction: row;
}
.buttons__row > * {
  margin: 0 0.25rem;
}
.buttons__row > :first-child {
  margin-left: 0;
}
.buttons__row > :last-child {
  margin-right: 0;
}

.buttons__column {
  display: flex;
  flex-direction: column;
}
.buttons__column > * {
  margin: 0.25rem 0;
}
.buttons__column > :first-child {
  margin-top: 0;
}
.buttons__column > :last-child {
  margin-bottom: 0;
}

/* Extra buttons styles */
.button--shadow.primary {
  color: #fff;
  background-color: #2b2b75;
}
.button--shadow.secondary {
  color: #fff;
  background-color: #2b2b75;
}
.button--shadow.success, .button--vote-button .button--shadow.button.success {
  color: #fff;
  background-color: #39643b;
}
.button--shadow.warning {
  color: #fff;
  background-color: #806b0c;
}
.button--shadow.alert {
  color: #fff;
  background-color: #651c1d;
}
.button--shadow.muted {
  color: #fff;
  background-color: #16171a;
}

.button--shadow.secondary {
  background-color: #5555E9;
}

.tooltip .button--icon.amend_button_card_cell.hollow {
  width: 170px;
}

.button--icon {
  display: flex;
  align-items: center;
  position: relative;
}
.button--icon.meetings.hollow {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.button--icon.meetings.close {
  border-color: #EC3A1E;
}
.button--icon.meetings.close:focus, .button--icon.meetings.close:hover {
  background-color: #EC3A1E;
}
.button--icon.amend_button_card_cell.hollow {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  border: 0.375rem solid #7EB87A;
  font-size: 1.25rem;
  color: #5555E9;
}
.button--icon.amend_button_card_cell.hollow:focus, .button--icon.amend_button_card_cell.hollow:hover {
  color: #FFFFFF;
  background-color: #5555E9;
  border: 0.375rem solid #5555E9;
}
.button--icon.secondary.hollow {
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: 0.125rem solid #5555E9;
  color: #5555E9;
}
.button--icon.secondary.hollow:focus, .button--icon.secondary.hollow:hover {
  color: #5555E9;
  background-color: #FFFFFF;
  border: 0.125rem solid #7EB87A;
}
.button--icon .icon-wrap {
  padding: 0 0.85em;
  height: 100%;
  min-width: 4.125rem;
  white-space: no-wrap;
  padding-right: 0.313rem;
  width: 4.375rem !important;
  text-align: right;
}
.button--icon .icon-wrap .icon {
  margin: 0;
}
.button--icon .text-wrap {
  display: block;
  width: auto;
}
.button--icon .icon {
  margin: 0 2px;
  vertical-align: middle;
}
.button--icon.small .icon-wrap {
  padding-left: 1.25rem;
}
.button--icon.small .icon {
  width: 12px;
  height: 12px;
}
.button--icon.secondary .icon-wrap {
  border-color: #5555E9;
}
.button--icon:hover .icon-wrap {
  border-color: inherit;
}

.button--nomargin {
  margin: 0;
}

.button--frosted {
  background-color: rgba(255, 255, 255, 0.65);
  color: #5555E9;
}

.button--muted {
  background-color: #EBEBEB;
  color: #5555E9;
  transition: none;
}
.button--muted:hover {
  background-color: #CFCFCF;
  color: #5555E9;
}
.button--muted:focus {
  background-color: #CFCFCF;
  color: #5555E9;
  outline-offset: 0;
}
.button--muted.hollow {
  border-color: #EBEBEB;
}

.button--sc.large {
  font-size: 1rem;
}

.button__info {
  text-transform: none;
  font-weight: normal;
  font-size: 80%;
  margin-top: 0.25rem;
  display: block;
}

.link {
  cursor: pointer;
  color: #5555E9;
  font-weight: 400;
}

.muted-link {
  font-weight: 400;
  color: #9F9F9F;
}
.muted-link:hover {
  color: #5555E9;
}

.show-more {
  text-align: center;
  margin-bottom: 1rem;
}

/* Social buttons */
.button--social {
  padding: 0 1.5rem 0 0;
  text-align: left;
  display: block;
  min-width: 250px;
}
.button--social .button--social__text {
  font-weight: 700;
  vertical-align: text-bottom;
}

.button--social__icon {
  display: inline-block;
  vertical-align: middle;
  padding: 0.85em 1rem;
  border-right: 1px solid rgba(0, 0, 0, 0.075);
  margin-right: 0.5rem;
  min-width: 3rem;
  text-align: center;
}

.button--twitter {
  background-color: var(--twitter);
}
.button--twitter:hover {
  background-color: var(--twitter);
  filter: brightness(90%);
}

.button--facebook {
  background-color: var(--facebook);
}
.button--facebook:hover {
  background-color: var(--facebook);
  filter: brightness(90%);
}

.button--google {
  background-color: var(--google);
  font-family: "Roboto", sans-serif;
}
.button--google:hover {
  background-color: var(--google);
  filter: brightness(90%);
}
.button--google .button--social__icon {
  padding: 0;
}
.button--google .button--social__icon svg.icon {
  fill: inherit;
  width: inherit;
  height: inherit;
  margin-top: 2px;
  /*
   * This is a hack to comply with google guidelines
   * https://developers.google.com/identity/branding-guidelines
   * Currently the icons.svg file have the wrong google icon, until that's fixed
   * google icon can be specified in secrets.yml with icon_path: decidim/brands/google.svg
   * however to facilitate upgrades this provides a fallback
   */
  max-width: 42px;
  max-height: 42px;
}
.button--google.button--social--mini .button--social__icon {
  font-size: 0;
  min-width: auto;
  padding: 0;
}
.button--google.button--social--mini .button--social__icon svg.icon {
  margin: 1px;
}

.button--vote-button .button.success {
  border-color: #71c776;
}
.button--vote-button .button.success:hover {
  background-color: #43a949;
}

.proposal-link {
  color: #5555E9;
  letter-spacing: 0;
  opacity: 1;
  font-family: "Roboto", sans-serif;
  font-size: 0.875rem;
}

.button.hollow.button__close {
  border: 0.188rem solid #ec3a1e;
  vertical-align: text-top;
}
.button.hollow.button__close svg {
  margin-left: 0.5rem;
}
.button.hollow.button__close:hover {
  color: #FFFFFF;
  background-color: #ec3a1e;
}

.button.mark-all-as-read-button {
  font-size: 1rem;
  font-weight: bold;
  border-radius: 1.25rem;
  padding: 0.7rem 1.85rem;
}

.button.clear[aria-label=Cancel] {
  padding-top: 0.938rem;
}

@media print, screen and (max-width: 23.74875em) {
  .button_export-calendar {
    padding-left: 0;
    padding-top: 0.125rem;
    width: 75%;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .button_export-calendar .button {
    background-color: #FFFFFF;
    color: #5555E9;
    text-decoration: underline;
    padding: 0;
    font-size: 0.938rem;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .button_export-calendar svg {
    display: none;
  }
}

[data-toggle] span {
  margin-right: 0;
}

.button--omniauth {
  padding: 0.69rem 1rem;
}
.button--omniauth .button--social__text {
  font-size: 1rem;
  font-weight: bold;
}

/* Froms foundation overwrites */
.input-group .input-group-field:focus, .input-group .user-nickname label .row > span:focus:last-of-type, .user-nickname label .input-group .row > span:focus:last-of-type {
  position: relative;
  z-index: 10;
}

.input-group-button button {
  height: 2.5rem;
  padding: 0.5rem 1rem;
}

label.has-tribute,
.field.has-tribute {
  position: relative;
}
label.has-tribute .tribute-container,
.field.has-tribute .tribute-container {
  top: auto;
  margin-top: -1rem;
  max-width: none;
  width: 100%;
}

.help-text {
  display: block;
  line-height: 1.2;
  margin: -0.5rem 0 1rem;
}

.form-input-extra-before,
.form-input-extra-after {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  margin-top: -1rem;
}

#registration_user_nickname_characters {
  margin-top: 1rem;
}

.form-input-extra-before {
  margin-bottom: 0.5rem;
}

.form-input-extra-after {
  margin-bottom: 1rem;
}

label > [type=checkbox],
label > [type=radio] {
  margin-bottom: 0;
}

/* Switch additional styles */
.switch-with-label > label {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.switch-with-label .switch-paddle {
  display: inline-block;
  margin-right: 1rem;
  flex-shrink: 0;
}

.switch input.switch-input:active + .switch-paddle, .switch input.switch-input:focus + .switch-paddle {
  outline: none;
  outline-color: var(--highlight);
  outline-offset: 2px;
}

.checkboxes {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkboxes::after {
  /* Align last row to left */
  min-width: 200px;
  content: "";
}
.checkboxes label {
  min-width: 200px;
}
.checkboxes label input[type=checkbox] {
  vertical-align: middle;
}

[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,
select,
.inline-filters button[data-toggle],
input[type=file],
input[type=checkbox],
input[type=radio] {
  outline: 0;
}
[type=text]:active, [type=text]:focus, [type=password]:active, [type=password]:focus, [type=date]:active, [type=date]:focus, [type=datetime]:active, [type=datetime]:focus, [type=datetime-local]:active, [type=datetime-local]:focus, [type=month]:active, [type=month]:focus, [type=week]:active, [type=week]:focus, [type=email]:active, [type=email]:focus, [type=number]:active, [type=number]:focus, [type=search]:active, [type=search]:focus, [type=tel]:active, [type=tel]:focus, [type=time]:active, [type=time]:focus, [type=url]:active, [type=url]:focus, [type=color]:active, [type=color]:focus,
textarea:active,
textarea:focus,
select:active,
.inline-filters button[data-toggle]:active,
select:focus,
.inline-filters button[data-toggle]:focus,
input[type=file]:active,
input[type=file]:focus,
input[type=checkbox]:active,
input[type=checkbox]:focus,
input[type=radio]:active,
input[type=radio]:focus {
  outline: none;
  outline-color: var(--highlight);
  outline-offset: 2px;
}

.emoji__container {
  position: relative;
}
.emoji__trigger {
  position: relative;
  top: -1rem;
}
.emoji__button {
  position: absolute;
  bottom: 0.5rem;
  right: 1rem;
  cursor: pointer;
}
.emoji__button svg {
  width: 1em;
}

.icon {
  width: 0.875em;
  height: 0.875em;
  fill: currentColor;
}
.icon.primary {
  color: var(--primary);
}
.icon.secondary {
  color: var(--secondary);
}
.icon.success, .button--vote-button .icon.button.success {
  color: var(--success);
}
.icon.warning {
  color: var(--warning);
}
.icon.alert {
  color: var(--alert);
}
.icon.muted {
  color: #2b2e34;
}

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

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Reveal foundation overwrites */
@media print, screen and (max-width: 23.74875em) {
  .reveal {
    width: 95%;
    left: 2.5%;
    top: 2rem;
    height: auto;
    min-height: auto;
  }
}
.reveal__header {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 1rem;
}
.reveal__header.reveal__header--nomargin {
  margin-bottom: 0;
}

.reveal .calendar-url-description {
  margin-bottom: 0.5rem;
}
.reveal .calendar_url_input {
  margin-top: 1rem;
}
.reveal #urlCalendarUrl {
  cursor: auto;
}

.reveal__footer {
  border-top: 1px solid #E7E7E7;
}
.reveal__footer .buttons {
  display: flex;
  justify-content: center;
  padding: 0.625rem 0 3.75rem;
}
@media print, screen and (min-width: 51.25em) {
  .reveal__footer .buttons {
    padding-bottom: 0;
    margin-bottom: -1rem;
  }
}

.reveal__bg {
  background-color: #EBEBEB;
}

.reveal__title {
  margin-top: -0.375rem;
  font-size: 1.125rem;
  font-weight: 700;
}
@media print, screen and (min-width: 64em) {
  .reveal__title {
    font-size: 1.375rem;
  }
}

.reveal__list li {
  display: flex;
}
.reveal__list li.selected {
  background-color: rgba(255, 214, 23, 0.3);
  justify-content: space-between;
}
.reveal__list li.selected svg {
  color: #71c776;
  align-self: center;
}
.reveal__list li:hover {
  cursor: pointer;
}
.reveal__list li:not(:last-child) {
  border-bottom: 1px solid #E7E7E7;
}

.reveal__trigger {
  cursor: pointer;
}

.reveal__buttons {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
}

.reveal p {
  font-size: 0.938rem;
  color: #D4D4D4;
}
@media print, screen and (min-width: 64em) {
  .reveal p {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 28.125em) and (max-width: 51.24875em) {
  .reveal {
    margin: auto 1rem;
  }
}

.wrapper {
  padding: 1.2rem 1rem;
  position: relative;
}
@media print, screen and (min-width: 51.25em) {
  .wrapper {
    padding: 3rem 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.wrapper-mini {
  padding: 1.2rem 1rem 0;
  position: relative;
}
@media print, screen and (min-width: 51.25em) {
  .wrapper-mini {
    padding: 2rem 1.5rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .wrapper-mini {
    padding: 3rem 4rem 0;
  }
}

.wrapper--inner {
  background: #EBEBEB;
  padding-top: 1rem;
}

html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
}
@media print, screen and (max-width: 51.24875em) {
  body {
    background-color: #646567;
  }
}

.footer-separator {
  flex-grow: 1;
}

.off-canvas-wrapper {
  background-color: #F5F5F5;
}

.off-canvas-wrapper,
.off-canvas-wrapper-inner,
.off-canvas-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.off-canvas {
  background-color: #646567;
}
.off-canvas .close-button {
  color: #F5F5F5;
  padding: 0.2rem 0.5rem;
  margin-right: -0.5rem;
}

.translation-bar a.button {
  margin-bottom: 0;
  margin-top: -4px;
  margin-right: 5px;
}

/* Variables */
/* Title bar */
.title-bar {
  position: relative;
  font-family: Arial, sans-serif;
}
@media print, screen and (min-width: 51.25em) {
  .title-bar {
    padding-bottom: 0 !important;
  }
}

.logo-cityhall {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  margin-top: -1.95rem;
  text-align: right;
}
.logo-cityhall img {
  width: auto;
  height: 22px !important;
}
@media print, screen and (min-width: 51.25em) {
  .logo-cityhall {
    top: 50%;
    margin-top: -19px;
  }
  .logo-cityhall img {
    height: 38px !important;
  }
}

.nav-search-holder {
  max-width: 20rem;
  width: 100%;
}

.topbar__search {
  position: relative;
  margin-left: 0;
  margin-bottom: 2rem;
  max-width: 20rem;
  width: 100%;
}
@media print, screen and (min-width: 51.25em) {
  .topbar__search {
    margin-left: 2rem;
    margin-bottom: 0;
  }
}
.topbar__search .input-group {
  margin-bottom: 0;
}
.topbar__search .input-group .text-input {
  border: 1px solid #9F9F9F;
  border-right-width: 0;
  width: 100%;
  margin-bottom: 0;
  height: 2.75rem;
  border-radius: 0;
  padding: calc(-1px + 0.75rem);
}
.topbar__search .input-group .text-input:hover, .topbar__search .input-group .text-input:active {
  border: 1px solid #004494;
  margin-right: -1px;
}
.topbar__search .input-group .text-input:focus {
  outline: 3px solid #FFD617;
  outline-offset: -3px;
}
.topbar__search .input-group .input-group-button .button--search {
  border-radius: 0;
  border: 1px solid #9F9F9F;
  border-left-width: 0;
  background-color: #EBEBEB;
  color: #004494;
  font-weight: 600;
  height: 2.75rem;
}
.topbar__search .input-group .input-group-button .button--search:hover, .topbar__search .input-group .input-group-button .button--search:active {
  background-color: #CFCFCF;
}
.topbar__search .input-group .input-group-button .button--search:focus {
  outline: 3px solid #FFD617;
  outline-offset: -3px;
}

/* Top bar */
.topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0.5rem 0;
}
@media print, screen and (min-width: 51.25em) {
  .topbar {
    padding-top: 1rem;
    padding-bottom: 0;
  }
}
.topbar > div {
  flex: 0 0 auto;
  display: flex;
}
.topbar > div.logo-wrapper {
  flex: auto;
}

.logo-wrapper {
  display: inline-block;
  line-height: 0;
  flex-grow: 1;
}
.logo-wrapper a {
  display: inline-block;
}
.logo-wrapper a:focus {
  outline: 3px solid #FFD617;
  outline-offset: 2px;
}
.logo-wrapper .site-header__logo-image {
  height: 2.5rem;
  width: 10.125rem;
  display: block;
  margin: 0;
}
@media print, screen and (min-width: 51.25em) {
  .logo-wrapper .site-header__logo-image {
    height: 3.5rem;
    width: 14.1875rem;
  }
}

.topbar__dropmenu {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  margin-right: 2rem;
}
.topbar__dropmenu .dropdown > li > a {
  padding-left: 0;
  color: #004494;
}
.topbar__dropmenu .dropdown {
  display: inline-block;
  vertical-align: middle;
}
.topbar__dropmenu .is-dropdown-submenu {
  margin-top: 1rem;
  z-index: 701;
  text-align: left;
  padding: 0;
  background-color: #F2F5F9;
  border: 1px solid #BFD0E4;
  border-radius: 4px;
  min-width: 150px;
}
.topbar__dropmenu .is-dropdown-submenu::after, .topbar__dropmenu .is-dropdown-submenu::before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.topbar__dropmenu .is-dropdown-submenu::after {
  border-color: transparent;
  border-width: 10px;
  margin-left: -10px;
}
.topbar__dropmenu .is-dropdown-submenu::before {
  border-color: transparent;
  border-bottom-color: #BFD0E4;
  border-width: 11px;
  margin-left: -11px;
}
.topbar__dropmenu .is-dropdown-submenu li {
  padding: 0.5rem;
}
.topbar__dropmenu .is-dropdown-submenu li span {
  padding: 0.5rem;
  color: #2b2e34;
  display: inline-block;
}
.topbar__dropmenu .is-dropdown-submenu li a {
  padding: 0.5rem;
  color: #004494;
}
.topbar__dropmenu .is-dropdown-submenu li a:hover {
  color: #1a181d;
  text-decoration: underline;
}
.topbar__dropmenu .is-dropdown-submenu li:not(:last-child) {
  border-bottom: 1px solid #BFD0E4;
}
.topbar__dropmenu .is-dropdown-submenu li:hover {
  cursor: pointer;
  background-color: #fff;
}
.topbar__dropmenu #topbar__language-choose .is-dropdown-submenu {
  transform: translateX(-12%);
  top: 110%;
}
.topbar__dropmenu #topbar__user-notifications .is-dropdown-submenu {
  transform: translateX(-47%);
  top: 110%;
}
.topbar__dropmenu #topbar__user-profile .is-dropdown-submenu {
  transform: translateX(-40%);
  top: 110%;
}

.topbar__dropmenu > ul > li > a {
  color: #646567;
}
.topbar__dropmenu > ul > li > a::after {
  margin-top: -1px !important;
  border-top-color: #646567 !important;
}

@media print, screen and (max-width: 51.24875em) {
  .language-choose {
    font-size: 0.8rem;
    position: absolute;
    top: -2.2rem;
    left: 0.5rem;
    margin-left: 0;
  }
  .language-choose .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    border-width: 3px;
    right: 10px;
    margin-top: 0;
  }
}
.language-choose .dropdown.menu .is-active > a {
  color: #1a181d;
  text-decoration: underline;
}

.topbar__user {
  display: inline-block;
  padding-right: 0;
}
@media print, screen and (min-width: 51.25em) {
  .topbar__user {
    padding-right: 2rem;
  }
}

.topbar__user__logged,
.topbar__user__notifications {
  text-align: right;
  display: none;
}
@media print, screen and (min-width: 51.25em) {
  .topbar__user__logged,
.topbar__user__notifications {
    display: block;
  }
}
.topbar__user__logged .dropdown.menu > li.is-dropdown-submenu-parent > a.logged_in,
.topbar__user__notifications .dropdown.menu > li.is-dropdown-submenu-parent > a.logged_in {
  padding: 0;
  line-height: 1.5rem;
}
.topbar__user__logged .dropdown.menu > li.is-dropdown-submenu-parent > a::after,
.topbar__user__notifications .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: none;
}
.topbar__user__logged .dropdown.menu .is-active > a,
.topbar__user__notifications .dropdown.menu .is-active > a {
  color: #1a181d;
  text-decoration: underline;
}

.topbar__user__logged__picture {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  border: 1px solid #E7E7E7;
  object-fit: cover;
}

.topbar__user__logged__name {
  color: #2b2e34;
}
.topbar__user__logged__name > * {
  display: block;
}

.topbar__notifications,
.topbar__conversations {
  margin-right: 1rem;
  display: inline-block;
  margin-top: 0.14rem;
  line-height: 0.8rem;
}
.topbar__notifications:last-child,
.topbar__conversations:last-child {
  margin-right: 0;
}
.topbar__notifications .icon,
.topbar__conversations .icon {
  fill: #004494;
}
.topbar__notifications .icon:hover,
.topbar__conversations .icon:hover {
  fill: #1a181d;
}
.topbar__notifications.is-active .icon,
.topbar__conversations.is-active .icon {
  fill: #F8AE21;
}

.topbar__notifications__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2b2e34;
  width: 250px;
  display: flex;
  flex-direction: row;
}
.topbar__notifications__item > * {
  margin: 0 0.5rem;
}
.topbar__notifications__item > :first-child {
  margin-left: 0;
}
.topbar__notifications__item > :last-child {
  margin-right: 0;
}
.topbar__notifications__item strong {
  color: #5555E9;
}
.topbar__notifications__item :last-child {
  flex: 1;
}
.topbar__notifications__item :last-child > * {
  display: block;
}

.topbar__notifications__item--more {
  text-align: center;
  background-color: #EBEBEB;
  color: #5555E9;
  font-size: 90%;
}

.off-canvas .hide-for-medium .topbar__user__login {
  text-align: left;
  padding: 15px;
  padding-left: 20px;
  border-bottom: 1px solid #D4D4D4;
  border-top: 1px solid #D4D4D4;
  margin-top: 0;
  background-color: #1E1E85;
}
.off-canvas .hide-for-medium .topbar__user__login a {
  width: 100%;
}
.off-canvas .hide-for-medium .topbar__user__login:active {
  background-color: #1E1E85;
}
.off-canvas .hide-for-medium .topbar__user__login:active a {
  color: #FFFFFF;
  text-decoration: none;
}
.off-canvas .hide-for-medium .topbar__user__login:focus {
  background-color: #1E1E85;
}

.topbar__user__login {
  text-align: right;
}
.topbar__user__login a {
  line-height: 1.5rem;
  color: #004494;
  margin-right: 2rem;
  display: inline-block;
}
.topbar__user__login a:hover, .topbar__user__login a:active {
  color: #1a181d;
  text-decoration: underline;
}
.topbar__user__login a:last-of-type {
  margin-right: 0;
}

/* Menu icon and off-canvas */
.topbar__menu {
  text-align: right;
  font-size: 1.25rem;
  margin-right: 0.1rem;
}
.topbar__menu button {
  color: #004494;
  margin-bottom: 0;
  margin-left: 1rem;
}
.topbar__menu button:hover {
  color: #1a181d;
}

.topbar__admin__link a {
  color: #CFCFCF;
}
.topbar__admin__link a:hover {
  background: #F5F5F5;
  color: #0000bd;
}
.topbar__admin__link ~ .topbar__admin__link {
  margin-left: 1rem;
}

.usermenu-off-canvas-holder .usermenu-off-canvas {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.usermenu-off-canvas-holder .usermenu-off-canvas.is-dropdown-submenu {
  display: block;
  position: static;
  background: transparent;
  border-left: 0;
  border-right: 0;
}
.usermenu-off-canvas-holder .usermenu-off-canvas span {
  display: block;
  padding: 1em 2em;
}
.usermenu-off-canvas-holder .usermenu-off-canvas a {
  display: block;
  padding: 1em 2em;
  color: #004494;
}
.usermenu-off-canvas-holder .usermenu-off-canvas a:hover {
  background: #F5F5F5;
  color: #1a181d;
}

.off-canvas {
  background-color: #FFFFFF;
}

.off-canvas .topbar__user__login {
  text-align: center;
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 1px solid;
  border-bottom: 1px solid;
  background-color: #1E1E85;
}
.off-canvas .topbar__user__login a {
  color: #FFFFFF;
  text-decoration: none;
}

/* Navigation */
.navbar {
  background: #FFFFFF;
  padding-top: 8.5rem;
}
@media print, screen and (min-width: 51.25em) {
  .navbar {
    padding-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
}

/* Main nav */
.main-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  overflow-x: auto;
}
@media print, screen and (min-width: 51.25em) {
  .main-nav ul {
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .main-nav ul > li {
    display: inline-block;
    text-align: left;
  }
}

.main-nav__link a {
  color: #06060B;
  display: block;
  font-size: 1rem;
  text-decoration: none;
}
@media print, screen and (min-width: 51.25em) {
  .main-nav__link a {
    padding: 0 0.75rem;
  }
}

@media print, screen and (min-width: 51.25em) {
  .main-nav__link {
    border-bottom: 4px solid #FFFFFF;
  }
  .main-nav__link:hover, .main-nav__link:focus, .main-nav__link.main-nav__link--active {
    border-bottom: 4px solid #5555E9;
  }
  .main-nav__link:hover a, .main-nav__link:focus a, .main-nav__link.main-nav__link--active a {
    color: #5555E9;
  }
}

.hide-for-medium .main-nav__link a {
  color: #0000bd;
  padding-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-decoration: none;
  border-top: 1px solid #D4D4D4;
}
.hide-for-medium .main-nav__link a:focus {
  outline: none;
  text-decoration: none;
}

.hide-for-medium .main-nav__link--active a {
  background: #1E1E85;
  color: #FFFFFF;
  text-decoration: none;
}

.hide-for-medium .usermenu-off-canvas span {
  padding: 20px;
  color: #FFFFFF;
  background: #1E1E85;
  font-weight: bold;
}
.hide-for-medium .usermenu-off-canvas a {
  padding: 20px;
  color: #FFFFFF;
  background: #1E1E85;
  text-decoration: none;
}

.hide-for-medium .is-dropdown-submenu {
  border: none;
}
.hide-for-medium .is-dropdown-submenu li:not(:last-child) {
  border-bottom: 1px solid #D4D4D4;
}

.off-canvas .hide-for-medium .search-off-canvas-holder {
  background-color: #FFFFFF;
}

.hide-for-medium .column, .hide-for-medium .columns {
  padding-left: 0;
  padding-right: 0;
}

.off-canvas .close-button {
  background: #1E1E85 !important;
  border-radius: 5px !important;
  width: 94px !important;
  height: 35px !important;
}
.off-canvas .close-button span {
  margin-left: 20px;
}

/* Variables */
/* Main container */
.main-container {
  background: #fff;
  border: 1px solid #E7E7E7;
}

.main-container__content {
  padding: 1rem 0.5rem;
}
@media print, screen and (min-width: 51.25em) {
  .main-container__content {
    padding: 2rem 2rem;
  }
}

/* Main container side panel */
@media print, screen and (min-width: 51.25em) {
  .main-container--side-panel {
    display: flex;
  }
}

.side-panel {
  background-color: #EBEBEB;
  min-height: 100%;
  border-bottom: 1px solid #E7E7E7;
}
@media print, screen and (min-width: 51.25em) {
  .side-panel {
    border-bottom: 0;
    border-right: 1px solid #E7E7E7;
  }
}

.side-panel__tabs {
  border: none;
}
.side-panel__tabs .tabs-title {
  border-bottom: 1px solid #E7E7E7;
}
@media print, screen and (min-width: 51.25em) {
  .side-panel__tabs .tabs-title:last-of-type {
    margin-bottom: 4rem;
  }
}
.side-panel__tabs .tabs-title > [role=tab],
.side-panel__tabs .tabs-title > a {
  color: #2b2e34;
}
.side-panel__tabs .tabs-title > [role=tab]:hover,
.side-panel__tabs .tabs-title > a:hover {
  color: #5555E9;
}
.side-panel__tabs .tabs-title.is-active > [role=tab], .side-panel__tabs .tabs-title.is-active > a {
  color: #5555E9;
  box-shadow: inset 4px 0 0 var(--primary);
}

.main-footer {
  font-family: Arial, sans-serif;
}
.main-footer h1 {
  font-family: Arial, sans-serif;
  color: #404040;
}
.main-footer a:focus {
  outline: 2px solid #FFD617;
  outline-offset: -2px;
}
.main-footer .columns {
  padding-right: 1rem;
  padding-left: 1rem;
}
.main-footer .footer__identity {
  background-color: #F5F5F5;
  border-bottom: 4px solid #004494;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}
.main-footer .footer__identity .footer__identity-title {
  font-weight: normal;
  font-size: 1rem;
}
.main-footer .footer__identity .footer__identity-link {
  color: #004494;
  margin-top: 1rem;
  margin-right: 2rem;
  font-size: 0.875rem;
}
.main-footer .footer__sections {
  background-color: #E7E7E7;
  padding-bottom: 3.5rem;
}
.main-footer .footer__sections .footer__section {
  margin-top: 2rem;
  font-size: 0.875rem;
}
.main-footer .footer__sections .footer__columns {
  column-count: 2;
}
.main-footer .footer__title {
  font-size: 1rem;
  font-weight: 600;
  color: #404040;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.main-footer .footer__title--separator {
  border-bottom: 2px solid #CFCFCF;
  padding-bottom: 0.75rem;
}
.main-footer .footer__list {
  list-style: none;
  margin-bottom: 0;
  margin-top: 0.5rem;
  margin-left: 0;
  padding-left: 0;
  line-height: 1rem;
}
.main-footer .footer__list-item {
  margin-top: 1rem;
}
.main-footer .footer__list-item:first-of-type {
  margin-top: 0;
}
.main-footer .footer__list-item .footer__link, .main-footer .footer__list-item a {
  color: #004494;
  padding: 0 5px;
}
.main-footer .footer__list-item .footer__link:hover, .main-footer .footer__list-item .footer__link:active, .main-footer .footer__list-item a:hover, .main-footer .footer__list-item a:active {
  text-decoration: underline;
  color: #2b2e34;
}

.mini-footer {
  font-family: Arial, sans-serif;
}
.mini-footer .footer__common {
  background-color: #D9D9D9;
  color: #404040;
  font-size: 0.875rem;
  padding-bottom: 2rem;
  padding-top: 1.5rem;
  margin-bottom: -1.5rem;
  margin-top: -1.5rem;
}
.mini-footer .footer__common .footer__common-label {
  border-right: 1px solid #D4D4D4;
  margin-bottom: 1rem;
  margin-right: 1.5rem;
  padding-right: 1.5rem;
}
.mini-footer .footer__common .footer__common-link {
  display: inline-block;
  margin-bottom: 1rem;
  margin-right: 2rem;
}
.mini-footer .footer__common .footer__common-link a {
  color: #004494;
}
.mini-footer .footer__common .footer__common-link a:focus {
  outline: 3px solid #FFD617;
  outline-offset: 2px;
}

@media print, screen and (min-width: 51.25em) {
  .static-with-nav {
    display: flex;
  }
}

.static-nav {
  min-height: 100%;
}
.static-nav .list-latin {
  list-style-type: upper-latin;
}
.static-nav ul {
  margin-left: 0.5rem;
}
.static-nav li {
  color: #838383;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
.static-nav a {
  color: #2b2e34;
}
.static-nav a:hover {
  color: #5555E9;
}

.static__message {
  text-align: center;
  padding: 2rem 1rem;
}
@media print, screen and (min-width: 51.25em) {
  .static__message {
    padding: 4rem 1.5rem;
  }
}

.static__message__cta {
  margin-top: 2rem;
}

.card-grid {
  display: flex;
  flex-wrap: wrap;
}
.card-grid::before {
  width: 0;
}
.card-grid .column, .card-grid .columns {
  margin-bottom: 30px;
}
.card-grid .card, .card-grid .chart-tooltip, .card-grid .conference-registration, .card-grid .conference-speaker .speaker-bio, .conference-speaker .card-grid .speaker-bio, .card-grid .add-message, .card-grid .comment-thread {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.card-grid .card__content, .card-grid .badge-card__content {
  flex-grow: 1;
}

/* Variables */
/* Cards */
.card, .chart-tooltip, .conference-registration, .conference-speaker .speaker-bio, .add-message, .comment-thread {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 0.313rem;
  overflow: hidden;
  border: 1px solid #D4D4D4;
}
.card.definition-data, .definition-data.chart-tooltip, .definition-data.conference-registration, .conference-speaker .definition-data.speaker-bio, .definition-data.add-message, .definition-data.comment-thread {
  background: #f7f7f7;
}
.card.primary, .primary.chart-tooltip, .primary.conference-registration, .conference-speaker .primary.speaker-bio, .primary.add-message, .primary.comment-thread {
  border-top-width: 8px;
  border-top-color: var(--primary);
}
.card.secondary, .secondary.chart-tooltip, .secondary.conference-registration, .conference-speaker .secondary.speaker-bio, .secondary.add-message, .secondary.comment-thread {
  border-top-width: 8px;
  border-top-color: var(--secondary);
}
.card.success, .success.chart-tooltip, .success.conference-registration, .conference-speaker .success.speaker-bio, .success.add-message, .success.comment-thread, .button--vote-button .card.button.success, .button--vote-button .button.success.chart-tooltip, .button--vote-button .button.success.conference-registration, .button--vote-button .button.success.add-message, .button--vote-button .button.success.comment-thread {
  border-top-width: 8px;
  border-top-color: var(--success);
}
.card.warning, .warning.chart-tooltip, .warning.conference-registration, .conference-speaker .warning.speaker-bio, .warning.add-message, .warning.comment-thread {
  border-top-width: 8px;
  border-top-color: var(--warning);
}
.card.alert, .alert.chart-tooltip, .alert.conference-registration, .conference-speaker .alert.speaker-bio, .alert.add-message, .alert.comment-thread {
  border-top-width: 8px;
  border-top-color: var(--alert);
}
.card.muted, .muted.chart-tooltip, .muted.conference-registration, .conference-speaker .muted.speaker-bio, .muted.add-message, .muted.comment-thread {
  border-top-width: 8px;
  border-top-color: #CFCFCF;
}
.card:hover.primary, .chart-tooltip:hover.primary, .conference-registration:hover.primary, .conference-speaker .speaker-bio:hover.primary, .add-message:hover.primary, .comment-thread:hover.primary {
  border-color: var(--primary);
}
.card:hover.secondary, .chart-tooltip:hover.secondary, .conference-registration:hover.secondary, .conference-speaker .speaker-bio:hover.secondary, .add-message:hover.secondary, .comment-thread:hover.secondary {
  border-color: var(--secondary);
}
.card:hover.success, .chart-tooltip:hover.success, .conference-registration:hover.success, .conference-speaker .speaker-bio:hover.success, .add-message:hover.success, .comment-thread:hover.success {
  border-color: var(--success);
}
.card:hover.warning, .chart-tooltip:hover.warning, .conference-registration:hover.warning, .conference-speaker .speaker-bio:hover.warning, .add-message:hover.warning, .comment-thread:hover.warning {
  border-color: var(--warning);
}
.card:hover.alert, .chart-tooltip:hover.alert, .conference-registration:hover.alert, .conference-speaker .speaker-bio:hover.alert, .add-message:hover.alert, .comment-thread:hover.alert {
  border-color: var(--alert);
}
.card:hover.muted, .chart-tooltip:hover.muted, .conference-registration:hover.muted, .conference-speaker .speaker-bio:hover.muted, .add-message:hover.muted, .comment-thread:hover.muted {
  border-color: #CFCFCF;
}
.card.muted, .muted.chart-tooltip, .muted.conference-registration, .conference-speaker .muted.speaker-bio, .muted.add-message, .muted.comment-thread {
  border-top-width: 1px;
  height: 100%;
  color: #D4D4D4;
  width: 100%;
}
.card.card--meeting .card__top .card__content, .card--meeting.chart-tooltip .card__top .card__content, .card.card--meeting .card__top .badge-card__content, .card--meeting.chart-tooltip .card__top .badge-card__content, .card--meeting.conference-registration .card__top .card__content, .card--meeting.conference-registration .card__top .badge-card__content, .conference-speaker .card--meeting.speaker-bio .card__top .card__content, .conference-speaker .card--meeting.speaker-bio .card__top .badge-card__content, .card--meeting.add-message .card__top .card__content, .card--meeting.add-message .card__top .badge-card__content, .card--meeting.comment-thread .card__top .card__content, .card--meeting.comment-thread .card__top .badge-card__content {
  padding-bottom: 0;
}
.card.card--meeting .card__content, .card--meeting.chart-tooltip .card__content, .card.card--meeting .badge-card__content, .card--meeting.chart-tooltip .badge-card__content, .card--meeting.conference-registration .card__content, .card--meeting.conference-registration .badge-card__content, .conference-speaker .card--meeting.speaker-bio .card__content, .conference-speaker .card--meeting.speaker-bio .badge-card__content, .card--meeting.add-message .card__content, .card--meeting.add-message .badge-card__content, .card--meeting.comment-thread .card__content, .card--meeting.comment-thread .badge-card__content {
  font-size: 0.75rem;
}
.card.card--meeting .card__content .card__header, .card--meeting.chart-tooltip .card__content .card__header, .card.card--meeting .badge-card__content .card__header, .card--meeting.chart-tooltip .badge-card__content .card__header, .card--meeting.conference-registration .card__content .card__header, .card--meeting.conference-registration .badge-card__content .card__header, .conference-speaker .card--meeting.speaker-bio .card__content .card__header, .conference-speaker .card--meeting.speaker-bio .badge-card__content .card__header, .card--meeting.add-message .card__content .card__header, .card--meeting.add-message .badge-card__content .card__header, .card--meeting.comment-thread .card__content .card__header, .card--meeting.comment-thread .badge-card__content .card__header {
  padding-top: 0;
}
.card.card--meeting p, .card--meeting.chart-tooltip p, .card--meeting.conference-registration p, .conference-speaker .card--meeting.speaker-bio p, .card--meeting.add-message p, .card--meeting.comment-thread p {
  color: #707070;
  margin-bottom: 0;
}

.related__meeting .card.card--meeting .card__content, .related__meeting .card--meeting.chart-tooltip .card__content, .related__meeting .card.card--meeting .badge-card__content, .related__meeting .card--meeting.chart-tooltip .badge-card__content, .related__meeting .card--meeting.conference-registration .card__content, .related__meeting .card--meeting.conference-registration .badge-card__content, .related__meeting .conference-speaker .card--meeting.speaker-bio .card__content, .related__meeting .conference-speaker .card--meeting.speaker-bio .badge-card__content, .conference-speaker .related__meeting .card--meeting.speaker-bio .card__content, .conference-speaker .related__meeting .card--meeting.speaker-bio .badge-card__content, .related__meeting .card--meeting.add-message .card__content, .related__meeting .card--meeting.add-message .badge-card__content, .related__meeting .card--meeting.comment-thread .card__content, .related__meeting .card--meeting.comment-thread .badge-card__content {
  padding: 1.125rem;
}
.related__meeting .card.card--meeting .card__content p, .related__meeting .card--meeting.chart-tooltip .card__content p, .related__meeting .card.card--meeting .badge-card__content p, .related__meeting .card--meeting.chart-tooltip .badge-card__content p, .related__meeting .card--meeting.conference-registration .card__content p, .related__meeting .card--meeting.conference-registration .badge-card__content p, .related__meeting .conference-speaker .card--meeting.speaker-bio .card__content p, .related__meeting .conference-speaker .card--meeting.speaker-bio .badge-card__content p, .conference-speaker .related__meeting .card--meeting.speaker-bio .card__content p, .conference-speaker .related__meeting .card--meeting.speaker-bio .badge-card__content p, .related__meeting .card--meeting.add-message .card__content p, .related__meeting .card--meeting.add-message .badge-card__content p, .related__meeting .card--meeting.comment-thread .card__content p, .related__meeting .card--meeting.comment-thread .badge-card__content p {
  margin-bottom: 1rem;
}

.card-proposals {
  margin-top: 1.5rem;
  margin-bottom: 2.188rem;
  background: #fff;
  border: none;
  overflow: hidden;
}
.card-proposals .voting-section {
  border: 1px solid rgba(112, 112, 112, 0.2980392157);
  border-radius: 5px;
  background: #f7f7f7;
  padding: 1.5rem;
  margin-bottom: 1.875rem;
}
.card-proposals .voting-section .progress__bar__title, .card-proposals .voting-section .progress__bar.progress__bar--vertical .progress__bar__subtitle, .progress__bar.progress__bar--vertical .card-proposals .voting-section .progress__bar__subtitle {
  font-size: 2.188rem;
  color: #06060B;
}
.card-proposals .voting-section .progress__bar--vertical .progress__bar__title .progress__bar__number, .card-proposals .voting-section .progress__bar.progress__bar--vertical .progress__bar__subtitle .progress__bar__number {
  font-size: 6.25rem;
  color: #06060B;
}
.card-proposals .voting-section .progress__bar--vertical .progress__bar__subtitle, .card-proposals .voting-section .progress__bar--vertical .progress__bar__text {
  font-size: 1.125rem !important;
  color: #06060B;
}
.card-proposals .voting-section .button.expanded {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #FFFFFF;
  border: 0.375rem solid #7EB87A;
  font-size: 1.25rem;
  font-weight: bold;
  color: #5555E9;
}
.card-proposals .voting-section .button.expanded:focus, .card-proposals .voting-section .button.expanded:hover {
  color: #FFFFFF;
  background-color: #5555E9;
  border: 0.375rem solid #5555E9;
}
.card-proposals .card__content, .card-proposals .badge-card__content {
  padding: 0 !important;
}
.card-proposals .card__content .button--icon.secondary, .card-proposals .badge-card__content .button--icon.secondary {
  width: 100%;
}
.card-proposals .card__content .button--icon.secondary.button.follow-button, .card-proposals .badge-card__content .button--icon.secondary.button.follow-button {
  margin-bottom: 0 !important;
}
.card-proposals .card__content .column.small-9, .card-proposals .badge-card__content .column.small-9, .card-proposals .card__content .small-9.columns, .card-proposals .badge-card__content .small-9.columns {
  width: 100%;
}
.card-proposals.primary {
  border-top-width: 8px;
  border-top-color: var(--primary);
}
.card-proposals.secondary {
  border-top-width: 8px;
  border-top-color: var(--secondary);
}
.card-proposals.success, .button--vote-button .card-proposals.button.success {
  border-top-width: 8px;
  border-top-color: var(--success);
}
.card-proposals.warning {
  border-top-width: 8px;
  border-top-color: var(--warning);
}
.card-proposals.alert {
  border-top-width: 8px;
  border-top-color: var(--alert);
}
.card-proposals.muted {
  border-top-width: 8px;
  border-top-color: #CFCFCF;
}
.card-proposals:hover.primary {
  border-color: var(--primary);
}
.card-proposals:hover.secondary {
  border-color: var(--secondary);
}
.card-proposals:hover.success {
  border-color: var(--success);
}
.card-proposals:hover.warning {
  border-color: var(--warning);
}
.card-proposals:hover.alert {
  border-color: var(--alert);
}
.card-proposals:hover.muted {
  border-color: #CFCFCF;
}
.card-proposals.muted {
  border-top-width: 1px;
  height: 30rem;
  color: #D4D4D4;
}

.card--nomargin {
  margin-bottom: 0;
}

.card--secondary {
  background: #EBEBEB;
  box-shadow: none;
}

.card__content, .badge-card__content {
  padding: 19px;
}
.card__content:not(:only-child), .badge-card__content:not(:only-child) {
  padding-bottom: 1.4rem;
}
@media print, screen and (min-width: 51.25em) {
  .card__content, .badge-card__content {
    padding: 1.188rem;
  }
  .card__content:not(:only-child), .badge-card__content:not(:only-child) {
    padding-bottom: 1.4rem;
    padding-top: 1.25rem;
  }
}

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

.card__extra {
  background: #EBEBEB;
  padding: 1rem;
}

.card__title {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  transition-duration: 0.15s;
}
@media screen and (min-width: 75em) {
  .card__title {
    font-size: 1.375rem;
  }
}
.card__title.card__title-related-meeting {
  font-size: 1.188rem;
  text-align: left;
  color: #06060B;
}
.card__title:hover {
  transform: translateX(0.313rem);
  color: #5555E9;
}

.card--proposal .card__title {
  font-size: 1rem;
}
.card--proposal .author__avatar img {
  max-width: 30px;
  margin-left: 0;
}
@media print, screen and (min-width: 64em) {
  .card--proposal .author__avatar img {
    max-width: 34px;
  }
}
.card--proposal .author-data .m-none {
  padding-left: 1rem;
}

.card.card--proposal.muted .collapsible-list .author-data, .card--proposal.muted.chart-tooltip .collapsible-list .author-data, .card--proposal.muted.conference-registration .collapsible-list .author-data, .conference-speaker .card--proposal.muted.speaker-bio .collapsible-list .author-data, .card--proposal.muted.add-message .collapsible-list .author-data, .card--proposal.muted.comment-thread .collapsible-list .author-data {
  padding-left: 1.56rem;
}
.card.card--proposal.muted .card__content, .card--proposal.muted.chart-tooltip .card__content, .card.card--proposal.muted .badge-card__content, .card--proposal.muted.chart-tooltip .badge-card__content, .card--proposal.muted.conference-registration .card__content, .card--proposal.muted.conference-registration .badge-card__content, .conference-speaker .card--proposal.muted.speaker-bio .card__content, .conference-speaker .card--proposal.muted.speaker-bio .badge-card__content, .card--proposal.muted.add-message .card__content, .card--proposal.muted.add-message .badge-card__content, .card--proposal.muted.comment-thread .card__content, .card--proposal.muted.comment-thread .badge-card__content {
  padding-left: 0.75rem !important;
}
@media print, screen and (min-width: 62.5em) {
  .card.card--proposal.muted .card__content, .card--proposal.muted.chart-tooltip .card__content, .card.card--proposal.muted .badge-card__content, .card--proposal.muted.chart-tooltip .badge-card__content, .card--proposal.muted.conference-registration .card__content, .card--proposal.muted.conference-registration .badge-card__content, .conference-speaker .card--proposal.muted.speaker-bio .card__content, .conference-speaker .card--proposal.muted.speaker-bio .badge-card__content, .card--proposal.muted.add-message .card__content, .card--proposal.muted.add-message .badge-card__content, .card--proposal.muted.comment-thread .card__content, .card--proposal.muted.comment-thread .badge-card__content {
    padding-left: 1.5rem !important;
  }
}

.card.card--proposal.alert, .card--proposal.alert.chart-tooltip, .card--proposal.alert.conference-registration, .conference-speaker .card--proposal.alert.speaker-bio, .card--proposal.alert.add-message, .card--proposal.alert.comment-thread, .card.card--meeting.alert, .card--meeting.alert.chart-tooltip, .card--meeting.alert.conference-registration, .conference-speaker .card--meeting.alert.speaker-bio, .card--meeting.alert.add-message, .card--meeting.alert.comment-thread {
  border: 0.125rem solid #ec3a1e;
}

.card.card--meeting_closed, .card--meeting_closed.chart-tooltip, .card--meeting_closed.conference-registration, .conference-speaker .card--meeting_closed.speaker-bio, .card--meeting_closed.add-message, .card--meeting_closed.comment-thread {
  border: 0.125rem solid #8abeb6 !important;
}
.card.card--meeting_closed .card__text--status, .card--meeting_closed.chart-tooltip .card__text--status, .card--meeting_closed.conference-registration .card__text--status, .conference-speaker .card--meeting_closed.speaker-bio .card__text--status, .card--meeting_closed.add-message .card__text--status, .card--meeting_closed.comment-thread .card__text--status {
  background-color: #467A39 !important;
  color: #FFFFFF !important;
  padding: 0.188rem;
  border-radius: 0.188rem;
  font-weight: normal;
  font-size: 0.75rem;
}

.card__text .card__text--status.alert {
  background-color: #E03015 !important;
  color: #FFFFFF !important;
  padding: 0.188rem;
  border-radius: 0.188rem;
  font-weight: normal;
  font-size: 0.75rem;
}

/* Card Link */
.card__link {
  color: #5555E9;
}
.card__link:hover {
  color: #5555E9;
  text-decoration: none;
}
.card__link:focus {
  z-index: 2;
  outline: 1px dotted rgba(0, 0, 0, 0.5);
  outline-offset: 2px;
}

.card__header {
  margin-bottom: 1.25rem;
}
.card__header.collapse {
  margin-bottom: 0;
}
.card__header .collapsible-list > * {
  display: inline-flex;
  margin-bottom: 0;
}
.card__header .collapsible-list__see-more {
  font-size: 80%;
}

.card__button {
  margin-bottom: 0;
  cursor: pointer;
}
@media screen and (max-width: 596px) {
  .card__button {
    font-size: 0.9rem;
  }
}
.card__button .icon-wrap {
  margin-right: 0.25rem;
  display: inline-flex;
}
.card__button .icon-wrap .icon {
  margin-right: 0.25rem;
  margin-top: 0.125rem;
}
.card__button .text-wrap {
  margin-right: 0;
}

.card__type {
  background: #EBEBEB;
  padding: 0.1rem 1rem;
  margin-top: 0.5rem;
  margin-bottom: -0.75rem;
  font-size: 80%;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.05em;
  color: #2b2e34;
  display: flex;
  align-self: flex-start;
  align-items: center;
}
.card__type .icon {
  width: 14px;
  height: 14px;
  fill: #2b2e34;
  margin-right: 0.2rem;
}

.card__text {
  color: #707070;
}
.card__text time span {
  font-weight: bold;
}
.card__text .card__text--status {
  font-weight: 900;
}
.card__text .card__text--status::after {
  content: " ";
}
.card__text .card__text--status.primary {
  color: var(--primary);
}
.card__text .card__text--status.secondary {
  color: var(--secondary);
}
.card__text .card__text--status.success {
  color: var(--success);
}
.card__text .card__text--status.warning {
  color: var(--warning);
}
.card__text .card__text--status.alert {
  color: var(--alert);
}
.card__text .card__text--status.muted {
  color: #9F9F9F;
}
.card__text .card__text--paragraph p {
  line-height: 1.2;
  font-size: 1rem;
  word-break: break-word;
}
.card__text .card__text--category {
  display: block;
  margin-top: 0.5rem;
}
.card__text:not(:last-child) {
  margin-bottom: 0.5rem;
}
.card__text.card--picture-offset {
  margin-left: calc(3.375rem + .5rem);
}

.card__text--separated-mid-dot > *:not(:last-child)::after {
  content: " · ";
}

.card__image, .badge-container .badge__logo, .badge-container .badge__logo--small {
  max-height: 10rem;
  min-height: 5rem;
  object-fit: cover;
}
.card__image.card__image--smaller, .badge-container .card__image--smaller.badge__logo, .badge-container .card__image--smaller.badge__logo--small {
  max-height: 5rem;
}
.card__image.card__image--larger, .badge-container .card__image--larger.badge__logo, .badge-container .card__image--larger.badge__logo--small {
  max-height: 7.25rem;
  min-height: 7.25rem;
  max-width: 7.25rem;
  border-radius: 50%;
  margin-left: 6.5rem;
}
@media print, screen and (min-width: 28.125em) {
  .card__image.card__image--larger, .badge-container .card__image--larger.badge__logo, .badge-container .card__image--larger.badge__logo--small {
    margin-left: 11.68rem;
  }
}
@media print, screen and (min-width: 51.25em) {
  .card__image.card__image--larger, .badge-container .card__image--larger.badge__logo, .badge-container .card__image--larger.badge__logo--small {
    margin-left: 4.8rem;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .card__image.card__image--larger, .badge-container .card__image--larger.badge__logo, .badge-container .card__image--larger.badge__logo--small {
    margin-left: 2.8rem;
  }
}

/* Card datetime */
.card__datetime {
  flex-shrink: 0;
  text-align: center;
  margin-bottom: 1rem;
  padding: 0.5rem;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  border-left: 4px solid var(--primary);
  background: #EBEBEB;
  line-height: 1;
}

.card-related-meetings {
  flex-shrink: 0;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
  display: flex;
  align-items: baseline;
  line-height: 1;
  color: #06060B;
}
.card-related-meetings .date-datetime-info {
  margin: auto 0;
  display: inline-flex;
}

.card__datetime__date {
  font-size: 1.4rem;
  margin-right: 1rem;
}

.card__datetime__date_proposal {
  font-size: 0.8125rem;
  margin-right: 0.5rem;
}

.card__datetime__month {
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1.2rem;
}

.card__datetime__time {
  font-size: 0.8rem;
  font-weight: 100;
}

/* Card footer */
.card__footer, .card__top {
  background: #FFFFFF;
  border-top: 1px solid #D4D4D4;
  border-radius: 0 0 4px 4px;
  clear: both;
}
.card__footer .card__content, .card__footer .badge-card__content, .card__top .card__content, .card__top .badge-card__content {
  display: flex;
}

.card__footer--transparent {
  background: transparent;
}

.card__footer--data {
  display: flex;
  align-items: center;
}
.card__footer--data .card__content, .card__footer--data .badge-card__content {
  flex-grow: 1;
}
.card__footer--data .card-data {
  flex-direction: column;
}
.card__footer--data .card-data__item {
  flex-basis: auto;
  border-right: none;
  border-left: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}
.card__footer--data .card-data__item:last-of-type {
  border-bottom: none;
}

.card-grid .card--comment {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media print, screen and (min-width: 62.5em) {
  .card-grid .card--comment {
    padding-left: 0;
    padding-right: 0;
  }
}
.card-grid .card--comment .card__top .card__content .muted, .card-grid .card--comment .card__top .badge-card__content .muted {
  color: #06060B;
  font-size: 0.75rem;
}
.card-grid .card--comment .card__top a.card__link {
  font-size: 0.75rem;
}
.card-grid .card--comment .card__content, .card-grid .card--comment .badge-card__content {
  padding-bottom: 0;
  padding-top: 1.5rem;
}
.card-grid .card--comment .card__footer, .card-grid .card--comment .card__top {
  border-top: none;
}
.card-grid .card--comment .card__footer .card__support > *:only-child, .card-grid .card--comment .card__top .card__support > *:only-child {
  margin: 0;
  padding: 0;
}
.card-grid .card--comment .card__footer .card__support, .card-grid .card--comment .card__top .card__support {
  padding-top: 1rem;
  margin-left: 0;
  padding-left: 0.5rem;
}
@media print, screen and (min-width: 62.5em) {
  .card-grid .card--comment .card__footer .card__support, .card-grid .card--comment .card__top .card__support {
    padding-left: 1.5rem;
  }
}
.card-grid .card--comment .card__footer .card__button, .card-grid .card--comment .card__top .card__button {
  background-color: #FFFFFF;
  color: #5555E9;
  font-size: 0.938rem;
}

.card-grid .card.card--user .card__footer, .card-grid .card--user.chart-tooltip .card__footer, .card-grid .card--user.conference-registration .card__footer, .card-grid .conference-speaker .card--user.speaker-bio .card__footer, .conference-speaker .card-grid .card--user.speaker-bio .card__footer, .card-grid .card--user.add-message .card__footer, .card-grid .card--user.comment-thread .card__footer, .card-grid .card.card--user .card__top, .card-grid .card--user.chart-tooltip .card__top, .card-grid .card--user.conference-registration .card__top, .card-grid .conference-speaker .card--user.speaker-bio .card__top, .conference-speaker .card-grid .card--user.speaker-bio .card__top, .card-grid .card--user.add-message .card__top, .card-grid .card--user.comment-thread .card__top {
  display: none;
}

.follow_status button.secondary {
  color: #5555E9;
  text-transform: none;
}
.follow_status button.secondary:hover {
  text-decoration: underline;
}
.follow_status button.secondary:focus {
  outline-offset: 0;
}
.follow_status button.secondary span:hover {
  color: #5555E9;
}

.card__author {
  margin-bottom: 0.5rem;
}
.card__author [data-toggler] {
  margin-bottom: -0.5rem;
}

.card__voting {
  display: inline-block;
  text-align: center;
}

.card__vote-number {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}

/* Card data */
.card-data {
  list-style: none;
  margin: 0;
  display: flex;
}
.card-data a:visited {
  color: #5555E9;
}

.card-data__item {
  display: inline-block;
  flex-basis: 33.33%;
  flex-grow: 1;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  color: #646567;
  padding: 0.5em;
  border-right: none;
  margin-right: -1px;
  border-top: 1px solid #E7E7E7;
  margin-top: -1px;
}
.card-data__item .card-data__item--centerblock {
  margin: 0 auto;
}
.card-data__item.card-data__item--expand {
  line-height: 1.5;
}
.card-data__item.card--datetime {
  border: none;
  color: #ec3a1e;
  text-align: left;
  padding: 0 0.469rem 0 0;
  flex-basis: 0;
  flex-grow: 0;
}
.card-data__item .icon {
  margin-right: 0.25rem;
}

.card-data__item span {
  font-size: 14px;
}

.card-data__item .card__icondata--address span {
  font-size: 0.9rem;
  line-break: strict;
}

.icon--big_datetime {
  width: 0.9375rem;
  height: 0.9375rem;
}

.card-data__item__number, .card--list__data__number {
  display: block;
  line-height: 1;
  font-weight: 600;
  font-size: 1.25rem;
  color: #2b2e34;
  margin-bottom: 0.2rem;
}

.card-data__item--multiple {
  display: flex;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-direction: row;
}
.card-data__item--multiple > * {
  margin: 0 0.5rem;
}
.card-data__item--multiple > :first-child {
  margin-left: 0;
}
.card-data__item--multiple > :last-child {
  margin-right: 0;
}
.card-data__item--multiple > div {
  text-align: left;
  display: block;
}

/* Card popularity */
.card__popularity {
  padding: 1.188rem;
  text-align: center;
}
.card__popularity .icon {
  fill: #CFCFCF;
}

.card__popularity__data {
  text-align: center;
  text-transform: uppercase;
  font-size: 85%;
  line-height: 1;
  margin-bottom: 0.2rem;
  color: #2b2e34;
}

/* Card support */
.card__support {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
@media print, screen and (min-width: 28.125em) {
  .card__support {
    width: 50%;
  }
}
@media print, screen and (min-width: 51.25em) {
  .card__support {
    padding: 1.188rem;
    width: 100%;
  }
}
.card__support > *:only-child {
  margin-left: auto;
}
.card__support .card__button {
  font-size: 90%;
}

.card__support__data, .card__support__data--left {
  text-align: center;
  text-transform: uppercase;
  font-size: 85%;
  line-height: 1;
  margin-bottom: 0.2rem;
  color: #2b2e34;
}

.card__support__data--left {
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  color: #646567;
  max-width: 60%;
}
.card__support__data--left strong {
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card__support__data--left .text-uppercase {
  text-transform: none;
}

.card__support__number, .progress__bar .progress__bar__title .progress__bar__number, .progress__bar.progress__bar--vertical .progress__bar__subtitle .progress__bar__number {
  line-height: 1;
  font-weight: 600;
  font-size: 1.25rem;
  color: #2b2e34;
}

/* Card with image */
.card__img {
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .card__img {
    float: right;
    width: 35%;
  }
}

@media print, screen and (min-width: 64em) {
  .card__content--img {
    float: left;
    width: 60%;
  }
}

/* Card Link */
.card__link--block {
  display: block;
}

/* Card list */
.card--list .card--list__item:not(:last-of-type),
.card--list *:not(:last-of-type) .card--list__item {
  border-bottom: 1px solid #E7E7E7;
  border-bottom-color: #D9D9D9;
}

.card--list__item {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.card--list--mini .card--list__item {
  padding-left: 1rem;
}
@media print, screen and (min-width: 51.25em) {
  .card--list__item {
    padding-left: 1.188rem;
  }
}
.card--list__item svg {
  width: 1.75rem;
  flex-basis: 15%;
  flex-shrink: 0;
}
@media print, screen and (min-width: 51.25em) {
  .card--list__item svg {
    width: 2.25rem;
  }
}
.card--list__item svg + div {
  max-width: calc(85% - 1rem);
  overflow-wrap: break-word;
}

.card--list__icon {
  display: none;
  fill: #ee704b;
}
.card--list__icon.primary {
  fill: var(--primary);
}
.card--list__icon.secondary {
  fill: var(--secondary);
}
.card--list__icon.success, .button--vote-button .card--list__icon.button.success {
  fill: var(--success);
}
.card--list__icon.warning {
  fill: var(--warning);
}
.card--list__icon.alert {
  fill: var(--alert);
}
@media print, screen and (min-width: 51.25em) {
  .card--list__icon {
    margin-right: 1rem;
    display: block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }
}
.card--list__icon.alert {
  fill: #71c776;
}

.card--list__text, .card--list__titled-text {
  flex-grow: 1;
  flex-shrink: 1;
  display: inline-flex;
  overflow: hidden;
  align-items: center;
  padding: 1.25rem 1rem 1.25rem 0;
}
.card--list__text.card--list__text--top, .card--list__text--top.card--list__titled-text {
  align-items: start;
}
.card--list--mini .card--list__text, .card--list--mini .card--list__titled-text {
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.card--list__text .author, .card--list__titled-text .author {
  margin-top: 0.3rem;
  margin-right: 1rem;
}
.card--list__text .text-small, .card--list__titled-text .text-small {
  font-size: 1rem;
  color: #707070;
}
.card--list__text a:hover, .card--list__titled-text a:hover {
  text-decoration: none;
}

.card--list__heading {
  margin-bottom: 0;
  display: block;
  font-weight: 600;
}

.heading6 {
  text-transform: none;
}

.card--list__heading.heading6 {
  color: #06060B;
  margin-bottom: 0.625rem;
  transition-duration: 0.3s;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 64em) {
  .card--list__heading.heading6 {
    font-size: 1.375rem;
  }
}
.card--list__heading.heading6:hover {
  color: #5555E9;
  padding-left: 0.5rem;
}
.card--list__heading.heading6 small {
  font-weight: normal;
}
.card--list__heading .small-doc-type {
  color: #707070;
  font-size: 0.875rem;
}

.card--list__heading + .text-medium, .chart-tooltip .card--list__heading + .tooltip-content {
  color: #646567;
  line-height: 1.1rem;
  display: block;
}

@media print, screen and (max-width: 62.49875em) {
  .card--list .tags {
    display: none;
  }
}

.section-related__proposals .card--list__data {
  display: none;
}
.section-related__proposals .card--list__item svg {
  display: none;
}

.mediumlarge-8 .card--list__data {
  display: none;
}
@media print, screen and (min-width: 51.25em) {
  .mediumlarge-8 .card--list__data {
    display: flex;
  }
}

.card--list__data {
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 85%;
  min-width: 5.5rem;
  line-height: 1;
  color: #2b2e34;
  padding: 1rem;
  background: #E8E8E8;
}
@media print, screen and (min-width: 51.25em) {
  .card--list__data {
    padding: 1rem 1.188rem;
  }
}
.card--list--mini .card--list__data {
  padding: 0.5rem 1rem;
}

.card--list__data__icon .icon, .card--list__data__icon--lg .icon {
  width: 20px;
  height: 20px;
  fill: #5555E9;
}
.card--list__data__icon:hover .icon, .card--list__data__icon--lg:hover .icon {
  fill: #0000bd;
}

.card--list__data__icon--lg .icon {
  width: 36px;
  height: 36px;
}

.card--list__data__number {
  font-size: 1.5rem;
}

.card--list__titled-text {
  flex-wrap: wrap;
}
.card--list__titled-text .card--list__heading {
  margin-bottom: 5px;
  width: calc(100% - 28px);
}
.card--list__titled-text .card--list__annotation {
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.7em;
  font-weight: 600;
  width: 28px;
}
.card--list__titled-text .card--list__counter {
  background-color: #ee704b;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-left: auto;
  width: 20px;
}
.card--list__titled-text .card--list__counter span {
  display: block;
  line-height: 20px;
  text-align: center;
}

/* Card full width variant */
.card--full {
  margin-bottom: 60px;
}
.card--full:last-child {
  margin-bottom: 0;
}
.card--full .card__content, .card--full .badge-card__content {
  padding: 1.188rem;
}
@media print, screen and (min-width: 64em) {
  .card--full .card__content, .card--full .badge-card__content {
    padding: 2.376rem;
  }
}

.card--full__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media print, screen and (min-width: 51.25em) and (max-width: 62.49875em) {
  .card--full__image {
    min-height: 15rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.card--full__image > .card__content, .card--full__image > .badge-card__content {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 51.25em) and (max-width: 62.49875em) {
  .card--full__image > .card__content, .card--full__image > .badge-card__content {
    min-width: 50%;
  }
}
@media print, screen and (min-width: 62.5em) {
  .card--full__image > .card__content, .card--full__image > .badge-card__content {
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.card__image-top {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 10rem;
}
.card--process .card__image-top {
  display: none;
}
@media print, screen and (min-width: 62.5em) {
  .card--process .card__image-top {
    display: block;
  }
}

/* Card full width process variant */
@media print, screen and (min-width: 62.5em) {
  .card--process__row {
    display: flex;
  }

  .card--process__column {
    position: relative;
  }
  .card--process__column .card--full__image-wrapper {
    height: 100%;
    overflow: hidden;
  }
  .card--process__column .card--full__image {
    height: 100%;
    position: absolute;
    right: -1px;
    left: 0;
  }
  .card--process__column .card--full__image > img {
    min-height: 100%;
    max-width: initial;
    position: absolute;
  }
}
.card--process__small {
  font-size: 90%;
}
.card--process__small:last-child {
  margin-bottom: 0;
}

.row-pages .card-grid .card .card-content_topics.card__content, .row-pages .card-grid .chart-tooltip .card-content_topics.card__content, .row-pages .card-grid .card .card-content_topics.badge-card__content, .row-pages .card-grid .chart-tooltip .card-content_topics.badge-card__content, .row-pages .card-grid .conference-registration .card-content_topics.card__content, .row-pages .card-grid .conference-registration .card-content_topics.badge-card__content, .row-pages .card-grid .conference-speaker .speaker-bio .card-content_topics.card__content, .row-pages .card-grid .conference-speaker .speaker-bio .card-content_topics.badge-card__content, .conference-speaker .row-pages .card-grid .speaker-bio .card-content_topics.card__content, .conference-speaker .row-pages .card-grid .speaker-bio .card-content_topics.badge-card__content, .row-pages .card-grid .add-message .card-content_topics.card__content, .row-pages .card-grid .add-message .card-content_topics.badge-card__content, .row-pages .card-grid .comment-thread .card-content_topics.card__content, .row-pages .card-grid .comment-thread .card-content_topics.badge-card__content {
  padding: 1.25rem 1rem 0 !important;
}
@media print, screen and (min-width: 62.5em) {
  .row-pages .card-grid .card .card-content_topics.card__content, .row-pages .card-grid .chart-tooltip .card-content_topics.card__content, .row-pages .card-grid .card .card-content_topics.badge-card__content, .row-pages .card-grid .chart-tooltip .card-content_topics.badge-card__content, .row-pages .card-grid .conference-registration .card-content_topics.card__content, .row-pages .card-grid .conference-registration .card-content_topics.badge-card__content, .row-pages .card-grid .conference-speaker .speaker-bio .card-content_topics.card__content, .row-pages .card-grid .conference-speaker .speaker-bio .card-content_topics.badge-card__content, .conference-speaker .row-pages .card-grid .speaker-bio .card-content_topics.card__content, .conference-speaker .row-pages .card-grid .speaker-bio .card-content_topics.badge-card__content, .row-pages .card-grid .add-message .card-content_topics.card__content, .row-pages .card-grid .add-message .card-content_topics.badge-card__content, .row-pages .card-grid .comment-thread .card-content_topics.card__content, .row-pages .card-grid .comment-thread .card-content_topics.badge-card__content {
    padding: 1.5rem 1rem 0;
  }
}
.row-pages .card-grid .card .card__title, .row-pages .card-grid .chart-tooltip .card__title, .row-pages .card-grid .conference-registration .card__title, .row-pages .card-grid .conference-speaker .speaker-bio .card__title, .conference-speaker .row-pages .card-grid .speaker-bio .card__title, .row-pages .card-grid .add-message .card__title, .row-pages .card-grid .comment-thread .card__title {
  margin-bottom: 0.875rem;
}
.row-pages .card-grid .card .card__title a, .row-pages .card-grid .chart-tooltip .card__title a, .row-pages .card-grid .conference-registration .card__title a, .row-pages .card-grid .conference-speaker .speaker-bio .card__title a, .conference-speaker .row-pages .card-grid .speaker-bio .card__title a, .row-pages .card-grid .add-message .card__title a, .row-pages .card-grid .comment-thread .card__title a {
  font-size: 1.125rem;
  color: #06060B;
}
@media print, screen and (min-width: 62.5em) {
  .row-pages .card-grid .card .card__title a, .row-pages .card-grid .chart-tooltip .card__title a, .row-pages .card-grid .conference-registration .card__title a, .row-pages .card-grid .conference-speaker .speaker-bio .card__title a, .conference-speaker .row-pages .card-grid .speaker-bio .card__title a, .row-pages .card-grid .add-message .card__title a, .row-pages .card-grid .comment-thread .card__title a {
    font-size: 1.375rem;
  }
}
.row-pages .card-grid .card .card__title a:hover, .row-pages .card-grid .chart-tooltip .card__title a:hover, .row-pages .card-grid .conference-registration .card__title a:hover, .row-pages .card-grid .conference-speaker .speaker-bio .card__title a:hover, .conference-speaker .row-pages .card-grid .speaker-bio .card__title a:hover, .row-pages .card-grid .add-message .card__title a:hover, .row-pages .card-grid .comment-thread .card__title a:hover {
  color: #5555E9;
}
.row-pages .card-grid .card .card__content, .row-pages .card-grid .chart-tooltip .card__content, .row-pages .card-grid .card .badge-card__content, .row-pages .card-grid .chart-tooltip .badge-card__content, .row-pages .card-grid .conference-registration .card__content, .row-pages .card-grid .conference-registration .badge-card__content, .row-pages .card-grid .conference-speaker .speaker-bio .card__content, .row-pages .card-grid .conference-speaker .speaker-bio .badge-card__content, .conference-speaker .row-pages .card-grid .speaker-bio .card__content, .conference-speaker .row-pages .card-grid .speaker-bio .badge-card__content, .row-pages .card-grid .add-message .card__content, .row-pages .card-grid .add-message .badge-card__content, .row-pages .card-grid .comment-thread .card__content, .row-pages .card-grid .comment-thread .badge-card__content {
  padding: 1.25rem 1rem !important;
}
@media print, screen and (min-width: 62.5em) {
  .row-pages .card-grid .card .card__content, .row-pages .card-grid .chart-tooltip .card__content, .row-pages .card-grid .card .badge-card__content, .row-pages .card-grid .chart-tooltip .badge-card__content, .row-pages .card-grid .conference-registration .card__content, .row-pages .card-grid .conference-registration .badge-card__content, .row-pages .card-grid .conference-speaker .speaker-bio .card__content, .row-pages .card-grid .conference-speaker .speaker-bio .badge-card__content, .conference-speaker .row-pages .card-grid .speaker-bio .card__content, .conference-speaker .row-pages .card-grid .speaker-bio .badge-card__content, .row-pages .card-grid .add-message .card__content, .row-pages .card-grid .add-message .badge-card__content, .row-pages .card-grid .comment-thread .card__content, .row-pages .card-grid .comment-thread .badge-card__content {
    padding: 1.5rem 1rem;
  }
}
.row-pages .card-grid .card .card__content p, .row-pages .card-grid .chart-tooltip .card__content p, .row-pages .card-grid .card .badge-card__content p, .row-pages .card-grid .chart-tooltip .badge-card__content p, .row-pages .card-grid .conference-registration .card__content p, .row-pages .card-grid .conference-registration .badge-card__content p, .row-pages .card-grid .conference-speaker .speaker-bio .card__content p, .row-pages .card-grid .conference-speaker .speaker-bio .badge-card__content p, .conference-speaker .row-pages .card-grid .speaker-bio .card__content p, .conference-speaker .row-pages .card-grid .speaker-bio .badge-card__content p, .row-pages .card-grid .add-message .card__content p, .row-pages .card-grid .add-message .badge-card__content p, .row-pages .card-grid .comment-thread .card__content p, .row-pages .card-grid .comment-thread .badge-card__content p {
  font-size: 0.875rem;
  color: #707070;
}
@media print, screen and (min-width: 62.5em) {
  .row-pages .card-grid .card .card__content p, .row-pages .card-grid .chart-tooltip .card__content p, .row-pages .card-grid .card .badge-card__content p, .row-pages .card-grid .chart-tooltip .badge-card__content p, .row-pages .card-grid .conference-registration .card__content p, .row-pages .card-grid .conference-registration .badge-card__content p, .row-pages .card-grid .conference-speaker .speaker-bio .card__content p, .row-pages .card-grid .conference-speaker .speaker-bio .badge-card__content p, .conference-speaker .row-pages .card-grid .speaker-bio .card__content p, .conference-speaker .row-pages .card-grid .speaker-bio .badge-card__content p, .row-pages .card-grid .add-message .card__content p, .row-pages .card-grid .add-message .badge-card__content p, .row-pages .card-grid .comment-thread .card__content p, .row-pages .card-grid .comment-thread .badge-card__content p {
    font-size: 1rem;
  }
}
.row-pages .card-grid .card .card__content li, .row-pages .card-grid .chart-tooltip .card__content li, .row-pages .card-grid .card .badge-card__content li, .row-pages .card-grid .chart-tooltip .badge-card__content li, .row-pages .card-grid .conference-registration .card__content li, .row-pages .card-grid .conference-registration .badge-card__content li, .row-pages .card-grid .conference-speaker .speaker-bio .card__content li, .row-pages .card-grid .conference-speaker .speaker-bio .badge-card__content li, .conference-speaker .row-pages .card-grid .speaker-bio .card__content li, .conference-speaker .row-pages .card-grid .speaker-bio .badge-card__content li, .row-pages .card-grid .add-message .card__content li, .row-pages .card-grid .add-message .badge-card__content li, .row-pages .card-grid .comment-thread .card__content li, .row-pages .card-grid .comment-thread .badge-card__content li {
  padding-bottom: 1rem;
}
.row-pages .card-grid .card .card__content li a, .row-pages .card-grid .chart-tooltip .card__content li a, .row-pages .card-grid .card .badge-card__content li a, .row-pages .card-grid .chart-tooltip .badge-card__content li a, .row-pages .card-grid .conference-registration .card__content li a, .row-pages .card-grid .conference-registration .badge-card__content li a, .row-pages .card-grid .conference-speaker .speaker-bio .card__content li a, .row-pages .card-grid .conference-speaker .speaker-bio .badge-card__content li a, .conference-speaker .row-pages .card-grid .speaker-bio .card__content li a, .conference-speaker .row-pages .card-grid .speaker-bio .badge-card__content li a, .row-pages .card-grid .add-message .card__content li a, .row-pages .card-grid .add-message .badge-card__content li a, .row-pages .card-grid .comment-thread .card__content li a, .row-pages .card-grid .comment-thread .badge-card__content li a {
  font-size: 0.938rem;
}
@media print, screen and (min-width: 62.5em) {
  .row-pages .card-grid .card .card__content li a, .row-pages .card-grid .chart-tooltip .card__content li a, .row-pages .card-grid .card .badge-card__content li a, .row-pages .card-grid .chart-tooltip .badge-card__content li a, .row-pages .card-grid .conference-registration .card__content li a, .row-pages .card-grid .conference-registration .badge-card__content li a, .row-pages .card-grid .conference-speaker .speaker-bio .card__content li a, .row-pages .card-grid .conference-speaker .speaker-bio .badge-card__content li a, .conference-speaker .row-pages .card-grid .speaker-bio .card__content li a, .conference-speaker .row-pages .card-grid .speaker-bio .badge-card__content li a, .row-pages .card-grid .add-message .card__content li a, .row-pages .card-grid .add-message .badge-card__content li a, .row-pages .card-grid .comment-thread .card__content li a, .row-pages .card-grid .comment-thread .badge-card__content li a {
    font-size: 1.125rem;
  }
}

.card--mini {
  background: #E7E7E7;
}
.card--mini .card__content, .card--mini .badge-card__content {
  padding: 1.188rem 1rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.card--mini .card__image-top {
  display: block;
  height: 8rem;
}
.card--mini .card--process__small {
  margin-top: auto;
}
.card--mini .card__title {
  font-weight: 600;
}
.card--mini .card__link {
  color: #5555E9;
}
.card--mini .card__link:hover {
  color: #1a181d;
  text-decoration: underline;
}
.card--mini .card__link:focus {
  outline: 3px solid #FFD617;
  outline-offset: 0;
}

.tooltip .follow-button {
  width: 170px;
}
.tooltip .follow-button .status-description {
  padding-left: 0px;
}

.card__status .card-data__item {
  flex-basis: 20%;
  flex-basis: initial;
  padding: 1em 0.1em;
  border-right: 1px solid #E7E7E7;
}
@media print, screen and (min-width: 51.25em) {
  .card__status .card-data__item {
    padding: 1em 0.3em;
  }
}
@media screen and (min-width: 75em) {
  .card__status .card-data__item {
    max-width: 13.25rem;
  }
}
.card__status .card-data__item.author_status {
  padding: 1rem 0.3rem 1rem 0.8rem;
}
@media screen and (min-width: 75em) {
  .card__status .card-data__item.author_status {
    padding: 1rem 0.3rem 1rem 0.9rem;
  }
}
.card__status .card-data__item .text-wrap {
  display: flex;
  margin-left: 0.5rem;
  font-size: 0.8rem;
  width: 100%;
  white-space: normal;
}
.card__status .card-data__item:empty {
  border-right: 0;
}
.card__status .card-data__item:empty + .card-data__item:not(:empty) {
  border-left: 1px solid #E7E7E7;
}
.card__status .card-data__item .status-description {
  color: #707070;
  font-size: 0.813rem;
  margin-top: 0.45rem;
}
@media print, screen and (min-width: 64em) {
  .card__status .card-data__item .status-description {
    font-size: 0.875rem;
  }
}
.card__status .card-data__item a:hover {
  text-decoration: none;
}
.card__status .card-data__item .card__button:hover {
  text-decoration: none;
}
.card__status .card-data__item [data-toggle] {
  margin: 0;
}
.card__status .card-data__item.author_status {
  max-width: 9rem;
}
@media print, screen and (min-width: 28.125em) {
  .card__status .card-data__item.author_status {
    max-width: 10rem;
  }
}
@media print, screen and (min-width: 64em) {
  .card__status .card-data__item.author_status {
    max-width: 9rem;
  }
}
@media screen and (min-width: 75em) {
  .card__status .card-data__item.author_status {
    max-width: 14rem;
  }
}

.card--user .card-data__item.creation_date_status {
  display: flex;
  font-size: 0.813rem;
  color: #707070;
  padding: 1.4rem 0.2rem 1.3rem 1.2rem;
  max-width: 11rem;
}
@media print, screen and (min-width: 62.5em) {
  .card--user .card-data__item.creation_date_status {
    font-size: 0.938rem;
    padding: 1.6rem 0.2rem 1.3rem 0.55rem;
    max-width: 13.25rem;
  }
}
@media screen and (min-width: 75em) {
  .card--user .card-data__item.creation_date_status {
    padding: 1.6rem 0.2rem 1.3rem 1.7rem;
  }
}
.card--user .card-data__item.creation_date_status .creation_date {
  margin-right: 0.3rem;
}

.card--user .follow_status {
  max-width: none;
  padding: 0.9rem 0.1rem;
}
@media print, screen and (min-width: 62.5em) {
  .card--user .follow_status {
    padding: 1rem 0.1rem;
  }
}
.card--user .follow_status .card__button {
  display: inline-flex;
  margin-top: 0.5rem;
  color: #5555E9;
  font-size: 0.938rem;
}
.card--user .follow_status .card__button .status-description {
  margin-top: 0;
  color: #5555E9;
  font-size: 0.813rem;
}
@media print, screen and (min-width: 62.5em) {
  .card--user .follow_status .card__button .status-description {
    font-size: 0.938rem;
  }
}
.card--user .follow_status .card__button .icon-wrap span {
  font-size: 0.813rem;
}
@media print, screen and (min-width: 62.5em) {
  .card--user .follow_status .card__button .icon-wrap span {
    font-size: 0.938rem;
  }
}
.card--user .follow_status .card__button .icon-wrap .icon {
  margin-right: 0;
}
@media screen and (min-width: 75em) {
  .card--user .follow_status .card__button .icon-wrap .icon {
    margin-right: 0.25rem;
  }
}
.card--user .follow_status .card__button .icon--small {
  width: 0.785rem;
  height: 0.7rem;
}
.card--user .card__content, .card--user .badge-card__content {
  padding-left: 0.85rem !important;
}
@media print, screen and (min-width: 62.5em) {
  .card--user .card__content, .card--user .badge-card__content {
    padding-left: 1.5rem !important;
  }
}
.card--user .card__content .author__name, .card--user .badge-card__content .author__name {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 62.5em) {
  .card--user .card__content .author__name, .card--user .badge-card__content .author__name {
    font-size: 1.375rem;
  }
}
.card--user .card__content .author__nickname, .card--user .badge-card__content .author__nickname {
  font-size: 0.813rem;
}
@media print, screen and (min-width: 62.5em) {
  .card--user .card__content .author__nickname, .card--user .badge-card__content .author__nickname {
    font-size: 1rem;
  }
}
.card--user .card__content .author-data--big .author__avatar img, .card--user .badge-card__content .author-data--big .author__avatar img {
  width: 3.5rem;
  margin-right: 0;
}
@media print, screen and (min-width: 62.5em) {
  .card--user .card__content .author-data--big .author__avatar img, .card--user .badge-card__content .author-data--big .author__avatar img {
    width: 5rem;
    margin-right: 0.5rem;
  }
}

.participatory__cards .card__button .status-description {
  color: #5555E9;
  margin-top: 0;
}

.card__label {
  display: inline-flex;
  color: #CFCFCF;
  padding: 0 0.5rem;
  text-transform: uppercase;
  font-size: 90%;
  font-weight: bold;
  position: absolute;
  background-color: transparent;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
  margin-top: -0.6rem;
  margin-left: 1rem;
  z-index: 0;
}
.card__label::before {
  content: " ";
  height: 1px;
  display: inline-block;
  background-color: #F5F5F5;
  position: absolute;
  left: 0;
  right: 0;
  z-index: -1;
  top: 0.5rem;
}
.card.success .card__label, .success.chart-tooltip .card__label, .success.conference-registration .card__label, .conference-speaker .success.speaker-bio .card__label, .success.add-message .card__label, .success.comment-thread .card__label, .card.secondary .card__label, .secondary.chart-tooltip .card__label, .secondary.conference-registration .card__label, .conference-speaker .secondary.speaker-bio .card__label, .secondary.add-message .card__label, .secondary.comment-thread .card__label, .card.muted .card__label, .muted.chart-tooltip .card__label, .muted.conference-registration .card__label, .conference-speaker .muted.speaker-bio .card__label, .muted.add-message .card__label, .muted.comment-thread .card__label, .card.warning .card__label, .warning.chart-tooltip .card__label, .warning.conference-registration .card__label, .conference-speaker .warning.speaker-bio .card__label, .warning.add-message .card__label, .warning.comment-thread .card__label, .card.alert .card__label, .alert.chart-tooltip .card__label, .alert.conference-registration .card__label, .conference-speaker .alert.speaker-bio .card__label, .alert.add-message .card__label, .alert.comment-thread .card__label {
  margin-top: -0.95rem;
}
.card.success .card__label::before, .success.chart-tooltip .card__label::before, .success.conference-registration .card__label::before, .conference-speaker .success.speaker-bio .card__label::before, .success.add-message .card__label::before, .success.comment-thread .card__label::before, .card.secondary .card__label::before, .secondary.chart-tooltip .card__label::before, .secondary.conference-registration .card__label::before, .conference-speaker .secondary.speaker-bio .card__label::before, .secondary.add-message .card__label::before, .secondary.comment-thread .card__label::before, .card.muted .card__label::before, .muted.chart-tooltip .card__label::before, .muted.conference-registration .card__label::before, .conference-speaker .muted.speaker-bio .card__label::before, .muted.add-message .card__label::before, .muted.comment-thread .card__label::before, .card.warning .card__label::before, .warning.chart-tooltip .card__label::before, .warning.conference-registration .card__label::before, .conference-speaker .warning.speaker-bio .card__label::before, .warning.add-message .card__label::before, .warning.comment-thread .card__label::before, .card.alert .card__label::before, .alert.chart-tooltip .card__label::before, .alert.conference-registration .card__label::before, .conference-speaker .alert.speaker-bio .card__label::before, .alert.add-message .card__label::before, .alert.comment-thread .card__label::before {
  height: 8px;
  top: 0.45rem;
}
.card__label .icon {
  margin-left: -0.25rem;
}
@media print, screen and (min-width: 51.25em) {
  .card__label {
    margin-left: 1.188rem;
  }
}
.card__label.primary {
  margin-top: -0.95rem;
  color: var(--primary);
}
.card__label.secondary {
  margin-top: -0.95rem;
  color: var(--secondary);
}
.card__label.success, .button--vote-button .card__label.button.success {
  margin-top: -0.95rem;
  color: var(--success);
}
.card__label.warning {
  margin-top: -0.95rem;
  color: var(--warning);
}
.card__label.alert {
  margin-top: -0.95rem;
  color: var(--alert);
}
.card__label.muted {
  margin-top: -0.95rem;
  color: #95979a;
}

.card__icondata ul, .card__block ul {
  align-items: stretch;
  border-top: none;
}
.card__icondata ul li, .card__block ul li {
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card__icondata ul li:first-of-type, .card__block ul li:first-of-type {
  padding-right: 0;
}
.card__icondata ul li:nth-child(2), .card__block ul li:nth-child(2) {
  padding-left: 0;
}
.card__icondata ul li > *, .card__block ul li > * {
  margin: 0.5rem 0.563rem;
}
@media screen and (min-width: 75em) {
  .card__icondata ul li > *, .card__block ul li > * {
    margin: 0.5rem 0.688rem;
  }
}
.card__icondata ul li > div, .card__block ul li > div {
  margin-left: 0.438rem;
}
.card__icondata ul li:first-child, .card__block ul li:first-child {
  color: #ee704b;
  flex: 0;
}
.card__icondata ul li:not(:first-child), .card__block ul li:not(:first-child) {
  font-size: 0.8rem;
  text-transform: none;
  justify-content: left;
}
.card__icondata ul li:not(:first-child) strong, .card__block ul li:not(:first-child) strong {
  color: #2b2e34;
}
.card__icondata ul li:not(:first-child) .card__icondata--address, .card__block ul li:not(:first-child) .card__icondata--address {
  color: #2b2e34;
  line-height: 120%;
  overflow-wrap: anywhere;
}
.card__icondata ul li:not(:first-child) .card__icondata--address + a, .card__block ul li:not(:first-child) .card__icondata--address + a {
  display: block;
  margin-top: 1rem;
}

.card__block {
  margin-bottom: 0.5rem;
}
.card__block ul {
  border: 1px solid #E7E7E7;
}
.card__block ul li {
  padding: 0.25em;
}
.card__block .text-uppercase {
  color: #9F9F9F;
  text-transform: none;
}

.card--stack {
  position: relative;
  overflow: visible;
  z-index: 0;
  /* Second sheet of paper */
  /* Third sheet of paper */
}
.card--stack, .card--stack::after, .card--stack::before {
  /* Add shadow to distinguish sheets from one another */
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}
.card--stack::after, .card--stack::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.card--stack::before {
  left: 3px;
  top: 3px;
  z-index: -1;
}
.card--stack::after {
  left: 5px;
  top: 5px;
  z-index: -2;
}

.card--widget .card-data {
  flex-wrap: inherit;
}
.card--widget .card-data .card-data__item {
  color: #2b2e34;
  text-transform: none;
  font-size: 0.875rem;
  text-align: left;
  padding: 1rem;
}
.card--widget .card-data .card-data__item.primary {
  color: var(--primary);
}
.card--widget .card-data .card-data__item.secondary {
  color: var(--secondary);
}
.card--widget .card-data .card-data__item.success {
  color: var(--success);
}
.card--widget .card-data .card-data__item.warning {
  color: var(--warning);
}
.card--widget .card-data .card-data__item.alert {
  color: var(--alert);
}
@media print, screen and (min-width: 51.25em) {
  .card--widget .card-data .card-data__item {
    padding: 1.188rem;
  }
}
@media screen and (min-width: 75em) {
  .card--widget .card-data .card-data__item {
    font-size: 1rem;
  }
}
.card--widget .card-data .card-data__item:first-child {
  flex-grow: 0;
  flex-basis: 17%;
  background-color: #F5F5F5;
  position: relative;
}
.card--widget .card-data .card-data__item:first-child > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.card--widget .card-data .card-data__item:first-child .icon {
  color: #ee704b;
}
.card--widget .card-data .card-data__item:first-child .text-medium, .card--widget .card-data .card-data__item:first-child .chart-tooltip .tooltip-content, .chart-tooltip .card--widget .card-data .card-data__item:first-child .tooltip-content {
  color: #646567;
}
.card--widget .card-data .card-data__item .text-small {
  color: #646567;
}
.card--widget .card-data .card-data__item .card__title,
.card--widget .card-data .card-data__item .card__title p {
  margin-top: 0.6rem;
  margin-bottom: 0.4rem !important;
  line-height: 1.2;
  font-weight: 600;
}

.card__top {
  border-top: 0;
}
.card__top .card__content, .card__top .badge-card__content {
  line-height: 1.5;
  padding: 19px;
  padding-bottom: 0;
}
.card__top .card__content > :first-child, .card__top .badge-card__content > :first-child {
  flex-shrink: 0;
}
@media print, screen and (min-width: 51.25em) {
  .card__top .card__content, .card__top .badge-card__content {
    padding: 1.188rem;
  }
}
.card__top .card__content .muted, .card__top .badge-card__content .muted {
  color: #646567;
}
.card__top a.card__link {
  color: #0000bd;
}
.card__top a.card__link:hover {
  color: #1a181d;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

.card__image-svg {
  position: relative;
  transition-duration: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  margin: auto;
  height: 7.5rem;
  width: 7.5rem;
  background-size: 4rem;
}
.card__image-svg::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border: 2px solid #5555E9;
  border-radius: 50%;
  transition-duration: 0.3s;
}
@media print, screen and (min-width: 64em) {
  .card__image-svg {
    height: 13.4375rem;
    width: 13.4375rem;
    background-size: 6.125rem;
  }
}
@media print, screen and (min-width: 51.25em) {
  .card__image-svg {
    height: 10.625rem;
    width: 10.625rem;
    background-size: 5.51rem;
  }
}

.card--round {
  transition-duration: 0.3s;
  font-family: "Roboto", sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  font-size: 0.9375rem;
  border: none !important;
  text-decoration: none;
  color: #1a181d;
}
@media print, screen and (min-width: 51.25em) {
  .card--round {
    font-size: 1.125rem;
  }
}
.card--round:hover, .card--round:focus {
  text-decoration: none;
}
.card--round:hover .card__image-svg::after, .card--round:focus .card__image-svg::after {
  border: 8px solid #5555E9;
}

.large-9 .callout.warning {
  background-color: #417E3E;
  color: #FFFFFF;
  font-size: 1.563rem;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
}
.large-9 .callout.warning p {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 1.563rem;
}
.large-9 .callout.warning a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}
.large-9 .card, .large-9 .chart-tooltip, .large-9 .conference-registration, .large-9 .conference-speaker .speaker-bio, .conference-speaker .large-9 .speaker-bio, .large-9 .add-message, .large-9 .comment-thread {
  border: 1px solid #D4D4D4;
  border-radius: 5px;
}
.large-9 .card .new-proposal, .large-9 .chart-tooltip .new-proposal, .large-9 .conference-registration .new-proposal, .large-9 .conference-speaker .speaker-bio .new-proposal, .conference-speaker .large-9 .speaker-bio .new-proposal, .large-9 .add-message .new-proposal, .large-9 .comment-thread .new-proposal {
  padding: 1.4rem 1.2rem !important;
}
@media print, screen and (min-width: 28.125em) {
  .large-9 .card .new-proposal.card__content, .large-9 .chart-tooltip .new-proposal.card__content, .large-9 .card .new-proposal.badge-card__content, .large-9 .chart-tooltip .new-proposal.badge-card__content, .large-9 .conference-registration .new-proposal.card__content, .large-9 .conference-registration .new-proposal.badge-card__content, .large-9 .conference-speaker .speaker-bio .new-proposal.card__content, .large-9 .conference-speaker .speaker-bio .new-proposal.badge-card__content, .conference-speaker .large-9 .speaker-bio .new-proposal.card__content, .conference-speaker .large-9 .speaker-bio .new-proposal.badge-card__content, .large-9 .add-message .new-proposal.card__content, .large-9 .add-message .new-proposal.badge-card__content, .large-9 .comment-thread .new-proposal.card__content, .large-9 .comment-thread .new-proposal.badge-card__content {
    padding: 1.8rem 1.5rem !important;
  }
}
@media print, screen and (min-width: 51.25em) {
  .large-9 .card .new-proposal.card__content, .large-9 .chart-tooltip .new-proposal.card__content, .large-9 .card .new-proposal.badge-card__content, .large-9 .chart-tooltip .new-proposal.badge-card__content, .large-9 .conference-registration .new-proposal.card__content, .large-9 .conference-registration .new-proposal.badge-card__content, .large-9 .conference-speaker .speaker-bio .new-proposal.card__content, .large-9 .conference-speaker .speaker-bio .new-proposal.badge-card__content, .conference-speaker .large-9 .speaker-bio .new-proposal.card__content, .conference-speaker .large-9 .speaker-bio .new-proposal.badge-card__content, .large-9 .add-message .new-proposal.card__content, .large-9 .add-message .new-proposal.badge-card__content, .large-9 .comment-thread .new-proposal.card__content, .large-9 .comment-thread .new-proposal.badge-card__content {
    padding: 1.5rem 9.313rem 5rem 9.313rem !important;
  }
}
.large-9 .card .new-proposal .preview-button, .large-9 .chart-tooltip .new-proposal .preview-button, .large-9 .conference-registration .new-proposal .preview-button, .large-9 .conference-speaker .speaker-bio .new-proposal .preview-button, .conference-speaker .large-9 .speaker-bio .new-proposal .preview-button, .large-9 .add-message .new-proposal .preview-button, .large-9 .comment-thread .new-proposal .preview-button {
  background-color: #417E3E;
  color: #FFFFFF;
}
.large-9 .card .new-proposal .preview-button:hover, .large-9 .chart-tooltip .new-proposal .preview-button:hover, .large-9 .conference-registration .new-proposal .preview-button:hover, .large-9 .conference-speaker .speaker-bio .new-proposal .preview-button:hover, .conference-speaker .large-9 .speaker-bio .new-proposal .preview-button:hover, .large-9 .add-message .new-proposal .preview-button:hover, .large-9 .comment-thread .new-proposal .preview-button:hover {
  background: #5555E9;
}
.large-9 .card .new-proposal .preview-proposal .publish-button, .large-9 .chart-tooltip .new-proposal .preview-proposal .publish-button, .large-9 .conference-registration .new-proposal .preview-proposal .publish-button, .large-9 .conference-speaker .speaker-bio .new-proposal .preview-proposal .publish-button, .conference-speaker .large-9 .speaker-bio .new-proposal .preview-proposal .publish-button, .large-9 .add-message .new-proposal .preview-proposal .publish-button, .large-9 .comment-thread .new-proposal .preview-proposal .publish-button {
  background-color: #417E3E;
  color: #FFFFFF;
}
.large-9 .card .new-proposal .preview-proposal .publish-button:hover, .large-9 .chart-tooltip .new-proposal .preview-proposal .publish-button:hover, .large-9 .conference-registration .new-proposal .preview-proposal .publish-button:hover, .large-9 .conference-speaker .speaker-bio .new-proposal .preview-proposal .publish-button:hover, .conference-speaker .large-9 .speaker-bio .new-proposal .preview-proposal .publish-button:hover, .large-9 .add-message .new-proposal .preview-proposal .publish-button:hover, .large-9 .comment-thread .new-proposal .preview-proposal .publish-button:hover {
  background: #5555E9;
}
.large-9 .card .new-proposal .proposal__body, .large-9 .chart-tooltip .new-proposal .proposal__body, .large-9 .conference-registration .new-proposal .proposal__body, .large-9 .conference-speaker .speaker-bio .new-proposal .proposal__body, .conference-speaker .large-9 .speaker-bio .new-proposal .proposal__body, .large-9 .add-message .new-proposal .proposal__body, .large-9 .comment-thread .new-proposal .proposal__body {
  color: #707070;
  font-size: 1rem;
  margin-top: 1.688rem;
  width: 100%;
  word-break: break-word;
}
.large-9 .card .new-proposal label[for=proposal_has_address], .large-9 .chart-tooltip .new-proposal label[for=proposal_has_address], .large-9 .conference-registration .new-proposal label[for=proposal_has_address], .large-9 .conference-speaker .speaker-bio .new-proposal label[for=proposal_has_address], .conference-speaker .large-9 .speaker-bio .new-proposal label[for=proposal_has_address], .large-9 .add-message .new-proposal label[for=proposal_has_address], .large-9 .comment-thread .new-proposal label[for=proposal_has_address] {
  margin-top: 1.5rem;
}
.large-9 .card .new-proposal select, .large-9 .chart-tooltip .new-proposal select, .large-9 .conference-registration .new-proposal select, .large-9 .conference-speaker .speaker-bio .new-proposal select, .conference-speaker .large-9 .speaker-bio .new-proposal select, .large-9 .card .new-proposal .inline-filters button[data-toggle], .large-9 .chart-tooltip .new-proposal .inline-filters button[data-toggle], .large-9 .conference-registration .new-proposal .inline-filters button[data-toggle], .large-9 .conference-speaker .speaker-bio .new-proposal .inline-filters button[data-toggle], .conference-speaker .large-9 .speaker-bio .new-proposal .inline-filters button[data-toggle], .inline-filters .large-9 .card .new-proposal button[data-toggle], .inline-filters .large-9 .chart-tooltip .new-proposal button[data-toggle], .inline-filters .large-9 .conference-registration .new-proposal button[data-toggle], .inline-filters .large-9 .conference-speaker .speaker-bio .new-proposal button[data-toggle], .conference-speaker .inline-filters .large-9 .speaker-bio .new-proposal button[data-toggle], .large-9 .add-message .new-proposal select, .large-9 .add-message .new-proposal .inline-filters button[data-toggle], .inline-filters .large-9 .add-message .new-proposal button[data-toggle], .large-9 .comment-thread .new-proposal select, .large-9 .comment-thread .new-proposal .inline-filters button[data-toggle], .inline-filters .large-9 .comment-thread .new-proposal button[data-toggle] {
  color: #06060B;
  font-size: 1rem;
  height: 3rem;
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/arrow-down-e67098e2a8a1c61e0207.svg);
}
.large-9 .card .new-proposal option, .large-9 .chart-tooltip .new-proposal option, .large-9 .conference-registration .new-proposal option, .large-9 .conference-speaker .speaker-bio .new-proposal option, .conference-speaker .large-9 .speaker-bio .new-proposal option, .large-9 .add-message .new-proposal option, .large-9 .comment-thread .new-proposal option {
  color: #06060B;
  font-size: 1rem;
}
.large-9 .card .new-proposal .checkboxes, .large-9 .chart-tooltip .new-proposal .checkboxes, .large-9 .conference-registration .new-proposal .checkboxes, .large-9 .conference-speaker .speaker-bio .new-proposal .checkboxes, .conference-speaker .large-9 .speaker-bio .new-proposal .checkboxes, .large-9 .add-message .new-proposal .checkboxes, .large-9 .comment-thread .new-proposal .checkboxes, .large-9 .card .new-proposal .hashtags, .large-9 .chart-tooltip .new-proposal .hashtags, .large-9 .conference-registration .new-proposal .hashtags, .large-9 .conference-speaker .speaker-bio .new-proposal .hashtags, .conference-speaker .large-9 .speaker-bio .new-proposal .hashtags, .large-9 .add-message .new-proposal .hashtags, .large-9 .comment-thread .new-proposal .hashtags {
  margin-bottom: 0;
}
.large-9 .card .new-proposal label, .large-9 .chart-tooltip .new-proposal label, .large-9 .conference-registration .new-proposal label, .large-9 .conference-speaker .speaker-bio .new-proposal label, .conference-speaker .large-9 .speaker-bio .new-proposal label, .large-9 .add-message .new-proposal label, .large-9 .comment-thread .new-proposal label {
  color: #06060B;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.large-9 .card .new-proposal input, .large-9 .chart-tooltip .new-proposal input, .large-9 .conference-registration .new-proposal input, .large-9 .conference-speaker .speaker-bio .new-proposal input, .conference-speaker .large-9 .speaker-bio .new-proposal input, .large-9 .add-message .new-proposal input, .large-9 .comment-thread .new-proposal input, .large-9 .card .new-proposal select, .large-9 .chart-tooltip .new-proposal select, .large-9 .conference-registration .new-proposal select, .large-9 .conference-speaker .speaker-bio .new-proposal select, .conference-speaker .large-9 .speaker-bio .new-proposal select, .large-9 .card .new-proposal .inline-filters button[data-toggle], .large-9 .chart-tooltip .new-proposal .inline-filters button[data-toggle], .large-9 .conference-registration .new-proposal .inline-filters button[data-toggle], .large-9 .conference-speaker .speaker-bio .new-proposal .inline-filters button[data-toggle], .conference-speaker .large-9 .speaker-bio .new-proposal .inline-filters button[data-toggle], .inline-filters .large-9 .card .new-proposal button[data-toggle], .inline-filters .large-9 .chart-tooltip .new-proposal button[data-toggle], .inline-filters .large-9 .conference-registration .new-proposal button[data-toggle], .inline-filters .large-9 .conference-speaker .speaker-bio .new-proposal button[data-toggle], .conference-speaker .inline-filters .large-9 .speaker-bio .new-proposal button[data-toggle], .large-9 .add-message .new-proposal select, .large-9 .add-message .new-proposal .inline-filters button[data-toggle], .inline-filters .large-9 .add-message .new-proposal button[data-toggle], .large-9 .comment-thread .new-proposal select, .large-9 .comment-thread .new-proposal .inline-filters button[data-toggle], .inline-filters .large-9 .comment-thread .new-proposal button[data-toggle], .large-9 .card .new-proposal fieldset, .large-9 .chart-tooltip .new-proposal fieldset, .large-9 .conference-registration .new-proposal fieldset, .large-9 .conference-speaker .speaker-bio .new-proposal fieldset, .conference-speaker .large-9 .speaker-bio .new-proposal fieldset, .large-9 .add-message .new-proposal fieldset, .large-9 .comment-thread .new-proposal fieldset {
  border: 1px solid #D4D4D4;
  border-radius: 5px;
}
.large-9 .card .new-proposal .fileUpload input.upload, .large-9 .chart-tooltip .new-proposal .fileUpload input.upload, .large-9 .conference-registration .new-proposal .fileUpload input.upload, .large-9 .conference-speaker .speaker-bio .new-proposal .fileUpload input.upload, .conference-speaker .large-9 .speaker-bio .new-proposal .fileUpload input.upload, .large-9 .add-message .new-proposal .fileUpload input.upload, .large-9 .comment-thread .new-proposal .fileUpload input.upload {
  display: inline-block;
  color: red;
}
.large-9 .card .new-proposal input[type=file], .large-9 .chart-tooltip .new-proposal input[type=file], .large-9 .conference-registration .new-proposal input[type=file], .large-9 .conference-speaker .speaker-bio .new-proposal input[type=file], .conference-speaker .large-9 .speaker-bio .new-proposal input[type=file], .large-9 .add-message .new-proposal input[type=file], .large-9 .comment-thread .new-proposal input[type=file] {
  color: #06060B;
  font-size: 1rem;
}
.large-9 .card .new-proposal ::-webkit-file-upload-button, .large-9 .chart-tooltip .new-proposal ::-webkit-file-upload-button, .large-9 .conference-registration .new-proposal ::-webkit-file-upload-button, .large-9 .conference-speaker .speaker-bio .new-proposal ::-webkit-file-upload-button, .conference-speaker .large-9 .speaker-bio .new-proposal ::-webkit-file-upload-button, .large-9 .add-message .new-proposal ::-webkit-file-upload-button, .large-9 .comment-thread .new-proposal ::-webkit-file-upload-button {
  background: #5555E9;
  color: #FFFFFF;
  margin-top: 0.35rem;
  margin-bottom: 0.35rem;
  border: 1px solid #5555E9;
  font-size: 0.75rem;
}
.large-9 .card .new-proposal ::-webkit-file-upload-button:hover, .large-9 .chart-tooltip .new-proposal ::-webkit-file-upload-button:hover, .large-9 .conference-registration .new-proposal ::-webkit-file-upload-button:hover, .large-9 .conference-speaker .speaker-bio .new-proposal ::-webkit-file-upload-button:hover, .conference-speaker .large-9 .speaker-bio .new-proposal ::-webkit-file-upload-button:hover, .large-9 .add-message .new-proposal ::-webkit-file-upload-button:hover, .large-9 .comment-thread .new-proposal ::-webkit-file-upload-button:hover {
  background: #1E1E85;
}
.large-9 .card .new-proposal input[type=file], .large-9 .chart-tooltip .new-proposal input[type=file], .large-9 .conference-registration .new-proposal input[type=file], .large-9 .conference-speaker .speaker-bio .new-proposal input[type=file], .conference-speaker .large-9 .speaker-bio .new-proposal input[type=file], .large-9 .add-message .new-proposal input[type=file], .large-9 .comment-thread .new-proposal input[type=file] {
  border: none;
  margin-bottom: 0;
}
.large-9 .card .new-proposal .help-text, .large-9 .chart-tooltip .new-proposal .help-text, .large-9 .conference-registration .new-proposal .help-text, .large-9 .conference-speaker .speaker-bio .new-proposal .help-text, .conference-speaker .large-9 .speaker-bio .new-proposal .help-text, .large-9 .add-message .new-proposal .help-text, .large-9 .comment-thread .new-proposal .help-text {
  margin: -0.5rem 0 1.9rem;
}

.card__content, .badge-card__content {
  padding: 1.25rem 1.063rem 0.5rem !important;
  padding-bottom: 0;
}
@media screen and (min-width: 75em) {
  .card__content, .badge-card__content {
    padding: 1.25rem 1.188rem 0.5rem !important;
  }
}

.card__content.participatory-description, .participatory-description.badge-card__content {
  color: #707070;
}
.card__content .hashtags__container label, .badge-card__content .hashtags__container label {
  color: #06060B;
  font-size: 1.125rem;
}
.card__content .hashtags__container .label-required > span, .badge-card__content .hashtags__container .label-required > span {
  color: #06060B;
}
.card__content .hashtags__container #proposal_body_characters, .badge-card__content .hashtags__container #proposal_body_characters, .card__content .hashtags__container #proposal_title_characters, .badge-card__content .hashtags__container #proposal_title_characters {
  color: #707070;
}
.card__content .hashtags__container [type=text], .badge-card__content .hashtags__container [type=text] {
  color: #06060B;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  font-size: 1rem;
}
.card__content .hashtags__container [type=text].is-invalid-input:not(:focus), .badge-card__content .hashtags__container [type=text].is-invalid-input:not(:focus) {
  color: #06060B;
}
.card__content .hashtags__container textarea[rows], .badge-card__content .hashtags__container textarea[rows] {
  color: #707070;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  font-size: 1rem;
}
.card__content .hashtags__container textarea[rows].is-invalid-input:not(:focus), .badge-card__content .hashtags__container textarea[rows].is-invalid-input:not(:focus) {
  color: #06060B;
}
.card__content .actions .button, .badge-card__content .actions .button {
  float: right;
  padding: 0.6rem 1.875rem;
}

.picker-footer .close-form-button .button {
  float: right;
  padding: 0.6rem 1.875rem;
}

.compare-proposals, .preview-proposal {
  margin-top: 1.938rem;
}
.compare-proposals .column, .compare-proposals .columns, .preview-proposal .column, .preview-proposal .columns {
  margin-bottom: 1.25rem;
}
.compare-proposals .card__content p, .compare-proposals .badge-card__content p, .preview-proposal .card__content p, .preview-proposal .badge-card__content p {
  font-size: 1rem;
  color: #707070;
}
.compare-proposals .card__header .author-block, .preview-proposal .card__header .author-block {
  margin-bottom: 1.5rem;
}
.compare-proposals .card__header .tech-info, .preview-proposal .card__header .tech-info {
  color: #707070;
  font-size: 0.813rem;
}
.compare-proposals .card__header a, .preview-proposal .card__header a {
  color: #06060B;
}
.compare-proposals .card__header a:hover, .preview-proposal .card__header a:hover {
  text-decoration: none;
}
.compare-proposals .card__header .card__title, .preview-proposal .card__header .card__title {
  color: #06060B;
  font-size: 1.563rem;
  font-weight: bold;
}
.compare-proposals .card__header .card__title:hover, .preview-proposal .card__header .card__title:hover {
  color: #5555E9;
}

.card__amend-button .card__content, .card__amend-button .badge-card__content {
  background: #f7f7f7;
}
.card__amend-button .card__content .button--icon, .card__amend-button .badge-card__content .button--icon {
  display: block;
}
.card__amend-button .card__content small, .card__amend-button .badge-card__content small {
  font-size: 1.125rem;
  color: #06060B;
}

.card .card--meeting .card__top .card__content, .chart-tooltip .card--meeting .card__top .card__content, .card .card--meeting .card__top .badge-card__content, .chart-tooltip .card--meeting .card__top .badge-card__content, .conference-registration .card--meeting .card__top .card__content, .conference-registration .card--meeting .card__top .badge-card__content, .conference-speaker .speaker-bio .card--meeting .card__top .card__content, .conference-speaker .speaker-bio .card--meeting .card__top .badge-card__content, .add-message .card--meeting .card__top .card__content, .add-message .card--meeting .card__top .badge-card__content, .comment-thread .card--meeting .card__top .card__content, .comment-thread .card--meeting .card__top .badge-card__content {
  padding-bottom: 0;
}

.card-data__item.participatory__item.follow_status .icon--small {
  width: 0.8rem;
  height: 0.78rem;
  line-height: 18px;
}

.profile--sidebar {
  border: none;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}
@media print, screen and (min-width: 28.125em) {
  .profile--sidebar {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width: 51.25em) {
  .profile--sidebar {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

.profile--sidebar--title {
  font-size: 1.563rem;
}

.badge__logo--small {
  width: 62px;
  height: 62px;
}
@media print, screen and (min-width: 64em) {
  .badge__logo--small {
    width: auto;
    height: auto;
  }
}

.extra {
  text-align: center;
  margin-bottom: 1rem;
}
.extra .button:last-of-type, .extra .button:first-of-type {
  border: 0.188rem solid #7EB87A;
  border-radius: 1.563rem;
  font-size: 1.25rem;
  background: #FFFFFF;
}
.extra .button:last-of-type:hover, .extra .button:first-of-type:hover {
  background: #5555E9;
  border: 0.188rem solid #5555E9;
}
.extra .follow-button {
  margin-top: 1rem;
}

.extra__suport-number {
  display: block;
  font-weight: 600;
  font-size: 3rem;
  line-height: 1;
}

.extra__suport-text, .progress__bar.progress__bar--vertical .progress__bar__text {
  display: block;
  line-height: 1;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.extra__date {
  font-size: 3rem;
  line-height: 1;
}

.extra__month {
  display: block;
  font-size: 1rem;
}

.extra__time {
  display: block;
  font-size: 1.2rem;
  margin: 0.5rem 0 0;
}

.extra--text {
  text-align: left;
}

.definition-data {
  display: flex;
  flex-wrap: wrap;
}

.definition-data__item {
  display: block;
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid #E7E7E7;
  flex-basis: 100%;
}
.definition-data__item:last-child {
  border-bottom: 0;
}
.definition-data__item.social_networks a {
  display: block;
}
.definition-data__item.social_networks a:hover {
  text-decoration: underline;
}
.definition-data__item.expanded {
  display: flex;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
}
.definition-data__item.expanded > :first-child {
  flex: 1 1 80%;
  min-width: 0;
}
.definition-data__item.expanded > :first-child div {
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.definition-data__item.expanded > :first-child div .author__name {
  display: inherit;
}
.definition-data__item.expanded > :last-child {
  flex: 1 0 40%;
}
.definition-data__item.expanded > * {
  margin: 0 0.25rem;
}
.definition-data__item.expanded > :first-child {
  margin-left: 0;
}
.definition-data__item.expanded > :last-child {
  margin-right: 0;
}

.definition-data__item--double {
  display: inline-block;
  flex-basis: 50%;
  width: 50%;
  border-right: 1px solid #E7E7E7;
}
.definition-data__item--double:nth-of-type(even) {
  border-right: 0;
}
.definition-data__item--double:nth-last-child(2):nth-child(odd) {
  border-bottom: 0;
}

.definition-data__title {
  display: block;
  font-size: 85%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 0.25rem;
  color: #2b2e34;
}

.definition-data__number {
  display: block;
  line-height: 1;
  font-weight: 600;
  font-size: 1.25rem;
  color: #2b2e34;
  margin-bottom: 0.2rem;
}

.definition-data__text {
  display: block;
  margin: 0.5rem;
  color: #2b2e34;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.5;
}

/* Callout foundation overwrites */
.callout {
  padding: 1.5rem;
  margin-bottom: 2rem;
}
.callout.primary {
  border: 2px solid #5555E9;
  background-color: #fff;
}
.callout.secondary {
  background-color: #fff;
}
.callout.secondary p {
  color: #707070;
  font-size: 1.563rem;
  line-height: 2rem;
}
.callout.empty-filters {
  border: 0.063rem solid #D4D4D4;
  border-radius: 0.313rem;
  padding: 0.7rem 1.2rem;
}
.callout.empty-filters p {
  color: #06060B;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: unset;
}
@media print, screen and (min-width: 28.125em) {
  .callout.empty-filters p {
    font-size: 1.563rem;
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
}
.callout.success, .button--vote-button .callout.button.success {
  border: 2px solid #71c776;
  background-color: #fff;
}
.callout.warning {
  border: 2px solid #FFD617;
  background-color: #fff;
}
.callout.alert {
  border: 2px solid #c93739;
  background-color: #fff;
}
.callout .callout > :first-child {
  font-weight: 600;
}

.voting-rules .callout.secondary {
  padding: 0;
}
@media print, screen and (min-width: 62.5em) {
  .voting-rules .callout.secondary {
    padding: 1.5rem 0;
  }
}

.empty-notifications.callout.secondary {
  border: 0.125rem solid #ec3a1e;
  padding: 0.7rem 1.2rem;
  margin-top: 1.5rem;
}
@media print, screen and (min-width: 28.125em) {
  .empty-notifications.callout.secondary {
    padding: 1rem 1.2rem;
  }
}
.empty-notifications.callout.secondary p {
  font-size: 1.125rem;
}
@media print, screen and (min-width: 28.125em) {
  .empty-notifications.callout.secondary p {
    font-size: 1.563rem;
  }
}

.flash.callout {
  float: none;
  max-width: 73.5rem;
  font-size: 1rem !important;
  font-weight: 400 !important;
  border-radius: 0.313rem;
  margin: 1.5rem 0.625rem 1.3rem 0.625rem;
}
@media print, screen and (min-width: 51.25em) {
  .flash.callout {
    margin: 3.5rem auto 3.3rem auto;
  }
}
.flash.callout.success {
  color: #FFFFFF;
  border: 0.063rem solid #417E3E;
  background-color: #417E3E;
}
.flash.callout.alert {
  border: 0.125rem solid #ec3a1e;
  background-color: #FFFFFF;
  color: #06060B;
}
.flash.callout span {
  display: none;
}
.flash.callout:focus {
  outline: none;
}

.user_conversations .callout.secondary {
  padding: 0;
  margin-bottom: 15rem;
}
.user_conversations .callout.secondary p {
  color: #06060B;
  font-size: 1.563rem;
}

.warning-preview .announcement {
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  background-color: #417E3E;
}
.warning-preview .announcement p, .warning-preview .announcement span {
  color: #FFFFFF;
}

.callout_wrapper .announcement {
  border: 2px solid #7EB87A;
  border-radius: 5px;
  padding: 1rem;
  font-weight: 400 !important;
  font-size: 1rem !important;
}
@media print, screen and (min-width: 28.125em) {
  .callout_wrapper .announcement {
    padding: 1.5rem;
  }
}
.callout_wrapper p, .callout_wrapper span {
  color: #707070;
  font-size: 1.25rem;
  line-height: 2rem;
}
.callout_wrapper p:last-child, .callout_wrapper span:last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 28.125em) {
  .callout_wrapper p, .callout_wrapper span {
    font-size: 1.563rem;
  }
}

main > .callout {
  margin: 1rem;
}
@media print, screen and (min-width: 51.25em) {
  main > .callout {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  main > .callout {
    margin-left: 4rem;
    margin-right: 4rem;
  }
}

.omnipresent-banner {
  background-color: #bf0b69;
  padding: 10px 0px;
  color: white;
}
.omnipresent-banner a {
  color: white;
}
.omnipresent-banner svg {
  display: none;
}

.together-banner-container {
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
  border-radius: 0.4375rem;
  display: block;
  border: 1px solid transparent;
}
@media print, screen and (min-width: 28.125em) {
  .together-banner-container {
    display: flex;
    flex-wrap: nowrap;
  }
}
.together-banner-title {
  color: #005DFF;
  font-size: 1.875rem;
}
@media screen and (min-width: 75em) {
  .together-banner-title {
    font-size: 2.5rem;
  }
}
.together-banner-subtitle {
  font-size: 1.0625rem;
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 75em) {
  .together-banner-subtitle {
    font-size: 1.5625rem;
  }
}
.together-banner-text {
  background-color: #F5F5F5;
  padding: 1.25rem;
  border-radius: 0.3125rem 0.3125rem 0 0;
  height: 15.625rem;
  text-align: center;
}
@media print, screen and (min-width: 28.125em) {
  .together-banner-text {
    border-radius: 0.625rem;
  }
}
@media screen and (min-width: 75em) {
  .together-banner-text {
    text-align: left;
    padding: 1.5rem 3.75rem 2rem 3.75rem;
  }
}
.together-banner-text h2 {
  font-size: 1.063rem;
}
@media screen and (min-width: 75em) {
  .together-banner-text h2 {
    font-size: 1.563rem;
  }
}
.together-banner-button {
  border: 1px solid #005DFF;
  color: white;
  background-color: #005DFF;
  border-radius: 1.25rem;
  padding: 0.625rem 1.5625rem;
  font-weight: bold;
}
.together-banner-button:hover {
  color: white;
}
.together-banner-image-container {
  padding: 0;
  height: 15.625rem;
  overflow: hidden;
}
.together-banner-image-container img {
  width: 100%;
  border-radius: 0 0 0.313rem 0.313rem;
  height: 100%;
  object-fit: cover;
}
@media print, screen and (min-width: 28.125em) {
  .together-banner-image-container img {
    border-radius: 0 0.313rem 0.313rem 0;
  }
}

#parent-assemblies #assemblies-count {
  font-size: 1.5rem;
  color: #0000bd;
  font-weight: 700;
}
@media screen and (min-width: 75em) {
  #parent-assemblies #assemblies-count {
    font-size: 1.875rem;
  }
}
#parent-assemblies #assemblies-filter {
  display: none;
}
@media print, screen and (min-width: 64em) {
  #parent-assemblies .card--assembly {
    width: 115%;
  }
}
@media screen and (min-width: 75em) {
  #parent-assemblies .card--assembly {
    width: 100%;
  }
}
#parent-assemblies .card--assembly .card__footer, #parent-assemblies .card--assembly .card__top {
  display: flex;
}
#parent-assemblies .card--assembly .card__footer .card__support, #parent-assemblies .card--assembly .card__top .card__support {
  width: 100%;
  padding: 0 !important;
}
#parent-assemblies .card--assembly .creation_date_status {
  display: none;
}
#parent-assemblies .card--assembly .follow_status .card__button {
  display: flex;
  margin: 1.0625rem 0 0 0.9375rem;
}
#parent-assemblies .card--assembly .follow_status .card__button:hover {
  text-decoration: none;
}
#parent-assemblies .card--assembly .follow_status .card__button:hover .icon-wrap {
  color: #5555e9;
}
#parent-assemblies .card--assembly .follow_status .card__button .icon-wrap {
  font-size: 1.25rem;
  color: #0000bd;
}
#parent-assemblies .card--assembly .follow_status .card__button .icon-wrap span {
  font-size: 1.25rem;
  margin-top: 0;
}
#parent-assemblies .card--assembly .follow_status .card__button .icon-wrap svg {
  margin-top: 0.25rem;
}
#parent-assemblies .card--assembly .follow_status .card__button .text-wrap {
  line-height: 1.5;
  font-size: 0.875rem;
}
#parent-assemblies .card--assembly .follow_status .card__button .text-wrap .status-description {
  width: 6.25rem;
  margin-left: 0.125rem;
  text-align: left;
}
#parent-assemblies .card--assembly .follow_status .card__button .text-wrap .status-description:hover {
  color: #06060B;
}
#parent-assemblies a.card__button {
  font-weight: 700;
  font-size: 1rem;
  margin-right: 0.625rem;
}
#parent-assemblies .card-data__item .button_to {
  margin: 0.625rem 0;
}

.profile-following-section .card--assembly .card-data {
  border: none;
}
.profile-following-section .card--assembly .card-data .card-data__item {
  border-top: none !important;
}
.profile-following-section .card--assembly .card-data .card-data__item.creation_date_status {
  display: none;
}
.profile-following-section .card--assembly .card__content .card__text, .profile-following-section .card--assembly .badge-card__content .card__text {
  margin-bottom: 1.875rem;
}
.profile-following-section .card--assembly .card__content .card__text .card__text--paragraph p, .profile-following-section .card--assembly .badge-card__content .card__text .card__text--paragraph p {
  width: 100%;
  text-overflow: ellipsis;
  visibility: visible;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  word-break: break-word;
}
@media print, screen and (min-width: 51.25em) {
  .profile-following-section .card--assembly .card__content .card__block strong.text-small, .profile-following-section .card--assembly .badge-card__content .card__block strong.text-small {
    font-size: 1rem;
  }
}
.profile-following-section .card--assembly .card__footer, .profile-following-section .card--assembly .card__top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.profile-following-section .card--assembly .card__footer .card-data, .profile-following-section .card--assembly .card__top .card-data {
  flex-grow: 2;
}
.profile-following-section .card--assembly .card__footer span.icon-wrap .card__button .icon-wrap .icon, .profile-following-section .card--assembly .card__top span.icon-wrap .card__button .icon-wrap .icon {
  margin-top: 0.2rem;
}
.profile-following-section .card--assembly .card__footer .follow_status button.secondary, .profile-following-section .card--assembly .card__top .follow_status button.secondary {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
}
.profile-following-section .card--assembly .card__footer .follow_status button.secondary span.icon-wrap, .profile-following-section .card--assembly .card__top .follow_status button.secondary span.icon-wrap {
  font-size: 0.875rem !important;
}
.profile-following-section .card--assembly .card__footer .follow_status button.secondary span.text-wrap .status-description, .profile-following-section .card--assembly .card__top .follow_status button.secondary span.text-wrap .status-description {
  font-size: 0.875rem !important;
  color: #5555E9;
}
.profile-following-section .card--assembly .card__footer .follow_status button.secondary span.text-wrap .status-description:hover, .profile-following-section .card--assembly .card__top .follow_status button.secondary span.text-wrap .status-description:hover {
  color: #0000bd;
}
@media print, screen and (min-width: 51.25em) {
  .profile-following-section .card--assembly .card__footer .follow_status button.secondary, .profile-following-section .card--assembly .card__top .follow_status button.secondary {
    flex-direction: row;
    align-items: flex-end;
  }
}
.profile-following-section .card--assembly .card__footer .follow_status button.secondary:hover, .profile-following-section .card--assembly .card__top .follow_status button.secondary:hover {
  color: #0000bd;
}
.profile-following-section .card--assembly .card__footer li.card-data__item.follow_status, .profile-following-section .card--assembly .card__top li.card-data__item.follow_status {
  margin-left: 1.188rem;
}
.profile-following-section .card--assembly .card__footer .card__support, .profile-following-section .card--assembly .card__top .card__support {
  width: fit-content;
  width: -moz-fit-content;
}
.profile-following-section .card--assembly .card__footer .card__support a.card__button, .profile-following-section .card--assembly .card__top .card__support a.card__button {
  font-weight: bold;
  font-size: 0.75rem;
  padding: 0.625rem 0.875rem;
}
@media print, screen and (min-width: 51.25em) {
  .profile-following-section .card--assembly .card__footer .card__support a.card__button, .profile-following-section .card--assembly .card__top .card__support a.card__button {
    font-size: 0.875rem;
    padding: 0.625rem 1.875rem;
  }
}

.ecl-media-container {
  padding: 0px !important;
  background-color: #F5F5F5;
  margin-top: 3.125rem;
}
.ecl-media-container video {
  outline: #F5F5F5 !important;
}
.ecl-media-container .video-block {
  display: flex;
  flex-direction: column-reverse;
  padding-bottom: 2.5rem;
}
@media print, screen and (min-width: 64em) {
  .ecl-media-container .video-block {
    flex-direction: row;
    align-items: center;
    padding-top: 2.5rem;
  }
}
.ecl-media-container .class-webstream {
  padding-top: 58% !important;
}
@media print, screen and (min-width: 64em) {
  .ecl-media-container .class-webstream {
    padding-top: 28.4% !important;
  }
}
.ecl-media-container .video-frame {
  overflow: hidden;
  position: relative;
  padding-top: 57%;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .ecl-media-container .video-frame {
    padding-top: 27.4%;
  }
}
.ecl-media-container .video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}
.ecl-media-container .video-frame iframe body {
  background: transparent !important;
}
.ecl-media-container .video-frame iframe.ecl-media-container__media {
  display: block;
  width: 100%;
}
.ecl-media-container .ecl-media-container__caption {
  padding: 1.875rem 2.5rem 0 !important;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
}
@media print, screen and (min-width: 28.125em) {
  .ecl-media-container .ecl-media-container__caption {
    padding: 2.5rem 3.75rem 0 !important;
  }
}
@media print, screen and (min-width: 64em) {
  .ecl-media-container .ecl-media-container__caption {
    padding: 0 3.75rem 0 0 !important;
  }
}
.ecl-media-container .ecl-media-container__caption .title {
  font-size: 1.125rem;
  font-weight: bold;
  color: #06060B;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 28.125em) {
  .ecl-media-container .ecl-media-container__caption .title {
    font-size: 1.375rem;
  }
}
.ecl-media-container .ecl-media-container__caption .description {
  font-size: 0.9375rem;
  color: #06060B;
  margin-bottom: 0;
}
@media print, screen and (min-width: 28.125em) {
  .ecl-media-container .ecl-media-container__caption .description {
    font-size: 1rem;
  }
}
.ecl-media-container .ecl-media-container__caption .text-container {
  padding: 0;
  text-align: center;
}

html.is-reveal-open.zf-has-scroll {
  overflow-y: unset;
}

.gallery {
  margin-bottom: 0 !important;
}

.gallery-heading {
  text-transform: none;
  font-size: 1.25rem;
  line-height: 1.5rem;
}
.gallery-heading:nth-of-type(2n) {
  margin-top: 4.5rem;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 51.25em) {
  .gallery-heading {
    font-size: 1.5625rem;
    line-height: 1.875rem;
  }
}

.gallery-pop-up.reveal {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 1.5625rem;
  border-radius: 5px;
  padding: 0 !important;
}
.gallery-pop-up.reveal .orbit.row,
.gallery-pop-up.reveal .orbit-wrapper,
.gallery-pop-up.reveal .orbit-container {
  max-height: 75vh !important;
}
.gallery-pop-up.reveal .orbit-container {
  height: 75vh !important;
}
.gallery-pop-up.reveal .orbit-slide,
.gallery-pop-up.reveal .orbit-figure {
  height: 100% !important;
}
.gallery-pop-up.reveal .orbit-slide {
  padding: 0 6.25rem;
}
.gallery-pop-up.reveal .orbit-figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto !important;
  width: fit-content;
  width: -moz-fit-content;
}
.gallery-pop-up.reveal .orbit-figure .orbit-caption {
  background-color: #fafafa;
  margin-top: 1rem;
  margin-bottom: 1.875rem;
  position: relative;
  padding: 0 !important;
  width: fit-content;
  width: -moz-fit-content;
  text-align: left;
}
.gallery-pop-up.reveal .orbit-image {
  border-radius: 5px;
  object-fit: contain;
  overflow: hidden;
  margin-top: 2.5rem !important;
  height: fit-content !important;
  height: -moz-fit-content !important;
  width: fit-content;
  width: -moz-fit-content;
}
.gallery-pop-up.reveal .orbit-controls button {
  opacity: 1 !important;
  max-width: 1.75rem;
  max-height: 2rem;
}
.gallery-pop-up.reveal .orbit-controls button:hover, .gallery-pop-up.reveal .orbit-controls button:active, .gallery-pop-up.reveal .orbit-controls button:focus {
  background-color: #FFFFFF;
  outline: none;
}
.gallery-pop-up.reveal .orbit-controls button svg {
  width: 8px;
}
.gallery-pop-up.reveal .orbit-previous {
  border-radius: 0px 10px 10px 0px;
  padding-left: 0.5rem;
}
.gallery-pop-up.reveal .orbit-next {
  border-radius: 10px 0px 0px 10px;
}
.gallery-pop-up.reveal .close-button:hover, .gallery-pop-up.reveal .close-button:focus {
  outline: none;
}

.gallery-header {
  color: #06060B;
  font-size: 1.5625rem;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.875rem;
}
@media print, screen and (min-width: 51.25em) {
  .gallery-header {
    font-size: 1.6875rem;
    line-height: 2.0625rem;
  }
}

.gallery-caption {
  color: #06060B;
  font-size: 0.8125rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1.125rem;
  margin-top: 0.8125rem;
  max-height: 4.25rem;
}
@media print, screen and (min-width: 51.25em) {
  .gallery-caption {
    font-size: 1rem;
  }
}

.gallery_page {
  margin-top: 3.75rem;
}

.gallery video {
  outline: #F5F5F5 !important;
}
.gallery + .row .column .button.hollow, .gallery + .row .columns .button.hollow {
  font-size: 1rem;
  line-height: 1.125rem;
}
.gallery + .row .column .button.hollow:focus, .gallery + .row .columns .button.hollow:focus, .gallery + .row .column .button.hollow:hover, .gallery + .row .columns .button.hollow:hover {
  color: #FFFFFF;
  background-color: #5555E9;
  border-color: #5555E9;
}
.gallery.image .column.gallery-item, .gallery.image .gallery-item.columns {
  padding: 0 16px !important;
  margin-bottom: 1.875rem;
}
.gallery.image .column.gallery-item a, .gallery.image .gallery-item.columns a {
  outline: none;
}
.gallery.image .column.gallery-item img, .gallery.image .gallery-item.columns img {
  border-radius: 5px;
}
.gallery.video .column.gallery-item, .gallery.video .gallery-item.columns {
  overflow: hidden;
  position: relative;
  margin-bottom: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}
.gallery.video .column.gallery-item iframe, .gallery.video .gallery-item.columns iframe {
  height: 12rem;
  width: 100%;
  border: none;
  overflow: hidden;
  border-radius: 5px;
}
.gallery.video .column.gallery-item iframe body, .gallery.video .gallery-item.columns iframe body {
  background: transparent !important;
}
.gallery.video .column.gallery-item iframe.ecl-media-container__media, .gallery.video .gallery-item.columns iframe.ecl-media-container__media {
  display: block;
}
.gallery.video .column.gallery-item iframe.ecl-media-container__media.class-dailymotion .accept, .gallery.video .gallery-item.columns iframe.ecl-media-container__media.class-dailymotion .accept, .gallery.video .column.gallery-item iframe.ecl-media-container__media.class-youtube .accept, .gallery.video .gallery-item.columns iframe.ecl-media-container__media.class-youtube .accept {
  display: flex !important;
}
.gallery.video .column.gallery-item iframe.ecl-media-container__media .speaker-data, .gallery.video .gallery-item.columns iframe.ecl-media-container__media .speaker-data {
  padding-top: 30px;
}
@media print, screen and (min-width: 28.125em) {
  .gallery.video .column.gallery-item iframe, .gallery.video .gallery-item.columns iframe {
    height: 15rem;
  }
}
@media screen and (min-width: 36.25em) {
  .gallery.video .column.gallery-item iframe, .gallery.video .gallery-item.columns iframe {
    height: 17rem;
  }
}
@media screen and (min-width: 40.625em) {
  .gallery.video .column.gallery-item iframe, .gallery.video .gallery-item.columns iframe {
    height: 19rem;
  }
}
@media screen and (min-width: 43.75em) {
  .gallery.video .column.gallery-item iframe, .gallery.video .gallery-item.columns iframe {
    height: 21rem;
  }
}
@media print, screen and (min-width: 51.25em) {
  .gallery.video .column.gallery-item iframe, .gallery.video .gallery-item.columns iframe {
    height: 12rem;
  }
}
@media screen and (min-width: 55.625em) {
  .gallery.video .column.gallery-item iframe, .gallery.video .gallery-item.columns iframe {
    height: 15rem;
  }
}
@media print, screen and (min-width: 64em) {
  .gallery.video .column.gallery-item iframe, .gallery.video .gallery-item.columns iframe {
    height: 13rem;
  }
}

.confirm-reveal .confirm-content {
  padding-bottom: 1rem;
}

/* Variables */
/* Comments */
.comments {
  padding-top: 3rem;
}
.comments .order-by {
  margin-bottom: 1.25rem;
  margin-top: -0.5rem;
}
@media print, screen and (min-width: 64em) {
  .comments .order-by {
    margin-bottom: 1.875rem;
    margin-top: 0.75rem;
  }
}
.comments .order-by__dropdown .is-dropdown-submenu-parent a {
  color: #5555E9;
  font-size: 1.125rem;
}
.comments .order-by__text {
  color: #06060B;
  font-size: 1.125rem;
}
.comments .order-by__text.section-heading {
  margin: 2.5rem 0 1.25rem 0;
  color: #2b2e34;
  font-size: 1.25rem;
}
@media screen and (min-width: 75em) {
  .comments .order-by__text.section-heading {
    font-size: 1.563rem;
    margin-top: 1rem;
  }
}

.comment__header__context-menu .icon--ellipses.icon {
  transform: rotate(90deg);
}
.comment__header__context-menu use {
  color: #2b2e34;
}

.comment-thread {
  border: 1px solid #D4D4D4;
  overflow: visible;
}

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

.comment__header {
  padding: 1rem;
  display: flex;
}
.comment__header .author-data__extra {
  display: inline;
}
.comment__header .author-data {
  padding-left: 40px;
}
.comment__header .author__avatar {
  margin-left: -60px;
}
@media print, screen and (min-width: 51.25em) {
  .comment__header .author__avatar {
    margin-left: -30px;
  }
}
.comment__header .comment__edited,
.comment__header .comment__deleted {
  font-style: italic;
  color: #2b2e34;
}
.comment__header__context-menu {
  position: relative;
  margin-left: auto;
}
.comment__header__context-menu li:first-of-type span {
  margin-left: -13px;
}
.comment__header__context-menu li:first-of-type .external-link-indicator,
.comment__header__context-menu li:first-of-type .get--link {
  margin-left: 0.1rem !important;
}
.comment__header__context-menu span {
  color: black;
}
.comment__header__context-menu a {
  text-decoration: none !important;
}
.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: #EBEBEB;
}
.comment__header__context-menu__content li:not(:first-child) {
  border-top: 1px solid #CFCFCF;
}

.comment__content {
  padding: 0 1rem;
}
.comment__content > :last-child {
  margin-bottom: 0;
}
.comment__content p:empty {
  display: none;
}
.comment__content p {
  color: #707070;
  font-size: 1rem;
}
.comment__content span .label.success {
  background-color: #417E3E;
}

.comment__additionalreply {
  padding: 1rem;
  font-size: 90%;
}
.comment__additionalreply::before, .comment__additionalreply::after {
  display: table;
  content: " ";
}
.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: #f7f7f7;
  margin: 1rem;
  padding-bottom: 1px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
}
.comment--nested.comment--nested--alt {
  background: #fff;
}
.comment--nested:first-of-type {
  margin-top: 0;
}

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

.comment__reply,
.comment__reply[data-toggle] {
  float: left;
  color: #2b2e34;
  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: #5555E9;
}
.comment__reply.muted-link:hover,
.comment__reply[data-toggle].muted-link:hover {
  color: #0000bd;
}

.comment__votes {
  float: right;
  margin-top: 0.5rem;
}
.comment__votes button:focus {
  background-color: #ee704b;
  color: #fff;
  outline: none;
}
.comment__votes form.button_to {
  display: inline-block;
}
.comment__votes .comment__votes--count {
  font-size: 1.125rem;
  color: #E8E8E8;
}

.comment__votes--up .icon {
  color: #71c776;
}
.comment__votes--up:hover, .comment__votes--up.is-vote-selected {
  color: #4cb953;
}
.comment__votes--up:hover .icon, .comment__votes--up.is-vote-selected .icon {
  color: inherit;
}
.comment__votes--up.is-vote-notselected {
  color: #2b2e34;
  opacity: 0.3;
}
.comment__votes--up.is-vote-notselected .icon {
  color: inherit;
}

.comment__votes--down {
  padding-left: 0.3rem;
}
.comment__votes--down .icon {
  color: #c93739;
}
.comment__votes--down:hover, .comment__votes--down.is-vote-selected {
  color: #a12c2d;
}
.comment__votes--down:hover .icon, .comment__votes--down.is-vote-selected .icon {
  color: inherit;
}
.comment__votes--down.is-vote-notselected {
  color: #2b2e34;
  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 > p:last-of-type {
  margin-bottom: 0;
}
.comment__quote > 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 > p:last-child {
  margin-bottom: 0;
}

.add-comment {
  background: #F5F5F5;
  padding: 1rem;
}
.add-comment a:hover {
  text-decoration: underline;
}
.add-comment a:focus {
  background-color: #ee704b;
  color: #fff;
  outline: none;
}
.add-comment .button {
  margin-bottom: 0;
}
.add-comment .opinion-toggle--ok:hover, .add-comment .opinion-toggle--ok:focus, .add-comment .opinion-toggle--ok.is-active {
  background-color: #417E3E;
}

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

.emoji-picker__wrapper {
  z-index: 1000;
}

.emoji__container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.emoji__container textarea[name="comment[body]"] {
  resize: vertical !important;
}
.emoji__container .emoji__trigger {
  color: lightgrey;
  position: absolute;
  bottom: 1rem;
  right: 1.2rem;
  top: unset;
  cursor: pointer;
  z-index: 999;
  padding: 0.2rem;
}
.emoji__container .emoji__trigger .emoji__button {
  position: initial;
}

/* Variables */
/* Messages */
.unread_message__counter {
  background-color: #ee704b;
  border-radius: 50%;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  margin-left: auto;
  margin-right: 5%;
  width: 25px;
}
.unread_message__counter span {
  display: block;
  line-height: 25px;
  text-align: center;
}

/* Message form */
.add-message {
  padding: 1rem;
}
.add-message .button {
  margin-bottom: 0;
}

.opinion-toggle {
  margin: 2rem 0;
  display: flex;
  text-align: center;
}

.opinion-toggle--ok.is-inactive,
.opinion-toggle--ko.is-inactive,
.opinion-toggle--meh.is-inactive {
  opacity: 0.3;
}

.opinion-toggle--ok {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.opinion-toggle--ok:hover, .opinion-toggle--ok:focus, .opinion-toggle--ok.is-active {
  background-color: #71c776;
}
.opinion-toggle--ok .icon {
  vertical-align: middle;
}

.opinion-toggle--ko {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.opinion-toggle--ko:hover, .opinion-toggle--ko:focus, .opinion-toggle--ko.is-active {
  background-color: #c93739;
}
.opinion-toggle--ko .icon {
  vertical-align: middle;
}

.opinion-toggle--meh {
  border-radius: 0;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.opinion-toggle--meh:hover, .opinion-toggle--meh:focus, .opinion-toggle--meh.is-active {
  background-color: var(--secondary);
}

.flag ul {
  list-style: none;
  margin-left: 0;
}
.flag li a {
  color: #5555E9;
}

.author-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.author-withdraw {
  margin: 0;
}
.author-withdraw .title-action__action.button.proposal-withdraw,
.author-withdraw .title-action__action.button.hollow.proposal-withdraw {
  margin-top: 0;
}

.author-withdraw, .author-info {
  display: none;
}
.has-actions .author-withdraw, .has-actions .author-info {
  display: block;
}

span.author__name.m-none.has-tip.deleted-user {
  color: #ec3a1e;
  cursor: default;
}
span.author__name.m-none.has-tip.deleted-user:hover {
  transform: none;
}

.comment__header .author-data {
  display: flex;
}
@media print, screen and (min-width: 51.25em) {
  .comment__header .author-data {
    display: inline-flex;
  }
}
.comment__header .author-data .author__name {
  margin-top: 0.4rem !important;
  padding-left: 0;
}
.comment__header .author-data span {
  font-size: 0.813rem;
}
.comment__header .author-data .author__avatar img {
  width: 80%;
  max-width: 2.313rem;
  margin-top: 0;
}
@media print, screen and (min-width: 28.125em) {
  .comment__header .author-data .author__avatar img {
    margin-top: 0.625rem;
  }
}
@media screen and (min-width: 75em) {
  .comment__header .author-data .author__avatar img {
    margin-top: 0.313rem;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .comment__header .author-data .author__avatar {
    left: 3.75rem;
    padding-top: 0.625rem;
  }
}
.comment__header .author-data .m-none.has-tip:hover {
  transform: translateX(0.313rem);
}

.author-data {
  display: flex;
  align-items: flex-end;
  color: #707070;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0.6rem;
}
.author-data a {
  color: #707070;
  font-size: 0.8125rem;
}
.author-data a:hover {
  color: #707070;
  text-decoration: none;
}
.author-data button {
  color: #707070;
}
.author-data .m-none {
  padding-left: 0.438rem;
  padding-right: 0;
}
@media print, screen and (min-width: 28.125em) {
  .author-data .m-none {
    padding-left: 0.7rem;
    padding-right: 0.5rem;
  }
}
@media screen and (min-width: 75em) {
  .author-data .m-none {
    padding-left: 1.5rem;
  }
}
.author-data .m-none.has-tip:hover {
  color: #0000bd;
  transform: translateX(5px);
}
.author-data .author__name {
  color: #06060B;
  text-decoration: inherit;
  font-size: 0.8125rem;
  display: block;
  transition-duration: 0.15s;
}
@media print, screen and (min-width: 51.25em) {
  .author-data .author__name {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 75em) {
  .author-data .author__name {
    font-size: 1rem;
  }
}
.author-data .author__name:hover {
  color: #0000bd;
  text-decoration: none;
}
.author-data .author__date {
  color: #707070;
  text-decoration: inherit;
  font-size: 0.813rem;
}
@media print, screen and (min-width: 64em) {
  .author-data .author__date {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 75em) {
  .author-data .author__date {
    padding-left: 1.5rem;
    font-size: 0.8125rem;
  }
}
.author-data .author__date:hover {
  text-decoration: none;
}
.author-data .author__date a {
  padding-right: 0.563rem;
  padding-left: 0.563rem;
}
.author-data .author__avatar {
  position: absolute;
  margin-left: -37px;
  margin-left: -25px;
}
@media print, screen and (min-width: 28.125em) {
  .author-data .author__avatar {
    margin-left: -25px;
  }
}
.author-data .author__avatar:hover {
  text-decoration: none;
}

.comment__header .author__avatar {
  position: absolute;
  margin-left: -60px;
}
@media print, screen and (min-width: 28.125em) {
  .comment__header .author__avatar {
    margin-left: -37px;
  }
}
.comment__header .author__avatar:hover {
  text-decoration: none;
}

.author-data--big {
  padding-left: 0;
}
.author-data--big .author-data__main {
  margin: 0;
}
.author-data--big .author--flex,
.author-data--big .author__name--container {
  display: flex;
  align-items: center;
}
.author-data--big .author__avatar {
  position: relative;
  margin-left: 0;
}
.author-data--big .author__avatar img {
  max-width: none;
  margin-top: auto;
  width: 3.375rem;
}
.author-data--big .author__nickname {
  font-size: 0.9375rem;
}
.author-data--big .author__nickname:hover {
  color: #5555E9;
  text-decoration: underline;
}
.author-data--big .author__verified {
  margin-left: 0.25rem;
}

.author-data--nopadding {
  padding-left: 0;
}

.author-data__main {
  display: flex;
  flex-direction: column;
  margin-right: 0.8rem;
}

.author-box {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.author-box .author-data {
  flex-direction: column;
  align-items: flex-start;
}
.author-box .title-action__action.button.small.hollow.proposal-withdraw {
  margin-top: 0;
  margin-bottom: 0;
}
.author-box .author-data.author-data--small .author.author--inline {
  display: block;
  width: 6rem;
}
@media print, screen and (min-width: 28.125em) {
  .author-box .author-data.author-data--small .author.author--inline {
    width: 7rem;
  }
}
@media print, screen and (min-width: 64em) {
  .author-box .author-data.author-data--small .author.author--inline {
    width: 6rem;
  }
}
@media screen and (min-width: 75em) {
  .author-box .author-data.author-data--small .author.author--inline {
    width: 11rem;
  }
}

@media print, screen and (min-width: 51.25em) {
  .comment__header .author-data__main {
    display: inline;
  }
}

.author-data__extra {
  display: block;
  font-size: 0.813rem;
  color: #707070;
}
.author-data__extra > button,
.author-data__extra > span,
.author-data__extra > a {
  margin-right: 0.2rem;
  margin-left: 0.5rem;
}
.author-data__extra .author__date {
  color: #707070;
}
.author-data__extra .author__date a {
  color: #707070;
}
.author-data__extra > button,
.author-data__extra > a {
  font-size: larger;
}
.author {
  display: flex;
  font-size: 0.9rem;
}

.author--inline {
  display: inline-block;
}
.author--inline a:hover {
  text-decoration: none;
}
.author__name {
  display: inline-block;
  flex-grow: 1;
  font-weight: 600;
  align-self: center;
  color: #06060B;
}

a:hover .author__name {
  color: #1a181d;
  text-decoration: inherit;
}

.author__avatar {
  padding: 0 0.5em 0 0;
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.author__avatar img {
  border-radius: 50%;
  width: 100%;
  margin-left: 0;
  max-width: 1.688rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 75em) {
  .author__avatar img {
    margin-left: 0;
    max-width: 2.188rem;
  }
}

.author-data .author__avatar--small {
  margin-left: -25px;
}
.author__avatar--small img {
  max-width: 20px;
  margin-top: -3px;
}

.author__date {
  color: #2b2e34;
}

.author__verified,
.author__badge svg {
  display: inline-block;
  color: #ee704b;
  font-size: 1rem;
  height: 0.7rem;
}

.author-data .author-data__main {
  margin: 0;
}
.author-data .author--inline {
  margin: 0;
  width: fit-content;
  width: -moz-fit-content;
}

.card--meeting .card-data .follow_status {
  width: 4rem;
}
@media print, screen and (min-width: 28.125em) {
  .card--meeting .card-data .follow_status {
    width: 5rem;
  }
}
@media screen and (min-width: 75em) {
  .card--meeting .card-data .follow_status {
    width: 6rem;
  }
}

#proposals .card__content .card__header .author.author--inline, #proposals .badge-card__content .card__header .author.author--inline {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#proposals .card__content .card__header .author.author--inline span.author__name.m-none.has-tip.deleted-user, #proposals .badge-card__content .card__header .author.author--inline span.author__name.m-none.has-tip.deleted-user {
  padding-top: 3px;
}

/* Card address */
.address {
  display: flex;
}
.address::before, .address::after {
  display: table;
  content: " ";
}
.address::after {
  clear: both;
}

.address--alone {
  flex-grow: 1;
}

.address__info {
  display: flex;
  flex-grow: 1;
}

.address__icon {
  float: left;
  display: flex;
  align-self: center;
  fill: var(--primary);
}

.address__details {
  float: left;
  max-width: 100%;
  padding-left: 0.5em;
  align-self: center;
}

/* Order by styles */
.diff-view-by,
.order-by {
  margin-bottom: 1rem;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.diff-view-by a:hover,
.order-by a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 51.25em) {
  .diff-view-by + .diff-view-by,
.diff-view-by + .order-by,
.order-by + .diff-view-by,
.order-by + .order-by {
    margin-left: 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  .diff-view-by + .diff-view-by,
.diff-view-by + .order-by,
.order-by + .diff-view-by,
.order-by + .order-by {
    margin-left: 3rem;
  }
}

.diff-view-by__dropdown,
.order-by__dropdown {
  display: flex;
  flex-wrap: wrap;
}
.diff-view-by__dropdown .menu .is-dropdown-submenu-parent > a,
.order-by__dropdown .menu .is-dropdown-submenu-parent > a {
  background: transparent;
  padding: 0;
  margin-left: 0.5rem;
  margin-top: 0.25rem;
}

.order-by__dropdown--right {
  margin-left: auto;
}

.order-by__action {
  margin-left: auto;
  justify-content: flex-end;
}
.order-by__action .button {
  margin-bottom: 0;
}

.order-by__tabs {
  display: inline-block;
}

.order-by__tab {
  color: #2b2e34;
}
.order-by__tab::after {
  content: "";
  display: inline-block;
  height: 0.75em;
  border-left: 1px solid #E7E7E7;
  margin: 0 0.2em 0 0.5em;
  vertical-align: middle;
}
.order-by__tab.is-active {
  color: #5555E9;
}
.order-by__tab:first-of-type {
  padding-left: 0;
}
.order-by__tab:last-of-type::after {
  border-left: none;
}

/* Tags */
.tags {
  list-style: none;
  margin: 0 0 1rem;
  font-size: 0.75rem;
}
.tags li {
  display: inline-block;
  margin-right: 0.3rem;
  margin-bottom: 0.5rem;
}
.tags a {
  display: inline-block;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  padding: 0 0.5rem;
}
.tags a:focus {
  outline-offset: 0;
}

.card__text + .tags {
  margin-top: 1.3rem;
}

.tags:last-child {
  margin-bottom: -0.5rem;
}

.tags--inline {
  display: inline;
}

.tags--list li {
  display: block;
}

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}

.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}

.bootstrap-tagsinput .tag [data-role=remove] {
  margin-left: 8px;
  cursor: pointer;
}

.bootstrap-tagsinput .tag [data-role=remove]:after {
  content: "x";
  padding: 0px 2px;
}

.bootstrap-tagsinput .tag [data-role=remove]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstrap-tagsinput .tag [data-role=remove]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.input__tag {
  background-color: rgba(207, 207, 207, 0.5);
  border-radius: 4px;
  padding: 0.25rem;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.input__tag span {
  color: #ee704b;
}

.bootstrap-tagsinput {
  width: 100%;
  border: 1px solid #E7E7E7;
  min-height: 2.5rem;
  padding-bottom: 0.05rem;
}
.bootstrap-tagsinput.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;
}
.bootstrap-tagsinput input {
  height: 1.8125rem;
  display: inline-block;
}
.bootstrap-tagsinput .tag {
  color: inherit;
  margin-right: 0;
  margin-bottom: 0.2rem;
}

.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
}

.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  background: #efefef;
}

.tribute-container li {
  padding: 5px 5px;
  cursor: pointer;
}

.tribute-container li.highlight {
  background: #ddd;
}

.tribute-container li span {
  font-weight: bold;
}

.tribute-container li.no-match {
  cursor: default;
}

.tribute-container .menu-highlighted {
  font-weight: bold;
}

.mentions__container,
.hashtags__container {
  width: 100%;
}
.mentions__container [type=text],
.hashtags__container [type=text] {
  white-space: nowrap;
  overflow: hidden;
}
.mentions__container [type=text] br,
.hashtags__container [type=text] br {
  display: none;
}
.mentions__container [type=text] *,
.hashtags__container [type=text] * {
  display: inline;
  white-space: nowrap;
}
.mentions__container [contenteditable=true]:empty::before,
.hashtags__container [contenteditable=true]:empty::before {
  color: #e8e8e8;
  content: attr(placeholder);
  display: block;
}
.mentions__container.mentions__container--textarea [contenteditable=true], .mentions__container.hashtags__container--textarea [contenteditable=true],
.hashtags__container.mentions__container--textarea [contenteditable=true],
.hashtags__container.hashtags__container--textarea [contenteditable=true] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield-multiline;
  appearance: textfield;
  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;
  max-width: 100%;
  min-height: 7.5rem;
  height: auto;
}
.mentions__container.mentions__container--textarea [contenteditable=true]:focus, .mentions__container.hashtags__container--textarea [contenteditable=true]:focus,
.hashtags__container.mentions__container--textarea [contenteditable=true]:focus,
.hashtags__container.hashtags__container--textarea [contenteditable=true]: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;
}
.mentions__container.mentions__container--textarea [contenteditable=true]::placeholder, .mentions__container.hashtags__container--textarea [contenteditable=true]::placeholder,
.hashtags__container.mentions__container--textarea [contenteditable=true]::placeholder,
.hashtags__container.hashtags__container--textarea [contenteditable=true]::placeholder {
  color: #e8e8e8;
}
.mentions__container.mentions__container--textarea [contenteditable=true]:disabled, .mentions__container.mentions__container--textarea [contenteditable=true][readonly], .mentions__container.hashtags__container--textarea [contenteditable=true]:disabled, .mentions__container.hashtags__container--textarea [contenteditable=true][readonly],
.hashtags__container.mentions__container--textarea [contenteditable=true]:disabled,
.hashtags__container.mentions__container--textarea [contenteditable=true][readonly],
.hashtags__container.hashtags__container--textarea [contenteditable=true]:disabled,
.hashtags__container.hashtags__container--textarea [contenteditable=true][readonly] {
  background-color: #fafafa;
  cursor: not-allowed;
}
.mentions__container .tribute-container,
.hashtags__container .tribute-container {
  position: relative;
  min-width: 100%;
  top: -1.0625rem;
  color: #ee704b;
}
.mentions__container .tribute-container ul,
.hashtags__container .tribute-container ul {
  margin: 0;
  list-style: none;
  outline: none;
  border: 1px solid #2c2930;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 0 5px #e8e8e8;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
.mentions__container .tribute-container ul li,
.hashtags__container .tribute-container ul li {
  padding: 0.5rem;
  border-top: 1px solid #E7E7E7;
}
.mentions__container .tribute-container .highlight,
.mentions__container .tribute-container li:hover,
.hashtags__container .tribute-container .highlight,
.hashtags__container .tribute-container li:hover {
  background-color: #fafafa;
}
.mentions__container .tribute-container .tribute-item .author__avatar,
.hashtags__container .tribute-container .tribute-item .author__avatar {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
.mentions__container .tribute-container .tribute-item .is-group,
.hashtags__container .tribute-container .tribute-item .is-group {
  height: 1.6rem;
  float: right;
  font-weight: normal;
}
.mentions__container .tribute-container .tribute-item .is-group svg,
.hashtags__container .tribute-container .tribute-item .is-group svg {
  vertical-align: middle;
}
.mentions__container.is-active [contenteditable=true],
.mentions__container.is-active input,
.mentions__container.is-active textarea,
.hashtags__container.is-active [contenteditable=true],
.hashtags__container.is-active input,
.hashtags__container.is-active textarea {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.mentions__container.is-active .tribute-container ul,
.hashtags__container.is-active .tribute-container ul {
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.mentions__container.is-active.editor > :first-child,
.hashtags__container.is-active.editor > :first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-top: 1px solid #2c2930;
  border-right: 1px solid #2c2930;
  border-left: 1px solid #2c2930;
}
.mentions__container.is-active.editor .editor-container,
.hashtags__container.is-active.editor .editor-container {
  border-right: 1px solid #2c2930;
  border-left: 1px solid #2c2930;
  margin-bottom: 1rem;
  outline: none;
}

.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 300px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
}

.tribute-container ul {
  margin: 0;
  margin-top: 2px;
  padding: 0;
  list-style: none;
  background: #efefef;
}

.tribute-container li {
  padding: 5px 5px;
  cursor: pointer;
}

.tribute-container li.highlight {
  background: #ddd;
}

.tribute-container li span {
  font-weight: bold;
}

.tribute-container li.no-match {
  cursor: default;
}

.tribute-container .menu-highlighted {
  font-weight: bold;
}

.multiple-mentions input::placeholder {
  color: #3d393c;
}

.multiple-mentions-selected {
  font-size: 1.3rem;
  line-height: 1.8;
  list-style: none;
  margin: 1rem 0 0;
}
.multiple-mentions-selected button {
  cursor: pointer;
}
.multiple-mentions-selected img.author__avatar {
  display: inline-block;
  padding: 0;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.multiple-mentions-selected li b {
  font-size: 0.875rem;
}

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

.list-docs__icon {
  color: #2b2e34;
  margin-right: 3px;
}

.list-check {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-check > li {
  margin-bottom: 1rem;
}

.list-check__icon {
  vertical-align: -0.05rem;
  margin-right: 0.2rem;
}
.list-check__ok .list-check__icon {
  color: #71c776;
}
.list-check__ko .list-check__icon {
  color: #c93739;
}

.datepicker {
  display: none;
  position: absolute;
  padding: 4px;
  margin-top: 1px;
  direction: ltr;
}

.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
  font-size: 90%;
  line-height: 18px;
}

.datepicker.dropdown-menu th {
  padding: 4px 5px;
}

.datepicker.dropdown-menu td {
  padding: 6px 9px;
}

.datepicker table {
  border: 0;
  margin: 0;
  width: auto;
}

.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
}

.datepicker td {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 90%;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}

.datepicker td.active.day,
.datepicker td.active.year {
  background: rgb(96, 156, 220);
}

.datepicker .day:hover,
.datepicker .date-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker .month:hover,
.datepicker .year:hover {
  background-color: #F5F5F5;
}
.datepicker .day:hover.active,
.datepicker .date-switch:hover.active,
.datepicker .prev:hover.active,
.datepicker .next:hover.active,
.datepicker .month:hover.active,
.datepicker .year:hover.active {
  background: rgb(96, 156, 220);
}

.datepicker td.new,
.datepicker td.old {
  color: #CFCFCF;
}

.datepicker td span.active {
  background: rgb(96, 156, 220);
}

.datepicker td.day.disabled {
  color: #F5F5F5;
}

.datepicker td span.month.disabled,
.datepicker td span.year.disabled {
  color: #F5F5F5;
}

.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border: 0;
  font-size: 90%;
  padding: 4px 8px;
  background: #fff;
  cursor: pointer;
}

.datepicker th.active.day,
.datepicker th.active.year {
  background: rgb(96, 156, 220);
}

.datepicker th.date-switch {
  width: 145px;
}

.datepicker th span.active {
  background: rgb(96, 156, 220);
}

.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

.datepicker.days div.datepicker-days {
  display: block;
}

.datepicker.months div.datepicker-months {
  display: block;
}

.datepicker.years div.datepicker-years {
  display: block;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}

.datepicker tfoot tr:first-child th {
  cursor: pointer;
}

.datepicker-inline {
  width: 220px;
}

.datepicker-rtl {
  direction: rtl;
}

.datepicker-rtl table tr td span {
  float: right;
}

.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker-dropdown::before {
  content: "";
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker-dropdown::after {
  content: "";
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div,
.datepicker-dropdown::after,
.datepicker-dropdown::before {
  display: none;
}

.datepicker-close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 15px;
  height: 30px;
  padding: 0;
  display: none;
}

.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

.pagination .pagination-previous,
.pagination .pagination-next {
  display: inline-block;
}

.data-picker {
  margin: 0 0 1rem;
}
.data-picker.picker-single .picker-values div a,
.data-picker .picker-prompt a {
  background: white;
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 0.4rem 0.7rem;
  outline: 0;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(26, 24, 29, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(26, 24, 29, 0.1);
  color: #1a181d;
}
.data-picker.picker-single .picker-values div a:active, .data-picker.picker-single .picker-values div a:focus,
.data-picker .picker-prompt a:active,
.data-picker .picker-prompt a:focus {
  outline: none;
  outline-color: var(--highlight);
  outline-offset: 2px;
  border: 1px solid #1a181d;
  background-color: #fff;
  box-shadow: 0 0 5px #adadad;
  -webkit-box-shadow: 0 0 5px #adadad;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}
.data-picker.picker-single .picker-values div a::after,
.data-picker .picker-prompt a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 5px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1a181d;
  float: right;
  margin-top: 7px;
}
.data-picker.is-invalid-input.picker-single .picker-values div a, .data-picker.is-invalid-input .picker-prompt a {
  border-color: #c93739;
  background-color: #fdeeec;
}
.data-picker.picker-single .picker-values:not(:empty) + .picker-prompt {
  display: none;
}
.data-picker.disabled.picker-single .picker-values div a, .data-picker.disabled .picker-prompt a {
  cursor: not-allowed;
  background: #eee;
}
.data-picker.disabled.picker-single .picker-values div a:active, .data-picker.disabled .picker-prompt a:active {
  border: inherit !important;
  box-shadow: inherit !important;
  -webkit-box-shadow: inherit !important;
  transition: none !important;
  -webkit-transition: none !important;
}
.data-picker.picker-multiple .picker-values div {
  display: block;
  margin: 0 0 2px;
  font-size: 0.9rem;
}
.data-picker.picker-multiple .picker-values div input {
  margin: 2px 8px 8px 2px;
  vertical-align: top;
}
.data-picker .picker-values .label.primary {
  background: #eee;
  color: #202734;
}

#data_picker-modal {
  height: 90%;
}
#data_picker-modal .data_picker-modal-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  min-height: 100%;
}
#data_picker-modal .data_picker-modal-content .picker-content {
  flex-grow: 10;
  min-height: 100%;
  max-height: 100%;
  overflow: auto;
}
#data_picker-modal .data_picker-modal-content .picker-content .picker-scrollable-content {
  max-height: 100%;
  overflow: auto;
}

.picker-list ul {
  margin-left: 0;
}
.picker-list ul li {
  list-style: none;
}

.scope-picker.picker-header {
  padding: 5px;
}
.scope-picker.picker-header li:hover {
  background: #ddd;
}
.scope-picker.picker-header li ~ li a::before {
  content: "";
  width: 10px;
  height: 2em;
  float: left;
}
.scope-picker.picker-header li:last-child a {
  color: #333;
}
.scope-picker.picker-header a {
  display: block;
  padding: 2px;
}
.scope-picker.picker-content .picker-scrollable-content {
  scroll-snap-type: mandatory;
}
.scope-picker.picker-content .picker-scrollable-content a {
  scroll-snap-coordinate: 0 0;
  display: block;
  border-top: 1px solid #ddd;
  line-height: 1.5rem;
  padding: 5px;
}
.scope-picker.picker-content .picker-scrollable-content a:hover {
  background: #ddd;
}

#participatory-space-filters legend {
  float: left;
  padding-top: 10px;
}
#participatory-space-filters .picker-prompt,
#participatory-space-filters select,
#participatory-space-filters .inline-filters button[data-toggle],
.inline-filters #participatory-space-filters button[data-toggle] {
  width: 75%;
  float: right;
}
#participatory-space-filters .filters__section, #participatory-space-filters .filters__section--general {
  padding: 0;
}
#participatory-space-filters .picker-values {
  clear: both;
}
#participatory-space-filters .picker-values div {
  display: inline-block;
}

/* Progress bars */
.progress__bar {
  flex: 0.8;
}
.progress__bar .progress__bar__title, .progress__bar.progress__bar--vertical .progress__bar__subtitle {
  color: #646567;
  text-transform: none;
  font-size: 0.875rem;
}
.progress__bar .progress__bar__subtitle {
  display: none;
}
.progress__bar .progress__bar__bar {
  background-color: #fff;
  height: 6px;
  display: flex;
  margin-bottom: 0;
}
.progress__bar .progress__bar__bar .progress__bar__bar--complete {
  border-radius: 0;
  background-color: #71c776;
  height: 100%;
}
.progress__bar .progress__bar__bar .progress__bar__bar--incomplete {
  background-color: #CFCFCF;
  height: 100%;
  margin-left: 1px;
}
.progress__bar.progress__bar--vertical {
  text-align: center;
  width: 90%;
  margin: 0 auto;
}
.progress__bar.progress__bar--vertical .progress__bar__title, .progress__bar.progress__bar--vertical .progress__bar__subtitle {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.progress__bar.progress__bar--vertical .progress__bar__subtitle {
  display: block;
  font-size: 0.875rem;
  margin: 1rem 0 1rem;
}
.progress__bar.progress__bar--vertical .progress__bar__number {
  display: inline-block;
  font-weight: 400;
  font-size: 3rem;
  line-height: 1;
}
.progress__bar.progress__bar--vertical .progress__bar__text {
  font-weight: 400;
}

.docs__container h6 {
  cursor: pointer;
}
.docs__container svg {
  color: #CFCFCF;
}
.docs__container .docs__content {
  border-left: 1px solid #E7E7E7;
  padding-left: 1rem;
  margin-left: 0.25rem;
}

#profile-tabs.tabs {
  background: transparent;
  border: 0;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 1rem;
}
#profile-tabs.tabs .tabs-title.is-active a {
  background: transparent;
  color: var(--primary);
  font-weight: 600;
  border-bottom: 3px solid var(--primary);
}
#profile-tabs.tabs .tabs-title a {
  color: #5555E9;
  padding: 0.75rem;
  position: relative;
}
#profile-tabs.tabs .tabs-title a:focus, #profile-tabs.tabs .tabs-title a[aria-selected=true] {
  background: transparent;
  color: var(--primary);
  font-weight: 600;
  border-bottom: 3px solid var(--primary);
}
#profile-tabs.tabs .tabs-title a:hover {
  background: transparent;
  border-bottom: 1px solid #E7E7E7;
  border-bottom-width: 3px;
}
#profile-tabs.tabs .tabs-title a::after {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

[data-tabs-content=profile-tabs] {
  border-top: 0;
  background: transparent;
  color: inherit;
  transition: all 0.5s ease;
}

@media only screen and (max-width: 639px) {
  .responsive-tab-block {
    overflow: hidden;
    height: 44px;
  }
  .responsive-tab-block > ul.tabs {
    flex-direction: column;
  }
  .responsive-tab-block > ul.tabs > li {
    flex: 0 0 auto;
  }
  .responsive-tab-block > ul.tabs > li.is-active {
    -webkit-box-ordinal-group: -1;
    order: -1;
  }
  .responsive-tab-block > ul.tabs > li.is-active::before {
    display: block;
    content: " ";
    font-weight: normal;
    float: right;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #f00;
    margin-top: 20px;
  }
  .responsive-tab-block > ul.tabs > li.is-active > a:focus {
    outline: 0 !important;
  }
  .responsive-tab-block > ul.tabs > li > a {
    border-bottom: 3px solid transparent;
    color: green;
  }
  .responsive-tab-block > ul.tabs > li > a:focus {
    outline: 0 !important;
  }
  .responsive-tab-block.expanded {
    height: auto;
  }
  .responsive-tab-block.expanded > ul.tabs > li.is-active::before {
    transform: rotate(180deg);
  }
}

.conversation .conversation-header {
  border-bottom: 1px solid #E7E7E7;
}
.conversation .conversation-header h1 {
  font-size: 100%;
  font-weight: normal;
}
.conversation .conversation-header img {
  width: 4.125rem;
  height: 4.125rem;
  border-radius: 50%;
}
.conversation .conversation-chat {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  width: 75%;
}
.conversation .conversation-chat > * {
  margin: 0 0.5rem;
}
.conversation .conversation-chat > :first-child {
  margin-left: 0;
}
.conversation .conversation-chat > :last-child {
  margin-right: 0;
}
.conversation .conversation-chat.conversation-chat--offset {
  flex-direction: row-reverse;
  display: flex;
  flex-direction: row-reverse;
  margin-left: auto;
}
.conversation .conversation-chat.conversation-chat--offset > * {
  margin: 0 0.5rem;
}
.conversation .conversation-chat.conversation-chat--offset > :last-child {
  margin-left: 0;
}
.conversation .conversation-chat.conversation-chat--offset > :first-child {
  margin-right: 0;
}
.conversation .conversation-chat > :first-child {
  flex-shrink: 0;
}
.conversation .conversation-chat > div {
  flex: 1;
}
.conversation .conversation-chat .p-s > p:last-child, .conversation .conversation-chat .reveal__list li > p:last-child, .reveal__list .conversation .conversation-chat li > p:last-child {
  margin-bottom: 0;
}
.conversation .conversation-chat img {
  width: 2.0625rem;
  height: 2.0625rem;
  border-radius: 50%;
}
.conversation .conversation-chat .card, .conversation .conversation-chat .chart-tooltip, .conversation .conversation-chat .conference-registration, .conversation .conversation-chat .conference-speaker .speaker-bio, .conference-speaker .conversation .conversation-chat .speaker-bio, .conversation .conversation-chat .comment-thread, .conversation .conversation-chat .add-message {
  margin-bottom: 0.5rem;
}
.conversation .conversation-chat .card:last-of-type, .conversation .conversation-chat .chart-tooltip:last-of-type, .conversation .conversation-chat .conference-registration:last-of-type, .conversation .conversation-chat .conference-speaker .speaker-bio:last-of-type, .conference-speaker .conversation .conversation-chat .speaker-bio:last-of-type, .conversation .conversation-chat .comment-thread:last-of-type, .conversation .conversation-chat .add-message:last-of-type {
  margin-bottom: 0;
}
.conversation .conversation-reply {
  width: 75%;
}
.conversation .conversation-reply.conversation-reply--offset {
  margin-left: auto;
}

.conversations .card--list__item {
  align-items: stretch;
}

.conversation-groups .title-action {
  margin-bottom: 0.8rem;
}

.user-activity .conversation .conversation-reply {
  width: 100%;
}

.disabled-tribute-element {
  color: #2b2e34;
}
.disabled-tribute-element span.disabled-tribute-element-info {
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
}

.tribute-container .disabled-tribute-element {
  cursor: auto;
  margin: -5px;
  padding: 5px;
  z-index: 10;
}

.badge-level {
  display: table;
  border-collapse: collapse;
}
.badge-level > div {
  width: 1rem;
  height: 1rem;
  border: 1px solid #E7E7E7;
  display: table-cell;
}
.badge-level > div.is-achieved {
  background-color: var(--success);
}

.badge-tip {
  width: 1rem;
  height: 1rem;
  color: #fff;
  border-radius: 50%;
  background-color: #CFCFCF;
  z-index: 10;
  cursor: pointer;
}
.badge-tip > :first-child {
  height: 100%;
}
.badge-tip.badge-tip--inline {
  display: inline-block;
}

.badge-container {
  transition: all 0.6s ease;
  /** Config SVG colors **/
}
.badge-container .badge__logo, .badge-container .badge__logo--small {
  max-height: auto;
  min-height: auto;
}
.badge-container .badge__logo--small {
  border: 2px solid var(--primary);
}
.badge-container > * {
  max-width: 100%;
  height: auto;
  border: 4px solid var(--primary);
  border-radius: 50%;
  transition: all 0.6s ease;
}
.badge-container .no-stroke,
.badge-container .no-stroke circle,
.badge-container .no-stroke ellipse,
.badge-container .no-stroke line,
.badge-container .no-stroke path,
.badge-container .no-stroke polygon,
.badge-container .no-stroke polyline,
.badge-container .no-stroke rect {
  stroke: none !important;
}
.badge-container .stroke-white,
.badge-container .stroke-white circle,
.badge-container .stroke-white ellipse,
.badge-container .stroke-white line,
.badge-container .stroke-white path,
.badge-container .stroke-white polygon,
.badge-container .stroke-white polyline,
.badge-container .stroke-white rect {
  stroke: #fff !important;
}
.badge-container .fill-primary {
  fill: var(--secondary);
}
.badge-container .fill-secondary {
  fill: var(--primary);
}
.badge-container .stroke-primary,
.badge-container .stroke-primary circle,
.badge-container .stroke-primary ellipse,
.badge-container .stroke-primary line,
.badge-container .stroke-primary path,
.badge-container .stroke-primary polygon,
.badge-container .stroke-primary polyline,
.badge-container .stroke-primary rect {
  stroke: var(--secondary);
}
.badge-container .stroke-secondary,
.badge-container .stroke-secondary circle,
.badge-container .stroke-secondary ellipse,
.badge-container .stroke-secondary line,
.badge-container .stroke-secondary path,
.badge-container .stroke-secondary polygon,
.badge-container .stroke-secondary polyline,
.badge-container .stroke-secondary rect {
  stroke: var(--primary);
}

.hover-section:hover {
  background-color: #fff;
  border: 1px solid #E7E7E7;
  box-shadow: 0 0 20px 0 rgba(26, 24, 29, 0.2);
  display: flex;
  justify-content: center;
  align-items: stretch;
  cursor: pointer;
}
.hover-section:hover > :first-child {
  border-right: 1px solid #E7E7E7;
}
.hover-section:hover .hidden-section {
  display: block;
  align-self: center;
}
.hover-section a {
  color: inherit;
}
.hover-section .hidden-section {
  display: none;
}

.list-request {
  border-top: 1px solid #E7E7E7;
}
.list-request p {
  margin-top: 1rem;
}
.list-request > div {
  padding: 0.5rem 0;
  border-bottom: 1px solid #E7E7E7;
}
.list-request > div:first-of-type {
  border-top: 1px solid #E7E7E7;
}

.floating-helper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.floating-helper__layout {
  position: relative;
}
.floating-helper__layout a:hover {
  text-decoration: none;
}

.floating-helper__trigger {
  position: fixed;
  right: 0;
  display: inline-flex;
  cursor: pointer;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}
@media print, screen and (max-width: 23.74875em) {
  .floating-helper__trigger {
    bottom: 2rem;
  }
}
@media print, screen and (min-width: 51.25em) {
  .floating-helper__trigger {
    top: 2rem;
    position: absolute;
  }
}

.floating-helper__text {
  display: none;
}
@media print, screen and (min-width: 51.25em) {
  .floating-helper__text {
    display: block;
    color: #FFFFFF;
    height: 2.5rem;
    background-color: #5555E9;
    border-top: 2px solid #1E1E85;
    border-bottom: 2px solid #1E1E85;
    font-size: 0.9rem;
    font-weight: 600;
    padding: 0.5rem 1rem 0.5rem 1rem;
  }
  .floating-helper__text:hover {
    background-color: #0000bd;
  }
}

.floating-helper__icon {
  color: #fff;
}
.floating-helper__icon #Endorse_button_Big {
  background-color: #1E1E85;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}

.floating-helper__content-text {
  font-size: 1.125rem;
  color: #707070;
}

.floating-helper__wrapper {
  display: flex;
}

.floating-helper__content {
  position: relative;
  background-color: #fff;
  margin-bottom: 3rem;
  padding: 2.5rem 3.25rem;
  width: 100%;
  border: 1px solid #1E1E85;
  border-radius: 5px;
}

.floating-helper__content-inner {
  display: flex;
  justify-content: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (min-width: 51.25em) {
  .floating-helper__content-inner {
    display: flex;
    flex-direction: row;
  }
  .floating-helper__content-inner > * {
    margin: 0 1.5rem;
  }
  .floating-helper__content-inner > :first-child {
    margin-left: 0;
  }
  .floating-helper__content-inner > :last-child {
    margin-right: 0;
  }
}

.floating-helper__icon-big {
  border-radius: 50%;
  background-color: #5555E9;
  flex-shrink: 0;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
}

.floating-helper__bottom {
  text-align: right;
}
@media print, screen and (min-width: 51.25em) {
  .floating-helper__bottom {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.floating-helper__link {
  font-weight: 600;
  text-decoration: underline;
}

.floating-helper__content-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #06060B;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.floating-helper__content-close:hover {
  color: #2828e3;
}
.floating-helper__content-close svg {
  width: 0.813rem;
  height: 0.813rem;
}

.diff-direction-label {
  display: block;
  font-size: 85%;
  line-height: 1;
  margin-bottom: 0.25rem;
  color: #2b2e34;
}

.diff ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  background: transparent;
  min-height: 2.7rem;
}
.diff del,
.diff ins,
.diff span {
  white-space: pre-wrap;
}
.diff del,
.diff ins {
  display: block;
  text-decoration: none;
}
.diff del strong {
  font-weight: normal;
  background: #ffc7cd;
}
.diff ins strong {
  font-weight: normal;
  background: #bfffd1;
}
.diff li {
  position: relative;
  padding: 0.5rem 1rem 0.5rem 1.5rem;
  margin: 0;
}
.diff li.ins .symbol, .diff li.del .symbol {
  position: absolute;
  left: 0.5rem;
  top: 0.5rem;
  width: 1rem;
}
.diff li.ins {
  background: #e6ffed;
  color: #2d4c36;
}
.diff li.del {
  background: #ffeef0;
  color: #4d2e32;
}
.diff li .diff-comment {
  display: none;
}
.diff li .diff-block-info {
  background: none repeat scroll 0 0 gray;
}

.sticky .card, .sticky .chart-tooltip, .sticky .conference-registration, .sticky .conference-speaker .speaker-bio, .conference-speaker .sticky .speaker-bio, .sticky .comment-thread, .sticky .add-message {
  width: 100%;
}

#notifications .card-data__item--expand {
  align-items: stretch;
}

.statistics-cell {
  overflow: hidden;
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.statistics-cell .statistic__title {
  color: #2b2e34;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.statistics-cell .statistic__data {
  text-align: center;
  padding: 1rem 0.25rem;
  width: calc(50% - 1rem);
  margin: 0.5rem;
  position: relative;
}
.statistics-cell .statistic__data::after {
  content: "";
  display: inline-block;
  border-left: 2px solid #5555E9;
  height: 2rem;
  position: absolute;
  left: 0;
  top: calc(50% - 1rem);
}
@media print, screen and (max-width: 62.49875em) {
  .statistics-cell .statistic__data:nth-child(odd)::after {
    border: none;
  }
}
@media print, screen and (min-width: 62.5em) {
  .statistics-cell .statistic__data {
    width: calc(25% - 1rem);
  }
  .statistics-cell .statistic__data:nth-child(4n+1)::after {
    border: none;
  }
}
.statistics-cell .statistic__number {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
}

.autoComplete_wrapper {
  width: 100%;
}
.autoComplete_wrapper input {
  color: #1a181d;
  width: 100%;
  margin: 0;
}
.autoComplete_wrapper ul {
  position: relative;
  margin: 0;
}
.autoComplete_wrapper ul li {
  color: #ee704b;
}
.autoComplete_wrapper ul li span.author__avatar {
  display: inline-block;
}
.autoComplete_wrapper ul li:hover, .autoComplete_wrapper ul li[aria-selected=true] {
  background-color: #ededed;
}
.autoComplete_wrapper ul li.disabled {
  pointer-events: none;
  opacity: 0.6;
}
.autoComplete_wrapper ul li .is-group {
  float: right;
}
.autoComplete_wrapper span.autocomplete__selected-item.sticky {
  position: absolute;
  height: 3rem;
  line-height: 3rem;
  padding: 0 1rem;
}
.autoComplete_wrapper .clear-sticky-selection {
  display: inline;
  position: absolute;
  font-size: 1.3rem;
  cursor: pointer;
  right: 1rem;
}
.autoComplete_wrapper .clear-multi-selection {
  cursor: pointer;
}
.autoComplete_wrapper .search-prompt {
  color: #646567;
  border: 1px solid #CFCFCF;
  padding: 0.2rem;
}

.multiselect {
  background-color: #fff;
  display: inline-block;
  border: 1px solid #CFCFCF;
  width: 100%;
  cursor: text;
  padding: 0 0.5rem;
  min-height: 2.4375rem;
}
.multiselect span {
  display: inline-block;
  position: relative;
  margin: 0.5rem 0.5rem 0.5rem 0;
}
.multiselect span input {
  border: none;
  outline: none;
}
.multiselect span.clear-multi-selection {
  margin: 0 0 0 0.2rem;
  cursor: pointer;
}

.autoComplete_wrapper ul li {
  color: #2b2e34;
}

.process-header {
  background-image: linear-gradient(to right, rgba(26, 24, 29, 0.8) 50%, var(--primary) 50%);
}
.process-header .heading2, .process-header .card--full .card__title, .card--full .process-header .card__title {
  font-weight: bold;
}

.process-header__inner {
  position: relative;
  display: flex;
  justify-content: center;
}

.process-header__main {
  background-size: cover;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: 120rem;
  margin: 0 auto;
  background-color: #b1b2b3;
  -webkit-clip-path: polygon(0 0, 95% 0, 80% 100%, 0% 100%);
  clip-path: polygon(0 0, 95% 0, 80% 100%, 0% 100%);
}
@media print, screen and (min-width: 64em) {
  .process-header__main {
    -webkit-clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
    clip-path: polygon(0 0, 90% 0, 70% 100%, 0% 100%);
  }
}
@media screen and (min-width: 75em) {
  .process-header__main {
    -webkit-clip-path: polygon(0 0, 80% 0, 70% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0, 70% 100%, 0% 100%);
  }
}
@media screen and (min-width: 100em) {
  .process-header__main {
    -webkit-clip-path: polygon(0 0, 75% 0, 65% 100%, 0% 100%);
    clip-path: polygon(0 0, 75% 0, 65% 100%, 0% 100%);
  }
}
.process-header__main::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 24, 29, 0.6);
}

.process-header__container {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 62.5em) {
  .process-header__container {
    display: flex;
    align-items: center;
  }
}

.process-header__info {
  padding: 1rem 1.5rem 1rem 1rem;
}
@media print, screen and (min-width: 51.25em) {
  .process-header__info {
    padding: 2rem 1.5rem 2rem 1rem;
  }
}
@media print, screen and (min-width: 62.5em) {
  .process-header__info {
    padding-left: 2rem;
  }
}

.process-header__hashtag {
  font-weight: 600;
}
.process-header__hashtag::after {
  content: "·";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.process-header__nav {
  margin-top: auto;
  z-index: 1;
}

.info-header {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 51.25em) {
  .info-header {
    display: flex;
    align-items: center;
  }
}

.info-details {
  color: #2b2e34;
  margin-left: auto;
}
.info-details .share {
  text-align: left;
  margin-top: 0.2rem;
}
.info-details .share ul {
  margin-left: 0;
}
@media print, screen and (min-width: 51.25em) {
  .info-details {
    border-left: 1px solid #E7E7E7;
  }
}

.info-image {
  margin-bottom: 1rem;
}
.info-image img {
  display: block;
}
@media print, screen and (min-width: 51.25em) {
  .info-image {
    float: right;
    margin-left: 30px;
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .info-image {
    margin-right: calc(-50% - 2rem - 30px / 2);
    width: 80%;
  }
}

.process-nav {
  background-color: #fff;
  box-shadow: inset 0 -3px 0 0 #CFCFCF;
}
.process-nav ul {
  margin: 0;
  list-style: none;
}
.process-nav .about-link {
  font-size: 80%;
}
@media print, screen and (min-width: 51.25em) {
  .process-nav ul {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-grow: 1;
  }
  .process-nav ul::-webkit-scrollbar {
    display: none;
  }
  .process-nav ul::after {
    display: inline-block;
    flex-grow: 1;
    content: "";
  }
  .process-nav li {
    display: inline-block;
    padding: 0.8rem 0;
    margin: 0 0.5rem;
  }
  .process-nav li:first-child {
    margin-left: 0;
  }
  .process-nav li:last-child {
    margin-right: 0;
  }
  .process-nav .about-link {
    float: right;
    margin-right: 0;
    margin-left: auto;
  }
}

.process-nav__trigger {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  border-bottom: 2px solid #E8E8E8;
  margin-bottom: 0;
}
.process-nav__trigger .process-nav__link {
  display: inline-block;
  padding: 0.8rem 1.1rem 0.8rem 0;
  box-shadow: inset 0 -4px 0 0 #7EB87A;
}

.process-nav__trigger:focus {
  outline: none;
}
.process-nav__trigger:before {
  border: 2px solid #32557f;
  border-left: 0;
  border-top: 0;
  content: " ";
  display: block;
  font-weight: normal;
  float: right;
  height: 0.75rem;
  margin-right: 0.938rem;
  margin-top: 1rem;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  width: 0.75rem;
}
@media print, screen and (min-width: 64em) {
  .process-nav__trigger:before {
    display: none;
  }
}
.process-nav__trigger[aria-expanded=true]:before {
  transform: rotate(-135deg);
  margin-top: 1.5rem;
}
.process-nav__trigger[data-toggle] {
  margin-bottom: 0;
}

.process-nav .process-nav__trigger,
.process-header .process-nav__trigger {
  margin-bottom: 0;
}

.process-nav__trigger__icon {
  position: absolute;
  right: 0.5rem;
  top: 0.55rem;
}

.process-nav__content {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media print, screen and (max-width: 51.24875em) {
  .process-nav__content {
    display: none;
  }
}
.process-nav__content.is-active {
  display: block;
}

.process-nav__content li.is-active {
  box-shadow: inset 0 -4px 0 0 var(--primary);
}
@media print, screen and (max-width: 51.24875em) {
  .process-nav__content li.is-active {
    display: none;
  }
}

.process-nav__more:before, .process-nav__hidden-content__more:before {
  border: 0.125rem solid #0000bd;
  border-left: 0;
  border-top: 0;
  content: " ";
  height: 0.75rem;
  margin-top: 0.625rem;
  position: absolute;
  transform: rotate(45deg);
  width: 0.75rem;
  margin-left: 5.3125rem;
}
@media screen and (min-width: 75em) {
  .process-nav__more:before, .process-nav__hidden-content__more:before {
    margin-left: 7.1875rem;
  }
}

.process-nav__hidden-content {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(26, 24, 29, 0.08);
  padding: 0;
  top: 3.4375rem !important;
  left: 44.375rem !important;
}
.process-nav__hidden-content div {
  display: none;
}
.process-nav__hidden-content ul {
  padding: 0.5rem 0;
}
.process-nav__hidden-content li {
  width: 100%;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 75em) {
  .process-nav__hidden-content {
    left: 60.625rem !important;
  }
}

.process-nav__hidden-content__more {
  background-color: transparent;
  text-align: right;
  border-bottom: 1px solid #E7E7E7;
  padding: 0.5rem 1rem;
}

.process-nav__link {
  text-transform: uppercase;
  color: var(--primary);
  font-weight: 600;
  display: flex;
  align-items: center;
}
.process-nav__link:hover {
  text-decoration: none;
}
.process-nav__link svg {
  margin-right: 0.4em;
  width: 25px;
  height: 25px;
  fill: #2b2e34;
}
.process-nav__link svg .stroked-shape {
  fill: none;
  fill-opacity: 1;
  stroke-width: 2.01957917;
  stroke-miterlimit: 4;
  stroke-dasharray: none;
  stroke-dashoffset: 0;
  stroke: #2b2e34;
}

@media print, screen and (min-width: 51.25em) {
  .process-nav__link.is-active {
    color: var(--primary);
  }
  .process-nav__link.is-active svg {
    fill: var(--primary);
  }
  .process-nav__link.is-active svg .stroked-shape {
    stroke: var(--primary);
  }
}
.process-header__phase, .process-phase {
  background: #fff;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 4px;
}
@media print, screen and (min-width: 28.125em) {
  .process-header__phase, .process-phase {
    padding: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .process-header__phase, .process-phase {
    padding: 1rem;
  }
}
.process-header__phase .button, .process-phase .button {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.process-header__phase--simple {
  padding: 0.5rem 1rem;
}
@media print, screen and (min-width: 51.25em) {
  .process-header__phase--simple {
    padding: 2rem 1rem;
  }
}

.phase-title, .phase-subtitle--initiatives, .phase-title--initiatives {
  display: block;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  color: #5555E9;
}
@media print, screen and (min-width: 51.25em) {
  .phase-title, .phase-subtitle--initiatives, .phase-title--initiatives {
    font-size: 1.25rem;
  }
}
.is-inactive .phase-title, .is-inactive .phase-subtitle--initiatives, .is-inactive .phase-title--initiatives {
  color: #9F9F9F;
}

.phase-date {
  color: #646567;
  font-weight: 400;
  font-size: 90%;
}

.process-header__progress {
  margin-bottom: 0.5rem;
}
.process-header__progress ol {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-start;
}
.process-header__progress li {
  margin: 0;
  padding: 0;
  position: relative;
  width: 1rem;
  text-align: center;
}
.process-header__progress li:first-child {
  width: auto;
}
.process-header__progress li::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #CFCFCF;
  position: absolute;
  top: calc(50% - (2px / 2));
  z-index: 0;
}
.process-header__progress li span {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #CFCFCF;
  z-index: 1;
  margin-left: auto;
}
.process-header__progress .phase-item--past::after {
  background-color: #EC6E19;
}
.process-header__progress .phase-item--past span {
  background-color: #EC6E19;
  opacity: 1;
}
.process-header__progress .phase-item--current span::before {
  content: " ";
  height: 0;
  position: absolute;
  width: 0;
  border: 4px solid transparent;
  border-top-color: var(--primary);
  top: -8px;
  left: calc(50% - 1px);
  z-index: 2;
}
.process-header__progress .phase-item--current:first-child span::before {
  left: 0;
}

.phase-current {
  font-weight: normal;
  font-size: 0.75rem;
  text-transform: none;
  color: #646567;
}

.process-phase {
  padding: 0;
}
.process-phase .process-header__progress {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 1px solid #2b2e34;
  padding: 0.5rem 1rem;
}
.process-phase .process-header__progress ol {
  flex: 1;
}
.process-phase .process-header__progress .phase-current {
  margin-left: 1rem;
}

.process-header__body {
  padding: 1rem 1rem 1.5rem;
}
.process-header__body .process-header__link {
  margin-top: 0.5rem;
}

.process-header__button .button {
  border-color: var(--primary);
  text-transform: uppercase;
}

.phase-title--initiatives {
  font-size: 1.125rem;
  margin: 0 0 0.5rem;
}

.phase-subtitle--initiatives {
  font-size: 0.9375rem;
}

/* Variables */
/* Timeline */
.timeline {
  list-style: none;
  margin: 2rem 0 0;
}

.timeline__item {
  padding-bottom: 2em;
  position: relative;
}
.timeline__item::before {
  content: "";
  width: 3px;
  height: 100%;
  background: var(--primary);
  left: 1rem;
  top: 0;
  position: absolute;
}
.timeline__item::after {
  content: "";
  clear: both;
  display: table;
  width: 100%;
}
.timeline__item:last-of-type::before {
  width: 0;
}

.timeline__phase {
  width: 30px;
  height: 30px;
  margin-left: -13px;
  position: absolute;
  top: 0;
  left: 1rem;
  display: flex;
  justify-content: center;
  overflow: hidden;
  border-radius: 50%;
  background: var(--primary);
  border: 2px solid #fff;
  box-shadow: 0 0 0 1px #CFCFCF;
}

.timeline__phase__number {
  display: block;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-weight: 600;
  font-size: 1.2em;
  align-self: center;
  margin-left: 1px;
  margin-top: -1px;
}

.timeline__info {
  width: 90%;
  width: calc(100% - 45px);
  float: right;
  background-color: #fff;
  border: 1px solid #E7E7E7;
}
.timeline__item--current .timeline__info {
  border-color: var(--primary);
}

.timeline__header {
  background: #CFCFCF;
  padding: 0.5rem 1rem;
}
.timeline__item--current .timeline__header {
  background-color: var(--primary);
  color: #fff;
}

.timeline__date {
  color: #646567;
}
.timeline__item--current .timeline__date {
  color: #fff;
}

.timeline__title {
  margin-bottom: 0;
}

.timeline__content {
  padding: 1rem;
}
.timeline__content :last-child {
  margin-bottom: 0;
}

.timeline__footer {
  list-style: none;
  margin: 0;
  border-top: 1px solid #E7E7E7;
}
@media print, screen and (min-width: 51.25em) {
  .timeline__footer {
    display: flex;
    flex-wrap: wrap;
  }
}

.timeline__footer-item {
  flex-grow: 1;
  text-align: center;
  padding: 0.5em;
  border-bottom: 1px solid #E7E7E7;
}
.timeline__footer-item:last-child {
  border-bottom: 0;
}
@media print, screen and (min-width: 51.25em) {
  .timeline__footer-item {
    border-bottom: 0;
    border-right: 1px solid #E7E7E7;
  }
  .timeline__footer-item:last-child {
    border-right: 0;
  }
}

.timeline__footer-inner {
  display: block;
}

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

.timeline__item-text {
  display: block;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  font-size: 90%;
  color: #2b2e34;
  font-weight: 600;
  line-height: 1;
}

/* Inactive timeline */
.timeline__item--current::before {
  background: #CFCFCF;
}

.timeline__item--inactive::before {
  background: #CFCFCF;
}
.timeline__item--inactive .timeline__phase {
  background: #CFCFCF;
}
.timeline__item--inactive .timeline__phase__number {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Filter tags */
.filter-tags__title {
  margin-right: 0.4rem;
}

.filter-tags {
  margin-bottom: 0.8rem;
}

.filter-tag {
  display: inline-block;
  background-color: #EBEBEB;
  border: 1px solid #E7E7E7;
  padding: 0.2rem 0.4rem;
  margin-right: 0.4rem;
  margin-bottom: 0.2rem;
}

.filter-tag__close {
  padding-left: 0.5rem;
  color: #2b2e34;
}

@media print, screen and (min-width: 51.25em) {
  .filters-wrapper {
    display: flex;
  }
}

.filters-controls {
  margin: 0.5rem 0 2rem;
}
.filters-controls::before, .filters-controls::after {
  display: table;
  content: " ";
}
.filters-controls::after {
  clear: both;
}

.filters-controls__trigger {
  width: 100%;
  font-weight: 600;
  text-align: center;
  padding: 0.7rem;
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  display: flex;
  justify-content: center;
  align-items: center;
}

.filters_my-activity .filters {
  display: block;
  padding: 0;
}

.filters {
  display: none;
  min-height: 100%;
  padding: 1.275rem;
}
@media print, screen and (min-width: 51.25em) {
  .filters {
    display: block;
    padding: 0;
    margin: 0;
  }
}
.reveal .filters {
  display: block;
  border: none;
  padding: 0;
  margin: 0;
}

.js .filters__content {
  display: none;
}
.js .filters__content.is-active {
  display: block;
}
@media print, screen and (min-width: 51.25em) {
  .js .filters__content {
    display: block;
  }
}

.filters__section, .filters__section--general {
  background-color: #fff;
  border-bottom: 1px solid #E7E7E7;
  padding: 1.275rem;
}
.filters__section:last-of-type, .filters__section--general:last-of-type {
  border-bottom: none;
}
.filters__section .mini-title, .filters__section--general .mini-title {
  margin-bottom: 0.5rem;
}
.filters__section label, .filters__section--general label {
  line-height: 1.2;
  margin-bottom: 0.4rem;
  font-size: 0.9rem;
  color: #707070;
}
.filters__section label[data-global-checkbox], .filters__section--general label[data-global-checkbox] {
  font-weight: 600;
}
.filters__section .button, .filters__section--general .button {
  margin-bottom: 0;
  background-color: #EBEBEB;
}
.filters__section .section-title, .filters__section--general .section-title {
  color: #5555E9;
  margin-right: 1rem;
  font-weight: normal;
}
#participatory-space-filters .filters__section, #participatory-space-filters .filters__section--general {
  background-color: transparent;
}
#participatory-space-filters .filters__section .heading6, #participatory-space-filters .filters__section--general .heading6 {
  text-transform: none;
}

.user-activity .filters__section, .user-activity .filters__section--general {
  padding: 2.275rem 0 1.275rem;
}
@media print, screen and (max-width: 23.74875em) {
  .user-activity .filters__section, .user-activity .filters__section--general {
    padding-top: 1.5rem;
  }
}
.user-activity .filters__section .mini-title, .user-activity .filters__section--general .mini-title {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0.2rem;
  color: #06060B;
}
.user-activity .filters__section select, .user-activity .filters__section .inline-filters button[data-toggle], .inline-filters .user-activity .filters__section button[data-toggle], .user-activity .filters__section--general select, .user-activity .filters__section--general .inline-filters button[data-toggle], .inline-filters .user-activity .filters__section--general button[data-toggle] {
  color: #06060B;
  border: 0.063rem solid #D4D4D4;
  border-radius: 0.313rem;
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/arrow-down-e67098e2a8a1c61e0207.svg);
}

.filters__subfilters > .filters__subfilters {
  padding-left: 0.6375rem;
}

.filters__has-subfilters {
  display: flex;
  justify-content: space-between;
}

.filters__icon-is-open,
.filters__icon-is-closed {
  font-size: 0.5em;
}

.filters__icon-is-open {
  display: none;
}

.filters__is-open .filters__icon-is-open {
  display: inline-block;
}
.filters__is-open .filters__icon-is-closed {
  display: none;
}

.search-filters .text-right {
  margin: auto;
}
@media print, screen and (min-width: 51.25em) {
  .search-filters .text-right {
    margin: 0;
  }
}
.search-filters .mb-s {
  display: none;
}
@media print, screen and (min-width: 51.25em) {
  .search-filters .mb-s {
    display: block;
    font-size: 1.125rem;
    color: #707070;
    margin-top: 1.9rem;
    margin-bottom: 1.78rem !important;
  }
}

.filters__section--general {
  padding: 1.275rem;
  border-bottom: 1px solid #D4D4D4;
}
.filters__section--general .section-title, .filters__section--general .muted {
  color: #5555E9;
  font-size: 0.938rem;
}
.filters__section--general.no-results .section-title {
  color: #707070;
  text-decoration: none;
}
.filters__section--general.no-results .muted {
  color: #707070;
}

.filters__info__title {
  margin-bottom: 0;
}

.filters__info__icon {
  margin-left: 0.25rem;
}

.filters__search .input-group {
  margin-bottom: 0;
}

.input-group-button svg {
  width: 17.354px;
  height: 18.275px;
}

.inline-filters {
  display: flex;
  flex-direction: row;
  display: inline-flex;
  justify-content: space-between;
  text-align: left;
}
.inline-filters > * {
  margin: 0 1rem;
}
.inline-filters > :first-child {
  margin-left: 0;
}
.inline-filters > :last-child {
  margin-right: 0;
}
.inline-filters label {
  display: flex;
  align-items: baseline;
  display: flex;
  flex-direction: row;
}
.inline-filters label > * {
  margin: 0 0.25rem;
}
.inline-filters label > :first-child {
  margin-left: 0;
}
.inline-filters label > :last-child {
  margin-right: 0;
}
.inline-filters label span {
  white-space: nowrap;
}
.inline-filters button[data-toggle] {
  color: #ee704b;
  margin: 0;
  width: 12rem;
}
.inline-filters button[data-toggle].hover {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.inline-filters .dropdown-pane {
  padding: 0;
  background-color: #fff;
  width: 12rem;
}
.inline-filters .dropdown-pane li a {
  display: block;
  padding: 1rem;
}
.inline-filters .dropdown-pane li a:hover {
  text-decoration: underline;
}
.inline-filters .dropdown-pane li:not(:last-child) {
  border-bottom: 1px solid #E7E7E7;
}
.inline-filters .dropdown-pane li:hover {
  cursor: pointer;
  background-color: rgba(238, 112, 75, 0.05);
}
.inline-filters .dropdown-pane.is-open {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tech-info {
  color: #2b2e34;
  font-size: 0.9rem;
  text-align: center;
}

.label--basic {
  background-color: #fefeff;
}

.label--highlight {
  background-color: var(--secondary);
}

.label--admin {
  background-color: var(--primary);
}

.proposal-status,
.collaborative-draft-status,
.project-status {
  float: left;
  margin-right: 0.5rem;
}

.proposal-status--small,
.label--small {
  margin: 0.2rem 0.2rem 0.2rem 0;
  padding: 0.2rem 0.3rem;
}

.label.light {
  color: #fff;
}

.label.muted {
  background: #2b2e34;
  color: #fff;
}

.conference-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.conference-nav li {
  padding: 0.5rem;
}
.conference-nav li a {
  font-size: 1.125rem;
  color: #2b2e34;
}
.conference-nav li.is-active {
  font-weight: 600;
  position: relative;
}
.conference-nav li.is-active::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1.6rem;
  background-color: var(--primary);
  position: absolute;
  top: 50%;
  left: -0.5rem;
  transform: translateY(-50%);
}

.conference-speaker {
  margin-bottom: 3rem;
}
.conference-speaker .speaker-img-wrapper {
  margin-bottom: 1rem;
  position: relative;
}
.conference-speaker .speaker-img-wrapper::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.conference-speaker .speaker-img-wrapper .speaker-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.conference-speaker .speaker-img-wrapper .speaker-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.conference-speaker .speaker-data .data-name {
  font-weight: 600;
  font-size: 1.125rem;
}
.conference-speaker .speaker-data .data-role,
.conference-speaker .speaker-data .data-extra {
  color: #2b2e34;
}
.conference-speaker .speaker-bio {
  display: none;
  padding: 1rem;
  left: 0;
  background-color: #fff;
  box-shadow: 0 0 20px 0 rgba(26, 24, 29, 0.2);
  z-index: 1;
  width: 100vw;
  position: absolute;
}
@media print, screen and (min-width: 51.25em) {
  .conference-speaker .speaker-bio {
    top: 0;
    width: 300%;
    padding: 2rem;
    transform: translateY(-10%);
  }
}
.conference-speaker .speaker-bio > :first-child {
  display: flex;
  justify-content: stretch;
}
.conference-speaker .speaker-bio .bio-extended {
  font-size: 0.875rem;
}
.conference-speaker .speaker-bio .bio-acts {
  font-weight: 600;
}
.conference-speaker:hover .speaker-bio {
  display: block;
}
@media print, screen and (min-width: 51.25em) {
  .conference-speaker {
    position: relative;
  }
  .conference-speaker:nth-of-type(4) .speaker-bio, .conference-speaker:nth-of-type(4n + 5) .speaker-bio, .conference-speaker:nth-of-type(5n) .speaker-bio {
    transform: translateY(-10%) translateX(-60%);
  }
}

.conference-programme .programme-selector {
  border-bottom: 1px solid #E7E7E7;
  padding-bottom: 0.5rem;
  color: #2b2e34;
  font-size: 1.1875rem;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 23.74875em) {
  .conference-programme .programme-selector {
    flex-direction: column;
    text-align: center;
  }
}
.conference-programme .programme-selector .tabs {
  display: flex;
  flex-direction: column;
}
.conference-programme .programme-selector .tabs > * {
  margin: 0.25rem 0;
}
.conference-programme .programme-selector .tabs > :first-child {
  margin-top: 0;
}
.conference-programme .programme-selector .tabs > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 51.25em) {
  .conference-programme .programme-selector .tabs {
    display: flex;
    flex-direction: row;
  }
  .conference-programme .programme-selector .tabs > * {
    margin: 0 0.25rem;
  }
  .conference-programme .programme-selector .tabs > :first-child {
    margin-left: 0;
  }
  .conference-programme .programme-selector .tabs > :last-child {
    margin-right: 0;
  }
}
.conference-programme .programme-day > .row {
  padding: 2rem 0;
  border-bottom: 1px solid #E7E7E7;
  border-bottom-style: dashed;
}
.conference-programme .tabs,
.conference-programme .tabs-content {
  background: transparent;
}
.conference-programme .tabs-title > a {
  padding: 0;
}
.conference-programme .tabs-title > a:hover {
  background: transparent;
}
.conference-programme .tabs-title > a[aria-selected=true] {
  background: transparent;
}
.conference-programme .tabs-title:not(.is-active) .button {
  opacity: 0.4;
}
.conference-programme .programme-header {
  display: flex;
  align-items: baseline;
}
@media print, screen and (max-width: 23.74875em) {
  .conference-programme .programme-header {
    flex-direction: column;
  }
}
.conference-programme .programme-time {
  font-size: 1.1875rem;
  font-weight: 600;
}
.conference-programme .programme-title {
  font-size: 1.5rem;
  color: #ee704b;
  font-weight: 600;
}
@media print, screen and (max-width: 23.74875em) {
  .conference-programme .programme-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
  }
}
.conference-programme .programme-resume {
  font-size: 0.875rem;
  color: #2b2e34;
}
.conference-programme .programme-extra {
  color: #2b2e34;
  font-size: 0.875rem;
}
.conference-programme .programme-extra > .row:not(:nth-child(2)) {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 51.25em) {
  .conference-programme .programme-extra > .row:nth-child(2) {
    margin-top: -0.5rem;
  }
}
.conference-programme .programme-extra .row:not(.speakers-list) span {
  opacity: 0.6;
}
.conference-programme .programme-extra .speakers-list {
  min-height: 35px;
}

.conference-registration {
  padding: 1rem;
}
.conference-registration .registration__text > * {
  display: block;
}
.conference-registration .registration__text strong {
  font-size: 1.125rem;
}
.conference-registration .registration__text span {
  font-size: 0.875rem;
  color: #2b2e34;
}
.conference-registration .registration__buttons {
  display: flex;
  flex-direction: row;
  flex-shrink: 0;
}
.conference-registration .registration__buttons > * {
  margin: 0 0.5rem;
}
.conference-registration .registration__buttons > :first-child {
  margin-left: 0;
}
.conference-registration .registration__buttons > :last-child {
  margin-right: 0;
}
@media print, screen and (max-width: 62.49875em) {
  .conference-registration .registration__buttons {
    margin-top: 1rem;
  }
}
.conference-registration .registration__buttons > :first-child {
  border: 1px solid #E7E7E7;
}

.conference-diploma {
  text-align: center;
}
.conference-diploma .diploma__border {
  margin: 4rem;
  /* Border ../images/pattern */
  -moz-border-image: url(https://futureu.europa.eu/decidim-packs/media/images/pattern-9e37fb0574a565bf2708.png) 20 repeat;
  -webkit-border-image: url(https://futureu.europa.eu/decidim-packs/media/images/pattern-9e37fb0574a565bf2708.png) 20 repeat;
  -o-border-image: url(https://futureu.europa.eu/decidim-packs/media/images/pattern-9e37fb0574a565bf2708.png) 20 repeat;
  border-image: url(https://futureu.europa.eu/decidim-packs/media/images/pattern-9e37fb0574a565bf2708.png) 20 repeat;
  border-style: solid;
  border-width: 1rem;
}
.conference-diploma .diploma__border .diploma__content {
  padding: 3rem;
}
.conference-diploma .diploma__attendance {
  text-align: center;
  font-size: 0.875rem;
}
.conference-diploma .diploma__attendance > * {
  display: block;
}
.conference-diploma .diploma__name {
  margin-top: 4rem;
  font-size: 1.125rem;
}
.conference-diploma .diploma__name p {
  margin-top: 1rem;
}
.conference-diploma .diploma__logo {
  border: 1px solid #E7E7E7;
  padding: 2rem;
}

@media print {
  @page {
    size: A4 landscape;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
  }
  .conference-diploma .diploma__border {
    margin: 0;
    -moz-border-image: url(https://futureu.europa.eu/decidim-packs/media/images/pattern-9e37fb0574a565bf2708.png) 20 repeat;
    -webkit-border-image: url(https://futureu.europa.eu/decidim-packs/media/images/pattern-9e37fb0574a565bf2708.png) 20 repeat;
    -o-border-image: url(https://futureu.europa.eu/decidim-packs/media/images/pattern-9e37fb0574a565bf2708.png) 20 repeat;
    border-image: url(https://futureu.europa.eu/decidim-packs/media/images/pattern-9e37fb0574a565bf2708.png) 20 repeat;
    border-style: solid;
    border-width: 1rem;
  }
}
.conference-media .media-links li {
  color: #ee704b;
  margin-bottom: 1rem;
  align-items: baseline;
  display: flex;
  flex-direction: row;
}
.conference-media .media-links li > * {
  margin: 0 0.5rem;
}
.conference-media .media-links li > :first-child {
  margin-left: 0;
}
.conference-media .media-links li > :last-child {
  margin-right: 0;
}
.conference-media .media-links li > :first-child {
  flex-shrink: 0;
}
.conference-media .media-links a {
  font-size: 1.125rem;
}
.conference-media .media-pictures article {
  cursor: pointer;
}
.conference-media .media-pictures .picture__content {
  padding: 1rem;
}
.conference-media .media-pictures .picture__content img {
  margin-bottom: 1rem;
  object-fit: cover;
  width: 100%;
  height: 75%;
}

[data-reveal].picture__modal img {
  margin-bottom: 1rem;
  width: 100%;
  height: 100%;
}

.user-form input[type=text],
.user-form input[type=email],
.user-form input[type=password] {
  height: 3rem;
}
.user-form .button {
  margin: 2rem 0;
}

.user-form__label {
  font-weight: 600;
}

.register__separator {
  display: block;
  text-align: center;
  position: relative;
  z-index: 1;
  font-style: italic;
  margin: 1rem 0 2rem;
}
.register__separator::before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #CFCFCF;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.register__separator__text {
  display: inline-block;
  background: #F5F5F5;
  padding: 0 1rem;
}

.register-form input[type=text],
.register-form input[type=email],
.register-form input[type=password] {
  height: 3rem;
}
.register-form h3 {
  display: table;
  font-size: 1.25em;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  margin-top: 0;
  text-align: center;
}
.register-form label > [type=checkbox] {
  margin-bottom: 1rem;
}
.register-form .tos-text {
  padding: 0.5rem;
  border: 1px solid #e8e8e8;
  margin: 1rem 0;
  max-height: 10rem;
  overflow: auto;
  font-size: 0.8rem;
  font-style: italic;
}
.register-form #card__tos,
.register-form #card__newsletter {
  text-align: center;
}

.user-nickname label .row > span:first-of-type {
  padding: 0;
  border-right: 0;
  width: 8%;
  height: 3rem;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.user-nickname label .row > span:first-of-type .prefix {
  display: inline-block;
  height: 2.9rem;
  padding-top: 0.8rem;
}
.user-nickname label .row > span:last-of-type {
  width: 92%;
  height: 3rem;
}
.user-nickname label .row > span:last-of-type input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.user-nickname label.is-invalid-label .row {
  margin-bottom: 1rem;
}
.user-nickname label.is-invalid-label .row > span:first-of-type {
  background-color: #f1e6e6;
  border-color: #c93739;
}
.user-nickname label.is-invalid-label .row > span:last-of-type {
  height: 4.2rem;
}
.user-nickname label.is-invalid-label .row > span:last-of-type .form-error.is-visible {
  margin-left: -8%;
}
.user-nickname .help-text {
  margin-top: 1rem;
}

.share {
  text-align: center;
}
.share ul {
  display: inline-block;
  list-style: none;
  margin: 0 0 0 0.5rem;
}
.share li {
  display: inline-block;
}

.share__icon {
  color: #2b2e34;
  border: 1px solid #E7E7E7;
  border-radius: 50%;
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  text-align: center;
  padding: 0.1em 0 0;
  margin-right: 0.5em;
}

.share-link.calendar {
  float: right;
}

.help {
  vertical-align: -2px;
}
.help .icon {
  width: 14px;
  height: 14px;
  fill: #fff;
  background: #595f6c;
  border-radius: 50%;
  padding: 2px;
}
.help .icon:hover {
  background: #5555E9;
}

.help-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.25rem solid #f9cdbf;
  border-radius: 50%;
  background-color: #ee704b;
  color: #F5F5F5;
  padding: 0.25rem;
  cursor: pointer;
}

.tooltip.expanded {
  max-width: 100%;
}
.tooltip.light {
  background-color: #F5F5F5;
  color: #2b2e34;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.tooltip.light.top::before, .aspect-ratio-16-9 > .tooltip.light::before {
  border-color: #F5F5F5 transparent transparent;
}
.tooltip.light.bottom::before, .aspect-ratio-16-9 > .tooltip.light::before {
  border-color: transparent transparent #F5F5F5;
}
.tooltip.light.left::before, .aspect-ratio-16-9 > .tooltip.light::before {
  border-color: transparent transparent transparent #F5F5F5;
}
.tooltip.light.right::before, .aspect-ratio-16-9 > .tooltip.light::before {
  border-color: transparent #F5F5F5 transparent transparent;
}

.google-map {
  width: 100%;
  height: 200px;
  background-color: #CFCFCF;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 62.5em) {
  .google-map {
    height: 450px;
  }
}

.map__help .skip {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.map__help .skip:focus, .map__help .skip:active {
  background-color: #5555E9;
  color: #fff;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: auto;
  margin: 10px;
  padding: 5px;
  font-size: 1.4em;
  z-index: 999;
  outline: 1px dotted rgba(0, 0, 0, 0.5);
  position: absolute;
}

.leaflet-container {
  z-index: 5;
}

.map-info {
  background: var(--primary);
  border-radius: 4px;
}
.map-info > div:first-child > div:first-child {
  border-top-color: var(--primary) !important;
}
.map-info > div:first-child > div:nth-child(2) {
  background-color: transparent !important;
  border-radius: 4px !important;
}
.map-info * {
  box-shadow: none !important;
}

.map-info__content {
  padding-top: 1rem;
  padding-left: 1.2rem;
}

.map__date-address {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 51.25em) {
  .map__date-address {
    display: flex;
  }
}
.map__date-address .card__datetime {
  float: none;
  border-color: var(--primary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-right: 0;
  margin-bottom: 1rem;
  padding: 0.5em 1em;
}
@media print, screen and (min-width: 51.25em) {
  .map__date-address .card__datetime {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}
.map__date-address .address {
  flex: 1;
  margin-bottom: 0;
}
.map__date-address .address__icon {
  display: none;
}
@media print, screen and (min-width: 51.25em) {
  .map__date-address .address__icon {
    display: block;
  }
}
.map__date-address .card__extra {
  padding: 0 1rem;
}

.map-info__button {
  text-align: center;
}
.map-info__button .button {
  min-width: 12em;
}

.static-map {
  cursor: pointer;
  height: 120px;
  width: 120px;
}
.static-map .leaflet-popup-pane,
.static-map .leaflet-control {
  cursor: pointer;
}
.static-map:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.5);
  outline-color: var(--highlight);
  outline-offset: 2px;
}
.static-map a:hover, .static-map a:focus,
.static-map .leaflet-control-attribution a:hover,
.static-map .leaflet-control-attribution a:focus {
  text-decoration: none;
  outline: none;
}
.static-map .leaflet-control-attribution, .static-map.leaflet-touch .leaflet-control-attribution {
  font-size: 0.55rem;
}

.wizard__steps {
  list-style-type: none;
  margin-left: 0.25rem;
}
.wizard__steps.steps-toggle {
  margin-top: 1rem;
}
.wizard__steps li {
  border: none;
  color: var(--primary);
  border-left: 2px solid var(--primary);
  box-sizing: border-box;
  border-radius: 0;
  padding: 1rem 0;
  font-size: 0.875rem;
  cursor: default;
}
.wizard__steps li::before {
  border-radius: 50%;
  background-color: var(--primary);
  content: "";
  display: inline-block;
  float: left;
  height: 10px;
  line-height: 10px;
  text-align: center;
  width: 10px;
  margin: 0.4rem 4px 0 -6px;
}
.wizard__steps .step--active {
  font-weight: bold;
}
.wizard__steps .step--active ~ li {
  color: #2b2e34;
  border-left: 2px solid #2b2e34;
}
.wizard__steps .step--active ~ li::before {
  background-color: #2b2e34;
}

.collapsible-list.is-filtered.show-1 .collapse:nth-of-type(n+2),
.collapsible-list.is-filtered.show-1 > div:nth-of-type(n+2) {
  display: none;
}
.collapsible-list.is-filtered.show-2 .collapse:nth-of-type(n+3),
.collapsible-list.is-filtered.show-2 > div:nth-of-type(n+3) {
  display: none;
}
.collapsible-list.is-filtered.show-3 .collapse:nth-of-type(n+4),
.collapsible-list.is-filtered.show-3 > div:nth-of-type(n+4) {
  display: none;
}
.collapsible-list.is-filtered.show-4 .collapse:nth-of-type(n+5),
.collapsible-list.is-filtered.show-4 > div:nth-of-type(n+5) {
  display: none;
}
.collapsible-list.is-filtered.show-5 .collapse:nth-of-type(n+6),
.collapsible-list.is-filtered.show-5 > div:nth-of-type(n+6) {
  display: none;
}
.collapsible-list.is-filtered.show-6 .collapse:nth-of-type(n+7),
.collapsible-list.is-filtered.show-6 > div:nth-of-type(n+7) {
  display: none;
}
.collapsible-list.is-filtered.show-7 .collapse:nth-of-type(n+8),
.collapsible-list.is-filtered.show-7 > div:nth-of-type(n+8) {
  display: none;
}
.collapsible-list.is-filtered.show-8 .collapse:nth-of-type(n+9),
.collapsible-list.is-filtered.show-8 > div:nth-of-type(n+9) {
  display: none;
}
.collapsible-list.is-filtered.show-9 .collapse:nth-of-type(n+10),
.collapsible-list.is-filtered.show-9 > div:nth-of-type(n+10) {
  display: none;
}
.collapsible-list.is-filtered.show-10 .collapse:nth-of-type(n+11),
.collapsible-list.is-filtered.show-10 > div:nth-of-type(n+11) {
  display: none;
}
.collapsible-list.is-filtered.show-11 .collapse:nth-of-type(n+12),
.collapsible-list.is-filtered.show-11 > div:nth-of-type(n+12) {
  display: none;
}
.collapsible-list.is-filtered.show-12 .collapse:nth-of-type(n+13),
.collapsible-list.is-filtered.show-12 > div:nth-of-type(n+13) {
  display: none;
}
.collapsible-list.is-filtered .collapsible-list__see-more {
  display: inline-block;
}
.collapsible-list.is-filtered .collapsible-list__see-more + .text-small {
  padding-top: 0.15rem;
  padding-left: 0.2rem;
}
.collapsible-list.is-filtered .collapsible-list__see-less {
  display: none;
}
.collapsible-list.is-filtered .card__text--paragraph.collapsible-list__see-more {
  display: inline-block;
}
.collapsible-list .collapsible-list__see-less,
.collapsible-list .collapsible-list__see-more {
  display: inline-block;
  color: #5555E9;
}
.collapsible-list .collapsible-list__see-less:hover,
.collapsible-list .collapsible-list__see-more:hover {
  color: #0000bd;
  text-decoration: underline;
}
.collapsible-list .collapsible-list__see-more {
  display: none;
}
.collapsible-list .card__text--paragraph.collapsible-list__see-more {
  display: none;
}
.collapsible-list .card__text--paragraph {
  text-decoration: none;
  color: #2b2e34;
}
.collapsible-list .card__text--paragraph:hover {
  color: #2b2e34;
  text-decoration: none;
}
.collapsible-list > * {
  display: inline-flex;
  margin: 0;
}

.block-banner {
  background-repeat: no-repeat;
  padding: 1rem;
}
@media print, screen and (max-width: 62.49875em) {
  .block-banner {
    background-image: none !important;
    padding-bottom: 1rem;
  }
  .block-banner .card__content, .block-banner .badge-card__content {
    padding-bottom: 0;
  }
}
@media print, screen and (min-width: 51.25em) {
  .block-banner {
    background-position: right -400px center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .block-banner .card__content, .block-banner .badge-card__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media print, screen and (min-width: 64em) {
  .block-banner {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .block-banner .card__content, .block-banner .badge-card__content {
    padding-left: 0;
  }
}
.block-banner p:last-child {
  margin-bottom: 0;
}

.fingerprint-dialog .fingerprint-value,
.fingerprint-dialog .fingerprint-source {
  display: block;
  max-width: 100%;
  word-break: break-all;
}

[data-toggle] {
  margin: 0 0 0.5rem;
  cursor: pointer;
}
[data-toggle] span {
  margin-right: 0.5rem;
}

.loading-spinner {
  margin: 25px !important;
  height: 25px;
  text-align: center;
}
.loading-spinner::before {
  -webkit-animation: animation-spin 800ms infinite linear;
  -o-animation: animation-spin 800ms infinite linear;
  animation: animation-spin 800ms infinite linear;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid #CFCFCF;
  border-right-color: var(--primary);
  display: inline-block;
  position: relative;
  content: "";
  vertical-align: middle;
}

.spinner-container {
  position: relative;
  cursor: wait;
}
.spinner-container::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 1;
}
.spinner-container::after {
  -webkit-animation: animation-spin 800ms infinite linear;
  animation: animation-spin 800ms infinite linear;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  border-radius: 50%;
  border: 3px solid #e8e8e8;
  border-right-color: var(--primary);
  display: inline-block;
  position: absolute;
  content: "";
  vertical-align: middle;
  z-index: 1;
  top: 47%;
  left: 47%;
}

.upload-modal .button {
  margin: 0;
}
.upload-modal .dropzone-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 1rem;
}
.upload-modal .dropzone-container input[type=file] {
  display: none;
}
.upload-modal .dropzone-container label {
  background-color: #fff;
  margin: 1rem 0;
  cursor: pointer;
}
.upload-modal .dropzone-container label.is-dragover {
  background-color: white;
}
.upload-modal .dropzone-container label.dropzone {
  padding: 1rem;
  text-align: center;
  border-style: dashed;
  border-color: #ee704b;
  border-width: 2px;
  border-radius: 4px;
}
.upload-modal .dropzone-container label.dropzone * > {
  display: none;
}
.upload-modal .dropzone-container label.dropzone .form-error {
  margin: 0;
}
.upload-modal .dropzone-container label.disabled {
  background-color: #F5F5F5;
  cursor: not-allowed;
  border-color: white;
}
.upload-modal .dropzone-container label.disabled span {
  color: #ccc;
}
.upload-modal .upload-items .upload-item input[type=text] {
  margin: 0;
}
.upload-modal .upload-items .upload-item .file-name-span {
  overflow: hidden;
}
.upload-modal .upload-items .upload-item .progress-bar-wrapper .progress-bar-border {
  height: 2rem;
  border: 1px solid #5555E9;
  box-sizing: border-box;
  padding: 0;
}
.upload-modal .upload-items .upload-item .progress-bar-wrapper .progress-bar-border .progress-bar {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: white;
  background-color: #5555E9;
  padding: 0 0.5rem;
  height: 2rem;
}
.upload-modal .upload-items .upload-item .progress-bar-wrapper .progress-bar-border .progress-bar.filled {
  justify-content: center;
  width: 100% !important;
}
.upload-modal .upload-items .remove-upload-item {
  cursor: pointer;
}
.upload-modal .upload-items .upload-errors .form-error {
  margin: 0;
}

.dynamic-uploads {
  display: flex;
  flex-direction: column;
}
@media print, screen and (max-width: 74.99875em) {
  .dynamic-uploads {
    margin-bottom: 0.5rem;
  }
}
.dynamic-uploads .actions-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: baseline;
}
.dynamic-uploads .actions-wrapper button.primary {
  margin-right: 0.5rem;
}
.dynamic-uploads .actions-wrapper button.remove-upload {
  cursor: pointer;
}
.dynamic-uploads .actions-wrapper.titled {
  flex-direction: column-reverse;
}
.dynamic-uploads .actions-wrapper .active-uploads span.filename {
  margin-right: 0.5rem;
}
.dynamic-uploads .actions-wrapper .active-uploads span:last-child {
  margin-right: 0.5rem;
}
.dynamic-uploads.with-title {
  display: block;
  margin: 0;
}

.meetings_form .picker-prompt a,
.edit_close_meeting .picker-prompt a {
  border: 0.063rem solid #D4D4D4;
  border-radius: 0.313rem;
}
.meetings_form .picker-prompt a::after,
.edit_close_meeting .picker-prompt a::after {
  content: url(https://futureu.europa.eu/decidim-packs/media/images/arrow-down-e67098e2a8a1c61e0207.svg);
  border: none;
  margin-top: 0;
  margin-right: 1rem;
}

#data_picker-modal {
  height: 60%;
  background-color: #FFFFFF;
}

.picker-header {
  padding-top: 1rem;
}

.data-picker .picker-values .label.primary {
  background: none;
  color: #5555E9;
  font-size: 0.938rem;
  padding-left: 0;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.2s linear;
}
.data-picker .picker-values .label.primary span {
  font-size: 1.1rem;
  margin-right: 0.5rem;
}
.data-picker .picker-values .label.primary:hover {
  color: #0000bd;
  white-space: normal;
  text-overflow: clip;
  word-break: break-word;
}

#close_meeting_proposals .picker-prompt {
  margin-top: 0.5rem;
}

.scope-picker.picker-content .picker-scrollable-content a:focus {
  outline-offset: -3px;
}
.scope-picker.picker-footer .button.clear {
  margin-top: 0.8rem;
  margin-left: 1rem;
}

.endorse-button .button--shadow.secondary {
  position: relative;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.endorse-button a.button--shadow.secondary {
  width: 4.575rem;
}

#list-of-endorsements .author__avatar img {
  max-width: 20px;
}
@media print, screen and (min-width: 62.5em) {
  #list-of-endorsements .author__avatar img {
    max-width: 35px;
  }
}
#list-of-endorsements .author-data .m-none {
  padding-left: 0;
  padding-top: 0.125rem;
}
@media print, screen and (min-width: 62.5em) {
  #list-of-endorsements .author-data .m-none {
    padding-left: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  #list-of-endorsements .author-data .m-none {
    padding-top: 0.625rem;
  }
}
#list-of-endorsements .author-data.author-data--small {
  width: 49%;
}
@media print, screen and (min-width: 28.125em) {
  #list-of-endorsements .author-data.author-data--small {
    width: 32%;
  }
}
@media screen and (min-width: 75em) {
  #list-of-endorsements .author-data.author-data--small {
    width: 33%;
  }
  #list-of-endorsements .author-data.author-data--small:nth-child(3n+3) {
    width: auto;
  }
}
#list-of-endorsements .author-data.author-data--small span.author__name.m-none.has-tip.deleted-user {
  line-height: 1;
}
@media print, screen and (min-width: 64em) {
  #list-of-endorsements .author-data.author-data--small span.author__name.m-none.has-tip.deleted-user {
    padding-top: 0;
  }
}
@media screen and (min-width: 75em) {
  #list-of-endorsements .author-data.author-data--small span.author__name.m-none.has-tip.deleted-user {
    padding-top: 5px;
  }
}
#list-of-endorsements .collapsible-list > * {
  margin-bottom: 0.6rem;
}
#list-of-endorsements .collapsible-list.author {
  display: block;
}
#list-of-endorsements .collapsible-list.author .author-data {
  padding-left: 25px;
}
@media print, screen and (min-width: 28.125em) {
  #list-of-endorsements .collapsible-list.author .author-data {
    padding-left: 25px;
  }
  #list-of-endorsements .collapsible-list.author .text-small {
    padding-left: 0;
  }
}

.new-meeting-form .card__content .actions .button, .new-meeting-form .badge-card__content .actions .button,
.edit-new-meeting-form .card__content .actions .button,
.edit-new-meeting-form .badge-card__content .actions .button,
.close-meeting-form .card__content .actions .button,
.close-meeting-form .badge-card__content .actions .button {
  margin-bottom: 3.375rem !important;
}

.mediumlarge-8.proposal-details .card--list__heading, .mediumlarge-8.meeting-details .card--list__heading {
  font-size: 1.563rem;
}

.accountability .categories .categories--group .card__link .category--line strong {
  color: #5555E9;
}
.accountability .categories .categories--group .card__link .category--line strong:hover {
  color: #1a181d;
}
.accountability .categories .progress-figure {
  color: #646567;
}
.accountability .categories .progress-figure .categories--group .card__link .category--line .category--count {
  color: #646567;
}

.remaining-votes-counter .card__content .definition-data__title, .remaining-votes-counter .badge-card__content .definition-data__title {
  margin-top: 0;
}
@media print, screen and (min-width: 62.5em) {
  .remaining-votes-counter .card__content .definition-data__title, .remaining-votes-counter .badge-card__content .definition-data__title {
    margin-top: 3.688rem;
  }
}

#proposal-costs.card, #proposal-costs.chart-tooltip, #proposal-costs.comment-thread, #proposal-costs.add-message, .conference-speaker #proposal-costs.speaker-bio, #proposal-costs.conference-registration {
  background: #fff;
  border: 1px solid #E7E7E7;
  margin: 2rem 0;
}
#proposal-costs .card__content, #proposal-costs .badge-card__content {
  padding: 1.6rem;
}

.search_results-section .card__content, .search_results-section .badge-card__content,
.profile-following-section .card__content,
.profile-following-section .badge-card__content {
  padding: 1.25rem 1.063rem 0.5rem;
}
@media screen and (min-width: 75em) {
  .search_results-section .card__content, .search_results-section .badge-card__content,
.profile-following-section .card__content,
.profile-following-section .badge-card__content {
    padding: 1.25rem 1.188rem 0.5rem;
  }
}
.search_results-section .column.participatory__cards .card__content, .search_results-section .column.participatory__cards .badge-card__content, .search_results-section .participatory__cards.columns .card__content, .search_results-section .participatory__cards.columns .badge-card__content,
.profile-following-section .column.participatory__cards .card__content,
.profile-following-section .column.participatory__cards .badge-card__content,
.profile-following-section .participatory__cards.columns .card__content,
.profile-following-section .participatory__cards.columns .badge-card__content {
  border: 1px solid #d4d4d4;
  border-radius: 0.313rem 0.313rem 0 0;
  border-bottom: none;
}
.search_results-section .column.participatory__cards .card__content .topic__title, .search_results-section .column.participatory__cards .badge-card__content .topic__title, .search_results-section .participatory__cards.columns .card__content .topic__title, .search_results-section .participatory__cards.columns .badge-card__content .topic__title,
.profile-following-section .column.participatory__cards .card__content .topic__title,
.profile-following-section .column.participatory__cards .badge-card__content .topic__title,
.profile-following-section .participatory__cards.columns .card__content .topic__title,
.profile-following-section .participatory__cards.columns .badge-card__content .topic__title {
  border: none;
  padding: 0 !important;
  margin-top: 10px;
}
@media print, screen and (min-width: 28.125em) {
  .search_results-section .column.participatory__cards .card__content .topic__title, .search_results-section .column.participatory__cards .badge-card__content .topic__title, .search_results-section .participatory__cards.columns .card__content .topic__title, .search_results-section .participatory__cards.columns .badge-card__content .topic__title,
.profile-following-section .column.participatory__cards .card__content .topic__title,
.profile-following-section .column.participatory__cards .badge-card__content .topic__title,
.profile-following-section .participatory__cards.columns .card__content .topic__title,
.profile-following-section .participatory__cards.columns .badge-card__content .topic__title {
    margin-left: 0 !important;
  }
}
.search_results-section .column.participatory__cards .card__content .participatory-title, .search_results-section .column.participatory__cards .badge-card__content .participatory-title, .search_results-section .participatory__cards.columns .card__content .participatory-title, .search_results-section .participatory__cards.columns .badge-card__content .participatory-title,
.profile-following-section .column.participatory__cards .card__content .participatory-title,
.profile-following-section .column.participatory__cards .badge-card__content .participatory-title,
.profile-following-section .participatory__cards.columns .card__content .participatory-title,
.profile-following-section .participatory__cards.columns .badge-card__content .participatory-title {
  font-weight: bold;
  font-size: 1.125rem;
  text-align: left;
}
@media print, screen and (min-width: 62.5em) {
  .search_results-section .column.participatory__cards .card__content .participatory-title, .search_results-section .column.participatory__cards .badge-card__content .participatory-title, .search_results-section .participatory__cards.columns .card__content .participatory-title, .search_results-section .participatory__cards.columns .badge-card__content .participatory-title,
.profile-following-section .column.participatory__cards .card__content .participatory-title,
.profile-following-section .column.participatory__cards .badge-card__content .participatory-title,
.profile-following-section .participatory__cards.columns .card__content .participatory-title,
.profile-following-section .participatory__cards.columns .badge-card__content .participatory-title {
    font-size: 1.375rem;
  }
}
.search_results-section .column.participatory__cards .card__content .participatory-description, .search_results-section .column.participatory__cards .badge-card__content .participatory-description, .search_results-section .participatory__cards.columns .card__content .participatory-description, .search_results-section .participatory__cards.columns .badge-card__content .participatory-description,
.profile-following-section .column.participatory__cards .card__content .participatory-description,
.profile-following-section .column.participatory__cards .badge-card__content .participatory-description,
.profile-following-section .participatory__cards.columns .card__content .participatory-description,
.profile-following-section .participatory__cards.columns .badge-card__content .participatory-description {
  display: inline-block;
  margin-bottom: 0.5rem;
  width: 100%;
}
@media print, screen and (min-width: 62.5em) {
  .search_results-section .column.participatory__cards .card__content .participatory-description, .search_results-section .column.participatory__cards .badge-card__content .participatory-description, .search_results-section .participatory__cards.columns .card__content .participatory-description, .search_results-section .participatory__cards.columns .badge-card__content .participatory-description,
.profile-following-section .column.participatory__cards .card__content .participatory-description,
.profile-following-section .column.participatory__cards .badge-card__content .participatory-description,
.profile-following-section .participatory__cards.columns .card__content .participatory-description,
.profile-following-section .participatory__cards.columns .badge-card__content .participatory-description {
    margin-bottom: 1.5rem;
  }
}
.search_results-section .column.participatory__cards .card__content .participatory-description h4, .search_results-section .column.participatory__cards .badge-card__content .participatory-description h4, .search_results-section .participatory__cards.columns .card__content .participatory-description h4, .search_results-section .participatory__cards.columns .badge-card__content .participatory-description h4,
.search_results-section .column.participatory__cards .card__content .participatory-description p,
.search_results-section .column.participatory__cards .badge-card__content .participatory-description p,
.search_results-section .participatory__cards.columns .card__content .participatory-description p,
.search_results-section .participatory__cards.columns .badge-card__content .participatory-description p,
.profile-following-section .column.participatory__cards .card__content .participatory-description h4,
.profile-following-section .column.participatory__cards .badge-card__content .participatory-description h4,
.profile-following-section .participatory__cards.columns .card__content .participatory-description h4,
.profile-following-section .participatory__cards.columns .badge-card__content .participatory-description h4,
.profile-following-section .column.participatory__cards .card__content .participatory-description p,
.profile-following-section .column.participatory__cards .badge-card__content .participatory-description p,
.profile-following-section .participatory__cards.columns .card__content .participatory-description p,
.profile-following-section .participatory__cards.columns .badge-card__content .participatory-description p {
  font-size: 0.875rem;
}
@media print, screen and (min-width: 62.5em) {
  .search_results-section .column.participatory__cards .card__content .participatory-description h4, .search_results-section .column.participatory__cards .badge-card__content .participatory-description h4, .search_results-section .participatory__cards.columns .card__content .participatory-description h4, .search_results-section .participatory__cards.columns .badge-card__content .participatory-description h4,
.search_results-section .column.participatory__cards .card__content .participatory-description p,
.search_results-section .column.participatory__cards .badge-card__content .participatory-description p,
.search_results-section .participatory__cards.columns .card__content .participatory-description p,
.search_results-section .participatory__cards.columns .badge-card__content .participatory-description p,
.profile-following-section .column.participatory__cards .card__content .participatory-description h4,
.profile-following-section .column.participatory__cards .badge-card__content .participatory-description h4,
.profile-following-section .participatory__cards.columns .card__content .participatory-description h4,
.profile-following-section .participatory__cards.columns .badge-card__content .participatory-description h4,
.profile-following-section .column.participatory__cards .card__content .participatory-description p,
.profile-following-section .column.participatory__cards .badge-card__content .participatory-description p,
.profile-following-section .participatory__cards.columns .card__content .participatory-description p,
.profile-following-section .participatory__cards.columns .badge-card__content .participatory-description p {
    font-size: 1rem;
  }
}
.search_results-section .column.participatory__cards .card__title-round, .search_results-section .participatory__cards.columns .card__title-round,
.profile-following-section .column.participatory__cards .card__title-round,
.profile-following-section .participatory__cards.columns .card__title-round {
  float: left;
}
.search_results-section .column.participatory__cards .card__status, .search_results-section .participatory__cards.columns .card__status,
.profile-following-section .column.participatory__cards .card__status,
.profile-following-section .participatory__cards.columns .card__status {
  border: 1px solid #d4d4d4;
  border-radius: 0 0 0.313rem 0.313rem;
}
.search_results-section .column.participatory__cards .card__image-svg, .search_results-section .participatory__cards.columns .card__image-svg,
.profile-following-section .column.participatory__cards .card__image-svg,
.profile-following-section .participatory__cards.columns .card__image-svg {
  margin: 0;
  height: 4.625rem;
  width: 3.6rem;
  background-size: 3.51rem;
}
.search_results-section .column.participatory__cards .card__image-svg::after, .search_results-section .participatory__cards.columns .card__image-svg::after,
.profile-following-section .column.participatory__cards .card__image-svg::after,
.profile-following-section .participatory__cards.columns .card__image-svg::after {
  border: none;
}
.search_results-section .column.participatory__cards .participatory__item.follow_status, .search_results-section .participatory__cards.columns .participatory__item.follow_status,
.profile-following-section .column.participatory__cards .participatory__item.follow_status,
.profile-following-section .participatory__cards.columns .participatory__item.follow_status {
  border: none;
  margin: 1rem 0;
  float: left;
}
.search_results-section .column.participatory__cards .icon-wrap, .search_results-section .participatory__cards.columns .icon-wrap,
.profile-following-section .column.participatory__cards .icon-wrap,
.profile-following-section .participatory__cards.columns .icon-wrap {
  padding: 0.53rem 0.5rem 0.5rem 0.7rem;
}
@media print, screen and (min-width: 62.5em) {
  .search_results-section .column.participatory__cards .icon-wrap, .search_results-section .participatory__cards.columns .icon-wrap,
.profile-following-section .column.participatory__cards .icon-wrap,
.profile-following-section .participatory__cards.columns .icon-wrap {
    padding: 0.53rem 0.5rem 0.5rem 1.45rem;
  }
}
.search_results-section .column.participatory__cards .text-wrap .status-description, .search_results-section .participatory__cards.columns .text-wrap .status-description,
.profile-following-section .column.participatory__cards .text-wrap .status-description,
.profile-following-section .participatory__cards.columns .text-wrap .status-description {
  padding-left: 0;
  margin-left: 0;
  font-size: 0.813rem;
  border-left: none !important;
}
@media print, screen and (min-width: 62.5em) {
  .search_results-section .column.participatory__cards .text-wrap .status-description, .search_results-section .participatory__cards.columns .text-wrap .status-description,
.profile-following-section .column.participatory__cards .text-wrap .status-description,
.profile-following-section .participatory__cards.columns .text-wrap .status-description {
    font-size: 0.953rem;
  }
}
.search_results-section .column.participatory__cards .has-tip, .search_results-section .participatory__cards.columns .has-tip,
.profile-following-section .column.participatory__cards .has-tip,
.profile-following-section .participatory__cards.columns .has-tip {
  display: inline-flex;
}
.search_results-section .card-data__item span,
.profile-following-section .card-data__item span {
  font-size: 0.813rem;
}
@media print, screen and (min-width: 62.5em) {
  .search_results-section .card-data__item span,
.profile-following-section .card-data__item span {
    font-size: 0.953rem;
  }
}
.search_results-section .card-data__item.participatory__item.follow_status .icon--small,
.profile-following-section .card-data__item.participatory__item.follow_status .icon--small {
  width: 0.6rem;
  height: 0.58rem;
}
@media print, screen and (min-width: 62.5em) {
  .search_results-section .card-data__item.participatory__item.follow_status .icon--small,
.profile-following-section .card-data__item.participatory__item.follow_status .icon--small {
    width: 0.8rem;
    height: 0.78rem;
  }
}

.profile-following-section .column.card-grid, .profile-following-section .card-grid.columns {
  padding-right: 0;
}
.profile-following-section .column.card-grid div.column, .profile-following-section .card-grid.columns div.column, .profile-following-section .column.card-grid div.columns, .profile-following-section .card-grid.columns div.columns {
  padding-right: 0.625rem;
}

.home-section.upcoming-events .card.card--activity, .home-section.upcoming-events .card--activity.chart-tooltip, .home-section.upcoming-events .card--activity.comment-thread, .home-section.upcoming-events .card--activity.add-message, .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio, .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio, .home-section.upcoming-events .card--activity.conference-registration {
  height: 16.25rem;
}
@media print, screen and (min-width: 51.25em) {
  .home-section.upcoming-events .card.card--activity, .home-section.upcoming-events .card--activity.chart-tooltip, .home-section.upcoming-events .card--activity.comment-thread, .home-section.upcoming-events .card--activity.add-message, .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio, .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio, .home-section.upcoming-events .card--activity.conference-registration {
    height: 12.95rem;
  }
}
@media print, screen and (min-width: 64em) {
  .home-section.upcoming-events .card.card--activity, .home-section.upcoming-events .card--activity.chart-tooltip, .home-section.upcoming-events .card--activity.comment-thread, .home-section.upcoming-events .card--activity.add-message, .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio, .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio, .home-section.upcoming-events .card--activity.conference-registration {
    height: 16.25rem;
  }
}
@media screen and (min-width: 75em) {
  .home-section.upcoming-events .card.card--activity, .home-section.upcoming-events .card--activity.chart-tooltip, .home-section.upcoming-events .card--activity.comment-thread, .home-section.upcoming-events .card--activity.add-message, .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio, .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio, .home-section.upcoming-events .card--activity.conference-registration {
    height: 15rem;
  }
}
.home-section.upcoming-events .card.card--activity .activity_card-description, .home-section.upcoming-events .card--activity.chart-tooltip .activity_card-description, .home-section.upcoming-events .card--activity.comment-thread .activity_card-description, .home-section.upcoming-events .card--activity.add-message .activity_card-description, .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio .activity_card-description, .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio .activity_card-description, .home-section.upcoming-events .card--activity.conference-registration .activity_card-description {
  font-size: 0.938rem;
  color: #707070;
  margin-top: 0.3rem;
}
@media print, screen and (min-width: 64em) {
  .home-section.upcoming-events .card.card--activity .activity_card-description, .home-section.upcoming-events .card--activity.chart-tooltip .activity_card-description, .home-section.upcoming-events .card--activity.comment-thread .activity_card-description, .home-section.upcoming-events .card--activity.add-message .activity_card-description, .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio .activity_card-description, .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio .activity_card-description, .home-section.upcoming-events .card--activity.conference-registration .activity_card-description {
    font-size: 1rem;
  }
}
.home-section.upcoming-events .card.card--activity .card__header, .home-section.upcoming-events .card--activity.chart-tooltip .card__header, .home-section.upcoming-events .card--activity.comment-thread .card__header, .home-section.upcoming-events .card--activity.add-message .card__header, .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio .card__header, .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio .card__header, .home-section.upcoming-events .card--activity.conference-registration .card__header {
  margin-top: 0.3rem;
}
.home-section.upcoming-events .card.card--activity .card__title, .home-section.upcoming-events .card--activity.chart-tooltip .card__title, .home-section.upcoming-events .card--activity.comment-thread .card__title, .home-section.upcoming-events .card--activity.add-message .card__title, .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio .card__title, .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio .card__title, .home-section.upcoming-events .card--activity.conference-registration .card__title {
  font-size: 1rem;
  color: #06060B;
  display: block;
}
@media print, screen and (min-width: 64em) {
  .home-section.upcoming-events .card.card--activity .card__title, .home-section.upcoming-events .card--activity.chart-tooltip .card__title, .home-section.upcoming-events .card--activity.comment-thread .card__title, .home-section.upcoming-events .card--activity.add-message .card__title, .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio .card__title, .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio .card__title, .home-section.upcoming-events .card--activity.conference-registration .card__title {
    font-size: 1.375rem;
  }
}
.home-section.upcoming-events .card.card--activity .card__author, .home-section.upcoming-events .card--activity.chart-tooltip .card__author, .home-section.upcoming-events .card--activity.comment-thread .card__author, .home-section.upcoming-events .card--activity.add-message .card__author, .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio .card__author, .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio .card__author, .home-section.upcoming-events .card--activity.conference-registration .card__author {
  margin-bottom: 0.85rem;
}
.home-section.upcoming-events .card.card--activity .text-medium, .home-section.upcoming-events .card.card--activity .chart-tooltip .tooltip-content, .chart-tooltip .home-section.upcoming-events .card.card--activity .tooltip-content, .home-section.upcoming-events .card--activity.chart-tooltip .text-medium, .home-section.upcoming-events .card--activity.chart-tooltip .tooltip-content, .home-section.upcoming-events .card--activity.comment-thread .text-medium, .home-section.upcoming-events .card--activity.comment-thread .chart-tooltip .tooltip-content, .chart-tooltip .home-section.upcoming-events .card--activity.comment-thread .tooltip-content, .home-section.upcoming-events .card--activity.add-message .text-medium, .home-section.upcoming-events .card--activity.add-message .chart-tooltip .tooltip-content, .chart-tooltip .home-section.upcoming-events .card--activity.add-message .tooltip-content, .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio .text-medium, .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio .chart-tooltip .tooltip-content, .chart-tooltip .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio .tooltip-content, .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio .text-medium, .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio .chart-tooltip .tooltip-content, .chart-tooltip .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio .tooltip-content, .home-section.upcoming-events .card--activity.conference-registration .text-medium, .home-section.upcoming-events .card--activity.conference-registration .chart-tooltip .tooltip-content, .chart-tooltip .home-section.upcoming-events .card--activity.conference-registration .tooltip-content {
  font-size: 0.813rem;
  color: #707070 !important;
}
.home-section.upcoming-events .card.card--activity .text-medium span, .home-section.upcoming-events .card.card--activity .chart-tooltip .tooltip-content span, .chart-tooltip .home-section.upcoming-events .card.card--activity .tooltip-content span, .home-section.upcoming-events .card--activity.chart-tooltip .text-medium span, .home-section.upcoming-events .card--activity.chart-tooltip .tooltip-content span, .home-section.upcoming-events .card--activity.comment-thread .text-medium span, .home-section.upcoming-events .card--activity.comment-thread .chart-tooltip .tooltip-content span, .chart-tooltip .home-section.upcoming-events .card--activity.comment-thread .tooltip-content span, .home-section.upcoming-events .card--activity.add-message .text-medium span, .home-section.upcoming-events .card--activity.add-message .chart-tooltip .tooltip-content span, .chart-tooltip .home-section.upcoming-events .card--activity.add-message .tooltip-content span, .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio .text-medium span, .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio .chart-tooltip .tooltip-content span, .chart-tooltip .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio .tooltip-content span, .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio .text-medium span, .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio .chart-tooltip .tooltip-content span, .chart-tooltip .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio .tooltip-content span, .home-section.upcoming-events .card--activity.conference-registration .text-medium span, .home-section.upcoming-events .card--activity.conference-registration .chart-tooltip .tooltip-content span, .chart-tooltip .home-section.upcoming-events .card--activity.conference-registration .tooltip-content span {
  color: #06060B;
  font-size: 0.75rem;
}
.home-section.upcoming-events .card.card--activity .text-medium a, .home-section.upcoming-events .card.card--activity .chart-tooltip .tooltip-content a, .chart-tooltip .home-section.upcoming-events .card.card--activity .tooltip-content a, .home-section.upcoming-events .card--activity.chart-tooltip .text-medium a, .home-section.upcoming-events .card--activity.chart-tooltip .tooltip-content a, .home-section.upcoming-events .card--activity.comment-thread .text-medium a, .home-section.upcoming-events .card--activity.comment-thread .chart-tooltip .tooltip-content a, .chart-tooltip .home-section.upcoming-events .card--activity.comment-thread .tooltip-content a, .home-section.upcoming-events .card--activity.add-message .text-medium a, .home-section.upcoming-events .card--activity.add-message .chart-tooltip .tooltip-content a, .chart-tooltip .home-section.upcoming-events .card--activity.add-message .tooltip-content a, .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio .text-medium a, .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio .chart-tooltip .tooltip-content a, .chart-tooltip .home-section.upcoming-events .conference-speaker .card--activity.speaker-bio .tooltip-content a, .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio .text-medium a, .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio .chart-tooltip .tooltip-content a, .chart-tooltip .conference-speaker .home-section.upcoming-events .card--activity.speaker-bio .tooltip-content a, .home-section.upcoming-events .card--activity.conference-registration .text-medium a, .home-section.upcoming-events .card--activity.conference-registration .chart-tooltip .tooltip-content a, .chart-tooltip .home-section.upcoming-events .card--activity.conference-registration .tooltip-content a {
  color: #5555E9;
  font-weight: bold;
}

.about .card__title {
  color: #707070;
}
.about .card__link {
  color: black;
  font-size: 1.125rem;
}
.about .card__link:hover {
  color: #5555E9;
  text-decoration: none;
}

.about-single .card__link {
  color: black;
  font-size: 1.125rem;
}
.about-single .card__link:hover {
  color: #5555E9;
  text-decoration: none;
}

.main-container__content.container_my-account .tabs-content.vertical .card__content, .main-container__content.container_my-account .tabs-content.vertical .badge-card__content {
  padding: 1.5rem 0;
}
.main-container__content.container_my-account .tabs-content.vertical .card__content .callout.alert, .main-container__content.container_my-account .tabs-content.vertical .badge-card__content .callout.alert {
  background: #E03015;
  font-weight: 400 !important;
  border-radius: 5px;
  border: 0.063rem solid #D4D4D4;
  margin-bottom: 2.563rem;
}
.main-container__content.container_my-account .tabs-content.vertical .card__content .callout.alert p, .main-container__content.container_my-account .tabs-content.vertical .badge-card__content .callout.alert p {
  color: #FFFFFF;
  font-size: 0.938rem;
  font-weight: 400;
}
.main-container__content.container_my-account .tabs-content.vertical .card__content .data-description, .main-container__content.container_my-account .tabs-content.vertical .badge-card__content .data-description {
  color: #06060B;
  margin-top: 1rem;
}
.main-container__content.container_my-account .tabs-content.vertical .card__content .data-description strong, .main-container__content.container_my-account .tabs-content.vertical .badge-card__content .data-description strong {
  font-weight: normal;
}
.main-container__content.container_my-account .tabs-content.vertical .card__content .edit_user span, .main-container__content.container_my-account .tabs-content.vertical .badge-card__content .edit_user span {
  font-size: 1rem;
}

.card__content-description {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 62.5em) {
  .card__content-description {
    margin-top: 1.5rem;
  }
}

.p-s .card__header__topic, .reveal__list li .card__header__topic {
  font-size: 0.75rem;
}
.p-s .card__header__topic a, .reveal__list li .card__header__topic a {
  font-weight: bold;
  color: #5555E9;
}
.p-s .card__header__topic a:hover, .reveal__list li .card__header__topic a:hover {
  color: #5555E9;
}
.p-s .card__title, .reveal__list li .card__title {
  transition: margin-left 0.3s;
}
.p-s .card__title:hover, .reveal__list li .card__title:hover {
  margin-left: 0.5rem;
}

#processes-grid .card-grid .column,
#processes-grid .card-grid .columns {
  padding-left: 0;
  padding-right: 0;
}
#processes-grid .card-grid .column .card__content,
#processes-grid .card-grid .column .badge-card__content,
#processes-grid .card-grid .columns .card__content,
#processes-grid .card-grid .columns .badge-card__content {
  padding: 0;
}

.conversation span.deleted-user, .conversations span.deleted-user {
  color: #E03015;
  font-weight: bold;
  word-break: break-word;
}

.conversations .card-data .card-data__item span.label.label--small.label--basic, #conversations .card-data .card-data__item span.label.label--small.label--basic {
  color: #E03015;
  font-weight: bold;
  word-break: break-word;
}

.user_conversations .conversations .card__link.text-center span {
  font-size: 0.75rem;
  color: #707070 !important;
}
.user_conversations .conversations .card--widget .card-data .card-data__item {
  color: #06060B;
}
.user_conversations .conversations .card--widget .card-data .card-data__item .muted {
  color: #06060B;
  font-size: 1rem;
}
.user_conversations .conversations .card--widget .card-data .card-data__item .text-small {
  color: #707070;
  font-size: 0.75rem;
}
.user_conversations .conversations .card-data__item {
  border-right: 1px solid #D4D4D4;
}
.user_conversations .conversations .card-data__item .mr-s {
  padding-right: 0.9rem;
  margin-right: 0.5rem !important;
}
.user_conversations .conversations .card-data__item .mr-s.right, .user_conversations .conversations .card-data__item .aspect-ratio-16-9 > .mr-s {
  padding-right: 0;
}
@media print, screen and (max-width: 23.74875em) {
  .user_conversations .conversations .card-data__item .mr-s.right, .user_conversations .conversations .card-data__item .aspect-ratio-16-9 > .mr-s {
    margin-right: 0 !important;
  }
}
.user_conversations .card__link {
  font-size: 0.7rem;
}

.card__text.is-achieved {
  color: #06060B;
}

@media print, screen and (max-width: 23.74875em) {
  .card__text {
    font-size: 0.938rem;
  }
}

.profile__badges .activity_card-description {
  font-size: 0.938rem;
  color: #707070;
  margin-top: 0.3rem;
}
@media print, screen and (min-width: 64em) {
  .profile__badges .activity_card-description {
    font-size: 1rem;
  }
}
.profile__badges .card--activity {
  max-width: 100%;
  height: 16.25rem;
}
.profile__badges .card--activity .card__title {
  font-size: 1rem;
  color: #06060B;
}
@media print, screen and (min-width: 64em) {
  .profile__badges .card--activity .card__title {
    font-size: 1.375rem;
  }
}
.profile__badges .card--activity .text-medium, .profile__badges .card--activity .chart-tooltip .tooltip-content, .chart-tooltip .profile__badges .card--activity .tooltip-content {
  font-size: 0.813rem;
  color: #707070;
}
.profile__badges .card--activity .text-medium span, .profile__badges .card--activity .chart-tooltip .tooltip-content span, .chart-tooltip .profile__badges .card--activity .tooltip-content span {
  color: #06060B;
  font-size: 0.75rem;
}
.profile__badges .card--activity .text-medium a, .profile__badges .card--activity .chart-tooltip .tooltip-content a, .chart-tooltip .profile__badges .card--activity .tooltip-content a {
  color: #5555E9;
  font-weight: bold;
}
.profile__badges .card__text {
  margin-bottom: 0.3rem;
}
.profile__badges .card__header {
  margin-top: 0.3rem;
}

#notifications .card--widget .card-data .card-data__item {
  padding: 2.3rem;
}
@media print, screen and (max-width: 23.74875em) {
  #notifications .card--widget .card-data .card-data__item {
    padding: 1rem 1.8rem;
  }
}
#notifications .card--widget .card-data .card-data__item .icon--big {
  width: 3.125rem;
  height: 3.125rem;
}
@media print, screen and (max-width: 23.74875em) {
  #notifications .card--widget .card-data .card-data__item .icon--big {
    width: 2.55rem;
    height: 2.55rem;
  }
}

.diff_view.diff_view_unified_unescaped .card, .diff_view.diff_view_unified_unescaped .chart-tooltip, .diff_view.diff_view_unified_unescaped .comment-thread, .diff_view.diff_view_unified_unescaped .add-message, .diff_view.diff_view_unified_unescaped .conference-speaker .speaker-bio, .conference-speaker .diff_view.diff_view_unified_unescaped .speaker-bio, .diff_view.diff_view_unified_unescaped .conference-registration {
  border: none;
}

.card.extra.definition-data, .extra.definition-data.chart-tooltip, .extra.definition-data.comment-thread, .extra.definition-data.add-message, .conference-speaker .extra.definition-data.speaker-bio, .extra.definition-data.conference-registration {
  margin: auto;
  display: flex;
  width: 90%;
}
@media print, screen and (min-width: 28.125em) {
  .card.extra.definition-data, .extra.definition-data.chart-tooltip, .extra.definition-data.comment-thread, .extra.definition-data.add-message, .conference-speaker .extra.definition-data.speaker-bio, .extra.definition-data.conference-registration {
    width: 50%;
  }
}
@media print, screen and (min-width: 64em) {
  .card.extra.definition-data, .extra.definition-data.chart-tooltip, .extra.definition-data.comment-thread, .extra.definition-data.add-message, .conference-speaker .extra.definition-data.speaker-bio, .extra.definition-data.conference-registration {
    width: 100%;
  }
}

.mediumlarge-4 .card.extra.definition-data, .mediumlarge-4 .extra.definition-data.chart-tooltip, .mediumlarge-4 .extra.definition-data.comment-thread, .mediumlarge-4 .extra.definition-data.add-message, .mediumlarge-4 .conference-speaker .extra.definition-data.speaker-bio, .conference-speaker .mediumlarge-4 .extra.definition-data.speaker-bio, .mediumlarge-4 .extra.definition-data.conference-registration {
  margin: 0;
  width: 100%;
}

@media print, screen and (min-width: 62.5em) and (max-width: 63.99875em) {
  .profile__badges .card__image.card__image--larger, .profile__badges .badge-container .card__image--larger.badge__logo, .badge-container .profile__badges .card__image--larger.badge__logo, .profile__badges .badge-container .card__image--larger.badge__logo--small, .badge-container .profile__badges .card__image--larger.badge__logo--small {
    margin-left: 1.8rem;
  }
}

.card--activity .card__author {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.card--activity .text-medium, .card--activity .chart-tooltip .tooltip-content, .chart-tooltip .card--activity .tooltip-content {
  font-size: 0.75rem;
}

#activities-container .card--activity .author-data .m-none {
  padding-left: 0.75rem;
}
#activities-container .card--activity .card__author {
  margin-bottom: 0.85rem;
}
#activities-container .card--activity .card__title.mb-none {
  display: block;
  color: #06060B;
  transition-duration: 0.15s;
}
#activities-container .card--activity .card__title.mb-none:hover {
  color: #5555E9;
  text-decoration: none;
  transform: translateX(5px);
}

.card--proposal .card__image, .card--proposal .badge-container .badge__logo, .badge-container .card--proposal .badge__logo, .card--proposal .badge-container .badge__logo--small, .badge-container .card--proposal .badge__logo--small {
  width: 100%;
}

#proposals_list label {
  color: #707070;
  font-size: 1rem;
}

.label.success, .button--vote-button .label.button.success {
  color: #fff;
}

.label.alert.proposal-status, .label.alert.meeting-status {
  padding: 0.25rem 0.2rem;
  background-color: #E03015;
  margin-top: 0.2rem;
}

.mentions__container label {
  color: #707070;
  font-size: 1rem;
}
.mentions__container label[for=add_conversation_users] {
  margin-bottom: 0.5rem;
}

.main-container__content.container_my-account label {
  font-size: 1rem;
  color: #06060B;
}
.main-container__content.container_my-account label select, .main-container__content.container_my-account label .inline-filters button[data-toggle], .inline-filters .main-container__content.container_my-account label button[data-toggle] {
  color: #06060B;
  height: 2.5rem;
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/arrow-down-e67098e2a8a1c61e0207.svg);
  margin: 0;
}
.main-container__content.container_my-account label select:disabled, .main-container__content.container_my-account label .inline-filters button[data-toggle]:disabled, .inline-filters .main-container__content.container_my-account label button[data-toggle]:disabled {
  background-color: #D4D4D4;
}
.main-container__content.container_my-account .delete-account .user-form__label {
  font-size: 1rem;
  font-weight: bold;
}

.flag-modal .new_report label {
  font-size: 1rem;
  line-height: 1.625rem;
  color: #707070;
  margin-bottom: 0.3rem;
}
.flag-modal .new_report label[for=report_details] {
  margin-top: 2rem;
}
.flag-modal .new_report label[for=report_details] textarea {
  border: 0.063rem solid #D4D4D4;
  border-radius: 0.313rem;
}

input[type=text] {
  font-size: 0.9375rem;
}

input:checked ~ .switch-paddle {
  background: none;
}
input:checked ~ .switch-paddle::after {
  border-radius: 50%;
  background: #7EB87A;
}

.flag-modal .new_report label input[type=radio] {
  width: 17px;
  height: 17px;
  margin-bottom: 4px;
  vertical-align: middle;
}

.mentions__container input {
  color: #707070;
  font-size: 1rem;
}

.picker-header input {
  color: #707070;
  font-size: 1rem;
}

.main-container__content.container_my-account .tabs-content.vertical .new_demographic input[type=text],
.main-container__content.container_my-account .tabs-content.vertical .edit_demographic input[type=text] {
  height: 2.5rem;
  margin: 0;
}

#search-count .input-group-button .button {
  background-color: #EBEBEB;
}
#search-count .input-group-field, #search-count .user-nickname label .row > span:last-of-type, .user-nickname label #search-count .row > span:last-of-type {
  color: #707070;
}
#search-count .input-group-field:focus, #search-count .user-nickname label .row > span:focus:last-of-type, .user-nickname label #search-count .row > span:focus:last-of-type {
  border: 1px solid #EBEBEB;
  outline: 0;
}

.input-group > :first-child,
.input-group > .input-group-button:first-child,
.input-group > :last-child,
.input-group > .input-group-button:last-child > * {
  border-radius: 0;
}

.new-meeting-form a:first-of-type,
.edit-new-meeting-form a:first-of-type,
.close-meeting-form a:first-of-type {
  font-size: 1rem !important;
  font-weight: 700 !important;
}
.new-meeting-form .section-heading,
.edit-new-meeting-form .section-heading,
.close-meeting-form .section-heading {
  font-size: 1.563rem;
  margin-top: 1.875rem;
}
.new-meeting-form .help-text,
.edit-new-meeting-form .help-text,
.close-meeting-form .help-text {
  color: #707070;
  font-size: 0.75rem;
}

.meetings_form .field label,
.meetings_form .row.column label,
.meetings_form .row.columns label,
.edit_close_meeting .field label,
.edit_close_meeting .row.column label,
.edit_close_meeting .row.columns label {
  font-size: 1.125rem;
  color: #06060B;
}
.meetings_form .field label [data-toggle],
.meetings_form .row.column label [data-toggle],
.meetings_form .row.columns label [data-toggle],
.edit_close_meeting .field label [data-toggle],
.edit_close_meeting .row.column label [data-toggle],
.edit_close_meeting .row.columns label [data-toggle] {
  margin-bottom: 0;
}
.meetings_form .field label select, .meetings_form .field label .inline-filters button[data-toggle], .inline-filters .meetings_form .field label button[data-toggle],
.meetings_form .row.column label select,
.meetings_form .row.columns label select,
.meetings_form .row.column label .inline-filters button[data-toggle],
.inline-filters .meetings_form .row.column label button[data-toggle],
.meetings_form .row.columns label .inline-filters button[data-toggle],
.inline-filters .meetings_form .row.columns label button[data-toggle],
.edit_close_meeting .field label select,
.edit_close_meeting .field label .inline-filters button[data-toggle],
.inline-filters .edit_close_meeting .field label button[data-toggle],
.edit_close_meeting .row.column label select,
.edit_close_meeting .row.columns label select,
.edit_close_meeting .row.column label .inline-filters button[data-toggle],
.inline-filters .edit_close_meeting .row.column label button[data-toggle],
.edit_close_meeting .row.columns label .inline-filters button[data-toggle],
.inline-filters .edit_close_meeting .row.columns label button[data-toggle] {
  color: #06060B;
  border: 0.063rem solid #D4D4D4;
  border-radius: 0.313rem;
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/arrow-down-e67098e2a8a1c61e0207.svg);
}
.meetings_form label[for=meeting_cofe_charter],
.edit_close_meeting label[for=meeting_cofe_charter] {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.meetings_form label[for=meeting_user_group_id],
.edit_close_meeting label[for=meeting_user_group_id] {
  display: none;
}
.meetings_form label[for=close_meeting_closing_report],
.edit_close_meeting label[for=close_meeting_closing_report] {
  margin-bottom: 0.5rem;
}

.directory-meetings h1 {
  margin-top: 0;
  padding-top: 3.125rem;
  margin-bottom: 0 !important;
  padding-bottom: 1.25rem !important;
  color: #0000bd;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .directory-meetings h1 {
    font-size: 1.875rem;
  }
}
.directory-meetings p.intro--text {
  color: #06060B;
  font-weight: bold;
  font-size: 1.25rem;
  max-width: 100%;
  padding-bottom: 2.5rem;
  padding-top: 1.25rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 64em) {
  .directory-meetings p.intro--text {
    font-size: 1.5625rem;
  }
}

#meetings .row {
  display: flex;
}

.meeting-details .meeting-status {
  background-color: #467A39;
}

.meeting-body {
  color: #707070;
  margin-top: 1rem;
  margin-bottom: 3.125rem;
  font-size: 0.938rem;
}
@media print, screen and (min-width: 64em) {
  .meeting-body {
    font-size: 1rem;
  }
}
.meeting-body p {
  color: #707070;
  font-size: 0.938rem;
}
@media print, screen and (min-width: 64em) {
  .meeting-body p {
    font-size: 1rem;
  }
}

.meeting-contributions .definition-data__title,
.meeting-attendees .definition-data__title,
.meeting-organizations .definition-data__title {
  font-size: 1.1rem;
  margin-top: 0.5rem;
}
.meeting-contributions .definition-data__number,
.meeting-attendees .definition-data__number,
.meeting-organizations .definition-data__number {
  font-size: 0.9rem;
  font-weight: bold !important;
  margin-top: 0.5rem;
}

.translation-bar {
  margin-bottom: 1.25rem;
  display: flex;
  flex-direction: column-reverse;
  padding-top: 1rem;
  padding-bottom: 0.813rem;
  background-color: #5555E9;
}
@media print, screen and (min-width: 51.25em) {
  .translation-bar {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
  }
}
.translation-bar span {
  margin-left: 1.25rem;
  margin-right: 1rem;
  padding-top: 0.438rem;
  color: #FFFFFF;
  font-size: 0.75rem;
  line-height: 1.5;
  text-align: center;
}
.translation-bar span strong {
  margin-right: 0.125rem;
}
@media print, screen and (min-width: 51.25em) {
  .translation-bar span {
    padding-top: 0;
    text-align: left;
    margin-left: 0;
  }
}
.translation-bar a.button {
  margin-left: 1rem;
  margin-right: 1rem;
  background-color: #FFFFFF;
  color: #06060B;
  padding: 0.375rem 0.75rem 0.375rem 0.75rem;
  font-size: 0.75rem;
  margin-top: 0;
  border: 0.0625rem solid #5555E9;
}
.translation-bar a.button:focus, .translation-bar a.button:hover {
  background-color: #1E1E85;
  color: #FFFFFF;
  border: 0.0625rem solid #FFFFFF;
}

.off-canvas-wrapper {
  z-index: 41;
  background: transparent;
}

.off-canvas .close-button {
  font-size: 1rem;
  background: #5555E9;
  border-radius: 0;
  display: flex;
  align-items: center;
}
.off-canvas .close-button span {
  font-size: 1.5rem;
  padding-left: 0.2rem;
}

.off-canvas-content.is-open-right.has-transition-push {
  position: fixed;
  filter: blur(5px);
}

/* Side menu scrollbar */
.off-canvas.is-transition-push::-webkit-scrollbar {
  display: none;
}

/* Side menu scrollbar for IE */
.off-canvas.is-transition-push {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
}

.user_notifications .heading1 {
  padding-bottom: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (min-width: 75em) {
  .user_notifications .heading1 {
    font-size: 1.875rem;
  }
}

#notifications .right.center.mr-s, #notifications .aspect-ratio-16-9 > .center.mr-s {
  width: 3%;
  margin-right: 2rem !important;
}
@media print, screen and (max-width: 23.74875em) {
  #notifications .right.center.mr-s, #notifications .aspect-ratio-16-9 > .center.mr-s {
    width: 7.5%;
    margin-right: 1rem !important;
  }
}
#notifications .mr-s .text-small,
#notifications .text-medium.mt-xs,
#notifications .chart-tooltip .mt-xs.tooltip-content,
.chart-tooltip #notifications .mt-xs.tooltip-content,
#notifications .text-medium.badge-tip,
#notifications .chart-tooltip .badge-tip.tooltip-content,
.chart-tooltip #notifications .badge-tip.tooltip-content {
  font-size: 0.75rem;
  color: #707070;
}

#notification__title {
  font-size: 1rem;
  color: #06060B;
}
#notification__title a {
  color: #0000bd;
  text-decoration: underline;
}

.dropdown.menu > li > a {
  background-color: transparent;
}
.dropdown.menu > li.is-active > a {
  color: #1a181d;
}
.dropdown.menu > li.is-active > a::after {
  border-color: #1a181d transparent transparent;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a:hover::after {
  border-color: #1a181d transparent transparent;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #5555E9 transparent transparent;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after:hover {
  border-color: #1a181d transparent transparent;
}

.diff-view-by .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border: inset 0.438rem;
  right: 0.188rem;
  margin-top: -0.28rem;
  border-color: #5555E9 transparent transparent;
}

.process-header {
  background-image: none;
}
.process-header .heading2, .process-header .card--full .card__title, .card--full .process-header .card__title {
  color: #0000bd;
}
.process-header h1.text-highlight.heading2.text-center, .process-header .card--full h1.text-highlight.text-center.card__title, .card--full .process-header h1.text-highlight.text-center.card__title {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  font-size: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .process-header h1.text-highlight.heading2.text-center, .process-header .card--full h1.text-highlight.text-center.card__title, .card--full .process-header h1.text-highlight.text-center.card__title {
    font-size: 1.875rem;
  }
}

.process-header__main {
  background-color: #FFFFFF;
  clip-path: none;
}
.process-header__main::after {
  background-color: #FFFFFF;
}

.process-header__hashtag {
  position: relative;
  display: inline-block;
  margin-right: 0.5rem;
}
.process-header__hashtag::after {
  content: "";
  display: none;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #7EB87A;
}
@media print, screen and (min-width: 28.125em) {
  .process-header__hashtag::after {
    display: inline-block;
    margin: 0 0 0 0.5rem;
  }
}
.process-header__hashtag a {
  color: #5555E9;
  font-weight: normal;
}

.process-header__inner {
  background-color: white;
  padding: 0 1.625rem;
}
@media print, screen and (min-width: 28.125em) {
  .process-header__inner {
    padding: 0 4.375rem;
  }
}

.process-nav {
  box-shadow: none;
}
.process-nav li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #E7E7E7;
}
@media print, screen and (min-width: 62.5em) {
  .process-nav li {
    border-bottom: none;
    margin: 0 0.313rem;
  }
}

.process-nav__content li.is-active,
.process-nav__content li:hover {
  box-shadow: none;
}

.process-nav__content li.is-active .process-nav__link,
.process-nav__content .process-nav__link:hover {
  box-shadow: inset 0 -4px 0 0 #7EB87A;
}

@media print, screen and (min-width: 62.5em) {
  .process-nav__content.is-inline {
    border-bottom: 0.125rem solid #E8E8E8;
  }
}
@media print, screen and (max-width: 23.74875em) {
  .process-nav__content.is-inline .process-nav__link {
    padding-left: 0.625rem;
  }
}

.process-nav__link,
.process-nav__more,
.process-nav__hidden-content__more {
  display: inline-block;
  text-transform: none;
  font-weight: 400;
  font-size: 1.125rem;
  padding: 0.75rem 0;
  transition-duration: 0.3s;
  letter-spacing: 0.05rem;
  color: #0000bd;
  line-height: 2.0625rem;
}
@media screen and (min-width: 75em) {
  .process-nav__link,
.process-nav__more,
.process-nav__hidden-content__more {
    font-size: 1.625rem;
  }
}
.process-nav__link:hover,
.process-nav__more:hover,
.process-nav__hidden-content__more:hover {
  color: #0000bd;
}
.process-nav__link:focus,
.process-nav__more:focus,
.process-nav__hidden-content__more:focus {
  outline: 0;
  text-decoration: none;
}
.process-nav__link.active,
.process-nav__more.active,
.active.process-nav__hidden-content__more {
  outline: 0;
  text-decoration: none;
}

.process-nav__hidden-content__more,
.process-nav__hidden-content__more:hover {
  border-color: #fff;
}

.side-panel .process-nav__link {
  font-size: 1.125rem;
}
@media screen and (min-width: 75em) {
  .side-panel .process-nav__link {
    font-size: 1.375rem;
  }
}

.process-nav__trigger__icon {
  position: absolute;
  right: 0.5rem;
  top: 15px;
}

#comments .comments {
  padding-top: 0.188rem;
}

.comment__content a {
  word-break: break-word;
}

.add-comment {
  background-color: #FFFFFF;
  color: #0000bd;
}
.add-comment .new_comment .button {
  float: right;
  padding: 0.7rem 1.8rem;
  margin-top: 0.2rem;
  border-radius: 1.875rem;
}
@media print, screen and (min-width: 28.125em) {
  .add-comment .new_comment .button {
    margin-top: 0.45rem;
  }
}
.add-comment .new_comment .remaining-character-count {
  font-size: 0.875rem;
  color: #707070;
  display: flex;
  padding: 0.85em 0;
  justify-content: flex-start;
}
@media print, screen and (min-width: 28.125em) {
  .add-comment .new_comment .remaining-character-count {
    font-size: 1.125rem;
    justify-content: flex-end;
    padding-right: 1rem;
  }
}
.add-comment .section-heading {
  color: #0000bd;
  margin-bottom: 0.625rem;
  margin-top: 0;
  font-weight: bold;
}
.add-comment p {
  font-size: 1.25rem;
  margin-bottom: 0;
}
.add-comment span {
  color: #2b2e34;
}

.proposal-section-heading .section-heading {
  font-size: 1.5625rem;
  font-weight: bold;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media screen and (min-width: 75em) {
  .proposal-section-heading .section-heading {
    font-size: 1.6875rem;
    margin-top: 3.125rem;
  }
}

.proposal-body {
  color: #707070;
  font-size: 0.9375rem;
  margin-top: 1rem;
  margin-bottom: 2.5rem;
}
@media print, screen and (min-width: 62.5em) {
  .proposal-body {
    margin-bottom: 3.125rem;
  }
}
@media print, screen and (min-width: 64em) {
  .proposal-body {
    font-size: 1rem;
  }
}
.proposal-body p {
  color: #707070;
  font-size: 0.9375rem;
}
@media print, screen and (min-width: 64em) {
  .proposal-body p {
    font-size: 1rem;
  }
}

.tags.tags--proposal.tags--list {
  margin-top: 1rem;
}

.proposal--attachment_photo {
  width: 100%;
}
.proposal--attachment_photo .thumbnail {
  border: none;
  border-radius: 0.3125rem 0.3125rem 0 0;
  margin-bottom: 0;
}
@media print, screen and (max-width: 23.74875em) {
  .proposal--attachment_photo .thumbnail {
    border-radius: 1px;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
    width: 100vw;
  }
}

.proposal__fingerprint {
  display: none;
  border-top: 1px solid #e7e7e7;
  color: #5555E9;
  font-weight: 400;
  font-size: 100%;
  margin-top: 1rem;
  margin-bottom: -1rem;
  padding: 1.25rem 0;
  text-align: left;
}
.proposal__fingerprint .img--fingerprint {
  color: #5555E9;
  display: inline-block;
}
.proposal__fingerprint:hover, .proposal__fingerprint a:hover {
  color: #5555E9;
}

#proposal-costs .data-title__over,
#proposal-costs .data-title__sub {
  color: #9F9F9F;
}
#proposal-costs .data-title__sub {
  margin-top: 0.5rem;
}
#proposal-costs .text-toggle__short .muted-link,
#proposal-costs .text-toggle__long .muted-link {
  color: #5555E9;
}
#proposal-costs .text-toggle__short .muted-link:hover,
#proposal-costs .text-toggle__long .muted-link:hover {
  color: #1a181d;
  text-decoration: underline;
}

.proposals_heading, .proposals_heading p, .proposals_heading h2 {
  color: #2b2e34;
}
.proposals_heading h2 {
  font-weight: bold;
  font-size: 1.5rem;
  margin-top: 0.625rem;
  margin-bottom: 1.875rem !important;
  padding-top: 0;
}
@media print, screen and (min-width: 64em) {
  .proposals_heading h2 {
    font-size: 1.6875rem;
    margin-top: 3.125rem;
  }
}

#search-count {
  display: block;
  margin-top: 3.219rem;
}
@media print, screen and (min-width: 51.25em) {
  #search-count {
    display: flex;
  }
}
@media print, screen and (min-width: 64em) {
  #search-count {
    margin-top: 8.5rem;
  }
}
#search-count .section-heading {
  font-size: 0.938rem;
  font-weight: bold;
  color: #06060B;
  margin-top: 0;
}
@media print, screen and (min-width: 62.5em) {
  #search-count .section-heading {
    font-size: 1.125rem;
  }
}

.search_results-section .section-heading {
  margin: 1.9rem auto 1.675rem auto !important;
}
.search_results-section .author_status .author__date.m-none button {
  display: none;
}

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

p#badge-desc {
  color: #707070;
  font-size: 1rem;
  margin: 1.6rem 0 1.5rem;
}
@media print, screen and (max-width: 23.74875em) {
  p#badge-desc {
    font-size: 0.9375rem;
  }
}

.badges .badge-level > div {
  border-color: #D4D4D4;
}
@media print, screen and (max-width: 23.74875em) {
  .badges .badge-level {
    width: 55%;
  }
}
.badges strong.muted {
  color: #707070;
  font-weight: normal;
}
@media print, screen and (max-width: 23.74875em) {
  .badges strong.muted {
    font-size: 0.9375rem;
  }
}
.badges .badge__logo, .badges .badge-container .badge__logo--small, .badge-container .badges .badge__logo--small {
  border: 5px solid #7EB87A;
}
.badges .p-xs, .chart-tooltip .badges .tooltip-content, .badges .chart-tooltip .tooltip-content {
  padding: 0.9rem 0.6rem !important;
}

.profile__badges {
  display: flex;
  flex-direction: column-reverse;
}
@media print, screen and (min-width: 62.5em) {
  .profile__badges {
    display: block;
  }
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .profile__badges a.button.hollow {
    width: 16.875rem;
  }
}
.profile__badges a.button.hollow:focus {
  outline: none;
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .profile__badges .text-center .button.hollow {
    width: 12.125rem;
  }
}

[id^=follow_participatory_process] .button {
  margin-top: 0;
}

.profile-following-section .author_status .author__date.m-none button {
  display: none;
}

.clear.button.secondary[data-open=tos-refuse-modal], #tos-refuse-modal .clear.button.secondary {
  background: #fff !important;
  color: #5555E9;
}
.clear.button.secondary[data-open=tos-refuse-modal]:hover, #tos-refuse-modal .clear.button.secondary:hover {
  color: #0000bd;
}
.clear.button.secondary[data-open=tos-refuse-modal]:focus, #tos-refuse-modal .clear.button.secondary:focus {
  outline: 3px solid #FFD617;
  outline-offset: 0;
}

.button--sc2 {
  padding-left: 2rem;
  padding-right: 2rem;
  width: fit-content !important;
}

.data-portability {
  color: #2b2e34 !important;
}
.data-portability .button_to {
  padding-top: 2.5rem;
}
.data-portability button {
  border: 2px solid #7EB87A;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  color: #5555E9;
  float: right;
  font-weight: bold;
}
.data-portability .button:hover {
  background-color: #5555E9;
  border-color: #7EB87A;
  color: #FFFFFF;
}

.edit_user button {
  border: 2px solid #7EB87A;
  background-color: #FFFFFF;
  color: #5555E9;
  font-weight: bold;
  float: right;
  margin: 2rem 0;
}
.edit_user .button:hover {
  background-color: #5555E9;
  border-color: #7EB87A;
  color: #FFFFFF;
}

.main-container__content.container_my-account .tabs-content.vertical .button {
  background-color: #FFFFFF;
  border: 3px solid #B3DFB0;
  color: #5555E9;
  font-weight: bold;
  margin: 2rem 0;
}
.main-container__content.container_my-account .tabs-content.vertical .button.button-delete__account {
  border: 3px solid #ec3a1e;
}
.main-container__content.container_my-account .tabs-content.vertical .button:hover {
  background-color: #5555E9;
  border: 3px solid #5555E9;
  color: #FFFFFF;
}
.main-container__content.container_my-account .edit_user .button[type=submit],
.main-container__content.container_my-account .new_user .button[type=submit] {
  float: right !important;
  font-size: 1rem;
}
.main-container__content.container_my-account .delete-account .button.open-modal-button {
  background-color: #FFFFFF;
  border: 2px solid #ec3a1e;
  color: #5555E9;
  font-size: 1rem;
  font-weight: bold;
  float: right;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.main-container__content.container_my-account .delete-account .button.open-modal-button:hover {
  background-color: #ec3a1e;
  border-color: #ec3a1e;
  color: #FFFFFF;
}

.orbit-controls button {
  background-color: #FFFFFF;
  opacity: 0.5;
  padding: 0.8rem;
  stroke: #0000bd;
}
.orbit-controls button svg {
  height: 15px;
  width: 10px;
}
@media print, screen and (min-width: 28.125em) {
  .orbit-controls button svg {
    margin-top: -0.625rem;
    height: 1.75rem;
    width: 0.625rem;
  }
}

.orbit_next {
  border-radius: 0.625rem 0 0 0.625rem;
}

.orbit_previous {
  border-radius: 0 0.625rem 0.625rem 0;
}

.orbit-image {
  padding-top: 3px;
}

.button--icon.follow-button.secondary:focus {
  background-color: #5555E9;
  border-color: #5555E9;
  color: #FFFFFF;
  outline: none;
}

.flag-modal .reveal__header .close-button {
  color: #06060B;
}
.flag-modal .new_report .button {
  float: right;
  font-weight: bold;
  margin-bottom: 1.375rem;
  padding: 0.75em 1.75em;
}

.new_conversation .button[type=submit],
.new_message .button[type=submit] {
  font-weight: bold;
  float: right;
  padding: 0.7rem 1.85rem;
}

.button--double.form-general-submit .button[type=submit] {
  font-weight: bold;
  padding: 0.7rem 1.85rem;
}

.user_conversations #start-conversation-dialog-button {
  border-radius: 1.25rem;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.7rem 1.85rem;
}
.user_conversations .button-to-left .conversation__button {
  float: left !important;
}
.user_conversations .conversation__button {
  float: right !important;
}

@media print, screen and (min-width: 51.25em) and (max-width: 62.49875em) {
  .participatory_process .button_to {
    font-size: 1.1875rem;
    float: none;
    margin: auto;
    margin-bottom: 3.125rem;
    width: 16.875rem;
  }
}

.ml-s .button--icon.follow-button .status-description {
  margin-left: -1rem;
}

.tooltip .follow-button {
  width: 200px;
}
.tooltip .follow-button .status-description {
  text-align: center !important;
}

#messageErrorModal .reveal__footer .buttons {
  display: flex;
  float: right;
  font-weight: bold;
  padding: 0;
}
@media print, screen and (min-width: 51.25em) {
  #messageErrorModal .reveal__footer .buttons {
    padding: 0.625rem 0 0.3rem;
  }
}
#messageErrorModal .button {
  margin: 1rem 1rem 0.4rem 0;
  padding: 0.75rem 1.875rem;
}
@media print, screen and (min-width: 51.25em) {
  #messageErrorModal .button {
    margin: 1.2rem 1.2rem 1.7rem 0;
  }
}

.home-section .button--sc2 {
  margin-bottom: 0;
}

div.static__content h2 {
  margin-top: 0;
}

p:empty {
  display: none;
}

p.intro--text.subheading1 {
  margin-top: 0;
}

.definition-data__title {
  color: #06060B;
  font-size: 1.75rem;
  font-weight: bold;
  margin-top: 3.6875rem;
  text-transform: none;
}

.definition-data__item.last_revision_by .definition-data__title {
  font-size: 1.125rem;
  font-weight: normal;
  margin-top: 0.5rem;
}

.definition-data__created_at p {
  margin-top: 0.35rem;
  text-align: center;
}

.diff p {
  color: #707070;
}

#errors_section p {
  color: #707070;
  margin: 0;
}

.flag-modal p {
  color: #707070;
  font-size: 1rem;
  margin-bottom: 0;
}
.flag-modal .reveal__title {
  color: #06060B;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.8rem;
}
@media print, screen and (min-width: 64em) {
  .flag-modal .reveal__title {
    font-size: 1.375rem;
  }
}

.heading1 {
  color: #0000bd;
}

.heading2, .card--full .card__title {
  color: #06060B;
  font-size: 1.5625rem;
}
@media print, screen and (min-width: 64em) {
  .heading2, .card--full .card__title {
    font-size: 1.875rem;
  }
}

.heading_public-profile {
  font-size: 1.5rem;
  padding-top: 3.125rem;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 64em) {
  .heading_public-profile {
    font-size: 1.875rem;
  }
}

.help-text-form-required-fields {
  color: #707070;
  font-size: 0.75rem;
  font-style: italic;
}

#intro_text {
  color: #2b2e34;
}

.mediumlarge-4 .definition-data__title {
  font-size: 1rem;
  margin-top: 1.625rem;
}

#messageErrorModal .reveal__title {
  color: #06060B;
  font-size: 1.2rem;
  margin-top: 0;
}
@media print, screen and (min-width: 51.25em) {
  #messageErrorModal .reveal__title {
    font-size: 1.5rem;
  }
}
#messageErrorModal .reveal__body p {
  font-size: 0.9rem;
  margin-bottom: 0;
}
@media print, screen and (min-width: 51.25em) {
  #messageErrorModal .reveal__body p {
    font-size: 1.2rem;
  }
}

.mini-title {
  color: #646567;
}

.mini-title {
  color: #2b2e34;
}

.page-title.heading1 {
  margin-bottom: 0;
  margin-top: 0;
}

.profile--sidebar--title {
  color: #2b2e34;
  font-size: 1.5625rem;
}
.profile--sidebar--title span {
  font-size: 1rem;
}
.profile--sidebar--title strong {
  font-weight: normal;
}

.show-for-large .text-small {
  color: #707070;
  font-size: 0.875rem;
}

.static__content a {
  color: #707070;
  font-weight: bold;
}
@media print, screen and (min-width: 64em) {
  .static__content p {
    font-size: 1rem;
  }
}
.static__content p a {
  color: #0000bd;
  text-decoration: underline;
}
.static__content p a:hover {
  color: #5555E9;
}
.static__content p a strong:visited {
  color: #0000bd;
}
.static__content h3 {
  color: #707070;
  font-size: 1.825rem;
  font-weight: bold;
}

.single_agenda--item p {
  color: #707070;
  font-weight: normal;
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
.single_agenda--item .agenda-item--title {
  color: #06060B;
  font-size: 1.375rem;
  margin-bottom: 1.2rem;
}

.single_agenda--sub-item p {
  color: #707070;
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0.2rem;
}
.single_agenda--sub-item .heading6 {
  margin-bottom: 0.7rem;
}

.tech-info {
  color: #707070;
  font-size: 1rem;
  text-align: left;
}

.text-small {
  color: #646567;
}

.text-small-link {
  color: #5555E9;
  font-size: 1rem;
}

.text-highlight {
  color: #5555E9;
  text-shadow: none;
}

.user-header.heading1 {
  font-size: 1.5rem;
  font-weight: 700;
}
@media print, screen and (min-width: 64em) {
  .user-header.heading1 {
    font-size: 1.875rem;
  }
}

.user_conversations .heading1 {
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 75em) {
  .user_conversations .heading1 {
    font-size: 1.875rem;
  }
}

.conversation span.deleted-user.label.label--basic.label--small {
  font-size: 1rem !important;
}
.conversation .conversation-header img {
  border-radius: 50%;
  height: 4.125rem;
  width: 4.125rem;
}
@media print, screen and (max-width: 23.74875em) {
  .conversation .conversation-header img {
    max-width: none;
    height: 3.125rem;
    width: 3.125rem;
  }
}
.conversation .conversation-header span.label.label--small.label--basic {
  color: #E03015;
  font-size: 1rem !important;
  font-weight: bold;
  word-break: break-word;
}
@media print, screen and (max-width: 23.74875em) {
  .conversation .conversation-header {
    padding: 1rem 2rem 1rem 3rem !important;
  }
}
.conversation .conversation-chat {
  flex-wrap: wrap;
  width: 90%;
}
.conversation .conversation-chat .conversation-chat-username {
  margin-bottom: 0;
}
.conversation .conversation-chat .conversation-chat-username .new_report .button {
  float: right;
  font-weight: bold;
  margin-bottom: 1.375rem;
  padding: 0.75em 1.75em;
}
.conversation .conversation-chat .text-small {
  color: #646567;
}
@media print, screen and (min-width: 51.25em) {
  .conversation .conversation-chat {
    width: 97%;
  }
}
@media print, screen and (min-width: 62.5em) {
  .conversation .conversation-chat {
    width: 75%;
  }
}

section.latest-news.content-banner.home-section {
  margin-top: 0;
  padding: 3.75rem 0;
}
section.latest-news.content-banner.home-section h2.content-banner-heading {
  color: #06060B;
  font-size: 1.5625rem;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  margin: 0 0 3.125rem !important;
}
@media print, screen and (min-width: 64em) {
  section.latest-news.content-banner.home-section h2.content-banner-heading {
    font-size: 1.6875rem;
  }
}
section.latest-news.content-banner.home-section .content-banner-container-image img.content-banner-image {
  object-fit: cover;
  object-position: center;
}
section.latest-news.content-banner.home-section .content-banner-container-text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-left: 3.75rem;
  width: 100%;
}
section.latest-news.content-banner.home-section .content-banner-container-text > h3.banner-text.content-banner-heading {
  margin: 0px 0px 1.875rem 0px !important;
}
section.latest-news.content-banner.home-section .content-banner-container-text > div.banner-text {
  font-size: 0.9375rem;
  margin: 0px !important;
}
section.latest-news.content-banner.home-section .content-banner-container-text > div.banner-text p {
  margin-bottom: 0.9375rem !important;
}
section.latest-news.content-banner.home-section .content-banner-container-text > div.banner-text p:last-child {
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 28.125em) {
  section.latest-news.content-banner.home-section .content-banner-container-text > div.banner-text {
    font-size: 1rem;
  }
}
section.latest-news.content-banner.home-section .content-banner-container-text > a.button.small.hollow.button--sc {
  font-size: 1rem !important;
  border: 3px solid #B3DFB0;
  border-radius: 1.25rem;
  margin: 2.5rem 0;
}
section.latest-news.content-banner.home-section .content-banner-container-text > a.button.small.hollow.button--sc:hover, section.latest-news.content-banner.home-section .content-banner-container-text > a.button.small.hollow.button--sc:focus {
  border: 3px solid #5555E9;
}
@media print, screen and (min-width: 28.125em) {
  section.latest-news.content-banner.home-section .content-banner-container-text {
    padding-left: 5rem;
  }
}
@media print, screen and (min-width: 64em) {
  section.latest-news.content-banner.home-section .content-banner-container-text {
    padding-left: 10px;
    width: 50%;
  }
}

.highligted-content-banner {
  background-size: cover;
  position: relative;
  z-index: 0;
  min-height: 255px;
}
.highligted-content-banner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 24, 29, 0.6);
}
.highligted-content-banner .highligted-content-banner__container {
  position: relative;
  z-index: 1;
  padding: 3rem 0;
}
@media print, screen and (min-width: 51.25em) {
  .highligted-content-banner .highligted-content-banner__container {
    padding: 4rem 0;
  }
}
@media print, screen and (min-width: 62.5em) {
  .highligted-content-banner .highligted-content-banner__container {
    padding: 5rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .highligted-content-banner .highligted-content-banner__container {
    padding: 6rem 0;
  }
}

.hero {
  background-size: cover;
  position: relative;
  z-index: 0;
}
.hero::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(26, 24, 29, 0.6);
}
.hero a:focus {
  outline-color: var(--highlight-alternative);
}

.hero__container {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 3rem 0;
}
@media print, screen and (min-width: 51.25em) {
  .hero__container {
    padding: 4rem 0;
  }
}
@media print, screen and (min-width: 62.5em) {
  .hero__container {
    padding: 5rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .hero__container {
    padding: 6rem 0;
  }
}

.hero__boxes {
  text-align: center;
  border-radius: 4px;
  background-color: rgba(26, 24, 29, 0.5);
  color: #fff;
  margin-top: 1rem;
  padding: 1rem;
}
@media print, screen and (min-width: 51.25em) {
  .hero__boxes {
    text-align: left;
    padding: 2rem 1.5rem;
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 62.5em) {
  .hero__boxes {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero__boxes {
    margin-top: 4rem;
  }
}
.hero__boxes p {
  font-size: 1.0625rem;
}
.hero__boxes .button {
  display: block;
  margin: 0 auto;
}
.hero__boxes .box__search {
  position: relative;
  margin: 0 auto;
}
.hero__boxes .box__search input,
.hero__boxes .box__search input:focus {
  color: #2b2e34;
  margin: 0;
  box-shadow: none;
  background: #fff;
  line-height: 1;
  padding: 0.85em 1em;
  padding-left: 2rem;
  height: auto;
  border: 1px solid transparent;
}
.hero__boxes .box__search input::-webkit-input-placeholder,
.hero__boxes .box__search input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(43, 46, 52, 0.3);
}
.hero__boxes .box__search input::-moz-placeholder,
.hero__boxes .box__search input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(43, 46, 52, 0.3);
}
.hero__boxes .box__search input:-ms-input-placeholder,
.hero__boxes .box__search input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(43, 46, 52, 0.3);
}
.hero__boxes .box__search input:-moz-placeholder,
.hero__boxes .box__search input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(43, 46, 52, 0.3);
}
.hero__boxes .box__search svg {
  color: rgba(43, 46, 52, 0.3);
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  opacity: 0.5;
}

.hero-heading {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 1;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.8);
}
.hero-heading br {
  display: none;
}
@media print, screen and (min-width: 51.25em) {
  .hero-heading {
    font-size: 2.5rem;
  }
  .hero-heading br {
    display: block;
  }
}
@media print, screen and (min-width: 62.5em) {
  .hero-heading {
    font-size: 3.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-heading {
    font-size: 4.5rem;
  }
}

.hero-cta {
  margin-top: 1rem;
  padding: 1.2rem 1rem;
}
@media print, screen and (min-width: 51.25em) {
  .hero-cta {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 62.5em) {
  .hero-cta {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cta {
    margin-top: 4rem;
  }
}

.wrapper-home {
  padding: 4rem 1rem;
}
@media print, screen and (min-width: 51.25em) {
  .wrapper-home {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .wrapper-home {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.wrapper-home--mini {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.home-section:nth-of-type(2n + 1) {
  background-color: #EBEBEB;
}

.subhero {
  padding: 4rem 0;
  text-align: center;
}
.subhero ul,
.subhero ol {
  list-style-position: inside;
}
@media print, screen and (max-width: 62.49875em) {
  .subhero .heading3 {
    font-size: 1.3em;
  }
}
@media print, screen and (max-width: 62.49875em) {
  .subhero .heading2, .subhero .card--full .card__title, .card--full .subhero .card__title {
    font-size: 1.5em;
  }
}
@media print, screen and (max-width: 62.49875em) {
  .subhero .heading4 {
    font-size: 1.2em;
  }
}

.subhero-cta {
  margin-top: 2rem;
  color: var(--primary);
  display: inline-block;
  position: relative;
}
.subhero-cta:hover, .subhero-cta:focus {
  text-decoration: underline;
  color: var(--primary);
}
.subhero-cta .icon {
  position: absolute;
  top: 0.33em;
  right: -1em;
  transition: 0.3s right;
}
.subhero-cta:hover .icon {
  right: -1.2em;
}

.subhero-cta--secondary {
  margin-top: 0;
}

.home-section__cta {
  margin-top: 2rem;
}

.home-bullets {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 62.5em) {
  .home-bullets {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.home-bullet {
  overflow: hidden;
}

.home-bullet__icon {
  float: left;
  text-align: right;
}
.home-bullet__icon svg {
  width: 30px;
  height: 30px;
  fill: var(--primary);
}

.home-bullet__desc {
  float: right;
  width: 85%;
  width: calc(100% - 30px);
  padding-left: 1rem;
}

.home-map .wrapper-home {
  padding-bottom: 0;
}
.home-map #google-map {
  margin-bottom: 0;
}

/* Home Statistics */
.home-stats {
  overflow: hidden;
  margin: 2rem 0;
}
@media print, screen and (min-width: 62.5em) {
  .home-stats {
    margin: 5rem 0;
  }
}
.home-stats .statistics-cell {
  margin: 0;
}

.home-stats__highlight .statistic__data::after,
.home-stats__lowlight .statistic__data::after {
  border: none;
}

@media print, screen and (min-width: 51.25em) {
  .home-stats__highlight {
    display: flex;
  }
}
.home-stats__highlight .statistic__data {
  margin: 0;
  padding: 1rem 2rem;
}
@media print, screen and (min-width: 51.25em) {
  .home-stats__highlight .statistic__data {
    width: 50%;
    border-bottom: 1px solid #E7E7E7;
  }
}
.home-stats__highlight .statistic__data:nth-child(odd) {
  border-right: 1px solid #E7E7E7;
}
.home-stats__highlight .statistic__data:last-child {
  border-right: none;
}
.home-stats__highlight .statistic__number {
  font-size: 4rem;
  line-height: 1;
}

.home-stats__lowlight .statistic__data {
  padding: 0.25rem;
  width: calc(33% - 1rem);
}
@media print, screen and (min-width: 62.5em) {
  .home-stats__lowlight .statistic__data {
    text-align: left;
  }
  .home-stats__lowlight .statistic__data:first-child, .home-stats__lowlight .statistic__data:last-child {
    padding-left: 0;
  }
}
.home-stats__lowlight .statistic__number {
  font-size: 1.2rem;
  font-weight: 800;
}
.home-stats__lowlight .statistic__title {
  display: inline;
}

.logo-wrapper span {
  color: white;
  font-weight: 600;
  font-size: 1.4em;
  display: inline-block;
  text-align: left;
  padding-left: 8px;
  line-height: 1;
  position: relative;
}
.logo-wrapper span:hover {
  text-decoration: underline;
}

.logo-wrapper span::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 4px solid white;
  height: 88%;
  top: 6%;
  left: 0;
}

.user-header {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 51.25em) {
  .user-header {
    margin-bottom: 3rem;
  }
}

.user-header__main {
  display: flex;
  align-items: center;
}
.user-header__main::before, .user-header__main::after {
  display: table;
  content: " ";
}
.user-header__main::after {
  clear: both;
}

.user-header__avatar {
  width: 60px;
}
.user-header__avatar > img {
  border-radius: 50%;
  width: 40px;
}

.user-header__heading {
  margin-bottom: 0;
}

.user-nickname {
  color: gray;
  font-size: 1rem;
}
.user-nickname .user-contact_link {
  margin-left: 0.5rem;
}

.account-notification {
  display: flex;
}
.account-notification.callout.flash {
  margin-bottom: 1rem;
}

.badge-card__content {
  display: flex;
  align-items: center;
}
.badge-card__content .icon {
  height: 1.5em;
  width: 1.5em;
  margin-right: 0.7em;
  vertical-align: middle;
}

.profile--sidebar--title {
  font-size: 1.25rem;
}

.view-header {
  margin-bottom: 2rem;
}

@media print, screen and (max-width: 62.49875em) {
  .support-wrapper-md {
    margin: 1rem 0;
  }
}

@media print, screen and (min-width: 51.25em) and (max-width: 62.49875em) {
  .view-side {
    width: 50%;
    margin: 0 auto 2rem;
    float: none;
  }
}

.add-comment .remaining-character-count {
  border: 0;
  color: #2b2e34;
  padding: 0.85em 1em;
  vertical-align: middle;
  display: inline-block;
}

.callout.announcement {
  margin-bottom: 1em;
}

.collection-sort-controls .column, .collection-sort-controls .columns {
  margin-bottom: 0;
}

.reveal--embed {
  overflow-y: hidden;
}
.reveal--embed .embed__code {
  font-family: monospace;
  background: #EBEBEB;
  padding: 1em;
  border-radius: 0.3em;
  font-size: 1em;
  overflow-y: auto;
}

body.widget {
  background: #fff;
  padding: 8px;
  margin: 0;
}
body.widget .participatory-process {
  margin-bottom: 8px;
}
body.widget .card, body.widget .chart-tooltip, body.widget .comment-thread, body.widget .add-message, body.widget .conference-speaker .speaker-bio, .conference-speaker body.widget .speaker-bio, body.widget .conference-registration {
  margin: 0;
}
body.widget .organization {
  margin-top: 8px;
  text-align: right;
}

.external-link-container {
  position: relative;
}

.external-link-indicator {
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  width: 0.5em;
  margin: 0 0.2rem 0 0.1rem;
  height: 0.5em;
}
.external-link-indicator .icon {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
a img + .external-link-indicator {
  position: absolute;
  top: 7px;
  right: 5px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0.2em;
  width: 0.9rem;
  height: 0.9rem;
}

.external-link-page-content .external-link-url {
  background-color: #F5F5F5;
  word-wrap: break-word;
  word-break: break-word;
}
.external-link-page-content .external-link-cancel {
  color: #3d393c;
}

.impersonation-warning {
  background: #CFCFCF;
  padding: 0.5em 1em;
  text-align: center;
}
.impersonation-warning a {
  color: #2828e3;
}

.impersonation-warning__action {
  text-align: center;
}
.impersonation-warning__action .button {
  margin: 0.5em 0;
}
@media print, screen and (min-width: 62.5em) {
  .impersonation-warning__action {
    vertical-align: baseline;
    display: inline-block;
  }
  .impersonation-warning__action .button {
    margin: 0 0 0 1em;
  }
}

.label-required {
  cursor: help;
  border-bottom: 1px dotted #1a181d;
  text-decoration: none;
  padding-right: 0;
  margin-left: 5px;
}
.label-required > span {
  padding-right: 0;
  margin-right: 0;
}

.leaflet-container .map-info {
  border: 1px solid var(--primary);
}
.leaflet-container .map-info .leaflet-popup-content-wrapper {
  border-radius: 2px;
}
.leaflet-container .map-info a.button {
  color: #fff;
}
.leaflet-container .leaflet-popup-tip {
  border: 1px solid var(--primary);
}

#meeting-registration-confirm .help-text {
  border: 1px solid #eee;
  background: #fff;
  padding: 0.5em;
  overflow-y: scroll;
  margin-bottom: 1em;
  margin-top: 0.5em;
  height: 20em;
}

.represent-user-group {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.public-participation {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.user-group-fields {
  margin-bottom: 0.5em;
}

form.new_collaborative_draft fieldset,
form.new_proposal fieldset,
form.edit_proposal fieldset {
  border: 1px solid #e8e8e8;
  padding: 0.5em;
  margin-bottom: 1em;
}

.ql-video {
  max-width: 600px;
  width: 100%;
  height: 450px;
  max-height: 70vh;
  margin: 40px auto;
  display: block;
}

.ql-toolbar .ql-video {
  margin-top: 0;
  margin-bottom: 0;
}

.ql-reset-decidim {
  display: inline;
  padding: 0;
  white-space: inherit;
}

.tech-info--text-left {
  text-align: left;
}

/* Results per page styles */
.results-per-page {
  margin-bottom: 1rem;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.results-per-page a:hover {
  color: var(--secondary);
  text-decoration: underline;
}
.results-per-page a:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.5);
}

.results-per-page__dropdown {
  display: flex;
  flex-wrap: wrap;
}
.results-per-page__dropdown .menu .is-dropdown-submenu-parent > a {
  padding: 0;
  margin-left: 0.5rem;
  margin-top: 0.25rem;
}

.results-per-page__dropdown--right {
  margin-left: auto;
}

.results-per-page__action {
  margin-left: auto;
  justify-content: flex-end;
}
.results-per-page__action .button {
  margin-bottom: 0;
}

.results-per-page__tabs {
  display: inline-block;
}

.results-per-page__tab {
  color: #2b2e34;
}
.results-per-page__tab::after {
  content: "";
  display: inline-block;
  height: 0.75em;
  border-left: 1px solid #E7E7E7;
  margin: 0 0.2em 0 0.5em;
  vertical-align: middle;
}
.results-per-page__tab.is-active {
  color: #5555E9;
}
.results-per-page__tab:first-of-type {
  padding-left: 0;
}
.results-per-page__tab:last-of-type::after {
  border-left: none;
}

.social-share-button .ssb-icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  display: inline-block;
  height: 18px;
  width: 18px;
}

.social-share-button .ssb-twitter {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/twitter-ee390c342f9f90074a88.svg);
}

.social-share-button .ssb-facebook {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/facebook-0ada3788990cda55b9ba.svg);
}

.social-share-button .ssb-google_bookmark {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/google_bookmark-524f99e4fffb564dda37.svg);
}

.social-share-button .ssb-google_plus {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/google_plus-4118815a76b760dea8e7.svg);
}

.social-share-button .ssb-weibo {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/weibo-20a80f206cb23e64c556.svg);
}

.social-share-button .ssb-qq {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/qq-883b6ea8c69ef9ce093c.svg);
}

.social-share-button .ssb-delicious {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/delicious-645ddfaca5163af23947.svg);
}

.social-share-button .ssb-linkedin {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/linkedin-96905a0a4097dc978626.svg);
}

.social-share-button .ssb-tumblr {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/tumblr-4d59e5b74838fa10b52f.svg);
}

.social-share-button .ssb-pinterest {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/pinterest-e1a7ea454b158f6c3fd6.svg);
}

.social-share-button .ssb-douban {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/douban-59306a4ec1a7595eda35.svg);
}

.social-share-button .ssb-wechat {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/wechat-28b576b3290e9cb55115.svg);
}

.social-share-button .ssb-vkontakte {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/vkontakte-e41f3b3192e8f0eab1d1.svg);
}

.social-share-button .ssb-odnoklassniki {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/odnoklassniki-cef3146ee2d5fdb32157.svg);
}

.social-share-button .ssb-xing {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/xing-dc9a2b2304a9d39eea11.svg);
}

.social-share-button .ssb-email {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/email-d79a53d1d223015094db.svg);
}

.social-share-button .ssb-reddit {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/reddit-f39b812702e7016a015a.svg);
}

.social-share-button .ssb-hacker_news {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/hacker_news-b117e036a024756086ab.svg);
}

.social-share-button .ssb-telegram {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/telegram-ca65ba180088505e1371.svg);
}

.social-share-button .ssb-whatsapp_app,
.social-share-button .ssb-whatsapp_web {
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/whatsapp-8f3586f10ca30504aed4.svg);
}

.ss-wechat-dialog {
  width: 300px;
  position: fixed;
  background: #fff;
  padding: 15px;
  border-radius: 3px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.15);
  z-index: 11001;
  font-size: 14px;
  line-height: 1.2em;
}

.ss-wechat-dialog .wechat-popup-header {
  font-weight: bold;
}

.ss-wechat-dialog .wechat-dialog-qr {
  text-align: center;
  margin: 25px 0;
}

.ss-wechat-dialog .wechat-popup-close {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #999;
  text-decoration: none;
  font-size: 16px;
}

.ss-wechat-dialog .wechat-popup-footer {
  text-align: left;
  line-height: 22px;
  color: #666;
}

.share-link:hover {
  text-decoration: underline;
  cursor: pointer;
}

.social-share-button {
  display: inline-block;
  vertical-align: top;
}
.social-share-button .ssb-icon {
  margin-right: 5px;
  background-size: 45px 45px;
  height: 45px;
  width: 45px;
}

a.ssb-icon.ssb-whatsapp_app {
  display: none;
}

@media (hover: none) and (pointer: coarse) {
  a.ssb-icon.ssb-whatsapp_app {
    display: inline-block;
  }

  a.ssb-icon.ssb-whatsapp_web {
    display: none;
  }
}
#urlShareLink {
  cursor: auto;
}

.proposal-status.label.secondary {
  color: #fff;
}

.areachart svg {
  background-color: #efefef;
  overflow: visible;
  border-radius: 3px;
}
.areachart .title {
  fill: #2b2e34;
  font-weight: 600;
}
.areachart .area {
  fill: rgba(var(--primary-rgb), 0.05);
}
.areachart .line {
  fill: none;
  stroke: rgba(var(--primary-rgb), 0.2);
  stroke-width: 4px;
}
.areachart .circle {
  fill: rgba(var(--primary-rgb), 0.2);
}
.areachart .tick {
  opacity: 0.5;
}
.areachart .tick .dashed {
  stroke-dasharray: 1, 3;
}
.areachart .sum {
  font-weight: 600;
  font-size: 2.53125rem;
}
.areachart.primary .area {
  fill: rgba(85, 85, 233, 0.05);
}
.areachart.primary .line {
  stroke: rgba(85, 85, 233, 0.2);
}
.areachart.primary .circle {
  fill: rgba(85, 85, 233, 0.2);
}
.areachart.secondary .area {
  fill: rgba(238, 112, 75, 0.05);
}
.areachart.secondary .line {
  stroke: rgba(238, 112, 75, 0.2);
}
.areachart.secondary .circle {
  fill: rgba(238, 112, 75, 0.2);
}
.areachart.success .area {
  fill: rgba(113, 199, 118, 0.05);
}
.areachart.success .line {
  stroke: rgba(113, 199, 118, 0.2);
}
.areachart.success .circle {
  fill: rgba(113, 199, 118, 0.2);
}
.areachart.warning .area {
  fill: rgba(255, 214, 23, 0.05);
}
.areachart.warning .line {
  stroke: rgba(255, 214, 23, 0.2);
}
.areachart.warning .circle {
  fill: rgba(255, 214, 23, 0.2);
}
.areachart.alert .area {
  fill: rgba(201, 55, 57, 0.05);
}
.areachart.alert .line {
  stroke: rgba(201, 55, 57, 0.2);
}
.areachart.alert .circle {
  fill: rgba(201, 55, 57, 0.2);
}
.areachart.small .sum {
  font-size: 1.375rem;
}

.chart-tooltip {
  position: absolute;
  transform: translate(-50%, -119%);
  box-shadow: 0 0 20px 0 rgba(26, 24, 29, 0.2);
  overflow: visible;
}
.chart-tooltip .tooltip-content {
  position: relative;
}
.chart-tooltip .tooltip-content::after, .chart-tooltip .tooltip-content::before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.chart-tooltip .tooltip-content::after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
  top: calc(100% - 1px);
}
.chart-tooltip .tooltip-content::before {
  border-color: rgba(207, 207, 207, 0);
  border-top-color: #CFCFCF;
  border-width: 11px;
  margin-left: -11px;
}

.linechart svg {
  overflow: visible;
}
.linechart .background {
  fill: #efefef;
}
.linechart .title {
  fill: #2b2e34;
  font-weight: 600;
  font-size: 1.5rem;
}
.linechart .subtitle {
  fill: #2b2e34;
  font-size: 0.875rem;
}
.linechart .tick {
  opacity: 0.5;
}
.linechart .tick .dashed {
  stroke-dasharray: 3;
}
.linechart .line {
  fill: none;
  stroke-width: 3px;
}
.linechart .type-0:not(.legend) {
  stroke: #2590f7;
}
.linechart .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #f78c25;
}
.linechart .type-0:not(.line) {
  fill: #2590f7;
}
.linechart .type-0:not(.line):hover {
  cursor: pointer;
  fill: #f78c25;
}
.linechart .type-1:not(.legend) {
  stroke: #5aabf9;
}
.linechart .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #f9a85a;
}
.linechart .type-1:not(.line) {
  fill: #5aabf9;
}
.linechart .type-1:not(.line):hover {
  cursor: pointer;
  fill: #f9a85a;
}
.linechart .type-2:not(.legend) {
  stroke: #8fc6fb;
}
.linechart .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #fbc48f;
}
.linechart .type-2:not(.line) {
  fill: #8fc6fb;
}
.linechart .type-2:not(.line):hover {
  cursor: pointer;
  fill: #fbc48f;
}
.linechart .type-3:not(.legend) {
  stroke: #c4e1fd;
}
.linechart .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #fde0c4;
}
.linechart .type-3:not(.line) {
  fill: #c4e1fd;
}
.linechart .type-3:not(.line):hover {
  cursor: pointer;
  fill: #fde0c4;
}
.linechart .type-4:not(.legend) {
  stroke: #238ef5;
}
.linechart .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #f58a23;
}
.linechart .type-4:not(.line) {
  fill: #238ef5;
}
.linechart .type-4:not(.line):hover {
  cursor: pointer;
  fill: #f58a23;
}
.linechart .type-5:not(.legend) {
  stroke: #1a6bb9;
}
.linechart .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #b9681a;
}
.linechart .type-5:not(.line) {
  fill: #1a6bb9;
}
.linechart .type-5:not(.line):hover {
  cursor: pointer;
  fill: #b9681a;
}
.linechart .type-6:not(.legend) {
  stroke: #12497e;
}
.linechart .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #7e4712;
}
.linechart .type-6:not(.line) {
  fill: #12497e;
}
.linechart .type-6:not(.line):hover {
  cursor: pointer;
  fill: #7e4712;
}
.linechart .type-7:not(.legend) {
  stroke: #092743;
}
.linechart .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #432509;
}
.linechart .type-7:not(.line) {
  fill: #092743;
}
.linechart .type-7:not(.line):hover {
  cursor: pointer;
  fill: #432509;
}
.linechart .type-8:not(.legend) {
  stroke: #2895f7;
}
.linechart .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #f78a28;
}
.linechart .type-8:not(.line) {
  fill: #2895f7;
}
.linechart .type-8:not(.line):hover {
  cursor: pointer;
  fill: #f78a28;
}
.linechart .type-9:not(.legend) {
  stroke: #9ef5fb;
}
.linechart .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #fba59e;
}
.linechart .type-9:not(.line) {
  fill: #9ef5fb;
}
.linechart .type-9:not(.line):hover {
  cursor: pointer;
  fill: #fba59e;
}
.linechart .type-10:not(.legend) {
  stroke: white;
}
.linechart .type-10:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}
.linechart .type-10:not(.line) {
  fill: white;
}
.linechart .type-10:not(.line):hover {
  cursor: pointer;
  fill: white;
}
.linechart .type-11:not(.legend) {
  stroke: white;
}
.linechart .type-11:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}
.linechart .type-11:not(.line) {
  fill: white;
}
.linechart .type-11:not(.line):hover {
  cursor: pointer;
  fill: white;
}
.linechart.primary .type-0:not(.legend) {
  stroke: #5757e9;
}
.linechart.primary .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #e9e957;
}
.linechart.primary .type-0:not(.line) {
  fill: #5757e9;
}
.linechart.primary .type-0:not(.line):hover {
  cursor: pointer;
  fill: #e9e957;
}
.linechart.primary .type-1:not(.legend) {
  stroke: #8080ef;
}
.linechart.primary .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #efef80;
}
.linechart.primary .type-1:not(.line) {
  fill: #8080ef;
}
.linechart.primary .type-1:not(.line):hover {
  cursor: pointer;
  fill: #efef80;
}
.linechart.primary .type-2:not(.legend) {
  stroke: #a8a8f4;
}
.linechart.primary .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #f4f4a8;
}
.linechart.primary .type-2:not(.line) {
  fill: #a8a8f4;
}
.linechart.primary .type-2:not(.line):hover {
  cursor: pointer;
  fill: #f4f4a8;
}
.linechart.primary .type-3:not(.legend) {
  stroke: #d1d1f9;
}
.linechart.primary .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #f9f9d1;
}
.linechart.primary .type-3:not(.line) {
  fill: #d1d1f9;
}
.linechart.primary .type-3:not(.line):hover {
  cursor: pointer;
  fill: #f9f9d1;
}
.linechart.primary .type-4:not(.legend) {
  stroke: #5454e7;
}
.linechart.primary .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #e7e754;
}
.linechart.primary .type-4:not(.line) {
  fill: #5454e7;
}
.linechart.primary .type-4:not(.line):hover {
  cursor: pointer;
  fill: #e7e754;
}
.linechart.primary .type-5:not(.legend) {
  stroke: #4040af;
}
.linechart.primary .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #afaf40;
}
.linechart.primary .type-5:not(.line) {
  fill: #4040af;
}
.linechart.primary .type-5:not(.line):hover {
  cursor: pointer;
  fill: #afaf40;
}
.linechart.primary .type-6:not(.legend) {
  stroke: #2b2b77;
}
.linechart.primary .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #77772b;
}
.linechart.primary .type-6:not(.line) {
  fill: #2b2b77;
}
.linechart.primary .type-6:not(.line):hover {
  cursor: pointer;
  fill: #77772b;
}
.linechart.primary .type-7:not(.legend) {
  stroke: #17173f;
}
.linechart.primary .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #3f3f17;
}
.linechart.primary .type-7:not(.line) {
  fill: #17173f;
}
.linechart.primary .type-7:not(.line):hover {
  cursor: pointer;
  fill: #3f3f17;
}
.linechart.primary .type-8:not(.legend) {
  stroke: #5a5cea;
}
.linechart.primary .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #eae75a;
}
.linechart.primary .type-8:not(.line) {
  fill: #5a5cea;
}
.linechart.primary .type-8:not(.line):hover {
  cursor: pointer;
  fill: #eae75a;
}
.linechart.primary .type-9:not(.legend) {
  stroke: #c6dbf8;
}
.linechart.primary .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #f8e3c6;
}
.linechart.primary .type-9:not(.line) {
  fill: #c6dbf8;
}
.linechart.primary .type-9:not(.line):hover {
  cursor: pointer;
  fill: #f8e3c6;
}
.linechart.primary .type-10:not(.legend) {
  stroke: white;
}
.linechart.primary .type-10:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}
.linechart.primary .type-10:not(.line) {
  fill: white;
}
.linechart.primary .type-10:not(.line):hover {
  cursor: pointer;
  fill: white;
}
.linechart.primary .type-11:not(.legend) {
  stroke: white;
}
.linechart.primary .type-11:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}
.linechart.primary .type-11:not(.line) {
  fill: white;
}
.linechart.primary .type-11:not(.line):hover {
  cursor: pointer;
  fill: white;
}
.linechart.secondary .type-0:not(.legend) {
  stroke: #ee714d;
}
.linechart.secondary .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #4dcaee;
}
.linechart.secondary .type-0:not(.line) {
  fill: #ee714d;
}
.linechart.secondary .type-0:not(.line):hover {
  cursor: pointer;
  fill: #4dcaee;
}
.linechart.secondary .type-1:not(.legend) {
  stroke: #f29478;
}
.linechart.secondary .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #78d6f2;
}
.linechart.secondary .type-1:not(.line) {
  fill: #f29478;
}
.linechart.secondary .type-1:not(.line):hover {
  cursor: pointer;
  fill: #78d6f2;
}
.linechart.secondary .type-2:not(.legend) {
  stroke: #f6b6a3;
}
.linechart.secondary .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #a3e3f6;
}
.linechart.secondary .type-2:not(.line) {
  fill: #f6b6a3;
}
.linechart.secondary .type-2:not(.line):hover {
  cursor: pointer;
  fill: #a3e3f6;
}
.linechart.secondary .type-3:not(.legend) {
  stroke: #fad8ce;
}
.linechart.secondary .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #cef0fa;
}
.linechart.secondary .type-3:not(.line) {
  fill: #fad8ce;
}
.linechart.secondary .type-3:not(.line):hover {
  cursor: pointer;
  fill: #cef0fa;
}
.linechart.secondary .type-4:not(.legend) {
  stroke: #ec6f4a;
}
.linechart.secondary .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #4ac7ec;
}
.linechart.secondary .type-4:not(.line) {
  fill: #ec6f4a;
}
.linechart.secondary .type-4:not(.line):hover {
  cursor: pointer;
  fill: #4ac7ec;
}
.linechart.secondary .type-5:not(.legend) {
  stroke: #b35438;
}
.linechart.secondary .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #3897b3;
}
.linechart.secondary .type-5:not(.line) {
  fill: #b35438;
}
.linechart.secondary .type-5:not(.line):hover {
  cursor: pointer;
  fill: #3897b3;
}
.linechart.secondary .type-6:not(.legend) {
  stroke: #793926;
}
.linechart.secondary .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #266679;
}
.linechart.secondary .type-6:not(.line) {
  fill: #793926;
}
.linechart.secondary .type-6:not(.line):hover {
  cursor: pointer;
  fill: #266679;
}
.linechart.secondary .type-7:not(.legend) {
  stroke: #401e14;
}
.linechart.secondary .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #143640;
}
.linechart.secondary .type-7:not(.line) {
  fill: #401e14;
}
.linechart.secondary .type-7:not(.line):hover {
  cursor: pointer;
  fill: #143640;
}
.linechart.secondary .type-8:not(.legend) {
  stroke: #ee7150;
}
.linechart.secondary .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #50cdee;
}
.linechart.secondary .type-8:not(.line) {
  fill: #ee7150;
}
.linechart.secondary .type-8:not(.line):hover {
  cursor: pointer;
  fill: #50cdee;
}
.linechart.secondary .type-9:not(.legend) {
  stroke: #f9bfca;
}
.linechart.secondary .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #bff9ee;
}
.linechart.secondary .type-9:not(.line) {
  fill: #f9bfca;
}
.linechart.secondary .type-9:not(.line):hover {
  cursor: pointer;
  fill: #bff9ee;
}
.linechart.secondary .type-10:not(.legend) {
  stroke: white;
}
.linechart.secondary .type-10:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}
.linechart.secondary .type-10:not(.line) {
  fill: white;
}
.linechart.secondary .type-10:not(.line):hover {
  cursor: pointer;
  fill: white;
}
.linechart.secondary .type-11:not(.legend) {
  stroke: white;
}
.linechart.secondary .type-11:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}
.linechart.secondary .type-11:not(.line) {
  fill: white;
}
.linechart.secondary .type-11:not(.line):hover {
  cursor: pointer;
  fill: white;
}
.linechart.success .type-0:not(.legend) {
  stroke: #72c877;
}
.linechart.success .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #c872c3;
}
.linechart.success .type-0:not(.line) {
  fill: #72c877;
}
.linechart.success .type-0:not(.line):hover {
  cursor: pointer;
  fill: #c872c3;
}
.linechart.success .type-1:not(.legend) {
  stroke: #95d598;
}
.linechart.success .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #d595d2;
}
.linechart.success .type-1:not(.line) {
  fill: #95d598;
}
.linechart.success .type-1:not(.line):hover {
  cursor: pointer;
  fill: #d595d2;
}
.linechart.success .type-2:not(.legend) {
  stroke: #b7e2b9;
}
.linechart.success .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #e2b7e0;
}
.linechart.success .type-2:not(.line) {
  fill: #b7e2b9;
}
.linechart.success .type-2:not(.line):hover {
  cursor: pointer;
  fill: #e2b7e0;
}
.linechart.success .type-3:not(.legend) {
  stroke: #d9f0da;
}
.linechart.success .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #f0d9ef;
}
.linechart.success .type-3:not(.line) {
  fill: #d9f0da;
}
.linechart.success .type-3:not(.line):hover {
  cursor: pointer;
  fill: #f0d9ef;
}
.linechart.success .type-4:not(.legend) {
  stroke: #70c575;
}
.linechart.success .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #c570c0;
}
.linechart.success .type-4:not(.line) {
  fill: #70c575;
}
.linechart.success .type-4:not(.line):hover {
  cursor: pointer;
  fill: #c570c0;
}
.linechart.success .type-5:not(.legend) {
  stroke: #559559;
}
.linechart.success .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #955591;
}
.linechart.success .type-5:not(.line) {
  fill: #559559;
}
.linechart.success .type-5:not(.line):hover {
  cursor: pointer;
  fill: #955591;
}
.linechart.success .type-6:not(.legend) {
  stroke: #3a653c;
}
.linechart.success .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #653a63;
}
.linechart.success .type-6:not(.line) {
  fill: #3a653c;
}
.linechart.success .type-6:not(.line):hover {
  cursor: pointer;
  fill: #653a63;
}
.linechart.success .type-7:not(.legend) {
  stroke: #1f3620;
}
.linechart.success .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #361f35;
}
.linechart.success .type-7:not(.line) {
  fill: #1f3620;
}
.linechart.success .type-7:not(.line):hover {
  cursor: pointer;
  fill: #361f35;
}
.linechart.success .type-8:not(.legend) {
  stroke: #75c878;
}
.linechart.success .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #c875c5;
}
.linechart.success .type-8:not(.line) {
  fill: #75c878;
}
.linechart.success .type-8:not(.line):hover {
  cursor: pointer;
  fill: #c875c5;
}
.linechart.success .type-9:not(.legend) {
  stroke: #d7ebcc;
}
.linechart.success .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #e0cceb;
}
.linechart.success .type-9:not(.line) {
  fill: #d7ebcc;
}
.linechart.success .type-9:not(.line):hover {
  cursor: pointer;
  fill: #e0cceb;
}
.linechart.success .type-10:not(.legend) {
  stroke: white;
}
.linechart.success .type-10:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}
.linechart.success .type-10:not(.line) {
  fill: white;
}
.linechart.success .type-10:not(.line):hover {
  cursor: pointer;
  fill: white;
}
.linechart.success .type-11:not(.legend) {
  stroke: white;
}
.linechart.success .type-11:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}
.linechart.success .type-11:not(.line) {
  fill: white;
}
.linechart.success .type-11:not(.line):hover {
  cursor: pointer;
  fill: white;
}
.linechart.warning .type-0:not(.legend) {
  stroke: #ffd619;
}
.linechart.warning .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #1942ff;
}
.linechart.warning .type-0:not(.line) {
  fill: #ffd619;
}
.linechart.warning .type-0:not(.line):hover {
  cursor: pointer;
  fill: #1942ff;
}
.linechart.warning .type-1:not(.legend) {
  stroke: #ffe051;
}
.linechart.warning .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #5170ff;
}
.linechart.warning .type-1:not(.line) {
  fill: #ffe051;
}
.linechart.warning .type-1:not(.line):hover {
  cursor: pointer;
  fill: #5170ff;
}
.linechart.warning .type-2:not(.legend) {
  stroke: #ffea89;
}
.linechart.warning .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #899eff;
}
.linechart.warning .type-2:not(.line) {
  fill: #ffea89;
}
.linechart.warning .type-2:not(.line):hover {
  cursor: pointer;
  fill: #899eff;
}
.linechart.warning .type-3:not(.legend) {
  stroke: #fff4c0;
}
.linechart.warning .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #c0cbff;
}
.linechart.warning .type-3:not(.line) {
  fill: #fff4c0;
}
.linechart.warning .type-3:not(.line):hover {
  cursor: pointer;
  fill: #c0cbff;
}
.linechart.warning .type-4:not(.legend) {
  stroke: #fcd417;
}
.linechart.warning .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #173ffc;
}
.linechart.warning .type-4:not(.line) {
  fill: #fcd417;
}
.linechart.warning .type-4:not(.line):hover {
  cursor: pointer;
  fill: #173ffc;
}
.linechart.warning .type-5:not(.legend) {
  stroke: #bfa111;
}
.linechart.warning .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #112fbf;
}
.linechart.warning .type-5:not(.line) {
  fill: #bfa111;
}
.linechart.warning .type-5:not(.line):hover {
  cursor: pointer;
  fill: #112fbf;
}
.linechart.warning .type-6:not(.legend) {
  stroke: #826d0c;
}
.linechart.warning .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #0c2182;
}
.linechart.warning .type-6:not(.line) {
  fill: #826d0c;
}
.linechart.warning .type-6:not(.line):hover {
  cursor: pointer;
  fill: #0c2182;
}
.linechart.warning .type-7:not(.legend) {
  stroke: #453a06;
}
.linechart.warning .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #061145;
}
.linechart.warning .type-7:not(.line) {
  fill: #453a06;
}
.linechart.warning .type-7:not(.line):hover {
  cursor: pointer;
  fill: #061145;
}
.linechart.warning .type-8:not(.legend) {
  stroke: #ffd31c;
}
.linechart.warning .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #1c48ff;
}
.linechart.warning .type-8:not(.line) {
  fill: #ffd31c;
}
.linechart.warning .type-8:not(.line):hover {
  cursor: pointer;
  fill: #1c48ff;
}
.linechart.warning .type-9:not(.legend) {
  stroke: #ffc197;
}
.linechart.warning .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #97d5ff;
}
.linechart.warning .type-9:not(.line) {
  fill: #ffc197;
}
.linechart.warning .type-9:not(.line):hover {
  cursor: pointer;
  fill: #97d5ff;
}
.linechart.warning .type-10:not(.legend) {
  stroke: white;
}
.linechart.warning .type-10:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}
.linechart.warning .type-10:not(.line) {
  fill: white;
}
.linechart.warning .type-10:not(.line):hover {
  cursor: pointer;
  fill: white;
}
.linechart.warning .type-11:not(.legend) {
  stroke: white;
}
.linechart.warning .type-11:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}
.linechart.warning .type-11:not(.line) {
  fill: white;
}
.linechart.warning .type-11:not(.line):hover {
  cursor: pointer;
  fill: white;
}
.linechart.alert .type-0:not(.legend) {
  stroke: #ca393b;
}
.linechart.alert .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #39cac8;
}
.linechart.alert .type-0:not(.line) {
  fill: #ca393b;
}
.linechart.alert .type-0:not(.line):hover {
  cursor: pointer;
  fill: #39cac8;
}
.linechart.alert .type-1:not(.legend) {
  stroke: #d7696b;
}
.linechart.alert .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #69d7d5;
}
.linechart.alert .type-1:not(.line) {
  fill: #d7696b;
}
.linechart.alert .type-1:not(.line):hover {
  cursor: pointer;
  fill: #69d7d5;
}
.linechart.alert .type-2:not(.legend) {
  stroke: #e3999a;
}
.linechart.alert .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #99e3e2;
}
.linechart.alert .type-2:not(.line) {
  fill: #e3999a;
}
.linechart.alert .type-2:not(.line):hover {
  cursor: pointer;
  fill: #99e3e2;
}
.linechart.alert .type-3:not(.legend) {
  stroke: #f0c9ca;
}
.linechart.alert .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #c9f0ef;
}
.linechart.alert .type-3:not(.line) {
  fill: #f0c9ca;
}
.linechart.alert .type-3:not(.line):hover {
  cursor: pointer;
  fill: #c9f0ef;
}
.linechart.alert .type-4:not(.legend) {
  stroke: #c73638;
}
.linechart.alert .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #36c7c5;
}
.linechart.alert .type-4:not(.line) {
  fill: #c73638;
}
.linechart.alert .type-4:not(.line):hover {
  cursor: pointer;
  fill: #36c7c5;
}
.linechart.alert .type-5:not(.legend) {
  stroke: #97292b;
}
.linechart.alert .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #299795;
}
.linechart.alert .type-5:not(.line) {
  fill: #97292b;
}
.linechart.alert .type-5:not(.line):hover {
  cursor: pointer;
  fill: #299795;
}
.linechart.alert .type-6:not(.legend) {
  stroke: #671c1d;
}
.linechart.alert .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #1c6766;
}
.linechart.alert .type-6:not(.line) {
  fill: #671c1d;
}
.linechart.alert .type-6:not(.line):hover {
  cursor: pointer;
  fill: #1c6766;
}
.linechart.alert .type-7:not(.legend) {
  stroke: #360f0f;
}
.linechart.alert .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #0f3636;
}
.linechart.alert .type-7:not(.line) {
  fill: #360f0f;
}
.linechart.alert .type-7:not(.line):hover {
  cursor: pointer;
  fill: #0f3636;
}
.linechart.alert .type-8:not(.legend) {
  stroke: #ca3b3f;
}
.linechart.alert .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #3bcac6;
}
.linechart.alert .type-8:not(.line) {
  fill: #ca3b3f;
}
.linechart.alert .type-8:not(.line):hover {
  cursor: pointer;
  fill: #3bcac6;
}
.linechart.alert .type-9:not(.legend) {
  stroke: #e49bbb;
}
.linechart.alert .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #9be4c5;
}
.linechart.alert .type-9:not(.line) {
  fill: #e49bbb;
}
.linechart.alert .type-9:not(.line):hover {
  cursor: pointer;
  fill: #9be4c5;
}
.linechart.alert .type-10:not(.legend) {
  stroke: #fefcfe;
}
.linechart.alert .type-10:not(.legend):hover {
  cursor: pointer;
  stroke: #fcfefc;
}
.linechart.alert .type-10:not(.line) {
  fill: #fefcfe;
}
.linechart.alert .type-10:not(.line):hover {
  cursor: pointer;
  fill: #fcfefc;
}
.linechart.alert .type-11:not(.legend) {
  stroke: white;
}
.linechart.alert .type-11:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}
.linechart.alert .type-11:not(.line) {
  fill: white;
}
.linechart.alert .type-11:not(.line):hover {
  cursor: pointer;
  fill: white;
}

.orgchart .as-card {
  fill: #EBEBEB;
  stroke: #CFCFCF;
  stroke-width: 3px;
}
.orgchart .as-text {
  font-weight: 600;
  fill: #ee704b;
  text-anchor: middle;
}
.orgchart .as-circle {
  stroke: #CFCFCF;
  stroke-width: 3px;
  fill: #EBEBEB;
}
.orgchart .link {
  stroke: #CFCFCF;
  stroke-width: 3px;
}
.orgchart .node {
  cursor: pointer;
}
.orgchart .button {
  min-height: 2.4375rem;
  color: #2b2e34;
  outline: none;
  border: 1px solid #E7E7E7;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(26, 24, 29, 0.1);
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
}
.orgchart .button:hover {
  background-color: #fff;
}

.rowchart .background {
  fill: #efefef;
}
.rowchart .title {
  fill: #2b2e34;
  font-weight: 600;
  font-size: 1.5rem;
}
.rowchart .subtitle {
  fill: #2b2e34;
  font-size: 0.875rem;
}
.rowchart .tick {
  opacity: 0.5;
}
.rowchart .tick .dashed {
  stroke-dasharray: 3;
}
.rowchart .type-0 {
  fill: #2590f7;
}
.rowchart .type-0:hover {
  cursor: pointer;
  fill: #f78c25;
}
.rowchart .type-1 {
  fill: #5aabf9;
}
.rowchart .type-1:hover {
  cursor: pointer;
  fill: #f9a85a;
}
.rowchart .type-2 {
  fill: #8fc6fb;
}
.rowchart .type-2:hover {
  cursor: pointer;
  fill: #fbc48f;
}
.rowchart .type-3 {
  fill: #c4e1fd;
}
.rowchart .type-3:hover {
  cursor: pointer;
  fill: #fde0c4;
}
.rowchart .type-4 {
  fill: #238ef5;
}
.rowchart .type-4:hover {
  cursor: pointer;
  fill: #f58a23;
}
.rowchart .type-5 {
  fill: #1a6bb9;
}
.rowchart .type-5:hover {
  cursor: pointer;
  fill: #b9681a;
}
.rowchart .type-6 {
  fill: #12497e;
}
.rowchart .type-6:hover {
  cursor: pointer;
  fill: #7e4712;
}
.rowchart .type-7 {
  fill: #092743;
}
.rowchart .type-7:hover {
  cursor: pointer;
  fill: #432509;
}
.rowchart .type-8 {
  fill: #2895f7;
}
.rowchart .type-8:hover {
  cursor: pointer;
  fill: #f78a28;
}
.rowchart .type-9 {
  fill: #9ef5fb;
}
.rowchart .type-9:hover {
  cursor: pointer;
  fill: #fba59e;
}
.rowchart .type-10 {
  fill: white;
}
.rowchart .type-10:hover {
  cursor: pointer;
  fill: white;
}
.rowchart .type-11 {
  fill: white;
}
.rowchart .type-11:hover {
  cursor: pointer;
  fill: white;
}
.rowchart.primary .type-0 {
  fill: #5757e9;
}
.rowchart.primary .type-0:hover {
  cursor: pointer;
  fill: #e9e957;
}
.rowchart.primary .type-1 {
  fill: #8080ef;
}
.rowchart.primary .type-1:hover {
  cursor: pointer;
  fill: #efef80;
}
.rowchart.primary .type-2 {
  fill: #a8a8f4;
}
.rowchart.primary .type-2:hover {
  cursor: pointer;
  fill: #f4f4a8;
}
.rowchart.primary .type-3 {
  fill: #d1d1f9;
}
.rowchart.primary .type-3:hover {
  cursor: pointer;
  fill: #f9f9d1;
}
.rowchart.primary .type-4 {
  fill: #5454e7;
}
.rowchart.primary .type-4:hover {
  cursor: pointer;
  fill: #e7e754;
}
.rowchart.primary .type-5 {
  fill: #4040af;
}
.rowchart.primary .type-5:hover {
  cursor: pointer;
  fill: #afaf40;
}
.rowchart.primary .type-6 {
  fill: #2b2b77;
}
.rowchart.primary .type-6:hover {
  cursor: pointer;
  fill: #77772b;
}
.rowchart.primary .type-7 {
  fill: #17173f;
}
.rowchart.primary .type-7:hover {
  cursor: pointer;
  fill: #3f3f17;
}
.rowchart.primary .type-8 {
  fill: #5a5cea;
}
.rowchart.primary .type-8:hover {
  cursor: pointer;
  fill: #eae75a;
}
.rowchart.primary .type-9 {
  fill: #c6dbf8;
}
.rowchart.primary .type-9:hover {
  cursor: pointer;
  fill: #f8e3c6;
}
.rowchart.primary .type-10 {
  fill: white;
}
.rowchart.primary .type-10:hover {
  cursor: pointer;
  fill: white;
}
.rowchart.primary .type-11 {
  fill: white;
}
.rowchart.primary .type-11:hover {
  cursor: pointer;
  fill: white;
}
.rowchart.secondary .type-0 {
  fill: #ee714d;
}
.rowchart.secondary .type-0:hover {
  cursor: pointer;
  fill: #4dcaee;
}
.rowchart.secondary .type-1 {
  fill: #f29478;
}
.rowchart.secondary .type-1:hover {
  cursor: pointer;
  fill: #78d6f2;
}
.rowchart.secondary .type-2 {
  fill: #f6b6a3;
}
.rowchart.secondary .type-2:hover {
  cursor: pointer;
  fill: #a3e3f6;
}
.rowchart.secondary .type-3 {
  fill: #fad8ce;
}
.rowchart.secondary .type-3:hover {
  cursor: pointer;
  fill: #cef0fa;
}
.rowchart.secondary .type-4 {
  fill: #ec6f4a;
}
.rowchart.secondary .type-4:hover {
  cursor: pointer;
  fill: #4ac7ec;
}
.rowchart.secondary .type-5 {
  fill: #b35438;
}
.rowchart.secondary .type-5:hover {
  cursor: pointer;
  fill: #3897b3;
}
.rowchart.secondary .type-6 {
  fill: #793926;
}
.rowchart.secondary .type-6:hover {
  cursor: pointer;
  fill: #266679;
}
.rowchart.secondary .type-7 {
  fill: #401e14;
}
.rowchart.secondary .type-7:hover {
  cursor: pointer;
  fill: #143640;
}
.rowchart.secondary .type-8 {
  fill: #ee7150;
}
.rowchart.secondary .type-8:hover {
  cursor: pointer;
  fill: #50cdee;
}
.rowchart.secondary .type-9 {
  fill: #f9bfca;
}
.rowchart.secondary .type-9:hover {
  cursor: pointer;
  fill: #bff9ee;
}
.rowchart.secondary .type-10 {
  fill: white;
}
.rowchart.secondary .type-10:hover {
  cursor: pointer;
  fill: white;
}
.rowchart.secondary .type-11 {
  fill: white;
}
.rowchart.secondary .type-11:hover {
  cursor: pointer;
  fill: white;
}
.rowchart.success .type-0 {
  fill: #72c877;
}
.rowchart.success .type-0:hover {
  cursor: pointer;
  fill: #c872c3;
}
.rowchart.success .type-1 {
  fill: #95d598;
}
.rowchart.success .type-1:hover {
  cursor: pointer;
  fill: #d595d2;
}
.rowchart.success .type-2 {
  fill: #b7e2b9;
}
.rowchart.success .type-2:hover {
  cursor: pointer;
  fill: #e2b7e0;
}
.rowchart.success .type-3 {
  fill: #d9f0da;
}
.rowchart.success .type-3:hover {
  cursor: pointer;
  fill: #f0d9ef;
}
.rowchart.success .type-4 {
  fill: #70c575;
}
.rowchart.success .type-4:hover {
  cursor: pointer;
  fill: #c570c0;
}
.rowchart.success .type-5 {
  fill: #559559;
}
.rowchart.success .type-5:hover {
  cursor: pointer;
  fill: #955591;
}
.rowchart.success .type-6 {
  fill: #3a653c;
}
.rowchart.success .type-6:hover {
  cursor: pointer;
  fill: #653a63;
}
.rowchart.success .type-7 {
  fill: #1f3620;
}
.rowchart.success .type-7:hover {
  cursor: pointer;
  fill: #361f35;
}
.rowchart.success .type-8 {
  fill: #75c878;
}
.rowchart.success .type-8:hover {
  cursor: pointer;
  fill: #c875c5;
}
.rowchart.success .type-9 {
  fill: #d7ebcc;
}
.rowchart.success .type-9:hover {
  cursor: pointer;
  fill: #e0cceb;
}
.rowchart.success .type-10 {
  fill: white;
}
.rowchart.success .type-10:hover {
  cursor: pointer;
  fill: white;
}
.rowchart.success .type-11 {
  fill: white;
}
.rowchart.success .type-11:hover {
  cursor: pointer;
  fill: white;
}
.rowchart.warning .type-0 {
  fill: #ffd619;
}
.rowchart.warning .type-0:hover {
  cursor: pointer;
  fill: #1942ff;
}
.rowchart.warning .type-1 {
  fill: #ffe051;
}
.rowchart.warning .type-1:hover {
  cursor: pointer;
  fill: #5170ff;
}
.rowchart.warning .type-2 {
  fill: #ffea89;
}
.rowchart.warning .type-2:hover {
  cursor: pointer;
  fill: #899eff;
}
.rowchart.warning .type-3 {
  fill: #fff4c0;
}
.rowchart.warning .type-3:hover {
  cursor: pointer;
  fill: #c0cbff;
}
.rowchart.warning .type-4 {
  fill: #fcd417;
}
.rowchart.warning .type-4:hover {
  cursor: pointer;
  fill: #173ffc;
}
.rowchart.warning .type-5 {
  fill: #bfa111;
}
.rowchart.warning .type-5:hover {
  cursor: pointer;
  fill: #112fbf;
}
.rowchart.warning .type-6 {
  fill: #826d0c;
}
.rowchart.warning .type-6:hover {
  cursor: pointer;
  fill: #0c2182;
}
.rowchart.warning .type-7 {
  fill: #453a06;
}
.rowchart.warning .type-7:hover {
  cursor: pointer;
  fill: #061145;
}
.rowchart.warning .type-8 {
  fill: #ffd31c;
}
.rowchart.warning .type-8:hover {
  cursor: pointer;
  fill: #1c48ff;
}
.rowchart.warning .type-9 {
  fill: #ffc197;
}
.rowchart.warning .type-9:hover {
  cursor: pointer;
  fill: #97d5ff;
}
.rowchart.warning .type-10 {
  fill: white;
}
.rowchart.warning .type-10:hover {
  cursor: pointer;
  fill: white;
}
.rowchart.warning .type-11 {
  fill: white;
}
.rowchart.warning .type-11:hover {
  cursor: pointer;
  fill: white;
}
.rowchart.alert .type-0 {
  fill: #ca393b;
}
.rowchart.alert .type-0:hover {
  cursor: pointer;
  fill: #39cac8;
}
.rowchart.alert .type-1 {
  fill: #d7696b;
}
.rowchart.alert .type-1:hover {
  cursor: pointer;
  fill: #69d7d5;
}
.rowchart.alert .type-2 {
  fill: #e3999a;
}
.rowchart.alert .type-2:hover {
  cursor: pointer;
  fill: #99e3e2;
}
.rowchart.alert .type-3 {
  fill: #f0c9ca;
}
.rowchart.alert .type-3:hover {
  cursor: pointer;
  fill: #c9f0ef;
}
.rowchart.alert .type-4 {
  fill: #c73638;
}
.rowchart.alert .type-4:hover {
  cursor: pointer;
  fill: #36c7c5;
}
.rowchart.alert .type-5 {
  fill: #97292b;
}
.rowchart.alert .type-5:hover {
  cursor: pointer;
  fill: #299795;
}
.rowchart.alert .type-6 {
  fill: #671c1d;
}
.rowchart.alert .type-6:hover {
  cursor: pointer;
  fill: #1c6766;
}
.rowchart.alert .type-7 {
  fill: #360f0f;
}
.rowchart.alert .type-7:hover {
  cursor: pointer;
  fill: #0f3636;
}
.rowchart.alert .type-8 {
  fill: #ca3b3f;
}
.rowchart.alert .type-8:hover {
  cursor: pointer;
  fill: #3bcac6;
}
.rowchart.alert .type-9 {
  fill: #e49bbb;
}
.rowchart.alert .type-9:hover {
  cursor: pointer;
  fill: #9be4c5;
}
.rowchart.alert .type-10 {
  fill: #fefcfe;
}
.rowchart.alert .type-10:hover {
  cursor: pointer;
  fill: #fcfefc;
}
.rowchart.alert .type-11 {
  fill: white;
}
.rowchart.alert .type-11:hover {
  cursor: pointer;
  fill: white;
}

.preview--form__hidden {
  display: none;
}

.questionnaire-question_readonly {
  font-weight: bold;
  font-size: 0.875rem;
}
.questionnaire-question_readonly p {
  margin-bottom: 0.5rem;
}
.questionnaire-question_readonly em {
  font-weight: normal;
  font-size: 90%;
}
.questionnaire-question_readonly p + ul {
  margin-top: -0.5rem;
}

.questionnaire-question_readonly-answers {
  margin-bottom: 0.5rem;
}
.questionnaire-question_readonly-answers.single_option {
  list-style-type: disc;
}
.questionnaire-question_readonly-answers.multiple_option {
  list-style-type: square;
}
.questionnaire-question_readonly-answers.sorting {
  list-style-type: circle;
}

.questionnaire-question_readonly-answer {
  font-weight: normal;
}

.questionnaire-question-matrix {
  display: block;
  overflow-x: auto;
}
.questionnaire-question-matrix .collection-input {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
}
.questionnaire-question-matrix .collection-input input[type=text] {
  margin-top: auto;
  margin-bottom: auto;
}
.questionnaire-question-matrix .collection-input input[type=checkbox],
.questionnaire-question-matrix .collection-input input[type=radio] {
  margin-bottom: 0;
}
.questionnaire-question-matrix .collection-input input[type=checkbox] ~ input[type=text],
.questionnaire-question-matrix .collection-input input[type=radio] ~ input[type=text] {
  margin-left: 0.5rem;
}
.questionnaire-question-matrix tr,
.questionnaire-question-matrix tr:nth-child(2n) {
  background: initial;
  border-bottom: 1px solid #f0f0f0;
}
.questionnaire-question-matrix thead td {
  text-align: center;
}
.questionnaire-question-matrix td {
  min-width: 100px;
  border-right: 1px solid #f0f0f0;
}

.questionnaire-answers .header h1 {
  margin: 0;
  padding: 25px;
  background: rgb(59, 69, 87);
  color: white;
  border-radius: 4px 4px 0 0;
}
.questionnaire-answers .header .description {
  margin: 0;
  padding: 25px;
  background: #f6f6f6;
  color: #202751;
  border-radius: 0 0 4px 4px;
}
.questionnaire-answers .answer {
  margin-top: 25px;
  background: #f6f6f6;
  border-radius: 0 0 4px 4px;
}
.questionnaire-answers .answer .title {
  page-break-inside: avoid;
  border-radius: 4px 4px 0 0;
  padding: 10px 25px;
  background: rgb(59, 69, 87);
  color: white;
}
.questionnaire-answers .answer .participant-info {
  margin-top: 0;
  padding: 10px 25px;
  width: 100%;
  text-align: center;
  background: #eee;
  color: #202751;
  page-break-inside: avoid;
}
.questionnaire-answers .answer .participant-info th:first-child {
  text-align: left;
}
.questionnaire-answers .answer .participant-info td:first-child {
  text-align: left;
}
.questionnaire-answers .answer .participant-info th:last-child {
  text-align: right;
}
.questionnaire-answers .answer .participant-info td:last-child {
  text-align: right;
}
.questionnaire-answers .answer .answers {
  padding: 25px;
}
.questionnaire-answers .answer .answers .question {
  page-break-inside: avoid;
  font-size: inherit;
  color: #202751;
}

.answer-questionnaire label {
  font-size: inherit;
}
.answer-questionnaire .radio-button-collection,
.answer-questionnaire .check-box-collection,
.answer-questionnaire .sortable-check-box-collection {
  margin: 0 0 1rem;
}
.answer-questionnaire .tos-agreement {
  margin: 1rem 0 0;
}
.answer-questionnaire .tos-agreement .help-text {
  margin: 0.2rem 0 0;
}
.answer-questionnaire .questionnaire-question {
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
.answer-questionnaire .questionnaire-title_and_description {
  font-size: 2rem;
  font-weight: 600;
  padding-left: 1rem;
  line-height: 1.4;
  margin-bottom: 0.3em;
}
.answer-questionnaire .help-title_and_description {
  padding-left: 1rem;
  margin-bottom: 2rem;
}
.answer-questionnaire .help-title_and_description .ql-video {
  margin: 0.5em auto;
}
.answer-questionnaire .help-text {
  margin-top: 0.5em;
}
.answer-questionnaire .help-text .ql-video {
  margin: 0.5em auto;
}
.answer-questionnaire .last-sorted {
  margin-bottom: 1rem;
}
.answer-questionnaire__steps {
  font-size: 0.8rem;
}
.answer-questionnaire__submit {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-top: 2rem;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}
.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.spin-ccw {
  -webkit-animation-name: spin-ccw-1turn;
  animation-name: spin-ccw-1turn;
}

@-webkit-keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
@keyframes spin-ccw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
}
.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}

@font-face {
  font-family: "Roboto";
  src: url(https://futureu.europa.eu/decidim-packs/media/images/Roboto-Regular-03523cf578d69fa92322.ttf) format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url(https://futureu.europa.eu/decidim-packs/media/images/Roboto-Bold-4f39c5796e60c9d8e732.ttf) format("truetype");
  font-weight: bold;
  font-style: normal;
}
.text-gray {
  color: #707070;
}

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

.bg-white {
  background: #fff;
}

.border-bottom {
  border-bottom: 1px solid #E7E7E7;
}

.border-top {
  border-top: 1px solid #E7E7E7;
}

.border-left {
  border-left: 1px solid #E7E7E7;
}

.border-right {
  border-right: 1px solid #E7E7E7;
}

.border-bottom-dotted {
  border-bottom: 1px dotted #E7E7E7;
}

.border-top-dotted {
  border-top: 1px dotted #E7E7E7;
}

.border-left-dotted {
  border-left: 1px dotted #E7E7E7;
}

.border-right-dotted {
  border-right: 1px dotted #E7E7E7;
}

.margin-0 {
  margin: 0rem !important;
}

.margin-top-0 {
  margin-top: 0rem !important;
}

.margin-right-0 {
  margin-right: 0rem !important;
}

.margin-bottom-0 {
  margin-bottom: 0rem !important;
}

.margin-left-0 {
  margin-left: 0rem !important;
}

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.padding-0 {
  padding: 0rem !important;
}

.padding-top-0 {
  padding-top: 0rem !important;
}

.padding-right-0 {
  padding-right: 0rem !important;
}

.padding-bottom-0 {
  padding-bottom: 0rem !important;
}

.padding-left-0 {
  padding-left: 0rem !important;
}

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

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

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

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

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

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

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

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

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

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

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

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

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

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

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

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

.wrapper.margin-bottom-2 {
  margin-bottom: 0 !important;
}

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

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

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

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

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

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

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

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

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

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

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

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

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

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

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

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

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

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.input-group .input-group-field, .input-group .user-nickname label .row > span:last-of-type, .user-nickname label .input-group .row > span:last-of-type {
  box-shadow: none;
  height: 2.4rem;
}
.input-group .input-group-field::placeholder, .input-group .user-nickname label .row > span:last-of-type::placeholder, .user-nickname label .input-group .row > span:last-of-type::placeholder {
  color: #646567;
}
.input-group .input-group-field:focus, .input-group .user-nickname label .row > span:focus:last-of-type, .user-nickname label .input-group .row > span:focus:last-of-type {
  outline: 3px solid #FFD617;
  outline-offset: -3px;
}
.input-group .input-group-button .button {
  height: 2.4rem;
}

a.is-external-link[href^=http]:not([href*="europa.eu"]) {
  position: relative;
  padding-right: 15px;
}
a.is-external-link[href^=http]:not([href*="europa.eu"])::after {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(https://futureu.europa.eu/decidim-packs/media/images/external-link-0c19fb3a7079e91d7290.svg);
  position: absolute;
  right: 0;
  top: 3px;
}

.card__image-svg-mini {
  transition-duration: 0.3s;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 45%;
  border: 0.5rem solid #5555E9;
  margin: auto;
  position: relative;
  height: 7.5rem;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 7.5rem;
}

.process-header__info h2.text-highlight.text-center {
  font-size: 1.25rem;
  color: #06060B;
  font-weight: bold;
  margin-bottom: 2.5rem;
  margin-top: 1.25rem;
  line-height: 2.0625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
}
@media print, screen and (min-width: 28.125em) {
  .process-header__info h2.text-highlight.text-center {
    display: inherit;
  }
}
@media print, screen and (min-width: 64em) {
  .process-header__info h2.text-highlight.text-center {
    font-size: 1.5625rem;
  }
}
@media screen and (min-width: 75em) {
  .process-header__info h2.text-highlight.text-center {
    margin-top: 1.25rem;
    margin-bottom: 3.125rem;
  }
}
.process-header__info h2.text-highlight.text-center .process-header__hashtag a {
  color: #06060B;
}

.card__title-round {
  line-height: 1.563rem;
  color: #06060B;
}
@media print, screen and (min-width: 64em) {
  .card__title-round {
    line-height: 2.3rem;
  }
}

.participatory__cards {
  display: flex;
  flex-direction: column;
}
.participatory__cards .follow-button:hover .status-description,
.participatory__cards .follow-button:hover span > span {
  text-decoration: underline;
  color: #5555E9;
  text-underline-offset: 0.1em;
}
.participatory__cards .card-data {
  display: block;
  text-align: center;
}
.participatory__cards .participatory__item {
  display: inline-block;
  border: 1px solid #EBEBEB;
  border-radius: 1.25rem;
  padding: 0;
  width: 8rem;
  margin-bottom: 0.375rem;
}
@media print, screen and (min-width: 28.125em) {
  .participatory__cards .participatory__item {
    width: 9rem;
  }
}
@media screen and (min-width: 75em) {
  .participatory__cards .participatory__item {
    width: 14rem;
  }
}
.participatory__cards .participatory__item button {
  outline: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.participatory__cards .participatory__item button.follow-button.secondary {
  margin-left: 0.5rem;
}
@media screen and (min-width: 75em) {
  .participatory__cards .participatory__item button.follow-button.secondary {
    margin-left: 0;
  }
}
.participatory__cards .participatory__item .icon-wrap {
  display: inline-flex;
  align-items: center;
  margin: 0.313rem;
  width: 30%;
  padding: 0 !important;
}
.participatory__cards .participatory__item .icon-wrap span {
  margin-right: 0;
}
.participatory__cards .participatory__item .icon-wrap svg.icon {
  margin-top: 0;
}
@media screen and (min-width: 75em) {
  .participatory__cards .participatory__item .icon-wrap {
    padding: 0.53rem 0.5rem 0.5rem 0.7rem !important;
  }
}
.participatory__cards button {
  white-space: nowrap;
}
.participatory__cards .status-description {
  border-left: 1px solid #EBEBEB;
  padding: 0.53rem 0.6rem;
  display: inline-block;
}

#highlighted-processes {
  padding-top: 0;
}
@media print, screen and (min-width: 64em) {
  #highlighted-processes {
    padding-top: 3rem;
  }
}
#highlighted-processes .section-heading {
  text-align: center;
  margin-bottom: 3.75rem;
  margin-top: 1.75rem;
  margin-top: 3.125rem;
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 75em) {
  #highlighted-processes .section-heading {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.participatory-spacer {
  width: 100%;
  margin-top: 0;
  margin-bottom: 1.875rem;
}

.processes-grid-order-by h1.participatory-heading-3 {
  text-align: center;
  color: #0000bd;
  font: normal normal bold 1.5rem/3.37rem "Roboto", sans-serif;
  letter-spacing: 0;
  opacity: 1;
  margin-top: 0 !important;
  padding-top: 3.125rem;
  padding-bottom: 1.25rem;
  margin-bottom: 0 !important;
}
@media print, screen and (min-width: 64em) {
  .processes-grid-order-by h1.participatory-heading-3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 1.875rem;
  }
}
.processes-grid-order-by .participatory-heading-4 {
  text-align: center;
  margin-bottom: 2.5rem;
  margin-top: 1.25rem;
  font-size: 1.25rem !important;
}
@media print, screen and (min-width: 64em) {
  .processes-grid-order-by .participatory-heading-4 {
    margin-bottom: 3.125rem;
  }
}

.filters-participatory span {
  letter-spacing: var(--unnamed-character-spacing-0, 0px);
  text-align: center;
  font: normal normal bold 1.25rem/1.875rem "Roboto", sans-serif;
  color: #06060B;
  opacity: 1;
}
@media print, screen and (min-width: 64em) {
  .filters-participatory span {
    font-size: 1.563rem;
  }
}

.statistics-wrapper {
  background-color: #0000bd;
}
.statistics-wrapper h3.section-heading {
  color: white;
  padding: 0 0.625rem;
  margin-top: 3.125rem;
  margin-bottom: 3.125rem;
  font-size: 1.5625rem !important;
  text-align: center;
  letter-spacing: 0;
  opacity: 1;
  text-transform: none;
}
@media print, screen and (min-width: 51.25em) {
  .statistics-wrapper h3.section-heading {
    padding: 0;
  }
}
@media screen and (min-width: 75em) {
  .statistics-wrapper h3.section-heading {
    font-size: 1.875rem !important;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
    padding-left: 0.7rem;
  }
}
.statistics-wrapper .space-stats__number {
  font-weight: bold;
  color: white;
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 75em) {
  .statistics-wrapper .space-stats__number {
    font-size: 3rem;
  }
}
.statistics-wrapper .space-stats__title {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
@media screen and (min-width: 75em) {
  .statistics-wrapper .space-stats__title {
    font-size: 1.375rem;
  }
}
.statistics-wrapper .space-stats {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.statistics-wrapper .space-stats__data {
  width: 50%;
  padding: 0 0.7rem !important;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 3.125rem;
  word-wrap: break-word;
}
.statistics-wrapper .space-stats__data:after {
  top: 0;
  bottom: 0;
  height: auto;
  border-left: 1px solid #FFFFFF !important;
}
.statistics-wrapper .space-stats__data:nth-child(2n+1)::after {
  border-left: none !important;
}
@media print, screen and (min-width: 28.125em) {
  .statistics-wrapper .space-stats__data {
    width: 33.3%;
    padding: 1.5rem 0.8rem;
  }
  .statistics-wrapper .space-stats__data:nth-child(2n+1):not(:first-child):not(:last-child)::after {
    border-left: 1px solid #FFFFFF !important;
  }
}
@media print, screen and (min-width: 28.125em) and (min-width: 28.125em) {
  .statistics-wrapper .space-stats__data:nth-child(3n+1)::after {
    border-left: none !important;
  }
}
@media screen and (min-width: 75em) {
  .statistics-wrapper .space-stats__data {
    margin-bottom: 3.75rem;
  }
}

span.text-gray, span.text-gray + a {
  font-size: 0.75rem;
}

span.text-gray {
  font-size: 0.75rem;
}
@media print, screen and (min-width: 64em) {
  span.text-gray {
    font-size: 0.875rem;
  }
}

.participatory_process_footer {
  display: flex;
  flex-wrap: wrap;
}
.participatory_process_footer .button.hollow.title-action__action {
  white-space: normal;
}
.participatory_process_footer .columns.large-4,
.participatory_process_footer .columns.small-12 {
  display: flex;
  padding-bottom: 1.25rem;
}
@media print, screen and (min-width: 28.125em) {
  .participatory_process_footer .columns.large-4,
.participatory_process_footer .columns.small-12 {
    padding-bottom: 0;
  }
}
.participatory_process_footer .columns.large-4 a,
.participatory_process_footer .columns.small-12 a {
  width: 100%;
  margin-bottom: 0;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.participatory_process_footer h3 {
  margin-top: 3.75rem !important;
  margin-bottom: 2.5rem !important;
}

.tags.tags--proposal a {
  color: #5555E9;
  text-decoration: none;
}
.tags.tags--proposal a:hover {
  color: #0000bd;
}

.process-stats {
  overflow: hidden;
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.process-stats__title {
  color: #2b2e34;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.process-stats__data {
  text-align: center;
  padding: 1rem 0.25rem;
  width: calc(50% - 1rem);
  margin: 0.5rem;
  position: relative;
}
.process-stats__data::after {
  content: "";
  display: inline-block;
  border-left: 2px solid #5555E9;
  height: 2rem;
  position: absolute;
  left: 0;
  top: calc(50% - 1rem);
}
@media print, screen and (max-width: 62.49875em) {
  .process-stats__data:nth-child(odd)::after {
    border: none;
  }
}
@media print, screen and (min-width: 62.5em) {
  .process-stats__data {
    width: calc(25% - 1rem);
  }
  .process-stats__data:nth-child(4n+1)::after {
    border: none;
  }
}
.process-stats__number {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
}

.space-stats {
  overflow: hidden;
  margin: 2rem 0;
  display: flex;
  flex-wrap: wrap;
}
.space-stats__title {
  color: #FFFFFF;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  text-transform: none;
  font-weight: normal;
  margin-bottom: 0;
}
.space-stats__data {
  text-align: center;
  padding: 1rem 0;
  width: 33%;
  margin: 0.5rem 0;
  position: relative;
}
.space-stats__data::after {
  content: "";
  display: inline-block;
  border-left: 2px solid #FFFFFF;
  height: calc(100% - 2rem);
  position: absolute;
  left: 0;
  top: calc(33% - 1rem);
}
@media print, screen and (max-width: 62.49875em) {
  .space-stats__data:nth-child(3n+1)::after {
    border: none;
  }
}
@media print, screen and (min-width: 62.5em) {
  .space-stats__data {
    width: 20%;
  }
  .space-stats__data:nth-child(5n+1)::after {
    border: none;
  }
}
.space-stats__number {
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}
@media print, screen and (min-width: 62.5em) {
  .space-stats__number {
    font-size: 3rem;
    font-weight: bold;
  }
}

.page-title {
  color: #5555E9;
  text-align: center;
  font: normal normal bold 1.5/1.875rem;
  margin-top: 2.5rem;
}
@media print, screen and (min-width: 51.25em) {
  .page-title {
    font: normal normal bold 2.8rem/3.375rem;
    margin-top: 4.5rem;
  }
}

.side-panel {
  border-bottom: none;
  border-right: none;
  background-color: #FFFFFF;
  padding: 1.25rem 1rem 0.75rem 0;
}
@media print, screen and (min-width: 64em) {
  .side-panel {
    padding-left: 1rem;
  }
}
.side-panel .process-nav__content.row {
  border-bottom: 2px solid #FFFFFF;
}
.side-panel .process-nav__content.row .process-nav__link {
  white-space: pre-wrap;
}
.side-panel ul {
  padding-left: 0.75rem;
}
.side-panel ul li {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  width: 100%;
  display: inline-flex;
  border-bottom: 1px solid #E7E7E7;
}
.side-panel ul li:hover {
  box-shadow: none;
}
.side-panel ul li a {
  padding: 0.625rem 0;
}
@media screen and (min-width: 75em) {
  .side-panel ul li a {
    padding: 1.875rem 0 1.25rem 0;
  }
}
.side-panel ul li a:hover {
  text-decoration: none;
  box-shadow: inset 0 -4px 0 0 #7EB87A;
}
.side-panel ul li.is-active {
  box-shadow: none;
}
.side-panel ul li.is-active a {
  box-shadow: inset 0 -4px 0 0 #7EB87A;
}

.tabbed-container {
  border: 0;
}

.static__content h2 {
  text-align: left;
  font: normal normal normal 1.6875rem/2.62rem "Roboto", sans-serif;
  letter-spacing: 0px;
  color: #06060B;
  opacity: 1;
  margin-bottom: 1.625rem;
  margin-top: 3.75rem;
}
@media print, screen and (min-width: 64em) {
  .static__content h2 {
    margin-top: 0;
    font-size: 1.688rem;
    font-weight: 700;
  }
}
.static__content h4 {
  margin-bottom: 0.375rem;
}
.static__content p {
  font-size: 1rem;
}

.content-banner {
  background-size: cover;
  position: relative;
  z-index: 0;
  min-height: 21.875rem;
  background-color: #F5F5F5 !important;
  margin: 3.75rem 0;
}
@media print, screen and (min-width: 64em) {
  .content-banner-container-image {
    float: right;
  }
}
.content-banner-container img {
  height: 23.4375rem;
  width: 100%;
  left: 0;
  position: absolute;
}
@media print, screen and (min-width: 64em) {
  .content-banner-container img {
    position: static;
    width: 34.375rem;
    height: 21.875rem;
  }
}
.content-banner-container-text {
  margin: 23.4375rem 1.875rem 0 1.875rem;
}
.content-banner-container-text div:first-of-type {
  margin-top: 1.875rem;
}
@media print, screen and (min-width: 51.25em) {
  .content-banner-container-text div:first-of-type {
    margin-top: 1.25rem;
  }
}
@media print, screen and (min-width: 64em) {
  .content-banner-container-text {
    margin: 0;
  }
}
.content-banner-heading {
  font-size: 1.125rem;
  color: #06060B;
  font-weight: 700;
}
@media print, screen and (min-width: 28.125em) {
  .content-banner-heading {
    margin: 1.875rem 0 0 0;
    font-size: 1.375rem;
  }
}
.content-banner .banner-text {
  text-shadow: none;
  margin: 1.875rem 1.875rem 0 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .content-banner .banner-text {
    margin: 1.875rem 0 0 0;
  }
}
.content-banner h1.banner-text.heading1 {
  font-weight: 600;
}
.content-banner div.banner-text p {
  margin-bottom: 1.875rem;
  color: black;
}
@media print, screen and (min-width: 28.125em) {
  .content-banner div.banner-text p {
    margin-bottom: 2.5rem;
  }
}
.content-banner .button {
  margin: 0 1.875rem 3.75rem 1.875rem;
}
@media print, screen and (min-width: 64em) {
  .content-banner .button {
    margin-left: 0;
  }
}

.center-arrow {
  position: relative;
  bottom: 0px;
}
.center-arrow:before {
  position: absolute;
  width: 50%;
  left: 0;
  bottom: 0;
  border-bottom: 0.5rem solid white;
  border-right: 0.5rem solid transparent;
  display: block;
  content: " ";
}
.center-arrow:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  right: 0;
  border-bottom: 0.5rem solid white;
  border-left: 0.5rem solid transparent;
  display: block;
  content: " ";
}
@media print, screen and (min-width: 64em) {
  .center-arrow:before {
    border-bottom: 1.25rem solid white;
    border-right: 1.25rem solid transparent;
  }
  .center-arrow:after {
    border-bottom: 1.25rem solid white;
    border-left: 1.25rem solid transparent;
  }
}

#old-slider-block hr {
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.875rem;
}
#old-slider-block h1 {
  padding: 2rem 2.25rem;
  font-weight: bold;
  color: #1a181d;
  text-align: center;
  font-size: 1.7rem;
  width: 100%;
}
@media print, screen and (min-width: 28.125em) {
  #old-slider-block h1 {
    padding: 2rem 5rem;
    font-size: 3.5rem;
  }
}
#old-slider-block h3 {
  color: #0000bd;
  padding: 1.875rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  #old-slider-block h3 {
    padding: 1.875rem 4rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 2.188rem;
    line-height: 2.188rem;
  }
}
#old-slider-block .orbit-caption {
  background-color: #5555E9;
  bottom: 21%;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 1rem;
  left: 0;
  line-height: 1.3;
  max-height: 5rem;
  max-width: 91%;
  overflow: hidden;
  padding: 0.5rem 1rem;
  padding: 0.8rem 1rem;
  top: auto;
  width: auto;
}
@media print, screen and (min-width: 28.125em) {
  #old-slider-block .orbit-caption {
    bottom: 12%;
    font-size: 1.125rem;
    left: 0;
    max-height: 4.3rem;
    padding: 1rem;
  }
}
@media print, screen and (min-width: 51.25em) {
  #old-slider-block .orbit-caption {
    bottom: 15%;
  }
}
@media screen and (min-width: 75em) {
  #old-slider-block .orbit-caption {
    font-size: 2.1875rem;
    left: auto;
    max-width: 45%;
    max-height: 8.2rem;
    padding: 1.25rem;
    right: 50%;
  }
}
#old-slider-block .orbit-container {
  outline: none;
}
#old-slider-block .orbit-bullets {
  margin-bottom: 0.75rem;
  margin-top: 0;
}
@media print, screen and (min-width: 64em) {
  #old-slider-block .orbit-bullets {
    margin-bottom: 2.25rem;
  }
}
#old-slider-block .orbit-bullets button {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #FFFFFF;
}
#old-slider-block .orbit-bullets button:hover, #old-slider-block .orbit-bullets button.is-active {
  background-color: #D4D4D4;
}
#old-slider-block .orbit-bullets-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
#old-slider-block .button.hollow {
  width: 14.25rem;
  height: 2.813rem;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 1rem;
}
@media print, screen and (min-width: 64em) {
  #old-slider-block .button.hollow {
    height: 4.063rem;
    width: 16.25rem;
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 75em) {
  #old-slider-block .button.hollow {
    width: 22.5rem;
  }
}
#old-slider-block .button:focus {
  background-color: #0000bd;
  color: #FFFFFF;
}
#old-slider-block .row.collapse {
  display: flex;
  flex-wrap: wrap;
}
#old-slider-block .row.collapse hr {
  margin-top: 1rem;
}
#old-slider-block .row.collapse p {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
#old-slider-block .row.collapse div {
  display: flex;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-top: 0rem;
}
@media print, screen and (min-width: 28.125em) {
  #old-slider-block .row.collapse div {
    margin-top: 1.875rem;
  }
}
#old-slider-block .row.collapse div a {
  width: 100%;
  margin-bottom: 1.25rem;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 23.74875em) {
  #old-slider-block .row.collapse div a {
    width: 16.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0rem;
  }
}
@media print, screen and (max-width: 23.74875em) {
  #old-slider-block .row.collapse div:first-of-type a {
    margin-top: 1.875rem;
  }
}

#slider-block hr {
  width: 100%;
  margin-bottom: 0;
  margin-top: 1.875rem;
}
#slider-block h3, #slider-block h1 {
  color: #0000bd;
  padding: 1.875rem 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 0;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  #slider-block h3, #slider-block h1 {
    color: #0000bd;
    padding: 1.875rem 4rem;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.875rem;
    line-height: 2.188rem;
  }
}
#slider-block #slider-block {
  margin-top: 1.875rem;
}
#slider-block .orbit-wrapper {
  width: 100%;
}
@media screen and (min-width: 100em) {
  #slider-block .orbit-wrapper {
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
  }
}
#slider-block .orbit-figure,
#slider-block .orbit-slide {
  height: 100%;
}
@media print, screen and (min-width: 51.25em) {
  #slider-block .orbit-figure,
#slider-block .orbit-slide {
    height: 23.4375rem !important;
  }
}
@media screen and (min-width: 100em) {
  #slider-block .orbit-figure,
#slider-block .orbit-slide {
    height: 26.25rem !important;
  }
}
#slider-block .orbit-caption {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  background-color: #5555E9;
  color: #FFFFFF;
  font-weight: bold;
  overflow: hidden;
  width: 100%;
  padding: 0 25px;
  text-align: center;
  position: relative;
  height: auto;
  flex: 2;
}
@media print, screen and (min-width: 28.125em) {
  #slider-block .orbit-caption {
    padding: 0 60px;
  }
}
@media print, screen and (min-width: 51.25em) {
  #slider-block .orbit-caption {
    padding: 0 1.875rem 0 3.75rem;
    height: 100%;
    min-width: 25rem !important;
    width: 25rem !important;
    text-align: left;
    align-items: unset;
  }
}
@media screen and (min-width: 100em) {
  #slider-block .orbit-caption {
    height: 100%;
    min-width: 31.25rem !important;
    width: 31.25rem !important;
  }
}
#slider-block .text-slide-wrapper {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  word-break: break-word;
}
#slider-block .orbit-figure {
  display: flex;
  flex-direction: column-reverse;
}
#slider-block .orbit-figure .orbit-image {
  width: 100%;
}
@media print, screen and (min-width: 51.25em) {
  #slider-block .orbit-figure {
    flex-direction: row;
  }
}
#slider-block .orbit-image {
  position: relative;
  height: 25rem;
}
@media print, screen and (min-width: 51.25em) {
  #slider-block .orbit-image {
    height: 23.4375rem;
  }
}
@media screen and (min-width: 100em) {
  #slider-block .orbit-image {
    height: 26.25rem;
  }
}
#slider-block .orbit-image .credits {
  z-index: 100;
  color: #FFF;
  line-height: 14px;
  font-weight: bold;
  font-size: 0.75rem;
  position: absolute;
  left: 5px;
  top: 10px;
  margin-bottom: 0;
  padding-top: 20px;
  transform: rotate(180deg);
  text-align: right;
  word-break: break-word;
  writing-mode: vertical-rl;
  height: 380px;
}
@media print, screen and (min-width: 51.25em) {
  #slider-block .orbit-image .credits {
    height: 355px;
  }
}
@media screen and (min-width: 100em) {
  #slider-block .orbit-image .credits {
    height: 400px;
  }
}
#slider-block .orbit-text {
  margin: 1.875rem 0;
  padding: 0;
  font-size: 1.4375rem;
  color: #FFFFFF;
  font-weight: bold;
  line-height: 1.75rem;
  text-align: center;
}
@media print, screen and (min-width: 28.125em) {
  #slider-block .orbit-text {
    line-height: 2.4rem;
    margin: 2.5rem 0;
    font-size: 2.1875rem;
  }
}
@media print, screen and (min-width: 51.25em) {
  #slider-block .orbit-text {
    margin: 0;
    font-size: 1.6875rem;
    line-height: 2rem;
    text-align: left;
  }
}
@media screen and (min-width: 75em) {
  #slider-block .orbit-text {
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 100em) {
  #slider-block .orbit-text {
    line-height: 2.4rem;
    font-size: 2.1875rem;
  }
}
#slider-block .orbit-container {
  outline: none;
  display: flex;
  min-height: 42.8125rem;
  position: static;
}
@media print, screen and (min-width: 51.25em) {
  #slider-block .orbit-container {
    min-height: 25rem;
    height: auto;
    position: relative;
  }
}
#slider-block .orbit-bullets {
  position: absolute;
  top: 340px;
  left: 39%;
}
@media print, screen and (min-width: 28.125em) {
  #slider-block .orbit-bullets {
    top: 340px;
    left: 45%;
  }
}
@media print, screen and (min-width: 51.25em) {
  #slider-block .orbit-bullets {
    position: relative;
    margin-top: -4.5625rem;
    top: 0;
    left: 10%;
  }
}
@media screen and (min-width: 100em) {
  #slider-block .orbit-bullets {
    margin-top: -3.3125rem;
  }
}
#slider-block .orbit-bullets .control {
  border-width: 0rem 0rem 0rem 0.688rem;
  border-color: #FFFFFF;
  background-color: transparent;
  border-style: double;
  vertical-align: bottom;
  border-radius: 0px;
}
#slider-block .orbit-bullets .control:hover {
  background-color: transparent;
}
#slider-block .orbit-bullets .pause {
  border-color: transparent transparent transparent #FFFFFF;
  background-color: transparent;
  border-radius: 0px;
  border-width: 0.344rem 0rem 0.344rem 0.688rem;
  border-style: solid;
}
#slider-block .orbit-bullets .pause:hover {
  background-color: transparent;
}
#slider-block .orbit-bullets button {
  width: 0.688rem;
  height: 0.688rem;
  background-color: #FFFFFF;
  border: 0.0625rem solid #FFFFFF;
}
#slider-block .orbit-bullets button:hover, #slider-block .orbit-bullets button.is-active {
  background-color: #b3dfb0;
}
#slider-block .orbit-bullets-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}
#slider-block .orbit-controls button {
  opacity: 1;
  width: 28px;
  height: 32px;
  top: 12.5rem;
}
@media print, screen and (min-width: 51.25em) {
  #slider-block .orbit-controls button {
    margin-top: 0rem;
    top: 11.71875rem;
  }
}
@media screen and (min-width: 100em) {
  #slider-block .orbit-controls button {
    top: 13.125rem;
  }
}
#slider-block .orbit-next {
  border-radius: 10px 0px 0px 10px;
}
#slider-block .orbit-next svg {
  margin-left: -0.125rem;
}
#slider-block .orbit-next:focus {
  background-color: #FFFFFF;
}
#slider-block .orbit-next:hover {
  background-color: #FFFFFF;
}
#slider-block .orbit-previous {
  border-radius: 0px 10px 10px 0px;
}
#slider-block .orbit-previous svg {
  margin-left: -0.3125rem;
}
#slider-block .orbit-previous:focus {
  background-color: #FFFFFF;
}
#slider-block .orbit-previous:hover {
  background-color: #FFFFFF;
}
#slider-block .button {
  z-index: 200;
}
#slider-block .button.action {
  padding: 0 0.75rem !important;
  border: 0.1875rem solid #b3dfb0;
  border-radius: 1.875rem;
  font-size: 1rem;
  font-weight: 700;
  width: fit-content;
  width: -moz-fit-content;
  margin-bottom: 2.5rem;
  height: 2.8125rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 28.125em) {
  #slider-block .button.action {
    font-size: 1.25rem;
  }
}
@media print, screen and (min-width: 51.25em) {
  #slider-block .button.action {
    margin-bottom: 1.875rem;
    font-size: 1.0625rem;
  }
}
#slider-block .button.action:hover {
  background-color: #FFFFFF;
  border: 0.1875rem solid #FFFFFF;
  color: #5555E9;
}
#slider-block .button.hollow {
  width: 14.25rem;
  height: 2.813rem;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 1rem;
}
@media print, screen and (min-width: 64em) {
  #slider-block .button.hollow {
    height: 4.063rem;
    width: 16.25rem;
    font-size: 1.063rem;
  }
}
@media screen and (min-width: 75em) {
  #slider-block .button.hollow {
    width: 22.5rem;
  }
}
#slider-block .button:focus {
  background-color: #0000bd;
  color: #FFFFFF;
}
#slider-block .row.collapse {
  display: flex;
  flex-wrap: wrap;
}
#slider-block .row.collapse hr {
  margin-top: 1rem;
}
#slider-block .row.collapse p {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
#slider-block .row.collapse div {
  display: flex;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-top: 0rem;
}
#slider-block .row.collapse div.row.column, #slider-block .row.collapse div.row.columns {
  justify-content: center;
}
@media print, screen and (min-width: 28.125em) {
  #slider-block .row.collapse div {
    margin-top: 1.875rem;
  }
}
#slider-block .row.collapse div a {
  width: 100%;
  margin-bottom: 1.25rem;
  white-space: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media print, screen and (max-width: 23.74875em) {
  #slider-block .row.collapse div a {
    width: 16.875rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0rem;
  }
}
@media print, screen and (max-width: 23.74875em) {
  #slider-block .row.collapse div:first-of-type a {
    margin-top: 1.875rem;
  }
}

.card__header__topic {
  display: flex;
  color: #1a181d;
  font-size: 0.75rem;
}
.card__header__topic .column, .card__header__topic .columns {
  padding: 0;
  margin-bottom: 1.25rem;
}
.card__header__topic .column a, .card__header__topic .columns a {
  color: #0000bd;
  font-weight: bold;
}
.card__header__topic .column a:hover, .card__header__topic .columns a:hover {
  color: #1a181d;
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}

#statistics {
  background-color: #0000bd;
  color: #fff;
  margin-top: 3.75rem;
}
#statistics .heading3 {
  font-size: 1.563rem;
  margin-bottom: 3.125rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 75em) {
  #statistics .heading3 {
    font-size: 1.875rem;
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }
}

.upcoming-events.home-section .card__link {
  color: #1a181d;
}
.upcoming-events.home-section .card__link:hover, .upcoming-events.home-section .card__link:focus {
  color: #0000bd;
}
.upcoming-events.home-section .text-medium, .upcoming-events.home-section .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .tooltip-content {
  color: #646567;
}
.upcoming-events.home-section .text-medium .icon--container, .upcoming-events.home-section .chart-tooltip .tooltip-content .icon--container, .chart-tooltip .upcoming-events.home-section .tooltip-content .icon--container {
  align-items: flex-start;
}
.upcoming-events.home-section .text-medium .icon--container .icon.primary, .upcoming-events.home-section .chart-tooltip .tooltip-content .icon--container .icon.primary, .chart-tooltip .upcoming-events.home-section .tooltip-content .icon--container .icon.primary {
  color: #06060B;
}
.upcoming-events.home-section .text-medium .icon--container svg, .upcoming-events.home-section .chart-tooltip .tooltip-content .icon--container svg, .chart-tooltip .upcoming-events.home-section .tooltip-content .icon--container svg {
  margin-top: 0.3rem;
}
.upcoming-events.home-section .card-grid .column, .upcoming-events.home-section .card-grid .columns {
  margin-bottom: 1rem;
}
@media print, screen and (min-width: 64em) {
  .upcoming-events.home-section .card-grid .column, .upcoming-events.home-section .card-grid .columns {
    margin-bottom: 0;
  }
}
.upcoming-events.home-section .card-grid .column .card, .upcoming-events.home-section .card-grid .columns .card, .upcoming-events.home-section .card-grid .column .comment-thread, .upcoming-events.home-section .card-grid .columns .comment-thread, .upcoming-events.home-section .card-grid .column .add-message, .upcoming-events.home-section .card-grid .columns .add-message, .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio, .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio, .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio, .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio, .upcoming-events.home-section .card-grid .column .conference-registration, .upcoming-events.home-section .card-grid .columns .conference-registration, .upcoming-events.home-section .card-grid .column .chart-tooltip, .upcoming-events.home-section .card-grid .columns .chart-tooltip {
  border: 1px solid #D4D4D4;
  border-radius: 5px;
  margin-bottom: 0;
}
.upcoming-events.home-section .card-grid .column .card .p-s, .upcoming-events.home-section .card-grid .columns .card .p-s, .upcoming-events.home-section .card-grid .column .comment-thread .p-s, .upcoming-events.home-section .card-grid .columns .comment-thread .p-s, .upcoming-events.home-section .card-grid .column .add-message .p-s, .upcoming-events.home-section .card-grid .columns .add-message .p-s, .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio .p-s, .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio .p-s, .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio .p-s, .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio .p-s, .upcoming-events.home-section .card-grid .column .conference-registration .p-s, .upcoming-events.home-section .card-grid .columns .conference-registration .p-s, .upcoming-events.home-section .card-grid .column .chart-tooltip .p-s, .upcoming-events.home-section .card-grid .columns .chart-tooltip .p-s, .upcoming-events.home-section .card-grid .column .card .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .column .card li, .upcoming-events.home-section .card-grid .columns .card .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .columns .card li, .upcoming-events.home-section .card-grid .column .comment-thread .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .column .comment-thread li, .upcoming-events.home-section .card-grid .columns .comment-thread .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .columns .comment-thread li, .upcoming-events.home-section .card-grid .column .add-message .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .column .add-message li, .upcoming-events.home-section .card-grid .columns .add-message .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .columns .add-message li, .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio li, .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio .reveal__list li, .reveal__list .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio li, .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio li, .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio .reveal__list li, .reveal__list .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio li, .upcoming-events.home-section .card-grid .column .conference-registration .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .column .conference-registration li, .upcoming-events.home-section .card-grid .columns .conference-registration .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .columns .conference-registration li, .upcoming-events.home-section .card-grid .column .chart-tooltip .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .column .chart-tooltip li, .upcoming-events.home-section .card-grid .columns .chart-tooltip .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .columns .chart-tooltip li {
  padding: 1rem !important;
}
.upcoming-events.home-section .card-grid .column .card .p-s .icon, .upcoming-events.home-section .card-grid .columns .card .p-s .icon, .upcoming-events.home-section .card-grid .column .comment-thread .p-s .icon, .upcoming-events.home-section .card-grid .columns .comment-thread .p-s .icon, .upcoming-events.home-section .card-grid .column .add-message .p-s .icon, .upcoming-events.home-section .card-grid .columns .add-message .p-s .icon, .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio .p-s .icon, .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio .p-s .icon, .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio .p-s .icon, .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio .p-s .icon, .upcoming-events.home-section .card-grid .column .conference-registration .p-s .icon, .upcoming-events.home-section .card-grid .columns .conference-registration .p-s .icon, .upcoming-events.home-section .card-grid .column .chart-tooltip .p-s .icon, .upcoming-events.home-section .card-grid .columns .chart-tooltip .p-s .icon, .upcoming-events.home-section .card-grid .column .card .reveal__list li .icon, .reveal__list .upcoming-events.home-section .card-grid .column .card li .icon, .upcoming-events.home-section .card-grid .columns .card .reveal__list li .icon, .reveal__list .upcoming-events.home-section .card-grid .columns .card li .icon, .upcoming-events.home-section .card-grid .column .comment-thread .reveal__list li .icon, .reveal__list .upcoming-events.home-section .card-grid .column .comment-thread li .icon, .upcoming-events.home-section .card-grid .columns .comment-thread .reveal__list li .icon, .reveal__list .upcoming-events.home-section .card-grid .columns .comment-thread li .icon, .upcoming-events.home-section .card-grid .column .add-message .reveal__list li .icon, .reveal__list .upcoming-events.home-section .card-grid .column .add-message li .icon, .upcoming-events.home-section .card-grid .columns .add-message .reveal__list li .icon, .reveal__list .upcoming-events.home-section .card-grid .columns .add-message li .icon, .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio .reveal__list li .icon, .reveal__list .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio li .icon, .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio .reveal__list li .icon, .reveal__list .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio li .icon, .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio .reveal__list li .icon, .reveal__list .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio li .icon, .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio .reveal__list li .icon, .reveal__list .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio li .icon, .upcoming-events.home-section .card-grid .column .conference-registration .reveal__list li .icon, .reveal__list .upcoming-events.home-section .card-grid .column .conference-registration li .icon, .upcoming-events.home-section .card-grid .columns .conference-registration .reveal__list li .icon, .reveal__list .upcoming-events.home-section .card-grid .columns .conference-registration li .icon, .upcoming-events.home-section .card-grid .column .chart-tooltip .reveal__list li .icon, .reveal__list .upcoming-events.home-section .card-grid .column .chart-tooltip li .icon, .upcoming-events.home-section .card-grid .columns .chart-tooltip .reveal__list li .icon, .reveal__list .upcoming-events.home-section .card-grid .columns .chart-tooltip li .icon {
  margin-top: 0.15rem;
  width: 1rem;
  height: 1rem;
}
.upcoming-events.home-section .card-grid .column .card .p-s .card__text .column, .upcoming-events.home-section .card-grid .columns .card .p-s .card__text .column, .upcoming-events.home-section .card-grid .column .comment-thread .p-s .card__text .column, .upcoming-events.home-section .card-grid .columns .comment-thread .p-s .card__text .column, .upcoming-events.home-section .card-grid .column .add-message .p-s .card__text .column, .upcoming-events.home-section .card-grid .columns .add-message .p-s .card__text .column, .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio .p-s .card__text .column, .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio .p-s .card__text .column, .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio .p-s .card__text .column, .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio .p-s .card__text .column, .upcoming-events.home-section .card-grid .column .conference-registration .p-s .card__text .column, .upcoming-events.home-section .card-grid .columns .conference-registration .p-s .card__text .column, .upcoming-events.home-section .card-grid .column .chart-tooltip .p-s .card__text .column, .upcoming-events.home-section .card-grid .columns .chart-tooltip .p-s .card__text .column, .upcoming-events.home-section .card-grid .column .card .reveal__list li .card__text .column, .reveal__list .upcoming-events.home-section .card-grid .column .card li .card__text .column, .upcoming-events.home-section .card-grid .columns .card .reveal__list li .card__text .column, .reveal__list .upcoming-events.home-section .card-grid .columns .card li .card__text .column, .upcoming-events.home-section .card-grid .column .comment-thread .reveal__list li .card__text .column, .reveal__list .upcoming-events.home-section .card-grid .column .comment-thread li .card__text .column, .upcoming-events.home-section .card-grid .columns .comment-thread .reveal__list li .card__text .column, .reveal__list .upcoming-events.home-section .card-grid .columns .comment-thread li .card__text .column, .upcoming-events.home-section .card-grid .column .add-message .reveal__list li .card__text .column, .reveal__list .upcoming-events.home-section .card-grid .column .add-message li .card__text .column, .upcoming-events.home-section .card-grid .columns .add-message .reveal__list li .card__text .column, .reveal__list .upcoming-events.home-section .card-grid .columns .add-message li .card__text .column, .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio .reveal__list li .card__text .column, .reveal__list .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio li .card__text .column, .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio .reveal__list li .card__text .column, .reveal__list .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio li .card__text .column, .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio .reveal__list li .card__text .column, .reveal__list .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio li .card__text .column, .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio .reveal__list li .card__text .column, .reveal__list .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio li .card__text .column, .upcoming-events.home-section .card-grid .column .conference-registration .reveal__list li .card__text .column, .reveal__list .upcoming-events.home-section .card-grid .column .conference-registration li .card__text .column, .upcoming-events.home-section .card-grid .columns .conference-registration .reveal__list li .card__text .column, .reveal__list .upcoming-events.home-section .card-grid .columns .conference-registration li .card__text .column, .upcoming-events.home-section .card-grid .column .chart-tooltip .reveal__list li .card__text .column, .reveal__list .upcoming-events.home-section .card-grid .column .chart-tooltip li .card__text .column, .upcoming-events.home-section .card-grid .columns .chart-tooltip .reveal__list li .card__text .column, .reveal__list .upcoming-events.home-section .card-grid .columns .chart-tooltip li .card__text .column, .upcoming-events.home-section .card-grid .column .card .p-s .card__text .columns, .upcoming-events.home-section .card-grid .columns .card .p-s .card__text .columns, .upcoming-events.home-section .card-grid .column .comment-thread .p-s .card__text .columns, .upcoming-events.home-section .card-grid .columns .comment-thread .p-s .card__text .columns, .upcoming-events.home-section .card-grid .column .add-message .p-s .card__text .columns, .upcoming-events.home-section .card-grid .columns .add-message .p-s .card__text .columns, .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio .p-s .card__text .columns, .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio .p-s .card__text .columns, .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio .p-s .card__text .columns, .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio .p-s .card__text .columns, .upcoming-events.home-section .card-grid .column .conference-registration .p-s .card__text .columns, .upcoming-events.home-section .card-grid .columns .conference-registration .p-s .card__text .columns, .upcoming-events.home-section .card-grid .column .chart-tooltip .p-s .card__text .columns, .upcoming-events.home-section .card-grid .columns .chart-tooltip .p-s .card__text .columns, .upcoming-events.home-section .card-grid .column .card .reveal__list li .card__text .columns, .reveal__list .upcoming-events.home-section .card-grid .column .card li .card__text .columns, .upcoming-events.home-section .card-grid .columns .card .reveal__list li .card__text .columns, .reveal__list .upcoming-events.home-section .card-grid .columns .card li .card__text .columns, .upcoming-events.home-section .card-grid .column .comment-thread .reveal__list li .card__text .columns, .reveal__list .upcoming-events.home-section .card-grid .column .comment-thread li .card__text .columns, .upcoming-events.home-section .card-grid .columns .comment-thread .reveal__list li .card__text .columns, .reveal__list .upcoming-events.home-section .card-grid .columns .comment-thread li .card__text .columns, .upcoming-events.home-section .card-grid .column .add-message .reveal__list li .card__text .columns, .reveal__list .upcoming-events.home-section .card-grid .column .add-message li .card__text .columns, .upcoming-events.home-section .card-grid .columns .add-message .reveal__list li .card__text .columns, .reveal__list .upcoming-events.home-section .card-grid .columns .add-message li .card__text .columns, .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio .reveal__list li .card__text .columns, .reveal__list .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio li .card__text .columns, .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio .reveal__list li .card__text .columns, .reveal__list .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio li .card__text .columns, .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio .reveal__list li .card__text .columns, .reveal__list .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio li .card__text .columns, .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio .reveal__list li .card__text .columns, .reveal__list .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio li .card__text .columns, .upcoming-events.home-section .card-grid .column .conference-registration .reveal__list li .card__text .columns, .reveal__list .upcoming-events.home-section .card-grid .column .conference-registration li .card__text .columns, .upcoming-events.home-section .card-grid .columns .conference-registration .reveal__list li .card__text .columns, .reveal__list .upcoming-events.home-section .card-grid .columns .conference-registration li .card__text .columns, .upcoming-events.home-section .card-grid .column .chart-tooltip .reveal__list li .card__text .columns, .reveal__list .upcoming-events.home-section .card-grid .column .chart-tooltip li .card__text .columns, .upcoming-events.home-section .card-grid .columns .chart-tooltip .reveal__list li .card__text .columns, .reveal__list .upcoming-events.home-section .card-grid .columns .chart-tooltip li .card__text .columns {
  margin-bottom: 0;
}
.upcoming-events.home-section .card-grid .column .card .p-s .text-medium, .upcoming-events.home-section .card-grid .columns .card .p-s .text-medium, .upcoming-events.home-section .card-grid .column .comment-thread .p-s .text-medium, .upcoming-events.home-section .card-grid .columns .comment-thread .p-s .text-medium, .upcoming-events.home-section .card-grid .column .add-message .p-s .text-medium, .upcoming-events.home-section .card-grid .columns .add-message .p-s .text-medium, .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio .p-s .text-medium, .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio .p-s .text-medium, .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio .p-s .text-medium, .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio .p-s .text-medium, .upcoming-events.home-section .card-grid .column .conference-registration .p-s .text-medium, .upcoming-events.home-section .card-grid .columns .conference-registration .p-s .text-medium, .upcoming-events.home-section .card-grid .column .chart-tooltip .p-s .text-medium, .upcoming-events.home-section .card-grid .columns .chart-tooltip .p-s .text-medium, .upcoming-events.home-section .card-grid .column .card .reveal__list li .text-medium, .reveal__list .upcoming-events.home-section .card-grid .column .card li .text-medium, .upcoming-events.home-section .card-grid .columns .card .reveal__list li .text-medium, .reveal__list .upcoming-events.home-section .card-grid .columns .card li .text-medium, .upcoming-events.home-section .card-grid .column .comment-thread .reveal__list li .text-medium, .reveal__list .upcoming-events.home-section .card-grid .column .comment-thread li .text-medium, .upcoming-events.home-section .card-grid .columns .comment-thread .reveal__list li .text-medium, .reveal__list .upcoming-events.home-section .card-grid .columns .comment-thread li .text-medium, .upcoming-events.home-section .card-grid .column .add-message .reveal__list li .text-medium, .reveal__list .upcoming-events.home-section .card-grid .column .add-message li .text-medium, .upcoming-events.home-section .card-grid .columns .add-message .reveal__list li .text-medium, .reveal__list .upcoming-events.home-section .card-grid .columns .add-message li .text-medium, .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio .reveal__list li .text-medium, .reveal__list .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio li .text-medium, .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio .reveal__list li .text-medium, .reveal__list .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio li .text-medium, .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio .reveal__list li .text-medium, .reveal__list .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio li .text-medium, .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio .reveal__list li .text-medium, .reveal__list .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio li .text-medium, .upcoming-events.home-section .card-grid .column .conference-registration .reveal__list li .text-medium, .reveal__list .upcoming-events.home-section .card-grid .column .conference-registration li .text-medium, .upcoming-events.home-section .card-grid .columns .conference-registration .reveal__list li .text-medium, .reveal__list .upcoming-events.home-section .card-grid .columns .conference-registration li .text-medium, .upcoming-events.home-section .card-grid .column .chart-tooltip .reveal__list li .text-medium, .reveal__list .upcoming-events.home-section .card-grid .column .chart-tooltip li .text-medium, .upcoming-events.home-section .card-grid .columns .chart-tooltip .reveal__list li .text-medium, .reveal__list .upcoming-events.home-section .card-grid .columns .chart-tooltip li .text-medium, .upcoming-events.home-section .card-grid .column .card .p-s .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .column .card .p-s .tooltip-content, .upcoming-events.home-section .card-grid .columns .card .p-s .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .columns .card .p-s .tooltip-content, .upcoming-events.home-section .card-grid .column .comment-thread .p-s .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .column .comment-thread .p-s .tooltip-content, .upcoming-events.home-section .card-grid .columns .comment-thread .p-s .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .columns .comment-thread .p-s .tooltip-content, .upcoming-events.home-section .card-grid .column .add-message .p-s .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .column .add-message .p-s .tooltip-content, .upcoming-events.home-section .card-grid .columns .add-message .p-s .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .columns .add-message .p-s .tooltip-content, .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio .p-s .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio .p-s .tooltip-content, .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio .p-s .chart-tooltip .tooltip-content, .chart-tooltip .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio .p-s .tooltip-content, .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio .p-s .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio .p-s .tooltip-content, .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio .p-s .chart-tooltip .tooltip-content, .chart-tooltip .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio .p-s .tooltip-content, .upcoming-events.home-section .card-grid .column .conference-registration .p-s .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .column .conference-registration .p-s .tooltip-content, .upcoming-events.home-section .card-grid .columns .conference-registration .p-s .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .columns .conference-registration .p-s .tooltip-content, .upcoming-events.home-section .card-grid .column .chart-tooltip .p-s .tooltip-content, .upcoming-events.home-section .card-grid .columns .chart-tooltip .p-s .tooltip-content, .upcoming-events.home-section .card-grid .column .card .reveal__list li .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .column .card .reveal__list li .tooltip-content, .reveal__list .upcoming-events.home-section .card-grid .column .card li .chart-tooltip .tooltip-content, .chart-tooltip .reveal__list .upcoming-events.home-section .card-grid .column .card li .tooltip-content, .upcoming-events.home-section .card-grid .columns .card .reveal__list li .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .columns .card .reveal__list li .tooltip-content, .reveal__list .upcoming-events.home-section .card-grid .columns .card li .chart-tooltip .tooltip-content, .chart-tooltip .reveal__list .upcoming-events.home-section .card-grid .columns .card li .tooltip-content, .upcoming-events.home-section .card-grid .column .comment-thread .reveal__list li .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .column .comment-thread .reveal__list li .tooltip-content, .reveal__list .upcoming-events.home-section .card-grid .column .comment-thread li .chart-tooltip .tooltip-content, .chart-tooltip .reveal__list .upcoming-events.home-section .card-grid .column .comment-thread li .tooltip-content, .upcoming-events.home-section .card-grid .columns .comment-thread .reveal__list li .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .columns .comment-thread .reveal__list li .tooltip-content, .reveal__list .upcoming-events.home-section .card-grid .columns .comment-thread li .chart-tooltip .tooltip-content, .chart-tooltip .reveal__list .upcoming-events.home-section .card-grid .columns .comment-thread li .tooltip-content, .upcoming-events.home-section .card-grid .column .add-message .reveal__list li .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .column .add-message .reveal__list li .tooltip-content, .reveal__list .upcoming-events.home-section .card-grid .column .add-message li .chart-tooltip .tooltip-content, .chart-tooltip .reveal__list .upcoming-events.home-section .card-grid .column .add-message li .tooltip-content, .upcoming-events.home-section .card-grid .columns .add-message .reveal__list li .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .columns .add-message .reveal__list li .tooltip-content, .reveal__list .upcoming-events.home-section .card-grid .columns .add-message li .chart-tooltip .tooltip-content, .chart-tooltip .reveal__list .upcoming-events.home-section .card-grid .columns .add-message li .tooltip-content, .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio .reveal__list li .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio .reveal__list li .tooltip-content, .reveal__list .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio li .chart-tooltip .tooltip-content, .chart-tooltip .reveal__list .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio li .tooltip-content, .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio .reveal__list li .chart-tooltip .tooltip-content, .chart-tooltip .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio .reveal__list li .tooltip-content, .reveal__list .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio li .chart-tooltip .tooltip-content, .chart-tooltip .reveal__list .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio li .tooltip-content, .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio .reveal__list li .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio .reveal__list li .tooltip-content, .reveal__list .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio li .chart-tooltip .tooltip-content, .chart-tooltip .reveal__list .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio li .tooltip-content, .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio .reveal__list li .chart-tooltip .tooltip-content, .chart-tooltip .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio .reveal__list li .tooltip-content, .reveal__list .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio li .chart-tooltip .tooltip-content, .chart-tooltip .reveal__list .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio li .tooltip-content, .upcoming-events.home-section .card-grid .column .conference-registration .reveal__list li .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .column .conference-registration .reveal__list li .tooltip-content, .reveal__list .upcoming-events.home-section .card-grid .column .conference-registration li .chart-tooltip .tooltip-content, .chart-tooltip .reveal__list .upcoming-events.home-section .card-grid .column .conference-registration li .tooltip-content, .upcoming-events.home-section .card-grid .columns .conference-registration .reveal__list li .chart-tooltip .tooltip-content, .chart-tooltip .upcoming-events.home-section .card-grid .columns .conference-registration .reveal__list li .tooltip-content, .reveal__list .upcoming-events.home-section .card-grid .columns .conference-registration li .chart-tooltip .tooltip-content, .chart-tooltip .reveal__list .upcoming-events.home-section .card-grid .columns .conference-registration li .tooltip-content, .upcoming-events.home-section .card-grid .column .chart-tooltip .reveal__list li .tooltip-content, .reveal__list .upcoming-events.home-section .card-grid .column .chart-tooltip li .tooltip-content, .upcoming-events.home-section .card-grid .columns .chart-tooltip .reveal__list li .tooltip-content, .reveal__list .upcoming-events.home-section .card-grid .columns .chart-tooltip li .tooltip-content {
  color: #1a181d;
}
@media print, screen and (min-width: 28.125em) {
  .upcoming-events.home-section .card-grid .column, .upcoming-events.home-section .card-grid .columns {
    margin-bottom: 1.25rem;
  }
  .upcoming-events.home-section .card-grid .column .card, .upcoming-events.home-section .card-grid .columns .card, .upcoming-events.home-section .card-grid .column .comment-thread, .upcoming-events.home-section .card-grid .columns .comment-thread, .upcoming-events.home-section .card-grid .column .add-message, .upcoming-events.home-section .card-grid .columns .add-message, .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio, .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio, .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio, .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio, .upcoming-events.home-section .card-grid .column .conference-registration, .upcoming-events.home-section .card-grid .columns .conference-registration, .upcoming-events.home-section .card-grid .column .chart-tooltip, .upcoming-events.home-section .card-grid .columns .chart-tooltip {
    border-radius: 4px;
    border: 1px solid #D4D4D4;
  }
  .upcoming-events.home-section .card-grid .column .card .p-s, .upcoming-events.home-section .card-grid .columns .card .p-s, .upcoming-events.home-section .card-grid .column .comment-thread .p-s, .upcoming-events.home-section .card-grid .columns .comment-thread .p-s, .upcoming-events.home-section .card-grid .column .add-message .p-s, .upcoming-events.home-section .card-grid .columns .add-message .p-s, .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio .p-s, .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio .p-s, .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio .p-s, .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio .p-s, .upcoming-events.home-section .card-grid .column .conference-registration .p-s, .upcoming-events.home-section .card-grid .columns .conference-registration .p-s, .upcoming-events.home-section .card-grid .column .chart-tooltip .p-s, .upcoming-events.home-section .card-grid .columns .chart-tooltip .p-s, .upcoming-events.home-section .card-grid .column .card .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .column .card li, .upcoming-events.home-section .card-grid .columns .card .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .columns .card li, .upcoming-events.home-section .card-grid .column .comment-thread .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .column .comment-thread li, .upcoming-events.home-section .card-grid .columns .comment-thread .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .columns .comment-thread li, .upcoming-events.home-section .card-grid .column .add-message .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .column .add-message li, .upcoming-events.home-section .card-grid .columns .add-message .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .columns .add-message li, .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .column .conference-speaker .speaker-bio li, .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio .reveal__list li, .reveal__list .conference-speaker .upcoming-events.home-section .card-grid .column .speaker-bio li, .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .columns .conference-speaker .speaker-bio li, .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio .reveal__list li, .reveal__list .conference-speaker .upcoming-events.home-section .card-grid .columns .speaker-bio li, .upcoming-events.home-section .card-grid .column .conference-registration .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .column .conference-registration li, .upcoming-events.home-section .card-grid .columns .conference-registration .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .columns .conference-registration li, .upcoming-events.home-section .card-grid .column .chart-tooltip .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .column .chart-tooltip li, .upcoming-events.home-section .card-grid .columns .chart-tooltip .reveal__list li, .reveal__list .upcoming-events.home-section .card-grid .columns .chart-tooltip li {
    padding: 1rem !important;
  }
  .upcoming-events.home-section .card-grid .column:last-child .card, .upcoming-events.home-section .card-grid .columns:last-child .card, .upcoming-events.home-section .card-grid .column:last-child .comment-thread, .upcoming-events.home-section .card-grid .columns:last-child .comment-thread, .upcoming-events.home-section .card-grid .column:last-child .add-message, .upcoming-events.home-section .card-grid .columns:last-child .add-message, .upcoming-events.home-section .card-grid .column:last-child .conference-speaker .speaker-bio, .conference-speaker .upcoming-events.home-section .card-grid .column:last-child .speaker-bio, .upcoming-events.home-section .card-grid .columns:last-child .conference-speaker .speaker-bio, .conference-speaker .upcoming-events.home-section .card-grid .columns:last-child .speaker-bio, .upcoming-events.home-section .card-grid .column:last-child .conference-registration, .upcoming-events.home-section .card-grid .columns:last-child .conference-registration, .upcoming-events.home-section .card-grid .column:last-child .chart-tooltip, .upcoming-events.home-section .card-grid .columns:last-child .chart-tooltip {
    border: 1px solid #D4D4D4;
  }
}
@media print, screen and (min-width: 51.25em) {
  .upcoming-events.home-section .card-grid .column, .upcoming-events.home-section .card-grid .columns {
    margin-bottom: 1.875rem;
  }
}

.hero {
  background-size: cover;
  position: relative;
  z-index: 0;
}
.hero::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ee704b;
}

.hero__container {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 3rem 0;
}
@media print, screen and (min-width: 51.25em) {
  .hero__container {
    padding: 6rem 0;
  }
}
@media print, screen and (min-width: 62.5em) {
  .hero__container {
    padding: 8rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .hero__container {
    padding: 3rem 0;
  }
}

.hero__boxes {
  text-align: center;
  border-radius: 4px;
  background-color: rgba(26, 24, 29, 0.5);
  color: #fff;
  margin-top: 1rem;
  padding: 1rem;
}
@media print, screen and (min-width: 51.25em) {
  .hero__boxes {
    text-align: left;
    padding: 2rem 1.5rem;
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 62.5em) {
  .hero__boxes {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero__boxes {
    margin-top: 4rem;
  }
}
.hero__boxes p {
  font-size: 1.0625rem;
}
.hero__boxes .button {
  display: block;
  margin: 0 auto;
}
.hero__boxes .box__search {
  position: relative;
  margin: 0 auto;
}
.hero__boxes .box__search input,
.hero__boxes .box__search input:focus {
  color: #2b2e34;
  margin: 0;
  box-shadow: none;
  background: #fff;
  line-height: 1;
  padding: 0.85em 1em;
  padding-left: 2rem;
  height: auto;
  border: 1px solid transparent;
}
.hero__boxes .box__search input::-webkit-input-placeholder,
.hero__boxes .box__search input:focus::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(43, 46, 52, 0.3);
}
.hero__boxes .box__search input::-moz-placeholder,
.hero__boxes .box__search input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(43, 46, 52, 0.3);
}
.hero__boxes .box__search input:-ms-input-placeholder,
.hero__boxes .box__search input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(43, 46, 52, 0.3);
}
.hero__boxes .box__search input:-moz-placeholder,
.hero__boxes .box__search input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(43, 46, 52, 0.3);
}
.hero__boxes .box__search svg {
  color: rgba(43, 46, 52, 0.3);
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
  opacity: 0.5;
}

.hero-heading {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  line-height: 1;
  text-shadow: none;
}
.hero-heading.heading1 {
  font-weight: 400;
}
.hero-heading u {
  background-color: #fff;
  color: #ee704b;
  display: inline-block;
  line-height: 0.5em;
  text-decoration: none;
  padding-bottom: 0.3em;
  mix-blend-mode: multiply;
  text-shadow: none;
}
.hero-heading br {
  display: none;
}
@media print, screen and (min-width: 51.25em) {
  .hero-heading {
    font-size: 2.5rem;
  }
  .hero-heading br {
    display: block;
  }
}
@media print, screen and (min-width: 62.5em) {
  .hero-heading {
    font-size: 3.5rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-heading {
    text-align: left;
    padding-left: 25%;
    font-size: 8rem;
  }
}

.hero-cta {
  margin-top: 1rem;
  padding: 1.2rem 1rem;
  background: #fff;
  color: #5555E9;
  border: 2px solid #fff;
  text-transform: none;
  font-weight: 900;
}
.hero-cta:hover {
  background: #5555E9;
  border-color: #5555E9;
  color: #fff;
}
.hero-cta:focus {
  background: #5555E9;
  color: #fff;
  outline: 3px solid #FFD617;
  outline-offset: 0px;
}
@media print, screen and (min-width: 51.25em) {
  .hero-cta {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 62.5em) {
  .hero-cta {
    margin-top: 3rem;
  }
}
@media print, screen and (min-width: 64em) {
  .hero-cta {
    margin-top: 4rem;
  }
}

.wrapper-home {
  padding: 0 2rem 0 2.438rem;
}
@media print, screen and (min-width: 28.125em) {
  .wrapper-home {
    padding: 0 5rem;
  }
}

#statistics .wrapper-home {
  padding: 0 1rem;
}
@media print, screen and (min-width: 28.125em) {
  #statistics .wrapper-home {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media print, screen and (min-width: 64em) {
  #statistics .wrapper-home {
    padding: 0;
  }
}

.wrapper-home--mini {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.subhero {
  padding: 4rem 0;
  text-align: center;
}
.subhero h2 {
  font-size: 1.875em;
}
.subhero h2 p {
  line-height: 1.4;
  color: #1a181d;
  font-weight: 600;
}
.subhero .button.clear {
  margin-bottom: 0;
}
@media print, screen and (max-width: 62.49875em) {
  .subhero .heading2, .subhero .card--full .card__title, .card--full .subhero .card__title {
    font-size: 1.5em;
  }
}
@media print, screen and (max-width: 62.49875em) {
  .subhero .heading4 {
    font-size: 1.2em;
  }
}

.subhero-cta {
  margin-top: 2rem;
  color: #5555E9;
  display: inline-block;
}
.subhero-cta .icon {
  vertical-align: -1px;
}

.subhero-cta--secondary {
  margin-top: 0;
}

.home-section__cta {
  margin-top: 1rem;
}

.how-to-participate {
  padding: 6rem 4rem;
  background-color: #E7E7E7;
}
.how-to-participate .heading2, .how-to-participate .card--full .card__title, .card--full .how-to-participate .card__title {
  font-weight: 600;
}
.how-to-participate .button {
  margin-bottom: 0;
}

.home-bullets {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 62.5em) {
  .home-bullets {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
}

.home-bullet {
  overflow: hidden;
}

.home-bullet__icon {
  float: left;
  text-align: right;
}
.home-bullet__icon svg {
  width: 30px;
  height: 30px;
  fill: #ee704b;
}

.home-bullet__desc {
  float: right;
  width: 85%;
  width: calc(100% - 30px);
  padding-left: 1rem;
}
.home-bullet__desc .heading6 {
  text-transform: none;
  padding-top: 0.4rem;
  margin-bottom: 0.8rem;
}

.home-map .wrapper-home {
  padding-bottom: 0;
}
.home-map #google-map {
  margin-bottom: 0;
}

#highlighted-processes {
  padding-top: 3rem;
}
@media print, screen and (min-width: 51.25em) {
  #highlighted-processes {
    border-top: none;
    padding-top: 0;
  }
}
#highlighted-processes .button.expanded {
  font-weight: 600;
}
#highlighted-processes .button.expanded span {
  font-weight: 400;
}

/* Home PAM */
.statistics .home-pam {
  overflow: hidden;
  margin: 0;
}

.home-pam__title {
  color: #FFFFFF;
  text-transform: none;
  font-size: 0.875rem;
  letter-spacing: 0.01em;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 0.2rem;
  word-break: break-word;
}
@media screen and (min-width: 75em) {
  .home-pam__title {
    font-size: 1.375rem;
  }
}
.home-pam__lowlight .home-pam__title {
  display: inline;
}

.home-pam__data {
  float: left;
  text-align: center;
  padding: 0.25rem;
}
.home-pam .home-pam__data {
  padding: 1rem 0.5rem;
  margin-bottom: 3.75rem;
  width: 50%;
  border-right: 1px solid #FFFFFF;
}
.home-pam .home-pam__data:nth-child(2n+1) {
  clear: both;
}
.home-pam .home-pam__data:nth-child(2n) {
  border-right: none;
}
@media print, screen and (min-width: 28.125em) {
  .home-pam .home-pam__data {
    width: 33.3%;
  }
  .home-pam .home-pam__data:nth-child(2n) {
    border-right: 1px solid #FFFFFF;
  }
  .home-pam .home-pam__data:nth-child(2n+1) {
    clear: none;
  }
  .home-pam .home-pam__data:nth-child(3n+1) {
    clear: both;
  }
  .home-pam .home-pam__data:nth-child(3n) {
    border-right: none;
  }
}
.home-pam .home-pam__data:last-child {
  border-right: none;
}

.home-pam__number {
  font-size: 2rem;
  font-weight: 800;
  word-break: break-word;
}
@media screen and (min-width: 75em) {
  .home-pam__number {
    font-size: 3rem;
  }
}
.home-pam .home-pam__number {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 75em) {
  .home-pam .home-pam__number {
    font-size: 3rem;
  }
}

.home-section:nth-of-type(2n + 1) {
  background-color: #fff;
}

#statistics p.text-centered {
  font-size: 0.875rem;
  color: #FFFFFF;
  margin-bottom: 3.125rem;
  text-align: center;
}
@media print, screen and (min-width: 28.125em) {
  #statistics p.text-centered {
    font-size: 1rem;
    margin-bottom: 3.75rem;
  }
}

#results .section-heading {
  text-transform: none;
}
#results .section-heading .muted {
  color: #646567;
}

.author_status .author-data {
  margin-bottom: 0;
}
.author_status .author-data .author__name {
  text-align: left;
  line-height: 1.5rem;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
@media print, screen and (min-width: 64em) {
  .author_status .author-data .author__name {
    line-height: 1rem;
  }
}
@media screen and (min-width: 90em) {
  .author_status .author-data .author__name {
    line-height: 1.5rem;
  }
}
.author_status .author-data span.author__name.m-none.has-tip.deleted-user {
  line-height: 1;
  text-overflow: unset;
  white-space: unset;
  overflow: unset;
  padding-top: 5px;
}
.author_status .author-data .author__date {
  line-height: 1rem;
  float: left;
  font-size: 0.6rem;
  padding-left: 0.5rem;
  display: block;
  text-align: left;
}
@media print, screen and (min-width: 28.125em) {
  .author_status .author-data .author__date {
    padding-left: 0.688rem;
    padding-top: 0rem;
  }
}
@media print, screen and (min-width: 62.5em) {
  .author_status .author-data .author__date {
    padding-left: 0.6rem;
  }
}
@media screen and (min-width: 75em) {
  .author_status .author-data .author__date {
    padding-top: 0.4375rem;
    font-size: 0.7rem;
    line-height: 0.5rem;
    float: none;
    padding-left: 1.5rem;
  }
}
@media screen and (min-width: 90em) {
  .author_status .author-data .author__date {
    float: left;
  }
}
.author_status .author__name {
  color: #2b2e34;
  line-height: 1.1875rem;
}

.card-data__item .text-wrap {
  color: #2b2e34;
}
.card-data__item a {
  text-decoration: none;
}

#single-meeting .m-bottom a.hollow {
  font-weight: bold;
}
#single-meeting .card--secondary {
  background-color: #FFFFFF;
}
#single-meeting .address__icon {
  align-self: auto;
  padding-top: 0.2rem;
}
#single-meeting .card__content, #single-meeting .badge-card__content {
  font-weight: bold;
}
#single-meeting .card__content.address, #single-meeting .address.badge-card__content {
  padding: 1.875rem 1.25rem;
  display: block;
}
@media print, screen and (min-width: 51.25em) {
  #single-meeting .card__content.address, #single-meeting .address.badge-card__content {
    display: flex;
  }
}
#single-meeting .card__content .address__details, #single-meeting .badge-card__content .address__details {
  color: #06060B;
  font-size: 1.125rem;
  font-weight: bold;
}
#single-meeting .card__content .address__details .event-website svg, #single-meeting .badge-card__content .address__details .event-website svg {
  padding-left: 0.2rem;
}
#single-meeting .card__content .address__details .online-event-text, #single-meeting .badge-card__content .address__details .online-event-text {
  display: inline-block;
}
#single-meeting .card__content .address__details a:hover, #single-meeting .badge-card__content .address__details a:hover, #single-meeting .card__content .address__details a:focus, #single-meeting .badge-card__content .address__details a:focus {
  text-decoration: none;
  color: #5555E9;
}
#single-meeting .card__content .address__details a:hover .online-event-text, #single-meeting .badge-card__content .address__details a:hover .online-event-text, #single-meeting .card__content .address__details a:focus .online-event-text, #single-meeting .badge-card__content .address__details a:focus .online-event-text {
  transform: translateX(0.113rem);
  transition-duration: 0.15s;
}
#single-meeting .card__content .address__details .external-link-indicator, #single-meeting .badge-card__content .address__details .external-link-indicator {
  display: none;
}
#single-meeting .card__content .address__details .location-hints, #single-meeting .badge-card__content .address__details .location-hints {
  font-weight: normal;
}
#single-meeting .card__content .address__info, #single-meeting .badge-card__content .address__info {
  margin: auto;
}
@media print, screen and (min-width: 51.25em) {
  #single-meeting .card__content .online__event, #single-meeting .badge-card__content .online__event {
    padding: 3.54rem 4.3rem 3.54rem 4.2rem;
    border: 1px solid #D4D4D4;
    border-radius: 5px;
  }
}
#single-meeting .card__content .online__event svg, #single-meeting .badge-card__content .online__event svg {
  width: 75%;
  display: block;
  margin: auto;
}
@media print, screen and (min-width: 51.25em) {
  #single-meeting .card__content .online__event svg, #single-meeting .badge-card__content .online__event svg {
    width: 100%;
    display: inline;
  }
}
#single-meeting .extra {
  margin-bottom: 3.75rem;
}
#single-meeting .extra .card__content .button_to .button.expanded, #single-meeting .extra .badge-card__content .button_to .button.expanded {
  padding: 0.85rem 1.875rem;
}
@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  #single-meeting .extra .card__content .button_to .button.expanded, #single-meeting .extra .badge-card__content .button_to .button.expanded {
    padding: 0.85rem 1rem;
  }
}
@media print, screen and (min-width: 28.125em) and (max-width: 51.24875em) {
  #single-meeting .view-side {
    margin: auto;
  }
}
#single-meeting .extra, #single-meeting .extra-data {
  border: 1px solid rgba(112, 112, 112, 0.2980392157);
  background-color: #f7f7f7;
  width: 100%;
}
@media screen and (min-width: 75em) {
  #single-meeting .extra, #single-meeting .extra-data {
    width: 16.9375rem;
  }
}
#single-meeting .extra .button, #single-meeting .extra-data .button {
  color: #5555E9;
  background-color: #FFFFFF;
  border: 0.188rem solid #7EB87A;
  border-radius: 1.875rem;
  margin-top: 1.25rem;
  font-weight: bold;
  font-size: 1.25rem;
}
#single-meeting .extra .button:focus, #single-meeting .extra .button:hover, #single-meeting .extra-data .button:focus, #single-meeting .extra-data .button:hover {
  background-color: #5555E9;
  color: #FFFFFF;
  border-color: #5555E9;
}
#single-meeting .extra .extra__date, #single-meeting .extra-data .extra__date {
  color: #06060B;
  display: inline-flex;
  font-size: 1rem;
}
@media print, screen and (min-width: 51.25em) {
  #single-meeting .extra .extra__date, #single-meeting .extra-data .extra__date {
    font-size: 6.25rem;
    display: block;
  }
}
#single-meeting .extra .extra__time, #single-meeting .extra-data .extra__time {
  font-size: 1rem;
  display: inline;
}
@media print, screen and (min-width: 51.25em) {
  #single-meeting .extra .extra__time, #single-meeting .extra-data .extra__time {
    font-size: 1.75rem;
    display: block;
  }
}
#single-meeting .extra span, #single-meeting .extra-data span {
  font-weight: normal;
}
#single-meeting .extra span.extra__month, #single-meeting .extra-data span.extra__month {
  font-size: 1rem;
  font-weight: bold;
  padding-left: 3px;
}
@media print, screen and (min-width: 51.25em) {
  #single-meeting .extra span.extra__month, #single-meeting .extra-data span.extra__month {
    font-size: 1.75rem;
    padding-left: 0;
  }
}

.extra:empty {
  display: none;
}

a.card__link {
  color: #2b2e34;
}
a:hover.card__link {
  color: #5555E9;
}

#single-meeting .card__content .extra__start_end_date, #single-meeting .badge-card__content .extra__start_end_date {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0.625rem 0 1rem;
}
#single-meeting .card__content .extra__start_end_date .extra__date, #single-meeting .badge-card__content .extra__start_end_date .extra__date {
  font-size: 1rem !important;
  font-family: "Roboto", sans-serif;
}
#single-meeting .card__content .extra__start_end_date .extra__date span.extra__month, #single-meeting .badge-card__content .extra__start_end_date .extra__date span.extra__month {
  font-size: 1rem !important;
  font-family: "Roboto", sans-serif;
  font-weight: bold !important;
}
#single-meeting .card__content .extra__start_end_date .extra__date:first-of-type, #single-meeting .badge-card__content .extra__start_end_date .extra__date:first-of-type {
  margin: 0 0.625rem 0 0;
}
#single-meeting .card__content .extra__start_end_date .extra__date:last-of-type, #single-meeting .badge-card__content .extra__start_end_date .extra__date:last-of-type {
  margin: 0 0 0 0.625rem;
}
@media print, screen and (min-width: 51.25em) {
  #single-meeting .card__content .extra__start_end_date .extra__date, #single-meeting .badge-card__content .extra__start_end_date .extra__date {
    font-size: 2.8125rem !important;
    flex-direction: column;
  }
  #single-meeting .card__content .extra__start_end_date .extra__date:first-of-type, #single-meeting .badge-card__content .extra__start_end_date .extra__date:first-of-type {
    margin: 0;
  }
  #single-meeting .card__content .extra__start_end_date .extra__date:last-of-type, #single-meeting .badge-card__content .extra__start_end_date .extra__date:last-of-type {
    margin: 0;
  }
}
#single-meeting .card__content .extra__start_end_date svg, #single-meeting .badge-card__content .extra__start_end_date svg {
  width: 0.625rem;
  height: 0.9375rem;
}
#single-meeting .card__content .extra__start_end_date svg path, #single-meeting .badge-card__content .extra__start_end_date svg path {
  stroke: black !important;
}
@media print, screen and (min-width: 51.25em) {
  #single-meeting .card__content .extra__start_end_date svg, #single-meeting .badge-card__content .extra__start_end_date svg {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 19.0625em) {
  #single-meeting .card__content .extra__start_end_date, #single-meeting .badge-card__content .extra__start_end_date {
    flex-wrap: nowrap;
  }
}
@media print, screen and (min-width: 51.25em) {
  #single-meeting .card__content .extra__start_end_date, #single-meeting .badge-card__content .extra__start_end_date {
    justify-content: space-evenly;
  }
}

.extra__starting_hour {
  font-size: 1rem !important;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1.25rem;
}
@media print, screen and (min-width: 51.25em) {
  .extra__starting_hour {
    margin-bottom: 1.875rem;
  }
}

#logos-block .logo-wrapper {
  background-color: #fff;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
#logos-block .site-homepage__logo-image {
  height: 3.75rem;
  width: 7.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media print, screen and (min-width: 62.5em) {
  #logos-block .site-homepage__logo-image {
    height: 5.5rem;
    width: 11.25rem;
  }
}

.edit_proposal .gallery__container {
  margin-top: 3rem;
}
.edit_proposal .gallery__container legend {
  position: absolute;
  margin-top: -3rem;
  margin-left: -0.5rem;
  display: block;
  font-weight: normal;
  line-height: 1.8;
  color: #06060B;
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
}
.edit_proposal .gallery__container .dynamic-uploads.upload-container-for-photos .active-uploads .attachment-details {
  margin-top: 0.625rem;
}
.edit_proposal .gallery__container .dynamic-uploads.upload-container-for-photos #proposal_photos_button {
  margin-bottom: 0 !important;
}

.reveal--embed {
  overflow-y: hidden;
  background-color: #FFFFFF;
  border: 0.063rem solid #D4D4D4;
  border-radius: 0.313rem;
}
.reveal--embed .embed__code {
  font-family: monospace;
  background-color: #FFFFFF;
  padding: 1rem;
  border: 0.063rem solid #D4D4D4;
  border-radius: 0.313rem;
  font-size: 1rem;
  overflow-y: auto;
  color: #707070;
}
.reveal--embed:focus {
  outline: none;
}
.reveal--embed .close-button {
  color: #06060B;
}

body.widget {
  background: #fff;
  padding: 8px;
  margin: 0;
}
body.widget .participatory-process {
  margin-bottom: 8px;
}
body.widget .card, body.widget .comment-thread, body.widget .add-message, body.widget .conference-speaker .speaker-bio, .conference-speaker body.widget .speaker-bio, body.widget .conference-registration, body.widget .chart-tooltip {
  margin: 0;
}
body.widget .organization {
  margin-top: 8px;
  text-align: right;
}

.text-medium,
.chart-tooltip .tooltip-content {
  color: #9F9F9F;
}

.reveal input[readonly] {
  cursor: auto;
}
.reveal input[readonly]:focus {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
}

.editor-container {
  border: 1px solid #D4D4D4;
  border-radius: 0 0 5px 5px;
}
.editor-container p {
  color: #707070;
  font-size: 1rem;
}

.ql-toolbar.ql-snow {
  border: 1px solid #D4D4D4;
  border-radius: 5px 5px 0 0;
}

@media print, screen and (max-width: 23.74875em) {
  .responsive-tab-block > ul.tabs > li.is-active::before {
    content: " ";
    border: 2px solid #32557f;
    border-left: 0;
    border-top: 0;
    display: block;
    font-weight: normal;
    float: right;
    margin-right: 0.9375rem;
    margin-top: 0.6875rem;
    height: 0.75rem;
    width: 0.75rem;
    transform: rotate(45deg);
  }

  .responsive-tab-block.expanded > ul.tabs > li.is-active::before {
    margin-top: 1rem;
    transform: rotate(225deg);
  }
}
.section-heading::before {
  display: none;
}

.agenda-section .flex--sbe {
  display: block;
}

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #5555E9 transparent transparent;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after:hover {
  border-color: #1a181d transparent transparent;
}

.process-stats__data::after {
  border-color: #CFCFCF;
}

.pagination .first a,
.pagination .pagination-previous a,
.pagination .pagination-next a,
.pagination .last a {
  background: transparent;
}
.pagination .current {
  border: 1px solid #1a181d;
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}

.calendar.share-link:hover {
  text-decoration: none;
}

.accountability .intro .progress-level .progress-figure {
  color: #646567;
}
.accountability .scope-filters li.active a {
  background: #5555E9;
  border-color: #5555E9;
  color: #fff;
}

@media print, screen and (min-width: 51.25em) and (max-width: 62.49875em) {
  .remaining-votes-counter {
    margin: auto;
    width: 50%;
  }
}

.opinion-toggle--meh:hover,
.opinion-toggle--meh:focus,
.opinion-toggle--meh.is-active {
  background-color: #EBEBEB;
}

.share-link.link {
  display: inline-flex;
  font-size: 1.125rem;
}
.share-link.link:hover {
  text-decoration: none;
}
.share-link.link .text-link {
  margin-left: 0.75rem;
}

.docs__container svg {
  color: #9F9F9F;
}
.docs__container .docs__content {
  border-color: #9F9F9F;
}

.order-by__tabs a:hover {
  text-decoration: none;
}

.order-by__tab {
  color: #06060B;
  font-size: 0.938rem;
  text-transform: none;
}
.order-by__tab:hover {
  color: #5555E9;
}
.order-by__tab::after {
  border: 1px solid #D4D4D4;
  height: 0.875rem;
  margin: 0 0.25em 0 0.55em;
}
.order-by__tab:last-of-type::after {
  display: none;
}

.profile-following-section .section-heading {
  margin: 1.9rem auto 1.675rem auto;
}

.profile-following-section .row.section-heading {
  width: 100%;
}
.profile-following-section .column, .profile-following-section .columns {
  padding-left: 0;
}
@media print, screen and (max-width: 23.74875em) {
  .profile-following-section .column, .profile-following-section .columns {
    padding-right: 0;
  }
}

.show-for-large {
  font-size: 1.125rem;
}

.wizard__steps li {
  border-color: #707070 !important;
  color: #707070 !important;
  font-size: 1.125rem;
  font-weight: 400 !important;
}
.wizard__steps li:not(.step--active)::before {
  background-color: #707070;
}
.wizard__steps li.step--active {
  border-color: #1E1E85 !important;
  color: #1E1E85 !important;
}
.wizard__steps li.step--active::before {
  background-color: #1E1E85;
}

.definition-data__item {
  color: #06060B;
  font-size: 1.75rem;
}
.definition-data__item p {
  font-weight: bold;
}

.definition-data__item.start-date,
.definition-data__item.end-date {
  display: none;
}

.definition-data__item.developer-group {
  border-bottom: none;
}

#user-conversations-add-modal .wrapper--inner {
  background: #FFFFFF;
}

.wrapper {
  padding: 0 1.625rem 1.25rem;
  position: relative;
}
@media print, screen and (min-width: 28.125em) {
  .wrapper {
    padding: 0 4.375rem 1.25rem;
  }
}
@media screen and (min-width: 75em) {
  .wrapper {
    padding-bottom: 1.875rem;
  }
}

@media print, screen and (min-width: 51.25em) {
  .wrapper_my-account {
    padding: 0rem 5rem 3rem;
  }
}

.sidebar_count {
  color: #5555E9;
  display: inline;
  font-size: 0.938rem;
}
@media print, screen and (min-width: 28.125em) {
  .sidebar_count {
    font-size: 1rem;
  }
}

.hashtags__container textarea {
  background-color: #FFFFFF;
  border: 1px solid #E8E8E8;
  box-shadow: none;
}
.hashtags__container textarea::placeholder {
  color: #707070;
}
.hashtags__container textarea:focus {
  outline: 0;
}

.mini-title {
  color: #2b2e34;
}

.icon--flag.icon--small {
  color: #707070;
  cursor: pointer;
  width: 1.5rem;
}
.icon--flag:hover {
  color: #ed452b;
}

.side-panel {
  margin-right: 0;
}
@media print, screen and (min-width: 64em) {
  .side-panel {
    margin-right: 2rem;
    padding: 0;
  }
}
.side-panel ul {
  padding-left: 0;
}
.side-panel ul li:not(.is-active) {
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 51.25em) {
  .side-panel ul li:not(.is-active) {
    padding-left: 0;
  }
}

.side-panel__tabs {
  height: 290rem;
}
.side-panel__tabs .tabs-title a {
  color: #5555E9;
  font: normal normal normal 1.625rem "Roboto", sans-serif;
  letter-spacing: 0;
  opacity: 1;
  padding: 0.875rem 0 0.865rem 0;
  text-decoration: none;
  text-align: left;
}

.main-container__content {
  padding: 1rem 0;
}

.participatory-space ul {
  list-style: none;
}
.participatory-space li {
  font-size: 0.875rem;
  position: relative;
  padding-left: 1.1875rem;
}
@media print, screen and (min-width: 64em) {
  .participatory-space li {
    font-size: 1rem;
  }
}
.participatory-space li a {
  color: #0000bd;
  text-decoration: underline;
}
.participatory-space li a:hover {
  color: #5555E9;
}
.participatory-space li a:visited {
  color: #993399;
}
.participatory-space li::before {
  content: "•";
  color: #7EB87A;
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  line-height: 0.7;
  position: absolute;
  left: 0;
  width: 0.9rem;
}
@media print, screen and (min-width: 64em) {
  .participatory-space li::before {
    line-height: 0.9;
  }
}

.static__content {
  color: #707070;
}
.static__content .ql-editor ul {
  list-style: none;
  padding-left: 0 !important;
}
.static__content .ql-editor li {
  font-size: 0.875rem;
  position: relative;
  padding-left: 0 !important;
}
@media print, screen and (min-width: 64em) {
  .static__content .ql-editor li {
    font-size: 1rem;
  }
}
.static__content .ql-editor li a {
  color: #0000bd;
  text-decoration: underline;
}
.static__content .ql-editor li a:hover {
  color: #5555E9;
}
.static__content .ql-editor li a:visited {
  color: #993399;
}
.static__content .ql-editor li::before {
  content: "" !important;
  background-color: #B3DFB0;
  width: 0.6875rem;
  height: 0.6875rem;
  margin-left: 0 !important;
  border-radius: 50%;
}

body {
  background: transparent;
  color: #06060B;
}

.main-container {
  border: 0;
}

#user-settings-tabs {
  padding-top: 2rem;
}

.about {
  background: none;
}
.about li {
  border-bottom: 1px solid #D4D4D4;
  color: #0000bd;
  font-weight: bold;
  list-style-type: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.about li a {
  text-decoration: none;
}
.about li:last-child {
  border: none;
}

.about-single {
  background: none;
}

.full-hr {
  margin: 3.25rem auto 2.5rem;
  width: 100%;
}

.full-hr:last-of-type {
  margin: 1.25rem auto 0rem;
}
@media screen and (min-width: 75em) {
  .full-hr:last-of-type {
    margin: 1.875rem auto 0rem;
  }
}

.ss-option {
  color: #707070 !important;
}
.ss-option:hover {
  background-color: #E8E8E8 !important;
}

.ss-value {
  background-color: #417E3E !important;
}

.main-container__content.container_my-account {
  border: none;
}
@media print, screen and (min-width: 51.25em) {
  .main-container__content.container_my-account {
    border: 1px solid #D4D4D4;
    border-radius: 5px;
  }
}
.main-container__content.container_my-account .ss-main .ss-multi-selected .ss-values .ss-value {
  margin: 0.4375rem 0.3125rem;
  max-height: 4.5rem;
  padding: 0 0.625rem;
}
.main-container__content.container_my-account .ss-main .ss-multi-selected.ss-disabled {
  background-color: #D4D4D4;
}
.main-container__content.container_my-account .ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  display: none;
}
.main-container__content.container_my-account .ss-multi-selected {
  min-height: 2.5rem;
}
.main-container__content.container_my-account .tabs-content.vertical {
  float: none;
  margin: auto;
  padding: 0.6875rem 0 0.5rem 0;
  width: 100%;
}
@media print, screen and (min-width: 51.25em) {
  .main-container__content.container_my-account .tabs-content.vertical {
    width: 75%;
  }
}
.main-container__content.container_my-account .tabs-content.vertical p.help-text {
  margin-top: 0.5rem;
}
.main-container__content.container_my-account .tabs-content.vertical .new_demographic,
.main-container__content.container_my-account .tabs-content.vertical .edit_demographic {
  padding: 0;
}
.main-container__content.container_my-account .tabs-content.vertical .new_demographic .help-text,
.main-container__content.container_my-account .tabs-content.vertical .edit_demographic .help-text {
  margin-top: 0.5rem;
}
.main-container__content.container_my-account .tabs-content.vertical .new_demographic .help-text:last-child,
.main-container__content.container_my-account .tabs-content.vertical .edit_demographic .help-text:last-child {
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.main-container__content.container_my-account .tabs-content.vertical .new_demographic .field,
.main-container__content.container_my-account .tabs-content.vertical .edit_demographic .field {
  margin-top: 1rem;
}
.main-container__content.container_my-account .tabs-content.vertical .new_demographic .field p,
.main-container__content.container_my-account .tabs-content.vertical .edit_demographic .field p {
  color: #707070;
  font-size: 0.75rem;
}
.main-container__content.container_my-account .tabs-content.vertical .new_demographic .actions .button[type=submit],
.main-container__content.container_my-account .tabs-content.vertical .edit_demographic .actions .button[type=submit] {
  margin-bottom: 1rem !important;
}
.main-container__content.container_my-account .columns.large-8 {
  width: 100%;
}
.main-container__content.container_my-account .columns.large-8 p {
  color: #06060B;
  font-size: 1rem;
}
.main-container__content.container_my-account .delete-account textarea {
  border: 1px solid #D4D4D4;
  border-radius: 5px;
}

.delete-account-modal p {
  color: #707070 !important;
}

.tabs {
  background: #FFFFFF;
}

.main_container {
  max-width: 75rem;
  margin: auto;
}

.topic__title {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 64em) {
  .topic__title {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.switch-paddle {
  border: 1px solid #D4D4D4;
  border-radius: 2rem;
  background: none;
  height: 1rem;
  width: 2rem;
}
.switch-paddle::after {
  border-radius: 50%;
  background: #D4D4D4;
  top: 0.2rem;
}
.switch-paddle::after .columns.large-8 {
  width: 100%;
}
.switch-paddle::after .columns.large-8 p {
  color: #06060B;
  font-size: 1rem;
}

.switch.tiny .switch-paddle {
  font-size: 0.625rem;
  height: 1.3rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.05rem;
}

.switch {
  margin-bottom: 2rem;
}

.single_agenda--item {
  margin-bottom: 1rem;
}
.single_agenda--item hr.reset {
  border-bottom: 1px solid #D4D4D4;
}

.ql-video {
  margin: 2.5rem auto;
  max-width: 100%;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .ql-video {
    margin: 3.125rem auto;
    width: 80%;
  }
}

.section-item li::marker {
  font-weight: bold;
}
.section-item .delete-account textarea {
  border: 1px solid #D4D4D4;
  border-radius: 5px;
}
.section-item .delete-account .button.open-modal-button {
  background-color: #FFFFFF;
  border: 2px solid #ec3a1e;
  color: #5555E9;
  font-size: 1rem;
  font-weight: bold;
  float: right;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
}
.section-item .delete-account .button.open-modal-button:hover {
  background-color: #ec3a1e;
  border-color: #ec3a1e;
  color: #FFFFFF;
}

.tabs {
  background: #FFFFFF;
}

.main_container {
  max-width: 75rem;
  margin: auto;
}

.topic__title {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 64em) {
  .topic__title {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}

.switch-paddle {
  border: 1px solid #D4D4D4;
  border-radius: 2rem;
  background: none;
  height: 1rem;
  width: 2rem;
}
.switch-paddle::after {
  border-radius: 50%;
  background: #9E9E9E;
  top: 0.2rem;
}

.switch.tiny .switch-paddle {
  font-size: 0.625rem;
  height: 1.3rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.05rem;
}

.switch {
  margin-bottom: 2rem;
}
.switch li {
  font-weight: normal;
}
.switch .external-link-indicator {
  display: none;
}
.switch .external-link-indicator .single_agenda--item {
  margin-bottom: 1rem;
}
.switch .external-link-indicator .single_agenda--item hr.reset {
  border-bottom: 1px solid #D4D4D4;
}

.ql-video {
  margin: 2.5rem auto;
  max-width: 100%;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  .ql-video {
    margin: 3.125rem auto;
    width: 80%;
  }
}

.section-item li::marker {
  font-weight: bold;
}

.item-duration,
.sub-item-duration {
  color: #707070;
  font-weight: normal;
}

.single_agenda--sub-item {
  border-left: 0.188rem solid #7EB87A;
  margin-left: 0.4rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.section-item {
  margin-bottom: 2.5rem;
}

.filters-controls__trigger svg {
  float: none !important;
  margin-left: 0.625rem;
}
.filters-controls__trigger .icon--small {
  height: 24px;
  width: 25px;
}

.position-right.is-transition-push {
  box-shadow: none;
}

.has-tip {
  border-bottom: 0;
}

.flag-modal {
  background-color: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
}
.flag-modal .reveal__header {
  border-bottom: 1px solid #E8E8E8;
}
.flag-modal .reveal__header li {
  font-weight: normal;
}
.flag-modal .external-link-indicator {
  display: none;
}

.item-duration,
.sub-item-duration {
  color: #707070;
  font-weight: normal;
}

.single_agenda--sub-item {
  border-left: 0.188rem solid #7EB87A;
  margin-left: 0.4rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.section-item {
  margin-bottom: 2.5rem;
}

.filters-controls__trigger svg {
  float: none !important;
  margin-left: 0.625rem;
}

.user-header {
  margin-bottom: 0 !important;
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
  padding-left: 1rem;
}
@media print, screen and (min-width: 64em) {
  .user-header {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
}

.mentions__container #add_conversation_users::placeholder {
  color: #707070;
}

.js-multiple-mentions-recipients:focus {
  outline: 0;
}

@media print, screen and (min-width: 51.25em) and (max-width: 62.49875em) {
  .reveal.collapse {
    width: 95%;
  }
}
.reveal.collapse:focus {
  outline: 0;
}
.reveal.collapse:focus .icon--small {
  height: 24px;
  width: 25px;
}

.position-right.is-transition-push {
  box-shadow: none;
}

.has-tip {
  border-bottom: 0;
}

.orbit_next {
  border-radius: 0.625rem 0 0 0.625rem;
}

.orbit_previous {
  border-radius: 0 0.625rem 0.625rem 0;
}

.orbit-controls button {
  background-color: #FFFFFF;
  opacity: 0.5;
  padding: 0.8rem;
  stroke: #0000bd;
}
.orbit-controls button svg {
  height: 15px;
  width: 10px;
}
@media print, screen and (min-width: 28.125em) {
  .orbit-controls button svg {
    margin-top: -0.625rem;
    height: 1.75rem;
    width: 0.625rem;
  }
}

.orbit-image {
  padding-top: 3px;
}

.flag-modal {
  background-color: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 5px;
}
.flag-modal .reveal__header {
  border-bottom: 1px solid #E8E8E8;
}
.flag-modal .reveal__header .close-button {
  color: #06060B;
}

.user_conversations .user-header__avatar > img {
  width: 3.125rem;
}

.user-header {
  margin-bottom: 0 !important;
  padding-top: 3.125rem;
  padding-bottom: 1.875rem;
  padding-left: 1rem;
}
@media print, screen and (min-width: 64em) {
  .user-header {
    padding-top: 3.125rem;
    padding-bottom: 3.75rem;
  }
}

.mentions__container #add_conversation_users::placeholder {
  color: #707070;
}

.new_conversation .button[type=submit],
.new_message .button[type=submit] {
  font-weight: bold;
  float: right;
  padding: 0.7rem 1.85rem;
}

.js-multiple-mentions-recipients:focus {
  outline: 0;
}

@media print, screen and (min-width: 51.25em) and (max-width: 62.49875em) {
  .reveal.collapse {
    width: 95%;
  }
}
.reveal.collapse:focus {
  outline: 0;
}

.user_conversations #start-conversation-dialog-button {
  border-radius: 1.25rem;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.7rem 1.85rem;
}
.user_conversations .button-to-left .conversation__button {
  float: left !important;
}
.user_conversations .conversation__button {
  float: right !important;
}

.definition-data {
  padding: 0 1.25rem 0 1.25rem;
}

#profile-tabs.tabs .tabs-title.is-active a {
  border-bottom: none;
  margin-bottom: 0.75rem;
  padding-bottom: 0;
}
#profile-tabs.tabs .tabs-title.is-active a span {
  box-shadow: inset 0 -4px 0 0 #7EB87A;
  padding-bottom: 0.75rem;
}

#profile-tabs.tabs .tabs-title:not(.is-active) {
  padding-left: 0.625rem;
}

#profile-tabs.tabs .tabs-title a {
  font-size: 1.125rem;
  outline: none;
}
@media screen and (min-width: 75em) {
  #profile-tabs.tabs .tabs-title a {
    font-size: 1.625rem;
  }
}
#profile-tabs.tabs .tabs-title a:hover, #profile-tabs.tabs .tabs-title a:focus {
  border-bottom: none;
  text-decoration: none;
}

#highlighted-processes .column, #highlighted-processes .columns {
  margin-bottom: 2.1875rem;
  padding-left: 0;
  padding-right: 0;
}
#highlighted-processes .column:nth-last-child(2), #highlighted-processes .columns:nth-last-child(2) {
  margin-bottom: 2.1875rem;
}
#highlighted-processes .column:last-child, #highlighted-processes .columns:last-child {
  margin-bottom: 2.1875rem;
}
@media print, screen and (min-width: 64em) {
  #highlighted-processes .column, #highlighted-processes .columns {
    margin-bottom: 2.1875rem;
  }
}

.participatory_process .tech-info {
  border-bottom-width: 1px;
  border-bottom-style: inset;
  font-size: 1.125rem;
  padding-bottom: 1rem;
}

@media print, screen and (max-width: 23.74875em) {
  .definition-data__item .expanded {
    font-size: 1rem !important;
  }
}
.definition-data__item .expanded .user-header__avatar > img {
  width: 3.125rem;
}

.definition-data {
  padding: 0 1.25rem 0 1.25rem;
}

#profile-tabs.tabs .tabs-title.is-active a {
  border-bottom: none;
  margin-bottom: 0.75rem;
  padding-bottom: 0;
}
#profile-tabs.tabs .tabs-title.is-active a span {
  box-shadow: inset 0 -4px 0 0 #7EB87A;
  padding-bottom: 0.75rem;
}

#profile-tabs.tabs .tabs-title:not(.is-active) {
  padding-left: 0.625rem;
}

#profile-tabs.tabs .tabs-title a {
  font-size: 1.125rem;
  outline: none;
}
@media screen and (min-width: 75em) {
  #profile-tabs.tabs .tabs-title a {
    font-size: 1.625rem;
  }
}
#profile-tabs.tabs .tabs-title a:hover, #profile-tabs.tabs .tabs-title a:focus {
  border-bottom: none;
  text-decoration: none;
}

#highlighted-processes .column, #highlighted-processes .columns {
  margin-bottom: 2.1875rem;
  padding-left: 0;
  padding-right: 0;
}
#highlighted-processes .column:nth-last-child(2), #highlighted-processes .columns:nth-last-child(2) {
  margin-bottom: 2.1875rem;
}
#highlighted-processes .column:last-child, #highlighted-processes .columns:last-child {
  margin-bottom: 2.1875rem;
}
@media print, screen and (min-width: 64em) {
  #highlighted-processes .column, #highlighted-processes .columns {
    margin-bottom: 2.1875rem;
  }
}

.diff-view-by {
  color: #06060B;
  font-size: 0.938rem;
  margin-bottom: 0.5rem;
}

.diff li {
  border-radius: 5px;
  padding: 0.65rem 1rem 0.65rem 1.5rem;
  font-size: 1.125rem;
}
@media print, screen and (min-width: 51.25em) and (max-width: 62.49875em) {
  .diff li .participatory_process .button_to {
    font-size: 1.1875rem;
    float: none;
    margin: auto;
    margin-bottom: 3.125rem;
    width: 16.875rem;
  }
}
.diff li .participatory_process .tech-info {
  border-bottom-width: 1px;
  border-bottom-style: inset;
  font-size: 1.125rem;
  padding-bottom: 1rem;
}
.diff li.del {
  background: none;
  border: 2px solid #ec3a1e;
  color: #707070;
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 23.74875em) {
  .diff li.del .definition-data__item .expanded {
    font-size: 1rem !important;
  }
}
.diff li.ins {
  background: none;
  border: 2px solid #7EB87A;
  color: #707070;
}

.definition-data__item.last_revision_by {
  padding: 1.2rem 0.5rem;
}
.definition-data__item.last_revision_by .author__avatar {
  display: block;
  margin: auto;
  padding: 0.55rem 0;
}
.definition-data__item.last_revision_by .author__avatar img {
  max-width: 58px;
}

.ml-s .button--icon.follow-button .status-description {
  margin-left: -1rem;
}

.diff-view-by {
  color: #06060B;
  font-size: 0.938rem;
  margin-bottom: 0.5rem;
}

.diff li {
  border-radius: 5px;
  padding: 0.65rem 1rem 0.65rem 1.5rem;
  font-size: 1.125rem;
}
.diff li.del {
  background: none;
  border: 2px solid #ec3a1e;
  color: #2b2e34;
  margin-bottom: 0.5rem;
}
.diff li.ins {
  background: none;
  border: 2px solid #7EB87A;
  color: #2b2e34;
}

.diff del strong {
  font-weight: normal;
  background: #ffeef0;
}

.diff ins strong {
  font-weight: normal;
  background: #e6ffed;
}

.version-author-data {
  display: grid;
  margin-bottom: 0;
}

.definition-data__item.last_revision_by {
  padding: 1.2rem 0.5rem;
}
.definition-data__item.last_revision_by .author__avatar {
  display: block;
  margin: auto;
  padding: 0.55rem 0;
}
.definition-data__item.last_revision_by .author__avatar img {
  max-width: 58px;
}

.definition-data__created_at {
  color: #06060B;
  font-size: 1.125rem;
  padding: 1.2rem 0.5rem;
}

#activities-container .author__avatar {
  margin-left: -30px;
}

.tooltip .follow-button {
  width: 200px;
}
.tooltip .follow-button .status-description {
  text-align: center !important;
}

.definition-data__created_at {
  color: #06060B;
  font-size: 1.125rem;
  padding: 1.2rem 0.5rem;
}

#activities-container .author__avatar {
  margin-left: -30px;
}
#activities-container .author__avatar #messageErrorModal {
  border: 3px solid #ec3a1e;
  width: 95%;
}
@media print, screen and (min-width: 62.5em) {
  #activities-container .author__avatar #messageErrorModal {
    width: 600px;
  }
}

#messageErrorModal {
  border: 3px solid #ec3a1e;
  width: 95%;
}
@media print, screen and (min-width: 62.5em) {
  #messageErrorModal {
    width: 600px;
  }
}
#messageErrorModal .reveal__body {
  margin-top: 1.5rem;
}
#messageErrorModal:focus {
  outline: none;
}

#errors_section {
  margin: 0.7rem 0 1.8rem 0;
}

.unread_message__counter {
  background: transparent;
  border: 2px solid #D4D4D4;
  border-radius: 1.25rem;
  color: #06060B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: 10%;
  height: fit-content;
  width: 3.3125rem;
}

@media print, screen and (max-width: 23.74875em) {
  .results-per-page {
    font-size: 0.938rem;
  }
}

.followers-grid {
  margin-top: 2rem;
}

.lead {
  padding-bottom: 5px;
}

div.wrapper.margin-bottom-2 {
  padding-bottom: 1.25rem !important;
}

@media print, screen and (min-width: 28.125em) {
  .columns-my-settings {
    padding: 0 16px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .columns-my-settings {
    padding: 0 !important;
  }
}

#slider-block .row.collapse div {
  margin-top: 0;
  margin-bottom: 1.25rem;
}

#slider-block hr {
  margin: 0;
}

#highlighted-processes {
  padding-top: 0;
}

.main-container__content {
  padding-bottom: 0.4rem;
}

.participatory_process_footer {
  padding-bottom: 1.875rem;
}

.icon--magnifying-glass {
  color: #004494;
}
.icon--magnifying-glass .reveal__body {
  margin-top: 1.5rem;
}
.icon--magnifying-glass .reveal__footer .buttons {
  display: flex;
  float: right;
  font-weight: bold;
  padding: 0;
}
@media print, screen and (min-width: 51.25em) {
  .icon--magnifying-glass .reveal__footer .buttons {
    padding: 0.625rem 0 0.3rem;
  }
}
.icon--magnifying-glass .button {
  margin: 1rem 1rem 0.4rem 0;
  padding: 0.75rem 1.875rem;
}
@media print, screen and (min-width: 51.25em) {
  .icon--magnifying-glass .button {
    margin: 1.2rem 1.2rem 1.7rem 0;
  }
}
.icon--magnifying-glass:focus {
  outline: none;
}

#errors_section {
  margin: 0.7rem 0 1.8rem 0;
}

.unread_message__counter {
  background: transparent;
  border: 2px solid #D4D4D4;
  border-radius: 1.25rem;
  color: #06060B;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  margin-top: 1.25rem;
  margin-left: auto;
  margin-right: 10%;
  height: fit-content;
  width: 3.3125rem;
}

@media print, screen and (max-width: 23.74875em) {
  .results-per-page {
    font-size: 0.938rem;
  }
}

.followers-grid {
  margin-top: 2rem;
}

.home-section .button--sc2 {
  margin-bottom: 0;
}

.lead {
  padding-bottom: 5px;
}

div.wrapper.margin-bottom-2 {
  padding-bottom: 1.25rem !important;
}

@media print, screen and (min-width: 28.125em) {
  .columns-my-settings {
    padding: 0 16px !important;
  }
}
@media print, screen and (min-width: 64em) {
  .columns-my-settings {
    padding: 0 !important;
  }
}

#slider-block .row.collapse div {
  margin-top: 0;
  margin-bottom: 0;
}

#slider-block hr {
  margin: 0;
}

#highlighted-processes {
  padding-top: 0;
}

.main-container__content {
  padding-bottom: 0.4rem;
}

.participatory_process_footer {
  padding-bottom: 1.875rem;
}

.icon--magnifying-glass {
  color: #004494;
}

.google-map {
  height: auto;
  margin-bottom: 1.875rem;
  background-color: transparent;
}
@media print, screen and (min-width: 64em) {
  .google-map {
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .google-map .wtfooter {
    margin-bottom: 3.125rem;
  }
}
.google-map .wt-map-info {
  top: 0px !important;
  bottom: 0 !important;
  right: 50px !important;
  max-width: 1000px !important;
  width: 50%;
}
.google-map .legend-container:not([class*=expanded]) {
  height: 1.875rem;
}
.google-map .legend-container:not([class*=expanded]) .header {
  height: 1.875rem;
}
.google-map .legend-container:not([class*=expanded]) .header .title {
  padding: 0.25rem 1.25rem 0.5rem 1.25rem;
}
.google-map .legend-container:not([class*=expanded]) a::before {
  content: "i";
  line-height: 1.1;
  font-family: math, sans-serif;
  font-style: italic;
  font-size: 1.5625rem;
  padding-right: 0.1875rem;
}
.google-map .legend-container:not([class*=expanded]) a.button {
  width: 2.1875rem;
}
.google-map .legend-container:not([class*=expanded]) a.button .mdiv {
  display: none;
}
.google-map .legend-container {
  background-color: rgba(255, 255, 255, 0.7);
  margin: 0px !important;
}
.google-map .legend-container .content-container {
  margin-right: 6.25rem;
  margin-left: 0.938rem;
  font-size: 0.75rem;
}
.google-map .legend-container .content-container .info.legend li:first-of-type {
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 51.25em) {
  .google-map .legend-container .content-container .info.legend li:first-of-type {
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 51.25em) {
  .google-map .legend-container .content-container {
    display: flex;
  }
}
.google-map .legend-container .header {
  position: relative;
  width: 100%;
  display: flex;
}
.google-map .legend-container .header .title {
  width: 100%;
  font-weight: 700;
  padding: 0.625rem 0rem 0.625rem 1.563rem;
}
.google-map .legend-container .header .button {
  margin-bottom: 0rem;
  border-radius: 0;
  float: right;
  right: 0rem;
  width: 1.875rem;
  height: 1.875rem;
  padding: 0rem;
  background-color: #444;
}
.google-map .legend-container .header .button .mdiv {
  height: 1.563rem;
  width: 2px;
  margin-left: 0.75rem;
  background-color: white;
  transform: rotate(45deg);
  z-index: 1;
  margin-bottom: 0.625rem;
}
.google-map .legend-container .header .button .mdiv .md {
  height: 1.563rem;
  width: 2px;
  background-color: white;
  transform: rotate(90deg);
  z-index: 2;
}
.google-map .legend-container .legend {
  margin-bottom: 0;
  padding: 0.625rem;
  transition: 0.6s all;
  display: block;
}
.google-map .legend-container .legend.expanded {
  display: none;
}
.google-map .legend-container .legend li {
  list-style-type: none;
  list-style-position: inside;
  line-height: 21px;
  vertical-align: middle;
}
.google-map .legend-container .legend .leaflet-marker-icon {
  width: 21px;
  height: 21px;
  opacity: 1;
  position: relative;
  display: inline-flex;
}
.google-map .wt-map-info-content {
  margin: 0px !important;
  max-height: 100% !important;
}
.google-map .wt-map-info a.wt-map-info-close {
  left: -50px !important;
  top: 0px !important;
  border-radius: 0px !important;
}

@media (max-width: 708px) {
  .smartphone.wt-map-info-show .wt-map-info-content {
    padding: 0 !important;
  }
  .smartphone.wt-map-info-show .wt-map-info {
    border-right: none !important;
    left: 50px !important;
  }
  .smartphone.wt-map-info-show .wt-map-menu {
    display: block !important;
  }
  .smartphone.wt-map-info-show .wtinfocontent h2 {
    padding: 20px 10px 0 10px !important;
  }
  .smartphone.wt-map-info-show .map-info__content {
    padding: 1rem 10px 0 10px !important;
  }
  .smartphone.wt-map-info-show .map-info__content .map__date-adress .card__datetime {
    flex-wrap: wrap;
    justify-content: center;
  }
  .smartphone.wt-map-info-show .map-info__content .map__date-adress .card__datetime .card__datetime__date {
    margin-right: 0 !important;
  }
  .smartphone.wt-map-info-show .map-info__content .map__date-adress .card__datetime .card__datetime__time {
    margin-top: 5px !important;
  }
}
@media screen and (max-width: 708px) and (min-width: 35.125em) {
  .smartphone.wt-map-info-show .map-info__content .map__date-adress .card__datetime {
    justify-content: flex-start;
  }
  .smartphone.wt-map-info-show .map-info__content .map__date-adress .card__datetime .card__datetime__date {
    margin-right: 1rem !important;
  }
}
@media (max-width: 708px) {
  .smartphone.wt-map-info-show .map-info__content .map__date-adress .address.card__extra {
    flex-direction: column !important;
  }
  .smartphone.wt-map-info-show .map-info__content .map__date-adress .address.card__extra .address__details {
    word-break: break-word;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 708px) {
  .smartphone.wt-map-info-show .map-info__content .map-info__button .button {
    min-width: unset !important;
  }
}
@media print and (max-width: 708px), screen and (max-width: 708px) and (min-width: 51.25em) {
  .smartphone.wt-map-info-show .map-info__content .map-info__button .button {
    min-width: 12rem;
  }
}
#language-chooser-control {
  position: relative;
  padding-right: 1.125rem;
  color: #004494;
}
#language-chooser-control:after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #004494 transparent transparent;
  right: 0;
  left: auto;
  margin-top: -2px;
  position: absolute;
  top: 50%;
}
#language-chooser-control:hover {
  color: #1a181d;
}
#language-chooser-control:hover:after {
  border-color: #1a181d transparent transparent;
}
#language-chooser-control:focus {
  outline: 3px solid #FFD617;
  outline-offset: 2px;
}
@media print, screen and (min-width: 51.25em) {
  #language-chooser-control {
    margin-right: 0;
  }
}

.list-container {
  max-width: 100%;
  width: 1140px;
  margin: auto;
  flex-basis: 50%;
}

.language-list__container {
  background-color: #E7E7E7;
  padding: 2.5rem 1rem;
}
.language-list__container:focus {
  outline: none;
}
.language-list__container .language-list__close-button {
  display: flex;
  align-items: center;
  font: normal normal 400 1rem/1.25rem Arial, sans-serif;
  font-weight: 600;
  color: #404040;
  top: 0;
  right: 0;
  position: relative;
  padding: 0.75rem 1rem;
}
.language-list__container .language-list__close-button:hover {
  text-decoration: none;
}
.language-list__container .language-list__close-button:focus {
  outline: 0.188rem solid #FFD617;
  outline-offset: -0.188rem;
}
.language-list__container .language-list__close-button svg {
  height: 1.25rem;
  width: 1.25rem;
  margin-left: 0.5rem;
}
.language-list__container .language-list__title {
  display: flex;
  align-items: center;
  color: #404040;
  font: normal normal 400 1.125rem/1.5rem Arial, sans-serif;
  font-weight: 600;
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}
.language-list__container .language-list__title.eu {
  font: normal normal 400 1rem/1.25rem Arial, sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 1rem;
}
.language-list__container .language-list__list .column:last-child:not(:first-child), .language-list__container .language-list__list .columns:last-child:not(:first-child) {
  float: left;
}
.language-list__container .language-list__item {
  margin-bottom: 0.5rem;
}
.language-list__container a.language-list__link {
  background-color: #fff;
  padding: 0.75rem 1rem;
  font: normal normal 400 1rem/1.25rem Arial, sans-serif;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #004494;
}
.language-list__container a.language-list__link:hover, .language-list__container a.language-list__link:focus {
  background-color: #FFD617;
  color: #1a181d;
}
.language-list__container a.language-list__link:focus {
  outline: none;
}
.language-list__container a.language-list__link.is-active {
  background-color: #FFD617;
  color: #1a181d;
  outline-color: #1a181d;
}

.column-close {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.choose-container {
  margin: 1rem;
}

body {
  font-family: "Roboto", sans-serif;
}

.off-canvas-wrapper {
  background-color: #fff;
}

.participatory_process_footer h3 {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0000bd;
}
@media print, screen and (min-width: 64em) {
  .participatory_process_footer h3 {
    font-size: 1.563rem;
  }
}
.participatory_process_footer .button.hollow {
  display: block;
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
  color: #06060B !important;
}

.disclaimer {
  clear: both;
  font-size: 0.75rem;
  line-height: 0.875rem;
}

/*# sourceMappingURL=decidim_core-c3ea8572.css.map*/