.inherit a {
  color: inherit;
}

p {
  word-break: break-word;
  hyphens: auto;
}

a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  word-wrap: anywhere;
  cursor: pointer;
}

.dkmd a {
  color: rgb(165, 165, 165);
}

.dkmd a:hover {
  color: rgb(190.5, 190.5, 190.5);
}

.content__full-width {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.content__stretched {
  margin-left: calc(50% - 100vw);
  margin-right: calc(50% - 100vw);
}

/* Can be moved to ckeditor module later */
a.mention {
  background-color: rgb(208, 230, 245);
  padding: 2px 4px;
  border-radius: 5px;
}

.user_quick-settings--menu {
  background-color: #fff;
}

body.dkmd, body.dkmd.pushable, .dkmd .user_quick-settings--menu {
  background-color: rgb(43, 43, 43);
  color: rgb(244, 244, 244);
}

body {
  overflow-x: hidden;
  background-color: rgb(242, 242, 242);
  width: 100%;
}

body.pushable {
  background: rgb(242, 242, 242);
}

body.pushable > .pusher {
  background: inherit;
}

.max-width {
  max-width: 1400px;
}

.sticky-top {
  position: sticky !important;
  top: 0;
  z-index: 1;
}

.trim-link {
  display: inline-block;
  max-width: 450px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: bottom;
}

.highlight {
  outline: 2px solid rgb(47, 121, 187);
}

.menu-item--expanded .sub-menu {
  display: none;
}

.menu-item--expanded:hover > .sub-menu {
  display: block;
}

.ajax-progress,
.ajax-progress-throbber,
.ajax-progress-fullscreen {
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  z-index: 999999;
  text-indent: -99999em;
  float: right;
}

.ajax-progress-throbber:before,
.ajax-progress-fullscreen:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
  border-radius: 120px;
  border-width: 2px;
  border-style: solid;
  border-color: rgb(33, 133, 208) transparent rgb(33, 133, 208) transparent;
  overflow: hidden;
  margin: auto;
  position: absolute;
  top: 0;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.overflow-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#ffffff",GradientType=0 ); /* IE6-9 */
}

.dkmd .overflow-gradient {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7d7e7d+0,1b1c1d+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(125, 126, 125, 0) 0%, rgb(27, 28, 29) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(125, 126, 125, 0) 0%, rgb(27, 28, 29) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(125, 126, 125, 0) 0%, rgb(27, 28, 29) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007d7e7d", endColorstr="#1b1c1d",GradientType=0 ); /* IE6-9 */
}

