@charset "UTF-8";
/**
  Unoda base variables
 */
/*!
 * Bootstrap v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

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

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

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

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

ol,
ul {
  padding-left: 2rem;
}

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, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #0d6efd;
  text-decoration: underline;
}
a:hover {
  color: rgb(10.4, 88, 202.4);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

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

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  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: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid {
  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 {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
/**
* Keyframe animations.
* add keyframes here and include in map
 */
@keyframes expand-open {
  from {
    opacity: 0;
    max-height: 0;
    transform: scaleY(0);
  }
  to {
    opacity: 100%;
    max-height: 1000px;
    transform: scaleY(1);
  }
}
@keyframes contract-close {
  from {
    opacity: 100%;
    max-height: 9999px;
  }
  to {
    opacity: 100%;
    max-height: 0;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 100%;
  }
}
@keyframes fade-out {
  from {
    opacity: 100;
  }
  to {
    opacity: 0;
  }
}
@keyframes rotate-90-right {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(90deg);
  }
}
@keyframes rotate-90-left {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-90deg);
  }
}
@keyframes scale-in_fade-in {
  from {
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  to {
    opacity: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scale-out_fade-in {
  from {
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  to {
    opacity: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes q-search-entrance {
  from {
    opacity: 0;
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
    backdrop-filter: brightness(1) blur(0);
    -webkit-backdrop-filter: brightness(1) blur(0);
  }
  to {
    opacity: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    backdrop-filter: brightness(0.7) blur(10px);
    -webkit-backdrop-filter: brightness(0.7) blur(10px);
  }
}
@keyframes scale-in_fade-out {
  from {
    opacity: 100%;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
  to {
    opacity: 0;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scale-out_fade-out {
  from {
    opacity: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  to {
    opacity: 0;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
  }
}
@keyframes q-search-exit {
  from {
    opacity: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    backdrop-filter: brightness(0.7) blur(10px);
    -webkit-backdrop-filter: brightness(0.7) blur(10px);
  }
  to {
    opacity: 0;
    transform: scale(0.98);
    -webkit-transform: scale(0.98);
    backdrop-filter: brightness(1) blur(0);
    -webkit-backdrop-filter: brightness(1) blur(0);
  }
}
/**
  Unoda base variables
 */
/**
  Unoda base variables
 */
/**
  Unoda base variables
 */
* {
  scrollbar-color: #009edb aliceblue;
  scrollbar-width: auto;
}

*::-webkit-scrollbar {
  color: #009edb;
  width: auto;
}

*::-webkit-scrollbar-thumb {
  color: #009edb;
}

html {
  font-size: 62.5%;
  scroll-padding-top: var(--ginScrollOffset);
  scroll-behavior: smooth;
}
html ::selection {
  background: rgba(0, 158, 219, 0.1882352941);
}
html ::-webkit-selection {
  background: rgba(0, 158, 219, 0.1882352941);
}
html ::-moz-selection {
  background: rgba(0, 158, 219, 0.1882352941);
}
html ::-o-selection {
  background: rgba(0, 158, 219, 0.1882352941);
}
html ::-ms-selection {
  background: rgba(0, 158, 219, 0.1882352941);
}

body, p, ul, ol {
  font-family: "Lato", sans-serif !important;
  font-size: 1.4rem;
  font-weight: 400 !important;
  line-height: 2.2rem;
  color: #404040;
  font-kerning: none;
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

div {
  font-size: 1.4rem;
}

p {
  opacity: 1;
}

a .link-span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

main {
  min-height: 600px;
}

h1, .h1 {
  font-family: "Roboto", sans-serif;
  font-size: 3.3rem;
  font-weight: 600 !important;
  letter-spacing: -0.02em;
  font-kerning: none;
  line-height: 1.2;
  color: #4D4D4D;
}

h2, .h2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.7rem;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
  font-kerning: none;
  line-height: 1.2;
  color: #4D4D4D;
}

h3, .h3 {
  font-family: "Roboto", sans-serif;
  font-size: 2.2rem;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
  font-kerning: none;
  line-height: 1.2;
  color: #4D4D4D;
}

h4, .h4 {
  font-family: "Roboto", sans-serif;
  font-size: 1.82rem;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
  font-kerning: none;
  line-height: 2.6rem;
  color: #4D4D4D;
}

h5, .h5 {
  font-family: "Roboto", sans-serif;
  font-size: 1.625rem;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
  font-kerning: none;
  line-height: 2.6rem;
  color: #4D4D4D;
}

h6, .h6 {
  font-family: "Roboto", sans-serif;
  font-size: 1.4rem;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
  font-kerning: none;
  line-height: 2.6rem;
  color: #4D4D4D;
}

.layout-container {
  background-color: #FBFBFB !important;
}

/**
  Unoda base variables
 */
header {
  background-color: #FBFBFB !important;
  height: 120px;
  position: sticky;
  top: -3.2rem;
  z-index: 1000;
}

.header-branding-container {
  position: sticky;
  top: 0;
  padding: 10px 0;
}

.region-header-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  color: #fff;
  height: 32px;
}

.block-header_top .header_top_left p,
.block-header_top .header_top_right {
  color: #fff !important;
  font-size: 1.3rem !important;
  margin: calc((32px - 2.2rem) / 2) 0;
}

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

.navbar-brand div .site-logo {
  height: calc(120px-10px);
  width: auto;
  margin: 0 10px 0 0;
}
.navbar-brand div .site-title {
  font-family: "Roboto", sans-serif !important;
  letter-spacing: -0.1rem !important;
  text-transform: none !important;
  color: #4D4D4D !important;
  font-size: 3.4rem !important;
  font-weight: bold !important;
  margin: 0 1.3rem 0 0 !important;
  padding: 0 1.3rem 0 0;
  width: 12.5rem;
  overflow-wrap: normal;
  white-space: break-spaces;
  line-height: 0.9;
  border-right: 1px solid #333333;
  height: calc(120px-10px);
  display: table;
}
.navbar-brand div .site-slogan {
  font-family: "Roboto", sans-serif !important;
  text-transform: normal !important;
  letter-spacing: 1px !important;
  font-size: 1.6rem !important;
  line-height: 1.2 !important;
  font-weight: 600 !important;
  color: #4D4D4D !important;
  align-self: center;
  padding: 0;
  width: 18rem;
  overflow-wrap: normal;
  white-space: break-spaces;
  display: flex;
  height: calc(120px-10px);
  flex-direction: column-reverse;
  justify-content: end;
}

#block-views-block-quick-search-block-2 {
  width: 100%;
  padding: 0 30px;
}

#edit-submit-meetings-solr {
  display: none !important;
}

/**
  Unoda base variables
 */
.meeting-section-header {
  padding: 0 0 2rem 0;
  border-bottom: 1px solid #EAEAEA;
}
.meeting-section-header .title {
  line-height: 1.4 !important;
}
.meeting-section-header .subtitle {
  margin-bottom: 1.1rem;
}

#homepage-banner {
  background-image: url("/themes/custom/unoda_meetingsplace/images/homepage-banner.png");
  height: 220px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header-text {
  color: #fff;
}

.header-text-2 {
  color: #fff;
  line-height: normal;
}

.header-text-3 {
  left: 30px;
}

.header-text-3 a {
  color: #fff !important;
  text-decoration: none !important;
}

.header-text-3 a:hover {
  border-bottom: 0.5px solid #fff;
  color: #fff !important;
  text-decoration: none !important;
}

.header-text-3 img {
  padding-bottom: 3px;
}

#block-views-block-meetings-list-block-2 {
  width: 300px;
  position: absolute;
  top: -5px;
  right: 0px;
  padding-right: 0;
}

/**
  Unoda base variables
 */
.page-title-container {
  padding: 2rem 0 0 0;
}

.region-content {
  padding: 0;
}

/**
  Unoda base variables
 */
.region-sidebar-first {
  padding-left: 0;
  padding-right: 0;
}

.span-link {
  position: absolute;
  width: 100%;
  height: calc(2.2rem + 2.2rem);
  margin-top: -1.1rem;
  left: 0;
  z-index: 9999;
}

.sidebar-menuitem {
  padding: 1.1rem 0.75rem;
  font-size: 1.5rem !important;
  border-bottom: 1px solid #EAEAEA;
}
.sidebar-menuitem:before {
  content: "";
  width: 2px;
  height: calc(2.2rem + 2.2rem);
  position: absolute;
  margin-top: -1.1rem;
  left: 0;
}
.sidebar-menuitem:hover {
  background: rgba(0, 158, 219, 0.0196078431);
}
.sidebar-menuitem:hover:before {
  background-color: #009edb;
}

.overview_item {
  background: transparent;
}
.overview_item:before {
  background-color: #EAEAEA;
}

.is_active {
  background: rgba(0, 158, 219, 0.0196078431);
}
.is_active:before {
  background-color: #009edb;
}

.sidebar-menuitem:last-child {
  border-bottom: none;
}

.sidebar-subsection-link:after {
  content: "\f107";
  font-family: "Font Awesome 5 Free", sans-serif;
  font-weight: 400;
  color: #0F2D50;
  position: absolute;
  right: 1rem;
}

/**
  Unoda base variables
 */
footer {
  border-top: 2px solid #009edb;
  background-color: #F2F2F2;
  padding: 0 !important;
}
footer .region-footer {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
}
footer .region-footer .navbar-nav a:hover {
  text-decoration: underline !important;
}
footer .region-footer, footer .region-sub_footer {
  line-height: normal !important;
}
footer .region-footer {
  padding: 3rem 15px;
}
footer .region-footer li {
  line-height: 1.7rem !important;
}
footer .region-footer .nav-link {
  padding: 0 !important;
}
footer #block-footersocialmedia a:hover {
  color: #009edb !important;
  text-decoration: underline !important;
}
footer .social_icons a:hover {
  filter: grayscale(100%);
}
footer .social_icons {
  padding-top: 5px;
}
footer .nav-item, footer .footer_text, footer .social_footer_text {
  font-size: 1.2rem;
}
footer .region-sub_footer .navbar-nav {
  flex-direction: row !important;
}
footer .region-sub_footer {
  background-color: #333333;
  justify-content: right !important;
}
footer .region-sub_footer .navbar-nav a {
  color: white !important;
}
footer .region-sub_footer .navbar-nav a:hover {
  color: #009edb !important;
  text-decoration: underline !important;
}
footer .region-sub_footer li {
  padding: 5px;
}
footer .region-sub_footer li:nth-child(1)::before {
  display: none;
}
footer div h1, footer div .h1, footer div h2, footer div .h2, footer div h3, footer div .h3, footer div h4, footer div .h4, footer div h5, footer div .h5, footer div h6, footer div .h6, footer div p, footer div ul, footer div ol {
  color: #000 !important;
}
footer .contact_btn {
  display: inline-block;
  font-weight: 400;
  color: #fff !important;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #009edb;
  border: 1px solid #009edb;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  line-height: 2.8rem;
  border-radius: 0;
  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;
}
footer .contact_btn:hover {
  color: #fff !important;
  background-color: #007ba7;
  border-color: #007ba7;
}

/**
  Unoda base variables
 */
.breadcrumb {
  background-color: transparent !important;
}
.breadcrumb ol {
  list-style: none;
  padding: 0;
}
.breadcrumb ol li {
  display: inline-block;
  margin: 0 1rem;
}
.breadcrumb ol li:first-child {
  margin-left: 0;
}
.breadcrumb ol li:last-child:before {
  margin-top: -2.6rem;
}
.breadcrumb ol li:before {
  content: "\f101";
  font-family: "Font Awesome 5 free", sans-serif;
  display: inline-block;
  margin-top: 0.15rem;
  margin-left: -1.75rem;
  position: absolute;
}
.breadcrumb ol li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 150px;
  display: inline-block;
}
.breadcrumb ol li p {
  top: 8px;
  position: absolute;
}

/**
  Unoda base variables
 */
.announcements-container {
  height: 34rem;
}
.announcements-container .carousel,
.announcements-container .carousel-inner,
.announcements-container .carousel-item {
  height: inherit;
}
.announcements-container .carousel {
  background-color: #fff;
  height: 30rem;
}
.announcements-container .carousel .carousel-indicators {
  margin-bottom: 2rem;
}
.announcements-container .carousel .carousel-indicators .indicator {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #404040;
}
.announcements-container .carousel .carousel-indicators .indicator.active {
  border: 3px solid #009edb;
  background-color: #fff;
  margin-top: 0.7rem;
}
.announcements-container .announcement-wrapper {
  justify-content: space-between;
  padding: 5rem 10rem;
  height: inherit;
}

/**
  Unoda base variables
 */
.view-content {
  margin: 0 0 1rem 0;
}

#scrolltop-btn {
  position: fixed;
  bottom: 5vh;
  right: 5rem;
  background-color: #009edb !important;
  border-color: #009edb !important;
  transition: opacity 250ms ease-in-out;
  z-index: 10;
}

/**
  Unoda base variables
 */
.front-section .section-header {
  padding: 4rem 0;
}

.more-link {
  text-align: center !important;
  padding: 4rem 0;
}
.more-link a {
  display: inline-block;
  font-weight: 400;
  color: #fff !important;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: #009edb;
  border: 1px solid #009edb;
  padding: 0.375rem 0.75rem;
  font-size: 1.5rem;
  line-height: 2.8rem;
  border-radius: 0;
  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;
}
.more-link a:hover {
  color: #fff !important;
  background-color: #007ba7;
  border-color: #007ba7;
}

/**
  Unoda base variables
 */
.bef-sortby .form-radios {
  display: flex;
  flex-direction: row;
}

/**
  Unoda base variables
 */
.tabs {
  list-style: none !important;
  padding-left: 0 !important;
  border: none !important;
  box-shadow: none !important;
  margin: 0 !important;
  display: inline-flex;
}
.tabs li {
  margin: auto 1rem !important;
}

.reset-appearance {
  display: none !important;
}

.menu--home-page-tabs {
  box-shadow: 0px -2px 0px 0px #eee inset;
}
.menu--home-page-tabs li.nav-item a {
  padding-left: 10px;
  padding-right: 10px;
}
.menu--home-page-tabs li.nav-item a.nav-link {
  background: #eee;
}
.menu--home-page-tabs li.nav-item a.nav-link.is-active {
  background: #FBFBFB;
}
.menu--home-page-tabs .navbar-nav li {
  border: solid #eee;
  border-width: 2px 2px 0px 2px;
  margin: 0 10px 0;
  border-radius: 5px 5px 0 0;
}
.menu--home-page-tabs .navbar-nav {
  flex-direction: row;
}
.menu--home-page-tabs li.nav-item a {
  padding-left: 10px;
  padding-right: 10px;
}

/**
  Unoda base variables
 */
a {
  color: #2c3947 !important;
}
a:hover {
  color: #009edb !important;
}

[class^=wp-block] a {
  text-decoration: underline;
}

.card_row a,
.document-teaser a,
.meeting-banner a {
  text-decoration: none;
}

/**
  Unoda base variables
 */
#views-exposed-form-solr-search-solr-search-page {
  padding-bottom: 5rem;
}
#views-exposed-form-solr-search-solr-search-page .form--inline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#views-exposed-form-solr-search-solr-search-page .form--inline .form-item {
  width: 100%;
}
#views-exposed-form-solr-search-solr-search-page .form-actions {
  padding-top: 3rem;
}

