@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #b00;
  --bs-orange: #54565a;
  --bs-yellow: #f9d409;
  --bs-green: #307849;
  --bs-teal: #20c997;
  --bs-cyan: #009edb;
  --bs-black: #151515;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #54565a;
  --bs-secondary: #009edb;
  --bs-success: #307849;
  --bs-info: #009edb;
  --bs-warning: #f9d409;
  --bs-danger: #b00;
  --bs-light: #f8f9fa;
  --bs-dark: #343a40;
  --bs-primary-rgb: 84, 86, 90;
  --bs-secondary-rgb: 0, 158, 219;
  --bs-success-rgb: 48, 120, 73;
  --bs-info-rgb: 0, 158, 219;
  --bs-warning-rgb: 249, 212, 9;
  --bs-danger-rgb: 187, 0, 0;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 52, 58, 64;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #13301d;
  --bs-info-text-emphasis: #003f58;
  --bs-warning-text-emphasis: #645504;
  --bs-danger-text-emphasis: #4b0000;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d6e4db;
  --bs-info-bg-subtle: #ccecf8;
  --bs-warning-bg-subtle: #fef6ce;
  --bs-danger-bg-subtle: #f1cccc;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #acc9b6;
  --bs-info-border-subtle: #99d8f1;
  --bs-warning-border-subtle: #fdee9d;
  --bs-danger-border-subtle: #e49999;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 21, 21, 21;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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, hsla(0, 0%, 100%, .15), hsla(0, 0%, 100%, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #343a40;
  --bs-body-color-rgb: 52, 58, 64;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #151515;
  --bs-emphasis-color-rgb: 21, 21, 21;
  --bs-secondary-color: rgba(52, 58, 64, .75);
  --bs-secondary-color-rgb: 52, 58, 64;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(52, 58, 64, .5);
  --bs-tertiary-color-rgb: 52, 58, 64;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #54565a;
  --bs-link-color-rgb: 84, 86, 90;
  --bs-link-decoration: none;
  --bs-link-hover-color: #36383a;
  --bs-link-hover-color-rgb: 54, 56, 58;
  --bs-link-hover-decoration: underline;
  --bs-code-color: #d63384;
  --bs-highlight-color: #343a40;
  --bs-highlight-bg: #fef6ce;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: hsla(0, 0%, 8%, .175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem hsla(0, 0%, 8%, .15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem hsla(0, 0%, 8%, .075);
  --bs-box-shadow-lg: 0 1rem 3rem hsla(0, 0%, 8%, .175);
  --bs-box-shadow-inset: inset 0 1px 2px hsla(0, 0%, 8%, .075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, .25);
  --bs-form-valid-color: #307849;
  --bs-form-valid-border-color: #307849;
  --bs-form-invalid-color: #b00;
  --bs-form-invalid-border-color: #b00
}

[data-bs-theme=dark] {
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, .75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, .5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #83ae92;
  --bs-info-text-emphasis: #66c5e9;
  --bs-warning-text-emphasis: #fbe56b;
  --bs-danger-text-emphasis: #d66666;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #0a180f;
  --bs-info-bg-subtle: #00202c;
  --bs-warning-bg-subtle: #322a02;
  --bs-danger-bg-subtle: #250000;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #25282b;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #1d482c;
  --bs-info-border-subtle: #005f83;
  --bs-warning-border-subtle: #957f05;
  --bs-danger-border-subtle: #700000;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #645504;
  --bs-border-color: #495057;
  --bs-border-color-translucent: hsla(0, 0%, 100%, .15);
  --bs-form-valid-color: #83ae92;
  --bs-form-valid-border-color: #83ae92;
  --bs-form-invalid-color: #d66666;
  --bs-form-invalid-border-color: #d66666
}

*,
:after,
:before {
  box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  margin: 0;
  text-align: var(--bs-body-text-align);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(21, 21, 21, 0)
}

hr {
  border: 0;
  border-top: var(--bs-border-width) solid;
  color: inherit;
  margin: 1rem 0;
  opacity: .25
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--bs-heading-color);
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: .5rem;
  margin-top: 0
}

.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 + .9vw)
}

@media (min-width:1200px) {

  .h2,
  h2 {
    font-size: 2rem
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {

  .h3,
  h3 {
    font-size: 1.75rem
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {

  .h4,
  h4 {
    font-size: 1.5rem
  }
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

p {
  margin-bottom: 1rem
}

abbr[title] {
  cursor: help;
  text-decoration: underline dotted;
  text-decoration-skip-ink: none
}

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 1rem
}

ol,
ul {
  padding-left: 2rem
}

dl,
ol,
ul {
  margin-bottom: 1rem;
  margin-top: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0
}

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

.small,
small {
  font-size: .875em
}

.mark,
mark {
  background-color: var(--bs-highlight-bg);
  color: var(--bs-highlight-color);
  padding: .1875em
}

sub,
sup {
  font-size: .75em;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1))
}

a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
  text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none
}

code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em
}

pre {
  display: block;
  font-size: .875em;
  margin-bottom: 1rem;
  margin-top: 0;
  overflow: auto
}

pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal
}

code {
  color: var(--bs-code-color);
  font-size: .875em;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  background-color: var(--bs-body-color);
  border-radius: .25rem;
  color: var(--bs-body-bg);
  font-size: .875em;
  padding: .1875rem .375rem
}

kbd kbd {
  font-size: 1em;
  padding: 0
}

figure {
  margin: 0 0 1rem
}

img,
svg {
  vertical-align: middle
}

table {
  border-collapse: collapse;
  caption-side: bottom
}

caption {
  color: var(--bs-secondary-color);
  padding-bottom: .5rem;
  padding-top: .5rem;
  text-align: left
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border: 0 solid;
  border-color: inherit
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0
}

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

select:disabled {
  opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

::-moz-focus-inner {
  border-style: none;
  padding: 0
}

textarea {
  resize: vertical
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0
}

legend {
  float: left;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit;
  margin-bottom: .5rem;
  padding: 0;
  width: 100%
}

@media (min-width:1200px) {
  legend {
    font-size: 1.5rem
  }
}

legend+* {
  clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  -webkit-appearance: button;
  font: inherit
}

output {
  display: inline-block
}

iframe {
  border: 0
}

summary {
  display: list-item
}

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-inline,
.list-unstyled {
  list-style: none;
  padding-left: 0
}

.list-inline-item {
  display: inline-block
}

.list-inline-item:not(:last-child) {
  margin-right: .5rem
}

.initialism {
  font-size: .875em;
  text-transform: uppercase
}

.blockquote {
  font-size: 1.25rem;
  margin-bottom: 1rem
}

.blockquote>:last-child {
  margin-bottom: 0
}

.blockquote-footer {
  color: #6c757d;
  font-size: .875em;
  margin-bottom: 1rem;
  margin-top: -1rem
}

.blockquote-footer:before {
  content: "— "
}

.img-fluid,
.img-thumbnail {
  height: auto;
  max-width: 100%
}

.img-thumbnail {
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width) solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  padding: .25rem
}

.figure {
  display: inline-block
}

.figure-img {
  line-height: 1;
  margin-bottom: .5rem
}

.figure-caption {
  color: var(--bs-secondary-color);
  font-size: .875em
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%
}

@media (min-width:576px) {

  .container,
  .container-sm {
    max-width: 540px
  }
}

@media (min-width:768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width:992px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width:1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

@media (min-width:1400px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }
}

:root {
  --bs-breakpoint-xs: 0;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 768px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1200px;
  --bs-breakpoint-xxl: 1400px
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x)*-.5);
  margin-right: calc(var(--bs-gutter-x)*-.5);
  margin-top: calc(var(--bs-gutter-y)*-1)
}

.row>* {
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x)*.5);
  padding-right: calc(var(--bs-gutter-x)*.5);
  width: 100%
}

.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.33333333%
}

.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.66666667%
}

.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 {
    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.33333333%
  }

  .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.66666667%
  }

  .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 {
    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.33333333%
  }

  .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.66666667%
  }

  .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 {
    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.33333333%
  }

  .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.66666667%
  }

  .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 {
    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.33333333%
  }

  .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.66666667%
  }

  .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
  }
}

@media (min-width:1400px) {
  .col-xxl {
    flex: 1 0 0%
  }

  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto
  }

  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%
  }

  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%
  }

  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%
  }

  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%
  }

  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%
  }

  .offset-xxl-0 {
    margin-left: 0
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%
  }

  .offset-xxl-3 {
    margin-left: 25%
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%
  }

  .offset-xxl-6 {
    margin-left: 50%
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%
  }

  .offset-xxl-9 {
    margin-left: 75%
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%
  }

  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0
  }

  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0
  }

  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem
  }

  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem
  }

  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem
  }

  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem
  }

  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem
  }

  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem
  }

  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem
  }

  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem
  }

  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem
  }

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem
  }
}

body {
  color: #838383;
  font-family: Source Sans Pro, sans-serif
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Merriweather, serif
}

.title.h1,
.title.h2,
.title.h3,
.title.h4,
.title.h5,
.title.h6,
h1.title,
h2.title,
h3.title,
h4.title,
h5.title,
h6.title {
  color: #009edb;
  font-size: 39px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 48px;
  margin-bottom: 24px;
  margin-top: 0;
  position: relative;
  text-align: left
}

.super-title.h1,
.super-title.h2,
.super-title.h3,
.super-title.h4,
.super-title.h5,
.super-title.h6,
h1.super-title,
h2.super-title,
h3.super-title,
h4.super-title,
h5.super-title,
h6.super-title {
  color: #747474;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

p {
  color: inherit;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 24px;
  margin-top: 0;
  text-align: left
}

p.big {
  font-size: 21px;
  line-height: 33px;
  margin-bottom: 24px !important
}

p strong {
  color: #54565a
}

.text-formatted ul {
  list-style-position: inside;
  margin-left: 15px !important
}

:root,
[data-bs-theme=light] {
  --bb-primary-dark: #0c63e3;
  --bb-primary-text: #212529;
  --bb-secondary-dark: #5a6168;
  --bb-h1-color: #212529;
  --bb-h2-color: #212529;
  --bb-h3-color: #212529
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bb-primary-text: #dee2e6;
  --bb-h1-color: #dee2e6;
  --bb-h2-color: #dee2e6;
  --bb-h3-color: #dee2e6
}

.btn-primary a {
  --bs-btn-color: #fff;
  --bs-btn-bg: #54565a;
  --bs-btn-border-color: #54565a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #47494d;
  --bs-btn-hover-border-color: #434548;
  --bs-btn-focus-shadow-rgb: 110, 111, 115;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #434548;
  --bs-btn-active-border-color: #3f4144;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #54565a;
  --bs-btn-disabled-border-color: #54565a
}

.btn-secondary a {
  --bs-btn-color: #151515;
  --bs-btn-bg: #009edb;
  --bs-btn-border-color: #009edb;
  --bs-btn-hover-color: #151515;
  --bs-btn-hover-bg: #26ade0;
  --bs-btn-hover-border-color: #1aa8df;
  --bs-btn-focus-shadow-rgb: 3, 137, 189;
  --bs-btn-active-color: #151515;
  --bs-btn-active-bg: #33b1e2;
  --bs-btn-active-border-color: #1aa8df;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #151515;
  --bs-btn-disabled-bg: #009edb;
  --bs-btn-disabled-border-color: #009edb
}

.btn-success a {
  --bs-btn-color: #fff;
  --bs-btn-bg: #307849;
  --bs-btn-border-color: #307849;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #29663e;
  --bs-btn-hover-border-color: #26603a;
  --bs-btn-focus-shadow-rgb: 79, 140, 100;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #26603a;
  --bs-btn-active-border-color: #245a37;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #307849;
  --bs-btn-disabled-border-color: #307849
}

.btn-info a {
  --bs-btn-color: #151515;
  --bs-btn-bg: #009edb;
  --bs-btn-border-color: #009edb;
  --bs-btn-hover-color: #151515;
  --bs-btn-hover-bg: #26ade0;
  --bs-btn-hover-border-color: #1aa8df;
  --bs-btn-focus-shadow-rgb: 3, 137, 189;
  --bs-btn-active-color: #151515;
  --bs-btn-active-bg: #33b1e2;
  --bs-btn-active-border-color: #1aa8df;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #151515;
  --bs-btn-disabled-bg: #009edb;
  --bs-btn-disabled-border-color: #009edb
}

.btn-warning a {
  --bs-btn-color: #151515;
  --bs-btn-bg: #f9d409;
  --bs-btn-border-color: #f9d409;
  --bs-btn-hover-color: #151515;
  --bs-btn-hover-bg: #fada2e;
  --bs-btn-hover-border-color: #fad822;
  --bs-btn-focus-shadow-rgb: 215, 183, 11;
  --bs-btn-active-color: #151515;
  --bs-btn-active-bg: #fadd3a;
  --bs-btn-active-border-color: #fad822;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #151515;
  --bs-btn-disabled-bg: #f9d409;
  --bs-btn-disabled-border-color: #f9d409
}

.btn-danger a {
  --bs-btn-color: #fff;
  --bs-btn-bg: #b00;
  --bs-btn-border-color: #b00;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #9f0000;
  --bs-btn-hover-border-color: #960000;
  --bs-btn-focus-shadow-rgb: 197, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #960000;
  --bs-btn-active-border-color: #8c0000;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b00;
  --bs-btn-disabled-border-color: #b00
}

.btn-light a {
  --bs-btn-color: #151515;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #151515;
  --bs-btn-hover-bg: #f9fafb;
  --bs-btn-hover-border-color: #f9fafb;
  --bs-btn-focus-shadow-rgb: 214, 215, 216;
  --bs-btn-active-color: #151515;
  --bs-btn-active-bg: #f9fafb;
  --bs-btn-active-border-color: #f9fafb;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #151515;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa
}

.btn-dark a {
  --bs-btn-color: #fff;
  --bs-btn-bg: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c3136;
  --bs-btn-hover-border-color: #2a2e33;
  --bs-btn-focus-shadow-rgb: 82, 88, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2a2e33;
  --bs-btn-active-border-color: #272c30;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #343a40;
  --bs-btn-disabled-border-color: #343a40
}

.btn-outline-primary a {
  --bs-btn-color: #54565a;
  --bs-btn-border-color: #54565a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #54565a;
  --bs-btn-hover-border-color: #54565a;
  --bs-btn-focus-shadow-rgb: 84, 86, 90;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #54565a;
  --bs-btn-active-border-color: #54565a;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #54565a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #54565a;
  --bs-gradient: none
}

.btn-outline-secondary a {
  --bs-btn-color: #009edb;
  --bs-btn-border-color: #009edb;
  --bs-btn-hover-color: #151515;
  --bs-btn-hover-bg: #009edb;
  --bs-btn-hover-border-color: #009edb;
  --bs-btn-focus-shadow-rgb: 0, 158, 219;
  --bs-btn-active-color: #151515;
  --bs-btn-active-bg: #009edb;
  --bs-btn-active-border-color: #009edb;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #009edb;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #009edb;
  --bs-gradient: none
}

.btn-outline-success a {
  --bs-btn-color: #307849;
  --bs-btn-border-color: #307849;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #307849;
  --bs-btn-hover-border-color: #307849;
  --bs-btn-focus-shadow-rgb: 48, 120, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #307849;
  --bs-btn-active-border-color: #307849;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #307849;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #307849;
  --bs-gradient: none
}

.btn-outline-info a {
  --bs-btn-color: #009edb;
  --bs-btn-border-color: #009edb;
  --bs-btn-hover-color: #151515;
  --bs-btn-hover-bg: #009edb;
  --bs-btn-hover-border-color: #009edb;
  --bs-btn-focus-shadow-rgb: 0, 158, 219;
  --bs-btn-active-color: #151515;
  --bs-btn-active-bg: #009edb;
  --bs-btn-active-border-color: #009edb;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #009edb;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #009edb;
  --bs-gradient: none
}

.btn-outline-warning a {
  --bs-btn-color: #f9d409;
  --bs-btn-border-color: #f9d409;
  --bs-btn-hover-color: #151515;
  --bs-btn-hover-bg: #f9d409;
  --bs-btn-hover-border-color: #f9d409;
  --bs-btn-focus-shadow-rgb: 249, 212, 9;
  --bs-btn-active-color: #151515;
  --bs-btn-active-bg: #f9d409;
  --bs-btn-active-border-color: #f9d409;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #f9d409;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f9d409;
  --bs-gradient: none
}

.btn-outline-danger a {
  --bs-btn-color: #b00;
  --bs-btn-border-color: #b00;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b00;
  --bs-btn-hover-border-color: #b00;
  --bs-btn-focus-shadow-rgb: 187, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b00;
  --bs-btn-active-border-color: #b00;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #b00;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b00;
  --bs-gradient: none
}

.btn-outline-light a {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #151515;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #151515;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none
}

.btn-outline-dark a {
  --bs-btn-color: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #343a40;
  --bs-btn-hover-border-color: #343a40;
  --bs-btn-focus-shadow-rgb: 52, 58, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #343a40;
  --bs-btn-active-border-color: #343a40;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #343a40;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #343a40;
  --bs-gradient: none
}

.affix {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1035
}

.alert-wrapper {
  bottom: 0;
  left: 0;
  max-height: 75vh;
  max-width: 100%;
  overflow: scroll;
  position: fixed;
  z-index: 9999
}

.toast-wrapper {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999
}

.alert svg {
  max-width: 2rem
}

.book-navigation .menu {
  border-top: 1px solid #dee2e6
}

.book-navigation .book-pager {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6
}

.book-navigation .menu {
  padding-bottom: 0;
  padding-top: 1em
}

.book-navigation .book-pager {
  margin: 0;
  overflow: auto;
  padding: .5em 0
}

.book-pager__item {
  display: inline-block;
  list-style-type: none;
  vertical-align: top
}

.book-pager__item--previous {
  text-align: left;
  width: 45%
}

[dir=rtl] .book-pager__item--previous {
  float: right;
  text-align: right
}

.book-pager__item--center {
  text-align: center;
  width: 8%
}

.book-pager__item--next {
  float: right;
  text-align: right;
  width: 45%
}

[dir=rtl] .book-pager__item--next {
  float: left;
  text-align: left
}

.breadcrumb {
  font-size: .875rem
}

.region-breadcrumb {
  padding: 0 15px .25em;
  width: 100%
}

#content .comment-wrapper .comment-form__title.h2,
#content .comment-wrapper .h2,
#content .comment-wrapper h2,
#content .comment-wrapper h2.comment-form__title {
  margin-bottom: 1em
}

.field-node--comment {
  font-size: .875rem
}

.comment {
  display: flex;
  margin-bottom: 1.25em;
  vertical-align: top
}

[dir=rtl] .comment {
  direction: rtl
}

.comment__meta {
  font-size: 1rem;
  padding: 0 30px 0 0;
  text-align: center
}

[dir=rtl] .comment__meta {
  padding: 0 0 0 30px
}

.comment__attribution img {
  border: 1px solid #dee2e6
}

.field--name-user-picture {
  float: none;
  margin: 0 auto
}

.comment .field--name-user-picture img {
  margin: 0
}

.comment__author .username {
  white-space: nowrap
}

.comment__author {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  margin: 4px 0
}

.comment__permalink,
.comment__time {
  color: #68696b;
  font-size: .875rem;
  line-height: 1.2;
  margin-bottom: 4px;
  padding: 0 .5em 0 0
}

.comment__permalink,
[dir=rtl] .comment__time {
  padding: 0 0 0 .5em
}

.comment__permalink {
  font-size: .875rem;
  line-height: 1.2
}

.comment__content:before {
  border-bottom: 1.25em solid transparent;
  border-right: 1.25em solid #dee2e6;
  border-top: 1.25em solid transparent;
  content: "";
  position: absolute;
  right: 100%;
  top: 1.25em
}

[dir=rtl] .comment__content:before {
  border-left: 1.25em solid #dee2e6;
  border-right: none;
  left: 100%;
  right: auto
}

.comment__content:after {
  border-bottom: 1.25em solid transparent;
  border-right: 1.25em solid #fff;
  border-top: 1.25em solid transparent;
  content: "";
  margin-right: -1px;
  position: absolute;
  right: 100%;
  top: 1.25em
}

[dir=rtl] .comment__content:after {
  border-left: 1.25em solid #fff;
  border-right: none;
  left: 100%;
  margin-left: -1px;
  margin-right: 0;
  right: auto
}

.comment__content .h3,
.comment__content h3 {
  font-size: 1.25rem;
  margin-bottom: .45em;
  margin-top: .94em
}

.comment__content nav {
  padding-top: 1px
}

.indented {
  margin-left: 40px
}

[dir=rtl] .indented {
  margin-right: 40px
}

.comment .links {
  padding: 0 0 .25em
}

.comment .links-inline span {
  font-size: 1rem;
  padding: 0 .5em 0 0
}

[dir=rtl] .comment .links-inline span {
  padding: 0 0 0 .5em
}

.comment--unpublished {
  background: #606367;
  margin-right: 5px;
  padding: 5px 2px 5px 5px
}

[dir=rtl] .comment--unpublished {
  margin-left: 5px;
  margin-right: 0;
  padding: 5px 5px 5px 2px
}

.unpublished .comment-text .comment-arrow {
  border-left: 1px solid #606367;
  border-right: 1px solid #606367
}

.unpublished {
  padding: 1.25em 1.25em 0
}

.comment-footer {
  display: table-row
}

.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
  border-right-color: #606367
}

[dir=rtl] .comment--unpublished .comment__content:after,
[dir=rtl] .node--unpublished .comment__content:after {
  border-left-color: #606367
}

.views-field-variations>span>div {
  align-items: center;
  display: flex
}

.views-field-variations>span>div>div {
  display: inline-block
}

.views-field-variations {
  margin-bottom: 0
}

.views-field-variations .field--name-price {
  display: inline-block;
  padding-bottom: 1.2rem;
  text-align: right;
  width: 70px
}

.views-field-variations .field--type-entity-reference {
  padding-left: 1rem
}

.views-field-variations .commerce-order-item-variation-cart-form-form {
  display: flex;
  max-width: 100%
}

.views-field-variations .commerce-order-item-variation-cart-form-form .field--name-purchased-entity {
  margin: 0;
  padding: 0
}

.views-field-variations .commerce-order-item-variation-cart-form-form .field--name-quantity {
  display: inline-block;
  margin-bottom: 0;
  padding: 0
}

.views-field-variations .commerce-order-item-variation-cart-form-form .field--name-quantity label {
  display: none
}

.views-field-variations .commerce-order-item-variation-cart-form-form .field--name-quantity input {
  width: 50px
}

.views-field-variations .commerce-order-item-variation-cart-form-form .form-actions {
  display: inline-block;
  margin-bottom: 0;
  padding: 0
}

#edit-order-summary .col-auto,
#edit-order-summary.col-auto,
#edit-payment-information-billing-information .col-auto,
#edit-payment-information-billing-information.col-auto,
#edit-shipping-information .col-auto {
  padding: 0
}

#edit-shipping-information #edit-shipping-information-shipping-profile-field-ruc-wrapper {
  display: none
}

.view-id-listado_de_productos .views-row>div {
  display: inline-block
}

.view-id-listado_de_productos .views-row {
  border-bottom: 1px solid #ced4da;
  display: flex;
  margin-top: .5rem
}

.view-id-listado_de_productos .views-row .views-field-title {
  align-items: center;
  color: #36383a;
  display: flex;
  width: 320px
}

.cart-block--contents {
  background: #00729e;
  color: #fff;
  font-size: .75rem;
  width: auto
}

.cart-block--contents .cart-block--contents__items {
  max-height: inherit;
  overflow-x: hidden;
  overflow-y: hidden
}

.cart-block--contents .cart-block--contents__items table {
  color: #fff
}

.cart-block--contents .cart-block--contents__items table thead.thead-light {
  background: #00729e;
  color: #fff
}

.cart-block--contents .cart-block--contents__items table tr:hover {
  color: #fff
}

.cart--cart-offcanvas {
  background: #00729e;
  color: #fff;
  font-size: .75rem
}

.cart--cart-offcanvas .cart-block--offcanvas-contents__links {
  padding: .5rem 1rem
}

.cart--cart-offcanvas .cart-block--offcanvas-contents__links a {
  color: #fff;
  text-decoration: none
}

.cart--cart-offcanvas .cart-block--offcanvas-contents__links a:hover {
  color: #00b0f5
}

.cart--cart-offcanvas .btn-close {
  color: #fff;
  padding: .25rem
}

.cart--cart-offcanvas table {
  color: #fff
}

.cart--cart-offcanvas table td.cart-block--offcanvas-cart-table__price,
.cart--cart-offcanvas table td.cart-block--offcanvas-cart-table__title {
  padding: .5rem .25rem !important
}

.cart--cart-offcanvas table td.cart-block--offcanvas-cart-table__quantity {
  padding: .25rem !important
}

.cart--cart-offcanvas table .btn {
  color: #fff;
  font-size: .75rem
}

.cart--cart-offcanvas table .btn:hover {
  color: #00b0f5
}

.cart--cart-offcanvas table tfoot .btn {
  background: transparent;
  border-color: #fff;
  color: #fff;
  font-size: .75rem;
  margin-top: .5rem
}

.cart--cart-offcanvas table tfoot .btn:hover {
  background: #009edb
}

.contextual-links a {
  border-bottom: none;
  text-shadow: 0 0 0
}

details {
  border: 1px solid #dee2e6;
  margin-bottom: 1rem;
  margin-top: 1rem
}

details>.details-wrapper {
  padding: .5em 1.5em
}

summary {
  cursor: pointer;
  padding: .2em .5em
}

.js .dropbutton-wrapper .dropbutton-widget {
  position: relative
}

.js .dropbutton-widget {
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: linear-gradient(180deg, #f3f3f3, #e8e8e8);
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  border-radius: 1em;
  border-style: solid;
  border-width: 1px;
  color: #3a3a3a;
  cursor: pointer;
  margin: .125em 0;
  overflow: hidden;
  text-align: center
}

.js .dropbutton-widget:hover {
  border-color: #e4e4e4 #d2d2d2 #b4b4b4
}

.js .dropbutton-widget .button {
  background: transparent none;
  border: none;
  margin: 0;
  padding: .32em 1em
}

.js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
  margin-right: 0
}

[dir=rtl].js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
  margin-left: 0
}

.js .dropbutton .secondary-action {
  border-top-color: #ccc
}

.js .dropbutton-toggle button {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #e8e8e8, #d2d2d2);
  background-image: linear-gradient(180deg, #e8e8e8, #d2d2d2)
}

.js .dropbutton-toggle .dropbutton-arrow:hover {
  background: #ccc
}

.js .dropbutton a {
  border-bottom: 0;
  color: #3a3a3a
}

.js .dropbutton .dropbutton-action:hover,
.js .dropbutton a:hover {
  background: #dedede;
  border-bottom: 0
}

.js .dropbutton-widget {
  background-color: #fff;
  border: 1px solid #ccc
}

.js .dropbutton-widget:hover {
  border-color: #b8b8b8
}

.dropbutton .dropbutton-action>* {
  padding: .1em .5em;
  white-space: nowrap
}

.dropbutton .secondary-action {
  border-top: 1px solid #e8e8e8
}

.dropbutton-multiple .dropbutton {
  border-right: 1px solid #e8e8e8
}

[dir=rtl] .dropbutton-multiple .dropbutton {
  border-left: 1px solid #e8e8e8;
  border-right: 0
}

.dropbutton-multiple .dropbutton .dropbutton-action>* {
  margin-right: .25em
}

[dir=rtl] .dropbutton-multiple .dropbutton .dropbutton-action>* {
  margin-left: .25em;
  margin-right: 0
}

.js td .dropbutton-multiple {
  margin-right: 2em;
  max-width: 100%;
  padding-right: 10em
}

.js td .dropbutton-wrapper {
  min-height: 2em
}

.js .dropbutton-widget,
.js .dropbutton-wrapper {
  display: block;
  position: relative
}

.js td .dropbutton-widget {
  position: absolute
}

.feed-icon {
  border-bottom: none;
  display: inline-block;
  padding: 1rem 0 0
}

.field--type-entity-reference {
  margin: 0 0 1.2rem
}

.field--type-entity-reference .field__label {
  font-weight: 400;
  margin: 0;
  padding-right: .3rem
}

[dir=rtl] .field--type-entity-reference .field__label {
  padding-left: .3rem;
  padding-right: 0
}

.field--type-entity-reference ul.links {
  list-style: none;
  margin: 0;
  padding: 0
}

.field--type-entity-reference ul.links li {
  float: left;
  padding: 0 1rem 0 0;
  white-space: nowrap
}

[dir=rtl] .field--type-entity-reference ul.links li {
  float: right;
  padding: 0 0 0 1rem
}

@media (min-width:560px) {
  .node .field--type-image {
    float: left;
    margin: 0 1rem 0 0
  }

  [dir=rtl] .node .field--type-image {
    float: right;
    margin: 0 0 0 1rem
  }

  .node .field--type-image+.field--type-image {
    clear: both
  }
}

.field--name-field-user-picture img,
.field--type-image img {
  margin: 0 0 1rem
}

.field--type-image a {
  border-bottom: none
}

.field--name-field-tags {
  margin: 0 0 1.2rem
}

.field--name-field-tags .field__label {
  font-weight: 400;
  margin: 0;
  padding-right: 5px
}

[dir=rtl] .field--name-field-tags .field__label {
  padding-left: 5px;
  padding-right: 0
}

.field--name-field-tags .field__label,
.field--name-field-tags ul.links,
.node--view-mode-teaser .field--name-field-tags .field__label,
.node--view-mode-teaser .field--name-field-tags ul.links {
  font-size: .875rem
}

.field--name-field-tags ul.links {
  margin: 0;
  padding: 0
}

.field--name-field-tags ul.links li {
  float: left;
  padding: 0 1rem 0 0;
  white-space: nowrap
}

[dir=rtl] .field--name-field-tags ul.links li {
  float: right;
  padding: 0 0 0 1rem
}

.field--label-inline .field__item,
.field--label-inline .field__items,
.field--label-inline .field__label,
.file {
  display: inline-block
}

.file {
  background-position: 0;
  background-repeat: no-repeat;
  min-height: 1rem;
  padding-left: 1.5rem
}

[dir=rtl] .file {
  background-position: 100%;
  padding-left: inherit;
  padding-right: 1.5rem
}

.file--application-octet-stream,
.file--general {
  background-image: url(../../../contrib/bootstrap_barrio/images/icons/application-octet-stream.png)
}

.file--package-x-generic {
  background-image: url(../../../contrib/bootstrap_barrio/images/icons/package-x-generic.png)
}

.file--x-office-spreadsheet {
  background-image: url(../../../contrib/bootstrap_barrio/images/icons/x-office-spreadsheet.png)
}

.file--x-office-document {
  background-image: url(../../../contrib/bootstrap_barrio/images/icons/x-office-document.png)
}

.file--x-office-presentation {
  background-image: url(../../../contrib/bootstrap_barrio/images/icons/x-office-presentation.png)
}

.file--text-x-script {
  background-image: url(../../../contrib/bootstrap_barrio/images/icons/text-x-script.png)
}

.file--text-html {
  background-image: url(../../../contrib/bootstrap_barrio/images/icons/text-html.png)
}

.file--text-plain {
  background-image: url(../../../contrib/bootstrap_barrio/images/icons/text-plain.png)
}

.file--application-pdf {
  background-image: url(../../../contrib/bootstrap_barrio/images/icons/application-pdf.png)
}

.file--application-x-executable {
  background-image: url(../../../contrib/bootstrap_barrio/images/icons/application-x-executable.png)
}

.file--audio {
  background-image: url(../../../contrib/bootstrap_barrio/images/icons/audio-x-generic.png)
}

.file--video {
  background-image: url(../../../contrib/bootstrap_barrio/images/icons/video-x-generic.png)
}

.file--text {
  background-image: url(../../../contrib/bootstrap_barrio/images/icons/text-x-generic.png)
}

.file--image {
  background-image: url(../../../contrib/bootstrap_barrio/images/icons/image-x-generic.png)
}

.form-required:after {
  background-size: calc(.75em + .375rem + var(--bs-border-width)*2*.5) calc(.75em + .375rem + var(--bs-border-width)*2*.5);
  height: calc(.75em + .375rem + var(--bs-border-width)*2*.5);
  width: calc(.75em + .375rem + var(--bs-border-width)*2*.5)
}

form .form-actions {
  align-self: flex-end
}

form .filter-wrapper {
  margin-left: 1rem;
  margin-right: 1rem;
  padding-left: 0;
  padding-right: 0
}

form .form-type-textarea {
  margin-bottom: 0
}

.link-edit-summary {
  background: none;
  border: 0;
  color: var(--bs-link-color);
  text-decoration: underline
}

#navbar-top {
  padding: 0 1rem
}

#navbar-top.navbar-dark .nav-link:focus,
#navbar-top.navbar-dark .nav-link:hover {
  color: hsla(0, 0%, 100%, .75)
}

#navbar-top.navbar-dark .nav-link {
  color: hsla(0, 0%, 100%, .5)
}

#navbar-top.navbar-light .nav-link:focus,
#navbar-top.navbar-light .nav-link:hover {
  color: rgba(0, 0, 0, .7)
}

#navbar-top.navbar-light .nav-link {
  color: rgba(0, 0, 0, .5)
}

.navbar-brand .site-logo {
  margin-right: 1rem
}

@media (max-width:33.9em) {

  .navbar-toggleable-xs .navbar-nav .nav-item+.nav-item,
  .navbar-toggleable-xs.collapse.in .navbar-nav .nav-item {
    float: none;
    margin-left: 0
  }
}

@media (max-width:47.9em) {

  .navbar-toggleable-sm .navbar-nav .nav-item+.nav-item,
  .navbar-toggleable-xs.collapse.in .navbar-nav .nav-item {
    float: none;
    margin-left: 0
  }
}

.block-help {
  border: 1px solid #dee2e6;
  margin-bottom: 2rem;
  padding: 0 1.5rem
}

.icon-help {
  background: url(/contrib/bootstrap_barrio/images/help.png) 0 50% no-repeat;
  padding: 1px 0 1px 1.5rem
}

[dir=rtl] .icon-help {
  background-position: 100% 50%;
  padding: 1px 1.5rem 1px 0
}

.feed-icon {
  background-repeat: no-repeat;
  display: block;
  height: 1rem;
  overflow: hidden;
  text-indent: -9999px;
  width: 1rem
}

.feed-icon,
.feed-icon:hover {
  background-image: svg-load("rss-fill.svg", fill="#54565A")
}

.image-button.is-disabled,
.image-button.is-disabled:active,
.image-button.is-disabled:focus,
.image-button.is-disabled:hover {
  background: transparent;
  cursor: default;
  opacity: .5
}

.indented {
  margin-left: 1.5rem
}

[dir=rtl] .indented {
  margin-left: 0;
  margin-right: 1.5rem
}

.item-list ul {
  list-style: none;
  margin: 0 0 .5rem;
  padding: 0
}

[dir=rtl] .item-list ul {
  padding: 0
}

.item-list ul li {
  margin: 0;
  padding: .5rem 1rem 0 0
}

[dir=rtl] .item-list ul li {
  margin: 0;
  padding: .5rem 0 0 1rem
}

.item-list .item-list__comma-list,
.item-list .item-list__comma-list li,
[dir=rtl] .item-list .item-list__comma-list,
[dir=rtl] .item-list .item-list__comma-list li {
  padding: 0
}

.list-group__link {
  border-top: 1px solid #dee2e6;
  padding: .5rem 0 0
}

.list-group__description {
  margin: 0 0 .5rem
}

.field--name-field-media-image img {
  height: auto;
  max-width: 100%
}

.media-library-wrapper {
  display: flex;
  flex-wrap: wrap
}

.media-library-menu {
  background: #e9ecef;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  height: 100%;
  margin: 5px 5px 5px 0;
  padding: 20px 15px
}

.media-library-menu li {
  height: 45px;
  margin: 5px;
  white-space: nowrap
}

.media-library-menu li::marker {
  color: #e9ecef
}

.media-library-menu__link {
  background: #e9ecef;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  margin: 5px 5px 5px 0;
  padding: 10px 15px
}

.active.media-library-menu__link {
  background: #fff
}

.media-library-content {
  flex: 2
}

.media-library-wrapper .form--inline {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap
}

.media-library-widget-modal .js-form-item {
  margin: 5px
}

.media-library-wrapper .form-type-textfield {
  flex: 2
}

.media-library-widget-modal .form-actions {
  background: #fff;
  bottom: 0;
  padding: 5px;
  position: sticky
}

.media-library-widget-modal .ui-dialog-content {
  padding-bottom: 0
}

.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.media-library-widget-modal.ui-dialog--narrow {
  left: 10% !important;
  width: 80% !important
}

.media-library-views-form__rows {
  display: flex;
  flex-wrap: wrap
}

.media-library-item--grid {
  margin: 10px;
  width: 220px
}

.media-library-item--grid .form-check-label,
.media-library-item--grid .js-form-type-checkbox {
  padding-left: 0
}

.media-library-add-form__media::marker {
  color: #fff
}

.node__content {
  font-size: 1rem;
  margin-top: 1rem
}

.node--view-mode-teaser {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1rem;
  padding-bottom: 1rem
}

.node--view-mode-teaser .h2,
.node--view-mode-teaser h2 {
  margin-top: 0;
  padding-top: .5em
}

.node--view-mode-teaser.node--sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, .024);
  border: 1px solid #dee2e6;
  padding: 0 1rem 1rem
}

.node--view-mode-teaser .node__content {
  clear: none;
  font-size: 1rem;
  line-height: 1.5
}

.node__meta {
  font-size: .875rem;
  margin-bottom: -5px
}

.node__meta .field--name-field-user-picture img {
  float: left;
  margin: 1px 1rem 0 0
}

[dir=rtl] .node__meta .field--name-field-user-picture img {
  float: right;
  margin-left: 1rem;
  margin-right: 0
}

.node__links {
  font-size: 1rem;
  text-align: right
}

[dir=rtl] .node__links {
  text-align: left
}

.node--unpublished {
  padding: 1rem 1rem 0
}

.node--unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4
}

