@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.9.0
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("/css/datatablesplugins/rowGroup.dataTables.min.css");
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[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;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[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-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

[data-whatinput=mouse] button {
  outline: 0;
}
button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

[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 {
  appearance: none;
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
[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: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 0;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #cacaca;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 1rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.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: 0.5rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 1rem;
  line-height: 1.5;
  padding: 0.5625rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 0 0 0 0;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 0 0 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  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;
  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 {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  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%28138, 138, 138%29"></polygon></svg>');
}
@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: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #e6e6e6;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #cc4b37;
}
.form-error.is-visible {
  display: block;
}

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: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  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: #cacaca;
}

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  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: #1779ba;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(19.78, 104.06, 159.96);
}
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 #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  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;
}

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem;
}

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

.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;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !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 #8a8a8a;
    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;
  }
}
.grid-container {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.fluid {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}
.grid-container.full {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0;
}

.grid-x, .row {
  display: flex;
  flex-flow: row wrap;
}

.cell, .columns, .column {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto, .auto.columns, .auto.column {
  flex: 1 1 0;
}
.cell.shrink, .shrink.columns, .shrink.column {
  flex: 0 0 auto;
}

.grid-x > .auto, .row > .auto {
  width: auto;
}
.grid-x > .shrink, .row > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .row > .small-shrink, .grid-x > .small-full, .row > .small-full, .grid-x > .small-1, .row > .small-1, .grid-x > .small-2, .row > .small-2, .grid-x > .small-3, .row > .small-3, .grid-x > .small-4, .row > .small-4, .grid-x > .small-5, .row > .small-5, .grid-x > .small-6, .row > .small-6, .grid-x > .small-7, .row > .small-7, .grid-x > .small-8, .row > .small-8, .grid-x > .small-9, .row > .small-9, .grid-x > .small-10, .row > .small-10, .grid-x > .small-11, .row > .small-11, .grid-x > .small-12, .row > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .row > .medium-shrink, .grid-x > .medium-full, .row > .medium-full, .grid-x > .medium-1, .row > .medium-1, .grid-x > .medium-2, .row > .medium-2, .grid-x > .medium-3, .row > .medium-3, .grid-x > .medium-4, .row > .medium-4, .grid-x > .medium-5, .row > .medium-5, .grid-x > .medium-6, .row > .medium-6, .grid-x > .medium-7, .row > .medium-7, .grid-x > .medium-8, .row > .medium-8, .grid-x > .medium-9, .row > .medium-9, .grid-x > .medium-10, .row > .medium-10, .grid-x > .medium-11, .row > .medium-11, .grid-x > .medium-12, .row > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .row > .large-shrink, .grid-x > .large-full, .row > .large-full, .grid-x > .large-1, .row > .large-1, .grid-x > .large-2, .row > .large-2, .grid-x > .large-3, .row > .large-3, .grid-x > .large-4, .row > .large-4, .grid-x > .large-5, .row > .large-5, .grid-x > .large-6, .row > .large-6, .grid-x > .large-7, .row > .large-7, .grid-x > .large-8, .row > .large-8, .grid-x > .large-9, .row > .large-9, .grid-x > .large-10, .row > .large-10, .grid-x > .large-11, .row > .large-11, .grid-x > .large-12, .row > .large-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .row > .small-12, .grid-x > .small-11, .row > .small-11, .grid-x > .small-10, .row > .small-10, .grid-x > .small-9, .row > .small-9, .grid-x > .small-8, .row > .small-8, .grid-x > .small-7, .row > .small-7, .grid-x > .small-6, .row > .small-6, .grid-x > .small-5, .row > .small-5, .grid-x > .small-4, .row > .small-4, .grid-x > .small-3, .row > .small-3, .grid-x > .small-2, .row > .small-2, .grid-x > .small-1, .row > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1, .row > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2, .row > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3, .row > .small-3 {
  width: 25%;
}

.grid-x > .small-4, .row > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5, .row > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6, .row > .small-6 {
  width: 50%;
}

.grid-x > .small-7, .row > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8, .row > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9, .row > .small-9 {
  width: 75%;
}

.grid-x > .small-10, .row > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11, .row > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12, .row > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto, .row > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .row > .medium-12, .grid-x > .medium-11, .row > .medium-11, .grid-x > .medium-10, .row > .medium-10, .grid-x > .medium-9, .row > .medium-9, .grid-x > .medium-8, .row > .medium-8, .grid-x > .medium-7, .row > .medium-7, .grid-x > .medium-6, .row > .medium-6, .grid-x > .medium-5, .row > .medium-5, .grid-x > .medium-4, .row > .medium-4, .grid-x > .medium-3, .row > .medium-3, .grid-x > .medium-2, .row > .medium-2, .grid-x > .medium-1, .row > .medium-1, .grid-x > .medium-shrink, .row > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink, .row > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1, .row > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2, .row > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3, .row > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4, .row > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5, .row > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6, .row > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7, .row > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8, .row > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9, .row > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10, .row > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11, .row > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12, .row > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto, .row > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .row > .large-12, .grid-x > .large-11, .row > .large-11, .grid-x > .large-10, .row > .large-10, .grid-x > .large-9, .row > .large-9, .grid-x > .large-8, .row > .large-8, .grid-x > .large-7, .row > .large-7, .grid-x > .large-6, .row > .large-6, .grid-x > .large-5, .row > .large-5, .grid-x > .large-4, .row > .large-4, .grid-x > .large-3, .row > .large-3, .grid-x > .large-2, .row > .large-2, .grid-x > .large-1, .row > .large-1, .grid-x > .large-shrink, .row > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink, .row > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1, .row > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2, .row > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3, .row > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4, .row > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5, .row > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6, .row > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7, .row > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8, .row > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9, .row > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10, .row > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11, .row > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12, .row > .large-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x):not(.row) > .cell, .grid-margin-x:not(.grid-x):not(.row) > .columns, .grid-margin-x:not(.grid-x):not(.row) > .column {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell, .grid-margin-y:not(.grid-y) > .columns, .grid-margin-y:not(.grid-y) > .column {
  height: auto;
}

.grid-margin-x, .row.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x, .row.grid-margin-x {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
  }
}
.grid-margin-x > .cell, .grid-margin-x > .columns, .grid-margin-x > .column {
  width: calc(100% - 1.25rem);
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell, .grid-margin-x > .columns, .grid-margin-x > .column {
    width: calc(100% - 1.875rem);
    margin-left: 0.9375rem;
    margin-right: 0.9375rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.25rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.25rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.25rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.25rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.25rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.25rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.25rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.25rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.25rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.25rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.875rem);
  }
}
@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.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.875rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.875rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}
.grid-padding-x > .cell, .grid-padding-x > .columns, .grid-padding-x > .column {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell, .grid-padding-x > .columns, .grid-padding-x > .column {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.small-up-1 > .cell, .small-up-1 > .columns, .small-up-1 > .column {
  width: 100%;
}

.small-up-2 > .cell, .small-up-2 > .columns, .small-up-2 > .column {
  width: 50%;
}

.small-up-3 > .cell, .small-up-3 > .columns, .small-up-3 > .column {
  width: 33.3333333333%;
}

.small-up-4 > .cell, .small-up-4 > .columns, .small-up-4 > .column {
  width: 25%;
}

.small-up-5 > .cell, .small-up-5 > .columns, .small-up-5 > .column {
  width: 20%;
}

.small-up-6 > .cell, .small-up-6 > .columns, .small-up-6 > .column {
  width: 16.6666666667%;
}

.small-up-7 > .cell, .small-up-7 > .columns, .small-up-7 > .column {
  width: 14.2857142857%;
}

.small-up-8 > .cell, .small-up-8 > .columns, .small-up-8 > .column {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell, .medium-up-1 > .columns, .medium-up-1 > .column {
    width: 100%;
  }
  .medium-up-2 > .cell, .medium-up-2 > .columns, .medium-up-2 > .column {
    width: 50%;
  }
  .medium-up-3 > .cell, .medium-up-3 > .columns, .medium-up-3 > .column {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell, .medium-up-4 > .columns, .medium-up-4 > .column {
    width: 25%;
  }
  .medium-up-5 > .cell, .medium-up-5 > .columns, .medium-up-5 > .column {
    width: 20%;
  }
  .medium-up-6 > .cell, .medium-up-6 > .columns, .medium-up-6 > .column {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell, .medium-up-7 > .columns, .medium-up-7 > .column {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell, .medium-up-8 > .columns, .medium-up-8 > .column {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell, .large-up-1 > .columns, .large-up-1 > .column {
    width: 100%;
  }
  .large-up-2 > .cell, .large-up-2 > .columns, .large-up-2 > .column {
    width: 50%;
  }
  .large-up-3 > .cell, .large-up-3 > .columns, .large-up-3 > .column {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell, .large-up-4 > .columns, .large-up-4 > .column {
    width: 25%;
  }
  .large-up-5 > .cell, .large-up-5 > .columns, .large-up-5 > .column {
    width: 20%;
  }
  .large-up-6 > .cell, .large-up-6 > .columns, .large-up-6 > .column {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell, .large-up-7 > .columns, .large-up-7 > .column {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell, .large-up-8 > .columns, .large-up-8 > .column {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell, .grid-margin-x.small-up-1 > .columns, .grid-margin-x.small-up-1 > .column {
  width: calc(100% - 1.25rem);
}

.grid-margin-x.small-up-2 > .cell, .grid-margin-x.small-up-2 > .columns, .grid-margin-x.small-up-2 > .column {
  width: calc(50% - 1.25rem);
}

.grid-margin-x.small-up-3 > .cell, .grid-margin-x.small-up-3 > .columns, .grid-margin-x.small-up-3 > .column {
  width: calc(33.3333333333% - 1.25rem);
}

.grid-margin-x.small-up-4 > .cell, .grid-margin-x.small-up-4 > .columns, .grid-margin-x.small-up-4 > .column {
  width: calc(25% - 1.25rem);
}

.grid-margin-x.small-up-5 > .cell, .grid-margin-x.small-up-5 > .columns, .grid-margin-x.small-up-5 > .column {
  width: calc(20% - 1.25rem);
}

.grid-margin-x.small-up-6 > .cell, .grid-margin-x.small-up-6 > .columns, .grid-margin-x.small-up-6 > .column {
  width: calc(16.6666666667% - 1.25rem);
}

.grid-margin-x.small-up-7 > .cell, .grid-margin-x.small-up-7 > .columns, .grid-margin-x.small-up-7 > .column {
  width: calc(14.2857142857% - 1.25rem);
}

.grid-margin-x.small-up-8 > .cell, .grid-margin-x.small-up-8 > .columns, .grid-margin-x.small-up-8 > .column {
  width: calc(12.5% - 1.25rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell, .grid-margin-x.small-up-1 > .columns, .grid-margin-x.small-up-1 > .column {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.small-up-2 > .cell, .grid-margin-x.small-up-2 > .columns, .grid-margin-x.small-up-2 > .column {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.small-up-3 > .cell, .grid-margin-x.small-up-3 > .columns, .grid-margin-x.small-up-3 > .column {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.small-up-4 > .cell, .grid-margin-x.small-up-4 > .columns, .grid-margin-x.small-up-4 > .column {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.small-up-5 > .cell, .grid-margin-x.small-up-5 > .columns, .grid-margin-x.small-up-5 > .column {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.small-up-6 > .cell, .grid-margin-x.small-up-6 > .columns, .grid-margin-x.small-up-6 > .column {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.small-up-7 > .cell, .grid-margin-x.small-up-7 > .columns, .grid-margin-x.small-up-7 > .column {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.small-up-8 > .cell, .grid-margin-x.small-up-8 > .columns, .grid-margin-x.small-up-8 > .column {
    width: calc(12.5% - 1.875rem);
  }
  .grid-margin-x.medium-up-1 > .cell, .grid-margin-x.medium-up-1 > .columns, .grid-margin-x.medium-up-1 > .column {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.medium-up-2 > .cell, .grid-margin-x.medium-up-2 > .columns, .grid-margin-x.medium-up-2 > .column {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.medium-up-3 > .cell, .grid-margin-x.medium-up-3 > .columns, .grid-margin-x.medium-up-3 > .column {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.medium-up-4 > .cell, .grid-margin-x.medium-up-4 > .columns, .grid-margin-x.medium-up-4 > .column {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.medium-up-5 > .cell, .grid-margin-x.medium-up-5 > .columns, .grid-margin-x.medium-up-5 > .column {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.medium-up-6 > .cell, .grid-margin-x.medium-up-6 > .columns, .grid-margin-x.medium-up-6 > .column {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.medium-up-7 > .cell, .grid-margin-x.medium-up-7 > .columns, .grid-margin-x.medium-up-7 > .column {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.medium-up-8 > .cell, .grid-margin-x.medium-up-8 > .columns, .grid-margin-x.medium-up-8 > .column {
    width: calc(12.5% - 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell, .grid-margin-x.large-up-1 > .columns, .grid-margin-x.large-up-1 > .column {
    width: calc(100% - 1.875rem);
  }
  .grid-margin-x.large-up-2 > .cell, .grid-margin-x.large-up-2 > .columns, .grid-margin-x.large-up-2 > .column {
    width: calc(50% - 1.875rem);
  }
  .grid-margin-x.large-up-3 > .cell, .grid-margin-x.large-up-3 > .columns, .grid-margin-x.large-up-3 > .column {
    width: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-x.large-up-4 > .cell, .grid-margin-x.large-up-4 > .columns, .grid-margin-x.large-up-4 > .column {
    width: calc(25% - 1.875rem);
  }
  .grid-margin-x.large-up-5 > .cell, .grid-margin-x.large-up-5 > .columns, .grid-margin-x.large-up-5 > .column {
    width: calc(20% - 1.875rem);
  }
  .grid-margin-x.large-up-6 > .cell, .grid-margin-x.large-up-6 > .columns, .grid-margin-x.large-up-6 > .column {
    width: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-x.large-up-7 > .cell, .grid-margin-x.large-up-7 > .columns, .grid-margin-x.large-up-7 > .column {
    width: calc(14.2857142857% - 1.875rem);
  }
  .grid-margin-x.large-up-8 > .cell, .grid-margin-x.large-up-8 > .columns, .grid-margin-x.large-up-8 > .column {
    width: calc(12.5% - 1.875rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell, .small-margin-collapse > .columns, .small-margin-collapse > .column {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell, .small-padding-collapse > .columns, .small-padding-collapse > .column {
  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, .medium-margin-collapse > .columns, .medium-margin-collapse > .column {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell, .medium-padding-collapse > .columns, .medium-padding-collapse > .column {
    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, .large-margin-collapse > .columns, .large-margin-collapse > .column {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell, .large-padding-collapse > .columns, .large-padding-collapse > .column {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.25rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 1.25rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 1.25rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.25rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 1.25rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 1.25rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.25rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 1.25rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 1.25rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.25rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 1.25rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 1.25rem / 2);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.875rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.875rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.875rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.875rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.875rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.875rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.875rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.875rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.875rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.875rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.875rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.875rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell, .grid-y > .columns, .grid-y > .column {
  height: auto;
  max-height: none;
}
.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;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-padding-y > .cell, .grid-padding-y > .columns, .grid-padding-y > .column {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell, .grid-padding-y > .columns, .grid-padding-y > .column {
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell, .grid-margin-y > .columns, .grid-margin-y > .column {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell, .grid-margin-y > .columns, .grid-margin-y > .column {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame, .columns .grid-frame, .column .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x, .cell-block-container > .row {
  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, .columns .medium-grid-frame, .column .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x, .medium-cell-block-container > .row {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -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, .columns .large-grid-frame, .column .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x, .large-cell-block-container > .row {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame, .columns .grid-y.grid-frame, .column .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame, .columns .grid-y.medium-grid-frame, .column .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame, .columns .grid-y.large-grid-frame, .column .grid-y.large-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -0.9375rem;
    margin-bottom: -0.9375rem;
  }
}
.grid-margin-y > .cell, .grid-margin-y > .columns, .grid-margin-y > .column {
  height: calc(100% - 1.25rem);
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell, .grid-margin-y > .columns, .grid-margin-y > .column {
    height: calc(100% - 1.875rem);
    margin-top: 0.9375rem;
    margin-bottom: 0.9375rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.25rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.25rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.25rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.25rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.25rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.25rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.25rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.25rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.25rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.25rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.875rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.875rem);
  }
}
@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.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.875rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.875rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.875rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.875rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.875rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.875rem);
  }
}

.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.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.875rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  padding: 0.85em 1em;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: rgb(19.55, 102.85, 158.1);
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .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, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #1779ba;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(11.5, 60.5, 93);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(11.5, 60.5, 93);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: #3b3b3b;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: none;
}
.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: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #1779ba;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(18.4, 96.8, 148.8);
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #767676;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #fefefe;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #3adb76;
  color: #0a0a0a;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #0a0a0a;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #ffae00;
  color: #0a0a0a;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(204, 139.2, 0);
  color: #0a0a0a;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #cc4b37;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #fefefe;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: rgb(11.5, 60.5, 93);
  color: rgb(11.5, 60.5, 93);
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 1px solid #767676;
  color: #767676;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #1779ba;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: rgb(11.5, 60.5, 93);
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #1779ba;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: rgb(11.5, 60.5, 93);
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #767676;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: #3b3b3b;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #3adb76;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #ffae00;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: rgb(127.5, 87, 0);
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #cc4b37;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button-group.no-gaps .button {
  margin-right: -0.0625rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.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;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #989898;
}
.label.primary {
  background: #1779ba;
  color: #0a0a0a;
}
.label.secondary {
  background: #767676;
  color: #0a0a0a;
}
.label.success {
  background: #3adb76;
  color: #0a0a0a;
}
.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.label.alert {
  background: #cc4b37;
  color: #0a0a0a;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: rgb(19.55, 102.85, 158.1);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

.switch {
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  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.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:focus-visible ~ .switch-paddle {
  background: rgb(181.8, 181.8, 181.8);
}
input:focus-visible ~ .switch-paddle::after {
  background: #fefefe;
}
input:checked:focus-visible ~ .switch-paddle {
  background: rgb(19.55, 102.85, 158.1);
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  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: 0.625rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
}

thead {
  background: rgb(247.65, 247.65, 247.65);
  color: #0a0a0a;
}

tfoot {
  background: rgb(241.3, 241.3, 241.3);
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(241.3, 241.3, 241.3);
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

@media print, screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none;
  }
  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: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe;
}
.badge.primary {
  background: #1779ba;
  color: #fefefe;
}
.badge.secondary {
  background: #767676;
  color: #fefefe;
}
.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}
.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}
.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.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: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  background-color: rgb(254.85, 254.85, 254.85);
  color: #0a0a0a;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(214.8186602871, 235.9894736842, 250.0313397129);
  color: #0a0a0a;
}
.callout.secondary {
  background-color: rgb(234.45, 234.45, 234.45);
  color: #0a0a0a;
}
.callout.success {
  background-color: rgb(225.45, 249.6, 234.45);
  color: #0a0a0a;
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
  color: #0a0a0a;
}
.callout.alert {
  background-color: rgb(247.35, 228, 225);
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.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: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.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: 0.0625rem;
  border-radius: 0;
  font-size: 0.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: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #1779ba;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a 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-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a 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%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.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 print, screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.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(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.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%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  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: #1779ba;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(21.85, 114.95, 176.7);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: rgb(19.78, 104.06, 159.96);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  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: 4px solid #fefefe;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 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(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.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.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.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;
  }
}
.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, .menu.nested.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, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.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, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.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, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.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, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #fefefe;
}
.menu .active > a {
  background: #1779ba;
  color: #fefefe;
}
.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.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  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: #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.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: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.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-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.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;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba 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 !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.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: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  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 {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.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-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #1779ba transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.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 {
  top: 0;
  right: 100%;
  left: auto;
}
.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 {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
@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-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba 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 {
    top: 0;
    right: 100%;
    left: auto;
  }
  .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 {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
@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-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #1779ba 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 {
    top: 0;
    right: 100%;
    left: auto;
  }
  .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 {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #1779ba transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #1779ba;
  }
}
.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 #cacaca;
  background: #fefefe;
}
.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 {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #1779ba transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #1779ba;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.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 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 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 {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
  position: fixed;
}
[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(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #e6e6e6;
  position: absolute;
}
[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(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-250px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(250px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 250px;
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(250px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-250px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-250px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(250px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 250px;
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(250px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-250px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.5s ease;
}
.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 print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .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: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .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;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
}
[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;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.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;
}

.title-bar {
  padding: 0.5rem;
  background: #0a0a0a;
  color: #fefefe;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.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;
}

.top-bar {
  padding: 0.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.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 {
  flex-wrap: wrap;
}
.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 print, screen and (max-width: 63.99875em) {
  .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 print, screen and (max-width: 74.99875em) {
  .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%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.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-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

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

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

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.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;
  }
}
.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;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 39.99875em) {
  .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.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), 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.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.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;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

/* 
 * Foundation Icons v 3.0
 * Made by ZURB 2013 http://zurb.com/playground/foundation-icon-fonts-3
 * MIT License
 */
@font-face {
  font-family: "foundation-icons";
  src: url("../fonts/foundation-icons/foundation-icons.eot");
  src: url("../fonts/foundation-icons/foundation-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/foundation-icons/foundation-icons.woff") format("woff"), url("../fonts/foundation-icons/foundation-icons.ttf") format("truetype"), url("../fonts/foundation-icons/foundation-icons.svg#fontcustom") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fi-address-book:before,
.fi-alert:before,
.fi-align-center:before,
.fi-align-justify:before,
.fi-align-left:before,
.fi-align-right:before,
.fi-anchor:before,
.fi-annotate:before,
.fi-archive:before,
.fi-arrow-down:before,
.fi-arrow-left:before,
.fi-arrow-right:before,
.fi-arrow-up:before,
.fi-arrows-compress:before,
.fi-arrows-expand:before,
.fi-arrows-in:before,
.fi-arrows-out:before,
.fi-asl:before,
.fi-asterisk:before,
.fi-at-sign:before,
.fi-background-color:before,
.fi-battery-empty:before,
.fi-battery-full:before,
.fi-battery-half:before,
.fi-bitcoin-circle:before,
.fi-bitcoin:before,
.fi-blind:before,
.fi-bluetooth:before,
.fi-bold:before,
.fi-book-bookmark:before,
.fi-book:before,
.fi-bookmark:before,
.fi-braille:before,
.fi-burst-new:before,
.fi-burst-sale:before,
.fi-burst:before,
.fi-calendar:before,
.fi-camera:before,
.fi-check:before,
.fi-checkbox:before,
.fi-clipboard-notes:before,
.fi-clipboard-pencil:before,
.fi-clipboard:before,
.fi-clock:before,
.fi-closed-caption:before,
.fi-cloud:before,
.fi-comment-minus:before,
.fi-comment-quotes:before,
.fi-comment-video:before,
.fi-comment:before,
.fi-comments:before,
.fi-compass:before,
.fi-contrast:before,
.fi-credit-card:before,
.fi-crop:before,
.fi-crown:before,
.fi-css3:before,
.fi-database:before,
.fi-die-five:before,
.fi-die-four:before,
.fi-die-one:before,
.fi-die-six:before,
.fi-die-three:before,
.fi-die-two:before,
.fi-dislike:before,
.fi-dollar-bill:before,
.fi-dollar:before,
.fi-download:before,
.fi-eject:before,
.fi-elevator:before,
.fi-euro:before,
.fi-eye:before,
.fi-fast-forward:before,
.fi-female-symbol:before,
.fi-female:before,
.fi-filter:before,
.fi-first-aid:before,
.fi-flag:before,
.fi-folder-add:before,
.fi-folder-lock:before,
.fi-folder:before,
.fi-foot:before,
.fi-foundation:before,
.fi-graph-bar:before,
.fi-graph-horizontal:before,
.fi-graph-pie:before,
.fi-graph-trend:before,
.fi-guide-dog:before,
.fi-hearing-aid:before,
.fi-heart:before,
.fi-home:before,
.fi-html5:before,
.fi-indent-less:before,
.fi-indent-more:before,
.fi-info:before,
.fi-italic:before,
.fi-key:before,
.fi-laptop:before,
.fi-layout:before,
.fi-lightbulb:before,
.fi-like:before,
.fi-link:before,
.fi-list-bullet:before,
.fi-list-number:before,
.fi-list-thumbnails:before,
.fi-list:before,
.fi-lock:before,
.fi-loop:before,
.fi-magnifying-glass:before,
.fi-mail:before,
.fi-male-female:before,
.fi-male-symbol:before,
.fi-male:before,
.fi-map:before,
.fi-marker:before,
.fi-megaphone:before,
.fi-microphone:before,
.fi-minus-circle:before,
.fi-minus:before,
.fi-mobile-signal:before,
.fi-mobile:before,
.fi-monitor:before,
.fi-mountains:before,
.fi-music:before,
.fi-next:before,
.fi-no-dogs:before,
.fi-no-smoking:before,
.fi-page-add:before,
.fi-page-copy:before,
.fi-page-csv:before,
.fi-page-delete:before,
.fi-page-doc:before,
.fi-page-edit:before,
.fi-page-export-csv:before,
.fi-page-export-doc:before,
.fi-page-export-pdf:before,
.fi-page-export:before,
.fi-page-filled:before,
.fi-page-multiple:before,
.fi-page-pdf:before,
.fi-page-remove:before,
.fi-page-search:before,
.fi-page:before,
.fi-paint-bucket:before,
.fi-paperclip:before,
.fi-pause:before,
.fi-paw:before,
.fi-paypal:before,
.fi-pencil:before,
.fi-photo:before,
.fi-play-circle:before,
.fi-play-video:before,
.fi-play:before,
.fi-plus:before,
.fi-pound:before,
.fi-power:before,
.fi-previous:before,
.fi-price-tag:before,
.fi-pricetag-multiple:before,
.fi-print:before,
.fi-prohibited:before,
.fi-projection-screen:before,
.fi-puzzle:before,
.fi-quote:before,
.fi-record:before,
.fi-refresh:before,
.fi-results-demographics:before,
.fi-results:before,
.fi-rewind-ten:before,
.fi-rewind:before,
.fi-rss:before,
.fi-safety-cone:before,
.fi-save:before,
.fi-share:before,
.fi-sheriff-badge:before,
.fi-shield:before,
.fi-shopping-bag:before,
.fi-shopping-cart:before,
.fi-shuffle:before,
.fi-skull:before,
.fi-social-500px:before,
.fi-social-adobe:before,
.fi-social-amazon:before,
.fi-social-android:before,
.fi-social-apple:before,
.fi-social-behance:before,
.fi-social-bing:before,
.fi-social-blogger:before,
.fi-social-delicious:before,
.fi-social-designer-news:before,
.fi-social-deviant-art:before,
.fi-social-digg:before,
.fi-social-dribbble:before,
.fi-social-drive:before,
.fi-social-dropbox:before,
.fi-social-evernote:before,
.fi-social-facebook:before,
.fi-social-flickr:before,
.fi-social-forrst:before,
.fi-social-foursquare:before,
.fi-social-game-center:before,
.fi-social-github:before,
.fi-social-google-plus:before,
.fi-social-hacker-news:before,
.fi-social-hi5:before,
.fi-social-instagram:before,
.fi-social-joomla:before,
.fi-social-lastfm:before,
.fi-social-linkedin:before,
.fi-social-medium:before,
.fi-social-myspace:before,
.fi-social-orkut:before,
.fi-social-path:before,
.fi-social-picasa:before,
.fi-social-pinterest:before,
.fi-social-rdio:before,
.fi-social-reddit:before,
.fi-social-skillshare:before,
.fi-social-skype:before,
.fi-social-smashing-mag:before,
.fi-social-snapchat:before,
.fi-social-spotify:before,
.fi-social-squidoo:before,
.fi-social-stack-overflow:before,
.fi-social-steam:before,
.fi-social-stumbleupon:before,
.fi-social-treehouse:before,
.fi-social-tumblr:before,
.fi-social-twitter:before,
.fi-social-vimeo:before,
.fi-social-windows:before,
.fi-social-xbox:before,
.fi-social-yahoo:before,
.fi-social-yelp:before,
.fi-social-youtube:before,
.fi-social-zerply:before,
.fi-social-zurb:before,
.fi-sound:before,
.fi-star:before,
.fi-stop:before,
.fi-strikethrough:before,
.fi-subscript:before,
.fi-superscript:before,
.fi-tablet-landscape:before,
.fi-tablet-portrait:before,
.fi-target-two:before,
.fi-target:before,
.fi-telephone-accessible:before,
.fi-telephone:before,
.fi-text-color:before,
.fi-thumbnails:before,
.fi-ticket:before,
.fi-torso-business:before,
.fi-torso-female:before,
.fi-torso:before,
.fi-torsos-all-female:before,
.fi-torsos-all:before,
.fi-torsos-female-male:before,
.fi-torsos-male-female:before,
.fi-torsos:before,
.fi-trash:before,
.fi-trees:before,
.fi-trophy:before,
.fi-underline:before,
.fi-universal-access:before,
.fi-unlink:before,
.fi-unlock:before,
.fi-upload-cloud:before,
.fi-upload:before,
.fi-usb:before,
.fi-video:before,
.fi-volume-none:before,
.fi-volume-strike:before,
.fi-volume:before,
.fi-web:before,
.fi-wheelchair:before,
.fi-widget:before,
.fi-wrench:before,
.fi-x-circle:before,
.fi-x:before,
.fi-yen:before,
.fi-zoom-in:before,
.fi-zoom-out:before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.fi-address-book:before {
  content: "\f100";
}

.fi-alert:before {
  content: "\f101";
}

.fi-align-center:before {
  content: "\f102";
}

.fi-align-justify:before {
  content: "\f103";
}

.fi-align-left:before {
  content: "\f104";
}

.fi-align-right:before {
  content: "\f105";
}

.fi-anchor:before {
  content: "\f106";
}

.fi-annotate:before {
  content: "\f107";
}

.fi-archive:before {
  content: "\f108";
}

.fi-arrow-down:before {
  content: "\f109";
}

.fi-arrow-left:before {
  content: "\f10a";
}

.fi-arrow-right:before {
  content: "\f10b";
}

.fi-arrow-up:before {
  content: "\f10c";
}

.fi-arrows-compress:before {
  content: "\f10d";
}

.fi-arrows-expand:before {
  content: "\f10e";
}

.fi-arrows-in:before {
  content: "\f10f";
}

.fi-arrows-out:before {
  content: "\f110";
}

.fi-asl:before {
  content: "\f111";
}

.fi-asterisk:before {
  content: "\f112";
}

.fi-at-sign:before {
  content: "\f113";
}

.fi-background-color:before {
  content: "\f114";
}

.fi-battery-empty:before {
  content: "\f115";
}

.fi-battery-full:before {
  content: "\f116";
}

.fi-battery-half:before {
  content: "\f117";
}

.fi-bitcoin-circle:before {
  content: "\f118";
}

.fi-bitcoin:before {
  content: "\f119";
}

.fi-blind:before {
  content: "\f11a";
}

.fi-bluetooth:before {
  content: "\f11b";
}

.fi-bold:before {
  content: "\f11c";
}

.fi-book-bookmark:before {
  content: "\f11d";
}

.fi-book:before {
  content: "\f11e";
}

.fi-bookmark:before {
  content: "\f11f";
}

.fi-braille:before {
  content: "\f120";
}

.fi-burst-new:before {
  content: "\f121";
}

.fi-burst-sale:before {
  content: "\f122";
}

.fi-burst:before {
  content: "\f123";
}

.fi-calendar:before {
  content: "\f124";
}

.fi-camera:before {
  content: "\f125";
}

.fi-check:before {
  content: "\f126";
}

.fi-checkbox:before {
  content: "\f127";
}

.fi-clipboard-notes:before {
  content: "\f128";
}

.fi-clipboard-pencil:before {
  content: "\f129";
}

.fi-clipboard:before {
  content: "\f12a";
}

.fi-clock:before {
  content: "\f12b";
}

.fi-closed-caption:before {
  content: "\f12c";
}

.fi-cloud:before {
  content: "\f12d";
}

.fi-comment-minus:before {
  content: "\f12e";
}

.fi-comment-quotes:before {
  content: "\f12f";
}

.fi-comment-video:before {
  content: "\f130";
}

.fi-comment:before {
  content: "\f131";
}

.fi-comments:before {
  content: "\f132";
}

.fi-compass:before {
  content: "\f133";
}

.fi-contrast:before {
  content: "\f134";
}

.fi-credit-card:before {
  content: "\f135";
}

.fi-crop:before {
  content: "\f136";
}

.fi-crown:before {
  content: "\f137";
}

.fi-css3:before {
  content: "\f138";
}

.fi-database:before {
  content: "\f139";
}

.fi-die-five:before {
  content: "\f13a";
}

.fi-die-four:before {
  content: "\f13b";
}

.fi-die-one:before {
  content: "\f13c";
}

.fi-die-six:before {
  content: "\f13d";
}

.fi-die-three:before {
  content: "\f13e";
}

.fi-die-two:before {
  content: "\f13f";
}

.fi-dislike:before {
  content: "\f140";
}

.fi-dollar-bill:before {
  content: "\f141";
}

.fi-dollar:before {
  content: "\f142";
}

.fi-download:before {
  content: "\f143";
}

.fi-eject:before {
  content: "\f144";
}

.fi-elevator:before {
  content: "\f145";
}

.fi-euro:before {
  content: "\f146";
}

.fi-eye:before {
  content: "\f147";
}

.fi-fast-forward:before {
  content: "\f148";
}

.fi-female-symbol:before {
  content: "\f149";
}

.fi-female:before {
  content: "\f14a";
}

.fi-filter:before {
  content: "\f14b";
}

.fi-first-aid:before {
  content: "\f14c";
}

.fi-flag:before {
  content: "\f14d";
}

.fi-folder-add:before {
  content: "\f14e";
}

.fi-folder-lock:before {
  content: "\f14f";
}

.fi-folder:before {
  content: "\f150";
}

.fi-foot:before {
  content: "\f151";
}

.fi-foundation:before {
  content: "\f152";
}

.fi-graph-bar:before {
  content: "\f153";
}

.fi-graph-horizontal:before {
  content: "\f154";
}

.fi-graph-pie:before {
  content: "\f155";
}

.fi-graph-trend:before {
  content: "\f156";
}

.fi-guide-dog:before {
  content: "\f157";
}

.fi-hearing-aid:before {
  content: "\f158";
}

.fi-heart:before {
  content: "\f159";
}

.fi-home:before {
  content: "\f15a";
}

.fi-html5:before {
  content: "\f15b";
}

.fi-indent-less:before {
  content: "\f15c";
}

.fi-indent-more:before {
  content: "\f15d";
}

.fi-info:before {
  content: "\f15e";
}

.fi-italic:before {
  content: "\f15f";
}

.fi-key:before {
  content: "\f160";
}

.fi-laptop:before {
  content: "\f161";
}

.fi-layout:before {
  content: "\f162";
}

.fi-lightbulb:before {
  content: "\f163";
}

.fi-like:before {
  content: "\f164";
}

.fi-link:before {
  content: "\f165";
}

.fi-list-bullet:before {
  content: "\f166";
}

.fi-list-number:before {
  content: "\f167";
}

.fi-list-thumbnails:before {
  content: "\f168";
}

.fi-list:before {
  content: "\f169";
}

.fi-lock:before {
  content: "\f16a";
}

.fi-loop:before {
  content: "\f16b";
}

.fi-magnifying-glass:before {
  content: "\f16c";
}

.fi-mail:before {
  content: "\f16d";
}

.fi-male-female:before {
  content: "\f16e";
}

.fi-male-symbol:before {
  content: "\f16f";
}

.fi-male:before {
  content: "\f170";
}

.fi-map:before {
  content: "\f171";
}

.fi-marker:before {
  content: "\f172";
}

.fi-megaphone:before {
  content: "\f173";
}

.fi-microphone:before {
  content: "\f174";
}

.fi-minus-circle:before {
  content: "\f175";
}

.fi-minus:before {
  content: "\f176";
}

.fi-mobile-signal:before {
  content: "\f177";
}

.fi-mobile:before {
  content: "\f178";
}

.fi-monitor:before {
  content: "\f179";
}

.fi-mountains:before {
  content: "\f17a";
}

.fi-music:before {
  content: "\f17b";
}

.fi-next:before {
  content: "\f17c";
}

.fi-no-dogs:before {
  content: "\f17d";
}

.fi-no-smoking:before {
  content: "\f17e";
}

.fi-page-add:before {
  content: "\f17f";
}

.fi-page-copy:before {
  content: "\f180";
}

.fi-page-csv:before {
  content: "\f181";
}

.fi-page-delete:before {
  content: "\f182";
}

.fi-page-doc:before {
  content: "\f183";
}

.fi-page-edit:before {
  content: "\f184";
}

.fi-page-export-csv:before {
  content: "\f185";
}

.fi-page-export-doc:before {
  content: "\f186";
}

.fi-page-export-pdf:before {
  content: "\f187";
}

.fi-page-export:before {
  content: "\f188";
}

.fi-page-filled:before {
  content: "\f189";
}

.fi-page-multiple:before {
  content: "\f18a";
}

.fi-page-pdf:before {
  content: "\f18b";
}

.fi-page-remove:before {
  content: "\f18c";
}

.fi-page-search:before {
  content: "\f18d";
}

.fi-page:before {
  content: "\f18e";
}

.fi-paint-bucket:before {
  content: "\f18f";
}

.fi-paperclip:before {
  content: "\f190";
}

.fi-pause:before {
  content: "\f191";
}

.fi-paw:before {
  content: "\f192";
}

.fi-paypal:before {
  content: "\f193";
}

.fi-pencil:before {
  content: "\f194";
}

.fi-photo:before {
  content: "\f195";
}

.fi-play-circle:before {
  content: "\f196";
}

.fi-play-video:before {
  content: "\f197";
}

.fi-play:before {
  content: "\f198";
}

.fi-plus:before {
  content: "\f199";
}

.fi-pound:before {
  content: "\f19a";
}

.fi-power:before {
  content: "\f19b";
}

.fi-previous:before {
  content: "\f19c";
}

.fi-price-tag:before {
  content: "\f19d";
}

.fi-pricetag-multiple:before {
  content: "\f19e";
}

.fi-print:before {
  content: "\f19f";
}

.fi-prohibited:before {
  content: "\f1a0";
}

.fi-projection-screen:before {
  content: "\f1a1";
}

.fi-puzzle:before {
  content: "\f1a2";
}

.fi-quote:before {
  content: "\f1a3";
}

.fi-record:before {
  content: "\f1a4";
}

.fi-refresh:before {
  content: "\f1a5";
}

.fi-results-demographics:before {
  content: "\f1a6";
}

.fi-results:before {
  content: "\f1a7";
}

.fi-rewind-ten:before {
  content: "\f1a8";
}

.fi-rewind:before {
  content: "\f1a9";
}

.fi-rss:before {
  content: "\f1aa";
}

.fi-safety-cone:before {
  content: "\f1ab";
}

.fi-save:before {
  content: "\f1ac";
}

.fi-share:before {
  content: "\f1ad";
}

.fi-sheriff-badge:before {
  content: "\f1ae";
}

.fi-shield:before {
  content: "\f1af";
}

.fi-shopping-bag:before {
  content: "\f1b0";
}

.fi-shopping-cart:before {
  content: "\f1b1";
}

.fi-shuffle:before {
  content: "\f1b2";
}

.fi-skull:before {
  content: "\f1b3";
}

.fi-social-500px:before {
  content: "\f1b4";
}

.fi-social-adobe:before {
  content: "\f1b5";
}

.fi-social-amazon:before {
  content: "\f1b6";
}

.fi-social-android:before {
  content: "\f1b7";
}

.fi-social-apple:before {
  content: "\f1b8";
}

.fi-social-behance:before {
  content: "\f1b9";
}

.fi-social-bing:before {
  content: "\f1ba";
}

.fi-social-blogger:before {
  content: "\f1bb";
}

.fi-social-delicious:before {
  content: "\f1bc";
}

.fi-social-designer-news:before {
  content: "\f1bd";
}

.fi-social-deviant-art:before {
  content: "\f1be";
}

.fi-social-digg:before {
  content: "\f1bf";
}

.fi-social-dribbble:before {
  content: "\f1c0";
}

.fi-social-drive:before {
  content: "\f1c1";
}

.fi-social-dropbox:before {
  content: "\f1c2";
}

.fi-social-evernote:before {
  content: "\f1c3";
}

.fi-social-facebook:before {
  content: "\f1c4";
}

.fi-social-flickr:before {
  content: "\f1c5";
}

.fi-social-forrst:before {
  content: "\f1c6";
}

.fi-social-foursquare:before {
  content: "\f1c7";
}

.fi-social-game-center:before {
  content: "\f1c8";
}

.fi-social-github:before {
  content: "\f1c9";
}

.fi-social-google-plus:before {
  content: "\f1ca";
}

.fi-social-hacker-news:before {
  content: "\f1cb";
}

.fi-social-hi5:before {
  content: "\f1cc";
}

.fi-social-instagram:before {
  content: "\f1cd";
}

.fi-social-joomla:before {
  content: "\f1ce";
}

.fi-social-lastfm:before {
  content: "\f1cf";
}

.fi-social-linkedin:before {
  content: "\f1d0";
}

.fi-social-medium:before {
  content: "\f1d1";
}

.fi-social-myspace:before {
  content: "\f1d2";
}

.fi-social-orkut:before {
  content: "\f1d3";
}

.fi-social-path:before {
  content: "\f1d4";
}

.fi-social-picasa:before {
  content: "\f1d5";
}

.fi-social-pinterest:before {
  content: "\f1d6";
}

.fi-social-rdio:before {
  content: "\f1d7";
}

.fi-social-reddit:before {
  content: "\f1d8";
}

.fi-social-skillshare:before {
  content: "\f1d9";
}

.fi-social-skype:before {
  content: "\f1da";
}

.fi-social-smashing-mag:before {
  content: "\f1db";
}

.fi-social-snapchat:before {
  content: "\f1dc";
}

.fi-social-spotify:before {
  content: "\f1dd";
}

.fi-social-squidoo:before {
  content: "\f1de";
}

.fi-social-stack-overflow:before {
  content: "\f1df";
}

.fi-social-steam:before {
  content: "\f1e0";
}

.fi-social-stumbleupon:before {
  content: "\f1e1";
}

.fi-social-treehouse:before {
  content: "\f1e2";
}

.fi-social-tumblr:before {
  content: "\f1e3";
}

.fi-social-twitter:before {
  content: "\f1e4";
}

.fi-social-vimeo:before {
  content: "\f1e5";
}

.fi-social-windows:before {
  content: "\f1e6";
}

.fi-social-xbox:before {
  content: "\f1e7";
}

.fi-social-yahoo:before {
  content: "\f1e8";
}

.fi-social-yelp:before {
  content: "\f1e9";
}

.fi-social-youtube:before {
  content: "\f1ea";
}

.fi-social-zerply:before {
  content: "\f1eb";
}

.fi-social-zurb:before {
  content: "\f1ec";
}

.fi-sound:before {
  content: "\f1ed";
}

.fi-star:before {
  content: "\f1ee";
}

.fi-stop:before {
  content: "\f1ef";
}

.fi-strikethrough:before {
  content: "\f1f0";
}

.fi-subscript:before {
  content: "\f1f1";
}

.fi-superscript:before {
  content: "\f1f2";
}

.fi-tablet-landscape:before {
  content: "\f1f3";
}

.fi-tablet-portrait:before {
  content: "\f1f4";
}

.fi-target-two:before {
  content: "\f1f5";
}

.fi-target:before {
  content: "\f1f6";
}

.fi-telephone-accessible:before {
  content: "\f1f7";
}

.fi-telephone:before {
  content: "\f1f8";
}

.fi-text-color:before {
  content: "\f1f9";
}

.fi-thumbnails:before {
  content: "\f1fa";
}

.fi-ticket:before {
  content: "\f1fb";
}

.fi-torso-business:before {
  content: "\f1fc";
}

.fi-torso-female:before {
  content: "\f1fd";
}

.fi-torso:before {
  content: "\f1fe";
}

.fi-torsos-all-female:before {
  content: "\f1ff";
}

.fi-torsos-all:before {
  content: "\f200";
}

.fi-torsos-female-male:before {
  content: "\f201";
}

.fi-torsos-male-female:before {
  content: "\f202";
}

.fi-torsos:before {
  content: "\f203";
}

.fi-trash:before {
  content: "\f204";
}

.fi-trees:before {
  content: "\f205";
}

.fi-trophy:before {
  content: "\f206";
}

.fi-underline:before {
  content: "\f207";
}

.fi-universal-access:before {
  content: "\f208";
}

.fi-unlink:before {
  content: "\f209";
}

.fi-unlock:before {
  content: "\f20a";
}

.fi-upload-cloud:before {
  content: "\f20b";
}

.fi-upload:before {
  content: "\f20c";
}

.fi-usb:before {
  content: "\f20d";
}

.fi-video:before {
  content: "\f20e";
}

.fi-volume-none:before {
  content: "\f20f";
}

.fi-volume-strike:before {
  content: "\f210";
}

.fi-volume:before {
  content: "\f211";
}

.fi-web:before {
  content: "\f212";
}

.fi-wheelchair:before {
  content: "\f213";
}

.fi-widget:before {
  content: "\f214";
}

.fi-wrench:before {
  content: "\f215";
}

.fi-x-circle:before {
  content: "\f216";
}

.fi-x:before {
  content: "\f217";
}

.fi-yen:before {
  content: "\f218";
}

.fi-zoom-in:before {
  content: "\f219";
}

.fi-zoom-out:before {
  content: "\f21a";
}

html {
  font-size: 90%;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

h1 {
  font-size: 42px;
}

:root {
  --background-color: #1A4B8C;
  --cta-color: #E8A546;
  --label-color: #989898;
  --white-color: #ffffff;
  --lightgrey-color: #E9EAEE;
  --black-color: #000000;
  --card-color: #F5F7F9;
  --light-grey-color: #f2f2f2;
}

.content > .row {
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
  box-sizing: border-box !important;
  flex: 1 1 100% !important;
  align-self: stretch !important;
  display: block !important;
}
.content > .row::before, .content > .row::after {
  content: " ";
  display: table !important;
}
.content > .row::after {
  clear: both !important;
}
.content > .row > .columns {
  float: left !important;
  box-sizing: border-box !important;
  position: relative !important;
  min-height: 1px !important;
}

.transparent-background {
  background-color: var(--card-color) !important;
  padding: 2rem 2rem !important;
}

.content > .row .card {
  clear: none !important;
  display: block !important;
}

.content > .row > .columns.left-column,
.content .row > .columns.left-column,
.content > .row > .columns.right-column,
.content .row > .columns.right-column {
  overflow-x: hidden !important;
  box-sizing: border-box !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  min-height: 100vh !important;
  height: auto !important;
}

.content > .row > .columns.left-column,
.content .row > .columns.left-column {
  overflow-x: hidden !important;
  box-sizing: border-box !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  min-height: 100vh !important;
  height: auto !important;
  padding-top: 60px;
  display: flex !important;
  flex-direction: column !important;
  background-color: #1A4B8C;
  color: #ffffff;
  position: relative;
  margin-top: 0;
  max-height: 100vh;
  overflow: visible;
  overflow-x: visible !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.content > .row > .columns.left-column::-webkit-scrollbar,
.content .row > .columns.left-column::-webkit-scrollbar {
  display: none;
}
.content > .row > .columns.left-column::before,
.content .row > .columns.left-column::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #1A4B8C;
  z-index: -1;
  pointer-events: none;
}
.content > .row > .columns.left-column > *,
.content .row > .columns.left-column > * {
  position: relative;
}
.content > .row > .columns.left-column *,
.content .row > .columns.left-column * {
  color: #ffffff;
}

.content > .row > .columns.left-column.left-column-dark-bg,
.content .row > .columns.left-column.left-column-dark-bg {
  background-color: #1e3a5f !important;
}
.content > .row > .columns.left-column.left-column-dark-bg::before,
.content .row > .columns.left-column.left-column-dark-bg::before {
  background-color: #1e3a5f !important;
}

.content > .row > .columns.left-column .tab-header.is-submenu-item.is-accordion-submenu-item.is-active a,
.content .row > .columns.left-column .tab-header.is-submenu-item.is-accordion-submenu-item.is-active a,
.content > .row > .columns.left-column .tab-header.is-submenu-item.is-accordion-submenu-item.is-active a *,
.content .row > .columns.left-column .tab-header.is-submenu-item.is-accordion-submenu-item.is-active a * {
  color: var(--cta-color) !important;
}

.content > .row > .columns.left-column::before,
.content .row > .columns.left-column::before {
  z-index: -1 !important;
  pointer-events: none !important;
}

.content > .row > .columns.left-column.small-12.medium-4.large-4::before,
.content .row > .columns.left-column.small-12.medium-4.large-4::before {
  width: 33.33333%;
}

.content > .row > .columns.left-column.small-12.medium-6.large-6::before,
.content .row > .columns.left-column.small-12.medium-6.large-6::before {
  width: 50%;
}

.content > .row > .columns.left-column.small-12.medium-3.large-3::before,
.content .row > .columns.left-column.small-12.medium-3.large-3::before {
  width: 25%;
}

.content > .row > .columns.left-column.small-12.medium-9.large-9::before,
.content .row > .columns.left-column.small-12.medium-9.large-9::before {
  width: 75%;
}

.content > .row > .columns.left-column.small-12.medium-2.large-2::before,
.content .row > .columns.left-column.small-12.medium-2.large-2::before {
  width: 16.66667%;
}

.content .login .row > .columns.left-column,
.content .login .row > .columns.right-column {
  display: flex !important;
  flex-direction: column !important;
  overflow: visible !important;
  padding-top: 0 !important;
  min-height: 100vh !important;
  max-height: 100vh !important;
  position: relative !important;
}

.content > .row > .columns.right-column > form,
.content .row > .columns.right-column > form,
.content > .row > .columns.right-column > section,
.content .row > .columns.right-column > section,
.content > .row > .columns.right-column section > form,
.content .row > .columns.right-column section > form {
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.intro #intro-subtitle {
  font-size: 1.2rem;
}

.login .intro #intro-subtitle,
.content.login .intro #intro-subtitle {
  font-size: inherit;
}

@keyframes slideSplitFromLeft {
  from {
    width: 0;
  }
  to {
    width: var(--bg-split-percent);
  }
}
.content > .row > .columns.left-column.animate,
.content .row > .columns.left-column.animate {
  background-color: transparent !important;
}

.content > .row > .columns.left-column.animate::before,
.content .row > .columns.left-column.animate::before {
  width: 0;
  background-color: var(--background-color);
  animation: slideSplitFromLeft 0.3s ease-out forwards;
}

.content > .row > .columns.left-column.small-12.medium-1.large-1.animate,
.content .row > .columns.left-column.small-12.medium-1.large-1.animate {
  --bg-split-percent: 8.33333%;
}

.content > .row > .columns.left-column.small-12.medium-1.large-1.animate::before,
.content .row > .columns.left-column.small-12.medium-1.large-1.animate::before {
  width: 0;
}

.content > .row > .columns.left-column.small-12.medium-2.large-2.animate,
.content .row > .columns.left-column.small-12.medium-2.large-2.animate {
  --bg-split-percent: 16.66667%;
}

.content > .row > .columns.left-column.small-12.medium-2.large-2.animate::before,
.content .row > .columns.left-column.small-12.medium-2.large-2.animate::before {
  width: 0;
}

.content > .row > .columns.left-column.small-12.medium-3.large-3.animate,
.content .row > .columns.left-column.small-12.medium-3.large-3.animate {
  --bg-split-percent: 25%;
}

.content > .row > .columns.left-column.small-12.medium-3.large-3.animate::before,
.content .row > .columns.left-column.small-12.medium-3.large-3.animate::before {
  width: 0;
}

.content > .row > .columns.left-column.small-12.medium-4.large-4.animate,
.content .row > .columns.left-column.small-12.medium-4.large-4.animate {
  --bg-split-percent: 33.33333%;
}

.content > .row > .columns.left-column.small-12.medium-4.large-4.animate::before,
.content .row > .columns.left-column.small-12.medium-4.large-4.animate::before {
  width: 0;
}

.content > .row > .columns.left-column.small-12.medium-5.large-5.animate,
.content .row > .columns.left-column.small-12.medium-5.large-5.animate {
  --bg-split-percent: 41.66667%;
}

.content > .row > .columns.left-column.small-12.medium-5.large-5.animate::before,
.content .row > .columns.left-column.small-12.medium-5.large-5.animate::before {
  width: 0;
}

.content > .row > .columns.left-column.small-12.medium-6.large-6.animate,
.content .row > .columns.left-column.small-12.medium-6.large-6.animate {
  --bg-split-percent: 50%;
}

.content > .row > .columns.left-column.small-12.medium-6.large-6.animate::before,
.content .row > .columns.left-column.small-12.medium-6.large-6.animate::before {
  width: 0;
}

.content > .row > .columns.left-column.small-12.medium-7.large-7.animate,
.content .row > .columns.left-column.small-12.medium-7.large-7.animate {
  --bg-split-percent: 58.33333%;
}

.content > .row > .columns.left-column.small-12.medium-7.large-7.animate::before,
.content .row > .columns.left-column.small-12.medium-7.large-7.animate::before {
  width: 0;
}

.content > .row > .columns.left-column.small-12.medium-8.large-8.animate,
.content .row > .columns.left-column.small-12.medium-8.large-8.animate {
  --bg-split-percent: 66.66667%;
}

.content > .row > .columns.left-column.small-12.medium-8.large-8.animate::before,
.content .row > .columns.left-column.small-12.medium-8.large-8.animate::before {
  width: 0;
}

.content > .row > .columns.left-column.small-12.medium-9.large-9.animate,
.content .row > .columns.left-column.small-12.medium-9.large-9.animate {
  --bg-split-percent: 75%;
}

.content > .row > .columns.left-column.small-12.medium-9.large-9.animate::before,
.content .row > .columns.left-column.small-12.medium-9.large-9.animate::before {
  width: 0;
}

.content > .row > .columns.left-column.small-12.medium-10.large-10.animate,
.content .row > .columns.left-column.small-12.medium-10.large-10.animate {
  --bg-split-percent: 83.33333%;
}

.content > .row > .columns.left-column.small-12.medium-10.large-10.animate::before,
.content .row > .columns.left-column.small-12.medium-10.large-10.animate::before {
  width: 0;
}

.content > .row > .columns.left-column.small-12.medium-11.large-11.animate,
.content .row > .columns.left-column.small-12.medium-11.large-11.animate {
  --bg-split-percent: 91.66667%;
}

.content > .row > .columns.left-column.small-12.medium-11.large-11.animate::before,
.content .row > .columns.left-column.small-12.medium-11.large-11.animate::before {
  width: 0;
}

.content > .row > .columns.left-column.small-12.medium-12.large-12.animate,
.content .row > .columns.left-column.small-12.medium-12.large-12.animate {
  --bg-split-percent: 100%;
}

.content > .row > .columns.left-column.small-12.medium-12.large-12.animate::before,
.content .row > .columns.left-column.small-12.medium-12.large-12.animate::before {
  width: 0;
}

#portfolio-header {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10000 !important;
  padding: 1rem;
  padding-bottom: 0;
  pointer-events: none !important;
  background-color: transparent;
}
#portfolio-header a,
#portfolio-header a[href],
#portfolio-header a[style*=pointer-events],
#portfolio-header a[style*="pointer-events: none"],
#portfolio-header a[style*="pointer-events: auto"],
#portfolio-header img {
  pointer-events: auto !important;
  cursor: pointer !important;
  z-index: 10001 !important;
  display: inline-block !important;
  position: relative;
  text-decoration: none;
}
#portfolio-header a[style] {
  pointer-events: auto !important;
}
#portfolio-header a:hover {
  opacity: 0.8;
}

#user-top-header-menu {
  background: #f2f2f2;
  margin-top: -10px;
  position: relative;
  z-index: 10000;
}
#user-top-header-menu .columns {
  z-index: 10001 !important;
}

#user-top-header-menu p {
  color: var(--white-color);
  text-align: right;
}

.is-accordion-submenu-parent > a:after {
  content: "";
}

#profile-menu {
  right: 0;
}

#top-header-menu {
  display: flex !important;
  align-items: center !important;
  position: relative;
  z-index: 10001 !important;
}
#top-header-menu > li {
  display: flex !important;
  align-items: center !important;
  vertical-align: middle;
  position: relative;
  z-index: 10001 !important;
}
#top-header-menu > li > a,
#top-header-menu > li > div {
  display: flex !important;
  align-items: center !important;
  vertical-align: middle;
}
#top-header-menu > li > a > div {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}
#top-header-menu .nav-link.role-select.go-to-desktop {
  display: flex !important;
  align-items: center !important;
  height: 100%;
}
#top-header-menu .search-container {
  display: flex !important;
  align-items: center !important;
  height: 100%;
}
#top-header-menu .search-container .search-input {
  display: flex;
  align-items: center;
}
#top-header-menu .assignments-btn {
  display: flex !important;
  align-items: center !important;
}

.nav-link.role-select.go-to-desktop {
  display: flex;
  align-items: center;
  height: 100%;
}

body:has(.roles) .search-container,
body:has(.roles) #top-header-menu {
  display: none !important;
}

body:has(.roles) #portfolio-header,
body:has(.login) #portfolio-header {
  box-shadow: none !important;
}

.accordion-menu .nested.is-accordion-submenu {
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  border-color: var(--cta-color) transparent transparent;
}

.side-menu-container .menu.vertical {
  flex-direction: column;
}
.side-menu-container .menu,
.side-menu-container .menu.vertical,
.side-menu-container .menu.accordion-menu,
.side-menu-container .vertical.menu {
  width: 100% !important;
}

#side-menus-container-wrapper {
  background-color: transparent !important;
  border-radius: 0 !important;
  margin-right: 0 !important;
  left: 0 !important;
  position: relative;
  overflow-y: visible;
  overflow-x: visible !important;
  z-index: 10;
  flex-shrink: 0;
}
#side-menus-container-wrapper .side-menu,
#side-menus-container-wrapper .menu,
#side-menus-container-wrapper .accordion-menu {
  background-color: transparent !important;
  border-radius: 0 !important;
}
#side-menus-container-wrapper .side-menu,
#side-menus-container-wrapper .menu.vertical.side-menu,
#side-menus-container-wrapper .menu.accordion-menu,
#side-menus-container-wrapper .vertical.side-menu.menu,
#side-menus-container-wrapper .vertical.side-menu.menu.accordion-menu {
  background-color: transparent !important;
  border-radius: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}
#side-menus-container-wrapper .menu li,
#side-menus-container-wrapper .menu > li,
#side-menus-container-wrapper .tab-header {
  margin: 0 !important;
  margin-bottom: 0 !important;
}
#side-menus-container-wrapper .accordion-menu {
  overflow: visible !important;
}
#side-menus-container-wrapper .nested,
#side-menus-container-wrapper .menu.vertical.nested,
#side-menus-container-wrapper .accordion-menu .nested,
#side-menus-container-wrapper .accordion-menu .menu.vertical.nested {
  overflow: visible !important;
}

.content > .row > .columns.left-column #side-menus-container-wrapper,
.content .row > .columns.left-column #side-menus-container-wrapper {
  position: relative;
  overflow-y: visible;
  overflow-x: visible !important;
  z-index: 10;
}

body.animate #side-menus-container-wrapper {
  opacity: 0;
  transition: opacity 0.2s ease;
}
body.animate #side-menus-container-wrapper.menu-visible {
  opacity: 1;
}

.accordion-menu-header {
  margin-top: 1rem;
}
.accordion-menu-header:first-child {
  margin-top: 0;
}
.content > .row > .columns.left-column .accordion-menu-header, .content .row > .columns.left-column .accordion-menu-header {
  padding-top: 10px;
  margin-top: 0;
}
.content > .row > .columns.left-column .accordion-menu-header:first-child, .content .row > .columns.left-column .accordion-menu-header:first-child {
  padding-top: 0;
}
.accordion-menu-header a {
  padding: 6px 15px;
  font-weight: 300;
  transition: all 0.2s ease;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  color: var(--white-color);
  text-decoration: none;
}
.accordion-menu-header a .menu-header-title {
  flex: 1;
  display: inline-block;
}
.accordion-menu-header:hover > a {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.accordion-menu-header.is-accordion-submenu-parent > a {
  position: relative;
  padding-right: 2rem;
  font-weight: normal;
}
.accordion-menu-header.is-accordion-submenu-parent > a::after {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 5px 0 5px 8px !important;
  border-color: transparent transparent transparent var(--cta-color) !important;
  position: absolute !important;
  right: 1rem !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(0deg) !important;
  transition: transform 0.3s ease-in-out !important;
  background: none !important;
}
.accordion-menu-header.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: translateY(-50%) rotate(90deg) !important;
}
.accordion-menu-header.is-accordion-submenu-parent:has(.is-active) > a {
  font-weight: 700;
}
.accordion-menu-header.is-accordion-submenu-parent > ul {
  transition: opacity 0.2s ease, max-height 0.3s ease;
  overflow: hidden;
}
.accordion-menu-header:not(.is-accordion-submenu-parent) > a {
  color: #fff;
  opacity: 0.6;
}

#jobs-menu .accordion-menu-header > a,
#side-menu-container .accordion-menu-header > a,
.side-menu-container .accordion-menu-header > a {
  position: relative;
  padding-right: 2rem;
}
#jobs-menu .accordion-menu-header.is-accordion-submenu-parent > a,
#side-menu-container .accordion-menu-header.is-accordion-submenu-parent > a,
.side-menu-container .accordion-menu-header.is-accordion-submenu-parent > a {
  font-weight: normal;
}
#jobs-menu .accordion-menu-header.is-accordion-submenu-parent:has(.is-active) > a,
#side-menu-container .accordion-menu-header.is-accordion-submenu-parent:has(.is-active) > a,
.side-menu-container .accordion-menu-header.is-accordion-submenu-parent:has(.is-active) > a {
  font-weight: 700;
}
#jobs-menu .accordion-menu-header:not(.is-accordion-submenu-parent) > a,
#side-menu-container .accordion-menu-header:not(.is-accordion-submenu-parent) > a,
.side-menu-container .accordion-menu-header:not(.is-accordion-submenu-parent) > a {
  color: #fff;
  opacity: 0.6;
}
#jobs-menu .accordion-menu-header.is-accordion-submenu-parent > a::after,
#side-menu-container .accordion-menu-header.is-accordion-submenu-parent > a::after,
.side-menu-container .accordion-menu-header.is-accordion-submenu-parent > a::after {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 5px 0 5px 8px !important;
  border-color: transparent transparent transparent var(--cta-color) !important;
  position: absolute !important;
  right: 1rem !important;
  top: 50% !important;
  margin-top: 0px !important;
  transform: translateY(-50%) rotate(0deg) !important;
  transition: transform 0.3s ease-in-out !important;
  background: none !important;
}
#jobs-menu .accordion-menu-header.is-accordion-submenu-parent[aria-expanded=true] > a::after,
#side-menu-container .accordion-menu-header.is-accordion-submenu-parent[aria-expanded=true] > a::after,
.side-menu-container .accordion-menu-header.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: translateY(-50%) rotate(90deg) !important;
}

#expand-collapse-all-menu {
  padding: 0.5rem 1rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: opacity 0.2s ease;
  margin-bottom: 0.5rem;
  position: sticky;
  top: 0;
  background-color: inherit;
  z-index: 10;
}
#expand-collapse-all-menu:hover {
  opacity: 0.8;
}

#expand-collapse-all-text {
  color: var(--cta-color);
  font-size: 0.9rem;
  user-select: none;
  white-space: nowrap;
}

#side-menus-container-wrapper,
#side-menu-container,
#jobs-menu {
  overflow: visible !important;
  overflow-y: visible !important;
  overflow-x: visible !important;
}

#jobs-menu {
  padding-bottom: 3rem;
}

.sequence-section-panel,
.assignment-panel,
.job-panel {
  display: none;
}
.sequence-section-panel.is-active,
.assignment-panel.is-active,
.job-panel.is-active {
  display: block;
}

.side-menu-container a {
  color: var(--white-color);
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 6px 15px;
  box-sizing: border-box;
  position: relative;
  text-decoration: none;
}

.side-menu-container a .menu-item-title {
  flex: 1;
}

.side-menu-container a .menu-item-count {
  margin-left: auto;
  flex-shrink: 0;
  padding-right: 10px;
  font-weight: 300;
}

.side-menu-container .menu .is-active > a,
.side-menu-container .menu .active > a {
  color: var(--cta-color) !important;
  background: transparent !important;
}

.is_Job.selected .accordion-menu-anchor,
.is_Job.selected > a,
.accordion-menu-header.is_Job.selected > a,
.accordion-menu-header.is_Job.selected .accordion-menu-anchor,
.accordion-menu-header.is_Job.selected.has-active-child > a,
.accordion-menu-header.is_Job.selected.has-active-child .accordion-menu-anchor {
  color: var(--cta-color, #E8A546) !important;
}

.tab-header {
  overflow: visible !important;
  width: 100% !important;
  margin: 0 !important;
  margin-bottom: 0 !important;
}
.tab-header:hover:not(.is-active):not(.accordion-menu-header) {
  position: relative;
  background-color: var(--cta-color);
}
.tab-header:hover:not(.is-active):not(.accordion-menu-header) a {
  color: var(--white-color);
}
.tab-header:hover:not(.is-active):not(.accordion-menu-header)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(100% + 25px);
  background-color: var(--cta-background, var(--cta-color));
  border-radius: 0;
  z-index: -1;
  pointer-events: none;
  margin-left: -25px;
}
.tab-header.new-form-link, .tab-header.new-form-link:hover, .tab-header.new-form-link:hover:not(.is-active):not(.accordion-menu-header),
.tab-header li.tabs-title.tab-header.new-form-link,
.tab-header li.tabs-title.tab-header.new-form-link:hover {
  background-color: transparent !important;
}
.tab-header.new-form-link a, .tab-header.new-form-link:hover a, .tab-header.new-form-link:hover:not(.is-active):not(.accordion-menu-header) a,
.tab-header li.tabs-title.tab-header.new-form-link a,
.tab-header li.tabs-title.tab-header.new-form-link:hover a {
  color: var(--cta-color) !important;
  background-color: transparent !important;
}
.tab-header.new-form-link::before, .tab-header.new-form-link:hover::before, .tab-header.new-form-link:hover:not(.is-active):not(.accordion-menu-header)::before,
.tab-header li.tabs-title.tab-header.new-form-link::before,
.tab-header li.tabs-title.tab-header.new-form-link:hover::before {
  display: none !important;
  content: none !important;
}
.tab-header.is-active:not(.accordion-menu-header) {
  position: relative;
  border-radius: 5px;
}
.tab-header.is-active:not(.accordion-menu-header) a {
  color: var(--cta-color) !important;
  font-weight: 400;
}
.tab-header.is-active:not(.accordion-menu-header)::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(100% + 25px);
  background-color: transparent;
  border-radius: 0;
  z-index: -1;
  pointer-events: none;
  margin-left: -25px;
}

.tab-header.is-submenu-item.is-accordion-submenu-item.is-active,
.tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item.is-active,
.tabs-title.tab-header.is_form.is-submenu-item.is-accordion-submenu-item.is-active {
  font-weight: normal;
  background-color: transparent;
}
.tab-header.is-submenu-item.is-accordion-submenu-item.is-active a,
.tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item.is-active a,
.tabs-title.tab-header.is_form.is-submenu-item.is-accordion-submenu-item.is-active a {
  font-weight: normal;
  color: var(--cta-color) !important;
}
.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active),
.tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active),
.tabs-title.tab-header.is_form.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) {
  position: relative;
  background-color: var(--cta-color) !important;
}
.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before,
.tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before,
.tabs-title.tab-header.is_form.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before {
  content: "" !important;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: calc(100% + 25px);
  background-color: var(--cta-background, var(--cta-color)) !important;
  border-radius: 0;
  z-index: -1;
  pointer-events: none;
  margin-left: -25px;
}
.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) a,
.tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) a,
.tabs-title.tab-header.is_form.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) a {
  color: var(--white-color) !important;
  background-color: transparent !important;
}

