/* original version; see revised version below which allows for null maps
@function map-deep-get($map, $keys...) {
	@each $key in $keys {
		$map: map-get($map, $key);
	}
	@return $map;
}
*/
/* Button Mixins */
/*
// Table Display
*/
/*
// Sidebar Mixin
// @param none
*/
/* 2px */
/* 4px */
/* 8px */
/* 16px */
/* 32px */
/* 64px */
/*
// Zendesk notification bar
// Hide the notification bar that appears when the site is under development; it's messing up the layout
*/
.notification-lock {
  display: none;
}

[role=menu] [data-valuetext=Planned],
[role=menu] [data-valuetext="Not planned"],
[role=menu] [data-valuetext=Complete],
[role=menu] [data-valuetext=Answered] {
  visibility: hidden;
  position: relative;
}
[role=menu] [data-valuetext=Planned]:after,
[role=menu] [data-valuetext="Not planned"]:after,
[role=menu] [data-valuetext=Complete]:after,
[role=menu] [data-valuetext=Answered]:after {
  visibility: visible;
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 40px 7px 20px;
  color: #333;
  background: transparent;
  z-index: 100;
}
[role=menu] [data-valuetext=Planned]:hover, [role=menu] [data-valuetext=Planned]:active, [role=menu] [data-valuetext=Planned]:focus,
[role=menu] [data-valuetext="Not planned"]:hover,
[role=menu] [data-valuetext="Not planned"]:active,
[role=menu] [data-valuetext="Not planned"]:focus,
[role=menu] [data-valuetext=Complete]:hover,
[role=menu] [data-valuetext=Complete]:active,
[role=menu] [data-valuetext=Complete]:focus,
[role=menu] [data-valuetext=Answered]:hover,
[role=menu] [data-valuetext=Answered]:active,
[role=menu] [data-valuetext=Answered]:focus {
  background: #f3f3f3;
  text-decoration: none;
  color: #f3f3f3;
  visibility: visible;
}
[role=menu] [data-valuetext=Planned] svg,
[role=menu] [data-valuetext="Not planned"] svg,
[role=menu] [data-valuetext=Complete] svg,
[role=menu] [data-valuetext=Answered] svg {
  visibility: visible;
  position: relative;
}
[role=menu] [data-valuetext=Planned] svg {
  left: 5px;
}
[role=menu] [data-valuetext=Planned]:after {
  content: "Question";
}
[role=menu] [data-valuetext="Not planned"] svg {
  right: 10px;
}
[role=menu] [data-valuetext="Not planned"]:after {
  content: "Discussion";
}
[role=menu] [data-valuetext=Answered] svg {
  left: 30px;
}
[role=menu] [data-valuetext=Answered]:after {
  content: "Announcement";
}
[role=menu] [data-valuetext=Complete] svg {
  right: 10px;
}
[role=menu] [data-valuetext=Complete]:after {
  content: "Archived";
}

