.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;
}
.editor-container ul,
.editor-container ol {
  margin-bottom: 1rem;
}

.ql-editor-display ul li,
.ql-editor-display ol li {
  list-style-type: none;
  margin-bottom: 0.5rem;
}
.ql-editor-display ul li::before,
.ql-editor-display ol li::before {
  content: "•";
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor-display ul li.ql-indent-1,
.ql-editor-display ol li.ql-indent-1 {
  padding-left: 3em;
}
.ql-editor-display ul li.ql-indent-2,
.ql-editor-display ol li.ql-indent-2 {
  padding-left: 6em;
}
.ql-editor-display ul li.ql-indent-3,
.ql-editor-display ol li.ql-indent-3 {
  padding-left: 9em;
}
.ql-editor-display ul li.ql-indent-4,
.ql-editor-display ol li.ql-indent-4 {
  padding-left: 12em;
}
.ql-editor-display ul li.ql-indent-5,
.ql-editor-display ol li.ql-indent-5 {
  padding-left: 15em;
}
.ql-editor-display ul li.ql-indent-6,
.ql-editor-display ol li.ql-indent-6 {
  padding-left: 18em;
}
.ql-editor-display ul li.ql-indent-7,
.ql-editor-display ol li.ql-indent-7 {
  padding-left: 21em;
}
.ql-editor-display ul li.ql-indent-8,
.ql-editor-display ol li.ql-indent-8 {
  padding-left: 24em;
}
.ql-editor-display ul li.ql-indent-9,
.ql-editor-display ol li.ql-indent-9 {
  padding-left: 27em;
}
.ql-editor-display 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-display ol li::before {
  content: counter(list-0, decimal) ". ";
}
.ql-editor-display ol li.ql-indent-1 {
  counter-increment: list-1;
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor-display ol li.ql-indent-1::before {
  content: counter(list-1, lower-alpha) ". ";
}
.ql-editor-display ol li.ql-indent-2 {
  counter-increment: list-2;
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor-display ol li.ql-indent-2::before {
  content: counter(list-2, lower-roman) ". ";
}
.ql-editor-display ol li.ql-indent-3 {
  counter-increment: list-3;
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor-display ol li.ql-indent-3::before {
  content: counter(list-3, decimal) ". ";
}
.ql-editor-display ol li.ql-indent-4 {
  counter-increment: list-4;
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor-display ol li.ql-indent-4::before {
  content: counter(list-4, lower-alpha) ". ";
}
.ql-editor-display ol li.ql-indent-5 {
  counter-increment: list-5;
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor-display ol li.ql-indent-5::before {
  content: counter(list-5, lower-roman) ". ";
}
.ql-editor-display ol li.ql-indent-6 {
  counter-increment: list-6;
  counter-reset: list-7 list-8 list-9;
}
.ql-editor-display ol li.ql-indent-6::before {
  content: counter(list-6, decimal) ". ";
}
.ql-editor-display ol li.ql-indent-7 {
  counter-increment: list-7;
  counter-reset: list-8 list-9;
}
.ql-editor-display ol li.ql-indent-7::before {
  content: counter(list-7, lower-alpha) ". ";
}
.ql-editor-display ol li.ql-indent-8 {
  counter-increment: list-8;
  counter-reset: list-9;
}
.ql-editor-display ol li.ql-indent-8::before {
  content: counter(list-8, lower-roman) ". ";
}
.ql-editor-display ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor-display ol li.ql-indent-9::before {
  content: counter(list-9, decimal) ". ";
}

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

/**
 * Foundation for Sites
 * Version 6.7.5
 * 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: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
.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;
}

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

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

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

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

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

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

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

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

select, .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;
  -webkit-overflow-scrolling: touch;
}

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=\"http://www.w3.org/2000/svg\" version=\"1.1\" width=\"32\" height=\"24\" viewBox=\"0 0 32 24\"><polygon points=\"0,0 32,0 16,24\" style=\"fill: rgb%2844, 41, 48%29\"></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: #ec5840;
  background-color: #fdeeec;
}
.is-invalid-input:not(:focus)::placeholder {
  color: #ec5840;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

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

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

figure {
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 28.125em) {
  .smallmedium-text-left {
    text-align: left;
  }
  .smallmedium-text-right {
    text-align: right;
  }
  .smallmedium-text-center {
    text-align: center;
  }
  .smallmedium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 50em) {
  .mediumlarge-text-left {
    text-align: left;
  }
  .mediumlarge-text-right {
    text-align: right;
  }
  .mediumlarge-text-center {
    text-align: center;
  }
  .mediumlarge-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #2c2930;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.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: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
@media print, screen and (min-width: 50em) {
  .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 {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  width: 100%;
  float: left;
}
@media print, screen and (min-width: 40em) {
  .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: 40em) {
  .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: 50em) {
  .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: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

.button, .meeting-polls__button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button, [data-whatinput=mouse] .meeting-polls__button {
  outline: 0;
}
.button.tiny, .tiny.meeting-polls__button {
  font-size: 0.9rem;
}
.button.small, .meeting-polls__button {
  font-size: 0.9rem;
}
.button.large, .large.meeting-polls__button {
  font-size: 1.25rem;
}
.button.expanded, .expanded.meeting-polls__button {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .meeting-polls__button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #cb3c29;
  color: #fff;
}
.button:hover, .meeting-polls__button:hover, .button:focus, .meeting-polls__button:focus {
  background-color: #ad3323;
  color: #fff;
}
.button.primary, .primary.meeting-polls__button, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #cb3c29;
  color: #fff;
}
.button.primary:hover, .primary.meeting-polls__button:hover, .button.primary:focus, .primary.meeting-polls__button:focus {
  background-color: #a23021;
  color: #fff;
}
.button.secondary, .secondary.meeting-polls__button, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #39747f;
  color: #fff;
}
.button.secondary:hover, .secondary.meeting-polls__button:hover, .button.secondary:focus, .secondary.meeting-polls__button:focus {
  background-color: #2e5d66;
  color: #fff;
}
.button.success, .success.meeting-polls__button, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #57d685;
  color: #1a181d;
}
.button.success:hover, .success.meeting-polls__button:hover, .button.success:focus, .success.meeting-polls__button:focus {
  background-color: #2fc264;
  color: #1a181d;
}
.button.warning, .warning.meeting-polls__button, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #1a181d;
}
.button.warning:hover, .warning.meeting-polls__button:hover, .button.warning:focus, .warning.meeting-polls__button:focus {
  background-color: #cc8b00;
  color: #1a181d;
}
.button.alert, .alert.meeting-polls__button, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #ec5840;
  color: #1a181d;
}
.button.alert:hover, .alert.meeting-polls__button:hover, .button.alert:focus, .alert.meeting-polls__button:focus {
  background-color: #da3116;
  color: #1a181d;
}
.button.hollow, .meeting-polls__button, .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, .meeting-polls__button, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #cb3c29;
  color: #cb3c29;
}
.button.hollow:hover, .meeting-polls__button:hover, .button.hollow:focus, .meeting-polls__button:focus {
  border-color: #661e15;
  color: #661e15;
}
.button.hollow.primary, .primary.meeting-polls__button, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #cb3c29;
  color: #cb3c29;
}
.button.hollow.primary:hover, .primary.meeting-polls__button:hover, .button.hollow.primary:focus, .primary.meeting-polls__button:focus {
  border-color: #661e15;
  color: #661e15;
}
.button.hollow.secondary, .secondary.meeting-polls__button, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #39747f;
  color: #39747f;
}
.button.hollow.secondary:hover, .secondary.meeting-polls__button:hover, .button.hollow.secondary:focus, .secondary.meeting-polls__button:focus {
  border-color: #1d3a40;
  color: #1d3a40;
}
.button.hollow.success, .success.meeting-polls__button, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #57d685;
  color: #57d685;
}
.button.hollow.success:hover, .success.meeting-polls__button:hover, .button.hollow.success:focus, .success.meeting-polls__button:focus {
  border-color: #1e793f;
  color: #1e793f;
}
.button.hollow.warning, .warning.meeting-polls__button, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .warning.meeting-polls__button:hover, .button.hollow.warning:focus, .warning.meeting-polls__button:focus {
  border-color: #805700;
  color: #805700;
}
.button.hollow.alert, .alert.meeting-polls__button, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button.hollow.alert:hover, .alert.meeting-polls__button:hover, .button.hollow.alert:focus, .alert.meeting-polls__button:focus {
  border-color: #881f0e;
  color: #881f0e;
}
.button.clear, .clear.meeting-polls__button, .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, .clear.meeting-polls__button, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #cb3c29;
}
.button.clear:hover, .clear.meeting-polls__button:hover, .button.clear:focus, .clear.meeting-polls__button:focus {
  color: #661e15;
}
.button.clear.primary, .clear.primary.meeting-polls__button, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #cb3c29;
}
.button.clear.primary:hover, .clear.primary.meeting-polls__button:hover, .button.clear.primary:focus, .clear.primary.meeting-polls__button:focus {
  color: #661e15;
}
.button.clear.secondary, .clear.secondary.meeting-polls__button, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #39747f;
}
.button.clear.secondary:hover, .clear.secondary.meeting-polls__button:hover, .button.clear.secondary:focus, .clear.secondary.meeting-polls__button:focus {
  color: #1d3a40;
}
.button.clear.success, .clear.success.meeting-polls__button, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #57d685;
}
.button.clear.success:hover, .clear.success.meeting-polls__button:hover, .button.clear.success:focus, .clear.success.meeting-polls__button:focus {
  color: #1e793f;
}
.button.clear.warning, .clear.warning.meeting-polls__button, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .clear.warning.meeting-polls__button:hover, .button.clear.warning:focus, .clear.warning.meeting-polls__button:focus {
  color: #805700;
}
.button.clear.alert, .clear.alert.meeting-polls__button, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #ec5840;
}
.button.clear.alert:hover, .clear.alert.meeting-polls__button:hover, .button.clear.alert:focus, .clear.alert.meeting-polls__button:focus {
  color: #881f0e;
}
.button.disabled, .disabled.meeting-polls__button, .button[disabled], [disabled].meeting-polls__button {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after, .dropdown.meeting-polls__button::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, .dropdown.meeting-polls__button::after, .button.dropdown.clear::after {
  border-top-color: #cb3c29;
}
.button.dropdown.hollow.primary::after, .dropdown.primary.meeting-polls__button::after, .button.dropdown.clear.primary::after {
  border-top-color: #cb3c29;
}
.button.dropdown.hollow.secondary::after, .dropdown.secondary.meeting-polls__button::after, .button.dropdown.clear.secondary::after {
  border-top-color: #39747f;
}
.button.dropdown.hollow.success::after, .dropdown.success.meeting-polls__button::after, .button.dropdown.clear.success::after {
  border-top-color: #57d685;
}
.button.dropdown.hollow.warning::after, .dropdown.warning.meeting-polls__button::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .dropdown.alert.meeting-polls__button::after, .button.dropdown.clear.alert::after {
  border-top-color: #ec5840;
}
.button.arrow-only::after, .arrow-only.meeting-polls__button::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.meeting-polls__button:hover, a.button:focus, a.meeting-polls__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, .button-group .meeting-polls__button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 1rem;
}
.button-group .button:last-child, .button-group .meeting-polls__button:last-child {
  margin-right: 0;
}
.button-group.tiny .button, .button-group.tiny .meeting-polls__button {
  font-size: 0.9rem;
}
.button-group.small .button, .button-group.meeting-polls__button .button, .button-group.small .meeting-polls__button, .button-group.meeting-polls__button .meeting-polls__button {
  font-size: 0.9rem;
}
.button-group.large .button, .button-group.large .meeting-polls__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, .button-group.expanded .meeting-polls__button:first-child:last-child {
  width: calc(100% - 1px);
}
.button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .meeting-polls__button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .meeting-polls__button, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .meeting-polls__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 .meeting-polls__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, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .meeting-polls__button:last-child, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .meeting-polls__button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .meeting-polls__button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .meeting-polls__button, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .meeting-polls__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 .meeting-polls__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, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .meeting-polls__button:last-child, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .meeting-polls__button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .meeting-polls__button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .meeting-polls__button, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .meeting-polls__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 .meeting-polls__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, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .meeting-polls__button:last-child, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .meeting-polls__button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .meeting-polls__button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .meeting-polls__button, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .meeting-polls__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 .meeting-polls__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, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .meeting-polls__button:last-child, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .meeting-polls__button:last-child {
  margin-right: -6px;
}
.button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .meeting-polls__button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .meeting-polls__button, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .meeting-polls__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 .meeting-polls__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, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .meeting-polls__button:last-child, .button-group.expanded .meeting-polls__button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .meeting-polls__button:last-child {
  margin-right: -6px;
}
.button-group.primary .button, .button-group.primary .meeting-polls__button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #cb3c29;
  color: #fff;
}
.button-group.primary .button:hover, .button-group.primary .meeting-polls__button:hover, .button-group.primary .button:focus, .button-group.primary .meeting-polls__button:focus {
  background-color: #a23021;
  color: #fff;
}
.button-group.secondary .button, .button-group.secondary .meeting-polls__button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #39747f;
  color: #fff;
}
.button-group.secondary .button:hover, .button-group.secondary .meeting-polls__button:hover, .button-group.secondary .button:focus, .button-group.secondary .meeting-polls__button:focus {
  background-color: #2e5d66;
  color: #fff;
}
.button-group.success .button, .button-group.success .meeting-polls__button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #57d685;
  color: #1a181d;
}
.button-group.success .button:hover, .button-group.success .meeting-polls__button:hover, .button-group.success .button:focus, .button-group.success .meeting-polls__button:focus {
  background-color: #2fc264;
  color: #1a181d;
}
.button-group.warning .button, .button-group.warning .meeting-polls__button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #1a181d;
}
.button-group.warning .button:hover, .button-group.warning .meeting-polls__button:hover, .button-group.warning .button:focus, .button-group.warning .meeting-polls__button:focus {
  background-color: #cc8b00;
  color: #1a181d;
}
.button-group.alert .button, .button-group.alert .meeting-polls__button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #ec5840;
  color: #1a181d;
}
.button-group.alert .button:hover, .button-group.alert .meeting-polls__button:hover, .button-group.alert .button:focus, .button-group.alert .meeting-polls__button:focus {
  background-color: #da3116;
  color: #1a181d;
}
.button-group.hollow .button, .button-group.meeting-polls__button .button, .button-group.hollow .meeting-polls__button, .button-group.meeting-polls__button .meeting-polls__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.meeting-polls__button .button, .button-group.hollow .meeting-polls__button, .button-group.meeting-polls__button .meeting-polls__button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #cb3c29;
  color: #cb3c29;
}
.button-group.hollow .button:hover, .button-group.meeting-polls__button .button:hover, .button-group.hollow .meeting-polls__button:hover, .button-group.meeting-polls__button .meeting-polls__button:hover, .button-group.hollow .button:focus, .button-group.meeting-polls__button .button:focus, .button-group.hollow .meeting-polls__button:focus, .button-group.meeting-polls__button .meeting-polls__button:focus {
  border-color: #661e15;
  color: #661e15;
}
.button-group.hollow.primary .button, .button-group.primary.meeting-polls__button .button, .button-group.hollow.primary .meeting-polls__button, .button-group.primary.meeting-polls__button .meeting-polls__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.meeting-polls__button .button.primary, .button-group.hollow .primary.meeting-polls__button, .button-group.meeting-polls__button .primary.meeting-polls__button, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #cb3c29;
  color: #cb3c29;
}
.button-group.hollow.primary .button:hover, .button-group.primary.meeting-polls__button .button:hover, .button-group.hollow.primary .meeting-polls__button:hover, .button-group.primary.meeting-polls__button .meeting-polls__button:hover, .button-group.hollow.primary .button:focus, .button-group.primary.meeting-polls__button .button:focus, .button-group.hollow.primary .meeting-polls__button:focus, .button-group.primary.meeting-polls__button .meeting-polls__button:focus, .button-group.hollow .button.primary:hover, .button-group.meeting-polls__button .button.primary:hover, .button-group.hollow .primary.meeting-polls__button:hover, .button-group.meeting-polls__button .primary.meeting-polls__button:hover, .button-group.hollow .button.primary:focus, .button-group.meeting-polls__button .button.primary:focus, .button-group.hollow .primary.meeting-polls__button:focus, .button-group.meeting-polls__button .primary.meeting-polls__button:focus {
  border-color: #661e15;
  color: #661e15;
}
.button-group.hollow.secondary .button, .button-group.secondary.meeting-polls__button .button, .button-group.hollow.secondary .meeting-polls__button, .button-group.secondary.meeting-polls__button .meeting-polls__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.meeting-polls__button .button.secondary, .button-group.hollow .secondary.meeting-polls__button, .button-group.meeting-polls__button .secondary.meeting-polls__button, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #39747f;
  color: #39747f;
}
.button-group.hollow.secondary .button:hover, .button-group.secondary.meeting-polls__button .button:hover, .button-group.hollow.secondary .meeting-polls__button:hover, .button-group.secondary.meeting-polls__button .meeting-polls__button:hover, .button-group.hollow.secondary .button:focus, .button-group.secondary.meeting-polls__button .button:focus, .button-group.hollow.secondary .meeting-polls__button:focus, .button-group.secondary.meeting-polls__button .meeting-polls__button:focus, .button-group.hollow .button.secondary:hover, .button-group.meeting-polls__button .button.secondary:hover, .button-group.hollow .secondary.meeting-polls__button:hover, .button-group.meeting-polls__button .secondary.meeting-polls__button:hover, .button-group.hollow .button.secondary:focus, .button-group.meeting-polls__button .button.secondary:focus, .button-group.hollow .secondary.meeting-polls__button:focus, .button-group.meeting-polls__button .secondary.meeting-polls__button:focus {
  border-color: #1d3a40;
  color: #1d3a40;
}
.button-group.hollow.success .button, .button-group.success.meeting-polls__button .button, .button-group.hollow.success .meeting-polls__button, .button-group.success.meeting-polls__button .meeting-polls__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.meeting-polls__button .button.success, .button-group.hollow .success.meeting-polls__button, .button-group.meeting-polls__button .success.meeting-polls__button, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #57d685;
  color: #57d685;
}
.button-group.hollow.success .button:hover, .button-group.success.meeting-polls__button .button:hover, .button-group.hollow.success .meeting-polls__button:hover, .button-group.success.meeting-polls__button .meeting-polls__button:hover, .button-group.hollow.success .button:focus, .button-group.success.meeting-polls__button .button:focus, .button-group.hollow.success .meeting-polls__button:focus, .button-group.success.meeting-polls__button .meeting-polls__button:focus, .button-group.hollow .button.success:hover, .button-group.meeting-polls__button .button.success:hover, .button-group.hollow .success.meeting-polls__button:hover, .button-group.meeting-polls__button .success.meeting-polls__button:hover, .button-group.hollow .button.success:focus, .button-group.meeting-polls__button .button.success:focus, .button-group.hollow .success.meeting-polls__button:focus, .button-group.meeting-polls__button .success.meeting-polls__button:focus {
  border-color: #1e793f;
  color: #1e793f;
}
.button-group.hollow.warning .button, .button-group.warning.meeting-polls__button .button, .button-group.hollow.warning .meeting-polls__button, .button-group.warning.meeting-polls__button .meeting-polls__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.meeting-polls__button .button.warning, .button-group.hollow .warning.meeting-polls__button, .button-group.meeting-polls__button .warning.meeting-polls__button, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.warning.meeting-polls__button .button:hover, .button-group.hollow.warning .meeting-polls__button:hover, .button-group.warning.meeting-polls__button .meeting-polls__button:hover, .button-group.hollow.warning .button:focus, .button-group.warning.meeting-polls__button .button:focus, .button-group.hollow.warning .meeting-polls__button:focus, .button-group.warning.meeting-polls__button .meeting-polls__button:focus, .button-group.hollow .button.warning:hover, .button-group.meeting-polls__button .button.warning:hover, .button-group.hollow .warning.meeting-polls__button:hover, .button-group.meeting-polls__button .warning.meeting-polls__button:hover, .button-group.hollow .button.warning:focus, .button-group.meeting-polls__button .button.warning:focus, .button-group.hollow .warning.meeting-polls__button:focus, .button-group.meeting-polls__button .warning.meeting-polls__button:focus {
  border-color: #805700;
  color: #805700;
}
.button-group.hollow.alert .button, .button-group.alert.meeting-polls__button .button, .button-group.hollow.alert .meeting-polls__button, .button-group.alert.meeting-polls__button .meeting-polls__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.meeting-polls__button .button.alert, .button-group.hollow .alert.meeting-polls__button, .button-group.meeting-polls__button .alert.meeting-polls__button, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #ec5840;
  color: #ec5840;
}
.button-group.hollow.alert .button:hover, .button-group.alert.meeting-polls__button .button:hover, .button-group.hollow.alert .meeting-polls__button:hover, .button-group.alert.meeting-polls__button .meeting-polls__button:hover, .button-group.hollow.alert .button:focus, .button-group.alert.meeting-polls__button .button:focus, .button-group.hollow.alert .meeting-polls__button:focus, .button-group.alert.meeting-polls__button .meeting-polls__button:focus, .button-group.hollow .button.alert:hover, .button-group.meeting-polls__button .button.alert:hover, .button-group.hollow .alert.meeting-polls__button:hover, .button-group.meeting-polls__button .alert.meeting-polls__button:hover, .button-group.hollow .button.alert:focus, .button-group.meeting-polls__button .button.alert:focus, .button-group.hollow .alert.meeting-polls__button:focus, .button-group.meeting-polls__button .alert.meeting-polls__button:focus {
  border-color: #881f0e;
  color: #881f0e;
}
.button-group.clear .button, .button-group.clear .meeting-polls__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 .meeting-polls__button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #cb3c29;
}
.button-group.clear .button:hover, .button-group.clear .meeting-polls__button:hover, .button-group.clear .button:focus, .button-group.clear .meeting-polls__button:focus {
  color: #661e15;
}
.button-group.clear.primary .button, .button-group.clear.primary .meeting-polls__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 .primary.meeting-polls__button, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #cb3c29;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .meeting-polls__button:hover, .button-group.clear.primary .button:focus, .button-group.clear.primary .meeting-polls__button:focus, .button-group.clear .button.primary:hover, .button-group.clear .primary.meeting-polls__button:hover, .button-group.clear .button.primary:focus, .button-group.clear .primary.meeting-polls__button:focus {
  color: #661e15;
}
.button-group.clear.secondary .button, .button-group.clear.secondary .meeting-polls__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 .secondary.meeting-polls__button, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #39747f;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .meeting-polls__button:hover, .button-group.clear.secondary .button:focus, .button-group.clear.secondary .meeting-polls__button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .secondary.meeting-polls__button:hover, .button-group.clear .button.secondary:focus, .button-group.clear .secondary.meeting-polls__button:focus {
  color: #1d3a40;
}
.button-group.clear.success .button, .button-group.clear.success .meeting-polls__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 .success.meeting-polls__button, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #57d685;
}
.button-group.clear.success .button:hover, .button-group.clear.success .meeting-polls__button:hover, .button-group.clear.success .button:focus, .button-group.clear.success .meeting-polls__button:focus, .button-group.clear .button.success:hover, .button-group.clear .success.meeting-polls__button:hover, .button-group.clear .button.success:focus, .button-group.clear .success.meeting-polls__button:focus {
  color: #1e793f;
}
.button-group.clear.warning .button, .button-group.clear.warning .meeting-polls__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 .warning.meeting-polls__button, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .meeting-polls__button:hover, .button-group.clear.warning .button:focus, .button-group.clear.warning .meeting-polls__button:focus, .button-group.clear .button.warning:hover, .button-group.clear .warning.meeting-polls__button:hover, .button-group.clear .button.warning:focus, .button-group.clear .warning.meeting-polls__button:focus {
  color: #805700;
}
.button-group.clear.alert .button, .button-group.clear.alert .meeting-polls__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 .alert.meeting-polls__button, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #ec5840;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .meeting-polls__button:hover, .button-group.clear.alert .button:focus, .button-group.clear.alert .meeting-polls__button:focus, .button-group.clear .button.alert:hover, .button-group.clear .alert.meeting-polls__button:hover, .button-group.clear .button.alert:focus, .button-group.clear .alert.meeting-polls__button:focus {
  color: #881f0e;
}
.button-group.no-gaps .button, .button-group.no-gaps .meeting-polls__button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button, .button-group.no-gaps .meeting-polls__button + .button, .button-group.no-gaps .button + .meeting-polls__button, .button-group.no-gaps .meeting-polls__button + .meeting-polls__button {
  border-left-color: transparent;
}
.button-group.stacked .button, .button-group.stacked .meeting-polls__button, .button-group.stacked-for-small .button, .button-group.stacked-for-small .meeting-polls__button, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .meeting-polls__button {
  width: 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked .meeting-polls__button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .meeting-polls__button:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .meeting-polls__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.expanded .meeting-polls__button:first-child:last-child, .button-group.stacked-for-small.expanded .button:first-child:last-child, .button-group.stacked-for-small.expanded .meeting-polls__button:first-child:last-child, .button-group.stacked-for-medium.expanded .button:first-child:last-child, .button-group.stacked-for-medium.expanded .meeting-polls__button:first-child:last-child {
  width: calc(100% - 1px);
}
.button-group.stacked.expanded .button:first-child:nth-last-child(2), .button-group.stacked.expanded .meeting-polls__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.expanded .meeting-polls__button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .meeting-polls__button, .button-group.stacked.expanded .meeting-polls__button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .meeting-polls__button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-small.expanded .meeting-polls__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-small.expanded .meeting-polls__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):first-child:nth-last-child(2) ~ .meeting-polls__button, .button-group.stacked-for-small.expanded .meeting-polls__button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .meeting-polls__button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-medium.expanded .meeting-polls__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, .button-group.stacked-for-medium.expanded .meeting-polls__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):first-child:nth-last-child(2) ~ .meeting-polls__button, .button-group.stacked-for-medium.expanded .meeting-polls__button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .meeting-polls__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 .meeting-polls__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.expanded .meeting-polls__button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .meeting-polls__button:last-child, .button-group.stacked.expanded .meeting-polls__button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .meeting-polls__button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-small.expanded .meeting-polls__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-small.expanded .meeting-polls__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):first-child:nth-last-child(2) ~ .meeting-polls__button:last-child, .button-group.stacked-for-small.expanded .meeting-polls__button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .meeting-polls__button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-medium.expanded .meeting-polls__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, .button-group.stacked-for-medium.expanded .meeting-polls__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):first-child:nth-last-child(2) ~ .meeting-polls__button:last-child, .button-group.stacked-for-medium.expanded .meeting-polls__button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .meeting-polls__button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(3), .button-group.stacked.expanded .meeting-polls__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.expanded .meeting-polls__button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .meeting-polls__button, .button-group.stacked.expanded .meeting-polls__button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .meeting-polls__button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-small.expanded .meeting-polls__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-small.expanded .meeting-polls__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):first-child:nth-last-child(3) ~ .meeting-polls__button, .button-group.stacked-for-small.expanded .meeting-polls__button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .meeting-polls__button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-medium.expanded .meeting-polls__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, .button-group.stacked-for-medium.expanded .meeting-polls__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):first-child:nth-last-child(3) ~ .meeting-polls__button, .button-group.stacked-for-medium.expanded .meeting-polls__button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .meeting-polls__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 .meeting-polls__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.expanded .meeting-polls__button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .meeting-polls__button:last-child, .button-group.stacked.expanded .meeting-polls__button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .meeting-polls__button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-small.expanded .meeting-polls__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-small.expanded .meeting-polls__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):first-child:nth-last-child(3) ~ .meeting-polls__button:last-child, .button-group.stacked-for-small.expanded .meeting-polls__button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .meeting-polls__button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-medium.expanded .meeting-polls__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, .button-group.stacked-for-medium.expanded .meeting-polls__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):first-child:nth-last-child(3) ~ .meeting-polls__button:last-child, .button-group.stacked-for-medium.expanded .meeting-polls__button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .meeting-polls__button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(4), .button-group.stacked.expanded .meeting-polls__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.expanded .meeting-polls__button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .meeting-polls__button, .button-group.stacked.expanded .meeting-polls__button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .meeting-polls__button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-small.expanded .meeting-polls__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-small.expanded .meeting-polls__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):first-child:nth-last-child(4) ~ .meeting-polls__button, .button-group.stacked-for-small.expanded .meeting-polls__button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .meeting-polls__button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-medium.expanded .meeting-polls__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, .button-group.stacked-for-medium.expanded .meeting-polls__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):first-child:nth-last-child(4) ~ .meeting-polls__button, .button-group.stacked-for-medium.expanded .meeting-polls__button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .meeting-polls__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 .meeting-polls__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.expanded .meeting-polls__button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .meeting-polls__button:last-child, .button-group.stacked.expanded .meeting-polls__button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .meeting-polls__button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-small.expanded .meeting-polls__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-small.expanded .meeting-polls__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):first-child:nth-last-child(4) ~ .meeting-polls__button:last-child, .button-group.stacked-for-small.expanded .meeting-polls__button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .meeting-polls__button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-medium.expanded .meeting-polls__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, .button-group.stacked-for-medium.expanded .meeting-polls__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):first-child:nth-last-child(4) ~ .meeting-polls__button:last-child, .button-group.stacked-for-medium.expanded .meeting-polls__button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .meeting-polls__button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(5), .button-group.stacked.expanded .meeting-polls__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.expanded .meeting-polls__button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .meeting-polls__button, .button-group.stacked.expanded .meeting-polls__button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .meeting-polls__button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-small.expanded .meeting-polls__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-small.expanded .meeting-polls__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):first-child:nth-last-child(5) ~ .meeting-polls__button, .button-group.stacked-for-small.expanded .meeting-polls__button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .meeting-polls__button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-medium.expanded .meeting-polls__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, .button-group.stacked-for-medium.expanded .meeting-polls__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):first-child:nth-last-child(5) ~ .meeting-polls__button, .button-group.stacked-for-medium.expanded .meeting-polls__button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .meeting-polls__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 .meeting-polls__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.expanded .meeting-polls__button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .meeting-polls__button:last-child, .button-group.stacked.expanded .meeting-polls__button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .meeting-polls__button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-small.expanded .meeting-polls__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-small.expanded .meeting-polls__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):first-child:nth-last-child(5) ~ .meeting-polls__button:last-child, .button-group.stacked-for-small.expanded .meeting-polls__button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .meeting-polls__button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-medium.expanded .meeting-polls__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, .button-group.stacked-for-medium.expanded .meeting-polls__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):first-child:nth-last-child(5) ~ .meeting-polls__button:last-child, .button-group.stacked-for-medium.expanded .meeting-polls__button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .meeting-polls__button:last-child {
  margin-right: -6px;
}
.button-group.stacked.expanded .button:first-child:nth-last-child(6), .button-group.stacked.expanded .meeting-polls__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.expanded .meeting-polls__button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .meeting-polls__button, .button-group.stacked.expanded .meeting-polls__button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .meeting-polls__button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-small.expanded .meeting-polls__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-small.expanded .meeting-polls__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):first-child:nth-last-child(6) ~ .meeting-polls__button, .button-group.stacked-for-small.expanded .meeting-polls__button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .meeting-polls__button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-medium.expanded .meeting-polls__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, .button-group.stacked-for-medium.expanded .meeting-polls__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):first-child:nth-last-child(6) ~ .meeting-polls__button, .button-group.stacked-for-medium.expanded .meeting-polls__button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .meeting-polls__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 .meeting-polls__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.expanded .meeting-polls__button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .meeting-polls__button:last-child, .button-group.stacked.expanded .meeting-polls__button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .meeting-polls__button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-small.expanded .meeting-polls__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-small.expanded .meeting-polls__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):first-child:nth-last-child(6) ~ .meeting-polls__button:last-child, .button-group.stacked-for-small.expanded .meeting-polls__button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .meeting-polls__button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-medium.expanded .meeting-polls__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, .button-group.stacked-for-medium.expanded .meeting-polls__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):first-child:nth-last-child(6) ~ .meeting-polls__button:last-child, .button-group.stacked-for-medium.expanded .meeting-polls__button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .meeting-polls__button:last-child {
  margin-right: -6px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button, .button-group.stacked-for-small .meeting-polls__button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .meeting-polls__button {
    width: auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 28.12375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-small.expanded .meeting-polls__button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 49.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button, .button-group.stacked-for-medium.expanded .meeting-polls__button {
    display: block;
    margin-right: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .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, .switch.meeting-polls__button {
  height: 1.75rem;
}
.switch.small .switch-paddle, .switch.meeting-polls__button .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after, .switch.meeting-polls__button .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after, .switch.meeting-polls__button input:checked ~ .switch-paddle::after {
  left: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 0;
  border-radius: 0;
  background-color: white;
  color: #3d393c;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #fbebe9;
  color: #3d393c;
}
.callout.secondary {
  background-color: #e8f3f5;
  color: #3d393c;
}
.callout.success {
  background-color: #eefbf3;
  color: #3d393c;
}
.callout.warning {
  background-color: #fff7e6;
  color: #3d393c;
}
.callout.alert {
  background-color: #fdeeec;
  color: #3d393c;
}
.callout.small, .callout.meeting-polls__button {
  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, .dropdown-pane.meeting-polls__button {
  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: 4px;
  font-size: 1rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 4px;
  color: #3d393c;
}
.pagination a:hover,
.pagination button:hover {
  background: #e8e8e8;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #39747f;
  color: #fff;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #8c838a;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #3d393c;
}

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 4px;
  background-color: #1a181d;
  font-size: 90%;
  color: #fff;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before, .aspect-ratio-16-9 > .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: #cb3c29;
  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: 28.12375em) {
  .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: #cb3c29;
}
.tabs.primary > li > a {
  color: #fff;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #c13927;
}

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

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

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

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

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

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

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button,
.menu .meeting-polls__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: 40em) {
  .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: 50em) {
  .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: #cb3c29;
  color: #fff;
}
.menu .active > a {
  background: #cb3c29;
  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: #2c2930;
  box-shadow: 0 7px 0 #2c2930, 0 14px 0 #2c2930;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > 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: #cb3c29 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: #cb3c29 transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

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

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

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

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fff;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > 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 #cb3c29;
  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 #39747f;
  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 #39747f 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 #cb3c29 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: #39747f 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: #39747f;
}
.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 #39747f 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 #39747f;
}
@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: #39747f 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 #39747f 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 #39747f;
  }
}
@media print, screen and (min-width: 40em) {
  .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: #39747f 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 #39747f 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 #39747f;
  }
}
@media print, screen and (min-width: 50em) {
  .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: #39747f 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 #39747f 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 #39747f;
  }
}
@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: #39747f 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 #39747f 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 #39747f;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .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 #39747f 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 #39747f;
}
.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;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sticky-container {
  position: relative;
}

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

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

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

.title-bar {
  padding: 1rem 0.5rem;
  background: #1a181d;
  color: #fff;
}
.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, .top-bar input.meeting-polls__button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .top-bar.stacked-for-smallmedium .top-bar-left,
  .top-bar.stacked-for-smallmedium .top-bar-right {
    width: 100%;
  }
}
@media print, screen and (max-width: 49.99875em) {
  .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: 28.12375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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, .meeting-polls__question summary, .meeting-polls__question--admin summary {
  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(/decidim-packs/media/images/Source_Sans_Pro_400-c60b44947671d757833d.woff2) format("woff2"), url(/decidim-packs/media/images/Source_Sans_Pro_400-f8eb0fd7380512a226cd.woff) format("woff"), url(/decidim-packs/media/images/Source_Sans_Pro_400-9c6e4dfdd59c9f0df0f8.ttf) format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(/decidim-packs/media/images/Source_Sans_Pro_600-079db4a1c8da8ec06700.woff2) format("woff2"), url(/decidim-packs/media/images/Source_Sans_Pro_600-321eaeac03e6321b823f.woff) format("woff"), url(/decidim-packs/media/images/Source_Sans_Pro_600-a2c16f2d0995dcf36831.ttf) format("truetype");
}
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(/decidim-packs/media/images/Source_Sans_Pro_900-d5a56e0c3bdd31eaadd4.woff2) format("woff2"), url(/decidim-packs/media/images/Source_Sans_Pro_900-7852ed941061eb34f8a3.woff) format("woff"), url(/decidim-packs/media/images/Source_Sans_Pro_900-cdf7b11440b90af6a688.ttf) format("truetype");
}
.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, .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, .aspect-ratio-16-9 .left, .aspect-ratio-16-9 > * {
  left: 0;
}
.absolutes .right, .aspect-ratio-16-9 .right, .aspect-ratio-16-9 > * {
  right: 0;
}
.absolutes .top, .aspect-ratio-16-9 .top, .aspect-ratio-16-9 > * {
  top: 0;
}
.absolutes .bottom, .aspect-ratio-16-9 .bottom, .aspect-ratio-16-9 > * {
  bottom: 0;
}
.absolutes .left.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, .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: 2rem;
  word-wrap: break-word;
}
@media print, screen and (min-width: 64em) {
  .section {
    margin-bottom: 3rem;
  }
}

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

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

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

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

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

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

.p-xs, .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: #39747f;
  font-weight: normal;
}
a:hover {
  color: #31646d;
  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: 2.5em;
  line-height: 1.1;
}
@media print, screen and (min-width: 40em) {
  .heading1 {
    font-size: 3em;
  }
}

.subheading1 {
  text-align: center;
  font-size: 1.25rem;
  margin: 0 auto;
  max-width: 600px;
  padding-bottom: 2rem;
  margin-top: -3rem;
}

.heading2, .card--full .card__title {
  line-height: 1.2;
  font-size: 1.625em;
}
@media print, screen and (min-width: 40em) {
  .heading2, .card--full .card__title {
    font-size: 2em;
  }
}

.heading3 {
  line-height: 1.2;
  font-size: 1.5em;
}
@media print, screen and (min-width: 40em) {
  .heading3 {
    font-size: 1.75em;
  }
}

.heading4 {
  line-height: 1.2;
  font-size: 1.375em;
}
@media print, screen and (min-width: 40em) {
  .heading4 {
    font-size: 1.5em;
  }
}

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

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

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

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

/* New typographic styles */
.section-heading {
  position: relative;
  margin-bottom: 1rem;
  font-weight: 600;
  font-size: 1.125em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.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;
}

.mini-title {
  color: #726a70;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
.mini-title__strong {
  color: #3d393c;
  font-size: 1.2rem;
  font-weight: 800;
}
.mini-title__strong--highlight {
  font-size: 1.4rem;
}

.data-title__over {
  color: #726a70;
  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: #726a70;
  font-size: 0.9rem;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  line-height: 1;
}

.page-title-wrapper {
  text-align: center;
}

.page-title {
  margin-bottom: 3rem;
}
.page-title a:hover {
  text-decoration: underline;
}

.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: #cb3c29;
}

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

.text-secondary {
  color: #39747f;
}

.bg-secondary {
  background-color: #88bfc9;
}

.text-success {
  color: #57d685;
}

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

.text-warning {
  color: #ffae00;
}

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

.text-alert {
  color: #ec5840;
}

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

.text-muted {
  color: #726a70;
}

.bg-muted, .meeting-polls__iframe {
  background-color: #bdb8bc;
}

.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,
abbr.success,
acronym.success,
b.success,
bdo.success,
big.success,
br.success,
button.success,
cite.success,
code.success,
dfn.success,
em.success,
i.success,
img.success,
input.success,
kbd.success,
label.success,
map.success,
object.success,
q.success,
samp.success,
script.success,
select.success,
.inline-filters button.success[data-toggle],
small.success,
span.success,
strong.success,
sub.success,
sup.success,
textarea.success,
time.success,
tt.success,
var.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: #726a70;
}

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

.title-action {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.5rem;
}

.title-action__title {
  display: inline-block;
  margin-right: 1rem;
  vertical-align: middle;
  margin-bottom: 0;
}
.title-action__title.section-heading {
  margin-bottom: 0;
}

.title-action__action {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.title-action__action .icon {
  width: 11px;
  height: 11px;
  margin-left: 0.3rem;
}

/* Foundation button overrides */
.button.small, .meeting-polls__button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.button.small.compact, .compact.meeting-polls__button {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  letter-spacing: 0;
  white-space: nowrap;
}
.button.tiny, .tiny.meeting-polls__button {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.button.tiny.compact, .tiny.compact.meeting-polls__button {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  letter-spacing: 0;
}
.button.button--right, .button--right.meeting-polls__button {
  float: right;
}
.button a, .meeting-polls__button a {
  color: inherit;
}
.button a:hover, .meeting-polls__button a:hover {
  text-decoration: none;
}

.button, .meeting-polls__button {
  position: relative;
  background-color: var(--primary);
}
.button.focus, .focus.meeting-polls__button, .button:focus, .meeting-polls__button:focus {
  background-color: var(--primary);
  box-shadow: none;
  outline: 1px dotted rgba(0, 0, 0, 0.5);
  outline-offset: 2px;
  filter: brightness(95%);
}
.button.hover, .hover.meeting-polls__button, .button:hover, .meeting-polls__button:hover {
  background-color: var(--primary);
  filter: brightness(95%);
  text-decoration: none;
}
.button.active, .active.meeting-polls__button, .button:active, .meeting-polls__button:active {
  filter: brightness(85%);
}
.button.disabled, .disabled.meeting-polls__button, .button.disabled:active, .button.disabled:hover, .button.disabled:focus, .button[disabled], [disabled].meeting-polls__button, .button[disabled]:active, .button[disabled]:hover, .button[disabled]:focus {
  background-color: var(--primary);
}
.button.hollow, .meeting-polls__button {
  background-color: transparent;
  color: var(--primary);
  border-color: var(--primary);
  text-decoration: none;
}
.button.hollow.hover, .hover.meeting-polls__button, .button.hollow:hover, .meeting-polls__button:hover, .button.hollow.focus, .focus.meeting-polls__button, .button.hollow:focus, .meeting-polls__button:focus {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}
.button.hollow.disabled, .disabled.meeting-polls__button, .button.hollow.disabled:active, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], [disabled].meeting-polls__button, .button.hollow[disabled]:active, .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--primary);
  box-shadow: none;
  text-decoration: none;
}
.button.hollow.light.hover, .light.hover.meeting-polls__button, .button.hollow.light:hover, .light.meeting-polls__button:hover, .button.hollow.light.focus, .light.focus.meeting-polls__button, .button.hollow.light:focus, .light.meeting-polls__button:focus {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}
.button.hollow.light.disabled, .light.disabled.meeting-polls__button, .button.hollow.light.disabled:active, .button.hollow.light.disabled:hover, .button.hollow.light.disabled:focus, .button.hollow.light[disabled], .light[disabled].meeting-polls__button, .button.hollow.light[disabled]:active, .button.hollow.light[disabled]:hover, .button.hollow.light[disabled]:focus {
  border-color: #fff;
  color: #fff;
}
.button.primary, .primary.meeting-polls__button {
  background-color: var(--primary);
}
.button.primary.hover, .primary.hover.meeting-polls__button, .button.primary:hover, .primary.meeting-polls__button:hover, .button.primary.focus, .primary.focus.meeting-polls__button, .button.primary:focus, .primary.meeting-polls__button:focus {
  background-color: var(--primary);
}
.button.primary.disabled, .primary.disabled.meeting-polls__button, .button.primary.disabled:active, .button.primary.disabled:hover, .button.primary.disabled:focus, .button.primary[disabled], .primary[disabled].meeting-polls__button, .button.primary[disabled]:active, .button.primary[disabled]:hover, .button.primary[disabled]:focus {
  background-color: var(--primary);
}
.button.primary.hollow, .primary.meeting-polls__button {
  background-color: transparent;
  color: var(--primary);
  border-color: var(--primary);
}
.button.primary.hollow.hover, .primary.hover.meeting-polls__button, .button.primary.hollow:hover, .primary.meeting-polls__button:hover, .button.primary.hollow.focus, .primary.focus.meeting-polls__button, .button.primary.hollow:focus, .primary.meeting-polls__button:focus {
  border-color: var(--primary);
  background-color: var(--primary);
  color: #fff;
}
.button.primary.hollow.disabled, .primary.disabled.meeting-polls__button, .button.primary.hollow.disabled:active, .button.primary.hollow.disabled:hover, .button.primary.hollow.disabled:focus, .button.primary.hollow[disabled], .primary[disabled].meeting-polls__button, .button.primary.hollow[disabled]:active, .button.primary.hollow[disabled]:hover, .button.primary.hollow[disabled]:focus {
  background-color: transparent;
  border-color: var(--primary);
  color: var(--primary);
  box-shadow: none;
  text-decoration: none;
}
.button.secondary, .secondary.meeting-polls__button {
  background-color: var(--secondary);
}
.button.secondary.hover, .secondary.hover.meeting-polls__button, .button.secondary:hover, .secondary.meeting-polls__button:hover, .button.secondary.focus, .secondary.focus.meeting-polls__button, .button.secondary:focus, .secondary.meeting-polls__button:focus {
  background-color: var(--secondary);
}
.button.secondary.disabled, .secondary.disabled.meeting-polls__button, .button.secondary.disabled:active, .button.secondary.disabled:hover, .button.secondary.disabled:focus, .button.secondary[disabled], .secondary[disabled].meeting-polls__button, .button.secondary[disabled]:active, .button.secondary[disabled]:hover, .button.secondary[disabled]:focus {
  background-color: var(--secondary);
}
.button.secondary.hollow, .secondary.meeting-polls__button {
  background-color: transparent;
  color: var(--secondary);
  border-color: var(--secondary);
}
.button.secondary.hollow.hover, .secondary.hover.meeting-polls__button, .button.secondary.hollow:hover, .secondary.meeting-polls__button:hover, .button.secondary.hollow.focus, .secondary.focus.meeting-polls__button, .button.secondary.hollow:focus, .secondary.meeting-polls__button:focus {
  border-color: var(--secondary);
  background-color: var(--secondary);
  color: #fff;
}
.button.secondary.hollow.disabled, .secondary.disabled.meeting-polls__button, .button.secondary.hollow.disabled:active, .button.secondary.hollow.disabled:hover, .button.secondary.hollow.disabled:focus, .button.secondary.hollow[disabled], .secondary[disabled].meeting-polls__button, .button.secondary.hollow[disabled]:active, .button.secondary.hollow[disabled]:hover, .button.secondary.hollow[disabled]:focus {
  background-color: transparent;
  border-color: var(--secondary);
  color: var(--secondary);
  box-shadow: none;
  text-decoration: none;
}
.button.success, .success.meeting-polls__button {
  background-color: var(--success);
}
.button.success.hover, .success.hover.meeting-polls__button, .button.success:hover, .success.meeting-polls__button:hover, .button.success.focus, .success.focus.meeting-polls__button, .button.success:focus, .success.meeting-polls__button:focus {
  background-color: var(--success);
}
.button.success.disabled, .success.disabled.meeting-polls__button, .button.success.disabled:active, .button.success.disabled:hover, .button.success.disabled:focus, .button.success[disabled], .success[disabled].meeting-polls__button, .button.success[disabled]:active, .button.success[disabled]:hover, .button.success[disabled]:focus {
  background-color: var(--success);
}
.button.success.hollow, .success.meeting-polls__button {
  background-color: transparent;
  color: var(--success);
  border-color: var(--success);
}
.button.success.hollow.hover, .success.hover.meeting-polls__button, .button.success.hollow:hover, .success.meeting-polls__button:hover, .button.success.hollow.focus, .success.focus.meeting-polls__button, .button.success.hollow:focus, .success.meeting-polls__button:focus {
  border-color: var(--success);
  background-color: var(--success);
  color: #fff;
}
.button.success.hollow.disabled, .success.disabled.meeting-polls__button, .button.success.hollow.disabled:active, .button.success.hollow.disabled:hover, .button.success.hollow.disabled:focus, .button.success.hollow[disabled], .success[disabled].meeting-polls__button, .button.success.hollow[disabled]:active, .button.success.hollow[disabled]:hover, .button.success.hollow[disabled]:focus {
  background-color: transparent;
  border-color: var(--success);
  color: var(--success);
  box-shadow: none;
  text-decoration: none;
}
.button.alert, .alert.meeting-polls__button {
  background-color: var(--alert);
}
.button.alert.hover, .alert.hover.meeting-polls__button, .button.alert:hover, .alert.meeting-polls__button:hover, .button.alert.focus, .alert.focus.meeting-polls__button, .button.alert:focus, .alert.meeting-polls__button:focus {
  background-color: var(--alert);
}
.button.alert.disabled, .alert.disabled.meeting-polls__button, .button.alert.disabled:active, .button.alert.disabled:hover, .button.alert.disabled:focus, .button.alert[disabled], .alert[disabled].meeting-polls__button, .button.alert[disabled]:active, .button.alert[disabled]:hover, .button.alert[disabled]:focus {
  background-color: var(--alert);
}
.button.alert.hollow, .alert.meeting-polls__button {
  background-color: transparent;
  color: var(--alert);
  border-color: var(--alert);
}
.button.alert.hollow.hover, .alert.hover.meeting-polls__button, .button.alert.hollow:hover, .alert.meeting-polls__button:hover, .button.alert.hollow.focus, .alert.focus.meeting-polls__button, .button.alert.hollow:focus, .alert.meeting-polls__button:focus {
  border-color: var(--alert);
  background-color: var(--alert);
  color: #fff;
}
.button.alert.hollow.disabled, .alert.disabled.meeting-polls__button, .button.alert.hollow.disabled:active, .button.alert.hollow.disabled:hover, .button.alert.hollow.disabled:focus, .button.alert.hollow[disabled], .alert[disabled].meeting-polls__button, .button.alert.hollow[disabled]:active, .button.alert.hollow[disabled]:hover, .button.alert.hollow[disabled]:focus {
  background-color: transparent;
  border-color: var(--alert);
  color: var(--alert);
  box-shadow: none;
  text-decoration: none;
}
.button.warning, .warning.meeting-polls__button {
  background-color: var(--warning);
}
.button.warning.hover, .warning.hover.meeting-polls__button, .button.warning:hover, .warning.meeting-polls__button:hover, .button.warning.focus, .warning.focus.meeting-polls__button, .button.warning:focus, .warning.meeting-polls__button:focus {
  background-color: var(--warning);
}
.button.warning.disabled, .warning.disabled.meeting-polls__button, .button.warning.disabled:active, .button.warning.disabled:hover, .button.warning.disabled:focus, .button.warning[disabled], .warning[disabled].meeting-polls__button, .button.warning[disabled]:active, .button.warning[disabled]:hover, .button.warning[disabled]:focus {
  background-color: var(--warning);
}
.button.warning.hollow, .warning.meeting-polls__button {
  background-color: transparent;
  color: var(--warning);
  border-color: var(--warning);
}
.button.warning.hollow.hover, .warning.hover.meeting-polls__button, .button.warning.hollow:hover, .warning.meeting-polls__button:hover, .button.warning.hollow.focus, .warning.focus.meeting-polls__button, .button.warning.hollow:focus, .warning.meeting-polls__button:focus {
  border-color: var(--warning);
  background-color: var(--warning);
  color: #fff;
}
.button.warning.hollow.disabled, .warning.disabled.meeting-polls__button, .button.warning.hollow.disabled:active, .button.warning.hollow.disabled:hover, .button.warning.hollow.disabled:focus, .button.warning.hollow[disabled], .warning[disabled].meeting-polls__button, .button.warning.hollow[disabled]:active, .button.warning.hollow[disabled]:hover, .button.warning.hollow[disabled]:focus {
  background-color: transparent;
  border-color: var(--warning);
  color: var(--warning);
  box-shadow: none;
  text-decoration: none;
}
.button.clear.secondary, .clear.secondary.meeting-polls__button, .button.clear.success, .clear.success.meeting-polls__button, .button.clear.alert, .clear.alert.meeting-polls__button, .button.clear.warning, .clear.warning.meeting-polls__button {
  background-color: transparent;
}
.button.clear.secondary.hover, .clear.secondary.hover.meeting-polls__button, .button.clear.secondary:hover, .clear.secondary.meeting-polls__button:hover, .button.clear.secondary.focus, .clear.secondary.focus.meeting-polls__button, .button.clear.secondary:focus, .clear.secondary.meeting-polls__button:focus, .button.clear.success.hover, .clear.success.hover.meeting-polls__button, .button.clear.success:hover, .clear.success.meeting-polls__button:hover, .button.clear.success.focus, .clear.success.focus.meeting-polls__button, .button.clear.success:focus, .clear.success.meeting-polls__button:focus, .button.clear.alert.hover, .clear.alert.hover.meeting-polls__button, .button.clear.alert:hover, .clear.alert.meeting-polls__button:hover, .button.clear.alert.focus, .clear.alert.focus.meeting-polls__button, .button.clear.alert:focus, .clear.alert.meeting-polls__button:focus, .button.clear.warning.hover, .clear.warning.hover.meeting-polls__button, .button.clear.warning:hover, .clear.warning.meeting-polls__button:hover, .button.clear.warning.focus, .clear.warning.focus.meeting-polls__button, .button.clear.warning:focus, .clear.warning.meeting-polls__button:focus {
  background-color: transparent;
}
.button.clear.secondary, .clear.secondary.meeting-polls__button {
  color: var(--secondary);
}
.button.clear.success, .clear.success.meeting-polls__button {
  color: var(--success);
}
.button.clear.alert, .clear.alert.meeting-polls__button {
  color: var(--alert);
}
.button.clear.warning, .clear.warning.meeting-polls__button {
  color: var(--warning);
}

.progress-meter {
  background-color: var(--primary);
}

.button.hollow:disabled:hover.success, .meeting-polls__button:disabled:hover.success,
.button.hollow.disabled:hover.success,
.disabled.meeting-polls__button:hover.success {
  border-color: var(--success);
  color: var(--success);
}
.button.hollow:disabled:hover.alert, .meeting-polls__button:disabled:hover.alert,
.button.hollow.disabled:hover.alert,
.disabled.meeting-polls__button:hover.alert {
  border-color: var(--alert);
  color: var(--alert);
}
.button.hollow:disabled:hover.warning, .meeting-polls__button:disabled:hover.warning,
.button.hollow.disabled:hover.warning,
.disabled.meeting-polls__button:hover.warning {
  border-color: var(--warning);
  color: var(--warning);
}

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

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

.button-group--collapse {
  text-align: left;
  margin-bottom: 0;
  display: flex;
}
.button-group--collapse > :last-child {
  flex: 1;
}
.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;
}
.button-group--collapse.no-gaps .button, .button-group--collapse.no-gaps .meeting-polls__button {
  margin-right: 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: #661e15;
}
.button--shadow.secondary {
  color: #fff;
  background-color: #1d3a40;
}
.button--shadow.success {
  color: #fff;
  background-color: #2c6b43;
}
.button--shadow.warning {
  color: #fff;
  background-color: #805700;
}
.button--shadow.alert {
  color: #fff;
  background-color: #762c20;
}
.button--shadow.muted {
  color: #fff;
  background-color: #393538;
}

.button--icon {
  display: flex;
  align-items: center;
  position: relative;
}
.button--icon .icon-wrap {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.85em;
  border-right: 1px solid #fff;
  height: 100%;
  min-width: 3.5em;
  white-space: no-wrap;
  padding-right: 5px;
}
.button--icon .icon-wrap .icon {
  margin: 0;
  vertical-align: bottom;
}
.button--icon .text-wrap {
  display: block;
  margin-left: 2rem;
}
.button--icon .icon {
  margin: 0 2px;
}
.button--icon.hollow .icon-wrap, .button--icon.meeting-polls__button .icon-wrap {
  border-right: 1px solid var(--primary);
}
.button--icon.hollow.secondary .icon-wrap, .button--icon.secondary.meeting-polls__button .icon-wrap {
  border-right: 1px solid var(--secondary);
}
.button--icon.small .icon-wrap, .button--icon.meeting-polls__button .icon-wrap {
  padding: 0.5rem;
  min-width: 2.5rem;
}
.button--icon.small .icon, .button--icon.meeting-polls__button .icon {
  width: 12px;
  height: 12px;
}

.button--nomargin, .meeting-polls__button {
  margin: 0;
}

.button--frosted {
  background-color: rgba(255, 255, 255, 0.65);
  color: var(--primary);
}

.button--muted {
  background-color: #726a70;
}
.button--muted:hover {
  background-color: var(--primary);
}
.button--muted.hollow, .button--muted.meeting-polls__button {
  border-color: #726a70;
}

.button--sc {
  letter-spacing: 0.05em;
  font-weight: 600;
  text-transform: uppercase;
}
.button--sc.hollow, .button--sc.meeting-polls__button {
  letter-spacing: 0.01em;
}
.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: var(--secondary);
  font-weight: normal;
}
.link:hover {
  color: #31646d;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.link-alt {
  cursor: pointer;
  color: #39747f;
  font-weight: normal;
}
.link-alt:hover {
  color: #31646d;
  text-decoration: underline;
  text-decoration-skip-ink: auto;
}

.muted-link {
  font-weight: 600;
  color: #726a70;
}
.muted-link:hover {
  color: #39747f;
  text-decoration: underline;
}

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

/* Social buttons */
.button--social {
  position: relative;
  padding: 0 1.5rem 0 0;
  text-align: left;
  display: block;
  min-width: 250px;
}
.button--social::after {
  content: "";
  clear: both;
}

.button--social__icon,
.button--social__text {
  display: block;
  padding: 0.85em 1rem;
}

.button--social__icon {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  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--social__text {
  margin-left: 3rem;
}

.button--social--mini {
  padding: 0;
  min-width: 0;
}
.button--social--mini .button--social__icon {
  border: 0;
  padding: 0.85em 0;
  margin-right: 0;
}

.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;
}
.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__icon svg.icon.icon--google {
  background-image: url(/decidim-packs/media/images/google-b8225d6a9b718fa1749f.svg);
}
.button--google .button--social__icon svg.icon.icon--google > use {
  display: none;
}
.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;
}

/* 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-with-label, .switch-with-label.tiny {
  height: auto;
}

.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 {
  color: var(--success);
}
.icon.warning {
  color: var(--warning);
}
.icon.alert {
  color: var(--alert);
}
.icon.muted {
  color: #726a70;
}

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

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

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

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

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

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

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

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

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

.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: 28.12375em) {
  .reveal {
    width: 95%;
    left: 2.5%;
    top: 2rem;
    height: auto;
    min-height: auto;
  }
}
.reveal__header {
  border-bottom: 1px solid #e8e8e8;
  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 #e8e8e8;
}
.reveal__footer .buttons {
  display: flex;
  justify-content: center;
  padding: 10px 0 50px;
}
@media print, screen and (min-width: 40em) {
  .reveal__footer .buttons {
    padding-bottom: 0;
    margin-bottom: -1rem;
  }
}

.reveal__bg {
  background-color: #f4f4f4;
}

.reveal__title {
  margin-top: -6px;
}

.reveal__list li {
  display: flex;
}
.reveal__list li.selected {
  background-color: rgba(255, 174, 0, 0.3);
  justify-content: space-between;
}
.reveal__list li.selected svg {
  color: #57d685;
  align-self: center;
}
.reveal__list li:hover {
  cursor: pointer;
}
.reveal__list li:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

.reveal__trigger {
  cursor: pointer;
}

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

.external-domain-warning .card-section {
  padding: 0;
}
.external-domain-warning .buttons {
  display: flex;
  justify-content: center;
}
.external-domain-warning .buttons .button, .external-domain-warning .buttons .meeting-polls__button {
  margin: 0;
}

.wrapper {
  padding: 1.2rem 1rem;
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .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: 40em) {
  .wrapper-mini {
    padding: 2rem 1.5rem 0;
  }
}
@media print, screen and (min-width: 64em) {
  .wrapper-mini {
    padding: 3rem 4rem 0;
  }
}

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

html {
  height: 100%;
}

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

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

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

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

.off-canvas {
  background-color: #2c2930;
}
.off-canvas .close-button {
  color: #fafafa;
  padding: 0.2rem 0.5rem;
  margin-right: -0.5rem;
}

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

/* Variables */
/* Navigation */
.navbar {
  background: #2c2930;
}
.navbar a:focus,
.navbar .button:focus,
.navbar .meeting-polls__button:focus {
  outline-color: var(--highlight-alternative);
}

/* Title bar */
.title-bar {
  position: relative;
}
@media print, screen and (max-width: 39.99875em) {
  .title-bar {
    border-top: 2.125rem solid #2c2930;
  }
}
.title-bar .skip {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.title-bar .skip:focus, .title-bar .skip:active {
  background-color: #cb3c29;
  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;
}
.title-bar .skip:focus {
  outline-color: var(--highlight-alternative);
}
.title-bar a:focus,
.title-bar .button:focus,
.title-bar .meeting-polls__button:focus {
  outline-color: var(--highlight-alternative);
}

.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: 40em) {
  .logo-cityhall {
    top: 50%;
    margin-top: -19px;
  }
  .logo-cityhall img {
    height: 38px !important;
  }
}

.topbar__search {
  position: relative;
  max-width: 220px;
}
.topbar__search input {
  color: #fff;
  border-color: transparent;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.02);
  margin-top: 8px;
  display: inline-block;
  border-radius: 4px 0 0 4px;
  transition: 0.3s all;
  height: 2.5rem;
}
.topbar__search input:focus {
  color: #fff;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.02);
  outline-color: var(--highlight-alternative);
}
@media print, screen and (min-width: 40em) {
  .topbar__search input {
    background: #2c2930;
  }
}
.topbar__search .input-group-button {
  position: relative;
  height: 1px;
  vertical-align: top;
}
.topbar__search .button-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.topbar__search button {
  padding: 5px 10px;
  border-radius: 0 4px 4px 0;
  transition: 0.3s all;
}
.topbar__search form:first-child {
  display: inline-flex;
}
.topbar__search .input-group {
  margin-bottom: 0;
}
.topbar__search:not(:focus-within) button {
  background-color: rgba(255, 255, 255, 0.02);
  color: rgba(255, 255, 255, 0.5);
}
@media print, screen and (min-width: 40em) {
  .topbar__search:not(:focus-within) button {
    background: #2c2930;
  }
}
.topbar__search:focus-within input {
  background-color: #fafafa;
  color: #3d393c;
  border: 0;
}
.topbar__search:focus-within input::placeholder {
  color: #3d393c;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  .topbar__search {
    overflow: hidden;
  }
}
/* Top bar */
.topbar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.topbar > div {
  flex: 0 0 auto;
  display: flex;
}
.topbar > div.logo-wrapper {
  flex: 1 0 auto;
}

