@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #1e1e1e;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: "futura-pt", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3333333333;
  color: #212121;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

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

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #1e1e1e;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: black;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.8125rem;
}

h2, .h2 {
  font-size: 2.25rem;
}

h3, .h3 {
  font-size: 1.96875rem;
}

h4, .h4 {
  font-size: 1.6875rem;
}

h5, .h5 {
  font-size: 1.40625rem;
}

h6, .h6 {
  font-size: 1.125rem;
}

.lead {
  font-size: 1.40625rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled, .comment-list {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.40625rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid, .wp-caption > img {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure, .wp-caption {
  display: inline-block;
}

.figure-img, .wp-caption > img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption, .wp-caption-text {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.3333333333%;
          flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.6666666667%;
          flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.6666666667%;
          flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.3333333333%;
          flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.6666666667%;
          flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.3333333333%;
          flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.6666666667%;
          flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.3333333333%;
            flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.6666666667%;
            flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.6666666667%;
            flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.3333333333%;
            flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.6666666667%;
            flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212121;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212121;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: silver;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #8a8a8a;
}

.table-hover .table-warning:hover {
  background-color: #b3b3b3;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #b3b3b3;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control, .search-form .search-field, .comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  display: block;
  width: 100%;
  height: calc(1.3333333333em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3333333333;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .search-form .search-field, .comment-form input[type=text],
  .comment-form input[type=email],
  .comment-form input[type=url],
  .comment-form textarea {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.form-control::-ms-expand, .search-form .search-field::-ms-expand, .comment-form input[type=text]::-ms-expand,
.comment-form input[type=email]::-ms-expand,
.comment-form input[type=url]::-ms-expand,
.comment-form textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus, .search-form .search-field:focus, .comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-webkit-input-placeholder, .search-form .search-field::-webkit-input-placeholder, .comment-form input[type=text]::-webkit-input-placeholder,
.comment-form input[type=email]::-webkit-input-placeholder,
.comment-form input[type=url]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder, .search-form .search-field:-ms-input-placeholder, .comment-form input[type=text]:-ms-input-placeholder,
.comment-form input[type=email]:-ms-input-placeholder,
.comment-form input[type=url]:-ms-input-placeholder,
.comment-form textarea:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .search-form .search-field::placeholder, .comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form input[type=url]::placeholder,
.comment-form textarea::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .search-form .search-field:disabled, .comment-form input[type=text]:disabled,
.comment-form input[type=email]:disabled,
.comment-form input[type=url]:disabled,
.comment-form textarea:disabled, .form-control[readonly], .search-form [readonly].search-field, .comment-form input[readonly][type=text],
.comment-form input[readonly][type=email],
.comment-form input[readonly][type=url],
.comment-form textarea[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value, .search-form select.search-field:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.3333333333;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.40625rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.984375rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.3333333333;
  color: #212121;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], .search-form select[size].search-field, select.form-control[multiple], .search-form select[multiple].search-field {
  height: auto;
}

textarea.form-control, .search-form textarea.search-field,
.comment-form textarea {
  height: auto;
}

.form-group, .search-form label, .comment-form p {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.984375rem;
  line-height: 1.3333333333;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .was-validated .search-form .search-field:valid, .search-form .was-validated .search-field:valid, .was-validated .comment-form input[type=text]:valid, .comment-form .was-validated input[type=text]:valid,
.was-validated .comment-form input[type=email]:valid,
.comment-form .was-validated input[type=email]:valid,
.was-validated .comment-form input[type=url]:valid,
.comment-form .was-validated input[type=url]:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, .form-control.is-valid, .search-form .is-valid.search-field, .comment-form input.is-valid[type=text],
.comment-form input.is-valid[type=email],
.comment-form input.is-valid[type=url],
.comment-form textarea.is-valid {
  border-color: #28a745;
  padding-right: calc(1.3333333333em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.3333333333em + 0.1875rem);
  background-size: calc(0.6666666667em + 0.375rem) calc(0.6666666667em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .search-form .search-field:valid:focus, .search-form .was-validated .search-field:valid:focus, .was-validated .comment-form input[type=text]:valid:focus, .comment-form .was-validated input[type=text]:valid:focus,
.was-validated .comment-form input[type=email]:valid:focus,
.comment-form .was-validated input[type=email]:valid:focus,
.was-validated .comment-form input[type=url]:valid:focus,
.comment-form .was-validated input[type=url]:valid:focus,
.was-validated .comment-form textarea:valid:focus,
.comment-form .was-validated textarea:valid:focus, .form-control.is-valid:focus, .search-form .is-valid.search-field:focus, .comment-form input.is-valid[type=text]:focus,
.comment-form input.is-valid[type=email]:focus,
.comment-form input.is-valid[type=url]:focus,
.comment-form textarea.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback, .was-validated .search-form .search-field:valid ~ .valid-feedback, .search-form .was-validated .search-field:valid ~ .valid-feedback, .was-validated .comment-form input[type=text]:valid ~ .valid-feedback, .comment-form .was-validated input[type=text]:valid ~ .valid-feedback,
.was-validated .comment-form input[type=email]:valid ~ .valid-feedback,
.comment-form .was-validated input[type=email]:valid ~ .valid-feedback,
.was-validated .comment-form input[type=url]:valid ~ .valid-feedback,
.comment-form .was-validated input[type=url]:valid ~ .valid-feedback,
.was-validated .comment-form textarea:valid ~ .valid-feedback,
.comment-form .was-validated textarea:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip,
.was-validated .search-form .search-field:valid ~ .valid-tooltip,
.search-form .was-validated .search-field:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=text]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=text]:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=email]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=email]:valid ~ .valid-tooltip,
.was-validated .comment-form input[type=url]:valid ~ .valid-tooltip,
.comment-form .was-validated input[type=url]:valid ~ .valid-tooltip,
.was-validated .comment-form textarea:valid ~ .valid-tooltip,
.comment-form .was-validated textarea:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .search-form .is-valid.search-field ~ .valid-feedback, .comment-form input.is-valid[type=text] ~ .valid-feedback,
.comment-form input.is-valid[type=email] ~ .valid-feedback,
.comment-form input.is-valid[type=url] ~ .valid-feedback,
.comment-form textarea.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.search-form .is-valid.search-field ~ .valid-tooltip,
.comment-form input.is-valid[type=text] ~ .valid-tooltip,
.comment-form input.is-valid[type=email] ~ .valid-tooltip,
.comment-form input.is-valid[type=url] ~ .valid-tooltip,
.comment-form textarea.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, .was-validated .search-form textarea.search-field:valid, .search-form .was-validated textarea.search-field:valid,
.was-validated .comment-form textarea:valid,
.comment-form .was-validated textarea:valid, textarea.form-control.is-valid, .search-form textarea.is-valid.search-field,
.comment-form textarea.is-valid {
  padding-right: calc(1.3333333333em + 0.75rem);
  background-position: top calc(0.3333333333em + 0.1875rem) right calc(0.3333333333em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.6666666667em + 0.375rem) calc(0.6666666667em + 0.375rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.984375rem;
  line-height: 1.3333333333;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .was-validated .search-form .search-field:invalid, .search-form .was-validated .search-field:invalid, .was-validated .comment-form input[type=text]:invalid, .comment-form .was-validated input[type=text]:invalid,
.was-validated .comment-form input[type=email]:invalid,
.comment-form .was-validated input[type=email]:invalid,
.was-validated .comment-form input[type=url]:invalid,
.comment-form .was-validated input[type=url]:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, .form-control.is-invalid, .search-form .is-invalid.search-field, .comment-form input.is-invalid[type=text],
.comment-form input.is-invalid[type=email],
.comment-form input.is-invalid[type=url],
.comment-form textarea.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.3333333333em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.3333333333em + 0.1875rem);
  background-size: calc(0.6666666667em + 0.375rem) calc(0.6666666667em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .search-form .search-field:invalid:focus, .search-form .was-validated .search-field:invalid:focus, .was-validated .comment-form input[type=text]:invalid:focus, .comment-form .was-validated input[type=text]:invalid:focus,
.was-validated .comment-form input[type=email]:invalid:focus,
.comment-form .was-validated input[type=email]:invalid:focus,
.was-validated .comment-form input[type=url]:invalid:focus,
.comment-form .was-validated input[type=url]:invalid:focus,
.was-validated .comment-form textarea:invalid:focus,
.comment-form .was-validated textarea:invalid:focus, .form-control.is-invalid:focus, .search-form .is-invalid.search-field:focus, .comment-form input.is-invalid[type=text]:focus,
.comment-form input.is-invalid[type=email]:focus,
.comment-form input.is-invalid[type=url]:focus,
.comment-form textarea.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .search-form .search-field:invalid ~ .invalid-feedback, .search-form .was-validated .search-field:invalid ~ .invalid-feedback, .was-validated .comment-form input[type=text]:invalid ~ .invalid-feedback, .comment-form .was-validated input[type=text]:invalid ~ .invalid-feedback,
.was-validated .comment-form input[type=email]:invalid ~ .invalid-feedback,
.comment-form .was-validated input[type=email]:invalid ~ .invalid-feedback,
.was-validated .comment-form input[type=url]:invalid ~ .invalid-feedback,
.comment-form .was-validated input[type=url]:invalid ~ .invalid-feedback,
.was-validated .comment-form textarea:invalid ~ .invalid-feedback,
.comment-form .was-validated textarea:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip,
.was-validated .search-form .search-field:invalid ~ .invalid-tooltip,
.search-form .was-validated .search-field:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=text]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=text]:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=email]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=email]:invalid ~ .invalid-tooltip,
.was-validated .comment-form input[type=url]:invalid ~ .invalid-tooltip,
.comment-form .was-validated input[type=url]:invalid ~ .invalid-tooltip,
.was-validated .comment-form textarea:invalid ~ .invalid-tooltip,
.comment-form .was-validated textarea:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .search-form .is-invalid.search-field ~ .invalid-feedback, .comment-form input.is-invalid[type=text] ~ .invalid-feedback,
.comment-form input.is-invalid[type=email] ~ .invalid-feedback,
.comment-form input.is-invalid[type=url] ~ .invalid-feedback,
.comment-form textarea.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip,
.search-form .is-invalid.search-field ~ .invalid-tooltip,
.comment-form input.is-invalid[type=text] ~ .invalid-tooltip,
.comment-form input.is-invalid[type=email] ~ .invalid-tooltip,
.comment-form input.is-invalid[type=url] ~ .invalid-tooltip,
.comment-form textarea.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, .was-validated .search-form textarea.search-field:invalid, .search-form .was-validated textarea.search-field:invalid,
.was-validated .comment-form textarea:invalid,
.comment-form .was-validated textarea:invalid, textarea.form-control.is-invalid, .search-form textarea.is-invalid.search-field,
.comment-form textarea.is-invalid {
  padding-right: calc(1.3333333333em + 0.75rem);
  background-position: top calc(0.3333333333em + 0.1875rem) right calc(0.3333333333em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.6666666667em + 0.375rem) calc(0.6666666667em + 0.375rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline, .search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-inline .form-check, .search-form .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label, .search-form label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group, .search-form .form-group, .search-form label, .form-inline .comment-form p, .search-form .comment-form p, .comment-form .form-inline p, .comment-form .search-form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control, .search-form .form-control, .search-form .search-field, .form-inline .comment-form input[type=text], .search-form .comment-form input[type=text], .comment-form .form-inline input[type=text], .comment-form .search-form input[type=text],
  .form-inline .comment-form input[type=email],
  .search-form .comment-form input[type=email],
  .comment-form .form-inline input[type=email],
  .comment-form .search-form input[type=email],
  .form-inline .comment-form input[type=url],
  .search-form .comment-form input[type=url],
  .comment-form .form-inline input[type=url],
  .comment-form .search-form input[type=url],
  .form-inline .comment-form textarea,
  .search-form .comment-form textarea,
  .comment-form .form-inline textarea,
  .comment-form .search-form textarea {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext, .search-form .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group, .search-form .input-group,
  .form-inline .custom-select,
  .search-form .custom-select {
    width: auto;
  }
  .form-inline .form-check, .search-form .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input, .search-form .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control, .search-form .custom-control {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label, .search-form .custom-control-label {
    margin-bottom: 0;
  }
}

.btn, .section-kymenlaaksonyt-eventz-lift .bubster-more, .search-form .search-submit, .comment-form input[type=submit] {
  display: inline-block;
  font-weight: 400;
  color: #212121;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .section-kymenlaaksonyt-eventz-lift .bubster-more, .search-form .search-submit, .comment-form input[type=submit] {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.btn:hover, .section-kymenlaaksonyt-eventz-lift .bubster-more:hover, .search-form .search-submit:hover, .comment-form input[type=submit]:hover {
  color: #212121;
  text-decoration: none;
}
.btn:focus, .section-kymenlaaksonyt-eventz-lift .bubster-more:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus, .btn.focus, .section-kymenlaaksonyt-eventz-lift .focus.bubster-more, .search-form .focus.search-submit, .comment-form input.focus[type=submit] {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .section-kymenlaaksonyt-eventz-lift .disabled.bubster-more, .search-form .disabled.search-submit, .comment-form input.disabled[type=submit], .btn:disabled, .section-kymenlaaksonyt-eventz-lift .bubster-more:disabled, .search-form .search-submit:disabled, .comment-form input[type=submit]:disabled {
  opacity: 0.65;
}
a.btn.disabled, .section-kymenlaaksonyt-eventz-lift a.disabled.bubster-more, .search-form a.disabled.search-submit,
fieldset:disabled a.btn,
fieldset:disabled .section-kymenlaaksonyt-eventz-lift a.bubster-more,
.section-kymenlaaksonyt-eventz-lift fieldset:disabled a.bubster-more,
fieldset:disabled .search-form a.search-submit,
.search-form fieldset:disabled a.search-submit {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary, .search-form .search-submit {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover, .search-form .search-submit:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .search-form .search-submit:focus, .btn-secondary.focus, .search-form .focus.search-submit {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .search-form .disabled.search-submit, .btn-secondary:disabled, .search-form .search-submit:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .search-form .search-submit:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .search-form .search-submit:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle, .search-form .show > .dropdown-toggle.search-submit {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .search-form .search-submit:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .search-form .search-submit:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus, .search-form .show > .dropdown-toggle.search-submit:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.btn-warning:hover {
  color: #fff;
  background-color: #0b0b0b;
  border-color: #050505;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #050505;
  border-color: black;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 64, 64, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #1e1e1e;
  border-color: #1e1e1e;
}
.btn-outline-warning:hover {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #1e1e1e;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #1e1e1e;
  text-decoration: none;
}
.btn-link:hover {
  color: black;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn, .section-kymenlaaksonyt-eventz-lift .btn-group-lg > .bubster-more, .search-form .btn-group-lg > .search-submit, .comment-form .btn-group-lg > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .section-kymenlaaksonyt-eventz-lift .btn-group-sm > .bubster-more, .search-form .btn-group-sm > .search-submit, .comment-form .btn-group-sm > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1.125rem;
  color: #212121;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.984375rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .section-kymenlaaksonyt-eventz-lift .btn-group > .bubster-more, .search-form .btn-group > .search-submit, .comment-form .btn-group > input[type=submit],
.btn-group-vertical > .btn,
.section-kymenlaaksonyt-eventz-lift .btn-group-vertical > .bubster-more,
.search-form .btn-group-vertical > .search-submit,
.comment-form .btn-group-vertical > input[type=submit] {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.btn-group > .btn:hover, .section-kymenlaaksonyt-eventz-lift .btn-group > .bubster-more:hover, .search-form .btn-group > .search-submit:hover, .comment-form .btn-group > input[type=submit]:hover,
.btn-group-vertical > .btn:hover,
.section-kymenlaaksonyt-eventz-lift .btn-group-vertical > .bubster-more:hover,
.search-form .btn-group-vertical > .search-submit:hover,
.comment-form .btn-group-vertical > input[type=submit]:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .section-kymenlaaksonyt-eventz-lift .btn-group > .bubster-more:focus, .search-form .btn-group > .search-submit:focus, .comment-form .btn-group > input[type=submit]:focus, .btn-group > .btn:active, .section-kymenlaaksonyt-eventz-lift .btn-group > .bubster-more:active, .search-form .btn-group > .search-submit:active, .comment-form .btn-group > input[type=submit]:active, .btn-group > .btn.active, .section-kymenlaaksonyt-eventz-lift .btn-group > .active.bubster-more, .search-form .btn-group > .active.search-submit, .comment-form .btn-group > input.active[type=submit],
.btn-group-vertical > .btn:focus,
.section-kymenlaaksonyt-eventz-lift .btn-group-vertical > .bubster-more:focus,
.search-form .btn-group-vertical > .search-submit:focus,
.comment-form .btn-group-vertical > input[type=submit]:focus,
.btn-group-vertical > .btn:active,
.section-kymenlaaksonyt-eventz-lift .btn-group-vertical > .bubster-more:active,
.search-form .btn-group-vertical > .search-submit:active,
.comment-form .btn-group-vertical > input[type=submit]:active,
.btn-group-vertical > .btn.active,
.section-kymenlaaksonyt-eventz-lift .btn-group-vertical > .active.bubster-more,
.search-form .btn-group-vertical > .active.search-submit,
.comment-form .btn-group-vertical > input.active[type=submit] {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .section-kymenlaaksonyt-eventz-lift .btn-group > .bubster-more:not(:first-child), .search-form .btn-group > .search-submit:not(:first-child), .comment-form .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .section-kymenlaaksonyt-eventz-lift .btn-group > .bubster-more:not(:last-child):not(.dropdown-toggle), .search-form .btn-group > .search-submit:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.section-kymenlaaksonyt-eventz-lift .btn-group > .btn-group:not(:last-child) > .bubster-more,
.search-form .btn-group > .btn-group:not(:last-child) > .search-submit,
.comment-form .btn-group > .btn-group:not(:last-child) > input[type=submit] {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child), .section-kymenlaaksonyt-eventz-lift .btn-group > .bubster-more:not(:first-child), .search-form .btn-group > .search-submit:not(:first-child), .comment-form .btn-group > input[type=submit]:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.section-kymenlaaksonyt-eventz-lift .btn-group > .btn-group:not(:first-child) > .bubster-more,
.search-form .btn-group > .btn-group:not(:first-child) > .search-submit,
.comment-form .btn-group > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .section-kymenlaaksonyt-eventz-lift .btn-group-sm > .bubster-more + .dropdown-toggle-split, .search-form .btn-group-sm > .search-submit + .dropdown-toggle-split, .comment-form .btn-group-sm > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .section-kymenlaaksonyt-eventz-lift .btn-group-lg > .bubster-more + .dropdown-toggle-split, .search-form .btn-group-lg > .search-submit + .dropdown-toggle-split, .comment-form .btn-group-lg > input[type=submit] + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-group-vertical > .btn, .section-kymenlaaksonyt-eventz-lift .btn-group-vertical > .bubster-more, .search-form .btn-group-vertical > .search-submit, .comment-form .btn-group-vertical > input[type=submit],
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .section-kymenlaaksonyt-eventz-lift .btn-group-vertical > .bubster-more:not(:first-child), .search-form .btn-group-vertical > .search-submit:not(:first-child), .comment-form .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .section-kymenlaaksonyt-eventz-lift .btn-group-vertical > .bubster-more:not(:last-child):not(.dropdown-toggle), .search-form .btn-group-vertical > .search-submit:not(:last-child):not(.dropdown-toggle), .comment-form .btn-group-vertical > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.section-kymenlaaksonyt-eventz-lift .btn-group-vertical > .btn-group:not(:last-child) > .bubster-more,
.search-form .btn-group-vertical > .btn-group:not(:last-child) > .search-submit,
.comment-form .btn-group-vertical > .btn-group:not(:last-child) > input[type=submit] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child), .section-kymenlaaksonyt-eventz-lift .btn-group-vertical > .bubster-more:not(:first-child), .search-form .btn-group-vertical > .search-submit:not(:first-child), .comment-form .btn-group-vertical > input[type=submit]:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.section-kymenlaaksonyt-eventz-lift .btn-group-vertical > .btn-group:not(:first-child) > .bubster-more,
.search-form .btn-group-vertical > .btn-group:not(:first-child) > .search-submit,
.comment-form .btn-group-vertical > .btn-group:not(:first-child) > input[type=submit] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn, .section-kymenlaaksonyt-eventz-lift .btn-group-toggle > .bubster-more, .search-form .btn-group-toggle > .search-submit, .comment-form .btn-group-toggle > input[type=submit],
.btn-group-toggle > .btn-group > .btn,
.section-kymenlaaksonyt-eventz-lift .btn-group-toggle > .btn-group > .bubster-more,
.search-form .btn-group-toggle > .btn-group > .search-submit,
.comment-form .btn-group-toggle > .btn-group > input[type=submit] {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio], .section-kymenlaaksonyt-eventz-lift .btn-group-toggle > .bubster-more input[type=radio], .search-form .btn-group-toggle > .search-submit input[type=radio], .comment-form .btn-group-toggle > input[type=submit] input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.section-kymenlaaksonyt-eventz-lift .btn-group-toggle > .bubster-more input[type=checkbox],
.search-form .btn-group-toggle > .search-submit input[type=checkbox],
.comment-form .btn-group-toggle > input[type=submit] input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.section-kymenlaaksonyt-eventz-lift .btn-group-toggle > .btn-group > .bubster-more input[type=radio],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type=radio],
.comment-form .btn-group-toggle > .btn-group > input[type=submit] input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox],
.section-kymenlaaksonyt-eventz-lift .btn-group-toggle > .btn-group > .bubster-more input[type=checkbox],
.search-form .btn-group-toggle > .btn-group > .search-submit input[type=checkbox],
.comment-form .btn-group-toggle > .btn-group > input[type=submit] input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .search-form .input-group > .search-field, .comment-form .input-group > input[type=text],
.comment-form .input-group > input[type=email],
.comment-form .input-group > input[type=url],
.comment-form .input-group > textarea,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control, .search-form .input-group > .search-field + .form-control, .search-form .input-group > .form-control + .search-field, .search-form .input-group > .search-field + .search-field, .comment-form .input-group > input[type=text] + .form-control, .comment-form .search-form .input-group > input[type=text] + .search-field, .search-form .comment-form .input-group > input[type=text] + .search-field,
.comment-form .input-group > input[type=email] + .form-control,
.comment-form .search-form .input-group > input[type=email] + .search-field,
.search-form .comment-form .input-group > input[type=email] + .search-field,
.comment-form .input-group > input[type=url] + .form-control,
.comment-form .search-form .input-group > input[type=url] + .search-field,
.search-form .comment-form .input-group > input[type=url] + .search-field,
.comment-form .input-group > textarea + .form-control,
.comment-form .search-form .input-group > textarea + .search-field,
.search-form .comment-form .input-group > textarea + .search-field, .comment-form .input-group > .form-control + input[type=text], .comment-form .search-form .input-group > .search-field + input[type=text], .search-form .comment-form .input-group > .search-field + input[type=text], .comment-form .input-group > input[type=text] + input[type=text],
.comment-form .input-group > input[type=email] + input[type=text],
.comment-form .input-group > input[type=url] + input[type=text],
.comment-form .input-group > textarea + input[type=text],
.comment-form .input-group > .form-control + input[type=email],
.comment-form .search-form .input-group > .search-field + input[type=email],
.search-form .comment-form .input-group > .search-field + input[type=email],
.comment-form .input-group > input[type=text] + input[type=email],
.comment-form .input-group > input[type=email] + input[type=email],
.comment-form .input-group > input[type=url] + input[type=email],
.comment-form .input-group > textarea + input[type=email],
.comment-form .input-group > .form-control + input[type=url],
.comment-form .search-form .input-group > .search-field + input[type=url],
.search-form .comment-form .input-group > .search-field + input[type=url],
.comment-form .input-group > input[type=text] + input[type=url],
.comment-form .input-group > input[type=email] + input[type=url],
.comment-form .input-group > input[type=url] + input[type=url],
.comment-form .input-group > textarea + input[type=url],
.comment-form .input-group > .form-control + textarea,
.comment-form .search-form .input-group > .search-field + textarea,
.search-form .comment-form .input-group > .search-field + textarea,
.comment-form .input-group > input[type=text] + textarea,
.comment-form .input-group > input[type=email] + textarea,
.comment-form .input-group > input[type=url] + textarea,
.comment-form .input-group > textarea + textarea,
.input-group > .form-control + .custom-select,
.search-form .input-group > .search-field + .custom-select,
.comment-form .input-group > input[type=text] + .custom-select,
.comment-form .input-group > input[type=email] + .custom-select,
.comment-form .input-group > input[type=url] + .custom-select,
.comment-form .input-group > textarea + .custom-select,
.input-group > .form-control + .custom-file,
.search-form .input-group > .search-field + .custom-file,
.comment-form .input-group > input[type=text] + .custom-file,
.comment-form .input-group > input[type=email] + .custom-file,
.comment-form .input-group > input[type=url] + .custom-file,
.comment-form .input-group > textarea + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.search-form .input-group > .form-control-plaintext + .search-field,
.comment-form .input-group > .form-control-plaintext + input[type=text],
.comment-form .input-group > .form-control-plaintext + input[type=email],
.comment-form .input-group > .form-control-plaintext + input[type=url],
.comment-form .input-group > .form-control-plaintext + textarea,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.search-form .input-group > .custom-select + .search-field,
.comment-form .input-group > .custom-select + input[type=text],
.comment-form .input-group > .custom-select + input[type=email],
.comment-form .input-group > .custom-select + input[type=url],
.comment-form .input-group > .custom-select + textarea,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.search-form .input-group > .custom-file + .search-field,
.comment-form .input-group > .custom-file + input[type=text],
.comment-form .input-group > .custom-file + input[type=email],
.comment-form .input-group > .custom-file + input[type=url],
.comment-form .input-group > .custom-file + textarea,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus, .search-form .input-group > .search-field:focus, .comment-form .input-group > input[type=text]:focus,
.comment-form .input-group > input[type=email]:focus,
.comment-form .input-group > input[type=url]:focus,
.comment-form .input-group > textarea:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:last-child), .search-form .input-group > .search-field:not(:last-child), .comment-form .input-group > input[type=text]:not(:last-child),
.comment-form .input-group > input[type=email]:not(:last-child),
.comment-form .input-group > input[type=url]:not(:last-child),
.comment-form .input-group > textarea:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .form-control:not(:first-child), .search-form .input-group > .search-field:not(:first-child), .comment-form .input-group > input[type=text]:not(:first-child),
.comment-form .input-group > input[type=email]:not(:first-child),
.comment-form .input-group > input[type=url]:not(:first-child),
.comment-form .input-group > textarea:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-group-prepend .btn, .input-group-prepend .section-kymenlaaksonyt-eventz-lift .bubster-more, .section-kymenlaaksonyt-eventz-lift .input-group-prepend .bubster-more, .input-group-prepend .search-form .search-submit, .search-form .input-group-prepend .search-submit, .input-group-prepend .comment-form input[type=submit], .comment-form .input-group-prepend input[type=submit],
.input-group-append .btn,
.input-group-append .section-kymenlaaksonyt-eventz-lift .bubster-more,
.section-kymenlaaksonyt-eventz-lift .input-group-append .bubster-more,
.input-group-append .search-form .search-submit,
.search-form .input-group-append .search-submit,
.input-group-append .comment-form input[type=submit],
.comment-form .input-group-append input[type=submit] {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus, .input-group-prepend .section-kymenlaaksonyt-eventz-lift .bubster-more:focus, .section-kymenlaaksonyt-eventz-lift .input-group-prepend .bubster-more:focus, .input-group-prepend .search-form .search-submit:focus, .search-form .input-group-prepend .search-submit:focus, .input-group-prepend .comment-form input[type=submit]:focus, .comment-form .input-group-prepend input[type=submit]:focus,
.input-group-append .btn:focus,
.input-group-append .section-kymenlaaksonyt-eventz-lift .bubster-more:focus,
.section-kymenlaaksonyt-eventz-lift .input-group-append .bubster-more:focus,
.input-group-append .search-form .search-submit:focus,
.search-form .input-group-append .search-submit:focus,
.input-group-append .comment-form input[type=submit]:focus,
.comment-form .input-group-append input[type=submit]:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn, .input-group-prepend .section-kymenlaaksonyt-eventz-lift .bubster-more + .btn, .section-kymenlaaksonyt-eventz-lift .input-group-prepend .bubster-more + .btn, .input-group-prepend .section-kymenlaaksonyt-eventz-lift .btn + .bubster-more, .section-kymenlaaksonyt-eventz-lift .input-group-prepend .btn + .bubster-more, .input-group-prepend .section-kymenlaaksonyt-eventz-lift .bubster-more + .bubster-more, .section-kymenlaaksonyt-eventz-lift .input-group-prepend .bubster-more + .bubster-more, .input-group-prepend .search-form .search-submit + .btn, .input-group-prepend .search-form .section-kymenlaaksonyt-eventz-lift .search-submit + .bubster-more, .section-kymenlaaksonyt-eventz-lift .input-group-prepend .search-form .search-submit + .bubster-more, .search-form .input-group-prepend .search-submit + .btn, .search-form .input-group-prepend .section-kymenlaaksonyt-eventz-lift .search-submit + .bubster-more, .section-kymenlaaksonyt-eventz-lift .search-form .input-group-prepend .search-submit + .bubster-more, .input-group-prepend .search-form .btn + .search-submit, .input-group-prepend .search-form .section-kymenlaaksonyt-eventz-lift .bubster-more + .search-submit, .section-kymenlaaksonyt-eventz-lift .input-group-prepend .search-form .bubster-more + .search-submit, .search-form .input-group-prepend .btn + .search-submit, .search-form .input-group-prepend .section-kymenlaaksonyt-eventz-lift .bubster-more + .search-submit, .section-kymenlaaksonyt-eventz-lift .search-form .input-group-prepend .bubster-more + .search-submit, .input-group-prepend .search-form .search-submit + .search-submit, .search-form .input-group-prepend .search-submit + .search-submit, .input-group-prepend .comment-form input[type=submit] + .btn, .input-group-prepend .comment-form .section-kymenlaaksonyt-eventz-lift input[type=submit] + .bubster-more, .section-kymenlaaksonyt-eventz-lift .input-group-prepend .comment-form input[type=submit] + .bubster-more, .input-group-prepend .comment-form .search-form input[type=submit] + .search-submit, .search-form .input-group-prepend .comment-form input[type=submit] + .search-submit, .comment-form .input-group-prepend input[type=submit] + .btn, .comment-form .input-group-prepend .section-kymenlaaksonyt-eventz-lift input[type=submit] + .bubster-more, .section-kymenlaaksonyt-eventz-lift .comment-form .input-group-prepend input[type=submit] + .bubster-more, .comment-form .input-group-prepend .search-form input[type=submit] + .search-submit, .search-form .comment-form .input-group-prepend input[type=submit] + .search-submit, .input-group-prepend .comment-form .btn + input[type=submit], .input-group-prepend .comment-form .section-kymenlaaksonyt-eventz-lift .bubster-more + input[type=submit], .section-kymenlaaksonyt-eventz-lift .input-group-prepend .comment-form .bubster-more + input[type=submit], .input-group-prepend .comment-form .search-form .search-submit + input[type=submit], .search-form .input-group-prepend .comment-form .search-submit + input[type=submit], .comment-form .input-group-prepend .btn + input[type=submit], .comment-form .input-group-prepend .section-kymenlaaksonyt-eventz-lift .bubster-more + input[type=submit], .section-kymenlaaksonyt-eventz-lift .comment-form .input-group-prepend .bubster-more + input[type=submit], .comment-form .input-group-prepend .search-form .search-submit + input[type=submit], .search-form .comment-form .input-group-prepend .search-submit + input[type=submit], .input-group-prepend .comment-form input[type=submit] + input[type=submit], .comment-form .input-group-prepend input[type=submit] + input[type=submit],
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .section-kymenlaaksonyt-eventz-lift .bubster-more + .input-group-text,
.section-kymenlaaksonyt-eventz-lift .input-group-prepend .bubster-more + .input-group-text,
.input-group-prepend .search-form .search-submit + .input-group-text,
.search-form .input-group-prepend .search-submit + .input-group-text,
.input-group-prepend .comment-form input[type=submit] + .input-group-text,
.comment-form .input-group-prepend input[type=submit] + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .section-kymenlaaksonyt-eventz-lift .input-group-text + .bubster-more,
.section-kymenlaaksonyt-eventz-lift .input-group-prepend .input-group-text + .bubster-more,
.input-group-prepend .search-form .input-group-text + .search-submit,
.search-form .input-group-prepend .input-group-text + .search-submit,
.input-group-prepend .comment-form .input-group-text + input[type=submit],
.comment-form .input-group-prepend .input-group-text + input[type=submit],
.input-group-append .btn + .btn,
.input-group-append .section-kymenlaaksonyt-eventz-lift .bubster-more + .btn,
.section-kymenlaaksonyt-eventz-lift .input-group-append .bubster-more + .btn,
.input-group-append .section-kymenlaaksonyt-eventz-lift .btn + .bubster-more,
.section-kymenlaaksonyt-eventz-lift .input-group-append .btn + .bubster-more,
.input-group-append .section-kymenlaaksonyt-eventz-lift .bubster-more + .bubster-more,
.section-kymenlaaksonyt-eventz-lift .input-group-append .bubster-more + .bubster-more,
.input-group-append .search-form .search-submit + .btn,
.input-group-append .search-form .section-kymenlaaksonyt-eventz-lift .search-submit + .bubster-more,
.section-kymenlaaksonyt-eventz-lift .input-group-append .search-form .search-submit + .bubster-more,
.search-form .input-group-append .search-submit + .btn,
.search-form .input-group-append .section-kymenlaaksonyt-eventz-lift .search-submit + .bubster-more,
.section-kymenlaaksonyt-eventz-lift .search-form .input-group-append .search-submit + .bubster-more,
.input-group-append .search-form .btn + .search-submit,
.input-group-append .search-form .section-kymenlaaksonyt-eventz-lift .bubster-more + .search-submit,
.section-kymenlaaksonyt-eventz-lift .input-group-append .search-form .bubster-more + .search-submit,
.search-form .input-group-append .btn + .search-submit,
.search-form .input-group-append .section-kymenlaaksonyt-eventz-lift .bubster-more + .search-submit,
.section-kymenlaaksonyt-eventz-lift .search-form .input-group-append .bubster-more + .search-submit,
.input-group-append .search-form .search-submit + .search-submit,
.search-form .input-group-append .search-submit + .search-submit,
.input-group-append .comment-form input[type=submit] + .btn,
.input-group-append .comment-form .section-kymenlaaksonyt-eventz-lift input[type=submit] + .bubster-more,
.section-kymenlaaksonyt-eventz-lift .input-group-append .comment-form input[type=submit] + .bubster-more,
.input-group-append .comment-form .search-form input[type=submit] + .search-submit,
.search-form .input-group-append .comment-form input[type=submit] + .search-submit,
.comment-form .input-group-append input[type=submit] + .btn,
.comment-form .input-group-append .section-kymenlaaksonyt-eventz-lift input[type=submit] + .bubster-more,
.section-kymenlaaksonyt-eventz-lift .comment-form .input-group-append input[type=submit] + .bubster-more,
.comment-form .input-group-append .search-form input[type=submit] + .search-submit,
.search-form .comment-form .input-group-append input[type=submit] + .search-submit,
.input-group-append .comment-form .btn + input[type=submit],
.input-group-append .comment-form .section-kymenlaaksonyt-eventz-lift .bubster-more + input[type=submit],
.section-kymenlaaksonyt-eventz-lift .input-group-append .comment-form .bubster-more + input[type=submit],
.input-group-append .comment-form .search-form .search-submit + input[type=submit],
.search-form .input-group-append .comment-form .search-submit + input[type=submit],
.comment-form .input-group-append .btn + input[type=submit],
.comment-form .input-group-append .section-kymenlaaksonyt-eventz-lift .bubster-more + input[type=submit],
.section-kymenlaaksonyt-eventz-lift .comment-form .input-group-append .bubster-more + input[type=submit],
.comment-form .input-group-append .search-form .search-submit + input[type=submit],
.search-form .comment-form .input-group-append .search-submit + input[type=submit],
.input-group-append .comment-form input[type=submit] + input[type=submit],
.comment-form .input-group-append input[type=submit] + input[type=submit],
.input-group-append .btn + .input-group-text,
.input-group-append .section-kymenlaaksonyt-eventz-lift .bubster-more + .input-group-text,
.section-kymenlaaksonyt-eventz-lift .input-group-append .bubster-more + .input-group-text,
.input-group-append .search-form .search-submit + .input-group-text,
.search-form .input-group-append .search-submit + .input-group-text,
.input-group-append .comment-form input[type=submit] + .input-group-text,
.comment-form .input-group-append input[type=submit] + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn,
.input-group-append .section-kymenlaaksonyt-eventz-lift .input-group-text + .bubster-more,
.section-kymenlaaksonyt-eventz-lift .input-group-append .input-group-text + .bubster-more,
.input-group-append .search-form .input-group-text + .search-submit,
.search-form .input-group-append .input-group-text + .search-submit,
.input-group-append .comment-form .input-group-text + input[type=submit],
.comment-form .input-group-append .input-group-text + input[type=submit] {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3333333333;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea), .search-form .input-group-lg > .search-field:not(textarea), .comment-form .input-group-lg > input[type=text]:not(textarea),
.comment-form .input-group-lg > input[type=email]:not(textarea),
.comment-form .input-group-lg > input[type=url]:not(textarea),
.comment-form .input-group-lg > textarea:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control, .search-form .input-group-lg > .search-field, .comment-form .input-group-lg > input[type=text],
.comment-form .input-group-lg > input[type=email],
.comment-form .input-group-lg > input[type=url],
.comment-form .input-group-lg > textarea,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.section-kymenlaaksonyt-eventz-lift .input-group-lg > .input-group-prepend > .bubster-more,
.search-form .input-group-lg > .input-group-prepend > .search-submit,
.comment-form .input-group-lg > .input-group-prepend > input[type=submit],
.input-group-lg > .input-group-append > .btn,
.section-kymenlaaksonyt-eventz-lift .input-group-lg > .input-group-append > .bubster-more,
.search-form .input-group-lg > .input-group-append > .search-submit,
.comment-form .input-group-lg > .input-group-append > input[type=submit] {
  padding: 0.5rem 1rem;
  font-size: 1.40625rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea), .search-form .input-group-sm > .search-field:not(textarea), .comment-form .input-group-sm > input[type=text]:not(textarea),
.comment-form .input-group-sm > input[type=email]:not(textarea),
.comment-form .input-group-sm > input[type=url]:not(textarea),
.comment-form .input-group-sm > textarea:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control, .search-form .input-group-sm > .search-field, .comment-form .input-group-sm > input[type=text],
.comment-form .input-group-sm > input[type=email],
.comment-form .input-group-sm > input[type=url],
.comment-form .input-group-sm > textarea,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.section-kymenlaaksonyt-eventz-lift .input-group-sm > .input-group-prepend > .bubster-more,
.search-form .input-group-sm > .input-group-prepend > .search-submit,
.comment-form .input-group-sm > .input-group-prepend > input[type=submit],
.input-group-sm > .input-group-append > .btn,
.section-kymenlaaksonyt-eventz-lift .input-group-sm > .input-group-append > .bubster-more,
.search-form .input-group-sm > .input-group-append > .search-submit,
.comment-form .input-group-sm > .input-group-append > input[type=submit] {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn, .section-kymenlaaksonyt-eventz-lift .input-group > .input-group-prepend > .bubster-more, .search-form .input-group > .input-group-prepend > .search-submit, .comment-form .input-group > .input-group-prepend > input[type=submit],
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.section-kymenlaaksonyt-eventz-lift .input-group > .input-group-append:not(:last-child) > .bubster-more,
.search-form .input-group > .input-group-append:not(:last-child) > .search-submit,
.comment-form .input-group > .input-group-append:not(:last-child) > input[type=submit],
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.section-kymenlaaksonyt-eventz-lift .input-group > .input-group-append:last-child > .bubster-more:not(:last-child):not(.dropdown-toggle),
.search-form .input-group > .input-group-append:last-child > .search-submit:not(:last-child):not(.dropdown-toggle),
.comment-form .input-group > .input-group-append:last-child > input[type=submit]:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .section-kymenlaaksonyt-eventz-lift .input-group > .input-group-append > .bubster-more, .search-form .input-group > .input-group-append > .search-submit, .comment-form .input-group > .input-group-append > input[type=submit],
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.section-kymenlaaksonyt-eventz-lift .input-group > .input-group-prepend:not(:first-child) > .bubster-more,
.search-form .input-group > .input-group-prepend:not(:first-child) > .search-submit,
.comment-form .input-group > .input-group-prepend:not(:first-child) > input[type=submit],
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.section-kymenlaaksonyt-eventz-lift .input-group > .input-group-prepend:first-child > .bubster-more:not(:first-child),
.search-form .input-group > .input-group-prepend:first-child > .search-submit:not(:first-child),
.comment-form .input-group > .input-group-prepend:first-child > input[type=submit]:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out, -o-transform 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
       -o-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.3333333333em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.3333333333;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.984375rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.40625rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.3333333333em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.3333333333em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.3333333333em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.3333333333;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.3333333333em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.3333333333;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.40625rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.40625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #e1e1e1;
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid #e1e1e1;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid #e1e1e1;
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #1e1e1e;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: black;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.40625rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.984375rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge, .section-kymenlaaksonyt-eventz-lift .bubster-more .badge, .search-form .search-submit .badge, .comment-form input[type=submit] .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #fff;
  background-color: #1e1e1e;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #fff;
  background-color: #050505;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(30, 30, 30, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4.1875rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #101010;
  background-color: #d2d2d2;
  border-color: silver;
}
.alert-warning hr {
  border-top-color: #b3b3b3;
}
.alert-warning .alert-link {
  color: black;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.84375rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
       -o-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
         -o-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212121;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}
.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}
.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}
.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #101010;
  background-color: silver;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #101010;
  background-color: #b3b3b3;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #101010;
  border-color: #101010;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
       -o-transform: translate(0, -50px);
          transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.modal.show .modal-dialog {
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.3333333333;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3333333333;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.984375rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3333333333;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.984375rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1.125rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212121;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
       -o-transform: none;
          transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  -o-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  -webkit-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(360deg);
       transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border 0.75s linear infinite;
       -o-animation: spinner-border 0.75s linear infinite;
          animation: spinner-border 0.75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@-o-keyframes spinner-grow {
  0% {
    -o-transform: scale(0);
       transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
         -o-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow 0.75s linear infinite;
       -o-animation: spinner-grow 0.75s linear infinite;
          animation: spinner-grow 0.75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #1e1e1e !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #050505 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #1e1e1e !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after, .facetwp-template::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
      flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
      -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
      -ms-grid-row-align: center !important;
      align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

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

.sr-only-focusable:active, .screen-reader-text:active, .sr-only-focusable:focus, .screen-reader-text:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #1e1e1e !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: black !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212121 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*! lightgallery - v1.6.12 - 2019-02-19
* http://sachinchoolur.github.io/lightGallery/
* Copyright (c) 2019 Sachin N; Licensed GPLv3 */
@font-face {
  font-family: "lg";
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal;
}
.lg-icon {
  font-family: "lg";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: none;
}

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@-o-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.45);
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  background-color: rgba(0, 0, 0, 0.45);
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-toolbar, .lg-prev, .lg-next {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
     transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  border-radius: 5px;
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color 0.25s ease;
    -o-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom 0.25s ease;
  -o-transition: bottom 0.25s ease;
  transition: bottom 0.25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-toogle-thumb:hover {
  color: #FFF;
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat scroll 0 -58px transparent;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: transparent url("../img/video-play.png") no-repeat scroll 0 0;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: 0.8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 0 transparent;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat scroll 0 -60px transparent;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 0.08s ease 0s;
  -o-transition: opacity 0.08s ease 0s;
  transition: opacity 0.08s ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
     transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -o-transition: opacity 0.15s, -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: 0.5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px white inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
  transition: opacity 0.15s ease 0s, transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s, -o-transform 0.15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px white inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
  transition: visibility 0s linear 0.18s, opacity 0.18s linear 0s;
}

.lg-outer.lg-dropdown-active .lg-dropdown, .lg-outer.lg-dropdown-active #lg-dropdown-overlay {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
     transition-delay: 0s;
  -o-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -o-transform: translate3d(0, 5px, 0);
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -o-transition: -o-transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s;
  -o-transition: visibility 0s linear 0.5s, opacity 0.18s linear 0s, -o-transform 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s;
  transition: transform 0.18s linear 0s, visibility 0s linear 0.5s, opacity 0.18s linear 0s, -webkit-transform 0.18s linear 0s, -o-transform 0.18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0px;
}

.lg-outer .lg-dropdown > li:hover a, .lg-outer .lg-dropdown > li:hover .lg-icon {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: inherit !important;
  -o-transition-duration: inherit !important;
     transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  -o-transition-timing-function: inherit !important;
     transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  -o-transition-duration: 0s !important;
     transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") no-repeat scroll center center transparent;
  display: none !important;
}

.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item, .lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html {
  display: none;
}

.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: opacity 0.1s ease 0s, -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}


/*
 * Brand super dark mixins
 */
/*
 * Brand dark mixins
 */
/*
 * Brand mixins
 */
/*
 * Brand light mixins
 */
body, html {
  width: 100%;
  overflow-x: hidden;
}

.container-fluid {
  max-width: 84.375rem;
}

@media (max-width: 767.98px) {
  .no-mobile-padding {
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}

.header-margin {
  margin-top: 4rem;
}
@media (min-width: 992px) {
  .header-margin {
    margin-top: 10rem;
  }
}

/** Table styles **/
table {
  margin: 15px 0;
  width: 100% !important;
  max-width: 100%;
}
table thead th, table thead td, table tfoot th, table tfoot td {
  background-color: #DFDFDF !important;
}
body.pink .page-content .page-content-wrapper table thead th a, body.pink .page-content .page-content-wrapper table thead td a, body.pink .page-content .page-content-wrapper table tfoot th a, body.pink .page-content .page-content-wrapper table tfoot td a {
  color: #840953;
}
body.green .page-content .page-content-wrapper table thead th a, body.green .page-content .page-content-wrapper table thead td a, body.green .page-content .page-content-wrapper table tfoot th a, body.green .page-content .page-content-wrapper table tfoot td a {
  color: #006619;
}
body.orange .page-content .page-content-wrapper table thead th a, body.orange .page-content .page-content-wrapper table thead td a, body.orange .page-content .page-content-wrapper table tfoot th a, body.orange .page-content .page-content-wrapper table tfoot td a {
  color: #953800;
}
body.turquoise .page-content .page-content-wrapper table thead th a, body.turquoise .page-content .page-content-wrapper table thead td a, body.turquoise .page-content .page-content-wrapper table tfoot th a, body.turquoise .page-content .page-content-wrapper table tfoot td a {
  color: #444;
}
body.blue .page-content .page-content-wrapper table thead th a, body.blue .page-content .page-content-wrapper table thead td a, body.blue .page-content .page-content-wrapper table tfoot th a, body.blue .page-content .page-content-wrapper table tfoot td a {
  color: #093377;
}
table tr th, table tr td {
  background-color: #F4F4F5;
  padding: 10px 15px;
}
body.pink .page-content .page-content-wrapper table tr th a, body.pink .page-content .page-content-wrapper table tr td a {
  color: #840953;
}
body.green .page-content .page-content-wrapper table tr th a, body.green .page-content .page-content-wrapper table tr td a {
  color: #006619;
}
body.orange .page-content .page-content-wrapper table tr th a, body.orange .page-content .page-content-wrapper table tr td a {
  color: #953800;
}
body.turquoise .page-content .page-content-wrapper table tr th a, body.turquoise .page-content .page-content-wrapper table tr td a {
  color: #444;
}
body.blue .page-content .page-content-wrapper table tr th a, body.blue .page-content .page-content-wrapper table tr td a {
  color: #093377;
}
table tr:nth-child(odd) td {
  background-color: #fefefe;
}

.alert-warning {
  width: 100%;
}

.link-text, .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-load-more button {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  border-bottom: solid 2px;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
body.pink .link-text, body.pink .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more body.pink button, body.pink .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more body.pink button {
  color: #EA5FA2;
}
body.green .link-text, body.green .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more body.green button, body.green .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more body.green button {
  color: #27B756;
}
body.orange .link-text, body.orange .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more body.orange button, body.orange .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more body.orange button {
  color: #C54800;
}
body.turquoise .link-text, body.turquoise .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more body.turquoise button, body.turquoise .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more body.turquoise button {
  color: #444;
}
body.blue .link-text, body.blue .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more body.blue button, body.blue .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more body.blue button {
  color: #093377;
}
body.pink .link-text, body.pink .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more body.pink button, body.pink .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more body.pink button {
  border-color: #EA5FA2;
}
body.green .link-text, body.green .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more body.green button, body.green .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more body.green button {
  border-color: #27B756;
}
body.orange .link-text, body.orange .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more body.orange button, body.orange .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more body.orange button {
  border-color: #FF7800;
}
body.turquoise .link-text, body.turquoise .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more body.turquoise button, body.turquoise .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more body.turquoise button {
  border-color: #00d8bb;
}
body.blue .link-text, body.blue .event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-facet-load_more body.blue button, body.blue .event-archive .pagination-wrap .facetwp-load-more button, .event-archive .pagination-wrap .facetwp-load-more body.blue button {
  border-color: #093377;
}
body.pink .link-text:hover, body.pink .event-archive .pagination-wrap .facetwp-facet-load_more button:hover, .event-archive .pagination-wrap .facetwp-facet-load_more body.pink button:hover, body.pink .event-archive .pagination-wrap .facetwp-load-more button:hover, .event-archive .pagination-wrap .facetwp-load-more body.pink button:hover {
  color: #B42973;
}
body.green .link-text:hover, body.green .event-archive .pagination-wrap .facetwp-facet-load_more button:hover, .event-archive .pagination-wrap .facetwp-facet-load_more body.green button:hover, body.green .event-archive .pagination-wrap .facetwp-load-more button:hover, .event-archive .pagination-wrap .facetwp-load-more body.green button:hover {
  color: #008629;
}
body.orange .link-text:hover, body.orange .event-archive .pagination-wrap .facetwp-facet-load_more button:hover, .event-archive .pagination-wrap .facetwp-facet-load_more body.orange button:hover, body.orange .event-archive .pagination-wrap .facetwp-load-more button:hover, .event-archive .pagination-wrap .facetwp-load-more body.orange button:hover {
  color: #C54800;
}
body.turquoise .link-text:hover, body.turquoise .event-archive .pagination-wrap .facetwp-facet-load_more button:hover, .event-archive .pagination-wrap .facetwp-facet-load_more body.turquoise button:hover, body.turquoise .event-archive .pagination-wrap .facetwp-load-more button:hover, .event-archive .pagination-wrap .facetwp-load-more body.turquoise button:hover {
  color: #444;
}
body.blue .link-text:hover, body.blue .event-archive .pagination-wrap .facetwp-facet-load_more button:hover, .event-archive .pagination-wrap .facetwp-facet-load_more body.blue button:hover, body.blue .event-archive .pagination-wrap .facetwp-load-more button:hover, .event-archive .pagination-wrap .facetwp-load-more body.blue button:hover {
  color: #093377;
}

.wp-block-gallery {
  margin: 0 -8px 1rem;
}

.page-content-wrapper a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a),
.page-content-wrapper a[href*="wilma.ksao"]:not(.et_social_icons_container a), .footer-widget a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a),
.footer-widget a[href*="wilma.ksao"]:not(.et_social_icons_container a), .columnized-content a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a),
.columnized-content a[href*="wilma.ksao"]:not(.et_social_icons_container a), .section-two-column-two-text-lift a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a),
.section-two-column-two-text-lift a[href*="wilma.ksao"]:not(.et_social_icons_container a), .icon-text-lift-textcontent a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a),
.icon-text-lift-textcontent a[href*="wilma.ksao"]:not(.et_social_icons_container a), .widget-content p a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a),
.widget-content p a[href*="wilma.ksao"]:not(.et_social_icons_container a) {
  /* external link styles, use :before or :after if you want! */
  background-image: url("../images/icons/icon-external.svg");
  padding-right: 16px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: top 3px right;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.page-content-wrapper a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a):hover,
.page-content-wrapper a[href*="wilma.ksao"]:not(.et_social_icons_container a):hover, .footer-widget a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a):hover,
.footer-widget a[href*="wilma.ksao"]:not(.et_social_icons_container a):hover, .columnized-content a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a):hover,
.columnized-content a[href*="wilma.ksao"]:not(.et_social_icons_container a):hover, .section-two-column-two-text-lift a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a):hover,
.section-two-column-two-text-lift a[href*="wilma.ksao"]:not(.et_social_icons_container a):hover, .icon-text-lift-textcontent a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a):hover,
.icon-text-lift-textcontent a[href*="wilma.ksao"]:not(.et_social_icons_container a):hover, .widget-content p a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a):hover,
.widget-content p a[href*="wilma.ksao"]:not(.et_social_icons_container a):hover {
  background-image: url("../images/icons/icon-external-hover.svg");
}
footer.black .page-content-wrapper a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a),
footer.black .page-content-wrapper a[href*="wilma.ksao"]:not(.et_social_icons_container a), footer.black .footer-widget a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a),
footer.black .footer-widget a[href*="wilma.ksao"]:not(.et_social_icons_container a), footer.black .columnized-content a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a),
footer.black .columnized-content a[href*="wilma.ksao"]:not(.et_social_icons_container a), footer.black .section-two-column-two-text-lift a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a),
footer.black .section-two-column-two-text-lift a[href*="wilma.ksao"]:not(.et_social_icons_container a), footer.black .icon-text-lift-textcontent a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a),
footer.black .icon-text-lift-textcontent a[href*="wilma.ksao"]:not(.et_social_icons_container a), footer.black .widget-content p a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a),
footer.black .widget-content p a[href*="wilma.ksao"]:not(.et_social_icons_container a) {
  background-image: url("../images/icons/icon-external-white.svg");
}
footer.black .page-content-wrapper a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a):hover,
footer.black .page-content-wrapper a[href*="wilma.ksao"]:not(.et_social_icons_container a):hover, footer.black .footer-widget a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a):hover,
footer.black .footer-widget a[href*="wilma.ksao"]:not(.et_social_icons_container a):hover, footer.black .columnized-content a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a):hover,
footer.black .columnized-content a[href*="wilma.ksao"]:not(.et_social_icons_container a):hover, footer.black .section-two-column-two-text-lift a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a):hover,
footer.black .section-two-column-two-text-lift a[href*="wilma.ksao"]:not(.et_social_icons_container a):hover, footer.black .icon-text-lift-textcontent a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a):hover,
footer.black .icon-text-lift-textcontent a[href*="wilma.ksao"]:not(.et_social_icons_container a):hover, footer.black .widget-content p a[href*="//"]:not([href*="ksao.fi"]):not([href*="ksao-fi.test"]):not([href*="itärata.fi"]):not([href*="xn--itrata-cua.fi"]):not([href*="xn--itrata-cua-fi.test"]):not([href*="nuortenkouvola.fi"]):not([href*="nuortenkouvola-fi.test"]):not([href*="kouvolankulttuuritalot.fi"]):not([href*="kouvolankulttuuritalot-fi.test"]):not([href*="kouvolankansalaisopisto.fi"]):not([href*="kouvolankansalaisopisto-fi.test"]):not([href*="poikilo.fi"]):not([href*="poikilo-fi.test"]):not(.et_social_icons_container a):hover,
footer.black .widget-content p a[href*="wilma.ksao"]:not(.et_social_icons_container a):hover {
  background-image: url("../images/icons/icon-external-white-hover.svg");
}

