/*! _sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/_sanitize.css */

/* Document (https://html.spec.whatwg.org/multipage/semantics.html#semantics)
   ========================================================================== */

/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add box sizing inheritance in all browsers (opinionated).
 */

*,
::before,
::after {
    background-repeat: no-repeat; /* 1 */
    box-sizing: inherit; /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */

::before,
::after {
    text-decoration: inherit; /* 1 */
    vertical-align: inherit; /* 2 */
}

/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent font size adjustments after orientation changes in IE and iOS.
 */

html {
    box-sizing: border-box; /* 1 */
    cursor: default; /* 2 */
    -ms-text-size-adjust: 100%; /* 3 */
    -webkit-text-size-adjust: 100%; /* 3 */
}

/* Sections (https://html.spec.whatwg.org/multipage/semantics.html#sections)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
  font-family: 'Fira Sans', sans-serif;
}

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#grouping-content)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 0;
}

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

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */

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

/**
 * 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 (https://html.spec.whatwg.org/multipage/semantics.html#text-level-semantics)
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 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 style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ffff00;
  color: #000000;
}

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

/*
 * Remove the text shadow on text selections (opinionated).
 * 1. Restore the coloring undone by defining the text shadow (opinionated).
 */

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

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

/* Embedded content (https://html.spec.whatwg.org/multipage/embedded-content.html#embedded-content)
   ========================================================================== */

/*
 * Change the alignment on media elements in all browers (opinionated).
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */

svg {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Tabular data (https://html.spec.whatwg.org/multipage/tables.html#tables)
   ========================================================================== */

/**
 * Collapse border spacing
 */

table {
  border-collapse: collapse;
}

/* Forms (https://html.spec.whatwg.org/multipage/forms.html#forms)
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * Inherit styling in all browsers (opinionated).
 */

button,
input,
select,
textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  appearance: none;
  border: none;
  outline: unset;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

input[type="checkbox"] {
  height: 0;
  width: 0;
  overflow: hidden;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */

textarea {
  overflow: auto; /* 1 */
  resize: vertical; /* 2 */
}

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

[type='search']::-webkit-search-cancel-button,
[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 elements (https://html.spec.whatwg.org/multipage/forms.html#interactive-elements)
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting (https://html.spec.whatwg.org/multipage/scripting.html#scripting-3)
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* User interaction (https://html.spec.whatwg.org/multipage/interaction.html#editing)
   ========================================================================== */

/*
 * Remove the tapping delay on clickable elements (opinionated).
 * 1. Remove the tapping delay in IE 10.
 */

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation;
}

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

/* ARIA (https://w3c.github.io/html-aria/)
   ========================================================================== */

/**
 * Change the cursor on busy elements (opinionated).
 */

[aria-busy='true'] {
  cursor: progress;
}

/*
 * Change the cursor on control elements (opinionated).
 */

[aria-controls] {
  cursor: pointer;
}

/*
 * Change the display on visually hidden accessible elements (opinionated).
 */

[aria-hidden='false'][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements (opinionated).
 */

[aria-disabled] {
  cursor: default;
}

/* Custom additional styles */

p,
blockquote {
  margin: 0;
}

p {
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

address {
  font-style: normal;
}

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

button {
  background: none;
  border: none;
  padding: 0;
  text-decoration: none;
  outline: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type='number'] {
  -moz-appearance: textfield;
}

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

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

a:visited {
    color: currentcolor;

}

input {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  border-radius: 0;
}

.modal-open {
  height: 100vh;
  overflow: hidden;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/* Single property */
/* container min height */
/* Multiple properties with same values */
/*-------*/
.font10, .button {
  font-size: 10px; }
  @media screen and (min-width: 320px) {
    .font10, .button {
      font-size: calc(0vw + 10px); } }
  @media screen and (min-width: 1540px) {
    .font10, .button {
      font-size: 10px; } }

.font12, .button.button--sm {
  font-size: 12px; }

.font14, .siteFooter__content, .eventBanner__admissionDescription, .eventContent__detailsCategories, .contact__branchText, #tribe-events-content .tribe-events-calendar th, #tribe-events-content .tribe-events-calendar td div[id*=tribe-events-daynum-], .button.button--lg, .eventPreview__header {
  font-size: 12px; }
  @media screen and (min-width: 320px) {
    .font14, .siteFooter__content, .eventBanner__admissionDescription, .eventContent__detailsCategories, .contact__branchText, #tribe-events-content .tribe-events-calendar th, #tribe-events-content .tribe-events-calendar td div[id*=tribe-events-daynum-], .button.button--lg, .eventPreview__header {
      font-size: calc(0.16393vw + 11.47541px); } }
  @media screen and (min-width: 1540px) {
    .font14, .siteFooter__content, .eventBanner__admissionDescription, .eventContent__detailsCategories, .contact__branchText, #tribe-events-content .tribe-events-calendar th, #tribe-events-content .tribe-events-calendar td div[id*=tribe-events-daynum-], .button.button--lg, .eventPreview__header {
      font-size: 14px; } }

.font16, .eventContent__detailsTime, .eventContent__article, .departmentBookmark__badge, .eventPreview__excerpt {
  font-size: 14px; }
  @media screen and (min-width: 320px) {
    .font16, .eventContent__detailsTime, .eventContent__article, .departmentBookmark__badge, .eventPreview__excerpt {
      font-size: calc(0.16393vw + 13.47541px); } }
  @media screen and (min-width: 1540px) {
    .font16, .eventContent__detailsTime, .eventContent__article, .departmentBookmark__badge, .eventPreview__excerpt {
      font-size: 16px; } }

.font18, .contact__branchSubHeader {
  font-size: 15px; }
  @media screen and (min-width: 320px) {
    .font18, .contact__branchSubHeader {
      font-size: calc(0.2459vw + 14.21311px); } }
  @media screen and (min-width: 1540px) {
    .font18, .contact__branchSubHeader {
      font-size: 18px; } }

.font20, .contact__branchName, .contact__branchAddressesTitle, .contact__branchPreHeader, .contact__branchHeader {
  font-size: 18px; }
  @media screen and (min-width: 320px) {
    .font20, .contact__branchName, .contact__branchAddressesTitle, .contact__branchPreHeader, .contact__branchHeader {
      font-size: calc(0.16393vw + 17.47541px); } }
  @media screen and (min-width: 1540px) {
    .font20, .contact__branchName, .contact__branchAddressesTitle, .contact__branchPreHeader, .contact__branchHeader {
      font-size: 20px; } }

.font40, .search__title, .contact__header, .tribe-events-list-separator-month {
  font-size: 25px; }
  @media screen and (min-width: 320px) {
    .font40, .search__title, .contact__header, .tribe-events-list-separator-month {
      font-size: calc(1.22951vw + 21.06557px); } }
  @media screen and (min-width: 1540px) {
    .font40, .search__title, .contact__header, .tribe-events-list-separator-month {
      font-size: 40px; } }

html {
  height: 100%;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none; }

body {
  height: 100%;
  overflow-y: scroll;
  font: 16px "Roboto", monospace;
  background: #ffffff;
  color: #0f0f0f;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -o-text-size-adjust: none;
  -webkit-text-size-adjust: none; }

.mastHead {
  position: fixed;
  z-index: 4;
  left: 0;
  right: 0;
  top: 0;
  background: #ffffff;
  height: 100px; }
  @media screen and (max-width: 1200px) {
    .mastHead {
      height: 64px; } }
  .mastHead .mainWrapper {
    height: 100%; }
  .mastHead__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center; }
  .mastHead__logoLink {
    position: absolute; }
    @media screen and (max-width: 1200px) {
      .mastHead__logoLink svg {
        height: 48px;
        width: auto; } }
  .mastHead__navigationWrapper {
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%; }
    @media screen and (max-width: 1100px) {
      .mastHead__navigationWrapper {
        position: fixed;
        top: 64px;
        flex-direction: column;
        bottom: 0;
        right: 0;
        width: 100%;
        height: auto;
        z-index: 3;
        background: #ffffff;
        transform: translate(100%);
        transition: transform .2s;
        margin-right: 0; }
        .mastHead__navigationWrapper.open {
          transform: translate(0); } }
    .mastHead__navigationWrapper #navigation {
      padding-left: 160px; }
      @media screen and (max-width: 1100px) {
        .mastHead__navigationWrapper #navigation {
          padding-left: 0;
          width: 100%; } }
  .mastHead__mobileSocialLinks {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 18px; }
    @media screen and (min-width: 1001px) {
      .mastHead__mobileSocialLinks {
        display: none; } }
  .mastHead__hamburger {
    margin-left: auto;
    display: none;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 30px;
    width: 20px; }
    .mastHead__hamburgerEl {
      position: absolute;
      height: 2px;
      width: 100%;
      background: black;
      left: 0;
      transition: all .4s;
      transform-origin: center; }
      .mastHead__hamburgerEl.mastHead__hamburgerEl--one {
        transform: translateY(-6px); }
      .mastHead__hamburgerEl.mastHead__hamburgerEl--two {
        transform: translateX(0); }
      .mastHead__hamburgerEl.mastHead__hamburgerEl--three {
        transform: translateY(6px); }
    .mastHead__hamburger .mastHead__closeIcon {
      display: none; }
    @media screen and (max-width: 1100px) {
      .mastHead__hamburger {
        display: flex; } }
    .mastHead__hamburger.close .mastHead__hamburgerEl.mastHead__hamburgerEl--one {
      transform: translateY(0px) rotate(45deg); }
    .mastHead__hamburger.close .mastHead__hamburgerEl.mastHead__hamburgerEl--three {
      transform: translateY(0px) rotate(-45deg); }
    .mastHead__hamburger.close .mastHead__hamburgerEl.mastHead__hamburgerEl--two {
      opacity: 0;
      left: 50%;
      width: 0; }
    .mastHead__hamburger.close .mastHead__hamburgerIcon {
      display: none; }
  .mastHead__searchWrapper {
    margin-left: auto;
    width: 33.33%; }
    @media screen and (max-width: 1100px) {
      .mastHead__searchWrapper {
        position: absolute;
        top: 12px;
        width: 100%; }
        .mastHead__searchWrapper {
          padding-left: 16px;
          padding-right: 16px; } }
    @media screen and (max-width: 1100px) and (min-width: 375px) {
      .mastHead__searchWrapper {
        padding-left: calc(0.377vw + 14.58624px);
        padding-right: calc(0.377vw + 14.58624px); } }
    @media screen and (max-width: 1100px) and (min-width: 1436px) {
      .mastHead__searchWrapper {
        padding-left: 20px;
        padding-right: 20px; } }

.siteFooter {
  margin-top: auto;
  padding-top: 12px;
  padding-bottom: 18px;
  overflow: hidden; }
  .siteFooter__content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    color: #777777; }
  .siteFooter__linksWrapper {
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 767px) {
      .siteFooter__linksWrapper {
        margin-bottom: 16px; } }
  .siteFooter__links {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .siteFooter__links {
        width: 100%; } }
    .siteFooter__links.siteFooter__links--left .siteFooter__linksWrapper {
      margin-left: -11px; }
    @media screen and (max-width: 767px) {
      .siteFooter__links.siteFooter__links--left {
        flex-direction: column;
        align-items: center;
        margin-bottom: 18px; }
        .siteFooter__links.siteFooter__links--left .siteFooter__linksWrapper {
          margin-left: 0; } }
    .siteFooter__links.siteFooter__links--right {
      margin-right: -24px; }
      @media screen and (max-width: 1000px) {
        .siteFooter__links.siteFooter__links--right {
          margin-right: -12px; } }
      @media screen and (max-width: 767px) {
        .siteFooter__links.siteFooter__links--right {
          justify-content: center; } }
  .siteFooter__redirectLink {
    padding: 0 24px; }
    @media screen and (max-width: 1000px) {
      .siteFooter__redirectLink {
        padding: 0 12px; } }
    @media screen and (max-width: 767px) {
      .siteFooter__redirectLink {
        padding: 0 8px; } }
  .siteFooter__redirectLinkLogo {
    margin-right: 4px;
    display: block;
    float: left;
    width: 16px; }
  .siteFooter__socialLink {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center; }
  .siteFooter__copyright {
    margin-left: 12px; }
    @media screen and (max-width: 767px) {
      .siteFooter__copyright {
        margin-left: 0; } }
  @media screen and (pointer: fine) and (hover: hover) {
    .siteFooter a {
      transition: opacity .2s;
      will-change: opacity; }
      .siteFooter a:hover {
        opacity: 0.68; } }

.postCategoryFilter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }
  .postCategoryFilter__itemWrapper {
    margin-bottom: 6px;
    display: flex; }
    .postCategoryFilter__itemWrapper:not(:last-child) {
      margin-right: 6px; }
  .postCategoryFilter__item {
    color: #777777;
    height: 30px;
    background-color: #eeeeee;
    padding: 0 12px;
    font-size: 12px;
    cursor: pointer;
    transition: .2s;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    opacity: 0.5; }
    @media (hover: hover), not all and (-moz-touch-enabled) {
      .postCategoryFilter__item:hover {
        opacity: 0.8 !important; } }
  .postCategoryFilter input[type=checkbox]:checked + label {
    background-color: #777777;
    color: #eeeeee;
    opacity: 1; }

.featuredEventsPreview {
  display: flex;
  flex-direction: row;
  height: 710px;
  margin: 40px 0 48px; }
  @media screen and (max-width: 1200px) {
    .featuredEventsPreview {
      margin-top: 0;
      margin-bottom: 12px; } }
  @media screen and (max-width: 767px) {
    .featuredEventsPreview {
      flex-direction: column;
      height: auto;
      margin-bottom: 0; }
      .featuredEventsPreview {
        margin-left: -16px;
        margin-right: -16px; } }
    @media screen and (max-width: 767px) and (min-width: 375px) {
      .featuredEventsPreview {
        margin-left: calc(-0.377vw - 14.58624px);
        margin-right: calc(-0.377vw - 14.58624px); } }
    @media screen and (max-width: 767px) and (min-width: 1436px) {
      .featuredEventsPreview {
        margin-left: -20px;
        margin-right: -20px; } }
  .featuredEventsPreview__content {
    width: 66.66%;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .featuredEventsPreview__content {
        width: 56%; } }
    @media screen and (max-width: 767px) {
      .featuredEventsPreview__content {
        width: 100%;
        height: 340px;
        z-index: 3;
        position: sticky;
        position: -webkit-sticky;
        top: -116px;
        transition: .2s; }
        .featuredEventsPreview__content.image-visible {
          top: 60px; }
        .featuredEventsPreview__content .eventPreview .eventPreview__imageWrapper {
          flex-shrink: 0; }
        .featuredEventsPreview__content .eventPreview {
          height: 100% !important; } }
  .featuredEventsPreview .eventPreview {
    position: absolute;
    height: 100%; }
    @media screen and (max-width: 767px) {
      .featuredEventsPreview .eventPreview {
        height: auto; } }
  .featuredEventsPreview .eventsList {
    width: 33.33%; }
    @media screen and (max-width: 1000px) {
      .featuredEventsPreview .eventsList {
        width: 44%; } }
    @media screen and (max-width: 767px) {
      .featuredEventsPreview .eventsList {
        width: 100%; }
        .featuredEventsPreview .eventsList.extended {
          padding-top: 260px; } }

.eventBanner {
  height: 520px;
  display: flex;
  flex-direction: column;
  position: relative; }
  @media screen and (max-width: 1200px) {
    .eventBanner {
      height: 400px; } }
  @media screen and (max-width: 767px) {
    .eventBanner {
      height: 340px; } }
  .eventBanner.eventBanner--noImage {
    height: auto; }
  .eventBanner__imageStatic {
    height: 100%;
    width: 100%;
    object-fit: cover; }
  .eventBanner__image {
    background-position: center;
    background-blend-mode: multiply;
    background-size: cover;
    transition: 2s;
    transform: scale(1.04);
    opacity: 0.8;
    height: 100%;
    width: 100%;
    object-fit: cover; }
    .eventBanner__image.eventBanner__image--mask.color-24 {
      background-color: rgba(252, 169, 22, 0.66); }
    .eventBanner__image.eventBanner__image--mask.color-23 {
      background-color: rgba(0, 177, 146, 0.66); }
    .eventBanner__image.eventBanner__image--mask.color-25 {
      background-color: rgba(219, 79, 140, 0.66); }
    .eventBanner__image.eventBanner__image--mask.color-27 {
      background-color: rgba(0, 165, 236, 0.66); }
    .eventBanner__image.eventBanner__image--mask.color-26 {
      background-color: rgba(234, 25, 33, 0.66); }
  .eventBanner__imageWrapper {
    overflow: hidden;
    flex-grow: 2; }
  .eventBanner__header {
    margin-top: auto;
    background-color: #0f0f0f;
    color: #ffffff;
    display: flex; }
    .eventBanner__header {
      padding-top: 12px;
      padding-bottom: 12px; }
      @media screen and (min-width: 375px) {
        .eventBanner__header {
          padding-top: calc(1.69651vw + 5.63808px);
          padding-bottom: calc(1.69651vw + 5.63808px); } }
      @media screen and (min-width: 1436px) {
        .eventBanner__header {
          padding-top: 30px;
          padding-bottom: 30px; } }
    @media screen and (max-width: 1000px) {
      .eventBanner__header {
        flex-direction: column-reverse; } }
    .eventBanner__header.eventBanner__header--brightTheme {
      background-color: #dddddd;
      color: #0f0f0f; }
      .eventBanner__header.eventBanner__header--brightTheme .eventBanner__admissionDescription {
        color: #454545; }
  .eventBanner__admission {
    width: 25%;
    display: flex;
    flex-direction: column;
    padding: 0 40px; }
    @media screen and (max-width: 1000px) {
      .eventBanner__admission {
        width: 80%;
        margin: 0 auto;
        padding: 0;
        align-items: flex-start; } }
    @media screen and (max-width: 767px) {
      .eventBanner__admission {
        width: 100%;
        padding: 0 20px; } }
    .eventBanner__admissionDescription {
      color: #888888;
      margin-bottom: 12px; }
  .eventBanner__title {
    letter-spacing: 1.6px;
    font-family: "Oswald", sans-serif;
    text-transform: uppercase;
    width: 50%; }
    .eventBanner__title {
      font-size: 32px; }
      @media screen and (min-width: 375px) {
        .eventBanner__title {
          font-size: calc(0.75401vw + 29.17248px); } }
      @media screen and (min-width: 1436px) {
        .eventBanner__title {
          font-size: 40px; } }
    @media screen and (max-width: 1000px) {
      .eventBanner__title {
        width: 80%;
        margin: 0 auto; } }
    @media screen and (max-width: 767px) {
      .eventBanner__title {
        width: 100%;
        padding: 0 20px; } }
  .eventBanner .departmentBookmark {
    z-index: 1; }

.eventContent {
  padding-bottom: 46px; }
  .eventContent__details {
    display: flex;
    flex-direction: row;
    width: 50%;
    margin: 36px auto 0; }
    @media screen and (max-width: 1000px) {
      .eventContent__details {
        width: 80%; } }
    @media screen and (max-width: 767px) {
      .eventContent__details {
        width: 100%;
        flex-direction: column-reverse; } }
    .eventContent__detailsTime {
      line-height: 1.333;
      font-weight: 700; }
      .eventContent__detailsTime span {
        font-weight: 400;
        color: #888888; }
    .eventContent__detailsCategories {
      font-weight: 700;
      color: #888888;
      margin-bottom: 12px; }
      @media screen and (min-width: 767px) {
        .eventContent__detailsCategories {
          margin-left: auto;
          margin-bottom: 0; } }
  .eventContent__articleWrapper {
    margin-top: 48px;
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 767px) {
      .eventContent__articleWrapper {
        flex-direction: column;
        margin-top: 12px; } }
  .eventContent__sharingButtons {
	  display:none!important;
    width: 25%;
    padding-right: 78px; }
    @media screen and (max-width: 1000px) {
      .eventContent__sharingButtons {
        width: 10%;
        padding-right: 0; } }
  .eventContent__article {
    line-height: 1.5;
    width: 100%;
    margin: auto 0;
    position: relative; }
    @media screen and (max-width: 1000px) {
      .eventContent__article {
        width: 80%; } }
    @media screen and (max-width: 767px) {
      .eventContent__article {
        width: 100%; } }
    .eventContent__article p:first-of-type {
      font-weight: 700; }
    .eventContent__article p:not(:last-child) {
      margin-bottom: 1em; }
    .eventContent__article p img {
      max-width: 100%;
      height: auto; }
    .eventContent__article ul {
      margin-bottom: 1em;
      margin-left: 1.4em;
      list-style-type: disc; }
    .eventContent__article ol {
      list-style-type: decimal;
      list-style-position: outside;
      padding-left: 1.4em; }
      .eventContent__article ol:not(:last-child) {
        margin-bottom: 1em; }
      .eventContent__article ol li ul {
        margin-bottom: 0.5em;
        margin-left: 1.4em;
        list-style-type: disc; }
      .eventContent__article ol li ol {
        margin-bottom: 0.5em; }
    .eventContent__article blockquote {
      padding-left: 10px;
      position: relative;
      font-style: italic;
      font-weight: 400;
      color: #888888;
      font-size: 18px; }
      .eventContent__article blockquote:not(:last-child) {
        margin-bottom: 1em; }
      .eventContent__article blockquote::before {
        content: "";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        width: 1px;
        height: 100%;
        background: #888888; }

.search__title {
  font-family: "Oswald", sans-serif; }

.accordionBody__wrapper {
  padding-top: 18px;
  padding-bottom: 18px; }
  @media screen and (min-width: 375px) {
    .accordionBody__wrapper {
      padding-top: calc(2.82752vw + 7.3968px);
      padding-bottom: calc(2.82752vw + 7.3968px); } }
  @media screen and (min-width: 1436px) {
    .accordionBody__wrapper {
      padding-top: 48px;
      padding-bottom: 48px; } }

.accordion__header {
  cursor: pointer; }

.contact__headerContent {
  margin: 0 auto; }

.contact__header {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  cursor: pointer; }

.contact__content {
  display: flex;
  flex-direction: column; }

.contact__branch {
  margin-bottom: 1px; }
  .contact__branchName {
    padding: 13px 18px;
    background: #0f0f0f;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    flex-direction: row; }
    .contact__branchName.opened .contact__branchNameIcon svg {
      transform: rotate(180deg); }
    .contact__branchNameIcon {
      margin-left: auto; }
      .contact__branchNameIcon svg {
        transition: .2s; }
    .contact__branchNameContent {
      max-width: 1200px; }
  .contact__branchAddresses {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 0;
    overflow: hidden; }
    .contact__branchAddresses.open {
      height: auto; }
    .contact__branchAddressesTitle {
      font-family: "Oswald", sans-serif;
      width: 100%;
      margin-bottom: 20px; }
    .contact__branchAddressesSection {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      position: relative; }
      .contact__branchAddressesSection {
        padding-top: 18px;
        padding-bottom: 18px; }
        @media screen and (min-width: 375px) {
          .contact__branchAddressesSection {
            padding-top: calc(1.69651vw + 11.63808px);
            padding-bottom: calc(1.69651vw + 11.63808px); } }
        @media screen and (min-width: 1436px) {
          .contact__branchAddressesSection {
            padding-top: 36px;
            padding-bottom: 36px; } }
      .contact__branchAddressesSection:not(:first-child) {
        border-top: solid 1px #bbbbbb; }
  .contact__branchAddress {
    width: 25%;
    margin-bottom: 18px;
    padding-right: 18px; }
    @media screen and (max-width: 767px) {
      .contact__branchAddress {
        width: 100%; } }
  .contact__branchPreHeader {
    font-family: "Oswald", sans-serif; }
  .contact__branchHeader {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif; }
  .contact__branchSubHeader {
    font-family: "Oswald", sans-serif; }
  .contact__branchText {
    color: #888888;
    margin-top: 6px; }

.error {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 60px; }
  .error svg {
    width: 200px;
    height: auto; }
  .error__code {
    font-size: 40px;
    margin-top: 30px;
    font-weight: 700; }
  .error__message {
    margin-top: 20px; }
  .error__link {
    margin-top: 10px;
    text-decoration: underline; }

.allEventsLink {
  display: flex;
  position: relative;
  z-index: 2; }
  @media screen and (max-width: 1000px) {
    .allEventsLink {
      display: none; } }
  @media screen and (max-width: 767px) {
    .allEventsLink {
      display: block;
      margin-bottom: 20px; }
      .allEventsLink {
        margin-left: -16px;
        margin-right: -16px; } }
    @media screen and (max-width: 767px) and (min-width: 375px) {
      .allEventsLink {
        margin-left: calc(-0.377vw - 14.58624px);
        margin-right: calc(-0.377vw - 14.58624px); } }
    @media screen and (max-width: 767px) and (min-width: 1436px) {
      .allEventsLink {
        margin-left: -20px;
        margin-right: -20px; } }
  .allEventsLink__spacer {
    width: 66.66%; }
    @media screen and (max-width: 767px) {
      .allEventsLink__spacer {
        width: 100%; } }
  .allEventsLink__button {
    flex-grow: 1;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-left: auto;
    color: #0f0f0f;
    font-weight: 700;
    background-color: #dddddd;
    transition: all .2s; }
    .allEventsLink__button.pullUp {
      transform: translateY(-48px); }
    @media (hover: hover), not all and (-moz-touch-enabled) {
      .allEventsLink__button:hover {
        color: white;
        background-color: #0f0f0f; } }

#page {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 100px; }
  @media screen and (max-width: 1200px) {
    #page {
      padding-top: 64px; } }

.mainWrapper {
  max-width: 1836px;
  margin: 0 auto; }
  .mainWrapper {
    padding-left: 16px;
    padding-right: 16px; }
    @media screen and (min-width: 375px) {
      .mainWrapper {
        padding-left: calc(0.377vw + 14.58624px);
        padding-right: calc(0.377vw + 14.58624px); } }
    @media screen and (min-width: 1436px) {
      .mainWrapper {
        padding-left: 20px;
        padding-right: 20px; } }

#navigation {
  height: 100%; }
  @media screen and (max-width: 1100px) {
    #navigation {
      height: auto;
      flex-grow: 1;
      display: flex;
      flex-direction: column; } }
  #navigation #navigation_items {
    display: flex;
    flex-direction: row;
    height: 100%; }
    @media screen and (max-width: 1100px) {
      #navigation #navigation_items {
        flex-direction: column;
        justify-content: center;
        flex-grow: 1;
        padding-top: 34px; } }
    #navigation #navigation_items li {
      padding: 0 20px; }
      @media screen and (max-width: 1100px) {
        #navigation #navigation_items li {
          width: 100%;
          padding: 0; } }
      #navigation #navigation_items li a {
        height: 100%;
        display: flex;
        font-size: 14px;
        align-items: center;
        font-family: "Roboto", monospace;
        font-weight: 700;
        position: relative;
        color: #888888;
        text-transform: uppercase;
        white-space: nowrap; }
        #navigation #navigation_items li a::before {
          content: "";
          position: absolute;
          top: 0;
          height: 0;
          width: 100%;
          background-color: #0f0f0f;
          opacity: 0;
          transition: all .2s; }
        @media screen and (max-width: 1100px) {
          #navigation #navigation_items li a {
            height: 60px;
            margin: 0;
            text-align: center;
            width: 100%;
            justify-content: center;
            font-size: 26px;
            font-family: "Oswald", sans-serif;
            letter-spacing: 1.6px; }
            #navigation #navigation_items li a::before {
              font-weight: 400;
              width: 6px;
              height: 100%;
              right: 0; } }
      @media (hover: hover), not all and (-moz-touch-enabled) {
        #navigation #navigation_items li:not(.current_page_item) a:hover::before {
          background-color: #888888;
          opacity: 1;
          height: 6px; } }
      #navigation #navigation_items li.current_page_item a {
        color: #0f0f0f; }
        #navigation #navigation_items li.current_page_item a::before {
          opacity: 1;
          height: 6px; }
        @media screen and (max-width: 1100px) {
          #navigation #navigation_items li.current_page_item a::before {
            height: 100%; } }
    #navigation #navigation_items.single_active li:nth-child(2) a {
      color: #0f0f0f; }
      #navigation #navigation_items.single_active li:nth-child(2) a::before {
        opacity: 1;
        height: 6px; }
      @media screen and (max-width: 1000px) {
        #navigation #navigation_items.single_active li:nth-child(2) a::before {
          height: 100%; } }
    #navigation #navigation_items.recurring_active li:nth-child(3) a {
      color: #0f0f0f; }
      #navigation #navigation_items.recurring_active li:nth-child(3) a::before {
        opacity: 1;
        height: 6px; }
      @media screen and (max-width: 1000px) {
        #navigation #navigation_items.recurring_active li:nth-child(3) a::before {
          height: 100%; } }