.path-frontpage .pusher {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#258dc8+0,1e4f9e+100 */
  background: #000000; /* Old browsers */
  background: -moz-linear-gradient(top, #454545 0%, #000000 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #454545 0%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #454545 0%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#454545", endColorstr="#000000",GradientType=0 ); /* IE6-9 */
}

.form-type-radio input {
  float: left;
  margin-right: 10px;
}

form.user-login-form {
  position: absolute !important;
  left: 50%;
  top: 50%;
  min-width: 320px;
  transform: translate(-50%, -50%);
}

.field__label {
  padding: 0 0 10px;
}

.field.form-wrapper {
  margin: 0 0 10px;
}

.address {
  margin: 0;
}

.address-container-inline {
  display: flex;
}

.ui.form .field.address-container-inline .form-item {
  margin-right: 10px;
}

.form-item .description {
  color: rgb(153, 153, 153);
  margin: 5px 0 0px;
}

.address-container-inline .select2 {
  width: 200px !important;
}

.hover-options {
  visibility: hidden;
}

.hoverable-options:hover .hover-options {
  visibility: initial;
}

.fieldgroup {
  margin-bottom: 1em;
}

/**
  Checkbox Button
**/
.checkbox-btn label {
  padding: 10px 20px;
  text-align: center;
  border: 2px solid rgb(234, 122, 122);
  color: red !important;
}

.checkbox-btn input:checked + label {
  border: 2px solid gray;
  color: gray !important;
}

.checkbox-btn input {
  visibility: hidden;
}

/**
  Select 2
**/
.select2-dropdown {
  z-index: 10003;
  display: none;
}

.select2-container--open .select2-dropdown {
  display: initial;
  border-color: rgb(133, 183, 217) !important;
  box-shadow: 0 20px 25px -15px rgba(0, 0, 0, 0.34);
}

.select2-container--open .select2-dropdown--above {
  border-color: rgb(133, 183, 217) !important;
  box-shadow: 0 -20px 25px -15px rgba(0, 0, 0, 0.34);
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0 0 10px;
}

.dkmd .select2-dropdown {
  background-color: inherit;
  border: 1px solid rgb(85, 85, 85);
}

.select2-container--default .select2-selection--single .select2-selection__placeholder,
.ui.form .select2-selection ::placeholder {
  color: rgb(158, 158, 158);
  opacity: 0.5;
}

.form:not(.mini) .select2-container .select2-selection--single {
  height: 33.65px !important;
}

.form:not(.mini) .select2-selection__arrow {
  height: 33.65px !important;
}

.form:not(.mini) .select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: 3px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 31px !important;
  padding: inherit;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.select2-container--default .select2-selection--single {
  border: inherit;
  background: inherit;
}

.select2.select2-container--default {
  border: 1px solid rgb(221, 221, 221);
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  line-height: 0.88;
}

.views-exposed-form .select2.select2-container--default {
  min-width: 175px;
}

.dkmd .select2-container--default {
  background-color: rgb(43, 43, 43);
  border-color: rgba(255, 255, 255, 0.1);
}

.select2-container--default.select2-container--open {
  background-color: #fff;
  border-color: rgb(133, 183, 217);
  border-radius: 5;
  -webkit-box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
  box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
}

.select2-results__group {
  margin-top: 5px;
  border-top: 1px dashed rgb(153, 153, 153);
  border-bottom: 1px dashed rgb(153, 153, 153);
}

.dkmd .select2-results__group {
  border-top: 1px dashed rgb(119, 119, 119);
  border-bottom: 1px dashed rgb(119, 119, 119);
}

.dkmd .select2-container--default.select2-container--open {
  background-color: rgb(43, 43, 43);
  border-color: rgb(0, 0, 0);
}

.dkmd .select2-results {
  color: rgb(244, 244, 244);
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: inherit;
  background-color: inherit;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgb(232, 232, 232);
  margin: 0;
  margin-top: 2px;
  border: 1px solid rgb(200, 200, 200);
  margin-top: 0;
  padding: 3px 5px;
  display: flex;
}

.dkmd .select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: rgb(238, 238, 238);
  color: #000;
}

.dkmd .select2-container--default .select2-selection--multiple .select2-selection__choice:hover {
  background-color: rgb(244, 244, 244);
}

.dkmd .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: rgb(119, 119, 119);
}

.dkmd .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: inherit;
}

.select2-selection--multiple:before {
  content: "";
  position: absolute;
  right: 7px;
  top: 42%;
  border-top: 5px solid #888;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.select2-container--open .select2-selection--multiple:before {
  transform: rotate(180deg);
}

.select2-search__field {
  box-shadow: none !important;
  border: none !important;
  min-width: 50px;
  outline: none;
}

.dkmd .select2-search__field {
  background-color: rgb(43, 43, 43);
  color: rgb(244, 244, 244);
}

.left.icon .select2-container--default {
  padding-left: 2.67142857em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected] .description {
  background-color: rgb(0, 0, 0);
  color: #fff;
}

.select2-container--default .description {
  color: rgb(158, 158, 158);
  font-size: 12px;
  text-transform: capitalize;
}

.full-width-selection .select2-selection__choice {
  display: block !important;
  float: none !important;
  margin: 5px 10px !important;
}

