@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

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

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-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 in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
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 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

/* ====================================================== */

/* Custom CSS here - this will be compiled into theme.css */

/* ====================================================== */
sup.modern-footnotes-footnote a {
  font-size: 14px !important;
}
.modern-footnotes-list {
  margin-left: 0 !important;
}
.modern-footnotes-list li {
  margin-bottom: 20px;
  padding-left: 0 !important;
}
.modern-footnotes-list li > span {
  color: var(--wp--preset--color--custom-dark-grey);
  margin-right: 8px;
} 
.modern-footnotes-list li > span:after {
  content: ".";
}
.modern-footnotes-list a {
  font-size: 14px;
}
.wp-block-cover {
  margin-top: 0 !important
}

.boxing-text {
  background: #E5E5E5;
}
.boxing-text .block__content_container {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.boxing-text h2 {
  margin-top: 0 !important;
  font-weight: 300 !important;
  margin-bottom: 30px;
}
.boxing-text .block__image {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .boxing-text {
    width: 120%; 
    margin-left: -10%; 
    margin-right: -10%; 
  }
  .boxing-text .block__content_container {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 15%;
    padding-right: 15%;
  }
}

@media (min-width: 992px) {
  .wp-block-cover, .wp-block-cover-image {
    min-height: 540px;
  }
}

header nav a {
  /* color: var(--wp--preset--color--dark-violet) !important; */
  color: #585150 !important;
}

.wpml-ls-sub-menu {
  background: #eee;
}

.psac-post-slider.psac-design-1 .psac-post-overlay {
  background: rgba(255,255,255,0.3) !important;
}

.psac-post-title {
  display: none;
}

:root {
  --font-sans: "IBM Plex Sans", sans-serif;
  --font-mono: "IBM Plex Mono", monospace;
}

html, body{
  background-color: var(--wp--preset--color--background);
  min-height: 100vh;
}

body {
  font-family: var(--font-mono);
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

/* Featured image */

figure.wp-block-post-featured-image{
  padding-left: 0px;
  padding-right: 0px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

@media (min-width: 768px) {

figure.wp-block-post-featured-image {
    padding-left: min(30px, 5vw);
    padding-right: min(30px, 5vw)
}
  }

figure.wp-block-post-featured-image img {
    -o-object-fit: cover;
       object-fit: cover;
  }

/* Post Content spacing */

@media (max-width: 768px) {

.wp-block-post-content {
    -webkit-margin-before: 0 !important;
            margin-block-start: 0 !important;
    padding-left: 0.75rem;
    padding-right: 0.75rem
}
    .wp-block-post-content .bf-diacritics-separator{
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
  }

.wp-block-post-content.mb-0 {
    margin-bottom: 0;
  }

.wp-block-post-content figure.wp-block-image {
    margin-top: 80px;
    margin-bottom: 80px;
    color: black;
  }

/* Image captions */

figcaption{
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  text-align: left;
  /* color: var(--wp--preset--color--violet); */
}

/* Footer */

footer {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  padding: 20px;
  padding-bottom: 40px;
  background: var(--wp--preset--color--custom-grey);
}

footer p,
  footer .wp-block-group {
    -webkit-margin-before: 5px !important;
            margin-block-start: 5px !important;
  }

footer a {
  color: var(--wp--preset--color--custom-dark-grey) !important;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}

footer p, footer a {
  font-size: 16px;
}

/* Custom separator block */

.bf-separator {
  color: var(--wp--preset--color--violet);
}

/* Pullquotes */

.bf-pullquote {
  overflow: hidden;
}

.bf-pullquote p {
    font-family: var(--font-mono);
    font-size: 18px;
  }

@media (min-width: 768px){

  .bf-pullquote p{
    font-size: 26px;
  }
}

.bf-pullquote p {
    line-height: 140%;
    font-weight: 600;
  }

/* Within WordPress content, give pullquotes at 60px margin */

.wp-block-post-content .bf-pullquote {
  margin: 60px 0 !important;
}

/* Overrides for theme variables that seem impossible to access via theme.json */

.wp-block-post-content p {
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }

.wp-block-post-content h3 {
    -webkit-margin-after: 30px;
            margin-block-end: 30px;
  }

@media screen and (max-width: 1044px) {
  .wp-block-navigation-item.wp-block-navigation-link {
    margin-right: 0px;
  }
}

@media screen and (max-width: 860px) {
  header .wp-block-navigation-item__label {
    font-size: 12px;
  }

  .wp-block-navigation__responsive-container-content .diacritics-header {
    display: none !important;
  }
}

/* Editor view for custom blocks, templates, parts */

.block-editor-block-list__block[data-type*="carbon-fields"] {
    min-height: 100px;
    border: 1px dashed grey;
    padding: 10px;
    margin: 20px;
  }

.block-editor-block-list__block[data-type*="carbon-fields"]::after {
      content: "Block type: [" attr(data-title) "]";
      font-size: 0.6rem;
      margin-top: -1.2rem;
      text-align: right;
    }

/* Typography */

h1 {
  font-family: var(--font-mono);
  font-size: 26px;
}

@media (min-width: 768px){

  h1{
    font-size: 40px;
  }
}

h1.light {
    font-weight: 300;
  }

h1.medium {
    font-weight: 500;
  }

h2 {
  font-family: var(--font-mono);
}

@media screen and (max-width: 600px) {
    h2 div.example {
      display: none;
    }
  }

h2{
  font-size: 18px;
}

@media (min-width: 768px){

  h2{
    font-size: 26px;
  }
}

h2{
  line-height: 140%;
}

h2.light {
    font-weight: 300;
  }

h2.medium {
    font-weight: 500;
  }

h3 {
  font-family: var(--font-mono);
  font-size: 16px;
}

@media (min-width: 768px){

  h3{
    font-size: 18px;
  }
}

h3.light {
    font-weight: 400;
  }

h3.medium {
    font-weight: 600;
  }

.wp-block-post-content h1,
  .wp-block-post-content h2,
  .wp-block-post-content h3 {
    margin-top: 60px;
  }

.wp-block-post-content h4 {
    margin-top: 40px;
  }

.wp-block-post-content h5 {
    margin-top: 20px;
  }

.wp-block-post-content h2,
  .wp-block-post-content h3 {
    font-weight: 500;
  }

.wp-block-post-content h3 li{
  font-size: 14px;
}

.wp-block-post-content h3 ul {
      -webkit-margin-before: 10px !important;
              margin-block-start: 10px !important;
    }

.wp-block-post-content ul,
  .wp-block-post-content ol {
    margin-left: 1em;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
    -webkit-margin-after: 10px;
            margin-block-end: 10px;
  }

.wp-block-post-content ul > li, .wp-block-post-content ol > li {
      list-style-position: outside;
      padding-left: 0.5em;
    }

.wp-block-post-content ul{
  list-style-type: disc;
}

.wp-block-post-content ol{
  list-style-type: decimal;
}

.editor-styles-wrapper ol,
.editor-styles-wrapper ul {
  list-style: initial;
}

.h4-class,
.h5-class {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

h4, h5 {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

ul{
  list-style-position: inside;
  list-style-type: disc;
}

ol{
  list-style-position: inside;
  list-style-type: decimal;
}

.para {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

@media (min-width: 768px){

  .para{
    font-size: 18px;
  }
}

.para {
  line-height: 140%;
}

p {
  font-family: var(--font-sans);
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
}

@media (min-width: 768px){

  p{
    font-size: 18px;
  }
}

p {
  line-height: 140%;
}

p.secondary {
    font-family: var(--font-mono);
    font-size: 14px;
  }

a {
  font-family: var(--font-sans);
  font-size: 16px;
}

@media (min-width: 768px){

  a{
    font-size: 18px;
  }
}

a {
  font-weight: 400;
  text-decoration: underline;
}

a.secondary {
    font-family: var(--font-mono);
    font-size: 14px;
    text-decoration: none;
  }

.wp-block-table table {
  border-collapse: collapse;
  border-color: var(--wp--preset--color--dark-violet);
  border-top: 1px solid var(--wp--preset--color--midnight-blue);
  font-size: 14px;
}

.wp-block-table table thead {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
  }

.wp-block-table table thead tr {
      vertical-align: middle;
    }

.wp-block-table table thead tr th {
        border: none;
        text-align: start;
        padding-right: 2rem;
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
      }

.wp-block-table table tbody tr {
      border-top: 1px solid var(--wp--preset--color--dark-violet);
    }

.wp-block-table table tbody tr td {
        border: none;
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-right: 1rem;
      }

@media (min-width: 768px){

  .wp-block-table table tbody tr td{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 2rem;
  }
}

.wp-block-table table tbody tr td.featured-media img {
          max-width: 25vw;
          margin-bottom: -15px;
        }

blockquote.wp-block-quote {
  padding: 2rem;
  border: none;
}
blockquote.wp-block-quote cite {
  margin-top: 1rem;
  display: inline-block;
}
blockquote.wp-block-quote em {
  font-style: normal;
}


blockquote.wp-block-quote, blockquote.wp-block-quote p{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
  font-size: 18px;
  font-weight: 300;
}

.container{
  width: 100%;
}

@media (min-width: 640px){

  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){

  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){

  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){

  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){

  .container{
    max-width: 1536px;
  }
}

#menu-active-diacritics .diacritic {
    margin-left: -2px;
  }

@media (max-width: 768px) {

header .diacritics-header .diacritic {
      margin-left: -2px
  }
    }

.bf-diacritics-horizontal {
  display: flex;
}

.bf-diacritics-horizontal .diacritic {
    margin-left: -2px;
  }

.diacritics-pq-container {
  color: white;
  display: flex;
  position: absolute;
}

@media (max-width: 768px) {
    .diacritics-pq-container.pq-bottom,
    .diacritics-pq-container.pq-left,
    .diacritics-pq-container.pq-paragraph {
      flex-direction: row;
      left: 0;
      bottom: 0;
    }
      .diacritics-pq-container.pq-bottom .diacritic, .diacritics-pq-container.pq-left .diacritic, .diacritics-pq-container.pq-paragraph .diacritic {
        margin-left: -2px;
      }
      .diacritics-pq-container.pq-bottom, .diacritics-pq-container.pq-left, .diacritics-pq-container.pq-paragraph{
    margin-bottom: 2.5rem;
  }
    .diacritics-pq-container.pq-right {
      flex-direction: row;
      right: 0;
      bottom: 0;
    }
      .diacritics-pq-container.pq-right .diacritic {
        margin-left: -2px;
      }
      .diacritics-pq-container.pq-right{
    margin-bottom: 2.5rem;
  }
  }

@media (min-width: 768px) {
    .diacritics-pq-container.pq-bottom {
      flex-direction: column;
      right: calc(25vw - 100px);
      bottom: 0;
    }
      .diacritics-pq-container.pq-bottom .diacritic {
        margin-bottom: 2px;
      }
    .diacritics-pq-container.pq-left {
      flex-direction: row;
      left: 0;
      top: 0;
    }
      .diacritics-pq-container.pq-left .diacritic {
        margin-left: 1px;
      }
      .diacritics-pq-container.pq-left{
    margin-top: 10rem;
  }
    .diacritics-pq-container.pq-right {
      flex-direction: row;
      right: 20px;
      top: 0;
    }
      .diacritics-pq-container.pq-right .diacritic {
        margin-left: 1px;
      }
      .diacritics-pq-container.pq-right{
    margin-top: 10rem;
  }
    .diacritics-pq-container.pq-paragraph {
      flex-direction: column;
      left: -40px;
      top: 10px;
    }
      .diacritics-pq-container.pq-paragraph .diacritic {
        margin-bottom: 1px;
      }
  }

/* ----------------------------------------------
 * Generated by Animista on 2022-5-3 16:38:14
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation rotate-center
 * ----------------------------------------
 */

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

@keyframes rotate-center {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(2160deg);
  }
}

.rotate-center {
  -webkit-animation: rotate-center 1.5s ease-in-out both;
  animation: rotate-center 1.5s ease-in-out both;
}

/* Media Gallery */

.bf-embed iframe {
  pointer-events: none;
}

.wp-block-embed img[mediaid], .wp-block-image img[mediaid] {
    cursor: pointer;
  }

#bf-media-gallery .preview-container iframe {
    pointer-events: none;
  }

#bf-media-gallery .gallery {
    background: var(--wp--preset--color--midnight-blue);
    transition: opacity 300ms ease;
    opacity: 0;
    z-index: 100000;
  }

#bf-media-gallery .gallery-content iframe {
      pointer-events: all;
    }

#bf-media-gallery .gallery img {
      width: 100%;
    }

#bf-media-gallery .gallery .gallery-header {
      background: var(--wp--preset--color--midnight-blue);
      position: fixed;
      z-index: 100001;
    }