.logo-wrapper {
  line-height: 0;
}
.logo-wrapper a {
  display: inline-block;
}
.logo-wrapper img {
  display: block;
  max-height: 33px;
}
@media print, screen and (min-width: 50em) {
  .logo-wrapper img {
    max-height: 45px;
  }
}

/* Dropmenus in topbar */
.topbar__dropmenu {
  display: inline-block;
  vertical-align: middle;
  padding-top: 0;
  margin-left: 2rem;
}
.topbar__dropmenu .dropdown > li > a {
  background: transparent;
  padding-left: 0;
}
.topbar__dropmenu .dropdown {
  display: inline-block;
  vertical-align: middle;
}
.topbar__dropmenu .is-dropdown-submenu {
  z-index: 701;
  text-align: left;
  padding: 0;
  background-color: #fff;
  border: 1px solid #fafafa;
  border-radius: 4px;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  min-width: 150px;
}
.topbar__dropmenu .is-dropdown-submenu::after, .topbar__dropmenu .is-dropdown-submenu::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.topbar__dropmenu .is-dropdown-submenu::after {
  border-color: rgba(250, 250, 250, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.topbar__dropmenu .is-dropdown-submenu::before {
  border-color: rgba(250, 250, 250, 0);
  border-bottom-color: #fff;
  border-width: 11px;
  margin-left: -11px;
}
.topbar__dropmenu .is-dropdown-submenu li {
  padding: 0.5rem;
}
.topbar__dropmenu .is-dropdown-submenu li a {
  padding: 0.5rem;
  color: #39747f;
}
.topbar__dropmenu .is-dropdown-submenu li a:hover, .topbar__dropmenu .is-dropdown-submenu li a:focus {
  color: #726a70;
  text-decoration: underline;
}
.topbar__dropmenu .is-dropdown-submenu li:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}
.topbar__dropmenu .is-dropdown-submenu li:hover, .topbar__dropmenu .is-dropdown-submenu li:focus {
  cursor: pointer;
  background-color: rgba(var(--secondary-rgb), 0.05);
  text-decoration: underline;
}
.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: #e8e8e8;
}
.topbar__dropmenu > ul > li > a:hover {
  text-decoration: underline;
}
.topbar__dropmenu > ul > li > a::after {
  margin-top: -1px !important;
  border-top-color: #e8e8e8 !important;
}

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