/**
  Override for tachyons outline.
*/
.outline {
  outline: none;
}

.view-segment-label {
  position: absolute;
  top: -65px;
  right: 0;
}

table.views-view-table > tbody > tr:hover {
  background: rgb(244, 244, 244);
}

.dkmd table.views-view-table > tbody > tr:hover, .dkmd table.views-view-table thead {
  background: rgb(43, 43, 43);
}

table.views-view-table thead {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1;
}

.table-row-status-inactive {
  background-color: rgb(234, 122, 122);
}

.table-row-completed-true {
  background-color: #9EEBCF;
}

/*
.views-exposed-form.ui.form .select2-container .select2-selection--single .select2-selection__rendered {
  width: 160px;
}
*/
.views-exposed-form.ui.form .form-item {
  clear: none;
  margin: 0 5px 1em;
  float: left;
}

.views-exposed-form.ui.form .form-item input[type=text] {
  max-width: 175px;
}

.views-exposed-form.ui.form .form-item input[name=name__value],
.views-exposed-form.ui.form .form-item input[name=name] {
  max-width: 275px;
}

.views-exposed-form.ui.form .form-item.form-item-prospect-target-id .select2-container--default {
  min-width: 275px;
}

.views-exposed-form.ui.form .ui.button {
  margin-top: 5px;
}

.views-exposed-form.ui.form .form-actions {
  display: none;
}

.path-s .tabs:not(.secondary) {
  margin-left: 5px;
}

.block-local-tasks-block .tabs.secondary {
  background-color: #fff;
  padding: 10px;
  margin: 0 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-top: 2px solid rgb(0, 0, 0);
  border-left: 1px solid rgb(238, 238, 238);
  border-right: 1px solid rgb(238, 238, 238);
}

.block-local-tasks-block .tabs:not(.secondary) {
  margin-left: 5px;
}

.tabs {
  font-size: 13px;
  margin: 0;
  position: relative;
  z-index: 1;
  height: auto;
}

.tabs .item {
  display: inline-block;
  margin-right: 5px;
}

.tabs .item a:visited {
  color: rgb(119, 119, 119);
}

.tabs .item a {
  color: rgb(119, 119, 119);
  padding: 5px 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  display: block;
}

.tabs:not(.secondary) .item a.is-active {
  background-color: rgb(0, 0, 0);
  color: #fff;
}

.tabs:not(.secondary) .item a:not(.is-active):hover {
  color: rgb(51, 51, 51);
}

.tabs.secondary .item a.is-active {
  border-bottom: 2px solid #777;
}

.form-required::before {
  color: rgb(234, 122, 122);
  content: "*";
  font-size: 20px;
  position: absolute;
  left: -10px;
  top: 0px;
}

.field__item {
  color: gray;
}

.dkmd .field__item {
  color: rgb(153, 153, 153);
}

.fieldset-legend.form-required {
  position: relative;
  float: left;
}

.radio-buttons .form-radio,
.checkbox-buttons .form-checkbox,
.checkbox-button .form-checkbox {
  display: none;
}

.radio-buttons .form-radio:checked + label,
.checkbox-buttons .form-checkbox:checked + label {
  color: #fff;
  background-color: rgb(0, 0, 0);
}

.radio-buttons .ui.button,
.checkbox-buttons .ui.button {
  padding: 0;
}

.radio-buttons .option,
.checkbox-buttons .option {
  width: 100%;
  height: 100%;
  display: block;
  padding: 10px;
  cursor: pointer;
  font-weight: normal !important;
}

.required legend {
  width: auto;
  border-bottom: none;
  margin-bottom: none;
}

.sticky-actions {
  position: sticky !important;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 15px !important;
}

.sticky-actions .form-actions {
  display: flex;
  margin-top: 0 !important;
}

.sticky-actions .form-actions .form-submit {
  flex-grow: 0.1;
}

.form-sidebar {
  background-color: rgb(244, 244, 244);
}