#bf-media-gallery .preview-container {
    position: relative;
    cursor: pointer;
  }

#bf-media-gallery .preview-container img {
      /* border-bottom: 5px solid transparent; */
      transition: all 300ms ease;
    }

#bf-media-gallery .preview-container::before {
      content: "\e89e";
      font-family: "Material Icons";
      position: absolute;
      color: white;
      top: 5px;
      right: 10px;
      z-index: 1000;
      opacity: 0;
      transition: opacity 300ms ease;
    }

#bf-media-gallery .preview-container:hover:before {
      opacity: 1;
    }

#bf-media-gallery .preview-container:hover img,
      #bf-media-gallery .preview-container:hover iframe {
        opacity: 0.15;
        filter: grayscale(1);
      }

#bf-media-gallery .preview-container:hover .link-frame {
        opacity: 0.9;
      }

#bf-media-gallery .preview-container .link-frame {
      border: 1px solid white;
      height: 100%;
      position: absolute;
      top: 0;
      transition: opacity 300ms ease;
      opacity: 0;
    }

#bf-media-gallery .preview-container figcaption {
      display: none;
    }

#bf-media-gallery .download-bundle:after, #bf-media-gallery .close-gallery:after, #bf-media-gallery .open-gallery:after {
      color: white;
      font-family: "Material Icons";
      position: relative;
    }

