
@import url(//fonts.googleapis.com/css?family=Bitter:400,700);
@import url(//fonts.googleapis.com/css?family=Titillium+Web:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Mono:400,700);
@import url(//fonts.googleapis.com/css?family=Bitter:400,700);
@import url(//fonts.googleapis.com/css?family=Titillium+Web:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Mono:400,700);
/*
  http://meyerweb.com/eric/tools/css/reset/
  v.20 | 20110126
  License: none (public domain)
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* html5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* form elements should inherit font */
input,
select,
textarea,
button {
  font: inherit;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

html {
  font: normal normal normal 62.5%/1.5 "Titillium Web", sans-serif;
}

body {
  background: rgb(31, 39, 57);
  color: rgb(174.6585365854, 174, 173.3414634146);
  font-size: 1.4rem;
}

h1,
h2,
h3,
h4 {
  color: rgb(249, 90, 97);
}

h1 {
  font-size: 3.4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.6rem;
}

h4 {
  font-size: 2.2rem;
}

h5 {
  color: rgb(113.7954545455, 133.6136363636, 178.2045454545);
  font-size: 1.8rem;
  font-weight: bold;
}

h6 {
  font-size: 1.4rem;
}

a {
  color: rgb(77, 195, 250);
  text-decoration: none;
}
a:hover {
  color: rgb(113.7954545455, 133.6136363636, 178.2045454545);
}

code,
pre {
  font-family: "Roboto Mono", monospace;
}

strong {
  font-weight: bold;
}

.site-wrapper {
  display: grid;
  grid-column-gap: 2rem;
  grid-template-areas: "header header header" ". content ." "footer footer footer";
  grid-template-columns: 1.5fr 9fr 1.5fr;
  grid-template-rows: 10rem 1fr 20rem;
  min-height: 100vh;
}

.site-content {
  grid-area: content;
  margin-top: 0.5rem;
}

.site-header {
  align-items: center;
  background: rgb(31, 39, 57);
  border-bottom: 0.5rem solid rgb(48.9659090909, 61.6022727273, 90.0340909091);
  display: flex;
  grid-area: header;
  padding: 1rem;
}

.site-header-brand {
  flex-grow: 1;
}

.site-header-nav {
  flex-grow: 2;
  font-family: "Bitter", serif;
  font-size: 2rem;
  text-transform: lowercase;
}
.site-header-nav > ul {
  display: flex;
  justify-content: flex-end;
}
.site-header-nav > ul > li {
  padding: 1rem;
}

.site-footer {
  align-items: center;
  background: rgb(31, 39, 57);
  border-top: 0.1rem solid rgb(113.7954545455, 133.6136363636, 178.2045454545);
  display: flex;
  font-family: "Bitter", serif;
  grid-area: footer;
  justify-content: space-between;
  padding: 1rem;
}

.site-footer-info {
  flex-grow: 1;
}

.site-footer-nav {
  flex-grow: 2;
}
.site-footer-nav > ul {
  display: flex;
  flex-flow: row wrap;
}
.site-footer-nav > ul > li {
  flex: 1 0 25%;
  max-width: 25%;
  padding: 1rem;
}

.button {
  background: rgb(39.9829545455, 50.3011363636, 73.5170454545);
  border: 0;
  color: rgb(77, 195, 250);
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  outline: none;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  transition: all 0.5s linear;
}
.button:active, .button:focus, .button:hover {
  background: rgb(77, 195, 250);
  color: rgb(31, 39, 57);
}
.button:disabled {
  background: rgb(174.6585365854, 174, 173.3414634146);
  color: rgb(149.3658536585, 148.5, 147.6341463415);
  pointer-events: none;
  opacity: 0.7;
}

.tags {
  display: flex;
  flex-wrap: wrap;
}
.tags .tag {
  border-color: rgb(124, 123, 122);
  border-radius: 15px;
  border-style: solid;
  border-width: 2px;
  font-family: "Titillium Web", sans-serif;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 2px 4px;
  padding: 0 6px;
  text-transform: none;
}
.tags .tag:hover {
  border-color: rgb(77, 195, 250);
}
.tags .tag-is-enabled {
  border-color: rgb(77, 195, 250);
  color: rgb(77, 195, 250);
}
.tags .tag-is-new {
  border-style: dotted;
}
.tags .tag-clickable {
  cursor: pointer;
}

.margin-top {
  margin-top: 10px;
}

.cookie-banner {
  border-top: rgb(249, 90, 97) 0.3rem solid;
  bottom: 0;
  display: none;
  position: fixed;
  width: 100%;
  z-index: 1;
}

.cookie-banner-text {
  background-color: rgb(31, 39, 57);
  padding: 1rem;
  text-align: center;
}

.comment-seperator {
  border-top: 0.2rem solid rgba(249, 90, 97, 0.2);
  padding: 0 1rem;
}
.comment-seperator:hover {
  border-top: 0.2rem solid rgb(249, 90, 97);
}

.comment-gap:not(:first-child) {
  margin-top: 0.5rem;
}

.brand {
  font-family: "Bitter", serif;
  text-transform: lowercase;
}

.brand-wrapper {
  float: left;
  text-align: center;
}

.brand-logo {
  color: rgb(249, 90, 97);
  font-weight: bold;
}
.brand-logo::before {
  color: rgb(77, 195, 250);
  content: "{ ";
}
.brand-logo::after {
  color: rgb(77, 195, 250);
  content: " }";
}
.brand-logo a,
.brand-logo a:hover {
  color: inherit;
}

.toast {
  background-color: rgb(124, 123, 122);
  color: hsl(30, 0.8130081301%, -1.7647058824%);
  border-left: 0.5rem solid;
  margin-top: 1rem;
  padding: 1rem;
}
.toast.toast-alert {
  background-color: rgb(255, 246, 191);
  color: rgb(191, 164.140625, 0);
}
.toast.toast-notice {
  background-color: rgb(229, 237, 248);
  color: rgb(47.0909090909, 100.9090909091, 174.9090909091);
}
.toast.toast-error {
  background-color: rgb(251, 227, 228);
  color: rgb(195.125, 27.875, 34.84375);
}
.toast.toast-success {
  background-color: rgb(230, 239, 194);
  color: rgb(120.2077922078, 141.012987013, 36.987012987);
}

.panel {
  display: flex;
  flex-flow: row wrap;
}
.panel-item {
  flex: 1 0 25%;
  margin-bottom: 0.5rem;
  max-width: 25%;
  padding: 0.2rem;
}

.item-label {
  font-size: 1.2rem;
  font-weight: bold;
  text-transform: uppercase;
}

.badge {
  border-radius: 0.3rem;
  font-size: x-small;
  font-weight: 600;
  padding: 0.2rem 0.4rem;
}
.badge-unassigned {
  border: solid rgb(113.7954545455, 133.6136363636, 178.2045454545) 0.1rem;
  color: rgb(113.7954545455, 133.6136363636, 178.2045454545);
}
.badge-assigned {
  border: solid rgb(176.2131147541, 228.4426229508, 252.7868852459) 0.1rem;
  color: rgb(176.2131147541, 228.4426229508, 252.7868852459);
}
.badge-completed {
  border: solid rgb(196.8831168831, 217.8051948052, 113.1948051948) 0.1rem;
  color: rgb(196.8831168831, 217.8051948052, 113.1948051948);
}
.badge-closed {
  border: solid rgb(72.5853658537, 72, 71.4146341463) 0.1rem;
  color: rgb(72.5853658537, 72, 71.4146341463);
}

.collection {
  display: flex;
  flex-direction: column;
}
.collection.is-left-positioned {
  flex-flow: row wrap;
}
.collection.is-right-positioned {
  flex-flow: row-reverse wrap;
}
.collection.is-left-positioned .collection-filter, .collection.is-right-positioned .collection-filter {
  flex-basis: 20%;
}
.collection.is-left-positioned .collection-content, .collection.is-right-positioned .collection-content {
  flex-basis: 80%;
}
.collection.is-left-positioned > .filter {
  padding-right: 0.5rem;
}
.collection.is-right-positioned > .filter {
  padding-left: 0.5rem;
}

.collection-filter,
.collection-content,
.collection-pagination {
  flex-grow: 1;
}

.records.is-striped > .record:nth-child(even) {
  background: rgb(48.9659090909, 61.6022727273, 90.0340909091);
}

.record {
  background: rgb(39.9829545455, 50.3011363636, 73.5170454545);
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 0.3rem;
}

.record-content {
  flex: 1;
}
.record-content .record-header,
.record-content .record-body,
.record-content .record-footer {
  padding: 0.3rem 0.5rem;
}

.record-actions {
  border-left: rgb(31, 39, 57) solid 0.3rem;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
.record-actions.is-horizontal {
  flex-flow: row nowrap;
}

.record-action a {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
  justify-content: center;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  transition: background-color 0.5s linear, color 0.5s linear;
}
.record-action a:active, .record-action a:focus, .record-action a:hover {
  background-color: rgb(77, 195, 250);
  color: rgb(31, 39, 57);
}

.list-horizontal > li {
  display: inline;
}
.list-horizontal > li:not(:first-child)::before {
  content: "⸱";
  font-weight: bold;
  padding: 0 0.3rem;
}

.modal {
  background-color: rgb(31, 39, 57);
  background-color: rgba(31, 39, 57, 0.4);
  display: none;
  height: 100%;
  left: 0;
  overflow: auto;
  padding-top: 5rem;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

.modal-content {
  background-color: rgb(48.9659090909, 61.6022727273, 90.0340909091);
  height: fit-content;
  margin: auto;
  width: fit-content;
}
.modal-content .modal-header {
  align-content: center;
  border-bottom: rgb(249, 90, 97) solid 0.2rem;
  display: flex;
  flex-flow: row nowrap;
  font-size: 2.6rem;
  font-weight: bold;
  justify-content: space-between;
  padding: 1rem;
}
.modal-content .modal-body {
  padding: 0;
}
.modal-content .modal-body iframe {
  height: 80vh;
  width: 70vw;
}
.modal-content .modal-body img {
  max-height: 80vh;
  display: block;
  margin: auto auto;
  width: 50%;
}
.modal-content .modal-body .invalid-content {
  font-size: medium;
  font-weight: 900;
  padding: 6rem;
  text-align: center;
}
.modal-content .modal-footer {
  padding: 0;
}
.modal-content .modal-close {
  margin-left: 8rem;
  color: rgb(77, 195, 250);
  font-weight: bold;
}
.modal-content .modal-close:hover, .modal-content .modal-close:focus {
  color: rgb(113.7954545455, 133.6136363636, 178.2045454545);
  cursor: pointer;
  text-decoration: none;
}

.pagination {
  display: flex;
  font-size: 1.2rem;
  font-weight: bold;
}
.pagination a,
.pagination span {
  display: inline-block;
  padding: 0.5rem 1.2rem;
}
.pagination a {
  background: rgb(39.9829545455, 50.3011363636, 73.5170454545);
  color: rgb(77, 195, 250);
  cursor: pointer;
  transition: all 0.5s linear;
}
.pagination a:active, .pagination a:focus, .pagination a:hover {
  background: rgb(77, 195, 250);
  color: rgb(31, 39, 57);
}
.pagination .disabled {
  background-color: rgb(124, 123, 122);
  color: rgb(72.5853658537, 72, 71.4146341463);
}
.pagination .current {
  background: rgb(113.7954545455, 133.6136363636, 178.2045454545);
  color: rgb(31, 39, 57);
  cursor: default;
}

select, textarea, input {
  background: rgb(31, 39, 57);
  border: 0;
  color: rgb(174.6585365854, 174, 173.3414634146);
  outline: none;
  padding: 0.2rem 0.3rem;
  transition: all 0.5s linear;
}

.field-with-errors {
  display: flex;
  flex-flow: inherit;
}

label {
  font-size: 1rem;
  padding-left: 0.2rem;
  text-transform: uppercase;
}

.group-label {
  font-weight: bold;
  padding-bottom: 0.4rem;
  text-align: right;
  text-transform: uppercase;
}

input {
  border-bottom: 0.2rem solid rgba(249, 90, 97, 0.2);
}
input:focus {
  border-bottom: 0.2rem solid rgb(249, 90, 97);
}

textarea {
  border: 0.2rem solid rgba(249, 90, 97, 0.2);
}
textarea:focus {
  border: 0.2rem solid rgb(249, 90, 97);
}

select {
  border-bottom: 0.2rem solid rgba(249, 90, 97, 0.2);
}
select:focus {
  border-bottom: 0.2rem solid rgb(249, 90, 97);
}

.table.is-striped tbody tr:nth-child(odd):not(.group-header), .feed__item:nth-child(odd) {
  background: rgb(39.9829545455, 50.3011363636, 73.5170454545);
}
.table.is-striped tbody tr:nth-child(even):not(.group-header), .feed__item:nth-child(even) {
  background: rgb(48.9659090909, 61.6022727273, 90.0340909091);
}

.table {
  border-collapse: collapse;
  font-size: 1.2rem;
  margin-bottom: 1rem;
  width: 100%;
}
.table thead,
.table .table-group {
  background: rgba(249, 90, 97, 0.2);
}
.table thead th,
.table .table-group th {
  color: rgb(249, 90, 97);
  font-weight: bold;
}
.table tbody tr:not(.group-header) {
  background-color: rgb(39.9829545455, 50.3011363636, 73.5170454545);
}
.table th,
.table td {
  padding: 0.3rem 0.5rem;
  text-align: left;
}
.table th {
  border-bottom: 0.2rem solid rgb(31, 39, 57);
}
.table td {
  border: 0.2rem solid rgb(31, 39, 57);
}
.table td:first-child {
  border-left: 0;
}
.table td:last-child {
  border-right: 0;
}
.table .table-group .group-header {
  cursor: pointer;
}

.is-lefted {
  text-align: left !important;
}

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

.is-centered {
  text-align: center !important;
}

.is-justified {
  text-align: justify !important;
}

.is-small {
  flex: 1 0 25%;
  max-width: 25%;
}

.is-medium {
  flex: 1 0 50%;
  max-width: 50%;
}

.is-large {
  flex: 1 0 100%;
  max-width: 100%;
}

.flex-row {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
}

.justify-start {
  justify-content: start;
}

.justify-end {
  justify-content: end;
}

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

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

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

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

.flex {
  display: flex;
}

.row {
  flex-flow: row nowrap;
}

.column {
  flex-flow: column;
}

.grow {
  flex-grow: 1;
}

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

.px-1 {
  padding: 0 0.3rem !important;
}

.py-1 {
  padding: 0.3rem 0 !important;
}

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

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

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

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

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

.mx-1 {
  margin: 0 0.3rem !important;
}

.my-1 {
  margin: 0.3rem 0 !important;
}

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

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

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

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

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

.px-2 {
  padding: 0 0.5rem !important;
}

.py-2 {
  padding: 0.5rem 0 !important;
}

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

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

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

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

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

.mx-2 {
  margin: 0 0.5rem !important;
}

.my-2 {
  margin: 0.5rem 0 !important;
}

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

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

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

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

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

.px-3 {
  padding: 0 1rem !important;
}

.py-3 {
  padding: 1rem 0 !important;
}

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

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

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

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

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

.mx-3 {
  margin: 0 1rem !important;
}

.my-3 {
  margin: 1rem 0 !important;
}

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

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

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

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

.is-hidden, .hoverable-target,
.collapsed > ul {
  display: none;
}

.hoverable {
  cursor: pointer;
}
.hoverable:hover > .hoverable-target {
  display: inline-block;
}

.display-block {
  display: block;
}

body .buorg {
  animation: 1s ease-out 0s buorgfly;
  background-color: rgb(249, 90, 97);
  border-bottom: rgb(31, 39, 57);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  color: rgb(229, 237, 248);
  font: 14px "Titillium Web", sans-serif;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 111111;
}
@media only screen and (max-width: 700px) {
  body .buorg div {
    line-height: 1.3em;
    padding: 5px 12px 5px 9px;
  }
}
@keyframes buorgfly {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
body .buorg-fadeout {
  transition: visibility 0s 8.5s, opacity 8s ease-out 0.5s;
}
body .buorg-pad {
  background-color: rgb(31, 39, 57);
  line-height: 1.5em;
  margin-bottom: 5px;
  padding: 10px;
}
body .buorg-pad .buorg-icon {
  height: 22px;
  position: relative;
  top: -0.05em;
  vertical-align: middle;
  width: 26px;
}
body .buorg-pad .buorg-buttons {
  display: block;
  text-align: center;
}
body .buorg-pad #buorgig,
body .buorg-pad #buorgul,
body .buorg-pad #buorgpermanent {
  background: rgb(31, 39, 57);
  border-radius: 0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  color: rgb(77, 195, 250);
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  padding: 1px 5px;
  text-decoration: none;
  white-space: nowrap;
}
body .buorg-pad #buorgig {
  background-color: rgb(31, 39, 57);
}

/*
Trix 1.1.1
Copyright © 2019 Basecamp, LLC
http://trix-editor.org/

CSS customized for use with DevPortal
*/
.trix-container {
  padding: 10px;
}

trix-toolbar * {
  box-sizing: border-box;
}
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
trix-toolbar .trix-button-group {
  display: flex;
  margin-bottom: 10px;
}
trix-toolbar .trix-button-group:not(:first-child) {
  margin-left: 1.5vw;
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group:not(:first-child) {
    margin-left: 0;
  }
}
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}
trix-toolbar .trix-button {
  background: rgb(39.9829545455, 50.3011363636, 73.5170454545);
  border: 0;
  color: transparent;
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  outline: none;
  padding: 0.5rem 0.7rem;
  text-transform: uppercase;
  transition: all 0.5s linear;
}
trix-toolbar .trix-button:hover {
  background: rgb(77, 195, 250);
  color: transparent;
}
trix-toolbar .trix-button.trix-active {
  background: rgb(113.7954545455, 133.6136363636, 178.2045454545);
}
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-toolbar .trix-button:disabled {
  background-color: rgb(124, 123, 122);
  color: transparent;
}
trix-toolbar .trix-button--icon {
  color: transparent;
  font-size: inherit;
  max-width: calc(0.8em + 4vw);
  width: 2.6em;
}
trix-toolbar .trix-button--icon::before {
  background-image: none !important;
  color: rgb(77, 195, 250);
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-weight: 900;
  padding-left: 0.4rem;
  text-align: center;
}
trix-toolbar .trix-button--icon:hover::before {
  color: rgb(31, 39, 57);
}
trix-toolbar .trix-button--icon.trix-active::before {
  color: rgb(31, 39, 57);
  opacity: 0.9;
}
trix-toolbar .trix-button--icon:disabled::before {
  background-color: rgb(124, 123, 122);
  color: rgb(31, 39, 57);
  opacity: 0.4;
}
trix-toolbar .trix-button--icon-bold::before {
  content: "\f032";
}
trix-toolbar .trix-button--icon-italic::before {
  content: "\f033";
}
trix-toolbar .trix-button--icon-link::before {
  content: "\f0c1";
}
trix-toolbar .trix-button--icon-strike::before {
  content: "\f0cc";
}
trix-toolbar .trix-button--icon-quote::before {
  content: "\f10e";
}
trix-toolbar .trix-button--icon-heading-1::before {
  content: "\f1dc";
}
trix-toolbar .trix-button--icon-code::before {
  content: "\f121";
}
trix-toolbar .trix-button--icon-bullet-list::before {
  content: "\f0ca";
}
trix-toolbar .trix-button--icon-number-list::before {
  content: "\f0cb";
}
trix-toolbar .trix-button--icon-undo::before {
  content: "\f0e2";
}
trix-toolbar .trix-button--icon-redo::before {
  content: "\f01e";
}
trix-toolbar .trix-button--icon-decrease-nesting-level::before {
  content: "\f03b";
}
trix-toolbar .trix-button--icon-increase-nesting-level::before {
  content: "\f03c";
}
trix-toolbar .trix-button--icon-attach::before {
  content: "\f0c6";
}
trix-toolbar .trix-button--icon[data-trix-attribute=heading1] {
  display: none;
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button {
    letter-spacing: -0.01em;
    padding: 0 0.3em;
  }
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon {
    height: 2em;
    max-width: calc(0.8em + 3.5vw);
  }
}
@media (max-device-width: 768px) {
  trix-toolbar .trix-button--icon::before {
    left: 6%;
    right: 6%;
  }
}
trix-toolbar .trix-button--icon {
  opacity: 1;
}
trix-toolbar .trix-dialogs {
  position: relative;
}
trix-toolbar .trix-dialog {
  left: 1rem;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 1rem;
  z-index: 5;
}
trix-toolbar .trix-input--dialog {
  background: rgb(31, 39, 57);
  border: 0;
  border-bottom: 0.2rem solid rgba(249, 90, 97, 0.2);
  box-shadow: none;
  outline: none;
  padding: 0.2rem 0.3rem;
}
trix-toolbar .trix-input--dialog:focus {
  border-bottom: 0.2rem solid rgb(249, 90, 97);
}
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: rgb(251, 227, 228) 0 0 1.5px 1px;
  color: rgb(31, 39, 57);
}
trix-toolbar .trix-button--dialog {
  background: rgb(48.9659090909, 61.6022727273, 90.0340909091);
  border: 0;
  color: rgb(77, 195, 250);
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  outline: none;
  padding: 0.5rem 0.7rem;
  text-transform: uppercase;
  transition: all 0.5s linear;
}
trix-toolbar .trix-button--dialog:hover {
  background: rgb(77, 195, 250);
  color: rgb(31, 39, 57);
}
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}
trix-toolbar .trix-dialog__link-fields {
  align-items: baseline;
  display: flex;
}
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

trix-editor {
  border: 0.2rem solid rgba(249, 90, 97, 0.2);
  min-height: 10em;
}
trix-editor:focus {
  border: 0.2rem solid rgb(249, 90, 97);
}
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  user-select: none;
}
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection,
trix-editor [data-trix-mutable]::selection {
  background: none;
}
trix-editor [data-trix-mutable].attachment__caption-editor:focus::selection {
  background: highlight;
}
trix-editor [data-trix-mutable].attachment.attachment--file {
  border-color: transparent;
  box-shadow: 0 0 0 2px highlight;
}
trix-editor [data-trix-mutable].attachment img {
  box-shadow: 0 0 0 2px highlight;
}
trix-editor .attachment {
  position: relative;
}
trix-editor .attachment:hover {
  cursor: default;
}
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}
trix-editor .attachment__progress {
  height: 10px;
  left: 5%;
  opacity: 0.9;
  position: absolute;
  top: calc(50% - 10px);
  transition: opacity 200ms ease-in;
  width: 90%;
  z-index: 1;
}
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}
trix-editor .attachment__caption-editor {
  border: 0;
  color: inherit;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  outline: none;
  padding: 0;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
trix-editor .attachment__toolbar {
  left: 0;
  position: absolute;
  text-align: center;
  top: -0.9em;
  width: 100%;
  z-index: 1;
}
trix-editor .trix-button-group {
  display: inline-flex;
}
trix-editor .trix-button {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #666;
  float: left;
  font-size: 80%;
  margin: 0;
  outline: none;
  padding: 0 0.8em;
  position: relative;
  white-space: nowrap;
}
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}
trix-editor .trix-button--remove {
  background-color: rgb(48.9659090909, 61.6022727273, 90.0340909091);
  border: 2px solid highlight;
  border-radius: 50%;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
  color: transparent;
  display: inline-block;
  height: 2rem;
  line-height: 2rem;
  outline: none;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2rem;
}
trix-editor .trix-button--remove::before {
  color: rgb(31, 39, 57);
  content: "\f00d";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 1.4rem;
  font-weight: 900;
  opacity: 0.8;
  padding-left: 0.3rem;
}
trix-editor .trix-button--remove:hover {
  border-color: rgb(251, 227, 228);
}
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}
trix-editor .attachment__metadata-container {
  position: relative;
}
trix-editor .attachment__metadata {
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 0.8em;
  left: 50%;
  max-width: 90%;
  padding: 0.1em 0.6em;
  position: absolute;
  top: 2em;
  transform: translate(-50%, 0);
}
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