.views-exposed-form .form--inline {
  display: block !important;
}

.bef-datepicker {
  width: 100px !important;
}

.bef--secondary .js-form-item {
  display: inline-block;
}

.bef-exposed-form .form--inline .bef--secondary {
  border: none !important;
}

.bef-exposed-form details {
  border: none !important;
  margin-top: 5px;
  margin-bottom: 5px;
}

.bef-exposed-form .js-form-item {
  display: inline;
  padding-bottom: 10px;
}

.bef-exposed-form .form--inline .form-item {
  float: left !important;
}

.js-form-item-search-api-fulltext {
  width: 100%;
  margin-right: 0;
}

/**
  Unoda base variables
 */
.carousel-caption-heading {
  color: #fff !important;
}

.carousel-caption-caption {
  color: #fff !important;
}

/**
  Unoda base variables
 */
.custom-select {
  font-size: 1.5rem !important;
  font-weight: 400 !important;
  line-height: 2.2rem !important;
  height: calc(2.2rem + 1rem + 2px) !important;
  border: 1px solid #EAEAEA !important;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}

/**
  Unoda base variables
 */
form .form-item {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}
form .form-control {
  font-size: 1.5rem !important;
  border: 1px solid #EAEAEA !important;
  border-radius: 0 !important;
  font-weight: 400 !important;
}
form .form-submit {
  font-size: 1.5rem !important;
  background-color: #009edb !important;
  border-color: #009edb !important;
  border-radius: 0 !important;
}
form label {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
}
form .select2-container .select2-selection--single {
  height: 3.6rem;
  color: #404040;
  font-weight: 400;
}
form .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 3.6rem;
}
form .select2-container .select2-selection--single .select2-selection__arrow {
  height: 3.6rem;
}