.external-link {
  /* external link styles, use :before or :after if you want! */
  background-image: url("../images/icons/icon-external.svg");
  padding-right: 16px;
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: top 3px right;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.external-link:hover {
  background-image: url("../images/icons/icon-external-hover.svg");
}

.external-link--white {
  /* external link styles, use :before or :after if you want! */
  background-image: url("../images/icons/icon-external-white.svg");
}
.external-link--white:hover {
  background-image: url("../images/icons/icon-external-white-hover.svg");
}

a.btn.external-link, .section-kymenlaaksonyt-eventz-lift a.external-link.bubster-more, .search-form a.external-link.search-submit {
  background-image: none;
}

.white {
  color: #FFF;
}

h1 {
  font-size: 2rem;
  line-height: 2.25rem;
  color: #212121;
  letter-spacing: -0.5px;
  font-weight: bold;
}
@media (min-width: 992px) {
  h1 {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
}

h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #212121;
  letter-spacing: -0.5px;
  font-weight: bold;
}
@media (min-width: 576px) {
  h2 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}

h3 {
  font-size: 1.375rem;
  line-height: 1.75rem;
  color: #212121;
  font-weight: bold;
}
@media (min-width: 992px) {
  h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #212121;
  font-weight: bold;
}
@media (min-width: 992px) {
  h4 {
    font-size: 1.4375rem;
    line-height: 2rem;
  }
}

h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #212121;
  font-weight: bold;
}