.node-preview-container {
  background: #d1e8f5;
  background-image: -webkit-linear-gradient(top, #d1e8f5, #d3e8f4);
  background-image: linear-gradient(180deg, #d1e8f5, #d3e8f4);
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, .333);
  font-family: Arial, sans-serif;
  padding: 10px;
  position: fixed;
  width: 100%;
  z-index: 499
}

.node-preview-backlink {
  background-color: #419ff1;
  background: url(/core/misc/icons/000000/chevron-left.svg) 0 no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
  background: url(/core/misc/icons/000000/chevron-left.svg) 0 no-repeat, linear-gradient(180deg, #419ff1, #1076d5);
  border: 1px solid #0048c8;
  border-radius: .4em;
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4);
  color: #fff;
  font-size: .9em;
  line-height: normal;
  margin: 0;
  padding: 4px 1em 4px .6em;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5)
}

[dir=rtl] .node-preview-backlink {
  background: url(/core/misc/icons/000000/chevron-right.svg) 100% no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
  background: url(/core/misc/icons/000000/chevron-right.svg) 100% no-repeat, linear-gradient(180deg, #419ff1, #1076d5);
  float: right;
  padding: 4px .6em 4px 1em
}

.node-preview-backlink:focus,
.node-preview-backlink:hover {
  background-color: #419cf1;
  background: url(/core/misc/icons/000000/chevron-left.svg) 0 no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
  background: url(/core/misc/icons/000000/chevron-left.svg) 0 no-repeat, linear-gradient(180deg, #59abf3, #2a90ef);
  border: 1px solid #0048c8;
  color: #fff;
  text-decoration: none
}

[dir=rtl] .node-preview-backlink:focus,
[dir=rtl] .node-preview-backlink:hover {
  background: url(/core/misc/icons/000000/chevron-right.svg) 100% no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
  background: url(/core/misc/icons/000000/chevron-right.svg) 100% no-repeat, linear-gradient(180deg, #59abf3, #2a90ef)
}

.node-preview-backlink:active {
  background-color: #0e69be;
  background: url(/core/misc/icons/000000/chevron-left.svg) 0 no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
  background: url(/core/misc/icons/000000/chevron-left.svg) 0 no-repeat, linear-gradient(180deg, #0e69be, #2a93ef);
  border: 1px solid #0048c8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .25)
}

[dir=rtl] .node-preview-backlink:active {
  background: url(/core/misc/icons/000000/chevron-right.svg) 100% no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
  background: url(/core/misc/icons/000000/chevron-right.svg) 100% no-repeat, linear-gradient(180deg, #0e69be, #2a93ef)
}

.node-preview-backlink:before {
  content: "";
  display: inline-block;
  width: 10px
}

em.placeholder {
  background-color: unset !important;
  cursor: unset !important;
  opacity: unset !important;
  vertical-align: unset !important
}

section.full-width {
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  position: relative;
  right: 50%;
  width: 100vw
}

input[type=search] {
  box-sizing: border-box
}

header #search-block-form {
  flex-flow: row wrap;
  padding: 5px 15px
}

#search-block-form {
  display: flex
}

.shortcut-wrapper {
  margin: 2.2em 0 1.1em
}

.shortcut-wrapper .page-title {
  float: left;
  margin: 0
}

[dir=rtl] .shortcut-wrapper .page-title {
  float: right
}

.shortcut-action {
  border-bottom: none;
  margin-left: .5em;
  padding-top: .35em
}

[dir=rtl] .shortcut-action {
  margin-left: 0;
  margin-right: .5em
}

.shortcut-action:active,
.shortcut-action:focus,
.shortcut-action:hover {
  border-bottom: none
}

.sidebar .block {
  border-style: solid;
  border-width: 1px;
  margin: 0 0 1rem;
  padding: 1rem
}

.sidebar .block .content {
  font-size: 1rem;
  line-height: 1.25
}

.sidebar .h2,
.sidebar h2 {
  border-bottom: 1px solid #dee2e6;
  font-size: 1.25rem;
  line-height: 1.2;
  margin: 0 0 .5rem;
  padding-bottom: 5px;
  text-shadow: 0 1px 0 #fff
}

.sidebar tbody {
  border: none
}

.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #dee2e6
}

.sidebar nav ul.nav {
  margin: 0 -1rem
}

.site-footer {
  padding: 1rem 0
}

.site-footer .layout-container {
  padding: 0 1rem
}

.site-footer__top .content {
  margin-top: 0
}

.site-footer__bottom .block {
  margin: .5rem 0
}

.site-footer__bottom .content {
  margin-top: 0;
  padding: .5rem 0
}

.skip-link {
  background: #495057;
  border-bottom-width: 0;
  border-radius: 0 0 .5rem .5rem;
  font-size: 1rem;
  left: 50%;
  line-height: 2;
  outline: 0;
  padding: 1px 1rem 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50
}

.skip-link.visually-hidden.focusable:focus {
  color: #fff;
  position: absolute !important
}

.sticky-header thead th {
  border-bottom: calc(var(--bs-border-width)*2) solid var(--bs-border-color);
  vertical-align: bottom
}

.sticky-header th {
  border-top: var(--bs-border-width) solid var(--bs-border-color);
  padding: .5rem;
  vertical-align: top
}

tr.drag {
  background-color: ivory
}

tr.drag-previous {
  background-color: #ffd
}

body div.tabledrag-changed-warning {
  margin-bottom: .5rem
}

a.tabledrag-handle .handle {
  height: 25px;
  width: 25px
}

tr.selected td {
  background: #ffc
}

[dir=rtl] td.checkbox,
[dir=rtl] th.checkbox,
td.checkbox,
th.checkbox {
  text-align: center
}

th.is-active img {
  display: inline
}

td.is-active {
  background-color: #dee2e6
}

.tablesort {
  height: 14px;
  margin: 1px 0 0 5px;
  vertical-align: top;
  width: 14px
}

.tablesort--asc {
  background-image: url(/core/misc/icons/ffffff/twistie-down.svg)
}

.tablesort--desc {
  background-image: url(/core/misc/icons/ffffff/twistie-up.svg)
}

nav.tabs {
  margin-bottom: 1rem
}

nav.tabs ul {
  background: #e9ecef
}

nav.tabs ul .nav-item {
  flex-grow: 1
}

nav.tabs ul .nav-item a {
  color: #343a40;
  text-align: center
}

nav.tabs ul .nav-item.active a {
  background: #606367
}

.form-textarea-wrapper textarea {
  box-sizing: border-box;
  display: block;
  margin: 0;
  width: 100%
}

.ui-widget-overlay {
  background: #151515;
  opacity: .7
}

.ui-dialog {
  border-radius: 0
}

.ui-dialog input,
.ui-dialog select,
.ui-dialog textarea {
  font-size: 1rem
}

.ui-dialog .button {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: linear-gradient(180deg, #f3f3f3, #e8e8e8);
  border-color: #e4e4e4 #d2d2d2 #b4b4b4;
  border-radius: 1em;
  border-style: solid;
  border-width: 1px;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 1rem;
  font-weight: 400;
  padding: .25em 1.063em;
  text-align: center
}

.password-strength__meter {
  background-color: #e9ecef;
  margin-top: .5em
}

.password-strength__indicator {
  background-color: #307849;
  -webkit-transition: width .5s ease-out;
  transition: width .5s ease-out
}

.password-strength__indicator.is-weak {
  background-color: #b00
}

.password-strength__indicator.is-fair {
  background-color: #f9d409
}

.password-strength__indicator.is-good {
  background-color: #009edb
}

.password-strength__indicator.is-strong {
  background-color: #307849
}

.password-confirm,
.password-confirm-match,
.password-field,
.password-strength {
  width: 55%
}

.password-suggestions {
  border: 1px solid #dee2e6;
  margin: .7em 0;
  max-width: 34.7em;
  padding: .2em .5em
}

.password-suggestions ul {
  margin-bottom: 0
}

.confirm-parent,
.password-parent {
  clear: left;
  margin: 0;
  max-width: 33em;
  overflow: hidden
}

[dir=rtl] .confirm-parent,
[dir=rtl] .password-parent {
  clear: right
}

.password-confirm .ok {
  color: #307849;
  font-weight: 700
}

.password-confirm .error {
  color: #b00;
  font-weight: 700
}

.page-user-login main .region-content,
.page-user-password main .region-content {
  background: #fff;
  border-radius: .5rem;
  margin: 0 auto;
  max-width: 400px;
  padding: 1rem
}

body.path-user .field--label-inline .field__label {
  color: #009edb;
  width: 100px
}

body.path-user .field--label-inline .field__item {
  background: #e9ecef;
  border-radius: 1rem;
  margin: .25rem 0;
  min-width: 250px;
  padding: .25rem 1rem
}

body.path-user .field--label-above .field__label {
  color: #009edb
}

body.path-user .field--label-above .field__item {
  background: #e9ecef;
  border-radius: 1rem;
  margin: .25rem 0;
  padding: .25rem 1rem;
  width: 100%
}

.vertical-tabs__menu {
  margin: -1px 0
}

[dir=rtl] .vertical-tabs__menu {
  margin-right: -1em;
  padding: 0
}

.vertical-tabs {
  border: 1px solid #dee2e6;
  display: flex;
  flex-direction: row;
  font-size: .875rem;
  margin: 0
}

[dir=rtl] .vertical-tabs {
  flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 0
}

.vertical-tabs__menu {
  border-top: 1px solid #dee2e6;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 15em
}

[dir=rtl] .vertical-tabs__menu {
  margin-left: 0;
  margin-right: -15em
}

.vertical-tabs__pane {
  border: 0;
  margin: 0
}

.vertical-tabs__pane>summary {
  display: none
}

.vertical-tabs__menu-item {
  background: #eee;
  border: 1px solid #dee2e6;
  border-top: 0
}

.vertical-tabs__menu-item a {
  display: block;
  padding: .5em .6em;
  text-decoration: none
}

.vertical-tabs__menu-item a:active .vertical-tabs__menu-item-title,
.vertical-tabs__menu-item a:focus .vertical-tabs__menu-item-title,
.vertical-tabs__menu-item a:hover .vertical-tabs__menu-item-title {
  text-decoration: underline
}

.vertical-tabs__menu-item a:hover {
  outline: 1px dotted
}

.vertical-tabs__menu-item.is-selected {
  background-color: #fff;
  border-right-width: 0
}

[dir=rtl] .vertical-tabs__menu-item.is-selected {
  border-left-width: 0;
  border-right-width: 1px
}

.vertical-tabs__menu-item.is-selected .vertical-tabs__menu-item-title {
  color: #151515
}

.vertical-tabs__menu-item-summary {
  display: block;
  line-height: normal;
  margin-bottom: 0
}

.views-displays .tabs .open>a {
  border-radius: .5rem .5rem 0 0
}

.views-displays .tabs .open>a:focus,
.views-displays .tabs .open>a:hover {
  color: #54565a
}

.views-displays .secondary .form-submit {
  font-size: .875rem
}

.views-displays .tabs .action-list {
  padding: 0
}

.views-filterable-options .filterable-option:nth-of-type(2n) .form-type-checkbox {
  background-color: #f9f9f9
}

.views-ui-display-tab-actions .dropbutton .form-submit {
  color: #36383a
}

.views-ui-display-tab-actions .dropbutton .form-submit:focus,
.views-ui-display-tab-actions .dropbutton .form-submit:hover {
  color: #54565a
}

.form-required:after {
  background-image: url(../../../contrib/bootstrap_barrio/images/required.svg);
  background-repeat: no-repeat;
  background-size: 7px 7px;
  content: "";
  display: inline-block;
  height: 7px;
  margin: 0 .3em;
  vertical-align: super;
  width: 7px
}

.webform-options-display-buttons-horizontal .webform-options-display-buttons-wrapper {
  flex: auto
}

.webform-options-display-buttons .form-check-label {
  background-color: #fff;
  border: 3px solid #e9ecef;
  border-radius: 3px;
  margin: 0 5px 10px;
  padding: 10px;
  width: 100%
}

.webform-options-display-buttons .form-check-label:hover {
  border-color: #dee2e6;
  color: #343a40
}

.webform-options-display-buttons .form-check-input:checked~.form-check-label {
  border-color: #009edb;
  color: #343a40
}

.webform-options-display-buttons .webform-options-display-buttons-wrapper .form-check-label {
  margin: 0 5px 10px 0;
  text-align: center
}

.webform-options-display-buttons .webform-options-display-buttons-wrapper .form-check,
.webform-options-display-buttons .webform-options-display-buttons-wrapper .radio {
  padding: 0
}

.bg-primary,
.bg-secondary {
  background-color: transparent !important
}

.--section {
  padding: 120px 0
}

@media (min-width:1230px) {
  .cards-container>.wrapper-cards {
    left: 50%;
    margin-left: -587px;
    position: relative;
    width: 1174px
  }

  .cards-container>.wrapper-cards .container {
    max-width: 100%
  }
}

@media (min-width:1227px) {
  .container {
    max-width: 1197px
  }
}

#main-wrapper {
  overflow-x: hidden
}

.view-id-cities.view-display-id-block_1 .view-filters {
  background-color: #fff;
  left: 50%;
  margin-bottom: 0;
  margin-left: -50vw;
  margin-top: 0;
  padding: 75px 0;
  position: relative;
  width: 100vw
}

.view-id-cities.view-display-id-block_1 .view-filters form .flex-wrap {
  flex-direction: column
}

.view-id-cities.view-display-id-block_1 .view-filters form .flex-wrap div,
.view-id-cities.view-display-id-block_1 .view-filters form .flex-wrap fieldset {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  height: auto;
  margin: 0 auto;
  max-width: auto;
  max-width: 100%;
  padding: 0;
  width: 410px
}

.view-id-cities.view-display-id-block_1 .view-filters form .flex-wrap div label,
.view-id-cities.view-display-id-block_1 .view-filters form .flex-wrap fieldset label {
  color: #299426;
  font-family: Merriweather, serif;
  font-size: 58px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 58px;
  margin-bottom: 50px;
  margin-top: 0;
  text-align: center;
  text-transform: none;
  width: 100%
}

@media (max-width:400px) {

  .view-id-cities.view-display-id-block_1 .view-filters form .flex-wrap div label,
  .view-id-cities.view-display-id-block_1 .view-filters form .flex-wrap fieldset label {
    font-size: 45px
  }
}

.view-id-cities.view-display-id-block_1 .view-filters form .flex-wrap div .form-control,
.view-id-cities.view-display-id-block_1 .view-filters form .flex-wrap fieldset .form-control {
  border: 1px solid #299426;
  color: #9ba2a6;
  font-weight: 700
}

.view-id-cities.view-display-id-block_1 .view-filters form .flex-wrap .form-actions {
  flex: 0 0 auto;
  height: auto;
  margin: 20px auto 0;
  padding: 0
}

.view-id-cities.view-display-id-block_1 .view-filters form .flex-wrap .form-actions button {
  background-color: #fff !important;
  background-image: none;
  border: 1px solid #299426 !important;
  color: #299426 !important;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  height: auto;
  text-indent: unset;
  width: 180px
}

.view-id-cities.view-display-id-block_1 .view-content {
  background-color: #f2f2f2;
  left: 50%;
  margin-bottom: 0;
  margin-left: -50vw;
  margin-top: 0;
  padding: 145px 0 20px;
  position: relative;
  width: 100vw
}

.view-id-cities.view-display-id-block_1 .view-content .view-header .h2,
.view-id-cities.view-display-id-block_1 .view-content .view-header h2 {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 29px;
  margin-bottom: 70px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

.view-id-cities.view-display-id-block_1 .view-content .cities-teaser .categories {
  margin-bottom: 20px
}

nav[aria-label=pagination-heading] {
  background-color: #f2f2f2;
  left: 50%;
  margin-left: -50vw;
  padding-bottom: 48px;
  position: relative;
  width: 100vw
}

.pid-1417 .title:before {
  background: url(../images/local/logo-sitcin.svg) no-repeat 50%;
  content: "";
  display: block;
  height: 120px;
  margin: 10px auto 30px;
  width: 80%
}

.pid-1440 .article-container {
  left: 50%;
  margin-left: -50vw;
  max-width: none;
  position: relative;
  width: 100vw
}

.pid-1440 .article-container .embed-section {
  margin-bottom: 0;
  padding: 0 !important;
  width: 100% !important
}

.pid-1437,
.pid-1438,
.pid-1439,
.pid-1443 {
  background: #f8f8f8
}

.page-user-login .main-content,
.page-user-password .main-content,
.page-user-register .main-content {
  border: 1px solid #009edb;
  margin: 72px 0;
  padding: 48px;
  position: relative
}

nav.tabs {
  bottom: 0;
  display: block;
  left: 0;
  margin: 0 !important;
  padding: 0 20%;
  position: absolute;
  top: -41px;
  width: 100%
}

nav.tabs,
nav.tabs ul {
  height: 40px;
  overflow: hidden
}

nav.tabs ul {
  background: #fff;
  border: 0 solid transparent;
  display: flex
}

nav.tabs ul li {
  height: 40px;
  padding-left: 0;
  padding-right: 0;
  width: auto
}

nav.tabs ul li a {
  border: 0 solid transparent !important;
  color: #009edb !important;
  margin: 0 !important
}

nav.tabs ul li a:hover {
  border: 0 solid transparent !important;
  color: #000 !important;
  height: 40px !important
}

nav.tabs ul li.active a {
  background: #009edb !important;
  color: #fff !important
}

nav.tabs ul li.active a:hover {
  color: #000 !important
}

.alert-success {
  background-color: #00b443 !important
}

.pid-1420 a.btn.btn-stroked.btn-stroked-primary {
  text-decoration: none
}

.tooltip-inner a {
  color: #009edb
}

.featured-bottom {
  background-color: #eaeaea
}

.featured-bottom>.container {
  color: #fff;
  display: flex;
  padding: 70px 0
}

.featured-bottom>.container .region-featured-bottom-first {
  margin: 0;
  text-align: left;
  width: 50%
}

.featured-bottom>.container .region-featured-bottom-first .footer-image-row {
  display: flex
}

.featured-bottom>.container .region-featured-bottom-first .footer-image-row img {
  height: auto;
  width: 100%
}

.featured-bottom>.container .region-featured-bottom-second {
  margin: 0;
  width: 33%
}

.featured-bottom>.container .region-featured-bottom-second .menu--useful-links {
  margin-left: 10%
}

.featured-bottom>.container .region-featured-bottom-second .menu--useful-links .h2,
.featured-bottom>.container .region-featured-bottom-second .menu--useful-links h2 {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 29px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left
}

.featured-bottom>.container .region-featured-bottom-second .menu--useful-links ul.nav {
  flex-direction: column
}

.featured-bottom>.container .region-featured-bottom-second .menu--useful-links ul.nav li a {
  color: #fff;
  padding: 5px 0
}

.featured-bottom>.container .region-featured-bottom-third {
  margin: 0 0 0 auto;
  width: 34%
}

.featured-bottom>.container .region-featured-bottom-third .contact .h3,
.featured-bottom>.container .region-featured-bottom-third .contact h3 {
  color: #75767a;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 29px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left
}

.featured-bottom>.container .region-featured-bottom-third .contact p {
  color: #75767a;
  font-weight: 700;
  margin-bottom: 10px
}

.featured-bottom>.container .region-featured-bottom-third .contact p a {
  color: #75767a
}

@media (max-width:768px) {
  .featured-bottom>.container {
    flex-direction: column
  }

  .featured-bottom>.container .region-featured-bottom-first {
    margin-bottom: 30px;
    width: 100%
  }

  .featured-bottom>.container .region-featured-bottom-third {
    width: 100%
  }
}

.pid-1469 .paragraph-banner .content .h2,
.pid-1469 .paragraph-banner .content h2,
.pid-1470 .paragraph-banner .content .h2,
.pid-1470 .paragraph-banner .content h2,
.pid-1471 .paragraph-banner .content .h2,
.pid-1471 .paragraph-banner .content h2 {
  margin-top: 110px
}

.pid-1153 .paragraph-banner .content .body,
.pid-1417 .paragraph-banner .content .body {
  font-size: 18px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .5)
}

.navbar-brand {
  display: block;
  line-height: inherit;
  margin-right: 0;
  padding-bottom: 0;
  padding-top: 0;
  white-space: nowrap
}

.navbar-brand img {
  height: auto;
  width: 125px
}

.navbar-brand span {
  display: none !important
}

@media (min-width:475px) {
  .area-brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 205px;
    -ms-flex: 0 0 205px;
    flex: 0 0 205px;
    height: 60px;
    max-width: 205px;
    padding: 11px 40px
  }

  .area-subbrand {
    text-align: end
  }

  .area-subbrand a img {
    height: 53px;
    margin-bottom: 12px;
    margin-top: 23px;
    width: auto
  }

  .area-nav-mobile {
    display: none
  }
}

@media (max-width:1200px) {
  .area-brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 185px;
    -ms-flex: 0 0 185px;
    flex: 0 0 185px;
    height: 60px;
    max-width: 185px;
    padding: 11px 30px
  }
}

@media (max-width:992px) {
  .area-brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 165px;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
    height: 60px;
    max-width: 165px;
    padding: 11px 20px
  }
}

@media (max-width:768px) {
  .area-brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 380px;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    max-width: 380px;
    order: 1
  }
}

@media (max-width:600px) {
  .area-brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 340px;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    max-width: 340px;
    order: 1
  }
}

@media (max-width:500px) {
  .area-brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    max-width: 240px;
    order: 1
  }
}

@media (max-width:400px) {
  .area-brand {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 140px;
    -ms-flex: 0 0 140px;
    flex: 0 0 140px;
    max-width: 140px;
    order: 1
  }

  .area-brand .navbar-brand img {
    padding-top: 6px
  }
}

.sliding-popup-bottom {
  background: #210216;
  border-top: 2px solid #fff;
  padding: 50px 0
}

.sliding-popup-bottom .eu-cookie-withdraw-tab {
  border-radius: 5px 5px 0 0;
  border-width: 2px 2px 0;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 20px;
  text-transform: uppercase
}

.sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message {
  float: none;
  margin: 0 0 20px
}

.sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message p {
  color: #fff;
  display: inline;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0
}

.sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message p a {
  color: #fff;
  text-decoration: underline
}

.sliding-popup-bottom .eu-cookie-compliance-banner .eu-cookie-compliance-content .eu-cookie-compliance-message p a:hover {
  color: #606367
}

.sliding-popup-bottom a {
  color: #c4c4c4;
  text-decoration: underline
}

.sliding-popup-bottom .eu-cookie-compliance-categories-buttons button,
.sliding-popup-bottom .eu-cookie-compliance-has-categories button {
  border-radius: 4px;
  text-shadow: unset
}

footer.site-footer {
  background-color: #009edb !important;
  padding: 72px 0
}

footer.site-footer .site-footer__top {
  display: flex;
  flex-wrap: wrap;
  height: 62px;
  justify-content: flex-start;
  margin-bottom: 48px
}

footer.site-footer .site-footer__top .region-footer-first {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  height: inherit;
  max-width: 25%
}

footer.site-footer .site-footer__top .region-footer-first a {
  display: block;
  height: inherit;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 50px;
  padding-top: 0;
  width: 100%
}

footer.site-footer .site-footer__top .region-footer-first a img {
  height: 62px;
  width: auto
}

footer.site-footer .site-footer__top .region-footer-first a span {
  display: none !important
}

footer.site-footer .site-footer__top .region-footer-second {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  height: inherit;
  max-width: 75%
}

footer.site-footer .site-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  height: 24px;
  justify-content: flex-start
}

footer.site-footer .site-footer__bottom .region-footer-third {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  height: inherit;
  max-width: 25%;
  position: relative
}

footer.site-footer .site-footer__bottom .region-footer-third .logo-uwnto {
  display: block;
  height: 50px;
  left: 50px;
  position: absolute;
  top: 1px;
  width: auto
}

footer.site-footer .site-footer__bottom .region-footer-third p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 130px;
  text-align: left
}

footer.site-footer .site-footer__bottom .region-footer-fourth {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  height: inherit;
  max-width: 75%
}

footer.site-footer .copyright-text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center
}

@media (max-width:992px) {
  footer.site-footer .site-footer__top {
    height: auto;
    margin-bottom: 24px
  }

  footer.site-footer .site-footer__top .region-footer-first {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  footer.site-footer .site-footer__top .region-footer-first p {
    margin-bottom: 12px;
    text-align: center
  }

  footer.site-footer .site-footer__top .region-footer-first p a {
    height: inherit;
    margin: 0;
    padding: 0;
    width: 100%
  }

  footer.site-footer .site-footer__top .region-footer-first p a img {
    height: 62px;
    width: auto
  }

  footer.site-footer .site-footer__top .region-footer-first p a:after {
    background-color: #fff;
    content: "";
    display: block;
    height: 1px;
    margin: 20px auto;
    width: 19%
  }

  footer.site-footer .site-footer__top .region-footer-second {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
    max-width: 100%
  }

  footer.site-footer .site-footer__bottom {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    justify-content: flex-start
  }

  footer.site-footer .site-footer__bottom .region-footer-third {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
    max-width: 100%;
    order: 2
  }

  footer.site-footer .site-footer__bottom .region-footer-third .logo-uwnto {
    display: block;
    height: 50px;
    left: unset;
    margin: 40px auto 0;
    position: relative;
    top: 0;
    width: auto
  }

  footer.site-footer .site-footer__bottom .region-footer-third p {
    margin-top: 12px;
    padding-left: 0;
    text-align: center
  }

  footer.site-footer .site-footer__bottom .region-footer-fourth {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: auto;
    max-width: 100%;
    order: 1
  }
}

@media (min-width:768px) {
  section.section-header .container .row {
    background-color: #fff;
    border-radius: 0 0 8px 8px;
    margin-left: 0;
    margin-right: 0;
    position: relative
  }
}

@media (max-width:768px) {
  header[aria-label="Site header"] section.section-header {
    bottom: 34px;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 5000
  }

  header[aria-label="Site header"] section.section-header .container {
    background-color: #fff;
    border-radius: 8px 8px 0 0
  }

  header[aria-label="Site header"] section.section-header .container .row {
    position: relative
  }

  header[aria-label="Site header"] section.section-header.area-open .container {
    background-color: #fff;
    border-radius: 0
  }
}

@media (max-width:600px) {
  .section-header .container {
    max-width: 500px;
    width: 500px
  }
}

@media (max-width:500px) {
  .section-header .container {
    max-width: 400px;
    width: 400px
  }
}

@media (max-width:400px) {
  .section-header .container {
    max-width: 300px;
    width: 300px
  }
}

.language-switcher,
.language-switcher-language-url {
  width: 100%
}

.language-switcher nav,
.language-switcher-language-url nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-right: 20px
}

.language-switcher nav span,
.language-switcher-language-url nav span {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: auto;
  padding: 0
}

.language-switcher nav span:after,
.language-switcher-language-url nav span:after {
  color: #fff;
  content: "|";
  display: inline-block;
  margin: 0 9px
}

.language-switcher nav span:last-child,
.language-switcher-language-url nav span:last-child {
  padding: 0
}

.language-switcher nav span:last-child:after,
.language-switcher-language-url nav span:last-child:after {
  content: none
}

.language-switcher nav span a,
.language-switcher-language-url nav span a {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 17px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center
}

.language-switcher nav span a:hover,
.language-switcher-language-url nav span a:hover {
  color: #54565a;
  text-decoration: none
}

.language-switcher nav span.is-active a,
.language-switcher-language-url nav span.is-active a {
  color: #54565a
}

@media (max-width:992px) {

  .language-switcher nav,
  .language-switcher-language-url nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
  }
}

@media (max-width:768px) {

  .language-switcher nav,
  .language-switcher-language-url nav {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 20px 20px 0
  }

  .language-switcher nav span a,
  .language-switcher-language-url nav span a {
    color: #6a747a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: center
  }

  .language-switcher nav span a:hover,
  .language-switcher-language-url nav span a:hover {
    color: #54565a;
    text-decoration: none
  }

  .language-switcher nav span.is-active a,
  .language-switcher-language-url nav span.is-active a {
    color: #54565a
  }
}

@media (min-width:768px) {
  .area-search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 85px;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    height: 60px;
    max-width: 85px
  }

  .area-search>.icon-lens {
    display: inline-block;
    height: 60px;
    padding: 19.5px 44px 19.5px 19.5px;
    width: 85px
  }

  .area-search>.icon-lens .icon-svg {
    fill: #55575b
  }

  .area-search>.icon-close-mobile {
    display: none;
    height: 60px;
    padding: 12px;
    width: 60px
  }

  .area-search>.area-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    -webkit-box-flex: 0;
    display: none;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 40px 15px 15px
  }

  .area-search>.area-form .region-search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 175px;
    -ms-flex: 0 0 175px;
    flex: 0 0 175px;
    max-width: 175px
  }

  .area-search>.area-form .region-search form {
    padding: 0 !important
  }

  .area-search>.area-form .region-search form input {
    border: 1px solid #009edb;
    border-radius: 4px;
    height: 30px;
    padding-left: 5px
  }

  .area-search>.area-form .region-search form .form-actions button {
    background-color: #009edb !important;
    border: 1.5px solid #009edb !important;
    display: none;
    line-height: 16px;
    padding: 6px 20px
  }

  .area-search>.area-form .region-search form .form-actions button:hover {
    background-color: #fff !important;
    color: #009edb !important
  }

  .area-search>.area-form .icon-close-desktop {
    -webkit-box-flex: 0;
    box-sizing: border-box;
    display: block;
    -webkit-flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    height: 30px;
    margin-left: 15px;
    max-width: 30px;
    padding: 9px
  }

  .area-search>.area-form .icon-close-desktop svg {
    align-self: center;
    display: block
  }

  .area-search>.area-form .icon-close-desktop svg .icon-svg {
    fill: #009edb
  }

  .area-search.area-open {
    -webkit-box-flex: 0;
    display: flex;
    -webkit-flex: 0 0 935px;
    -ms-flex: 0 0 935px;
    flex: 0 0 935px;
    flex-wrap: wrap;
    justify-content: flex-end;
    max-width: 935px
  }

  .area-search.area-open>.icon-lens {
    display: none
  }

  .area-search.area-open>.area-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
  }
}

@media (max-width:1200px) {
  .area-search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75px;
    -ms-flex: 0 0 75px;
    flex: 0 0 75px;
    height: 60px;
    max-width: 75px
  }

  .area-search>.icon-lens {
    padding-right: 34px;
    width: 75px
  }

  .area-search>.area-form {
    padding-right: 30px
  }

  .area-search.area-open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 775px;
    -ms-flex: 0 0 775px;
    flex: 0 0 775px;
    max-width: 775px
  }
}

@media (max-width:992px) {
  .area-search>.area-form {
    padding-right: 20px
  }

  .area-search.area-open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 555px;
    -ms-flex: 0 0 555px;
    flex: 0 0 555px;
    max-width: 555px
  }
}

@media (max-width:768px) {
  .area-search {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44px;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    max-width: 44px;
    order: 3
  }

  .area-search .area-form {
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    bottom: 61px;
    display: none;
    flex: 0 0 100%;
    height: 60px;
    left: 0;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: absolute;
    width: 100%;
    z-index: 100
  }

  .area-search .area-form .region-search {
    display: block
  }

  .area-search .area-form .region-search .search-block-form,
  .area-search .area-form .region-search .search-block-form .container-inline {
    width: 100%
  }

  .area-search .area-form .region-search form {
    margin: 0 !important;
    padding: 10px 30px !important
  }

  .area-search .area-form .region-search form fieldset {
    flex: 0 0 100%;
    margin: 0;
    padding: 0
  }

  .area-search .area-form .region-search form fieldset input {
    border: 1px solid #009edb;
    border-radius: 4px;
    width: 100%
  }

  .area-search .area-form .icon-close-desktop,
  .area-search .area-form .region-search form .form-actions,
  .area-search>.icon-close-mobile {
    display: none
  }

  .area-search>.icon-close-mobile .icon-svg {
    fill: #55575b
  }

  .area-search>.icon-lens {
    display: block;
    height: 60px;
    padding: 18px 10px;
    width: 44px
  }

  .area-search>.icon-lens .icon-svg {
    fill: #55575b
  }

  .area-search.area-open {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 44px;
    -ms-flex: 0 0 44px;
    flex: 0 0 44px;
    max-width: 44px
  }

  .area-search.area-open>.icon-lens {
    display: none
  }

  .area-search.area-open>.icon-close-mobile {
    display: block;
    height: 60px;
    padding: 18px 10px;
    width: 44px
  }

  .area-search.area-open .area-form {
    display: block
  }
}

footer {
  background: #343a40
}

