/*!
 * Theme Name: Moving Minds
 * Theme URI: https://movingmindsalliance.org
 * Author: Wolf&Player
 * Author URI: https://wolfandplayer.com
 * Description: Base theme for Starter Kit website. Developers are strongly encouraged to modify the child theme instead of this core theme.
 * Version: 1.0.1
 * License: GNU General Public License v3
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: movingminds
 */

/*
    ##################################
    #                                #
    #             FONTS              #
    #                                #
    ################################## */

/*
    ##################################
    #                                #
    #              BASE              #
    #                                #
    ################################## */

/*! normalize.css v8.0.1 | 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;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

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

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

/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: .6;
}

.flickity-button:disabled {
  opacity: .3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: .25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/*
    ##################################
    #                                #
    #             SETUP              #
    #                                #
    ################################## */

:root {
  --font: 0;
}

@media (min-width: 640px) {
  :root {
    --font: 1;
  }
}

/*
    ##################################
    #                                #
    #             LAYOUT             #
    #                                #
    ################################## */

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility;
  font-feature-settings: "liga","kern";
}

body {
  line-height: 1.4545454545;
  min-width: 320px;
  background-color: white;
  color: #1f1f1f;
  font-family: 'Asap', sans-serif;
  font-size: 1.125em;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

@media (min-width: 480px) and (max-width: 639px) {
  body {
    font-size: 1.25em;
  }
}

@media (min-width: 640px) {
  body {
    font-size: 1.375em;
  }
}

.fadein {
  opacity: 0;
  transition: opacity .3s ease-in-out;
}

.fadein.lazyloaded {
  opacity: 1;
}

::-moz-selection {
  color: white;
  background: black;
  text-shadow: none;
}

::selection {
  color: white;
  background: black;
  text-shadow: none;
}

.size-auto, .size-full, .size-large, .size-medium, .size-thumbnail {
  max-width: 100%;
  height: auto;
}

img.alignright, .wp-caption.alignright {
  clear: right;
  margin: 0 0 .5em 8%;
}

img.alignleft, .wp-caption.alignleft {
  margin: 0 8% .5em 0;
}

img.alignleft, img.alignright, .wp-caption.alignleft, .wp-caption.alignright {
  max-width: 45%;
}

img.aligncenter, .wp-caption.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption img {
  width: 100%;
  display: block;
}

.wp-caption p {
  margin: .5em 0 0 0;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

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

/*
    ##################################
    #                                #
    #             HELPERS             #
    #                                #
    ################################## */

.screen-reader-text, .screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus, .screen-reader-response:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/*
    ##################################
    #                                #
    #              GRID              #
    #                                #
    ################################## */

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
}

@media (min-width: 480px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1120px) {
  .container {
    padding-left: 60px;
    padding-right: 60px;
  }
}

/*
    ##################################
    #                                #
    #             MODULES             #
    #                                #
    ################################## */

.article {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1020px;
  padding-top: calc( 27.5px + 42.5 * (.05vw + .01vh) * var(--font));
  padding-bottom: calc( 37.5px + 72.5 * (.05vw + .01vh) * var(--font));
  background-color: #F5F4F0;
  color: #1f1f1f;
}

@media (min-width: 480px) {
  .article {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1120px) {
  .article {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.article > *:first-child {
  margin-top: 0;
}

.article > *:last-child {
  margin-bottom: 0;
}

.article .article-title {
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 2.3em;
  margin-bottom: calc( 23.75px + 31.25 * (.05vw + .01vh) * var(--font));
}

.article p.is-style-intro {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 1.4em;
  line-height: 1.4285714286;
}

.article a {
  color: #55bf9d;
  font-weight: bold;
  text-decoration: underline;
}

.article * + h2, .article * + h3 {
  margin-top: 2em;
}

h1, h2, h3, h4, h5, h6, p.is-style-intro {
  margin: 1rem 0;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}

@media (max-width: 639px) {
  h2 {
    font-size: 1.2121212121em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  h2 {
    font-size: calc( 1.2121212121em + 14 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  h2 {
    font-size: 1.6363636364em;
  }
}

@media (max-width: 639px) {
  h3, p.is-style-intro {
    font-size: 1.0909090909em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  h3, p.is-style-intro {
    font-size: calc( 1.0909090909em + 6 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  h3, p.is-style-intro {
    font-size: 1.2727272727em;
  }
}

.icon {
  display: inline-block;
  vertical-align: top;
}

.icon svg {
  vertical-align: middle;
}

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

a:focus {
  outline: none;
}

p, ul, dl, ol {
  margin: 1.25em 0;
}

ol:not([class]), ul:not([class]) {
  padding: 0;
  list-style-position: outside;
}

ol:not([class]) li + li, ul:not([class]) li + li {
  margin-top: .5em;
}

ol:not([class]) ol, ol:not([class]) ul, ul:not([class]) ol, ul:not([class]) ul {
  margin: .5em 0;
}

ol:not([class]) ol li, ol:not([class]) ul li, ul:not([class]) ol li, ul:not([class]) ul li {
  margin-left: 1.125em;
}

ul:not([class]) {
  margin-left: 1em;
}

ol {
  list-style-type: none;
  margin-left: 0;
  counter-reset: counter;
}

ol li {
  counter-increment: counter;
}

ol li:before {
  content: counter(counter);
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  margin-right: .75em;
}

figure {
  margin: 0;
}

figure[style] {
  max-width: 100%;
}

img, svg {
  max-width: 100%;
  height: auto;
  border: 0;
}

.has-white-color {
  color: #ffffff;
}

.has-white-background-color {
  background-color: #ffffff;
}

.has-light-grey-color {
  color: #f5f4f0;
}

.has-light-grey-background-color {
  background-color: #f5f4f0;
}

.has-dark-grey-color {
  color: #1f1f1f;
}

.has-dark-grey-background-color {
  background-color: #1f1f1f;
}

.has-green-color {
  color: #55bf9d;
}

.has-green-background-color {
  background-color: #55bf9d;
}

.button, .wp-block-button__link {
  display: inline-block;
  border-radius: 2px;
  border: 1px solid #55bf9d;
  background-color: #55bf9d;
  text-align: center;
  min-width: 10em;
  padding: .3em 1em .4em 1em;
  transition: all .15s ease;
  font-size: 20px;
  line-height: inherit;
  color: white;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}

.button:hover, .wp-block-button__link:hover {
  border: 1px solid #1f1f1f;
  background-color: #1f1f1f;
  color: white;
}

.social {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row nowrap;
}

.social li {
  margin: 0;
}

.social a {
  display: block;
  position: relative;
  background-size: contain;
  width: 40px;
  height: 40px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

.social a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  background-size: inherit;
}

.social a:hover:after {
  opacity: 1;
}

@media (max-width: 640px) {
  .social a:after {
    display: none;
  }
}

.social a:after {
  background-color: #1f1f1f;
}

.social li + li {
  margin-left: 15px;
}

@media (max-width: 1120px) {
  .social li + li {
    margin-left: 20px;
  }
}

.nav-drawer {
  position: fixed;
  top: 103px;
  right: 0;
  bottom: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 1000;
  background-color: #55bf9d;
  width: 100%;
  transform: translate3d(100%, 0, 0);
  transition: transform .4s;
  will-change: transform;
  color: white;
  padding: 30px 20px;
  box-sizing: border-box;
  font-size: 36px;
  flex-flow: row wrap;
  justify-content: space-between;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 1.15em;
  display: flex;
  flex-flow: row wrap;
}

.admin-bar .nav-drawer {
  top: 135px;
}

@media screen and (max-width: 782px) {
  .admin-bar .nav-drawer {
    top: 149px;
  }
}

.nav-drawer .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 100%;
}

.nav-drawer .menu li {
  margin: 0;
}

.nav-drawer .social, .nav-drawer .search-form {
  align-self: flex-end;
}

.drawer-open .nav-drawer {
  transform: translate3d(0, 0, 0);
}

.nav-drawer label:after, .nav-drawer a:after {
  display: none !important;
}

@media (min-width: 720px) {
  .nav-drawer {
    display: none;
  }
}

ul.page-numbers, .gsc-cursor-box {
  list-style-type: none;
  margin: calc( 20px + 20 * (.05vw + .01vh) * var(--font)) auto;
  padding-top: .5em;
  padding-bottom: 0;
  display: flex;
  flex-direction: row wrap;
  justify-content: flex-end;
  position: relative;
  color: #1f1f1f;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 20px;
}

ul.page-numbers:not(.gsc-cursor-box), .gsc-cursor-box:not(.gsc-cursor-box) {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
}

@media (min-width: 480px) {
  ul.page-numbers:not(.gsc-cursor-box), .gsc-cursor-box:not(.gsc-cursor-box) {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1120px) {
  ul.page-numbers:not(.gsc-cursor-box), .gsc-cursor-box:not(.gsc-cursor-box) {
    padding-left: 60px;
    padding-right: 60px;
  }
}

ul.page-numbers:not(.gsc-cursor-box):before, .gsc-cursor-box:not(.gsc-cursor-box):before {
  margin: 0 calc( 25px + 35 * (.05vw + .01vh) * var(--font));
}

ul.page-numbers:before, .gsc-cursor-box:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #55bf9d;
  max-width: 1230px;
}

ul.page-numbers > *, .gsc-cursor-box > * {
  outline: none;
}

ul.page-numbers > * + *, .gsc-cursor-box > * + * {
  margin-left: .25em;
}

ul.page-numbers a.page-numbers, ul.page-numbers > div, .gsc-cursor-box a.page-numbers, .gsc-cursor-box > div {
  cursor: pointer;
}

ul.page-numbers a.page-numbers:hover, ul.page-numbers a.page-numbers:active, ul.page-numbers > div:hover, ul.page-numbers > div:active, .gsc-cursor-box a.page-numbers:hover, .gsc-cursor-box a.page-numbers:active, .gsc-cursor-box > div:hover, .gsc-cursor-box > div:active {
  color: #55bf9d;
}

ul.page-numbers span.page-numbers.current, .gsc-cursor-box span.page-numbers.current {
  color: #55bf9d;
}

.gsc-cursor-box {
  margin: 60px 0 0 0 !important;
  padding: 20px 0 0 0 !important;
}

.gsc-cursor-current-page, .gsc-cursor-page:hover {
  color: #55bf9d !important;
  text-decoration: none !important;
}

article.page > .wp-block-group {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
  padding-top: calc( 35px + 65 * (.05vw + .01vh) * var(--font));
  padding-bottom: calc( 35px + 65 * (.05vw + .01vh) * var(--font));
}

@media (min-width: 480px) {
  article.page > .wp-block-group {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1120px) {
  article.page > .wp-block-group {
    padding-left: 60px;
    padding-right: 60px;
  }
}

article.page > .wp-block-columns {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
}

@media (min-width: 480px) {
  article.page > .wp-block-columns {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1120px) {
  article.page > .wp-block-columns {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.partner-section {
  background-color: white;
  display: flex !important;
  flex-flow: row wrap;
  overflow: hidden;
}

.partner-section h2 {
  width: 200px;
  margin-top: 40px;
  margin-left: 30px;
  display: inline-flex;
}

@media (min-width: 800px) and (max-width: 1299px) {
  .partner-section h2 {
    margin-left: 60px;
  }
}

@media (min-width: 1300px) {
  .partner-section h2 {
    margin-left: calc((100% - 1180px)/2);
  }
}

.partner-section .partner-grid {
  width: 100%;
}

@media (min-width: 1120px) {
  .partner-section .partner-grid {
    flex: 1;
  }
}

@media (min-width: 1440px) {
  .partner-section .partner-grid {
    margin-right: calc((100% - 1180px)/2);
  }
}

.partner-grid {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-flow: row wrap;
}

.partner-grid li {
  margin: 0;
}

.partner-grid .partner-item {
  position: relative;
  border: 1px solid #f5f4f0;
  margin: 0 -1px -1px 0;
  box-sizing: border-box;
  width: 50%;
}

.partner-grid .partner-item:before {
  content: '';
  position: relative;
  height: 0;
  padding-top: 52.7777777778%;
  width: 100%;
  display: block;
}

.partner-grid .partner-item:before > * {
  display: block;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  margin: 0;
  padding: 0;
}

.partner-grid .partner-item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  padding: 11.1111111111% 11.1111111111%;
  box-sizing: border-box;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.no-objectfit .partner-grid .partner-item img {
  opacity: 1;
  font-family: 'object-fit: contain;';
}

.partner-grid .partner-item img, .partner-grid .partner-item a {
  display: block;
}

@media (min-width: 640px) {
  .partner-grid .partner-item {
    width: 33.3333333333%;
  }
}

.post-filters {
  display: flex;
  flex-flow: row wrap;
}

@media (min-width: 720px) {
  .post-filters {
    flex-wrap: nowrap;
  }
}

.post-filters h3 {
  margin: .35em 0;
}

.selects {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  flex: 1;
  margin-left: 25px;
}

@media (min-width: 960px) {
  .selects {
    flex-wrap: nowrap;
  }
}

.selects > *:not(:last-child) {
  margin-right: 20px;
}

.selects .select {
  flex: 1;
}

.selects .select-label {
  min-width: 0;
  max-width: none;
}

.selects .select-list {
  max-height: 5em;
}

@media (max-width: 640px), (min-width: 720px) and (max-width: 960px) {
  .selects .select {
    flex-basis: 80%;
    max-width: 15em;
    margin-right: 0;
    margin-left: auto;
  }
  .selects .select-list {
    padding-left: 1em;
  }
}

.search-form {
  display: flex;
  flex-flow: row wrap;
  position: relative;
  margin: 0;
  background-color: inherit;
}

.search-form button {
  all: unset;
}

.search-section header {
  padding-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font));
  padding-bottom: calc( 20px + 20 * (.05vw + .01vh) * var(--font));
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
  background-color: white;
}

.search-section .search-form {
  position: relative;
  display: inline-flex;
  margin: 0 auto;
}

.search-section .search-form label {
  order: -1;
  color: #55bf9d;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  background: none !important;
  margin-right: 20px;
  font-size: 20px;
}

.search-section .search-form label:after {
  content: ':';
  background: none !important;
}

.search-section .search-form [type=search] {
  background: none;
  border: none;
  border-bottom: 1px solid #D4D4D4;
  outline: none;
  color: #1f1f1f;
  font-size: 20px;
  padding-right: 40px;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.search-section .search-form button {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 22px;
  height: 26px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  background-position: center;
  cursor: pointer;
}

.nav .search-form input, .nav .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
}

.nav .search-form [type=search] {
  max-width: calc(100vw - 95px);
  box-sizing: border-box;
  background: white;
  border-radius: 20px;
  border: none;
  line-height: inherit;
  color: #1f1f1f;
  font-family: 'Asap', sans-serif;
  font-size: 23px;
  font-weight: normal;
  outline: none;
  padding: .25em 2em .25em 20px;
  transition: all .4s ease .4s;
  transform: translate(0, 0);
  width: 100vw;
}

@media (min-width: 640px) {
  .nav .search-form [type=search] {
    width: 380px;
  }
}

.nav .search-form [type=search]:focus, .nav .search-form [type=search]:focus ~ input[type=submit], .nav .search-form [type=search]:focus ~ button.submit {
  transform: translate(-55px, 0);
  pointer-events: auto;
  transition: all .4s ease;
  opacity: 1;
}

.nav .search-form [type=search]:focus ~ label {
  pointer-events: none;
}

.nav .search-form label, .nav .search-form [type=submit], .nav .search-form button.submit {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 40px;
  height: 40px;
  background-position: center;
  transition: transform .4s ease .4s;
  transform: translate(0, 0);
  background-color: inherit;
  position: absolute;
}

.nav .search-form label {
  display: block;
  position: relative;
  background-size: contain;
  cursor: pointer;
}

.nav .search-form label:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  background-size: inherit;
}

.nav .search-form label:hover:after {
  opacity: 1;
}

@media (max-width: 640px) {
  .nav .search-form label:after {
    display: none;
  }
}

.nav .search-form [type=submit], .nav .search-form button.submit {
  transition: all .4s ease .4s;
  right: 0;
  z-index: 10;
  cursor: pointer;
  background-color: #55bf9d;
  border-radius: 50%;
}

.nav .search-form [type=submit]:hover, .nav .search-form [type=submit]:focus, .nav .search-form [type=submit]:active, .nav .search-form button.submit:hover, .nav .search-form button.submit:focus, .nav .search-form button.submit:active {
  pointer-events: auto;
}

.post-list {
  background-color: #f5f4f0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
  padding-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font));
  padding-bottom: calc( 25px + 35 * (.05vw + .01vh) * var(--font));
}

@media (min-width: 480px) {
  .post-list {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1120px) {
  .post-list {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.post-list > *:first-child {
  margin-top: 0;
}

.post-list > *:last-child {
  margin-bottom: 0;
}

.gsc-control-cse {
  background-color: transparent !important;
  border: none !important;
  padding: 0 !important;
}

.gsc-result-info {
  color: #1f1f1f !important;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 20px !important;
  padding: 0 !important;
}

.gsc-above-wrapper-area {
  border: none !important;
  padding: 0 !important;
}

.gsc-above-wrapper-area tr, .gsc-above-wrapper-area td {
  display: block;
  text-align: left;
}

@media (max-width: 719px) {
  .gsc-above-wrapper-area {
    padding-bottom: 1em !important;
    border-bottom: 1px solid #CDCDCA !important;
    margin-bottom: 40px !important;
  }
}

.gsc-orderby-label {
  color: #1f1f1f !important;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 20px !important;
}

.gsc-selected-option-container {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  color: #55bf9d !important;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 20px !important;
  font-weight: normal !important;
  min-width: none !important;
  max-width: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gsc-selected-option {
  background-position: right 60%;
  padding-right: 20px;
  width: auto !important;
  background-size: 12px auto;
}

.gsc-option-selector {
  display: none;
}

.gs-watermark, .gsc-adBlock, .gcsc-more-maybe-branding-root {
  display: none !important;
}

.gsc-wrapper {
  margin-top: calc( 20px + 20 * (.05vw + .01vh) * var(--font));
}

@media (max-width: 719px) {
  .gsc-results {
    width: auto !important;
    padding-bottom: 40px !important;
  }
}

.gsc-result {
  border: none !important;
  background: none;
  position: relative;
  padding: 0 !important;
}

.gsc-result + .gsc-result {
  margin-top: 50px !important;
}

@media (min-width: 720px) {
  .gsc-result {
    background: white;
    padding: 20px 30px !important;
  }
  .gsc-result + .gsc-result {
    margin-top: 25px !important;
  }
}

@media (max-width: 719px) {
  .gs-result {
    display: flex;
    flex-direction: column;
  }
}

.gs-title {
  color: #55bf9d !important;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 20px !important;
  text-decoration: none !important;
  font-weight: normal !important;
}

@media (max-width: 719px) {
  .gs-title {
    margin-bottom: 10px;
  }
}

@media (min-width: 720px) {
  .gs-title {
    margin-bottom: 15px;
  }
}

.gs-title * {
  text-decoration: none !important;
  color: inherit !important;
  font: inherit !important;
}

.gsc-thumbnail-inside {
  padding: 0 !important;
}

.gsc-url-top, .gs-fileFormat {
  display: none !important;
}

.gsc-table-result {
  padding: 0 !important;
}

@media (max-width: 719px) {
  .gsc-table-result {
    display: contents;
  }
}

.gs-snippet {
  color: #1f1f1f;
  font-family: Asap;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  max-width: 80%;
}

.gsc-thumbnail {
  padding: 0 !important;
}

@media (max-width: 719px) {
  .gsc-thumbnail {
    display: contents;
  }
}

@media (min-width: 720px) {
  .gsc-thumbnail {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 20% !important;
  }
}

.gs-image-box {
  all: unset !important;
  order: -1 !important;
}

img.gs-image {
  all: unset !important;
  display: block !important;
}

@media (max-width: 720px) {
  img.gs-image {
    margin-bottom: 10px !important;
  }
}

@media (min-width: 720px) {
  img.gs-image {
    width: 100% !important;
    height: 100% !important;
    border: none !important;
    -o-object-fit: cover !important;
       object-fit: cover !important;
    -o-object-position: center !important;
       object-position: center !important;
    max-width: none !important;
    max-height: none !important;
  }
}

.gs-snippet {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
}

@media (max-width: 639px) {
  .post-list .search-result-info {
    font-size: 0.9696969697em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .post-list .search-result-info {
    font-size: calc( 0.9696969697em + -2 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .post-list .search-result-info {
    font-size: 0.9090909091em;
  }
}

.post-list .type-post > a {
  padding: 20px 30px;
  position: relative;
}

.post-list .type-post > a > * {
  padding: 0;
  margin: 0;
}

.post-list .type-post > a > * + * {
  margin-top: .5em;
}

.post-list .type-post + .type-post {
  margin-top: 20px;
}

.post-list .type-post .cat {
  color: #BCBCBC;
  font-size: 14px;
  border: none;
}

.post-list .type-post .post-title {
  font-size: 20px;
  text-decoration: none;
}

.post-list .type-post p {
  font-size: 20px;
}

.post-list .type-post .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 23.8095238095%;
  margin: 0;
}

.post-list .type-post .image img {
  width: 100%;
  height: 100%;
  background-size: contain;
  -o-object-position: right center;
     object-position: right center;
}

.search-footer {
  padding-bottom: calc( 35px + 65 * (.05vw + .01vh) * var(--font));
}

select.select, .wpcf7-select, .select-label {
  color: inherit;
  display: block;
  padding: .5em 3rem .5em .5em;
  border-bottom: 1px solid #55bf9d;
  background-position: right 1rem center;
  line-height: inherit;
  min-width: 160px;
  box-sizing: border-box;
  max-width: 11em;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

select.select:focus, .wpcf7-select:focus, .select-label:focus, select.select:active, .wpcf7-select:active, .select-label:active {
  border-color: #55bf9d;
}

select.select, .wpcf7-select {
  max-width: 100%;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.select::-ms-expand, .wpcf7-select::-ms-expand {
  display: none;
}

select.select:focus, .wpcf7-select:focus {
  outline: none;
}

select.select:focus ~ .select-label, select.select:active ~ .select-label, .wpcf7-select:focus ~ .select-label, .wpcf7-select:active ~ .select-label {
  border-color: #55bf9d;
}

div.select {
  cursor: pointer;
  display: block;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 9;
}

div.select select {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
          clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

div.select select:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.select-label {
  z-index: 100;
  background-position: right 10px center;
}

.select-label.slide-trigger {
  position: relative;
  cursor: pointer;
  background-size: 0;
}

.select-label.slide-trigger:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  transition: all .2s ease;
  transform-origin: center;
  background-image: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}

.select-label.slide-trigger.open:after {
  transform: rotate(-180deg);
}

.select-list {
  display: none;
  margin: 0;
  padding: .3em 0;
  list-style: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #F5F4F0;
  border-bottom: 1px solid #55bf9d;
}

.select-list li {
  margin: 0;
  padding: .2em 0;
  color: #1f1f1f;
  font-size: 20px;
}

.select-list li.active {
  color: #55bf9d;
}

.select-list li[rel=''], .select-list li:not([rel]), .select-list li.empty {
  display: none;
}

.select-list::-webkit-scrollbar-track {
  background-color: #D5E8E0;
}

.select-list::-webkit-scrollbar {
  width: 3px;
  background-color: #D5E8E0;
}

.select-list::-webkit-scrollbar-thumb {
  border: 2px solid #555555;
  background-color: #9FACA6;
}

.selected-filters {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  overflow: hidden;
  opacity: 0;
  max-height: 0;
  transition: all .3s ease;
  position: relative;
}

.selected-filters > *:first-child {
  margin-top: 0;
}

.selected-filters > *:last-child {
  margin-bottom: 0;
}

.selected-filters.active {
  opacity: 1;
  max-height: 50vh;
}

.selected-filters h3 {
  padding: .35em 0;
  border-bottom: 1px solid #55bf9d;
  margin-bottom: 20px;
  font-size: 25px;
}

.selected-filters .selected-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}

.selected-filters .selected-item {
  display: inline-block;
  font-size: 20px;
  padding: .3em 2.5em .4em 1em;
  border-radius: 2px;
  background-color: #56bf9d;
  background-position: right 15px center;
  color: #ffffff;
  transition: all .15s ease;
  cursor: pointer;
}

.selected-filters .selected-item:not(:last-child):not(:only-child) {
  margin-right: 20px;
  margin-bottom: 20px;
}

.selected-filters .selected-item:hover {
  background-color: #1f1f1f;
}

.selected-filters .selected-reset {
  position: absolute;
  top: 0;
  right: 0;
  color: #1f1f1f;
  font-size: 25px;
  background-position: right center;
  padding: .35em 1.5em .35em 0;
  display: inline-block;
}

@media (max-width: 480px) {
  .selected-filters .selected-reset {
    position: static;
    margin-bottom: 20px;
  }
}

.slides .flickity-viewport {
  height: 100%;
  width: 100%;
}

/*
    ##################################
    #                                #
    #             BLOCKS             #
    #                                #
    ################################## */

.wp-block-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}

.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
  max-width: 510px;
}

.wp-block-column > *:first-child {
  margin-top: 0;
}

.wp-block-column > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 599px) {
  .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-column + .wp-block-column {
    margin-top: 60px;
  }
}

@media (min-width: 600px) {
  .wp-block-column {
    flex-basis: calc(50% - 16px);
    flex-grow: 0;
  }
  .wp-block-column:nth-child(2n) {
    margin-left: 32px;
  }
}

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 32px;
  }
}

.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}

.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}

.wp-block-column.is-vertically-aligned-center {
  -ms-grid-row-align: center;
  align-self: center;
}

.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}

.wp-block-mb-gallery h2, .wp-block-mb-posts .title {
  color: #55bf9d;
  font-weight: 400;
  margin: 0 0 2rem 0;
}

@media (max-width: 639px) {
  .wp-block-mb-gallery h2, .wp-block-mb-posts .title {
    font-size: 1.2272727273em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .wp-block-mb-gallery h2, .wp-block-mb-posts .title {
    font-size: calc( 1.2272727273em + 15 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .wp-block-mb-gallery h2, .wp-block-mb-posts .title {
    font-size: 1.6818181818em;
  }
}

.wp-block-mb-gallery {
  background-color: white;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
  padding-top: calc( 35px + 65 * (.05vw + .01vh) * var(--font));
  padding-bottom: calc( 35px + 65 * (.05vw + .01vh) * var(--font));
}

@media (min-width: 480px) {
  .wp-block-mb-gallery {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1120px) {
  .wp-block-mb-gallery {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(236px, 1fr));
}

@media (min-width: 360px) and (max-width: 480px) {
  .gallery-grid {
    margin-left: -20px;
    margin-right: -20px;
  }
}

@media (min-width: 360px) and (max-width: 640px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.gallery-grid .image {
  background-color: white;
  margin: 0 0 -1px -1px;
  border: 1px solid #f5f4f0;
  padding: 10% 14%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.gallery-grid img {
  display: block;
}

.gallery-grid a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wp-block-mb-header {
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  background: #f5f4f0;
}

@media (min-width: 800px) {
  .wp-block-mb-header {
    height: calc(100vh - 91px);
    max-height: 750px;
  }
}

.wp-block-mb-header .text {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1230px;
  z-index: 10;
  padding-top: calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font));
  padding-bottom: calc( 22.5px + 27.5 * (.05vw + .01vh) * var(--font));
}

@media (min-width: 480px) {
  .wp-block-mb-header .text {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 1120px) {
  .wp-block-mb-header .text {
    padding-left: 60px;
    padding-right: 60px;
  }
}

.wp-block-mb-header .text .title {
  color: #55bf9d;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  line-height: 1.1384615385;
  margin-bottom: 1.25em;
}

@media (max-width: 639px) {
  .wp-block-mb-header .text .title {
    font-size: 1.6515151515em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .wp-block-mb-header .text .title {
    font-size: calc( 1.6515151515em + 43 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .wp-block-mb-header .text .title {
    font-size: 2.9545454545em;
  }
}

@media (min-width: 800px) {
  .wp-block-mb-header .text .title {
    max-width: 60%;
  }
}

@media (min-width: 800px) {
  .wp-block-mb-header .text p {
    max-width: 45%;
  }
}

.wp-block-mb-header .text .link {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}

@media (max-width: 639px) {
  .wp-block-mb-header .text .link {
    font-size: 0.9696969697em;
  }
}

@media (min-width: 640px) and (max-width: 1439px) {
  .wp-block-mb-header .text .link {
    font-size: calc( 0.9696969697em + -2 / 15 * 1vmin);
  }
}

@media (min-width: 1440px) {
  .wp-block-mb-header .text .link {
    font-size: 0.9090909091em;
  }
}

.wp-block-mb-header .text .link .icon {
  margin-left: .5em;
}

.wp-block-mb-header .slides {
  overflow: hidden;
}

@media (max-width: 799px) {
  .wp-block-mb-header .slides {
    height: 70vw;
    position: relative;
    overflow: hidden;
    margin-top: -10vw;
  }
}

@media (min-width: 800px) {
  .wp-block-mb-header .slides {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 45%;
    width: 55%;
    max-width: 1200px;
  }
}

.wp-block-mb-header .slides .image {
  height: 100%;
  width: 100%;
}

.wp-block-mb-header .slides img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.wp-block-mb-header .slides figcaption {
  color: #f5f4f0;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 1em;
  bottom: 0.5em;
  z-index: 10;
}

.wp-block-mb-header .slides:before {
  content: '';
  z-index: 1;
  width: 9999px;
  height: 9999px;
  background-color: #F5F4F0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}

@media (max-width: 799px) {
  .wp-block-mb-header .slides:before {
    position: absolute;
    right: 0;
    bottom: 100%;
    transform-origin: right bottom;
    transform: rotate(-10deg);
  }
}

@media (min-width: 800px) {
  .wp-block-mb-header .slides:before {
    position: absolute;
    right: 100%;
    bottom: 0;
    transform: rotate(30deg);
    transform-origin: right bottom;
  }
}

.wp-block-mb-posts {
  background-color: #f5f4f0;
}

.wp-block-mb-posts .container {
  position: relative;
  padding-top: calc( 35px + 65 * (.05vw + .01vh) * var(--font));
  padding-bottom: calc( 35px + 65 * (.05vw + .01vh) * var(--font));
}

.wp-block-mb-posts .container > *:first-child {
  margin-top: 0;
}

.wp-block-mb-posts .container > *:last-child {
  margin-bottom: 0;
}

@media (max-width: 800px) {
  .wp-block-mb-posts .post-filters {
    margin-bottom: 30px;
  }
}

@media (min-width: 720px) {
  .wp-block-mb-posts .post-filters {
    float: left;
    width: calc((100% - 40px) / 2);
  }
}

@media (min-width: 720px) {
  .wp-block-mb-posts .selected-filters {
    float: right;
    width: calc((100% - 40px) / 2);
  }
}

.wp-block-mb-posts .post-container {
  float: none;
  clear: both;
  overflow: hidden;
  width: 100%;
}

.wp-block-mb-posts .post-grid {
  display: flex;
  flex-flow: row wrap;
  margin-top: 1.5em;
  color: #1f1f1f;
}

.wp-block-mb-posts .post-grid[data-limit="3"] > :nth-child(n + 4) {
  display: none;
}

.wp-block-mb-posts .post-grid [style*=block] {
  display: flex !important;
}

.wp-block-mb-posts .post-grid > * {
  background-color: white;
}

.wp-block-mb-posts .post-grid > * + * {
  margin-top: 0;
}

@media (max-width: 719px) {
  .wp-block-mb-posts .post-grid > * {
    width: 100%;
  }
  .wp-block-mb-posts .post-grid > * + * {
    margin-top: 30px;
  }
}

@media (min-width: 720px) and (max-width: 1119px) {
  .wp-block-mb-posts .post-grid > * {
    width: 48%;
  }
  .wp-block-mb-posts .post-grid > * + *:not(:nth-child(2n+1)) {
    margin-left: 4%;
  }
  .wp-block-mb-posts .post-grid > *:nth-child(n+3) {
    margin-top: 40px;
  }
}

@media (min-width: 1120px) {
  .wp-block-mb-posts .post-grid > * {
    width: 30%;
  }
  .wp-block-mb-posts .post-grid > * + *:not(:nth-child(3n+1)) {
    margin-left: 5%;
  }
  .wp-block-mb-posts .post-grid > *:nth-child(n+4) {
    margin-top: 60px;
  }
}

.wp-block-mb-posts .post-actions {
  text-align: center;
  margin: 60px 0 0;
}

.wp-block-mb-posts .no-results + .post-actions {
  display: none;
}

.wp-block-mb-posts .more-posts {
  display: inline-block;
  width: 100px;
  margin: 0 10px 20px;
}

.wp-block-mb-posts [data-toggle-label*='less'] + .more-posts {
  display: none;
}

.wp-block-mb-posts .no-results {
  margin-top: calc( 35px + 65 * (.05vw + .01vh) * var(--font));
  color: #808080;
}

.wp-block-mb-posts .no-results > *:first-child {
  margin-top: 0;
}

.wp-block-mb-posts .no-results > *:last-child {
  margin-bottom: 0;
}

.type-post {
  background-color: white;
}

.type-post, .type-post > a:only-child {
  display: flex;
  flex-flow: column nowrap;
}

.type-post > a {
  height: 100%;
}

.type-post .timestamp, .type-post .cat {
  display: block;
  padding: 1.25em 30px 1em;
  border-bottom: 1px solid #f5f4f0;
  font-size: 20px;
}

.type-post .post-date {
  font-size: 18px;
  color: #1f1f1f;
  opacity: 0.3;
  letter-spacing: 0.4;
  float: right;
}

.type-post .post-title {
  padding: 1.25em 30px;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.6666666667;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  text-decoration: underline;
  color: #55bf9d;
  letter-spacing: .01em;
}

.type-post .post-title + p {
  padding-top: 0;
}

.type-post .post-author {
  display: block;
  padding: 1.25em 30px;
  font-size: 16px;
  color: #1f1f1f;
  opacity: 0.3;
  margin-top: auto;
}

.type-post .attachment-post-thumbnail {
  display: block;
}

blockquote.twitter-tweet {
  display: inline-block;
}

/*
    ##################################
    #                                #
    #             HEADER             #
    #                                #
    ################################## */

[id=header] {
  color: white;
  background-color: #1f1f1f;
  padding-top: 26px;
  padding-bottom: 26px;
}

@media (min-width: 720px) {
  [id=header] {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

[id=header] .container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

[id=header] .logo {
  display: block;
  width: 162px;
  height: 51px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
}

[id=header] .nav-button {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  width: 46px;
  height: 34px;
}

@media (min-width: 720px) {
  [id=header] .nav-button {
    display: none;
  }
}

[id=header].headroom {
  will-change: transform;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

[id=header].headroom + * {
  padding-top: 103px;
}

@media (min-width: 720px) {
  [id=header].headroom + * {
    padding-top: 91px;
  }
}

[id=header].headroom--pinned {
  transform: translateY(0%);
}

html:not(.drawer-open) [id=header].headroom--unpinned {
  transform: translateY(-100%);
}

.admin-bar [id=header] {
  margin-top: 32px !important;
}

@media screen and (max-width: 782px) {
  .admin-bar [id=header] {
    margin-top: 46px !important;
  }
}

/*
    ##################################
    #                                #
    #               NAV               #
    #                                #
    ################################## */

[id=nav] {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 1.15em;
  display: flex;
  flex-flow: row wrap;
}

[id=nav] .menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

[id=nav] .menu li {
  margin: 0;
}

@media (min-width: 720px) {
  [id=nav] .menu .menu-item {
    display: inline-block;
    vertical-align: middle;
  }
  [id=nav] .menu .menu-item + .menu-item {
    margin-left: 1em;
  }
  [id=nav] .menu a {
    display: block;
    line-height: 1;
    transition: color .2s;
  }
  [id=nav] .menu a:hover {
    color: #55bf9d;
  }
  [id=nav] .menu + * {
    margin-left: 30px;
  }
  [id=nav] .menu + *:before {
    content: '';
    border-left: 1px solid #8A8A8A;
    margin-right: 20px;
  }
  [id=nav] .social + * {
    margin-left: 15px;
  }
}

@media (max-width: 720px) {
  [id=nav] {
    display: none;
  }
}

/*
    ##################################
    #                                #
    #              MAIN              #
    #                                #
    ################################## */

[id=main] {
  flex: 1;
}

body:not(.home) [id=main] {
  background-color: #F5F4F0;
}

/*
    ##################################
    #                                #
    #             FOOTER             #
    #                                #
    ################################## */

[id=footer] {
  background-color: #1f1f1f;
  font-size: 0.8em;
  font-weight: 300;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  position: relative;
  z-index: 100;
}

[id=footer] .partner-section {
  display: none;
}

.home [id=footer] .partner-section {
  display: block;
}

[id=footer] .partner-section h2 {
  color: #1f1f1f;
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
  font-size: 25px;
}

[id=footer] .page-footer {
  display: none;
}

[id=footer] .bottom-bar {
  color: #f5f5f3;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  align-items: center;
}

@media (max-width: 1259px) {
  [id=footer] .bottom-bar {
    justify-content: flex-start;
    text-align: left;
  }
}

[id=footer] .bottom-bar a {
  color: #fefefe;
}

[id=footer] .bottom-bar a:hover {
  text-decoration: underline;
}

[id=footer] .bottom-bar .author-image {
  background-size: contain;
  min-width: 45px;
  min-height: 45px;
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}

@media (min-width: 640px) {
  [id=footer] .bottom-bar .author-image {
    min-width: 40px;
    min-height: 40px;
  }
}

@media (max-width: 1259px) {
  [id=footer] .bottom-bar .author-image {
    margin: 0 20px 0 0;
  }
}

[id=footer] .bottom-bar .text {
  margin-right: auto;
}

@media (max-width: 1259px) {
  [id=footer] .bottom-bar .text {
    order: -2;
    margin-bottom: 20px;
    width: 100%;
  }
}

[id=footer] .bottom-bar .copy {
  margin: 0;
}

[id=footer] .bottom-bar .restriction {
  margin: .5em 0 0 0;
  font-size: .625em;
}

[id=footer] .bottom-bar .info {
  color: white;
  color: #fefefe;
  font-size: 18px;
}

@media (max-width: 1259px) {
  [id=footer] .bottom-bar .info {
    font-size: 18px;
    margin-left: 0;
    width: 100%;
    display: block;
    margin-bottom: .75em;
    order: -10;
  }
}

@media (min-width: 1260px) {
  [id=footer] .bottom-bar .info + * {
    margin-left: 20px;
  }
  [id=footer] .bottom-bar .info + *:before {
    content: '';
    border-left: 1px solid #8A8A8A;
    margin-right: 20px;
  }
}

[id=footer] .bottom-bar .social-item a {
  background-size: contain;
  min-width: 45px;
  min-height: 45px;
}

@media (min-width: 640px) {
  [id=footer] .bottom-bar .social-item a {
    min-width: 40px;
    min-height: 40px;
  }
}

[id=footer] .bottom-bar .scroll-top {
  font: 0/0 serif;
  text-shadow: none;
  color: transparent;
  display: block;
  position: relative;
  background-size: contain;
  background-size: contain;
  min-width: 45px;
  min-height: 45px;
  margin-left: 15px;
  order: 10;
}

[id=footer] .bottom-bar .scroll-top:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  opacity: 0;
  background-size: inherit;
}

[id=footer] .bottom-bar .scroll-top:hover:after {
  opacity: 1;
}

@media (max-width: 640px) {
  [id=footer] .bottom-bar .scroll-top:after {
    display: none;
  }
}

@media (min-width: 640px) {
  [id=footer] .bottom-bar .scroll-top {
    min-width: 40px;
    min-height: 40px;
  }
}

@media (max-width: 1260px) {
  [id=footer] .bottom-bar .scroll-top {
    margin-left: auto;
  }
}