.trix-content {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}
.trix-content * {
  box-sizing: border-box;
}
.trix-content h1 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.trix-content em {
  font-style: italic;
}
.trix-content blockquote {
  border-left: 0.5em solid rgb(48.9659090909, 61.6022727273, 90.0340909091);
  margin: 0 0 0.3em 0.3em;
  padding: 0 0 0 0.6em;
}
.trix-content pre {
  background-color: rgb(48.9659090909, 61.6022727273, 90.0340909091);
  color: rgb(113.7954545455, 133.6136363636, 178.2045454545);
  display: inline-block;
  font-family: "Roboto Mono", monospace;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 0 0.4em 0.4em;
  overflow-x: auto;
  padding: 0.7em;
  vertical-align: top;
  white-space: pre;
  width: 100%;
}
.trix-content ul,
.trix-content ol,
.trix-content li {
  margin: 0;
  margin-left: 1.5rem;
  padding: 0;
}
.trix-content ul {
  list-style: square;
}
.trix-content ol {
  list-style: decimal;
}
.trix-content img {
  height: auto;
  max-width: 100%;
}
.trix-content .attachment {
  display: inline-block;
  margin: 0;
  max-width: 100%;
  padding: 0;
  position: relative;
}
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}
.trix-content .attachment a:hover, .trix-content .attachment a:visited:hover {
  color: inherit;
}
.trix-content .attachment__caption {
  padding: 0;
  text-align: center;
}
.trix-content .attachment__name + .attachment__size::before {
  content: " · ";
}
.trix-content .attachment--preview {
  text-align: center;
  width: 100%;
}
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}
.trix-content .attachment--file {
  border: 1px solid #bbb;
  border-radius: 5px;
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 0;
  padding: 0.4em 1em;
}
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  max-width: 33%;
  padding: 0 0.5em;
}
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
.trix-content action-text-attachment .attachment {
  max-width: 100% !important;
  padding: 0 !important;
}