.topbar__user {
  display: inline-block;
  padding-right: 2.5rem;
  margin-left: 2rem;
}
@media (min-width: 81.25em) {
  .topbar__user {
    padding-right: 0;
  }
}

.topbar__user__logged {
  text-align: right;
  padding-right: 2.5rem;
  display: none;
}
.topbar__user__logged .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: none;
}
@media print, screen and (min-width: 40em) {
  .topbar__user__logged {
    display: block;
  }
  .topbar__user__logged .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: block;
  }
  .topbar__user__logged .dropdown.menu > li.is-dropdown-submenu-parent > a::after:hover, .topbar__user__logged .dropdown.menu > li.is-dropdown-submenu-parent > a::after:focus {
    text-decoration: underline;
  }
}
@media (min-width: 81.25em) {
  .topbar__user__logged {
    padding-right: 0;
  }
}

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

.topbar__user__logged__name {
  color: #3d393c;
}
.topbar__user__logged__name > * {
  display: block;
}

.topbar__notifications,
.topbar__conversations {
  margin-right: 1rem;
  vertical-align: -4px;
}
.topbar__notifications .icon,
.topbar__conversations .icon {
  fill: #fff;
  opacity: 0.3;
}
.topbar__notifications.is-active .icon,
.topbar__conversations.is-active .icon {
  fill: #ffae00;
  opacity: 1;
}

.topbar__notifications__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #726a70;
  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: #39747f;
}
.topbar__notifications__item :last-child {
  flex: 1;
}
.topbar__notifications__item :last-child > * {
  display: block;
}

.topbar__notifications__item--more {
  text-align: center;
  background-color: #f4f4f4;
  color: #39747f;
  font-size: 90%;
}

.topbar__user__login {
  text-align: right;
  line-height: 1.2;
}
.topbar__user__login a {
  color: #e8e8e8;
  font-weight: 600;
}
@media print, screen and (min-width: 40em) {
  .topbar__user__login a {
    margin-left: 1rem;
  }
}
.topbar__user__login a:hover {
  text-decoration: underline;
}
.topbar__user__login a::before {
  content: "";
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  display: inline-block;
  width: 1px;
  height: 2px;
  border-left: 1px solid #e8e8e8;
  vertical-align: middle;
}
@media print, screen and (min-width: 40em) {
  .topbar__user__login a::before {
    display: none;
  }
}
@media print, screen and (min-width: 40em) {
  .topbar__user__login a:first-of-type {
    margin-left: 0;
  }
}
.topbar__user__login a:first-of-type::before {
  display: none;
}

/* Menu icon and off-canvas */
.topbar__menu {
  text-align: right;
  font-size: 20px;
  margin-right: 0.1rem;
}
.topbar__menu button {
  color: inherit;
}

.topbar__admin__link a {
  color: #e8e8e8;
}
.topbar__admin__link a:hover {
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
}
.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 a {
  display: block;
  padding: 1em 2em;
  color: rgba(255, 255, 255, 0.5);
}
.usermenu-off-canvas-holder .usermenu-off-canvas a:hover, .usermenu-off-canvas-holder .usermenu-off-canvas a:focus {
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  text-decoration: underline;
}

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

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

.main-nav__link a {
  position: relative;
  display: block;
  padding: 1em 2em;
  color: rgba(255, 255, 255, 0.5);
}
.main-nav__link a:hover {
  background: rgba(255, 255, 255, 0.02);
  color: #fff;
  text-decoration: underline;
}
.main-nav__link a:focus {
  z-index: 1;
  color: #fff;
  text-decoration: underline;
  outline-offset: -2px;
}
@media print, screen and (min-width: 40em) {
  .main-nav__link a {
    padding: 0.75em 2em;
  }
}

.main-nav__link--active a {
  box-shadow: inset 4px 0 0 0 var(--primary);
  color: #fff;
  background: rgba(255, 255, 255, 0.02);
}
@media print, screen and (min-width: 40em) {
  .main-nav__link--active a {
    box-shadow: inset 0 4px 0 0 var(--primary);
  }
}

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

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

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

.side-panel {
  background-color: #f4f4f4;
  min-height: 100%;
  border-bottom: 1px solid #e8e8e8;
}
@media print, screen and (min-width: 40em) {
  .side-panel {
    border-bottom: 0;
    border-right: 1px solid #e8e8e8;
  }
}

.side-panel__tabs {
  border: none;
}
.side-panel__tabs .tabs-title {
  border-bottom: 1px solid #e8e8e8;
}
@media print, screen and (min-width: 40em) {
  .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: #3d393c;
}
.side-panel__tabs .tabs-title > [role=tab]:hover,
.side-panel__tabs .tabs-title > a:hover {
  color: #39747f;
}
.side-panel__tabs .tabs-title.is-active > [role=tab], .side-panel__tabs .tabs-title.is-active > a {
  color: #39747f;
  box-shadow: inset 4px 0 0 var(--primary);
}

.main-footer,
.mini-footer {
  color: #e8e8e8;
}
.main-footer a,
.mini-footer a {
  color: #828282;
}
.main-footer a:hover,
.mini-footer a:hover {
  color: #b5b5b5;
  text-decoration: underline;
}
.main-footer a:focus,
.mini-footer a:focus {
  outline-color: var(--highlight-alternative);
}

.main-footer {
  position: relative;
  padding: 1rem 0;
  min-height: 76px;
  background-color: #0a0a0a;
}

.main-footer__badge {
  display: block;
  width: 140px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .main-footer__badge {
    position: absolute;
  }
}

