@charset "UTF-8";
/*!
Theme Name: bkk
Theme URI: http://underscores.me/
Author: André Kelling
Author URI: https://andrekelling.de/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bkk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

bkk is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Vendors
# Typography
# Elements
	## Icons
# Forms
# Layout + Header + Footer
	## Posts and pages
	## Comments
# Navigation
	## Links
	## Menus
# Widgets
# Shortcodes
# Blocks Gutenberg
# Media
	## Captions
	## Galleries
	## Lightbox
	## Audio
# Multisite
# Tools
# Print
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colours

// keep colours in sync with wp/wp-content/themes/bkk/functions.php bkk_gutenberg_color_palette()
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typo
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Colours

// keep colours in sync with wp/wp-content/themes/bkk/functions.php bkk_gutenberg_color_palette()
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typo
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Misc
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* stylelint-disable */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

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

/* Grouping content ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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; }

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

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

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */
[type="search"]::-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 */ }

/* stylelint-enable */
/* Interactive ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*--------------------------------------------------------------
# Vendors
--------------------------------------------------------------*/
/*!
 * baguetteBox.js
 * @author  feimosi
 * @version %%INJECT_VERSION%%
 * @url https://github.com/feimosi/baguetteBox.js
 */
#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  transition: opacity .5s ease; }
  #baguetteBox-overlay.visible {
    opacity: 1; }
  #baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    #baguetteBox-overlay .full-image figure {
      display: inline;
      margin: 0;
      height: 100%; }
    #baguetteBox-overlay .full-image img {
      display: inline-block;
      width: auto;
      height: auto;
      max-height: 100%;
      max-width: 100%;
      vertical-align: middle;
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }
    #baguetteBox-overlay .full-image figcaption {
      display: block;
      position: absolute;
      bottom: 0;
      width: 100%;
      text-align: center;
      line-height: 1.8;
      white-space: normal;
      color: #ccc;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      font-family: sans-serif; }
    #baguetteBox-overlay .full-image:before {
      content: "";
      display: inline-block;
      height: 50%;
      width: 1px;
      margin-right: -1px; }

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  transition: left .4s ease, transform .4s ease; }
  #baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
            animation: bounceFromRight .4s ease-out; }
  #baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
            animation: bounceFromLeft .4s ease-out; }

@-webkit-keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromRight {
  0% {
    margin-left: 0; }
  50% {
    margin-left: -30px; }
  100% {
    margin-left: 0; } }

@-webkit-keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

@keyframes bounceFromLeft {
  0% {
    margin-left: 0; }
  50% {
    margin-left: 30px; }
  100% {
    margin-left: 0; } }

.baguetteBox-button#next-button, .baguetteBox-button#previous-button {
  top: 50%;
  top: calc(50% - 30px);
  width: 44px;
  height: 60px; }

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  transition: background-color .4s ease; }
  .baguetteBox-button:focus, .baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, 0.9); }
  .baguetteBox-button#next-button {
    right: 2%; }
  .baguetteBox-button#previous-button {
    left: 2%; }
  .baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px; }
  .baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0; }

/*
    Preloader
    Borrowed from http://tobiasahlin.com/spinkit/
*/
.baguetteBox-spinner {
  width: 40px;
  height: 40px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px; }

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: .6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
          animation: bounce 2s infinite ease-in-out; }

.baguetteBox-double-bounce2 {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }

@-webkit-keyframes bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

@keyframes bounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/**
 * wallop.css
 *
 * @fileoverview Default styles for wallop – recommended
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
/*
  This is the top-level selector

  It should be relative positioned
  to allow the children to be positioned absolutely
  relative to this
 */
.Wallop {
  position: relative; }

/*
  This element groups all the items, but not the buttons

  It's a recommendation but it's very likely
  you'll want to hide any overflow from the items
  Especially when doing animations such as scale
 */
.Wallop-list {
  position: relative;
  overflow: hidden; }

/*
  This is the item element

  By default, they are all hidden and
  positioned absolute
  I recommend always having .Wallop-item--current
  in your markup by default (probably on the first element)
 */
.Wallop-item {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; }

/*
  This is the current item element

  All we do here, is make it visible again reset
  the position to static. Could also be relative
 */
.Wallop-item--current {
  visibility: visible;
  position: relative; }

/**
 * wallop--fade.css
 *
 * @fileoverview Fade animation for wallop
 *
 * @author Pedro Duarte
 * @author http://pedroduarte.me/wallop
 */
.Wallop--fade .Wallop-item--hidePrevious,
.Wallop--fade .Wallop-item--hideNext {
  visibility: visible;
  -webkit-animation: fadeOut 850ms cubic-bezier(0.46, 0.03, 0.52, 0.96) both;
          animation: fadeOut 850ms cubic-bezier(0.46, 0.03, 0.52, 0.96) both; }

.Wallop--fade .Wallop-item--showPrevious,
.Wallop--fade .Wallop-item--showNext {
  visibility: hidden;
  -webkit-animation: fadeIn 850ms cubic-bezier(0.46, 0.03, 0.52, 0.96) both;
          animation: fadeIn 850ms cubic-bezier(0.46, 0.03, 0.52, 0.96) both; }

/*
  In order to fade out properly we need to make sure
  that the item that is going to be the previous one
  has a higer z-index that the next one
 */
.Wallop--fade .Wallop-item--hidePrevious,
.Wallop--fade .Wallop-item--hideNext {
  z-index: 2; }