.eventsList {
  height: 100%;
  z-index: 2;
  position: relative; }
  .eventsList__scrollWrapper {
    overflow-y: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: y mandatory;
    scroll-snap-points-y: repeat(120px);
    height: 100%;
    margin-left: -11px;
    padding-left: 11px;
    -ms-overflow-style: none;
    scrollbar-width: none;
    position: relative; }
    .eventsList__scrollWrapper::-webkit-scrollbar {
      display: none; }
  .eventsList__contentWrapper {
    display: flex;
    flex-direction: column;
    position: relative; }
  .eventsList__item {
    position: relative;
    scroll-snap-align: start;
    scroll-snap-stop: always; }
    .eventsList__item:not(:last-child)::after {
      content: "";
      position: absolute;
      left: 20px;
      right: 0;
      height: 1px;
      background-color: #bbbbbb;
      display: block;
      z-index: 1; }
    .eventsList__item.active {
      z-index: 1; }
      .eventsList__item.active::after {
        opacity: 0; }
  .eventsList__scrollButton {
    height: 30px;
    width: 30px;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: calc(100% + 10px);
    cursor: pointer;
    transition: opacity .2s;
    opacity: 0.68; }
    .eventsList__scrollButton.inactive {
      opacity: 0.1; }
    @media screen and (max-width: 1200px) {
      .eventsList__scrollButton {
        display: none; } }
    @media (hover: hover), not all and (-moz-touch-enabled) {
      .eventsList__scrollButton:not(.inactive):hover {
        opacity: 1; } }
    .eventsList__scrollButton.eventsList__scrollButton--scrollDown {
      top: calc(100% + 10px);
      bottom: auto; }