.nested .tab-header:not(.accordion-menu-header) a,
.menu.vertical.nested .tab-header:not(.accordion-menu-header) a,
#side-menus-container-wrapper .nested .tab-header:not(.accordion-menu-header) a,
#side-menus-container-wrapper .menu.vertical.nested .tab-header:not(.accordion-menu-header) a {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  padding-left: 32px !important;
  padding-right: 30px !important;
}

.nested .tab-header.is-active:not(.accordion-menu-header)::before,
.menu.vertical.nested .tab-header.is-active:not(.accordion-menu-header)::before,
ul.nested .tab-header.is-active:not(.accordion-menu-header)::before,
ul.menu.vertical.nested .tab-header.is-active:not(.accordion-menu-header)::before,
#side-menus-container-wrapper .nested .tab-header.is-active:not(.accordion-menu-header)::before,
#side-menus-container-wrapper .menu.vertical.nested .tab-header.is-active:not(.accordion-menu-header)::before {
  width: calc(100% + 25px) !important;
  left: 0 !important;
  margin-left: -25px !important;
}

.is-accordion-submenu-parent .nested .tab-header.is-active:not(.accordion-menu-header)::before,
.is-accordion-submenu-parent .menu.vertical.nested .tab-header.is-active:not(.accordion-menu-header)::before,
.is-accordion-submenu-parent .nested .tab-header:hover:not(.is-active):not(.accordion-menu-header)::before,
.is-accordion-submenu-parent .menu.vertical.nested .tab-header:hover:not(.is-active):not(.accordion-menu-header)::before {
  width: calc(100% + 25px - 1.5rem) !important;
}