.Wallop--fade .Wallop-item--showPrevious,
.Wallop--fade .Wallop-item--showNext {
  z-index: 1; }

/*==========  FADE ANIMATIONS  ==========*/
@-webkit-keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden; } }
@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    visibility: visible; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1;
    visibility: visible; } }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: 'TheMix-Plain';
  src: local("TheMix-Plain"), local("TheMix-Plain"), url("fonts/the-mix.woff2") format("woff2"), url("fonts/the-mix.woff") format("woff"); }

body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: "Source Sans Pro", sans-serif;
  color: #000;
  margin-top: 0;
  padding-top: 1rem; }

h1,
h2,
h3 {
  font-weight: 600; }

h1 {
  margin-bottom: 0;
  line-height: 1; }

h2,
h3 {
  font-size: 3em;
  font-weight: bold;
  color: #0077B3; }

h3 {
  font-size: 1.4em; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  color: cadetblue; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 1.4rem; }

abbr,
acronym {
  border-bottom: 1px dotted #D0D5DD;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.entry-content p {
  margin-top: 0; }

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

.fw-light {
  font-weight: lighter; }

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
  min-width: 300px; }
  @media (min-width: 1720px) {
    html {
      font-size: 75%; } }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

hr {
  background-color: #E3E6EB;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 2em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-spacing: 0; }

a {
  color: #C00D0D;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: #09abff; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

.svg-icon-lib {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

[class^='icon-'],
[class*=' icon-'] {
  display: inline-block;
  width: 1em;
  height: 1em; }

.icon--primary {
  fill: #0077B3; }

.icon--white {
  fill: #fff; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button {
  border: none;
  outline: 0;
  cursor: pointer; }

.btn,
.qmn_btn,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: inline-block;
  padding: 0 1.5rem 0.2rem;
  font-size: 1.8rem;
  border-radius: 2.4rem;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border: none;
  text-decoration: none;
  transition: opacity .8s, color .8s, background-color .8s;
  cursor: pointer; }
  .btn:hover, .btn:active, .btn:focus,
  .qmn_btn:hover,
  .qmn_btn:active,
  .qmn_btn:focus,
  input[type="button"]:hover,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    opacity: 0.9;
    outline: 0; }

.btn--primary,
input[type="submit"],
input[type="reset"] {
  background: #0077B3;
  color: #fff; }
  .btn--primary:hover, .btn--primary:active, .btn--primary:focus,
  input[type="submit"]:hover,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="reset"]:hover,
  input[type="reset"]:active,
  input[type="reset"]:focus {
    color: #fff; }

.btn--secondary {
  background: #C00D0D;
  color: #fff; }
  .btn--secondary:hover, .btn--secondary:active, .btn--secondary:focus {
    color: #fff; }

.btn--white {
  background: #fff;
  color: #0077B3; }
  .btn--white:hover, .btn--white:active, .btn--white:focus {
    color: #0077B3; }

.btn--ghost {
  cursor: auto; }

.btn-reset {
  background: transparent;
  border: none;
  padding: 0; }

.wp-block-button .has-secondary-color {
  border-color: #C00D0D; }

.wp-block-button .has-primary-color {
  border-color: #0077B3; }

.wp-block-button .has-white-color {
  border-color: #fff; }

.wp-block-button .has-black-color {
  border-color: #000; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #D0D5DD;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

input[type="checkbox"],
input[type="radio"] {
  opacity: 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding-left: .5em;
  top: -.1em; }
  input[type="checkbox"] + label:after, input[type="checkbox"] + label:before,
  input[type="radio"] + label:after,
  input[type="radio"] + label:before {
    content: '';
    display: block;
    position: absolute;
    top: .1em;
    left: -1.2em;
    width: 1.1em;
    height: 1.1em;
    background-color: #fff; }
  input[type="checkbox"] + label:after,
  input[type="radio"] + label:after {
    top: .45em;
    left: -.85em;
    width: .4em;
    height: .4em; }
  input[type="checkbox"] + label:before,
  input[type="radio"] + label:before {
    border: 2px solid #C00D0D; }

input[type="checkbox"]:checked + label:after,
input[type="radio"]:checked + label:after {
  background-color: #C00D0D; }

input[type="radio"] + label:after, input[type="radio"] + label:before {
  border-radius: 50%; }

/*--------------------------------------------------------------
# Layout + Header + Footer
--------------------------------------------------------------*/
.site-header,
.content-area .entry-header,
.content-area .entry-content,
.content-area .entry-footer,
.site-info {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 380px) {
    .site-header,
    .content-area .entry-header,
    .content-area .entry-content,
    .content-area .entry-footer,
    .site-info {
      padding-left: 2rem;
      padding-right: 2rem; } }
  @media (min-width: 576px) {
    .site-header,
    .content-area .entry-header,
    .content-area .entry-content,
    .content-area .entry-footer,
    .site-info {
      padding-left: 3rem;
      padding-right: 3rem; } }

.alignfull > .wp-block-group__inner-container {
  padding-left: 2rem;
  padding-right: 2rem; }
  @media (min-width: 380px) {
    .alignfull > .wp-block-group__inner-container {
      padding-left: 3rem;
      padding-right: 3rem; } }

.site-header,
.main-navigation__inner,
.content-area .entry-header,
.content-area .entry-content,
.alignfull > .wp-block-group__inner-container,
.content-area .entry-footer,
.site-footer__wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px; }

.site-content {
  position: relative;
  z-index: 1; }

.content-area {
  margin-top: .6rem; }
  @media (min-width: 576px) {
    .content-area {
      margin-top: 0; } }

.alignwide,
.alignfull {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw); }

.error-404 {
  max-width: 40rem;
  margin: 6rem auto;
  text-align: center; }
  .error-404__emoji {
    font-size: 6em;
    line-height: 1; }

.site-header {
  min-height: 14rem; }
  @media (min-width: 576px) {
    .site-header {
      display: flex;
      justify-content: space-between; } }

.site-logo > img {
  display: block; }

@media (min-width: 576px) {
  .site-logo {
    order: 2;
    width: 74rem;
    max-width: 62%; } }

@media (min-width: 1360px) {
  .site-logo {
    max-width: 57%; } }

.site-branding {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center; }
  .site-branding > img {
    display: inline-block;
    max-width: 21rem; }
  @media (min-width: 576px) {
    .site-branding {
      max-width: 34%;
      margin-top: 1rem;
      text-align: left; }
      .site-branding > img {
        max-width: 100%; } }

.breadcrumbs {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.breadcrumbs [property="itemListElement"] {
  margin-right: 1rem; }
  .breadcrumbs [property="itemListElement"]:not(:last-of-type):after {
    content: '';
    display: inline-block;
    position: relative;
    height: .4em;
    width: .4em;
    top: .4em;
    left: .25em;
    border-style: solid;
    border-width: .1em .1em 0 0;
    border-color: #0077B3;
    vertical-align: top;
    transform: rotate(45deg);
    z-index: 0; }

.site-footer {
  background-color: #0077B3; }

.site-footer,
.site-footer a {
  color: #fff; }

[class^="menu-footer-"],
[class*="menu-footer-"] {
  min-width: 40%;
  margin-top: 2rem; }
  [class^="menu-footer-"] ul,
  [class*="menu-footer-"] ul {
    list-style: none;
    margin: 1em 0;
    padding: 0; }
  [class^="menu-footer-"] a,
  [class*="menu-footer-"] a {
    line-height: 2.5;
    font-weight: bold; }
  @media (min-width: 380px) {
    [class^="menu-footer-"],
    [class*="menu-footer-"] {
      margin-top: 0; } }

.site-info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media (min-width: 380px) {
    .site-info {
      flex-direction: row; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.entry-header {
  padding-top: 1rem; }

.type-page .entry-header {
  padding-top: 0;
  margin-bottom: 2rem; }
  .type-page .entry-header__background {
    border-radius: 1.5rem;
    height: 30rem;
    width: 100%;
    padding: 2rem 3rem;
    background: #0077B3 url("/wp-content/themes/bkk/images/header-topic.png") no-repeat 50% 0;
    background-size: cover; }
    .page-id-17 .type-page .entry-header__background {
      background-image: url("/wp-content/themes/bkk/images/header-webinare.png"); }
    .page-id-18 .type-page .entry-header__background {
      background-image: url("/wp-content/themes/bkk/images/header-podcast.png"); }
    @media (min-width: 380px) {
      .type-page .entry-header__background {
        height: 400px; } }
  .type-page .entry-header__title-img {
    display: inline-block;
    max-width: 34px;
    margin-right: .5rem; }
    @media (min-width: 380px) {
      .type-page .entry-header__title-img {
        max-width: 38px; } }
    @media (min-width: 768px) {
      .type-page .entry-header__title-img {
        max-width: 58px; } }
  .type-page .entry-header .entry-title {
    display: inline-block;
    vertical-align: top;
    font-size: 23px;
    padding-top: 0.1em;
    color: #fff;
    font-style: italic;
    font-family: 'TheMix-Plain', serif;
    font-weight: bold;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto; }
    @media (min-width: 380px) {
      .type-page .entry-header .entry-title {
        font-size: 26px; } }
    @media (min-width: 768px) {
      .type-page .entry-header .entry-title {
        font-size: 36px; } }
  .type-page .entry-header .entry-image img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 100%;
    width: 340px;
    margin-top: -2rem; }
    @media (min-width: 380px) {
      .type-page .entry-header .entry-image img {
        margin-top: -3rem; } }

.entry-background {
  background-color: #E3E6EB;
  overflow: hidden; }

.updated:not(.published) {
  display: none; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.edit-link {
  display: block;
  margin: 1rem 0;
  font-weight: bold; }
  .edit-link:before {
    content: '< '; }
  .edit-link:after {
    content: ' >'; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.menu-toggle {
  position: relative;
  display: inline-block;
  width: 2.7em;
  height: 2.7em;
  margin-bottom: .3rem;
  right: 1rem;
  font-size: 1.6rem;
  padding: 0;
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer; }
  @media (min-width: 380px) {
    .menu-toggle {
      right: 2rem; } }
  .menu-toggle__inner, .menu-toggle__inner:after, .menu-toggle__inner:before {
    position: absolute;
    width: 2.7em;
    height: 0.54em;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: .1rem;
    background-color: #0077B3; }
  .menu-toggle__inner {
    top: 1.17em;
    transition-timing-function: cubic-bezier(0.55, 0.05, 0.67, 0.19);
    transition-duration: .22s; }
    .menu-toggle__inner:before, .menu-toggle__inner:after {
      display: block;
      content: ""; }
    .menu-toggle__inner:before {
      top: -0.9em;
      transition: top .1s ease-in .25s, opacity .1s ease-in; }
    .menu-toggle__inner:after {
      bottom: -0.9em;
      transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.05, 0.67, 0.19); }
  .toggled .menu-toggle .menu-toggle__inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(0.21, 0.61, 0.35, 1);
    transform: rotate(225deg); }
    .toggled .menu-toggle .menu-toggle__inner:before {
      top: 0;
      transition: top .1s ease-out, opacity .1s ease-out .12s;
      opacity: 0; }
    .toggled .menu-toggle .menu-toggle__inner:after {
      bottom: 0;
      transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.21, 0.61, 0.35, 1) 0.12s;
      transform: rotate(-90deg); }

/* Small menu. */
.main-navigation .nav-menu {
  display: none; }

.main-navigation.toggled .nav-menu {
  display: block; }

@media (min-width: 576px) {
  .menu-toggle {
    display: none; }
  .main-navigation .menu {
    display: block; } }

.main-navigation {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: #fff;
  z-index: 50; }
  .main-navigation__inner {
    position: relative;
    text-align: right; }
    @media (min-width: 576px) {
      .main-navigation__inner {
        display: flex;
        text-align: center; } }
  .main-navigation__nav {
    display: inline-block;
    margin: .3rem 0 .3rem 1rem; }
    .main-navigation__nav .wpml-ls-legacy-list-horizontal a,
    .main-navigation__nav a {
      display: block;
      position: relative;
      width: 1.8em;
      height: 1.8em;
      padding: 0;
      font-size: 2.3rem;
      line-height: 1.4;
      border: 2px solid #0077B3;
      text-align: center;
      color: #0077B3;
      transition: all .3s; }
  .main-navigation .wpml-ls-legacy-list-horizontal {
    clear: none;
    border: none;
    padding: 0; }
    .main-navigation .wpml-ls-legacy-list-horizontal > ul {
      padding: 0;
      margin: 0;
      list-style-type: none; }
  .main-navigation__logo {
    display: block;
    position: absolute;
    width: 4rem;
    margin: 0;
    top: 10%;
    left: 1rem;
    z-index: 2;
    opacity: 0; }
    .main-navigation__logo > img {
      display: block; }
    @media (min-width: 576px) {
      .main-navigation__logo {
        width: 3rem; } }
  .main-navigation.active {
    z-index: 90;
    padding-bottom: 0; }
    .main-navigation.active .main-navigation__nav a {
      font-size: 1.5rem; }
    .main-navigation.active .main-navigation__logo {
      opacity: 1;
      transition: opacity .3s .3s ease-out, transform .3s .3s ease-out; }
  @media (min-width: 380px) {
    .main-navigation.active .main-navigation__nav a {
      font-size: 2.3rem; }
    .main-navigation.active .menu-toggle {
      font-size: 1.6rem; }
    .main-navigation.active .main-navigation__logo {
      transform: translateY(0.5rem); } }

.main-navigation .nav-menu {
  list-style: none;
  margin: 0;
  padding-left: 0;
  transition: top .3s; }
  .main-navigation .nav-menu .sub-menu {
    position: absolute;
    width: 100%;
    margin: 0;
    padding-left: 0;
    top: 100%;
    left: -999em;
    font-size: 0.9em;
    z-index: 51;
    list-style: none; }
    .main-navigation .nav-menu .sub-menu ul {
      list-style: none; }
      .main-navigation .nav-menu .sub-menu ul a {
        padding-left: 4.5rem;
        font-weight: normal; }
    .main-navigation .nav-menu .sub-menu a {
      background-color: #fff;
      border-bottom: 1px solid #0077B3; }
      .main-navigation .nav-menu .sub-menu a:hover, .main-navigation .nav-menu .sub-menu a:focus {
        color: #0077B3; }
  .main-navigation .nav-menu li.current_page_ancestor > ul,
  .main-navigation .nav-menu li.current_page_item > ul,
  .main-navigation .nav-menu li.focus > ul {
    position: relative;
    left: auto;
    right: 0; }
    @media (min-width: 576px) {
      .main-navigation .nav-menu li.current_page_ancestor > ul,
      .main-navigation .nav-menu li.current_page_item > ul,
      .main-navigation .nav-menu li.focus > ul {
        position: absolute; } }
  @media (min-width: 576px) {
    .main-navigation .nav-menu li.current_page_ancestor > ul {
      left: -999em;
      right: auto; }
    .main-navigation .nav-menu li:hover > ul {
      left: auto;
      right: 0; } }
  .main-navigation .nav-menu li.current_page_ancestor > a,
  .main-navigation .nav-menu li.current_page_item > a {
    color: #0077B3;
    border-bottom: 5px solid #0077B3; }
  .main-navigation .nav-menu li {
    position: relative;
    width: 100%;
    min-width: 30rem; }
    @media (min-width: 576px) {
      .main-navigation .nav-menu li {
        min-width: 0; } }
  .main-navigation .nav-menu .menu-item-has-children > a:after {
    content: '';
    display: inline-block;
    position: relative;
    height: .4em;
    width: .4em;
    top: .4em;
    left: .25em;
    border-style: solid;
    border-width: .1em .1em 0 0;
    border-color: #0077B3;
    vertical-align: top;
    transform: rotate(45deg);
    z-index: 0; }
  .main-navigation .nav-menu .menu-item-has-children > a:after {
    left: .7em;
    transform: rotate(135deg); }
  .main-navigation .nav-menu a {
    display: block;
    padding: 1.5rem 1rem;
    font-weight: bold;
    border-top: 1px solid #0077B3;
    text-align: center;
    background-color: #fff;
    color: #000; }
    @media (min-width: 576px) {
      .main-navigation .nav-menu a {
        padding: .5rem 2rem;
        border-top: none; } }
    .main-navigation .nav-menu a:hover, .main-navigation .nav-menu a:focus {
      color: #0077B3; }
  @media (min-width: 576px) {
    .main-navigation .nav-menu {
      display: flex;
      float: right;
      position: relative;
      width: 74rem;
      max-width: 62%;
      top: -120%; }
      .main-navigation .nav-menu .active {
        top: 0; } }
  @media (min-width: 1360px) {
    .main-navigation .nav-menu {
      max-width: 57%; } }

@media (min-width: 576px) {
  .main-navigation.active {
    box-shadow: 1px 2px 2px 0 #E3E6EB; }
  .main-navigation.active .nav-menu {
    top: 0; } }

.menu-main-menu-container,
.menu-main-menu-en-container,
.menu-menu-english-container {
  position: absolute;
  width: 100%;
  right: 0;
  top: 100%;
  box-shadow: 1px 2px 2px 0 #E3E6EB; }
  @media (min-width: 576px) {
    .menu-main-menu-container,
    .menu-main-menu-en-container,
    .menu-menu-english-container {
      position: inherit;
      box-shadow: 0 0 0 0 #fff; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

/*--------------------------------------------------------------
# Shortcodes
--------------------------------------------------------------*/
.formidable {
  padding-bottom: 6rem; }
  .formidable__form {
    display: flex;
    flex-wrap: wrap;
    padding: 1.6rem 0 .6rem;
    margin-bottom: 2rem; }
    .formidable__form > div {
      display: flex;
      align-items: center;
      margin-right: 2rem;
      margin-bottom: 1rem; }
    .formidable__form > div:first-of-type {
      margin-right: 8rem; }
  .formidable__title {
    font-size: 1.4em;
    margin: 0;
    padding: 0; }
  .formidable__label {
    margin-right: 1rem; }
  .formidable__results {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr; }
    @media (min-width: 576px) {
      .formidable__results {
        grid-template-columns: 1fr 1fr; } }
    @media (min-width: 768px) {
      .formidable__results {
        grid-template-columns: 1fr 1fr 1fr; } }
    .formidable__results.loading {
      display: block;
      opacity: .5;
      text-align: center; }

.lds-grid {
  display: none;
  position: relative;
  width: 20vw;
  height: 20vw; }
  .loading > .lds-grid {
    display: inline-block; }
  .lds-grid div {
    position: absolute;
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    background: #C00D0D;
    -webkit-animation: lds-grid 1.2s linear infinite;
            animation: lds-grid 1.2s linear infinite; }
    .lds-grid div:nth-child(1) {
      top: 2vw;
      left: 2vw;
      -webkit-animation-delay: 0s;
              animation-delay: 0s; }
    .lds-grid div:nth-child(2) {
      top: 2vw;
      left: 8vw;
      -webkit-animation-delay: -.4s;
              animation-delay: -.4s; }
    .lds-grid div:nth-child(3) {
      top: 2vw;
      left: 14vw;
      -webkit-animation-delay: -.8s;
              animation-delay: -.8s; }
    .lds-grid div:nth-child(4) {
      top: 8vw;
      left: 2vw;
      -webkit-animation-delay: -.4s;
              animation-delay: -.4s; }
    .lds-grid div:nth-child(5) {
      top: 8vw;
      left: 8vw;
      -webkit-animation-delay: -.8s;
              animation-delay: -.8s; }
    .lds-grid div:nth-child(6) {
      top: 8vw;
      left: 14vw;
      -webkit-animation-delay: -1.2s;
              animation-delay: -1.2s; }
    .lds-grid div:nth-child(7) {
      top: 14vw;
      left: 2vw;
      -webkit-animation-delay: -.8s;
              animation-delay: -.8s; }
    .lds-grid div:nth-child(8) {
      top: 14vw;
      left: 8vw;
      -webkit-animation-delay: -1.2s;
              animation-delay: -1.2s; }
    .lds-grid div:nth-child(9) {
      top: 14vw;
      left: 14vw;
      -webkit-animation-delay: -1.6s;
              animation-delay: -1.6s; }

@-webkit-keyframes lds-grid {
  0%,
  100% {
    opacity: 1; }
  50% {
    opacity: .5; } }

@keyframes lds-grid {
  0%,
  100% {
    opacity: 1; }
  50% {
    opacity: .5; } }

/*--------------------------------------------------------------
# Blocks Gutenberg
--------------------------------------------------------------*/
.bl-cb {
  border: 0.5rem solid #fff; }
  .bl-cb__row-container {
    margin-left: -20px;
    margin-right: -20px; }
  .bl-cb__ratio {
    overflow: hidden;
    height: 0;
    padding-top: 86%; }
    @media (min-width: 768px) {
      .bl-cb__ratio--twothird {
        padding-top: 40%; }
      .bl-cb__ratio--half {
        padding-top: 54.65%; } }
  .bl-cb__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    padding: 2rem;
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden; }
    .bl-cb__inner--center {
      background-position: center; }
    .bl-cb__inner--right {
      background-position: right; }
  .bl-cb--embed .bl-cb__inner {
    padding: 0;
    background-color: #004467; }
  .bl-cb--embed figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    margin: 0; }
  .bl-cb--embed .wp-block-embed__wrapper {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .bl-cb--embed iframe {
    height: 181px; }
  .bl-cb__link {
    transition: opacity .2s ease-in-out; }
    .bl-cb__link:not(:empty):before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      height: 50%;
      top: 50%;
      content: '';
      z-index: 1;
      opacity: .9;
      background: linear-gradient(to top, #0077B3, #0077B3 20%, transparent);
      background-repeat: no-repeat;
      transition: opacity .2s ease-in-out, top .3s ease-in-out; }
    .bl-cb__link:not(:empty):hover:before, .bl-cb__link:not(:empty):focus:before {
      opacity: .7; }
    .bl-cb__link:empty:hover, .bl-cb__link:empty:focus {
      opacity: .7; }
  .bl-cb__content {
    position: absolute;
    text-align: center;
    width: 100%;
    bottom: 2rem;
    left: 0;
    padding: 0 2rem;
    z-index: 5; }
  .bl-cb__title {
    padding-top: 0;
    font-size: 1em;
    line-height: 1; }
    @media (min-width: 1360px) {
      .bl-cb__title {
        font-size: 1.2em; } }
  .bl-cb__videotitle {
    text-align: right; }
  .bl-cb__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    cursor: pointer; }
    .bl-cb__video svg {
      position: relative;
      top: 50%;
      transform: translateY(-50%);
      width: 5em;
      height: 5em;
      transition: all .6s; }
    .bl-cb__video iframe {
      width: 100%;
      height: 100%; }
    .bl-cb__video figure {
      margin: 0; }
    .bl-cb__video .wp-video__container {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: #004467; }
    .bl-cb__video video {
      position: absolute;
      height: 100%;
      width: 100%;
      left: 0; }
    .bl-cb__video .wp-block-video [poster] {
      -o-object-fit: contain;
         object-fit: contain; }
    .bl-cb__video:hover svg, .bl-cb__video:focus svg {
      transform: translateY(-50%) scale(1.1); }
  .bl-cb__subtitle {
    padding-top: 0;
    font-size: .8em;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
    color: #C00D0D; }
  .bl-cb__text {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: .8em; }
    @media (min-width: 360px) {
      .bl-cb__text {
        font-size: 1em; } }
    @media (min-width: 576px) {
      .bl-cb__text {
        font-size: .8em; } }
    @media (min-width: 768px) {
      .bl-cb__text {
        font-size: 1em; } }
    @media (min-width: 1360px) {
      .bl-cb__text {
        padding-left: 3rem;
        padding-right: 3rem;
        font-size: 1.1em; } }

.bl-pa {
  width: 100%;
  padding: 1rem 2rem;
  margin-bottom: 1.5em;
  border-radius: 5px;
  background-color: #C00D0D;
  color: #0077B3; }
  .bl-pa:after {
    content: "";
    display: table;
    table-layout: fixed;
    clear: both; }
  .bl-pa h2,
  .bl-pa h3 {
    color: #0077B3; }
  .bl-pa p {
    font-size: .9em; }
  .bl-pa figure {
    width: 65%;
    margin-left: auto;
    margin-right: auto; }
  .bl-pa--infobox {
    position: relative;
    min-height: 13rem;
    padding-left: 9rem;
    color: #fff;
    z-index: 1; }
    .bl-pa--infobox p {
      margin-top: .5em;
      margin-bottom: 1em;
      font-size: 1em; }
  .bl-pa__info-bg {
    position: relative; }
    .bl-pa__info-bg:after {
      position: absolute;
      top: -1rem;
      left: 0.7rem;
      width: 100%;
      height: 100%;
      z-index: 1;
      content: '';
      background-color: #006BA2;
      z-index: 0; }
  @media (min-width: 768px) {
    .bl-pa--right p {
      width: 54%;
      float: left; }
    .bl-pa--right figure {
      width: 45%;
      float: right;
      margin-top: 0; }
    .bl-pa--bottomright figure {
      width: 50%;
      margin-left: auto;
      margin-right: 0; } }

.bl-sl {
  position: relative;
  margin-bottom: 2rem; }
  .bl-sl__list {
    border-radius: 1.5rem;
    margin-bottom: 1rem;
    transition: min-height .3s;
    background: #0077B3; }
  .bl-sl__item {
    padding: 2rem 3rem;
    background: #0077B3 url("/wp-content/themes/bkk/images/header-topic.png") no-repeat 50% 0;
    background-size: cover; }
    .bl-sl__item--webinar {
      background-image: url("/wp-content/themes/bkk/images/header-webinare.png"); }
    .bl-sl__item--podcast {
      background-image: url("/wp-content/themes/bkk/images/header-podcast.png"); }
  .bl-sl__item__btn {
    position: absolute;
    top: 48%;
    left: 2rem;
    white-space: nowrap; }
  .bl-sl__title-img {
    display: inline-block;
    max-width: 34px;
    margin-right: .5rem; }
    @media (min-width: 380px) {
      .bl-sl__title-img {
        max-width: 38px; } }
    @media (min-width: 768px) {
      .bl-sl__title-img {
        max-width: 58px; } }
  .bl-sl__title {
    display: inline-block;
    vertical-align: top;
    font-size: 23px;
    padding-top: 0.1em;
    color: #fff;
    font-style: italic;
    font-family: 'TheMix-Plain', serif;
    font-weight: bold;
    -webkit-hyphens: auto;
        -ms-hyphens: auto;
            hyphens: auto;
    line-height: 1; }
    @media (min-width: 380px) {
      .bl-sl__title {
        font-size: 26px; } }
    @media (min-width: 768px) {
      .bl-sl__title {
        font-size: 36px; } }
  .bl-sl__image {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 30rem; }
  .bl-sl__nav {
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -6px;
    right: -10px;
    z-index: 10; }
  .bl-sl__btn {
    background-color: rgba(0, 0, 0, 0);
    padding: 1.5rem 2.5rem;
    border: 6px solid #fff;
    transform: skew(-10deg); }
    .bl-sl__btn .icon--arrow {
      width: 2em;
      height: 2em;
      fill: #fff;
      transition: fill .8s;
      transform: skew(10deg); }
    .bl-sl__btn--prev {
      border-radius: 1.5rem 0 0 0; }
    .bl-sl__btn--next {
      border-left: 0;
      margin-left: -1px;
      border-radius: 0 0 1.5rem 0; }
    .bl-sl__btn--prev .icon--arrow {
      transform: skew(10deg) rotate(180deg); }
    .bl-sl__btn:hover .icon--arrow,
    .bl-sl__btn:focus .icon--arrow {
      fill: #E3E6EB; }
    .bl-sl__btn:active .icon--arrow {
      fill: #0077B3; }

.bl-tc {
  margin-top: 3rem;
  padding: 0; }
  .bl-tc__label {
    display: block;
    position: relative;
    padding: 2.5rem 5rem 2.5rem 2.5rem;
    font-weight: bold;
    border: 1px solid #C00D0D;
    color: #C00D0D;
    cursor: pointer; }
    .bl-tc__label:after {
      content: '';
      display: inline-block;
      position: relative;
      height: .4em;
      width: .4em;
      top: .4em;
      left: .25em;
      border-style: solid;
      border-width: .1em .1em 0 0;
      border-color: #0077B3;
      vertical-align: top;
      transform: rotate(45deg);
      z-index: 0; }
    .bl-tc__label:after {
      position: absolute;
      top: 35%;
      left: auto;
      right: 3rem;
      font-size: 3rem;
      transform: rotate(135deg);
      transition: all .3s; }
  .bl-tc__toggle {
    display: none; }
    .bl-tc__toggle:checked + .bl-tc .bl-tc__label:after {
      top: 45%;
      transform: rotate(315deg); }
    .bl-tc__toggle:checked + .bl-tc .bl-tc__inner {
      max-height: 99rem;
      margin-top: 2rem;
      transition: all .3s ease-in; }
  .bl-tc__inner {
    max-height: 0;
    margin-top: 0;
    transition: all .3s ease-out;
    overflow: hidden; }
  .bl-tc__image {
    margin-bottom: 1rem; }
  .bl-tc__title {
    font-size: 1.6rem; }
  .bl-tc + .bl-tc__toggle + .bl-tc {
    margin-top: 0; }
    .bl-tc + .bl-tc__toggle + .bl-tc .bl-tc__label {
      border-top-width: 0;
      transition: border .1s .3s; }
  .bl-tc__toggle:checked + .bl-tc + .bl-tc__toggle + .bl-tc .bl-tc__label {
    border-top-width: 1px;
    transition: none; }

.bl-acc {
  border-radius: 1.5rem;
  padding: 2.5rem 1.5rem;
  background-color: #fff; }
  .bl-acc__list {
    border-bottom: 2px solid #0077B3; }
  .bl-acc__label {
    display: block;
    position: relative;
    padding: .5rem 3rem .5rem 0rem;
    font-weight: bold;
    border-top: 2px solid #0077B3;
    color: #0077B3;
    cursor: pointer; }
    .bl-acc__label:after {
      content: '';
      display: inline-block;
      position: relative;
      height: .4em;
      width: .4em;
      top: .4em;
      left: .25em;
      border-style: solid;
      border-width: .1em .1em 0 0;
      border-color: #0077B3;
      vertical-align: top;
      transform: rotate(45deg);
      z-index: 0; }
    .bl-acc__label:after {
      position: absolute;
      top: 32%;
      left: auto;
      right: .5rem;
      font-size: 3rem;
      transform: rotate(135deg);
      transition: all .3s; }
  .bl-acc__input {
    display: none; }
    .bl-acc__input:checked + .bl-acc__wrapper .bl-acc__label:after {
      top: 45%;
      transform: rotate(315deg); }
    .bl-acc__input:checked + .bl-acc__wrapper .bl-acc__content {
      max-height: 99rem;
      margin-top: 1rem;
      margin-bottom: 1rem;
      transition: all .3s ease-in; }
  .bl-acc__content {
    max-height: 0;
    margin-top: 0;
    transition: all .3s ease-out;
    overflow: hidden; }

.post-teaser {
  position: relative;
  padding-bottom: 2rem;
  border-radius: 1.5rem;
  overflow: hidden; }
  .post-teaser__type {
    position: absolute;
    top: 1rem;
    left: 1rem; }
  .post-teaser > img {
    display: block;
    width: 100%; }

.bl-chel {
  padding-left: 0.2em;
  list-style: none; }

/*--------------------------------------------------------------
### Button
--------------------------------------------------------------*/
.wp-block-button__link {
  display: inline-block;
  padding: 0 1.5rem 0.2rem;
  font-size: 1.8rem;
  border-radius: 2.4rem; }

/*--------------------------------------------------------------
### Image
--------------------------------------------------------------*/
.wp-block-image {
  border-radius: 1.5rem;
  text-align: center; }
  .wp-block-image figcaption {
    color: #9B9B9B; }

/*--------------------------------------------------------------
### Columns - overwrite falsy styles - issue on 768px width
--------------------------------------------------------------*/
.wp-block-columns {
  justify-content: space-between; }

.wp-block-column .wp-block-image img {
  width: 100%; }

@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: 48%; } }

.entry-content div:last-child.wp-block-group.alignfull .wp-block-columns:last-of-type {
  margin-bottom: 0; }

/*--------------------------------------------------------------
### Table
--------------------------------------------------------------*/
.table-header {
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0;
  font-size: 2.4rem;
  font-weight: normal;
  background-color: #C00D0D;
  border-bottom: none;
  color: #fff; }

.wp-block-table td {
  min-width: 6rem;
  padding: .5rem;
  border-bottom: 1px solid #0077B3; }

@media (min-width: 380px) {
  .wp-block-table td {
    min-width: 12rem;
    padding: 1rem; } }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: .81em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.wp-block-gallery .blocks-gallery-item {
  background-color: #0077B3; }
  .wp-block-gallery .blocks-gallery-item > figure > figcaption {
    display: none; }
  .wp-block-gallery .blocks-gallery-item > figure > a {
    transition: opacity .3s; }
    .wp-block-gallery .blocks-gallery-item > figure > a:hover {
      opacity: .6; }

/*--------------------------------------------------------------
## Lightbox
--------------------------------------------------------------*/
/* stylelint-disable selector-max-id */
#baguetteBox-overlay .full-image figure {
  position: relative; }

#baguetteBox-overlay .full-image figcaption {
  bottom: auto;
  left: 0;
  right: 0;
  margin-top: -1rem;
  padding: 0 .5rem 1rem;
  font-size: 1.2rem;
  color: #000;
  background-color: #fff; }

#baguetteBox-overlay .full-image img {
  max-width: 70%;
  max-height: 70%;
  padding: 1rem;
  background-color: #fff; }

@media (min-width: 380px) {
  #baguetteBox-overlay .full-image figcaption {
    margin-top: -1.5rem;
    padding: 0 1.5rem 1.5rem; }
  #baguetteBox-overlay .full-image img {
    padding: 2rem; } }

@media (min-width: 576px) {
  #baguetteBox-overlay .full-image figcaption {
    margin-top: -2rem;
    padding: 0 3rem 2rem; }
  #baguetteBox-overlay .full-image img {
    padding: 3rem; } }

.baguetteBox-button {
  border-radius: 0;
  background-color: #0077B3; }
  .baguetteBox-button:hover, .baguetteBox-button:focus {
    background-color: #0077B3; }
  .baguetteBox-button#next-button, .baguetteBox-button#previous-button {
    width: 6rem;
    height: 6rem; }
  .baguetteBox-button#close-button {
    width: 3.5rem;
    height: 3.5rem; }
    .baguetteBox-button#close-button svg {
      margin-top: .2rem; }
  .baguetteBox-button svg {
    position: static; }
    .baguetteBox-button svg g,
    .baguetteBox-button svg polyline {
      stroke: #fff; }

/* stylelint-enable */
/*--------------------------------------------------------------
## Audio
--------------------------------------------------------------*/
.audio-player {
  position: absolute;
  top: 6rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 8rem;
  height: 8rem; }
  .audio-player > svg {
    width: 7rem;
    height: 7rem;
    fill: #fff;
    opacity: .5;
    transition: opacity 666ms; }
  .audio-player:hover > svg, .audio-player:focus > svg, .audio-player:active > svg {
    opacity: .7; }
  .audio-player__audio, .audio-player--pause {
    display: none; }
  .audio-player__progress {
    height: 2px;
    width: 0;
    background: #006BA2;
    transition: width 1s linear; }

/*--------------------------------------------------------------
# Multisite
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Tools
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    background-color: #E3E6EB;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #000;
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
.site-content[tabindex="-1"]:focus {
  outline: 0; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto; }

.bg-stripes--dark,
.bg-pattern {
  background-color: #0077B3; }

.bg-blue,
.bg-primary {
  background-color: #0077B3; }

.has-83-d-0-f-5-color,
.has-secondary-color {
  color: #C00D0D; }

.has-004784-color,
.has-primary-color {
  color: #0077B3; }

.has-fff-color,
.has-white-color {
  color: #fff; }

.has-000-color,
.has-black-color {
  color: #000; }

.has-d-0-d-5-d-d-color,
.has-gray-color {
  color: #D0D5DD; }

.has-secondary-background-color {
  background-color: #C00D0D; }

.has-primary-background-color {
  background-color: #0077B3; }

.bg--white,
.has-white-background-color {
  background-color: #fff; }

.has-black-background-color {
  background-color: #000; }

.has-grey-background-color {
  background-color: #D0D5DD; }

.d-f {
  display: flex;
  justify-content: space-between;
  align-items: center; }

.mt-10 {
  margin-top: 1rem; }

.mb-5 {
  margin-bottom: .5rem; }

.px-20 {
  padding-left: 2rem;
  padding-right: 2rem; }

/*--------------------------------------------------------------
# Print
--------------------------------------------------------------*/
@media print {
  body,
  button,
  input,
  select,
  optgroup,
  textarea,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    color: black; } }

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