/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-]:before,
[class*=" fa-"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas:before,
[class*=" fa-"].fas:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab:before,
[class*=" fa-"].fab:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-]:before,
[class*=" fa-"]:before {
  text-decoration: none;
}
i[class^=fa-]:before,
i[class*=" fa-"]:before,
*:empty:before {
  margin-right: 0;
}
.matrix {
  width: 100%;
  min-height: 80vh;
  margin: 3rem auto 1.5rem;
  position: relative;
}
.matrix-inner {
  max-width: 1250px;
  width: 100%;
  margin: 0 auto;
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-][data-v-0d31eb58]:before,
[class*=" fa-"][data-v-0d31eb58]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas[data-v-0d31eb58]:before,
[class*=" fa-"].fas[data-v-0d31eb58]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab[data-v-0d31eb58]:before,
[class*=" fa-"].fab[data-v-0d31eb58]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-][data-v-0d31eb58]:before,
[class*=" fa-"][data-v-0d31eb58]:before {
  text-decoration: none;
}
i[class^=fa-][data-v-0d31eb58]:before,
i[class*=" fa-"][data-v-0d31eb58]:before,
*[data-v-0d31eb58]:empty:before {
  margin-right: 0;
}
.matrixTable[data-v-0d31eb58] {
  display: flex;
  flex-direction: column;
}
.matrixTop[data-v-0d31eb58] {
  position: fixed;
  bottom: 60px;
  right: 0;
  height: 40px;
  width: 40px;
  background: #e1523d;
  border-radius: none;
  appearance: none;
  border: none;
  outline: none;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2), 0 0 50px rgba(0, 0, 0, 0.075);
}
@media (min-width: 1100px) {
.matrixTop[data-v-0d31eb58] {
    display: none;
}
}
.matrixTop[data-v-0d31eb58]::after {
  margin-top: 7px;
  min-height: 15px;
  min-width: 15px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  transform: rotate(-45deg);
}
.matrixClear[data-v-0d31eb58] {
  border: none;
  align-self: flex-end;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2rem;
  width: 2rem;
  position: relative;
  outline: none;
  cursor: pointer;
  padding: 0;
  padding-left: 90px;
  width: 122px;
  margin-bottom: 0.5rem;
  overflow: hidden;
  z-index: 1;
  margin-right: 20px;
  background: none;
}
@media (min-width: 1100px) {
.matrixClear[data-v-0d31eb58] {
    margin-right: 0;
}
}
.matrixClear[data-v-0d31eb58]:disabled {
  pointer-events: none;
}
.matrixClear:disabled i[data-v-0d31eb58] {
  background: #b3b3b3;
}
.matrixClear:disabled span[data-v-0d31eb58] {
  background: #bfbfbf;
}
.matrixClear:hover span[data-v-0d31eb58] {
  left: 0;
}
.matrixClear i[data-v-0d31eb58] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  min-width: 32px;
  min-height: 32px;
  background: #00a9e0;
  transition: 0.25s ease;
  color: #fff;
}
.matrixClear i[data-v-0d31eb58]::before {
  margin-right: 0 !important;
}
.matrixClear span[data-v-0d31eb58] {
  position: absolute;
  top: 0;
  z-index: -1;
  bottom: 0;
  white-space: nowrap;
  line-height: 1;
  display: flex;
  color: #fff;
  align-items: center;
  padding: 0 0.5rem;
  background: #0096c7;
  font-size: 14px;
  transition: 0.25s ease;
  left: 0;
}
@media (min-width: 1100px) {
.matrixClear span[data-v-0d31eb58] {
    left: 100%;
}
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-][data-v-b7624646]:before,
[class*=" fa-"][data-v-b7624646]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas[data-v-b7624646]:before,
[class*=" fa-"].fas[data-v-b7624646]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab[data-v-b7624646]:before,
[class*=" fa-"].fab[data-v-b7624646]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-][data-v-b7624646]:before,
[class*=" fa-"][data-v-b7624646]:before {
  text-decoration: none;
}
i[class^=fa-][data-v-b7624646]:before,
i[class*=" fa-"][data-v-b7624646]:before,
*[data-v-b7624646]:empty:before {
  margin-right: 0;
}
.loader[data-v-b7624646] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader-spinner[data-v-b7624646],
.loader-spinner[data-v-b7624646]:before,
.loader-spinner[data-v-b7624646]:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  animation-fill-mode: both;
  animation: load7-data-v-b7624646 1.8s infinite ease-in-out;
}
.loader-spinner[data-v-b7624646] {
  color: #3a5dae;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  transform: translateZ(0);
  animation-delay: -0.16s;
}
.loader-spinner[data-v-b7624646]:before,
.loader-spinner[data-v-b7624646]:after {
  content: "";
  position: absolute;
  top: 0;
}
.loader-spinner[data-v-b7624646]:before {
  left: -3.5em;
  animation-delay: -0.32s;
}
.loader-spinner[data-v-b7624646]:after {
  left: 3.5em;
}
@keyframes load7-data-v-b7624646 {
0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
}
40% {
    box-shadow: 0 2.5em 0 0;
}
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-][data-v-6f038c42]:before,
[class*=" fa-"][data-v-6f038c42]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas[data-v-6f038c42]:before,
[class*=" fa-"].fas[data-v-6f038c42]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab[data-v-6f038c42]:before,
[class*=" fa-"].fab[data-v-6f038c42]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-][data-v-6f038c42]:before,
[class*=" fa-"][data-v-6f038c42]:before {
  text-decoration: none;
}
i[class^=fa-][data-v-6f038c42]:before,
i[class*=" fa-"][data-v-6f038c42]:before,
*[data-v-6f038c42]:empty:before {
  margin-right: 0;
}
.matrixBody[data-v-6f038c42] {
  display: flex;
  flex-direction: column;
  position: relative;
}
.matrixBody[data-tag=header][data-v-6f038c42] {
  z-index: 2;
  background: #fff;
}
@media (min-width: 1100px) {
.matrixBody[data-tag=header][data-v-6f038c42] {
    padding-top: 1.5rem;
    top: 0;
    position: sticky;
}
}
.matrixBody.header[data-v-6f038c42] {
  background: #ae8b3a;
}
.rearrange-move[data-v-6f038c42] {
  transition: transform 0.5s;
}
.matrix-empty[data-v-6f038c42] {
  padding: 3rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.matrix-empty[data-v-6f038c42]::before {
  content: "";
  border-left: 5px solid #e1523d;
  margin-right: 10px;
  height: 2rem;
}
.matrix-save[data-v-6f038c42] {
  margin-top: 20px;
  align-self: flex-end;
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-]:before,
[class*=" fa-"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas:before,
[class*=" fa-"].fas:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab:before,
[class*=" fa-"].fab:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-]:before,
[class*=" fa-"]:before {
  text-decoration: none;
}
i[class^=fa-]:before,
i[class*=" fa-"]:before,
*:empty:before {
  margin-right: 0;
}
.matrixRow {
  display: flex;
  flex-direction: column;
  background: #fff;
}
@media (min-width: 1100px) {
.matrixRow:nth-child(even):not(:only-child) {
    background: #f2f1f0;
}
}
.matrixRow.edited:nth-child(even) {
  background: #ffc845;
}
.matrixRow.edited:nth-child(odd) {
  background: #ffd778;
}
.matrixRow.added:nth-child(even) {
  background: #00ce9e;
}
.matrixRow.added:nth-child(odd) {
  background: #00e8b2;
}
.matrixRow-inner {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 0 15px rgba(0, 0, 0, 0.05);
  margin: 20px;
}
@media (min-width: 1100px) {
.matrixRow-inner {
    display: grid;
    grid-template-rows: 1fr;
    grid-gap: 10px;
    box-shadow: none;
    margin: 0;
    padding: 0 1rem;
}
}
.matrixCell-content * {
  font-size: 14px;
}
.matrixCell-content *:last-child {
  margin-bottom: 0;
}
.matrixCell-content ul,
.matrixCell-content ol {
  padding: 0;
  list-style: none;
}
.matrixCell-content ul ul {
  padding-left: 12px;
}
.matrixCell-content ul ul li::before {
  background: transparent;
  border: 1px solid currentColor;
}
.matrixCell-content ul li {
  position: relative;
  margin-bottom: 5px;
  text-indent: 10px;
}
.matrixCell-content ul li::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  min-height: 5px;
  min-width: 5px;
  max-height: 5px;
  max-width: 5px;
  border-radius: 50%;
  background: currentColor;
  align-self: flex-start;
  margin-top: 8px;
  margin-right: 8px;
}
.matrixCell {
  position: relative;
  display: flex;
  padding: 0.5rem 0.75rem;
}
.matrixCell:nth-child(even) {
  background: #f2f1f0;
}
.matrixCell:first-child:not(:only-child) {
  background: #3a5dae;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}
.matrixCell:first-child:not(:only-child)::before {
  display: none;
}
.matrixCell:nth-child(even):not(:only-child) {
  background: #f2f1f0;
}
.matrixCell[data-label]:before {
  content: attr(data-label) ":";
  margin-right: 10px;
  font-weight: 700;
  font-size: 0.875rem;
  white-space: nowrap;
  min-width: 100px;
  flex: 0 1 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 1.5;
}
@media (min-width: 500px) {
.matrixCell[data-label]:before {
    min-width: 150px;
}
}
@media (min-width: 750px) {
.matrixCell[data-label]:before {
    min-width: 250px;
}
}
@media (min-width: 1100px) {
.matrixCell {
    padding: 0.5rem 0;
    color: #000;
}
.matrixCell:nth-child(even), .matrixCell:first-child:not(:only-child), .matrixCell:nth-child(even):not(:only-child) {
    background: none;
    color: #000;
}
.matrixCell::before {
    display: none;
}
}
.matrixCell-content {
  font-size: 0.875rem;
}
@media (min-width: 1100px) {
.matrixCell-content {
    font-weight: 500;
}
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-][data-v-b7ac1b3c]:before,
[class*=" fa-"][data-v-b7ac1b3c]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas[data-v-b7ac1b3c]:before,
[class*=" fa-"].fas[data-v-b7ac1b3c]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab[data-v-b7ac1b3c]:before,
[class*=" fa-"].fab[data-v-b7ac1b3c]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-][data-v-b7ac1b3c]:before,
[class*=" fa-"][data-v-b7ac1b3c]:before {
  text-decoration: none;
}
i[class^=fa-][data-v-b7ac1b3c]:before,
i[class*=" fa-"][data-v-b7ac1b3c]:before,
*[data-v-b7ac1b3c]:empty:before {
  margin-right: 0;
}
.matrixHeader[data-v-b7ac1b3c] {
  display: flex;
  flex-direction: column;
  z-index: 2;
}
@media (max-width: 1099px) {
.matrixHeader[data-v-b7ac1b3c] {
    position: static !important;
}
}
@media (min-width: 1100px) {
.matrixHeader[data-v-b7ac1b3c] {
    padding-top: 1.5rem;
    top: 0;
    position: sticky;
    background: #fff;
    transition: margin-bottom 0.2s ease;
}
.matrixHeader.tags[data-v-b7ac1b3c] {
    margin-bottom: 2rem;
}
}
.matrixHeader.js-is-sticky[data-v-b7ac1b3c] .matrixHeader-cell-category {
  opacity: 0;
}
.matrixHeader-row[data-v-b7ac1b3c] {
  display: flex;
  flex-direction: column;
}
.matrixHeader-row-inner[data-v-b7ac1b3c] {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.15), 0 0 15px rgba(0, 0, 0, 0.05);
  margin: 20px;
}
@media (min-width: 1100px) {
.matrixHeader-row-inner[data-v-b7ac1b3c] {
    display: grid;
    grid-template-rows: 1fr;
    grid-gap: 10px;
    box-shadow: none;
    margin: 0;
    padding: 0 1rem;
}
}
.matrixHeader-cell--admin[data-v-b7ac1b3c] {
  display: none;
}
@media (min-width: 1100px) {
.matrixHeader-cell--admin[data-v-b7ac1b3c] {
    padding: 0.5rem 0;
    border-bottom: 1px dashed #61686c;
    display: flex;
}
.matrixHeader-cell--admin .matrixHeader-cell-content[data-v-b7ac1b3c] {
    display: flex;
    justify-content: center;
    font-size: 1rem;
    font-weight: 700;
    flex: 0 0 100%;
    margin-right: auto;
    align-self: flex-end;
    min-height: 24px;
    color: #f44336;
}
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-][data-v-f8faea98]:before,
[class*=" fa-"][data-v-f8faea98]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas[data-v-f8faea98]:before,
[class*=" fa-"].fas[data-v-f8faea98]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab[data-v-f8faea98]:before,
[class*=" fa-"].fab[data-v-f8faea98]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-][data-v-f8faea98]:before,
[class*=" fa-"][data-v-f8faea98]:before {
  text-decoration: none;
}
i[class^=fa-][data-v-f8faea98]:before,
i[class*=" fa-"][data-v-f8faea98]:before,
*[data-v-f8faea98]:empty:before {
  margin-right: 0;
}
.modal[data-v-f8faea98] {
  z-index: 20;
}
.modal-content[data-v-f8faea98] {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.delete .modal-content[data-v-f8faea98] {
  align-items: center;
}
.modal-component[data-v-f8faea98] {
  display: flex;
  margin: 0 0 30px;
}
.modal-content-title[data-v-f8faea98] {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 20px;
}
.delete .modal-content-title[data-v-f8faea98] {
  color: #e1523d;
}
.edit .modal-content-title[data-v-f8faea98], .add .modal-content-title[data-v-f8faea98] {
  align-self: flex-start;
  width: 120px;
  margin-right: 20px;
  font-size: 20px;
  margin-bottom: 0;
  flex: 0 0 120px;
  text-align: right;
  padding-bottom: 5px;
  position: relative;
}
.edit .modal-content-title[data-v-f8faea98]::before, .add .modal-content-title[data-v-f8faea98]::before {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 2px;
  background: #f2f1f0;
  content: "";
}
.edit .modal-content-title[data-v-f8faea98]::after, .add .modal-content-title[data-v-f8faea98]::after {
  content: ":";
}
.modal-content-copy[data-v-f8faea98] {
  font-size: 16px;
}
.modal-content-buttons[data-v-f8faea98] {
  display: flex;
  align-self: flex-end;
}
.modal-content-button[data-v-f8faea98] {
  margin: 0 5px;
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-][data-v-09abda12]:before,
[class*=" fa-"][data-v-09abda12]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas[data-v-09abda12]:before,
[class*=" fa-"].fas[data-v-09abda12]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab[data-v-09abda12]:before,
[class*=" fa-"].fab[data-v-09abda12]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-][data-v-09abda12]:before,
[class*=" fa-"][data-v-09abda12]:before {
  text-decoration: none;
}
i[class^=fa-][data-v-09abda12]:before,
i[class*=" fa-"][data-v-09abda12]:before,
*[data-v-09abda12]:empty:before {
  margin-right: 0;
}
.matrixRow-crud[data-v-09abda12] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.matrixRow-crudTool[data-v-09abda12] {
  font-size: 20px;
  margin: 4px;
  cursor: pointer;
}
.matrixRow-crudTool[data-v-09abda12]::before {
  margin-right: 0 !important;
}
.matrixRow-crudTool[data-v-09abda12]:hover {
  color: #e1523d;
}
.matrixRow-crudTool--move[data-v-09abda12] {
  cursor: grab;
}
.matrixRow-add[data-v-09abda12] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0px;
  position: relative;
  z-index: 10;
}
.matrixRow-add[data-v-09abda12]::after {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10px;
  transform: translateY(-50%);
}
.matrixRow-add:hover .matrixRow-add-triger[data-v-09abda12] {
  opacity: 1;
}
.matrixRow-add-triger[data-v-09abda12] {
  text-align: center;
  margin-right: 0 !important;
  font-size: 2rem;
  vertical-align: middle;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.matrixRow-add-triger[data-v-09abda12]:hover {
  color: #e1523d;
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-][data-v-7da9af16]:before,
[class*=" fa-"][data-v-7da9af16]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas[data-v-7da9af16]:before,
[class*=" fa-"].fas[data-v-7da9af16]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab[data-v-7da9af16]:before,
[class*=" fa-"].fab[data-v-7da9af16]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-][data-v-7da9af16]:before,
[class*=" fa-"][data-v-7da9af16]:before {
  text-decoration: none;
}
i[class^=fa-][data-v-7da9af16]:before,
i[class*=" fa-"][data-v-7da9af16]:before,
*[data-v-7da9af16]:empty:before {
  margin-right: 0;
}
.matrixHeader-cell[data-v-7da9af16] {
  position: relative;
  display: none;
  padding: 0.5rem 0.75rem;
  color: #000;
  flex-wrap: wrap;
}
.matrixHeader-cell[data-v-7da9af16]:nth-child(even) {
  background: #f2f1f0;
}
@media (min-width: 1100px) {
.matrixHeader-cell[data-v-7da9af16] {
    padding: 0.5rem 0;
    border-bottom: 1px dashed #00a9e0;
    display: flex;
    flex-wrap: nowrap;
    color: #201547;
}
.matrixHeader-cell[data-v-7da9af16]:nth-child(even) {
    background: none;
}
}
.matrixHeader-cell.filter[data-v-7da9af16] {
  display: flex;
  cursor: pointer;
}
.matrixHeader-cell.filter .matrixHeader-cell-content[data-v-7da9af16] {
  flex: 0 0 calc(100% - 1.4rem - 20px);
  max-width: calc(100% - 1.4rem - 20px);
  margin-right: 0;
}
@media (min-width: 1100px) {
.matrixHeader-cell.filter .matrixHeader-cell-content[data-v-7da9af16] {
    flex: 0 0 auto;
}
}
.matrixHeader-cell.filter.active[data-v-7da9af16] {
  z-index: 2;
}
@media (max-width: 1099px) {
.matrixHeader-cell.filter.active[data-v-7da9af16] {
    padding-bottom: 0;
}
}
@media (min-width: 1100px) {
.matrixHeader-cell.filter[data-v-7da9af16] {
    transition: 0.25s ease;
}
.matrixHeader-cell.filter[data-v-7da9af16]::after {
    content: "";
    position: absolute;
    bottom: 100%;
    height: 5px;
    right: 0;
    left: 0;
    background: #00a9e0;
    z-index: -1;
    opacity: 0;
    transition: 0.25s ease;
}
.matrixHeader-cell.filter.active[data-v-7da9af16], .matrixHeader-cell.filter[data-v-7da9af16]:hover {
    color: #00a9e0;
}
.matrixHeader-cell.filter.active[data-v-7da9af16]::after, .matrixHeader-cell.filter[data-v-7da9af16]:hover::after {
    opacity: 1;
}
.matrixHeader-cell.filter.active .matrixHeader-cell-icon span[data-v-7da9af16]::before, .matrixHeader-cell.filter:hover .matrixHeader-cell-icon span[data-v-7da9af16]::before {
    background: #fff;
}
}
.matrixHeader-cell-category[data-v-7da9af16] {
  position: absolute;
  display: none;
  height: 1px;
  left: 0;
  width: calc(100% + 12px);
  right: -12px;
  bottom: 100%;
  margin-bottom: 8px;
  background: #61686c;
  transition: opacity 0.25s ease;
}
@media (min-width: 1099px) {
.matrixHeader-cell-category[data-v-7da9af16] {
    display: block;
}
}
.matrixHeader-cell-category[data-v-7da9af16]::before, .matrixHeader-cell-category[data-v-7da9af16]::after {
  position: absolute;
  top: -3px;
  left: 0;
  min-height: 7px;
  min-width: 7px;
  border-left: 1px solid #61686c;
  border-bottom: 1px solid #61686c;
  transform: rotate(45deg);
}
.matrixHeader-cell-category.first[data-v-7da9af16]::before {
  content: "";
}
.matrixHeader-cell-category.text[data-v-7da9af16] {
  z-index: 1;
}
.matrixHeader-cell-category.text span[data-v-7da9af16]::after {
  content: attr(data-category);
  font-size: 13px;
  position: absolute;
  bottom: 100%;
  left: 45%;
  line-height: 1;
  background: #fff;
  padding: 0 8px;
  text-align: center;
  transform: translateY(35%) translateX(-50%);
}
.matrixHeader-cell-category.text.text--push span[data-v-7da9af16]::after {
  left: 100%;
}
.matrixHeader-cell-category.last[data-v-7da9af16] {
  right: 0;
  width: 100%;
}
.matrixHeader-cell-category.last[data-v-7da9af16]::after {
  left: auto;
  right: 0;
  content: "";
  transform: rotate(-135deg);
}
.matrixHeader-cell-content[data-v-7da9af16] {
  font-size: 0.875rem;
  font-weight: 700;
  flex: 0 0 100%;
  margin-right: auto;
  align-self: flex-end;
  min-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.matrixHeader-cell-icon[data-v-7da9af16] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 1rem;
  flex: 0 0 18px;
  max-width: 18px;
  margin-left: 10px;
  align-self: flex-end;
  justify-content: center;
  height: 24px;
  color: currentColor;
}
@media (min-width: 1100px) {
.matrixHeader-cell-icon[data-v-7da9af16] {
    margin-left: auto;
}
}
.matrixHeader-cell-icon span[data-v-7da9af16] {
  position: relative;
  display: block;
  height: 2px;
  background: currentColor;
  margin: 2px 0;
}
.matrixHeader-cell-icon span[data-v-7da9af16]::before {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 6px;
  height: 6px;
  content: "";
  transition: left 0.25s ease, right 0.25s ease;
  transform: translateX(0) translateY(-50%);
  border: 1px solid currentColor;
  border-radius: 50%;
  background: #201547;
  transition: 0.25s ease;
}
.matrixHeader-cell-icon span[data-v-7da9af16]:nth-child(2)::before {
  right: 20%;
  left: auto;
  transform: translateX(50%) translateY(-50%);
  background: #e1523d;
}
.matrixHeader-cell-icon span[data-v-7da9af16]:nth-child(3)::before {
  transform: translateX(-50%) translateY(-50%);
  left: 35%;
  background: #00a9e0;
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-]:before,
[class*=" fa-"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas:before,
[class*=" fa-"].fas:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab:before,
[class*=" fa-"].fab:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-]:before,
[class*=" fa-"]:before {
  text-decoration: none;
}
i[class^=fa-]:before,
i[class*=" fa-"]:before,
*:empty:before {
  margin-right: 0;
}
@media (max-width: 1099px) {
.matrixHeader-cell:nth-child(odd) .matrixFilters {
    background: linear-gradient(rgba(255, 255, 255, 0), #fff 70%) 0 100%, radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 100% 40px, 100% 14px;
    background-attachment: local, scroll;
}
.matrixHeader-cell:nth-child(even) .matrixFilters {
    background: linear-gradient(rgba(242, 241, 240, 0), #f2f1f0 70%) 0 100%, radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
    background-repeat: no-repeat;
    background-color: #f2f1f0;
    background-size: 100% 40px, 100% 14px;
    background-attachment: local, scroll;
}
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-][data-v-23031f4e]:before,
[class*=" fa-"][data-v-23031f4e]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas[data-v-23031f4e]:before,
[class*=" fa-"].fas[data-v-23031f4e]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab[data-v-23031f4e]:before,
[class*=" fa-"].fab[data-v-23031f4e]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-][data-v-23031f4e]:before,
[class*=" fa-"][data-v-23031f4e]:before {
  text-decoration: none;
}
i[class^=fa-][data-v-23031f4e]:before,
i[class*=" fa-"][data-v-23031f4e]:before,
*[data-v-23031f4e]:empty:before {
  margin-right: 0;
}
.option[data-v-23031f4e] {
  font-size: 14px;
  font-weight: normal;
  height: 20px;
  display: inline-flex;
  background: #00a9e0;
  border-radius: 2px;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.option[data-v-23031f4e]:only-child {
  margin-right: 0;
}
.text[data-v-23031f4e] {
  display: flex;
  align-items: center;
  padding: 0 5px;
  color: #fff;
  border-right: 1px solid #fff;
}
.remove[data-v-23031f4e] {
  color: #fff;
  cursor: pointer;
  padding: 0 5px;
}
.remove[data-v-23031f4e]:hover {
  background: #e1523d;
}
.remove[data-v-23031f4e]::before {
  margin-right: 0 !important;
}@charset "UTF-8";
/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-]:before,
[class*=" fa-"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas:before,
[class*=" fa-"].fas:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab:before,
[class*=" fa-"].fab:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-]:before,
[class*=" fa-"]:before {
  text-decoration: none;
}
i[class^=fa-]:before,
i[class*=" fa-"]:before,
*:empty:before {
  margin-right: 0;
}
fieldset[disabled] .multiselect {
  pointer-events: none;
}
.multiselect__spinner {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 48px;
  height: 35px;
  background: #fff;
  display: block;
}
.multiselect__spinner:after,
.multiselect__spinner:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  border-color: #00a9e0 transparent transparent;
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 0 0 1px transparent;
}
.multiselect__spinner:before {
  animation: a 2.4s cubic-bezier(0.41, 0.26, 0.2, 0.62);
  animation-iteration-count: infinite;
}
.multiselect__spinner:after {
  animation: a 2.4s cubic-bezier(0.51, 0.09, 0.21, 0.8);
  animation-iteration-count: infinite;
}
.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
  transition: opacity 0.4s ease-in-out;
  opacity: 1;
}
.multiselect__loading-enter,
.multiselect__loading-leave-active {
  opacity: 0;
}
.multiselect,
.multiselect__input,
.multiselect__single {
  font-family: inherit;
  font-size: 16px;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.multiselect {
  box-sizing: content-box;
  display: block;
  position: relative;
  width: 100%;
  min-height: 40px;
  text-align: left;
  color: #61686c;
}
.multiselect * {
  box-sizing: border-box;
}
.multiselect:focus {
  outline: none;
}
.multiselect--disabled {
  opacity: 0.6;
}
.multiselect--active {
  z-index: 1;
}
.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.multiselect--active .multiselect__select {
  transform: rotate(180deg);
}
.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.multiselect__input,
.multiselect__single {
  position: relative;
  display: inline-block;
  min-height: 20px;
  line-height: 20px;
  border: none;
  border-radius: 2px;
  background: transparent;
  padding: 0 0 0 5px;
  width: 100%;
  transition: border 0.1s ease;
  box-sizing: border-box;
  margin-bottom: 8px;
  vertical-align: top;
}
.multiselect__input::-webkit-input-placeholder {
  color: #61686c;
}
.multiselect__input:-ms-input-placeholder {
  color: #61686c;
}
.multiselect__input::placeholder {
  color: #61686c;
}
.multiselect__tag ~ .multiselect__input,
.multiselect__tag ~ .multiselect__single {
  width: auto;
}
.multiselect__input:hover,
.multiselect__single:hover {
  border-color: #cfcfcf;
}
.multiselect__input:focus,
.multiselect__single:focus {
  border-color: #a8a8a8;
  outline: none;
}
.multiselect__single {
  padding-left: 5px;
  margin-bottom: 8px;
}
.multiselect__tags-wrap {
  display: inline;
}
.multiselect__tags {
  min-height: 40px;
  display: block;
  padding: 8px 40px 0 8px;
  border-radius: 2px;
  border: 1px solid #c4c4c4;
  background: #fff;
  font-size: 14px;
}
.multiselect__tag {
  position: relative;
  display: inline-block;
  padding: 4px 26px 4px 10px;
  border-radius: 2px;
  margin-right: 10px;
  color: #fff;
  line-height: 1;
  background: #00a9e0;
  margin-bottom: 5px;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis;
}
.multiselect__tag-icon {
  cursor: pointer;
  margin-left: 7px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  font-weight: 700;
  font-style: normal;
  width: 22px;
  text-align: center;
  line-height: 22px;
  transition: all 0.2s ease;
  border-radius: 2px;
}
.multiselect__tag-icon:after {
  content: "×";
  color: #266d4d;
  font-size: 14px;
}
.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
  background: #369a6e;
}
.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
  color: #fff;
}
.multiselect__current {
  min-height: 40px;
  overflow: hidden;
  padding: 8px 12px 0;
  padding-right: 30px;
  white-space: nowrap;
  border-radius: 2px;
  border: 1px solid #c4c4c4;
}
.multiselect__current,
.multiselect__select {
  line-height: 16px;
  box-sizing: border-box;
  display: block;
  margin: 0;
  text-decoration: none;
  cursor: pointer;
}
.multiselect__select {
  position: absolute;
  width: 40px;
  height: 38px;
  right: 1px;
  top: 1px;
  padding: 4px 8px;
  text-align: center;
  transition: transform 0.2s ease;
}
.multiselect__select:before {
  position: relative;
  right: 0;
  top: 65%;
  color: #999;
  margin-top: 4px;
  border-style: solid;
  border-width: 5px 5px 0;
  border-color: #999 transparent transparent;
  content: "";
}
.multiselect__placeholder {
  color: #adadad;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 2px;
}
.multiselect--active .multiselect__placeholder {
  display: none;
}
.multiselect__content-wrapper {
  position: absolute;
  display: block;
  background: #fafafa;
  width: 100%;
  max-height: 240px;
  overflow: auto;
  border: 1px solid #c4c4c4;
  border-top: none;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 1;
  -webkit-overflow-scrolling: touch;
}
.multiselect__content {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: 0;
  min-width: 100%;
  vertical-align: top;
}
.multiselect--above .multiselect__content-wrapper {
  bottom: 100%;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: none;
  border-top: 1px solid #c4c4c4;
}
.multiselect__content::webkit-scrollbar {
  display: none;
}
.multiselect__element {
  display: block;
}
.multiselect__option {
  display: block;
  padding: 12px;
  min-height: 40px;
  line-height: 16px;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
.multiselect__option:after {
  top: 0;
  right: 0;
  position: absolute;
  line-height: 40px;
  padding-right: 12px;
  padding-left: 20px;
  font-size: 13px;
}
.multiselect__option--highlight {
  background: #00a9e0;
  outline: none;
  color: #fff;
}
.multiselect__option--highlight:after {
  content: attr(data-select);
  background: #00a9e0;
  color: #fff;
}
.multiselect__option--selected {
  background: #61686c;
  color: #fff;
  font-weight: 700;
}
.multiselect__option--selected:after {
  content: attr(data-selected);
  color: #f2f1f0;
}
.multiselect__option--selected.multiselect__option--highlight {
  background: #e1523d;
  color: #fff;
}
.multiselect__option--selected.multiselect__option--highlight:after {
  background: #e1523d;
  content: attr(data-deselect);
  color: #fff;
}
.multiselect--disabled {
  background: #ededed;
  pointer-events: none;
}
.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select,
.multiselect__option--disabled {
  background: #ededed;
  color: #a6a6a6;
}
.multiselect__option--disabled {
  cursor: text;
  pointer-events: none;
}
.multiselect__option--group {
  background: #ededed;
  color: #61686c;
}
.multiselect__option--group.multiselect__option--highlight {
  background: #61686c;
  color: #fff;
}
.multiselect__option--group.multiselect__option--highlight:after {
  background: #61686c;
}
.multiselect__option--disabled.multiselect__option--highlight {
  background: #dedede;
}
.multiselect__option--group-selected.multiselect__option--highlight {
  background: #e1523d;
  color: #fff;
}
.multiselect__option--group-selected.multiselect__option--highlight:after {
  background: #e1523d;
  content: attr(data-deselect);
  color: #fff;
}
.multiselect-enter-active,
.multiselect-leave-active {
  transition: all 0.15s ease;
}
.multiselect-enter,
.multiselect-leave-active {
  opacity: 0;
}
.multiselect__strong {
  margin-bottom: 8px;
  line-height: 20px;
  display: inline-block;
  vertical-align: top;
}
[dir=rtl] .multiselect {
  text-align: right;
}
[dir=rtl] .multiselect__select {
  right: auto;
  left: 1px;
}
[dir=rtl] .multiselect__tags {
  padding: 8px 8px 0 40px;
}
[dir=rtl] .multiselect__content {
  text-align: right;
}
[dir=rtl] .multiselect__option:after {
  right: auto;
  left: 0;
}
[dir=rtl] .multiselect__clear {
  right: auto;
  left: 12px;
}
[dir=rtl] .multiselect__spinner {
  right: auto;
  left: 1px;
}
@keyframes a {
0% {
    transform: rotate(0);
}
to {
    transform: rotate(2turn);
}
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-][data-v-c447cbfe]:before,
[class*=" fa-"][data-v-c447cbfe]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas[data-v-c447cbfe]:before,
[class*=" fa-"].fas[data-v-c447cbfe]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab[data-v-c447cbfe]:before,
[class*=" fa-"].fab[data-v-c447cbfe]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-][data-v-c447cbfe]:before,
[class*=" fa-"][data-v-c447cbfe]:before {
  text-decoration: none;
}
i[class^=fa-][data-v-c447cbfe]:before,
i[class*=" fa-"][data-v-c447cbfe]:before,
*[data-v-c447cbfe]:empty:before {
  margin-right: 0;
}
textarea[data-v-c447cbfe] {
  font-size: 14px;
  border: none;
  outline: none;
  appearance: none;
  padding: 20px;
  background: #fff;
  min-height: 100px;
  flex: 1 1 100%;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-]:before,
