@charset "UTF-8";

/* === Config === */

/* === Base === */

/* normalize.css?v=24.2.0.0 v3.0.3 | MIT License | github.com/necolas/normalize.css?v=24.2.0.0 */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: var(--color-amber-600);
  color: var(--bw-000);
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

meta.foundation-version {
  font-family: "/5.5.2/";
}

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0;
}

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.0625em)/";
  width: 40.0625em;
}

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:40.0625em) and (max-width:64em)/";
  width: 40.0625em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.0625em)/";
  width: 64.0625em;
}

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:64.0625em) and (max-width:90em)/";
  width: 64.0625em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.0625em)/";
  width: 90.0625em;
}

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:90.0625em) and (max-width:120em)/";
  width: 90.0625em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.0625em)/";
  width: 120.0625em;
}

meta.foundation-data-attribute-namespace {
  font-family: false;
}

html,
body {
  height: 100%;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

html,
body {
  font-size: 100%;
}

body {
  background: var(--bw-255);
  color: var(--bw-034);
  cursor: auto;
  font-family: var(--font-family-default);
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  position: relative;
}

a:hover {
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.hide {
  display: none;
}

.invisible {
  visibility: hidden;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

.row {
  margin: 0 auto;
  max-width: 81.25em;
  width: 100%;
}

.row:before,
.row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}

.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}

.row .row {
  margin: 0 -10px;
  max-width: none;
  width: auto;
}

.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}

.row .row:after {
  clear: both;
}

.row .row.collapse {
  margin: 0;
  max-width: none;
  width: auto;
}

.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}

.row .row.collapse:after {
  clear: both;
}

.column,
.columns {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  float: left;
}

.column + .column:last-child,
.columns + .column:last-child,
.column + .columns:last-child,
.columns + .columns:last-child {
  float: right;
}

.column + .column.end,
.columns + .column.end,
.column + .columns.end,
.columns + .columns.end {
  float: left;
}

@media only screen {
  .small-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .small-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .small-push-1 {
    position: relative;
    left: 5%;
    right: auto;
  }

  .small-pull-1 {
    position: relative;
    right: 5%;
    left: auto;
  }

  .small-push-2 {
    position: relative;
    left: 10%;
    right: auto;
  }

  .small-pull-2 {
    position: relative;
    right: 10%;
    left: auto;
  }

  .small-push-3 {
    position: relative;
    left: 15%;
    right: auto;
  }

  .small-pull-3 {
    position: relative;
    right: 15%;
    left: auto;
  }

  .small-push-4 {
    position: relative;
    left: 20%;
    right: auto;
  }

  .small-pull-4 {
    position: relative;
    right: 20%;
    left: auto;
  }

  .small-push-5 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .small-pull-5 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .small-push-6 {
    position: relative;
    left: 30%;
    right: auto;
  }

  .small-pull-6 {
    position: relative;
    right: 30%;
    left: auto;
  }

  .small-push-7 {
    position: relative;
    left: 35%;
    right: auto;
  }

  .small-pull-7 {
    position: relative;
    right: 35%;
    left: auto;
  }

  .small-push-8 {
    position: relative;
    left: 40%;
    right: auto;
  }

  .small-pull-8 {
    position: relative;
    right: 40%;
    left: auto;
  }

  .small-push-9 {
    position: relative;
    left: 45%;
    right: auto;
  }

  .small-pull-9 {
    position: relative;
    right: 45%;
    left: auto;
  }

  .small-push-10 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .small-pull-10 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .small-push-11 {
    position: relative;
    left: 55%;
    right: auto;
  }

  .small-pull-11 {
    position: relative;
    right: 55%;
    left: auto;
  }

  .small-push-12 {
    position: relative;
    left: 60%;
    right: auto;
  }

  .small-pull-12 {
    position: relative;
    right: 60%;
    left: auto;
  }

  .small-push-13 {
    position: relative;
    left: 65%;
    right: auto;
  }

  .small-pull-13 {
    position: relative;
    right: 65%;
    left: auto;
  }

  .small-push-14 {
    position: relative;
    left: 70%;
    right: auto;
  }

  .small-pull-14 {
    position: relative;
    right: 70%;
    left: auto;
  }

  .small-push-15 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .small-pull-15 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .small-push-16 {
    position: relative;
    left: 80%;
    right: auto;
  }

  .small-pull-16 {
    position: relative;
    right: 80%;
    left: auto;
  }

  .small-push-17 {
    position: relative;
    left: 85%;
    right: auto;
  }

  .small-pull-17 {
    position: relative;
    right: 85%;
    left: auto;
  }

  .small-push-18 {
    position: relative;
    left: 90%;
    right: auto;
  }

  .small-pull-18 {
    position: relative;
    right: 90%;
    left: auto;
  }

  .small-push-19 {
    position: relative;
    left: 95%;
    right: auto;
  }

  .small-pull-19 {
    position: relative;
    right: 95%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }

  .small-1 {
    width: 5%;
  }

  .small-2 {
    width: 10%;
  }

  .small-3 {
    width: 15%;
  }

  .small-4 {
    width: 20%;
  }

  .small-5 {
    width: 25%;
  }

  .small-6 {
    width: 30%;
  }

  .small-7 {
    width: 35%;
  }

  .small-8 {
    width: 40%;
  }

  .small-9 {
    width: 45%;
  }

  .small-10 {
    width: 50%;
  }

  .small-11 {
    width: 55%;
  }

  .small-12 {
    width: 60%;
  }

  .small-13 {
    width: 65%;
  }

  .small-14 {
    width: 70%;
  }

  .small-15 {
    width: 75%;
  }

  .small-16 {
    width: 80%;
  }

  .small-17 {
    width: 85%;
  }

  .small-18 {
    width: 90%;
  }

  .small-19 {
    width: 95%;
  }

  .small-20 {
    width: 100%;
  }

  .small-offset-0 {
    margin-left: 0 !important;
  }

  .small-offset-1 {
    margin-left: 5% !important;
  }

  .small-offset-2 {
    margin-left: 10% !important;
  }

  .small-offset-3 {
    margin-left: 15% !important;
  }

  .small-offset-4 {
    margin-left: 20% !important;
  }

  .small-offset-5 {
    margin-left: 25% !important;
  }

  .small-offset-6 {
    margin-left: 30% !important;
  }

  .small-offset-7 {
    margin-left: 35% !important;
  }

  .small-offset-8 {
    margin-left: 40% !important;
  }

  .small-offset-9 {
    margin-left: 45% !important;
  }

  .small-offset-10 {
    margin-left: 50% !important;
  }

  .small-offset-11 {
    margin-left: 55% !important;
  }

  .small-offset-12 {
    margin-left: 60% !important;
  }

  .small-offset-13 {
    margin-left: 65% !important;
  }

  .small-offset-14 {
    margin-left: 70% !important;
  }

  .small-offset-15 {
    margin-left: 75% !important;
  }

  .small-offset-16 {
    margin-left: 80% !important;
  }

  .small-offset-17 {
    margin-left: 85% !important;
  }

  .small-offset-18 {
    margin-left: 90% !important;
  }

  .small-offset-19 {
    margin-left: 95% !important;
  }

  .small-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.small-uncentered,
  .columns.small-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }

  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }

  .row.small-collapse > .column,
  .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.small-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.small-uncollapse > .column,
  .row.small-uncollapse > .columns {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }
}

@media only screen and (min-width: 40.0625em) {
  .medium-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .medium-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .medium-push-1 {
    position: relative;
    left: 5%;
    right: auto;
  }

  .medium-pull-1 {
    position: relative;
    right: 5%;
    left: auto;
  }

  .medium-push-2 {
    position: relative;
    left: 10%;
    right: auto;
  }

  .medium-pull-2 {
    position: relative;
    right: 10%;
    left: auto;
  }

  .medium-push-3 {
    position: relative;
    left: 15%;
    right: auto;
  }

  .medium-pull-3 {
    position: relative;
    right: 15%;
    left: auto;
  }

  .medium-push-4 {
    position: relative;
    left: 20%;
    right: auto;
  }

  .medium-pull-4 {
    position: relative;
    right: 20%;
    left: auto;
  }

  .medium-push-5 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .medium-pull-5 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .medium-push-6 {
    position: relative;
    left: 30%;
    right: auto;
  }

  .medium-pull-6 {
    position: relative;
    right: 30%;
    left: auto;
  }

  .medium-push-7 {
    position: relative;
    left: 35%;
    right: auto;
  }

  .medium-pull-7 {
    position: relative;
    right: 35%;
    left: auto;
  }

  .medium-push-8 {
    position: relative;
    left: 40%;
    right: auto;
  }

  .medium-pull-8 {
    position: relative;
    right: 40%;
    left: auto;
  }

  .medium-push-9 {
    position: relative;
    left: 45%;
    right: auto;
  }

  .medium-pull-9 {
    position: relative;
    right: 45%;
    left: auto;
  }

  .medium-push-10 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .medium-pull-10 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .medium-push-11 {
    position: relative;
    left: 55%;
    right: auto;
  }

  .medium-pull-11 {
    position: relative;
    right: 55%;
    left: auto;
  }

  .medium-push-12 {
    position: relative;
    left: 60%;
    right: auto;
  }

  .medium-pull-12 {
    position: relative;
    right: 60%;
    left: auto;
  }

  .medium-push-13 {
    position: relative;
    left: 65%;
    right: auto;
  }

  .medium-pull-13 {
    position: relative;
    right: 65%;
    left: auto;
  }

  .medium-push-14 {
    position: relative;
    left: 70%;
    right: auto;
  }

  .medium-pull-14 {
    position: relative;
    right: 70%;
    left: auto;
  }

  .medium-push-15 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .medium-pull-15 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .medium-push-16 {
    position: relative;
    left: 80%;
    right: auto;
  }

  .medium-pull-16 {
    position: relative;
    right: 80%;
    left: auto;
  }

  .medium-push-17 {
    position: relative;
    left: 85%;
    right: auto;
  }

  .medium-pull-17 {
    position: relative;
    right: 85%;
    left: auto;
  }

  .medium-push-18 {
    position: relative;
    left: 90%;
    right: auto;
  }

  .medium-pull-18 {
    position: relative;
    right: 90%;
    left: auto;
  }

  .medium-push-19 {
    position: relative;
    left: 95%;
    right: auto;
  }

  .medium-pull-19 {
    position: relative;
    right: 95%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }

  .medium-1 {
    width: 5%;
  }

  .medium-2 {
    width: 10%;
  }

  .medium-3 {
    width: 15%;
  }

  .medium-4 {
    width: 20%;
  }

  .medium-5 {
    width: 25%;
  }

  .medium-6 {
    width: 30%;
  }

  .medium-7 {
    width: 35%;
  }

  .medium-8 {
    width: 40%;
  }

  .medium-9 {
    width: 45%;
  }

  .medium-10 {
    width: 50%;
  }

  .medium-11 {
    width: 55%;
  }

  .medium-12 {
    width: 60%;
  }

  .medium-13 {
    width: 65%;
  }

  .medium-14 {
    width: 70%;
  }

  .medium-15 {
    width: 75%;
  }

  .medium-16 {
    width: 80%;
  }

  .medium-17 {
    width: 85%;
  }

  .medium-18 {
    width: 90%;
  }

  .medium-19 {
    width: 95%;
  }

  .medium-20 {
    width: 100%;
  }

  .medium-offset-0 {
    margin-left: 0 !important;
  }

  .medium-offset-1 {
    margin-left: 5% !important;
  }

  .medium-offset-2 {
    margin-left: 10% !important;
  }

  .medium-offset-3 {
    margin-left: 15% !important;
  }

  .medium-offset-4 {
    margin-left: 20% !important;
  }

  .medium-offset-5 {
    margin-left: 25% !important;
  }

  .medium-offset-6 {
    margin-left: 30% !important;
  }

  .medium-offset-7 {
    margin-left: 35% !important;
  }

  .medium-offset-8 {
    margin-left: 40% !important;
  }

  .medium-offset-9 {
    margin-left: 45% !important;
  }

  .medium-offset-10 {
    margin-left: 50% !important;
  }

  .medium-offset-11 {
    margin-left: 55% !important;
  }

  .medium-offset-12 {
    margin-left: 60% !important;
  }

  .medium-offset-13 {
    margin-left: 65% !important;
  }

  .medium-offset-14 {
    margin-left: 70% !important;
  }

  .medium-offset-15 {
    margin-left: 75% !important;
  }

  .medium-offset-16 {
    margin-left: 80% !important;
  }

  .medium-offset-17 {
    margin-left: 85% !important;
  }

  .medium-offset-18 {
    margin-left: 90% !important;
  }

  .medium-offset-19 {
    margin-left: 95% !important;
  }

  .medium-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }

  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }

  .row.medium-collapse > .column,
  .row.medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.medium-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.medium-uncollapse > .column,
  .row.medium-uncollapse > .columns {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 5%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 5%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 10%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 10%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 15%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 15%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 20%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 20%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 30%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 30%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 35%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 35%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 40%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 40%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 45%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 45%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 55%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 55%;
    left: auto;
  }

  .push-12 {
    position: relative;
    left: 60%;
    right: auto;
  }

  .pull-12 {
    position: relative;
    right: 60%;
    left: auto;
  }

  .push-13 {
    position: relative;
    left: 65%;
    right: auto;
  }

  .pull-13 {
    position: relative;
    right: 65%;
    left: auto;
  }

  .push-14 {
    position: relative;
    left: 70%;
    right: auto;
  }

  .pull-14 {
    position: relative;
    right: 70%;
    left: auto;
  }

  .push-15 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-15 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-16 {
    position: relative;
    left: 80%;
    right: auto;
  }

  .pull-16 {
    position: relative;
    right: 80%;
    left: auto;
  }

  .push-17 {
    position: relative;
    left: 85%;
    right: auto;
  }

  .pull-17 {
    position: relative;
    right: 85%;
    left: auto;
  }

  .push-18 {
    position: relative;
    left: 90%;
    right: auto;
  }

  .pull-18 {
    position: relative;
    right: 90%;
    left: auto;
  }

  .push-19 {
    position: relative;
    left: 95%;
    right: auto;
  }

  .pull-19 {
    position: relative;
    right: 95%;
    left: auto;
  }
}

