@charset "UTF-8";
/**
 * Bootstrap variables
 */
/**
 * Helper variables
 */
/**
 * Color variables
 */
/* BUTTONS */
/**
 * Typoekit / Fonts
 */
.text-left {
  text-align: left;
}

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

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

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

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

.text-lowercase {
  text-transform: lowercase;
}

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

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

.no-result {
  margin: 100px auto;
}

.flip {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.light {
  font-weight: 200;
}

.semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

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

.dark-text {
  color: #24222D;
}

.dark-text a {
  color: #24222D;
}

.dark-text a:hover {
  color: #3b384a;
  text-decoration: underline;
}

.white-text {
  color: #fff;
}

.white-text a {
  color: #fff;
}

.white-text a:hover {
  color: white;
  text-decoration: underline;
}

.orange-text {
  color: #FFDFAE;
}

.trans-text {
  opacity: 0.7;
}

.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.flex-row::before, .flex-row::after {
  display: none !important;
}

.flex-row .not-found {
  width: 100%;
}

.meta--object {
  margin-top: 5px;
  font-size: 0.9rem;
  font-family: "poppins", sans-serif;
  color: #444C55;
  font-weight: 400;
  letter-spacing: 0.01em;
}

.meta--object a {
  text-decoration: none;
  color: #444C55;
}

.meta--object a:hover {
  color: #5b6571;
  text-decoration: underline;
}

.meta--object a[href^="tel"] {
  color: #C80177;
}

.meta--object a[href^="tel"]:hover {
  color: #fb0195;
  text-decoration: underline;
}

.go-back {
  font-family: "literata", sans-serif;
}

.go-back a {
  display: block;
  font-size: 1.3rem;
  color: #C80177;
  text-decoration: none;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.go-back a:hover {
  color: #C80177;
  text-decoration: none;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}

.go-back a i {
  position: relative;
  top: -3px;
  display: inline-block;
  color: #C80177;
  margin-right: 10px;
}

.go-back a i::before {
  margin: 0;
}

.go-back .icon-arrow-right {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sixteen-nine {
  position: relative;
}

.sixteen-nine::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.sixteen-nine > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.four-four {
  position: relative;
}

.four-four::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.four-four > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.four-three {
  position: relative;
}

.four-three::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.four-three > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

img.shadow-left + .wp-caption-text {
  margin-top: 30px;
}

img.shadow-right + .wp-caption-text {
  margin-top: 30px;
}

img.img-round {
  border-radius: 50%;
}

.translate-top {
  position: relative;
  z-index: 100;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.translate-top.center {
  text-align: center;
  margin: 0 auto;
}

@-webkit-keyframes timeline-bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes timeline-bounce {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.link-read-more {
  margin-top: 20px;
}

.entry-content .link-read-more {
  margin-top: 20px;
}

/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
/* Display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Elements of HTML (https://www.w3.org/TR/html5/semantics.html)
   ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritence in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  box-sizing: inherit;
  /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritence in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Add a flattened line height in all browsers (opinionated).
 * 4. Prevent font size adjustments after orientation changes in IE and iOS.
 */
html {
  box-sizing: border-box;
  /* 1 */
  cursor: default;
  /* 2 */
  font-family: sans-serif;
  /* 3 */
  line-height: 1.5;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  -webkit-text-size-adjust: 100%;
  /* 5 */
}

/* Sections (https://www.w3.org/TR/html5/sections.html)
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font sizes and margins on `h1` elements within
 * `section` and `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/* Grouping content (https://www.w3.org/TR/html5/grouping-content.html)
   ========================================================================== */
/**
 * 1. Correct font sizing inheritance and scaling in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * 1. Correct the height in Firefox.
 * 2. Add visible overflow in Edge and IE.
 */
hr {
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Add a bordered underline effect in all browsers.
 * 2. Remove text decoration in Firefox 40+.
 */
abbr[title] {
  border-bottom: 1px dotted;
  /* 1 */
  text-decoration: none;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct colors in IE 9-.
 */
mark {
  background-color: #ffff00;
  color: #000000;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Correct the font size in all browsers.
 */
small {
  font-size: 83.3333%;
}

/**
 * Change the positioning on superscript and subscript elements
 * in all browsers (opinionated).
 * 1. Correct the font size in all browsers.
 */
sub,
sup {
  font-size: 83.3333%;
  /* 1 */
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000000;
  /* 1 */
  text-shadow: none;
}

/* Embedded content (https://www.w3.org/TR/html5/embedded-content-0.html)
   ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Links (https://www.w3.org/TR/html5/links.html#links)
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove the gaps in underlines in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline when hovering in all browsers (opinionated).
 */
a:hover {
  outline-width: 0;
}

/* Tabular data (https://www.w3.org/TR/html5/tabular-data.html)
   ========================================================================== */
/*
 * Remove border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* transform-style:  (https://www.w3.org/TR/html5/forms.html)
   ========================================================================== */
/**
 * 1. Remove the default styling in all browsers (opinionated).
 * 3. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  background-color: transparent;
  /* 1 */
  border-style: none;
  /* 1 */
  color: inherit;
  /* 1 */
  font-size: 1em;
  /* 1 */
  margin: 0;
  /* 3 */
}

/**
 * Correct the overflow in IE.
 * 1. Correct the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance in Edge, Firefox, and IE.
 * 1. Remove the inheritance in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent the WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Correct the focus styles unset by the previous rule.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the border, margin, and padding in all browsers.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Remove the vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * Correct the cursor style on increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari for OS X.
 */
::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style on placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* WAI-ARIA (https://www.w3.org/TR/html5/dom.html#wai-aria)
   ========================================================================== */
/**
 * Change the cursor on busy elements (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */
[aria-disabled] {
  cursor: default;
}

/* User interaction (https://www.w3.org/TR/html5/editing.html)
   ========================================================================== */
/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */
[hidden][aria-hidden="false"] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

[hidden][aria-hidden="false"]:focus {
  clip: auto;
}

/* wp template resets */
:root {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

ul,
ol {
  list-style-type: none;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

*:focus {
  outline: none;
}

em,
i {
  font-style: italic;
}

.screen-reader-text {
  position: absolute;
  left: -1000em;
}

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

table {
  width: 100%;
}

/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 770px;
  }
}

@media (min-width: 991px) {
  .container {
    width: 990px;
  }
}

@media (min-width: 1201px) {
  .container {
    width: 1440px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -25px;
  margin-right: -25px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 25px;
  padding-right: 25px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 991px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1201px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

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

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

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

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

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1201px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1201px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1201px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1201px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 990px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1201px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

div.fancy-select {
  font-family: "literata", sans-serif;
  position: relative;
}

div.fancy-select.disabled {
  opacity: 0.5;
}

div.fancy-select select:focus + div.trigger.open {
  box-shadow: none;
}

div.fancy-select div.trigger {
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  transition: all 240ms ease-out;
}

div.fancy-select div.trigger.open {
  box-shadow: none;
}

div.fancy-select ul.options {
  list-style: none;
  margin: 0;
  position: absolute;
  top: 40px;
  left: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 50;
  max-height: 200px;
  overflow: auto;
  min-width: 200px;
  transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.open {
  visibility: visible;
  top: 50px;
  opacity: 1;
  /* have to use a non-visibility transition to prevent this iOS issue (bug?): */
  /*http://stackoverflow.com/questions/10736478/css-animation-visibility-visible-works-on-chrome-and-safari-but-not-on-ios*/
  transition: opacity 300ms ease-out, top 300ms ease-out;
}

div.fancy-select ul.options.overflowing {
  top: auto;
  bottom: 40px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out, visibility 300ms ease-out;
}

div.fancy-select ul.options.overflowing.open {
  top: auto;
  bottom: 50px;
  transition: opacity 300ms ease-out, bottom 300ms ease-out;
}

div.fancy-select ul.options li {
  padding: 8px 12px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 150ms ease-out;
}

@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?89044795");
  src: url("../font/fontello.eot?89044795#iefix") format("embedded-opentype"), url("../font/fontello.woff2?89044795") format("woff2"), url("../font/fontello.woff?89044795") format("woff"), url("../font/fontello.ttf?89044795") format("truetype"), url("../font/fontello.svg?89044795#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?89044795#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow-right:before {
  content: '\e800';
}

/* '' */
.icon-facebook:before {
  content: '\e801';
}

/* '' */
.icon-close:before {
  content: '\e802';
}

/* '' */
.icon-dropdown:before {
  content: '\e803';
}

/* '' */
.icon-twitter:before {
  content: '\e804';
}

/* '' */
.icon-map:before {
  content: '\e805';
}

/* '' */
.icon-search:before {
  content: '\e806';
}

/* '' */
.icon-perk_biblioteksbladet:before {
  content: '\e807';
}

/* '' */
.icon-perk_biblioteksmassan:before {
  content: '\e808';
}

/* '' */
.icon-perk_conferences:before {
  content: '\e809';
}

/* '' */
.icon-instagram:before {
  content: '\e80a';
}

/* '' */
.icon-open-book:before {
  content: '\e80b';
}

/* '' */
.icon-down-dir:before {
  content: '\e80c';
}

/* '' */
.icon-person:before {
  content: '\e80d';
}

/* '' */
.icon-up-dir:before {
  content: '\e80e';
}

/* '' */
.icon-arrow-left:before {
  content: '\e80f';
}

/* '' */
.icon-left-dir:before {
  content: '\e810';
}

/* '' */
.icon-call_us:before {
  content: '\e811';
}

/* '' */
.icon-right-dir:before {
  content: '\e812';
}

/* '' */
.icon-pin:before {
  content: '\e813';
}

/* '' */
.icon-fax_us:before {
  content: '\e814';
}

/* '' */
.icon-footer_biblioteksforbundet:before {
  content: '\e815';
}

/* '' */
.icon-footer_member:before {
  content: '\e816';
}

/* '' */
.icon-footer_questions:before {
  content: '\e817';
}

/* '' */
.icon-institutional_members:before {
  content: '\e818';
}

/* '' */
.icon-listen:before {
  content: '\e819';
}

/* '' */
.icon-mail_us:before {
  content: '\e81a';
}

/* '' */
.icon-mail:before {
  content: '\e81b';
}

/* '' */
.icon-chat:before {
  content: '\e81c';
}

/* '' */
.icon-circle-book:before {
  content: '\e81d';
}

/* '' */
.icon-circle-user:before {
  content: '\e81e';
}

/* '' */
.icon-open-book-1:before {
  content: '\e81f';
}

/* '' */
.icon-perk_events:before {
  content: '\e820';
}

/* '' */
.icon-perk_expertnetwork:before {
  content: '\e821';
}

/* '' */
.icon-perk_travel:before {
  content: '\e822';
}

/* '' */
.icon-related_document:before {
  content: '\e823';
}

/* '' */
.icon-related_externalwebb:before {
  content: '\e824';
}

/* '' */
.icon-related_page:before {
  content: '\e825';
}

/* '' */
.icon-related_report:before {
  content: '\e826';
}

/* '' */
.icon-search-1:before {
  content: '\e827';
}

/* '' */
.icon-show_all_feed:before {
  content: '\e828';
}

/* '' */
.icon-single_member:before {
  content: '\e829';
}

/* '' */
.icon-burger-icon:before {
  content: '\e82a';
}

/* '' */
.icon-lock:before {
  content: '\e82b';
}

/* '' */
.icon-menu:before {
  content: '\f0c9';
}

/* '' */
.icon-gplus:before {
  content: '\f0d5';
}

/* '' */
.icon-linkedin:before {
  content: '\f0e1';
}

/* '' */
@font-face {
  font-family: 'literata';
  src: url("../font/Literata-VariableFont_opsz,wght.ttf") format("truetype");
}

@font-face {
  font-family: 'poppins';
  src: url("../font/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'poppins';
  src: url("../font/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: 600;
}

:root {
  font-size: 18px;
  line-height: 1.5;
  color: #24222D;
}

@media (max-width: 1200px) {
  :root {
    font-size: 16px;
  }
}

html.offcanvas--active {
  overflow: hidden;
}

.page-id-424 .site-wrapper #readContent .components.columns .container-fluid .row {
  display: block;
}

.page-id-424 .site-wrapper #readContent .components.columns .container-fluid .row .col-sm-10 {
  padding-left: 0;
  margin-left: 0 !important;
}

.page-id-424 .site-wrapper #readContent .components.columns .container-fluid .row .col-sm-10 .row {
  padding: 20px;
}

.page-id-424 .site-wrapper #readContent .components.columns .container-fluid .row .col-sm-10 .row .col-md-10 {
  padding-left: 0;
}

body {
  position: relative;
  font-family: "literata", sans-serif;
  color: #1E000A;
  opacity: 0;
  transition: opacity 0.2s linear;
  background: #FAFAEB !important;
  font-optical-sizing: auto;
}

body figcaption {
  font-family: "poppins", sans-serif;
}

body mark {
  background-color: #1E000A;
}

.wf-active body {
  opacity: 1;
  transition: opacity 0.2s linear;
}

.offcanvas--active body {
  overflow: hidden;
}

body .components a:not(.btn) {
  color: #1E000A !important;
}

body .components a:not(.btn):hover {
  color: #BF4E37 !important;
}

body .col-lg-8 a:not(.btn) {
  color: #1E000A !important;
}

body .col-lg-8 a:not(.btn):hover {
  color: #BF4E37 !important;
}

body .col-lg-6 a:not(.btn) {
  color: #1E000A !important;
}

body .col-lg-6 a:not(.btn):hover {
  color: #BF4E37 !important;
}

body .col-lg-6 h2 {
  line-height: 1.3;
}

body .col-lg-6 h3 {
  line-height: 1;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
}

body .col-lg-6 h4 {
  font-size: 20px !important;
}

@media (min-width: 768px) {
  .report-template-default .main-content .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.site-wrapper {
  overflow: hidden;
}

.site-wrapper .components.columns .container-fluid .row {
  background: #FAFAEB;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .site-wrapper .components.columns .container-fluid .row {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 768px) {
  .site-wrapper .components.columns .container-fluid .row {
    padding: 0px;
  }
}

a {
  color: #C80177;
  text-decoration: underline;
}

a:hover {
  color: #fb0195;
  text-decoration: underline;
}

a strong {
  font-weight: inherit !important;
}

.entry-content a strong {
  font-weight: inherit !important;
}

.date-holder {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 92px;
  text-align: center;
  overflow: hidden;
  background-color: transparent;
  background-image: url("../img/date-tag@x2.png");
  background-image: url("../img/date-tag.svg"), linear-gradient(transparent, transparent);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 80px 92px;
  z-index: 10;
}

@media (max-width: 575px) {
  .date-holder {
    height: 72px;
    background-size: 80px 72px;
  }
}

.date-holder.right {
  left: inherit;
  right: 0;
  margin-right: 40px;
}

.date-holder.center {
  left: 0;
  right: 0;
  margin: 0 auto;
}

.date-holder .day,
.date-holder .month {
  font-family: "literata", sans-serif;
  display: block;
  color: #000;
}

.date-holder .day {
  font-size: 1.9rem;
  padding-top: 15px;
  font-weight: 600;
  line-height: 0.7;
  margin-bottom: 5px;
}

@media (max-width: 1800px) {
  .date-holder .day {
    font-size: calc(1.09rem + 0.9vw) ;
  }
}

.date-holder .month {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
}

mark {
  background-color: #C80177;
  color: #fff;
}

@media screen and (max-width: 782px) {
  #wpadminbar {
    position: fixed;
  }
}

.error404 section article {
  height: 70vh;
}

@media (max-width: 768px) {
  .error404 section article {
    height: 55vh;
  }
}

.error404 section article h1 {
  font-size: 80px;
  font-weight: 500;
  margin-bottom: 47px;
}

@media (max-width: 768px) {
  .error404 section article h1 {
    font-size: 36px;
  }
}

.error404 section article p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  max-width: 414px;
  width: 100%;
}

#cookie-bar {
  display: none;
}

#CybotCookiebotDialog {
  font-family: "poppins", sans-serif !important;
}

#CybotCookiebotDialog input:checked + .CybotCookiebotDialogBodyLevelButtonSlider {
  background-color: #979797 !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSlider:before {
  background-color: #1E000A !important;
}

#CybotCookiebotDialog .CybotCookiebotDialogDetailBulkConsentCount {
  color: #1E000A !important;
}

.page-id-418 .state--background-color {
  background-color: #FAFAEB !important;
  padding-bottom: 6px !important;
  padding-top: 0 !important;
}

@media (max-width: 768px) {
  .page-id-418 .state--background-color {
    padding-bottom: 0 !important;
  }
}

.page-id-418 .state--background-color .container-fluid {
  padding: 0;
}

.page-id-418 .state--background-color .container-fluid .row .col-sm-10 {
  padding-left: 0 !important;
}

.page-id-418 .components.columns {
  margin-bottom: 26px;
}

.page-id-418 .components.columns .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 768px) {
  .page-id-418 .components.columns .container-fluid .row {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-id-418 .components.columns .container-fluid .row .col-sm-10 .row {
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  padding: 0;
}

.page-id-418 .components.columns .container-fluid .row .col-sm-10 .row .about-fact-box:last-child {
  border: 2px solid #1E000A;
  border-radius: 16px;
  padding: 50px !important;
  font-family: "poppins", sans-serif;
  margin-top: 40px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .page-id-418 .components.columns .container-fluid .row .col-sm-10 .row .about-fact-box:last-child {
    padding: 20px !important;
  }
}

.page-id-418 .components.columns .container-fluid .row .col-sm-10 .row .about-fact-box:last-child .entry-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}

.page-id-418 .components.columns .container-fluid .row .col-sm-10 .row .about-fact-box:last-child ul {
  list-style-type: none;
  margin: 0;
}

.page-id-418 .components.columns .container-fluid .row .col-sm-10 .row .about-fact-box:last-child a {
  font-size: 16px;
  font-weight: 400;
  color: #1E000A;
}

.page-id-418 .components.columns .container-fluid .row .col-sm-10 .row .about-fact-box:last-child a:hover {
  color: #BF4E37;
}

.page-id-418 .components.columns .container-fluid .row .col-sm-10 .row .about-fact-box:last-child a::after {
  display: none;
}

.page-id-418 .components.hero {
  margin-bottom: 60px;
}

.page-id-418 .components {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-id-418 .components .page-title {
  max-width: 750px;
  padding-left: 0;
  margin-top: 112px;
}

@media (max-width: 768px) {
  .page-id-418 .components .page-title {
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  .page-id-418 .components .container-fluid {
    padding: 0px 64px 64px 64px !important;
  }
}

@media (max-width: 768px) {
  .page-id-418 .components .container-fluid {
    padding: 20px !important;
  }
}

.page-id-418 .components .container-fluid .row {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.page-id-418 .components .container-fluid .row .col-sm-10 {
  width: 100%;
  max-width: 650px;
}

.page-id-418 .components .container-fluid .row .col-sm-10 a {
  color: #1E000A !important;
}

.page-id-418 .components .container-fluid .row .col-sm-10 a:hover {
  color: #BF4E37 !important;
}

.page-id-418 .components .container-fluid .row .col-sm-offset-1 {
  padding-left: 0 !important;
}

.page-id-418 .components .container-fluid .row .col-sm-offset-1 .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-id-418 .components .container-fluid .row .col-sm-offset-1 .row .image .entry-content img {
  box-shadow: unset;
}

.page-id-418 .components .container-fluid .row .col-sm-offset-1 .row .col-lg-6 {
  width: 100%;
  margin-bottom: 52px;
  padding-left: 0 !important;
}

@media (max-width: 768px) {
  .page-id-418 .components .container-fluid .row .col-sm-offset-1 .row .col-lg-6 {
    margin-bottom: 20px;
  }
}

.page-id-418 .components .container-fluid .row .col-sm-offset-1 .row .col-lg-6 h2 {
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.3 !important;
}

@media (max-width: 768px) {
  .page-id-418 .components .container-fluid .row .col-sm-offset-1 .row .col-lg-6 h2 {
    font-size: 28px;
  }
}

.page-id-418 .components .container-fluid .row .hero--content-column {
  padding-left: 0 !important;
  width: 100%;
  max-width: 750px;
  padding-right: 0 !important;
}

@media (max-width: 768px) {
  .page-id-418 .components .container-fluid .row .hero--content-column {
    padding-top: 0 !important;
  }
}

.page-id-418 .components .container-fluid .row .hero--content-column p {
  font-size: 25px;
  line-height: 1.35;
}

@media (max-width: 768px) {
  .page-id-418 .components .container-fluid .row .hero--content-column p {
    font-size: 18px;
  }
}

.page-id-418 .components .container-fluid .row .hero--content-column .inner {
  padding-bottom: 66px;
  height: auto;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 17px !important;
}

@media (max-width: 768px) {
  .page-id-418 .components .container-fluid .row .hero--content-column .inner {
    padding-bottom: 20px;
    padding-left: 0px !important;
  }
}

.page-id-418 .components .container-fluid .row .hero--image-column {
  width: 100%;
}

.page-id-418 .components .container-fluid .row .hero--image-column .image {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-id-418 .components .container-fluid .row .hero--image-column .image img {
  box-shadow: unset;
  margin-left: 0;
  aspect-ratio: 16 / 9;
}

.page-id-418 .components .container-fluid .component-header {
  padding-bottom: 0;
}

.page-id-418 .components .container-fluid .component-header .row {
  padding-bottom: 0;
}

.page-id-418 .components .container-fluid .component-header .row .col-lg-6 {
  width: 100%;
}

.page-id-418 .components .container-fluid .component-header .row .col-lg-6 h3 {
  font-size: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.3 !important;
}

@media (max-width: 768px) {
  .page-id-418 .components .container-fluid .component-header .row .col-lg-6 h3 {
    font-size: 28px;
  }
}

.page-id-418 .components .container-fluid .component-header .row .col-lg-6 h4 {
  text-align: left !important;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
}

.page-id-418 .components.columns.light-grey:last-child {
  margin-bottom: 28px;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.archive--event-item, .archive--region-item {
  margin-bottom: 50px;
}

@media (max-width: 1200px) {
  .archive--event-item, .archive--region-item {
    margin-bottom: 50px;
  }
}

@media (max-width: 990px) {
  .archive--event-item, .archive--region-item {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .archive--event-item, .archive--region-item {
    margin-bottom: 16px;
  }
}

@media (max-width: 1200px) {
  .archive--event-item .hero--container .entry-content, .archive--region-item .hero--container .entry-content {
    margin: 25px auto;
    width: 100%;
  }
}

.archive--event-item .hero--image, .archive--region-item .hero--image {
  position: relative;
}

.archive--event-item .hero--image::before, .archive--region-item .hero--image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 82.064516129%;
}

.archive--event-item .hero--image > .entry-content, .archive--region-item .hero--image > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.archive--event-item .hero--content, .archive--region-item .hero--content {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

@media (max-width: 1200px) {
  .archive--event-item .hero--content, .archive--region-item .hero--content {
    color: inherit;
    position: relative;
    height: auto;
  }
}

.archive--event-item .hero--content .inner, .archive--region-item .hero--content .inner {
  position: absolute;
  bottom: 100px;
}

@media (min-width: 1201px) {
  .archive--event-item .hero--content .inner, .archive--region-item .hero--content .inner {
    bottom: 60px;
  }
}

@media (max-width: 1200px) {
  .archive--event-item .hero--content .inner, .archive--region-item .hero--content .inner {
    position: relative;
    bottom: inherit;
  }
}

.news--toolbox {
  padding-bottom: 40px;
}

.author-footer__item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
  margin-top: 40px;
  border-top: 1px solid #dfdfdf;
}

.author-footer__item:first-child {
  margin-top: 80px;
}

.author-footer__item-column--image {
  margin-right: 40px;
}

@media (max-width: 990px) {
  .author-footer__item-column--image {
    margin-right: 20px;
  }
}

.author-footer__item-column figure {
  margin: 0;
  width: 140px;
  height: 140px;
  text-align: center;
}

@media (max-width: 990px) {
  .author-footer__item-column figure {
    width: 80px;
    height: 80px;
  }
}

.author-footer__item-column figure.graphic {
  border: 3px solid #dfdfdf;
  border-radius: 50%;
}

.author-footer__item-column figure [class*="icon-"] {
  font-size: 80px;
  color: #dfdfdf;
}

@media (max-width: 990px) {
  .author-footer__item-column figure [class*="icon-"] {
    font-size: 50px;
  }
}

.author-footer__item-column figure [class*="icon-"]:before {
  margin: 0;
  vertical-align: middle;
}

@media (max-width: 990px) {
  .author-footer__item-column figure [class*="icon-"]:before {
    vertical-align: baseline;
  }
}

.author-footer__item-column h5 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .author-footer__item-column p br {
    display: none;
  }
}

.blog--select-wrapper {
  margin-bottom: 40px;
}

.container,
.container-fluid {
  max-width: 1440px;
  padding-left: 70px;
  padding-right: 70px;
}

@media (max-width: 1200px) {
  .container,
  .container-fluid {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 990px) {
  .container,
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 575px) {
  .container,
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.container-fluid-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container-fluid-title h1 {
  max-width: 1440px;
  width: 100%;
}

.row {
  margin-right: -25px;
  margin-left: -25px;
}

.row [class^='col-'],
.row [class*=' col-'] {
  padding-right: 25px;
  padding-left: 25px;
}

.row.no-gutters, .row.no-gutter {
  margin-right: 0;
  margin-left: 0;
}

.row.no-gutters [class^='col-'],
.row.no-gutters [class*=' col-'], .row.no-gutter [class^='col-'],
.row.no-gutter [class*=' col-'] {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 1200px) {
  .row {
    margin-right: -25px;
    margin-left: -25px;
  }
  .row [class^='col-'],
  .row [class*=' col-'] {
    padding-right: 25px;
    padding-left: 25px;
  }
}

@media (max-width: 990px) {
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .row [class^='col-'],
  .row [class*=' col-'] {
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .row {
    margin-right: -8px;
    margin-left: -8px;
  }
  .row [class^='col-'],
  .row [class*=' col-'] {
    padding-right: 8px;
    padding-left: 8px;
  }
}

.row:before {
  content: '';
  display: none;
}

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

.breadcrumb {
  font-size: 0.8rem;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}

.breadcrumb + .components {
  margin-top: 40px !important;
}

@media (max-width: 1300px) {
  .breadcrumb + .components {
    margin-top: 40px !important;
  }
}

@media (max-width: 990px) {
  .breadcrumb + .components {
    margin-top: 20px !important;
  }
}

.btn {
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-block;
  font-family: "poppins", sans-serif;
  padding: 15px 40px;
  color: #FAFAEB;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border-radius: 12px;
  letter-spacing: normal;
  background-color: #1E000A;
  transition: background-color .2s, color .2s;
}

.btn + .btn {
  margin-left: 10px;
}

.btn.btn-big {
  padding: 20px 140px !important;
}

@media (max-width: 990px) {
  .btn.btn-big {
    padding: 20px 80px !important;
  }
}

.btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2f2f3e;
}

.btn.btn-gray {
  background-color: #444C55;
  padding: 15px 40px;
}

.btn.btn-gray:hover {
  background-color: #667280;
}

.btn.btn-pink {
  background-color: #1E000A;
  padding: 15px 40px;
  border: 2px solid #1E000A;
  font-weight: 600;
}

.btn.btn-pink:hover {
  background-color: transparent;
  color: #1E000A;
  border: 2px solid #1E000A;
}

.btn.btn-pink-outline {
  color: #C80177;
  background-color: #fff;
  border: 2px solid #C80177;
  padding: 15px 40px;
}

.btn.btn-pink-outline:hover {
  color: #fff;
  background-color: #fe18a0;
}

.btn.btn-orange {
  background-color: #FFDFAE;
  color: #000;
  padding: 15px 40px;
}

.btn.btn-orange:hover {
  background-color: #ffc162;
}

.btn.btn-green {
  background-color: #DEF1A7;
  padding: 15px 40px;
}

.btn.btn-green:hover {
  background-color: #c5e765;
}

.btn.btn-white {
  border: 0;
  color: #C80177;
  background-color: #fff;
  padding: 15px 40px;
}

.btn.btn-white:hover {
  color: #fff;
  background-color: #C80177;
}

.btn.btn-white.btn-loading {
  color: #fff;
  background-color: #C80177;
}

.btn.btn-small {
  padding: 10px 20px;
}

.btn.btn-small i,
.btn.btn-small span[class^="icon"] {
  position: relative;
  top: -1px;
  font-size: 0.8rem;
}

.btn.btn-loading {
  min-height: 1.2em;
  position: relative;
  color: transparent !important;
  pointer-events: none;
}

.btn.btn-loading::-moz-selection {
  background-color: transparent;
  color: transparent !important;
}

.btn.btn-loading::selection {
  background-color: transparent;
  color: transparent !important;
}

.btn.btn-loading:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-left: -.6em;
  margin-top: -.6em;
  border-radius: 50%;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-animation: rotate .5s infinite linear;
          animation: rotate .5s infinite linear;
}

.calendar-feature-item--section {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 110px;
}

@media (max-width: 1300px) {
  .calendar-feature-item--section {
    margin-bottom: 90px;
  }
}

@media (max-width: 990px) {
  .calendar-feature-item--section {
    margin-bottom: 50px;
  }
}

.calendar-feature-item--section:nth-child(even) .calendar-feature--image-column {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  width: 45vw;
}

@media (max-width: 768px) {
  .calendar-feature-item--section:nth-child(even) .calendar-feature--image-column {
    width: 100%;
    height: 40vh;
  }
}

.calendar-feature-item--section:nth-child(even) .calendar-feature--image-column img {
  margin-right: auto;
}

.calendar-feature-item--section:nth-child(even) .calendar-feature--image-column .date-holder {
  margin-left: 20px;
}

.calendar-feature-item--section:nth-child(even) .calendar-feature--content-column {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  background: #FFC8DD;
  border-radius: 0px 28px 28px 0px;
  padding-left: 108px;
  padding-right: 230px;
}

@media (max-width: 767px) {
  .calendar-feature-item--section:nth-child(even) .calendar-feature--content-column {
    padding-bottom: 40px;
  }
}

.calendar-feature-item--section:nth-child(even) .calendar-feature--content-column .calendar-feature-item--inner {
  padding-left: 50px;
}

@media (max-width: 1200px) {
  .calendar-feature-item--section:nth-child(even) .calendar-feature--content-column .calendar-feature-item--inner {
    padding-left: 30px;
  }
}

@media (max-width: 990px) {
  .calendar-feature-item--section:nth-child(even) .calendar-feature--content-column .calendar-feature-item--inner {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .calendar-feature-item--section:nth-child(even) .calendar-feature--content-column .calendar-feature-item--inner {
    padding-left: 0;
  }
}

.calendar-feature-item--section:nth-child(odd) .calendar-feature--image-column,
.post-type-archive-calendar .calendar-feature-item--section .calendar-feature--image-column {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 767px) {
  .calendar-feature-item--section:nth-child(odd) .calendar-feature--image-column,
  .post-type-archive-calendar .calendar-feature-item--section .calendar-feature--image-column {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.calendar-feature-item--section:nth-child(odd) .calendar-feature--image-column img,
.post-type-archive-calendar .calendar-feature-item--section .calendar-feature--image-column img {
  margin-left: auto;
}

.calendar-feature-item--section:nth-child(odd) .calendar-feature--image-column .date-holder,
.post-type-archive-calendar .calendar-feature-item--section .calendar-feature--image-column .date-holder {
  left: inherit;
  right: 0;
  margin-right: 20px;
}

.calendar-feature-item--section:nth-child(odd) .calendar-feature--content-column,
.post-type-archive-calendar .calendar-feature-item--section .calendar-feature--content-column {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  z-index: 2;
  width: 55vw;
  margin-right: -30px;
}

@media (max-width: 768px) {
  .calendar-feature-item--section:nth-child(odd) .calendar-feature--content-column,
  .post-type-archive-calendar .calendar-feature-item--section .calendar-feature--content-column {
    width: 100%;
    border-radius: 12px 12px 0px 0px;
    padding: 20px;
  }
}

.calendar-feature-item--section:nth-child(odd) .calendar-feature--content-column .calendar-feature-item--inner,
.post-type-archive-calendar .calendar-feature-item--section .calendar-feature--content-column .calendar-feature-item--inner {
  padding-right: 80px;
  padding-left: 0;
}

@media (max-width: 1200px) {
  .calendar-feature-item--section:nth-child(odd) .calendar-feature--content-column .calendar-feature-item--inner,
  .post-type-archive-calendar .calendar-feature-item--section .calendar-feature--content-column .calendar-feature-item--inner {
    padding: 0;
    padding-right: 30px;
  }
}

@media (max-width: 990px) {
  .calendar-feature-item--section:nth-child(odd) .calendar-feature--content-column .calendar-feature-item--inner,
  .post-type-archive-calendar .calendar-feature-item--section .calendar-feature--content-column .calendar-feature-item--inner {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .calendar-feature-item--section:nth-child(odd) .calendar-feature--content-column .calendar-feature-item--inner,
  .post-type-archive-calendar .calendar-feature-item--section .calendar-feature--content-column .calendar-feature-item--inner {
    padding-right: 0;
  }
}

.calendar-feature-item--image {
  margin: 0;
  padding: 0;
  position: relative;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

@media (max-width: 767px) {
  .calendar-feature-item--image {
    margin-bottom: 10px;
  }
}

.calendar-feature-item--image img {
  position: relative;
  min-width: 100%;
  box-shadow: unset;
  max-width: none;
}

@media (max-width: 768px) {
  .calendar-feature-item--image img {
    height: 60vh;
    width: auto;
  }
}

.calendar-feature-item--content {
  width: 100%;
}

.calendar-feature-item--content h1 {
  font-family: "literata", sans-serif;
  font-weight: 500;
  width: 40vw;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .calendar-feature-item--content h1 {
    width: 100%;
  }
}

.calendar-feature-item--content p {
  font-family: "literata", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #1E000A !important;
  width: 33vw;
}

@media (max-width: 768px) {
  .calendar-feature-item--content p {
    width: 100%;
  }
}

.calendar-feature-item--content h4 {
  margin-bottom: 1em;
}

.calendar-feature-item--content .btn-pink {
  font-weight: 600;
}

.calendar-item {
  text-align: left;
}

@media (max-width: 1100px) {
  .calendar-item {
    width: 100%;
  }
}

.calendar-item h2 {
  margin-bottom: 0.8em;
}

.calendar-item h2 a {
  text-decoration: none;
}

.calendar-item .meta--object {
  padding: 15px 30px;
  margin-top: 0;
}

.calendar-item .meta--object.bottom {
  background-color: #F7F7F7;
  margin-top: 1.5em;
}

.calendar-item .meta--object p {
  text-transform: none;
  margin-bottom: 0;
}

.entry-content .calendar-item .meta--object p {
  margin-bottom: 0;
}

.calendar-item .meta--object p.organizer {
  text-transform: uppercase;
  color: rgba(36, 34, 45, 0.7);
}

.calendar-item--inner {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: box-shadow .3s;
  position: relative;
  border-radius: 12px;
  height: 440px;
}

.calendar-item--inner:hover {
  color: inherit;
  text-decoration: none;
}

.calendar-item--inner:hover .entry-content {
  height: 100%;
  transition: height .5s ease;
}

.calendar-item--inner:hover .entry-content a:hover {
  color: #1E000A !important;
}

.calendar-item--inner:hover .entry-content .description {
  opacity: 1;
  transition: opacity 1.5s ease;
}

.calendar-item--inner:hover .entry-content .to-event {
  font-family: "poppins", sans-serif;
  text-decoration: underline;
  font-weight: 600;
  opacity: 1;
  transition: opacity 1.5s ease;
}

.calendar-item--inner:hover .calendar-item--image {
  height: 0%;
  transition: height .5s ease;
}

.calendar-item--inner .entry-content {
  padding: 0px 20px 64px 20px;
  height: 230px;
  background-color: #9A7DED;
  border-radius: 12px;
  position: relative;
  z-index: 2;
  height: 40%;
}

.calendar-item--inner .entry-content .meta--object {
  padding-top: 34px;
}

@media (max-width: 768px) {
  .calendar-item--inner .entry-content .meta--object {
    padding-left: 0;
  }
}

.calendar-item--inner .entry-content .meta--object span {
  font-family: "poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1E000A;
}

.calendar-item--image {
  margin: 0;
  padding: 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  opacity: 1;
  transition: opacity .3s;
  z-index: 1;
  margin-bottom: -11px;
  height: 60%;
  position: relative;
}

.calendar-item--image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.calendar-item--image > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.calendar-item--image img {
  border-radius: 12px 12px 0px 0px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.no-objectfit .calendar-item--image img {
  width: auto;
  height: 100%;
}

.calendar-item--content {
  text-align: left;
  padding: 0 30px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

@media (max-width: 768px) {
  .calendar-item--content {
    padding: 0;
  }
}

.calendar-item--content h2 {
  font-family: "poppins", sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #1E000A;
  line-height: 1.3;
}

.calendar-item--content .description {
  opacity: 0;
}

.calendar-item--content .to-event {
  opacity: 0;
}

.chronicle--select-wrapper {
  margin-bottom: 40px;
}

.chronicle .fancy-select .trigger {
  background-color: #F7F7F7;
  box-shadow: none;
  z-index: 51;
}

.chronicle .fancy-select .trigger.open {
  z-index: 51;
}

.chronicle .fancy-select .options {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: none;
}

.chronicle .fancy-select .options li {
  padding-left: 0;
  padding-right: 0;
}

.chronicle .js-chronicle-ajax-feed.loading::after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-left: -.6em;
  margin-top: 6em;
  border-radius: 50%;
  border: 2px solid #444C55;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-animation: rotate .5s infinite linear;
          animation: rotate .5s infinite linear;
}

.blog .chronicle .js-chronicle-ajax-feed.loading::after {
  margin-top: -.6em;
}

.chronicle .js-chronicle-ajax-feed.loading .js-load-more--chronicle {
  visibility: hidden;
}

.components {
  position: relative;
}

.components:first-of-type.modules {
  margin-top: 0;
}

@media (max-width: 1200px) {
  .components:first-of-type.modules {
    margin-top: 0;
  }
}

@media (max-width: 990px) {
  .components:first-of-type.modules {
    margin-top: 0;
  }
}

.components.light-grey {
  background-color: #FAFAEB;
}

.components.light-grey .calendar--toolbox .fancy-select .trigger,
.components.light-grey .calendar--toolbox .fancy-select .options {
  background: #fff;
}

.components.light-grey .fancy-select .trigger,
.components.light-grey .fancy-select .options {
  background: #fff;
}

.components.light-grey + .light-grey {
  padding-top: 0;
}

@media (max-width: 1200px) {
  .components.light-grey + .light-grey {
    padding-top: 40px;
  }
}

@media (max-width: 990px) {
  .components.light-grey + .light-grey {
    padding-top: 20px;
  }
}

.components.main, .components.archive {
  margin-top: 110px;
}

@media (max-width: 1300px) {
  .components.main, .components.archive {
    margin-top: 90px;
  }
}

@media (max-width: 990px) {
  .components.main, .components.archive {
    margin-top: 50px;
  }
}

.components.state--background-color {
  padding-top: 110px;
  padding-bottom: 110px;
}

@media (max-width: 1300px) {
  .components.state--background-color {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media (max-width: 990px) {
  .components.state--background-color {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.components.state--background-color + .state--background-color {
  margin-top: 0;
}

.components .component-header {
  padding-bottom: 40px;
}

@media (max-width: 990px) {
  .components .component-header {
    padding-bottom: 20px;
  }
}

.components .component-footer {
  margin: 50px auto 0;
}

@media (max-width: 990px) {
  .components .component-footer {
    margin: 30px auto 0;
  }
}

#cookie-bar {
  font-family: "literata", sans-serif;
  padding: 20px;
  background: #000;
  color: #fff;
  text-align: center;
  z-index: 100;
}

#cookie-bar.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

#cookie-bar.bottom {
  bottom: 0;
  top: auto;
}

#cookie-bar .cb-enable {
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-block;
  font-family: "poppins", sans-serif;
  padding: 10px 20px;
  color: #1E000A;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  border-radius: 30px;
  letter-spacing: normal;
  font-weight: 600;
  background-color: #FAFAEB;
  transition: background-color .2s, color .2s;
  margin-left: 10px;
  border: 1px solid #FAFAEB;
}

@media (max-width: 990px) {
  #cookie-bar .cb-enable {
    display: block;
    width: auto;
    max-width: 50%;
    margin: 10px auto;
  }
}

#cookie-bar .cb-enable:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1E000A;
}

#ui-datepicker-div {
  display: none;
  padding: 30px;
  background: #fff;
  min-width: 300px;
  font-size: .9rem;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.15), 0 10px 10px rgba(0, 0, 0, 0.12);
}

#ui-datepicker-div a {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (max-width: 767px) {
  #ui-datepicker-div {
    min-width: 0;
  }
}

.ui-datepicker-title {
  margin-bottom: 20px;
  clear: both;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ui-datepicker-title select {
  width: 45%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.ui-datepicker-next,
.ui-datepicker-prev {
  float: left;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.ui-datepicker-next {
  float: right;
}

.ui-datepicker-calendar {
  width: 100%;
}

.ui-datepicker-calendar tr:nth-child(odd) td {
  background-color: rgba(0, 0, 0, 0.03);
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  padding: 5px;
  text-align: center;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed,
.entry-content video,
.entry-content param {
  max-width: 100%;
  height: auto;
}

.entry-content.no-posts {
  padding-top: 60px;
  padding-bottom: 60px;
}

.entry-content .btn {
  margin: 10px 0;
}

.entry-content ul,
.entry-content ol {
  color: #24222D;
  list-style-position: inside;
  margin: 0 0 20px 20px;
  padding: 0;
}

.entry-content ul.justified,
.entry-content ol.justified {
  margin: 20px auto;
  text-align: center;
}

.entry-content ul.justified li,
.entry-content ol.justified li {
  display: inline-block;
  margin-left: 80px;
}

.entry-content ul.justified li:first-child,
.entry-content ol.justified li:first-child {
  margin-left: 0;
}

@media (max-width: 990px) {
  .entry-content ul.justified li,
  .entry-content ol.justified li {
    display: block;
    margin-left: 0;
  }
}

.entry-content ul.justified li strong,
.entry-content ol.justified li strong {
  font-weight: 700;
}

.entry-content ul li,
.entry-content ol li {
  margin: 0 0 10px;
  padding: 0;
}

.entry-content ul {
  list-style: disc;
}

.entry-content ol {
  list-style: decimal;
}

.entry-content p {
  color: #24222D;
  margin-top: 0;
  margin-bottom: 20px;
}

.entry-content p:last-child {
  margin-bottom: 0;
}

.entry-content p i,
.entry-content p em {
  font-weight: 400;
}

.entry-content p strong,
.entry-content p b {
  font-weight: 700;
}

.entry-content strong,
.entry-content b {
  font-weight: 500;
}

.wp-caption {
  width: auto !important;
  margin-bottom: 20px;
  font-size: 0.9rem;
  color: rgba(36, 34, 45, 0.7);
}

.wp-caption img {
  margin-bottom: 10px;
}

blockquote,
cite {
  margin: 0 0 20px;
  padding: 0 40px;
  font-size: 1.6rem;
}

blockquote p:before,
cite p:before {
  content: '" ';
}

blockquote p:after,
cite p:after {
  content: ' "';
}

.preamble {
  font-size: 1.25rem;
}

@media (max-width: 1800px) {
  .preamble {
    font-size: calc(1.025rem + 0.25vw) ;
  }
}

.aligncenter {
  margin: 0;
  text-align: center;
}

img.aligncenter {
  display: block;
  margin: 0 auto 20px;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.embed-container {
  position: relative !important;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.embed-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post-type-archive-expert-networks .hero .container-fluid .row {
  margin-top: 0;
}

.post-type-archive-expert-networks .hero .container-fluid .row .col-lg-6 {
  background: #FFC8DD;
}

.post-type-archive-expert-networks .components.container-fluid .row.flex-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  row-gap: 32px;
}

@media (max-width: 1100px) {
  .post-type-archive-expert-networks .components.container-fluid .row.flex-row {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .post-type-archive-expert-networks .components.container-fluid .row.flex-row {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.post-type-archive-expert-networks .components.container-fluid .row.flex-row .col-xs-12 {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.expert-network-feature-item--section {
  padding-bottom: 140px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .expert-network-feature-item--section {
    display: block;
    padding-bottom: 60px;
  }
}

@media (max-width: 990px) {
  .expert-network-feature-item--section {
    padding-bottom: 40px;
  }
}

.expert-network-feature-item--section:nth-child(even) .expert-network-feature--image-column {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.expert-network-feature-item--section:nth-child(even) .expert-network-feature--image-column img {
  margin-right: auto;
}

.expert-network-feature-item--section:nth-child(even) .expert-network-feature--content-column {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.expert-network-feature-item--section:nth-child(even) .expert-network-feature--content-column .expert-network-feature-item--inner {
  padding-left: 80px;
}

@media (max-width: 1200px) {
  .expert-network-feature-item--section:nth-child(even) .expert-network-feature--content-column .expert-network-feature-item--inner {
    padding-left: 40px;
  }
}

.expert-network-feature-item--section:nth-child(odd) .expert-network-feature--image-column {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.expert-network-feature-item--section:nth-child(odd) .expert-network-feature--image-column img {
  margin-left: auto;
}

.expert-network-feature-item--section:nth-child(odd) .expert-network-feature--content-column {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.expert-network-feature-item--section:nth-child(odd) .expert-network-feature--content-column .expert-network-feature-item--inner {
  padding-right: 80px;
}

@media (max-width: 1200px) {
  .expert-network-feature-item--section:nth-child(odd) .expert-network-feature--content-column .expert-network-feature-item--inner {
    padding-left: 40px;
  }
}

.expert-network-feature-item--inner {
  padding: 40px;
}

.expert-network-feature-item--image {
  margin: 0;
  padding: 0;
  position: relative;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.expert-network-feature-item--image img {
  position: relative;
  min-width: 100%;
}

.expert-network-feature-item--content {
  width: 100%;
}

.expert-network-feature-item--content h4 {
  margin-bottom: 1em;
}

.post-type-archive-expert-networks .components {
  margin-bottom: 60px;
}

.expert-networks-item {
  padding-bottom: 40px;
}

@media (max-width: 990px) {
  .expert-networks-item {
    padding-bottom: 0;
  }
}

.expert-networks-item--inner {
  display: block;
  color: #24222D;
  text-decoration: none;
  overflow: hidden;
}

.expert-networks-item--inner:hover {
  color: #24222D;
  text-decoration: none;
}

.expert-networks-item--inner:hover .expert-networks-item--image img {
  border-radius: 16px;
}

.expert-networks-item--inner:hover .expert-networks-item--image::after {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
}

.expert-networks-item--image {
  position: relative;
  margin: 0;
  padding: 0;
  position: relative;
}

.expert-networks-item--image img {
  border-radius: 16px;
}

.expert-networks-item--image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.expert-networks-item--image > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.expert-networks-item--image::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .2s;
  border-radius: 16px;
}

.expert-networks-item--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.no-objectfit .expert-networks-item--image img {
  width: auto;
  height: 100%;
}

.expert-networks-item--title {
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: "poppins", sans-serif !important;
  font-weight: 600 !important;
}

@media (max-width: 1800px) {
  .expert-networks-item--title {
    font-size: calc(1.02rem + 0.2vw) ;
  }
}

.expert-networks-item--content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.expert-networks-item--content p {
  margin-bottom: 10px;
}

.expert-networks-item--content p a {
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-block;
  font-family: "poppins", sans-serif;
  padding: 15px 40px;
  color: #FAFAEB;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border-radius: 12px;
  letter-spacing: normal;
  transition: background-color .2s, color .2s;
  background-color: #1E000A;
  border: 2px solid #1E000A;
  font-weight: 600;
}

.expert-networks-item--content p a:hover {
  background-color: transparent;
  color: #1E000A;
  border: 2px solid #1E000A;
}

.fact-box.light-grey {
  background-color: #F7F7F7;
}

.site-footer {
  font-size: 0.9rem;
  font-family: "poppins", sans-serif;
}

.site-footer--newsletter-form {
  margin-bottom: 60px;
}

.site-footer--newsletter-form .gform_wrapper .gfield {
  margin: 0;
}

.site-footer--newsletter-form .gform_wrapper .gform_title {
  font-size: 1.53rem;
  font-weight: 500;
}

@media (max-width: 1800px) {
  .site-footer--newsletter-form .gform_wrapper .gform_title {
    font-size: calc(1.053rem + 0.53vw) ;
  }
}

.site-footer--top {
  font-family: "literata", sans-serif;
  font-weight: 500;
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  background-color: #272731;
  height: 60px;
}

.site-footer--top .site-footer--top--wrapper {
  width: 100%;
  height: 100%;
}

.site-footer--top .site-footer--top--wrapper div {
  width: 100%;
  height: 100%;
}

.site-footer--top .site-footer--share {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: right;
}

@media (max-width: 767px) {
  .site-footer--top .site-footer--share {
    text-align: center;
  }
}

.site-footer--top .site-footer--share .share-this--title {
  display: inline-block;
}

.site-footer--top .site-footer--share .share-this {
  margin-top: 10px;
  margin-bottom: 0;
  display: inline-block;
}

.site-footer--top .site-footer--share .share-this li {
  display: none;
}

.site-footer--top .site-footer--share .share-this li a {
  font-size: 1.2rem;
  color: rgba(255, 255, 255, 0.5);
  width: auto;
  height: auto;
  padding: 0;
  background-color: transparent;
  transition: color 0.3s;
}

.site-footer--top .site-footer--share .share-this li a span {
  color: rgba(255, 255, 255, 0.5);
}

.site-footer--top .site-footer--share .share-this li a:focus {
  border: solid 2px #fff !important;
}

.site-footer--top .site-footer--share .share-this li.facebook {
  display: inline-block;
}

.site-footer--top .site-footer--share .share-this li.twitter {
  display: inline-block;
}

@media (max-width: 990px) {
  .site-footer--site-logo {
    margin-bottom: 40px;
  }
}

.site-footer--site-logo a:focus {
  border: solid 2px #fff;
}

.site-footer--site-logo .logo {
  margin-bottom: 25px;
}

.site-footer--social {
  padding: 0;
  text-align: right;
}

@media (max-width: 990px) {
  .site-footer--social {
    text-align: left;
  }
}

.site-footer--social li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #272731;
  text-align: center;
  margin-left: 10px;
}

@media (max-width: 990px) {
  .site-footer--social li {
    float: none;
    display: inline-block;
  }
  .site-footer--social li:first-child {
    margin-left: 0;
  }
}

.site-footer--social li a {
  font-size: 0.9rem;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.site-footer--social li a:before {
  line-height: 40px;
}

.site-footer--social li a:focus {
  border: solid 2px #fff;
}

.site-footer--social li a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.site-footer .flex-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-footer--main {
  color: #FAFAEB;
  overflow: hidden;
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #1E000A;
}

@media (max-width: 990px) {
  .site-footer--main {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.site-footer--main .entry-content {
  font-size: 14px;
  color: #FAFAEB;
  line-height: 1.7;
}

.site-footer--main .entry-content p {
  color: #FAFAEB;
}

.site-footer--main .entry-content h5 {
  color: #fff;
}

.site-footer--main .entry-content a {
  color: #FAFAEB;
  transition: color 0.2s;
}

.site-footer--main .entry-content a:focus {
  border: solid 2px #fff;
}

.site-footer--main .entry-content a:hover {
  color: #FAFAEB;
}

.site-footer--main .entry-content a[target="_blank"]:not([href^="mailto"]):after {
  content: url("../img/external-white.svg");
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;
  margin-left: 2px;
  font-size: 0.8em;
}

.site-footer--main nav ul {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  -webkit-column-gap: 144px;
          column-gap: 144px;
  margin-top: 0;
}

@media (max-width: 768px) {
  .site-footer--main nav ul {
    gap: 24px;
    padding-left: 7px;
  }
}

.site-footer--main nav ul a {
  color: #FAFAEB;
  text-decoration: none;
  font-weight: 600;
}

@media (max-width: 990px) {
  .site-footer--columns .flex {
    display: block;
    margin-bottom: 40px;
  }
}

.site-footer--columns .footer--icon-wrapper {
  margin: 0;
  text-align: center;
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.site-footer--columns .footer--icon-wrapper i {
  font-size: 2.1rem;
}

@media (max-width: 1800px) {
  .site-footer--columns .footer--icon-wrapper i {
    font-size: calc(1.11rem + 1.1vw) ;
  }
}

.site-footer--columns .footer--icon-wrapper i.icon-open-book {
  font-size: 1.6rem;
}

@media (max-width: 1800px) {
  .site-footer--columns .footer--icon-wrapper i.icon-open-book {
    font-size: calc(1.06rem + 0.6vw) ;
  }
}

.site-footer--columns .footer--icon-wrapper i:before {
  width: auto;
}

.site-footer--columns a {
  text-decoration: underline;
}

.site-footer--bottom {
  padding-top: 100px;
}

@media (max-width: 990px) {
  .site-footer--bottom {
    padding-top: 0;
  }
}

.gform_wrapper form h2 {
  font-size: 40px;
  margin-bottom: 60px;
}

.gform_wrapper form .gfield {
  background: #FAFAEB;
}

.gform_wrapper form .gfield_required {
  display: none;
}

.gform_wrapper form #field_4_21 .gfield_label {
  display: none;
}

.gform_wrapper form a {
  font-family: "poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 20px;
  display: inline-block;
}

.gform_wrapper form ul {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
}

.gform_wrapper form ul li.gfield-type-text {
  padding-left: 0;
  margin-bottom: 22px;
  font-weight: 600;
}

.gform_wrapper form ul li.gfield-type-text label {
  display: inline-block;
  font-family: "poppins", sans-serif;
  margin-bottom: 10px;
}

.gform_wrapper form ul li.gfield-type-textarea {
  padding: 0;
  margin-bottom: 22px;
}

.gform_wrapper form ul li.gfield-type-textarea label {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  margin-top: 20px;
}

.gform_wrapper form ul li.gfield-type-textarea .gfield_description {
  margin-bottom: 10px;
  font-family: "poppins", sans-serif;
  margin-top: 24px;
}

.gform_wrapper form ul li.gfield-type-email {
  padding-left: 0;
  margin-bottom: 10px;
}

.gform_wrapper form ul li.gfield-type-email label {
  display: inline-block;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.gform_wrapper form ul li.gfield-type-select {
  padding-left: 0;
  margin-bottom: 10px;
}

.gform_wrapper form ul li.gfield-type-select label {
  display: inline-block;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 10px;
}

.gform_wrapper form ul li.gfield-type-select .fancy-select {
  border: 2px solid #1E000A;
  border-radius: 12px;
  padding: 6px;
  height: 47px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.gform_wrapper form ul li.gfield-type-select .fancy-select .trigger {
  font-family: "poppins", sans-serif;
  width: 100%;
}

.gform_wrapper form ul li.gfield-type-select .fancy-select ul {
  background: #1E000A;
  color: #FAFAEB;
  border-radius: 12px;
  width: 100%;
}

.gform_wrapper form ul li.gfield-type-select .fancy-select ul li {
  font-family: "poppins", sans-serif;
}

.gform_wrapper form ul li.gfield-type-checkbox {
  margin-bottom: 20px;
}

.gform_wrapper form ul li.gfield-type-checkbox .ginput_container_checkbox ul li {
  margin-left: 10px;
}

.gform_wrapper form ul li.gfield-type-checkbox .ginput_container_checkbox ul li label {
  font-family: "poppins", sans-serif;
  font-weight: 600;
}

.gform_wrapper form .gfield_radio li {
  margin-bottom: 22px;
  font-family: "poppins", sans-serif;
}

.gform_wrapper form .gfield_radio li span.fat {
  font-weight: 600;
}

.gform_wrapper form textarea {
  border: 2px solid #1E000A;
  border-radius: 12px;
  padding: 10px;
  width: 100%;
}

.gform_wrapper form input[type='checkbox'] {
  position: relative;
  margin-right: 10px;
}

.gform_wrapper form input[type='checkbox']:after {
  content: '';
  display: inline-block;
  position: absolute;
  background: #FAFAEB;
  height: 26px;
  width: 26px;
  border: 2px solid #1E000A;
  border-radius: 8px;
  top: -7px;
  left: -11px;
  cursor: pointer;
}

.gform_wrapper form input[type='checkbox']:checked:after {
  background-image: url("../img/check.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.gform_wrapper form input[type='email'] {
  border: 2px solid #1E000A;
  border-radius: 12px;
  height: 47px;
  width: 100%;
  padding: 6px;
}

.gform_wrapper form input[type='text'] {
  border: 2px solid #1E000A;
  border-radius: 12px;
  height: 47px;
  width: 100%;
  padding: 6px;
}

.gform_wrapper form input[type='radio'] {
  position: relative;
  margin-right: 16px;
  font-size: 0em !important;
}

.gform_wrapper form input[type='radio']:after {
  content: '';
  display: inline-block;
  position: absolute;
  top: -6px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #FAFAEB;
  border: 2px solid #1E000A;
  cursor: pointer;
}

.gform_wrapper form input[type='radio']:checked:after {
  content: url("../img/checkbox-ellipse.png");
  color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-header {
  background: #1E000A;
  z-index: 1000;
  transition: all 0.3s ease;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header--wrapper {
  padding-top: 14px;
  padding-bottom: 14px;
  max-width: none;
}

@media (max-width: 990px) {
  .site-header--wrapper {
    padding-bottom: 14px;
  }
}

.site-header--flexer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.site-header--site-logo a {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 768px) {
  .site-header--site-logo a .desktop-logo {
    display: none;
  }
}

@media (min-width: 768px) {
  .site-header--site-logo a .mobile-logo {
    display: none;
  }
}

.site-header--site-search {
  margin-left: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header--site-search .search-glass-toggle {
  cursor: pointer;
  margin-right: 10px;
}

.site-header--site-search .search-glass-toggle img {
  width: 40px;
}

.site-header--site-search form {
  position: relative;
  margin: 0px 20px 0px 20px;
  display: none;
}

@media (max-width: 990px) {
  .site-header--site-search form {
    display: none;
  }
}

.site-header--site-search form input[type="color"], .site-header--site-search form input[type="date"], .site-header--site-search form input[type="datetime"], .site-header--site-search form input[type="datetime-local"], .site-header--site-search form input[type="email"], .site-header--site-search form input[type="month"], .site-header--site-search form input[type="number"], .site-header--site-search form input[type="password"], .site-header--site-search form input[type="search"], .site-header--site-search form input[type="tel"], .site-header--site-search form input[type="text"], .site-header--site-search form input[type="time"], .site-header--site-search form input[type="url"], .site-header--site-search form input[type="week"], .site-header--site-search form input:not([type]), .site-header--site-search form textarea {
  font-family: "poppins", sans-serif;
  color: #FAFAEB;
  border-radius: 8px;
  border: 0;
  padding: 0 20px 0 20px;
  font-weight: 500;
  height: 44px;
  background: transparent;
  border: 1px solid #fff;
  width: 0%;
  transition: width .7s ease;
}

.site-header--site-search form input[type="color"]::-webkit-input-placeholder, .site-header--site-search form input[type="date"]::-webkit-input-placeholder, .site-header--site-search form input[type="datetime"]::-webkit-input-placeholder, .site-header--site-search form input[type="datetime-local"]::-webkit-input-placeholder, .site-header--site-search form input[type="email"]::-webkit-input-placeholder, .site-header--site-search form input[type="month"]::-webkit-input-placeholder, .site-header--site-search form input[type="number"]::-webkit-input-placeholder, .site-header--site-search form input[type="password"]::-webkit-input-placeholder, .site-header--site-search form input[type="search"]::-webkit-input-placeholder, .site-header--site-search form input[type="tel"]::-webkit-input-placeholder, .site-header--site-search form input[type="text"]::-webkit-input-placeholder, .site-header--site-search form input[type="time"]::-webkit-input-placeholder, .site-header--site-search form input[type="url"]::-webkit-input-placeholder, .site-header--site-search form input[type="week"]::-webkit-input-placeholder, .site-header--site-search form input:not([type])::-webkit-input-placeholder, .site-header--site-search form textarea::-webkit-input-placeholder {
  font-family: "poppins", sans-serif;
  color: #fff;
  font-weight: 500;
}

.site-header--site-search form input[type="color"]:-ms-input-placeholder, .site-header--site-search form input[type="date"]:-ms-input-placeholder, .site-header--site-search form input[type="datetime"]:-ms-input-placeholder, .site-header--site-search form input[type="datetime-local"]:-ms-input-placeholder, .site-header--site-search form input[type="email"]:-ms-input-placeholder, .site-header--site-search form input[type="month"]:-ms-input-placeholder, .site-header--site-search form input[type="number"]:-ms-input-placeholder, .site-header--site-search form input[type="password"]:-ms-input-placeholder, .site-header--site-search form input[type="search"]:-ms-input-placeholder, .site-header--site-search form input[type="tel"]:-ms-input-placeholder, .site-header--site-search form input[type="text"]:-ms-input-placeholder, .site-header--site-search form input[type="time"]:-ms-input-placeholder, .site-header--site-search form input[type="url"]:-ms-input-placeholder, .site-header--site-search form input[type="week"]:-ms-input-placeholder, .site-header--site-search form input:not([type]):-ms-input-placeholder, .site-header--site-search form textarea:-ms-input-placeholder {
  font-family: "poppins", sans-serif;
  color: #fff;
  font-weight: 500;
}

.site-header--site-search form input[type="color"]::placeholder, .site-header--site-search form input[type="date"]::placeholder, .site-header--site-search form input[type="datetime"]::placeholder, .site-header--site-search form input[type="datetime-local"]::placeholder, .site-header--site-search form input[type="email"]::placeholder, .site-header--site-search form input[type="month"]::placeholder, .site-header--site-search form input[type="number"]::placeholder, .site-header--site-search form input[type="password"]::placeholder, .site-header--site-search form input[type="search"]::placeholder, .site-header--site-search form input[type="tel"]::placeholder, .site-header--site-search form input[type="text"]::placeholder, .site-header--site-search form input[type="time"]::placeholder, .site-header--site-search form input[type="url"]::placeholder, .site-header--site-search form input[type="week"]::placeholder, .site-header--site-search form input:not([type])::placeholder, .site-header--site-search form textarea::placeholder {
  font-family: "poppins", sans-serif;
  color: #fff;
  font-weight: 500;
}

.site-header--site-search form input[type="color"]:focus::-webkit-input-placeholder, .site-header--site-search form input[type="date"]:focus::-webkit-input-placeholder, .site-header--site-search form input[type="datetime"]:focus::-webkit-input-placeholder, .site-header--site-search form input[type="datetime-local"]:focus::-webkit-input-placeholder, .site-header--site-search form input[type="email"]:focus::-webkit-input-placeholder, .site-header--site-search form input[type="month"]:focus::-webkit-input-placeholder, .site-header--site-search form input[type="number"]:focus::-webkit-input-placeholder, .site-header--site-search form input[type="password"]:focus::-webkit-input-placeholder, .site-header--site-search form input[type="search"]:focus::-webkit-input-placeholder, .site-header--site-search form input[type="tel"]:focus::-webkit-input-placeholder, .site-header--site-search form input[type="text"]:focus::-webkit-input-placeholder, .site-header--site-search form input[type="time"]:focus::-webkit-input-placeholder, .site-header--site-search form input[type="url"]:focus::-webkit-input-placeholder, .site-header--site-search form input[type="week"]:focus::-webkit-input-placeholder, .site-header--site-search form input:not([type]):focus::-webkit-input-placeholder, .site-header--site-search form textarea:focus::-webkit-input-placeholder {
  opacity: 0.1;
}

.site-header--site-search form input[type="color"]:focus:-ms-input-placeholder, .site-header--site-search form input[type="date"]:focus:-ms-input-placeholder, .site-header--site-search form input[type="datetime"]:focus:-ms-input-placeholder, .site-header--site-search form input[type="datetime-local"]:focus:-ms-input-placeholder, .site-header--site-search form input[type="email"]:focus:-ms-input-placeholder, .site-header--site-search form input[type="month"]:focus:-ms-input-placeholder, .site-header--site-search form input[type="number"]:focus:-ms-input-placeholder, .site-header--site-search form input[type="password"]:focus:-ms-input-placeholder, .site-header--site-search form input[type="search"]:focus:-ms-input-placeholder, .site-header--site-search form input[type="tel"]:focus:-ms-input-placeholder, .site-header--site-search form input[type="text"]:focus:-ms-input-placeholder, .site-header--site-search form input[type="time"]:focus:-ms-input-placeholder, .site-header--site-search form input[type="url"]:focus:-ms-input-placeholder, .site-header--site-search form input[type="week"]:focus:-ms-input-placeholder, .site-header--site-search form input:not([type]):focus:-ms-input-placeholder, .site-header--site-search form textarea:focus:-ms-input-placeholder {
  opacity: 0.1;
}

.site-header--site-search form input[type="color"]:focus::placeholder, .site-header--site-search form input[type="date"]:focus::placeholder, .site-header--site-search form input[type="datetime"]:focus::placeholder, .site-header--site-search form input[type="datetime-local"]:focus::placeholder, .site-header--site-search form input[type="email"]:focus::placeholder, .site-header--site-search form input[type="month"]:focus::placeholder, .site-header--site-search form input[type="number"]:focus::placeholder, .site-header--site-search form input[type="password"]:focus::placeholder, .site-header--site-search form input[type="search"]:focus::placeholder, .site-header--site-search form input[type="tel"]:focus::placeholder, .site-header--site-search form input[type="text"]:focus::placeholder, .site-header--site-search form input[type="time"]:focus::placeholder, .site-header--site-search form input[type="url"]:focus::placeholder, .site-header--site-search form input[type="week"]:focus::placeholder, .site-header--site-search form input:not([type]):focus::placeholder, .site-header--site-search form textarea:focus::placeholder {
  opacity: 0.1;
}

.site-header--site-search form input[type="color"].show, .site-header--site-search form input[type="date"].show, .site-header--site-search form input[type="datetime"].show, .site-header--site-search form input[type="datetime-local"].show, .site-header--site-search form input[type="email"].show, .site-header--site-search form input[type="month"].show, .site-header--site-search form input[type="number"].show, .site-header--site-search form input[type="password"].show, .site-header--site-search form input[type="search"].show, .site-header--site-search form input[type="tel"].show, .site-header--site-search form input[type="text"].show, .site-header--site-search form input[type="time"].show, .site-header--site-search form input[type="url"].show, .site-header--site-search form input[type="week"].show, .site-header--site-search form input:not([type]).show, .site-header--site-search form textarea.show {
  width: 100%;
}

.site-header--site-search form .search-submit {
  display: none;
}

.site-header--site-search .search-submit {
  color: #C80177;
  position: absolute;
  top: 11px;
  left: 13px;
  cursor: progress;
}

@media (max-width: 767px) {
  .site-header--site-search .search-submit {
    display: none;
  }
}

.site-header--hamburger {
  font-size: 1rem;
  cursor: pointer;
  outline: none;
  border: none;
  font-family: "poppins", sans-serif;
  color: #FAFAEB;
  font-weight: 500;
  text-decoration: none;
  z-index: 2;
  transition: color 0.2s;
}

.site-header--hamburger #nav-icon4 {
  margin-top: 7px;
  width: 40px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
}

.site-header--hamburger #nav-icon4 span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FAFAEB;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.site-header--hamburger #nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.site-header--hamburger #nav-icon4 span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.site-header--hamburger #nav-icon4 span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  transform-origin: left center;
}

.site-header--hamburger #nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 5px;
}

.site-header--hamburger #nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.site-header--hamburger #nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 5px;
}

.site-header--hamburger span {
  display: inline-block;
}

.offcanvas--active .site-header--hamburger span {
  display: none;
}

.site-header--hamburger span.close {
  display: none;
}

.offcanvas--active .site-header--hamburger span.close {
  display: inline-block;
}

.site-header--hamburger i {
  margin-right: 5px;
}

@media (max-width: 990px) {
  .site-header--hamburger {
    font-size: 0.8rem;
  }
}

@media (max-width: 990px) {
  .site-header--hamburger {
    display: block;
  }
}

.site-header--main-navigation {
  margin-top: 15px;
  /**
		* Level 1
		**/
  /**
		* Level 2
		**/
}

@media (max-width: 990px) {
  .site-header--main-navigation {
    display: none;
  }
}

.site-header--main-navigation .menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 999;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.site-header--main-navigation .menu > li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  margin-right: 46px;
  padding-bottom: 20px;
  transition: opacity 0.2s ease;
}

@media (max-width: 990px) {
  .site-header--main-navigation .menu > li {
    margin-right: 20px;
  }
}

.site-header--main-navigation .menu > li:last-child {
  margin-right: 0;
}

.site-header--main-navigation .menu > li > a {
  font-size: 0.9rem;
  display: block;
  font-family: "poppins", sans-serif;
  color: #FAFAEB;
  font-weight: 600;
  text-decoration: none;
  z-index: 2;
  transition: opacity 0.2s ease, color 0.2s ease;
}

@media (max-width: 990px) {
  .site-header--main-navigation .menu > li > a {
    font-size: 0.8rem;
  }
}

.site-header--main-navigation .menu > li > a:hover {
  text-decoration: underline;
}

.site-header--main-navigation .menu > li.is-active > a, .site-header--main-navigation .menu > li[class*="current"] > a {
  text-decoration: underline;
}

.site-header--main-navigation .sub-menu {
  padding: 30px 0;
  position: absolute;
  top: calc(100% - 15px);
  left: 0;
  width: 370px;
  min-height: 90px;
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 6px 10px 25px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-15deg);
          transform: rotateX(-15deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  z-index: 5;
  /**
			* Level 3
			*/
}

.site-header--main-navigation .sub-menu a {
  font-size: 1rem;
  position: relative;
  display: block;
  font-family: "poppins", sans-serif;
  color: #24222D;
  font-weight: 400;
  line-height: 1.3;
  text-decoration: none;
  z-index: 2;
  padding: 5px 30px;
  transition: opacity 0.2s ease, color 0.2s ease;
}

@media (max-width: 990px) {
  .site-header--main-navigation .sub-menu a {
    font-size: 0.8rem;
  }
}

.site-header--main-navigation .sub-menu li {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition: opacity 0.2s ease;
  width: 100%;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.site-header--main-navigation .sub-menu li > a:hover {
  text-decoration: none;
  background-color: #F7F7F7;
}

.site-header--main-navigation .sub-menu li > button {
  position: absolute;
  right: 0;
}

.site-header--main-navigation .sub-menu li.menu-item-has-children a {
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.site-header--main-navigation .sub-menu li.menu-item-has-children a:after {
  font-size: 0.8rem;
  position: absolute;
  top: 8px;
  right: 30px;
  font-family: fontello;
  content: "\e812";
  color: #C80177;
}

.site-header--main-navigation .sub-menu .sub-menu-scroller {
  padding: 30px 0;
  position: absolute;
  top: 0;
  left: calc(370px - 6px);
  width: 370px;
  height: 100%;
  max-height: 100%;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: 0;
          transform: 0;
  -webkit-transform-origin: none;
          transform-origin: none;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  z-index: 2;
  background-color: #F7F7F7;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #F7F7F7;
}

.site-header--main-navigation .sub-menu .sub-menu-scroller::-webkit-scrollbar-track {
  background-color: #F7F7F7;
}

.site-header--main-navigation .sub-menu .sub-menu-scroller::-webkit-scrollbar {
  width: 6px;
  background-color: rgba(0, 0, 0, 0.2);
}

.site-header--main-navigation .sub-menu .sub-menu-scroller::-webkit-scrollbar-thumb {
  background-color: #C80177;
}

.site-header--main-navigation .sub-menu .sub-menu-scroller ul {
  list-style: none;
  padding: 0;
  padding-right: 30px;
  margin-right: 24px;
  min-height: 100%;
  max-height: 100%;
  height: 100%;
}

.site-header--main-navigation .sub-menu .sub-menu-scroller ul li {
  transition: opacity 0.2s ease;
}

.site-header--main-navigation .sub-menu .sub-menu-scroller ul li a:after {
  display: none;
}

.site-header--main-navigation .sub-menu .sub-menu-scroller ul li a:hover {
  color: rgba(36, 34, 45, 0.7);
}

.site-header--main-navigation .sub-menu .sub-menu-scroller ul li.menu-item-has-children a:after {
  position: absolute;
  right: 30px;
  font-family: fontello;
  content: "\e812";
  color: #C80177;
}

.site-header li.is-active:after {
  opacity: 0;
  -webkit-transform: rotateX(-15deg);
          transform: rotateX(-15deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
}

.site-header li.is-active > .sub-menu,
.site-header li.is-active > .sub-menu-scroller {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

.site-header li.is-active > .sub-menu > li,
.site-header li.is-active > .sub-menu-scroller > li {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

.site-header li.is-active.menu-item-has-children:after {
  opacity: 1;
  top: calc(100% - 25px);
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 5px;
  margin-left: -5px;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
}

.site-header--secondary-navigation {
  position: relative;
  display: inline-block;
  margin-top: 15px;
  padding-bottom: 20px;
}

@media (max-width: 990px) {
  .site-header--secondary-navigation {
    display: none;
  }
}

.site-header--secondary-navigation.is-active .menu,
.site-header--secondary-navigation.is-active button:after {
  opacity: 1;
  visibility: visible;
}

.site-header--secondary-navigation button {
  font-size: 1rem;
  position: relative;
  cursor: pointer;
  outline: none;
  border: none;
  display: block;
  font-family: "poppins", sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  padding: 0;
  z-index: 2;
  transition: color 0.2s;
}

@media (max-width: 990px) {
  .site-header--secondary-navigation button {
    font-size: 0.8rem;
  }
}

.site-header--secondary-navigation button:after {
  opacity: 0;
  top: 100%;
  left: 13px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 5px;
  margin-left: -5px;
  -webkit-transform: rotateX(0);
          transform: rotateX(0);
  visibility: hidden;
}

.site-header--secondary-navigation .menu {
  padding: 30px 0;
  position: absolute;
  top: calc(100% - 30px);
  right: 0;
  width: 370px;
  min-height: 250px;
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  box-shadow: 6px 10px 25px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-15deg);
          transform: rotateX(-15deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  transition: opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s;
  transition: transform 0.2s, opacity 0.2s, visibility 0.2s, -webkit-transform 0.2s;
  z-index: 100;
}

.site-header--secondary-navigation .menu a {
  font-size: 1rem;
  position: relative;
  display: block;
  font-family: "poppins", sans-serif;
  color: #24222D;
  font-weight: 500;
  line-height: 1.3;
  text-decoration: none;
  z-index: 2;
  padding: 5px 30px;
  transition: color 0.2s;
}

@media (max-width: 990px) {
  .site-header--secondary-navigation .menu a {
    font-size: 0.8rem;
  }
}

.site-header--secondary-navigation .menu a:hover {
  color: rgba(36, 34, 45, 0.7);
}

.site-header .logo-menu-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 133px;
}

h1, .h1,
h2, .h2,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "literata", sans-serif;
  margin: 0 0 .4em;
}

h3 {
  font-family: "poppins", sans-serif;
}

.report-title {
  margin-top: 60px;
  font-size: 80px;
  font-family: "literata", sans-serif;
  line-height: 1.1;
  font-weight: 500;
  text-align: left;
  max-width: 1440px;
  width: 100%;
}

@media (max-width: 768px) {
  .report-title {
    font-size: 32px;
    margin-top: 40px;
  }
}

h1,
.h1 {
  font-size: 3.2rem;
  font-weight: 200;
}

@media (max-width: 1800px) {
  h1,
  .h1 {
    font-size: calc(1.22rem + 2.2vw) ;
  }
}

h2,
.h2 {
  font-size: 2.7rem;
  font-weight: 500;
}

@media (max-width: 1800px) {
  h2,
  .h2 {
    font-size: calc(1.17rem + 1.7vw) ;
  }
}

h4,
.h4 {
  font-size: 1.53rem;
  font-weight: 500;
}

@media (max-width: 1800px) {
  h4,
  .h4 {
    font-size: calc(1.053rem + 0.53vw) ;
  }
}

h5,
.h5 {
  font-size: 1rem;
  font-weight: 500;
}

h6,
.h6 {
  font-size: 0.9rem;
  font-weight: 500;
}

.hero {
  margin-bottom: 34px;
  position: relative;
}

.hero .col-lg-6 {
  padding-left: 0;
  padding-right: 0;
}

.hero .page-title {
  font-size: 80px;
  font-weight: 500;
  font-family: "literata", sans-serif;
  margin: 51px 60px;
}

@media (max-width: 990px) {
  .hero .page-title {
    font-size: 32px;
    margin: 20px;
  }
}

@media (min-width: 1440px) {
  .hero .page-title {
    padding-left: 3%;
  }
}

.hero .inner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 96vh;
}

.hero .inner h1 {
  line-height: 1.3;
  font-weight: 500;
  width: 40vw;
}

@media (max-width: 990px) {
  .hero .inner h1 {
    font-size: 32px;
    width: 100%;
  }
}

.hero .inner p {
  width: 33vw;
}

@media (max-width: 990px) {
  .hero .inner p {
    width: 100%;
  }
}

@media (max-width: 990px) {
  .hero .inner {
    height: 100%;
  }
}

@media (min-width: 1440px) {
  .hero .inner {
    padding-left: 10%;
  }
}

.hero .container-fluid {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}

@media (max-width: 990px) {
  .hero .flex-row {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.hero--content-column {
  border-radius: 0px 28px 28px 0px;
  padding-left: 69px !important;
  padding-right: 230px !important;
  z-index: 4;
  width: 60%;
}

@media (max-width: 990px) {
  .hero--content-column {
    width: 100%;
    border-radius: 28px 28px 0px 0px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .hero--content-column {
    text-align: center;
  }
}

.hero--content-column .meta--object {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  color: #1E000A;
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 600;
  font-family: "poppins", sans-serif;
}

.hero--content-column .meta--object .object-categories {
  font-size: 15px;
  font-weight: 600;
  font-family: "poppins", sans-serif;
  color: #1E000A;
}

.hero--content-column .meta--object .object-categories::before {
  content: "|";
}

@media (max-width: 767px) {
  .hero--content-column .entry-content {
    text-align: center;
  }
}

@media (max-width: 990px) {
  .hero--content-column .entry-content {
    text-align: left;
  }
}

@media (max-width: 990px) {
  .hero--content-column .entry-content .flex {
    display: block;
    text-align: center;
  }
}

.hero--content-column .entry-content p {
  font-family: "literata", sans-serif;
  font-weight: 400;
  color: #1E000A;
  font-size: 18px;
  line-height: 1.6;
}

.hero--image-column {
  z-index: 1;
  width: 40%;
}

@media (max-width: 990px) {
  .hero--image-column {
    width: 100%;
  }
}

.hero--image-column .image {
  margin: 0;
}

.hero--image-column .image img {
  margin-left: -24px;
  width: 100%;
  height: 96vh;
  object-fit: cover;
}

@media (max-width: 990px) {
  .hero--image-column .image img {
    margin-left: 0;
    margin-bottom: -10px;
    height: 40vh;
  }
}

.hero .share-this {
  margin: 20px 0;
}

@media (max-width: 990px) {
  .hero .share-this {
    text-align: center;
    margin: 10px auto;
  }
}

.hero .share-this--title {
  margin: 0 20px 0 0;
}

@media (max-width: 990px) {
  .hero .share-this--title {
    margin: 0;
    margin-bottom: 10px;
  }
}

.entry-content .hero .share-this {
  margin: 0 0 0 20px;
}

.hero .share-this--title {
  font-size: 1.1rem;
  font-family: "poppins", sans-serif;
  color: #979797;
  margin-bottom: 0;
}

@media (max-width: 1800px) {
  .hero .share-this--title {
    font-size: calc(1.01rem + 0.1vw) ;
  }
}

.entry-content .hero .share-this--title {
  margin-bottom: 0;
}

.hero--image {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity .5s;
  position: relative;
}

.hero--image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.hero--image > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 990px) {
  .hero--image {
    position: relative;
  }
  .hero--image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .hero--image > .entry-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.hero--image::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}

.hero--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.no-objectfit .hero--image img {
  width: auto;
  height: 100%;
}

.large-quote-wrapper h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .large-quote-wrapper h2 {
    font-size: 28px;
  }
}

.large-quote-wrapper p {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  margin-top: 16px;
}

.login--wrapper a {
  font-size: 1rem;
  cursor: pointer;
  outline: none;
  border: none;
  color: #fff;
  font-family: "poppins", sans-serif;
  margin-right: 25px;
  display: block;
  text-decoration: none;
  text-align: center;
}

.login--wrapper a .icon-lock-text {
  white-space: nowrap;
}

.login--wrapper a:focus {
  border: solid #000 2px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 767px) {
  .login--wrapper a {
    font-size: 0.8rem;
    margin-right: 0;
    margin-left: 10px;
  }
  .login--wrapper a .icon-listen:before {
    display: block;
  }
}

.main-content {
  padding-top: 100px;
  padding-bottom: 100px;
}

@media (max-width: 990px) {
  .main-content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .main-content:first-of-type {
    padding-top: 80px;
  }
}

@media (max-width: 990px) and (max-width: 990px) {
  .main-content:first-of-type {
    padding-top: 40px;
  }
}

.main-content .report-title {
  font-size: 80px;
  font-family: "literata", sans-serif;
  line-height: 1.1;
  font-weight: 500;
}

@media (max-width: 990px) {
  .main-content .sidebar {
    padding-top: 40px;
  }
}

.main-content .sidebar .organizer--logo {
  margin: 0;
  padding: 0;
}

.main-content .sidebar .organizer--logo .logo {
  display: block;
  width: 110px;
  height: 110px;
  margin-bottom: 20px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 110px 110px;
  text-indent: -9999px;
}

.main-content .sidebar .organizer--logo .logo.svensk-biblioteksforening {
  background-image: url("../img/svbib-icon-pink@x2.png");
  background-image: url("../img/svbib-icon-pink.svg"), linear-gradient(transparent, transparent);
}

.main-content .sidebar .organizer--logo .logo.region {
  background-image: url("../img/svbib-icon-green@x2.png");
  background-image: url("../img/svbib-icon-green.svg"), linear-gradient(transparent, transparent);
}

.main-content .sidebar .organizer--logo .logo.expert-network {
  background-image: url("../img/svbib-icon-orange@x2.png");
  background-image: url("../img/svbib-icon-orange.svg"), linear-gradient(transparent, transparent);
}

.main-content .sidebar .details {
  margin: 40px auto;
  padding: 0;
}

.main-content .sidebar .details ul {
  margin: 0;
  padding: 0;
}

.main-content .sidebar .details ul li {
  list-style: none;
}

.main-content .sidebar .sidebar--report {
  margin: 0 auto 20px auto;
  text-align: center;
}

.google-map-wrapper {
  position: relative;
}

.google-map-wrapper * {
  border-style: none;
}

.google-map {
  width: 100%;
  height: 600px;
}

@media (max-width: 767px) {
  .google-map {
    max-height: 400px;
  }
}

.news-feature-item--section {
  margin-bottom: 110px;
}

@media (max-width: 1300px) {
  .news-feature-item--section {
    margin-bottom: 90px;
  }
}

@media (max-width: 990px) {
  .news-feature-item--section {
    margin-bottom: 50px;
  }
}

.news-feature-item--section:nth-child(even) .news-feature--image-column {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

@media (max-width: 767px) {
  .news-feature-item--section:nth-child(even) .news-feature--image-column {
    padding-bottom: 40px;
  }
}

.news-feature-item--section:nth-child(even) .news-feature--image-column img {
  margin-right: auto;
  box-shadow: -20px 20px 0px 0px #C80177;
}

.news-feature-item--section:nth-child(even) .news-feature--content-column {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 767px) {
  .news-feature-item--section:nth-child(even) .news-feature--content-column {
    padding-bottom: 40px;
  }
}

.news-feature-item--section:nth-child(even) .news-feature--content-column .news-feature-item--inner {
  padding-left: 50px;
}

@media (max-width: 1200px) {
  .news-feature-item--section:nth-child(even) .news-feature--content-column .news-feature-item--inner {
    padding-left: 30px;
  }
}

@media (max-width: 990px) {
  .news-feature-item--section:nth-child(even) .news-feature--content-column .news-feature-item--inner {
    padding-left: 30px;
  }
}

@media (max-width: 767px) {
  .news-feature-item--section:nth-child(even) .news-feature--content-column .news-feature-item--inner {
    padding-left: 0;
  }
}

.news-feature-item--section:nth-child(odd) .news-feature--image-column {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media (max-width: 767px) {
  .news-feature-item--section:nth-child(odd) .news-feature--image-column {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding-bottom: 40px;
  }
}

.news-feature-item--section:nth-child(odd) .news-feature--image-column img {
  margin-left: auto;
  box-shadow: 20px -20px 0px 0px #C80177;
}

.news-feature-item--section:nth-child(odd) .news-feature--content-column {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.news-feature-item--section:nth-child(odd) .news-feature--content-column .news-feature-item--inner {
  padding-right: 80px;
  padding-left: 0;
}

@media (max-width: 1200px) {
  .news-feature-item--section:nth-child(odd) .news-feature--content-column .news-feature-item--inner {
    padding: 0;
    padding-right: 30px;
  }
}

@media (max-width: 990px) {
  .news-feature-item--section:nth-child(odd) .news-feature--content-column .news-feature-item--inner {
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .news-feature-item--section:nth-child(odd) .news-feature--content-column .news-feature-item--inner {
    padding-right: 0;
  }
}

.news-feature-item--image {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  position: relative;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

@media (max-width: 767px) {
  .news-feature-item--image {
    margin-bottom: 10px;
  }
}

.news-feature-item--image img {
  position: relative;
  min-width: 100%;
}

.news-feature-item--content {
  width: 100%;
}

.news-feature-item--content h4 {
  margin-bottom: 1em;
}

.news-item {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 40px;
}

.news-item--inner {
  display: block;
  color: #24222D;
  text-decoration: none;
  overflow: hidden;
}

.news-item--inner:hover {
  color: #24222D;
  text-decoration: none;
}

.news-item--inner:hover .news-item--image::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.news-item--image {
  position: relative;
  margin: 0;
  padding: 0;
  position: relative;
}

.news-item--image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.news-item--image > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.news-item--image::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border-radius: 16px;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .2s;
}

.news-item--image img {
  width: 100% !important;
}

.news-item--content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.news-item--content p {
  margin-bottom: 10px;
}

.object-categories {
  color: #444C55;
}

.object-categories span:after {
  content: ', ';
  display: inline-block;
}

.object-categories span:last-child:after {
  content: '';
  display: none;
}

.news-signup {
  padding: 0 !important;
}

.news-signup .container-fluid {
  padding: 0;
  max-width: none;
}

.news-signup .container-fluid .component-header .row .col-lg-6 {
  width: 100%;
}

.news-signup .container-fluid .component-header .row .col-lg-6 .news-letter-signup-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 78px;
  background: #BF4E37;
  width: 100%;
  border-radius: 28px 28px 0px 0px;
  margin-top: -30px;
  padding: 75px 67px;
  transition: margin-top .3s ease;
}

@media (max-width: 768px) {
  .news-signup .container-fluid .component-header .row .col-lg-6 .news-letter-signup-wrapper {
    padding: 35px 20px 20px 20px;
    gap: 28px;
  }
  .news-signup .container-fluid .component-header .row .col-lg-6 .news-letter-signup-wrapper img {
    width: 40%;
  }
}

.news-signup .container-fluid .component-header .row .col-lg-6 .news-letter-signup-wrapper:hover {
  margin-top: -100px;
}

@media (max-width: 768px) {
  .news-signup .container-fluid .component-header .row .col-lg-6 .news-letter-signup-wrapper:hover {
    margin-top: -50px;
  }
}

@media (max-width: 768px) {
  .news-signup .container-fluid .component-header .row .col-lg-6 .news-letter-signup-wrapper .info {
    width: 50%;
  }
}

.news-signup .container-fluid .component-header .row .col-lg-6 .news-letter-signup-wrapper .info h1 {
  color: #FAFAEB;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3;
  font-family: "literata", sans-serif;
  padding-top: 28px;
}

@media (max-width: 768px) {
  .news-signup .container-fluid .component-header .row .col-lg-6 .news-letter-signup-wrapper .info h1 {
    font-size: 15px;
    padding-top: 0;
  }
}

.news-signup .container-fluid .component-header .row .col-lg-6 .news-letter-signup-wrapper .info .btn-pink {
  font-weight: 600;
}

@media (max-width: 768px) {
  .news-signup .container-fluid .component-header .row .col-lg-6 .news-letter-signup-wrapper .info .btn-pink {
    font-size: 12px;
    padding: 12px 20px;
  }
}

.off-canvas {
  position: fixed;
  width: 40vw;
  height: 100vh;
  top: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  background-color: #1E000A;
  box-shadow: -15px 0 25px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: rotateX(-15deg);
          transform: rotateX(-15deg);
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  transition: opacity .2s, visibility .2s, -webkit-transform .2s;
  transition: transform .2s, opacity .2s, visibility .2s;
  transition: transform .2s, opacity .2s, visibility .2s, -webkit-transform .2s;
  z-index: 1500;
}

@media (max-width: 575px) {
  .off-canvas {
    width: 100vw;
  }
}

.offcanvas--active .off-canvas {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
          transform: none;
}

.off-canvas--scroller {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.off-canvas form {
  display: none !important;
  margin: 30px;
  position: relative;
}

.off-canvas form input[type="color"], .off-canvas form input[type="date"], .off-canvas form input[type="datetime"], .off-canvas form input[type="datetime-local"], .off-canvas form input[type="email"], .off-canvas form input[type="month"], .off-canvas form input[type="number"], .off-canvas form input[type="password"], .off-canvas form input[type="search"], .off-canvas form input[type="tel"], .off-canvas form input[type="text"], .off-canvas form input[type="time"], .off-canvas form input[type="url"], .off-canvas form input[type="week"], .off-canvas form input:not([type]), .off-canvas form textarea {
  font-family: "literata", sans-serif;
  color: #24222D;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #dfdfdf !important;
  box-shadow: none !important;
  border: 0;
  padding: 0 20px 0 50px;
  font-weight: 500;
  height: 44px;
}

.off-canvas form input[type="color"]::-webkit-input-placeholder, .off-canvas form input[type="date"]::-webkit-input-placeholder, .off-canvas form input[type="datetime"]::-webkit-input-placeholder, .off-canvas form input[type="datetime-local"]::-webkit-input-placeholder, .off-canvas form input[type="email"]::-webkit-input-placeholder, .off-canvas form input[type="month"]::-webkit-input-placeholder, .off-canvas form input[type="number"]::-webkit-input-placeholder, .off-canvas form input[type="password"]::-webkit-input-placeholder, .off-canvas form input[type="search"]::-webkit-input-placeholder, .off-canvas form input[type="tel"]::-webkit-input-placeholder, .off-canvas form input[type="text"]::-webkit-input-placeholder, .off-canvas form input[type="time"]::-webkit-input-placeholder, .off-canvas form input[type="url"]::-webkit-input-placeholder, .off-canvas form input[type="week"]::-webkit-input-placeholder, .off-canvas form input:not([type])::-webkit-input-placeholder, .off-canvas form textarea::-webkit-input-placeholder {
  font-family: "literata", sans-serif;
  color: #24222D;
  font-weight: 500;
}

.off-canvas form input[type="color"]:-ms-input-placeholder, .off-canvas form input[type="date"]:-ms-input-placeholder, .off-canvas form input[type="datetime"]:-ms-input-placeholder, .off-canvas form input[type="datetime-local"]:-ms-input-placeholder, .off-canvas form input[type="email"]:-ms-input-placeholder, .off-canvas form input[type="month"]:-ms-input-placeholder, .off-canvas form input[type="number"]:-ms-input-placeholder, .off-canvas form input[type="password"]:-ms-input-placeholder, .off-canvas form input[type="search"]:-ms-input-placeholder, .off-canvas form input[type="tel"]:-ms-input-placeholder, .off-canvas form input[type="text"]:-ms-input-placeholder, .off-canvas form input[type="time"]:-ms-input-placeholder, .off-canvas form input[type="url"]:-ms-input-placeholder, .off-canvas form input[type="week"]:-ms-input-placeholder, .off-canvas form input:not([type]):-ms-input-placeholder, .off-canvas form textarea:-ms-input-placeholder {
  font-family: "literata", sans-serif;
  color: #24222D;
  font-weight: 500;
}

.off-canvas form input[type="color"]::placeholder, .off-canvas form input[type="date"]::placeholder, .off-canvas form input[type="datetime"]::placeholder, .off-canvas form input[type="datetime-local"]::placeholder, .off-canvas form input[type="email"]::placeholder, .off-canvas form input[type="month"]::placeholder, .off-canvas form input[type="number"]::placeholder, .off-canvas form input[type="password"]::placeholder, .off-canvas form input[type="search"]::placeholder, .off-canvas form input[type="tel"]::placeholder, .off-canvas form input[type="text"]::placeholder, .off-canvas form input[type="time"]::placeholder, .off-canvas form input[type="url"]::placeholder, .off-canvas form input[type="week"]::placeholder, .off-canvas form input:not([type])::placeholder, .off-canvas form textarea::placeholder {
  font-family: "literata", sans-serif;
  color: #24222D;
  font-weight: 500;
}

.off-canvas .search-submit {
  color: #C80177;
  position: absolute;
  top: 11px;
  left: 11px;
  cursor: progress;
}

.off-canvas .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.off-canvas .menu li {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.off-canvas .menu li .sub-nav--trigger {
  display: none;
  width: 52px;
  height: 47px;
  position: absolute;
  top: 0;
  right: 0;
  color: #C80177;
  z-index: 10;
}

.off-canvas .menu li.menu-item-has-children .sub-nav--trigger {
  display: block;
}

.off-canvas .menu li a {
  font-size: 1rem;
  margin: 0 30px;
  margin-right: 52px;
  padding: 10px 0;
  display: block;
  font-family: "poppins", sans-serif;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  z-index: 2;
  transition: color .2s;
}

.off-canvas .menu li.is-active {
  background-color: #ffb0df;
}

.off-canvas .menu li.is-active > .sub-menu {
  display: block;
}

.off-canvas .menu li .sub-menu {
  display: none;
  padding: 0;
  list-style: none;
  background-color: #ffc9e9;
}

.off-canvas .menu li .sub-menu li {
  display: block;
}

.off-canvas .menu li .sub-menu li.is-active {
  background-color: transparent;
}

.off-canvas .menu li .sub-menu li.is-active > a {
  color: #C80177;
}

.off-canvas .menu li .sub-menu li a {
  color: #24222D;
  display: block;
  padding: 5px 0;
}

.off-canvas .menu li .sub-menu li:first-child a {
  padding-top: 15px;
}

.off-canvas .menu li .sub-menu li:last-child a {
  padding-bottom: 15px;
}

.off-canvas .menu li .sub-menu li .sub-nav--trigger {
  display: none;
  top: -5px;
}

.off-canvas .menu li .sub-menu li.menu-item-has-children .sub-nav--trigger {
  display: block;
}

.off-canvas .menu li .sub-menu li .sub-menu li {
  padding-left: 20px;
  padding-right: 20px;
}

.off-canvas .menu li .sub-menu li .sub-menu li a {
  font-size: 0.8rem;
  font-weight: 400;
}

.off-canvas .menu li .sub-menu li .sub-menu .sub-nav--trigger {
  display: none;
}

.off-canvas .mobile-header-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 60px;
}

.off-canvas .mobile-header-menu li {
  margin-bottom: 10px;
}

.off-canvas .mobile-header-menu li a {
  font-size: 0.8rem;
  margin: 0 30px;
  display: block;
  font-family: "poppins", sans-serif;
  font-size: 20px;
  color: #FAFAEB;
  font-weight: 600;
  text-decoration: none;
  z-index: 2;
  transition: color .2s;
}

.off-canvas .mobile-header-menu li:first-child a {
  padding-top: 20px;
  margin-top: 20px;
}

@media (min-width: 768px) {
  .off-canvas .mobile-header-menu {
    display: none;
  }
}

.off-canvas .meta-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding-bottom: 60px;
}

.off-canvas .meta-menu li {
  margin-bottom: 10px;
}

.off-canvas .meta-menu li a {
  font-size: 0.8rem;
  margin: 0 30px;
  display: block;
  font-family: "poppins", sans-serif;
  font-size: 20px;
  color: #FAFAEB;
  font-weight: 600;
  text-decoration: none;
  z-index: 2;
  transition: color .2s;
}

.off-canvas .meta-menu li:first-child a {
  padding-top: 20px;
  margin-top: 20px;
}

.readspeaker--wrapper {
  visibility: visible;
}

@media (max-width: 767px) {
  .readspeaker--wrapper {
    visibility: hidden;
    position: absolute;
    z-index: -1;
  }
}

.off-canvas .readspeaker--wrapper {
  margin: 10px 0 25px 30px;
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

@media (max-width: 767px) {
  .off-canvas .readspeaker--wrapper {
    visibility: visible;
    position: relative;
    z-index: 1;
  }
}

.readspeaker--wrapper button {
  font-size: 1rem;
  cursor: pointer;
  outline: none;
  border: none;
  display: block;
  color: #fff;
  font-family: "poppins", sans-serif;
  margin-right: 20px;
}

.off-canvas .readspeaker--wrapper button {
  color: #C80177;
  padding: 0;
}

@media (max-width: 767px) {
  .readspeaker--wrapper button {
    font-size: 0.8rem;
    margin-right: 0;
  }
}

.readspeaker--wrapper button:focus {
  border: solid #000 2px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.readspeaker--wrapper .rsbtn {
  margin-top: 3px !important;
  margin-right: 25px !important;
  margin-bottom: 0px !important;
}

.region-feature-item--section {
  padding-bottom: 140px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .region-feature-item--section {
    display: block;
    padding-bottom: 60px;
  }
}

@media (max-width: 990px) {
  .region-feature-item--section {
    padding-bottom: 40px;
  }
}

.region-feature-item--section:nth-child(even) .region-feature--image-column {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.region-feature-item--section:nth-child(even) .region-feature--image-column img {
  margin-right: auto;
}

.region-feature-item--section:nth-child(even) .region-feature--content-column {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.region-feature-item--section:nth-child(even) .region-feature--content-column .region-feature-item--inner {
  padding-left: 80px;
}

@media (max-width: 1200px) {
  .region-feature-item--section:nth-child(even) .region-feature--content-column .region-feature-item--inner {
    padding-left: 40px;
  }
}

.region-feature-item--section:nth-child(odd) .region-feature--image-column {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.region-feature-item--section:nth-child(odd) .region-feature--image-column img {
  margin-left: auto;
}

.region-feature-item--section:nth-child(odd) .region-feature--content-column {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.region-feature-item--section:nth-child(odd) .region-feature--content-column .region-feature-item--inner {
  padding-right: 80px;
}

@media (max-width: 1200px) {
  .region-feature-item--section:nth-child(odd) .region-feature--content-column .region-feature-item--inner {
    padding-left: 40px;
  }
}

.region-feature-item--inner {
  padding: 40px;
}

.region-feature-item--image {
  margin: 0;
  padding: 0;
  position: relative;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.region-feature-item--image img {
  position: relative;
  min-width: 100%;
}

.region-feature-item--content {
  width: 100%;
}

.region-feature-item--content h4 {
  margin-bottom: 1em;
}

.region-item {
  padding-bottom: 40px;
}

@media (max-width: 990px) {
  .region-item {
    padding-bottom: 0;
  }
}

.region-item--inner {
  display: block;
  color: #24222D;
  text-decoration: none;
  overflow: hidden;
}

.region-item--inner:hover {
  color: #24222D;
  text-decoration: none;
}

.region-item--inner:hover .region-item--image::after {
  background-color: rgba(0, 0, 0, 0.4);
}

.region-item--image {
  position: relative;
  margin: 0;
  padding: 0;
  position: relative;
}

.region-item--image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.region-item--image > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.region-item--image::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .2s;
}

.region-item--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.no-objectfit .region-item--image img {
  width: auto;
  height: 100%;
}

.region-item--title {
  font-size: 1.2rem;
  line-height: 1.3;
}

@media (max-width: 1800px) {
  .region-item--title {
    font-size: calc(1.02rem + 0.2vw) ;
  }
}

.region-item--content {
  padding-top: 30px;
  padding-bottom: 30px;
}

.region-item--content p {
  margin-bottom: 10px;
}

.report-item {
  padding-bottom: 40px;
  text-align: center;
  position: relative;
}

.report-item--meta {
  margin: 20px 0px;
  text-align: left;
}

.report-item--meta span {
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #1E000A;
}

.report-item--inner {
  display: block;
  color: #24222D;
  text-decoration: none;
  overflow: hidden;
}

.report-item--image {
  position: relative;
  margin: 0;
  padding: 0;
}

.report-item--image img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.report-item--content {
  padding-top: 30px;
  text-align: left;
}

.report-item--content p {
  margin-bottom: 0;
  text-align: left;
  font-size: 18px;
}

.report-item--content .report-link {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #1E000A;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 1px;
  border-bottom: 2px solid #1E000A;
  text-decoration: none;
  margin-top: 26px;
}

.report-item--content h2 {
  text-align: left;
  font-size: 22px;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  color: #1E000A;
  line-height: 1.3;
}

.report-item--content h2 a,
.report-item--content h2 a:hover {
  color: #24222D;
  text-decoration: none;
}

.report-item--download {
  display: block;
  margin-top: 40px;
  text-decoration: underline;
  text-transform: none;
}

.reports--search {
  position: relative;
}

.toolbox--box {
  font-family: "literata", sans-serif;
  font-weight: 200;
  z-index: 200;
}

.toolbox--box form {
  position: relative;
}

.toolbox--box form [type='search'] {
  padding: 0 20px 0 60px;
  background-color: transparent;
  border: 2px solid #1E000A;
  box-shadow: none;
  height: 62px;
  border-radius: 12px;
}

.toolbox--box .fancy-select .trigger {
  padding: 15px 20px;
  height: 57px;
}

.toolbox--box .reports--search-submit {
  color: #C80177;
  position: absolute;
  top: 15px;
  left: 10px;
  cursor: progress;
}

.toolbox--box .reports--search-submit img {
  width: 28px;
}

.toolbox--box .fancy-select .trigger {
  background-color: #F7F7F7;
  z-index: 51;
  box-shadow: none;
}

.toolbox--box .fancy-select .trigger.open {
  z-index: 51;
}

.toolbox--box .fancy-select .options {
  padding-top: 0;
  padding-bottom: 0;
  box-shadow: 0 0 20px -2px #D8D8D8;
}

.toolbox--box .fancy-select .options li {
  padding-left: 0;
  padding-right: 0;
}

.scrollmonitor {
  overflow: hidden;
}

.scrollmonitor.monitor-ready.modules .module--item.large .entry-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.scrollmonitor.monitor-ready.modules .module--item.small .entry-content, .scrollmonitor.monitor-ready.modules .module--item.medium .entry-content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.scrollmonitor.monitor-ready.hero {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.scrollmonitor.modules .module--item.large .entry-content {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.scrollmonitor.modules .module--item.small .entry-content, .scrollmonitor.modules .module--item.medium .entry-content {
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.scrollmonitor.hero {
  opacity: 0;
  -webkit-transform: translateY(10%);
          transform: translateY(10%);
  transition: opacity .3s, -webkit-transform .3s;
  transition: transform .3s, opacity .3s;
  transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.search-item--inner {
  display: block;
  color: #24222D;
  text-decoration: none;
  overflow: hidden;
}

.search-item--image {
  position: relative;
  margin: 0;
  padding: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.search-item--image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.search-item--image > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.search-item--image::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color .2s;
}

.search-item--content {
  padding-top: 30px;
  padding-bottom: 30px;
  position: relative;
}

.search-item--content p {
  margin-bottom: 0;
}

.search-item--content a {
  color: #000;
  text-decoration: none;
}

.search-item--content a:hover h3 {
  text-decoration: none;
}

.search-item--content a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.search-item--content a h3 {
  text-decoration: underline;
}

.search h1 {
  font-size: 40px;
  font-weight: 500;
  text-align: start;
}

.search p {
  text-align: start;
  font-size: 18px;
  color: #1E000A;
}

.component.search-result {
  padding-bottom: 100px;
}

.search-ajax-feed--wrapper {
  position: relative;
  min-height: 300px;
}

.search-ajax-feed--wrapper.loading::after {
  content: ' ';
  position: absolute;
  top: 20%;
  left: 50%;
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-left: -.6em;
  margin-top: 6em;
  border-radius: 50%;
  border: 2px solid #444C55;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-animation: rotate .5s infinite linear;
          animation: rotate .5s infinite linear;
}

.search-ajax-feed--wrapper.loading .search-ajax-feed--load-more {
  visibility: hidden;
}

.search-ajax-feed--load-more {
  position: relative;
  margin: 80px auto 0 auto;
  z-index: 2;
}

@media (max-width: 990px) {
  .search-ajax-feed--load-more {
    margin-top: 40px;
  }
}

.select-container {
  width: 100%;
  position: relative;
  font-size: 18px;
  font-family: "poppins", sans-serif;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .select-container {
    font-size: 18px;
  }
}

.select-container[open] summary {
  background-color: #1E000A;
  color: #FAFAEB;
}

.select-container[open] summary:after {
  content: url("/wp-content/themes/biblioteksforeningen/assets/img/chevron-down-white.svg");
  opacity: 1;
  margin-top: 2px;
}

.select-container summary {
  background-color: #FAFAEB;
  padding: 15px 20px;
  cursor: pointer;
  border: 2px solid #1E000A;
  border-radius: 12px;
  transition: background-color, color .5s;
}

.select-container summary::-webkit-details-marker {
  display: none;
}

.select-container summary:after {
  position: absolute;
  content: url("/wp-content/themes/biblioteksforeningen/assets/img/chevron-right.svg");
  border: 0;
  right: 20px;
}

@media (max-width: 767px) {
  .select-container summary:after {
    right: 20px;
  }
}

.select-container .select {
  background: #1E000A;
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #FAFAEB;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 10px;
  width: 100%;
  left: 0;
  padding-top: 5px;
  max-height: 200px;
  overflow: auto;
  z-index: 50;
  border: 2px solid #1E000A;
  border-radius: 12px;
}

.select-container .select::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
}

.select-container .select::-webkit-scrollbar-thumb {
  background-color: #1E000A;
  border-radius: 20px;
}

.select-container .select::-webkit-scrollbar-track {
  background-color: transparent;
}

.select-container .select__option {
  padding: 8px 20px;
  cursor: pointer;
}

.select-container .select__option.active, .select-container .select__option.active:hover, .select-container .select__option:hover {
  text-decoration: underline;
}

.share-this li {
  display: inline-block;
  list-style: none;
  margin-bottom: 0;
}

.entry-content .share-this li {
  margin-bottom: 0;
}

.share-this li a {
  width: 40px;
  height: 40px;
  display: block;
  line-height: 47px;
  text-align: center;
  border-radius: 50%;
  background-color: #979797;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.share-this li a:hover {
  background-color: rgba(151, 151, 151, 0.6);
}

.share-this li a span {
  display: block;
  color: #fff;
}

.share-this li a span.icon-mail {
  position: relative;
  top: -2px;
  left: -1px;
  font-size: .7rem;
}

.quote-item {
  text-align: center;
}

.quote-item .quote--feature-image {
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 110px;
  border-radius: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.quote-item .entry-content .quote--title {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #444C55;
  font-weight: 200;
}

.quote-item .entry-content .quote--title::before {
  content: '" ';
}

.quote-item .entry-content .quote--title::after {
  content: ' "';
}

.quote-item .entry-content .quote--of {
  font-family: "literata", sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
}

@media (max-width: 990px) {
  .sidebar {
    margin-top: 50px;
  }
}

.single .site-wrapper .components.hero .container-fluid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.single .site-wrapper .components.hero .container-fluid .row {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single .site-wrapper .components.hero .container-fluid .row .col-lg-6 {
  padding-right: 0 !important;
  max-width: 1440px;
  width: 100%;
}

.single .site-wrapper .components.hero .container-fluid .row .col-lg-6 .inner {
  height: 100%;
  padding: 64px 26px 64px 0px;
}

@media (max-width: 768px) {
  .single .site-wrapper .components.hero .container-fluid .row .col-lg-6 .inner {
    padding: 0px 26px 0px 0px;
  }
}

.single .site-wrapper .components.hero .container-fluid .row .col-lg-6 .inner .entry-content .meta--object {
  display: none;
}

.single .site-wrapper .components.hero .container-fluid .row .col-lg-6 .inner .entry-content h1 {
  padding-right: 25px;
  font-size: 80px;
  font-family: "literata", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  width: 100%;
}

@media (max-width: 768px) {
  .single .site-wrapper .components.hero .container-fluid .row .col-lg-6 .inner .entry-content h1 {
    font-size: 36px;
    padding-left: 0;
    padding-right: 0;
  }
}

.single .site-wrapper .components.hero .container-fluid .row .col-lg-6 .inner .entry-content p {
  width: 100%;
}

.single .site-wrapper .components.hero .container-fluid .row .col-lg-6 .inner .entry-content .share-this {
  display: none;
}

.single .site-wrapper .components.hero .container-fluid .row .col-lg-6 .inner .entry-content .flex {
  display: none;
}

.single .site-wrapper .components.hero .container-fluid .row .col-lg-6.hero--image-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.single .site-wrapper .components.hero .container-fluid .row .col-lg-6.hero--image-column figure {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1440px;
  width: 100%;
  padding: 64px;
}

@media (max-width: 768px) {
  .single .site-wrapper .components.hero .container-fluid .row .col-lg-6.hero--image-column figure {
    padding: 20px;
  }
}

.single .site-wrapper .components.hero .container-fluid .row .col-lg-6.hero--image-column figure img {
  margin-left: unset;
  object-position: top;
  aspect-ratio: 16 / 9;
  height: auto;
}

.single .site-wrapper article {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.single .site-wrapper article .row {
  max-width: 1000px;
  width: 100%;
}

.single .site-wrapper article .row .col-lg-10 {
  width: 100%;
}

.single .site-wrapper article .row .col-lg-10 .row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.single .site-wrapper article .row .col-lg-10 .row .preamble {
  font-size: 25px;
  color: #1E000A;
  line-height: 1.3;
}

.single .site-wrapper article .row .col-lg-10 .row .sidebar {
  max-width: 524px;
  width: 100%;
  margin-top: 34px;
}

.single .site-wrapper article .row .col-lg-10 .row .sidebar .fact-box {
  background-color: #FAFAEB;
  border: 2px solid #1E000A;
  border-radius: 20px;
  width: 100%;
  padding: 34px;
}

@media (max-width: 768px) {
  .single .site-wrapper article .row .col-lg-10 .row .sidebar .fact-box {
    padding: 0;
  }
}

.single .site-wrapper article .row .col-lg-10 .row .sidebar .fact-box h5, .single .site-wrapper article .row .col-lg-10 .row .sidebar .fact-box h4, .single .site-wrapper article .row .col-lg-10 .row .sidebar .fact-box h3 {
  font-weight: 600;
  font-family: "poppins", sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
}

.single .site-wrapper article .row .col-lg-10 .row .sidebar .fact-box p {
  font-size: 16px;
}

.single .site-wrapper article .row .col-lg-10 .row .sidebar .fact-box a {
  font-weight: 600;
}

.single .site-wrapper article .row .col-lg-10 .row .sidebar .fact-box a:hover {
  color: #BF4E37;
}

@media (max-width: 768px) {
  .single .site-wrapper article .row .col-lg-10 .row .sidebar .fact-box--inner {
    padding: 20px;
  }
}

.single .site-wrapper article p {
  color: #1E000A;
  line-height: 1.5;
}

.single .site-wrapper article p a:not(.btn-pink) {
  color: #1E000A;
}

.single .site-wrapper .components.news {
  background-color: #FAFAEB;
}

.single .site-wrapper .components.news .container-fluid .component-header .row .col-lg-6 h2 {
  text-align: left;
}

.single .site-wrapper .components.news .news-item .link-read-more {
  cursor: pointer;
  display: inline-block;
  font-family: "poppins", sans-serif;
  padding: 15px 40px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border-radius: 12px;
  letter-spacing: normal;
  background-color: #191921;
  transition: background-color .2s, color .2s;
  background-color: #1E000A;
  padding: 15px 40px;
  border: 2px solid #1E000A;
}

.single .site-wrapper .components.news .news-item .link-read-more a {
  color: #FAFAEB;
  text-decoration: none;
}

.single .site-wrapper .components.news .news-item .link-read-more:hover {
  background-color: transparent;
  border: 2px solid #1E000A;
}

.single .site-wrapper .components.news .news-item .link-read-more:hover a {
  color: #1E000A;
}

@media (min-width: 768px) {
  .single-calendar article .row .col-lg-8 {
    padding-bottom: 32px;
  }
}

.single-calendar article .row .col-lg-10 {
  padding-bottom: 60px;
}

.single-calendar article .row .col-lg-10 .row {
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media (max-width: 768px) {
  .single-calendar article .row .col-lg-10 .row {
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}

.single-calendar article .row .col-lg-10 .row .sidebar {
  max-width: 296px !important;
  width: 100%;
  margin-top: 0 !important;
}

.single-calendar article .row .col-lg-10 .row .sidebar .details p, .single-calendar article .row .col-lg-10 .row .sidebar .details h2, .single-calendar article .row .col-lg-10 .row .sidebar .details strong {
  font-family: "poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #1E000A;
}

.single-calendar article .row .col-lg-10 .row .sidebar .details ul li {
  font-family: "poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #1E000A;
}

.single-calendar article .row .col-lg-10 .row .sidebar .details ul li p, .single-calendar article .row .col-lg-10 .row .sidebar .details ul li h2, .single-calendar article .row .col-lg-10 .row .sidebar .details ul li strong, .single-calendar article .row .col-lg-10 .row .sidebar .details ul li span, .single-calendar article .row .col-lg-10 .row .sidebar .details ul li #text {
  font-family: "poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.single-calendar article .row .col-lg-10 .row .sidebar p, .single-calendar article .row .col-lg-10 .row .sidebar h2, .single-calendar article .row .col-lg-10 .row .sidebar strong {
  font-family: "poppins", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
}

.site--overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity .3s ease;
}

.social-feed--item {
  position: relative;
  padding: 0 20px 40px 20px;
}

@media (max-width: 767px) {
  .social-feed--item {
    width: 100%;
  }
}

.social-feed--item .social-feed--item-wrapper {
  width: 100%;
  color: #24222D;
  text-decoration: none;
}

.social-feed--image {
  margin: 0 auto;
  padding: 0;
  position: relative;
  position: relative;
}

.social-feed--image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 75%;
}

.social-feed--image > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.social-feed--image > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
}

.social-feed--content {
  padding: 30px;
  background-color: #fff;
  box-shadow: 0 0 20px 2px #eaeaea;
}

.social-feed--content .social-feed--meta {
  margin-top: 20px;
}

.social-feed--content .icon-wrapper {
  display: block;
  width: 36px;
  height: 36px;
  float: left;
  margin-right: 10px;
}

.social-feed--content .icon-wrapper.facebook {
  background-color: #3A5A99;
}

.social-feed--content .icon-wrapper.twitter {
  background-color: #1DA1F2;
}

.social-feed--content .icon-wrapper.instagram {
  background-color: #7B43DD;
}

.social-feed--content .icon-wrapper i {
  position: relative;
  top: 7px;
  display: block;
  text-align: center;
  color: #fff;
}

.social-feed--content .social-item--account {
  display: block;
}

.social-feed--content .meta--object {
  position: relative;
  top: 7px;
  font-size: 1rem;
}

.social-feed--content .meta--object .social-item--account {
  line-height: 0.4rem;
}

.social-feed--content .meta--object .social-item--date {
  font-size: 0.7rem;
  line-height: normal;
}

.home {
  background: black;
}

.home .site-wrapper .scr-link-block {
  margin-bottom: 0 !important;
}

.home .site-wrapper .site-header {
  position: absolute;
  width: 100%;
}

.home .components.hero {
  margin-top: 88px;
  margin-bottom: 0 !important;
}

.home .components.hero .container-fluid .row {
  margin: 0 !important;
  background: #FAFAEB;
}

.home .components.hero .container-fluid .row .hero--content-column {
  display: none;
}

.home .components.hero .container-fluid .row .hero--image-column {
  position: relative;
  width: 100%;
}

.home .components.hero .container-fluid .row .hero--image-column .home-content-wrapper {
  position: absolute;
  top: 29%;
  padding-left: 75px;
  max-width: 558px;
}

@media (max-width: 768px) {
  .home .components.hero .container-fluid .row .hero--image-column .home-content-wrapper {
    top: 13%;
    bottom: unset;
    padding: 20px;
  }
}

.home .components.hero .container-fluid .row .hero--image-column .home-content-wrapper h1 {
  font-size: 40px;
  font-family: "literata", sans-serif;
  color: #1E000A;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .home .components.hero .container-fluid .row .hero--image-column .home-content-wrapper h1 {
    font-size: 32px;
    font-weight: 500;
  }
}

.home .components.hero .container-fluid .row .hero--image-column .home-content-wrapper p {
  text-align: left;
}

@media (max-width: 768px) {
  .home .components.hero .container-fluid .row .hero--image-column .home-content-wrapper p {
    font-size: 15px;
    line-height: 1.5;
  }
}

.home .components.hero .container-fluid .row .hero--image-column .home-content-wrapper p a {
  font-weight: 600;
}

.home .components.hero .container-fluid .row .hero--image-column .home-content-wrapper p a::after {
  display: none;
}

.home .components.hero .container-fluid .row .hero--image-column img {
  margin-left: 0;
  box-shadow: unset;
  object-position: right;
  height: 88vh;
  object-fit: contain !important;
}

@media (max-width: 768px) {
  .home .components.hero .container-fluid .row .hero--image-column img {
    object-fit: cover !important;
    height: 58vh;
  }
}

.home .components.hero .page-title {
  display: none;
}

.home .components.news {
  background: #FFC8DD;
  padding-top: 82px;
  border-radius: 28px 28px 0px 0px;
  transition: margin-top .5s ease;
}

.home .components.news:hover {
  margin-top: -20px;
}

@media (max-width: 768px) {
  .home .components.news {
    padding: 20px;
    padding-bottom: 60px;
  }
  .home .components.news .container-fluid {
    padding: 0;
  }
}

.home .components.news .component-header .row .col-lg-6 h2 {
  text-align: left !important;
  font-size: 80px;
}

@media (max-width: 768px) {
  .home .components.news .component-header .row .col-lg-6 h2 {
    font-size: 32px;
  }
}

.home .components.news .component-header .row .col-lg-6 p {
  display: none;
}

@media (max-width: 768px) {
  .home .components.news .component-header .row .col-lg-6 p {
    font-size: 15px;
  }
}

.home .components.news .js-news-ajax-feed {
  min-height: 850px;
  height: 100%;
}

.home .components.news .js-news-ajax-feed .news-item--inner .entry-content .link-read-more a {
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-block;
  font-family: "poppins", sans-serif;
  padding: 15px 40px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  border-radius: 12px;
  letter-spacing: normal;
  font-weight: 600;
  background-color: #191921;
  transition: background-color .2s, color .2s;
  background-color: #1E000A;
  padding: 15px 40px;
  border: 2px solid #1E000A;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 768px) {
  .home .components.news .js-news-ajax-feed .news-item--inner .entry-content .link-read-more a {
    padding: 15px 20px;
  }
}

.home .components.news .js-news-ajax-feed .news-item--inner .entry-content .link-read-more a:hover {
  background-color: transparent;
  color: #1E000A;
  border: 2px solid #1E000A;
}

.home .components.news .link-and-pagination-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}

.home .components.news .link-and-pagination-wrapper .all-news {
  color: #1E000A;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.home .components.news .link-and-pagination-wrapper .news-feed-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 6px;
}

@media (max-width: 768px) {
  .home .components.news .link-and-pagination-wrapper .news-feed-pagination {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.home .components.news .link-and-pagination-wrapper .news-feed-pagination button {
  cursor: pointer;
}

.home .components.news .link-and-pagination-wrapper .news-feed-pagination .circle {
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #1E000A;
  cursor: pointer;
}

.home .components.news .link-and-pagination-wrapper .news-feed-pagination .circle:hover {
  background: rgba(0, 0, 0, 0.2);
}

.home .components.news .link-and-pagination-wrapper .news-feed-pagination .circle.fill {
  background: #1E000A;
}

.home .components.calendar {
  width: 100%;
  margin-bottom: 0;
  max-height: 65vh;
}

.home .components.calendar .container-fluid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  left: 0px;
  background: #FAFAEB;
  width: 100%;
  z-index: 10;
  border-radius: 28px 28px 0px 0px;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-transform: translateY(-300px);
          transform: translateY(-300px);
}

@media (max-width: 768px) {
  .home .components.calendar .container-fluid {
    -webkit-transform: translateY(-75px);
            transform: translateY(-75px);
  }
}

.home .components.calendar .container-fluid:hover {
  -webkit-transform: translateY(-355px);
          transform: translateY(-355px);
}

@media (max-width: 768px) {
  .home .components.calendar .container-fluid:hover {
    -webkit-transform: translateY(-85px);
            transform: translateY(-85px);
  }
}

.home .components.calendar .container-fluid .calendar--toolbox {
  display: none;
}

@media (min-width: 768px) {
  .home .components.calendar .container-fluid .calendar--feed {
    padding: 64px;
  }
}

.home .components.calendar .container-fluid img {
  max-width: unset;
  height: 100%;
}

.home .components.calendar .container-fluid .component-header {
  padding: 64px 64px 0px 64px;
  width: 100%;
}

@media (max-width: 768px) {
  .home .components.calendar .container-fluid .component-header {
    padding: 20px;
  }
}

.home .components.calendar .container-fluid .component-header .row .col-lg-6 h2 {
  text-align: left !important;
  font-size: 80px;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .home .components.calendar .container-fluid .component-header .row .col-lg-6 h2 {
    font-size: 32px;
  }
}

.home .components.calendar .container-fluid .component-header .row .col-lg-6 p {
  display: none;
}

.home .components.calendar .link-and-pagination-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
  padding-top: 40px;
}

.home .components.calendar .link-and-pagination-wrapper .all-events {
  color: #1E000A;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.home .components.calendar .link-and-pagination-wrapper .calendar-feed-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  gap: 6px;
}

@media (max-width: 768px) {
  .home .components.calendar .link-and-pagination-wrapper .calendar-feed-pagination {
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.home .components.calendar .link-and-pagination-wrapper .calendar-feed-pagination button {
  cursor: pointer;
}

.home .components.calendar .link-and-pagination-wrapper .calendar-feed-pagination .circle-cal {
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #1E000A;
  cursor: pointer;
}

.home .components.calendar .link-and-pagination-wrapper .calendar-feed-pagination .circle-cal:hover {
  background: rgba(0, 0, 0, 0.2);
}

.home .components.calendar .link-and-pagination-wrapper .calendar-feed-pagination .circle-cal.fill {
  background: #1E000A;
}

.sticky-box {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 480px;
  max-width: 70%;
  height: auto;
  background-color: #fff;
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
  z-index: 100;
  display: none;
}

@media (max-width: 575px) {
  .sticky-box {
    width: auto;
    max-width: 100%;
    bottom: 16px;
    left: 16px;
    right: 16px;
  }
}

.sticky-box.state-active {
  display: block;
}

.sticky-box__inner {
  padding: 40px;
}

.sticky-box__image {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}

.sticky-box h1,
.sticky-box .h1,
.sticky-box h2,
.sticky-box .h2
h3,
.sticky-box .h3 {
  font-size: 1.53rem;
  font-weight: 500;
}

@media (max-width: 1800px) {
  .sticky-box h1,
  .sticky-box .h1,
  .sticky-box h2,
  .sticky-box .h2
h3,
  .sticky-box .h3 {
    font-size: calc(1.053rem + 0.53vw) ;
  }
}

.sticky-box button {
  font-size: 0.6rem;
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #C80177;
  outline: none;
  border: 1px solid #fff;
  color: #fff;
}

.sticky-box button i:before {
  width: auto;
  margin: 0;
}

.WCAG-link-text {
  font-size: 0.9rem;
  position: relative;
  display: inline-block;
  font-family: "literata", sans-serif;
  font-weight: 300;
  color: #C80177;
  margin-top: 15px;
  text-transform: none;
}

.WCAG-link-text:after {
  position: absolute;
  content: '';
  width: 0;
  height: 2px;
  background-color: #C80177;
  left: 0;
  transition: all .2s ease;
}

.entry-content .WCAG-link-text {
  color: #C80177;
  text-decoration: none;
  margin-top: 15px;
}

.WCAG-link-text:hover:after {
  opacity: 1;
  width: 100%;
}

.calendar {
  position: relative;
}

.calendar .container-fluid {
  padding: 0;
  max-width: none;
}

.calendar--header-content .row .col-lg-6 {
  width: 100%;
}

.calendar--header-content .row .col-lg-6 .container-fluid-title {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calendar--header-content .row .col-lg-6 .container-fluid-title h1 {
  max-width: 1440px;
  width: 100%;
  margin: 20px 60px;
}

@media (max-width: 768px) {
  .calendar--header-content .row .col-lg-6 .container-fluid-title h1 {
    margin: 20px;
  }
}

/* FEED */
.calendar-feed-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.calendar--feed {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 64px;
  max-width: 1440px;
  width: 100%;
}

@media (max-width: 768px) {
  .calendar--feed {
    padding: 20px;
  }
}

.calendar--feed .find-events {
  font-family: "literata", sans-serif;
  font-size: 40px;
  font-weight: 500;
  color: #1E000A;
  margin-bottom: 28px;
}

.calendar--feed .first-select-wrapper {
  z-index: 100;
}

@media (max-width: 768px) {
  .calendar--toolbox .calendar--select-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
  .calendar--toolbox .calendar--select-wrapper details summary::after {
    right: 26px;
  }
}

.components .calendar--toolbox .entry-content {
  padding: 0;
}

@media (max-width: 990px) {
  .calendar--toolbox .fancy-select {
    margin-top: 20px;
  }
}

.calendar--toolbox .calendar--search {
  position: relative;
}

@media (max-width: 990px) {
  .calendar--toolbox .calendar--search {
    margin-top: 20px;
  }
}

.calendar--toolbox .calendar--search input[type="color"], .calendar--toolbox .calendar--search input[type="date"], .calendar--toolbox .calendar--search input[type="datetime"], .calendar--toolbox .calendar--search input[type="datetime-local"], .calendar--toolbox .calendar--search input[type="email"], .calendar--toolbox .calendar--search input[type="month"], .calendar--toolbox .calendar--search input[type="number"], .calendar--toolbox .calendar--search input[type="password"], .calendar--toolbox .calendar--search input[type="search"], .calendar--toolbox .calendar--search input[type="tel"], .calendar--toolbox .calendar--search input[type="text"], .calendar--toolbox .calendar--search input[type="time"], .calendar--toolbox .calendar--search input[type="url"], .calendar--toolbox .calendar--search input[type="week"], .calendar--toolbox .calendar--search input:not([type]), .calendar--toolbox .calendar--search textarea {
  font-family: "poppins", sans-serif;
  color: #24222D;
  background-color: transparent;
  border: 2px solid #1E000A;
  border-radius: 12px;
  padding: 15px;
  box-shadow: none;
  padding-left: 60px;
  width: 100%;
}

.calendar--toolbox .calendar--search input[type="color"]::-webkit-input-placeholder, .calendar--toolbox .calendar--search input[type="date"]::-webkit-input-placeholder, .calendar--toolbox .calendar--search input[type="datetime"]::-webkit-input-placeholder, .calendar--toolbox .calendar--search input[type="datetime-local"]::-webkit-input-placeholder, .calendar--toolbox .calendar--search input[type="email"]::-webkit-input-placeholder, .calendar--toolbox .calendar--search input[type="month"]::-webkit-input-placeholder, .calendar--toolbox .calendar--search input[type="number"]::-webkit-input-placeholder, .calendar--toolbox .calendar--search input[type="password"]::-webkit-input-placeholder, .calendar--toolbox .calendar--search input[type="search"]::-webkit-input-placeholder, .calendar--toolbox .calendar--search input[type="tel"]::-webkit-input-placeholder, .calendar--toolbox .calendar--search input[type="text"]::-webkit-input-placeholder, .calendar--toolbox .calendar--search input[type="time"]::-webkit-input-placeholder, .calendar--toolbox .calendar--search input[type="url"]::-webkit-input-placeholder, .calendar--toolbox .calendar--search input[type="week"]::-webkit-input-placeholder, .calendar--toolbox .calendar--search input:not([type])::-webkit-input-placeholder, .calendar--toolbox .calendar--search textarea::-webkit-input-placeholder {
  color: #24222D !important;
}

.calendar--toolbox .calendar--search input[type="color"]:-ms-input-placeholder, .calendar--toolbox .calendar--search input[type="date"]:-ms-input-placeholder, .calendar--toolbox .calendar--search input[type="datetime"]:-ms-input-placeholder, .calendar--toolbox .calendar--search input[type="datetime-local"]:-ms-input-placeholder, .calendar--toolbox .calendar--search input[type="email"]:-ms-input-placeholder, .calendar--toolbox .calendar--search input[type="month"]:-ms-input-placeholder, .calendar--toolbox .calendar--search input[type="number"]:-ms-input-placeholder, .calendar--toolbox .calendar--search input[type="password"]:-ms-input-placeholder, .calendar--toolbox .calendar--search input[type="search"]:-ms-input-placeholder, .calendar--toolbox .calendar--search input[type="tel"]:-ms-input-placeholder, .calendar--toolbox .calendar--search input[type="text"]:-ms-input-placeholder, .calendar--toolbox .calendar--search input[type="time"]:-ms-input-placeholder, .calendar--toolbox .calendar--search input[type="url"]:-ms-input-placeholder, .calendar--toolbox .calendar--search input[type="week"]:-ms-input-placeholder, .calendar--toolbox .calendar--search input:not([type]):-ms-input-placeholder, .calendar--toolbox .calendar--search textarea:-ms-input-placeholder {
  color: #24222D !important;
}

.calendar--toolbox .calendar--search input[type="color"]::placeholder, .calendar--toolbox .calendar--search input[type="date"]::placeholder, .calendar--toolbox .calendar--search input[type="datetime"]::placeholder, .calendar--toolbox .calendar--search input[type="datetime-local"]::placeholder, .calendar--toolbox .calendar--search input[type="email"]::placeholder, .calendar--toolbox .calendar--search input[type="month"]::placeholder, .calendar--toolbox .calendar--search input[type="number"]::placeholder, .calendar--toolbox .calendar--search input[type="password"]::placeholder, .calendar--toolbox .calendar--search input[type="search"]::placeholder, .calendar--toolbox .calendar--search input[type="tel"]::placeholder, .calendar--toolbox .calendar--search input[type="text"]::placeholder, .calendar--toolbox .calendar--search input[type="time"]::placeholder, .calendar--toolbox .calendar--search input[type="url"]::placeholder, .calendar--toolbox .calendar--search input[type="week"]::placeholder, .calendar--toolbox .calendar--search input:not([type])::placeholder, .calendar--toolbox .calendar--search textarea::placeholder {
  color: #24222D !important;
}

.calendar--toolbox .calendar--search button {
  position: absolute;
  top: 50%;
  left: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #C80177;
}

.calendar--toolbox .calendar--search button img {
  width: 28px;
}

.calendar--toolbox .fancy-select .trigger {
  background-color: #F7F7F7;
  box-shadow: none;
  z-index: 51;
}

.calendar--toolbox .fancy-select .trigger.open {
  z-index: 51;
}

.calendar--toolbox .fancy-select .options {
  box-shadow: none;
}

.calendar--toolbox .fancy-select .options li {
  padding-left: 0;
  padding-right: 0;
}

.calendar--toolbox .calendar--subject-select {
  z-index: 2;
}

.calendar--toolbox .entry-content h3 {
  text-transform: uppercase;
}

.calendar-ajax-feed--wrapper {
  position: relative;
  padding-top: 40px;
  min-height: 300px;
}

.calendar-ajax-feed--wrapper.loading::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-left: -.6em;
  margin-top: 6em;
  border-radius: 50%;
  border: 2px solid #444C55;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-animation: rotate .5s infinite linear;
          animation: rotate .5s infinite linear;
}

.blog .calendar-ajax-feed--wrapper.loading::after {
  margin-top: -.6em;
}

.calendar-ajax-feed--wrapper.loading .calendar-ajax-feed--load-more {
  visibility: hidden;
}

.calendar-ajax-feed--load-more {
  display: block;
  position: relative;
  text-align: center;
  z-index: 2;
}

.calendar-ajax-feed--load-more .btn {
  text-transform: capitalize;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.sidebar {
  font-family: "poppins", sans-serif;
}

.sidebar p {
  font-family: "poppins", sans-serif;
}

.sidebar .details {
  font-family: "poppins", sans-serif;
}

.sidebar .details .h5 {
  font-family: "poppins", sans-serif;
}

.columns {
  padding-bottom: 32px;
  padding-top: 32px;
}

.columns .row .col-sm-10 {
  margin-left: -70px !important;
}

@media (max-width: 1100px) {
  .columns .row .col-sm-10 {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .columns .row.flex {
    display: block;
  }
}

.columns .row .separator-column {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.columns .row .separator-column h2 {
  font-size: 60px;
  margin: 0;
}

@media (max-width: 990px) {
  .columns .column--item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media (max-width: 1200px) {
  .columns .column--item.flex {
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}

@media (max-width: 990px) {
  .columns .column--item.image.flex-first {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

@media (max-width: 990px) {
  .columns .column--item.image.flex-last {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}

.columns .column--item .entry-content {
  width: 100%;
}

@media (max-width: 1200px) {
  .columns .column--item .entry-content {
    margin: 20px auto;
  }
}

.columns .column--item img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.columns .column--icon-wrapper {
  margin: 20px auto;
  text-align: center;
  color: #C80177;
}

.columns .column--icon-wrapper i::before {
  font-size: 6rem;
}

.container-fluid .row {
  margin-top: 10px;
}

.container-fluid .row .col-sm-offset-1 {
  margin-left: 0;
}

.container-fluid .row .col-sm-offset-1 .row .column--item {
  margin-left: 0;
}

.container-fluid .row .col-sm-offset-1 .row .column--item .entry-content h1 {
  font-size: 80px;
  margin-top: 62px;
  font-weight: 500;
  margin-bottom: 10px;
}

@media (max-width: 600px) {
  .container-fluid .row .col-sm-offset-1 .row .column--item .entry-content h1 {
    font-size: 40px;
    margin-top: 0;
  }
}

.container-fluid .row .col-sm-offset-1 .row .column--item .entry-content p {
  font-size: 18px;
  margin-bottom: 0;
  line-height: 1.5;
  color: #1E000A !important;
}

.contacts {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1200px) {
  .contacts {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.contacts .container-fluid--grid .row--contacts {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 1035px) {
  .contacts .container-fluid--grid .row--contacts {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 767px) {
  .contacts .container-fluid .flex-row {
    display: block;
  }
}

.contacts--header .row .col-sm-offset-1 {
  margin-left: 0;
}

.contacts--header .row .col-sm-offset-1 h2 {
  font-size: 40px;
}

.contact--item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 36px;
  text-align: center;
  padding-bottom: 60px;
  padding-left: 0;
}

@media (max-width: 600px) {
  .contact--item {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.contact--image {
  width: 190px;
  height: 190px;
  border-radius: 12px;
  text-align: center;
  margin: 0 auto 30px auto;
}

@media (max-width: 600px) {
  .contact--image {
    max-width: 350px;
    width: 100%;
    height: auto;
    margin: 0;
  }
}

.contact--image img {
  border-radius: 12px;
  width: 190px;
  height: 190px;
  object-fit: cover;
}

@media (max-width: 600px) {
  .contact--image img {
    max-width: 350px;
    width: 100%;
    height: 300px;
  }
}

.contact--content {
  text-align: left;
  font-family: "poppins", sans-serif;
}

.contact--content h2 {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.contact--content p {
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 5px;
  line-height: 1.2;
}

.contact--content p a {
  color: #000 !important;
}

.contact--content a {
  color: #000;
  text-decoration: none;
}

.contact--content .btn span[class^='icon'] {
  margin-right: 10px;
}

.content {
  padding: 120px;
}

@media (max-width: 768px) {
  .content {
    padding: 20px;
  }
}

.content .column--item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.content .column--item-image {
  margin: 0 0 20px 0;
}

.content .column--item .entry-content {
  width: 100%;
}

@media (max-width: 990px) {
  .content .column--item .entry-content {
    margin: 20px auto;
  }
}

.content .column--item img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.eventinfo .container-fluid .eventinfo-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 144px;
  padding: 56px;
}

@media (max-width: 768px) {
  .eventinfo .container-fluid .eventinfo-wrapper {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    gap: 40px;
  }
}

.eventinfo .container-fluid .eventinfo-wrapper .text-content {
  max-width: 636px;
  width: 100%;
}

.eventinfo .container-fluid .eventinfo-wrapper .text-content h2, .eventinfo .container-fluid .eventinfo-wrapper .text-content h3 {
  font-family: "literata", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 34px;
}

.eventinfo .container-fluid .eventinfo-wrapper .text-content p {
  margin-top: 2px;
  font-family: "literata", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 34px;
}

.eventinfo .container-fluid .eventinfo-wrapper .buttons-and-info-wrapper p {
  margin-bottom: 0;
  margin-top: 2px;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.eventinfo .container-fluid .eventinfo-wrapper .buttons-and-info-wrapper .add-to-calendar {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1E000A;
  text-decoration: none;
  border-bottom: 2px solid #1E000A;
  margin-top: 30px;
  margin-bottom: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}

.eventinfo .container-fluid .eventinfo-wrapper .buttons-and-info-wrapper .buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 20px;
}

.eventinfo .container-fluid .eventinfo-wrapper .buttons-and-info-wrapper .buttons a {
  margin-left: 0;
}

.events {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  .events {
    border-bottom: 1px solid #D8D8D8;
  }
}

.event--item {
  position: relative;
  overflow: hidden;
}

.event-item-inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
}

.event--image {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}

.event--image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}

.event--image > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1200px) {
  .event--image {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.event--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.no-objectfit .event--image img {
  width: auto;
  height: 100%;
}

.event-item--container {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

@media (max-width: 990px) {
  .event-item--container {
    position: relative;
  }
}

@media (max-width: 990px) {
  .event-item--container .flex {
    display: block;
  }
}

.event-item--container > div {
  height: 100%;
}

.event-item--container .date-holder {
  position: absolute;
  top: 0;
  left: 40px;
}

.event-item--container .entry-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 120px 40px 40px 40px;
  background-color: #fff;
}

@media (max-width: 990px) {
  .event-item--container .entry-content {
    padding: 40px 0;
  }
}

.hero-block-img .container-fluid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

@media (max-width: 768px) {
  .hero-block-img .container-fluid {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.hero-block-img .container-fluid.no-image {
  padding-bottom: 20px;
}

.hero-block-img .container-fluid .text-content-wrapper {
  max-width: 750px;
  width: 100%;
  padding-bottom: 28px;
}

.hero-block-img .container-fluid .text-content-wrapper h1 {
  font-size: 80px;
  font-family: "literata", sans-serif;
  font-weight: 500;
  line-height: 1.1;
  padding-bottom: 14px;
}

@media (max-width: 768px) {
  .hero-block-img .container-fluid .text-content-wrapper h1 {
    font-size: 38px;
  }
}

.hero-block-img .container-fluid .text-content-wrapper .hero-text-content p {
  font-family: "literata", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .hero-block-img .container-fluid .text-content-wrapper .hero-text-content p {
    font-size: 22px;
  }
}

.hero-block-img .container-fluid .hero-image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: 100%;
}

@media (max-width: 768px) {
  .hero-block-img .container-fluid .hero-image {
    height: 50vh;
    max-width: 320px;
  }
}

.main-speakers .heading-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}

@media (max-width: 768px) {
  .main-speakers .heading-wrapper {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.main-speakers .heading-wrapper .heading {
  max-width: 860px;
  width: 100%;
}

.main-speakers .container-fluid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main-speakers .container-fluid .main-speakers-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  max-width: 860px;
  gap: 32px;
}

@media (max-width: 768px) {
  .main-speakers .container-fluid .main-speakers-wrapper {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

.main-speakers .container-fluid .main-speakers-wrapper .main-speaker {
  max-width: 414px;
  width: 100%;
}

@media (max-width: 900px) {
  .main-speakers .container-fluid .main-speakers-wrapper .main-speaker {
    max-width: 320px;
  }
}

.main-speakers .container-fluid .main-speakers-wrapper .main-speaker .main-speaker-img {
  width: 414px;
  height: 414px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 900px) {
  .main-speakers .container-fluid .main-speakers-wrapper .main-speaker .main-speaker-img {
    width: 320px;
    height: 320px;
  }
}

.main-speakers .container-fluid .main-speakers-wrapper .main-speaker .description p {
  font-size: 18px;
  line-height: 1.5;
}

.main-speakers .container-fluid .main-speakers-wrapper .main-speaker .description p strong {
  font-family: "poppins", sans-serif;
}

.map {
  position: relative;
}

.membership-plans {
  padding-bottom: 100px;
}

@media (max-width: 990px) {
  .membership-plans {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.membership-plans--item-wrapper {
  padding-top: 40px;
}

.components.membership.state--background-color {
  display: none;
}

.components.hero.membership {
  background: #FAFAEB;
}

.components.hero.membership .container-fluid .row {
  position: relative;
  height: 90vh;
  background: #A9DBFE;
}

.components.hero.membership .container-fluid .row .inner .entry-content p a {
  color: #FAFAEB !important;
}

.components.hero.membership .container-fluid .row .inner .entry-content p a:hover {
  color: #1E000A !important;
}

.components.hero.membership .container-fluid .row .hero--content-column {
  top: 20%;
  position: absolute;
  z-index: 3;
  height: 60vh;
}

@media (max-width: 768px) {
  .components.hero.membership .container-fluid .row .hero--content-column {
    background: transparent !important;
  }
}

.components.hero.membership .container-fluid .row .hero--content-column h1 {
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}

.components.hero.membership .container-fluid .row .hero--content-column p {
  font-size: 18px;
  line-height: 1.5;
}

.components.hero.membership .container-fluid .row .hero--content-column p a {
  font-size: 0.9rem;
  cursor: pointer;
  display: inline-block;
  font-family: "poppins", sans-serif;
  padding: 15px 40px;
  color: #FAFAEB;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  border-radius: 12px;
  letter-spacing: normal;
  font-weight: 600;
  background-color: #1E000A;
  transition: background-color .2s, color .2s;
  border: 2px solid #1E000A;
  margin-top: 40px;
}

.components.hero.membership .container-fluid .row .hero--content-column p a:hover {
  background-color: transparent;
  color: #1E000A;
  border: 2px solid #1E000A;
}

.components.hero.membership .container-fluid .row .hero--image-column {
  width: 100%;
  top: 20px;
  position: absolute;
  z-index: 2;
  height: 60vh;
}

.components.hero.membership .container-fluid .row .hero--image-column figure img {
  object-fit: contain;
  object-position: right;
  box-shadow: unset;
}

.membership {
  position: relative;
  background-color: #F7F7F7;
}

.membership.state--choosen .membership--item {
  opacity: 0.5;
}

.membership.state--choosen .membership--item.state--active {
  opacity: 1;
}

.membership.state--choosen::after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(247, 247, 247, 0);
  border-top-color: #F7F7F7;
  border-width: 30px;
  margin-left: -30px;
}

.membership--item {
  position: relative;
  text-align: center;
  z-index: 2;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  transition: opacity .2s, -webkit-transform .2s;
  transition: transform .2s, opacity .2s;
  transition: transform .2s, opacity .2s, -webkit-transform .2s;
}

.membership--item.state--active {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

@media (max-width: 1200px) {
  .membership--item {
    width: 100%;
    display: block;
    padding-bottom: 20px;
  }
}

.membership--item .btn {
  font-size: 1.35rem;
  font-weight: 200;
  padding: 20px;
  border-radius: 0;
  width: 100%;
}

@media (max-width: 1800px) {
  .membership--item .btn {
    font-size: calc(1.035rem + 0.35vw) ;
  }
}

.membership--item-wrapper {
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  box-shadow: 0 0 20px -10px #919191;
}

.membership--item-inner {
  width: 100%;
  height: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.membership--item-inner div {
  width: 100%;
  height: 100%;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.membership--content {
  padding: 80px 40px 40px 40px;
}

.membership--content .membership--icon {
  color: #C80177;
}

.membership--content .membership--icon span::before {
  font-size: 6rem;
}

.membership--content h5 {
  font-size: 1.2rem;
}

.middle-menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.middle-menu ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  max-width: 1440px;
  width: 100%;
  padding: 64px;
}

@media (max-width: 768px) {
  .middle-menu ul {
    padding: 20px;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

.middle-menu ul li {
  padding: 10px;
}

.middle-menu ul li a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1E000A;
  font-weight: 600;
  font-size: 20px;
  font-family: "poppins", sans-serif;
  text-decoration: none;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .middle-menu ul li a {
    font-size: 16px;
  }
}

.middle-menu ul li a:after {
  display: inline-block;
  content: '';
  background-image: url("../img/chevron-right-dark-red.svg");
  background-size: contain;
  /* Ensure the image scales correctly */
  width: 15px;
  height: 15px;
  margin-left: 10px;
  margin-top: 2px;
}

.membership--collapsed-content {
  display: none;
  padding-top: 100px;
}

@media (max-width: 990px) {
  .membership--collapsed-content {
    padding-top: 0;
  }
}

.membership--collapsed-content.state--visible {
  display: block;
}

@media (max-width: 768px) {
  .page-id-378 .site-wrapper #readContent .components.columns .container-fluid header {
    padding-bottom: 0;
  }
}

.page-id-378 .site-wrapper #readContent .components.columns .container-fluid header .row {
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.page-id-378 .site-wrapper #readContent .components.columns .container-fluid header .row .col-lg-6 {
  width: 100% !important;
  padding-left: 120px;
}

@media (max-width: 768px) {
  .page-id-378 .site-wrapper #readContent .components.columns .container-fluid header .row .col-lg-6 {
    padding-left: 0;
  }
}

.page-id-378 .site-wrapper #readContent .components.columns .container-fluid .row .col-sm-10 .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 33px;
}

@media (max-width: 768px) {
  .page-id-378 .site-wrapper #readContent .components.columns .container-fluid .row .col-sm-10 .row {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    padding-left: 0;
  }
}

.page-id-378 .site-wrapper #readContent .components.columns .container-fluid .row .col-sm-10 .row .col-md-3 {
  width: 413px;
  height: 413px;
  border: 2px solid #1E000A;
  border-radius: 16px;
  padding: 40px 60px 60px 60px;
  width: 100%;
}

@media (max-width: 768px) {
  .page-id-378 .site-wrapper #readContent .components.columns .container-fluid .row .col-sm-10 .row .col-md-3 {
    padding: 40px;
  }
}

.page-id-378 .site-wrapper #readContent .components.columns .container-fluid .row .col-sm-10 .row .col-md-3 .entry-content h3 {
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
}

@media (max-width: 600px) {
  .middle-menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 600px) {
  .middle-menu .container-fluid {
    margin-left: 0;
    margin-right: 0;
  }
}

.middle-menu .container-fluid .middle-menu-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 64px;
  padding-top: 53px;
  padding-bottom: 53px;
  grid-row-gap: 30px;
}

@media (max-width: 768px) {
  .middle-menu .container-fluid .middle-menu-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.middle-menu .container-fluid .middle-menu-wrapper a {
  position: relative;
  font-family: "poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #1E000A;
  text-decoration: none;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .middle-menu .container-fluid .middle-menu-wrapper a {
    white-space: unset;
  }
}

.middle-menu .container-fluid .middle-menu-wrapper a:hover:after {
  margin-left: 15px;
}

.middle-menu .container-fluid .middle-menu-wrapper a:after {
  content: "";
  position: absolute;
  background-image: url("../../assets/img/thick-arrow-right.svg");
  background-size: 9px 20px;
  display: inline-block;
  width: 15px;
  height: 20px;
  margin-left: 10px;
  top: 5px;
  transition: margin-left .3s;
}

@media (max-width: 768px) {
  .middle-menu .container-fluid .middle-menu-wrapper a:after {
    position: relative;
  }
}

.modules {
  padding-top: 0;
  padding-bottom: 0;
}

.modules--wrapper.row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 767px) {
  .modules--wrapper.row {
    display: block;
  }
}

.modules--wrapper.row [class^='col-'],
.modules--wrapper.row [class*=' col-'] {
  padding-right: 5px;
  padding-left: 5px;
}

.module--item {
  overflow: hidden;
  /* LAYOUT */
  /* COLOR */
  /* END COLOR */
}

.module--item.default {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .module--item {
    margin-bottom: 10px;
  }
}

@media (max-width: 575px) {
  .module--item {
    width: 100%;
  }
}

.module--item:last-child {
  margin-bottom: 0;
}

.module--item.background-image .entry-content {
  color: #fff;
}

.module--item.blurb {
  transition: all .3s ease;
}

.module--item.blurb .module--image::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all .3s ease;
}

.module--item.blurb .module--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.no-objectfit .module--item.blurb .module--image img {
  width: auto;
  height: 100%;
}

.module--item.blurb:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.module--item.blurb:hover .module--image:after {
  background-color: rgba(0, 0, 0, 0.2);
}

.module--item.blurb .module-item--container {
  padding: 0;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  transition: all .3s ease;
}

.module--item.blurb .module-item--container .entry-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
  margin-bottom: 90px;
}

@media (max-width: 1200px) {
  .module--item.blurb .module-item--container .entry-content {
    margin-bottom: 30px;
  }
}

.module--item.blurb .module-item--container .entry-content--inner {
  width: 100%;
}

.module--item.blurb .module-item--container .entry-content.white {
  background-color: #fff;
  color: #000;
}

.module--item.blurb .module-item--container .entry-content.yellow {
  background-color: #FFE87E;
  color: #000;
}

.module--item.blurb .module-item--container .entry-content.green {
  background-color: #DEF1A7;
  color: #000;
}

.module--item.blurb .module-item--container .entry-content.orange {
  background-color: #FFDFAE;
  color: #000;
}

.module--item.blurb .module-item--container .entry-content.dark {
  background-color: #191921;
}

.module--item.blurb .module-item--container .entry-content.semi-dark {
  background-color: #272731;
}

.module--item.blurb .module-item--container .entry-content.text-white {
  color: #fff;
}

.module--item.blurb .module-item--container .entry-content.text-black {
  color: #000;
}

.module--item.white .module-item--inner {
  background-color: #fff;
}

.module--item.yellow .module-item--inner {
  background-color: #FFE87E;
  color: #000;
}

.module--item.green .module-item--inner {
  background-color: #DEF1A7;
}

.module--item.orange .module-item--inner {
  background-color: #FFDFAE;
}

.module--item.dark .module-item--inner {
  background-color: #191921;
}

.module--item.semi-dark .module-item--inner {
  background-color: #272731;
}

.module--item.semi-dark .entry-content, .module--item.yellow .entry-content, .module--item.green .entry-content, .module--item.orange .entry-content, .module--item.dark .entry-content {
  color: #fff;
}

.module--item.semi-dark .entry-content p, .module--item.yellow .entry-content p, .module--item.green .entry-content p, .module--item.orange .entry-content p, .module--item.dark .entry-content p {
  color: #fff;
}

.module--item.semi-dark:hover .icon-arrow-right, .module--item.yellow:hover .icon-arrow-right, .module--item.green:hover .icon-arrow-right, .module--item.orange:hover .icon-arrow-right, .module--item.dark:hover .icon-arrow-right {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}

.module--item.large .module--image {
  position: relative;
}

.module--item.large .module--image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 56.25%;
}

.module--item.large .module--image > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.module--item.large .module--image::after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.4);
}

.module--item.large.blurb .module--image {
  position: relative;
}

.module--item.large.blurb .module--image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 129.27756654%;
}

.module--item.large.blurb .module--image > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.module--item.medium .module--image {
  position: relative;
}

.module--item.medium .module--image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}

.module--item.medium .module--image > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1200px) {
  .module--item.medium .module--image {
    position: relative;
  }
  .module--item.medium .module--image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 100%;
  }
  .module--item.medium .module--image > .entry-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.module--item.medium.blurb .module--image {
  position: relative;
}

.module--item.medium.blurb .module--image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 129.27756654%;
}

.module--item.medium.blurb .module--image > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.module--item.small .module--image {
  position: relative;
}

.module--item.small .module--image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}

.module--item.small .module--image > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1200px) {
  .module--item.small.third .module--image {
    position: relative;
  }
  .module--item.small.third .module--image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .module--item.small.third .module--image > .entry-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 990px) {
  .module--item.small.third .module--image {
    position: relative;
  }
  .module--item.small.third .module--image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .module--item.small.third .module--image > .entry-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 575px) {
  .module--item.small.third .module--image {
    position: relative;
  }
  .module--item.small.third .module--image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 129.27756654%;
  }
  .module--item.small.third .module--image > .entry-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.module--item.small.blurb .module--image {
  position: relative;
}

.module--item.small.blurb .module--image::before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 129.27756654%;
}

.module--item.small.blurb .module--image > .entry-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 990px) {
  .module--item.small.blurb.third .module--image {
    position: relative;
  }
  .module--item.small.blurb.third .module--image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 56.25%;
  }
  .module--item.small.blurb.third .module--image > .entry-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 575px) {
  .module--item.small.blurb.third .module--image {
    position: relative;
  }
  .module--item.small.blurb.third .module--image::before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 129.27756654%;
  }
  .module--item.small.blurb.third .module--image > .entry-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.module-item--inner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
}

.module-item--inner:hover {
  color: #fff;
}

.module-item--inner h2 {
  margin: 0 0 .2em;
}

.module-item--inner .icon-arrow-right {
  color: #fff;
  font-size: 2rem;
  display: block;
  position: absolute;
  bottom: 40px;
  right: 55px;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 3;
}

.module-item--inner a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

.module-item--inner a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.module--image {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.module--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
}

.no-objectfit .module--image img {
  width: auto;
  height: 100%;
}

.module-item--container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding-left: 40px;
  padding-right: 40px;
}

@media (max-width: 990px) {
  .module-item--container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.module-item--container .entry-content {
  margin: 0 auto;
  width: 100%;
}

.module-item--container .entry-content--inner {
  padding: 40px;
}

.module-item--container .btn-orange:hover {
  color: #FFDFAE;
  background-color: #fff;
}

.module-item--container .btn-green:hover {
  color: #DEF1A7;
  background-color: #fff;
}

.module-item--container .btn-pink:hover {
  color: #C80177;
  background-color: #fff;
}

.module-item--container .btn-gray:hover {
  color: #444C55;
  background-color: #fff;
}

.news {
  position: relative;
}

.news .first-select-wrapper {
  max-width: 412px;
  padding-left: 0;
}

.news .news-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}

.news .news-item h2 {
  font-size: 20px;
  font-family: "poppins", sans-serif;
  font-weight: 600;
  line-height: 1.3;
}

.news .news-item .link-read-more.is-blog a {
  color: #1E000A !important;
}

.news .news-item .link-read-more.is-blog a:hover {
  color: #BF4E37 !important;
}

.news .news-item .link-read-more a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: normal;
  color: #FAFAEB !important;
}

.news .news-item .link-read-more a:hover {
  color: #1E000A !important;
}

.news .news-item .meta-objects--wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
  min-height: 56px;
}

.news .news-item .meta-objects--wrapper .news-item--meta {
  white-space: nowrap;
}

.news .news-item .meta-objects--wrapper .news-item--meta p {
  margin-bottom: 0;
}

.news .news-item .meta-objects--wrapper .news-item--meta p::after {
  content: '| ';
  font-family: "poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1E000A;
}

.news .news-item .meta-objects--wrapper .object-categories {
  margin-top: 4px;
  display: inline;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  word-break: normal;
}

.news .news-item .meta-objects--wrapper .object-categories span {
  font-family: "poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1E000A;
}

.news .news-item .meta--object p {
  font-family: "poppins", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #1E000A;
  margin-right: 4px;
  white-space: nowrap;
  margin-top: 0;
}

.news .news-item--inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.news .news-item--inner:hover {
  border-radius: 16px;
}

.news .news-item a {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.news .news-item--image {
  width: 100%;
  height: 400px;
}

.news .news-item--image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
  object-fit: cover;
  border-radius: 16px;
}

.no-objectfit .news .news-item--image img {
  width: auto;
  height: 100%;
}

.news--select-wrapper {
  margin-top: 69px;
  margin-bottom: 30px;
}

.news--header .row {
  display: block !important;
}

.news-ajax-feed--wrapper {
  position: relative;
  min-height: 1.2em;
}

.news-ajax-feed--wrapper .row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 50px;
  row-gap: 20px;
}

@media (max-width: 1100px) {
  .news-ajax-feed--wrapper .row {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 768px) {
  .news-ajax-feed--wrapper .row {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.news-ajax-feed--wrapper.loading::after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-left: -.6em;
  margin-top: 6em;
  border-radius: 50%;
  border: 2px solid #444C55;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-animation: rotate .5s infinite linear;
          animation: rotate .5s infinite linear;
}

.blog .news-ajax-feed--wrapper.loading::after {
  margin-top: -.6em;
}

.news-ajax-feed--wrapper.loading .news-ajax-feed--load-more {
  visibility: hidden;
}

.news-ajax-feed--load-more {
  display: block;
  text-align: center;
  margin-top: 0 !important;
}

.news-ajax-feed--load-more .btn {
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 60px;
}

.page-title-block .container-fluid .page-title {
  margin-top: 64px;
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .page-title-block .container-fluid .page-title {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.post-type-block {
  padding-top: 90px;
  padding-bottom: 90px;
}

.post-type-block .container-fluid h2 {
  font-size: 40px;
  line-height: 1.3;
  padding-bottom: 30px;
}

.post-type-block .container-fluid .post-type-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  height: 784px;
}

@media (max-width: 1200px) {
  .post-type-block .container-fluid .post-type-row {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    height: unset;
  }
}

@media (max-width: 768px) {
  .post-type-block .container-fluid .post-type-row {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    height: unset;
  }
}

.post-type-block .container-fluid .post-type-row .single-post-type {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
}

.post-type-block .container-fluid .post-type-row .single-post-type .date {
  font-family: "poppins", sans-serif;
  color: #1E000A;
  font-size: 15px;
  font-weight: 600;
}

.post-type-block .container-fluid .post-type-row .single-post-type img {
  width: 100%;
  height: 400px;
  border-radius: 20px;
  object-fit: cover;
}

.post-type-block .container-fluid .post-type-row .single-post-type .title {
  font-family: "poppins", sans-serif;
  color: #1E000A;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.post-type-block .container-fluid .post-type-row .single-post-type .excerpt {
  margin-top: 0;
  font-family: "literata", sans-serif;
  color: #1E000A;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

.post-type-block .post-type-pagination-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px;
  margin-top: 60px;
}

@media (max-width: 768px) {
  .post-type-block .post-type-pagination-wrapper {
    margin-top: 0;
  }
}

.post-type-block .post-type-pagination-wrapper .post-type-feed-pagination {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.post-type-block .post-type-pagination-wrapper .post-type-feed-pagination .circle-post-type {
  width: 18px;
  height: 18px;
  background: transparent;
  border-radius: 50%;
  border: 2px solid #1E000A;
  cursor: pointer;
}

.post-type-block .post-type-pagination-wrapper .post-type-feed-pagination .circle-post-type:hover {
  background: rgba(0, 0, 0, 0.2);
}

.post-type-block .post-type-pagination-wrapper .post-type-feed-pagination .circle-post-type.fill {
  background: #1E000A;
}

.post-type-block .post-type-pagination-wrapper .post-type-feed-pagination button {
  cursor: pointer;
}

.program .container-fluid {
  padding-top: 56px;
  padding-bottom: 56px;
}

.program .container-fluid .title-and-pdf {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 74px;
}

@media (max-width: 768px) {
  .program .container-fluid .title-and-pdf {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.program .container-fluid .title-and-pdf h2 {
  font-size: 40px;
  font-weight: 500;
  font-family: "literata", sans-serif;
  color: #1E000A;
}

.program .container-fluid .title-and-pdf a {
  font-size: 16px;
  font-family: "poppins", sans-serif;
  color: #1E000A;
  font-weight: 600;
  padding-bottom: 2px;
  text-decoration: none;
  border-bottom: 2px solid #1E000A;
}

.program .container-fluid .program-date {
  padding-bottom: 16px;
}

.program .container-fluid .program-date h4 {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.program .container-fluid .program-items-wrapper .program-date {
  padding-bottom: 16px;
}

.program .container-fluid .program-items-wrapper .program-date h4 {
  font-family: "poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.program .container-fluid .program-items-wrapper .program-date.in-item {
  padding-top: 20px;
  border-top: 2px solid black;
}

.program .container-fluid .program-items-wrapper .program-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 65px;
  padding-top: 36px;
  padding-bottom: 20px;
  border-top: 2px solid black;
}

@media (max-width: 768px) {
  .program .container-fluid .program-items-wrapper .program-item {
    gap: 28px;
  }
}

.program .container-fluid .program-items-wrapper .program-item .time-wrapper h4 {
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1E000A;
}

.program .container-fluid .program-items-wrapper .program-item .text-content {
  max-width: 525px;
  width: 100%;
}

@media (max-width: 525px) {
  .program .container-fluid .program-items-wrapper .program-item .text-content {
    max-width: 300px;
    word-break: break-word;
  }
}

.program .container-fluid .program-items-wrapper .program-item .text-content h4 {
  font-family: "poppins", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #1E000A;
}

.program .container-fluid .program-items-wrapper .program-item .text-content .wysiwyg-content {
  font-family: "poppins", sans-serif;
  font-size: 16px;
}

.program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  gap: 34px;
  grid-template-areas: "factbox1 factbox2" "factbox3 factbox2" "factbox4 factbox5" "factbox6 factbox5";
}

@media (max-width: 1100px) {
  .program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    grid-template-areas: unset;
  }
}

.program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper .program-factbox {
  font-family: "poppins", sans-serif;
  min-width: 413px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 20px;
  border: 2px solid #1E000A;
  border-radius: 16px;
}

@media (max-width: 600px) {
  .program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper .program-factbox {
    padding: 14px;
    min-width: 250px;
  }
}

.program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper .program-factbox:nth-child(1) {
  grid-area: factbox1;
}

@media (max-width: 1100px) {
  .program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper .program-factbox:nth-child(1) {
    grid-area: unset;
  }
}

.program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper .program-factbox:nth-child(2) {
  grid-area: factbox2;
}

@media (max-width: 1100px) {
  .program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper .program-factbox:nth-child(2) {
    grid-area: unset;
  }
}

.program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper .program-factbox:nth-child(3) {
  grid-area: factbox3;
}

@media (max-width: 1100px) {
  .program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper .program-factbox:nth-child(3) {
    grid-area: unset;
  }
}

.program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper .program-factbox:nth-child(4) {
  grid-area: factbox4;
}

@media (max-width: 1100px) {
  .program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper .program-factbox:nth-child(4) {
    grid-area: unset;
  }
}

.program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper .program-factbox:nth-child(5) {
  grid-area: factbox5;
}

@media (max-width: 1100px) {
  .program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper .program-factbox:nth-child(5) {
    grid-area: unset;
  }
}

.program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper .program-factbox:nth-child(6) {
  grid-area: factbox6;
}

@media (max-width: 1100px) {
  .program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper .program-factbox:nth-child(6) {
    grid-area: unset;
  }
}

.program .container-fluid .program-items-wrapper .program-item .text-content .factboxes-wrapper .program-factbox .program-factbox-wysiwyg p {
  font-size: 16px;
}

.components.puffs {
  padding: 80px;
}

@media (max-width: 768px) {
  .components.puffs {
    padding: 20px;
  }
}

.components.puffs .container-fluid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.components.puffs .container-fluid .puffs-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  gap: 34px;
}

.components.puffs .container-fluid .puffs-wrapper.double {
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
  .components.puffs .container-fluid .puffs-wrapper.double {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    width: 100%;
    -ms-grid-column-align: center;
        justify-items: center;
  }
}

@media (max-width: 1200px) {
  .components.puffs .container-fluid .puffs-wrapper {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .components.puffs .container-fluid .puffs-wrapper {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    width: 100%;
    -ms-grid-column-align: center;
        justify-items: center;
  }
}

.components.puffs .container-fluid .puffs-wrapper .puff {
  color: #1E000A;
  max-width: 380px;
  width: 100%;
  min-height: 380px;
  height: 100%;
  min-width: 380px;
  text-decoration: none;
  background: #FAFAEB;
  padding: 46px;
  border: 2px solid #1E000A;
  border-radius: 16px;
}

@media (max-width: 768px) {
  .components.puffs .container-fluid .puffs-wrapper .puff {
    padding: 20px;
    min-width: unset;
  }
}

.components.puffs .container-fluid .puffs-wrapper .puff ul {
  list-style-type: disc;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}

.components.puffs .container-fluid .puffs-wrapper .puff h3 {
  font-family: "poppins", sans-serif !important;
  line-height: 1;
  font-weight: 700 !important;
  font-size: 22px;
}

.components.puffs .container-fluid .puffs-wrapper .puff h1, .components.puffs .container-fluid .puffs-wrapper .puff h2, .components.puffs .container-fluid .puffs-wrapper .puff h4, .components.puffs .container-fluid .puffs-wrapper .puff strong {
  font-family: "poppins", sans-serif !important;
  line-height: 1;
  font-weight: 700 !important;
  font-size: 20px;
}

.components.puffs .container-fluid .puffs-wrapper .puff p {
  font-family: "literata", sans-serif;
  font-size: 18px;
}

.components.puffs .container-fluid .puffs-wrapper .puff p strong {
  font-size: 18px;
}

.components.puffs .container-fluid .puffs-wrapper .puff p a {
  color: #1E000A;
}

.quote-block .container-fluid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 140px;
}

@media (max-width: 768px) {
  .quote-block .container-fluid {
    padding: 20px;
  }
}

.quote-block .container-fluid .large-quote-wrapper {
  max-width: 639px;
  width: 100%;
}

.quote-block .container-fluid .large-quote-wrapper h2 {
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

@media (max-width: 768px) {
  .quote-block .container-fluid .large-quote-wrapper h2 {
    font-size: 28px;
  }
}

.quote-block .container-fluid .large-quote-wrapper p {
  padding-top: 16px;
  font-family: "poppins", sans-serif;
  font-size: 16px;
  margin-top: 16px;
}

.page-title {
  text-align: left;
  font-size: 80px;
  font-weight: 500;
}

@media (max-width: 768px) {
  .page-title {
    font-size: 40px;
  }
}

.col-lg-offset-2 {
  margin-left: 0 !important;
}

.col-lg-offset-2 p {
  max-width: 611px;
  width: 100%;
}

.col-md-offset-1 {
  margin-left: 0 !important;
}

.reports--search {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .reports--search .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}

.reports--search .row .toolbox .select {
  background: #FAFAEB;
}

@media (max-width: 990px) {
  .js-reports-ajax-feed {
    display: block;
  }
}

.reports-ajax-feed--wrapper {
  position: relative;
  min-height: 300px;
}

.reports-ajax-feed--wrapper.loading::after {
  content: ' ';
  position: absolute;
  top: 20%;
  left: 50%;
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-left: -.6em;
  margin-top: 6em;
  border-radius: 50%;
  border: 2px solid transparent;
  border-right-color: #444C55;
  border-top-color: #444C55;
  -webkit-animation: rotate .5s infinite linear;
          animation: rotate .5s infinite linear;
}

.reports-ajax-feed--wrapper.loading .reports-ajax-feed--load-more {
  visibility: hidden;
}

.reports-ajax-feed--load-more {
  display: block;
  text-align: center;
  margin-bottom: 20px !important;
}

.reports-ajax-feed--load-more .btn {
  text-transform: uppercase;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.scr-link-block {
  margin-bottom: 34px;
}

.scr-link-block .scr-link-block-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 78px 78px 78px 108px;
  width: 100vw;
  height: 95vh;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .scr-link-block .scr-link-block-wrapper {
    padding: 20px;
    height: 100vh;
  }
}

.scr-link-block .scr-link-block-wrapper .text-content {
  width: 100%;
  padding-bottom: 30px;
}

.scr-link-block .scr-link-block-wrapper .text-content h1, .scr-link-block .scr-link-block-wrapper .text-content h2 {
  line-height: 1.3;
  margin-bottom: 36px;
  width: 40vw;
}

@media (max-width: 768px) {
  .scr-link-block .scr-link-block-wrapper .text-content h1, .scr-link-block .scr-link-block-wrapper .text-content h2 {
    width: 100%;
  }
}

.scr-link-block .scr-link-block-wrapper .text-content h3, .scr-link-block .scr-link-block-wrapper .text-content h4 {
  line-height: 1.3;
}

.scr-link-block .scr-link-block-wrapper .text-content p {
  line-height: 1.5;
  width: 33vw;
}

@media (max-width: 768px) {
  .scr-link-block .scr-link-block-wrapper .text-content p {
    width: 100%;
  }
}

.scr-link-block .scr-link-block-wrapper-overlapping {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 95vh;
  position: relative;
}

@media (max-width: 768px) {
  .scr-link-block .scr-link-block-wrapper-overlapping {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.scr-link-block .scr-link-block-wrapper-overlapping .overlapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 78px 78px 78px 108px;
  position: absolute;
  z-index: 5;
  left: 0;
  width: 55vw;
  height: 95vh;
  border-radius: 0px 28px 28px 0px;
}

@media (max-width: 1200px) {
  .scr-link-block .scr-link-block-wrapper-overlapping .overlapper {
    padding: 40px;
  }
}

@media (max-width: 768px) {
  .scr-link-block .scr-link-block-wrapper-overlapping .overlapper {
    padding: 34px;
    bottom: 0;
    left: unset;
    width: 100%;
    height: 68vh;
    border-radius: 28px 28px 0px 0px;
  }
}

.scr-link-block .scr-link-block-wrapper-overlapping .overlapper .text-content {
  width: 100%;
  max-width: 582px;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  .scr-link-block .scr-link-block-wrapper-overlapping .overlapper .text-content {
    width: 100%;
  }
}

.scr-link-block .scr-link-block-wrapper-overlapping .overlapper .text-content h1, .scr-link-block .scr-link-block-wrapper-overlapping .overlapper .text-content h2, .scr-link-block .scr-link-block-wrapper-overlapping .overlapper .text-content h3, .scr-link-block .scr-link-block-wrapper-overlapping .overlapper .text-content h4 {
  line-height: 1.3;
  width: 40vw;
}

@media (max-width: 768px) {
  .scr-link-block .scr-link-block-wrapper-overlapping .overlapper .text-content h1, .scr-link-block .scr-link-block-wrapper-overlapping .overlapper .text-content h2, .scr-link-block .scr-link-block-wrapper-overlapping .overlapper .text-content h3, .scr-link-block .scr-link-block-wrapper-overlapping .overlapper .text-content h4 {
    font-size: 26px;
    width: 100%;
  }
}

.scr-link-block .scr-link-block-wrapper-overlapping .overlapper .text-content p {
  line-height: 1.5;
  width: 33vw;
}

@media (max-width: 768px) {
  .scr-link-block .scr-link-block-wrapper-overlapping .overlapper .text-content p {
    font-size: 15px;
    width: 100%;
  }
}

.scr-link-block .scr-link-block-wrapper-overlapping .overlapped-img {
  z-index: 4;
  position: absolute;
  right: 0;
  width: 50vw;
  height: 95vh;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 768px) {
  .scr-link-block .scr-link-block-wrapper-overlapping .overlapped-img {
    top: 0;
    width: 100%;
    height: 40vh;
  }
}

.separator .container-fluid .separator-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.separator .container-fluid .separator-wrapper h2 {
  margin: 0;
}

.small-link-block .container-fluid {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 140px;
  padding-bottom: 140px;
  padding-left: 140px;
}

@media (max-width: 768px) {
  .small-link-block .container-fluid {
    padding: 20px;
  }
}

.small-link-block .container-fluid .link-wrapper {
  max-width: 654px;
  width: 100%;
  text-decoration: none;
  color: #1E000A;
}

.small-link-block .container-fluid .link-wrapper h2 {
  font-size: 40px;
  font-family: "literata", sans-serif;
  font-weight: 500;
  line-height: 1.3;
  padding-bottom: 14px;
}

.small-link-block .container-fluid .link-wrapper .small-link-block-text-content {
  padding-bottom: 18px;
}

.small-link-block .container-fluid .link-wrapper .small-link-block-text-content p {
  font-family: "literata", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  word-break: break-word;
}

.social-feed,
.social-feed-grid {
  position: relative;
  background-color: #F7F7F7;
}

.social-feed--header {
  text-align: center;
}

.social-feed--header h3 {
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.social-feed--filter {
  margin: 40px auto 0 auto !important;
  padding: 0;
  text-align: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-feed--filters-btn {
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  margin-right: 2px;
  overflow: hidden;
}

.social-feed--filters-btn:last-child {
  margin-right: 0;
}

.social-feed--filters-btn.is-all i {
  color: #D8D8D8;
}

.social-feed--filters-btn.is-all i::before {
  width: auto;
  margin: 0;
  font-size: 2rem;
  line-height: normal;
}

.social-feed--filters-btn.is-all.state--active i {
  color: #C80177;
}

.social-feed--filters-btn .icon-wrapper {
  width: 36px;
  height: 36px;
  display: block;
  text-align: center;
  background-color: #D8D8D8;
}

.social-feed--filters-btn.state--active .icon-wrapper {
  background-color: #C80177;
}

.social-feed--filters-btn i {
  position: relative;
  color: #fff;
  display: block;
}

.social-feed--filters-btn i::before {
  width: auto;
  margin: 0;
  line-height: 36px;
}

.social-feed--data {
  position: relative;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.social-feed--data:before, .social-feed--data:after {
  display: none;
}

.social-feed--data > div {
  opacity: 1;
  transition: opacity .5s;
}

.social-feed--data.loading > div {
  opacity: 0;
}

.social-feed--data.loading::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1.2em;
  height: 1.2em;
  margin-left: -.6em;
  margin-top: 6em;
  border-radius: 50%;
  border: 2px solid #444C55;
  border-right-color: transparent;
  border-top-color: transparent;
  -webkit-animation: rotate .5s infinite linear;
          animation: rotate .5s infinite linear;
}

.timeline {
  position: relative;
  margin-top: 0;
}

@media (max-width: 1300px) {
  .timeline {
    margin-top: 0;
  }
}

@media (max-width: 990px) {
  .timeline {
    margin-top: 0;
  }
}

.timeline:first-child {
  margin-top: 110px;
}

@media (max-width: 1300px) {
  .timeline:first-child {
    margin-top: 90px;
  }
}

@media (max-width: 990px) {
  .timeline:first-child {
    margin-top: 50px;
  }
}

.timeline--header {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 10px 0;
  position: relative;
  background-color: #fff;
  box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.1);
}

.timeline--header h2 {
  margin-bottom: 0;
}

.timeline--header.docked {
  width: 100%;
  z-index: 1000 !important;
}

.admin-bar .timeline--header.docked {
  top: 32px !important;
}

.timeline--header .meta--object {
  text-align: center;
  margin-bottom: 0;
}

.timeline--block {
  position: relative;
}

.timeline--block:last-child .timeline-content {
  padding-bottom: 100px;
}

.timeline--block .timeline-time {
  position: relative;
  width: 20%;
  padding-top: 40px;
  padding-right: 40px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

@media (max-width: 767px) {
  .timeline--block .timeline-time {
    padding-top: 20px;
    padding-right: 20px;
  }
}

.timeline--block .timeline-time time {
  font-family: "literata", sans-serif;
  font-weight: 200;
  font-size: 1.7rem;
  color: #C80177;
}

@media (max-width: 767px) {
  .timeline--block .timeline-time time {
    font-size: 1.2rem;
  }
}

.timeline--block .timeline-content {
  width: 80%;
  position: relative;
  padding-left: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 767px) {
  .timeline--block .timeline-content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.timeline--block .timeline-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  background: #D8D8D8;
}

.timeline--block .timeline-content .entry-content {
  padding-top: 12px;
}

@media (max-width: 767px) {
  .timeline--block .timeline-content .entry-content {
    padding-top: 6px;
  }
}

.timeline--block .timeline-circle {
  margin: 0;
  padding: 0;
  position: absolute;
  right: -14px;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 2px solid #C80177;
  z-index: 2;
  transition: background-color .6s;
}

@media (max-width: 767px) {
  .timeline--block .timeline-circle {
    right: -10px;
    width: 16px;
    height: 16px;
  }
}

.timeline--block .timeline-circle.bounce {
  background-color: #fff;
}

.timeline--block .timeline-circle.bounce-in {
  visibility: visible;
  background-color: #C80177;
  -webkit-animation: timeline-bounce 1s;
          animation: timeline-bounce 1s;
}
/*# sourceMappingURL=style.min.css.map */