[class*=" fa-"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas:before,
[class*=" fa-"].fas:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab:before,
[class*=" fa-"].fab:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-]:before,
[class*=" fa-"]:before {
  text-decoration: none;
}
i[class^=fa-]:before,
i[class*=" fa-"]:before,
*:empty:before {
  margin-right: 0;
}
.ck-editor {
  flex: 1 1 100%;
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-][data-v-91965d92]:before,
[class*=" fa-"][data-v-91965d92]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas[data-v-91965d92]:before,
[class*=" fa-"].fas[data-v-91965d92]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab[data-v-91965d92]:before,
[class*=" fa-"].fab[data-v-91965d92]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-][data-v-91965d92]:before,
[class*=" fa-"][data-v-91965d92]:before {
  text-decoration: none;
}
i[class^=fa-][data-v-91965d92]:before,
i[class*=" fa-"][data-v-91965d92]:before,
*[data-v-91965d92]:empty:before {
  margin-right: 0;
}
.matrixBool[data-v-91965d92] {
  display: flex;
  background: #fafafa;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px;
  flex: 1 1 100%;
  border: 1px solid #c4c4c4;
  border-radius: 2px;
}
input[data-v-91965d92] {
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  opacity: 0;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
  margin-bottom: 0;
}
input:checked + label[data-v-91965d92]::before {
  box-shadow: inset 0 0 0 3px #fff;
}
label[data-v-91965d92] {
  display: flex;
  font-size: 16px;
  align-items: center;
  margin-right: 30px;
  margin-bottom: 0;
  cursor: pointer;
}
label[data-v-91965d92]::before {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #3a5dae;
  border: 1px solid #3a5dae;
  margin-right: 5px;
  box-shadow: inset 0 0 0 6px #fff;
  transition: 0.1s ease;
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-]:before,
[class*=" fa-"]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas:before,
[class*=" fa-"].fas:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab:before,
[class*=" fa-"].fab:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-]:before,
[class*=" fa-"]:before {
  text-decoration: none;
}
i[class^=fa-]:before,
i[class*=" fa-"]:before,
*:empty:before {
  margin-right: 0;
}
.sort-enter, .sort-leave-to {
  opacity: 0;
  transform: translateY(30px);
}
.sort-leave-active {
  position: absolute;
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-][data-v-dfbdb93c]:before,
[class*=" fa-"][data-v-dfbdb93c]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas[data-v-dfbdb93c]:before,
[class*=" fa-"].fas[data-v-dfbdb93c]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab[data-v-dfbdb93c]:before,
[class*=" fa-"].fab[data-v-dfbdb93c]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-][data-v-dfbdb93c]:before,
[class*=" fa-"][data-v-dfbdb93c]:before {
  text-decoration: none;
}
i[class^=fa-][data-v-dfbdb93c]:before,
i[class*=" fa-"][data-v-dfbdb93c]:before,
*[data-v-dfbdb93c]:empty:before {
  margin-right: 0;
}
.matrixSelections[data-v-dfbdb93c] {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  color: #000;
  border-left: 5px solid #e1523d;
  width: 100%;
  margin: 0.5rem 0;
  padding: 5px;
}
@media (min-width: 1100px) {
.matrixSelections[data-v-dfbdb93c] {
    background: #61686c;
    color: #fff;
    border-left: none;
    width: auto;
    margin-top: 0;
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    margin: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1), 0 0 30px rgba(0, 0, 0, 0.05);
}
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-][data-v-89d53476]:before,
[class*=" fa-"][data-v-89d53476]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas[data-v-89d53476]:before,
[class*=" fa-"].fas[data-v-89d53476]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab[data-v-89d53476]:before,
[class*=" fa-"].fab[data-v-89d53476]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-][data-v-89d53476]:before,
[class*=" fa-"][data-v-89d53476]:before {
  text-decoration: none;
}
i[class^=fa-][data-v-89d53476]:before,
i[class*=" fa-"][data-v-89d53476]:before,
*[data-v-89d53476]:empty:before {
  margin-right: 0;
}
.matrixFilters[data-v-89d53476] {
  display: flex;
  z-index: 5;
  flex-direction: column;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-y: auto;
  max-height: 200px;
  flex: 0 0 100%;
  padding: 0.5rem 1rem;
  margin: 0 -10px;
  min-width: calc(100% + 20px);
  order: 1;
}
@media (min-width: 1100px) {
.matrixFilters[data-v-89d53476] {
    position: absolute;
    padding: 0;
    top: 100%;
    left: -1px;
    right: -1px;
    margin: 0;
    min-width: 0;
    background: #00a9e0;
    order: initial;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, 0.15), -6px 6px 12px rgba(0, 0, 0, 0.15), 18px 18px 26px rgba(0, 0, 0, 0.05), -18px 18px 26px rgba(0, 0, 0, 0.05);
}
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-][data-v-0f00d647]:before,
[class*=" fa-"][data-v-0f00d647]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas[data-v-0f00d647]:before,
[class*=" fa-"].fas[data-v-0f00d647]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab[data-v-0f00d647]:before,
[class*=" fa-"].fab[data-v-0f00d647]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-][data-v-0f00d647]:before,
[class*=" fa-"][data-v-0f00d647]:before {
  text-decoration: none;
}
i[class^=fa-][data-v-0f00d647]:before,
i[class*=" fa-"][data-v-0f00d647]:before,
*[data-v-0f00d647]:empty:before {
  margin-right: 0;
}
.expand-enter-active[data-v-0f00d647],
.expand-leave-active[data-v-0f00d647] {
  transition: height 0.2s ease;
  overflow: hidden;
  z-index: 2;
}
.expand-enter[data-v-0f00d647],
.expand-leave-to[data-v-0f00d647] {
  height: 0;
}/*
 * black and white for mixing
 */