.dkmd .form-sidebar {
  background-color: rgb(43, 43, 43);
}

.ui-menu .ui-menu-item-wrapper {
  padding: 10px 20px;
  display: block;
}

a.tabledrag-handle .handle {
  height: 20px;
  width: auto;
  background: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="grip-lines-vertical" class="svg-inline--fa fa-grip-lines-vertical fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="rgb(244, 244, 244)" d="M96 496V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm128 0V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16z"></path></svg>');
  background-repeat: no-repeat;
  margin: auto;
}

a.tabledrag-handle:hover .handle, a.tabledrag-handle:focus .handle {
  background-image: url('data:image/svg+xml;utf8,<svg aria-hidden="true" focusable="false" data-prefix="fas" data-icon="grip-lines-vertical" class="svg-inline--fa fa-grip-lines-vertical fa-w-8" role="img" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 512"><path fill="rgb(143,143,143)" d="M96 496V16c0-8.8-7.2-16-16-16H48c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16zm128 0V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v480c0 8.8 7.2 16 16 16h32c8.8 0 16-7.2 16-16z"></path></svg>');
}

.tabledrag-toggle-weight-wrapper {
  display: none;
}

.field-multiple-drag {
  max-width: 0px;
}

.ui.button.table-add {
  font-size: 12px !important;
}

.ui.table > tr > td.field-multiple-drag {
  padding: 20px 0 10px;
}

.tabledrag-toggle-weight-wrapper {
  position: absolute;
  right: 0;
}

.full-draggable .draggable a.tabledrag-handle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.full-draggable .warning.tabledrag-changed {
  position: absolute;
  top: 0;
  color: orange;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: rgb(255, 239, 209);
  z-index: -1;
}

.full-draggable td {
  padding-left: 10px !important;
}

.full-draggable .draggable a.tabledrag-handle .handle {
  display: none;
}

.full-draggable .draggable tr {
  position: relative;
}

.full-draggable .draggable div,
.full-draggable .draggable input {
  position: relative;
  z-index: 1;
  margin: 0 0 0 !important;
}

.draggable.tabledrag-root.drag {
  transform: scale(1.02);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
}

.region.region-content, .region-featured {
  max-width: 1400px;
  margin: auto;
}

.path-s .tabs.secondary {
  background-color: #fff;
}

.path-s.dkmd .tabs.secondary {
  background-color: rgb(43, 43, 43);
  color: #fff;
}

/* This is for the Drupal Core CKEditor iframe */
.cke_wysiwyg_frame, .cke_wysiwyg_div, .cke_inner {
  background-color: rgb(255, 255, 255) !important;
}

body.dkmd .cke_wysiwyg_frame, body.dkmd .cke_wysiwyg_div, body.dkmd .cke_inner {
  background-color: rgb(43, 43, 43) !important;
}

.ck.ck-balloon-panel.ck-balloon-panel_caret_ne {
  z-index: 9999 !important;
}

.cke_top, .cke_bottom {
  background: #fff !important;
}

.dkmd .cke_top, .dkmd .cke_bottom {
  background: rgb(30.25, 30.25, 30.25) !important;
}

span.cke_top {
  border-bottom: none;
}

span.cke_bottom {
  border-top: none;
}

div.cke_chrome {
  width: 100% !important;
}

/* TODO: Hides it everywhere, I really just want to hide the filter options
in certains use cases, revisit later */
.filter-wrapper {
  display: none;
}

.dkmd .comment .comment--body {
  color: rgb(244, 244, 244);
  background-color: rgb(43, 43, 43);
}

.comment .comment--body {
  background-color: rgb(244, 244, 244);
  color: rgb(85, 85, 85);
  word-break: break-word;
  hyphens: auto;
}

.comment .hover-options {
  background-color: inherit;
  padding: 0 0 0 5px;
}

.comment p {
  margin: 0;
}

