
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  margin-left: -8px;
  position: absolute;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="top"]
.react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  box-sizing: content-box;
  position: absolute;
  border: 8px solid transparent;
  height: 0;
  width: 1px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  content: "";
  z-index: -1;
  border-width: 8px;
  left: -8px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle {
  top: 0;
  margin-top: -8px;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle,
.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  border-top: none;
  border-bottom-color: #f0f0f0;
}

.react-datepicker-popper[data-placement^="bottom"] .react-datepicker__triangle::before {
  top: -1px;
  border-bottom-color: #aeaeae;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  bottom: 0;
  margin-bottom: -8px;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle,
.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow,
.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  border-bottom: none;
  border-top-color: #fff;
}

.react-datepicker-popper[data-placement^="top"] .react-datepicker__triangle::before,
.react-datepicker__year-read-view--down-arrow::before,
.react-datepicker__month-read-view--down-arrow::before,
.react-datepicker__month-year-read-view--down-arrow::before {
  bottom: -1px;
  border-top-color: #aeaeae;
}

.react-datepicker-wrapper {
  display: inline-block;
}

.react-datepicker {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  display: inline-block;
  position: relative;
}

.react-datepicker--time-only .react-datepicker__triangle {
  left: 35px;
}

.react-datepicker--time-only .react-datepicker__time-container {
  border-left: 0;
}

.react-datepicker--time-only .react-datepicker__time {
  border-radius: 0.3rem;
}

.react-datepicker--time-only .react-datepicker__time-box {
  border-radius: 0.3rem;
}

.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}

.react-datepicker-popper {
  z-index: 1;
}

.react-datepicker-popper[data-placement^="bottom"] {
  margin-top: 10px;
}

.react-datepicker-popper[data-placement^="top"] {
  margin-bottom: 10px;
}

.react-datepicker-popper[data-placement^="right"] {
  margin-left: 8px;
}

.react-datepicker-popper[data-placement^="right"] .react-datepicker__triangle {
  left: auto;
  right: 42px;
}

.react-datepicker-popper[data-placement^="left"] {
  margin-right: 8px;
}

.react-datepicker-popper[data-placement^="left"] .react-datepicker__triangle {
  left: 42px;
  right: auto;
}

.react-datepicker__header {
  text-align: center;
  background-color: #f0f0f0;
  border-bottom: 1px solid #aeaeae;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
  padding-top: 8px;
  position: relative;
}

.react-datepicker__header--time {
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.react-datepicker__year-dropdown-container--select,
.react-datepicker__month-dropdown-container--select,
.react-datepicker__month-year-dropdown-container--select,
.react-datepicker__year-dropdown-container--scroll,
.react-datepicker__month-dropdown-container--scroll,
.react-datepicker__month-year-dropdown-container--scroll {
  display: inline-block;
  margin: 0 2px;
}

.react-datepicker__current-month,
.react-datepicker-time__header {
  margin-top: 0;
  color: #000;
  font-weight: bold;
  font-size: 0.944rem;
}

.react-datepicker-time__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 10px;

  /* width: 0; */
  padding: 0;
  border: 0.45rem solid transparent;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}

.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #ccc;
}

.react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__navigation--previous--disabled,
.react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #ccc;
}

.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button) {
  right: 80px;
}

.react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__navigation--next--disabled,
.react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__navigation--years {
  position: relative;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__navigation--years-previous {
  top: 4px;
  border-top-color: #ccc;
}

.react-datepicker__navigation--years-previous:hover {
  border-top-color: #b3b3b3;
}

.react-datepicker__navigation--years-upcoming {
  top: -4px;
  border-bottom-color: #ccc;
}

.react-datepicker__navigation--years-upcoming:hover {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__month-container {
  float: left;
}

.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}

.react-datepicker__time-container {
  float: right;
  border-left: 1px solid #aeaeae;
  width: 70px;
}

.react-datepicker__time-container--with-today-button {
  display: inline;
  border: 1px solid #aeaeae;
  border-radius: 0.3rem;
  position: absolute;
  right: -72px;
  top: 0;
}

.react-datepicker__time-container .react-datepicker__time {
  position: relative;
  background: white;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box {
  width: 70px;
  overflow-x: hidden;
  margin: 0 auto;
  text-align: center;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list {
  list-style: none;
  margin: 0;
  height: calc(195px + (1.7rem / 2));
  overflow-y: scroll;
  padding-right: 30px;
  width: 100%;
  box-sizing: content-box;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item {
  padding: 5px 10px;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover {
  cursor: pointer;
  background-color: #f0f0f0;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected {
  background-color: #216ba5;
  color: white;
  font-weight: bold;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover {
  background-color: #216ba5;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled {
  color: #ccc;
}

.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover {
  cursor: default;
  background-color: transparent;
}

.react-datepicker__week-number {
  color: #ccc;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable {
  cursor: pointer;
}

.react-datepicker__week-number.react-datepicker__week-number--clickable:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}

.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #000;
  display: inline-block;
  width: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  margin: 0.166rem;
}

.react-datepicker__day {
  cursor: pointer;
}

.react-datepicker__day:hover {
  border-radius: 0.3rem;
  background-color: #f0f0f0;
}

.react-datepicker__day--today {
  font-weight: bold;
}

.react-datepicker__day--highlighted {
  border-radius: 0.3rem;
  background-color: #3dcc4a;
  color: #fff;
}

.react-datepicker__day--highlighted:hover {
  background-color: #32be3f;
}

.react-datepicker__day--highlighted-custom-1 {
  color: magenta;
}

.react-datepicker__day--highlighted-custom-2 {
  color: green;
}

.react-datepicker__day--selected,
.react-datepicker__day--in-selecting-range,
.react-datepicker__day--in-range {
  border-radius: 0.3rem;
  background-color: #216ba5;
  color: #fff;
}

.react-datepicker__day--selected:hover,
.react-datepicker__day--in-selecting-range:hover,
.react-datepicker__day--in-range:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--keyboard-selected {
  border-radius: 0.3rem;
  background-color: #2a87d0;
  color: #fff;
}

.react-datepicker__day--keyboard-selected:hover {
  background-color: #1d5d90;
}

.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range) {
  background-color: rgba(33, 107, 165, 0.5);
}

.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range) {
  background-color: #f0f0f0;
  color: #000;
}

.react-datepicker__day--disabled {
  cursor: default;
  color: #ccc;
}

.react-datepicker__day--disabled:hover {
  background-color: transparent;
}

.react-datepicker__input-container {
  position: relative;
  display: inline-block;
}

.react-datepicker__year-read-view,
.react-datepicker__month-read-view,
.react-datepicker__month-year-read-view {
  border: 1px solid transparent;
  border-radius: 0.3rem;
}

.react-datepicker__year-read-view:hover,
.react-datepicker__month-read-view:hover,
.react-datepicker__month-year-read-view:hover {
  cursor: pointer;
}

.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-read-view--down-arrow,
.react-datepicker__month-read-view--down-arrow,
.react-datepicker__month-year-read-view--down-arrow {
  border-top-color: #ccc;
  float: right;
  margin-left: 20px;
  top: 8px;
  position: relative;
  border-width: 0.45rem;
}

.react-datepicker__year-dropdown,
.react-datepicker__month-dropdown,
.react-datepicker__month-year-dropdown {
  background-color: #f0f0f0;
  position: absolute;
  width: 50%;
  left: 25%;
  top: 30px;
  z-index: 1;
  text-align: center;
  border-radius: 0.3rem;
  border: 1px solid #aeaeae;
}

.react-datepicker__year-dropdown:hover,
.react-datepicker__month-dropdown:hover,
.react-datepicker__month-year-dropdown:hover {
  cursor: pointer;
}

.react-datepicker__year-dropdown--scrollable,
.react-datepicker__month-dropdown--scrollable,
.react-datepicker__month-year-dropdown--scrollable {
  height: 150px;
  overflow-y: scroll;
}

.react-datepicker__year-option,
.react-datepicker__month-option,
.react-datepicker__month-year-option {
  line-height: 20px;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.react-datepicker__year-option:first-of-type,
.react-datepicker__month-option:first-of-type,
.react-datepicker__month-year-option:first-of-type {
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.react-datepicker__year-option:last-of-type,
.react-datepicker__month-option:last-of-type,
.react-datepicker__month-year-option:last-of-type {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-bottom-left-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.react-datepicker__year-option:hover,
.react-datepicker__month-option:hover,
.react-datepicker__month-year-option:hover {
  background-color: #ccc;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming {
  border-bottom-color: #b3b3b3;
}

.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,
.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous {
  border-top-color: #b3b3b3;
}

.react-datepicker__year-option--selected,
.react-datepicker__month-option--selected,
.react-datepicker__month-year-option--selected {
  position: absolute;
  left: 15px;
}

.react-datepicker__close-icon {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  outline: 0;
  padding: 0;
  vertical-align: middle;
  position: absolute;
  height: 16px;
  width: 16px;
  top: 25%;
  right: 7px;
}

.react-datepicker__close-icon::after {
  background-color: #216ba5;
  border-radius: 50%;
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  content: "\00d7";
  cursor: pointer;
  font-size: 12px;
  height: 16px;
  width: 16px;
  line-height: 1;
  margin: -8px auto 0;
  padding: 2px;
  position: absolute;
  right: 0;
  text-align: center;
}

.react-datepicker__today-button {
  background: #f0f0f0;
  border-top: 1px solid #aeaeae;
  cursor: pointer;
  text-align: center;
  font-weight: bold;
  padding: 5px 0;
  clear: left;
}

.react-datepicker__portal {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
  top: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  z-index: 2147483647;
}

.react-datepicker__portal .react-datepicker__day-name,
.react-datepicker__portal .react-datepicker__day,
.react-datepicker__portal .react-datepicker__time-name {
  width: 3rem;
  line-height: 3rem;
}

@media (max-width: 400px), (max-height: 550px) {
  .react-datepicker__portal .react-datepicker__day-name,
  .react-datepicker__portal .react-datepicker__day,
  .react-datepicker__portal .react-datepicker__time-name {
    width: 2rem;
    line-height: 2rem;
  }
}

.react-datepicker__portal .react-datepicker__current-month,
.react-datepicker__portal .react-datepicker-time__header {
  font-size: 1.44rem;
}

.react-datepicker__portal .react-datepicker__navigation {
  border: 0.81rem solid transparent;
}

.react-datepicker__portal .react-datepicker__navigation--previous {
  border-right-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--previous:hover {
  border-right-color: #b3b3b3;
}

.react-datepicker__portal
.react-datepicker__navigation--previous--disabled,
.react-datepicker__portal .react-datepicker__navigation--previous--disabled:hover {
  border-right-color: #e6e6e6;
  cursor: default;
}

.react-datepicker__portal .react-datepicker__navigation--next {
  border-left-color: #ccc;
}

.react-datepicker__portal .react-datepicker__navigation--next:hover {
  border-left-color: #b3b3b3;
}

.react-datepicker__portal
.react-datepicker__navigation--next--disabled,
.react-datepicker__portal .react-datepicker__navigation--next--disabled:hover {
  border-left-color: #e6e6e6;
  cursor: default;
}

@media print, screen and (min-width: 40em){.reveal,.reveal.tiny,.reveal.small,.reveal.large{right:auto;left:auto;margin:0 auto}}/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}main{display:block}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}template{display:none}[hidden]{display:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=100em"}html{box-sizing:border-box;font-size:16px}*,*::before,*::after{box-sizing:inherit}body{margin:0;padding:0;background:#fff;font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;line-height:1.4;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:4px}select{box-sizing:border-box;width:100%;border-radius:4px}.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}button{padding:0;appearance:none;border:0;border-radius:4px;background:transparent;line-height:1;cursor:auto}[data-whatinput='mouse'] button{outline:0}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block !important}.is-hidden{display:none !important}.grid-container{padding-right:.625rem;padding-left:.625rem;max-width:75rem;margin:0 auto}@media print, screen and (min-width: 40em){.grid-container{padding-right:.625rem;padding-left:.625rem}}.grid-container.fluid{padding-right:.625rem;padding-left:.625rem;max-width:100%;margin:0 auto}@media print, screen and (min-width: 40em){.grid-container.fluid{padding-right:.625rem;padding-left:.625rem}}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin:0 auto}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0px;min-width:0px;width:100%}.cell.auto{flex:1 1 0px}.cell.shrink{flex:0 0 auto}.grid-x>.auto{width:auto}.grid-x>.shrink{width:auto}.grid-x>.small-shrink,.grid-x>.small-full,.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12{flex-basis:auto}@media print, screen and (min-width: 40em){.grid-x>.medium-shrink,.grid-x>.medium-full,.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12{flex-basis:auto}}@media print, screen and (min-width: 64em){.grid-x>.large-shrink,.grid-x>.large-full,.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12{flex-basis:auto}}@media screen and (min-width: 75em){.grid-x>.xlarge-shrink,.grid-x>.xlarge-full,.grid-x>.xlarge-1,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12{flex-basis:auto}}@media screen and (min-width: 100em){.grid-x>.xxlarge-shrink,.grid-x>.xxlarge-full,.grid-x>.xxlarge-1,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12{flex-basis:auto}}.grid-x>.small-1{width:8.33333%}.grid-x>.small-2{width:16.66667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.33333%}.grid-x>.small-5{width:41.66667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.33333%}.grid-x>.small-8{width:66.66667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.33333%}.grid-x>.small-11{width:91.66667%}.grid-x>.small-12{width:100%}@media print, screen and (min-width: 40em){.grid-x>.medium-auto{flex:1 1 0px;width:auto}.grid-x>.medium-shrink{flex:0 0 auto;width:auto}.grid-x>.medium-1{width:8.33333%}.grid-x>.medium-2{width:16.66667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.33333%}.grid-x>.medium-5{width:41.66667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.33333%}.grid-x>.medium-8{width:66.66667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.33333%}.grid-x>.medium-11{width:91.66667%}.grid-x>.medium-12{width:100%}}@media print, screen and (min-width: 64em){.grid-x>.large-auto{flex:1 1 0px;width:auto}.grid-x>.large-shrink{flex:0 0 auto;width:auto}.grid-x>.large-1{width:8.33333%}.grid-x>.large-2{width:16.66667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.33333%}.grid-x>.large-5{width:41.66667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.33333%}.grid-x>.large-8{width:66.66667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.33333%}.grid-x>.large-11{width:91.66667%}.grid-x>.large-12{width:100%}}@media screen and (min-width: 75em){.grid-x>.xlarge-auto{flex:1 1 0px;width:auto}.grid-x>.xlarge-shrink{flex:0 0 auto;width:auto}.grid-x>.xlarge-1{width:8.33333%}.grid-x>.xlarge-2{width:16.66667%}.grid-x>.xlarge-3{width:25%}.grid-x>.xlarge-4{width:33.33333%}.grid-x>.xlarge-5{width:41.66667%}.grid-x>.xlarge-6{width:50%}.grid-x>.xlarge-7{width:58.33333%}.grid-x>.xlarge-8{width:66.66667%}.grid-x>.xlarge-9{width:75%}.grid-x>.xlarge-10{width:83.33333%}.grid-x>.xlarge-11{width:91.66667%}.grid-x>.xlarge-12{width:100%}}@media screen and (min-width: 100em){.grid-x>.xxlarge-auto{flex:1 1 0px;width:auto}.grid-x>.xxlarge-shrink{flex:0 0 auto;width:auto}.grid-x>.xxlarge-1{width:8.33333%}.grid-x>.xxlarge-2{width:16.66667%}.grid-x>.xxlarge-3{width:25%}.grid-x>.xxlarge-4{width:33.33333%}.grid-x>.xxlarge-5{width:41.66667%}.grid-x>.xxlarge-6{width:50%}.grid-x>.xxlarge-7{width:58.33333%}.grid-x>.xxlarge-8{width:66.66667%}.grid-x>.xxlarge-9{width:75%}.grid-x>.xxlarge-10{width:83.33333%}.grid-x>.xxlarge-11{width:91.66667%}.grid-x>.xxlarge-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-.625rem;margin-right:-.625rem}@media print, screen and (min-width: 40em){.grid-margin-x{margin-left:-.625rem;margin-right:-.625rem}}.grid-margin-x>.cell{width:calc(100% - 1.25rem);margin-left:.625rem;margin-right:.625rem}@media print, screen and (min-width: 40em){.grid-margin-x>.cell{width:calc(100% - 1.25rem);margin-left:.625rem;margin-right:.625rem}}.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.small-3{width:calc(25% - 1.25rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.25rem)}.grid-margin-x>.small-6{width:calc(50% - 1.25rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.25rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.small-9{width:calc(75% - 1.25rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.25rem)}.grid-margin-x>.small-12{width:calc(100% - 1.25rem)}@media print, screen and (min-width: 40em){.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.small-3{width:calc(25% - 1.25rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.25rem)}.grid-margin-x>.small-6{width:calc(50% - 1.25rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.25rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.small-9{width:calc(75% - 1.25rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.25rem)}.grid-margin-x>.small-12{width:calc(100% - 1.25rem)}.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.25rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 1.25rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.25rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 1.25rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.25rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 1.25rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.25rem)}}@media print, screen and (min-width: 64em){.grid-margin-x>.large-auto{width:auto}.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.large-3{width:calc(25% - 1.25rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 1.25rem)}.grid-margin-x>.large-6{width:calc(50% - 1.25rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 1.25rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.large-9{width:calc(75% - 1.25rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 1.25rem)}.grid-margin-x>.large-12{width:calc(100% - 1.25rem)}}@media screen and (min-width: 75em){.grid-margin-x>.xlarge-auto{width:auto}.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.xlarge-2{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.xlarge-3{width:calc(25% - 1.25rem)}.grid-margin-x>.xlarge-4{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.xlarge-5{width:calc(41.66667% - 1.25rem)}.grid-margin-x>.xlarge-6{width:calc(50% - 1.25rem)}.grid-margin-x>.xlarge-7{width:calc(58.33333% - 1.25rem)}.grid-margin-x>.xlarge-8{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.xlarge-9{width:calc(75% - 1.25rem)}.grid-margin-x>.xlarge-10{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.xlarge-11{width:calc(91.66667% - 1.25rem)}.grid-margin-x>.xlarge-12{width:calc(100% - 1.25rem)}}@media screen and (min-width: 100em){.grid-margin-x>.xxlarge-auto{width:auto}.grid-margin-x>.xxlarge-shrink{width:auto}.grid-margin-x>.xxlarge-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.xxlarge-2{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.xxlarge-3{width:calc(25% - 1.25rem)}.grid-margin-x>.xxlarge-4{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.xxlarge-5{width:calc(41.66667% - 1.25rem)}.grid-margin-x>.xxlarge-6{width:calc(50% - 1.25rem)}.grid-margin-x>.xxlarge-7{width:calc(58.33333% - 1.25rem)}.grid-margin-x>.xxlarge-8{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.xxlarge-9{width:calc(75% - 1.25rem)}.grid-margin-x>.xxlarge-10{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.xxlarge-11{width:calc(91.66667% - 1.25rem)}.grid-margin-x>.xxlarge-12{width:calc(100% - 1.25rem)}}.grid-padding-x .grid-padding-x{margin-right:-.625rem;margin-left:-.625rem}@media print, screen and (min-width: 40em){.grid-padding-x .grid-padding-x{margin-right:-.625rem;margin-left:-.625rem}}.grid-container:not(.full)>.grid-padding-x{margin-right:-.625rem;margin-left:-.625rem}@media print, screen and (min-width: 40em){.grid-container:not(.full)>.grid-padding-x{margin-right:-.625rem;margin-left:-.625rem}}.grid-padding-x>.cell{padding-right:.625rem;padding-left:.625rem}@media print, screen and (min-width: 40em){.grid-padding-x>.cell{padding-right:.625rem;padding-left:.625rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.33333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.66667%}.small-up-7>.cell{width:14.28571%}.small-up-8>.cell{width:12.5%}@media print, screen and (min-width: 40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.33333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.66667%}.medium-up-7>.cell{width:14.28571%}.medium-up-8>.cell{width:12.5%}}@media print, screen and (min-width: 64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.33333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.66667%}.large-up-7>.cell{width:14.28571%}.large-up-8>.cell{width:12.5%}}@media screen and (min-width: 75em){.xlarge-up-1>.cell{width:100%}.xlarge-up-2>.cell{width:50%}.xlarge-up-3>.cell{width:33.33333%}.xlarge-up-4>.cell{width:25%}.xlarge-up-5>.cell{width:20%}.xlarge-up-6>.cell{width:16.66667%}.xlarge-up-7>.cell{width:14.28571%}.xlarge-up-8>.cell{width:12.5%}}@media screen and (min-width: 100em){.xxlarge-up-1>.cell{width:100%}.xxlarge-up-2>.cell{width:50%}.xxlarge-up-3>.cell{width:33.33333%}.xxlarge-up-4>.cell{width:25%}.xxlarge-up-5>.cell{width:20%}.xxlarge-up-6>.cell{width:16.66667%}.xxlarge-up-7>.cell{width:14.28571%}.xxlarge-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.25rem)}@media print, screen and (min-width: 40em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.25rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.25rem)}}@media print, screen and (min-width: 64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.25rem)}}@media screen and (min-width: 75em){.grid-margin-x.xlarge-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.xlarge-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.xlarge-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.xlarge-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.xlarge-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.xlarge-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.xlarge-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.xlarge-up-8>.cell{width:calc(12.5% - 1.25rem)}}@media screen and (min-width: 100em){.grid-margin-x.xxlarge-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.xxlarge-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.xxlarge-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.xxlarge-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.xxlarge-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.xxlarge-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.xxlarge-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.xxlarge-up-8>.cell{width:calc(12.5% - 1.25rem)}}.small-margin-collapse{margin-right:0;margin-left:0}.small-margin-collapse>.cell{margin-right:0;margin-left:0}.small-margin-collapse>.small-1{width:8.33333%}.small-margin-collapse>.small-2{width:16.66667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.33333%}.small-margin-collapse>.small-5{width:41.66667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.33333%}.small-margin-collapse>.small-8{width:66.66667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.33333%}.small-margin-collapse>.small-11{width:91.66667%}.small-margin-collapse>.small-12{width:100%}@media print, screen and (min-width: 40em){.small-margin-collapse>.medium-1{width:8.33333%}.small-margin-collapse>.medium-2{width:16.66667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.33333%}.small-margin-collapse>.medium-5{width:41.66667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.33333%}.small-margin-collapse>.medium-8{width:66.66667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.33333%}.small-margin-collapse>.medium-11{width:91.66667%}.small-margin-collapse>.medium-12{width:100%}}@media print, screen and (min-width: 64em){.small-margin-collapse>.large-1{width:8.33333%}.small-margin-collapse>.large-2{width:16.66667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.33333%}.small-margin-collapse>.large-5{width:41.66667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.33333%}.small-margin-collapse>.large-8{width:66.66667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.33333%}.small-margin-collapse>.large-11{width:91.66667%}.small-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 75em){.small-margin-collapse>.xlarge-1{width:8.33333%}.small-margin-collapse>.xlarge-2{width:16.66667%}.small-margin-collapse>.xlarge-3{width:25%}.small-margin-collapse>.xlarge-4{width:33.33333%}.small-margin-collapse>.xlarge-5{width:41.66667%}.small-margin-collapse>.xlarge-6{width:50%}.small-margin-collapse>.xlarge-7{width:58.33333%}.small-margin-collapse>.xlarge-8{width:66.66667%}.small-margin-collapse>.xlarge-9{width:75%}.small-margin-collapse>.xlarge-10{width:83.33333%}.small-margin-collapse>.xlarge-11{width:91.66667%}.small-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width: 100em){.small-margin-collapse>.xxlarge-1{width:8.33333%}.small-margin-collapse>.xxlarge-2{width:16.66667%}.small-margin-collapse>.xxlarge-3{width:25%}.small-margin-collapse>.xxlarge-4{width:33.33333%}.small-margin-collapse>.xxlarge-5{width:41.66667%}.small-margin-collapse>.xxlarge-6{width:50%}.small-margin-collapse>.xxlarge-7{width:58.33333%}.small-margin-collapse>.xxlarge-8{width:66.66667%}.small-margin-collapse>.xxlarge-9{width:75%}.small-margin-collapse>.xxlarge-10{width:83.33333%}.small-margin-collapse>.xxlarge-11{width:91.66667%}.small-margin-collapse>.xxlarge-12{width:100%}}.small-padding-collapse{margin-right:0;margin-left:0}.small-padding-collapse>.cell{padding-right:0;padding-left:0}@media print, screen and (min-width: 40em){.medium-margin-collapse{margin-right:0;margin-left:0}.medium-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print, screen and (min-width: 40em){.medium-margin-collapse>.small-1{width:8.33333%}.medium-margin-collapse>.small-2{width:16.66667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.33333%}.medium-margin-collapse>.small-5{width:41.66667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.33333%}.medium-margin-collapse>.small-8{width:66.66667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.33333%}.medium-margin-collapse>.small-11{width:91.66667%}.medium-margin-collapse>.small-12{width:100%}}@media print, screen and (min-width: 40em){.medium-margin-collapse>.medium-1{width:8.33333%}.medium-margin-collapse>.medium-2{width:16.66667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.33333%}.medium-margin-collapse>.medium-5{width:41.66667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.33333%}.medium-margin-collapse>.medium-8{width:66.66667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.33333%}.medium-margin-collapse>.medium-11{width:91.66667%}.medium-margin-collapse>.medium-12{width:100%}}@media print, screen and (min-width: 64em){.medium-margin-collapse>.large-1{width:8.33333%}.medium-margin-collapse>.large-2{width:16.66667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.33333%}.medium-margin-collapse>.large-5{width:41.66667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.33333%}.medium-margin-collapse>.large-8{width:66.66667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.33333%}.medium-margin-collapse>.large-11{width:91.66667%}.medium-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 75em){.medium-margin-collapse>.xlarge-1{width:8.33333%}.medium-margin-collapse>.xlarge-2{width:16.66667%}.medium-margin-collapse>.xlarge-3{width:25%}.medium-margin-collapse>.xlarge-4{width:33.33333%}.medium-margin-collapse>.xlarge-5{width:41.66667%}.medium-margin-collapse>.xlarge-6{width:50%}.medium-margin-collapse>.xlarge-7{width:58.33333%}.medium-margin-collapse>.xlarge-8{width:66.66667%}.medium-margin-collapse>.xlarge-9{width:75%}.medium-margin-collapse>.xlarge-10{width:83.33333%}.medium-margin-collapse>.xlarge-11{width:91.66667%}.medium-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width: 100em){.medium-margin-collapse>.xxlarge-1{width:8.33333%}.medium-margin-collapse>.xxlarge-2{width:16.66667%}.medium-margin-collapse>.xxlarge-3{width:25%}.medium-margin-collapse>.xxlarge-4{width:33.33333%}.medium-margin-collapse>.xxlarge-5{width:41.66667%}.medium-margin-collapse>.xxlarge-6{width:50%}.medium-margin-collapse>.xxlarge-7{width:58.33333%}.medium-margin-collapse>.xxlarge-8{width:66.66667%}.medium-margin-collapse>.xxlarge-9{width:75%}.medium-margin-collapse>.xxlarge-10{width:83.33333%}.medium-margin-collapse>.xxlarge-11{width:91.66667%}.medium-margin-collapse>.xxlarge-12{width:100%}}@media print, screen and (min-width: 40em){.medium-padding-collapse{margin-right:0;margin-left:0}.medium-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print, screen and (min-width: 64em){.large-margin-collapse{margin-right:0;margin-left:0}.large-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print, screen and (min-width: 64em){.large-margin-collapse>.small-1{width:8.33333%}.large-margin-collapse>.small-2{width:16.66667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.33333%}.large-margin-collapse>.small-5{width:41.66667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.33333%}.large-margin-collapse>.small-8{width:66.66667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.33333%}.large-margin-collapse>.small-11{width:91.66667%}.large-margin-collapse>.small-12{width:100%}}@media print, screen and (min-width: 64em){.large-margin-collapse>.medium-1{width:8.33333%}.large-margin-collapse>.medium-2{width:16.66667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.33333%}.large-margin-collapse>.medium-5{width:41.66667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.33333%}.large-margin-collapse>.medium-8{width:66.66667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.33333%}.large-margin-collapse>.medium-11{width:91.66667%}.large-margin-collapse>.medium-12{width:100%}}@media print, screen and (min-width: 64em){.large-margin-collapse>.large-1{width:8.33333%}.large-margin-collapse>.large-2{width:16.66667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.33333%}.large-margin-collapse>.large-5{width:41.66667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.33333%}.large-margin-collapse>.large-8{width:66.66667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.33333%}.large-margin-collapse>.large-11{width:91.66667%}.large-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 75em){.large-margin-collapse>.xlarge-1{width:8.33333%}.large-margin-collapse>.xlarge-2{width:16.66667%}.large-margin-collapse>.xlarge-3{width:25%}.large-margin-collapse>.xlarge-4{width:33.33333%}.large-margin-collapse>.xlarge-5{width:41.66667%}.large-margin-collapse>.xlarge-6{width:50%}.large-margin-collapse>.xlarge-7{width:58.33333%}.large-margin-collapse>.xlarge-8{width:66.66667%}.large-margin-collapse>.xlarge-9{width:75%}.large-margin-collapse>.xlarge-10{width:83.33333%}.large-margin-collapse>.xlarge-11{width:91.66667%}.large-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width: 100em){.large-margin-collapse>.xxlarge-1{width:8.33333%}.large-margin-collapse>.xxlarge-2{width:16.66667%}.large-margin-collapse>.xxlarge-3{width:25%}.large-margin-collapse>.xxlarge-4{width:33.33333%}.large-margin-collapse>.xxlarge-5{width:41.66667%}.large-margin-collapse>.xxlarge-6{width:50%}.large-margin-collapse>.xxlarge-7{width:58.33333%}.large-margin-collapse>.xxlarge-8{width:66.66667%}.large-margin-collapse>.xxlarge-9{width:75%}.large-margin-collapse>.xxlarge-10{width:83.33333%}.large-margin-collapse>.xxlarge-11{width:91.66667%}.large-margin-collapse>.xxlarge-12{width:100%}}@media print, screen and (min-width: 64em){.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width: 75em){.xlarge-margin-collapse{margin-right:0;margin-left:0}.xlarge-margin-collapse>.cell{margin-right:0;margin-left:0}}@media screen and (min-width: 75em){.xlarge-margin-collapse>.small-1{width:8.33333%}.xlarge-margin-collapse>.small-2{width:16.66667%}.xlarge-margin-collapse>.small-3{width:25%}.xlarge-margin-collapse>.small-4{width:33.33333%}.xlarge-margin-collapse>.small-5{width:41.66667%}.xlarge-margin-collapse>.small-6{width:50%}.xlarge-margin-collapse>.small-7{width:58.33333%}.xlarge-margin-collapse>.small-8{width:66.66667%}.xlarge-margin-collapse>.small-9{width:75%}.xlarge-margin-collapse>.small-10{width:83.33333%}.xlarge-margin-collapse>.small-11{width:91.66667%}.xlarge-margin-collapse>.small-12{width:100%}}@media screen and (min-width: 75em){.xlarge-margin-collapse>.medium-1{width:8.33333%}.xlarge-margin-collapse>.medium-2{width:16.66667%}.xlarge-margin-collapse>.medium-3{width:25%}.xlarge-margin-collapse>.medium-4{width:33.33333%}.xlarge-margin-collapse>.medium-5{width:41.66667%}.xlarge-margin-collapse>.medium-6{width:50%}.xlarge-margin-collapse>.medium-7{width:58.33333%}.xlarge-margin-collapse>.medium-8{width:66.66667%}.xlarge-margin-collapse>.medium-9{width:75%}.xlarge-margin-collapse>.medium-10{width:83.33333%}.xlarge-margin-collapse>.medium-11{width:91.66667%}.xlarge-margin-collapse>.medium-12{width:100%}}@media screen and (min-width: 75em){.xlarge-margin-collapse>.large-1{width:8.33333%}.xlarge-margin-collapse>.large-2{width:16.66667%}.xlarge-margin-collapse>.large-3{width:25%}.xlarge-margin-collapse>.large-4{width:33.33333%}.xlarge-margin-collapse>.large-5{width:41.66667%}.xlarge-margin-collapse>.large-6{width:50%}.xlarge-margin-collapse>.large-7{width:58.33333%}.xlarge-margin-collapse>.large-8{width:66.66667%}.xlarge-margin-collapse>.large-9{width:75%}.xlarge-margin-collapse>.large-10{width:83.33333%}.xlarge-margin-collapse>.large-11{width:91.66667%}.xlarge-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 75em){.xlarge-margin-collapse>.xlarge-1{width:8.33333%}.xlarge-margin-collapse>.xlarge-2{width:16.66667%}.xlarge-margin-collapse>.xlarge-3{width:25%}.xlarge-margin-collapse>.xlarge-4{width:33.33333%}.xlarge-margin-collapse>.xlarge-5{width:41.66667%}.xlarge-margin-collapse>.xlarge-6{width:50%}.xlarge-margin-collapse>.xlarge-7{width:58.33333%}.xlarge-margin-collapse>.xlarge-8{width:66.66667%}.xlarge-margin-collapse>.xlarge-9{width:75%}.xlarge-margin-collapse>.xlarge-10{width:83.33333%}.xlarge-margin-collapse>.xlarge-11{width:91.66667%}.xlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width: 100em){.xlarge-margin-collapse>.xxlarge-1{width:8.33333%}.xlarge-margin-collapse>.xxlarge-2{width:16.66667%}.xlarge-margin-collapse>.xxlarge-3{width:25%}.xlarge-margin-collapse>.xxlarge-4{width:33.33333%}.xlarge-margin-collapse>.xxlarge-5{width:41.66667%}.xlarge-margin-collapse>.xxlarge-6{width:50%}.xlarge-margin-collapse>.xxlarge-7{width:58.33333%}.xlarge-margin-collapse>.xxlarge-8{width:66.66667%}.xlarge-margin-collapse>.xxlarge-9{width:75%}.xlarge-margin-collapse>.xxlarge-10{width:83.33333%}.xlarge-margin-collapse>.xxlarge-11{width:91.66667%}.xlarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width: 75em){.xlarge-padding-collapse{margin-right:0;margin-left:0}.xlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width: 100em){.xxlarge-margin-collapse{margin-right:0;margin-left:0}.xxlarge-margin-collapse>.cell{margin-right:0;margin-left:0}}@media screen and (min-width: 100em){.xxlarge-margin-collapse>.small-1{width:8.33333%}.xxlarge-margin-collapse>.small-2{width:16.66667%}.xxlarge-margin-collapse>.small-3{width:25%}.xxlarge-margin-collapse>.small-4{width:33.33333%}.xxlarge-margin-collapse>.small-5{width:41.66667%}.xxlarge-margin-collapse>.small-6{width:50%}.xxlarge-margin-collapse>.small-7{width:58.33333%}.xxlarge-margin-collapse>.small-8{width:66.66667%}.xxlarge-margin-collapse>.small-9{width:75%}.xxlarge-margin-collapse>.small-10{width:83.33333%}.xxlarge-margin-collapse>.small-11{width:91.66667%}.xxlarge-margin-collapse>.small-12{width:100%}}@media screen and (min-width: 100em){.xxlarge-margin-collapse>.medium-1{width:8.33333%}.xxlarge-margin-collapse>.medium-2{width:16.66667%}.xxlarge-margin-collapse>.medium-3{width:25%}.xxlarge-margin-collapse>.medium-4{width:33.33333%}.xxlarge-margin-collapse>.medium-5{width:41.66667%}.xxlarge-margin-collapse>.medium-6{width:50%}.xxlarge-margin-collapse>.medium-7{width:58.33333%}.xxlarge-margin-collapse>.medium-8{width:66.66667%}.xxlarge-margin-collapse>.medium-9{width:75%}.xxlarge-margin-collapse>.medium-10{width:83.33333%}.xxlarge-margin-collapse>.medium-11{width:91.66667%}.xxlarge-margin-collapse>.medium-12{width:100%}}@media screen and (min-width: 100em){.xxlarge-margin-collapse>.large-1{width:8.33333%}.xxlarge-margin-collapse>.large-2{width:16.66667%}.xxlarge-margin-collapse>.large-3{width:25%}.xxlarge-margin-collapse>.large-4{width:33.33333%}.xxlarge-margin-collapse>.large-5{width:41.66667%}.xxlarge-margin-collapse>.large-6{width:50%}.xxlarge-margin-collapse>.large-7{width:58.33333%}.xxlarge-margin-collapse>.large-8{width:66.66667%}.xxlarge-margin-collapse>.large-9{width:75%}.xxlarge-margin-collapse>.large-10{width:83.33333%}.xxlarge-margin-collapse>.large-11{width:91.66667%}.xxlarge-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 100em){.xxlarge-margin-collapse>.xlarge-1{width:8.33333%}.xxlarge-margin-collapse>.xlarge-2{width:16.66667%}.xxlarge-margin-collapse>.xlarge-3{width:25%}.xxlarge-margin-collapse>.xlarge-4{width:33.33333%}.xxlarge-margin-collapse>.xlarge-5{width:41.66667%}.xxlarge-margin-collapse>.xlarge-6{width:50%}.xxlarge-margin-collapse>.xlarge-7{width:58.33333%}.xxlarge-margin-collapse>.xlarge-8{width:66.66667%}.xxlarge-margin-collapse>.xlarge-9{width:75%}.xxlarge-margin-collapse>.xlarge-10{width:83.33333%}.xxlarge-margin-collapse>.xlarge-11{width:91.66667%}.xxlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width: 100em){.xxlarge-margin-collapse>.xxlarge-1{width:8.33333%}.xxlarge-margin-collapse>.xxlarge-2{width:16.66667%}.xxlarge-margin-collapse>.xxlarge-3{width:25%}.xxlarge-margin-collapse>.xxlarge-4{width:33.33333%}.xxlarge-margin-collapse>.xxlarge-5{width:41.66667%}.xxlarge-margin-collapse>.xxlarge-6{width:50%}.xxlarge-margin-collapse>.xxlarge-7{width:58.33333%}.xxlarge-margin-collapse>.xxlarge-8{width:66.66667%}.xxlarge-margin-collapse>.xxlarge-9{width:75%}.xxlarge-margin-collapse>.xxlarge-10{width:83.33333%}.xxlarge-margin-collapse>.xxlarge-11{width:91.66667%}.xxlarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width: 100em){.xxlarge-padding-collapse{margin-right:0;margin-left:0}.xxlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}.small-offset-0{margin-left:0%}.grid-margin-x>.small-offset-0{margin-left:calc(0% + .625rem)}.small-offset-1{margin-left:8.33333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + .625rem)}.small-offset-2{margin-left:16.66667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.66667% + .625rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + .625rem)}.small-offset-4{margin-left:33.33333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.33333% + .625rem)}.small-offset-5{margin-left:41.66667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.66667% + .625rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + .625rem)}.small-offset-7{margin-left:58.33333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.33333% + .625rem)}.small-offset-8{margin-left:66.66667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.66667% + .625rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + .625rem)}.small-offset-10{margin-left:83.33333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.33333% + .625rem)}.small-offset-11{margin-left:91.66667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.66667% + .625rem)}@media print, screen and (min-width: 40em){.medium-offset-0{margin-left:0%}.grid-margin-x>.medium-offset-0{margin-left:calc(0% + .625rem)}.medium-offset-1{margin-left:8.33333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + .625rem)}.medium-offset-2{margin-left:16.66667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.66667% + .625rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + .625rem)}.medium-offset-4{margin-left:33.33333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.33333% + .625rem)}.medium-offset-5{margin-left:41.66667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.66667% + .625rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + .625rem)}.medium-offset-7{margin-left:58.33333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.33333% + .625rem)}.medium-offset-8{margin-left:66.66667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.66667% + .625rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + .625rem)}.medium-offset-10{margin-left:83.33333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.33333% + .625rem)}.medium-offset-11{margin-left:91.66667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.66667% + .625rem)}}@media print, screen and (min-width: 64em){.large-offset-0{margin-left:0%}.grid-margin-x>.large-offset-0{margin-left:calc(0% + .625rem)}.large-offset-1{margin-left:8.33333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + .625rem)}.large-offset-2{margin-left:16.66667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.66667% + .625rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + .625rem)}.large-offset-4{margin-left:33.33333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.33333% + .625rem)}.large-offset-5{margin-left:41.66667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.66667% + .625rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + .625rem)}.large-offset-7{margin-left:58.33333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.33333% + .625rem)}.large-offset-8{margin-left:66.66667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.66667% + .625rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + .625rem)}.large-offset-10{margin-left:83.33333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.33333% + .625rem)}.large-offset-11{margin-left:91.66667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.66667% + .625rem)}}@media screen and (min-width: 75em){.xlarge-offset-0{margin-left:0%}.grid-margin-x>.xlarge-offset-0{margin-left:calc(0% + .625rem)}.xlarge-offset-1{margin-left:8.33333%}.grid-margin-x>.xlarge-offset-1{margin-left:calc(8.33333% + .625rem)}.xlarge-offset-2{margin-left:16.66667%}.grid-margin-x>.xlarge-offset-2{margin-left:calc(16.66667% + .625rem)}.xlarge-offset-3{margin-left:25%}.grid-margin-x>.xlarge-offset-3{margin-left:calc(25% + .625rem)}.xlarge-offset-4{margin-left:33.33333%}.grid-margin-x>.xlarge-offset-4{margin-left:calc(33.33333% + .625rem)}.xlarge-offset-5{margin-left:41.66667%}.grid-margin-x>.xlarge-offset-5{margin-left:calc(41.66667% + .625rem)}.xlarge-offset-6{margin-left:50%}.grid-margin-x>.xlarge-offset-6{margin-left:calc(50% + .625rem)}.xlarge-offset-7{margin-left:58.33333%}.grid-margin-x>.xlarge-offset-7{margin-left:calc(58.33333% + .625rem)}.xlarge-offset-8{margin-left:66.66667%}.grid-margin-x>.xlarge-offset-8{margin-left:calc(66.66667% + .625rem)}.xlarge-offset-9{margin-left:75%}.grid-margin-x>.xlarge-offset-9{margin-left:calc(75% + .625rem)}.xlarge-offset-10{margin-left:83.33333%}.grid-margin-x>.xlarge-offset-10{margin-left:calc(83.33333% + .625rem)}.xlarge-offset-11{margin-left:91.66667%}.grid-margin-x>.xlarge-offset-11{margin-left:calc(91.66667% + .625rem)}}@media screen and (min-width: 100em){.xxlarge-offset-0{margin-left:0%}.grid-margin-x>.xxlarge-offset-0{margin-left:calc(0% + .625rem)}.xxlarge-offset-1{margin-left:8.33333%}.grid-margin-x>.xxlarge-offset-1{margin-left:calc(8.33333% + .625rem)}.xxlarge-offset-2{margin-left:16.66667%}.grid-margin-x>.xxlarge-offset-2{margin-left:calc(16.66667% + .625rem)}.xxlarge-offset-3{margin-left:25%}.grid-margin-x>.xxlarge-offset-3{margin-left:calc(25% + .625rem)}.xxlarge-offset-4{margin-left:33.33333%}.grid-margin-x>.xxlarge-offset-4{margin-left:calc(33.33333% + .625rem)}.xxlarge-offset-5{margin-left:41.66667%}.grid-margin-x>.xxlarge-offset-5{margin-left:calc(41.66667% + .625rem)}.xxlarge-offset-6{margin-left:50%}.grid-margin-x>.xxlarge-offset-6{margin-left:calc(50% + .625rem)}.xxlarge-offset-7{margin-left:58.33333%}.grid-margin-x>.xxlarge-offset-7{margin-left:calc(58.33333% + .625rem)}.xxlarge-offset-8{margin-left:66.66667%}.grid-margin-x>.xxlarge-offset-8{margin-left:calc(66.66667% + .625rem)}.xxlarge-offset-9{margin-left:75%}.grid-margin-x>.xxlarge-offset-9{margin-left:calc(75% + .625rem)}.xxlarge-offset-10{margin-left:83.33333%}.grid-margin-x>.xxlarge-offset-10{margin-left:calc(83.33333% + .625rem)}.xxlarge-offset-11{margin-left:91.66667%}.grid-margin-x>.xxlarge-offset-11{margin-left:calc(91.66667% + .625rem)}}.grid-y{display:flex;flex-flow:column nowrap}.grid-y>.cell{width:auto}.grid-y>.auto{height:auto}.grid-y>.shrink{height:auto}.grid-y>.small-shrink,.grid-y>.small-full,.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12{flex-basis:auto}@media print, screen and (min-width: 40em){.grid-y>.medium-shrink,.grid-y>.medium-full,.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12{flex-basis:auto}}@media print, screen and (min-width: 64em){.grid-y>.large-shrink,.grid-y>.large-full,.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12{flex-basis:auto}}@media screen and (min-width: 75em){.grid-y>.xlarge-shrink,.grid-y>.xlarge-full,.grid-y>.xlarge-1,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12{flex-basis:auto}}@media screen and (min-width: 100em){.grid-y>.xxlarge-shrink,.grid-y>.xxlarge-full,.grid-y>.xxlarge-1,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12{flex-basis:auto}}.grid-y>.small-1{height:8.33333%}.grid-y>.small-2{height:16.66667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.33333%}.grid-y>.small-5{height:41.66667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.33333%}.grid-y>.small-8{height:66.66667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.33333%}.grid-y>.small-11{height:91.66667%}.grid-y>.small-12{height:100%}@media print, screen and (min-width: 40em){.grid-y>.medium-auto{flex:1 1 0px;height:auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.33333%}.grid-y>.medium-2{height:16.66667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.33333%}.grid-y>.medium-5{height:41.66667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.33333%}.grid-y>.medium-8{height:66.66667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.33333%}.grid-y>.medium-11{height:91.66667%}.grid-y>.medium-12{height:100%}}@media print, screen and (min-width: 64em){.grid-y>.large-auto{flex:1 1 0px;height:auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.33333%}.grid-y>.large-2{height:16.66667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.33333%}.grid-y>.large-5{height:41.66667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.33333%}.grid-y>.large-8{height:66.66667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.33333%}.grid-y>.large-11{height:91.66667%}.grid-y>.large-12{height:100%}}@media screen and (min-width: 75em){.grid-y>.xlarge-auto{flex:1 1 0px;height:auto}.grid-y>.xlarge-shrink{height:auto}.grid-y>.xlarge-1{height:8.33333%}.grid-y>.xlarge-2{height:16.66667%}.grid-y>.xlarge-3{height:25%}.grid-y>.xlarge-4{height:33.33333%}.grid-y>.xlarge-5{height:41.66667%}.grid-y>.xlarge-6{height:50%}.grid-y>.xlarge-7{height:58.33333%}.grid-y>.xlarge-8{height:66.66667%}.grid-y>.xlarge-9{height:75%}.grid-y>.xlarge-10{height:83.33333%}.grid-y>.xlarge-11{height:91.66667%}.grid-y>.xlarge-12{height:100%}}@media screen and (min-width: 100em){.grid-y>.xxlarge-auto{flex:1 1 0px;height:auto}.grid-y>.xxlarge-shrink{height:auto}.grid-y>.xxlarge-1{height:8.33333%}.grid-y>.xxlarge-2{height:16.66667%}.grid-y>.xxlarge-3{height:25%}.grid-y>.xxlarge-4{height:33.33333%}.grid-y>.xxlarge-5{height:41.66667%}.grid-y>.xxlarge-6{height:50%}.grid-y>.xxlarge-7{height:58.33333%}.grid-y>.xxlarge-8{height:66.66667%}.grid-y>.xxlarge-9{height:75%}.grid-y>.xxlarge-10{height:83.33333%}.grid-y>.xxlarge-11{height:91.66667%}.grid-y>.xxlarge-12{height:100%}}.grid-padding-y .grid-padding-y{margin-top:-.625rem;margin-bottom:-.625rem}@media print, screen and (min-width: 40em){.grid-padding-y .grid-padding-y{margin-top:-.625rem;margin-bottom:-.625rem}}.grid-padding-y>.cell{padding-top:.625rem;padding-bottom:.625rem}@media print, screen and (min-width: 40em){.grid-padding-y>.cell{padding-top:.625rem;padding-bottom:.625rem}}.grid-margin-y{margin-top:-.625rem;margin-bottom:-.625rem}@media print, screen and (min-width: 40em){.grid-margin-y{margin-top:-.625rem;margin-bottom:-.625rem}}.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:.625rem;margin-bottom:.625rem}@media print, screen and (min-width: 40em){.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:.625rem;margin-bottom:.625rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}@media print, screen and (min-width: 40em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.25rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.25rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.25rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.25rem)}}@media print, screen and (min-width: 64em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.large-3{height:calc(25% - 1.25rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.large-6{height:calc(50% - 1.25rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.large-9{height:calc(75% - 1.25rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.large-12{height:calc(100% - 1.25rem)}}@media screen and (min-width: 75em){.grid-margin-y>.xlarge-auto{height:auto}.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 1.25rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 1.25rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 1.25rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 1.25rem)}}@media screen and (min-width: 100em){.grid-margin-y>.xxlarge-auto{height:auto}.grid-margin-y>.xxlarge-shrink{height:auto}.grid-margin-y>.xxlarge-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.xxlarge-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.xxlarge-3{height:calc(25% - 1.25rem)}.grid-margin-y>.xxlarge-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.xxlarge-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.xxlarge-6{height:calc(50% - 1.25rem)}.grid-margin-y>.xxlarge-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.xxlarge-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.xxlarge-9{height:calc(75% - 1.25rem)}.grid-margin-y>.xxlarge-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.xxlarge-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.xxlarge-12{height:calc(100% - 1.25rem)}}.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .grid-frame{width:100%}.cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.cell-block-container{display:flex;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}@media print, screen and (min-width: 40em){.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.medium-cell-block-container{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.medium-cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}}@media print, screen and (min-width: 64em){.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.large-cell-block-container{display:flex;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.large-cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}}@media screen and (min-width: 75em){.xlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .xlarge-grid-frame{width:100%}.xlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.xlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xlarge-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.xlarge-cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}}@media screen and (min-width: 100em){.xxlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .xxlarge-grid-frame{width:100%}.xxlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.xxlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xxlarge-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.xxlarge-cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}}.grid-y.grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}@media print, screen and (min-width: 40em){.grid-y.medium-grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}}@media print, screen and (min-width: 64em){.grid-y.large-grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}}@media screen and (min-width: 75em){.grid-y.xlarge-grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}}@media screen and (min-width: 100em){.grid-y.xxlarge-grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}}.cell .grid-y.grid-frame{height:100%}@media print, screen and (min-width: 40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print, screen and (min-width: 64em){.cell .grid-y.large-grid-frame{height:100%}}@media screen and (min-width: 75em){.cell .grid-y.xlarge-grid-frame{height:100%}}@media screen and (min-width: 100em){.cell .grid-y.xxlarge-grid-frame{height:100%}}.grid-margin-y{margin-top:-.625rem;margin-bottom:-.625rem}@media print, screen and (min-width: 40em){.grid-margin-y{margin-top:-.625rem;margin-bottom:-.625rem}}.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:.625rem;margin-bottom:.625rem}@media print, screen and (min-width: 40em){.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:.625rem;margin-bottom:.625rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}@media print, screen and (min-width: 40em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.25rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.25rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.25rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.25rem)}}@media print, screen and (min-width: 64em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.large-3{height:calc(25% - 1.25rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.large-6{height:calc(50% - 1.25rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.large-9{height:calc(75% - 1.25rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.large-12{height:calc(100% - 1.25rem)}}@media screen and (min-width: 75em){.grid-margin-y>.xlarge-auto{height:auto}.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 1.25rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 1.25rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 1.25rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 1.25rem)}}@media screen and (min-width: 100em){.grid-margin-y>.xxlarge-auto{height:auto}.grid-margin-y>.xxlarge-shrink{height:auto}.grid-margin-y>.xxlarge-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.xxlarge-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.xxlarge-3{height:calc(25% - 1.25rem)}.grid-margin-y>.xxlarge-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.xxlarge-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.xxlarge-6{height:calc(50% - 1.25rem)}.grid-margin-y>.xxlarge-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.xxlarge-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.xxlarge-9{height:calc(75% - 1.25rem)}.grid-margin-y>.xxlarge-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.xxlarge-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.xxlarge-12{height:calc(100% - 1.25rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}@media print, screen and (min-width: 40em){.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}}@media print, screen and (min-width: 64em){.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}}@media screen and (min-width: 75em){.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}}@media screen and (min-width: 100em){.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}}@media print, screen and (min-width: 40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.25rem)}}@media print, screen and (min-width: 64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.25rem)}}@media screen and (min-width: 75em){.grid-margin-y.xlarge-grid-frame{height:calc(100vh + 1.25rem)}}@media screen and (min-width: 100em){.grid-margin-y.xxlarge-grid-frame{height:calc(100vh + 1.25rem)}}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:700;line-height:inherit}small{font-size:87.5%;line-height:inherit}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:700;color:inherit;text-rendering:optimizeLegibility}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small{line-height:0;color:#d2d2d2}h1,.h1{font-size:1.5rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h2,.h2{font-size:1.125rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h3,.h3{font-size:1rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h4,.h4{font-size:1.125rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h5,.h5{font-size:1.0625rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h6,.h6{font-size:1rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}@media print, screen and (min-width: 40em){h1,.h1{font-size:1.5rem}h2,.h2{font-size:1.25rem}h3,.h3{font-size:1.125rem}h4,.h4{font-size:1.5625rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}}@media print, screen and (min-width: 64em){h1,.h1{font-size:1.75rem}h2,.h2{font-size:1.25rem}h3,.h3{font-size:1.9375rem}h4,.h4{font-size:1.5625rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}}a{line-height:inherit;color:#0069aa;text-decoration:none;cursor:pointer}a:hover,a:focus{color:#0069aa;text-decoration:underline}a img{border:0}hr{clear:both;max-width:75rem;height:0;margin:1.25rem auto;border-top:0;border-right:0;border-bottom:1px solid #d2d2d2;border-left:0}ul,ol,dl{margin-bottom:1rem;list-style-position:outside;line-height:1.4}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ul ul,ol ul,ul ol,ol ol{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #d2d2d2}blockquote,blockquote p{line-height:1.6;color:#1a1a1a}cite{display:block;font-size:.8125rem;color:#1a1a1a}cite:before{content:"— "}abbr,abbr[title]{border-bottom:1px dotted #000;cursor:help;text-decoration:none}figure{margin:0}code{padding:.125rem .3125rem .0625rem;border:1px solid #d2d2d2;background-color:#f2f2f2;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:400;color:#000}kbd{margin:0;padding:.125rem .25rem 0;background-color:#f2f2f2;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#000;border-radius:4px}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4;color:#1a1a1a}.lead{font-size:20px;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ul.no-bullet,ol.no-bullet{margin-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print, screen and (min-width: 40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print, screen and (min-width: 64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}@media screen and (min-width: 75em){.xlarge-text-left{text-align:left}.xlarge-text-right{text-align:right}.xlarge-text-center{text-align:center}.xlarge-text-justify{text-align:justify}}@media screen and (min-width: 100em){.xxlarge-text-left{text-align:left}.xxlarge-text-right{text-align:right}.xxlarge-text-center{text-align:center}.xxlarge-text-justify{text-align:justify}}.show-for-print{display:none !important}@media print{*{background:transparent !important;box-shadow:none !important;color:black !important;text-shadow:none !important}.show-for-print{display:block !important}.hide-for-print{display:none !important}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^='javascript:']:after,a[href^='#']:after{content:''}abbr[title]:after{content:" (" attr(title) ")"}pre,blockquote{border:1px solid #1a1a1a;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}[type='text'],[type='password'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='week'],[type='email'],[type='number'],[type='search'],[type='tel'],[type='time'],[type='url'],[type='color'],textarea{display:block;box-sizing:border-box;width:100%;height:1.875rem;margin:0 0 1rem;padding:.3125rem;border:1px solid #a3a3a3;border-radius:4px;background-color:#fff;box-shadow:none;font-family:inherit;font-size:.9375rem;font-weight:400;line-height:1.4;color:#000;transition:box-shadow 0.5s,border-color 0.25s ease-in-out;appearance:none}[type='text']:focus,[type='password']:focus,[type='date']:focus,[type='datetime']:focus,[type='datetime-local']:focus,[type='month']:focus,[type='week']:focus,[type='email']:focus,[type='number']:focus,[type='search']:focus,[type='tel']:focus,[type='time']:focus,[type='url']:focus,[type='color']:focus,textarea:focus{outline:none;border:2px solid #38a3e1;background-color:#fff;box-shadow:0 0 3px #d2d2d2;transition:box-shadow 0.5s,border-color 0.25s ease-in-out}textarea{max-width:100%}textarea[rows]{height:auto}input::placeholder,textarea::placeholder{color:#d2d2d2}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:default}[type='submit'],[type='button']{appearance:none;border-radius:4px}input[type='search']{box-sizing:border-box}[type='file'],[type='checkbox'],[type='radio']{margin:0 0 1rem}[type='checkbox']+label,[type='radio']+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type='checkbox']+label[for],[type='radio']+label[for]{cursor:pointer}label>[type='checkbox'],label>[type='radio']{margin-right:.5rem}[type='file']{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:600;line-height:1.2;color:#1a1a1a}label.middle{margin:0 0 1rem;padding:.5625rem 0}.help-text{margin-top:-.5rem;font-size:.75rem;font-style:italic;color:#666}.input-group{display:flex;width:100%;margin-bottom:1rem;align-items:stretch}.input-group>:first-child{border-radius:4px 0 0 4px}.input-group>:last-child>*{border-radius:0 4px 4px 0}.input-group-label,.input-group-field,.input-group-button,.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label{margin:0;white-space:nowrap}.input-group-label{padding:0 1rem;border:1px solid #d2d2d2;background:#f2f2f2;color:#000;text-align:center;white-space:nowrap;display:flex;flex:0 0 auto;align-items:center}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;flex:1 1 0px;height:auto;min-width:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;display:flex;flex:0 0 auto}.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label{height:auto;align-self:stretch;padding-top:0;padding-bottom:0;font-size:.9375rem}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:0 0 2rem;padding:1.25rem 1.25rem 0;border:1px solid #e6e6e6}.fieldset legend{margin:0;margin-left:-.1875rem;padding:0 .1875rem}select{height:1.875rem;margin:0 0 1rem;padding:.3125rem;appearance:none;border:1px solid #a3a3a3;border-radius:4px;background-color:#fff;font-family:inherit;font-size:.9375rem;font-weight:400;line-height:1.4;color:#000;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2826, 26, 26%29'></polygon></svg>");background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;transition:box-shadow 0.5s,border-color 0.25s ease-in-out}@media screen and (min-width: 0\0){select{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")}}select:focus{outline:none;border:2px solid #38a3e1;background-color:#fff;box-shadow:0 0 3px #d2d2d2;transition:box-shadow 0.5s,border-color 0.25s ease-in-out}select:disabled{background-color:#e6e6e6;cursor:default}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}.is-invalid-input:not(:focus){border-color:#dd7808;background-color:#fcf2e6}.is-invalid-input:not(:focus)::placeholder{color:#dd7808}.is-invalid-label{color:#dd7808}.form-error{display:none;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;color:#dd7808}.form-error.is-visible{display:block}.button{display:inline-block;vertical-align:middle;margin:0;font-family:inherit;padding:0.25em .5em;-webkit-appearance:none;border:1px solid transparent;border-radius:4px;transition:all 0.25s ease-out,color 0.25s ease-out;font-size:1rem;line-height:1;text-align:center;cursor:pointer;background-color:#0069aa;color:#fff}[data-whatinput='mouse'] .button{outline:0}.button:hover,.button:focus{background-color:#0069aa;color:#fff}.button.tiny{font-size:.75rem}.button.small{font-size:.875rem}.button.large{font-size:1.125rem}.button.xlarge{font-size:1.375rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button.primary{background-color:#0069aa;color:#fff}.button.primary:hover,.button.primary:focus{background-color:#005488;color:#fff}.button.secondary{background-color:#38a3e1;color:#000}.button.secondary:hover,.button.secondary:focus{background-color:#1d86c3;color:#000}.button.success{background-color:#23c059;color:#000}.button.success:hover,.button.success:focus{background-color:#1c9a47;color:#000}.button.warning{background-color:#bd110e;color:#fff}.button.warning:hover,.button.warning:focus{background-color:#970e0b;color:#fff}.button.alert{background-color:#dd7808;color:#000}.button.alert:hover,.button.alert:focus{background-color:#b16006;color:#000}.button.dismiss{background-color:#666;color:#fff}.button.dismiss:hover,.button.dismiss:focus{background-color:#525252;color:#fff}.button.action-gray{background-color:#666;color:#fff}.button.action-gray:hover,.button.action-gray:focus{background-color:#525252;color:#fff}.button.disabled,.button[disabled]{opacity:.7;cursor:not-allowed}.button.disabled,.button.disabled:hover,.button.disabled:focus,.button[disabled],.button[disabled]:hover,.button[disabled]:focus{background-color:#0069aa;color:#fff}.button.disabled.primary,.button[disabled].primary{opacity:.7;cursor:not-allowed}.button.disabled.primary,.button.disabled.primary:hover,.button.disabled.primary:focus,.button[disabled].primary,.button[disabled].primary:hover,.button[disabled].primary:focus{background-color:#0069aa;color:#fff}.button.disabled.secondary,.button[disabled].secondary{opacity:.7;cursor:not-allowed}.button.disabled.secondary,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#38a3e1;color:#000}.button.disabled.success,.button[disabled].success{opacity:.7;cursor:not-allowed}.button.disabled.success,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#23c059;color:#000}.button.disabled.warning,.button[disabled].warning{opacity:.7;cursor:not-allowed}.button.disabled.warning,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning,.button[disabled].warning:hover,.button[disabled].warning:focus{background-color:#bd110e;color:#fff}.button.disabled.alert,.button[disabled].alert{opacity:.7;cursor:not-allowed}.button.disabled.alert,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#dd7808;color:#000}.button.disabled.dismiss,.button[disabled].dismiss{opacity:.7;cursor:not-allowed}.button.disabled.dismiss,.button.disabled.dismiss:hover,.button.disabled.dismiss:focus,.button[disabled].dismiss,.button[disabled].dismiss:hover,.button[disabled].dismiss:focus{background-color:#666;color:#fff}.button.disabled.action-gray,.button[disabled].action-gray{opacity:.7;cursor:not-allowed}.button.disabled.action-gray,.button.disabled.action-gray:hover,.button.disabled.action-gray:focus,.button[disabled].action-gray,.button[disabled].action-gray:hover,.button[disabled].action-gray:focus{background-color:#666;color:#fff}.button.hollow{border:1px solid #0069aa;color:#0069aa}.button.hollow,.button.hollow:hover,.button.hollow:focus{background-color:transparent}.button.hollow.disabled,.button.hollow.disabled:hover,.button.hollow.disabled:focus,.button.hollow[disabled],.button.hollow[disabled]:hover,.button.hollow[disabled]:focus{background-color:transparent}.button.hollow:hover,.button.hollow:focus{border-color:#003555;color:#003555}.button.hollow:hover.disabled,.button.hollow:hover[disabled],.button.hollow:focus.disabled,.button.hollow:focus[disabled]{border:1px solid #0069aa;color:#0069aa}.button.hollow.primary{border:1px solid #0069aa;color:#0069aa}.button.hollow.primary:hover,.button.hollow.primary:focus{border-color:#003555;color:#003555}.button.hollow.primary:hover.disabled,.button.hollow.primary:hover[disabled],.button.hollow.primary:focus.disabled,.button.hollow.primary:focus[disabled]{border:1px solid #0069aa;color:#0069aa}.button.hollow.secondary{border:1px solid #38a3e1;color:#38a3e1}.button.hollow.secondary:hover,.button.hollow.secondary:focus{border-color:#12547a;color:#12547a}.button.hollow.secondary:hover.disabled,.button.hollow.secondary:hover[disabled],.button.hollow.secondary:focus.disabled,.button.hollow.secondary:focus[disabled]{border:1px solid #38a3e1;color:#38a3e1}.button.hollow.success{border:1px solid #23c059;color:#23c059}.button.hollow.success:hover,.button.hollow.success:focus{border-color:#12602d;color:#12602d}.button.hollow.success:hover.disabled,.button.hollow.success:hover[disabled],.button.hollow.success:focus.disabled,.button.hollow.success:focus[disabled]{border:1px solid #23c059;color:#23c059}.button.hollow.warning{border:1px solid #bd110e;color:#bd110e}.button.hollow.warning:hover,.button.hollow.warning:focus{border-color:#5f0907;color:#5f0907}.button.hollow.warning:hover.disabled,.button.hollow.warning:hover[disabled],.button.hollow.warning:focus.disabled,.button.hollow.warning:focus[disabled]{border:1px solid #bd110e;color:#bd110e}.button.hollow.alert{border:1px solid #dd7808;color:#dd7808}.button.hollow.alert:hover,.button.hollow.alert:focus{border-color:#6f3c04;color:#6f3c04}.button.hollow.alert:hover.disabled,.button.hollow.alert:hover[disabled],.button.hollow.alert:focus.disabled,.button.hollow.alert:focus[disabled]{border:1px solid #dd7808;color:#dd7808}.button.hollow.dismiss{border:1px solid #666;color:#666}.button.hollow.dismiss:hover,.button.hollow.dismiss:focus{border-color:#333;color:#333}.button.hollow.dismiss:hover.disabled,.button.hollow.dismiss:hover[disabled],.button.hollow.dismiss:focus.disabled,.button.hollow.dismiss:focus[disabled]{border:1px solid #666;color:#666}.button.hollow.action-gray{border:1px solid #666;color:#666}.button.hollow.action-gray:hover,.button.hollow.action-gray:focus{border-color:#333;color:#333}.button.hollow.action-gray:hover.disabled,.button.hollow.action-gray:hover[disabled],.button.hollow.action-gray:focus.disabled,.button.hollow.action-gray:focus[disabled]{border:1px solid #666;color:#666}.button.clear{border:1px solid #0069aa;color:#0069aa}.button.clear,.button.clear:hover,.button.clear:focus{background-color:transparent}.button.clear.disabled,.button.clear.disabled:hover,.button.clear.disabled:focus,.button.clear[disabled],.button.clear[disabled]:hover,.button.clear[disabled]:focus{background-color:transparent}.button.clear:hover,.button.clear:focus{border-color:#003555;color:#003555}.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear:focus.disabled,.button.clear:focus[disabled]{border:1px solid #0069aa;color:#0069aa}.button.clear,.button.clear.disabled,.button.clear[disabled],.button.clear:hover,.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear:focus,.button.clear:focus.disabled,.button.clear:focus[disabled]{border-color:transparent}.button.clear.primary{border:1px solid #0069aa;color:#0069aa}.button.clear.primary:hover,.button.clear.primary:focus{border-color:#003555;color:#003555}.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled]{border:1px solid #0069aa;color:#0069aa}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary[disabled],.button.clear.primary:hover,.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary:focus,.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled]{border-color:transparent}.button.clear.secondary{border:1px solid #38a3e1;color:#38a3e1}.button.clear.secondary:hover,.button.clear.secondary:focus{border-color:#12547a;color:#12547a}.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled]{border:1px solid #38a3e1;color:#38a3e1}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary[disabled],.button.clear.secondary:hover,.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary:focus,.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled]{border-color:transparent}.button.clear.success{border:1px solid #23c059;color:#23c059}.button.clear.success:hover,.button.clear.success:focus{border-color:#12602d;color:#12602d}.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success:focus.disabled,.button.clear.success:focus[disabled]{border:1px solid #23c059;color:#23c059}.button.clear.success,.button.clear.success.disabled,.button.clear.success[disabled],.button.clear.success:hover,.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success:focus,.button.clear.success:focus.disabled,.button.clear.success:focus[disabled]{border-color:transparent}.button.clear.warning{border:1px solid #bd110e;color:#bd110e}.button.clear.warning:hover,.button.clear.warning:focus{border-color:#5f0907;color:#5f0907}.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled]{border:1px solid #bd110e;color:#bd110e}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning[disabled],.button.clear.warning:hover,.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning:focus,.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled]{border-color:transparent}.button.clear.alert{border:1px solid #dd7808;color:#dd7808}.button.clear.alert:hover,.button.clear.alert:focus{border-color:#6f3c04;color:#6f3c04}.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled]{border:1px solid #dd7808;color:#dd7808}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert[disabled],.button.clear.alert:hover,.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert:focus,.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled]{border-color:transparent}.button.clear.dismiss{border:1px solid #666;color:#666}.button.clear.dismiss:hover,.button.clear.dismiss:focus{border-color:#333;color:#333}.button.clear.dismiss:hover.disabled,.button.clear.dismiss:hover[disabled],.button.clear.dismiss:focus.disabled,.button.clear.dismiss:focus[disabled]{border:1px solid #666;color:#666}.button.clear.dismiss,.button.clear.dismiss.disabled,.button.clear.dismiss[disabled],.button.clear.dismiss:hover,.button.clear.dismiss:hover.disabled,.button.clear.dismiss:hover[disabled],.button.clear.dismiss:focus,.button.clear.dismiss:focus.disabled,.button.clear.dismiss:focus[disabled]{border-color:transparent}.button.clear.action-gray{border:1px solid #666;color:#666}.button.clear.action-gray:hover,.button.clear.action-gray:focus{border-color:#333;color:#333}.button.clear.action-gray:hover.disabled,.button.clear.action-gray:hover[disabled],.button.clear.action-gray:focus.disabled,.button.clear.action-gray:focus[disabled]{border:1px solid #666;color:#666}.button.clear.action-gray,.button.clear.action-gray.disabled,.button.clear.action-gray[disabled],.button.clear.action-gray:hover,.button.clear.action-gray:hover.disabled,.button.clear.action-gray:hover[disabled],.button.clear.action-gray:focus,.button.clear.action-gray:focus.disabled,.button.clear.action-gray:focus[disabled]{border-color:transparent}.button.dropdown::after{display:block;width:0;height:0;border:inset .4em;content:'';border-bottom-width:0;border-top-style:solid;border-color:#fff transparent transparent;position:relative;top:0.4em;display:inline-block;float:right;margin-left:.5em}.button.dropdown.hollow::after{border-top-color:#0069aa}.button.dropdown.hollow.primary::after{border-top-color:#0069aa}.button.dropdown.hollow.secondary::after{border-top-color:#38a3e1}.button.dropdown.hollow.success::after{border-top-color:#23c059}.button.dropdown.hollow.warning::after{border-top-color:#bd110e}.button.dropdown.hollow.alert::after{border-top-color:#dd7808}.button.dropdown.hollow.dismiss::after{border-top-color:#666}.button.dropdown.hollow.action-gray::after{border-top-color:#666}.button.arrow-only::after{top:-0.1em;float:none;margin-left:0}a.button:hover,a.button:focus{text-decoration:none}.accordion{margin-left:0;background:#fff;list-style-type:none}.accordion[disabled] .accordion-title{cursor:not-allowed}.accordion-item:first-child>:first-child{border-radius:4px 4px 0 0}.accordion-item:last-child>:last-child{border-radius:0 0 4px 4px}.accordion-title{position:relative;display:block;padding:1.25rem 1rem;border:1px solid #f2f2f2;border-bottom:0;font-size:.75rem;line-height:1;color:#0069aa}:last-child:not(.is-active)>.accordion-title{border-bottom:1px solid #f2f2f2;border-radius:0 0 4px 4px}.accordion-title:hover,.accordion-title:focus{background-color:#f2f2f2}.accordion-title::before{position:absolute;top:50%;right:1rem;margin-top:-0.5rem;content:'+'}.is-active>.accordion-title::before{content:'\2013'}.accordion-content{display:none;padding:1rem;border:1px solid #f2f2f2;border-bottom:0;background-color:#fff;color:#000}:last-child>.accordion-content:last-child{border-bottom:1px solid #f2f2f2}.accordion-menu li{width:100%}.accordion-menu a{padding:0.7rem 1rem}.accordion-menu .is-accordion-submenu a{padding:0.7rem 1rem}.accordion-menu .nested.is-accordion-submenu{margin-right:0;margin-left:1rem}.accordion-menu.align-right .nested.is-accordion-submenu{margin-right:1rem;margin-left:0}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a{position:relative}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0069aa transparent transparent;position:absolute;top:50%;margin-top:-3px;right:1rem}.accordion-menu.align-left .is-accordion-submenu-parent>a::after{left:auto;right:1rem}.accordion-menu.align-right .is-accordion-submenu-parent>a::after{right:auto;left:1rem}.accordion-menu .is-accordion-submenu-parent[aria-expanded='true']>a::after{transform:rotate(180deg);transform-origin:50% 50%}.is-accordion-submenu-parent{position:relative}.has-submenu-toggle>a{margin-right:40px}.submenu-toggle{position:absolute;top:0;right:0;cursor:pointer;width:40px;height:40px}.submenu-toggle::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0069aa transparent transparent;top:0;bottom:0;margin:auto}.submenu-toggle[aria-expanded='true']::after{transform:scaleY(-1);transform-origin:50% 50%}.submenu-toggle-text{position:absolute !important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);border:0}.badge{display:inline-block;min-width:2.1em;padding:.3em;border-radius:50%;font-size:.6rem;text-align:center;background:#0069aa;color:#fff}.badge.primary{background:#0069aa;color:#fff}.badge.secondary{background:#38a3e1;color:#000}.badge.success{background:#23c059;color:#000}.badge.warning{background:#bd110e;color:#fff}.badge.alert{background:#dd7808;color:#000}.badge.dismiss{background:#666;color:#fff}.badge.action-gray{background:#666;color:#fff}.breadcrumbs{margin:0 0 1rem 0;list-style:none}.breadcrumbs::before,.breadcrumbs::after{display:table;content:' ';flex-basis:0;order:1}.breadcrumbs::after{clear:both}.breadcrumbs li{float:left;font-size:.6875rem;color:#000;cursor:default;text-transform:uppercase}.breadcrumbs li:not(:last-child)::after{position:relative;margin:0 .75rem;opacity:1;content:" / ";color:#d2d2d2}.breadcrumbs a{color:#0069aa}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:#d2d2d2;cursor:not-allowed}.button-group{margin-bottom:0;display:flex;flex-wrap:nowrap;align-items:stretch}.button-group::before,.button-group::after{display:table;content:' ';flex-basis:0;order:1}.button-group::after{clear:both}.button-group .button{margin:0;margin-right:1px;margin-bottom:1px;font-size:1rem;flex:0 0 auto}.button-group .button:last-child{margin-right:0}.button-group.tiny .button{font-size:.75rem}.button-group.small .button{font-size:.875rem}.button-group.large .button{font-size:1.125rem}.button-group.xlarge .button{font-size:1.375rem}.button-group.expanded .button{flex:1 1 0px}.button-group.primary .button{background-color:#0069aa;color:#fff}.button-group.primary .button:hover,.button-group.primary .button:focus{background-color:#005488;color:#fff}.button-group.secondary .button{background-color:#38a3e1;color:#000}.button-group.secondary .button:hover,.button-group.secondary .button:focus{background-color:#1d86c3;color:#000}.button-group.success .button{background-color:#23c059;color:#000}.button-group.success .button:hover,.button-group.success .button:focus{background-color:#1c9a47;color:#000}.button-group.warning .button{background-color:#bd110e;color:#fff}.button-group.warning .button:hover,.button-group.warning .button:focus{background-color:#970e0b;color:#fff}.button-group.alert .button{background-color:#dd7808;color:#000}.button-group.alert .button:hover,.button-group.alert .button:focus{background-color:#b16006;color:#000}.button-group.dismiss .button{background-color:#666;color:#fff}.button-group.dismiss .button:hover,.button-group.dismiss .button:focus{background-color:#525252;color:#fff}.button-group.action-gray .button{background-color:#666;color:#fff}.button-group.action-gray .button:hover,.button-group.action-gray .button:focus{background-color:#525252;color:#fff}.button-group.stacked,.button-group.stacked-for-small,.button-group.stacked-for-medium{flex-wrap:wrap}.button-group.stacked .button,.button-group.stacked-for-small .button,.button-group.stacked-for-medium .button{flex:0 0 100%}.button-group.stacked .button:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked-for-medium .button:last-child{margin-bottom:0}@media print, screen and (min-width: 40em){.button-group.stacked-for-small .button{flex:1 1 0px;margin-bottom:0}}@media print, screen and (min-width: 64em){.button-group.stacked-for-medium .button{flex:1 1 0px;margin-bottom:0}}@media screen and (max-width: 39.9375em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}.callout{position:relative;margin:0 0 1.5rem 0;padding:1rem;border:1px solid rgba(0,0,0,0.25);border-radius:4px;background-color:#fff;color:#000}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:#ccecff;color:#000}.callout.secondary{background-color:#e1f1fb;color:#000}.callout.success{background-color:#dbf8e5;color:#000}.callout.warning{background-color:#fcd5d4;color:#000}.callout.alert{background-color:#feebd6;color:#000}.callout.dismiss{background-color:#e8e8e8;color:#000}.callout.action-gray{background-color:#e8e8e8;color:#000}.callout.small{padding-top:.5rem;padding-right:.5rem;padding-bottom:.5rem;padding-left:.5rem}.callout.large{padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem}.card{display:flex;flex-direction:column;flex-grow:1;margin-bottom:1rem;border:none;border-radius:4px;background:#fff;box-shadow:none;overflow:hidden;color:#000}.card>:last-child{margin-bottom:0}.card-divider{flex:0 1 auto;display:flex;padding:.5rem;background:#f2f2f2}.card-divider>:last-child{margin-bottom:0}.card-section{flex:1 0 auto;padding:.5rem}.card-section>:last-child{margin-bottom:0}.card-image{min-height:1px}.close-button{position:absolute;color:#d2d2d2;cursor:pointer}[data-whatinput='mouse'] .close-button{outline:0}.close-button:hover,.close-button:focus{color:#666}.close-button.small{right:0.625rem;top:0.625em;font-size:1.5rem;line-height:1}.close-button,.close-button.medium{right:0.625rem;top:0.625rem;font-size:1.5em;line-height:1}.menu{padding:0;margin:0;list-style:none;position:relative;display:flex;flex-wrap:wrap}[data-whatinput='mouse'] .menu li{outline:0}.menu a,.menu .button{line-height:1;text-decoration:none;display:block;padding:0.7rem 1rem}.menu input,.menu select,.menu a,.menu button{margin-bottom:0}.menu input{display:inline-block}.menu,.menu.horizontal{flex-wrap:wrap;flex-direction:row}.menu.vertical{flex-wrap:nowrap;flex-direction:column}.menu.expanded li{flex:1 1 0px}.menu.simple{align-items:center}.menu.simple li+li{margin-left:1rem}.menu.simple a{padding:0}@media print, screen and (min-width: 40em){.menu.medium-horizontal{flex-wrap:wrap;flex-direction:row}.menu.medium-vertical{flex-wrap:nowrap;flex-direction:column}.menu.medium-expanded li{flex:1 1 0px}.menu.medium-simple li{flex:1 1 0px}}@media print, screen and (min-width: 64em){.menu.large-horizontal{flex-wrap:wrap;flex-direction:row}.menu.large-vertical{flex-wrap:nowrap;flex-direction:column}.menu.large-expanded li{flex:1 1 0px}.menu.large-simple li{flex:1 1 0px}}@media screen and (min-width: 75em){.menu.xlarge-horizontal{flex-wrap:wrap;flex-direction:row}.menu.xlarge-vertical{flex-wrap:nowrap;flex-direction:column}.menu.xlarge-expanded li{flex:1 1 0px}.menu.xlarge-simple li{flex:1 1 0px}}@media screen and (min-width: 100em){.menu.xxlarge-horizontal{flex-wrap:wrap;flex-direction:row}.menu.xxlarge-vertical{flex-wrap:nowrap;flex-direction:column}.menu.xxlarge-expanded li{flex:1 1 0px}.menu.xxlarge-simple li{flex:1 1 0px}}.menu.nested{margin-right:0;margin-left:1rem}.menu.icons a{display:flex}.menu.icon-top a,.menu.icon-right a,.menu.icon-bottom a,.menu.icon-left a{display:flex}.menu.icon-left li a{flex-flow:row nowrap}.menu.icon-left li a img,.menu.icon-left li a i,.menu.icon-left li a svg{margin-right:.25rem}.menu.icon-right li a{flex-flow:row nowrap}.menu.icon-right li a img,.menu.icon-right li a i,.menu.icon-right li a svg{margin-left:.25rem}.menu.icon-top li a{flex-flow:column nowrap}.menu.icon-top li a img,.menu.icon-top li a i,.menu.icon-top li a svg{align-self:stretch;margin-bottom:.25rem;text-align:center}.menu.icon-bottom li a{flex-flow:column nowrap}.menu.icon-bottom li a img,.menu.icon-bottom li a i,.menu.icon-bottom li a svg{align-self:stretch;margin-bottom:.25rem;text-align:center}.menu .is-active>a{background:#0069aa;color:#fff}.menu .active>a{background:#0069aa;color:#fff}.menu.align-left{justify-content:flex-start}.menu.align-right li{display:flex;justify-content:flex-end}.menu.align-right li .submenu li{justify-content:flex-start}.menu.align-right.vertical li{display:block;text-align:right}.menu.align-right.vertical li .submenu li{text-align:right}.menu.align-right .nested{margin-right:1rem;margin-left:0}.menu.align-center li{display:flex;justify-content:center}.menu.align-center li .submenu li{justify-content:flex-start}.menu .menu-text{padding:0.7rem 1rem;font-weight:bold;line-height:1;color:inherit}.menu-centered>.menu{justify-content:center}.menu-centered>.menu li{display:flex;justify-content:center}.menu-centered>.menu li .submenu li{justify-content:flex-start}.no-js [data-responsive-menu] ul{display:none}.menu-icon{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#fff;box-shadow:0 7px 0 #fff,0 14px 0 #fff;content:''}.menu-icon:hover::after{background:#d2d2d2;box-shadow:0 7px 0 #d2d2d2,0 14px 0 #d2d2d2}.menu-icon.dark{position:relative;display:inline-block;vertical-align:middle;width:20px;height:16px;cursor:pointer}.menu-icon.dark::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#000;box-shadow:0 7px 0 #000,0 14px 0 #000;content:''}.menu-icon.dark:hover::after{background:#1a1a1a;box-shadow:0 7px 0 #1a1a1a,0 14px 0 #1a1a1a}.is-drilldown{position:relative;overflow:hidden}.is-drilldown li{display:block}.is-drilldown.animate-height{transition:height 0.5s}.drilldown a{padding:0.7rem 1rem;background:#fff}.drilldown .is-drilldown-submenu{position:absolute;top:0;left:100%;z-index:-1;width:100%;background:#fff;transition:transform 0.15s linear}.drilldown .is-drilldown-submenu.is-active{z-index:1;display:block;transform:translateX(-100%)}.drilldown .is-drilldown-submenu.is-closing{transform:translateX(100%)}.drilldown .is-drilldown-submenu a{padding:0.7rem 1rem}.drilldown .nested.is-drilldown-submenu{margin-right:0;margin-left:0}.drilldown .drilldown-submenu-cover-previous{min-height:100%}.drilldown .is-drilldown-submenu-parent>a{position:relative}.drilldown .is-drilldown-submenu-parent>a::after{position:absolute;top:50%;margin-top:-6px;right:1rem;display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0069aa}.drilldown.align-left .is-drilldown-submenu-parent>a::after{left:auto;right:1rem;display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0069aa}.drilldown.align-right .is-drilldown-submenu-parent>a::after{right:auto;left:1rem;display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0069aa transparent transparent}.drilldown .js-drilldown-back>a::before{display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0069aa transparent transparent;border-left-width:0;display:inline-block;vertical-align:middle;margin-right:0.75rem;border-left-width:0}.dropdown-pane{position:absolute;z-index:10;width:auto;padding:1rem;visibility:hidden;display:none;border:1px solid #d2d2d2;border-radius:0;background-color:#fff;font-size:1rem}.dropdown-pane.is-opening{display:block}.dropdown-pane.is-open{visibility:visible;display:block}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.dropdown.menu>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0069aa transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu a{padding:0.7rem 1rem}[data-whatinput='mouse'] .dropdown.menu a{outline:0}.dropdown.menu .is-active>a{background:rgba(0,0,0,0);color:#0069aa}.no-js .dropdown.menu ul{display:none}.dropdown.menu .nested.is-dropdown-submenu{margin-right:0;margin-left:0}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.vertical>li>a::after{right:14px}.dropdown.menu.vertical>li.opens-left>a::after{right:auto;left:5px;display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0069aa transparent transparent}.dropdown.menu.vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0069aa}@media print, screen and (min-width: 40em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0069aa transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.medium-vertical>li>a::after{right:14px}.dropdown.menu.medium-vertical>li.opens-left>a::after{right:auto;left:5px;display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0069aa transparent transparent}.dropdown.menu.medium-vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0069aa}}@media print, screen and (min-width: 64em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0069aa transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.large-vertical>li>a::after{right:14px}.dropdown.menu.large-vertical>li.opens-left>a::after{right:auto;left:5px;display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0069aa transparent transparent}.dropdown.menu.large-vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0069aa}}@media screen and (min-width: 75em){.dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0069aa transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.xlarge-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.xlarge-vertical>li>a::after{right:14px}.dropdown.menu.xlarge-vertical>li.opens-left>a::after{right:auto;left:5px;display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0069aa transparent transparent}.dropdown.menu.xlarge-vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0069aa}}@media screen and (min-width: 100em){.dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0069aa transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.xxlarge-vertical>li>a::after{right:14px}.dropdown.menu.xxlarge-vertical>li.opens-left>a::after{right:auto;left:5px;display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0069aa transparent transparent}.dropdown.menu.xxlarge-vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0069aa}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;right:0;left:auto}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a::after{position:absolute;top:50%;right:5px;left:auto;margin-top:-6px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;left:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{right:100%;left:auto}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{right:auto;left:100%}.is-dropdown-submenu{position:absolute;top:0;left:100%;z-index:1;display:none;min-width:200px;border:1px solid #d2d2d2;background:#fff}.dropdown .is-dropdown-submenu a{padding:0.7rem 1rem}.is-dropdown-submenu .is-dropdown-submenu-parent>a::after{right:14px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after{right:auto;left:5px;display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0069aa transparent transparent}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0069aa}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}.responsive-embed,.flex-video{position:relative;height:0;margin-bottom:1rem;padding-bottom:75%;overflow:hidden}.responsive-embed iframe,.responsive-embed object,.responsive-embed embed,.responsive-embed video,.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}.responsive-embed.widescreen,.flex-video.widescreen{padding-bottom:56.25%}.label{display:inline-block;padding:.25rem;border-radius:.9375rem;font-size:.875rem;line-height:1;white-space:nowrap;cursor:default;background:#0069aa;color:#fff}.label.primary{background:#0069aa;color:#fff}.label.secondary{background:#38a3e1;color:#000}.label.success{background:#23c059;color:#000}.label.warning{background:#bd110e;color:#fff}.label.alert{background:#dd7808;color:#000}.label.dismiss{background:#666;color:#fff}.label.action-gray{background:#666;color:#fff}.media-object{display:flex;margin-bottom:1rem;flex-wrap:nowrap}.media-object img{max-width:none}@media screen and (max-width: 39.9375em){.media-object.stack-for-small{flex-wrap:wrap}}@media screen and (max-width: 39.9375em){.media-object.stack-for-small .media-object-section{padding:0;padding-bottom:1rem;flex-basis:100%;max-width:100%}.media-object.stack-for-small .media-object-section img{width:100%}}.media-object-section{flex:0 1 auto}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(:nth-child(2)){padding-left:1rem}.media-object-section>:last-child{margin-bottom:0}.media-object-section.main-section{flex:1 1 0px}.is-off-canvas-open{overflow:hidden}.js-off-canvas-overlay{position:absolute;top:0;left:0;z-index:11;width:100%;height:100%;transition:opacity .5s ease,visibility .5s ease;background:rgba(255,255,255,0.25);opacity:0;visibility:hidden;overflow:hidden}.js-off-canvas-overlay.is-visible{opacity:1;visibility:visible}.js-off-canvas-overlay.is-closable{cursor:pointer}.js-off-canvas-overlay.is-overlay-absolute{position:absolute}.js-off-canvas-overlay.is-overlay-fixed{position:fixed}.off-canvas-wrapper{position:relative;overflow:hidden}.off-canvas{position:fixed;z-index:12;transition:transform .5s ease;backface-visibility:hidden;background:#f2f2f2}[data-whatinput='mouse'] .off-canvas{outline:0}.off-canvas.is-transition-push{z-index:12}.off-canvas.is-closed{visibility:hidden}.off-canvas.is-transition-overlap{z-index:13}.off-canvas.is-transition-overlap.is-open{box-shadow:0 0 10px rgba(0,0,0,0.7)}.off-canvas.is-open{transform:translate(0, 0)}.off-canvas-absolute{position:absolute;z-index:12;transition:transform .5s ease;backface-visibility:hidden;background:#f2f2f2}[data-whatinput='mouse'] .off-canvas-absolute{outline:0}.off-canvas-absolute.is-transition-push{z-index:12}.off-canvas-absolute.is-closed{visibility:hidden}.off-canvas-absolute.is-transition-overlap{z-index:13}.off-canvas-absolute.is-transition-overlap.is-open{box-shadow:0 0 10px rgba(0,0,0,0.7)}.off-canvas-absolute.is-open{transform:translate(0, 0)}.position-left{top:0;left:0;height:100%;overflow-y:auto}@media screen and (min-width: 15.625em){.position-left{transform:translateX(-)}}@media screen and (min-width: 15.625em){.off-canvas-content .off-canvas.position-left{transform:translateX(-)}}.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open{transform:translate(0, 0)}@media screen and (min-width: 15.625em){.off-canvas-content.is-open-left.has-transition-push{transform:translateX()}}.position-left.is-transition-push{box-shadow:inset -13px 0 20px -13px rgba(0,0,0,0.25)}.position-right{top:0;right:0;height:100%;overflow-y:auto}@media screen and (min-width: 15.625em){.position-right{transform:translateX()}}@media screen and (min-width: 15.625em){.off-canvas-content .off-canvas.position-right{transform:translateX()}}.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open{transform:translate(0, 0)}@media screen and (min-width: 15.625em){.off-canvas-content.is-open-right.has-transition-push{transform:translateX(-)}}.position-right.is-transition-push{box-shadow:inset 13px 0 20px -13px rgba(0,0,0,0.25)}.position-top{top:0;left:0;width:100%;overflow-x:auto}@media screen and (min-width: 15.625em){.position-top{transform:translateY(-)}}@media screen and (min-width: 15.625em){.off-canvas-content .off-canvas.position-top{transform:translateY(-)}}.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open{transform:translate(0, 0)}@media screen and (min-width: 15.625em){.off-canvas-content.is-open-top.has-transition-push{transform:translateY()}}.position-top.is-transition-push{box-shadow:inset 0 -13px 20px -13px rgba(0,0,0,0.25)}.position-bottom{bottom:0;left:0;width:100%;overflow-x:auto}@media screen and (min-width: 15.625em){.position-bottom{transform:translateY()}}@media screen and (min-width: 15.625em){.off-canvas-content .off-canvas.position-bottom{transform:translateY()}}.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open{transform:translate(0, 0)}@media screen and (min-width: 15.625em){.off-canvas-content.is-open-bottom.has-transition-push{transform:translateY(-)}}.position-bottom.is-transition-push{box-shadow:inset 0 13px 20px -13px rgba(0,0,0,0.25)}.off-canvas-content{transform:none;transition:transform .5s ease;backface-visibility:hidden}.off-canvas-content.has-transition-push{transform:translate(0, 0)}.off-canvas-content .off-canvas.is-open{transform:translate(0, 0)}@media print, screen and (min-width: 40em){.position-left.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-left.reveal-for-medium .close-button{display:none}.off-canvas-content .position-left.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-medium ~ .off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-right.reveal-for-medium .close-button{display:none}.off-canvas-content .position-right.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-medium ~ .off-canvas-content{margin-right:250px}.position-top.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-top.reveal-for-medium .close-button{display:none}.off-canvas-content .position-top.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-medium ~ .off-canvas-content{margin-top:250px}.position-bottom.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-bottom.reveal-for-medium .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-medium ~ .off-canvas-content{margin-bottom:250px}}@media print, screen and (min-width: 64em){.position-left.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-left.reveal-for-large .close-button{display:none}.off-canvas-content .position-left.reveal-for-large{transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-large ~ .off-canvas-content{margin-left:250px}.position-right.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-right.reveal-for-large .close-button{display:none}.off-canvas-content .position-right.reveal-for-large{transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-large ~ .off-canvas-content{margin-right:250px}.position-top.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-top.reveal-for-large .close-button{display:none}.off-canvas-content .position-top.reveal-for-large{transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-large ~ .off-canvas-content{margin-top:250px}.position-bottom.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-bottom.reveal-for-large .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-large{transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-large ~ .off-canvas-content{margin-bottom:250px}}@media screen and (min-width: 75em){.position-left.reveal-for-xlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-left.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-left.reveal-for-xlarge{transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-xlarge ~ .off-canvas-content{margin-left:250px}.position-right.reveal-for-xlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-right.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-right.reveal-for-xlarge{transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-xlarge ~ .off-canvas-content{margin-right:250px}.position-top.reveal-for-xlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-top.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-top.reveal-for-xlarge{transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-xlarge ~ .off-canvas-content{margin-top:250px}.position-bottom.reveal-for-xlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-bottom.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-xlarge{transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-xlarge ~ .off-canvas-content{margin-bottom:250px}}@media screen and (min-width: 100em){.position-left.reveal-for-xxlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-left.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-left.reveal-for-xxlarge{transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-xxlarge ~ .off-canvas-content{margin-left:250px}.position-right.reveal-for-xxlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-right.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-right.reveal-for-xxlarge{transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-xxlarge ~ .off-canvas-content{margin-right:250px}.position-top.reveal-for-xxlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-top.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-top.reveal-for-xxlarge{transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-xxlarge ~ .off-canvas-content{margin-top:250px}.position-bottom.reveal-for-xxlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-bottom.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-xxlarge{transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-xxlarge ~ .off-canvas-content{margin-bottom:250px}}@media print, screen and (min-width: 40em){.off-canvas.in-canvas-for-medium{visibility:visible;height:auto;position:static;background:inherit;width:inherit;overflow:inherit;transition:inherit}.off-canvas.in-canvas-for-medium.position-left,.off-canvas.in-canvas-for-medium.position-right,.off-canvas.in-canvas-for-medium.position-top,.off-canvas.in-canvas-for-medium.position-bottom{box-shadow:none;transform:none}.off-canvas.in-canvas-for-medium .close-button{display:none}}@media print, screen and (min-width: 64em){.off-canvas.in-canvas-for-large{visibility:visible;height:auto;position:static;background:inherit;width:inherit;overflow:inherit;transition:inherit}.off-canvas.in-canvas-for-large.position-left,.off-canvas.in-canvas-for-large.position-right,.off-canvas.in-canvas-for-large.position-top,.off-canvas.in-canvas-for-large.position-bottom{box-shadow:none;transform:none}.off-canvas.in-canvas-for-large .close-button{display:none}}@media screen and (min-width: 75em){.off-canvas.in-canvas-for-xlarge{visibility:visible;height:auto;position:static;background:inherit;width:inherit;overflow:inherit;transition:inherit}.off-canvas.in-canvas-for-xlarge.position-left,.off-canvas.in-canvas-for-xlarge.position-right,.off-canvas.in-canvas-for-xlarge.position-top,.off-canvas.in-canvas-for-xlarge.position-bottom{box-shadow:none;transform:none}.off-canvas.in-canvas-for-xlarge .close-button{display:none}}@media screen and (min-width: 100em){.off-canvas.in-canvas-for-xxlarge{visibility:visible;height:auto;position:static;background:inherit;width:inherit;overflow:inherit;transition:inherit}.off-canvas.in-canvas-for-xxlarge.position-left,.off-canvas.in-canvas-for-xxlarge.position-right,.off-canvas.in-canvas-for-xxlarge.position-top,.off-canvas.in-canvas-for-xxlarge.position-bottom{box-shadow:none;transform:none}.off-canvas.in-canvas-for-xxlarge .close-button{display:none}}.orbit{position:relative}.orbit-container{position:relative;height:0;margin:0;list-style:none;overflow:hidden}.orbit-slide{width:100%}.orbit-slide.no-motionui.is-active{top:0;left:0}.orbit-figure{margin:0}.orbit-image{width:100%;max-width:100%;margin:0}.orbit-caption{position:absolute;bottom:0;width:100%;margin-bottom:0;padding:1rem;background-color:rgba(0,0,0,0.5);color:#fff}.orbit-previous,.orbit-next{position:absolute;top:50%;transform:translateY(-50%);z-index:10;padding:1rem;color:#fff}[data-whatinput='mouse'] .orbit-previous,[data-whatinput='mouse'] .orbit-next{outline:0}.orbit-previous:hover,.orbit-next:hover,.orbit-previous:active,.orbit-next:active,.orbit-previous:focus,.orbit-next:focus{background-color:rgba(0,0,0,0.5)}.orbit-previous{left:0}.orbit-next{left:auto;right:0}.orbit-bullets{position:relative;margin-top:.8rem;margin-bottom:.8rem;text-align:center}[data-whatinput='mouse'] .orbit-bullets{outline:0}.orbit-bullets button{width:1.2rem;height:1.2rem;margin:.1rem;border-radius:50%;background-color:#d2d2d2}.orbit-bullets button:hover{background-color:#1a1a1a}.orbit-bullets button.is-active{background-color:#1a1a1a}.pagination{margin-left:0;margin-bottom:1rem}.pagination::before,.pagination::after{display:table;content:' ';flex-basis:0;order:1}.pagination::after{clear:both}.pagination li{margin-right:.0625rem;border-radius:4px;font-size:.875rem;display:none}.pagination li:last-child,.pagination li:first-child{display:inline-block}@media print, screen and (min-width: 40em){.pagination li{display:inline-block}}.pagination a,.pagination button{display:block;padding:.1875rem .625rem;border-radius:4px;color:#000}.pagination a:hover,.pagination button:hover{background:#f2f2f2}.pagination .current{padding:.1875rem .625rem;background:#0069aa;color:#fff;cursor:default}.pagination .disabled{padding:.1875rem .625rem;color:#d2d2d2;cursor:not-allowed}.pagination .disabled:hover{background:transparent}.pagination .ellipsis::after{padding:.1875rem .625rem;content:'\2026';color:#000}.pagination-previous a::before,.pagination-previous.disabled::before{display:inline-block;margin-right:0.5rem;content:'\00ab'}.pagination-next a::after,.pagination-next.disabled::after{display:inline-block;margin-left:0.5rem;content:'\00bb'}.progress{height:1rem;margin-bottom:1rem;border-radius:4px;background-color:#d2d2d2}.progress.primary .progress-meter{background-color:#0069aa}.progress.secondary .progress-meter{background-color:#38a3e1}.progress.success .progress-meter{background-color:#23c059}.progress.warning .progress-meter{background-color:#bd110e}.progress.alert .progress-meter{background-color:#dd7808}.progress.dismiss .progress-meter{background-color:#666}.progress.action-gray .progress-meter{background-color:#666}.progress-meter{position:relative;display:block;width:0%;height:100%;background-color:#0069aa;border-radius:4px}.progress-meter-text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);position:absolute;margin:0;font-size:0.75rem;font-weight:bold;color:#fff;white-space:nowrap;border-radius:4px}.slider{position:relative;height:.5rem;margin-top:1.25rem;margin-bottom:2.25rem;background-color:#f2f2f2;cursor:pointer;user-select:none;touch-action:none}.slider-fill{position:absolute;top:0;left:0;display:inline-block;max-width:100%;height:.5rem;background-color:#d2d2d2;transition:all 0.2s ease-in-out}.slider-fill.is-dragging{transition:all 0s linear}.slider-handle{position:absolute;top:50%;transform:translateY(-50%);left:0;z-index:1;display:inline-block;width:1.4rem;height:1.4rem;border-radius:4px;background-color:#0069aa;transition:all 0.2s ease-in-out;touch-action:manipulation}[data-whatinput='mouse'] .slider-handle{outline:0}.slider-handle:hover{background-color:#005991}.slider-handle.is-dragging{transition:all 0s linear}.slider.disabled,.slider[disabled]{opacity:.25;cursor:not-allowed}.slider.vertical{display:inline-block;width:.5rem;height:12.5rem;margin:0 1.25rem;transform:scale(1, -1)}.slider.vertical .slider-fill{top:0;width:.5rem;max-height:100%}.slider.vertical .slider-handle{position:absolute;top:0;left:50%;width:1.4rem;height:1.4rem;transform:translateX(-50%)}.sticky-container{position:relative}.sticky{position:relative;z-index:0;transform:translate3d(0, 0, 0)}.sticky.is-stuck{position:fixed;z-index:5;width:100%}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:relative;right:auto;left:auto}.sticky.is-anchored.is-at-bottom{bottom:0}body.is-reveal-open{overflow:hidden}html.is-reveal-open,html.is-reveal-open body{min-height:100%;overflow:hidden;position:fixed;user-select:none}.reveal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1005;display:none;background-color:rgba(0,0,0,0.45);overflow-y:scroll}.reveal{z-index:1006;backface-visibility:hidden;display:none;padding:1rem;border:1px solid #d2d2d2;border-radius:4px;background-color:#fff;position:relative;top:100px;margin-right:auto;margin-left:auto;overflow-y:auto}[data-whatinput='mouse'] .reveal{outline:0}@media print, screen and (min-width: 40em){.reveal{min-height:0}}.reveal .column{min-width:0}.reveal>:last-child{margin-bottom:0}@media print, screen and (min-width: 40em){.reveal{width:600px;max-width:75rem}}.reveal.collapse{padding:0}@media print, screen and (min-width: 40em){.reveal.tiny{width:30%;max-width:75rem}}@media print, screen and (min-width: 40em){.reveal.small{width:50%;max-width:75rem}}@media print, screen and (min-width: 40em){.reveal.large{width:90%;max-width:75rem}}.reveal.full{top:0;left:0;width:100%;max-width:none;height:100%;height:100vh;min-height:100vh;margin-left:0;border:0;border-radius:0}@media screen and (max-width: 39.9375em){.reveal{top:0;left:0;width:100%;max-width:none;height:100%;height:100vh;min-height:100vh;margin-left:0;border:0;border-radius:0}}.reveal.without-overlay{position:fixed}.switch{height:.625rem;position:relative;margin-bottom:0;outline:0;font-size:.875rem;font-weight:bold;color:#fff;user-select:none}.switch-input{position:absolute;margin-bottom:0;opacity:0}.switch-paddle{position:relative;display:block;width:1.25rem;height:.625rem;border-radius:.3125rem;background:#e6e6e6;transition:all 0.25s ease-out;font-weight:inherit;color:inherit;cursor:pointer}input+.switch-paddle{margin:0}.switch-paddle::after{position:absolute;top:0;left:0;display:block;width:.625rem;height:.625rem;transform:translate3d(0, 0, 0);border-radius:50%;background:#666;transition:all 0.25s ease-out;content:''}input:checked ~ .switch-paddle{background:#98cff2}input:checked ~ .switch-paddle::after{left:.625rem}[data-whatinput='mouse'] input:focus ~ .switch-paddle{outline:0}.switch-active,.switch-inactive{position:absolute;top:50%;transform:translateY(-50%)}.switch-active{left:8%;display:none}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny{height:1.5rem}.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:.625rem}.switch.tiny .switch-paddle::after{top:0;left:0;width:1.5rem;height:1.5rem}.switch.tiny input:checked ~ .switch-paddle::after{left:1.5rem}.switch.small{height:1.75rem}.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:.75rem}.switch.small .switch-paddle::after{top:0;left:0;width:1.75rem;height:1.75rem}.switch.small input:checked ~ .switch-paddle::after{left:1.75rem}.switch.large{height:2.5rem}.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1rem}.switch.large .switch-paddle::after{top:0;left:0;width:2.5rem;height:2.5rem}.switch.large input:checked ~ .switch-paddle::after{left:2.5rem}table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:4px}thead,tbody,tfoot{border:none;background-color:#f2f2f2}caption{padding:.625rem;font-weight:700}thead{background:#e6e6e6;color:#000}tfoot{background:#e6e6e6;color:#000}thead tr,tfoot tr{background:transparent}thead th,thead td,tfoot th,tfoot td{padding:.625rem;font-weight:700;text-align:left}tbody th,tbody td{padding:.625rem}tbody tr{border-bottom:0;border-bottom:none;background-color:#f2f2f2}table.striped tbody tr:nth-child(even){border-bottom:0;background-color:#f2f2f2}@media screen and (max-width: 63.9375em){table.stack thead th{display:block}table.stack tfoot{display:none}table.stack tr,table.stack th,table.stack td{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:#ebebeb}table.hover tfoot tr:hover{background-color:#e1e1e1}table.hover tbody tr:hover{background-color:#ededed}table.hover.striped tr:nth-of-type(even):hover{background-color:#e0e0e0}.table-scroll{overflow-x:auto}.table-scroll table{width:auto}.tabs{margin:0;border:1px solid #f2f2f2;background:#fff;list-style-type:none}.tabs::before,.tabs::after{display:table;content:' ';flex-basis:0;order:1}.tabs::after{clear:both}.tabs.vertical>li{display:block;float:none;width:auto}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:transparent}.tabs.primary{background:#0069aa}.tabs.primary>li>a{color:#fff}.tabs.primary>li>a:hover,.tabs.primary>li>a:focus{background:#0074bb}.tabs-title{float:left}.tabs-title>a{display:block;padding:1rem 0.75rem;font-size:.75rem;line-height:1;color:#0069aa}.tabs-title>a:hover{background:#fff;color:#005a92}.tabs-title>a:focus,.tabs-title>a[aria-selected='true']{background:#f2f2f2;color:#0069aa}.tabs-content{border:1px solid #f2f2f2;border-top:0;background:#fff;color:#000;transition:all 0.5s ease}.tabs-content.vertical{border:1px solid #f2f2f2;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}.thumbnail{display:inline-block;max-width:100%;margin-bottom:1rem;border:solid 4px #fff;border-radius:4px;box-shadow:0 0 0 1px rgba(0,0,0,0.2);line-height:0}a.thumbnail{transition:box-shadow 200ms ease-out}a.thumbnail:hover,a.thumbnail:focus{box-shadow:0 0 6px 1px rgba(0,105,170,0.5)}a.thumbnail image{box-shadow:none}.title-bar{padding:.5rem;background:#000;color:#fff;display:flex;justify-content:flex-start;align-items:center}.title-bar .menu-icon{margin-left:.25rem;margin-right:.25rem}.title-bar-left,.title-bar-right{flex:1 1 0px}.title-bar-right{text-align:right}.title-bar-title{display:inline-block;vertical-align:middle;font-weight:bold}.has-tip{position:relative;display:inline-block;border-bottom:dotted 1px #1a1a1a;font-weight:700;cursor:help}.tooltip{position:absolute;top:calc(100% + .6495rem);z-index:1200;max-width:10rem;padding:.75rem;border-radius:4px;background-color:#000;font-size:87.5%;color:#fff}.tooltip::before{position:absolute}.tooltip.bottom::before{display:block;width:0;height:0;border:inset .75rem;content:'';border-top-width:0;border-bottom-style:solid;border-color:transparent transparent #000;bottom:100%}.tooltip.bottom.align-center::before{left:50%;transform:translateX(-50%)}.tooltip.top::before{display:block;width:0;height:0;border:inset .75rem;content:'';border-bottom-width:0;border-top-style:solid;border-color:#000 transparent transparent;top:100%;bottom:auto}.tooltip.top.align-center::before{left:50%;transform:translateX(-50%)}.tooltip.left::before{display:block;width:0;height:0;border:inset .75rem;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #000;left:100%}.tooltip.left.align-center::before{bottom:auto;top:50%;transform:translateY(-50%)}.tooltip.right::before{display:block;width:0;height:0;border:inset .75rem;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #000 transparent transparent;right:100%;left:auto}.tooltip.right.align-center::before{bottom:auto;top:50%;transform:translateY(-50%)}.tooltip.align-top::before{bottom:auto;top:10%}.tooltip.align-bottom::before{bottom:10%;top:auto}.tooltip.align-left::before{left:10%;right:auto}.tooltip.align-right::before{left:auto;right:10%}.top-bar{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:.5rem;flex-wrap:wrap}.top-bar,.top-bar ul{background-color:#f2f2f2}.top-bar input{max-width:200px;margin-right:1rem}.top-bar .input-group-field{width:100%;margin-right:0}.top-bar input.button{width:auto}.top-bar .top-bar-left,.top-bar .top-bar-right{flex:0 0 100%;max-width:100%}@media print, screen and (min-width: 40em){.top-bar{flex-wrap:nowrap}.top-bar .top-bar-left{flex:1 1 auto;margin-right:auto}.top-bar .top-bar-right{flex:0 1 auto;margin-left:auto}}@media screen and (max-width: 63.9375em){.top-bar.stacked-for-medium{flex-wrap:wrap}.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right{flex:0 0 100%;max-width:100%}}@media screen and (max-width: 74.9375em){.top-bar.stacked-for-large{flex-wrap:wrap}.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right{flex:0 0 100%;max-width:100%}}@media screen and (max-width: 99.9375em){.top-bar.stacked-for-xlarge{flex-wrap:wrap}.top-bar.stacked-for-xlarge .top-bar-left,.top-bar.stacked-for-xlarge .top-bar-right{flex:0 0 100%;max-width:100%}}.top-bar.stacked-for-xxlarge{flex-wrap:wrap}.top-bar.stacked-for-xxlarge .top-bar-left,.top-bar.stacked-for-xxlarge .top-bar-right{flex:0 0 100%;max-width:100%}.top-bar-title{flex:0 0 auto;margin:0.5rem 1rem 0.5rem 0}.top-bar-left,.top-bar-right{flex:0 0 auto}.hide{display:none !important}.invisible{visibility:hidden}@media screen and (max-width: 39.9375em){.hide-for-small-only{display:none !important}}@media screen and (max-width: 0em), screen and (min-width: 40em){.show-for-small-only{display:none !important}}@media print, screen and (min-width: 40em){.hide-for-medium{display:none !important}}@media screen and (max-width: 39.9375em){.show-for-medium{display:none !important}}@media screen and (min-width: 40em) and (max-width: 63.9375em){.hide-for-medium-only{display:none !important}}@media screen and (max-width: 39.9375em), screen and (min-width: 64em){.show-for-medium-only{display:none !important}}@media print, screen and (min-width: 64em){.hide-for-large{display:none !important}}@media screen and (max-width: 63.9375em){.show-for-large{display:none !important}}@media screen and (min-width: 64em) and (max-width: 74.9375em){.hide-for-large-only{display:none !important}}@media screen and (max-width: 63.9375em), screen and (min-width: 75em){.show-for-large-only{display:none !important}}@media screen and (min-width: 75em){.hide-for-xlarge{display:none !important}}@media screen and (max-width: 74.9375em){.show-for-xlarge{display:none !important}}@media screen and (min-width: 75em) and (max-width: 99.9375em){.hide-for-xlarge-only{display:none !important}}@media screen and (max-width: 74.9375em), screen and (min-width: 100em){.show-for-xlarge-only{display:none !important}}@media screen and (min-width: 100em){.hide-for-xxlarge{display:none !important}}@media screen and (max-width: 99.9375em){.show-for-xxlarge{display:none !important}}@media screen and (min-width: 100em){.hide-for-xxlarge-only{display:none !important}}@media screen and (max-width: 99.9375em){.show-for-xxlarge-only{display:none !important}}.show-for-sr,.show-on-focus{position:absolute !important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);border:0}.show-on-focus:active,.show-on-focus:focus{position:static !important;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;clip-path:none}.show-for-landscape,.hide-for-portrait{display:block !important}@media screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:block !important}}@media screen and (orientation: portrait){.show-for-landscape,.hide-for-portrait{display:none !important}}.hide-for-landscape,.show-for-portrait{display:none !important}@media screen and (orientation: landscape){.hide-for-landscape,.show-for-portrait{display:none !important}}@media screen and (orientation: portrait){.hide-for-landscape,.show-for-portrait{display:block !important}}.float-left{float:left !important}.float-right{float:right !important}.float-center{display:block;margin-right:auto;margin-left:auto}.clearfix::before,.clearfix::after{display:table;content:' ';flex-basis:0;order:1}.clearfix::after{clear:both}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center.vertical.menu>li>a{justify-content:center}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{justify-content:center;align-items:center;align-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media print, screen and (min-width: 40em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print, screen and (min-width: 64em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}@media screen and (min-width: 75em){.xlarge-order-1{order:1}.xlarge-order-2{order:2}.xlarge-order-3{order:3}.xlarge-order-4{order:4}.xlarge-order-5{order:5}.xlarge-order-6{order:6}}@media screen and (min-width: 100em){.xxlarge-order-1{order:1}.xxlarge-order-2{order:2}.xxlarge-order-3{order:3}.xxlarge-order-4{order:4}.xxlarge-order-5{order:5}.xxlarge-order-6{order:6}}.flex-container{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print, screen and (min-width: 40em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print, screen and (min-width: 64em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width: 75em){.xlarge-flex-container{display:flex}.xlarge-flex-child-auto{flex:1 1 auto}.xlarge-flex-child-grow{flex:1 0 auto}.xlarge-flex-child-shrink{flex:0 1 auto}.xlarge-flex-dir-row{flex-direction:row}.xlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xlarge-flex-dir-column{flex-direction:column}.xlarge-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width: 100em){.xxlarge-flex-container{display:flex}.xxlarge-flex-child-auto{flex:1 1 auto}.xxlarge-flex-child-grow{flex:1 0 auto}.xxlarge-flex-child-shrink{flex:0 1 auto}.xxlarge-flex-dir-row{flex-direction:row}.xxlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xxlarge-flex-dir-column{flex-direction:column}.xxlarge-flex-dir-column-reverse{flex-direction:column-reverse}}/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */html{font-family:sans-serif;line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,footer,header,nav,section{display:block}h1{font-size:2em;margin:0.67em 0}figcaption,figure{display:block}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}main{display:block}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}dfn{font-style:italic}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}button{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}input{overflow:visible}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;display:table;max-width:100%;padding:0;color:inherit;white-space:normal}progress{display:inline-block;vertical-align:baseline}textarea{overflow:auto}details{display:block}summary{display:list-item}menu{display:block}canvas{display:inline-block}template{display:none}[hidden]{display:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=100em"}html{box-sizing:border-box;font-size:16px}*,*::before,*::after{box-sizing:inherit}body{margin:0;padding:0;background:#fff;font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:400;line-height:1.4;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{display:inline-block;vertical-align:middle;max-width:100%;height:auto;-ms-interpolation-mode:bicubic}textarea{height:auto;min-height:50px;border-radius:4px}select{box-sizing:border-box;width:100%;border-radius:4px}.map_canvas img,.map_canvas embed,.map_canvas object,.mqa-display img,.mqa-display embed,.mqa-display object{max-width:none !important}button{padding:0;appearance:none;border:0;border-radius:4px;background:transparent;line-height:1;cursor:auto}[data-whatinput='mouse'] button{outline:0}pre{overflow:auto}button,input,optgroup,select,textarea{font-family:inherit}.is-visible{display:block !important}.is-hidden{display:none !important}.grid-container{padding-right:.625rem;padding-left:.625rem;max-width:75rem;margin:0 auto}@media print, screen and (min-width: 40em){.grid-container{padding-right:.625rem;padding-left:.625rem}}.grid-container.fluid{padding-right:.625rem;padding-left:.625rem;max-width:100%;margin:0 auto}@media print, screen and (min-width: 40em){.grid-container.fluid{padding-right:.625rem;padding-left:.625rem}}.grid-container.full{padding-right:0;padding-left:0;max-width:100%;margin:0 auto}.grid-x{display:flex;flex-flow:row wrap}.cell{flex:0 0 auto;min-height:0px;min-width:0px;width:100%}.cell.auto{flex:1 1 0px}.cell.shrink{flex:0 0 auto}.grid-x>.auto{width:auto}.grid-x>.shrink{width:auto}.grid-x>.small-shrink,.grid-x>.small-full,.grid-x>.small-1,.grid-x>.small-2,.grid-x>.small-3,.grid-x>.small-4,.grid-x>.small-5,.grid-x>.small-6,.grid-x>.small-7,.grid-x>.small-8,.grid-x>.small-9,.grid-x>.small-10,.grid-x>.small-11,.grid-x>.small-12{flex-basis:auto}@media print, screen and (min-width: 40em){.grid-x>.medium-shrink,.grid-x>.medium-full,.grid-x>.medium-1,.grid-x>.medium-2,.grid-x>.medium-3,.grid-x>.medium-4,.grid-x>.medium-5,.grid-x>.medium-6,.grid-x>.medium-7,.grid-x>.medium-8,.grid-x>.medium-9,.grid-x>.medium-10,.grid-x>.medium-11,.grid-x>.medium-12{flex-basis:auto}}@media print, screen and (min-width: 64em){.grid-x>.large-shrink,.grid-x>.large-full,.grid-x>.large-1,.grid-x>.large-2,.grid-x>.large-3,.grid-x>.large-4,.grid-x>.large-5,.grid-x>.large-6,.grid-x>.large-7,.grid-x>.large-8,.grid-x>.large-9,.grid-x>.large-10,.grid-x>.large-11,.grid-x>.large-12{flex-basis:auto}}@media screen and (min-width: 75em){.grid-x>.xlarge-shrink,.grid-x>.xlarge-full,.grid-x>.xlarge-1,.grid-x>.xlarge-2,.grid-x>.xlarge-3,.grid-x>.xlarge-4,.grid-x>.xlarge-5,.grid-x>.xlarge-6,.grid-x>.xlarge-7,.grid-x>.xlarge-8,.grid-x>.xlarge-9,.grid-x>.xlarge-10,.grid-x>.xlarge-11,.grid-x>.xlarge-12{flex-basis:auto}}@media screen and (min-width: 100em){.grid-x>.xxlarge-shrink,.grid-x>.xxlarge-full,.grid-x>.xxlarge-1,.grid-x>.xxlarge-2,.grid-x>.xxlarge-3,.grid-x>.xxlarge-4,.grid-x>.xxlarge-5,.grid-x>.xxlarge-6,.grid-x>.xxlarge-7,.grid-x>.xxlarge-8,.grid-x>.xxlarge-9,.grid-x>.xxlarge-10,.grid-x>.xxlarge-11,.grid-x>.xxlarge-12{flex-basis:auto}}.grid-x>.small-1{width:8.33333%}.grid-x>.small-2{width:16.66667%}.grid-x>.small-3{width:25%}.grid-x>.small-4{width:33.33333%}.grid-x>.small-5{width:41.66667%}.grid-x>.small-6{width:50%}.grid-x>.small-7{width:58.33333%}.grid-x>.small-8{width:66.66667%}.grid-x>.small-9{width:75%}.grid-x>.small-10{width:83.33333%}.grid-x>.small-11{width:91.66667%}.grid-x>.small-12{width:100%}@media print, screen and (min-width: 40em){.grid-x>.medium-auto{flex:1 1 0px;width:auto}.grid-x>.medium-shrink{flex:0 0 auto;width:auto}.grid-x>.medium-1{width:8.33333%}.grid-x>.medium-2{width:16.66667%}.grid-x>.medium-3{width:25%}.grid-x>.medium-4{width:33.33333%}.grid-x>.medium-5{width:41.66667%}.grid-x>.medium-6{width:50%}.grid-x>.medium-7{width:58.33333%}.grid-x>.medium-8{width:66.66667%}.grid-x>.medium-9{width:75%}.grid-x>.medium-10{width:83.33333%}.grid-x>.medium-11{width:91.66667%}.grid-x>.medium-12{width:100%}}@media print, screen and (min-width: 64em){.grid-x>.large-auto{flex:1 1 0px;width:auto}.grid-x>.large-shrink{flex:0 0 auto;width:auto}.grid-x>.large-1{width:8.33333%}.grid-x>.large-2{width:16.66667%}.grid-x>.large-3{width:25%}.grid-x>.large-4{width:33.33333%}.grid-x>.large-5{width:41.66667%}.grid-x>.large-6{width:50%}.grid-x>.large-7{width:58.33333%}.grid-x>.large-8{width:66.66667%}.grid-x>.large-9{width:75%}.grid-x>.large-10{width:83.33333%}.grid-x>.large-11{width:91.66667%}.grid-x>.large-12{width:100%}}@media screen and (min-width: 75em){.grid-x>.xlarge-auto{flex:1 1 0px;width:auto}.grid-x>.xlarge-shrink{flex:0 0 auto;width:auto}.grid-x>.xlarge-1{width:8.33333%}.grid-x>.xlarge-2{width:16.66667%}.grid-x>.xlarge-3{width:25%}.grid-x>.xlarge-4{width:33.33333%}.grid-x>.xlarge-5{width:41.66667%}.grid-x>.xlarge-6{width:50%}.grid-x>.xlarge-7{width:58.33333%}.grid-x>.xlarge-8{width:66.66667%}.grid-x>.xlarge-9{width:75%}.grid-x>.xlarge-10{width:83.33333%}.grid-x>.xlarge-11{width:91.66667%}.grid-x>.xlarge-12{width:100%}}@media screen and (min-width: 100em){.grid-x>.xxlarge-auto{flex:1 1 0px;width:auto}.grid-x>.xxlarge-shrink{flex:0 0 auto;width:auto}.grid-x>.xxlarge-1{width:8.33333%}.grid-x>.xxlarge-2{width:16.66667%}.grid-x>.xxlarge-3{width:25%}.grid-x>.xxlarge-4{width:33.33333%}.grid-x>.xxlarge-5{width:41.66667%}.grid-x>.xxlarge-6{width:50%}.grid-x>.xxlarge-7{width:58.33333%}.grid-x>.xxlarge-8{width:66.66667%}.grid-x>.xxlarge-9{width:75%}.grid-x>.xxlarge-10{width:83.33333%}.grid-x>.xxlarge-11{width:91.66667%}.grid-x>.xxlarge-12{width:100%}}.grid-margin-x:not(.grid-x)>.cell{width:auto}.grid-margin-y:not(.grid-y)>.cell{height:auto}.grid-margin-x{margin-left:-.625rem;margin-right:-.625rem}@media print, screen and (min-width: 40em){.grid-margin-x{margin-left:-.625rem;margin-right:-.625rem}}.grid-margin-x>.cell{width:calc(100% - 1.25rem);margin-left:.625rem;margin-right:.625rem}@media print, screen and (min-width: 40em){.grid-margin-x>.cell{width:calc(100% - 1.25rem);margin-left:.625rem;margin-right:.625rem}}.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.small-3{width:calc(25% - 1.25rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.25rem)}.grid-margin-x>.small-6{width:calc(50% - 1.25rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.25rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.small-9{width:calc(75% - 1.25rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.25rem)}.grid-margin-x>.small-12{width:calc(100% - 1.25rem)}@media print, screen and (min-width: 40em){.grid-margin-x>.auto{width:auto}.grid-margin-x>.shrink{width:auto}.grid-margin-x>.small-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.small-2{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.small-3{width:calc(25% - 1.25rem)}.grid-margin-x>.small-4{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.small-5{width:calc(41.66667% - 1.25rem)}.grid-margin-x>.small-6{width:calc(50% - 1.25rem)}.grid-margin-x>.small-7{width:calc(58.33333% - 1.25rem)}.grid-margin-x>.small-8{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.small-9{width:calc(75% - 1.25rem)}.grid-margin-x>.small-10{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.small-11{width:calc(91.66667% - 1.25rem)}.grid-margin-x>.small-12{width:calc(100% - 1.25rem)}.grid-margin-x>.medium-auto{width:auto}.grid-margin-x>.medium-shrink{width:auto}.grid-margin-x>.medium-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.medium-2{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.medium-3{width:calc(25% - 1.25rem)}.grid-margin-x>.medium-4{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.medium-5{width:calc(41.66667% - 1.25rem)}.grid-margin-x>.medium-6{width:calc(50% - 1.25rem)}.grid-margin-x>.medium-7{width:calc(58.33333% - 1.25rem)}.grid-margin-x>.medium-8{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.medium-9{width:calc(75% - 1.25rem)}.grid-margin-x>.medium-10{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.medium-11{width:calc(91.66667% - 1.25rem)}.grid-margin-x>.medium-12{width:calc(100% - 1.25rem)}}@media print, screen and (min-width: 64em){.grid-margin-x>.large-auto{width:auto}.grid-margin-x>.large-shrink{width:auto}.grid-margin-x>.large-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.large-2{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.large-3{width:calc(25% - 1.25rem)}.grid-margin-x>.large-4{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.large-5{width:calc(41.66667% - 1.25rem)}.grid-margin-x>.large-6{width:calc(50% - 1.25rem)}.grid-margin-x>.large-7{width:calc(58.33333% - 1.25rem)}.grid-margin-x>.large-8{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.large-9{width:calc(75% - 1.25rem)}.grid-margin-x>.large-10{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.large-11{width:calc(91.66667% - 1.25rem)}.grid-margin-x>.large-12{width:calc(100% - 1.25rem)}}@media screen and (min-width: 75em){.grid-margin-x>.xlarge-auto{width:auto}.grid-margin-x>.xlarge-shrink{width:auto}.grid-margin-x>.xlarge-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.xlarge-2{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.xlarge-3{width:calc(25% - 1.25rem)}.grid-margin-x>.xlarge-4{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.xlarge-5{width:calc(41.66667% - 1.25rem)}.grid-margin-x>.xlarge-6{width:calc(50% - 1.25rem)}.grid-margin-x>.xlarge-7{width:calc(58.33333% - 1.25rem)}.grid-margin-x>.xlarge-8{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.xlarge-9{width:calc(75% - 1.25rem)}.grid-margin-x>.xlarge-10{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.xlarge-11{width:calc(91.66667% - 1.25rem)}.grid-margin-x>.xlarge-12{width:calc(100% - 1.25rem)}}@media screen and (min-width: 100em){.grid-margin-x>.xxlarge-auto{width:auto}.grid-margin-x>.xxlarge-shrink{width:auto}.grid-margin-x>.xxlarge-1{width:calc(8.33333% - 1.25rem)}.grid-margin-x>.xxlarge-2{width:calc(16.66667% - 1.25rem)}.grid-margin-x>.xxlarge-3{width:calc(25% - 1.25rem)}.grid-margin-x>.xxlarge-4{width:calc(33.33333% - 1.25rem)}.grid-margin-x>.xxlarge-5{width:calc(41.66667% - 1.25rem)}.grid-margin-x>.xxlarge-6{width:calc(50% - 1.25rem)}.grid-margin-x>.xxlarge-7{width:calc(58.33333% - 1.25rem)}.grid-margin-x>.xxlarge-8{width:calc(66.66667% - 1.25rem)}.grid-margin-x>.xxlarge-9{width:calc(75% - 1.25rem)}.grid-margin-x>.xxlarge-10{width:calc(83.33333% - 1.25rem)}.grid-margin-x>.xxlarge-11{width:calc(91.66667% - 1.25rem)}.grid-margin-x>.xxlarge-12{width:calc(100% - 1.25rem)}}.grid-padding-x .grid-padding-x{margin-right:-.625rem;margin-left:-.625rem}@media print, screen and (min-width: 40em){.grid-padding-x .grid-padding-x{margin-right:-.625rem;margin-left:-.625rem}}.grid-container:not(.full)>.grid-padding-x{margin-right:-.625rem;margin-left:-.625rem}@media print, screen and (min-width: 40em){.grid-container:not(.full)>.grid-padding-x{margin-right:-.625rem;margin-left:-.625rem}}.grid-padding-x>.cell{padding-right:.625rem;padding-left:.625rem}@media print, screen and (min-width: 40em){.grid-padding-x>.cell{padding-right:.625rem;padding-left:.625rem}}.small-up-1>.cell{width:100%}.small-up-2>.cell{width:50%}.small-up-3>.cell{width:33.33333%}.small-up-4>.cell{width:25%}.small-up-5>.cell{width:20%}.small-up-6>.cell{width:16.66667%}.small-up-7>.cell{width:14.28571%}.small-up-8>.cell{width:12.5%}@media print, screen and (min-width: 40em){.medium-up-1>.cell{width:100%}.medium-up-2>.cell{width:50%}.medium-up-3>.cell{width:33.33333%}.medium-up-4>.cell{width:25%}.medium-up-5>.cell{width:20%}.medium-up-6>.cell{width:16.66667%}.medium-up-7>.cell{width:14.28571%}.medium-up-8>.cell{width:12.5%}}@media print, screen and (min-width: 64em){.large-up-1>.cell{width:100%}.large-up-2>.cell{width:50%}.large-up-3>.cell{width:33.33333%}.large-up-4>.cell{width:25%}.large-up-5>.cell{width:20%}.large-up-6>.cell{width:16.66667%}.large-up-7>.cell{width:14.28571%}.large-up-8>.cell{width:12.5%}}@media screen and (min-width: 75em){.xlarge-up-1>.cell{width:100%}.xlarge-up-2>.cell{width:50%}.xlarge-up-3>.cell{width:33.33333%}.xlarge-up-4>.cell{width:25%}.xlarge-up-5>.cell{width:20%}.xlarge-up-6>.cell{width:16.66667%}.xlarge-up-7>.cell{width:14.28571%}.xlarge-up-8>.cell{width:12.5%}}@media screen and (min-width: 100em){.xxlarge-up-1>.cell{width:100%}.xxlarge-up-2>.cell{width:50%}.xxlarge-up-3>.cell{width:33.33333%}.xxlarge-up-4>.cell{width:25%}.xxlarge-up-5>.cell{width:20%}.xxlarge-up-6>.cell{width:16.66667%}.xxlarge-up-7>.cell{width:14.28571%}.xxlarge-up-8>.cell{width:12.5%}}.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.25rem)}@media print, screen and (min-width: 40em){.grid-margin-x.small-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.small-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.small-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.small-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.small-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.small-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.small-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.small-up-8>.cell{width:calc(12.5% - 1.25rem)}.grid-margin-x.medium-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.medium-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.medium-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.medium-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.medium-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.medium-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.medium-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.medium-up-8>.cell{width:calc(12.5% - 1.25rem)}}@media print, screen and (min-width: 64em){.grid-margin-x.large-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.large-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.large-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.large-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.large-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.large-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.large-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.large-up-8>.cell{width:calc(12.5% - 1.25rem)}}@media screen and (min-width: 75em){.grid-margin-x.xlarge-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.xlarge-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.xlarge-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.xlarge-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.xlarge-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.xlarge-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.xlarge-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.xlarge-up-8>.cell{width:calc(12.5% - 1.25rem)}}@media screen and (min-width: 100em){.grid-margin-x.xxlarge-up-1>.cell{width:calc(100% - 1.25rem)}.grid-margin-x.xxlarge-up-2>.cell{width:calc(50% - 1.25rem)}.grid-margin-x.xxlarge-up-3>.cell{width:calc(33.33333% - 1.25rem)}.grid-margin-x.xxlarge-up-4>.cell{width:calc(25% - 1.25rem)}.grid-margin-x.xxlarge-up-5>.cell{width:calc(20% - 1.25rem)}.grid-margin-x.xxlarge-up-6>.cell{width:calc(16.66667% - 1.25rem)}.grid-margin-x.xxlarge-up-7>.cell{width:calc(14.28571% - 1.25rem)}.grid-margin-x.xxlarge-up-8>.cell{width:calc(12.5% - 1.25rem)}}.small-margin-collapse{margin-right:0;margin-left:0}.small-margin-collapse>.cell{margin-right:0;margin-left:0}.small-margin-collapse>.small-1{width:8.33333%}.small-margin-collapse>.small-2{width:16.66667%}.small-margin-collapse>.small-3{width:25%}.small-margin-collapse>.small-4{width:33.33333%}.small-margin-collapse>.small-5{width:41.66667%}.small-margin-collapse>.small-6{width:50%}.small-margin-collapse>.small-7{width:58.33333%}.small-margin-collapse>.small-8{width:66.66667%}.small-margin-collapse>.small-9{width:75%}.small-margin-collapse>.small-10{width:83.33333%}.small-margin-collapse>.small-11{width:91.66667%}.small-margin-collapse>.small-12{width:100%}@media print, screen and (min-width: 40em){.small-margin-collapse>.medium-1{width:8.33333%}.small-margin-collapse>.medium-2{width:16.66667%}.small-margin-collapse>.medium-3{width:25%}.small-margin-collapse>.medium-4{width:33.33333%}.small-margin-collapse>.medium-5{width:41.66667%}.small-margin-collapse>.medium-6{width:50%}.small-margin-collapse>.medium-7{width:58.33333%}.small-margin-collapse>.medium-8{width:66.66667%}.small-margin-collapse>.medium-9{width:75%}.small-margin-collapse>.medium-10{width:83.33333%}.small-margin-collapse>.medium-11{width:91.66667%}.small-margin-collapse>.medium-12{width:100%}}@media print, screen and (min-width: 64em){.small-margin-collapse>.large-1{width:8.33333%}.small-margin-collapse>.large-2{width:16.66667%}.small-margin-collapse>.large-3{width:25%}.small-margin-collapse>.large-4{width:33.33333%}.small-margin-collapse>.large-5{width:41.66667%}.small-margin-collapse>.large-6{width:50%}.small-margin-collapse>.large-7{width:58.33333%}.small-margin-collapse>.large-8{width:66.66667%}.small-margin-collapse>.large-9{width:75%}.small-margin-collapse>.large-10{width:83.33333%}.small-margin-collapse>.large-11{width:91.66667%}.small-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 75em){.small-margin-collapse>.xlarge-1{width:8.33333%}.small-margin-collapse>.xlarge-2{width:16.66667%}.small-margin-collapse>.xlarge-3{width:25%}.small-margin-collapse>.xlarge-4{width:33.33333%}.small-margin-collapse>.xlarge-5{width:41.66667%}.small-margin-collapse>.xlarge-6{width:50%}.small-margin-collapse>.xlarge-7{width:58.33333%}.small-margin-collapse>.xlarge-8{width:66.66667%}.small-margin-collapse>.xlarge-9{width:75%}.small-margin-collapse>.xlarge-10{width:83.33333%}.small-margin-collapse>.xlarge-11{width:91.66667%}.small-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width: 100em){.small-margin-collapse>.xxlarge-1{width:8.33333%}.small-margin-collapse>.xxlarge-2{width:16.66667%}.small-margin-collapse>.xxlarge-3{width:25%}.small-margin-collapse>.xxlarge-4{width:33.33333%}.small-margin-collapse>.xxlarge-5{width:41.66667%}.small-margin-collapse>.xxlarge-6{width:50%}.small-margin-collapse>.xxlarge-7{width:58.33333%}.small-margin-collapse>.xxlarge-8{width:66.66667%}.small-margin-collapse>.xxlarge-9{width:75%}.small-margin-collapse>.xxlarge-10{width:83.33333%}.small-margin-collapse>.xxlarge-11{width:91.66667%}.small-margin-collapse>.xxlarge-12{width:100%}}.small-padding-collapse{margin-right:0;margin-left:0}.small-padding-collapse>.cell{padding-right:0;padding-left:0}@media print, screen and (min-width: 40em){.medium-margin-collapse{margin-right:0;margin-left:0}.medium-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print, screen and (min-width: 40em){.medium-margin-collapse>.small-1{width:8.33333%}.medium-margin-collapse>.small-2{width:16.66667%}.medium-margin-collapse>.small-3{width:25%}.medium-margin-collapse>.small-4{width:33.33333%}.medium-margin-collapse>.small-5{width:41.66667%}.medium-margin-collapse>.small-6{width:50%}.medium-margin-collapse>.small-7{width:58.33333%}.medium-margin-collapse>.small-8{width:66.66667%}.medium-margin-collapse>.small-9{width:75%}.medium-margin-collapse>.small-10{width:83.33333%}.medium-margin-collapse>.small-11{width:91.66667%}.medium-margin-collapse>.small-12{width:100%}}@media print, screen and (min-width: 40em){.medium-margin-collapse>.medium-1{width:8.33333%}.medium-margin-collapse>.medium-2{width:16.66667%}.medium-margin-collapse>.medium-3{width:25%}.medium-margin-collapse>.medium-4{width:33.33333%}.medium-margin-collapse>.medium-5{width:41.66667%}.medium-margin-collapse>.medium-6{width:50%}.medium-margin-collapse>.medium-7{width:58.33333%}.medium-margin-collapse>.medium-8{width:66.66667%}.medium-margin-collapse>.medium-9{width:75%}.medium-margin-collapse>.medium-10{width:83.33333%}.medium-margin-collapse>.medium-11{width:91.66667%}.medium-margin-collapse>.medium-12{width:100%}}@media print, screen and (min-width: 64em){.medium-margin-collapse>.large-1{width:8.33333%}.medium-margin-collapse>.large-2{width:16.66667%}.medium-margin-collapse>.large-3{width:25%}.medium-margin-collapse>.large-4{width:33.33333%}.medium-margin-collapse>.large-5{width:41.66667%}.medium-margin-collapse>.large-6{width:50%}.medium-margin-collapse>.large-7{width:58.33333%}.medium-margin-collapse>.large-8{width:66.66667%}.medium-margin-collapse>.large-9{width:75%}.medium-margin-collapse>.large-10{width:83.33333%}.medium-margin-collapse>.large-11{width:91.66667%}.medium-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 75em){.medium-margin-collapse>.xlarge-1{width:8.33333%}.medium-margin-collapse>.xlarge-2{width:16.66667%}.medium-margin-collapse>.xlarge-3{width:25%}.medium-margin-collapse>.xlarge-4{width:33.33333%}.medium-margin-collapse>.xlarge-5{width:41.66667%}.medium-margin-collapse>.xlarge-6{width:50%}.medium-margin-collapse>.xlarge-7{width:58.33333%}.medium-margin-collapse>.xlarge-8{width:66.66667%}.medium-margin-collapse>.xlarge-9{width:75%}.medium-margin-collapse>.xlarge-10{width:83.33333%}.medium-margin-collapse>.xlarge-11{width:91.66667%}.medium-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width: 100em){.medium-margin-collapse>.xxlarge-1{width:8.33333%}.medium-margin-collapse>.xxlarge-2{width:16.66667%}.medium-margin-collapse>.xxlarge-3{width:25%}.medium-margin-collapse>.xxlarge-4{width:33.33333%}.medium-margin-collapse>.xxlarge-5{width:41.66667%}.medium-margin-collapse>.xxlarge-6{width:50%}.medium-margin-collapse>.xxlarge-7{width:58.33333%}.medium-margin-collapse>.xxlarge-8{width:66.66667%}.medium-margin-collapse>.xxlarge-9{width:75%}.medium-margin-collapse>.xxlarge-10{width:83.33333%}.medium-margin-collapse>.xxlarge-11{width:91.66667%}.medium-margin-collapse>.xxlarge-12{width:100%}}@media print, screen and (min-width: 40em){.medium-padding-collapse{margin-right:0;margin-left:0}.medium-padding-collapse>.cell{padding-right:0;padding-left:0}}@media print, screen and (min-width: 64em){.large-margin-collapse{margin-right:0;margin-left:0}.large-margin-collapse>.cell{margin-right:0;margin-left:0}}@media print, screen and (min-width: 64em){.large-margin-collapse>.small-1{width:8.33333%}.large-margin-collapse>.small-2{width:16.66667%}.large-margin-collapse>.small-3{width:25%}.large-margin-collapse>.small-4{width:33.33333%}.large-margin-collapse>.small-5{width:41.66667%}.large-margin-collapse>.small-6{width:50%}.large-margin-collapse>.small-7{width:58.33333%}.large-margin-collapse>.small-8{width:66.66667%}.large-margin-collapse>.small-9{width:75%}.large-margin-collapse>.small-10{width:83.33333%}.large-margin-collapse>.small-11{width:91.66667%}.large-margin-collapse>.small-12{width:100%}}@media print, screen and (min-width: 64em){.large-margin-collapse>.medium-1{width:8.33333%}.large-margin-collapse>.medium-2{width:16.66667%}.large-margin-collapse>.medium-3{width:25%}.large-margin-collapse>.medium-4{width:33.33333%}.large-margin-collapse>.medium-5{width:41.66667%}.large-margin-collapse>.medium-6{width:50%}.large-margin-collapse>.medium-7{width:58.33333%}.large-margin-collapse>.medium-8{width:66.66667%}.large-margin-collapse>.medium-9{width:75%}.large-margin-collapse>.medium-10{width:83.33333%}.large-margin-collapse>.medium-11{width:91.66667%}.large-margin-collapse>.medium-12{width:100%}}@media print, screen and (min-width: 64em){.large-margin-collapse>.large-1{width:8.33333%}.large-margin-collapse>.large-2{width:16.66667%}.large-margin-collapse>.large-3{width:25%}.large-margin-collapse>.large-4{width:33.33333%}.large-margin-collapse>.large-5{width:41.66667%}.large-margin-collapse>.large-6{width:50%}.large-margin-collapse>.large-7{width:58.33333%}.large-margin-collapse>.large-8{width:66.66667%}.large-margin-collapse>.large-9{width:75%}.large-margin-collapse>.large-10{width:83.33333%}.large-margin-collapse>.large-11{width:91.66667%}.large-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 75em){.large-margin-collapse>.xlarge-1{width:8.33333%}.large-margin-collapse>.xlarge-2{width:16.66667%}.large-margin-collapse>.xlarge-3{width:25%}.large-margin-collapse>.xlarge-4{width:33.33333%}.large-margin-collapse>.xlarge-5{width:41.66667%}.large-margin-collapse>.xlarge-6{width:50%}.large-margin-collapse>.xlarge-7{width:58.33333%}.large-margin-collapse>.xlarge-8{width:66.66667%}.large-margin-collapse>.xlarge-9{width:75%}.large-margin-collapse>.xlarge-10{width:83.33333%}.large-margin-collapse>.xlarge-11{width:91.66667%}.large-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width: 100em){.large-margin-collapse>.xxlarge-1{width:8.33333%}.large-margin-collapse>.xxlarge-2{width:16.66667%}.large-margin-collapse>.xxlarge-3{width:25%}.large-margin-collapse>.xxlarge-4{width:33.33333%}.large-margin-collapse>.xxlarge-5{width:41.66667%}.large-margin-collapse>.xxlarge-6{width:50%}.large-margin-collapse>.xxlarge-7{width:58.33333%}.large-margin-collapse>.xxlarge-8{width:66.66667%}.large-margin-collapse>.xxlarge-9{width:75%}.large-margin-collapse>.xxlarge-10{width:83.33333%}.large-margin-collapse>.xxlarge-11{width:91.66667%}.large-margin-collapse>.xxlarge-12{width:100%}}@media print, screen and (min-width: 64em){.large-padding-collapse{margin-right:0;margin-left:0}.large-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width: 75em){.xlarge-margin-collapse{margin-right:0;margin-left:0}.xlarge-margin-collapse>.cell{margin-right:0;margin-left:0}}@media screen and (min-width: 75em){.xlarge-margin-collapse>.small-1{width:8.33333%}.xlarge-margin-collapse>.small-2{width:16.66667%}.xlarge-margin-collapse>.small-3{width:25%}.xlarge-margin-collapse>.small-4{width:33.33333%}.xlarge-margin-collapse>.small-5{width:41.66667%}.xlarge-margin-collapse>.small-6{width:50%}.xlarge-margin-collapse>.small-7{width:58.33333%}.xlarge-margin-collapse>.small-8{width:66.66667%}.xlarge-margin-collapse>.small-9{width:75%}.xlarge-margin-collapse>.small-10{width:83.33333%}.xlarge-margin-collapse>.small-11{width:91.66667%}.xlarge-margin-collapse>.small-12{width:100%}}@media screen and (min-width: 75em){.xlarge-margin-collapse>.medium-1{width:8.33333%}.xlarge-margin-collapse>.medium-2{width:16.66667%}.xlarge-margin-collapse>.medium-3{width:25%}.xlarge-margin-collapse>.medium-4{width:33.33333%}.xlarge-margin-collapse>.medium-5{width:41.66667%}.xlarge-margin-collapse>.medium-6{width:50%}.xlarge-margin-collapse>.medium-7{width:58.33333%}.xlarge-margin-collapse>.medium-8{width:66.66667%}.xlarge-margin-collapse>.medium-9{width:75%}.xlarge-margin-collapse>.medium-10{width:83.33333%}.xlarge-margin-collapse>.medium-11{width:91.66667%}.xlarge-margin-collapse>.medium-12{width:100%}}@media screen and (min-width: 75em){.xlarge-margin-collapse>.large-1{width:8.33333%}.xlarge-margin-collapse>.large-2{width:16.66667%}.xlarge-margin-collapse>.large-3{width:25%}.xlarge-margin-collapse>.large-4{width:33.33333%}.xlarge-margin-collapse>.large-5{width:41.66667%}.xlarge-margin-collapse>.large-6{width:50%}.xlarge-margin-collapse>.large-7{width:58.33333%}.xlarge-margin-collapse>.large-8{width:66.66667%}.xlarge-margin-collapse>.large-9{width:75%}.xlarge-margin-collapse>.large-10{width:83.33333%}.xlarge-margin-collapse>.large-11{width:91.66667%}.xlarge-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 75em){.xlarge-margin-collapse>.xlarge-1{width:8.33333%}.xlarge-margin-collapse>.xlarge-2{width:16.66667%}.xlarge-margin-collapse>.xlarge-3{width:25%}.xlarge-margin-collapse>.xlarge-4{width:33.33333%}.xlarge-margin-collapse>.xlarge-5{width:41.66667%}.xlarge-margin-collapse>.xlarge-6{width:50%}.xlarge-margin-collapse>.xlarge-7{width:58.33333%}.xlarge-margin-collapse>.xlarge-8{width:66.66667%}.xlarge-margin-collapse>.xlarge-9{width:75%}.xlarge-margin-collapse>.xlarge-10{width:83.33333%}.xlarge-margin-collapse>.xlarge-11{width:91.66667%}.xlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width: 100em){.xlarge-margin-collapse>.xxlarge-1{width:8.33333%}.xlarge-margin-collapse>.xxlarge-2{width:16.66667%}.xlarge-margin-collapse>.xxlarge-3{width:25%}.xlarge-margin-collapse>.xxlarge-4{width:33.33333%}.xlarge-margin-collapse>.xxlarge-5{width:41.66667%}.xlarge-margin-collapse>.xxlarge-6{width:50%}.xlarge-margin-collapse>.xxlarge-7{width:58.33333%}.xlarge-margin-collapse>.xxlarge-8{width:66.66667%}.xlarge-margin-collapse>.xxlarge-9{width:75%}.xlarge-margin-collapse>.xxlarge-10{width:83.33333%}.xlarge-margin-collapse>.xxlarge-11{width:91.66667%}.xlarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width: 75em){.xlarge-padding-collapse{margin-right:0;margin-left:0}.xlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}@media screen and (min-width: 100em){.xxlarge-margin-collapse{margin-right:0;margin-left:0}.xxlarge-margin-collapse>.cell{margin-right:0;margin-left:0}}@media screen and (min-width: 100em){.xxlarge-margin-collapse>.small-1{width:8.33333%}.xxlarge-margin-collapse>.small-2{width:16.66667%}.xxlarge-margin-collapse>.small-3{width:25%}.xxlarge-margin-collapse>.small-4{width:33.33333%}.xxlarge-margin-collapse>.small-5{width:41.66667%}.xxlarge-margin-collapse>.small-6{width:50%}.xxlarge-margin-collapse>.small-7{width:58.33333%}.xxlarge-margin-collapse>.small-8{width:66.66667%}.xxlarge-margin-collapse>.small-9{width:75%}.xxlarge-margin-collapse>.small-10{width:83.33333%}.xxlarge-margin-collapse>.small-11{width:91.66667%}.xxlarge-margin-collapse>.small-12{width:100%}}@media screen and (min-width: 100em){.xxlarge-margin-collapse>.medium-1{width:8.33333%}.xxlarge-margin-collapse>.medium-2{width:16.66667%}.xxlarge-margin-collapse>.medium-3{width:25%}.xxlarge-margin-collapse>.medium-4{width:33.33333%}.xxlarge-margin-collapse>.medium-5{width:41.66667%}.xxlarge-margin-collapse>.medium-6{width:50%}.xxlarge-margin-collapse>.medium-7{width:58.33333%}.xxlarge-margin-collapse>.medium-8{width:66.66667%}.xxlarge-margin-collapse>.medium-9{width:75%}.xxlarge-margin-collapse>.medium-10{width:83.33333%}.xxlarge-margin-collapse>.medium-11{width:91.66667%}.xxlarge-margin-collapse>.medium-12{width:100%}}@media screen and (min-width: 100em){.xxlarge-margin-collapse>.large-1{width:8.33333%}.xxlarge-margin-collapse>.large-2{width:16.66667%}.xxlarge-margin-collapse>.large-3{width:25%}.xxlarge-margin-collapse>.large-4{width:33.33333%}.xxlarge-margin-collapse>.large-5{width:41.66667%}.xxlarge-margin-collapse>.large-6{width:50%}.xxlarge-margin-collapse>.large-7{width:58.33333%}.xxlarge-margin-collapse>.large-8{width:66.66667%}.xxlarge-margin-collapse>.large-9{width:75%}.xxlarge-margin-collapse>.large-10{width:83.33333%}.xxlarge-margin-collapse>.large-11{width:91.66667%}.xxlarge-margin-collapse>.large-12{width:100%}}@media screen and (min-width: 100em){.xxlarge-margin-collapse>.xlarge-1{width:8.33333%}.xxlarge-margin-collapse>.xlarge-2{width:16.66667%}.xxlarge-margin-collapse>.xlarge-3{width:25%}.xxlarge-margin-collapse>.xlarge-4{width:33.33333%}.xxlarge-margin-collapse>.xlarge-5{width:41.66667%}.xxlarge-margin-collapse>.xlarge-6{width:50%}.xxlarge-margin-collapse>.xlarge-7{width:58.33333%}.xxlarge-margin-collapse>.xlarge-8{width:66.66667%}.xxlarge-margin-collapse>.xlarge-9{width:75%}.xxlarge-margin-collapse>.xlarge-10{width:83.33333%}.xxlarge-margin-collapse>.xlarge-11{width:91.66667%}.xxlarge-margin-collapse>.xlarge-12{width:100%}}@media screen and (min-width: 100em){.xxlarge-margin-collapse>.xxlarge-1{width:8.33333%}.xxlarge-margin-collapse>.xxlarge-2{width:16.66667%}.xxlarge-margin-collapse>.xxlarge-3{width:25%}.xxlarge-margin-collapse>.xxlarge-4{width:33.33333%}.xxlarge-margin-collapse>.xxlarge-5{width:41.66667%}.xxlarge-margin-collapse>.xxlarge-6{width:50%}.xxlarge-margin-collapse>.xxlarge-7{width:58.33333%}.xxlarge-margin-collapse>.xxlarge-8{width:66.66667%}.xxlarge-margin-collapse>.xxlarge-9{width:75%}.xxlarge-margin-collapse>.xxlarge-10{width:83.33333%}.xxlarge-margin-collapse>.xxlarge-11{width:91.66667%}.xxlarge-margin-collapse>.xxlarge-12{width:100%}}@media screen and (min-width: 100em){.xxlarge-padding-collapse{margin-right:0;margin-left:0}.xxlarge-padding-collapse>.cell{padding-right:0;padding-left:0}}.small-offset-0{margin-left:0%}.grid-margin-x>.small-offset-0{margin-left:calc(0% + .625rem)}.small-offset-1{margin-left:8.33333%}.grid-margin-x>.small-offset-1{margin-left:calc(8.33333% + .625rem)}.small-offset-2{margin-left:16.66667%}.grid-margin-x>.small-offset-2{margin-left:calc(16.66667% + .625rem)}.small-offset-3{margin-left:25%}.grid-margin-x>.small-offset-3{margin-left:calc(25% + .625rem)}.small-offset-4{margin-left:33.33333%}.grid-margin-x>.small-offset-4{margin-left:calc(33.33333% + .625rem)}.small-offset-5{margin-left:41.66667%}.grid-margin-x>.small-offset-5{margin-left:calc(41.66667% + .625rem)}.small-offset-6{margin-left:50%}.grid-margin-x>.small-offset-6{margin-left:calc(50% + .625rem)}.small-offset-7{margin-left:58.33333%}.grid-margin-x>.small-offset-7{margin-left:calc(58.33333% + .625rem)}.small-offset-8{margin-left:66.66667%}.grid-margin-x>.small-offset-8{margin-left:calc(66.66667% + .625rem)}.small-offset-9{margin-left:75%}.grid-margin-x>.small-offset-9{margin-left:calc(75% + .625rem)}.small-offset-10{margin-left:83.33333%}.grid-margin-x>.small-offset-10{margin-left:calc(83.33333% + .625rem)}.small-offset-11{margin-left:91.66667%}.grid-margin-x>.small-offset-11{margin-left:calc(91.66667% + .625rem)}@media print, screen and (min-width: 40em){.medium-offset-0{margin-left:0%}.grid-margin-x>.medium-offset-0{margin-left:calc(0% + .625rem)}.medium-offset-1{margin-left:8.33333%}.grid-margin-x>.medium-offset-1{margin-left:calc(8.33333% + .625rem)}.medium-offset-2{margin-left:16.66667%}.grid-margin-x>.medium-offset-2{margin-left:calc(16.66667% + .625rem)}.medium-offset-3{margin-left:25%}.grid-margin-x>.medium-offset-3{margin-left:calc(25% + .625rem)}.medium-offset-4{margin-left:33.33333%}.grid-margin-x>.medium-offset-4{margin-left:calc(33.33333% + .625rem)}.medium-offset-5{margin-left:41.66667%}.grid-margin-x>.medium-offset-5{margin-left:calc(41.66667% + .625rem)}.medium-offset-6{margin-left:50%}.grid-margin-x>.medium-offset-6{margin-left:calc(50% + .625rem)}.medium-offset-7{margin-left:58.33333%}.grid-margin-x>.medium-offset-7{margin-left:calc(58.33333% + .625rem)}.medium-offset-8{margin-left:66.66667%}.grid-margin-x>.medium-offset-8{margin-left:calc(66.66667% + .625rem)}.medium-offset-9{margin-left:75%}.grid-margin-x>.medium-offset-9{margin-left:calc(75% + .625rem)}.medium-offset-10{margin-left:83.33333%}.grid-margin-x>.medium-offset-10{margin-left:calc(83.33333% + .625rem)}.medium-offset-11{margin-left:91.66667%}.grid-margin-x>.medium-offset-11{margin-left:calc(91.66667% + .625rem)}}@media print, screen and (min-width: 64em){.large-offset-0{margin-left:0%}.grid-margin-x>.large-offset-0{margin-left:calc(0% + .625rem)}.large-offset-1{margin-left:8.33333%}.grid-margin-x>.large-offset-1{margin-left:calc(8.33333% + .625rem)}.large-offset-2{margin-left:16.66667%}.grid-margin-x>.large-offset-2{margin-left:calc(16.66667% + .625rem)}.large-offset-3{margin-left:25%}.grid-margin-x>.large-offset-3{margin-left:calc(25% + .625rem)}.large-offset-4{margin-left:33.33333%}.grid-margin-x>.large-offset-4{margin-left:calc(33.33333% + .625rem)}.large-offset-5{margin-left:41.66667%}.grid-margin-x>.large-offset-5{margin-left:calc(41.66667% + .625rem)}.large-offset-6{margin-left:50%}.grid-margin-x>.large-offset-6{margin-left:calc(50% + .625rem)}.large-offset-7{margin-left:58.33333%}.grid-margin-x>.large-offset-7{margin-left:calc(58.33333% + .625rem)}.large-offset-8{margin-left:66.66667%}.grid-margin-x>.large-offset-8{margin-left:calc(66.66667% + .625rem)}.large-offset-9{margin-left:75%}.grid-margin-x>.large-offset-9{margin-left:calc(75% + .625rem)}.large-offset-10{margin-left:83.33333%}.grid-margin-x>.large-offset-10{margin-left:calc(83.33333% + .625rem)}.large-offset-11{margin-left:91.66667%}.grid-margin-x>.large-offset-11{margin-left:calc(91.66667% + .625rem)}}@media screen and (min-width: 75em){.xlarge-offset-0{margin-left:0%}.grid-margin-x>.xlarge-offset-0{margin-left:calc(0% + .625rem)}.xlarge-offset-1{margin-left:8.33333%}.grid-margin-x>.xlarge-offset-1{margin-left:calc(8.33333% + .625rem)}.xlarge-offset-2{margin-left:16.66667%}.grid-margin-x>.xlarge-offset-2{margin-left:calc(16.66667% + .625rem)}.xlarge-offset-3{margin-left:25%}.grid-margin-x>.xlarge-offset-3{margin-left:calc(25% + .625rem)}.xlarge-offset-4{margin-left:33.33333%}.grid-margin-x>.xlarge-offset-4{margin-left:calc(33.33333% + .625rem)}.xlarge-offset-5{margin-left:41.66667%}.grid-margin-x>.xlarge-offset-5{margin-left:calc(41.66667% + .625rem)}.xlarge-offset-6{margin-left:50%}.grid-margin-x>.xlarge-offset-6{margin-left:calc(50% + .625rem)}.xlarge-offset-7{margin-left:58.33333%}.grid-margin-x>.xlarge-offset-7{margin-left:calc(58.33333% + .625rem)}.xlarge-offset-8{margin-left:66.66667%}.grid-margin-x>.xlarge-offset-8{margin-left:calc(66.66667% + .625rem)}.xlarge-offset-9{margin-left:75%}.grid-margin-x>.xlarge-offset-9{margin-left:calc(75% + .625rem)}.xlarge-offset-10{margin-left:83.33333%}.grid-margin-x>.xlarge-offset-10{margin-left:calc(83.33333% + .625rem)}.xlarge-offset-11{margin-left:91.66667%}.grid-margin-x>.xlarge-offset-11{margin-left:calc(91.66667% + .625rem)}}@media screen and (min-width: 100em){.xxlarge-offset-0{margin-left:0%}.grid-margin-x>.xxlarge-offset-0{margin-left:calc(0% + .625rem)}.xxlarge-offset-1{margin-left:8.33333%}.grid-margin-x>.xxlarge-offset-1{margin-left:calc(8.33333% + .625rem)}.xxlarge-offset-2{margin-left:16.66667%}.grid-margin-x>.xxlarge-offset-2{margin-left:calc(16.66667% + .625rem)}.xxlarge-offset-3{margin-left:25%}.grid-margin-x>.xxlarge-offset-3{margin-left:calc(25% + .625rem)}.xxlarge-offset-4{margin-left:33.33333%}.grid-margin-x>.xxlarge-offset-4{margin-left:calc(33.33333% + .625rem)}.xxlarge-offset-5{margin-left:41.66667%}.grid-margin-x>.xxlarge-offset-5{margin-left:calc(41.66667% + .625rem)}.xxlarge-offset-6{margin-left:50%}.grid-margin-x>.xxlarge-offset-6{margin-left:calc(50% + .625rem)}.xxlarge-offset-7{margin-left:58.33333%}.grid-margin-x>.xxlarge-offset-7{margin-left:calc(58.33333% + .625rem)}.xxlarge-offset-8{margin-left:66.66667%}.grid-margin-x>.xxlarge-offset-8{margin-left:calc(66.66667% + .625rem)}.xxlarge-offset-9{margin-left:75%}.grid-margin-x>.xxlarge-offset-9{margin-left:calc(75% + .625rem)}.xxlarge-offset-10{margin-left:83.33333%}.grid-margin-x>.xxlarge-offset-10{margin-left:calc(83.33333% + .625rem)}.xxlarge-offset-11{margin-left:91.66667%}.grid-margin-x>.xxlarge-offset-11{margin-left:calc(91.66667% + .625rem)}}.grid-y{display:flex;flex-flow:column nowrap}.grid-y>.cell{width:auto}.grid-y>.auto{height:auto}.grid-y>.shrink{height:auto}.grid-y>.small-shrink,.grid-y>.small-full,.grid-y>.small-1,.grid-y>.small-2,.grid-y>.small-3,.grid-y>.small-4,.grid-y>.small-5,.grid-y>.small-6,.grid-y>.small-7,.grid-y>.small-8,.grid-y>.small-9,.grid-y>.small-10,.grid-y>.small-11,.grid-y>.small-12{flex-basis:auto}@media print, screen and (min-width: 40em){.grid-y>.medium-shrink,.grid-y>.medium-full,.grid-y>.medium-1,.grid-y>.medium-2,.grid-y>.medium-3,.grid-y>.medium-4,.grid-y>.medium-5,.grid-y>.medium-6,.grid-y>.medium-7,.grid-y>.medium-8,.grid-y>.medium-9,.grid-y>.medium-10,.grid-y>.medium-11,.grid-y>.medium-12{flex-basis:auto}}@media print, screen and (min-width: 64em){.grid-y>.large-shrink,.grid-y>.large-full,.grid-y>.large-1,.grid-y>.large-2,.grid-y>.large-3,.grid-y>.large-4,.grid-y>.large-5,.grid-y>.large-6,.grid-y>.large-7,.grid-y>.large-8,.grid-y>.large-9,.grid-y>.large-10,.grid-y>.large-11,.grid-y>.large-12{flex-basis:auto}}@media screen and (min-width: 75em){.grid-y>.xlarge-shrink,.grid-y>.xlarge-full,.grid-y>.xlarge-1,.grid-y>.xlarge-2,.grid-y>.xlarge-3,.grid-y>.xlarge-4,.grid-y>.xlarge-5,.grid-y>.xlarge-6,.grid-y>.xlarge-7,.grid-y>.xlarge-8,.grid-y>.xlarge-9,.grid-y>.xlarge-10,.grid-y>.xlarge-11,.grid-y>.xlarge-12{flex-basis:auto}}@media screen and (min-width: 100em){.grid-y>.xxlarge-shrink,.grid-y>.xxlarge-full,.grid-y>.xxlarge-1,.grid-y>.xxlarge-2,.grid-y>.xxlarge-3,.grid-y>.xxlarge-4,.grid-y>.xxlarge-5,.grid-y>.xxlarge-6,.grid-y>.xxlarge-7,.grid-y>.xxlarge-8,.grid-y>.xxlarge-9,.grid-y>.xxlarge-10,.grid-y>.xxlarge-11,.grid-y>.xxlarge-12{flex-basis:auto}}.grid-y>.small-1{height:8.33333%}.grid-y>.small-2{height:16.66667%}.grid-y>.small-3{height:25%}.grid-y>.small-4{height:33.33333%}.grid-y>.small-5{height:41.66667%}.grid-y>.small-6{height:50%}.grid-y>.small-7{height:58.33333%}.grid-y>.small-8{height:66.66667%}.grid-y>.small-9{height:75%}.grid-y>.small-10{height:83.33333%}.grid-y>.small-11{height:91.66667%}.grid-y>.small-12{height:100%}@media print, screen and (min-width: 40em){.grid-y>.medium-auto{flex:1 1 0px;height:auto}.grid-y>.medium-shrink{height:auto}.grid-y>.medium-1{height:8.33333%}.grid-y>.medium-2{height:16.66667%}.grid-y>.medium-3{height:25%}.grid-y>.medium-4{height:33.33333%}.grid-y>.medium-5{height:41.66667%}.grid-y>.medium-6{height:50%}.grid-y>.medium-7{height:58.33333%}.grid-y>.medium-8{height:66.66667%}.grid-y>.medium-9{height:75%}.grid-y>.medium-10{height:83.33333%}.grid-y>.medium-11{height:91.66667%}.grid-y>.medium-12{height:100%}}@media print, screen and (min-width: 64em){.grid-y>.large-auto{flex:1 1 0px;height:auto}.grid-y>.large-shrink{height:auto}.grid-y>.large-1{height:8.33333%}.grid-y>.large-2{height:16.66667%}.grid-y>.large-3{height:25%}.grid-y>.large-4{height:33.33333%}.grid-y>.large-5{height:41.66667%}.grid-y>.large-6{height:50%}.grid-y>.large-7{height:58.33333%}.grid-y>.large-8{height:66.66667%}.grid-y>.large-9{height:75%}.grid-y>.large-10{height:83.33333%}.grid-y>.large-11{height:91.66667%}.grid-y>.large-12{height:100%}}@media screen and (min-width: 75em){.grid-y>.xlarge-auto{flex:1 1 0px;height:auto}.grid-y>.xlarge-shrink{height:auto}.grid-y>.xlarge-1{height:8.33333%}.grid-y>.xlarge-2{height:16.66667%}.grid-y>.xlarge-3{height:25%}.grid-y>.xlarge-4{height:33.33333%}.grid-y>.xlarge-5{height:41.66667%}.grid-y>.xlarge-6{height:50%}.grid-y>.xlarge-7{height:58.33333%}.grid-y>.xlarge-8{height:66.66667%}.grid-y>.xlarge-9{height:75%}.grid-y>.xlarge-10{height:83.33333%}.grid-y>.xlarge-11{height:91.66667%}.grid-y>.xlarge-12{height:100%}}@media screen and (min-width: 100em){.grid-y>.xxlarge-auto{flex:1 1 0px;height:auto}.grid-y>.xxlarge-shrink{height:auto}.grid-y>.xxlarge-1{height:8.33333%}.grid-y>.xxlarge-2{height:16.66667%}.grid-y>.xxlarge-3{height:25%}.grid-y>.xxlarge-4{height:33.33333%}.grid-y>.xxlarge-5{height:41.66667%}.grid-y>.xxlarge-6{height:50%}.grid-y>.xxlarge-7{height:58.33333%}.grid-y>.xxlarge-8{height:66.66667%}.grid-y>.xxlarge-9{height:75%}.grid-y>.xxlarge-10{height:83.33333%}.grid-y>.xxlarge-11{height:91.66667%}.grid-y>.xxlarge-12{height:100%}}.grid-padding-y .grid-padding-y{margin-top:-.625rem;margin-bottom:-.625rem}@media print, screen and (min-width: 40em){.grid-padding-y .grid-padding-y{margin-top:-.625rem;margin-bottom:-.625rem}}.grid-padding-y>.cell{padding-top:.625rem;padding-bottom:.625rem}@media print, screen and (min-width: 40em){.grid-padding-y>.cell{padding-top:.625rem;padding-bottom:.625rem}}.grid-margin-y{margin-top:-.625rem;margin-bottom:-.625rem}@media print, screen and (min-width: 40em){.grid-margin-y{margin-top:-.625rem;margin-bottom:-.625rem}}.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:.625rem;margin-bottom:.625rem}@media print, screen and (min-width: 40em){.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:.625rem;margin-bottom:.625rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}@media print, screen and (min-width: 40em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.25rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.25rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.25rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.25rem)}}@media print, screen and (min-width: 64em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.large-3{height:calc(25% - 1.25rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.large-6{height:calc(50% - 1.25rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.large-9{height:calc(75% - 1.25rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.large-12{height:calc(100% - 1.25rem)}}@media screen and (min-width: 75em){.grid-margin-y>.xlarge-auto{height:auto}.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 1.25rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 1.25rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 1.25rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 1.25rem)}}@media screen and (min-width: 100em){.grid-margin-y>.xxlarge-auto{height:auto}.grid-margin-y>.xxlarge-shrink{height:auto}.grid-margin-y>.xxlarge-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.xxlarge-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.xxlarge-3{height:calc(25% - 1.25rem)}.grid-margin-y>.xxlarge-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.xxlarge-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.xxlarge-6{height:calc(50% - 1.25rem)}.grid-margin-y>.xxlarge-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.xxlarge-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.xxlarge-9{height:calc(75% - 1.25rem)}.grid-margin-y>.xxlarge-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.xxlarge-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.xxlarge-12{height:calc(100% - 1.25rem)}}.grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .grid-frame{width:100%}.cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.cell-block-container{display:flex;flex-direction:column;max-height:100%}.cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}@media print, screen and (min-width: 40em){.medium-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .medium-grid-frame{width:100%}.medium-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.medium-cell-block-container{display:flex;flex-direction:column;max-height:100%}.medium-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.medium-cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}}@media print, screen and (min-width: 64em){.large-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .large-grid-frame{width:100%}.large-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.large-cell-block-container{display:flex;flex-direction:column;max-height:100%}.large-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.large-cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}}@media screen and (min-width: 75em){.xlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .xlarge-grid-frame{width:100%}.xlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.xlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xlarge-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.xlarge-cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}}@media screen and (min-width: 100em){.xxlarge-grid-frame{overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;width:100vw}.cell .xxlarge-grid-frame{width:100%}.xxlarge-cell-block{overflow-x:auto;max-width:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}.xxlarge-cell-block-container{display:flex;flex-direction:column;max-height:100%}.xxlarge-cell-block-container>.grid-x{max-height:100%;flex-wrap:nowrap}.xxlarge-cell-block-y{overflow-y:auto;max-height:100%;-webkit-overflow-scrolling:touch;-ms-overflow-stype:-ms-autohiding-scrollbar}}.grid-y.grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}@media print, screen and (min-width: 40em){.grid-y.medium-grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}}@media print, screen and (min-width: 64em){.grid-y.large-grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}}@media screen and (min-width: 75em){.grid-y.xlarge-grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}}@media screen and (min-width: 100em){.grid-y.xxlarge-grid-frame{width:auto;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh}}.cell .grid-y.grid-frame{height:100%}@media print, screen and (min-width: 40em){.cell .grid-y.medium-grid-frame{height:100%}}@media print, screen and (min-width: 64em){.cell .grid-y.large-grid-frame{height:100%}}@media screen and (min-width: 75em){.cell .grid-y.xlarge-grid-frame{height:100%}}@media screen and (min-width: 100em){.cell .grid-y.xxlarge-grid-frame{height:100%}}.grid-margin-y{margin-top:-.625rem;margin-bottom:-.625rem}@media print, screen and (min-width: 40em){.grid-margin-y{margin-top:-.625rem;margin-bottom:-.625rem}}.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:.625rem;margin-bottom:.625rem}@media print, screen and (min-width: 40em){.grid-margin-y>.cell{height:calc(100% - 1.25rem);margin-top:.625rem;margin-bottom:.625rem}}.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}@media print, screen and (min-width: 40em){.grid-margin-y>.auto{height:auto}.grid-margin-y>.shrink{height:auto}.grid-margin-y>.small-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.small-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.small-3{height:calc(25% - 1.25rem)}.grid-margin-y>.small-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.small-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.small-6{height:calc(50% - 1.25rem)}.grid-margin-y>.small-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.small-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.small-9{height:calc(75% - 1.25rem)}.grid-margin-y>.small-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.small-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.small-12{height:calc(100% - 1.25rem)}.grid-margin-y>.medium-auto{height:auto}.grid-margin-y>.medium-shrink{height:auto}.grid-margin-y>.medium-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.medium-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.medium-3{height:calc(25% - 1.25rem)}.grid-margin-y>.medium-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.medium-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.medium-6{height:calc(50% - 1.25rem)}.grid-margin-y>.medium-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.medium-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.medium-9{height:calc(75% - 1.25rem)}.grid-margin-y>.medium-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.medium-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.medium-12{height:calc(100% - 1.25rem)}}@media print, screen and (min-width: 64em){.grid-margin-y>.large-auto{height:auto}.grid-margin-y>.large-shrink{height:auto}.grid-margin-y>.large-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.large-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.large-3{height:calc(25% - 1.25rem)}.grid-margin-y>.large-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.large-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.large-6{height:calc(50% - 1.25rem)}.grid-margin-y>.large-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.large-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.large-9{height:calc(75% - 1.25rem)}.grid-margin-y>.large-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.large-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.large-12{height:calc(100% - 1.25rem)}}@media screen and (min-width: 75em){.grid-margin-y>.xlarge-auto{height:auto}.grid-margin-y>.xlarge-shrink{height:auto}.grid-margin-y>.xlarge-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.xlarge-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.xlarge-3{height:calc(25% - 1.25rem)}.grid-margin-y>.xlarge-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.xlarge-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.xlarge-6{height:calc(50% - 1.25rem)}.grid-margin-y>.xlarge-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.xlarge-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.xlarge-9{height:calc(75% - 1.25rem)}.grid-margin-y>.xlarge-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.xlarge-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.xlarge-12{height:calc(100% - 1.25rem)}}@media screen and (min-width: 100em){.grid-margin-y>.xxlarge-auto{height:auto}.grid-margin-y>.xxlarge-shrink{height:auto}.grid-margin-y>.xxlarge-1{height:calc(8.33333% - 1.25rem)}.grid-margin-y>.xxlarge-2{height:calc(16.66667% - 1.25rem)}.grid-margin-y>.xxlarge-3{height:calc(25% - 1.25rem)}.grid-margin-y>.xxlarge-4{height:calc(33.33333% - 1.25rem)}.grid-margin-y>.xxlarge-5{height:calc(41.66667% - 1.25rem)}.grid-margin-y>.xxlarge-6{height:calc(50% - 1.25rem)}.grid-margin-y>.xxlarge-7{height:calc(58.33333% - 1.25rem)}.grid-margin-y>.xxlarge-8{height:calc(66.66667% - 1.25rem)}.grid-margin-y>.xxlarge-9{height:calc(75% - 1.25rem)}.grid-margin-y>.xxlarge-10{height:calc(83.33333% - 1.25rem)}.grid-margin-y>.xxlarge-11{height:calc(91.66667% - 1.25rem)}.grid-margin-y>.xxlarge-12{height:calc(100% - 1.25rem)}}.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}@media print, screen and (min-width: 40em){.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}}@media print, screen and (min-width: 64em){.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}}@media screen and (min-width: 75em){.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}}@media screen and (min-width: 100em){.grid-frame.grid-margin-y{height:calc(100vh + 1.25rem)}}@media print, screen and (min-width: 40em){.grid-margin-y.medium-grid-frame{height:calc(100vh + 1.25rem)}}@media print, screen and (min-width: 64em){.grid-margin-y.large-grid-frame{height:calc(100vh + 1.25rem)}}@media screen and (min-width: 75em){.grid-margin-y.xlarge-grid-frame{height:calc(100vh + 1.25rem)}}@media screen and (min-width: 100em){.grid-margin-y.xxlarge-grid-frame{height:calc(100vh + 1.25rem)}}div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,th,td{margin:0;padding:0}p{margin-bottom:1rem;font-size:inherit;line-height:1.6;text-rendering:optimizeLegibility}em,i{font-style:italic;line-height:inherit}strong,b{font-weight:700;line-height:inherit}small{font-size:87.5%;line-height:inherit}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;font-style:normal;font-weight:700;color:inherit;text-rendering:optimizeLegibility}h1 small,.h1 small,h2 small,.h2 small,h3 small,.h3 small,h4 small,.h4 small,h5 small,.h5 small,h6 small,.h6 small{line-height:0;color:#d2d2d2}h1,.h1{font-size:1.5rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h2,.h2{font-size:1.125rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h3,.h3{font-size:1rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h4,.h4{font-size:1.125rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h5,.h5{font-size:1.0625rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}h6,.h6{font-size:1rem;line-height:1.4;margin-top:0;margin-bottom:.5rem}@media print, screen and (min-width: 40em){h1,.h1{font-size:1.5rem}h2,.h2{font-size:1.25rem}h3,.h3{font-size:1.125rem}h4,.h4{font-size:1.5625rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}}@media print, screen and (min-width: 64em){h1,.h1{font-size:1.75rem}h2,.h2{font-size:1.25rem}h3,.h3{font-size:1.9375rem}h4,.h4{font-size:1.5625rem}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}}a{line-height:inherit;color:#0069aa;text-decoration:none;cursor:pointer}a:hover,a:focus{color:#0069aa;text-decoration:underline}a img{border:0}hr{clear:both;max-width:75rem;height:0;margin:1.25rem auto;border-top:0;border-right:0;border-bottom:1px solid #d2d2d2;border-left:0}ul,ol,dl{margin-bottom:1rem;list-style-position:outside;line-height:1.4}li{font-size:inherit}ul{margin-left:1.25rem;list-style-type:disc}ol{margin-left:1.25rem}ul ul,ol ul,ul ol,ol ol{margin-left:1.25rem;margin-bottom:0}dl{margin-bottom:1rem}dl dt{margin-bottom:.3rem;font-weight:700}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #d2d2d2}blockquote,blockquote p{line-height:1.6;color:#1a1a1a}cite{display:block;font-size:.8125rem;color:#1a1a1a}cite:before{content:"— "}abbr,abbr[title]{border-bottom:1px dotted #000;cursor:help;text-decoration:none}figure{margin:0}code{padding:.125rem .3125rem .0625rem;border:1px solid #d2d2d2;background-color:#f2f2f2;font-family:Consolas,"Liberation Mono",Courier,monospace;font-weight:400;color:#000}kbd{margin:0;padding:.125rem .25rem 0;background-color:#f2f2f2;font-family:Consolas,"Liberation Mono",Courier,monospace;color:#000;border-radius:4px}.subheader{margin-top:.2rem;margin-bottom:.5rem;font-weight:400;line-height:1.4;color:#1a1a1a}.lead{font-size:20px;line-height:1.6}.stat{font-size:2.5rem;line-height:1}p+.stat{margin-top:-1rem}ul.no-bullet,ol.no-bullet{margin-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media print, screen and (min-width: 40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media print, screen and (min-width: 64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}@media screen and (min-width: 75em){.xlarge-text-left{text-align:left}.xlarge-text-right{text-align:right}.xlarge-text-center{text-align:center}.xlarge-text-justify{text-align:justify}}@media screen and (min-width: 100em){.xxlarge-text-left{text-align:left}.xxlarge-text-right{text-align:right}.xxlarge-text-center{text-align:center}.xxlarge-text-justify{text-align:justify}}.show-for-print{display:none !important}@media print{*{background:transparent !important;box-shadow:none !important;color:black !important;text-shadow:none !important}.show-for-print{display:block !important}.hide-for-print{display:none !important}table.show-for-print{display:table !important}thead.show-for-print{display:table-header-group !important}tbody.show-for-print{display:table-row-group !important}tr.show-for-print{display:table-row !important}td.show-for-print{display:table-cell !important}th.show-for-print{display:table-cell !important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^='javascript:']:after,a[href^='#']:after{content:''}abbr[title]:after{content:" (" attr(title) ")"}pre,blockquote{border:1px solid #1a1a1a;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100% !important}@page{margin:0.5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.print-break-inside{page-break-inside:auto}}.button{display:inline-block;vertical-align:middle;margin:0;font-family:inherit;padding:0.25em .5em;-webkit-appearance:none;border:1px solid transparent;border-radius:4px;transition:all 0.25s ease-out,color 0.25s ease-out;font-size:1rem;line-height:1;text-align:center;cursor:pointer;background-color:#0069aa;color:#fff}[data-whatinput='mouse'] .button{outline:0}.button:hover,.button:focus{background-color:#0069aa;color:#fff}.button.tiny{font-size:.75rem}.button.small{font-size:.875rem}.button.large{font-size:1.125rem}.button.xlarge{font-size:1.375rem}.button.expanded{display:block;width:100%;margin-right:0;margin-left:0}.button.primary{background-color:#0069aa;color:#fff}.button.primary:hover,.button.primary:focus{background-color:#005488;color:#fff}.button.secondary{background-color:#38a3e1;color:#000}.button.secondary:hover,.button.secondary:focus{background-color:#1d86c3;color:#000}.button.success{background-color:#23c059;color:#000}.button.success:hover,.button.success:focus{background-color:#1c9a47;color:#000}.button.warning{background-color:#bd110e;color:#fff}.button.warning:hover,.button.warning:focus{background-color:#970e0b;color:#fff}.button.alert{background-color:#dd7808;color:#000}.button.alert:hover,.button.alert:focus{background-color:#b16006;color:#000}.button.dismiss{background-color:#666;color:#fff}.button.dismiss:hover,.button.dismiss:focus{background-color:#525252;color:#fff}.button.action-gray{background-color:#666;color:#fff}.button.action-gray:hover,.button.action-gray:focus{background-color:#525252;color:#fff}.button.disabled,.button[disabled]{opacity:.7;cursor:not-allowed}.button.disabled,.button.disabled:hover,.button.disabled:focus,.button[disabled],.button[disabled]:hover,.button[disabled]:focus{background-color:#0069aa;color:#fff}.button.disabled.primary,.button[disabled].primary{opacity:.7;cursor:not-allowed}.button.disabled.primary,.button.disabled.primary:hover,.button.disabled.primary:focus,.button[disabled].primary,.button[disabled].primary:hover,.button[disabled].primary:focus{background-color:#0069aa;color:#fff}.button.disabled.secondary,.button[disabled].secondary{opacity:.7;cursor:not-allowed}.button.disabled.secondary,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary,.button[disabled].secondary:hover,.button[disabled].secondary:focus{background-color:#38a3e1;color:#000}.button.disabled.success,.button[disabled].success{opacity:.7;cursor:not-allowed}.button.disabled.success,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success,.button[disabled].success:hover,.button[disabled].success:focus{background-color:#23c059;color:#000}.button.disabled.warning,.button[disabled].warning{opacity:.7;cursor:not-allowed}.button.disabled.warning,.button.disabled.warning:hover,.button.disabled.warning:focus,.button[disabled].warning,.button[disabled].warning:hover,.button[disabled].warning:focus{background-color:#bd110e;color:#fff}.button.disabled.alert,.button[disabled].alert{opacity:.7;cursor:not-allowed}.button.disabled.alert,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert,.button[disabled].alert:hover,.button[disabled].alert:focus{background-color:#dd7808;color:#000}.button.disabled.dismiss,.button[disabled].dismiss{opacity:.7;cursor:not-allowed}.button.disabled.dismiss,.button.disabled.dismiss:hover,.button.disabled.dismiss:focus,.button[disabled].dismiss,.button[disabled].dismiss:hover,.button[disabled].dismiss:focus{background-color:#666;color:#fff}.button.disabled.action-gray,.button[disabled].action-gray{opacity:.7;cursor:not-allowed}.button.disabled.action-gray,.button.disabled.action-gray:hover,.button.disabled.action-gray:focus,.button[disabled].action-gray,.button[disabled].action-gray:hover,.button[disabled].action-gray:focus{background-color:#666;color:#fff}.button.hollow{border:1px solid #0069aa;color:#0069aa}.button.hollow,.button.hollow:hover,.button.hollow:focus{background-color:transparent}.button.hollow.disabled,.button.hollow.disabled:hover,.button.hollow.disabled:focus,.button.hollow[disabled],.button.hollow[disabled]:hover,.button.hollow[disabled]:focus{background-color:transparent}.button.hollow:hover,.button.hollow:focus{border-color:#003555;color:#003555}.button.hollow:hover.disabled,.button.hollow:hover[disabled],.button.hollow:focus.disabled,.button.hollow:focus[disabled]{border:1px solid #0069aa;color:#0069aa}.button.hollow.primary{border:1px solid #0069aa;color:#0069aa}.button.hollow.primary:hover,.button.hollow.primary:focus{border-color:#003555;color:#003555}.button.hollow.primary:hover.disabled,.button.hollow.primary:hover[disabled],.button.hollow.primary:focus.disabled,.button.hollow.primary:focus[disabled]{border:1px solid #0069aa;color:#0069aa}.button.hollow.secondary{border:1px solid #38a3e1;color:#38a3e1}.button.hollow.secondary:hover,.button.hollow.secondary:focus{border-color:#12547a;color:#12547a}.button.hollow.secondary:hover.disabled,.button.hollow.secondary:hover[disabled],.button.hollow.secondary:focus.disabled,.button.hollow.secondary:focus[disabled]{border:1px solid #38a3e1;color:#38a3e1}.button.hollow.success{border:1px solid #23c059;color:#23c059}.button.hollow.success:hover,.button.hollow.success:focus{border-color:#12602d;color:#12602d}.button.hollow.success:hover.disabled,.button.hollow.success:hover[disabled],.button.hollow.success:focus.disabled,.button.hollow.success:focus[disabled]{border:1px solid #23c059;color:#23c059}.button.hollow.warning{border:1px solid #bd110e;color:#bd110e}.button.hollow.warning:hover,.button.hollow.warning:focus{border-color:#5f0907;color:#5f0907}.button.hollow.warning:hover.disabled,.button.hollow.warning:hover[disabled],.button.hollow.warning:focus.disabled,.button.hollow.warning:focus[disabled]{border:1px solid #bd110e;color:#bd110e}.button.hollow.alert{border:1px solid #dd7808;color:#dd7808}.button.hollow.alert:hover,.button.hollow.alert:focus{border-color:#6f3c04;color:#6f3c04}.button.hollow.alert:hover.disabled,.button.hollow.alert:hover[disabled],.button.hollow.alert:focus.disabled,.button.hollow.alert:focus[disabled]{border:1px solid #dd7808;color:#dd7808}.button.hollow.dismiss{border:1px solid #666;color:#666}.button.hollow.dismiss:hover,.button.hollow.dismiss:focus{border-color:#333;color:#333}.button.hollow.dismiss:hover.disabled,.button.hollow.dismiss:hover[disabled],.button.hollow.dismiss:focus.disabled,.button.hollow.dismiss:focus[disabled]{border:1px solid #666;color:#666}.button.hollow.action-gray{border:1px solid #666;color:#666}.button.hollow.action-gray:hover,.button.hollow.action-gray:focus{border-color:#333;color:#333}.button.hollow.action-gray:hover.disabled,.button.hollow.action-gray:hover[disabled],.button.hollow.action-gray:focus.disabled,.button.hollow.action-gray:focus[disabled]{border:1px solid #666;color:#666}.button.clear{border:1px solid #0069aa;color:#0069aa}.button.clear,.button.clear:hover,.button.clear:focus{background-color:transparent}.button.clear.disabled,.button.clear.disabled:hover,.button.clear.disabled:focus,.button.clear[disabled],.button.clear[disabled]:hover,.button.clear[disabled]:focus{background-color:transparent}.button.clear:hover,.button.clear:focus{border-color:#003555;color:#003555}.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear:focus.disabled,.button.clear:focus[disabled]{border:1px solid #0069aa;color:#0069aa}.button.clear,.button.clear.disabled,.button.clear[disabled],.button.clear:hover,.button.clear:hover.disabled,.button.clear:hover[disabled],.button.clear:focus,.button.clear:focus.disabled,.button.clear:focus[disabled]{border-color:transparent}.button.clear.primary{border:1px solid #0069aa;color:#0069aa}.button.clear.primary:hover,.button.clear.primary:focus{border-color:#003555;color:#003555}.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled]{border:1px solid #0069aa;color:#0069aa}.button.clear.primary,.button.clear.primary.disabled,.button.clear.primary[disabled],.button.clear.primary:hover,.button.clear.primary:hover.disabled,.button.clear.primary:hover[disabled],.button.clear.primary:focus,.button.clear.primary:focus.disabled,.button.clear.primary:focus[disabled]{border-color:transparent}.button.clear.secondary{border:1px solid #38a3e1;color:#38a3e1}.button.clear.secondary:hover,.button.clear.secondary:focus{border-color:#12547a;color:#12547a}.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled]{border:1px solid #38a3e1;color:#38a3e1}.button.clear.secondary,.button.clear.secondary.disabled,.button.clear.secondary[disabled],.button.clear.secondary:hover,.button.clear.secondary:hover.disabled,.button.clear.secondary:hover[disabled],.button.clear.secondary:focus,.button.clear.secondary:focus.disabled,.button.clear.secondary:focus[disabled]{border-color:transparent}.button.clear.success{border:1px solid #23c059;color:#23c059}.button.clear.success:hover,.button.clear.success:focus{border-color:#12602d;color:#12602d}.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success:focus.disabled,.button.clear.success:focus[disabled]{border:1px solid #23c059;color:#23c059}.button.clear.success,.button.clear.success.disabled,.button.clear.success[disabled],.button.clear.success:hover,.button.clear.success:hover.disabled,.button.clear.success:hover[disabled],.button.clear.success:focus,.button.clear.success:focus.disabled,.button.clear.success:focus[disabled]{border-color:transparent}.button.clear.warning{border:1px solid #bd110e;color:#bd110e}.button.clear.warning:hover,.button.clear.warning:focus{border-color:#5f0907;color:#5f0907}.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled]{border:1px solid #bd110e;color:#bd110e}.button.clear.warning,.button.clear.warning.disabled,.button.clear.warning[disabled],.button.clear.warning:hover,.button.clear.warning:hover.disabled,.button.clear.warning:hover[disabled],.button.clear.warning:focus,.button.clear.warning:focus.disabled,.button.clear.warning:focus[disabled]{border-color:transparent}.button.clear.alert{border:1px solid #dd7808;color:#dd7808}.button.clear.alert:hover,.button.clear.alert:focus{border-color:#6f3c04;color:#6f3c04}.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled]{border:1px solid #dd7808;color:#dd7808}.button.clear.alert,.button.clear.alert.disabled,.button.clear.alert[disabled],.button.clear.alert:hover,.button.clear.alert:hover.disabled,.button.clear.alert:hover[disabled],.button.clear.alert:focus,.button.clear.alert:focus.disabled,.button.clear.alert:focus[disabled]{border-color:transparent}.button.clear.dismiss{border:1px solid #666;color:#666}.button.clear.dismiss:hover,.button.clear.dismiss:focus{border-color:#333;color:#333}.button.clear.dismiss:hover.disabled,.button.clear.dismiss:hover[disabled],.button.clear.dismiss:focus.disabled,.button.clear.dismiss:focus[disabled]{border:1px solid #666;color:#666}.button.clear.dismiss,.button.clear.dismiss.disabled,.button.clear.dismiss[disabled],.button.clear.dismiss:hover,.button.clear.dismiss:hover.disabled,.button.clear.dismiss:hover[disabled],.button.clear.dismiss:focus,.button.clear.dismiss:focus.disabled,.button.clear.dismiss:focus[disabled]{border-color:transparent}.button.clear.action-gray{border:1px solid #666;color:#666}.button.clear.action-gray:hover,.button.clear.action-gray:focus{border-color:#333;color:#333}.button.clear.action-gray:hover.disabled,.button.clear.action-gray:hover[disabled],.button.clear.action-gray:focus.disabled,.button.clear.action-gray:focus[disabled]{border:1px solid #666;color:#666}.button.clear.action-gray,.button.clear.action-gray.disabled,.button.clear.action-gray[disabled],.button.clear.action-gray:hover,.button.clear.action-gray:hover.disabled,.button.clear.action-gray:hover[disabled],.button.clear.action-gray:focus,.button.clear.action-gray:focus.disabled,.button.clear.action-gray:focus[disabled]{border-color:transparent}.button.dropdown::after{display:block;width:0;height:0;border:inset .4em;content:'';border-bottom-width:0;border-top-style:solid;border-color:#fff transparent transparent;position:relative;top:0.4em;display:inline-block;float:right;margin-left:.5em}.button.dropdown.hollow::after{border-top-color:#0069aa}.button.dropdown.hollow.primary::after{border-top-color:#0069aa}.button.dropdown.hollow.secondary::after{border-top-color:#38a3e1}.button.dropdown.hollow.success::after{border-top-color:#23c059}.button.dropdown.hollow.warning::after{border-top-color:#bd110e}.button.dropdown.hollow.alert::after{border-top-color:#dd7808}.button.dropdown.hollow.dismiss::after{border-top-color:#666}.button.dropdown.hollow.action-gray::after{border-top-color:#666}.button.arrow-only::after{top:-0.1em;float:none;margin-left:0}a.button:hover,a.button:focus{text-decoration:none}[type='text'],[type='password'],[type='date'],[type='datetime'],[type='datetime-local'],[type='month'],[type='week'],[type='email'],[type='number'],[type='search'],[type='tel'],[type='time'],[type='url'],[type='color'],textarea{display:block;box-sizing:border-box;width:100%;height:1.875rem;margin:0 0 1rem;padding:.3125rem;border:1px solid #a3a3a3;border-radius:4px;background-color:#fff;box-shadow:none;font-family:inherit;font-size:.9375rem;font-weight:400;line-height:1.4;color:#000;transition:box-shadow 0.5s,border-color 0.25s ease-in-out;appearance:none}[type='text']:focus,[type='password']:focus,[type='date']:focus,[type='datetime']:focus,[type='datetime-local']:focus,[type='month']:focus,[type='week']:focus,[type='email']:focus,[type='number']:focus,[type='search']:focus,[type='tel']:focus,[type='time']:focus,[type='url']:focus,[type='color']:focus,textarea:focus{outline:none;border:2px solid #38a3e1;background-color:#fff;box-shadow:0 0 3px #d2d2d2;transition:box-shadow 0.5s,border-color 0.25s ease-in-out}textarea{max-width:100%}textarea[rows]{height:auto}input::placeholder,textarea::placeholder{color:#d2d2d2}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:default}[type='submit'],[type='button']{appearance:none;border-radius:4px}input[type='search']{box-sizing:border-box}[type='file'],[type='checkbox'],[type='radio']{margin:0 0 1rem}[type='checkbox']+label,[type='radio']+label{display:inline-block;vertical-align:baseline;margin-left:.5rem;margin-right:1rem;margin-bottom:0}[type='checkbox']+label[for],[type='radio']+label[for]{cursor:pointer}label>[type='checkbox'],label>[type='radio']{margin-right:.5rem}[type='file']{width:100%}label{display:block;margin:0;font-size:.875rem;font-weight:600;line-height:1.2;color:#1a1a1a}label.middle{margin:0 0 1rem;padding:.5625rem 0}.help-text{margin-top:-.5rem;font-size:.75rem;font-style:italic;color:#666}.input-group{display:flex;width:100%;margin-bottom:1rem;align-items:stretch}.input-group>:first-child{border-radius:4px 0 0 4px}.input-group>:last-child>*{border-radius:0 4px 4px 0}.input-group-label,.input-group-field,.input-group-button,.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label{margin:0;white-space:nowrap}.input-group-label{padding:0 1rem;border:1px solid #d2d2d2;background:#f2f2f2;color:#000;text-align:center;white-space:nowrap;display:flex;flex:0 0 auto;align-items:center}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;flex:1 1 0px;height:auto;min-width:0}.input-group-button{padding-top:0;padding-bottom:0;text-align:center;display:flex;flex:0 0 auto}.input-group-button a,.input-group-button input,.input-group-button button,.input-group-button label{height:auto;align-self:stretch;padding-top:0;padding-bottom:0;font-size:.9375rem}fieldset{margin:0;padding:0;border:0}legend{max-width:100%;margin-bottom:.5rem}.fieldset{margin:0 0 2rem;padding:1.25rem 1.25rem 0;border:1px solid #e6e6e6}.fieldset legend{margin:0;margin-left:-.1875rem;padding:0 .1875rem}select{height:1.875rem;margin:0 0 1rem;padding:.3125rem;appearance:none;border:1px solid #a3a3a3;border-radius:4px;background-color:#fff;font-family:inherit;font-size:.9375rem;font-weight:400;line-height:1.4;color:#000;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2826, 26, 26%29'></polygon></svg>");background-origin:content-box;background-position:right -1rem center;background-repeat:no-repeat;background-size:9px 6px;padding-right:1.5rem;transition:box-shadow 0.5s,border-color 0.25s ease-in-out}@media screen and (min-width: 0\0){select{background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==")}}select:focus{outline:none;border:2px solid #38a3e1;background-color:#fff;box-shadow:0 0 3px #d2d2d2;transition:box-shadow 0.5s,border-color 0.25s ease-in-out}select:disabled{background-color:#e6e6e6;cursor:default}select::-ms-expand{display:none}select[multiple]{height:auto;background-image:none}.is-invalid-input:not(:focus){border-color:#dd7808;background-color:#fcf2e6}.is-invalid-input:not(:focus)::placeholder{color:#dd7808}.is-invalid-label{color:#dd7808}.form-error{display:none;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem;font-weight:700;color:#dd7808}.form-error.is-visible{display:block}.accordion{margin-left:0;background:#fff;list-style-type:none}.accordion[disabled] .accordion-title{cursor:not-allowed}.accordion-item:first-child>:first-child{border-radius:4px 4px 0 0}.accordion-item:last-child>:last-child{border-radius:0 0 4px 4px}.accordion-title{position:relative;display:block;padding:1.25rem 1rem;border:1px solid #f2f2f2;border-bottom:0;font-size:.75rem;line-height:1;color:#0069aa}:last-child:not(.is-active)>.accordion-title{border-bottom:1px solid #f2f2f2;border-radius:0 0 4px 4px}.accordion-title:hover,.accordion-title:focus{background-color:#f2f2f2}.accordion-title::before{position:absolute;top:50%;right:1rem;margin-top:-0.5rem;content:'+'}.is-active>.accordion-title::before{content:'\2013'}.accordion-content{display:none;padding:1rem;border:1px solid #f2f2f2;border-bottom:0;background-color:#fff;color:#000}:last-child>.accordion-content:last-child{border-bottom:1px solid #f2f2f2}.accordion-menu li{width:100%}.accordion-menu a{padding:0.7rem 1rem}.accordion-menu .is-accordion-submenu a{padding:0.7rem 1rem}.accordion-menu .nested.is-accordion-submenu{margin-right:0;margin-left:1rem}.accordion-menu.align-right .nested.is-accordion-submenu{margin-right:1rem;margin-left:0}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a{position:relative}.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0069aa transparent transparent;position:absolute;top:50%;margin-top:-3px;right:1rem}.accordion-menu.align-left .is-accordion-submenu-parent>a::after{left:auto;right:1rem}.accordion-menu.align-right .is-accordion-submenu-parent>a::after{right:auto;left:1rem}.accordion-menu .is-accordion-submenu-parent[aria-expanded='true']>a::after{transform:rotate(180deg);transform-origin:50% 50%}.is-accordion-submenu-parent{position:relative}.has-submenu-toggle>a{margin-right:40px}.submenu-toggle{position:absolute;top:0;right:0;cursor:pointer;width:40px;height:40px}.submenu-toggle::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0069aa transparent transparent;top:0;bottom:0;margin:auto}.submenu-toggle[aria-expanded='true']::after{transform:scaleY(-1);transform-origin:50% 50%}.submenu-toggle-text{position:absolute !important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);border:0}.badge{display:inline-block;min-width:2.1em;padding:.3em;border-radius:50%;font-size:.6rem;text-align:center;background:#0069aa;color:#fff}.badge.primary{background:#0069aa;color:#fff}.badge.secondary{background:#38a3e1;color:#000}.badge.success{background:#23c059;color:#000}.badge.warning{background:#bd110e;color:#fff}.badge.alert{background:#dd7808;color:#000}.badge.dismiss{background:#666;color:#fff}.badge.action-gray{background:#666;color:#fff}.button-group{margin-bottom:0;display:flex;flex-wrap:nowrap;align-items:stretch}.button-group::before,.button-group::after{display:table;content:' ';flex-basis:0;order:1}.button-group::after{clear:both}.button-group .button{margin:0;margin-right:1px;margin-bottom:1px;font-size:1rem;flex:0 0 auto}.button-group .button:last-child{margin-right:0}.button-group.tiny .button{font-size:.75rem}.button-group.small .button{font-size:.875rem}.button-group.large .button{font-size:1.125rem}.button-group.xlarge .button{font-size:1.375rem}.button-group.expanded .button{flex:1 1 0px}.button-group.primary .button{background-color:#0069aa;color:#fff}.button-group.primary .button:hover,.button-group.primary .button:focus{background-color:#005488;color:#fff}.button-group.secondary .button{background-color:#38a3e1;color:#000}.button-group.secondary .button:hover,.button-group.secondary .button:focus{background-color:#1d86c3;color:#000}.button-group.success .button{background-color:#23c059;color:#000}.button-group.success .button:hover,.button-group.success .button:focus{background-color:#1c9a47;color:#000}.button-group.warning .button{background-color:#bd110e;color:#fff}.button-group.warning .button:hover,.button-group.warning .button:focus{background-color:#970e0b;color:#fff}.button-group.alert .button{background-color:#dd7808;color:#000}.button-group.alert .button:hover,.button-group.alert .button:focus{background-color:#b16006;color:#000}.button-group.dismiss .button{background-color:#666;color:#fff}.button-group.dismiss .button:hover,.button-group.dismiss .button:focus{background-color:#525252;color:#fff}.button-group.action-gray .button{background-color:#666;color:#fff}.button-group.action-gray .button:hover,.button-group.action-gray .button:focus{background-color:#525252;color:#fff}.button-group.stacked,.button-group.stacked-for-small,.button-group.stacked-for-medium{flex-wrap:wrap}.button-group.stacked .button,.button-group.stacked-for-small .button,.button-group.stacked-for-medium .button{flex:0 0 100%}.button-group.stacked .button:last-child,.button-group.stacked-for-small .button:last-child,.button-group.stacked-for-medium .button:last-child{margin-bottom:0}@media print, screen and (min-width: 40em){.button-group.stacked-for-small .button{flex:1 1 0px;margin-bottom:0}}@media print, screen and (min-width: 64em){.button-group.stacked-for-medium .button{flex:1 1 0px;margin-bottom:0}}@media screen and (max-width: 39.9375em){.button-group.stacked-for-small.expanded{display:block}.button-group.stacked-for-small.expanded .button{display:block;margin-right:0}}.callout{position:relative;margin:0 0 1.5rem 0;padding:1rem;border:1px solid rgba(0,0,0,0.25);border-radius:4px;background-color:#fff;color:#000}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:#ccecff;color:#000}.callout.secondary{background-color:#e1f1fb;color:#000}.callout.success{background-color:#dbf8e5;color:#000}.callout.warning{background-color:#fcd5d4;color:#000}.callout.alert{background-color:#feebd6;color:#000}.callout.dismiss{background-color:#e8e8e8;color:#000}.callout.action-gray{background-color:#e8e8e8;color:#000}.callout.small{padding-top:.5rem;padding-right:.5rem;padding-bottom:.5rem;padding-left:.5rem}.callout.large{padding-top:3rem;padding-right:3rem;padding-bottom:3rem;padding-left:3rem}.card{display:flex;flex-direction:column;flex-grow:1;margin-bottom:1rem;border:none;border-radius:4px;background:#fff;box-shadow:none;overflow:hidden;color:#000}.card>:last-child{margin-bottom:0}.card-divider{flex:0 1 auto;display:flex;padding:.5rem;background:#f2f2f2}.card-divider>:last-child{margin-bottom:0}.card-section{flex:1 0 auto;padding:.5rem}.card-section>:last-child{margin-bottom:0}.card-image{min-height:1px}.close-button{position:absolute;color:#d2d2d2;cursor:pointer}[data-whatinput='mouse'] .close-button{outline:0}.close-button:hover,.close-button:focus{color:#666}.close-button.small{right:0.625rem;top:0.625em;font-size:1.5rem;line-height:1}.close-button,.close-button.medium{right:0.625rem;top:0.625rem;font-size:1.5em;line-height:1}.menu{padding:0;margin:0;list-style:none;position:relative;display:flex;flex-wrap:wrap}[data-whatinput='mouse'] .menu li{outline:0}.menu a,.menu .button{line-height:1;text-decoration:none;display:block;padding:0.7rem 1rem}.menu input,.menu select,.menu a,.menu button{margin-bottom:0}.menu input{display:inline-block}.menu,.menu.horizontal{flex-wrap:wrap;flex-direction:row}.menu.vertical{flex-wrap:nowrap;flex-direction:column}.menu.expanded li{flex:1 1 0px}.menu.simple{align-items:center}.menu.simple li+li{margin-left:1rem}.menu.simple a{padding:0}@media print, screen and (min-width: 40em){.menu.medium-horizontal{flex-wrap:wrap;flex-direction:row}.menu.medium-vertical{flex-wrap:nowrap;flex-direction:column}.menu.medium-expanded li{flex:1 1 0px}.menu.medium-simple li{flex:1 1 0px}}@media print, screen and (min-width: 64em){.menu.large-horizontal{flex-wrap:wrap;flex-direction:row}.menu.large-vertical{flex-wrap:nowrap;flex-direction:column}.menu.large-expanded li{flex:1 1 0px}.menu.large-simple li{flex:1 1 0px}}@media screen and (min-width: 75em){.menu.xlarge-horizontal{flex-wrap:wrap;flex-direction:row}.menu.xlarge-vertical{flex-wrap:nowrap;flex-direction:column}.menu.xlarge-expanded li{flex:1 1 0px}.menu.xlarge-simple li{flex:1 1 0px}}@media screen and (min-width: 100em){.menu.xxlarge-horizontal{flex-wrap:wrap;flex-direction:row}.menu.xxlarge-vertical{flex-wrap:nowrap;flex-direction:column}.menu.xxlarge-expanded li{flex:1 1 0px}.menu.xxlarge-simple li{flex:1 1 0px}}.menu.nested{margin-right:0;margin-left:1rem}.menu.icons a{display:flex}.menu.icon-top a,.menu.icon-right a,.menu.icon-bottom a,.menu.icon-left a{display:flex}.menu.icon-left li a{flex-flow:row nowrap}.menu.icon-left li a img,.menu.icon-left li a i,.menu.icon-left li a svg{margin-right:.25rem}.menu.icon-right li a{flex-flow:row nowrap}.menu.icon-right li a img,.menu.icon-right li a i,.menu.icon-right li a svg{margin-left:.25rem}.menu.icon-top li a{flex-flow:column nowrap}.menu.icon-top li a img,.menu.icon-top li a i,.menu.icon-top li a svg{align-self:stretch;margin-bottom:.25rem;text-align:center}.menu.icon-bottom li a{flex-flow:column nowrap}.menu.icon-bottom li a img,.menu.icon-bottom li a i,.menu.icon-bottom li a svg{align-self:stretch;margin-bottom:.25rem;text-align:center}.menu .is-active>a{background:#0069aa;color:#fff}.menu .active>a{background:#0069aa;color:#fff}.menu.align-left{justify-content:flex-start}.menu.align-right li{display:flex;justify-content:flex-end}.menu.align-right li .submenu li{justify-content:flex-start}.menu.align-right.vertical li{display:block;text-align:right}.menu.align-right.vertical li .submenu li{text-align:right}.menu.align-right .nested{margin-right:1rem;margin-left:0}.menu.align-center li{display:flex;justify-content:center}.menu.align-center li .submenu li{justify-content:flex-start}.menu .menu-text{padding:0.7rem 1rem;font-weight:bold;line-height:1;color:inherit}.menu-centered>.menu{justify-content:center}.menu-centered>.menu li{display:flex;justify-content:center}.menu-centered>.menu li .submenu li{justify-content:flex-start}.no-js [data-responsive-menu] ul{display:none}.dropdown-pane{position:absolute;z-index:10;width:auto;padding:1rem;visibility:hidden;display:none;border:1px solid #d2d2d2;border-radius:0;background-color:#fff;font-size:1rem}.dropdown-pane.is-opening{display:block}.dropdown-pane.is-open{visibility:visible;display:block}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}.dropdown.menu>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0069aa transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu a{padding:0.7rem 1rem}[data-whatinput='mouse'] .dropdown.menu a{outline:0}.dropdown.menu .is-active>a{background:rgba(0,0,0,0);color:#0069aa}.no-js .dropdown.menu ul{display:none}.dropdown.menu .nested.is-dropdown-submenu{margin-right:0;margin-left:0}.dropdown.menu.vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.vertical>li>a::after{right:14px}.dropdown.menu.vertical>li.opens-left>a::after{right:auto;left:5px;display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0069aa transparent transparent}.dropdown.menu.vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0069aa}@media print, screen and (min-width: 40em){.dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0069aa transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.medium-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.medium-vertical>li>a::after{right:14px}.dropdown.menu.medium-vertical>li.opens-left>a::after{right:auto;left:5px;display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0069aa transparent transparent}.dropdown.menu.medium-vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0069aa}}@media print, screen and (min-width: 64em){.dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0069aa transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.large-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.large-vertical>li>a::after{right:14px}.dropdown.menu.large-vertical>li.opens-left>a::after{right:auto;left:5px;display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0069aa transparent transparent}.dropdown.menu.large-vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0069aa}}@media screen and (min-width: 75em){.dropdown.menu.xlarge-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.xlarge-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.xlarge-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0069aa transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.xlarge-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.xlarge-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.xlarge-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.xlarge-vertical>li>a::after{right:14px}.dropdown.menu.xlarge-vertical>li.opens-left>a::after{right:auto;left:5px;display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0069aa transparent transparent}.dropdown.menu.xlarge-vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0069aa}}@media screen and (min-width: 100em){.dropdown.menu.xxlarge-horizontal>li.opens-left>.is-dropdown-submenu{top:100%;right:0;left:auto}.dropdown.menu.xxlarge-horizontal>li.opens-right>.is-dropdown-submenu{top:100%;right:auto;left:0}.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a{position:relative;padding-right:1.5rem}.dropdown.menu.xxlarge-horizontal>li.is-dropdown-submenu-parent>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-bottom-width:0;border-top-style:solid;border-color:#0069aa transparent transparent;right:5px;left:auto;margin-top:-3px}.dropdown.menu.xxlarge-vertical>li .is-dropdown-submenu{top:0}.dropdown.menu.xxlarge-vertical>li.opens-left>.is-dropdown-submenu{right:100%;left:auto;top:0}.dropdown.menu.xxlarge-vertical>li.opens-right>.is-dropdown-submenu{right:auto;left:100%}.dropdown.menu.xxlarge-vertical>li>a::after{right:14px}.dropdown.menu.xxlarge-vertical>li.opens-left>a::after{right:auto;left:5px;display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0069aa transparent transparent}.dropdown.menu.xxlarge-vertical>li.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0069aa}}.dropdown.menu.align-right .is-dropdown-submenu.first-sub{top:100%;right:0;left:auto}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical.align-right{float:right}.is-dropdown-submenu-parent{position:relative}.is-dropdown-submenu-parent a::after{position:absolute;top:50%;right:5px;left:auto;margin-top:-6px}.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu{top:100%;left:auto}.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu{right:100%;left:auto}.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu{right:auto;left:100%}.is-dropdown-submenu{position:absolute;top:0;left:100%;z-index:1;display:none;min-width:200px;border:1px solid #d2d2d2;background:#fff}.dropdown .is-dropdown-submenu a{padding:0.7rem 1rem}.is-dropdown-submenu .is-dropdown-submenu-parent>a::after{right:14px}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after{right:auto;left:5px;display:block;width:0;height:0;border:inset 6px;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #0069aa transparent transparent}.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after{display:block;width:0;height:0;border:inset 6px;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #0069aa}.is-dropdown-submenu .is-dropdown-submenu{margin-top:-1px}.is-dropdown-submenu>li{width:100%}.is-dropdown-submenu.js-dropdown-active{display:block}.label{display:inline-block;padding:.25rem;border-radius:.9375rem;font-size:.875rem;line-height:1;white-space:nowrap;cursor:default;background:#0069aa;color:#fff}.label.primary{background:#0069aa;color:#fff}.label.secondary{background:#38a3e1;color:#000}.label.success{background:#23c059;color:#000}.label.warning{background:#bd110e;color:#fff}.label.alert{background:#dd7808;color:#000}.label.dismiss{background:#666;color:#fff}.label.action-gray{background:#666;color:#fff}.is-off-canvas-open{overflow:hidden}.js-off-canvas-overlay{position:absolute;top:0;left:0;z-index:11;width:100%;height:100%;transition:opacity .5s ease,visibility .5s ease;background:rgba(255,255,255,0.25);opacity:0;visibility:hidden;overflow:hidden}.js-off-canvas-overlay.is-visible{opacity:1;visibility:visible}.js-off-canvas-overlay.is-closable{cursor:pointer}.js-off-canvas-overlay.is-overlay-absolute{position:absolute}.js-off-canvas-overlay.is-overlay-fixed{position:fixed}.off-canvas-wrapper{position:relative;overflow:hidden}.off-canvas{position:fixed;z-index:12;transition:transform .5s ease;backface-visibility:hidden;background:#f2f2f2}[data-whatinput='mouse'] .off-canvas{outline:0}.off-canvas.is-transition-push{z-index:12}.off-canvas.is-closed{visibility:hidden}.off-canvas.is-transition-overlap{z-index:13}.off-canvas.is-transition-overlap.is-open{box-shadow:0 0 10px rgba(0,0,0,0.7)}.off-canvas.is-open{transform:translate(0, 0)}.off-canvas-absolute{position:absolute;z-index:12;transition:transform .5s ease;backface-visibility:hidden;background:#f2f2f2}[data-whatinput='mouse'] .off-canvas-absolute{outline:0}.off-canvas-absolute.is-transition-push{z-index:12}.off-canvas-absolute.is-closed{visibility:hidden}.off-canvas-absolute.is-transition-overlap{z-index:13}.off-canvas-absolute.is-transition-overlap.is-open{box-shadow:0 0 10px rgba(0,0,0,0.7)}.off-canvas-absolute.is-open{transform:translate(0, 0)}.position-left{top:0;left:0;height:100%;overflow-y:auto}@media screen and (min-width: 15.625em){.position-left{transform:translateX(-)}}@media screen and (min-width: 15.625em){.off-canvas-content .off-canvas.position-left{transform:translateX(-)}}.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open{transform:translate(0, 0)}@media screen and (min-width: 15.625em){.off-canvas-content.is-open-left.has-transition-push{transform:translateX()}}.position-left.is-transition-push{box-shadow:inset -13px 0 20px -13px rgba(0,0,0,0.25)}.position-right{top:0;right:0;height:100%;overflow-y:auto}@media screen and (min-width: 15.625em){.position-right{transform:translateX()}}@media screen and (min-width: 15.625em){.off-canvas-content .off-canvas.position-right{transform:translateX()}}.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open{transform:translate(0, 0)}@media screen and (min-width: 15.625em){.off-canvas-content.is-open-right.has-transition-push{transform:translateX(-)}}.position-right.is-transition-push{box-shadow:inset 13px 0 20px -13px rgba(0,0,0,0.25)}.position-top{top:0;left:0;width:100%;overflow-x:auto}@media screen and (min-width: 15.625em){.position-top{transform:translateY(-)}}@media screen and (min-width: 15.625em){.off-canvas-content .off-canvas.position-top{transform:translateY(-)}}.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open{transform:translate(0, 0)}@media screen and (min-width: 15.625em){.off-canvas-content.is-open-top.has-transition-push{transform:translateY()}}.position-top.is-transition-push{box-shadow:inset 0 -13px 20px -13px rgba(0,0,0,0.25)}.position-bottom{bottom:0;left:0;width:100%;overflow-x:auto}@media screen and (min-width: 15.625em){.position-bottom{transform:translateY()}}@media screen and (min-width: 15.625em){.off-canvas-content .off-canvas.position-bottom{transform:translateY()}}.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open{transform:translate(0, 0)}@media screen and (min-width: 15.625em){.off-canvas-content.is-open-bottom.has-transition-push{transform:translateY(-)}}.position-bottom.is-transition-push{box-shadow:inset 0 13px 20px -13px rgba(0,0,0,0.25)}.off-canvas-content{transform:none;transition:transform .5s ease;backface-visibility:hidden}.off-canvas-content.has-transition-push{transform:translate(0, 0)}.off-canvas-content .off-canvas.is-open{transform:translate(0, 0)}@media print, screen and (min-width: 40em){.position-left.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-left.reveal-for-medium .close-button{display:none}.off-canvas-content .position-left.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-medium ~ .off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-right.reveal-for-medium .close-button{display:none}.off-canvas-content .position-right.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-medium ~ .off-canvas-content{margin-right:250px}.position-top.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-top.reveal-for-medium .close-button{display:none}.off-canvas-content .position-top.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-medium ~ .off-canvas-content{margin-top:250px}.position-bottom.reveal-for-medium{transform:none;z-index:12;transition:none;visibility:visible}.position-bottom.reveal-for-medium .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-medium{transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-medium ~ .off-canvas-content{margin-bottom:250px}}@media print, screen and (min-width: 64em){.position-left.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-left.reveal-for-large .close-button{display:none}.off-canvas-content .position-left.reveal-for-large{transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-large ~ .off-canvas-content{margin-left:250px}.position-right.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-right.reveal-for-large .close-button{display:none}.off-canvas-content .position-right.reveal-for-large{transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-large ~ .off-canvas-content{margin-right:250px}.position-top.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-top.reveal-for-large .close-button{display:none}.off-canvas-content .position-top.reveal-for-large{transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-large ~ .off-canvas-content{margin-top:250px}.position-bottom.reveal-for-large{transform:none;z-index:12;transition:none;visibility:visible}.position-bottom.reveal-for-large .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-large{transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-large ~ .off-canvas-content{margin-bottom:250px}}@media screen and (min-width: 75em){.position-left.reveal-for-xlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-left.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-left.reveal-for-xlarge{transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-xlarge ~ .off-canvas-content{margin-left:250px}.position-right.reveal-for-xlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-right.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-right.reveal-for-xlarge{transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-xlarge ~ .off-canvas-content{margin-right:250px}.position-top.reveal-for-xlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-top.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-top.reveal-for-xlarge{transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-xlarge ~ .off-canvas-content{margin-top:250px}.position-bottom.reveal-for-xlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-bottom.reveal-for-xlarge .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-xlarge{transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-xlarge ~ .off-canvas-content{margin-bottom:250px}}@media screen and (min-width: 100em){.position-left.reveal-for-xxlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-left.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-left.reveal-for-xxlarge{transform:none}.off-canvas-content.has-reveal-left{margin-left:250px}.position-left.reveal-for-xxlarge ~ .off-canvas-content{margin-left:250px}.position-right.reveal-for-xxlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-right.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-right.reveal-for-xxlarge{transform:none}.off-canvas-content.has-reveal-right{margin-right:250px}.position-right.reveal-for-xxlarge ~ .off-canvas-content{margin-right:250px}.position-top.reveal-for-xxlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-top.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-top.reveal-for-xxlarge{transform:none}.off-canvas-content.has-reveal-top{margin-top:250px}.position-top.reveal-for-xxlarge ~ .off-canvas-content{margin-top:250px}.position-bottom.reveal-for-xxlarge{transform:none;z-index:12;transition:none;visibility:visible}.position-bottom.reveal-for-xxlarge .close-button{display:none}.off-canvas-content .position-bottom.reveal-for-xxlarge{transform:none}.off-canvas-content.has-reveal-bottom{margin-bottom:250px}.position-bottom.reveal-for-xxlarge ~ .off-canvas-content{margin-bottom:250px}}@media print, screen and (min-width: 40em){.off-canvas.in-canvas-for-medium{visibility:visible;height:auto;position:static;background:inherit;width:inherit;overflow:inherit;transition:inherit}.off-canvas.in-canvas-for-medium.position-left,.off-canvas.in-canvas-for-medium.position-right,.off-canvas.in-canvas-for-medium.position-top,.off-canvas.in-canvas-for-medium.position-bottom{box-shadow:none;transform:none}.off-canvas.in-canvas-for-medium .close-button{display:none}}@media print, screen and (min-width: 64em){.off-canvas.in-canvas-for-large{visibility:visible;height:auto;position:static;background:inherit;width:inherit;overflow:inherit;transition:inherit}.off-canvas.in-canvas-for-large.position-left,.off-canvas.in-canvas-for-large.position-right,.off-canvas.in-canvas-for-large.position-top,.off-canvas.in-canvas-for-large.position-bottom{box-shadow:none;transform:none}.off-canvas.in-canvas-for-large .close-button{display:none}}@media screen and (min-width: 75em){.off-canvas.in-canvas-for-xlarge{visibility:visible;height:auto;position:static;background:inherit;width:inherit;overflow:inherit;transition:inherit}.off-canvas.in-canvas-for-xlarge.position-left,.off-canvas.in-canvas-for-xlarge.position-right,.off-canvas.in-canvas-for-xlarge.position-top,.off-canvas.in-canvas-for-xlarge.position-bottom{box-shadow:none;transform:none}.off-canvas.in-canvas-for-xlarge .close-button{display:none}}@media screen and (min-width: 100em){.off-canvas.in-canvas-for-xxlarge{visibility:visible;height:auto;position:static;background:inherit;width:inherit;overflow:inherit;transition:inherit}.off-canvas.in-canvas-for-xxlarge.position-left,.off-canvas.in-canvas-for-xxlarge.position-right,.off-canvas.in-canvas-for-xxlarge.position-top,.off-canvas.in-canvas-for-xxlarge.position-bottom{box-shadow:none;transform:none}.off-canvas.in-canvas-for-xxlarge .close-button{display:none}}.pagination{margin-left:0;margin-bottom:1rem}.pagination::before,.pagination::after{display:table;content:' ';flex-basis:0;order:1}.pagination::after{clear:both}.pagination li{margin-right:.0625rem;border-radius:4px;font-size:.875rem;display:none}.pagination li:last-child,.pagination li:first-child{display:inline-block}@media print, screen and (min-width: 40em){.pagination li{display:inline-block}}.pagination a,.pagination button{display:block;padding:.1875rem .625rem;border-radius:4px;color:#000}.pagination a:hover,.pagination button:hover{background:#f2f2f2}.pagination .current{padding:.1875rem .625rem;background:#0069aa;color:#fff;cursor:default}.pagination .disabled{padding:.1875rem .625rem;color:#d2d2d2;cursor:not-allowed}.pagination .disabled:hover{background:transparent}.pagination .ellipsis::after{padding:.1875rem .625rem;content:'\2026';color:#000}.pagination-previous a::before,.pagination-previous.disabled::before{display:inline-block;margin-right:0.5rem;content:'\00ab'}.pagination-next a::after,.pagination-next.disabled::after{display:inline-block;margin-left:0.5rem;content:'\00bb'}.progress{height:1rem;margin-bottom:1rem;border-radius:4px;background-color:#d2d2d2}.progress.primary .progress-meter{background-color:#0069aa}.progress.secondary .progress-meter{background-color:#38a3e1}.progress.success .progress-meter{background-color:#23c059}.progress.warning .progress-meter{background-color:#bd110e}.progress.alert .progress-meter{background-color:#dd7808}.progress.dismiss .progress-meter{background-color:#666}.progress.action-gray .progress-meter{background-color:#666}.progress-meter{position:relative;display:block;width:0%;height:100%;background-color:#0069aa;border-radius:4px}.progress-meter-text{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);position:absolute;margin:0;font-size:0.75rem;font-weight:bold;color:#fff;white-space:nowrap;border-radius:4px}.slider{position:relative;height:.5rem;margin-top:1.25rem;margin-bottom:2.25rem;background-color:#f2f2f2;cursor:pointer;user-select:none;touch-action:none}.slider-fill{position:absolute;top:0;left:0;display:inline-block;max-width:100%;height:.5rem;background-color:#d2d2d2;transition:all 0.2s ease-in-out}.slider-fill.is-dragging{transition:all 0s linear}.slider-handle{position:absolute;top:50%;transform:translateY(-50%);left:0;z-index:1;display:inline-block;width:1.4rem;height:1.4rem;border-radius:4px;background-color:#0069aa;transition:all 0.2s ease-in-out;touch-action:manipulation}[data-whatinput='mouse'] .slider-handle{outline:0}.slider-handle:hover{background-color:#005991}.slider-handle.is-dragging{transition:all 0s linear}.slider.disabled,.slider[disabled]{opacity:.25;cursor:not-allowed}.slider.vertical{display:inline-block;width:.5rem;height:12.5rem;margin:0 1.25rem;transform:scale(1, -1)}.slider.vertical .slider-fill{top:0;width:.5rem;max-height:100%}.slider.vertical .slider-handle{position:absolute;top:0;left:50%;width:1.4rem;height:1.4rem;transform:translateX(-50%)}.sticky-container{position:relative}.sticky{position:relative;z-index:0;transform:translate3d(0, 0, 0)}.sticky.is-stuck{position:fixed;z-index:5;width:100%}.sticky.is-stuck.is-at-top{top:0}.sticky.is-stuck.is-at-bottom{bottom:0}.sticky.is-anchored{position:relative;right:auto;left:auto}.sticky.is-anchored.is-at-bottom{bottom:0}.switch{height:.625rem;position:relative;margin-bottom:0;outline:0;font-size:.875rem;font-weight:bold;color:#fff;user-select:none}.switch-input{position:absolute;margin-bottom:0;opacity:0}.switch-paddle{position:relative;display:block;width:1.25rem;height:.625rem;border-radius:.3125rem;background:#e6e6e6;transition:all 0.25s ease-out;font-weight:inherit;color:inherit;cursor:pointer}input+.switch-paddle{margin:0}.switch-paddle::after{position:absolute;top:0;left:0;display:block;width:.625rem;height:.625rem;transform:translate3d(0, 0, 0);border-radius:50%;background:#666;transition:all 0.25s ease-out;content:''}input:checked ~ .switch-paddle{background:#98cff2}input:checked ~ .switch-paddle::after{left:.625rem}[data-whatinput='mouse'] input:focus ~ .switch-paddle{outline:0}.switch-active,.switch-inactive{position:absolute;top:50%;transform:translateY(-50%)}.switch-active{left:8%;display:none}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny{height:1.5rem}.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:.625rem}.switch.tiny .switch-paddle::after{top:0;left:0;width:1.5rem;height:1.5rem}.switch.tiny input:checked ~ .switch-paddle::after{left:1.5rem}.switch.small{height:1.75rem}.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:.75rem}.switch.small .switch-paddle::after{top:0;left:0;width:1.75rem;height:1.75rem}.switch.small input:checked ~ .switch-paddle::after{left:1.75rem}.switch.large{height:2.5rem}.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1rem}.switch.large .switch-paddle::after{top:0;left:0;width:2.5rem;height:2.5rem}.switch.large input:checked ~ .switch-paddle::after{left:2.5rem}table{border-collapse:collapse;width:100%;margin-bottom:1rem;border-radius:4px}thead,tbody,tfoot{border:none;background-color:#f2f2f2}caption{padding:.625rem;font-weight:700}thead{background:#e6e6e6;color:#000}tfoot{background:#e6e6e6;color:#000}thead tr,tfoot tr{background:transparent}thead th,thead td,tfoot th,tfoot td{padding:.625rem;font-weight:700;text-align:left}tbody th,tbody td{padding:.625rem}tbody tr{border-bottom:0;border-bottom:none;background-color:#f2f2f2}table.striped tbody tr:nth-child(even){border-bottom:0;background-color:#f2f2f2}@media screen and (max-width: 63.9375em){table.stack thead th{display:block}table.stack tfoot{display:none}table.stack tr,table.stack th,table.stack td{display:block}table.stack td{border-top:0}}table.scroll{display:block;width:100%;overflow-x:auto}table.hover thead tr:hover{background-color:#ebebeb}table.hover tfoot tr:hover{background-color:#e1e1e1}table.hover tbody tr:hover{background-color:#ededed}table.hover.striped tr:nth-of-type(even):hover{background-color:#e0e0e0}.table-scroll{overflow-x:auto}.table-scroll table{width:auto}.tabs{margin:0;border:1px solid #f2f2f2;background:#fff;list-style-type:none}.tabs::before,.tabs::after{display:table;content:' ';flex-basis:0;order:1}.tabs::after{clear:both}.tabs.vertical>li{display:block;float:none;width:auto}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:transparent}.tabs.primary{background:#0069aa}.tabs.primary>li>a{color:#fff}.tabs.primary>li>a:hover,.tabs.primary>li>a:focus{background:#0074bb}.tabs-title{float:left}.tabs-title>a{display:block;padding:1rem 0.75rem;font-size:.75rem;line-height:1;color:#0069aa}.tabs-title>a:hover{background:#fff;color:#005a92}.tabs-title>a:focus,.tabs-title>a[aria-selected='true']{background:#f2f2f2;color:#0069aa}.tabs-content{border:1px solid #f2f2f2;border-top:0;background:#fff;color:#000;transition:all 0.5s ease}.tabs-content.vertical{border:1px solid #f2f2f2;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}.title-bar{padding:.5rem;background:#000;color:#fff;display:flex;justify-content:flex-start;align-items:center}.title-bar .menu-icon{margin-left:.25rem;margin-right:.25rem}.title-bar-left,.title-bar-right{flex:1 1 0px}.title-bar-right{text-align:right}.title-bar-title{display:inline-block;vertical-align:middle;font-weight:bold}.has-tip{position:relative;display:inline-block;border-bottom:dotted 1px #1a1a1a;font-weight:700;cursor:help}.tooltip{position:absolute;top:calc(100% + .6495rem);z-index:1200;max-width:10rem;padding:.75rem;border-radius:4px;background-color:#000;font-size:87.5%;color:#fff}.tooltip::before{position:absolute}.tooltip.bottom::before{display:block;width:0;height:0;border:inset .75rem;content:'';border-top-width:0;border-bottom-style:solid;border-color:transparent transparent #000;bottom:100%}.tooltip.bottom.align-center::before{left:50%;transform:translateX(-50%)}.tooltip.top::before{display:block;width:0;height:0;border:inset .75rem;content:'';border-bottom-width:0;border-top-style:solid;border-color:#000 transparent transparent;top:100%;bottom:auto}.tooltip.top.align-center::before{left:50%;transform:translateX(-50%)}.tooltip.left::before{display:block;width:0;height:0;border:inset .75rem;content:'';border-right-width:0;border-left-style:solid;border-color:transparent transparent transparent #000;left:100%}.tooltip.left.align-center::before{bottom:auto;top:50%;transform:translateY(-50%)}.tooltip.right::before{display:block;width:0;height:0;border:inset .75rem;content:'';border-left-width:0;border-right-style:solid;border-color:transparent #000 transparent transparent;right:100%;left:auto}.tooltip.right.align-center::before{bottom:auto;top:50%;transform:translateY(-50%)}.tooltip.align-top::before{bottom:auto;top:10%}.tooltip.align-bottom::before{bottom:10%;top:auto}.tooltip.align-left::before{left:10%;right:auto}.tooltip.align-right::before{left:auto;right:10%}.top-bar{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;padding:.5rem;flex-wrap:wrap}.top-bar,.top-bar ul{background-color:#f2f2f2}.top-bar input{max-width:200px;margin-right:1rem}.top-bar .input-group-field{width:100%;margin-right:0}.top-bar input.button{width:auto}.top-bar .top-bar-left,.top-bar .top-bar-right{flex:0 0 100%;max-width:100%}@media print, screen and (min-width: 40em){.top-bar{flex-wrap:nowrap}.top-bar .top-bar-left{flex:1 1 auto;margin-right:auto}.top-bar .top-bar-right{flex:0 1 auto;margin-left:auto}}@media screen and (max-width: 63.9375em){.top-bar.stacked-for-medium{flex-wrap:wrap}.top-bar.stacked-for-medium .top-bar-left,.top-bar.stacked-for-medium .top-bar-right{flex:0 0 100%;max-width:100%}}@media screen and (max-width: 74.9375em){.top-bar.stacked-for-large{flex-wrap:wrap}.top-bar.stacked-for-large .top-bar-left,.top-bar.stacked-for-large .top-bar-right{flex:0 0 100%;max-width:100%}}@media screen and (max-width: 99.9375em){.top-bar.stacked-for-xlarge{flex-wrap:wrap}.top-bar.stacked-for-xlarge .top-bar-left,.top-bar.stacked-for-xlarge .top-bar-right{flex:0 0 100%;max-width:100%}}.top-bar.stacked-for-xxlarge{flex-wrap:wrap}.top-bar.stacked-for-xxlarge .top-bar-left,.top-bar.stacked-for-xxlarge .top-bar-right{flex:0 0 100%;max-width:100%}.top-bar-title{flex:0 0 auto;margin:0.5rem 1rem 0.5rem 0}.top-bar-left,.top-bar-right{flex:0 0 auto}.hide{display:none !important}.invisible{visibility:hidden}@media screen and (max-width: 39.9375em){.hide-for-small-only{display:none !important}}@media screen and (max-width: 0em), screen and (min-width: 40em){.show-for-small-only{display:none !important}}@media print, screen and (min-width: 40em){.hide-for-medium{display:none !important}}@media screen and (max-width: 39.9375em){.show-for-medium{display:none !important}}@media screen and (min-width: 40em) and (max-width: 63.9375em){.hide-for-medium-only{display:none !important}}@media screen and (max-width: 39.9375em), screen and (min-width: 64em){.show-for-medium-only{display:none !important}}@media print, screen and (min-width: 64em){.hide-for-large{display:none !important}}@media screen and (max-width: 63.9375em){.show-for-large{display:none !important}}@media screen and (min-width: 64em) and (max-width: 74.9375em){.hide-for-large-only{display:none !important}}@media screen and (max-width: 63.9375em), screen and (min-width: 75em){.show-for-large-only{display:none !important}}@media screen and (min-width: 75em){.hide-for-xlarge{display:none !important}}@media screen and (max-width: 74.9375em){.show-for-xlarge{display:none !important}}@media screen and (min-width: 75em) and (max-width: 99.9375em){.hide-for-xlarge-only{display:none !important}}@media screen and (max-width: 74.9375em), screen and (min-width: 100em){.show-for-xlarge-only{display:none !important}}@media screen and (min-width: 100em){.hide-for-xxlarge{display:none !important}}@media screen and (max-width: 99.9375em){.show-for-xxlarge{display:none !important}}@media screen and (min-width: 100em){.hide-for-xxlarge-only{display:none !important}}@media screen and (max-width: 99.9375em){.show-for-xxlarge-only{display:none !important}}.show-for-sr,.show-on-focus{position:absolute !important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);border:0}.show-on-focus:active,.show-on-focus:focus{position:static !important;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;clip-path:none}.show-for-landscape,.hide-for-portrait{display:block !important}@media screen and (orientation: landscape){.show-for-landscape,.hide-for-portrait{display:block !important}}@media screen and (orientation: portrait){.show-for-landscape,.hide-for-portrait{display:none !important}}.hide-for-landscape,.show-for-portrait{display:none !important}@media screen and (orientation: landscape){.hide-for-landscape,.show-for-portrait{display:none !important}}@media screen and (orientation: portrait){.hide-for-landscape,.show-for-portrait{display:block !important}}.align-right{justify-content:flex-end}.align-center{justify-content:center}.align-justify{justify-content:space-between}.align-spaced{justify-content:space-around}.align-right.vertical.menu>li>a{justify-content:flex-end}.align-center.vertical.menu>li>a{justify-content:center}.align-top{align-items:flex-start}.align-self-top{align-self:flex-start}.align-bottom{align-items:flex-end}.align-self-bottom{align-self:flex-end}.align-middle{align-items:center}.align-self-middle{align-self:center}.align-stretch{align-items:stretch}.align-self-stretch{align-self:stretch}.align-center-middle{justify-content:center;align-items:center;align-content:center}.small-order-1{order:1}.small-order-2{order:2}.small-order-3{order:3}.small-order-4{order:4}.small-order-5{order:5}.small-order-6{order:6}@media print, screen and (min-width: 40em){.medium-order-1{order:1}.medium-order-2{order:2}.medium-order-3{order:3}.medium-order-4{order:4}.medium-order-5{order:5}.medium-order-6{order:6}}@media print, screen and (min-width: 64em){.large-order-1{order:1}.large-order-2{order:2}.large-order-3{order:3}.large-order-4{order:4}.large-order-5{order:5}.large-order-6{order:6}}@media screen and (min-width: 75em){.xlarge-order-1{order:1}.xlarge-order-2{order:2}.xlarge-order-3{order:3}.xlarge-order-4{order:4}.xlarge-order-5{order:5}.xlarge-order-6{order:6}}@media screen and (min-width: 100em){.xxlarge-order-1{order:1}.xxlarge-order-2{order:2}.xxlarge-order-3{order:3}.xxlarge-order-4{order:4}.xxlarge-order-5{order:5}.xxlarge-order-6{order:6}}.flex-container{display:flex}.flex-child-auto{flex:1 1 auto}.flex-child-grow{flex:1 0 auto}.flex-child-shrink{flex:0 1 auto}.flex-dir-row{flex-direction:row}.flex-dir-row-reverse{flex-direction:row-reverse}.flex-dir-column{flex-direction:column}.flex-dir-column-reverse{flex-direction:column-reverse}@media print, screen and (min-width: 40em){.medium-flex-container{display:flex}.medium-flex-child-auto{flex:1 1 auto}.medium-flex-child-grow{flex:1 0 auto}.medium-flex-child-shrink{flex:0 1 auto}.medium-flex-dir-row{flex-direction:row}.medium-flex-dir-row-reverse{flex-direction:row-reverse}.medium-flex-dir-column{flex-direction:column}.medium-flex-dir-column-reverse{flex-direction:column-reverse}}@media print, screen and (min-width: 64em){.large-flex-container{display:flex}.large-flex-child-auto{flex:1 1 auto}.large-flex-child-grow{flex:1 0 auto}.large-flex-child-shrink{flex:0 1 auto}.large-flex-dir-row{flex-direction:row}.large-flex-dir-row-reverse{flex-direction:row-reverse}.large-flex-dir-column{flex-direction:column}.large-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width: 75em){.xlarge-flex-container{display:flex}.xlarge-flex-child-auto{flex:1 1 auto}.xlarge-flex-child-grow{flex:1 0 auto}.xlarge-flex-child-shrink{flex:0 1 auto}.xlarge-flex-dir-row{flex-direction:row}.xlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xlarge-flex-dir-column{flex-direction:column}.xlarge-flex-dir-column-reverse{flex-direction:column-reverse}}@media screen and (min-width: 100em){.xxlarge-flex-container{display:flex}.xxlarge-flex-child-auto{flex:1 1 auto}.xxlarge-flex-child-grow{flex:1 0 auto}.xxlarge-flex-child-shrink{flex:0 1 auto}.xxlarge-flex-dir-row{flex-direction:row}.xxlarge-flex-dir-row-reverse{flex-direction:row-reverse}.xxlarge-flex-dir-column{flex-direction:column}.xxlarge-flex-dir-column-reverse{flex-direction:column-reverse}}.slide-in-right{animation:slide-in-left 0.75s ease-in-out both}@keyframes slide-in-left{0%{transform:translateX(-1000px);opacity:0}100%{transform:translateX(0);opacity:1}}.slide-in-right{animation:slide-in-right 0.75s ease-in-out both}@keyframes slide-in-right{0%{transform:translateX(1000px);opacity:0}100%{transform:translateX(0);opacity:1}}.slide-in-bottom{animation:slide-in-bottom 0.5s ease-in-out both}@keyframes slide-in-bottom{0%{transform:translateY(1000px);opacity:0}100%{transform:translateY(0);opacity:1}}.slide-in-top{animation:slide-in-top 0.5s ease-in-out both}@keyframes slide-in-top{0%{transform:translateY(-1000px);opacity:0}100%{transform:translateY(0);opacity:1}}.slide-in-fwd-center{animation:slide-in-fwd-center 0.4s ease-in-out both}@keyframes slide-in-fwd-center{0%{transform:translateZ(-1400px);opacity:0}100%{transform:translateZ(0);opacity:1}}.slide-out-bck-center{animation:slide-out-bck-center 0.5s ease-in-out both}@keyframes slide-out-bck-center{0%{transform:translateZ(0);opacity:1}100%{transform:translateZ(-1100px);opacity:0}}.slide-in-blurred-bottom{animation:slide-in-blurred-bottom 0.5s ease-in-out both}@keyframes slide-in-blurred-bottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(0.2);transform-origin:50% 100%;filter:blur(40px);opacity:0}100%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}.scale-in-tl{animation:scale-in-tl 0.25s ease-in-out 0.125s both}@keyframes scale-in-tl{0%{transform:scale(0);transform-origin:0% 0%;opacity:1}100%{transform:scale(1);transform-origin:0% 0%;opacity:1}}.scale-in-tr{animation:scale-in-tr 0.25s ease-in-out 0.125s both}@keyframes scale-in-tr{0%{transform:scale(0);transform-origin:100% 0%;opacity:1}100%{transform:scale(1);transform-origin:100% 0%;opacity:1}}.rotate-center{animation:rotate-center 0.6s ease-in-out both}@keyframes rotate-center{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.sr-only{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.smallcentered{text-align:center}@media print, screen and (min-width: 40em){.smallcentered{text-align:left}}.spacing-top-small{margin-top:0.5rem}.spacing-top-base{padding-top:1rem}.spacing-bottom-xlarge{margin-bottom:1.5rem}.top-space-collapse{margin-top:0 !important;padding-top:0 !important}.bottom-space-collapse{margin-bottom:0 !important;padding-bottom:0 !important}@media screen and (max-width: 39.9375em){.bottom-space-collapse-small{margin-bottom:0 !important;padding-bottom:0 !important}}body{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#465761;-webkit-touch-callout:default}.debug--children,.debug--children *{outline:1px solid #dd7808}.app-wrapper{background-color:#fff}.flex-spacer{flex-grow:1}.scrollable{overflow-y:auto;overflow-x:hidden;height:100%}button:focus{outline:0}.user-select-text{user-select:text}.generic-error-modal-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;background-color:rgba(70,87,97,0.9);box-shadow:none;display:flex;align-items:center;justify-content:center;flex-direction:column}.generic-error-modal-container .modal{box-shadow:0 0 30px rgba(0,0,0,0.35);max-width:50%;display:flex;flex-direction:column;align-items:center;background-color:#e6e6e6;border-radius:4px;padding:1rem;word-break:break-all;gap:0.5rem}.generic-error-modal-container .modal .cp-icon{fill:#bd110e;margin-bottom:1rem}.generic-error-modal-container .modal .main-content{display:flex;flex-direction:column;gap:0.5rem;text-align:center}.generic-error-modal-container .modal .show-details{color:#0069aa;font-weight:normal;font-size:0.875rem;margin:0;padding:0;height:auto;line-height:inherit;cursor:pointer}.generic-error-modal-container .modal .show-details:hover{text-decoration:underline}.generic-error-modal-container .modal .show-details.hidden{display:none}.generic-error-modal-container .modal .details{display:flex;flex-direction:column;gap:0.5rem}.generic-error-modal-container .modal .details table{margin:0}.generic-error-modal-container .modal .details table tbody tr td{vertical-align:top;padding:0.125rem}.generic-error-modal-container .modal .details table tbody tr td:first-child{word-break:keep-all;text-align:right;font-weight:bold;white-space:nowrap}.generic-error-modal-container .modal .details.hidden{display:none}.generic-error-modal-container .modal .cp-button{margin-top:1rem}html,body{height:100%}*:focus-visible:not(input[type="number"]):not(input[type="search"]):not(input[type="text"]):not(input[type="url"]):not(select){outline:2px solid #0069aa;outline-offset:-2px}#CommandPoint>div:first-of-type{display:flex;flex-flow:row nowrap;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;min-height:35.5rem;min-width:20rem}#CommandPoint>div:first-of-type .side-menu{flex:0 0 auto;width:auto;position:relative;z-index:1000;transform:translateX(-250px);visibility:hidden;width:0}#CommandPoint>div:first-of-type .side-menu.open{transform:translate(0, 0);visibility:visible;width:250px}#CommandPoint>div:first-of-type .side-menu .side-menu-overlay{position:fixed;top:0;left:0;width:0;height:0;transition:opacity 0.5s ease, visibility 0.5s ease;background:rgba(0,0,0,0.25);opacity:0;visibility:hidden;overflow:hidden}#CommandPoint>div:first-of-type .side-menu .side-menu-overlay.open{visibility:visible;opacity:1;cursor:pointer;left:250px;width:calc(100vw - 250px);height:100%}#CommandPoint>div:first-of-type .app{flex:1 1 0px;width:auto;display:flex;flex-flow:column;height:100%;min-width:100vw}#CommandPoint>div:first-of-type .app .app-container{display:flex;flex-flow:column nowrap;overflow:hidden;position:relative;flex-wrap:nowrap;align-items:stretch;height:100vh;min-height:35.5rem}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;min-height:calc(568px - 50px)}@media print, screen and (min-width: 40em){#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content{min-height:calc(568px - 66px)}}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .app-content{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;height:calc(100% - 50px);min-height:calc(568px - 50px);position:relative}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .app-content>.primary-pane{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;position:relative;background-color:#e6e6e6}@media print, screen and (min-width: 40em){#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .app-content.has-sidebar .primary-pane{width:calc(100vw - 20rem);max-width:calc(100vw - 20rem)}}@media screen and (min-width: 53.125em){#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .app-content.has-sidebar .primary-pane{width:calc(100vw - 25rem);max-width:calc(100vw - 25rem)}}@media screen and (min-width: 75em){#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .app-content.has-sidebar .primary-pane{width:calc(100vw - 25rem);max-width:calc(100vw - 25rem)}}@media screen and (min-width: 100em){#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .app-content.has-sidebar .primary-pane{width:calc(100vw - 30rem);max-width:calc(100vw - 30rem)}}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .app-content.has-sidebar>.secondary-pane{display:grid;grid-template-rows:auto 1fr;background-color:#1c2028;height:100%;position:relative;border-right:1px solid #1c2028}@media screen and (max-width: 39.9375em){#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .app-content.has-sidebar>.secondary-pane{visibility:hidden;height:0;width:0;position:absolute;left:-200px}}@media screen and (min-width: 22.5em){#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .app-content.has-sidebar>.secondary-pane{width:20rem}}@media screen and (min-width: 53.125em){#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .app-content.has-sidebar>.secondary-pane{width:25rem}}@media screen and (min-width: 75em){#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .app-content.has-sidebar>.secondary-pane{width:25rem}}@media screen and (min-width: 100em){#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .app-content.has-sidebar>.secondary-pane{width:30rem}}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .app-content.has-sidebar>.secondary-pane .sidebar-content{position:relative}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .app-error{padding:1rem}.flex--fill-space{flex:1 1 0}.flex--no-wrap{flex-wrap:nowrap}ul.list-horizontal-centered{display:flex;flex-flow:row nowrap;margin-left:0;list-style:none;justify-content:center}ul.list-horizontal-centered li{flex:0 0 auto;width:auto;margin-bottom:0 !important;text-align:center}ul.list-horizontal-centered li:not(:last-child){margin-right:1.25rem}ul.wrapped-list{border:1px solid #e6e6e6;border-radius:4px;margin-bottom:0.5rem;padding:0.5rem 1rem;text-align:left}ul.wrapped-list-items{list-style:none;margin:0;padding:0;margin-top:1rem}ul.wrapped-list-items li{background-color:#fff;border:1px solid #e6e6e6;border-radius:4px;margin-bottom:0.5rem;padding:1rem;text-align:left}p.alert{color:#bd110e}pre{text-align:left}ul,li{margin:0;padding:0;list-style:none}.list{display:flex;flex-wrap:wrap;width:100%}.list-item{display:flex;padding:0.5em;width:100%;height:200px}.list-item img{height:100%;margin:auto}@media all and (min-width: 600px){.list-item-thirds{width:33.33%}.list-item-thirds.hidden{visibility:hidden}.list-item-halves{width:50%;height:250px}.list-item-halves.hidden{visibility:hidden}}.list-content{background-color:#f2f2f2;display:flex;flex-direction:column;padding:1em;width:100%;border-color:#d2d2d2;border-style:solid;border-width:1px;border-radius:4px;box-shadow:0 0 5px rgba(0,0,0,0.35)}.list-content p{flex:1 0 auto}.app .thin-frame{border-style:solid;border-width:1px;border-color:#a3a3a3;padding:4px}.app .thin-frame.bigger-text{font-size:1.2em}svg[class^="cp-icon"] .primary-color{fill:currentColor}svg[class^="cp-icon"] .secondary-color{fill:#000}svg[class^="cp-icon"] .tertiary-color{fill:#fff}svg[class^="cp-icon"] .knockout-color{fill:#fff}svg[class^="cp-icon"] .transparent{fill:none}.cp-icon--cpclose .secondary-color{display:none}.cp-icon--layout-rotate .primary-color:last-child{opacity:0.3}.cp-icon--AvailabilityDisabled .primary-color{fill:#bd110e !important}.cp-icon--AvailabilityDisabled .secondary-color{fill:rgba(0,0,0,0.7) !important}.cp-icon--AvailabilityExpired .primary-color{fill:#bd110e !important}.cp-icon--AvailabilityExpired .secondary-color{fill:rgba(0,0,0,0.7) !important}.cp-icon--AvailabilityPending .primary-color{fill:#dd7808 !important}.cp-icon--AvailabilityPending .secondary-color{fill:rgba(0,0,0,0.7) !important}.cp-icon--VASTTag{font-family:'Times New Roman', serif;font-size:10px;font-weight:bold}.cp-icon--TakeoverTrigger{font-family:'Times New Roman', serif;font-size:10px;font-weight:bold}.leading-icon{margin-right:0.5rem}.cp-button{-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:center;margin:0 .3125rem;overflow:visible;border:0;border-radius:4px;vertical-align:middle;font-family:inherit;text-align:center;cursor:pointer;text-decoration:none;height:1.875rem;line-height:1;padding:0.25em 0.5em;font-size:1rem;font-weight:700;color:#fff;white-space:nowrap;transition:all 0.25s ease}.cp-button>*:not(:last-child){margin-right:5px}.cp-button.small{padding:0.2em 0.4em;height:1.5rem;font-size:.875rem;white-space:nowrap}.cp-button.large{padding:0.3em 0.6em;height:2.5rem;font-size:1.125rem}.cp-button.slab{font-family:"Roboto Slab",serif;font-weight:700}.cp-button.multiline{line-height:1.3;white-space:initial}.cp-button.primary{background:#0069aa;border:1px solid #0069aa;color:#fff}.cp-button.primary.hollow{background-color:transparent;color:#0069aa}.cp-button.primary.hollow svg{color:#0069aa}.cp-button.primary:hover{border:1px solid #38a3e1;background:#38a3e1;color:#fff}.cp-button.primary:hover svg{color:#fff}.cp-button.secondary{background:#465761;border:1px solid #465761;color:#fff}.cp-button.secondary.hollow{background-color:transparent;color:#465761}.cp-button.secondary.hollow svg{color:#465761}.cp-button.secondary:hover{border:1px solid #38a3e1;background:#38a3e1;color:#fff}.cp-button.secondary:hover svg{color:#fff}.cp-button.default{background:#465761;border:1px solid #465761;color:#fff}.cp-button.default.hollow{background-color:transparent;color:#465761}.cp-button.default.hollow svg{color:#465761}.cp-button.default:hover,.cp-button.default:focus{border:1px solid rgba(70,87,97,0.8);background:rgba(70,87,97,0.8);color:#fff}.cp-button.default:hover svg,.cp-button.default:focus svg{color:#fff}.cp-button.success{background:#23c059;border:1px solid #23c059;color:#fff}.cp-button.success.hollow{background-color:transparent;color:#23c059}.cp-button.success.hollow svg{color:#23c059}.cp-button.success:hover{border:1px solid #5ed186;background:#5ed186;color:#fff}.cp-button.success:hover svg{color:#fff}.cp-button.warning{background:#dd7808;border:1px solid #dd7808;color:#fff}.cp-button.warning.hollow{background-color:transparent;color:#dd7808}.cp-button.warning.hollow svg{color:#dd7808}.cp-button.warning:hover,.cp-button.warning:focus{border:1px solid #de994d;background:#de994d;color:#fff}.cp-button.warning:hover svg,.cp-button.warning:focus svg{color:#fff}.cp-button.alert{background:#bd110e;border:1px solid #bd110e;color:#fff}.cp-button.alert.hollow{background-color:transparent;color:#bd110e}.cp-button.alert.hollow svg{color:#bd110e}.cp-button.alert:hover,.cp-button.alert:focus{border:1px solid #e6605f;background:#e6605f;color:#fff}.cp-button.alert:hover svg,.cp-button.alert:focus svg{color:#fff}.cp-button.advanced-settings:hover svg{transform:rotate(-90deg)}.cp-button.advanced-settings.advanced-set svg{color:#38a3e1}.cp-button:disabled,.cp-button.disabled{cursor:default;opacity:0.3}.cp-button.block{display:block;width:100%}.cp-button svg{transition:all 0.25s ease}.cp-button.icon{display:flex;flex-wrap:nowrap;align-items:center;white-space:nowrap;margin:0;padding:0;border-radius:0;width:1.875rem;justify-content:center;color:#465761}.cp-button.icon svg{color:#465761}.cp-button.icon:not(:disabled):hover{background:transparent}.cp-button.icon:not(:disabled):hover svg{color:#38a3e1}.cp-button.icon.grey svg{color:#fff}.cp-button.icon.white{opacity:0.5}.cp-button.icon.white svg{color:#fff}.cp-button.icon.white:hover{opacity:1}.cp-button.icon.white:hover svg{color:#fff}.cp-button.leadingIcon{display:flex;flex-wrap:nowrap;align-items:center;white-space:nowrap}.cp-button.leadingIcon svg{margin-right:0.25rem}.cp-button.underline{background-color:transparent;color:#0069aa;border-radius:0;padding:0;box-shadow:inset 0 -1px 0 0 currentColor}.cp-button.underline:hover,.cp-button.underline:focus{box-shadow:inset 0 -2px 0 0 currentColor}.cp-button.underline.light{color:#38a3e1;box-shadow:inset 0 -1px 0 0 currentColor}.cp-button.underline.light:hover,.cp-button.underline.light:focus{box-shadow:inset 0 -2px 0 0 currentColor}.cp-button.align--right{float:right}@media screen and (max-width: 63.9375em){.cp-button{font-size:.875rem}}.cp-button.cp-button--icon-text svg{margin-right:0.5em}.cp-button.anchor-style{color:#0069aa;font-weight:normal;font-size:0.875rem;margin:0;padding:0;height:auto;line-height:inherit;cursor:pointer}.cp-button.anchor-style:hover{text-decoration:underline}.cp-panel--dark .cp-button.primary,.cp-panel--dark .cp-button.default,.secondary-pane .cp-button.primary,.secondary-pane .cp-button.default{background-color:#6598c6;border-color:#6598c6}.cp-panel--dark .cp-button.icon,.secondary-pane .cp-button.icon{color:#6598c6}.cp-panel--dark .cp-button.icon svg,.secondary-pane .cp-button.icon svg{color:#6598c6}.cp-panel--dark .cp-button.icon:hover,.secondary-pane .cp-button.icon:hover{background:transparent}.cp-panel--dark .cp-button.icon:hover svg,.secondary-pane .cp-button.icon:hover svg{color:#38a3e1}.button-group{margin-bottom:0}.button-group.split-button .cp-button{margin:0;margin-left:1px}.button-group.split-button .cp-button:first-child{border-top-right-radius:0;border-bottom-right-radius:0;margin:0}.button-group.split-button .cp-button:last-child{border-top-left-radius:0;border-bottom-left-radius:0}.button-group.split-button svg{display:block}.button-group.spaced .cp-button{margin-left:.625rem;margin-right:.625rem}.button-group.spaced .cp-button:first-of-type{margin-left:0}.button-group.spaced .cp-button:last-of-type{margin-right:0}@media screen and (max-width: 63.9375em){.button-group .button{font-size:.875rem}}.button-save{background-color:#23c059;font-size:1.2rem;min-width:6.2rem;color:#fff;line-height:2.3rem;margin:0.5rem;padding:0 1rem}.button-save:hover,.button-save:focus{background-color:#5ed186}.button-save:active{background-color:#4acb77}.button-delete{background-color:#c63f3f;font-size:1.2rem;min-width:6.2rem;color:#fff;line-height:2.3rem;margin:0.5rem;padding:0 1rem}.button-delete:hover,.button-delete:focus{background-color:#b81414}.button-delete:active{background-color:#900}.button-gray--large{background-color:#a3a3a3;border-radius:3px;color:#e6e6e6;margin:0 1rem 0 0;padding:0.5rem 1rem;position:relative;text-transform:uppercase}.button-gray--icon{padding-left:2.5rem}.button-outline--gray{background:transparent;border:1px solid #a3a3a3;color:#666;font-size:1rem;line-height:1;margin:0;min-height:auto;padding:0.25rem 3rem}.button-outline--gray:hover{background-color:#a3a3a3}.icon-button{color:inherit;line-height:1;text-align:center}.icon-button svg{display:block;margin:0 auto 4px;height:1.25rem;width:auto}.icon-button span{display:block;font-size:.625rem;text-transform:uppercase}.icon-button.shadow{transition:all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1)}.icon-button.shadow svg{-webkit-filter:drop-shadow(0 1px 2px rgba(0,0,0,0.24));filter:drop-shadow(0 1px 2px rgba(0,0,0,0.24))}.icon-button.shadow:hover svg{-webkit-filter:drop-shadow(0 3px 6px rgba(0,0,0,0.36));filter:drop-shadow(0 3px 6px rgba(0,0,0,0.36))}.cp-button.expanded{width:100%;align-items:center;justify-content:center}.horizontal-icon-button{color:inherit;line-height:1;padding:0.25rem 0}.horizontal-icon-button svg{display:inline-block;margin:0 4px 0 0;height:.75rem;width:auto}.horizontal-icon-button span{display:inline-block;font-size:.625rem;text-transform:uppercase}.horizontal-two-icon{border-bottom:1px solid;border-bottom-color:inherit;border-radius:0;color:inherit;font-size:1rem;font-weight:600;line-height:1;padding:0.25rem 0}.horizontal-two-icon svg:first-child{margin-right:0.5rem}.horizontal-two-icon svg:last-child{margin-left:0.5rem}.context-menu-icon{cursor:pointer}.context-menu-button-vertical{color:rgba(0,0,0,0.4);padding:0 3px}.context-menu-button-vertical:hover{color:rgba(0,0,0,0.8)}.cp-button.sort{display:flex;align-items:center;justify-content:center;color:#666;padding:0.25rem;height:auto}.cp-button.sort:hover{color:#0069aa}span.sort-desc,span.sort-asc{color:#666;display:inline-block}span.sort-null,span.sort-none{color:rgba(102,102,102,0);display:inline-block}.player-navigation--next{color:#f2f2f2;padding:.3125rem;background-color:transparent;height:100%;border-radius:0;opacity:0.4;transition:opacity 0.5s ease;display:flex;align-items:center;justify-content:center}.player-navigation--next:hover{opacity:1}.player-navigation--next svg{filter:drop-shadow(0, 0, 5px, #000) !important;margin:0 0 0 2px}.page-arrow{display:flex;align-items:center;justify-content:center;color:#0069aa;padding:.25rem .5rem}.page-arrow:hover{color:#0069aa}.page-arrow.disabled,.page-arrow.disabeled:hover{cursor:default;color:#d2d2d2}.nested-playlist-toggle{color:#465761;margin:0;padding:0;margin-left:5px}.nested-playlist-toggle svg{height:1rem !important;width:1rem !important}[data-selected="true"] .nested-playlist-toggle{color:#fff}.toggle-view{align-self:center;height:1rem}.close-button{transition:all 0.25s ease}.button-set{display:flex;flex-flow:row wrap;align-items:baseline}.button-set .button{margin:0.5rem 1rem 1rem 0}.button-set-vertical .button{margin-bottom:1rem}.button-set-vertical .button:last-child{margin-bottom:0}.cp-button.layout-icon{height:auto;color:#465761;display:flex;align-items:center;font-family:"Roboto Slab",serif;font-weight:700}.cp-button.layout-icon svg{margin:0 10px 0 0}.darken .cp-button.layout-icon{height:auto;color:#e6e6e6;display:flex;align-items:center;font-family:"Roboto Slab",serif;font-weight:700}.darken .cp-button.layout-icon svg{opacity:0.5;margin:0 10px 0 0}.settings-wrapper .dialog-actions .cp-button{min-width:3.5rem}.help-button.icon{display:inline;border-radius:50%;color:#465761;cursor:pointer;font-weight:700;margin-left:0.5rem;height:1rem;width:1rem;transition:all 0.25s ease-in-out;padding:0;position:relative;top:-0.125rem}.help-button.icon:disabled,.help-button.icon.disabled{cursor:default;opacity:0.3}.chip{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;align-items:center;justify-content:center;background-color:#cce1ee;border:1px solid rgba(163,163,163,0.2);border-radius:.8125rem;cursor:default;font-size:.75rem;line-height:1;margin:0 0.5rem 0.75rem 0;padding:0.25rem 0.33333rem;max-width:100%}.chip .chip-label{padding-left:0.125rem}.chip .clear-button{background-color:rgba(0,0,0,0.2);border-radius:50%;color:rgba(0,0,0,0.7);cursor:pointer;font-weight:700;margin-left:0.5rem;height:1rem;width:1.3rem;transition:all 0.25s ease-in-out;padding:0}.chip .clear-button:hover{background-color:rgba(0,105,170,0.5);color:#000}.chip .clear-button:disabled,.chip .clear-button.disabled{cursor:default;opacity:0.3}.playback-rule .chip{background-color:#2d3443;border:none;padding:0.3rem 0.3rem 0.3rem 0.5rem;color:#fff}.playback-rule .chip .clear-button{background-color:rgba(0,0,0,0.3);border-radius:50%;color:rgba(255,255,255,0.5);transition:all 0.25s ease}.playback-rule .chip .clear-button:hover{color:#fff}.content-box{border:solid #d2d2d2 2px;margin:0.5rem;padding:0.5rem}.content-box .content-box-label{font-size:1rem;font-weight:bold;padding-left:0.25rem;padding-right:0.25rem}.content-box .content-box-content .no-content{margin-bottom:1rem;font-style:italic}.content-box .content-box-content .textfield.invalid:last-child{margin-bottom:1.25rem}.content-box .content-box-content .textfield:last-child{margin-bottom:0}.content-box .content-box-content .subsection hr{margin-top:1rem;margin-bottom:0.25rem}.content-box .content-box-content .subsection label{margin-bottom:0.5rem}.content-box .content-box-content .form-row:last-child{margin-bottom:0.5rem}.content-box .content-box-content .form-row:last-child>*{margin-bottom:0}.content-box .content-box-content .form-row:last-child>* textarea{margin-bottom:0}.content-box .company-user{margin-bottom:1rem}.content-box .company-user--details{color:#2d3443;font-size:1rem;font-weight:600;line-height:1.4}.content-box .company-user--details>span{white-space:nowrap;font-weight:400}.content-box .company-user--roles{margin-left:2rem;font-size:0.85rem;margin-top:0.25rem}.content-box .company-user--roles-item{list-style:disc;line-height:1.6}.color-picker{display:flex;flex-flow:row wrap;align-items:center;margin-bottom:1rem}.color-picker label{flex:0 0 auto;width:auto;margin-bottom:0.25rem;padding-right:0.5rem;min-width:7.625rem}.color-picker .color-picker-button{flex:0 0 auto;width:auto;height:100%;padding:0;background:#fff;border-radius:1px;border:1px solid #a3a3a3;display:inline-block;cursor:pointer}.color-picker .swatch{width:1.5rem;height:1.5rem;border-radius:1px;background-image:linear-gradient(45deg, #a3a3a3 25%, transparent 25%),linear-gradient(-45deg, #a3a3a3 25%, transparent 25%),linear-gradient(45deg, transparent 75%, #a3a3a3 75%),linear-gradient(-45deg, transparent 75%, #a3a3a3 75%);background-size:10px 10px;background-position:0 0, 0 5px, 5px -5px, -5px 0}.color-picker-popover{position:fixed;background:#fff;text-align:center;padding-bottom:.625rem}.color-picker-popover .sketch-picker{box-shadow:none !important;margin-bottom:.625rem}span.coming-soon{font-style:italic;color:#666}.listmenu.contextmenu{position:fixed;z-index:1000;background-color:#fff;border-radius:4px;border:1px solid #e6e6e6}.listmenu.contextmenu .listmenuitem{display:flex;flex-flow:row nowrap;width:100%;align-items:center;background-color:rgba(152,207,242,0);border-bottom:1px solid #e6e6e6;justify-content:flex-start;padding:0.5rem 1rem;transition:background-color 0.125s ease-in-out}.listmenu.contextmenu .listmenuitem:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.listmenu.contextmenu .listmenuitem:last-child{border-bottom-right-radius:4px;border-bottom-left-radius:4px;border-bottom-width:0}.listmenu.contextmenu .listmenuitem:hover,.listmenu.contextmenu .listmenuitem:focus{background-color:rgba(204,225,238,0.5)}.listmenu.contextmenu .listmenuitem:focus-visible{border-radius:0}.listmenu.contextmenu .listmenuitem .icon{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;justify-content:center;color:#a3a3a3;margin-right:0.5rem;width:1.5rem}.listmenu.contextmenu .listmenuitem .text{color:#1a1a1a;font-size:.875rem;font-weight:600;line-height:1.4}.react-datepicker__month-container{height:100%}.react-datepicker-wrapper .react-datepicker__input-container input{margin-bottom:0;max-width:7.5rem}.react-datepicker-wrapper .react-datepicker__input-container input.react-datepicker-ignore-onclickoutside{border-color:#0069aa;border-bottom-left-radius:0;border-bottom-right-radius:0}.react-datepicker-wrapper .react-datepicker__input-container input:read-only{background-color:#fff;cursor:text}.react-datepicker-popper{margin-bottom:2rem;z-index:1}.react-datepicker-popper[data-placement="top-start"]{transform:translate3d(75px, 34px, 0) !important}.react-datepicker-popper .react-datepicker{background-color:#fff;border-color:#0069aa;border-top-left-radius:0;border-top-right-radius:0}.react-datepicker-popper .react-datepicker__header{background-color:#0069aa;border-radius:0}.react-datepicker-popper .react-datepicker__navigation--previous{border-right-color:#98cff2}.react-datepicker-popper .react-datepicker__navigation--next{border-left-color:#98cff2}.react-datepicker-popper .react-datepicker__current-month,.react-datepicker-popper .react-datepicker__day-name{color:#fff}.react-datepicker-popper .react-datepicker__day--selected{border-radius:0;background-color:#98cff2}.react-datepicker-popper .react-datepicker__day--disabled{color:#ccc}.react-datepicker-popper .react-datepicker__time-container{width:auto}.react-datepicker-popper .react-datepicker__time-container .react-datepicker-time__header{color:#fff}.react-datepicker-popper .react-datepicker__time-container .react-datepicker__time-box{width:100px}.react-datepicker-popper .react-datepicker__time-container .react-datepicker__time-box .react-datepicker__time-list{padding-right:0 !important}.sortable-drag-helper{transform:scale(1.2);z-index:3000;position:absolute}.sortable-drag-helper .number{display:flex;flex-flow:row nowrap;box-shadow:0 0 5px rgba(0,0,0,0.35);align-items:center;justify-content:center;position:absolute;right:-10px;bottom:-10px;height:20px;width:20px;border-radius:50%;background-color:#0069aa;color:#fff;text-align:center;font-size:.75rem;font-weight:600;line-height:1}.draggable-icon{width:120px}.ui-sortable-placeholder{background-color:rgba(56,163,225,0.4) !important;visibility:visible !important}.ui-sortable-placeholderx{background-color:rgba(56,163,225,0.4) !important;visibility:visible !important;width:100px}.tile-view .ui-sortable-placeholder{border-radius:4px}.cp-droptarget-active .text,.cp-droptarget-active .icon{color:#23c059 !important}.zone-tab{z-index:0}.zone-tab,.playlist-items-container{position:relative;height:100%}.zone-tab .drop-target-wrapper,.playlist-items-container .drop-target-wrapper{position:relative;height:100%;overflow-x:auto;overflow-y:hidden}.zone-tab .drop-target-wrapper>div,.playlist-items-container .drop-target-wrapper>div{height:100%}.layout-previewer .drop-target-wrapper.cp-droptarget-active .ui-droppable::after{font-size:230%}.media-items .drop-target-wrapper,.primary-pane .drop-target-wrapper{position:relative}.media-items .drop-target-wrapper.cp-droptarget-active,.primary-pane .drop-target-wrapper.cp-droptarget-active{background:transparent}.media-items .drop-target-wrapper.cp-droptarget-active::after,.primary-pane .drop-target-wrapper.cp-droptarget-active::after{content:"Drop files to Upload";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:rgba(56,163,225,0.4);border:4px solid #38a3e1;display:flex;justify-content:center;align-items:center;font-size:3.8vmax;color:#fff;text-shadow:0 3px 6px rgba(0,105,170,0.4);text-align:center}.media-items .drop-target-wrapper.cp-droptarget-active>div,.primary-pane .drop-target-wrapper.cp-droptarget-active>div{-webkit-filter:blur(2px);-moz-filter:blur(2px);-o-filter:blur(2px);-ms-filter:blur(2px);filter:blur(2px)}.table-view-scroll>div>.drop-target-wrapper{pointer-events:none}.fileupload-field{width:100%}.filter-toolbar{display:flex;justify-content:flex-end;align-items:flex-end;padding:1rem;height:auto;transition:0.25s;background-color:rgba(45,52,67,0.5);box-shadow:0 0 0.5rem rgba(0,0,0,0.25) inset}.filter-toolbar .search-wrapper{max-width:15rem;margin-left:1rem;margin-right:1rem}.filter-toolbar .search-wrapper .searchinator{border:0;padding:0}.filter-toolbar .search-wrapper .searchinator[data-expanded="true"] .search-form .searchbox svg{top:8px}.filter-toolbar .search-wrapper .searchinator input[type="search"]{border-radius:4px;height:30px;background:#fff !important}.filter-toolbar .search-filter-wrapper{display:flex;margin-right:0.5rem}.filter-toolbar .search-filter-wrapper .keyvalues-input{cursor:pointer}.filter-toolbar .search-filter-wrapper .results-summary{order:2;align-self:flex-end;display:flex;align-items:center;padding-right:0.7rem;border-radius:0 4px 4px 0;background-color:#404040;margin-left:-4px}.filter-toolbar .search-filter-wrapper .results-summary span{color:white}.filter-toolbar .search-filter-wrapper .searchbox{position:relative;width:15rem}.filter-toolbar .search-filter-wrapper .searchbox svg{position:absolute;margin:0 auto;top:0;left:6px;height:100%;pointer-events:none}.filter-toolbar .search-filter-wrapper input[type="search"],.filter-toolbar .search-filter-wrapper input[type="number"]{border-radius:4px;height:30px;background:#fff !important;margin:0}.filter-toolbar[data-open="false"]{display:none}.filter-toolbar label{color:white}.filter-toolbar .select-field{width:auto;margin:0 0.5rem}.filter-toolbar .select-field select{min-width:8rem}.filter-toolbar .select-field select:hover{border-color:#475862}.filter-toolbar .textfield{margin:0}.form-row{display:flex;flex-flow:row wrap;margin:0 -0.625rem}.form-row .select-field,.form-row .textfield{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem;position:relative}.form-row .instructions{font-size:0.75rem;margin:0.625rem}.form-row .instructions p{margin:0}.form-row .instructions li{margin-left:1rem;list-style:disc}label{color:#2d3443;margin-bottom:3px}label[for]{cursor:pointer}.fieldset>legend{color:#000;font-family:"Roboto Slab",serif;font-size:.875rem;font-weight:700}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:right -1rem center;padding-right:1.25rem;font-size:0.9rem;padding-bottom:0.25rem}select.select-right{direction:rtl;text-align:right}.input-group-subtle{flex:0 0 auto;width:auto;margin-bottom:0;align-self:center}.input-group-subtle>:first-child{border-radius:4px}.input-group-subtle label,.input-group-subtle input,.input-group-subtle select{flex:0 0 auto;width:auto;color:#1a1a1a;font-size:.75rem;font-weight:600;height:1.5rem;line-height:1.2;padding-top:0;padding-bottom:0}.input-group-subtle input,.input-group-subtle select{border-radius:4px;border-color:#d2d2d2}.input-group-subtle input:hover,.input-group-subtle select:hover{border-color:#0069aa}.input-group-subtle input:focus,.input-group-subtle select:focus{box-shadow:none}.input-group-subtle input[type="number"]{-moz-appearance:textfield}.input-group-subtle input[type="number"]::-webkit-inner-spin-button,.input-group-subtle input[type="number"]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.input-group-subtle label{background-color:transparent;border-width:0;padding:0 0.5rem}.input-group-subtle label.label-right{padding:0 0 0 0.5rem}.input-group-subtle .cp-button{padding:0 0.5rem}.icon-label{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;align-items:center;justify-content:flex-start}.icon-label label{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;align-items:center;margin-bottom:0}.icon-label label .cp-icon{margin-right:.625rem;cursor:pointer}.icon-label input{margin-bottom:0}.rich-select-field,.select-field,.textfield{margin-bottom:1.25rem;position:relative;width:100%}.rich-select-field .label-wrapper-inline,.select-field .label-wrapper-inline,.textfield .label-wrapper-inline{display:inline-block}.rich-select-field label,.select-field label,.textfield label{margin-bottom:0.25rem}.rich-select-field input,.rich-select-field select,.select-field input,.select-field select,.textfield input,.textfield select{margin-bottom:0}.TextArea.width-shrink,.switch-wrapper.width-shrink,.rich-select-field.width-shrink,.select-field.width-shrink,.textfield.width-shrink{flex:0 0 auto;width:auto;margin-right:.625rem;margin-left:.625rem}.TextArea.width-1-2,.switch-wrapper.width-1-2,.rich-select-field.width-1-2,.select-field.width-1-2,.textfield.width-1-2{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem}@media print, screen and (min-width: 40em){.TextArea.width-1-2,.switch-wrapper.width-1-2,.rich-select-field.width-1-2,.select-field.width-1-2,.textfield.width-1-2{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.TextArea.width-1-1-2,.switch-wrapper.width-1-1-2,.rich-select-field.width-1-1-2,.select-field.width-1-1-2,.textfield.width-1-1-2{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem}@media print, screen and (min-width: 64em){.TextArea.width-1-1-2,.switch-wrapper.width-1-1-2,.rich-select-field.width-1-1-2,.select-field.width-1-1-2,.textfield.width-1-1-2{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.TextArea.width-1-1-2-1,.switch-wrapper.width-1-1-2-1,.rich-select-field.width-1-1-2-1,.select-field.width-1-1-2-1,.textfield.width-1-1-2-1{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem}@media print, screen and (min-width: 64em){.TextArea.width-1-1-2-1,.switch-wrapper.width-1-1-2-1,.rich-select-field.width-1-1-2-1,.select-field.width-1-1-2-1,.textfield.width-1-1-2-1{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media screen and (min-width: 75em){.TextArea.width-1-1-2-1,.switch-wrapper.width-1-1-2-1,.rich-select-field.width-1-1-2-1,.select-field.width-1-1-2-1,.textfield.width-1-1-2-1{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.TextArea.width-1-2-2-1,.switch-wrapper.width-1-2-2-1,.rich-select-field.width-1-2-2-1,.select-field.width-1-2-2-1,.textfield.width-1-2-2-1{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem}@media print, screen and (min-width: 40em){.TextArea.width-1-2-2-1,.switch-wrapper.width-1-2-2-1,.rich-select-field.width-1-2-2-1,.select-field.width-1-2-2-1,.textfield.width-1-2-2-1{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media print, screen and (min-width: 64em){.TextArea.width-1-2-2-1,.switch-wrapper.width-1-2-2-1,.rich-select-field.width-1-2-2-1,.select-field.width-1-2-2-1,.textfield.width-1-2-2-1{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media screen and (min-width: 75em){.TextArea.width-1-2-2-1,.switch-wrapper.width-1-2-2-1,.rich-select-field.width-1-2-2-1,.select-field.width-1-2-2-1,.textfield.width-1-2-2-1{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.TextArea.width-1-3,.switch-wrapper.width-1-3,.rich-select-field.width-1-3,.select-field.width-1-3,.textfield.width-1-3{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem}@media print, screen and (min-width: 40em){.TextArea.width-1-3,.switch-wrapper.width-1-3,.rich-select-field.width-1-3,.select-field.width-1-3,.textfield.width-1-3{width:calc(33.33333% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.TextArea.width-1-1-3,.switch-wrapper.width-1-1-3,.rich-select-field.width-1-1-3,.select-field.width-1-1-3,.textfield.width-1-1-3{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem}@media print, screen and (min-width: 64em){.TextArea.width-1-1-3,.switch-wrapper.width-1-1-3,.rich-select-field.width-1-1-3,.select-field.width-1-1-3,.textfield.width-1-1-3{width:calc(33.33333% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.TextArea.width-1-1-auto,.switch-wrapper.width-1-1-auto,.rich-select-field.width-1-1-auto,.select-field.width-1-1-auto,.textfield.width-1-1-auto{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem}@media print, screen and (min-width: 40em){.TextArea.width-1-1-auto,.switch-wrapper.width-1-1-auto,.rich-select-field.width-1-1-auto,.select-field.width-1-1-auto,.textfield.width-1-1-auto{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media print, screen and (min-width: 64em){.TextArea.width-1-1-auto,.switch-wrapper.width-1-1-auto,.rich-select-field.width-1-1-auto,.select-field.width-1-1-auto,.textfield.width-1-1-auto{flex:1 1 0px;width:auto;margin-right:.625rem;margin-left:.625rem}}.TextArea.width-1-1-2-3,.switch-wrapper.width-1-1-2-3,.rich-select-field.width-1-1-2-3,.select-field.width-1-1-2-3,.textfield.width-1-1-2-3{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem}@media print, screen and (min-width: 40em){.TextArea.width-1-1-2-3,.switch-wrapper.width-1-1-2-3,.rich-select-field.width-1-1-2-3,.select-field.width-1-1-2-3,.textfield.width-1-1-2-3{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media print, screen and (min-width: 64em){.TextArea.width-1-1-2-3,.switch-wrapper.width-1-1-2-3,.rich-select-field.width-1-1-2-3,.select-field.width-1-1-2-3,.textfield.width-1-1-2-3{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media screen and (min-width: 75em){.TextArea.width-1-1-2-3,.switch-wrapper.width-1-1-2-3,.rich-select-field.width-1-1-2-3,.select-field.width-1-1-2-3,.textfield.width-1-1-2-3{width:calc(33.33333% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.TextArea.width-1-2-3,.switch-wrapper.width-1-2-3,.rich-select-field.width-1-2-3,.select-field.width-1-2-3,.textfield.width-1-2-3{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem}@media print, screen and (min-width: 40em){.TextArea.width-1-2-3,.switch-wrapper.width-1-2-3,.rich-select-field.width-1-2-3,.select-field.width-1-2-3,.textfield.width-1-2-3{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media print, screen and (min-width: 64em){.TextArea.width-1-2-3,.switch-wrapper.width-1-2-3,.rich-select-field.width-1-2-3,.select-field.width-1-2-3,.textfield.width-1-2-3{width:calc(33.33333% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.TextArea.width-2-3,.switch-wrapper.width-2-3,.rich-select-field.width-2-3,.select-field.width-2-3,.textfield.width-2-3{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}@media print, screen and (min-width: 40em){.TextArea.width-2-3,.switch-wrapper.width-2-3,.rich-select-field.width-2-3,.select-field.width-2-3,.textfield.width-2-3{width:calc(33.33333% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.TextArea.width-2-3-3,.switch-wrapper.width-2-3-3,.rich-select-field.width-2-3-3,.select-field.width-2-3-3,.textfield.width-2-3-3{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}@media print, screen and (min-width: 64em){.TextArea.width-2-3-3,.switch-wrapper.width-2-3-3,.rich-select-field.width-2-3-3,.select-field.width-2-3-3,.textfield.width-2-3-3{width:calc(33.33333% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.TextArea.width-1-4,.switch-wrapper.width-1-4,.rich-select-field.width-1-4,.select-field.width-1-4,.textfield.width-1-4{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}@media print, screen and (min-width: 40em){.TextArea.width-1-4,.switch-wrapper.width-1-4,.rich-select-field.width-1-4,.select-field.width-1-4,.textfield.width-1-4{width:calc(25% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.TextArea.width-2-3-4,.switch-wrapper.width-2-3-4,.rich-select-field.width-2-3-4,.select-field.width-2-3-4,.textfield.width-2-3-4{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}@media print, screen and (min-width: 40em){.TextArea.width-2-3-4,.switch-wrapper.width-2-3-4,.rich-select-field.width-2-3-4,.select-field.width-2-3-4,.textfield.width-2-3-4{width:calc(33.33333% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media print, screen and (min-width: 64em){.TextArea.width-2-3-4,.switch-wrapper.width-2-3-4,.rich-select-field.width-2-3-4,.select-field.width-2-3-4,.textfield.width-2-3-4{width:calc(25% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.TextArea.width-3-4,.switch-wrapper.width-3-4,.rich-select-field.width-3-4,.select-field.width-3-4,.textfield.width-3-4{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem}@media print, screen and (min-width: 40em){.TextArea.width-3-4,.switch-wrapper.width-3-4,.rich-select-field.width-3-4,.select-field.width-3-4,.textfield.width-3-4{width:calc(75% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.TextArea label:not(.switch-paddle),.switch-wrapper label:not(.switch-paddle),.rich-select-field label:not(.switch-paddle),.select-field label:not(.switch-paddle),.textfield label:not(.switch-paddle){margin-bottom:0.25rem}.TextArea.title input,.switch-wrapper.title input,.rich-select-field.title input,.select-field.title input,.textfield.title input{font-size:1.125rem;height:2.25rem}@media print, screen and (min-width: 40em){.TextArea.title input,.switch-wrapper.title input,.rich-select-field.title input,.select-field.title input,.textfield.title input{font-size:1.375rem;height:2.5rem;padding-top:0.5rem;padding-bottom:0.5rem}}.TextArea.align-left,.switch-wrapper.align-left,.rich-select-field.align-left,.select-field.align-left,.textfield.align-left{text-align:left}.TextArea.hashelpbutton label,.TextArea.hassublabel label,.switch-wrapper.hashelpbutton label,.switch-wrapper.hassublabel label,.rich-select-field.hashelpbutton label,.rich-select-field.hassublabel label,.select-field.hashelpbutton label,.select-field.hassublabel label,.textfield.hashelpbutton label,.textfield.hassublabel label{display:inline-block}.TextArea .sublabel,.switch-wrapper .sublabel,.rich-select-field .sublabel,.select-field .sublabel,.textfield .sublabel{float:right;font-size:0.875rem}.select-field.flex-shrink,.textfield.flex-shrink{flex:0 0 auto;width:auto;margin-left:2rem}.select-field.flex-shrink:first-child,.textfield.flex-shrink:first-child{margin-left:0}.select-field.label-inline,.textfield.label-inline{display:flex;flex-flow:row wrap;align-items:baseline}.select-field.label-inline label,.textfield.label-inline label{flex:0 0 auto;width:auto;margin-right:0.5rem}.select-field.label-inline input,.select-field.label-inline select,.textfield.label-inline input,.textfield.label-inline select{flex:0 0 auto;width:auto}.select-field.label-inline-split,.textfield.label-inline-split{display:flex;flex-flow:row wrap;align-items:baseline}.select-field.label-inline-split label,.textfield.label-inline-split label{width:50%;padding-right:0.5rem;text-align:right}.select-field.label-inline-split input,.select-field.label-inline-split select,.textfield.label-inline-split input,.textfield.label-inline-split select{width:50%}.select-field.label-large label,.textfield.label-large label{font-size:1rem;margin-right:0.75rem}.rich-select-field .item-field-wrapper .textfield{flex-direction:column}.rich-select-field .item-field-wrapper .dropdown-button{color:#666;position:absolute;left:0.25rem;width:calc(100% - 0.5rem);bottom:1.25rem;justify-content:flex-end}.rich-select-item-container{position:absolute;background-color:white;width:inherit;border-radius:4px;z-index:3;outline:none;overflow:auto;display:flex;flex-direction:column;align-items:center;padding:2px}.rich-select-item-container.darken{background:#404040;border:1px solid #666}.rich-select-item-container.darken .item-row-container{color:#fff;border-bottom-color:#666}.rich-select-item-container.darken .item-row-container:hover{color:#404040}.rich-select-item-container.darken .item-row-container .custom-thumbnail .cp-icon{margin:0.25rem}.rich-select-item-container.darken .item-row-container .select-item-description{font-size:0.75rem;margin-top:0.25rem}.rich-select-item-container .item-row-container{display:flex;align-items:center;min-height:2rem;border-bottom:1px solid #d2d2d2;padding:4px 8px;color:black;font-size:1rem}.rich-select-item-container .item-row-container .select-item-container{background:#404040;border:1px solid #666}.rich-select-item-container .item-row-container .select-item-container .item-row-container{color:#fff;border-bottom-color:#666}.rich-select-item-container .item-row-container .select-item-container .item-row-container:hover{color:#404040}.rich-select-item-container .item-row-container:hover{background:#ddd}.rich-select-item-container .item-row-container:first-child{border-radius:4px 4px 0 0}.rich-select-item-container .item-row-container:last-child{border-bottom:none;border-radius:0 0 4px 4px}.rich-select-item-container .item-row-container .custom-thumbnail{width:4rem;margin:0 1rem;display:flex;align-items:center;justify-content:center}.rich-select-item-container .item-row-container .select-item-input{margin:0.5rem;margin-left:0.25rem}.rich-select-item-container .item-row-container .select-item-info{text-align:left;line-height:1.4}.rich-select-item-container .item-row-container .select-item-info .select-item-label{display:flex;align-items:center;height:100%}.textfield .error-text{background-color:#bd110e;border-radius:0 0 4px 4px;bottom:0;color:#fff;font-size:.75rem;font-weight:600;line-height:1;padding:0;position:absolute;opacity:0;left:0;transform:translateY(98%);transition:transform 0.33s ease;z-index:1}.textfield.invalid input{border-color:#bd110e;border-bottom-left-radius:0}.textfield.invalid textarea{border-color:#bd110e;border-bottom-left-radius:0}.textfield.invalid .error-text{opacity:1;padding:0.5rem}.textfield.attached .attached-wrapper{display:flex;position:relative}.textfield.attached .attached-wrapper input:disabled{background-color:white;cursor:default}.textfield.attached .attached-wrapper .cp-button{margin:0;margin-left:-0.25rem}.textfield.attached .attached-wrapper:first-child{padding-right:0}.textfield.attached .attached-wrapper:last-child{padding-left:0}.temporary-error-text{background-color:#bd110e;border-radius:4px;color:#fff;font-size:.75rem;font-weight:600;line-height:1;margin:0 1rem;padding:0.5rem}.input-clear{position:absolute;top:0;right:0;height:100%;color:#666;padding:0.25rem 0.75rem;margin:0}.input-clear:hover,.input-clear:focus{color:#bd110e}.input-clear:active{color:#941d1b}.date-picker{position:relative}.date-picker.full-width{width:100%}.date-picker.full-width .react-datepicker-wrapper{width:100%}.date-picker.full-width .react-datepicker__input-container{width:100%}.date-picker.full-width .react-datepicker__input-container input{max-width:none}.cp-panel--dark label,.advanced-settings-panel label,.darken label{color:rgba(255,255,255,0.7);font-weight:600}.cp-panel--dark select,.advanced-settings-panel select,.darken select{background:#404040;border-color:#666;color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 24'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bfill:%23666666;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EForm-Select-Down-Alt%3C/title%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Crect class='cls-1' width='32' height='24'/%3E%3Cpath class='cls-2' d='M3.76,2,16,14.37,28.24,2,32,5.83,16,22,0,5.83Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");background-size:10px;background-repeat:no-repeat;background-position:right 5px center}.cp-panel--dark select:focus,.advanced-settings-panel select:focus,.darken select:focus{box-shadow:none;border-color:#38a3e1}.cp-panel--dark [type="text"],.cp-panel--dark [type="password"],.cp-panel--dark [type="date"],.cp-panel--dark [type="datetime"],.cp-panel--dark [type="datetime-local"],.cp-panel--dark [type="month"],.cp-panel--dark [type="week"],.cp-panel--dark [type="email"],.cp-panel--dark [type="number"],.cp-panel--dark [type="tel"],.cp-panel--dark [type="time"],.cp-panel--dark [type="url"],.cp-panel--dark [type="color"],.cp-panel--dark textarea,.advanced-settings-panel [type="text"],.advanced-settings-panel [type="password"],.advanced-settings-panel [type="date"],.advanced-settings-panel [type="datetime"],.advanced-settings-panel [type="datetime-local"],.advanced-settings-panel [type="month"],.advanced-settings-panel [type="week"],.advanced-settings-panel [type="email"],.advanced-settings-panel [type="number"],.advanced-settings-panel [type="tel"],.advanced-settings-panel [type="time"],.advanced-settings-panel [type="url"],.advanced-settings-panel [type="color"],.advanced-settings-panel textarea,.darken [type="text"],.darken [type="password"],.darken [type="date"],.darken [type="datetime"],.darken [type="datetime-local"],.darken [type="month"],.darken [type="week"],.darken [type="email"],.darken [type="number"],.darken [type="tel"],.darken [type="time"],.darken [type="url"],.darken [type="color"],.darken textarea{background:#404040;border-color:#666;color:#fff}.cp-panel--dark [type="text"]:focus,.cp-panel--dark [type="password"]:focus,.cp-panel--dark [type="date"]:focus,.cp-panel--dark [type="datetime"]:focus,.cp-panel--dark [type="datetime-local"]:focus,.cp-panel--dark [type="month"]:focus,.cp-panel--dark [type="week"]:focus,.cp-panel--dark [type="email"]:focus,.cp-panel--dark [type="number"]:focus,.cp-panel--dark [type="tel"]:focus,.cp-panel--dark [type="time"]:focus,.cp-panel--dark [type="url"]:focus,.cp-panel--dark [type="color"]:focus,.cp-panel--dark textarea:focus,.advanced-settings-panel [type="text"]:focus,.advanced-settings-panel [type="password"]:focus,.advanced-settings-panel [type="date"]:focus,.advanced-settings-panel [type="datetime"]:focus,.advanced-settings-panel [type="datetime-local"]:focus,.advanced-settings-panel [type="month"]:focus,.advanced-settings-panel [type="week"]:focus,.advanced-settings-panel [type="email"]:focus,.advanced-settings-panel [type="number"]:focus,.advanced-settings-panel [type="tel"]:focus,.advanced-settings-panel [type="time"]:focus,.advanced-settings-panel [type="url"]:focus,.advanced-settings-panel [type="color"]:focus,.advanced-settings-panel textarea:focus,.darken [type="text"]:focus,.darken [type="password"]:focus,.darken [type="date"]:focus,.darken [type="datetime"]:focus,.darken [type="datetime-local"]:focus,.darken [type="month"]:focus,.darken [type="week"]:focus,.darken [type="email"]:focus,.darken [type="number"]:focus,.darken [type="tel"]:focus,.darken [type="time"]:focus,.darken [type="url"]:focus,.darken [type="color"]:focus,.darken textarea:focus{box-shadow:none;border-color:#38a3e1}.cp-panel--dark fieldset,.advanced-settings-panel fieldset,.darken fieldset{border-color:#404040}.cp-panel--dark legend,.advanced-settings-panel legend,.darken legend{color:#fff;padding:0 .3125rem}.cp-panel--dark .react-datepicker-wrapper .react-datepicker__input-container input.react-datepicker-ignore-onclickoutside,.advanced-settings-panel .react-datepicker-wrapper .react-datepicker__input-container input.react-datepicker-ignore-onclickoutside,.darken .react-datepicker-wrapper .react-datepicker__input-container input.react-datepicker-ignore-onclickoutside{border-color:#38a3e1}.cp-panel--dark .react-datepicker-wrapper .input:disabled,.cp-panel--dark .react-datepicker-wrapper input[readonly],.cp-panel--dark .react-datepicker-wrapper textarea:disabled,.cp-panel--dark .react-datepicker-wrapper textarea[readonly],.advanced-settings-panel .react-datepicker-wrapper .input:disabled,.advanced-settings-panel .react-datepicker-wrapper input[readonly],.advanced-settings-panel .react-datepicker-wrapper textarea:disabled,.advanced-settings-panel .react-datepicker-wrapper textarea[readonly],.darken .react-datepicker-wrapper .input:disabled,.darken .react-datepicker-wrapper input[readonly],.darken .react-datepicker-wrapper textarea:disabled,.darken .react-datepicker-wrapper textarea[readonly]{background:#404040;cursor:pointer}.cp-panel--dark .react-datepicker-popper .react-datepicker,.advanced-settings-panel .react-datepicker-popper .react-datepicker,.darken .react-datepicker-popper .react-datepicker{background:#404040}.cp-panel--dark .react-datepicker__header,.advanced-settings-panel .react-datepicker__header,.darken .react-datepicker__header{border:none}.cp-panel--dark .react-datepicker-popper .react-datepicker__day,.advanced-settings-panel .react-datepicker-popper .react-datepicker__day,.darken .react-datepicker-popper .react-datepicker__day{color:#fff}.cp-panel--dark .react-datepicker-popper .react-datepicker__day:hover,.advanced-settings-panel .react-datepicker-popper .react-datepicker__day:hover,.darken .react-datepicker-popper .react-datepicker__day:hover{background:#98cff2;color:#404040}.cp-panel--dark .react-datepicker-popper .react-datepicker__day--selected,.advanced-settings-panel .react-datepicker-popper .react-datepicker__day--selected,.darken .react-datepicker-popper .react-datepicker__day--selected{color:#fff;background:#38a3e1;font-weight:700}.cp-panel--dark .react-datepicker-popper .react-datepicker__day--disabled,.advanced-settings-panel .react-datepicker-popper .react-datepicker__day--disabled,.darken .react-datepicker-popper .react-datepicker__day--disabled{color:rgba(255,255,255,0.3)}.cp-panel--dark .switch-wrapper .visible-label,.advanced-settings-panel .switch-wrapper .visible-label,.darken .switch-wrapper .visible-label{color:rgba(255,255,255,0.7)}.cp-panel--dark .weekly-schedule-select .cp-button,.advanced-settings-panel .weekly-schedule-select .cp-button,.darken .weekly-schedule-select .cp-button{background:#465761;border-color:transparent;color:rgba(255,255,255,0.3)}.cp-panel--dark .weekly-schedule-select .cp-button:hover,.advanced-settings-panel .weekly-schedule-select .cp-button:hover,.darken .weekly-schedule-select .cp-button:hover{background:#3c7596}.cp-panel--dark .weekly-schedule-select .cp-button.selected,.advanced-settings-panel .weekly-schedule-select .cp-button.selected,.darken .weekly-schedule-select .cp-button.selected{border-color:transparent;background-color:#38a3e1;color:#fff}.cp-panel--dark .weekly-schedule-select .cp-button.selected:hover,.advanced-settings-panel .weekly-schedule-select .cp-button.selected:hover,.darken .weekly-schedule-select .cp-button.selected:hover{opacity:0.5}.cp-panel--dark .switch input:checked ~ .switch-paddle::after,.advanced-settings-panel .switch input:checked ~ .switch-paddle::after,.darken .switch input:checked ~ .switch-paddle::after{background-color:#38a3e1 !important}.cp-panel--dark .switch .switch-paddle,.advanced-settings-panel .switch .switch-paddle,.darken .switch .switch-paddle{border-color:transparent;background:#2d3443}.cp-panel--dark .switch-paddle::after,.advanced-settings-panel .switch-paddle::after,.darken .switch-paddle::after{background:#465761}.cp-panel--dark input:checked ~ .switch-paddle,.advanced-settings-panel input:checked ~ .switch-paddle,.darken input:checked ~ .switch-paddle{background:#465761;border-color:transparent}.cp-panel--dark .input-clear,.advanced-settings-panel .input-clear,.darken .input-clear{color:#d2d2d2}.cp-panel--dark .input-clear:hover,.cp-panel--dark .input-clear:focus,.advanced-settings-panel .input-clear:hover,.advanced-settings-panel .input-clear:focus,.darken .input-clear:hover,.darken .input-clear:focus{color:#bd110e}.cp-panel--dark .input-clear:active,.advanced-settings-panel .input-clear:active,.darken .input-clear:active{color:#941d1b}.width-50pct{width:50% !important}.width-20pct{width:20% !important}.width-15pct{width:15% !important}.language-indicator{display:inline-block;background-color:#cbcbcb;padding:0.1rem 0.4rem;border-radius:0.25rem;margin-left:0.5rem;font-size:0.75rem;position:relative;bottom:0.125rem}.TextArea.full-width{width:calc(100% - 1.25rem);margin-right:0.625rem;margin-left:0.625rem}.fullscreenloader{visibility:hidden;display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;bottom:0;right:0;z-index:1000;background-color:rgba(255,255,255,0);transition:background-color 1s ease, visibility 1s ease}.fullscreenloader .fullscreenloader-content{padding:25px;background-color:#fff;opacity:0;transition:all 250ms ease;border-radius:8px;min-width:250px;display:flex;align-items:center;justify-content:center;flex-direction:column;box-shadow:0 0 20px rgba(0,0,0,0.35)}.fullscreenloader .fullscreenloader-content p{margin:10px 0 0;font-size:1.125rem}.fullscreenloader .small-spinner{width:42px;height:42px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAABGdBTUEAALGPC/xhBQAAFYpJREFUeAHlXG1wVcd53j1fVxfdi4RAqhCSkDHGuIynTkOcwdhBeOxQ3EImbsRgMJ1kktrTyXjaTuu/rdzpJD/6J00bz8STOh+2cQbG4+bLBCdEqo3Bbt2OjQ0x2NhC6ANJ5kNI4n6cj+3z7Lnn6OoigSSEAHFgtefs2bNn9znP+7677+5eKa7h8cW9p8pHBv164csa4Xt1gVK10jAqgyBISilTqFpSKKGUEDkpVd4QIhsIY9AQQa8SstcSbm9len7Hz79UPXStmiFn88WPva3sw8c6V8jAWOGL4Hah5BKAY0opWA8JqBBLk3XCmckLXT+ghZumAqpA00Aqr4En8iE/MnUi5X1pqkNLjIZ3d2+Ref3cLPwJK3gVX6QAyrrdJ5p8T34uCMRdwCSJxgKJQAMQEDACVAARNzSAQYB0DRSB5ZmwWM0SAImxfp458DEILNhq7JfS2rf/kdojfNNVbB5ee5WO1jZl/aa7e7WS/jo0eiHYo4FBc8AgMimQQFBOEUAykGBqRoZVvwjAkMECykCoPqD30p0rG/c+s1q6V6OpMw7gZ7//tp1IL1oNfNYJYVRooNBgDRRaEAKoIdAgIsWaAgMnBBAib6Bs/A8ZjFdqUdevVOKMMILdCxa4v9rz0G25mQRyRgFcu6v7dj/n/yngWYCCwQQQBQdBxKkWwXEBZCuBNiMAYBgEfHwRnhyAYDjB5D8t8rp8Aiv7hBX8+8FHmg4gaUaOGQHwgV1nKi64wxtFoFYqg5KpATG1uAE5AggodTpFmXQEXwydDh0W6q4QQOTWIng5APFVwg9CHUig8EqCBiZaGrywEmhfmA/3qTF0e/GBDqSSzr+++nBt/5WieMUANu/sWZn13M3CNJIGWo0G4B/xIgPJvhAosoqNHA/AQiOYH3kmx0ANIN9TsMpQA4UPVACQ9UB5qEFYDwA9BlglLtiG+PZr2xtfK7x/WtG0AWzZpcyeXOf9vpCfC8EBk8JKQ90EEpzTFQ+BDFmoRbPAmLDhwFmJjFL+cUtap3yp+hOG1y9UYrh6sZVdJaqzbNVhMVA2POAnh8x8WuREHT5EXeCrpTATd6hALOAn0wDy8ymoigJ4lAAkhADCNGsAwf1CugYcddq9aqTxe888Pj0jMy0Am9tUWb678ytoSD3qGn9hNpYgaiZqEdUyg/tjAUSjukxlvKMsdWz/1oZezSM+PMWDXaS1O3sbhfDuUoFaD+CWowKhSBcYSQDDD6vfAgxDyUC6NjLE2FDykC+zT7716G3np1gFvHKKx+afDaQHhjItgKSaX5IiyiLQZzDABkkdGIsy0pHF1AxVyoN6+++kab+9b9sf9E3xtZPK/sCunsYLeXcD6vQQgCpHHQuAheCFzBwVaVaOBYOmiFVHel7iianqxSkBuOYHJ6tEImgBXPNBMy0KfD8qzE6XBpLdFQLIivHL43DByQNLLHVw95aGDNOv9rH2Pz5IB2XJLwOgh4FRhRZdvjQESne8WWUCGILHD60wojFOJaX5zd9trzsx2TpOGsDmXf2pbO7CVhCsgoWTeVpcoe2KmYgCIUL89vgbqHfTNc5vXt1QOzLZCs1kvuaXz1bmh88/Dpw2ArxQ90EMiJt+T3iiVRBaFMZS9s0zvK/u27ZsUlIyKQCbf/hJWd4xWgDUQuAS6ryC6JYyUQMo1HlT2S/v/4u6zpkEZLplrXn+5J0AqBX1rwGQuuPOsjT7CroScmRRkqitwcaPF1Slv7bnoYWX1Yla7C5VMVrbnGlsgn6rYj4IJwUURpadOxUECkSERkbQ1zB1nemaxA+uF/BY54OPNrxnVs7/Bup7mNc8UF+KMNpP5hXYh3RKFm7dNnh6+Ht0fujMl/hzWQC73ZNr0TOrjcqAWFJmoaPDA/oF/WEj4BXE+1Cd0/j8tRLZQpXGjfb/WeVZjImfQIN/qTNAfHUMkcJpjINmJW6AEZ9574POvxu3sKLES4rwvS+cWBYo+SdAixotzBsEupvAMsh4g18x/JavH9ja+D9FZV+3p2tePLkNRPhb8IDAQTfqtrGF5INWUWisBtWU1hP7ty/57USNiZEvzUCj4SvZrMEruglzi3eE/zQTAZ7jy5/fKOCxKQcfadhpBP6T5EV0RMzT1xE7kcEPvG/f91LH4ihfaTwhgDk3uxbgORBQDzEGCVp0A5zDKWz4UUGBH7S372j4KLq+UeL9O25ph078DjCiQxaWmdaZXRloIurH+JCVXtb4h/iy5KQo4+ide174eCnswlIYBK3beAcndAEAv/AgE/G299/c0fR/UdqNFh/YvvQ5qL//1PUOuzQxHrqbFoo2W/7APTu77h+vffED0c3mtjYLau7zAQwDQ5ROcQX90L1TPoMI/O7FdmNbdP9GjevtJf8MRf5uQYQp02iqVviambjCkE8BDP+fmts+KStt50UAur3LbsfjnNDRB/vrxUwEigFgHFpY6ezB3EMsylH+Gy3m/Ekyaf41kOtl3bVFhjGJ2oH+BgyLFukl+V7zkSg9iscAyD6f74tV+BqBYSqfAUY2DgDO44NI3veLTXUXokJu9Hjfw/WnDWk/ifaBddRMWh/SWmqHA9AEJAAyEH+18RWVKG7vGAB7cj3LgX2SGdBDBtNGdV70kBLB0dd3NOmvFaXNhXj/9rr/BfFe0oyjFca/YmNCZoKJtYNnO7cUtzcGECpOBqZ/Bx7iUCbWfdB8HnUe2WgaIiMT1lvFBcyl82S5/BcwbbgYOBDPAnh0xtKfiD6j+iaxitodA7j25b5q+AVSmI7FXU7BjgWSjERBhw/OkkclquBsxhRlMO9ZvhPeEGh/oFByALul9/206+4oOQZQZdwmIOtHgYZHhwKQmODwKhZkfh89OFfjhBv8CEzLAkh6ti00P9KJYFU4vwIyxWKsAaTxkIHfoD1kJchEjBSWcXSmpwRLXnVdXLZ/7ZZz6Ha8wIEqQ5EV1vVDIsV4c9Sl0QB2ia5ajGrDWa6ClyViYhQnzdSH10ULZ6ESZYG5azzgwExINo2JrMz1mOtYlVCEfb+GF8hAHziMDcczcE/RSQAEhfLO/HZL1SDTb4ajbceSo0DmPbaVjCNwOCuEEAFcfIFnGkDY2UVRfw+KjwMOn8qQhoNAwsfcET528/yFlxNDPE5QcZaPAfoPIdaJSoQM3PjdDxOmacyPoKHHWwfaIAQCmciJU9H9myXGxEl72NZQF0IWgV0YIKJARq3asOtklTFcm5pPxpUGOPl8BjyUaftq000jvhFBMOH+e4juIEHTgOEGoORcD6VWxxc8cSdnHPW4l+552pcoUI4ZMMU2gC651otR4TdDrNss5QGCxvZGwFEfRgF+vuWWm3dTMCuY2tA3NFB8iIAyxqTuTce+iCCQ2aPoOOveSZQGgDSgvAbf7rCAW7lvBvAixOnMQWc3kVaGZ12z5bNRpa9VDJ/nh8KPR7UaINjiGCiYhxWY4gtsLLOADiwZtkTPpdzha9WAa/1eiTU7QCucL44qU6TMIKa1RmCGvb3ofmmcthKztt649N3X+toynNOoAxk3bgAD56NfI029SAOWeLwKl2XOah/gePfmepqZ8IeUF/aVwbZYdKN2Q8NVYsdAADHmaGP8sKrlD29aAKu8JUMEjkcEWnGMxPnwdbEPSIfXqHIsznSzn4NXY6zwGDwwSrMwRenRkLAnPeZm4eLw7iMs4KbUg2es7rTIT9AHplMVc0MWvH459vbGAy9Mmz/WCk2ccc7dUao8JdX5HBpGESbBSkRZfWoJE64ELH2cqPXD+SwX2MzKur6J6nCt0l03sxDdO92hK/T/aCtiEKEaz1vwOuQ9jJxNLHb2ufSw5BgsS3Mu9LLLvEoemxOXvgqWQU7zHJEBGUIXWwpQjn7Bk4ZpiQtsLboyetUVJ9CLg8gEepZuTiAyxUbAqbcc4wtuctFdPI7MGArFwNkijlnYGDNimtL3sL6wuHx4wvS14WUvmo0vzjenz5VcDrzymncFweVkExUe2YiJkKOGmVJj9BuB06HAROxTSfN0TgM1TuN0m6W4G7qPjY/nyAEoFq2FC63QizlurOg/PQKXM9WfDhgVBwxQneGSDsOwNv+y96YT43te7LgdYKVBNlphsJD7SLCNVnJ1BhfOSw97ld83nnl8teu7eb0IHFtlwL7RwA9DF/+5c3m9sHycDzVnk+CFWgtxpUMZQzSqM72oCnAQErj/hDryK6x61b1s0yobDIRfBqKiXz26KoHogJnKtUUlTufcco5LfX1fBhshvm6k+rRi4wNcrcVIytcY6wtDuOcjy8vE4sMLbCVcJ9mM3UnF6XP5/P6f9t0KgFYCplEHC3xboCFXphWC0js+NYAPbGscRF43UBbch6YO0IQeA7cdWXbg5zq7Fs5l0IrblvGymyB4GL4qbtLOQqlhzx6GG2AkRBf6T53FCoY3+IwGsBV9HWQ+ywQsvoZ1DsXYgPwy6HSpFjS3tk08sGamOXBsfP5DzFDKL8H0Qs+JmIFQhDzHVg49MtmDFQx6I6QGkO127NRpMi3CgCASzABLURmwRknll92h94pEeeZifM5MfAVkwvAVllavh5R5MA8BnkGsD9KsNK1wWTAAiAFsa6keMYSXj4DzIOkMEUhG4MCxk6lqxhLgKG2uxdwaJj3155RD2AS9cYh6D+wL9V6oE7sPbK17J2p7DCCoqWzH6vdhhRksYfnFwUOa4TvK77qlOnp4rsX5oaGvA7Ay6DkPa2DyYGAe/Wif7INI690K2Ez0LLGK2h4DyIT7Di05C+jGeKBdYO+7o10bZVvpNbtOzrmONfYdr0IH5UE4CDg/GasysBHnHA/DlBiiv86uD3c6FRAcA2BrKxSk5feTeWQclsaMFoSkIFHQh65ZwyVx0Ve40ePmlz+pVH7+b9AOrguEroPF5QhEIuh9MtwrI/F7NMGPS3/UZwyABGLDkfpzXtaLPdB686/NznjRYXrWqdyJmrkwRm7F79vkR8y/B0CL2EKKLESY2p9tRjIsr2ak6quodMewj/kvApAsdOaV9UXARVbYdLF7BMFRti98yzOtRGL9i8du+L7h3q7Or6O/civ6di4IEbJPbxLnLGV4TTE2LfM74y0wvQhAotq+pWYYRmgYToWYeYadUJgnjabbhWdi9bmVnsc9dXzmRjzWvNC5AcbhXnRTgCH0nBwdeeAa42B05EBJAHjgja31b47XxnEBZEa7tqEfjhiXoDEQzDwMOoNhg+fCx5YShNyFNDdkj1f49Zx273NdfwTYHgY4NJoc81Lfw1WlvS+56Brx2USF+fREbZkQwPb10nNcOUDgPIhuVADmADSY0bWZmKcQKr74k1PlUdr1Ht+zs+N+qKbH4RGIJQziqjdUUvchEdIcLjTFEr9/a99U9+lEbQLAlz64iHDINdNOwSK7ZgimbWIlsYdl/RZ+IAaxKHM933Ny7JAX95MuXfrs3qXB2NvV0SIM6/OACGOrws5M9FDQ73MABhDlqnysg8Y9DCp+/cajS398qVpOyMDooV+31J918jk6FePD8JLxl8tja2KmjB8Nri8rn7j32aOp1tbQ5RM/cB2cUFe/2nPyLzG4X01+QbVB59GBR0tL3ELmAUn6BTDfoY4+uKQRq/UvfVyWgXy8FWrv1ef6Fkk7b5Uyj3qQeTzl+tY8LHbFkRn5NGh0lo9cL5sRv/Bid4Pn+S3oj+BH0Tiqp72QCTr1xmMiVp32pBY535rMTxdMCkCCwo5zd/b4QqdsvkGRjVjnZAv6MZn0LHQEmNfOQ7SrXd88OuS98sRyDMSLdQ1zzM6x6Rc9806fC9bDwN4FoGzQDu01MKgHlNhdiFoBK/0zKJREDgxY0eGKrPzW3m80nJlMLScNIAuDU9XKnzxelbTSsPGjzOM9so8AZhJ+YOeUyomcn6iuV6KjQ4imJq+tGbveZwlI7qg8f6b7M/AB/DEgwaQY/kojwR8EAvewIq0AHAdnekcSKgaAYR/PJc3kd6fyy0pTApBAkYlnMt2Vvo2Px6PAPM9GzQCgJzwt0qK62ktm2IcSIjWsY39VC368JfSnMXnGD3pT3JGRlYBrFV5cDqZh8tuAccDPjSppY5aMq+st1BxYYvk3GAlsHYoybGR/Wari6fYvLzg3lYpNGUAWTiPx1vIzqXPOBSthpwICR7E9nw5UleFqAIdSiwMC2FAjgmNDQpGBfHbLbmEMVLfLoWNpuemxz/r/CI09XWbSFqz/UUdFLiFq4QK4FexahG4HRRSRYZNp6OtZMGkEDtf4mSB8ZzKRjAx1IUdj8sSiCuuH09kDPS0ACQQrv/mZ3uRQTdKJRJfpBPDTjK8ovgQwkwyBGwsgRuYDXXa6wjbyPRnbrUppcPmsZy72G04C9BXtqvm/msP+5zphtHd0WMhnQz2U53I5LIxXlQQMXEpjeQqXWUDHcX2F4WAaArdxDcBwAuZpAOnHJHAOAaQOpGjjwTcfrG94pRX9XtZ/qse0AYxe9Nj3lf1u+UfJiuq0BmFo0A0i8CLRZd7IIkMFOMMpITPDA3Yybxr5eRkbi3Owxs5zbB9r7aTvWL40MCvm4Dcb0BdDjFZjrsbhJnrsPwNA8Fj6poP9zfzNs5BxGB9pxhkAjIBSp4GBjKHnQHIBxjGmFYYoi8AFoj97/dGlR6K2TCem9bmigz9cuHH78mEwSQMYgTdRoRo8/BDyRPdnKp1WAfQNGYxCwUwQlr09CA/6eOWO9/SVgse6zoh7vmAYsjQwAEiXqXUffoccoqsb8RQ3TuB4aw//wvaAfZlycMk1DQdzfyaa5zk007QyaGrc9DB/9JdmgP4mTj0YXEvBuRvwkBCBWfzL/X0AKawHycusSOIHHlSO/N2bW2bud25mBMCocRRTfvj17e3msaHmKDmOD+8G8+C7gf6TllOuWUjwOBy80jWwQB7YE8TwddiVCp8ejQm7dnIIzqN3zLqlhzjGjys0AyczCiDrU7Co6Gor+dRTuFzPBgj2Ic0Vy4Ts+rjLoPEISvY/edBs1H1oNn5uCUxkt4hKPwJEk43SR9IBDmg3KjjNPNiESCdQTIki6oFSJBaJB+/VbWv8YHeRq4r1maljxgGMKlYAstB8IaoH0PR03E7BfmPOHTbm4delfDrL2aWlaucv608gvlHZcaxZhysgyf25+M0mAC5zhmF0omvwSVtLU5+ux7b4iRk/uWoAltY0Fu+hj1S+o8myyh0LXtlQfLX5CZ+g+wyLZSNClRaDURkgggLkQb4zA5A/D914BlLbX1Z7vL99/XotphMWclGp00+YNQB1Q2kj4HcohKzukN/9ke1n05a0fWxL9hyP8udbVmDT80gXnRZTX3hYdgJTY4i8MlysaZQim0glRqq8+iF8nHgOZ/pQTO/J/wcIi8TQIH3TRgAAAABJRU5ErkJggg==);background-size:contain;animation:rotation 1s infinite linear}.fullscreenloader.show{transition-delay:5000ms, 0s;transition-duration:5000ms, 0s;visibility:visible;background-color:rgba(255,255,255,0.5)}.fullscreenloader.show .fullscreenloader-content{transition-duration:0.5s;transition-delay:500ms;padding:25px;background-color:#fff;opacity:1}@keyframes rotation{from{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(359deg)}}.quick-nav{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;align-items:center}.quick-nav .primary-nav-button{padding:0;height:auto;margin:0}.quick-nav .primary-nav-button:focus-visible{outline:2px solid #fff !important}.quick-nav .quick-nav-section{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;padding-top:.625rem;padding-bottom:.625rem;padding-right:.625rem;padding-left:.625rem;align-items:center;color:#fff;position:relative;height:3.5rem;padding:0.625rem 1.25rem}@media screen and (min-width: 75em){.quick-nav .quick-nav-section{height:5rem}}.quick-nav .quick-nav-section:hover{background-color:#005991;cursor:pointer}.quick-nav .quick-nav-section.closed{background-color:inherit}.quick-nav .quick-nav-section.closed .primarynav-menu,.quick-nav .quick-nav-section.closed .primarynav-menu>.has-submenu>.submenu{visibility:hidden}.quick-nav .quick-nav-section .section-icon{color:#98cff2}@media screen and (max-width: 63.9375em){.quick-nav .quick-nav-section .section-icon{height:1.5rem;width:auto}}.quick-nav .quick-nav-section h1{font-family:"Roboto Slab",serif;font-weight:400;color:#fff;line-height:1;margin:0 0.625rem 0 0;display:inline-block}.quick-nav .quick-nav-section .droparrow{display:inline-block}.quick-nav .primarynav-menu{box-shadow:0 0 10px rgba(0,0,0,0.35);position:absolute;top:calc(100% - 1px);left:0;background-color:#005991;border-top:1px solid #0079c4;cursor:pointer;display:block;margin:0;list-style-type:none;padding:0;width:100%;opacity:0;overflow:hidden;visibility:hidden}.quick-nav .primarynav-menu li{display:flex;flex-flow:row nowrap;list-style-type:none;margin:0;position:relative}.quick-nav .primarynav-menu li:hover{background-color:#0079c4}.quick-nav .primarynav-menu li:not(:last-child){border-bottom:1px solid #0069aa}.quick-nav .primarynav-menu li a{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;align-items:center;color:#fff;font-family:"Roboto Slab",serif;font-size:1rem;padding:0.75rem 1rem;white-space:nowrap;min-height:3rem}.quick-nav .primarynav-menu li a:hover,.quick-nav .primarynav-menu li a:focus{text-decoration:none}.quick-nav .primarynav-menu li a .section-title{flex:1 1 0px;width:auto;padding:0 0.5rem}.quick-nav .primarynav-menu li.has-submenu:hover>.submenu{height:auto;width:auto;opacity:1;overflow:visible;visibility:visible}.quick-nav .primarynav-menu li .submenu{box-shadow:0 0 10px rgba(0,0,0,0.35);background-color:#005991;border-top:1px solid #0079c4;position:absolute;top:-1px;left:100%;margin:0;height:0;width:0;min-width:10rem;opacity:0;overflow:hidden;visibility:hidden}.quick-nav .primarynav-menu li .submenu li a{font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif}.quick-nav .quick-nav-subsection{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;display:block;max-height:100%;overflow-y:auto}.quick-nav .subpage-menu{align-items:center;padding:.625rem 0}.quick-nav .subpage-menu li{margin-left:1rem}@media print, screen and (min-width: 64em){.quick-nav .subpage-menu li{margin-right:2rem}}@media screen and (min-width: 75em){.quick-nav .subpage-menu li{margin-right:3rem}}@media screen and (min-width: 100em){.quick-nav .subpage-menu li{margin-right:4rem}}.quick-nav .subpage-menu a{color:#98cff2;border-bottom-color:rgba(56,163,225,0);border-style:solid;border-width:0 0 4px;font-size:1.125rem;font-weight:600;padding:0.5rem 0 0.25rem}@media print, screen and (min-width: 64em){.quick-nav .subpage-menu a{font-size:1.125rem}}.quick-nav .subpage-menu a:hover,.quick-nav .subpage-menu a:focus{color:#98cff2;border-bottom-color:#38a3e1;text-decoration:none}.quick-nav .subpage-menu a:focus-visible{outline:2px solid #fff !important}.quick-nav .subpage-menu a.active{color:#fff;font-weight:700;border-bottom-color:#38a3e1}.listmenu.navmenu{position:fixed;z-index:1000;background-color:#fff;border-radius:4px;border:1px solid #e6e6e6;margin-top:0.25rem;margin-bottom:0.25rem;min-width:13rem;padding:0.6rem 0;overflow-x:hidden;overflow-y:auto;max-height:calc(100% - 0.5rem)}.listmenu.navmenu a{background-color:rgba(230,230,230,0);transition:background-color 0.125s ease-in-out;line-height:1.5;margin-top:0.6em;font-family:"Roboto Slab", serif;color:#0069aa;font-size:1.5rem;display:block;text-decoration:none;padding:0 2rem 0 1.2rem}.listmenu.navmenu a:hover{background-color:#e6e6e6}.listmenu.navmenu a:first-child{margin-top:0}.listmenu.navmenu a:last-child{border-bottom-width:0}.listmenu.navmenu a.indent-level-1{font-size:1.125rem;line-height:1.3;color:#000;font-family:inherit;margin-top:0}.listmenu.navmenu a .text{display:block;width:100%}.header-item--user .user-component{display:flex;flex-flow:column nowrap;position:relative;display:flex;flex-flow:row;align-items:flex-end;justify-content:center;background-color:rgba(0,105,170,0);padding:.625rem 1.25rem;min-width:9.5rem;line-height:inherit;border-radius:0}.header-item--user .user-component:focus-visible{outline:2px solid #fff !important;border-radius:4px}@media print, screen and (min-width: 40em){.header-item--user .user-component{padding-top:1rem;padding-bottom:1rem}}.header-item--user .user-component .droparrow{color:white;margin:10px;align-self:flex-start}.header-item--user .user-component:hover{background-color:#005991;cursor:pointer}.header-item--user .user-component:hover .userprofile-contextmenu{height:auto;width:100%;opacity:1;overflow:visible;visibility:visible}.header-item--user .user-component .header-user-text{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;text-align:right}.header-item--user .user-component .header-user-text .header-user-name{font-family:"Roboto Slab",serif;font-size:1rem;font-weight:700;color:#fff;margin-bottom:0.25rem;white-space:nowrap}@media print, screen and (min-width: 40em){.header-item--user .user-component .header-user-text .header-user-name{font-size:1rem;margin-bottom:0.125rem}}.header-item--user .user-component .header-user-text .header-user-company{color:#98cff2;font-size:.875rem;font-weight:600;line-height:1;white-space:nowrap}@media print, screen and (min-width: 40em){.header-item--user .user-component .header-user-text .header-user-company{font-size:.875rem}}.listmenu.usernavmenu{position:fixed;z-index:1000;background-color:#fff;border-radius:4px;margin-top:-0.5em;min-width:20rem;max-height:100%;padding:0.6rem 0}.listmenu.usernavmenu .listmenuitem{width:100%;background-color:rgba(230,230,230,0);transition:background-color 0.125s ease-in-out}.listmenu.usernavmenu .listmenuitem:hover{background-color:#e6e6e6}.listmenu.usernavmenu .listmenuitem:last-child{border-bottom-width:0}.listmenu.usernavmenu .listmenuitem.indent-level-0{font-size:1.125rem;line-height:2;padding:0 1.2rem;display:block;color:#000}.listmenu.usernavmenu .listmenuitem .text{display:block;width:100%;position:relative}.listmenu.usernavmenu .listmenuitem .cp-icon--chevron-down{position:absolute;top:0;right:0}.listmenu.usernavmenu .change-company .cp-icon{height:100%;margin-left:0.5rem;margin-bottom:0.125rem}.listmenu.usernavmenu .change-company--active .cp-icon{transform:rotate(180deg)}.listmenu.usernavmenu .change-company-section{background-color:#d2d2d2;color:#000;list-style-type:none;padding:0;width:100%;opacity:0;overflow:hidden;visibility:hidden;display:none}.listmenu.usernavmenu .change-company-section .loading{left:35%;top:auto}.listmenu.usernavmenu .change-company-section.active{opacity:1;visibility:visible;display:block}.listmenu.usernavmenu .change-company-section.active .companynav--viewall{font-family:"Roboto Slab",serif;font-weight:700;font-size:1rem}.listmenu.usernavmenu .change-company-section.active .companynav--viewall button{display:flex;width:100%;justify-content:space-between;font-weight:700;cursor:pointer}.listmenu.usernavmenu .change-company-section.active .companynav-search{display:flex;padding:0.5rem 0 0.5rem 0.8rem}.listmenu.usernavmenu .change-company-section.active .companynav-search .cp-button.icon:not(:hover) svg{color:#1a1a1a}.listmenu.usernavmenu .change-company-section.active .companynav-search .textfield{margin:0}.listmenu.usernavmenu .change-company-section.active .companynav-search .search--clear{margin-right:0.25rem}.listmenu.usernavmenu .change-company-section.active .companynav-search .search--clear .cp-icon--close{margin:0}.listmenu.usernavmenu .change-company-section.active .submenu{height:20em}.listmenu.usernavmenu .change-company-section.active .device-lookup-response{margin:0 0.5rem 0.5rem 1.5rem;overflow-wrap:anywhere;cursor:auto}.listmenu.usernavmenu .change-company-section.active .device-lookup-response h4{margin:0.5rem 0 0;font-size:1rem;line-height:1rem}.listmenu.usernavmenu .change-company-section.active .device-lookup-response h4:first-child{margin-top:0}.listmenu.usernavmenu .change-company-section.active .device-lookup-response button{color:#0069aa;display:flex;width:100%;cursor:pointer}.listmenu.usernavmenu .change-company-section.active li{color:inherit;font-size:.875rem;font-weight:400;list-style-type:none;position:relative;padding:0.25rem 1.5rem;margin:0;line-height:1;display:flex;align-items:center;justify-content:space-between;min-height:1.5rem;width:20rem}.listmenu.usernavmenu .change-company-section.active li>button{color:#000;display:flex;flex:1;text-align:left;cursor:pointer}.listmenu.usernavmenu .change-company-section.active li:hover{background:#fff}.listmenu.usernavmenu .change-company-section.active li:hover .assign-controls{display:flex}.listmenu.usernavmenu .change-company-section.active li:hover .disabled{display:none}.listmenu.usernavmenu .change-company-section.active li.selected{color:#0069aa}.listmenu.usernavmenu .change-company-section.active li.selected::before{content:"";width:0.5em;height:0.5em;background:currentColor;position:absolute;top:50%;left:0.7em;border-radius:50%;transform:translateY(-50%)}.listmenu.usernavmenu .change-company-section.active li.selected button{color:#0069aa}.listmenu.usernavmenu .change-company-section.active li .disabled{display:flex;color:#dd7808}.listmenu.usernavmenu .change-company-section.active li .assign-controls{display:none}.listmenu.usernavmenu .change-company-section.active li .assign-controls button{display:flex}.listmenu.usernavmenu .change-company-section.active li .assign-controls button .cp-icon{cursor:pointer;margin-left:0.25rem}.listmenu.usernavmenu .change-company-section.active li .assign-controls button .cp-icon--add{color:#23c059}.listmenu.usernavmenu .change-company-section.active li .assign-controls button .cp-icon--subtract{color:#bd110e}dl{color:#000;font-size:1rem;font-weight:400;margin:0;padding:0}dl dt{color:#666;display:inline-block;width:auto}dl dd{-webkit-margin-start:0 !important;display:inline-block;width:auto}abbr[title]{border-bottom:none !important;cursor:inherit !important;text-decoration:none !important}.listmenu .listmenuitem{padding-right:16px;font-size:16px;text-align:left;color:#222;background-color:white;cursor:pointer;display:flex;align-items:center;justify-content:flex-start}.listmenu .listmenuitem .icon{margin-right:16px;height:24px;width:24px;vertical-align:middle;color:#8f8f8f;display:flex;align-items:center;justify-content:center}.listmenu .listmenuitem .text{display:inline-block;vertical-align:middle}.listmenu .listmenuitem.indent-level-0{padding-left:16px}.listmenu .listmenuitem.indent-level-1{padding-left:32px}.listmenu .listmenuitem.indent-level-2{padding-left:48px}.listmenu .listmenuitem:hover{background-color:#e8e8e8}.listmenu .listmenuitem[data-disabled="true"]{pointer-events:none;opacity:0.3}.listmenu .listmenuitem .content-wrapper{display:flex;align-items:center}@keyframes loading-spinner-spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes loading-spinner-fade-in{from{opacity:0}to{opacity:1}}.loading,.loading-popover{border-radius:50%;width:5rem !important;height:5rem !important;border:1rem solid rgba(0,105,170,0.2);border-top-color:#0069aa;margin:auto;opacity:0;animation-name:loading-spinner-spin, loading-spinner-fade-in;animation-duration:1s, 500ms;animation-timing-function:linear;animation-fill-mode:none, forwards;animation-delay:0s, 500ms;animation-iteration-count:infinite, 1}.loading.loading--lite,.loading-popover.loading--lite{border:1rem solid rgba(255,255,255,0.2);border-top-color:#fff}.localization-picker.dark .item{box-shadow:0 1px 0 0 #404040}.localization-picker .divider{border:1px solid gray}.localization-picker .item{height:3rem;box-shadow:0 1px 0 0 #d2d2d2;align-content:center;padding-left:1.25rem;display:flex;align-items:center}.localization-picker .item .drag-handle{width:2.5rem;margin:0 1.4rem 0 0;align-content:center;color:#a3a3a3}.localization-picker .item .drag-handle svg{margin-top:0.4rem}.localization-picker .item .lock{width:2.5rem;margin:0 1.4rem 0 0;align-content:center;color:#a3a3a3}.localization-picker .item .lock svg{margin-top:0.4rem}.localization-picker .item .text{margin:0 0.4rem 0 0;align-content:center;font-weight:700}.localization-picker .item [type='checkbox']{margin:0 1.75rem 0 0}.localization-picker .item.drag{border:1px solid #d2d2d2 !important;background-color:#e6e6e6 !important}.localization-picker .item .default-label{color:#0069aa;font-size:.875rem;font-weight:700;margin-left:auto;align-content:center;margin-right:2rem}.localization-picker .textfield{display:inline-block;margin-right:0.4rem;width:18rem;margin-bottom:0}.localization-picker .add-custom-container{margin-left:3.6rem}.mediawheel{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;position:relative}.mediawheel .timestamp{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;color:#1a1a1a;font-size:.875rem;font-weight:600;line-height:1;text-align:center}.messagebox{display:block}.messagebox .dialog-content .dialog-main{text-align:center}.messagebox .dialog-content .dialog-main p:last-child{margin-bottom:0}.PACActivateContainer{padding:0.5rem;align-self:center;align-items:center;display:flex;flex-direction:column}.PACActivateContainer h1{margin:1rem}.PACActivateContainer h2{text-align:center}.PACActivateContainer .textfield{width:auto;margin:1rem 0 2rem}.PACActivateContainer .textfield input[type="text"]{font-size:4em;height:1.25em;width:6em;text-align:center}.PACActivateContainer .error{margin-top:1rem;color:#bd110e;font-weight:bold;font-size:1.25em}.page-size-selector{margin-left:1rem}.paginator{margin-left:1rem}.paginator input[type='number']{text-align:center;width:1.875rem}.paginator .page-index{padding:0;height:auto;min-width:3.25rem;justify-content:center;cursor:pointer;font-size:0.75rem;font-weight:600;background:transparent;border:none}.paginator .page-index:hover{text-decoration:underline;color:#0069aa}.paginator.light .page-index{color:#fff}.paginator.light .page-index:hover{text-decoration:underline;color:#fff}.paginator.light .page-arrow{color:#fff}.toolbar.sidebar .paginator{margin-left:1rem}.toolbar.sidebar .paginator .input-group-label,.toolbar.sidebar .paginator .cp-button{color:white;height:auto}.player-attribute-editor{margin-bottom:1.25rem}.player-attribute-editor:last-child{margin-bottom:0}.player-attribute-editor .textfield{margin-bottom:0}.player-attribute-editor .textfield .attached-wrapper input[disabled],.player-attribute-editor .textfield .attached-wrapper input[disabled][readonly]{background-color:#e6e6e6}.player-attribute-editor .textfield .attached-wrapper input[readonly]{background-color:#fff}.player-attribute-editor .inheritance{margin:0 0.5rem}.player-attribute-editor .attribute-inheritance-button{color:#404040;font-weight:500;margin:auto;height:auto;text-decoration:underline;font-style:italic;font-size:0.75rem}.attribute-schedule{padding-bottom:0.5rem}.attribute-schedule .attribute-inheritance-button{color:#404040;font-weight:500;margin:auto;height:auto;text-decoration:underline;font-style:italic;font-size:0.75rem}.player-editor .check-in-date-field.textfield{margin-bottom:0}.player-editor .check-in-date-reset-button{color:#404040;font-weight:500;margin:auto;height:auto;text-decoration:underline;font-style:italic;font-size:0.75rem}.player-editor .scheduled-widget-buttons{display:flex;justify-content:space-between;margin-top:0.5rem;align-items:center}.player-editor .attribute-inheritance-text{font-size:0.75rem}.player-editor .attribute-inheritance-button{color:#404040;font-weight:500;margin:auto;height:auto;text-decoration:underline;font-style:italic;font-size:0.75rem}.player-editor .property-wrapper .textfield{margin-bottom:0}.player-editor .property-wrapper .property-sublink{color:#404040;font-weight:500;margin:auto;height:auto;text-decoration:underline;font-style:italic;font-size:0.75rem;margin-bottom:0.75rem}.player-editor .system-audit-data{margin-bottom:0.75rem}.player-editor .system-audit-data:last-child{margin-bottom:0}.playerlogdetails-dialog .dialog-content .dialog-main{font-size:13px;text-align:left;overflow-y:hidden}.playerlogdetails-dialog .dialog-content .dialog-main .general-info{margin:0.5rem 0}.playerlogdetails-dialog .dialog-content .dialog-main .general-info .cp-button{font-size:13px;height:auto}.playerlogdetails-dialog .dialog-content .dialog-main .interactive-panel-wrapper{height:100%}.playerlogdetails-dialog .dialog-content .dialog-main .interactive-panel-wrapper .interactive-general-info{text-align:center;padding:0.5rem;font-size:13px;background-color:#38a3e1;color:#fff}.playerlogdetails-dialog .dialog-content .dialog-main .interactive-panel-wrapper .interactive-general-info .interactive-panel-metric{margin:0 3rem}.playerlogdetails-dialog .dialog-content .dialog-main .interactive-panel-wrapper .interactive-general-info .interactive-panel-metric .interactive-panel-label{font-weight:700}.playerlogdetails-dialog .dialog-content .dialog-main .interactive-panel-wrapper .table-view{height:calc(100% - 32px)}.player-preview{color:#000}.player-preview svg .secondary-color{stroke:#e6e6e6}.player-preview[data-status="Current"] svg .secondary-color{fill:#465761}.player-preview[data-status="InProgress"] svg .secondary-color{fill:#268e4a}.player-preview[data-status="Pending"] svg .secondary-color{fill:#b06000}.player-preview[data-status="Failed"] svg .secondary-color{fill:#941d1b}.popovers{position:fixed;top:0;left:0;z-index:400;overflow:visible}.popovers .popover-wrapper{height:100%;width:100vw;position:fixed;top:0;left:0}.popovers .popover-wrapper>*{box-shadow:0 0.2rem 1.5rem rgba(0,0,0,0.3)}.popovers .popover-wrapper>.sketch-picker{position:fixed}.popovers .loading{position:absolute;left:50%;top:44%;box-shadow:none;border-color:rgba(255,255,255,0.2);z-index:10;border-top-color:white}.popovers .loading.centered{margin:2rem;align-self:center;position:static;left:auto;right:auto;border-color:rgba(0,105,170,0.2);border-top-color:#0069aa}.popovers .overlay{width:100vw;height:100%;background-color:rgba(70,87,97,0.9);box-shadow:none;z-index:499;transition:opacity 0.125s ease-in}.popovers .overlay.invisible{visibility:visible;background-color:transparent}.publish{position:relative}.publish .publish-wrapper{position:relative}.publish .publish-wrapper.publish-popout-open .publish-btn{position:relative;z-index:501;background-color:#465761;border-color:#465761;color:#fff}.publish .publish-wrapper.publish-popout-open .publish-btn.needs-publish{background-color:#23c059;border-color:#23c059}.publish .publish-wrapper .publish-btn{margin-left:0;position:relative;cursor:default}.publish .publish-wrapper .publish-btn.needs-publish{cursor:pointer}.publish .publish-wrapper .publish-popout{display:none;width:11rem;padding:3rem 0.5rem 0.5rem;position:absolute;top:-6px;left:-6px;z-index:500;background-color:#fff;text-align:center;border-radius:4px;box-shadow:0 0 30px rgba(0,0,0,0.35)}.publish .publish-wrapper .publish-popout.needs-publish{border-color:#268e4a}.publish .publish-wrapper .publish-popout .publish-popout-title{font-family:"Roboto Slab",serif;color:#a3a3a3;font-size:.875rem;font-weight:700;margin-bottom:0.25rem}.publish .publish-wrapper .publish-popout .publish-status-graph{text-align:center;padding:1rem 0}.publish .publish-wrapper .publish-popout .publish-status-graph .svg{transform:rotate(-17deg);background:#bd110e;border-radius:50%}.publish .publish-wrapper .publish-popout .publish-status-graph .link{text-align:center;color:#0069aa;margin-top:4px;cursor:pointer}.publish .publish-wrapper .publish-popout .publish-status-details{color:#465761;font-size:.75rem;margin-bottom:1rem}.publish .publish-wrapper .publish-popout .publish-status-details p{margin-bottom:0.5rem}.publish .publish-wrapper .publish-popout .publish-progress{background-color:#23c059;color:white;font-size:1.5em;margin-bottom:0.75rem;width:100%}.publish .publish-wrapper .publish-popout .publish-progress::-webkit-progress-value{background-color:#23c059}.publish .publish-wrapper .publish-popout .cp-button{margin:0;margin-bottom:0.5rem;width:100%}.publish .publish-wrapper .publish-popout .cp-button:last-child{margin-bottom:0}.publish .publish-wrapper .publish-popout .view-details{font-size:.75rem}.publish .publish-wrapper:hover>button{z-index:1000}.publish .publish-wrapper:hover .publish-popout{display:block}.progress-circle svg{transform:rotate(-90deg)}.progress-circle svg circle{transition:stroke-dashoffset 1s linear;fill:none;stroke:#ccc}.progress-circle svg .background{stroke-dashoffset:0}.progress-circle svg .circle-foreground{stroke:#33ab33}.pseudo-select{display:flex;flex-flow:row nowrap;background-color:#fff;border:1px solid #a3a3a3;border-radius:4px;justify-content:space-between;margin:0;padding:.375rem;cursor:pointer}.pseudo-select.expanded{width:100%}.pseudo-select .left,.pseudo-select .right{display:flex;align-items:center}.pseudo-select .left{display:flex;flex-flow:row nowrap;align-items:center;font-size:.9375rem;line-height:1;color:#000}.pseudo-select .left .cp-icon{margin-right:0.5rem;color:rgba(70,87,97,0.5)}.pseudo-select .right{margin-left:0.5rem}.pseudo-select--popout{position:absolute;z-index:10;width:auto;padding:1rem;visibility:hidden;display:none;border:1px solid #d2d2d2;border-radius:0;background-color:#fff;font-size:1rem;display:block;visibility:visible;background-color:#fff;border-radius:0 0 4px 4px;border:1px solid #a3a3a3;padding:0;width:25%;height:50vh}.pseudo-select--popout.is-opening{display:block}.pseudo-select--popout.is-open{visibility:visible;display:block}.pseudo-select--popout .pseudo-select--wrapper{height:50vh}.scrollbar .scrollbar-handle{background-color:rgba(0,0,0,0.2);border-radius:inherit;min-height:6px}.scrollbar .scrollbar-handle.light{background-color:rgba(230,230,230,0.3)}.scrollbar>div:last-child .scrollbar-handle{min-height:0}.Screenfeed{height:100%}.Screenfeed .header-title{height:100%}.Screenfeed .header-title .cp-icon{max-height:2.4rem !important;margin:auto !important}.Screenfeed .preview{background-color:#1a1a1a;height:50%;overflow:hidden;z-index:1;display:flex;align-items:center;justify-content:center}.Screenfeed .preview .screenfeed-preview-frame{display:block;border:none;margin:auto;background-color:#fff;height:100%}.Screenfeed .preview .screenfeed-preview-frame.preview-size--16x9{aspect-ratio:1.7777}.Screenfeed .preview .screenfeed-preview-frame.preview-size--9x16{aspect-ratio:0.5625}.Screenfeed .preview .screenfeed-preview-frame.preview-size--4x3{aspect-ratio:1.3333}.Screenfeed .preview .screenfeed-preview-frame.preview-size--3x4{aspect-ratio:0.75}.Screenfeed .preview-size-select{margin-bottom:unset;width:auto}.Screenfeed .select-field{display:inline-block;margin-right:10px;width:15%}.Screenfeed .textfield{display:inline-block;margin-right:0.4rem;width:15%;margin-bottom:0}.Screenfeed .textfield.company-nums{width:5%;min-width:40px;margin-left:0.4rem}.Screenfeed .textfield-label{display:inline-block;margin-right:0.4rem}.Screenfeed .screenfeed-feed-editor{padding:1rem 3rem}.Screenfeed .screenfeed-feed-editor h4,.Screenfeed .screenfeed-feed-editor h5{font-family:"Roboto Slab",serif;font-weight:600;margin-bottom:0.1rem}.Screenfeed .screenfeed-feed-editor h4{font-size:1.375rem}.Screenfeed .screenfeed-feed-editor h5{font-size:1rem}.Screenfeed .screenfeed-feed-editor .select-field{margin-bottom:1rem}.Screenfeed .picker-screen{display:flex;height:100%;width:100%}.Screenfeed .picker-screen .left-panel{width:25%}.Screenfeed .picker-screen .right-panel{width:75%;background-color:#272727;display:flex;flex-wrap:wrap}.Screenfeed .picker-screen .right-panel .sub-right{width:60%;height:85%;display:flex;flex-direction:column;align-content:center}.Screenfeed .picker-screen .right-panel .sub-right .gif{padding:2rem}.Screenfeed .picker-screen .right-panel .sub-right button{padding:0 2rem;margin:0 auto}.Screenfeed .picker-screen .right-panel .sub-left{width:40%;height:85%}.Screenfeed .picker-screen .right-panel .sub-left .text{padding:2rem}.Screenfeed .picker-screen .right-panel .sub-bottom{width:100%;height:15%;background-color:#333b31;color:#e0ffd5;display:flex}.Screenfeed .picker-screen .right-panel .sub-bottom .icon{height:100%;align-content:center;padding:1rem}.Screenfeed .picker-screen .right-panel .sub-bottom .text{height:100%;align-content:center;padding-right:4rem}.Screenfeed .picker-screen .async-creatable-select{width:40%;margin-bottom:15px}.Screenfeed .picker-screen .picker-screen-list-container{display:flex;flex-direction:column;height:100%}.Screenfeed .picker-screen .picker-screen-list-item{height:100%;box-shadow:0 2px 0 0 #383838;align-content:center;padding-left:1.5rem}.Screenfeed .picker-screen .picker-screen-list-item.selected{background-color:#469ad4}.Screenfeed .screenfeed-picker{display:flex;flex-wrap:wrap}.Screenfeed .screenfeed-picker label{margin-right:1rem}.Screenfeed .settings-container{margin-bottom:1rem;margin-top:0.25rem}.Screenfeed .settings-container.screenfeed-picker{display:flex;flex-wrap:wrap}.Screenfeed .settings-container.screenfeed-picker label{margin-right:1rem}.Screenfeed .settings-container [type='checkbox'],.Screenfeed .settings-container [type='radio']{margin:0 0.4rem 0.5rem 0}.Screenfeed .settings-container .sub-setting{margin:0 0 0.2rem 1.5rem}.Screenfeed .settings-container .sub-setting.time-zone{width:18%}.screenshot-widget{display:flex;justify-content:center}.screenshot-widget .screenshot{margin:0;display:flex;flex-direction:column;align-items:center}.screenshot-widget .screenshot img{border:0.35rem solid #000}.screenshot-widget .screenshot .screenshot-neck{width:2.125rem;height:0.35rem;background-color:#000}.screenshot-widget .screenshot .screenshot-base{width:6.25rem;height:0.65rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;background-color:#000}.screenshot-widget .screenshot:hover .screenshot-overlay{display:block}.screenshot-widget .screenshot-overlay{position:fixed;margin-top:0.35rem;color:white;cursor:pointer;display:none}.screenshot-widget .screenshot-overlay .screenshot-overlay-content{height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,0.3);padding:0.25rem 0.5rem;border:1px solid #000;border-radius:0.25rem}.player-screenshot-img{max-height:200px}.player-screenshot-dialog .dialog-header{display:flex;justify-content:space-between;align-items:center}.player-screenshot-dialog .dialog-header .title{flex-grow:2;margin:0;word-break:break-all}.player-screenshot-dialog .dialog-main{overflow:unset}.player-screenshot-dialog .screenshot-dialog{display:flex;flex:1 1 0;height:100%;background-color:#f2f2f2;min-height:600px}.player-screenshot-dialog .screenshot-dialog img:empty::before{content:'Screenshot Not Found';display:flex;margin:1rem;align-items:center;justify-content:center;font-style:italic}.player-screenshot-dialog .screenshot-dialog .screenshot-list{flex:0 0 auto;display:flex;flex-direction:column;min-height:100%;width:15.625rem}.player-screenshot-dialog .screenshot-dialog .screenshot-list-item{padding:1rem;text-align:center}.player-screenshot-dialog .screenshot-dialog .screenshot-list-item:not(:last-child){border-bottom:1px solid #e6e6e6}.player-screenshot-dialog .screenshot-dialog .screenshot-list-item img{border:1px solid #404040;display:block;margin-bottom:0.5rem;margin-left:auto;margin-right:auto}.player-screenshot-dialog .screenshot-dialog .screenshot-list-item.selected{background-color:#38a3e1;color:#fff}.player-screenshot-dialog .screenshot-dialog .screenshot-display{flex:1 1 0;display:flex;flex-flow:column;align-items:center;justify-content:center;padding:2rem;background-color:#e6e6e6;overflow:hidden}.player-screenshot-dialog .screenshot-dialog .screenshot-display .cp-button{min-height:1.875rem}.player-screenshot-dialog .screenshot-dialog .screenshot-display img{max-height:100%;border:0.25rem solid #000}.searchinator{align-items:center;border-radius:4px;cursor:pointer;display:flex;max-width:100%;min-width:1.5rem;transition:all 0.25s ease-in-out}.searchinator .search__form{display:flex;flex-flow:row nowrap;width:100%}.searchinator .search__input{border-color:#d2d2d2;border-right:none;border-radius:4px 0 0 4px;box-shadow:none;margin:0}.searchinator .search__submit{border-radius:0 4px 4px 0;margin:0}.searchinator .search__summary{align-items:center;background-color:#d2d2d2;color:#000;display:flex;font-size:.75rem;font-weight:700;line-height:1;padding:0 0.5rem;white-space:nowrap}.searchinator .search__summary>.cp-button{margin:0 0.5rem 0 0;color:inherit;padding:0;height:auto}.searchinator:hover{box-shadow:0 0 4px #d2d2d2}.searchinator:hover .search__input::placeholder{color:#666}.searchinator:focus-within{box-shadow:0 0 4px #0069aa}.searchinator:focus-within .search__input::placeholder{color:#d2d2d2}.searchinator[data-search-performed="true"],.searchinator:focus-within{opacity:1}.searchinator.light{background-color:#fff}.searchinator.light .search__submit{background-color:#1f4872}.searchinator.light .search__submit.disabled{opacity:0.8}.cp-panel--dark .searchinator[data-search-performed="false"]:not(:focus-within) .search__input,.secondary-pane .searchinator[data-search-performed="false"]:not(:focus-within) .search__input{background-color:#fff}.cp-panel--dark .searchinator[data-search-performed="false"]:not(:focus-within) .search__input[value=""],.cp-panel--dark .searchinator[data-search-performed="false"]:not(:focus-within) .search__input:not([value]),.secondary-pane .searchinator[data-search-performed="false"]:not(:focus-within) .search__input[value=""],.secondary-pane .searchinator[data-search-performed="false"]:not(:focus-within) .search__input:not([value]){background-color:rgba(255,255,255,0.1);border-color:transparent}.cp-panel--dark .searchinator[data-search-performed="false"]:not(:focus-within) .search__input[value=""]::placeholder,.cp-panel--dark .searchinator[data-search-performed="false"]:not(:focus-within) .search__input:not([value])::placeholder,.secondary-pane .searchinator[data-search-performed="false"]:not(:focus-within) .search__input[value=""]::placeholder,.secondary-pane .searchinator[data-search-performed="false"]:not(:focus-within) .search__input:not([value])::placeholder{color:#a3a3a3}.cp-panel--dark .searchinator[data-search-performed="false"]:not(:focus-within):hover .search__input::placeholder,.secondary-pane .searchinator[data-search-performed="false"]:not(:focus-within):hover .search__input::placeholder{color:#e6e6e6}.cp-panel--dark .searchinator[data-search-performed="false"]:not(:focus-within):focus .search__input::placeholder,.secondary-pane .searchinator[data-search-performed="false"]:not(:focus-within):focus .search__input::placeholder{color:#d2d2d2}.cp-panel--dark .searchinator[data-search-performed="true"] .search__input,.cp-panel--dark .searchinator:focus-within .search__input,.secondary-pane .searchinator[data-search-performed="true"] .search__input,.secondary-pane .searchinator:focus-within .search__input{background-color:#fff}.search-results-header{background-color:#cce1ee;border-bottom:1px solid #f2f2f2;padding:6px 12px}.search-results-header h2{color:#1a1a1a;font-size:1.125rem;font-weight:600;margin:0}.search-results-folders{border-bottom:1px solid #d2d2d2}.search-results-folders .tile-view{padding-top:1.25rem}optgroup{color:rgba(255,255,255,0.5);background-color:rgba(64,64,64,0.99);font-weight:300}optgroup option{color:#fff}.sliding-panel{background-color:#fff;overflow-x:hidden;pointer-events:none;height:100%;z-index:100;position:absolute;width:90%;right:-90%;visibility:hidden;transition:right 0.25s ease-in-out, visibility 0s linear 0.25s}@media print, screen and (min-width: 40em){.sliding-panel{width:80%;right:-80%}}.sliding-panel[data-open="true"]{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;box-shadow:0 0 10px rgba(0,0,0,0.35);pointer-events:auto;visibility:visible;transition:right 0.25s ease-in-out, visibility 0s linear 0s;right:0}.sliding-panel .close-btn{color:#d2d2d2;position:absolute;top:0.625rem;left:0.625rem}.sliding-panel .close-btn:hover,.sliding-panel .close-btn:focus{color:#666}.sliding-panel .close-btn svg{width:12px;height:12px}@media screen and (min-width: 75em){.sliding-panel .close-btn svg{width:1rem;height:1rem}}.snackbar{position:fixed;bottom:-100%;right:0;padding:0.5rem 1rem;margin:1rem;border-radius:0.25rem;font-size:1.75rem;color:#fff;background-color:#23c059;cursor:default;display:flex;justify-content:space-between;transition:0.75s ease-in-out;z-index:99999}.snackbar .cp-button{border:1px solid grey;border-radius:0.25rem}.snackbar.open{bottom:0%}.snackbar.snackbarError{background-color:#bd110e}.sort-dialog-sortable-item{min-height:50px;border-bottom:1px solid #d2d2d2;padding:0.625rem;display:flex;font-size:0.8125rem;font-weight:bold;background-color:#e6e6e6}.sort-dialog-sortable-item .cell{display:flex;flex-direction:column;justify-content:center}.sort-dialog-sortable-item .cell.drag-handle{width:auto}.sort-dialog-sortable-item .cell.drag-handle .sort-dialog-drag-handle{display:flex;justify-content:center;cursor:grab}.sort-dialog-sortable-item .cell.drag-handle .sort-dialog-drag-handle .cp-icon{display:block;color:#a3a3a3}.sort-dialog-sortable-item .cell.sort-dialog-sortable-item-label{padding-left:0.625rem;width:calc(100% - 24px)}.sort-dialog-drag-helper{z-index:1000}.sort-dialog-drag-helper.sort-dialog-sortable-item{border-top:1px solid #d2d2d2}.snarf-sort-select{display:flex;flex-flow:row nowrap;align-items:center;background-color:rgba(204,225,238,0);margin:0 .3125rem;padding:0 .3125rem;border-radius:4px;transition:background-color 0.25s ease-in-out}.snarf-sort-select:hover,.snarf-sort-select:focus{background-color:rgba(204,225,238,0.5)}.snarf-sort-select select{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background-color:transparent;background-image:none;border-radius:0;border-color:transparent;color:#1a1a1a;font-size:.75rem;font-weight:600;padding:0 0.25rem !important;direction:rtl;text-align:right}.snarf-sort-select select::-ms-expand{display:none}.snarf-sort-select select:focus{border-color:transparent;box-shadow:none;color:#0069aa}.snarf-sort-select select option{direction:ltr}.snarf-sort-select .cp-button{align-self:stretch;align-items:center;color:#666;display:flex;padding:0 .3125rem}.snarf-sort-select .cp-button:hover,.snarf-sort-select .cp-buttonfocus{color:#0069aa}.split-button .cp-button:first-child{border-radius:4px 0 0 4px}.split-button .cp-button+.cp-button{margin-left:1px;border-radius:0 4px 4px 0}.split-button .slab{font-family:"Roboto Slab",serif;font-weight:700}.split-button .split-button-menu{display:none;position:fixed;z-index:1000}.split-button .split-button-menu.active{display:block}.split-button .popover-content li{padding:0 16px}.textfield.attached .attached-wrapper .split-button .cp-button+.cp-button{margin-left:1px}.status-wheel{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;position:relative}.status-wheel .wheel-details{display:flex;flex-flow:column nowrap;pointer-events:none;align-items:center;justify-content:center;position:absolute;top:0;left:0;width:100%;height:100%;color:#1a1a1a;font-size:.875rem;font-weight:600;line-height:1;text-align:center}.status-wheel .wheel-details h3{color:#000;font-family:"Roboto Slab",serif;line-height:1;margin-bottom:0 !important;text-transform:uppercase}.status-wheel .wheel-details h3 .item-data{font-family:"Lato",sans-serif;font-size:1.375rem}.status-wheel .wheel-details h3 .item-label{font-size:1rem;font-weight:400}.status-wheel .wheel-details h3 .item-sublabel{font-size:.75rem;font-weight:400}.switch-wrapper{display:flex;flex-flow:row nowrap;align-items:baseline}.switch-wrapper .visible-label{color:#1a1a1a;font-size:.875rem;font-weight:600;margin-bottom:0;margin-right:0.5rem}.switch-wrapper .visible-label.right{margin-right:0;margin-left:0.5rem}.switch-wrapper .help-button.icon{top:0.125rem}.switch-wrapper .disabled{position:relative;top:0.125rem;margin-left:0.5rem;color:#666}.switch{width:2rem}.switch:has(:focus-visible) label{outline:2px solid #0069aa;outline-offset:3px}.switch .switch-paddle{width:100%;border:1px solid #d2d2d2}.switch .switch-paddle::after{width:1rem;height:1rem;top:-0.25rem}.switch input:not(:checked) ~ .switch-paddle::after{left:-1px}.switch input:checked ~ .switch-paddle::after{background-color:#0069aa !important;left:calc(100% - 1rem + 1px)}.table-view th,.table-view td,.nested-content th,.nested-content td{height:50px}.table-view th.header-checkbox,.table-view th[data-column-type="checkbox"],.table-view td.header-checkbox,.table-view td[data-column-type="checkbox"],.nested-content th.header-checkbox,.nested-content th[data-column-type="checkbox"],.nested-content td.header-checkbox,.nested-content td[data-column-type="checkbox"]{padding-right:0;width:1.5rem;max-width:1.5rem}.table-view th.header-checkbox input[type="checkbox"],.table-view th[data-column-type="checkbox"] input[type="checkbox"],.table-view td.header-checkbox input[type="checkbox"],.table-view td[data-column-type="checkbox"] input[type="checkbox"],.nested-content th.header-checkbox input[type="checkbox"],.nested-content th[data-column-type="checkbox"] input[type="checkbox"],.nested-content td.header-checkbox input[type="checkbox"],.nested-content td[data-column-type="checkbox"] input[type="checkbox"]{height:13px;width:13px;margin:0}.table-view th.column-icon,.table-view td.column-icon,.nested-content th.column-icon,.nested-content td.column-icon{width:2.75rem;min-width:2.75rem;max-width:2.75rem;text-align:center;vertical-align:middle;padding-left:.5rem;padding-right:0}.table-view th.column-icon button,.table-view td.column-icon button,.nested-content th.column-icon button,.nested-content td.column-icon button{display:table-cell;height:1.5rem;max-height:1.5rem;width:1.5rem;max-width:1.5rem}.table-view th.column-thumbnail,.table-view td.column-thumbnail,.nested-content th.column-thumbnail,.nested-content td.column-thumbnail{width:4.375rem;min-width:4.375rem;max-width:4.375rem;text-align:center}.table-view th.column-thumbnail .initials-wrapper,.table-view td.column-thumbnail .initials-wrapper,.nested-content th.column-thumbnail .initials-wrapper,.nested-content td.column-thumbnail .initials-wrapper{display:flex;height:100%;align-items:center;justify-content:center;min-height:2rem}.table-view th.column-thumbnail .initials-wrapper .initials-outer,.table-view td.column-thumbnail .initials-wrapper .initials-outer,.nested-content th.column-thumbnail .initials-wrapper .initials-outer,.nested-content td.column-thumbnail .initials-wrapper .initials-outer{border:1px solid #0069aa;color:#0069aa;border-radius:6px;display:flex;height:100%;align-items:center;justify-content:center;min-width:75%;min-height:2rem}.table-view th.column-thumbnail .initials-wrapper .initials-outer .initials-inner,.table-view td.column-thumbnail .initials-wrapper .initials-outer .initials-inner,.nested-content th.column-thumbnail .initials-wrapper .initials-outer .initials-inner,.nested-content td.column-thumbnail .initials-wrapper .initials-outer .initials-inner{text-transform:uppercase;letter-spacing:0.125rem;margin-right:-0.125em;font-size:1rem}.table-view th.column-name,.table-view td.column-name,.nested-content th.column-name,.nested-content td.column-name{min-width:9.375rem;word-break:break-all;hyphens:none}@media screen and (max-width: 63.9375em){.table-view th.column-name,.table-view td.column-name,.nested-content th.column-name,.nested-content td.column-name{min-width:6.25rem}}.table-view th.column-email,.table-view td.column-email,.nested-content th.column-email,.nested-content td.column-email{width:15.625rem;min-width:15.625rem;max-width:15.625rem;word-break:break-all}@media screen and (min-width: 75em){.table-view th.column-email,.table-view td.column-email,.nested-content th.column-email,.nested-content td.column-email{width:18.75rem;min-width:18.75rem;max-width:18.75rem}}.table-view th.column-phone,.table-view th.column-small,.table-view td.column-phone,.table-view td.column-small,.nested-content th.column-phone,.nested-content th.column-small,.nested-content td.column-phone,.nested-content td.column-small{width:8.75rem;max-width:8.75rem;min-width:8.75rem;word-break:break-all}@media screen and (max-width: 63.9375em){.table-view th.column-phone,.table-view th.column-small,.table-view td.column-phone,.table-view td.column-small,.nested-content th.column-phone,.nested-content th.column-small,.nested-content td.column-phone,.nested-content td.column-small{width:7.5rem;min-width:7.5rem;max-width:7.5rem}}.table-view th.column-screen-icon,.table-view td.column-screen-icon,.nested-content th.column-screen-icon,.nested-content td.column-screen-icon{width:45px;word-break:break-all}.table-view th.column-description,.table-view td.column-description,.nested-content th.column-description,.nested-content td.column-description{width:18.75rem;min-width:18.75rem;max-width:18.75rem;text-align:left;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media screen and (max-width: 63.9375em){.table-view th.column-description,.table-view td.column-description,.nested-content th.column-description,.nested-content td.column-description{width:12.5rem;min-width:12.5rem;max-width:12.5rem}}.table-view th.column-text-nowrap,.table-view td.column-text-nowrap,.nested-content th.column-text-nowrap,.nested-content td.column-text-nowrap{text-align:left;white-space:nowrap}.table-view th.column-text-breakword,.table-view td.column-text-breakword,.nested-content th.column-text-breakword,.nested-content td.column-text-breakword{word-break:break-word}.table-view th.column-text-xxlarge,.table-view td.column-text-xxlarge,.nested-content th.column-text-xxlarge,.nested-content td.column-text-xxlarge{width:31.25rem;min-width:31.25rem;max-width:31.25rem;text-align:center}.table-view th.column-text-xxlarge .table-view-head-wrapper,.table-view td.column-text-xxlarge .table-view-head-wrapper,.nested-content th.column-text-xxlarge .table-view-head-wrapper,.nested-content td.column-text-xxlarge .table-view-head-wrapper{justify-content:center}@media screen and (max-width: 63.9375em){.table-view th.column-text-xxlarge,.table-view td.column-text-xxlarge,.nested-content th.column-text-xxlarge,.nested-content td.column-text-xxlarge{width:28.125rem;min-width:28.125rem;max-width:28.125rem}}.table-view th.column-text-large,.table-view td.column-text-large,.nested-content th.column-text-large,.nested-content td.column-text-large{width:12.5rem;min-width:12.5rem;max-width:12.5rem;text-align:center}.table-view th.column-text-large .table-view-head-wrapper,.table-view td.column-text-large .table-view-head-wrapper,.nested-content th.column-text-large .table-view-head-wrapper,.nested-content td.column-text-large .table-view-head-wrapper{justify-content:center}@media screen and (max-width: 63.9375em){.table-view th.column-text-large,.table-view td.column-text-large,.nested-content th.column-text-large,.nested-content td.column-text-large{width:9.375rem;min-width:9.375rem;max-width:9.375rem}}.table-view th.column-date-time,.table-view th.column-text-medium,.table-view td.column-date-time,.table-view td.column-text-medium,.nested-content th.column-date-time,.nested-content th.column-text-medium,.nested-content td.column-date-time,.nested-content td.column-text-medium{width:6.25rem;max-width:6.25rem;min-width:6.25rem;text-align:left}@media print, screen and (min-width: 40em){.table-view th.column-date-time,.table-view th.column-text-medium,.table-view td.column-date-time,.table-view td.column-text-medium,.nested-content th.column-date-time,.nested-content th.column-text-medium,.nested-content td.column-date-time,.nested-content td.column-text-medium{width:9.6875rem;min-width:9.6875rem;max-width:9.6875rem}}.table-view th[data-value="Offline"],.table-view td[data-value="Offline"],.nested-content th[data-value="Offline"],.nested-content td[data-value="Offline"]{color:#bd110e}.table-view th[data-value="Online"],.table-view td[data-value="Online"],.nested-content th[data-value="Online"],.nested-content td[data-value="Online"]{color:#005aa6}.table-view th.column-text-small,.table-view td.column-text-small,.nested-content th.column-text-small,.nested-content td.column-text-small{width:7.5rem;max-width:7.5rem;min-width:7.5rem;text-align:center}.table-view th.column-text-small .table-view-head-wrapper,.table-view td.column-text-small .table-view-head-wrapper,.nested-content th.column-text-small .table-view-head-wrapper,.nested-content td.column-text-small .table-view-head-wrapper{justify-content:center}.table-view th.column-filesize,.table-view th.column-date,.table-view th.column-text-xsmall,.table-view td.column-filesize,.table-view td.column-date,.table-view td.column-text-xsmall,.nested-content th.column-filesize,.nested-content th.column-date,.nested-content th.column-text-xsmall,.nested-content td.column-filesize,.nested-content td.column-date,.nested-content td.column-text-xsmall{width:6.25rem;max-width:6.25rem;min-width:6.25rem;text-align:center}.table-view th.column-filesize .table-view-head-wrapper,.table-view th.column-date .table-view-head-wrapper,.table-view th.column-text-xsmall .table-view-head-wrapper,.table-view td.column-filesize .table-view-head-wrapper,.table-view td.column-date .table-view-head-wrapper,.table-view td.column-text-xsmall .table-view-head-wrapper,.nested-content th.column-filesize .table-view-head-wrapper,.nested-content th.column-date .table-view-head-wrapper,.nested-content th.column-text-xsmall .table-view-head-wrapper,.nested-content td.column-filesize .table-view-head-wrapper,.nested-content td.column-date .table-view-head-wrapper,.nested-content td.column-text-xsmall .table-view-head-wrapper{justify-content:center}.table-view th.column-filesize.column-text-align--left .table-view-head-wrapper,.table-view th.column-date.column-text-align--left .table-view-head-wrapper,.table-view th.column-text-xsmall.column-text-align--left .table-view-head-wrapper,.table-view td.column-filesize.column-text-align--left .table-view-head-wrapper,.table-view td.column-date.column-text-align--left .table-view-head-wrapper,.table-view td.column-text-xsmall.column-text-align--left .table-view-head-wrapper,.nested-content th.column-filesize.column-text-align--left .table-view-head-wrapper,.nested-content th.column-date.column-text-align--left .table-view-head-wrapper,.nested-content th.column-text-xsmall.column-text-align--left .table-view-head-wrapper,.nested-content td.column-filesize.column-text-align--left .table-view-head-wrapper,.nested-content td.column-date.column-text-align--left .table-view-head-wrapper,.nested-content td.column-text-xsmall.column-text-align--left .table-view-head-wrapper{justify-content:start}.table-view th.column-filesize:not(th),.table-view td.column-filesize:not(th),.nested-content th.column-filesize:not(th),.nested-content td.column-filesize:not(th){text-transform:uppercase}.table-view th.column-itemcount,.table-view th.column-xxsmall,.table-view td.column-itemcount,.table-view td.column-xxsmall,.nested-content th.column-itemcount,.nested-content th.column-xxsmall,.nested-content td.column-itemcount,.nested-content td.column-xxsmall{width:5rem;max-width:5rem;min-width:5rem;text-align:center}.table-view th.column-itemcount .table-view-head-wrapper,.table-view th.column-xxsmall .table-view-head-wrapper,.table-view td.column-itemcount .table-view-head-wrapper,.table-view td.column-xxsmall .table-view-head-wrapper,.nested-content th.column-itemcount .table-view-head-wrapper,.nested-content th.column-xxsmall .table-view-head-wrapper,.nested-content td.column-itemcount .table-view-head-wrapper,.nested-content td.column-xxsmall .table-view-head-wrapper{justify-content:center}.table-view th[data-column-type="context-menu"],.table-view th.context-menu,.table-view td[data-column-type="context-menu"],.table-view td.context-menu,.nested-content th[data-column-type="context-menu"],.nested-content th.context-menu,.nested-content td[data-column-type="context-menu"],.nested-content td.context-menu{width:2.25rem;min-width:2.25rem;max-width:2.25rem;text-align:center;vertical-align:middle}.table-view th[data-column-type="context-menu"] .table-view-head-wrapper,.table-view th.context-menu .table-view-head-wrapper,.table-view td[data-column-type="context-menu"] .table-view-head-wrapper,.table-view td.context-menu .table-view-head-wrapper,.nested-content th[data-column-type="context-menu"] .table-view-head-wrapper,.nested-content th.context-menu .table-view-head-wrapper,.nested-content td[data-column-type="context-menu"] .table-view-head-wrapper,.nested-content td.context-menu .table-view-head-wrapper{justify-content:center}.table-view th[data-column-type="context-menu"] svg,.table-view th.context-menu svg,.table-view td[data-column-type="context-menu"] svg,.table-view td.context-menu svg,.nested-content th[data-column-type="context-menu"] svg,.nested-content th.context-menu svg,.nested-content td[data-column-type="context-menu"] svg,.nested-content td.context-menu svg{display:table-cell}.table-view th.column-action-button,.table-view td.column-action-button,.nested-content th.column-action-button,.nested-content td.column-action-button{width:2.25rem;min-width:2.25rem;max-width:2.25rem;text-align:center}.table-view th.column-action-button .table-view-head-wrapper,.table-view td.column-action-button .table-view-head-wrapper,.nested-content th.column-action-button .table-view-head-wrapper,.nested-content td.column-action-button .table-view-head-wrapper{justify-content:center}.table-view th.column-toggle-icon,.table-view td.column-toggle-icon,.nested-content th.column-toggle-icon,.nested-content td.column-toggle-icon{text-align:center;justify-content:center;min-width:5.5rem}.table-view th.column-toggle-icon .table-view-head-wrapper,.table-view td.column-toggle-icon .table-view-head-wrapper,.nested-content th.column-toggle-icon .table-view-head-wrapper,.nested-content td.column-toggle-icon .table-view-head-wrapper{justify-content:center}.table-view th.column-switch,.table-view td.column-switch,.nested-content th.column-switch,.nested-content td.column-switch{text-align:right;vertical-align:middle}.table-view th.column-switch .table-cell-switch-wrapper,.table-view td.column-switch .table-cell-switch-wrapper,.nested-content th.column-switch .table-cell-switch-wrapper,.nested-content td.column-switch .table-cell-switch-wrapper{display:flex;justify-content:end;align-items:center;height:100%;width:100%}.table-view th.column-switch .table-cell-switch-wrapper .switch-wrapper,.table-view td.column-switch .table-cell-switch-wrapper .switch-wrapper,.nested-content th.column-switch .table-cell-switch-wrapper .switch-wrapper,.nested-content td.column-switch .table-cell-switch-wrapper .switch-wrapper{position:absolute;right:1.25rem}.table-view th.column-text-align--left,.table-view td.column-text-align--left,.nested-content th.column-text-align--left,.nested-content td.column-text-align--left{text-align:left}.table-view th.column-text-align--center,.table-view td.column-text-align--center,.nested-content th.column-text-align--center,.nested-content td.column-text-align--center{text-align:center}.table-view th.column-text-align--center .table-view-head-wrapper,.table-view td.column-text-align--center .table-view-head-wrapper,.nested-content th.column-text-align--center .table-view-head-wrapper,.nested-content td.column-text-align--center .table-view-head-wrapper{justify-content:center}.table-view th.column-text-align--right,.table-view td.column-text-align--right,.nested-content th.column-text-align--right,.nested-content td.column-text-align--right{text-align:right}.table-view th.column-text-align--right .table-view-head-wrapper,.table-view td.column-text-align--right .table-view-head-wrapper,.nested-content th.column-text-align--right .table-view-head-wrapper,.nested-content td.column-text-align--right .table-view-head-wrapper{justify-content:end}.table-view th.column-hidden,.table-view td.column-hidden,.nested-content th.column-hidden,.nested-content td.column-hidden{display:none}.table-view th.linethrough,.table-view td.linethrough,.nested-content th.linethrough,.nested-content td.linethrough{text-decoration:line-through}.table-view th.width-full,.table-view td.width-full,.nested-content th.width-full,.nested-content td.width-full{width:100%}.table-view th .table-view-head-wrapper,.nested-content th .table-view-head-wrapper{display:flex;flex-direction:row;align-items:center}.table-view th .cp-icon--ColumnSortDescending,.table-view th .cp-icon--ColumnSortAscending,.nested-content th .cp-icon--ColumnSortDescending,.nested-content th .cp-icon--ColumnSortAscending{width:6px !important;max-width:6px !important;height:8px !important;max-height:8px !important}.table-view.table-small th.column-icon,.table-view.table-small td.column-icon,.nested-content.table-small th.column-icon,.nested-content.table-small td.column-icon{width:1.625rem;min-width:1.625rem;max-width:1.625rem;padding-right:15px;text-align:center;color:rgba(0,0,0,0.7)}.table-view.table-small th.column-thumbnail,.table-view.table-small td.column-thumbnail,.nested-content.table-small th.column-thumbnail,.nested-content.table-small td.column-thumbnail{width:2.5rem;min-width:2.5rem;max-width:2.5rem;text-align:center}.content-panel .table-view thead tr th.column-name,.content-panel .table-view thead tr td.column-name,.content-panel .table-view tbody tr th.column-name,.content-panel .table-view tbody tr td.column-name{word-break:break-all;hyphens:none;text-overflow:ellipsis}.has-screen-icon .table-view .player-name,.player-picker-content .table-view .player-name{width:calc(100% - 45px)}.react-tabs{flex:1 1 0px;width:auto;display:flex;flex-flow:column nowrap;height:100%;width:100%}.react-tabs__tab-list{margin:0;overflow-x:auto;overflow-y:hidden;padding:0;position:relative;white-space:nowrap;text-align:center;display:block}.react-tabs__tab-list::before{background-color:#38a3e1;bottom:0;border-width:0;content:"";display:block;height:2px;left:0;padding:0;position:absolute;width:100%;z-index:1}.react-tabs__tab{background-color:rgba(255,255,255,0);border-color:#38a3e1;border-radius:0;border-style:solid;border-width:0 0 2px;color:#465761;margin:0 0 -4px;padding:0.625rem 1rem;transition:none;font-family:Roboto Slab, serif;font-weight:700;letter-spacing:0.5px;line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;z-index:2;font-size:0.75rem;max-width:14rem;min-width:9rem;display:inline-block;bottom:-1px;position:relative;cursor:pointer}.react-tabs__tab--selected{background-color:#f2f2f2;border-color:#38a3e1;color:#465761;border-width:2px;border-bottom-color:transparent}.react-tabs__tab--selected.soft-select{color:#0069aa}.react-tabs__tab--disabled{color:#a3a3a3;cursor:default}.react-tabs__tab:focus{outline:none}.react-tabs__tab:focus::after{content:"";position:absolute;height:5px;left:-4px;right:-4px;bottom:-5px;background:#fff}.react-tabs__tab.soft-select,.react-tabs__tab:hover{color:#38a3e1}.react-tabs__tab-panel{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;display:none;width:100%;flex:1 1 100%;background-color:rgba(255,255,255,0);color:#465761;margin:0 0 -4px 0;padding:0;transition:none;letter-spacing:0.5px;line-height:1;overflow:hidden;text-overflow:ellipsis;z-index:2;font-size:.75rem}.react-tabs__tab-panel--selected{display:inline-block}.react-tabs.dialog-settings .react-tabs__tab-list{background-color:#000;border-bottom-width:0;padding:10px 1.25rem 0 1.25rem;justify-content:center}.react-tabs.dialog-settings .react-tabs__tab{min-width:7.5rem;border-width:2px;border-color:transparent;color:#6598c6;font-weight:700;font-size:.875rem;max-width:100%;transition:color 0.25s ease-in-out}.react-tabs.dialog-settings .react-tabs__tab:first-child{margin-left:0}.react-tabs.dialog-settings .react-tabs__tab:last-child{margin-right:0}.react-tabs.dialog-settings .react-tabs__tab:hover,.react-tabs.dialog-settings .react-tabs__tab:focus{box-shadow:none;color:#38a3e1}.react-tabs.dialog-settings .react-tabs__tab--selected{border-color:#38a3e1;background-color:#1a1a1a;border-bottom:none;color:#38a3e1}.react-tabs.dialog-settings .TabPanel__Content{padding:1.25rem;height:100%;color:#e6e6e6}.react-tabs.dialog-settings .TabPanel__Content.advanced-settings .switch-wrapper{margin-bottom:1.25em}.react-tabs.dialog-settings .react-tabs__tab-panel{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;display:none;background-color:#1a1a1a;border-top-width:0;height:100%;color:#e6e6e6}.react-tabs.dialog-settings .react-tabs__tab-panel.react-tabs__tab-panel--selected{display:flex;background-color:#1a1a1a;border-bottom-color:#1a1a1a;color:#6598c6}.react-tabs.dialog-settings.light .react-tabs__tab-list{background-color:transparent;padding-bottom:1rem}.react-tabs.dialog-settings.light .react-tabs__tab-list::before{background-color:#d2d2d2;height:1px}.react-tabs.dialog-settings.light .react-tabs__tab-panel{border-bottom-color:rgba(163,163,163,0);color:#a3a3a3}.react-tabs.dialog-settings.light .react-tabs__tab-panel:hover{color:#666;border-bottom-color:#666}.dialog-settings .react-tabs__tab-list{background-color:#000;border-bottom-width:0;padding:10px 1.25rem 0 1.25rem;justify-content:center}.dialog-settings .react-tabs__tab-panel{min-width:7.5rem;background-color:transparent;border-width:2px;border-color:transparent;color:#6598c6;font-weight:700;font-size:.875rem;max-width:100%;transition:all 0.25s ease-in-out}.dialog-settings .react-tabs__tab-panel:first-child{margin-left:0}.dialog-settings .react-tabs__tab-panel:last-child{margin-right:0}.dialog-settings .react-tabs__tab-panel:hover,.dialog-settings .react-tabs__tab-panel:focus{box-shadow:none;color:#38a3e1}.dialog-settings .react-tabs__tab-panel.react-tabs__tab-panel--selected{display:flex;background-color:#1a1a1a;border-bottom-color:#1a1a1a;color:#6598c6}.dialog-settings .react-tabs__tab-panel{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;display:none;background-color:#1a1a1a;border-top-width:0;height:100%;color:#e6e6e6}.dialog-settings.light .react-tabs__tab-list{background-color:transparent;padding-bottom:1rem}.dialog-settings.light .react-tabs__tab-list::before{background-color:#d2d2d2;height:1px}.dialog-settings.light .react-tabs__tab-panel{border-bottom-color:rgba(163,163,163,0);color:#a3a3a3}.dialog-settings.light .react-tabs__tab-panel:hover{color:#666;border-bottom-color:#666}.content-panel .react-tabs .react-tabs__tab-list .react-tabs__tab--selected{background:#fff}.template-editor{min-height:100%;display:grid;grid-template-rows:1fr auto}.template-editor .sortable-container .drag-handle{background:#465761;left:-5px}.template-editor .sortable-container .drag-handle:hover+.template-item{background:#465761}.item-field-wrapper{display:grid;grid-template-columns:1fr auto auto;align-items:flex-end}.sortable-container{width:100%;display:contents}.sortable-container>div{display:flex;align-items:center;position:relative}.sortable-container .drag-handle{opacity:0;color:rgba(28,32,40,0.5);position:absolute;top:0.25rem;left:0.5rem;bottom:0.25rem;display:flex;align-items:center;z-index:1;padding:0.3rem 0.25rem;background:#0000001a;border-radius:4px 0 0 4px;cursor:grab}.sortable-container .drag-handle:hover{color:#38a3e1}.template-field-group{border-radius:4px;border:1px solid #a3a3a3;background-color:#f2f2f2}.template-field-group .field-group-no-label{border-color:transparent}.template-field-group .group-header{display:flex;flex-flow:row nowrap;align-items:center;min-height:3.25rem;color:inherit;padding:0 0 0 0.5rem}.template-field-group .group-name{font-family:"Roboto Slab",serif;font-size:22px;color:inherit;margin:0 .5rem}.template-field-group .custom-thumbnail{flex:0}.template-field-group .add-buttons{padding:0.5rem;margin:0.25rem 0.5rem;opacity:0;align-self:flex-end}.template-field-group.field-group-collapsed>.template-items-list{display:none}.template-field-group.field-group-collapsed>.add-buttons{display:none}.template-field-group.field-group--not-collapsible{border-color:rgba(163,163,163,0.25)}.template-field-group.field-group-collapsed>.template-items-list,.template-field-group.field-group-collapsed>.add-buttons{display:none}.template-field-group.field-group-hidden{display:none}.template-field-group .field-group_actions{display:none;position:absolute;z-index:1;top:calc((1.875rem + 0.5rem) * -0.5);right:-1px;padding:0.25rem;background:black;border-radius:4px}.template-field-group .field-group_actions .cp-button.icon:not(:hover) svg{color:white}.template-root{padding:0.75rem 0.75rem 1rem}.template-root>.template-field-group{border:none}.template-root>.template-field-group>.group-header{display:none}.template-root>.template-field-group>.template-items-list>.add-buttons{opacity:1}.template-repeatable-groups{background:rgba(0,0,0,0.2)}.template-repeatable-groups--collapsed .repeatable-groups-header{border-color:#000}.repeatable-groups-header{display:flex;flex-flow:row nowrap;align-items:center;border-top:1px solid #fff;height:3rem}.repeatable-groups-header h2{margin:0}.repeatable-group__add{margin-left:1rem}.repeatable-groups-list{min-height:20rem;padding:0.75rem 0.75rem 0}.repeatable-groups-list .template-item>.template-item--actions{display:none}.repeatable-groups-list .template-item--hover>.template-item--actions{display:flex}.repeatable-groups-list .sortable-item>.template-item--fieldgroup{flex-grow:0}.template-items-list{display:flex;flex-flow:row wrap;align-items:flex-start}.template-items-list .has-errors{color:#bd110e}.template-items-list .info-icons{position:absolute;right:0.5rem;top:0.4rem;color:#bd110e}.template-item{padding:0.5rem;margin:0.25rem 0.5rem;border-radius:4px;position:relative;width:100%}.template-item>.template-item--actions{display:none;position:absolute;top:0;right:0;background-color:#465761;border-radius:4px;z-index:2}.template-item>.template-item--actions>.cp-button{height:1.5rem}.template-item--hover>.template-item--actions{display:flex}.template-item--hover .template-field-group>.template-items-list>.add-buttons{opacity:1}.template-item>.field-attributes{position:absolute;top:2px;right:2px;display:flex;align-items:center}.template-item>.field-attributes .cp-icon{margin:0 0.5rem}.template-item--fieldgroup{width:100%}.template-item--fieldgroup>.template-item--actions{top:calc(0.5rem + 1px);right:calc(0.5rem + 1px)}.template-item--fieldgroup>.field-attributes{top:11px;right:10px}.template-item .field-group--hover>.template-items-list>.add-buttons{opacity:1}.template-item .template-field-group>.template-items-list>.add-buttons.active{opacity:1}.template-item .textfield,.template-item textarea,.template-item .color-picker,.template-item>.cp-button{margin-bottom:0}.template-item .field-group-list--has-errors>label{color:#bd110e}.template-item .field-group-list--label{color:#2d3443;display:block;margin:0;margin-bottom:0.25rem;font-size:0.875rem;font-weight:600;line-height:1.2}.template-item .field-group-list--items{display:flex;flex-flow:row wrap;border:initial;padding:0;margin:0;border-radius:4px;min-height:3rem}.template-item .field-group-list--items>.add-fieldgroup{margin:0.5rem}.template-item .field-group-list--items .chip{color:#1a1a1a;padding:0.25rem 0.75rem}.template-item .field-group-list--items .add-group{margin:0 0.3125rem}.template-item .field-group-list--items .sortable-container{width:100%;z-index:505 !important;display:contents}.template-item .field-group-list--items .template-field-group[data-ishovered="true"]+.drag-handle{opacity:1}.template-item .react-datepicker-wrapper{width:100%}.template-item .react-datepicker-wrapper .react-datepicker__input-container{width:100%}.template-item .react-datepicker-wrapper .react-datepicker__input-container input{margin-bottom:0;width:100%;max-width:initial}.template-item .react-datepicker-wrapper .react-datepicker__input-container input.react-datepicker-ignore-onclickoutside{border-color:#0069aa;border-bottom-left-radius:0;border-bottom-right-radius:0}.template-item .react-datepicker-wrapper .react-datepicker__input-container input:read-only{background-color:#fff;cursor:text}.template-item .item-type--color .item-field-wrapper{grid-template-columns:4rem auto}.template-item .item-type--color .item-field-wrapper [type="text"]:not(:disabled){cursor:pointer;background-color:#fff}.template-item .item-type--color .color-picker{height:30px}.template-item .item-type--color .color-picker-button{width:100%;height:100%;margin:0;border-radius:4px 0 0 4px;border-color:#666;border-right:none}.template-item .item-type--color .color-picker-button .swatch{width:inherit;height:inherit}.template-item .item-type--color .color-picker-button .swatch>div{border-radius:3px 0 0 3px}.template-item .item-type--color [type="text"]{border-radius:0 4px 4px 0}.template-item .item-type--date .datepicker-wrapper,.template-item .item-type--time .datepicker-wrapper,.template-item .item-type--datetime .datepicker-wrapper{position:relative}.template-item .item-type--date [type="text"],.template-item .item-type--time [type="text"],.template-item .item-type--datetime [type="text"]{cursor:pointer;background-color:#fff;max-width:inherit}.template-item .item-type--browse .split-button .cp-button.secondary:hover,.template-item .item-type--browse .split-button .cp-button.secondary:focus,.template-item .item-type--browse .cp-button.default:hover,.template-item .item-type--browse .cp-button.default:focus,.template-item .item-type--upload .split-button .cp-button.secondary:hover,.template-item .item-type--upload .split-button .cp-button.secondary:focus,.template-item .item-type--upload .cp-button.default:hover,.template-item .item-type--upload .cp-button.default:focus,.template-item .item-type--browse-upload .split-button .cp-button.secondary:hover,.template-item .item-type--browse-upload .split-button .cp-button.secondary:focus,.template-item .item-type--browse-upload .cp-button.default:hover,.template-item .item-type--browse-upload .cp-button.default:focus{background:#38a3e1;border-color:#38a3e1}.template-item .item-type--browse .split-button .cp-button.secondary:active,.template-item .item-type--browse .cp-button.default:active,.template-item .item-type--upload .split-button .cp-button.secondary:active,.template-item .item-type--upload .cp-button.default:active,.template-item .item-type--browse-upload .split-button .cp-button.secondary:active,.template-item .item-type--browse-upload .cp-button.default:active{background:#38a3e1}.template-item .item-type--browse .attached-wrapper,.template-item .item-type--upload .attached-wrapper,.template-item .item-type--browse-upload .attached-wrapper{display:grid;grid-template-columns:1fr auto}.template-item .item-type--browse .input-clear,.template-item .item-type--upload .input-clear,.template-item .item-type--browse-upload .input-clear{grid-column:1 / 1}.template-item .item-type--browse input[type="text"],.template-item .item-type--upload input[type="text"],.template-item .item-type--browse-upload input[type="text"]{padding-right:25px}.template-item .item-type--browse [type="text"],.template-item .item-type--upload [type="text"],.template-item .item-type--browse-upload [type="text"]{cursor:pointer;background-color:#fff}.template-item .item-type--select{width:100%}.template-item .item-type--select [type="text"]{cursor:pointer;background-color:#fff}.template-item .item-type--select .dropdown-button{color:#666;position:absolute;left:0.25rem;width:calc(100% - 1rem);bottom:0.5rem;justify-content:flex-end}.template-item .item-type--select .select-items-popup{position:relative;width:inherit}.template-item .item-type--select .select-items-popup .select-item-container{position:absolute;background-color:white;width:inherit;border-radius:4px;z-index:3;outline:none;max-height:40vh;min-height:2rem;overflow:auto;display:flex;flex-direction:column;align-items:center;padding:2px}.template-item .item-type--select .select-items-popup .select-item-container.open-upward{bottom:30px}.template-item .item-type--select .select-items-popup .select-item-container .item-row-container{display:flex;align-items:center;min-height:2rem;border-bottom:1px solid #d2d2d2;padding:4px 8px;color:black;font-size:1rem;width:100%;border-radius:0%}.template-item .item-type--select .select-items-popup .select-item-container .item-row-container:hover{background:#ddd}.template-item .item-type--select .select-items-popup .select-item-container .item-row-container:last-child{border-bottom:none}.template-item .item-type--select .select-items-popup .select-item-container .item-row-container .custom-thumbnail{width:4rem;margin:0 1rem}.template-item .item-type--select .select-items-popup .select-item-container .item-row-container .select-item-input{margin:0.5rem;margin-left:0.25rem}.template-item .item-type--select .select-items-popup .select-item-container .item-row-container .select-item-info{width:100%}.template-item .item-type--select .select-items-popup .select-item-container .item-row-container .select-item-info .select-item-label{display:flex;align-items:center;height:100%}.template-item .item-type--select .select-items-popup--multi .item-row-container:first-child{border-bottom-width:2px}.template-item--has-errors label:first-child{color:#bd110e}.cp-panel--dark .split-button .cp-button.secondary,.cp-panel--dark .cp-button.default{background:#666;border-color:#666}.cp-panel--dark .split-button .cp-button.secondary:hover,.cp-panel--dark .split-button .cp-button.secondary:focus,.cp-panel--dark .cp-button.default:hover,.cp-panel--dark .cp-button.default:focus{background:#a3a3a3;border-color:#a3a3a3}.cp-panel--dark .split-button .cp-button.secondary:active,.cp-panel--dark .cp-button.default:active{background:rgba(163,163,163,0.6)}.cp-panel--dark .search__form .cp-button.default{background-color:#6598c6;border-color:#6598c6}.cp-panel--dark .template-field-group{background-color:transparent}.cp-panel--dark .template-item .field-group-list--label{color:rgba(242,242,242,0.7)}.cp-panel--dark .template-item .field-group-list--items{padding:0.75rem 0.75rem 0;border:1px solid #a3a3a3}.cp-panel--dark .template-item .field-group-list--items:hover{border-color:#fff}.cp-panel--dark .template-item .item-type--color [type="text"],.cp-panel--dark .template-item .item-type--date [type="text"],.cp-panel--dark .template-item .item-type--time [type="text"],.cp-panel--dark .template-item .item-type--datetime [type="text"],.cp-panel--dark .template-item .item-type--browse [type="text"],.cp-panel--dark .template-item .item-type--upload [type="text"],.cp-panel--dark .template-item .item-type--browse-upload [type="text"],.cp-panel--dark .template-item .item-type--select [type="text"]{background-color:#404040}.cp-panel--dark .template-item .item-type--select .dropdown-button{color:#d2d2d2}.cp-panel--dark .template-item--hover{background:#465761}.cp-panel--dark .template-item--hover.template-item--field{background-color:#465761}.cp-panel--dark .template-item .field-group--hover{border-color:#fff}[class*="--has-errors"]{color:#bd110e}[class*="template"]{--remove-margin: 1rem}[class*="template"] .sortable-container>div{--remove-margin: 0.000000000000000000001px}[class*="template"] .template-item{--remove-margin: 1rem}[class*="template"] .template-item .custom-functions{position:absolute;top:0.5rem;right:0.5rem;color:#666;margin:0;padding:0;height:auto}[class*="template"] .template-item .custom-functions:hover{color:rgba(0,0,0,0.8)}[class*="template"] .sortable-item>.template-item{width:calc(100% - var(--remove-margin))}[class*="template"] .width-full{width:calc(100% - var(--remove-margin))}[class*="template"] .width-1-4{width:calc(25% - var(--remove-margin))}[class*="template"] .width-1-3{width:calc(33.33% - var(--remove-margin))}[class*="template"] .width-1-2{width:calc(50% - var(--remove-margin))}[class*="template"] .width-2-3{width:calc(66.66% - var(--remove-margin))}[class*="template"] .width-3-4{width:calc(75% - var(--remove-margin))}[class*="template"] .width-1-8{width:calc(12.5% - var(--remove-margin))}[class*="template"] .width-3-8{width:calc(37.5% - var(--remove-margin))}[class*="template"] .width-5-8{width:calc(62.5% - var(--remove-margin))}[class*="template"] .width-7-8{width:calc(87.5% - var(--remove-margin))}.template-item--field-group-list h3{font-size:0.875rem;font-weight:600;line-height:1.2;margin:0 0 0 0.5rem;color:#2d3443}.template-item--field-group-list>label:empty{display:none}.template-sortable-helper{z-index:500;align-items:center;display:flex}.template-sortable-helper>.template-item{position:absolute;background:#f2f2f2;box-shadow:0 0 1rem rgba(0,0,0,0.5)}.template-sortable-helper>.drag-handle{left:0;position:absolute;color:#38a3e1;opacity:1 !important;display:flex}.template-sortable-helper.cp-panel--dark{background:transparent}.template-sortable-helper.cp-panel--dark>.template-item{background-color:transparent}.template-sortable-helper.cp-panel--dark .template-field-group,.template-sortable-helper.cp-panel--dark .template-item--field{background:#465761}.template-sortable-helper.sortable-item>.template-item--fieldgroup{flex-grow:0}.sortable-item .template-field-group[data-collapsible="false"] .group-header{display:none}.sortable-item .template-item>.template-items-list>.template-field-group{margin-left:1rem}.template-instance-editor{--preview-height: 70vh;display:flex;flex-direction:column;width:100%;height:100%}.template-instance-editor.preview--right{flex-direction:row-reverse}.template-instance-editor.preview--right .template-dataset{width:100%}.template-instance-editor.preview--right .preview-container{display:flex;flex-direction:row-reverse}.template-instance-editor.preview--right .preview-container.active{height:100%}.template-instance-editor.preview--right .preview-container .toolbar{width:2.5rem;display:block;border-left:1px solid #d2d2d2;border-bottom:none}.template-instance-editor.preview--right .preview-container .toolbar .toolbar-group{transform:rotate(90deg)}.template-instance-editor.preview--right .preview-container .preview{flex:1}.template-instance-editor .preview-container{display:grid;grid-template-rows:auto 1fr}.template-instance-editor .preview-container.active{height:var(--preview-height);width:100%}.template-instance-editor .preview-container.active+.template-dataset{overflow:scroll;height:100%;overflow-x:hidden;overflow-y:auto}.template-instance-editor .preview-container .cp-button.icon{width:auto}.template-instance-editor .preview-container .preview{background-color:#1a1a1a;height:100%;overflow:hidden;z-index:1;display:flex;align-items:center;justify-content:center}.template-instance-editor .preview-container .preview .template-preview-image,.template-instance-editor .preview-container .preview .template-preview-frame{display:block;border:none;margin:auto;background-color:#fff}.template-instance-editor .preview-container .preview .template-preview-image.template-preview-image,.template-instance-editor .preview-container .preview .template-preview-frame.template-preview-image{width:100%;height:100%;object-fit:scale-down;background-color:#1a1a1a}.template-instance-editor .template-item--field-group-list{margin:0 -0.5rem}.template-instance-editor .template-item--field-group-list .field-group-list-actions{display:flex;width:auto;margin:0 0 0 1rem;position:absolute;right:10px;top:0;font-size:1.125rem;font-weight:normal}.template-instance-editor .template-item--field-group-list .field-group-list-actions button{color:#404040;margin:0 0.25rem;padding:0;font-size:1.125rem;font-weight:normal}.template-instance-editor .template-item--field-group-list .field-group-list-actions button.icon{width:auto}.template-instance-editor .template-item--field-group-list .field-group-list-actions button:hover{color:#38a3e1}.template-instance-editor .template-dataset>.template-field-group{--remove-margin: 2rem;margin:1rem;border:none;background-color:transparent}.template-instance-editor .template-dataset>.template-field-group>.template-items-list>.template-item--field{--remove-margin: 0.000000000000000000001px;margin:0.25rem 0}.template-instance-editor .template-dataset>.template-field-group .parent-group-header{min-height:0.75rem}.template-instance-editor .template-dataset>.template-field-group .parent-group-header .field-group-list-actions{display:flex;width:auto;margin:0 0.375rem 0 1rem;position:absolute;right:10px;top:0;font-size:1.125rem;font-weight:normal}.template-instance-editor .template-dataset>.template-field-group .parent-group-header .field-group-list-actions button{color:#404040;margin:0 0.25rem;padding:0;font-size:1.125rem;font-weight:normal}.template-instance-editor .template-dataset>.template-field-group .parent-group-header .field-group-list-actions button.icon{width:auto}.template-instance-editor .template-dataset>.template-field-group .parent-group-header .field-group-list-actions button:hover{color:#38a3e1}.snarftextfield{font-size:1rem;width:100%;clear:both;position:relative}.snarftextfield.invalid label,.snarftextfield.invalid input{color:#dd7808}.snarftextfield.invalid input{border-color:#dd7808 !important}.snarftextfield.invalid .error-text{opacity:1;padding:0.6rem}.snarftextfield.width-1-8{width:12.5%}.snarftextfield.width-1-4{width:25%}.snarftextfield.width-1-3{width:33.33%}.snarftextfield.width-1-2{width:50%}.snarftextfield.width-2-3{width:66.66%}.snarftextfield.width-3-4{width:75%}.snarftextfield .error-text{background:#dd7808;border-radius:0 0 0.25rem 0.25rem;bottom:0;color:#fff;font-size:1rem;padding:0;position:absolute;opacity:0;right:0;text-align:right;transform:translateY(98%);transition:transform 0.33s ease;z-index:10}.cp-panel--dark input::placeholder,.cp-panel--dark textarea::placeholder,.darken input::placeholder,.darken textarea::placeholder{font-style:italic;color:#666}.timepicker input[type='text']{background-color:#fff;color:#000;max-width:7.5rem;cursor:pointer}.timepicker.dark input[type='text']{background-color:#404040;color:#fff}.timepicker-popover{position:absolute;max-height:10rem;display:flex;flex-direction:row;background-color:#fff;border-radius:0 0 4px 4px;font-size:0.875rem}.timepicker-popover ul{overflow-x:hidden;overflow-y:auto;width:35%}.timepicker-popover ul:last-child{width:30%}.timepicker-popover ul li{text-align:center;cursor:pointer}.timepicker-popover ul li:hover{background:rgba(56,163,225,0.2)}.timepicker-popover ul li.selected{font-weight:bold}[data-tooltip]{position:relative}[data-tooltip]::before,[data-tooltip]::after{text-transform:none;font-size:.75rem;line-height:1;user-select:none;pointer-events:none;position:absolute;display:none;opacity:0}[data-tooltip]::before{content:"";border:5px solid transparent;z-index:1001}[data-tooltip]::after{content:attr(data-tooltip);font-family:"Lato",sans-serif;font-weight:700;text-align:center;min-width:3rem;max-width:21rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:1ch 1.5ch;border-radius:4px;box-shadow:0 1rem 2rem -0.5rem rgba(0,0,0,0.35);background-color:#000;color:#fff;z-index:10000}[data-tooltip]:hover::before,[data-tooltip]:hover::after,[data-tooltip]:focus-visible::before,[data-tooltip]:focus-visible::after{display:block}[tooltip=""]::before,[tooltip=""]::after{display:none !important}[data-tooltip]:not([data-tooltipDirection])::before,[data-tooltip][data-tooltipDirection^="up"]::before{bottom:100%;border-bottom-width:0;border-top-color:#000}[data-tooltip]:not([data-tooltipDirection])::after,[data-tooltip][data-tooltipDirection^="up"]::after{bottom:calc(100% + 5px)}[data-tooltip]:not([data-tooltipDirection])::before,[data-tooltip]:not([data-tooltipDirection])::after,[data-tooltip][data-tooltipDirection^="up"]::before,[data-tooltip][data-tooltipDirection^="up"]::after{left:50%;transform:translate(-50%, -0.5rem)}[data-tooltip][data-tooltipDirection^="down"]::before{top:100%;border-top-width:0;border-bottom-color:#000}[data-tooltip][data-tooltipDirection^="down"]::after{top:calc(100% + 5px)}[data-tooltip][data-tooltipDirection^="down"]::before,[data-tooltip][data-tooltipDirection^="down"]::after{left:50%;transform:translate(-50%, 0.5rem)}[data-tooltip][data-tooltipDirection^="down-left"]::before,[data-tooltip][data-tooltipDirection^="down-left"]::after{left:10%;transform:translate(-50%, 0.5rem)}[data-tooltip][data-tooltipDirection^="down-left"]::before{top:100%;border-top-width:0;border-bottom-color:#000}[data-tooltip][data-tooltipDirection^="down-left"]::after{top:calc(100% + 5px)}[data-tooltip][data-tooltipDirection^="down-left"]::before{left:10%;transform:translate(-50%, 0.5rem)}[data-tooltip][data-tooltipDirection^="down-left"]::after{left:10%;transform:translate(-50%, 0.5rem)}[data-tooltip][data-tooltipDirection^="left"]::before{top:50%;border-right-width:0;border-left-color:#000;left:-5px;transform:translate(-0.5rem, -50%)}[data-tooltip][data-tooltipDirection^="left"]::after{top:50%;right:calc(100% + 5px);transform:translate(-0.5rem, -50%)}[data-tooltip][data-tooltipDirection^="right"]::before{top:50%;border-left-width:0;border-right-color:#000;right:-5px;transform:translate(0.5rem, -50%)}[data-tooltip][data-tooltipDirection^="right"]::after{top:50%;left:calc(100% + 5px);transform:translate(0.5rem, -50%)}@keyframes tooltips-vert{to{opacity:0.9;transform:translate(-50%, 0)}}@keyframes tooltips-horz{to{opacity:0.9;transform:translate(0, -50%)}}[data-tooltip]:not([data-tooltipDirection]):hover::before,[data-tooltip]:not([data-tooltipDirection]):hover::after,[data-tooltip]:not([data-tooltipDirection]):focus-visible::before,[data-tooltip]:not([data-tooltipDirection]):focus-visible::after,[data-tooltip][data-tooltipDirection^="up"]:hover::before,[data-tooltip][data-tooltipDirection^="up"]:hover::after,[data-tooltip][data-tooltipDirection^="up"]:focus-visible::before,[data-tooltip][data-tooltipDirection^="up"]:focus-visible::after,[data-tooltip][data-tooltipDirection^="down"]:hover::before,[data-tooltip][data-tooltipDirection^="down"]:hover::after,[data-tooltip][data-tooltipDirection^="down"]:focus-visible::before,[data-tooltip][data-tooltipDirection^="down"]:focus-visible::after{animation:tooltips-vert 300ms ease-out forwards}[data-tooltip][data-tooltipDirection^="left"]:hover::before,[data-tooltip][data-tooltipDirection^="left"]:hover::after,[data-tooltip][data-tooltipDirection^="left"]:focus-visible::before,[data-tooltip][data-tooltipDirection^="left"]:focus-visible::after,[data-tooltip][data-tooltipDirection^="right"]:hover::before,[data-tooltip][data-tooltipDirection^="right"]:hover::after,[data-tooltip][data-tooltipDirection^="right"]:focus-visible::before,[data-tooltip][data-tooltipDirection^="right"]:focus-visible::after{animation:tooltips-horz 300ms ease-out forwards}.schedule-list{margin:1.25rem auto;padding:0 2rem;max-width:60rem}.schedule-list .schedule-actions .button{margin-bottom:1rem}.schedule-list .schedule-actions .button:not(:last-child){margin-right:1rem}@media print, screen and (min-width: 64em){.schedule-list .schedule-actions .button:not(:last-child){margin-right:1rem}}.schedule-list.compact{margin:0;padding:0;max-width:35rem}.schedule-list.compact .fieldset{padding:0.5rem;margin:0.5rem 0 0;border-color:#a3a3a3}.schedule-list.compact .fieldset.day-set .remove-set{margin:0;padding:0.3rem;top:-1.3rem;right:-0.45rem;background-color:#e6e6e6}.schedule-list.compact .fieldset.day-set .remove-set svg{margin:0}.schedule-list.compact .time-actions{margin-top:0.5rem}.schedule-list.compact .time-actions .set-hours .input-wrapper{margin:0.5rem 0 0 3.25rem}.schedule-list.compact .time-actions .set-hours .switch-wrapper{margin:0}.schedule-list.compact .schedule-actions{margin-top:0.5rem}.schedule-list.compact .schedule-actions button{margin:0}@media screen and (min-width: 75em){.fieldset-content{display:flex}}@media screen and (min-width: 75em){.days-and-hours{flex:1 1 0}}.reboot-hours{border-top:1px solid #d2d2d2;margin-top:1.5rem}@media screen and (min-width: 75em){.reboot-hours{flex:0 0 auto;min-width:230px;margin:0 0 1rem 1rem;border-top:none;border-left:1px solid #d2d2d2;padding-left:1rem}}.reboot-hours .switch-wrapper{margin-bottom:1rem;margin-top:0.5rem}.weekly-schedule-select{display:flex;flex-flow:row nowrap;margin:0 -0.25rem;justify-content:space-evenly}.weekly-schedule-select .cp-button{color:#666;font-family:"Roboto Slab",serif;text-transform:uppercase;font-size:.875rem;font-weight:700;margin:0 0.25rem 0.5rem;position:relative;background:#d2d2d2;flex:1 1 0;min-width:3rem}.weekly-schedule-select .cp-button:hover{box-shadow:0 0 10px rgba(0,0,0,0.35)}.weekly-schedule-select .cp-button .content{display:flex;flex-flow:column nowrap;justify-content:center;position:absolute;top:0;left:0;bottom:0;right:0}.weekly-schedule-select .cp-button.selected{background-color:#38a3e1;color:#fff}.day-set{position:relative}.day-set .remove-set{position:absolute;color:#666;padding:0 0.5rem;top:-.5rem;right:-.25rem}.day-set .remove-set:hover,.day-set .remove-set:focus{color:#941d1b;background-color:rgba(148,29,27,0.1)}.day-set .remove-set svg{margin-left:0;height:initial}.day-set .time-actions{margin-top:1.5rem}.day-set .time-actions .set-hours{flex:1 1 50%}.day-set .time-actions .set-hours .switch-wrapper{margin-bottom:1rem}.day-set .time-actions .set-hours .input-wrapper{flex:1 1 0px;width:auto;margin-right:.625rem;margin-left:.625rem;margin-left:3.25rem;margin-bottom:1.25rem}.day-set .time-actions .set-hours .input-wrapper .time-inputs-wrapper{border-top:1px solid #d1d1d1;flex-flow:row;display:flex;justify-content:space-evenly;align-items:center;padding:0.5rem 0}.day-set .time-actions .set-hours .input-wrapper .time-input-actions{display:flex;justify-content:flex-end}.day-set .time-actions .set-hours .input-wrapper .time-inputs{display:flex;flex-flow:row wrap;flex:1 1 0px;width:auto;justify-content:space-evenly}.day-set .time-actions .set-hours .input-wrapper .time-inputs .textfield{margin:0.25rem 1rem 0.25rem 0}.day-set .time-actions .set-hours .remove-hours{color:#666;padding:0 0.5rem}.day-set .time-actions .set-hours .remove-hours:hover,.day-set .time-actions .set-hours .remove-hours:focus{color:#941d1b;background-color:rgba(148,29,27,0.1)}.day-set .time-actions .set-hours .remove-hours svg{margin:0;height:initial}.websocketLiveTraceDialog .header{color:#000;background-color:#fff;border-bottom:1px solid #d2d2d2;padding:0.5rem;display:flex;flex-direction:row;justify-content:space-between}.websocketLiveTraceDialog .header .datum{display:flex;flex-direction:column;flex-basis:20%}.websocketLiveTraceDialog .header .datum.group-picker{flex-basis:40%}.websocketLiveTraceDialog .header .datum.group-picker .datum-value>div{flex-grow:1}.websocketLiveTraceDialog .header .datum.group-picker .datum-value>div:first-child{flex-grow:0}.websocketLiveTraceDialog .header .datum .datum-label{color:#1a1a1a;font-size:.75rem;font-style:italic;font-weight:400}.websocketLiveTraceDialog .header .datum .datum-value{display:flex;align-items:center}.websocketLiveTraceDialog .header .datum .datum-value .select-field{width:auto;margin:0}.websocketLiveTraceDialog .header .datum .datum-value .textfield{margin:0 0.5rem;width:auto}.websocketLiveTraceDialog .header .datum .datum-value .textfield .location input{cursor:default}.websocketLiveTraceDialog .header .controls{display:flex;flex-direction:column;flex-basis:20%;justify-content:center}.websocketLiveTraceDialog .header .controls a{margin-top:0.25rem;font-size:0.75rem}.websocketLiveTraceDialog .content{font-size:0.875rem;flex:1;user-select:text}.websocketLiveTraceDialog .content table th:first-child{width:11rem}.accordion{background-color:#fff}.accordion-header{background-color:#fff;font-size:1.2em;margin:0;display:flex;flex-flow:row nowrap;padding:.625rem;border-top:1px solid currentColor}.accordion-header--name{display:flex;flex-flow:row nowrap;font-weight:700;flex:1 1 0}.accordion-header .accordion-icon+span{margin-left:.5rem}.accordion-body{overflow:hidden}.table-view tr .column-action-button .cp-button{color:#404040;margin:0}.table-view tr .column-action-button .cp-button:hover{color:#bd110e}.content-panel{display:flex;flex-flow:column nowrap;box-shadow:0 0 30px rgba(0,0,0,0.35);background-color:#fff;height:100%;padding-top:1rem;position:absolute;left:0;top:0;overflow:hidden;visibility:visible;transition:transform 0.25s, opacity 0.25s ease-in-out, width 0.25s ease-in-out, visibility 0s linear 0s;width:15rem;z-index:150}@media print, screen and (min-width: 40em){.content-panel{width:20rem}}@media screen and (min-width: 53.125em){.content-panel{width:25rem}}@media screen and (min-width: 75em){.content-panel{width:25rem}}@media screen and (min-width: 100em){.content-panel{width:30rem}}.content-panel[data-isopen="false"]{transition:transform 0.25s, opacity 0.25s ease-in-out, width 0.25s ease-in-out, visibility 0s linear 0.25s;visibility:hidden;opacity:0;overflow:hidden;transform:translateX(-100%);pointer-events:none;touch-action:none}.content-panel .close-button{z-index:2}.content-panel .action-bar{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;justify-content:center;padding:0.5rem;background-color:#e6e6e6;border-top:1px solid #e6e6e6}.content-panel .action-bar .button{margin:0 .625rem}.content-panel .react-tabs .TabPanel__Content{height:100%;display:flex;flex-flow:column nowrap}.content-panel .react-tabs .TabPanel__Content .folder-selector{align-items:center}.content-panel .react-tabs .TabPanel__Content .media-list{flex:1 1 auto;height:100%}.content-panel .react-tabs .TabPanel__Content .action-bar{display:none}.content-panel .react-tabs .TabPanel__Content-show-button{height:100%;display:flex;flex-flow:column nowrap}.content-panel .react-tabs .TabPanel__Content-show-button .media-list{flex:1 1 auto;height:100%}.content-panel .react-tabs .TabPanel__Content-show-button .action-bar{display:flex}.content-panel .react-tabs .TabPanel__Content_Playlist{height:100%;display:flex;flex-flow:column nowrap}.content-panel .react-tabs .TabPanel__Content_Playlist .media-list{flex:1 1 auto;height:100%}.content-panel .react-tabs .TabPanel__Content_Playlist .action-bar{display:none}.content-panel .react-tabs .TabPanel__Content_Playlist-show-button{height:100%;display:flex;flex-flow:column nowrap}.content-panel .react-tabs .TabPanel__Content_Playlist-show-button .media-list{flex:1 1 auto;height:100%}.content-panel .react-tabs .TabPanel__Content_Playlist-show-button .action-bar{display:flex}.content-panel .table-view .column-text-medium{display:none}@media print, screen and (min-width: 40em){.content-panel .table-view .column-text-medium{display:table-cell;width:6.875rem;min-width:6.875rem;max-width:6.875rem}}.content-panel .searchinator .search-input{background-color:#fff !important}.content-folder-popout{margin-top:-1px;width:calc(15rem - 1.25rem) !important}@media print, screen and (min-width: 40em){.content-folder-popout{width:calc(20rem - 1.25rem) !important}}@media screen and (min-width: 53.125em){.content-folder-popout{width:calc(25rem - 1.25rem) !important}}@media screen and (min-width: 75em){.content-folder-popout{width:calc(25rem - 1.25rem) !important}}@media screen and (min-width: 100em){.content-folder-popout{width:calc(30rem - 1.25rem) !important}}.toolbar-contextual{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;align-items:baseline;justify-content:flex-start;position:fixed;z-index:1;background-color:#98cff2;border:1px solid #d2d2d2;border-top-width:0;color:#1a1a1a;font-size:.75rem;padding:0.5rem 0;opacity:1;pointer-events:inherit;transition:all 0.25s ease-in-out;box-shadow:0 0 20px rgba(0,0,0,0.35)}.toolbar-contextual.hidden{opacity:0;pointer-events:none;width:0;height:0;display:none}.toolbar-contextual.visible{opacity:1;animation:slide-in-fwd-center 0.25s ease-in-out both}.toolbar-contextual .toolbar-group{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;margin-right:.625rem;margin-left:.625rem}.toolbar-contextual .toolbar-title{font-weight:700;margin-right:.625rem}.toolbar-contextual .horizontal-icon-button{color:#0069aa;margin:0 .625rem}.toolbar-contextual .horizontal-icon-button:hover,.toolbar-contextual .horizontal-icon-button:focus{color:#0069aa}.toolbar-contextual .icon-button{margin-left:.625rem}.toolbar-contextual .icon-button:focus{color:#666}.context-select-menu{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;margin:.25rem .3125rem}.context-select-menu .cp-button.icon{color:#0069aa}.context-select-menu .cp-button.icon:not(:last-child){margin-right:.625rem}@media print, screen and (min-width: 64em){.context-select-menu .cp-button.icon:not(:last-child){margin-right:1rem}}.dialog{display:flex;position:absolute;top:0;left:0;height:100%;width:100vw;overflow:auto;justify-content:center;align-content:center}.dialog.no-horizontal-scroll .dialog-main{overflow-x:hidden}.dialog.padding .dialog-main{padding:.625rem 1.25rem}.dialog .screen-item--icon,.dialog .player-item--icon{line-height:0;color:#a3a3a3}.dialog p{margin:0 0 0 10px;line-height:125%}.dialog p.no-margin{margin:0}.dialog p.confirm-note{margin-top:1em;color:#bd110e}.dialog p.padded{margin:0.625rem}.dialog .dialog-content{box-shadow:0 0 30px rgba(0,0,0,0.35);background-color:#e6e6e6}.dialog .dialog-content.cp-panel--dark{background-color:#1c2028}.dialog-small .dialog-content,.dialog-default .dialog-content,.dialog-large .dialog-content,.dialog-xlarge .dialog-content,.dialog-xxlarge .dialog-content{display:flex;flex-flow:column nowrap;flex:0 0 auto;width:auto;align-self:center;border-radius:4px;max-height:90%}.dialog-default-tall .dialog-content{display:flex;flex-flow:column nowrap;flex:0 0 auto;width:auto;align-self:center;border-radius:4px;max-height:90%;min-height:50vh;height:calc(60%);width:80%}@media print, screen and (min-width: 40em){.dialog-default-tall .dialog-content{width:60%}}@media print, screen and (min-width: 64em){.dialog-default-tall .dialog-content{width:40%}}@media screen and (min-width: 75em){.dialog-default-tall .dialog-content{width:30%}}.dialog-full .dialog-content{display:flex;flex-flow:column nowrap;flex:0 0 auto;min-height:0px;min-width:0px;width:calc(100% - 1.25rem)}.dialog-tray{align-items:flex-end}.dialog-tray .dialog-content{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;position:absolute;right:0;top:0}.dialog .custom-thumbnail{min-width:3.125rem;max-width:5.625rem;height:3.125rem;border:1px solid transparent;background-image:initial;margin:0 0.5rem;position:relative}.dialog .custom-thumbnail>.upload{width:100%;height:100%}.dialog .custom-thumbnail>.upload>svg{position:relative;left:50%;top:50%;transform:translate(-50%, -50%)}.dialog .custom-thumbnail:not(:hover)>.actions{display:none}.dialog .custom-thumbnail .actions{background:#000000ad;position:absolute;top:0;bottom:0;right:0;left:0;width:auto;height:auto;margin:0;padding:0;display:flex;align-items:center;justify-content:center}.dialog .custom-thumbnail .actions>div{margin:0.35rem}.dialog .custom-thumbnail .actions:not(:hover)>div{display:none}.dialog .custom-thumbnail .actions .download{color:#6598c6}.dialog .custom-thumbnail .actions .delete{color:#bd110e}.dialog .custom-thumbnail .thumb-icon{width:100%;height:100%;object-fit:contain}.dialog .custom-thumbnail:hover{border-color:#fff}.dialog .custom-thumbnail--display:hover{border-color:transparent}.dialog.dialog-delete img{height:auto;width:120px}.dialog-small .dialog-content{width:80%}@media print, screen and (min-width: 40em){.dialog-small .dialog-content{width:60%}}@media print, screen and (min-width: 64em){.dialog-small .dialog-content{width:40%}}@media screen and (min-width: 75em){.dialog-small .dialog-content{width:30%}}.dialog-default .dialog-content{width:80%}@media print, screen and (min-width: 40em){.dialog-default .dialog-content{width:60%}}@media screen and (min-width: 75em){.dialog-default .dialog-content{width:50%}}.dialog-large .dialog-content{min-height:50vh;height:calc(60%);width:calc(100vw - 40px)}@media print, screen and (min-width: 40em){.dialog-large .dialog-content{width:80%}}@media print, screen and (min-width: 64em){.dialog-large .dialog-content{width:70%}}@media screen and (min-width: 75em){.dialog-large .dialog-content{width:60%}}.dialog-xlarge .dialog-content{height:75%;width:70%}@media print, screen and (min-width: 40em){.dialog-xlarge .dialog-content{width:80%}}@media print, screen and (min-width: 64em){.dialog-xlarge .dialog-content{width:70%}}@media screen and (min-width: 75em){.dialog-xlarge .dialog-content{width:60%}}.dialog-xxlarge .dialog-content{height:calc(100% - 20px);width:calc(100vw - 20px)}@media print, screen and (min-width: 40em){.dialog-xxlarge .dialog-content{width:90%}}@media print, screen and (min-width: 64em){.dialog-xxlarge .dialog-content{width:90%}}@media screen and (min-width: 75em){.dialog-xxlarge .dialog-content{width:80%}}.dialog-full .dialog-content{height:100%;min-height:35.5rem;width:100vw;min-width:20rem}.dialog-tray .dialog-content{height:100%;min-height:35.5rem;width:calc(100vw - 6.25rem);min-width:18.75rem;max-width:calc(100vw - 6.25rem)}@media screen and (min-width: 40em) and (max-width: 63.9375em){.dialog-tray .dialog-content{width:calc(100vw - 3.125rem);max-width:calc(100vw - 3.125rem)}}@media screen and (max-width: 39.9375em){.dialog-tray .dialog-content{width:calc(100vw - 1.25rem);max-width:calc(100vw - 1.25rem)}}.dialog-tray.narrow .dialog-content{width:calc(100vw - 20px);min-width:18.75rem;max-width:calc(100vw - 20px)}@media screen and (min-width: 53.125em){.dialog-tray.narrow .dialog-content{width:calc(100vw - 25rem)}}@media screen and (min-width: 75em){.dialog-tray.narrow .dialog-content{width:calc(100vw - 25rem)}}@media screen and (min-width: 100em){.dialog-tray.narrow .dialog-content{width:calc(100vw - 30rem)}}.dialog-small{z-index:800}.dialog-default{z-index:800}.dialog-large,.dialog-xlarge{z-index:600}.dialog-full{z-index:1100}.dialog-tray{z-index:500}.dialog-small.show,.dialog-default.show,.dialog-large.show,.dialog-xlarge.show,.dialog-full.show{animation:slide-in-fwd-center 0.325s ease-in-out both}.dialog-small.hidden,.dialog-default.hidden,.dialog-large.hidden,.dialog-xlarge.hidden,.dialog-full.hidden{opacity:0;left:-1px;overflow:hidden;pointer-events:none;width:0;z-index:-1}.dialog-tray.show{animation:slide-in-right 0.5s ease-in-out 0.0625s both;opacity:1}.dialog-tray.hidden{opacity:0;overflow:hidden;pointer-events:none;width:0;z-index:-1;right:-1px}.dialog-tray.hidden .dialog-content{position:absolute;right:0;top:0}.dialog .dialog-header{flex:0 0 auto;width:auto;display:flex;align-items:center;justify-content:center;padding:.625rem;min-height:3.125rem;color:#000;background-color:#fff;border-bottom:1px solid #d2d2d2;border-radius:4px 4px 0 0;position:relative;z-index:10000}@media screen and (max-width: 39.9375em){.dialog .dialog-header{padding:.625rem}}.dialog .dialog-header .header-title{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;color:inherit;align-items:baseline;justify-content:center}.dialog .dialog-header .header-title.left{justify-content:flex-start}.dialog .dialog-header .header-title svg{color:currentColor;margin-right:.625rem;max-height:1rem;width:auto}@media print, screen and (min-width: 64em){.dialog .dialog-header .header-title svg{max-height:1.125rem}}.dialog .dialog-header .header-title h2{font-family:"Lato","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:1.375rem;font-weight:600;line-height:1;margin-bottom:0;text-align:center}.dialog .dialog-header .replacethumb-wrapper{width:40px;height:40px;background-image:linear-gradient(90deg, #7b7b7b 0%, #9f9f9f 100%);border:1px solid #404040;position:relative;display:flex;align-items:center}.dialog .dialog-header .replacethumb-wrapper svg{max-height:2.125rem}.dialog .dialog-header .replacethumb-wrapper .deleteCustomThumb,.dialog .dialog-header .replacethumb-wrapper .customthumb-wrapper label{background:transparent;position:absolute;top:0;bottom:0;right:0;left:0;width:auto;height:auto;margin:0;padding:0}.dialog .dialog-header .thumb-icon{position:absolute;top:0;bottom:0;right:0;left:0;background-position:center center;background-size:cover}.dialog .dialog-header .header-note{margin-top:.3125rem}@media screen and (max-width: 39.9375em){.dialog .dialog-header .header-note{position:absolute !important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);border:0}}.dialog .dialog-header .header-note p{font-size:.75rem;color:#1a1a1a;font-style:italic}.dialog .dialog-header .header-note p:last-child{margin-bottom:0}.dialog-tray .dialog-header{border-radius:0;padding-top:0;padding-bottom:0}.dialog-tray .dialog-header .header-title{display:flex;flex-flow:column nowrap;align-items:center;height:3.125rem;justify-content:center;padding-top:1rem;padding-bottom:1rem}@media print, screen and (min-width: 40em){.dialog-tray .dialog-header .header-title{height:4.125rem}}.dialog-tray .dialog-header .header-title h2{font-size:1.75rem}@media print, screen and (min-width: 40em){.dialog-tray .dialog-header .header-title{font-size:1.125rem}}.dialog-small .dialog-header .header-title svg{margin-right:0.5rem;max-height:.875rem}@media print, screen and (min-width: 64em){.dialog-small .dialog-header .header-title svg{max-height:1rem}}.dialog-default .dialog-header .header-title svg{max-height:.875rem}@media print, screen and (min-width: 64em){.dialog-default .dialog-header .header-title svg{max-height:1rem}}.dialog .dialog-main{display:flex;flex-flow:column nowrap;flex:1;width:auto;overflow-y:auto;position:relative}.dialog .dialog-main .list--display-flex{margin:1.25rem}.dialog .dialog-main .list--display-flex li{display:flex;margin:1rem 0}.dialog .dialog-main .dialog-error-text{flex:0 0 2.5rem;font-weight:bold;font-size:1rem;color:#941d1b}.dialog .dialog-main .dialog-error-text p{margin:0;background:#e6b9b9;padding:0.25rem 0.75rem}.dialog .dialog-main .dialog-error-text:empty{background:transparent}.dialog .dialog-info{padding:1.25rem}.dialog.messagebox .dialog-main{padding:1.25rem;text-align:center}.dialog.messagebox .dialog-main .textfield{text-align:left}.dialog.simulate-ping{user-select:text;-webkit-user-select:text;-ms-user-select:text}.dialog.simulate-ping.publish-json .header-title h2{font-size:1rem}.dialog.simulate-ping div.json-display{height:100%;white-space:pre;padding:0.5rem}.dialog.simulate-ping div.json-display .key{color:maroon}.dialog.simulate-ping div.json-display .string{color:blue}.dialog.simulate-ping div.json-display .number{color:darkgreen}.dialog.simulate-ping div.json-display .boolean{color:darkgreen}.dialog.simulate-ping div.json-display .null{color:darkgreen}.dialog.simulate-ping div.json-display a{text-decoration:underline}.dialog .action-bar,.dialog .dialog-actions,.dialog .actions{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;justify-content:center;min-height:3.125rem;align-items:center;background-color:#f2f2f2;border-top:1px solid #d2d2d2;border-radius:0 0 4px 4px}.dialog .action-bar .cp-button,.dialog .dialog-actions .cp-button,.dialog .actions .cp-button{min-width:4.375rem}.dialog-tray .action-bar,.dialog-tray .dialog-actions,.dialog-tray .actions{border-radius:0}.dialog .cp-panel--dark .dialog-header,.dialog .cp-panel--dark .dialog-actions{background-color:#2d3443;border-color:#000;color:#fff}.dialog .has-supplemental-actions{display:flex;align-items:center;width:100%}.dialog .has-supplemental-actions>*{flex:1;padding:0 0.625rem}.dialog .has-supplemental-actions .primary-actions{text-align:center}.dialog .dialog-bottom-bar{text-align:center;padding:0.625rem}.dialog.no-header .dialog-main{padding:1.25rem .625rem}.dialog .dialog-message{font-size:.875rem;line-height:1.4;font-weight:700;text-align:center;padding:1rem}.dialog li.horizontal-dialog-list{display:flex;flex-flow:row nowrap;align-items:center;padding:.625rem}.dialog .dialog-list-thumbnail{flex:0 0 auto;width:auto;padding-right:1rem}.dialog .dialog-list-thumbnail .cp-icon--folder{color:#38a3e1}.dialog .dialog-list-title{flex:1 1 0px;width:auto;color:#000;font-size:.875rem;font-style:italic;word-break:break-all}.dialog.slide-left{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;z-index:100;transition:opacity 0.125s}.dialog.slide-left.hidden{left:-1px;opacity:1;overflow:hidden;pointer-events:none;width:0;z-index:-1}.dialog.slide-left.hidden>.content,.dialog.slide-left.hidden>.dialog-content{position:absolute;top:0;right:0;opacity:0;transform:translateX(100%)}.dialog.slide-left.hidden .overlay{opacity:0}.dialog.slide-left>.content,.dialog.slide-left>.dialog-content{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;height:100%;width:calc(100% - 100px);max-width:calc(100% - 100px);opacity:1;position:absolute;right:0;transition:transform 0.5s, opacity 0.25s}@media screen and (min-width: 40em) and (max-width: 63.9375em){.dialog.slide-left>.content,.dialog.slide-left>.dialog-content{width:calc(100% - 50px);max-width:calc(100% - 50px)}}@media screen and (max-width: 39.9375em){.dialog.slide-left>.content,.dialog.slide-left>.dialog-content{width:calc(100% - 20px);max-width:calc(100% - 20px)}}.dialog.screen-editor .dialog-content{height:100%}.dialog.dialog--folder-tree .dialog-content,.dialog.dialog--playlist-picker .dialog-content{height:80vh}.dialog.dialog--folder-tree .dialog__error,.dialog.dialog--playlist-picker .dialog__error{background:#dd7808;color:#fff;line-height:30px;z-index:1;margin:0;border:none;padding:0.25rem}.dialog-small .dialog-main p+.table-view,.dialog-default .dialog-main p+.table-view,.dialog-large .dialog-main p+.table-view,.dialog-xlarge .dialog-main p+.table-view{margin-top:1rem}.dialog-small .dialog-main .table-view-scroll,.dialog-default .dialog-main .table-view-scroll,.dialog-large .dialog-main .table-view-scroll,.dialog-xlarge .dialog-main .table-view-scroll{min-height:12.5rem}.dialog-small .dialog-main .table-view,.dialog-default .dialog-main .table-view,.dialog-large .dialog-main .table-view,.dialog-xlarge .dialog-main .table-view{flex:1 1}.dialog-xxlarge .dialog-main p+.table-view{margin-top:1rem}.dialog-xxlarge .dialog-main .table-view-scroll{min-height:12.5rem}.dialog-xxlarge .dialog-main .table-view{flex:1 1}.movePlayer .table-view-head{display:none}.dialog__publish-details .dialog-content{min-height:25rem}.dialog__publish-details .dialog-content .table-view table:nth-child(2){position:relative}.dialog__localized-playlist .accordion-open .accordion-body:empty{min-height:100px}.dialog__localized-playlist .dialog-content{background:#d2d2d2}.dialog__localized-playlist .dialog-content .table-view table:nth-child(2){position:relative}.dialog--publish-action .dialog-content{max-width:600px}.dialog--publish-action .radio-button-form{display:flex;margin:1rem;align-items:center;justify-content:center}.dialog--publish-action .radio-button-form label{font-size:1.05rem}.dialog--publish-action .radio-button-form>div{display:flex;align-items:center;justify-content:center}.dialog--publish-action .radio-button-form>div>[type="radio"]{margin:0}.dialog--publish-action .radio-button-label.disabled{color:#a3a3a3}.dialog--publish-action .smaller{font-size:.75rem;margin:4px}.dialog--publish-later{border-top:1px solid #a3a3a3;padding-top:1rem;height:18rem}.dialog--publish-later .publish-date-time{display:flex;justify-content:center}.dialog--publish-later .publish-date-time .react-datepicker-popper{margin-bottom:0}.dialog--publish-later .publish-date-time .timepicker input{background-color:#fff}.dialog--folder-sync .smaller{font-size:0.75rem;margin:4px}.dialog--folder-sync .alert{color:#bd110e}.dialog--playback-rule .dialog-main{text-align:center;padding:8px}.dialog--playback-rule .select-field{display:inline;margin:0 4px}.dialog--playback-rule .select-field select{width:auto}.dialog--playback-rule .rule-description{margin-top:1em;font-size:0.75rem}.dialog--import-status .dialog-main{padding:0.25rem}.dialog--import-status .dialog-main .icon{position:absolute;right:0;margin:0.125rem}.dialog--import-status .dialog-main h4{text-align:center}.dialog--import-status .dialog-main .log-container{max-height:100%;overflow:auto}.dialog--import-status .dialog-main .log-container .exception{color:#941d1b}.dialog--clover-sync-error .dialog-main{font-size:.875rem;line-height:1.4;font-weight:700;text-align:left;padding:1rem}.dialog--clover-sync-error .dialog-main ul li{margin:1rem 0 0 2rem;list-style:initial}.dialog--embedded-video .dialog-main{justify-content:center}.dialog--embedded-video .dialog-main .video-wrapper{width:100%;height:100%;overflow:hidden}.dialog--embedded-video .dialog-main .video-wrapper iframe{width:100%;height:100%}.dialog--location-picker .react-tabs{overflow:hidden}.dialog--location-picker .react-tabs .react-tabs__tab-list{text-align:left;padding:0.25rem 0 0 0.5rem}.dialog--location-picker .react-tabs .react-tabs__tab-list.hidden{display:none}.dialog--location-picker .react-tabs .react-tabs__tab-list .react-tabs__tab{text-align:center}.dialog--location-picker .react-tabs .table-view{height:calc(100% - 3.125rem)}.dialog--version-info .dialog-main{padding:1rem 1rem 0}.dialog-upload-progress{text-align:center}@media print, screen and (min-width: 40em){.dialog-upload-progress .dialog-content{width:60%}}@media print, screen and (min-width: 64em){.dialog-upload-progress .dialog-content{width:40%}}@media screen and (min-width: 75em){.dialog-upload-progress .dialog-content{width:30%}}.dialog-upload-progress .dialog-main{padding:1.25rem}.dialog-upload-progress .dialog-main h2{font-size:1.125rem;font-weight:600}.dialog-upload-progress .dialog-main h3{font-size:1rem;font-weight:700}.dialog-upload-progress .dialog-main h3.completed{color:#268e4a}.dialog-upload-progress .dialog-main .upload-item-wrapper{border:1px solid #e6e6e6;border-radius:4px;margin-bottom:0;padding:0.5rem 1rem;text-align:left}.dialog-upload-progress .dialog-main .upload-item-wrapper .file-name{color:#666;font-size:.875rem;font-weight:600;font-style:italic;margin-bottom:0;word-break:break-all}progress{width:100%;height:0.6rem;border-radius:0.3rem;background:#f2f2f2;border:1px solid #a3a3a3}progress.error{filter:brightness(0) saturate(100%) invert(20%) sepia(93%) saturate(6329%) hue-rotate(357deg) brightness(90%) contrast(90%)}progress[value]{-webkit-appearance:none}progress::-webkit-progress-bar{background:#f2f2f2;border-radius:0.3rem}progress[value]::-webkit-progress-value{background-image:-webkit-linear-gradient(-45deg, transparent 33%, rgba(0,0,0,0.1) 33%, rgba(0,0,0,0.1) 66%, transparent 66%),-webkit-linear-gradient(top, rgba(255,255,255,0.15), rgba(0,0,0,0.15)),-webkit-linear-gradient(left, #23c059, #23c059);background-size:35px 20px, 100% 100%, 100% 100%;border-radius:0.3rem}.upload-status{margin-bottom:15px;padding:0 1rem}.upload-status progress{height:1rem;border-radius:5rem}.upload-status progress::-webkit-progress-bar{border-radius:5rem}.upload-status h3{margin-bottom:5px}.user-edit__dialog .company-roles-table{display:flex;flex-direction:column;width:100%}.user-edit__dialog .company-roles-table .row{display:flex;flex-direction:row;width:100%}.user-edit__dialog .company-roles-table .row.header{background-color:#f2f2f2;color:#1a1a1a;font-size:0.625rem;font-weight:600}.user-edit__dialog .company-roles-table .row.data{background:#e6e6e6;color:#465761;font-size:0.8125rem;font-weight:700;border-bottom:1px solid #d2d2d2}.user-edit__dialog .company-roles-table .row.data .company-name{font-size:1rem}.user-edit__dialog .company-roles-table .row .cell{padding:0.625rem}.user-edit__dialog .company-roles-table .row .cell.company-name{width:40%}.user-edit__dialog .company-roles-table .row .cell.roles{width:40%}.user-edit__dialog .company-roles-table .row .cell.roles .role{display:flex;align-items:center}.user-edit__dialog .company-roles-table .row .cell.roles .role:not(:last-child){margin-bottom:0.5rem}.user-edit__dialog .company-roles-table .row .cell.roles .role:hover .cp-button{display:flex}.user-edit__dialog .company-roles-table .row .cell.roles .role .cp-button{display:none}.user-edit__dialog .company-roles-table .row .cell.roles .role .expiration-date{color:#bd110e;margin-left:0.5rem}.user-edit__dialog .company-roles-table .row .cell.company-role-actions{width:20%;display:flex;align-items:flex-start;justify-content:flex-end}.user-edit__dialog .company-roles-table .row .cell .cp-button{color:#465761;padding:0;height:auto}.user-edit__dialog .cp-button.add-company{margin-top:1rem;float:right}.user-edit__dialog .switch-wrapper{margin-bottom:1.25rem}.user-roleexpiration__dialog .dialog-main{align-items:center;padding:0.5rem 1rem 18rem}.user-roleexpiration__dialog .dialog-main .textfield{margin:0 0 1rem}.user-roleexpiration__dialog .dialog-main label{display:flex}.user-roleexpiration__dialog .dialog-main label input[type=checkbox]{margin:0 0.5rem 0 0}[class*="edit__dialog"] .dialog-main{overflow-x:hidden}[class*="edit__dialog"] textarea{height:auto;resize:none}[class*="edit__dialog"] .react-tabs__tab--selected{background:#e6e6e6}[class*="edit__dialog"] .textfield.title{max-width:50vw}[class*="edit__dialog"] .primary-input-wrapper{display:flex;justify-content:space-between;align-items:center;padding:0 1.5rem}[class*="edit__dialog"] .primary-input-wrapper .actions-wrapper{display:flex}[class*="edit__dialog"] .primary-input-wrapper .actions-wrapper .cp-button{margin:0 1rem}[class*="edit__dialog"] .property-wrapper{display:flex}[class*="edit__dialog"] .property-wrapper .property-sublink{white-space:nowrap;margin:20px 0 0 2rem}[class*="edit__dialog"] .main-content{display:flex;flex-flow:row nowrap;height:100%;overflow:hidden}[class*="edit__dialog"] .main-content .panel-primary{height:100%;display:flex;flex-flow:column nowrap;flex:1 1 0;padding-top:1.25rem}[class*="edit__dialog"] .main-content .panel-primary .react-tabs__tab-panel--selected{padding:0.5rem 1rem 0}[class*="edit__dialog"] .main-content .panel-primary .toolbar{background:transparent}[class*="edit__dialog"] .main-content .panel-primary .tab-content{display:flex;flex-wrap:wrap;justify-content:space-between;padding:0.5rem 0}[class*="edit__dialog"] .main-content .panel-primary .content-box{flex:1 1 100%;margin:0.5rem 0.5rem 1rem;padding:0.5rem 1.5rem 1.5rem}[class*="edit__dialog"] .main-content .panel-primary .content-box .system-audit-column .system-audit-data{width:calc(50% - 0.75rem);display:inline-block;margin:0.375rem;overflow-wrap:break-word;vertical-align:top}[class*="edit__dialog"] .main-content .panel-primary .content-box .local-playlist-assignments th{width:50%}@media print, screen and (min-width: 40em){[class*="edit__dialog"] .main-content .panel-primary{order:2}}@media screen and (min-width: 75em){[class*="edit__dialog"] .main-content .panel-primary .content-box{flex:1 1 calc(50% - 0.5rem - 2px - 0.5rem - 0.5rem - 2px - 0.5rem)}}[class*="edit__dialog"] .main-content .tags{display:block}[class*="edit__dialog"] .main-content .tags .chip{display:inline-block}[class*="edit__dialog"] .main-content .panel-secondary{width:100%;background:#f2f2f2}@media print, screen and (min-width: 40em){[class*="edit__dialog"] .main-content .panel-secondary{width:25rem;order:1}}[class*="edit__dialog"] .main-content .panel-secondary .panel-secondary-contents{padding:1rem 2rem;display:flex;flex-flow:column nowrap}[class*="edit__dialog"] .main-content .panel-secondary .scheduled-widget-wrapper{margin-bottom:1.25rem}[class*="edit__dialog"] .main-content .panel-secondary .note{text-align:center}[class*="edit__dialog"] .main-content .panel-secondary .screenshot-buttons{padding-top:0.5rem;margin-bottom:1rem;display:block;text-align:center}[class*="edit__dialog"] .main-content .panel-secondary .screenshot-buttons .cp-button{white-space:nowrap}[class*="edit__dialog"] .main-content .panel-secondary .details{display:flex;flex-wrap:wrap}[class*="edit__dialog"] .main-content .panel-secondary .details .pair{width:50%;padding:0.5rem 1rem}[class*="edit__dialog"] .main-content .panel-secondary .details .pair .title{font-size:0.75rem;font-weight:bold}[class*="edit__dialog"] .main-content .panel-secondary .details .pair .title .cp-button{margin:0;height:auto;font-size:0.75rem;padding-bottom:0.2em}[class*="edit__dialog"] .main-content .panel-secondary .details+.scheduled-widget-wrapper{margin-top:1rem}[class*="edit__dialog"] .schedule-wrapper{width:calc(100vw - 31.25rem);right:calc((100vw - 31.25rem) * -1)}@media screen and (min-width: 40em) and (max-width: 63.9375em){[class*="edit__dialog"] .schedule-wrapper{width:calc(100vw - 11rem);right:calc((100vw - 11rem) * -1)}}@media screen and (max-width: 39.9375em){[class*="edit__dialog"] .schedule-wrapper{width:calc(100vw - 1.25rem);right:calc((100vw - 1.25rem) * -1)}}[class*="edit__dialog"] .schedule-wrapper[data-open="true"]{right:0}[class*="edit__dialog"] .schedule-wrapper h2{text-align:center;font-family:"Roboto Slab",serif;margin:1rem 3.5rem 0.5rem}[class*="edit__dialog"] .scheduled-widget-buttons{display:flex;justify-content:space-around;flex-flow:row wrap;margin-top:0.5rem;align-items:center}[class*="edit__dialog"] .scheduled-widget-buttons>span,[class*="edit__dialog"] .scheduled-widget-buttons .cp-button{white-space:nowrap}[class*="edit__dialog"] .attribute-inheritance-text{font-size:0.75rem}[class*="edit__dialog"] .attribute-inheritance-button{color:#404040;font-weight:500;margin:auto;height:auto;text-decoration:underline;font-style:italic;font-size:0.75rem}[class*="edit__dialog"] .player-attribute-editor{display:flex;align-items:center}[class*="edit__dialog"] .expiration-date{color:#bd110e;margin-left:0.5rem}[class*="edit__dialog"] .clover-setting-1-2{display:inline-block;width:calc(50% - 1.25rem);margin-right:0.625rem;margin-left:0.625rem}.wrapper--app-header{flex:0 0 auto;width:auto;background-color:#0069aa;position:relative;z-index:350}.wrapper--app-header .app-header{display:flex;flex-flow:row nowrap;box-shadow:0 0 10px rgba(0,0,0,0.35);height:3.5rem}@media screen and (min-width: 75em){.wrapper--app-header .app-header{height:5rem}}.wrapper--app-header .app-header .header-item--mobilenav{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;align-items:center;padding:.625rem}@media print, screen and (min-width: 40em){.wrapper--app-header .app-header .header-item--mobilenav{display:none}}.wrapper--app-header .app-header .header-item--mobilenav .offCanvas--toggle{color:#fff;font-weight:700;font-size:.625rem;line-height:1;text-transform:uppercase}.wrapper--app-header .app-header .header-item--mobilenav .offCanvas--toggle .hamburger{position:relative;display:inline-block;vertical-align:middle;width:20px;height:17px;cursor:pointer}.wrapper--app-header .app-header .header-item--mobilenav .offCanvas--toggle .hamburger::after{position:absolute;top:0;left:0;display:block;width:100%;height:2px;background:#fff;box-shadow:0 7px 0 #fff,0 14px 0 #fff;content:''}.wrapper--app-header .app-header .header-item--mobilenav .offCanvas--toggle .hamburger:hover::after{background:rgba(255,255,255,0.5);box-shadow:0 7px 0 rgba(255,255,255,0.5),0 14px 0 rgba(255,255,255,0.5)}.wrapper--app-header .app-header .header-item--mobilenav .offCanvas--toggle .hamburger::after{transition:0.25s ease}.wrapper--app-header .app-header .header-item--mobilenav .offCanvas--toggle:hover,.wrapper--app-header .app-header .header-item--mobilenav .offCanvas--toggle:focus{color:rgba(255,255,255,0.5);cursor:pointer}.wrapper--app-header .app-header .header-item--mobilenav .offCanvas--toggle:hover .hamburger::after,.wrapper--app-header .app-header .header-item--mobilenav .offCanvas--toggle:focus .hamburger::after{background-color:rgba(255,255,255,0.5);box-shadow:0 7px 0 rgba(255,255,255,0.5),0 14px 0 rgba(255,255,255,0.5)}.wrapper--app-header .app-header .header-item--primarynav{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;align-items:stretch}@media screen and (max-width: 39.9375em){.wrapper--app-header .app-header .header-item--primarynav{display:none}}.wrapper--app-header .app-header .header-item--user{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto}.no-results{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;align-items:center;justify-content:flex-start;text-align:center;margin:1rem}.no-results .message h3{margin-bottom:0;font-size:1.125rem;font-weight:400;font-family:"Roboto Slab",serif}@media print, screen and (min-width: 64em){.no-results .message h3{font-size:1.375rem}}.no-results .message h3 span{color:#1a1a1a;text-transform:none}.no-results .message div{margin-top:1rem}@media print, screen and (min-width: 64em){.no-results .message div{margin-top:1.25rem}}.no-results .message p{font-size:.875rem;margin-bottom:0}@media print, screen and (min-width: 64em){.no-results .message p{font-size:1rem}}.no-results .message a{cursor:pointer;font-size:1rem;font-weight:700}.no-results.small .message h3{font-size:.875rem}.no-results.small .message p{font-size:.875rem;margin-bottom:0}.no-results{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;align-items:center;justify-content:flex-start;text-align:center}.no-results__wrapper{flex:0 0 auto;width:auto;margin-right:.625rem;margin-left:.625rem;margin:60px 20px;padding:1.25rem 1.875rem;text-align:center;border:1px solid #a3a3a3;border-radius:8px}.no-results__title{color:#1a1a1a;font-family:"Roboto Slab",serif;font-size:1.375rem;font-weight:400;line-height:1}.no-results__message{font-size:.875rem;line-height:1.25rem;margin-top:0.625rem;margin-bottom:0}.no-results__actions{margin-top:0.25rem}.no-results__actions .button{margin:0 0.625rem}.cp-panel--dark .cp-button.underline{color:#6598c6}.cp-panel--dark .no-results__wrapper{border-color:#465761;color:#e6e6e6}.cp-panel--dark .no-results__title{color:#cce1ee}.player__detail{padding:0}.player__detail .top{display:flex;justify-content:flex-start;border-bottom:3px solid grey}.player__detail .top .left{background-color:#23c059;width:300px}.player__detail .top .left .thumbnailImg{max-width:100%;width:100%}.player__detail .top .left .status{text-align:center;font-size:2rem;font-weight:500;color:white}.player__detail .top .left .checkin{text-align:center;font-size:1.2rem;color:white}.player__detail .top .right{display:flex;flex-direction:column;padding:1rem 2rem;width:100%}.player__detail .top .right .buttons{color:#dcdcdc;display:flex;justify-content:flex-start}.player__detail .top .right .cp-button svg{left:1%;position:absolute;top:0}.player__detail .top .right .data{display:flex;justify-content:space-between;padding:0}.player__detail .top .right .data .section{display:flex;flex-direction:column;align-content:center;width:32%}.player__detail .top .right .data .section .head{border-bottom:2px solid grey;font-size:1.2em;text-align:center}.player__detail .top .right .data .section .player__status-list{margin:1rem 0;width:100%}.player__detail .top .right .data .section .player__status-list dt{display:inline-block;margin-right:2rem;text-align:right;width:45%}.player__detail .top .right .data .section .player__status-list dd{display:inline}.player__detail .top .right .data .section .foot{text-align:center}.player__detail .top .right .data .section .foot button{margin:0}.player__detail .top .right .title{font-size:3rem;font-weight:700}.player__detail .top .right .title h1,.player__detail .top .right .title h2,.player__detail .top .right .title h3,.player__detail .top .right .title h4,.player__detail .top .right .title h5,.player__detail .top .right .title h6{margin:0}.player__detail .bottom{margin:2rem}.dialog.player-picker .table-view .player-name{width:auto}.dialog.player-picker .table-view .player-location{width:35%}.dialog.player-picker .table-view .player-status{width:30%}.settings-display-wrapper{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;width:100%}.settings-display{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;border:1px solid transparent;padding:1px 10px;align-items:center;background-color:rgba(230,230,230,0);border-radius:4px;position:relative;transition:all 0.25s ease-in-out;cursor:text;max-width:100%;overflow:hidden}.settings-display .cp-icon--edit{color:rgba(0,0,0,0);margin-right:1rem;transition:all 0.25s ease-in-out}.settings-display:hover{border:1px solid rgba(0,0,0,0.3)}.settings-display:hover .cp-icon--edit{color:rgba(0,0,0,0.6)}.settings-display .settings-details{display:flex;flex-flow:column nowrap;align-items:center}.settings-display .settings-details .title{display:flex;flex-flow:row nowrap;align-items:center}.settings-display .settings-details .title h2{margin-bottom:0;word-break:break-all;text-align:center}.settings-display .settings-details .title .cp-icon{flex:0 0 auto;width:auto;color:#38a3e1;margin-left:0.75rem}.settings-display .settings-details .description p{font-size:.625rem;line-height:1.3;margin-bottom:0}@media print, screen and (min-width: 40em){.settings-display .settings-details .description p{font-size:.75rem}}.settings-popover{background-color:#fff;border-radius:4px;position:absolute}.settings-popover .settings-wrapper{display:flex;flex-flow:row wrap;flex:0 0 auto;width:auto;align-items:flex-start;padding:.625rem}.settings-popover .settings-wrapper .settings-details{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto}.settings-popover .settings-wrapper .settings-details .form-row{align-items:center;margin-bottom:1rem}.settings-popover .settings-wrapper .settings-details .form-row svg{flex:0 0 auto;width:auto;color:#38a3e1;margin-right:0.5rem}.settings-popover .settings-wrapper .settings-details .form-row .select-field{flex:1 1 0px;width:auto;margin-bottom:0}.settings-popover .settings-wrapper .settings-details .form-row .select-field select{font-size:.875rem}.settings-popover .settings-wrapper .settings-details .description{font-size:.875rem}.settings-popover .settings-wrapper .settings-details .settings-options{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.settings-popover .settings-wrapper .settings-details .settings-options .textfield{margin-left:1.25rem;margin-bottom:0;width:auto}.settings-popover .settings-wrapper .settings-details .settings-options input[type=checkbox]{margin-bottom:0}.settings-popover .settings-wrapper .playback-row{display:flex;align-items:center;margin-top:auto}.settings-popover .settings-wrapper .playback-row .margin-left-auto{margin-left:auto}.settings-popover .settings-wrapper .select-field{width:auto;margin:0 0 0 10px}.settings-popover .settings-wrapper .dialog-actions{display:flex;flex-flow:row nowrap;flex:0 0 auto;min-height:0px;min-width:0px;width:calc(100% - 1.25rem);width:100%;align-items:center;justify-content:center}.settings-popover .settings-wrapper .details{border-top:1px solid black;display:flex;flex-wrap:wrap}.settings-popover .settings-wrapper .details .settings{width:100%}.settings-popover .settings-wrapper .details .settings .title{padding-top:0.5rem;font-size:16px;font-weight:bold;display:flex;justify-content:space-between}.cp-panel--dark .settings-display :hover{border-color:#f2f2f2}.sidebar-menu{margin-left:0;list-style:none}.sidebar-menu .menu-item{display:flex;flex-flow:row nowrap;min-height:3.75rem;background-color:rgba(0,105,170,0);border-bottom:1px solid rgba(163,163,163,0.5);color:#fff;cursor:pointer;font-size:.875rem;font-weight:700;align-items:center;transition:all 0.25s ease-in-out}.sidebar-menu .menu-item .context-menu-button-vertical{color:rgba(163,163,163,0.3);padding:0 0.625rem}.sidebar-menu .menu-item:hover{background-color:rgba(0,105,170,0.5)}.sidebar-menu .menu-item:hover .context-menu-button-vertical{color:rgba(255,255,255,0.8)}.sidebar-menu .menu-item:hover .context-menu-button-vertical:hover{color:#fff}.sidebar-menu .menu-item[data-selected="true"]{background-color:#38a3e1;color:#fff}.sidebar-menu .menu-item[data-selected="true"] .context-menu-button-vertical{color:rgba(255,255,255,0.8)}.sidebar-menu .menu-item[data-selected="true"] .context-menu-button-vertical:hover{color:#fff}.sidebar-menu .menu-item--view-all{font-family:"Roboto Slab",serif;color:#98cff2;font-size:1.125rem}.sidebar-menu .menu-item--content{display:flex;flex-flow:row nowrap;flex:1 1 0;width:auto;align-items:center;padding:0 0.25rem;height:3.75rem}.sidebar-menu .menu-item--content>div{padding:0.625rem 0}.sidebar-menu .menu-item--left{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;margin-left:1.25rem;margin-right:.3125rem}.sidebar-menu .menu-item--right{flex:0 0 auto;width:auto;margin-left:.3125rem;margin-right:.9375rem}.sidebar-menu .menu-item--context{justify-content:center;align-items:center;width:2rem}.sidebar-menu .menu-item--title{word-break:break-all;hyphens:auto;margin-right:0.3125rem;padding-left:0.25rem;line-height:1.25;max-height:3.25rem;overflow:hidden}.template-settings-dialog .dialog-content{display:grid;grid-template-rows:auto 1fr auto}.template-settings-dialog .dialog-main{display:block;overflow:hidden}.template-settings-dialog .general-info{padding:1rem}.template-settings-dialog .dialog-header-wrapper{display:flex;flex-flow:row nowrap;justify-content:space-between;width:100%}.template-settings-dialog .dialog-header-wrapper .header-title{align-items:center;justify-content:flex-start}.template-settings-dialog .dialog-header-wrapper .header-title h2{color:inherit}.template-settings-dialog .dialog-header-wrapper .select-field{margin-bottom:0;width:15em}.template-settings-dialog .thumbnail-label{margin-left:0.625rem}.template-settings-dialog .checkboxes{display:flex;flex-direction:column;justify-content:center}.template-settings-dialog .checkboxes .row{display:flex;flex-direction:row}.template-settings-dialog .checkboxes .checkbox-field{display:flex;align-items:center;margin-top:0;margin-bottom:0}.template-settings-dialog .checkboxes .checkbox-field .cp-icon{margin-right:0.4rem}.template-settings-dialog .checkboxes .checkbox-field input[type="checkbox"]{margin-bottom:0}.template-settings-dialog .form-row{--remove-margin: 1.25rem}.template-settings-dialog .form-row>.template-item.width-1-2{width:calc(50%);margin:0;padding:0}.template-settings-dialog .form-row>.template-item .textfield,.template-settings-dialog .form-row>.template-item .select-field,.template-settings-dialog .form-row>.template-item .cp-button--download{margin-bottom:1.25rem}.template-settings-dialog .form-row>.template-item .cp-button--download{margin-right:0.625rem}.template-settings-dialog .textfield.attached .attached-wrapper{display:grid;grid-template-columns:1fr auto}.template-settings-dialog .textfield.attached .attached-wrapper [type="text"]{padding-right:30px}.template-settings-dialog .textfield.attached .attached-wrapper .input-clear{grid-column:1 / 1}.template-settings-dialog .react-tabs{padding:1rem}.template-settings-dialog .react-tabs .react-tabs__tab-panel{padding:0.5rem}.template-settings-custom-functions-dialog .react-tabs{padding:1rem}.template-settings-custom-functions-dialog .react-tabs .react-tabs__tab-panel{padding:0.5rem}.template-settings-custom-functions-dialog .form-row{--remove-margin: 1.25rem}.template-settings-custom-functions-dialog .checkbox-field{display:flex;align-items:center;margin-top:0;margin-bottom:0}.template-settings-custom-functions-dialog .checkbox-field input[type="checkbox"]{margin-bottom:0}.template-settings-custom-functions-dialog textarea{font-family:'Courier New', monospace}.scheduled-widget-wrapper{background-color:#fff;border-radius:8px;border:1px solid #d2d2d2;padding:.625rem 1.25rem !important;text-align:center}.scheduled-widget-wrapper h3{text-align:center;color:#000;font-family:"Roboto Slab",serif;font-size:.875rem;font-weight:700;margin-bottom:0.5rem;width:100%;text-transform:uppercase}@media print, screen and (min-width: 40em){.scheduled-widget-wrapper h3{font-size:1rem}}.scheduled-widget-wrapper .button{margin-top:1rem}.schedule-widget{display:flex;flex-direction:column;width:100%;position:relative}.schedule-widget .no-schedule{position:absolute;top:0;left:0%;height:100%;width:100%;padding:2rem;background:#8a8a8ac9;color:white;font-size:1.2rem;font-weight:700;border-radius:4px;display:flex;align-items:center;justify-content:center}.schedule-widget .schedule-header{display:flex}.schedule-widget .schedule-header .schedule-header-spacer{width:2rem}.schedule-widget .schedule-header .schedule-header-title{display:flex;flex-flow:row nowrap;color:#1a1a1a;font-size:.625rem;font-weight:600;justify-content:space-between;margin:0 0 4px 1.25rem;width:100%}.schedule-widget .schedule-row-wrapper{width:calc(100% - 0.625rem);position:relative}.schedule-widget .schedule-row-wrapper::before{content:'';width:calc(100% - $titleColumnWidth);height:100%;top:0;left:2rem;position:absolute;background-color:rgba(64,64,64,0.1)}.schedule-widget .schedule-row-bars{pointer-events:none;position:absolute;top:0;right:0;height:100%;width:calc(100% - 2rem);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='1'><rect width='1' height='1' fill='#8D949B' fill-opacity='0.5'/></svg>"),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='1'><rect width='1' height='1' fill='#8D949B' fill-opacity='0.5'/></svg>"),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='1'><rect width='1' height='1' fill='#8D949B' fill-opacity='0.5'/></svg>"),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='1'><rect width='1' height='1' fill='#8D949B' fill-opacity='0.5'/></svg>"),url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='1' height='1'><rect width='1' height='1' fill='#8D949B' fill-opacity='0.5'/></svg>");background-position:0 top, 25% top, 50% top, 75% top, 100% top;background-repeat:no-repeat;background-size:1px 100%}.schedule-widget .schedule-row{display:flex;flex-flow:row nowrap;align-items:center;padding:0.3rem 0;border-bottom:1px solid #a3a3a3}.schedule-widget .schedule-row:first-child{border-top:1px solid #a3a3a3}.schedule-widget .schedule-row .schedule-row-header{width:2rem;color:#1a1a1a;font-family:"Roboto Mono",monospace;font-size:.625rem;line-height:1;padding-right:0.5rem;text-align:right;text-transform:uppercase}@media print, screen and (min-width: 40em){.schedule-widget .schedule-row .schedule-row-header{font-size:.75rem}}.schedule-widget .schedule-row .schedule-row-content{width:calc(100% - 2rem);position:relative;height:8px}@media print, screen and (min-width: 40em){.schedule-widget .schedule-row .schedule-row-content{height:12px}}.schedule-widget .schedule-row .schedule-row-content .schedule-row-bar{position:absolute;background-color:#38a3e1;border-radius:2px;height:8px}@media print, screen and (min-width: 40em){.schedule-widget .schedule-row .schedule-row-content .schedule-row-bar{border-radius:2px;height:12px}}.schedule-widget .schedule-row[data-day="current"] .schedule-row-header{font-weight:700}.schedule-widget .schedule-row[data-day="current"] .schedule-row-content{background-color:rgba(163,163,163,0.5)}.switch-events-overlay{width:100vw;height:100%;box-shadow:none;z-index:150;position:fixed;transition:background-color 0.25s ease-in}.switch-events-container{display:flex;flex-flow:column nowrap;box-shadow:0 0 30px rgba(0,0,0,0.35);position:absolute;height:100%;width:30rem;transition:transform 0.5s, opacity 0.5s ease-in-out, width 0.5s ease-in-out;z-index:151}.switch-events-container[data-isopen='false']{overflow:hidden;transform:translateX(-100%)}.switch-events-container .switch-events-panel{background-color:#1a1a1a;font-family:Lato,"Helvetica Neue",Helvetica,Arial,sans-serif;height:calc(100% - 60px);left:0;top:0;width:100%}.switch-events-container .switch-events-panel .scrollbar .scrollbar-handle{background-color:#666}.switch-events-container .switch-events-panel .switch-events-title{display:flex;justify-content:flex-start;align-items:center;padding:1rem;color:#a3a3a3;min-height:6rem}.switch-events-container .switch-events-panel .switch-events-title .layout-zone{border-color:#404040}.switch-events-container .switch-events-panel .switch-events-title .event-title{flex:1;margin-left:0.6rem;color:#f2f2f2}.switch-events-container .switch-events-panel .switch-events-title .event-title .textfield{margin-bottom:0}.switch-events-container .switch-events-panel .switch-events-title .event-title input,.switch-events-container .switch-events-panel .switch-events-title .event-title h4{height:2.5rem;font-size:1.125rem;align-items:center;display:flex}.switch-events-container .switch-events-panel .section-container{justify-content:flex-start;align-items:center;color:#a3a3a3}.switch-events-container .switch-events-panel .section-container .section-title{display:flex;align-items:center;justify-content:space-between;background-color:#000;padding:1rem}.switch-events-container .switch-events-panel .section-container .section-title .title{font-weight:700;font-size:1.125rem}.switch-events-container .switch-events-panel .section-container .section-title .select-field{margin:0 0 0 1rem}.switch-events-container .switch-events-panel .section-container .section-title .select-field:focus{outline:none}.switch-events-container .switch-events-panel .section-container .section-title.trigger-type{justify-content:flex-start}.switch-events-container .switch-events-panel .section-container .section-title.trigger-type .select-field{max-width:175px}.switch-events-container .switch-events-panel .section-container .section-body{position:relative}.switch-events-container .switch-events-panel .section-container .section-body.invalid{border:solid 1px #bd110e;border-color:#bd110e;border-bottom-left-radius:0}.switch-events-container .switch-events-panel .section-container .section-body.invalid .error-text{background-color:#bd110e;border-radius:0 0 4px 4px;color:#fff;font-size:.75rem;font-weight:600;line-height:1;padding:0.5rem;margin-left:1rem;position:absolute;left:0;bottom:0;transform:translateY(98%);transition:transform 0.33s ease;z-index:1}.switch-events-container .switch-events-panel .section-container .content-message{background-color:#666;color:#f2f2f2;font-size:.875rem;font-weight:600;justify-content:flex-start;border-radius:.25rem;padding:.625rem;flex:1}.switch-events-container .switch-events-panel .section-container .content-message p{margin:0}.switch-events-container .switch-events-panel .section-container .content-message p:not(:hover){white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.switch-events-container .switch-events-panel .section-container .link{color:#6598c6;font-weight:bold}.switch-events-container .switch-events-panel .section-container .zone-content{border-bottom:1px solid #000;display:flex;justify-content:space-between;align-items:center;padding:0.5rem 2rem 0.5rem 1rem}.switch-events-container .switch-events-panel .section-container .zone-content .zone-content-title{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:0.5em 0.5em 0.5em 0}.switch-events-container .switch-events-panel .section-container .zone-content .zone-content-title .content-name{color:white;font-size:1.125rem}.switch-events-container .switch-events-panel .section-container .zone-content .zone-content-title:hover{color:#fff}.switch-events-container .switch-events-panel .section-container .zone-content .zone-content-title:hover .zone-edit-button svg{color:#38a3e1}.switch-events-container .switch-events-panel .section-container .zone-content .zone-content-info{display:flex;justify-content:flex-end;align-items:center;font-weight:600;color:#e6e6e6}.switch-events-container .switch-events-panel .section-container .zone-content .zone-content-info *{margin-left:0.6rem}.switch-events-container .switch-events-panel .section-container .zone-content.missing-content{background-color:#5f1110}.switch-events-container .switch-events-panel .section-container .zone-content.content-assigned{background-color:#2d3443}.switch-events-container .switch-events-panel .section-container:hover>.zone-content{background-color:green !important}.switch-events-container .switch-events-panel .section-container .schedule-content,.switch-events-container .switch-events-panel .section-container .behavior-content,.switch-events-container .switch-events-panel .section-container .phidget-content,.switch-events-container .switch-events-panel .section-container .offlinefailover-content,.switch-events-container .switch-events-panel .section-container .takeover-content{margin:1rem}.switch-events-container .switch-events-panel .section-container .schedule-content .screen-picker,.switch-events-container .switch-events-panel .section-container .behavior-content .screen-picker,.switch-events-container .switch-events-panel .section-container .phidget-content .screen-picker,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .screen-picker,.switch-events-container .switch-events-panel .section-container .takeover-content .screen-picker{position:relative}.switch-events-container .switch-events-panel .section-container .schedule-content .screen-picker button,.switch-events-container .switch-events-panel .section-container .behavior-content .screen-picker button,.switch-events-container .switch-events-panel .section-container .phidget-content .screen-picker button,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .screen-picker button,.switch-events-container .switch-events-panel .section-container .takeover-content .screen-picker button{position:absolute;right:0;top:0;margin:0}.switch-events-container .switch-events-panel .section-container .schedule-content .screen-picker button.input-clear,.switch-events-container .switch-events-panel .section-container .behavior-content .screen-picker button.input-clear,.switch-events-container .switch-events-panel .section-container .phidget-content .screen-picker button.input-clear,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .screen-picker button.input-clear,.switch-events-container .switch-events-panel .section-container .takeover-content .screen-picker button.input-clear{right:35px}.switch-events-container .switch-events-panel .section-container .schedule-content .day-set,.switch-events-container .switch-events-panel .section-container .behavior-content .day-set,.switch-events-container .switch-events-panel .section-container .phidget-content .day-set,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .day-set,.switch-events-container .switch-events-panel .section-container .takeover-content .day-set{margin-bottom:1rem}.switch-events-container .switch-events-panel .section-container .schedule-content .schedule-datetime-container,.switch-events-container .switch-events-panel .section-container .behavior-content .schedule-datetime-container,.switch-events-container .switch-events-panel .section-container .phidget-content .schedule-datetime-container,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .schedule-datetime-container,.switch-events-container .switch-events-panel .section-container .takeover-content .schedule-datetime-container{display:flex;justify-content:flex-start;width:60%;margin:1rem 0;font-weight:400}.switch-events-container .switch-events-panel .section-container .schedule-content .schedule-datetime-container .textfield,.switch-events-container .switch-events-panel .section-container .behavior-content .schedule-datetime-container .textfield,.switch-events-container .switch-events-panel .section-container .phidget-content .schedule-datetime-container .textfield,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .schedule-datetime-container .textfield,.switch-events-container .switch-events-panel .section-container .takeover-content .schedule-datetime-container .textfield{flex:0 50%;margin-bottom:0.1rem}.switch-events-container .switch-events-panel .section-container .schedule-content .schedule-list,.switch-events-container .switch-events-panel .section-container .behavior-content .schedule-list,.switch-events-container .switch-events-panel .section-container .phidget-content .schedule-list,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .schedule-list,.switch-events-container .switch-events-panel .section-container .takeover-content .schedule-list{padding:0}.switch-events-container .switch-events-panel .section-container .schedule-content .schedule-list .remove-hours,.switch-events-container .switch-events-panel .section-container .schedule-content .schedule-list .remove-set,.switch-events-container .switch-events-panel .section-container .behavior-content .schedule-list .remove-hours,.switch-events-container .switch-events-panel .section-container .behavior-content .schedule-list .remove-set,.switch-events-container .switch-events-panel .section-container .phidget-content .schedule-list .remove-hours,.switch-events-container .switch-events-panel .section-container .phidget-content .schedule-list .remove-set,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .schedule-list .remove-hours,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .schedule-list .remove-set,.switch-events-container .switch-events-panel .section-container .takeover-content .schedule-list .remove-hours,.switch-events-container .switch-events-panel .section-container .takeover-content .schedule-list .remove-set{color:#e6e6e6;font-weight:600}.switch-events-container .switch-events-panel .section-container .schedule-content .schedule-list .remove-hours svg,.switch-events-container .switch-events-panel .section-container .schedule-content .schedule-list .remove-set svg,.switch-events-container .switch-events-panel .section-container .behavior-content .schedule-list .remove-hours svg,.switch-events-container .switch-events-panel .section-container .behavior-content .schedule-list .remove-set svg,.switch-events-container .switch-events-panel .section-container .phidget-content .schedule-list .remove-hours svg,.switch-events-container .switch-events-panel .section-container .phidget-content .schedule-list .remove-set svg,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .schedule-list .remove-hours svg,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .schedule-list .remove-set svg,.switch-events-container .switch-events-panel .section-container .takeover-content .schedule-list .remove-hours svg,.switch-events-container .switch-events-panel .section-container .takeover-content .schedule-list .remove-set svg{margin:0;height:initial}.switch-events-container .switch-events-panel .section-container .schedule-content .schedule-list .input-wrapper,.switch-events-container .switch-events-panel .section-container .behavior-content .schedule-list .input-wrapper,.switch-events-container .switch-events-panel .section-container .phidget-content .schedule-list .input-wrapper,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .schedule-list .input-wrapper,.switch-events-container .switch-events-panel .section-container .takeover-content .schedule-list .input-wrapper{margin-left:0}.switch-events-container .switch-events-panel .section-container .schedule-content .repeating-schedule,.switch-events-container .switch-events-panel .section-container .behavior-content .repeating-schedule,.switch-events-container .switch-events-panel .section-container .phidget-content .repeating-schedule,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .repeating-schedule,.switch-events-container .switch-events-panel .section-container .takeover-content .repeating-schedule{border-top:5px solid #404040}.switch-events-container .switch-events-panel .section-container .schedule-content .repeating-schedule .repeating-schedule-content,.switch-events-container .switch-events-panel .section-container .behavior-content .repeating-schedule .repeating-schedule-content,.switch-events-container .switch-events-panel .section-container .phidget-content .repeating-schedule .repeating-schedule-content,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .repeating-schedule .repeating-schedule-content,.switch-events-container .switch-events-panel .section-container .takeover-content .repeating-schedule .repeating-schedule-content{display:flex;justify-content:flex-start;margin-top:1rem}.switch-events-container .switch-events-panel .section-container .schedule-content .repeating-schedule .repeating-schedule-content p,.switch-events-container .switch-events-panel .section-container .behavior-content .repeating-schedule .repeating-schedule-content p,.switch-events-container .switch-events-panel .section-container .phidget-content .repeating-schedule .repeating-schedule-content p,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .repeating-schedule .repeating-schedule-content p,.switch-events-container .switch-events-panel .section-container .takeover-content .repeating-schedule .repeating-schedule-content p{width:7rem}.switch-events-container .switch-events-panel .section-container .schedule-content .repeating-schedule .repeating-schedule-content .textfield,.switch-events-container .switch-events-panel .section-container .behavior-content .repeating-schedule .repeating-schedule-content .textfield,.switch-events-container .switch-events-panel .section-container .phidget-content .repeating-schedule .repeating-schedule-content .textfield,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .repeating-schedule .repeating-schedule-content .textfield,.switch-events-container .switch-events-panel .section-container .takeover-content .repeating-schedule .repeating-schedule-content .textfield{width:4rem;margin-left:1rem}.switch-events-container .switch-events-panel .section-container .schedule-content .repeating-schedule .repeating-schedule-content .select-field,.switch-events-container .switch-events-panel .section-container .behavior-content .repeating-schedule .repeating-schedule-content .select-field,.switch-events-container .switch-events-panel .section-container .phidget-content .repeating-schedule .repeating-schedule-content .select-field,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .repeating-schedule .repeating-schedule-content .select-field,.switch-events-container .switch-events-panel .section-container .takeover-content .repeating-schedule .repeating-schedule-content .select-field{width:5rem;margin-left:0.5rem}.switch-events-container .switch-events-panel .section-container .schedule-content .repeating-schedule .repeat-month-options,.switch-events-container .switch-events-panel .section-container .behavior-content .repeating-schedule .repeat-month-options,.switch-events-container .switch-events-panel .section-container .phidget-content .repeating-schedule .repeat-month-options,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .repeating-schedule .repeat-month-options,.switch-events-container .switch-events-panel .section-container .takeover-content .repeating-schedule .repeat-month-options{flex:1 1 100%}.switch-events-container .switch-events-panel .section-container .schedule-content .custom-mix-container,.switch-events-container .switch-events-panel .section-container .behavior-content .custom-mix-container,.switch-events-container .switch-events-panel .section-container .phidget-content .custom-mix-container,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .custom-mix-container,.switch-events-container .switch-events-panel .section-container .takeover-content .custom-mix-container{display:flex;justify-content:flex-start;padding-bottom:2rem}.switch-events-container .switch-events-panel .section-container .schedule-content .custom-mix-container .textfield,.switch-events-container .switch-events-panel .section-container .schedule-content .custom-mix-container .select-field,.switch-events-container .switch-events-panel .section-container .behavior-content .custom-mix-container .textfield,.switch-events-container .switch-events-panel .section-container .behavior-content .custom-mix-container .select-field,.switch-events-container .switch-events-panel .section-container .phidget-content .custom-mix-container .textfield,.switch-events-container .switch-events-panel .section-container .phidget-content .custom-mix-container .select-field,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .custom-mix-container .textfield,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .custom-mix-container .select-field,.switch-events-container .switch-events-panel .section-container .takeover-content .custom-mix-container .textfield,.switch-events-container .switch-events-panel .section-container .takeover-content .custom-mix-container .select-field{margin-bottom:0;padding-left:5px;padding-right:5px}.switch-events-container .switch-events-panel .section-container .schedule-content .offlinefailover-container,.switch-events-container .switch-events-panel .section-container .behavior-content .offlinefailover-container,.switch-events-container .switch-events-panel .section-container .phidget-content .offlinefailover-container,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .offlinefailover-container,.switch-events-container .switch-events-panel .section-container .takeover-content .offlinefailover-container{display:flex;flex-flow:row wrap;justify-content:space-between}.switch-events-container .switch-events-panel .section-container .schedule-content .offlinefailover-container .select-field,.switch-events-container .switch-events-panel .section-container .schedule-content .offlinefailover-container .textfield,.switch-events-container .switch-events-panel .section-container .behavior-content .offlinefailover-container .select-field,.switch-events-container .switch-events-panel .section-container .behavior-content .offlinefailover-container .textfield,.switch-events-container .switch-events-panel .section-container .phidget-content .offlinefailover-container .select-field,.switch-events-container .switch-events-panel .section-container .phidget-content .offlinefailover-container .textfield,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .offlinefailover-container .select-field,.switch-events-container .switch-events-panel .section-container .offlinefailover-content .offlinefailover-container .textfield,.switch-events-container .switch-events-panel .section-container .takeover-content .offlinefailover-container .select-field,.switch-events-container .switch-events-panel .section-container .takeover-content .offlinefailover-container .textfield{width:calc(50% - 1.25rem)}.switch-events-container .switch-events-panel .scrollbar-handle{z-index:501}.switch-events-container .switch-events-panel .clear-button{background-color:rgba(152,207,242,0.5);color:#000;border-radius:50%;cursor:pointer;font-weight:700;margin-left:0.5rem;height:1rem;width:1rem;transition:all 0.25s ease-in-out;display:flex;align-items:center;justify-content:center;padding:0}.switch-events-container .switch-events-panel .clear-button svg{margin-left:0 !important}.switch-events-container .switch-events-panel .clear-button:hover{background-color:rgba(152,207,242,0.5);color:#000}.switch-events-container .switch-events-panel .clear-button:disabled,.switch-events-container .switch-events-panel .clear-button.disabled{cursor:default;opacity:0.3}.switch-events-container .switch-events-panel .preview-column{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;align-content:center;justify-content:center;width:100%;height:100%}.switch-events-container .switch-events-panel .preview-column *{margin-left:0 !important}.switch-events-container .switch-events-panel .zone-content .layout-zone{border-color:#404040}.switch-events-container .switch-events-panel .zone-content .layout-previewer{background:#a3a3a3}.switch-events-container .switch-events-panel .zone-content .layout-zone--selected{background-color:#fff}.switch-events-container .switch-events-panel .zone-content.content-assigned .layout-zone--selected{background-color:#38a3e1}.switch-events-container .footer{position:absolute;display:flex;bottom:0;left:0;align-items:center;justify-content:center;padding:0.9rem;height:60px;width:30rem;background-color:#000}.theme-edit-dialog .select-field{text-align:left}.theme-edit-dialog .inline{display:flex}.theme-edit-dialog .inline .buffer-media-option{width:50%}.theme-edit-dialog .inline .buffer-media-picker{width:50%;margin-left:2rem}.theme-edit-dialog .inline .buffer-media-picker .input-clear{right:70px}.theme-edit-dialog .layout-selector{padding:0 0 0 1rem;color:#2d3443;width:200px}.theme-edit-dialog .layout-selector .layout-label{margin-bottom:0.25rem;font-size:0.875rem;font-weight:600;line-height:1.2}.theme-edit-dialog .layout-selector .preview-container{width:70px;height:70px;margin:0 auto}.theme-edit-dialog .layout-selector .preview-container .cp-button{display:block;width:100%;height:100%;margin:0;padding:0}.theme-edit-dialog .layout-selector .preview-container .preview-column{display:flex;flex-flow:row nowrap;flex:1 1 0;align-content:center;justify-content:center;width:100%;height:100%}.theme-edit-dialog .layout-selector .preview-container .preview-column .layout-previewer{margin:0}.theme-edit-dialog .name-row{display:flex;justify-content:space-between}.theme-edit-dialog .name-row .name-wrapper{position:relative;width:100%}.theme-edit-dialog .themezones-list .themezone{border-top:1px solid #2d3443;padding-top:1rem;display:flex;justify-content:space-between}.theme-edit-dialog .themezones-list .themezone .options{width:100%}.theme-edit-dialog .themezones-list .themezone .options .textfield .input-clear{right:60px}.theme-edit-dialog .themezones-list .themezone .options .inline{display:flex}.theme-edit-dialog .themezones-list .themezone .options .inline .play-option-select{width:50%}.theme-edit-dialog .themezones-list .themezone .options .inline .play-option-number{width:30%;margin-left:2rem}.theme-edit-dialog .themezones-list .themezone .cp-button{position:absolute;right:0}.theme-edit-dialog .themezones-list .themezone .layout-previewer:hover{border-color:#465761;background-color:#fff;box-shadow:0 0 0 rgba(0,0,0,0)}.table-view table tbody{background-color:#e6e6e6}.table-view table tbody tr:hover{background-color:rgba(56,163,225,0.2)}.table-view-wrapper{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;overflow-x:auto}.table-view{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;position:relative;text-align:left;height:100%}.table-view thead tr:hover{background-color:#ebebeb}.table-view tfoot tr:hover{background-color:#e1e1e1}.table-view tbody tr:hover{background-color:#ededed}.table-view.striped tr:nth-of-type(even):hover{background-color:#e0e0e0}.table-view-head-scroll{flex:0 0 auto;width:auto}.table-view .table-view-body-scroll tbody.table-view-empty>tr,.table-view .table-view-body-scroll tbody.table-view-empty>tr:last-child{border:none}.table-view table{font-weight:700;color:#465761;margin:0}.table-view table td{word-break:break-all}.table-view table .table-view-empty{position:absolute;top:0;bottom:0;left:0;right:0}.table-view thead{background-color:#f2f2f2;border-bottom:1px solid #d2d2d2;color:#1a1a1a;font-size:.625rem}.table-view thead tr:hover{background-color:transparent}.table-view thead th{position:sticky;top:0;z-index:1;vertical-align:middle;background-color:#f2f2f2;border-bottom:1px solid #d2d2d2}.table-view thead .header-checkbox input[type="checkbox"]{opacity:0.5;transition:all 0.25s ease}.table-view thead .header-checkbox input[type="checkbox"]:hover,.table-view thead .header-checkbox input[type="checkbox"][data-selection="all"]{opacity:1}.table-view thead .header-checkbox input[type="checkbox"][data-selection="partial"]{opacity:0.625}.table-view thead .cp-icon--ColumnSortAscending,.table-view thead .cp-icon--ColumnSortDescending,.table-view thead .cp-icon--ColumnSortNone{margin-left:0.25rem}.table-view tbody{font-size:.8125rem}@media screen and (max-width: 63.9375em){.table-view tbody{font-size:.75rem}}.table-view tbody tr{border-top:1px solid #d2d2d2;transition:all 0.25s ease}.table-view tbody tr:first-child{border-top:none}.table-view tbody tr:last-child{border-bottom:1px solid #d2d2d2}.table-view tbody tr [data-column-type="button"] button{text-decoration:underline;color:blue;font-size:0.8125rem}.table-view tbody tr [data-column-type="checkbox"] input[type="checkbox"]{opacity:0.625;transition:all 0.25s ease}.table-view tbody tr[data-selected="true"]{background-color:#38a3e1 !important;color:#fff !important}.table-view tbody tr[data-selected="true"]:hover,.table-view tbody tr[data-selected="true"]:focus{background-color:#38a3e1}.table-view tbody tr[data-selected="true"][data-disabled="true"]{background-color:#38a3e1}.table-view tbody tr[data-selected="true"][data-disabled="true"] td{opacity:1}.table-view tbody tr[data-selected="true"] [data-column-type="checkbox"] input[type="checkbox"]{opacity:1}.table-view tbody tr[data-selected="true"] td{word-break:break-all;color:#fff !important}.table-view tbody tr[data-disabled="true"]{background-color:#e6e6e6}.table-view tbody tr[data-disabled="true"] td{opacity:0.6}.table-view tbody tr.nested>td:first-of-type{padding:0}.table-view tbody tr.nested .table-view-body{background-color:transparent}.table-view tbody tr.nested .table-view-body:nth-of-type(2){background-color:rgba(0,0,0,0.1);box-shadow:inset 0 0 10px rgba(0,0,0,0.5)}.table-view tbody tr.nested .table-view-body:nth-of-type(2) tr{background-color:transparent}.table-view tbody tr.nested .table-view-body:nth-of-type(2) tr:hover{background-color:transparent}.table-view tbody tr.nested .table-view-body:nth-of-type(2) tr:first-of-type{border-top:1px solid transparent}.table-view tbody tr.nested .table-view-body:nth-of-type(2) tr:last-of-type{border-bottom:none}.table-view tbody tr.nested .table-view-body tr:last-of-type{border-bottom:none}.table-view tbody .column-thumbnail .content-thumbnail{position:relative;border:1px solid #e6e6e6;max-height:30px}.table-view tbody .column-thumbnail .content-thumbnail{transition:transform 0.2s;border:0}.table-view tbody .column-thumbnail .content-thumbnail.anchor-top{transform-origin:top left}.table-view tbody .column-thumbnail .content-thumbnail.anchor-bottom{transform-origin:bottom left}.table-view tbody .column-thumbnail .content-thumbnail:hover{-ms-transform:scale(6);-webkit-transform:scale(6);transform:scale(6);transition-delay:400ms;box-shadow:0 2px 1px rgba(0,0,0,0.75);z-index:10000}.table-view.table-small th,.table-view.table-small td{padding:10px 5px}.table-view.table-small th:first-child,.table-view.table-small td:first-child{padding-left:10px}.table-view.table-small thead{font-size:.625rem}.table-view.table-small tbody{font-size:.75rem}@media screen and (max-width: 63.9375em){.table-view.table-small tbody{font-size:.6875rem}}.table-view.table-small tbody .column-thumbnail .content-thumbnail{max-height:20px}.table-view.table-small tbody .column-thumbnail .content-thumbnail:hover{-ms-transform:scale(9);-webkit-transform:scale(9);transform:scale(9)}.table-view.has-toolbar{height:calc(100% - 55px)}.sidebar-content .view-all-row{background-color:rgba(56,163,225,0);border-bottom:1px solid rgba(163,163,163,0.5);color:#fff;font-size:.75rem;font-weight:600;cursor:pointer;padding:.625rem .625rem .625rem 1.25rem}.sidebar-content .view-all-row:hover{background-color:rgba(56,163,225,0.5)}.sidebar-content .view-all-row[data-selected="true"]{background-color:#38a3e1}.sidebar-content.has-toolbar{height:calc(100% - 46px)}.content-panel .table-view tbody{background-color:#fff}.cp-panel--dark .table-view thead{background-color:#1c2028;color:#a3a3a3;font-weight:700;border-color:#465761}.cp-panel--dark .table-view tbody{color:#cce1ee;background-color:#1c2028}.cp-panel--dark .table-view tbody tr{background-color:#1c2028;border-color:#465761}.cp-panel--dark .table-view tbody tr[data-selected="false"][data-disabled="false"]:hover,.cp-panel--dark .table-view tbody tr[data-selected="false"][data-disabled="true"]:hover{background-color:rgba(56,163,225,0.5)}.cp-panel--dark .table-view tbody tr[data-disabled="true"]{background-color:#2d3443}.cp-panel--dark .table-view tbody tr[data-disabled="true"] td{opacity:0.6}.cp-panel--dark .table-view tbody tr[data-selected="true"] td{opacity:1}.cp-panel--dark .table-view tbody .column-icon{color:#6598c6}.cp-panel--dark .table-view .download-csv-button{background-color:#1c2028;color:#6598c6}.table-view.sidebar-menu-table thead,.table-view.sidebar-menu-table tbody{color:#fff}.table-view.sidebar-menu-table .table-view-head-scroll{display:none}.table-view.sidebar-menu-table th:first-child,.table-view.sidebar-menu-table td:first-child{padding-left:1.25rem}.table-view.sidebar-menu-table table .table-view-body{background-color:transparent}.table-view.sidebar-menu-table table .table-view-body tr{background-color:rgba(56,163,225,0);border-bottom-color:rgba(163,163,163,0.5);border-top-color:rgba(163,163,163,0.5);font-size:.75rem;font-weight:600;cursor:pointer}.table-view.sidebar-menu-table table .table-view-body tr .context-menu-button-vertical{color:rgba(255,255,255,0)}.table-view.sidebar-menu-table table .table-view-body tr:hover{background-color:rgba(56,163,225,0.5)}.table-view.sidebar-menu-table table .table-view-body tr:hover .context-menu-button-vertical{color:rgba(255,255,255,0.8)}.table-view.sidebar-menu-table table .table-view-body tr:hover .context-menu-button-vertical:hover{color:#fff}.table-view.sidebar-menu-table table .table-view-body tr[data-selected="true"]{background-color:#38a3e1}.table-view.sidebar-menu-table table .table-view-body tr[data-selected="true"] .context-menu-button-vertical{color:rgba(0,0,0,0.6)}.table-view.sidebar-menu-table table .table-view-body tr[data-selected="true"] .context-menu-button-vertical:hover{color:rgba(0,0,0,0.8)}.table-view .download-csv-button{position:absolute;right:0;z-index:1;background-color:revert-layer;color:#2d3443;padding:0 0.525rem;font-size:0.625rem;letter-spacing:0.1rem;height:auto;font-weight:normal;margin:0.625rem 0}.table-view-body-scroll{flex:1 1 0px;width:auto}.table-view-body td[data-value="InProgress"],.player-network-players td[data-value="InProgress"]{color:#268e4a;font-weight:600}.table-view-body td[data-value="Pending"],.table-view-body td[data-availability="pending"],.player-network-players td[data-value="Pending"],.player-network-players td[data-availability="pending"]{color:#b06000;font-weight:600}.table-view-body td[data-value="Failed"],.table-view-body td[data-value="Unkown"],.table-view-body td[data-availability="unavailable"],.table-view-body td[data-availability="disabled"],.table-view-body td[data-availability="expired"],.player-network-players td[data-value="Failed"],.player-network-players td[data-value="Unkown"],.player-network-players td[data-availability="unavailable"],.player-network-players td[data-availability="disabled"],.player-network-players td[data-availability="expired"]{color:#bd110e;font-weight:600}.table-view-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(255,255,255,0.7);z-index:1;animation-name:fade-in-overlay;animation-iteration-count:1;animation-timing-function:linear;animation-duration:500ms}.table-view-loading-overlay .table-view-loading-spinner{margin:0;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}@keyframes fade-in-overlay{0%{opacity:0}80%{opacity:0}100%{opacity:0.9}}.table-view-loading-spinner{margin-top:1rem}.rule-set{margin-bottom:1rem;position:relative}.rule-set fieldset{margin-bottom:0.5rem}.rule-set fieldset .chip-wrapper{display:flex;flex-flow:row wrap}.rule-set fieldset .chip-wrapper .add-chip{margin:0 0.5rem 0.75rem 0}.rule-set .chip-controls{justify-content:flex-start}.rule-set .delete-rule{position:absolute;top:-2px;right:-16px;width:24px;height:24px;background:#666;border:4px solid #1a1a1a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#1a1a1a;padding:0}.rule-set .delete-rule svg{color:#1a1a1a !important}.rule-set .delete-rule:hover{background:#d2d2d2}.button-set-vertical{padding:1rem;display:flex;flex-direction:column;align-items:stretch}.button-set-vertical button{margin:10px 0 0}.button-set-vertical button:first-child{margin:0}.tile-view.cards>.card-wrapper{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}.tile-view.cards .thumbnail-image{height:7rem}@media screen and (min-width: 30em){.tile-view.cards>.card-wrapper{width:calc(33.33333% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media print, screen and (min-width: 64em){.tile-view.cards>.card-wrapper{width:calc(25% - 1.25rem);margin-right:.625rem;margin-left:.625rem}.tile-view.cards .thumbnail-image{height:7.5rem}}@media screen and (min-width: 75em){.tile-view.cards>.card-wrapper{width:calc(16.66667% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media screen and (min-width: 100em){.tile-view.cards>.card-wrapper{width:calc(12.5% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.tile-view.cards .no-results{position:absolute;left:0;right:0}@media print, screen and (min-width: 40em){.has-sidebar .tile-view>.card-wrapper{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}.has-sidebar .tile-view .thumbnail-image{height:7.5rem}}@media print, screen and (min-width: 64em){.has-sidebar .tile-view>.card-wrapper{width:calc(33.33333% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media screen and (min-width: 75em){.has-sidebar .tile-view>.card-wrapper{width:calc(25% - 1.25rem);margin-right:.625rem;margin-left:.625rem}.has-sidebar .tile-view .thumbnail-image{height:8.125rem}}@media screen and (min-width: 100em){.has-sidebar .tile-view>.card-wrapper{width:calc(16.66667% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.tile-view-body{height:100%}.tile-view-wrapper{flex:1 1 0px;width:auto;display:flex;flex-flow:column nowrap;width:100%;height:100%}.tile-view-wrapper .toolbar{min-height:3.125rem;padding:0.5rem 0 0;background-color:transparent;border-bottom-width:0;margin-bottom:-.625rem}.tile-view.cards{display:flex;flex-flow:row wrap;flex:0 0 auto;min-height:0px;min-width:0px;width:calc(100% - 1.25rem);align-items:flex-start;align-content:flex-start;justify-content:flex-start;padding:1.25rem .625rem .625rem .625rem;min-height:calc(100% - 20px);width:100%}.tile-view.cards.has-toolbar{min-height:calc(100% - 42px)}.tile-view.cards .card-wrapper{margin:0 .625rem 1.25rem}.tile-view.cards .card{box-shadow:0 0 0 rgba(0,0,0,0);transition:box-shadow 0.3s ease-in-out;background:#f2f2f2;border-color:#d2d2d2;border-style:solid;border-width:1px;margin-bottom:0;position:relative;transition:all 0.25s ease-in-out}.tile-view.cards .card:hover{box-shadow:0 0 10px rgba(0,0,0,0.3)}.tile-view.cards .card .card-controls{display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:space-between;background-color:rgba(0,0,0,0);padding:0;position:absolute;top:0;left:0;width:100%;z-index:1}.tile-view.cards .card .card-controls input[type="checkbox"]{margin:0.5rem}.tile-view.cards .card .card-image{background-color:transparent;position:relative;margin:5px 5px 0}.tile-view.cards .card .card-image .thumbnail-image{width:100%;object-fit:contain}.tile-view.cards .card .card-image .thumbnail-overlay{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;position:absolute;bottom:0;margin:0 0 .1875rem;width:100%}.tile-view.cards .card .card-image .thumbnail-overlay .overlay-contents{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;background-color:rgba(0,0,0,0.7);border-color:#000;border-width:1px 0;border-style:solid;color:#fff;font-size:.875rem;font-weight:600;line-height:1;padding:0.25rem;text-align:center;width:100%}.tile-view.cards .card .card-image .thumbnail-overlay .overlay-contents img{margin-right:0.5rem}.tile-view.cards .card .card-details{display:flex;flex-flow:row nowrap;height:3rem;border-top:1px solid rgba(0,0,0,0.15)}.tile-view.cards .card .card-details .icon{flex:0 0 auto;width:auto;color:rgba(70,87,97,0.5);margin-right:0.5rem}.tile-view.cards .card .card-details .details{flex:1 1 0px;width:auto;font-weight:700}.tile-view.cards .card .card-details .title{color:#465761;font-size:.75rem;line-height:1.25;word-break:break-all;hyphens:auto;overflow:hidden;max-height:2rem;margin:-0.125rem 0 0 1rem}.tile-view.cards .card .card-details .subtitle{color:#1a1a1a;font-size:.625rem}.tile-view.cards .card .context-menu-button-vertical{padding-right:0.5rem;padding-bottom:0.5rem;margin-right:-0.25rem}.tile-view.cards .card-wrapper:hover .card,.tile-view.cards .card-wrapper:focus .card{border-color:#e6e6e6}.tile-view.cards .card-wrapper[data-selected="true"] .card{box-shadow:0 0 5px rgba(0,0,0,0.35);background:#38a3e1;border-color:#38a3e1}.tile-view.cards .card-wrapper[data-selected="true"] .card .card-controls input[type="checkbox"]{display:inline}.tile-view.cards .card-wrapper[data-selected="true"] .card .card-details .details,.tile-view.cards .card-wrapper[data-selected="true"] .card .card-details .details .title,.tile-view.cards .card-wrapper[data-selected="true"] .card .card-details .details .subtitle{color:#fff}.tile-view.cards .card-wrapper[data-selected="true"] .card .card-details .icon{color:rgba(255,255,255,0.6)}.tile-view.cards .card-wrapper[data-selected="true"] .card .context-menu-button-vertical{color:rgba(255,255,255,0.65)}.tile-view.cards .card-wrapper[data-selected="true"] .card .context-menu-button-vertical:hover{color:#fff}.tile-view.cards .card-wrapper .availability-overlay{display:flex;flex-flow:row nowrap;position:absolute;top:0;bottom:0;left:0;right:0;align-items:center;justify-content:center;color:#fff;font-size:.75rem;font-weight:700;line-height:1;padding:0.25rem;text-align:center;width:100%;display:flex}.tile-view.cards .card-wrapper .availability-overlay .rings{width:5rem;height:5rem;border-radius:50%;background:rgba(0,0,0,0.75);position:relative;transition:all 0.25s ease}.tile-view.cards .card-wrapper .availability-overlay .ring{position:absolute;top:2px;bottom:2px;left:2px;right:2px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:opacity 0.25s ease}.tile-view.cards .card-wrapper .availability-overlay .ring-default{border:4px solid}.tile-view.cards .card-wrapper .availability-overlay .ring-playlist{display:flex;align-items:center;justify-content:center;font-size:1.125rem;font-weight:700}.tile-view.cards .card-wrapper .availability-overlay .ring-playlist svg{position:absolute;top:0;bottom:0;left:0;right:0}.tile-view.cards .card-wrapper .availability-overlay .ring-playlist span{color:#fff}.tile-view.cards .card-wrapper .availability-overlay .ring-hover{opacity:0;border:1px solid rgba(255,255,255,0.75);color:#fff;text-transform:uppercase;font-family:"Lato",sans-serif;font-weight:700;font-size:.625rem}.tile-view.cards .card-wrapper .availability-overlay .details{transition:all 0.25s ease;position:absolute;top:100%;left:0;right:0;color:#fff;height:calc(3rem - 5px);opacity:0;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:0 10px;line-height:125%}.tile-view.cards .card-wrapper .availability-overlay.error{color:#bd110e}.tile-view.cards .card-wrapper .availability-overlay.error .ring-default{border-color:#bd110e}.tile-view.cards .card-wrapper .availability-overlay.error .details{background-color:#bd110e}.tile-view.cards .card-wrapper .availability-overlay.warn{color:#dd7808}.tile-view.cards .card-wrapper .availability-overlay.warn .ring-default{border-color:#dd7808}.tile-view.cards .card-wrapper .availability-overlay.warn .details{background-color:#dd7808}.tile-view.cards .card-wrapper:hover .rings{background:rgba(0,0,0,0.5)}.tile-view.cards .card-wrapper:hover .details{opacity:1}.tile-view.cards .card-wrapper:hover .ring-default{opacity:0}.tile-view.cards .card-wrapper:hover .ring-playlist{opacity:0}.tile-view.cards .card-wrapper:hover .ring-hover{opacity:1}.tile-view.cards .card-wrapper .availability-alert{display:none}.tile-view.cards .card-wrapper .availability-content{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;background-color:rgba(0,0,0,0.7);border-color:#000;border-width:1px 0;border-style:solid;color:#fff;font-size:.75rem;font-weight:700;line-height:1;padding:0.25rem;text-align:center;text-transform:uppercase;width:100%}.tile-view.cards .card-wrapper .availability-content .cp-icon{margin-right:0.25rem;color:#fff}.tile-view.cards .card-wrapper[data-availability="pending"] .availability-alert,.tile-view.cards .card-wrapper[data-availability="expired"] .availability-alert,.tile-view.cards .card-wrapper[data-availability="disabled"] .availability-alert{display:block;align-items:center;justify-content:center;position:absolute;bottom:0;margin:0 0 .1875rem;width:100%}.tile-view.cards .card-wrapper[data-availability="disabled"] .availability-content.disabled{background-color:rgba(189,17,14,0.8);border-color:#bd110e}.tile-view.cards .card-wrapper[data-availability="disabled"] .availability-content.expired,.tile-view.cards .card-wrapper[data-availability="disabled"] .availability-content.pending{display:none}.tile-view.cards .card-wrapper[data-availability="expired"] .availability-content.expired{background-color:rgba(189,17,14,0.8);border-color:#bd110e}.tile-view.cards .card-wrapper[data-availability="expired"] .availability-content.disabled,.tile-view.cards .card-wrapper[data-availability="expired"] .availability-content.pending{display:none}.tile-view.cards .card-wrapper[data-availability="pending"] .availability-content.pending{background-color:rgba(221,120,8,0.8);border-color:#dd7808}.tile-view.cards .card-wrapper[data-availability="pending"] .availability-content.expired,.tile-view.cards .card-wrapper[data-availability="pending"] .availability-content.disabled{display:none}.tile-view.cards .card-wrapper.nothumbnail .cp-icon--ContentImage,.tile-view.cards .card-wrapper.nothumbnail .subtitle{display:none}.tile-view.cards .card-wrapper.nothumbnail .card-details{align-items:baseline}.tile-view.cards .card-wrapper.nothumbnail .card-details .icon{color:#0069aa}.tile-view.cards .card-wrapper[data-itemtype="Playlist"] .card-image .thumbnail-image{object-fit:contain}@media print, screen and (min-width: 40em){.is-sidebar .tile-view>.card-wrapper{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}.is-sidebar .tile-view .thumbnail-image{height:7.5rem}}.cp-panel--dark .tile-view.cards .card{background:#2d3443;border:1px solid #000}.cp-panel--dark .tile-view.cards .card-details{border-color:rgba(0,0,0,0.25);color:#cce1ee}.cp-panel--dark .tile-view.cards .card-details .icon{color:#6598c6}.cp-panel--dark .tile-view.cards .card-details .title{color:#cce1ee}.tile-view-loading-spinner{margin-top:1rem}.toolbar{flex:0 0 auto;width:auto;display:flex;flex-flow:row wrap;align-items:center;background-color:#fff;border-bottom:1px solid #d2d2d2;color:#666;font-size:.875rem;justify-content:space-between;padding:0.5rem 0;opacity:1;pointer-events:inherit;transition:all 0.25s ease-in-out;width:100%;position:relative}@media print, screen and (min-width: 40em){.toolbar{font-size:1rem}}.toolbar.primary-toolbar{padding:1.5rem 0 1rem}.toolbar.hidden{opacity:0;pointer-events:none;transition:all 0.25s ease-in-out}.toolbar .toolbar-group{flex:0 0 auto;width:auto;display:flex;align-items:flex-end;margin:0 .625rem;justify-content:space-between}.toolbar .toolbar-group.group-primary h2{text-align:center}.toolbar .toolbar-group:last-child{flex:0 0 auto;justify-content:flex-end;width:auto}.toolbar .toolbar-group:first-child{flex:1 1 0;justify-content:flex-start;width:auto}@media screen and (max-width: 63.9375em){.toolbar .toolbar-group:first-child{margin-bottom:0.5rem}}.toolbar .toolbar-group--full:first-child{width:calc(100% - 8rem);flex:1 0 auto;margin:0 4rem;text-align:center}.toolbar .toolbar-group.title-group{flex:0 0 auto;min-height:0px;min-width:0px;width:calc(100% - 1.25rem);align-items:center}@media print, screen and (min-width: 64em){.toolbar .toolbar-group.title-group{flex:1 1 0px;width:auto}}.toolbar .toolbar-group--center{justify-content:flex-start;margin:0 0 0 7.5rem;width:100%}.toolbar .toolbar-group--stack-right{align-items:flex-end;flex-direction:column;justify-content:flex-end;padding-bottom:2rem;width:25rem}.toolbar .toolbar-group .behavior-container{width:100%}.toolbar .toolbar-group select{margin-bottom:0}.toolbar .toolbar-group .toolbar-title{color:#000;font-size:1.125rem;font-weight:600}.toolbar .toolbar-group .toolbar-title.nowrap{line-height:1;margin-right:.625rem;white-space:nowrap}@media print, screen and (min-width: 40em){.toolbar .toolbar-group .toolbar-title.nowrap{margin:0 1.25rem}}.toolbar .toolbar-group .context-menu{position:relative}.toolbar .toolbar-group>.context-menu>.cp-button:focus,.toolbar .toolbar-group>.context-menu>.cp-button:hover{color:#465761}.toolbar .toolbar-group .items-action{padding:0;margin:0 0.666rem}.toolbar .toolbar-group.align-center{align-items:center}.toolbar .toolbar-group .cp-buttons--wrapper{display:flex;margin:8px 0}.toolbar.stacked{justify-content:flex-start}.toolbar.stacked .toolbar-group{flex:0 0 auto;min-height:0px;min-width:0px;width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem;margin-bottom:1rem}.toolbar.stacked .toolbar-group:last-child{flex:0 0 auto;min-height:0px;min-width:0px;width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem;margin-bottom:0;justify-content:flex-start}.toolbar.stacked-left .toolbar-group{flex:0 0 auto;width:auto;justify-content:flex-start;margin-bottom:1rem}@media print, screen and (min-width: 64em){.toolbar.stacked-left .toolbar-group:first-child{flex:0 0 0}}.toolbar.stacked-left .toolbar-group:last-child{justify-content:flex-start}.toolbar.stacked.slim .toolbar-group{margin-bottom:0.5rem}.toolbar .rotate180{transform:rotate(180deg)}.toolbar{flex:0 0 auto;width:auto;display:flex;flex-flow:row wrap;align-items:center;background-color:#fff;border-bottom:1px solid #d2d2d2;color:#465761;font-size:.875rem}@media print, screen and (min-width: 40em){.toolbar{font-size:1rem}}.toolbar .toolbar__group--left .cp-button:not(:last-child),.toolbar .toolbar__group--left .button-group:not(:last-child){margin-right:0.5rem}.toolbar .toolbar__group--right .cp-button:not(:last-child),.toolbar .toolbar__group--right .button-group:not(:last-child){margin-left:0.5rem}.toolbar.basic{z-index:2;padding:0;background-color:#fff;border-bottom:1px solid #d2d2d2;position:relative}.toolbar.basic .toolbar-group{display:flex;flex-flow:row wrap;align-items:center;position:relative;margin-top:0.25rem;margin-bottom:0.25rem}.toolbar.basic .toolbar-group.group-primary{flex:0 0 auto;min-height:0px;min-width:0px;width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem;align-items:center;justify-content:center;margin-bottom:0}@media print, screen and (min-width: 64em){.toolbar.basic .toolbar-group.group-primary{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem;order:2}}.toolbar.basic .toolbar-group.group-primary.settings-edit{padding:0.25rem 0}.toolbar.basic .toolbar-group.group-primary.gray{background-color:#e6e6e6}.toolbar.basic .toolbar-group.group-primary--1-3{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem;align-items:center;justify-content:center}@media print, screen and (min-width: 64em){.toolbar.basic .toolbar-group.group-primary--1-3{flex:0 0 auto;width:auto;margin-right:.625rem;margin-left:.625rem;max-width:calc(33.33% - 1.25rem);order:2}}.toolbar.basic .toolbar-group.group-primary--1-3 h2{max-height:2.8em;overflow:hidden;margin:4px 0}.toolbar.basic .toolbar-group.group-left{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem;align-items:center;justify-content:flex-start;margin-bottom:0.5rem}@media print, screen and (min-width: 64em){.toolbar.basic .toolbar-group.group-left{width:calc(25% - 1.25rem);margin-right:.625rem;margin-left:.625rem;margin-bottom:0;order:1}}.toolbar.basic .toolbar-group.group-left--1-3{flex:1 1 0px;width:auto;margin-right:.625rem;margin-left:.625rem}.toolbar.basic .toolbar-group.group-right{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem;align-items:center;justify-content:flex-end}@media print, screen and (min-width: 64em){.toolbar.basic .toolbar-group.group-right{width:calc(25% - 1.25rem);margin-right:.625rem;margin-left:.625rem;order:3}}.toolbar.basic .toolbar-group.group-right--1-3{flex:0 0 auto;width:auto;margin-right:.625rem;margin-left:.625rem}@media print, screen and (min-width: 64em){.toolbar.basic .toolbar-group.group-right--1-3{flex:1 1 0px;width:auto;margin-right:.625rem;margin-left:.625rem}}.toolbar.basic .toolbar-group.group-single{width:100%;justify-content:center;align-items:center;margin:0}.toolbar.basic .toolbar-group.group-single.gray{background-color:#e6e6e6;box-shadow:0 0 12px rgba(0,0,0,0.25) inset}@media print, screen and (min-width: 64em){.toolbar.basic .toolbar-group{margin-top:0;margin-bottom:0}}@media print, screen and (min-width: 64em){.has-sidebar .toolbar.basic .toolbar-group.group-primary{width:calc(33.33333% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media print, screen and (min-width: 64em){.has-sidebar .toolbar.basic .toolbar-group.group-left,.has-sidebar .toolbar.basic .toolbar-group.group-right{width:calc(33.33333% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.toolbar.two-column .toolbar-group.group-left{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem;width:auto}.toolbar.two-column .toolbar-group.group-left>*:first-child{margin-left:0}.toolbar.two-column .toolbar-group.group-right{flex:1 1 0px;width:auto;margin-right:.625rem;margin-left:.625rem}.toolbar.single-column .toolbar-group.group-primary,.toolbar.single-column .toolbar-group.group-left,.toolbar.single-column .toolbar-group.group-right{margin-bottom:0}.toolbar.basic.narrow .toolbar-group.group-primary,.toolbar.basic.narrow .toolbar-group.group-left,.toolbar.basic.narrow .toolbar-group.group-right{padding-top:0.5rem;padding-bottom:0.5rem}.toolbar.basic{min-height:3.125rem}.toolbar.basic .group-primary h2{color:#465761;font-size:1.375rem;font-weight:700;margin:0;text-align:center}@media print, screen and (min-width: 64em){.toolbar.basic .group-primary h2{font-size:1.375rem}}.toolbar.basic .group-primary h2 span{color:#666;font-style:italic}.toolbar.basic .group-left>.cp-button,.toolbar.basic .group-left .button-group{margin-right:1rem}.toolbar.basic .group-left>.cp-button:last-child,.toolbar.basic .group-left .button-group:last-child{margin-right:0}.toolbar.basic .group-right>.cp-button,.toolbar.basic .group-right .button-group{margin-left:1rem}.toolbar.basic .group-right>.cp-button:first-child,.toolbar.basic .group-right .button-group:first-child{margin-left:0}.secondary-pane .toolbar,.panel-secondary .toolbar{background-color:#2d3443;border-bottom-color:#000}.secondary-pane .toolbar.two-column .group-right,.panel-secondary .toolbar.two-column .group-right{flex:0 1 auto}@media print, screen and (min-width: 64em){.secondary-pane .toolbar.basic.two-column.sidebar .toolbar-group.group-left,.secondary-pane .toolbar.basic.two-column.sidebar .toolbar-group.group-right,.panel-secondary .toolbar.basic.two-column.sidebar .toolbar-group.group-left,.panel-secondary .toolbar.basic.two-column.sidebar .toolbar-group.group-right{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.panel-secondary .localized-playlist--toolbar.toolbar.two-column.sidebar .toolbar-group.group-left{width:calc(100% - 1.25rem);margin-right:.625rem;margin-left:.625rem;margin-top:0.5rem}.cp-panel--dark .toolbar{color:#fff}.cp-panel--dark .toolbar.basic .group-primary h2{color:#fff}.cp-panel--dark .settings-display{justify-content:center;flex:1 0 auto}.cp-panel--dark .settings-display:hover{border:1px solid rgba(255,255,255,0.3)}@-moz-document url-prefix(){.panel-secondary .toolbar.two-column .toolbar-group.group-right{margin-right:35px}}.toolbar.toolbar--grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;align-items:flex-end}.toolbar.toolbar--grid .toolbar-group{align-items:center}.toolbar.toolbar--grid .group-primary{grid-row:1;grid-column:1 / 3;justify-content:center}.toolbar.toolbar--grid .group-primary h2{text-align:center;word-break:break-all;margin-bottom:0}.toolbar.toolbar--grid .group-left{justify-content:flex-start}.toolbar.toolbar--grid .group-right{justify-content:flex-end}@media print, screen and (min-width: 75em){.toolbar.toolbar--grid{display:grid;grid-template-rows:auto;grid-template-columns:1fr auto 1fr}.toolbar.toolbar--grid .group-primary{grid-column:2}.toolbar.toolbar--grid .group-left{flex:initial}.toolbar.toolbar--grid .group-right{flex:initial}}.folder-tree>div>.tree-branch:first-child>.ui-droppable .tree-branch--toggle .toggle-button,.folder-tree>.tree-branch:first-child>.ui-droppable .tree-branch--toggle .toggle-button{display:none !important}.folder-tree .tree-branch{height:auto;transition:height 0.3s ease-in-out}.folder-tree .tree-branch div{height:auto;transition:height 0.3s ease-in-out}.folder-tree .tree-branch.hidden{height:0;overflow:hidden}.folder-tree .tree-branch.hidden div{height:0;overflow:hidden}.folder-tree .tree-branch .tree-branch--content{display:flex;flex-flow:row nowrap;min-height:3.75rem;align-items:center;background-color:rgba(56,163,225,0);border-bottom:1px solid rgba(163,163,163,0.5);color:#fff;cursor:pointer;font-size:.75rem;font-weight:600;padding:0 0 0 0.25rem;position:relative;min-width:11.25rem;transition:all 0.25s ease-in-out}.folder-tree .tree-branch .tree-branch--content .context-menu-button-vertical{color:rgba(163,163,163,0.3);padding:0 0.625rem}.folder-tree .tree-branch .tree-branch--content.root{font-family:"Roboto Slab",serif;color:#98cff2}.folder-tree .tree-branch .tree-branch--content.root:hover{color:#fff}.folder-tree .tree-branch .tree-branch--content.root .tree-branch--left .tree-branch--icon{display:none}.folder-tree .tree-branch .tree-branch--content.root .tree-branch--left .tree-branch--title{font-size:1.125rem}.folder-tree .tree-branch .tree-branch--content:hover{background-color:rgba(56,163,225,0.5)}.folder-tree .tree-branch .tree-branch--content:hover::before{background-color:rgba(56,163,225,0.5)}.folder-tree .tree-branch .tree-branch--content:hover .context-menu-button-vertical{color:rgba(255,255,255,0.8)}.folder-tree .tree-branch .tree-branch--content:hover .context-menu-button-vertical:hover{color:#fff}.folder-tree .tree-branch .tree-branch--content.selected{background-color:#38a3e1;color:#fff}.folder-tree .tree-branch .tree-branch--content.selected::before{background-color:#38a3e1}.folder-tree .tree-branch .tree-branch--content.selected .tree-branch--left .tree-branch--toggle .cp-icon,.folder-tree .tree-branch .tree-branch--content.selected .tree-branch--left .tree-branch--icon{color:#fff !important}.folder-tree .tree-branch .tree-branch--content.selected .context-menu-button-vertical{color:rgba(255,255,255,0.8)}.folder-tree .tree-branch .tree-branch--content.selected .context-menu-button-vertical:hover{color:#fff}.folder-tree .tree-branch .tree-branch--content.selected:hover,.folder-tree .tree-branch .tree-branch--content.selected:hover::before{background-color:#38a3e1}.folder-tree .tree-branch .tree-branch--content::before{content:"";position:absolute;background-color:rgba(56,163,225,0);border-bottom:1px solid rgba(163,163,163,0.5);height:calc(100% + 1px);left:-3000rem;right:100%;top:0;transition:all 0.25s ease-in-out}.folder-tree .tree-branch .tree-branch--content .tree-branch--left{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;align-items:center}.folder-tree .tree-branch .tree-branch--content .tree-branch--left>div{padding:0.625rem 0}.folder-tree .tree-branch .tree-branch--content .tree-branch--left .tree-branch--toggle{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;align-items:stretch;justify-content:center;margin-right:0.4rem;padding:0;width:1.25rem}.folder-tree .tree-branch .tree-branch--content .tree-branch--left .tree-branch--toggle .toggle-button{width:1rem;padding:0;margin:0}.folder-tree .tree-branch .tree-branch--content .tree-branch--left .tree-branch--toggle .cp-icon{color:#fff}.folder-tree .tree-branch .tree-branch--content .tree-branch--left .tree-branch--icon{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;align-items:center;justify-content:center;color:#cce1ee;margin-right:0.25rem;width:1.25rem}.folder-tree .tree-branch .tree-branch--content .tree-branch--left .tree-branch--checkbox{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;margin:0 0 -1rem;margin-right:1rem}.folder-tree .tree-branch .tree-branch--content .tree-branch--left .tree-branch--title{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;font-size:.875rem;font-weight:700;padding-left:0.25rem;word-break:break-all}.folder-tree .tree-branch .tree-branch--content .tree-branch--context{width:2rem;margin-right:10px;text-align:center}.folder-tree .tree-branch>.tree-branch>.tree-branch{padding-left:calc(0.25rem + 1.25rem)}.folder-tree--light .tree-branch .tree-branch--content{color:#1a1a1a;font-size:.875rem;font-weight:600}.folder-tree--light .tree-branch .tree-branch--content:hover,.folder-tree--light .tree-branch .tree-branch--content:hover::before{background-color:rgba(56,163,225,0.25)}.folder-tree--light .tree-branch .tree-branch--content .tree-branch--toggle .toggle-button .cp-icon{color:#a3a3a3}.folder-tree--light .tree-branch .tree-branch--content.root{color:#465761}.folder-tree--light .tree-branch .tree-branch--content.root:hover{color:#465761}.folder-tree--light .tree-branch .tree-branch--content.root[data-selected="true"]{color:#fff}.folder-tree--light .tree-branch .tree-branch--content .tree-branch--left .tree-branch--icon{color:#465761;opacity:0.5}.content-folder-popout .folder-tree .tree-branch .tree-branch--content{min-height:2.1875rem}.content-folder-popout .folder-tree .tree-branch .tree-branch--left .tree-branch--icon{color:rgba(70,87,97,0.5)}.content-folder-popout .folder-tree .tree-branch .tree-branch--content.root{color:#465761}.content-folder-popout .folder-tree .tree-branch .tree-branch--content.root.selected{color:#fff}.folder-tree>div>.tree-branch>.ui-droppable-active::before{content:"";position:fixed;top:0;left:0;height:100%;pointer-events:none;border:2px solid #38a3e1}@media screen and (max-width: 39.9375em){.folder-tree>div>.tree-branch>.ui-droppable-active::before{width:0}}@media screen and (min-width: 22.5em){.folder-tree>div>.tree-branch>.ui-droppable-active::before{width:20rem}}@media screen and (min-width: 53.125em){.folder-tree>div>.tree-branch>.ui-droppable-active::before{width:25rem}}@media screen and (min-width: 75em){.folder-tree>div>.tree-branch>.ui-droppable-active::before{width:25rem}}@media screen and (min-width: 100em){.folder-tree>div>.tree-branch>.ui-droppable-active::before{width:30rem}}.folder-tree>div>.tree-branch>.ui-droppable-active::after{background:#38a3e1;content:"Drop Items Into Any Folder";color:#000;font-size:.875rem;font-weight:700;position:fixed;z-index:1000;bottom:0;left:0;text-align:center;padding:0.125rem}@media screen and (max-width: 39.9375em){.folder-tree>div>.tree-branch>.ui-droppable-active::after{width:0}}@media screen and (min-width: 22.5em){.folder-tree>div>.tree-branch>.ui-droppable-active::after{width:20rem}}@media screen and (min-width: 53.125em){.folder-tree>div>.tree-branch>.ui-droppable-active::after{width:25rem}}@media screen and (min-width: 75em){.folder-tree>div>.tree-branch>.ui-droppable-active::after{width:25rem}}@media screen and (min-width: 100em){.folder-tree>div>.tree-branch>.ui-droppable-active::after{width:30rem}}.tree-branch--content.ui-droppable-hover,.tree-branch--content.ui-droppable-hover.selected,.tree-branch--content.ui-droppable-hover::before,.tree-branch--content.ui-droppable-hover.selected::before{color:#fff !important;background-color:#38a3e1 !important}.tree-branch--content.ui-droppable-hover .icon,.tree-branch--content.ui-droppable-hover .text,.tree-branch--content.ui-droppable-hover.selected .icon,.tree-branch--content.ui-droppable-hover.selected .text,.tree-branch--content.ui-droppable-hover::before .icon,.tree-branch--content.ui-droppable-hover::before .text,.tree-branch--content.ui-droppable-hover.selected::before .icon,.tree-branch--content.ui-droppable-hover.selected::before .text{color:#fff !important}.SignageMedia .folder-tree{width:calc(100% - 2px)}.NPVersion-Wrapper{width:100%}.NPVersion-Wrapper .NPVersion-TextField{display:inline}.NPVersion-Wrapper .NPVersion-TextField input{display:inline-block;width:50%}.NPVersion-Wrapper .NPVersion-Default-Checkbox{display:inline;float:right;margin-right:20px}.ErrorPage .Content{width:100%;display:flex;align-items:center;justify-content:center;cursor:default;font-weight:400;font-size:1.5em}.ErrorPage .Content .Message{display:flex;align-items:center;justify-content:center;width:700px;height:700px;color:black}.landing{width:100%;background:#e0e0e0;display:flex;flex-direction:column;align-items:center;justify-content:center;height:calc(100% - 80px)}.landing .landing-bottom,.landing .landing-top{display:flex;justify-content:center;align-items:center}.landing .landing-bottom .extra-lists{background:white;display:flex}.landing .landing-bottom .panel-secondary{flex:1 0 0;min-width:300px;width:33.33%;margin:0 0 0 50px;display:block}.landing .landing-bottom .panel-secondary:first-child{margin:0}.landing .landing-header{color:#f44336}.landing .landing-content{background-color:white}.landing .landing-footer{font-size:0.8em;margin-top:0.5em}.landing .panel-primary{min-width:300px;width:20%;display:inline-flex;align-content:center;text-align:center;background:white;margin:0 2rem}.landing .panel-primary a{color:black;text-decoration:none;cursor:pointer}.landing .panel-primary a:hover{background-color:#afc8e7}.landing .panel-primary a h3{font-size:16px;margin:0 10px}.landing .featured-list{display:flex;justify-content:center;margin-bottom:20px}.CompanyManager.primary-pane{flex:0 0 auto;min-height:0px;min-width:0px;width:calc(100% - 1.25rem);display:flex;flex-flow:column nowrap;width:100vw}.CompanyManager.primary-pane .list-unit-container{width:100%}.companies__toggle{display:flex;align-items:center;justify-content:center;margin-right:.9375rem}.companies__toggle label input{margin:0 0 0 .3125rem}.oauth-setup-group-authorization .token-row{display:flex}.oauth-setup-group-authorization .token-row .oauth-save-button{display:flex;align-items:center}.oauth-setup-group-authorization .token-row .validation-status{align-self:end;margin-bottom:1.625rem;margin-left:0.5rem;display:flex;align-items:center}.oauth-setup-group-authorization .token-row .validation-status div{display:flex;align-items:center}.oauth-setup-group-authorization .token-row .validation-status div.running{width:20px;height:20px;background-image:url(data:image/png;base64,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);background-size:contain;animation:rotation 1s infinite linear}.oauth-setup-group-authorization .token-row .validation-status div.success svg{margin-right:0.5rem;background-color:#23c059;height:20px;width:20px;border-radius:10px;padding:3px;color:white}.oauth-setup-group-authorization .token-row .validation-status div.failure svg{margin-right:0.5rem;background-color:#bd110e;height:20px;width:20px;border-radius:10px;padding:3px;color:white}.oauth-setup-group-authorization .instructions{margin-left:0.625rem;margin-bottom:1rem}.oauth-setup-group-authorization .permissions{width:auto;margin:0.25rem}.oauth-setup-group-authorization-callback .validation-status{display:flex;align-self:end;align-items:center;justify-content:center;margin-top:1rem}.oauth-setup-group-authorization-callback .validation-status div{text-align:center;font-size:1.5rem}.oauth-setup-group-authorization-callback .validation-status div.running{width:50px;height:50px;background-image:url(data:image/png;base64,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);background-size:contain;animation:rotation 1s infinite linear}.oauth-setup-group-authorization-callback .validation-status div.success svg{background-color:#23c059;height:50px;width:50px;border-radius:25px;padding:6px;color:white}.oauth-setup-group-authorization-callback .validation-status div.failure svg{background-color:#bd110e;height:50px;width:50px;border-radius:25px;padding:6px;color:white}.player-manager__location.secondary-pane{width:20rem !important;max-width:20rem !important}.player-manager__location.secondary-pane .searchinator{border-bottom:0;padding:0;border:0;border-radius:0;height:50px;right:5px;position:absolute;top:0}.player-manager__location.secondary-pane .searchinator.search-performed{justify-content:space-between;left:0;right:5px}.player-manager__location.secondary-pane button.ViewAll{padding:1rem;text-transform:uppercase}.player-manager__location.secondary-pane__location-list{background-color:#000;color:#fff;font-size:1.3rem;height:100%}.player-manager__location.secondary-pane__location-list .list-unit{border:none;margin:0;padding:0 10px 0 30px}.player-manager__location.secondary-pane__location-list .list-unit:hover,.player-manager__location.secondary-pane__location-list .list-unit:focus{background-color:#38a3e1}.player-manager__location.secondary-pane__location-list .list-unit .cp-button{color:#fff}.player-manager__location.secondary-pane__location-list .list-unit .context-menu-icon{align-items:flex-end}.player-manager__table.primary-pane{display:flex;flex-flow:column nowrap;height:100%;width:100vw !important}@media print, screen and (min-width: 40em){.player-manager__table.primary-pane{width:calc(100vw - 20rem) !important;max-width:calc(100vw - 20rem) !important}}.player-manager__table.primary-pane .player-manager-location-detail{flex:0 0 auto;width:auto;background-color:#fff;border-bottom:1px solid #d2d2d2;padding:0.5rem 0;position:relative;text-align:center;width:100%}.player-manager__table.primary-pane .player-manager-location-detail h1{margin:0;overflow:hidden;padding:0 12rem;text-overflow:ellipsis;white-space:nowrap;width:100%}.player-manager__table.primary-pane .player-manager-location-detail button{margin:0;position:absolute;right:1.5rem;top:1.5rem}.player-manager__table.primary-pane .toolbar{min-height:50px}.player-manager__dialog.large.show .dialog-content{left:15%;width:70%}.player-manager__dialog--delete .list-unit-header,.player-manager__dialog--delete .list-unit{padding:7px 10px}.player-manager__dialog--delete .list-unit-header-item:first-of-type,.player-manager__dialog--delete .list-unit-item:first-of-type{flex-grow:1}.player-manager__dialog--delete .list-unit-header-item:last-of-type,.player-manager__dialog--delete .list-unit-item:last-of-type{margin:0}.player-manager__dialog .dialog-header h1{background-color:#0069aa}.player-manager__dialog .tab{padding:2rem}.player-manager__dialog .tab-column{margin-right:5%;width:40%}.player-manager__dialog .tab-column--scheduler{text-align:center}.player-manager__dialog .tab-button{border-bottom:1px solid #a3a3a3;margin-bottom:2rem;padding-bottom:1rem}.player-manager__dialog .tab-button label{margin:0}.player-manager__dialog .tab-button p{color:#666;display:block;font-size:2.5rem;font-weight:400;margin:0 0 1rem}.player-manager__dialog .tab-button button{display:block;margin:1rem 0 0}.PlayerStatus.primary-pane{flex:0 0 auto;min-height:0px;min-width:0px;width:calc(100% - 1.25rem);display:flex;flex-flow:column nowrap;width:100vw}.PlayerStatus.primary-pane .top{flex:0 0 auto;width:auto;padding-top:.625rem;padding-bottom:.625rem;padding-left:.625rem;padding-right:.625rem;display:flex;flex-flow:row nowrap;background-color:#98cff2;width:100%}.PlayerStatus.primary-pane .top .PlayerHealth{flex:0 0 auto;width:auto;margin-right:.625rem;margin-left:.625rem}.PlayerStatus.primary-pane .top .PlayerControls{flex:1 1 0px;width:auto;margin-right:.625rem;margin-left:.625rem;text-align:right}.PlayerStatus.primary-pane .top .PlayerControls .button{margin:0 .625rem}.PlayerStatus.primary-pane .bottom{flex:1 1 0px;width:auto;display:flex;flex-flow:column nowrap;width:100%}.dialog-npversion-bulk-update .dialog-main{padding:1rem;display:flex;flex-direction:column}.dialog-npversion-bulk-update .dialog-main .main-content{flex:1;display:flex;flex-direction:column}.dialog-npversion-bulk-update .dialog-main .main-content .step-title{text-align:center;margin-bottom:0.5rem}.dialog-npversion-bulk-update .dialog-main .main-content .step-title h2{text-align:center;display:inline-block}.dialog-npversion-bulk-update .dialog-main .main-content .form-row.source-version{justify-content:center}.dialog-npversion-bulk-update .dialog-main .main-content .form-row.source-version .textfield{width:75px}.dialog-npversion-bulk-update .dialog-main .main-content .form-row.source-version .select-field{width:auto}.dialog-npversion-bulk-update .dialog-main .main-content>.app-content>.primary-pane{flex:1;display:flex;flex-direction:column;margin-bottom:1rem}.dialog-npversion-bulk-update .dialog-main .main-content .metric{text-align:center;margin:1.5rem;font-size:1.5rem}.dialog-npversion-bulk-update .dialog-main .main-content .metric:first-child{margin-top:0}.dialog-npversion-bulk-update .dialog-main .main-content .metric .warning{color:#bd110e;text-align:center;font-size:1.25rem}.dialog-npversion-bulk-update .dialog-main .main-content .metric ul{display:inline-block}.dialog-npversion-bulk-update .dialog-main .main-content .metric ul li{text-align:left;font-size:1rem}.dialog-npversion-bulk-update .dialog-main .main-content .confirmation{text-align:center;display:flex;flex-direction:column;align-items:center}.dialog-npversion-bulk-update .dialog-main .main-content .confirmation .textfield{max-width:10rem}.dialog-npversion-bulk-update .dialog-main .main-content .confirmation .textfield input{text-align:center}.dialog-npversion-bulk-update .dialog-main .step-controls{display:flex;flex-direction:row;justify-content:space-between}.dialog-solution-bulk-update .dialog-main{padding:1rem;display:flex;flex-direction:column}.dialog-solution-bulk-update .dialog-main .main-content{flex:1;display:flex;flex-direction:column}.dialog-solution-bulk-update .dialog-main .main-content .step-title{text-align:center;margin-bottom:0.5rem}.dialog-solution-bulk-update .dialog-main .main-content .step-title h2{text-align:center;display:inline-block}.dialog-solution-bulk-update .dialog-main .main-content .form-row.source-version{justify-content:center}.dialog-solution-bulk-update .dialog-main .main-content .form-row.source-version .textfield{width:75px}.dialog-solution-bulk-update .dialog-main .main-content .form-row.source-version .select-field{width:auto}.dialog-solution-bulk-update .dialog-main .main-content>.app-content>.primary-pane{flex:1;display:flex;flex-direction:column;margin-bottom:1rem}.dialog-solution-bulk-update .dialog-main .main-content .metric{text-align:center;margin:1.5rem;font-size:1.5rem}.dialog-solution-bulk-update .dialog-main .main-content .metric:first-child{margin-top:0}.dialog-solution-bulk-update .dialog-main .main-content .metric .warning{color:#bd110e;text-align:center;font-size:1.25rem}.dialog-solution-bulk-update .dialog-main .main-content .metric ul{display:inline-block}.dialog-solution-bulk-update .dialog-main .main-content .metric ul li{text-align:left;font-size:1rem}.dialog-solution-bulk-update .dialog-main .main-content .confirmation{text-align:center;display:flex;flex-direction:column;align-items:center}.dialog-solution-bulk-update .dialog-main .main-content .confirmation .textfield{max-width:10rem}.dialog-solution-bulk-update .dialog-main .main-content .confirmation .textfield input{text-align:center}.dialog-solution-bulk-update .dialog-main .step-controls{display:flex;flex-direction:row;justify-content:space-between}.playersubscription-edit__dialog .flex-bottom{display:flex;align-items:center}.playersubscription-edit__dialog .manager-picker .input-clear{right:3.75rem}.playersubscription-edit__dialog .over-allowance{color:#bd110e}.setinvoicedate__dialog .dialog-main{display:flex;flex-direction:column;align-items:center;min-height:30rem;padding:1rem}.setinvoicedate__dialog .dialog-main .textfield{max-width:15rem}.PlayerSubscriptionManager{display:flex;flex-direction:column;width:100%;height:100%}.PlayerSubscriptionManager .title{height:3rem;background-color:#6598c6;color:#fff;font-size:1.5rem;padding-left:1rem;display:flex;align-items:center;font-weight:bold;justify-content:center}.PlayerSubscriptionManager .summary-section{display:flex;flex-direction:row;height:calc(33% - 3rem)}.PlayerSubscriptionManager .summary-section .chart{display:flex;flex-direction:column;width:60%;padding:0.5rem;border:1px solid #d2d2d2;border-radius:10px;margin:0.5rem}.PlayerSubscriptionManager .summary-section .chart .chart-header{display:flex;flex-direction:row;justify-content:space-between}.PlayerSubscriptionManager .summary-section .chart .chart-header .select-field{width:auto}.PlayerSubscriptionManager .summary-section .chart .chart-wrapper{height:100%}.PlayerSubscriptionManager .summary-section .vitals{width:10%;margin:0.5rem;display:flex;flex-direction:column;border:1px solid #d2d2d2;border-radius:10px;overflow:hidden}.PlayerSubscriptionManager .summary-section .vitals .vitals-header{flex:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#0069aa;color:#fff;font-size:0.8125rem;font-weight:bold;padding:0.625rem}.PlayerSubscriptionManager .summary-section .vitals .vitals-body{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:space-evenly}.PlayerSubscriptionManager .summary-section .vitals .vital{display:flex;flex-direction:column;align-items:center;justify-content:center}.PlayerSubscriptionManager .summary-section .vitals .vital .vital-value{font-size:22px;color:black}.PlayerSubscriptionManager .summary-section .vitals .vital .vital-label{text-align:center;font-size:1.25vh;font-weight:700;color:#666}.PlayerSubscriptionManager .summary-section .vitals .vital .vital-value{font-size:2.5vh;line-height:2.5vh;color:black}.PlayerSubscriptionManager .summary-section .data{width:30%;border:1px solid #d2d2d2;border-radius:10px;margin:0.5rem;overflow:hidden}.PlayerSubscriptionManager .summary-section .data .table-view thead{background-color:transparent;border:none}.PlayerSubscriptionManager .summary-section .data .table-view thead tr{background-color:#0069aa;color:#fff;position:sticky;top:0}.PlayerSubscriptionManager .summary-section .data .table-view thead tr th{background-color:transparent;height:auto;width:auto;min-width:auto;max-width:none;font-size:0.8125rem}.PlayerSubscriptionManager .summary-section .data .table-view thead tr th:last-child{padding-right:2rem}.PlayerSubscriptionManager .summary-section .data .table-view tbody{background-color:transparent}.PlayerSubscriptionManager .summary-section .data .table-view tbody tr{background-color:transparent;border:none;border-bottom:1px solid #d2d2d2}.PlayerSubscriptionManager .summary-section .data .table-view tbody tr:last-child{border-bottom:none}.PlayerSubscriptionManager .summary-section .data .table-view tbody tr td{background-color:transparent;height:auto;padding:0.5rem;width:auto;min-width:auto;max-width:none}.PlayerSubscriptionManager .summary-section .data .table-view tbody tr td:last-child{padding-right:1rem}.PlayerSubscriptionManager .summary-section .data .table-view .download-csv-button{margin:0.25rem 0 0;background-color:transparent;color:#fff}.PlayerSubscriptionManager .list{display:flex;flex-direction:column;height:67%;border-top:1px solid #666}.PlayerSubscriptionManager .list .subscription-name input[type=text],.PlayerSubscriptionManager .list .subscription-name input[type=search]{min-width:15rem}.PlayerSubscriptionManager .list .toolbar{height:50px}.PlayerSubscriptionManager .list .filter-toolbar .manager-picker{min-width:20rem}.PlayerSubscriptionManager .list .filter-toolbar .manager-picker .attached-wrapper{width:100%}.PlayerSubscriptionManager .list .filter-toolbar .manager-picker .attached-wrapper .input-clear{margin-right:4rem}.PlayerSubscriptionManager .list .filter-toolbar .invoice-month{width:auto;margin:0 1rem 0 0}.PlayerSubscriptionManager .list .filter-toolbar .player-count{max-width:6rem}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .app-content.has-sidebar .primary-pane[data-secondaryopen="false"]{width:auto;max-width:initial}.player-network .location-panel-bar{background-color:#1c2028;cursor:e-resize;transition:0.25s;width:2.5rem}.player-network .location-panel-bar:hover{background-color:#2d3443}.player-network .location-panel-bar .cp-button{height:3.125rem}.player-network .location-panel-bar .location-panel-name{padding:0 1rem;transform:rotate(90deg);color:#fff;white-space:nowrap;font-weight:bold}.player-network .location-panel-bar .location-panel-name span{margin:0 1rem}.player-network .location-panel-bar .cp-button{height:3.125rem}.player-network .secondary-pane[data-open="false"]{display:none !important}.player-network .secondary-pane .sidebar-menu.location-list .menu-item--left{max-width:calc(100% - 99px)}.player-network .secondary-pane .sidebar-menu.location-list .menu-item--right{min-width:2rem;text-align:center}.player-network .primary-pane{background-color:#e6e6e6}.player-network .primary-pane .overview-panel{height:18rem}@media screen and (min-width: 75em){.player-network .primary-pane .overview-panel{height:22.25rem}}.player-network .primary-pane .overview-panel.collapsed{height:auto}.player-network .primary-pane .overview-panel.collapsed .dashboard-wrapper{height:0;min-height:0;overflow:hidden}.player-network .primary-pane .overview-panel .dashboard-wrapper{height:calc(100% - 3.125rem);min-height:18rem}.player-network .primary-pane .overview-panel .dashboard-wrapper .scrollbar>div:first-child{display:flex;align-items:center}.player-network .primary-pane .overview-panel .dashboard{display:flex;flex-flow:row nowrap;align-items:flex-start;justify-content:space-between;padding:0 1.25rem;width:100%;max-height:100%}.player-network .primary-pane .overview-panel .dashboard .dashboard-section{position:relative;align-items:flex-start;justify-content:center;margin:1.25rem 0;padding:.3125rem .9375rem;flex:2 1 0}.player-network .primary-pane .overview-panel .dashboard .dashboard-section:first-child{padding-left:0}.player-network .primary-pane .overview-panel .dashboard .dashboard-section:last-child{padding-right:0}.player-network .primary-pane .overview-panel .dashboard .dashboard-section:not(:first-of-type)::before{content:"";width:1px;height:100%;background:#a3a3a3;position:absolute;top:0;left:0}.player-network .primary-pane .overview-panel .dashboard .dashboard-section h3{color:#000;font-family:"Roboto Slab",serif;font-size:.875rem;font-weight:700;margin-bottom:0.5rem;width:100%}@media print, screen and (min-width: 40em){.player-network .primary-pane .overview-panel .dashboard .dashboard-section h3{font-size:1rem}}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list{font-size:.75rem;font-weight:400;line-height:0.9;list-style:none;margin:0}@media print, screen and (min-width: 64em){.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list{font-size:.875rem}}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list li{white-space:nowrap}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list li:not(:last-child){margin-bottom:0.75rem}@media print, screen and (min-width: 64em){.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list li:not(:last-child){margin-bottom:1rem}}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list li.wrap{white-space:normal;max-width:12.5rem}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li{cursor:pointer;background-repeat:no-repeat;background-position:center left;padding-left:1.25rem;position:relative;padding-right:1rem}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li:hover{text-decoration:underline}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li::before{content:"";width:10px;height:10px;position:absolute;top:0;left:0;background:transparent;border-radius:50%}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li.status-normal::before{background-color:#005aa6}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li.status-neutral::before{background-color:#8d949b}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li.status-active::before{background-color:#00a046}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li.status-pending::before{background-color:#da8425}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li.status-warning::before{background-color:#bd110e}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li.deployment-status-0::before{background-color:#1282a2}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li.deployment-status-1::before{background-color:#360054}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li.deployment-status-2::before{background-color:#3010a3}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li.deployment-status-3::before{background-color:#54001d}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li.deployment-status-4::before{background-color:#a31083}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li.deployment-status-5::before{background-color:#543600}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li.deployment-status-6::before{background-color:#a33010}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li.deployment-status-7::before{background-color:#325400}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li.deployment-status-8::before{background-color:#005421}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li[data-status="warning"]{color:#941d1b;font-weight:600}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.status-list li .list-item-data{font-weight:600}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.details-list .list-item-label{display:block;color:#1a1a1a;font-size:.75rem;font-style:italic;font-weight:400;margin-bottom:.375rem}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.details-list .list-item-data{display:block}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list.details-list .list-item-subdata{display:block;color:#1a1a1a;font-size:.625rem;margin-top:.25rem}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list .list-item-data[data-status="current"]{color:#000;font-weight:400}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list .list-item-data[data-status="active"]{color:#268e4a;font-weight:600}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list .list-item-data[data-status="pending"]{color:#b06000;font-weight:600}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .info-list .list-item-data[data-status="warning"]{color:#941d1b;font-weight:600}.player-network .primary-pane .overview-panel .dashboard .dashboard-section.status-overview{display:flex;flex-flow:row nowrap}.player-network .primary-pane .overview-panel .dashboard .dashboard-section.deployment-overview .scrollbar>div:first-child{margin-right:-18px !important}.player-network .primary-pane .overview-panel .dashboard .dashboard-section.deployment-overview .deployment-status-list{height:6.5rem !important;margin-right:12px}.player-network .primary-pane .overview-panel .dashboard .dashboard-section.detail-preview{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center}.player-network .primary-pane .overview-panel .dashboard .dashboard-section.detail-preview .player-preview{margin-bottom:1rem}.player-network .primary-pane .overview-panel .dashboard .dashboard-section.detail-preview .screenshot-buttons{padding-top:0.5rem;text-align:center;z-index:1}.player-network .primary-pane .overview-panel .dashboard .dashboard-section.detail-preview .screenshot-buttons .cp-button{white-space:nowrap;margin-bottom:0.625rem}.player-network .primary-pane .overview-panel .dashboard .dashboard-section.player-controls{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;flex:1 1 0}.player-network .primary-pane .overview-panel .dashboard .dashboard-section.player-controls .cp-button.leadingIcon{justify-content:flex-start}.player-network .primary-pane .overview-panel .dashboard .dashboard-section.player-controls .cp-button.leadingIcon svg{margin-right:0.5rem}.player-network .primary-pane .overview-panel .dashboard .dashboard-section.player-controls>:not(:last-child){margin-bottom:.625rem}.player-network .primary-pane .overview-panel .dashboard .dashboard-section.scheduled-widget-wrapper{min-width:16.25rem}.player-network .primary-pane .overview-panel .dashboard .dashboard-section.status-overview,.player-network .primary-pane .overview-panel .dashboard .dashboard-section.availability-overview,.player-network .primary-pane .overview-panel .dashboard .dashboard-section.connectivity-overview,.player-network .primary-pane .overview-panel .dashboard .dashboard-section.location-overview,.player-network .primary-pane .overview-panel .dashboard .dashboard-section.deployment-overview{display:flex;min-height:9.375rem;justify-content:flex-start;flex-flow:column;align-items:center}@media screen and (min-width: 75em){.player-network .primary-pane .overview-panel .dashboard .dashboard-section.status-overview,.player-network .primary-pane .overview-panel .dashboard .dashboard-section.availability-overview,.player-network .primary-pane .overview-panel .dashboard .dashboard-section.connectivity-overview,.player-network .primary-pane .overview-panel .dashboard .dashboard-section.location-overview,.player-network .primary-pane .overview-panel .dashboard .dashboard-section.deployment-overview{height:17rem}}@media screen and (min-width: 100em){.player-network .primary-pane .overview-panel .dashboard .dashboard-section.status-overview,.player-network .primary-pane .overview-panel .dashboard .dashboard-section.availability-overview,.player-network .primary-pane .overview-panel .dashboard .dashboard-section.connectivity-overview,.player-network .primary-pane .overview-panel .dashboard .dashboard-section.location-overview,.player-network .primary-pane .overview-panel .dashboard .dashboard-section.deployment-overview{flex-flow:row;justify-content:center}}.player-network .primary-pane .overview-panel .dashboard .dashboard-section.location-overview{flex:1 1 0;flex-direction:column;align-items:flex-start;justify-content:center;padding-left:2rem}.player-network .primary-pane .overview-panel .dashboard .dashboard-section .status-wheel{opacity:0;position:absolute;pointer-events:none;margin-right:1rem}@media screen and (min-width: 75em){.player-network .primary-pane .overview-panel .dashboard .dashboard-section .status-wheel{pointer-events:initial;opacity:1;position:relative;transform:scale(0.75) translateY(-2rem)}}@media screen and (min-width: 100em){.player-network .primary-pane .overview-panel .dashboard .dashboard-section .status-wheel{transform:scale(1) translateY(0)}}.player-network .primary-pane .overview-panel .dashboard .dashboard-section>.status-list{margin-left:1rem}@media screen and (min-width: 75em){.player-network .primary-pane .overview-panel .dashboard .dashboard-section>.status-list{margin-top:-2rem}}@media screen and (min-width: 100em){.player-network .primary-pane .overview-panel .dashboard .dashboard-section>.status-list{margin-top:0}}.player-network .primary-pane .overview-panel .player-network-details .player-network-details-health{flex:0 0 auto;width:auto;margin-right:.625rem;margin-left:.625rem}.player-network .primary-pane .overview-panel .player-network-details .player-network-details-controls{flex:1 1 0px;width:auto;margin-right:.625rem;margin-left:.625rem;text-align:right}.player-network .primary-pane .overview-panel .player-network-details .player-network-details-controls .button{margin:0 .625rem}.player-network .primary-pane .react-tabs__tab--selected{background-color:#fff}.player-network .primary-pane .react-tabs.collapsed{margin-top:-37px}.player-network .primary-pane .react-tabs.collapsed>.react-tabs__tab-list{pointer-events:none}.player-network .primary-pane .react-tabs.collapsed>.react-tabs__tab-list>.react-tabs__tab{pointer-events:auto}.player-network .primary-pane .player-network-players{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;padding-bottom:1rem;height:100%}.player-network .primary-pane .player-network-players .table-view.player-table{overflow-x:auto}.player-network .primary-pane .player-network-players .table-view.player-table .table-view-scroll{min-width:53.125rem}.toolbar .player-notifications{display:flex}.player-notifications .cp-icon{color:#465761}.player-notifications .cp-button{padding:0}.player-notifications .notification-count{color:#000;margin:6px}.player-network .primary-pane .filter-toolbar[data-open="false"] ~ .player-network-players .scrollbar>div:first-child{bottom:2.375rem !important}.player-network .primary-pane .filter-toolbar[data-open="true"] ~ .player-network-players .scrollbar>div:first-child{bottom:7.4375rem !important}.player-edit__dialog .screenshot-buttons{padding-top:0.5rem;margin-bottom:1rem;display:flex;justify-content:center;align-content:center;flex-direction:column}.player-edit__dialog .screenshot-buttons .cp-button{white-space:nowrap;margin-bottom:0.625rem}.details{display:flex;flex-wrap:wrap}.details .pair{width:50%;padding:0.5rem 1rem}.details .pair .title{font-size:0.75rem;font-weight:bold}.player-editor{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto}.player-editor .left{display:flex;flex-flow:column nowrap;flex:0 0 auto;width:auto;height:100%;width:20%;background-color:#e6e6e6}.player-editor .left .hours-of-operation{padding:0.5rem 1rem}.player-editor .right{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;height:100%}.player-editor .right .header{display:flex;align-items:center}.player-editor .right .header .cp-button.icon{margin:0.5rem}.player-editor .right .forms{display:flex;flex-flow:column wrap}.player-editor .right .forms .section{width:33%;background-color:#ccc}.player-editor .tags{display:flex}.player-editor .tab-content{display:flex;flex-wrap:wrap;justify-content:space-between}.player-audit-header{display:flex;width:100%;justify-content:space-between;padding:0.5rem 0}.player-audit-header h1{margin:0}.player-audit-header .header-cell{margin:10px}.player-audit{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto}.player-audit .left{display:flex;flex-flow:column nowrap;flex:0 0 auto;width:auto;height:100%;width:20%;color:#fff;background-color:#1c2028}.player-audit .left .header{background-color:#e6e6e6;display:flex;align-items:center}.player-audit .left .header .cp-button.icon{margin:0.5rem}.player-audit .left .details{display:flex;flex-wrap:wrap}.player-audit .left .details .pair{width:50%;padding:0.5rem 1rem}.player-audit .left .details .pair .title{font-size:0.75rem;font-weight:bold}.player-audit .left .hours-of-operation{padding:0.5rem 1rem}.player-audit .right{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;height:100%;background-color:#e6e6e6}.player-audit .right .header{background-color:#e6e6e6;display:flex;align-items:center}.player-audit .right .header .cp-button.icon{margin:0.5rem}.player-audit .right .forms{display:flex;flex-flow:column wrap}.player-audit .right .forms .section{width:33%;background-color:#ccc}.player-audit .tags{display:flex}.player-audit .tab-content{display:flex;flex-wrap:wrap;justify-content:space-between}.player-audit .section-list{margin:10px}.player-audit .section-list .selected{background-color:#38a3e1}.player-audit .section-list li{padding-left:0.25rem}.player-audit table{margin-bottom:0.5rem;border-style:solid;border-width:2px;border-color:#d2d2d2}.player-audit .audit-table-wrapper{padding:0.5rem 1rem}.player-audit .audit-table-wrapper>h2{text-align:center}.player-audit .audit-table caption,.player-audit .audit-table tbody,.player-audit .audit-table tfoot,.player-audit .audit-table thead,.player-audit .audit-table tr,.player-audit .audit-table th,.player-audit .audit-table td{margin:0;padding:2px 8px;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin-bottom:0}.player-audit .audit-table .chart{vertical-align:middle}.player-audit .audit-table.no-stripes tbody tr:nth-child(even){background:transparent}.player-audit .audit-table tbody tr:nth-child(even){background:#f2f2f2}.player-audit .audit-table tbody{background-color:#fff}.player-audit .audit-table td:first-child{white-space:nowrap;padding-right:2rem;width:0}.player-audit .audit-table td span{font-weight:700}.player-audit .right-column{text-align:right}.dialog__tag-bulkeditassignments .dialog-main h2{text-align:center;margin:0.5rem}.dialog__tag-bulkeditassignments .dialog-main .selectors{display:flex;flex-direction:row;justify-content:center}.dialog__tag-bulkeditassignments .dialog-main .selectors .select-field{display:flex;width:auto;margin:0 0.25rem 0.25rem}.player-interactive-reports{display:flex;flex-direction:column;width:100%;height:100%}.player-interactive-reports .filter-toolbar{align-items:center;margin:0;background-color:#6598c6}.player-interactive-reports .filter-toolbar .select-field{width:20%}.player-interactive-reports .filter-toolbar .filter-date-range{display:flex;align-items:center;color:#fff}.player-interactive-reports .filter-toolbar .filter-date-range .select-field{margin-right:3rem}.player-interactive-reports .filter-toolbar .filter-date-range .textfield{margin-bottom:0;margin-left:0}.player-interactive-reports .filter-toolbar .filter-date-range .separator{margin:0 0.25rem}.player-interactive-reports .filter-toolbar .filter-date-range .date-filter{margin-bottom:0}.player-interactive-reports .interactive-charts{height:60%}.player-interactive-reports .interactive-charts .interactive-charts-wrapper{display:flex;height:100%}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-interactive-chart{width:60%;margin:5px;border:1px solid #d2d2d2;border-radius:10px}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-interactive-chart .interative-chart-header{place-content:space-between;padding:5px;height:10%;align-items:center;display:flex}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-interactive-chart .interative-chart-header h5{padding-left:100px}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-summary-chart{width:15%}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-summary-chart .summary-table{height:100%;margin:5px}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-summary-chart .summary-table .summary-row{display:flex;flex-direction:row;width:100%;flex-grow:0;height:30%}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-summary-chart .summary-table .summary-row:not(:first-child){margin-top:7%}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-summary-chart .summary-table .summary-cell{flex-grow:1;border:1px solid #d2d2d2;border-radius:10px;text-align:center;vertical-align:middle;font-size:13px;font-weight:700;color:#666;width:50%;margin-right:5px;position:relative}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-summary-chart .summary-table .summary-cell div{width:100%;position:absolute;margin:0;top:35%}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-summary-chart .summary-table .summary-cell div span{font-size:25px;color:black;display:block}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-pageviews-chart{width:25%;display:flex;flex-direction:column}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-pageviews-chart .no-data{align-self:center;top:40%;font-size:25px;position:relative}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-pageviews-chart .pageview-chart{height:55%;width:100%}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-pageviews-chart .pageview-chart-label-title{font-weight:600}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-pageviews-chart .pageview-chart-label{height:30%;width:100%;margin:0}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-pageviews-chart .pageview-chart-label .label-row{border-top:1px solid #d2d2d2}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-pageviews-chart .pageview-chart-label .label-row .name-column,.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-pageviews-chart .pageview-chart-label .label-row .count-column{font-weight:600}.player-interactive-reports .interactive-charts .interactive-charts-wrapper .session-pageviews-chart .pageview-chart-label .label-row .icon-column{width:10%}.player-interactive-reports .interactive-list{height:40%;border-top:1px solid #666}.player-interactive-reports .interactive-list .list-content{height:100%;display:flex;position:relative;min-height:0;padding:0}.player-interactive-reports .interactive-list .list-content .table-wrapper{display:flex;flex-flow:column nowrap;flex:1 1 0;width:auto;padding:0;position:relative}.player-interactive-reports .interactive-list .list-content .table-wrapper .paginator{margin-left:auto}.keyvaluelist--dialog .dialog-main{text-align:left;padding:1rem}.keyvaluelist--dialog .dialog-main textarea{height:100%}.cp-panel--dark{background:#1c2028;color:#fff}.cp-panel--dark .TabPanel__Content_LocalPlaylistUser{height:calc(100%)}.cp-panel--dark .TabPanel__Content_LocalPlaylistUser-show-button{height:calc(100% - 45px)}.cp-panel--dark .TabPanel__Content_LocalPlaylistUser-show-button .media-list{height:100%}.cp-panel--dark .TabPanel__Content_LocalPlaylistUser-show-button .tile-view-wrapper{height:calc(100% - 55px)}.cp-panel--dark .TabPanel__Content_LocalPlaylistUser-show-button .action-bar{background-color:#1c2028;border-top:1px solid #404040}.cp-panel--dark .TabPanel__Content_LocalPlaylistUser .action-bar{display:none}.cp-panel--dark .TabPanel__Content_LocalPlaylistUser .media-list{height:100%}.cp-panel--dark .TabPanel__Content_LocalPlaylistUser .tile-view-wrapper{height:calc(100% - 35px)}.cp-panel--dark .toolbar{background:#2d3443;border-bottom-color:#000}.cp-panel--dark .toolbar .cp-button.icon{color:#6598c6}.cp-panel--dark .localized-playlist--toolbar .toolbar-group .cp-button:not(:last-child){margin-right:1rem}.dialog--has-sidebar .main-content{display:flex;flex-flow:row nowrap;height:100%;overflow:hidden}.dialog--has-sidebar .panel-primary{flex:1 1 0;flex-flow:column nowrap;display:flex}.dialog--has-sidebar .panel-primary .action-bar{margin-top:auto}.dialog--has-sidebar .playlist-items-container.has-toolbar{height:calc(100% - 100px)}.dialog--has-sidebar .playlist-items-container .tile-view.cards>.card-wrapper{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}@media screen and (min-width: 30em){.dialog--has-sidebar .playlist-items-container .tile-view.cards>.card-wrapper{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media print, screen and (min-width: 40em){.dialog--has-sidebar .playlist-items-container .tile-view.cards>.card-wrapper{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media screen and (min-width: 75em){.dialog--has-sidebar .playlist-items-container .tile-view.cards>.card-wrapper{width:calc(25% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media screen and (min-width: 100em){.dialog--has-sidebar .playlist-items-container .tile-view.cards>.card-wrapper{width:calc(16.66667% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.dialog--has-sidebar .panel-secondary{width:15rem}@media print, screen and (min-width: 40em){.dialog--has-sidebar .panel-secondary{width:20rem}}@media screen and (min-width: 53.125em){.dialog--has-sidebar .panel-secondary{width:25rem}}@media screen and (min-width: 75em){.dialog--has-sidebar .panel-secondary{width:25rem}}@media screen and (min-width: 100em){.dialog--has-sidebar .panel-secondary{width:30rem}}.localized-playlist{height:100%}.localized-playlist .sidebar-menu .menu-item .instance-item--icon{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;margin-left:.625rem;position:relative;width:2.1875rem;color:#24475f}.localized-playlist .sidebar-menu .menu-item .instance-item--icon.no-players{color:#bd110e}.localized-playlist .sidebar-menu .menu-item .instance-item--icon.needs-publish{color:#23c059}.localized-playlist .sidebar-menu .menu-item .player-count{display:flex;flex-flow:row nowrap;align-items:center;color:#fff;font-family:"Roboto Slab",serif;font-weight:700;font-size:.875rem;justify-content:center;line-height:1;padding-bottom:2px;position:absolute;top:0;bottom:0;left:0;right:0}.localized-playlist .primary-pane.media{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;height:100%}.localized-playlist .primary-pane.media .drop-target-wrapper{flex:1 1 0px;width:auto;display:flex;flex-flow:row nowrap;width:100%}.localized-playlist .primary-pane.media .drop-target-wrapper .media-items{flex:1 1 0px;width:auto;display:flex;flex-flow:column nowrap;background:#e6e6e6;position:relative;width:100%;height:100%}.create-new-content .content-item{display:flex;flex-flow:row nowrap;align-items:center;background-color:rgba(204,225,238,0);border-bottom:1px solid #e6e6e6;cursor:pointer;padding:0.5rem 1rem;transition:background-color 0.2s ease-in-out}.create-new-content .content-item:last-child{border-bottom-width:0}.create-new-content .content-item:hover,.create-new-content .content-item:focus{background-color:#cce1ee}.create-new-content .content-item:hover .content-icon,.create-new-content .content-item:hover .content-name,.create-new-content .content-item:focus .content-icon,.create-new-content .content-item:focus .content-name{color:#1a1a1a}.create-new-content .content-item .content-icon{flex:0 0 auto;width:auto;color:#0069aa;height:2.25rem;transition:color 0.2s ease-in-out}.create-new-content .content-item .content-name{flex:1 1 0px;width:auto;color:#000;font-size:1.125rem;font-weight:700;line-height:1;padding:0 0 0 .625rem;transition:color 0.2s ease-in-out}.create-new-content .content-item[data-disabled]{opacity:0.6;cursor:default}.create-new-content .content-item[data-disabled] .content-icon,.create-new-content .content-item[data-disabled] .content-name{color:#1a1a1a}.create-new-content .content-item[data-disabled]:hover,.create-new-content .content-item[data-disabled]:focus{background-color:#d2d2d2}.create-new-content .content-item[data-disabled]:hover .content-icon,.create-new-content .content-item[data-disabled]:hover .content-name,.create-new-content .content-item[data-disabled]:focus .content-icon,.create-new-content .content-item[data-disabled]:focus .content-name{color:rgba(0,0,0,0.8)}.dialog.edit-item .dialog-content{min-height:31.25rem}.dialog.edit-item .dialog-content.fixed-height{min-height:90%}.dialog.edit-item .dialog-header .dialog-header-wrapper{display:grid;grid-template-columns:1fr auto;align-items:center;width:100%}.dialog.edit-item .dialog-header .replacethumb-wrapper{margin-right:0.625rem}.dialog.edit-item .dialog-header .replacethumb-wrapper:hover .replacethumb-toolbar{z-index:2;opacity:1;pointer-events:auto;overflow:visible}.dialog.edit-item .dialog-header .replacethumb-wrapper .replacethumb-toolbar{display:flex;flex-flow:row nowrap;position:absolute;bottom:-.625rem;align-self:center;padding:0.25rem 1rem;background-color:rgba(0,0,0,0.6);border-radius:4px;transition:opacity 0.25s ease-in-out;opacity:0;overflow:hidden;pointer-events:none;z-index:-1}.dialog.edit-item .dialog-header .replacethumb-wrapper .replacethumb-toolbar .button.subtle{color:#fff;margin:0 .625rem}.dialog.edit-item .dialog-header .replacethumb-wrapper .replacethumb-toolbar .button.subtle:first-child{margin-left:0}.dialog.edit-item .dialog-header .replacethumb-wrapper .replacethumb-toolbar .button.subtle:last-child{margin-right:0}.dialog.edit-item .dialog-header .replacethumb-wrapper .replacethumb-toolbar .button.subtle:hover,.dialog.edit-item .dialog-header .replacethumb-wrapper .replacethumb-toolbar .button.subtle:focus{color:#98cff2}.dialog.edit-item .dialog-header .header-title{display:grid;grid-template-columns:auto 1fr auto;align-items:center}.dialog.edit-item .dialog-header .header-title .media-meta-wrapper{flex:0 0 auto;width:auto;height:1.5rem;margin-right:.625rem;position:relative}.dialog.edit-item .dialog-header .header-title .media-meta-wrapper:hover .media-type{z-index:1000}.dialog.edit-item .dialog-header .header-title .media-meta-wrapper:hover .media-metadata{animation:scale-in-tl 0.25s ease-in-out 0.125s both;padding:5px 10px 10px;top:-.3125rem;left:-.3125rem;z-index:999;width:auto}.dialog.edit-item .dialog-header .header-title .media-meta-wrapper svg{position:relative;z-index:1000;width:1.5rem;max-height:1.5rem;margin-right:0;transform:color 0.375s ease-in-out}.dialog.edit-item .dialog-header .header-title .media-meta-wrapper .media-metadata{position:absolute;background-color:#fff;border-radius:4px;color:#1a1a1a;font-size:.875rem;transition:opacity 0.25s ease-in-out 0.25s;opacity:0;left:-1px;overflow:hidden;width:0;z-index:-1;box-shadow:0 0 10px rgba(0,0,0,0.35)}.dialog.edit-item .dialog-header .header-title .media-meta-wrapper .media-metadata:hover{top:-.3125rem;left:-.3125rem;padding:5px 10px 10px;z-index:999;width:auto}.dialog.edit-item .dialog-header .header-title .media-meta-wrapper .media-metadata .media-type{display:flex;flex-flow:row nowrap;align-items:center;white-space:nowrap;height:1.5rem;margin-left:1.8125rem;line-height:1.2}.dialog.edit-item .dialog-header .header-title .media-meta-wrapper .media-metadata .media-details{margin-left:0;list-style:none;margin:0.25rem 0 0;white-space:nowrap;line-height:1.2}.dialog.edit-item .dialog-header .header-title .media-meta-wrapper .media-metadata .media-details li{margin-bottom:0.5rem}.dialog.edit-item .dialog-header .header-title .media-meta-wrapper .media-metadata .media-details li:last-child{margin-bottom:0}.dialog.edit-item .dialog-header .header-title .textfield{margin-bottom:0}.dialog.edit-item .dialog-header .header-title .textfield label{position:absolute !important;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;clip-path:inset(50%);border:0}.dialog.edit-item .dialog-header .header-title .textfield input[type="text"]{color:#000;font-size:1.125rem;font-weight:600;height:auto;line-height:1;margin-bottom:0;padding:0.25rem 0.5rem}.dialog.edit-item .dialog-header .header-title .content-title{padding:0 0.5rem;word-break:break-all;text-align:left}.dialog.edit-item .dialog-header .dialog-header-secondary{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;align-items:center;justify-content:center;margin-left:1rem}.dialog.edit-item .dialog-header .dialog-header-secondary button{margin-right:1rem}@media screen and (max-width: 39.9375em){.dialog.edit-item .dialog-header .dialog-header-secondary button{width:1.125rem}.dialog.edit-item .dialog-header .dialog-header-secondary button svg{width:100%;height:auto}}.dialog.edit-item .dialog-header .dialog-header-secondary button:hover{color:#98cff2}.dialog.edit-item .dialog-header .dialog-header-secondary button:last-child{margin-right:0}.dialog.edit-item .dialog-header .localization-select{margin:0;padding-left:1rem}.dialog.edit-item .dialog-header .localization-select select{height:2rem;font-weight:600;padding-left:0.5rem}.dialog.edit-item .dialog-preview-wrapper{display:flex;flex-flow:column wrap;flex:1;height:100%;background-color:rgba(230,230,230,0.75);position:relative;overflow-x:hidden}@media print, screen and (min-width: 40em){.dialog.edit-item .dialog-preview-wrapper{display:flex;flex-flow:column nowrap}}.dialog.edit-item .dialog-preview-wrapper .dialog-item-attributes{display:flex;flex-flow:row wrap;justify-content:flex-start;padding:1.25rem .625rem 0 1.25rem;width:100%}.dialog.edit-item .dialog-preview-wrapper .dialog-item-attributes>.full{flex:0 0 auto;min-height:0px;min-width:0px;width:calc(100% - 1.25rem)}.dialog.edit-item .dialog-preview-wrapper .dialog-item-attributes>:not(.full){flex:0 0 auto;width:auto;padding-right:1.25rem}.dialog.edit-item .dialog-preview-wrapper .dialog-item-attributes>.color-picker-wrapper>.color-picker{flex-direction:column}.dialog.edit-item .dialog-preview-wrapper .dialog-item-attributes textarea{min-height:1.875rem;max-height:33vh;min-width:100%}.dialog.edit-item .dialog-preview-wrapper .dialog-item-attributes .web-editor-auth-fields{margin-left:1rem;margin-top:-0.5rem}.dialog.edit-item .dialog-preview-wrapper .dialog-item-attributes .web-editor-auth-fields .textfield{margin-bottom:0.5rem}.dialog.edit-item .dialog-preview-wrapper .dialog-item-attributes .checkbox-label{flex-direction:column-reverse;justify-content:flex-end}.dialog.edit-item .dialog-preview-wrapper .dialog-item-attributes .checkbox-label input{margin:0.75rem 0 0}.dialog.edit-item .dialog-preview-wrapper .dialog-preview{display:flex;flex-flow:column nowrap;flex:0 0 auto;min-height:0px;min-width:0px;width:calc(100% - 1.25rem);justify-content:center;align-items:center;padding:.625rem .625rem 1.25rem;position:relative;width:100%}@media print, screen and (min-width: 40em){.dialog.edit-item .dialog-preview-wrapper .dialog-preview{flex:1 1 0px;width:auto;padding:1.25rem}}.dialog.edit-item .dialog-preview-wrapper .dialog-preview--template{display:flex;flex-flow:column nowrap;flex:0 0 auto;min-height:0px;min-width:0px;width:calc(100% - 1.25rem);padding:0;justify-content:start;align-items:center;position:relative;width:100%;height:100%}.dialog.edit-item .dialog-preview-wrapper .dialog-preview .preview-wrapper{position:relative;display:flex;align-items:center;justify-content:center;height:100%;width:100%}.dialog.edit-item .dialog-preview-wrapper .dialog-preview .preview-wrapper .no-preview{width:100%;height:100%;display:flex;align-items:center;justify-content:center;border:1px solid rgba(0,0,0,0.2);background:rgba(0,0,0,0.05)}.dialog.edit-item .dialog-preview-wrapper .dialog-preview .preview-wrapper .video-preview-wrapper{position:relative;height:100%;width:100%;display:flex;align-items:center;justify-content:center}.dialog.edit-item .dialog-preview-wrapper .dialog-preview .preview-wrapper .video-preview-wrapper::before{content:"";background-image:url(/static/assets/bg-videoPreview-798093277f8215d52bc0f72b815fa6b4.png);background-position:center;background-repeat:no-repeat;background-size:100%;position:absolute;top:0;bottom:0;left:0;right:0}.dialog.edit-item .dialog-preview-wrapper .dialog-preview .preview-wrapper video{width:100%;height:auto}.dialog.edit-item .dialog-preview-wrapper .dialog-preview .preview-wrapper .table-view{box-shadow:0 0 5px rgba(0,0,0,0.35);background-color:#e6e6e6;width:18.75rem}@media print, screen and (min-width: 40em){.dialog.edit-item .dialog-preview-wrapper .dialog-preview .preview-wrapper .table-view{width:31.25rem}}.dialog.edit-item .dialog-preview-wrapper .dialog-preview .preview-wrapper.generating{flex-direction:column}.dialog.edit-item .dialog-preview-wrapper .dialog-preview .preview-wrapper.generating .message{margin-top:1rem}.dialog.edit-item .dialog-preview-wrapper .dialog-preview img,.dialog.edit-item .dialog-preview-wrapper .dialog-preview video{max-height:55vh}.dialog.edit-item .dialog-item--no-preview,.dialog.edit-item .dialog-item--audio{font-size:1.5rem;left:calc(50% - 80px);margin-top:0;position:absolute;text-align:center;top:35%}.dialog.edit-item .dialog-item--audio{left:calc(50% - 30px)}.dialog.edit-item .dialog-item--no-preview+.dialog-item-attributes,.dialog.edit-item .dialog-item--audio+.dialog-item-attributes{padding:0;flex:0;display:none}.dialog.edit-item .input-file--replace input{display:none}.dialog.edit-item .checkbox-label{display:flex;margin-bottom:10px}.dialog.edit-item .schedule-wrapper{width:40rem}.dialog.edit-item .schedule-wrapper .fieldset-content{display:flex}.dialog.edit-item .schedule-title{text-align:center;font-family:"Roboto Slab",serif;margin:1rem 3.5rem 0.5rem}.dialog__error{text-align:center;border-bottom:1px solid #000;color:#dd7808;margin:0 0 1rem;padding:0 0 0.5rem}.MDL-dialog.template .dialog .dialog-right{min-width:600px}.select-label{font-size:1rem;display:block}.templatetest-editor{margin-top:10px}.templatetest-preview{width:500px;height:313px !important;background-size:100%;color:#fff}.templatetest-preview .message-panel{background-color:rgba(0,0,0,0.7);height:100%;width:40%;display:flex;flex-direction:column;justify-content:center;text-align:center}.templatetest-preview .message-panel.right{float:right}.templatetest-preview .message-panel .headline{font-size:20px;padding:5px;overflow-x:hidden}.templatetest-preview .message-panel .subhead{padding:5px;overflow-x:hidden}.padding--0 .dialog-header,.padding--0 .dialog-main{padding:0 !important}.show-advanced-panel .advanced-settings-panel{pointer-events:auto;visibility:visible;transition:right 0.25s ease-in-out, visibility 0s linear 0s;right:0}.advanced-settings-panel{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;box-shadow:0 0 10px rgba(0,0,0,0.35);overflow:hidden;pointer-events:none;max-width:600px;height:100%;z-index:100;right:-600px;position:absolute;display:flex;width:90%;visibility:hidden;transition:right 0.25s ease-in-out, visibility 0s linear 0.25s}@media print, screen and (min-width: 40em){.advanced-settings-panel{width:80%}}.advanced-settings-panel .unset-availablility{display:flex;align-items:center;justify-content:center;height:100%}.advanced-settings-panel .unset-availablility div{padding:20px 40px;border:1px solid #666;border-radius:8px;display:flex;flex-direction:column;align-items:center}.advanced-settings-panel .unset-availablility div p{margin:0 0 5px}.advanced-settings-panel .select-theme .cp-button{position:absolute;right:0}.advanced-settings-panel .select-theme .input-clear{right:60px}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .app-content.has-sidebar.SignageMedia>.secondary-pane{grid-template-rows:initial}.SignageMedia .secondary-pane{color:#fff;font-weight:600}.SignageMedia .primary-pane.media{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;width:100vw !important}.SignageMedia .primary-pane.media .drop-target-wrapper{flex:1 1 0px;width:auto;display:flex;flex-flow:row nowrap;width:100%}.SignageMedia .primary-pane.media .drop-target-wrapper .media-items{flex:1 1 0px;width:auto;display:flex;flex-flow:column nowrap;background:#e6e6e6;position:relative;width:100%}.SignageMedia .file-uploader{opacity:0;position:absolute;top:0;z-index:-1}.view-style-icons{background-color:#c9c9c9;border-radius:2.167rem;margin:0;height:2rem}.view-style-icons .cp-button{padding:0;margin:0 0.5rem}.media-items-drag-hover{box-sizing:border-box;border:4px solid green}.media-items-drop-zone-hide{display:none}.media-items-drop-zone-show{position:fixed;display:flex;background:rgba(17,109,210,0.5);border:15px solid #0c3158;width:100%;height:100%;z-index:2000;top:0;left:0;right:0;bottom:0;flex:1;justify-content:center;align-items:center;text-align:center;font-size:30px;font-weight:600;color:#fff;letter-spacing:1px;margin:auto}.dialog-header-wrapper.dialog-playlist-item-edit .header-title{align-self:flex-start}.play-options-wrapper{margin-right:1rem;position:relative}.play-options-wrapper .play-option-summary{color:#000;font-size:1rem;font-weight:600;text-align:center;border-radius:4px;padding:5px}.play-options-wrapper .play-option-summary:hover{background-color:#e6e6e6}.play-option-details{box-shadow:0 0 10px rgba(0,0,0,0.35);width:15.625rem;z-index:1000;padding:10px;position:fixed;background-color:#fff;border-radius:4px;color:#1a1a1a;font-size:.875rem;opacity:1;overflow:hidden}.play-option-details h3{text-align:center;font-size:1.125rem;font-weight:600;margin-bottom:1rem}.play-option-details .option-select select{min-width:100%}.play-option-details .label-inline-split input[type="number"]{width:5rem}.play-option-details .no-change{text-align:center}.play-option-details .no-change p{margin-bottom:0.25rem}.play-option-details .no-change button{font-size:0.875rem}.playlist-editor{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;position:relative;width:100%;height:100%;background-color:#e6e6e6;z-index:1;overflow:hidden}.playlist-editor .primary-pane{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;position:relative;width:100%}.playlist-editor .primary-pane .playlist-items-container{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;position:relative;width:100%}.playlist-editor .primary-pane .playlist-items-container .table-view{min-width:43.125rem}@media screen and (min-width: 75em){.playlist-editor .content-panel{width:25rem}}.playlist-editor .playlist-items-container{will-change:padding;transition:padding 0.5s ease-in-out}.playlist-editor .playlist-items-container .tile-view{will-change:padding;padding-left:5rem;padding-right:5rem;padding-bottom:10vh;transition:padding 0.5s ease-in-out}.playlist-editor .playlist-items-container .tile-view .card-wrapper{will-change:margin;margin-left:1rem;margin-right:1rem;transition:margin 0.5s ease-in-out}.playlist-editor .playlist-items-container .tile-view .thumbnail-image{will-change:height;transition:height 0.5s ease-in-out}.playlist-editor .playlist-items-container .table-view .scrollbar>div{display:flex;flex-flow:column nowrap}.playlist-editor .playlist-items-container .table-view .drop-target-wrapper{overflow-x:auto;height:auto;flex:1 1 0;min-height:10vh}.playlist-editor .playlist-editor-toolbar{will-change:padding;transition:padding 0.5s ease-in-out}.playlist-editor .playlist-editor-toolbar .toolbar-group.group-primary{width:calc(40% - 1.25rem)}.playlist-editor .playlist-editor-toolbar .toolbar-group.group-left,.playlist-editor .playlist-editor-toolbar .toolbar-group.group-right{width:calc(30% - 1.25rem)}.playlist-editor[data-content-panel-is-open="true"] .playlist-items-container .tile-view{padding-right:.625rem;padding-left:.625rem}.playlist-editor[data-content-panel-is-open="true"] .playlist-items-container .tile-view .card-wrapper{margin-left:.625rem;margin-right:.625rem}@media print, screen and (min-width: 40em){.playlist-editor[data-content-panel-is-open="true"] .playlist-items-container{padding-left:calc(20rem)}}@media screen and (min-width: 53.125em){.playlist-editor[data-content-panel-is-open="true"] .playlist-items-container{padding-left:calc(25rem)}}@media print, screen and (min-width: 40em){.playlist-editor[data-content-panel-is-open="true"] .playlist-editor-toolbar{padding-left:calc(20rem)}}@media screen and (min-width: 53.125em){.playlist-editor[data-content-panel-is-open="true"] .playlist-editor-toolbar{padding-left:calc(25rem)}}.playlist-editor .playlist-items-container .tile-view.cards>.card-wrapper{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}@media screen and (min-width: 30em){.playlist-editor .playlist-items-container .tile-view.cards>.card-wrapper{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media print, screen and (min-width: 40em){.playlist-editor .playlist-items-container .tile-view.cards>.card-wrapper{width:calc(33.33333% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media screen and (min-width: 75em){.playlist-editor .playlist-items-container .tile-view.cards>.card-wrapper{width:calc(25% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media screen and (min-width: 100em){.playlist-editor .playlist-items-container .tile-view.cards>.card-wrapper{width:calc(16.66667% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media print, screen and (min-width: 40em){.playlist-editor[data-content-panel-is-open="true"] .tile-view.cards>.card-wrapper{width:calc(50% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media screen and (min-width: 75em){.playlist-editor[data-content-panel-is-open="true"] .tile-view.cards>.card-wrapper{width:calc(33.33333% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}@media screen and (min-width: 100em){.playlist-editor[data-content-panel-is-open="true"] .tile-view.cards>.card-wrapper{width:calc(25% - 1.25rem);margin-right:.625rem;margin-left:.625rem}}.playlist-editor[data-content-panel-is-open="true"] .tile-view.cards .thumbnail-image{height:3.75rem}@media print, screen and (min-width: 40em){.playlist-editor[data-content-panel-is-open="true"] .tile-view.cards .thumbnail-image{height:8.125rem}}@media screen and (min-width: 75em){.playlist-editor[data-content-panel-is-open="true"] .tile-view.cards .thumbnail-image{height:8.125rem}}@media screen and (min-width: 100em){.playlist-editor[data-content-panel-is-open="true"] .tile-view.cards .thumbnail-image{height:8.125rem}}.primary-pane.playlist-manager{flex:1 1 0px;width:auto;display:flex;flex-flow:column nowrap;background:#e6e6e6;position:relative;width:100vw}.primary-pane.playlist-manager .tile-view .tile{width:14.66%}@media (max-width: 1500px){.primary-pane.playlist-manager .tile-view .tile{width:18%}}@media (max-width: 1300px){.primary-pane.playlist-manager .tile-view .tile{width:23%}}@media (max-width: 1000px){.primary-pane.playlist-manager .tile-view .tile{width:31.3%}}.playlist-editor-pane-overlay{transition:visibility 0s ease-out 0.2s, opacity 0.2s ease-out;visibility:hidden;opacity:0;position:fixed;top:80;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.4)}.playlist-editor-pane-overlay.visible{visibility:visible;opacity:1;transition-delay:0s}.playlist-editor-pane-overlay .playlist-editor-pane-gutter{height:100%}.playlist-editor-pane-overlay .playlist-editor-pane{pointer-events:none;overflow:hidden;position:absolute;opacity:0;top:0;left:250px;right:-250px;bottom:0;background-color:#fff;transition:opacity 0.2s ease-in-out, left 0.2s ease-in-out, right 0.2s ease-in-out}.playlist-editor-pane-overlay .playlist-editor-pane.visible{pointer-events:auto;opacity:1;left:90px;right:0;transition-delay:0s}.toolbar-buttons{background:rgba(0,0,0,0.15);height:100%;min-width:195px;margin-left:-24px;padding:0 24px;display:flex;justify-content:center !important;align-items:center !important}.toolbar-buttons .cp-button{background:#969696;min-width:5rem;color:#fff;line-height:2rem;text-transform:uppercase;margin:0.5rem;border-radius:0.25rem;height:25px}.toolbar-buttons .cp-button:hover,.toolbar-buttons .cp-button:focus{background:#666}.toolbar-buttons .cp-button:active{background:#4d4d4d}.toolbar-buttons .cp-button.button-save{background:#43b652}.toolbar-buttons .cp-button.button-save:hover,.toolbar-buttons .cp-button.button-save:focus{background:#74b814}.toolbar-buttons .cp-button.button-save:active{background:#599900}.playlists--empty{background-color:#f7f7f7;border-radius:10px;display:block;font-size:20px;margin:20px auto 0;padding:25px 0;text-align:center;width:360px}.playlists--empty-search{max-width:720px;min-width:360px;padding:25px 20px;width:auto}.playlists--empty .empty-title{padding:0 0 1.3rem;text-transform:uppercase}.playlists--empty .empty-search-text{margin:0;text-transform:none}.playlists--empty .empty-action{cursor:pointer;font-size:14px;font-weight:bold;color:#62c7ed}.playlist-manager-search-type{margin:0 0 0 1rem;width:auto}.player-alerts{height:100%}.player-alerts .alert-list{flex:1 1 0px;width:auto;display:flex;flex-flow:column nowrap;background:#e6e6e6;position:relative;height:100%;width:100vw}.player-alerts .playeralert-header{font-size:2.125rem}.player-alerts .playeralert-margin-left-auto{margin-left:auto}.player-alerts .playeralert-content .row::after{content:"";display:table;clear:both}.player-alerts .playeralert-content .column{float:left;width:50%;padding:10px}.player-alerts .playeralert-content .column-wide{float:left;width:100%;padding:10px}.player-alerts .filter{min-width:200px}.player-alerts .player-name-filter{margin-right:40px;margin-top:0;display:flex;flex-direction:row}.player-alerts .player-name-filter .CPButton{margin:0.35rem}.player-alerts .select-field label{line-height:2rem;padding-left:0}.player-alerts .select-field select{min-width:150px;border-color:#a3a3a3;background-color:#e6e6e6;box-shadow:0 0 12px rgba(0,0,0,0.25) inset}.player-alerts .dialog .dialog-header{justify-content:flex-start}.player-tasks--presentation{height:100%}.player-tasks--presentation .player-tasks--task-list{flex:1 1 0px;width:auto;display:flex;flex-flow:column nowrap;background:#e6e6e6;position:relative;height:100%;width:100vw}.player-tasks--presentation .playertask-content .row::after{content:"";display:table;clear:both}.player-tasks--presentation .playertask-content .column{float:left;width:50%;padding:10px}.player-tasks--presentation .playertask-content .column-wide{float:left;width:100%;padding:10px}.player-tasks--presentation .filter{min-width:200px}.player-tasks--presentation .player-name-filter{margin-right:40px;margin-top:0;display:flex;flex-direction:row}.player-tasks--presentation .player-name-filter .CPButton{margin:0.35rem}.dialog--player-tasks .dialog-main{height:100%;min-height:28.75rem;display:flex;flex-flow:column nowrap;flex:1 1 0}.dialog--player-tasks .react-tabs__tab-panel--selected{display:flex;flex-flow:column nowrap;position:relative;background-color:#f2f2f2}.dialog--player-tasks .react-tabs__tab-panel .general-info,.dialog--player-tasks .react-tabs__tab-panel .schedule-wrapper,.dialog--player-tasks .react-tabs__tab-panel .players{height:calc(100% - 2px);width:100%}.dialog--player-tasks .react-tabs__tab-panel .players .toolbar+.table-view{height:calc(100% - 3.125rem)}.dialog--player-tasks .select-field label,.dialog--player-tasks .textfield label{line-height:2rem;padding-left:0}.dialog--player-tasks .select-field select{min-width:150px;border-color:#a3a3a3;background-color:#e6e6e6;box-shadow:0 0 12px rgba(0,0,0,0.25) inset}.dialog--player-tasks .property-wrapper{display:flex;align-items:flex-end}.dialog--player-tasks .property-wrapper .property-sublink{white-space:nowrap;margin:0 0 1.25rem 2rem}.dialog--player-tasks .general-info{display:flex;justify-content:flex-start;flex-flow:column wrap;padding:1.5rem}.dialog--player-tasks .blocks{display:flex;justify-content:flex-start;flex-flow:row wrap}.dialog--player-tasks .info-block{font-size:1.125rem;height:50px;box-sizing:border-box;max-width:50%;width:50%;padding-right:3%}.dialog--player-tasks .inline-date-time{display:flex}.dialog--player-tasks .days-of-week{margin:10px}.dialog--player-tasks .error-text{flex:0 0 2.5rem;font-weight:bold;font-size:1rem;color:#941d1b}.dialog--player-tasks .error-text p{margin:0;background:#e6b9b9;padding:0.25rem 0.75rem}.dialog--player-tasks .error-text:empty{background:transparent}.dialog--player-tasks .schedule-wrapper{position:absolute;top:0;bottom:0;left:0;right:0}.dialog--player-tasks .schedule-wrapper .schedule-form{width:100%;height:100%;display:flex;flex-flow:column nowrap}.dialog--player-tasks .schedule-wrapper .schedule{flex:1 1 0;display:flex;height:100%;margin:1.25rem}.dialog--player-tasks .schedule-wrapper .recurrence{flex:1 1 0;display:flex;min-width:420px}.dialog--player-tasks .schedule-wrapper .recurrence-type{flex:0 0 9.375rem;margin:10px}.dialog--player-tasks .schedule-wrapper .recurrence-data .recurrence-type{display:flex}.dialog--player-tasks .schedule-wrapper .recurrence-data .date-and-time{margin:10px;display:flex;flex-flow:row wrap}.dialog--player-tasks .schedule-wrapper .recurrence-data .date-and-time .textfield{margin-left:0;margin-right:1rem}.dialog--player-tasks .schedule-wrapper .textfield.short{width:8rem}.dialog--player-tasks .schedule-wrapper .recurrence-data{flex:1 1 0;padding:0 1rem;border-left:1px solid #a3a3a3}.dialog--player-tasks .schedule-wrapper .schedule-enddate-wrapper{flex:0 0 21.875rem;padding-left:1rem;border-left:1px solid #a3a3a3}@keyframes drain{0%{transform:translateY(-40px)}100%{transform:translateY(0)}}.publish-preview-dialog .dialog-main{padding:0;overflow:hidden;display:flex;flex-flow:column nowrap}.publish-preview-dialog .preview-content{height:100%;display:flex;flex-direction:row}.publish-preview-dialog .preview-content .publish-preview-panel{display:none;width:300px;background:#fff;padding:15px;box-shadow:0 0 5px rgba(0,0,0,0.35)}.publish-preview-dialog .preview-content .publish-preview-panel[data-open="true"]{display:block}.publish-preview-dialog .preview-content .publish-preview-panel .form-input{margin-bottom:20px}.publish-preview-dialog .preview-content .publish-preview-panel button{margin:0}.publish-preview-dialog .preview-content .publish-preview-panel button.icon{margin-bottom:15px}.publish-preview-dialog .preview-content .publish-preview-panel input{margin:0}.publish-preview-dialog .preview-content .publish-preview-panel .screen-picker{position:relative}.publish-preview-dialog .preview-content .publish-preview-panel .screen-picker button{position:absolute;right:0;top:0}.publish-preview-dialog .preview-content .timepicker input{background-color:#fff}.publish-preview-dialog .publish-preview{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;width:100%;max-width:100%}.publish-preview-dialog .publish-preview .publish-preview-panel{display:none}.publish-preview-dialog .publish-preview .publish-preview-panel[data-open="true"]{display:block}.publish-preview-dialog .publish-preview .toolbar{min-height:3.125rem;padding:1rem 0 0}@media print, screen and (min-width: 40em){.publish-preview-dialog .publish-preview .toolbar .toolbar-group.datePicker{margin:0 1.25rem 1rem .625rem}}@media screen and (max-width: 63.9375em){.publish-preview-dialog .publish-preview .toolbar .toolbar-group.datePicker{flex:0 0 0}}.publish-preview-dialog .publish-preview .toolbar .toolbar-group.datePicker .react-datepicker-wrapper{margin-bottom:0}@media print, screen and (min-width: 40em){.publish-preview-dialog .publish-preview .toolbar .toolbar-group.timePicker{margin:0 1.25rem 1rem .625rem}}@media screen and (max-width: 63.9375em){.publish-preview-dialog .publish-preview .toolbar .toolbar-group.timePicker{flex:0 0 0}}@media print, screen and (min-width: 40em){.publish-preview-dialog .publish-preview .toolbar .toolbar-group.playerPicker{margin:0 1.25rem 1rem .625rem}}@media screen and (min-width: 40em) and (max-width: 63.9375em){.publish-preview-dialog .publish-preview .toolbar .toolbar-group.playerPicker{flex:0 0 0}}@media screen and (max-width: 39.9375em){.publish-preview-dialog .publish-preview .toolbar .toolbar-group.playerPicker{flex:1 0 0}}.publish-preview-dialog .publish-preview .toolbar .toolbar-group.controls{flex:1 1 0px;width:auto}.publish-preview-dialog .publish-preview .toolbar .toolbar-group.controls .button:first-of-type{margin-right:1rem}.publish-preview-dialog .publish-preview .toolbar .icon-label{flex:0 0 auto;width:auto;cursor:pointer}.publish-preview-dialog .publish-preview .toolbar .icon-label label{color:#0069aa;transition:all 0.25s ease-in-out}.publish-preview-dialog .publish-preview .toolbar .icon-label label:hover{color:#465761}.publish-preview-dialog .publish-preview .toolbar .icon-label input{width:6.25rem;font-size:1rem;font-weight:600;transition:all 0.25s ease-in-out}.publish-preview-dialog .publish-preview .toolbar .icon-label input:hover{border-color:#465761}.publish-preview-dialog .publish-preview .toolbar .icon-label input:focus{border-color:#0069aa}.publish-preview-dialog .publish-preview .toolbar .icon-button-horizontal{color:#0069aa;cursor:pointer}.publish-preview-dialog .publish-preview .toolbar .icon-button-horizontal span{color:#000;font-size:1rem;font-weight:600;max-width:12.5rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.publish-preview-dialog .publish-preview .toolbar .icon-button-horizontal:hover{color:#465761}.publish-preview-dialog .publish-preview .toolbar .icon-button-horizontal:hover span{color:#000}.publish-preview-dialog .publish-preview .toolbar .subtle svg{margin-right:0.125rem}.publish-preview-dialog .publish-preview .note{text-align:center;font-size:.875rem;padding:10px;color:#404040}.publish-preview-dialog .publish-preview .publish-preview-wrapper{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;background-color:#e6e6e6}.publish-preview-dialog .publish-preview .publish-preview-wrapper .publish-preview-space-top{flex:0 0 auto;width:auto;width:100%;display:flex;align-items:center;justify-content:center;padding:15px;font-size:1.375rem}.publish-preview-dialog .publish-preview .publish-preview-wrapper .publish-preview-row{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto}.publish-preview-dialog .publish-preview .publish-preview-wrapper .publish-preview-row .publish-preview-space-left{flex:0 0 auto;width:auto;width:1rem}.publish-preview-dialog .publish-preview .publish-preview-wrapper .publish-preview-row .publish-preview-space-right{flex:0 0 auto;width:auto;width:1rem}.publish-preview-dialog .publish-preview .publish-preview-wrapper .publish-preview-space-bottom{flex:0 0 auto;width:auto;width:100%;padding:0.5rem 1rem}.publish-preview-dialog .publish-preview .publish-preview-wrapper .publish-preview-note{position:absolute;top:0;left:0;bottom:0;right:0;background:rgba(255,255,255,0.7);z-index:100;display:flex;align-items:center;justify-content:center;text-align:center}.publish-preview-dialog .publish-preview .publish-preview-wrapper .publish-preview-note-content{padding:15px;width:100%;max-width:500px;background:#fff;border-color:#a3a3a3;border-style:solid;border-width:1px;border-radius:0.5rem}.publish-preview-dialog .publish-preview .publish-preview-wrapper .publish-preview-note-content button{margin-top:15px}.publish-preview-dialog .publish-preview .publish-preview-player{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;justify-content:center;align-content:center;overflow:hidden;position:relative}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;justify-content:center;align-content:center;padding:25px}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout{border:1px solid #000;position:relative;background-color:#000;color:#fff;overflow:hidden;align-self:center}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-player-off{display:flex;flex-flow:column nowrap;background-image:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%232e393f' fill-opacity='1' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");align-items:center;justify-content:center;color:white;height:100%;text-align:center;background-color:#0d181f;box-shadow:inset 0 19px 38px rgba(0,0,0,0.3),0 15px 12px rgba(0,0,0,0.22)}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-player-off .callout{display:flex;flex-flow:row wrap;box-shadow:0 0 20px rgba(0,0,0,0.35);align-items:center;background-color:#98cff2;color:#000;font-weight:600;justify-content:center;margin:0 2rem}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-player-off .callout svg{color:#666;margin-right:.625rem}@media screen and (max-width: 39.9375em){.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-player-off .callout svg{margin-bottom:.625rem;margin-right:0}}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-zone{position:absolute}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-zone:hover .publish-preview-playlist .publish-preview-playlistitem .publish-preview-playlistitem-timer-wrapper{opacity:1}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-zone .publish-preview-nocontent{display:flex;justify-content:center;align-items:center;background-color:#a3a3a3;height:100%}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-zone .publish-preview-playlist{position:relative;height:100%;width:100%}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-zone .publish-preview-playlist .publish-preview-playlist-control-wrapper{height:100%;width:100%;position:absolute;z-index:5}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-zone .publish-preview-playlist .publish-preview-playlist-control-wrapper .publish-preview-playlist-controls{position:absolute;height:40px;width:40px;bottom:15px;right:15px;display:flex;align-items:center;transition:opacity 0.25s ease-in-out;z-index:2;border-radius:50%;justify-content:center}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-zone .publish-preview-playlist .publish-preview-playlistitem{height:100%;width:100%;align-items:center;justify-content:center;position:relative;overflow:hidden}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-zone .publish-preview-playlist .publish-preview-playlistitem .publish-preview-playlistitem-timer-wrapper{position:absolute;bottom:15px;right:15px;width:40px;height:40px;border-radius:50%;border:2px solid #f2f2f2;opacity:0.4;transition:opacity 0.5s ease;overflow:hidden}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-zone .publish-preview-playlist .publish-preview-playlistitem .publish-preview-playlistitem-timer{height:80px;width:100%;will-change:transform;background-image:linear-gradient(0deg, #666 0%, #666 50%, #1a1a1a 50%, #1a1a1a 100%)}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-zone .publish-preview-playlist .publish-preview-playlistitem .publish-preview-media{height:100%;width:100%;position:absolute;max-width:none}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-zone .publish-preview-playlist .publish-preview-playlistitem .publish-preview-media.publish-preview-media-video{height:100%;width:100%;position:absolute;display:flex;align-items:center;justify-content:center}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-zone .publish-preview-playlist .publish-preview-playlistitem .publish-preview-media.publish-preview-media-video .publish-preview-message{position:absolute;top:0;left:0;height:100%;width:100%;color:transparent;background-repeat:no-repeat;background-size:cover}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-zone .publish-preview-playlist .publish-preview-playlistitem .publish-preview-media.publish-preview-media-video video{height:100%;width:100%;object-fit:fill}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-zone .publish-preview-playlist .publish-preview-playlistitem .publish-preview-media.publish-preview-media-video img{height:100%;width:100%}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-zone .publish-preview-playlist .publish-preview-playlistitem .publish-preview-media.publish-preview-media-video .publish-preview-media-error{background-color:#de994d;color:#000;border-radius:4px;padding:.625rem;margin:4px;position:absolute}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .publish-preview-layout .publish-preview-zone .publish-preview-playlist .publish-preview-playlistitem .publish-preview-media-web{height:100%;width:100%}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .media-error-wrapper{display:flex;flex-flow:column nowrap;align-items:center;justify-content:center;height:calc(100% - 40px);width:calc(100% - 40px);margin:20px;text-align:center}.publish-preview-dialog .publish-preview .publish-preview-player .publish-preview-sign .media-error-wrapper .publish-preview-media-error{flex:0 0 auto;width:auto;background-color:#de994d;color:#000;border-radius:4px;padding:.625rem;margin:4px;position:absolute}.publish-preview-dialog .publish-preview .publish-preview-player .switch-event-preview-message{padding:1rem;background-color:#e6e6e6;background-color:rgba(230,230,230,0.5);display:flex;justify-content:center;align-items:center;position:absolute;z-index:100;bottom:5%;font-size:1rem;color:#000;border-radius:4px;left:50%;transform:translate(-50%)}.switch-event-message{text-align:center;display:flex;align-items:center;justify-content:center;flex:0 0 0}.switch-event-message .message-text{font-weight:600;border-radius:4px;background:#dd7808;color:#fff;padding:0.4rem 0.8rem}.publish-status-header{background:gray;width:100%;height:65px}.publish-status-header-text{font-weight:900;font-size:25px;display:flex;justify-content:center;color:black}.publish-status-action-container{display:flex;justify-content:center}.publish-status-failed{color:#bd110e;font-weight:900;font-size:20px;margin:auto}.publish-status-pending{color:darkorange;font-weight:900;font-size:20px;margin:auto}.publish-status-complete{color:green;font-weight:900;font-size:20px;margin:auto}.publish-status-progress{margin:auto}.publish-status-active{color:darkgoldenrod;font-weight:900;font-size:20px;margin:auto}.publish-status-activex{margin-left:125px;color:#fff;font-weight:900;font-size:20px;position:absolute;z-index:100}.layout-manager-wrapper-editor .layout-manager{background-color:#1a1a1a}.layout-manager-wrapper-editor footer.dialog-actions{background-color:#000;border-color:transparent}.layout-manager .toolbar{background-color:transparent;border-color:transparent}.layout-manager .toolbar .toolbar-group .layout-editor-ratio-fields{display:flex}.layout-manager .toolbar .toolbar-group:first-child{flex:0 1 auto}.layout-manager .layout-editor .layout-editor-preview{color:#fff}.layout-manager .layout-editor .layout-editor-preview [data-color="0"]{background-color:#3b7a9a !important}.layout-manager .layout-editor .layout-editor-preview [data-color="0"][data-hovered="true"]{background-color:#4d96bb !important}.layout-manager .layout-editor .layout-editor-preview [data-color="0"][data-selected="true"]{background-color:#2d5d75 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="1"]{background-color:#7b5a8b !important}.layout-manager .layout-editor .layout-editor-preview [data-color="1"][data-hovered="true"]{background-color:#9573a5 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="1"][data-selected="true"]{background-color:#60466c !important}.layout-manager .layout-editor .layout-editor-preview [data-color="2"]{background-color:#4f845a !important}.layout-manager .layout-editor .layout-editor-preview [data-color="2"][data-hovered="true"]{background-color:#64a271 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="2"][data-selected="true"]{background-color:#3c6444 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="3"]{background-color:#3c5099 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="3"][data-hovered="true"]{background-color:#4e65ba !important}.layout-manager .layout-editor .layout-editor-preview [data-color="3"][data-selected="true"]{background-color:#2e3d74 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="4"]{background-color:#7a4040 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="4"][data-hovered="true"]{background-color:#9b5252 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="4"][data-selected="true"]{background-color:#592e2e !important}.layout-manager .layout-editor .layout-editor-preview [data-color="5"]{background-color:#54518c !important}.layout-manager .layout-editor .layout-editor-preview [data-color="5"][data-hovered="true"]{background-color:#6b68a8 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="5"][data-selected="true"]{background-color:#413e6c !important}.layout-manager .layout-editor .layout-editor-preview [data-color="6"]{background-color:#357269 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="6"][data-hovered="true"]{background-color:#459589 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="6"][data-selected="true"]{background-color:#254f49 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="7"]{background-color:#883059 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="7"][data-hovered="true"]{background-color:#ae3d72 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="7"][data-selected="true"]{background-color:#622340 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="8"]{background-color:#ba5744 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="8"][data-hovered="true"]{background-color:#c87869 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="8"][data-selected="true"]{background-color:#954636 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="9"]{background-color:#517739 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="9"][data-hovered="true"]{background-color:#68994a !important}.layout-manager .layout-editor .layout-editor-preview [data-color="9"][data-selected="true"]{background-color:#3a5528 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="10"]{background-color:#9b703f !important}.layout-manager .layout-editor .layout-editor-preview [data-color="10"][data-hovered="true"]{background-color:#b98a54 !important}.layout-manager .layout-editor .layout-editor-preview [data-color="10"][data-selected="true"]{background-color:#775630 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="0"] .layout-editor-zone-header{background-color:#3b7a9a !important}.layout-manager .layout-editor .layout-editor-zones [data-color="0"][data-hovered="true"] .layout-editor-zone-header{background-color:#4d96bb !important}.layout-manager .layout-editor .layout-editor-zones [data-color="0"][data-selected="true"] .layout-editor-zone-header{background-color:#2d5d75 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="1"] .layout-editor-zone-header{background-color:#7b5a8b !important}.layout-manager .layout-editor .layout-editor-zones [data-color="1"][data-hovered="true"] .layout-editor-zone-header{background-color:#9573a5 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="1"][data-selected="true"] .layout-editor-zone-header{background-color:#60466c !important}.layout-manager .layout-editor .layout-editor-zones [data-color="2"] .layout-editor-zone-header{background-color:#4f845a !important}.layout-manager .layout-editor .layout-editor-zones [data-color="2"][data-hovered="true"] .layout-editor-zone-header{background-color:#64a271 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="2"][data-selected="true"] .layout-editor-zone-header{background-color:#3c6444 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="3"] .layout-editor-zone-header{background-color:#3c5099 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="3"][data-hovered="true"] .layout-editor-zone-header{background-color:#4e65ba !important}.layout-manager .layout-editor .layout-editor-zones [data-color="3"][data-selected="true"] .layout-editor-zone-header{background-color:#2e3d74 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="4"] .layout-editor-zone-header{background-color:#7a4040 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="4"][data-hovered="true"] .layout-editor-zone-header{background-color:#9b5252 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="4"][data-selected="true"] .layout-editor-zone-header{background-color:#592e2e !important}.layout-manager .layout-editor .layout-editor-zones [data-color="5"] .layout-editor-zone-header{background-color:#54518c !important}.layout-manager .layout-editor .layout-editor-zones [data-color="5"][data-hovered="true"] .layout-editor-zone-header{background-color:#6b68a8 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="5"][data-selected="true"] .layout-editor-zone-header{background-color:#413e6c !important}.layout-manager .layout-editor .layout-editor-zones [data-color="6"] .layout-editor-zone-header{background-color:#357269 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="6"][data-hovered="true"] .layout-editor-zone-header{background-color:#459589 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="6"][data-selected="true"] .layout-editor-zone-header{background-color:#254f49 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="7"] .layout-editor-zone-header{background-color:#883059 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="7"][data-hovered="true"] .layout-editor-zone-header{background-color:#ae3d72 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="7"][data-selected="true"] .layout-editor-zone-header{background-color:#622340 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="8"] .layout-editor-zone-header{background-color:#ba5744 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="8"][data-hovered="true"] .layout-editor-zone-header{background-color:#c87869 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="8"][data-selected="true"] .layout-editor-zone-header{background-color:#954636 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="9"] .layout-editor-zone-header{background-color:#517739 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="9"][data-hovered="true"] .layout-editor-zone-header{background-color:#68994a !important}.layout-manager .layout-editor .layout-editor-zones [data-color="9"][data-selected="true"] .layout-editor-zone-header{background-color:#3a5528 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="10"] .layout-editor-zone-header{background-color:#9b703f !important}.layout-manager .layout-editor .layout-editor-zones [data-color="10"][data-hovered="true"] .layout-editor-zone-header{background-color:#b98a54 !important}.layout-manager .layout-editor .layout-editor-zones [data-color="10"][data-selected="true"] .layout-editor-zone-header{background-color:#775630 !important}.layout-manager{height:100%}.layout-manager .layout-editor{display:flex;flex-flow:column nowrap;height:100%}@media screen and (min-width: 53.125em){.layout-manager .layout-editor{display:flex;flex-flow:row nowrap}}.layout-manager .layout-editor .layout-editor--layout-options{position:absolute;top:calc(100% + 1rem);left:0;right:0;text-align:center}.layout-manager .layout-editor .layout-editor--layout-options-fields{display:flex;flex-flow:row nowrap;align-items:flex-end;justify-content:space-evenly;margin-top:1rem}.layout-manager .layout-editor .layout-editor--layout-options-fields .preview-label{margin-bottom:7px}.layout-manager .layout-editor .layout-aspect{width:120px;margin-right:1rem}.layout-manager .layout-editor .layout-editor-ratio-fields{display:flex;align-items:flex-end}.layout-manager .layout-editor .layout-editor-ratio-fields>span{height:26px}.layout-manager .layout-editor .layout-editor-ratio-fields .textfield{max-width:120px;margin:0 10px}.layout-manager .layout-editor .layout-editor-container{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;margin:1.25rem;overflow:hidden}.layout-manager .layout-editor .layout-editor-container .layout-editor-container-header{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;align-items:center;justify-content:space-between;margin:0 0 .625rem}@media print, screen and (min-width: 40em){.layout-manager .layout-editor .layout-editor-container .layout-editor-container-header{margin:0 0 1.25rem}}.layout-manager .layout-editor .layout-editor-container .layout-editor-container-header .layout-editor-size{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto}.layout-manager .layout-editor .layout-editor-container .layout-editor-container-header .layout-editor-size select{margin-right:1rem}.layout-manager .layout-editor .layout-editor-container .layout-editor-container-header .layout-editor-size select,.layout-manager .layout-editor .layout-editor-container .layout-editor-container-header .layout-editor-size input{background-color:transparent;border:1px solid #1a1a1a;color:#1a1a1a;height:1.875rem;padding-top:0;padding-bottom:0}.layout-manager .layout-editor .layout-editor-container .layout-editor-container-header .layout-editor-ratio-fields{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;align-items:center;justify-content:flex-start}.layout-manager .layout-editor .layout-editor-container .layout-editor-container-header .layout-editor-ratio-fields .textfield{margin:0}.layout-manager .layout-editor .layout-editor-container .layout-editor-container-header .layout-editor-ratio-fields .textfield .error-text{padding:0}.layout-manager .layout-editor .layout-editor-container .layout-editor-container-header .layout-editor-ratio-fields label{position:absolute;overflow:hidden;clip:rect(0 0 0 0);height:1px;width:1px;margin:-1px;padding:0;border:0}.layout-manager .layout-editor .layout-editor-container .layout-editor-container-header .layout-editor-ratio-fields input{width:4.0625rem}.layout-manager .layout-editor .layout-editor-container .layout-editor-container-header .layout-editor-ratio-fields button{margin:0 0.5rem}.layout-manager .layout-editor .layout-editor-container .layout-editor-container-header .layout-editor-ratio-fields path{fill:rgba(0,0,0,0.6)}.layout-manager .layout-editor .layout-editor-container .layout-editor-container-header .layout-editor-toggle button{background:none;border:1px solid #1a1a1a;color:#1a1a1a;margin:0;font-size:.875rem;font-weight:600;text-transform:uppercase;height:1.875rem}.layout-manager .layout-editor .layout-editor-container .layout-editor-preview{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;margin:10rem;align-content:center;justify-content:center;position:relative;margin-bottom:8rem}@media (max-height: 950px){.layout-manager .layout-editor .layout-editor-container .layout-editor-preview{margin-top:5rem}}@media (max-height: 750px){.layout-manager .layout-editor .layout-editor-container .layout-editor-preview{margin-top:2.5rem}}@media (max-width: 1500px){.layout-manager .layout-editor .layout-editor-container .layout-editor-preview{margin-left:5rem;margin-right:5rem}}@media (max-width: 1300px){.layout-manager .layout-editor .layout-editor-container .layout-editor-preview{margin-left:2.5rem;margin-right:2.5rem}}.layout-manager .layout-editor .layout-editor-container .layout-editor-preview .layout{background-color:#cce1ee;border:4px solid #000;box-sizing:border-box;margin:0 auto;overflow:hidden;position:relative;transition:all 0.2s ease-in-out}.layout-manager .layout-editor .layout-editor-container .layout-editor-preview .layout .zone{overflow:hidden;border:1px solid #000;box-sizing:border-box;position:absolute;transition:all 0.2s ease-in-out}.layout-manager .layout-editor .layout-editor-container .layout-editor-preview .layout .zone.hide-meta>div{opacity:0}.layout-manager .layout-editor .layout-editor-container .layout-editor-preview .layout .zone[data-hovered="true"]{opacity:1 !important;background-color:#0069aa;box-shadow:inset 0 0 0 2px rgba(255,255,255,0.6)}.layout-manager .layout-editor .layout-editor-container .layout-editor-preview .layout .zone[data-selected="true"]{background-color:#38a3e1}.layout-manager .layout-editor .layout-editor-container .layout-editor-preview .layout .zone[data-selected="true"][data-hovered="true"]{box-shadow:none}.layout-manager .layout-editor .zone--name{font-family:"Roboto Slab",serif;font-size:1.125rem;font-weight:700;margin:5px 0 0 10px}.layout-manager .layout-editor .zone--size,.layout-manager .layout-editor .zone--pos{margin:0 0 0 10px;font-size:.875rem;font-weight:700}.layout-manager .layout-editor .layout-editor-detail{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;padding:2.5rem 1.25rem 1rem;width:100%}@media screen and (min-width: 53.125em){.layout-manager .layout-editor .layout-editor-detail{flex:0 0 auto;width:auto;padding-top:2.5rem;width:30rem}}@media screen and (min-width: 75em){.layout-manager .layout-editor .layout-editor-detail{padding-top:3.75rem;width:30rem}}.layout-manager .layout-editor .layout-editor-detail .toolbar{min-height:3.125rem;background:none;padding:0}.layout-manager .layout-editor .layout-editor-detail .toolbar button:first-of-type{margin-left:0}.layout-manager .layout-editor .layout-editor-detail .toolbar button:last-of-type{margin-right:0}.layout-manager .layout-editor .layout-editor-detail .half-field{width:calc(50% - 0.5rem)}.layout-manager .layout-editor .layout-editor-detail .layout-editor-layout-properties{display:flex;flex-wrap:wrap;justify-content:space-between}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone{display:flex;flex-flow:column nowrap;flex:0 0 auto;width:auto;border-bottom:none;align-items:center;background-color:#e6e6e6;display:flex;flex-wrap:wrap;padding:0}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-header{display:flex;flex-flow:row wrap;flex:0 0 auto;width:auto;background-color:#666;justify-content:space-between;position:relative;padding:0.5rem .625rem;transition:background-color 0.25s ease-in-out, color 0.25s ease-in-out;width:100%}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-header .zone-header-controls-left{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-header .zone-drag-handle{background-color:transparent;bottom:0;left:0;position:absolute;top:0;width:2px}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-header .zone-accordion-handle{margin:0 0.25rem 0 0;width:16px;color:#fff;display:flex;align-items:center;justify-content:center}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-header .textfield{flex:1 1 0px;width:auto;margin:0}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-header .textfield label{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-header .textfield input{background:none;border:1px solid rgba(255,255,255,0);border-radius:4px;color:#fff;font-size:1.25rem;max-width:235px;margin-right:1rem}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-header .textfield input:hover{border-color:rgba(255,255,255,0.5)}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-header .textfield input:focus{border-color:rgba(255,255,255,0.8);outline:0 !important;box-shadow:none}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-header .zone-header-controls-right{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;justify-content:flex-end;margin-left:1rem}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-header .zone-header-controls-right .cp-button{color:#fff}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-header .zone-header-controls-right .cp-button+.cp-button{margin-left:0.5rem}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone[data-hovered="true"] .layout-editor-zone-header{background-color:rgba(56,163,225,0.8)}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone[data-selected="true"] .layout-editor-zone-header{background-color:#38a3e1}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone[data-selected="true"][data-hovered="true"] .layout-editor-zone-header{background-color:rgba(56,163,225,0.8)}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-settings{background:#000;display:flex;justify-content:space-between;flex-wrap:wrap;padding:12px;width:100%}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-settings .zone-settings-side{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;width:40%}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-settings .zone-settings-side+.zone-settings-side{padding-left:1rem;width:60%}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-settings .zone-settings-side .textfield,.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-settings .zone-settings-side .textfield.half-field{align-items:center;display:flex}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-settings .zone-settings-side .textfield label{width:auto;padding-right:1.5rem}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-settings .zone-settings-side .textfield .error-text{padding:0}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-settings .zone-settings-side .textfield.half-field label{width:60%;padding:0}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-settings .zone-settings-side .textfield.invalid .error-text{bottom:-30px;left:0;opacity:1;padding:0.6rem}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-settings .zone-settings-side input{padding-left:0.25rem;padding-right:0}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-settings .full-width{margin-top:0;width:100%;padding:0}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zones .layout-editor-zone .layout-editor-zone-settings .rich-select-field .textfield{align-items:start}.layout-manager .layout-editor .layout-editor-detail .layout-editor-zone:not(:last-child){margin-bottom:1rem}.layout-manager .layout-editor .layout-editor-toolbar{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;justify-content:space-between;margin-bottom:.625rem}.layout-manager .layout-editor .layout-editor-toolbar .cp-button{margin-bottom:.625rem}.layout-manager .layout-editor .layout-editor-toolbar .cp-button:first-child{margin-right:1rem}.layout-manager .layout-editor .layout-editor-toolbar .cp-button:last-child{margin-left:1rem}.layout-manager .layout-editor .layout-editor-footer{margin-bottom:1.25rem;text-align:center;background-color:#000;position:relative;margin-top:-1px}.layout-manager .layout-editor .layout-editor-footer .cp-button{margin:0}.layout-manager .layout-editor .layout-editor-footer .cp-button+.cp-button{margin-left:1rem}@keyframes PortraitRotate{0%{transform:rotate(90deg)}50%{transform:rotate(45deg)}100%{transform:rotate(90deg)}}@keyframes LandscapeRotate{0%{transform:rotate(0deg)}50%{transform:rotate(45deg)}100%{transform:rotate(0deg)}}.layout-manager{height:100%}.layout-manager .layout-orientation{right:0}.layout-manager .layout-orientation svg{transition:transform 0.25s ease}.layout-manager .layout-orientation.portrait svg{transform:rotate(90deg)}.layout-manager .layout-picker{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;margin:.625rem;height:95%}.layout-manager .layout-picker .layout-picker-preview{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;align-content:center;justify-content:center;margin:5rem;position:relative}@media (max-height: 950px){.layout-manager .layout-picker .layout-picker-preview{margin-bottom:5rem;margin-top:5rem}}@media (max-height: 750px){.layout-manager .layout-picker .layout-picker-preview{margin-bottom:2.5rem;margin-top:2.5rem}}@media (max-width: 1100px){.layout-manager .layout-picker .layout-picker-preview{margin-left:5rem;margin-right:5rem}}@media (max-width: 800px){.layout-manager .layout-picker .layout-picker-preview{margin-left:2.5rem;margin-right:2.5rem}}.layout-manager .layout-picker .layout-picker-preview .preview-column{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;align-content:center;justify-content:center}.layout-manager .layout-picker .layout-picker-preview .preview-column .layout-previewer{align-self:center}.layout-manager .layout-picker .layout-picker-options{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.layout-manager .layout-picker .button-wrapper{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;justify-content:space-between;align-items:center;margin-bottom:1.25rem}.layout-manager .layout-picker .button-wrapper .cp-button{margin:0 0.5rem;color:#a3a3a3}.layout-manager .layout-picker .button-wrapper .cp-button.rotate>svg{transform:rotate(90deg)}.layout-manager .layout-picker .button-wrapper .cp-button:hover{color:#0069aa}.layout-manager .layout-picker .layout-select-wrapper{display:flex;flex-flow:row nowrap;flex:0 0 auto;width:auto;justify-content:center}.layout-manager .layout-picker .layout-select-wrapper .layout-list{display:flex;flex-flow:row wrap;flex:0 0 auto;min-height:0px;min-width:0px;width:calc(100% - 1.25rem);justify-content:center;width:33.125rem}.layout-manager .layout-picker .layout-select-wrapper .layout-list .layout-preview{flex:0 0 auto;width:auto;display:inline-block;align-items:center;justify-content:center;margin:.3125rem .625rem;padding:0;width:6.25rem;height:4.6875rem}.layout-manager .layout-picker .layout-select-wrapper .layout-list .layout-preview.layout-selected .layout-previewer[data-viewmode='icon']{border-color:#38a3e1}.layout-manager .layout-picker .layout-select-wrapper .layout-list .preview-column{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;align-content:center;justify-content:center;width:100%;height:100%}.layout-manager .layout-picker .layout-select-wrapper .layout-list .preview-column .layout-previewer{align-self:center}.layout-previewer[data-viewmode='preview'] .ui-droppable-hover::before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;border:2px solid #38a3e1}.layout-previewer[data-viewmode='preview'] .ui-droppable-hover::after{background:rgba(56,163,225,0.5);display:flex !important;align-items:center;justify-content:center;content:'Drop Item' !important;color:#fff;text-shadow:0 0 10px rgba(0,0,0,0.25);font-size:.875rem;font-weight:700;position:absolute;z-index:1000;bottom:0;right:0;top:0;left:0;text-align:center;padding:0.125rem;width:100%}.layout-previewer[data-viewmode='preview']{border:4px solid #000;overflow:hidden;background-color:#000;position:relative;pointer-events:initial;height:0;width:0;box-shadow:0 0 10px rgba(0,0,0,0.35)}.layout-previewer[data-viewmode='preview'] .layout-zone{border:1px solid #000;cursor:pointer;box-sizing:border-box;position:absolute;overflow:hidden}.layout-previewer[data-viewmode='preview'] .layout-zone.draggingActive{outline:solid 2px #bd110e}.layout-previewer[data-viewmode='preview'] .empty-zone{display:flex;position:absolute;top:0;left:0;right:0;bottom:0;background-color:#404040;background-image:url(/static/assets/empty-2efcd01e0b704e401bc961d72df078c5.svg),url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23020202' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");background-repeat:no-repeat, repeat;background-size:contain, auto;background-position:center}.layout-previewer[data-viewmode='preview'] .layout-zone:hover::after,.layout-previewer[data-viewmode='preview'] .layout-zone:focus-visible::after,.layout-previewer[data-viewmode='preview'] .layout-zone--selected:focus-visible::after,.layout-previewer[data-viewmode='preview'] .layout-zone--selected:hover::after,.layout-previewer[data-viewmode='preview'] .layout-zone.soft-select::after,.layout-previewer[data-viewmode='preview'] .layout-zone--selected.soft-select::after{content:'';position:absolute;display:block;top:0;left:0;bottom:0;right:0;background:rgba(56,163,225,0.5);box-shadow:inset 0 0 1.5625rem .3125rem #38a3e1}.layout-previewer[data-viewmode='preview'] .layout-zone--selected::after{content:'';z-index:2;position:absolute;display:block;top:0;left:0;bottom:0;right:0;box-shadow:inset 0 0 1.5625rem .3125rem #38a3e1;border:2px solid #38a3e1}.layout-previewer[data-numberofzones='1'] .layout-zone--selected::after{content:initial}.layout-previewer[data-viewmode='selector']{box-shadow:0 0 20px rgba(0,0,0,0.35);background-color:#cce1ee;border:4px solid #000;overflow:hidden;box-sizing:border-box;position:relative;pointer-events:initial;z-index:1;height:0;width:0}.layout-previewer[data-viewmode='selector'] .layout-zone{cursor:pointer;box-sizing:border-box;position:absolute;overflow:hidden;border:2px solid #000}.layout-previewer[data-viewmode='icon']{box-shadow:0 0 0 rgba(0,0,0,0);transition:box-shadow 0.3s ease-in-out;border:2px solid #465761;border-radius:2px;background-color:#fff;position:relative;box-shadow:initial;overflow:hidden;margin:auto;transition:border-color 0.25s ease-in-out, background-color 0.25s ease-in-out}.layout-previewer[data-viewmode='icon']:hover{box-shadow:0 0 10px rgba(0,0,0,0.3)}.layout-previewer[data-viewmode='icon'] .layout-zone{border:1px solid #d2d2d2;background-color:transparent;box-sizing:border-box;position:absolute;overflow:hidden;transition:inherit}.layout-previewer[data-viewmode='icon'] .layout-zone--selected{background-color:#0069aa}.layout-previewer[data-viewmode='icon']:hover{border-color:#38a3e1;background-color:#cce1ee}#ScreenManager .view-style-icons{background-color:#e2e2e2}#ScreenManager .file-uploader{opacity:0;position:absolute;top:0;background:cadetblue;z-index:-1}.Screens.primary-pane{display:flex;flex-flow:column nowrap;background-color:#e6e6e6;height:100%;width:100vw !important}.Screens.primary-pane .toolbar{min-height:3.125rem;z-index:100}.Screens.primary-pane .toolbar .badge-wrapper{position:relative}.Screens.primary-pane .toolbar .badge{position:absolute;top:15px;right:5px;border-radius:1rem;color:#fff;background-color:#bd110e;font-size:0.6rem;display:flex;justify-content:center;align-items:center;padding:0.2rem 0.3rem}.Screens.primary-pane .toolbar .name>form{max-width:100%}.Screens.primary-pane .toolbar .name>form input[type="text"]{text-overflow:ellipsis;font-size:1.125rem;font-weight:600;border:none;box-shadow:none;color:#000;padding:0;margin:0;text-align:center;transition:color 0.25 ease-in-out}@media screen and (max-width: 39.9375em){.Screens.primary-pane .toolbar .name>form input[type="text"]{font-size:1rem}}.Screens.primary-pane .toolbar .name .pseudo-name-input{pointer-events:none}.Screens.primary-pane .toolbar .name .hidden-name-input:hover{color:rgba(0,0,0,0.8)}.Screens.primary-pane .toolbar .name .hidden-name-input:focus{color:rgba(0,0,0,0.6);font-style:italic}.Screens.primary-pane .toolbar .toolbar-group--full{margin-bottom:0.5em}.Screens.primary-pane .toolbar .toolbar-group--full .title>h2{max-height:3.7rem}.Screens.primary-pane .sign-header-preview{display:flex;flex-flow:column nowrap;flex:1 1 0px;width:auto;height:calc(35vh - 72px);max-height:18.75rem;min-height:13.25rem;padding:1.5rem .625rem 2rem}@media only screen and (max-height: 700px){.Screens.primary-pane .sign-header-preview{max-height:13rem;min-height:10rem}}.Screens.primary-pane .sign-header-preview .preview-column{display:flex;flex-flow:row nowrap;flex:1;height:100%;justify-content:center;align-content:center;max-width:calc(100vw - 20px);overflow:auto}@media print, screen and (min-width: 40em){.Screens.primary-pane .sign-header-preview .preview-column{max-width:calc(100vw - 20rem - 20px)}}.Screens.primary-pane .sign-header-preview .preview-column .layout-previewer{align-self:center}.Screens.primary-pane .sign-zone-tabs{flex:1 1 0px;width:auto;display:flex;flex-direction:column;max-height:100%;margin:0;min-height:13.25rem}.Screens.primary-pane .sign-zone-tabs>.grid-x{max-height:100%;flex-wrap:nowrap}.Screens.primary-pane .tile-view-wrapper .scrollbar{position:initial !important}.publish-fakeout{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:10}.publish-fakeout.hidden{display:none}.events-popup-wrapper{position:relative}.events-popup-wrapper .events-popup{padding:0;position:absolute;top:-10px;right:-10px;left:-291px;z-index:500;background-color:#fff;text-align:center;border-radius:4px;box-shadow:0 0 30px rgba(0,0,0,0.35)}.events-popup-wrapper .events-popup .noEvents-wrapper{margin:40px 20px;background-color:#e6e6e6}.events-popup-wrapper .events-popup .events-item-container{border-radius:0 0 4px 4px;overflow:hidden}.events-popup-wrapper .events-popup .events-item-container .title{font-weight:600;font-size:.875rem;color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.events-popup-wrapper .events-popup .events-item-container .info{font-size:.75rem;color:#404040;flex:0 0 100%;text-align:left}.events-popup-wrapper .events-popup .events-item-container .event-item{display:flex;justify-content:flex-start;align-items:center;padding:0.75rem;padding-left:2.15rem;background-color:#fff;border-bottom:1px solid #a3a3a3;position:relative}.events-popup-wrapper .events-popup .events-item-container .event-item .event-item__grabber{color:#a3a3a3;padding:0 0.75rem;outline:none;position:absolute;top:0;left:0;bottom:0;display:flex;align-items:center;justify-content:center}.events-popup-wrapper .events-popup .events-item-container .event-item .event-item__icon{flex:0 0 5rem;pointer-events:none}.events-popup-wrapper .events-popup .events-item-container .event-item .event-item__menu-info{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;padding-left:0.5rem;min-width:0}.events-popup-wrapper .events-popup .events-item-container .event-item.Expired,.events-popup-wrapper .events-popup .events-item-container .event-item.Inactive{background-color:#e6e6e6}.events-popup-wrapper .events-popup .events-item-container .event-item.Expired .title,.events-popup-wrapper .events-popup .events-item-container .event-item.Inactive .title{color:#941d1b}.events-popup-wrapper .events-popup .events-item-container .event-item.Expired .event-item__icon,.events-popup-wrapper .events-popup .events-item-container .event-item.Inactive .event-item__icon{opacity:0.5}.events-popup-wrapper .events-popup .events-item-container .event-item:hover{cursor:pointer;background:rgba(56,163,225,0.2)}.events-popup-wrapper .events-popup .events-item-container .event-item.event-item--selected{background-color:#38a3e1;border-color:#404040}.events-popup-wrapper .events-popup .events-item-container .event-item.event-item--selected .event-item__grabber,.events-popup-wrapper .events-popup .events-item-container .event-item.event-item--selected .title,.events-popup-wrapper .events-popup .events-item-container .event-item.event-item--selected .info{color:#fff}.publish-progress-wrapper{height:380px !important;width:676px !important;position:relative}.publish-progress-wrapper .progress-overlay{position:absolute;background:black;opacity:0.5;top:0.5rem;right:0.5rem;bottom:0.5rem;left:0.5rem}.publish-progress-wrapper .progress-contents{display:flex;justify-content:center;align-items:center;height:100%}.publish-progress-wrapper .progress-contents .progress-data{color:#fff;font-size:1.5rem;text-align:center;position:absolute;width:340px;height:340px;background:rgba(0,0,0,0.7);display:flex;justify-content:center;flex-flow:column;align-items:center;border-radius:50%}.publish-progress-wrapper .progress-contents .progress-data .progress-value{font-size:5rem}.publish-progress-wrapper .progress-contents svg{transform:scale(6.5) rotate(-90deg) translate3d(4px, -4px, 0) !important}.publish-progress-wrapper .progress-contents svg circle{stroke-width:10 !important}.dialog__publish-details .dialog-main{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.dialog__publish-details .table-view{min-width:50rem}.dialog__publish-details .list-unit .list-unit-item{margin:0 15px 0 0;width:135px}.dialog__publish-details .list-unit .list-unit-item:first-of-type{flex-grow:1;min-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dialog__publish-details .list-unit .list-unit-item:last-of-type{margin-right:0}.dialog__publish-details .list-unit progress{margin:0 30px 0 0;width:135px}.dialog__publish-details .tile-view-new .tile{width:calc(25% - 1rem)}.dialog__publish-details .tile-view-new .tile:nth-of-type(4n){margin-right:0;width:25%}.dialog__publish-details .tile-view-new .tile.data-tile .data-tile-chart{margin-right:5%;text-align:center;width:35%}.dialog__publish-details .tile-view-new .tile.data-tile .data-tile-chart .progress-circle{margin-bottom:-3px}.dialog__publish-details .tile-view-new .tile.data-tile .data-tile-chart .percent-large{display:block;font-size:30px;font-weight:200;letter-spacing:-0.5px;margin:3px 0 0}.dialog__publish-details .tile-view-new .tile.data-tile .data-tile-chart .percent-small{display:inline-block;font-size:24px;font-weight:200;padding-left:1px}.dialog__publish-details .tile-view-new .tile.data-tile .data-tile-props-playername{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dialog__publish-details .tile-view-new .tile.data-tile .data-tile-props-startdate,.dialog__publish-details .tile-view-new .tile.data-tile .data-tile-props-enddate,.dialog__publish-details .tile-view-new .tile.data-tile .data-tile-props-publishedby,.dialog__publish-details .tile-view-new .tile.data-tile .data-tile-props-playerstatus{line-height:1.5}#Player>.content{padding-left:2rem}.screen-list{margin-left:0;list-style:none;width:100%}.screen-item,.player-item{display:flex;flex-flow:row wrap;background-color:#1c2028;border-bottom:1px solid rgba(255,255,255,0.25);color:#fff;cursor:pointer;font-size:.875rem;font-weight:700;align-items:center;transition:all 0.25s ease-in-out}.screen-item:hover,.player-item:hover{background-color:rgba(56,163,225,0.5)}.screen-item[data-selected="true"],.player-item[data-selected="true"]{background-color:#38a3e1}.screen-item[data-selected="true"] .screen-item--toggle svg,.player-item[data-selected="true"] .screen-item--toggle svg{fill:#fff !important;color:#fff !important}.screen-item[data-publishstate="true"]:hover,.player-item[data-publishstate="true"]:hover{background-color:rgba(38,142,74,0.5)}.screen-item[data-publishstate="true"],.player-item[data-publishstate="true"]{background-color:rgba(38,142,74,0.2)}.screen-item[data-selected="true"][data-publishstate="true"],.player-item[data-selected="true"][data-publishstate="true"]{background-color:#268e4a}.screen-item[data-selected="true"][data-publishstate="true"] .screen-item--toggle svg,.player-item[data-selected="true"][data-publishstate="true"] .screen-item--toggle svg{fill:#fff !important;color:#fff !important}.screen-item--content,.player-item--content{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;align-items:center;padding-left:0.25rem;height:3.75rem}.screen-item--content>div,.player-item--content>div{padding:0.5rem 0}.screen-item--left,.player-item--left{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;align-items:center}.screen-item--toggle,.player-item--toggle{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;margin-right:0.25rem;min-width:1.25rem;width:1.25rem}.screen-item--toggle svg,.player-item--toggle svg{fill:#6598c6 !important;color:#6598c6 !important}.screen-item--icon,.player-item--icon{display:flex;flex-flow:row nowrap;align-items:center;justify-content:center;margin-right:0.25rem;position:relative;width:2.1875rem}.screen-item--icon .player-count,.player-item--icon .player-count{display:flex;flex-flow:row nowrap;align-items:center;color:#fff;font-family:"Roboto Slab",serif;font-weight:700;font-size:.875rem;justify-content:center;line-height:1;padding-bottom:2px;position:absolute;top:0;bottom:0;left:0;right:0}.screen-item--title,.player-item--title{margin-right:.3125rem;padding-left:0.25rem;word-break:break-all;hyphens:auto;line-height:1.25;max-height:3.25rem;overflow:hidden}.screen-item--right,.player-item--right{width:5.25rem;text-align:right;font-size:.75rem;margin:0 1.25rem 0 .3125rem}.screen-item--right .publish-status,.player-item--right .publish-status{font-weight:700;font-family:"Roboto Slab",serif}.screen-item--right .publish-date,.player-item--right .publish-date{font-size:.6875rem}.screen-item--context,.player-item--context{justify-content:center;align-items:center;width:2rem}.screen-item--players,.player-item--players{display:flex;flex-flow:row nowrap;flex:1 1 0px;width:auto;margin-left:0;list-style:none}.screen-item .screen-list--players,.player-item .screen-list--players{margin-left:0;list-style:none;width:100%}.screen-item .screen-list--players .toolbar,.player-item .screen-list--players .toolbar{background-color:rgba(64,64,64,0.5)}.screen-item .screen-list--players .player-item,.player-item .screen-list--players .player-item{background-color:transparent;border-bottom:none;border-top:1px solid rgba(163,163,163,0.5);padding-left:1.5rem}.screen-item .screen-list--players .player-item:hover,.player-item .screen-list--players .player-item:hover{background-color:rgba(56,163,225,0.25)}.screen-item .screen-list--players .player-item--right,.player-item .screen-list--players .player-item--right{margin-right:1.25rem;width:4rem}.screen-item .screen-list--players .player-item--content,.player-item .screen-list--players .player-item--content{height:2.5rem;margin-left:.9375rem}.screen-item .screen-list--players .player-item--title,.player-item .screen-list--players .player-item--title{max-height:2.15rem}.screen-item .screen-list--players .player-item .cp-icon--ScreenSingle,.player-item .screen-list--players .player-item .cp-icon--ScreenSingle{height:1.125rem}.screen-item .screen-list--players .player-item .publish-status,.player-item .screen-list--players .player-item .publish-status{text-transform:none}.screen-item .screen-list--players .player-item[data-selected="true"],.player-item .screen-list--players .player-item[data-selected="true"]{background-color:#38a3e1}.screen-item .screen-list--players .player-item[data-selected="true"] .publish-status,.player-item .screen-list--players .player-item[data-selected="true"] .publish-status{color:#fff !important}.screen-item[data-playerstatus="current"] .screen-item--icon,.screen-item[data-playerstatus="current"] .player-item--icon,.screen-item[data-playerstatus=""] .screen-item--icon,.screen-item[data-playerstatus=""] .player-item--icon,.player-item[data-playerstatus="current"] .screen-item--icon,.player-item[data-playerstatus="current"] .player-item--icon,.player-item[data-playerstatus=""] .screen-item--icon,.player-item[data-playerstatus=""] .player-item--icon{color:#0069aa}.screen-item[data-playerstatus="current"] .publish-status,.screen-item[data-playerstatus=""] .publish-status,.player-item[data-playerstatus="current"] .publish-status,.player-item[data-playerstatus=""] .publish-status{color:#fff !important}.screen-item[data-playerstatus="pending"] .screen-item--icon,.screen-item[data-playerstatus="pending"] .player-item--icon,.screen-item[data-playerstatus="pending"] .publish-status,.player-item[data-playerstatus="pending"] .screen-item--icon,.player-item[data-playerstatus="pending"] .player-item--icon,.player-item[data-playerstatus="pending"] .publish-status{color:#0069aa}.screen-item[data-playerstatus="needs publish"] .screen-item--icon,.screen-item[data-playerstatus="needs publish"] .player-item--icon,.screen-item[data-playerstatus="needs publish"] .publish-status,.player-item[data-playerstatus="needs publish"] .screen-item--icon,.player-item[data-playerstatus="needs publish"] .player-item--icon,.player-item[data-playerstatus="needs publish"] .publish-status{color:#23c059}.screen-item[data-playerstatus="inprogress"] .screen-item--icon,.screen-item[data-playerstatus="inprogress"] .player-item--icon,.screen-item[data-playerstatus="inprogress"] .publish-status,.player-item[data-playerstatus="inprogress"] .screen-item--icon,.player-item[data-playerstatus="inprogress"] .player-item--icon,.player-item[data-playerstatus="inprogress"] .publish-status{color:#0069aa}.screen-item[data-playerstatus="error"] .screen-item--icon,.screen-item[data-playerstatus="error"] .player-item--icon,.screen-item[data-playerstatus="error"] .publish-status,.screen-item[data-playerstatus="error"] .screen-fail-count,.screen-item[data-playerstatus="failed"] .screen-item--icon,.screen-item[data-playerstatus="failed"] .player-item--icon,.screen-item[data-playerstatus="failed"] .publish-status,.screen-item[data-playerstatus="failed"] .screen-fail-count,.player-item[data-playerstatus="error"] .screen-item--icon,.player-item[data-playerstatus="error"] .player-item--icon,.player-item[data-playerstatus="error"] .publish-status,.player-item[data-playerstatus="error"] .screen-fail-count,.player-item[data-playerstatus="failed"] .screen-item--icon,.player-item[data-playerstatus="failed"] .player-item--icon,.player-item[data-playerstatus="failed"] .publish-status,.player-item[data-playerstatus="failed"] .screen-fail-count{color:#bd110e}.screen-item[data-playerstatus="offline"] .screen-item--icon,.screen-item[data-playerstatus="offline"] .player-item--icon,.screen-item[data-playerstatus="offline"] .publish-status,.screen-item[data-playerstatus="offline"] .screen-fail-count,.player-item[data-playerstatus="offline"] .screen-item--icon,.player-item[data-playerstatus="offline"] .player-item--icon,.player-item[data-playerstatus="offline"] .publish-status,.player-item[data-playerstatus="offline"] .screen-fail-count{color:#a3a3a3}.screen-item[data-selected="true"] .screen-item--right .publish-status,.player-item[data-selected="true"] .screen-item--right .publish-status{color:#fff !important}.screen-item[data-playercount="single"] .screen-item--toggle,.player-item[data-playercount="single"] .screen-item--toggle{height:1px}.screen-item[data-playercount="single"] .screen-item--icon,.player-item[data-playercount="single"] .screen-item--icon{height:1.375rem}.screen-item[data-playercount="single"] .screen-item--icon .player-count,.player-item[data-playercount="single"] .screen-item--icon .player-count{display:none;height:0}.screen-item[data-playercount="multiple"] .publish-status,.screen-item[data-playercount="multiple"] .screen-fail-count,.player-item[data-playercount="multiple"] .publish-status,.player-item[data-playercount="multiple"] .screen-fail-count{color:#fff}.screen-item .toolbar,.player-item .toolbar{padding:0;display:flex}.screen-item[data-selected="true"] .player-item{background-color:#24475f}.screen-item[data-selected="true"][data-publishstate="true"] .player-item{background-color:#22573a}.screen-item[data-selected="child"]{background-color:#24475f}.screen-item[data-selected="child"] .player-item{background-color:#24475f}.screen-item[data-selected="child"][data-publishstate="true"]{background-color:#22573a}.screen-item[data-selected="child"][data-publishstate="true"] .player-item{background-color:#22573a}.screen-item[data-selected="child"][data-publishstate="true"] .player-item[data-selected="true"]{background-color:#268e4a}.screen-item .screen-item--context .context-menu-button-vertical{color:rgba(163,163,163,0.3);padding:0 0.5rem}.screen-item:hover .screen-item--context .context-menu-button-vertical{color:rgba(255,255,255,0.8)}.screen-item:hover .screen-item--context .context-menu-button-vertical:hover{color:#fff}.screen-item[data-selected="true"] .screen-item--context .context-menu-button-vertical{color:rgba(255,255,255,0.8)}.screen-item[data-selected="true"] .screen-item--context .context-menu-button-vertical:hover{color:#fff}.player-item .player-item--context .context-menu-button-vertical{color:rgba(163,163,163,0.3);padding:0 0.5rem}.player-item:hover .player-item--context .context-menu-button-vertical{color:rgba(255,255,255,0.8)}.player-item:hover .player-item--context .context-menu-button-vertical:hover{color:#fff}.player-item[data-selected="true"] .player-item--context .context-menu-button-vertical{color:rgba(255,255,255,0.8)}.player-item[data-selected="true"] .player-item--context .context-menu-button-vertical:hover{color:#fff}#popovers [data-playerstatus="current"],#popovers [data-playerstatus=""]{color:#0069aa}#popovers [data-playerstatus="pending"]{color:#0069aa}#popovers [data-playerstatus="inprogress"]{color:#0069aa}#popovers [data-playerstatus="error"],#popovers [data-playerstatus="failed"]{color:#bd110e}.actionPanel--overlay{background-color:rgba(255,255,255,0.75);position:absolute;top:0;left:0;right:0;bottom:0;z-index:300;display:flex;flex-direction:column;align-items:center;justify-content:center}.actionPanel--content{padding:1rem 2rem;background:#f2f2f2;border-radius:8px;border:1px solid #a3a3a3;box-shadow:0 0.2rem 1rem rgba(0,105,170,0.4)}.actionPanel--content h2,.actionPanel--content p{max-width:20rem;text-align:center}.actionPanel--actions{margin-top:1rem;display:flex;align-items:center;justify-content:center}.screensActionPanel{margin-top:25%}.sign-zone-tabs .zone-tab{flex:1 1 0px;width:auto;display:flex;flex-flow:column nowrap;height:100%}.sign-zone-tabs .zone-tab .toolbar{align-items:center;background:#f2f2f2;min-height:3.125rem}.sign-zone-tabs .zone-tab .toolbar .context-menu-icon{color:#0069aa}.sign-zone-tabs .zone-tab .toolbar .context-menu-icon:hover{color:#465761}.sign-zone-tabs .zone-tab .toolbar .playlist-name{flex:0 0 auto;width:auto;color:#000;font-weight:600;line-height:1.2;margin-right:0.5rem;max-width:calc(100% - 20px)}.sign-zone-tabs .zone-tab .toolbar .playlist-name span{color:#666;font-size:.875rem;font-style:italic;font-weight:400}.sign-zone-tabs .zone-tab .toolbar .icon-button{flex:0 0 auto;width:auto;margin-left:.625rem}.sign-zone-tabs .zone-tab .toolbar .icon-button:focus{color:#666}.sign-zone-tabs .zone-tab .zone-tab-content{flex:1 1 0px;width:auto;display:flex;flex-flow:column nowrap;background-color:#e6e6e6}.sign-zone-tabs .zone-tab .zone-tab-content .drop-target-wrapper{flex:1 1 0px;width:auto;display:flex;flex-flow:column nowrap;overflow-x:hidden;height:auto;min-height:10vh}.sign-zone-tabs .zone-tab .zone-tab-content .drop-target-wrapper .tile-view-wrapper{flex:1 1 0px;width:auto;display:flex;flex-flow:column nowrap}.sign-zone-tabs .zone-tab .zone-tab-content .drop-target-wrapper .tile-view-wrapper .tile-view{flex:1 1 0px;width:auto;display:flex;flex-flow:row wrap;padding-bottom:10vh}.sign-zone-tabs .zone-tab .zone-tab-content .drop-target-wrapper .table-view{min-width:50rem}.sign-zone-tabs .zone-tab .zone-tab-content .drop-target-wrapper .table-view .scrollbar>div{display:flex;flex-flow:column nowrap}.sign-zone-tabs .zone-tab .zone-tab-content .drop-target-wrapper .cp-table-view{flex:1 1 0px;width:auto;display:flex;flex-flow:column nowrap;overflow-y:auto}.zone-tab-drag-hover{box-sizing:border-box;border:4px solid #23c059}.zone-tab-drop-zone-hide{display:none}.zone-tab-drop-zone-show{position:fixed;display:flex;background:rgba(17,109,210,0.5);border:15px solid #0c3158;width:100%;height:100%;z-index:2000;top:0;left:0;right:0;bottom:0;flex:1;justify-content:center;align-items:center;text-align:center;font-size:30px;font-weight:600;color:#fff;letter-spacing:1px;margin:auto}.title-input{position:relative;clear:both;margin-bottom:2rem}.title-input.invalid input{border:1px solid #c00;border-radius:0.25rem 0.25rem 0 0 !important;margin-bottom:-1px}.title-input.invalid .error-text{opacity:1;padding:0.6rem;transform:translateY(98%);z-index:2}.title-input input{border-radius:0.25rem 0.25rem 0.25rem 0;font-size:2rem;width:400px}.title-input .error-text{left:0;padding:0;right:0;text-align:right}.toolbar-group.clover-language{height:3.25rem}.toolbar-group.clover-language .select-field{width:auto;margin-bottom:0}.toolbar-group.clover-language .select-field label{display:inline-block;margin-right:1rem}.toolbar-group.clover-language .select-field select{width:auto;padding-top:3px;padding-bottom:3px;min-width:8rem}.clover-menu-wrapper,.clover-setup-wrapper{height:100%;margin:0.5rem 0}.clover-menu-wrapper .react-tabs__tab.failure,.clover-setup-wrapper .react-tabs__tab.failure{color:#bd110e}.clover-menu-wrapper .react-tabs__tab-panel,.clover-setup-wrapper .react-tabs__tab-panel{background-color:#f2f2f2}.clover-category>h2,.clover-modifier-group>h2{cursor:pointer}.clover-category,.clover-modifier-group,.clover-setup-group{border:1px solid #aaa;margin:0.5rem 1rem 0.5rem 0.5rem;font-size:0.875rem}.clover-category h2,.clover-modifier-group h2,.clover-setup-group h2{background-color:#0069aa;color:#fff;text-align:left;padding:0.3rem}.clover-category h2 svg,.clover-modifier-group h2 svg,.clover-setup-group h2 svg{margin-left:0.5rem}.clover-category .clover-category-items,.clover-category .clover-modifier-group-modifiers,.clover-modifier-group .clover-category-items,.clover-modifier-group .clover-modifier-group-modifiers,.clover-setup-group .clover-category-items,.clover-setup-group .clover-modifier-group-modifiers{display:block}.clover-category .clover-setup-group-settings,.clover-modifier-group .clover-setup-group-settings,.clover-setup-group .clover-setup-group-settings{margin:0.5rem}.clover-category .clover-setup-group-settings .settings-row,.clover-modifier-group .clover-setup-group-settings .settings-row,.clover-setup-group .clover-setup-group-settings .settings-row{display:flex;margin-bottom:1rem}.clover-category .clover-setup-group-settings .settings-row .template-item,.clover-modifier-group .clover-setup-group-settings .settings-row .template-item,.clover-setup-group .clover-setup-group-settings .settings-row .template-item{margin-right:1rem}.clover-category .clover-setup-group-settings .instructions,.clover-modifier-group .clover-setup-group-settings .instructions,.clover-setup-group .clover-setup-group-settings .instructions{margin-bottom:1rem;line-height:normal}.clover-category .clover-setup-group-settings .flex-label,.clover-modifier-group .clover-setup-group-settings .flex-label,.clover-setup-group .clover-setup-group-settings .flex-label{display:flex;flex-direction:row;align-items:center}.clover-category .clover-setup-group-settings .content-item,.clover-modifier-group .clover-setup-group-settings .content-item,.clover-setup-group .clover-setup-group-settings .content-item{display:flex;margin-bottom:1rem}.clover-category .clover-setup-group-settings .content-item .template-item,.clover-modifier-group .clover-setup-group-settings .content-item .template-item,.clover-setup-group .clover-setup-group-settings .content-item .template-item{margin-right:1rem}.clover-category .clover-setup-group-settings button.delete,.clover-modifier-group .clover-setup-group-settings button.delete,.clover-setup-group .clover-setup-group-settings button.delete{align-self:end}.clover-category .clover-setup-group-settings .template-item,.clover-modifier-group .clover-setup-group-settings .template-item,.clover-setup-group .clover-setup-group-settings .template-item{padding:0;margin:0}.clover-category .clover-setup-group-settings .template-item .item-type--color,.clover-modifier-group .clover-setup-group-settings .template-item .item-type--color,.clover-setup-group .clover-setup-group-settings .template-item .item-type--color{margin-bottom:1.25rem}.clover-category .clover-setup-group-settings .template-item .item-type--color .error-text,.clover-modifier-group .clover-setup-group-settings .template-item .item-type--color .error-text,.clover-setup-group .clover-setup-group-settings .template-item .item-type--color .error-text{opacity:0}.clover-category .clover-setup-group-settings .template-item.alt-language .switches,.clover-modifier-group .clover-setup-group-settings .template-item.alt-language .switches,.clover-setup-group .clover-setup-group-settings .template-item.alt-language .switches{display:inline-flex}.clover-category .clover-setup-group-settings .template-item.alt-language .switches .switch-wrapper,.clover-modifier-group .clover-setup-group-settings .template-item.alt-language .switches .switch-wrapper,.clover-setup-group .clover-setup-group-settings .template-item.alt-language .switches .switch-wrapper{align-items:center;margin:0.5rem 3rem 0.5rem 0}.clover-category .clover-setup-group-settings .template-item.alt-language .switches select,.clover-modifier-group .clover-setup-group-settings .template-item.alt-language .switches select,.clover-setup-group .clover-setup-group-settings .template-item.alt-language .switches select{width:auto;padding-top:3px;padding-bottom:3px;min-width:8rem}.clover-category .clover-setup-group-settings .order-identifier label,.clover-modifier-group .clover-setup-group-settings .order-identifier label,.clover-setup-group .clover-setup-group-settings .order-identifier label{margin-bottom:0.25rem}.clover-category .clover-setup-group-settings .order-identifier input,.clover-modifier-group .clover-setup-group-settings .order-identifier input,.clover-setup-group .clover-setup-group-settings .order-identifier input{margin:0}.clover-category .clover-setup-group-settings .pay-at-counter-label,.clover-modifier-group .clover-setup-group-settings .pay-at-counter-label,.clover-setup-group .clover-setup-group-settings .pay-at-counter-label{margin-top:1rem}.clover-category .clover-setup-group-settings .pay-at-counter,.clover-modifier-group .clover-setup-group-settings .pay-at-counter,.clover-setup-group .clover-setup-group-settings .pay-at-counter{display:flex}.clover-category .clover-setup-group-settings .pay-at-counter>div:first-child,.clover-modifier-group .clover-setup-group-settings .pay-at-counter>div:first-child,.clover-setup-group .clover-setup-group-settings .pay-at-counter>div:first-child{margin-right:2rem;flex:0 8rem;display:flex;align-items:center}.clover-category .clover-setup-group-settings .pay-at-counter>div:last-child,.clover-modifier-group .clover-setup-group-settings .pay-at-counter>div:last-child,.clover-setup-group .clover-setup-group-settings .pay-at-counter>div:last-child{flex:1}.clover-category .clover-setup-group-settings .ticket-printers .ticket-printer,.clover-modifier-group .clover-setup-group-settings .ticket-printers .ticket-printer,.clover-setup-group .clover-setup-group-settings .ticket-printers .ticket-printer{margin:0.25rem 0}.clover-category .clover-setup-group-settings .suggestive-selling ul,.clover-category .clover-setup-group-settings .suggestive-selling li,.clover-modifier-group .clover-setup-group-settings .suggestive-selling ul,.clover-modifier-group .clover-setup-group-settings .suggestive-selling li,.clover-setup-group .clover-setup-group-settings .suggestive-selling ul,.clover-setup-group .clover-setup-group-settings .suggestive-selling li{margin-left:1rem;list-style:initial}.clover-category .clover-setup-group-settings .suggestive-selling .controls,.clover-modifier-group .clover-setup-group-settings .suggestive-selling .controls,.clover-setup-group .clover-setup-group-settings .suggestive-selling .controls{display:flex;align-items:flex-end}.clover-category .clover-setup-group-settings .suggestive-selling .controls .select-field,.clover-modifier-group .clover-setup-group-settings .suggestive-selling .controls .select-field,.clover-setup-group .clover-setup-group-settings .suggestive-selling .controls .select-field{margin-bottom:0;padding-right:2rem}.clover-category .clover-setup-group-settings .attract-loop ul,.clover-category .clover-setup-group-settings .attract-loop li,.clover-modifier-group .clover-setup-group-settings .attract-loop ul,.clover-modifier-group .clover-setup-group-settings .attract-loop li,.clover-setup-group .clover-setup-group-settings .attract-loop ul,.clover-setup-group .clover-setup-group-settings .attract-loop li{margin-left:1rem;list-style:initial}.clover-category .clover-setup-group-settings .attract-loop .controls,.clover-modifier-group .clover-setup-group-settings .attract-loop .controls,.clover-setup-group .clover-setup-group-settings .attract-loop .controls{margin-top:20px;display:flex;align-items:flex-end}.clover-category .clover-setup-group-settings .attract-loop .controls .select-field,.clover-modifier-group .clover-setup-group-settings .attract-loop .controls .select-field,.clover-setup-group .clover-setup-group-settings .attract-loop .controls .select-field{margin-bottom:0;padding-right:2rem}.clover-category .clover-setup-group-settings .attract-loop .custom-image-container,.clover-modifier-group .clover-setup-group-settings .attract-loop .custom-image-container,.clover-setup-group .clover-setup-group-settings .attract-loop .custom-image-container{margin-top:20px}.clover-category .order-type-table,.clover-modifier-group .order-type-table,.clover-setup-group .order-type-table{margin:0 0.5rem 0 0.25rem;width:auto;border:1px solid #aaa}.clover-category .order-type-table tbody td,.clover-modifier-group .order-type-table tbody td,.clover-setup-group .order-type-table tbody td{padding-right:1rem}.clover-category .order-type-table tbody td>.switch,.clover-modifier-group .order-type-table tbody td>.switch,.clover-setup-group .order-type-table tbody td>.switch{display:flex;justify-content:center;width:100%}.clover-category .order-type-table tbody td .textfield,.clover-category .order-type-table tbody td .select-field,.clover-modifier-group .order-type-table tbody td .textfield,.clover-modifier-group .order-type-table tbody td .select-field,.clover-setup-group .order-type-table tbody td .textfield,.clover-setup-group .order-type-table tbody td .select-field{margin-bottom:0}.clover-category .error-text,.clover-modifier-group .error-text,.clover-setup-group .error-text{display:inline-block;background-color:#bd110e;border-radius:4px;color:#fff;font-weight:600;padding:0.25rem}.clover-category .clover-setup-group-authorization,.clover-modifier-group .clover-setup-group-authorization,.clover-setup-group .clover-setup-group-authorization{padding:0.25rem 0.5rem}.clover-category .clover-setup-group-authorization .validation-status,.clover-modifier-group .clover-setup-group-authorization .validation-status,.clover-setup-group .clover-setup-group-authorization .validation-status{align-self:end;display:flex;align-items:center;font-size:1.25rem;margin-bottom:1.25rem}.clover-category .clover-setup-group-authorization .validation-status div,.clover-modifier-group .clover-setup-group-authorization .validation-status div,.clover-setup-group .clover-setup-group-authorization .validation-status div{display:flex;align-items:center;border:1px solid #23c059;padding:0.5rem;border-radius:8px;color:#23c059}.clover-category .clover-setup-group-authorization .validation-status div svg,.clover-modifier-group .clover-setup-group-authorization .validation-status div svg,.clover-setup-group .clover-setup-group-authorization .validation-status div svg{background-color:#23c059;margin-right:0.5rem;height:20px;width:20px;border-radius:10px;padding:3px;color:white}.clover-category .clover-setup-group-authorization .validation-status div.running,.clover-modifier-group .clover-setup-group-authorization .validation-status div.running,.clover-setup-group .clover-setup-group-authorization .validation-status div.running{width:20px;height:20px;background-image:url(data:image/png;base64,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);background-size:contain;animation:rotation 1s infinite linear}.clover-category .clover-setup-group-authorization .validation-status div.failure,.clover-modifier-group .clover-setup-group-authorization .validation-status div.failure,.clover-setup-group .clover-setup-group-authorization .validation-status div.failure{color:#bd110e;border-color:#bd110e}.clover-category .clover-setup-group-authorization .validation-status div.failure svg,.clover-modifier-group .clover-setup-group-authorization .validation-status div.failure svg,.clover-setup-group .clover-setup-group-authorization .validation-status div.failure svg{background-color:#bd110e}.clover-category .clover-setup-group-authorization .validation-status div.not-configured,.clover-modifier-group .clover-setup-group-authorization .validation-status div.not-configured,.clover-setup-group .clover-setup-group-authorization .validation-status div.not-configured{color:#d98119;border-color:#d98119}.clover-category .clover-setup-group-authorization .validation-status div.not-configured svg,.clover-modifier-group .clover-setup-group-authorization .validation-status div.not-configured svg,.clover-setup-group .clover-setup-group-authorization .validation-status div.not-configured svg{background-color:#d98119}.clover-category .clover-setup-group-authorization .merchant-id,.clover-modifier-group .clover-setup-group-authorization .merchant-id,.clover-setup-group .clover-setup-group-authorization .merchant-id{display:flex;flex-direction:column;margin-bottom:1.5rem}.clover-category .clover-setup-group-authorization .merchant-id div,.clover-modifier-group .clover-setup-group-authorization .merchant-id div,.clover-setup-group .clover-setup-group-authorization .merchant-id div{font-size:1.25rem;user-select:text;-webkit-user-select:text;-ms-user-select:text}.clover-category .clover-setup-group-authorization .controls,.clover-modifier-group .clover-setup-group-authorization .controls,.clover-setup-group .clover-setup-group-authorization .controls{display:flex;flex-direction:row;margin-bottom:1.5rem}.clover-category .clover-setup-group-authorization .controls button,.clover-modifier-group .clover-setup-group-authorization .controls button,.clover-setup-group .clover-setup-group-authorization .controls button{padding-left:1rem;padding-right:1rem}.clover-category .clover-setup-group-authorization .controls button:first-child,.clover-modifier-group .clover-setup-group-authorization .controls button:first-child,.clover-setup-group .clover-setup-group-authorization .controls button:first-child{margin:0 1rem 0 0}.clover-category .clover-setup-group-authorization .instructions,.clover-modifier-group .clover-setup-group-authorization .instructions,.clover-setup-group .clover-setup-group-authorization .instructions{font-weight:bold}.clover-category .clover-setup-group-authorization .instructions li,.clover-modifier-group .clover-setup-group-authorization .instructions li,.clover-setup-group .clover-setup-group-authorization .instructions li{list-style:auto}.clover-category .clover-setup-group-authorization .permissions,.clover-modifier-group .clover-setup-group-authorization .permissions,.clover-setup-group .clover-setup-group-authorization .permissions{width:auto;margin:0.25rem}.clover-category .clover-setup-group-authorization span.caution,.clover-modifier-group .clover-setup-group-authorization span.caution,.clover-setup-group .clover-setup-group-authorization span.caution{color:#bd110e}.clover-category button.authorize,.clover-modifier-group button.authorize,.clover-setup-group button.authorize{margin:0 0 1rem 1rem}.clover-category .header,.clover-modifier-group .header,.suggestive-selling .header{background-color:#0069aa;color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0.3rem 0.5rem}.clover-category .header.suggestive-selling-header,.clover-modifier-group .header.suggestive-selling-header,.suggestive-selling .header.suggestive-selling-header{background-color:inherit;color:inherit;font-weight:bold;border-bottom:1px solid #d2d2d2}.clover-category .header .title,.clover-modifier-group .header .title,.suggestive-selling .header .title{cursor:pointer;flex-grow:1;font-size:1.25rem;font-weight:bold;display:flex;flex-direction:column}.clover-category .header .title .local-name,.clover-modifier-group .header .title .local-name,.suggestive-selling .header .title .local-name{padding-bottom:0.5rem}.clover-category .header .title .local-name svg,.clover-modifier-group .header .title .local-name svg,.suggestive-selling .header .title .local-name svg{margin-left:0.5rem}.clover-category .header .title .clover-name,.clover-modifier-group .header .title .clover-name,.suggestive-selling .header .title .clover-name{font-size:1rem;font-weight:normal}.clover-category .header .right-controls,.clover-modifier-group .header .right-controls,.suggestive-selling .header .right-controls{display:flex;flex-direction:column;align-items:flex-end;font-weight:bold}.clover-category .header .right-controls .switch-wrapper .visible-label,.clover-modifier-group .header .right-controls .switch-wrapper .visible-label,.suggestive-selling .header .right-controls .switch-wrapper .visible-label{color:#fff}.clover-category .header .right-controls .switch-wrapper .switch input:checked ~ .switch-paddle::after,.clover-modifier-group .header .right-controls .switch-wrapper .switch input:checked ~ .switch-paddle::after,.suggestive-selling .header .right-controls .switch-wrapper .switch input:checked ~ .switch-paddle::after{background-color:#fff !important}.clover-category .header .right-controls .suggestive-selling,.clover-modifier-group .header .right-controls .suggestive-selling,.suggestive-selling .header .right-controls .suggestive-selling{padding-top:1rem;cursor:pointer}.clover-category .header .image,.clover-modifier-group .header .image,.suggestive-selling .header .image{position:relative;width:80px;height:60px;flex:0 0 80px;border:1px solid #fff;border-radius:4px;display:flex;justify-content:center;align-items:center;margin-right:1rem;background-color:#fff}.clover-category .header .image svg,.clover-modifier-group .header .image svg,.suggestive-selling .header .image svg{color:#0069aa}.clover-category .header .image .thumb-icon,.clover-modifier-group .header .image .thumb-icon,.suggestive-selling .header .image .thumb-icon{max-width:100%;max-height:100%}.clover-category .header .image:not(:hover)>.actions,.clover-modifier-group .header .image:not(:hover)>.actions,.suggestive-selling .header .image:not(:hover)>.actions{display:none}.clover-category .header .image .upload,.clover-modifier-group .header .image .upload,.suggestive-selling .header .image .upload{cursor:pointer}.clover-category .header .image .actions,.clover-modifier-group .header .image .actions,.suggestive-selling .header .image .actions{background:#000000ad;position:absolute;top:0;bottom:0;right:0;left:0;width:auto;height:auto;margin:0;padding:0;display:flex;align-items:center;justify-content:center}.clover-category .header .image .actions>div,.clover-modifier-group .header .image .actions>div,.suggestive-selling .header .image .actions>div{margin:0.35rem;cursor:pointer}.clover-category .header .image .actions .download,.clover-modifier-group .header .image .actions .download,.suggestive-selling .header .image .actions .download{color:#6598c6}.clover-category .header .image .actions .delete,.clover-modifier-group .header .image .actions .delete,.suggestive-selling .header .image .actions .delete{color:#bd110e}.clover-category button.suggestive-selling-add,.clover-modifier-group button.suggestive-selling-add,.suggestive-selling button.suggestive-selling-add{display:flex;font-size:0.8125rem;height:1.5rem;margin-top:0.5rem;margin-left:0}.clover-item,.clover-modifier{border:1px solid #aaa;display:inline-block;margin:0.5rem;text-align:left;padding:0.3rem;background-color:#fff;width:32%}.clover-item textarea,.clover-modifier textarea{height:3.5rem;margin:0 0 0.25rem}.clover-item .textfield,.clover-modifier .textfield{margin-bottom:0}.clover-item .clover-name,.clover-modifier .clover-name{margin:0.2rem 0.25rem 0.75rem}.clover-item .top-row,.clover-modifier .top-row{display:flex}.clover-item .top-row .name,.clover-modifier .top-row .name{width:100%}.clover-item .top-row .image,.clover-modifier .top-row .image{position:relative;width:80px;height:60px;flex:0 0 80px;border:1px solid #aaa;margin:0 0 0.25rem 0.25rem;border-radius:4px;display:flex;justify-content:center;align-items:center}.clover-item .top-row .image .thumb-icon,.clover-modifier .top-row .image .thumb-icon{max-width:100%;max-height:100%}.clover-item .top-row .image:not(:hover)>.actions,.clover-modifier .top-row .image:not(:hover)>.actions{display:none}.clover-item .top-row .image .upload,.clover-modifier .top-row .image .upload{cursor:pointer}.clover-item .top-row .image .actions,.clover-modifier .top-row .image .actions{background:#000000ad;position:absolute;top:0;bottom:0;right:0;left:0;width:auto;height:auto;margin:0;padding:0;display:flex;align-items:center;justify-content:center}.clover-item .top-row .image .actions>div,.clover-modifier .top-row .image .actions>div{margin:0.35rem;cursor:pointer}.clover-item .top-row .image .actions .download,.clover-modifier .top-row .image .actions .download{color:#6598c6}.clover-item .top-row .image .actions .delete,.clover-modifier .top-row .image .actions .delete{color:#bd110e}.clover-item .bottom-row,.clover-modifier .bottom-row{display:flex;justify-content:space-between;align-items:center}.clover-item .bottom-row .price,.clover-modifier .bottom-row .price{display:inline;font-size:0.875rem}.clover-item .bottom-row .maestro,.clover-modifier .bottom-row .maestro{display:flex;justify-content:center}.clover-item .bottom-row .switch-wrapper,.clover-modifier .bottom-row .switch-wrapper{justify-content:flex-end}.clover-item .bottom-row .switch-wrapper>label,.clover-modifier .bottom-row .switch-wrapper>label{font-weight:normal}.clover-item .bottom-row>div,.clover-modifier .bottom-row>div{flex-basis:0;flex-grow:1}.categoryEditDialog .minmax,.modiferGroupEditDialog .minmax{display:flex;justify-content:space-between}.categoryEditDialog .minmax .select-field,.modiferGroupEditDialog .minmax .select-field{text-align:left;max-width:10rem}.categoryEditDialog .error-text,.modiferGroupEditDialog .error-text{background-color:#bd110e;border-radius:4px;color:#fff;font-weight:600;padding:0}.categoryEditDialog .schedule,.modiferGroupEditDialog .schedule{margin-bottom:0.75rem}.categoryEditDialog .schedule .days,.modiferGroupEditDialog .schedule .days{margin:0.75rem 0.25rem 0.5rem}.categoryEditDialog .schedule .times,.modiferGroupEditDialog .schedule .times{display:flex;flex-flow:row wrap;margin-left:0.5rem}.categoryEditDialog .schedule .times .textfield.flex-shrink,.modiferGroupEditDialog .schedule .times .textfield.flex-shrink{margin-left:0;margin-bottom:0}.categoryEditDialog .schedule .times .textfield.flex-shrink:first-child,.modiferGroupEditDialog .schedule .times .textfield.flex-shrink:first-child{margin-right:2rem}.categoryEditDialog .suggestive-selling-item,.modiferGroupEditDialog .suggestive-selling-item{display:flex;flex-direction:row;justify-content:space-between;font-size:0.8125rem;font-weight:700;border-bottom:1px solid #d2d2d2;padding:0.25rem;background-color:#e6e6e6}.categoryEditDialog .suggestive-selling-item.dragging,.modiferGroupEditDialog .suggestive-selling-item.dragging{border-bottom-width:0}.categoryEditDialog .suggestive-selling-item .drag-handle,.modiferGroupEditDialog .suggestive-selling-item .drag-handle{display:flex;align-items:center}.categoryEditDialog .suggestive-selling-item .name,.modiferGroupEditDialog .suggestive-selling-item .name{flex-grow:1;padding:0 0.5rem;display:flex;align-items:center;justify-items:end;text-align:left}.categoryEditDialog .suggestive-selling-item .price,.modiferGroupEditDialog .suggestive-selling-item .price{display:flex;align-items:center;justify-items:end;text-align:right}.categoryEditDialog .suggestive-selling-item .delete,.modiferGroupEditDialog .suggestive-selling-item .delete{display:flex;align-items:center;padding-left:0.5rem}.categoryWhitelistEditDialog p{margin-bottom:1rem;text-align:left}.categoryWhitelistEditDialog p ul{margin-left:2rem}.categoryWhitelistEditDialog p ul li{list-style:disc}.clover-dashboard-outer .clover-dashboard-inner{padding:1rem;max-width:1200px;margin:0 auto;display:flex;flex-direction:row}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main{flex:3 1 75%;margin-right:2.5rem}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .header-1{padding:0.25rem;margin-bottom:0.25rem;font-size:1.25rem;color:#67b257;line-height:normal;text-transform:uppercase;letter-spacing:0.125rem}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .header-2{padding:0.25rem 1rem;background-color:#75ab60;display:flex;justify-content:space-between;align-items:center}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .header-2 .title{font-size:1.125rem;letter-spacing:0.125rem;color:#fff;font-weight:bold;line-height:normal;text-transform:uppercase;padding-bottom:0.125rem}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .header-2 .subtitle{color:#c9ffc0;text-align:center;text-transform:uppercase;line-height:normal;padding-top:0.125rem;font-size:1.125rem;letter-spacing:0.125rem;min-height:2.5rem;display:flex;align-items:center}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .header-2 .subtitle .reporting-date-select{margin:0}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .header-2 .subtitle .reporting-date-select select{width:auto;font-size:inherit;padding-top:0;color:inherit;border-color:#c9ffc0;padding-bottom:0;padding-right:2rem;height:auto;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c9ffc0'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat calc(100% - 0.5rem) 0.6rem;background-size:16px;letter-spacing:0.125rem;cursor:pointer}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .header-2 .subtitle .reporting-date-select select option{color:#000;font-size:1rem}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .data-row{display:flex;flex-direction:row;justify-content:space-between;margin-top:0.75rem;gap:0.75rem}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .data-row .data-cell{display:flex;flex-direction:column;justify-content:space-between;align-items:center;flex:1;padding:1rem 0.5rem;border:2px solid #e0e0e0;border-radius:8px}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .data-row .data-cell img.icon{height:3rem;width:auto;object-fit:contain;margin-bottom:1rem}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .data-row .data-cell button{background:#67b257;border-color:#67b257;padding:1rem}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .data-row .data-cell button:hover{border-color:#67dc57;background:#67dc57}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .data-row .data-cell .metric-label{color:#67b257;font-size:1.125rem;font-weight:bold;line-height:normal;margin-bottom:1rem;text-align:center}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .data-row .data-cell .metric-label.description{font-size:1.5rem;margin-left:4rem;margin-right:4rem}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .data-row .data-cell .metric-value{color:#64656a;font-size:2.5rem;line-height:2.5rem;font-weight:bold;text-transform:uppercase;word-break:break-all;text-align:center}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .data-row .data-cell .metric-value.faded{color:#bcbcbe}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .data-row .data-cell .metric-info{color:#65676b;font-size:1rem;font-weight:bold;margin-top:0.75rem}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .data-row .data-cell.setup .title{color:#67b257;font-size:1.5rem;font-weight:bold;line-height:normal;letter-spacing:0.125rem;margin-bottom:1rem;text-align:center}.clover-dashboard-outer .clover-dashboard-inner .dashboard-main .data-row .data-cell.setup .subtitle{color:#a3a3a5;font-size:1rem;font-weight:bold;line-height:normal;margin-bottom:1rem;text-align:center}.clover-dashboard-outer .clover-dashboard-inner .dashboard-side{flex:1 0 25%;min-width:200px;display:flex;flex-direction:column;margin-top:2rem}.clover-dashboard-outer .clover-dashboard-inner .dashboard-side .side-section{border:1px solid #e0e0e0;padding:1rem;margin-bottom:1.5rem;background-color:#f2f2f2;border-radius:6px}.clover-dashboard-outer .clover-dashboard-inner .dashboard-side .side-section .title{font-weight:bold;margin-bottom:0.5rem;font-size:1.125rem}.clover-dashboard-outer .clover-dashboard-inner .dashboard-side .side-section .subtitle{margin-bottom:0.75rem;font-size:0.875rem;font-weight:normal}.clover-dashboard-outer .clover-dashboard-inner .dashboard-side .side-section .content{padding:0.375rem 0;font-size:0.875rem;border-bottom:1px dashed #e0e0e0}.clover-dashboard-outer .clover-dashboard-inner .dashboard-side .side-section .content:last-child{border-bottom:none;padding-bottom:0}.dialog.messagebox.maestroDescGenDialog .dialog-main{text-align:left}.dialog.messagebox.maestroDescGenDialog .dialog-main h5{color:#0069aa;margin-top:1rem}.dialog.messagebox.maestroDescGenDialog .dialog-main p{margin-bottom:0;margin-left:0}.dialog.messagebox.maestroDescGenDialog .dialog-main p.example{font-style:italic;font-size:0.875rem}.dialog.messagebox.maestroDescGenDialog .dialog-main .gen-button-container{display:block}.dialog.messagebox.maestroDescGenDialog .dialog-main textarea{margin-top:0.75rem;margin-bottom:0}.dialog.messagebox.maestroDescGenDialog .dialog-main .input-character-count{text-align:right;font-size:0.75rem;padding-right:0.5rem;color:#a3a3a3}.clover-preview-wrapper{width:100%;height:100%;overflow:hidden}.clover-preview-wrapper .preview{width:100%;height:100%;background:#3b3b3b}.clover-preview-wrapper .preview .clover-preview-frame{box-shadow:0 0 200px 50px rgba(0,0,0,0.5);transform-origin:top left}.clover-loading-spinner{margin:0 auto;width:1.875rem;height:1.875rem;background-image:url(data:image/png;base64,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);background-size:contain;animation:rotation 1s infinite linear}.select-field.passport-program-select{width:auto;min-width:20rem;margin:0.5rem;margin-left:2rem}.messagebox.passportmessage-edit-dialog .dialog-main p,.messagebox.passportmessage-edit-dialog .dialog-main p:last-child{margin-bottom:1.25rem}.messagebox.passportmessage-edit-dialog .dialog-main .error-text{color:#bd110e}.toolbar.two-column .toolbar-group.group-right.passport-user-search .searchinator,.toolbar.two-column .toolbar-group.group-right.passport-user-search .paginator{margin-top:1.25rem}.passport-delete-message{text-align:left}.passport-select-user{height:90%}.passport-select-user .toolbar.basic{min-height:4.125rem}.passport-select-user .app-content{height:100%}.passport-select-user .app-content .primary-pane{height:100%}.passport-delete-message-label{color:#2d3443;font-size:600}.poscore-authorization-status{display:flex;align-items:center;border:1px solid;border-radius:4px;padding:0.25rem;font-weight:700}.poscore-authorization-status.not-configured{border-color:#d98119;color:#d98119}.poscore-authorization-status.not-configured button{color:#fff;background-color:#d98119}.poscore-authorization-status.not-configured svg{background-color:#d98119}.poscore-authorization-status.running{border-color:transparent;color:transparent;min-height:40px}.poscore-authorization-status.success{border-color:#268e4a;color:#23c059}.poscore-authorization-status.success button{border:2px solid #268e4a;color:#23c059;background-color:transparent}.poscore-authorization-status.success svg{background-color:#268e4a}.poscore-authorization-status.failure{border-color:#bd110e;color:#bd110e}.poscore-authorization-status.failure button{border:2px solid #bd110e;color:#bd110e;background-color:transparent}.poscore-authorization-status.failure svg{background-color:#bd110e}.poscore-authorization-status>div{display:flex;align-items:center;margin-left:0.3125rem}.poscore-authorization-status>div button{margin-left:1rem}.poscore-authorization-status>div svg{margin-right:0.5rem;height:20px;width:20px;border-radius:10px;padding:3px;color:#fff}.poscore-authorization-status>div.running{width:20px;height:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAABGdBTUEAALGPC/xhBQAAFYpJREFUeAHlXG1wVcd53j1fVxfdi4RAqhCSkDHGuIynTkOcwdhBeOxQ3EImbsRgMJ1kktrTyXjaTuu/rdzpJD/6J00bz8STOh+2cQbG4+bLBCdEqo3Bbt2OjQ0x2NhC6ANJ5kNI4n6cj+3z7Lnn6OoigSSEAHFgtefs2bNn9znP+7677+5eKa7h8cW9p8pHBv164csa4Xt1gVK10jAqgyBISilTqFpSKKGUEDkpVd4QIhsIY9AQQa8SstcSbm9len7Hz79UPXStmiFn88WPva3sw8c6V8jAWOGL4Hah5BKAY0opWA8JqBBLk3XCmckLXT+ghZumAqpA00Aqr4En8iE/MnUi5X1pqkNLjIZ3d2+Ref3cLPwJK3gVX6QAyrrdJ5p8T34uCMRdwCSJxgKJQAMQEDACVAARNzSAQYB0DRSB5ZmwWM0SAImxfp458DEILNhq7JfS2rf/kdojfNNVbB5ee5WO1jZl/aa7e7WS/jo0eiHYo4FBc8AgMimQQFBOEUAykGBqRoZVvwjAkMECykCoPqD30p0rG/c+s1q6V6OpMw7gZ7//tp1IL1oNfNYJYVRooNBgDRRaEAKoIdAgIsWaAgMnBBAib6Bs/A8ZjFdqUdevVOKMMILdCxa4v9rz0G25mQRyRgFcu6v7dj/n/yngWYCCwQQQBQdBxKkWwXEBZCuBNiMAYBgEfHwRnhyAYDjB5D8t8rp8Aiv7hBX8+8FHmg4gaUaOGQHwgV1nKi64wxtFoFYqg5KpATG1uAE5AggodTpFmXQEXwydDh0W6q4QQOTWIng5APFVwg9CHUig8EqCBiZaGrywEmhfmA/3qTF0e/GBDqSSzr+++nBt/5WieMUANu/sWZn13M3CNJIGWo0G4B/xIgPJvhAosoqNHA/AQiOYH3kmx0ANIN9TsMpQA4UPVACQ9UB5qEFYDwA9BlglLtiG+PZr2xtfK7x/WtG0AWzZpcyeXOf9vpCfC8EBk8JKQ90EEpzTFQ+BDFmoRbPAmLDhwFmJjFL+cUtap3yp+hOG1y9UYrh6sZVdJaqzbNVhMVA2POAnh8x8WuREHT5EXeCrpTATd6hALOAn0wDy8ymoigJ4lAAkhADCNGsAwf1CugYcddq9aqTxe888Pj0jMy0Am9tUWb678ytoSD3qGn9hNpYgaiZqEdUyg/tjAUSjukxlvKMsdWz/1oZezSM+PMWDXaS1O3sbhfDuUoFaD+CWowKhSBcYSQDDD6vfAgxDyUC6NjLE2FDykC+zT7716G3np1gFvHKKx+afDaQHhjItgKSaX5IiyiLQZzDABkkdGIsy0pHF1AxVyoN6+++kab+9b9sf9E3xtZPK/sCunsYLeXcD6vQQgCpHHQuAheCFzBwVaVaOBYOmiFVHel7iianqxSkBuOYHJ6tEImgBXPNBMy0KfD8qzE6XBpLdFQLIivHL43DByQNLLHVw95aGDNOv9rH2Pz5IB2XJLwOgh4FRhRZdvjQESne8WWUCGILHD60wojFOJaX5zd9trzsx2TpOGsDmXf2pbO7CVhCsgoWTeVpcoe2KmYgCIUL89vgbqHfTNc5vXt1QOzLZCs1kvuaXz1bmh88/Dpw2ArxQ90EMiJt+T3iiVRBaFMZS9s0zvK/u27ZsUlIyKQCbf/hJWd4xWgDUQuAS6ryC6JYyUQMo1HlT2S/v/4u6zpkEZLplrXn+5J0AqBX1rwGQuuPOsjT7CroScmRRkqitwcaPF1Slv7bnoYWX1Yla7C5VMVrbnGlsgn6rYj4IJwUURpadOxUECkSERkbQ1zB1nemaxA+uF/BY54OPNrxnVs7/Bup7mNc8UF+KMNpP5hXYh3RKFm7dNnh6+Ht0fujMl/hzWQC73ZNr0TOrjcqAWFJmoaPDA/oF/WEj4BXE+1Cd0/j8tRLZQpXGjfb/WeVZjImfQIN/qTNAfHUMkcJpjINmJW6AEZ9574POvxu3sKLES4rwvS+cWBYo+SdAixotzBsEupvAMsh4g18x/JavH9ja+D9FZV+3p2tePLkNRPhb8IDAQTfqtrGF5INWUWisBtWU1hP7ty/57USNiZEvzUCj4SvZrMEruglzi3eE/zQTAZ7jy5/fKOCxKQcfadhpBP6T5EV0RMzT1xE7kcEPvG/f91LH4ihfaTwhgDk3uxbgORBQDzEGCVp0A5zDKWz4UUGBH7S372j4KLq+UeL9O25ph078DjCiQxaWmdaZXRloIurH+JCVXtb4h/iy5KQo4+ide174eCnswlIYBK3beAcndAEAv/AgE/G299/c0fR/UdqNFh/YvvQ5qL//1PUOuzQxHrqbFoo2W/7APTu77h+vffED0c3mtjYLau7zAQwDQ5ROcQX90L1TPoMI/O7FdmNbdP9GjevtJf8MRf5uQYQp02iqVviambjCkE8BDP+fmts+KStt50UAur3LbsfjnNDRB/vrxUwEigFgHFpY6ezB3EMsylH+Gy3m/Ekyaf41kOtl3bVFhjGJ2oH+BgyLFukl+V7zkSg9iscAyD6f74tV+BqBYSqfAUY2DgDO44NI3veLTXUXokJu9Hjfw/WnDWk/ifaBddRMWh/SWmqHA9AEJAAyEH+18RWVKG7vGAB7cj3LgX2SGdBDBtNGdV70kBLB0dd3NOmvFaXNhXj/9rr/BfFe0oyjFca/YmNCZoKJtYNnO7cUtzcGECpOBqZ/Bx7iUCbWfdB8HnUe2WgaIiMT1lvFBcyl82S5/BcwbbgYOBDPAnh0xtKfiD6j+iaxitodA7j25b5q+AVSmI7FXU7BjgWSjERBhw/OkkclquBsxhRlMO9ZvhPeEGh/oFByALul9/206+4oOQZQZdwmIOtHgYZHhwKQmODwKhZkfh89OFfjhBv8CEzLAkh6ti00P9KJYFU4vwIyxWKsAaTxkIHfoD1kJchEjBSWcXSmpwRLXnVdXLZ/7ZZz6Ha8wIEqQ5EV1vVDIsV4c9Sl0QB2ia5ajGrDWa6ClyViYhQnzdSH10ULZ6ESZYG5azzgwExINo2JrMz1mOtYlVCEfb+GF8hAHziMDcczcE/RSQAEhfLO/HZL1SDTb4ajbceSo0DmPbaVjCNwOCuEEAFcfIFnGkDY2UVRfw+KjwMOn8qQhoNAwsfcET528/yFlxNDPE5QcZaPAfoPIdaJSoQM3PjdDxOmacyPoKHHWwfaIAQCmciJU9H9myXGxEl72NZQF0IWgV0YIKJARq3asOtklTFcm5pPxpUGOPl8BjyUaftq000jvhFBMOH+e4juIEHTgOEGoORcD6VWxxc8cSdnHPW4l+552pcoUI4ZMMU2gC651otR4TdDrNss5QGCxvZGwFEfRgF+vuWWm3dTMCuY2tA3NFB8iIAyxqTuTce+iCCQ2aPoOOveSZQGgDSgvAbf7rCAW7lvBvAixOnMQWc3kVaGZ12z5bNRpa9VDJ/nh8KPR7UaINjiGCiYhxWY4gtsLLOADiwZtkTPpdzha9WAa/1eiTU7QCucL44qU6TMIKa1RmCGvb3ofmmcthKztt649N3X+toynNOoAxk3bgAD56NfI029SAOWeLwKl2XOah/gePfmepqZ8IeUF/aVwbZYdKN2Q8NVYsdAADHmaGP8sKrlD29aAKu8JUMEjkcEWnGMxPnwdbEPSIfXqHIsznSzn4NXY6zwGDwwSrMwRenRkLAnPeZm4eLw7iMs4KbUg2es7rTIT9AHplMVc0MWvH459vbGAy9Mmz/WCk2ccc7dUao8JdX5HBpGESbBSkRZfWoJE64ELH2cqPXD+SwX2MzKur6J6nCt0l03sxDdO92hK/T/aCtiEKEaz1vwOuQ9jJxNLHb2ufSw5BgsS3Mu9LLLvEoemxOXvgqWQU7zHJEBGUIXWwpQjn7Bk4ZpiQtsLboyetUVJ9CLg8gEepZuTiAyxUbAqbcc4wtuctFdPI7MGArFwNkijlnYGDNimtL3sL6wuHx4wvS14WUvmo0vzjenz5VcDrzymncFweVkExUe2YiJkKOGmVJj9BuB06HAROxTSfN0TgM1TuN0m6W4G7qPjY/nyAEoFq2FC63QizlurOg/PQKXM9WfDhgVBwxQneGSDsOwNv+y96YT43te7LgdYKVBNlphsJD7SLCNVnJ1BhfOSw97ld83nnl8teu7eb0IHFtlwL7RwA9DF/+5c3m9sHycDzVnk+CFWgtxpUMZQzSqM72oCnAQErj/hDryK6x61b1s0yobDIRfBqKiXz26KoHogJnKtUUlTufcco5LfX1fBhshvm6k+rRi4wNcrcVIytcY6wtDuOcjy8vE4sMLbCVcJ9mM3UnF6XP5/P6f9t0KgFYCplEHC3xboCFXphWC0js+NYAPbGscRF43UBbch6YO0IQeA7cdWXbg5zq7Fs5l0IrblvGymyB4GL4qbtLOQqlhzx6GG2AkRBf6T53FCoY3+IwGsBV9HWQ+ywQsvoZ1DsXYgPwy6HSpFjS3tk08sGamOXBsfP5DzFDKL8H0Qs+JmIFQhDzHVg49MtmDFQx6I6QGkO127NRpMi3CgCASzABLURmwRknll92h94pEeeZifM5MfAVkwvAVllavh5R5MA8BnkGsD9KsNK1wWTAAiAFsa6keMYSXj4DzIOkMEUhG4MCxk6lqxhLgKG2uxdwaJj3155RD2AS9cYh6D+wL9V6oE7sPbK17J2p7DCCoqWzH6vdhhRksYfnFwUOa4TvK77qlOnp4rsX5oaGvA7Ay6DkPa2DyYGAe/Wif7INI690K2Ez0LLGK2h4DyIT7Di05C+jGeKBdYO+7o10bZVvpNbtOzrmONfYdr0IH5UE4CDg/GasysBHnHA/DlBiiv86uD3c6FRAcA2BrKxSk5feTeWQclsaMFoSkIFHQh65ZwyVx0Ve40ePmlz+pVH7+b9AOrguEroPF5QhEIuh9MtwrI/F7NMGPS3/UZwyABGLDkfpzXtaLPdB686/NznjRYXrWqdyJmrkwRm7F79vkR8y/B0CL2EKKLESY2p9tRjIsr2ak6quodMewj/kvApAsdOaV9UXARVbYdLF7BMFRti98yzOtRGL9i8du+L7h3q7Or6O/civ6di4IEbJPbxLnLGV4TTE2LfM74y0wvQhAotq+pWYYRmgYToWYeYadUJgnjabbhWdi9bmVnsc9dXzmRjzWvNC5AcbhXnRTgCH0nBwdeeAa42B05EBJAHjgja31b47XxnEBZEa7tqEfjhiXoDEQzDwMOoNhg+fCx5YShNyFNDdkj1f49Zx273NdfwTYHgY4NJoc81Lfw1WlvS+56Brx2USF+fREbZkQwPb10nNcOUDgPIhuVADmADSY0bWZmKcQKr74k1PlUdr1Ht+zs+N+qKbH4RGIJQziqjdUUvchEdIcLjTFEr9/a99U9+lEbQLAlz64iHDINdNOwSK7ZgimbWIlsYdl/RZ+IAaxKHM933Ny7JAX95MuXfrs3qXB2NvV0SIM6/OACGOrws5M9FDQ73MABhDlqnysg8Y9DCp+/cajS398qVpOyMDooV+31J918jk6FePD8JLxl8tja2KmjB8Nri8rn7j32aOp1tbQ5RM/cB2cUFe/2nPyLzG4X01+QbVB59GBR0tL3ELmAUn6BTDfoY4+uKQRq/UvfVyWgXy8FWrv1ef6Fkk7b5Uyj3qQeTzl+tY8LHbFkRn5NGh0lo9cL5sRv/Bid4Pn+S3oj+BH0Tiqp72QCTr1xmMiVp32pBY535rMTxdMCkCCwo5zd/b4QqdsvkGRjVjnZAv6MZn0LHQEmNfOQ7SrXd88OuS98sRyDMSLdQ1zzM6x6Rc9806fC9bDwN4FoGzQDu01MKgHlNhdiFoBK/0zKJREDgxY0eGKrPzW3m80nJlMLScNIAuDU9XKnzxelbTSsPGjzOM9so8AZhJ+YOeUyomcn6iuV6KjQ4imJq+tGbveZwlI7qg8f6b7M/AB/DEgwaQY/kojwR8EAvewIq0AHAdnekcSKgaAYR/PJc3kd6fyy0pTApBAkYlnMt2Vvo2Px6PAPM9GzQCgJzwt0qK62ktm2IcSIjWsY39VC368JfSnMXnGD3pT3JGRlYBrFV5cDqZh8tuAccDPjSppY5aMq+st1BxYYvk3GAlsHYoybGR/Wari6fYvLzg3lYpNGUAWTiPx1vIzqXPOBSthpwICR7E9nw5UleFqAIdSiwMC2FAjgmNDQpGBfHbLbmEMVLfLoWNpuemxz/r/CI09XWbSFqz/UUdFLiFq4QK4FexahG4HRRSRYZNp6OtZMGkEDtf4mSB8ZzKRjAx1IUdj8sSiCuuH09kDPS0ACQQrv/mZ3uRQTdKJRJfpBPDTjK8ovgQwkwyBGwsgRuYDXXa6wjbyPRnbrUppcPmsZy72G04C9BXtqvm/msP+5zphtHd0WMhnQz2U53I5LIxXlQQMXEpjeQqXWUDHcX2F4WAaArdxDcBwAuZpAOnHJHAOAaQOpGjjwTcfrG94pRX9XtZ/qse0AYxe9Nj3lf1u+UfJiuq0BmFo0A0i8CLRZd7IIkMFOMMpITPDA3Yybxr5eRkbi3Owxs5zbB9r7aTvWL40MCvm4Dcb0BdDjFZjrsbhJnrsPwNA8Fj6poP9zfzNs5BxGB9pxhkAjIBSp4GBjKHnQHIBxjGmFYYoi8AFoj97/dGlR6K2TCem9bmigz9cuHH78mEwSQMYgTdRoRo8/BDyRPdnKp1WAfQNGYxCwUwQlr09CA/6eOWO9/SVgse6zoh7vmAYsjQwAEiXqXUffoccoqsb8RQ3TuB4aw//wvaAfZlycMk1DQdzfyaa5zk007QyaGrc9DB/9JdmgP4mTj0YXEvBuRvwkBCBWfzL/X0AKawHycusSOIHHlSO/N2bW2bud25mBMCocRRTfvj17e3msaHmKDmOD+8G8+C7gf6TllOuWUjwOBy80jWwQB7YE8TwddiVCp8ejQm7dnIIzqN3zLqlhzjGjys0AyczCiDrU7Co6Gor+dRTuFzPBgj2Ic0Vy4Ts+rjLoPEISvY/edBs1H1oNn5uCUxkt4hKPwJEk43SR9IBDmg3KjjNPNiESCdQTIki6oFSJBaJB+/VbWv8YHeRq4r1maljxgGMKlYAstB8IaoH0PR03E7BfmPOHTbm4delfDrL2aWlaucv608gvlHZcaxZhysgyf25+M0mAC5zhmF0omvwSVtLU5+ux7b4iRk/uWoAltY0Fu+hj1S+o8myyh0LXtlQfLX5CZ+g+wyLZSNClRaDURkgggLkQb4zA5A/D914BlLbX1Z7vL99/XotphMWclGp00+YNQB1Q2kj4HcohKzukN/9ke1n05a0fWxL9hyP8udbVmDT80gXnRZTX3hYdgJTY4i8MlysaZQim0glRqq8+iF8nHgOZ/pQTO/J/wcIi8TQIH3TRgAAAABJRU5ErkJggg==);background-size:contain;animation:rotation 1s infinite linear}.poscore-authorization-dialog{padding:1rem}.poscore-authorization-dialog .validation-status{align-self:end;display:flex;align-items:center;font-size:1.25rem;margin-bottom:1.25rem}.poscore-authorization-dialog .validation-status div{display:flex;align-items:center;border:1px solid #268e4a;padding:0.5rem;border-radius:8px;color:#268e4a}.poscore-authorization-dialog .validation-status div svg{background-color:#268e4a;margin-right:0.5rem;height:20px;width:20px;border-radius:10px;padding:3px;color:white}.poscore-authorization-dialog .validation-status div.running{width:20px;height:20px;background-image:url(data:image/png;base64,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);background-size:contain;animation:rotation 1s infinite linear}.poscore-authorization-dialog .validation-status div.failure{color:#bd110e;border-color:#bd110e}.poscore-authorization-dialog .validation-status div.failure svg{background-color:#bd110e}.poscore-authorization-dialog .validation-status div.not-configured{color:#d98119;border-color:#d98119}.poscore-authorization-dialog .validation-status div.not-configured svg{background-color:#d98119}.poscore-authorization-dialog .merchant-row{display:flex;flex-direction:row}.poscore-authorization-dialog .merchant-row .select-field,.poscore-authorization-dialog .merchant-row .textfield{margin-right:2rem;width:auto}.poscore-authorization-dialog .merchant-row .select-field select,.poscore-authorization-dialog .merchant-row .select-field input,.poscore-authorization-dialog .merchant-row .textfield select,.poscore-authorization-dialog .merchant-row .textfield input{width:auto}.poscore-authorization-dialog .merchant-row .running{width:20px;height:20px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAAABGdBTUEAALGPC/xhBQAAFYpJREFUeAHlXG1wVcd53j1fVxfdi4RAqhCSkDHGuIynTkOcwdhBeOxQ3EImbsRgMJ1kktrTyXjaTuu/rdzpJD/6J00bz8STOh+2cQbG4+bLBCdEqo3Bbt2OjQ0x2NhC6ANJ5kNI4n6cj+3z7Lnn6OoigSSEAHFgtefs2bNn9znP+7677+5eKa7h8cW9p8pHBv164csa4Xt1gVK10jAqgyBISilTqFpSKKGUEDkpVd4QIhsIY9AQQa8SstcSbm9len7Hz79UPXStmiFn88WPva3sw8c6V8jAWOGL4Hah5BKAY0opWA8JqBBLk3XCmckLXT+ghZumAqpA00Aqr4En8iE/MnUi5X1pqkNLjIZ3d2+Ref3cLPwJK3gVX6QAyrrdJ5p8T34uCMRdwCSJxgKJQAMQEDACVAARNzSAQYB0DRSB5ZmwWM0SAImxfp458DEILNhq7JfS2rf/kdojfNNVbB5ee5WO1jZl/aa7e7WS/jo0eiHYo4FBc8AgMimQQFBOEUAykGBqRoZVvwjAkMECykCoPqD30p0rG/c+s1q6V6OpMw7gZ7//tp1IL1oNfNYJYVRooNBgDRRaEAKoIdAgIsWaAgMnBBAib6Bs/A8ZjFdqUdevVOKMMILdCxa4v9rz0G25mQRyRgFcu6v7dj/n/yngWYCCwQQQBQdBxKkWwXEBZCuBNiMAYBgEfHwRnhyAYDjB5D8t8rp8Aiv7hBX8+8FHmg4gaUaOGQHwgV1nKi64wxtFoFYqg5KpATG1uAE5AggodTpFmXQEXwydDh0W6q4QQOTWIng5APFVwg9CHUig8EqCBiZaGrywEmhfmA/3qTF0e/GBDqSSzr+++nBt/5WieMUANu/sWZn13M3CNJIGWo0G4B/xIgPJvhAosoqNHA/AQiOYH3kmx0ANIN9TsMpQA4UPVACQ9UB5qEFYDwA9BlglLtiG+PZr2xtfK7x/WtG0AWzZpcyeXOf9vpCfC8EBk8JKQ90EEpzTFQ+BDFmoRbPAmLDhwFmJjFL+cUtap3yp+hOG1y9UYrh6sZVdJaqzbNVhMVA2POAnh8x8WuREHT5EXeCrpTATd6hALOAn0wDy8ymoigJ4lAAkhADCNGsAwf1CugYcddq9aqTxe888Pj0jMy0Am9tUWb678ytoSD3qGn9hNpYgaiZqEdUyg/tjAUSjukxlvKMsdWz/1oZezSM+PMWDXaS1O3sbhfDuUoFaD+CWowKhSBcYSQDDD6vfAgxDyUC6NjLE2FDykC+zT7716G3np1gFvHKKx+afDaQHhjItgKSaX5IiyiLQZzDABkkdGIsy0pHF1AxVyoN6+++kab+9b9sf9E3xtZPK/sCunsYLeXcD6vQQgCpHHQuAheCFzBwVaVaOBYOmiFVHel7iianqxSkBuOYHJ6tEImgBXPNBMy0KfD8qzE6XBpLdFQLIivHL43DByQNLLHVw95aGDNOv9rH2Pz5IB2XJLwOgh4FRhRZdvjQESne8WWUCGILHD60wojFOJaX5zd9trzsx2TpOGsDmXf2pbO7CVhCsgoWTeVpcoe2KmYgCIUL89vgbqHfTNc5vXt1QOzLZCs1kvuaXz1bmh88/Dpw2ArxQ90EMiJt+T3iiVRBaFMZS9s0zvK/u27ZsUlIyKQCbf/hJWd4xWgDUQuAS6ryC6JYyUQMo1HlT2S/v/4u6zpkEZLplrXn+5J0AqBX1rwGQuuPOsjT7CroScmRRkqitwcaPF1Slv7bnoYWX1Yla7C5VMVrbnGlsgn6rYj4IJwUURpadOxUECkSERkbQ1zB1nemaxA+uF/BY54OPNrxnVs7/Bup7mNc8UF+KMNpP5hXYh3RKFm7dNnh6+Ht0fujMl/hzWQC73ZNr0TOrjcqAWFJmoaPDA/oF/WEj4BXE+1Cd0/j8tRLZQpXGjfb/WeVZjImfQIN/qTNAfHUMkcJpjINmJW6AEZ9574POvxu3sKLES4rwvS+cWBYo+SdAixotzBsEupvAMsh4g18x/JavH9ja+D9FZV+3p2tePLkNRPhb8IDAQTfqtrGF5INWUWisBtWU1hP7ty/57USNiZEvzUCj4SvZrMEruglzi3eE/zQTAZ7jy5/fKOCxKQcfadhpBP6T5EV0RMzT1xE7kcEPvG/f91LH4ihfaTwhgDk3uxbgORBQDzEGCVp0A5zDKWz4UUGBH7S372j4KLq+UeL9O25ph078DjCiQxaWmdaZXRloIurH+JCVXtb4h/iy5KQo4+ide174eCnswlIYBK3beAcndAEAv/AgE/G299/c0fR/UdqNFh/YvvQ5qL//1PUOuzQxHrqbFoo2W/7APTu77h+vffED0c3mtjYLau7zAQwDQ5ROcQX90L1TPoMI/O7FdmNbdP9GjevtJf8MRf5uQYQp02iqVviambjCkE8BDP+fmts+KStt50UAur3LbsfjnNDRB/vrxUwEigFgHFpY6ezB3EMsylH+Gy3m/Ekyaf41kOtl3bVFhjGJ2oH+BgyLFukl+V7zkSg9iscAyD6f74tV+BqBYSqfAUY2DgDO44NI3veLTXUXokJu9Hjfw/WnDWk/ifaBddRMWh/SWmqHA9AEJAAyEH+18RWVKG7vGAB7cj3LgX2SGdBDBtNGdV70kBLB0dd3NOmvFaXNhXj/9rr/BfFe0oyjFca/YmNCZoKJtYNnO7cUtzcGECpOBqZ/Bx7iUCbWfdB8HnUe2WgaIiMT1lvFBcyl82S5/BcwbbgYOBDPAnh0xtKfiD6j+iaxitodA7j25b5q+AVSmI7FXU7BjgWSjERBhw/OkkclquBsxhRlMO9ZvhPeEGh/oFByALul9/206+4oOQZQZdwmIOtHgYZHhwKQmODwKhZkfh89OFfjhBv8CEzLAkh6ti00P9KJYFU4vwIyxWKsAaTxkIHfoD1kJchEjBSWcXSmpwRLXnVdXLZ/7ZZz6Ha8wIEqQ5EV1vVDIsV4c9Sl0QB2ia5ajGrDWa6ClyViYhQnzdSH10ULZ6ESZYG5azzgwExINo2JrMz1mOtYlVCEfb+GF8hAHziMDcczcE/RSQAEhfLO/HZL1SDTb4ajbceSo0DmPbaVjCNwOCuEEAFcfIFnGkDY2UVRfw+KjwMOn8qQhoNAwsfcET528/yFlxNDPE5QcZaPAfoPIdaJSoQM3PjdDxOmacyPoKHHWwfaIAQCmciJU9H9myXGxEl72NZQF0IWgV0YIKJARq3asOtklTFcm5pPxpUGOPl8BjyUaftq000jvhFBMOH+e4juIEHTgOEGoORcD6VWxxc8cSdnHPW4l+552pcoUI4ZMMU2gC651otR4TdDrNss5QGCxvZGwFEfRgF+vuWWm3dTMCuY2tA3NFB8iIAyxqTuTce+iCCQ2aPoOOveSZQGgDSgvAbf7rCAW7lvBvAixOnMQWc3kVaGZ12z5bNRpa9VDJ/nh8KPR7UaINjiGCiYhxWY4gtsLLOADiwZtkTPpdzha9WAa/1eiTU7QCucL44qU6TMIKa1RmCGvb3ofmmcthKztt649N3X+toynNOoAxk3bgAD56NfI029SAOWeLwKl2XOah/gePfmepqZ8IeUF/aVwbZYdKN2Q8NVYsdAADHmaGP8sKrlD29aAKu8JUMEjkcEWnGMxPnwdbEPSIfXqHIsznSzn4NXY6zwGDwwSrMwRenRkLAnPeZm4eLw7iMs4KbUg2es7rTIT9AHplMVc0MWvH459vbGAy9Mmz/WCk2ccc7dUao8JdX5HBpGESbBSkRZfWoJE64ELH2cqPXD+SwX2MzKur6J6nCt0l03sxDdO92hK/T/aCtiEKEaz1vwOuQ9jJxNLHb2ufSw5BgsS3Mu9LLLvEoemxOXvgqWQU7zHJEBGUIXWwpQjn7Bk4ZpiQtsLboyetUVJ9CLg8gEepZuTiAyxUbAqbcc4wtuctFdPI7MGArFwNkijlnYGDNimtL3sL6wuHx4wvS14WUvmo0vzjenz5VcDrzymncFweVkExUe2YiJkKOGmVJj9BuB06HAROxTSfN0TgM1TuN0m6W4G7qPjY/nyAEoFq2FC63QizlurOg/PQKXM9WfDhgVBwxQneGSDsOwNv+y96YT43te7LgdYKVBNlphsJD7SLCNVnJ1BhfOSw97ld83nnl8teu7eb0IHFtlwL7RwA9DF/+5c3m9sHycDzVnk+CFWgtxpUMZQzSqM72oCnAQErj/hDryK6x61b1s0yobDIRfBqKiXz26KoHogJnKtUUlTufcco5LfX1fBhshvm6k+rRi4wNcrcVIytcY6wtDuOcjy8vE4sMLbCVcJ9mM3UnF6XP5/P6f9t0KgFYCplEHC3xboCFXphWC0js+NYAPbGscRF43UBbch6YO0IQeA7cdWXbg5zq7Fs5l0IrblvGymyB4GL4qbtLOQqlhzx6GG2AkRBf6T53FCoY3+IwGsBV9HWQ+ywQsvoZ1DsXYgPwy6HSpFjS3tk08sGamOXBsfP5DzFDKL8H0Qs+JmIFQhDzHVg49MtmDFQx6I6QGkO127NRpMi3CgCASzABLURmwRknll92h94pEeeZifM5MfAVkwvAVllavh5R5MA8BnkGsD9KsNK1wWTAAiAFsa6keMYSXj4DzIOkMEUhG4MCxk6lqxhLgKG2uxdwaJj3155RD2AS9cYh6D+wL9V6oE7sPbK17J2p7DCCoqWzH6vdhhRksYfnFwUOa4TvK77qlOnp4rsX5oaGvA7Ay6DkPa2DyYGAe/Wif7INI690K2Ez0LLGK2h4DyIT7Di05C+jGeKBdYO+7o10bZVvpNbtOzrmONfYdr0IH5UE4CDg/GasysBHnHA/DlBiiv86uD3c6FRAcA2BrKxSk5feTeWQclsaMFoSkIFHQh65ZwyVx0Ve40ePmlz+pVH7+b9AOrguEroPF5QhEIuh9MtwrI/F7NMGPS3/UZwyABGLDkfpzXtaLPdB686/NznjRYXrWqdyJmrkwRm7F79vkR8y/B0CL2EKKLESY2p9tRjIsr2ak6quodMewj/kvApAsdOaV9UXARVbYdLF7BMFRti98yzOtRGL9i8du+L7h3q7Or6O/civ6di4IEbJPbxLnLGV4TTE2LfM74y0wvQhAotq+pWYYRmgYToWYeYadUJgnjabbhWdi9bmVnsc9dXzmRjzWvNC5AcbhXnRTgCH0nBwdeeAa42B05EBJAHjgja31b47XxnEBZEa7tqEfjhiXoDEQzDwMOoNhg+fCx5YShNyFNDdkj1f49Zx273NdfwTYHgY4NJoc81Lfw1WlvS+56Brx2USF+fREbZkQwPb10nNcOUDgPIhuVADmADSY0bWZmKcQKr74k1PlUdr1Ht+zs+N+qKbH4RGIJQziqjdUUvchEdIcLjTFEr9/a99U9+lEbQLAlz64iHDINdNOwSK7ZgimbWIlsYdl/RZ+IAaxKHM933Ny7JAX95MuXfrs3qXB2NvV0SIM6/OACGOrws5M9FDQ73MABhDlqnysg8Y9DCp+/cajS398qVpOyMDooV+31J918jk6FePD8JLxl8tja2KmjB8Nri8rn7j32aOp1tbQ5RM/cB2cUFe/2nPyLzG4X01+QbVB59GBR0tL3ELmAUn6BTDfoY4+uKQRq/UvfVyWgXy8FWrv1ef6Fkk7b5Uyj3qQeTzl+tY8LHbFkRn5NGh0lo9cL5sRv/Bid4Pn+S3oj+BH0Tiqp72QCTr1xmMiVp32pBY535rMTxdMCkCCwo5zd/b4QqdsvkGRjVjnZAv6MZn0LHQEmNfOQ7SrXd88OuS98sRyDMSLdQ1zzM6x6Rc9806fC9bDwN4FoGzQDu01MKgHlNhdiFoBK/0zKJREDgxY0eGKrPzW3m80nJlMLScNIAuDU9XKnzxelbTSsPGjzOM9so8AZhJ+YOeUyomcn6iuV6KjQ4imJq+tGbveZwlI7qg8f6b7M/AB/DEgwaQY/kojwR8EAvewIq0AHAdnekcSKgaAYR/PJc3kd6fyy0pTApBAkYlnMt2Vvo2Px6PAPM9GzQCgJzwt0qK62ktm2IcSIjWsY39VC368JfSnMXnGD3pT3JGRlYBrFV5cDqZh8tuAccDPjSppY5aMq+st1BxYYvk3GAlsHYoybGR/Wari6fYvLzg3lYpNGUAWTiPx1vIzqXPOBSthpwICR7E9nw5UleFqAIdSiwMC2FAjgmNDQpGBfHbLbmEMVLfLoWNpuemxz/r/CI09XWbSFqz/UUdFLiFq4QK4FexahG4HRRSRYZNp6OtZMGkEDtf4mSB8ZzKRjAx1IUdj8sSiCuuH09kDPS0ACQQrv/mZ3uRQTdKJRJfpBPDTjK8ovgQwkwyBGwsgRuYDXXa6wjbyPRnbrUppcPmsZy72G04C9BXtqvm/msP+5zphtHd0WMhnQz2U53I5LIxXlQQMXEpjeQqXWUDHcX2F4WAaArdxDcBwAuZpAOnHJHAOAaQOpGjjwTcfrG94pRX9XtZ/qse0AYxe9Nj3lf1u+UfJiuq0BmFo0A0i8CLRZd7IIkMFOMMpITPDA3Yybxr5eRkbi3Owxs5zbB9r7aTvWL40MCvm4Dcb0BdDjFZjrsbhJnrsPwNA8Fj6poP9zfzNs5BxGB9pxhkAjIBSp4GBjKHnQHIBxjGmFYYoi8AFoj97/dGlR6K2TCem9bmigz9cuHH78mEwSQMYgTdRoRo8/BDyRPdnKp1WAfQNGYxCwUwQlr09CA/6eOWO9/SVgse6zoh7vmAYsjQwAEiXqXUffoccoqsb8RQ3TuB4aw//wvaAfZlycMk1DQdzfyaa5zk007QyaGrc9DB/9JdmgP4mTj0YXEvBuRvwkBCBWfzL/X0AKawHycusSOIHHlSO/N2bW2bud25mBMCocRRTfvj17e3msaHmKDmOD+8G8+C7gf6TllOuWUjwOBy80jWwQB7YE8TwddiVCp8ejQm7dnIIzqN3zLqlhzjGjys0AyczCiDrU7Co6Gor+dRTuFzPBgj2Ic0Vy4Ts+rjLoPEISvY/edBs1H1oNn5uCUxkt4hKPwJEk43SR9IBDmg3KjjNPNiESCdQTIki6oFSJBaJB+/VbWv8YHeRq4r1maljxgGMKlYAstB8IaoH0PR03E7BfmPOHTbm4delfDrL2aWlaucv608gvlHZcaxZhysgyf25+M0mAC5zhmF0omvwSVtLU5+ux7b4iRk/uWoAltY0Fu+hj1S+o8myyh0LXtlQfLX5CZ+g+wyLZSNClRaDURkgggLkQb4zA5A/D914BlLbX1Z7vL99/XotphMWclGp00+YNQB1Q2kj4HcohKzukN/9ke1n05a0fWxL9hyP8udbVmDT80gXnRZTX3hYdgJTY4i8MlysaZQim0glRqq8+iF8nHgOZ/pQTO/J/wcIi8TQIH3TRgAAAABJRU5ErkJggg==);background-size:contain;animation:rotation 1s infinite linear;margin:1.7rem}.poscore-authorization-dialog .merchant-id{display:flex;flex-direction:column;margin-bottom:1.5rem}.poscore-authorization-dialog .merchant-id .label-row label{display:inline-block}.poscore-authorization-dialog .merchant-id .merchant-name{font-size:1.25rem;user-select:text;-webkit-user-select:text;-ms-user-select:text}.poscore-authorization-dialog .controls{display:flex;flex-direction:row;margin-bottom:1.5rem}.poscore-authorization-dialog .controls button{padding-left:1rem;padding-right:1rem}.poscore-authorization-dialog .controls button:first-child{margin:0 1rem 0 0}.poscore-authorization-dialog p.instructions{font-weight:bold;margin-left:0;margin-bottom:1rem}.poscore-authorization-dialog p.instructions:last-child{margin-bottom:0}.poscore-authorization-dialog ol.instructions{font-weight:bold;margin-top:1rem}.poscore-authorization-dialog ol.instructions li{list-style:auto}.poscore-authorization-dialog .permissions{width:auto;margin:0.25rem}.poscore-authorization-dialog span.caution{color:#bd110e}.poscore-authorization-dialog .error-text{background-color:#bd110e;border-radius:4px;color:#fff;font-size:.75rem;font-weight:600;line-height:1;padding:0.5rem}.poscore-authorization-dialog .admin-info{user-select:text;-webkit-user-select:text;text-align:center;font-size:0.875rem}.poscore-authorization-dialog .admin-info .cp-button{color:inherit;font-weight:normal}.poscore-presentation-wrapper{height:100%;position:relative}.poscore-presentation-wrapper .instance-picker{position:absolute;top:0;right:0;margin:0.625rem 0.625rem 0 0;display:flex;align-items:center;color:#fff;font-size:1.25rem;margin-left:1rem;border-radius:4px;border:1px solid #6598c6;max-width:30%;padding-left:0}.poscore-presentation-wrapper .instance-picker svg{min-width:24px;color:#98cff2}.poscore-presentation-wrapper .instance-picker .location-name{overflow:hidden;text-overflow:ellipsis;line-height:normal}.poscore-presentation-wrapper .instance-picker .change-location{color:#98cff2;font-size:0.625rem;text-decoration:underline;margin-left:1rem}.poscore-presentation-wrapper .secondary-pane.cp-panel--dark .toolbar-group.group-right{width:auto}.poscore-presentation-wrapper .secondary-pane.cp-panel--dark .toolbar-group.group-right button{color:#fff}.poscore-presentation-wrapper .secondary-pane.cp-panel--dark .toolbar-group.group-right button.slim{padding:0.25rem}.poscore-presentation-wrapper .secondary-pane .toolbar{padding:0.75rem 0.25rem;min-height:67px}.poscore-presentation-wrapper .table-multiselect-note{font-size:0.875rem;padding:1rem;font-weight:bold}.poscore-presentation-tabs{height:100%}.poscore-presentation-tabs .react-tabs__tab-list{background-color:#345f8c;padding-top:1rem;text-align:left}.poscore-presentation-tabs .react-tabs__tab-list .react-tabs__tab{color:#fff;text-align:center}.poscore-presentation-tabs .react-tabs__tab-list .react-tabs__tab--selected{background-color:#fff;color:inherit}.poscore-presentation-tabs .react-tabs__tab-panel{height:calc(100% - 53px)}.poscore-dashboard,.poscore-products,.poscore-modifiers,.poscore-configs{height:100%}.poscore-dashboard .poscore-configs-table tbody,.poscore-products .poscore-configs-table tbody,.poscore-modifiers .poscore-configs-table tbody,.poscore-configs .poscore-configs-table tbody{color:#fff}.poscore-dashboard .poscore-configs-table tbody td,.poscore-products .poscore-configs-table tbody td,.poscore-modifiers .poscore-configs-table tbody td,.poscore-configs .poscore-configs-table tbody td{height:50px;cursor:pointer}.poscore-dashboard .poscore-main-content,.poscore-products .poscore-main-content,.poscore-modifiers .poscore-main-content,.poscore-configs .poscore-main-content{display:flex;flex-direction:row;height:100%}.poscore-dashboard .poscore-main-content .poscore-pane-wrapper,.poscore-products .poscore-main-content .poscore-pane-wrapper,.poscore-modifiers .poscore-main-content .poscore-pane-wrapper,.poscore-configs .poscore-main-content .poscore-pane-wrapper{position:absolute;height:100%;width:100%}.poscore-dashboard .poscore-main-content .poscore-item-pane,.poscore-dashboard .poscore-main-content .poscore-modifier-pane,.poscore-products .poscore-main-content .poscore-item-pane,.poscore-products .poscore-main-content .poscore-modifier-pane,.poscore-modifiers .poscore-main-content .poscore-item-pane,.poscore-modifiers .poscore-main-content .poscore-modifier-pane,.poscore-configs .poscore-main-content .poscore-item-pane,.poscore-configs .poscore-main-content .poscore-modifier-pane{background-color:#0069aa;color:#fff;padding:0.75rem 0.25rem;min-height:67px}.poscore-dashboard .poscore-main-content .poscore-item-pane .category-header,.poscore-dashboard .poscore-main-content .poscore-item-pane .modifiergroup-header,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .category-header,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .modifiergroup-header,.poscore-products .poscore-main-content .poscore-item-pane .category-header,.poscore-products .poscore-main-content .poscore-item-pane .modifiergroup-header,.poscore-products .poscore-main-content .poscore-modifier-pane .category-header,.poscore-products .poscore-main-content .poscore-modifier-pane .modifiergroup-header,.poscore-modifiers .poscore-main-content .poscore-item-pane .category-header,.poscore-modifiers .poscore-main-content .poscore-item-pane .modifiergroup-header,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .category-header,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .modifiergroup-header,.poscore-configs .poscore-main-content .poscore-item-pane .category-header,.poscore-configs .poscore-main-content .poscore-item-pane .modifiergroup-header,.poscore-configs .poscore-main-content .poscore-modifier-pane .category-header,.poscore-configs .poscore-main-content .poscore-modifier-pane .modifiergroup-header{display:flex;flex-direction:row}.poscore-dashboard .poscore-main-content .poscore-item-pane .category-header.clickable,.poscore-dashboard .poscore-main-content .poscore-item-pane .modifiergroup-header.clickable,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .category-header.clickable,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .modifiergroup-header.clickable,.poscore-products .poscore-main-content .poscore-item-pane .category-header.clickable,.poscore-products .poscore-main-content .poscore-item-pane .modifiergroup-header.clickable,.poscore-products .poscore-main-content .poscore-modifier-pane .category-header.clickable,.poscore-products .poscore-main-content .poscore-modifier-pane .modifiergroup-header.clickable,.poscore-modifiers .poscore-main-content .poscore-item-pane .category-header.clickable,.poscore-modifiers .poscore-main-content .poscore-item-pane .modifiergroup-header.clickable,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .category-header.clickable,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .modifiergroup-header.clickable,.poscore-configs .poscore-main-content .poscore-item-pane .category-header.clickable,.poscore-configs .poscore-main-content .poscore-item-pane .modifiergroup-header.clickable,.poscore-configs .poscore-main-content .poscore-modifier-pane .category-header.clickable,.poscore-configs .poscore-main-content .poscore-modifier-pane .modifiergroup-header.clickable{cursor:pointer}.poscore-dashboard .poscore-main-content .poscore-item-pane .category-header .icon,.poscore-dashboard .poscore-main-content .poscore-item-pane .modifiergroup-header .icon,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .category-header .icon,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .modifiergroup-header .icon,.poscore-products .poscore-main-content .poscore-item-pane .category-header .icon,.poscore-products .poscore-main-content .poscore-item-pane .modifiergroup-header .icon,.poscore-products .poscore-main-content .poscore-modifier-pane .category-header .icon,.poscore-products .poscore-main-content .poscore-modifier-pane .modifiergroup-header .icon,.poscore-modifiers .poscore-main-content .poscore-item-pane .category-header .icon,.poscore-modifiers .poscore-main-content .poscore-item-pane .modifiergroup-header .icon,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .category-header .icon,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .modifiergroup-header .icon,.poscore-configs .poscore-main-content .poscore-item-pane .category-header .icon,.poscore-configs .poscore-main-content .poscore-item-pane .modifiergroup-header .icon,.poscore-configs .poscore-main-content .poscore-modifier-pane .category-header .icon,.poscore-configs .poscore-main-content .poscore-modifier-pane .modifiergroup-header .icon{width:2rem;display:flex;justify-content:center;margin-right:0.625rem;align-items:center}.poscore-dashboard .poscore-main-content .poscore-item-pane .category-header .summary .title,.poscore-dashboard .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .title,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .category-header .summary .title,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .title,.poscore-products .poscore-main-content .poscore-item-pane .category-header .summary .title,.poscore-products .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .title,.poscore-products .poscore-main-content .poscore-modifier-pane .category-header .summary .title,.poscore-products .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .title,.poscore-modifiers .poscore-main-content .poscore-item-pane .category-header .summary .title,.poscore-modifiers .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .title,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .category-header .summary .title,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .title,.poscore-configs .poscore-main-content .poscore-item-pane .category-header .summary .title,.poscore-configs .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .title,.poscore-configs .poscore-main-content .poscore-modifier-pane .category-header .summary .title,.poscore-configs .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .title{font-weight:bold;font-size:1.125rem}.poscore-dashboard .poscore-main-content .poscore-item-pane .category-header .summary .details,.poscore-dashboard .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .details,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .category-header .summary .details,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .details,.poscore-products .poscore-main-content .poscore-item-pane .category-header .summary .details,.poscore-products .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .details,.poscore-products .poscore-main-content .poscore-modifier-pane .category-header .summary .details,.poscore-products .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .details,.poscore-modifiers .poscore-main-content .poscore-item-pane .category-header .summary .details,.poscore-modifiers .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .details,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .category-header .summary .details,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .details,.poscore-configs .poscore-main-content .poscore-item-pane .category-header .summary .details,.poscore-configs .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .details,.poscore-configs .poscore-main-content .poscore-modifier-pane .category-header .summary .details,.poscore-configs .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .details{display:flex;flex-direction:row;align-items:center;font-size:0.75rem;margin-top:0.125rem}.poscore-dashboard .poscore-main-content .poscore-item-pane .category-header .summary .details .detail,.poscore-dashboard .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .details .detail,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .category-header .summary .details .detail,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .details .detail,.poscore-products .poscore-main-content .poscore-item-pane .category-header .summary .details .detail,.poscore-products .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .details .detail,.poscore-products .poscore-main-content .poscore-modifier-pane .category-header .summary .details .detail,.poscore-products .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .details .detail,.poscore-modifiers .poscore-main-content .poscore-item-pane .category-header .summary .details .detail,.poscore-modifiers .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .details .detail,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .category-header .summary .details .detail,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .details .detail,.poscore-configs .poscore-main-content .poscore-item-pane .category-header .summary .details .detail,.poscore-configs .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .details .detail,.poscore-configs .poscore-main-content .poscore-modifier-pane .category-header .summary .details .detail,.poscore-configs .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .details .detail{display:flex;flex-direction:row;align-items:center;margin-right:1rem}.poscore-dashboard .poscore-main-content .poscore-item-pane .category-header .summary .details .detail .label,.poscore-dashboard .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .details .detail .label,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .category-header .summary .details .detail .label,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .details .detail .label,.poscore-products .poscore-main-content .poscore-item-pane .category-header .summary .details .detail .label,.poscore-products .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .details .detail .label,.poscore-products .poscore-main-content .poscore-modifier-pane .category-header .summary .details .detail .label,.poscore-products .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .details .detail .label,.poscore-modifiers .poscore-main-content .poscore-item-pane .category-header .summary .details .detail .label,.poscore-modifiers .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .details .detail .label,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .category-header .summary .details .detail .label,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .details .detail .label,.poscore-configs .poscore-main-content .poscore-item-pane .category-header .summary .details .detail .label,.poscore-configs .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .details .detail .label,.poscore-configs .poscore-main-content .poscore-modifier-pane .category-header .summary .details .detail .label,.poscore-configs .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .details .detail .label{max-width:20rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;vertical-align:middle;cursor:pointer}.poscore-dashboard .poscore-main-content .poscore-item-pane .category-header .summary .details .detail .cp-icon,.poscore-dashboard .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .details .detail .cp-icon,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .category-header .summary .details .detail .cp-icon,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .details .detail .cp-icon,.poscore-products .poscore-main-content .poscore-item-pane .category-header .summary .details .detail .cp-icon,.poscore-products .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .details .detail .cp-icon,.poscore-products .poscore-main-content .poscore-modifier-pane .category-header .summary .details .detail .cp-icon,.poscore-products .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .details .detail .cp-icon,.poscore-modifiers .poscore-main-content .poscore-item-pane .category-header .summary .details .detail .cp-icon,.poscore-modifiers .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .details .detail .cp-icon,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .category-header .summary .details .detail .cp-icon,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .details .detail .cp-icon,.poscore-configs .poscore-main-content .poscore-item-pane .category-header .summary .details .detail .cp-icon,.poscore-configs .poscore-main-content .poscore-item-pane .modifiergroup-header .summary .details .detail .cp-icon,.poscore-configs .poscore-main-content .poscore-modifier-pane .category-header .summary .details .detail .cp-icon,.poscore-configs .poscore-main-content .poscore-modifier-pane .modifiergroup-header .summary .details .detail .cp-icon{margin-right:0.25rem;color:#a8c8e8}.poscore-dashboard .poscore-main-content .poscore-item-pane .select-field,.poscore-dashboard .poscore-main-content .poscore-modifier-pane .select-field,.poscore-products .poscore-main-content .poscore-item-pane .select-field,.poscore-products .poscore-main-content .poscore-modifier-pane .select-field,.poscore-modifiers .poscore-main-content .poscore-item-pane .select-field,.poscore-modifiers .poscore-main-content .poscore-modifier-pane .select-field,.poscore-configs .poscore-main-content .poscore-item-pane .select-field,.poscore-configs .poscore-main-content .poscore-modifier-pane .select-field{width:auto;margin:0 0 0 1rem}.poscore-dashboard .poscore-items-table table tbody tr[data-selected="true"] td.column-toggle-icon .cp-button,.poscore-dashboard .poscore-modifiers-table table tbody tr[data-selected="true"] td.column-toggle-icon .cp-button,.poscore-products .poscore-items-table table tbody tr[data-selected="true"] td.column-toggle-icon .cp-button,.poscore-products .poscore-modifiers-table table tbody tr[data-selected="true"] td.column-toggle-icon .cp-button,.poscore-modifiers .poscore-items-table table tbody tr[data-selected="true"] td.column-toggle-icon .cp-button,.poscore-modifiers .poscore-modifiers-table table tbody tr[data-selected="true"] td.column-toggle-icon .cp-button,.poscore-configs .poscore-items-table table tbody tr[data-selected="true"] td.column-toggle-icon .cp-button,.poscore-configs .poscore-modifiers-table table tbody tr[data-selected="true"] td.column-toggle-icon .cp-button{color:#fff}.poscore-dashboard .poscore-items-table table tbody tr[data-selected="true"] .column-thumbnail .initials-outer,.poscore-dashboard .poscore-modifiers-table table tbody tr[data-selected="true"] .column-thumbnail .initials-outer,.poscore-products .poscore-items-table table tbody tr[data-selected="true"] .column-thumbnail .initials-outer,.poscore-products .poscore-modifiers-table table tbody tr[data-selected="true"] .column-thumbnail .initials-outer,.poscore-modifiers .poscore-items-table table tbody tr[data-selected="true"] .column-thumbnail .initials-outer,.poscore-modifiers .poscore-modifiers-table table tbody tr[data-selected="true"] .column-thumbnail .initials-outer,.poscore-configs .poscore-items-table table tbody tr[data-selected="true"] .column-thumbnail .initials-outer,.poscore-configs .poscore-modifiers-table table tbody tr[data-selected="true"] .column-thumbnail .initials-outer{border-color:#fff;color:#fff}.poscore-dashboard .poscore-items-table table tbody tr.disabled,.poscore-dashboard .poscore-modifiers-table table tbody tr.disabled,.poscore-products .poscore-items-table table tbody tr.disabled,.poscore-products .poscore-modifiers-table table tbody tr.disabled,.poscore-modifiers .poscore-items-table table tbody tr.disabled,.poscore-modifiers .poscore-modifiers-table table tbody tr.disabled,.poscore-configs .poscore-items-table table tbody tr.disabled,.poscore-configs .poscore-modifiers-table table tbody tr.disabled{background-color:#a3a3a3}.poscore-dashboard .poscore-items-table table tbody td.column-toggle-icon .cp-button,.poscore-dashboard .poscore-modifiers-table table tbody td.column-toggle-icon .cp-button,.poscore-products .poscore-items-table table tbody td.column-toggle-icon .cp-button,.poscore-products .poscore-modifiers-table table tbody td.column-toggle-icon .cp-button,.poscore-modifiers .poscore-items-table table tbody td.column-toggle-icon .cp-button,.poscore-modifiers .poscore-modifiers-table table tbody td.column-toggle-icon .cp-button,.poscore-configs .poscore-items-table table tbody td.column-toggle-icon .cp-button,.poscore-configs .poscore-modifiers-table table tbody td.column-toggle-icon .cp-button{color:#0069aa}.poscore-dashboard .poscore-items-table table tbody td.column-toggle-icon .cp-button svg,.poscore-dashboard .poscore-modifiers-table table tbody td.column-toggle-icon .cp-button svg,.poscore-products .poscore-items-table table tbody td.column-toggle-icon .cp-button svg,.poscore-products .poscore-modifiers-table table tbody td.column-toggle-icon .cp-button svg,.poscore-modifiers .poscore-items-table table tbody td.column-toggle-icon .cp-button svg,.poscore-modifiers .poscore-modifiers-table table tbody td.column-toggle-icon .cp-button svg,.poscore-configs .poscore-items-table table tbody td.column-toggle-icon .cp-button svg,.poscore-configs .poscore-modifiers-table table tbody td.column-toggle-icon .cp-button svg{transition:none}.poscore-dashboard .poscore-categories-table table thead th,.poscore-dashboard .poscore-modifiergroups-table table thead th,.poscore-products .poscore-categories-table table thead th,.poscore-products .poscore-modifiergroups-table table thead th,.poscore-modifiers .poscore-categories-table table thead th,.poscore-modifiers .poscore-modifiergroups-table table thead th,.poscore-configs .poscore-categories-table table thead th,.poscore-configs .poscore-modifiergroups-table table thead th{background-color:#1c2028;color:#fff;border-bottom:0}.poscore-dashboard .poscore-categories-table table thead th span.sort-asc,.poscore-dashboard .poscore-categories-table table thead th span.sort-desc,.poscore-dashboard .poscore-modifiergroups-table table thead th span.sort-asc,.poscore-dashboard .poscore-modifiergroups-table table thead th span.sort-desc,.poscore-products .poscore-categories-table table thead th span.sort-asc,.poscore-products .poscore-categories-table table thead th span.sort-desc,.poscore-products .poscore-modifiergroups-table table thead th span.sort-asc,.poscore-products .poscore-modifiergroups-table table thead th span.sort-desc,.poscore-modifiers .poscore-categories-table table thead th span.sort-asc,.poscore-modifiers .poscore-categories-table table thead th span.sort-desc,.poscore-modifiers .poscore-modifiergroups-table table thead th span.sort-asc,.poscore-modifiers .poscore-modifiergroups-table table thead th span.sort-desc,.poscore-configs .poscore-categories-table table thead th span.sort-asc,.poscore-configs .poscore-categories-table table thead th span.sort-desc,.poscore-configs .poscore-modifiergroups-table table thead th span.sort-asc,.poscore-configs .poscore-modifiergroups-table table thead th span.sort-desc{color:#fff}.poscore-dashboard .poscore-categories-table table tbody,.poscore-dashboard .poscore-modifiergroups-table table tbody,.poscore-products .poscore-categories-table table tbody,.poscore-products .poscore-modifiergroups-table table tbody,.poscore-modifiers .poscore-categories-table table tbody,.poscore-modifiers .poscore-modifiergroups-table table tbody,.poscore-configs .poscore-categories-table table tbody,.poscore-configs .poscore-modifiergroups-table table tbody{color:#fff}.poscore-dashboard .poscore-categories-table table tbody tr:first-child,.poscore-dashboard .poscore-modifiergroups-table table tbody tr:first-child,.poscore-products .poscore-categories-table table tbody tr:first-child,.poscore-products .poscore-modifiergroups-table table tbody tr:first-child,.poscore-modifiers .poscore-categories-table table tbody tr:first-child,.poscore-modifiers .poscore-modifiergroups-table table tbody tr:first-child,.poscore-configs .poscore-categories-table table tbody tr:first-child,.poscore-configs .poscore-modifiergroups-table table tbody tr:first-child{font-size:1.125rem}.poscore-dashboard .poscore-categories-table table tbody tr:first-child .column-thumbnail .initials-wrapper,.poscore-dashboard .poscore-modifiergroups-table table tbody tr:first-child .column-thumbnail .initials-wrapper,.poscore-products .poscore-categories-table table tbody tr:first-child .column-thumbnail .initials-wrapper,.poscore-products .poscore-modifiergroups-table table tbody tr:first-child .column-thumbnail .initials-wrapper,.poscore-modifiers .poscore-categories-table table tbody tr:first-child .column-thumbnail .initials-wrapper,.poscore-modifiers .poscore-modifiergroups-table table tbody tr:first-child .column-thumbnail .initials-wrapper,.poscore-configs .poscore-categories-table table tbody tr:first-child .column-thumbnail .initials-wrapper,.poscore-configs .poscore-modifiergroups-table table tbody tr:first-child .column-thumbnail .initials-wrapper{display:none}.poscore-dashboard .poscore-categories-table table tbody td[data-column-type="context-menu"] .context-menu-button-vertical,.poscore-dashboard .poscore-modifiergroups-table table tbody td[data-column-type="context-menu"] .context-menu-button-vertical,.poscore-products .poscore-categories-table table tbody td[data-column-type="context-menu"] .context-menu-button-vertical,.poscore-products .poscore-modifiergroups-table table tbody td[data-column-type="context-menu"] .context-menu-button-vertical,.poscore-modifiers .poscore-categories-table table tbody td[data-column-type="context-menu"] .context-menu-button-vertical,.poscore-modifiers .poscore-modifiergroups-table table tbody td[data-column-type="context-menu"] .context-menu-button-vertical,.poscore-configs .poscore-categories-table table tbody td[data-column-type="context-menu"] .context-menu-button-vertical,.poscore-configs .poscore-modifiergroups-table table tbody td[data-column-type="context-menu"] .context-menu-button-vertical{color:#fff}.poscore-dashboard .poscore-categories-table table tbody td.column-toggle-icon .cp-button,.poscore-dashboard .poscore-modifiergroups-table table tbody td.column-toggle-icon .cp-button,.poscore-products .poscore-categories-table table tbody td.column-toggle-icon .cp-button,.poscore-products .poscore-modifiergroups-table table tbody td.column-toggle-icon .cp-button,.poscore-modifiers .poscore-categories-table table tbody td.column-toggle-icon .cp-button,.poscore-modifiers .poscore-modifiergroups-table table tbody td.column-toggle-icon .cp-button,.poscore-configs .poscore-categories-table table tbody td.column-toggle-icon .cp-button,.poscore-configs .poscore-modifiergroups-table table tbody td.column-toggle-icon .cp-button{color:#cce1ee}.poscore-dashboard .poscore-categories-table table tbody td.column-thumbnail .initials-outer,.poscore-dashboard .poscore-modifiergroups-table table tbody td.column-thumbnail .initials-outer,.poscore-products .poscore-categories-table table tbody td.column-thumbnail .initials-outer,.poscore-products .poscore-modifiergroups-table table tbody td.column-thumbnail .initials-outer,.poscore-modifiers .poscore-categories-table table tbody td.column-thumbnail .initials-outer,.poscore-modifiers .poscore-modifiergroups-table table tbody td.column-thumbnail .initials-outer,.poscore-configs .poscore-categories-table table tbody td.column-thumbnail .initials-outer,.poscore-configs .poscore-modifiergroups-table table tbody td.column-thumbnail .initials-outer{border-color:#cce1ee}.poscore-dashboard .poscore-categories-table table tbody td.column-thumbnail .initials-outer .initials-inner,.poscore-dashboard .poscore-modifiergroups-table table tbody td.column-thumbnail .initials-outer .initials-inner,.poscore-products .poscore-categories-table table tbody td.column-thumbnail .initials-outer .initials-inner,.poscore-products .poscore-modifiergroups-table table tbody td.column-thumbnail .initials-outer .initials-inner,.poscore-modifiers .poscore-categories-table table tbody td.column-thumbnail .initials-outer .initials-inner,.poscore-modifiers .poscore-modifiergroups-table table tbody td.column-thumbnail .initials-outer .initials-inner,.poscore-configs .poscore-categories-table table tbody td.column-thumbnail .initials-outer .initials-inner,.poscore-configs .poscore-modifiergroups-table table tbody td.column-thumbnail .initials-outer .initials-inner{color:#cce1ee}.poscore-dashboard .poscore-configs-fields,.poscore-products .poscore-configs-fields,.poscore-modifiers .poscore-configs-fields,.poscore-configs .poscore-configs-fields{background-color:#e6e6e6;height:calc(100% - 3.125rem)}.poscore-dashboard .poscore-configs-fields .language-select,.poscore-products .poscore-configs-fields .language-select,.poscore-modifiers .poscore-configs-fields .language-select,.poscore-configs .poscore-configs-fields .language-select{display:flex;align-items:center;margin:0;width:auto}.poscore-dashboard .poscore-configs-fields .language-select label,.poscore-products .poscore-configs-fields .language-select label,.poscore-modifiers .poscore-configs-fields .language-select label,.poscore-configs .poscore-configs-fields .language-select label{margin:0 0.5rem}.poscore-dashboard .poscore-configs-fields .language-select select,.poscore-products .poscore-configs-fields .language-select select,.poscore-modifiers .poscore-configs-fields .language-select select,.poscore-configs .poscore-configs-fields .language-select select{width:auto}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper{padding:1rem;margin-bottom:2rem}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .order-types-row,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .order-types-row,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .order-types-row,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .order-types-row{display:flex;flex-direction:row}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .confirmation-row,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .confirmation-row,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .confirmation-row,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .confirmation-row{display:flex;flex-direction:row}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .confirmation-row .textfield,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .confirmation-row .textfield,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .confirmation-row .textfield,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .confirmation-row .textfield{margin:0 1rem 0 0;width:auto}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .confirmation-row .cp-button,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .confirmation-row .cp-button,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .confirmation-row .cp-button,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .confirmation-row .cp-button{margin:0}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .caution,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .caution,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .caution,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .caution{color:#bd110e}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper>.template-item,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper>.template-item,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper>.template-item,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper>.template-item{padding:0;margin:0}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .label-wrapper label,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .label-wrapper label,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .label-wrapper label,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .label-wrapper label{display:inline-block}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .instructions,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .instructions,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .instructions,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .instructions{font-size:0.875rem}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper ul,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper ul,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper ul,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper ul{margin:-1rem 0 1rem 1rem;list-style:initial;line-height:1.6;font-size:0.875rem}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper ul li,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper ul li,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper ul li,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper ul li{margin-left:1rem;list-style:initial}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .file-collection .content-item>.template-item,.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .file-collection .content-item>.cp-button,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .file-collection .content-item>.template-item,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .file-collection .content-item>.cp-button,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .file-collection .content-item>.template-item,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .file-collection .content-item>.cp-button,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .file-collection .content-item>.template-item,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .file-collection .content-item>.cp-button{margin-left:1.25rem;margin-bottom:1.25rem}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .file-collection>.cp-button,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .file-collection>.cp-button,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .file-collection>.cp-button,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .file-collection>.cp-button{margin-left:0}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .content-item,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .content-item,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .content-item,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .content-item{display:flex;align-items:flex-end}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .content-item .template-item,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .content-item .template-item,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .content-item .template-item,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .content-item .template-item{padding:0;margin:0 0 1.25rem}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .content-item .template-item:first-child,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .content-item .template-item:first-child,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .content-item .template-item:first-child,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .content-item .template-item:first-child{margin-left:0}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field{margin-bottom:1.25rem}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field .switch-wrapper,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field .switch-wrapper,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field .switch-wrapper,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field .switch-wrapper{margin-top:0.5rem}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field select,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field select,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field select,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field select{width:auto}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field .error-text,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field .error-text,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field .error-text,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field .error-text{background-color:#bd110e;border-radius:4px;color:#fff;font-size:.75rem;font-weight:600;line-height:1;padding:0.5rem}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips{display:flex}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip{margin-right:2rem;margin-bottom:0}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper{position:relative}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper .prefix,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper .prefix,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper .prefix,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper .prefix{position:absolute;left:0.375rem;bottom:0.45rem;font-size:0.9375rem;font-family:monospace}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper .textfield,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper .textfield,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper .textfield,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper .textfield{margin-bottom:0.25rem}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper .textfield input,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper .textfield input,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper .textfield input,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper .textfield input{padding-left:1rem}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper .textfield .error-text,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper .textfield .error-text,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper .textfield .error-text,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip .text-wrapper .textfield .error-text{display:none}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip>label,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip>label,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip>label,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip>label{display:inline-flex;margin-left:0.125rem;cursor:pointer}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip>label input,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip>label input,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip>label input,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .configs-field.default-tips .default-tip>label input{margin-bottom:0;cursor:pointer}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table{margin:0 0.5rem 0 0.25rem;width:auto;border:1px solid #aaa;font-size:0.875rem}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td{padding-right:1rem}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td.show-on-kiosk-column,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td.show-on-kiosk-column,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td.show-on-kiosk-column,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td.show-on-kiosk-column{text-align:center}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td.show-on-kiosk-column .cp-button,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td.show-on-kiosk-column .cp-button,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td.show-on-kiosk-column .cp-button,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td.show-on-kiosk-column .cp-button{color:#404040}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td.show-on-kiosk-column .cp-button:hover,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td.show-on-kiosk-column .cp-button:hover,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td.show-on-kiosk-column .cp-button:hover,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td.show-on-kiosk-column .cp-button:hover{color:#bd110e}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td>.switch,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td>.switch,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td>.switch,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td>.switch{display:flex;justify-content:center;width:100%;align-items:center}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td>.switch .switch-wrapper,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td>.switch .switch-wrapper,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td>.switch .switch-wrapper,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td>.switch .switch-wrapper{margin:0}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td .textfield,.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td .select-field,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td .textfield,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td .select-field,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td .textfield,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td .select-field,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td .textfield,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .order-type-table tbody td .select-field{margin-bottom:0}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .inline-switch-wrapper,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .inline-switch-wrapper,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .inline-switch-wrapper,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .inline-switch-wrapper{display:flex;flex-direction:row}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .inline-switch-wrapper.flex-align-end,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .inline-switch-wrapper.flex-align-end,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .inline-switch-wrapper.flex-align-end,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .inline-switch-wrapper.flex-align-end{align-items:end}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .inline-switch-wrapper .cp-icon,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .inline-switch-wrapper .cp-icon,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .inline-switch-wrapper .cp-icon,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .inline-switch-wrapper .cp-icon{margin-right:0.25rem}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .file-collection,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .file-collection,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .file-collection,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .file-collection{margin-top:1rem}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .exclusions-subsection,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .exclusions-subsection,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .exclusions-subsection,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .exclusions-subsection{font-size:0.875rem;margin-top:1rem}.poscore-dashboard .poscore-configs-fields .poscore-configs-fields-wrapper .exclusions-subsection button,.poscore-products .poscore-configs-fields .poscore-configs-fields-wrapper .exclusions-subsection button,.poscore-modifiers .poscore-configs-fields .poscore-configs-fields-wrapper .exclusions-subsection button,.poscore-configs .poscore-configs-fields .poscore-configs-fields-wrapper .exclusions-subsection button{display:block;margin:1rem 0 0}.poscore-dashboard .poscore-configs-fields .kiosk-settings-multisave-warning,.poscore-products .poscore-configs-fields .kiosk-settings-multisave-warning,.poscore-modifiers .poscore-configs-fields .kiosk-settings-multisave-warning,.poscore-configs .poscore-configs-fields .kiosk-settings-multisave-warning{font-size:1.125rem;background-color:#f2f2f2;box-shadow:0 0 10px 10px #a3a3a3;padding-left:1.1rem;height:2.5rem;align-content:center}.poscore-dashboard .primary-pane .toolbar-group.group-right button.slim,.poscore-products .primary-pane .toolbar-group.group-right button.slim,.poscore-modifiers .primary-pane .toolbar-group.group-right button.slim,.poscore-configs .primary-pane .toolbar-group.group-right button.slim{padding:0.25rem}.poscore-dashboard .primary-pane .toolbar-group.group-right button.slim.light,.poscore-products .primary-pane .toolbar-group.group-right button.slim.light,.poscore-modifiers .primary-pane .toolbar-group.group-right button.slim.light,.poscore-configs .primary-pane .toolbar-group.group-right button.slim.light{background-color:#1f4872}.poscore-dashboard .toggle-show-hidden-items,.poscore-products .toggle-show-hidden-items,.poscore-modifiers .toggle-show-hidden-items,.poscore-configs .toggle-show-hidden-items{margin:auto 0 auto 10px}.poscore-edit-category-dialog .dialog-header-wrapper,.poscore-edit-modifiergroup-dialog .dialog-header-wrapper,.poscore-edit-modifier-dialog .dialog-header-wrapper,.poscore-edit-item-dialog .dialog-header-wrapper{display:flex;flex-direction:row;justify-content:space-between;width:100%;margin:0 1rem;align-items:center}.poscore-edit-category-dialog .dialog-header-wrapper .header-title,.poscore-edit-modifiergroup-dialog .dialog-header-wrapper .header-title,.poscore-edit-modifier-dialog .dialog-header-wrapper .header-title,.poscore-edit-item-dialog .dialog-header-wrapper .header-title{flex:1;justify-content:left}.poscore-edit-category-dialog .dialog-header-wrapper .dialog-header-secondary,.poscore-edit-modifiergroup-dialog .dialog-header-wrapper .dialog-header-secondary,.poscore-edit-modifier-dialog .dialog-header-wrapper .dialog-header-secondary,.poscore-edit-item-dialog .dialog-header-wrapper .dialog-header-secondary{margin-left:0.5rem}.poscore-edit-category-dialog .dialog-header-wrapper .select-field,.poscore-edit-modifiergroup-dialog .dialog-header-wrapper .select-field,.poscore-edit-modifier-dialog .dialog-header-wrapper .select-field,.poscore-edit-item-dialog .dialog-header-wrapper .select-field{margin-bottom:0;display:flex;flex-direction:row;align-items:center}.poscore-edit-category-dialog .dialog-header-wrapper .select-field label,.poscore-edit-modifiergroup-dialog .dialog-header-wrapper .select-field label,.poscore-edit-modifier-dialog .dialog-header-wrapper .select-field label,.poscore-edit-item-dialog .dialog-header-wrapper .select-field label{margin:0 1rem 0 0}.poscore-edit-category-dialog .dialog-main,.poscore-edit-modifiergroup-dialog .dialog-main,.poscore-edit-modifier-dialog .dialog-main,.poscore-edit-item-dialog .dialog-main{font-size:14px;padding:0}.poscore-edit-category-dialog .dialog-main .dialog-section,.poscore-edit-modifiergroup-dialog .dialog-main .dialog-section,.poscore-edit-modifier-dialog .dialog-main .dialog-section,.poscore-edit-item-dialog .dialog-main .dialog-section{background-color:#e6e6e6;padding:0.5rem 1rem}.poscore-edit-category-dialog .dialog-main .section-title,.poscore-edit-modifiergroup-dialog .dialog-main .section-title,.poscore-edit-modifier-dialog .dialog-main .section-title,.poscore-edit-item-dialog .dialog-main .section-title{font-weight:bold;padding:0.25rem 1rem;border-bottom:1px solid #d2d2d2}.poscore-edit-category-dialog .dialog-main .section-title .scrollbar,.poscore-edit-modifiergroup-dialog .dialog-main .section-title .scrollbar,.poscore-edit-modifier-dialog .dialog-main .section-title .scrollbar,.poscore-edit-item-dialog .dialog-main .section-title .scrollbar{height:calc(100% - 50px)}.poscore-edit-category-dialog .dialog-main .instructions,.poscore-edit-modifiergroup-dialog .dialog-main .instructions,.poscore-edit-modifier-dialog .dialog-main .instructions,.poscore-edit-item-dialog .dialog-main .instructions{margin:0.5rem 0 0}.poscore-edit-category-dialog .dialog-main .subsection,.poscore-edit-modifiergroup-dialog .dialog-main .subsection,.poscore-edit-modifier-dialog .dialog-main .subsection,.poscore-edit-item-dialog .dialog-main .subsection{margin-top:1rem}.poscore-edit-category-dialog .dialog-main .name-row,.poscore-edit-modifiergroup-dialog .dialog-main .name-row,.poscore-edit-modifier-dialog .dialog-main .name-row,.poscore-edit-item-dialog .dialog-main .name-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.poscore-edit-category-dialog .dialog-main .name-row .textfield,.poscore-edit-modifiergroup-dialog .dialog-main .name-row .textfield,.poscore-edit-modifier-dialog .dialog-main .name-row .textfield,.poscore-edit-item-dialog .dialog-main .name-row .textfield{margin-bottom:0}.poscore-edit-category-dialog .dialog-main .name-row .image,.poscore-edit-modifiergroup-dialog .dialog-main .name-row .image,.poscore-edit-modifier-dialog .dialog-main .name-row .image,.poscore-edit-item-dialog .dialog-main .name-row .image{position:relative;width:80px;height:60px;flex:0 0 80px;border:1px solid #fff;border-radius:4px;display:flex;justify-content:center;align-items:center;margin-right:1rem;background-color:#fff}.poscore-edit-category-dialog .dialog-main .name-row .image svg,.poscore-edit-modifiergroup-dialog .dialog-main .name-row .image svg,.poscore-edit-modifier-dialog .dialog-main .name-row .image svg,.poscore-edit-item-dialog .dialog-main .name-row .image svg{color:#0069aa}.poscore-edit-category-dialog .dialog-main .name-row .image .thumb-icon,.poscore-edit-modifiergroup-dialog .dialog-main .name-row .image .thumb-icon,.poscore-edit-modifier-dialog .dialog-main .name-row .image .thumb-icon,.poscore-edit-item-dialog .dialog-main .name-row .image .thumb-icon{max-width:100%;max-height:100%}.poscore-edit-category-dialog .dialog-main .name-row .image:not(:hover)>.actions,.poscore-edit-modifiergroup-dialog .dialog-main .name-row .image:not(:hover)>.actions,.poscore-edit-modifier-dialog .dialog-main .name-row .image:not(:hover)>.actions,.poscore-edit-item-dialog .dialog-main .name-row .image:not(:hover)>.actions{display:none}.poscore-edit-category-dialog .dialog-main .name-row .image .upload,.poscore-edit-modifiergroup-dialog .dialog-main .name-row .image .upload,.poscore-edit-modifier-dialog .dialog-main .name-row .image .upload,.poscore-edit-item-dialog .dialog-main .name-row .image .upload{cursor:pointer}.poscore-edit-category-dialog .dialog-main .name-row .image .actions,.poscore-edit-modifiergroup-dialog .dialog-main .name-row .image .actions,.poscore-edit-modifier-dialog .dialog-main .name-row .image .actions,.poscore-edit-item-dialog .dialog-main .name-row .image .actions{background:#000000ad;position:absolute;top:0;bottom:0;right:0;left:0;width:auto;height:auto;margin:0;padding:0;display:flex;align-items:center;justify-content:center}.poscore-edit-category-dialog .dialog-main .name-row .image .actions>div,.poscore-edit-modifiergroup-dialog .dialog-main .name-row .image .actions>div,.poscore-edit-modifier-dialog .dialog-main .name-row .image .actions>div,.poscore-edit-item-dialog .dialog-main .name-row .image .actions>div{margin:0.35rem;cursor:pointer}.poscore-edit-category-dialog .dialog-main .name-row .image .actions .download,.poscore-edit-modifiergroup-dialog .dialog-main .name-row .image .actions .download,.poscore-edit-modifier-dialog .dialog-main .name-row .image .actions .download,.poscore-edit-item-dialog .dialog-main .name-row .image .actions .download{color:#6598c6}.poscore-edit-category-dialog .dialog-main .name-row .image .actions .delete,.poscore-edit-modifiergroup-dialog .dialog-main .name-row .image .actions .delete,.poscore-edit-modifier-dialog .dialog-main .name-row .image .actions .delete,.poscore-edit-item-dialog .dialog-main .name-row .image .actions .delete{color:#bd110e}.poscore-edit-category-dialog .dialog-main .bottom-row,.poscore-edit-modifiergroup-dialog .dialog-main .bottom-row,.poscore-edit-modifier-dialog .dialog-main .bottom-row,.poscore-edit-item-dialog .dialog-main .bottom-row{display:flex;flex-direction:row}.poscore-edit-category-dialog .dialog-main .bottom-row .showonkiosk .cp-button,.poscore-edit-modifiergroup-dialog .dialog-main .bottom-row .showonkiosk .cp-button,.poscore-edit-modifier-dialog .dialog-main .bottom-row .showonkiosk .cp-button,.poscore-edit-item-dialog .dialog-main .bottom-row .showonkiosk .cp-button{color:#0069aa;height:auto;padding:0}.poscore-edit-category-dialog .dialog-main .subsection.variations,.poscore-edit-category-dialog .dialog-main .subsection.pos-fields,.poscore-edit-modifiergroup-dialog .dialog-main .subsection.variations,.poscore-edit-modifiergroup-dialog .dialog-main .subsection.pos-fields,.poscore-edit-modifier-dialog .dialog-main .subsection.variations,.poscore-edit-modifier-dialog .dialog-main .subsection.pos-fields,.poscore-edit-item-dialog .dialog-main .subsection.variations,.poscore-edit-item-dialog .dialog-main .subsection.pos-fields{margin-top:0}.poscore-edit-category-dialog .dialog-main .subsection.variations .variation,.poscore-edit-category-dialog .dialog-main .subsection.pos-fields .variation,.poscore-edit-modifiergroup-dialog .dialog-main .subsection.variations .variation,.poscore-edit-modifiergroup-dialog .dialog-main .subsection.pos-fields .variation,.poscore-edit-modifier-dialog .dialog-main .subsection.variations .variation,.poscore-edit-modifier-dialog .dialog-main .subsection.pos-fields .variation,.poscore-edit-item-dialog .dialog-main .subsection.variations .variation,.poscore-edit-item-dialog .dialog-main .subsection.pos-fields .variation{border:1px solid #d2d2d2;border-radius:4px;background-color:#f2f2f2;padding:0.5rem;margin:0.5rem 1rem}.poscore-edit-category-dialog .dialog-main .subsection.variations .textfield,.poscore-edit-category-dialog .dialog-main .subsection.variations .select-field,.poscore-edit-category-dialog .dialog-main .subsection.pos-fields .textfield,.poscore-edit-category-dialog .dialog-main .subsection.pos-fields .select-field,.poscore-edit-modifiergroup-dialog .dialog-main .subsection.variations .textfield,.poscore-edit-modifiergroup-dialog .dialog-main .subsection.variations .select-field,.poscore-edit-modifiergroup-dialog .dialog-main .subsection.pos-fields .textfield,.poscore-edit-modifiergroup-dialog .dialog-main .subsection.pos-fields .select-field,.poscore-edit-modifier-dialog .dialog-main .subsection.variations .textfield,.poscore-edit-modifier-dialog .dialog-main .subsection.variations .select-field,.poscore-edit-modifier-dialog .dialog-main .subsection.pos-fields .textfield,.poscore-edit-modifier-dialog .dialog-main .subsection.pos-fields .select-field,.poscore-edit-item-dialog .dialog-main .subsection.variations .textfield,.poscore-edit-item-dialog .dialog-main .subsection.variations .select-field,.poscore-edit-item-dialog .dialog-main .subsection.pos-fields .textfield,.poscore-edit-item-dialog .dialog-main .subsection.pos-fields .select-field{padding:1rem 1.5rem 0.25rem;margin:0}.poscore-edit-category-dialog .dialog-main .subsection.variations .textfield:last-child,.poscore-edit-category-dialog .dialog-main .subsection.variations .select-field:last-child,.poscore-edit-category-dialog .dialog-main .subsection.pos-fields .textfield:last-child,.poscore-edit-category-dialog .dialog-main .subsection.pos-fields .select-field:last-child,.poscore-edit-modifiergroup-dialog .dialog-main .subsection.variations .textfield:last-child,.poscore-edit-modifiergroup-dialog .dialog-main .subsection.variations .select-field:last-child,.poscore-edit-modifiergroup-dialog .dialog-main .subsection.pos-fields .textfield:last-child,.poscore-edit-modifiergroup-dialog .dialog-main .subsection.pos-fields .select-field:last-child,.poscore-edit-modifier-dialog .dialog-main .subsection.variations .textfield:last-child,.poscore-edit-modifier-dialog .dialog-main .subsection.variations .select-field:last-child,.poscore-edit-modifier-dialog .dialog-main .subsection.pos-fields .textfield:last-child,.poscore-edit-modifier-dialog .dialog-main .subsection.pos-fields .select-field:last-child,.poscore-edit-item-dialog .dialog-main .subsection.variations .textfield:last-child,.poscore-edit-item-dialog .dialog-main .subsection.variations .select-field:last-child,.poscore-edit-item-dialog .dialog-main .subsection.pos-fields .textfield:last-child,.poscore-edit-item-dialog .dialog-main .subsection.pos-fields .select-field:last-child{padding-bottom:1rem}.poscore-edit-category-dialog .suggestive-selling .suggestive-selling-header,.poscore-edit-modifiergroup-dialog .suggestive-selling .suggestive-selling-header,.poscore-edit-modifier-dialog .suggestive-selling .suggestive-selling-header,.poscore-edit-item-dialog .suggestive-selling .suggestive-selling-header{padding:0 0 0.25rem}.poscore-edit-category-dialog .suggestive-selling .suggestive-selling-item,.poscore-edit-modifiergroup-dialog .suggestive-selling .suggestive-selling-item,.poscore-edit-modifier-dialog .suggestive-selling .suggestive-selling-item,.poscore-edit-item-dialog .suggestive-selling .suggestive-selling-item{display:flex;flex-direction:row;justify-content:space-between;font-size:0.8125rem;font-weight:700;border-bottom:1px solid #d2d2d2;padding:0.25rem 0;background-color:#e6e6e6}.poscore-edit-category-dialog .suggestive-selling .suggestive-selling-item.dragging,.poscore-edit-modifiergroup-dialog .suggestive-selling .suggestive-selling-item.dragging,.poscore-edit-modifier-dialog .suggestive-selling .suggestive-selling-item.dragging,.poscore-edit-item-dialog .suggestive-selling .suggestive-selling-item.dragging{border-bottom-width:0}.poscore-edit-category-dialog .suggestive-selling .suggestive-selling-item .drag-handle,.poscore-edit-modifiergroup-dialog .suggestive-selling .suggestive-selling-item .drag-handle,.poscore-edit-modifier-dialog .suggestive-selling .suggestive-selling-item .drag-handle,.poscore-edit-item-dialog .suggestive-selling .suggestive-selling-item .drag-handle{display:flex;align-items:center}.poscore-edit-category-dialog .suggestive-selling .suggestive-selling-item .name,.poscore-edit-modifiergroup-dialog .suggestive-selling .suggestive-selling-item .name,.poscore-edit-modifier-dialog .suggestive-selling .suggestive-selling-item .name,.poscore-edit-item-dialog .suggestive-selling .suggestive-selling-item .name{flex-grow:1;padding:0 0.5rem;display:flex;align-items:center;justify-items:end;text-align:left}.poscore-edit-category-dialog .suggestive-selling .suggestive-selling-item .price,.poscore-edit-modifiergroup-dialog .suggestive-selling .suggestive-selling-item .price,.poscore-edit-modifier-dialog .suggestive-selling .suggestive-selling-item .price,.poscore-edit-item-dialog .suggestive-selling .suggestive-selling-item .price{display:flex;align-items:center;justify-items:end;text-align:right}.poscore-edit-category-dialog .suggestive-selling .suggestive-selling-item .delete,.poscore-edit-modifiergroup-dialog .suggestive-selling .suggestive-selling-item .delete,.poscore-edit-modifier-dialog .suggestive-selling .suggestive-selling-item .delete,.poscore-edit-item-dialog .suggestive-selling .suggestive-selling-item .delete{display:flex;align-items:center;padding-left:0.5rem}.poscore-edit-category-dialog .react-tabs,.poscore-edit-modifiergroup-dialog .react-tabs,.poscore-edit-modifier-dialog .react-tabs,.poscore-edit-item-dialog .react-tabs{overflow:hidden}.poscore-edit-category-dialog .react-tabs .react-tabs__tab-list,.poscore-edit-modifiergroup-dialog .react-tabs .react-tabs__tab-list,.poscore-edit-modifier-dialog .react-tabs .react-tabs__tab-list,.poscore-edit-item-dialog .react-tabs .react-tabs__tab-list{padding:1rem 0 0 1rem;text-align:left}.poscore-edit-category-dialog .react-tabs .react-tabs__tab-list .react-tabs__tab,.poscore-edit-modifiergroup-dialog .react-tabs .react-tabs__tab-list .react-tabs__tab,.poscore-edit-modifier-dialog .react-tabs .react-tabs__tab-list .react-tabs__tab,.poscore-edit-item-dialog .react-tabs .react-tabs__tab-list .react-tabs__tab{text-align:center}.poscore-edit-category-dialog .react-tabs .react-tabs__tab-list .react-tabs__tab--selected,.poscore-edit-modifiergroup-dialog .react-tabs .react-tabs__tab-list .react-tabs__tab--selected,.poscore-edit-modifier-dialog .react-tabs .react-tabs__tab-list .react-tabs__tab--selected,.poscore-edit-item-dialog .react-tabs .react-tabs__tab-list .react-tabs__tab--selected{background-color:#fff;color:inherit}.poscore-edit-category-dialog .react-tabs .dialog-tab-wrapper,.poscore-edit-modifiergroup-dialog .react-tabs .dialog-tab-wrapper,.poscore-edit-modifier-dialog .react-tabs .dialog-tab-wrapper,.poscore-edit-item-dialog .react-tabs .dialog-tab-wrapper{height:100%;display:flex;flex-direction:column}.poscore-edit-category-dialog .react-tabs .dialog-tab-wrapper .dialog-tab-content,.poscore-edit-modifiergroup-dialog .react-tabs .dialog-tab-wrapper .dialog-tab-content,.poscore-edit-modifier-dialog .react-tabs .dialog-tab-wrapper .dialog-tab-content,.poscore-edit-item-dialog .react-tabs .dialog-tab-wrapper .dialog-tab-content{flex:1}.poscore-edit-category-dialog .bottom-row{justify-content:flex-end;margin:0 1rem 0.5rem 0}.poscore-edit-modifiergroup-dialog .bottom-row{justify-content:space-between;margin:0 1rem 0.5rem 0}.poscore-edit-modifier-dialog .bottom-row{justify-content:space-between}.poscore-edit-item-dialog.show-variations .variations-tab{background-color:#fff}.poscore-edit-item-dialog .bottom-row{justify-content:space-between}.poscore-edit-item-dialog .poscore-edit-item-dialog-wrapper{display:flex;flex-direction:column;flex:1}.poscore-edit-item-dialog .combo-wrapper{display:flex;height:100%}.poscore-edit-item-dialog .combo-wrapper .combo{display:flex;flex-direction:row;overflow:hidden;flex:1}.poscore-edit-item-dialog .combo-wrapper .combo .cp-button{background-color:#1f4872;margin:0}.poscore-edit-item-dialog .combo-wrapper .combo .component-groups{width:25%}.poscore-edit-item-dialog .combo-wrapper .combo .component-groups .component-groups-header{height:54px;background-color:#2d3443;padding:0.75rem 1rem;display:flex;justify-content:end;align-items:center}.poscore-edit-item-dialog .combo-wrapper .combo .component-groups .component-groups-header .cp-button{background-color:#38a3e1}.poscore-edit-item-dialog .combo-wrapper .combo .component-groups th{display:none}.poscore-edit-item-dialog .combo-wrapper .combo .component-groups .table-view{height:calc(100% - 54px)}.poscore-edit-item-dialog .combo-wrapper .combo .component-group-items{width:75%;display:flex;flex-direction:column}.poscore-edit-item-dialog .combo-wrapper .combo .component-group-items .component-group-title{height:54px;background-color:#0069aa;color:#fff;padding:0.75rem 1rem;display:flex;justify-content:space-between;align-items:center}.poscore-edit-item-dialog .combo-wrapper .combo .component-group-items .component-group-title .component-group-header{display:flex;flex-direction:row;cursor:pointer;font-weight:bold;font-size:1.125rem}.poscore-edit-item-dialog .combo-wrapper .combo .component-group-items .component-group-title .component-group-header .icon{margin-right:0.625rem}.poscore-item-blacklist-dialog .select-field,.poscore-item-picker-dialog .select-field,.poscore-modifier-picker-dialog .select-field{width:auto;margin:0 0 0 1rem}.poscore-preview-wrapper{width:100%;height:100%;overflow:hidden}.poscore-preview-wrapper .preview{width:100%;height:100%;background:#3b3b3b}.poscore-preview-wrapper .preview .poscore-preview-frame{box-shadow:0 0 200px 50px rgba(0,0,0,0.5);transform-origin:top left}.poscore-preview-wrapper .preview .build-info{position:absolute;left:0;bottom:0;background:#fff;padding:0.25rem;font-size:0.75rem;margin:0.25rem;border-radius:0.25rem}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content.poscore-presentation-wrapper .poscore-presentation-tabs .app-content{min-height:auto}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .poscore-dmb-layout .app-content.poscore-main-content{min-height:auto;display:flex;justify-content:center}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .poscore-dmb-layout .app-content.poscore-main-content .screen-controls{display:flex;margin:0.75rem 0}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .poscore-dmb-layout .app-content.poscore-main-content .screen-controls label{margin-bottom:0}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .poscore-dmb-layout .app-content.poscore-main-content .screen-controls .select-field{display:flex;align-items:center;margin:0 0 0 2rem}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .poscore-dmb-layout .app-content.poscore-main-content .screen-controls .select-field label{margin-right:0.5rem}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .poscore-dmb-layout .app-content.poscore-main-content .screen-controls .select-field.screen-name select{width:20rem}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .poscore-dmb-layout .app-content.poscore-main-content .screen-controls button{margin-left:0.5rem}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .poscore-dmb-layout .app-content.poscore-main-content .screen-controls .button-wrapper{display:flex;align-items:center;margin-left:2rem}#CommandPoint>div:first-of-type .app .app-container .wrapper--app-content .poscore-dmb-layout .app-content.poscore-main-content .screen-controls .button-wrapper button{border:1px solid #a3a3a3;border-radius:4px}.poscore-main-content .dmb-screen-error{margin:0.75rem 0;font-size:1rem;font-weight:bold}.poscore-main-content .screen{display:flex;flex-direction:column;align-items:center}.poscore-main-content .screen .preview-container .display{position:relative;margin:20px;box-shadow:0 -2px 0 #c8c8c8,0 1px 0 #000,0 0 15px rgba(0,0,0,0.25)}.poscore-main-content .screen .preview-container .bezel{position:absolute;inset:0;background:radial-gradient(circle at 0% 100%, #1a1a1a 0%, #676767 75%)}.poscore-main-content .screen .preview-container .screen-frame{background:#3a3a3a;padding:1rem;box-shadow:inset 0 -1px 0 #646464,inset 1px 0 0 #646464}.poscore-main-content .screen .preview-container .screen-frame::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0% 100%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 75%);box-shadow:inset 0 0 10px rgba(0,0,0,0.25);z-index:2;transition:all ease 0.2s;pointer-events:none}.poscore-main-content .screen .preview-container .dmb-preview-frame{position:relative;width:100%;height:100%;border:none}.poscore-dmb-settings .dialog-content{position:relative}.poscore-dmb-settings .dialog-main{position:static}.poscore-dmb-settings .dialog-main .theme{display:flex;max-height:40vh}.poscore-dmb-settings .dialog-main .theme .select-field{margin-right:5rem;flex:1}.poscore-dmb-settings .dialog-main .theme .theme-preview{flex:2;text-align:center}.poscore-dmb-settings .dialog-main .theme .theme-preview img{max-height:100%}.poscore-dmb-settings .dialog-main .override{margin-top:1rem}.poscore-dmb-settings .dialog-main .theme-override-fields{margin:0 0.5rem}.poscore-dmb-settings .dialog-main .theme-override-fields-row{display:flex}.poscore-dmb-settings .dialog-main .theme-override-fields-row .label-wrapper label{display:inline-block}.poscore-dmb-settings .dialog-main .theme-override-fields-row .select-field{margin-bottom:0;padding-bottom:0}.poscore-dmb-settings .apply-all-switch{position:absolute;right:1rem;bottom:0;min-height:3.125rem;display:flex;align-items:center}.poscore-dmb-paneltypedialog .dialog-main{padding:1.25rem;flex-direction:row;justify-content:center}.poscore-dmb-paneltypedialog .dialog-main .cp-button{display:flex;flex-direction:column;height:auto;margin:0 2rem;width:auto}.poscore-dmb-paneltypedialog .dialog-main .cp-button svg{min-height:64px}.poscore-dmb-paneltypedialog .dialog-main .cp-button div{margin-top:0.5rem}.poscore-dmb-panelsizedialog .icon-container{width:100%;text-align:center}.poscore-dmb-panelsizedialog h1{padding:0 10rem;border-bottom:1px solid #b1b1b1;color:#4d4d4d;font-size:1.2rem;margin:0 0.5rem -0.25rem 0.5rem}.poscore-dmb-panelsizedialog .icon-section button{width:100%}.poscore-dmb-panelsizedialog .icon-section ul{display:flex;flex-wrap:wrap;justify-content:center}.poscore-dmb-panelsizedialog .icon-section li{width:33%}.poscore-dmb-panelsizedialog.portrait-screen .icon-section li{width:22%}.poscore-dmb-panelsizedialog .display{position:relative;aspect-ratio:16 / 9;margin:20px;box-shadow:0 -2px 0 #c8c8c8,0 1px 0 #000,0 0 15px rgba(0,0,0,0.25);transition:transform 0.2s ease}.poscore-dmb-panelsizedialog .display:hover{transform:scale(1.05)}.poscore-dmb-panelsizedialog.portrait-screen .display{aspect-ratio:9 / 16}.poscore-dmb-panelsizedialog .bezel{position:absolute;inset:0;background:radial-gradient(circle at 0% 100%, #1a1a1a 0%, #676767 75%)}.poscore-dmb-panelsizedialog .screen{cursor:pointer;position:absolute;inset:0;background:#3a3a3a;margin:2.5%;box-shadow:inset 0 -1px 0 #646464,inset 1px 0 0 #646464}.poscore-dmb-panelsizedialog .component{position:absolute;left:calc(calc(var(--x) - 1) * 50%);top:calc(calc(var(--y) - 1) * 50%);width:calc(var(--w) * 50%);height:calc(var(--h) * 50%);box-shadow:inset 0 0 0 1px #000}.poscore-dmb-panelsizedialog.portrait-screen .component{left:0;top:calc(calc(var(--y) - 1) * 25%);width:100%;height:calc(var(--h) * 25%);box-shadow:inset 0 0 0 1px #000}.poscore-dmb-panelsizedialog .component.new{background-color:#0b5f91;display:flex;align-items:center;justify-content:center;color:#fff;will-change:top, left, height, width}.poscore-dmb-panelsizedialog .icon-section-move-resize .display:hover .component.new{animation:moveComponentLand 2s ease}.poscore-dmb-panelsizedialog.portrait-screen .icon-section-move-resize .display:hover .component.new{animation:moveComponentPort 2s ease}@keyframes moveComponentLand{0%{opacity:1;left:calc(calc(var(--x) - 1) * 50%);top:calc(calc(var(--y) - 1) * 50%);width:calc(var(--w) * 50%);height:calc(var(--h) * 50%)}25%{opacity:1;left:calc(calc(var(--x) - 1) * 50%);top:calc(calc(var(--y) - 1) * 50%);width:calc(var(--w) * 50%);height:calc(var(--h) * 50%)}25.25%{opacity:0;left:calc(calc(var(--x) - 1) * 50%);top:calc(calc(var(--y) - 1) * 50%);width:calc(var(--w) * 50%);height:calc(var(--h) * 50%)}25.5%{opacity:0;left:calc(calc(var(--px) - 1) * 50%);top:calc(calc(var(--py) - 1) * 50%);width:calc(var(--pw) * 50%);height:calc(var(--ph) * 50%)}25.75%{opacity:1;left:calc(calc(var(--px) - 1) * 50%);top:calc(calc(var(--py) - 1) * 50%);width:calc(var(--pw) * 50%);height:calc(var(--ph) * 50%)}50%{left:calc(calc(var(--px) - 1) * 50%);top:calc(calc(var(--py) - 1) * 50%);width:calc(var(--pw) * 50%);height:calc(var(--ph) * 50%)}100%{left:calc(calc(var(--x) - 1) * 50%);top:calc(calc(var(--y) - 1) * 50%);width:calc(var(--w) * 50%);height:calc(var(--h) * 50%)}}@keyframes moveComponentPort{0%{opacity:1;left:0;top:calc(calc(var(--y) - 1) * 25%);width:100%;height:calc(var(--h) * 25%)}25%{opacity:1;left:0;top:calc(calc(var(--y) - 1) * 25%);width:100%;height:calc(var(--h) * 25%)}25.25%{opacity:0;left:0;top:calc(calc(var(--y) - 1) * 25%);width:100%;height:calc(var(--h) * 25%)}25.5%{opacity:0;left:0;top:calc(calc(var(--py) - 1) * 25%);width:100%;height:calc(var(--ph) * 25%)}25.75%{opacity:1;left:0;top:calc(calc(var(--py) - 1) * 25%);width:100%;height:calc(var(--ph) * 25%)}50%{left:0;top:calc(calc(var(--py) - 1) * 25%);width:100%;height:calc(var(--ph) * 25%)}100%{left:0;top:calc(calc(var(--y) - 1) * 25%);width:100%;height:calc(var(--h) * 25%)}}.poscore-dmb-panelsizedialog .component.existing{z-index:1;background:repeating-linear-gradient(45deg, rgba(255,255,255,0.07) 0, rgba(255,255,255,0.07) 1%, rgba(255,255,255,0) 1%, rgba(255,255,255,0) 2%);background-size:300px 300px}.poscore-dmb-panelsizedialog .component.resize{box-shadow:inset 0 0 0 1px rgba(255,255,255,0.1)}.poscore-dmb-panelsizedialog .screen::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0% 100%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.15) 75%);box-shadow:inset 0 0 10px rgba(0,0,0,0.25);z-index:2;transition:all ease 0.2s}.poscore-dmb-panelsizedialog .screen:hover::after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 0% 100%, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 75%);box-shadow:inset 0 0 10px rgba(0,0,0,0.25);z-index:2}.poscore-dmb-panelsizedialog .dialog-main{align-items:center;padding:0.5rem 1rem}.poscore-dmb-panelsizedialog .dialog-main .instructions{font-weight:bold;margin-bottom:1rem;text-align:center}.poscore-dmb-panelsizedialog .dialog-main .instructions svg{vertical-align:text-bottom}.poscore-dmb-panelsizedialog .dialog-main .icon-container .icon-group{margin:0.5rem;padding:0.25rem;font-size:1.125rem;font-weight:bold;background-color:white;border:1px solid #465761;border-radius:8px}.poscore-dmb-panelsizedialog .dialog-main .icon-container .icon-group .group-name{margin-left:0.5rem}.poscore-dmb-panelsizedialog .dialog-main .icon-container .icon-group .icons .cp-button{height:128px;border:2px solid #465761;margin:0.5rem;padding:0;position:relative;display:inline-block;transition:all 0.25s ease}.poscore-dmb-panelsizedialog .dialog-main .icon-container .icon-group .icons .cp-button.portrait{width:72px}.poscore-dmb-panelsizedialog .dialog-main .icon-container .icon-group .icons .cp-button.landscape{width:227px}.poscore-dmb-panelsizedialog .dialog-main .icon-container .icon-group .icons .cp-button:hover{border-color:#38a3e1}.poscore-dmb-panelsizedialog .dialog-main .icon-container .icon-group .icons .cp-button:hover .horizontal-line,.poscore-dmb-panelsizedialog .dialog-main .icon-container .icon-group .icons .cp-button:hover .vertical-line{border-color:#38a3e1}.poscore-dmb-panelsizedialog .dialog-main .icon-container .icon-group .icons .cp-button:hover .filled{background-color:#38a3e1}.poscore-dmb-panelsizedialog .dialog-main .icon-container .icon-group .icons .cp-button .horizontal-line{border-top:2px solid #465761;position:absolute;width:100%;left:0;transition:all 0.25s ease}.poscore-dmb-panelsizedialog .dialog-main .icon-container .icon-group .icons .cp-button .vertical-line{border-left:2px solid #465761;position:absolute;height:100%;top:0;transition:all 0.25s ease}.poscore-dmb-panelsizedialog .dialog-main .icon-container .icon-group .icons .cp-button .filled{background-color:#465761;position:absolute;display:flex;align-items:center;justify-content:center;padding-top:4px;transition:all 0.25s ease}.poscore-dmb-panelsizedialog .dialog-main .icon-container .icon-group .icons .cp-button .cp-icon{color:#fff}.poscore-dmb-panel-items .scrollable-contents{padding:0 1rem 1rem}.poscore-dmb-panel-items .scrollable-contents .empty{padding-top:1rem;text-align:center}.poscore-dmb-panel-items .scrollable-contents .items-controls{margin-top:1rem}.poscore-dmb-panel-item-sortable-item{position:relative;display:flex;flex-direction:row;padding:1rem 2rem 1rem 0;background-color:#e6e6e6;border-bottom:1px solid #a3a3a3}.poscore-dmb-panel-item-sortable-item.sortable-helper{z-index:1000}.poscore-dmb-panel-item-sortable-item .delete-item{position:absolute;right:0.25rem;top:0.5rem}.poscore-dmb-panel-item-sortable-item .delete-item .cp-button{padding:0;margin:0;height:auto;color:#a3a3a3;transition:none}.poscore-dmb-panel-item-sortable-item .delete-item .cp-button:hover{color:#bd110e}.poscore-dmb-panel-item-sortable-item .position-icon{display:flex;align-items:center;justify-content:center;width:120px;margin-right:10px;text-align:center}.poscore-dmb-panel-item-sortable-item .position-icon .outer-frame{border:1px solid #666;position:relative}.poscore-dmb-panel-item-sortable-item .position-icon .outer-frame .inner-cell{border:1px solid #666;box-sizing:border-box;position:absolute}.poscore-dmb-panel-item-sortable-item .position-icon .outer-frame .inner-cell.filled{background-color:#666}.poscore-dmb-panel-item-sortable-item .cell{display:flex;flex-direction:column;justify-content:center}.poscore-dmb-panel-item-sortable-item .cell.drag-handle{width:60px}.poscore-dmb-panel-item-sortable-item .cell.drag-handle .panel-item-drag-handle{display:flex;justify-content:center;cursor:grab}.poscore-dmb-panel-item-sortable-item .cell.drag-handle .panel-item-drag-handle .cp-icon{display:block;color:#a3a3a3}.poscore-dmb-panel-item-sortable-item .cell.flex-1{flex:1}.poscore-dmb-panel-item-sortable-item .cell .sub-row{display:flex;flex-direction:row;margin-bottom:0.5rem}.poscore-dmb-panel-item-sortable-item .cell .sub-row:last-child{margin-bottom:0}.poscore-dmb-panel-item-sortable-item .cell .textfield,.poscore-dmb-panel-item-sortable-item .cell .TextArea{margin-bottom:0;margin-right:1rem;width:100%}.poscore-dmb-panel-item-sortable-item .cell .textfield label,.poscore-dmb-panel-item-sortable-item .cell .TextArea label{display:inline-block;margin-bottom:3px}.poscore-dmb-panel-item-sortable-item .cell .textfield textarea,.poscore-dmb-panel-item-sortable-item .cell .TextArea textarea{margin-bottom:0}.poscore-dmb-panel-item-sortable-item .cell .textfield:last-child,.poscore-dmb-panel-item-sortable-item .cell .TextArea:last-child{margin-right:0}.poscore-dmb-panel-item-sortable-item .cell .textfield.duration,.poscore-dmb-panel-item-sortable-item .cell .TextArea.duration{max-width:200px}.poscore-dmb-panel-item-sortable-item .image{position:relative;width:80px;height:60px;flex:0 0 80px;border:1px solid #fff;border-radius:4px;display:flex;justify-content:center;align-items:center;margin-right:1rem;background-color:#fff}.poscore-dmb-panel-item-sortable-item .image svg{color:#0069aa}.poscore-dmb-panel-item-sortable-item .image .thumb-icon{max-width:100%;max-height:100%}.poscore-dmb-panel-item-sortable-item .image:not(:hover)>.actions{display:none}.poscore-dmb-panel-item-sortable-item .image .upload{cursor:pointer}.poscore-dmb-panel-item-sortable-item .image .actions{background:#000000ad;position:absolute;top:0;bottom:0;right:0;left:0;width:auto;height:auto;margin:0;padding:0;display:flex;align-items:center;justify-content:center}.poscore-dmb-panel-item-sortable-item .image .actions>div{margin:0.35rem;cursor:pointer}.poscore-dmb-panel-item-sortable-item .image .actions .download{color:#6598c6}.poscore-dmb-panel-item-sortable-item .image .actions .delete{color:#bd110e}.dmb-panel-item-price{margin-right:1rem}.dmb-panel-item-price:last-child{margin-right:0}.dmb-panel-item-price .price-header{display:flex;flex-direction:row;justify-content:space-between}.dmb-panel-item-price .price-header label{display:inline-block}.dmb-panel-item-price .cp-button:first-child{min-width:7rem}.dmb-panel-item-price .cp-button:first-child .cp-icon{margin-right:0.5rem}.poscore-itemvarmod-picker-dialog .summary{display:flex;justify-content:center;background-color:#0069aa;color:#fff;font-size:1.125rem;font-weight:bold}.poscore-itemvarmod-picker-dialog .summary div{padding:0.5rem}.poscore-itemvarmod-picker-dialog .empty{text-align:center;padding:1rem;font-weight:bold}.poscore-itemvarmod-picker-dialog .group{padding:1rem 2rem;border-bottom:1px solid #d2d2d2}.poscore-itemvarmod-picker-dialog .group:last-child{border-bottom:none}.poscore-itemvarmod-picker-dialog .group .group-title{font-size:1.125rem;font-weight:bold}.poscore-itemvarmod-picker-dialog .group .group-options{display:flex;flex-wrap:wrap;padding-top:0.5rem}.poscore-itemvarmod-picker-dialog .group .group-options .group-option{width:33%;padding:0 0.5rem 0.5rem 0}.poscore-itemvarmod-picker-dialog .group label{font-size:1rem}.dmb-panel-item-manual-price .dialog-main{padding:0.5rem 1rem 0}.dmb-panel-item-manual-price .dialog-main .instructions{text-align:center;font-weight:bold;margin-bottom:0.5rem}.poscore-configs .secondary-pane .scrollbar{position:static !important}.import-spreadsheet-dialog .dialog-main{padding:1.25rem}.import-spreadsheet-dialog .dialog-main>div{margin-bottom:1rem}.import-spreadsheet-dialog .dialog-main>div:last-child{margin-bottom:0}.import-spreadsheet-dialog .dialog-main .unavilable{color:#941d1b}.import-spreadsheet-dialog .dialog-main .import-errors-header{display:flex;align-items:center;border:1px solid;border-radius:4px;padding:0.5rem;font-weight:700;border-color:#bd110e;color:#bd110e}.import-spreadsheet-dialog .dialog-main .import-errors-header svg{background-color:#bd110e;margin-right:0.5rem;height:20px;width:20px;border-radius:10px;padding:3px;color:#fff}.import-spreadsheet-dialog .dialog-main .import-errors-table{font-weight:bold}.import-spreadsheet-dialog .dialog-main .import-errors-table thead{background-color:#0069aa;color:#fff}.import-spreadsheet-dialog .dialog-main .import-errors-table th{border:1px solid #d2d2d2;font-size:0.625rem}.import-spreadsheet-dialog .dialog-main .import-errors-table td{border:1px solid #d2d2d2;font-size:0.8125rem}.templates-list{height:100%}.font-family--monospace input[type="text"]{font-family:Consolas,"Liberation Mono",Courier,monospace}.select-options__header{padding-left:2.5rem;padding-right:2rem;display:flex;flex-flow:row nowrap;font-weight:600;border-bottom:1px solid #a3a3a3;line-height:2}.select-options-item-title{flex:1 0 0;margin:0 0.5rem;font-size:0.875rem}.select-options-item-title:first-child{flex:0 0 5.625rem;text-align:center}.select-options__items{border-radius:0 0 4px 4px;overflow:hidden;margin-bottom:0.625rem}.select-options__items .title{font-weight:600;font-size:.875rem;color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:17rem;margin:0 0.5rem;flex:1 0 0}.select-options__items .textfield{margin:0 0.5rem;flex:1 0 0}.select-options__items .checkbox{font-weight:600;font-size:.875rem;color:#1a1a1a;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;width:2rem;margin-left:0.5rem}.select-options__items .info{font-size:.75rem;color:#404040;flex:0 0 100%;display:flex;flex-wrap:wrap}.select-options__items .select-option-item{display:flex;justify-content:flex-start;align-items:center;padding:0.625rem 0;padding-left:2.15rem;border-bottom:1px solid #a3a3a3;position:relative}.select-options__items .select-option-item .select-option-item__grabber{color:#a3a3a3;padding:0 0.75rem;outline:none;position:absolute;top:0;left:0;bottom:0;display:flex;align-items:center;justify-content:center}.select-options__items .select-option-item .select-option-item__icon{flex:0 0 5rem;pointer-events:none}.select-options__items .select-option-item .select-option-item__menu-info{display:flex;flex-flow:row wrap;justify-content:flex-start;align-items:center;padding-left:0.5rem;flex:1 0 0}.select-options__items .select-option-item .custom-thumbnail{width:5.625rem}.select-options__items .select-option-item .cp-button-delete{opacity:0;margin-right:0.5rem}.select-options__items .select-option-item.Expired,.select-options__items .select-option-item.Inactive{background-color:#e6e6e6}.select-options__items .select-option-item.Expired .title,.select-options__items .select-option-item.Inactive .title{color:#941d1b}.select-options__items .select-option-item.Expired .select-option-item__icon,.select-options__items .select-option-item.Inactive .select-option-item__icon{opacity:0.5}.select-options__items .select-option-item:hover{background:rgba(101,152,198,0.3)}.select-options__items .select-option-item:hover .cp-button-delete{opacity:1}.select-options__items .select-option-item.select-option-item--selected{background-color:#38a3e1;border-color:#404040}.select-options__items .select-option-item.select-option-item--selected .select-option-item__grabber,.select-options__items .select-option-item.select-option-item--selected .title,.select-options__items .select-option-item.select-option-item--selected .info{color:#fff}.select-options__items .select-option-item .select-option-item__arrows{display:none}.select-options__items .select-option-item .select-option-item__arrows .cp-button:first-child{transform:rotate(180deg)}.device--has-touch .select-options__items .select-options_item .select-option-item__grabber{display:none}.device--has-touch .select-options__items .select-options_item .select-option-item__arrows{display:block}.module-version-edit .module-edit-container{padding:20px}.module-version-edit .module-version-textfield{width:18%}.module-version-edit .primary-input-wrapper{flex-direction:column;align-items:start}.module-version-edit .primary-input-wrapper .file-row{display:flex;flex-direction:row;justify-content:space-between;width:100%}.module-version-edit .primary-input-wrapper .file-row .file-controls{display:flex;flex:1;padding-right:2rem}.edit-module-dialog .edit-moduleID-field,.edit-module-dialog .edit-solutionID-field,.edit-solution-dialog .edit-moduleID-field,.edit-solution-dialog .edit-solutionID-field{display:flex;align-items:center}.edit-module-dialog .edit-solution-row,.edit-solution-dialog .edit-solution-row{display:flex}.edit-module-dialog .edit-solution-row>:not(:first-child),.edit-solution-dialog .edit-solution-row>:not(:first-child){margin-left:0.625rem}.edit-module-dialog .edit-solution-row .select-field,.edit-solution-dialog .edit-solution-row .select-field{margin-left:0}.edit-module-dialog .edit-solution-row .select-field:not(:first-child),.edit-solution-dialog .edit-solution-row .select-field:not(:first-child){margin-left:0.625rem}.edit-module-dialog .textfield .error-text,.edit-solution-dialog .textfield .error-text{color:white}.solution-version-edit-warning .dialog-main{align-items:center;padding:1rem}.solution-version-edit .error{text-align:center;background:#e6b9b9;padding:0.25rem 0.75rem;font-weight:bold;font-size:1rem;color:#941d1b}.solution-version-edit .solution-version-edit-container{padding:1rem;height:100%;display:flex;flex-direction:column}.solution-version-edit .solution-version-edit-container .TextArea{margin-top:1rem}.solution-version-edit .solution-version-edit-container label{display:flex}.solution-version-edit .solution-version-edit-container input,.solution-version-edit .solution-version-edit-container .select-field,.solution-version-edit .solution-version-edit-container .textfield{margin-top:0;margin-bottom:0}.solution-version-edit .solution-version-edit-container .form-row{margin:0}.solution-version-edit .solution-version-edit-container .form-row .solution-defaults{width:50%;display:flex;justify-content:space-around;align-items:flex-start}.solution-version-edit .solution-version-edit-container .toolbar{background:transparent;border-bottom-color:#a3a3a3}.solution-version-edit .solution-version-edit-container .toolbar .toolbar-group{position:absolute}.solution-version-edit .solution-version-edit-container .toolbar .modules-section-header{font-size:1.375rem;font-weight:600;text-align:center;margin:0 auto}.solution-version-edit .solution-version-edit-container .module-section{padding:0.5rem;background-color:#fff;margin:0.5rem 0.75rem 0;border-radius:0.5rem;border:1px solid #a3a3a3}.solution-version-edit .solution-version-edit-container .module-section .solution-module-header{display:flex;align-items:center;padding-bottom:0.5rem;place-content:space-between}.solution-version-edit .solution-version-edit-container .module-section .solution-module-header .module-name{font-weight:bold}.solution-version-edit .solution-version-edit-container .module-section .solution-module-header .solution-module-launcher{align-items:center;display:flex;justify-content:flex-end;width:20%}.solution-version-edit .solution-version-edit-container .module-section .solution-module-header .solution-module-launcher .checkbox-label-wrap{height:50%;margin:0}.solution-version-edit .solution-version-edit-container .module-section .solution-module-header .solution-module-launcher .select-field{min-width:5rem}.solution-version-edit .solution-version-edit-container .module-section .solution-module-header .solution-module-launcher .delete-solution-icon{margin-bottom:1rem}.solution-version-edit .solution-version-edit-container .module-section>.table-view table{border:1px solid #a3a3a3;border-radius:0.5rem;border-collapse:inherit;border-spacing:0;overflow:hidden}.solution-version-edit .solution-version-edit-container .module-section>.table-view table tbody tr:not(:last-child) td{border-bottom:1px solid #d2d2d2}.solution-version-edit .solution-version-edit-container .module-section>.table-view table td{height:auto;min-height:auto;padding-top:0.25rem;padding-bottom:0.25rem}.solution-version-edit .solution-version-edit-container .module-section .add-template-row{display:flex;justify-content:space-between;margin-top:0.5rem}.solution-version-edit .solution-version-edit-container .module-section .add-template-row .add-template{font-size:0.75rem;margin:0;height:auto}.solution-version-edit .solution-version-edit-container .table-view-empty{display:none}.solution-version-edit .version{display:flex;width:50%}.solution-version-edit .solution-version-textfield{width:75px}.solution-version-edit .error-text{flex:0 0 2.5rem;font-weight:bold;font-size:1rem;color:#941d1b}.solution-version-edit .error-text p{margin:0;background:#e6b9b9;padding:0.25rem 0.75rem}.solution-version-edit .error-text:empty{background:transparent}.solution-version-edit .add-module-button{margin-top:auto;align-self:baseline;margin-left:20px;margin-bottom:20px}.player-solution-edit .header-title .cp-button{position:absolute;left:0.5rem;top:50%;transform:translateY(-50%)}.player-solution-edit .error{text-align:center;background:#e6b9b9;padding:0.25rem 0.75rem;font-weight:bold;font-size:1rem;color:#941d1b}.player-solution-edit .player-solution-edit-container{padding:1rem;height:100%;display:flex;flex-direction:column}.player-solution-edit .player-solution-edit-container label{display:flex}.player-solution-edit .player-solution-edit-container input,.player-solution-edit .player-solution-edit-container .select-field,.player-solution-edit .player-solution-edit-container .textfield{margin-top:0;margin-bottom:0}.player-solution-edit .player-solution-edit-container .form-row{margin:0}.player-solution-edit .player-solution-edit-container .form-row .solution-defaults{width:50%;display:flex;justify-content:space-around;align-items:flex-start}.player-solution-edit .player-solution-edit-container .toolbar{margin-top:1rem;background:transparent;border-bottom-color:#a3a3a3}.player-solution-edit .player-solution-edit-container .toolbar .toolbar-group{position:absolute}.player-solution-edit .player-solution-edit-container .toolbar .modules-section-header{font-size:1.375rem;font-weight:600;text-align:center;margin:0 auto}.player-solution-edit .player-solution-edit-container .module-section{padding:0.5rem;background-color:#fff;margin-bottom:0.5rem;border-radius:0.5rem;border:1px solid #a3a3a3}.player-solution-edit .player-solution-edit-container .module-section .solution-module-header{display:flex;align-items:center;place-content:space-between}.player-solution-edit .player-solution-edit-container .module-section .solution-module-header .module-name{font-weight:bold}.player-solution-edit .player-solution-edit-container .module-section .solution-module-header .solution-module-launcher{align-items:center;display:flex;justify-content:flex-end}.player-solution-edit .player-solution-edit-container .module-section .solution-module-header .solution-module-launcher .checkbox-label-wrap{height:50%;margin:0}.player-solution-edit .player-solution-edit-container .module-section .solution-module-header .solution-module-launcher .select-field{min-width:5rem}.player-solution-edit .player-solution-edit-container .module-section .solution-module-header .solution-module-launcher .delete-solution-icon{margin-left:1rem}.player-solution-edit .player-solution-edit-container .module-section>.table-view{margin-top:0.5rem}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table{border:1px solid #a3a3a3;border-radius:0.5rem;border-collapse:inherit;border-spacing:0;overflow:hidden}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table>tbody>tr>td{border-bottom:1px solid #a3a3a3}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table>tbody>tr:hover{background:inherit}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table>thead th.thumbnail-column{width:5%}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table>thead th.template-column{width:31%}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table>thead th.config-set-column{width:30%}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table>thead th.availability-column{width:30%}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table>thead th.delete-column{width:4%}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table tbody tr td{border-top:none;border-bottom:1px solid #d2d2d2}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table tbody tr:last-child{border-bottom:none}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table tbody tr:last-child td{border-bottom:none}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table td{height:auto;min-height:auto;padding-top:0.25rem;padding-bottom:0.25rem}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table td.thumbnail-column{vertical-align:middle}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table td.thumbnail-column .player-solution-thumbnail{width:50px;height:50px;position:relative;background-size:contain;background-position:center;background-repeat:no-repeat;margin:auto}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table td.config-subtable{padding:0}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table td.config-subtable .player-solution-table{border:none;cursor:move}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table td.config-subtable .player-solution-table td.config-set-column{width:47%}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table td.config-subtable .player-solution-table td.availability-column{width:47%}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table td.config-subtable .player-solution-table td.delete-column{width:6%}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table td.config-subtable .player-solution-table .add-config-row{cursor:default}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table td.config-subtable .player-solution-table .add-config-row:hover{background:inherit}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table td.config-subtable .player-solution-table .add-config-row .add-config-container{display:flex;justify-content:flex-end;margin:0.25rem 0}.player-solution-edit .player-solution-edit-container .module-section>.table-view>table td.config-subtable .player-solution-table .add-config-row .add-config-container .add-config{font-size:0.75rem;margin:0;height:auto}.player-solution-edit .player-solution-edit-container .table-view-empty{display:none}.player-solution-edit .version{display:flex;width:50%}.player-solution-edit .solution-version-textfield{width:75px}.player-solution-edit .error-text{flex:0 0 2.5rem;font-weight:bold;font-size:1rem;color:#941d1b}.player-solution-edit .error-text p{margin:0;background:#e6b9b9;padding:0.25rem 0.75rem}.player-solution-edit .error-text:empty{background:transparent}.player-solution-edit .add-module-button{margin-top:auto;align-self:baseline;margin-left:20px;margin-bottom:20px}.player-solution-sortable-helper{cursor:move;z-index:500;align-items:center;display:flex;justify-content:space-between;background:#e6e6e6;font-size:0.8125rem;border-bottom:1px solid #d2d2d2;border-top:1px solid #d2d2d2}.player-solution-sortable-helper td{padding-left:0.625rem;padding-right:0.625rem}.player-solution-sortable-helper td:nth-child(1){width:47%}.player-solution-sortable-helper td:nth-child(2){width:47%}.player-solution-sortable-helper td:nth-child(3){width:6%}@media only screen and (any-pointer: coarse){input[type="checkbox"]:not(.switch-input){opacity:1 !important}.events-popup-wrapper .events-popup .events-item-container .event-item .event-item__grabber{display:none}.event-item__arrows{display:flex;flex-flow:column nowrap;color:#a3a3a3;padding:0 0.75rem;outline:none;position:absolute;top:0;left:0;bottom:0;align-items:center;justify-content:center}.event-item__arrows .cp-button{color:#666}.event-item__arrows .cp-button:first-child{transform:rotate(180deg)}.card .context-menu-button-vertical{opacity:1;z-index:2}}.device--has-touch input[type="checkbox"]:not(.switch-input){opacity:1 !important}.device--has-touch .events-popup-wrapper .events-popup .events-item-container .event-item .event-item__grabber{display:none}.device--has-touch .event-item__arrows{display:flex;flex-flow:column nowrap;color:#a3a3a3;padding:0 0.75rem;outline:none;position:absolute;top:0;left:0;bottom:0;align-items:center;justify-content:center}.device--has-touch .event-item__arrows .cp-button{color:#666}.device--has-touch .event-item__arrows .cp-button:first-child{transform:rotate(180deg)}.device--has-touch .card .context-menu-button-vertical{opacity:1;z-index:2}.device--no-touch .event-item__arrows{display:none}.display--flex{display:flex}.width--auto{width:auto !important}.collapse-bottom{margin-bottom:0 !important}.margin--0{margin:0 !important}.padding--0{padding:0 !important}.padding--top-0{padding-top:0 !important}.padding--top-1{padding-top:1rem !important}.padding--full{padding:1.25rem}.padding--small{padding:.625rem}.padding--vertical-small{padding-top:.625rem;padding-bottom:.625rem}.pos--absolute{position:absolute}.no-wrap{white-space:nowrap}.subtitle{font-size:0.875em;font-weight:600}.font-medium{font-weight:600}.center{align-self:center}p.small{font-size:.875rem;line-height:1.4;margin-bottom:0.5rem}p.note{color:#1a1a1a}.advanced-settings-panel .callout{border:none;color:#fff;background-color:#666}.advanced-settings-panel .callout.small{font-size:.875rem;line-height:1.4}.advanced-settings-panel .callout.success{background:#176934}.advanced-settings-panel .callout.alert{background:#b06000}.advanced-settings-panel .callout.error{background:#941d1b}.relative{position:relative}


/*# sourceMappingURL=main.e3bd40214b8389115d74.css.map*/