@media (min-width: 768px) {

#bf-media-gallery .download-bundle:after, #bf-media-gallery .close-gallery:after, #bf-media-gallery .open-gallery:after {
        bottom: -2px
    }
      }

#bf-media-gallery .close-gallery:after {
      content: "\e5cd";
    }

#bf-media-gallery .open-gallery:after {
      content: "\e89e";
    }

#bf-media-gallery .download-bundle:after {
      content: "\e2c4";
      padding-left: 5px;
    }

#bf-media-gallery .bundle-size {
    display: none;
  }

@media (min-width: 768px) {

#bf-media-gallery .bundle-size {
      display: block;
  }
    }

#bf-media-gallery .bundle-size{
    transition: all 500ms ease-out;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
}

/* gallery custom code */
#bf-media-gallery .gallery.modal {
  overflow-x: auto !important;
}
#bf-media-gallery .gallery.modal img {
  width: 100%;
  max-width: 2000px;
  cursor: zoom-in;
  transition: all 300ms;
}
#bf-media-gallery .gallery.modal img.enlarge {
/* width: 200%; */
transform: scale(2);
transform-origin: 50% 50%;
cursor: zoom-out;
}

/* Table of contents plugin */

.wp-block-post-content .lwptoc {
  /* display: none; */
}

.lwptoc {
  z-index: 100;
  background: transparent;
  padding: 20px;
}