.nested .tab-header:hover:not(.is-active):not(.accordion-menu-header)::before,
.menu.vertical.nested .tab-header:hover:not(.is-active):not(.accordion-menu-header)::before,
ul.nested .tab-header:hover:not(.is-active):not(.accordion-menu-header)::before,
ul.menu.vertical.nested .tab-header:hover:not(.is-active):not(.accordion-menu-header)::before,
#side-menus-container-wrapper .nested .tab-header:hover:not(.is-active):not(.accordion-menu-header)::before,
#side-menus-container-wrapper .menu.vertical.nested .tab-header:hover:not(.is-active):not(.accordion-menu-header)::before {
  width: calc(100% + 25px) !important;
  left: 0 !important;
  margin-left: -25px !important;
}

.content > .row > .columns.left-column .tab-header.is-submenu-item.is-accordion-submenu-item.is-active a,
.content .row > .columns.left-column .tab-header.is-submenu-item.is-accordion-submenu-item.is-active a {
  color: var(--cta-color) !important;
  font-weight: normal !important;
}

.nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active),
.nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active),
.menu.vertical.nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active),
.menu.vertical.nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active),
ul.nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active),
ul.nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active),
ul.menu.vertical.nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active),
ul.menu.vertical.nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active),
#side-menus-container-wrapper .nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active),
#side-menus-container-wrapper .nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active),
#side-menus-container-wrapper .menu.vertical.nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active),
#side-menus-container-wrapper .menu.vertical.nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) {
  background-color: var(--cta-color) !important;
}
.nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) a,
.nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) a,
.menu.vertical.nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) a,
.menu.vertical.nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) a,
ul.nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) a,
ul.nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) a,
ul.menu.vertical.nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) a,
ul.menu.vertical.nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) a,
#side-menus-container-wrapper .nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) a,
#side-menus-container-wrapper .nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) a,
#side-menus-container-wrapper .menu.vertical.nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) a,
#side-menus-container-wrapper .menu.vertical.nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) a {
  color: var(--white-color) !important;
  background-color: transparent !important;
}

.nested .tab-header.new-form-link,
.nested .tab-header.new-form-link:hover,
.nested .tab-header.new-form-link:hover:not(.is-active),
.nested .tabs-title.tab-header.new-form-link,
.nested .tabs-title.tab-header.new-form-link:hover,
.nested .tabs-title.tab-header.new-form-link:hover:not(.is-active),
.menu.vertical.nested .tab-header.new-form-link,
.menu.vertical.nested .tab-header.new-form-link:hover,
.menu.vertical.nested .tab-header.new-form-link:hover:not(.is-active),
.menu.vertical.nested .tabs-title.tab-header.new-form-link,
.menu.vertical.nested .tabs-title.tab-header.new-form-link:hover,
.menu.vertical.nested .tabs-title.tab-header.new-form-link:hover:not(.is-active),
ul.nested .tab-header.new-form-link,
ul.nested .tab-header.new-form-link:hover,
ul.nested .tab-header.new-form-link:hover:not(.is-active),
ul.nested .tabs-title.tab-header.new-form-link,
ul.nested .tabs-title.tab-header.new-form-link:hover,
ul.nested .tabs-title.tab-header.new-form-link:hover:not(.is-active),
ul.menu.vertical.nested .tab-header.new-form-link,
ul.menu.vertical.nested .tab-header.new-form-link:hover,
ul.menu.vertical.nested .tab-header.new-form-link:hover:not(.is-active),
ul.menu.vertical.nested .tabs-title.tab-header.new-form-link,
ul.menu.vertical.nested .tabs-title.tab-header.new-form-link:hover,
ul.menu.vertical.nested .tabs-title.tab-header.new-form-link:hover:not(.is-active),
#side-menus-container-wrapper .nested .tab-header.new-form-link,
#side-menus-container-wrapper .nested .tab-header.new-form-link:hover,
#side-menus-container-wrapper .nested .tab-header.new-form-link:hover:not(.is-active),
#side-menus-container-wrapper .nested .tabs-title.tab-header.new-form-link,
#side-menus-container-wrapper .nested .tabs-title.tab-header.new-form-link:hover,
#side-menus-container-wrapper .nested .tabs-title.tab-header.new-form-link:hover:not(.is-active),
#side-menus-container-wrapper .menu.vertical.nested .tab-header.new-form-link,
#side-menus-container-wrapper .menu.vertical.nested .tab-header.new-form-link:hover,
#side-menus-container-wrapper .menu.vertical.nested .tab-header.new-form-link:hover:not(.is-active),
#side-menus-container-wrapper .menu.vertical.nested .tabs-title.tab-header.new-form-link,
#side-menus-container-wrapper .menu.vertical.nested .tabs-title.tab-header.new-form-link:hover,
#side-menus-container-wrapper .menu.vertical.nested .tabs-title.tab-header.new-form-link:hover:not(.is-active) {
  background-color: transparent !important;
}
.nested .tab-header.new-form-link a,
.nested .tab-header.new-form-link:hover a,
.nested .tab-header.new-form-link:hover:not(.is-active) a,
.nested .tabs-title.tab-header.new-form-link a,
.nested .tabs-title.tab-header.new-form-link:hover a,
.nested .tabs-title.tab-header.new-form-link:hover:not(.is-active) a,
.menu.vertical.nested .tab-header.new-form-link a,
.menu.vertical.nested .tab-header.new-form-link:hover a,
.menu.vertical.nested .tab-header.new-form-link:hover:not(.is-active) a,
.menu.vertical.nested .tabs-title.tab-header.new-form-link a,
.menu.vertical.nested .tabs-title.tab-header.new-form-link:hover a,
.menu.vertical.nested .tabs-title.tab-header.new-form-link:hover:not(.is-active) a,
ul.nested .tab-header.new-form-link a,
ul.nested .tab-header.new-form-link:hover a,
ul.nested .tab-header.new-form-link:hover:not(.is-active) a,
ul.nested .tabs-title.tab-header.new-form-link a,
ul.nested .tabs-title.tab-header.new-form-link:hover a,
ul.nested .tabs-title.tab-header.new-form-link:hover:not(.is-active) a,
ul.menu.vertical.nested .tab-header.new-form-link a,
ul.menu.vertical.nested .tab-header.new-form-link:hover a,
ul.menu.vertical.nested .tab-header.new-form-link:hover:not(.is-active) a,
ul.menu.vertical.nested .tabs-title.tab-header.new-form-link a,
ul.menu.vertical.nested .tabs-title.tab-header.new-form-link:hover a,
ul.menu.vertical.nested .tabs-title.tab-header.new-form-link:hover:not(.is-active) a,
#side-menus-container-wrapper .nested .tab-header.new-form-link a,
#side-menus-container-wrapper .nested .tab-header.new-form-link:hover a,
#side-menus-container-wrapper .nested .tab-header.new-form-link:hover:not(.is-active) a,
#side-menus-container-wrapper .nested .tabs-title.tab-header.new-form-link a,
#side-menus-container-wrapper .nested .tabs-title.tab-header.new-form-link:hover a,
#side-menus-container-wrapper .nested .tabs-title.tab-header.new-form-link:hover:not(.is-active) a,
#side-menus-container-wrapper .menu.vertical.nested .tab-header.new-form-link a,
#side-menus-container-wrapper .menu.vertical.nested .tab-header.new-form-link:hover a,
#side-menus-container-wrapper .menu.vertical.nested .tab-header.new-form-link:hover:not(.is-active) a,
#side-menus-container-wrapper .menu.vertical.nested .tabs-title.tab-header.new-form-link a,
#side-menus-container-wrapper .menu.vertical.nested .tabs-title.tab-header.new-form-link:hover a,
#side-menus-container-wrapper .menu.vertical.nested .tabs-title.tab-header.new-form-link:hover:not(.is-active) a {
  color: var(--cta-color) !important;
  background-color: transparent !important;
}
.nested .tab-header.new-form-link::before,
.nested .tab-header.new-form-link:hover::before,
.nested .tab-header.new-form-link:hover:not(.is-active)::before,
.nested .tabs-title.tab-header.new-form-link::before,
.nested .tabs-title.tab-header.new-form-link:hover::before,
.nested .tabs-title.tab-header.new-form-link:hover:not(.is-active)::before,
.menu.vertical.nested .tab-header.new-form-link::before,
.menu.vertical.nested .tab-header.new-form-link:hover::before,
.menu.vertical.nested .tab-header.new-form-link:hover:not(.is-active)::before,
.menu.vertical.nested .tabs-title.tab-header.new-form-link::before,
.menu.vertical.nested .tabs-title.tab-header.new-form-link:hover::before,
.menu.vertical.nested .tabs-title.tab-header.new-form-link:hover:not(.is-active)::before,
ul.nested .tab-header.new-form-link::before,
ul.nested .tab-header.new-form-link:hover::before,
ul.nested .tab-header.new-form-link:hover:not(.is-active)::before,
ul.nested .tabs-title.tab-header.new-form-link::before,
ul.nested .tabs-title.tab-header.new-form-link:hover::before,
ul.nested .tabs-title.tab-header.new-form-link:hover:not(.is-active)::before,
ul.menu.vertical.nested .tab-header.new-form-link::before,
ul.menu.vertical.nested .tab-header.new-form-link:hover::before,
ul.menu.vertical.nested .tab-header.new-form-link:hover:not(.is-active)::before,
ul.menu.vertical.nested .tabs-title.tab-header.new-form-link::before,
ul.menu.vertical.nested .tabs-title.tab-header.new-form-link:hover::before,
ul.menu.vertical.nested .tabs-title.tab-header.new-form-link:hover:not(.is-active)::before,
#side-menus-container-wrapper .nested .tab-header.new-form-link::before,
#side-menus-container-wrapper .nested .tab-header.new-form-link:hover::before,
#side-menus-container-wrapper .nested .tab-header.new-form-link:hover:not(.is-active)::before,
#side-menus-container-wrapper .nested .tabs-title.tab-header.new-form-link::before,
#side-menus-container-wrapper .nested .tabs-title.tab-header.new-form-link:hover::before,
#side-menus-container-wrapper .nested .tabs-title.tab-header.new-form-link:hover:not(.is-active)::before,
#side-menus-container-wrapper .menu.vertical.nested .tab-header.new-form-link::before,
#side-menus-container-wrapper .menu.vertical.nested .tab-header.new-form-link:hover::before,
#side-menus-container-wrapper .menu.vertical.nested .tab-header.new-form-link:hover:not(.is-active)::before,
#side-menus-container-wrapper .menu.vertical.nested .tabs-title.tab-header.new-form-link::before,
#side-menus-container-wrapper .menu.vertical.nested .tabs-title.tab-header.new-form-link:hover::before,
#side-menus-container-wrapper .menu.vertical.nested .tabs-title.tab-header.new-form-link:hover:not(.is-active)::before {
  display: none !important;
  content: none !important;
}

.nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before,
.nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before,
.menu.vertical.nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before,
.menu.vertical.nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before,
ul.nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before,
ul.nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before,
ul.menu.vertical.nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before,
ul.menu.vertical.nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before,
#side-menus-container-wrapper .nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before,
#side-menus-container-wrapper .nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before,
#side-menus-container-wrapper .menu.vertical.nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before,
#side-menus-container-wrapper .menu.vertical.nested .tabs-title.tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before {
  content: "" !important;
  width: calc(100% + 25px) !important;
  left: 0 !important;
  margin-left: -25px !important;
  background-color: var(--cta-background, var(--cta-color)) !important;
}

.is-accordion-submenu-parent .nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before,
.is-accordion-submenu-parent .menu.vertical.nested .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before {
  width: calc(100% + 25px - 1.5rem) !important;
}

.side-menu-container .tab-header:hover:not(.is-active):not(.accordion-menu-header) {
  background-color: var(--cta-background, var(--cta-color)) !important;
  transition: none !important;
}
.side-menu-container .tab-header:hover:not(.is-active):not(.accordion-menu-header) a {
  background-color: transparent !important;
  transition: none !important;
}
.side-menu-container .tab-header:hover:not(.is-active):not(.accordion-menu-header)::before {
  background-color: var(--cta-background, var(--cta-color)) !important;
  transition: none !important;
}

.side-menu-container .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) {
  background-color: var(--cta-background, var(--cta-color)) !important;
  transition: none !important;
}
.side-menu-container .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active) a {
  background-color: transparent !important;
  transition: none !important;
}
.side-menu-container .tab-header.is-submenu-item.is-accordion-submenu-item:hover:not(.is-active)::before {
  background-color: var(--cta-background, var(--cta-color)) !important;
  transition: none !important;
}

.accordion-menu-header > .nested,
.accordion-menu-header > .menu.vertical.nested {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  transition: opacity 0.15s ease-out, max-height 0.15s ease-out, visibility 0.15s ease-out;
}

.accordion-menu-header[aria-expanded=true] > .nested,
.accordion-menu-header[aria-expanded=true] > .menu.vertical.nested,
.accordion-menu-header.is-accordion-submenu-parent[aria-expanded=true] > .nested,
.accordion-menu-header.is-accordion-submenu-parent[aria-expanded=true] > .menu.vertical.nested {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: none !important;
  overflow: visible !important;
  transition: opacity 0.2s ease, max-height 0.2s ease, visibility 0.2s ease;
}

body.action-menu-open .tab-header:hover:not(.is-active):not(.accordion-menu-header) {
  background-color: transparent !important;
  position: relative;
}
body.action-menu-open .tab-header:hover:not(.is-active):not(.accordion-menu-header) a {
  background-color: transparent !important;
  color: inherit !important;
}
body.action-menu-open .tab-header:hover:not(.is-active):not(.accordion-menu-header)::before {
  display: none !important;
}
body.action-menu-open .tab-header,
body.action-menu-open .tab-header a,
body.action-menu-open .tabs-title,
body.action-menu-open .tabs-title a {
  pointer-events: none !important;
  cursor: default !important;
}

.content > .row > .columns.left-column,
.content .row > .columns.left-column {
  overflow: visible !important;
  overflow-y: visible !important;
  overflow-x: visible !important;
  max-height: none !important;
}

.button.login,
.apply-btn,
.go-to-button,
.sequence .button,
.sequence .multiplicity-button,
.view .button,
#change-password-button,
#submit-personal-information-form-button,
#add-affiliation-button,
#add-unavailability-button {
  font-size: 1rem;
  border: none;
  border-radius: 1.25rem;
  color: #ffffff !important;
  background-color: #E8A546 !important;
  padding: 0.75rem 1.25rem;
  height: unset;
  width: fit-content;
  margin: unset;
  min-width: unset;
  box-shadow: none !important;
  display: inline;
}

.apply-btn {
  margin-right: 0.5rem !important;
  margin-bottom: 0.5rem;
  margin-left: auto;
  display: inline-flex;
}

.assignments-btn {
  background-color: var(--lightgrey-color);
  border-radius: 15px;
  padding: 0.8rem 1.5rem !important;
  color: var(--black-color) !important;
  font-size: 12px !important;
}

#add-affiliation-button,
#add-unavailability-button {
  margin-right: 2.5rem !important;
}

.card-container {
  padding: 0 0.5rem;
}

.card {
  background-color: #ffffff;
  position: relative;
  display: block;
  box-sizing: border-box;
  border: none;
  border: 0px solid #e6e6e6 !important;
}
.card.with-padding {
  padding: 2rem 2rem 1rem;
}
.card > div,
.card > form > div {
  padding: 3rem;
}
.card.alert {
  border: 1px solid #ede033;
  background-color: #ffffea;
}
.card.error {
  border: 1px solid #ff8e8e;
  background-color: #eaa9b5;
}
.card.box-shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.card.full-width {
  width: 100%;
}
.card.centered .row {
  margin: auto;
}
.card .border-bottom {
  border-bottom: 1px solid #888;
}
.card .border-top {
  border-top: 1px solid #888;
}
.card .row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.card.no-padding {
  padding: 0;
}
.card.no-background {
  background-color: transparent !important;
}

.card-footer {
  bottom: 0;
  width: 100%;
  margin: 1rem 0;
}

.card-header {
  min-height: 50px;
  color: var(--background-color);
}
.card-header b {
  font-weight: 600;
}

.card-content {
  padding-bottom: 1rem;
  padding-top: 1rem;
  color: var(--background-color);
  font-size: 12px;
}
.card-content.no-padding {
  padding: 0;
}

form {
  padding: 0 !important;
}

input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=week],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
input[type=color],
textarea,
select {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.70833rem;
  padding: 0.55556rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1.11111rem;
  color: #0a0a0a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 5px;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=text].large,
input[type=password].large,
input[type=date].large,
input[type=datetime].large,
input[type=datetime-local].large,
input[type=month].large,
input[type=week].large,
input[type=email].large,
input[type=number].large,
input[type=search].large,
input[type=tel].large,
input[type=time].large,
input[type=url].large,
input[type=color].large,
textarea.large,
select.large {
  padding: 1.8rem 1rem;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=color]:focus,
textarea:focus,
select:focus {
  border: 1px solid #5377F5;
}

input[type=text]:disabled,
input[type=password]:disabled,
input[type=date]:disabled,
input[type=datetime]:disabled,
input[type=datetime-local]:disabled,
input[type=month]:disabled,
input[type=week]:disabled,
input[type=email]:disabled,
input[type=number]:disabled,
input[type=search]:disabled,
input[type=tel]:disabled,
input[type=time]:disabled,
input[type=url]:disabled,
input[type=color]:disabled,
textarea:disabled,
select:disabled {
  background-color: #e9e9e9;
  cursor: not-allowed;
  opacity: 0.6;
}

input[type=text][readonly],
input[type=password][readonly],
input[type=date][readonly],
input[type=datetime][readonly],
input[type=datetime-local][readonly],
input[type=month][readonly],
input[type=week][readonly],
input[type=email][readonly],
input[type=number][readonly],
input[type=search][readonly],
input[type=tel][readonly],
input[type=time][readonly],
input[type=url][readonly],
input[type=color][readonly],
textarea[readonly],
select[readonly] {
  background-color: #e9e9e9;
  cursor: default;
  opacity: 0.8;
}

input[type=email].large,
input[type=password].large {
  border: none;
  border-radius: 0;
  padding: 0 1rem;
  color: var(--label-color);
  font-size: 1rem;
  box-shadow: none;
}

.input-label {
  color: #adadad;
  font-size: 14px;
}
.input-label.dark-grey {
  color: #777777;
}
.input-label.required::after {
  content: " *";
  color: darkred;
  font-size: 15px;
}

.login .input-group,
#request-reset-password-email-content .input-group,
#sign-up-content .input-group {
  margin-bottom: 1rem;
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #E9EAEE;
}

.login .input-group-label,
#request-reset-password-email-content .input-group-label,
#sign-up-content .input-group-label {
  background-color: #E9EAEE;
  border: none;
  color: #989898;
  padding: 0.8rem 1rem;
  font-size: 1.1rem;
}

.login .input-group-field.large,
#request-reset-password-email-content .input-group-field.large,
#sign-up-content .input-group-field.large {
  border: none !important;
  background-color: #E9EAEE;
  color: #000000;
  font-size: 1rem;
  padding: 0.8rem 1rem;
  margin: 0;
  box-shadow: none !important;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  flex: 1;
  border-radius: 0 !important;
}
.login .input-group-field.large:focus,
#request-reset-password-email-content .input-group-field.large:focus,
#sign-up-content .input-group-field.large:focus {
  border: none !important;
  box-shadow: none !important;
  background-color: #E9EAEE;
  outline: none !important;
}
.login .input-group-field.large::placeholder,
#request-reset-password-email-content .input-group-field.large::placeholder,
#sign-up-content .input-group-field.large::placeholder {
  color: #989898;
  opacity: 0.7;
}
.login .input-group-field.large,
#request-reset-password-email-content .input-group-field.large,
#sign-up-content .input-group-field.large {
  padding: 1rem 1rem;
}

#request-reset-password-email-content .input-group-field.large,
#sign-up-content .input-group-field.large {
  padding: 0.8rem 1rem;
}

#request-reset-password-email-content .button.login,
#sign-up-content .button.login {
  font-size: 1rem;
  border: none;
  border-radius: 1.25rem;
  color: #ffffff !important;
  background-color: #E8A546 !important;
  padding: 0.75rem 1.25rem;
  height: unset;
  width: fit-content;
  margin: unset;
  min-width: unset;
  box-shadow: none !important;
  display: inline;
  border-radius: 2rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 1rem 2rem !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1rem !important;
}
#request-reset-password-email-content .button.login:hover,
#sign-up-content .button.login:hover {
  background-color: #D19034 !important;
}

#activity-table_wrapper label,
#availability-table_wrapper label {
  color: var(--background-color) !important;
}

div.dt-container .dt-input {
  height: 35px !important;
  padding: 0.4em 1rem !important;
}

#toggle-password {
  border-radius: 0 5px 5px 0;
  margin: 0;
  padding: 0 15px;
  background-color: #E9EAEE;
  border: none;
  border-left: none;
  cursor: pointer;
  display: none;
  align-items: center;
  justify-content: center;
}
#toggle-password.show {
  display: flex;
}
#toggle-password:focus {
  outline: none;
  box-shadow: none;
}

#password-eye-icon {
  font-size: 26px;
  color: #666;
}

.input-group .input-group-field {
  border-radius: 5px 0 0 5px;
}

.accordion.conditional-template-elements-container {
  background-color: transparent;
  border: none;
}
.accordion.conditional-template-elements-container .accordion-item .accordion-content {
  padding: 0;
  border: none;
  background-color: transparent;
}

.form-element-attribute[type=radio] {
  margin-bottom: 10px;
}

fieldset[data-type=radio] label:last-child {
  margin-bottom: 25px;
}

.checkbox-container {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkbox-container input {
  opacity: 0;
  cursor: pointer;
  height: 1px;
  width: 1px;
  margin-left: 0.8rem;
}

.checkmark {
  border: 1px solid #777;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkbox-container input:disabled ~ .checkmark {
  background-color: rgba(200, 200, 200, 0.3);
  pointer-events: none;
  cursor: unset;
}

.checkbox-container:has(input:disabled) {
  cursor: unset;
  pointer-events: none;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #2196F3;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-container.small,
.checkbox-container.small .checkmark {
  height: 16px;
  width: 16px;
}

.checkbox-container.small .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-container,
.checkbox-container.medium,
.checkbox-container.medium .checkmark {
  height: 25px;
  width: 25px;
}

.checkbox-container .checkmark:after,
.checkbox-container.medium .checkmark:after {
  left: 7px;
  top: 1px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.checkbox-container.big,
.checkbox-container.big .checkmark {
  height: 36px;
  width: 36px;
}

.checkbox-container.big .checkmark:after {
  left: 11px;
  top: 3px;
  width: 13px;
  height: 24px;
  border: solid white;
  border-width: 0 4px 4px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.file-drop-zone,
.attachment-drop-zone {
  border: 1px solid darkgrey;
  border-radius: 5px;
  height: 200px;
  background-color: white;
}

.dragdrop-cloud.hovered {
  animation-name: hover-animation;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

.file-drop-zone.hovered,
.attachment-drop-zone.hovered {
  border: 2px dashed dodgerblue;
  background-color: lightskyblue;
}

@keyframes hover-animation {
  0% {
    transform: scale(1) translateY(0);
  }
  20% {
    transform: scale(1.1) translateY(-1rem);
  }
  30% {
    transform: scale(1) translateY(0);
  }
  40% {
    transform: scale(1) translateY(0);
  }
  50% {
    transform: scale(1.1) translateY(-0.8rem);
  }
  60% {
    transform: scale(1) translateY(0);
  }
  70% {
    transform: scale(1.1) translateY(-0.6rem);
  }
  75% {
    transform: scale(1) translateY(0);
  }
  80% {
    transform: scale(1.1) translateY(-0.4rem);
  }
  85% {
    transform: scale(1) translateY(0);
  }
  90% {
    transform: scale(1.05) translateY(-0.2rem);
  }
  95% {
    transform: scale(1) translateY(0);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
.prep-file {
  display: flex;
  flex-direction: row;
  align-content: stretch;
}

.prep-file div:not(:first-child) {
  display: inline-flex;
  align-items: center;
}

.prep-file > div:last-child {
  flex-grow: 1;
  text-align: center;
}

.prep-file .file-info {
  flex-basis: 60%;
}

.prep-file .file-info .file-error {
  display: none;
}

.prep-file .file-type-select {
  flex-basis: 30%;
}

.remove-cross:hover {
  color: darkgrey;
}

.fi-eye-slash:before,
.fi-eye-slash:after {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}

.fi-eye-slash:before {
  position: absolute;
  content: "\f147";
}

.fi-eye-slash:after {
  position: relative;
  content: "✕";
}

.tooltip-question-mark:before,
.tooltip-question-mark:after {
  font-style: normal;
  font-weight: bold;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
}

.tooltip-question-mark:before {
  position: absolute;
  content: "◯";
}

.tooltip-question-mark:after {
  position: relative;
  display: inline-block;
  content: "?";
  transform: translate(42%, -3%) scale(0.8);
}

@keyframes spinner-animation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.spinner {
  margin-top: -0.35rem;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
  margin-bottom: -0.35rem;
  width: 20px;
  height: 20px;
  position: relative;
  display: none;
  border: 3px solid;
  border-color: white transparent transparent transparent;
  border-radius: 50%;
  animation-name: spinner-animation;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
}

.spinner.show {
  display: inline-block;
}

.spinner.red {
  border-color: lightcoral transparent transparent transparent;
}

.spinner.blue {
  border-color: cornflowerblue transparent transparent transparent;
}

.spinner.hidden {
  display: none;
}

.fas-slide-message-element {
  position: fixed;
  display: none;
  width: 350px;
  background-color: lavender;
  border: 1px #c8c8dc solid;
  border-radius: 10px;
  bottom: 25px;
  right: 10px;
  padding: 10px;
  overflow-wrap: break-word;
  margin-right: -360px;
  min-height: 50px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.fas-slide-message-element.show {
  display: block;
  animation-duration: 0.5s, 0.5s;
  animation-delay: 0s, 1s;
  animation-name: slide-in, fade-out;
  animation-iteration-count: 1, 1;
  animation-direction: alternate, alternate;
  animation-fill-mode: forwards, forwards;
  -webkit-animation-duration: 0.5s, 0.5s;
  -webkit-animation-delay: 0s, 1s;
  -webkit-animation-name: slide-in, fade-out;
  -webkit-animation-iteration-count: 1, 1;
  -webkit-animation-direction: alternate, alternate;
  -webkit-animation-fill-mode: forwards, forwards;
}

@keyframes slide-in {
  from {
    margin-right: -360px;
  }
  to {
    margin-right: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.word-limit-counter {
  color: black;
}
.word-limit-counter.error {
  color: red;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1A4B8C;
  color: #ffffff;
}

.label.primary {
  background: #1A4B8C;
  color: #ffffff;
}

.label.secondary {
  background: #989898;
  color: #ffffff;
}

.label.success {
  background: #3adb76;
  color: #000000;
}

.label.warning {
  background: #E8A546;
  color: #000000;
}

.label.alert {
  background: #cc4b37;
  color: #ffffff;
}

.tabs,
.white {
  background: unset;
  background-color: unset;
}

.content .login .row > .columns.left-column #side-menus-container-wrapper {
  overflow: visible !important;
  overflow-y: visible !important;
  overflow-x: visible !important;
}

.content > .row > .columns.left-column.small-12.medium-4.large-4 #side-menus-container-wrapper,
.content .row > .columns.left-column.small-12.medium-4.large-4 #side-menus-container-wrapper {
  width: 33.33333%;
}

.content > .row > .columns.left-column.small-12.medium-6.large-6 #side-menus-container-wrapper,
.content .row > .columns.left-column.small-12.medium-6.large-6 #side-menus-container-wrapper {
  width: 50%;
}

.content > .row > .columns.left-column.small-12.medium-2.large-2 #side-menus-container-wrapper,
.content .row > .columns.left-column.small-12.medium-2.large-2 #side-menus-container-wrapper {
  width: 16.66667%;
}

.content > .row > .columns.left-column .accordion-menu-header:has(ul.menu.vertical.nested) > a,
.content .row > .columns.left-column .accordion-menu-header:has(ul.menu.vertical.nested) > a,
.content > .row > .columns.left-column .accordion-menu-header:has(ul.nested) > a,
.content .row > .columns.left-column .accordion-menu-header:has(ul.nested) > a {
  position: relative;
}

.content > .row > .columns.left-column .accordion-menu-header.is-accordion-submenu-parent[aria-expanded=true]:has(ul.menu.vertical.nested) > a::before,
.content .row > .columns.left-column .accordion-menu-header.is-accordion-submenu-parent[aria-expanded=true]:has(ul.menu.vertical.nested) > a::before,
.content > .row > .columns.left-column .accordion-menu-header.is-accordion-submenu-parent[aria-expanded=true]:has(ul.nested) > a::before,
.content .row > .columns.left-column .accordion-menu-header.is-accordion-submenu-parent[aria-expanded=true]:has(ul.nested) > a::before,
.content > .row > .columns.left-column .accordion-menu-header[aria-expanded=true]:has(ul.menu.vertical.nested) > a::before,
.content .row > .columns.left-column .accordion-menu-header[aria-expanded=true]:has(ul.menu.vertical.nested) > a::before,
.content > .row > .columns.left-column .accordion-menu-header[aria-expanded=true]:has(ul.nested) > a::before,
.content .row > .columns.left-column .accordion-menu-header[aria-expanded=true]:has(ul.nested) > a::before {
  transform: rotate(-90deg);
}

.side-menu {
  height: 100%;
  background-color: var(--card-color);
  margin: 1rem 0 1rem 1rem;
  border-radius: 10px;
  color: var(--background-color);
}

#side-menus-container-wrapper .side-menu,
#side-menus-container-wrapper .menu.vertical.side-menu,
#side-menus-container-wrapper .menu.accordion-menu,
#side-menus-container-wrapper .vertical.side-menu.menu,
#side-menus-container-wrapper .vertical.side-menu.menu.accordion-menu {
  background-color: transparent !important;
  border-radius: 0 !important;
  margin: 0 !important;
  width: 100% !important;
}

.side-menu-container .menu,
.side-menu-container .menu.vertical,
.side-menu-container .menu.accordion-menu,
.side-menu-container .vertical.menu {
  width: 100% !important;
}

.menu-panels-wrapper {
  display: flex;
  box-sizing: border-box;
  min-height: auto;
  width: 100%;
  position: relative;
}
.menu-panels-wrapper > :first-child {
  width: 250px;
  flex-shrink: 0;
  order: 1;
  align-self: stretch;
}
.menu-panels-wrapper > :last-child {
  flex-grow: 1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  order: 2;
  min-width: 0;
}

body.animate .menu-panels-wrapper > :first-child {
  opacity: 0;
  transition: opacity 0.2s ease;
}

body.animate .menu-panels-wrapper > :first-child.menu-visible {
  opacity: 1;
}

.columns.right-column .is-accordion-submenu {
  position: absolute;
  top: 40px;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 0;
  z-index: 100;
  width: 500px !important;
  transform: translate(0, 0) !important;
  box-shadow: 3px 3px 3px 0px #CCC9D3;
  max-height: 500px;
  overflow-y: auto;
}
.columns.right-column .is-accordion-submenu li {
  flex-direction: column;
}
.columns.right-column .is-accordion-submenu li.section {
  width: 100%;
  text-align: left;
  padding: 10px 15px;
}
.columns.right-column .is-accordion-submenu li.section .section-link {
  color: #000000;
}
.columns.right-column .is-accordion-submenu li.section * {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
.columns.right-column .is-accordion-submenu li.section .section-header {
  pointer-events: none;
  font-weight: 200;
  font-size: 12px;
  color: darkgrey;
}
.columns.right-column .is-accordion-submenu li.section .section-link:hover {
  background-color: #f3f3f3;
}
.columns.right-column .is-accordion-submenu li.section:not(:first-child) {
  border-top: 1px solid #eeeeee;
}
#profile-menu {
  position: absolute;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 0;
  z-index: 100;
  width: 300px !important;
  transform: translate(-5%, 7px) !important;
  box-shadow: 3px 3px 3px 0px #CCC9D3;
  max-height: 500px;
  overflow-y: auto;
  top: 40px;
}
#profile-menu li.section {
  width: 100%;
  text-align: left;
  padding: 10px 15px;
}
#profile-menu li.section .section-link {
  color: #000000;
}
#profile-menu li.section * {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
#profile-menu li.section .section-header {
  pointer-events: none;
  font-weight: 200;
  font-size: 12px;
  color: darkgrey;
}
#profile-menu li.section .section-link:hover {
  background-color: #f3f3f3;
}
#profile-menu li.section:not(:first-child) {
  border-top: 1px solid #eeeeee;
}
.ror-suggestions-placeholder {
  background-color: #ffffff;
  border: 1px solid #000000;
  border-radius: 3px;
  position: absolute;
  z-index: 1109;
  cursor: pointer;
}

.ui-autocomplete.ui-front {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  z-index: 1110 !important;
}

.ror-suggestion.ui-state-active {
  background-color: #CCCCCC;
}

.ror-input-hidden {
  display: none;
}

.display-language-select {
  padding: 5px;
  margin-bottom: 0;
  border: 1px solid #000000;
  border-radius: 3px;
  overflow-y: hidden;
}
.display-language-select option {
  padding: 10px 5px;
  border-top: 1px solid grey;
}
.display-language-select option:hover {
  cursor: pointer;
  background-color: lightgrey;
}
.display-language-select option:first-child {
  border-top: none;
}

select.display-language-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 12px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

select.display-language-select[multiple] {
  background-image: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 12px;
  overflow-x: hidden;
  overflow-y: auto;
  height: auto;
}

a.ror-link {
  color: #008ae3;
}
a.ror-link:hover {
  color: #0166a6;
  text-decoration: underline;
}
a.ror-link img {
  margin-left: 0;
}

#user-menu-search-icon {
  color: #999;
}
#user-menu-search-icon:hover {
  cursor: pointer;
}
#user-menu-search-icon.open {
  color: #666;
}