@media only screen and (min-width: 64em) {
  .large-push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .large-pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .large-push-1 {
    position: relative;
    left: 5%;
    right: auto;
  }

  .large-pull-1 {
    position: relative;
    right: 5%;
    left: auto;
  }

  .large-push-2 {
    position: relative;
    left: 10%;
    right: auto;
  }

  .large-pull-2 {
    position: relative;
    right: 10%;
    left: auto;
  }

  .large-push-3 {
    position: relative;
    left: 15%;
    right: auto;
  }

  .large-pull-3 {
    position: relative;
    right: 15%;
    left: auto;
  }

  .large-push-4 {
    position: relative;
    left: 20%;
    right: auto;
  }

  .large-pull-4 {
    position: relative;
    right: 20%;
    left: auto;
  }

  .large-push-5 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .large-pull-5 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .large-push-6 {
    position: relative;
    left: 30%;
    right: auto;
  }

  .large-pull-6 {
    position: relative;
    right: 30%;
    left: auto;
  }

  .large-push-7 {
    position: relative;
    left: 35%;
    right: auto;
  }

  .large-pull-7 {
    position: relative;
    right: 35%;
    left: auto;
  }

  .large-push-8 {
    position: relative;
    left: 40%;
    right: auto;
  }

  .large-pull-8 {
    position: relative;
    right: 40%;
    left: auto;
  }

  .large-push-9 {
    position: relative;
    left: 45%;
    right: auto;
  }

  .large-pull-9 {
    position: relative;
    right: 45%;
    left: auto;
  }

  .large-push-10 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .large-pull-10 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .large-push-11 {
    position: relative;
    left: 55%;
    right: auto;
  }

  .large-pull-11 {
    position: relative;
    right: 55%;
    left: auto;
  }

  .large-push-12 {
    position: relative;
    left: 60%;
    right: auto;
  }

  .large-pull-12 {
    position: relative;
    right: 60%;
    left: auto;
  }

  .large-push-13 {
    position: relative;
    left: 65%;
    right: auto;
  }

  .large-pull-13 {
    position: relative;
    right: 65%;
    left: auto;
  }

  .large-push-14 {
    position: relative;
    left: 70%;
    right: auto;
  }

  .large-pull-14 {
    position: relative;
    right: 70%;
    left: auto;
  }

  .large-push-15 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .large-pull-15 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .large-push-16 {
    position: relative;
    left: 80%;
    right: auto;
  }

  .large-pull-16 {
    position: relative;
    right: 80%;
    left: auto;
  }

  .large-push-17 {
    position: relative;
    left: 85%;
    right: auto;
  }

  .large-pull-17 {
    position: relative;
    right: 85%;
    left: auto;
  }

  .large-push-18 {
    position: relative;
    left: 90%;
    right: auto;
  }

  .large-pull-18 {
    position: relative;
    right: 90%;
    left: auto;
  }

  .large-push-19 {
    position: relative;
    left: 95%;
    right: auto;
  }

  .large-pull-19 {
    position: relative;
    right: 95%;
    left: auto;
  }

  .column,
  .columns {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }

  .large-1 {
    width: 5%;
  }

  .large-2 {
    width: 10%;
  }

  .large-3 {
    width: 15%;
  }

  .large-4 {
    width: 20%;
  }

  .large-5 {
    width: 25%;
  }

  .large-6 {
    width: 30%;
  }

  .large-7 {
    width: 35%;
  }

  .large-8 {
    width: 40%;
  }

  .large-9 {
    width: 45%;
  }

  .large-10 {
    width: 50%;
  }

  .large-11 {
    width: 55%;
  }

  .large-12 {
    width: 60%;
  }

  .large-13 {
    width: 65%;
  }

  .large-14 {
    width: 70%;
  }

  .large-15 {
    width: 75%;
  }

  .large-16 {
    width: 80%;
  }

  .large-17 {
    width: 85%;
  }

  .large-18 {
    width: 90%;
  }

  .large-19 {
    width: 95%;
  }

  .large-20 {
    width: 100%;
  }

  .large-offset-0 {
    margin-left: 0 !important;
  }

  .large-offset-1 {
    margin-left: 5% !important;
  }

  .large-offset-2 {
    margin-left: 10% !important;
  }

  .large-offset-3 {
    margin-left: 15% !important;
  }

  .large-offset-4 {
    margin-left: 20% !important;
  }

  .large-offset-5 {
    margin-left: 25% !important;
  }

  .large-offset-6 {
    margin-left: 30% !important;
  }

  .large-offset-7 {
    margin-left: 35% !important;
  }

  .large-offset-8 {
    margin-left: 40% !important;
  }

  .large-offset-9 {
    margin-left: 45% !important;
  }

  .large-offset-10 {
    margin-left: 50% !important;
  }

  .large-offset-11 {
    margin-left: 55% !important;
  }

  .large-offset-12 {
    margin-left: 60% !important;
  }

  .large-offset-13 {
    margin-left: 65% !important;
  }

  .large-offset-14 {
    margin-left: 70% !important;
  }

  .large-offset-15 {
    margin-left: 75% !important;
  }

  .large-offset-16 {
    margin-left: 80% !important;
  }

  .large-offset-17 {
    margin-left: 85% !important;
  }

  .large-offset-18 {
    margin-left: 90% !important;
  }

  .large-offset-19 {
    margin-left: 95% !important;
  }

  .large-reset-order {
    float: left;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    right: auto;
  }

  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .column.large-uncentered,
  .columns.large-uncentered {
    float: left;
    margin-left: 0;
    margin-right: 0;
  }

  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }

  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }

  .row.large-collapse > .column,
  .row.large-collapse > .columns {
    padding-left: 0;
    padding-right: 0;
  }

  .row.large-collapse .row {
    margin-left: 0;
    margin-right: 0;
  }

  .row.large-uncollapse > .column,
  .row.large-uncollapse > .columns {
    padding-left: 10px;
    padding-right: 10px;
    float: left;
  }

  .push-0 {
    position: relative;
    left: 0;
    right: auto;
  }

  .pull-0 {
    position: relative;
    right: 0;
    left: auto;
  }

  .push-1 {
    position: relative;
    left: 5%;
    right: auto;
  }

  .pull-1 {
    position: relative;
    right: 5%;
    left: auto;
  }

  .push-2 {
    position: relative;
    left: 10%;
    right: auto;
  }

  .pull-2 {
    position: relative;
    right: 10%;
    left: auto;
  }

  .push-3 {
    position: relative;
    left: 15%;
    right: auto;
  }

  .pull-3 {
    position: relative;
    right: 15%;
    left: auto;
  }

  .push-4 {
    position: relative;
    left: 20%;
    right: auto;
  }

  .pull-4 {
    position: relative;
    right: 20%;
    left: auto;
  }

  .push-5 {
    position: relative;
    left: 25%;
    right: auto;
  }

  .pull-5 {
    position: relative;
    right: 25%;
    left: auto;
  }

  .push-6 {
    position: relative;
    left: 30%;
    right: auto;
  }

  .pull-6 {
    position: relative;
    right: 30%;
    left: auto;
  }

  .push-7 {
    position: relative;
    left: 35%;
    right: auto;
  }

  .pull-7 {
    position: relative;
    right: 35%;
    left: auto;
  }

  .push-8 {
    position: relative;
    left: 40%;
    right: auto;
  }

  .pull-8 {
    position: relative;
    right: 40%;
    left: auto;
  }

  .push-9 {
    position: relative;
    left: 45%;
    right: auto;
  }

  .pull-9 {
    position: relative;
    right: 45%;
    left: auto;
  }

  .push-10 {
    position: relative;
    left: 50%;
    right: auto;
  }

  .pull-10 {
    position: relative;
    right: 50%;
    left: auto;
  }

  .push-11 {
    position: relative;
    left: 55%;
    right: auto;
  }

  .pull-11 {
    position: relative;
    right: 55%;
    left: auto;
  }

  .push-12 {
    position: relative;
    left: 60%;
    right: auto;
  }

  .pull-12 {
    position: relative;
    right: 60%;
    left: auto;
  }

  .push-13 {
    position: relative;
    left: 65%;
    right: auto;
  }

  .pull-13 {
    position: relative;
    right: 65%;
    left: auto;
  }

  .push-14 {
    position: relative;
    left: 70%;
    right: auto;
  }

  .pull-14 {
    position: relative;
    right: 70%;
    left: auto;
  }

  .push-15 {
    position: relative;
    left: 75%;
    right: auto;
  }

  .pull-15 {
    position: relative;
    right: 75%;
    left: auto;
  }

  .push-16 {
    position: relative;
    left: 80%;
    right: auto;
  }

  .pull-16 {
    position: relative;
    right: 80%;
    left: auto;
  }

  .push-17 {
    position: relative;
    left: 85%;
    right: auto;
  }

  .pull-17 {
    position: relative;
    right: 85%;
    left: auto;
  }

  .push-18 {
    position: relative;
    left: 90%;
    right: auto;
  }

  .pull-18 {
    position: relative;
    right: 90%;
    left: auto;
  }

  .push-19 {
    position: relative;
    left: 95%;
    right: auto;
  }

  .pull-19 {
    position: relative;
    right: 95%;
    left: auto;
  }
}

.dropdown.button,
button.dropdown {
  position: relative;
  padding-right: 57px;
}

.dropdown.button::after,
button.dropdown::after {
  border-color: var(--bw-255) transparent transparent transparent;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  top: 50%;
  width: 0;
}

.dropdown.button::after,
button.dropdown::after {
  border-width: 6px;
  right: 23px;
  margin-top: -3px;
}

.dropdown.button::after,
button.dropdown::after {
  border-color: var(--bw-255) transparent transparent transparent;
}

.dropdown.button.tiny,
button.dropdown.tiny {
  padding-right: 42px;
}

.dropdown.button.tiny:after,
button.dropdown.tiny:after {
  border-width: 6px;
  right: 18px;
  margin-top: -2px;
}

.dropdown.button.tiny::after,
button.dropdown.tiny::after {
  border-color: var(--bw-255) transparent transparent transparent;
}

.dropdown.button.small,
button.dropdown.small {
  padding-right: 49px;
}

.dropdown.button.small::after,
button.dropdown.small::after {
  border-width: 7px;
  right: 21px;
  margin-top: -3px;
}

.dropdown.button.small::after,
button.dropdown.small::after {
  border-color: var(--bw-255) transparent transparent transparent;
}

.dropdown.button.large,
button.dropdown.large {
  padding-right: 58px;
}

.dropdown.button.large::after,
button.dropdown.large::after {
  border-width: 5px;
  right: 28px;
  margin-top: -3px;
}

.dropdown.button.large::after,
button.dropdown.large::after {
  border-color: var(--bw-255) transparent transparent transparent;
}

.dropdown.button.secondary:after,
button.dropdown.secondary:after {
  border-color: var(--bw-051) transparent transparent transparent;
}

.tabs {
  margin-bottom: 0 !important;
  margin-left: 0;
}

.tabs:before,
.tabs:after {
  content: " ";
  display: table;
}

.tabs:after {
  clear: both;
}

.tabs dd,
.tabs .tab-title {
  float: left;
  list-style: none;
  margin-bottom: 0 !important;
  position: relative;
}

.tabs dd > a,
.tabs .tab-title > a {
  display: block;
  background-color: var(--color-grey-bg);
  color: var(--bw-034);
  font-family: var(--font-family-default);
  font-size: var(--font-size-16);
  padding: 16px 32px;
}

.tabs dd > a:hover,
.tabs .tab-title > a:hover {
  background-color: var(--bw-225);
}

.tabs dd.active a,
.tabs .tab-title.active a {
  background-color: var(--bw-255);
  color: var(--bw-034);
}

.tabs.radius dd:first-child a,
.tabs.radius .tab:first-child a {
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.tabs.radius dd:last-child a,
.tabs.radius .tab:last-child a {
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.tabs.vertical dd,
.tabs.vertical .tab-title {
  position: inherit;
  float: none;
  display: block;
  top: auto;
}

.tabs-content {
  margin-bottom: 24px;
  width: 100%;
}

.tabs-content:before,
.tabs-content:after {
  content: " ";
  display: table;
}

.tabs-content:after {
  clear: both;
}

.tabs-content > .content {
  display: none;
  float: left;
  padding: 10px 0;
  width: 100%;
}

.tabs-content > .content.active {
  display: block;
  float: none;
}

.tabs-content > .content.contained {
  padding: 10px;
}

.tabs-content.vertical {
  display: block;
}

.tabs-content.vertical > .content {
  padding: 0 10px;
}

@media only screen and (min-width: 40.0625em) {
  .tabs.vertical {
    float: left;
    margin: 0;
    margin-bottom: 20px !important;
    max-width: 20%;
    width: 20%;
  }

  .tabs-content.vertical {
    float: left;
    margin-left: -1px;
    max-width: 80%;
    padding-left: 16px;
    width: 80%;
  }
}

.no-js .tabs-content > .content {
  display: block;
  float: none;
}

ul.pagination {
  display: block;
  margin-left: -5px;
  min-height: 24px;
}

ul.pagination li {
  color: var(--bw-034);
  font-size: var(--font-size-14);
  height: 24px;
  margin-left: 5px;
}

ul.pagination li a,
ul.pagination li button {
  border-radius: 5px;
  transition: background-color 300ms ease-out;
  background: none;
  color: var(--bw-151);
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: inherit;
  padding: 1px 10px 1px;
}

ul.pagination li:hover a,
ul.pagination li a:focus,
ul.pagination li:hover button,
ul.pagination li button:focus {
  background: var(--bw-230);
}

ul.pagination li.unavailable a,
ul.pagination li.unavailable button {
  cursor: default;
  color: var(--bw-151);
}

ul.pagination li.unavailable:hover a,
ul.pagination li.unavailable a:focus,
ul.pagination li.unavailable:hover button,
ul.pagination li.unavailable button:focus {
  background: transparent;
}

ul.pagination li.current a,
ul.pagination li.current button {
  background: var(--color-blue-500);
  color: var(--bw-255);
  cursor: default;
  font-weight: bold;
}

ul.pagination li.current a:hover,
ul.pagination li.current a:focus,
ul.pagination li.current button:hover,
ul.pagination li.current button:focus {
  background: var(--color-blue-500);
}

ul.pagination li {
  display: block;
  float: left;
}

/* Pagination centred wrapper */

.pagination-centered {
  text-align: center;
}

.pagination-centered ul.pagination li {
  display: inline-block;
  float: none;
}

.accordion {
  margin-bottom: 0;
}

.accordion:before,
.accordion:after {
  content: " ";
  display: table;
}

.accordion:after {
  clear: both;
}

.accordion .accordion-navigation,
.accordion dd {
  display: block;
  margin-bottom: 0 !important;
}

.accordion .accordion-navigation.active > a,
.accordion dd.active > a {
  background: var(--bw-230);
}

.accordion .accordion-navigation > a,
.accordion dd > a {
  background: var(--color-grey-bg);
  color: var(--bw-034);
  display: block;
  font-family: var(--font-family-default);
  font-size: var(--font-size-16);
  padding: 16px;
}

.accordion .accordion-navigation > a:hover,
.accordion dd > a:hover {
  background: var(--bw-225);
}

.accordion .accordion-navigation > .content,
.accordion dd > .content {
  display: none;
  padding: 10px;
}

.accordion .accordion-navigation > .content.active,
.accordion dd > .content.active {
  background: var(--bw-255);
  display: block;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important;
  }

  .small-only-text-right {
    text-align: right !important;
  }

  .small-only-text-center {
    text-align: center !important;
  }

  .small-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen {
  .small-text-left {
    text-align: left !important;
  }

  .small-text-right {
    text-align: right !important;
  }

  .small-text-center {
    text-align: center !important;
  }

  .small-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.0625em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important;
  }

  .medium-only-text-right {
    text-align: right !important;
  }

  .medium-only-text-center {
    text-align: center !important;
  }

  .medium-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 40.0625em) {
  .medium-text-left {
    text-align: left !important;
  }

  .medium-text-right {
    text-align: right !important;
  }

  .medium-text-center {
    text-align: center !important;
  }

  .medium-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.0625em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important;
  }

  .large-only-text-right {
    text-align: right !important;
  }

  .large-only-text-center {
    text-align: center !important;
  }

  .large-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 64.0625em) {
  .large-text-left {
    text-align: left !important;
  }

  .large-text-right {
    text-align: right !important;
  }

  .large-text-center {
    text-align: center !important;
  }

  .large-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.0625em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important;
  }

  .xlarge-only-text-right {
    text-align: right !important;
  }

  .xlarge-only-text-center {
    text-align: center !important;
  }

  .xlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 90.0625em) {
  .xlarge-text-left {
    text-align: left !important;
  }

  .xlarge-text-right {
    text-align: right !important;
  }

  .xlarge-text-center {
    text-align: center !important;
  }

  .xlarge-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.0625em) and (max-width: 6249999.9375em) {
  .xxlarge-only-text-left {
    text-align: left !important;
  }

  .xxlarge-only-text-right {
    text-align: right !important;
  }

  .xxlarge-only-text-center {
    text-align: center !important;
  }

  .xxlarge-only-text-justify {
    text-align: justify !important;
  }
}

@media only screen and (min-width: 120.0625em) {
  .xxlarge-text-left {
    text-align: left !important;
  }

  .xxlarge-text-right {
    text-align: right !important;
  }

  .xxlarge-text-center {
    text-align: center !important;
  }

  .xxlarge-text-justify {
    text-align: justify !important;
  }
}

/* Typography resets */

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

/* Default Link Styles */

a {
  color: var(--color-blue-500);
  line-height: inherit;
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--color-blue-500);
}

a img {
  border: none;
}

/* Default paragraph styles */

p {
  font-family: inherit;
  font-size: var(--font-size-16);
  font-weight: normal;
  line-height: 1.6;
  margin-bottom: 20px;
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: var(--font-size-20);
  line-height: 1.6;
}

p aside {
  font-size: var(--font-size-14);
  font-style: italic;
  line-height: 1.35;
}

/* Default header styles */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bw-034);
  font-family: var(--font-family-default);
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  margin-bottom: 8px;
  margin-top: 3px;
  text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: var(--bw-110);
  font-size: 60%;
  line-height: 0;
}

h1 {
  font-size: var(--font-size-34);
}

h2 {
  font-size: var(--font-size-27);
}

h3 {
  font-size: var(--font-size-22);
}

h4 {
  font-size: var(--font-size-18);
}

h5 {
  font-size: var(--font-size-18);
}

h6 {
  font-size: var(--font-size-16);
}

.subheader {
  line-height: 1.4;
  color: var(--bw-110);
  font-weight: normal;
  margin-top: 3px;
  margin-bottom: 8px;
}

hr {
  border: solid var(--bw-221);
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 20px 0 19px;
}

/* Helpful Typography Defaults */

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  background-color: var(--bw-245);
  border-color: var(--bw-221);
  border-style: solid;
  border-width: 1px;
  color: var(--bw-051);
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  padding: 2px 5px 1px;
}

/* Lists */

ul,
ol,
dl {
  font-family: inherit;
  font-size: var(--font-size-16);
  line-height: 1.6;
  list-style-position: outside;
  margin-bottom: 20px;
}

ul {
  margin-left: 18px;
}

ul.no-bullet {
  margin-left: 0;
}

ul.no-bullet li ul,
ul.no-bullet li ol {
  margin-left: 20px;
  margin-bottom: 0;
  list-style: none;
}

/* Unordered Lists */

ul li ul,
ul li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

ul.square li ul,
ul.circle li ul,
ul.disc li ul {
  list-style: inherit;
}

ul.square {
  list-style-type: square;
  margin-left: 18px;
}

ul.circle {
  list-style-type: circle;
  margin-left: 18px;
}

ul.disc {
  list-style-type: disc;
  margin-left: 18px;
}

ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */

ol {
  margin-left: 22px;
}