.select2-results > .select2-results__options .select2-results__option--highlighted {
  background-color: #009edb !important;
  opacity: 80%;
  color: white;
}

.select2-selection--single {
  border-radius: 0 !important;
  border: 1px solid #EAEAEA !important;
}

.bef-exposed-form .form--inline {
  display: flex;
  flex-direction: row;
  flex-flow: wrap;
}
.bef-exposed-form .form-type-select {
  width: 50%;
  margin: 1rem 0 !important;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.form-item-field-meeting-name-value {
  margin-right: 0 !important;
}

#document-synchronization-new-document-form #ui-id-1 {
  width: 400px !important;
}
#document-synchronization-new-document-form #ui-id-1 li:hover {
  background-color: #009edb !important;
  border-color: #009edb !important;
}
#document-synchronization-new-document-form #ui-id-1 li a {
  display: block;
  color: black !important;
  background-color: transparent !important;
}
#document-synchronization-new-document-form #ui-id-1 li a:hover {
  text-decoration: none !important;
  color: white !important;
}
#document-synchronization-new-document-form [id^=ajax-wrapper] {
  display: flex;
  padding-left: 7.5px;
  flex: 0 0 auto;
  width: auto;
}
#document-synchronization-new-document-form [id^=ajax-wrapper] #file_upload_english,
#document-synchronization-new-document-form [id^=ajax-wrapper] #file_upload_arabic,
#document-synchronization-new-document-form [id^=ajax-wrapper] #file_upload_chinese,
#document-synchronization-new-document-form [id^=ajax-wrapper] #file_upload_french,
#document-synchronization-new-document-form [id^=ajax-wrapper] #file_upload_spanish,
#document-synchronization-new-document-form [id^=ajax-wrapper] #file_upload_russian,
#document-synchronization-new-document-form [id^=ajax-wrapper] #file_upload_other {
  display: flex;
  flex-direction: row;
  max-height: 32px;
}
#document-synchronization-new-document-form [id^=ajax-wrapper] #file_upload_english [data-drupal-selector^=edit-file-upload-] a,
#document-synchronization-new-document-form [id^=ajax-wrapper] #file_upload_arabic [data-drupal-selector^=edit-file-upload-] a,
#document-synchronization-new-document-form [id^=ajax-wrapper] #file_upload_chinese [data-drupal-selector^=edit-file-upload-] a,
#document-synchronization-new-document-form [id^=ajax-wrapper] #file_upload_french [data-drupal-selector^=edit-file-upload-] a,
#document-synchronization-new-document-form [id^=ajax-wrapper] #file_upload_spanish [data-drupal-selector^=edit-file-upload-] a,
#document-synchronization-new-document-form [id^=ajax-wrapper] #file_upload_russian [data-drupal-selector^=edit-file-upload-] a,
#document-synchronization-new-document-form [id^=ajax-wrapper] #file_upload_other [data-drupal-selector^=edit-file-upload-] a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#document-synchronization-new-document-form [id^=ajax-wrapper] > .js-form-item-file-upload-english,
#document-synchronization-new-document-form [id^=ajax-wrapper] > .js-form-item-file-upload-arabic,
#document-synchronization-new-document-form [id^=ajax-wrapper] > .js-form-item-file-upload-chinese,
#document-synchronization-new-document-form [id^=ajax-wrapper] > .js-form-item-file-upload-french,
#document-synchronization-new-document-form [id^=ajax-wrapper] > .js-form-item-file-upload-spanish,
#document-synchronization-new-document-form [id^=ajax-wrapper] > .js-form-item-file-upload-russian,
#document-synchronization-new-document-form [id^=ajax-wrapper] > .js-form-item-file-upload-other {
  margin-top: 34px;
}
#document-synchronization-new-document-form #ajax-wrapper,
#document-synchronization-new-document-form #ajax-wrapper--2,
#document-synchronization-new-document-form #ajax-wrapper--3,
#document-synchronization-new-document-form #ajax-wrapper--4,
#document-synchronization-new-document-form #ajax-wrapper--5,
#document-synchronization-new-document-form #ajax-wrapper--6,
#document-synchronization-new-document-form #ajax-wrapper--7 {
  flex: 0 0 auto;
  width: auto;
  flex-direction: column;
  justify-content: end;
}
#document-synchronization-new-document-form #ajax-wrapper .form-managed-file,
#document-synchronization-new-document-form #ajax-wrapper--2 .form-managed-file,
#document-synchronization-new-document-form #ajax-wrapper--3 .form-managed-file,
#document-synchronization-new-document-form #ajax-wrapper--4 .form-managed-file,
#document-synchronization-new-document-form #ajax-wrapper--5 .form-managed-file,
#document-synchronization-new-document-form #ajax-wrapper--6 .form-managed-file,
#document-synchronization-new-document-form #ajax-wrapper--7 .form-managed-file {
  padding: 0;
}
#document-synchronization-new-document-form .js-form-type-checkbox label {
  display: none !important;
}