.comment a {
  color: rgb(0, 0, 0);
  font-weight: lighter;
}

.dkmd .comment a {
  color: rgb(165, 165, 165);
}

.comment .user {
  font-weight: bold;
}

.ui.form .b-select, .b-select {
  font-size: 1em;
  display: block;
  margin: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22rgb%28136%2C%20136%2C%20136%29%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat, repeat;
  /* arrow icon position (1em from the right, 50% vertical) , then gradient position*/
  background-position: right 0.7em top 50%, 0 0;
  /* icon size, then gradient */
  background-size: 0.65em auto, 100%;
  cursor: pointer;
  padding: 0.74em 0.5em;
}

.left.icon.input .b-select {
  padding-left: 25px;
}

.dkmd .ui.form .b-select, .dkmd .b-select {
  background-color: rgb(43, 43, 43);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22rgb%28136%2C%20136%2C%20136%29%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
  color: rgb(244, 244, 244);
  margin-top: 0;
}

/* Hide arrow icon in IE browsers */
.b-select::-ms-expand {
  display: none;
}

/* Hover style */
.b-select:hover {
  border-color: #888;
}

/* Focus style */
.b-select:focus {
  border-color: rgb(133, 183, 217) !important;
  /* It'd be nice to use -webkit-focus-ring-color here but it doesn't work on box-shadow */
  box-shadow: 0 0 1px 3px rgba(59, 153, 252, 0.7);
  box-shadow: 0 0 0 3px -moz-mac-focusring;
  color: #222;
  outline: none;
}

/* Set options to normal weight */
.b-select option {
  font-weight: normal;
}

/* Support for rtl text, explicit support for Arabic and Hebrew */
*[dir=rtl] .b-select, :root:lang(ar) .b-select, :root:lang(iw) .b-select {
  background-position: left 0.7em top 50%, 0 0;
  padding: 0.6em 0.8em 0.5em 1.4em;
}

/* Disabled styles */
.b-select:disabled, .b-select[aria-disabled=true] {
  color: rgb(158, 158, 158);
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22graytext%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
}

.b-select:disabled:hover, .b-select[aria-disabled=true] {
  border-color: #aaa;
}

.ui.form .field.field--type-text-long {
  margin: 0;
}

.activity-feed--result .ui.compact.menu.activity-feed--footer-menu {
  margin-left: -6px;
}

.ui.feed .activity-message-wrapper .extra.text br {
  margin-top: 10px;
  display: block;
}

/*************
    Tags
*************/
div[data-field-name=tags] {
  display: flex;
  float: left;
}

div[data-field-name=tags] .field__item {
  margin-right: 2px;
}

/** Vertical Tabs Core Override **/
div.vertical-tabs {
  position: relative;
  display: flex;
  border: none;
}

li.vertical-tabs__menu-item {
  padding: 10px 0;
}

ul.vertical-tabs__menu {
  width: 15em;
  list-style: none;
  border-top: 1px solid rgb(204, 204, 204);
  padding: 0;
}

/* Prefix Icons */
.icon-gear::after {
  font-family: "Icons";
  content: "\f013";
}

/* Media */
.media-library-views-form .media-library-item.checked {
  border: 3px solid rgb(0, 128, 0);
  padding: 10px;
}

.media-library-views-form .media-library-item {
  padding: 10px;
  border: 3px solid transparent;
}

.ui.steps .completed.step {
  background-color: rgb(31, 181, 41);
}

.ui.steps .completed.step .content .description {
  color: #fff;
}

.ui.steps .completed.step::after {
  background-color: rgb(31, 181, 41);
}

i.circular.icon {
  height: auto !important;
}

.ui.feed > .event > .label {
  text-align: center;
}

.ui.feed > .event > .label .icon {
  font-size: inherit;
  margin-top: 8px !important;
}

.ui.feed > .event > .content .extra.text {
  padding: 0px 0 0px 10px;
  border-left: 1px dashed rgb(199, 199, 199);
  margin: 10px 0 5px;
}