footer.bottom-footer .footer-row {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

footer.bottom-footer .footer-row .footer-text:after {
  content: "|";
  padding-left: 1rem
}

footer.bottom-footer .footer-row .nav a {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

footer.bottom-footer .footer-row .nav a:hover {
  color: #54565a
}

footer.bottom-footer .footer-row .nav .nav-item {
  align-items: center;
  display: flex
}

footer.bottom-footer .footer-row .nav .nav-item:first-child:after {
  content: "|"
}

footer.bottom-footer .footer-row .nav:last-child {
  margin-left: auto
}

footer.bottom-footer .footer-row .nav:last-child .nav-item:after {
  content: "" !important
}

@media (max-width:992px) {
  footer.bottom-footer .footer-row {
    flex-direction: column
  }

  footer.bottom-footer .footer-row .footer-text {
    padding: .5rem 1rem
  }

  footer.bottom-footer .footer-row .footer-text:after {
    content: "";
    padding: 0
  }

  footer.bottom-footer .footer-row .nav:last-child {
    margin-left: unset
  }
}

@media (max-width:768px) {
  footer.bottom-footer {
    padding-bottom: 100px;
    padding-top: 15px
  }
}

.region-secondary-menu>.container>.row {
  background-color: #009edb;
  height: 34px;
  margin: 0;
  padding: 3px 0 5px
}

.region-secondary-menu>.container>.row .brand-unece {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 205px;
  -ms-flex: 0 0 205px;
  flex: 0 0 205px;
  height: 24px;
  max-width: 205px;
  padding: 0 40px
}

.region-secondary-menu>.container>.row .brand-unece img {
  height: 100%;
  width: auto
}

.region-secondary-menu>.container>.row .language-switcher-language-url {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 935px;
  -ms-flex: 0 0 935px;
  flex: 0 0 935px;
  max-width: 935px
}

@media (max-width:1200px) {
  .region-secondary-menu>.container>.row .brand-unece {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 185px;
    -ms-flex: 0 0 185px;
    flex: 0 0 185px;
    max-width: 185px
  }

  .region-secondary-menu>.container>.row .language-switcher-language-url {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 775px;
    -ms-flex: 0 0 775px;
    flex: 0 0 775px;
    max-width: 775px
  }
}

@media (max-width:992px) {
  .region-secondary-menu>.container>.row .brand-unece {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 165px;
    -ms-flex: 0 0 165px;
    flex: 0 0 165px;
    max-width: 165px;
    padding: 0 20px
  }

  .region-secondary-menu>.container>.row .language-switcher-language-url {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 555px;
    -ms-flex: 0 0 555px;
    flex: 0 0 555px;
    max-width: 555px
  }
}

@media (max-width:768px) {
  .region-secondary-menu {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 5000
  }

  .region-secondary-menu>.container>.row {
    left: 50%;
    margin-left: -50vw;
    position: relative;
    width: 100vw
  }

  .region-secondary-menu>.container>.row .language-switcher-language-url {
    display: none
  }
}

.secondary-menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end
}

.secondary-menu nav {
  height: inherit
}

.secondary-menu nav .nav {
  display: flex;
  flex-wrap: wrap;
  height: inherit;
  justify-content: flex-end;
  padding-right: 10px;
  width: 100%
}

.secondary-menu nav .nav .nav-link {
  box-sizing: content-box;
  height: 38px;
  padding: 15px 0;
  width: auto
}

.secondary-menu nav .nav .nav-link:after {
  background-color: hsla(0, 0%, 100%, .1);
  border-radius: 22px;
  bottom: 0;
  content: "";
  height: 36px;
  left: -16px;
  opacity: 0;
  position: absolute;
  transform: scale(.8);
  transition: all .3s cubic-bezier(.35, 0, 0, 1);
  transition-property: opacity, transform;
  width: calc(100% + 32px)
}

.secondary-menu nav .nav .nav-link:hover:after {
  opacity: 1;
  transform: scale(1)
}

.secondary-menu nav .nav .nav-link--user {
  content: url(../images/icons/icon_user_regular_white.svg)
}

.secondary-menu nav .nav .nav-link--user:hover {
  content: url(../images/icons/icon_user_regular_white_hover.svg)
}

.secondary-menu nav .nav .nav-link--user-logout {
  content: url(../images/icons/icon_sign_out_regular_white.svg)
}

.secondary-menu nav .nav .nav-link--user-logout:hover {
  content: url(../images/icons/icon_sign_out_regular_white_hover.svg)
}

button.hamburger-toggler,
button.hamburger-toggler-sec {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  display: none;
  font-size: unset;
  height: 38px;
  line-height: unset;
  margin-top: 25px;
  padding: 5px;
  position: relative;
  width: 38px
}

button.hamburger-toggler span.navbar-toggler-icon,
button.hamburger-toggler-sec span.navbar-toggler-icon {
  background-color: #151515;
  border-radius: 2px;
  content: none;
  display: block;
  height: 4px;
  left: 6px;
  position: absolute;
  top: 16px;
  width: 24px
}

button.hamburger-toggler-sec:after,
button.hamburger-toggler-sec:before,
button.hamburger-toggler:after,
button.hamburger-toggler:before {
  background-color: #151515;
  border-radius: 2px;
  content: "";
  display: block;
  height: 4px;
  left: 6px;
  position: absolute;
  width: 24px
}

button.hamburger-toggler-sec:before,
button.hamburger-toggler:before {
  top: 8px
}

button.hamburger-toggler-sec:after,
button.hamburger-toggler:after {
  top: 24px
}

@media (max-width:992px) {

  button.hamburger-toggler,
  button.hamburger-toggler-sec {
    display: inline-block
  }
}

@media (max-width:576px) {

  button.hamburger-toggler,
  button.hamburger-toggler-sec {
    margin-top: 5px
  }
}

.social-media-menu {
  display: none;
  height: 48px;
  position: absolute;
  right: 50px;
  top: 0;
  width: max-content
}

.social-media-menu ul {
  list-style: none inside;
  margin: 0;
  padding: 0
}

.social-media-menu ul li {
  display: inline-block;
  margin-left: -2px;
  margin-right: 12px
}

.social-media-menu ul li:last-child {
  margin-right: 0
}

.social-media-menu ul li a {
  line-height: 48px
}

.social-media-menu ul li a img {
  height: 16px;
  width: auto
}

@media (max-width:992px) {
  .social-media-menu {
    right: 93px;
    top: 12px
  }
}

@media (max-width:600px) {
  .social-media-menu {
    display: none
  }
}

@media (min-width:768px) {
  .section-top-header {
    display: none
  }

  nav.menu--main {
    -webkit-box-flex: 0;
    display: block;
    -webkit-flex: 0 0 850px;
    -ms-flex: 0 0 850px;
    flex: 0 0 850px;
    max-width: 850px;
    min-height: 60px;
    padding: 0;
    position: static !important
  }

  nav.menu--main .navbar-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    list-style: none inside;
    margin: 0;
    padding: 0
  }

  nav.menu--main .navbar-nav>li {
    -webkit-box-flex: 0;
    box-shadow: unset;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: auto;
    min-height: 60px
  }

  nav.menu--main .navbar-nav>li:after {
    color: #009edb;
    content: "|";
    display: inline-block;
    margin-left: 8px;
    margin-right: 10px
  }

  nav.menu--main .navbar-nav>li:last-child:after {
    content: none
  }

  nav.menu--main .navbar-nav>li.dropdown {
    position: unset
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu {
    border: 0 solid transparent !important;
    border-radius: 0 0 8px 8px !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    left: 0;
    list-style: none inside;
    margin: 0;
    margin-top: 53px !important;
    padding: 5px 27px 0;
    position: absolute;
    top: 0;
    transform: unset !important;
    width: 100% !important;
    will-change: transform
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item {
    box-shadow: unset;
    max-width: 150px;
    padding: 0 13px;
    width: auto
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item.active,
  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item:hover {
    background-color: unset
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item>span {
    color: #6a747a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 13px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item>span:after {
    content: none
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item>.dropdown-menu {
    border: 0 solid transparent;
    display: block;
    margin: 0 0 24px;
    min-width: unset;
    padding: 0;
    width: 100%
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item>.dropdown-menu>.dropdown-item {
    box-shadow: unset;
    padding: 4px 0;
    width: 100%
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item>.dropdown-menu>.dropdown-item.active,
  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item>.dropdown-menu>.dropdown-item:focus,
  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item>.dropdown-menu>.dropdown-item:hover {
    background-color: unset
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item>.dropdown-menu>.dropdown-item a {
    color: #6a747a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 13px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item>.dropdown-menu>.dropdown-item a:after {
    content: none
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item>.dropdown-menu>.dropdown-item a.is-active {
    color: #009edb
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item>.dropdown-menu>.dropdown-item .dropdown-menu {
    border: 0 solid transparent;
    display: block;
    margin: 0;
    min-width: unset;
    padding: 0;
    width: 100%
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item>.dropdown-menu>.dropdown-item .dropdown-menu .dropdown-item {
    box-shadow: unset;
    padding: 4px 0;
    width: 100%
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item>.dropdown-menu>.dropdown-item .dropdown-menu .dropdown-item:focus,
  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item>.dropdown-menu>.dropdown-item .dropdown-menu .dropdown-item:hover {
    background-color: unset
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu>.dropdown-item>.dropdown-menu>.dropdown-item .dropdown-menu .dropdown-item a {
    color: #6a747a;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 13px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left
  }

  nav.menu--main .navbar-nav>li>a {
    color: #6a747a;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 60px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase
  }

  nav.menu--main .navbar-nav>li>a.is-active,
  nav.menu--main .navbar-nav>li>a:hover {
    color: #009edb;
    text-decoration: none
  }

  nav.area-closed {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0px;
    -ms-flex: 0 0 0px;
    flex: 0 0 0px;
    max-height: 60px;
    max-width: 0;
    overflow: hidden
  }
}

@media (max-width:1200px) {
  nav.menu--main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 700px;
    -ms-flex: 0 0 700px;
    flex: 0 0 700px;
    max-width: 700px
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu {
    width: 930px !important
  }

  nav.menu--main.area-closed {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 0px;
    -ms-flex: 0 0 0px;
    flex: 0 0 0px;
    max-height: 60px;
    max-width: 0;
    overflow: hidden
  }
}

@media (max-width:992px) {
  nav.menu--main {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 480px;
    -ms-flex: 0 0 480px;
    flex: 0 0 480px;
    max-width: 480px
  }

  nav.menu--main .navbar-nav {
    margin-top: 10px
  }

  nav.menu--main .navbar-nav>li {
    min-height: 40px
  }

  nav.menu--main .navbar-nav>li .nav-link {
    line-height: 40px
  }

  nav.menu--main .navbar-nav>li.dropdown.show>.dropdown-menu {
    margin-top: 84px !important;
    padding-top: 24px;
    width: 690px !important
  }
}

@media (max-width:768px) {
  .section-top-header {
    order: 2
  }

  .section-top-header .region-top-header {
    background-color: #fff;
    border-bottom: 0 solid #54565a;
    border-radius: 8px 8px 0 0;
    bottom: 61px;
    display: none;
    flex: 0 0 100%;
    height: 25vh;
    left: 0;
    max-width: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 50
  }

  .section-top-header .region-top-header.show {
    display: block
  }

  .section-top-header .icon-globe {
    display: block;
    height: 60px;
    width: 44px
  }

  .section-top-header .icon-globe .icon-open {
    display: block
  }

  .section-top-header .icon-globe .icon-close {
    display: none
  }

  .section-top-header .icon-globe svg {
    box-sizing: content-box;
    height: 30px;
    padding: 15px 10px;
    width: 24px
  }

  .section-top-header .icon-globe svg .icon-svg {
    fill: #55575b
  }

  .section-top-header .icon-globe.area-open .icon-open {
    display: none
  }

  .section-top-header .icon-globe.area-open .icon-close {
    display: block
  }

  nav.menu--main {
    -webkit-box-flex: 0;
    background-color: #fff;
    border-bottom: 1px solid #54565a;
    border-radius: 8px 8px 0 0;
    bottom: 60px;
    display: none;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    height: 87vh;
    left: 0;
    max-width: 100%;
    position: absolute;
    width: 100%
  }

  nav.menu--main.show {
    display: block
  }

  nav.menu--main .navbar-nav {
    margin-top: 0;
    padding: 15px 30px 30px
  }

  nav.menu--main .navbar-nav .nav-item.active,
  nav.menu--main .navbar-nav .nav-item:active {
    box-shadow: none
  }

  nav.menu--main .navbar-nav .nav-item .nav-link {
    color: #6a747a;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase
  }

  nav.menu--main .navbar-nav .nav-item .nav-link.dropdown-toggle:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid #6a747a;
    content: "";
    display: inline-block;
    margin-left: .255em;
    position: absolute;
    right: 0;
    top: 14px;
    transform: rotate(-90deg);
    vertical-align: .255em
  }

  nav.menu--main .navbar-nav .nav-item .nav-link:hover {
    color: #009edb
  }

  nav.menu--main .navbar-nav .nav-item .nav-link:hover:after {
    border-top: .3em solid #009edb
  }

  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show {
    width: 100%
  }

  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show>a,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show>span {
    padding-left: 20px
  }

  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show>a:before,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show>span:before {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid #6a747a;
    content: "";
    display: inline-block;
    left: -2px;
    position: absolute;
    top: 14px;
    transform: rotate(90deg);
    vertical-align: .255em
  }

  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show>a:after,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show>span:after {
    content: none !important
  }

  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show.active,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show:active,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show>a.active,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show>a:active,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show>span.active,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show>span:active {
    box-shadow: none
  }

  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show .dropdown-menu {
    border: 0 solid transparent;
    margin-top: 0 !important;
    padding-top: 0;
    width: 100% !important
  }

  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show .dropdown-menu .dropdown-item {
    padding: 4px 0
  }

  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show .dropdown-menu .dropdown-item .nav-link- {
    color: #6a747a;
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 17px;
    margin-bottom: 0;
    margin-top: 0;
    text-align: left;
    text-transform: uppercase
  }

  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show .dropdown-menu .dropdown-item .nav-link-:after {
    border-bottom: 0;
    border-left: .3em solid transparent;
    border-right: .3em solid transparent;
    border-top: .3em solid #6a747a;
    content: "";
    display: inline-block;
    margin-left: .255em;
    position: absolute;
    right: 0;
    top: 14px;
    transform: rotate(-90deg);
    vertical-align: .255em
  }

  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show .dropdown-menu .dropdown-item.active,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show .dropdown-menu .dropdown-item:active,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show .dropdown-menu .dropdown-item:focus,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    box-shadow: none
  }

  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show .dropdown-menu .dropdown-item.active>.nav-link-,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show .dropdown-menu .dropdown-item:active>.nav-link-,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show .dropdown-menu .dropdown-item:focus>.nav-link-,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show .dropdown-menu .dropdown-item:hover>.nav-link- {
    color: #009edb
  }

  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show .dropdown-menu .dropdown-item.active>.nav-link-:after,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show .dropdown-menu .dropdown-item:active>.nav-link-:after,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show .dropdown-menu .dropdown-item:focus>.nav-link-:after,
  nav.menu--main .navbar-nav li.menu-item--expanded.dropdown.show .dropdown-menu .dropdown-item:hover>.nav-link-:after {
    border-top: .3em solid #009edb
  }

  nav.menu--main .navbar-nav li.dropdown-item:not(.menu-item--expanded) a:after {
    content: none !important
  }

  nav.menu--main .navbar-nav li.dropdown-item:not(.menu-item--expanded) a:hover {
    text-decoration: none
  }

  .menu--main ul.displayed-submenu-3>li {
    display: none
  }

  .menu--main ul.displayed-submenu-3>li.show {
    display: block
  }

  .menu--main ul.displayed-submenu-3>li.show>a,
  .menu--main ul.displayed-submenu-3>li.show>span,
  .menu--main ul.displayed-submenu-3>li.show>ul>li {
    display: none
  }

  .menu--main ul.displayed-submenu-3>li.show>ul>li.show {
    display: block
  }

  .menu--main ul.displayed-submenu-2>li {
    display: none
  }

  .menu--main ul.displayed-submenu-2>li.show {
    display: block
  }

  .menu--main ul.displayed-submenu-2>li.show>a,
  .menu--main ul.displayed-submenu-2>li.show>span,
  .menu--main ul.displayed-submenu-2>li.show>ul>li {
    display: none
  }

  .menu--main ul.displayed-submenu-2>li.show>ul>li.show {
    display: block
  }

  .menu--main ul.displayed-submenu>li {
    display: none
  }

  .menu--main ul.displayed-submenu>li.show {
    display: block
  }
}

button.hamburger-toggler {
  background-color: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  display: none;
  font-size: unset;
  height: 60px;
  line-height: unset;
  margin-top: 0;
  order: 4;
  padding: 15px;
  position: relative;
  width: 60px
}

button.hamburger-toggler span.navbar-toggler-icon {
  background-color: #55575b;
  border-radius: 2px;
  content: none;
  display: block;
  height: 3px;
  left: 6px;
  position: absolute;
  top: 26px;
  width: 24px
}

button.hamburger-toggler:after,
button.hamburger-toggler:before {
  background-color: #55575b;
  border-radius: 2px;
  content: "";
  display: block;
  height: 3px;
  left: 6px;
  position: absolute;
  width: 24px
}

button.hamburger-toggler:before {
  top: 16px
}

button.hamburger-toggler:after {
  top: 36px
}

@media (max-width:768px) {
  button.hamburger-toggler {
    display: block;
    height: 60px;
    margin-top: 0;
    padding: 12px 6px;
    width: 44px
  }

  button.hamburger-toggler.area-open:before {
    background-color: transparent;
    content: url(/themes/custom/unece_theme/images/icon_close_grey.svg)
  }

  button.hamburger-toggler.area-open:after {
    content: none
  }

  button.hamburger-toggler.area-open span.navbar-toggler-icon {
    display: none
  }
}

a.btn,
button.btn {
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 27px;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  white-space: nowrap
}

a.btn.btn-primary,
button.btn.btn-primary {
  background-color: #009edb !important;
  border: 1.5px solid #009edb !important;
  color: #fff !important;
  height: unset
}

a.btn.btn-primary.btn-active,
a.btn.btn-primary.hover,
a.btn.btn-primary:hover,
button.btn.btn-primary.btn-active,
button.btn.btn-primary.hover,
button.btn.btn-primary:hover {
  background-color: #fff !important;
  border: 1.5px solid #009edb !important;
  color: #009edb !important
}

a.btn.btn-primary.focus,
a.btn.btn-primary:focus,
button.btn.btn-primary.focus,
button.btn.btn-primary:focus {
  background-color: #009edb !important;
  border: 1.5px solid #009edb !important;
  box-shadow: unset !important;
  color: #fff !important
}

a.btn.btn-primary.disabled,
a.btn.btn-primary:disabled,
button.btn.btn-primary.disabled,
button.btn.btn-primary:disabled {
  opacity: .7
}

a.btn.btn-secondary,
button.btn.btn-secondary {
  background-color: #54565a !important;
  border: 1.5px solid #54565a !important;
  color: #fff !important;
  height: unset
}

a.btn.btn-secondary.btn-active,
a.btn.btn-secondary.hover,
a.btn.btn-secondary:hover,
button.btn.btn-secondary.btn-active,
button.btn.btn-secondary.hover,
button.btn.btn-secondary:hover {
  background-color: #fff !important;
  border: 1.5px solid #54565a !important;
  color: #54565a !important
}

a.btn.btn-secondary.focus,
a.btn.btn-secondary:focus,
button.btn.btn-secondary.focus,
button.btn.btn-secondary:focus {
  background-color: #54565a !important;
  border: 1.5px solid #54565a !important;
  box-shadow: unset !important;
  color: #fff !important
}

a.btn.btn-secondary.disabled,
a.btn.btn-secondary:disabled,
button.btn.btn-secondary.disabled,
button.btn.btn-secondary:disabled {
  opacity: .7
}

a.btn.btn-ghost,
button.btn.btn-ghost {
  background-color: transparent !important;
  height: unset;
  padding: 10px 20px !important
}

a.btn.btn-ghost.btn-ghost-white,
button.btn.btn-ghost.btn-ghost-white {
  border: 1.5px solid #fff !important;
  border-radius: 4px !important;
  color: #fff !important
}

a.btn.btn-ghost.btn-ghost-white:hover,
button.btn.btn-ghost.btn-ghost-white:hover {
  background-color: #fff !important;
  color: #54565a !important;
  text-decoration: none
}

a.btn.btn-ghost.btn-ghost-white.focus,
a.btn.btn-ghost.btn-ghost-white:focus,
button.btn.btn-ghost.btn-ghost-white.focus,
button.btn.btn-ghost.btn-ghost-white:focus {
  border: 2px solid #fff !important;
  box-shadow: unset !important;
  color: #fff !important
}

a.btn.btn-ghost.btn-ghost-primary,
button.btn.btn-ghost.btn-ghost-primary {
  border: 1.5px solid #009edb !important;
  border-radius: 4px !important;
  color: #009edb !important
}

a.btn.btn-ghost.btn-ghost-primary:hover,
button.btn.btn-ghost.btn-ghost-primary:hover {
  background-color: #009edb !important;
  color: #54565a !important;
  text-decoration: none
}

a.btn.btn-ghost.btn-ghost-primary.focus,
a.btn.btn-ghost.btn-ghost-primary:focus,
button.btn.btn-ghost.btn-ghost-primary.focus,
button.btn.btn-ghost.btn-ghost-primary:focus {
  border: 2px solid #009edb !important;
  box-shadow: unset !important;
  color: #009edb !important
}

a.btn.btn-ghost.btn-ghost-accent,
button.btn.btn-ghost.btn-ghost-accent {
  border: 1.5px solid #54565a !important;
  border-radius: 4px !important;
  color: #54565a !important
}

a.btn.btn-ghost.btn-ghost-accent:hover,
button.btn.btn-ghost.btn-ghost-accent:hover {
  background-color: #54565a !important;
  color: #009edb !important;
  text-decoration: none
}

a.btn.btn-ghost.btn-ghost-accent.focus,
a.btn.btn-ghost.btn-ghost-accent:focus,
button.btn.btn-ghost.btn-ghost-accent.focus,
button.btn.btn-ghost.btn-ghost-accent:focus {
  border: 1.5px solid #54565a !important;
  box-shadow: unset !important;
  color: #54565a !important
}

a.btn.btn-ghost.btn-ghost-hover-primary:hover,
button.btn.btn-ghost.btn-ghost-hover-primary:hover {
  color: #009edb !important
}

a.btn.btn-ghost.btn-ghost-hover-accent:hover,
button.btn.btn-ghost.btn-ghost-hover-accent:hover {
  color: #54565a !important
}

a.btn.btn-ghost.btn-ghost-hover-white:hover,
button.btn.btn-ghost.btn-ghost-hover-white:hover {
  color: #fff !important
}

a.btn.btn-stroked,
button.btn.btn-stroked {
  height: unset;
  padding: 10px 20px !important
}

a.btn.btn-stroked.btn-stroked-primary,
button.btn.btn-stroked.btn-stroked-primary {
  background-color: #fff !important;
  border: 1.5px solid #009edb !important;
  border-radius: 4px !important;
  color: #009edb !important
}

a.btn.btn-stroked.btn-stroked-primary:hover,
a.btn.btn-stroked.btn-stroked-white,
button.btn.btn-stroked.btn-stroked-primary:hover,
button.btn.btn-stroked.btn-stroked-white {
  background-color: #009edb !important;
  border: 1.5px solid #fff !important;
  color: #fff !important
}

a.btn.btn-stroked.btn-stroked-white,
button.btn.btn-stroked.btn-stroked-white {
  border-radius: 4px !important
}

a.btn.btn-stroked.btn-stroked-white:hover,
button.btn.btn-stroked.btn-stroked-white:hover {
  background-color: #fff !important;
  border: 1.5px solid #009edb !important;
  color: #009edb !important
}

a.btn.btn-block,
button.btn.btn-block {
  display: block
}

a.btn.btn-centered,
button.btn.btn-centered {
  margin-left: auto;
  margin-right: auto
}

a.btn.btn-disabled,
button.btn.btn-disabled {
  cursor: not-allowed !important
}

a.btn.btn-disabled,
a.btn.btn-disabled:hover,
button.btn.btn-disabled,
button.btn.btn-disabled:hover {
  background-color: #fff !important;
  border: 1px solid #cbcbcb !important;
  color: #cbcbcb !important
}

a.btn.btn-icon,
button.btn.btn-icon {
  padding-left: 52px !important;
  position: relative
}

a.btn.btn-icon:before,
button.btn.btn-icon:before {
  content: "";
  display: block;
  height: 20px;
  left: 20px;
  position: absolute;
  top: 2px;
  width: 20px
}

a.btn.btn-icon-user:before,
button.btn.btn-icon-user:before {
  background-image: url(../images/icons/icon_user_black.svg)
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #54565a;
  --bs-btn-border-color: #54565a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #47494d;
  --bs-btn-hover-border-color: #434548;
  --bs-btn-focus-shadow-rgb: 110, 111, 115;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #434548;
  --bs-btn-active-border-color: #3f4144;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #54565a;
  --bs-btn-disabled-border-color: #54565a;
  font-weight: 700
}

.btn-secondary {
  --bs-btn-color: #151515;
  --bs-btn-bg: #009edb;
  --bs-btn-border-color: #009edb;
  --bs-btn-hover-color: #151515;
  --bs-btn-hover-bg: #26ade0;
  --bs-btn-hover-border-color: #1aa8df;
  --bs-btn-focus-shadow-rgb: 3, 137, 189;
  --bs-btn-active-color: #151515;
  --bs-btn-active-bg: #33b1e2;
  --bs-btn-active-border-color: #1aa8df;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #151515;
  --bs-btn-disabled-bg: #009edb;
  --bs-btn-disabled-border-color: #009edb;
  font-weight: 700
}

.btn-success {
  --bs-btn-color: #fff;
  --bs-btn-bg: #307849;
  --bs-btn-border-color: #307849;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #29663e;
  --bs-btn-hover-border-color: #26603a;
  --bs-btn-focus-shadow-rgb: 79, 140, 100;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #26603a;
  --bs-btn-active-border-color: #245a37;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #307849;
  --bs-btn-disabled-border-color: #307849;
  font-weight: 700
}

.btn-info {
  --bs-btn-color: #151515;
  --bs-btn-bg: #009edb;
  --bs-btn-border-color: #009edb;
  --bs-btn-hover-color: #151515;
  --bs-btn-hover-bg: #26ade0;
  --bs-btn-hover-border-color: #1aa8df;
  --bs-btn-focus-shadow-rgb: 3, 137, 189;
  --bs-btn-active-color: #151515;
  --bs-btn-active-bg: #33b1e2;
  --bs-btn-active-border-color: #1aa8df;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #151515;
  --bs-btn-disabled-bg: #009edb;
  --bs-btn-disabled-border-color: #009edb;
  font-weight: 700
}

.btn-warning {
  --bs-btn-color: #151515;
  --bs-btn-bg: #f9d409;
  --bs-btn-border-color: #f9d409;
  --bs-btn-hover-color: #151515;
  --bs-btn-hover-bg: #fada2e;
  --bs-btn-hover-border-color: #fad822;
  --bs-btn-focus-shadow-rgb: 215, 183, 11;
  --bs-btn-active-color: #151515;
  --bs-btn-active-bg: #fadd3a;
  --bs-btn-active-border-color: #fad822;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #151515;
  --bs-btn-disabled-bg: #f9d409;
  --bs-btn-disabled-border-color: #f9d409;
  font-weight: 700
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #b00;
  --bs-btn-border-color: #b00;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #9f0000;
  --bs-btn-hover-border-color: #960000;
  --bs-btn-focus-shadow-rgb: 197, 38, 38;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #960000;
  --bs-btn-active-border-color: #8c0000;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #b00;
  --bs-btn-disabled-border-color: #b00;
  font-weight: 700
}

.btn-light {
  --bs-btn-color: #151515;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #151515;
  --bs-btn-hover-bg: #f9fafb;
  --bs-btn-hover-border-color: #f9fafb;
  --bs-btn-focus-shadow-rgb: 214, 215, 216;
  --bs-btn-active-color: #151515;
  --bs-btn-active-bg: #f9fafb;
  --bs-btn-active-border-color: #f9fafb;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #151515;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
  font-weight: 700
}

.btn-dark {
  --bs-btn-color: #fff;
  --bs-btn-bg: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #2c3136;
  --bs-btn-hover-border-color: #2a2e33;
  --bs-btn-focus-shadow-rgb: 82, 88, 93;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #2a2e33;
  --bs-btn-active-border-color: #272c30;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #343a40;
  --bs-btn-disabled-border-color: #343a40;
  font-weight: 700
}

.btn-outline-primary {
  --bs-btn-color: #54565a;
  --bs-btn-border-color: #54565a;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #54565a;
  --bs-btn-hover-border-color: #54565a;
  --bs-btn-focus-shadow-rgb: 84, 86, 90;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #54565a;
  --bs-btn-active-border-color: #54565a;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #54565a;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #54565a;
  --bs-gradient: none
}

.btn-outline-secondary {
  --bs-btn-color: #009edb;
  --bs-btn-border-color: #009edb;
  --bs-btn-hover-color: #151515;
  --bs-btn-hover-bg: #009edb;
  --bs-btn-hover-border-color: #009edb;
  --bs-btn-focus-shadow-rgb: 0, 158, 219;
  --bs-btn-active-color: #151515;
  --bs-btn-active-bg: #009edb;
  --bs-btn-active-border-color: #009edb;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #009edb;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #009edb;
  --bs-gradient: none
}

.btn-outline-success {
  --bs-btn-color: #307849;
  --bs-btn-border-color: #307849;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #307849;
  --bs-btn-hover-border-color: #307849;
  --bs-btn-focus-shadow-rgb: 48, 120, 73;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #307849;
  --bs-btn-active-border-color: #307849;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #307849;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #307849;
  --bs-gradient: none
}

.btn-outline-info {
  --bs-btn-color: #009edb;
  --bs-btn-border-color: #009edb;
  --bs-btn-hover-color: #151515;
  --bs-btn-hover-bg: #009edb;
  --bs-btn-hover-border-color: #009edb;
  --bs-btn-focus-shadow-rgb: 0, 158, 219;
  --bs-btn-active-color: #151515;
  --bs-btn-active-bg: #009edb;
  --bs-btn-active-border-color: #009edb;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #009edb;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #009edb;
  --bs-gradient: none
}

.btn-outline-warning {
  --bs-btn-color: #f9d409;
  --bs-btn-border-color: #f9d409;
  --bs-btn-hover-color: #151515;
  --bs-btn-hover-bg: #f9d409;
  --bs-btn-hover-border-color: #f9d409;
  --bs-btn-focus-shadow-rgb: 249, 212, 9;
  --bs-btn-active-color: #151515;
  --bs-btn-active-bg: #f9d409;
  --bs-btn-active-border-color: #f9d409;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #f9d409;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f9d409;
  --bs-gradient: none
}

.btn-outline-danger {
  --bs-btn-color: #b00;
  --bs-btn-border-color: #b00;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #b00;
  --bs-btn-hover-border-color: #b00;
  --bs-btn-focus-shadow-rgb: 187, 0, 0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #b00;
  --bs-btn-active-border-color: #b00;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #b00;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #b00;
  --bs-gradient: none
}

.btn-outline-light {
  --bs-btn-color: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #151515;
  --bs-btn-hover-bg: #f8f9fa;
  --bs-btn-hover-border-color: #f8f9fa;
  --bs-btn-focus-shadow-rgb: 248, 249, 250;
  --bs-btn-active-color: #151515;
  --bs-btn-active-bg: #f8f9fa;
  --bs-btn-active-border-color: #f8f9fa;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #f8f9fa;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #f8f9fa;
  --bs-gradient: none
}

.btn-outline-dark {
  --bs-btn-color: #343a40;
  --bs-btn-border-color: #343a40;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #343a40;
  --bs-btn-hover-border-color: #343a40;
  --bs-btn-focus-shadow-rgb: 52, 58, 64;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #343a40;
  --bs-btn-active-border-color: #343a40;
  --bs-btn-active-shadow: inset 0 3px 5px hsla(0, 0%, 8%, .125);
  --bs-btn-disabled-color: #343a40;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #343a40;
  --bs-gradient: none
}

.cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none inside;
  margin: 0;
  padding: 0
}

.cards .cards-item {
  padding: 0 15px
}

.cards .cards-item-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.cards .cards-item-33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%
}

.cards .cards-item-50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}

.card {
  -webkit-background-clip: unset;
  background-clip: unset;
  background-color: unset;
  border: 0 solid transparent;
  border-radius: unset;
  display: block;
  flex-direction: unset;
  min-width: unset;
  position: static;
  word-wrap: break-word;
  border-radius: .25rem;
  cursor: pointer;
  height: 100%;
  transition: all .3s ease-in-out
}

.card.card-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, .1), 0 0 2px rgba(0, 0, 0, .16)
}

.card.card-white {
  background-color: #fff
}

.table-notices thead th,
.table-notices thead th a,
.table-tasks thead th,
.table-tasks thead th a {
  color: #404040;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

.table-notices thead th a:hover,
.table-tasks thead th a:hover {
  color: #54565a;
  text-decoration: none
}

.table-notices tbody tr td,
.table-tasks tbody tr td {
  background-color: unset
}

.table-notices tbody tr td,
.table-notices tbody tr td a,
.table-tasks tbody tr td,
.table-tasks tbody tr td a {
  color: #404040;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

.table-notices tbody tr td a:hover,
.table-tasks tbody tr td a:hover {
  color: #54565a;
  text-decoration: none
}

.table-notices tbody tr td a.btn-see-detail,
.table-tasks tbody tr td a.btn-see-detail {
  background-color: #db0a40;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 5px 15px
}

.table-notices tbody tr.non-visited td,
.table-notices tbody tr.non-visited td a,
.table-tasks tbody tr.non-visited td,
.table-tasks tbody tr.non-visited td a {
  font-weight: 700
}

.table-notices tbody tr.non-visited td:first-child a:before,
.table-tasks tbody tr.non-visited td:first-child a:before {
  background-color: #db0a40;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-right: 10px;
  width: 6px
}

.home-slider {
  margin-bottom: 40px !important
}

.home-slider .swiper-slide {
  position: relative;
  text-align: left
}

.home-slider .swiper-slide img {
  border-radius: 20px;
  max-height: 566px;
  width: 100%
}

.home-slider .swiper-slide .slider-text {
  left: 50%;
  line-height: 2em;
  position: absolute;
  top: 60%;
  transform: translate(-50%, -50%)
}

.home-slider .swiper-slide .slider-text span {
  color: #fff;
  font-family: Georgia, Times New Roman, Times, serif;
  padding: 5px 0;
  position: relative
}

.home-slider .swiper-slide .slider-text span a,
.home-slider .swiper-slide .slider-text span b,
.home-slider .swiper-slide .slider-text span i,
.home-slider .swiper-slide .slider-text span li,
.home-slider .swiper-slide .slider-text span ol,
.home-slider .swiper-slide .slider-text span p,
.home-slider .swiper-slide .slider-text span span,
.home-slider .swiper-slide .slider-text span strong,
.home-slider .swiper-slide .slider-text span u,
.home-slider .swiper-slide .slider-text span ul {
  font-size: 16px;
  margin: 0;
  padding: 0
}

.home-slider .swiper-slide .slider-text span p {
  color: #fff;
  margin-bottom: 10px
}

.home-slider .swiper-pagination {
  position: relative
}

.home-slider .swiper-pagination .swiper-pagination-bullet {
  background: #151515;
  border-radius: 17%;
  display: inline-block;
  height: 8px;
  margin: 0 5px;
  opacity: .2;
  width: 28px
}

.home-slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: .5
}

.accordion-list-container {
  margin-bottom: 40px !important
}

.accordion-list-container .card {
  border: 2px solid #d8d8d8;
  margin-bottom: 20px
}

.accordion-list-container .card .card-header {
  background: #fff;
  border-bottom: 0;
  padding: .25rem 1.25rem
}

.accordion-list-container .card .card-header .btn {
  color: #54565a;
  font-weight: 700;
  height: unset;
  padding: 0 25px 0 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  white-space: normal;
  width: 100%
}

.accordion-list-container .card .card-header .btn:after {
  content: url(/themes/custom/unece_theme/images/icons/bar-blue.png);
  position: absolute;
  right: 0
}

.accordion-list-container .card .card-header .btn:focus,
.accordion-list-container .card .card-header .btn:hover {
  box-shadow: none
}

.accordion-list-container .card .card-header .btn.collapsed:after {
  content: url(/themes/custom/unece_theme/images/icons/cross-blue.png);
  position: absolute;
  right: 0;
  top: 10%
}

.accordion-list-container .card .card-body {
  padding: .25rem 1.25rem
}

.accordion-list-container .card .card-body .h3,
.accordion-list-container .card .card-body h3 {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif
}

.accordion-list-container .card .card-body a,
.accordion-list-container .card .card-body b,
.accordion-list-container .card .card-body i,
.accordion-list-container .card .card-body li,
.accordion-list-container .card .card-body ol,
.accordion-list-container .card .card-body p,
.accordion-list-container .card .card-body span,
.accordion-list-container .card .card-body strong,
.accordion-list-container .card .card-body u,
.accordion-list-container .card .card-body ul {
  font-size: 16px;
  margin: 0;
  padding: 0
}

.accordion-list-container .card .card-body p {
  margin-bottom: 10px
}

.node--type-article article.article-container {
  margin-top: 96px
}

article.article-container {
  max-width: 100%;
  width: 1156px
}

article.article-container .width-article-1 {
  margin: 0 auto;
  max-width: 100%;
  width: 562px
}

article.article-container .width-article-2 {
  margin: 0 auto;
  max-width: 100%;
  width: 661px
}

article.article-container .width-article-3 {
  margin: 0 auto;
  max-width: 100%;
  width: 760px
}

article.article-container .header {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 40px
}

article.article-container .header .image img {
  border-radius: 15px;
  height: auto;
  width: 100%
}

article.article-container .header .title .category a {
  color: #009edb;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase
}

article.article-container .header .title .h1,
article.article-container .header .title h1 {
  color: #54565a;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

article.article-container .subtitle {
  color: inherit;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: left
}

article.article-container .author-date {
  margin-bottom: 40px
}

article.article-container .author-date .author {
  color: #343a40;
  flex: 0 0 50%;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

article.article-container .author-date .author span {
  color: #009edb
}

article.article-container .author-date .date {
  color: #54565a;
  flex: 0 0 50%;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: right
}

article.article-container .body,
article.article-container .paragraph--type--p-text-section,
article.article-container .short-description {
  color: inherit;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left
}

article.article-container .primary-category {
  margin-top: 72px
}

article.article-container .related-links {
  margin-bottom: 40px
}

article.article-container .related-links .links-title {
  color: #343a40;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left
}

article.article-container .related-links .field--name-field-article-related-links a {
  color: #009edb;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: left
}

article.article-container .related-links .field--name-field-article-related-links a:before {
  content: "- "
}

article.article-container .embed-section {
  display: flex;
  justify-content: center;
  margin-bottom: 40px
}

article.article-container .embed-section>* {
  max-width: 100%
}

article.article-container .primary-category {
  display: flex;
  flex-wrap: wrap
}

article.article-container .primary-category .h6,
article.article-container .primary-category h6 {
  display: block;
  width: 100%
}

article.article-container .primary-category a {
  border: 2px solid #009edb;
  border-radius: 15px;
  color: #009edb;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-top: 0;
  padding: 1px 15px;
  text-align: center;
  white-space: nowrap
}

article.article-container .primary-category a:hover {
  border: 2px solid #54565a;
  color: #54565a;
  text-decoration: none;
  transition: all .3s ease-out
}

@media (max-width:992px) {
  article.article-container .header {
    position: relative
  }

  article.article-container .header .image {
    margin-bottom: 40px
  }

  article.article-container .header .title {
    position: static
  }

  article.article-container .header .title .category {
    left: 35px;
    position: absolute;
    top: 20px
  }

  article.article-container .header .title .category a {
    color: #fff !important
  }

  article.article-container .header .title .category a:after {
    content: " >"
  }
}

.news-article {
  position: relative
}

.news-article .news-media {
  position: absolute
}

.news-article .news-media img {
  height: auto;
  max-width: 100%
}

.news-article .news-content .categories a {
  color: #009edb;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase
}

.news-article .news-content .categories a:hover {
  text-decoration: none
}

.news-article .news-content .title a {
  color: #54565a;
  font-family: Merriweather, serif
}

.news-article .news-content .title a:hover {
  text-decoration: underline
}

.news-article .news-content .subtitle,
.news-article .news-content .summary {
  color: #75767a;
  font-family: Merriweather, serif;
  padding-left: 585px
}

.news-article .news-content .metadata {
  display: flex;
  flex-wrap: wrap;
  justify-content: start
}

.news-article .news-content .metadata.end {
  justify-content: flex-end
}

.news-article .news-content .metadata.dual-data .author {
  -webkit-box-flex: 0;
  color: #54565a;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 50%;
  text-align: left
}

.news-article .news-content .metadata.dual-data .author span {
  color: #009edb
}

.news-article .news-content .metadata.dual-data .date {
  -webkit-box-flex: 0;
  color: #54565a;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 50%;
  text-align: right
}

.news-article .news-content .metadata.dual-data .date span {
  color: #75767a;
  padding-right: 5px
}

.news-article .news-content .metadata.horizontal-list .author,
.news-article .news-content .metadata.horizontal-list .date,
.news-article .news-content .metadata.horizontal-list .location {
  -webkit-box-flex: 0;
  color: #54565a;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  max-width: auto;
  text-align: right
}

.news-article .news-content .metadata.horizontal-list .date :after {
  color: #75767a;
  content: "|";
  display: inline-block;
  margin-left: 8px;
  margin-right: 10px
}

.news-article .news-content .metadata.horizontal-list .date :last-child:after {
  content: none
}

.news-article .news-content .content-body p {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left
}

.news-article .news-content .content-body a,
.news-article .news-content .content-body b,
.news-article .news-content .content-body i,
.news-article .news-content .content-body li,
.news-article .news-content .content-body ol,
.news-article .news-content .content-body p,
.news-article .news-content .content-body span,
.news-article .news-content .content-body strong,
.news-article .news-content .content-body u,
.news-article .news-content .content-body ul {
  font-size: 16px;
  margin: 0;
  padding: 0
}

.news-article .news-content .content-body p {
  margin-bottom: 10px
}

.news-article.news-article-main .news-media {
  border-radius: 16px;
  height: 562px;
  overflow: hidden;
  width: 555px
}

.news-article.news-article-main .news-content .categories {
  margin-bottom: 24px;
  padding-left: 585px
}

.news-article.news-article-main .news-content .title {
  color: #54565a;
  font-size: 49px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 585px;
  text-align: left;
  text-decoration: underline;
  text-decoration-color: #009edb;
  text-decoration-thickness: 4px
}

.news-article.news-article-main .news-content .subtitle {
  display: none
}

.news-article.news-article-main .news-content .metadata {
  margin-bottom: 24px;
  padding-left: 585px
}

.news-article.news-wide {
  margin-bottom: 45px;
  min-height: 562px
}

.news-article.news-wide .news-media {
  border-radius: 16px;
  height: 562px;
  overflow: hidden;
  width: 555px
}

.news-article.news-wide .news-media img {
  height: 100%;
  width: auto
}

.news-article.news-wide .news-content .categories {
  color: #009edb;
  margin-bottom: 6px;
  padding-left: 585px;
  text-transform: uppercase
}

.news-article.news-wide .news-content .title {
  color: #54565a;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 0;
  padding-left: 585px;
  text-align: left
}

.news-article.news-wide .news-content .subtitle {
  display: none
}

.news-article.news-wide .news-content .metadata {
  margin-bottom: 24px;
  padding-left: 585px
}

.news-article.news-wide .news-content .content-body {
  padding-left: 585px
}

@media (max-width:1200px) {
  .news-article.news-wide .news-media {
    height: 465px;
    width: 465px
  }

  .news-article.news-wide .news-content .categories,
  .news-article.news-wide .news-content .content-body,
  .news-article.news-wide .news-content .metadata,
  .news-article.news-wide .news-content .subtitle,
  .news-article.news-wide .news-content .title {
    padding-left: 495px
  }
}

@media (max-width:992px) {
  .news-article.news-wide .news-media {
    height: 335px;
    width: 335px
  }

  .news-article.news-wide .news-content .categories,
  .news-article.news-wide .news-content .content-body,
  .news-article.news-wide .news-content .metadata,
  .news-article.news-wide .news-content .subtitle,
  .news-article.news-wide .news-content .title {
    padding-left: 365px
  }
}

@media (max-width:768px) {
  .news-article.news-wide .news-media {
    height: 510px;
    margin-bottom: 24px;
    position: static;
    width: 100%
  }

  .news-article.news-wide .news-content .categories,
  .news-article.news-wide .news-content .content-body,
  .news-article.news-wide .news-content .metadata,
  .news-article.news-wide .news-content .subtitle,
  .news-article.news-wide .news-content .title {
    padding-left: 0
  }
}

@media (max-width:500px) {
  .news-article.news-wide .news-media {
    height: 470px
  }
}

@media (max-width:400px) {
  .news-article.news-wide .news-media {
    height: 370px
  }

  .news-article.news-wide .news-content .categories {
    font-size: 14px;
    font-weight: 600
  }

  .news-article.news-wide .news-content .title {
    font-size: 18px;
    font-weight: 700
  }

  .news-article.news-wide .news-content .subtitle {
    font-size: 16px;
    font-weight: 400
  }

  .news-article.news-wide .news-content .metadata {
    font-size: 14px;
    font-weight: 400
  }

  .news-article.news-wide .news-content .content-body {
    padding-left: 0
  }
}

@media (max-width:330px) {
  .news-article.news-wide .news-media {
    height: 320px
  }
}

.news-article.news-minimal {
  height: 369px;
  width: 369px
}

.news-article.news-minimal .news-media {
  border-radius: 16px;
  box-sizing: content-box;
  height: 100%;
  overflow: hidden;
  width: 100%
}

.news-article.news-minimal .news-media img {
  height: 100%;
  width: 100%
}

.news-article.news-minimal .news-content {
  bottom: 0;
  padding: 0 70px 0 35px;
  position: absolute;
  width: 100%
}

.news-article.news-minimal .news-content .title {
  color: #009edb;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

.news-article.news-minimal .news-content .title span {
  background: #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  padding: 3px 0
}

.news-article.news-minimal .news-content .metadata .author {
  -webkit-box-flex: 0;
  color: #fff;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 0;
  max-width: 100%;
  text-align: left
}

.news-article.news-minimal .news-content .metadata .author span {
  background: #009edb;
  box-shadow: 10px 0 0 #009edb, -10px 0 0 #009edb;
  color: #fff;
  padding: 1px 0
}

.news-article.news-minimal .news-content .metadata .date {
  -webkit-box-flex: 0;
  color: #fff;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  text-align: left
}

.news-article.news-minimal .news-content .metadata .date span {
  background: #54565a;
  box-shadow: 10px 0 0 #54565a, -10px 0 0 #54565a;
  color: #fff;
  padding: 1px 0
}

.news-article.news-standard {
  margin-bottom: 48px;
  min-height: 166px
}

.news-article.news-standard .news-media {
  border-radius: 8px;
  height: 166px;
  overflow: hidden;
  width: 166px
}

.news-article.news-standard .news-content .categories {
  margin-bottom: 6px;
  padding-left: 196px
}

.news-article.news-standard .news-content .title {
  color: #54565a;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 12px;
  margin-top: 0;
  padding-left: 196px;
  text-align: left
}

.news-article.news-standard .news-content .subtitle {
  color: #54565a;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-top: 0;
  padding-left: 196px;
  text-align: left
}

.news-article.news-standard .news-content .metadata {
  margin-bottom: 12px;
  padding-left: 196px
}

.news-article.news-standard .news-content .content-body {
  padding-left: 196px
}

@media (max-width:768px) {
  .news-article.news-standard .news-media {
    height: 100px;
    width: 100px
  }

  .news-article.news-standard .news-media img {
    height: auto;
    width: 100%
  }

  .news-article.news-standard .news-content .categories,
  .news-article.news-standard .news-content .content-body,
  .news-article.news-standard .news-content .metadata,
  .news-article.news-standard .news-content .subtitle,
  .news-article.news-standard .news-content .title {
    padding-left: 130px
  }

  .news-article.news-standard .news-content .categories,
  .news-article.news-standard .news-content .title {
    font-size: 14px
  }

  .news-article.news-standard .news-content .content-body,
  .news-article.news-standard .news-content .metadata .author,
  .news-article.news-standard .news-content .metadata .date,
  .news-article.news-standard .news-content .subtitle {
    font-size: 12px
  }

  .news-article.news-standard .news-content .metadata .author,
  .news-article.news-standard .news-content .metadata .date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left
  }
}

@media (max-width:576px) {
  .news-article.news-standard .news-media {
    margin-bottom: 12px;
    position: static
  }

  .news-article.news-standard .news-content .categories,
  .news-article.news-standard .news-content .content-body,
  .news-article.news-standard .news-content .metadata,
  .news-article.news-standard .news-content .subtitle,
  .news-article.news-standard .news-content .title {
    padding-left: 0
  }
}

.news-article.news-extra .news-media {
  border-radius: 16px;
  box-sizing: content-box;
  height: 354px;
  margin-bottom: 20px;
  overflow: hidden;
  position: static;
  width: 354px
}

.news-article.news-extra .news-media img {
  height: auto;
  width: 100%
}

.news-article.news-extra .news-content .title {
  color: #54565a;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px
}

.news-article.news-extra .news-content .subtitle,
.news-article.news-extra .news-content .title {
  font-family: Merriweather, serif;
  letter-spacing: 0;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
  width: 100%
}

.news-article.news-extra .news-content .subtitle {
  color: #727377;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 20px
}

.news-article.news-extra .news-content .metadata {
  margin-bottom: 25px
}

.wrapper-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none inside;
  margin: 0 -15px;
  padding: 0
}

.wrapper-flex>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.333%;
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  margin-bottom: 30px;
  max-width: 33.333%;
  padding: 0 15px
}

.view-news-minimal {
  margin: 0 -15px !important
}

.view-news-minimal li {
  margin: 0 !important;
  padding: 15px !important
}

@media (max-width:1200px) {
  .view-news-minimal>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 30px;
    max-width: 50%;
    padding: 0 15px
  }
}

@media (max-width:768px) {
  .view-news-minimal>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
    max-width: 100%;
    padding: 0 15px
  }
}

@media (max-width:400px) {
  .view-news-minimal .news-minimal {
    height: 300px;
    width: 300px
  }

  .view-news-minimal .news-minimal .news-content {
    padding: 125px 60px 0 24px
  }

  .view-news-minimal .news-minimal .news-content .title {
    line-height: 1.5
  }

  .view-news-minimal .news-minimal .news-content .title span {
    padding: 1px 0
  }
}

@media (max-width:350px) {
  .view-news-minimal .news-minimal {
    height: 270px;
    width: 270px
  }

  .view-news-minimal .news-minimal .news-content {
    padding: 90px 60px 0 24px
  }

  .view-news-minimal .news-minimal .news-content .title {
    font-size: 16px
  }
}

.related-articles.related-articles-minimal {
  background-color: #f6f6f6;
  padding: 40px 0
}

.related-articles.related-articles-minimal .title-section {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

.related-articles.related-articles-minimal .news-content {
  bottom: 0;
  padding: 0 60px 0 24px;
  position: absolute
}

.related-articles.related-articles-minimal .news-content .title {
  color: #009edb;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8
}

.related-articles.related-articles-minimal .news-content .title span {
  background: #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  padding: 3px 0
}

.related-articles.related-articles-minimal .news-content .metadata .author {
  -webkit-box-flex: 0;
  color: #fff;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 5px;
  margin-top: 0;
  max-width: 100%;
  text-align: left
}

.related-articles.related-articles-minimal .news-content .metadata .author span {
  background: #009edb;
  box-shadow: 10px 0 0 #009edb, -10px 0 0 #009edb;
  color: #fff;
  padding: 1px 0
}

.related-articles.related-articles-minimal .news-content .metadata .date {
  -webkit-box-flex: 0;
  color: #fff;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  text-align: left
}

.related-articles.related-articles-minimal .news-content .metadata .date span {
  background: #54565a;
  box-shadow: 10px 0 0 #54565a, -10px 0 0 #54565a;
  color: #fff;
  padding: 1px 0
}

@media (max-width:1200px) {
  .related-articles.related-articles-minimal .wrapper-flex>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-bottom: 30px;
    max-width: 50%;
    padding: 0 15px
  }
}

@media (max-width:768px) {
  .related-articles.related-articles-minimal .wrapper-flex>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 30px;
    max-width: 100%;
    padding: 0 15px
  }

  .related-articles.related-articles-minimal .wrapper-flex>* .news-minimal {
    margin: 0 auto
  }
}

@media (max-width:400px) {
  .related-articles.related-articles-minimal .news-minimal {
    height: 300px;
    width: 300px
  }

  .related-articles.related-articles-minimal .news-minimal .news-content {
    padding: 125px 60px 0 24px
  }

  .related-articles.related-articles-minimal .news-minimal .news-content .title {
    line-height: 1.5
  }

  .related-articles.related-articles-minimal .news-minimal .news-content .title span {
    padding: 1px 0
  }
}

@media (max-width:350px) {
  .related-articles.related-articles-minimal .news-minimal {
    height: 270px;
    width: 270px
  }

  .related-articles.related-articles-minimal .news-minimal .news-content {
    padding: 90px 60px 0 24px
  }

  .related-articles.related-articles-minimal .news-minimal .news-content .title {
    font-size: 16px
  }
}

.related-articles.related-articles-standard {
  background-color: #f6f6f6;
  padding: 40px 0
}

.related-articles.related-articles-standard .title-section {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

.related-articles.related-articles-standard .wrapper-flex {
  margin: 0
}

.related-articles.related-articles-standard .wrapper-flex>* {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  margin-bottom: 0;
  max-width: 100%;
  padding: 0
}

@media (max-width:576px) {
  .related-articles.related-articles-standard .wrapper-flex {
    padding: 0 30px
  }
}

.related-articles.related-articles-extra {
  background-color: #f6f6f6;
  padding: 40px 0
}

.related-articles.related-articles-extra .title-section {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

.related-articles.related-articles-extra .wrapper-flex {
  margin: 0
}

@media (max-width:1200px) {
  .related-articles.related-articles-extra .news-extra .news-media {
    height: auto;
    width: 100%
  }
}

@media (max-width:768px) {
  .related-articles.related-articles-extra .wrapper-flex {
    margin: 0
  }

  .related-articles.related-articles-extra .wrapper-flex>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}

.related-articles.full-width {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw
}

.budget-container {
  margin-bottom: 100px
}

.budget-container .container {
  padding-left: 0;
  padding-right: 0
}

.budget-container .title {
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 0
}

.budget-container .amount,
.budget-container .title {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

.budget-container .amount {
  font-size: 48px;
  line-height: 60px;
  margin-bottom: 50px
}

.budget-container .budget-item .unit-amount {
  background-color: #008dc4;
  border-bottom: 5px solid #fff;
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 28px;
  font-weight: 700;
  height: 125px;
  letter-spacing: 0;
  line-height: 125px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center
}

.budget-container .budget-item .unit-body {
  background-color: #edeeee;
  padding: 27px
}

.budget-container .budget-item .unit-body a,
.budget-container .budget-item .unit-body b,
.budget-container .budget-item .unit-body i,
.budget-container .budget-item .unit-body li,
.budget-container .budget-item .unit-body ol,
.budget-container .budget-item .unit-body p,
.budget-container .budget-item .unit-body span,
.budget-container .budget-item .unit-body strong,
.budget-container .budget-item .unit-body u,
.budget-container .budget-item .unit-body ul {
  font-size: 16px;
  margin: 0;
  padding: 0
}

.budget-container .budget-item .unit-body p {
  color: #54565a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: center
}

.budget-container .budget-item .unit-body p strong {
  font-weight: 700
}

@media (max-width:992px) {
  .budget-container {
    margin-bottom: 70px
  }

  .budget-container .budget-item {
    margin-bottom: 30px
  }
}

@media (max-width:400px) {
  .budget-container .amount {
    font-size: 32px
  }
}

.feature-text-blog {
  padding: 72px 0
}

.feature-text-blog.grey-background {
  background-color: #edeeee
}

.feature-text-blog.white-background {
  background-color: #fff
}

.feature-text-blog .title-section {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

.feature-text-blog .cards {
  width: 100%
}

.feature-text-blog .cards .cards-item {
  margin-right: .2%;
  min-height: 386px;
  padding: 60px 24px 24px
}

.feature-text-blog .cards .cards-item .item-title {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: left
}

.feature-text-blog .cards .cards-item .item-body {
  margin-bottom: 36px
}

.feature-text-blog .cards .cards-item .item-body a,
.feature-text-blog .cards .cards-item .item-body b,
.feature-text-blog .cards .cards-item .item-body i,
.feature-text-blog .cards .cards-item .item-body li,
.feature-text-blog .cards .cards-item .item-body ol,
.feature-text-blog .cards .cards-item .item-body p,
.feature-text-blog .cards .cards-item .item-body span,
.feature-text-blog .cards .cards-item .item-body strong,
.feature-text-blog .cards .cards-item .item-body u,
.feature-text-blog .cards .cards-item .item-body ul {
  color: #fff;
  font-size: 16px;
  margin: 0;
  padding: 0
}

.feature-text-blog .cards .cards-item .item-body p {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left
}

.feature-text-blog .cards .cards-item.cards-item-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24.8%;
  -ms-flex: 0 0 24.8%;
  flex: 0 0 24.8%;
  max-width: 24.8%
}

.feature-text-blog .cards .cards-item.cards-item-33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.133%;
  -ms-flex: 0 0 33.133%;
  flex: 0 0 33.133%;
  max-width: 33.133%
}

.feature-text-blog .cards .cards-item.cards-item-50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49.8%;
  -ms-flex: 0 0 49.8%;
  flex: 0 0 49.8%;
  max-width: 49.8%
}

.feature-text-blog .cards .cards-item.cards-item-66 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.466%;
  -ms-flex: 0 0 66.466%;
  flex: 0 0 66.466%;
  max-width: 66.466%
}

.feature-text-blog .cards .cards-item.cards-item-100 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.feature-text-blog .cards .cards-item .blog.color.background-color- .item-body>*,
.feature-text-blog .cards .cards-item .blog.color.background-color- .item-body>*>*,
.feature-text-blog .cards .cards-item .blog.color.background-color- .item-title,
.feature-text-blog .cards .cards-item .blog.color.background-color-43 .item-body>*,
.feature-text-blog .cards .cards-item .blog.color.background-color-43 .item-body>*>*,
.feature-text-blog .cards .cards-item .blog.color.background-color-43 .item-title {
  color: #009edb
}

.feature-text-blog .cards .cards-item .blog.color .top-image {
  margin-bottom: 12px
}

.feature-text-blog .cards .cards-item .blog.color .top-image img {
  height: auto;
  width: 60px
}

.feature-text-blog .cards .cards-item .blog.color .content-image {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0
}

.feature-text-blog .cards .cards-item .blog.color .content-image img {
  height: auto;
  margin-left: 5px;
  max-width: 100%
}

.feature-text-blog .cards .cards-item .blog.image .content {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .5)
}

.feature-text-blog .cards .cards-item .blog.image .content span {
  text-shadow: none
}

.feature-text-blog .cards .cards-item .blog.image .content .item-title {
  color: #54565a;
  padding-right: 45px
}

.feature-text-blog .cards .cards-item .blog.image-color .content {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .5)
}

.feature-text-blog .cards .cards-item .blog.image-color .content span {
  text-shadow: none
}

.feature-text-blog .cards .cards-item .blog.image-color .content .item-title {
  padding-right: 45px
}

.feature-text-blog .cards .cards-item .blog.title-highlighted- .content .item-title,
.feature-text-blog .cards .cards-item .blog.title-highlighted-white .content .item-title {
  color: #54565a;
  line-height: 1.8;
  margin-bottom: 0;
  padding: 0 10px;
  text-shadow: none
}

.feature-text-blog .cards .cards-item .blog.title-highlighted- .content .item-title span,
.feature-text-blog .cards .cards-item .blog.title-highlighted-white .content .item-title span {
  background: #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  padding: 3px 0
}

.feature-text-blog .cards .cards-item .blog.title-highlighted-9 .content .item-title,
.feature-text-blog .cards .cards-item .blog.title-highlighted-blue .content .item-title {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 0;
  padding: 0 10px;
  text-shadow: none
}

.feature-text-blog .cards .cards-item .blog.title-highlighted-9 .content .item-title span,
.feature-text-blog .cards .cards-item .blog.title-highlighted-blue .content .item-title span {
  background: #009edb;
  box-shadow: 10px 0 0 #009edb, -10px 0 0 #009edb;
  padding: 3px 0
}

.feature-text-blog .cards .cards-item .blog.title-highlighted-8 .content .item-title,
.feature-text-blog .cards .cards-item .blog.title-highlighted-orange .content .item-title {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 0;
  padding: 0 10px;
  text-shadow: none
}

.feature-text-blog .cards .cards-item .blog.title-highlighted-8 .content .item-title span,
.feature-text-blog .cards .cards-item .blog.title-highlighted-orange .content .item-title span {
  background: #54565a;
  box-shadow: 10px 0 0 #54565a, -10px 0 0 #54565a;
  padding: 3px 0
}

.feature-text-blog .cards .cards-item .blog.title-highlighted-70 .content .item-title {
  color: #fff;
  line-height: 1.8;
  margin-bottom: 0;
  padding: 0 10px;
  text-shadow: none
}

.feature-text-blog .cards .cards-item .blog.title-highlighted-70 .content .item-title span {
  background: #b00;
  box-shadow: 10px 0 0 #b00, -10px 0 0 #b00;
  padding: 3px 0
}

.feature-text-blog .cards .cards-item .blog.background-color-9-image .background img,
.feature-text-blog .cards .cards-item .blog.background-color-blue-image .background img {
  position: absolute;
  z-index: 5
}

.feature-text-blog .cards .cards-item .blog.background-color-9-image .background:after,
.feature-text-blog .cards .cards-item .blog.background-color-blue-image .background:after {
  background-color: #009edb;
  content: "";
  height: 100%;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.feature-text-blog .cards .cards-item .blog.background-color-8-image .background img,
.feature-text-blog .cards .cards-item .blog.background-color-orange-image .background img {
  position: absolute;
  z-index: 5
}

.feature-text-blog .cards .cards-item .blog.background-color-8-image .background:after,
.feature-text-blog .cards .cards-item .blog.background-color-orange-image .background:after {
  background-color: #54565a;
  content: "";
  height: 100%;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.feature-text-blog .cards .cards-item .blog.background-color-43-image .background img {
  position: absolute;
  z-index: 5
}

.feature-text-blog .cards .cards-item .blog.background-color-43-image .background:after {
  background-color: #75767a;
  content: "";
  height: 100%;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.feature-text-blog .cards .cards-item .blog.background-color-70-image .background img {
  position: absolute;
  z-index: 5
}

.feature-text-blog .cards .cards-item .blog.background-color-70-image .background:after {
  background-color: #b00;
  content: "";
  height: 100%;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.feature-text-blog.two-rows .cards .cards-item {
  margin-bottom: .2%
}

.feature-text-blog.height-tall .cards .cards-item {
  min-height: 485px
}

.feature-text-blog.full-width {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw
}

.feature-text-blog.blue-cards .cards .cards-item-1 {
  background-color: #009edb
}

.feature-text-blog.blue-cards .cards .cards-item-2 {
  background-color: #23a1d1
}

.feature-text-blog.blue-cards .cards .cards-item-3 {
  background-color: #47b6e1
}

.feature-text-blog.orange-cards .cards .cards-item-1 {
  background-color: #54565a
}

.feature-text-blog.orange-cards .cards .cards-item-2 {
  background-color: #f39926
}

.feature-text-blog.orange-cards .cards .cards-item-3 {
  background-color: #f5ab4c
}

@media (max-width:992px) {

  .feature-text-blog .cards .cards-item.cards-item-33,
  .feature-text-blog .cards .cards-item.cards-item-50,
  .feature-text-blog .cards .cards-item.cards-item-66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 2px;
    max-width: 100%;
    min-height: auto
  }
}

@media (max-width:400px) {
  .feature-text-blog .title-section {
    padding: 0 30px
  }
}

.cards .cards-item.image-blog {
  padding: 0;
  position: relative
}

.cards .cards-item.image-blog .background {
  bottom: 0;
  height: auto;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5
}

.cards .cards-item.image-blog .background img {
  height: 100%;
  width: auto
}

.cards .cards-item.image-blog .content {
  padding: 170px 24px 24px;
  position: relative;
  z-index: 10
}

.cards .cards-item.image-blog .content .item-title {
  font-size: 18px
}

.cards .cards-item.image-blog.title-highlighted- .content .item-title,
.cards .cards-item.image-blog.title-highlighted-white .content .item-title {
  line-height: 1.8;
  margin-bottom: 0;
  padding: 0 10px
}

.cards .cards-item.image-blog.title-highlighted- .content .item-title span,
.cards .cards-item.image-blog.title-highlighted-white .content .item-title span {
  background: #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  padding: 3px 0
}

.cards .cards-item.image-blog.title-highlighted-9 .content .item-title,
.cards .cards-item.image-blog.title-highlighted-blue .content .item-title {
  line-height: 1.8;
  margin-bottom: 0;
  padding: 0 10px
}

.cards .cards-item.image-blog.title-highlighted-9 .content .item-title span,
.cards .cards-item.image-blog.title-highlighted-blue .content .item-title span {
  background: #009edb;
  box-shadow: 10px 0 0 #009edb, -10px 0 0 #009edb;
  padding: 3px 0
}

.cards .cards-item.image-blog.title-highlighted-8 .content .item-title,
.cards .cards-item.image-blog.title-highlighted-orange .content .item-title {
  line-height: 1.8;
  margin-bottom: 0;
  padding: 0 10px
}

.cards .cards-item.image-blog.title-highlighted-8 .content .item-title span,
.cards .cards-item.image-blog.title-highlighted-orange .content .item-title span {
  background: #54565a;
  box-shadow: 10px 0 0 #54565a, -10px 0 0 #54565a;
  padding: 3px 0
}

.height-tall .cards .cards-item.image-blog .background img {
  height: auto;
  width: 100%
}

.height-tall .cards .cards-item.image-blog .content {
  padding: 216px 192px 24px 24px;
  position: relative;
  z-index: 10
}

.height-tall .cards .cards-item.image-blog .content .item-title {
  font-size: 16px
}

@media (max-width:992px) {
  .cards .cards-item.image-blog .background img {
    height: auto;
    width: 100%
  }

  .cards .cards-item.image-blog.image-blog-notitle {
    min-height: 386px
  }
}

@media (max-width:400px) {
  .cards .cards-item.image-blog .background img {
    height: 100%;
    width: -webkit-fill-available
  }
}

.feature-statistics .title-section,
.feature-steps-horz .title-section,
.feature-steps-vert .title-section {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

.feature-statistics .cards,
.feature-steps-horz .cards,
.feature-steps-vert .cards {
  width: 100%
}

.feature-statistics .cards .cards-item,
.feature-steps-horz .cards .cards-item,
.feature-steps-vert .cards .cards-item {
  margin-right: .2%;
  padding: 0 24px 30px
}

.feature-statistics .cards .cards-item .item-graphic,
.feature-steps-horz .cards .cards-item .item-graphic,
.feature-steps-vert .cards .cards-item .item-graphic {
  display: block;
  height: 110px;
  margin: 0 auto 15px;
  width: auto
}

.feature-statistics .cards .cards-item .item-title,
.feature-steps-horz .cards .cards-item .item-title,
.feature-steps-vert .cards .cards-item .item-title {
  color: #54565a;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center
}

.feature-statistics .cards .cards-item .item-title span,
.feature-steps-horz .cards .cards-item .item-title span,
.feature-steps-vert .cards .cards-item .item-title span {
  display: block;
  font-size: 40px;
  margin-bottom: 10px
}

.feature-statistics .cards .cards-item .item-body,
.feature-steps-horz .cards .cards-item .item-body,
.feature-steps-vert .cards .cards-item .item-body {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 12px;
  margin-top: 0;
  text-align: center
}

.feature-statistics .cards .cards-item .item-body a,
.feature-statistics .cards .cards-item .item-body b,
.feature-statistics .cards .cards-item .item-body i,
.feature-statistics .cards .cards-item .item-body li,
.feature-statistics .cards .cards-item .item-body ol,
.feature-statistics .cards .cards-item .item-body p,
.feature-statistics .cards .cards-item .item-body span,
.feature-statistics .cards .cards-item .item-body strong,
.feature-statistics .cards .cards-item .item-body u,
.feature-statistics .cards .cards-item .item-body ul,
.feature-steps-horz .cards .cards-item .item-body a,
.feature-steps-horz .cards .cards-item .item-body b,
.feature-steps-horz .cards .cards-item .item-body i,
.feature-steps-horz .cards .cards-item .item-body li,
.feature-steps-horz .cards .cards-item .item-body ol,
.feature-steps-horz .cards .cards-item .item-body p,
.feature-steps-horz .cards .cards-item .item-body span,
.feature-steps-horz .cards .cards-item .item-body strong,
.feature-steps-horz .cards .cards-item .item-body u,
.feature-steps-horz .cards .cards-item .item-body ul,
.feature-steps-vert .cards .cards-item .item-body a,
.feature-steps-vert .cards .cards-item .item-body b,
.feature-steps-vert .cards .cards-item .item-body i,
.feature-steps-vert .cards .cards-item .item-body li,
.feature-steps-vert .cards .cards-item .item-body ol,
.feature-steps-vert .cards .cards-item .item-body p,
.feature-steps-vert .cards .cards-item .item-body span,
.feature-steps-vert .cards .cards-item .item-body strong,
.feature-steps-vert .cards .cards-item .item-body u,
.feature-steps-vert .cards .cards-item .item-body ul {
  font-size: 16px;
  margin: 0;
  padding: 0
}

.feature-statistics .cards .cards-item .item-body p,
.feature-steps-horz .cards .cards-item .item-body p,
.feature-steps-vert .cards .cards-item .item-body p {
  margin-bottom: 10px
}

.feature-statistics .cards .cards-item.cards-item-25,
.feature-steps-horz .cards .cards-item.cards-item-25,
.feature-steps-vert .cards .cards-item.cards-item-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24.8%;
  -ms-flex: 0 0 24.8%;
  flex: 0 0 24.8%;
  max-width: 24.8%
}

.feature-statistics .cards .cards-item.cards-item-33,
.feature-steps-horz .cards .cards-item.cards-item-33,
.feature-steps-vert .cards .cards-item.cards-item-33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.133%;
  -ms-flex: 0 0 33.133%;
  flex: 0 0 33.133%;
  max-width: 33.133%
}

.feature-statistics .cards .cards-item.cards-item-50,
.feature-steps-horz .cards .cards-item.cards-item-50,
.feature-steps-vert .cards .cards-item.cards-item-50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49.8%;
  -ms-flex: 0 0 49.8%;
  flex: 0 0 49.8%;
  max-width: 49.8%
}

.feature-statistics .cards .cards-item.cards-item-66,
.feature-steps-horz .cards .cards-item.cards-item-66,
.feature-steps-vert .cards .cards-item.cards-item-66 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.466%;
  -ms-flex: 0 0 66.466%;
  flex: 0 0 66.466%;
  max-width: 66.466%
}

.feature-statistics .cards .cards-item.cards-item-100,
.feature-steps-horz .cards .cards-item.cards-item-100,
.feature-steps-vert .cards .cards-item.cards-item-100 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.feature-statistics .cards .cards-item.title-8 .item-title,
.feature-statistics .cards .cards-item.title-orange .item-title,
.feature-steps-horz .cards .cards-item.title-8 .item-title,
.feature-steps-horz .cards .cards-item.title-orange .item-title,
.feature-steps-vert .cards .cards-item.title-8 .item-title,
.feature-steps-vert .cards .cards-item.title-orange .item-title {
  color: #54565a
}

.feature-statistics .cards .cards-item.title-9 .item-title,
.feature-steps-horz .cards .cards-item.title-9 .item-title,
.feature-steps-vert .cards .cards-item.title-9 .item-title {
  color: #009edb
}

.feature-statistics .cards .cards-item.title-43 .item-title,
.feature-steps-horz .cards .cards-item.title-43 .item-title,
.feature-steps-vert .cards .cards-item.title-43 .item-title {
  color: #75767a
}

.feature-statistics .cards .cards-item.title-70 .item-title,
.feature-steps-horz .cards .cards-item.title-70 .item-title,
.feature-steps-vert .cards .cards-item.title-70 .item-title {
  color: #b00
}

@media (max-width:992px) {

  .feature-statistics .cards .cards-item.cards-item-33,
  .feature-steps-horz .cards .cards-item.cards-item-33,
  .feature-steps-vert .cards .cards-item.cards-item-33 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 24px;
    max-width: 100%
  }
}

.feature-steps-horz .cards,
.feature-steps-vert .cards {
  position: relative
}

.feature-steps-horz .cards:before,
.feature-steps-vert .cards:before {
  background-image: url(../images/line_feature_step_horz.png);
  content: "";
  height: 2px;
  left: 30px;
  position: absolute;
  top: 44px;
  width: 80%;
  z-index: 0
}

.feature-steps-horz .cards .cards-item,
.feature-steps-vert .cards .cards-item {
  position: relative;
  z-index: 10
}

.feature-steps-horz .cards .cards-item .item-graphic,
.feature-steps-vert .cards .cards-item .item-graphic {
  background-color: #fff;
  border: 3px solid #a7a8a9;
  border-radius: 50%;
  height: 90px;
  margin: 0 0 20px;
  padding: 18px
}

.feature-steps-horz .cards .cards-item .item-title,
.feature-steps-vert .cards .cards-item .item-title {
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
  text-align: left
}

.feature-steps-horz .cards .cards-item .item-body,
.feature-steps-vert .cards .cards-item .item-body {
  text-align: left
}

@media (max-width:992px) {

  .feature-steps-horz .cards:before,
  .feature-steps-vert .cards:before {
    background-image: url(../images/line_feature_step_vert.png);
    content: "";
    height: 80%;
    left: 44px;
    position: absolute;
    top: 30px;
    width: 2px;
    z-index: 0
  }

  .feature-steps-horz .cards .cards-item.cards-item-25,
  .feature-steps-vert .cards .cards-item.cards-item-25 {
    flex: 0 0 100%;
    margin: 0 0 48px;
    max-width: 100%;
    min-height: 90px;
    padding: 0
  }

  .feature-steps-horz .cards .cards-item .item-graphic,
  .feature-steps-vert .cards .cards-item .item-graphic {
    position: absolute
  }

  .feature-steps-horz .cards .cards-item .item-body,
  .feature-steps-horz .cards .cards-item .item-title,
  .feature-steps-vert .cards .cards-item .item-body,
  .feature-steps-vert .cards .cards-item .item-title {
    padding-left: 110px
  }
}

.feature-steps-vert {
  min-width: 370px;
  width: 33.333%
}

.feature-steps-vert .title-section {
  text-align: left
}

.feature-steps-vert .cards {
  flex-direction: column;
  position: relative
}

.feature-steps-vert .cards:before {
  background-image: url(../images/line_feature_step_vert.png);
  content: "";
  height: 85%;
  left: 44px;
  position: absolute;
  top: 30px;
  width: 2px;
  z-index: 0
}

.feature-steps-vert .cards .cards-item {
  margin: 0 0 48px;
  padding: 0
}

.feature-steps-vert .cards .cards-item .item-graphic {
  position: absolute
}

.feature-steps-vert .cards .cards-item .item-body,
.feature-steps-vert .cards .cards-item .item-title {
  padding-left: 110px
}

.feature-statistics.statistics-number .container {
  padding-left: 0;
  padding-right: 0
}

.feature-statistics.statistics-number .container .row {
  margin-left: -24px;
  margin-right: -24px
}

.feature-statistics.statistics-number .container .row .cards-item .item-title {
  color: #009edb;
  font-family: Merriweather, serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 36px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center
}

.feature-statistics.statistics-number .container .row .cards-item .item-title span {
  font-size: 48px;
  line-height: 60px
}

.feature-statistics.statistics-number .container .row .cards-item .item-body {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center
}

.case-container .banner-hero-event .content {
  padding-bottom: 48px
}

.case-container .banner-hero-event .content .metadata {
  justify-content: flex-end
}

.case-container .banner-hero-event .content .metadata.has-category {
  justify-content: space-between
}

.case-container .banner-hero-event .content .event-content .dates {
  display: flex;
  flex-direction: column
}

.case-container .banner-hero-event .content .event-content .dates .areas {
  flex: 0 0 50%
}

.case-container .banner-hero-event .content .event-content .dates .areas .h2,
.case-container .banner-hero-event .content .event-content .dates .areas h2 {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 12px;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase
}

.case-container .banner-hero-event .content .event-content .dates .areas a {
  border: 1px solid #009edb;
  border-radius: 50px;
  color: #009edb;
  display: block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 18px;
  margin-bottom: 12px;
  margin-top: 0;
  padding: 5px 10px;
  text-align: left;
  width: fit-content
}

.case-container .banner-hero-event .content .event-content .dates .date {
  flex: 1 0 25%
}

.case-container .banner-hero-event .content .event-content .dates .date .end,
.case-container .banner-hero-event .content .event-content .dates .date .start {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 6px;
  margin-top: 0;
  text-align: left
}

.case-container .banner-hero-event .content .event-content .dates .date .end span,
.case-container .banner-hero-event .content .event-content .dates .date .start span {
  color: #009edb;
  text-transform: uppercase
}

.case-container .banner-hero-event .content .event-content .dates .position {
  flex: 0 0 13%;
  width: 100%
}

.case-container .banner-hero-event .content .event-content .dates .position .country,
.case-container .banner-hero-event .content .event-content .dates .position .location {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 6px;
  margin-top: 0;
  text-align: left
}

.case-container .banner-hero-event .content .event-content .dates .position .country a,
.case-container .banner-hero-event .content .event-content .dates .position .location a {
  color: #75767a;
  display: inline-block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 6px;
  margin-right: 2px;
  margin-top: 0;
  text-align: left;
  text-decoration: none
}

.case-container .banner-hero-event .content .event-content .dates .position .country a:after,
.case-container .banner-hero-event .content .event-content .dates .position .location a:after {
  content: ","
}

.case-container .banner-hero-event .content .event-content .dates .position .country a:last-child:after,
.case-container .banner-hero-event .content .event-content .dates .position .location a:last-child:after {
  content: ""
}

.case-container .banner-hero-event .content .event-content .dates .position .country span,
.case-container .banner-hero-event .content .event-content .dates .position .location span {
  color: #009edb;
  text-transform: uppercase
}

.case-container .banner-hero-event .content .case-menu .menu-desktop {
  background-color: #fff;
  border-radius: 2px;
  padding: 5px 20px
}

.case-container .banner-hero-event .content .case-menu .menu-desktop .menu-trigger {
  font-size: 16px
}

.case-container .banner-hero-event .content .case-menu .menu-desktop .menu-trigger.active,
.case-container .banner-hero-event .content .case-menu .menu-desktop .menu-trigger:hover {
  color: #009edb
}

@media (max-width:992px) {
  .case-container .banner-hero-event .content .event-content .dates {
    display: block !important
  }

  .case-container .banner-hero-event .content .event-content .dates .areas,
  .case-container .banner-hero-event .content .event-content .dates .date {
    margin-bottom: 24px
  }
}

@media (max-width:768px) {
  .case-container .banner-hero-event .content .case-menu .menu-desktop {
    background-color: #fff;
    border-radius: 8px;
    bottom: 127px;
    display: none;
    overflow: hidden;
    padding-bottom: 45px;
    position: fixed;
    width: 540px
  }

  .case-container .banner-hero-event .content .case-menu .menu-desktop .menu-trigger.active,
  .case-container .banner-hero-event .content .case-menu .menu-desktop .menu-trigger:hover {
    color: #009edb
  }
}

@media (max-width:600px) {
  .case-container .banner-hero-event .content .case-menu .menu-desktop {
    width: 500px
  }
}

@media (max-width:500px) {
  .case-container .banner-hero-event .content .case-menu .menu-desktop {
    width: 400px
  }
}

@media (max-width:400px) {
  .case-container .banner-hero-event .content .case-menu .menu-desktop {
    width: 300px
  }
}

.case-container .about {
  margin-top: 40px
}

.case-container .about .supertitle {
  color: #75767a;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0 auto 20px;
  max-width: 562px;
  text-align: center
}

.case-container .about .body {
  margin: 0 auto 20px;
  max-width: 562px
}

.case-container .about .body a,
.case-container .about .body b,
.case-container .about .body i,
.case-container .about .body li,
.case-container .about .body ol,
.case-container .about .body p,
.case-container .about .body span,
.case-container .about .body strong,
.case-container .about .body u,
.case-container .about .body ul {
  color: #838383;
  font-size: 1rem;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  list-style-position: inside;
  list-style-type: circle;
  margin: 0;
  padding: 0;
  text-align: left
}

.case-container .about .body p {
  margin-bottom: 10px
}

.case-container .about .width-article-1 {
  margin: 0 auto 20px;
  max-width: 562px
}

.case-container .about .width-article-2 {
  margin: 0 auto 20px;
  max-width: 661px
}

.case-container .about .width-article-2 .unique {
  margin: 0 auto;
  max-width: 562px
}

.case-container .about .width-article-3 {
  margin: 0 auto 20px;
  max-width: 760px
}

.case-container div.challenges {
  background-color: #edeeee;
  left: 50%;
  margin-left: -50vw;
  padding: 60px 0;
  position: relative;
  width: 100vw
}

.case-container div.challenges .body {
  margin: 0 auto;
  max-width: 562px
}

.case-container div.challenges .body .supertitle {
  color: #54565a;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: center
}

.case-container div.challenges .body .title {
  color: #009edb;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: center
}

.case-container div.challenges .body .subtitle {
  color: #75767a;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left
}

.case-container div.challenges .body .paragraph-text p {
  color: inherit;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left
}

.case-container .related-documents .h5,
.case-container .related-documents h5 {
  color: #54565a;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase
}

.case-container .related-documents .document-teaser .news-media {
  height: unset;
  max-height: 231px
}

.case-container .related-documents .document-teaser .news-content .categories {
  color: #009edb;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase
}

.case-container .related-documents .document-teaser .news-content .box {
  align-items: flex-end;
  display: flex
}

.case-container .related-documents .document-teaser .news-content .box .subtitle,
.case-container .related-documents .document-teaser .news-content .box .subtitle p {
  margin-bottom: 0
}

.case-container .related-documents .document-teaser .news-content .box a {
  color: #009edb;
  white-space: pre
}

.case-container .related-documents .document-teaser .news-content .metadata .author {
  display: flex;
  flex: unset;
  justify-content: space-between;
  max-width: unset;
  width: 100%
}

.case-container .related-documents .document-teaser .news-content .metadata .author .info span {
  color: #54565a
}

.case-container .view-hide {
  display: none
}

.case-container .view-hide.view-first {
  display: block
}

.case-agenda {
  background-color: transparent !important
}

.case-agenda .background {
  display: none
}

.case-agenda .content .content-section dt {
  background-color: #009edb !important;
  flex: 0 0 125px !important;
  height: 125px !important;
  min-height: 125px !important;
  padding: 0 !important
}

.case-agenda .content .content-section dt .mark {
  background-color: transparent;
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 125px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
  text-align: center
}

.case-agenda .content .content-section dd {
  background-color: #edeeee !important;
  border-bottom: 3px solid #fff;
  border-left: 4.5px solid #fff;
  flex: 0 0 1040px !important;
  margin: 0 !important;
  max-width: 1040px !important;
  min-height: unset !important;
  padding: 60px !important
}

.case-agenda .content .content-section dd .title {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 32px;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase
}

.case-agenda .content .content-section dd .body p {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 12px;
  margin-top: 0;
  text-align: left
}

@media (max-width:576px) {
  .case-agenda .content .title-section {
    color: #747474 !important
  }

  .case-agenda .content .content-section dt {
    flex: 0 0 100% !important
  }

  .case-agenda .content .content-section dt .mark {
    width: 100%
  }

  .case-agenda .content .content-section dd {
    border-left: 0 solid #fff
  }
}

.related-documents {
  background-color: #e5f5fc;
  left: 50%;
  margin-left: -50vw;
  padding-bottom: 77px;
  padding-top: 50px;
  position: relative;
  width: 100vw
}

.related-documents .title-sec {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 35px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

.related-documents .field--type-entity-reference {
  margin: 0
}

@media (max-width:576px) {
  .related-documents .container {
    padding-left: 45px;
    padding-right: 45px
  }
}

.related-case-studies .views-element-container .views-wrapper {
  background-color: #edeeee;
  left: 50%;
  margin-left: -50vw;
  padding-bottom: 65px;
  padding-top: 110px;
  position: relative;
  width: 100vw
}

.related-case-studies .views-element-container .view-header .h2,
.related-case-studies .views-element-container .view-header h2 {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 35px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

.related-case-studies .views-element-container .view-content .news-case-study .news-content .metadata .date {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: auto
}

.related-case-studies .views-element-container .view-content .news-case-study .news-content .metadata .date:after {
  color: #54565a;
  content: "|";
  display: inline-block;
  margin: 0 10px
}

@media (max-width:576px) {
  .related-case-studies .views-element-container .view-content .container {
    padding-left: 45px;
    padding-right: 45px
  }
}

.covid-advisory .full-width-w-image {
  left: 50%;
  margin-left: -50vw;
  padding-bottom: 100px;
  padding-top: 70px;
  position: relative;
  width: 100vw
}

.covid-advisory .full-width-w-image .feature-title {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 24px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

.covid-advisory .full-width-w-image .image-text {
  display: block;
  min-height: 500px;
  position: relative
}

.covid-advisory .full-width-w-image .image-text .image {
  flex-basis: unset;
  height: 500px;
  max-width: unset;
  padding: unset;
  position: absolute;
  width: 500px
}

.covid-advisory .full-width-w-image .image-text .image img {
  height: auto;
  width: 100%
}

.covid-advisory .full-width-w-image .image-text .text {
  flex-basis: unset;
  max-width: unset;
  padding-left: 590px
}

.covid-advisory .full-width-w-image .image-text .text .title {
  color: #75767a;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: left
}

.covid-advisory .full-width-w-image .image-text .text p {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 24px;
  margin-top: 0;
  text-align: left
}

.covid-advisory .full-width-w-image .image-text.no-image {
  min-height: 0
}

.covid-advisory .full-width-w-image .image-text.no-image .text {
  margin: 0 auto 40px;
  max-width: 100%;
  padding-left: 0;
  width: 562px
}

@media (max-width:1200px) {
  .covid-advisory .full-width-w-image .image-text {
    min-height: 400px
  }

  .covid-advisory .full-width-w-image .image-text .image {
    height: 400px;
    width: 400px
  }

  .covid-advisory .full-width-w-image .image-text .text {
    padding-left: 490px
  }
}

@media (max-width:992px) {
  .covid-advisory .full-width-w-image .image-text {
    min-height: 300px
  }

  .covid-advisory .full-width-w-image .image-text .image {
    height: 300px;
    width: 300px
  }

  .covid-advisory .full-width-w-image .image-text .text {
    padding-left: 390px
  }
}

@media (max-width:768px) {
  .covid-advisory .full-width-w-image .image-text {
    min-height: 300px
  }

  .covid-advisory .full-width-w-image .image-text .image {
    height: 510px;
    margin-bottom: 24px;
    position: static;
    width: 510px
  }

  .covid-advisory .full-width-w-image .image-text .text {
    padding-left: 0
  }
}

@media (max-width:576px) {
  .covid-advisory .full-width-w-image .container {
    padding-left: 30px;
    padding-right: 30px
  }

  .covid-advisory .full-width-w-image .container .image-text .image {
    height: auto;
    width: 100%
  }

  .covid-advisory .full-width-w-image .container .image-text .text {
    padding-left: 0
  }
}

article.article-container.document .container-document.width-document-1 {
  margin: 0 auto;
  max-width: 100%;
  width: 562px
}

article.article-container.document .header {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 40px
}

article.article-container.document .header .image img {
  border-radius: 15px;
  height: auto;
  width: 100%
}

article.article-container.document .header .title .category {
  color: #009edb;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase
}

article.article-container.document .header .title .h1,
article.article-container.document .header .title h1 {
  color: #54565a;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

article.article-container.document .short-description {
  color: #343a40;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left
}

article.article-container.document .short-description p {
  color: #343a40
}

article.article-container.document .author-date {
  margin-bottom: 40px
}

article.article-container.document .author-date .info {
  color: #343a40;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: left
}

article.article-container.document .author-date .info span {
  color: #54565a;
  font-weight: 600
}

article.article-container.document .body,
article.article-container.document .paragraph--type--p-text-section {
  color: #343a40;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left
}

article.article-container.document .related-links {
  margin-bottom: 30px
}

article.article-container.document .related-links .h3,
article.article-container.document .related-links h3 {
  color: #343a40;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: left
}

article.article-container.document .related-links .field__item a {
  color: #009edb
}

article.article-container.document .primary-category .h6,
article.article-container.document .primary-category h6 {
  font-weight: 600;
  margin-bottom: 15px
}

article.article-container.document .primary-category .field--name-field-article-category,
article.article-container.document .primary-category .field--name-field-article-primary-tags {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0
}

article.article-container.document .primary-category .field--name-field-article-category .field__item,
article.article-container.document .primary-category .field--name-field-article-primary-tags .field__item {
  margin-bottom: 15px;
  margin-right: 10px
}

article.article-container.document .primary-category .field--name-field-article-category .field__item a,
article.article-container.document .primary-category .field--name-field-article-primary-tags .field__item a {
  border: 2px solid #009edb;
  border-radius: 15px;
  color: #009edb;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 1px 15px;
  text-align: center
}

article.article-container.document .primary-category .field--name-field-article-category .field__item a:hover,
article.article-container.document .primary-category .field--name-field-article-primary-tags .field__item a:hover {
  border: 2px solid #54565a;
  color: #54565a;
  text-decoration: none;
  transition: all .3s ease-out
}

article.article-container.document .document-file {
  margin-bottom: 30px
}

article.article-container.document .document-file .h6,
article.article-container.document .document-file h6 {
  font-weight: 600;
  margin-bottom: 15px
}

article.article-container.document .document-file a {
  border: 2px solid #009edb;
  border-radius: 5px;
  color: #009edb;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 5px;
  text-align: center
}

article.article-container.document .document-file a:hover {
  border: 2px solid #54565a;
  color: #54565a;
  text-decoration: none;
  transition: all .3s ease-out
}

article.article-container.document .related-documents {
  margin-top: 50px
}

article.article-container.document .related-documents .view-content .document-teaser .news-media {
  height: auto
}

article.article-container.document .related-documents .view-content .document-teaser .news-media img {
  height: auto;
  max-width: 100%
}

article.article-container.document .related-documents .h5,
article.article-container.document .related-documents h5 {
  color: #54565a;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase
}

.document-teaser .news-media {
  height: unset;
  max-height: 231px
}

.document-teaser .news-media img {
  height: auto;
  max-width: 100%
}

.document-teaser .news-content .categories {
  color: #009edb;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase
}

.document-teaser .news-content .box {
  align-items: flex-end;
  display: flex
}

.document-teaser .news-content .box .subtitle {
  margin-bottom: 0;
  width: 100%
}

.document-teaser .news-content .box .subtitle p {
  margin-bottom: 0
}

.document-teaser .news-content .box a {
  color: #009edb;
  white-space: pre
}

.document-teaser .news-content .metadata .author {
  display: flex;
  flex: unset;
  flex: 0 0 100% !important;
  justify-content: space-between;
  max-width: unset;
  max-width: 100% !important;
  width: 100%
}

.document-teaser .news-content .metadata .author .info span {
  color: #54565a
}

@media (max-width:992px) {
  article.article-container.document .header {
    position: relative
  }

  article.article-container.document .header .image {
    margin-bottom: 40px
  }

  article.article-container.document .header .title {
    position: static
  }

  article.article-container.document .header .title .category {
    left: 35px;
    position: absolute;
    top: 20px
  }

  article.article-container.document .header .title .category a {
    color: #fff !important
  }

  article.article-container.document .header .title .category a:after {
    content: " >"
  }
}

@media (max-width:768px) {
  article.article-container.document .primary-category .field--name-field-article-category {
    margin: 0
  }

  article.article-container.document .primary-category .field--name-field-article-category .field__item {
    margin-bottom: 15px
  }
}

article.event-container .width-article-1 {
  margin: 0 auto;
  max-width: 100%;
  width: 562px
}

article.event-container .width-article-2 {
  margin: 0 auto;
  max-width: 100%;
  width: 661px
}

article.event-container .width-article-3 {
  margin: 0 auto;
  max-width: 100%;
  width: 760px
}

article.event-container .content-about {
  margin: 0 auto 40px;
  max-width: 100%;
  width: 562px
}

article.event-container .content-about .h2,
article.event-container .content-about h2 {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
  text-transform: uppercase
}

article.event-container .content-about a,
article.event-container .content-about b,
article.event-container .content-about i,
article.event-container .content-about li,
article.event-container .content-about ol,
article.event-container .content-about p,
article.event-container .content-about span,
article.event-container .content-about strong,
article.event-container .content-about u,
article.event-container .content-about ul {
  font-size: 16px;
  margin: 0;
  padding: 0
}

article.event-container .content-about p {
  margin-bottom: 10px
}

article.event-container .content-about p strong {
  color: #54565a
}

article.event-container .content-about .related-links {
  margin-bottom: 30px
}

article.event-container .content-about .related-links .h3,
article.event-container .content-about .related-links h3 {
  color: #343a40;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: left
}

article.event-container .content-about .related-links .field__item a {
  color: #009edb
}

article.event-container .content-about .primary-category {
  margin-bottom: 30px
}

article.event-container .content-about .primary-category .h6,
article.event-container .content-about .primary-category h6 {
  font-weight: 600;
  margin-bottom: 15px
}

article.event-container .content-about .primary-category .field--name-field-article-category,
article.event-container .content-about .primary-category .field--name-field-article-primary-tags,
article.event-container .content-about .primary-category .field--name-field-primary-article-controlled {
  display: inline-flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 0
}

article.event-container .content-about .primary-category .field--name-field-article-category .field__item,
article.event-container .content-about .primary-category .field--name-field-article-primary-tags .field__item,
article.event-container .content-about .primary-category .field--name-field-primary-article-controlled .field__item {
  margin-bottom: 15px;
  margin-right: 10px
}

article.event-container .content-about .primary-category .field--name-field-article-category .field__item a,
article.event-container .content-about .primary-category .field--name-field-article-primary-tags .field__item a,
article.event-container .content-about .primary-category .field--name-field-primary-article-controlled .field__item a {
  border: 2px solid #009edb;
  border-radius: 15px;
  color: #009edb;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 1px 15px;
  text-align: center
}

article.event-container .content-about .primary-category .field--name-field-article-category .field__item a:hover,
article.event-container .content-about .primary-category .field--name-field-article-primary-tags .field__item a:hover,
article.event-container .content-about .primary-category .field--name-field-primary-article-controlled .field__item a:hover {
  border: 2px solid #54565a;
  color: #54565a;
  text-decoration: none;
  transition: all .3s ease-out
}

article.event-container .related-events {
  margin-top: 50px
}

article.event-container .related-events .h5,
article.event-container .related-events h5 {
  color: #343a40;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase
}

article.event-container .related-events .event-teaser .news-media {
  height: unset;
  max-height: 231px
}

article.event-container .related-events .event-teaser .news-media img {
  height: 100%;
  width: 100%
}

article.event-container .related-events .event-teaser .news-content .categories {
  color: #009edb;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase
}

article.event-container .related-events .event-teaser .news-content .title {
  color: #343a40
}

article.event-container .related-events .event-teaser .news-content .metadata .author {
  display: flex;
  flex: unset;
  justify-content: space-between;
  max-width: unset;
  width: 100%
}

article.event-container .related-events .event-teaser .news-content .metadata .author .info,
article.event-container .related-events .event-teaser .news-content .metadata .author .info span {
  color: #54565a
}

article.event-container .related-events .event-teaser .news-content .metadata .author .info span:before {
  color: #343a40;
  content: "|";
  margin: 0 15px
}

@media (max-width:768px) {
  article.event-container .related-events .event-teaser .news-content .metadata .author {
    display: block
  }

  article.event-container .related-events .event-teaser .news-content .metadata .author .info {
    margin-bottom: 6px
  }
}

article.event-container .event-agendas-container {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw
}

article.event-container .event-agendas-container .background {
  height: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 0
}

article.event-container .event-agendas-container .views-element-container {
  align-self: unset;
  padding: 0;
  width: 100%
}

article.event-container .event-agendas-container .views-element-container .banner-hero-event-agenda {
  display: none
}

article.event-container .related-speakers {
  margin-bottom: 100px
}

article.event-container .related-speakers .view-event-speakers .container .row {
  margin-left: -30px;
  margin-right: -30px
}

article.event-container .related-speakers .view-event-speakers .container .row .title-section {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 21px;
  margin-top: 75px;
  text-align: center;
  text-transform: uppercase
}

article.event-container .logos .logos-container .h5,
article.event-container .logos .logos-container h5 {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

article.event-container .related-documents {
  background-color: #f6f6f6;
  left: 50%;
  margin-left: -50vw;
  padding-bottom: 75px;
  padding-top: 50px;
  position: relative;
  width: 100vw
}

article.event-container .related-documents .h5,
article.event-container .related-documents h5 {
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 31px;
  margin-top: 0;
  width: 100%
}

article.event-container .related-events .view-related-events .view-header .h5,
article.event-container .related-events .view-related-events .view-header h5 {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 34px;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

article.event-container .view-hide {
  display: none
}

article.event-container .view-hide.view-first {
  display: block
}

article.event-container .related-documents {
  margin-top: 50px
}

article.event-container .related-documents .h5,
article.event-container .related-documents h5 {
  color: #54565a;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
  text-transform: uppercase
}

article.event-container .related-documents .document-teaser .news-media {
  height: unset;
  max-height: 231px
}

article.event-container .related-documents .document-teaser .news-content .categories {
  color: #009edb;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase
}

article.event-container .related-documents .document-teaser .news-content .box {
  align-items: flex-end;
  display: flex
}

article.event-container .related-documents .document-teaser .news-content .box .subtitle,
article.event-container .related-documents .document-teaser .news-content .box .subtitle p {
  margin-bottom: 0
}

article.event-container .related-documents .document-teaser .news-content .box a {
  color: #009edb;
  white-space: pre
}

article.event-container .related-documents .document-teaser .news-content .metadata .author {
  display: flex;
  flex: unset;
  justify-content: space-between;
  max-width: unset;
  width: 100%
}

article.event-container .related-documents .document-teaser .news-content .metadata .author .info span {
  color: #54565a
}

.good-practices .banner-hero-good-practices {
  min-height: unset !important
}

.good-practices .banner-hero-good-practices .event-content .description .logo-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%
}

.good-practices .banner-hero-good-practices .event-content .description .logo-link .logo {
  flex: 0 0 150px
}

.good-practices .banner-hero-good-practices .event-content .description .logo-link .logo p {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 24px;
  margin-top: 0;
  text-align: left
}

.good-practices .banner-hero-good-practices .event-content .description .logo-link .link {
  align-self: flex-end;
  flex: 1 0 50%;
  text-align: end
}

@media (max-width:576px) {
  .good-practices .banner-hero-good-practices .event-content .dates {
    display: block !important
  }

  .good-practices .banner-hero-good-practices .event-content .dates .areas {
    margin-bottom: 24px
  }
}

.good-practices .partners-good-practices {
  background-color: #4fb9e2;
  left: 50%;
  margin-left: -50vw;
  padding: 60px 0 .1px;
  position: relative;
  width: 100vw
}

.good-practices .related-good-practices {
  background-color: #edeeee;
  left: 50%;
  margin-left: -50vw;
  padding: 110px 0 105px;
  position: relative;
  width: 100vw
}

.good-practices .related-good-practices .view-header .h2,
.good-practices .related-good-practices .view-header h2 {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 35px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

.news-good-practice.news-good-practice-teaser .news-content .metadata .date,
.news-good-practice.news-good-practice-teaser .news-content .metadata .location {
  -webkit-box-flex: 0;
  color: #54565a;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
  margin-top: 0;
  max-width: auto;
  text-align: left
}

.news-good-practice.news-good-practice-teaser .news-content .metadata .location:before {
  color: #343a40;
  content: "|";
  margin: 0 15px
}

.news-good-practice.news-good-practice-teaser .news-content .content-body {
  padding-left: 196px
}

.impact-container {
  margin-bottom: 115px
}

.impact-container .supertitle {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 35px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

.impact-container .title {
  line-height: 50px;
  line-height: 1.5
}

.impact-container .title,
.impact-container .title span {
  color: #fff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center
}

.impact-container .title span {
  background: #54565a;
  -webkit-box-shadow: 10px 0 0 #54565a, -10px 0 0 #54565a;
  box-shadow: 10px 0 0 #54565a, -10px 0 0 #54565a;
  font-family: Merriweather, serif;
  line-height: 50px;
  padding: 1px 0
}

.impact-container .subtitle {
  color: #75767a;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center
}

.impact-container .row {
  display: grid;
  gap: 33px 3.4%;
  grid-template-areas: ". ." ". ." ". .";
  grid-template-columns: 48.3% 48.3%;
  grid-template-rows: auto auto auto
}

.impact-container .row .impact-item {
  background-color: #fce7cc;
  padding: 35px 25px
}

.impact-container .row .impact-item .unit-title {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase
}

.impact-container .row .impact-item .unit-body p,
.impact-container .row .impact-item .unit-title {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 0;
  text-align: left
}

.impact-container .row .impact-item .unit-body p {
  font-weight: 400;
  margin-bottom: 0
}

@media (max-width:768px) {
  .impact-container .row {
    display: block
  }

  .impact-container .row .impact-item {
    margin-bottom: 30px
  }
}

@media (max-width:400px) {
  .impact-container .title {
    font-size: 24px
  }

  .impact-container .title span {
    font-size: 24px;
    line-height: 40px
  }
}

.location-section {
  background-color: #f2940a;
  left: 50%;
  margin-left: -50vw;
  padding-bottom: 100px;
  padding-top: 70px;
  position: relative;
  width: 100vw
}

.location-section .section-title {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 24px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

.location-section .wrapper-location {
  min-height: 500px;
  position: relative
}

.location-section .wrapper-location .image {
  height: 500px;
  position: absolute;
  width: 500px
}

.location-section .wrapper-location .image img {
  height: auto;
  width: 100%
}

.location-section .wrapper-location .title-location {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 40px;
  margin-bottom: 40px;
  margin-top: 0;
  padding-left: 590px;
  text-align: left
}

.location-section .wrapper-location .text {
  padding-left: 590px
}

.location-section .wrapper-location .text p {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 24px;
  margin-top: 0;
  text-align: left
}

.location-section .wrapper-location .text a,
.location-section .wrapper-location .text b,
.location-section .wrapper-location .text i,
.location-section .wrapper-location .text li,
.location-section .wrapper-location .text ol,
.location-section .wrapper-location .text p,
.location-section .wrapper-location .text span,
.location-section .wrapper-location .text strong,
.location-section .wrapper-location .text u,
.location-section .wrapper-location .text ul {
  font-size: 16px;
  margin: 0;
  padding: 0
}

.location-section .wrapper-location .text p {
  margin-bottom: 10px
}

@media (max-width:1200px) {
  .location-section .wrapper-location {
    min-height: 400px
  }

  .location-section .wrapper-location .image {
    height: 400px;
    width: 400px
  }

  .location-section .wrapper-location .text,
  .location-section .wrapper-location .title-location {
    padding-left: 490px
  }
}

@media (max-width:992px) {
  .location-section .wrapper-location {
    min-height: 300px
  }

  .location-section .wrapper-location .image {
    height: 300px;
    width: 300px
  }

  .location-section .wrapper-location .text,
  .location-section .wrapper-location .title-location {
    padding-left: 390px
  }
}

@media (max-width:768px) {
  .location-section .wrapper-location {
    min-height: 300px
  }

  .location-section .wrapper-location .image {
    height: 510px;
    margin-bottom: 24px;
    position: static;
    width: 510px
  }

  .location-section .wrapper-location .text,
  .location-section .wrapper-location .title-location {
    padding-left: 0
  }
}

@media (max-width:576px) {
  .location-section .container {
    padding-left: 30px;
    padding-right: 30px
  }

  .location-section .container .wrapper-location .image {
    height: auto;
    width: 100%
  }

  .location-section .container .wrapper-location .text,
  .location-section .container .wrapper-location .title-location {
    padding-left: 0
  }
}

.paragraph-banner {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%
}

.paragraph-banner .background {
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

.paragraph-banner .background img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.paragraph-banner .container {
  align-self: center;
  display: flex
}

.paragraph-banner .content {
  align-self: center;
  box-sizing: content-box;
  color: #fff;
  padding-bottom: 36px;
  padding-left: 0;
  padding-top: 36px;
  position: relative;
  width: 512px;
  z-index: 5
}

.paragraph-banner .content a {
  color: #fff;
  text-decoration: underline
}

.paragraph-banner .content .title {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left
}

.paragraph-banner .content .title.title-color-8 {
  color: #54565a
}

.paragraph-banner .content .title.title-color-9 {
  color: #009edb
}

.paragraph-banner .content .title.title-color-43 {
  color: #75767a
}

.paragraph-banner .content .title.title-color-70 {
  color: #b00
}

.paragraph-banner .content .title.title-color- {
  color: #151515
}

.paragraph-banner .content .h4,
.paragraph-banner .content h4 {
  font-size: 18px
}

.paragraph-banner .content .supertitle {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase
}

.paragraph-banner .content .body,
.paragraph-banner .content .supertitle {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.5;
  margin-top: 0;
  text-align: left
}

.paragraph-banner .content .body {
  font-weight: 600;
  margin-bottom: 0
}

.paragraph-banner .content .field--name-field-blog-button-link {
  margin-top: 15px
}

.paragraph-banner.content-long .content {
  width: 500px
}

.paragraph-banner.content-mt-140 .content {
  margin-top: 140px !important
}

.paragraph-banner.layout-centered .content {
  margin: 0 auto;
  max-width: 100%;
  padding-left: unset;
  width: 958px
}

.paragraph-banner.layout-centered .content .body,
.paragraph-banner.layout-centered .content .field--name-field-blog-button-link,
.paragraph-banner.layout-centered .content .supertitle,
.paragraph-banner.layout-centered .content .title {
  text-align: center
}

.paragraph-banner.layout-right .content {
  margin: 0 auto;
  padding-left: unset;
  width: 100%
}

.paragraph-banner.layout-right .content .body,
.paragraph-banner.layout-right .content .supertitle,
.paragraph-banner.layout-right .content .title {
  text-align: left
}

.paragraph-banner.height-720,
.paragraph-banner.height-tall {
  min-height: 720px
}

.paragraph-banner.height-670,
.paragraph-banner.height-short {
  min-height: 670px
}

.paragraph-banner.height-310,
.paragraph-banner.height-compact {
  min-height: 310px
}

.paragraph-banner.height-min-300 {
  min-height: 300px
}

.paragraph-banner.full-width {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw
}

.paragraph-banner.title-color-blue .content .title {
  color: #009edb
}

.paragraph-banner.title-color-orange .content .title {
  color: #54565a
}

.paragraph-banner.title-small .content .title {
  font-size: 33px
}

.paragraph-banner.title-mb-20 .content .title {
  margin-bottom: 20px
}

.paragraph-banner.supertitle-color-blue .content .supertitle {
  color: #009edb
}

.paragraph-banner.supertitle-color-orange .content .supertitle {
  color: #54565a
}

.paragraph-banner.subtitle-color-blue .content .subtitle {
  color: #009edb
}

.paragraph-banner.subtitle-color-orange .content .subtitle {
  color: #54565a
}

.paragraph-banner.paragraph-full-width-banner-banner-color-profile .content .subtitle {
  color: #54565a;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 18px;
  margin-top: 0;
  text-align: left
}

.paragraph-banner.paragraph-full-width-banner-banner-color-profile .content .title-company-name {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

.paragraph-banner.title-highlighted-white .content .title {
  line-height: 1.5;
  padding-left: 10px
}

.paragraph-banner.title-highlighted-white .content .title span {
  background: #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  padding: 1px 0
}

.paragraph-banner.title-highlighted-blue .content .title {
  line-height: 1.5;
  padding-left: 10px
}

.paragraph-banner.title-highlighted-blue .content .title span {
  background: #009edb;
  box-shadow: 10px 0 0 #009edb, -10px 0 0 #009edb;
  padding: 1px 0
}

.paragraph-banner.title-highlighted-orange .content .title {
  line-height: 1.5;
  padding-left: 10px
}

.paragraph-banner.title-highlighted-orange .content .title span {
  background: #54565a;
  box-shadow: 10px 0 0 #54565a, -10px 0 0 #54565a;
  padding: 1px 0
}

.paragraph-banner.body-highlighted-white .content .body {
  line-height: 2em
}

.paragraph-banner.body-highlighted-white .content .body span {
  background-color: #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  padding: 3px 0
}

.paragraph-banner.body-highlighted-blue .content .body {
  line-height: 2em
}

.paragraph-banner.body-highlighted-blue .content .body span {
  background-color: #009edb;
  box-shadow: 10px 0 0 #009edb, -10px 0 0 #009edb;
  padding: 3px 0
}

.paragraph-banner.body-highlighted-orange .content .body {
  line-height: 2em
}

.paragraph-banner.body-highlighted-orange .content .body span {
  background-color: #f39927;
  box-shadow: 10px 0 0 #f39927, -10px 0 0 #f39927;
  padding: 3px 0
}

.paragraph-banner.background-color-9 .background:after,
.paragraph-banner.background-color-blue .background:after {
  background-color: #009edb;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%
}

.paragraph-banner.background-color-8 .background:after,
.paragraph-banner.background-color-orange .background:after {
  background-color: #54565a;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%
}

.paragraph-banner.background-color-43 .background:after,
.paragraph-banner.background-color-grey .background:after {
  background-color: #edeeee;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%
}

.paragraph-banner.background-color-70 .background:after {
  background-color: #b00;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%
}

.paragraph-banner.background-color-9-image .background img,
.paragraph-banner.background-color-blue-image .background img {
  position: absolute;
  z-index: 5
}

.paragraph-banner.background-color-9-image .background:after,
.paragraph-banner.background-color-blue-image .background:after {
  background-color: #009edb;
  content: "";
  height: 100%;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.paragraph-banner.background-color-8-image .background img,
.paragraph-banner.background-color-orange-image .background img {
  position: absolute;
  z-index: 5
}

.paragraph-banner.background-color-8-image .background:after,
.paragraph-banner.background-color-orange-image .background:after {
  background-color: #54565a;
  content: "";
  height: 100%;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.paragraph-banner.background-color-43-image .background img {
  position: absolute;
  z-index: 5
}

.paragraph-banner.background-color-43-image .background:after {
  background-color: #000;
  content: "";
  height: 100%;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.paragraph-banner.background-color-70-image .background img {
  position: absolute;
  z-index: 5
}

.paragraph-banner.background-color-70-image .background:after {
  background-color: #b00;
  content: "";
  height: 100%;
  opacity: .8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10
}

.paragraph-banner.paragraph-full-width-banner-banner-color-image-supertitle-title .background img,
.paragraph-banner.paragraph-full-width-banner-banner-color-image-supertitle-title-body .background img,
.paragraph-banner.paragraph-full-width-banner-banner-color-image-supertitle-title-highlight-body .background img,
.paragraph-banner.paragraph-full-width-banner-banner-color-supertitle-title .background img,
.paragraph-banner.paragraph-full-width-banner-banner-color-supertitle-title-body .background img,
.paragraph-banner.paragraph-full-width-banner-banner-color-supertitle-title-highlight-body .background img {
  height: auto;
  min-height: 100%;
  width: -webkit-fill-available
}

@media (max-width:1200px) {
  .paragraph-banner .content {
    padding-left: 0
  }
}

@media (max-width:992px) {
  .paragraph-banner .content {
    padding-left: 0
  }
}

@media (max-width:768px) {
  .paragraph-banner .content {
    margin-left: 0;
    padding-left: 0
  }

  .paragraph-banner.layout-centered .content {
    width: 550px
  }
}

@media (max-width:600px) {
  .paragraph-banner.layout-centered .content {
    width: 450px
  }
}

@media (max-width:500px) {
  .paragraph-banner.layout-centered .content {
    width: 350px
  }
}

@media (max-width:400px) {
  .paragraph-banner .content {
    padding-right: 30px
  }

  .paragraph-banner .content .title {
    font-size: 30px
  }

  .paragraph-banner.layout-centered .content {
    padding-left: 0;
    padding-right: 0;
    width: 280px
  }

  .paragraph-banner.paragraph-full-width-banner-banner-color-image-supertitle-title .background img,
  .paragraph-banner.paragraph-full-width-banner-banner-color-image-supertitle-title-body .background img,
  .paragraph-banner.paragraph-full-width-banner-banner-color-image-supertitle-title-highlight-body .background img,
  .paragraph-banner.paragraph-full-width-banner-banner-color-supertitle-title .background img,
  .paragraph-banner.paragraph-full-width-banner-banner-color-supertitle-title-body .background img,
  .paragraph-banner.paragraph-full-width-banner-banner-color-supertitle-title-highlight-body .background img {
    width: auto
  }

  .paragraph-banner.height-tall {
    min-height: 375px
  }
}

.paragraph-banner.term-page {
  margin-bottom: 40px
}

.paragraph-banner.color-image .content,
.paragraph-banner.paragraph-photo-title .content {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .5)
}

.paragraph-banner.color-image .content span,
.paragraph-banner.paragraph-photo-title .content span {
  text-shadow: none
}

.paragraph-banner.middle-banner .content {
  width: 512px
}

.paragraph-banner.middle-banner .content .supertitle {
  color: #75767a;
  font-size: 18px
}

.paragraph-banner.middle-banner .content .body>* {
  color: #75767a;
  font-weight: 600
}

.paragraph-banner.middle-banner .content .body>* strong {
  color: #75767a
}

.paragraph-banner.middle-banner .content .body li {
  font-weight: 600
}

.paragraph-banner.middle-banner .content .title {
  color: #009edb;
  font-size: 48px;
  font-weight: 600
}

.paragraph-banner.middle-banner .content.has-body .title {
  font-size: 32px
}

.paragraph-banner.middle-banner .content.has-body .body ul {
  list-style: none inside;
  margin: 0;
  padding: 0
}

.paragraph-banner.middle-banner.image .content {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .5)
}

.paragraph-banner.middle-banner.image .content .button,
.paragraph-banner.middle-banner.image .content span {
  text-shadow: none
}

.paragraph-banner.middle-banner.image .content .body>*,
.paragraph-banner.middle-banner.image .content .body>* strong,
.paragraph-banner.middle-banner.image .content .supertitle {
  color: #fff
}

.paragraph-banner.middle-banner.image .content .title {
  color: #54565a
}

.paragraph-banner.middle-banner.image.title-highlighted .content .title {
  color: #54565a;
  line-height: 1.5;
  padding-left: 10px
}

.paragraph-banner.middle-banner.image.title-highlighted .content .title span {
  background: #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  padding: 1px 0
}

.paragraph-banner.middle-banner.color-image .content {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .5)
}

.paragraph-banner.middle-banner.color-image .content span {
  text-shadow: none
}

.paragraph-banner.middle-banner.layout-centered .content {
  width: 958px
}

.paragraph-banner.middle-banner.layout-centered .content .body>*,
.paragraph-banner.middle-banner.layout-centered .content .button {
  text-align: center
}

.paragraph-banner.middle-banner.title-highlighted .content .title {
  color: #fff;
  line-height: 1.5;
  padding-left: 10px;
  text-shadow: none
}

.paragraph-banner.middle-banner.title-highlighted .content .title span {
  background: #009edb;
  box-shadow: 10px 0 0 #009edb, -10px 0 0 #009edb;
  padding: 1px 0
}

.paragraph-banner.middle-banner.title-highlighted .content .title span span {
  text-shadow: none
}

.paragraph-banner.middle-banner.background-color-9 .content .body>*,
.paragraph-banner.middle-banner.background-color-9 .content .body>* strong,
.paragraph-banner.middle-banner.background-color-9 .content .supertitle,
.paragraph-banner.middle-banner.background-color-9 .content .title {
  color: #fff
}

.paragraph-banner.middle-banner.background-color-9.title-highlighted .content .title {
  color: #54565a;
  line-height: 1.5;
  padding-left: 10px
}

.paragraph-banner.middle-banner.background-color-9.title-highlighted .content .title span {
  background: #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  padding: 1px 0
}

.paragraph-banner.middle-banner.background-color-8 .content .body>*,
.paragraph-banner.middle-banner.background-color-8 .content .body>* strong,
.paragraph-banner.middle-banner.background-color-8 .content .supertitle,
.paragraph-banner.middle-banner.background-color-8 .content .title {
  color: #fff
}

.paragraph-banner.middle-banner.background-color-8.title-highlighted .content .title {
  color: #54565a;
  line-height: 1.5;
  padding-left: 10px
}

.paragraph-banner.middle-banner.background-color-8.title-highlighted .content .title span {
  background: #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  padding: 1px 0
}

.paragraph-banner.middle-banner.background-color-9-image .content .body>*,
.paragraph-banner.middle-banner.background-color-9-image .content .body>* strong,
.paragraph-banner.middle-banner.background-color-9-image .content .supertitle,
.paragraph-banner.middle-banner.background-color-9-image .content .title {
  color: #fff
}

.paragraph-banner.middle-banner.background-color-9-image.title-highlighted .content .title {
  color: #54565a;
  line-height: 1.5;
  padding-left: 10px
}

.paragraph-banner.middle-banner.background-color-9-image.title-highlighted .content .title span {
  background: #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  padding: 1px 0
}

.paragraph-banner.middle-banner.background-color-8-image .content .body>*,
.paragraph-banner.middle-banner.background-color-8-image .content .body>* strong,
.paragraph-banner.middle-banner.background-color-8-image .content .supertitle,
.paragraph-banner.middle-banner.background-color-8-image .content .title {
  color: #fff
}

.paragraph-banner.middle-banner.background-color-8-image.title-highlighted .content .title {
  color: #54565a;
  line-height: 1.5;
  padding-left: 10px
}

.paragraph-banner.middle-banner.background-color-8-image.title-highlighted .content .title span {
  background: #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  padding: 1px 0
}

.paragraph-banner.middle-banner.background-color-43-image .content .body>*,
.paragraph-banner.middle-banner.background-color-43-image .content .body>* strong,
.paragraph-banner.middle-banner.background-color-43-image .content .supertitle,
.paragraph-banner.middle-banner.background-color-43-image .content .title {
  color: #fff
}

.paragraph-banner.middle-banner.background-color-43-image.title-highlighted .content .title {
  color: #54565a;
  line-height: 1.5;
  padding-left: 10px
}

.paragraph-banner.middle-banner.background-color-43-image.title-highlighted .content .title span {
  background: #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  padding: 1px 0
}

.banner-hero-event .background:after {
  background-color: #75767a;
  content: "";
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5
}

.banner-hero-event .content {
  align-self: unset;
  box-sizing: border-box;
  flex-wrap: wrap;
  margin-left: auto;
  padding: 130px 15px 0;
  width: 1197px
}

.banner-hero-event .content .metadata {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%
}

.banner-hero-event .content .metadata .categories {
  -webkit-box-flex: 0;
  color: #009edb;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  font-family: Source Sans Pro, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 0;
  max-width: 75%;
  text-align: left;
  text-transform: uppercase
}

.banner-hero-event .content .metadata .categories span {
  color: #fff;
  padding: 0 7px
}

.banner-hero-event .content .metadata .date {
  -webkit-box-flex: 0;
  color: #fff;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 0;
  max-width: 25%;
  text-align: right
}

.banner-hero-event .content .metadata .date span {
  color: #54565a
}

.banner-hero-event .content .event-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  width: 100%
}

.banner-hero-event .content .event-content .description {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  -webkit-box-flex: 0;
  background-color: rgba(48, 173, 221, .85);
  -webkit-flex: 0 0 66.7%;
  -ms-flex: 0 0 66.7%;
  flex: 0 0 66.7%;
  margin-right: .3%;
  max-width: 66.7%;
  min-height: 384px;
  mix-blend-mode: multiply;
  padding: 33px
}

.banner-hero-event .content .event-content .description .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 0
}

.banner-hero-event .content .event-content .description .body,
.banner-hero-event .content .event-content .description .title {
  -webkit-box-flex: 0;
  color: #fff;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  letter-spacing: 0;
  margin-top: 0;
  max-width: 100%;
  text-align: left
}

.banner-hero-event .content .event-content .description .body {
  font-family: Merriweather, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 24px
}

.banner-hero-event .content .event-content .description .body p {
  color: #fff
}

.banner-hero-event .content .event-content .description .logotype {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}

.banner-hero-event .content .event-content .description .actions {
  -webkit-box-flex: 0;
  align-self: flex-end;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  text-align: end
}

.banner-hero-event .content .event-content .dates {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  -webkit-box-flex: 0;
  background-color: #fff;
  -webkit-flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  flex: 0 0 33%;
  max-width: 33%;
  padding: 25px 35px
}

.banner-hero-event .content .event-content .dates .pass {
  -webkit-box-flex: 0;
  display: flex;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  flex-direction: column;
  max-width: 50%
}

.banner-hero-event .content .event-content .dates .pass .date {
  flex: 0 0 25%
}

.banner-hero-event .content .event-content .dates .pass .date .day {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 88px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 65px;
  margin-bottom: 8px;
  margin-top: 0;
  text-align: left
}

.banner-hero-event .content .event-content .dates .pass .date .day span {
  font-size: 32px;
  text-decoration: underline;
  text-transform: uppercase;
  vertical-align: super
}

.banner-hero-event .content .event-content .dates .pass .date .month,
.banner-hero-event .content .event-content .dates .pass .date .year {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase
}

.banner-hero-event .content .event-content .dates .pass .hour {
  align-items: center;
  color: #75767a;
  display: flex;
  flex: 1 0 15%;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

.banner-hero-event .content .event-content .dates .pass .hour span {
  font-size: 27px
}

.banner-hero-event .content .event-content .dates .pass .location {
  color: #75767a;
  flex: 0 0 20%;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

.banner-hero-event .content .event-menu {
  padding: 45px 0 80px;
  width: 100%
}

.banner-hero-event .content .event-menu .menu-mobile {
  background-color: #fff;
  border-radius: 8px;
  display: none;
  height: 45px;
  padding: 9.5px 11.5px;
  width: 45px
}

.banner-hero-event .content .event-menu .menu-mobile .hamburger-toggler-sec {
  background-color: #54565a;
  display: block;
  margin-left: auto;
  margin-right: 10px;
  margin-top: 0
}

.banner-hero-event .content .event-menu .menu-mobile .hamburger-toggler-sec span.navbar-toggler-icon,
.banner-hero-event .content .event-menu .menu-mobile .hamburger-toggler-sec:after,
.banner-hero-event .content .event-menu .menu-mobile .hamburger-toggler-sec:before {
  background-color: #fff
}

.banner-hero-event .content .event-menu .menu-desktop {
  list-style: none inside;
  margin: 0;
  padding: 0;
  text-align: center
}

.banner-hero-event .content .event-menu .menu-desktop li {
  display: inline-block;
  margin-left: -2px
}

.banner-hero-event .content .event-menu .menu-desktop li:after {
  color: #a7a8a9;
  content: "|";
  display: inline-block;
  margin-left: 18px;
  margin-right: 20px
}

.banner-hero-event .content .event-menu .menu-desktop li:last-child:after {
  content: none
}

@media (min-width:769px) {
  .banner-hero-event .content .event-menu .menu-desktop {
    background-color: #fff;
    border-radius: 2px;
    margin: 0 auto;
    padding: 10px 20px;
    width: fit-content
  }
}

.banner-hero-event .content .event-menu .menu-desktop li {
  color: #54565a;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

.banner-hero-event .content .event-menu .menu-desktop li.active,
.banner-hero-event .content .event-menu .menu-desktop li:hover {
  color: #009edb
}

@media (max-width:992px) {

  .banner-hero-event .content .metadata .categories,
  .banner-hero-event .content .metadata .date {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .banner-hero-event .content .event-content .description {
    flex: 0 0 100%;
    margin-bottom: .3%;
    margin-right: 0;
    max-width: 100%
  }

  .banner-hero-event .content .event-content .dates {
    flex: 0 0 100%;
    max-width: 100%
  }
}

@media (max-width:768px) {
  .banner-hero-event .content .event-content .description .logotype {
    display: none
  }

  .banner-hero-event .content .event-content .description .actions {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }

  .banner-hero-event .content .event-menu {
    bottom: 127px;
    display: block;
    height: 45px;
    left: 50%;
    margin-left: -270px;
    padding: 0;
    position: fixed;
    width: 540px
  }

  .banner-hero-event .content .event-menu .menu-mobile {
    display: block;
    margin-left: auto;
    position: relative;
    z-index: 50
  }

  .banner-hero-event .content .event-menu .menu-mobile a {
    display: block;
    height: 100%;
    width: 100%
  }

  .banner-hero-event .content .event-menu .menu-mobile .event-menu-open {
    display: block
  }

  .banner-hero-event .content .event-menu .menu-mobile .event-menu-open.hidden {
    display: none
  }

  .banner-hero-event .content .event-menu .menu-mobile .event-menu-open .icon-svg {
    fill: #55575b
  }

  .banner-hero-event .content .event-menu .menu-mobile .event-menu-close {
    display: none
  }

  .banner-hero-event .content .event-menu .menu-mobile .event-menu-close.show {
    display: block
  }

  .banner-hero-event .content .event-menu .menu-mobile .event-menu-close .icon-svg {
    fill: #55575b
  }

  .banner-hero-event .content .event-menu .menu-desktop {
    background-color: #fff;
    border-radius: 8px;
    bottom: 127px;
    display: none;
    overflow: hidden;
    padding-bottom: 45px;
    position: fixed;
    width: 540px
  }

  .banner-hero-event .content .event-menu .menu-desktop.show {
    display: block
  }

  .banner-hero-event .content .event-menu .menu-desktop li {
    color: #54565a;
    display: block;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 23px;
    margin: 0;
    padding: 5px 35px;
    text-align: left;
    text-transform: uppercase
  }

  .banner-hero-event .content .event-menu .menu-desktop li.active,
  .banner-hero-event .content .event-menu .menu-desktop li:hover {
    color: #009edb
  }

  .banner-hero-event .content .event-menu .menu-desktop li:after {
    content: none
  }
}

@media (max-width:600px) {
  .banner-hero-event .content .event-menu {
    margin-left: -250px;
    width: 500px
  }

  .banner-hero-event .content .event-menu .menu-desktop {
    width: 500px
  }
}

@media (max-width:576px) {
  .banner-hero-event .content {
    padding-top: 24px
  }

  .banner-hero-event .content .metadata .categories {
    font-size: 18px;
    margin-bottom: 200px;
    padding: 0 33px
  }

  .banner-hero-event .content .metadata .date {
    padding-right: 33px
  }

  .banner-hero-event .content .event-content .description .actions a {
    font-size: 18px;
    min-width: 140px
  }

  .banner-hero-event .content .event-menu {
    margin-left: -250px;
    width: 500px
  }

  .banner-hero-event .content .event-menu .menu-desktop {
    width: 500px
  }
}

@media (max-width:500px) {
  .banner-hero-event .content .event-menu {
    margin-left: -200px;
    width: 400px
  }

  .banner-hero-event .content .event-menu .menu-desktop {
    width: 400px
  }
}

@media (max-width:400px) {
  .banner-hero-event .content .event-content .description .actions a {
    font-size: 15px;
    min-width: 120px
  }

  .banner-hero-event .content .event-menu {
    margin-left: -150px;
    width: 300px
  }

  .banner-hero-event .content .event-menu .menu-desktop {
    width: 300px
  }
}

@media (max-width:360px) {
  .banner-hero-event .content .event-content .description .actions a {
    font-size: 12px;
    min-width: 110px
  }

  .banner-hero-event .content .event-content .dates .day {
    font-size: 70px !important
  }

  .banner-hero-event .content .event-content .dates .month {
    font-size: 18px !important
  }

  .banner-hero-event .content .event-content .dates .hour {
    font-size: 30px !important
  }
}

.banner-hero-event-programme {
  margin-bottom: 40px
}

.banner-hero-event-programme .content {
  align-self: unset;
  box-sizing: border-box;
  padding: 63px 15px 0;
  width: 1197px
}

.banner-hero-event-programme .content .row {
  margin-left: 0;
  margin-right: 0;
  width: 100%
}

.banner-hero-event-programme .content .title-section {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 50px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

.banner-hero-event-programme .content .cards .cards-item .item-title {
  margin-bottom: 50px
}

.banner-hero-event-programme .content .cards .cards-item .item-metadata {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

.banner-hero-event-programme .content .cards .cards-item .item-body {
  margin-top: 40px
}

.banner-hero-event-programme .content .cards .cards-item .item-actions {
  text-align: center
}

.banner-hero-event-programme .content .cards .cards-item .item-actions a {
  border: 1.5px solid #fff;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 5px;
  text-align: center
}

.banner-hero-event-programme .content .cards .cards-item .item-actions a:hover {
  background-color: #fff;
  border: 1.5px solid #fff;
  color: #54565a;
  text-decoration: none
}

@media (max-width:576px) {
  .banner-hero-event-programme .background {
    display: none
  }

  .banner-hero-event-programme .content .title-section {
    color: #54565a
  }

  .banner-hero-event-programme .content .cards .cards-item {
    padding-left: 48px;
    padding-right: 48px
  }
}

.banner-hero-event-agenda {
  background: #eee;
  margin-bottom: 40px
}

.banner-hero-event-agenda .content {
  align-self: unset;
  box-sizing: border-box;
  padding: 63px 15px 0;
  width: 1197px
}

.banner-hero-event-agenda .content .row {
  margin-left: 0;
  margin-right: 0;
  width: 100%
}

.banner-hero-event-agenda .content .title-section {
  color: #747474;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 50px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

.banner-hero-event-agenda .content .title-section.color-white {
  color: #fff
}

.banner-hero-event-agenda .content .content-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: start
}

.banner-hero-event-agenda .content .content-section dt {
  -webkit-box-flex: 0;
  background-color: #54565a;
  -webkit-flex: 0 0 16.6%;
  -ms-flex: 0 0 16.6%;
  flex: 0 0 16.6%;
  margin-bottom: 3px;
  max-width: 16.6%;
  min-height: 192px;
  padding: 25px 0 25px 35px
}

.banner-hero-event-agenda .content .content-section dt .start {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

.banner-hero-event-agenda .content .content-section dt .start span {
  font-size: 27px
}

.banner-hero-event-agenda .content .content-section dt .end {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 35px;
  margin-top: 0;
  text-align: left
}

.banner-hero-event-agenda .content .content-section dt .daymonth,
.banner-hero-event-agenda .content .content-section dt .year {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase
}

.banner-hero-event-agenda .content .content-section dd {
  -webkit-box-flex: 0;
  background-color: #fff;
  -webkit-flex: 0 0 83%;
  -ms-flex: 0 0 83%;
  flex: 0 0 83%;
  margin-bottom: 3px;
  margin-left: .4%;
  max-width: 83%;
  min-height: 192px;
  padding: 30px 50px 0;
  position: relative
}

.banner-hero-event-agenda .content .content-section dd .title {
  color: #75767a;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: left
}

.banner-hero-event-agenda .content .content-section dd .body {
  color: #75767a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 18px;
  margin-top: 0;
  text-align: left
}

.banner-hero-event-agenda .content .content-section dd .speakers {
  color: #54565a;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 15px;
  margin-right: 15px;
  margin-top: 0;
  text-align: left
}

.banner-hero-event-agenda .content .content-section dd .speakers a {
  color: #009edb
}

.banner-hero-event-agenda .content .content-section dd .location {
  color: #54565a;
  display: inline-block;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left
}

.banner-hero-event-agenda .content .content-section dd .location span {
  color: #009edb
}

.banner-hero-event-agenda .content .content-section dd .item-actions {
  display: inline-block;
  float: right;
  margin-left: auto
}

.banner-hero-event-agenda .content .content-section dd .item-actions a {
  border: 1px solid #009edb;
  border-radius: 5px;
  color: #009edb;
  padding: 5px 10px
}

.banner-hero-event-agenda .content .agenda-button {
  display: block;
  justify-content: center;
  margin-bottom: 125px;
  text-align: center;
  width: 100%
}

.banner-hero-event-agenda .content .agenda-button .button-unit {
  display: inline-block;
  justify-content: center;
  padding: 10px
}

@media (max-width:992px) {
  .banner-hero-event-agenda .content .content-section dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 22.6%;
    -ms-flex: 0 0 22.6%;
    flex: 0 0 22.6%;
    max-width: 22.6%
  }

  .banner-hero-event-agenda .content .content-section dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 77%;
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    max-width: 77%
  }
}

@media (max-width:768px) {
  .banner-hero-event-agenda .content .content-section {
    margin: 0 30px 125px
  }

  .banner-hero-event-agenda .content .content-section dt {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 32.6%;
    -ms-flex: 0 0 32.6%;
    flex: 0 0 32.6%;
    max-width: 32.6%
  }

  .banner-hero-event-agenda .content .content-section dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 67%;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
    padding: 30px 24px 24px 50px
  }
}

@media (max-width:576px) {
  .banner-hero-event-agenda .background {
    display: none
  }

  .banner-hero-event-agenda .content .title-section {
    color: #54565a
  }

  .banner-hero-event-agenda .content .content-section dt {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    min-height: auto;
    padding: 16px 24px
  }

  .banner-hero-event-agenda .content .content-section dt .start {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    order: 1
  }

  .banner-hero-event-agenda .content .content-section dt .end {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 18px;
    margin-bottom: 0;
    max-width: 50%;
    order: 3
  }

  .banner-hero-event-agenda .content .content-section dt .daymonth {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
    text-align: end
  }

  .banner-hero-event-agenda .content .content-section dt .year {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    order: 4;
    text-align: end
  }

  .banner-hero-event-agenda .content .content-section dd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 24px 24px 48px
  }
}

.section-objectives .content .row .content-section {
  padding: 0 15px
}

.section-objectives .content .row .content-section dt {
  flex: 0 0 125px !important;
  height: 125px !important;
  min-height: 125px !important
}

.section-objectives .content .row .content-section dd {
  flex: 0 0 985px !important;
  max-width: unset !important
}

@media (max-width:1200px) {
  .section-objectives .content .row .content-section dt {
    flex: 0 0 12% !important;
    height: 125px !important;
    min-height: 125px !important
  }

  .section-objectives .content .row .content-section dd {
    flex: 0 0 88% !important;
    max-width: unset !important
  }
}

@media (max-width:992px) {
  .section-objectives .content .row .content-section dt {
    flex: 0 0 17% !important;
    height: 125px !important;
    min-height: 125px !important
  }

  .section-objectives .content .row .content-section dd {
    flex: 0 0 83% !important;
    max-width: unset !important
  }
}

@media (max-width:768px) {
  .section-objectives .content {
    margin-left: auto;
    margin-right: auto
  }

  .section-objectives .content .row .content-section {
    margin: 0 5px 125px
  }

  .section-objectives .content .row .content-section dt {
    flex: 0 0 100% !important;
    height: 125px !important;
    max-width: 100%;
    min-height: 125px !important
  }

  .section-objectives .content .row .content-section dd {
    border-left: 0;
    flex: 0 0 100% !important;
    max-width: unset !important
  }
}

.partners {
  margin-bottom: 125px
}

.partners .impact-container .supertitle {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 35px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

.partners .impact-container .row {
  display: grid;
  gap: 33px 3.4%;
  grid-template-areas: ". ." ". ." ". .";
  grid-template-columns: 48.3% 48.3%;
  grid-template-rows: auto auto auto;
  margin-left: 0;
  margin-right: 0
}

.partners .impact-container .row .impact-item {
  background-color: #edeeee;
  padding: 35px 25px
}

.partners .impact-container .row .impact-item .unit-title {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase
}

.partners .impact-container .row .impact-item .unit-body p,
.partners .impact-container .row .impact-item .unit-title {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 0;
  text-align: left
}

.partners .impact-container .row .impact-item .unit-body p {
  font-weight: 400;
  margin-bottom: 0
}

@media (max-width:768px) {
  .partners .impact-container .row {
    display: block
  }

  .partners .impact-container .row .impact-item {
    margin-bottom: 33px
  }
}

.profesional-profile .paragraph-full-width-banner-banner-color-profile .content .row {
  margin: 0;
  width: 100%
}

.profesional-profile .paragraph-full-width-banner-banner-color-profile .content .row div[class*=col-] {
  padding-left: 25px
}

.profesional-profile .speaker-wrapper {
  position: relative;
  top: -237px
}

.profesional-profile .speaker-wrapper .speaker-article .speaker-media:before {
  background-color: #54565a;
  content: ""
}

.profesional-profile .speaker-wrapper .speaker-article .speaker-content {
  background-color: #54565a
}

.profesional-profile .speaker-wrapper .speaker-article .speaker-content .speaker-section-data .profesional-profile-title {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase
}

.profesional-profile .speaker-wrapper .speaker-article .speaker-content .speaker-section-data p {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 35px;
  margin-top: 0;
  text-align: left
}

.profesional-profile .speaker-wrapper .speaker-article .speaker-content .speaker-section-data p a {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  word-break: break-all
}

.profesional-profile .speaker-wrapper .speaker-article .speaker-content .speaker-section-data p a:hover {
  text-decoration: none
}

.profesional-profile .speaker-wrapper .speaker-article .speaker-content .speaker-section-data ul {
  list-style: none inside;
  margin: 0;
  padding: 0
}

.profesional-profile .speaker-wrapper .speaker-article .speaker-content .speaker-section-data ul li {
  display: inline-block;
  margin-left: -2px;
  margin-right: 5px
}

.profesional-profile .speaker-wrapper .speaker-article .speaker-content .speaker-section-data ul li:last-child {
  margin-right: 0
}

.profesional-profile .speaker-wrapper .speaker-article .speaker-content .speaker-section-data.social-media ul li a img {
  height: 18px
}

.profesional-profile .profesional-profile-data a,
.profesional-profile .profesional-profile-data b,
.profesional-profile .profesional-profile-data i,
.profesional-profile .profesional-profile-data li,
.profesional-profile .profesional-profile-data ol,
.profesional-profile .profesional-profile-data p,
.profesional-profile .profesional-profile-data span,
.profesional-profile .profesional-profile-data strong,
.profesional-profile .profesional-profile-data u,
.profesional-profile .profesional-profile-data ul {
  font-size: 16px;
  margin: 0;
  padding: 0
}

.profesional-profile .profesional-profile-data .title-main {
  color: #707070;
  font-family: Merriweather, serif;
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 47px;
  margin-bottom: 10px;
  margin-top: 40px;
  text-align: left
}

.profesional-profile .profesional-profile-data .title-sec {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase
}

.profesional-profile .profesional-profile-data p {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left
}

.profesional-profile .profesional-profile-data .ppd-main-section {
  margin-bottom: 110px
}

.profesional-profile .profesional-profile-data .ppd-secondary-section {
  margin-bottom: 50px
}

@media (max-width:768px) {
  .profesional-profile .paragraph-full-width-banner-banner-color-profile .content {
    padding-left: 15px
  }

  .profesional-profile .paragraph-full-width-banner-banner-color-profile .content .row div[class*=col-] {
    padding-left: 35px;
    padding-right: 35px
  }

  .profesional-profile .paragraph-full-width-banner-banner-color-profile .content .row div[class*=col-] .title {
    font-size: 32px
  }

  .profesional-profile .speaker-wrapper {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    top: 0
  }
}

@media (max-width:576px) {
  .profesional-profile .paragraph-full-width-banner-banner-color-profile {
    min-height: unset
  }

  .profesional-profile .paragraph-full-width-banner-banner-color-profile .background:after {
    background-color: transparent
  }

  .profesional-profile .paragraph-full-width-banner-banner-color-profile .content .row div[class*=col-] .title {
    font-size: 18px
  }

  .profesional-profile .paragraph-full-width-banner-banner-color-profile .content .row div[class*=col-] .subtitle,
  .profesional-profile .paragraph-full-width-banner-banner-color-profile .content .row div[class*=col-] .title-company-name {
    font-size: 16px
  }

  .profesional-profile .speaker-wrapper {
    padding-left: 0;
    padding-right: 0
  }

  .profesional-profile .profesional-profile-data {
    padding-left: 35px;
    padding-right: 35px
  }
}

#botones_button .btn-ghost-white-hover-primary button {
  background-color: transparent !important;
  border: 1.5px solid #fff !important;
  border-radius: 4px;
  border-radius: 4px !important;
  color: #fff;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 27px;
  height: unset;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 20px;
  padding: 10px 20px !important;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  white-space: nowrap
}

#botones_button .btn-ghost-white-hover-primary button:hover {
  background-color: #fff !important;
  color: #009edb !important;
  text-decoration: none
}

#botones_button .btn-ghost-white-hover-accent button {
  background-color: transparent !important;
  border: 1.5px solid #fff !important;
  border-radius: 4px;
  border-radius: 4px !important;
  color: #fff;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 27px;
  height: unset;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 20px;
  padding: 10px 20px !important;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  white-space: nowrap
}

#botones_button .btn-ghost-white-hover-accent button:hover {
  background-color: #fff !important;
  color: #54565a !important;
  text-decoration: none
}

#botones_button .btn-ghost-primary-hover-white button {
  background-color: transparent !important;
  border: 1.5px solid #009edb !important;
  border-radius: 4px;
  border-radius: 4px !important;
  color: #fff;
  color: #009edb !important;
  cursor: pointer;
  display: inline-block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 27px;
  height: unset;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 20px;
  padding: 10px 20px !important;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  white-space: nowrap
}

#botones_button .btn-ghost-primary-hover-white button:hover {
  background-color: #009edb !important;
  color: #fff !important;
  text-decoration: none
}

#botones_button .btn-ghost-accent-hover-white button {
  background-color: transparent !important;
  border: 1.5px solid #54565a !important;
  border-radius: 4px;
  border-radius: 4px !important;
  color: #fff;
  color: #54565a !important;
  cursor: pointer;
  display: inline-block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 27px;
  height: unset;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 20px;
  padding: 10px 20px !important;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  white-space: nowrap
}

#botones_button .btn-ghost-accent-hover-white button:hover {
  background-color: #54565a !important;
  color: #fff !important;
  text-decoration: none
}

#botones_button .btn-stroked-primary button {
  background-color: #fff !important;
  border: 1.5px solid #009edb !important;
  border-radius: 4px;
  border-radius: 4px !important;
  color: #fff;
  color: #009edb !important;
  cursor: pointer;
  display: inline-block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 27px;
  height: unset;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 20px;
  padding: 10px 20px !important;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  white-space: nowrap
}

#botones_button .btn-stroked-primary button:hover {
  background-color: #009edb !important;
  border: 1.5px solid #fff !important;
  color: #fff !important
}

#botones_button .btn-stroked-white button {
  background-color: #009edb !important;
  border: 1.5px solid #fff !important;
  border-radius: 4px;
  border-radius: 4px !important;
  color: #fff;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 27px;
  height: unset;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 20px;
  padding: 10px 20px !important;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  white-space: nowrap
}

#botones_button .btn-stroked-white button:hover {
  background-color: #009edb !important;
  border: 1.5px solid #009edb !important;
  color: #009edb !important
}

#botones_button .btn-primary button {
  background-color: #009edb !important;
  border: 1.5px solid #009edb !important;
  border-radius: 4px;
  color: #fff;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 27px;
  height: unset;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  white-space: nowrap
}