ol li ul,
ol li ol {
  margin-left: 20px;
  margin-bottom: 0;
}

/* Definition Lists */

dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}

dl dd {
  margin-bottom: 12px;
}

/* Abbreviations */

abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: var(--bw-034);
  cursor: help;
}

abbr {
  text-transform: none;
}

abbr[title] {
  border-bottom: 1px dotted var(--bw-221);
}

/* Blockquotes */

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 1px solid var(--bw-221);
}

blockquote cite {
  display: block;
  font-size: var(--font-size-13);
  color: var(--bw-085);
}

blockquote cite:before {
  content: "— ";
}

blockquote cite a,
blockquote cite a:visited {
  color: var(--bw-085);
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: var(--bw-110);
}

/* Microformats */

.vcard {
  display: inline-block;
  margin: 0 0 20px 0;
  border: 1px solid var(--bw-221);
  padding: 10px 12px;
}

.vcard li {
  margin: 0;
  display: block;
}

.vcard .fn {
  font-weight: bold;
  font-size: var(--font-size-15);
}

.vevent .summary {
  font-weight: bold;
}

.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 1px;
}

@media only screen and (min-width: 40.0625em) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }

  h1 {
    font-size: var(--font-size-44);
  }

  h2 {
    font-size: var(--font-size-37);
  }

  h3 {
    font-size: var(--font-size-27);
  }

  h4 {
    font-size: var(--font-size-23);
  }

  h5 {
    font-size: var(--font-size-18);
  }

  h6 {
    font-size: var(--font-size-16);
  }
}

table {
  background: var(--bw-255);
  border: solid 1px var(--bw-221);
  margin-bottom: 20px;
  table-layout: auto;
}

table caption {
  background: transparent;
  color: var(--bw-034);
  font-size: var(--font-size-16);
  font-weight: bold;
}

table thead {
  background: var(--bw-245);
}

table thead tr th,
table thead tr td {
  color: var(--bw-034);
  font-size: var(--font-size-14);
  font-weight: bold;
  padding: 8px 10px 10px;
}

table tfoot {
  background: var(--bw-245);
}

table tfoot tr th,
table tfoot tr td {
  color: var(--bw-034);
  font-size: var(--font-size-14);
  font-weight: bold;
  padding: 8px 10px 10px;
}

table tr th,
table tr td {
  color: var(--bw-034);
  font-size: var(--font-size-14);
  padding: 9px 10px;
  text-align: left;
}

table tr.even,
table tr.alt,
table tr:nth-of-type(even) {
  background: var(--bw-245);
}

table thead tr th,
table tfoot tr th,
table tfoot tr td,
table tbody tr th,
table tbody tr td,
table tr td {
  display: table-cell;
  line-height: 18px;
}

button,
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 0;
  cursor: pointer;
  font-family: var(--font-family-default);
  font-weight: normal;
  line-height: normal;
  margin: 0 0 20px;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  padding: 16px 32px 17px 32px;
  font-size: var(--font-size-16);
  background-color: var(--color-blue-500);
  border-color: var(--color-blue-400);
  color: var(--bw-255);
  transition: background-color 300ms ease-out;
}

button:not(.ds-element):hover,
button:not(.ds-element):focus,
.button:not(.ds-element):hover,
.button:not(.ds-element):focus {
  background-color: var(--color-blue-400);
}

button:not(.ds-element):hover,
button:not(.ds-element):focus,
.button:not(.ds-element):hover,
.button:not(.ds-element):focus {
  color: var(--bw-255);
}

button.secondary,
.button.secondary {
  background-color: var(--bw-230);
  border-color: var(--bw-183);
  color: var(--bw-051);
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: var(--bw-183);
}

button.secondary:hover,
button.secondary:focus,
.button.secondary:hover,
.button.secondary:focus {
  color: var(--bw-051);
}

button.success,
.button.success {
  background-color: var(--color-green-500);
  border-color: var(--color-green-500);
  color: var(--bw-255);
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  background-color: var(--color-green-400);
}

button.success:hover,
button.success:focus,
.button.success:hover,
.button.success:focus {
  color: var(--bw-255);
}

button.alert,
.button.alert {
  background-color: var(--color-red-500);
  border-color: var(--color-red-500);
  color: var(--bw-255);
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  background-color: var(--color-red-500);
}

button.alert:hover,
button.alert:focus,
.button.alert:hover,
.button.alert:focus {
  color: var(--bw-255);
}

button.warning,
.button.warning {
  background-color: var(--color-amber-300);
  border-color: var(--color-amber-400);
  color: var(--bw-255);
}

button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
  background-color: var(--color-amber-400);
}

button.warning:hover,
button.warning:focus,
.button.warning:hover,
.button.warning:focus {
  color: var(--bw-255);
}

button.info,
.button.info {
  background-color: var(--color-gen-228);
  border-color: var(--color-blue-800);
  color: var(--bw-051);
}

button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
  background-color: var(--color-blue-700);
}

button.info:hover,
button.info:focus,
.button.info:hover,
.button.info:focus {
  color: var(--bw-255);
}

button.large,
.button.large {
  padding: 18px 36px 19px 36px;
  font-size: var(--font-size-20);
}

button.small,
.button.small {
  padding: 14px 28px 15px 28px;
  font-size: var(--font-size-13);
}

button.tiny,
.button.tiny {
  padding: 10px 20px 11px 20px;
  font-size: var(--font-size-11);
}

button.expand,
.button.expand {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

button.left-align,
.button.left-align {
  text-align: left;
  text-indent: 12px;
}

button.right-align,
.button.right-align {
  text-align: right;
  padding-right: 12px;
}

button.radius,
.button.radius {
  border-radius: 5px;
}

button.round,
.button.round {
  border-radius: 1000px;
}

button.disabled,
button[disabled],
.button.disabled,
.button[disabled] {
  background-color: var(--color-blue-500);
  border-color: var(--color-blue-400);
  color: var(--bw-255);
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: var(--color-blue-400);
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  color: var(--bw-255);
}

button.disabled:hover,
button.disabled:focus,
button[disabled]:hover,
button[disabled]:focus,
.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: var(--color-blue-500);
}

button.disabled.secondary,
button[disabled].secondary,
.button.disabled.secondary,
.button[disabled].secondary {
  background-color: var(--bw-230);
  border-color: var(--bw-183);
  color: var(--bw-051);
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: var(--bw-183);
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  color: var(--bw-051);
}

button.disabled.secondary:hover,
button.disabled.secondary:focus,
button[disabled].secondary:hover,
button[disabled].secondary:focus,
.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: var(--bw-230);
}

button.disabled.success,
button[disabled].success,
.button.disabled.success,
.button[disabled].success {
  background-color: var(--color-green-500);
  border-color: var(--color-green-500);
  color: var(--bw-255);
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: var(--color-green-400);
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  color: var(--bw-255);
}

button.disabled.success:hover,
button.disabled.success:focus,
button[disabled].success:hover,
button[disabled].success:focus,
.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: var(--color-green-400);
}

button.disabled.alert,
button[disabled].alert,
.button.disabled.alert,
.button[disabled].alert {
  background-color: var(--color-red-500);
  border-color: var(--color-red-500);
  color: var(--bw-255);
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: var(--color-red-500);
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  color: var(--bw-255);
}

button.disabled.alert:hover,
button.disabled.alert:focus,
button[disabled].alert:hover,
button[disabled].alert:focus,
.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: var(--color-red-500);
}

button.disabled.warning,
button[disabled].warning,
.button.disabled.warning,
.button[disabled].warning {
  background-color: var(--color-amber-300);
  border-color: var(--color-amber-400);
  color: var(--bw-255);
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: var(--color-amber-400);
}

button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  color: var(--bw-255);
}

button.disabled.warning:hover,
button.disabled.warning:focus,
button[disabled].warning:hover,
button[disabled].warning:focus,
.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: var(--color-amber-300);
}

button.disabled.info,
button[disabled].info,
.button.disabled.info,
.button[disabled].info {
  background-color: var(--color-gen-228);
  border-color: var(--color-blue-800);
  color: var(--bw-051);
  box-shadow: none;
  cursor: default;
  opacity: 0.7;
}

button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  background-color: var(--color-blue-800);
}

button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  color: var(--bw-255);
}

button.disabled.info:hover,
button.disabled.info:focus,
button[disabled].info:hover,
button[disabled].info:focus,
.button.disabled.info:hover,
.button.disabled.info:focus,
.button[disabled].info:hover,
.button[disabled].info:focus {
  background-color: var(--color-gen-228);
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

@media only screen and (min-width: 40.0625em) {
  button,
  .button {
    display: inline-block;
  }
}

/* Standard Forms */

form {
  margin: 0;
}

/* Using forms within rows, we need to set some defaults */

form .row .row {
  margin: 0 -8px;
}

form .row .row .column,
form .row .row .columns {
  padding: 0 8px;
}

form .row .row.collapse {
  margin: 0;
}

form .row .row.collapse .column,
form .row .row.collapse .columns {
  padding: 0;
}

form .row .row.collapse input {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 8px;
}

/* Label Styles */

label {
  color: var(--bw-075);
  cursor: pointer;
  display: block;
  font-size: var(--font-size-14);
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 0;
  /* Styles for required inputs */
}

label.right {
  float: none !important;
  text-align: right;
}

label.inline {
  margin: 0 0 16px 0;
  padding: 9px 0;
}

label small {
  text-transform: capitalize;
  color: var(--bw-103);
}

/* Attach elements to the beginning or end of an input */

.prefix,
.postfix {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: var(--font-size-14);
  height: 37px;
  line-height: 37px;
  overflow: visible;
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 2;
}

/* Adjust padding, alignment and radius if pre/post element is a button */

.postfix.button {
  border-color: true;
}

.prefix.button {
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  text-align: center;
}

.prefix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.postfix.button.radius {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.prefix.button.round {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

.postfix.button.round {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

/* Separate prefix and postfix styles when on span or label so buttons keep their own */

span.prefix,
label.prefix {
  background: var(--bw-240);
  border-right: none;
  color: var(--bw-051);
  border-color: var(--bw-200);
}

span.postfix,
label.postfix {
  background: var(--bw-240);
  color: var(--bw-051);
  border-color: var(--bw-200);
}

/* We use this to get basic styling on all basic form elements */

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 {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  background-color: var(--bw-255);
  border-style: solid;
  border-width: 1px;
  border-color: var(--bw-200);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-family: inherit;
  font-size: var(--font-size-14);
  height: 37px;
  margin: 0 0 16px 0;
  padding: 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  transition: border-color 0.15s linear, background 0.15s linear;
}

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 {
  background: var(--bw-250);
  border-color: var(--bw-151);
  outline: none;
}

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 {
  background-color: var(--bw-221);
  cursor: default;
}

input[type=text][disabled],
input[type=text][readonly],
fieldset[disabled] input[type=text],
input[type=password][disabled],
input[type=password][readonly],
fieldset[disabled] input[type=password],
input[type=date][disabled],
input[type=date][readonly],
fieldset[disabled] input[type=date],
input[type=datetime][disabled],
input[type=datetime][readonly],
fieldset[disabled] input[type=datetime],
input[type=datetime-local][disabled],
input[type=datetime-local][readonly],
fieldset[disabled] input[type=datetime-local],
input[type=month][disabled],
input[type=month][readonly],
fieldset[disabled] input[type=month],
input[type=week][disabled],
input[type=week][readonly],
fieldset[disabled] input[type=week],
input[type=email][disabled],
input[type=email][readonly],
fieldset[disabled] input[type=email],
input[type=number][disabled],
input[type=number][readonly],
fieldset[disabled] input[type=number],
input[type=search][disabled],
input[type=search][readonly],
fieldset[disabled] input[type=search],
input[type=tel][disabled],
input[type=tel][readonly],
fieldset[disabled] input[type=tel],
input[type=time][disabled],
input[type=time][readonly],
fieldset[disabled] input[type=time],
input[type=url][disabled],
input[type=url][readonly],
fieldset[disabled] input[type=url],
input[type=color][disabled],
input[type=color][readonly],
fieldset[disabled] input[type=color],
textarea[disabled],
textarea[readonly],
fieldset[disabled] textarea {
  background-color: var(--bw-221);
  cursor: default;
}

input[type=text].radius,
input[type=password].radius,
input[type=date].radius,
input[type=datetime].radius,
input[type=datetime-local].radius,
input[type=month].radius,
input[type=week].radius,
input[type=email].radius,
input[type=number].radius,
input[type=search].radius,
input[type=tel].radius,
input[type=time].radius,
input[type=url].radius,
input[type=color].radius,
textarea.radius {
  border-radius: 5px;
}

form .row .prefix-radius.row.collapse input,
form .row .prefix-radius.row.collapse textarea,
form .row .prefix-radius.row.collapse select,
form .row .prefix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

form .row .prefix-radius.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

form .row .postfix-radius.row.collapse input,
form .row .postfix-radius.row.collapse textarea,
form .row .postfix-radius.row.collapse select,
form .row .postfix-radius.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

form .row .postfix-radius.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

form .row .prefix-round.row.collapse input,
form .row .prefix-round.row.collapse textarea,
form .row .prefix-round.row.collapse select,
form .row .prefix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

form .row .prefix-round.row.collapse .prefix {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse input,
form .row .postfix-round.row.collapse textarea,
form .row .postfix-round.row.collapse select,
form .row .postfix-round.row.collapse button {
  border-radius: 0;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px;
}

form .row .postfix-round.row.collapse .postfix {
  border-radius: 0;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px;
}

input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
}

/* Respect enforced amount of rows for textarea */

textarea[rows] {
  height: auto;
}

/* Not allow resize out of parent */

textarea {
  max-width: 100%;
}

::-webkit-input-placeholder {
  color: var(--bw-200);
}

:-moz-placeholder {
  /* Firefox 18- */
  color: var(--bw-200);
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--bw-200);
}

:-ms-input-placeholder {
  color: var(--bw-200);
}

/* Add height value for select elements to match text input height */

select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: var(--bw-250);
  border-radius: 0;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: var(--bw-200);
  color: rgba(0, 0, 0, 0.75);
  font-family: inherit;
  font-size: var(--font-size-14);
  line-height: normal;
  padding: 8px;
  border-radius: 0;
  height: 37px;
}

select::-ms-expand {
  display: none;
}

select.radius {
  border-radius: 5px;
}

select:hover {
  background-color: var(--bw-240);
  border-color: var(--bw-151);
}

select:disabled {
  background-color: var(--bw-221);
  cursor: default;
}

select[multiple] {
  height: auto;
}

/* Adjust margin for form elements below */

input[type=file],
input[type=checkbox],
input[type=radio],
select {
  margin: 0 0 16px 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  display: inline-block;
  margin-left: 8px;
  margin-right: 16px;
  margin-bottom: 0;
  vertical-align: baseline;
}

/* Normalize file input width */

input[type=file] {
  width: 100%;
}

/* HTML5 Number spinners settings */

/* We add basic fieldset styling */

fieldset {
  border: 1px solid var(--bw-221);
  margin: 18px 0;
  padding: 20px;
}

fieldset legend {
  background: var(--bw-255);
  font-weight: bold;
  margin-left: -3px;
  margin: 0;
  padding: 0 3px;
}

/* Error Handling */

[data-abide] .error small.error,
[data-abide] .error span.error,
[data-abide] span.error,
[data-abide] small.error {
  display: block;
  font-size: var(--font-size-12);
  font-style: italic;
  font-weight: normal;
  margin-bottom: 16px;
  margin-top: -1px;
  padding: 6px 9px 9px;
  background: var(--color-red-500);
  color: var(--bw-255);
}

[data-abide] span.error,
[data-abide] small.error {
  display: none;
}

span.error,
small.error {
  display: block;
  font-size: var(--font-size-12);
  font-style: italic;
  font-weight: normal;
  margin-bottom: 16px;
  margin-top: -1px;
  padding: 6px 9px 9px;
  background: var(--color-red-500);
  color: var(--bw-255);
}

.error input,
.error textarea,
.error select {
  margin-bottom: 0;
}

.error input[type=checkbox],
.error input[type=radio] {
  margin-bottom: 16px;
}

.error label,
.error label.error {
  color: var(--color-red-500);
}

.error small.error {
  display: block;
  font-size: var(--font-size-12);
  font-style: italic;
  font-weight: normal;
  margin-bottom: 16px;
  margin-top: -1px;
  padding: 6px 9px 9px;
  background: var(--color-red-500);
  color: var(--bw-255);
}

.error > label > small {
  background: transparent;
  color: var(--bw-103);
  display: inline;
  font-size: 60%;
  font-style: normal;
  margin: 0;
  padding: 0;
  text-transform: capitalize;
}

.error span.error-message {
  display: block;
}

input.error,
textarea.error,
select.error {
  margin-bottom: 0;
}

label.error {
  color: var(--color-red-500);
}

[class*=block-grid-] {
  display: block;
  padding: 0;
  margin: 0 -10px;
}

[class*=block-grid-]:before,
[class*=block-grid-]:after {
  content: " ";
  display: table;
}

[class*=block-grid-]:after {
  clear: both;
}

[class*=block-grid-] > li {
  display: block;
  float: left;
  height: auto;
  padding: 0 10px 20px;
}

@media only screen {
  .small-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }

  .small-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .small-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }

  .small-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .small-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }

  .small-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .small-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }

  .small-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .small-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }

  .small-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .small-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }

  .small-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .small-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }

  .small-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .small-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }

  .small-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .small-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }

  .small-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .small-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }

  .small-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .small-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }

  .small-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .small-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }

  .small-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 40.0625em) {
  .medium-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }

  .medium-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .medium-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }

  .medium-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .medium-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }

  .medium-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .medium-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }

  .medium-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .medium-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }

  .medium-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .medium-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }

  .medium-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .medium-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }

  .medium-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .medium-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }

  .medium-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .medium-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }

  .medium-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .medium-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }

  .medium-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .medium-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }

  .medium-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .medium-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }

  .medium-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