/*!
 * Font Awesome Pro 6.6.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Pro");
  font-weight: var(--fa-style, 900);
}

.fa-solid,
.fa-regular,
.fa-brands,
.fas,
.status-label-pinned:before,
.status-label-featured:before,
.status-label-official:before,
.status-label-not-planned:before,
.status-label-planned:before,
.status-label-completed:before,
.status-label-answered:before,
.far,
.dropdown-menu [aria-selected=true]:after,
.dropdown-toggle:after,
.actions button:after,
.vote-option:after,
.blocks-item-action:after,
.banner .community-follow button.print:before,
.community-follow button.print:before,
.fab,
.fal,
.fat,
.fad,
.fass,
.fasr,
.fasl,
.fast,
.fasds,
.fa-light,
.fa-thin,
.fa-duotone,
.fa-sharp,
.fa-sharp-duotone,
.fa-sharp-solid,
.fa-classic,
.fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fas, .status-label-pinned:before, .status-label-featured:before, .status-label-official:before, .status-label-not-planned:before, .status-label-planned:before, .status-label-completed:before, .status-label-answered:before,
.far,
.dropdown-menu [aria-selected=true]:after,
.dropdown-toggle:after,
.actions button:after,
.vote-option:after,
.blocks-item-action:after,
.banner .community-follow button.print:before,
.community-follow button.print:before,
.fal,
.fat,
.fa-solid,
.fa-regular,
.fa-light,
.fa-thin,
.fa-classic {
  font-family: "Font Awesome 6 Pro";
}

.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
}

.fad,
.fa-classic.fa-duotone,
.fa-duotone {
  font-family: "Font Awesome 6 Duotone";
}

.fasds,
.fa-sharp-duotone {
  font-family: "Font Awesome 6 Sharp Duotone";
}

.fasds,
.fa-sharp-duotone {
  font-weight: 900;
}

.fass,
.fasr,
.fasl,
.fast,
.fa-sharp {
  font-family: "Font Awesome 6 Sharp";
}

.fass,
.fa-sharp {
  font-weight: 900;
}

.dropdown-menu [aria-selected=true]:after, .dropdown-toggle:after, .status-label-pinned:before, .status-label-featured:before, .status-label-official:before, .status-label-not-planned:before, .status-label-planned:before, .status-label-completed:before, .status-label-answered:before, .actions button:after, .vote-option:after, .blocks-item-action:after, .banner .community-follow button.print:before, .community-follow button.print:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-alarm-clock::before {
  content: "\f34e";
}

.fa-alarm-exclamation::before {
  content: "\f843";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-at::before {
  content: "\@";
}

.fa-badge-check::before {
  content: "\f336";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-bell-on::before {
  content: "\f8fa";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-browser::before {
  content: "\f37e";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-chart-mixed::before {
  content: "\f643";
}

.fa-analytics::before {
  content: "\f643";
}

.fa-check::before {
  content: "\f00c";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-chevrons-left::before {
  content: "\f323";
}

.fa-chevron-double-left::before {
  content: "\f323";
}

.fa-chevrons-right::before {
  content: "\f324";
}

.fa-chevron-double-right::before {
  content: "\f324";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-circle-caret-down::before {
  content: "\f32d";
}

.fa-caret-circle-down::before {
  content: "\f32d";
}

.fa-circle-caret-up::before {
  content: "\f331";
}

.fa-caret-circle-up::before {
  content: "\f331";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-circle-x::before {
  content: "\e12e";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-file::before {
  content: "\f15b";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-film::before {
  content: "\f008";
}

.fa-flag::before {
  content: "\f024";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-gear-complex::before {
  content: "\e5e9";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-lightbulb-on::before {
  content: "\f672";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-message-lines::before {
  content: "\f4a6";
}

.fa-comment-alt-lines::before {
  content: "\f4a6";
}

.fa-messages::before {
  content: "\f4b6";
}

.fa-comments-alt::before {
  content: "\f4b6";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-paperclip-vertical::before {
  content: "\e3c2";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-phone::before {
  content: "\f095";
}

.fa-play::before {
  content: "\f04b";
}

.fa-print::before {
  content: "\f02f";
}

.fa-rabbit-running::before {
  content: "\f709";
}

.fa-rabbit-fast::before {
  content: "\f709";
}

.fa-school::before {
  content: "\f549";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-sparkles::before {
  content: "\f890";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-square-exclamation::before {
  content: "\f321";
}

.fa-exclamation-square::before {
  content: "\f321";
}

.fa-square-question::before {
  content: "\f2fd";
}

.fa-question-square::before {
  content: "\f2fd";
}

.fa-star::before {
  content: "\f005";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-traffic-light-go::before {
  content: "\f638";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-user::before {
  content: "\f007";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.sr-only,
.fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.sr-only-focusable:not(:focus),
.fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

@media (max-width: 767px) {
  .community-header {
    margin-bottom: 1.5em;
    gap: 20px;
  }
  .community-header h1 {
    width: 100%;
    text-align: center;
  }
}
.community-header .column:last-child .post-to-community a {
  width: 100%;
}
@media (min-width: 768px) {
  .community-header .column:last-child {
    display: flex;
    justify-content: flex-end;
  }
}
.community-callout-container {
  padding-top: 25px;
}
.community-callout-container .callout {
  margin-top: 0;
  margin-bottom: 0;
  height: 100%;
}
.community-topics-container {
  padding-top: 65px;
  padding-bottom: 65px;
}
.community-topics-container .page-header .column:first-child h1 {
  margin-top: 0;
}
@media (min-width: 768px) {
  .community-topics-container .page-header .column:first-child h1 {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .community-topics-container .page-header .column:last-child {
    justify-self: end;
  }
}
.community-topics-container .pagination ul {
  border-top: 0;
}
.community-create-post-container {
  padding-top: 65px;
  padding-bottom: 65px;
  display: flex;
  gap: 40px;
}
.community-create-post-container > *:nth-child(1) {
  flex: 1 1 900px;
  overflow: hidden;
}
.community-create-post-container > *:nth-child(2) {
  flex: 1 1 320px;
  margin-top: 33px;
}
.community-create-post-container > *:nth-child(2) .section-title {
  font-weight: 300;
  padding-bottom: 10px;
  margin-top: 0;
  border-bottom: 1px solid #c0c8cf;
}
.community-create-post-container > *:nth-child(2).sticky > * {
  position: sticky;
  top: 120px;
}
@media (max-width: 1023px) {
  .community-create-post-container > *:nth-child(2) {
    display: none;
  }
}
.community-create-post-container.nav_left > *:nth-child(1) {
  order: 2;
}
.community-follow {
  margin-bottom: 1em;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}
.community-follow button {
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 700;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 300ms ease, background-color 300ms ease;
  white-space: nowrap;
  user-select: none;
  background-color: #7e4082;
  color: #ffffff;
  border-color: #7e4082;
  background-color: transparent;
  color: #7e4082;
  border-color: #7e4082;
  padding: 0 0.85em;
  font-size: 0.85em;
  line-height: 1.87em;
}
.community-follow button:hover, .community-follow button:active {
  text-decoration: none;
}
.community-follow button:hover {
  background-color: transparent;
  color: #7e4082;
}
.community-follow button:hover {
  background-color: #7e4082;
  color: #ffffff;
}
.community-follow button[data-follower-count]:not([data-follower-count=""]):not([data-follower-count="0"]):after {
  position: static;
  content: attr(data-follower-count);
  border-left-width: 2px;
  border-left-style: solid;
  display: inline-block;
  margin-left: 12px;
  padding-left: 12px;
}
.community-follow button[data-count]:not([data-count=""]):not([data-count="0"]):after {
  position: static;
  content: attr(data-count);
  border-left-width: 2px;
  border-left-style: solid;
  display: inline-block;
  margin-left: 12px;
  padding-left: 12px;
}
.banner .community-follow button > [class^=fa-], .community-follow button > [class^=fa-] {
  margin-right: 0;
  margin-left: 0;
}
.community-follow button > [class^=fa-] {
  margin-right: 0.5em;
}
.community-follow button.-icon-right > [class^=fa-] {
  margin-right: 0;
  margin-left: 0.5em;
}
.community-follow button.print:before {
  content: "\f02f";
  display: inline-block;
  margin-right: 6px;
}
.banner .community-follow button {
  text-align: center;
  text-decoration: none;
  border-radius: 100px;
  font-weight: 700;
  box-sizing: border-box;
  border-width: 2px;
  border-style: solid;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: color 300ms ease, background-color 300ms ease;
  white-space: nowrap;
  user-select: none;
  background-color: #ffffff;
  color: #7e4082;
  border-color: #ffffff;
  background-color: transparent;
  color: #ffffff;
  border-color: #ffffff;
  padding: 0 0.85em;
  font-size: 0.85em;
  line-height: 1.87em;
}
.banner .community-follow button:hover, .banner .community-follow button:active {
  text-decoration: none;
}
.banner .community-follow button:hover {
  background-color: transparent;
  color: #ffffff;
}
.banner .community-follow button:hover {
  background-color: #ffffff;
  color: #7e4082;
}
.banner .community-follow button[data-follower-count]:not([data-follower-count=""]):not([data-follower-count="0"]):after {
  position: static;
  content: attr(data-follower-count);
  border-left-width: 2px;
  border-left-style: solid;
  display: inline-block;
  margin-left: 12px;
  padding-left: 12px;
}
.banner .community-follow button[data-count]:not([data-count=""]):not([data-count="0"]):after {
  position: static;
  content: attr(data-count);
  border-left-width: 2px;
  border-left-style: solid;
  display: inline-block;
  margin-left: 12px;
  padding-left: 12px;
}
.banner .community-follow button > [class^=fa-] {
  margin-right: 0;
  margin-left: 0;
}
.banner .community-follow button > [class^=fa-] {
  margin-right: 0.5em;
}
.banner .community-follow button.-icon-right > [class^=fa-] {
  margin-right: 0;
  margin-left: 0.5em;
}
.banner .community-follow button.print:before {
  content: "\f02f";
  display: inline-block;
  margin-right: 6px;
}
.community-follow span {
  position: absolute;
  top: auto;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap;
}
.community-badge {
  margin: 2px;
}
.community-header .community-follow {
  margin-bottom: 1em !important;
}

.topic-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #c0c8cf;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #65727d;
}
.topic-filters .dropdown {
  margin-right: 20px;
}

.striped-list-item {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #c0c8cf;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}
.striped-list-info {
  flex: 2;
}
.striped-list-title {
  color: #2c96b0;
  margin-bottom: 10px;
  margin-right: 5px;
}
.striped-list-count {
  font-size: 13px;
  color: #65727d;
  justify-content: flex-start;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}
.striped-list-number {
  text-align: center;
}
@media (min-width: 768px) {
  .striped-list-number {
    display: block;
  }
}

.blocks-list a {
  text-decoration: none;
}

.blocks-item {
  background-color: #ffffff;
  border-radius: 4px;
  background-clip: border-box;
  box-sizing: border-box;
  max-width: 100%;
  cursor: pointer;
  transition-property: all;
  transition-duration: 170ms;
  font-size: 110%;
  /*
  &:hover {
  	text-decoration: none;
  	background-color: $salt200;
  	cursor: pointer;
  }
  */
}
.blocks-item:hover, .blocks-item:active, .blocks-item:focus {
  transform: scale(1.025);
  background-color: #7e4082;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.15);
}
.blocks-item:hover h4, .blocks-item:hover p, .blocks-item:active h4, .blocks-item:active p, .blocks-item:focus h4, .blocks-item:focus p {
  color: #ffffff;
}
.blocks-item:hover div, .blocks-item:active div, .blocks-item:focus div {
  color: #efc4f3;
}
.blocks-item-title {
  margin: 0;
  font-size: 140%;
  font-weight: 700;
  line-height: 1.2em;
}
.blocks-item-description {
  margin: 0;
  font-weight: 300;
  color: #3f4652;
}
.blocks-item-link {
  color: #7e4082;
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: inherit;
  height: 100%;
  gap: 20px;
}
.blocks-item-action {
  margin-top: auto;
}
.blocks-item-action:after {
  content: "\f061";
  margin-left: 10px;
}
.blocks-item .meta-group {
  justify-content: center;
}
.blocks-item .meta-data {
  font-size: 1em;
  color: #7e4082;
  font-weight: 400;
}