.page .page-content h1, .page .page-content h2, .page .page-content h3 {
  /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
  -ms-word-break: break-word;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.page .page-content h1 {
  margin-bottom: 2rem;
}
.page .page-content h2, .page .page-content h3 {
  margin-bottom: 1rem;
}

.page-content .sidebar-link {
  color: #212121;
  padding: 1rem 0 1rem 1rem;
  border-bottom: 1px solid #BCBCBC;
}
.page-content .sidebar-link a {
  color: #212121;
  font-size: 1.0625rem;
  font-weight: 500;
  width: calc(100% - 16px);
  display: inline-block;
}
.page-content .sidebar-link a:hover {
  color: gray;
}
.page-content .sidebar-link svg {
  -webkit-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 0.625rem;
  height: 0.625rem;
  float: right;
  margin-top: 0.5rem;
}

.sidebar-wrap .widget h2 {
  color: #212121;
  font-size: 1.667em;
  font-weight: bold;
  border-bottom: 2px solid;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
  -ms-word-break: break-word;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
body.pink .sidebar-wrap .widget h2 {
  border-color: #FF92D3;
}
body.green .sidebar-wrap .widget h2 {
  border-color: #66EA84;
}
body.orange .sidebar-wrap .widget h2 {
  border-color: #FFA942;
}
body.turquoise .sidebar-wrap .widget h2 {
  border-color: #00d8bb;
}
body.blue .sidebar-wrap .widget h2 {
  border-color: #093377;
}
@media (min-width: 768px) {
  .sidebar-wrap .widget h2 {
    font-size: 1.4375rem;
    line-height: 2rem;
  }
}

.sidebar-wrap .widget .widget-content p {
  color: #212121;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.sidebar-wrap .widget.b-sidebar-shortcut-links h2,
.sidebar-wrap .widget.b-sidebar-attachments h2 {
  padding: 1rem;
  border: none;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
body.pink .sidebar-wrap .widget.b-sidebar-shortcut-links h2,
body.pink .sidebar-wrap .widget.b-sidebar-attachments h2 {
  background-color: #FF92D3;
}
body.green .sidebar-wrap .widget.b-sidebar-shortcut-links h2,
body.green .sidebar-wrap .widget.b-sidebar-attachments h2 {
  background-color: #66EA84;
}
body.orange .sidebar-wrap .widget.b-sidebar-shortcut-links h2,
body.orange .sidebar-wrap .widget.b-sidebar-attachments h2 {
  background-color: #FFA942;
}
body.turquoise .sidebar-wrap .widget.b-sidebar-shortcut-links h2,
body.turquoise .sidebar-wrap .widget.b-sidebar-attachments h2 {
  background-color: #00d8bb;
}
body.blue .sidebar-wrap .widget.b-sidebar-shortcut-links h2,
body.blue .sidebar-wrap .widget.b-sidebar-attachments h2 {
  background-color: #99CCFF;
}

.page-content {
  color: #212121;
}
.page-content h1 {
  font-size: 1.625rem;
  line-height: 2rem;
  color: #212121;
  letter-spacing: -0.5px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-content h1 {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
}
.page-content h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #212121;
  letter-spacing: -0.5px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .page-content h2 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}
.page-content h3 {
  font-size: 1.375rem;
  line-height: 2rem;
  color: #212121;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-content h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.page-content h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #212121;
  font-weight: bold;
}
@media (min-width: 768px) {
  .page-content h4 {
    font-size: 1.4375rem;
    line-height: 2rem;
  }
}
.page-content h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #212121;
  font-weight: bold;
}
.page-content p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
}
.page-content ul.blocks-gallery-grid {
  margin: 0;
}
.page-content .blocks-gallery-caption {
  font-size: 16px;
}
.page-content .last-updated p {
  font-size: 1rem;
}
.page-content .page-ingress p,
.page-content .post-ingress p,
.page-content .entry-ingress p {
  font-weight: 600;
  margin-bottom: 2rem;
}
.page-content .page-content-wrapper a {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 500;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: underline;
}
body.pink .page-content .page-content-wrapper a {
  color: #B42973;
}
body.green .page-content .page-content-wrapper a {
  color: #008629;
}
body.orange .page-content .page-content-wrapper a {
  color: #C54800;
}
body.turquoise .page-content .page-content-wrapper a {
  color: #444;
}
body.blue .page-content .page-content-wrapper a {
  color: #093377;
}
body.pink .page-content .page-content-wrapper a:hover {
  color: #EA5FA2;
}
body.green .page-content .page-content-wrapper a:hover {
  color: #27B756;
}
body.orange .page-content .page-content-wrapper a:hover {
  color: #C54800;
}
body.turquoise .page-content .page-content-wrapper a:hover {
  color: #444;
}
body.blue .page-content .page-content-wrapper a:hover {
  color: #093377;
}
.page-content .page-content-wrapper .wp-block-quote {
  border-left: 4px solid #000;
  margin: 0 0 28px;
  padding-left: 1em;
}
.page-content .page-content-wrapper .wp-block-quote p {
  font-style: italic;
  margin-bottom: 1rem;
}
.page-content .page-content-wrapper .wp-block-quote cite {
  color: #6c7781;
  font-size: 1rem;
  margin-top: 1em;
  position: relative;
  font-style: normal;
}
.page-content .page-content-wrapper .wp-block-image figcaption {
  font-size: 1rem;
  color: #555d66;
}
.page-content .table-wrapper {
  display: block;
  overflow-x: scroll;
  max-width: 100% !important;
  margin: 15px 0;
}
@media (min-width: 576px) {
  .page-content .table-wrapper {
    overflow-x: auto;
  }
}

section h3, .footer-widget h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 992px) {
  section h3, .footer-widget h3 {
    font-size: 1.4375rem;
  }
}

section.text-block p a, section.text-block li a {
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: underline;
}
body.pink section.text-block p a, body.pink section.text-block li a {
  color: #B42973;
}
body.green section.text-block p a, body.green section.text-block li a {
  color: #008629;
}
body.orange section.text-block p a, body.orange section.text-block li a {
  color: #C54800;
}
body.turquoise section.text-block p a, body.turquoise section.text-block li a {
  color: #444;
}
body.blue section.text-block p a, body.blue section.text-block li a {
  color: #093377;
}
body.pink section.text-block p a:hover, body.pink section.text-block li a:hover {
  color: #EA5FA2;
}
body.green section.text-block p a:hover, body.green section.text-block li a:hover {
  color: #27B756;
}
body.orange section.text-block p a:hover, body.orange section.text-block li a:hover {
  color: #C54800;
}
body.turquoise section.text-block p a:hover, body.turquoise section.text-block li a:hover {
  color: #444;
}
body.blue section.text-block p a:hover, body.blue section.text-block li a:hover {
  color: #093377;
}

body.pink .mce-content-body a {
  color: #EA5FA2;
}
body.green .mce-content-body a {
  color: #27B756;
}
body.orange .mce-content-body a {
  color: #C54800;
}
body.turquoise .mce-content-body a {
  color: #444;
}
body.blue .mce-content-body a {
  color: #093377;
}

a.excerpt-link {
  text-transform: uppercase;
  display: block;
  padding: 0.9375rem 0;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
body.pink a.excerpt-link {
  color: #EA5FA2;
}
body.green a.excerpt-link {
  color: #27B756;
}
body.orange a.excerpt-link {
  color: #C54800;
}
body.turquoise a.excerpt-link {
  color: #444;
}
body.blue a.excerpt-link {
  color: #093377;
}
body.pink a.excerpt-link:hover {
  color: #B42973;
}
body.green a.excerpt-link:hover {
  color: #008629;
}
body.orange a.excerpt-link:hover {
  color: #C54800;
}
body.turquoise a.excerpt-link:hover {
  color: #444;
}
body.blue a.excerpt-link:hover {
  color: #093377;
}

.link__readmore {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: underline !important;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
body.pink .link__readmore {
  color: #B42973;
}
body.green .link__readmore {
  color: #008629;
}
body.orange .link__readmore {
  color: #C54800;
}
body.turquoise .link__readmore {
  color: #444;
}
body.blue .link__readmore {
  color: #093377;
}
body.pink .link__readmore:hover {
  color: #EA5FA2;
}
body.green .link__readmore:hover {
  color: #27B756;
}
body.orange .link__readmore:hover {
  color: #C54800;
}
body.turquoise .link__readmore:hover {
  color: #444;
}
body.blue .link__readmore:hover {
  color: #093377;
}

.page-content ul li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.ksao h1, .ksao h2, .ksao h3, .ksao h4, .ksao h5, .ksao strong,
.ksao .back-to-top__text,
.ksao .link-list-col .sidebar-link p {
  font-family: "Segoe UI Bold";
}
.ksao p, .ksao a, .ksao span,
.ksao ul li, .ksao ol li {
  font-family: "Segoe UI Regular";
}
.ksao .page-content .page-ingress p,
.ksao .page-content .post-ingress p,
.ksao .page-content .entry-ingress p {
  font-family: "Segoe UI Bold";
}
.ksao .juicer-feed .j-message p {
  font-family: "Segoe UI Regular";
  font-size: 0.9375rem;
}
.ksao .juicer-feed .j-paginate {
  font-family: "Segoe UI Regular";
}
.ksao .search-form-container .input-group input.search-field {
  font-family: "Segoe UI Regular";
}
.ksao footer.content-info strong a {
  font-family: "Segoe UI Bold";
}
.ksao .nav-primary .menu-item > a {
  font-weight: 600;
}
.ksao .block-contact-card-lift-item__name {
  font-family: "Segoe UI Bold";
}

.kouvolan-turvallisuus h1, .kouvolan-turvallisuus h2 {
  font-family: "GT-Pressura-Mono", sans-serif;
}
.kouvolan-turvallisuus p, .kouvolan-turvallisuus a, .kouvolan-turvallisuus span, .kouvolan-turvallisuus strong, .kouvolan-turvallisuus h3, .kouvolan-turvallisuus h4, .kouvolan-turvallisuus h5,
.kouvolan-turvallisuus ul li, .kouvolan-turvallisuus ol li,
.kouvolan-turvallisuus .back-to-top__text,
.kouvolan-turvallisuus .link-list-col .sidebar-link p {
  font-family: "Roboto", sans-serif;
}
.kouvolan-turvallisuus .page-content .page-ingress p,
.kouvolan-turvallisuus .page-content .post-ingress p,
.kouvolan-turvallisuus .page-content .entry-ingress p {
  font-family: "Roboto", sans-serif;
}
.kouvolan-turvallisuus .juicer-feed .j-message p {
  font-family: "Roboto", sans-serif;
  font-size: 0.9375rem;
}
.kouvolan-turvallisuus .juicer-feed .j-paginate {
  font-family: "Roboto", sans-serif;
}
.kouvolan-turvallisuus .search-form-container .input-group input.search-field {
  font-family: "Roboto", sans-serif;
}
.kouvolan-turvallisuus footer.content-info strong a {
  font-family: "Roboto", sans-serif;
}
.kouvolan-turvallisuus .nav-primary .menu-item > a {
  font-weight: 600;
}
.kouvolan-turvallisuus .block-contact-card-lift-item__name {
  font-family: "Roboto", sans-serif;
}

[class^=fa-]:before, [class*=" fa-"]:before {
  font-family: "FontAwesome";
}

.breadcrumb-container {
  margin-top: 1rem;
}
@media (min-width: 768px) {
  .breadcrumb-container {
    margin-top: 2rem;
  }
}

.breadcrumbs span {
  color: #212121;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.breadcrumbs span a {
  color: #212121;
  text-decoration: underline;
}
body.pink .breadcrumbs span a:hover {
  color: #B42973;
}
body.green .breadcrumbs span a:hover {
  color: #008629;
}
body.orange .breadcrumbs span a:hover {
  color: #C54800;
}
body.turquoise .breadcrumbs span a:hover {
  color: #444;
}
body.blue .breadcrumbs span a:hover {
  color: #093377;
}
.breadcrumbs span .breadcrumb_last {
  color: #212121;
}

.single-post .breadcrumb-container, .single-vacancy .breadcrumb-container, .single-blog_post .breadcrumb-container, .single-crisis_post .breadcrumb-container {
  margin: 2.5rem -15px;
}

.btn, .section-kymenlaaksonyt-eventz-lift .bubster-more, .search-form .search-submit, .comment-form input[type=submit] {
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 0.875rem 2.75rem;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  background: none;
  background-color: transparent;
  border: none;
  white-space: normal;
  border-radius: 36px;
}
body.pink .btn, body.pink .section-kymenlaaksonyt-eventz-lift .bubster-more, .section-kymenlaaksonyt-eventz-lift body.pink .bubster-more, body.pink .search-form .search-submit, .search-form body.pink .search-submit, body.pink .comment-form input[type=submit], .comment-form body.pink input[type=submit] {
  color: #B42973;
}
body.green .btn, body.green .section-kymenlaaksonyt-eventz-lift .bubster-more, .section-kymenlaaksonyt-eventz-lift body.green .bubster-more, body.green .search-form .search-submit, .search-form body.green .search-submit, body.green .comment-form input[type=submit], .comment-form body.green input[type=submit] {
  color: #008629;
}
body.orange .btn, body.orange .section-kymenlaaksonyt-eventz-lift .bubster-more, .section-kymenlaaksonyt-eventz-lift body.orange .bubster-more, body.orange .search-form .search-submit, .search-form body.orange .search-submit, body.orange .comment-form input[type=submit], .comment-form body.orange input[type=submit] {
  color: #C54800;
}
body.turquoise .btn, body.turquoise .section-kymenlaaksonyt-eventz-lift .bubster-more, .section-kymenlaaksonyt-eventz-lift body.turquoise .bubster-more, body.turquoise .search-form .search-submit, .search-form body.turquoise .search-submit, body.turquoise .comment-form input[type=submit], .comment-form body.turquoise input[type=submit] {
  color: #444;
}
body.blue .btn, body.blue .section-kymenlaaksonyt-eventz-lift .bubster-more, .section-kymenlaaksonyt-eventz-lift body.blue .bubster-more, body.blue .search-form .search-submit, .search-form body.blue .search-submit, body.blue .comment-form input[type=submit], .comment-form body.blue input[type=submit] {
  color: #093377;
}
.btn:hover, .section-kymenlaaksonyt-eventz-lift .bubster-more:hover, .search-form .search-submit:hover, .comment-form input[type=submit]:hover, .btn:active, .section-kymenlaaksonyt-eventz-lift .bubster-more:active, .search-form .search-submit:active, .comment-form input[type=submit]:active, .btn:focus, .section-kymenlaaksonyt-eventz-lift .bubster-more:focus, .search-form .search-submit:focus, .comment-form input[type=submit]:focus {
  color: #fff;
}
body.pink .btn:hover, body.pink .section-kymenlaaksonyt-eventz-lift .bubster-more:hover, .section-kymenlaaksonyt-eventz-lift body.pink .bubster-more:hover, body.pink .search-form .search-submit:hover, .search-form body.pink .search-submit:hover, body.pink .comment-form input[type=submit]:hover, .comment-form body.pink input[type=submit]:hover, body.pink .btn:active, body.pink .section-kymenlaaksonyt-eventz-lift .bubster-more:active, .section-kymenlaaksonyt-eventz-lift body.pink .bubster-more:active, body.pink .search-form .search-submit:active, .search-form body.pink .search-submit:active, body.pink .comment-form input[type=submit]:active, .comment-form body.pink input[type=submit]:active, body.pink .btn:focus, body.pink .section-kymenlaaksonyt-eventz-lift .bubster-more:focus, .section-kymenlaaksonyt-eventz-lift body.pink .bubster-more:focus, body.pink .search-form .search-submit:focus, .search-form body.pink .search-submit:focus, body.pink .comment-form input[type=submit]:focus, .comment-form body.pink input[type=submit]:focus {
  background-color: #EA5FA2;
}
body.green .btn:hover, body.green .section-kymenlaaksonyt-eventz-lift .bubster-more:hover, .section-kymenlaaksonyt-eventz-lift body.green .bubster-more:hover, body.green .search-form .search-submit:hover, .search-form body.green .search-submit:hover, body.green .comment-form input[type=submit]:hover, .comment-form body.green input[type=submit]:hover, body.green .btn:active, body.green .section-kymenlaaksonyt-eventz-lift .bubster-more:active, .section-kymenlaaksonyt-eventz-lift body.green .bubster-more:active, body.green .search-form .search-submit:active, .search-form body.green .search-submit:active, body.green .comment-form input[type=submit]:active, .comment-form body.green input[type=submit]:active, body.green .btn:focus, body.green .section-kymenlaaksonyt-eventz-lift .bubster-more:focus, .section-kymenlaaksonyt-eventz-lift body.green .bubster-more:focus, body.green .search-form .search-submit:focus, .search-form body.green .search-submit:focus, body.green .comment-form input[type=submit]:focus, .comment-form body.green input[type=submit]:focus {
  background-color: #27B756;
}
body.orange .btn:hover, body.orange .section-kymenlaaksonyt-eventz-lift .bubster-more:hover, .section-kymenlaaksonyt-eventz-lift body.orange .bubster-more:hover, body.orange .search-form .search-submit:hover, .search-form body.orange .search-submit:hover, body.orange .comment-form input[type=submit]:hover, .comment-form body.orange input[type=submit]:hover, body.orange .btn:active, body.orange .section-kymenlaaksonyt-eventz-lift .bubster-more:active, .section-kymenlaaksonyt-eventz-lift body.orange .bubster-more:active, body.orange .search-form .search-submit:active, .search-form body.orange .search-submit:active, body.orange .comment-form input[type=submit]:active, .comment-form body.orange input[type=submit]:active, body.orange .btn:focus, body.orange .section-kymenlaaksonyt-eventz-lift .bubster-more:focus, .section-kymenlaaksonyt-eventz-lift body.orange .bubster-more:focus, body.orange .search-form .search-submit:focus, .search-form body.orange .search-submit:focus, body.orange .comment-form input[type=submit]:focus, .comment-form body.orange input[type=submit]:focus {
  background-color: #FF7800;
}
body.turquoise .btn:hover, body.turquoise .section-kymenlaaksonyt-eventz-lift .bubster-more:hover, .section-kymenlaaksonyt-eventz-lift body.turquoise .bubster-more:hover, body.turquoise .search-form .search-submit:hover, .search-form body.turquoise .search-submit:hover, body.turquoise .comment-form input[type=submit]:hover, .comment-form body.turquoise input[type=submit]:hover, body.turquoise .btn:active, body.turquoise .section-kymenlaaksonyt-eventz-lift .bubster-more:active, .section-kymenlaaksonyt-eventz-lift body.turquoise .bubster-more:active, body.turquoise .search-form .search-submit:active, .search-form body.turquoise .search-submit:active, body.turquoise .comment-form input[type=submit]:active, .comment-form body.turquoise input[type=submit]:active, body.turquoise .btn:focus, body.turquoise .section-kymenlaaksonyt-eventz-lift .bubster-more:focus, .section-kymenlaaksonyt-eventz-lift body.turquoise .bubster-more:focus, body.turquoise .search-form .search-submit:focus, .search-form body.turquoise .search-submit:focus, body.turquoise .comment-form input[type=submit]:focus, .comment-form body.turquoise input[type=submit]:focus {
  background-color: #00bfa5;
  color: #FFF;
}
body.blue .btn:hover, body.blue .section-kymenlaaksonyt-eventz-lift .bubster-more:hover, .section-kymenlaaksonyt-eventz-lift body.blue .bubster-more:hover, body.blue .search-form .search-submit:hover, .search-form body.blue .search-submit:hover, body.blue .comment-form input[type=submit]:hover, .comment-form body.blue input[type=submit]:hover, body.blue .btn:active, body.blue .section-kymenlaaksonyt-eventz-lift .bubster-more:active, .section-kymenlaaksonyt-eventz-lift body.blue .bubster-more:active, body.blue .search-form .search-submit:active, .search-form body.blue .search-submit:active, body.blue .comment-form input[type=submit]:active, .comment-form body.blue input[type=submit]:active, body.blue .btn:focus, body.blue .section-kymenlaaksonyt-eventz-lift .bubster-more:focus, .section-kymenlaaksonyt-eventz-lift body.blue .bubster-more:focus, body.blue .search-form .search-submit:focus, .search-form body.blue .search-submit:focus, body.blue .comment-form input[type=submit]:focus, .comment-form body.blue input[type=submit]:focus {
  background-color: #093377;
  color: #FFF;
}
body.pink .btn--default {
  color: #EA5FA2;
}
body.green .btn--default {
  color: #27B756;
}
body.orange .btn--default {
  color: #C54800;
}
body.turquoise .btn--default {
  color: #444;
}
body.blue .btn--default {
  color: #093377;
}
.btn--default:hover, .btn--default:active, .btn--default:focus {
  color: #fff !important;
}
body.pink .btn--default:hover, body.pink .btn--default:active, body.pink .btn--default:focus {
  background-color: #EA5FA2;
}
body.green .btn--default:hover, body.green .btn--default:active, body.green .btn--default:focus {
  background-color: #27B756;
}
body.orange .btn--default:hover, body.orange .btn--default:active, body.orange .btn--default:focus {
  background-color: #FF7800;
}
body.turquoise .btn--default:hover, body.turquoise .btn--default:active, body.turquoise .btn--default:focus {
  background-color: #00bfa5;
  color: #FFF;
}
body.blue .btn--default:hover, body.blue .btn--default:active, body.blue .btn--default:focus {
  background-color: #093377;
  color: #FFF;
}
body.pink .btn--brand-primary, body.pink .comment-form input[type=submit], .comment-form body.pink input[type=submit] {
  background-color: #B42973;
}
body.green .btn--brand-primary, body.green .comment-form input[type=submit], .comment-form body.green input[type=submit] {
  background-color: #008629;
}
body.orange .btn--brand-primary, body.orange .comment-form input[type=submit], .comment-form body.orange input[type=submit] {
  background-color: #C54800;
}
body.turquoise .btn--brand-primary, body.turquoise .comment-form input[type=submit], .comment-form body.turquoise input[type=submit] {
  background-color: #00d8bb;
}
body.blue .btn--brand-primary, body.blue .comment-form input[type=submit], .comment-form body.blue input[type=submit] {
  background-color: #093377;
}
body.pink .btn--brand-primary, body.pink .comment-form input[type=submit], .comment-form body.pink input[type=submit], body.green .btn--brand-primary, body.green .comment-form input[type=submit], .comment-form body.green input[type=submit], body.orange .btn--brand-primary, body.orange .comment-form input[type=submit], .comment-form body.orange input[type=submit], body.blue .btn--brand-primary, body.blue .comment-form input[type=submit], .comment-form body.blue input[type=submit] {
  color: #fff;
}
body.pink .btn--brand-primary:hover, body.pink .comment-form input[type=submit]:hover, .comment-form body.pink input[type=submit]:hover {
  background-color: #EA5FA2;
}
body.green .btn--brand-primary:hover, body.green .comment-form input[type=submit]:hover, .comment-form body.green input[type=submit]:hover {
  background-color: #27B756;
}
body.orange .btn--brand-primary:hover, body.orange .comment-form input[type=submit]:hover, .comment-form body.orange input[type=submit]:hover {
  background-color: #FF7800;
}
body.turquoise .btn--brand-primary:hover, body.turquoise .comment-form input[type=submit]:hover, .comment-form body.turquoise input[type=submit]:hover {
  background-color: #00bfa5;
  color: #FFF;
}
body.blue .btn--brand-primary:hover, body.blue .comment-form input[type=submit]:hover, .comment-form body.blue input[type=submit]:hover {
  background-color: #093377;
  color: #FFF;
}
body.pink .btn--brand-primary:hover, body.pink .comment-form input[type=submit]:hover, .comment-form body.pink input[type=submit]:hover, body.green .btn--brand-primary:hover, body.green .comment-form input[type=submit]:hover, .comment-form body.green input[type=submit]:hover, body.orange .btn--brand-primary:hover, body.orange .comment-form input[type=submit]:hover, .comment-form body.orange input[type=submit]:hover {
  color: #000;
}
body.pink .btn--brand-primary:active, body.pink .comment-form input[type=submit]:active, .comment-form body.pink input[type=submit]:active, body.pink .btn--brand-primary:focus, body.pink .comment-form input[type=submit]:focus, .comment-form body.pink input[type=submit]:focus {
  background-color: #EA5FA2;
}
body.green .btn--brand-primary:active, body.green .comment-form input[type=submit]:active, .comment-form body.green input[type=submit]:active, body.green .btn--brand-primary:focus, body.green .comment-form input[type=submit]:focus, .comment-form body.green input[type=submit]:focus {
  background-color: #27B756;
}
body.orange .btn--brand-primary:active, body.orange .comment-form input[type=submit]:active, .comment-form body.orange input[type=submit]:active, body.orange .btn--brand-primary:focus, body.orange .comment-form input[type=submit]:focus, .comment-form body.orange input[type=submit]:focus {
  background-color: #FF7800;
}
body.turquoise .btn--brand-primary:active, body.turquoise .comment-form input[type=submit]:active, .comment-form body.turquoise input[type=submit]:active, body.turquoise .btn--brand-primary:focus, body.turquoise .comment-form input[type=submit]:focus, .comment-form body.turquoise input[type=submit]:focus {
  background-color: #00bfa5;
  color: #FFF;
}
body.blue .btn--brand-primary:active, body.blue .comment-form input[type=submit]:active, .comment-form body.blue input[type=submit]:active, body.blue .btn--brand-primary:focus, body.blue .comment-form input[type=submit]:focus, .comment-form body.blue input[type=submit]:focus {
  background-color: #093377;
  color: #FFF;
}
body.pink .btn--brand-primary:active, body.pink .comment-form input[type=submit]:active, .comment-form body.pink input[type=submit]:active, body.green .btn--brand-primary:active, body.green .comment-form input[type=submit]:active, .comment-form body.green input[type=submit]:active, body.orange .btn--brand-primary:active, body.orange .comment-form input[type=submit]:active, .comment-form body.orange input[type=submit]:active, body.pink .btn--brand-primary:focus, body.pink .comment-form input[type=submit]:focus, .comment-form body.pink input[type=submit]:focus, body.green .btn--brand-primary:focus, body.green .comment-form input[type=submit]:focus, .comment-form body.green input[type=submit]:focus, body.orange .btn--brand-primary:focus, body.orange .comment-form input[type=submit]:focus, .comment-form body.orange input[type=submit]:focus {
  color: #000;
}
.btn--white-filled {
  background-color: #FFF;
}
body.pink .btn--white-filled {
  color: #B42973;
}
body.green .btn--white-filled {
  color: #008629;
}
body.orange .btn--white-filled {
  color: #C54800;
}
body.turquoise .btn--white-filled {
  color: #444;
}
body.blue .btn--white-filled {
  color: #093377;
}
body.orange .btn--white-filled:hover {
  color: #FFF !important;
  background-color: #C54800 !important;
}
body.pink .btn--white-filled:hover {
  color: #840953;
}
body.green .btn--white-filled:hover {
  color: #006619;
}
body.orange .btn--white-filled:hover {
  color: #953800;
}
body.turquoise .btn--white-filled:hover {
  color: #444;
}
body.blue .btn--white-filled:hover {
  color: #093377;
}
body.pink .btn--white-filled:hover {
  background-color: #FF92D3;
}
body.green .btn--white-filled:hover {
  background-color: #66EA84;
}
body.orange .btn--white-filled:hover {
  background-color: #FFA942;
}
body.turquoise .btn--white-filled:hover {
  background-color: #00d8bb;
}
body.blue .btn--white-filled:hover {
  background-color: #99CCFF;
}
.btn--white-filled:focus, .btn--white-filled:active {
  background-color: #FFF;
}
body.orange .btn--white-filled:focus, body.orange .btn--white-filled:active {
  color: #FFF !important;
}
body.pink .btn--white-filled:focus, body.pink .btn--white-filled:active {
  color: #840953;
}
body.green .btn--white-filled:focus, body.green .btn--white-filled:active {
  color: #006619;
}
body.orange .btn--white-filled:focus, body.orange .btn--white-filled:active {
  color: #953800;
}
body.turquoise .btn--white-filled:focus, body.turquoise .btn--white-filled:active {
  color: #444;
}
body.blue .btn--white-filled:focus, body.blue .btn--white-filled:active {
  color: #093377;
}
body .crisis .btn--crisis {
  color: #212121;
  background-color: #FF7800;
  padding: 0.5rem 1rem;
}
@media (min-width: 576px) {
  body .crisis .btn--crisis {
    padding: 0.5rem 1.5rem;
  }
}
@media (min-width: 768px) {
  body .crisis .btn--crisis {
    padding: 0.75rem 2rem;
  }
}
@media (min-width: 992px) {
  body .crisis .btn--crisis {
    padding: 0.875rem 2.75rem;
  }
}
body .crisis .btn--crisis:hover, body .crisis .btn--crisis:active, body .crisis .btn--crisis:focus {
  color: #FF7800 !important;
  background-color: #212121;
}

.pagination-wrap {
  margin-bottom: 6rem;
}
.pagination-wrap ul.pagination {
  margin-bottom: 0;
}
.pagination-wrap ul.pagination li {
  height: 2rem;
  width: 2rem;
  background-color: #FFF;
  border-radius: 1rem;
  text-align: center;
  margin-right: 0.5rem;
}
.pagination-wrap ul.pagination li .page-link, .pagination-wrap ul.pagination li a {
  line-height: 2rem;
  font-weight: 400;
  color: #212121;
  text-decoration: none;
  display: block;
  background-color: transparent;
  border: none;
}
body.pink .pagination-wrap ul.pagination li:hover {
  background-color: #FF92D3;
}
body.green .pagination-wrap ul.pagination li:hover {
  background-color: #66EA84;
}
body.orange .pagination-wrap ul.pagination li:hover {
  background-color: #FFA942;
}
body.turquoise .pagination-wrap ul.pagination li:hover {
  background-color: #00d8bb;
}
body.blue .pagination-wrap ul.pagination li:hover {
  background-color: #99CCFF;
}
.pagination-wrap ul.pagination li.page-item--focus {
  border-style: solid;
  border-width: 1px;
}
body.pink .pagination-wrap ul.pagination li.page-item--focus {
  border-color: #FF92D3;
}
body.green .pagination-wrap ul.pagination li.page-item--focus {
  border-color: #66EA84;
}
body.orange .pagination-wrap ul.pagination li.page-item--focus {
  border-color: #FFA942;
}
body.turquoise .pagination-wrap ul.pagination li.page-item--focus {
  border-color: #00d8bb;
}
body.blue .pagination-wrap ul.pagination li.page-item--focus {
  border-color: #093377;
}
.pagination-wrap ul.pagination li.active {
  height: 2rem;
  width: 2rem;
  border-radius: 1rem;
  text-align: center;
}
body.pink .pagination-wrap ul.pagination li.active {
  background-color: #FF92D3;
}
body.green .pagination-wrap ul.pagination li.active {
  background-color: #66EA84;
}
body.orange .pagination-wrap ul.pagination li.active {
  background-color: #FFA942;
}
body.turquoise .pagination-wrap ul.pagination li.active {
  background-color: #00d8bb;
}
body.blue .pagination-wrap ul.pagination li.active {
  background-color: #99CCFF;
}
.pagination-wrap ul.pagination li.active span {
  line-height: 2rem;
  color: #212121;
}

body.blue.kymenjatelautakunta .pagination .page-item.active .page-link.current {
  background-color: #093377;
  border-color: #093377;
}

.event-archive .pagination-wrap .facetwp-facet-load_more, .event-archive .pagination-wrap .facetwp-load-more {
  padding: 0.75rem 0.75rem 1rem 0.75rem;
  background-color: #F4F4F5;
  margin: 0 15px;
  width: 100%;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
}
body.pink .event-archive .pagination-wrap .facetwp-facet-load_more, body.pink .event-archive .pagination-wrap .facetwp-load-more {
  color: #EA5FA2;
}
body.green .event-archive .pagination-wrap .facetwp-facet-load_more, body.green .event-archive .pagination-wrap .facetwp-load-more {
  color: #27B756;
}
body.orange .event-archive .pagination-wrap .facetwp-facet-load_more, body.orange .event-archive .pagination-wrap .facetwp-load-more {
  color: #C54800;
}
body.turquoise .event-archive .pagination-wrap .facetwp-facet-load_more, body.turquoise .event-archive .pagination-wrap .facetwp-load-more {
  color: #444;
}
body.blue .event-archive .pagination-wrap .facetwp-facet-load_more, body.blue .event-archive .pagination-wrap .facetwp-load-more {
  color: #093377;
}
.event-archive .pagination-wrap .facetwp-facet-load_more button, .event-archive .pagination-wrap .facetwp-load-more button {
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
  padding: 0;
  width: auto;
}
.event-archive .pagination-wrap .link-text--no-border {
  border-bottom: none;
}
.event-archive .pagination-wrap .fwp-load-more-plus {
  font-size: 18px;
  margin: 1px 0 0 8px;
  border-bottom: none;
}

.comments h2 {
  margin-bottom: 2rem;
}
.comments a {
  text-decoration: underline;
}
body.pink .comments a {
  color: #B42973;
}
body.green .comments a {
  color: #008629;
}
body.orange .comments a {
  color: #C54800;
}
body.turquoise .comments a {
  color: #444;
}
body.blue .comments a {
  color: #093377;
}
body.pink .comments a:hover {
  color: #EA5FA2;
}
body.green .comments a:hover {
  color: #27B756;
}
body.orange .comments a:hover {
  color: #C54800;
}
body.turquoise .comments a:hover {
  color: #444;
}
body.blue .comments a:hover {
  color: #093377;
}

.comment-list .comment-body {
  margin-bottom: 2rem;
}
.comment-list .comment-content p {
  margin: 0.5rem 0;
}

.comment-list ol {
  list-style: none;
}

.comment-meta .edit-link {
  margin-left: 0.625rem;
}

.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  border-color: #6d6d6d;
}

h2.sidebar_facets_title {
  font-size: 1.4375rem;
  line-height: 1.2;
  margin-bottom: 1.75rem;
}

.sidebar-wrap .widget h3.facet_header, .sidebar-wrap .widget button.facet_header {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0.5rem 1rem;
  border: none;
  width: 100%;
  text-align: left;
  margin-bottom: 0.5rem;
}
body.pink .sidebar-wrap .widget h3.facet_header, body.pink .sidebar-wrap .widget button.facet_header {
  background-color: #FF92D3;
}
body.green .sidebar-wrap .widget h3.facet_header, body.green .sidebar-wrap .widget button.facet_header {
  background-color: #66EA84;
}
body.orange .sidebar-wrap .widget h3.facet_header, body.orange .sidebar-wrap .widget button.facet_header {
  background-color: #FFA942;
}
body.turquoise .sidebar-wrap .widget h3.facet_header, body.turquoise .sidebar-wrap .widget button.facet_header {
  background-color: #00d8bb;
}
body.blue .sidebar-wrap .widget h3.facet_header, body.blue .sidebar-wrap .widget button.facet_header {
  background-color: #99CCFF;
}
@media (min-width: 768px) {
  .sidebar-wrap .widget h3.facet_header, .sidebar-wrap .widget button.facet_header {
    padding: 0 0 0.375rem;
    border-bottom: 2px solid;
  }
  body.pink .sidebar-wrap .widget h3.facet_header, body.pink .sidebar-wrap .widget button.facet_header {
    border-color: #FF92D3;
  }
  body.green .sidebar-wrap .widget h3.facet_header, body.green .sidebar-wrap .widget button.facet_header {
    border-color: #66EA84;
  }
  body.orange .sidebar-wrap .widget h3.facet_header, body.orange .sidebar-wrap .widget button.facet_header {
    border-color: #FFA942;
  }
  body.turquoise .sidebar-wrap .widget h3.facet_header, body.turquoise .sidebar-wrap .widget button.facet_header {
    border-color: #00d8bb;
  }
  body.blue .sidebar-wrap .widget h3.facet_header, body.blue .sidebar-wrap .widget button.facet_header {
    border-color: #093377;
  }
  body.pink .sidebar-wrap .widget h3.facet_header, body.green .sidebar-wrap .widget h3.facet_header, body.orange .sidebar-wrap .widget h3.facet_header, body.pink .sidebar-wrap .widget button.facet_header, body.green .sidebar-wrap .widget button.facet_header, body.orange .sidebar-wrap .widget button.facet_header {
    background-color: transparent;
  }
}
.sidebar-wrap .widget h3.facet_header:after, .sidebar-wrap .widget button.facet_header:after {
  content: "\f2c3";
  font-family: FontAwesome;
  float: right;
  font-size: 1.5rem;
  margin-top: -1px;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear, -o-transform 0.3s linear;
}
@media (min-width: 768px) {
  .sidebar-wrap .widget h3.facet_header:after, .sidebar-wrap .widget button.facet_header:after {
    display: none;
  }
}

.sidebar-wrap .widget button.facet_header {
  display: block;
  cursor: pointer;
}
@media (min-width: 768px) {
  .sidebar-wrap .widget button.facet_header {
    display: none;
  }
}

.sidebar-wrap .widget h3.facet_header {
  display: none;
}
@media (min-width: 768px) {
  .sidebar-wrap .widget h3.facet_header {
    display: block;
  }
}
.sidebar-wrap .widget h3.facet_header:after {
  display: none;
}

.sidebar-wrap .widget-department h3.facet_header {
  display: block;
}

.sidebar-wrap .widget button.facet_header.opened:after {
  content: "\f2c3";
  -webkit-transform: rotate(45deg);
       -o-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear, -o-transform 0.3s linear;
}

.sidebar-wrap .widget label.facet_header {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 600;
  margin: 0 0 0.5rem;
  width: 100%;
}

.facetwp-toggle {
  display: block;
  padding: 0.75rem 0.75rem 1rem 0.75rem;
  margin-top: 1rem;
  background-color: #F4F4F5;
  width: 100%;
  text-align: center;
  cursor: pointer;
  text-decoration: underline !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  border: 0;
}
body.pink .facetwp-toggle {
  color: #EA5FA2;
}
body.green .facetwp-toggle {
  color: #27B756;
}
body.orange .facetwp-toggle {
  color: #C54800;
}
body.turquoise .facetwp-toggle {
  color: #444;
}
body.blue .facetwp-toggle {
  color: #093377;
}
.facetwp-toggle .facetwp-toggle-icon__more {
  margin-left: 8px;
  text-decoration: none;
  /* margin-top: 0px; */
  font-size: 24px;
  position: absolute;
}
.facetwp-toggle .facetwp-toggle-icon__less {
  margin-left: 8px;
  text-decoration: none;
  /* margin-top: 0px; */
  font-size: 24px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.facetwp-seo, .facetwp-hidden {
  display: none;
}

.facetwp-pager {
  margin-bottom: 2.1875rem;
  padding-left: 0.9375rem;
}
.facetwp-pager .facetwp-pager-label {
  display: none !important;
}
.facetwp-pager .facetwp-page {
  box-shadow: none;
  border-radius: 0;
  border: 0.0625rem solid;
  padding: 0 0.1875rem;
  min-width: 1.625rem;
}
body.pink .facetwp-pager .facetwp-page {
  border-color: #EA5FA2;
}
body.green .facetwp-pager .facetwp-page {
  border-color: #27B756;
}
body.orange .facetwp-pager .facetwp-page {
  border-color: #FF7800;
}
body.turquoise .facetwp-pager .facetwp-page {
  border-color: #00d8bb;
}
body.blue .facetwp-pager .facetwp-page {
  border-color: #093377;
}
body.pink .facetwp-pager .facetwp-page {
  color: #EA5FA2;
}
body.green .facetwp-pager .facetwp-page {
  color: #27B756;
}
body.orange .facetwp-pager .facetwp-page {
  color: #C54800;
}
body.turquoise .facetwp-pager .facetwp-page {
  color: #444;
}
body.blue .facetwp-pager .facetwp-page {
  color: #093377;
}
.facetwp-pager .facetwp-page.active {
  color: #ffffff;
}
body.pink .facetwp-pager .facetwp-page.active {
  background-color: #EA5FA2;
}
body.green .facetwp-pager .facetwp-page.active {
  background-color: #27B756;
}
body.orange .facetwp-pager .facetwp-page.active {
  background-color: #FF7800;
}
body.turquoise .facetwp-pager .facetwp-page.active {
  background-color: #00bfa5;
  color: #FFF;
}
body.blue .facetwp-pager .facetwp-page.active {
  background-color: #093377;
  color: #FFF;
}
.facetwp-pager .dots {
  margin-right: 0.375rem;
}
body.pink .facetwp-pager .dots {
  color: #EA5FA2;
}
body.green .facetwp-pager .dots {
  color: #27B756;
}
body.orange .facetwp-pager .dots {
  color: #C54800;
}
body.turquoise .facetwp-pager .dots {
  color: #444;
}
body.blue .facetwp-pager .dots {
  color: #093377;
}

.facetwp-facet {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .facetwp-facet {
    margin-bottom: 1.875rem;
  }
}
.facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-date, .facetwp-facet .flatpickr-alt, .facetwp-facet .flatpickr-input, .facetwp-facet .fs-label-wrap {
  border: 0.125rem solid #6d6d6d;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  color: #212121;
  font-weight: 600;
  outline: none;
}
.facetwp-facet input.facetwp-search::-webkit-input-placeholder, .facetwp-facet input.facetwp-date::-webkit-input-placeholder, .facetwp-facet .flatpickr-alt::-webkit-input-placeholder, .facetwp-facet .flatpickr-input::-webkit-input-placeholder, .facetwp-facet .fs-label-wrap::-webkit-input-placeholder {
  color: #707070;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.facetwp-facet input.facetwp-search:-ms-input-placeholder, .facetwp-facet input.facetwp-date:-ms-input-placeholder, .facetwp-facet .flatpickr-alt:-ms-input-placeholder, .facetwp-facet .flatpickr-input:-ms-input-placeholder, .facetwp-facet .fs-label-wrap:-ms-input-placeholder {
  color: #707070;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.facetwp-facet input.facetwp-search::placeholder, .facetwp-facet input.facetwp-date::placeholder, .facetwp-facet .flatpickr-alt::placeholder, .facetwp-facet .flatpickr-input::placeholder, .facetwp-facet .fs-label-wrap::placeholder {
  color: #707070;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.facetwp-facet input.facetwp-search:hover, .facetwp-facet input.facetwp-date:hover, .facetwp-facet .flatpickr-alt:hover, .facetwp-facet .flatpickr-input:hover, .facetwp-facet .fs-label-wrap:hover {
  border: 2px solid #727272;
}
.facetwp-facet input.facetwp-search:focus, .facetwp-facet input.facetwp-date:focus, .facetwp-facet .flatpickr-alt:focus, .facetwp-facet .flatpickr-input:focus, .facetwp-facet .fs-label-wrap:focus {
  border: 2px solid #4B91E3;
}
.facetwp-facet input.facetwp-search {
  padding: 1rem 3.5rem 1rem 1rem;
}
.facetwp-facet .search-hint {
  position: absolute;
  padding: 0.3125rem 0 0 0.1875rem;
  font-size: 1.25rem;
  cursor: help;
}
body.pink .facetwp-facet .search-hint {
  color: #EA5FA2;
}
body.green .facetwp-facet .search-hint {
  color: #27B756;
}
body.orange .facetwp-facet .search-hint {
  color: #C54800;
}
body.turquoise .facetwp-facet .search-hint {
  color: #444;
}
body.blue .facetwp-facet .search-hint {
  color: #093377;
}
.facetwp-facet.facetwp-type-search {
  position: relative;
}
.facetwp-facet .facetwp-search-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: url(../../dist/images/icons/ikoni-hae.svg) no-repeat center left 0;
  background-size: 1.5rem;
  height: 1.75rem;
  width: 1.75rem;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

label.facet_header.opened + .facetwp-facet {
  display: block;
}

.facetwp-type-checkboxes, .facetwp-type-radio, .facetwp-type-date_range {
  max-height: 31.25rem !important;
  display: none;
}
@media (min-width: 768px) {
  .facetwp-type-checkboxes, .facetwp-type-radio, .facetwp-type-date_range {
    display: block;
  }
}
.facetwp-type-checkboxes .facetwp-depth, .facetwp-type-radio .facetwp-depth, .facetwp-type-date_range .facetwp-depth {
  display: none;
}
.facetwp-type-checkboxes .facetwp-depth.visible, .facetwp-type-radio .facetwp-depth.visible, .facetwp-type-date_range .facetwp-depth.visible {
  display: block;
}

.facetwp-type-checkboxes.facetwp-facet-event_organizer {
  overflow-y: auto;
  padding-right: 0.75rem;
}

.facetwp-checkbox,
.facetwp-radio {
  position: relative;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  line-height: 1.3;
  padding-left: 1.5rem !important;
  padding-right: 2.5rem !important;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: 0 50%;
}

.facetwp-checkbox {
  background-image: url(../images/icons/checkbox.png);
}

.facetwp-radio {
  background-image: url(../images/icons/radio.svg);
  background-size: 1rem 1rem;
}

.facetwp-checkbox.checked {
  background-image: url(../images/icons/checkbox-on.png);
  background-size: 0.875rem 0.875rem !important;
}

.facetwp-radio.checked {
  background-image: url(../images/icons/radio-on.svg);
}

.widget-event-search .facetwp-facet, .widget-event-search input.facetwp-date, .widget-event-search .flatpickr-alt, .widget-event-search .flatpickr-input, .widget-archive-search .facetwp-facet, .widget-archive-search input.facetwp-date, .widget-archive-search .flatpickr-alt, .widget-archive-search .flatpickr-input {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .widget-event-search .facetwp-facet, .widget-event-search input.facetwp-date, .widget-event-search .flatpickr-alt, .widget-event-search .flatpickr-input, .widget-archive-search .facetwp-facet, .widget-archive-search input.facetwp-date, .widget-archive-search .flatpickr-alt, .widget-archive-search .flatpickr-input {
    margin-bottom: 2rem;
  }
}
.widget-event-search .facetwp-type-search, .widget-archive-search .facetwp-type-search {
  margin-bottom: 2rem;
}

input.facetwp-date, .flatpickr-alt {
  background-image: url(../images/icons/ikoni-kalenteri.svg);
  background-position: center right 1.125rem;
  background-size: 1.5rem;
  background-repeat: no-repeat;
}

.widget-archive-content-type h3.facet_header:after {
  content: "";
}

.facetwp-type-alpha {
  padding-left: 0.9375rem;
}

.facetwp-btn::before {
  background-size: 1.5625rem 1.5625rem;
  width: 1.5625rem;
  height: 1.5625rem;
}

.btn-facet-search {
  margin-top: 0.3125rem;
}

.facetwp-counter {
  display: none;
}

.widget-organizer__show-all {
  padding: 0.75rem 0.75rem 1rem 0.75rem;
  background-color: #F4F4F5;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.widget-organizer__show-all-plus {
  position: relative;
  top: 4px;
  margin-left: 6px;
  border-bottom: none;
  font-size: 1.625rem;
}

.widget-reset {
  margin-top: 1.5rem;
}
.widget-reset .widget-reset__button {
  margin-bottom: 2rem;
}
.widget-reset .widget-reset__button svg {
  margin-left: 0.5rem;
  cursor: pointer;
}
body.pink .widget-reset .widget-reset__button svg #Rectangle-6, body.pink .widget-reset .widget-reset__button svg #Fill-1 {
  fill: #EA5FA2;
}
body.green .widget-reset .widget-reset__button svg #Rectangle-6, body.green .widget-reset .widget-reset__button svg #Fill-1 {
  fill: #27B756;
}
body.orange .widget-reset .widget-reset__button svg #Rectangle-6, body.orange .widget-reset .widget-reset__button svg #Fill-1 {
  fill: #FF7800;
}
body.turquoise .widget-reset .widget-reset__button svg #Rectangle-6, body.turquoise .widget-reset .widget-reset__button svg #Fill-1 {
  fill: #00d8bb;
}
body.blue .widget-reset .widget-reset__button svg #Rectangle-6, body.blue .widget-reset .widget-reset__button svg #Fill-1 {
  fill: #093377;
}