.container {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
}
.container .main-content {
  flex-grow: 1;
  padding: 1rem;
}
.container .metadata {
  border-left: solid rgb(66.9318181818, 84.2045454545, 123.0681818182) 0.1rem;
  display: flex;
  flex-flow: column;
  padding: 1rem;
}
.container .metadata.metadata-left {
  border-left: 0;
  border-right: solid rgb(66.9318181818, 84.2045454545, 123.0681818182) 0.1rem;
  order: -1;
}

.task-nav {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 1rem 0;
}
.task-nav .actions {
  display: inline-flex;
}

.actions form {
  display: inline-flex;
}
.actions > .button {
  align-self: center;
  padding: 0.61rem 1rem;
}

sup,
sub {
  font-size: x-small;
  padding: 0 0.4rem;
}

.is-clickable {
  color: rgb(77, 195, 250);
  cursor: pointer;
  text-decoration: none;
}
.is-clickable:hover {
  color: rgb(113.7954545455, 133.6136363636, 178.2045454545);
}

.text-tertiary {
  color: rgb(77, 195, 250);
}

.text-xxsm {
  font-size: 0.4rem;
}

.text-xsm {
  font-size: 0.6rem;
}

.text-xsm {
  font-size: 0.8rem;
}

.text-sm {
  font-size: 1rem;
}