.search-container {
  position: relative;
  display: flex;
  flex-direction: row;
  padding-right: 1rem;
  flex: 1;
}
.search-container:after:hover {
  cursor: pointer;
}
.search-container > .search-icon {
  font-family: "foundation-icons";
  content: "\f16c";
  position: absolute;
  font-size: 18px;
  top: 6px;
  left: 30px;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  color: #999;
  z-index: 1;
}
.search-container.with-dashboard > .search-icon {
  left: 15px;
}

input.search-input {
  margin-bottom: 0px;
  visibility: hidden;
  opacity: 0;
  border: none;
  box-shadow: none;
  border-radius: 25px;
  height: 36px;
  background-color: var(--lightgrey-color);
  padding: 5px 15px;
  color: inherit;
  width: 0%;
}
input.search-input::placeholder {
  color: #666;
  opacity: 1;
}
input.search-input::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
input.search-input::-moz-placeholder {
  color: #666;
  opacity: 1;
}
input.search-input:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}
input.search-input.open {
  opacity: 1;
  width: 100%;
  visibility: visible;
  padding: 5px 15px 5px 40px;
  border: none;
  box-shadow: none;
}
input.search-input.open::placeholder {
  color: #666;
  opacity: 1;
}
input.search-input.open::-webkit-input-placeholder {
  color: #666;
  opacity: 1;
}
input.search-input.open::-moz-placeholder {
  color: #666;
  opacity: 1;
}
input.search-input.open:-ms-input-placeholder {
  color: #666;
  opacity: 1;
}

.search-suggestion.ui-state-active {
  background-color: #CCCCCC;
}

.tabs {
  border: 0px solid #e6e6e6;
}

.tabs-panel {
  width: 100%;
  padding-left: 1rem !important;
  padding-right: 0rem !important;
}

.tabs-title > a {
  font-size: 1rem;
}

.tabs-title:focus,
.tabs-title:has(> a[aria-selected=true]),
.tabs-title > a:focus,
.tabs-title > a[aria-selected=true] {
  background: unset;
  color: var(--label-color);
}
.tabs-title:focus svg rect,
.tabs-title:has(> a[aria-selected=true]) svg rect,
.tabs-title > a:focus svg rect,
.tabs-title > a[aria-selected=true] svg rect {
  fill: var(--label-color);
}

#content-panels-container {
  width: 100%;
}

#content-panels-container .row {
  max-width: 100%;
}

#desktop-selector-header {
  width: 100%;
  box-sizing: border-box;
}

#panels-containers-wrapper {
  position: relative !important;
  width: calc(100% - 2rem);
  margin-right: 1rem;
  box-sizing: border-box;
}

.tabs-panel:not(.is-active) {
  display: none !important;
}

.tabs-panel.is-active {
  display: block !important;
}

.tabs-content {
  border: 0px solid #e6e6e6 !important;
}

table.ghost-table,
table.item-list {
  border: 0;
  border-collapse: separate;
  border-spacing: 0 15px;
  background-color: transparent;
}
table.ghost-table.w-100,
table.item-list.w-100 {
  width: 100%;
}

table.fixed {
  table-layout: fixed;
}

table.hidden {
  display: none;
}

table.item-list th,
table.item-list td {
  overflow-wrap: anywhere;
}
table.item-list thead {
  border: 0;
  background-color: transparent;
}
table.item-list thead th {
  color: #ababab;
  font-size: 14px;
  border: 0;
  padding-bottom: 0;
  font-weight: initial;
  text-align: left;
  vertical-align: bottom;
}
table.item-list:not(.not-sortable) th:hover {
  color: #727272;
}
table.item-list tbody tr {
  border: 0;
}
table.item-list thead tr td,
table.item-list tbody tr td {
  border-top: 2px solid #c2c7cb;
  border-bottom: 2px solid #c2c7cb;
  border-left: 0;
  border-right: 0;
}
table.item-list thead tr td:first-child,
table.item-list tbody tr td:first-child {
  border-left: 2px solid #c2c7cb;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
table.item-list thead tr td:last-child,
table.item-list tbody tr td:last-child {
  border-right: 2px solid #c2c7cb;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
table.item-list tr.empty-row,
table.item-list tr.drop-row {
  position: sticky;
  height: 100px;
  display: none;
}
table.item-list tr.empty-row.show,
table.item-list tr.drop-row.show {
  display: table-row;
}
table.item-list tr.empty-row.opaque,
table.item-list tr.drop-row.opaque {
  opacity: 0.3;
}
table.item-list tr.empty-row td,
table.item-list tr.drop-row td {
  border-style: dashed;
}
table.item-list tr.empty-row td {
  text-align: center;
}
table.item-list tr.drop-row td {
  border-style: dashed;
}
table.item-list tr.border.red {
  border-color: red;
}
table.item-list tr.border-alert {
  border-color: lavenderblush;
}
table.item-list tr.bg-alert {
  background-color: lightpink;
}
table.item-list tbody tr.error-border td,
table.item-list tbody tr.error-border td:first-child,
table.item-list tbody tr.error-border td:last-child {
  border-color: #ff8e8e;
}
table.item-list.tight-corners thead tr td:first-child,
table.item-list.tight-corners tbody tr td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
table.item-list.tight-corners thead tr td:last-child,
table.item-list.tight-corners tbody tr td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
table.item-list.card-list > tbody tr {
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
table.item-list.card-list > tbody tr td {
  border: none;
}
table.item-list.card-list > tbody tr.gu-mirror {
  border-spacing: unset;
  box-shadow: 0 0 0 transparent;
  background-color: transparent;
}
table.item-list.card-list > thead tr {
  position: relative;
}
table.item-list.card-list.clickable-items tbody tr {
  transition: transform 0.2s ease, box-shadow 0.4s ease-in-out;
}
table.item-list.card-list.clickable-items tbody tr:hover {
  transform: scale(1) translate(2px, 2px);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
table.item-list.card-list.highlightable-items tbody tr:has(.highlight-toggler:hover) {
  transform: scale(1.001) translate(1px, 1px);
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
}
table.item-list.not-sortable thead th {
  pointer-events: none;
}

tr.gu-mirror,
table tr.in-transition {
  border: 0;
}
tr.gu-mirror td,
table tr.in-transition td {
  border-top: 2px solid #c2c7cb;
  border-bottom: 2px solid #c2c7cb;
  border-left: 0;
  border-right: 0;
  background-color: lavender;
}
tr.gu-mirror td:first-child,
table tr.in-transition td:first-child {
  border-left: 2px solid #c2c7cb;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
tr.gu-mirror td:last-child,
table tr.in-transition td:last-child {
  border-right: 2px solid #c2c7cb;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
tr.gu-mirror.error-border td, tr.gu-mirror.error-border td:first-child, tr.gu-mirror.error-border td:last-child,
table tr.in-transition.error-border td,
table tr.in-transition.error-border td:first-child,
table tr.in-transition.error-border td:last-child {
  border-color: #ff8e8e;
}

table.tight-corners tr.in-transition td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

table.tight-corners tr.in-transition td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

tr.gu-transit {
  width: 100%;
}

tr .drag-handle {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
tr .drag-handle:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

tr.gu-mirror .drag-handle {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

th.size-1,
td.size-1 {
  width: 4%;
}

th.size-2,
td.size-2 {
  width: 8%;
}

th.size-3,
td.size-3 {
  width: 12%;
}

th.size-4,
td.size-4 {
  width: 16%;
}

th.size-5,
td.size-5 {
  width: 20%;
}

th.size-6,
td.size-6 {
  width: 24%;
}

th.size-7,
td.size-7 {
  width: 28%;
}

th.size-8,
td.size-8 {
  width: 32%;
}

th.size-9,
td.size-9 {
  width: 36%;
}

th.size-10,
td.size-10 {
  width: 40%;
}

th.size-11,
td.size-11 {
  width: 44%;
}

th.size-12,
td.size-12 {
  width: 48%;
}

th.size-13,
td.size-13 {
  width: 52%;
}

th.size-14,
td.size-14 {
  width: 56%;
}

th.size-15,
td.size-15 {
  width: 60%;
}

th.size-16,
td.size-16 {
  width: 64%;
}

th.size-17,
td.size-17 {
  width: 68%;
}

th.size-18,
td.size-18 {
  width: 72%;
}

th.size-19,
td.size-19 {
  width: 76%;
}

th.size-20,
td.size-20 {
  width: 80%;
}

th.size-21,
td.size-21 {
  width: 84%;
}

th.size-22,
td.size-22 {
  width: 88%;
}

th.size-23,
td.size-23 {
  width: 92%;
}

th.size-24,
td.size-24 {
  width: 96%;
}

th.size-25,
td.size-25 {
  width: 100%;
}

#change-password-reveal,
#modal-tiny,
#modal-small,
#modal-large,
#modal-full,
#modal-flexible-spinner,
#modal-error {
  color: var(--background-color);
  border-radius: 10px;
  box-shadow: unset !important;
}

#change-password-reveal .hollow,
#modal-tiny .hollow,
#modal-small .hollow,
#modal-large .hollow,
#modal-full .hollow {
  font-size: 1rem;
  color: var(--cta-color) !important;
  border-radius: 1.25rem;
  background-color: transparent !important;
  padding: 0.75rem 1.25rem;
  height: unset;
  width: fit-content !important;
  margin: unset;
  min-width: unset;
  box-shadow: none !important;
  display: inline;
}

#change-password-reveal .button,
#modal-tiny .button,
#modal-small .button,
#modal-large .button,
#modal-full .button {
  font-size: 1rem;
  border: 1px solid var(--cta-color);
  border-radius: 1.25rem;
  color: var(--white-color);
  background-color: var(--cta-color);
  padding: 0.75rem 1.25rem;
  height: unset;
  width: fit-content !important;
  margin: unset;
  min-width: unset;
  box-shadow: none !important;
  display: inline;
}

.reveal-overlay {
  z-index: 10005;
}

.tox-tinymce-aux {
  z-index: 10010 !important;
}

.tox-dialog-wrap {
  z-index: 10010 !important;
}

.tox-dialog-wrap__backdrop {
  z-index: 10009 !important;
}

.tox-dialog,
.tox-dialog__popups,
.mce-window,
.mce-container {
  z-index: 10010 !important;
}

:root {
  --dt-row-selected: 26, 75, 140;
  --dt-row-selected-text: 255, 255, 255;
  --dt-row-selected-link: 26, 75, 140;
  --dt-row-stripe: 0, 0, 0;
  --dt-row-hover: 0, 0, 0;
  --dt-column-ordering: 0, 0, 0;
  --dt-html-background: #F5F7F9;
  --dt-border-radius: 4px;
  --dt-border-radius-sm: 4px;
  --dt-transition: 0.2s ease;
  --dt-shadow-sm: 0 2px 4px rgba(0, 0, 0, 0.1);
  --dt-shadow-md: 0 4px 8px rgba(0, 0, 0, 0.15);
  --dt-shadow-lg: 3px 3px 3px 0px #CCC9D3;
  --dt-border-color: #E9EAEE;
  --dt-header-bg: var(--lightgrey-color);
  --dt-body-bg: #ffffff;
  --dt-hover-bg: #F5F7F9;
  --dt-text-primary: #000000;
  --dt-text-secondary: #989898;
  --dt-text-muted: #989898;
  --dt-primary-color: var(--background-color, #1A4B8C);
  --dt-primary-hover: var(--background-color, #1A4B8C);
  --dt-success-color: #28a745;
  --dt-info-color: #17a2b8;
  --dt-warning-color: #ffc107;
  --dt-danger-color: #dc3545;
  --dt-input-bg: #E9EAEE;
}

:root.dark {
  --dt-html-background: #2f4050;
  --dt-border-color: #3e5465;
  --dt-header-bg: #293846;
  --dt-body-bg: #2f4050;
  --dt-hover-bg: #34495e;
  --dt-text-primary: #e7eaec;
  --dt-text-secondary: #a7a7a7;
  --dt-text-muted: #8a8a8a;
}

table.dataTable td.dt-control {
  text-align: center;
  cursor: pointer;
}
table.dataTable td.dt-control:before {
  display: inline-block;
  box-sizing: border-box;
  content: "";
  border-top: 5px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.5);
  border-bottom: 5px solid transparent;
  border-right: 0px solid transparent;
}
table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top: 10px solid rgba(0, 0, 0, 0.5);
  border-left: 5px solid transparent;
  border-bottom: 0px solid transparent;
  border-right: 5px solid transparent;
}

html.dark table.dataTable td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable td.dt-control:before,
:root[data-theme=dark] table.dataTable td.dt-control:before {
  border-left-color: rgba(255, 255, 255, 0.5);
}

html.dark table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-bs-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before,
:root[data-theme=dark] table.dataTable tr.dt-hasChild td.dt-control:before {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-left-color: transparent;
}

div.dt-scroll {
  width: 100%;
}
div.dt-scroll thead tr,
div.dt-scroll tfoot tr {
  height: 0;
}
div.dt-scroll thead tr th,
div.dt-scroll thead tr td,
div.dt-scroll tfoot tr th,
div.dt-scroll tfoot tr td {
  height: 0 !important;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  border-top-width: 0px !important;
  border-bottom-width: 0px !important;
}
div.dt-scroll thead tr th div.dt-scroll-sizing,
div.dt-scroll thead tr td div.dt-scroll-sizing,
div.dt-scroll tfoot tr th div.dt-scroll-sizing,
div.dt-scroll tfoot tr td div.dt-scroll-sizing {
  height: 0 !important;
  overflow: hidden !important;
}

div.dt-scroll-body > table.dataTable > thead > tr > th,
div.dt-scroll-body > table.dataTable > thead > tr > td {
  overflow: hidden;
}

table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}
table.dataTable thead > tr > th.dt-orderable-asc,
table.dataTable thead > tr > th.dt-orderable-desc,
table.dataTable thead > tr > th.dt-ordering-asc,
table.dataTable thead > tr > th.dt-ordering-desc,
table.dataTable thead > tr > td.dt-orderable-asc,
table.dataTable thead > tr > td.dt-orderable-desc,
table.dataTable thead > tr > td.dt-ordering-asc,
table.dataTable thead > tr > td.dt-ordering-desc {
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
table.dataTable thead > tr > th.dt-orderable-asc:hover,
table.dataTable thead > tr > th.dt-orderable-desc:hover,
table.dataTable thead > tr > th.dt-ordering-asc:hover,
table.dataTable thead > tr > th.dt-ordering-desc:hover,
table.dataTable thead > tr > td.dt-orderable-asc:hover,
table.dataTable thead > tr > td.dt-orderable-desc:hover,
table.dataTable thead > tr > td.dt-ordering-asc:hover,
table.dataTable thead > tr > td.dt-ordering-desc:hover {
  background-color: var(--dt-hover-bg);
  cursor: pointer;
  color: var(--dt-text-primary);
  transition: var(--dt-transition);
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order {
  position: absolute;
  right: 12px;
  top: 0;
  bottom: 0;
  width: 12px;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before, table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  left: 0;
  opacity: 0.125;
  line-height: 9px;
  font-size: 0.8em;
}
table.dataTable thead > tr > th.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-orderable-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before {
  position: absolute;
  display: block;
  bottom: 50%;
  content: "▲";
  content: "▲"/"";
}
table.dataTable thead > tr > th.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-orderable-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  position: absolute;
  display: block;
  top: 50%;
  content: "▼";
  content: "▼"/"";
}
table.dataTable thead > tr > th.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > th.dt-ordering-desc span.dt-column-order:after,
table.dataTable thead > tr > td.dt-ordering-asc span.dt-column-order:before,
table.dataTable thead > tr > td.dt-ordering-desc span.dt-column-order:after {
  opacity: 0.6;
}
table.dataTable thead > tr > th.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > th.sorting_asc_disabled span.dt-column-order:before,
table.dataTable thead > tr > td.sorting_desc_disabled span.dt-column-order:after,
table.dataTable thead > tr > td.sorting_asc_disabled span.dt-column-order:before {
  display: none;
}

:root.dark table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root.dark table.dataTable thead > tr > td.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > th.dt-orderable-desc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-asc:hover,
:root[data-bs-theme=dark] table.dataTable thead > tr > td.dt-orderable-desc:hover {
  background-color: rgb(50, 54, 58);
  cursor: pointer;
}

div.dt-processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -22px;
  text-align: center;
  padding: 2px;
  z-index: 10;
}
div.dt-processing > div:last-child {
  position: relative;
  width: 80px;
  height: 15px;
  margin: 1em auto;
}
div.dt-processing > div:last-child > div {
  position: absolute;
  top: 0;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: rgb(var(--dt-row-selected));
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
div.dt-processing > div:last-child > div:nth-child(1) {
  left: 8px;
  animation: datatables-loader-1 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(2) {
  left: 8px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(3) {
  left: 32px;
  animation: datatables-loader-2 0.6s infinite;
}
div.dt-processing > div:last-child > div:nth-child(4) {
  left: 56px;
  animation: datatables-loader-3 0.6s infinite;
}

@keyframes datatables-loader-1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes datatables-loader-3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes datatables-loader-2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable th,
table.dataTable td {
  box-sizing: border-box;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable th.dt-empty,
table.dataTable td.dt-empty {
  text-align: center;
  vertical-align: top;
}
table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
  text-align: right;
}
table.dataTable thead th,
table.dataTable thead td,
table.dataTable tfoot th,
table.dataTable tfoot td {
  text-align: left;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

table.dataTable {
  width: 100%;
  margin: 0 auto;
  border: none;
  border-collapse: separate;
  border-spacing: 0;
  background-color: var(--dt-body-bg);
  border-radius: var(--dt-border-radius);
  overflow: hidden;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  position: relative;
  z-index: 1;
}
table.dataTable:has(tbody tr td.dataTables_empty) > thead {
  display: none !important;
}
table.dataTable.item-list.card-list, table.dataTable.item-list.card-list {
  border-spacing: 0 !important;
  background-color: var(--dt-body-bg) !important;
  border-radius: var(--dt-border-radius) !important;
  overflow: hidden;
  box-shadow: none !important;
  margin-top: 0 !important;
}
table.dataTable.item-list.card-list > tbody > tr, table.dataTable.item-list.card-list > tbody > tr {
  background-color: var(--dt-body-bg) !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  transform: none !important;
}
table.dataTable.item-list.card-list > tbody > tr:last-child > *, table.dataTable.item-list.card-list > tbody > tr:last-child > * {
  border-bottom: none !important;
}
table.dataTable.item-list.card-list > tbody > tr:hover, table.dataTable.item-list.card-list > tbody > tr:hover {
  transform: none !important;
  box-shadow: none !important;
  background-color: var(--dt-hover-bg) !important;
}
table.dataTable.item-list.card-list > tbody > tr > th,
table.dataTable.item-list.card-list > tbody > tr > td, table.dataTable.item-list.card-list > tbody > tr > th,
table.dataTable.item-list.card-list > tbody > tr > td {
  padding: 20px 24px !important;
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  border-bottom: 1px solid var(--dt-border-color) !important;
  font-size: 0.9375rem !important;
  color: var(--dt-text-primary) !important;
  line-height: 1.7 !important;
  vertical-align: top !important;
  font-weight: 300 !important;
}
table.dataTable.item-list.card-list > tbody > tr > th:first-child,
table.dataTable.item-list.card-list > tbody > tr > td:first-child, table.dataTable.item-list.card-list > tbody > tr > th:first-child,
table.dataTable.item-list.card-list > tbody > tr > td:first-child {
  border-left: none !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
table.dataTable.item-list.card-list > tbody > tr > th:last-child,
table.dataTable.item-list.card-list > tbody > tr > td:last-child, table.dataTable.item-list.card-list > tbody > tr > th:last-child,
table.dataTable.item-list.card-list > tbody > tr > td:last-child {
  border-right: none !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
table.dataTable.item-list.card-list > thead, table.dataTable.item-list.card-list > thead {
  position: relative !important;
  top: 0 !important;
  background-color: var(--dt-header-bg) !important;
}
table.dataTable.item-list.card-list > thead th, table.dataTable.item-list.card-list > thead th {
  border: none !important;
  background-color: var(--dt-header-bg) !important;
  color: var(--dt-text-primary) !important;
  font-size: 0.8125rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  padding: 10px 17px !important;
  border-bottom: none !important;
  line-height: 1.5 !important;
}
table.dataTable[id^=submissions-list] {
  margin-top: 0 !important;
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: 600;
  font-size: 0.875rem;
  text-transform: none;
  letter-spacing: 0;
  color: var(--dt-text-primary);
  line-height: 1.6;
  background-color: var(--dt-header-bg);
  border-bottom: 1px solid var(--dt-border-color);
}
table.dataTable > thead > tr > th,
table.dataTable > thead > tr > td {
  padding: 16px 20px;
  border: none;
  background-color: var(--dt-header-bg);
  transition: var(--dt-transition);
  position: relative;
  border-bottom: 1px solid var(--dt-border-color);
}
table.dataTable > thead > tr > th:first-child,
table.dataTable > thead > tr > td:first-child {
  padding-left: 24px;
}
table.dataTable > thead > tr > th:last-child,
table.dataTable > thead > tr > td:last-child {
  padding-right: 24px;
}
table.dataTable > thead > tr > th:active,
table.dataTable > thead > tr > td:active {
  outline: none;
}
table.dataTable > tfoot > tr > th,
table.dataTable > tfoot > tr > td {
  border: none;
  padding: 16px 24px;
  background-color: var(--dt-header-bg);
}
table.dataTable > tbody > tr {
  background-color: var(--dt-body-bg);
  transition: var(--dt-transition);
}
table.dataTable > tbody > tr:first-child > * {
  border-top: none;
}
table.dataTable > tbody > tr:last-child > * {
  border-bottom: none;
}
table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-selected), 0.08);
  background-color: rgba(var(--dt-row-selected), 0.05) !important;
  color: var(--dt-text-primary);
}
table.dataTable > tbody > tr.selected > * a {
  color: var(--dt-primary-color);
  font-weight: 400;
}
table.dataTable > tbody > tr > th,
table.dataTable > tbody > tr > td {
  padding: 14px 20px;
  border: none;
  border-bottom: 1px solid var(--dt-border-color);
  font-size: 0.9375rem;
  color: var(--dt-text-primary);
  transition: var(--dt-transition);
  vertical-align: middle;
  line-height: 1.6;
  font-weight: 300;
}
table.dataTable > tbody > tr > th:first-child,
table.dataTable > tbody > tr > td:first-child {
  padding-left: 24px;
}
table.dataTable > tbody > tr > th:last-child,
table.dataTable > tbody > tr > td:last-child {
  padding-right: 24px;
}
table.dataTable > tbody > tr > th small,
table.dataTable > tbody > tr > th .text-muted,
table.dataTable > tbody > tr > td small,
table.dataTable > tbody > tr > td .text-muted {
  display: block;
  font-size: 0.875rem;
  color: var(--dt-text-muted);
  font-weight: 300;
  margin-top: 6px;
  line-height: 1.6;
}
table.dataTable.row-border > tbody > tr > *, table.dataTable.display > tbody > tr > * {
  border: none;
}
table.dataTable.cell-border > tbody > tr > * {
  border: none;
}
table.dataTable.cell-border > tbody > tr > *:first-child {
  border: none;
}
table.dataTable.cell-border > tbody > tr:first-child > * {
  border: none;
}
table.dataTable.stripe > tbody > tr:nth-child(odd) > *, table.dataTable.display > tbody > tr:nth-child(odd) > *, table.dataTable.stripe > tbody > tr:nth-child(even) > *, table.dataTable.display > tbody > tr:nth-child(even) > * {
  background-color: var(--dt-body-bg) !important;
  box-shadow: none !important;
}
table.dataTable.hover > tbody > tr:hover > *, table.dataTable.display > tbody > tr:hover > * {
  background-color: var(--dt-hover-bg) !important;
  box-shadow: none !important;
  cursor: pointer;
  transition: var(--dt-transition);
}
table.dataTable.display > tbody > tr {
  background-color: var(--dt-body-bg) !important;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td,
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td,
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

div.dt-container {
  position: relative;
  clear: both;
  margin: 1.5rem 0;
  overflow: visible;
}
div.dt-container div.dt-layout-row {
  width: 100%;
  position: relative;
  z-index: 100;
  padding-bottom: 10px;
}
div.dt-container div.dt-layout-row:has(.dt-search):has(.dt-length) {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1rem;
}
div.dt-container div.dt-layout-row:has(.dt-search):has(.dt-length) .dt-layout-cell {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 100%;
  gap: 1rem;
}
div.dt-container div.dt-layout-row div.dt-layout-cell {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 100;
}
div.dt-container div.dt-layout-row div.dt-layout-cell:has(.dt-search) {
  width: 75%;
  flex: 1 1 75%;
}
div.dt-container div.dt-layout-row div.dt-layout-cell:has(.dt-length) {
  width: 25%;
  flex: 0 0 25%;
  min-width: 150px;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-start {
  justify-content: flex-start;
  margin-right: auto;
}
div.dt-container div.dt-layout-row div.dt-layout-cell.dt-layout-end {
  justify-content: flex-end;
  margin-left: auto;
}
div.dt-container div.dt-layout-row div.dt-layout-cell:empty {
  display: none;
}
div.dt-container div.dt-layout-start > *:not(:last-child) {
  margin-right: 1em;
}
div.dt-container div.dt-layout-end > *:not(:first-child) {
  margin-left: 1em;
}
div.dt-container div.dt-layout-full {
  width: 100%;
}
div.dt-container div.dt-layout-full > *:only-child {
  margin-left: auto;
  margin-right: auto;
}
div.dt-container div.dt-layout-table > div {
  display: block !important;
}
div.dt-container .dt-search {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 75%;
}
div.dt-container .dt-search label {
  display: none !important;
}
div.dt-container .dt-search input {
  border-radius: 10px;
  height: 42px;
  padding: 10px 16px 10px 20px;
  background-color: var(--dt-input-bg);
  color: var(--dt-text-primary);
  font-size: 0.9375rem;
  font-family: "Inter", sans-serif;
  transition: var(--dt-transition);
  width: 100%;
  position: relative;
  z-index: 100;
  box-sizing: border-box;
  line-height: 1.5;
  border: 1px solid var(--dt-border-color);
}
div.dt-container .dt-search input:focus {
  border-color: var(--background-color, #1A4B8C);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(var(--dt-row-selected), 0.1);
  background-color: var(--dt-body-bg);
}
div.dt-container .dt-search input::placeholder {
  color: var(--dt-text-muted);
  opacity: 0.7;
}
div.dt-container .dt-search input::-webkit-input-placeholder {
  color: var(--dt-text-muted);
  opacity: 0.7;
}
div.dt-container .dt-search input::-moz-placeholder {
  color: var(--dt-text-muted);
  opacity: 0.7;
}
div.dt-container .dt-search input:-ms-input-placeholder {
  color: var(--dt-text-muted);
  opacity: 0.7;
}
div.dt-container .dt-input {
  border-radius: 10px;
  height: 42px;
  padding: 10px 16px;
  background-color: var(--dt-input-bg);
  color: var(--dt-text-primary);
  font-size: 0.9375rem;
  font-family: "Inter", sans-serif;
  transition: var(--dt-transition);
  box-shadow: none;
  margin: 0;
  line-height: 1.5;
  border: 1px solid var(--dt-border-color);
}
div.dt-container .dt-input:focus {
  outline: none;
  border-color: var(--background-color, #1A4B8C);
  box-shadow: 0 0 0 3px rgba(var(--dt-row-selected), 0.1);
  background-color: var(--dt-body-bg);
}
div.dt-container select.dt-input {
  width: 120px;
  border-radius: 10px;
  padding-right: 0 !important;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23989898' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px;
}
div.dt-container .dt-length {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
div.dt-container .dt-length label {
  display: none !important;
}
div.dt-container .dt-length select.dt-input {
  width: 100%;
  min-width: 120px;
  box-sizing: border-box;
  padding-left: 14px;
  background-position: right 12px center;
}
div.dt-container .dt-paging .dt-paging-button {
  box-sizing: border-box;
  display: inline-block;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  padding: 8px 14px;
  margin: 0 4px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  color: var(--dt-text-primary) !important;
  border: 1px solid var(--dt-border-color);
  border-radius: var(--dt-border-radius);
  background: var(--dt-body-bg);
  font-size: 0.9375rem;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  transition: var(--dt-transition);
  box-shadow: none;
  line-height: 1.5;
}
div.dt-container .dt-paging .dt-paging-button.current, div.dt-container .dt-paging .dt-paging-button.current:hover {
  color: #ffffff !important;
  border: 1px solid var(--background-color, #1A4B8C);
  background-color: var(--background-color, #1A4B8C);
  box-shadow: var(--dt-shadow-sm);
  font-weight: 400;
}
div.dt-container .dt-paging .dt-paging-button.disabled, div.dt-container .dt-paging .dt-paging-button.disabled:hover, div.dt-container .dt-paging .dt-paging-button.disabled:active {
  cursor: not-allowed;
  color: var(--dt-text-muted) !important;
  border: 1px solid var(--dt-border-color);
  background: var(--dt-header-bg);
  box-shadow: none;
  opacity: 0.5;
}
div.dt-container .dt-paging .dt-paging-button:hover:not(.disabled):not(.current) {
  color: var(--dt-primary-color) !important;
  border-color: var(--dt-primary-color);
  background-color: var(--dt-hover-bg);
  box-shadow: var(--dt-shadow-sm);
}
div.dt-container .dt-paging .dt-paging-button:active:not(.disabled):not(.current) {
  outline: none;
  transform: translateY(0);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.06);
}
div.dt-container .dt-paging .ellipsis {
  padding: 0 1em;
  color: var(--dt-text-muted);
}
div.dt-container .dt-length,
div.dt-container .dt-search,
div.dt-container .dt-info,
div.dt-container .dt-processing,
div.dt-container .dt-paging {
  color: var(--dt-text-primary);
  font-size: 0.9375rem;
  font-family: "Inter", sans-serif;
  line-height: 1.6;
}
div.dt-container .dt-info {
  color: var(--dt-text-secondary);
  font-weight: 400;
  line-height: 1.7;
}
div.dt-container .dataTables_scroll {
  clear: both;
}
div.dt-container .dataTables_scroll div.dt-scroll-body {
  -webkit-overflow-scrolling: touch;
}
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td {
  vertical-align: middle;
}
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > thead > tr > td > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > th > div.dataTables_sizing,
div.dt-container .dataTables_scroll div.dt-scroll-body > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
div.dt-container.dt-empty-footer tbody > tr:last-child > * {
  border: none;
}
div.dt-container.dt-empty-footer .dt-scroll-body {
  border: none;
}
div.dt-container.dt-empty-footer .dt-scroll-body tbody > tr:last-child > * {
  border: none;
}

@media screen and (max-width: 767px) {
  div.dt-container div.dt-layout-row:not(.dt-layout-table) {
    display: block;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell {
    display: block;
    text-align: center;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-start {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell.dt-layout-end {
    margin-left: 0;
  }
  div.dt-container div.dt-layout-row:not(.dt-layout-table) div.dt-layout-cell > * {
    margin: 0.5em 0;
  }
  div.dt-container div.dt-layout-start > *:not(:last-child) {
    margin-right: 0;
  }
  div.dt-container div.dt-layout-end > *:not(:first-child) {
    margin-left: 0;
  }
}
html.dark table.dataTable {
  border: none;
  background-color: var(--dt-body-bg);
  box-shadow: none;
}
html.dark table.dataTable > thead > tr > th,
html.dark table.dataTable > thead > tr > td {
  border: none;
  background-color: var(--dt-header-bg);
  color: var(--dt-text-primary);
}
html.dark table.dataTable > thead > tr > th:active,
html.dark table.dataTable > thead > tr > td:active {
  outline: none;
}
html.dark table.dataTable > tfoot > tr > th,
html.dark table.dataTable > tfoot > tr > td {
  border: none;
  background-color: var(--dt-header-bg);
  color: var(--dt-text-primary);
}
html.dark table.dataTable > tbody > tr > th,
html.dark table.dataTable > tbody > tr > td {
  color: var(--dt-text-primary);
}
html.dark table.dataTable > tbody > tr > th small,
html.dark table.dataTable > tbody > tr > th .text-muted,
html.dark table.dataTable > tbody > tr > td small,
html.dark table.dataTable > tbody > tr > td .text-muted {
  color: var(--dt-text-muted);
}
html.dark .dt-container .dt-search input,
html.dark .dt-container .dt-input,
html.dark .dt-container .dt-length select {
  border: 1px solid var(--dt-border-color);
  background-color: var(--dt-body-bg);
  color: var(--dt-text-primary);
}
html.dark .dt-container .dt-search input:focus,
html.dark .dt-container .dt-input:focus {
  border-color: var(--dt-primary-color);
  box-shadow: 0 0 0 3px rgba(var(--dt-row-selected), 0.15), var(--dt-shadow-sm);
}
html.dark .dt-container .dt-paging .dt-paging-button {
  border: 1px solid var(--dt-border-color);
  background: var(--dt-body-bg);
  color: var(--dt-text-primary) !important;
}
html.dark .dt-container .dt-paging .dt-paging-button.current, html.dark .dt-container .dt-paging .dt-paging-button.current:hover {
  border: 1px solid var(--dt-primary-color);
  background: var(--dt-primary-color);
  color: #ffffff !important;
  box-shadow: var(--dt-shadow-sm);
}
html.dark .dt-container .dt-paging .dt-paging-button.disabled, html.dark .dt-container .dt-paging .dt-paging-button.disabled:hover, html.dark .dt-container .dt-paging .dt-paging-button.disabled:active {
  color: var(--dt-text-muted) !important;
  background: var(--dt-header-bg);
  opacity: 0.5;
}
html.dark .dt-container .dt-paging .dt-paging-button:hover:not(.disabled):not(.current) {
  border-color: var(--dt-primary-color);
  background: var(--dt-hover-bg);
  box-shadow: var(--dt-shadow-sm);
}
html.dark .dt-container .dt-paging .dt-paging-button:active:not(.disabled):not(.current) {
  background: var(--dt-hover-bg);
}

*[dir=rtl] table.dataTable thead th,
*[dir=rtl] table.dataTable thead td,
*[dir=rtl] table.dataTable tfoot th,
*[dir=rtl] table.dataTable tfoot td {
  text-align: right;
}
*[dir=rtl] table.dataTable th.dt-type-numeric,
*[dir=rtl] table.dataTable th.dt-type-date,
*[dir=rtl] table.dataTable td.dt-type-numeric,
*[dir=rtl] table.dataTable td.dt-type-date {
  text-align: left;
}
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-start {
  text-align: right;
}
*[dir=rtl] div.dt-container div.dt-layout-cell.dt-end {
  text-align: left;
}
*[dir=rtl] div.dt-container div.dt-search input {
  margin: 0 3px 0 0;
}

.dt-input {
  margin: 0;
}

.dt-search {
  position: relative;
}
.dt-search:after {
  display: none !important;
}

.dt-length {
  display: flex;
  flex-direction: column;
}

.desktop .dt-search {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}
.desktop .dt-search label {
  width: fit-content;
  color: var(--background-color, #1A4B8C) !important;
}
.desktop .dt-length {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.desktop .dt-length label {
  display: none !important;
}
.desktop .dt-layout-table {
  margin-top: 0rem;
}
.desktop .dt-paging {
  margin-top: 3rem;
}

.profile .dt-paging nav,
.profile #activity-table,
.profile #availability-table {
  margin-top: 2rem;
}
.profile table.dataTable > tbody > tr > th,
.profile table.dataTable > tbody > tr > td {
  padding: 14px 20px !important;
}
.profile .dt-search {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: flex-start;
}
.profile .dt-search label {
  display: none !important;
}
.profile .dt-layout-table {
  margin-top: 0rem;
}
.profile .dt-length {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.profile .dt-length label {
  display: none !important;
}

#email-templates-table_wrapper .row-group-header-cell {
  background-color: var(--primary-color, transparent) !important;
  /* color: var(--white-color, #ffffff) !important; */
  font-weight: bold !important;
  font-size: 1.1rem;
  padding: 1rem !important;
  border-bottom: 2px solid var(--primary-color, #2c3e50) !important;
  /* border-top: 2px solid var(--cta-color, #ff9800) !important; */
  text-transform: capitalize;
  letter-spacing: 0.5px;
  vertical-align: bottom !important;
  padding-bottom: 0 !important;
}

.row-group-header {
  background-color: var(--primary-color, #2c3e50);
  color: var(--white-color, #ffffff);
  font-weight: bold;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid var(--cta-color, #ff9800);
}

.row-group-header td {
  background-color: var(--primary-color, #2c3e50) !important;
  color: var(--white-color, #ffffff) !important;
  font-weight: bold !important;
}

.content > .row .login {
  display: block !important;
  width: 100%;
  align-items: unset;
  justify-content: unset;
}

.login h1 {
  color: white;
  font-size: 5rem;
  line-height: 120%;
  max-width: 700px;
}

.login h3 {
  color: white;
  font-size: 1.25rem;
}

.login h2 {
  font-size: 2rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
  text-align: left;
  color: var(--black-color);
  font-weight: 400;
}

.login .columns {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.intro {
  margin-top: auto;
  margin-bottom: 1rem;
  position: relative;
  min-height: auto;
  height: 100px;
}

.sequence .intro {
  height: 180px;
}

.content > .row > .columns.left-column .intro,
.content .row > .columns.left-column .intro {
  margin-top: 0 !important;
  margin-left: 1rem;
  position: relative;
  padding-top: 20px;
}

.content .login .row > .columns.left-column .intro {
  padding-top: 0 !important;
  position: absolute !important;
  bottom: 10rem !important;
  left: 1rem !important;
  right: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.intro h1 {
  color: white;
  font-size: 5rem;
  line-height: 120%;
  max-width: 700px;
}

#intro-title {
  font-size: 1.5rem;
}

.intro h3 {
  color: var(--cta-color) !important;
  font-size: 1.25rem;
}

.intro a {
  color: white;
  text-decoration: underline;
}
.intro a:hover {
  color: #d0c4ff;
  text-decoration: underline;
}

.login .card {
  width: 100%;
  max-width: 530px;
  margin: 0;
  border: none;
  padding: 0 2.5rem;
  box-sizing: border-box;
  background-color: transparent;
  margin-bottom: -50px;
}

.login .button.login {
  font-size: 1rem;
  border: none;
  border-radius: 1.25rem;
  color: #ffffff !important;
  background-color: #E8A546 !important;
  padding: 0.75rem 1.25rem;
  height: unset;
  width: fit-content;
  margin: unset;
  min-width: unset;
  box-shadow: none !important;
  display: inline;
  border-radius: 2rem !important;
  font-weight: 400 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  padding: 1rem 2rem !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1rem !important;
}
.login .button.login:hover {
  background-color: #D19034 !important;
}

.login .cta-link,
.login a {
  color: var(--label-color);
  font-size: 0.9rem;
  text-decoration: none;
}
.login .cta-link:hover,
.login a:hover {
  color: var(--background-color);
  text-decoration: underline;
}

.login .text-center,
.login [style*="text-align: center"] {
  margin-top: 1rem;
}

.login .card .row {
  margin-bottom: 0.5rem;
}

.login .card .row:last-child {
  margin-bottom: 0;
}

.disabled-form {
  opacity: 0.6;
  pointer-events: none;
}

#sign-in-spinner {
  width: 40px;
  height: 40px;
  border: 2px solid #f6f6f6;
  border-top-color: var(--background-color);
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
  visibility: hidden;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.button.login {
  width: 100% !important;
  border: 1px solid var(--primary) !important;
  border-radius: 5px !important;
  height: 55px !important;
}

#login-text a {
  color: #dfd7ff;
  text-decoration: underline;
}
#login-text a:hover {
  color: #d0c4ff;
}
#login-text .button {
  color: var(--primary);
  background-color: whitesmoke;
}
#login-text .button:hover {
  color: var(--secondary);
  background-color: #e8e8e8;
}

#sign-in-content, #sign-up-content, #request-reset-password-email-content {
  padding: 2rem;
  box-sizing: border-box;
}
#sign-in-content.is-active, #sign-up-content.is-active, #request-reset-password-email-content.is-active {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
#sign-in-content.is-active > div, #sign-up-content.is-active > div, #request-reset-password-email-content.is-active > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
}
#sign-in-content.is-active > div > div, #sign-up-content.is-active > div > div, #request-reset-password-email-content.is-active > div > div {
  width: 100%;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem;
  box-sizing: border-box;
}

#sign-in-form {
  width: 100%;
  max-width: 100%;
  padding: 1.5rem;
  box-sizing: border-box;
}

.role {
  position: relative;
  min-height: calc(100dvh - 7rem);
  overflow-x: hidden;
}

.role::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 50%;
  bottom: 0;
  background-color: var(--background-color);
  z-index: 0;
}

.role .intro {
  margin-top: 10rem;
  color: var(--white-color);
  position: relative;
  z-index: 1;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.role .intro h1 {
  color: white;
  font-size: 5rem;
  line-height: 120%;
  max-width: 700px;
}

.role .intro p {
  color: white;
  font-size: 1.25rem;
}

.role .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -3rem;
  width: calc(50% + 3rem);
  background-color: var(--white-color);
  z-index: 0;
}

.role .row {
  position: relative;
  z-index: 1;
  width: 100% !important;
  max-width: 100% !important;
  min-height: calc(100dvh - 7rem);
}

.role .content > .row > .columns.left-column {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: calc(100dvh - 7rem);
}

.role .columns.small-6.left-column {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  min-height: calc(100dvh - 7rem);
}

.role .columns.small-6.right-column {
  position: relative;
  z-index: 9999;
}

.roles {
  position: relative;
  padding-left: 2rem;
  margin-top: 2rem;
  list-style-type: none;
}

.roles li {
  padding: 0 !important;
}

.role-name {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  color: #1A4B8C;
}

.intro .disclaimer,
.role .intro .disclaimer {
  position: absolute;
  bottom: 0;
  max-width: 33rem;
  margin-bottom: 2rem;
}

.content > .row > .columns.left-column .intro .disclaimer,
.content .row > .columns.left-column .intro .disclaimer,
.content > .row > .columns.left-column > .disclaimer,
.content .row > .columns.left-column > .disclaimer {
  position: relative !important;
  margin-top: auto !important;
  margin-bottom: 2rem;
  bottom: auto !important;
  margin-left: 1rem;
}

.user-menu-desktop {
  top: 10px !important;
}

section.view,
.dashboard {
  background-color: transparent;
  border-radius: 0;
}

.panels-container {
  padding-bottom: 1rem;
}

.dashboard .accordion-content,
.dashboard .accordion {
  background-color: unset !important;
}

.accordion {
  margin-bottom: unset;
}

.dashboard .card {
  width: 18rem;
  min-height: unset;
  background-color: var(--card-color);
}

#desktop-selector-header {
  position: absolute;
  margin: -40px 2rem;
  z-index: 10001;
  pointer-events: none;
}
#desktop-selector-header #call-selector-menu,
#desktop-selector-header #call-selector-button,
#desktop-selector-header #call-selector-dropdown {
  pointer-events: auto;
}

.call-selector {
  min-width: 80px;
  color: var(--background-color);
}

#call-selector {
  border-color: var(--background-color);
  color: var(--background-color);
  height: 35px !important;
}

#call-selector-menu {
  position: relative;
  z-index: 10001;
}

#call-selector-button {
  cursor: pointer;
  background-color: white;
  color: var(--background-color);
}
#call-selector-button:hover {
  background-color: #f3f3f3;
}

#call-selector-dropdown {
  position: absolute;
  flex-direction: column;
  background-color: white;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 0;
  z-index: 10100;
  width: 500px;
  min-width: 500px;
  transform: translate(0, 7px);
  box-shadow: 3px 3px 3px 0px #CCC9D3;
  max-height: 500px;
  overflow-y: auto;
  top: 100%;
  left: 0;
}

#call-selector-dropdown li.section {
  width: 100%;
  text-align: left;
  padding: 10px 15px;
}
#call-selector-dropdown li.section .section-link {
  color: black;
}
#call-selector-dropdown li.section .section-link:hover {
  background-color: #f3f3f3;
}
#call-selector-dropdown li.section * {
  width: 100%;
  padding: 10px;
  border-radius: 5px;
}
#call-selector-dropdown li.section:not(:first-child) {
  border-top: 1px solid #eeeeee;
}

#open-calls-container {
  width: 100%;
  overflow-y: scroll;
}

#open-calls-content > div {
  display: flex;
  gap: 1rem !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#open-calls-content .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 1rem !important;
}
#open-calls-content .row::before, #open-calls-content .row::after {
  display: none !important;
  content: none !important;
}
#open-calls-content .row > .columns {
  padding-left: 0 !important;
  padding-right: 0 !important;
  float: none !important;
  width: calc(50% - 0.5rem) !important;
  flex: 0 0 calc(50% - 0.5rem) !important;
  box-sizing: border-box !important;
}