#botones_button .btn-primary button.btn-active,
#botones_button .btn-primary button.hover,
#botones_button .btn-primary button:hover {
  background-color: #fff !important;
  border: 1.5px solid #009edb !important;
  color: #009edb !important
}

#botones_button .btn-primary button.disabled,
#botones_button .btn-primary button:disabled {
  opacity: .7
}

#botones_button .btn-secondary button {
  background-color: #54565a !important;
  border: 1.5px solid #54565a !important;
  border-radius: 4px;
  color: #fff;
  color: #fff !important;
  cursor: pointer;
  display: inline-block;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  height: 27px;
  height: unset;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  white-space: nowrap
}

#botones_button .btn-secondary button.btn-active,
#botones_button .btn-secondary button.hover,
#botones_button .btn-secondary button:hover {
  background-color: #fff !important;
  border: 1.5px solid #54565a !important;
  color: #54565a !important
}

#botones_button .btn-secondary button.disabled,
#botones_button .btn-secondary button:disabled {
  opacity: .7
}

.related-links .links-title {
  color: #343a40;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left
}

.related-links .field--name-field-article-related-links .field__item:before,
.related-links .field--name-field-p-link .field__item:before {
  content: "- "
}

.related-links .field--name-field-article-related-links .field__item a,
.related-links .field--name-field-p-link .field__item a {
  color: #009edb;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: left
}