/**
  Unoda base variables
 */
.card_teaser_icon {
  padding-right: 5px;
  margin-top: -5px;
}

.session_card_part {
  font-weight: bold;
}

.card_row {
  padding: 15px;
  margin-bottom: 15px;
  box-shadow: 0 1px 17px -43px rgba(138, 138, 138, 0.34), 0 2px 10px 0 rgba(88, 88, 88, 0.29);
}
.card_row h4, .card_row .h4 {
  margin-bottom: 0 !important;
  margin-right: 100px;
}
.card_row:first-child {
  margin-top: 15px;
}
.card_row .card_row_badge {
  height: 2.2rem;
  line-height: 15px;
}

.card_row .col-12 {
  padding-left: 0 !important;
}

.card_row_inline {
  display: inline-block;
  padding-right: 10px;
}

.pager__items {
  height: 35px;
}

#mtg_edit {
  float: right;
  height: 18px;
  margin-left: 20px;
}

.view-id-solr_search_content .views-row:nth-child(odd),
.view-meeting-documents-solr .views-row:nth-child(odd),
.view-documents .views-row:nth-child(odd) {
  background: aliceblue;
}
.view-id-solr_search_content .views-row,
.view-meeting-documents-solr .views-row,
.view-documents .views-row {
  padding: 15px;
}