.open-calls-container {
  width: 100%;
  box-sizing: border-box;
  padding: 2rem;
}
.open-calls-container .card-container {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 1rem;
}
.open-calls-container .row > .columns:first-child {
  padding-left: 0 !important;
}
.open-calls-container .row > .columns:last-child {
  padding-right: 0 !important;
}
.open-calls-container .open-call-container {
  margin: 0 !important;
  width: 100% !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease !important;
  position: relative !important;
  background-color: var(--white-color) !important;
}
.open-calls-container .open-call-container:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
  transform: translateY(-2px) !important;
}
.open-calls-container .open-call-container:active {
  transform: translateY(0) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}
.open-calls-container .open-call-container .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
  text-align: left;
  cursor: pointer;
}
.open-calls-container .open-call-container .card-content {
  padding-top: 0 !important;
}
.open-calls-container .open-call-container .arrow-icon-bg {
  position: absolute !important;
  right: 1rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231A4B8C'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: block !important;
}
.open-calls-container .open-call-row-hidden {
  display: none !important;
}

#open-calls-content .open-call-row-hidden {
  display: none !important;
}

.content-shifter {
  display: flex;
  width: 200vw;
  transition: transform 0.3s ease;
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: hidden;
  flex-grow: 1;
  height: calc(100vh - 162px);
}

.shift-content-toggle:hover {
  cursor: pointer;
}
.shift-content-toggle.text-primary:hover {
  color: var(--secondary);
}

.primary-content {
  overflow-y: scroll;
  width: 100vw;
  height: 100%;
}

.secondary-content {
  width: 100vw;
  position: sticky;
  height: 100%;
  top: 0;
  overflow-y: scroll;
}

.opencalls-nav {
  display: flex;
  gap: 1.5rem;
  margin-left: auto;
  margin-right: 1rem;
  width: fit-content;
  background-color: var(--card-color);
  padding: 0.5rem;
  padding-bottom: 0;
  border-radius: 20px;
}

.desktop .tabs-panel {
  border-radius: 10px;
  color: var(--background-color);
}
.desktop .tabs-panel table.item-list.card-list {
  width: 100% !important;
  table-layout: auto;
}
.desktop .tabs-panel table.item-list.card-list tbody tr {
  width: 100%;
  display: table-row;
}
.desktop .tabs-panel table.item-list.card-list td {
  width: auto;
}
.desktop .tabs-panel table.item-list.card-list td:last-child {
  width: 1%;
  white-space: nowrap;
}

.desktop .list-item {
  position: relative;
  background-color: unset !important;
  box-shadow: unset !important;
  border-radius: unset !important;
}
.desktop .list-item.go-to-button {
  transition: background-color 0.2s ease;
}
.desktop .list-item.go-to-button:hover {
  background-color: rgba(0, 0, 0, 0.02) !important;
}
.desktop .list-item.go-to-button td:last-child {
  padding-right: 3rem !important;
  position: relative !important;
}
.desktop .list-item.go-to-button td:last-child .arrow-icon-bg {
  position: absolute !important;
  right: 1rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%231A4B8C'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  display: block !important;
}

table.item-list.card-list > tbody tr td,
th {
  border: 0;
  border-radius: unset;
  border-bottom: 1px solid var(--background-color);
}

.sequence #content-wrapper {
  background-color: var(--white-color);
  border-radius: 10px;
}
.sequence #content-wrapper > .row {
  display: flex;
  min-height: calc(100vh - 12rem);
}
.sequence #content-wrapper > .row > .columns {
  display: flex;
  flex-direction: column;
}
.sequence #content-wrapper > .row > .columns.small-12.medium-3.large-2 {
  width: 250px !important;
  max-width: 250px !important;
  flex: 0 0 250px !important;
}
.sequence .content {
  margin-bottom: 2rem;
}
.sequence #role-tabs li:hover,
.sequence .tabs-content {
  background-color: unset;
}
.sequence .card {
  background-color: transparent;
  border-radius: 10px;
  margin: 1rem;
}
.sequence pre {
  display: none;
}
.sequence .border-bottom {
  border-bottom: unset;
}
.sequence .card-header {
  padding-bottom: 0 !important;
}
.sequence .card-content {
  padding-top: 0 !important;
}
.sequence .tab-header-bullet {
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background-color: currentColor;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
}
.sequence .tab-header.all-required-filled .tab-header-bullet,
.sequence #side-menus-container-wrapper .tab-header.all-required-filled .tab-header-bullet,
.sequence .side-menu-container .tab-header.all-required-filled .tab-header-bullet,
.sequence #side-menu-container-sequence .tab-header.all-required-filled .tab-header-bullet,
.sequence .tab-header.is-active.all-required-filled .tab-header-bullet,
.sequence #side-menus-container-wrapper .tab-header.is-active.all-required-filled .tab-header-bullet,
.sequence .side-menu-container .tab-header.is-active.all-required-filled .tab-header-bullet,
.sequence #side-menu-container-sequence .tab-header.is-active.all-required-filled .tab-header-bullet {
  background-color: #28a745 !important;
}
.sequence .tab-header.has-missing-required .tab-header-bullet,
.sequence #side-menus-container-wrapper .tab-header.has-missing-required .tab-header-bullet,
.sequence .side-menu-container .tab-header.has-missing-required .tab-header-bullet,
.sequence #side-menu-container-sequence .tab-header.has-missing-required .tab-header-bullet,
.sequence .tab-header.is-active.has-missing-required .tab-header-bullet,
.sequence #side-menus-container-wrapper .tab-header.is-active.has-missing-required .tab-header-bullet,
.sequence .side-menu-container .tab-header.is-active.has-missing-required .tab-header-bullet,
.sequence #side-menu-container-sequence .tab-header.is-active.has-missing-required .tab-header-bullet {
  background-color: var(--white-color) !important;
}
.sequence .content > .row > .columns.left-column .tab-header.is-active:not(.accordion-menu-header) a,
.sequence .content .row > .columns.left-column .tab-header.is-active:not(.accordion-menu-header) a,
.sequence .content > .row > .columns.left-column #side-menus-container-wrapper .tab-header.is-active:not(.accordion-menu-header) a,
.sequence .content .row > .columns.left-column #side-menus-container-wrapper .tab-header.is-active:not(.accordion-menu-header) a,
.sequence .content > .row > .columns.left-column .side-menu-container .tab-header.is-active:not(.accordion-menu-header) a,
.sequence .content .row > .columns.left-column .side-menu-container .tab-header.is-active:not(.accordion-menu-header) a,
.sequence .tab-header.is-active:not(.accordion-menu-header) a,
.sequence #side-menus-container-wrapper .tab-header.is-active:not(.accordion-menu-header) a,
.sequence .side-menu-container .tab-header.is-active:not(.accordion-menu-header) a {
  color: var(--cta-color) !important;
}
.sequence .content > .row > .columns.left-column .tab-header.is-active:not(.accordion-menu-header) a .menu-item-title,
.sequence .content .row > .columns.left-column .tab-header.is-active:not(.accordion-menu-header) a .menu-item-title,
.sequence .tab-header.is-active:not(.accordion-menu-header) a .menu-item-title {
  color: var(--cta-color) !important;
}
.sequence .form-element-container {
  border: 1px dotted rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
.sequence .form-group-container {
  border: 1px dotted rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 0.75rem;
  margin-bottom: 1rem;
}

#tabs-wrapper {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

#sequence-tabs,
.view-tabs {
  margin: 1rem 0;
  border-radius: 10px;
  height: 100%;
  width: 250px;
  flex-grow: 1;
}

#sequence-tabs li,
.view-tabs li {
  text-align: left !important;
}

#sequence-tabs li a,
.view-tabs li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1rem;
}