.related-links .field--name-field-article-related-links .field__item a:hover,
.related-links .field--name-field-p-link .field__item a:hover {
  color: #54565a;
  text-decoration: none
}

.related-links.link-color-dark-blue .field--name-field-article-related-links a,
.related-links.link-color-dark-blue .field--name-field-p-link a {
  color: #384064
}

.related-links.link-color-dark-blue .field--name-field-article-related-links a:hover,
.related-links.link-color-dark-blue .field--name-field-p-link a:hover {
  color: #54565a
}

.case-container .related-links {
  background-color: #fce7cc;
  left: 50%;
  margin-left: -50vw;
  padding-bottom: 65px;
  padding-top: 60px;
  position: relative;
  width: 100vw
}

.case-container .related-links .title-sec {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 35px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

.case-container .related-links .field__item:before {
  color: #54565a
}

.case-container .related-links .field__item a,
.case-container .related-links .field__item:before {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 12px;
  margin-top: 0;
  text-align: left
}

.case-container .related-links .field__item a {
  color: #009edb;
  font-family: Merriweather, serif
}

.case-container .related-links .field__item a:hover {
  color: #009edb;
  text-decoration: underline
}

@media (max-width:576px) {
  .case-container .related-links .container {
    padding-left: 45px;
    padding-right: 45px
  }

  .case-container .related-links .container .field__item a {
    font-size: 18px
  }
}

.rrss-container {
  height: 110px;
  position: fixed;
  right: 0;
  top: 25vh;
  width: 40px;
  z-index: 5000
}

.rrss-container .region-rrss {
  background-color: #fff;
  border-radius: 13px 0 0 13px;
  -webkit-box-shadow: -5px 0 15px 0 rgba(0, 0, 0, .15);
  -moz-box-shadow: -5px 0 15px 0 rgba(0, 0, 0, .15);
  box-shadow: -5px 0 15px 0 rgba(0, 0, 0, .15);
  height: 110px;
  margin: 0;
  width: 40px
}

.rrss-container .region-rrss .block-sharethis {
  height: inherit;
  padding: unset;
  width: inherit
}

.rrss-container .region-rrss .block-sharethis .content,
.rrss-container .region-rrss .block-sharethis .content .sharethis-wrapper {
  height: inherit;
  width: inherit
}

.rrss-container .region-rrss .block-sharethis .content .sharethis-wrapper>span {
  display: block;
  height: 35px;
  width: 40px
}

.rrss-container .region-rrss .block-sharethis .content .sharethis-wrapper>span>span {
  margin: 0
}

.rrss-container .region-rrss .block-sharethis .content .sharethis-wrapper>span>span>span {
  height: 24px;
  margin: 8px;
  width: 24px
}

.rrss-container .region-rrss .block-sharethis .content .sharethis-wrapper>span>span>span:hover {
  background-position: unset;
  opacity: .75
}

@media (max-width:768px) {
  .rrss-container {
    bottom: 95px;
    height: 40px;
    position: fixed;
    right: 0;
    top: unset;
    width: 100%;
    z-index: 500
  }

  .rrss-container .region-rrss {
    background-color: #fff;
    border-radius: 13px 13px 0 0;
    box-shadow: unset;
    height: 40px;
    margin: 0 auto;
    width: 110px
  }

  .rrss-container .region-rrss .block-sharethis {
    padding: unset
  }

  .rrss-container .region-rrss .block-sharethis .content .sharethis-wrapper span {
    display: inline-block;
    height: 40px;
    width: 32px
  }
}

.sdgs .sdgs-inner {
  background-color: #ededed;
  margin-bottom: 115px;
  padding: 50px 0 120px
}

.sdgs .sdgs-inner.full-width {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw
}

.sdgs .sdgs-inner .supertitle {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 35px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

.sdgs .sdgs-inner .title {
  color: #fff;
  line-height: 50px;
  line-height: 1.5
}

.sdgs .sdgs-inner .title,
.sdgs .sdgs-inner .title span {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center
}

.sdgs .sdgs-inner .title span {
  background: #fff;
  -webkit-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  color: #54565a;
  font-family: Merriweather, serif;
  line-height: 50px;
  padding: 1px 0
}

.sdgs .sdgs-inner .subtitle {
  color: #75767a;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center
}

.sdgs .sdgs-inner .row {
  display: grid;
  gap: 33px 3.4%;
  grid-template-areas: ". ." ". ." ". .";
  grid-template-columns: 48.3% 48.3%;
  grid-template-rows: auto auto auto;
  margin-left: 0;
  margin-right: 0
}

.sdgs .sdgs-inner .row .sdg-item {
  background-color: #fff;
  box-sizing: content-box;
  min-height: 92px;
  padding: 18px 28px;
  position: relative
}

.sdgs .sdgs-inner .row .sdg-item .img {
  border-radius: 4px;
  height: 92px;
  overflow: hidden;
  position: absolute;
  width: 92px
}

.sdgs .sdgs-inner .row .sdg-item .img img {
  height: auto;
  width: 100%
}

.sdgs .sdgs-inner .row .sdg-item .title {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase
}

.sdgs .sdgs-inner .row .sdg-item .description p,
.sdgs .sdgs-inner .row .sdg-item .title {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 0;
  padding-left: 112px;
  text-align: left
}

.sdgs .sdgs-inner .row .sdg-item .description p {
  font-weight: 400;
  margin-bottom: 0
}

@media (max-width:768px) {
  .sdgs .sdgs-inner .row {
    display: block
  }

  .sdgs .sdgs-inner .row .sdg-item {
    margin-bottom: 24px
  }
}

@media (max-width:400px) {
  .sdgs .sdgs-inner .title {
    font-size: 24px
  }

  .sdgs .sdgs-inner .title span {
    font-size: 24px;
    line-height: 40px
  }
}

.view-filters {
  background-color: #edeeee;
  left: 50%;
  margin: 0 0 24px -50vw;
  padding: 36px;
  position: relative;
  width: 100vw
}

.view-filters form .flex-wrap {
  margin: 0
}

.view-filters form .flex-wrap div,
.view-filters form .flex-wrap fieldset {
  background-color: #fff;
  border-radius: 4px;
  flex: 0 0 28%;
  height: 75px;
  margin-bottom: 0;
  margin-right: 2%;
  padding: 10px 10px 0
}

.view-filters form .flex-wrap div label,
.view-filters form .flex-wrap fieldset label {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase
}

.view-filters form .flex-wrap div .custom-select,
.view-filters form .flex-wrap div .form-control,
.view-filters form .flex-wrap fieldset .custom-select,
.view-filters form .flex-wrap fieldset .form-control {
  border: 0 solid #ced4da;
  color: #ffb232;
  font-weight: 700;
  height: calc(1.5em + .75rem + 2px)
}

.view-filters form .flex-wrap .form-actions {
  flex: 0 0 10%;
  height: 75px;
  margin: 0;
  padding: 0
}

.view-filters form .flex-wrap .form-actions button {
  background-color: #009edb !important;
  background-image: url(../images/icon_lens_white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30%;
  border: 2px solid #009edb !important;
  height: 100%;
  text-indent: -5000px;
  width: 100%
}

@media (max-width:768px) {

  .view-filters form .flex-wrap div,
  .view-filters form .flex-wrap fieldset {
    flex: 0 0 100%;
    margin-bottom: 12px;
    margin-right: 0
  }

  .view-filters form .flex-wrap .form-actions {
    flex: 0 0 20%;
    margin: 0 auto;
    width: 20%
  }

  .view-filters form .flex-wrap .form-actions button {
    background-size: 20%
  }
}

@media (max-width:400px) {
  .view-filters form .flex-wrap .form-actions {
    flex: 0 0 30%;
    margin: 0 auto;
    width: 30%
  }

  .view-filters form .flex-wrap .form-actions button {
    background-size: 25%
  }
}

body.path-search form.search-form#search-form {
  margin-bottom: 48px;
  margin-top: 96px
}

body.path-search form.search-form#search-form #edit-basic {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 0
}

body.path-search form.search-form#search-form #edit-basic fieldset {
  flex: 1 0 25%;
  margin-right: 20px
}