.view-meeting-documents-solr ul,
.view-id-solr_search_content ul,
.view-documents {
  list-style: inside;
  padding-left: 0;
}

#doc_fields_teaser li {
  display: inline-block;
  padding-right: 20px;
}

#doc_fields_teaser ul {
  margin-bottom: 0 !important;
}

#docframe {
  width: 100%;
  height: 1500px;
}

.document-teaser h5, .document-teaser .h5 {
  margin-bottom: 0 !important;
}

/**
  Unoda base variables
 */
.alert {
  position: absolute !important;
  top: 2rem;
  right: 4rem;
  border-radius: 0;
  width: 40rem;
  z-index: 9999;
}

/**
  Unoda base variables
 */
.pagination {
  border-radius: 0;
}
.pagination .is-active a {
  background-color: #009edb;
  border-color: #009edb;
  color: #fff !important;
}

.page-item {
  color: #404040;
}
.page-item a {
  border-radius: 0 !important;
}

nav[aria-labelledby=pagination-heading--2] {
  display: none !important;
}

/**
  Unoda base variables
 */
.fc-view,
.fc-dayGridMonth-view,
.fc-dayGrid-view {
  background-color: #fff;
}

.fc-day-grid-event,
.fc-h-event,
.fc-event,
.fc-start,
.fc-end {
  background-color: rgba(0, 158, 219, 0.0196078431) !important;
}