.text-md {
  font-size: 1.2rem;
}

.text-lg {
  font-size: 1.8rem;
}

.text-xl {
  font-size: 2.4rem;
}

.text-xxl {
  font-size: 3.6rem;
}

.text-xxxl {
  font-size: 4.2rem;
}

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

::-webkit-scrollbar {
  width: 1rem;
}

::-webkit-scrollbar-track {
  background: rgb(39.9829545455, 50.3011363636, 73.5170454545);
}

::-webkit-scrollbar-thumb {
  background: rgb(66.9318181818, 84.2045454545, 123.0681818182);
}
::-webkit-scrollbar-thumb:hover {
  background: rgb(113.7954545455, 133.6136363636, 178.2045454545);
}

::-webkit-scrollbar-button {
  background: rgb(77, 195, 250);
  height: 0.2rem;
}

.gravatar {
  padding: 0.5rem;
}

.feed__item:nth-child(odd) {
  background: rgb(39.9829545455, 50.3011363636, 73.5170454545);
}
.feed__item:nth-child(even) {
  background: rgb(48.9659090909, 61.6022727273, 90.0340909091);
}

.form {
  display: flex;
  flex-flow: row wrap;
}
.form .form-divider {
  flex: 1 0 100%;
  max-width: 100%;
}
.form .form-field {
  display: flex;
  flex: 1 0 25%;
  flex-flow: column nowrap;
  justify-content: space-between;
  margin-bottom: 1rem;
  max-width: 25%;
  padding: 0 0.5rem;
}
.form .form-field.is-medium {
  flex: 1 0 50%;
  max-width: 50%;
}
.form .form-field.is-large {
  flex: 1 0 100%;
  max-width: 100%;
}
.form .form-field.is-horizontal {
  align-items: flex-end;
  flex-flow: row nowrap;
  justify-content: flex-start;
}