@media only screen and (min-width: 64.0625em) {
  .large-block-grid-1 > li {
    list-style: none;
    width: 100%;
  }

  .large-block-grid-1 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both;
  }

  .large-block-grid-2 > li {
    list-style: none;
    width: 50%;
  }

  .large-block-grid-2 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both;
  }

  .large-block-grid-3 > li {
    list-style: none;
    width: 33.33333%;
  }

  .large-block-grid-3 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both;
  }

  .large-block-grid-4 > li {
    list-style: none;
    width: 25%;
  }

  .large-block-grid-4 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both;
  }

  .large-block-grid-5 > li {
    list-style: none;
    width: 20%;
  }

  .large-block-grid-5 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both;
  }

  .large-block-grid-6 > li {
    list-style: none;
    width: 16.66667%;
  }

  .large-block-grid-6 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both;
  }

  .large-block-grid-7 > li {
    list-style: none;
    width: 14.28571%;
  }

  .large-block-grid-7 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both;
  }

  .large-block-grid-8 > li {
    list-style: none;
    width: 12.5%;
  }

  .large-block-grid-8 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both;
  }

  .large-block-grid-9 > li {
    list-style: none;
    width: 11.11111%;
  }

  .large-block-grid-9 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both;
  }

  .large-block-grid-10 > li {
    list-style: none;
    width: 10%;
  }

  .large-block-grid-10 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both;
  }

  .large-block-grid-11 > li {
    list-style: none;
    width: 9.09091%;
  }

  .large-block-grid-11 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both;
  }

  .large-block-grid-12 > li {
    list-style: none;
    width: 8.33333%;
  }

  .large-block-grid-12 > li:nth-of-type(1n) {
    clear: none;
  }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both;
  }
}

.flex-video {
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 25px;
  position: relative;
}

.flex-video.widescreen {
  padding-bottom: 56.34%;
}

.flex-video.vimeo {
  padding-top: 0;
}

.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

/* small displays */

@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* medium displays */

@media only screen and (min-width: 40.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* large displays */

@media only screen and (min-width: 64.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xlarge displays */

@media only screen and (min-width: 90.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xlarge,
  table.show-for-xlarge-down,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up,
  table.hide-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xlarge,
  thead.show-for-xlarge-down,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up,
  thead.hide-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xlarge,
  tbody.show-for-xlarge-down,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up,
  tbody.hide-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xlarge,
  tr.show-for-xlarge-down,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up,
  tr.hide-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xlarge,
  td.show-for-xlarge,
  th.show-for-xlarge-down,
  td.show-for-xlarge-down,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up,
  th.hide-for-xxlarge,
  td.hide-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* xxlarge displays */

@media only screen and (min-width: 120.0625em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xlarge,
  .hide-for-xlarge-down,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge,
  .show-for-xxlarge-down {
    display: inherit !important;
  }

  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xlarge,
  .show-for-xlarge-down,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge,
  .hide-for-xxlarge-down {
    display: none !important;
  }

  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xlarge,
  .hidden-for-xlarge-down,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up,
  .visible-for-xxlarge,
  .visible-for-xxlarge-down {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }

  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xlarge,
  .visible-for-xlarge-down,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up,
  .hidden-for-xxlarge,
  .hidden-for-xxlarge-down {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
  }

  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xlarge,
  table.hide-for-xlarge-down,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up,
  table.show-for-xxlarge,
  table.show-for-xxlarge-down {
    display: table !important;
  }

  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xlarge,
  thead.hide-for-xlarge-down,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up,
  thead.show-for-xxlarge,
  thead.show-for-xxlarge-down {
    display: table-header-group !important;
  }

  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xlarge,
  tbody.hide-for-xlarge-down,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up,
  tbody.show-for-xxlarge,
  tbody.show-for-xxlarge-down {
    display: table-row-group !important;
  }

  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xlarge,
  tr.hide-for-xlarge-down,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up,
  tr.show-for-xxlarge,
  tr.show-for-xxlarge-down {
    display: table-row;
  }

  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xlarge,
  td.hide-for-xlarge,
  th.hide-for-xlarge-down,
  td.hide-for-xlarge-down,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up,
  th.show-for-xxlarge,
  td.show-for-xxlarge,
  th.show-for-xxlarge-down,
  td.show-for-xxlarge-down {
    display: table-cell !important;
  }
}

/* Orientation targeting */

.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

/* Specific visibility for tables */

table.hide-for-landscape,
table.show-for-portrait {
  display: table !important;
}

thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}

tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}

tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}

td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }

  /* Specific visibility for tables */

  table.show-for-landscape,
  table.hide-for-portrait {
    display: table !important;
  }

  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }

  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }

  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }

  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}

@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }

  /* Specific visibility for tables */

  table.show-for-portrait,
  table.hide-for-landscape {
    display: table !important;
  }

  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }

  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }

  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }

  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}

/* Touch-enabled device targeting */

.show-for-touch {
  display: none !important;
}

.hide-for-touch {
  display: inherit !important;
}

.touch .show-for-touch {
  display: inherit !important;
}

.touch .hide-for-touch {
  display: none !important;
}

/* Specific visibility for tables */

table.hide-for-touch {
  display: table !important;
}

.touch table.show-for-touch {
  display: table !important;
}

thead.hide-for-touch {
  display: table-header-group !important;
}

.touch thead.show-for-touch {
  display: table-header-group !important;
}

tbody.hide-for-touch {
  display: table-row-group !important;
}

.touch tbody.show-for-touch {
  display: table-row-group !important;
}

tr.hide-for-touch {
  display: table-row !important;
}

.touch tr.show-for-touch {
  display: table-row !important;
}

td.hide-for-touch {
  display: table-cell !important;
}

.touch td.show-for-touch {
  display: table-cell !important;
}

th.hide-for-touch {
  display: table-cell !important;
}

.touch th.show-for-touch {
  display: table-cell !important;
}

/* Screen reader-specific classes */

.show-for-sr {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.show-on-focus:focus,
.show-on-focus:active {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto;
}

/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/

.print-only {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: var(--bw-000) !important;
    /* Black prints faster: h5bp.com/s */
    text-shadow: none !important;
  }

  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  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) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid var(--bw-151);
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .hide-on-print {
    display: none !important;
  }

  .print-only {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  .show-for-print {
    display: inherit !important;
  }
}

/* Print visibility */

@media print {
  .show-for-print {
    display: block;
  }

  .hide-for-print {
    display: none;
  }

  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;
  }
}

@media not print {
  .show-for-print {
    display: none !important;
  }
}

/* === Basic styles === */

html,
body {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: var(--font-family-default);
  font-weight: 300;
  font-size: 1em;
  font-size: 100%;
  background-color: var(--bw-255);
  color: var(--bw-000);
  min-width: 48em;
}

/* === Open Sans fonts === */

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/opensans-bold.eot?v=24.2.0.0");
  src: url("../fonts/open-sans/opensans-bold.woff?v=24.2.0.0") format("woff"), url("../fonts/open-sans/opensans-bold.woff2?v=24.2.0.0") format("woff2"), url("../fonts/open-sans/opensans-bold.ttf?v=24.2.0.0") format("truetype"), url("../fonts/open-sans/opensans-bold.svg?v=24.2.0.0") format("svg");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/opensans-bolditalic.eot?v=24.2.0.0");
  src: url("../fonts/open-sans/opensans-bolditalic.woff?v=24.2.0.0") format("woff"), url("../fonts/open-sans/opensans-bolditalic.woff2?v=24.2.0.0") format("woff2"), url("../fonts/open-sans/opensans-bolditalic.ttf?v=24.2.0.0") format("truetype"), url("../fonts/open-sans/opensans-bolditalic.svg?v=24.2.0.0") format("svg");
  font-style: italic;
  font-weight: 700;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/opensans-semibold.eot?v=24.2.0.0");
  src: url("../fonts/open-sans/opensans-semibold.woff?v=24.2.0.0") format("woff"), url("../fonts/open-sans/opensans-semibold.woff2?v=24.2.0.0") format("woff2"), url("../fonts/open-sans/opensans-semibold.ttf?v=24.2.0.0") format("truetype"), url("../fonts/open-sans/opensans-semibold.svg?v=24.2.0.0") format("svg");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/opensans-semibolditalic.eot?v=24.2.0.0");
  src: url("../fonts/open-sans/opensans-semibolditalic.woff?v=24.2.0.0") format("woff"), url("../fonts/open-sans/opensans-semibolditalic.woff2?v=24.2.0.0") format("woff2"), url("../fonts/open-sans/opensans-semibolditalic.ttf?v=24.2.0.0") format("truetype"), url("../fonts/open-sans/opensans-semibolditalic.svg?v=24.2.0.0") format("svg");
  font-style: italic;
  font-weight: 600;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/opensans-regular.eot?v=24.2.0.0");
  src: url("../fonts/open-sans/opensans-regular.woff?v=24.2.0.0") format("woff"), url("../fonts/open-sans/opensans-regular.woff2?v=24.2.0.0") format("woff2"), url("../fonts/open-sans/opensans-regular.ttf?v=24.2.0.0") format("truetype"), url("../fonts/open-sans/opensans-regular.svg?v=24.2.0.0") format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/opensans-italic.eot?v=24.2.0.0");
  src: url("../fonts/open-sans/opensans-italic.woff?v=24.2.0.0") format("woff"), url("../fonts/open-sans/opensans-italic.woff2?v=24.2.0.0") format("woff2"), url("../fonts/open-sans/opensans-italic.ttf?v=24.2.0.0") format("truetype"), url("../fonts/open-sans/opensans-italic.svg?v=24.2.0.0") format("svg");
  font-style: italic;
  font-weight: 400;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/opensans-light.eot?v=24.2.0.0");
  src: url("../fonts/open-sans/opensans-light.woff?v=24.2.0.0") format("woff"), url("../fonts/open-sans/opensans-light.woff2?v=24.2.0.0") format("woff2"), url("../fonts/open-sans/opensans-light.ttf?v=24.2.0.0") format("truetype"), url("../fonts/open-sans/opensans-light.svg?v=24.2.0.0") format("svg");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "Open Sans";
  src: url("../fonts/open-sans/opensans-lightitalic.eot?v=24.2.0.0");
  src: url("../fonts/open-sans/opensans-lightitalic.woff?v=24.2.0.0") format("woff"), url("../fonts/open-sans/opensans-lightitalic.woff2?v=24.2.0.0") format("woff2"), url("../fonts/open-sans/opensans-lightitalic.ttf?v=24.2.0.0") format("truetype"), url("../fonts/open-sans/opensans-lightitalic.svg?v=24.2.0.0") format("svg");
  font-style: italic;
  font-weight: 300;
}

/* === mBank fonts === */

@font-face {
  font-family: "mBank";
  src: url("../fonts/mBank/mBank-Bold.eot?v=24.2.0.0");
  src: url("../fonts/mBank/mBank-Bold.woff?v=24.2.0.0") format("woff"), url("../fonts/mBank/mBank-Bold.woff2?v=24.2.0.0") format("woff2"), url("../fonts/mBank/mBank-Bold.ttf?v=24.2.0.0") format("truetype"), url("../fonts/mBank/mBank-Bold.svg?v=24.2.0.0") format("svg");
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: "mBank";
  src: url("../fonts/mBank/mBank-Regular.eot?v=24.2.0.0");
  src: url("../fonts/mBank/mBank-Regular.woff?v=24.2.0.0") format("woff"), url("../fonts/mBank/mBank-Regular.woff2?v=24.2.0.0") format("woff2"), url("../fonts/mBank/mBank-Regular.ttf?v=24.2.0.0") format("truetype"), url("../fonts/mBank/mBank-Regular.svg?v=24.2.0.0") format("svg");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "mBank";
  src: url("../fonts/mBank/mBank-Light.eot?v=24.2.0.0");
  src: url("../fonts/mBank/mBank-Light.woff?v=24.2.0.0") format("woff"), url("../fonts/mBank/mBank-Light.woff2?v=24.2.0.0") format("woff2"), url("../fonts/mBank/mBank-Light.ttf?v=24.2.0.0") format("truetype"), url("../fonts/mBank/mBank-Light.svg?v=24.2.0.0") format("svg");
  font-style: normal;
  font-weight: 300;
}

/* === Icon fonts === */