#sequence-tabs li a svg,
.view-tabs li a svg {
  flex-shrink: 0;
}

#sequence-section-output-container p,
#sequence-section-output-container b {
  font-size: 1rem;
}

.sequence-section-output-container .sequence-section-title {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--background-color);
}
.sequence-section-output-container .form-output-container {
  margin-bottom: 2.5rem;
}
.sequence-section-output-container .element-instance-container {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f9f9f9;
  border-radius: 4px;
  border-left: 3px solid var(--background-color);
  transition: background-color 0.2s ease;
}
.sequence-section-output-container .element-instance-container:hover {
  background-color: #e8e8e8;
}
.sequence-section-output-container .element-instance-container:last-child {
  margin-bottom: 0;
}
.sequence-section-output-container .element-header {
  margin: 0 0 1.5rem 0;
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--background-color);
  line-height: 1.4;
}
.sequence-section-output-container .element-header .element-id {
  font-size: 0.85rem;
  font-weight: normal;
  color: #888;
  margin-left: 0.25rem;
}
.sequence-section-output-container .element-field {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  transition: background-color 0.2s ease, color 0.2s ease;
  padding: 0.25rem;
  border-radius: 3px;
}
.sequence-section-output-container .element-field:hover {
  background-color: #f2f2f2;
  color: black;
}
.sequence-section-output-container .element-field:hover .element-label,
.sequence-section-output-container .element-field:hover .element-value {
  color: black;
}
.sequence-section-output-container .element-field:last-child {
  margin-bottom: 0;
}
.sequence-section-output-container .element-field.element-field-triggered {
  margin-left: 1.5rem;
  padding-left: 1rem;
  border-left: 2px solid #e0e0e0;
}
.sequence-section-output-container .element-label {
  font-weight: 300;
  color: #888;
  font-size: 0.85rem;
  display: inline-block;
  margin-bottom: 0.1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.sequence-section-output-container .element-value {
  color: #333;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.sequence-section-output-container .element-value.element-data-output-justify {
  text-align: justify;
  white-space: pre-wrap;
}
.sequence-section-output-container p {
  margin: 0;
  padding: 0;
}

.view #view-cards-container {
  width: calc(100% - 1.4rem);
}
.view #content-wrapper {
  background-color: var(--white-color);
  border-radius: 10px;
  margin-top: 4rem;
}
.view .border-top,
.view .profile .border-top {
  border-top: none;
}
.view .pdf-card {
  margin: 0;
}
.view .pdf-card .card-content {
  padding: 2rem 1rem 1rem 1rem;
}
.view .card-header {
  padding: 0 !important;
}
.view .job {
  padding: 0 !important;
}
.view .tabs-panel {
  height: 100%;
  padding: 1rem 0 1rem 1rem;
}
.view .assignment-action-menu-item {
  border: 1px solid var(--background-color);
  border-radius: 1.25rem;
  margin-right: 1rem;
}
.view .assignment-action-menu-item:last-of-type {
  margin-right: -1rem;
}

.view-tabs {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding-top: 2rem;
}

.sequence-flex-container {
  display: flex;
  gap: 2.5rem;
  min-height: 600px;
}

.view-sequence-tabs {
  flex: 0 0 250px;
  width: 250px;
  display: flex;
  flex-direction: column;
}

.view-sequence {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.view .sequence-section-output-container {
  height: 100%;
  background-color: var(--card-color);
  padding: 2rem;
  border-radius: 10px;
}

.view #sequence-section-output-container {
  margin-left: -2.5rem;
}

.sequence-container .row {
  display: flex;
  min-height: 600px;
}

.sequence-container .row .columns {
  display: flex;
  flex-direction: column;
}

#sequence-section-output-container.tabs-content {
  flex-grow: 1;
  height: 100%;
}

.tabse-panel .card {
  width: calc(100% - 1.5rem) !important;
  margin-left: 0;
}

#view-tabs .tabs-title > a {
  padding: 2rem 2rem 1rem 0;
}

.view .assignment-panel.tabs-panel {
  background-color: var(--card-color);
  border-radius: 0 8px 8px 8px;
  padding: 1.5rem;
  margin-top: 0;
}

#profile-container {
  background-color: var(--white-color);
  border-radius: 10px;
  padding-top: 60px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.profile .card {
  background-color: transparent;
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.profile .card-content {
  margin: 0 0 1rem 0;
  padding: 0 1rem 2rem 1rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  border-radius: 10px;
}
.profile .card-header {
  padding: 0 0 2rem 0;
}
.profile .card-footer {
  display: flex;
  justify-content: flex-end;
  padding: 2rem;
}

#profile-tabs .tabs-title > a {
  padding: 2rem 2rem 0 0;
}

.left-column #profile-tabs {
  flex-direction: column;
}
.left-column #profile-tabs .tabs-title {
  width: 100%;
  margin-bottom: 0.5rem;
}
.left-column #profile-tabs .tabs-title > a {
  padding: 1rem;
  display: block;
  text-align: left;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
}
.left-column #profile-tabs .tabs-title.is-active > a,
.left-column #profile-tabs .tabs-title > a:hover {
  border-left-color: var(--cta-color);
  background-color: rgba(255, 255, 255, 0.1);
}
.left-column #profile-tabs .tabs-title.is-active > a {
  text-align: right;
  padding-right: 39px;
}
.left-column #profile-tabs #change-password-button,
.left-column #profile-tabs #reset-password-button {
  background-color: transparent !important;
  color: var(--white-color) !important;
  border: none !important;
  border-left: 3px solid transparent !important;
  border-radius: 0 !important;
  padding: 1rem !important;
  height: unset !important;
  width: 100% !important;
  margin: 0 !important;
  min-width: unset !important;
  box-shadow: none !important;
  font-size: 1rem !important;
  display: block !important;
  text-align: left !important;
  transition: all 0.3s ease !important;
}
.left-column #profile-tabs #change-password-button:hover,
.left-column #profile-tabs #reset-password-button:hover {
  border-left-color: var(--cta-color) !important;
  background-color: rgba(255, 255, 255, 0.1) !important;
}

#profile-tabs {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#profile-tabs::-webkit-scrollbar {
  display: none;
}

.action-button-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  margin-top: -80px;
}
.action-button-container > .menu {
  width: 100%;
  height: 100%;
  margin: 0;
}
.action-button-container > .menu > li {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.action-button-container > .menu > li > .button.action-button-trigger {
  width: 100%;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  cursor: pointer;
  padding: 0 1rem;
  background-color: var(--white-color) !important;
  color: black !important;
}
.action-button-container > .menu > li > .button.action-button-trigger i {
  margin-left: auto;
}
.action-button-container > .menu > li > .button.action-button-trigger .arrow-icon-bg {
  margin-left: auto;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23000000'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  transform: rotate(90deg);
}
.action-button-container .menu.vertical.submenu.is-accordion-submenu.is-active {
  z-index: 10100 !important;
}
.action-button-container [data-accordion-menu] li.is-accordion-submenu-parent ul {
  transition: none !important;
  animation: none !important;
}
.action-button-container .is-accordion-submenu-parent > ul.menu.vertical,
.action-button-container .is-accordion-submenu-parent > ul.menu.vertical.nested,
.action-button-container .is-accordion-submenu-parent[aria-expanded=true] > ul.menu.vertical,
.action-button-container .is-accordion-submenu-parent[aria-expanded=true] > ul.menu.vertical.nested {
  transition: none !important;
  animation: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  max-height: none !important;
}

[id^=assignment-action-menu-] {
  position: absolute !important;
  flex-direction: column !important;
  background-color: white !important;
  border: 1px solid #eeeeee !important;
  border-radius: 4px !important;
  padding: 0 !important;
  z-index: 10002 !important;
  width: 300px !important;
  transform: translate(-155px, 45px) !important;
  box-shadow: 3px 3px 30px 10px #CCC9D3 !important;
  max-height: 500px !important;
  animation: none !important;
  transition: none !important;
}
[id^=assignment-action-menu-] * {
  transition: none !important;
  animation: none !important;
}
[id^=assignment-action-menu-].menu.vertical.submenu.is-accordion-submenu.is-active {
  z-index: 10002 !important;
}
[id^=assignment-action-menu-].menu.vertical.submenu.is-accordion-submenu {
  transition: none !important;
  animation: none !important;
}
[id^=assignment-action-menu-].menu.vertical li {
  margin: 0 !important;
  padding: 0 !important;
}
[id^=assignment-action-menu-].menu.vertical li a {
  padding: 10px !important;
  margin: 0 !important;
}
[id^=assignment-action-menu-] li.section {
  width: 100% !important;
  text-align: left !important;
  padding: 10px 15px !important;
  list-style: none !important;
}
[id^=assignment-action-menu-] li.section .section-link {
  color: black !important;
  display: block !important;
  width: 100% !important;
  padding: 10px !important;
  border-radius: 5px !important;
  text-decoration: none !important;
}
[id^=assignment-action-menu-] li.section .section-link:hover {
  background-color: #f3f3f3 !important;
  color: black !important;
}
[id^=assignment-action-menu-] li.section * {
  width: 100% !important;
  padding: 10px !important;
  border-radius: 5px !important;
}
[id^=assignment-action-menu-] li.section .section-header {
  pointer-events: none !important;
  font-weight: 200 !important;
  font-size: 12px !important;
  color: darkgrey !important;
}
[id^=assignment-action-menu-] li.section:not(:first-child) {
  border-top: 1px solid #eeeeee !important;
}
[id^=assignment-action-menu-] .is-submenu-item.is-accordion-submenu-item {
  padding: 10px !important;
}

.assignment-tabs-container {
  margin-bottom: 0;
  padding: 0;
}

.assignment-tabs {
  display: flex;
  flex-direction: row;
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  background-color: transparent;
}

.assignment-tab {
  margin: 0;
  padding: 0;
  position: relative;
}
.assignment-tab > a {
  display: block;
  padding: 1rem 1.5rem;
  text-decoration: none;
  color: var(--background-color);
  background-color: var(--white-color);
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s ease;
  cursor: pointer;
}
.assignment-tab:first-child > a {
  border-top-left-radius: 8px;
}
.assignment-tab:last-child > a {
  border-right: none;
  border-top-right-radius: 8px;
}
.assignment-tab > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.assignment-tab.is-active > a {
  background-color: var(--card-color);
  color: var(--background-color);
  font-weight: 600;
  border-top: 3px solid var(--cta-color);
  border-bottom: 0px solid var(--card-color);
  margin-bottom: -2px;
  position: relative;
  z-index: 1;
}

.workflow h2 {
  color: var(--background-color);
}
.workflow #content-wrapper {
  background-color: var(--white-color);
  border-radius: 10px;
  margin: 0 0 2rem 0;
}
.workflow #content-wrapper > .row > .columns.small-12.medium-3.large-2 {
  width: 250px !important;
  max-width: 250px !important;
  flex: 0 0 250px !important;
}
.workflow #content-wrapper .row.workflow-tab-panel {
  display: none;
}
.workflow #content-wrapper .row.workflow-tab-panel.is-active {
  display: flex;
}
.workflow #content-wrapper .row .tabs-panel {
  display: none;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.workflow #content-wrapper .row .tabs-panel.is-active {
  display: block;
}
.workflow #content-wrapper .card {
  background-color: var(--card-color);
  border-radius: 10px;
  margin: 1rem;
}
.workflow #content-wrapper .card .row {
  min-height: unset;
}
.workflow .card {
  background-color: var(--card-color);
  border-radius: 10px;
  margin: 1rem;
}

.content #content-wrapper > .row {
  display: flex;
  min-height: calc(100vh - 12rem);
  height: calc(100vh - 12rem);
}
.content #content-wrapper table .row,
.content #content-wrapper .list-item .row {
  display: block;
  min-height: unset;
}

.tabs-content {
  background-color: unset;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 0;
}
.tabs-content[data-tabs-content=workflow-tabs] {
  height: 100%;
  min-height: 0;
}

.tabs-panel {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.tabs-panel#forms-content, .tabs-panel[id^=sequence-section-] {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}
.tabs-panel#forms-content.is-active {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  flex: 1;
}
.tabs-panel#forms-content.is-active > .row {
  display: flex;
  flex: 1;
  min-height: 0;
  height: 100%;
  align-items: stretch;
}
.tabs-panel#forms-content.is-active > .row .columns {
  display: flex;
  flex-direction: column;
  min-height: 0;
}

#config-cards-container {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
#config-cards-container .tabs-panel {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
  display: none;
}
#config-cards-container .tabs-panel.is-active {
  display: block !important;
}
#config-cards-container .tabs-panel .card {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-left: 0;
  margin-right: 0;
}

#workflow-config-tabs {
  background-color: var(--card-color);
  border-radius: 10px;
  height: 100%;
  width: 100%;
  flex-grow: 1;
  overflow-y: auto;
}
#workflow-config-tabs li.tabs-title {
  width: 100%;
  display: inline-block;
  text-align: left !important;
  background: unset;
}
#workflow-config-tabs li.tabs-title a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  font-size: 1rem;
}
#workflow-config-tabs li.tabs-title.is-active a {
  color: #E8A546;
  font-weight: bold;
}
#workflow-config-tabs li.tabs-title.is-active.is-submenu-item.is-accordion-submenu-item {
  border-radius: 3px;
}
#workflow-config-tabs li.tabs-title.is-active.is-submenu-item.is-accordion-submenu-item a {
  color: #E8A546;
  font-weight: bold;
}

ul.menu.vertical {
  flex-direction: column;
}

a.accordion-menu-anchor {
  border-radius: 3px;
}
a.accordion-menu-anchor:has(+ ul.menu.vertical.is-accordion-submenu.is-active .tabs-title.is-active) {
  color: #E8A546;
}

.menu > li.tabs-title.is-submenu-item.is-accordion-submenu-item {
  padding-left: 1rem;
}

.menu.vertical.submenu.is-accordion-submenu {
  margin-left: 0;
}

.left-column {
  position: relative;
  z-index: 1;
}
.left-column .intro {
  color: var(--white-color);
  position: relative;
  z-index: 1;
}
.left-column .intro h2 {
  color: var(--white-color);
}
.left-column .intro .subtitle {
  color: var(--cta-color) !important;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.5rem;
  opacity: 0.8;
}
.left-column #workflow-tabs {
  flex-direction: column;
}
.left-column #workflow-tabs .tabs-title {
  width: 100%;
  margin-bottom: 0.5rem;
}
.left-column #workflow-tabs .tabs-title > a {
  padding: 1rem;
  display: block;
  text-align: left;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
  color: var(--white-color);
}
.left-column #workflow-tabs .tabs-title.is-active > a,
.left-column #workflow-tabs .tabs-title > a:hover {
  border-left-color: var(--cta-color);
  background-color: rgba(255, 255, 255, 0.1);
}
.left-column #workflow-tabs .tabs-title.is-active > a {
  color: var(--cta-color) !important;
  text-align: right;
  padding-right: 39px;
}
.left-column #workflow-tabs .tabs-title.is-accordion-submenu-parent #side-menus-container-wrapper {
  display: none !important;
  width: 100%;
}
.left-column #workflow-tabs .tabs-title.is-accordion-submenu-parent.is-active #side-menus-container-wrapper {
  display: block !important;
  width: 100%;
}
.left-column #side-menus-container-wrapper {
  width: 100%;
}

.diagram-node {
  position: absolute;
  max-width: 150px;
  min-width: 120px;
  padding: 10px;
  border: 2px solid #3498db;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  cursor: move;
  text-align: center;
  user-select: none;
}
.diagram-node.selected {
  border-color: #2ecc71;
}
.diagram-node.accept {
  background-color: #e2ffca;
}
.diagram-node.reject {
  background-color: #ffe9e9;
}

.node-menu,
.connection-menu {
  position: absolute;
  background: #ffffff;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  height: 0;
  transition: height 200ms ease;
  z-index: 9999;
}
.node-menu .menu-content,
.connection-menu .menu-content {
  width: 200px;
  padding: 6px 10px;
}
.node-menu button,
.connection-menu button {
  display: block;
  width: 100%;
  height: 40px;
  margin: 4px 0;
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  background: #dadada;
  color: #ffffff;
  cursor: pointer;
  font-size: 13px;
}
.node-menu button:hover,
.connection-menu button:hover {
  background: #2980b9;
}

.connection-menu button:hover {
  background: #2980b9;
}

.connect-handle {
  width: 14px;
  height: 14px;
  background: #3498db;
  border-radius: 50%;
  color: white;
  cursor: grab;
}

.connection-label {
  width: 140px;
  border-radius: 10px;
  padding: 8px 12px;
  border: 3px solid transparent;
  position: absolute;
  transform: translate(-50%, -50%);
  font: 12px sans-serif;
  color: black;
  background: rgb(20, 179, 239);
  cursor: pointer;
}
.connection-label:hover {
  border: 3px solid #e67e22;
}

.jtk-connector {
  cursor: pointer;
}

.node-menu-icon {
  cursor: pointer;
  font-size: 16px;
  color: #888;
}
.node-menu-icon:hover {
  color: #3498db;
}

.edge-tabs button.active {
  background: #3498db;
  color: #ffffff;
}

.edge-tab-body {
  padding: 10px;
}

.target-argument-select-container {
  display: none;
}

#edge-modal label {
  padding: 0;
}