.calendarWrapper.dark #tribe-events:not(.view-list) {
  background-color: #454545; }

.eventCalendar--month.dark {
  background-color: #454545; }

.tribe-events-shortcode .tribe-events-month table .type-tribe_events {
  padding: 0;
  margin: 0;
  margin-left: 6px;
  border-bottom: none; }
  .tribe-events-shortcode .tribe-events-month table .type-tribe_events:not(:last-child) {
    margin-bottom: 2px; }

.tribe-events-month-event-title__bookmark {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 6px;
  display: block; }

.tribe-events-tooltip {
  background-color: #0f0f0f !important;
  color: #ffffff !important; }
  .tribe-events-tooltip:not(.tribe-events-tooltip-flipdown) {
    margin-bottom: -16px !important; }

.recurring .tribe-events-tooltip .button {
  color: #0f0f0f;
  border-color: #0f0f0f; }
  .recurring .tribe-events-tooltip .button svg > * {
    fill: #0f0f0f; }

#tribe-events-content .tribe-events-calendar {
  color: #888888;
  border: none !important; }
  #tribe-events-content .tribe-events-calendar th {
    font-weight: 700;
    text-align: right;
    height: 40px;
    padding: 0; }
  #tribe-events-content .tribe-events-calendar tr:last-of-type td {
    border-bottom: none; }
  #tribe-events-content .tribe-events-calendar.hello .tribe_events {
    display: none; }
  #tribe-events-content .tribe-events-calendar td .tribe-events-month-event-title {
    background-color: #eeeeee;
    position: relative; }
  #tribe-events-content .tribe-events-calendar td h3 > a {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    padding: 3px 12px;
    display: block; }
  #tribe-events-content .tribe-events-calendar td div[id*=tribe-events-daynum-] {
    text-align: right;
    padding: 12px; }
    @media screen and (max-width: 1200px) {
      #tribe-events-content .tribe-events-calendar td div[id*=tribe-events-daynum-] {
        padding: 6px; } }
  #tribe-events-content .tribe-events-calendar td:nth-last-child(1), #tribe-events-content .tribe-events-calendar td:nth-last-child(2) {
    background: rgba(255, 255, 255, 0.1); }
    .recurring #tribe-events-content .tribe-events-calendar td:nth-last-child(1), .recurring #tribe-events-content .tribe-events-calendar td:nth-last-child(2) {
      background: rgba(15, 15, 15, 0.05); }
  #tribe-events-content .tribe-events-calendar td:first-of-type {
    border-left: none; }
  #tribe-events-content .tribe-events-calendar td:last-of-type {
    border-right: none; }
  #tribe-events-content .tribe-events-calendar .tribe-events-tooltip {
    font-size: 14px;
    line-height: 20px;
    border: none;
    left: 0; }
    #tribe-events-content .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-body {
      font-size: 14px;
      line-height: 20px;
      padding: 12px 12px 12px 20px; }
    #tribe-events-content .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-thumb {
      padding: 0;
      width: 100%;
      overflow: hidden;
      height: 140px;
      background-size: cover;
      background-blend-mode: multiply; }
      #tribe-events-content .tribe-events-calendar .tribe-events-tooltip .tribe-events-event-thumb img {
        height: 100%;
        width: 100%;
        object-fit: cover; }
  #tribe-events-content .tribe-events-calendar .tribe-events-right .tribe-events-tooltip {
    right: 0;
    left: auto; }