@media screen and (min-width: 720px) {

.lwptoc {
    padding-right: 35px;
}
  }

@media screen and (min-width: 1400px) {

.lwptoc {
    padding-right: 75px;
}
  }

.lwptoc{

  margin: -20px;
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
  transition: opacity 500ms ease;
}

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

.lwptoc_i {
    width: 100%; /* for text-overflow: ellipsis */
    padding: 0px;
    background: transparent !important;
    color: var(--wp--preset--color--violet);
  }

.lwptoc_title {
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
    color: var(--wp--preset--color--midnight-blue);
}

.lwptoc_item {
    white-space: nowrap; /* Overflow ellipsis */
    overflow: hidden; /* Overflow ellipsis */
    text-overflow: ellipsis; /* Overflow ellipsis */
    color: var(--wp--preset--color--custom-dark-grey);
  }

.lwptoc_item a,
    .lwptoc_item span {
      text-decoration: none;
      font-family: var(--font-mono);
      color: var(--wp--preset--color--custom-dark-grey);
      font-weight: 400;
      font-size: 14px;
      font-weight: 600;
    }

.lwptoc_itemWrap .lwptoc_item a, 
.lwptoc_itemWrap .lwptoc_item span {
  font-weight: 400;
}

.lwptoc_itemWrap .lwptoc_item {
  margin-bottom: 1rem;
}
.lwptoc_itemWrap .lwptoc_item .lwptoc_itemWrap .lwptoc_item {
  margin-bottom: 0;
}
.lwptoc_itemWrap .lwptoc_item a,
.lwptoc_itemWrap .lwptoc_item span {
  font-weight: 600;
}
.lwptoc_itemWrap .lwptoc_item .lwptoc_itemWrap .lwptoc_item a,
.lwptoc_itemWrap .lwptoc_item .lwptoc_itemWrap .lwptoc_item span {
  font-weight: 400;
}

@media (min-width: 768px){

  .lwptoc{
    max-width: 25vw;
  }
}

.fixed-anchor-menu {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  left: 30px;
  transition: opacity 500ms ease;
}

/* body.home header, body.page-template-default header {
      background-color: var(--wp--preset--color--blue-grey);
      border-bottom: 1px solid var(--wp--preset--color--blue-grey);
    } */

body.home .pq-light .diacritics-pq-container, body.page-template-default .pq-light .diacritics-pq-container {
        color: var(--wp--preset--color--midnight-blue);
      }

body.home .pq-dark .diacritics-pq-container, body.page-template-default .pq-dark .diacritics-pq-container {
        color: var(--wp--preset--color--custom-grey);
      }

body.home #trp-floater-ls, body.page-template-default #trp-floater-ls {
      background: var(--wp--preset--color--custom-grey) !important;
    }

/* body.archive header {
      color: white;
    } */

/* body.archive header svg {
        color: white;
      } */

body.archive .diacritic {
      border-left-color: white;
    }

body.archive .bf-pullquote p {
        color: white;
      }

/* double title styles */
.single-investigation .block__heading:last-child:not(:first-child) h1,
.single-proposition .block__heading:last-child:not(:first-child) h1,
.single-update .block__heading:last-child:not(:first-child) h1 {
  text-align: right;
  font-weight: normal;
}

/* Coloring */
.lwptoc_title,
.lwptoc_item a.active, .lwptoc_item span.active {
  color: #000 !important;
}

body[class*="archive-investigation"] .bf-pullquote p,
.single-investigation .block__heading h1,
.single-investigation figcaption,
.single-investigation .bf-meta h4, 
.single-investigation .bf-meta p,
/* .single-investigation a, */
.single-investigation blockquote.wp-block-quote cite,
.single-investigation .lwptoc_title,
.single-investigation .lwptoc_item a.active, .single-investigation .lwptoc_item span.active,
.single-investigation sup.modern-footnotes-footnote a {
  color: var(--wp--preset--color--midnight-blue) !important;
}
.single-investigation ::selection,
.single-investigation ::-moz-selection {
  background: var(--wp--preset--color--midnight-blue);
  color: #fff;
}
.single-investigation #bf-media-gallery {
  background: var(--wp--preset--color--midnight-blue);
}