@media print, screen and (min-width: 64em) {
  .main-footer__badge {
    position: relative;
    text-align: left;
  }
}
.main__footer__nav {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .main__footer__nav {
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  .main__footer__nav {
    text-align: center;
  }
}

.footer-nav {
  list-style: none;
  padding-top: 0.5rem;
  margin: 0 0 0 -1rem;
}
.footer-nav li {
  display: inline-block;
  padding: 0 1rem;
}
@media print, screen and (min-width: 64em) {
  .footer-nav {
    margin-left: 0;
  }
}

.main__footer__social {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .main__footer__social {
    text-align: right;
  }
}

.footer-social {
  list-style: none;
  padding-top: 0.5rem;
  margin: 0;
}
.footer-social li {
  display: inline-block;
  padding-left: 1rem;
}
.footer-social li:first-child {
  padding-left: 0;
}

.footer-social__icon .icon {
  width: 16px;
  height: 16px;
}

.mini-footer {
  background-color: #0a0a0a;
  padding: 1rem 0;
}

.mini-footer .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mini-footer .row .decidim-logo {
  display: flex;
  flex-grow: 0;
  width: auto;
  margin: 0 0.5rem;
}
.mini-footer .row img {
  height: 1rem;
  margin-top: -0.25rem;
}
.mini-footer .row .mf-text {
  font-size: 80%;
  line-height: 1rem;
}
.mini-footer .row .mf-text a {
  font-weight: 600;
}
.mini-footer .row .mf-text a:hover {
  color: white;
}

@media print, screen and (min-width: 40em) {
  .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: #9c9c9c;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}
.static-nav a {
  color: #3d393c;
}
.static-nav a:hover {
  color: #39747f;
}

.static__message {
  text-align: center;
  padding: 2rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .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: 1px solid #e8e8e8;
  border-radius: 4px;
  overflow: visible;
  overflow-wrap: break-word;
  hyphens: auto;
}
.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 {
  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: rgba(114, 106, 112, 0.3);
}

.card--nomargin {
  margin-bottom: 0;
}

.card--secondary {
  background: #f4f4f4;
  box-shadow: none;
}

.card__content, .badge-card__content {
  padding: 1rem;
}
.card__content:not(:only-child), .badge-card__content:not(:only-child) {
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .card__content, .badge-card__content {
    padding: 1.5rem;
  }
  .card__content:not(:only-child), .badge-card__content:not(:only-child) {
    padding-bottom: 0.75rem;
  }
}

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

.card__extra {
  background: #f4f4f4;
  padding: 1rem;
}

a.card__title:hover,
a .card__title:hover {
  text-decoration: underline;
}

.card__header {
  margin-bottom: 0.75rem;
}
.card__header .card__title {
  margin-bottom: 0.5rem;
}
.card__header.collapse {
  margin-bottom: 0;
}

.card__button {
  margin-bottom: 0;
  cursor: pointer;
}

.card__type {
  background: #f4f4f4;
  padding: 0.1rem 1rem;
  margin-top: 0.5rem;
  margin-bottom: -0.75rem;
  font-size: 80%;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #726a70;
  display: flex;
  align-self: flex-start;
  align-items: center;
}
.card__type .icon {
  width: 14px;
  height: 14px;
  fill: #726a70;
  margin-right: 0.2rem;
}

.card__text:first-child {
  margin-top: -0.25em;
}
.card__text a:hover {
  color: #193439;
  text-decoration: underline;
}
.card__text .card__text--status {
  font-weight: bold;
  text-transform: uppercase;
}
.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: #726a70;
}
.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 {
  width: 100%;
  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: 20rem;
  min-height: 10rem;
}

/* 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: #f4f4f4;
  line-height: 1;
}

.card__datetime__date {
  font-size: 1.4rem;
  margin-right: 1rem;
}

.card__datetime__month {
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1.2rem;
}

.card__datetime__time {
  font-size: 0.8rem;
}

/* Card footer */
.card__footer, .card__top {
  background: #f4f4f4;
  border-top: 1px solid #e8e8e8;
  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 #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
.card__footer--data .card-data__item:last-of-type {
  border-bottom: none;
}

.card__author {
  margin-bottom: 0.5rem;
}
.card__author [data-toggler] {
  margin-bottom: -0.5rem;
}
.card__author.inline-block {
  display: inline-block;
}

.card__voting {
  display: inline-block;
  text-align: center;
}

.card__vote-number {
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
}

/* Card activity date */
.card__activity-date {
  margin-bottom: 0.5rem;
}
.card__activity-date.inline-block {
  display: inline-block;
}
.card__activity-date.inline-block.before-content::before {
  content: "";
  margin-right: 0.8rem;
  border-right: 1px solid #e8e8e8;
  height: 0.7rem;
  display: inline-block;
  vertical-align: middle;
}

/* Card data */
.card-data {
  list-style: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
.card-data a:hover {
  text-decoration: underline;
}
.card-data span:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.5);
  outline-color: var(--highlight);
  outline-offset: 2px;
}

.card-data__item {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-basis: 33.33%;
  flex-grow: 1;
  text-align: center;
  font-size: 0.9375rem;
  line-height: 1;
  color: #726a70;
  padding: 0.5em;
  border-right: 1px solid #e8e8e8;
  margin-right: -1px;
  border-top: 1px solid #e8e8e8;
  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.creation_date_status strong {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  color: #3d393c;
}
.card-data__item [data-toggle] {
  margin-bottom: 0;
}

.card-data__item__number, .budget-list__data__votes, .budget-list__data__number, .card--list__data__number {
  display: block;
  line-height: 1;
  font-weight: 600;
  font-size: 1.25rem;
  color: #3d393c;
  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.5rem;
  text-align: center;
}
.card__popularity .icon {
  fill: #e8e8e8;
}

.card__popularity__data {
  text-align: center;
  font-size: 85%;
  line-height: 1;
  margin-bottom: 0.2rem;
  color: #726a70;
}

/* Card support */
.card__support {
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
@media print, screen and (min-width: 40em) {
  .card__support {
    padding: 1.5rem;
  }
}
.card__support > *:only-child {
  margin-left: auto;
}
.card__support .card__button {
  font-size: 90%;
}

.card__support__data, .card__support__data--left {
  text-align: center;
  font-size: 85%;
  line-height: 1;
  margin-bottom: 0.2rem;
  color: #726a70;
}

.card__support__data--left {
  text-align: left;
  text-transform: none;
  margin-bottom: 0;
  color: #726a70;
  max-width: 60%;
}
.card__support__data--left strong {
  font-size: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.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: #3d393c;
}

/* 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 {
  color: #39747f;
}
.card__link:hover {
  color: #39747f;
  text-decoration: underline;
}
.card__link:focus {
  z-index: 2;
  outline: 1px dotted rgba(0, 0, 0, 0.5);
  outline-offset: 2px;
}

.card__link--block {
  display: block;
}

/* Card list */
.card--list .card--list__item:not(:last-child),
.card--list *:not(:last-child) .card--list__item {
  border-bottom: 1px solid #e8e8e8;
}

.card--list__item {
  display: flex;
  align-items: center;
  padding-left: 1rem;
}
.card--list--mini .card--list__item {
  padding-left: 1rem;
}
.card--list--mini .card--list__item .card__link {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 40em) {
  .card--list__item {
    padding-left: 1.5rem;
  }
}
.card--list__item svg {
  flex-basis: 15%;
  flex-shrink: 0;
}
.card--list__item svg + div {
  max-width: calc(85% - 1rem);
  overflow-wrap: break-word;
}

.card--list__icon {
  display: none;
  fill: #39747f;
}
.card--list__icon.primary {
  fill: var(--primary);
}
.card--list__icon.secondary {
  fill: var(--secondary);
}
.card--list__icon.success {
  fill: var(--success);
}
.card--list__icon.warning {
  fill: var(--warning);
}
.card--list__icon.alert {
  fill: var(--alert);
}
@media print, screen and (min-width: 40em) {
  .card--list__icon {
    margin-right: 1rem;
    display: block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
  }
}

.card--list__text, .card--list__titled-text, .card--list__author {
  flex-grow: 1;
  flex-shrink: 1;
  display: inline-flex;
  align-items: center;
  padding: 1rem 1rem 1rem 0;
  overflow: visible;
}
.card--list__text.card--list__text--top, .card--list__text--top.card--list__titled-text, .card--list__text--top.card--list__author {
  align-items: start;
}
.card--list--mini .card--list__text, .card--list--mini .card--list__titled-text, .card--list--mini .card--list__author {
  padding: 0.5rem 0.5rem 0.5rem 0;
}
.card--list--mini .card--list__text > *, .card--list--mini .card--list__titled-text > *, .card--list--mini .card--list__author > * {
  flex-grow: 1;
}
.card--list__text .author, .card--list__titled-text .author, .card--list__author .author {
  margin-top: 0.3rem;
  margin-right: 1rem;
}

.card--list__heading {
  margin-bottom: 0;
  display: block;
}
.card--list__heading.heading6 {
  text-transform: unset;
  letter-spacing: unset;
  font-weight: unset;
}

@media print, screen and (max-width: 49.99875em) {
  .card--list .tags {
    display: none;
  }
}

.card--list__data {
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 85%;
  min-width: 7rem;
  line-height: 1;
  color: #726a70;
  padding: 1rem;
  background: #f4f4f4;
}
@media print, screen and (min-width: 40em) {
  .card--list__data {
    padding: 1rem 1.5rem;
  }
}
.card--list--mini .card--list__data {
  padding: 0.5rem 1rem;
}

.card--list__data-added {
  background-color: #ddf7e7;
}
.card--list__data-added a {
  color: #3d393c;
}

.card--list__check {
  margin-bottom: 0;
  border-radius: 50%;
  align-self: center;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
.card--list__check--disabled {
  pointer-events: none;
}
.card--list__check--inline {
  display: inline-block;
}
.card--list__check svg {
  flex-basis: auto;
}

.card--list__data__icon .icon, .card--list__data__icon--lg .icon {
  width: 20px;
  height: 20px;
  fill: #726a70;
}
.card--list__data__icon:hover .icon, .card--list__data__icon--lg:hover .icon {
  fill: #39747f;
}

.card--list__data__icon--lg .icon {
  width: 36px;
  height: 36px;
}

.card--list__data__number {
  font-size: 1.5rem;
}

.card--list__titled-text, .card--list__author {
  flex-wrap: wrap;
}
.card--list__titled-text .card--list__heading, .card--list__author .card--list__heading {
  margin-bottom: 5px;
  width: calc(100% - 28px);
}
.card--list__titled-text .card--list__annotation, .card--list__author .card--list__annotation {
  letter-spacing: 0.03em;
  font-size: 0.7em;
  font-weight: 600;
  text-transform: uppercase;
  width: 28px;
}
.card--list__titled-text .card--list__counter, .card--list__author .card--list__counter {
  background-color: #39747f;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-left: auto;
  width: 20px;
}
.card--list__titled-text .card--list__counter span, .card--list__author .card--list__counter span {
  display: block;
  line-height: 20px;
  text-align: center;
}

.card--list__author {
  padding: 0.5rem 1rem 0.5rem 0;
  margin-left: -0.5rem;
}
.card--list__author .author {
  margin: 0;
}
.card--list__author .author__avatar img {
  border-radius: 2px;
}

/* Card full width variant */
.card--full {
  margin-bottom: 60px;
}
.card--full:last-child {
  margin-bottom: 0;
}
.card--full .card__title:hover {
  text-decoration: underline;
}
.card--full .card__title:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.5);
  outline-color: var(--highlight);
  outline-offset: 2px;
}
.card--full .card__content, .card--full .badge-card__content {
  padding: 1.5rem;
}
@media print, screen and (min-width: 64em) {
  .card--full .card__content, .card--full .badge-card__content {
    padding: 3rem;
  }
}

.card--full__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media print, screen and (min-width: 40em) and (max-width: 49.99875em) {
  .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: 40em) and (max-width: 49.99875em) {
  .card--full__image > .card__content, .card--full__image > .badge-card__content {
    min-width: 50%;
  }
}
@media print, screen and (min-width: 50em) {
  .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: 50em) {
  .card--process .card__image-top {
    display: block;
  }
}

/* Card full width process variant */
@media print, screen and (min-width: 50em) {
  .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;
}

.card--mini .card__content, .card--mini .badge-card__content {
  padding: 1.5rem 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__status .card-data__item {
  flex-basis: 20%;
  flex-basis: initial;
  padding: 1em 0.5em;
}
.card__status .card-data__item:empty {
  border-right: 0;
}
.card__status .card-data__item:empty + .card-data__item:not(:empty) {
  border-left: 1px solid #e8e8e8;
}

.card__label {
  display: inline-flex;
  color: #e8e8e8;
  padding: 0 0.5rem;
  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: #fafafa;
  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: 40em) {
  .card__label {
    margin-left: 1.5rem;
  }
}
.card__label.primary {
  margin-top: -0.95rem;
  color: var(--primary);
}
.card__label.secondary {
  margin-top: -0.95rem;
  color: var(--secondary);
}
.card__label.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: #b9b5b8;
}

.card__icondata ul, .card__block ul {
  align-items: stretch;
  border-top: 1px solid #e8e8e8;
}
.card__icondata ul li, .card__block ul li {
  border-top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card__icondata ul li > *, .card__block ul li > * {
  margin: 0.5rem;
}
.card__icondata ul li:first-child, .card__block ul li:first-child {
  color: var(--primary);
  flex: 0;
}
.card__icondata ul li:not(:first-child), .card__block ul li:not(:first-child) {
  font-size: 100%;
  text-transform: none;
  justify-content: left;
  flex-direction: row;
}
.card__icondata ul li:not(:first-child) strong, .card__block ul li:not(:first-child) strong {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.8em;
  letter-spacing: 0.05em;
  color: #3d393c;
}
.card__icondata ul li:not(:first-child) .card__icondata--address, .card__block ul li:not(:first-child) .card__icondata--address {
  color: #3d393c;
  line-height: 120%;
}
.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 #e8e8e8;
}
.card__block ul li {
  padding: 0.25em;
}

.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: #3d393c;
  text-transform: none;
  font-size: 1rem;
  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: 40em) {
  .card--widget .card-data .card-data__item {
    padding: 1.5rem;
  }
}
.card--widget .card-data .card-data__item:first-child {
  flex-grow: 0;
  flex-basis: 12%;
  background-color: #f4f4f4;
  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__top {
  border-top: 0;
}
.card__top .card__content, .card__top .badge-card__content {
  line-height: 1.5;
  padding: 0.25rem 1rem;
}
.card__top .card__content > :first-child, .card__top .badge-card__content > :first-child {
  flex-shrink: 0;
}
@media print, screen and (min-width: 40em) {
  .card__top .card__content, .card__top .badge-card__content {
    padding: 0.375rem 1.5rem;
  }
}

.card__row {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .card__row {
    flex-direction: row;
  }
}
.card__row > * {
  padding: 1rem;
  flex: 0 0 25%;
}
.card__row > *:not(:nth-child(4n)) {
  border-right: 0;
  border-bottom: 1px solid #e8e8e8;
}
@media print, screen and (min-width: 40em) {
  .card__row > *:not(:nth-child(4n)) {
    border-bottom: 0;
    border-right: 1px solid #e8e8e8;
  }
}

.extra {
  text-align: center;
  margin-bottom: 1rem;
}
.extra .button:last-of-type, .extra .meeting-polls__button:last-of-type {
  margin-bottom: 0;
}
.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__date-container {
  margin-bottom: 1rem;
}

.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 #e8e8e8;
  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 #e8e8e8;
}
.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: #726a70;
}

.definition-data__number {
  display: block;
  line-height: 1;
  font-weight: 600;
  font-size: 1.25rem;
  color: #3d393c;
  margin-bottom: 0.2rem;
}

.definition-data__text {
  display: block;
  margin: 0.5rem;
  color: #3d393c;
  text-transform: none;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

.confirm-reveal .confirm-content {
  padding-bottom: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.comment__quote {
  border-left-width: 6px;
  font-size: 80%;
  background-color: rgba(0, 0, 0, 0.03);
  padding: 1rem;
  margin-bottom: 1rem;
}
.comment__quote > 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: #fafafa;
  padding: 1rem;
}
.add-comment a:hover {
  text-decoration: underline;
}
.add-comment .button, .add-comment .meeting-polls__button {
  margin-bottom: 0;
}

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

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

/* Variables */
/* Messages */
.unread_message__counter {
  background-color: #39747f;
  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, .add-message .meeting-polls__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: #57d685;
}
.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: #ec5840;
}
.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: #39747f;
}

.author-data {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: var(--secondary);
  font-size: 0.9rem;
  padding-left: 30px;
  position: relative;
}
.author-data .author__name {
  color: var(--secondary);
  margin-bottom: 0;
}
.author-data .author__avatar {
  position: absolute;
  margin-left: -30px;
}

.author-data--small {
  padding-left: 25px;
}

.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 {
  margin-top: auto;
  width: 3.375rem;
  height: 3.375rem;
  object-fit: cover;
}
.author-data--big .author__nickname {
  font-size: 0.9375rem;
}
.author-data--big .author__verified {
  margin-left: 0.25rem;
}

.author-data--nopadding {
  padding-left: 0;
}

.author-data__main {
  display: inline;
  margin-right: 0.8rem;
}

.author-data__extra {
  display: inline-block;
}
.author-data__extra > button,
.author-data__extra > span,
.author-data__extra > a {
  margin-right: 1rem;
}
@media print, screen and (min-width: 64em) {
  .author-data__extra::before {
    content: "";
    margin-right: 0.8rem;
    border-right: 1px solid #e8e8e8;
    height: 0.7rem;
    display: inline-block;
    vertical-align: middle;
  }
}

.author {
  display: flex;
  font-size: 0.9rem;
}

.author--inline {
  display: inline-block;
}
.author--inline span {
  padding-right: 5px;
}

.author__name {
  display: inline-block;
  flex-grow: 1;
  font-weight: 600;
  align-self: center;
  color: #726a70;
}

a:hover .author__name {
  color: inherit;
  text-decoration: underline;
}

.author__avatar {
  padding: 0 0.5em 0 0;
  display: inline-block;
  display: flex;
  flex-direction: column;
  align-self: center;
}
.author--inline .author__avatar {
  display: inline-block;
}
.author__avatar img {
  border-radius: 50%;
  width: 25px;
  height: 25px;
  object-fit: cover;
  margin-top: -5px;
}

.author-data .author__avatar--small {
  margin-left: -25px;
}
.author__avatar--small img {
  width: 20px;
  height: 20px;
  margin-top: -3px;
}

.author__date {
  display: block;
  color: #726a70;
  font-size: 90%;
}

.author__verified,
.author__badge svg {
  display: inline-block;
  vertical-align: middle;
  color: var(--primary);
}

/* 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: 40em) {
  .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, .order-by__action .meeting-polls__button {
  margin-bottom: 0;
}

.order-by__tabs {
  display: inline-block;
}

.order-by__tab {
  color: #726a70;
}
.order-by__tab::after {
  content: "";
  display: inline-block;
  height: 0.75em;
  border-left: 1px solid #e8e8e8;
  margin: 0 0.2em 0 0.5em;
  vertical-align: middle;
}
.order-by__tab.is-active {
  color: #39747f;
}
.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: 90%;
}
.tags li {
  display: inline-block;
  margin-right: 0.3rem;
  margin-bottom: 0.5rem;
}
.tags a {
  display: inline-block;
  border: 1px solid #e8e8e8;
  padding: 0 0.5rem;
}
.tags a:hover {
  text-decoration: underline;
}

.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(232, 232, 232, 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: #39747f;
}

.bootstrap-tagsinput {
  width: 100%;
  border: 1px solid #e8e8e8;
  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: #39747f;
}
.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 #e8e8e8;
}
.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: #726a70;
  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: #57d685;
}
.list-check__ko .list-check__icon {
  color: #ec5840;
}

.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: #cb3c29;
}

.datepicker .day:hover,
.datepicker .date-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker .month:hover,
.datepicker .year:hover {
  background-color: #fafafa;
}
.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: #cb3c29;
}

.datepicker td.new,
.datepicker td.old {
  color: #e8e8e8;
}

.datepicker td span.active {
  background: #cb3c29;
}

.datepicker td.day.disabled {
  color: #fafafa;
}

.datepicker td span.month.disabled,
.datepicker td span.year.disabled {
  color: #fafafa;
}

.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: #cb3c29;
}

.datepicker th.date-switch {
  width: 145px;
}

.datepicker th span.active {
  background: #cb3c29;
}

.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: #ec5840;
  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: #726a70;
  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: #57d685;
  height: 100%;
}
.progress__bar .progress__bar__bar .progress__bar__bar--incomplete {
  background-color: rgba(114, 106, 112, 0.3);
  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: 0.5rem 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: 600;
  text-transform: uppercase;
}
.progress__bar.progress__bar--horizontal {
  margin-bottom: 0.35rem;
}

.docs__container h6 {
  cursor: pointer;
}
.docs__container svg {
  color: #e8e8e8;
}
.docs__container .docs__content {
  border-left: 1px solid #e8e8e8;
  padding-left: 1rem;
  margin-left: 0.25rem;
}

#profile-tabs.tabs {
  background: transparent;
  border: 0;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid #e8e8e8;
  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: #39747f;
  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 #e8e8e8;
  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 #e8e8e8;
}
.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: #726a70;
}
.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 #e8e8e8;
  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: #e8e8e8;
  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 #e8e8e8;
  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 #e8e8e8;
}
.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 #e8e8e8;
}
.list-request p {
  margin-top: 1rem;
}
.list-request > div {
  padding: 0.5rem 0;
  border-bottom: 1px solid #e8e8e8;
}
.list-request > div:first-of-type {
  border-top: 1px solid #e8e8e8;
}

.floating-helper {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.floating-helper__layout {
  position: relative;
}

.floating-helper__trigger {
  position: fixed;
  right: 0;
  display: inline-flex;
  cursor: pointer;
  background-color: #fff;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
}
.floating-helper__trigger:active, .floating-helper__trigger:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.5);
  outline-color: var(--highlight);
  outline-offset: 2px;
}
@media print, screen and (max-width: 28.12375em) {
  .floating-helper__trigger {
    bottom: 2rem;
  }
}
@media print, screen and (min-width: 40em) {
  .floating-helper__trigger {
    top: 2rem;
    position: absolute;
  }
}

.floating-helper__text {
  color: var(--secondary);
  background-color: rgba(var(--secondary-rgb), 0.1);
  font-size: 0.875rem;
  font-weight: 600;
  border-bottom-left-radius: 100px;
  border-top-left-radius: 100px;
  padding: 0.125rem 0.5rem 0.125rem 1rem;
}

.floating-helper__icon {
  color: #fff;
  background-color: var(--secondary);
  padding: 0.125rem 0.5rem;
}

.floating-helper__wrapper {
  display: flex;
}

.floating-helper__content {
  background-color: rgba(var(--secondary-rgb), 0.1);
  border-top: 5px solid var(--secondary);
  margin-bottom: 3rem;
  padding: 2rem;
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .floating-helper__content {
    padding: 3rem 2rem 2rem;
  }
}

.floating-helper__content-inner {
  position: relative;
}
@media print, screen and (min-width: 40em) {
  .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: rgba(var(--secondary-rgb), 0.1);
  flex-shrink: 0;
  color: var(--secondary);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
}

.floating-helper__bottom {
  text-align: right;
}
@media print, screen and (min-width: 40em) {
  .floating-helper__bottom {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.floating-helper__link {
  font-weight: 600;
  text-decoration: underline;
}

.floating-helper__content-close {
  background-color: var(--secondary);
  color: #fff;
  flex-shrink: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
}
.floating-helper__content-close:active, .floating-helper__content-close:focus {
  color: #fff;
}

.diff-direction-label {
  display: block;
  font-size: 85%;
  line-height: 1;
  margin-bottom: 0.25rem;
  color: #726a70;
}

.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: #726a70;
  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 #cb3c29;
  height: 2rem;
  position: absolute;
  left: 0;
  top: calc(50% - 1rem);
}
@media print, screen and (max-width: 49.99875em) {
  .statistics-cell .statistic__data:nth-child(odd)::after {
    border: none;
  }
}
@media print, screen and (min-width: 50em) {
  .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: #39747f;
}
.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: #2c2930;
  border: 1px solid #e8e8e8;
  padding: 0.2rem;
}

.multiselect {
  background-color: #fff;
  display: inline-block;
  border: 1px solid #e8e8e8;
  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;
}

.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: #786f83;
  -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: 50em) {
  .process-header__container {
    display: flex;
    align-items: center;
  }
}

.process-header__info {
  padding: 1rem 1.5rem 1rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .process-header__info {
    padding: 2rem 1.5rem 2rem 1rem;
  }
}
@media print, screen and (min-width: 50em) {
  .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: 40em) {
  .info-header {
    display: flex;
    align-items: center;
  }
}

.info-details {
  color: #726a70;
  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: 40em) {
  .info-details {
    border-left: 1px solid #e8e8e8;
  }
}

.info-image {
  margin-bottom: 1rem;
}
.info-image img {
  display: block;
}
@media print, screen and (min-width: 40em) {
  .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;
  padding: 0.75rem 1rem;
  box-shadow: inset 0 -3px 0 0 #e8e8e8;
}
.process-nav ul {
  margin: 0;
  list-style: none;
}
.process-nav .about-link {
  font-size: 80%;
}
@media print, screen and (min-width: 40em) {
  .process-nav {
    padding: 0;
  }
  .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.5rem 0.75rem 0.875rem;
  }
  .process-nav .about-link {
    float: right;
    margin-right: 0;
    margin-left: auto;
  }
}

.process-nav__trigger {
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
}

.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: 39.99875em) {
  .process-nav__content {
    display: none;
  }
}
.process-nav__content.is-active {
  display: block;
}

@media print, screen and (max-width: 39.99875em) {
  .process-nav__content li {
    margin-top: 1rem;
  }
}
.process-nav__content li.is-active {
  box-shadow: inset 0 -4px 0 0 var(--primary);
}
@media print, screen and (max-width: 39.99875em) {
  .process-nav__content li.is-active {
    display: none;
  }
}

.process-nav__more, .process-nav__hidden-content__more {
  margin: 0;
  color: var(--primary);
  background-color: rgba(var(--primary-rgb), 0.1);
  font-weight: 600;
  font-size: 0.875rem;
}
.process-nav__more i, .process-nav__hidden-content__more i {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: var(--primary);
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0.1rem;
}
.process-nav__more i:not(:last-child), .process-nav__hidden-content__more i:not(:last-child) {
  margin-right: 0.1rem;
}

.process-nav__hidden-content {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(26, 24, 29, 0.08);
  padding: 0;
}
.process-nav__hidden-content ul {
  padding: 0.5rem 0;
}
.process-nav__hidden-content li {
  width: 100%;
  padding: 0.5rem 1rem;
}

.process-nav__hidden-content__more {
  background-color: transparent;
  text-align: right;
  border-bottom: 1px solid #e8e8e8;
  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: underline;
}
.process-nav__link svg {
  margin-right: 0.4em;
  width: 25px;
  height: 25px;
  fill: #726a70;
}
.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: #726a70;
}

@media print, screen and (min-width: 40em) {
  .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;
}
.process-header__phase .button, .process-header__phase .meeting-polls__button, .process-phase .button, .process-phase .meeting-polls__button {
  margin-top: 0.75rem;
  margin-bottom: 0;
}

.process-header__phase--simple {
  padding: 0.5rem 1rem;
}
@media print, screen and (min-width: 40em) {
  .process-header__phase--simple {
    padding: 2rem 1rem;
  }
}

.phase-title, .phase-subtitle--initiatives, .phase-title--initiatives {
  display: block;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1;
}
@media print, screen and (min-width: 40em) {
  .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: #726a70;
}

.phase-date {
  color: #726a70;
  font-weight: 600;
  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: #e8e8e8;
  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: #e8e8e8;
  z-index: 1;
  margin-left: auto;
}
.process-header__progress .phase-item--past::after {
  background-color: var(--primary);
}
.process-header__progress .phase-item--past span {
  background-color: var(--primary);
  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: uppercase;
  color: #726a70;
}

.process-phase {
  padding: 0;
}
.process-phase .process-header__progress {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  border-bottom: 1px solid #726a70;
  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, .process-header__button .meeting-polls__button {
  border-color: var(--primary);
}

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

.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 #e8e8e8;
}
.timeline__item--current .timeline__info {
  border-color: var(--primary);
}

.timeline__header {
  background: #e8e8e8;
  padding: 0.5rem 1rem;
}
.timeline__item--current .timeline__header {
  background-color: var(--primary);
  color: #fff;
}

.timeline__date {
  color: #2c2930;
}
.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 #e8e8e8;
}
@media print, screen and (min-width: 40em) {
  .timeline__footer {
    display: flex;
    flex-wrap: wrap;
  }
}

.timeline__footer-item {
  flex-grow: 1;
  text-align: center;
  padding: 0.5em;
  border-bottom: 1px solid #e8e8e8;
}
.timeline__footer-item:last-child {
  border-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .timeline__footer-item {
    border-bottom: 0;
    border-right: 1px solid #e8e8e8;
  }
  .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: #3d393c;
  font-weight: 600;
  line-height: 1;
}

/* Inactive timeline */
.timeline__item--current::before {
  background: #e8e8e8;
}