/* these rules have been moved to the _meta.scss file
.posts-list,
.profile-contribution {
	.meta { // needs to be enclosed in the parent with a class or else it affects meta data on the requests pages
		&-group {
		display: block;

			* {
				display: inline;
			}

			.topics-item & {
				@include justify-content(center);
				margin-top: 20px;
			}

			&-opposite {
				float: right;
			}
		}

		&-data {
			font-size: 0.9em;
			font-weight: $font-weight-light;
			color: $text-color;

			&:not(:last-child)::after {
				content: '\00B7';
				margin: 0 8px;
			}
		}
	}
}
*/
.post {
  flex: 1;
}
@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
.post_container {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media (min-width: 1024px) {
  .post_container {
    flex-direction: row;
  }
}
.post_container a {
  color: #2c96b0;
}
.post_container [class$=-meta] a {
  font-weight: bold;
  color: #7e4082;
  font-size: 115%;
}
.post-header {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #c0c8cf;
}
@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}
.post-header h1 {
  border-bottom: 0;
}
.post-title {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
    flex: 2;
  }
}
.post-title h1 {
  display: inline;
  vertical-align: middle;
  margin: 0;
}
@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}
.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
.post-info-container {
  display: flex;
  margin-bottom: 40px;
}
.post-author {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.post-body {
  padding-top: 30px;
}
.post-body img {
  max-width: 100%;
}
.post-body *:not(ol ol):not(ul ul):first-child {
  margin-top: 0;
}
.post-avatar {
  display: inline-block;
  position: relative;
  margin-bottom: 30px;
}
.post-avatar img {
  height: 50px;
  width: 50px;
}
.post-meta {
  flex: 1;
  flex-direction: column;
  display: flex;
  margin-left: 10px;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .post-meta {
    display: inline-block;
    flex-direction: row;
  }
}
.post-actions-wrapper {
  display: flex;
  gap: 15px;
}
.post .community-badge {
  margin: 0;
}
.post .community-badge-title {
  line-height: 1.8em;
}
@media (min-width: 768px) {
  .post .community-badge-title {
    margin-left: 6px;
  }
}
@media (min-width: 768px) {
  .post .community-badge-container-achievements {
    margin-top: 3px;
  }
}
.post .community-badge-achievements {
  display: flex;
}
.post .community-badge-achievements img {
  max-height: 18px;
}
.post .community-badge-achievements a {
  font-size: 90%;
}
.post-sidebar {
  flex: 1;
  border-top: 1px solid #c0c8cf;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
}
.post-sidebar h2 {
  font-size: 18px;
  font-size: 1.125rem;
}
.post-sidebar .post-to-community {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .post-sidebar .post-to-community {
    margin: 0;
  }
}
.post-sidebar .post-to-community a {
  width: 100%;
}
.post-comments {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .post-comments {
    margin-bottom: 0;
  }
}
.post-footer {
  margin-bottom: 20px;
}

.vote {
  display: flex;
  color: #65727d;
}
.vote-component {
  display: flex;
  align-items: center;
  gap: 5px;
}
.vote-option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-decoration: none;
}
.vote-option:after {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #65727d;
}
.vote-option:hover:after {
  color: #4ec3e0;
}
.vote-up:after {
  content: "\f164";
}
.vote-down:after {
  content: "\f165";
}
.vote-voted:after {
  font-weight: 900;
}
.vote-sum {
  color: #3f4652;
  display: block;
  margin: 3px 0;
}