body.path-search form.search-form#search-form #edit-basic fieldset label {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

body.path-search form.search-form#search-form #edit-basic button.form-submit {
  background-color: #009edb !important;
  border: 1.5px solid #009edb !important;
  height: 38px;
  margin-top: 26px;
  padding: 5px 20px
}

body.path-search form.search-form#search-form #edit-basic button.form-submit:hover {
  background-color: #fff !important;
  color: #009edb !important
}

body.path-search form.search-form#search-form #edit-help-link {
  color: #54565a;
  display: none;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

body.path-search .h2,
body.path-search h2 {
  color: #54565a;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 63px;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left
}

body.path-search .node_search-results .list-group-item,
body.path-search .search_exclude_node_search-results .list-group-item {
  border: 0 solid transparent;
  border-bottom: 1px solid hsla(0, 0%, 8%, .125);
  padding-bottom: 0
}

body.path-search .node_search-results .list-group-item .h3,
body.path-search .node_search-results .list-group-item h3,
body.path-search .search_exclude_node_search-results .list-group-item .h3,
body.path-search .search_exclude_node_search-results .list-group-item h3 {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 26px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

body.path-search .node_search-results .list-group-item .content-type,
body.path-search .search_exclude_node_search-results .list-group-item .content-type {
  border: 1.5px solid #54565a;
  border-radius: 15px;
  color: #54565a;
  font-size: 14px;
  padding: 3px 10px;
  position: absolute;
  right: 0;
  top: 12px
}

body.path-search .node_search-results .list-group-item p,
body.path-search .search_exclude_node_search-results .list-group-item p {
  color: #838383;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 21px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
  width: 80%
}

body.path-search .node_search-results .list-group-item:last-of-type,
body.path-search .search_exclude_node_search-results .list-group-item:last-of-type {
  border-bottom: 0 solid transparent
}

body.path-search nav[aria-label=pagination-heading] {
  background-color: transparent;
  margin-top: 24px
}

.view-event-speakers .title-section {
  -webkit-box-flex: 0;
  color: #54565a;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 10px;
  margin-top: 0;
  max-width: 100%;
  text-align: center;
  text-transform: uppercase
}

@media (max-width:992px) {
  .view-event-speakers .content .cards .cards-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media (max-width:576px) {
  .view-event-speakers .content {
    padding: 0
  }

  .view-event-speakers .content .cards .cards-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0
  }
}

.speaker-article {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  flex-wrap: unset;
  height: 100%;
  justify-content: start
}

.speaker-article .speaker-media {
  padding: 27px 27px 0;
  position: relative
}

.speaker-article .speaker-media:before {
  background-color: #008dc4;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 50%
}

.speaker-article .speaker-media img {
  border-radius: 16px;
  height: auto;
  position: relative;
  width: 100%;
  z-index: 5
}

.speaker-article .speaker-content {
  background-color: #008dc4;
  height: 100%;
  padding: 27px
}

.speaker-article .speaker-content .title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left
}

.speaker-article .speaker-content .position,
.speaker-article .speaker-content .role {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left
}

.speaker-article .speaker-content .flex-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin-bottom: 20px;
  position: relative
}

.speaker-article .speaker-content .flex-wrapper .audio {
  left: 33px;
  position: absolute
}

.speaker-article .speaker-content .flex-wrapper .audio .views-element-container a img {
  filter: invert(1);
  height: 18px
}

.speaker-article .speaker-content .flex-wrapper .views-element-container {
  flex: 0 0 26px;
  height: 26px;
  margin-right: 14px
}

.speaker-article .speaker-content .flex-wrapper .views-element-container .participation-type {
  background-repeat: no-repeat;
  height: 100%;
  width: 100%
}

.speaker-article .speaker-content .flex-wrapper .views-element-container .participation-type.person {
  background-image: url(../images/icon_participation_in_person.png)
}

.speaker-article .speaker-content .flex-wrapper .views-element-container .participation-type.online {
  background-image: url(../images/icon_participation_online.png)
}

.speaker-article .speaker-content .flex-wrapper .views-element-container .participation-type.soccer {
  background-image: url(../images/icon_participation_soccer_ball.png)
}