.ui.feed > .event > .content .extra.text p {
  margin: 5px 0;
  display: contents;
}

.ui.feed > .event > .content .ui.mini.horizontal.divided.list {
  margin-top: 0;
}

.ui.feed > .event > .label + .content {
  margin: 0.5em 0 0 0.3em;
}

.feed .content:after {
  content: "";
  height: 10px;
  border-left: 1px dashed rgb(199, 199, 199);
  position: relative;
  left: 0;
  float: left;
  top: 30px;
}

.ui.feed .extra.text br {
  margin-bottom: 5px;
}

.ui.bulleted.list .list > .item::before, .ui.bulleted.list > .item::before, ul.ui.list li::before {
  margin-left: -12px;
}

.ui.horizontal.bulleted.list .item {
  margin-left: 5px;
}

.ui.items {
  margin-top: 0;
}

.ui.items > .item {
  font-size: 1em;
  margin: 0;
  padding: 0.5em 0;
}

.ui.checkbox input[type=checkbox], .ui.checkbox input[type=radio] {
  position: relative;
  width: 0;
  height: 0;
}

.ui.checkbox {
  display: block;
}

.ui.toggle.checkbox label {
  float: left;
}

.ui.toggle.checkbox label::after {
  width: 1.3rem;
  height: 1.3rem;
}

.ui.toggle.checkbox input:checked ~ label::after {
  left: 1.8rem;
}

.ui.toggle.checkbox label::before {
  width: 3rem;
  height: 1.3rem;
}

.ui.toggle.checkbox label {
  padding-left: 3.5rem;
}

.ui.toggle.checkbox label:hover {
  cursor: pointer;
}

.ui.text.menu .active.item {
  background-color: rgb(242, 241, 241);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.95);
}

.ui.table {
  text-align: left;
  color: rgba(0, 0, 0, 0.87);
  border-collapse: collapse;
  border-spacing: 0;
}

.ui.basic.table > tbody > tr {
  border-bottom: none;
}

.ui.form input:not([type]).error, .ui.form input[type=date].error, .ui.form input[type=datetime-local].error, .ui.form input[type=email].error, .ui.form input[type=file].error, .ui.form input[type=number].error, .ui.form input[type=password].error, .ui.form input[type=search].error, .ui.form input[type=tel].error, .ui.form input[type=text].error, .ui.form input[type=time].error, .ui.form input[type=url].error {
  background-color: rgb(255, 246, 246);
  border-color: rgb(224, 180, 180);
  color: rgb(159, 58, 56);
}

.ui.form input:not([type]), .ui.form input[type=date], .ui.form input[type=datetime-local], .ui.form input[type=email], .ui.form input[type=file], .ui.form input[type=number], .ui.form input[type=password], .ui.form input[type=search], .ui.form input[type=tel], .ui.form input[type=text], .ui.form input[type=time], .ui.form input[type=url] {
  background-color: rgb(255, 255, 255);
}

.ui.form input:not([type]):focus, .ui.form input[type=date]:focus, .ui.form input[type=datetime-local]:focus, .ui.form input[type=email]:focus, .ui.form input[type=file]:focus, .ui.form input[type=number]:focus, .ui.form input[type=password]:focus, .ui.form input[type=search]:focus, .ui.form input[type=tel]:focus, .ui.form input[type=text]:focus, .ui.form input[type=time]:focus, .ui.form input[type=url]:focus {
  background: #fff;
}

.dkmd .ui.form input:not([type]):focus, .dkmd .ui.form input[type=date]:focus, .dkmd .ui.form input[type=datetime-local]:focus, .dkmd .ui.form input[type=email]:focus, .dkmd .ui.form input[type=file]:focus, .dkmd .ui.form input[type=number]:focus, .dkmd .ui.form input[type=password]:focus, .dkmd .ui.form input[type=search]:focus, .dkmd .ui.form input[type=tel]:focus, .dkmd .ui.form input[type=text]:focus, .dkmd .ui.form input[type=time]:focus, .dkmd .ui.form input[type=url]:focus {
  border-color: rgb(0, 0, 0);
  background-color: rgb(55.75, 55.75, 55.75);
}