.timeline__item--inactive::before {
  background: #e8e8e8;
}
.timeline__item--inactive .timeline__phase {
  background: #e8e8e8;
}
.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: #f4f4f4;
  border: 1px solid #e8e8e8;
  padding: 0.2rem 0.4rem;
  margin-right: 0.4rem;
  margin-bottom: 0.2rem;
}

.filter-tag__close {
  padding-left: 0.5rem;
  color: #3d393c;
}

@media print, screen and (min-width: 40em) {
  .filters-wrapper {
    display: flex;
  }
}

.filters-controls {
  margin: 1rem 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: left;
  background: #fafafa;
  padding: 0.5rem;
  border: 1px solid #e8e8e8;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filters {
  display: none;
  min-height: 100%;
  padding: 1rem;
}
@media print, screen and (min-width: 40em) {
  .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: 40em) {
  .js .filters__content {
    display: block;
  }
}

.filters__section, .filters__section--general {
  border-bottom: 1px solid #e8e8e8;
  padding: 1rem 1rem;
}
.filters__section:first-of-type, .filters__section--general:first-of-type {
  padding-top: 1.5rem;
}
.filters__section:last-of-type, .filters__section--general:last-of-type {
  padding-bottom: 1.5rem;
  border-bottom: none;
}
.filters__section label, .filters__section--general label {
  line-height: 1.2;
  margin-bottom: 0.4rem;
}
.filters__section label[data-global-checkbox], .filters__section--general label[data-global-checkbox] {
  font-weight: 600;
}
.filters__section .button, .filters__section .meeting-polls__button, .filters__section--general .button, .filters__section--general .meeting-polls__button {
  margin-bottom: 0;
}
.filters__section .section-title, .filters__section--general .section-title {
  color: var(--primary);
  text-decoration: underline;
  margin-right: 1rem;
}

.filters__subfilters > .filters__subfilters {
  padding-left: 0.5rem;
}

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

.filters__section--general {
  padding: 0;
}
.filters__section--general:first-of-type, .filters__section--general:last-of-type {
  padding: 0;
}
.filters__section--general > :first-child {
  padding: 1rem 1rem;
}
.filters__section--general > :first-child:hover {
  background: #fafafa;
}
.filters__section--general.no-results .section-title {
  color: #726a70;
  text-decoration: none;
}
.filters__section--general.no-results > * {
  opacity: 0.25;
}

.filters__info__title {
  margin-bottom: 0;
}

.filters__info__icon {
  margin-left: 0.25rem;
}

.filters__search .input-group {
  margin-bottom: 0;
}

.filters__help {
  position: relative;
}
.filters__help p:last-of-type {
  margin-bottom: 0;
}
.filters__help .skip {
  left: -999px;
  position: absolute;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  z-index: -999;
}
.filters__help .skip:focus, .filters__help .skip:active {
  background-color: #cb3c29;
  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;
}

.filters__left-legend legend {
  float: left;
  padding-top: 10px;
}
.filters__left-legend .picker-prompt,
.filters__left-legend select,
.filters__left-legend .inline-filters button[data-toggle],
.inline-filters .filters__left-legend button[data-toggle] {
  width: 75%;
  float: right;
}

.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: #39747f;
  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 #e8e8e8;
}
.inline-filters .dropdown-pane li:hover {
  cursor: pointer;
  background-color: rgba(57, 116, 127, 0.05);
}
.inline-filters .dropdown-pane.is-open {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tech-info {
  color: #726a70;
  font-size: 0.9rem;
  text-align: center;
}

.label--basic {
  background-color: #c5c1ca;
}

.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: #726a70;
  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: #726a70;
}
.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: #726a70;
}
.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: 40em) {
  .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: 40em) {
  .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 #e8e8e8;
  padding-bottom: 0.5rem;
  color: #726a70;
  font-size: 1.1875rem;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 28.12375em) {
  .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: 40em) {
  .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 #e8e8e8;
  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, .conference-programme .tabs-title:not(.is-active) .meeting-polls__button {
  opacity: 0.4;
}
.conference-programme .programme-header {
  display: flex;
  align-items: baseline;
}
@media print, screen and (max-width: 28.12375em) {
  .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: #39747f;
  font-weight: 600;
}
@media print, screen and (max-width: 28.12375em) {
  .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: #726a70;
}
.conference-programme .programme-extra {
  color: #726a70;
  font-size: 0.875rem;
}
.conference-programme .programme-extra > .row:not(:nth-child(2)) {
  margin-top: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .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: #726a70;
}
.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: 49.99875em) {
  .conference-registration .registration__buttons {
    margin-top: 1rem;
  }
}
.conference-registration .registration__buttons > :first-child {
  border: 1px solid #e8e8e8;
}

.conference-diploma {
  text-align: center;
}
.conference-diploma .diploma__border {
  margin: 4rem;
  /* Border ../images/pattern */
  -moz-border-image: url(/decidim-packs/media/images/pattern-9e37fb0574a565bf2708.png) 20 repeat;
  -webkit-border-image: url(/decidim-packs/media/images/pattern-9e37fb0574a565bf2708.png) 20 repeat;
  -o-border-image: url(/decidim-packs/media/images/pattern-9e37fb0574a565bf2708.png) 20 repeat;
  border-image: url(/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 #e8e8e8;
  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(/decidim-packs/media/images/pattern-9e37fb0574a565bf2708.png) 20 repeat;
    -webkit-border-image: url(/decidim-packs/media/images/pattern-9e37fb0574a565bf2708.png) 20 repeat;
    -o-border-image: url(/decidim-packs/media/images/pattern-9e37fb0574a565bf2708.png) 20 repeat;
    border-image: url(/decidim-packs/media/images/pattern-9e37fb0574a565bf2708.png) 20 repeat;
    border-style: solid;
    border-width: 1rem;
  }
}
.conference-media .media-links li {
  color: #39747f;
  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, .user-form .meeting-polls__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: #e8e8e8;
  position: absolute;
  top: 50%;
  z-index: -1;
}

.register__separator__text {
  display: inline-block;
  background: #fafafa;
  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: #f9edeb;
  border-color: #ec5840;
}
.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: #726a70;
  border: 1px solid #e8e8e8;
  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: #a49ea3;
  border-radius: 50%;
  padding: 2px;
}
.help .icon:hover {
  background: #39747f;
}

.help-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.25rem solid #76b6c2;
  border-radius: 50%;
  background-color: #39747f;
  color: #fafafa;
  padding: 0.25rem;
  cursor: pointer;
}

.tooltip.expanded {
  max-width: 100%;
}
.tooltip.light {
  background-color: #fafafa;
  color: #3d393c;
  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: #fafafa transparent transparent;
}
.tooltip.light.bottom::before, .aspect-ratio-16-9 > .tooltip.light::before {
  border-color: transparent transparent #fafafa;
}
.tooltip.light.left::before, .aspect-ratio-16-9 > .tooltip.light::before {
  border-color: transparent transparent transparent #fafafa;
}
.tooltip.light.right::before, .aspect-ratio-16-9 > .tooltip.light::before {
  border-color: transparent #fafafa transparent transparent;
}

#dc-dialog-wrapper {
  z-index: 1000000;
}
#dc-dialog-wrapper .dc-dialog {
  position: fixed;
  background-color: #fff;
  bottom: 0;
  width: 100%;
}
@media print, screen and (min-width: 64em) {
  #dc-dialog-wrapper .dc-dialog {
    width: unset;
  }
}
#dc-dialog-wrapper .dc-dialog .dc-button-wrapper {
  flex-direction: column;
  margin: 1rem 0;
}
#dc-dialog-wrapper .dc-dialog .dc-button-wrapper > * {
  width: 100%;
  margin: 0.5rem 0;
}
@media print, screen and (min-width: 40em) {
  #dc-dialog-wrapper .dc-dialog .dc-button-wrapper {
    flex-direction: row;
  }
  #dc-dialog-wrapper .dc-dialog .dc-button-wrapper > * {
    width: unset;
    margin: 0 1rem;
  }
}
@media print, screen and (min-width: 64em) {
  #dc-dialog-wrapper .dc-dialog .dc-button-wrapper {
    justify-content: flex-end;
  }
}

#dc-modal {
  background-color: #fff;
}
#dc-modal .category-wrapper {
  background-color: #fafafa;
  padding: 0.2rem;
}
#dc-modal .category-wrapper .category-row {
  position: relative;
  justify-content: space-between;
}
#dc-modal .category-wrapper .category-row .dc-title::before {
  border: solid #2d4156;
  border-width: 0 2px 2px 0;
  padding: 0.2em;
  display: inline-block;
  content: "";
  margin-right: 15px;
  position: absolute;
  left: 1.2em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#dc-modal .category-wrapper .category-row .dc-title.open::before {
  transform: translateY(-50%) rotate(225deg);
}
#dc-modal .category-wrapper .category-row .dc-switch {
  padding: 0.5rem 0 0;
}
#dc-modal .category-wrapper .dataconsent-details-wrapper .detail-titles {
  border-bottom: 1px solid #e8e8e8;
}
#dc-modal .category-wrapper .dataconsent-details-wrapper .detail-titles > * {
  font-weight: 600;
}
#dc-modal .category-wrapper .dataconsent-details-wrapper .dataconsent-detail-row {
  font-size: 0.6rem;
}
#dc-modal .dc-buttons-wrapper {
  justify-content: space-between;
}

.disabled-iframe {
  background-color: #fafafa;
  border: 1px solid #e8e8e8;
  cursor: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-height: 20rem;
}
.disabled-iframe.ql-video {
  display: flex;
}

.dataconsent-warning {
  flex-direction: column;
  font-size: 2rem;
  font-weight: 600;
}

.google-map {
  width: 100%;
  height: 200px;
  background-color: #e8e8e8;
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 50em) {
  .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: #cb3c29;
  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: 40em) {
  .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: 40em) {
  .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: 40em) {
  .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, .map-info__button .meeting-polls__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;
}

.omnipresent-banner {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  padding: 1rem;
  font-size: 1.2em;
}
.omnipresent-banner .omnipresent-banner-title {
  font-weight: bold;
  margin-right: 1em;
}
.omnipresent-banner .omnipresent-banner-short-description {
  margin-right: 0.5em;
  margin-left: 1em;
}
.omnipresent-banner a {
  color: #fff;
}
.omnipresent-banner a:hover,
.omnipresent-banner a:focus {
  color: rgba(255, 255, 255, 0.8);
}

.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: #726a70;
  border-left: 2px solid #726a70;
}
.wizard__steps .step--active ~ li::before {
  background-color: #726a70;
}

.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 .collapsible-list__see-less {
  display: inline-block;
  color: #599aa6;
}
.collapsible-list .collapsible-list__see-less:hover {
  color: #2d4d53;
  text-decoration: underline;
}
.collapsible-list .collapsible-list__see-more {
  display: none;
  color: #39747f;
}
.collapsible-list .collapsible-list__see-more:hover {
  color: #2d4d53;
  text-decoration: underline;
}
.collapsible-list .card__text--paragraph {
  text-decoration: none;
  color: #3d393c !important;
}
.collapsible-list .card__text--paragraph:hover {
  text-decoration: none;
}
.collapsible-list > * {
  display: inline-flex;
  margin: 0 0 0.5rem;
}

.block-banner {
  background-repeat: no-repeat;
  padding: 1rem;
}
@media print, screen and (max-width: 49.99875em) {
  .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: 40em) {
  .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 #e8e8e8;
  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, .upload-modal .meeting-polls__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: #cee5e9;
}
.upload-modal .dropzone-container label.dropzone {
  padding: 1rem;
  text-align: center;
  border-style: dashed;
  border-color: #39747f;
  border-width: 2px;
  border-radius: 4px;
}
.upload-modal .dropzone-container label.dropzone .form-error {
  margin: 0;
}
.upload-modal .dropzone-container label.disabled {
  background-color: #fafafa;
  cursor: not-allowed;
  border-color: #cee5e9;
}
.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 #cb3c29;
  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: #cb3c29;
  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;
}

.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: 40em) {
  .highligted-content-banner .highligted-content-banner__container {
    padding: 4rem 0;
  }
}
@media print, screen and (min-width: 50em) {
  .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: 40em) {
  .hero__container {
    padding: 4rem 0;
  }
}
@media print, screen and (min-width: 50em) {
  .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: 40em) {
  .hero__boxes {
    text-align: left;
    padding: 2rem 1.5rem;
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 50em) {
  .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, .hero__boxes .meeting-polls__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: #3d393c;
  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(61, 57, 60, 0.3);
}
.hero__boxes .box__search input::-moz-placeholder,
.hero__boxes .box__search input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(61, 57, 60, 0.3);
}
.hero__boxes .box__search input:-ms-input-placeholder,
.hero__boxes .box__search input:focus:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(61, 57, 60, 0.3);
}
.hero__boxes .box__search input:-moz-placeholder,
.hero__boxes .box__search input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(61, 57, 60, 0.3);
}
.hero__boxes .box__search svg {
  color: rgba(61, 57, 60, 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: 40em) {
  .hero-heading {
    font-size: 2.5rem;
  }
  .hero-heading br {
    display: block;
  }
}
@media print, screen and (min-width: 50em) {
  .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: 40em) {
  .hero-cta {
    margin-top: 2rem;
  }
}
@media print, screen and (min-width: 50em) {
  .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: 40em) {
  .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: #f4f4f4;
}

.subhero {
  padding: 4rem 0;
  text-align: center;
}
.subhero ul,
.subhero ol {
  list-style-position: inside;
}
@media print, screen and (max-width: 49.99875em) {
  .subhero .heading3 {
    font-size: 1.3em;
  }
}
@media print, screen and (max-width: 49.99875em) {
  .subhero .heading2, .subhero .card--full .card__title, .card--full .subhero .card__title {
    font-size: 1.5em;
  }
}
@media print, screen and (max-width: 49.99875em) {
  .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: 50em) {
  .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: 50em) {
  .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: 40em) {
  .home-stats__highlight {
    display: flex;
  }
}
.home-stats__highlight .statistic__data {
  margin: 0;
  padding: 1rem 2rem;
}
@media print, screen and (min-width: 40em) {
  .home-stats__highlight .statistic__data {
    width: 50%;
    border-bottom: 1px solid #e8e8e8;
  }
}
.home-stats__highlight .statistic__data:nth-child(odd) {
  border-right: 1px solid #e8e8e8;
}
.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: 50em) {
  .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: 40em) {
  .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: 49.99875em) {
  .support-wrapper-md {
    margin: 1rem 0;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 49.99875em) {
  .view-side {
    width: 50%;
    margin: 0 auto 2rem;
    float: none;
  }
}

.add-comment .remaining-character-count {
  border: 0;
  color: #3d393c;
  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: #f4f4f4;
  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: #fafafa;
  word-wrap: break-word;
  word-break: break-word;
}
.external-link-page-content .external-link-cancel {
  color: #3d393c;
}

.impersonation-warning {
  background: #e8e8e8;
  padding: 0.5em 1em;
  text-align: center;
}
.impersonation-warning a {
  color: #29545c;
}

.impersonation-warning__action {
  text-align: center;
}
.impersonation-warning__action .button, .impersonation-warning__action .meeting-polls__button {
  margin: 0.5em 0;
}
@media print, screen and (min-width: 50em) {
  .impersonation-warning__action {
    vertical-align: baseline;
    display: inline-block;
  }
  .impersonation-warning__action .button, .impersonation-warning__action .meeting-polls__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, .leaflet-container .map-info a.meeting-polls__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;
}

.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, .results-per-page__action .meeting-polls__button {
  margin-bottom: 0;
}

.results-per-page__tabs {
  display: inline-block;
}

.results-per-page__tab {
  color: #726a70;
}
.results-per-page__tab::after {
  content: "";
  display: inline-block;
  height: 0.75em;
  border-left: 1px solid #e8e8e8;
  margin: 0 0.2em 0 0.5em;
  vertical-align: middle;
}
.results-per-page__tab.is-active {
  color: #39747f;
}
.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(/decidim-packs/media/images/twitter-ee390c342f9f90074a88.svg);
}

.social-share-button .ssb-facebook {
  background-image: url(/decidim-packs/media/images/facebook-0ada3788990cda55b9ba.svg);
}

.social-share-button .ssb-google_bookmark {
  background-image: url(/decidim-packs/media/images/google_bookmark-524f99e4fffb564dda37.svg);
}

.social-share-button .ssb-google_plus {
  background-image: url(/decidim-packs/media/images/google_plus-4118815a76b760dea8e7.svg);
}

.social-share-button .ssb-weibo {
  background-image: url(/decidim-packs/media/images/weibo-20a80f206cb23e64c556.svg);
}

.social-share-button .ssb-qq {
  background-image: url(/decidim-packs/media/images/qq-883b6ea8c69ef9ce093c.svg);
}

.social-share-button .ssb-delicious {
  background-image: url(/decidim-packs/media/images/delicious-645ddfaca5163af23947.svg);
}

.social-share-button .ssb-linkedin {
  background-image: url(/decidim-packs/media/images/linkedin-96905a0a4097dc978626.svg);
}

.social-share-button .ssb-tumblr {
  background-image: url(/decidim-packs/media/images/tumblr-4d59e5b74838fa10b52f.svg);
}

.social-share-button .ssb-pinterest {
  background-image: url(/decidim-packs/media/images/pinterest-e1a7ea454b158f6c3fd6.svg);
}

.social-share-button .ssb-douban {
  background-image: url(/decidim-packs/media/images/douban-59306a4ec1a7595eda35.svg);
}

.social-share-button .ssb-wechat {
  background-image: url(/decidim-packs/media/images/wechat-28b576b3290e9cb55115.svg);
}

.social-share-button .ssb-vkontakte {
  background-image: url(/decidim-packs/media/images/vkontakte-e41f3b3192e8f0eab1d1.svg);
}

.social-share-button .ssb-odnoklassniki {
  background-image: url(/decidim-packs/media/images/odnoklassniki-cef3146ee2d5fdb32157.svg);
}

.social-share-button .ssb-xing {
  background-image: url(/decidim-packs/media/images/xing-dc9a2b2304a9d39eea11.svg);
}

.social-share-button .ssb-email {
  background-image: url(/decidim-packs/media/images/email-d79a53d1d223015094db.svg);
}

.social-share-button .ssb-reddit {
  background-image: url(/decidim-packs/media/images/reddit-f39b812702e7016a015a.svg);
}

.social-share-button .ssb-hacker_news {
  background-image: url(/decidim-packs/media/images/hacker_news-b117e036a024756086ab.svg);
}

.social-share-button .ssb-telegram {
  background-image: url(/decidim-packs/media/images/telegram-ca65ba180088505e1371.svg);
}

.social-share-button .ssb-whatsapp_app,
.social-share-button .ssb-whatsapp_web {
  background-image: url(/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: #f4f4f4;
  overflow: visible;
  border-radius: 3px;
}
.areachart .title {
  fill: #726a70;
  font-weight: 600;
}
.areachart .area {
  fill: rgba(203, 60, 41, 0.2);
}
.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: 4.5rem;
}
.areachart.primary .area {
  fill: rgba(203, 60, 41, 0.05);
}
.areachart.primary .line {
  stroke: rgba(203, 60, 41, 0.2);
}
.areachart.primary .circle {
  fill: rgba(203, 60, 41, 0.2);
}
.areachart.secondary .area {
  fill: rgba(57, 116, 127, 0.05);
}
.areachart.secondary .line {
  stroke: rgba(57, 116, 127, 0.2);
}
.areachart.secondary .circle {
  fill: rgba(57, 116, 127, 0.2);
}
.areachart.success .area {
  fill: rgba(87, 214, 133, 0.05);
}
.areachart.success .line {
  stroke: rgba(87, 214, 133, 0.2);
}
.areachart.success .circle {
  fill: rgba(87, 214, 133, 0.2);
}
.areachart.warning .area {
  fill: rgba(255, 174, 0, 0.05);
}
.areachart.warning .line {
  stroke: rgba(255, 174, 0, 0.2);
}
.areachart.warning .circle {
  fill: rgba(255, 174, 0, 0.2);
}
.areachart.alert .area {
  fill: rgba(236, 88, 64, 0.05);
}
.areachart.alert .line {
  stroke: rgba(236, 88, 64, 0.2);
}
.areachart.alert .circle {
  fill: rgba(236, 88, 64, 0.2);
}
.areachart.small .sum, .areachart.meeting-polls__button .sum {
  font-size: 1.75rem;
}

.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(232, 232, 232, 0);
  border-top-color: #e8e8e8;
  border-width: 11px;
  margin-left: -11px;
}