.fc-button-group > button,
.fc-today-button,
.fc-button {
  border-radius: 0;
  background-color: #009edb !important;
  border-color: #009edb !important;
}

.fc-button-primary:not(:disabled).fc-button-active,
.fc-button-primary:not(:disabled):active {
  background-color: #007ba7 !important;
  border-color: #007ba7 !important;
}

/**
  Unoda base variables
 */
.timeline_part {
  font-weight: bold;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.timeline_date {
  font-size: 12px;
  font-weight: bold;
}

.timeline_links {
  color: #707070 !important;
  font-size: 13px;
}

.session-details {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 3px;
  margin-bottom: 5px;
  margin-top: -5px;
  padding-bottom: 10px;
}

ul.timeline-list {
  height: 1200px;
  overflow-y: scroll;
}

ul.timeline-list:after {
  visibility: hidden;
}

ul.timeline-list a:hover {
  text-decoration: underline !important;
}

.view-content a:hover {
  text-decoration: underline !important;
}

ul.timeline-list.left li.timeline-item .timeline-item-wrapper {
  padding-left: 0;
  text-align: left;
  border-left: solid 1px;
  border-left-color: #009edb;
  margin-left: 10px;
  overflow: visible;
}

ul.timeline-list li.timeline-item .timeline-item-wrapper span.timeline-marker {
  background: #009edb;
  border: 5px solid #009edb;
  left: -20px;
}

ul.timeline-list.left li.timeline-item .timeline-item-wrapper .timeline-marker {
  left: -5px;
  margin-top: 5px;
}

ul.timeline-list a {
  color: #404040 !important;
  text-decoration: none !important;
}
ul.timeline-list a:hover {
  text-decoration: none !important;
}

ul.timeline-list {
  line-height: normal !important;
}

.header {
  margin-bottom: 20px;
}

.session-details {
  padding-bottom: 10px;
}

.region-header-branding-nav {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
}

#views-exposed-form-quick-search-block-2 #edit-actions, #views-exposed-form-quick-search-block-2 #edit-actions--2 {
  display: none;
}

/**
  Unoda base variables
 */
.about_icon {
  width: 60%;
  margin-left: 15px;
}

#views-exposed-form-quick-search-block-2 {
  margin-top: 0;
}

.ajax-progress-throbber .throbber,
.ajax-progress-fullscreen {
  height: 200px;
  width: 200px;
  background: transparent url("/themes/custom/unoda_meetingsplace/images/ajax-loading-50.gif") no-repeat 0 center;
}

/**
  Unoda base variables
 */
.block-facets {
  margin-bottom: 15px;
}

.block-facets h2, .block-facets .h2 {
  font-size: 14px !important;
  border-bottom: 2px solid #009edb;
}

.facet-item {
  display: flex;
  vertical-align: baseline;
  padding: 4px 0;
}
.facet-item .facets-checkbox {
  height: 15px;
}

.facet-item label {
  display: inline;
  margin-top: -2px;
}

.facet-item__value {
  padding-left: 10px;
}

.facets-widget-links a {
  font-size: 12px;
}