.actions {
  text-align: center;
  flex-shrink: 0;
}
.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  text-decoration: none;
}
.actions button:hover:after {
  color: #4ec3e0;
}
.actions button:after {
  font-size: 17px;
  font-size: 1.0625rem;
  color: #65727d;
  content: "\f013";
}

.comment {
  border-bottom: 1px solid #c0c8cf;
  padding: 20px 0;
  /*
  &-form {
  	@include flexbox();
  	padding-top: 30px;
  	word-wrap: break-word;
  	flex-direction: row;

  	&-controls {
  		display: none;
  		//display: flex;
  		justify-content: space-between;
  		align-items: center;
  		margin-top: 10px;
  		text-align: left;

  		@include respond-above('sm') {
  			//text-align: right;
  		}

  		.official-comment-container { // Official Comment checkbox and label
  			display: flex;
  			gap: 5px;
  		}
  	}
  }
  */
}
.comment-overview {
  border-top: 1px solid #c0c8cf;
  padding: 30px 0 20px;
}
.comment-overview p {
  margin-top: 0;
}
.comments-header {
  display: flex;
  justify-content: space-between;
}
.comment-heading {
  margin-bottom: 5px;
  margin-top: 0;
  text-transform: capitalize;
  font-size: 22px;
  font-size: 1.375rem;
}
.comment-callout {
  color: #65727d;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.comment-author {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}
.comment-container {
  width: 100%;
  /*
  textarea {
  	box-sizing: border-box;
  	background-color: $white;
  	color: $text-color;
  	width: 100%;
  	text-align: left;
  	@include font-size(14px);
  	padding: 14px 12px;
  	line-height: normal;
  	border: 1px solid $gray;
  	@include border-radius($border-radius);
  	transition-property: all;
  	transition-duration: 120ms;
  	-webkit-appearance: none;
  	resize: vertical;
  	min-height: 10ch;
  	max-height: 120ch;

  	@include placeholder { color: $gray; }
  }
  */
}
.comment-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
.comment-wrapper.comment-official {
  border: 1px solid #6bccb3;
  padding: 40px 10px 20px 20px;
  border-radius: 6px;
  background-clip: border-box;
}
@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 25px;
  }
}
.comment-actions-container {
  display: flex;
  gap: 5px;
}
.comment-list {
  margin-bottom: 2em;
}
.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
.comment-meta {
  flex: 1 0 auto;
}
.comment-callout {
  color: #65727d;
  display: inline-block;
  font-size: 13px;
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.comment-sorter {
  display: inline-block;
  float: right;
}
.comment-sorter .dropdown-toggle {
  color: #65727d;
  font-size: 13px;
  font-size: 0.8125rem;
}

.status-label {
  background-color: #d5dbe0;
  color: #3f4652;
  border-radius: 4px;
  background-clip: border-box;
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: 700;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.status-label-pinned, .status-label-featured, .status-label-official, .status-label-not-planned, .status-label-planned, .status-label-completed, .status-label-answered {
  background-color: #6bccb3;
  color: #ffffff;
  line-height: 1.3em;
}
.status-label-pinned:before, .status-label-featured:before, .status-label-official:before, .status-label-not-planned:before, .status-label-planned:before, .status-label-completed:before, .status-label-answered:before {
  display: inline-block;
  margin-right: 7px;
}
.status-label-pinned:before {
  content: "\f08d";
}
.status-label-featured:before {
  content: "\f890";
}
.status-label-official:before {
  content: "\f336";
}
.status-label-not-planned:before {
  content: "\f4b6";
}
.status-label-planned:before {
  content: "\f059";
}
.status-label-completed {
  background-color: #e56a54;
}
.status-label-completed:before {
  content: "\f187";
}
.status-label-answered {
  background-color: #7e4082;
}
.status-label-answered:before {
  content: "\f0f3";
}
.status-label-official {
  border-radius: 6px 6px 0 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 5px 0 4px;
    width: auto;
  }
}

.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-toggle {
  background: none;
  border: 0;
  padding: 0;
  text-align: initial;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
}
.dropdown-toggle:after {
  display: inline-block;
  content: "\f107";
  vertical-align: middle;
}
.dropdown-menu {
  background: #ffffff;
  border: 1px solid #e5e9ec;
  border-radius: 3px;
  background-clip: border-box;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 14px;
  font-size: 0.875rem;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
.dropdown-menu [role=menuitem] {
  text-align: left;
  color: #3f4652;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
  line-height: inherit;
  width: 100%;
}
.dropdown-menu [role=menuitem]:hover {
  background: #e5e9ec;
  text-decoration: none;
}
.dropdown-menu [aria-selected=true] {
  background-color: rgb(233.618556701, 214.1237113402, 234.8762886598);
  cursor: default;
}
.dropdown-menu [aria-selected=true]:after {
  content: "\f00c";
  margin-left: 10px;
}
.dropdown-menu[aria-expanded=true] {
  display: block;
}
.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}
.topic-header .dropdown {
  display: block;
  border-top: 1px solid #c0c8cf;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.recent-activity-item {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
.recent-activity-item-parent {
  font-weight: 700;
  font-size: 115%;
}
.recent-activity-header {
  position: relative;
  color: transparent; /* Hide original text */
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 30px;
  line-height: 1.875rem;
  font-size: 26px;
  margin-top: 1.5em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #c0c8cf;
}
.recent-activity-header:after {
  content: "Recent Activity"; /* New title */
  position: absolute;
  left: 0;
  top: 0;
  color: #3f4652; /* Adjust color to match your design */
  background-color: transparent; /* Ensure background is transparent */
}
.recent-activity-comment-icon {
  display: none;
}
.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.no-posts {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 60px 0;
}
.no-posts img {
  width: 200px;
}
.no-posts h3 {
  margin-top: 0;
  font-size: 200%;
  font-weight: 300;
}
.no-posts p {
  font-size: 120%;
  margin-top: 0.2em;
}