.linechart svg {
  overflow: visible;
}
.linechart .background {
  fill: #f4f4f4;
}
.linechart .title {
  fill: #726a70;
  font-weight: 600;
  font-size: 1.5rem;
}
.linechart .subtitle {
  fill: #726a70;
  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: #cc3e2b;
}
.linechart.primary .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #2bb9cc;
}
.linechart.primary .type-0:not(.line) {
  fill: #cc3e2b;
}
.linechart.primary .type-0:not(.line):hover {
  cursor: pointer;
  fill: #2bb9cc;
}
.linechart.primary .type-1:not(.legend) {
  stroke: #d86d5f;
}
.linechart.primary .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #5fcad8;
}
.linechart.primary .type-1:not(.line) {
  fill: #d86d5f;
}
.linechart.primary .type-1:not(.line):hover {
  cursor: pointer;
  fill: #5fcad8;
}
.linechart.primary .type-2:not(.legend) {
  stroke: #e49c92;
}
.linechart.primary .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #92dae4;
}
.linechart.primary .type-2:not(.line) {
  fill: #e49c92;
}
.linechart.primary .type-2:not(.line):hover {
  cursor: pointer;
  fill: #92dae4;
}
.linechart.primary .type-3:not(.legend) {
  stroke: #f1cac5;
}
.linechart.primary .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #c5ecf1;
}
.linechart.primary .type-3:not(.line) {
  fill: #f1cac5;
}
.linechart.primary .type-3:not(.line):hover {
  cursor: pointer;
  fill: #c5ecf1;
}
.linechart.primary .type-4:not(.legend) {
  stroke: #c93b29;
}
.linechart.primary .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #29b7c9;
}
.linechart.primary .type-4:not(.line) {
  fill: #c93b29;
}
.linechart.primary .type-4:not(.line):hover {
  cursor: pointer;
  fill: #29b7c9;
}
.linechart.primary .type-5:not(.legend) {
  stroke: #982d1f;
}
.linechart.primary .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #1f8a98;
}
.linechart.primary .type-5:not(.line) {
  fill: #982d1f;
}
.linechart.primary .type-5:not(.line):hover {
  cursor: pointer;
  fill: #1f8a98;
}
.linechart.primary .type-6:not(.legend) {
  stroke: #681f15;
}
.linechart.primary .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #155e68;
}
.linechart.primary .type-6:not(.line) {
  fill: #681f15;
}
.linechart.primary .type-6:not(.line):hover {
  cursor: pointer;
  fill: #155e68;
}
.linechart.primary .type-7:not(.legend) {
  stroke: #37100b;
}
.linechart.primary .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #0b3237;
}
.linechart.primary .type-7:not(.line) {
  fill: #37100b;
}
.linechart.primary .type-7:not(.line):hover {
  cursor: pointer;
  fill: #0b3237;
}
.linechart.primary .type-8:not(.legend) {
  stroke: #cf3a2a;
}
.linechart.primary .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #2abfcf;
}
.linechart.primary .type-8:not(.line) {
  fill: #cf3a2a;
}
.linechart.primary .type-8:not(.line):hover {
  cursor: pointer;
  fill: #2abfcf;
}
.linechart.primary .type-9:not(.legend) {
  stroke: #e88ca7;
}
.linechart.primary .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #8ce8cc;
}
.linechart.primary .type-9:not(.line) {
  fill: #e88ca7;
}
.linechart.primary .type-9:not(.line):hover {
  cursor: pointer;
  fill: #8ce8cc;
}
.linechart.primary .type-10:not(.legend) {
  stroke: #fcf2f9;
}
.linechart.primary .type-10:not(.legend):hover {
  cursor: pointer;
  stroke: #f2fcf5;
}
.linechart.primary .type-10:not(.line) {
  fill: #fcf2f9;
}
.linechart.primary .type-10:not(.line):hover {
  cursor: pointer;
  fill: #f2fcf5;
}
.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: #3b7580;
}
.linechart.secondary .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #80463b;
}
.linechart.secondary .type-0:not(.line) {
  fill: #3b7580;
}
.linechart.secondary .type-0:not(.line):hover {
  cursor: pointer;
  fill: #80463b;
}
.linechart.secondary .type-1:not(.legend) {
  stroke: #6b979f;
}
.linechart.secondary .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #9f736b;
}
.linechart.secondary .type-1:not(.line) {
  fill: #6b979f;
}
.linechart.secondary .type-1:not(.line):hover {
  cursor: pointer;
  fill: #9f736b;
}
.linechart.secondary .type-2:not(.legend) {
  stroke: #9ab8be;
}
.linechart.secondary .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #bea09a;
}
.linechart.secondary .type-2:not(.line) {
  fill: #9ab8be;
}
.linechart.secondary .type-2:not(.line):hover {
  cursor: pointer;
  fill: #bea09a;
}
.linechart.secondary .type-3:not(.legend) {
  stroke: #cad9dc;
}
.linechart.secondary .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #dccdca;
}
.linechart.secondary .type-3:not(.line) {
  fill: #cad9dc;
}
.linechart.secondary .type-3:not(.line):hover {
  cursor: pointer;
  fill: #dccdca;
}
.linechart.secondary .type-4:not(.legend) {
  stroke: #38737e;
}
.linechart.secondary .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #7e4338;
}
.linechart.secondary .type-4:not(.line) {
  fill: #38737e;
}
.linechart.secondary .type-4:not(.line):hover {
  cursor: pointer;
  fill: #7e4338;
}
.linechart.secondary .type-5:not(.legend) {
  stroke: #2b575f;
}
.linechart.secondary .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #5f332b;
}
.linechart.secondary .type-5:not(.line) {
  fill: #2b575f;
}
.linechart.secondary .type-5:not(.line):hover {
  cursor: pointer;
  fill: #5f332b;
}
.linechart.secondary .type-6:not(.legend) {
  stroke: #1d3b41;
}
.linechart.secondary .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #41231d;
}
.linechart.secondary .type-6:not(.line) {
  fill: #1d3b41;
}
.linechart.secondary .type-6:not(.line):hover {
  cursor: pointer;
  fill: #41231d;
}
.linechart.secondary .type-7:not(.legend) {
  stroke: #0f1f22;
}
.linechart.secondary .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #22120f;
}
.linechart.secondary .type-7:not(.line) {
  fill: #0f1f22;
}
.linechart.secondary .type-7:not(.line):hover {
  cursor: pointer;
  fill: #22120f;
}
.linechart.secondary .type-8:not(.legend) {
  stroke: #3b7883;
}
.linechart.secondary .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #83453b;
}
.linechart.secondary .type-8:not(.line) {
  fill: #3b7883;
}
.linechart.secondary .type-8:not(.line):hover {
  cursor: pointer;
  fill: #83453b;
}
.linechart.secondary .type-9:not(.legend) {
  stroke: #76c2ae;
}
.linechart.secondary .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #c2768a;
}
.linechart.secondary .type-9:not(.line) {
  fill: #76c2ae;
}
.linechart.secondary .type-9:not(.line):hover {
  cursor: pointer;
  fill: #c2768a;
}
.linechart.secondary .type-10:not(.legend) {
  stroke: #cae7d4;
}
.linechart.secondary .type-10:not(.legend):hover {
  cursor: pointer;
  stroke: #e7cade;
}
.linechart.secondary .type-10:not(.line) {
  fill: #cae7d4;
}
.linechart.secondary .type-10:not(.line):hover {
  cursor: pointer;
  fill: #e7cade;
}
.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: #59d686;
}
.linechart.success .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #d659a9;
}
.linechart.success .type-0:not(.line) {
  fill: #59d686;
}
.linechart.success .type-0:not(.line):hover {
  cursor: pointer;
  fill: #d659a9;
}
.linechart.success .type-1:not(.legend) {
  stroke: #81e0a4;
}
.linechart.success .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #e081bd;
}
.linechart.success .type-1:not(.line) {
  fill: #81e0a4;
}
.linechart.success .type-1:not(.line):hover {
  cursor: pointer;
  fill: #e081bd;
}
.linechart.success .type-2:not(.legend) {
  stroke: #a9eac1;
}
.linechart.success .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #eaa9d2;
}
.linechart.success .type-2:not(.line) {
  fill: #a9eac1;
}
.linechart.success .type-2:not(.line):hover {
  cursor: pointer;
  fill: #eaa9d2;
}
.linechart.success .type-3:not(.legend) {
  stroke: #d2f4de;
}
.linechart.success .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #f4d2e8;
}
.linechart.success .type-3:not(.line) {
  fill: #d2f4de;
}
.linechart.success .type-3:not(.line):hover {
  cursor: pointer;
  fill: #f4d2e8;
}
.linechart.success .type-4:not(.legend) {
  stroke: #56d484;
}
.linechart.success .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #d456a6;
}
.linechart.success .type-4:not(.line) {
  fill: #56d484;
}
.linechart.success .type-4:not(.line):hover {
  cursor: pointer;
  fill: #d456a6;
}
.linechart.success .type-5:not(.legend) {
  stroke: #41a164;
}
.linechart.success .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #a1417e;
}
.linechart.success .type-5:not(.line) {
  fill: #41a164;
}
.linechart.success .type-5:not(.line):hover {
  cursor: pointer;
  fill: #a1417e;
}
.linechart.success .type-6:not(.legend) {
  stroke: #2c6d44;
}
.linechart.success .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #6d2c55;
}
.linechart.success .type-6:not(.line) {
  fill: #2c6d44;
}
.linechart.success .type-6:not(.line):hover {
  cursor: pointer;
  fill: #6d2c55;
}
.linechart.success .type-7:not(.legend) {
  stroke: #173a24;
}
.linechart.success .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #3a172d;
}
.linechart.success .type-7:not(.line) {
  fill: #173a24;
}
.linechart.success .type-7:not(.line):hover {
  cursor: pointer;
  fill: #3a172d;
}
.linechart.success .type-8:not(.legend) {
  stroke: #5bd786;
}
.linechart.success .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #d75bac;
}
.linechart.success .type-8:not(.line) {
  fill: #5bd786;
}
.linechart.success .type-8:not(.line):hover {
  cursor: pointer;
  fill: #d75bac;
}
.linechart.success .type-9:not(.legend) {
  stroke: #c0efbd;
}
.linechart.success .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #ecbdef;
}
.linechart.success .type-9:not(.line) {
  fill: #c0efbd;
}
.linechart.success .type-9:not(.line):hover {
  cursor: pointer;
  fill: #ecbdef;
}
.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: #ffaf03;
}
.linechart.warning .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #0353ff;
}
.linechart.warning .type-0:not(.line) {
  fill: #ffaf03;
}
.linechart.warning .type-0:not(.line):hover {
  cursor: pointer;
  fill: #0353ff;
}
.linechart.warning .type-1:not(.legend) {
  stroke: #ffc240;
}
.linechart.warning .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #407dff;
}
.linechart.warning .type-1:not(.line) {
  fill: #ffc240;
}
.linechart.warning .type-1:not(.line):hover {
  cursor: pointer;
  fill: #407dff;
}
.linechart.warning .type-2:not(.legend) {
  stroke: #ffd67d;
}
.linechart.warning .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #7da6ff;
}
.linechart.warning .type-2:not(.line) {
  fill: #ffd67d;
}
.linechart.warning .type-2:not(.line):hover {
  cursor: pointer;
  fill: #7da6ff;
}
.linechart.warning .type-3:not(.legend) {
  stroke: #ffe9ba;
}
.linechart.warning .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #bad0ff;
}
.linechart.warning .type-3:not(.line) {
  fill: #ffe9ba;
}
.linechart.warning .type-3:not(.line):hover {
  cursor: pointer;
  fill: #bad0ff;
}
.linechart.warning .type-4:not(.legend) {
  stroke: #fcac00;
}
.linechart.warning .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #0050fc;
}
.linechart.warning .type-4:not(.line) {
  fill: #fcac00;
}
.linechart.warning .type-4:not(.line):hover {
  cursor: pointer;
  fill: #0050fc;
}
.linechart.warning .type-5:not(.legend) {
  stroke: #bf8300;
}
.linechart.warning .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #003cbf;
}
.linechart.warning .type-5:not(.line) {
  fill: #bf8300;
}
.linechart.warning .type-5:not(.line):hover {
  cursor: pointer;
  fill: #003cbf;
}
.linechart.warning .type-6:not(.legend) {
  stroke: #825900;
}
.linechart.warning .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #002982;
}
.linechart.warning .type-6:not(.line) {
  fill: #825900;
}
.linechart.warning .type-6:not(.line):hover {
  cursor: pointer;
  fill: #002982;
}
.linechart.warning .type-7:not(.legend) {
  stroke: #452f00;
}
.linechart.warning .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #001645;
}
.linechart.warning .type-7:not(.line) {
  fill: #452f00;
}
.linechart.warning .type-7:not(.line):hover {
  cursor: pointer;
  fill: #001645;
}
.linechart.warning .type-8:not(.legend) {
  stroke: #ffab05;
}
.linechart.warning .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #0559ff;
}
.linechart.warning .type-8:not(.line) {
  fill: #ffab05;
}
.linechart.warning .type-8:not(.line):hover {
  cursor: pointer;
  fill: #0559ff;
}
.linechart.warning .type-9:not(.legend) {
  stroke: #ffa180;
}
.linechart.warning .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #80ddff;
}
.linechart.warning .type-9:not(.line) {
  fill: #ffa180;
}
.linechart.warning .type-9:not(.line):hover {
  cursor: pointer;
  fill: #80ddff;
}
.linechart.warning .type-10:not(.legend) {
  stroke: #fffafb;
}
.linechart.warning .type-10:not(.legend):hover {
  cursor: pointer;
  stroke: #fafffe;
}
.linechart.warning .type-10:not(.line) {
  fill: #fffafb;
}
.linechart.warning .type-10:not(.line):hover {
  cursor: pointer;
  fill: #fafffe;
}
.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: #ec5a42;
}
.linechart.alert .type-0:not(.legend):hover {
  cursor: pointer;
  stroke: #42d4ec;
}
.linechart.alert .type-0:not(.line) {
  fill: #ec5a42;
}
.linechart.alert .type-0:not(.line):hover {
  cursor: pointer;
  fill: #42d4ec;
}
.linechart.alert .type-1:not(.legend) {
  stroke: #f18270;
}
.linechart.alert .type-1:not(.legend):hover {
  cursor: pointer;
  stroke: #70dff1;
}
.linechart.alert .type-1:not(.line) {
  fill: #f18270;
}
.linechart.alert .type-1:not(.line):hover {
  cursor: pointer;
  fill: #70dff1;
}
.linechart.alert .type-2:not(.legend) {
  stroke: #f5aa9e;
}
.linechart.alert .type-2:not(.legend):hover {
  cursor: pointer;
  stroke: #9ee9f5;
}
.linechart.alert .type-2:not(.line) {
  fill: #f5aa9e;
}
.linechart.alert .type-2:not(.line):hover {
  cursor: pointer;
  fill: #9ee9f5;
}
.linechart.alert .type-3:not(.legend) {
  stroke: #fad2cb;
}
.linechart.alert .type-3:not(.legend):hover {
  cursor: pointer;
  stroke: #cbf3fa;
}
.linechart.alert .type-3:not(.line) {
  fill: #fad2cb;
}
.linechart.alert .type-3:not(.line):hover {
  cursor: pointer;
  fill: #cbf3fa;
}
.linechart.alert .type-4:not(.legend) {
  stroke: #ea573f;
}
.linechart.alert .type-4:not(.legend):hover {
  cursor: pointer;
  stroke: #3fd2ea;
}
.linechart.alert .type-4:not(.line) {
  fill: #ea573f;
}
.linechart.alert .type-4:not(.line):hover {
  cursor: pointer;
  fill: #3fd2ea;
}
.linechart.alert .type-5:not(.legend) {
  stroke: #b14230;
}
.linechart.alert .type-5:not(.legend):hover {
  cursor: pointer;
  stroke: #309fb1;
}
.linechart.alert .type-5:not(.line) {
  fill: #b14230;
}
.linechart.alert .type-5:not(.line):hover {
  cursor: pointer;
  fill: #309fb1;
}
.linechart.alert .type-6:not(.legend) {
  stroke: #782d21;
}
.linechart.alert .type-6:not(.legend):hover {
  cursor: pointer;
  stroke: #216c78;
}
.linechart.alert .type-6:not(.line) {
  fill: #782d21;
}
.linechart.alert .type-6:not(.line):hover {
  cursor: pointer;
  fill: #216c78;
}
.linechart.alert .type-7:not(.legend) {
  stroke: #401811;
}
.linechart.alert .type-7:not(.legend):hover {
  cursor: pointer;
  stroke: #113940;
}
.linechart.alert .type-7:not(.line) {
  fill: #401811;
}
.linechart.alert .type-7:not(.line):hover {
  cursor: pointer;
  fill: #113940;
}
.linechart.alert .type-8:not(.legend) {
  stroke: #ec5945;
}
.linechart.alert .type-8:not(.legend):hover {
  cursor: pointer;
  stroke: #45d8ec;
}
.linechart.alert .type-8:not(.line) {
  fill: #ec5945;
}
.linechart.alert .type-8:not(.line):hover {
  cursor: pointer;
  fill: #45d8ec;
}
.linechart.alert .type-9:not(.legend) {
  stroke: #f8b4c7;
}
.linechart.alert .type-9:not(.legend):hover {
  cursor: pointer;
  stroke: #b4f8e5;
}
.linechart.alert .type-9:not(.line) {
  fill: #f8b4c7;
}
.linechart.alert .type-9:not(.line):hover {
  cursor: pointer;
  fill: #b4f8e5;
}
.linechart.alert .type-10:not(.legend) {
  stroke: white;
}
.linechart.alert .type-10:not(.legend):hover {
  cursor: pointer;
  stroke: white;
}
.linechart.alert .type-10:not(.line) {
  fill: white;
}
.linechart.alert .type-10:not(.line):hover {
  cursor: pointer;
  fill: white;
}
.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: #f4f4f4;
  stroke: #e8e8e8;
  stroke-width: 3px;
}
.orgchart .as-text {
  font-weight: 600;
  fill: #39747f;
  text-anchor: middle;
}
.orgchart .as-circle {
  stroke: #e8e8e8;
  stroke-width: 3px;
  fill: #f4f4f4;
}
.orgchart .link {
  stroke: #e8e8e8;
  stroke-width: 3px;
}
.orgchart .node {
  cursor: pointer;
}
.orgchart .button, .orgchart .meeting-polls__button {
  min-height: 2.4375rem;
  color: #3d393c;
  outline: none;
  border: 1px solid #e8e8e8;
  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, .orgchart .meeting-polls__button:hover {
  background-color: #fff;
}

.rowchart .background {
  fill: #f4f4f4;
}
.rowchart .title {
  fill: #726a70;
  font-weight: 600;
  font-size: 1.5rem;
}
.rowchart .subtitle {
  fill: #726a70;
  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: #cc3e2b;
}
.rowchart.primary .type-0:hover {
  cursor: pointer;
  fill: #2bb9cc;
}
.rowchart.primary .type-1 {
  fill: #d86d5f;
}
.rowchart.primary .type-1:hover {
  cursor: pointer;
  fill: #5fcad8;
}
.rowchart.primary .type-2 {
  fill: #e49c92;
}
.rowchart.primary .type-2:hover {
  cursor: pointer;
  fill: #92dae4;
}
.rowchart.primary .type-3 {
  fill: #f1cac5;
}
.rowchart.primary .type-3:hover {
  cursor: pointer;
  fill: #c5ecf1;
}
.rowchart.primary .type-4 {
  fill: #c93b29;
}
.rowchart.primary .type-4:hover {
  cursor: pointer;
  fill: #29b7c9;
}
.rowchart.primary .type-5 {
  fill: #982d1f;
}
.rowchart.primary .type-5:hover {
  cursor: pointer;
  fill: #1f8a98;
}
.rowchart.primary .type-6 {
  fill: #681f15;
}
.rowchart.primary .type-6:hover {
  cursor: pointer;
  fill: #155e68;
}
.rowchart.primary .type-7 {
  fill: #37100b;
}
.rowchart.primary .type-7:hover {
  cursor: pointer;
  fill: #0b3237;
}
.rowchart.primary .type-8 {
  fill: #cf3a2a;
}
.rowchart.primary .type-8:hover {
  cursor: pointer;
  fill: #2abfcf;
}
.rowchart.primary .type-9 {
  fill: #e88ca7;
}
.rowchart.primary .type-9:hover {
  cursor: pointer;
  fill: #8ce8cc;
}
.rowchart.primary .type-10 {
  fill: #fcf2f9;
}
.rowchart.primary .type-10:hover {
  cursor: pointer;
  fill: #f2fcf5;
}
.rowchart.primary .type-11 {
  fill: white;
}
.rowchart.primary .type-11:hover {
  cursor: pointer;
  fill: white;
}
.rowchart.secondary .type-0 {
  fill: #3b7580;
}
.rowchart.secondary .type-0:hover {
  cursor: pointer;
  fill: #80463b;
}
.rowchart.secondary .type-1 {
  fill: #6b979f;
}
.rowchart.secondary .type-1:hover {
  cursor: pointer;
  fill: #9f736b;
}
.rowchart.secondary .type-2 {
  fill: #9ab8be;
}
.rowchart.secondary .type-2:hover {
  cursor: pointer;
  fill: #bea09a;
}
.rowchart.secondary .type-3 {
  fill: #cad9dc;
}
.rowchart.secondary .type-3:hover {
  cursor: pointer;
  fill: #dccdca;
}
.rowchart.secondary .type-4 {
  fill: #38737e;
}
.rowchart.secondary .type-4:hover {
  cursor: pointer;
  fill: #7e4338;
}
.rowchart.secondary .type-5 {
  fill: #2b575f;
}
.rowchart.secondary .type-5:hover {
  cursor: pointer;
  fill: #5f332b;
}
.rowchart.secondary .type-6 {
  fill: #1d3b41;
}
.rowchart.secondary .type-6:hover {
  cursor: pointer;
  fill: #41231d;
}
.rowchart.secondary .type-7 {
  fill: #0f1f22;
}
.rowchart.secondary .type-7:hover {
  cursor: pointer;
  fill: #22120f;
}
.rowchart.secondary .type-8 {
  fill: #3b7883;
}
.rowchart.secondary .type-8:hover {
  cursor: pointer;
  fill: #83453b;
}
.rowchart.secondary .type-9 {
  fill: #76c2ae;
}
.rowchart.secondary .type-9:hover {
  cursor: pointer;
  fill: #c2768a;
}
.rowchart.secondary .type-10 {
  fill: #cae7d4;
}
.rowchart.secondary .type-10:hover {
  cursor: pointer;
  fill: #e7cade;
}
.rowchart.secondary .type-11 {
  fill: white;
}
.rowchart.secondary .type-11:hover {
  cursor: pointer;
  fill: white;
}
.rowchart.success .type-0 {
  fill: #59d686;
}
.rowchart.success .type-0:hover {
  cursor: pointer;
  fill: #d659a9;
}
.rowchart.success .type-1 {
  fill: #81e0a4;
}
.rowchart.success .type-1:hover {
  cursor: pointer;
  fill: #e081bd;
}
.rowchart.success .type-2 {
  fill: #a9eac1;
}
.rowchart.success .type-2:hover {
  cursor: pointer;
  fill: #eaa9d2;
}
.rowchart.success .type-3 {
  fill: #d2f4de;
}
.rowchart.success .type-3:hover {
  cursor: pointer;
  fill: #f4d2e8;
}
.rowchart.success .type-4 {
  fill: #56d484;
}
.rowchart.success .type-4:hover {
  cursor: pointer;
  fill: #d456a6;
}
.rowchart.success .type-5 {
  fill: #41a164;
}
.rowchart.success .type-5:hover {
  cursor: pointer;
  fill: #a1417e;
}
.rowchart.success .type-6 {
  fill: #2c6d44;
}
.rowchart.success .type-6:hover {
  cursor: pointer;
  fill: #6d2c55;
}
.rowchart.success .type-7 {
  fill: #173a24;
}
.rowchart.success .type-7:hover {
  cursor: pointer;
  fill: #3a172d;
}
.rowchart.success .type-8 {
  fill: #5bd786;
}
.rowchart.success .type-8:hover {
  cursor: pointer;
  fill: #d75bac;
}
.rowchart.success .type-9 {
  fill: #c0efbd;
}
.rowchart.success .type-9:hover {
  cursor: pointer;
  fill: #ecbdef;
}
.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: #ffaf03;
}
.rowchart.warning .type-0:hover {
  cursor: pointer;
  fill: #0353ff;
}
.rowchart.warning .type-1 {
  fill: #ffc240;
}
.rowchart.warning .type-1:hover {
  cursor: pointer;
  fill: #407dff;
}
.rowchart.warning .type-2 {
  fill: #ffd67d;
}
.rowchart.warning .type-2:hover {
  cursor: pointer;
  fill: #7da6ff;
}
.rowchart.warning .type-3 {
  fill: #ffe9ba;
}
.rowchart.warning .type-3:hover {
  cursor: pointer;
  fill: #bad0ff;
}
.rowchart.warning .type-4 {
  fill: #fcac00;
}
.rowchart.warning .type-4:hover {
  cursor: pointer;
  fill: #0050fc;
}
.rowchart.warning .type-5 {
  fill: #bf8300;
}
.rowchart.warning .type-5:hover {
  cursor: pointer;
  fill: #003cbf;
}
.rowchart.warning .type-6 {
  fill: #825900;
}
.rowchart.warning .type-6:hover {
  cursor: pointer;
  fill: #002982;
}
.rowchart.warning .type-7 {
  fill: #452f00;
}
.rowchart.warning .type-7:hover {
  cursor: pointer;
  fill: #001645;
}
.rowchart.warning .type-8 {
  fill: #ffab05;
}
.rowchart.warning .type-8:hover {
  cursor: pointer;
  fill: #0559ff;
}
.rowchart.warning .type-9 {
  fill: #ffa180;
}
.rowchart.warning .type-9:hover {
  cursor: pointer;
  fill: #80ddff;
}
.rowchart.warning .type-10 {
  fill: #fffafb;
}
.rowchart.warning .type-10:hover {
  cursor: pointer;
  fill: #fafffe;
}
.rowchart.warning .type-11 {
  fill: white;
}
.rowchart.warning .type-11:hover {
  cursor: pointer;
  fill: white;
}
.rowchart.alert .type-0 {
  fill: #ec5a42;
}
.rowchart.alert .type-0:hover {
  cursor: pointer;
  fill: #42d4ec;
}
.rowchart.alert .type-1 {
  fill: #f18270;
}
.rowchart.alert .type-1:hover {
  cursor: pointer;
  fill: #70dff1;
}
.rowchart.alert .type-2 {
  fill: #f5aa9e;
}
.rowchart.alert .type-2:hover {
  cursor: pointer;
  fill: #9ee9f5;
}
.rowchart.alert .type-3 {
  fill: #fad2cb;
}
.rowchart.alert .type-3:hover {
  cursor: pointer;
  fill: #cbf3fa;
}
.rowchart.alert .type-4 {
  fill: #ea573f;
}
.rowchart.alert .type-4:hover {
  cursor: pointer;
  fill: #3fd2ea;
}
.rowchart.alert .type-5 {
  fill: #b14230;
}
.rowchart.alert .type-5:hover {
  cursor: pointer;
  fill: #309fb1;
}
.rowchart.alert .type-6 {
  fill: #782d21;
}
.rowchart.alert .type-6:hover {
  cursor: pointer;
  fill: #216c78;
}
.rowchart.alert .type-7 {
  fill: #401811;
}
.rowchart.alert .type-7:hover {
  cursor: pointer;
  fill: #113940;
}
.rowchart.alert .type-8 {
  fill: #ec5945;
}
.rowchart.alert .type-8:hover {
  cursor: pointer;
  fill: #45d8ec;
}
.rowchart.alert .type-9 {
  fill: #f8b4c7;
}
.rowchart.alert .type-9:hover {
  cursor: pointer;
  fill: #b4f8e5;
}
.rowchart.alert .type-10 {
  fill: white;
}
.rowchart.alert .type-10:hover {
  cursor: pointer;
  fill: white;
}
.rowchart.alert .type-11 {
  fill: white;
}
.rowchart.alert .type-11:hover {
  cursor: pointer;
  fill: white;
}