.speaker-article .speaker-content .flex-wrapper .views-element-container .participation {
  color: #fff;
  display: none;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left;
  width: 200px
}

.speaker-article .speaker-content .flex-wrapper .social {
  flex: 1 0 25%;
  text-align: end
}

.speaker-article .speaker-content .flex-wrapper .social ul {
  list-style: none inside;
  margin: 0;
  padding: 0
}

.speaker-article .speaker-content .flex-wrapper .social ul li {
  display: inline-block;
  margin-left: -2px;
  margin-right: 5px
}

.speaker-article .speaker-content .flex-wrapper .social ul li:last-child {
  margin-right: 0
}

.speaker-article .speaker-content .flex-wrapper .social ul li a img {
  height: 18px
}

.speaker-article .speaker-content .content-body p {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left
}

.logos-container {
  padding: 50px 0 100px;
  width: 100%
}

.logos-container .h5,
.logos-container h5 {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

.logos-container .container .row .grid-area {
  display: grid;
  gap: 0 3.4%;
  grid-auto-rows: 153px;
  grid-template-areas: none;
  grid-template-columns: 13.833% 13.833% 13.833% 13.833% 13.833% 13.833%;
  grid-template-rows: unset;
  height: 100%;
  width: 100%
}

.logos-container .container .row .grid-area .logo a {
  display: block
}

.logos-container .container .row .grid-area .logo img {
  height: auto;
  width: 100%
}

@media (max-width:1200px) {
  .logos-container .container .row .grid-area {
    display: grid;
    gap: 0 3.4%;
    grid-auto-rows: 153px;
    grid-template-areas: none;
    grid-template-columns: 17.28% 17.28% 17.28% 17.28% 17.28%;
    grid-template-rows: unset;
    height: 100%;
    width: 100%
  }
}

@media (max-width:768px) {
  .logos-container .container .row .grid-area {
    display: grid;
    gap: 0 3.4%;
    grid-auto-rows: 153px;
    grid-template-areas: none;
    grid-template-columns: 22.45% 22.45% 22.45% 22.45%;
    grid-template-rows: unset;
    height: 100%;
    width: 100%
  }
}

@media (max-width:576px) {
  .logos-container .container .row .grid-area {
    display: block
  }

  .logos-container .container .row .grid-area .logo {
    display: inline-block;
    margin-bottom: 24px;
    margin-right: 4%;
    width: 29%
  }

  .logos-container .container .row .grid-area .logo:nth-child(3n) {
    margin-right: 0
  }
}

@media (max-width:400px) {
  .logos-container .container .row .grid-area {
    display: block
  }

  .logos-container .container .row .grid-area .logo {
    display: inline-block;
    margin-bottom: 24px;
    margin-right: 14%;
    width: 41.5%
  }

  .logos-container .container .row .grid-area .logo:nth-child(3n) {
    margin-right: 14%
  }

  .logos-container .container .row .grid-area .logo:nth-child(2n) {
    margin-right: 0
  }
}

.field--name-field-article-primary-tags,
.field--name-field-profile-key-areas,
.field--name-field-profile-skills {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}

.field--name-field-article-primary-tags .field__item,
.field--name-field-profile-key-areas .field__item,
.field--name-field-profile-skills .field__item {
  margin: 0 10px 10px 0
}

.field--name-field-article-primary-tags .field__item a,
.field--name-field-profile-key-areas .field__item a,
.field--name-field-profile-skills .field__item a {
  border: 2px solid #009edb;
  border-radius: 15px;
  color: #009edb;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 1px 15px;
  text-align: center
}

.field--name-field-article-primary-tags .field__item a:hover,
.field--name-field-profile-key-areas .field__item a:hover,
.field--name-field-profile-skills .field__item a:hover {
  border: 2px solid #54565a;
  color: #54565a;
  text-decoration: none;
  transition: all .3s ease-out
}

.testimonials-container {
  padding: 75px 0 40px
}

.testimonials-container.full-width {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw
}

.testimonials-container.grey-background {
  background-color: #edeeee
}

.testimonials-container.grey-background .supertitle {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

.testimonials-container.grey-background .title {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 50px;
  margin-bottom: 60px;
  margin-top: 0;
  text-align: center;
  width: 100%
}

.testimonials-container.grey-background .title span {
  background: #009edb;
  -webkit-box-shadow: 10px 0 0 #009edb, -10px 0 0 #009edb;
  box-shadow: 10px 0 0 #009edb, -10px 0 0 #009edb;
  padding: 1px 0
}

.testimonials-container.grey-background .title.plus-subtitle {
  margin-bottom: 20px
}

.testimonials-container.grey-background .subtitle {
  font-family: Source Sans Pro, sans-serif;
  margin: 0 auto 45px;
  width: 760px
}

.testimonials-container.grey-background .subtitle * {
  color: #75767a;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5;
  list-style: none inside;
  margin: 0 0 10px;
  padding: 0;
  text-align: center
}

.testimonials-container.grey-background .subtitle a,
.testimonials-container.grey-background .subtitle b,
.testimonials-container.grey-background .subtitle i,
.testimonials-container.grey-background .subtitle li,
.testimonials-container.grey-background .subtitle ol,
.testimonials-container.grey-background .subtitle p,
.testimonials-container.grey-background .subtitle span,
.testimonials-container.grey-background .subtitle strong,
.testimonials-container.grey-background .subtitle u,
.testimonials-container.grey-background .subtitle ul {
  font-size: 16px;
  margin: 0;
  padding: 0
}

.testimonials-container.grey-background .subtitle p {
  margin-bottom: 10px
}

.testimonials-container.grey-background .testimonials-slider,
.testimonials-container.grey-background .testimonials-slider .swiper-testimonials {
  width: 100%
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide {
  padding: 0 15px
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .testimonial-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 20px .1px
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .testimonial-box .h6,
.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .testimonial-box h6 {
  color: #54565a;
  font-family: Merriweather, serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 25px;
  margin-bottom: 12px;
  margin-top: 0;
  text-align: center
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .testimonial-box p {
  color: #6a6b6e;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 12px;
  margin-top: 0;
  text-align: center
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .testimonial-box a,
.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .testimonial-box b,
.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .testimonial-box i,
.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .testimonial-box li,
.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .testimonial-box ol,
.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .testimonial-box p,
.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .testimonial-box span,
.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .testimonial-box strong,
.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .testimonial-box u,
.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .testimonial-box ul {
  font-size: 16px;
  margin: 0;
  padding: 0
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .testimonial-box p {
  margin-bottom: 10px
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .declarant {
  margin-bottom: 40px;
  min-height: 150px;
  position: relative
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .declarant .profile-picture {
  border-radius: 8px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  width: 150px
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .declarant .profile-picture img {
  height: auto;
  width: 100%
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .declarant .declarant-info {
  padding-left: 170px
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .declarant .declarant-info .declarant-name {
  color: #54565a;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .declarant .declarant-info .declarant-position {
  color: #75767a;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .declarant .declarant-info .declarant-company,
.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .declarant .declarant-info .declarant-location {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .declarant .declarant-info .declarant-location {
  font-style: italic
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .declarant .declarant-info .declarant-url {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .declarant .declarant-info .declarant-url a {
  color: #75767a
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .declarant .declarant-info .declarant-date {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

.testimonials-container.grey-background .testimonials-slider .swiper-testimonials .swiper-slide .declarant .declarant-info .declarant-date span {
  color: #ffb232
}

.testimonials-container.grey-background .testimonials-slider .swiper-pagination {
  margin-top: 50px;
  position: relative
}

.testimonials-container.grey-background .testimonials-slider .swiper-pagination .swiper-pagination-bullet {
  border-radius: 2px;
  display: inline-block;
  height: 9px;
  margin-right: 14px;
  width: 35px
}

.timeline-container {
  margin-bottom: 160px
}

.timeline-container .container {
  max-width: 760px
}

.timeline-container .container .wrapper-color {
  background-color: #edeeee;
  padding: 65px 90px
}

.timeline-container .container .wrapper-color .supertitle {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 6px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

.timeline-container .container .wrapper-color .title {
  color: #54565a;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 28px;
  margin-bottom: 6px;
  margin-top: 0;
  text-align: left
}

.timeline-container .container .wrapper-color .subtitle {
  color: #54565a;
  font-family: Merriweather, serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  margin-bottom: 48px;
  margin-top: 0;
  text-align: left
}

.timeline-container .container .wrapper-color .text {
  color: #75767a;
  font-family: Merriweather, serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 48px;
  margin-top: 0;
  text-align: left
}

.timeline-container .container .wrapper-color .text a,
.timeline-container .container .wrapper-color .text b,
.timeline-container .container .wrapper-color .text i,
.timeline-container .container .wrapper-color .text li,
.timeline-container .container .wrapper-color .text ol,
.timeline-container .container .wrapper-color .text p,
.timeline-container .container .wrapper-color .text span,
.timeline-container .container .wrapper-color .text strong,
.timeline-container .container .wrapper-color .text u,
.timeline-container .container .wrapper-color .text ul {
  font-size: 16px;
  margin: 0;
  padding: 0
}

.timeline-container .container .wrapper-color .text p {
  margin-bottom: 10px
}

.timeline-container .container .wrapper-color .feature-steps-vert {
  margin: 0 auto
}

.timeline-container .container .wrapper-color .feature-steps-vert .cards .cards-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.timeline-container .container .wrapper-color .feature-steps-vert .cards .cards-item .item-text {
  background-color: #fff;
  border: 2px solid #a7a8a9;
  border-radius: 50%;
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 27px;
  font-weight: 700;
  height: 90px;
  letter-spacing: 0;
  line-height: 83px;
  margin: 0 0 20px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 90px
}

@media (max-width:768px) {
  .timeline-container {
    left: 50%;
    margin-left: -50vw;
    position: relative;
    width: 100vw
  }

  .timeline-container .container {
    padding: 0
  }
}

@media (max-width:576px) {
  .timeline-container .container {
    padding: 0
  }

  .timeline-container .container .wrapper-color {
    padding: 65px 45px
  }

  .timeline-container .container .wrapper-color .feature-steps-vert {
    min-width: 100%;
    width: 100%
  }
}

@media (max-width:400px) {
  .timeline-container .cards:before {
    content: none
  }

  .timeline-container .cards .cards-item .item-graphic,
  .timeline-container .cards .cards-item .item-text {
    margin: 0 auto 20px !important;
    position: static !important
  }

  .timeline-container .cards .cards-item .item-body,
  .timeline-container .cards .cards-item .item-title {
    padding: 0
  }
}

.webform-submission-form.webform-submission-contact-us-trees--node-78-add-form {
  margin: 0 auto 70px;
  max-width: 100%;
  width: 760px
}

.webform-submission-form .form-title p {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

.webform-submission-form .form-title.background-green {
  background-color: #009edb;
  padding: 24px
}

.webform-submission-form .form-title.background-green p {
  color: #fff
}

.webform-submission-form fieldset.form-type-email,
.webform-submission-form fieldset.form-type-textarea,
.webform-submission-form fieldset.form-type-textfield,
.webform-submission-form fieldset.webform-radios-other {
  margin-bottom: 30px;
  padding: 0 20px
}

.webform-submission-form fieldset label,
.webform-submission-form fieldset legend {
  color: #393838;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 12px;
  margin-top: 0;
  text-align: left
}

.webform-submission-form fieldset label.form-required:after,
.webform-submission-form fieldset legend.form-required:after {
  color: #b11f1e;
  content: "*";
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

.webform-submission-form fieldset .form-control {
  border: 1px solid #b8b8b8;
  border-radius: 0;
  color: #6a6a6a
}

.webform-submission-form .form-actions {
  width: 100%
}

.webform-submission-form .form-actions.background-green button {
  background-color: #009edb !important;
  border: 2px solid #009edb !important;
  border-radius: 0;
  color: #fff !important;
  font-family: Merriweather, serif;
  height: 48px;
  width: 100%
}

.paragraph-quote {
  margin-top: 20px
}

.paragraph-quote .h3,
.paragraph-quote h3 {
  color: #343a40;
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.35em;
  margin-bottom: 5px;
  margin-left: 5px;
  margin-top: 0;
  text-align: left
}

.paragraph-quote .h3 span,
.paragraph-quote h3 span {
  background: #54565a;
  box-shadow: 10px 0 0 #54565a, -10px 0 0 #54565a;
  color: #343a40;
  font-family: Georgia, Times New Roman, Times, serif;
  padding: 0;
  position: relative
}

.paragraph-quote .author-quote {
  color: #343a40;
  display: inline-flex;
  font-size: 1rem;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left
}

.paragraph-quote .author-quote :nth-child(2):before {
  content: "|";
  padding: 0 10px
}

.thermometer-container {
  padding: 70px 0;
  width: 100%
}

.thermometer-container .h5,
.thermometer-container h5 {
  text-align: center
}

.thermometer-container #content-thermometer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin: 30px auto;
  position: relative
}

.thermometer-container #content-thermometer #thermometer.style-0 {
  background: #ddd;
  border: 1px solid #aaa;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
  -moz-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
  -ms-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
  -o-box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
  box-shadow: 1px 1px 4px #999, 5px 0 20px #999;
  height: 400px;
  position: relative;
  width: 70px
}

.thermometer-container #content-thermometer #thermometer.style-0 .track {
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #000), color-stop(1%, #fff));
  background: -webkit-linear-gradient(top, #000, #fff 10%);
  background: -o-linear-gradient(top, #000 0, #fff 10%);
  background: -ms-linear-gradient(top, #000 0, #fff 10%);
  background: -moz-linear-gradient(top, #000 0, #fff 10%);
  background: linear-gradient(180deg, #000 0, #fff 10%);
  background-position: 0 -1px;
  background-size: 100% 5%;
  border: 1px solid #aaa;
  height: 280px;
  margin: 0 auto;
  position: relative;
  top: 10px;
  width: 20px
}

.thermometer-container #content-thermometer #thermometer.style-0 .progress-t {
  background: #146414;
  background: rgba(20, 100, 20, .6);
  bottom: 0;
  height: 0;
  left: 0;
  position: absolute;
  width: 100%
}

.thermometer-container #content-thermometer #thermometer.style-0 .progress-t .amount {
  display: none !important
}

.thermometer-container #content-thermometer #thermometer.style-0 .progress-t .label {
  border-top: 1px solid #060;
  color: #060;
  padding: 0 60px 0 5px;
  position: absolute;
  right: 0;
  white-space: pre
}

.thermometer-container #content-thermometer #thermometer.style-0 .goal {
  position: absolute;
  top: 0
}

.thermometer-container #content-thermometer #thermometer.style-0 .goal .label-container {
  border-top: 1px solid #000;
  display: inline-flex;
  margin-top: -20px;
  padding: 0 5px 0 60px
}

.thermometer-container #content-thermometer #thermometer.style-0 .goal .label-container .label {
  color: #333;
  display: inline-block;
  font-family: Trebuchet MS;
  font-weight: 700;
  white-space: pre
}

.thermometer-container #content-thermometer #thermometer.style-0 .goal .label-container .amount {
  border-top: unset;
  display: none;
  padding: 0
}

.thermometer-container #content-thermometer #thermometer.style-0 .step {
  bottom: 0;
  height: 0;
  left: 0;
  position: absolute;
  width: 100%
}

.thermometer-container #content-thermometer #thermometer.style-0 .step .label-container {
  border-top: 1px solid #000;
  display: inline-flex;
  margin-top: -20px;
  padding: 0 5px 0 60px
}

.thermometer-container #content-thermometer #thermometer.style-0 .step .label-container .label {
  color: #333;
  display: inline-block;
  font-family: Trebuchet MS;
  font-weight: 700;
  white-space: pre
}

.thermometer-container #content-thermometer #thermometer.style-0 .step .label-container .amount {
  border-top: unset;
  display: none;
  padding: 0
}

.thermometer-container #content-thermometer #thermometer.style-0.style-1 {
  background: unset;
  border: 0;
  box-shadow: unset;
  display: flex;
  width: unset
}

.thermometer-container #content-thermometer #thermometer.style-0.style-1 .track {
  background: unset;
  border: unset;
  border-left: 1px dotted #151515;
  height: 400px;
  margin-left: 0;
  top: unset
}

.thermometer-container #content-thermometer #thermometer.style-0.style-1 .track .progress-t {
  background: unset
}

.thermometer-container #content-thermometer #thermometer.style-0.style-1 .track .progress-t .label {
  border-top: 0;
  font-family: Trebuchet MS;
  font-weight: 700;
  padding: unset;
  padding-left: 0;
  position: absolute;
  right: 400px;
  top: -6px
}

.thermometer-container #content-thermometer #thermometer.style-0.style-1 .track .goal {
  top: -12px
}

.thermometer-container #content-thermometer #thermometer.style-0.style-1 .track .goal .label-container {
  border: 0;
  padding: 0
}

.thermometer-container #content-thermometer #thermometer.style-0.style-1 .track .goal .label-container .label:before {
  background: #060;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-bottom: 2px;
  margin-left: -3px;
  margin-right: 10px;
  width: 6px
}

.thermometer-container #content-thermometer #thermometer.style-0.style-1 .track .step {
  bottom: 10px
}

.thermometer-container #content-thermometer #thermometer.style-0.style-1 .track .step .label-container {
  border: 0;
  padding: 0
}

.thermometer-container #content-thermometer #thermometer.style-0.style-1 .track .step .label-container .label:before {
  background: #060;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 6px;
  margin-bottom: 2px;
  margin-left: -3px;
  margin-right: 10px;
  width: 6px
}

.thermometer-container #content-thermometer .style-1 {
  height: 400px
}

.thermometer-container #content-thermometer .style-1 svg {
  height: 100%;
  margin-bottom: -13px;
  width: auto
}

.feature-text-blog.layout {
  background-color: #fff;
  padding: 0
}

.feature-text-blog.layout.bg-color-8 {
  background-color: #54565a
}

.feature-text-blog.layout.bg-color-9 {
  background-color: #009edb
}

.feature-text-blog.layout.bg-color-43 {
  background-color: #edeeee
}

.feature-text-blog.layout .title-section {
  color: #009edb;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

.feature-text-blog.layout .container .row {
  margin-left: 0;
  margin-right: 0;
  width: 100%
}

.feature-text-blog.layout .cards {
  width: 100%
}

.feature-text-blog.layout .cards .cards-item {
  margin-right: .2%;
  min-height: 386px;
  padding: 0
}

.feature-text-blog.layout .cards .cards-item:last-of-type {
  margin-right: 0
}

.feature-text-blog.layout .cards .cards-item .card-color {
  height: 100%;
  padding: 60px 24px 80px;
  position: relative
}

.feature-text-blog.layout .cards .cards-item .card-color.background-color-8 {
  background-color: #54565a
}

.feature-text-blog.layout .cards .cards-item .card-color.background-color-9 {
  background-color: #009edb
}

.feature-text-blog.layout .cards .cards-item .card-color.background-color-43 {
  background-color: #edeeee
}

.feature-text-blog.layout .cards .cards-item .card-color.background-color-70 {
  background-color: #b00
}

.feature-text-blog.layout .cards .cards-item .card-color.background-color- {
  background-color: #fff
}

.feature-text-blog.layout .cards .cards-item .card-color .item-title {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 31px;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: left
}

.feature-text-blog.layout .cards .cards-item .card-color .item-body {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 12px;
  margin-top: 0;
  text-align: left
}

.feature-text-blog.layout .cards .cards-item .card-color .field--name-field-blog-button-link {
  bottom: 24px;
  position: absolute
}

.feature-text-blog.layout .cards .cards-item .card-color .field--name-field-blog-button-link a {
  background-color: #009edb;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  padding: 8px 15px
}

.feature-text-blog.layout .cards .cards-item .card-color.invert-button .field--name-field-blog-button-link a {
  background-color: #fff;
  color: #009edb
}

.feature-text-blog.layout .cards .cards-item .card-color.cards-item-25 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 24.8%;
  -ms-flex: 0 0 24.8%;
  flex: 0 0 24.8%;
  max-width: 24.8%
}

.feature-text-blog.layout .cards .cards-item .card-color.cards-item-33 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.133%;
  -ms-flex: 0 0 33.133%;
  flex: 0 0 33.133%;
  max-width: 33.133%
}

.feature-text-blog.layout .cards .cards-item .card-color.cards-item-50 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 49.8%;
  -ms-flex: 0 0 49.8%;
  flex: 0 0 49.8%;
  max-width: 49.8%
}

.feature-text-blog.layout .cards .cards-item .card-color.cards-item-66 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.466%;
  -ms-flex: 0 0 66.466%;
  flex: 0 0 66.466%;
  max-width: 66.466%
}

.feature-text-blog.layout .cards .cards-item .card-color.cards-item-100 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

.feature-text-blog.layout.two-equal .cards .cards-item {
  margin-bottom: .2%;
  min-height: 581px
}

.feature-text-blog.layout.height-tall .cards .cards-item {
  min-height: 485px
}

.feature-text-blog.layout.full-width {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw
}

.feature-text-blog.layout.blue-cards .cards .cards-item-1 {
  background-color: #009edb
}

.feature-text-blog.layout.blue-cards .cards .cards-item-2 {
  background-color: #23a1d1
}

.feature-text-blog.layout.blue-cards .cards .cards-item-3 {
  background-color: #47b6e1
}

.feature-text-blog.layout.orange-cards .cards .cards-item-1 {
  background-color: #54565a
}

.feature-text-blog.layout.orange-cards .cards .cards-item-2 {
  background-color: #f39926
}

.feature-text-blog.layout.orange-cards .cards .cards-item-3 {
  background-color: #f5ab4c
}

@media (max-width:992px) {

  .feature-text-blog.layout .cards .cards-item.cards-item-33,
  .feature-text-blog.layout .cards .cards-item.cards-item-50,
  .feature-text-blog.layout .cards .cards-item.cards-item-66 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 2px;
    max-width: 100%;
    min-height: auto
  }
}

@media (max-width:400px) {
  .feature-text-blog.layout .title-section {
    padding: 0 30px
  }
}

.cards .cards-item .image-blog {
  height: 100%;
  position: relative
}

.cards .cards-item .image-blog .background {
  bottom: 0;
  height: auto;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 5
}

.cards .cards-item .image-blog .background img {
  height: 100%;
  object-fit: cover;
  width: 100%
}

.cards .cards-item .image-blog .content {
  padding: 170px 24px 80px;
  position: relative;
  z-index: 10
}

.cards .cards-item .image-blog .content .item-title {
  font-size: 18px
}

.cards .cards-item .image-blog .field--name-field-blog-button-link {
  bottom: 24px;
  left: 24px;
  position: absolute;
  z-index: 15
}

.cards .cards-item .image-blog .field--name-field-blog-button-link a {
  background-color: #009edb;
  border: 1px solid #fff;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  padding: 8px 15px
}

.cards .cards-item .image-blog.invert-button .field--name-field-blog-button-link a {
  background-color: #fff;
  border: 1px solid #009edb;
  color: #009edb
}

.cards .cards-item .image-blog.title-highlighted-white .content .item-title {
  line-height: 1.8;
  margin-bottom: 0
}

.cards .cards-item .image-blog.title-highlighted-white .content .item-title span {
  background: #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  padding: 3px 0
}

.cards .cards-item .image-blog.title-highlighted-9 .content .item-title,
.cards .cards-item .image-blog.title-highlighted-blue .content .item-title {
  line-height: 1.8;
  margin-bottom: 0
}

.cards .cards-item .image-blog.title-highlighted-9 .content .item-title span,
.cards .cards-item .image-blog.title-highlighted-blue .content .item-title span {
  background: #009edb;
  box-shadow: 10px 0 0 #009edb, -10px 0 0 #009edb;
  padding: 3px 0
}

.cards .cards-item .image-blog.title-highlighted-8 .content .item-title,
.cards .cards-item .image-blog.title-highlighted-orange .content .item-title {
  line-height: 1.8;
  margin-bottom: 0
}

.cards .cards-item .image-blog.title-highlighted-8 .content .item-title span,
.cards .cards-item .image-blog.title-highlighted-orange .content .item-title span {
  background: #54565a;
  box-shadow: none;
  padding: 3px 0
}

.cards .cards-item .image-blog.title-highlighted-70 .content .item-title,
.cards .cards-item .image-blog.title-highlighted-yellow .content .item-title {
  color: #151515;
  line-height: 1.8;
  margin-bottom: 0
}

.cards .cards-item .image-blog.title-highlighted-70 .content .item-title span,
.cards .cards-item .image-blog.title-highlighted-yellow .content .item-title span {
  background: #f9d409;
  box-shadow: 10px 0 0 #f9d409, -10px 0 0 #f9d409;
  padding: 3px 0
}

.two-colums+.two-colums .feature-text-blog {
  padding-top: 0 !important
}

.image-w-text {
  display: flex;
  margin-bottom: 20px !important
}

.image-w-text .image {
  flex-basis: 35%;
  max-width: 35%;
  padding-right: 30px
}

.image-w-text .image img {
  border-radius: 10px;
  height: auto;
  width: 100%
}

.image-w-text .text {
  color: #838383;
  flex-basis: 65%;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 20px;
  margin-top: 0;
  max-width: 65%;
  text-align: left
}

.image-w-text .text a,
.image-w-text .text b,
.image-w-text .text i,
.image-w-text .text li,
.image-w-text .text ol,
.image-w-text .text p,
.image-w-text .text span,
.image-w-text .text strong,
.image-w-text .text u,
.image-w-text .text ul {
  color: #838383;
  font-size: 1rem;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  list-style-position: inside;
  list-style-type: circle;
  margin: 0;
  padding: 0;
  text-align: left
}

.image-w-text .text p {
  margin-bottom: 10px
}

.image-w-text.right-image .image {
  order: 2;
  padding-left: 30px;
  padding-right: 0
}

.image-w-text.right-image .text {
  order: 1
}

@media (max-width:992px) {
  .image-w-text {
    flex-direction: column
  }

  .image-w-text .image {
    padding-right: 0
  }

  .image-w-text .image,
  .image-w-text .text {
    flex-basis: 100%;
    margin-bottom: 20px;
    max-width: 100%
  }

  .image-w-text .text {
    color: #343a40;
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 22px;
    margin-top: 0;
    text-align: left
  }

  .image-w-text.right-image .image {
    order: 1;
    padding-left: 0
  }

  .image-w-text.right-image .text {
    order: 2
  }
}

.cards-container {
  background-color: #fff;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw
}

.cards-container.bg-color-8 {
  background-color: #54565a
}

.cards-container.bg-color-9 {
  background-color: #009edb
}

.cards-container.bg-color-43 {
  background-color: #edeeee
}

.cards-container .cards-title {
  color: #343a40;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center
}

.cards-container .card-color-8 .card {
  background-color: #54565a
}

.cards-container .card-color-9 .card {
  background-color: #009edb
}

.cards-container .card-color-43 .card {
  background-color: #edeeee
}

.cards-container .card-color-70 .card {
  background-color: #b00
}

.cards-container .container {
  padding-left: 0;
  padding-right: 0
}

.cards-container .container .row {
  justify-content: center
}

.cards-container .card-box {
  margin-bottom: 40px
}

.cards-container .card-box .card {
  border: none;
  border-radius: 1px;
  position: relative
}

.cards-container .card-box .card .card-title {
  color: #343a40;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left
}

.cards-container .card-box .card .card-image,
.cards-container .card-box .card .card-title {
  padding: .5rem 1.25rem;
  position: relative;
  z-index: 1
}

.cards-container .card-box .card .card-image img {
  border-radius: 15px;
  height: auto;
  width: 100%
}

.cards-container .card-box .card .card-body {
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
  padding: .5rem 1.25rem;
  position: relative;
  text-align: left;
  z-index: 1
}

.cards-container .card-box .card .card-body a,
.cards-container .card-box .card .card-body>* {
  color: #fff
}

.cards-container .card-box .card .white-box {
  background-color: #fff;
  height: 35%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0
}

.full-width-w-image {
  left: 50%;
  margin-left: -50vw;
  padding: 70px 0 100px;
  position: relative;
  width: 100vw
}

.full-width-w-image.background-color-8,
.full-width-w-image.location {
  background-color: #54565a
}

.full-width-w-image.background-color-9 {
  background-color: #009edb
}

.full-width-w-image.background-color-70 {
  background-color: #b00
}

.full-width-w-image.background-color-43 {
  background-color: #edeeee
}

.full-width-w-image.background-color-43 .feature-title,
.full-width-w-image.background-color-43 .image-text .text * {
  color: #75767a
}

.full-width-w-image.background-color-43 .image-text .text * a {
  color: #54565a
}

.full-width-w-image.background-color-70 {
  background-color: #f9d409
}

.full-width-w-image.background-color-70 .feature-title,
.full-width-w-image.background-color-70 .image-text .text * {
  color: #75767a
}

.full-width-w-image.background-color-70 .image-text .text * a {
  color: #54565a
}

.full-width-w-image.background-color- {
  background-color: #fff
}

.full-width-w-image.background-color- .feature-title,
.full-width-w-image.background-color- .image-text .text * {
  color: #75767a
}

.full-width-w-image.background-color- .image-text .text * a {
  color: #54565a
}

.full-width-w-image .feature-title {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center
}

.full-width-w-image .image-text {
  display: flex
}

.full-width-w-image .image-text.location {
  justify-content: center
}

.full-width-w-image .image-text .image {
  flex-basis: 50%;
  max-width: 50%;
  padding-right: 40px
}

.full-width-w-image .image-text .image img {
  border-radius: 10px;
  height: auto;
  width: 100%
}

.full-width-w-image .image-text .text {
  color: #fff;
  flex-basis: 50%;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 0;
  max-width: 50%;
  padding-left: 40px;
  text-align: left
}

.full-width-w-image .image-text .text>* {
  color: #fff
}

.full-width-w-image .image-text .text a,
.full-width-w-image .image-text .text b,
.full-width-w-image .image-text .text i,
.full-width-w-image .image-text .text li,
.full-width-w-image .image-text .text ol,
.full-width-w-image .image-text .text p,
.full-width-w-image .image-text .text span,
.full-width-w-image .image-text .text strong,
.full-width-w-image .image-text .text u,
.full-width-w-image .image-text .text ul {
  color: #fff;
  font-size: 16px;
  list-style-position: inside;
  list-style-type: circle;
  margin: 0 0 10px;
  padding: 0
}

.full-width-w-image .image-text.right-image .image {
  order: 2;
  padding-left: 40px;
  padding-right: 0
}

.full-width-w-image .image-text.right-image .text {
  order: 1;
  padding-left: 0;
  padding-right: 40px
}

@media (max-width:992px) {
  .full-width-w-image .image-text {
    flex-wrap: wrap
  }

  .full-width-w-image .image-text .image {
    flex: 0 0 100%;
    margin-bottom: 24px;
    max-width: 100%;
    padding-right: 0
  }

  .full-width-w-image .image-text .text {
    flex: 0 0 100%;
    max-width: 100%
  }
}

.contact-information-container {
  margin-bottom: 40px
}

.contact-information-container .card {
  border: 2px solid #d8d8d8;
  margin-bottom: 20px
}

.contact-information-container .card .card-header {
  background: #fff;
  border-bottom: 0;
  padding: .25rem 1.25rem
}

.contact-information-container .card .card-header .btn {
  color: #343a40;
  font-weight: 700;
  padding: 0 25px 0 0;
  position: relative;
  text-align: left;
  text-decoration: none;
  width: 100%
}

.contact-information-container .card .card-header .btn:after {
  content: url(/themes/custom/unece_theme/images/icons/bar-blue.png);
  position: absolute;
  right: 0;
  top: 10%
}

.contact-information-container .card .card-header .btn:focus,
.contact-information-container .card .card-header .btn:hover {
  box-shadow: none
}

.contact-information-container .card .card-header .btn.collapsed:after {
  content: url(/themes/custom/unece_theme/images/icons/cross-blue.png);
  margin-right: 0;
  position: absolute;
  right: 0;
  top: 10%
}

.contact-information-container .card .card-body {
  display: flex;
  justify-content: center
}

.contact-information-container .card .card-body .body-elements .contact-unit-box {
  margin-bottom: 30px
}

.contact-information-container .card .card-body .body-elements .contact-unit-box .name {
  color: #343a40;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 5px;
  margin-top: 0;
  text-align: left
}

.contact-information-container .card .card-body .body-elements .contact-unit-box .position {
  color: #343a40;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left
}

.contact-information-container .card .card-body .body-elements .contact-unit-box .email {
  color: #343a40;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left
}

.videos-container {
  margin-bottom: 40px !important
}

.videos-container .video {
  margin-bottom: 20px
}

.videos-container .video iframe {
  border-radius: 10px
}

.videos-container>.unique>.video {
  flex-basis: 100%;
  margin-bottom: 0;
  max-width: 100%
}

section.fw-3-videos {
  left: 50%;
  margin-left: -50vw;
  padding: 60px 10px;
  position: relative;
  width: 100vw
}

section.fw-3-videos.background-color-8 {
  background-color: #54565a
}

section.fw-3-videos.background-color-9 {
  background-color: #009edb
}

section.fw-3-videos.background-color-43 {
  background-color: #edeeee
}

section.fw-3-videos.background-color-43 .h5,
section.fw-3-videos.background-color-43 h5 {
  color: #75767a
}

section.fw-3-videos.background-color-70 {
  background-color: #b00
}

section.fw-3-videos.background-color- {
  background-color: #fff
}

section.fw-3-videos.background-color- .h5,
section.fw-3-videos.background-color- h5 {
  color: #75767a
}

section.fw-3-videos .h5,
section.fw-3-videos h5 {
  color: #fff;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

section.fw-3-videos .videos {
  display: flex;
  margin: 0 -15px
}

section.fw-3-videos .videos .video-embed-field-responsive-video {
  flex-grow: 1;
  margin: 0 15px
}

section.fw-3-videos .videos .video-embed-field-responsive-video iframe {
  border-radius: 10px
}

@media (max-width:992px) {
  section.fw-3-videos .videos {
    flex-direction: column;
    margin: 0
  }

  section.fw-3-videos .videos .video-embed-field-responsive-video {
    margin: 15px 0
  }
}

section.latest-news {
  padding: 72px 0
}

section.latest-news .h5,
section.latest-news h5 {
  color: #009edb;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase
}

.rotating-boxes {
  background: #f8f8f8;
  left: 50%;
  margin-left: -50vw;
  padding: 50px 0;
  position: relative;
  width: 100vw
}

.rotating-boxes .h5,
.rotating-boxes h5 {
  color: #75767a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 40px;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

.rotating-boxes .container {
  padding-left: 0;
  padding-right: 0
}

.rotating-boxes .container .row {
  justify-content: center
}

.rotating-boxes .box {
  margin-bottom: 30px
}

.rotating-boxes .box .flip-box {
  background-color: transparent;
  border: none;
  border-radius: 12px;
  height: 378px;
  margin: 0 auto;
  overflow: hidden;
  perspective: 1000px;
  position: relative;
  width: 378px
}

.rotating-boxes .box .flip-box .flip-box-inner {
  height: 100%;
  position: relative;
  text-align: center;
  transform-style: preserve-3d;
  transition: transform .8s;
  width: 100%
}

.rotating-boxes .box .flip-box .flip-box-inner .flip-box-front {
  backface-visibility: hidden;
  background-size: cover;
  border-radius: 7px;
  height: 100%;
  position: absolute;
  width: 100%
}

.rotating-boxes .box .flip-box .flip-box-inner .flip-box-front img {
  height: auto;
  margin: 0 auto;
  width: 100%
}

.rotating-boxes .box .flip-box .flip-box-inner .flip-box-front .item-title {
  color: #009edb;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 0 20px;
  position: absolute;
  text-align: left;
  top: 50%
}

.rotating-boxes .box .flip-box .flip-box-inner .flip-box-front .item-title span {
  background: #fff;
  box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  color: #009edb;
  font-weight: 700;
  padding: 1px 0
}

.rotating-boxes .box .flip-box .flip-box-inner .flip-box-back {
  backface-visibility: hidden;
  background-color: #fff;
  border-radius: 7px;
  height: 100%;
  padding: 20px;
  position: absolute;
  transform: rotateY(180deg);
  width: 100%
}

.rotating-boxes .box .flip-box .flip-box-inner .flip-box-back>* {
  color: #fff;
  color: #75767a;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 0;
  text-align: left
}

.rotating-boxes .box .flip-box .flip-box-inner .flip-box-back a,
.rotating-boxes .box .flip-box .flip-box-inner .flip-box-back b,
.rotating-boxes .box .flip-box .flip-box-inner .flip-box-back i,
.rotating-boxes .box .flip-box .flip-box-inner .flip-box-back li,
.rotating-boxes .box .flip-box .flip-box-inner .flip-box-back ol,
.rotating-boxes .box .flip-box .flip-box-inner .flip-box-back p,
.rotating-boxes .box .flip-box .flip-box-inner .flip-box-back span,
.rotating-boxes .box .flip-box .flip-box-inner .flip-box-back strong,
.rotating-boxes .box .flip-box .flip-box-inner .flip-box-back u,
.rotating-boxes .box .flip-box .flip-box-inner .flip-box-back ul {
  font-size: 16px;
  margin: 0;
  padding: 0
}

.rotating-boxes .box .flip-box .flip-box-inner .flip-box-back p {
  margin-bottom: 10px
}

@media (max-width:991px) {
  .rotating-boxes .box .flip-box .flip-box-inner {
    cursor: pointer
  }
}

@media (min-width:320px) {
  .rotating-boxes .box .flip-box:hover .flip-box-inner {
    transform: rotateY(180deg)
  }
}

.rotating-boxes .box .flip-box:hover .item-title {
  display: none
}

.rotating-boxes .texto {
  margin: 0 auto 20px;
  max-width: 253px;
  padding: 0 10px
}

.button-unit {
  display: flex;
  justify-content: center;
  padding: 10px 0
}

.double-title-section {
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw
}

.double-title-section .paragraph-banner.full-width {
  left: 0;
  margin: 0;
  position: static;
  width: unset
}

.double-title-section .title-section-1 .content .supertitle {
  font-family: Merriweather;
  font-size: 50px;
  font-weight: 600;
  text-transform: none
}

.double-title-section .title-section-1 .content .title {
  font-size: 26px
}

.double-title-section .title-section-1 .content .body {
  margin: 0 auto;
  max-width: 550px
}

.double-title-section .title-section-2 {
  position: relative
}

.section-title-container {
  left: 50%;
  margin-left: -50vw;
  padding-top: 75px;
  position: relative;
  width: 100vw
}

.section-title-container .title-section {
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%
}

.section-title-container .title-section.title-color- {
  color: #fff
}

.section-title-container .title-section.title-color-8 {
  color: #54565a
}

.section-title-container .title-section.title-color-9 {
  color: #009edb
}

.section-title-container .title-section.title-color-70 {
  color: #b00
}

.section-title-container .title-section.title-color-43 {
  color: #75767a
}

.section-title-container.background-color-8 {
  background-color: #54565a
}

.section-title-container.background-color-9 {
  background-color: #009edb
}

.section-title-container.background-color-70 {
  background-color: #b00
}

.section-title-container.background-color-43 {
  background-color: #edeeee
}

.pagination.js-pager__items {
  justify-content: center
}

.pagination.js-pager__items .page-link {
  color: #009edb
}

.pagination.js-pager__items .page-item.active .page-link {
  background-color: #009edb;
  border-color: #009edb;
  color: #fff
}

.empty-container {
  left: 50%;
  margin-left: -50vw;
  max-width: unset;
  position: relative;
  width: 100vw
}

.empty-container.height-30 {
  height: 30px
}

.empty-container.height-60 {
  height: 60px
}

.empty-container.height-120 {
  height: 120px
}

.empty-container.background-color-8 {
  background-color: #54565a
}

.empty-container.background-color-9 {
  background-color: #009edb
}

.empty-container.background-color-70 {
  background-color: #b00
}

.empty-container.background-color-43 {
  background-color: #edeeee
}

body #block-unece-theme-content>.content>article>.node__content {
  margin-top: 0
}

.taxonomy-term-title.h1,
h1.taxonomy-term-title {
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 40px
}

@media (min-width:769px) {
  body:not(.adminimal-admin-toolbar).node--type-page header#header {
    position: absolute;
    width: 100%;
    z-index: 1000
  }
}