.facetwp-type-fselect .fs-wrap {
  position: relative;
  width: 100% !important;
}
.facetwp-type-fselect .fs-label-wrap {
  padding: 0;
}
.facetwp-type-fselect .fs-label {
  border: 0;
  width: 100%;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
  padding: 1rem 2.5rem 1rem 1rem !important;
}
.facetwp-type-fselect .fs-label:after {
  content: "";
  display: block;
  position: absolute;
  top: 1.5625rem;
  right: 1rem;
  background-image: url(../../dist/images/icons/ikoni-nuoli.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 0.8125rem;
  height: 0.5rem;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.facetwp-type-fselect .fs-open .fs-label:after {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.facetwp-type-fselect .fs-arrow {
  display: none;
}
.facetwp-type-fselect .fs-dropdown {
  width: 100% !important;
  border: none;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  margin-top: 0;
}
.facetwp-type-fselect .fs-search {
  padding: 0.4375rem !important;
  color: #212121;
}
.facetwp-type-fselect .fs-search input {
  padding: 0.75rem;
  border: 0.125rem solid #6d6d6d !important;
}
.facetwp-type-fselect .fs-option {
  padding-right: 2.75rem !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  word-break: normal;
}
.facetwp-type-fselect .fs-option-label {
  line-height: 1.2;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.facetwp-type-fselect .facetwp-counter {
  font-size: 1rem;
  margin-right: 0.4375rem;
}
.facetwp-type-fselect .select2 {
  display: none;
}

.search-form label {
  font-weight: normal;
}

.gform_body input[type=text], .gform_body textarea {
  border: 0.125rem solid #6d6d6d;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  width: 100%;
  color: #212121;
  font-weight: 600;
  outline: none;
}
.gform_body input[type=text]::-webkit-input-placeholder, .gform_body textarea::-webkit-input-placeholder {
  color: #707070;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.gform_body input[type=text]:-ms-input-placeholder, .gform_body textarea:-ms-input-placeholder {
  color: #707070;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.gform_body input[type=text]::placeholder, .gform_body textarea::placeholder {
  color: #707070;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}
.gform_body input[type=text]:hover, .gform_body textarea:hover {
  border: 2px solid #727272;
}
.gform_body input[type=text]:focus, .gform_body textarea:focus {
  border: 2px solid #4B91E3;
}
.gform_body li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .gform_body .gform_wrapper li.gfield_error textarea {
  border: 2px solid #F85359;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  margin-bottom: 0;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  box-sizing: border-box;
}

input#gform_submit_button_1 {
  cursor: pointer;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 0.875rem 2.75rem;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border: none;
  white-space: normal;
  border-radius: 36px;
}
body.pink input#gform_submit_button_1 {
  background-color: #EA5FA2;
}
body.green input#gform_submit_button_1 {
  background-color: #27B756;
}
body.orange input#gform_submit_button_1 {
  background-color: #FF7800;
}
body.turquoise input#gform_submit_button_1 {
  background-color: #00bfa5;
  color: #FFF;
}
body.blue input#gform_submit_button_1 {
  background-color: #093377;
  color: #FFF;
}
body.pink input#gform_submit_button_1:hover {
  background-color: #B42973;
}
body.green input#gform_submit_button_1:hover {
  background-color: #008629;
}
body.orange input#gform_submit_button_1:hover {
  background-color: #C54800;
}
body.turquoise input#gform_submit_button_1:hover {
  background-color: #00d8bb;
}
body.blue input#gform_submit_button_1:hover {
  background-color: #093377;
}
body.pink input#gform_submit_button_1:active, body.pink input#gform_submit_button_1:focus {
  background-color: #EA5FA2;
}
body.green input#gform_submit_button_1:active, body.green input#gform_submit_button_1:focus {
  background-color: #27B756;
}
body.orange input#gform_submit_button_1:active, body.orange input#gform_submit_button_1:focus {
  background-color: #FF7800;
}
body.turquoise input#gform_submit_button_1:active, body.turquoise input#gform_submit_button_1:focus {
  background-color: #00bfa5;
  color: #FFF;
}
body.blue input#gform_submit_button_1:active, body.blue input#gform_submit_button_1:focus {
  background-color: #093377;
  color: #FFF;
}

.main {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .sidebar-primary .main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}

.sidebar-wrap {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 576px) {
  .sidebar-wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.sidebar-both {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.sidebar-both .content-page__wrapper {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .sidebar-both .content-page__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    margin-left: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .sidebar-both .content-page__wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    margin-left: 25%;
  }
}
.sidebar-both .page-header {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .sidebar-both .page-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .sidebar-both .page-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.sidebar-both .main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0 !important;
}
@media (min-width: 768px) {
  .sidebar-both .main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .sidebar-both .main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
.sidebar-both .sidebar-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .sidebar-both .sidebar-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .sidebar-both .sidebar-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.sidebar-both .sidebar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .sidebar-both .sidebar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .sidebar-both .sidebar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}

.sidebar-both {
  padding: 0;
}

.archive .main, .post-type-archive .main, .blog .main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .archive .main, .post-type-archive .main, .blog .main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .archive .main, .post-type-archive .main, .blog .main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
.archive .sidebar-left, .post-type-archive .sidebar-left, .blog .sidebar-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .archive .sidebar-left, .post-type-archive .sidebar-left, .blog .sidebar-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .archive .sidebar-left, .post-type-archive .sidebar-left, .blog .sidebar-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
.archive .sidebar-right, .post-type-archive .sidebar-right, .blog .sidebar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .archive .sidebar-right, .post-type-archive .sidebar-right, .blog .sidebar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media (min-width: 992px) {
  .archive .sidebar-right, .post-type-archive .sidebar-right, .blog .sidebar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.single-post .main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .single-post .main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.6666666667%;
            flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
}
@media (min-width: 992px) {
  .single-post .main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.3333333333%;
            flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
}
.single-post .sidebar-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .single-post .sidebar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .single-post .sidebar-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.3333333333%;
            flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    margin-left: 8.3333333333%;
  }
}

.alignnone {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  height: auto;
}

.aligncenter {
  display: block;
  margin: 0.5rem auto;
  height: auto;
}

.alignleft,
.alignright {
  margin-bottom: 0.5rem;
  height: auto;
}

@media (min-width: 576px) {
  .alignleft {
    float: left;
    margin-right: 0.5rem;
  }
  .alignright {
    float: right;
    margin-left: 0.5rem;
  }
}
.top-nav li:first-of-type a {
  padding-left: 0;
}
.top-nav a {
  color: #212121;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  padding: 0 7px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .top-nav a {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .top-nav a {
    padding: 0 16px;
  }
}
.top-nav a:hover, .top-nav a:active, .top-nav a:focus {
  text-decoration: underline;
  background-color: transparent;
}
.header-top.black .top-nav #Fill-1, .header-top.theme .top-nav #Fill-1 {
  fill: #FFF;
}
.header-top.black .top-nav a, .header-top.theme .top-nav a {
  color: #FFF;
}

.top-nav-wrapper__lang {
  padding-left: 1rem;
}
.top-nav-wrapper__lang svg {
  padding: 0.125rem 0;
  height: 1.5rem;
  width: 1.5rem;
}