ul.facet-inactive, ul.facet-active {
  line-height: normal !important;
}

.block-facets ul {
  max-height: 300px;
  list-style: inside;
  padding-left: 0;
  overflow-y: scroll;
}

.layout-sidebar-first.col-3.px-0 {
  margin-top: 10px;
}

.js-facet-block-id-duplicateofmeetingcontentyear {
  margin-top: 10px !important;
}

/**
  Unoda base variables
 */
.meeting_icon {
  height: 75px;
}

ul#organ-icons {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

ul#organ-icons li {
  width: 150px;
  text-align: center;
}

.organ-filter {
  padding-top: 10px;
  padding-bottom: 10px;
}

.view-filters .form--inline {
  max-width: 1140px;
  margin: auto;
}

.meeting_icon {
  height: 75px;
}

ul#organ-icons {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

ul#organ-icons li {
  width: 150px;
  text-align: center;
}

.organ-filter {
  padding-top: 10px;
  padding-bottom: 10px;
}

.past_clear_filter,
.doc_clear_filter {
  float: right;
  padding: 5px 10px;
  border: 1px solid #eee;
  background-color: #d0d0d0;
}
.past_clear_filter a,
.doc_clear_filter a {
  text-decoration: none !important;
}
.past_clear_filter a:hover,
.doc_clear_filter a:hover {
  text-decoration: none !important;
  color: white !important;
}
.past_clear_filter:hover,
.doc_clear_filter:hover {
  border-color: rgba(122, 33, 33, 0.5568627451);
  background-color: rgba(122, 33, 33, 0.5568627451);
}
.past_clear_filter:hover a,
.doc_clear_filter:hover a {
  color: white !important;
}

.clear_icon {
  padding-bottom: 2px;
}

.doc_clear_filter {
  margin-top: -45px;
}

.js-facet-block-id-duplicateofmeetingcontentyear {
  margin-top: 10px !important;
}

.menu--home-page-tabs .navbar-nav {
  flex-direction: row;
}

.menu--home-page-tabs {
  box-shadow: 0px -2px 0px 0px #eee inset;
}
.menu--home-page-tabs .navbar-nav li {
  border: 1px solid #eee;
  margin: 0;
  border-radius: 0;
}
.menu--home-page-tabs li.nav-item a.nav-link.is-active {
  background: #FBFBFB;
  font-weight: bold;
}
.menu--home-page-tabs li.nav-item a.nav-link {
  background: #eee;
}

.item-list .pager {
  text-align: center;
}

li {
  list-style: none;
}

ul {
  list-style: inside;
  padding-left: 0;
}

#doc_fields_teaser li {
  display: inline-block;
  padding-right: 20px;
}

#doc_fields_teaser ul {
  margin-bottom: 0 !important;
}

.card_teaser_icon {
  padding-right: 5px;
  margin-top: -5px;
}

#docframe {
  width: 100%;
  height: 1500px;
}

.nav-item {
  text-decoration: none;
}

.container.page-title-container {
  display: none;
}

.view-meeting-documents-solr .doc_meeting_name {
  display: none;
}

.row {
  margin-bottom: 20px;
}

.container.page-title-container {
  padding-left: 0;
  padding-right: 0;
}

.meeting-banner {
  background-image: url("/themes/custom/unoda_meetingsplace/images/meeting-banner.png");
  background-size: cover;
  height: 150px;
  position: relative;
  padding: 15px;
}
.meeting-banner .meeting-title {
  color: white;
}
.meeting-banner .meeting-title a {
  color: white !important;
}
.meeting-banner .session .session-title {
  color: white;
}
.meeting-banner .meeting-title,
.meeting-banner .session-title {
  color: white !important;
}
.meeting-banner .banner-links {
  padding: 5px 0;
  font-size: 16px;
  display: flex;
  flex-direction: row;
  align-items: end;
}
.meeting-banner .banner-links #documents_link,
.meeting-banner .banner-links #statements_link {
  line-height: 22px;
  padding-right: 15px;
}
.meeting-banner .banner-links #documents_link .bi,
.meeting-banner .banner-links #statements_link .bi {
  padding-right: 2px;
}
.meeting-banner .banner-links a {
  color: white !important;
  display: none;
}

.read-more {
  text-align: right;
  width: 100%;
  padding-right: 50px;
  font-weight: bold;
}

.page-section {
  margin-bottom: 25px;
}
.page-section .col-12 {
  padding-left: 0;
  padding-right: 0;
}

.section-summary {
  width: 100%;
}

.meeting-body {
  margin-top: 25px;
}

article.document-teaser {
  padding: 0;
}

.more-link {
  padding: 0;
}

.more-link a {
  color: black !important;
  text-align: right;
  border: none;
  float: right;
  font-weight: bold;
}