body[class*="archive-proposition"] .bf-pullquote p,
.single-proposition .block__heading h1,
.single-proposition figcaption,
.single-proposition .bf-meta h4, 
.single-proposition .bf-meta p,
/* .single-proposition a, */
.single-proposition blockquote.wp-block-quote cite,
.single-proposition .lwptoc_title,
.single-proposition .lwptoc_item a.active, .single-proposition .lwptoc_item span.active,
.single-proposition sup.modern-footnotes-footnote a {
  color: var(--wp--preset--color--ultramarine) !important;
}
.single-proposition ::selection,
.single-proposition ::-moz-selection {
  background: var(--wp--preset--color--ultramarine);
  color: #fff;
}
.single-proposition #bf-media-gallery {
  background: var(--wp--preset--color--ultramarine);
}

body[class*="archive-update"] .bf-pullquote p,
.single-update .block__heading h1,
.single-update figcaption,
.single-update .bf-meta h4, 
.single-update .bf-meta p,
/* .single-update a, */
.single-update blockquote.wp-block-quote cite,
.single-update .lwptoc_title,
.single-update .lwptoc_item a.active, .single-update .lwptoc_item span.active,
.single-update sup.modern-footnotes-footnote a {
  color: var(--wp--preset--color--custom-red) !important;
}
.single-update ::selection,
.single-update ::-moz-selection {
  background: var(--wp--preset--color--custom-red);
  color: #fff;
}
.single-update #bf-media-gallery {
  background: var(--wp--preset--color--custom-red);
}

/* body[class*="archive-investigation"] header {
      background-color: var(--wp--preset--color--midnight-blue);
      border-bottom: 1px solid var(--wp--preset--color--midnight-blue);
    } */

body[class*="archive-investigation"] .bf-pullquote {
      background: transparent;
}


body[class*="archive-investigation"] #trp-floater-ls {
      background: var(--wp--preset--color--midnight-blue) !important;
    }

body[class*="archive-investigation"] #trp-floater-ls a {
        color: white !important;
      }

body[class*="archive-investigation"] #trp-floater-ls:after {
        color: white;
      }

/* body[class*="archive-position"] header {
      background-color: var(--wp--preset--color--ultramarine);
      border-bottom: 1px solid var(--wp--preset--color--ultramarine);
    } */

body[class*="archive-proposition"] .bf-pullquote {
  background: transparent;
    }

/* body[class*="archive-proposition"] .wp-block-navigation__responsive-container.is-menu-open {
      background-color: var(--wp--preset--color--ultramarine) !important;
    } */

/* body[class*="archive-proposition"] .wp-block-navigation__responsive-container-content > ul li {
          border-bottom-color: white !important;
        } */

body[class*="archive-proposition"] #trp-floater-ls {
      background: var(--wp--preset--color--ultramarine) !important;
    }

body[class*="archive-proposition"] #trp-floater-ls a {
        color: white !important;
      }

body[class*="archive-proposition"] #trp-floater-ls:after {
        color: white;
      }

/* body[class*="archive-update"] header {
      background-color: var(--wp--preset--color--dark-orange);
      border-bottom: 1px solid var(--wp--preset--color--dark-orange);
    } */

    body[class*="archive-update"] .bf-pullquote {
      background: transparent;
    }

/* body[class*="archive-update"] .wp-block-navigation__responsive-container.is-menu-open {
      background-color: var(--wp--preset--color--custom-red) !important;
    } */

/* body[class*="archive-update"] .wp-block-navigation__responsive-container-content > ul li {
          border-bottom-color: white !important;
        } */

body[class*="archive-update"] #trp-floater-ls {
      background: var(--wp--preset--color--custom-red) !important;
    }

body[class*="archive-update"] #trp-floater-ls a {
        color: white !important;
      }

body[class*="archive-update"] #trp-floater-ls:after {
        color: white;
      }

.single-investigation header .diacritic {
      color: var(--wp--preset--color--midnight-blue);
    }

.single-investigation .pq-light .diacritics-pq-container {
      color: var(--wp--preset--color--midnight-blue);
    }

.single-investigation .pq-dark .diacritics-pq-container {
      color: var(--wp--preset--color--custom-grey);
    }

.single-position header .diacritic {
      color: var(--wp--preset--color--ultramarine);
    }

.single-position .bf-pullquote {
    background: var(--wp--preset--color--ultramarine);
  }

.single-position .bf-pullquote p {
      color: white !important;
    }