.tribe-events-organizer-24 .tribe-events-event-thumb.mask {
  background-color: rgba(252, 169, 22, 0.66); }

.tribe-events-organizer-23 .tribe-events-event-thumb.mask {
  background-color: rgba(0, 177, 146, 0.66); }

.tribe-events-organizer-25 .tribe-events-event-thumb.mask {
  background-color: rgba(219, 79, 140, 0.66); }

.tribe-events-organizer-27 .tribe-events-event-thumb.mask {
  background-color: rgba(0, 165, 236, 0.66); }

.tribe-events-organizer-26 .tribe-events-event-thumb.mask {
  background-color: rgba(234, 25, 33, 0.66); }

.tribe-events__dayNumber {
  border-radius: 50%;
  display: inline-block;
  line-height: 24px;
  width: 24px;
  height: 24px;
  text-align: center; }

.tribe-events-past .type-tribe_events .tribe-events-month-event-title {
  opacity: 0.5; }

.tribe-events-present .tribe-events__dayNumber {
  background: #0f0f0f;
  color: #ffffff; }

.tooltip__bookmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%; }
  .tooltip__bookmarkText {
    padding: 0 18px;
    line-height: 26px;
    display: block;
    background-color: #888888;
    color: #ffffff;
    position: absolute;
    white-space: nowrap; }
    .tribe-events-organizer-24 .tooltip__bookmarkText {
      background-color: #fca916; }
    .tribe-events-organizer-23 .tooltip__bookmarkText {
      background-color: #00b192; }
    .tribe-events-organizer-25 .tooltip__bookmarkText {
      background-color: #db4f8c; }
    .tribe-events-organizer-27 .tooltip__bookmarkText {
      background-color: #00a5ec; }
    .tribe-events-organizer-26 .tooltip__bookmarkText {
      background-color: #ea1921; }

.tooltip__wrapper {
  display: flex;
  flex-direction: column; }

.tooltip__buttonsWrapper {
  display: flex;
  flex-direction: row;
  margin-top: 12px; }
  .tooltip__buttonsWrapper > *:not(:last-child) {
    margin-right: 6px; }

.tooltip__title {
  font-size: 21px !important;
  line-height: 1.1 !important;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  margin-top: 6px; }

.tooltip__excerpt {
  margin-top: 6px; }

.tribe-events-shortcode .tribe-events-month table .type-tribe_events {
  padding: 0;
  margin: 0;
  margin-left: 6px;
  border-bottom: none; }
  .tribe-events-shortcode .tribe-events-month table .type-tribe_events:not(:last-child) {
    margin-bottom: 2px; }

.events-archive.events-gridview #tribe-events-content table .type-tribe_events {
  padding: 0;
  margin: 0;
  margin-left: 6px;
  border-bottom: none; }
  .events-archive.events-gridview #tribe-events-content table .type-tribe_events:not(:last-child) {
    margin-bottom: 2px; }

/*--- navigation ---*/
#tribe-events-content {
  padding: 0; }

#tribe-events-header {
  margin-bottom: 0; }

.tribe-events-nav-pagination .tribe-events-sub-nav {
  display: flex;
  flex-direction: row;
  align-items: center; }

.tribe-events-nav-pagination .tribe-events-nav-item {
  width: 21px; }
  .tribe-events-nav-pagination .tribe-events-nav-item .tribe-events-nav-item__icon--inactive {
    opacity: 0.6;
    pointer-events: none; }

.tribe-events-nav-pagination .tribe-events-nav-icon-light {
  display: none; }
  .dark .tribe-events-nav-pagination .tribe-events-nav-icon-light {
    display: inline; }

.dark .tribe-events-nav-pagination .tribe-events-nav-icon-dark {
  display: none; }

.tribe-events-nav-pagination__currentMonthView {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #454545;
  display: inline-block;
  width: 150px; }
  .dark .tribe-events-nav-pagination__currentMonthView {
    color: #ffffff; }
  .view-list .tribe-events-nav-pagination__currentMonthView {
    color: #454545 !important; }

/*--- bar ---*/
@media screen and (max-width: 1200px) {
  #tribe-bar-views {
    display: none; } }

#tribe-bar-views-toggle {
  display: none; }

.tribe-bar-views-option {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #454545;
  opacity: 0.68;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: .2s; }
  @media (hover: hover), not all and (-moz-touch-enabled) {
    .tribe-bar-views-option:hover {
      opacity: 1; } }
  .dark .tribe-bar-views-option {
    color: #ffffff; }
  .view-list .tribe-bar-views-option {
    color: #454545 !important; }
  .tribe-bar-views-option:not(:last-of-type) {
    margin-left: 26px; }
  .tribe-bar-views-option.tribe-bar-active {
    opacity: 1; }
  .tribe-bar-views-option::before {
    content: "";
    margin-right: 6px;
    display: block;
    font-size: 0; }
  .tribe-bar-views-option#tribe-bar-views-option-list::before {
    content: url(/wp-content/themes/kulturalni/assets/_/_/assets/images/list-view.svg); }
    .dark .tribe-bar-views-option#tribe-bar-views-option-list::before {
      content: url(/wp-content/themes/kulturalni/assets/_/_/assets/images/list-view-light.svg); }
    .view-list .tribe-bar-views-option#tribe-bar-views-option-list::before {
      content: url(/wp-content/themes/kulturalni/assets/_/_/assets/images/list-view.svg); }
  .tribe-bar-views-option#tribe-bar-views-option-month::before {
    content: url(/wp-content/themes/kulturalni/assets/_/_/assets/images/month-view.svg); }
    .dark .tribe-bar-views-option#tribe-bar-views-option-month::before {
      content: url(/wp-content/themes/kulturalni/assets/_/_/assets/images/month-view-light.svg); }
    .view-list .tribe-bar-views-option#tribe-bar-views-option-month::before {
      content: url(/wp-content/themes/kulturalni/assets/_/_/assets/images/month-view.svg); }