.accountability .card__link--block {
  display: block;
}
.accountability .card--meta span {
  margin-right: 0.5rem;
}

.accountability .categories a:hover {
  text-decoration: underline;
}
.accountability .categories a:focus {
  outline: 1px dotted rgba(0, 0, 0, 0.5);
}
.accountability .categories .categories--header {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.accountability .categories .categories--header .icon--arrow-bottom {
  fill: #aba5b3;
}
.accountability .categories .categories--header span {
  font-size: 1.15rem;
  color: #aba5b3;
}
.accountability .categories .categories--group {
  margin-bottom: 2rem;
}
@media print, screen and (min-width: 40em) {
  .accountability .categories .categories--group {
    display: flex;
    margin-bottom: 4rem;
  }
}
.accountability .categories .categories--group .category--title {
  background: #fff;
  padding: 1.5rem 2rem;
  min-height: 9rem;
}
@media print, screen and (min-width: 40em) {
  .accountability .categories .categories--group .category--title {
    height: calc(100% - 1.875rem);
  }
}
.accountability .categories .categories--group .category--title p {
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.accountability .categories .categories--group .category--title .progress {
  margin-bottom: 0.5rem;
}
.accountability .categories .categories--group .category--title .progress-info {
  position: relative;
  margin-bottom: 1.5rem;
}
.accountability .categories .categories--group .category--title .progress-info .progress-figure {
  display: inline-block;
}
.accountability .categories .categories--group .category--title .progress-info .category--count {
  position: absolute;
  right: 0;
  top: 0.5rem;
  color: #aba5b3;
}
.accountability .categories .categories--group .card__link .category--line {
  background-color: #f4f4f4;
  border-radius: 4px;
  min-height: 9rem;
  padding: 1rem;
  margin-bottom: 1.875rem;
  position: relative;
}
.accountability .categories .categories--group .card__link .category--line strong {
  font-weight: 600;
  color: var(--secondary);
}
.accountability .categories .categories--group .card__link .category--line .progress-figure {
  position: absolute;
  bottom: 1rem;
}
.accountability .categories .categories--group .card__link .category--line .category--count {
  color: #cee5e9;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-size: 80%;
}
.accountability .categories .categories--group .card__link:hover .category--count {
  color: #cee5e9;
}
.accountability .categories .categories--group .card__link:hover strong {
  color: #31646d;
}
.accountability .categories .category--elements.active {
  display: block !important;
}
.accountability .categories .category--elements.active .medium-4:first-child {
  margin-top: 1rem;
}
.accountability .categories .progress-figure {
  color: #aba5b3;
}

.lines-breadcrumb {
  margin-bottom: 2rem;
}
.lines-breadcrumb .breadcrumb--separator {
  color: #949494;
  padding: 0 0.25rem;
}
.lines-breadcrumb div {
  display: inline-block;
}
.lines-breadcrumb a {
  font-weight: 600;
  color: #2c2930;
}
.lines-breadcrumb a:hover {
  text-decoration: underline;
}
.lines-breadcrumb a:focus {
  outline: 2px solid #39747f;
}
.lines-breadcrumb ul {
  list-style: none;
  margin-left: 0;
}
.lines-breadcrumb .percentage {
  color: #949494;
  font-weight: 400;
  padding-left: 0.15rem;
  display: inline-block;
}

.accountability .intro ul {
  margin-bottom: 1rem;
}
.accountability .intro .progress-level {
  background: #fff;
  padding: 1.5rem 1.75rem;
}
.accountability .intro .progress-level p {
  font-weight: 600;
  margin-bottom: 0.25rem;
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1.25rem;
}
.accountability .intro .progress-level .icon {
  background: #aba5b3;
  border-radius: 50%;
  fill: white;
  padding: 0.15rem;
}
.accountability .intro .progress-level .progress {
  max-width: 85%;
  margin-bottom: 0;
}
.accountability .intro .progress-level .progress-figure {
  font-size: 2.5rem;
  font-weight: 300;
  color: #aba5b3;
}
@media print, screen and (min-width: 40em) {
  .accountability .intro .progress-level .progress-figure {
    font-size: 4rem;
  }
}
.accountability .scope-filters div {
  color: #aba5b3;
  margin-bottom: 0.15rem;
}
.accountability .scope-filters span {
  margin-right: 0.5rem;
}
.accountability .scope-filters ul {
  display: inline;
}
.accountability .scope-filters li.active {
  background-color: #e8e8e8;
}
.accountability .description {
  margin-bottom: 1rem;
}
.accountability .title-action {
  margin-bottom: 0.5rem;
}

.result-view .title {
  display: flex;
  align-items: flex-start;
  margin-bottom: 1rem;
  flex-direction: column;
}
.result-view .title .icon {
  fill: #39747f;
  min-width: 1.5rem;
  min-height: 1.5rem;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .result-view .title .icon {
    margin-right: 0.75rem;
    margin-top: 0.5rem;
  }
}
@media print, screen and (min-width: 40em) {
  .result-view .title {
    flex-direction: row;
  }
}
.result-view .progress-level {
  background: #fff;
  border-radius: 4px;
  padding: 1.5rem;
  border: 1px solid #e8e8e8;
}
.result-view .progress-level .progress-label {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.5rem;
}
.result-view .progress-level .progress-label .progress-text {
  color: #786f83;
}
.result-view .progress-level .progress-label .progress-figure {
  line-height: 1;
  font-size: 2.25rem;
  font-weight: 600;
}
.result-view .result-description div {
  margin-bottom: 1rem;
}
.result-view .result-meta {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}
.result-view .result-meta .result-meta--label {
  font-weight: 600;
  color: #786f83;
}
.result-view .result-meta .result-meta--data {
  font-size: 1.15rem;
}
.result-view hr {
  width: 100%;
  margin: 0 0 3rem;
}
.result-view .timeline .timeline__info {
  background-color: transparent;
  border: none;
}

.budget-list {
  margin-bottom: 2rem;
}
.budget-list__item {
  padding: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-bottom: 0;
  overflow: hidden;
  display: flex;
}
.budget-list__item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.budget-list__item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: 1px solid #e8e8e8;
}
.budget-list__item-cell {
  display: grid;
  grid-template-columns: 1fr 40px;
}
.budget-list__item-cell .budget-list__data {
  grid-column: span 2;
  background: none;
}
@media print, screen and (min-width: 40em) {
  .budget-list__item-cell {
    grid-template-columns: 1fr 40px 15em;
    grid-template-rows: 1fr;
  }
  .budget-list__item-cell .budget-list__data {
    background: #f4f4f4;
    grid-column: 3;
  }
}
.budget-list__image {
  overflow: hidden;
  width: 3.5em;
  height: 3.5rem;
  flex-shrink: 0;
  margin-top: 0.7rem;
  margin-bottom: 0.7rem;
  margin-left: 0.5rem;
}
@media print, screen and (min-width: 40em) {
  .budget-list__image {
    width: 6rem;
    height: 4rem;
    flex-shrink: 0;
    margin: 1.5rem;
    margin-right: 0;
  }
}
.budget-list__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.budget-list__text {
  padding: 0.5rem;
  flex-grow: 1;
}
@media print, screen and (min-width: 40em) {
  .budget-list__text {
    padding: 1.5rem;
    display: flex;
    align-items: center;
  }
  .budget-list__text.flex-horizontal {
    flex-direction: column;
    align-items: flex-start;
  }
}
.budget-list__text .card__text--status {
  display: block;
}
.budget-list__data {
  flex-shrink: 0;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 85%;
  line-height: 1;
  color: #726a70;
  padding: 0.5rem;
  background: #f4f4f4;
}
@media print, screen and (min-width: 40em) {
  .budget-list__data {
    min-width: 7rem;
    flex-direction: row;
    justify-content: flex-end;
    flex-basis: 14rem;
    padding: 1rem 1.5rem;
  }
}
.budget-list__data .loading-spinner {
  margin: 0 !important;
  position: relative;
}
.budget-list__data .loading-spinner::before {
  position: absolute;
}
.budget-list__data:last-child {
  margin-bottom: 0;
}
.budget-list__data__icon .icon {
  width: 20px;
  height: 20px;
  fill: #726a70;
}
.budget-list__data__icon:hover .icon {
  fill: #39747f;
}
.budget-list__data__number {
  font-size: 1.5rem;
  line-height: 1.2;
}
@media print, screen and (min-width: 40em) {
  .budget-list__data__votes {
    flex-grow: 1;
    font-size: 1.2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0;
    text-align: cemter;
  }
}
.budget-list__data--added {
  background-color: #ddf7e7;
}
.budget-list__title {
  font-size: 100%;
}
@media print, screen and (max-width: 49.99875em) {
  .budget-list__number {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 40em) {
  .budget-list__number {
    flex-grow: 1;
    font-size: 1.2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0;
    text-align: right;
  }
}
.budget-list__action {
  margin-bottom: 0;
  border-radius: 50%;
  align-self: center;
  flex-shrink: 0;
  width: 2em;
  height: 2em;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.budget-list__action--disabled {
  pointer-events: none;
}

.budget-summary__total {
  margin-bottom: 0.5rem;
}

.budget-summary__progressbox {
  align-items: stretch;
  margin-bottom: 0.5rem;
}
@media print, screen and (max-width: 39.99875em) {
  .budget-summary__progressbox {
    text-align: center;
  }
}
@media print, screen and (min-width: 40em) {
  .budget-summary__progressbox {
    display: flex;
  }
}
.budget-summary__progressbox .button, .budget-summary__progressbox .meeting-polls__button {
  margin-bottom: 0;
}

.progressbox-fixed-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: #fff;
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.1);
  display: none;
}
.progressbox-fixed-wrapper.is-progressbox-visible {
  display: block;
}

.budget-summary__progressbox--fixed {
  margin: auto;
  max-width: 75rem;
  padding: 1rem 2rem;
  display: flex;
}
@media print, screen and (min-width: 50em) {
  .budget-summary__progressbox--fixed {
    padding: 1rem 4rem;
  }
}

.budget-progress {
  flex-grow: 1;
  margin-bottom: 0.5rem;
  min-height: 1.5rem;
}
@media print, screen and (min-width: 40em) {
  .budget-progress {
    min-height: 2rem;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}

.budget-progress--fixed {
  min-height: 2rem;
  margin-bottom: 0;
  margin-right: 1rem;
}

.budget-progress__meter {
  min-width: 0.1%;
}

.budget-summary__selected {
  border-top: 1px solid #e8e8e8;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.budget-summary__selected-list {
  margin-top: 2rem;
}

.budget-summary__selected-number {
  margin: 0 0.5rem;
}

.progress {
  position: relative;
}

.progress-meter--minimum {
  background: repeating-linear-gradient(-55deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2) 8px, rgba(0, 0, 0, 0.03) 8px, rgba(0, 0, 0, 0.03) 16px);
  position: absolute;
}

.progress-meter-text--right {
  left: auto;
  min-width: 100%;
  transform: translate(0, -50%);
  text-align: right;
  padding-left: 1rem;
  padding-right: 0.5rem;
}

.meeting-polls__main {
  flex: 1;
  display: flex;
}
.meeting-polls__iframe {
  display: flex;
}
.meeting-polls__iframe > * {
  flex: 1;
  border: 0;
}
.meeting-polls__aside {
  flex: 0;
  counter-reset: question;
}
.meeting-polls__aside + div {
  flex: 1;
}
.meeting-polls__aside.is-open {
  flex: 0 0 20%;
}
.meeting-polls__aside.is-open + div {
  flex: 0 0 80%;
}
.meeting-polls__aside.is-open + .meeting-polls__aside.is-open + div {
  flex: 0 0 60%;
}
.meeting-polls__aside.is-open + .meeting-polls__aside.is-open {
  border-left: 1px solid #e8e8e8;
}
.meeting-polls__question, .meeting-polls__question--admin {
  background-color: #fff;
  border-bottom: 1px solid #e8e8e8;
}
.meeting-polls__question summary, .meeting-polls__question--admin summary {
  cursor: pointer;
  font-weight: bold;
  color: var(--secondary);
  transition: background-color 0.2s ease-in-out;
}
.meeting-polls__question summary:hover, .meeting-polls__question--admin summary:hover {
  background-color: #f4f4f4;
}
.meeting-polls__question summary::after, .meeting-polls__question--admin summary::after {
  counter-increment: question;
  content: "#" counter(question);
}
.meeting-polls__question summary ~ *, .meeting-polls__question--admin summary ~ * {
  padding: 0 1rem 1rem;
}
.meeting-polls__question summary ~ * > :first-child, .meeting-polls__question--admin summary ~ * > :first-child {
  font-weight: 600;
  line-height: 1.25;
}
.meeting-polls__question summary ~ * label, .meeting-polls__question--admin summary ~ * label {
  display: flex;
  align-items: baseline;
  cursor: pointer;
  line-height: 1.25;
}
.meeting-polls__question summary ~ * label + label, .meeting-polls__question--admin summary ~ * label + label {
  margin-top: 1rem;
}
.meeting-polls__question[open] .meeting-polls__answer--bar > *, [open].meeting-polls__question--admin .meeting-polls__answer--bar > * {
  opacity: 1;
  transform: translateX(0);
}
.meeting-polls__question.is-new, .is-new.meeting-polls__question--admin {
  animation: animateHighlight 5s ease-in-out forwards;
}
@keyframes animateHighlight {
  0%, 80% {
    background-color: rgba(var(--warning-rgb), 0.1);
  }
}
.meeting-polls__question--admin summary ~ * {
  border-top: 1px solid #e8e8e8;
  background-color: #f6f6f6;
  padding: 1rem;
}
.meeting-polls__question--admin summary ~ * a {
  text-decoration: underline;
  margin-bottom: 1rem;
  display: block;
}
.meeting-polls__question--admin summary ~ * > :first-child {
  font-weight: normal;
}
.meeting-polls__answer {
  display: flex;
  align-items: center;
}
.meeting-polls__answer--value {
  flex: 0 0 15%;
  font-weight: bold;
}
.meeting-polls__answer--bar {
  flex: 0 0 85%;
  height: 10px;
  overflow: hidden;
}
.meeting-polls__answer--bar > * {
  background-color: var(--primary);
  height: 100%;
  opacity: 0;
}
label + .meeting-polls__answer + label {
  margin-top: 1.5rem;
}
.meeting-polls__admin-label {
  background-color: #9675ce;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  padding: 1rem;
}
.meeting-polls__admin-action {
  border-top: 1px solid #e8e8e8;
  padding: 0.5rem 0;
  display: flex;
  align-items: center;
}
.meeting-polls__admin-action:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.meeting-polls__admin-action :first-child {
  flex: 0 0 40%;
}
.meeting-polls__admin-action :last-child {
  flex: 0 0 60%;
}

.meeting-polls__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #f4f4f4;
  border: 1px solid #e8e8e8;
}
.meeting-polls__button {
  background-color: #fff;
  font-weight: 600;
}
.meeting-polls__button.is-open {
  background-color: var(--primary);
  color: #fff;
}
.meeting-polls__button + .meeting-polls__button {
  margin-left: 0.25rem;
}
.meeting-polls__close {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 2rem;
  cursor: pointer;
}
.meeting-polls__close a {
  display: flex;
  align-items: baseline;
}
.meeting-polls__close span {
  font-size: 2em;
  margin-left: 0.5rem;
  line-height: 0.5;
}
.meeting-polls__close svg {
  margin-left: 0.2rem;
}

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

.ss-main {
  position: relative;
  display: inline-block;
  user-select: none;
  color: #666;
  width: 100%;
}

.ss-main .ss-single-selected {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}

.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}

.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ss-main .ss-single-selected .placeholder {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: calc(100% - 30px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ss-main .ss-single-selected .placeholder * {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: #dedede;
}

.ss-main .ss-single-selected .ss-deselect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px 0 6px;
  font-weight: bold;
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none;
}

.ss-main .ss-single-selected .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px 0 6px;
}

.ss-main .ss-single-selected .ss-arrow span {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform 0.2s, margin 0.2s;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  transform: rotate(-135deg);
  margin: 3px 0 0 0;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  transform: rotate(45deg);
  margin: -3px 0 0 0;
}

.ss-main .ss-multi-selected {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  min-height: 30px;
  width: 100%;
  padding: 0 0 0 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}

.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ss-main .ss-multi-selected .ss-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1 1 100%;
  width: calc(100% - 30px);
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: flex;
  padding: 4px 5px;
  margin: 2px 0px;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-main .ss-multi-selected .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  font-size: 12px;
  padding: 3px 5px;
  margin: 3px 5px 3px 0px;
  color: #fff;
  background-color: #5897fb;
  border-radius: 4px;
  animation-name: scaleIn;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  animation-name: scaleOut;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer;
}

.ss-main .ss-multi-selected .ss-add {
  display: flex;
  flex: 0 1 3px;
  margin: 9px 12px 0 5px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666;
  position: relative;
  height: 10px;
  width: 2px;
  transition: transform 0.2s;
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  transform: rotate(45deg);
}

.ss-content {
  position: absolute;
  width: 100%;
  margin: -1px 0 0 0;
  box-sizing: border-box;
  border: solid 1px #dcdee2;
  z-index: 1010;
  background-color: #fff;
  transform-origin: center top;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  transform: scaleY(0);
}

.ss-content.ss-open {
  display: block;
  opacity: 1;
  transform: scaleY(1);
}

.ss-content .ss-search {
  display: flex;
  flex-direction: row;
  padding: 8px 8px 6px 8px;
}

.ss-content .ss-search.ss-hide {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.ss-content .ss-search.ss-hide input {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield;
}

.ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}

.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px #5897fb;
}

.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  box-sizing: border-box;
}

.ss-content .ss-addable {
  padding-top: 0px;
}

.ss-content .ss-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px 6px 10px;
  font-weight: bold;
}

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px;
}

.ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #fff;
  background-color: #5897fb;
}

.ss-content .ss-list .ss-option {
  padding: 6px 10px 6px 10px;
  cursor: pointer;
  user-select: none;
}

.ss-content .ss-list .ss-option * {
  display: inline-block;
}

.ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option.ss-highlighted {
  color: #fff;
  background-color: #5897fb;
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  color: #dedede;
  background-color: #fff;
}

.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  color: #666;
  background-color: rgba(88, 151, 251, 0.1);
}

.ss-content .ss-list .ss-option.ss-hide {
  display: none;
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c;
}

.ss-main.country-select .ss-single-selected {
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  border: 1px solid #e8e8e8;
  box-shadow: inset 0 1px 2px rgba(26, 24, 29, 0.1);
}
.ss-main.country-select .ss-single-selected .country-flag img,
.ss-main.country-select .ss-option .country-flag img {
  position: relative;
  display: inline-block;
  width: 1rem;
  margin: -0.1rem 0.5rem 0 0;
}

form input[type=number]::-webkit-outer-spin-button,
form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* css for decidim_admin_multi_factor */
.flex-digits {
  display: flex;
  justify-content: space-between;
}
.flex-digits .flex-digits-input {
  display: flex;
  flex: 0 0 auto;
}
.flex-digits .flex-digits-input input[type=number] {
  -moz-appearance: textfield;
}
.flex-digits .flex-digits-input input[type=number]::-webkit-outer-spin-button,
.flex-digits .flex-digits-input input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.flex-digits .flex-digits-input input {
  margin: 0 auto;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
}
@media print, screen and (min-width: 28.125em) {
  .flex-digits .flex-digits-input input {
    height: 3rem;
    width: 3rem;
  }
}

/* css for decidim_category_enhanced */ /* css for decidim_budget_category_voting */
.budget-category-voting .category_name {
  font-weight: normal;
  text-decoration: underline;
  padding-bottom: 1rem;
  text-underline-offset: 5px;
}
@media print, screen and (max-width: 28.12375em) {
  .budget-category-voting .category_name {
    font-size: 1.125em;
  }
}
.budget-category-voting .assigned {
  font-weight: 600;
}
@media print, screen and (max-width: 28.12375em) {
  .budget-category-voting .assigned {
    font-size: 1em;
  }
}
.budget-category-voting .criteria-not-met svg {
  fill: #cb3c29;
}
.budget-category-voting .criteria-met svg {
  fill: #57d685;
}
.budget-category-voting .criteria-inline {
  font-size: 0.875rem;
}
.budget-category-voting .criteria-not-met,
.budget-category-voting .criteria-met {
  font-weight: 600;
  margin-bottom: 0;
  font-style: italic;
}
.budget-category-voting .criteria-not-met svg,
.budget-category-voting .criteria-met svg {
  margin-left: 5px;
}