.single-position .wp-block-post-content p,
    .single-position .wp-block-post-content a,
    .single-position .wp-block-post-content li,
    .single-position .wp-block-post-content h1,
    .single-position .wp-block-post-content h2,
    .single-position .wp-block-post-content h3,
    .single-position .wp-block-post-content h4,
    .single-position .wp-block-post-content h5,
    .single-position .wp-block-post-content h6,
    .single-position .block__heading p,
    .single-position .block__heading a,
    .single-position .block__heading li,
    .single-position .block__heading h1,
    .single-position .block__heading h2,
    .single-position .block__heading h3,
    .single-position .block__heading h4,
    .single-position .block__heading h5,
    .single-position .block__heading h6 {
      color: var(--wp--preset--color--ultramarine);
    }

.single-position .bf-diacritics-horizontal .diacritic {
      color: var(--wp--preset--color--ultramarine);
    }

.single-position .bf-meta *,
  .single-position .accordion-header,
  .single-position .accordion-header::after {
    color: var(--wp--preset--color--ultramarine);
  }

.single-update header .diacritic {
      border-left-color: var(--wp--preset--color--midnight-blue);
    }

.single-update .bf-pullquote {
    background: var(--wp--preset--color--custom-red);
  }

.single-update .bf-pullquote p {
      color: white !important;
    }

/* .single-update .wp-block-post-content p,
    .single-update .wp-block-post-content a,
    .single-update .wp-block-post-content li,
    .single-update .wp-block-post-content h1,
    .single-update .wp-block-post-content h2,
    .single-update .wp-block-post-content h3,
    .single-update .wp-block-post-content h4,
    .single-update .wp-block-post-content h5,
    .single-update .wp-block-post-content h6,
    .single-update .block__heading p,
    .single-update .block__heading a,
    .single-update .block__heading li,
    .single-update .block__heading h1,
    .single-update .block__heading h2,
    .single-update .block__heading h3,
    .single-update .block__heading h4,
    .single-update .block__heading h5,
    .single-update .block__heading h6 {
      color: var(--wp--preset--color--dark-orange);
    } */

.single-update .bf-diacritics-horizontal .diacritic {
      color: var(--wp--preset--color--custom-red);
    }

.single-update .bf-meta *,
  .single-update .accordion-header,
  .single-update .accordion-header::after {
    color: var(--wp--preset--color--custom-red);
  }

.bf-meta{
  padding-left: 3rem;
}

.bf-meta-item{
  margin-bottom: 1.5rem;
}

.bf-meta h4{
  margin: 0px;
}

.bf-meta p {
    margin-top: 4px;
  }

.mobile-toc {
  -webkit-margin-after: 10px !important;
          margin-block-end: 10px !important;
}

.mobile-meta {
  -webkit-margin-before: 0 !important;
          margin-block-start: 0 !important;
}

.mobile-toc,
.mobile-meta {
}

.accordion-header {
  background: var(--wp--preset--color--custom-grey);
}

.accordion-header:focus {
    outline: none;
  }

.accordion-header:after {
    content: "\e145";
    font-family: "Material Icons";
    color: var(--wp--preset--color--custom-grey);
    vertical-align: middle;
    font-weight: bolder;
  }

.accordion-content {
  background: var(--wp--preset--color--custom-grey);
}

.accordion-content .lwptoc {
    background: transparent;
    margin: 0;
    padding: 0;
  }

.accordion-content .lwptoc_header {
      display: none;
    }

.accordion-content .bf-meta {
    padding: 0;
  }

/* Header */

header {
  position: -webkit-sticky;
  position: sticky;
  top: -81px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #F3F3F3 !important;
  border-bottom: none !important;

  padding-left: 20px;
  padding-right: 20px;
  /* background: rgb(255 255 255 / 93%); */
  transition: top ease-in-out 400ms;
  z-index: 10000;
}

body.admin-bar header {
  top: 32px;
}
@media (max-width: 768px) {
  body.admin-bar header {
    top: 46px;
  }
}

header.block-editor-block-content-overlay {
    top: 0;
  }

header .wp-block-navigation-item__content {
    margin-top: -8px;
  }

header .wp-block-navigation-item__label {
    font-weight: 600;
    font-family: var(--font-mono);
    font-size: 14px;
  }

header svg {
    height: 26px;
    /* color: var(--wp--preset--color--dark-violet);  */
    color: #585150;
  }

@media (max-width: 768px) {

header {
    height: 72px
}
    header > div {
      height: 100%;
    }
  }

header.nav-open #trp-floater-ls {
      opacity: 0;
    }

/* header.is-mobile .bf-language-switcher {
      width: 70px;
    } */

.wp-block-navigation__responsive-container.is-menu-open {
  background-color: #F3F3F3 !important;
  color: white !important;
  padding-top: 24px;
  opacity: 0;
  transition: opacity 500ms ease;
}

.wp-block-navigation__responsive-container.is-menu-open svg {
    color: white;
  }

.wp-block-navigation__responsive-container.is-menu-open button.wp-block-navigation__responsive-container-close {
    top: 2px;
    right: 22px;
  }