/*--- bar ---*/
.tribe-events-notices {
  background-color: #0f0f0f;
  border: none;
  border-radius: 0;
  padding: 0;
  color: #ffffff;
  font-size: 14px; }
  .tribe-events-notices ul li {
    line-height: 1;
    padding: 8px 18px !important; }

#notification__filtersOn {
  line-height: 1;
  padding: 8px 18px !important;
  background-color: #0f0f0f;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 14px;
  margin-top: 6px; }

.tribe-events-list-separator-month {
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  line-height: 1.3;
  letter-spacing: 1.6px;
  text-transform: uppercase; }

.tribe-events-loop__grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -9px; }
  @media screen and (max-width: 1000px) {
    .tribe-events-loop__grid {
      margin: 0; } }

.tribe-events-loop__itemWrapper {
  width: 50%;
  padding: 9px; }
  @media screen and (min-width: 1100px) {
    .tribe-events-loop__itemWrapper.narrow {
      width: 33.333%; } }
  .tribe-events-loop__itemWrapper > * {
    height: 100%; }
  @media screen and (max-width: 1000px) {
    .tribe-events-loop__itemWrapper {
      width: 100% !important;
      padding: 12px 0; } }

.tribe-events-loop__recurringEvent {
  display: none; }
  .recurring .tribe-events-loop__recurringEvent {
    display: block; }