.alert-box {
  border: 2px solid;
  margin: 5px 5px 10px;
  padding: 5px 10px;
}
.alert-box li {
  list-style-type: square;
  margin-left: 20px;
}

.level {
  align-items: center;
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 1rem;
}
.level__item {
  flex: 1 0 0;
}
.level__item--right {
  display: flex;
  justify-content: flex-end;
}

.menu__item {
  padding: 0.5rem;
}
.menu__item--inline {
  display: inline;
}
.menu__item--rtl {
  float: right;
}

.feed__item {
  display: grid;
  grid-template: 2fr 1fr/4.5fr 4.5fr 1fr;
  margin: 0 0 0.2rem;
}
.feed__summary, .feed__misc, .feed__time {
  align-items: center;
  display: flex;
  padding: 0 0.5rem;
}
.feed__misc, .feed__time {
  font-size: 1rem;
  text-transform: uppercase;
}
.feed__summary {
  grid-area: 1/1/span 1/span 2;
  white-space: pre;
}
.feed__summary--extend {
  grid-column: 1/span 3;
}
.feed__misc {
  grid-area: 2/1/span 1/span 1;
}
.feed__time {
  grid-area: 2/2/span 1/span 1;
  justify-content: flex-end;
}
.feed__time--extend {
  grid-column: 2/span 2;
}
.feed__dismiss {
  border-left: 0.2rem solid rgb(31, 39, 57);
  grid-area: 1/3/span 2/span 1;
}
.feed__dismiss-button {
  align-items: center;
  background: inherit;
  border: 0;
  color: rgb(77, 195, 250);
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  outline: none;
  transition: background-color 0.5s linear, color 0.5s linear;
  width: 100%;
}
.feed__dismiss-button:active, .feed__dismiss-button:focus, .feed__dismiss-button:hover {
  background-color: rgb(77, 195, 250);
  color: rgb(31, 39, 57);
}