.page-wrapper {
  overflow-x: hidden
}

.embed-section iframe {
  border: none
}

nav.quizz-menu-block .nav {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  display: block;
  flex-direction: row;
  list-style: none inside;
  margin: 20px 0 0;
  padding: 5px 0 0;
  text-align: center;
  width: 100%
}

nav.quizz-menu-block .nav>li {
  box-shadow: unset;
  display: inline-block
}

nav.quizz-menu-block .nav>li.active a,
nav.quizz-menu-block .nav>li.menu-item--active-trail a {
  color: #009edb
}

nav.quizz-menu-block .nav>li>a {
  color: #7c939f;
  font-size: 15px;
  font-weight: 600;
  padding: .4rem 5px;
  text-transform: uppercase
}

nav.quizz-menu-block .nav>li>a:hover {
  color: #14a3d8
}

nav.quizz-menu-block .nav>li>a:after {
  border-right: 2px solid #7c939f;
  content: "";
  display: inline-block;
  height: 10px;
  margin-left: 10px
}

nav.quizz-menu-block .nav>li:last-child a:after {
  display: none
}

body.authenticated form.user-form {
  border: 1px solid #009edb;
  margin: 55px auto;
  max-width: 600px;
  padding: 48px
}

body.authenticated form.user-form #edit-role-change--wrapper,
body.authenticated form.user-form #edit-status--wrapper,
body.authenticated form.user-form .form-item-notify {
  display: none
}

.title-my-profile {
  display: none;
  margin-top: 55px;
  text-align: center
}

.title-my-profile .h1,
.title-my-profile h1 {
  color: #009edb;
  font-weight: 700
}

form.node-qz-quizz-by-country-edit-form>.row {
  flex-direction: column;
  justify-content: center
}

form.node-qz-quizz-by-country-edit-form>.row .layout-region-node-secondary {
  display: none
}

form.node-qz-quizz-by-country-edit-form>.row .layout-region-node-main {
  border: 1px solid #009edb;
  flex: 0 0 100%;
  margin: 60px auto;
  max-width: 600px;
  padding: 48px;
  width: 100%
}

form.node-qz-quizz-by-country-edit-form>.row .layout-region-node-footer .form-actions {
  margin-bottom: 60px;
  text-align: center
}

.title-my-country {
  margin-top: 55px;
  text-align: center
}

.title-my-country .h1,
.title-my-country h1 {
  color: #009edb;
  font-weight: 700
}

.custom-control-input:checked~.custom-control-label:before {
  background-color: #009edb;
  border-color: #009edb;
  color: #fff
}

.quizz-nav-btns {
  justify-content: center;
  margin: 0 0 80px
}

.quizz-nav-btns .nav-item {
  align-items: center;
  background-color: #009edb;
  border: 1px solid #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  display: flex;
  flex-direction: column;
  margin: 0 18px;
  padding: 20px 0 30px;
  position: relative;
  width: 150px
}

.quizz-nav-btns .nav-item:after {
  background-color: none;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  right: -96px;
  top: 50%;
  width: 96px
}

.quizz-nav-btns .nav-item:last-child:after {
  content: none
}

.quizz-nav-btns .nav-item .nav-link {
  background-color: #009edb;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 25px;
  text-align: center;
  width: 100px
}

.quizz-nav-btns .nav-item .nav-link:hover {
  background-color: #758d9a
}

.quizz-nav-btns .nav-item .nav-link.active {
  background-color: #fff;
  color: #009edb
}

.quizz-nav-btns .nav-item .progress-qty {
  display: flex;
  flex-direction: column;
  position: relative
}

.quizz-nav-btns .nav-item .progress-qty:after {
  background: #fff;
  bottom: 0;
  content: "";
  height: 100%;
  left: 28px;
  position: absolute;
  width: 1px
}

.quizz-nav-btns .nav-item:hover .nav-link {
  background-color: #fff;
  color: #009edb
}

.quizz-nav-tabs .nav-item .nav-link {
  font-weight: 700
}

.quizz-nav-tabs .nav-item .nav-link.active,
.quizz-nav-tabs .nav-item .nav-link:hover {
  background-color: #009edb;
  color: #fff
}

.quizz-nav-tabs .nav-item .nav-link .progress-qty {
  background: #fff;
  color: #000;
  font-size: 14px
}

.quizz-1 {
  margin-top: 20px
}

.quizz-1 .quizz-tab-content {
  border: 1px solid #009edb;
  margin-bottom: 72px;
  padding: 48px
}

.quizz-1 .quizz-tab-content .tab-pane form summary {
  color: #54565a;
  font-weight: 700
}

.quizz-1 .quizz-tab-content .tab-pane form fieldset[id*=edit-question-] legend {
  font-size: 20px
}

.quizz-1 .quizz-tab-content .tab-pane form div.title {
  color: #009edb;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px
}

.quizz-1 .quizz-tab-content .tab-pane form div[id*=format-help] {
  display: none
}

.quizz-1 .quizz-tab-content .tab-pane form div[id*=format-help]+fieldset {
  align-items: end;
  display: flex;
  justify-content: end;
  margin-top: 5px
}

.quizz-1 .quizz-tab-content .tab-pane form div[id*=format-help]+fieldset select {
  max-width: 200px
}

.quizz-1 .quizz-tab-content .tab-pane form .filter-guidelines-item {
  display: none !important
}

.quizz-1 .quizz-tab-content .tab-pane form div[id*=edit-question-additional] {
  margin-bottom: 24px;
  margin-top: -14px
}

.quizz-1 .quizz-tab-content .tab-pane form .form-type-file {
  margin-bottom: 48px
}

.quizz-1 .quizz-tab-content .tab-pane form .form-type-file:last-child {
  margin-bottom: 0
}

.quizz-1 .form-submit {
  background-color: #758d9a;
  border: 1px solid #758d9a;
  color: #fff;
  font-weight: 700;
  margin: 0 auto;
  width: 300px
}

.quizz-1 .form-submit.hidden {
  display: none
}

.quizz-1 .qz-filters .form-submit {
  width: 100%
}

.comparison-info {
  margin-bottom: 20px
}

.comparison-info .download a,
.comparison-info .download p {
  margin-bottom: 10px
}

#bar-chart {
  margin-bottom: 50px
}

.progress-qty {
  font-size: 14px;
  margin-top: 20px
}

.status-icon {
  color: #fff;
  margin-right: 7px
}

.status-icon img {
  display: inline;
  height: 16px;
  width: auto
}

.status-icon span {
  display: inline-block;
  margin-right: 3px;
  text-align: end;
  width: 25px
}

.status-icons {
  font-size: 13px;
  margin-bottom: 10px;
  padding: 5px;
  text-align: right;
  width: 100%
}

.status-icons .status-icon {
  border: none;
  color: #6a747a;
  margin-left: 10px;
  margin-right: 0;
  padding: 2px 5px
}

.quizz-1.read-only .details-more,
.quizz-1.read-only .form-submit,
.quizz-1.read-only .ifp-selector-wrapper,
.quizz-1.read-only .progress-qty {
  display: none
}

.status-selector {
  margin-bottom: 10px;
  margin-top: -10px;
  text-align: right
}

.status-selector .js-form-item {
  display: inline-block;
  height: 30px;
  margin: 0 5px 0 0;
  padding-left: 0;
  position: relative
}

.status-selector .js-form-item input {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0
}

.status-selector .js-form-item input[type=radio] {
  opacity: .01;
  z-index: 100
}

.status-selector .js-form-item label {
  border: 1px solid #009edb;
  color: #009edb;
  cursor: pointer;
  margin-left: 40px;
  padding: 0 5px;
  z-index: 90
}

.status-selector .js-form-item label img {
  background: #fff;
  display: inline;
  height: 16px;
  width: auto
}

.status-selector .js-form-item .Checked+label,
.status-selector .js-form-item input[type=radio]:checked+label,
.status-selector .js-form-item label:hover {
  background: #009edb;
  color: #fff
}

.red-alert-form {
  background-color: red;
  color: #fff;
  font-weight: 700;
  margin-top: 5px;
  padding: 5px;
  text-align: center
}

.item-save {
  color: #009edb;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  height: 20px;
  padding: 0 5px;
  z-index: 90
}

.item-save img {
  background: #fff;
  display: inline;
  height: 16px;
  width: auto
}

.item-save:hover {
  background: #009edb;
  color: #fff
}

.my_top_message {
  background-color: rgba(0, 0, 0, .5);
  display: none;
  height: 100%;
  left: 0;
  padding-top: 20%;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 100000
}

.my_top_message .content-box {
  background: #fff;
  margin: 0 auto;
  max-width: 300px;
  padding: 50px 20px;
  width: 100%
}

.my_top_message .content-box .btn-save-saved {
  background-color: #009edb;
  border: 1px solid #009edb;
  border-radius: .25rem;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  margin: 20px auto 0
}

.my_top_message .content-box .btn-save-saved:hover {
  background-color: #758d9a;
  border: 1px solid #758d9a
}

.my_top_message .content-box .btn-close-saved,
.my_top_message .content-box .btn-not-saved {
  background-color: #758d9a;
  border: 1px solid #758d9a;
  border-radius: .25rem;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  margin: 20px auto 0
}

.my_top_message .content-box .btn-close-saved:hover,
.my_top_message .content-box .btn-not-saved:hover {
  background-color: #009edb;
  border: 1px solid #009edb
}

.quizz-country-assesment .qz-quizz-by-country {
  align-content: center;
  align-items: center;
  display: inline-flex;
  margin: 30px 0;
  width: 100%
}

.quizz-country-assesment .qz-quizz-by-country fieldset {
  padding-left: 0
}

.quizz-country-assesment .qz-quizz-by-country button {
  margin-top: 14px;
  padding: 5px 36px
}

.block-views.admin-table .new-user-wrapper {
  margin: 24px 0;
  text-align: end
}

.block-views.admin-table .view-quizz-users .table-responsive,
.block-views.admin-table .view-qz-quizz-by-country .table-responsive {
  padding: 0
}

.block-views.admin-table .table {
  margin-bottom: 72px
}

.block-views.admin-table .table thead th {
  background-color: #009edb;
  border: 0 solid transparent;
  color: #fff
}

.block-views.admin-table .table thead th a {
  color: #fff
}

.block-views.admin-table .table thead th a:hover {
  color: #000;
  text-decoration: none
}

.block-views.admin-table .table tbody tr:nth-of-type(odd) {
  background-color: rgba(117, 141, 154, .2)
}

.block-views.admin-table .table tbody td {
  border: 0 solid transparent
}

.block-views.admin-table .table tbody td.views-field-operations {
  width: 224px
}

.block-views.admin-table .table tbody td.views-field-operations .dropbutton-wrapper {
  margin-left: auto;
  margin-right: 0;
  max-width: 200px;
  padding: 0
}

.block-views.admin-table .table tbody td.views-field-operations .dropbutton-wrapper .dropbutton-widget {
  background-color: #009edb;
  background-image: unset;
  border: 1px solid #009edb;
  color: #fff;
  margin: 0;
  width: 100%
}

.block-views.admin-table .table tbody td.views-field-operations .dropbutton-wrapper .dropbutton-widget .dropbutton {
  border-right: none
}

.block-views.admin-table .table tbody td.views-field-operations .dropbutton-wrapper .dropbutton-widget .dropbutton .dropbutton-toggle button {
  background-color: #009edb;
  background-image: none;
  color: #fff
}

.block-views.admin-table .table tbody td.views-field-operations .dropbutton-wrapper .dropbutton-widget .dropbutton .dropbutton-action a {
  background-color: #fff;
  color: #009edb;
  font-weight: 700;
  padding: 0
}

.block-views.admin-table .table tbody td.views-field-operations .dropbutton-wrapper .dropbutton-widget .dropbutton .dropbutton-action a:hover {
  background-color: #009edb;
  color: #fff;
  text-decoration: none
}

.block-views.admin-table .table tbody td .btn-go {
  background-color: #009edb;
  border-radius: 15px;
  color: #fff;
  font-weight: 700;
  padding: 3px 10px 4px
}

.block-views.admin-table nav[aria-label=pagination-heading] {
  background-color: unset
}

.quizz-comparison .qz-country-comparison-form,
.quizz-comparison .qz-country-comparison-form-ci {
  border: 1px solid #009edb;
  border-radius: .625rem;
  display: flex;
  justify-content: space-between;
  margin: 4.5rem .625rem;
  padding: 1rem;
  position: relative
}

@media (max-width:991.98px) {

  .quizz-comparison .qz-country-comparison-form,
  .quizz-comparison .qz-country-comparison-form-ci {
    border: unset;
    display: unset;
    margin: unset;
    padding: unset
  }
}

.quizz-comparison .qz-country-comparison-form .form-composite legend span,
.quizz-comparison .qz-country-comparison-form-ci .form-composite legend span {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap
}

.quizz-comparison .qz-country-comparison-form div.col-md-3,
.quizz-comparison .qz-country-comparison-form fieldset.col-md-3,
.quizz-comparison .qz-country-comparison-form-ci div.col-md-3,
.quizz-comparison .qz-country-comparison-form-ci fieldset.col-md-3 {
  max-width: 25%
}

@media (max-width:991.98px) {

  .quizz-comparison .qz-country-comparison-form div.col-md-3,
  .quizz-comparison .qz-country-comparison-form fieldset.col-md-3,
  .quizz-comparison .qz-country-comparison-form-ci div.col-md-3,
  .quizz-comparison .qz-country-comparison-form-ci fieldset.col-md-3 {
    max-width: 100%
  }
}

.quizz-comparison .qz-country-comparison-form div.form-item-cluster,
.quizz-comparison .qz-country-comparison-form fieldset.form-item-cluster,
.quizz-comparison .qz-country-comparison-form-ci div.form-item-cluster,
.quizz-comparison .qz-country-comparison-form-ci fieldset.form-item-cluster {
  flex: 1 0 40%
}

.quizz-comparison .qz-country-comparison-form div.form-item-country,
.quizz-comparison .qz-country-comparison-form div.form-item-mode,
.quizz-comparison .qz-country-comparison-form fieldset.form-item-country,
.quizz-comparison .qz-country-comparison-form fieldset.form-item-mode,
.quizz-comparison .qz-country-comparison-form-ci div.form-item-country,
.quizz-comparison .qz-country-comparison-form-ci div.form-item-mode,
.quizz-comparison .qz-country-comparison-form-ci fieldset.form-item-country,
.quizz-comparison .qz-country-comparison-form-ci fieldset.form-item-mode {
  flex: 0 0 20%
}

.quizz-comparison .qz-country-comparison-form .form-submit,
.quizz-comparison .qz-country-comparison-form-ci .form-submit {
  background-color: #009edb;
  border: 1px solid #009edb;
  color: #fff;
  flex: 0 0 16%;
  font-weight: 700;
  height: calc(1.5em + .75rem + 2px);
  margin: 32px 15px 0
}

.quizz-comparison .qz-country-comparison-form .form-submit:hover,
.quizz-comparison .qz-country-comparison-form-ci .form-submit:hover {
  background-color: #fff;
  border: 1.5px solid #009edb;
  color: #009edb
}

@media (max-width:991.98px) {

  .quizz-comparison .qz-country-comparison-form .form-submit,
  .quizz-comparison .qz-country-comparison-form-ci .form-submit {
    margin: unset
  }
}

.comparison-buttons {
  display: flex;
  justify-content: center;
  margin-bottom: 30px
}

.comparison-buttons button {
  background-color: #009edb;
  border: 1px solid #009edb;
  border-radius: .25rem;
  color: #fff;
  font-weight: 700;
  margin: 0 2px
}

.comparison-buttons button:hover {
  background-color: #fff;
  border: 1.5px solid #009edb;
  color: #009edb
}

.comparison-title {
  color: #009edb;
  font-size: 19px;
  font-weight: 700;
  margin: 110px auto 15px;
  text-align: center
}

.comparison-title img {
  height: 12px;
  margin-bottom: 5px;
  margin-left: 4px;
  width: 12px
}

.qz-country-page-form {
  border: 1px solid #009edb;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  margin: 72px auto;
  max-width: 95%;
  padding-top: 20px;
  position: relative
}

@media (max-width:991.98px) {
  .qz-country-page-form {
    background-color: #edeeee;
    border: unset;
    display: unset;
    margin: 0 .625rem;
    padding: unset
  }
}

.qz-country-page-form .form-type-select label {
  font-size: 17px;
  font-weight: 700
}

.qz-country-page-form .form-composite legend span {
  font-size: 17px;
  font-weight: 700;
  white-space: nowrap
}

.qz-country-page-form div,
.qz-country-page-form fieldset {
  padding-left: 15px;
  padding-right: 15px
}

.qz-country-page-form div#edit-year--wrapper,
.qz-country-page-form fieldset#edit-year--wrapper {
  border-right: 1px solid #838383
}

@media (max-width:991.98px) {

  .qz-country-page-form div#edit-year--wrapper,
  .qz-country-page-form fieldset#edit-year--wrapper {
    border: unset
  }
}

.qz-country-page-form div.form-composite,
.qz-country-page-form fieldset.form-composite {
  flex: 0 0 20%
}

.qz-country-page-form div.form-composite legend,
.qz-country-page-form fieldset.form-composite legend {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px
}

.qz-country-page-form div.form-composite .fieldset-wrapper #edit-options,
.qz-country-page-form fieldset.form-composite .fieldset-wrapper #edit-options {
  display: flex
}

.qz-country-page-form div.form-composite .fieldset-wrapper #edit-options .custom-checkbox,
.qz-country-page-form fieldset.form-composite .fieldset-wrapper #edit-options .custom-checkbox {
  display: inline-block;
  margin-right: 15px;
  margin-top: 5px;
  width: fit-content
}

.qz-country-page-form div.form-item-test,
.qz-country-page-form fieldset.form-item-test {
  flex: 0 0 20%
}

.qz-country-page-form .form-submit {
  background-color: #009edb;
  border: 1px solid #009edb;
  color: #fff;
  flex: 0 0 16%;
  font-weight: 700;
  height: calc(1.5em + .75rem + 2px);
  margin: 32px 15px 0
}

.qz-country-page-form .form-submit:hover {
  background-color: #fff !important;
  border: 1.5px solid #009edb !important;
  color: #009edb !important
}

@media (max-width:991.98px) {
  .qz-country-page-form .form-submit {
    margin: unset
  }
}

.qz-quizz-intro-form .developed {
  font-weight: 700
}

.qz-quizz-intro-form .developed span {
  font-weight: 400
}

.qz-quizz-intro-form .form-item-languaje {
  max-width: 400px
}

.qz-quizz-intro-form #edit-question-intro-container-1,
.qz-quizz-intro-form #edit-question-intro-container-2,
.qz-quizz-intro-form #edit-question-intro-container-3 {
  display: flex;
  max-width: 600px
}

.qz-quizz-intro-form #edit-question-intro-container-1 fieldset,
.qz-quizz-intro-form #edit-question-intro-container-2 fieldset,
.qz-quizz-intro-form #edit-question-intro-container-3 fieldset {
  padding: 0
}

.qz-quizz-intro-form #edit-question-intro-container-1 fieldset.form-type-number,
.qz-quizz-intro-form #edit-question-intro-container-2 fieldset.form-type-number,
.qz-quizz-intro-form #edit-question-intro-container-3 fieldset.form-type-number {
  position: relative
}

.qz-quizz-intro-form #edit-question-intro-container-1 fieldset.form-type-number input,
.qz-quizz-intro-form #edit-question-intro-container-2 fieldset.form-type-number input,
.qz-quizz-intro-form #edit-question-intro-container-3 fieldset.form-type-number input {
  padding-right: 25px
}

.qz-quizz-intro-form #edit-question-intro-container-1 fieldset.form-type-number:after,
.qz-quizz-intro-form #edit-question-intro-container-2 fieldset.form-type-number:after,
.qz-quizz-intro-form #edit-question-intro-container-3 fieldset.form-type-number:after {
  bottom: 7px;
  content: "%";
  display: block;
  position: absolute;
  right: 22px
}

.qz-quizz-intro-form .form-submit {
  background-color: #758d9a;
  border: 1px solid #758d9a;
  color: #fff;
  font-weight: 700;
  max-width: 570px
}

.qz-quizz-intro-form .form-submit:hover {
  background-color: #009edb;
  border: 1px solid #009edb
}

.qz-quizz-intro-form label {
  color: #009edb;
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px
}

.my-page-wrapper {
  background-color: #edeeee;
  padding: 72px 15px
}

.visualization {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 10px
}

.visualization .country-data .h2,
.visualization .country-data h2 {
  color: #54565a;
  font-size: 21px;
  font-weight: 700;
  margin: 15px auto;
  text-align: center;
  text-transform: uppercase
}

.visualization .country-data .data-region {
  display: flex;
  justify-content: center
}

.visualization .country-data .data-region p {
  margin: 0 30px
}

.visualization .results-data {
  border: 3px solid #edeeee;
  padding: 15px 0
}

.visualization .results-data .h2,
.visualization .results-data h2 {
  color: #54565a;
  font-size: 21px;
  font-weight: 700;
  margin: 15px auto;
  text-align: center;
  text-transform: uppercase
}

.visualization .results-data .h3,
.visualization .results-data h3 {
  color: #009edb;
  font-size: 19px;
  font-weight: 700;
  margin: 15px auto;
  text-align: center
}

.visualization .results-data .results {
  display: flex;
  justify-content: center;
  margin-bottom: 15px
}

.visualization .results-data .results p {
  margin: 0 30px
}

.visualization .results-data .results p img {
  height: 12px;
  margin-bottom: 5px;
  margin-left: 4px;
  width: 12px
}

.visualization .results-data .download {
  text-align: center;
  width: 100%
}

.visualization .results-data .download p {
  text-align: center
}

.visualization .results-data .download .download-buttons a {
  margin: 0 5px;
  padding: 7px 12px
}

.visualization .country {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
  width: 100%
}

.visualization .modes-title {
  color: #009edb;
  font-size: 19px;
  font-weight: 700;
  margin: 15px auto;
  text-align: center
}

.visualization .modes-title img {
  height: 12px;
  margin-bottom: 5px;
  margin-left: 4px;
  width: 12px
}

.visualization .labels-country-modes {
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-top: 30px;
  width: 100%
}

.visualization .labels-country-modes .mode-1,
.visualization .labels-country-modes .mode-2,
.visualization .labels-country-modes .mode-3 {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0 5px
}

.visualization .labels-country-modes .mode-1 .box,
.visualization .labels-country-modes .mode-2 .box,
.visualization .labels-country-modes .mode-3 .box {
  height: 16px;
  margin-right: 3px;
  width: 37px
}

.visualization .labels-country-modes .mode-1 span,
.visualization .labels-country-modes .mode-2 span,
.visualization .labels-country-modes .mode-3 span {
  font-size: 14px
}

.visualization .labels-country-modes .mode-1 .box {
  background-color: #8e5ea2
}

.visualization .labels-country-modes .mode-2 .box {
  background-color: #3cba9f
}

.visualization .labels-country-modes .mode-3 .box {
  background-color: #c45850
}

.page-node-341 nav.quizz-menu-block .nav,
.page-node-3770 nav.quizz-menu-block .nav,
.path-results nav.quizz-menu-block .nav {
  background-color: #fff;
  border-radius: 8px 8px 0 0;
  display: block;
  flex-direction: row;
  list-style: none inside;
  margin: 20px 0 0;
  padding: 5px 0 0;
  text-align: center;
  width: 100%
}

.page-node-341 nav.quizz-menu-block .nav:after,
.page-node-3770 nav.quizz-menu-block .nav:after,
.path-results nav.quizz-menu-block .nav:after {
  background-color: #edeeee;
  height: 17.875rem;
  position: absolute;
  width: 100%
}

@media (max-width:991.98px) {

  .page-node-341 nav.quizz-menu-block .nav:after,
  .page-node-3770 nav.quizz-menu-block .nav:after,
  .path-results nav.quizz-menu-block .nav:after {
    background-color: unset;
    height: unset
  }
}

body.path-user .profile {
  border: 1px solid #009edb;
  margin: 24px 0 72px;
  padding: 48px
}

body.path-user .profile .field {
  margin: 0 0 24px
}

body.path-user .profile .field:last-child {
  margin-bottom: 0
}

body.path-user .profile .field .field__label {
  color: #838383
}

body.path-user .profile .field .field__item {
  border-radius: 4px;
  color: #495057
}

.edit-user-profile {
  text-align: right
}

.link-private-area {
  background-image: url(../images/local/lock_grey.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 20px !important
}

.link-private-area.link-private-area-logged {
  background-image: url(../images/local/profile-grey.svg)
}

.link-private-area:hover {
  background-image: url(../images/local/lock_blue.svg)
}

.link-private-area:hover.link-private-area-logged {
  background-image: url(../images/local/profile-blue.svg)
}

.link-logout {
  background-image: url(../images/local/logout-grey.svg);
  background-position: 0;
  background-repeat: no-repeat;
  background-size: 15px;
  padding-left: 20px !important
}

.link-logout:hover {
  background-image: url(../images/local/logout-blue.svg)
}

body.administrator .navbar-nav li:last-child,
body.administrator .navbar-nav li:nth-last-child(2) {
  display: none
}

body.administrator .navbar-nav li:nth-last-child(3):after {
  content: none
}

.region-footer-4 .block-webform {
  background-color: #edeeee;
  border: 2px solid #009edb;
  bottom: 10px;
  height: 39px;
  left: 10px;
  overflow: hidden;
  padding: 10px;
  position: fixed;
  transition: all .3s;
  width: 39px;
  z-index: 100000
}

.region-footer-4 .block-webform .webform-submission-nfp-contact-form .alert {
  margin-bottom: 10px;
  opacity: 0;
  padding: 0 10px
}

.region-footer-4 .block-webform .webform-submission-nfp-contact-form fieldset,
.region-footer-4 .block-webform .webform-submission-nfp-contact-form>div {
  background-color: #fff;
  padding: 12px
}

.region-footer-4 .block-webform .webform-submission-nfp-contact-form fieldset.form-type-textarea,
.region-footer-4 .block-webform .webform-submission-nfp-contact-form>div.form-type-textarea {
  opacity: 0;
  transition: all .3s
}

.region-footer-4 .block-webform .webform-submission-nfp-contact-form fieldset.form-type-textarea label,
.region-footer-4 .block-webform .webform-submission-nfp-contact-form>div.form-type-textarea label {
  color: #54565a;
  font-family: Source Sans Pro, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 0;
  text-align: left;
  text-transform: uppercase
}

.region-footer-4 .block-webform .webform-submission-nfp-contact-form fieldset.form-type-textarea .form-textarea,
.region-footer-4 .block-webform .webform-submission-nfp-contact-form>div.form-type-textarea .form-textarea {
  border: 0 solid transparent;
  border-radius: 0;
  box-shadow: none;
  color: #6a6a6a
}

.region-footer-4 .block-webform .webform-submission-nfp-contact-form fieldset.btn-close,
.region-footer-4 .block-webform .webform-submission-nfp-contact-form>div.btn-close {
  height: 15px;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 5px;
  top: 5px;
  transition: all .3s;
  width: 15px
}

.region-footer-4 .block-webform .webform-submission-nfp-contact-form fieldset.btn-close a,
.region-footer-4 .block-webform .webform-submission-nfp-contact-form>div.btn-close a {
  background-color: #edeeee;
  background-image: url(../images/local/ic-close.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 15px;
  display: block;
  height: 15px;
  text-indent: -5000px;
  width: 15px
}

.region-footer-4 .block-webform .webform-submission-nfp-contact-form fieldset.btn-open,
.region-footer-4 .block-webform .webform-submission-nfp-contact-form>div.btn-open {
  background-color: transparent;
  bottom: -11px;
  height: 25px;
  left: 5px;
  padding: 0;
  position: absolute;
  width: 25px
}

.region-footer-4 .block-webform .webform-submission-nfp-contact-form fieldset.btn-open a,
.region-footer-4 .block-webform .webform-submission-nfp-contact-form>div.btn-open a {
  background-image: url(../images/local/arrow-square-up.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  -webkit-background-size: 15px 15px;
  background-size: 25px;
  display: block;
  height: 25px;
  text-indent: -5000px;
  width: 25px
}

.region-footer-4 .block-webform .webform-submission-nfp-contact-form>.form-actions {
  opacity: 0;
  text-align: end;
  transition: all .3s
}

.region-footer-4 .block-webform.show {
  height: 370px;
  max-width: 95%;
  padding: 24px;
  width: 556px
}

.region-footer-4 .block-webform.show .webform-submission-nfp-contact-form .alert,
.region-footer-4 .block-webform.show .webform-submission-nfp-contact-form fieldset.btn-close,
.region-footer-4 .block-webform.show .webform-submission-nfp-contact-form fieldset.form-type-textarea,
.region-footer-4 .block-webform.show .webform-submission-nfp-contact-form>div.btn-close,
.region-footer-4 .block-webform.show .webform-submission-nfp-contact-form>div.form-type-textarea {
  opacity: 1
}

.region-footer-4 .block-webform.show .webform-submission-nfp-contact-form fieldset.btn-open,
.region-footer-4 .block-webform.show .webform-submission-nfp-contact-form>div.btn-open {
  display: none
}

.region-footer-4 .block-webform.show .webform-submission-nfp-contact-form>.form-actions {
  opacity: 1
}

.iframe-container-learning {
  max-height: 900px;
  max-width: 1400px;
  overflow: hidden;
  padding-top: 66.6666666667%;
  position: relative
}

.iframe-container-learning iframe {
  border: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000
}

#myModalPrevious {
  padding: 0 !important
}

#myModalPrevious .modal-dialog {
  top: 30%
}

#myModalPrevious .modal-dialog .modal-header {
  border-bottom: none
}

#myModalPrevious .modal-dialog .modal-content {
  text-align: center
}

#myModalPrevious .modal-dialog .modal-content .modal-header {
  justify-content: center;
  padding-bottom: 2rem;
  padding-top: 2rem
}

body.node--type-quizz-page #header {
  background-color: #99d6ed
}

body.node--type-quizz-page .menu-wrapper {
  position: relative
}

body.node--type-quizz-page .menu-wrapper .background {
  background-color: #99d6ed;
  height: 67px;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  top: -27px;
  width: 100vw;
  z-index: -1
}

body.node--type-quizz-page .view-quizz-users .view-filters {
  left: unset;
  margin-left: unset;
  width: unset
}

body.node--type-quizz-page .view-quizz-users .container {
  display: flex;
  justify-content: space-between
}

body.node--type-quizz-page .view-quizz-users .container .views-exposed-form {
  width: 50%
}

body.node--type-quizz-page .view-quizz-users .container .views-exposed-form .flex-wrap div,
body.node--type-quizz-page .view-quizz-users .container .views-exposed-form .flex-wrap fieldset {
  flex: 0 0 55%
}

body.node--type-quizz-page .view-quizz-users .container .views-exposed-form .flex-wrap .form-actions {
  flex: 0 0 10%
}

body.node--type-quizz-page .view-quizz-users .container .views-exposed-form .flex-wrap .form-actions button {
  background-size: 39%
}

body.node--type-quizz-page .view-quizz-users .container .new-user-wrapper {
  margin: 0
}

body.node--type-quizz-page .view-qz-quizz-by-country .view-filters {
  left: unset;
  margin-left: unset;
  width: unset
}

body.node--type-quizz-page .view-qz-quizz-by-country .container {
  display: flex
}

body.node--type-quizz-page .view-qz-quizz-by-country .container .views-exposed-form {
  width: 100%
}

body.node--type-quizz-page .view-qz-quizz-by-country .container .views-exposed-form .flex-wrap {
  justify-content: center
}

body.node--type-quizz-page .view-qz-quizz-by-country .container .views-exposed-form .flex-wrap div,
body.node--type-quizz-page .view-qz-quizz-by-country .container .views-exposed-form .flex-wrap fieldset {
  flex: 0 0 25%
}

body.node--type-quizz-page .view-qz-quizz-by-country .container .views-exposed-form .flex-wrap .form-actions {
  flex: 0 0 4%
}

body.node--type-quizz-page .view-qz-quizz-by-country .container .views-exposed-form .flex-wrap .form-actions button {
  background-size: 50%
}

body.node--type-quizz-page .view-qz-quizz-by-country .view-content .table .btn-go {
  background-color: #fff;
  border: 1.5px solid #009edb;
  color: #009edb;
  padding: 5px 30px
}

body.node--type-quizz-page .view-qz-quizz-by-country .view-content .table .btn-go:hover {
  background-color: #009edb;
  border: 1.5px solid #fff;
  color: #fff;
  text-decoration: none
}

body.node--type-quizz-page .feature-text-blog {
  margin-bottom: 50px;
  margin-top: 50px
}

body.authenticated.node--type-qz-quizz-by-country #header,
body.authenticated.path-results #header,
body.authenticated.path-user #header {
  background-color: #99d6ed
}

body.authenticated.node--type-qz-quizz-by-country .title-my-country,
body.authenticated.path-results .title-my-country,
body.authenticated.path-user .title-my-country {
  display: none
}

body.authenticated.node--type-qz-quizz-by-country .menu-wrapper,
body.authenticated.path-results .menu-wrapper,
body.authenticated.path-user .menu-wrapper {
  position: relative
}

body.authenticated.node--type-qz-quizz-by-country .menu-wrapper .background,
body.authenticated.path-results .menu-wrapper .background,
body.authenticated.path-user .menu-wrapper .background {
  background-color: #99d6ed;
  height: 67px;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  top: -27px;
  width: 100vw;
  z-index: -1
}

body.authenticated.path-private-area #header {
  background-color: #99d6ed
}

body.authenticated.path-private-area .menu-wrapper {
  position: relative
}

body.authenticated.path-private-area .menu-wrapper .background {
  background-color: #99d6ed;
  height: 67px;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  top: -20px;
  width: 100vw;
  z-index: -1
}

body.authenticated.path-private-area .menu-wrapper:after {
  border-bottom: 10px solid #7c939f;
  content: "";
  display: block;
  left: 50%;
  margin-left: -50vw;
  position: relative;
  width: 100vw
}

body.authenticated.path-private-area .generate-assesments {
  margin: 50px 0
}

body {
  background: #fff
}

a {
  color: #54565a
}

a,
a:hover {
  text-decoration: none
}

a.button {
  margin-left: .625rem
}

a.button--danger {
  color: #b00;
  font-weight: 700
}

.bg-inverse {
  background: #009edb !important
}

.site-footer {
  background: #54565a !important
}

.menu--account li a,
.menu--main li a {
  color: #009edb
}

.site-name-slogan a {
  text-decoration: none
}

.card-group img {
  height: auto;
  margin: 0;
  width: 100%
}

.card-group .field--type-image {
  margin: 0
}

.slick {
  width: 100%
}

.slick>div {
  margin: 0 15px
}

label {
  margin-bottom: .5rem
}

.alert svg {
  height: 1.8rem
}

form .fieldset-wrapper .checkbox .mb-3,
form .fieldset-wrapper .checkbox .mb-3 label {
  margin-bottom: unset !important
}

.item-list.custom-library li {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.item-list.custom-library .views-field.views-field-field-article-feat-image {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}


.item-list.custom-library .views-field.views-field-field-article-short-descrption {
  grid-column-start: 2;
  grid-column-end: 4;
}
.item-list.custom-library li {
  display: grid;
  grid-template-columns: 175px 1fr 1fr;
  margin-bottom: 20px;
  column-gap: 20px;
}
.item-list.custom-library .views-field.views-field-field-article-feat-image img {
  width: 100%;
  object-fit: contain;
}
.item-list.custom-library .views-field.views-field-title {
  grid-column-start: 2;
  grid-column-end: 4;
}

#views-exposed-form-user-admin-people-page-1 .form-actions {
  flex: 0 0 10%;
  height: 75px;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 10px;
  position: relative;
  top: -16px;
}
#views-exposed-form-user-admin-people-page-1 button{
  width:100px;
}
#views-exposed-form-user-admin-people-page-1 #edit-reset {
  background: none;
    background-color: rgba(0, 0, 0, 0);
  color: #fff !important;
  text-indent: 0px;
}