/* css for decidim_budgets_booth */
#voting-help .reveal__header,
#thanks-message .reveal__header {
  border: hidden;
}
#voting-help .reveal__header .subtitle,
#thanks-message .reveal__header .subtitle {
  font-size: 1.2rem;
}
@media print, screen and (max-width: 49.99875em) {
  #voting-help .voting-help-item,
  #thanks-message .voting-help-item {
    margin: 1rem 0;
  }
}
#voting-help .voting-help-item .circle,
#thanks-message .voting-help-item .circle {
  display: block;
  position: relative;
  border: 2px solid #919191;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  left: 10px;
}
#voting-help .voting-help-item .circle.active,
#thanks-message .voting-help-item .circle.active {
  fill: #1a181d;
  border: 4px solid #1a181d;
}
#voting-help .voting-help-item .circle.active svg,
#thanks-message .voting-help-item .circle.active svg {
  fill: #1a181d;
}
@media print, screen and (max-width: 49.99875em) {
  #voting-help .voting-help-item .circle,
  #thanks-message .voting-help-item .circle {
    left: 20%;
  }
}
#voting-help .voting-help-item .circle svg,
#thanks-message .voting-help-item .circle svg {
  display: block;
  position: relative;
  fill: #919191;
  top: 23px;
  left: 22px;
  width: 100px;
  height: 100px;
}
#voting-help .voting-help-item .help-description,
#thanks-message .voting-help-item .help-description {
  margin-top: 0.5rem;
  font-size: 1.2rem;
  color: #919191;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
#voting-help .voting-help-item .help-description span.strong,
#thanks-message .voting-help-item .help-description span.strong {
  font-weight: 800;
}
#voting-help .voting-help-item .help-description.active,
#thanks-message .voting-help-item .help-description.active {
  color: #1a181d;
}
#voting-help .card.card--secondary .filters__section:first-child, #voting-help .card--secondary.comment-thread .filters__section:first-child, #voting-help .card--secondary.add-message .filters__section:first-child, #voting-help .conference-speaker .card--secondary.speaker-bio .filters__section:first-child, .conference-speaker #voting-help .card--secondary.speaker-bio .filters__section:first-child, #voting-help .card--secondary.conference-registration .filters__section:first-child, #voting-help .card--secondary.chart-tooltip .filters__section:first-child, #voting-help .card.card--secondary .filters__section--general:first-child, #voting-help .card--secondary.comment-thread .filters__section--general:first-child, #voting-help .card--secondary.add-message .filters__section--general:first-child, #voting-help .conference-speaker .card--secondary.speaker-bio .filters__section--general:first-child, .conference-speaker #voting-help .card--secondary.speaker-bio .filters__section--general:first-child, #voting-help .card--secondary.conference-registration .filters__section--general:first-child, #voting-help .card--secondary.chart-tooltip .filters__section--general:first-child,
#thanks-message .card.card--secondary .filters__section:first-child,
#thanks-message .card--secondary.comment-thread .filters__section:first-child,
#thanks-message .card--secondary.add-message .filters__section:first-child,
#thanks-message .conference-speaker .card--secondary.speaker-bio .filters__section:first-child,
.conference-speaker #thanks-message .card--secondary.speaker-bio .filters__section:first-child,
#thanks-message .card--secondary.conference-registration .filters__section:first-child,
#thanks-message .card--secondary.chart-tooltip .filters__section:first-child,
#thanks-message .card.card--secondary .filters__section--general:first-child,
#thanks-message .card--secondary.comment-thread .filters__section--general:first-child,
#thanks-message .card--secondary.add-message .filters__section--general:first-child,
#thanks-message .conference-speaker .card--secondary.speaker-bio .filters__section--general:first-child,
.conference-speaker #thanks-message .card--secondary.speaker-bio .filters__section--general:first-child,
#thanks-message .card--secondary.conference-registration .filters__section--general:first-child,
#thanks-message .card--secondary.chart-tooltip .filters__section--general:first-child {
  display: none;
}
@media print, screen and (min-width: 40em) {
  #voting-help .card.card--secondary .filters__section:first-child, #voting-help .card--secondary.comment-thread .filters__section:first-child, #voting-help .card--secondary.add-message .filters__section:first-child, #voting-help .conference-speaker .card--secondary.speaker-bio .filters__section:first-child, .conference-speaker #voting-help .card--secondary.speaker-bio .filters__section:first-child, #voting-help .card--secondary.conference-registration .filters__section:first-child, #voting-help .card--secondary.chart-tooltip .filters__section:first-child, #voting-help .card.card--secondary .filters__section--general:first-child, #voting-help .card--secondary.comment-thread .filters__section--general:first-child, #voting-help .card--secondary.add-message .filters__section--general:first-child, #voting-help .conference-speaker .card--secondary.speaker-bio .filters__section--general:first-child, .conference-speaker #voting-help .card--secondary.speaker-bio .filters__section--general:first-child, #voting-help .card--secondary.conference-registration .filters__section--general:first-child, #voting-help .card--secondary.chart-tooltip .filters__section--general:first-child,
  #thanks-message .card.card--secondary .filters__section:first-child,
  #thanks-message .card--secondary.comment-thread .filters__section:first-child,
  #thanks-message .card--secondary.add-message .filters__section:first-child,
  #thanks-message .conference-speaker .card--secondary.speaker-bio .filters__section:first-child,
  .conference-speaker #thanks-message .card--secondary.speaker-bio .filters__section:first-child,
  #thanks-message .card--secondary.conference-registration .filters__section:first-child,
  #thanks-message .card--secondary.chart-tooltip .filters__section:first-child,
  #thanks-message .card.card--secondary .filters__section--general:first-child,
  #thanks-message .card--secondary.comment-thread .filters__section--general:first-child,
  #thanks-message .card--secondary.add-message .filters__section--general:first-child,
  #thanks-message .conference-speaker .card--secondary.speaker-bio .filters__section--general:first-child,
  .conference-speaker #thanks-message .card--secondary.speaker-bio .filters__section--general:first-child,
  #thanks-message .card--secondary.conference-registration .filters__section--general:first-child,
  #thanks-message .card--secondary.chart-tooltip .filters__section--general:first-child {
    display: block;
  }
}

.card--list__icon {
  margin-right: 0;
}

.budget-summary__progressbox--fixed {
  padding: 0.5rem 2rem 1rem;
}
@media print, screen and (min-width: 50em) {
  .budget-summary__progressbox--fixed {
    padding: 1rem 4rem;
  }
}

.spaced-bottom {
  margin-bottom: 0.3rem;
}

@media print, screen and (max-width: 49.99875em) {
  .budget-list__item {
    margin-bottom: 2rem;
    display: block;
  }
}
.budget-list__data {
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}
@media print, screen and (max-width: 49.99875em) {
  .flex-column {
    flex-direction: column;
  }
}

.card.budget-summary, .budget-summary.comment-thread, .budget-summary.add-message, .conference-speaker .budget-summary.speaker-bio, .budget-summary.conference-registration, .budget-summary.chart-tooltip {
  display: flex;
  flex-direction: column;
}
.card.budget-summary a, .budget-summary.comment-thread a, .budget-summary.add-message a, .conference-speaker .budget-summary.speaker-bio a, .budget-summary.conference-registration a, .budget-summary.chart-tooltip a {
  margin: 1rem 0 0;
}

.customized-budget {
  margin: auto;
}

.font-customizer h2,
.font-customizer h3 {
  font-size: 1.1rem;
}

.voted-budget {
  filter: grayscale(100%);
}

.flex-digits {
  display: flex;
  justify-content: space-between;
}
.flex-digits .flex-digits-input {
  display: flex;
  flex: 0 0 auto;
}
.flex-digits .flex-digits-input input {
  margin: 0 auto;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
}
@media print, screen and (min-width: 28.125em) {
  .flex-digits .flex-digits-input input {
    height: 3rem;
    width: 3rem;
  }
}

.zip-code-errors .form-error {
  margin-top: 1rem;
}

.booth-zipcode.thumbnail {
  padding-right: 4px !important;
  padding-left: 4px !important;
}
.booth-zipcode.maximum-width {
  max-width: 430px;
}

#affirm-checkbox {
  margin-top: 1rem;
  font-weight: bold;
}

/* css for decidim_budgets_importer */
.conference--date {
  cursor: default;
}

/* css for decidim_emitter */
.emitter-header .card-data__item {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0px;
}
.emitter-header .card-data__item img {
  max-width: 60%;
}

.gallery-item {
  margin-bottom: 10px;
}

#galleryModal .orbit-next, #galleryModal .orbit-previous {
  background-color: rgba(26, 24, 29, 0.15);
}
#galleryModal .orbit-next:hover, #galleryModal .orbit-next:active, #galleryModal .orbit-next:focus, #galleryModal .orbit-previous:hover, #galleryModal .orbit-previous:active, #galleryModal .orbit-previous:focus {
  background-color: rgba(26, 24, 29, 0.5);
}
#galleryModal .orbit-controls svg {
  width: 1rem;
}
#galleryModal .orbit-controls svg path {
  stroke: #fff;
}

/* css for decidim_guest_meeting_registration */
.ss-main {
  position: relative;
  display: inline-block;
  user-select: none;
  color: #666;
  width: 100%;
}

.ss-main .ss-single-selected {
  display: flex;
  cursor: pointer;
  width: 100%;
  height: 30px;
  padding: 6px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}

.ss-main .ss-single-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}

.ss-main .ss-single-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ss-main .ss-single-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ss-main .ss-single-selected .placeholder {
  display: flex;
  flex: 1 1 100%;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
  width: calc(100% - 30px);
  line-height: 1em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ss-main .ss-single-selected .placeholder * {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: auto;
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
  color: #dedede;
}

.ss-main .ss-single-selected .ss-deselect {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px 0 6px;
  font-weight: bold;
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
  display: none;
}

.ss-main .ss-single-selected .ss-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: 0 1 auto;
  margin: 0 6px 0 6px;
}

.ss-main .ss-single-selected .ss-arrow span {
  border: solid #666;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transition: transform 0.2s, margin 0.2s;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
  transform: rotate(-135deg);
  margin: 3px 0 0 0;
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
  transform: rotate(45deg);
  margin: -3px 0 0 0;
}

.ss-main .ss-multi-selected {
  display: flex;
  flex-direction: row;
  cursor: pointer;
  min-height: 30px;
  width: 100%;
  padding: 0 0 0 3px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  box-sizing: border-box;
  transition: background-color 0.2s;
}

.ss-main .ss-multi-selected.ss-disabled {
  background-color: #dcdee2;
  cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
  color: #666;
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
  cursor: not-allowed;
}

.ss-main .ss-multi-selected.ss-open-above {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.ss-main .ss-multi-selected.ss-open-below {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.ss-main .ss-multi-selected .ss-values {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  flex: 1 1 100%;
  width: calc(100% - 30px);
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
  display: flex;
  padding: 4px 5px;
  margin: 2px 0px;
  line-height: 1em;
  align-items: center;
  width: 100%;
  color: #dedede;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@keyframes scaleIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleOut {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(0);
    opacity: 0;
  }
}
.ss-main .ss-multi-selected .ss-values .ss-value {
  display: flex;
  user-select: none;
  align-items: center;
  font-size: 12px;
  padding: 3px 5px;
  margin: 3px 5px 3px 0px;
  color: #fff;
  background-color: #5897fb;
  border-radius: 4px;
  animation-name: scaleIn;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
  animation-name: scaleOut;
  animation-duration: 0.2s;
  animation-timing-function: ease-out;
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
  margin: 0 0 0 5px;
  cursor: pointer;
}

.ss-main .ss-multi-selected .ss-add {
  display: flex;
  flex: 0 1 3px;
  margin: 9px 12px 0 5px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #666;
  position: relative;
  height: 10px;
  width: 2px;
  transition: transform 0.2s;
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
  background: #666;
  content: "";
  position: absolute;
  height: 2px;
  width: 10px;
  left: -4px;
  top: 4px;
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
  transform: rotate(45deg);
}

.ss-content {
  position: absolute;
  width: 100%;
  margin: -1px 0 0 0;
  box-sizing: border-box;
  border: solid 1px #dcdee2;
  z-index: 1010;
  background-color: #fff;
  transform-origin: center top;
  transition: transform 0.2s, opacity 0.2s;
  opacity: 0;
  transform: scaleY(0);
}

.ss-content.ss-open {
  display: block;
  opacity: 1;
  transform: scaleY(1);
}

.ss-content .ss-search {
  display: flex;
  flex-direction: row;
  padding: 8px 8px 6px 8px;
}

.ss-content .ss-search.ss-hide {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.ss-content .ss-search.ss-hide input {
  height: 0px;
  opacity: 0;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}

.ss-content .ss-search input {
  display: inline-flex;
  font-size: inherit;
  line-height: inherit;
  flex: 1 1 auto;
  width: 100%;
  min-width: 0px;
  height: 30px;
  padding: 6px 8px;
  margin: 0;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  background-color: #fff;
  outline: 0;
  text-align: left;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-appearance: textfield;
}

.ss-content .ss-search input::placeholder {
  color: #8a8a8a;
  vertical-align: middle;
}

.ss-content .ss-search input:focus {
  box-shadow: 0 0 5px #5897fb;
}

.ss-content .ss-search .ss-addable {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  flex: 0 0 30px;
  height: 30px;
  margin: 0 0 0 8px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  box-sizing: border-box;
}

.ss-content .ss-addable {
  padding-top: 0px;
}

.ss-content .ss-list {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
  padding: 6px 10px 6px 10px;
  font-weight: bold;
}

.ss-content .ss-list .ss-optgroup .ss-option {
  padding: 6px 6px 6px 25px;
}

.ss-content .ss-list .ss-optgroup-label-selectable {
  cursor: pointer;
}

.ss-content .ss-list .ss-optgroup-label-selectable:hover {
  color: #fff;
  background-color: #5897fb;
}

.ss-content .ss-list .ss-option {
  padding: 6px 10px 6px 10px;
  cursor: pointer;
  user-select: none;
}

.ss-content .ss-list .ss-option * {
  display: inline-block;
}

.ss-content .ss-list .ss-option:hover, .ss-content .ss-list .ss-option.ss-highlighted {
  color: #fff;
  background-color: #5897fb;
}

.ss-content .ss-list .ss-option.ss-disabled {
  cursor: not-allowed;
  color: #dedede;
  background-color: #fff;
}

.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
  color: #666;
  background-color: rgba(88, 151, 251, 0.1);
}

.ss-content .ss-list .ss-option.ss-hide {
  display: none;
}

.ss-content .ss-list .ss-option .ss-search-highlight {
  background-color: #fffb8c;
}

.ss-main.country-select {
  margin: 0 0 1rem;
}

.ss-main.country-select .ss-single-selected .country-flag,
.ss-content .ss-list .ss-option .country-flag {
  margin-right: 0.5rem;
}
.ss-main.country-select .ss-single-selected .country-flag img,
.ss-content .ss-list .ss-option .country-flag img {
  position: relative;
  display: inline-block;
  width: 1rem;
}

.ss-main.country-select .ss-single-selected {
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5;
  height: 2.4375rem;
  border: 1px solid #e8e8e8;
  box-shadow: inset 0 1px 2px rgba(26, 24, 29, 0.1);
}
.ss-main.country-select .ss-single-selected .placeholder {
  white-space: unset;
}
.ss-main.country-select .ss-single-selected .placeholder .country-flag {
  flex: 0 0 16px;
}
.ss-main.country-select .ss-single-selected .placeholder .country-flag img {
  width: 100%;
}
.ss-main.country-select .ss-single-selected .country-text {
  white-space: nowrap;
}

.half-signup-methods {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
}
@media print, screen and (min-width: 28.125em) {
  .half-signup-methods {
    flex-direction: row;
  }
}
.half-signup-methods .half-signup-methods-item {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  margin: 0 1rem;
  font-size: 1.6rem;
  text-align: center;
  align-self: center;
}
.half-signup-methods .half-signup-methods-item.half-signup-methods-item-or {
  margin: 1.5rem 0;
}
.half-signup-methods .half-signup-methods-item svg {
  width: 5rem;
  fill: currentColor;
}
@media print, screen and (min-width: 28.125em) {
  .half-signup-methods .half-signup-methods-item svg {
    width: 6rem;
  }
}
@media print, screen and (min-width: 28.125em) {
  .half-signup-methods .half-signup-methods-item .button-wrapper {
    margin-top: 1rem;
  }
}
.half-signup-methods .half-signup-methods-item .button, .half-signup-methods .half-signup-methods-item .meeting-polls__button {
  padding-left: 2rem;
  padding-right: 2rem;
}

.flex-digits {
  display: flex;
  justify-content: space-between;
}
.flex-digits .flex-digits-input {
  display: flex;
  flex: 0 0 auto;
}
.flex-digits .flex-digits-input input {
  margin: 0 auto;
  height: 2.5rem;
  width: 2.5rem;
  text-align: center;
}
@media print, screen and (min-width: 28.125em) {
  .flex-digits .flex-digits-input input {
    height: 3rem;
    width: 3rem;
  }
}

form input[type=number]::-webkit-outer-spin-button,
form input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.popularity {
  min-width: 100px;
  margin-top: 5px;
}

.popularity::before,
.popularity::after {
  display: table;
  content: " ";
}

.popularity::after {
  clear: both;
}

.popularity.extra__popularity {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.popularity__desc {
  color: #8c838a;
  font-size: 90%;
  padding-top: 0.3rem;
  display: block;
  clear: both;
}

.popularity__item {
  float: left;
  width: 18.4%;
  height: 4px;
  background-color: lightgrey;
  margin-left: 2%;
}

.popularity__item:first-of-type {
  margin-left: 0;
}

.popularity--level1 .popularity__item:first-of-type,
.popularity--level2 .popularity__item:first-of-type,
.popularity--level3 .popularity__item:first-of-type,
.popularity--level4 .popularity__item:first-of-type,
.popularity--level5 .popularity__item:first-of-type,
.popularity--level6 .popularity__item:first-of-type {
  background: #53c9c8;
}

.popularity--level2 .popularity__item:nth-of-type(2),
.popularity--level3 .popularity__item:nth-of-type(2),
.popularity--level4 .popularity__item:nth-of-type(2),
.popularity--level5 .popularity__item:nth-of-type(2),
.popularity--level6 .popularity__item:nth-of-type(2) {
  background: -webkit-linear-gradient(left, #53c9c8, #f9bc48);
  background: linear-gradient(to right, #53c9c8, #f9bc48);
}

.popularity--level3 .popularity__item:nth-of-type(3),
.popularity--level4 .popularity__item:nth-of-type(3),
.popularity--level5 .popularity__item:nth-of-type(3),
.popularity--level6 .popularity__item:nth-of-type(3) {
  background: #f9bc48;
}

.popularity--level4 .popularity__item:nth-of-type(4),
.popularity--level5 .popularity__item:nth-of-type(4),
.popularity--level6 .popularity__item:nth-of-type(4) {
  background: -webkit-linear-gradient(left, #f9bc48 50%, #f85a39);
  background: linear-gradient(to right, #f9bc48 50%, #f85a39);
}

.popularity--level5 .popularity__item:nth-of-type(5),
.popularity--level6 .popularity__item:nth-of-type(5) {
  background: #f85a39;
}

.initiative-statistics {
  margin-top: 25px;
}
.initiative-statistics .definition-data__item {
  flex-basis: 50%;
}
.initiative-statistics .definition-data__item:nth-child(odd) {
  border-right: 1px solid #e8e8e8;
}
.initiative-statistics .definition-data__item:nth-last-child(2) {
  border-bottom: none;
}

.committee_link {
  border: 1px solid lightgray;
  float: left;
  padding: 0.85em 1em;
  width: auto;
}

.invite-users-link {
  padding: 0.85em 1em;
}

#initiatives_type_remove_banner_image {
  display: none;
}

#initiatives_type_remove_banner_image + label {
  display: none;
}

.text-right {
  text-align: right !important;
}

.white-button {
  color: #599aa6;
  background: white;
}

.white-button:hover {
  color: #599aa6;
  background: white;
  font-weight: bold;
}

.ql-formats .ql-video {
  margin: 0;
}

.initiative-status {
  float: left;
  margin-right: 0.5rem;
}

.supports-list .author {
  margin-right: 15px;
}
.supports-list .author .author__name {
  color: #599aa6;
}

.initiative-authors {
  padding-left: 0 !important;
}
.initiative-authors .publish-date {
  display: inline-block;
  margin-left: -10px;
}
.initiative-authors .author {
  margin-right: 15px;
}
.initiative-authors .author__avatar--small {
  margin-left: 0 !important;
}
.initiative-authors .author__name {
  margin-left: 25px;
}

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

.legal_text {
  font-size: 8pt;
}

.progress__bar--horizontal:last-of-type {
  margin-bottom: 1.5rem;
}

fieldset {
  padding: 0.5em;
  margin-bottom: 1em;
}

/* Application Overrides --------- */
table.body th.decidim-bar,
table.body td.decidim-bar {
  background-color: #fefefe !important;
}

.cityhall-bar {
  background-color: #fefefe !important;
}

.main-footer,
.mini-footer {
  color: #e8e8e8;
}
.main-footer a,
.mini-footer a {
  color: #828282;
}
.main-footer a:hover,
.mini-footer a:hover {
  color: #b5b5b5;
  text-decoration: underline;
}
.main-footer a:focus,
.mini-footer a:focus {
  outline-color: var(--highlight-alternative);
}

.main-footer {
  position: relative;
  padding: 1rem 0;
  min-height: 76px;
  background-color: #0a0a0a;
}

.main-footer__badge {
  display: block;
  width: 140px;
  text-align: center;
}
@media print, screen and (min-width: 64em) {
  .main-footer__badge {
    position: absolute;
  }
}

@media print, screen and (min-width: 64em) {
  .main-footer__badge {
    position: relative;
    text-align: left;
  }
}
.main__footer__nav {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .main__footer__nav {
    text-align: left;
  }
}
@media print, screen and (min-width: 64em) {
  .main__footer__nav {
    text-align: center;
  }
}

.footer-nav {
  list-style: none;
  padding-top: 0.5rem;
  margin: 0 0 0 -1rem;
}
.footer-nav li {
  display: inline-block;
  padding: 0 1rem;
}
@media print, screen and (min-width: 64em) {
  .footer-nav {
    margin-left: 0;
  }
}

.main__footer__social {
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .main__footer__social {
    text-align: right;
  }
}

.footer-social {
  list-style: none;
  padding-top: 0.5rem;
  margin: 0;
}
.footer-social li {
  display: inline-block;
  padding-left: 1rem;
}
.footer-social li:first-child {
  padding-left: 0;
}

.footer-social__icon .icon {
  width: 16px;
  height: 16px;
}

.mini-footer {
  background-color: #0a0a0a;
  padding: 1rem 0;
}

.mini-footer .row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mini-footer .row .decidim-logo {
  display: flex;
  flex-grow: 0;
  width: auto;
  margin: 0 0.5rem;
}
.mini-footer .row img {
  height: 1rem;
  margin-top: -0.25rem;
}
.mini-footer .row .mf-text {
  font-size: 80%;
  line-height: 1rem;
}
.mini-footer .row .mf-text a {
  font-weight: 600;
}
.mini-footer .row .mf-text a:hover {
  color: white;
}

.social-register > .text-center > a.primary.external-link-container {
  color: #002057;
}

.social-register > .text-center a.button--france_connect > img {
  height: 60px;
  width: 228px;
}

.social-register > .text-center a.button--france_connect > img:hover {
  filter: brightness(165%);
}

a.button--france_connect {
  display: block;
}

a[title="Find out more about cookies"] {
  color: #000000;
  text-decoration: underline;
}

.docs__container button {
  text-align: left;
}

/*# sourceMappingURL=decidim_core-b1bc225a.css.map*/