.dkmd input::selection, .dkmd textarea::selection {
  background-color: rgb(0, 0, 0);
  color: rgb(244, 244, 244);
}

.ui.selection.dropdown {
  background-color: rgb(255, 255, 255);
}

.dkmd .ui.selection.dropdown {
  background-color: rgb(43, 43, 43);
}

.dkmd .ui.selection.dropdown.visible {
  background-color: rgb(55.75, 55.75, 55.75);
}

.ui.selection.dropdown.visible {
  background-color: #fff !important;
}

.dkmd .ui.selection.dropdown.visible, .dkmd .ui.selection.dropdown.visible:hover {
  background-color: transparent !important;
  border-bottom: 1px solid rgb(0, 0, 0);
}

.ui.selection.dropdown .menu {
  margin: 1px -1px;
}

.ui.input > input::placeholder {
  color: rgb(158, 158, 158);
}

.ui.form select {
  border: 1px solid rgb(221, 221, 221);
}

.dkmd .ui.form select {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dkmd .ui.form select:focus {
  border: 1px solid rgb(0, 0, 0);
}

.ui.form .ui.icon.input > .icon {
  width: 2.67142857em;
}

.ui.form .field > label, th.label {
  letter-spacing: 1px;
}

.ui.form table .fields {
  margin: 0;
}

.ui.buttons > .ui.dropdown:last-child .menu:not(.vertical), .ui.menu .right.dropdown.item .menu:not(.vertical), .ui.menu .right.menu:not(.vertical) .dropdown:last-child .menu:not(.vertical) {
  left: 0;
  right: 0;
}

.dkmd .ui.basic.button, .dkmd .ui.basic.buttons .button {
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5) inset;
}

.ui.popup.calendar .ui.table td.active {
  background-color: rgb(0, 0, 0);
  color: #fff;
}

.ui.popup.calendar .ui.table td.today {
  border: 1px solid #000;
}

.ui.list .list > .item > .image, .ui.list > .item > .image {
  margin-right: 1em;
}

.dkmd .ui.label a {
  color: #3f3f3f;
}

.dkmd .ui.label a:hover {
  color: rgb(37.5, 37.5, 37.5) !important;
}

.avatar.image img, img.avatar.image {
  background-color: #fff;
}

.dkmd .ui.form input:not([type]), .dkmd .ui.form input[type=date], .dkmd .ui.form input[type=datetime-local], .dkmd .ui.form input[type=email], .dkmd .ui.form input[type=file], .dkmd .ui.form input[type=number], .dkmd .ui.form input[type=password], .dkmd .ui.form input[type=search], .dkmd .ui.form input[type=tel], .dkmd .ui.form input[type=text], .dkmd .ui.form input[type=time], .dkmd .ui.form input[type=url] {
  background: rgb(43, 43, 43);
}

.dkmd .ui.ui.table > tbody > tr > th, .dkmd .ui.ui.table > tfoot > tr > td, .dkmd .ui.ui.table > tfoot > tr > th, .dkmd .ui.ui.table > thead > tr > th, .dkmd .ui.ui.table > tr > th {
  background-color: rgb(27, 28, 29);
}

.dkmd .ui.input {
  color: rgb(244, 244, 244);
  background-color: rgb(43, 43, 43);
}

.dkmd .ui.input input {
  color: rgb(244, 244, 244) !important;
  background-color: rgb(43, 43, 43) !important;
}

.dkmd .ui.form .field > label, .dkmd th.label {
  color: rgb(244, 244, 244) !important;
}

.ui.label {
  letter-spacing: 0.5px;
}