.tribe-events-loop__singularEvent {
  display: block; }
  .recurring .tribe-events-loop__singularEvent {
    display: none; }

.tribe-events-loop__separatorWrapper {
  width: 100%; }

.sd-social-icon .sd-content ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end; }
  @media screen and (max-width: 1000px) {
    .sd-social-icon .sd-content ul {
      align-items: flex-start; } }
  @media screen and (max-width: 767px) {
    .sd-social-icon .sd-content ul {
      flex-direction: row;
      margin-bottom: 26px; } }
  .sd-social-icon .sd-content ul li[class*='share-']:not(:last-child) {
    margin-bottom: 12px; }
    @media screen and (max-width: 767px) {
      .sd-social-icon .sd-content ul li[class*='share-']:not(:last-child) {
        margin-bottom: 0;
        margin-right: 12px; } }
  .sd-social-icon .sd-content ul li[class*='share-'] a {
    height: 42px;
    width: 42px;
    border-radius: 50%;
    display: flex;
    overflow: hidden;
    opacity: 0.68;
    transition: opacity .2s; }
    .sd-social-icon .sd-content ul li[class*='share-'] a:hover {
      opacity: 1; }
    .sd-social-icon .sd-content ul li[class*='share-'] a::before {
      display: block; }
    .sd-social-icon .sd-content ul li[class*='share-'] a.share-twitter::before {
      content: url(/wp-content/themes/kulturalni/assets/_/_/assets/images/share-twitter.svg); }
    .sd-social-icon .sd-content ul li[class*='share-'] a.share-facebook::before {
      content: url(/wp-content/themes/kulturalni/assets/_/_/assets/images/share-facebook.svg); }

.sharing-screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.navigationBar {
  display: flex;
  flex-direction: row;
  margin-bottom: 12px; }
  .navigationBar > .Button {
    margin-right: auto; }
  .navigationBar__postNavigation {
    margin-left: auto;
    display: flex;
    flex-direction: row; }
    @media screen and (max-width: 374px) {
      .navigationBar__postNavigation {
        display: none; } }
    .navigationBar__postNavigation > * {
      margin-left: 6px; }

.newsBox {
  height: 70px;
  background-color: #dddddd;
  width: 66.66%;
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 1200px) {
    .newsBox {
      display: none; } }
  .newsBox__navigationBtn {
    height: 100%;
    width: 70px;
    flex-shrink: 0;
    cursor: pointer;
    opacity: 0;
    transition: .2s; }
  @media (hover: hover), not all and (-moz-touch-enabled) {
    .newsBox:hover .newsBox__navigationBtn {
      opacity: 1; }
      .newsBox:hover .newsBox__navigationBtn.inactive {
        opacity: 0.5;
        cursor: auto; } }
  .newsBox__content {
    overflow-x: scroll;
    flex-grow: 1;
    display: flex;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    transition: .2s;
    -ms-overflow-style: none;
    scrollbar-width: none; }
    .newsBox__content::-webkit-scrollbar {
      display: none; }
  .newsBox__itemsWrapper {
    display: flex;
    flex-direction: row; }
  .newsBox__item {
    padding: 15px 30px 15px 0;
    line-height: 20px;
    overflow: hidden;
    display: block;
    scroll-snap-align: start;
    scroll-snap-stop: always; }
    .newsBox__itemHeader {
      font-weight: 600; }
    .newsBox__itemText {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

.categoryFilter {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: -6px; }
  .categoryFilter__categoryLabel {
    color: #777777;
    height: 30px;
    background-color: #eeeeee;
    padding: 0 12px;
    font-size: 12px;
    cursor: pointer;
    transition: .2s;
    margin-bottom: 6px;
    display: flex;
    align-items: center;
    opacity: 0.5; }
    .categoryFilter__categoryLabel:hover {
      opacity: 0.8; }
    .categoryFilter__categoryLabel:not(:last-child) {
      margin-right: 6px; }
  .categoryFilter input:checked + label {
    opacity: 1; }

#tribe-bar-form {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 1200px) {
    #tribe-bar-form {
      margin-bottom: 0; } }

#tribe-bar-views {
  margin-left: auto; }

.tribe-bar-views-list {
  display: flex;
  flex-direction: row-reverse; }

.eventTeaser {
  height: 120px;
  background: #454545;
  padding-left: 20px;
  padding-top: 10px;
  display: flex;
  cursor: pointer;
  position: relative; }
  @media screen and (max-width: 767px) {
    .eventTeaser {
      height: 100px;
      padding-top: 8px;
      padding-bottom: 8px; } }
  .eventTeaser::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -11px;
    height: 0;
    width: 0;
    border: solid 11px transparent;
    border-right-color: currentColor;
    transform: translate(50%);
    transition: transform .4s;
    z-index: -1; }
  .eventTeaser::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    bottom: 0;
    display: block;
    background-color: currentColor;
    transition: width .4s, filter .4s;
    filter: grayscale(1); }
  @media (hover: hover), not all and (-moz-touch-enabled) {
    .eventTeaser:hover:after {
      width: 8px;
      filter: grayscale(0); } }
  @media screen and (hover: hover) and (max-width: 1000px), screen and (-moz-touch-enabled) and (max-width: 1000px) {
    .eventTeaser:hover:after {
      width: 6px; } }
  .eventTeaser.eventTeaser--active {
    background: #0f0f0f; }
    .eventTeaser.eventTeaser--active::after {
      width: 8px;
      filter: grayscale(0); }
      @media screen and (max-width: 1000px) {
        .eventTeaser.eventTeaser--active::after {
          width: 6px; } }
    .eventTeaser.eventTeaser--active::before {
      transform: translate(0%); }
  .eventTeaser__date {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    width: 100px;
    flex-shrink: 0; }
    .eventTeaser__dateDay {
      font-size: 30px;
      line-height: 38px; }
      @media screen and (max-width: 767px) {
        .eventTeaser__dateDay {
          line-height: 1; } }
    .eventTeaser__dateMonthYear {
      font-size: 14px;
      line-height: 16px;
      color: #ffffff;
      font-weight: 700; }
    .eventTeaser__dateDayHour {
      font-size: 14px;
      line-height: 16px;
      font-weight: 700; }
      .eventTeaser__dateDayHour:first-letter {
        text-transform: uppercase; }
  .eventTeaser__intro {
    padding-top: 16px;
    padding-right: 10px; }
    @media screen and (max-width: 767px) {
      .eventTeaser__intro {
        padding-top: 12px; } }
  .eventTeaser__introTitle {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .eventTeaser__introSubtitle {
    font-size: 14px;
    color: #bbbbbb;
    font-weight: 300; }

.departmentBookmark {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  width: 8px; }
  .departmentBookmark.interactive::after {
    transform: translate(-100%); }
  .departmentBookmark.interactive .departmentBookmark__badge {
    transform: translate(-100%); }
  .departmentBookmark::after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: currentColor;
    display: block;
    transition: transform .4s; }
  @media screen and (max-width: 767px) {
    .departmentBookmark {
      width: 6px; } }
  .departmentBookmark__badge {
    transition: transform .2s;
    position: absolute;
    text-align: center;
    padding: 0 40px;
    background-color: #888888;
    color: #ffffff;
    left: 0;
    top: 0;
    display: block;
    text-transform: lowercase;
    white-space: nowrap; }
    .departmentBookmark__badge {
      padding-left: 18px;
      padding-right: 18px; }
      @media screen and (min-width: 375px) {
        .departmentBookmark__badge {
          padding-left: calc(1.69651vw + 11.63808px);
          padding-right: calc(1.69651vw + 11.63808px); } }
      @media screen and (min-width: 1436px) {
        .departmentBookmark__badge {
          padding-left: 36px;
          padding-right: 36px; } }
    .departmentBookmark__badge {
      line-height: 32px; }
      @media screen and (min-width: 375px) {
        .departmentBookmark__badge {
          line-height: calc(0.75401vw + 29.17248px); } }
      @media screen and (min-width: 1436px) {
        .departmentBookmark__badge {
          line-height: 40px; } }

.searchBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  overflow: hidden; }
  .searchBox input {
    opacity: 0.6;
    font-size: 12px;
    line-height: 32px;
    padding: 0 10px 0 38px;
    width: 100%;
    border: solid 1px #888888;
    transition: opacity .4s; }
    .searchBox input:focus {
      opacity: 1;
      padding-left: 10px; }
      .searchBox input:focus::placeholder {
        transition: 0s 0s;
        opacity: 0; }
      .searchBox input:focus + button {
        left: calc(100% - 43px);
        opacity: 0.8; }
        .searchBox input:focus + button:hover {
          opacity: 1; }
      .searchBox input:focus ~ span {
        transition: transform .4s;
        transform: translate(0); }
    .searchBox input:not(:placeholder-shown) {
      padding-left: 10px; }
      .searchBox input:not(:placeholder-shown) + button {
        left: calc(100% - 43px);
        opacity: 1; }
    .searchBox input::placeholder {
      font-size: 12px;
      line-height: 32px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.5px;
      animation-delay: .4s;
      transition: 0s .4s; }
  .searchBox button {
    opacity: 0.6;
    transition: .4s; }
    .searchBox button svg {
      height: 16px;
      width: auto;
      margin-top: -2px; }
  .searchBox__submit {
    height: 32px;
    width: 42px;
    position: absolute;
    left: 3px;
    transition: .2s;
    cursor: pointer; }
  .searchBox__buttonBackground {
    position: absolute;
    display: block;
    height: 100%;
    top: 0;
    right: 0;
    background: #eeeeee;
    width: 42px;
    z-index: -1;
    transition: transform .4s;
    transform: translate(100%); }