/*
 * Standard error/warning/success
 */
/*
* Define base brand colors and gray variables here and then add them to the map below.
* Color names can be generated entering hex values into http://chir.ag/projects/name-that-color/
* Colors below are examples so you can cut/paste/replace
*/
/*
* Populate the map below with the brand colors you entered above gray in map for shades
* Helper classes are being generated by this sass map in styles/scss/base/_helpers.scss
* as well as populating in pug/styleguide.pug
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/*
* Call the color palette modifiers for scss usage
* USAGE (scss):
	div {
		color: palette(gray,500);
		background-color: palette(gray,50);
		border: 1px solid palette(gray,900);
	}
*/
/* FLUID FONT SIZE
========================================================================== */
/* ASPECT RATIO
========================================================================== */
/* more concise media queries than bootstraps oob
* always up, never down.
* USAGE:
@include mq(sm) {

}
*/
[class^=fa-][data-v-73131e0e]:before,
[class*=" fa-"][data-v-73131e0e]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
}
[class^=fa-].fas[data-v-73131e0e]:before,
[class*=" fa-"].fas[data-v-73131e0e]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
[class^=fa-].fab[data-v-73131e0e]:before,
[class*=" fa-"].fab[data-v-73131e0e]:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-right: 0.4em;
  font-weight: normal;
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}
[class^=fa-][data-v-73131e0e]:before,
[class*=" fa-"][data-v-73131e0e]:before {
  text-decoration: none;
}
i[class^=fa-][data-v-73131e0e]:before,
i[class*=" fa-"][data-v-73131e0e]:before,
*[data-v-73131e0e]:empty:before {
  margin-right: 0;
}
.matrixFilter[data-v-73131e0e] {
  padding: 3px 0;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  cursor: pointer;
  max-width: 100%;
}
.matrixFilter.selected .matrixFilter-checkbox[data-v-73131e0e]:after {
  opacity: 1;
}
@media (min-width: 1100px) {
.matrixFilter[data-v-73131e0e] {
    padding: 0.5rem 0.5rem;
}
.matrixFilter[data-v-73131e0e]:hover {
    background: #0cc3ff;
}
}
.matrixFilter-checkbox[data-v-73131e0e] {
  height: 20px;
  width: 20px;
  flex: 0 0 20px;
  position: relative;
  border: 1px solid;
  margin-right: 0.25rem;
}
@media (min-width: 1100px) {
.matrixFilter-checkbox[data-v-73131e0e] {
    color: #fff;
    height: 12px;
    width: 12px;
    flex: 0 0 12px;
}
}
.matrixFilter-checkbox[data-v-73131e0e]:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 2px;
  margin: auto;
  box-sizing: content-box;
  width: 2px;
  height: 6px;
  content: "";
  transition: opacity 0.2s ease;
  transform: rotate(45deg);
  opacity: 0;
  border-right: 1px solid;
  border-bottom: 1px solid;
}
.matrixFilter-text[data-v-73131e0e] {
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  transition: 0.2s ease;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1100px) {
.matrixFilter-text[data-v-73131e0e] {
    color: #fff;
    font-size: 13px;
    line-height: 1.3;
}
}