.wp-block-navigation__responsive-container.is-menu-open button.wp-block-navigation__responsive-container-close svg {
      height: 20px;
      width: 20px;
    }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    gap: 10px;
    padding-top: 47px;
  }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > ul {
      display: flex;
      flex: 1;
      width: 100%;
      flex-direction: column;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content > ul li {
        height: 60px;
        margin: 0px;
        display: flex;
        width: 100%;
        justify-content: center;
        border-bottom-width: 1px;
        padding: 0px;
        border-bottom-color: var(--wp--preset--color--custom-dark-grey);
      }

#trp-floater-ls {
  padding-right: 15px;
  position: absolute !important;
  right: 0 !important;
  top: 12px !important;
  bottom: unset !important;
  left: unset !important;
  background: white !important;
  opacity: 0.85;
  border: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

#trp-floater-ls a {
    color: var(--wp--preset--color--midnight-blue) !important;
    font: var(--font-mono);
    font-size: 14px !important;
    font-weight: 600 !important;
  }

#trp-floater-ls:after {
    content: "\e5c5";
    font-family: "Material Icons";
    color: var(--wp--preset--color--midnight-blue);
    vertical-align: middle;
    font-weight: bolder;
    position: absolute;
    right: 5px;
    top: 7px;
  }

#trp-floater-ls .trp-language-wrap a {
    transition: all 500ms ease;
  }

#trp-floater-ls .trp-language-wrap a:hover {
      filter: invert(100);
    }

.bf-language-switcher {
  position: relative;
  width: 60px;
}

.wpml-ls-legacy-dropdown a {
  border: none;
  /* color: var(--wp--preset--color--dark-violet) !important; */
  color: #585150 !important;
  font: var(--font-mono);
  font-size: 14px !important;
  font-weight: 600 !important;
  background-color: transparent;
}

.bf-archive .archive-controls {
    border-color: var(--wp--preset--color--midnight-blue);
  }

.bf-archive table {
    border-collapse: collapse;
    border-color: var(--wp--preset--color--midnight-blue);
  }

.bf-archive table thead {
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
    }

.bf-archive table thead tr {
        vertical-align: middle;
      }

.bf-archive table thead tr th {
          text-align: start;
          padding-right: 2rem;
  font-family: var(--font-mono);
  font-size: 14px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.15em;
        }

.bf-archive table tbody {
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
    }

.bf-archive table tbody tr {
        border-top: 1px solid var(--wp--preset--color--midnight-blue);
      }

.bf-archive table tbody tr td{
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 768px){

  .bf-archive table tbody tr td{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-right: 2rem;
  }
}

.bf-archive table tbody tr td.featured-media img {
            max-width: 25vw;
            margin-bottom: -15px;
          }

.bf-archive table tbody tr{
        transition: background 0.3s ease;
}

.bf-archive table tbody tr:hover {
          /* background: var(--wp--preset--color--blue-grey); */
          background: #E5E5E5;
          cursor: pointer;
        }

.bf-archive figcaption,
  .bf-archive .link-frame {
    display: none;
  }

.pointer-events-none{
  pointer-events: none;
}