.attribute-sector {
  margin-bottom: 20px;
}

.attribute-cluster {
  margin-bottom: 10px;
}
.attribute {
  margin-bottom: 5px;
}
.attribute .title {
  font-weight: bold;
  text-transform: uppercase;
}
.attribute .value {
  text-align: justify;
}
.attribute .value p {
  margin-bottom: 5px;
}

dl {
  margin: 10px 0;
}

dt {
  font-weight: bold;
}

dd i {
  width: 20px;
}

.actions li {
  float: right;
}

.tree li {
  margin-left: 10px;
}
.tree span.actions {
  font-size: 0.75rem;
  margin-left: 5px;
  text-transform: uppercase;
}
.tree span.actions a {
  padding-left: 5px;
}

.content-header .filter,
.sub-content-header .filter {
  margin-left: 10px;
}
.content-header .filter li,
.sub-content-header .filter li {
  display: inline;
  padding-right: 10px;
}

.content-nav {
  margin: 15px 0;
}
.content-nav::after {
  clear: both;
  content: "";
  display: block;
}

.live,
.late,
.early,
.open,
.fixed {
  font-weight: bold;
  text-transform: uppercase;
}

.live {
  color: rgb(154.6493506494, 181.4155844156, 47.5844155844);
}

.late {
  color: rgb(225.5, 48.5, 55.875);
}

.early {
  color: rgb(68.2727272727, 125.7272727273, 204.7272727273);
}

.open {
  color: rgb(255, 231.65625, 89);
}

.check {
  color: rgb(154.6493506494, 181.4155844156, 47.5844155844);
}

.times {
  color: rgb(225.5, 48.5, 55.875);
}

.split {
  display: flex;
  flex-flow: row wrap;
}
.split div {
  flex: 1 0 50%;
}
.split div:first-child {
  padding-right: 0.5rem;
}
.split div:last-child {
  padding-left: 0.5rem;
}

.help {
  cursor: help;
}