.button {
  padding: 0;
  height: 40px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #ffffff;
  font-family: "Roboto", monospace;
  font-weight: 700;
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer; }
  .button {
    padding-left: 12px;
    padding-right: 12px; }
    @media screen and (min-width: 375px) {
      .button {
        padding-left: calc(1.13101vw + 7.75872px);
        padding-right: calc(1.13101vw + 7.75872px); } }
    @media screen and (min-width: 1436px) {
      .button {
        padding-left: 24px;
        padding-right: 24px; } }
  @media screen and (max-width: 767px) {
    .button {
      font-size: 12px;
      height: 32px; } }
  .button__label {
    will-change: transform;
    transition: transform .2s; }
  .button svg {
    position: absolute;
    right: 12px;
    will-change: transform;
    transition: transform .2s;
    transform: translateX(40px);
    height: 12px; }
  .button.button--reverse svg {
    left: 12px;
    transform: translateX(-40px) rotate(180deg); }
  @media screen and (pointer: fine) and (hover: hover) {
    .button.button--reverse:hover .button__label {
      transform: translateX(8px); }
    .button.button--reverse:hover svg {
      transform: rotate(180deg); } }
  @media screen and (pointer: fine) and (hover: hover) {
    .button:hover .button__label {
      transform: translateX(-8px); }
    .button:hover svg {
      transform: translateX(0); } }
  .button.button--sm {
    height: 30px;
    padding: 16px; }
    .button.button--sm svg {
      height: 10px; }
    @media (hover: hover), not all and (-moz-touch-enabled) {
      .button.button--sm:hover .button__label {
        transform: translateX(-6px); }
      .button.button--sm:hover svg {
        transform: translateX(4px); } }
  .button.button--lg {
    height: 46px; }
    @media screen and (max-width: 767px) {
      .button.button--lg {
        height: 32px; } }
  .button.button--dark {
    color: #0f0f0f;
    border-color: #0f0f0f; }
    .button.button--dark svg > * {
      fill: #0f0f0f; }
  .button.background {
    background: rgba(255, 255, 255, 0.16); }
  .button.button--secondary {
    color: #bbbbbb;
    border-color: #bbbbbb; }
    .button.button--secondary svg > * {
      fill: #bbbbbb; }
    @media screen and (pointer: fine) and (hover: hover) {
      .button.button--secondary {
        transition: all .2s; }
        .button.button--secondary:hover {
          color: #0f0f0f;
          border-color: #0f0f0f; }
          .button.button--secondary:hover svg > * {
            fill: #0f0f0f; } }
    @media screen and (pointer: fine) and (hover: hover) {
      .button.button--secondary--hoverWhite {
        transition: all .2s; }
        .button.button--secondary--hoverWhite:hover {
          color: #ffffff;
          border-color: #ffffff; }
          .button.button--secondary--hoverWhite:hover svg > * {
            fill: #ffffff; } }
  .button.button--square {
    width: 40px;
    padding: 0; }
    @media screen and (max-width: 767px) {
      .button.button--square {
        width: 32px; } }

.pagination {
  display: flex;
  flex-direction: row; }
  .pagination .button:not(:last-child) {
    margin-right: 6px; }
  .pagination .button.currentPage {
    color: #0f0f0f;
    border-color: #0f0f0f; }

.loader {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 600px;
  flex-direction: column; }
  @media screen and (max-height: 700px) {
    .loader {
      height: 460px; } }
  .loader > svg {
    width: 200px;
    height: auto; }
  .loader .spinner {
    margin-top: 20px; }

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

.spinner {
  display: block;
  border: 4px solid rgba(15, 15, 15, 0.1);
  border-left-color: #0f0f0f;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: spin 1.2s linear infinite; }

.eventPreview {
  width: 100%;
  background-color: #eeeeee;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  padding-bottom: 200px;
  height: 500px; }
  @media screen and (max-width: 767px) {
    .eventPreview {
      padding-bottom: 0;
      height: auto; } }
  .eventPreview.eventPreview--lightMode {
    background-color: #eeeeee;
    color: #0f0f0f; }
    .eventPreview.eventPreview--lightMode .eventPreview__excerpt {
      color: #0f0f0f; }
    .eventPreview.eventPreview--lightMode .eventPreview__description, .eventPreview.eventPreview--lightMode .eventPreview__actionButtonsWrapper {
      background-color: #eeeeee;
      color: #0f0f0f; }
  .eventPreview .departmentBookmark {
    z-index: 1; }
  @media screen and (max-width: 767px) {
    .eventPreview.eventPreview--mobileCondensed .eventPreview__excerpt {
      display: none; }
    .eventPreview.eventPreview--mobileCondensed .eventPreview__description {
      height: 170px; } }
  .eventPreview.active, .eventPreview:hover {
    z-index: 2; }
    .eventPreview.active .departmentBookmark::after, .eventPreview:hover .departmentBookmark::after {
      transform: translate(0); }
    .eventPreview.active .departmentBookmark__badge, .eventPreview:hover .departmentBookmark__badge {
      transform: translate(0); }
    .eventPreview.active .eventPreview__image, .eventPreview:hover .eventPreview__image {
      transform: scale(1);
      opacity: 1; }
  .eventPreview__image {
    background-position: center;
    background-blend-mode: multiply;
    background-size: cover;
    transition: 2s;
    height: 100%;
    width: 100%;
    object-fit: cover; }
    @media screen and (pointer: fine), screen and (hover: hover) {
      .eventPreview__image {
        will-change: transform, opacity;
        transform: scale(1.04);
        opacity: 0.8; } }
    .eventPreview__image.eventPreview__image--mask.color-24 {
      background-color: rgba(252, 169, 22, 0.66); }
    .eventPreview__image.eventPreview__image--mask.color-23 {
      background-color: rgba(0, 177, 146, 0.66); }
    .eventPreview__image.eventPreview__image--mask.color-25 {
      background-color: rgba(219, 79, 140, 0.66); }
    .eventPreview__image.eventPreview__image--mask.color-27 {
      background-color: rgba(0, 165, 236, 0.66); }
    .eventPreview__image.eventPreview__image--mask.color-26 {
      background-color: rgba(234, 25, 33, 0.66); }
  .eventPreview__imageWrapper {
    overflow: hidden;
    height: 100%;
    position: relative; }
    @media screen and (max-width: 767px) {
      .eventPreview__imageWrapper {
        height: 180px; } }
  .eventPreview__description {
    display: flex;
    flex-direction: column;
    width: 100%;
    transition: .2s;
    position: absolute;
    bottom: 0;
    background: #0f0f0f; }
    .eventPreview__description {
      padding-top: 12px;
      padding-bottom: 12px; }
      @media screen and (min-width: 375px) {
        .eventPreview__description {
          padding-top: calc(1.31951vw + 7.05184px);
          padding-bottom: calc(1.31951vw + 7.05184px); } }
      @media screen and (min-width: 1436px) {
        .eventPreview__description {
          padding-top: 26px;
          padding-bottom: 26px; } }
    .eventPreview__description {
      padding-left: 30px;
      padding-right: 30px; }
      @media screen and (min-width: 1001px) {
        .eventPreview__description {
          padding-left: calc(7.35632vw - 43.63678px);
          padding-right: calc(7.35632vw - 43.63678px); } }
      @media screen and (min-width: 1436px) {
        .eventPreview__description {
          padding-left: 62px;
          padding-right: 62px; } }
    .eventPreview__description {
      padding-left: 26px;
      padding-right: 26px; }
      @media screen and (min-width: 375px) {
        .eventPreview__description {
          padding-left: calc(0.63898vw + 23.60383px);
          padding-right: calc(0.63898vw + 23.60383px); } }
      @media screen and (min-width: 1001px) {
        .eventPreview__description {
          padding-left: 30px;
          padding-right: 30px; } }
    @media screen and (pointer: fine) and (hover: hover) {
      .eventPreview__description {
        transform: translateY(calc(100% - 200px)); } }
    @media screen and (max-width: 767px) {
      .eventPreview__description {
        position: relative; } }
  @media screen and (pointer: fine), screen and (hover: hover) {
    .eventPreview:hover .eventPreview__description {
      transform: translateY(0); }
    .eventPreview:hover .eventPreview__excerpt {
      transform: translateY(0);
      opacity: 1; } }
  .eventPreview__header {
    display: flex;
    flex-direction: row;
    margin-bottom: 4px; }
  .eventPreview__tags {
    color: #bbbbbb;
    margin-left: auto; }
  .eventPreview__heading {
    font-family: "Oswald", sans-serif;
    line-height: 1.3;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    margin-bottom: 12px; }
    .eventPreview__heading {
      font-size: 22px; }
      @media screen and (min-width: 375px) {
        .eventPreview__heading {
          font-size: calc(0.5655vw + 19.87936px); } }
      @media screen and (min-width: 1436px) {
        .eventPreview__heading {
          font-size: 28px; } }
    @media screen and (max-width: 767px) {
      .eventPreview__heading {
        margin-bottom: 6px; }
        .eventPreview--mobileCondensed .eventPreview__heading {
          margin-bottom: 0px; } }
  .eventPreview__excerptWrapper {
    overflow: hidden;
    margin-bottom: 58px; }
    @media screen and (max-width: 767px) {
      .eventPreview__excerptWrapper {
        margin-bottom: 0; } }
  .eventPreview__excerpt {
    line-height: 1.5;
    color: #bbbbbb;
    transition: .2s; }
    @media screen and (pointer: fine) and (hover: hover) {
      .eventPreview__excerpt {
        will-change: transform, opacity;
        transform: translateY(100%);
        opacity: 0; } }
  .eventPreview__actionButtonsWrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    background: #0f0f0f; }
    .eventPreview__actionButtonsWrapper {
      padding-bottom: 18px; }
      @media screen and (min-width: 375px) {
        .eventPreview__actionButtonsWrapper {
          padding-bottom: calc(0.75401vw + 15.17248px); } }
      @media screen and (min-width: 1436px) {
        .eventPreview__actionButtonsWrapper {
          padding-bottom: 26px; } }
    .eventPreview__actionButtonsWrapper {
      padding-left: 30px;
      padding-right: 30px; }
      @media screen and (min-width: 1001px) {
        .eventPreview__actionButtonsWrapper {
          padding-left: calc(7.35632vw - 43.63678px);
          padding-right: calc(7.35632vw - 43.63678px); } }
      @media screen and (min-width: 1436px) {
        .eventPreview__actionButtonsWrapper {
          padding-left: 62px;
          padding-right: 62px; } }
    .eventPreview__actionButtonsWrapper {
      padding-left: 26px;
      padding-right: 26px; }
      @media screen and (min-width: 375px) {
        .eventPreview__actionButtonsWrapper {
          padding-left: calc(0.63898vw + 23.60383px);
          padding-right: calc(0.63898vw + 23.60383px); } }
      @media screen and (min-width: 1001px) {
        .eventPreview__actionButtonsWrapper {
          padding-left: 30px;
          padding-right: 30px; } }
    .eventPreview__actionButtonsWrapper > *:not(:last-child) {
      margin-right: 20px; }
    @media screen and (max-width: 767px) {
      .eventPreview__actionButtonsWrapper {
        position: relative; } }

.topBar {
  width: 100%;
  background-color: #dddddd;
  z-index: 3; }
  @media screen and (min-width: 1100px) {
    .topBar {
      position: fixed;
      top: 100px; } }
  @media screen and (max-width: 1000px) {
    .topBar {
      top: 64px; } }
  .topBar__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px; }
    @media screen and (max-width: 767px) {
      .topBar__wrapper {
        height: 40px; } }
  .topBar__title {
    font-family: "Oswald", sans-serif; }
    .topBar__title {
      font-size: 24px; }
      @media screen and (min-width: 375px) {
        .topBar__title {
          font-size: calc(0.377vw + 22.58624px); } }
      @media screen and (min-width: 1436px) {
        .topBar__title {
          font-size: 28px; } }
  .topBar__viewSwitcher {
    margin-left: auto; }

.calendarHeader {
  position: fixed;
  top: 150px;
  width: 100%;
  z-index: 3;
  left: 0;
  background-color: #dddddd; }

.calendarBody {
  position: relative;
  padding-top: 110px; }

#tribe-events-content.tribe-events-list {
  padding: 0 !important; }

#tribe-events-content {
  margin-bottom: 0; }

.calendarNavigation {
  display: flex;
  flex-direction: row;
  height: 50px;
  align-items: center; }

.regularEventsFilter {
  background-color: #dddddd;
  width: 100%;
  left: 0;
  z-index: 3; }
  @media screen and (min-width: 1100px) {
    .regularEventsFilter {
      position: fixed;
      top: 150px; } }
  .regularEventsFilter .postCategoryFilter {
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center; }

.regularEventsList {
  position: relative; }
  @media screen and (min-width: 1100px) {
    .regularEventsList {
      top: 100px;
      margin-bottom: 100px; } }

#recurring-events-filters {
  width: 100%;
  background-color: #dddddd;
  z-index: 3; }
  @media screen and (min-width: 1100px) {
    #recurring-events-filters {
      position: fixed;
      top: 100px; } }

.filter-wrap__header {
  height: 50px;
  display: flex;
  align-items: center; }

.filtered-posts {
  position: relative; }
  @media screen and (min-width: 1100px) {
    .filtered-posts-2 {
      top: 130px;
      margin-bottom: 130px; } }

.em-item-image {
	display: none;
}