[id^=views-exposed-form-quick-search-block] .form--inline {
  display: block !important;
}

#ui-id-1 .ui-menu-item-wrapper:hover, #ui-id-1 .ui-state-active:hover {
  background: none !important;
}

[id^=block-exposedformsolr-search-contentpage] .bef-datepicker {
  width: 100px;
}
[id^=block-exposedformsolr-search-contentpage] .bef--secondary .js-form-item {
  display: inline-block;
}
[id^=block-exposedformsolr-search-contentpage] details {
  border: none !important;
}
[id^=block-exposedformsolr-search-contentpage] .js-form-item {
  display: inline;
}
[id^=block-exposedformsolr-search-contentpage] .form--inline .form-item {
  float: left !important;
}
[id^=block-exposedformsolr-search-contentpage] .js-form-item-search-api-fulltext {
  width: 100%;
  margin-right: 0;
}

.search-api-autocomplete-search {
  left: unset !important;
  width: 100vw !important;
  top: 120px !important;
  border: none !important;
  height: 100vh;
  padding-bottom: 300px;
  overflow-y: scroll;
  overscroll-behavior-y: contain;
  background: transparent;
}
.search-api-autocomplete-search li {
  width: min(800px, 60vw) !important;
  margin: 0 auto !important;
  background-color: white;
}
.search-api-autocomplete-search li a,
.search-api-autocomplete-search li .ui-state-active {
  padding: 0 !important;
  display: contents !important;
  background: none;
}
.search-api-autocomplete-search:not([style*="display: none"]) {
  animation-name: q-search-entrance;
  animation-duration: 0.125s;
  animation-direction: normal;
  animation-fill-mode: both;
}

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

.font-weight-base {
  font-weight: 400;
}

.color-unoda-blue {
  color: #009edb;
}

.back-blue_t1 {
  background-color: rgba(0, 158, 219, 0.062745098);
}

.back-blue_t2 {
  background-color: rgba(0, 158, 219, 0.1254901961);
}

.back-blue_t3 {
  background-color: rgba(0, 158, 219, 0.1882352941);
}

.q-search-entrance {
  animation-name: q-search-entrance;
  animation-duration: 0.5s;
  animation-direction: normal;
  animation-fill-mode: both;
}

.q-search-exit {
  animation-name: q-search-exit;
  animation-duration: 0.5s;
  animation-direction: normal;
  animation-fill-mode: both;
}

.expand-open {
  animation-name: expand-open;
  animation-duration: 0.5s;
  animation-direction: normal;
  animation-fill-mode: both;
}

.contract-close {
  animation-name: contract-close;
  animation-duration: 0.5s;
  animation-direction: normal;
  animation-fill-mode: both;
}

.fade-in {
  animation-name: fade-in;
  animation-duration: 0.5s;
  animation-direction: normal;
  animation-fill-mode: both;
}

.fade-out {
  animation-name: fade-out;
  animation-duration: 0.5s;
  animation-direction: normal;
  animation-fill-mode: both;
}

.rotate-90-right {
  animation-name: rotate-90-right;
  animation-duration: 0.5s;
  animation-direction: normal;
  animation-fill-mode: both;
}

.rotate-90-left {
  animation-name: rotate-90-left;
  animation-duration: 0.5s;
  animation-direction: normal;
  animation-fill-mode: both;
}

.scale-in_fade-in {
  animation-name: scale-in_fade-in;
  animation-duration: 0.5s;
  animation-direction: normal;
  animation-fill-mode: both;
}

.scale-out_fade-in {
  animation-name: scale-out_fade-in;
  animation-duration: 0.5s;
  animation-direction: normal;
  animation-fill-mode: both;
}

.scale-in_fade-out {
  animation-name: scale-in_fade-out;
  animation-duration: 0.5s;
  animation-direction: normal;
  animation-fill-mode: both;
}

.scale-out_fade-out {
  animation-name: scale-out_fade-out;
  animation-duration: 0.5s;
  animation-direction: normal;
  animation-fill-mode: both;
}

ul.pagination {
  justify-content: center;
  margin: 25px;
}

.wrapper-list {
  margin-top: 30px;
}

.block-editor-block-breadcrumb {
  display: none !important;
}

.document-synchronization-new-document-form #edit-frame {
  margin-top: 70px;
  padding-left: 0;
}

.document-synchronization-new-meeting-form #edit-frame {
  display: flex;
  justify-content: left;
  margin-top: 10px;
  padding-left: 20px;
}

.document-synchronization-new-meeting-form #edit-frame .form-item {
  margin-right: 20px;
}

.placeholder {
  background-color: unset !important;
}

/*# sourceMappingURL=style.css.map */