.lang-menu {
  margin: 0;
  padding: 0 16px 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lang-menu li.lang-item {
  list-style: none;
  padding: 0 5px 0 0;
}
.lang-menu li.lang-item a {
  text-transform: uppercase;
  text-decoration: none;
  padding: 0;
  font-weight: 500;
}
.lang-menu li.lang-item a:before {
  content: "/";
  padding-right: 5px;
}
.lang-menu li.lang-item-first a:before {
  display: none;
}

/**
* Search
 */
.search-form-container {
  width: 100%;
  padding: 0.75rem 0.5rem;
}
@media (min-width: 992px) {
  .search-form-container {
    width: 14.0625rem;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .search-form-container {
    width: 19.5rem;
    padding: 0;
  }
}
.search-form-container .input-group {
  width: 100%;
}
.search-form-container .input-group input.search-field {
  height: 2.5rem;
  border: none;
  font-weight: 500;
  color: #6d6d6d;
  padding: 0.5rem 1.375rem 0.5rem 3.5rem;
  background-color: #F4F4F5;
  border-radius: 20px 20px;
  font-size: 1rem;
  line-height: 1.5rem;
  display: inline-block;
  background-image: url(../../dist/images/icons/ikoni-haku.svg);
  background-size: 22px 22px;
  background-repeat: no-repeat;
  background-position: center left 15px;
}

.nav-top-mobile {
  display: none;
}
.nav-top-mobile ul.nav {
  padding: 1rem 0;
}
.nav-top-mobile ul.nav li.menu-item {
  padding: 0.5rem 1.2rem;
  width: 100%;
}
@media (min-width: 992px) {
  .nav-top-mobile ul.nav li.menu-item {
    width: auto;
    padding: 0.5rem 0;
  }
}
.nav-top-mobile ul.nav li.menu-item a {
  color: #212121;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
  padding: 0;
}
@media (min-width: 992px) {
  .nav-top-mobile ul.nav li.menu-item a {
    color: #FFF;
  }
}

/* Sidebar secondary */
ul.sidebar-nav {
  margin: 0;
  padding: 0 0.9375rem 0 0;
  display: none;
}
@media (min-width: 768px) {
  ul.sidebar-nav {
    border-right: 2px solid;
    display: block;
  }
  body.pink ul.sidebar-nav {
    border-color: #FF92D3;
  }
  body.green ul.sidebar-nav {
    border-color: #66EA84;
  }
  body.orange ul.sidebar-nav {
    border-color: #FFA942;
  }
  body.turquoise ul.sidebar-nav {
    border-color: #00d8bb;
  }
  body.blue ul.sidebar-nav {
    border-color: #093377;
  }
}
ul.sidebar-nav > li:first-of-type {
  padding: 0 0 0.25rem;
}
ul.sidebar-nav > li > a {
  padding: 0.25rem 1rem !important;
  display: block;
  font-weight: 500;
  border-radius: 1rem;
  line-height: 1.5rem;
}
ul.sidebar-nav > li > .togglechildren {
  padding: 0.25rem 1rem 0.25rem !important;
}
ul.sidebar-nav > li:hover > a {
  color: #212121;
  background-color: #F4F4F5;
  text-decoration: none;
}
ul.sidebar-nav > li.page_item {
  padding: 0.25rem 0;
  position: relative;
}
ul.sidebar-nav > li.page_item ul.children li.page_item {
  padding: 0;
  margin: 0.25rem 0;
  position: relative;
}
ul.sidebar-nav > li.page_item ul.children li.page_item a {
  display: block;
  border-radius: 1rem;
  padding: 0.25rem 1.75rem 0.25rem 1rem;
  text-decoration: none;
  font-weight: 400;
  line-height: 1.5rem;
}
ul.sidebar-nav > li.page_item ul.children li.page_item:hover > a {
  background-color: #F4F4F5;
}
ul.sidebar-nav > li.page_item ul.children li:last-of-type {
  border-bottom: 0;
}
ul.sidebar-nav > li.page_item_has_children {
  border-bottom: 0 !important;
}
ul.sidebar-nav > li.page_item_has_children > a {
  padding: 0.25rem 1.75rem 0.25rem 1rem !important;
  width: 100%;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
}
ul.sidebar-nav .togglechildren {
  position: absolute;
  right: 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
  top: 0.25rem;
  cursor: pointer;
  padding: 0 1rem;
  background-color: transparent;
  border: 0;
}
body.pink ul.sidebar-nav .togglechildren {
  color: #EA5FA2;
}
body.green ul.sidebar-nav .togglechildren {
  color: #27B756;
}
body.orange ul.sidebar-nav .togglechildren {
  color: #C54800;
}
body.turquoise ul.sidebar-nav .togglechildren {
  color: #444;
}
body.blue ul.sidebar-nav .togglechildren {
  color: #093377;
}
ul.sidebar-nav .togglechildren svg {
  width: 0.625rem;
  height: 0.625rem;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  vertical-align: baseline;
}
ul.sidebar-nav .togglechildren svg path {
  fill: #212121;
}
ul.sidebar-nav .togglechildren.open svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
ul.sidebar-nav > li > ul li:before {
  content: "›";
  padding-right: 5px;
  color: #bfbfbf;
  font-size: 18px;
  margin-left: -10px;
  position: absolute;
  top: 0.3125rem;
  display: none;
}
ul.sidebar-nav ul.sidebar-menu-walker > li.page_item_has_children.current_page_item > ul.children,
ul.sidebar-nav ul.sidebar-menu-walker > li.current_page_ancestor > ul.children,
ul.sidebar-nav ul.sidebar-menu-walker > li.current_page_parent > ul.children {
  display: block;
}
ul.sidebar-nav li.current_page_item > a {
  font-weight: 500 !important;
  font-size: 1.125rem;
  line-height: 1.5rem;
  border-radius: 1rem;
  text-decoration: none;
}
body.pink ul.sidebar-nav li.current_page_item > a {
  background-color: #FF92D3;
}
body.green ul.sidebar-nav li.current_page_item > a {
  background-color: #66EA84;
}
body.orange ul.sidebar-nav li.current_page_item > a {
  background-color: #FFA942;
}
body.turquoise ul.sidebar-nav li.current_page_item > a {
  background-color: #00d8bb;
}
body.blue ul.sidebar-nav li.current_page_item > a {
  background-color: #99CCFF;
}
ul.sidebar-nav ul {
  margin: 0;
  padding: 0;
}
ul.sidebar-nav ul.sidebar-menu-walker {
  padding: 0.5rem 0 0.5rem 1rem;
}
ul.sidebar-nav ul.children a {
  font-size: 0.775em;
}
@media (min-width: 992px) {
  ul.sidebar-nav ul.children a {
    font-size: 1.0625rem;
  }
}
ul.sidebar-nav ul.children ul.children ul.children a {
  font-size: 0.847em;
}
ul.sidebar-nav li {
  list-style-type: none;
  display: block;
  padding: 0.5rem 0 0.5rem 1rem;
  line-height: 1;
}
ul.sidebar-nav li a {
  padding: 0;
  color: #212121;
  font-size: 0.889em;
  text-decoration: none;
}
@media (min-width: 992px) {
  ul.sidebar-nav li a {
    font-size: 1.125rem;
  }
}
@media (max-width: 991.98px) {
  ul.sidebar-nav li a {
    /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
    -ms-word-break: break-word;
    /* Non standard for webkit */
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
  }
}

li .children {
  display: none;
}

.current_page_item .children {
  display: block;
}

.current_page_ancestor > .children, .current_page_parent > .children {
  display: block;
}
.current_page_ancestor .togglechildren.open svg, .current_page_parent .togglechildren.open svg {
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

/*
* Primary nav
 */
nav.nav-primary {
  display: none;
}
@media (min-width: 992px) {
  nav.nav-primary {
    display: block;
  }
}
nav.nav-primary ul.nav li.menu-item {
  width: 100%;
}
@media (min-width: 992px) {
  nav.nav-primary ul.nav li.menu-item:hover {
    width: auto;
  }
}
@media (min-width: 992px) {
  nav.nav-primary ul.nav li.menu-item {
    width: auto;
  }
}
.nav-primary {
  padding: 0;
  border: 0;
  margin-bottom: 0;
  font-weight: 700;
}
.nav-primary .navbar-wrapper {
  width: 100%;
  padding: 0;
}
.nav-primary .nav {
  position: relative;
  width: 100%;
}
@media (min-width: 992px) {
  .two-level-main-navigation .nav-primary .nav {
    padding-right: 10rem;
  }
}
@media (min-width: 1640px) {
  .two-level-main-navigation .nav-primary .nav {
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .nav-primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.nav-primary .icon-plus {
  height: 4.8rem;
  width: 4.8rem;
  margin: 0 0 auto auto;
}
.nav-primary .menu-item {
  height: 56px;
  color: #212121;
  list-style: none;
  font-size: 1.2rem;
}
.nav-primary .menu-item a {
  line-height: 56px;
  color: #212121;
  cursor: pointer;
}
.nav-primary .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #212121;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  padding: 0.9375rem 0 0.8125rem;
}
@media (min-width: 992px) {
  .nav-primary .menu-item > a {
    color: #FFF;
  }
}
.nav-primary .menu-item > a:hover, .nav-primary .menu-item > a:focus, .nav-primary .menu-item.active a {
  text-decoration: none;
  border-radius: 0;
  background-color: transparent;
}
.nav-primary .menu-item > .open-sub-menu {
  display: none;
}
@media (min-width: 992px) {
  .nav-primary .menu-item {
    position: static;
    -webkit-transition: border linear 0.1s;
    -o-transition: border linear 0.1s;
    transition: border linear 0.1s;
    margin: 0 10px;
  }
  .nav-primary .menu-item:first-of-type {
    margin: 0 10px 0 0;
  }
  .nav-primary .menu-item:hover, .nav-primary .menu-item.focus {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    border-bottom: solid 4px #FFF;
  }
  body.pink.multi-level-main-navigation .nav-primary .menu-item:hover, body.pink.two-level-main-navigation .nav-primary .menu-item:hover, body.pink.multi-level-main-navigation .nav-primary .menu-item.focus, body.pink.two-level-main-navigation .nav-primary .menu-item.focus {
    border-color: #EA5FA2;
  }
  body.green.multi-level-main-navigation .nav-primary .menu-item:hover, body.green.two-level-main-navigation .nav-primary .menu-item:hover, body.green.multi-level-main-navigation .nav-primary .menu-item.focus, body.green.two-level-main-navigation .nav-primary .menu-item.focus {
    border-color: #27B756;
  }
  body.orange.multi-level-main-navigation .nav-primary .menu-item:hover, body.orange.two-level-main-navigation .nav-primary .menu-item:hover, body.orange.multi-level-main-navigation .nav-primary .menu-item.focus, body.orange.two-level-main-navigation .nav-primary .menu-item.focus {
    border-color: #FF7800;
  }
  body.turquoise.multi-level-main-navigation .nav-primary .menu-item:hover, body.turquoise.two-level-main-navigation .nav-primary .menu-item:hover, body.turquoise.multi-level-main-navigation .nav-primary .menu-item.focus, body.turquoise.two-level-main-navigation .nav-primary .menu-item.focus {
    border-color: #00d8bb;
  }
  body.turquoise.multi-level-main-navigation .nav-primary .menu-item:hover, body.turquoise.two-level-main-navigation .nav-primary .menu-item:hover, body.turquoise.multi-level-main-navigation .nav-primary .menu-item.focus, body.turquoise.two-level-main-navigation .nav-primary .menu-item.focus {
    border-color: #093377;
  }
  .nav-primary .menu-item:hover > .sub-menu, .nav-primary .menu-item.focus > .sub-menu {
    display: block;
    visibility: visible;
    -webkit-transition-delay: 0.1s;
         -o-transition-delay: 0.1s;
            transition-delay: 0.1s;
    -webkit-transition-duration: 0.1s;
         -o-transition-duration: 0.1s;
            transition-duration: 0.1s;
  }
  .nav-primary .menu-item:hover > .sub-menu .sub-menu[aria-expanded=true], .nav-primary .menu-item.focus > .sub-menu .sub-menu[aria-expanded=true] {
    display: block;
    visibility: visible;
  }
  .nav-primary .menu-item:hover .open-sub-menu, .nav-primary .menu-item.focus .open-sub-menu {
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  .nav-primary .menu-item.current-page-ancestor, .nav-primary .menu-item.current-menu-item {
    border-bottom: solid 4px #FFF;
  }
}
@media (min-width: 1300px) {
  .nav-primary .menu-item {
    font-size: 1.4rem;
  }
}
.nav-primary .open-sub-menu {
  display: block;
  float: right;
  content: "";
  text-align: center;
  height: 56px;
  width: 56px;
  background-color: transparent;
  cursor: pointer;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.nav-primary .open-sub-menu .close-menu-arrow {
  display: none;
}
.nav-primary .open-sub-menu .open-menu-arrow {
  display: inline-block;
}
.nav-primary .open-sub-menu.is-active {
  background-color: #f5f5f5;
}
.nav-primary .open-sub-menu.is-active .open-menu-arrow {
  display: none;
}
.nav-primary .open-sub-menu.is-active .close-menu-arrow {
  display: inline-block;
}
.nav-primary .open-sub-menu .fa {
  position: relative;
  top: 0.125rem;
  font-size: 1.25rem;
  font-weight: 600;
  color: #212121;
  height: 20px;
}
.nav-primary .sub-menu {
  position: relative;
  display: none;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
  z-index: 1;
}
.nav-primary .sub-menu[aria-expanded=true] {
  display: block;
}
.nav-primary .sub-menu:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1;
  width: 300%;
  background: #f5f5f5;
}
@media (min-width: 992px) {
  .nav-primary .sub-menu:after {
    background: #FFF;
  }
}
@media (min-width: 992px) {
  .two-level-main-navigation .nav-primary .sub-menu:after {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .nav-primary .sub-menu {
    position: absolute;
    width: 33.3333333333%;
    top: 100%;
    left: 0;
    display: block;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.3s;
    -o-transition: visibility 0s 0.3s;
    transition: visibility 0s 0.3s;
    overflow: visible;
    z-index: 3000;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  .two-level-main-navigation .nav-primary .sub-menu {
    left: auto;
    width: auto;
    min-width: 240px;
  }
}
.nav-primary .sub-menu .open-sub-menu {
  background-color: transparent;
}
.nav-primary .sub-menu .open-sub-menu.is-active {
  background-color: #ececec;
}
.nav-primary .sub-menu a {
  cursor: pointer;
}
.nav-primary .sub-menu a:hover, .nav-primary .sub-menu a:focus {
  background-color: #ececec;
}
@media (min-width: 992px) {
  .nav-primary .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    width: 100%;
    -webkit-transition: visibility 0s 0s;
    -o-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
  }
  .nav-primary .sub-menu .sub-menu a:hover, .nav-primary .sub-menu .sub-menu a:focus {
    background: #dcdcdc;
  }
  .nav-primary .sub-menu .sub-menu[aria-expanded=true] {
    display: block;
    -webkit-transition-delay: 0.5s;
         -o-transition-delay: 0.5s;
            transition-delay: 0.5s;
    -webkit-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.nav-primary .sub-menu .sub-menu:after {
  width: 200%;
  background: #ececec;
}
.nav-primary .sub-menu .sub-menu .sub-menu:after {
  width: 100%;
  background: #dcdcdc;
}
.nav-primary .sub-menu .sub-menu .sub-menu .open-sub-menu {
  display: none;
}
.nav-primary .sub-menu .sub-menu .sub-menu a:hover, .nav-primary .sub-menu .sub-menu .sub-menu a:focus {
  background: #ececec;
}
.nav-primary .sub-menu .sub-menu .open-sub-menu {
  background-color: transparent;
}
.nav-primary .sub-menu .sub-menu .open-sub-menu.is-active {
  background-color: #dcdcdc;
}
.nav-primary .sub-menu .menu-item {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 56px;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  margin: 0;
}
.nav-primary .sub-menu .menu-item:hover, .nav-primary .sub-menu .menu-item.focus {
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0.1s;
       -o-transition-duration: 0.1s;
          transition-duration: 0.1s;
  border: none;
  color: #212121;
}
.nav-primary .sub-menu .menu-item:hover a, .nav-primary .sub-menu .menu-item.focus a {
  color: #212121;
}
@media (min-width: 992px) {
  .nav-primary .sub-menu .menu-item:hover > .sub-menu, .nav-primary .sub-menu .menu-item.focus > .sub-menu {
    display: none;
    visibility: hidden;
  }
}
.two-level-main-navigation .nav-primary .sub-menu .menu-item {
  height: auto;
}
.nav-primary .sub-menu .menu-item .open-sub-menu {
  display: block;
}
.two-level-main-navigation .nav-primary .sub-menu .menu-item .open-sub-menu {
  display: none;
}
@media (min-width: 992px) {
  .nav-primary .sub-menu .menu-item a {
    color: #212121;
    padding: 1rem 1.375rem;
    line-height: 1.3;
    font-size: 1.125rem;
    width: 100%;
  }
  body.pink .nav-primary .sub-menu .menu-item a:hover {
    color: #840953;
  }
  body.green .nav-primary .sub-menu .menu-item a:hover {
    color: #006619;
  }
  body.orange .nav-primary .sub-menu .menu-item a:hover {
    color: #953800;
  }
  body.turquoise .nav-primary .sub-menu .menu-item a:hover {
    color: #444;
  }
  body.blue .nav-primary .sub-menu .menu-item a:hover {
    color: #093377;
  }
  .nav-primary .sub-menu .menu-item .open-sub-menu {
    display: block;
    width: 56px;
    padding: 1rem 1.25rem;
  }
}
@media (max-width: 991.98px) {
  .nav-primary.nav-helper-class {
    width: 100%;
  }
  .nav-primary.nav-helper-class ul.nav {
    margin: 0;
    background-color: #FFF;
  }
  .nav-primary.nav-helper-class ul.nav > .menu-item {
    background-color: #FFF;
  }
  .nav-primary.nav-helper-class ul.nav > .menu-item > .open-sub-menu:hover, .nav-primary.nav-helper-class ul.nav > .menu-item > .open-sub-menu:focus {
    background-color: #f5f5f5;
  }
  .nav-primary.nav-helper-class ul.nav > .menu-item > a {
    padding: 1rem 1.25rem;
  }
  .nav-primary.nav-helper-class .menu-item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-duration: 0.1s;
         -o-transition-duration: 0.1s;
            transition-duration: 0.1s;
    margin: 0;
  }
  .not-multi-level-main-navigation .nav-primary.nav-helper-class .menu-item:after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #6d6d6d;
    margin-left: 1.25rem;
  }
  .nav-primary.nav-helper-class .menu-item a {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    line-height: 1.3;
    font-size: 1.125rem;
    width: 80%;
  }
  .nav-primary.nav-helper-class .menu-item .open-sub-menu {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-transform: rotate(90deg);
         -o-transform: rotate(90deg);
            transform: rotate(90deg);
    width: 56px;
  }
  .nav-primary.nav-helper-class .menu-item .open-sub-menu .fa {
    margin-bottom: 4px;
  }
  .nav-primary.nav-helper-class .menu-item .sub-menu {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .nav-primary.nav-helper-class .menu-item .sub-menu .menu-item a {
    padding: 1rem 1.875rem;
  }
  .nav-primary.nav-helper-class .menu-item .sub-menu .menu-item .open-sub-menu {
    padding: 0;
  }
  .nav-primary.nav-helper-class .menu-item .sub-menu .menu-item .sub-menu .menu-item a {
    padding: 1rem 2.5rem;
  }
  .nav-primary.nav-helper-class .menu-item .sub-menu .menu-item .sub-menu .menu-item .open-sub-menu {
    padding: 0;
  }
  .nav-primary.nav-helper-class .menu-item .sub-menu .menu-item .sub-menu .sub-menu .menu-item a {
    padding: 1rem 3.125rem;
  }
  .nav-primary.nav-helper-class .menu-item .sub-menu .menu-item .sub-menu .sub-menu .menu-item .open-sub-menu {
    padding: 0;
  }
  .nav-primary.nav-helper-class .sub-menu {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    width: 100%;
    min-height: 0;
  }
}

@media (max-width: 1199.98px) {
  .navbar-header {
    float: none;
  }
  .navbar-left, .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-nav {
    float: none !important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.social-share {
  width: 100%;
}
.social-share__label {
  float: left;
  margin-right: 0.875rem;
  line-height: 2.25rem;
  font-size: 1.0625rem;
  font-weight: 500;
}
.social-share .et_social_inline {
  float: left;
  margin: 0;
  min-width: 11.25rem;
}

.et_monarch .et_social_icons_container li {
  margin: 0 1rem 0 0 !important;
}
.et_monarch .et_social_icons_container li a:focus {
  outline: none;
  border: 1px solid #4D90FE;
  box-shadow: 0px 0px 5px #4D90FE;
}

.et_monarch .et_social_networks .et_social_icon, .et_monarch .et_social_networks .et_social_icon:before, .et_monarch .et_social_networks .et_social_icon:after {
  width: 2.25rem;
  height: 2.25rem;
  line-height: 2.25rem;
}

.et_social_facebook a {
  background-image: url(../../dist/images/icons/ikoni-share-facebook.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2.25rem;
  height: 2.25rem;
}
.et_social_facebook a i {
  display: none !important;
}

.et_social_twitter a {
  background-image: url(../../dist/images/icons/ikoni-share-twitter.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2.25rem;
  height: 2.25rem;
}
.et_social_twitter a i {
  display: none !important;
}

.et_social_gmail a {
  background-image: url(../../dist/images/icons/ikoni-share-mail.svg) !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 2.25rem;
  height: 2.25rem;
}
.et_social_gmail a i {
  display: none !important;
}
body.orange .et_social_gmail a {
  background-image: url(../../dist/images/icons/ikoni-share-mail-orange.svg) !important;
}
body.pink .et_social_gmail a {
  background-image: url(../../dist/images/icons/ikoni-share-mail-pink.svg) !important;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  border: 0.125rem solid #6d6d6d;
  height: 3.75rem;
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5rem;
  padding: 1rem;
  font-weight: 600;
  color: #212121;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 60px;
  position: absolute;
  top: 0px;
  right: 15px;
  width: 20px;
  background-image: url(../../dist/images/icons/ikoni-nuoli.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 12px;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single.front-page-nav-tabs .select2-selection__arrow {
  background-image: url(../../dist/images/icons/ikoni-nuoli-fff.svg);
}

.select2-container--default.select2-container--open .select2-selection--single {
  border: 2px solid #6d6d6d;
  outline: none;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  height: 60px;
  position: absolute;
  top: 0px;
  right: 15px;
  width: 20px;
  background-image: url(../../dist/images/icons/ikoni-nuoli.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 12px;
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default.select2-container--open .select2-selection--single:hover {
  border: 2px solid #727272;
}
.select2-container--default.select2-container--open .select2-selection--single:focus {
  border: 2px solid #4B91E3;
}

.select2-container--default.select2-container--open .select2-selection--single.front-page-nav-tabs .select2-selection__arrow {
  background-image: url(../../dist/images/icons/ikoni-nuoli-fff.svg);
}

.select2-container--default .select2-results__option {
  background-color: #FFF !important;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: #F4F4F5 !important;
  color: #212121 !important;
  font-weight: 500;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-selection.front-page-nav-tabs.select2-selection--single {
  background-color: #212121;
  border: 0;
  height: 3rem;
}
.select2-selection.front-page-nav-tabs.select2-selection--single .select2-selection__rendered {
  color: #FFF;
  padding: 0.75rem;
}
.select2-selection.front-page-nav-tabs.select2-selection--single .select2-selection__arrow {
  height: 3rem;
}

.select2-dropdown {
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
  background-color: white;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}
.select2-dropdown .select2-results__option {
  font-size: 1.125rem;
  background-color: #FFF;
  line-height: 1.5rem;
  padding: 0.75rem 1rem;
}

.iposter,
.IPoster-Modal {
  color: #212121;
}
.iposter h1,
.IPoster-Modal h1 {
  font-size: 1.625rem;
  line-height: 2rem;
  color: #212121;
  letter-spacing: -1.18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .iposter h1,
  .IPoster-Modal h1 {
    font-size: 2.75rem;
    line-height: 3.5rem;
  }
}
.iposter h2,
.IPoster-Modal h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  color: #212121;
  letter-spacing: -0.8px;
  font-weight: bold;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .iposter h2,
  .IPoster-Modal h2 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
  }
}
.iposter h3,
.IPoster-Modal h3 {
  font-size: 1.375rem;
  line-height: 2rem;
  color: #212121;
  font-weight: bold;
  letter-spacing: -0.57px;
}
@media (min-width: 768px) {
  .iposter h3,
  .IPoster-Modal h3 {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.iposter h4,
.IPoster-Modal h4 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  color: #212121;
  font-weight: bold;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .iposter h4,
  .IPoster-Modal h4 {
    font-size: 1.4375rem;
    line-height: 2rem;
  }
}
.iposter h5,
.IPoster-Modal h5 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #212121;
  letter-spacing: -0.43px;
  font-weight: bold;
}
.iposter p,
.IPoster-Modal p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 2rem;
  letter-spacing: -0.38px;
}
.iposter p a, .iposter .wp-block-file a, .iposter ul:not(.sidebar-nav) li:not(.page_item) a,
.IPoster-Modal p a,
.IPoster-Modal .wp-block-file a,
.IPoster-Modal ul:not(.sidebar-nav) li:not(.page_item) a {
  color: #EA5FA2;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: underline;
}
body.pink .iposter p a, body.pink .iposter .wp-block-file a, body.pink .iposter ul:not(.sidebar-nav) li:not(.page_item) a,
body.pink .IPoster-Modal p a,
body.pink .IPoster-Modal .wp-block-file a,
body.pink .IPoster-Modal ul:not(.sidebar-nav) li:not(.page_item) a {
  color: #EA5FA2;
}
body.green .iposter p a, body.green .iposter .wp-block-file a, body.green .iposter ul:not(.sidebar-nav) li:not(.page_item) a,
body.green .IPoster-Modal p a,
body.green .IPoster-Modal .wp-block-file a,
body.green .IPoster-Modal ul:not(.sidebar-nav) li:not(.page_item) a {
  color: #27B756;
}
body.orange .iposter p a, body.orange .iposter .wp-block-file a, body.orange .iposter ul:not(.sidebar-nav) li:not(.page_item) a,
body.orange .IPoster-Modal p a,
body.orange .IPoster-Modal .wp-block-file a,
body.orange .IPoster-Modal ul:not(.sidebar-nav) li:not(.page_item) a {
  color: #C54800;
}
body.turquoise .iposter p a, body.turquoise .iposter .wp-block-file a, body.turquoise .iposter ul:not(.sidebar-nav) li:not(.page_item) a,
body.turquoise .IPoster-Modal p a,
body.turquoise .IPoster-Modal .wp-block-file a,
body.turquoise .IPoster-Modal ul:not(.sidebar-nav) li:not(.page_item) a {
  color: #444;
}
body.blue .iposter p a, body.blue .iposter .wp-block-file a, body.blue .iposter ul:not(.sidebar-nav) li:not(.page_item) a,
body.blue .IPoster-Modal p a,
body.blue .IPoster-Modal .wp-block-file a,
body.blue .IPoster-Modal ul:not(.sidebar-nav) li:not(.page_item) a {
  color: #093377;
}
.iposter p a:hover, .iposter .wp-block-file a:hover, .iposter ul:not(.sidebar-nav) li:not(.page_item) a:hover,
.IPoster-Modal p a:hover,
.IPoster-Modal .wp-block-file a:hover,
.IPoster-Modal ul:not(.sidebar-nav) li:not(.page_item) a:hover {
  color: #006619;
}
body.pink .iposter p a:hover, body.pink .iposter .wp-block-file a:hover, body.pink .iposter ul:not(.sidebar-nav) li:not(.page_item) a:hover,
body.pink .IPoster-Modal p a:hover,
body.pink .IPoster-Modal .wp-block-file a:hover,
body.pink .IPoster-Modal ul:not(.sidebar-nav) li:not(.page_item) a:hover {
  color: #9b2363;
}
body.green .iposter p a:hover, body.green .iposter .wp-block-file a:hover, body.green .iposter ul:not(.sidebar-nav) li:not(.page_item) a:hover,
body.green .IPoster-Modal p a:hover,
body.green .IPoster-Modal .wp-block-file a:hover,
body.green .IPoster-Modal ul:not(.sidebar-nav) li:not(.page_item) a:hover {
  color: #006720;
}
body.orange .iposter p a:hover, body.orange .iposter .wp-block-file a:hover, body.orange .iposter ul:not(.sidebar-nav) li:not(.page_item) a:hover,
body.orange .IPoster-Modal p a:hover,
body.orange .IPoster-Modal .wp-block-file a:hover,
body.orange .IPoster-Modal ul:not(.sidebar-nav) li:not(.page_item) a:hover {
  color: #a63d00;
}
body.turquoise .iposter p a:hover, body.turquoise .iposter .wp-block-file a:hover, body.turquoise .iposter ul:not(.sidebar-nav) li:not(.page_item) a:hover,
body.turquoise .IPoster-Modal p a:hover,
body.turquoise .IPoster-Modal .wp-block-file a:hover,
body.turquoise .IPoster-Modal ul:not(.sidebar-nav) li:not(.page_item) a:hover {
  color: #353535;
}
body.blue .iposter p a:hover, body.blue .iposter .wp-block-file a:hover, body.blue .iposter ul:not(.sidebar-nav) li:not(.page_item) a:hover,
body.blue .IPoster-Modal p a:hover,
body.blue .IPoster-Modal .wp-block-file a:hover,
body.blue .IPoster-Modal ul:not(.sidebar-nav) li:not(.page_item) a:hover {
  color: #07275b;
}
.iposter ul, .iposter ol,
.IPoster-Modal ul,
.IPoster-Modal ol {
  margin-bottom: 2rem;
}
.iposter ul li, .iposter ol li,
.IPoster-Modal ul li,
.IPoster-Modal ol li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}
.iposter ul.blocks-gallery-grid,
.IPoster-Modal ul.blocks-gallery-grid {
  margin: 0;
}
.iposter .blocks-gallery-caption,
.IPoster-Modal .blocks-gallery-caption {
  font-size: 16px;
}
.iposter .page-ingress p,
.iposter .entry-ingress p,
.IPoster-Modal .page-ingress p,
.IPoster-Modal .entry-ingress p {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 1.3125rem;
  line-height: 1.33;
}
.iposter .post-ingress p,
.IPoster-Modal .post-ingress p {
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 16x;
  line-height: 1.33;
}
.iposter .last-updated p,
.IPoster-Modal .last-updated p {
  font-size: 1rem;
}
.iposter .table-wrapper,
.IPoster-Modal .table-wrapper {
  display: block;
  overflow-x: scroll;
  max-width: 100% !important;
  margin: 15px 0;
}
@media (min-width: 576px) {
  .iposter .table-wrapper,
  .IPoster-Modal .table-wrapper {
    overflow-x: auto;
  }
}
.iposter img,
.IPoster-Modal img {
  max-width: 100%;
  height: auto;
}
.iposter .wp-block-table td,
.iposter .wp-block-table th,
.IPoster-Modal .wp-block-table td,
.IPoster-Modal .wp-block-table th {
  border: 1px solid;
  padding: 9px;
}

.IPoster-Modal {
  position: relative;
  z-index: 100000;
}

.IPoster-shortcode {
  width: 100% !important;
  height: 100vh !important;
}

.admin-bar header.banner {
  top: 46px;
}
@media (min-width: 768px) {
  .admin-bar header.banner {
    top: 32px;
  }
}

header.banner {
  font-family: "open-sans", sans-serif;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1030;
}
header.banner .header-top,
header.banner .header-bottom {
  padding: 1.1875rem 0 1.125rem;
  border-bottom: 1px solid #212121;
}
@media (min-width: 992px) {
  header.banner .header-top,
  header.banner .header-bottom {
    padding: 2rem 0;
    border-bottom: none;
  }
}
header.banner .header-top {
  background-color: #FFF;
}
header.banner .header-top.black {
  background-color: #212121;
}
header.banner .header-top.black .logo-text {
  color: #FFF;
}
body.pink header.banner .header-top.theme {
  background-color: #B42973;
}
body.green header.banner .header-top.theme {
  background-color: #008629;
}
body.orange header.banner .header-top.theme {
  background-color: #C54800;
}
body.turquoise header.banner .header-top.theme {
  background-color: #00d8bb;
}
body.blue header.banner .header-top.theme {
  background-color: #093377;
}
header.banner .header-top.theme .logo-text {
  color: #FFF;
}
header.banner .header-bottom {
  padding: 0;
  background-color: #FFF;
}
@media (min-width: 992px) {
  header.banner .header-bottom {
    background-color: #212121;
  }
  body.pink header.banner .header-bottom.theme {
    background-color: #B42973;
  }
  body.green header.banner .header-bottom.theme {
    background-color: #008629;
  }
  body.orange header.banner .header-bottom.theme {
    background-color: #C54800;
  }
  body.turquoise header.banner .header-bottom.theme {
    background-color: #00d8bb;
  }
  body.blue header.banner .header-bottom.theme {
    background-color: #093377;
  }
}
header.banner .header-bottom .right.open {
  max-height: calc(100vh - 65px);
  overflow-y: scroll;
  padding-bottom: 0;
}
.not-multi-level-main-navigation header.banner .header-bottom .right.open {
  padding-bottom: 0.625rem;
}
@media (max-width: 991.98px) {
  header.banner .header-bottom .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
header.banner .skip-link {
  display: block;
  position: absolute;
  bottom: -4.0625rem;
  height: -webkit-fit-content !important;
  height: fit-content !important;
}
header.banner .brand .logo-text {
  vertical-align: middle;
  color: #212121;
  font-weight: 700;
  line-height: 1.5rem;
  font-size: 0.9375rem;
  letter-spacing: 0;
  float: left;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  header.banner .brand .logo-text {
    line-height: 1.75rem;
    font-size: 1.375rem;
  }
}
@media (min-width: 1200px) {
  header.banner .brand .logo-text {
    line-height: 2.5rem;
    font-size: 1.75rem;
  }
}
header.banner .brand img {
  float: left;
  width: auto;
  height: 1.5rem;
  margin-right: 30px;
}
@media (min-width: 992px) {
  header.banner .brand img {
    width: auto;
    height: 1.75rem;
  }
}
@media (min-width: 1200px) {
  header.banner .brand img {
    width: auto;
    height: 2.5rem;
  }
}
header.banner .brand:hover, header.banner .brand:active, header.banner .brand:focus {
  text-decoration: none;
}
header.banner .search-field {
  display: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0;
}
@media (min-width: 992px) {
  header.banner .search-field {
    display: inline-block;
    line-height: 2.1875rem;
  }
}
@media (min-width: 576px) {
  header.banner .search-submit {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}

header.banner.opened {
  position: static;
}

.headroom {
  will-change: transform;
  -webkit-transition: -webkit-transform 100ms linear;
  transition: -webkit-transform 100ms linear;
  -o-transition: -o-transform 100ms linear;
  transition: transform 100ms linear;
  transition: transform 100ms linear, -webkit-transform 100ms linear, -o-transform 100ms linear;
}

.headroom--pinned {
  -webkit-transform: translateY(0%);
       -o-transform: translateY(0%);
          transform: translateY(0%);
}

.headroom--unpinned {
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%);
}

.mobile-menu-toggle {
  position: absolute;
  top: 1.1875rem;
  right: 0.9375rem;
  display: inline-block;
  cursor: pointer;
  padding: 0 0.0625rem 0 0.75rem;
  background-color: transparent;
  border: 0;
}
.mobile-menu-toggle .bar1,
.mobile-menu-toggle .bar2,
.mobile-menu-toggle .bar3 {
  width: 20px;
  height: 2px;
  background-color: #212121;
  margin: 5px 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.header-top-color-black .mobile-menu-toggle .bar1,
.header-top-color-black .mobile-menu-toggle .bar2,
.header-top-color-black .mobile-menu-toggle .bar3 {
  background-color: #FFF;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-9px, 6px);
  -o-transform: rotate(-45deg) translate(-5px, 5px);
     transform: rotate(-45deg) translate(-5px, 5px);
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-8px, -8px);
  -o-transform: rotate(45deg) translate(-5px, -5px);
     transform: rotate(45deg) translate(-5px, -5px);
}

.lang-toggle {
  position: absolute;
  top: 1.3125rem;
  right: 3rem;
  height: 1.375rem;
  padding: 0 0.75rem;
  background-image: url(../../dist/images/icons/ikoni-muapallo.svg);
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  border: 0;
}
.header-top-color-black .lang-toggle {
  background-image: url(../../dist/images/icons/ikoni-muapallo-white.svg);
}
.lang-toggle.opened {
  background-image: url(../../dist/images/icons/ikoni-hae-sulje.svg);
  background-size: 1.0625rem 1.0625rem;
}
.header-top-color-black .lang-toggle.opened {
  background-image: url(../../dist/images/icons/ikoni-hae-sulje-white.svg);
}

.search-toggle {
  position: absolute;
  top: 1.1875rem;
  right: 4rem;
  box-sizing: content-box;
  padding: 0 0.75rem;
  background-image: url(../../dist/images/icons/ikoni-haku.svg);
  background-size: 1.25rem 1.25rem;
  background-repeat: no-repeat;
  background-position: center;
  height: 1.625rem;
  width: 1.625rem;
  background-color: transparent;
  border: 0;
}
.header-top-color-black .search-toggle {
  background-image: url(../../dist/images/icons/ikoni-haku-white.svg);
}
.search-toggle.opened {
  background-image: url(../../dist/images/icons/ikoni-hae-sulje.svg);
  background-size: 1.0625rem 1.0625rem;
}
.header-top-color-black .search-toggle.opened {
  background-image: url(../../dist/images/icons/ikoni-hae-sulje-white.svg);
}

.mobile-lang-wrapper {
  display: none;
  padding: 1.25rem 0;
}

.search-mobile {
  display: none;
}

@media only screen and (max-width: 991px) {
  body.valu-search-open-vs .search-mobile {
    display: block;
  }
}
/*.page-content {
	.sidebar-left {
		padding: 0 rem(15px);
		@include media-breakpoint-up(md) {
			padding: 0 rem(25px) 0 rem(15px);
		}
	}

	.sidebar-right {
		padding: 0 rem(15px);
		@include media-breakpoint-up(md) {
			padding: 0 rem(15px) 0 rem(25px);
		}
	}

	.sidebar-left, .sidebar-right {
		@include media-breakpoint-down(sm) {
			width: 100%;
		}
	}
}
*/
.sidebar-wrap {
  padding-bottom: 3.5rem;
}
@media (min-width: 768px) {
  .sidebar-wrap {
    padding-bottom: 1.5625rem;
  }
}

.right-sidebar .widget.sidebar-lift {
  padding: 0 0 0.9375rem 0;
}
.right-sidebar .widget.sidebar-lift a {
  text-decoration: underline;
}
body.pink .right-sidebar .widget.sidebar-lift a {
  color: #B42973;
}
body.green .right-sidebar .widget.sidebar-lift a {
  color: #008629;
}
body.orange .right-sidebar .widget.sidebar-lift a {
  color: #C54800;
}
body.turquoise .right-sidebar .widget.sidebar-lift a {
  color: #444;
}
body.blue .right-sidebar .widget.sidebar-lift a {
  color: #093377;
}
body.pink .right-sidebar .widget.sidebar-lift a:hover {
  color: #EA5FA2;
}
body.green .right-sidebar .widget.sidebar-lift a:hover {
  color: #27B756;
}
body.orange .right-sidebar .widget.sidebar-lift a:hover {
  color: #C54800;
}
body.turquoise .right-sidebar .widget.sidebar-lift a:hover {
  color: #444;
}
body.blue .right-sidebar .widget.sidebar-lift a:hover {
  color: #093377;
}
.right-sidebar .widget.sidebar-facebook-feed {
  height: 37.5rem;
}
.right-sidebar .widget.person-lifts-layout .person-card {
  float: none;
  display: block;
  width: 100%;
  margin: 0 0 0.9375rem;
  padding: 0;
}
.right-sidebar .widget.person-lifts-layout .person-card .entry-content {
  width: 100%;
}
.right-sidebar .widget.person-lifts-layout .person-card .entry-content p {
  margin: 0;
}
.right-sidebar .widget.person-lifts-layout .person-card .entry-content p.person-name {
  font-weight: 700;
}

.sidebar-left .widget {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .sidebar-left .widget {
    margin-bottom: 2rem;
  }
}

.mobile-nav-toggle {
  background-color: #212121;
  color: #FFF;
  font-size: 1.125rem;
  line-height: 1.5rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  border: 0;
  width: 100%;
}
.mobile-nav-toggle:after {
  content: "";
  position: absolute;
  top: 0;
  right: 16px;
  display: inline-block;
  height: 2.5rem;
  width: 2.5rem;
  background-image: url(../../dist/images/icons/ikoni-nuoli-fff.svg);
  background-repeat: no-repeat;
  background-position: center right 1rem;
  -webkit-transform: rotate(180deg);
       -o-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.mobile-nav-toggle:hover, .mobile-nav-toggle:focus {
  background-color: #3b3b3b;
}

.mobile-nav-toggle.opened:after {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
  right: 10px;
}

.widget.sidebar-contacts ul {
  padding: 0;
}
.widget.sidebar-contacts ul li {
  padding: 10px;
  list-style: none;
  border-top: 0.25rem solid;
  background-color: #F4F4F5;
  margin-bottom: 0.5rem;
}
body.pink .widget.sidebar-contacts ul li {
  border-color: #FF92D3;
}
body.green .widget.sidebar-contacts ul li {
  border-color: #66EA84;
}
body.orange .widget.sidebar-contacts ul li {
  border-color: #FFA942;
}
body.turquoise .widget.sidebar-contacts ul li {
  border-color: #00d8bb;
}
body.blue .widget.sidebar-contacts ul li {
  border-color: #093377;
}

.widget-rss .rss a:hover {
  text-decoration: none;
}
.widget-rss .rss a span {
  display: inline-block;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.widget-rss .rss a i {
  font-size: 2.5rem;
  margin-top: -8px;
  position: absolute;
  margin-left: 5px;
}
body.pink .widget-rss .rss a i {
  color: #EA5FA2;
}
body.green .widget-rss .rss a i {
  color: #27B756;
}
body.orange .widget-rss .rss a i {
  color: #C54800;
}
body.turquoise .widget-rss .rss a i {
  color: #444;
}
body.blue .widget-rss .rss a i {
  color: #093377;
}

footer.content-info {
  background-color: #FFF;
  color: #212121;
}
footer.content-info .footer-background-image {
  width: 100%;
  min-height: 8rem;
}
@media (min-width: 768px) {
  footer.content-info .footer-background-image {
    min-height: 16rem;
  }
}
footer.content-info h1, footer.content-info h2, footer.content-info h3, footer.content-info a, footer.content-info p, footer.content-info span, footer.content-info div {
  color: #212121;
}
footer.content-info a, footer.content-info p, footer.content-info span, footer.content-info div {
  font-size: 1.0625rem;
  line-height: 1.5rem;
}
footer.content-info a {
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  text-decoration: underline;
}
footer.content-info ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  footer.content-info ul {
    margin: 0;
  }
}
footer.content-info ul li {
  padding: 0.5rem 0;
}
footer.content-info ul li a {
  font-weight: 500;
  text-decoration: underline;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
body.pink footer.content-info ul li a {
  color: #B42973;
}
body.green footer.content-info ul li a {
  color: #008629;
}
body.orange footer.content-info ul li a {
  color: #C54800;
}
body.turquoise footer.content-info ul li a {
  color: #444;
}
body.blue footer.content-info ul li a {
  color: #093377;
}
body.pink footer.content-info ul li a:hover {
  color: #EA5FA2;
}
body.green footer.content-info ul li a:hover {
  color: #27B756;
}
body.orange footer.content-info ul li a:hover {
  color: #C54800;
}
body.turquoise footer.content-info ul li a:hover {
  color: #444;
}
body.blue footer.content-info ul li a:hover {
  color: #093377;
}
footer.content-info .back-to-top-wrapper {
  background-color: #FFF;
}
footer.content-info .footer-row-first {
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  footer.content-info .footer-row-first {
    padding-top: 5rem;
    padding-bottom: 3.625rem;
  }
}
footer.content-info .footer-row-second {
  padding-top: 0;
}
@media (min-width: 768px) {
  footer.content-info .footer-row-second {
    padding-bottom: 5rem;
  }
}
footer.content-info .footer-row-second .footer-widget {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  footer.content-info .footer-row-second .footer-widget {
    padding-bottom: 0;
  }
}
footer.content-info .footer-widget section {
  background-color: transparent;
}
footer.content-info h3 {
  margin-bottom: 1.5625rem;
  position: relative;
  display: inline-block;
  z-index: 0;
}
footer.content-info h3:after {
  content: "";
  float: left;
  width: 100%;
  margin-left: 8px;
  height: 12px;
  background-color: #6d6d6d;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.3;
}
footer.content-info a.brand {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  padding-bottom: 2.5rem;
}
@media (min-width: 768px) {
  footer.content-info a.brand {
    padding-bottom: 0;
  }
}
footer.content-info a.brand h2 {
  font-size: 1.5rem;
  line-height: 4rem;
  font-weight: bold;
  letter-spacing: -0.5px;
  margin: 0;
}
@media (min-width: 768px) {
  footer.content-info a.brand h2 {
    font-size: 2.1875rem;
  }
}
footer.content-info .widget_nav_menu .sub-menu {
  display: none;
}
footer.content-info .footer-socials {
  margin: 0 0 2.5rem;
  padding-right: 1.625rem;
}
@media (min-width: 768px) {
  footer.content-info .footer-socials {
    margin: 0;
  }
}
footer.content-info .footer-socials .social {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  margin: 0 -9px 0 0 !important;
  position: relative;
}
footer.content-info .footer-socials .social a {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 28px;
  text-align: center;
  line-height: 3.25rem;
  padding-right: 0;
  background-size: auto;
  background-position: initial;
}
footer.content-info .footer-socials .social_facebook {
  z-index: 5;
}
footer.content-info .footer-socials .social_facebook a {
  background-image: url(../../dist/images/icons/ikoni-facebook.svg);
}
footer.content-info .footer-socials .social_twitter {
  z-index: 4;
}
footer.content-info .footer-socials .social_twitter a {
  background-image: url(../../dist/images/icons/ikoni-twitter.svg);
}
footer.content-info .footer-socials .social_instagram {
  z-index: 3;
}
footer.content-info .footer-socials .social_instagram a {
  background-image: url(../../dist/images/icons/ikoni-instagram.svg);
}
footer.content-info .footer-socials .social_youtube {
  z-index: 2;
}
footer.content-info .footer-socials .social_youtube a {
  background-image: url(../../dist/images/icons/ikoni-youtube.svg);
}
footer.content-info .footer-socials .social:nth-child(odd) {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 56px;
  margin: 0 -9px 0 0 !important;
  position: relative;
}
footer.content-info .footer-socials .social:nth-child(odd) a {
  -webkit-transition: background-color linear 0.3s;
  -o-transition: background-color linear 0.3s;
  transition: background-color linear 0.3s;
}
body.pink footer.content-info .footer-socials .social:nth-child(odd) a {
  background-color: #840953;
}
body.green footer.content-info .footer-socials .social:nth-child(odd) a {
  background-color: #006619;
}
body.orange footer.content-info .footer-socials .social:nth-child(odd) a {
  background-color: #953800;
}
body.turquoise footer.content-info .footer-socials .social:nth-child(odd) a {
  background-color: #00d8bb;
}
body.blue footer.content-info .footer-socials .social:nth-child(odd) a {
  background-color: #095599;
}
body.pink footer.content-info .footer-socials .social:nth-child(odd) a:hover {
  background-color: #EA5FA2;
}
body.green footer.content-info .footer-socials .social:nth-child(odd) a:hover {
  background-color: #27B756;
}
body.orange footer.content-info .footer-socials .social:nth-child(odd) a:hover {
  background-color: #FF7800;
}
body.turquoise footer.content-info .footer-socials .social:nth-child(odd) a:hover {
  background-color: #00bfa5;
  color: #FFF;
}
body.blue footer.content-info .footer-socials .social:nth-child(odd) a:hover {
  background-color: #093377;
  color: #FFF;
}
footer.content-info .footer-socials .social:nth-child(even) a {
  -webkit-transition: background-color linear 0.3s;
  -o-transition: background-color linear 0.3s;
  transition: background-color linear 0.3s;
}
body.pink footer.content-info .footer-socials .social:nth-child(even) a {
  background-color: #B42973;
}
body.green footer.content-info .footer-socials .social:nth-child(even) a {
  background-color: #008629;
}
body.orange footer.content-info .footer-socials .social:nth-child(even) a {
  background-color: #C54800;
}
body.turquoise footer.content-info .footer-socials .social:nth-child(even) a {
  background-color: #00d8bb;
}
body.blue footer.content-info .footer-socials .social:nth-child(even) a {
  background-color: #093377;
}
body.pink footer.content-info .footer-socials .social:nth-child(even) a:hover {
  background-color: #EA5FA2;
}
body.green footer.content-info .footer-socials .social:nth-child(even) a:hover {
  background-color: #27B756;
}
body.orange footer.content-info .footer-socials .social:nth-child(even) a:hover {
  background-color: #FF7800;
}
body.turquoise footer.content-info .footer-socials .social:nth-child(even) a:hover {
  background-color: #00bfa5;
  color: #FFF;
}
body.blue footer.content-info .footer-socials .social:nth-child(even) a:hover {
  background-color: #093377;
  color: #FFF;
}
footer.content-info .disclaimer-row {
  padding-bottom: 1.5rem;
}
@media (min-width: 768px) {
  footer.content-info .disclaimer-row {
    padding-bottom: 5rem;
  }
}
footer.content-info .disclaimer-row .footer-widget p {
  font-size: 0.875rem;
  line-height: 1.5rem;
  color: #6d6d6d;
  font-weight: 500;
  border-top: 0.125rem solid #DFDFDF;
  margin: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer.content-info.light_gray {
  background-color: #dadada;
}
body.pink footer.content-info.light_gray ul li a {
  color: #840953;
}
body.green footer.content-info.light_gray ul li a {
  color: #006619;
}
body.orange footer.content-info.light_gray ul li a {
  color: #953800;
}
body.turquoise footer.content-info.light_gray ul li a {
  color: #444;
}
body.blue footer.content-info.light_gray ul li a {
  color: #093377;
}
body.pink footer.content-info.light_gray ul li a:hover {
  color: #840953;
}
body.green footer.content-info.light_gray ul li a:hover {
  color: #006619;
}
body.orange footer.content-info.light_gray ul li a:hover {
  color: #953800;
}
body.turquoise footer.content-info.light_gray ul li a:hover {
  color: #444;
}
body.blue footer.content-info.light_gray ul li a:hover {
  color: #093377;
}
footer.content-info.black {
  background-color: #212121;
  color: #FFF;
}
footer.content-info.black h1, footer.content-info.black h2, footer.content-info.black h3, footer.content-info.black a, footer.content-info.black p, footer.content-info.black div {
  color: #FFF;
}
body.pink footer.content-info.black ul li a {
  color: #EA5FA2;
}
body.green footer.content-info.black ul li a {
  color: #27B756;
}
body.orange footer.content-info.black ul li a {
  color: #C54800;
}
body.turquoise footer.content-info.black ul li a {
  color: #444;
}
body.blue footer.content-info.black ul li a {
  color: #093377;
}
body.pink footer.content-info.black ul li a:hover {
  color: #B42973;
}
body.green footer.content-info.black ul li a:hover {
  color: #008629;
}
body.orange footer.content-info.black ul li a:hover {
  color: #C54800;
}
body.turquoise footer.content-info.black ul li a:hover {
  color: #444;
}
body.blue footer.content-info.black ul li a:hover {
  color: #093377;
}
footer.content-info.black h3:after {
  background-color: #9b9b9b;
}
footer.content-info.black .disclaimer-row .footer-widget p {
  color: #9b9b9b;
  border-top: 0.125rem solid #6d6d6d;
}

body.blue.kymenjatelautakunta footer.content-info .textwidget p a {
  color: #093377;
}

.page .page-content {
  padding-top: 1.5625rem;
}
.page .page-content img {
  max-width: 100%;
  height: auto;
}

.blog .page-content, .archive .page-content {
  padding-top: 0rem;
}

.blog .archive-wrapper .archive-content-wrap {
  padding: 0 0 1.5rem;
}
@media (min-width: 768px) {
  .blog .archive-wrapper .archive-content-wrap {
    padding: 0 1rem 1.5rem 1rem;
  }
}

.page-content-wrapper {
  max-width: 42.5625rem;
  margin: 0 auto 1.5625rem;
}

/*.sidebar-both .main {
	padding: 0 rem(15px);
	@include media-breakpoint-up(md) {
		padding: 0;
	}
}*/
.search .search-wrapper {
  padding: 1.5625rem 0;
}
.search .search-wrapper article {
  border-bottom: 1px solid gray;
  padding-bottom: 0.9375rem;
  margin-bottom: 0.9375rem;
}

.error404 .error404-wrapper {
  padding: 2rem 0;
}
@media (min-width: 768px) {
  .error404 .error404-wrapper {
    padding: 4rem 0;
  }
}

.page-template-template-landing-theme section:nth-child(odd), .page-template-template-landing-theme-sidebar-nav section:nth-child(odd), .home section:nth-child(odd) {
  background-color: #FFF;
}
.page-template-template-landing-theme section:nth-child(odd) .block-blog-post-lift-item__text-wrap,
.page-template-template-landing-theme section:nth-child(odd) .featured-article,
.page-template-template-landing-theme section:nth-child(odd) .small-featured-article__wrapper,
.page-template-template-landing-theme section:nth-child(odd) .small-featured-article-less-space__wrapper,
.page-template-template-landing-theme section:nth-child(odd) .juicer-feed li.feed-item, .page-template-template-landing-theme-sidebar-nav section:nth-child(odd) .block-blog-post-lift-item__text-wrap,
.page-template-template-landing-theme-sidebar-nav section:nth-child(odd) .featured-article,
.page-template-template-landing-theme-sidebar-nav section:nth-child(odd) .small-featured-article__wrapper,
.page-template-template-landing-theme-sidebar-nav section:nth-child(odd) .small-featured-article-less-space__wrapper,
.page-template-template-landing-theme-sidebar-nav section:nth-child(odd) .juicer-feed li.feed-item, .home section:nth-child(odd) .block-blog-post-lift-item__text-wrap,
.home section:nth-child(odd) .featured-article,
.home section:nth-child(odd) .small-featured-article__wrapper,
.home section:nth-child(odd) .small-featured-article-less-space__wrapper,
.home section:nth-child(odd) .juicer-feed li.feed-item {
  background-color: #F4F4F5;
}
.page-template-template-landing-theme section:nth-child(even), .page-template-template-landing-theme-sidebar-nav section:nth-child(even), .home section:nth-child(even) {
  background-color: #F4F4F5;
}
.page-template-template-landing-theme section:nth-child(even) .block-contact-card-lift-item,
.page-template-template-landing-theme section:nth-child(even) .block-article-lifts-without-images-item__text-wrap,
.page-template-template-landing-theme section:nth-child(even) .block-article-lifts-with-image-item__background,
.page-template-template-landing-theme section:nth-child(even) .block-image-lifts-title-below-item__background,
.page-template-template-landing-theme section:nth-child(even) .juicer-feed li.feed-item, .page-template-template-landing-theme-sidebar-nav section:nth-child(even) .block-contact-card-lift-item,
.page-template-template-landing-theme-sidebar-nav section:nth-child(even) .block-article-lifts-without-images-item__text-wrap,
.page-template-template-landing-theme-sidebar-nav section:nth-child(even) .block-article-lifts-with-image-item__background,
.page-template-template-landing-theme-sidebar-nav section:nth-child(even) .block-image-lifts-title-below-item__background,
.page-template-template-landing-theme-sidebar-nav section:nth-child(even) .juicer-feed li.feed-item, .home section:nth-child(even) .block-contact-card-lift-item,
.home section:nth-child(even) .block-article-lifts-without-images-item__text-wrap,
.home section:nth-child(even) .block-article-lifts-with-image-item__background,
.home section:nth-child(even) .block-image-lifts-title-below-item__background,
.home section:nth-child(even) .juicer-feed li.feed-item {
  background-color: #FFF;
}

.home section:nth-child(odd) section {
  background-color: #FFF;
}
.home section:nth-child(odd) section .featured-article,
.home section:nth-child(odd) section .small-featured-article__wrapper, .home section:nth-child(odd) section .small-featured-article-less-space__wrapper {
  background-color: #F4F4F5;
}
.home section:nth-child(odd) section.section-image-column-lift {
  padding: 0 0 3rem;
}
@media (min-width: 768px) {
  .home section:nth-child(odd) section.section-image-column-lift {
    padding: 0 0 6rem;
  }
}
.home section:nth-child(even) section {
  background-color: #F4F4F5;
}
.home section:nth-child(even) section .featured-article,
.home section:nth-child(even) section .small-featured-article__wrapper, .home section:nth-child(even) section .small-featured-article-less-space__wrapper {
  background-color: #FFF;
}
.home section:nth-child(even) section.section-image-column-lift {
  padding: 0 0 3rem;
}
@media (min-width: 768px) {
  .home section:nth-child(even) section.section-image-column-lift {
    padding: 0 0 6rem;
  }
}

.page-template-template-landing-theme-sidebar-nav .page-content-landing-sidebar {
  padding-top: 1.5625rem;
}
.page-template-template-landing-theme-sidebar-nav .page-content-landing-sidebar section:first-of-type {
  padding-top: 0;
}
@media (max-width: 767.98px) {
  .page-template-template-landing-theme-sidebar-nav .sidebar-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.page-template-template-landing-theme-sidebar-nav .main {
  padding-bottom: 2rem;
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .main {
    padding-left: 0;
  }
}
@media (max-width: 767.98px) {
  .page-template-template-landing-theme-sidebar-nav .main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
    padding-bottom: 2rem;
  }
}

.section {
  padding: 3rem 0;
}
@media (min-width: 768px) {
  .section {
    padding: 6rem 0;
  }
}
.archive .section {
  padding: 0;
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section {
    padding: 3rem 0;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .section {
    padding: 6rem 0;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.archive-wrapper {
  padding-top: 0rem;
}
@media (min-width: 992px) {
  .archive-wrapper {
    padding-left: 3.75rem;
  }
}
.archive-wrapper__free-text {
  margin-bottom: 4rem;
}
.archive-wrapper article {
  width: 100%;
}
.archive-wrapper .archive-content-wrap {
  margin: 0 0 1.5rem;
  padding: 0 0 1.5rem;
}
@media (min-width: 576px) {
  .archive-wrapper .archive-content-wrap {
    margin-bottom: 2rem;
    padding: 0 0 1.5rem 0;
  }
}
.archive-wrapper .archive-content-wrap .date {
  color: #6d6d6d;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.archive-wrapper .archive-content-wrap .date time {
  margin-right: 10px;
}
.archive-wrapper .archive-content-wrap h2.entry-title {
  margin: 0.25rem 0 1rem;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: -0.5px;
  color: #212121;
}
@media (min-width: 576px) {
  .archive-wrapper .archive-content-wrap h2.entry-title {
    font-size: 2.1875rem;
  }
}
.archive-wrapper .archive-content-wrap a:hover {
  color: #212121;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}
.archive-wrapper .archive-content-wrap a.external-link {
  background-image: none;
  padding-right: 0;
}
.archive-wrapper .archive-content-wrap a.external-link:hover {
  background-image: none;
}
.archive-wrapper .archive-content-wrap .entry-summary p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.archive-wrapper .archive-content-wrap img {
  max-width: 300px;
}

.archive-wrapper.event-archive .event {
  -ms-flex-preferred-size: 900px;
      flex-basis: 900px;
}
.archive-wrapper.event-archive .archive-content-wrap .image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 128px;
  height: 128px;
}
body.pink .archive-wrapper.event-archive .archive-content-wrap .image-wrapper {
  background-color: #B42973;
}
body.green .archive-wrapper.event-archive .archive-content-wrap .image-wrapper {
  background-color: #008629;
}
body.orange .archive-wrapper.event-archive .archive-content-wrap .image-wrapper {
  background-color: #C54800;
}
body.turquoise .archive-wrapper.event-archive .archive-content-wrap .image-wrapper {
  background-color: #00d8bb;
}
body.blue .archive-wrapper.event-archive .archive-content-wrap .image-wrapper {
  background-color: #093377;
}
.archive-wrapper.event-archive .archive-content-wrap .image-wrapper svg {
  height: 56px;
  width: auto;
}
body.pink .archive-wrapper.event-archive .archive-content-wrap .image-wrapper svg #Rectangle-6, body.pink .archive-wrapper.event-archive .archive-content-wrap .image-wrapper svg #Fill-1 {
  fill: #FF92D3;
}
body.green .archive-wrapper.event-archive .archive-content-wrap .image-wrapper svg #Rectangle-6, body.green .archive-wrapper.event-archive .archive-content-wrap .image-wrapper svg #Fill-1 {
  fill: #66EA84;
}
body.orange .archive-wrapper.event-archive .archive-content-wrap .image-wrapper svg #Rectangle-6, body.orange .archive-wrapper.event-archive .archive-content-wrap .image-wrapper svg #Fill-1 {
  fill: #FFA942;
}
body.turquoise .archive-wrapper.event-archive .archive-content-wrap .image-wrapper svg #Rectangle-6, body.turquoise .archive-wrapper.event-archive .archive-content-wrap .image-wrapper svg #Fill-1 {
  fill: #00d8bb;
}
body.blue .archive-wrapper.event-archive .archive-content-wrap .image-wrapper svg #Rectangle-6, body.blue .archive-wrapper.event-archive .archive-content-wrap .image-wrapper svg #Fill-1 {
  fill: #093377;
}
.archive-wrapper.event-archive .archive-content-wrap .date {
  color: #212121;
  line-height: 1.4;
}
.archive-wrapper.event-archive .archive-content-wrap h2.entry-title {
  margin: 0.5rem 0 1rem;
  font-size: 1.375rem;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .archive-wrapper.event-archive .archive-content-wrap h2.entry-title {
    font-size: 1.75rem;
    line-height: 2rem;
  }
}
.archive-wrapper.event-archive .archive-content-wrap img {
  max-width: 128px;
}
.archive-wrapper.event-archive .archive-content-wrap .address {
  font-size: 1.0625rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 0;
}

.archive-wrapper.vacancy-archive .archive-content-wrap .date time {
  margin-right: 0;
}

.entry-meta-wrapper time, .entry-meta-wrapper span {
  color: #6d6d6d;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.single-post .entry-content {
  max-width: 47.5rem;
}
.single-post .entry-content .entry-image, .single-post .entry-content .wp-block-image {
  margin-bottom: 2rem;
}
.single-post .entry-content .entry-image img, .single-post .entry-content .wp-block-image img {
  max-width: 100%;
  height: auto;
}

.entry-content a {
  text-decoration: underline;
}
body.pink .entry-content a {
  color: #B42973;
}
body.green .entry-content a {
  color: #008629;
}
body.orange .entry-content a {
  color: #C54800;
}
body.turquoise .entry-content a {
  color: #444;
}
body.blue .entry-content a {
  color: #093377;
}
body.pink .entry-content a:hover {
  color: #9b2363;
}
body.green .entry-content a:hover {
  color: #006720;
}
body.orange .entry-content a:hover {
  color: #a63d00;
}
body.turquoise .entry-content a:hover {
  color: #353535;
}
body.blue .entry-content a:hover {
  color: #07275b;
}

.wp-block-columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.wp-block-columns .wp-block-column {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 15px;
}

body#tinymce {
  margin: 12px !important;
}

.post-type-archive-valu_people div.wrap article {
  border-bottom: 0;
  padding: 0 0.5rem;
}
.post-type-archive-valu_people .facetwp-facet input.facetwp-search {
  font-size: 1.125rem;
  font-weight: 400 !important;
}

.post-type-archive-valu_people section.widget-archive-search {
  display: none;
}

h4.valu_people-infotext {
  font-weight: 400 !important;
  margin-bottom: 2.5rem;
  display: none;
}
@media (min-width: 768px) {
  h4.valu_people-infotext {
    display: block;
  }
}

.valu_people_facets {
  margin-left: 0.9375rem;
}

.valu_people-archive {
  padding-left: 0;
}
.valu_people-archive .facetwp-template {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -8px;
}
.valu_people-archive article {
  margin-bottom: 1rem;
}
.valu_people-archive article:nth-child(4n+1) {
  clear: left;
}
.valu_people-archive article .entry-content {
  /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
  -ms-word-break: break-word;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.valu_people-archive article .entry-content h3 {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.valu_people-archive article .entry-content a {
  text-decoration: underline;
  font-weight: 400;
  color: #212121;
  display: block;
  background: none;
}
.valu_people-archive article .entry-content span.person_title {
  margin-bottom: 1rem;
}
.valu_people-archive article .entry-content span {
  display: block;
}
.valu_people-archive article .entry-content span.person-department {
  display: inline-block;
}
.valu_people-archive article .entry-content .additional_content {
  display: none;
  padding-top: 0.3125rem;
}
.valu_people-archive article .entry-content .btn, .valu_people-archive article .entry-content .section-kymenlaaksonyt-eventz-lift .bubster-more, .section-kymenlaaksonyt-eventz-lift .valu_people-archive article .entry-content .bubster-more, .valu_people-archive article .entry-content .comment-form input[type=submit], .comment-form .valu_people-archive article .entry-content input[type=submit], .valu_people-archive article .entry-content .search-form .search-submit, .search-form .valu_people-archive article .entry-content .search-submit {
  padding-left: 0;
}
.valu_people-archive article .entry-content .btn:active, .valu_people-archive article .entry-content .section-kymenlaaksonyt-eventz-lift .bubster-more:active, .section-kymenlaaksonyt-eventz-lift .valu_people-archive article .entry-content .bubster-more:active, .valu_people-archive article .entry-content .comment-form input[type=submit]:active, .comment-form .valu_people-archive article .entry-content input[type=submit]:active, .valu_people-archive article .entry-content .search-form .search-submit:active, .search-form .valu_people-archive article .entry-content .search-submit:active {
  box-shadow: none;
}
.valu_people-archive article .entry-content .show_person {
  text-align: left;
  white-space: normal;
}

.shadow-box {
  padding: 2rem 1.5rem;
  background-color: #F4F4F5;
  border-top: 0.125rem solid;
}
body.pink .shadow-box {
  border-color: #FF92D3;
}
body.green .shadow-box {
  border-color: #66EA84;
}
body.orange .shadow-box {
  border-color: #FFA942;
}
body.turquoise .shadow-box {
  border-color: #00d8bb;
}
body.blue .shadow-box {
  border-color: #093377;
}
@media (min-width: 576px) {
  .shadow-box {
    height: 100%;
  }
}

body.turquoise.itaratahanke {
  font-family: "proxima-nova", sans-serif;
}
body.turquoise.itaratahanke header.banner .header-bottom {
  background-color: #FFF;
}
body.turquoise.itaratahanke h1, body.turquoise.itaratahanke h2, body.turquoise.itaratahanke h3, body.turquoise.itaratahanke h4, body.turquoise.itaratahanke h5 {
  font-family: "commuters-sans", sans-serif;
}
@media (min-width: 992px) {
  body.turquoise.itaratahanke .nav-primary .menu-item:hover {
    border-bottom: 0.25rem solid #00d8bb;
  }
}
body.turquoise.itaratahanke .nav-primary .menu-item > a {
  text-transform: uppercase;
  color: #444;
  font-family: "commuters-sans", sans-serif;
  font-weight: bold;
}
body.turquoise.itaratahanke .block-hero__title {
  font-size: 2.5rem;
}
@media (min-width: 992px) {
  body.turquoise.itaratahanke .block-hero__title {
    font-size: 4rem;
  }
}
body.turquoise.itaratahanke .juicer-feed .j-message p {
  font-family: "proxima-nova", sans-serif;
}
body.turquoise.itaratahanke .juicer-feed .j-paginate {
  color: #444;
  font-family: "proxima-nova", sans-serif;
}
body.turquoise.itaratahanke .popular-pages-frontpage__header, body.turquoise.itaratahanke .popular-pages-frontpage .pp-open-close {
  color: #212121;
}
body.turquoise.itaratahanke .back-to-top__icon {
  color: #212121;
}
body.turquoise.itaratahanke .back-to-top__wrapper:hover .back-to-top__icon {
  color: #212121;
}

@media (min-width: 768px) {
  body.itaratahanke.turquoise ul.sidebar-nav {
    border-color: transparent;
  }
}

body.turquoise.itaratahanke footer.content-info.black a {
  color: #FFF;
}
body.turquoise.itaratahanke footer.content-info.black a:hover, body.turquoise.itaratahanke footer.content-info.black a:focus, body.turquoise.itaratahanke footer.content-info.black a:active {
  color: #949494;
}

body.turquoise.itaratahanke footer.content-info.black ul li a {
  color: #bababa;
}
body.turquoise.itaratahanke footer.content-info.black ul li a:hover, body.turquoise.itaratahanke footer.content-info.black ul li a:focus, body.turquoise.itaratahanke footer.content-info.black ul li a:active {
  color: #949494;
}

body.itaratahanke .sidebar-wrap .widget h3.facet_header {
  background-color: transparent;
}

.block-hero {
  position: relative;
  z-index: 999;
  margin: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .block-hero {
    min-height: 16.4375rem;
  }
}
@media (min-width: 992px) {
  .block-hero {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.block-hero__container {
  position: static;
  max-width: 37.5rem;
}
.block-hero__container.ml-auto .btn, .block-hero__container.ml-auto .section-kymenlaaksonyt-eventz-lift .bubster-more, .section-kymenlaaksonyt-eventz-lift .block-hero__container.ml-auto .bubster-more, .block-hero__container.ml-auto .comment-form input[type=submit], .comment-form .block-hero__container.ml-auto input[type=submit], .block-hero__container.ml-auto .search-form .search-submit, .search-form .block-hero__container.ml-auto .search-submit {
  right: 0;
}
@media (min-width: 992px) {
  .block-hero__container.ml-auto .btn, .block-hero__container.ml-auto .section-kymenlaaksonyt-eventz-lift .bubster-more, .section-kymenlaaksonyt-eventz-lift .block-hero__container.ml-auto .bubster-more, .block-hero__container.ml-auto .comment-form input[type=submit], .comment-form .block-hero__container.ml-auto input[type=submit], .block-hero__container.ml-auto .search-form .search-submit, .search-form .block-hero__container.ml-auto .search-submit {
    float: right;
  }
}
.block-hero__container.ml-auto .block-hero__title {
  text-align: right;
}
.block-hero__container.mr-auto.full-width {
  margin-left: 0;
  max-width: 100%;
}
@media (min-width: 768px) {
  .block-hero__container.mr-auto.full-width {
    margin-left: 0;
  }
}
.block-hero__container.text-center .btn, .block-hero__container.text-center .section-kymenlaaksonyt-eventz-lift .bubster-more, .section-kymenlaaksonyt-eventz-lift .block-hero__container.text-center .bubster-more, .block-hero__container.text-center .comment-form input[type=submit], .comment-form .block-hero__container.text-center input[type=submit], .block-hero__container.text-center .search-form .search-submit, .search-form .block-hero__container.text-center .search-submit {
  left: 50%;
  -webkit-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (min-width: 992px) {
  .block-hero__container.text-center .btn, .block-hero__container.text-center .section-kymenlaaksonyt-eventz-lift .bubster-more, .section-kymenlaaksonyt-eventz-lift .block-hero__container.text-center .bubster-more, .block-hero__container.text-center .comment-form input[type=submit], .comment-form .block-hero__container.text-center input[type=submit], .block-hero__container.text-center .search-form .search-submit, .search-form .block-hero__container.text-center .search-submit {
    left: auto;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);
  }
}
.block-hero__title {
  color: #FFF;
  font-size: 1.75rem;
  line-height: 1.2;
  font-weight: bold;
}
@media (min-width: 576px) {
  .block-hero__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 992px) {
  .block-hero__title {
    font-size: 2.75rem;
    margin-bottom: 1.5625rem;
  }
}
.block-hero__title + .btn, .section-kymenlaaksonyt-eventz-lift .block-hero__title + .bubster-more, .comment-form .block-hero__title + input[type=submit], .search-form .block-hero__title + .search-submit {
  margin-top: 0.75rem;
}
.block-hero .black {
  color: #212121;
  text-shadow: none;
}
.block-hero .white {
  color: #FFF;
  text-shadow: 2px 3px 4px rgba(0, 0, 0, 0.8);
}
.block-hero__description {
  font-size: 0.9375rem;
}
@media (min-width: 576px) {
  .block-hero__description {
    font-size: 1.125rem;
  }
}
@media (min-width: 992px) {
  .block-hero__description + .btn, .section-kymenlaaksonyt-eventz-lift .block-hero__description + .bubster-more, .comment-form .block-hero__description + input[type=submit], .search-form .block-hero__description + .search-submit {
    margin-top: 2.1875rem;
  }
}
.block-hero__description p:last-of-type {
  margin-bottom: 0;
}
.block-hero__date {
  display: inline-block;
  font-size: 1.25rem;
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
  border-bottom: 1px solid #fff;
  color: #fff;
}
.block-hero .singular-left {
  padding-left: 27%;
}
.block-hero .btn, .block-hero .section-kymenlaaksonyt-eventz-lift .bubster-more, .section-kymenlaaksonyt-eventz-lift .block-hero .bubster-more, .block-hero .comment-form input[type=submit], .comment-form .block-hero input[type=submit], .block-hero .search-form .search-submit, .search-form .block-hero .search-submit {
  position: absolute;
  bottom: -1.625rem;
}
@media (min-width: 992px) {
  .block-hero .btn, .block-hero .section-kymenlaaksonyt-eventz-lift .bubster-more, .section-kymenlaaksonyt-eventz-lift .block-hero .bubster-more, .block-hero .comment-form input[type=submit], .comment-form .block-hero input[type=submit], .block-hero .search-form .search-submit, .search-form .block-hero .search-submit {
    position: static;
  }
}

.section-hero--noimg .block-hero {
  min-height: 0;
}
.section-hero--noimg .block-hero__container {
  max-width: 100%;
}
.section-hero--noimg .block-hero h1 {
  margin: 1.5rem 0;
  padding-bottom: 1rem;
  border-bottom: 0.125rem solid #BCBCBC;
}
@media (min-width: 768px) {
  .section-hero--noimg .block-hero h1 {
    margin: 4rem 0;
  }
}
.section-hero--noimg .block-hero h1.no-border {
  border-bottom: none;
  margin: 0.5rem 0 2rem;
  padding-bottom: 0;
}

.frontpage-content .section-hero {
  padding-top: 3.4375rem;
}
@media (min-width: 992px) {
  .frontpage-content .section-hero {
    padding-top: 0;
  }
}

.section-hero {
  background-color: #727272 !important;
}

section.section-hero.no-margin {
  margin-top: 0;
}

.b-landing-card {
  margin-bottom: 35px;
}
.b-landing-card .background {
  height: 218px;
}
.b-landing-card .entry-image {
  position: relative;
}
.b-landing-card .entry-image .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 76, 147, 0.9);
  text-align: center;
  z-index: 3;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.b-landing-card .entry-image .overlay .overlay_text {
  color: #fff;
  font-weight: 700;
  font-style: italic;
  font-size: 1.667em;
}
.b-landing-card .entry-image a {
  display: block;
}
.b-landing-card .entry-image a:hover .overlay {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease;
  -o-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.b-landing-card h3 {
  margin: 0.625rem 0 1.25rem;
}
@media (max-width: 767.98px) {
  .b-landing-card .child-page:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 768px) {
  .b-landing-card child-page:nth-child(3n+1) {
    clear: both;
  }
}

.popular-pages-frontpage {
  position: absolute;
  top: -55px;
  right: 0;
  z-index: 100;
  width: 100%;
}
@media (min-width: 992px) {
  .popular-pages-frontpage {
    width: 19.5rem;
    bottom: -26px;
    top: auto;
  }
}
.popular-pages-frontpage__button {
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  border: none;
  padding: 0 15px;
  width: 100%;
  z-index: 20;
}
body.pink .popular-pages-frontpage__button {
  background-color: #B42973;
}
body.green .popular-pages-frontpage__button {
  background-color: #008629;
}
body.orange .popular-pages-frontpage__button {
  background-color: #C54800;
}
body.turquoise .popular-pages-frontpage__button {
  background-color: #00d8bb;
}
body.blue .popular-pages-frontpage__button {
  background-color: #093377;
}
@media (min-width: 992px) {
  .popular-pages-frontpage__button {
    border-radius: 26px;
    margin-right: 15px;
  }
}
.popular-pages-frontpage__button-header {
  color: #fff;
  margin: 0;
  padding: 0;
  float: left;
  font-size: 1rem;
  font-weight: 600;
  line-height: 3.5rem;
}
.popular-pages-frontpage .pp-open-close {
  float: right; /* IE 9 */
  -webkit-transform: rotate(45deg); /* Safari 3-8 */
  -o-transform: rotate(45deg);
     transform: rotate(45deg);
  line-height: 3.5rem;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear, -o-transform 0.3s linear;
}
.popular-pages-frontpage .pp-open-close.active {
  display: block; /* IE 9 */
  -webkit-transform: rotate(0deg); /* Safari 3-8 */
  -o-transform: rotate(0deg);
     transform: rotate(0deg);
}
.popular-pages-frontpage__content {
  display: none;
  position: absolute;
  top: 3.5rem;
  background-color: #fff;
  width: 100%;
  box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.5);
  padding: 0 1.5rem 0;
  z-index: -1;
}
@media (min-width: 992px) {
  .popular-pages-frontpage__content {
    border-radius: 0 0 26px 26px;
    bottom: auto;
    margin: 0 15px;
    top: 1.75rem;
    right: -15px;
    padding: 2rem 1.5rem 0;
  }
}
body.pink .popular-pages-frontpage__content a:hover {
  color: #EA5FA2;
}
body.green .popular-pages-frontpage__content a:hover {
  color: #27B756;
}
body.orange .popular-pages-frontpage__content a:hover {
  color: #C54800;
}
body.turquoise .popular-pages-frontpage__content a:hover {
  color: #444;
}
body.blue .popular-pages-frontpage__content a:hover {
  color: #093377;
}
.popular-pages-frontpage__content li {
  padding: 1rem 0;
  border-bottom: 0.0625rem solid #BCBCBC;
}
.popular-pages-frontpage__content li a {
  color: #212121;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
}
.popular-pages-frontpage__content li:nth-last-of-type(1) {
  border-bottom: none;
}

ul.most-popular {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.most-popular a:hover {
  color: #212121;
}

.b-sidebar-banner a {
  display: block;
}
.b-sidebar-banner a:hover {
  text-decoration: none !important;
}
.b-sidebar-banner .overlay {
  background-color: rgba(84, 97, 110, 0.6);
  width: 100%;
  height: 163px;
  text-align: center;
}
.b-sidebar-banner h2.b-sidebar-title {
  font-size: 1.375em;
  color: #fff;
  font-weight: 700;
  font-style: italic;
  padding: 0 0.9375rem;
}

.b-sidebar-recent .news-row {
  border-bottom: 1px solid gray;
  padding: 15px 0;
  color: #212121;
  margin: 0;
}
.b-sidebar-recent .news-row .date {
  padding-left: 0;
  font-size: 0.875rem;
  color: #6d6d6d;
  line-height: 1.5rem;
  font-weight: 400;
  text-decoration: none;
}
.b-sidebar-recent .news-row .content {
  padding-left: 0;
}
.b-sidebar-recent .news-row .content h4 {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #212121;
  font-weight: 400;
  margin: 0;
  text-decoration: underline;
}
.b-sidebar-recent .news-row a:hover {
  text-decoration: none;
}
.b-sidebar-recent .news-row a:hover h4 {
  text-decoration: underline;
}
body.pink .b-sidebar-recent .news-row a:hover h4 {
  color: #B42973;
}
body.green .b-sidebar-recent .news-row a:hover h4 {
  color: #008629;
}
body.orange .b-sidebar-recent .news-row a:hover h4 {
  color: #C54800;
}
body.turquoise .b-sidebar-recent .news-row a:hover h4 {
  color: #444;
}
body.blue .b-sidebar-recent .news-row a:hover h4 {
  color: #093377;
}
.b-sidebar-recent .more-posts {
  margin: 0.9375rem 0;
}
@media (min-width: 768px) {
  .b-sidebar-recent .more-posts {
    margin: 1.5625rem 0;
  }
}

.single-vacancy .b-sidebar-recent .news-row:first-child {
  padding: 0 0 15px;
}

.b-sidebar-shortcut-links a.external-link {
  background-image: none;
  padding-right: 0;
}
.b-sidebar-shortcut-links a.external-link:hover {
  background-image: none;
}

.back-link-wrapper {
  padding: 1rem 0 1rem;
}
@media (min-width: 768px) {
  .back-link-wrapper {
    padding: 2rem 0 6rem;
  }
}

a.back-link {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5rem;
}
a.back-link i {
  font-size: 0.875rem;
  margin-top: -5px;
}

.block-image-lifts-title-below-item__background {
  background-color: #F4F4F5;
  height: 100%;
}
.block-image-lifts-title-below-item__img {
  width: 100%;
}
.block-image-lifts-title-below-item__title-wrap {
  padding: 1rem;
  width: 100%;
}
.block-image-lifts-title-below-item__title-wrap h3 {
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  text-decoration: underline;
}
.block-image-lifts-title-below-item:hover {
  text-decoration: none;
}
.block-image-lifts-title-below-item:hover .block-image-lifts-title-below-item__title-wrap h3 {
  text-decoration: underline;
}
body.pink .block-image-lifts-title-below-item:hover .block-image-lifts-title-below-item__title-wrap h3 {
  color: #EA5FA2;
}
body.green .block-image-lifts-title-below-item:hover .block-image-lifts-title-below-item__title-wrap h3 {
  color: #27B756;
}
body.orange .block-image-lifts-title-below-item:hover .block-image-lifts-title-below-item__title-wrap h3 {
  color: #C54800;
}
body.turquoise .block-image-lifts-title-below-item:hover .block-image-lifts-title-below-item__title-wrap h3 {
  color: #444;
}
body.blue .block-image-lifts-title-below-item:hover .block-image-lifts-title-below-item__title-wrap h3 {
  color: #093377;
}

.block-image-lifts-title-on-item__img-wrap {
  width: 100%;
  height: 200px;
}
@media (min-width: 768px) {
  .block-image-lifts-title-on-item__img-wrap {
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .block-image-lifts-title-on-item__img-wrap {
    height: 330px;
  }
}
.block-image-lifts-title-on-item__title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  padding: 0 0.625rem;
}
.block-image-lifts-title-on-item__title-wrap h3 {
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
.block-image-lifts-title-on-item__gradient {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 0 50px;
  min-height: 160px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.block-image-lifts-title-on-item:hover .block-image-lifts-title-on-item__gradient {
  min-height: 100%;
}

.block-events-lift-item {
  min-height: 329px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 0;
}
body.pink .block-events-lift-item:nth-child(even) {
  background-color: #B42973;
}
body.green .block-events-lift-item:nth-child(even) {
  background-color: #008629;
}
body.orange .block-events-lift-item:nth-child(even) {
  background-color: #C54800;
}
body.turquoise .block-events-lift-item:nth-child(even) {
  background-color: #00d8bb;
}
body.blue .block-events-lift-item:nth-child(even) {
  background-color: #093377;
}
body.pink .block-events-lift-item:nth-child(odd) {
  background-color: #EA5FA2;
}
body.green .block-events-lift-item:nth-child(odd) {
  background-color: #27B756;
}
body.orange .block-events-lift-item:nth-child(odd) {
  background-color: #FF7800;
}
body.turquoise .block-events-lift-item:nth-child(odd) {
  background-color: #00bfa5;
  color: #FFF;
}
body.blue .block-events-lift-item:nth-child(odd) {
  background-color: #093377;
  color: #FFF;
}
.block-events-lift-item__link {
  display: block;
  width: 100%;
  height: 100%;
}
.block-events-lift-item__gradient {
  position: absolute;
  width: 100%;
  bottom: 0;
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 0 50px;
  min-height: 160px;
}
.block-events-lift-item__gradient_bg_none {
  background: transparent;
}
.block-events-lift-item__text-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  padding: 0 0.625rem;
}
.block-events-lift-item__date {
  text-align: center;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 4px rgb(0, 0, 0);
}
.block-events-lift-item__title {
  text-align: center;
  color: #FFF;
  text-shadow: 0 0 6px rgb(0, 0, 0);
  font-size: 1.4375rem;
  line-height: 2rem;
}
.block-events-lift-item svg {
  margin-bottom: 2.5rem;
}
body.pink .block-events-lift-item svg #Rectangle-6, body.pink .block-events-lift-item svg #Fill-1 {
  fill: #FF92D3;
}
body.green .block-events-lift-item svg #Rectangle-6, body.green .block-events-lift-item svg #Fill-1 {
  fill: #66EA84;
}
body.orange .block-events-lift-item svg #Rectangle-6, body.orange .block-events-lift-item svg #Fill-1 {
  fill: #FFA942;
}
body.turquoise .block-events-lift-item svg #Rectangle-6, body.turquoise .block-events-lift-item svg #Fill-1 {
  fill: #00d8bb;
}
body.blue .block-events-lift-item svg #Rectangle-6, body.blue .block-events-lift-item svg #Fill-1 {
  fill: #093377;
}

.small-featured-article {
  padding: 0;
  margin: 0 0 1rem;
}
@media (min-width: 768px) {
  .small-featured-article {
    margin: 1rem 0 0 1rem;
  }
}
.small-featured-article a {
  text-decoration: none;
}
.small-featured-article a:hover .small-featured-article__title {
  text-decoration: underline;
}
body.pink .small-featured-article a:hover .link__readmore {
  color: #EA5FA2;
}
body.green .small-featured-article a:hover .link__readmore {
  color: #27B756;
}
body.orange .small-featured-article a:hover .link__readmore {
  color: #C54800;
}
body.turquoise .small-featured-article a:hover .link__readmore {
  color: #444;
}
body.blue .small-featured-article a:hover .link__readmore {
  color: #093377;
}
.small-featured-article__wrapper {
  background-color: #FFF;
  height: 100%;
  padding: 1.5rem 1.5rem 2.5rem;
}
@media (min-width: 768px) {
  .small-featured-article__wrapper {
    padding: 1rem 1rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .small-featured-article__wrapper {
    padding: 1.5rem 1.5rem 1.5rem;
  }
}
.small-featured-article__title {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.4;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 992px) {
  .small-featured-article__title {
    font-size: 1.4375rem;
  }
}
.small-featured-article__ingress {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.small-featured-article:last-child {
  margin: 0 0 0rem;
}
@media (min-width: 768px) {
  .small-featured-article:last-child {
    margin: 1rem 0 0 1rem;
  }
}

.small-featured-article-less-space {
  width: 100%;
  padding: 0 0 1rem;
}
@media (min-width: 768px) {
  .small-featured-article-less-space {
    padding: 1rem 0 0 1rem;
  }
}
@media (min-width: 1380px) {
  .small-featured-article-less-space {
    width: 50%;
  }
}
.small-featured-article-less-space > a {
  text-decoration: none;
}
.small-featured-article-less-space__wrapper {
  background-color: #FFF;
  height: 100%;
  padding: 1.5rem 1.5rem 2.5rem;
}
@media (min-width: 768px) {
  .small-featured-article-less-space__wrapper {
    padding: 1rem 1rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .small-featured-article-less-space__wrapper {
    padding: 1.5rem 1.5rem 1.5rem;
  }
}
.small-featured-article-less-space__title {
  margin-bottom: 1rem;
}
.small-featured-article-less-space__ingress {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.small-featured-article-less-space:last-child {
  padding: 0 0 0rem;
}
@media (min-width: 768px) {
  .small-featured-article-less-space:last-child {
    padding: 1rem 0 0 1rem;
  }
}

.block-article-lifts-with-image-item {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .block-article-lifts-with-image-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .block-article-lifts-with-image-item {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .block-article-lifts-with-image-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.block-article-lifts-with-image-item__background {
  background-color: #F4F4F5;
  height: 100%;
}
.block-article-lifts-with-image-item__img {
  width: 100%;
}
.block-article-lifts-with-image-item__text-wrap {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .block-article-lifts-with-image-item__text-wrap {
    padding: 1rem;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .block-article-lifts-with-image-item__text-wrap {
    padding: 1.5rem;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
}
.block-article-lifts-with-image-item__title {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .block-article-lifts-with-image-item__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .block-article-lifts-with-image-item__title {
    font-size: 1.4375rem;
  }
}
.block-article-lifts-with-image-item__read-more {
  font-weight: 500;
  text-decoration: underline;
}
body.pink .block-article-lifts-with-image-item__read-more {
  color: #EA5FA2;
}
body.green .block-article-lifts-with-image-item__read-more {
  color: #27B756;
}
body.orange .block-article-lifts-with-image-item__read-more {
  color: #C54800;
}
body.turquoise .block-article-lifts-with-image-item__read-more {
  color: #444;
}
body.blue .block-article-lifts-with-image-item__read-more {
  color: #093377;
}
.block-article-lifts-with-image-item:hover {
  text-decoration: none;
}

.block-article-lifts-without-images-item {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .block-article-lifts-without-images-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .block-article-lifts-without-images-item {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .block-article-lifts-without-images-item {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.block-article-lifts-without-images-item__text-wrap {
  padding: 3.25rem 1.5rem 3.5rem;
  background-color: #F4F4F5;
  height: 100%;
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .block-article-lifts-without-images-item__text-wrap {
    padding: 3.25rem 1rem 3.5rem;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
  }
}
@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .block-article-lifts-without-images-item__text-wrap {
    padding: 3.25rem 1.5rem 3.5rem;
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }
}
.block-article-lifts-without-images-item__date {
  text-align: center;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5rem;
  font-weight: 600;
  color: #6d6d6d;
}
.block-article-lifts-without-images-item__title {
  margin-bottom: 1rem;
  text-align: center;
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .block-article-lifts-without-images-item__title {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .block-article-lifts-without-images-item__title {
    font-size: 1.4375rem;
  }
}
.block-article-lifts-without-images-item__ingress {
  text-align: center;
  margin-bottom: 1.5rem;
}
.block-article-lifts-without-images-item__read-more {
  font-weight: 500;
  text-align: center;
  text-decoration: underline;
}
body.pink .block-article-lifts-without-images-item__read-more {
  color: #EA5FA2;
}
body.green .block-article-lifts-without-images-item__read-more {
  color: #27B756;
}
body.orange .block-article-lifts-without-images-item__read-more {
  color: #C54800;
}
body.turquoise .block-article-lifts-without-images-item__read-more {
  color: #444;
}
body.blue .block-article-lifts-without-images-item__read-more {
  color: #093377;
}
.block-article-lifts-without-images-item:hover {
  text-decoration: none;
}

.block-blog-post-lift-item__text-wrap {
  background-color: #FFF;
  padding: 2rem 2rem 3.75rem;
  height: 100%;
}
@media (min-width: 768px) {
  .block-blog-post-lift-item__text-wrap {
    padding: 2rem 2rem 5rem;
  }
}
.page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item__text-wrap {
  padding: 2rem 0.9375rem 3.75rem;
}
@media (min-width: 576px) {
  .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item__text-wrap {
    padding: 2rem 2rem 3.75rem;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item__text-wrap {
    padding: 1.75rem 1.5rem 6.25rem;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item__text-wrap {
    padding: 2rem 1.5rem 7.5rem;
  }
}
.block-blog-post-lift-item__author-img {
  max-width: 4rem;
  max-height: 4rem;
  border-radius: 2rem;
  margin-right: 0.9375rem;
}
.block-blog-post-lift-item__author-name {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5rem;
  margin-bottom: 0;
}
.block-blog-post-lift-item__read-more {
  font-weight: 500;
  text-decoration: underline;
}
body.pink .block-blog-post-lift-item__read-more {
  color: #EA5FA2;
}
body.green .block-blog-post-lift-item__read-more {
  color: #27B756;
}
body.orange .block-blog-post-lift-item__read-more {
  color: #C54800;
}
body.turquoise .block-blog-post-lift-item__read-more {
  color: #444;
}
body.blue .block-blog-post-lift-item__read-more {
  color: #093377;
}
.block-blog-post-lift-item__link-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2rem;
  color: #FFF !important;
}
.block-blog-post-lift-item__title {
  text-decoration: underline;
}

.block-blog-post-lift-item-image__image-text-wrap {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 400px;
}
@media (min-width: 768px) {
  .block-blog-post-lift-item-image__image-text-wrap {
    min-height: 536px;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item-image__image-text-wrap {
    min-height: 400px;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item-image__image-text-wrap {
    min-height: 536px;
  }
}
.block-blog-post-lift-item-image__link-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.block-blog-post-lift-item-image__text-wrap {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  padding: 0 2rem 2rem;
}
.page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item-image__text-wrap {
  padding: 0 0.9375rem 2rem;
}
@media (min-width: 576px) {
  .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item-image__text-wrap {
    padding: 0 2rem 2rem;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item-image__text-wrap {
    padding: 0 1.5rem 2rem;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .block-blog-post-lift-item-image__text-wrap {
    padding: 0 1.5rem 2rem;
  }
}
.block-blog-post-lift-item-image__author-img {
  max-width: 4rem;
  max-height: 4rem;
  border-radius: 2rem;
  margin-right: 0.9375rem;
  color: #FFF;
  border: solid 2px #FFF;
}
.block-blog-post-lift-item-image__author-name {
  font-size: 1.0625rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #FFF;
  margin-bottom: 0;
}
.block-blog-post-lift-item-image__date {
  display: block;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5rem;
  color: #FFF;
}
.block-blog-post-lift-item-image__title {
  color: #FFF;
  text-decoration: underline;
}

.block-contact-card-lift-item {
  padding: 2rem 1.5rem;
  background-color: #F4F4F5;
  position: relative;
}
.block-contact-card-lift-item:nth-child(1) {
  border-top: 0.25rem solid;
}
body.pink .block-contact-card-lift-item:nth-child(1) {
  border-color: #FF92D3;
}
body.green .block-contact-card-lift-item:nth-child(1) {
  border-color: #66EA84;
}
body.orange .block-contact-card-lift-item:nth-child(1) {
  border-color: #FFA942;
}
body.turquoise .block-contact-card-lift-item:nth-child(1) {
  border-color: #00d8bb;
}
body.blue .block-contact-card-lift-item:nth-child(1) {
  border-color: #093377;
}
.block-contact-card-lift-item:nth-child(n+2) {
  border-top: 0.0625rem solid #6d6d6d;
}
.block-contact-card-lift-item__name {
  font-weight: bold !important;
}
.block-contact-card-lift-item__contact-info {
  margin-top: 1rem;
}
.block-contact-card-lift-item__contact-info > div {
  margin-bottom: 0.5rem;
}
.block-contact-card-lift-item label {
  font-weight: 600;
  min-width: 185px;
  margin-bottom: 0;
  display: block;
}
@media (min-width: 576px) {
  .block-contact-card-lift-item label {
    display: inline-block;
  }
}
.block-contact-card-lift-item__email-link, .block-contact-card-lift-item__phone-number, .block-contact-card-lift-item__mobile-phone-number {
  text-decoration: underline;
  color: #212121 !important;
  font-weight: 400 !important;
}
.block-contact-card-lift-item__toggle {
  position: absolute;
  right: 2.75rem;
  height: 1.75rem;
  top: 44px;
  cursor: pointer;
  border: none;
  background-color: transparent;
}
.block-contact-card-lift-item__toggle i {
  font-size: 1.75rem;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear, -o-transform 0.3s linear;
}
.block-contact-card-lift-item__toggle.opened i {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.block-contact-card-lift-item.multiple.closed .block-contact-card-lift-item__contact-info {
  display: none;
}

.b-video-embedding-youtube {
  display: none;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.section-image-column-lift .b-video-embedding-youtube, .section-big-video-lift .b-video-embedding-youtube {
  padding-bottom: 0;
  height: 100%;
  width: 100%;
}
.b-video-embedding-youtube__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 0 !important;
  min-height: 0 !important;
}
.b-video-embedding-youtube__error {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 0 !important;
  min-height: 0 !important;
  background: rgba(0, 0, 0, 0.5);
  padding-top: 5rem;
  text-align: center;
}
.b-video-embedding-youtube__error a, .b-video-embedding-youtube__error p {
  color: #fff;
}
.b-video-embedding-youtube__error a {
  text-decoration: underline;
}

.crisis-container {
  position: relative;
  background-color: #FFC999;
  height: auto;
  z-index: 380;
  width: 100%;
  border-left: 4px solid #FF7800;
  padding: 1rem;
  margin-bottom: 1.125rem;
}
@media (min-width: 992px) {
  .crisis-container {
    margin-bottom: 2rem;
    padding: 2rem;
  }
}
.crisis-container .crisis--title {
  display: block;
  color: #212121;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  max-width: calc(100% - 32px);
}
@media (min-width: 768px) {
  .crisis-container .crisis--title {
    font-size: 1.4375rem;
    line-height: 2rem;
    max-width: 100%;
  }
}
.crisis-container .crisis--title:hover, .crisis-container .crisis--title:active, .crisis-container .crisis--title:focus {
  text-decoration: none;
}
.crisis-container .crisis--content {
  display: none;
  color: #212121;
}
@media (min-width: 576px) {
  .crisis-container .crisis--content {
    display: block;
  }
}
.crisis-container .crisis--close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
  color: #212121;
}

header.banner.crisis-header .header-top {
  padding-top: 0;
}
@media only screen and (min-width: 1360px) {
  header.banner.crisis-header .header-top {
    padding-top: 2rem;
  }
}

.section-hero {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 0;
}
@media (min-width: 992px) {
  .section-hero {
    min-height: 28.125rem;
  }
}
.section-hero--large {
  min-height: 17.6875rem;
}
@media (min-width: 576px) {
  .section-hero--large {
    height: 26.5rem;
  }
}
@media (min-width: 992px) {
  .section-hero--large {
    height: 42.5rem;
  }
}
.section-hero--simple {
  min-height: 15.625rem;
}
@media (min-width: 992px) {
  .section-hero--simple {
    height: 24rem;
    min-height: 24rem;
    max-width: 82.5rem;
    margin-top: 12rem;
  }
}
.section-hero--noimg {
  min-height: 0;
  background-color: transparent !important;
}
.section-hero--noimg .section-hero-overlay {
  display: none !important;
}
.section-hero--crisis {
  margin-top: 12.5rem;
}
@media (min-width: 992px) {
  .section-hero--crisis {
    margin-top: 25.25rem;
  }
}
@media (min-width: 768px) {
  .section-hero--video {
    height: 35.4166666667vw;
    max-height: 35.4166666667vw;
    min-height: auto !important;
  }
}
.section-hero .video-container {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: none;
}
@media (min-width: 768px) {
  .section-hero .video-container {
    display: block;
  }
}
.section-hero .section-hero-overlay {
  opacity: 0.15;
  background-color: #000;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.section-hero-with-overlay-image {
  height: 17.6875rem;
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-template-areas: "image" "content" "overlay";
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  -ms-grid-rows: minmax(0, 1fr) minmax(0, 10%) 0;
      grid-template-rows: minmax(0, 1fr) minmax(0, 10%) 0;
  padding-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .section-hero-with-overlay-image {
    height: 26.5rem;
  }
}
@media (min-width: 992px) {
  .section-hero-with-overlay-image {
    height: 42.5rem;
  }
}
@media (min-width: 992px) {
  .section-hero-with-overlay-image {
    padding-bottom: 3.125rem;
  }
}
.section-hero-with-overlay-image .section-hero-overlay-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  max-height: 100%;
  grid-area: image;
}
.section-hero-with-overlay-image .section-hero-overlay-image__image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 46.875rem;
  aspect-ratio: 16/10;
  padding: 1.5625rem;
}
.section-hero-with-overlay-image .block-hero {
  min-height: 0;
  grid-area: content;
  position: static;
}
.section-hero-with-overlay-image .block-hero .row {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (min-width: 992px) {
  .section-hero-with-overlay-image .block-hero .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-hero-with-overlay-image .block-hero .row .block-hero__container {
  padding-left: 1.875rem;
  padding-top: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
}
@media (min-width: 768px) {
  .section-hero-with-overlay-image .block-hero .row .block-hero__container {
    padding-top: 3.125rem;
  }
}
@media (min-width: 992px) {
  .section-hero-with-overlay-image .block-hero .row .block-hero__container {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .section-hero-with-overlay-image .block-hero .row .block-hero__container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.section-hero-with-overlay-image .block-hero .popular-pages-frontpage {
  top: 0;
  right: 0;
}
@media (min-width: 992px) {
  .section-hero-with-overlay-image .block-hero .popular-pages-frontpage {
    right: 15px;
    top: initial;
  }
}
@media only screen and (min-width: 1550px) {
  .section-hero-with-overlay-image .block-hero .popular-pages-frontpage {
    right: 270px;
  }
}
.section-hero-with-overlay-image .block-hero .external-link {
  position: static;
}

@media (min-width: 992px) {
  .post-type-archive-blog .section-hero--simple {
    height: 31.875rem;
  }
}

.back-to-top__wrapper {
  margin: 1rem 0;
  width: auto;
  cursor: pointer;
}
.back-to-top__text {
  font-size: 1.125rem;
  line-height: 3.125rem !important;
  font-weight: bold;
  margin-right: 0.5rem;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
body.pink .back-to-top__text {
  color: #B42973;
}
body.green .back-to-top__text {
  color: #008629;
}
body.orange .back-to-top__text {
  color: #C54800;
}
body.turquoise .back-to-top__text {
  color: #444;
}
body.blue .back-to-top__text {
  color: #093377;
}
.back-to-top__icon {
  font-size: 1.375rem !important;
  padding: 0.875rem;
  border-radius: 2rem;
  color: #FFF;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
body.pink .back-to-top__icon {
  background-color: #B42973;
}
body.green .back-to-top__icon {
  background-color: #008629;
}
body.orange .back-to-top__icon {
  background-color: #C54800;
}
body.turquoise .back-to-top__icon {
  background-color: #00d8bb;
}
body.blue .back-to-top__icon {
  background-color: #093377;
}

body.pink .back-to-top__wrapper:hover .back-to-top__icon {
  background-color: #EA5FA2;
}
body.green .back-to-top__wrapper:hover .back-to-top__icon {
  background-color: #27B756;
}
body.orange .back-to-top__wrapper:hover .back-to-top__icon {
  background-color: #FF7800;
}
body.turquoise .back-to-top__wrapper:hover .back-to-top__icon {
  background-color: #00bfa5;
  color: #FFF;
}
body.blue .back-to-top__wrapper:hover .back-to-top__icon {
  background-color: #093377;
  color: #FFF;
}
.back-to-top__wrapper:hover .back-to-top__text {
  text-decoration: underline;
}
body.pink .back-to-top__wrapper:hover .back-to-top__text {
  color: #EA5FA2;
}
body.green .back-to-top__wrapper:hover .back-to-top__text {
  color: #27B756;
}
body.orange .back-to-top__wrapper:hover .back-to-top__text {
  color: #C54800;
}
body.turquoise .back-to-top__wrapper:hover .back-to-top__text {
  color: #444;
}
body.blue .back-to-top__wrapper:hover .back-to-top__text {
  color: #093377;
}

.section-image-column-lift .image-column-lift {
  background-color: transparent;
}
@media (min-width: 768px) {
  .section-image-column-lift .image-column-lift {
    min-height: 22.5rem;
  }
}
@media (min-width: 1200px) {
  .section-image-column-lift .image-column-lift {
    min-height: 28rem;
  }
}
.section-image-column-lift .image-column-lift__date {
  color: #6d6d6d;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.section-image-column-lift .image-column-lift__title {
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.section-image-column-lift .image-column-lift__content-text p {
  font-size: 1.125rem;
  line-height: 1.5rem;
}
.section-image-column-lift .image-column-lift__content-text a {
  text-decoration: underline;
}
body.pink .section-image-column-lift .image-column-lift__content-text a:hover {
  color: #B42973;
}
body.green .section-image-column-lift .image-column-lift__content-text a:hover {
  color: #008629;
}
body.orange .section-image-column-lift .image-column-lift__content-text a:hover {
  color: #C54800;
}
body.turquoise .section-image-column-lift .image-column-lift__content-text a:hover {
  color: #444;
}
body.blue .section-image-column-lift .image-column-lift__content-text a:hover {
  color: #093377;
}
.section-image-column-lift .image-column-lift__btn {
  margin-top: 1rem;
}
.section-image-column-lift .image-column-lift .image {
  min-height: 12.5625rem;
}
@media (min-width: 576px) {
  .section-image-column-lift .image-column-lift .image {
    min-height: 18rem;
  }
}
@media (min-width: 768px) {
  .section-image-column-lift .image-column-lift .image {
    min-height: 20rem;
  }
}
@media (min-width: 992px) {
  .section-image-column-lift .image-column-lift .image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
  }
}
.section-image-column-lift .image-column-lift .image.video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0;
}
.section-image-column-lift .image-column-lift__play svg {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
}
.section-image-column-lift .image-column-lift__play svg #Rectangle-11 {
  -webkit-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
body.pink .section-image-column-lift .image-column-lift__play svg #Rectangle-11 {
  fill: #EA5FA2;
}
body.green .section-image-column-lift .image-column-lift__play svg #Rectangle-11 {
  fill: #27B756;
}
body.orange .section-image-column-lift .image-column-lift__play svg #Rectangle-11 {
  fill: #FF7800;
}
body.turquoise .section-image-column-lift .image-column-lift__play svg #Rectangle-11 {
  fill: #00d8bb;
}
body.blue .section-image-column-lift .image-column-lift__play svg #Rectangle-11 {
  fill: #093377;
}
body.pink .section-image-column-lift .image-column-lift__play svg:hover #Rectangle-11 {
  fill: #B42973;
}
body.green .section-image-column-lift .image-column-lift__play svg:hover #Rectangle-11 {
  fill: #008629;
}
body.orange .section-image-column-lift .image-column-lift__play svg:hover #Rectangle-11 {
  fill: #C54800;
}
body.turquoise .section-image-column-lift .image-column-lift__play svg:hover #Rectangle-11 {
  fill: #444;
}
body.blue .section-image-column-lift .image-column-lift__play svg:hover #Rectangle-11 {
  fill: #093377;
}
.section-image-column-lift .image-column-lift__play-button {
  background: transparent;
  border: none;
}

.image-column-lift.right .image-column-lift__text {
  padding: 0 0.625rem 2rem 0;
  color: #212121;
}
@media (min-width: 768px) {
  .image-column-lift.right .image-column-lift__text {
    padding: 0 1.0625rem 2rem 0.5625rem;
  }
}
@media (min-width: 992px) {
  .image-column-lift.right .image-column-lift__text {
    padding: 0 2.5625rem 0 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .image-column-lift.right .image-column-lift__text {
    padding: 0 2.5625rem 0 1.0625rem;
  }
}

.image-column-lift.left .image-column-lift__text {
  padding: 0 0.625rem 2rem 0;
  color: #212121;
}
@media (min-width: 768px) {
  .image-column-lift.left .image-column-lift__text {
    padding: 0 0.5625rem 2rem 1.0625rem;
  }
}
@media (min-width: 992px) {
  .image-column-lift.left .image-column-lift__text {
    padding: 0 1.0625rem 0 2.5625rem;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .image-column-lift.left .image-column-lift__text {
    padding: 1.5rem 0.5625rem 0 0.5625rem;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .image-column-lift.left .image-column-lift__text {
    padding: 0 1.0625rem 0 1.25rem;
  }
}
@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .image-column-lift.left .image-column-lift__text {
    padding: 0 1.0625rem 0 1.75rem;
  }
}

.section-news-lift {
  background-color: #F4F4F5;
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-news-lift .container-fluid {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .section-news-lift .container-fluid {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}
.section-news-lift__title {
  display: inline-block;
  border: 0;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: #212121;
  color: #FFF;
}
.section-news-lift .article__image {
  width: 100%;
}
.section-news-lift .news-feed .article, .section-news-lift .announcements-feed .article, .section-news-lift .jobs-feed .article {
  padding-top: 1.5rem;
  padding-left: 0rem;
  padding-right: 0rem;
}
@media (min-width: 768px) {
  .section-news-lift .news-feed .article, .section-news-lift .announcements-feed .article, .section-news-lift .jobs-feed .article {
    padding-top: 2.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-news-lift .news-feed .article, .page-template-template-landing-theme-sidebar-nav .section-news-lift .announcements-feed .article, .page-template-template-landing-theme-sidebar-nav .section-news-lift .jobs-feed .article {
    padding-top: 2.25rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .section-news-lift .news-feed .article, .page-template-template-landing-theme-sidebar-nav .section-news-lift .announcements-feed .article, .page-template-template-landing-theme-sidebar-nav .section-news-lift .jobs-feed .article {
    padding-top: 2.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.section-news-lift .news-feed .article a, .section-news-lift .announcements-feed .article a, .section-news-lift .jobs-feed .article a {
  text-decoration: none;
}
.section-news-lift .news-feed .article .article__meta, .section-news-lift .announcements-feed .article .article__meta, .section-news-lift .jobs-feed .article .article__meta {
  display: block;
  margin-bottom: 0.25rem;
}
.section-news-lift .news-feed .article .article__meta span, .section-news-lift .announcements-feed .article .article__meta span, .section-news-lift .jobs-feed .article .article__meta span {
  color: #6d6d6d;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.section-news-lift .news-feed .article .article__meta .article__date, .section-news-lift .announcements-feed .article .article__meta .article__date, .section-news-lift .jobs-feed .article .article__meta .article__date {
  margin-bottom: 0;
}
.section-news-lift .news-feed .article .article__date, .section-news-lift .announcements-feed .article .article__date, .section-news-lift .jobs-feed .article .article__date {
  color: #6d6d6d;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0.3125rem;
}
.section-news-lift .news-feed .article .article__title, .section-news-lift .announcements-feed .article .article__title, .section-news-lift .jobs-feed .article .article__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
  word-break: break-word;
  text-decoration: underline;
}
.section-news-lift .news-feed .article p.article__excerpt, .section-news-lift .news-feed .article p, .section-news-lift .announcements-feed .article p.article__excerpt, .section-news-lift .announcements-feed .article p, .section-news-lift .jobs-feed .article p.article__excerpt, .section-news-lift .jobs-feed .article p {
  display: none;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
}
@media (min-width: 576px) {
  .section-news-lift .news-feed .article p.article__excerpt, .section-news-lift .news-feed .article p, .section-news-lift .announcements-feed .article p.article__excerpt, .section-news-lift .announcements-feed .article p, .section-news-lift .jobs-feed .article p.article__excerpt, .section-news-lift .jobs-feed .article p {
    display: block;
  }
}
.section-news-lift .news-feed .article .link__readmore, .section-news-lift .announcements-feed .article .link__readmore, .section-news-lift .jobs-feed .article .link__readmore {
  display: block;
}

.section-events-lift {
  padding: 3rem 0 0;
}
@media (min-width: 768px) {
  .section-events-lift {
    padding: 6rem 0 0;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-events-lift {
    padding: 3rem 0 0;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .section-events-lift {
    padding: 6rem 0 0;
  }
}
.section-events-lift__header {
  text-align: center;
  padding: 0 0 1.5rem;
}
@media (min-width: 768px) {
  .section-events-lift__header {
    padding: 0 0 2.5rem;
  }
}
.section-events-lift__header h2 {
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 1rem;
}
.section-events-lift__header p {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .section-events-lift__header p {
    font-size: 1.4375rem;
    line-height: 2rem;
  }
}

.section-some-feed {
  padding: 3rem 0 0.25rem;
}
@media (min-width: 768px) {
  .section-some-feed {
    padding: 6rem 0;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-some-feed {
    padding: 3rem 0;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .section-some-feed {
    padding: 6rem 0;
  }
}
.section-some-feed h2 {
  letter-spacing: -0.5px;
  text-align: center;
  margin-bottom: 2.5rem;
}

.juicer-feed li.feed-item {
  padding: 0;
  border: none;
}
.juicer-feed .j-meta a,
.juicer-feed .j-date,
.juicer-feed .j-date.j-twitter-date {
  color: #6d6d6d;
}
body.pink .juicer-feed .j-meta a:hover {
  color: #EA5FA2;
}
body.green .juicer-feed .j-meta a:hover {
  color: #27B756;
}
body.orange .juicer-feed .j-meta a:hover {
  color: #C54800;
}
body.turquoise .juicer-feed .j-meta a:hover {
  color: #444;
}
body.blue .juicer-feed .j-meta a:hover {
  color: #093377;
}
.juicer-feed .j-paginate {
  cursor: pointer;
  font-family: "futura-pt", sans-serif;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  padding: 0.875rem 2.75rem;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  width: 13.75rem;
  border: none;
  white-space: normal;
  border-radius: 36px;
  color: #FFF;
  margin: 2rem auto;
  text-transform: initial;
}
body.pink .juicer-feed .j-paginate {
  background-color: #B42973;
}
body.green .juicer-feed .j-paginate {
  background-color: #008629;
}
body.orange .juicer-feed .j-paginate {
  background-color: #C54800;
}
body.turquoise .juicer-feed .j-paginate {
  background-color: #00d8bb;
}
body.blue .juicer-feed .j-paginate {
  background-color: #093377;
}
.juicer-feed .j-paginate:hover {
  color: #000000;
}
body.pink .juicer-feed .j-paginate:hover {
  background-color: #EA5FA2;
}
body.green .juicer-feed .j-paginate:hover {
  background-color: #27B756;
}
body.orange .juicer-feed .j-paginate:hover {
  background-color: #FF7800;
}
body.turquoise .juicer-feed .j-paginate:hover {
  background-color: #00bfa5;
  color: #FFF;
}
body.blue .juicer-feed .j-paginate:hover {
  background-color: #093377;
  color: #FFF;
}
body.pink .juicer-feed .j-paginate:active, body.pink .juicer-feed .j-paginate:focus {
  background-color: #EA5FA2;
}
body.green .juicer-feed .j-paginate:active, body.green .juicer-feed .j-paginate:focus {
  background-color: #27B756;
}
body.orange .juicer-feed .j-paginate:active, body.orange .juicer-feed .j-paginate:focus {
  background-color: #FF7800;
}
body.turquoise .juicer-feed .j-paginate:active, body.turquoise .juicer-feed .j-paginate:focus {
  background-color: #00bfa5;
  color: #FFF;
}
body.blue .juicer-feed .j-paginate:active, body.blue .juicer-feed .j-paginate:focus {
  background-color: #093377;
  color: #FFF;
}
.juicer-feed .j-message p {
  font-family: "futura-pt", sans-serif;
  font-size: 1.0625rem;
  line-height: 1.5rem;
  color: #212121;
}
.juicer-feed .j-message p a, .juicer-feed .j-message a {
  font-weight: 400 !important;
}
body.pink .juicer-feed .j-message p a, body.pink .juicer-feed .j-message a {
  color: #840953;
}
body.green .juicer-feed .j-message p a, body.green .juicer-feed .j-message a {
  color: #006619;
}
body.orange .juicer-feed .j-message p a, body.orange .juicer-feed .j-message a {
  color: #953800;
}
body.turquoise .juicer-feed .j-message p a, body.turquoise .juicer-feed .j-message a {
  color: #444;
}
body.blue .juicer-feed .j-message p a, body.blue .juicer-feed .j-message a {
  color: #093377;
}
body.pink .juicer-feed .j-message p a:hover, body.pink .juicer-feed .j-message a:hover {
  color: #EA5FA2;
}
body.green .juicer-feed .j-message p a:hover, body.green .juicer-feed .j-message a:hover {
  color: #27B756;
}
body.orange .juicer-feed .j-message p a:hover, body.orange .juicer-feed .j-message a:hover {
  color: #C54800;
}
body.turquoise .juicer-feed .j-message p a:hover, body.turquoise .juicer-feed .j-message a:hover {
  color: #444;
}
body.blue .juicer-feed .j-message p a:hover, body.blue .juicer-feed .j-message a:hover {
  color: #093377;
}
.juicer-feed [class^=fa-]:before, .juicer-feed [class*=" fa-"]:before {
  font-family: "fontawesome-5-juicer";
}

section.section-multiple-image-text-column-lift {
  padding: 4.75rem 0 3rem;
  position: relative;
}
@media (min-width: 768px) {
  section.section-multiple-image-text-column-lift {
    padding: 6rem 0;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav section.section-multiple-image-text-column-lift {
    padding: 4.75rem 0 3rem;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav section.section-multiple-image-text-column-lift {
    padding: 6rem 0;
  }
}
section.section-multiple-image-text-column-lift .container-fluid {
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav section.section-multiple-image-text-column-lift .container-fluid {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
  }
}

.featured-article__wrapper {
  margin: 0 auto;
}
@media (min-width: 992px) {
  .featured-article__wrapper {
    margin: 0;
  }
}

.featured-article {
  background-color: #FFF;
}
.featured-article img {
  width: 100%;
  height: auto;
}
.featured-article__background-text {
  position: absolute;
  right: -0.5rem;
  top: -72px;
  font-size: 5rem;
  font-weight: bold;
  color: #E9E9EA;
}
@media (min-width: 768px) {
  .featured-article__background-text {
    font-size: 9rem;
    top: -112px;
    right: -16px;
  }
}
@media (min-width: 992px) {
  .featured-article__background-text {
    font-size: 12rem;
    top: -96px;
    right: -64px;
  }
}
.featured-article__text-content {
  padding: 2rem 1.5rem 2.5rem;
}
.featured-article__title {
  margin-bottom: 1rem;
}
.page-template-template-landing-theme-sidebar-nav .featured-article__title {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .featured-article__title {
    font-size: 2rem;
  }
}
.featured-article__ingress {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 3rem;
}

.small-featured-wrapper {
  padding-top: 1rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .small-featured-wrapper {
    padding-top: 3.9375rem;
  }
}
@media (min-width: 992px) {
  .small-featured-wrapper {
    margin: 0;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .small-featured-wrapper {
    padding-left: 0;
  }
}

.section-icon-text-lift .icon-text-lift-icon-wrapper {
  margin-bottom: 2rem;
}
.section-icon-text-lift .icon-text-lift-icon-wrapper .icon-text-lift-icon {
  height: 6rem;
  width: 6rem;
  margin: 0 auto;
  border-radius: 3rem;
  text-align: center;
}
body.pink .section-icon-text-lift .icon-text-lift-icon-wrapper .icon-text-lift-icon {
  background-color: #EA5FA2;
}
body.green .section-icon-text-lift .icon-text-lift-icon-wrapper .icon-text-lift-icon {
  background-color: #27B756;
}
body.orange .section-icon-text-lift .icon-text-lift-icon-wrapper .icon-text-lift-icon {
  background-color: #FF7800;
}
body.turquoise .section-icon-text-lift .icon-text-lift-icon-wrapper .icon-text-lift-icon {
  background-color: #00bfa5;
  color: #FFF;
}
body.blue .section-icon-text-lift .icon-text-lift-icon-wrapper .icon-text-lift-icon {
  background-color: #093377;
  color: #FFF;
}
.section-icon-text-lift .icon-text-lift-icon-wrapper .icon-text-lift-icon i {
  color: #FFF;
  font-size: 3.5rem;
  line-height: 6rem;
}
.section-icon-text-lift .icon-text-lift-textcontent {
  max-width: 54.375rem;
  margin: 0 auto;
}
.section-icon-text-lift .icon-text-lift-textcontent h2 {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 2rem;
  text-align: center;
  margin-bottom: 1rem;
}
.section-icon-text-lift .icon-text-lift-textcontent p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .section-icon-text-lift .icon-text-lift-textcontent p {
    margin-bottom: 2rem;
  }
}
.section-icon-text-lift .icon-text-lift-textcontent a {
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  font-weight: 500;
  text-decoration: underline;
}
body.pink .section-icon-text-lift .icon-text-lift-textcontent a {
  color: #B42973;
}
body.green .section-icon-text-lift .icon-text-lift-textcontent a {
  color: #008629;
}
body.orange .section-icon-text-lift .icon-text-lift-textcontent a {
  color: #C54800;
}
body.turquoise .section-icon-text-lift .icon-text-lift-textcontent a {
  color: #444;
}
body.blue .section-icon-text-lift .icon-text-lift-textcontent a {
  color: #093377;
}
body.pink .section-icon-text-lift .icon-text-lift-textcontent a:hover {
  color: #EA5FA2;
}
body.green .section-icon-text-lift .icon-text-lift-textcontent a:hover {
  color: #27B756;
}
body.orange .section-icon-text-lift .icon-text-lift-textcontent a:hover {
  color: #C54800;
}
body.turquoise .section-icon-text-lift .icon-text-lift-textcontent a:hover {
  color: #444;
}
body.blue .section-icon-text-lift .icon-text-lift-textcontent a:hover {
  color: #093377;
}
.section-icon-text-lift .icon-text-lift-textcontent .et_monarch .et_social_inline_top {
  margin-bottom: 0;
}
.section-icon-text-lift .icon-text-lift-textcontent ul.et_social_icons_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-icon-text-lift .icon-text-lift-textcontent ul.et_social_icons_container li {
  width: auto !important;
  margin: 2% 0 0 2% !important;
  margin-left: 2% !important;
}
.section-icon-text-lift .icon-text-lift-textcontent ul.et_social_icons_container li:nth-child(4n+1) {
  margin-left: 0 !important;
}

.section-columnized-text-lift .columnized-title h2 {
  max-width: 26.5rem;
  margin-bottom: 1rem;
}
.page-template-template-landing-theme-sidebar-nav .section-columnized-text-lift .columnized-title h2 {
  font-size: 1.75rem;
  line-height: 1.3;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .section-columnized-text-lift .columnized-title h2 {
    font-size: 2.25rem;
  }
}
.section-columnized-text-lift .columnized-content p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .section-columnized-text-lift .columnized-content p {
    margin-bottom: 2rem;
  }
}
.section-columnized-text-lift .columnized-content a {
  font-size: 1.0625rem;
  line-height: 1.5rem;
  font-weight: 600;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
body.pink .section-columnized-text-lift .columnized-content a {
  color: #B42973;
}
body.green .section-columnized-text-lift .columnized-content a {
  color: #008629;
}
body.orange .section-columnized-text-lift .columnized-content a {
  color: #C54800;
}
body.turquoise .section-columnized-text-lift .columnized-content a {
  color: #444;
}
body.blue .section-columnized-text-lift .columnized-content a {
  color: #093377;
}
body.pink .section-columnized-text-lift .columnized-content a:hover {
  color: #EA5FA2;
}
body.green .section-columnized-text-lift .columnized-content a:hover {
  color: #27B756;
}
body.orange .section-columnized-text-lift .columnized-content a:hover {
  color: #C54800;
}
body.turquoise .section-columnized-text-lift .columnized-content a:hover {
  color: #444;
}
body.blue .section-columnized-text-lift .columnized-content a:hover {
  color: #093377;
}

@media (min-width: 768px) {
  .section-two-column-two-text-lift .left-col, .section-two-column-two-text-lift .right-col {
    padding-right: 4.25rem;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-two-column-two-text-lift .left-col, .page-template-template-landing-theme-sidebar-nav .section-two-column-two-text-lift .right-col {
    padding-right: 0.9375rem;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .section-two-column-two-text-lift .left-col, .page-template-template-landing-theme-sidebar-nav .section-two-column-two-text-lift .right-col {
    padding-right: 1.875rem;
  }
}
@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .section-two-column-two-text-lift .left-col, .page-template-template-landing-theme-sidebar-nav .section-two-column-two-text-lift .right-col {
    padding-right: 3.125rem;
  }
}
.section-two-column-two-text-lift h2 {
  margin-bottom: 1rem;
}
.section-two-column-two-text-lift p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .section-two-column-two-text-lift p {
    margin-bottom: 2rem;
  }
}
.section-two-column-two-text-lift a {
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  font-weight: 500;
  text-decoration: underline;
}
body.pink .section-two-column-two-text-lift a {
  color: #B42973;
}
body.green .section-two-column-two-text-lift a {
  color: #008629;
}
body.orange .section-two-column-two-text-lift a {
  color: #C54800;
}
body.turquoise .section-two-column-two-text-lift a {
  color: #444;
}
body.blue .section-two-column-two-text-lift a {
  color: #093377;
}
body.pink .section-two-column-two-text-lift a:hover {
  color: #EA5FA2;
}
body.green .section-two-column-two-text-lift a:hover {
  color: #27B756;
}
body.orange .section-two-column-two-text-lift a:hover {
  color: #C54800;
}
body.turquoise .section-two-column-two-text-lift a:hover {
  color: #444;
}
body.blue .section-two-column-two-text-lift a:hover {
  color: #093377;
}

.section-full-image-banner {
  height: 250px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.75rem 0;
}
@media (min-width: 768px) {
  .section-full-image-banner {
    height: 384px;
    padding: 5rem 0;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-full-image-banner {
    height: 250px;
    padding: 3.75rem 0;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .section-full-image-banner {
    height: 384px;
    padding: 5rem 0;
  }
}
.section-full-image-banner__title {
  max-width: 700px;
  color: #FFF;
  font-family: "futura-pt", sans-serif;
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 1.3;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .section-full-image-banner__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  .section-full-image-banner__title {
    font-size: 2.75rem;
  }
}

@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-image-lifts-title-below .container-fluid {
    padding-right: 1.75rem;
    padding-left: 1.75rem;
  }
}
.section-image-lifts-title-below__title {
  text-align: center;
  font-size: 1.75rem;
  line-height: 2rem;
  margin-bottom: 2.5rem;
}
.section-image-lifts-title-below__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section-image-lifts-title-on {
  padding: 3rem 0 0;
}
@media (min-width: 768px) {
  .section-image-lifts-title-on {
    padding: 6rem 0 0;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-image-lifts-title-on {
    padding: 3rem 0 0;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .section-image-lifts-title-on {
    padding: 6rem 0 0;
  }
}
.section-image-lifts-title-on__content {
  width: 100%;
}
.section-image-lifts-title-on__title {
  text-align: center;
  margin-bottom: 1rem;
}
.section-image-lifts-title-on__description {
  font-size: 1.25rem;
  line-height: 1.75rem;
  text-align: center;
  margin: 0 auto 1rem;
  max-width: 872px;
}
@media (min-width: 768px) {
  .section-image-lifts-title-on__description {
    font-size: 1.4375rem;
    line-height: 2rem;
  }
}
.section-image-lifts-title-on__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 1.5rem;
}

.section-centered-text-lift .text-content {
  max-width: 54.375rem;
  margin: 0 auto;
}
.section-centered-text-lift .text-content h2 {
  margin-bottom: 1rem;
  text-align: center;
}
.section-centered-text-lift .text-content p {
  font-size: 1.125rem;
  line-height: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .section-centered-text-lift .text-content p {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-centered-text-lift .text-content p {
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .section-centered-text-lift .text-content p {
    margin-bottom: 2rem;
  }
}

.section-column-text-link-list-lift .text-content-col {
  padding-right: 0.9375rem;
  padding-bottom: 0.9375rem;
}
@media (min-width: 768px) {
  .section-column-text-link-list-lift .text-content-col {
    padding-right: 4.5rem;
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .section-column-text-link-list-lift .text-content-col {
    padding-right: 8.5rem;
  }
}
.section-column-text-link-list-lift .text-content-col h2 {
  font-size: 1.75rem;
  font-weight: bold;
  letter-spacing: -0.5px;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.section-column-text-link-list-lift .text-content-col p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .section-column-text-link-list-lift .text-content-col p {
    margin-bottom: 2rem;
  }
}
.section-column-text-link-list-lift .text-content-col p a, .section-column-text-link-list-lift .text-content-col ul li a {
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
  text-decoration: underline;
}
body.pink .section-column-text-link-list-lift .text-content-col p a, body.pink .section-column-text-link-list-lift .text-content-col ul li a {
  color: #B42973;
}
body.green .section-column-text-link-list-lift .text-content-col p a, body.green .section-column-text-link-list-lift .text-content-col ul li a {
  color: #008629;
}
body.orange .section-column-text-link-list-lift .text-content-col p a, body.orange .section-column-text-link-list-lift .text-content-col ul li a {
  color: #C54800;
}
body.turquoise .section-column-text-link-list-lift .text-content-col p a, body.turquoise .section-column-text-link-list-lift .text-content-col ul li a {
  color: #444;
}
body.blue .section-column-text-link-list-lift .text-content-col p a, body.blue .section-column-text-link-list-lift .text-content-col ul li a {
  color: #093377;
}
body.pink .section-column-text-link-list-lift .text-content-col p a:hover, body.pink .section-column-text-link-list-lift .text-content-col ul li a:hover {
  color: #EA5FA2;
}
body.green .section-column-text-link-list-lift .text-content-col p a:hover, body.green .section-column-text-link-list-lift .text-content-col ul li a:hover {
  color: #27B756;
}
body.orange .section-column-text-link-list-lift .text-content-col p a:hover, body.orange .section-column-text-link-list-lift .text-content-col ul li a:hover {
  color: #C54800;
}
body.turquoise .section-column-text-link-list-lift .text-content-col p a:hover, body.turquoise .section-column-text-link-list-lift .text-content-col ul li a:hover {
  color: #444;
}
body.blue .section-column-text-link-list-lift .text-content-col p a:hover, body.blue .section-column-text-link-list-lift .text-content-col ul li a:hover {
  color: #093377;
}
.section-column-text-link-list-lift .text-content-col ul, .section-column-text-link-list-lift .text-content-col ol {
  margin-bottom: 2rem;
}
.section-column-text-link-list-lift .text-content-col ul li, .section-column-text-link-list-lift .text-content-col ol li {
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 400;
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-column-text-link-list-lift .text-content-col {
    padding-right: 2rem;
  }
}
@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .section-column-text-link-list-lift .text-content-col {
    padding-right: 4.5rem;
  }
}
.section-column-text-link-list-lift .container-fluid .row p a {
  color: #C24700;
}

.link-list-col h2 {
  padding: 1rem 1.5rem;
  border: none;
  margin-bottom: 0;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
}
body.pink .link-list-col h2 {
  background-color: #FF92D3;
}
body.green .link-list-col h2 {
  background-color: #66EA84;
}
body.orange .link-list-col h2 {
  background-color: #FFA942;
}
body.turquoise .link-list-col h2 {
  background-color: #00d8bb;
}
body.blue .link-list-col h2 {
  background-color: #99CCFF;
}

.link-list-col a:hover {
  text-decoration: none;
}
.link-list-col a:hover p {
  color: gray;
  text-decoration: underline;
}
.link-list-col a.external-link {
  background-image: none;
  padding-right: 0;
}
.link-list-col a.external-link:hover {
  background-image: none;
}
.link-list-col .sidebar-link {
  position: relative;
  color: #212121;
  padding: 1rem 2.625rem 1rem 1.5rem;
  border-bottom: 1px solid #BCBCBC;
}
.link-list-col .sidebar-link p {
  color: #212121;
  font-size: 1.0625rem;
  font-weight: 600;
  margin: 0;
}
.link-list-col .sidebar-link svg {
  position: absolute;
  right: 24px;
  top: 40%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
       -o-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  width: 0.625rem;
  height: 0.625rem;
  margin-top: 0.5rem;
}

@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-article-lifts-with-image .container-fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.section-article-lifts-with-image__content {
  width: 100%;
}
.section-article-lifts-with-image__title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section-article-lifts-with-image__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-article-lifts-without-images .container-fluid {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
.section-article-lifts-without-images__content {
  width: 100%;
}
.section-article-lifts-without-images__title {
  text-align: center;
  margin-bottom: 2.5rem;
}
.section-article-lifts-without-images__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-article-lifts-without-images .container-fluid .content p {
  color: #C24700;
}

.section-blog-post-lift {
  background-color: #F4F4F5;
}
.page-template-template-landing-theme-sidebar-nav .section-blog-post-lift .container-fluid {
  padding: 0;
}
.section-blog-post-lift__content {
  width: 100%;
}
.section-blog-post-lift__title {
  text-align: center;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .section-blog-post-lift__title {
    margin-bottom: 2.5rem;
  }
}
.section-blog-post-lift__items {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
}
@media (min-width: 576px) {
  .section-blog-post-lift__items {
    padding: 0 0.9375rem;
  }
  .page-template-template-landing-theme-sidebar-nav .section-blog-post-lift__items {
    padding: 0 1rem;
  }
}

.section-contact-card-lift .contact-card-lift {
  padding-bottom: 0.9375rem;
}
@media (min-width: 992px) {
  .section-contact-card-lift .contact-card-lift {
    padding-bottom: 0;
  }
}
.section-contact-card-lift .contact-card-lift p {
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .section-contact-card-lift .contact-card-lift p {
    margin-bottom: 2rem;
  }
}
.section-contact-card-lift__title {
  margin-bottom: 1rem;
}
.page-template-template-landing-theme-sidebar-nav .section-contact-card-lift__title {
  font-size: 1.75rem;
}
.section-contact-card-lift__content {
  max-width: none;
}
@media (min-width: 992px) {
  .page-template-template-landing-theme-sidebar-nav .section-contact-card-lift__content {
    max-width: none;
  }
}

.section-contact-card-basic-lift {
  padding: 3.125rem 0;
}
@media (min-width: 768px) {
  .section-contact-card-basic-lift {
    padding: 3.75rem 0;
  }
}
.page .page-content .section-contact-card-basic-lift__title {
  margin-bottom: 2rem;
}

.big-video-lift {
  max-width: 54.375rem;
  width: 100%;
  margin: 0 auto;
}
.big-video-lift__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 12.5rem;
  position: relative;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .big-video-lift__image {
    height: 32rem;
    margin-bottom: 2.5rem;
  }
}
.big-video-lift__play svg {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
}
.big-video-lift__play svg #Rectangle-11 {
  -webkit-transition: all linear 0.1s;
  -o-transition: all linear 0.1s;
  transition: all linear 0.1s;
}
body.pink .big-video-lift__play svg #Rectangle-11 {
  fill: #EA5FA2;
}
body.green .big-video-lift__play svg #Rectangle-11 {
  fill: #27B756;
}
body.orange .big-video-lift__play svg #Rectangle-11 {
  fill: #FF7800;
}
body.turquoise .big-video-lift__play svg #Rectangle-11 {
  fill: #00d8bb;
}
body.blue .big-video-lift__play svg #Rectangle-11 {
  fill: #093377;
}
body.pink .big-video-lift__play svg:hover #Rectangle-11 {
  fill: #B42973;
}
body.green .big-video-lift__play svg:hover #Rectangle-11 {
  fill: #008629;
}
body.orange .big-video-lift__play svg:hover #Rectangle-11 {
  fill: #C54800;
}
body.turquoise .big-video-lift__play svg:hover #Rectangle-11 {
  fill: #444;
}
body.blue .big-video-lift__play svg:hover #Rectangle-11 {
  fill: #093377;
}
.big-video-lift__play-button {
  background: transparent;
  border: none;
}
.big-video-lift__title {
  text-align: center;
  margin-bottom: 1rem;
}
.big-video-lift__content {
  text-align: center;
}
.big-video-lift__content p {
  margin-bottom: 0;
}

.section-kymenlaaksonyt-eventz-lift__title {
  text-align: center;
  margin-bottom: 2.5rem;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
.section-kymenlaaksonyt-eventz-lift .bubster-summary .bubster-name {
  font-size: 1.25rem;
  font-family: "futura-pt", sans-serif;
}
.section-kymenlaaksonyt-eventz-lift .bubster-summary .bubster-description {
  font-size: 1rem !important;
  margin-top: 0.9375rem;
  font-family: "futura-pt", sans-serif;
}
.section-kymenlaaksonyt-eventz-lift .bubster-summary .bubster-time,
.section-kymenlaaksonyt-eventz-lift .bubster-summary .bubster-location {
  font-size: 0.875rem !important;
  font-family: "futura-pt", sans-serif;
}
.section-kymenlaaksonyt-eventz-lift .bubster-more {
  width: auto !important;
  color: #FFF !important;
  text-transform: none !important;
  padding: 0.875rem 2.75rem !important;
  border-radius: 2.25rem !important;
  margin: 1.875rem auto 0;
}
body.pink .section-kymenlaaksonyt-eventz-lift .bubster-more {
  background-color: #B42973;
}
body.green .section-kymenlaaksonyt-eventz-lift .bubster-more {
  background-color: #008629;
}
body.orange .section-kymenlaaksonyt-eventz-lift .bubster-more {
  background-color: #C54800;
}
body.turquoise .section-kymenlaaksonyt-eventz-lift .bubster-more {
  background-color: #00d8bb;
}
body.blue .section-kymenlaaksonyt-eventz-lift .bubster-more {
  background-color: #093377;
}
body.pink .section-kymenlaaksonyt-eventz-lift .bubster-more:hover, body.pink .section-kymenlaaksonyt-eventz-lift .bubster-more:active, body.pink .section-kymenlaaksonyt-eventz-lift .bubster-more:focus {
  background-color: #EA5FA2;
}
body.green .section-kymenlaaksonyt-eventz-lift .bubster-more:hover, body.green .section-kymenlaaksonyt-eventz-lift .bubster-more:active, body.green .section-kymenlaaksonyt-eventz-lift .bubster-more:focus {
  background-color: #27B756;
}
body.orange .section-kymenlaaksonyt-eventz-lift .bubster-more:hover, body.orange .section-kymenlaaksonyt-eventz-lift .bubster-more:active, body.orange .section-kymenlaaksonyt-eventz-lift .bubster-more:focus {
  background-color: #FF7800;
}
body.turquoise .section-kymenlaaksonyt-eventz-lift .bubster-more:hover, body.turquoise .section-kymenlaaksonyt-eventz-lift .bubster-more:active, body.turquoise .section-kymenlaaksonyt-eventz-lift .bubster-more:focus {
  background-color: #00bfa5;
  color: #FFF;
}
body.blue .section-kymenlaaksonyt-eventz-lift .bubster-more:hover, body.blue .section-kymenlaaksonyt-eventz-lift .bubster-more:active, body.blue .section-kymenlaaksonyt-eventz-lift .bubster-more:focus {
  background-color: #093377;
  color: #FFF;
}

@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-articles-by-category .container-fluid {
    padding-right: 1.0625rem;
    padding-left: 1.0625rem;
  }
}
@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .section-articles-by-category .container-fluid {
    padding-right: 0.25rem;
    padding-left: 0.25rem;
  }
}
.section-articles-by-category__title {
  border: 0;
  border-radius: 0;
  padding: 0.75rem 1.5rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-weight: bold;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: #212121;
  color: #FFF;
}
.section-articles-by-category .article {
  padding-top: 1.5rem;
  padding-left: 0rem;
  padding-right: 0rem;
}
@media (min-width: 768px) {
  .section-articles-by-category .article {
    padding-top: 2.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
@media (min-width: 768px) {
  .page-template-template-landing-theme-sidebar-nav .section-articles-by-category .article {
    padding-top: 2.25rem;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }
}
@media (min-width: 1200px) {
  .page-template-template-landing-theme-sidebar-nav .section-articles-by-category .article {
    padding-top: 2.75rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }
}
.section-articles-by-category .article a {
  text-decoration: none;
}
.section-articles-by-category .article .article__meta {
  display: block;
  margin-bottom: 0.25rem;
}
.section-articles-by-category .article .article__meta span {
  color: #212121;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.section-articles-by-category .article .article__meta .article__date {
  margin-bottom: 0;
}
.section-articles-by-category .article .article__date {
  color: #212121;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin-bottom: 0.3125rem;
}
.section-articles-by-category .article .article__title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.5rem;
  word-break: break-word;
  text-decoration: underline;
}
.section-articles-by-category .article p.article__excerpt, .section-articles-by-category .article p {
  display: none;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.5rem;
}
@media (min-width: 576px) {
  .section-articles-by-category .article p.article__excerpt, .section-articles-by-category .article p {
    display: block;
  }
}
.section-articles-by-category .article .link__readmore {
  display: block;
}

body.kymenjatelautakunta .footer-socials .social:nth-child(odd) a {
  background-color: #093377 !important;
}
body.kymenjatelautakunta .footer-socials .social:nth-child(even) a {
  background-color: #095599 !important;
}
body.kymenjatelautakunta .social-share {
  width: 100%;
}
body.kymenjatelautakunta .social-share__label {
  float: left;
  margin-right: 0.875rem;
  line-height: 2.25rem;
  font-size: 1.0625rem;
  font-weight: 500;
}
body.kymenjatelautakunta .social-share .et_social_inline {
  float: left;
  margin: 0;
  min-width: 11.25rem;
}
body.kymenjatelautakunta .et_social_icons_container li a {
  background-size: 2rem !important;
}
body.kymenjatelautakunta .et_social_gmail a {
  background-image: url(../../dist/images/icons/ikoni-share-mail-pink.svg) !important;
}
/*# sourceMappingURL=main.css.map */