.pointer-events-auto{
  pointer-events: auto;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

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

.top-0{
  top: 0px;
}

.left-0{
  left: 0px;
}

.-left-4{
  left: -1rem;
}

.-bottom-8{
  bottom: -2rem;
}

.mx-auto{
  margin-left: auto;
  margin-right: auto;
}

.mt-0{
  margin-top: 0px;
}

.mr-5{
  margin-right: 1.25rem;
}

.mb-3{
  margin-bottom: 0.75rem;
}

.mr-3{
  margin-right: 0.75rem;
}

.ml-6{
  margin-left: 1.5rem;
}

.ml-2{
  margin-left: 0.5rem;
}

.mr-2{
  margin-right: 0.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.-mt-\[15px\]{
  margin-top: -15px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-0{
  height: 0px;
}

.h-14{
  height: 3.5rem;
}

.h-20{
  height: 5rem;
}

.h-full{
  height: 100%;
}

.h-10{
  height: 2.5rem;
}

.h-\[15px\]{
  height: 15px;
}

.w-full{
  width: 100%;
}

.w-auto{
  width: auto;
}

.w-screen{
  width: 100vw;
}

.table-auto{
  table-layout: auto;
}

.transform{
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer{
  cursor: pointer;
}

.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.flex-row{
  flex-direction: row;
}

.flex-col{
  flex-direction: column;
}

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

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-5{
  gap: 1.25rem;
}

.gap-3{
  gap: 0.75rem;
}

.space-y-40 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10rem * var(--tw-space-y-reverse));
}

.overflow-auto{
  overflow: auto;
}

.overflow-y-auto{
  overflow-y: auto;
}

.overflow-x-hidden{
  overflow-x: hidden;
}

.rounded-md{
  border-radius: 0.375rem;
}

.border-y-2{
  border-top-width: 2px;
  border-bottom-width: 2px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-solid{
  border-style: solid;
}

.border-none{
  border-style: none;
}

.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.bg-midnightBlue{
  background-color: var(--wp--preset--color--blue-midnight);
}

.bg-blueGrey{
  background-color: transparent; /*(--wp--preset--color--blue-grey)*/;
}

.bg-clip-padding{
  background-clip: padding-box;
}

.p-2{
  padding: 0.5rem;
}

.p-4{
  padding: 1rem;
}

.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-32{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.pr-0{
  padding-right: 0px;
}

.pl-3{
  padding-left: 0.75rem;
}

.pr-4{
  padding-right: 1rem;
}

.pl-10{
  padding-left: 2.5rem;
}

.pl-5{
  padding-left: 1.25rem;
}

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

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

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

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

.text-base{
  font-size: 14px;
}

.font-semibold{
  font-weight: 600;
}

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

.font-extrabold{
  font-weight: 800;
}

.font-medium{
  font-weight: 500;
}

.uppercase{
  text-transform: uppercase;
}

.capitalize{
  text-transform: capitalize;
}

.leading-10{
  line-height: 2.5rem;
}

.tracking-\[\.15em\]{
  letter-spacing: .15em;
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-current{
  color: currentColor;
}

.text-blueGrey{
  color: var(--wp--preset--color--blue-grey);
}

.text-midnightBlue{
  color: var(--wp--preset--color--blue-midnight);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mbs-0 {
  -webkit-margin-before: 0;
          margin-block-start: 0;
}

/* Color helpers */

.bf-color-investigation {
  color: var(--wp--preset--color--midnight-blue);
  }

.bf-color-proposition {
  color: var(--wp--preset--color--ultramarine);
  }

.bf-color-update {
    color: var(--wp--preset--color--custom-red);
  }

html.magnifying > body {
  overflow-x: hidden !important;
}

.magnify,
.magnify > .magnify-lens,
.magnify-mobile,
.lens-mobile { /* Reset */
  min-width: 0;
  min-height: 0;
  -webkit-animation: none;
          animation: none;
  border: none;
  float: none;
  margin: 0;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  text-indent: 0;
  transform: none;
  transition: none;
}

.magnify {
  position: relative;
  width: auto;
  height: auto;
  box-shadow: none;
  display: inline-block;
  z-index: inherit;
}

.magnify > .magnify-lens { /* Magnifying lens */
  position: absolute;
  width: 200px;
  height: 200px;
  border-radius: 100%;
  /* Multiple box shadows to achieve the glass lens effect */
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.85),
    0 0 7px 7px rgba(0, 0, 0, 0.25),
    inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
  cursor: none;
  display: none;
  z-index: 99;
}

.magnify > .magnify-lens.loading {
  background: #333 !important;
  opacity: 0.8;
}

.magnify > .magnify-lens.loading:after { /* Loading text */
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  color: #fff;
  content: 'Loading...';
  font: italic normal 16px/1 Calibri, sans-serif;
  letter-spacing: 1px;
  margin-top: -8px;
  text-align: center;
  text-shadow: 0 0 2px rgba(51, 51, 51, 0.8);
  text-transform: none;
}

.magnify > .magnify-lens {
  width: 300px;
  height: 300px;
}

.first\:border-t-0:first-child{
  border-top-width: 0px;
}

@media (min-width: 768px){

  .md\:mr-0{
    margin-right: 0px;
  }

  .md\:ml-2{
    margin-left: 0.5rem;
  }

  .md\:mr-2{
    margin-right: 0.5rem;
  }

  .md\:mt-16{
    margin-top: 4rem;
  }

  .md\:inline{
    display: inline;
  }

  .md\:flex{
    display: flex;
  }

  .md\:table-cell{
    display: table-cell;
  }

  .md\:table-header-group{
    display: table-header-group;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-\[50px\]{
    height: 50px;
  }

  .md\:max-w-\[65\%\]{
    max-width: 65%;
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:justify-between{
    justify-content: space-between;
  }

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:border-b-0{
    border-bottom-width: 0px;
  }

  .md\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-40{
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:px-\[25vw\]{
    padding-left: 25vw;
    padding-right: 25vw;
  }

  .md\:pl-4{
    padding-left: 1rem;
  }

  .md\:align-baseline{
    vertical-align: baseline;
  }

  .md\:first\:border-t:first-child{
    border-top-width: 1px;
  }
}

.sib-form .sib-form-block__button {
  color: var(--wp--preset--color--custom-dark-grey) !important;
}
.wp-site-blocks .wp-block-columns .wp-block-column .alignfull {
  margin-left: -100% !important;
  margin-right: -100% !important;
  padding-left: 100%;
  padding-right: 100%;
  width: auto !important;
}
.border-top {
  border-top: 1px solid;
  padding-top: 10px;
}
.border-bottom {
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

@media (min-width: 1024px){

  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (min-width: 1280px){

  .xl\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (min-width: 1536px){

  .\32xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}