.dkmd .ui.label, .dkmd .ui.labels .label {
  color: rgb(85, 85, 85);
}

.dkmd .ui.dimmer {
  background-color: rgba(43, 43, 43, 0.79);
}

.dkmd .ui.dimmer > .ui.loader {
  color: inherit;
}

/*
.dkmd .ui.modal {
  border: 1px solid $midGray;
}
*/
.ui.horizontal.segments {
  background-color: #fff;
}

.dkmd .ui.horizontal.segments {
  border: none;
  background-color: rgb(27, 28, 29);
}

.ui.attached.segment {
  margin: 0;
}

/*
.dkmd .ui.segment:not(.basic) {
  border: 1px solid $midGray;
}
*/
.dkmd .ui.segments .segment {
  border-top: 1px solid rgb(51, 51, 51);
  border-left: none;
  border-right: none;
  border-bottom: none;
}

.dkmd .ui.list .item a:not(.ui) {
  color: inherit !important;
}

.dkmd .ui.list .item a:not(.ui):hover {
  color: rgb(190.5, 190.5, 190.5) !important;
}

.dkmd .ui.search > .results {
  background-color: rgb(43, 43, 43);
  color: #fff;
  border-color: rgb(51, 51, 51);
}

.dkmd .ui.search > .results .result .description,
.ui.search > .results .result i {
  color: rgb(119, 119, 119);
}

.dkmd .ui.search > .results .result:hover .description,
.ui.search > .results .result:hover .description,
.ui.search > .results .result:hover i,
.ui.search > .results .result:hover {
  color: #fff;
}

.ui.category.search > .results .category .result:hover, .ui.search > .results .result:hover {
  background: rgb(33, 133, 208);
}

.dkmd .ui.search > .results .result {
  color: rgb(165, 165, 165);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.dkmd .ui.category.search > .results .category .result:hover, .dkmd .ui.search > .results .result:hover {
  background: rgb(0, 0, 0);
  color: rgb(244, 244, 244);
}

.dkmd .ui.attached.menu:not(.tabular) {
  border-color: rgb(51, 51, 51);
}

.ui.incy.icon.button, .ui.incy.icon.buttons .button,
.ui.incy.button, .ui.incy.buttons .button {
  padding: 5px !important;
  font-size: 0.9rem;
}

i.ui.icon.button, i.ui.icon.buttons i {
  height: auto;
  width: auto;
  font-family: Icons;
}

.dkmd .ui.vertical.divider {
  color: rgb(244, 244, 244);
}

.ui.animated.button:hover .hidden.content {
  display: initial !important;
}

.ui[class*="right pointing"].label.text::before {
  border-width: 1px 1px 0 0;
  -webkit-transform: translateX(50%) translateY(-50%) rotate(45deg);
  transform: translateX(50%) translateY(-50%) rotate(45deg);
  top: auto;
  right: 0;
  bottom: 4px;
  left: auto;
}

.ui[class*="left pointing"].label.text::before {
  border-width: 0 0 1px 1px;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  bottom: 4px;
  right: auto;
  top: auto;
  left: 0;
}

.dkmd .ui.popup {
  border: 1px solid rgb(85, 85, 85);
}

.dkmd .ui.dimmer > .content, .dkmd .ui.dimmer > .content > * {
  color: #fff;
}

.dkmd .ui.solid.dimmer {
  background-color: rgb(43, 43, 43);
}

.ui.inverted.dimmer.solid {
  background-color: rgb(255, 255, 255);
}

.ui.inverted.dimmer.transparent {
  background-color: transparent;
}

.pushable > .pusher {
  z-index: 0;
}

[data-tooltip]::after {
  white-space: pre;
}

.f7 {
  font-size: 0.78571429em;
}

.fixed {
  position: initial;
}

.fixed:not(table) {
  position: fixed;
}

/*# sourceMappingURL=style.css.map */