.form-view {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
  position: relative;
  padding-right: 2rem;
}
.form-view .form-view-controls {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.form-view .form-view-controls #toggle-form-view {
  background-color: var(--cta-color, #007bff);
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  transition: background-color 0.3s ease;
}
.form-view .form-view-controls #toggle-form-view:hover {
  background-color: color-mix(in srgb, var(--cta-color, #007bff) 85%, black);
}
.form-view #form-preview-container {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 20px;
  margin-bottom: 20px;
}
.form-view #form-preview-container h4 {
  margin-bottom: 15px;
  color: var(--text-color, #333);
}
.form-view #form-preview-container .form-element-container {
  margin-bottom: 20px;
}
.form-view #form-preview-container .form-element-container label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  color: var(--text-color, #333);
}
.form-view #form-preview-container .form-element-container .form-element {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}
.form-view #form-preview-container .form-element-container .form-element:focus {
  outline: none;
  border-color: var(--cta-color, #007bff);
}
.form-view #form-preview-container .form-element-container textarea.form-element {
  resize: vertical;
  min-height: 80px;
}
.form-view #form-preview-container .form-element-container .help-text {
  display: block;
  margin-top: 5px;
  font-size: 12px;
}
.form-view #form-preview-container .form-element-container .radio-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.form-view #form-preview-container .form-element-container .radio-group label {
  font-weight: normal;
  margin-bottom: 0;
}
.form-view table.item-list.card-list > tbody tr {
  box-shadow: none !important;
}
.form-view table.item-list.card-list > tbody tr:hover {
  box-shadow: none !important;
}
.form-view table.item-list.card-list.clickable-items > tbody tr {
  box-shadow: none !important;
}
.form-view table.item-list.card-list.clickable-items > tbody tr:hover {
  box-shadow: none !important;
}
.form-view table.item-list.card-list.highlightable-items > tbody tr {
  box-shadow: none !important;
}
.form-view table.item-list.card-list.highlightable-items > tbody tr:has(.highlight-toggler:hover) {
  box-shadow: none !important;
}
.form-view table.item-list.card-list > tbody tr td {
  border-bottom: none !important;
}
.form-view .list-item {
  cursor: default !important;
}
.form-view .list-item * {
  cursor: default !important;
}
.form-view .list-item td {
  box-sizing: border-box;
  vertical-align: middle;
}
.form-view .list-item td .columns {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.form-view .list-item td .columns > * {
  width: 100%;
  flex: 0 0 100%;
}
.form-view .list-item td .columns h1, .form-view .list-item td .columns h2, .form-view .list-item td .columns h3, .form-view .list-item td .columns h4, .form-view .list-item td .columns h5, .form-view .list-item td .columns h6 {
  width: 100%;
  flex: 0 0 100%;
}
.form-view .list-item td .columns label {
  width: 100%;
  flex: 0 0 100%;
  display: block;
}
.form-view .list-item td .columns label input, .form-view .list-item td .columns label textarea, .form-view .list-item td .columns label select {
  width: 100%;
  box-sizing: border-box;
}
.form-view .list-item td.clickable-element-row {
  cursor: move !important;
  position: relative;
  padding-left: 60px;
  border-radius: 10px;
}
.form-view .list-item td.clickable-element-row::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 40px;
  background-color: transparent;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  z-index: 1;
}
.form-view .list-item td.clickable-element-row:hover {
  background-color: color-mix(in srgb, var(--cta-color) 80%, transparent) !important;
}
.form-view .list-item td.clickable-element-row:hover::before {
  color: white !important;
  background-color: color-mix(in srgb, var(--cta-color) 90%, white) !important;
  background-image: radial-gradient(circle, currentColor 1px, transparent 1px);
  background-size: 8px 8px;
  background-position: center;
  border: 10px #E8A546 solid;
  cursor: move;
}
.form-view .list-item td:hover {
  background-color: color-mix(in srgb, var(--cta-color) 80%, transparent) !important;
}
.form-view .list-item select[disabled] {
  -webkit-appearance: menulist !important;
  -moz-appearance: menulist !important;
  appearance: menulist !important;
}
.form-view .list-item h1, .form-view .list-item h2, .form-view .list-item h3, .form-view .list-item h4, .form-view .list-item h5, .form-view .list-item h6 {
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.form-view .list-item p {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  clear: both;
}
.form-view:has(.list-item.selected) .list-item:not(.selected) {
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.form-view:has(.list-item.selected) .list-item.selected {
  opacity: 1;
  z-index: 10;
  position: relative;
  transition: opacity 0.3s ease;
}
.form-view .sortable-placeholder {
  background-color: #f0f0f0 !important;
  border: 2px dashed #ccc !important;
  height: 60px !important;
  visibility: visible !important;
}
.form-view .ui-sortable-helper {
  opacity: 0.8;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.form-view .sortable-elements.drag-over {
  background-color: #e8f4f8 !important;
  border: 2px dashed var(--cta-color, #007bff) !important;
}
.form-view .list-item.selected {
  position: relative;
}
.form-view .list-item.selected td {
  background-color: var(--cta-color) !important;
  box-sizing: border-box;
}
.form-view .list-item.selected td:hover {
  background-color: var(--cta-color) !important;
}
.form-view .list-item.selected td.clickable-element-row::before {
  color: white !important;
  background-color: color-mix(in srgb, var(--cta-color) 90%, white) !important;
  background-image: radial-gradient(circle, currentColor 1px, transparent 1px);
  background-size: 8px 8px;
  background-position: center;
  border: 10px #E8A546 solid;
  cursor: move;
}
.form-view .list-item.selected td.clickable-element-row:hover::before {
  color: white !important;
  background-color: color-mix(in srgb, var(--cta-color) 90%, white) !important;
  background-image: radial-gradient(circle, currentColor 1px, transparent 1px);
  background-size: 8px 8px;
  background-position: center;
  border: 10px #E8A546 solid;
  cursor: move;
}

.settings-view {
  padding: 1rem;
}
.settings-view .settings-tabs {
  list-style: none;
  margin: 0 0 1rem 0;
  padding: 0;
  display: flex;
  width: 100%;
  border-bottom: 2px solid #1e3a5f;
}
.settings-view .settings-tabs .settings-tab-title {
  margin: 0;
  padding: 0;
  flex: 1;
}
.settings-view .settings-tabs .settings-tab-title .settings-tab-link {
  display: block;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: #1e3a5f;
  background-color: transparent;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.settings-view .settings-tabs .settings-tab-title .settings-tab-link:hover {
  background-color: rgba(30, 58, 95, 0.1);
}
.settings-view .settings-tabs .settings-tab-title.is-active .settings-tab-link {
  background-color: #1e3a5f;
  color: #ffffff;
  border-bottom-color: #1e3a5f;
}
.settings-view .settings-tabs-content .settings-tab-panel {
  display: none;
}
.settings-view .settings-tabs-content .settings-tab-panel.is-active {
  display: block;
}
.settings-view .settings-tabs-content .element-info-wrapper h5 {
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
  color: #1e3a5f;
}
.settings-view .settings-tabs-content .element-info-wrapper .row {
  margin-bottom: 1.5rem;
}
.settings-view .settings-tabs-content .element-info-wrapper .row:last-child {
  margin-bottom: 0;
}
.settings-view .settings-tabs-content .element-info-wrapper .element-settings-form label {
  display: block;
  margin-bottom: 1rem;
  font-weight: normal;
}
.settings-view .settings-tabs-content .element-info-wrapper .element-settings-form label:last-child {
  margin-bottom: 0;
}
.settings-view .settings-tabs-content .element-info-wrapper .element-settings-form label input[type=text],
.settings-view .settings-tabs-content .element-info-wrapper .element-settings-form label input[type=number],
.settings-view .settings-tabs-content .element-info-wrapper .element-settings-form label textarea,
.settings-view .settings-tabs-content .element-info-wrapper .element-settings-form label select {
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-sizing: border-box;
}
.settings-view .settings-tabs-content .element-info-wrapper .element-settings-form label textarea {
  min-height: 80px;
  resize: vertical;
}
.settings-view .settings-tabs-content .element-info-wrapper .element-settings-form label input[type=checkbox] {
  width: auto;
  margin-right: 0.5rem;
  margin-top: 0;
}
.settings-view .settings-tabs-content .available-elements-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.75rem;
}
.settings-view .settings-tabs-content .available-elements-list .draggable-element-item {
  padding: 1rem;
  background-color: var(--card-color, #F5F7F9);
  border: 2px solid color-mix(in srgb, var(--cta-color, #E8A546) 20%, transparent);
  border-radius: 10px;
  cursor: move;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  min-height: 80px;
  position: relative;
  gap: 0.5rem;
}
.settings-view .settings-tabs-content .available-elements-list .draggable-element-item::before {
  content: "⋮⋮";
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  color: color-mix(in srgb, var(--cta-color, #E8A546) 40%, transparent);
  font-size: 0.875rem;
  line-height: 1;
  opacity: 0.6;
}
.settings-view .settings-tabs-content .available-elements-list .draggable-element-item:hover {
  background-color: color-mix(in srgb, var(--cta-color, #E8A546) 10%, var(--card-color, #F5F7F9));
  border-color: var(--cta-color, #E8A546);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}
.settings-view .settings-tabs-content .available-elements-list .draggable-element-item:hover::before {
  color: var(--cta-color, #E8A546);
  opacity: 1;
}
.settings-view .settings-tabs-content .available-elements-list .draggable-element-item:hover .element-icon {
  transform: scale(1.1);
  color: var(--cta-color, #E8A546);
}
.settings-view .settings-tabs-content .available-elements-list .draggable-element-item:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.settings-view .settings-tabs-content .available-elements-list .draggable-element-item.dragging {
  opacity: 0.6;
  transform: rotate(2deg);
  box-shadow: 0 8px 16px rgba(232, 165, 70, 0.4);
  border-color: var(--cta-color, #E8A546);
}
.settings-view .settings-tabs-content .available-elements-list .draggable-element-item .drag-handle-icon {
  display: none;
}
.settings-view .settings-tabs-content .available-elements-list .draggable-element-item .element-icon {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  transition: transform 0.2s ease;
  display: block;
  color: color-mix(in srgb, var(--cta-color, #E8A546) 70%, var(--dark-blue-color, #1e3a5f));
}
.settings-view .settings-tabs-content .available-elements-list .draggable-element-item .element-icon::before {
  font-family: "foundation-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.settings-view .settings-tabs-content .available-elements-list .draggable-element-item .element-label {
  font-weight: 600;
  color: var(--dark-blue-color, #1e3a5f);
  font-size: 0.9rem;
  line-height: 1.4;
}

.workflow .is-accordion-submenu .accordion-menu-header > a {
  position: relative;
  padding-right: 2rem;
}
.workflow .content > .row > .columns.left-column .is-accordion-submenu .accordion-menu-header,
.workflow .content .row > .columns.left-column .is-accordion-submenu .accordion-menu-header {
  padding-top: 10px;
  margin-top: 0;
}
.workflow .content > .row > .columns.left-column .is-accordion-submenu .accordion-menu-header:first-child,
.workflow .content .row > .columns.left-column .is-accordion-submenu .accordion-menu-header:first-child {
  padding-top: 0;
}
.workflow .is-accordion-submenu .accordion-menu-header:not(.is-accordion-submenu-parent) > a {
  color: #ffffff;
  opacity: 0.6;
}
.workflow .is-accordion-submenu .accordion-menu-header.is-accordion-submenu-parent > a::after {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 5px 0 5px 8px !important;
  border-color: transparent transparent transparent var(--cta-color) !important;
  position: absolute !important;
  right: 1rem !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(0deg) !important;
  transition: none !important;
  background: none !important;
}
.workflow .is-accordion-submenu .accordion-menu-header.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: translateY(-50%) rotate(90deg) !important;
}
.workflow .is-accordion-submenu,
.workflow .is-accordion-submenu *,
.workflow .accordion-menu-header,
.workflow .accordion-menu-header *,
.workflow .accordion-menu-header > .nested,
.workflow .accordion-menu-header > .menu.vertical.nested {
  transition: none !important;
  animation: none !important;
}
.workflow #workflow-tabs .tabs-title.is-active > a {
  text-align: left !important;
  padding-right: 1rem !important;
}
.workflow #workflow-tabs .tabs-title.is-active {
  width: 100% !important;
}
.workflow #workflow-tabs .tabs-title.is-active > a {
  width: 100% !important;
  display: block !important;
  box-sizing: border-box !important;
}
.workflow #side-menus-container-wrapper .menu li,
.workflow #side-menus-container-wrapper .menu > li,
.workflow #side-menus-container-wrapper .tab-header {
  padding-left: 10px !important;
}
.workflow #workflow-tabs .tabs-title > a {
  border-left: 3px solid transparent !important;
}
.workflow #workflow-tabs .tabs-title.is-active > a,
.workflow #workflow-tabs .tabs-title > a:hover {
  border-left-color: transparent !important;
}

.sortable-placeholder {
  border: 2px dashed var(--cta-color, #E8A546) !important;
  background-color: transparent !important;
  visibility: visible !important;
  height: auto !important;
}

.ui-sortable-helper {
  border: 2px dashed var(--cta-color, #E8A546) !important;
  background-color: transparent !important;
  box-shadow: 0 4px 8px rgba(232, 165, 70, 0.3) !important;
}

.list-item.selected td {
  background-color: var(--cta-color, #E8A546) !important;
}
.list-item.selected td:hover {
  background-color: var(--cta-color, #E8A546) !important;
}

.list-item.selected-highlight td {
  background-color: var(--cta-color, #E8A546) !important;
  box-shadow: 0 0 10px rgba(232, 165, 70, 0.5) !important;
}

.settings-view {
  position: relative;
  min-height: 100vh;
  box-shadow: -4px 0 8px rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

#settings-view-content {
  position: relative;
  min-height: 100%;
  padding-bottom: 80px;
}

.fixed-element-actions {
  position: fixed;
  bottom: 0;
  background: white;
  padding: 15px;
  border-top: 2px solid #ddd;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: flex;
  gap: 10px;
  box-sizing: border-box;
}

#workflow-tabs li.tabs-title,
#workflow-tabs li.tabs-title.is-submenu-item,
#workflow-tabs li.tabs-title.is-accordion-submenu-item,
#workflow-tabs .menu.vertical li.tabs-title,
#workflow-tabs .menu.vertical.is-accordion-submenu li.tabs-title,
#workflow-tabs .accordion-menu-header,
#workflow-tabs li.accordion-menu-header {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#workflow-tabs li.tabs-title:first-child,
#workflow-tabs .accordion-menu-header:first-child,
#workflow-tabs li.accordion-menu-header:first-child {
  margin-top: 0;
}
#workflow-tabs li.tabs-title > a,
#workflow-tabs li.tabs-title.is-submenu-item > a,
#workflow-tabs li.tabs-title.is-accordion-submenu-item > a,
#workflow-tabs .menu.vertical li.tabs-title > a,
#workflow-tabs .menu.vertical.is-accordion-submenu li.tabs-title > a,
#workflow-tabs .accordion-menu-header > a,
#workflow-tabs li.accordion-menu-header > a,
#workflow-tabs .accordion-menu-anchor {
  color: var(--white-color) !important;
  background-color: transparent !important;
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5rem;
  width: 100%;
  padding: 0.6rem 15px !important;
  box-sizing: border-box;
  position: relative;
  font-weight: 300;
  transition: all 0.2s ease;
  text-decoration: none;
}
#workflow-tabs li.tabs-title.is-active > a,
#workflow-tabs .accordion-menu-header.is-active > a {
  background-color: transparent !important;
  color: var(--cta-color) !important;
}
#workflow-tabs li.tabs-title:hover > a,
#workflow-tabs .accordion-menu-header:hover > a,
#workflow-tabs li.accordion-menu-header:hover > a {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
#workflow-tabs li.tabs-title.new-form-link,
#workflow-tabs li.tabs-title.new-form-link:hover,
#workflow-tabs li.tabs-title.new-form-link:hover > a,
#workflow-tabs li.tabs-title.new-form-link > a,
#workflow-tabs li.tabs-title.new-form-link > a:hover,
#workflow-tabs .menu.vertical.nested li.tabs-title.new-form-link:hover > a,
#workflow-tabs .menu.vertical.nested li.tabs-title.new-form-link > a {
  background-color: transparent !important;
  color: var(--cta-color) !important;
}
#workflow-tabs li.tabs-title.new-form-link a,
#workflow-tabs li.tabs-title.new-form-link:hover a,
#workflow-tabs li.tabs-title.new-form-link:hover > a a,
#workflow-tabs li.tabs-title.new-form-link > a a,
#workflow-tabs li.tabs-title.new-form-link > a:hover a,
#workflow-tabs .menu.vertical.nested li.tabs-title.new-form-link:hover > a a,
#workflow-tabs .menu.vertical.nested li.tabs-title.new-form-link > a a {
  background-color: transparent !important;
  color: var(--cta-color) !important;
}
#workflow-tabs .accordion-menu-header:not(.is-accordion-submenu-parent) > a {
  opacity: 0.6;
}
#workflow-tabs .accordion-menu-header.is-accordion-submenu-parent > a::after,
#workflow-tabs li.tabs-title.is-accordion-submenu-parent > a::after {
  content: "" !important;
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  border-style: solid !important;
  border-width: 5px 0 5px 8px !important;
  border-color: transparent transparent transparent var(--cta-color, #E8A546) !important;
  position: absolute !important;
  right: 1rem !important;
  top: 50% !important;
  transform: translateY(-50%) rotate(0deg) !important;
  transition: transform 0.3s ease-in-out !important;
  background: none !important;
}
#workflow-tabs .accordion-menu-header.is-accordion-submenu-parent[aria-expanded=true] > a::after,
#workflow-tabs li.tabs-title.is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: translateY(-50%) rotate(90deg) !important;
}
#workflow-tabs .menu.vertical.nested li.tabs-title.new-form-link,
#workflow-tabs .menu.vertical.nested li.tabs-title.new-form-link:hover,
#workflow-tabs .menu.vertical.nested li.tabs-title.tab-header.new-form-link,
#workflow-tabs .menu.vertical.nested li.tabs-title.tab-header.new-form-link:hover,
#workflow-tabs li.tabs-title.new-form-link,
#workflow-tabs li.tabs-title.new-form-link:hover,
#workflow-tabs li.tabs-title.tab-header.new-form-link,
#workflow-tabs li.tabs-title.tab-header.new-form-link:hover {
  background-color: transparent !important;
}
#workflow-tabs .menu.vertical.nested li.tabs-title.new-form-link::before,
#workflow-tabs .menu.vertical.nested li.tabs-title.new-form-link:hover::before,
#workflow-tabs .menu.vertical.nested li.tabs-title.tab-header.new-form-link::before,
#workflow-tabs .menu.vertical.nested li.tabs-title.tab-header.new-form-link:hover::before,
#workflow-tabs li.tabs-title.new-form-link::before,
#workflow-tabs li.tabs-title.new-form-link:hover::before,
#workflow-tabs li.tabs-title.tab-header.new-form-link::before,
#workflow-tabs li.tabs-title.tab-header.new-form-link:hover::before {
  display: none !important;
  content: none !important;
}
#workflow-tabs .menu.vertical.nested li.tabs-title.new-form-link > a,
#workflow-tabs .menu.vertical.nested li.tabs-title.new-form-link > a:hover,
#workflow-tabs .menu.vertical.nested li.tabs-title.new-form-link:hover > a,
#workflow-tabs .menu.vertical.nested li.tabs-title.new-form-link:hover > a:hover,
#workflow-tabs .menu.vertical.nested li.tabs-title.tab-header.new-form-link > a,
#workflow-tabs .menu.vertical.nested li.tabs-title.tab-header.new-form-link > a:hover,
#workflow-tabs .menu.vertical.nested li.tabs-title.tab-header.new-form-link:hover > a,
#workflow-tabs .menu.vertical.nested li.tabs-title.tab-header.new-form-link:hover > a:hover,
#workflow-tabs li.tabs-title.new-form-link > a,
#workflow-tabs li.tabs-title.new-form-link > a:hover,
#workflow-tabs li.tabs-title.new-form-link:hover > a,
#workflow-tabs li.tabs-title.new-form-link:hover > a:hover,
#workflow-tabs li.tabs-title.tab-header.new-form-link > a,
#workflow-tabs li.tabs-title.tab-header.new-form-link > a:hover,
#workflow-tabs li.tabs-title.tab-header.new-form-link:hover > a,
#workflow-tabs li.tabs-title.tab-header.new-form-link:hover > a:hover {
  background-color: transparent !important;
  color: var(--cta-color) !important;
}

.tabs-title.has-active-child > a,
.tabs-title.has-active-child .accordion-menu-anchor,
.accordion-menu-header.has-active-child > a,
.accordion-menu-header.has-active-child .menu-header-title,
.is-accordion-submenu-parent.has-active-child > a {
  color: var(--cta-color, #E8A546) !important;
}

.is_Job.selected .accordion-menu-anchor,
.is_Job.selected > a,
.accordion-menu-header.is_Job.selected > a,
.accordion-menu-header.is_Job.selected .accordion-menu-anchor,
.accordion-menu-header.is_Job.selected.has-active-child > a,
.accordion-menu-header.is_Job.selected.has-active-child .accordion-menu-anchor,
.is-accordion-submenu-parent.is_Job.selected > a,
.is-accordion-submenu-parent.is_Job.selected .accordion-menu-anchor,
.side-menu-container .is_Job.selected .accordion-menu-anchor,
.side-menu-container .is_Job.selected > a,
.side-menu-container .accordion-menu-header.is_Job.selected > a,
.side-menu-container .accordion-menu-header.is_Job.selected .accordion-menu-anchor,
#jobs-menu .is_Job.selected .accordion-menu-anchor,
#jobs-menu .is_Job.selected > a,
#jobs-menu .accordion-menu-header.is_Job.selected > a,
#jobs-menu .accordion-menu-header.is_Job.selected .accordion-menu-anchor {
  color: var(--cta-color, #E8A546) !important;
}

.workflow-header-tabs#workflow-tabs {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.workflow-header-tabs#workflow-tabs li.tabs-title {
  margin-bottom: 0;
  padding: 0;
}
.workflow-header-tabs#workflow-tabs li.tabs-title > a {
  color: #666 !important;
  background-color: transparent !important;
  display: block !important;
  padding: 0.5rem 1rem !important;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  transition: all 0.2s ease;
  font-weight: 400;
}
.workflow-header-tabs#workflow-tabs li.tabs-title > a:hover {
  color: #333 !important;
  border-bottom-color: #ccc;
}
.workflow-header-tabs#workflow-tabs li.tabs-title.is-active > a {
  color: #1779ba !important;
  background-color: transparent !important;
  border-bottom-color: #1779ba;
  font-weight: 500;
}

.element-group-wrapper {
  position: relative;
  margin-left: 30px;
  margin-top: 10px;
  min-height: 40px;
  padding-bottom: 10px;
  z-index: 0;
}
.element-group-wrapper:has(tr.element-group-child.selected) .element-group-vertical-line {
  z-index: 9999 !important;
  background-color: #ccc !important;
}
.element-group-wrapper:not(:has(.element-group-child)) .element-group-vertical-line {
  bottom: 0;
  height: auto;
}

.element-group-vertical-line {
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  background-color: #ccc;
  z-index: 9999;
  transition: height 0.2s ease, top 0.2s ease;
  min-height: 40px;
  height: 100%;
  pointer-events: none;
}

.element-group-children-container {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  min-height: 50px;
  z-index: 2;
  width: 100%;
  box-sizing: border-box;
  border: 2px dashed #ddd;
  border-radius: 6px;
  background-color: #fafafa;
  pointer-events: auto;
}
.element-group-children-container:has(.element-group-nested-table) {
  display: block;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
}
.element-group-children-container:not(:has(.element-group-nested-table)) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.element-group-children-container:empty::before {
  content: "Drop elements here to nest them in this group";
  display: block;
  padding: 15px 20px;
  color: #999;
  font-style: italic;
  font-size: 0.95em;
  background-color: #f5f5f5;
  border-radius: 6px;
  border: 2px dashed #ccc;
  text-align: center;
  margin: 0;
}
.element-group-children-container:empty::after {
  content: "Drop elements here to nest them in this group";
  display: block;
  padding: 15px 20px;
  color: #999;
  font-style: italic;
  font-size: 0.95em;
  background-color: #f5f5f5;
  border-radius: 6px;
  border: 2px dashed #ccc;
  text-align: center;
  margin-top: 10px;
}
.element-group-children-container:has(.element-group-nested-table)::after, .element-group-children-container:has(table)::after, .element-group-children-container:not(:empty)::after {
  display: none !important;
  content: none !important;
}
.element-group-children-container.drag-over-group {
  background-color: #e8f4f8 !important;
}
.element-group-children-container.drag-over-group ~ .element-group-vertical-line,
.element-group-children-container.drag-over-group + .element-group-vertical-line {
  background-color: var(--cta-color, #E8A546) !important;
  width: 4px;
}

.element-group-children-placeholder {
  padding: 15px 20px;
  color: #999;
  font-style: italic;
  font-size: 0.95em;
  transition: all 0.2s ease;
  background-color: #f5f5f5;
  border-radius: 6px;
  border: 2px dashed #ccc;
  margin: 0 auto 10px auto;
  display: block !important;
  text-align: center;
  cursor: default;
  width: calc(100% - 40px);
  max-width: 100%;
  box-sizing: border-box;
}
.element-group-children-placeholder:hover {
  border-color: var(--cta-color, #E8A546);
  color: #666;
  background-color: #f9f9f9;
  border-width: 2px;
}

tr[data-is-element-group=true].drag-over-group-row {
  background-color: #e8f4f8 !important;
}
tr[data-is-element-group=true].drag-over-group-row .element-group-vertical-line {
  background-color: var(--cta-color, #E8A546) !important;
  width: 4px;
}

.element-group-nested-table {
  width: 80%;
  margin-left: 20px;
  margin-top: 10px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
}
.element-group-nested-table tbody {
  display: table-row-group;
}
.element-group-nested-table tr.element-group-child {
  width: 100%;
  transition: background-color 0.2s ease;
  position: relative;
  margin-top: 8px;
  margin-bottom: 8px;
  z-index: 1;
}
.element-group-nested-table tr.element-group-child:first-child {
  margin-top: 12px;
}
.element-group-nested-table tr.element-group-child:last-child {
  margin-bottom: 12px;
}
.element-group-nested-table tr.element-group-child td {
  width: 100%;
  padding: 0;
}
.element-group-nested-table tr.element-group-child td:first-child {
  padding: 0 !important;
  position: relative;
  width: 100%;
}
.element-group-nested-table tr.element-group-child td.clickable-element-row {
  padding: 0 !important;
  width: 100%;
  display: block;
}
.element-group-nested-table tr.element-group-child td.clickable-element-row:hover {
  background-color: transparent !important;
}
.element-group-nested-table tr.element-group-child td.clickable-element-row:hover::before, .element-group-nested-table tr.element-group-child td.clickable-element-row::after {
  display: none;
  content: none;
}
.element-group-nested-table tr.element-group-child td.element-group-child-cell {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  position: relative;
}
.element-group-nested-table tr.element-group-child .element-group-child-content {
  padding: 12px 30px;
  margin: 0;
  background-color: #f9f9f9;
  border-radius: 4px;
  font-size: 0.9em;
  position: relative;
  display: block;
  z-index: 1;
  width: 100%;
  box-sizing: border-box;
  transition: background-color 0.2s ease;
}
.element-group-nested-table tr.element-group-child:hover td {
  background-color: transparent !important;
}
.element-group-nested-table tr.element-group-child:hover .element-group-child-content {
  background-color: transparent;
}
.element-group-nested-table tr.element-group-child.selected td {
  background-color: transparent !important;
}
.element-group-nested-table tr.element-group-child.selected td.clickable-element-row::before, .element-group-nested-table tr.element-group-child.selected td.clickable-element-row::after {
  display: none !important;
  content: none !important;
}
.element-group-nested-table tr.element-group-child.selected .element-group-child-content {
  background-color: var(--cta-color, #E8A546) !important;
  color: white !important;
  z-index: 1;
  position: relative;
}
.element-group-nested-table tr.element-group-child.selected .element-group-child-content * {
  color: white !important;
}
.element-group-nested-table tr.element-group-child.selected .element-group-child-content label,
.element-group-nested-table tr.element-group-child.selected .element-group-child-content h4,
.element-group-nested-table tr.element-group-child.selected .element-group-child-content p {
  color: white !important;
}

tr.element-group-child td.clickable-element-row::before,
tr.element-group-child td.element-group-child-cell::before,
tr.element-group-child td.ui-sortable-handle::before,
tr.element-group-child td.clickable-element-row.element-group-child-cell::before,
tr.element-group-child td.clickable-element-row.ui-sortable-handle::before,
tr.element-group-child td.element-group-child-cell.ui-sortable-handle::before,
tr.element-group-child td.clickable-element-row.element-group-child-cell.ui-sortable-handle::before {
  display: none !important;
  content: none !important;
}
tr.element-group-child td.clickable-element-row {
  position: relative;
}
tr.element-group-child .element-group-indicator {
  display: none;
}
tr.element-group-child .element-group-child-content label,
tr.element-group-child .element-group-child-content h4 {
  font-size: 0.9em;
  margin-bottom: 0.5em;
}
tr.element-group-child .element-group-child-content input[type=text],
tr.element-group-child .element-group-child-content textarea,
tr.element-group-child .element-group-child-content select {
  font-size: 0.9em;
  padding: 0.4em 0.6em;
  margin-top: 0.3em;
}
tr.element-group-child .element-group-child-content p {
  font-size: 0.85em;
  margin-top: 0.5em;
  margin-bottom: 0.3em;
  color: #666;
}
tr.element-group-child.selected-highlight td {
  box-shadow: none !important;
}
tr.element-group-child.selected-highlight .element-group-child-content {
  box-shadow: none !important;
}

.element-group-wrapper tr.element-group-child:hover .element-group-child-content,
.element-group-nested-table tr.element-group-child:hover .element-group-child-content,
tr.element-group-child:hover .element-group-child-content {
  background-color: transparent;
  box-shadow: none;
}

tr[data-is-element-group=true].selected .element-group-wrapper tr.element-group-child:hover .element-group-child-content,
tr[data-is-element-group=true].selected .element-group-nested-table tr.element-group-child:hover .element-group-child-content {
  background-color: #f0f0f0 !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) !important;
}
tr[data-is-element-group=true].selected .element-group-nested-table tr.element-group-child:hover .element-group-child-content {
  background-color: color-mix(in srgb, var(--cta-color, #E8A546) 80%, transparent) !important;
}

.form-view .list-item.element-group-child.selected-highlight td,
.form-view tr.element-group-child.selected-highlight td,
tr.element-group-child.selected-highlight td {
  box-shadow: none !important;
}

.config-full-width {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.config-overflow-scroll {
  overflow-y: scroll;
}

.config-modal-overflow {
  overflow-y: scroll;
  max-height: 80%;
}

.config-tabs-wrapper {
  margin-top: 30px;
}

.config-tabs-flex {
  display: flex;
  flex-direction: column;
}

.config-textarea-min-height {
  min-height: 400px;
}

.config-select-full-width {
  width: 100%;
}

.config-vertical-middle {
  vertical-align: middle;
}

.config-vertical-middle-important {
  vertical-align: middle !important;
}

.config-white-space-nowrap {
  white-space: nowrap;
}

.config-flex-center {
  display: flex;
  align-items: center;
  width: 100%;
}

.config-height-30 {
  height: 30px;
  vertical-align: middle;
}

.config-small-text {
  font-size: 0.875rem;
  color: #666;
  font-weight: normal;
}

.config-location-partitions-list {
  margin-top: 0.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
}

.config-close-button-icon {
  font-size: 22px;
}

.config-error-text {
  color: indianred;
}

.left-column #config-tabs {
  flex-direction: column;
}
.left-column #config-tabs .tabs-title {
  width: 100%;
  margin-bottom: 0.5rem;
}
.left-column #config-tabs .tabs-title > a {
  padding: 1rem;
  display: block;
  text-align: left;
  border-left: 3px solid transparent;
  transition: all 0.3s ease;
  color: var(--white-color);
}
.left-column #config-tabs .tabs-title.is-active > a,
.left-column #config-tabs .tabs-title > a:hover {
  border-left-color: var(--cta-color);
  background-color: rgba(255, 255, 255, 0.1);
}
.left-column #config-tabs .tabs-title.is-active > a {
  color: var(--cta-color) !important;
  font-weight: bold !important;
  text-align: right;
  padding-right: 39px;
}
.left-column {
  position: relative;
  z-index: 1;
}
.left-column .intro {
  color: var(--white-color);
  position: relative;
  z-index: 1;
}
.left-column .intro h2 {
  color: var(--white-color);
}
.left-column .intro .subtitle {
  color: var(--cta-color) !important;
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 0.5rem;
  opacity: 0.8;
}

.location-partitions .label {
  margin-bottom: 3px;
}
.location-partitions {
  list-style: none;
  padding-left: 0;
}
.location-partitions li {
  position: relative;
  padding-left: 1.2rem;
}
.location-partitions li::before {
  content: "•";
  position: absolute;
  left: 0;
  font-size: 2em;
  line-height: 0.6;
}
.location-partitions li.partition-enabled::before {
  color: #3adb76;
}
.location-partitions li.partition-disabled::before {
  color: #cc4b37;
}
.location-partitions li.partition-enabled, .location-partitions li.partition-disabled {
  color: #666;
}

.edit-location-name-link {
  color: var(--cta-background);
  font-weight: 500;
  text-decoration: underline;
  cursor: pointer;
}

#system-partitions-table thead th.sorting::before, #system-partitions-table thead th.sorting::after, #system-partitions-table thead th.sorting_asc::before, #system-partitions-table thead th.sorting_asc::after, #system-partitions-table thead th.sorting_desc::before, #system-partitions-table thead th.sorting_desc::after {
  display: none !important;
}

button.orange.round,
.btn-proxy-toggle {
  background: #ffffff;
  border: 2px solid #ff9800;
  color: #ff9800;
  border-radius: 50px;
  padding: 6px 16px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}
button.orange.round.active,
.btn-proxy-toggle.active {
  background: #ff9800;
  color: #ffffff;
}
button.orange.round:hover,
.btn-proxy-toggle:hover {
  opacity: 0.9;
}

/*# sourceMappingURL=ehpc-from-sass.css.map */