@font-face {
  font-family: "icon-font";
  src: url("../fonts/icon-font.eot?v=24.2.0.0");
  src: url("../fonts/icon-font.ttf?v=24.2.0.0") format("truetype"), url("../fonts/icon-font.woff?v=24.2.0.0") format("woff"), url("../fonts/icon-font.svg?v=24.2.0.0") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: var(--font-family-icon);
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: var(--bw-135);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.has-icon,
.has-icon:hover,
.has-icon:active,
.has-icon:focus {
  color: var(--bw-000);
}

.has-icon:before,
.has-icon:hover:before,
.has-icon:active:before,
.has-icon:focus:before {
  margin-right: 5px;
  font-size: var(--font-size-16);
}

.enlarged-size {
  font-size: var(--font-size-20);
  line-height: 20px;
}

.icon-tooltip:before {
  content: "\e800";
}

.icon-add_file:before {
  content: "\e600";
}

.icon-alert:before {
  content: "\e601";
}

.icon-calendar:before {
  content: "\e602";
}

.icon-clock:before {
  content: "\e603";
}

.icon-close:before {
  content: "\e604";
}

.icon-contact:before {
  content: "\e605";
}

.icon-download:before {
  content: "\e606";
}

.icon-import:before {
  content: "\e60b";
}

.icon-edit:before {
  content: "\e607";
}

.icon-eye:before {
  content: "\e608";
}

.icon-from_form:before {
  content: "\e609";
}

.icon-from_table:before {
  content: "\e60a";
}

.icon-info:before {
  content: "\e60c";
}

.icon-lock_closed:before {
  content: "\e60d";
}

.icon-lock_open:before {
  content: "\e60e";
}

.icon-message:before {
  content: "\e60f";
}

.icon-menu_1:before {
  content: "\e610";
}

.icon-more:before {
  content: "\e611";
}

.icon-paczka:before {
  content: "\e612";
}

.icon-pdf:before {
  content: "\e613";
}

.icon-power:before {
  content: "\e614";
}

.icon-power-alt:before {
  content: "\e63f";
}

.icon-print:before {
  content: "\e615";
}

.icon-question:before {
  content: "\e616";
}

.icon-search:before {
  content: "\e903";
}

.icon-smartphone:before {
  content: "\e618";
}

.icon-stop:before {
  content: "\e619";
}

.icon-plus:before {
  content: "\e61a";
}

.icon-minus:before {
  content: "\e61b";
}

.icon-arrow-left:before {
  content: "\e61c";
}

.icon-arrow-right:before {
  content: "\e61d";
}

.icon-arrow-down:before {
  content: "\e61e";
}

.icon-arrow-up:before {
  content: "\e61f";
}

.icon-arrow_drop_up:before {
  content: "\e620";
}

.icon-arrow_drop_down:before {
  content: "\e621";
}

.icon-home:before {
  content: "\e622";
}

.icon-close_alt:before {
  content: "\e623";
}

.icon-certyficat:before {
  content: "\e625";
}

.icon-cheked:before {
  content: "\e626";
}

.icon-zapisz:before {
  content: "\e627";
}

.icon-usun2:before {
  content: "\e628";
}

.icon-rachunekonline:before {
  content: "\e629";
}

.icon-dodajkontahenta:before {
  content: "\e62a";
}

.icon-dostp:before {
  content: "\e62b";
}

.icon-edytuj:before {
  content: "\e62d";
}

.icon-expertonline:before {
  content: "\e62e";
}

.icon-forum:before {
  content: "\e62f";
}

.icon-kartyzedplacowe:before {
  content: "\e630";
}

.icon-kontaktonline2:before {
  content: "\e631";
}

.icon-oddzia:before {
  content: "\e632";
}

.icon-ok:before {
  content: "\e633";
}

.icon-pinezkaon:before {
  content: "\e634";
}

.icon-pobierz:before {
  content: "\e635";
}

.icon-pomoc:before {
  content: "\e636";
}

.icon-refresh:before {
  content: "\e637";
}

.icon-refresh2:before {
  content: "\e638";
}

.icon-serwisekonomiczny:before {
  content: "\e639";
}

.icon-lokaty:before {
  content: "\e624";
}

.icon-waluty:before {
  content: "\e62c";
}

.icon-telefonstacjonarny:before {
  content: "\e63a";
}

.icon-contact2:before {
  content: "\e63d";
}

.icon-udostpnij:before {
  content: "\e63b";
}

.icon-zarzadzaj:before {
  content: "\e63c";
}

.icon-book:before {
  content: "\e63e";
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: 600;
  font-family: var(--font-family-default);
  line-height: 1.2em;
  margin: 0 0 0.5em;
  color: var(--bw-051);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

h1 {
  font-size: var(--font-size-24);
}

h2 {
  font-size: var(--font-size-20);
}

h3 {
  font-size: var(--font-size-16);
}

h4 {
  font-size: var(--font-size-15);
}

h5 {
  font-size: var(--font-size-14);
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: var(--color-blue-500);
}

strong,
.bold,
b {
  font-weight: 600;
}

.normal {
  font-weight: 400;
}

small {
  font-size: 0.825em;
}

p {
  line-height: 1.325em;
  margin-bottom: 16px;
  font-size: var(--font-size-13);
}

ul li {
  list-style: none;
}

.lh-1 {
  line-height: 16px;
}

.lh-15 {
  line-height: 24px;
}

.lh-2 {
  line-height: 32px;
}

.lh-25 {
  line-height: 40px;
}

/* === Helpers === */

.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
}

.transition {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.extra-width {
  width: 106%;
  margin-left: -3%;
}

hr,
.hr {
  border: none;
  margin: 20px 0 16px;
  height: 1px;
  width: 100%;
  display: block;
  background-color: var(--bw-215);
}

@media (min-width: 1024px) {
  hr,
  .hr {
    margin: 32px 0 30px;
  }
}

.hidden {
  display: none !important;
}

.not-visible {
  opacity: 0;
  visibility: hidden;
}

table tr td,
table tr th {
  font-size: var(--font-size-13);
}

.no-border {
  border: none !important;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-mb {
  margin-bottom: 0 !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.p10 {
  padding: 10px;
}

.p15 {
  padding: 15px;
}

.p20 {
  padding: 20px;
}

.p25 {
  padding: 25px;
}

.p30 {
  padding: 30px;
}

.pb10 {
  padding-bottom: 10px;
}

.top-10 {
  top: -10px;
  position: relative;
}

.lh40 {
  line-height: 40px;
}

.spacer {
  position: relative;
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
}

.spacer.s1 {
  height: 16px;
}

.spacer.s2 {
  height: 32px;
}

.spacer.s3 {
  height: 48px;
}

.spacer.s4 {
  height: 64px;
}

.spacer.s5 {
  height: 80px;
}

.spacer.s6 {
  height: 96px;
}

.spacer.s7 {
  height: 112px;
}

.spacer.s8 {
  height: 128px;
}

.spacer.s9 {
  height: 144px;
}

.spacer.s10 {
  height: 160px;
}

.spacer.s11 {
  height: 176px;
}

.v-align {
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.block {
  display: block !important;
}

.table {
  display: table !important;
}

.table-cell {
  display: table-cell !important;
  vertical-align: middle;
}

.nowrap {
  white-space: nowrap;
}

.uppercase {
  text-transform: uppercase;
}

.row {
  max-width: 70rem;
}

.row .col-6 {
  width: 16.6667%;
}

.row .col-3 {
  width: 33.333%;
}

.row .col-1-5 {
  width: 7.5%;
}

.alert-bg,
.bg-orange {
  background-color: var(--color-amber-400);
}

.error-bg,
.bg-red {
  background-color: var(--color-red-500);
}

.success-bg,
.bg-green {
  background-color: var(--color-green-500);
}

.info-bg,
.bg-blue {
  background-color: var(--color-blue-500);
}

.bg-white {
  background-color: var(--bw-255);
}

.bg-grey {
  background-color: var(--bw-215);
}

.bg-light-grey {
  background-color: var(--color-grey-bg);
}

.bg-transparent {
  background-color: transparent;
}

.color-orange {
  color: var(--color-amber-400) !important;
}

.color-red {
  color: var(--color-red-500) !important;
}

.color-green {
  color: var(--color-green-500) !important;
}

.color-blue {
  color: var(--color-blue-500) !important;
}

.color-grey {
  color: var(--bw-151) !important;
}

.color-dark-grey {
  color: var(--bw-075) !important;
}

.color-black {
  color: var(--bw-000) !important;
}

.color-white {
  color: var(--bw-255) !important;
}

.loading {
  position: relative;
}

.loading:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 10;
  background: url("../img/loader.gif") no-repeat center center var(--bw-255);
  background-size: 40px auto;
  opacity: 0.5;
}

.plus {
  font-size: var(--font-size-13);
  line-height: 13px;
  font-weight: 400;
  position: relative;
  color: var(--bw-151);
  padding-left: 16px;
  display: inline-block;
}

.plus:before {
  content: "\e61a";
  color: var(--color-blue-500);
  line-height: 13px;
  font-size: var(--font-size-9);
  font-family: var(--font-family-icon);
  position: absolute;
  left: 2px;
}

.plus.add-widget {
  margin-bottom: 48px;
}

.plus.add-widget:before {
  line-height: inherit !important;
}

.drop-arrow {
  font-size: var(--font-size-13);
  line-height: 13px;
  font-weight: 400;
  position: relative;
  color: var(--bw-000);
  padding-right: 16px;
  display: inline-block;
  margin-bottom: 16px;
}

.drop-arrow:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-left: 2px solid var(--color-blue-500);
  border-bottom: 2px solid var(--color-blue-500);
  position: absolute;
  right: 0;
  top: 1px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.go-back {
  position: relative;
  color: var(--bw-000);
  font-weight: 600;
  padding-left: 32px;
  line-height: 18px;
  font-size: var(--font-size-16);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.go-back:before {
  position: absolute;
  left: 0;
  top: 2px;
}

.go-back .initial-state {
  display: inline-block;
}

.go-back .hover-state {
  display: none;
}

.plain-menu {
  display: block;
  position: relative;
  margin: 0 0 12px;
  padding-bottom: 8px;
  list-style: none;
  border-bottom: 1px solid var(--bw-215);
}

.plain-menu:before,
.plain-menu:after {
  content: "";
  display: table;
}

.plain-menu:after {
  clear: both;
}

.plain-menu li {
  float: left;
  margin-right: 20px;
}

.plain-menu li:last-child {
  margin-right: 0;
}

.plain-menu li a {
  color: var(--color-blue-500);
  font-weight: 400;
  display: block;
  line-height: 32px;
  font-size: var(--font-size-14);
}

.submenu {
  font-size: var(--font-size-16);
  line-height: 1em;
  width: 24px;
  margin: 4px 0 12px;
  text-align: right;
  display: inline-block;
  cursor: pointer;
  color: var(--bw-075);
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}

.submenu:before {
  position: relative;
  right: -3px;
}

.submenu.active {
  color: var(--color-blue-500);
}

.submenu .icon-more {
  display: block;
}

.submenu .content {
  color: var(--bw-000);
  font-size: var(--font-size-13);
  cursor: initial;
}

.icon-paczka {
  position: relative;
  color: var(--bw-151);
  font-size: var(--font-size-13);
  line-height: 20px;
  padding-left: 28px;
}

.icon-paczka:before {
  font-size: var(--font-size-20);
  position: absolute;
  left: 0;
  color: var(--bw-151);
}

.item-header .icon-paczka {
  padding-left: 18px;
}

.item-header .icon-paczka:before {
  font-size: var(--font-size-13);
  line-height: inherit;
}

.border-separator {
  position: relative;
}

.alert-example {
  padding: 0;
  margin: 0;
}

.alert-example .alert-message {
  color: var(--bw-000);
  font-size: var(--font-size-12);
  display: inline-block;
  margin-bottom: 13px;
}

.alert-example .tooltip {
  display: none;
}

.alert-example.alert-bg {
  padding: 0 20px 0;
  margin: 0 -20px 16px;
}

@media (min-width: 1024px) {
  .alert-example.alert-bg {
    padding: 16px 26px 0;
    margin: 0 -26px 16px;
  }
}

@media (min-width: 1280px) {
  .alert-example.alert-bg {
    padding: 16px 32px 0;
    margin: 0 -32px 16px;
  }
}

.alert-example.alert-bg .tooltip {
  display: inline-block;
}

.alert-example.alert-bg .tooltip:before {
  color: var(--bw-255);
}

.alert-example.alert-bg .input-wrap {
  margin-bottom: 8px;
}

.alert-example.alert-bg .alert-message {
  color: var(--bw-255);
}

.post-image.align-left {
  margin: 0 20px 20px 0;
}

.post-image.align-right {
  margin: 0 0 20px 20px;
}

.button,
button,
.dropdown .content .button {
  font-family: var(--font-family-mbank);
  color: var(--bw-255);
  font-weight: 600;
  border: none;
  border-radius: 5px;
  display: inline-block;
  margin-bottom: 16px;
  padding: 0 20px;
  line-height: 27px;
  font-size: var(--font-size-13);
  height: auto;
  background-color: var(--color-blue-500);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.button:not(.ds-element):hover,
.button:not(.ds-element):active,
.button:not(.ds-element):focus,
button:not(.ds-element):hover,
button:not(.ds-element):active,
button:not(.ds-element):focus,
.dropdown .content .button:not(.ds-element):hover,
.dropdown .content .button:not(.ds-element):active,
.dropdown .content .button:not(.ds-element):focus {
  background-color: var(--color-blue-400);
}

.button.align-middle,
button.align-middle,
.dropdown .content .button.align-middle {
  margin-top: 6px;
}

.button.big,
button.big,
.dropdown .content .button.big {
  line-height: 30px;
  font-size: var(--font-size-16);
}

.button.big.align-middle,
button.big.align-middle,
.dropdown .content .button.big.align-middle {
  margin-top: 5px;
}

.button.large,
button.large,
.dropdown .content .button.large {
  line-height: 40px;
  font-size: var(--font-size-20);
  padding: 0 28px;
}

.button.no-margin,
button.no-margin,
.dropdown .content .button.no-margin {
  margin-bottom: 0;
}

.button.wide,
button.wide,
.dropdown .content .button.wide {
  padding: 0 28px;
}

.button.narrow,
button.narrow,
.dropdown .content .button.narrow {
  padding: 0 12px;
}

.button.no-br,
button.no-br,
.dropdown .content .button.no-br {
  border-radius: 0;
}

.button.grey,
button.grey,
.dropdown .content .button.grey {
  background-color: var(--bw-151);
}

.button.grey:hover,
.button.grey:active,
.button.grey:focus,
button.grey:hover,
button.grey:active,
button.grey:focus,
.dropdown .content .button.grey:hover,
.dropdown .content .button.grey:active,
.dropdown .content .button.grey:focus {
  background-color: var(--bw-135);
}

.button.disabled,
.button.disabled:hover,
.button.disabled:active,
.button.disabled:focus,
button.disabled,
button.disabled:hover,
button.disabled:active,
button.disabled:focus,
.dropdown .content .button.disabled,
.dropdown .content .button.disabled:hover,
.dropdown .content .button.disabled:active,
.dropdown .content .button.disabled:focus {
  pointer-events: none;
  background-color: var(--bw-151);
  opacity: 0.7;
}

.button.green,
button.green,
.dropdown .content .button.green {
  background-color: var(--color-green-500);
}

.button.green:hover,
.button.green:active,
.button.green:focus,
button.green:hover,
button.green:active,
button.green:focus,
.dropdown .content .button.green:hover,
.dropdown .content .button.green:active,
.dropdown .content .button.green:focus {
  background-color: var(--color-green-400);
}

.button.orange,
button.orange,
.dropdown .content .button.orange {
  background-color: var(--color-amber-400);
}

.button.orange:hover,
.button.orange:active,
.button.orange:focus,
button.orange:hover,
button.orange:active,
button.orange:focus,
.dropdown .content .button.orange:hover,
.dropdown .content .button.orange:active,
.dropdown .content .button.orange:focus {
  background-color: var(--color-amber-400);
}

.button.red,
button.red,
.dropdown .content .button.red {
  background-color: var(--color-red-500);
}

.button.red:hover,
.button.red:active,
.button.red:focus,
button.red:hover,
button.red:active,
button.red:focus,
.dropdown .content .button.red:hover,
.dropdown .content .button.red:active,
.dropdown .content .button.red:focus {
  background-color: var(--color-red-400);
}

.button.light-blue,
button.light-blue,
.dropdown .content .button.light-blue {
  background-color: var(--color-blue-800);
}

.button.light-blue:hover,
.button.light-blue:active,
.button.light-blue:focus,
button.light-blue:hover,
button.light-blue:active,
button.light-blue:focus,
.dropdown .content .button.light-blue:hover,
.dropdown .content .button.light-blue:active,
.dropdown .content .button.light-blue:focus {
  background-color: var(--color-blue-700);
}

.button.no-bg,
button.no-bg,
.dropdown .content .button.no-bg {
  background-color: transparent;
  color: var(--color-blue-500);
}

.button.no-bg:hover,
.button.no-bg:active,
.button.no-bg:focus,
button.no-bg:hover,
button.no-bg:active,
button.no-bg:focus,
.dropdown .content .button.no-bg:hover,
.dropdown .content .button.no-bg:active,
.dropdown .content .button.no-bg:focus {
  background-color: transparent;
}

::-ms-clear {
  display: none;
}

input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  display: block;
}

input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  background-color: var(--bw-255);
  min-height: 15px;
  line-height: 15px;
  font-size: var(--font-size-13);
  padding: 0 8px 0 24px;
  margin: 0 0 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=checkbox] + label > * {
  display: block;
  pointer-events: none;
}

input[type=checkbox] + label > span {
  display: inline-block !important;
  position: relative;
}

input[type=checkbox] + label > span:before {
  content: "";
  width: 15px;
  height: 15px;
  display: block;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  left: -24px;
  background-color: var(--bw-255);
  box-shadow: 0 0 0 1px var(--bw-200) inset;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[type=checkbox] + label > span:after {
  content: "";
  height: 6px;
  width: 9px;
  display: block;
  border-left: 2px solid var(--bw-255);
  border-bottom: 2px solid var(--bw-255);
  margin-top: -3px;
  position: absolute;
  top: 50%;
  left: -21px;
  -webkit-transform: scale(0) rotate(-45deg);
  -moz-transform: scale(0) rotate(-45deg);
  -ms-transform: scale(0) rotate(-45deg);
  transform: scale(0) rotate(-45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

input[type=checkbox] + label.no-margin {
  margin-bottom: 0;
}

input[type=checkbox] + label.align-middle:before {
  top: 50%;
  margin-top: -7px;
}

input[type=checkbox] + label.align-middle:after {
  top: 50%;
  margin-top: -4px;
}

input[type=checkbox] + label.checkblock {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 16px 0 36px;
  background-color: var(--color-grey-bg);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  box-shadow: 0 0 0 1px var(--bw-200) inset;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=checkbox] + label.checkblock:before {
  content: "";
  width: 25px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 5px 0 0 5px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[type=checkbox] + label.checkblock:after {
  top: 42%;
  left: 8px;
  -webkit-transform: translate(0, -50%, 0) scale(0) rotate(-45deg);
  -moz-transform: translate(0, -50%, 0) scale(0) rotate(-45deg);
  -ms-transform: translate(0, -50%, 0) scale(0) rotate(-45deg);
  transform: translate(0, -50%, 0) scale(0) rotate(-45deg);
}

input[type=checkbox] + label.checkblock.large {
  height: 70px;
  line-height: 70px;
  white-space: normal;
}

input[type=checkbox] + label.checkblock.large:before {
  height: 70px;
}

input[type=checkbox] + label.checkblock.large div {
  height: auto !important;
  line-height: 1.125em;
  z-index: 2;
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

input[type=checkbox] + label.checkblock.large div b,
input[type=checkbox] + label.checkblock.large div span {
  display: block;
}

input[type=checkbox] + label.checkblock.large div b {
  margin-bottom: 4px;
}

input[type=checkbox]:checked + label.checkblock {
  background-color: var(--bw-255);
}

input[type=checkbox]:focus + label > span:before {
  box-shadow: 0 0 2px 1px var(--color-blue-500);
}

input[type=checkbox]:checked + label > span:before {
  background-color: var(--color-blue-500);
  box-shadow: 0 0 0 var(--bw-200) inset;
}

input[type=checkbox]:checked + label > span:after {
  -webkit-transform: scale(1) rotate(-45deg);
  -moz-transform: scale(1) rotate(-45deg);
  -ms-transform: scale(1) rotate(-45deg);
  transform: scale(1) rotate(-45deg);
}

input[type=checkbox]:disabled + label {
  cursor: not-allowed;
  color: var(--bw-190);
}

input[type=checkbox]:disabled + label:not(.checkblock) > span:before {
  background-color: var(--color-grey-bg);
}

input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  display: block;
}

input[type=radio] + label {
  position: relative;
  display: inline-block;
  min-height: 15px;
  line-height: 15px;
  font-size: var(--font-size-13);
  padding: 0 8px 0 24px;
  margin: 0 0 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=radio] + label.no-margin {
  margin-bottom: 0;
}

input[type=radio] + label:before {
  content: "";
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: -3px;
  left: 0;
  border-radius: 50%;
  background-color: var(--bw-255);
  box-shadow: 0 0 0 1px var(--bw-200) inset;
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -ms-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
}

input[type=radio] + label:after {
  content: "";
  height: 9px;
  width: 9px;
  display: block;
  border-radius: 50%;
  background-color: var(--color-blue-500);
  position: absolute;
  top: 2px;
  left: 5px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

input[type=radio] + label.checkblock {
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 16px 0 36px;
  background-color: var(--color-grey-bg);
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  box-shadow: 0 0 0 1px var(--bw-200) inset;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type=radio] + label.checkblock:before {
  content: "";
  width: 25px;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  box-shadow: none;
  border-radius: 5px 0 0 5px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[type=radio] + label.checkblock:after {
  top: 42%;
  left: 8px;
  -webkit-transform: translate(0, -50%, 0) scale(0) rotate(-45deg);
  -moz-transform: translate(0, -50%, 0) scale(0) rotate(-45deg);
  -ms-transform: translate(0, -50%, 0) scale(0) rotate(-45deg);
  transform: translate(0, -50%, 0) scale(0) rotate(-45deg);
}

input[type=radio] + label.checkblock.large {
  height: 70px;
  line-height: 70px;
  white-space: normal;
}

input[type=radio] + label.checkblock.large:before {
  height: 70px;
}

input[type=radio] + label.checkblock.large:after {
  content: "";
  height: 6px;
  width: 9px;
  display: block;
  border-left: 2px solid var(--bw-255);
  border-bottom: 2px solid var(--bw-255);
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -5px;
  border-radius: 0;
  background-color: transparent;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

input[type=radio] + label.checkblock.large div {
  height: auto !important;
  line-height: 1.125em;
  z-index: 2;
  position: relative;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

input[type=radio] + label.checkblock.large div b,
input[type=radio] + label.checkblock.large div span {
  display: block;
}

input[type=radio] + label.checkblock.large div b {
  margin-bottom: 4px;
}

input[type=radio]:checked + label:after {
  background-color: var(--color-blue-500);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

input[type=radio]:focus + label:before {
  box-shadow: 0 0 2px 1px var(--color-blue-500);
}

input[type=radio]:checked + label.checkblock:before {
  background-color: var(--color-blue-500);
}

input[type=radio] + label.radioblock {
  border-radius: 5px;
  padding: 12px 12px 12px 36px;
  display: block;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 0 1px var(--bw-200) inset;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

input[type=radio] + label.radioblock:before {
  content: "";
  width: 25px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--bw-151);
  box-shadow: none;
  border-radius: 5px 0 0 5px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[type=radio] + label.radioblock:after {
  content: "";
  width: 13px;
  height: 13px;
  border: 2px solid var(--bw-255);
  background: var(--bw-255);
  box-shadow: none;
  left: 6px;
  top: 50%;
  -webkit-transform: translate3d(0, -55%, 0);
  -moz-transform: translate3d(0, -55%, 0);
  -ms-transform: translate3d(0, -55%, 0);
  transform: translate3d(0, -55%, 0);
}

input[type=radio] + label.radioblock span {
  display: table-cell;
  height: 56px;
  font-weight: 600;
  vertical-align: middle;
}

input[type=radio] + label.radioblock span small {
  font-size: var(--font-size-10);
  line-height: 1em;
}

input[type=radio]:checked + label.radioblock {
  background-color: var(--bw-255);
}

input[type=radio]:checked + label.radioblock:before {
  background-color: var(--color-blue-500);
}

input[type=radio]:checked + label.radioblock:after {
  background-color: var(--bw-000);
}

input[type=radio]:disabled + label {
  cursor: not-allowed;
  color: var(--bw-190);
}

input[type=radio]:disabled + label:before {
  background-color: var(--color-grey-bg);
}

input[type=radio]:disabled + label:after {
  display: none;
}

input[type=radio]:disabled + label.radioblock:before {
  border: 1px solid var(--bw-200);
  border-right: none;
}

input[type=text],
input[type=text]:focus,
input[type=email],
input[type=email]:focus,
input[type=tel],
input[type=tel]:focus,
input[type=number],
input[type=number]:focus,
input[type=phone],
input[type=phone]:focus,
input[type=color],
input[type=color]:focus,
input[type=date],
input[type=date]:focus,
input[type=time],
input[type=time]:focus,
input[type=search],
input[type=search]:focus,
input[type=password],
input[type=password]:focus {
  display: inline-block;
  position: relative;
  padding: 0 8px;
  font-size: var(--font-size-13) !important;
  background-color: var(--bw-255);
  border-radius: 5px;
  border: 1px solid var(--bw-200);
  color: var(--bw-075);
  /*line-height: 40px !important;*/
  height: 40px !important;
  box-shadow: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input::-webkit-calendar-picker-indicator {
  display: none;
}

input[type=date]::-webkit-input-placeholder {
  visibility: hidden !important;
}

textarea,
textarea:focus {
  display: inline-block;
  position: relative;
  padding: 5px 8px;
  line-height: 24px;
  font-size: var(--font-size-13) !important;
  background-color: var(--bw-255);
  border-radius: 5px;
  min-height: 80px;
  color: var(--bw-075);
  border: 1px solid var(--bw-200);
  box-shadow: none;
}

label {
  line-height: 1.5em;
  font-size: var(--font-size-13);
  margin-bottom: 6px;
}

label.table-cell {
  height: 40px;
  line-height: 1.125em;
}

label.bold {
  font-weight: 600;
}

.input-wrap {
  position: relative;
  margin: 0 0 16px;
}

.input-wrap input[type=text],
.input-wrap input[type=email],
.input-wrap input[type=tel],
.input-wrap input[type=number],
.input-wrap input[type=phone],
.input-wrap input[type=color],
.input-wrap input[type=date],
.input-wrap input[type=time],
.input-wrap input[type=search],
.input-wrap input[type=password] {
  margin: 0;
}

.input-wrap[class*=icon-]:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: var(--font-size-16);
  display: block;
  text-align: center;
  cursor: text;
  pointer-events: none;
}

.input-wrap[class*=icon-search]:before,
.input-wrap[class*=icon-calendar]:before {
  display: none;
}

.input-wrap[class*=icon-calendar] input,
.input-wrap input[type=search] {
  padding-right: 40px !important;
  position: relative;
}

.input-wrap[class*=icon-calendar] input:before,
.input-wrap input[type=search]:before {
  content: "\e602";
}

.input-wrap button {
  position: absolute !important;
  top: 0;
  right: 0;
  background-color: transparent;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: var(--font-size-16);
  display: block;
  border-radius: 5px;
  text-align: center;
  margin: 0;
  z-index: 1;
}

.input-wrap button:before {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  font-weight: 300;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: var(--font-size-16);
  display: block;
  text-align: center;
  cursor: text;
  pointer-events: none;
}

.input-wrap.dropdown > input {
  cursor: text !important;
  margin-right: 0 !important;
}

.input-wrap.dropdown.active > input {
  border-radius: 5px 5px 0 0;
}

.combo-input-wrap {
  position: relative;
  margin: 0 0 16px;
  background-color: var(--bw-255);
  border-radius: 5px;
  height: 40px;
  border: 1px solid var(--bw-200);
}

.combo-input-wrap .newListSelected {
  margin-bottom: 0;
}

.combo-input-wrap .newListSelected:before {
  content: "";
  width: 1px;
  height: 24px;
  background-color: var(--bw-200);
  display: block;
  position: absolute;
  top: 8px;
  right: -10px;
}

.combo-input-wrap .newListSelected .selectedTxt {
  border: none;
  height: 38px !important;
}

.combo-input-wrap .newListSelected .SSContainerDivWrapper {
  top: 39px !important;
  left: -1px !important;
  width: 103.5% !important;
}

.combo-input-wrap .newListSelected .SSContainerDivWrapper ul {
  border-radius: 0 0 5px 5px;
}

.combo-input-wrap input[type=text],
.combo-input-wrap input[type=email],
.combo-input-wrap input[type=number],
.combo-input-wrap input[type=search] {
  border: none;
  margin-bottom: 0;
  height: 38px !important;
}

.combo-input-wrap .dropdown .content {
  top: 100% !important;
}

.combo-input-wrap .input-wrap {
  margin: 0;
}

::-webkit-input-placeholder {
  color: var(--bw-075);
  opacity: 0.7;
}

:-moz-placeholder {
  color: var(--bw-075);
  opacity: 0.7;
}

::-moz-placeholder {
  color: var(--bw-075);
  opacity: 0.7;
}

:-ms-input-placeholder {
  color: var(--bw-075);
  opacity: 0.7;
}

::-ms-clear,
::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
  text-indent: 100%;
  overflow: hidden;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.newListSelected {
  position: relative;
  display: block;
  font-size: var(--font-size-16);
  line-height: 40px !important;
  height: 40px !important;
  box-shadow: none;
  margin-bottom: 16px;
  outline: none;
}

.newListSelected.newListDisabled .selectedTxt {
  background-color: var(--bw-221);
  cursor: default;
}

.newListSelected.newListDisabled:focus .selectedTxt {
  box-shadow: none;
}

.newListSelected .selectedTxt {
  line-height: 40px;
  height: 40px;
  background-color: var(--bw-255);
  border-radius: 5px;
  color: var(--bw-075);
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0 32px 0 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newListSelected .selectedTxt:before {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-left: 2px solid var(--color-blue-500);
  border-bottom: 2px solid var(--color-blue-500);
  position: absolute;
  right: 12px;
  top: 13px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.newListSelected .selectedTxt.open:before {
  top: 16px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.newListSelected .SSContainerDivWrapper {
  position: absolute;
  width: 100%;
  z-index: 9;
}

.newListSelected .SSContainerDivWrapper ul {
  list-style: none;
  margin: -1px 0 0;
  background-color: var(--bw-255);
  border-radius: 0 0 5px 5px;
  border: 1px solid var(--bw-200);
  overflow: hidden;
}

.newListSelected .SSContainerDivWrapper ul li {
  position: relative;
}

.newListSelected .SSContainerDivWrapper ul li:last-child a {
  border-bottom: none;
}

.newListSelected .SSContainerDivWrapper ul a {
  display: block;
  padding: 0 8px;
  line-height: 40px;
  height: 40px;
  font-size: var(--font-size-13) !important;
  color: var(--bw-075);
  background-color: var(--bw-255);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid var(--color-grey-bg);
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}

.newListSelected .SSContainerDivWrapper ul a.hiLite,
.newListSelected .SSContainerDivWrapper ul a:hover {
  background-color: var(--bw-240);
}

.newListSelected.open .selectedTxt {
  border-radius: 5px 5px 0 0;
}

.newListSelected.open .selectedTxt:before {
  top: 17px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

select.no-margin + .newListSelected {
  margin-bottom: 0;
}

select.checkmarks + .newListSelected li {
  position: relative;
  overflow: hidden;
}

select.checkmarks + .newListSelected li a {
  padding-left: 32px;
}

select.checkmarks + .newListSelected li a.hiLite {
  background-color: transparent;
}

select.checkmarks + .newListSelected li a.hiLite:before {
  content: "";
  height: 100%;
  width: 20px;
  display: block;
  background-color: var(--color-blue-500);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

select.checkmarks + .newListSelected li a.hiLite:after {
  content: "";
  height: 6px;
  width: 9px;
  display: block;
  border-left: 2px solid var(--bw-255);
  border-bottom: 2px solid var(--bw-255);
  position: absolute;
  top: 45%;
  left: 5px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.ie9 input[type=radio] + label.radioblock::after {
  margin-top: -6px;
}

/* === Genaral animation classes === */

/* === Element SlideUp === */

@-webkit-keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slideUp {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-ms-keyframes slideUp {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    -moz-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideUp {
  opacity: 0;
  outline: 1px solid transparent;
  -webkit-animation: slideUp 0.5s ease-out both;
  -moz-animation: slideUp 0.5s ease-out both;
  -ms-animation: slideUp 0.5s ease-out both;
  animation: slideUp 0.5s ease-out both;
}

.no-csstransforms3d .slideUp {
  opacity: 1;
}

/* === Element SlideRight === */

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slideRight {
  0% {
    opacity: 0;
    -moz-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-ms-keyframes slideRight {
  0% {
    opacity: 0;
    -ms-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideRight {
  opacity: 0;
  outline: 1px solid transparent;
  -webkit-animation: slideRight 0.75s ease-out 0.5s both;
  -moz-animation: slideRight 0.75s ease-out 0.5s both;
  -ms-animation: slideRight 0.75s ease-out 0.5s both;
  animation: slideRight 0.75s ease-out 0.5s both;
}

.no-csstransforms3d .slideRight {
  opacity: 1;
}

/* === Element SlideDown === */

@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slideDown {
  0% {
    opacity: 0;
    -moz-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-ms-keyframes slideDown {
  0% {
    opacity: 0;
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideDown {
  opacity: 0;
  outline: 1px solid transparent;
  -webkit-animation: slideDown 0.75s ease-out 0.5s both;
  -moz-animation: slideDown 0.75s ease-out 0.5s both;
  -ms-animation: slideDown 0.75s ease-out 0.5s both;
  animation: slideDown 0.75s ease-out 0.5s both;
}

.no-csstransforms3d .slideDown {
  opacity: 1;
}

/* === Element SlideLeft === */

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    -moz-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-ms-keyframes slideLeft {
  0% {
    opacity: 0;
    -ms-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    -moz-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  20% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideLeft {
  opacity: 0;
  outline: 1px solid transparent;
  -webkit-animation: slideLeft 0.75s ease-out 0.5s both;
  -moz-animation: slideLeft 0.75s ease-out 0.5s both;
  -ms-animation: slideLeft 0.75s ease-out 0.5s both;
  animation: slideLeft 0.75s ease-out 0.5s both;
}

.no-csstransforms3d .slideLeft {
  opacity: 1;
}

/* === Element Rotation === */

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes rotate {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotate {
  outline: 1px solid transparent;
  -webkit-animation: rotate 1.2s linear infinite;
  -moz-animation: rotate 1.2s linear infinite;
  -ms-animation: rotate 1.2s linear infinite;
  animation: rotate 1.2s linear infinite;
}

/* === Element Growing === */

@-webkit-keyframes grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  10% {
    opacity: 1;
  }

  80% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes grow {
  0% {
    opacity: 0;
    -moz-transform: scale(0.75);
    transform: scale(0.75);
  }

  10% {
    opacity: 1;
  }

  80% {
    opacity: 1;
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes grow {
  0% {
    opacity: 0;
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  10% {
    opacity: 1;
  }

  80% {
    opacity: 1;
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  10% {
    opacity: 1;
  }

  80% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.grow {
  opacity: 0;
  outline: 1px solid transparent;
  -webkit-animation: grow 0.5s ease-out 0.5s both;
  -moz-animation: grow 0.5s ease-out 0.5s both;
  -ms-animation: grow 0.5s ease-out 0.5s both;
  animation: grow 0.5s ease-out 0.25s both;
}

.ie8 .grow,
.ie9 .grow,
.no-cssanimations .grow {
  opacity: 1;
}

/* === Element simple scaleIn === */

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes scaleIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-ms-keyframes scaleIn {
  0% {
    opacity: 0;
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.scaleIn {
  opacity: 0;
  outline: 1px solid transparent;
  -webkit-animation: scaleIn 0.25s ease-out 0.25s both;
  -moz-animation: scaleIn 0.25s ease-out 0.25s both;
  -ms-animation: scaleIn 0.25s ease-out 0.25s both;
  animation: scaleIn 0.25s ease-out 0.25s both;
}

.ie8 .scaleIn,
.ie9 .scaleIn,
.no-cssanimations .scaleIn {
  opacity: 1;
}

.tooltipster-default {
  border-radius: 5px;
  background: var(--bw-151);
  color: var(--bw-255);
}

.tooltipster-default .tooltipster-content {
  font-family: Arial, sans-serif;
  font-size: var(--font-size-12);
  line-height: 16px;
  padding: 3px 10px;
  overflow: hidden;
}

.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
  /* border-color: ... !important; */
}

.tooltipster-icon {
  cursor: help;
  margin-left: 4px;
}

.tooltipster-base {
  padding: 0;
  font-size: 0;
  line-height: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999;
  pointer-events: none;
  width: auto;
  overflow: visible;
}

.tooltipster-base .tooltipster-content {
  overflow: hidden;
}

.tooltipster-arrow {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.tooltipster-arrow span,
.tooltipster-arrow-border {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top-right span,
.tooltipster-arrow-top-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 8px solid;
  bottom: -7px;
}

.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-top-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-top: 9px solid;
  bottom: -7px;
}

.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom-right span,
.tooltipster-arrow-bottom-left span {
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 8px solid;
  top: -7px;
}

.tooltipster-arrow-bottom .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  border-left: 9px solid transparent !important;
  border-right: 9px solid transparent !important;
  border-bottom: 9px solid;
  top: -7px;
}

.tooltipster-arrow-top span,
.tooltipster-arrow-top .tooltipster-arrow-border,
.tooltipster-arrow-bottom span,
.tooltipster-arrow-bottom .tooltipster-arrow-border {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.tooltipster-arrow-top-left span,
.tooltipster-arrow-bottom-left span {
  left: 6px;
}

.tooltipster-arrow-top-left .tooltipster-arrow-border,
.tooltipster-arrow-bottom-left .tooltipster-arrow-border {
  left: 5px;
}

.tooltipster-arrow-top-right span,
.tooltipster-arrow-bottom-right span {
  right: 6px;
}

.tooltipster-arrow-top-right .tooltipster-arrow-border,
.tooltipster-arrow-bottom-right .tooltipster-arrow-border {
  right: 5px;
}

.tooltipster-arrow-left span,
.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-left: 8px solid;
  top: 50%;
  margin-top: -7px;
  right: -7px;
}

.tooltipster-arrow-left .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-left: 9px solid;
  margin-top: -8px;
}

.tooltipster-arrow-right span,
.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 8px solid transparent !important;
  border-bottom: 8px solid transparent !important;
  border-right: 8px solid;
  top: 50%;
  margin-top: -7px;
  left: -7px;
}

.tooltipster-arrow-right .tooltipster-arrow-border {
  border-top: 9px solid transparent !important;
  border-bottom: 9px solid transparent !important;
  border-right: 9px solid;
  margin-top: -8px;
}

/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade-show {
  opacity: 1;
}

.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
  top: 0;
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0px !important;
  opacity: 0;
}

.tooltipster-slide {
  left: -40px;
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0px !important;
  opacity: 0;
}

/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */

.tooltipster-content-changing {
  opacity: 0.5;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.dropdown {
  position: relative;
  font-size: var(--font-size-13);
}

.dropdown .trigger {
  position: relative;
  cursor: pointer;
}

.dropdown .content {
  display: block;
  padding: 8px 0;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  background-color: var(--bw-255);
  border: 1px solid var(--bw-215);
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s ease-in-out;
  -webkit-transform: translate3d(0, 20px, 0);
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.dropdown .content .row {
  max-width: var(--main-max-width);
  margin: 0 auto;
}

.dropdown .content .row * {
  line-height: 1.375em;
  font-size: var(--font-size-13);
}

.dropdown .content .dropdown .content {
  height: auto;
  position: absolute;
  top: 110%;
  left: -5%;
  margin-top: 10px;
  width: 100%;
  z-index: 10;
  padding: 12px 10px;
  background-color: var(--bw-151);
  color: var(--bw-255);
  border-color: var(--bw-151);
}

@media (min-width: 1024px) {
  .dropdown .content .dropdown .content {
    top: 115%;
    padding: 13px 12px;
    width: 95%;
  }
}

@media (min-width: 1280px) {
  .dropdown .content .dropdown .content {
    width: 85%;
    left: -6.5%;
  }
}

.dropdown .content .dropdown .content * {
  font-size: var(--font-size-12);
}

.dropdown .content .dropdown .content i.arrow {
  background-color: var(--bw-151);
  border-left-color: var(--bw-151);
  border-top-color: var(--bw-151);
}

.dropdown .content .dropdown.active .content {
  opacity: 0;
  visibility: hidden;
}

.dropdown i.arrow {
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: -11px;
  background: var(--bw-255);
  border-top: 1px solid var(--bw-215);
  border-left: 1px solid var(--bw-215);
  z-index: 1;
  -webkit-transform: rotate(45deg) scale(0);
  -moz-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
}

.dropdown .stat-widget .row {
  margin-bottom: 2em;
}

@media (min-width: 1024px) {
  .dropdown .stat-widget .row {
    margin-bottom: 40px;
  }
}

@media (min-width: 1280px) {
  .dropdown .stat-widget .row {
    margin-bottom: 48px;
  }
}

.dropdown .stat-widget .row:last-child {
  margin-bottom: 0;
}

.dropdown .stat-widget .submenu:first-of-type {
  position: absolute;
  right: 0;
  top: -16px;
  z-index: 1;
  margin: 0;
  font-size: var(--font-size-16);
}

@media (min-width: 1024px) {
  .dropdown .stat-widget .submenu:first-of-type {
    top: 10px;
  }
}

.dropdown .stat-widget .panel {
  background-color: var(--bw-255);
  position: relative;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dropdown .stat-widget .panel:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0%;
  left: 0%;
  background-color: var(--bw-255);
  border: 1px solid var(--bw-255);
  z-index: -1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dropdown .stat-widget .panel a.shortcode-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.dropdown .stat-widget .panel i.panel-menu {
  position: absolute;
  top: -5%;
  right: -10%;
  width: 32px;
  height: 32px;
  display: block;
  line-height: 36px;
  text-align: center;
  font-style: normal;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

@media (min-width: 1024px) {
  .dropdown .stat-widget .panel i.panel-menu {
    right: -15%;
    top: -10%;
  }
}

.dropdown .stat-widget .panel i.panel-menu:before {
  content: "\e611";
  font-family: var(--font-family-icon);
  color: var(--bw-075);
  font-size: var(--font-size-16);
  line-height: 16px;
}

@media (min-width: 1024px) {
  .dropdown .stat-widget .panel i.panel-menu:before {
    top: 5px;
    right: -10%;
  }
}

.dropdown .stat-widget .panel.edit-mode i.panel-menu {
  opacity: 1;
}

.dropdown .stat-widget .panel.edit-mode:after {
  width: 120%;
  height: 110%;
  left: -10%;
  top: -5%;
  border: 1px solid var(--bw-215);
}

@media (min-width: 1024px) {
  .dropdown .stat-widget .panel.edit-mode:after {
    height: 120%;
    width: 130%;
    top: -10%;
    left: -15%;
  }
}

.dropdown .stat-widget .panel.edit-mode:before {
  opacity: 1;
}

.dropdown .stat-widget .panel.edit-mode {
  z-index: 1;
}

.dropdown .stat-widget .panel .shortcode-content {
  position: relative;
  overflow: hidden;
}

.dropdown .stat-widget .panel .edit-shortcode {
  width: 115%;
  display: none;
  position: relative;
  z-index: 1;
  padding-top: 8px;
}

.dropdown.no-arrow .arrow {
  display: none;
}

.dropdown.active {
  z-index: 1;
}

.dropdown.active .content {
  opacity: 1;
  z-index: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.dropdown.active .content i.arrow {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}

.dropdown .content.align-right {
  position: absolute;
  min-width: 300px;
  right: -10px;
  left: auto;
  top: 40px;
  padding: 16px;
}

.dropdown .content.align-left {
  position: absolute;
  min-width: 300px;
  left: 0;
  right: auto;
  top: 40px;
  padding: 16px;
}

.dropdown.more-actions-wrap .content {
  min-width: 250px;
  padding: 8px 16px;
}

.dropdown.more-actions-wrap ul {
  padding: 0;
  margin: 0;
  font-size: var(--font-size-12);
}

.dropdown.more-actions-wrap ul a {
  position: relative;
  display: block;
  line-height: 1.25em;
  padding: 8px 0;
}

header .shortcodes-widget.dropdown .content {
  position: fixed;
  left: 0;
  right: 0;
  top: 69px;
  width: 100%;
  padding: 20px 0;
}

.remove-drop-down {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

/* === Layout === */

header {
  background-color: var(--bw-255);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 41px;
  min-width: 768px;
  display: block;
  z-index: 11;
}

header .main-head {
  position: relative;
  height: 41px;
  line-height: 41px;
  font-size: var(--font-size-16);
  font-family: var(--font-family-mbank);
}

header .main-head .logo {
  display: inline-block;
  position: relative;
  height: 41px;
  vertical-align: top;
}

header .main-head .logo img {
  display: inline-block;
  width: 107px;
  height: 41px;
  vertical-align: top;
}

header .main-head .login-menu {
  margin: 0;
  padding: 0;
}

header .main-head .login-menu li {
  display: block;
  float: left;
  margin-right: 28px;
}

header .main-head .login-menu a {
  display: block;
  line-height: 41px;
  padding-left: 32px;
  position: relative;
  color: var(--bw-000);
  font-weight: 400;
  min-width: 32px;
  height: 42px;
}

header .main-head .login-menu a:before {
  font-size: var(--font-size-18);
  line-height: 41px;
  position: absolute;
  left: 0;
  top: 0;
  color: var(--bw-177);
}

@media (max-width: 1279px) {
  header .main-head .login-menu a span {
    display: none;
  }
}

header .main-head .lang-select {
  position: relative;
  padding-right: 16px;
  display: block;
  min-width: 58px;
}

header .main-head .lang-select .newListSelected {
  min-width: 58px;
}

header .main-head .lang-select .SSContainerDivWrapper ul {
  border-radius: 5px;
}

header .main-head .lang-select #languages-selection {
  color: var(--bw-151);
}

header .main-head .lang-select #languages-selection span {
  color: var(--bw-151);
}

header .main-head .lang-select #languages-selection span .icon-arrow-down {
  font-size: var(--font-size-8);
  color: var(--color-blue-500);
}

header .main-head .lang-select #languages-selection span .icon-arrow-down:before {
  font-size: var(--font-size-8);
  color: var(--color-blue-500);
}

header .main-head .lang-select #languages-available {
  display: block;
  width: 50px;
  position: absolute;
  top: 40px;
  left: -8px;
  background-color: var(--bw-255);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

header .main-head .lang-select #languages-available.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

header .main-head .lang-select #languages-available a {
  display: block;
  float: left;
  width: 50px;
  padding: 5px 10px;
  text-align: center;
}

header .main-head .lang-select #languages-available a:hover {
  background-color: var(--color-grey-bg);
}

header .ie9 header .main-head .icons-block .icon-message::after {
  opacity: 1;
}

header .sub-head {
  background-color: var(--bw-255);
}

header .secondary-menu {
  position: relative;
  background-color: var(--bw-255);
  line-height: 40px;
  height: 41px;
  font-size: var(--font-size-13);
  border-bottom: 1px solid var(--bw-215);
}

header .secondary-menu > .row {
  height: 40px;
}

header .secondary-menu a {
  color: var(--bw-000);
  font-weight: 300;
  font-family: var(--font-family-default);
  position: relative;
  line-height: 40px;
  font-size: var(--font-size-13);
}

header .secondary-menu .text-right a {
  margin: 0 0 0 8px;
}

@media (min-width: 1024px) {
  header .secondary-menu .text-right a {
    margin: 0 0 0 24px;
  }
}

@media (min-width: 1280px) {
  header .secondary-menu .text-right a {
    margin: 0 0 0 40px;
  }
}

header .secondary-menu .text-right a:before {
  font-size: var(--font-size-16);
}

header .secondary-menu .text-right a.add-new {
  position: relative;
  margin-left: 0;
  padding-left: 18px;
  color: var(--color-blue-500);
}

header .secondary-menu .text-right a.add-new:before {
  font-size: var(--font-size-10);
  position: absolute;
  left: 4px;
  top: 50%;
  color: var(--color-blue-500);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

header .secondary-menu .magic-menu-wrap {
  display: block;
}

header .secondary-menu ul.menu {
  position: relative;
  list-style: none;
  margin: 0;
  display: table;
  width: 100%;
}

header .secondary-menu ul.menu:before,
header .secondary-menu ul.menu:after {
  content: "";
  display: table;
}

header .secondary-menu ul.menu:after {
  clear: both;
}

header .secondary-menu ul.menu li {
  display: block;
  float: left;
  margin: 0 8px;
}

header .secondary-menu ul.menu li:first-child {
  margin-left: 0;
}

header .secondary-menu ul.menu li:last-child {
  margin-right: 0;
}

@media (min-width: 1024px) {
  header .secondary-menu ul.menu li {
    margin: 0 8px;
  }
}

@media (min-width: 1280px) {
  header .secondary-menu ul.menu li {
    margin: 0 12px;
  }
}

header .secondary-menu ul.menu li a {
  display: block;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

header .secondary-menu ul.menu li a:after {
  content: "";
  width: 0;
  height: 4px;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  background-color: var(--color-blue-500);
  opacity: 0.5;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

header .secondary-menu ul.menu li a.active {
  font-weight: 600;
}

header .secondary-menu ul.menu li a.active:after {
  left: 0;
  width: 100%;
  opacity: 1;
}

header .secondary-menu ul.menu li a:hover:after {
  left: 0;
  width: 100%;
  opacity: 1;
}

header .secondary-menu ul.menu li a.more-btn {
  position: relative;
  padding-right: 18px;
}

header .secondary-menu ul.menu li a.more-btn:before {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  border-left: 2px solid var(--bw-075);
  border-bottom: 2px solid var(--bw-075);
  position: absolute;
  right: 4px;
  top: 50%;
  -webkit-transition: transform 0.2s ease-in-out;
  -moz-transition: transform 0.2s ease-in-out;
  -ms-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

header .secondary-menu ul.menu li a.more-btn:after {
  display: none;
}

header .secondary-menu ul.menu li a.more-btn.open:before {
  -webkit-transform: translateY(-50%) rotate(135deg);
  -moz-transform: translateY(-50%) rotate(135deg);
  -ms-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
}

header header.basic ul.menu li:first-child {
  margin-left: 0;
}

header .messages-block {
  position: relative;
}

header .messages-block > .content {
  width: 288px;
  right: -24px;
  top: 42px;
  padding: 0 !important;
  line-height: 1.5em;
  font-size: var(--font-size-13);
}

header .messages-block > .content ul {
  padding: 0;
  margin: 0;
  max-height: 224px;
}

header .messages-block > .content li {
  position: relative;
  padding: 8px;
  font-size: var(--font-size-12);
  line-height: 1.35em;
  display: block;
  min-height: 55px;
  z-index: 2;
  background-color: var(--bw-255);
  -webkit-transition: background-color 0.1s ease-in-out;
  -moz-transition: background-color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
}

header .messages-block > .content li.selected,
header .messages-block > .content li:hover {
  background-color: var(--color-grey-bg);
}

header .messages-block > .content li:last-child {
  border-bottom: none;
}

header .messages-block > .content li div.row {
  position: relative;
  z-index: 0;
}

header .messages-block > .content li a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  line-height: 1;
  z-index: 1;
}

header .messages-block > .content li img {
  display: block;
  width: 32px;
  height: 32px;
  margin: 4px;
  color: var(--bw-215);
  background-color: var(--bw-215);
}

header .messages-block > .content li span {
  height: 40px;
  width: 100%;
  overflow: hidden;
  display: table-cell;
  vertical-align: middle;
}

header .messages-block > .content .simplebar-track {
  right: 4px;
}

header .messages-block > .content .simplebar-content {
  padding-right: 16px;
}

header .messages-block > .content .footer {
  padding: 10px 0;
  border-top: 1px solid var(--bw-215);
}

header .messages-block > .content .footer .button {
  margin-bottom: 0;
}

.ie9 header {
  position: fixed;
}

.ie9 header .messages-block .content {
  top: 41px;
}

main {
  position: relative;
  display: block;
  padding-top: 40px;
  min-height: 550px;
}

.full-article-default-scrollbar {
  overflow-y: auto;
  max-height: 105px;
}

.department-choose {
  position: relative;
  min-height: 290px;
  font-family: var(--font-family-mbank);
}

.department-choose .bg-img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  overflow: hidden;
}

.department-choose .bg-img:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: url("../img/department-choose-bg.jpg") no-repeat right top transparent;
  background-size: cover;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.department-choose .bg-img:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: var(--bw-000);
  opacity: 0.1;
}

.department-choose .depart-item {
  position: relative;
  margin-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  z-index: 1;
  -webkit-transform: scale(0.975, 0.975);
  -moz-transform: scale(0.975, 0.975);
  -ms-transform: scale(0.975, 0.975);
  transform: scale(0.975, 0.975);
}

.department-choose .depart-item:before {
  content: "";
  width: 100%;
  background-image: url("../img/mbank-corpo-strip.svg");
  background-size: cover;
  height: 0;
  padding: 0;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
}

.department-choose .depart-item ::-webkit-input-placeholder {
  color: var(--bw-000);
}

.department-choose .depart-item ::-moz-placeholder {
  color: var(--bw-000);
}

.department-choose .depart-item :-ms-input-placeholder {
  color: var(--bw-000);
}

.department-choose .depart-item input:-moz-placeholder {
  color: var(--bw-000);
}

.department-choose .depart-item .header {
  display: block;
  width: 100%;
  text-align: center;
  padding: 30px 0 0;
}

.department-choose .depart-item .header .back {
  position: absolute;
  display: none;
  top: 30px;
  left: 8px;
  font-size: var(--font-size-13);
  line-height: 24px;
  font-weight: 600;
}

.department-choose .depart-item .header .back:before {
  color: var(--color-blue-500);
  font-size: var(--font-size-10);
  margin-right: 3px;
}

.department-choose .depart-item .header h2 {
  color: var(--bw-255);
  font-family: var(--font-family-mbank);
  height: 48px;
  line-height: 1.125em;
  width: 100%;
  display: block;
  text-align: center;
  margin: 0 auto;
}

.department-choose .depart-item .header img {
  display: block;
  border-radius: 50%;
  position: relative;
  margin: 0 auto;
}

.department-choose .depart-item .item-content {
  font-size: var(--font-size-16);
  background-color: var(--bw-255);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  z-index: -1;
  opacity: 1;
  visibility: hidden;
}

.department-choose .depart-item .item-content .inner {
  width: 100%;
  padding: 215px 16px 0;
}

.department-choose .depart-item .item-content form {
  position: relative;
  margin-bottom: 0;
  z-index: 1;
}

.department-choose .depart-item .item-content p {
  font-size: var(--font-size-11);
  text-align: left;
  font-family: "Open sans";
}

.department-choose .depart-item .item-content .message-container {
  height: auto;
  max-height: 122px;
  position: relative;
  display: block;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.department-choose .depart-item .item-content .message-container .simplebar-content {
  height: 122px;
}

.department-choose .depart-item .item-content .error-message {
  color: red;
  display: inline-block;
  margin-bottom: 20px;
  font-size: var(--font-size-16);
}

.department-choose .depart-item .item-content .input-wrap {
  margin-bottom: 12px;
}

.department-choose .depart-item .item-content .input-wrap.login-next-token.dropdown {
  margin-bottom: 40px;
}

.department-choose .depart-item .item-content .input-wrap.login-next-token.dropdown .content.active {
  opacity: 1;
  z-index: 3;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.department-choose .depart-item .item-content .input-wrap .tooltip {
  width: 19px;
  height: 19px;
  line-height: 19px;
  text-align: center;
  display: block;
  position: absolute;
  top: 10px;
  z-index: 2;
  right: 0;
  font-size: var(--font-size-19);
}

.department-choose .depart-item .item-content input[type=text],
.department-choose .depart-item .item-content input[type=email],
.department-choose .depart-item .item-content input[type=password] {
  background-color: transparent;
  border: none;
  border-right: solid 40px transparent;
  font-size: var(--font-size-15) !important;
  font-weight: 600;
  padding: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.department-choose .depart-item .item-content .footer {
  font-size: var(--font-size-13);
  line-height: 29px;
  font-weight: 600;
}

.department-choose .depart-item .item-content label {
  font-size: var(--font-size-15);
  font-weight: 600;
}

.department-choose .depart-item .item-content .dropdown input[type=password] {
  padding-right: 50px;
}

.department-choose .depart-item .item-content .dropdown .trigger {
  width: 25px;
  height: 39px;
  line-height: 40px;
  display: block;
  position: absolute;
  top: 0;
  z-index: 2;
  right: 25px;
  margin: 0;
  padding: 0;
  background-color: var(--color-grey-bg);
  cursor: pointer;
}

.department-choose .depart-item .item-content .dropdown .trigger:before {
  top: 15px;
  right: 10px;
}

.department-choose .depart-item .item-content .dropdown .content {
  top: 0;
  text-align: left;
  padding: 0;
  z-index: 3;
  border: none;
}

.department-choose .depart-item .item-content .dropdown .content label {
  padding: 0 4px;
  display: block;
  margin: 0 8px;
  border-bottom: 1px solid var(--bw-151);
  line-height: 40px;
  height: 40px;
  background-color: transparent;
}

.department-choose .depart-item .item-content .dropdown .content label:after {
  display: none;
}

.department-choose .depart-item .item-content .dropdown .input-wrap {
  padding: 0;
  margin: 0;
}

.department-choose .depart-item .item-content .dropdown .input-wrap:last-of-type label {
  border-bottom: none;
}

.department-choose .depart-item .item-content .dropdown .input-wrap:hover {
  background-color: var(--bw-250);
}

.department-choose .depart-item .item-content .dropdown input[type=radio] + label:before {
  display: none;
}

.department-choose .depart-item .item-content .dropdown input[type=radio]:checked + label:before {
  content: "";
  height: 6px;
  width: 9px;
  display: block;
  border-left: 2px solid var(--color-blue-500);
  border-bottom: 2px solid var(--color-blue-500);
  border-radius: 0;
  box-shadow: none;
  margin-top: 0px;
  position: absolute;
  top: 15px;
  right: 8px;
  left: auto;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.department-choose .depart-item .button.large {
  line-height: 45px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.department-choose .depart-item.active {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.department-choose .depart-item.active:before {
  opacity: 1;
  visibility: visible;
}

.department-choose .depart-item.active h2 {
  color: var(--bw-075);
}

.department-choose .depart-item.active .item-content {
  opacity: 1;
  visibility: visible;
}

.label-placeholder {
  position: relative;
  border-bottom: 1px solid var(--color-blue-500);
}

.label-placeholder > input {
  background-color: transparent;
  z-index: 2;
}

.label-placeholder > input + label {
  position: absolute;
  color: var(--bw-151);
  opacity: 1;
  z-index: 0;
  top: 9px;
  left: 0px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.label-placeholder > input.fill + label {
  opacity: 0;
  z-index: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, -20px, 0);
  -ms-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.no-csstransforms3d .department-choose .depart-item {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

.logout-info-block {
  position: absolute;
  display: block;
  width: 100%;
  margin-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  font-family: var(--font-family-mbank);
  z-index: 1;
}

.logout-info-block:before {
  content: "";
  width: 100%;
  background-image: url("../img/mbank-corpo-strip.svg");
  background-size: cover;
  height: 0;
  padding: 0;
  padding-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.logout-info-block .inner {
  padding: 56px 32px;
  -webkit-transition: padding 0.2s ease-in-out;
  -moz-transition: padding 0.2s ease-in-out;
  -ms-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}

@media (min-width: 1024px) {
  .logout-info-block .inner {
    padding: 64px 40px 52px;
  }
}

@media (min-width: 1280px) {
  .logout-info-block .inner {
    padding: 84px 52px 60px;
  }
}

.logout-info-block h2 {
  font-family: var(--font-family-mbank);
  font-weight: 400;
  font-size: var(--font-size-28);
  text-align: left;
}

@media (min-width: 1024px) {
  .logout-info-block h2 {
    font-size: var(--font-size-30);
  }
}

@media (min-width: 1280px) {
  .logout-info-block h2 {
    font-size: var(--font-size-30);
  }
}

.logout-info-block .login-meta {
  position: relative;
  text-align: left;
}

.logout-info-block .login-meta span {
  display: block;
  font-size: var(--font-size-13);
}

.logout-info-block .button.large {
  line-height: 45px;
  border-radius: 5px;
}

.logout-info-block .link {
  font-size: var(--font-size-14);
}

.mobile-app-info {
  position: relative;
  background-color: var(--color-grey-bg);
  font-family: var(--font-family-mbank);
}

.mobile-app-info a {
  font-size: var(--font-size-20);
  line-height: 60px;
}

.mobile-app-info a img {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  vertical-align: top;
}

.clients-info {
  position: relative;
  padding: 6px 32px 6px 32px;
  font-size: var(--font-size-14);
  font-family: var(--font-family-default);
  min-height: 240px;
}

.clients-info p {
  font-size: var(--font-size-11);
}

.clients-info a {
  font-size: var(--font-size-14);
  font-family: var(--font-family-mbank);
}

.clients-info h2 {
  font-family: var(--font-family-mbank);
  color: var(--bw-075);
  margin: 0 0 6px 0;
}

.clients-info .posts-list {
  position: relative;
  margin-bottom: 0;
  overflow: hidden;
}

.clients-info .posts-list .post-excerpt {
  position: relative;
  line-height: 1.325em;
  font-size: var(--font-size-13);
  margin-bottom: 3px;
  height: 0px;
  overflow: hidden;
}

.clients-info .posts-list .post-excerpt.active {
  height: auto;
}

.clients-info .posts-list .post-excerpt .excerpt {
  margin-bottom: 16px;
}

.clients-info .posts-list .post-full {
  line-height: 1.325em;
  font-size: var(--font-size-13);
  margin-bottom: 0;
  max-height: 0px;
  overflow: hidden;
}

.clients-info .posts-list .post-full.active {
  height: auto;
  max-height: 1000px;
}

.clients-info .posts-list .post-full ul li {
  line-height: 1.325em;
  font-size: var(--font-size-13);
  margin-bottom: 5px;
}

.clients-info .posts-list .post .excerpt {
  line-height: 1.325em;
  font-size: var(--font-size-14);
  margin-bottom: 0px;
  height: 0px;
  overflow: hidden;
}

.clients-info .posts-list .post .excerpt.active {
  height: auto;
}

.clients-info .posts-list .post .full-article {
  line-height: 1.325em;
  font-size: var(--font-size-13);
  margin-bottom: 16px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.8s ease-in-out;
  -moz-transition: max-height 0.8s ease-in-out;
  -ms-transition: max-height 0.8s ease-in-out;
  transition: max-height 0.8s ease-in-out;
}

.clients-info .posts-list .post .full-article.active {
  height: auto;
  max-height: 1000px;
  -webkit-transition: max-height 0.8s ease-in-out;
  -moz-transition: max-height 0.8s ease-in-out;
  -ms-transition: max-height 0.8s ease-in-out;
  transition: max-height 0.8s ease-in-out;
}

.clients-info .posts-list .post .full-article ul li {
  line-height: 1.325em;
  font-size: var(--font-size-13);
  margin-bottom: 5px;
}

.clients-info .posts-list .post .full-article .read-less {
  position: relative;
  margin: 10px 0;
  display: inline-block;
  width: 100%;
  padding: 4px 0 3px 0;
  text-align: center;
  color: var(--bw-255);
  background-color: var(--bw-151);
}

.bottom-section {
  position: relative;
  padding: 40px 0 64px;
  font-size: var(--font-size-14);
  font-family: var(--font-family-default);
  background-color: var(--bw-250);
}

.bottom-section h2 {
  font-family: var(--font-family-mbank);
  color: var(--bw-075);
}

.bottom-section span,
.bottom-section p,
.bottom-section a {
  font-size: var(--font-size-11);
}

.bottom-section .icon-cheked {
  position: relative;
  padding-left: 48px;
  display: block;
  line-height: 16px;
}

.bottom-section .icon-cheked:before {
  position: absolute;
  left: 2px;
  font-size: var(--font-size-24);
  line-height: 1em;
  color: var(--bw-151);
}

.bottom-section .alert-pamietaj {
  font-size: var(--font-size-14);
  margin: 10px 0;
  padding-left: 48px;
}

.bottom-section .phone-nums {
  font-size: var(--font-size-15);
  font-family: var(--font-family-default);
}

.bottom-section .bordered-content {
  display: block;
  position: relative;
  border: 8px solid var(--color-grey-bg);
  padding: 20px;
  margin-bottom: 32px;
}

.bottom-section .outline-bordered-content {
  display: block;
  position: relative;
  padding: 20px 0;
  margin-bottom: 32px;
  z-index: 2;
}

.bottom-section .outline-bordered-content:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  z-index: -1;
  left: -20px;
  width: calc(100% + 40px);
  height: 100%;
  border: 8px solid var(--color-grey-bg);
}

.useful-links {
  position: relative;
}

.useful-links ul {
  position: relative;
  margin: 0;
  padding: 0;
}

.useful-links ul a {
  font-size: var(--font-size-14);
  font-family: var(--font-family-mbank);
  display: block;
  margin-bottom: 1em;
  line-height: 16px;
}

.banners-block {
  position: relative;
  font-size: var(--font-size-14);
  font-family: var(--font-family-mbank);
  height: 120px;
  overflow: hidden;
  text-align: center;
  min-width: 786px;
}

.banners-block .column-middle {
  border-left: solid 10px var(--bw-255);
  border-right: solid 10px var(--bw-255);
  height: 120px;
  overflow: hidden;
}

.banners-block .banner {
  display: inline-block;
  width: 252px;
  height: 120px;
  text-align: left;
}

.banners-block .banner .banner-text {
  position: relative;
  float: left;
  padding: 10px 0;
  max-width: 50%;
}

.banners-block .banner .banner-text .banner-text-head {
  color: var(--color-green-500);
  font-size: var(--font-size-16);
}

.banners-block .banner .banner-text .banner-text-main {
  color: var(--bw-151);
  font-size: var(--font-size-16);
}

.banners-block .banner .banner-text .banner-text-foot {
  color: var(--color-red-500);
  font-size: var(--font-size-13);
}

.banners-block .banner .banner-image {
  position: relative;
  display: block;
  float: right;
  max-width: 50%;
  max-height: 120px;
}

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/

/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/

/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/

.mCustomScrollbar {
  -ms-touch-action: none;
  touch-action: none;
  /* MSPointer events - direct all pointer events to js */
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto;
}

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr;
}

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto;
}

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_inside > .mCSB_container {
  margin-right: 30px;
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
}

/* non-visible scrollbar */

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0;
}

/* RTL direction/left-side scrollbar */

.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
}

.mCSB_outside + .mCSB_scrollTools {
  right: -26px;
}

/* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0;
}

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px;
}

/* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 7px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 7px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  text-align: center;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/* non-visible scrollbar */

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px;
}

/* scrollbar position: outside */

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto;
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px;
}

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px;
}

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px;
}

/* non-visible horizontal scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0;
}

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0;
}

/* RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px;
}

/* non-visible scrollbar/RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0;
}

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px;
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0;
}

/* non-visible horizontal scrollbar */

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0;
}

/*
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS
------------------------------------------------------------------------------------------------------------------------
*/

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -moz-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  -o-transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
  transition: width 0.2s ease-out 0.2s, height 0.2s ease-out 0.2s, margin-left 0.2s ease-out 0.2s, margin-right 0.2s ease-out 0.2s, margin-top 0.2s ease-out 0.2s, margin-bottom 0.2s ease-out 0.2s, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/

/*
----------------------------------------
6.1 THEMES
----------------------------------------
*/

/* default theme ("light") */

.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)";
}

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox > .mCSB_scrollTools,
.mCustomScrollBox ~ .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: var(--bw-245);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-151);
  opacity: 0.75;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-151);
  opacity: 0.85;
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--bw-151);
  opacity: 0.9;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations
  light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
  dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations
  light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
  dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations
  light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
  dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations
  light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
  dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
  */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
}

/* theme: "dark" */

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */

/* theme: "light-2", "dark-2" */

.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: var(--bw-255);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: var(--bw-255);
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-255);
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--bw-255);
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/* theme: "dark-2" */

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/* ---------------------------------------- */

/* theme: "light-thick", "dark-thick" */

.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: var(--bw-255);
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: var(--bw-255);
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-255);
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--bw-255);
  background-color: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/* theme: "dark-thick" */

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/* ---------------------------------------- */

/* theme: "light-thin", "dark-thin" */

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: var(--bw-255);
  background-color: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/* theme "dark-thin" */

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/* ---------------------------------------- */

/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: var(--bw-255);
  background-color: rgba(255, 255, 255, 0.15);
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px;
}

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0;
}

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px;
}

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px;
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px;
}

/* theme "rounded-dark", "rounded-dots-dark" */

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.15);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px;
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px;
}

/* theme "rounded-dots", "rounded-dots-dark" */

.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px;
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px;
}

/* theme "rounded-dots-dark" */

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=");
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px;
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px;
}

/* ---------------------------------------- */

/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

/* theme "3d", "3d-dark" */

.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px;
}

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--bw-085);
}

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
}

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "3d-dark" */

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme: "3d-thick", "3d-thick-dark" */

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)";
}

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px;
}

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--bw-085);
}

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme: "3d-thick-dark" */

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--bw-119);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: var(--bw-255);
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme: "minimal", "minimal-dark" */

.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0;
}

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px;
}

/* RTL direction/left-side scrollbar */

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto;
}

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
}

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px;
}

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-255);
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--bw-255);
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* theme: "minimal-dark" */

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)";
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)";
}

/* ---------------------------------------- */

/* theme "light-3", "dark-3" */

.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
}

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0;
}

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer .mCSB_draggerRail {
  width: 12px;
}

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "dark-3" */

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* ---------------------------------------- */

/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */

.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.2);
}

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px;
}

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px;
}

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.1);
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px;
}

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px;
}

/* theme "inset-2", "inset-2-dark" */

.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: var(--bw-255);
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: var(--bw-000);
  border-color: rgba(0, 0, 0, 0.2);
}

/* theme "inset-3", "inset-3-dark" */

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: var(--bw-255);
  background-color: rgba(255, 255, 255, 0.6);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.6);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.75);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.85);
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--bw-000);
  background-color: rgba(0, 0, 0, 0.9);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-255);
  background-color: rgba(255, 255, 255, 0.75);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: var(--bw-255);
  background-color: rgba(255, 255, 255, 0.85);
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: var(--bw-255);
  background-color: rgba(255, 255, 255, 0.9);
}

/* ---------------------------------------- */
