/*
 * Theme Name: Children’s Festival 2022
 * Theme URI: https://childrensfestival.ca
 * Description: Custom theme for WordPress built with Timber
 * Author: Out-Smarts (Mhairi Petrovic) and Typefirst (Kyle Robertson)
 * Version: 1.0.1
 * License: MIT
 * Text Domain: vicf
*/@charset "UTF-8";
@import url("//hello.myfonts.net/count/2cea73");
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          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 {
  -webkit-box-sizing: border-box;
          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] {
  -webkit-box-sizing: border-box;
          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;
}

/*
 * Base styles: opinionated defaults from HTML5 Boilerplate
 *
 * Copyright (c) HTML5 Boilerplate
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to
 * deal in the Software without restriction, including without limitation the
 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 * sell copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
 * IN THE SOFTWARE.
 *
 */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
*:before,
*:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* End HTML5 Boilerplate */
@font-face {
  font-family: "Clarendon BT Roman";
  src: url("static/webfonts/2CEA73_0_0.eot");
  src: url("static/webfonts/2CEA73_0_0.eot?#iefix") format("embedded-opentype"), url("static/webfonts/2CEA73_0_0.woff2") format("woff2"), url("static/webfonts/2CEA73_0_0.woff") format("woff"), url("static/webfonts/2CEA73_0_0.ttf") format("truetype");
}
@font-face {
  font-family: "Marujo Regular";
  src: url("static/webfonts/marujo-webfont.eot");
  src: url("static/webfonts/marujo-webfont.eot?#iefix") format("embedded-opentype"), url("static/webfonts/marujo-webfont.woff2") format("woff2"), url("static/webfonts/marujo-webfont.woff") format("woff"), url("static/webfonts/marujo-webfont.ttf") format("truetype"), url("static/webfonts/marujo-webfont.svg#marujoregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.wp-block-columns.feature {
  margin: 1rem auto;
  gap: 0;
}
.wp-block-columns.feature .wp-block-column {
  margin: 0 !important;
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns.feature .wp-block-column {
    -ms-flex-preferred-size: auto !important;
        flex-basis: auto !important;
  }
}
.wp-block-columns.feature figure {
  margin: 0;
  height: 100%;
}
.wp-block-columns.feature figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-block-columns.feature .wp-block-vicf-full-bleed-container {
  height: 100%;
  padding: 3rem 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-block-columns.feature .wp-block-vicf-full-bleed-container h2 {
  margin: 0;
  text-transform: uppercase;
}
.wp-block-columns.feature .wp-block-vicf-full-bleed-container p {
  line-height: 2rem;
}
@media screen and (min-width: 920px) {
  .wp-block-columns.feature .wp-block-vicf-full-bleed-container {
    padding: 6rem 20%;
  }
}

.wp-block-vicf-featured-performer .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.wp-block-vicf-featured-performer a {
  color: #fff;
  text-decoration: none;
}
.wp-block-vicf-featured-performer a:focus, .wp-block-vicf-featured-performer a:hover {
  color: #fff;
}
@media screen and (min-width: 600px) {
  .wp-block-vicf-featured-performer figure {
    position: relative;
  }
  .wp-block-vicf-featured-performer figure img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
  }
}

.block-editor__container .staff__list,
.front-end .staff__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4rem;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0 4rem;
  padding: 0;
}
.block-editor__container .staff__member,
.front-end .staff__member {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16rem;
          flex: 0 0 16rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.block-editor__container .staff__member__image,
.front-end .staff__member__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.block-editor__container .staff__member__name,
.front-end .staff__member__name {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.block-editor__container .staff__member__title,
.front-end .staff__member__title {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.block-editor__container .staff__member__image,
.front-end .staff__member__image {
  width: 12rem !important;
  height: 12rem;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.block-editor__container .staff__member__name,
.front-end .staff__member__name {
  margin: 1rem 0 0;
  font-family: "Marujo Regular", sans-serif;
}
.block-editor__container .staff__member__title,
.front-end .staff__member__title {
  margin: 0 0 auto;
}

.block-editor__container .donors,
.front-end .donors {
  background: #f3f3f3;
  border: 1px solid #e5e5e5;
  border-radius: 0.1875rem;
  padding: 2rem;
  margin: 0 0 5rem;
}
.block-editor__container .donors__heading,
.front-end .donors__heading {
  color: #000;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.5rem;
  line-height: 2rem;
  margin: 0 0 1rem;
}
.block-editor__container .donors__list,
.front-end .donors__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block-editor__container .donors__donor,
.front-end .donors__donor {
  margin-bottom: 0.5rem;
}
.block-editor__container .donors a,
.front-end .donors a {
  text-decoration: none;
}
.block-editor__container .donors--with-logos,
.front-end .donors--with-logos {
  background: transparent;
  border: none;
  padding: 0;
}
.block-editor__container .donors--with-logos .donors__list,
.front-end .donors--with-logos .donors__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.block-editor__container .donors--with-logos .donors__donor,
.front-end .donors--with-logos .donors__donor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  width: 13.5rem;
  height: 8rem;
}
.block-editor__container .donors--with-logos .donors__donor a,
.front-end .donors--with-logos .donors__donor a {
  height: 100%;
}
.block-editor__container .donors--with-logos .donors__donor img,
.front-end .donors--with-logos .donors__donor img {
  height: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.block-editor__container .wp-block-vicf-subnav__wrapper,
.front-end .wp-block-vicf-subnav__wrapper {
  background: #D2C3DE;
  margin: 1rem 0;
}
.block-editor__container .wp-block-vicf-subnav__list,
.front-end .wp-block-vicf-subnav__list {
  list-style: none;
  margin: 0;
  padding: 1rem;
}
.block-editor__container .wp-block-vicf-subnav__item a,
.front-end .wp-block-vicf-subnav__item a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}
.block-editor__container .wp-block-vicf-subnav__item a:focus, .block-editor__container .wp-block-vicf-subnav__item a:hover,
.front-end .wp-block-vicf-subnav__item a:focus,
.front-end .wp-block-vicf-subnav__item a:hover {
  text-decoration: underline;
}
@media screen and (min-width: 640px) {
  .block-editor__container .wp-block-vicf-subnav__list,
.front-end .wp-block-vicf-subnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .block-editor__container .wp-block-vicf-subnav__item:not(:last-child):after,
.front-end .wp-block-vicf-subnav__item:not(:last-child):after {
    content: "|";
    padding: 0 1rem;
  }
}

.block-editor__container .accordion,
.js.front-end .accordion {
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  margin: 2rem 0;
  padding: 0 1rem;
}
.block-editor__container .accordion__heading,
.js.front-end .accordion__heading {
  margin: 2rem auto;
}
.block-editor__container .accordion__heading button,
.js.front-end .accordion__heading button {
  border: 1px solid #C4C4C4;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  font-family: "Marujo Regular", sans-serif;
  padding: 0.5rem 1rem;
  position: relative;
  display: block;
  width: 100%;
}
.block-editor__container .accordion__heading button:focus, .block-editor__container .accordion__heading button:hover,
.js.front-end .accordion__heading button:focus,
.js.front-end .accordion__heading button:hover {
  color: #08529B;
}
.block-editor__container .accordion__heading button:focus:after, .block-editor__container .accordion__heading button:hover:after,
.js.front-end .accordion__heading button:focus:after,
.js.front-end .accordion__heading button:hover:after {
  color: #08529B;
}
.block-editor__container .accordion__heading button:after,
.js.front-end .accordion__heading button:after {
  color: #828282;
  content: "<";
  position: absolute;
  font-family: sans-serif;
  font-weight: bold;
  right: 1rem;
  top: 1rem;
  -webkit-transform: scale(1.5, 0.75) rotate(90deg);
          transform: scale(1.5, 0.75) rotate(90deg);
}
.block-editor__container .accordion__heading button[aria-expanded=true],
.js.front-end .accordion__heading button[aria-expanded=true] {
  border-bottom: none;
  border-radius: 3px 3px 0 0;
}
.block-editor__container .accordion__heading button[aria-expanded=false]:after,
.js.front-end .accordion__heading button[aria-expanded=false]:after {
  -webkit-transform: scale(1.5, 0.75) rotate(270deg);
          transform: scale(1.5, 0.75) rotate(270deg);
}

.js.front-end .accordion {
  margin: -2rem 0 2rem;
  border-radius: 0 0 3px 3px;
  border-top: none;
}

.ways-to-watch .wp-block-image .aligncenter {
  margin-left: 0;
}
@media screen and (min-width: 600px) {
  .ways-to-watch .wp-block-image .aligncenter {
    margin-left: auto;
  }
}
.ways-to-watch .wp-block-image img {
  max-width: 5rem;
}

.slick--lightbox {
  position: fixed;
  top: 10vh;
  left: 10vw;
  bottom: 10vh;
  right: 10vw;
  background: #fff;
  border-radius: 0.125rem;
  z-index: 10;
  opacity: 1;
  -webkit-transition: opacity 175ms ease-out;
  transition: opacity 175ms ease-out;
}
.slick--lightbox.hidden {
  opacity: 0;
}
.slick--lightbox__close {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  z-index: 5;
}
.slick--lightbox__close:focus {
  outline: 2px solid #936FB1;
  outline-offset: 0.25rem;
}
.slick--lightbox__close svg {
  width: 3rem;
  height: 3rem;
  fill: #936FB1;
}
.slick--lightbox img {
  margin: auto;
  max-width: 100%;
}
.slick--lightbox .slick-initialized.slick {
  height: 100%;
}
.slick--lightbox .slick-initialized.slick .slick-list,
.slick--lightbox .slick-initialized.slick .slick-track {
  height: 100%;
}
.slick--lightbox__close:focus, .slick__arrow:focus, .slick__pagination__page:focus {
  outline-color: #936FB1 !important;
}
.slick__arrow svg {
  fill: #936FB1;
}
.slick__pagination__page {
  background: #D2C3DE;
}
.slick__pagination__page.is-active {
  background: #936FB1;
}
.slick .slick-slide img {
  -o-object-fit: contain;
     object-fit: contain;
}

.wp-block-vicf-image-carousel h2 {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}
.js .wp-block-vicf-image-carousel .slick a {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.js .tease-post,
.js .tease-vicf_performer,
.js .vicf-card,
.js .wp-block-query .wp-block-post,
.js .festival__show {
  cursor: pointer;
}

.wp-block-columns.match-height .wp-block-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}

.vicf-card {
  border: 1px solid #C4C4C4;
  border-radius: 0.1875rem;
  margin: 4rem auto 0;
  width: 100%;
  min-width: 200px;
  max-width: 320px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.vicf-card__heading {
  background: #00A2E3;
  font-family: "Clarendon BT Roman", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, Times, "Times New Roman", serif;
  font-size: 1.75rem;
  padding: 5rem 1rem 1.5rem;
  text-transform: uppercase;
}
.vicf-card__icon {
  background: #fff;
  border: 0.375rem solid #00A2E3;
  border-radius: 50%;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -35%);
          transform: translate(-50%, -35%);
}
.vicf-card .wp-block-buttons {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  margin: auto 0 0;
}
.vicf-card__icon + p {
  margin-top: 2rem;
}
.vicf-card p {
  margin: 1rem 0;
}
.vicf-card--black .vicf-card__heading {
  background: #000;
  color: #fff;
}
.vicf-card--black .vicf-card__icon {
  border-color: #000;
}
.vicf-card--black .pricing {
  background: rgba(0, 0, 0, 0.1);
}
.vicf-card--light-grey .vicf-card__heading {
  background: #f3f3f3;
  color: #000;
}
.vicf-card--light-grey .vicf-card__icon {
  border-color: #f3f3f3;
}
.vicf-card--light-grey .pricing {
  background: rgba(243, 243, 243, 0.1);
}
.vicf-card--white .vicf-card__heading {
  background: #fff;
  color: #000;
}
.vicf-card--white .vicf-card__icon {
  border-color: #fff;
}
.vicf-card--white .pricing {
  background: rgba(255, 255, 255, 0.1);
}
.vicf-card--lime .vicf-card__heading {
  background: #9FCF67;
  color: #000;
}
.vicf-card--lime .vicf-card__icon {
  border-color: #9FCF67;
}
.vicf-card--lime .pricing {
  background: rgba(159, 207, 103, 0.1);
}
.vicf-card--blue .vicf-card__heading {
  background: #08529B;
  color: #fff;
}
.vicf-card--blue .vicf-card__icon {
  border-color: #08529B;
}
.vicf-card--blue .pricing {
  background: rgba(8, 82, 155, 0.1);
}
.vicf-card--purple .vicf-card__heading {
  background: #383092;
  color: #fff;
}
.vicf-card--purple .vicf-card__icon {
  border-color: #383092;
}
.vicf-card--purple .pricing {
  background: rgba(56, 48, 146, 0.1);
}
.vicf-card--light-mauve .vicf-card__heading {
  background: #D2C3DE;
  color: #000;
}
.vicf-card--light-mauve .vicf-card__icon {
  border-color: #D2C3DE;
}
.vicf-card--light-mauve .pricing {
  background: rgba(210, 195, 222, 0.1);
}
.vicf-card--mauve .vicf-card__heading {
  background: #936FB1;
  color: #000;
}
.vicf-card--mauve .vicf-card__icon {
  border-color: #936FB1;
}
.vicf-card--mauve .pricing {
  background: rgba(147, 111, 177, 0.1);
}
.vicf-card--teal .vicf-card__heading {
  background: #00B1B2;
  color: #000;
}
.vicf-card--teal .vicf-card__icon {
  border-color: #00B1B2;
}
.vicf-card--teal .pricing {
  background: rgba(0, 177, 178, 0.1);
}
.vicf-card--azure .vicf-card__heading {
  background: #00A2E3;
  color: #000;
}
.vicf-card--azure .vicf-card__icon {
  border-color: #00A2E3;
}
.vicf-card--azure .pricing {
  background: rgba(0, 162, 227, 0.1);
}
.vicf-card--pink .vicf-card__heading {
  background: #850C70;
  color: #fff;
}
.vicf-card--pink .vicf-card__icon {
  border-color: #850C70;
}
.vicf-card--pink .pricing {
  background: rgba(133, 12, 112, 0.1);
}
.vicf-card--section {
  padding: 0 1.5rem 1.5rem;
}
.vicf-card--section .vicf-card__heading {
  border-radius: 0.1875rem;
  margin: -1px calc(-1.5rem - 1px) 0;
}
.vicf-card--pricing {
  padding: 0 1.5rem 1.5rem;
}
.vicf-card--pricing .vicf-card__heading {
  font-family: "Marujo Regular", sans-serif;
  margin: -1px calc(-1.5rem - 1px) 0;
}
.vicf-card--pricing .pricing {
  margin: 0 -1.5rem;
  padding: 2rem;
}
.vicf-card--pricing .pricing__prefix {
  display: block;
  font-size: 1rem;
  margin-bottom: 1rem;
}
.vicf-card--pricing .pricing__amount {
  font-family: "Clarendon BT Roman", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, Times, "Times New Roman", serif;
  font-size: 1.75rem;
}
.vicf-card--pricing .pricing__unit {
  font-weight: bold;
}

.hero {
  margin: 1rem 0;
  text-align: center;
}
.hero__background {
  margin: 0;
}
.hero__background figcaption {
  font-size: 1rem;
}
.hero__heading {
  margin: 1rem 0;
}
.hero__teaser-info ul {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}
.hero__teaser-info ul li {
  margin: 0 !important;
  padding: 0 1rem 0.5rem;
}
.hero__teaser-info ul li:last-child {
  padding-bottom: 0;
}
.hero__teaser-info ul b, .hero__teaser-info ul strong {
  font-family: "Marujo Regular", sans-serif;
}
.hero__jump-link {
  display: none;
}
@media screen and (min-width: 600px) {
  .hero__teaser-info ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hero li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0;
  }
}
@media screen and (min-width: 960px) {
  .hero {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 28rem;
  }
  .hero__background {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .hero__background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .hero__background figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    padding: 0.5rem;
    background: rgba(0, 0, 0, 0.5);
  }
  .hero__content {
    background: rgba(243, 243, 243, 0.9);
    position: relative;
    z-index: 2;
    margin-top: auto;
    margin-bottom: 4rem;
    padding: 1rem 2rem;
    max-width: 60%;
  }
  .hero__jump-link {
    display: block;
    margin: auto;
    max-width: 4rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 75%);
            transform: translate(-50%, 75%);
  }
  .hero__jump-link svg {
    fill: #fff;
  }
}
.hero .header__breadcrumbs a {
  color: #000;
  text-decoration: none;
}
.hero .header__breadcrumbs a:focus, .hero .header__breadcrumbs a:hover {
  color: #08529B;
  text-decoration: underline;
}
.hero .header__breadcrumbs li:after {
  content: " >";
}

@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  90% {
    -webkit-transform: scale(2) translateY(-0.75rem);
            transform: scale(2) translateY(-0.75rem);
  }
  100% {
    font-size: scale(1) translateY(0);
  }
}

@keyframes pop {
  0% {
    -webkit-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
  }
  90% {
    -webkit-transform: scale(2) translateY(-0.75rem);
            transform: scale(2) translateY(-0.75rem);
  }
  100% {
    font-size: scale(1) translateY(0);
  }
}
.impact {
  text-align: center;
}
.impact h2 {
  margin-bottom: 0;
  text-transform: uppercase;
}
.impact .wp-block-columns {
  margin-top: 0 !important;
}
.impact .wp-block-image {
  max-width: 320px;
  margin: auto;
}
.impact .wp-block-image figcaption {
  color: #000;
  margin: -1rem 0 0 0;
}
.impact .wp-block-image figcaption strong {
  display: block;
  font-size: 1.875rem;
  line-height: 2rem;
}
.impact .wp-block-image figcaption.js-animating strong {
  -webkit-animation: pop 1200ms ease-out;
          animation: pop 1200ms ease-out;
}

.slick-initialized .slick-arrow {
  background: transparent;
  -webkit-transform: scale(0.75) translateY(-75%);
          transform: scale(0.75) translateY(-75%);
}
.slick-initialized .slick-arrow:disabled {
  opacity: 0.1;
}
.slick-initialized .slick-list {
  height: 90%;
  margin: 0 3rem;
}
.slick-initialized .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-initialized .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  float: none;
  height: auto;
}
.slick-initialized .slick-slide figure {
  margin: 0;
  padding: 0 1rem;
}
.slick-initialized .slick-arrow {
  margin-top: -1rem;
}
.slick-initialized .slick-arrow .slick-next-icon,
.slick-initialized .slick-arrow .slick-prev-icon {
  color: #D2C3DE;
}
.slick-initialized .slick-arrow:focus .slick-next-icon,
.slick-initialized .slick-arrow:focus .slick-prev-icon, .slick-initialized .slick-arrow:hover .slick-next-icon,
.slick-initialized .slick-arrow:hover .slick-prev-icon {
  color: #936FB1 !important;
}
.slick-initialized .slick-arrow svg {
  fill: #936FB1;
}
.slick-initialized .slick-next {
  right: 0.25rem;
}
.slick-initialized .slick-prev {
  left: 0.25rem;
}
.slick-initialized .slick img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: calc(100% - 2rem);
  -o-object-fit: cover;
     object-fit: cover;
}
.slick-initialized .slick figcaption {
  font-size: 1rem;
  text-align: center;
}

.wp-block-vicf-full-bleed-container.sponsors h2 {
  color: #08529B;
}
.wp-block-vicf-full-bleed-container.sponsors h2 {
  text-transform: uppercase;
}

.front-end .sponsors__wrapper h2,
.edit-post-visual-editor .sponsors__wrapper h2 {
  color: #08529B;
}

.sponsors {
  margin: 3rem 0;
}
.sponsors__wrapper h2 {
  text-align: center;
}
.sponsors__wrapper .slick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sponsors__wrapper .slick-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  height: 100%;
  margin-bottom: 1rem;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.sponsors__wrapper .slick-slide figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sponsors__wrapper .slick-slide figure--no-logo figcaption {
  font-size: 1.3125rem;
  margin: auto;
}
.sponsors__wrapper .slick-slide figure img {
  max-height: 8rem;
}
.sponsors__wrapper .slick-dots {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.5rem;
  position: static;
  width: auto;
}
.sponsors__wrapper .slick-dots .slick-dot-icon {
  opacity: 1;
}
.sponsors__wrapper .slick-dots .slick-active .slick-dot-icon:before {
  color: #936FB1;
  font-size: 1rem;
}
.sponsors__wrapper .slick-dots .slick-dot-icon:before {
  color: #D2C3DE;
  font-size: 0.75rem;
  line-height: 1.5rem;
  position: static;
  opacity: 1;
  vertical-align: middle;
}
.sponsors__wrapper .slick-dots li button:focus .slick-dot-icon:before {
  color: #936FB1;
}
.sponsors__wrapper .slick-autoplay-toggle-button {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  border: none;
  background: none;
  display: none;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.sponsors__wrapper .slick-autoplay-toggle-button svg {
  width: 100%;
  height: 100%;
  fill: #936FB1;
  vertical-align: initial;
}
.js .sponsors__wrapper .slick-autoplay-toggle-button {
  display: block;
}
.sponsors img {
  width: auto;
  margin: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.sponsors figcaption {
  text-align: center;
}

.testimonials {
  padding: 4rem 2rem 6rem;
  margin: auto;
}
.testimonials__wrapper {
  background: #f3f3f3;
}
.testimonials .wp-block-post-excerpt__more-link {
  display: none;
}
.testimonials h2 {
  margin: 0;
  text-align: center;
}
.testimonials .testimonial {
  margin: 0 auto;
  max-width: 480px;
}
.testimonials .testimonial__content p:first-of-type:before {
  content: "“";
}
.testimonials .testimonial__content p:last-of-type:after {
  content: "”";
}
.testimonials .testimonial__attribution {
  font-weight: bold;
}
.testimonials .testimonial__attribution:before {
  content: "—";
}
.testimonials li.block-editor-block-preview__live-content,
.testimonials li.block-editor-block-list__layout,
.testimonials .type-vicf_testimonial {
  background: #fff;
  padding: 1rem;
  padding-bottom: 2rem;
  margin-top: 4rem;
  border: 3px solid #9FCF67;
  border-radius: 3px;
  text-align: center;
}
.testimonials li.block-editor-block-preview__live-content h2,
.testimonials li.block-editor-block-list__layout h2,
.testimonials .type-vicf_testimonial h2 {
  color: #000;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
}
.testimonials li.block-editor-block-preview__live-content:before,
.testimonials li.block-editor-block-list__layout:before,
.testimonials .type-vicf_testimonial:before {
  content: "";
  display: block;
  background: url(static/images/icons/icon-testimonial.svg) no-repeat center center;
  background-size: contain;
  width: 100%;
  height: 6.25rem;
  margin-top: -4.3rem;
}
.testimonials.wp-block-vicf-full-bleed-container {
  margin: 1rem 0;
}
.testimonials.wp-block-vicf-full-bleed-container h2 {
  text-transform: uppercase;
  margin: 2rem 0 4rem 0;
}
.testimonials.has-light-grey-background-color h2 {
  color: #850C70;
}
@media screen and (min-width: 960px) {
  .testimonials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4rem;
    padding: 4rem 2rem 8rem;
  }
  .testimonials h2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .testimonials .type-vicf_testimonial {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 28%;
            flex: 0 0 28%;
    margin: 4rem 0 0 0;
  }
}

.single-vicf_festival .content-wrapper {
  margin: 3rem 1rem;
  max-width: 1200px;
}
@media screen and (min-width: 1200px) {
  .single-vicf_festival .content-wrapper {
    margin: 3rem auto;
  }
}

.festival__filter {
  margin: 0.5rem 0.25rem;
}
.festival__filter__list {
  list-style: none;
  margin: 3rem 0 7rem;
  border-bottom: 1px solid #000;
  padding: 0 0 2rem 0;
  position: relative;
}
.festival__filter__list.js-enhanced {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.festival__filter__list.js-enhanced button {
  border: none;
  background: #383092;
  color: #fff;
  display: inline-block;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: none;
  border-radius: 1px;
  margin: 0;
  color: #000;
}
.festival__filter__list.js-enhanced button:focus, .festival__filter__list.js-enhanced button:hover {
  background: #9FCF67;
  color: #000;
}
.festival__filter__list.js-enhanced [aria-selected=true] {
  background: #383092;
  color: #fff;
}
.festival__filter__list.js-enhanced [aria-selected=true]:focus, .festival__filter__list.js-enhanced [aria-selected=true]:hover {
  background: #9FCF67;
  color: #000;
}
.festival__filter__list.js-enhanced .festival__filter__term {
  max-width: 100%;
}
.festival__filter__list.js-enhanced .festival__filter__term__list {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 2rem;
}
@media screen and (min-width: 760px) {
  .festival__filter__list.js-enhanced .festival__filter__term:not(:last-child):after {
    content: "|";
    font-weight: bold;
    margin: auto;
    padding: 0 1rem;
  }
}
.festival__filter > a {
  border: none;
  background: #383092;
  color: #fff;
  display: inline-block;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: none;
  border-radius: 1px;
  margin: 0;
  color: #000;
}
.festival__filter > a:focus, .festival__filter > a:hover {
  background: #9FCF67;
  color: #000;
}
.festival__filter[aria-current] > a {
  background: #383092;
  color: #fff;
}
.festival__filter[aria-current] > a:focus, .festival__filter[aria-current] > a:hover {
  background: #9FCF67;
  color: #000;
}
.festival__filter__term {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.festival__filter__term__list {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.festival__filter__term__list[hidden] {
  display: none;
}
@media screen and (min-width: 760px) {
  .festival__filter__term__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.festival__filter__term a {
  border: none;
  background: #383092;
  color: #fff;
  display: inline-block;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border-radius: 1px;
  color: #000;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.festival__filter__term a:focus, .festival__filter__term a:hover {
  background: #9FCF67;
  color: #000;
}
.festival__filter__term[aria-current] a {
  background: #850C70;
  color: #fff;
}
.festival__filter__term[aria-current] a:focus, .festival__filter__term[aria-current] a:hover {
  background: #9FCF67;
  color: #000;
}
.festival__show {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 416px;
          flex: 1 1 416px;
  max-width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto 2rem;
  position: relative;
}
.festival__show__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  max-width: 960px;
}
@media screen and (min-width: 960px) {
  .festival__show__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.festival__show__title {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.festival__show__image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.festival__show__teaser {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.festival__show__teaser-info {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.festival__show__format {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}
.festival__show__more {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}
.festival__show__format {
  margin-top: auto;
  margin-bottom: 0;
  max-width: 50%;
  font-weight: bold;
}
.festival__show__format, .festival__show__teaser-info {
  font-size: 1.125rem;
  line-height: 2.5rem;
}
.festival__show__teaser-info {
  margin-top: auto;
}
.festival__show__teaser-info + .festival__show__format {
  margin-top: 1rem;
}
.festival__show__teaser-info ul {
  list-style: none;
  margin: auto 0 0;
  padding: 0;
  width: 50%;
}
.festival__show__teaser-info ul li {
  display: inline;
}
.festival__show__teaser-info ul li:after {
  content: "|";
  padding: 0 0.5rem;
}
.festival__show__teaser-info ul li:last-child:after {
  content: none;
}
.festival__show__image {
  width: 100% !important;
}
.festival__show__title {
  color: #000;
  font-family: "Clarendon BT Roman", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, Times, "Times New Roman", serif;
  font-size: 1.5rem;
  margin: 1rem 0 0;
  text-decoration: none;
  text-transform: uppercase;
}
.festival__show__teaser {
  margin: 1rem 0;
}
.festival__show__more {
/*   position: absolute; */
  /* update fix 20230622 */
  position: relative;
  align-self: end;
  /* end fix */
  width: 45%;
  right: 0;
  bottom: 0;
  text-align: center;
  border: none;
  background: #383092;
  color: #fff;
  display: inline-block;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #9FCF67;
  color: #000;
}
.festival__show__more:focus, .festival__show__more:hover {
  background: #383092;
  color: #fff;
}
.festival__date__heading {
  text-align: center;
}
.festival__date__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  list-style: none;
  margin: 0 0 3rem;
  padding: 0;
}
.festival__date a {
  border-radius: 50%;
  color: #000;
  display: block;
  line-height: 3rem;
  text-align: center;
  text-decoration: none;
  width: 3rem;
  height: 3rem;
}
.festival__date[aria-current] a,
.festival__date a:focus,
.festival__date a:hover {
  background-color: #D2C3DE;
}
.festival__showtimes__list {
  list-style: none;
  margin: 3rem auto 6rem;
  padding: 0;
  max-width: 54rem;
}
.front-end .festival__showtimes__list__heading {
  color: #000;
  text-align: center;
  font-family: "Marujo Regular", sans-serif;
}
.festival__showtimes__item {
  font-size: 1.125rem;
  text-align: center;
  margin: 0 auto 2rem;
  max-width: 480px;
}
.festival__showtimes__heading a {
  color: #000;
  text-decoration: none;
}
.festival__showtimes__image {
  max-width: 12rem;
}
.festival__showtimes__meta {
  font-weight: bold;
  margin: 2rem 0;
}
.festival__showtimes__language {
  margin: 0.5rem 0;
}
.festival__showtimes__sold-out {
  font-weight: bold;
  border: none;
  background: #383092;
  color: #fff;
  display: inline-block;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #000;
  margin: -1px;
  color: #000;
  cursor: auto;
}
.festival__showtimes__link {
  border: none;
  background: #383092;
  color: #fff;
  display: inline-block;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #9FCF67;
  color: #000;
}
.festival__showtimes__link:focus, .festival__showtimes__link:hover {
  background: #383092;
  color: #fff;
}
.festival__show .icon, .festival__showtimes__item .icon {
  margin-right: 0.5rem;
  width: 2rem;
  vertical-align: middle;
}
@media screen and (min-width: 760px) {
  .festival__showtimes__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: none;
    text-align: left;
  }
  .festival__showtimes__heading {
    margin-top: 0;
  }
  .festival__showtimes__divider {
    margin: 0 1rem;
  }
  .festival__showtimes__meta {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin: 0 2rem;
  }
  .festival__showtimes__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 12rem;
            flex: 0 0 12rem;
    min-width: 0;
    margin: auto;
  }
  .festival__showtimes__sold-out, .festival__showtimes__link {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10rem;
            flex: 0 0 10rem;
    justify-self: center;
    margin: auto;
  }
}

.front-end .accessibility h2,
.edit-post-visual-editor .accessibility h2 {
  color: #000;
}
.front-end .showtimes h3,
.edit-post-visual-editor .showtimes h3 {
  color: #08529B;
}

.single-vicf_performer .hero + #text + .wp-block-vicf-image-carousel .slick {
  margin: 1.5rem 0;
  height: 19rem;
}
.single-vicf_performer .hero + #text + .wp-block-vicf-image-carousel .slick .slick-slide {
  height: 20rem;
}
.single-vicf_performer .hero + .wp-block-columns,
.single-vicf_performer .slick--lightbox + .wp-block-columns {
  max-width: 1200px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
}
.single-vicf_performer .hero + .wp-block-columns .wp-block-column:first-child,
.single-vicf_performer .slick--lightbox + .wp-block-columns .wp-block-column:first-child {
  margin: 0 1rem;
  max-width: 37rem;
}
.single-vicf_performer .hero + .wp-block-columns .wp-block-column:first-child h2:first-child,
.single-vicf_performer .slick--lightbox + .wp-block-columns .wp-block-column:first-child h2:first-child {
  margin-top: 1rem;
}
.single-vicf_performer .hero + .wp-block-columns .wp-block-column:last-child p:first-child,
.single-vicf_performer .slick--lightbox + .wp-block-columns .wp-block-column:last-child p:first-child {
  margin-top: 0;
}
.single-vicf_performer .hero + .wp-block-columns .wp-block-column:last-child strong,
.single-vicf_performer .slick--lightbox + .wp-block-columns .wp-block-column:last-child strong {
  font-family: "Marujo Regular", sans-serif;
}
@media screen and (min-width: 600px) {
  .single-vicf_performer .hero + .wp-block-columns,
.single-vicf_performer .slick--lightbox + .wp-block-columns {
    margin: 0 1rem;
  }
  .front-end .single-vicf_performer .hero + .wp-block-columns .wp-block-column,
.front-end .single-vicf_performer .slick--lightbox + .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: calc(50% - 2rem) !important;
        flex-basis: calc(50% - 2rem) !important;
  }
  .single-vicf_performer .hero + .wp-block-columns .wp-block-column:first-child,
.single-vicf_performer .slick--lightbox + .wp-block-columns .wp-block-column:first-child {
    margin: 0;
  }
  .single-vicf_performer .hero + .wp-block-columns .wp-block-column:last-child,
.single-vicf_performer .slick--lightbox + .wp-block-columns .wp-block-column:last-child {
    margin-left: 4rem;
    max-width: 35rem;
  }
}
@media screen and (min-width: 82rem) {
  .single-vicf_performer .hero + .wp-block-columns,
.single-vicf_performer .slick--lightbox + .wp-block-columns {
    margin: 0 auto;
  }
}

.accessibility {
  background: rgba(147, 111, 177, 0.46);
  margin: 3rem 0;
  padding: 1rem 2rem;
}
.js.front-end .accessibility__heading button {
  background: rgba(147, 111, 177, 0.46);
  padding: 1rem 2rem;
  font-family: "Clarendon BT Roman", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase;
}
.js.front-end .accessibility__heading button:after {
  color: #936FB1;
}
.js.front-end .accessibility__heading button:focus, .js.front-end .accessibility__heading button:hover {
  color: #383092;
}
.js.front-end .accessibility__heading button[aria-expanded=true] {
  padding-bottom: 0;
}
.js.front-end .accessibility__heading button[aria-expanded=false] {
  margin-bottom: 2rem;
}
.js.front-end .accessibility.accordion {
  padding: 1rem 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 960px) {
  .js.front-end .accessibility.accordion {
    margin-top: -3rem;
  }
}
@media screen and (min-width: 82rem) {
  .js.front-end .accessibility.accordion {
    margin-top: 0;
  }
}
.accessibility h2 {
  text-align: center;
}
.accessibility b {
  font-family: "Marujo Regular", sans-serif;
  text-transform: uppercase;
}
.accessibility__type {
  margin: 0 0 1rem 1rem;
  position: relative;
  padding-left: 3rem;
}
.accessibility__type__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.accessibility__icon {
  max-width: 2.5rem !important;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.showtimes h2 {
  text-align: center;
}
.showtimes h3 {
  font-family: "Marujo Regular", sans-serif;
  margin: 0;
}
.showtimes table {
  margin-bottom: 3rem;
  border-collapse: separate;
  width: 100%;
}
.showtimes thead tr {
  margin-bottom: 1rem;
}
.showtimes th {
  padding: 1rem 0;
  border-bottom: 1px solid #000;
  text-transform: uppercase;
}
.showtimes th:first-child {
  text-align: left;
}
.showtimes .icon {
  display: inline-block;
  margin: 0 0.5rem 0 0;
  width: 2rem;
  height: 2rem;
  vertical-align: top;
}
.showtimes th:nth-child(2),
.showtimes td:nth-child(2) {
  display: none;
}
@media screen and (min-width: 460px) {
  .showtimes th:nth-child(2),
.showtimes td:nth-child(2) {
    display: table-cell;
  }
}
.showtimes__show {
  background: #f3f3f3;
}
.showtimes__show:first-of-type td {
  border-top-width: 2rem;
}
.showtimes__show td {
  border-top: 1rem solid #fff;
  padding: 1rem;
  text-align: center;
}
.showtimes__show td:first-child {
  text-align: left;
}
.showtimes__show a {
  border: none;
  background: #383092;
  color: #fff;
  display: inline-block;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #383092;
  color: #fff;
}
.showtimes__show a:focus, .showtimes__show a:hover {
  background: #9FCF67;
  color: #000;
}
.showtimes__recorded {
  width: 100%;
  margin-bottom: 4rem;
}
.showtimes__recorded .showtimes__label {
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  line-height: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.showtimes__recorded .showtimes__value {
  background: #f3f3f3;
  padding: 1.5rem;
  height: 100%;
  margin: 0;
}
.showtimes__recorded__tickets .showtimes__value {
  padding: 1rem 1.5rem;
}
.showtimes__recorded__tickets a {
  border: none;
  background: #383092;
  color: #fff;
  display: inline-block;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #383092;
  color: #fff;
}
.showtimes__recorded__tickets a:focus, .showtimes__recorded__tickets a:hover {
  background: #9FCF67;
  color: #000;
}
@media screen and (min-width: 760px) {
  .showtimes__recorded {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .showtimes__recorded__start, .showtimes__recorded__end, .showtimes__recorded__tickets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .showtimes__recorded__start {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 34%;
            flex: 0 0 34%;
  }
  .showtimes__recorded__end {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    text-align: center;
  }
  .showtimes__recorded__tickets {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33%;
            flex: 0 0 33%;
    text-align: center;
  }
}

.ticket-information p {
  margin: 0;
}
.ticket-information ul {
  margin: 0;
}
.ticket-information .wp-block-buttons {
  margin-bottom: 4rem;
}

.header__breadcrumbs {
  font-size: 1rem;
  list-style: none;
  margin: 0 1rem;
  max-width: 1440px;
  padding: 0;
}
.header__breadcrumbs li {
  display: inline;
}
.header__breadcrumbs li:after {
  content: " / ";
}
.header__breadcrumbs li:last-child:after {
  content: "";
}

img {
  max-width: 100%;
}

.front-end body {
  font-size: 100%;
}

.front-end body > *,
.wp-block {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5rem;
}

.front-end h1, .front-end h2, .front-end h3, .front-end h4,
.edit-post-visual-editor h1,
.edit-post-visual-editor h2,
.edit-post-visual-editor h3,
.edit-post-visual-editor h4 {
  font-family: "Clarendon BT Roman", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, Times, "Times New Roman", serif;
  font-weight: normal;
  text-transform: uppercase;
}
.front-end h1,
.edit-post-visual-editor h1 {
  color: #383092;
  font-size: 2rem;
  line-height: 2.5rem;
}
.front-end h2,
.edit-post-visual-editor h2 {
  color: #850C70;
  font-size: 1.75rem;
  line-height: 2rem;
}
.front-end h3,
.edit-post-visual-editor h3 {
  color: #000;
  font-size: 1.5rem;
  line-height: 2rem;
}

.wp-block-button {
  font-family: "Marujo Regular", sans-serif;
}
.wp-block-button .wp-block-button__link {
  border-radius: 3px;
}
.wp-block-button.is-style-primary .wp-block-button__link {
  border: none;
  background: #383092;
  color: #fff;
  display: inline-block;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #383092;
  color: #fff;
}
.wp-block-button.is-style-primary .wp-block-button__link:focus, .wp-block-button.is-style-primary .wp-block-button__link:hover {
  background: #9FCF67;
  color: #000;
}
.wp-block-button.is-style-secondary .wp-block-button__link {
  border: none;
  background: #383092;
  color: #fff;
  display: inline-block;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #9FCF67;
  color: #000;
}
.wp-block-button.is-style-secondary .wp-block-button__link:focus, .wp-block-button.is-style-secondary .wp-block-button__link:hover {
  background: #383092;
  color: #fff;
}
.wp-block-button.is-style-tertiary .wp-block-button__link {
  border: none;
  background: #383092;
  color: #fff;
  display: inline-block;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #000;
  margin: -1px;
  color: #000;
}
.wp-block-button.is-style-tertiary .wp-block-button__link:focus, .wp-block-button.is-style-tertiary .wp-block-button__link:hover {
  background: #383092;
  color: #fff;
}

.has-black-background-color.wp-block-button__link,
.has-black-background-color {
  background-color: #000;
  color: #fff;
}

.has-black-background-color h1, .has-black-background-color h2, .has-black-background-color h3, .has-black-background-color h4, .has-black-background-color h5, .has-black-background-color h6 {
  color: #fff;
}

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

.has-light-grey-background-color.wp-block-button__link,
.has-light-grey-background-color {
  background-color: #f3f3f3;
  color: #000;
}

.has-light-grey-background-color h1, .has-light-grey-background-color h2, .has-light-grey-background-color h3, .has-light-grey-background-color h4, .has-light-grey-background-color h5, .has-light-grey-background-color h6 {
  color: #000;
}

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

.has-white-background-color.wp-block-button__link,
.has-white-background-color {
  background-color: #fff;
  color: #000;
}

.has-white-background-color h1, .has-white-background-color h2, .has-white-background-color h3, .has-white-background-color h4, .has-white-background-color h5, .has-white-background-color h6 {
  color: #000;
}

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

.has-lime-background-color.wp-block-button__link,
.has-lime-background-color {
  background-color: #9FCF67;
  color: #000;
}

.has-lime-background-color h1, .has-lime-background-color h2, .has-lime-background-color h3, .has-lime-background-color h4, .has-lime-background-color h5, .has-lime-background-color h6 {
  color: #000;
}

.has-lime-color {
  color: #9FCF67;
}

.has-blue-background-color.wp-block-button__link,
.has-blue-background-color {
  background-color: #08529B;
  color: #fff;
}

.has-blue-background-color h1, .has-blue-background-color h2, .has-blue-background-color h3, .has-blue-background-color h4, .has-blue-background-color h5, .has-blue-background-color h6 {
  color: #fff;
}

.has-blue-color {
  color: #08529B;
}

.has-purple-background-color.wp-block-button__link,
.has-purple-background-color {
  background-color: #383092;
  color: #fff;
}

.has-purple-background-color h1, .has-purple-background-color h2, .has-purple-background-color h3, .has-purple-background-color h4, .has-purple-background-color h5, .has-purple-background-color h6 {
  color: #fff;
}

.has-purple-color {
  color: #383092;
}

.has-light-mauve-background-color.wp-block-button__link,
.has-light-mauve-background-color {
  background-color: #D2C3DE;
  color: #000;
}

.has-light-mauve-background-color h1, .has-light-mauve-background-color h2, .has-light-mauve-background-color h3, .has-light-mauve-background-color h4, .has-light-mauve-background-color h5, .has-light-mauve-background-color h6 {
  color: #000;
}

.has-light-mauve-color {
  color: #D2C3DE;
}

.has-mauve-background-color.wp-block-button__link,
.has-mauve-background-color {
  background-color: #936FB1;
  color: #000;
}

.has-mauve-background-color h1, .has-mauve-background-color h2, .has-mauve-background-color h3, .has-mauve-background-color h4, .has-mauve-background-color h5, .has-mauve-background-color h6 {
  color: #000;
}

.has-mauve-color {
  color: #936FB1;
}

.has-teal-background-color.wp-block-button__link,
.has-teal-background-color {
  background-color: #00B1B2;
  color: #000;
}

.has-teal-background-color h1, .has-teal-background-color h2, .has-teal-background-color h3, .has-teal-background-color h4, .has-teal-background-color h5, .has-teal-background-color h6 {
  color: #000;
}

.has-teal-color {
  color: #00B1B2;
}

.has-azure-background-color.wp-block-button__link,
.has-azure-background-color {
  background-color: #00A2E3;
  color: #000;
}

.has-azure-background-color h1, .has-azure-background-color h2, .has-azure-background-color h3, .has-azure-background-color h4, .has-azure-background-color h5, .has-azure-background-color h6 {
  color: #000;
}

.has-azure-color {
  color: #00A2E3;
}

.has-pink-background-color.wp-block-button__link,
.has-pink-background-color {
  background-color: #850C70;
  color: #fff;
}

.has-pink-background-color h1, .has-pink-background-color h2, .has-pink-background-color h3, .has-pink-background-color h4, .has-pink-background-color h5, .has-pink-background-color h6 {
  color: #fff;
}

.has-pink-color {
  color: #850C70;
}

.vicf-block-contact-info svg {
  fill: #850C70;
}
.vicf-block-fbc {
  padding: 1rem 2rem;
}
.vicf-block-fbc > p {
  margin: 2rem auto;
  max-width: 1440px;
}
.vicf-block-fbc .wp-block-button.is-style-tertiary .wp-block-button__link {
  border: none;
  margin: 0;
}
.vicf-block-fbc.has-purple-background-color .wp-block-button.is-style-secondary .wp-block-button__link:focus, .vicf-block-fbc.has-purple-background-color .wp-block-button.is-style-secondary .wp-block-button__link:hover {
  background: #fff;
  color: #000;
}
.vicf-block-fbc.has-purple-background-color .wp-block-button.is-style-tertiary .wp-block-button__link:focus, .vicf-block-fbc.has-purple-background-color .wp-block-button.is-style-tertiary .wp-block-button__link:hover {
  background: #9FCF67;
  color: #000;
}

.wp-block-query {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 4rem auto;
}

.wp-admin .wp-block-query li,
.wp-block-post {
  background: #fff;
  color: #000;
  padding: 1rem 2rem;
  position: relative;
}
.wp-admin .wp-block-query li figure,
.wp-block-post figure {
  margin: -1rem -2rem 2rem -2rem;
}
.wp-admin .wp-block-query li figure img,
.wp-block-post figure img {
  width: 100%;
  height: 20rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.wp-admin .wp-block-query li h2,
.wp-block-post h2 {
  color: #850C70;
  font-size: 1.75rem;
  text-transform: uppercase;
}
.wp-admin .wp-block-query li .wp-block-post-excerpt__excerpt,
.wp-block-post .wp-block-post-excerpt__excerpt {
  line-height: 2rem;
}
.wp-admin .wp-block-query li .wp-block-post-excerpt__more-link,
.wp-block-post .wp-block-post-excerpt__more-link {
  border: none;
  background: #383092;
  color: #fff;
  display: inline-block;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #9FCF67;
  color: #000;
}
.wp-admin .wp-block-query li .wp-block-post-excerpt__more-link:focus, .wp-admin .wp-block-query li .wp-block-post-excerpt__more-link:hover,
.wp-block-post .wp-block-post-excerpt__more-link:focus,
.wp-block-post .wp-block-post-excerpt__more-link:hover {
  background: #383092;
  color: #fff;
}

.header .wp-block-columns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #383092;
  font-family: "Clarendon BT Roman", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, Times, "Times New Roman", serif;
  text-transform: uppercase;
}
.header .wp-block-image {
  max-width: 20rem;
  margin: auto;
}
@media screen and (min-width: 1024px) {
  .header .wp-block-image {
    max-width: 16rem;
  }
}
.header a {
  text-decoration: none;
}

#footer .wp-block-column:last-child p,
#footer h2,
div[data-widget-area-id=vicf_footer] .wp-block-column:last-child p,
div[data-widget-area-id=vicf_footer] h2 {
  color: #08529B;
  font-family: "Clarendon BT Roman", Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, Times, "Times New Roman", serif;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: normal;
  text-transform: uppercase;
}
#footer .wp-block-column:last-child p,
div[data-widget-area-id=vicf_footer] .wp-block-column:last-child p {
  line-height: 3rem;
  margin: 1rem auto 0;
}
#footer .wp-block-social-links,
div[data-widget-area-id=vicf_footer] .wp-block-social-links {
  margin: 0 auto;
}
#footer .wp-block-social-links a,
div[data-widget-area-id=vicf_footer] .wp-block-social-links a {
  background-color: #850C70;
  border-radius: 50%;
  height: 2.5rem;
  width: 2.5rem;
  position: relative;
}
#footer .wp-block-social-links a svg,
div[data-widget-area-id=vicf_footer] .wp-block-social-links a svg {
  fill: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#footer .wp-block-social-links a:focus, #footer .wp-block-social-links a:hover,
div[data-widget-area-id=vicf_footer] .wp-block-social-links a:focus,
div[data-widget-area-id=vicf_footer] .wp-block-social-links a:hover {
  background-color: #08529B;
}
#footer .wp-block-social-links a:focus svg, #footer .wp-block-social-links a:hover svg,
div[data-widget-area-id=vicf_footer] .wp-block-social-links a:focus svg,
div[data-widget-area-id=vicf_footer] .wp-block-social-links a:hover svg {
  fill: #fff;
}
#footer .wp-social-link-facebook a,
div[data-widget-area-id=vicf_footer] .wp-social-link-facebook a {
  background-color: transparent;
}
#footer .wp-social-link-facebook a svg,
div[data-widget-area-id=vicf_footer] .wp-social-link-facebook a svg {
  fill: #850C70;
  width: 2.875rem;
  height: 2.875rem;
}
#footer .wp-social-link-facebook a:focus, #footer .wp-social-link-facebook a:hover,
div[data-widget-area-id=vicf_footer] .wp-social-link-facebook a:focus,
div[data-widget-area-id=vicf_footer] .wp-social-link-facebook a:hover {
  background-color: transparent;
}
#footer .wp-social-link-facebook a:focus svg, #footer .wp-social-link-facebook a:hover svg,
div[data-widget-area-id=vicf_footer] .wp-social-link-facebook a:focus svg,
div[data-widget-area-id=vicf_footer] .wp-social-link-facebook a:hover svg {
  fill: #08529B;
}

#footer a {
  color: #000;
  text-decoration: none;
}
#footer a:focus, #footer a:hover {
  color: #08529B;
}
#footer a:focus svg, #footer a:hover svg {
  fill: #08529B;
}
#footer .wp-block-columns {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 2rem 1rem;
  max-width: 1440px;
}
@media screen and (min-width: 1440px) {
  #footer .wp-block-columns {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 5rem auto;
  }
}
#footer .wp-block-columns .wp-block-column:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}
#footer .wp-block-image {
  max-width: 300px;
  margin: auto;
  text-align: center;
}
#footer .widget_nav_menu {
  text-align: center;
  text-transform: uppercase;
}
#footer .widget_nav_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer .widget_nav_menu ul li {
  margin-bottom: 0.5rem;
}
#footer .copyright {
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
#footer .copyright a {
  color: #fff;
  text-decoration: none;
}
#footer .copyright a:focus, #footer .copyright a:hover {
  text-decoration: underline;
}
#footer .copyright p {
  margin: auto;
}

.front-page__hero .vicf-block-fbc.has-light-grey-background-color {
  background: rgba(229, 229, 229, 0.9) !important;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.js-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

.with-lightbox:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 5;
  background: rgba(0, 0, 0, 0.7);
}

@media screen and (prefers-reduced-motion: reduce) {
  *,
*:before,
*:after {
    -webkit-animation: none !important;
            animation: none !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}
a {
  color: #383092;
}
a:focus, a:hover {
  color: #08529B;
}
a:focus {
  outline: 2px solid #08529B;
  outline-offset: 0.5rem;
}
@supports (a: focus-visible) {
  a:focus {
    outline: none;
  }
  a:focus-visible {
    outline: 2px solid #08529B;
  }
}
a img {
  display: block;
  margin: auto;
}

.skip-to-content {
  border: none;
  background: #383092;
  color: #fff;
  display: inline-block;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #000;
  margin: -1px;
  color: #000;
  position: absolute;
  left: 1rem;
  top: -8rem;
}
.skip-to-content:focus, .skip-to-content:hover {
  background: #383092;
  color: #fff;
}
.skip-to-content:focus, .skip-to-content:hover {
  top: 2rem;
}
.admin-bar .skip-to-content:focus, .admin-bar .skip-to-content:hover {
  top: 3rem;
}

.ie-warning {
  display: none;
  font-size: 0.875rem;
  padding: 0 2rem;
  margin: auto;
  max-width: 80rem;
}

.oldie .ie-warning,
.ie9 .ie-warning {
  display: block !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .ie-warning {
    display: block !important;
  }
}
.header .wp-block-columns {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  margin: 2rem 1rem;
  max-width: 1440px;
  gap: 1rem;
}
.header .wp-block-columns p {
  margin: 0;
}
.js .header .wp-block-columns {
  margin: 2rem 1rem;
}
@media screen and (min-width: 1024px) {
  .js .header .wp-block-columns {
    margin: 2rem auto;
  }
}
.header .announcement {
  background-color: #850C70;
  color: #fff;
  padding: 0.5rem 1rem;
  text-align: center;
}
.header .announcement a {
  color: #fff;
}
.header .announcement a:focus, .header .announcement a:hover {
  color: #fff;
}
.header .announcement > * {
  margin: 0 auto;
  max-width: 1440px;
}
.header .announcement a {
  text-decoration: underline;
}
@media screen and (min-width: 1472px) {
  .header__breadcrumbs {
    margin: 0 auto;
  }
  .header .wp-block-columns {
    margin: 2rem auto;
  }
}

.nav-main {
  max-width: 1440px;
  margin: 1rem auto;
}
.nav-main ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-family: "Marujo Regular", sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-main ol a {
  display: block;
  text-decoration: none;
  padding: 0.5rem 2rem;
}
.nav-main ol a:focus, .nav-main ol a:focus-visible {
  outline: none;
}
.nav-main ol > li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.nav-main ol > li > ol {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

#nav-main {
  margin: 1rem 0;
}
#nav-main > button {
  display: none;
}
#nav-main .search {
  margin: 2rem 1rem 1rem 2rem;
  text-align: right;
}
#nav-main .search a {
  display: none;
}
#nav-main .search label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}
#nav-main .search input {
  border: 1px solid #9FCF67;
  margin-top: -1px;
  margin-bottom: -1px;
  padding: 0.5rem 1rem;
}
#nav-main .search input[type=search] {
  font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
  width: 100%;
}
#nav-main .search input[type=submit] {
  background: #000;
  color: #9FCF67;
  border: none;
  background: #383092;
  color: #fff;
  display: inline-block;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #fff;
  border: 1px solid #000;
  margin: -1px;
  color: #000;
  margin-top: 1rem;
}
#nav-main .search input[type=submit]:focus, #nav-main .search input[type=submit]:hover {
  background: #383092;
  color: #fff;
}
#nav-main ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#nav-main ol ol {
  padding-left: 2rem;
}
#nav-main ol ol li {
  margin: 0;
}
#nav-main ol a {
  padding: 0.5rem 2rem;
  text-decoration: none;
}
.js .header .wrapper {
  position: relative;
}
.js #nav-main > button {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  line-height: 1rem;
  margin: auto;
  padding: 1rem;
  background-color: #9FCF67;
  color: #000;
  cursor: pointer;
  font-weight: 600;
  -webkit-transform: color 75ms ease-in-out;
          transform: color 75ms ease-in-out;
  z-index: 4;
  /*
  @media screen and (min-width: 23.125rem) {
      .label {
          margin-top: 4rem;
      }
  }

  @media screen and (min-width: 25rem) {
      right: 2rem;
  }*/
  /* Burger animations by Jonathan Suh */
}
.js #nav-main > button .label {
  display: block;
  margin-left: 3rem;
  text-align: left;
  font-family: "Marujo Regular", sans-serif;
}
.js #nav-main > button .icon {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.js #nav-main > button .icon:before,
.js #nav-main > button .icon,
.js #nav-main > button .icon:after {
  display: block;
  height: 4px;
  width: 1.5rem;
  position: absolute;
  background: #000;
  border-radius: 3px;
}
.js #nav-main > button .icon:before {
  top: -0.5rem;
  content: "";
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.js #nav-main > button .icon {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  top: 50%;
}
.js #nav-main > button .icon:after {
  bottom: -0.5rem;
  content: "";
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.js #nav-main > button[aria-expanded=true] .icon:before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.js #nav-main > button[aria-expanded=true] .icon {
  -webkit-transform: translateX(0) rotate(45deg);
          transform: translateX(0) rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js #nav-main > button[aria-expanded=true] .icon:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.js .admin-bar {
  /*@media screen and (max-width: $bp-menu) {
      &.menu-open #menu {
          max-height: calc(100vh - 46px);

          @media screen and (min-width: 780px) {
              max-height: calc(100vh - 32px);
          }
      }
  }*/
}
.js .admin-bar #menu {
  top: 46px;
}
@media screen and (min-width: 780px) {
  .js .admin-bar #menu {
    top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .js .admin-bar #menu {
    top: 0;
  }
}
.js #menu {
  background: #9FCF67;
  z-index: 3;
}
.js #menu > ol {
  display: block;
  max-width: 640px;
}
.js #menu a {
  color: #000;
}
.js #menu a svg {
  display: none;
}
@media screen and (max-width: 1024px) {
  .js #nav-main {
    overflow: hidden;
  }
  .js #menu {
    height: 0;
  }
  .js #menu .search button {
    display: none;
  }
  .js #menu .search .search-form {
    display: block !important;
  }
  .js body:after {
    content: "";
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 275ms ease-in-out;
    transition: background-color 275ms ease-in-out;
    z-index: 0;
  }
  .js .menu-open {
    /*&:after {
        background-color: rgba(0, 0, 0, 0.5);
        display: block;
        z-index: 2;
    }*/
  }
  .js .menu-open #menu {
    display: block;
    height: auto;
    left: 0;
    margin-bottom: 0;
    padding: 1rem;
  }
  .js .menu-open #menu a:focus,
.js .menu-open #menu a:hover {
    background-color: #08529B;
    color: #fff;
  }
}
@media screen and (min-width: 1024px) {
  .js .menu-open:after {
    display: none;
  }
  .js #nav-main {
    margin: 1rem auto;
  }
  .js #nav-main .search {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin: 0;
    padding: 0;
  }
  .js #nav-main .search a {
    display: none;
  }
  .js #nav-main .search button {
    border: none;
    background: #9FCF67;
    cursor: pointer;
    padding: 0 0.5rem 0 1rem;
  }
  .js #nav-main .search button span {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
    /* 1 */
  }
  .js #nav-main .search button svg {
    width: 100%;
    max-width: 2rem;
    fill: #000;
    padding: 0.25rem;
  }
  .js #nav-main .search button[aria-expanded=true] {
    background: #08529B;
  }
  .js #nav-main .search button[aria-expanded=true] svg {
    fill: #fff;
  }
  .js #nav-main .search .search-form {
    background: #08529B;
    color: #fff;
    padding: 1rem;
    position: absolute;
    top: 100%;
    width: 20rem;
    right: 0;
  }
  .js #nav-main .search .search-form input[type=search] {
    margin-right: 1rem;
  }
  .js #nav-main .search .search-form input[type=submit] {
    border-color: #fff;
  }
  .js #nav-main .search .search-form input[type=submit]:focus, .js #nav-main .search .search-form input[type=submit]:hover {
    background: #9FCF67;
    border-color: #9FCF67;
    color: #000;
  }
  .js #nav-main > button {
    display: none;
  }
  .js #menu {
    position: relative;
    left: 0;
    top: 0;
    margin-bottom: 0;
    max-height: none;
    background: #9FCF67;
    border: none;
    overflow: visible;
  }
  .js #menu > ol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1440px;
    position: relative;
  }
  .js #menu > ol li.menu-item-has-children > a:after {
    content: ">";
    display: inline-block;
    font-family: "Marujo Regular", sans-serif;
    font-weight: bold;
    margin-left: 1rem;
    -webkit-transform: scale(1, 0.8) rotate(90deg);
            transform: scale(1, 0.8) rotate(90deg);
  }
  .js #menu a {
    padding: 0.25rem 0.5rem;
    text-decoration: none;
    background: #9FCF67;
    color: #000;
  }
  .js #menu a svg {
    display: inline;
  }
  .js #menu a:focus, .js #menu a:hover {
    background: #08529B;
    color: #fff;
    text-decoration: none;
  }
  .js #menu a:focus svg, .js #menu a:hover svg {
    fill: #fff;
  }
  .js #menu > ol {
    text-align: center;
  }
  .js #menu > ol > li {
    display: inline-block;
    vertical-align: top;
  }
  .js #menu > ol > li.menu-item-has-children {
    position: relative;
  }
  .js #menu > ol > li.menu-item-has-children svg {
    margin-left: 0.25rem;
    fill: #000;
  }
  .js #menu > ol > li.menu-item-has-children ol {
    margin-left: 0;
    opacity: 0;
    position: absolute;
    visibility: hidden;
    width: 100%;
    z-index: -1;
    -webkit-transform: translateY(-1rem);
            transform: translateY(-1rem);
    -webkit-transition: visibility 0s linear 100ms, opacity 75ms ease-out, -webkit-transform 100ms ease-in;
    transition: visibility 0s linear 100ms, opacity 75ms ease-out, -webkit-transform 100ms ease-in;
    transition: visibility 0s linear 100ms, opacity 75ms ease-out, transform 100ms ease-in;
    transition: visibility 0s linear 100ms, opacity 75ms ease-out, transform 100ms ease-in, -webkit-transform 100ms ease-in;
  }
  .js #menu > ol > li:last-child ol {
    right: 0;
  }
  .js #menu > ol > li ol {
    background: #9FCF67;
    padding: 0;
  }
  .js #menu > ol > li ol a {
    display: block;
    border-radius: 0;
    padding: 0.5rem 1rem;
  }
  .js #menu > ol > li.menu-item-has-children:hover svg, .js #menu > ol > li.menu-item--open svg {
    fill: #000;
  }
  .js #menu > ol > li.menu-item-has-children:hover a, .js #menu > ol > li.menu-item--open a {
    color: #000;
  }
  .js #menu > ol > li.menu-item-has-children:hover a:focus, .js #menu > ol > li.menu-item-has-children:hover a:hover, .js #menu > ol > li.menu-item--open a:focus, .js #menu > ol > li.menu-item--open a:hover {
    color: #fff;
  }
  .js #menu > ol > li.menu-item-has-children:hover > a, .js #menu > ol > li.menu-item--open > a {
    position: relative;
    background: #9FCF67;
    z-index: 2;
  }
  .js #menu > ol > li.menu-item-has-children:hover > a:focus, .js #menu > ol > li.menu-item-has-children:hover > a:hover, .js #menu > ol > li.menu-item--open > a:focus, .js #menu > ol > li.menu-item--open > a:hover {
    background: #08529B;
    color: #fff;
  }
  .js #menu > ol > li.menu-item-has-children:hover > a:focus svg, .js #menu > ol > li.menu-item-has-children:hover > a:hover svg, .js #menu > ol > li.menu-item--open > a:focus svg, .js #menu > ol > li.menu-item--open > a:hover svg {
    fill: #fff;
  }
  .js #menu > ol > li.menu-item-has-children:hover ol, .js #menu > ol > li.menu-item--open ol {
    color: #000;
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    visibility: visible;
    z-index: 1;
  }
}
@media screen and (min-width: 72.5rem) {
  .js #menu {
    max-width: none;
  }
}

#footer .gform_wrapper,
#footer .gform_confirmation_wrapper {
  background: #f3f3f3;
  padding: 3rem 1rem;
}
#footer .gform_wrapper .gform_validation_errors h2,
#footer .gform_confirmation_wrapper .gform_validation_errors h2 {
  text-transform: none;
}
#footer .gform_wrapper .gform_confirmation_message,
#footer .gform_wrapper .gform_heading,
#footer .gform_wrapper form,
#footer .gform_confirmation_wrapper .gform_confirmation_message,
#footer .gform_confirmation_wrapper .gform_heading,
#footer .gform_confirmation_wrapper form {
  margin: auto;
  max-width: 1200px;
}
#footer .gform_wrapper h2,
#footer .gform_confirmation_wrapper h2 {
  font-size: 1.75rem;
  margin: 0 0 1rem;
  text-align: center;
}
#footer .gform_wrapper input[type=text],
#footer .gform_wrapper input[type=email],
#footer .gform_confirmation_wrapper input[type=text],
#footer .gform_confirmation_wrapper input[type=email] {
  margin-top: -1px;
  margin-bottom: -1px;
}
#footer .gform_wrapper .gform_heading,
#footer .gform_confirmation_wrapper .gform_heading {
  margin: 0 auto 2rem auto;
  text-align: center;
}
#footer .gform_wrapper form,
#footer .gform_confirmation_wrapper form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .gform_wrapper .gform_fields,
#footer .gform_confirmation_wrapper .gform_fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#footer .gform_wrapper .gform_fields > *,
#footer .gform_confirmation_wrapper .gform_fields > * {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
#footer .gform_wrapper .gform_body,
#footer .gform_confirmation_wrapper .gform_body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
#footer .gform_wrapper .gform_footer,
#footer .gform_confirmation_wrapper .gform_footer {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
          flex: 0 1 100%;
  text-align: right;
}
#footer .gform_wrapper .gform_footer input,
#footer .gform_confirmation_wrapper .gform_footer input {
  border: none;
  background: #383092;
  color: #fff;
  display: inline-block;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #383092;
  color: #fff;
  margin: 0;
}
#footer .gform_wrapper .gform_footer input:focus, #footer .gform_wrapper .gform_footer input:hover,
#footer .gform_confirmation_wrapper .gform_footer input:focus,
#footer .gform_confirmation_wrapper .gform_footer input:hover {
  background: #9FCF67;
  color: #000;
}
@media screen and (min-width: 960px) {
  .js #footer .gform_wrapper .name_first label,
.js #footer .gform_wrapper .name_last label,
.js #footer .gform_confirmation_wrapper .name_first label,
.js #footer .gform_confirmation_wrapper .name_last label {
    margin: -2.25rem 0 0 0.5rem;
  }
  .js #footer .gform_wrapper .name_first input:focus + label,
.js #footer .gform_wrapper .name_first input.has-text + label,
.js #footer .gform_wrapper .name_last input:focus + label,
.js #footer .gform_wrapper .name_last input.has-text + label,
.js #footer .gform_confirmation_wrapper .name_first input:focus + label,
.js #footer .gform_confirmation_wrapper .name_first input.has-text + label,
.js #footer .gform_confirmation_wrapper .name_last input:focus + label,
.js #footer .gform_confirmation_wrapper .name_last input.has-text + label {
    -webkit-transform: translateY(2.25rem);
            transform: translateY(2.25rem);
  }
  #footer .gform_wrapper .gform_footer,
#footer .gform_confirmation_wrapper .gform_footer {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1020px) {
  #footer .gform_wrapper .gform_fields,
#footer .gform_confirmation_wrapper .gform_fields {
    position: relative;
  }
  #footer .gform_wrapper #field_9_5,
#footer .gform_confirmation_wrapper #field_9_5 {
    top: 5rem;
    right: 0;
    padding-left: 60.5%;
  }
  #footer .gform_wrapper .gform_footer,
#footer .gform_confirmation_wrapper .gform_footer {
    margin: 0 0 auto auto;
    padding: 0 0 0 1rem;
  }
  #footer .gform_wrapper .gform_footer input,
#footer .gform_confirmation_wrapper .gform_footer input {
    margin-top: 2rem;
  }
}

.pagination-block {
  margin: 2rem auto;
  padding: 0 2rem;
  font-size: 1rem;
}
.pagination-block .pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pagination-block .pagination li {
  display: inline-block;
  margin: 0 0.5rem;
}
.pagination-block .pagination .disabled {
  opacity: 0.5;
}
.pagination-block .pagination .current {
  font-weight: bold;
}

.no-js .slick {
  visibility: visible !important;
}

iframe {
  max-width: 100%;
}

p {
  margin: 1rem 0;
}

.wp-block-embed.aligncenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-embed.alignright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  max-width: none !important;
}

.content-wrapper {
  max-width: 1440px;
  margin: 1rem auto;
}
.content-wrapper .default-h1 {
  max-width: 960px;
  margin: 1rem auto;
}
.content-wrapper ol:not([class]) li,
.content-wrapper ul:not([class]) li {
  margin-bottom: 1rem;
}
.content-wrapper .vicf-content {
  max-width: 960px;
  margin: 1rem;
}
@media screen and (min-width: 62rem) {
  .content-wrapper .vicf-content {
    margin: 1rem auto;
  }
}
.content-wrapper .wp-block-classic {
  padding: 1rem 0;
}
.content-wrapper .wp-block-classic .alignleft {
  float: left;
  margin: 0 1rem 1rem 0;
}
.content-wrapper .wp-block-classic .alignright {
  float: right;
  margin: 0 0 1rem 1rem;
}
.content-wrapper .wp-block-classic .aligncenter {
  display: block;
  margin: 1rem auto;
}
.content-wrapper .wp-block-classic,
.content-wrapper .content-section.wp-block-columns,
.content-wrapper .wp-block-vicf-subnav__list, .single-vicf_performer .content-wrapper .wp-block-columns, .single-vicf_performer .content-wrapper .ways-to-watch, .single-vicf_performer .content-wrapper .ticket-information, .single-vicf_performer .content-wrapper .accessibility, .single-vicf_performer .content-wrapper .accessibility__heading, .single-vicf_performer .content-wrapper .showtimes {
  max-width: 960px;
  margin: 0 1rem;
}
@media screen and (min-width: 960px) {
  .content-wrapper .wp-block-classic,
.content-wrapper .content-section.wp-block-columns,
.content-wrapper .wp-block-vicf-subnav__list, .single-vicf_performer .content-wrapper .wp-block-columns, .single-vicf_performer .content-wrapper .ways-to-watch, .single-vicf_performer .content-wrapper .ticket-information, .single-vicf_performer .content-wrapper .accessibility, .single-vicf_performer .content-wrapper .accessibility__heading, .single-vicf_performer .content-wrapper .showtimes {
    margin: 3rem 1rem;
  }
}
@media screen and (min-width: 992px) {
  .content-wrapper .wp-block-classic,
.content-wrapper .content-section.wp-block-columns,
.content-wrapper .wp-block-vicf-subnav__list, .single-vicf_performer .content-wrapper .wp-block-columns, .single-vicf_performer .content-wrapper .ways-to-watch, .single-vicf_performer .content-wrapper .ticket-information, .single-vicf_performer .content-wrapper .accessibility, .single-vicf_performer .content-wrapper .accessibility__heading, .single-vicf_performer .content-wrapper .showtimes {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 82rem) {
  .content-wrapper .wp-block-classic,
.content-wrapper .content-section.wp-block-columns,
.content-wrapper .wp-block-vicf-subnav__list, .single-vicf_performer .content-wrapper .wp-block-columns, .single-vicf_performer .content-wrapper .ways-to-watch, .single-vicf_performer .content-wrapper .ticket-information, .single-vicf_performer .content-wrapper .accessibility, .single-vicf_performer .content-wrapper .accessibility__heading, .single-vicf_performer .content-wrapper .showtimes {
    margin: 0 auto;
  }
}
.single-post .content-wrapper {
  margin-bottom: 4rem;
}

.blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  list-style: none;
  margin: 3rem 0;
  padding: 0;
}
.blog__item {
  border: 1px solid #828282;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  line-height: 2rem;
  max-width: 360px;
  text-align: center;
}
.blog__item .tease {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem;
  height: 100%;
}
.blog__item .tease figure {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.blog__item .tease h2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.blog__item .tease p {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.blog__item .tease .read-more {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.blog__item .tease h2 {
  margin: 0;
}
.blog__item .tease h2 a {
  color: #850C70;
  text-decoration: none;
}
.blog__item .tease h2 a:focus, .blog__item .tease h2 a:hover {
  text-decoration: underline;
}
.blog__item .tease figure {
  margin: -2rem -2rem 2rem -2rem;
}
.blog__item .tease .read-more {
  margin: auto auto 0;
  border: none;
  background: #383092;
  color: #fff;
  display: inline-block;
  font-family: "Marujo Regular", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 3px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  background: #9FCF67;
  color: #000;
}
.blog__item .tease .read-more:focus, .blog__item .tease .read-more:hover {
  background: #383092;
  color: #fff;
}

.page-home .wp-block-cover.front-page__hero {
  display: block;
  padding: 0;
  max-height: 52rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.page-home .wp-block-cover.front-page__hero .wp-block-cover__inner-container {
  position: relative;
}
.page-home .wp-block-cover.front-page__hero .wp-block-vicf-full-bleed-container {
  max-width: 1060px;
  margin: 0 auto;
}
.page-home .wp-block-cover.front-page__hero .wp-block-vicf-full-bleed-container h1 {
  color: #383092;
}
.page-home .wp-block-cover.front-page__hero img.wp-block-cover__image-background {
  position: static;
}
@media screen and (min-width: 640px) {
  .page-home .wp-block-cover.front-page__hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .page-home .wp-block-cover.front-page__hero img.wp-block-cover__image-background {
    position: absolute;
  }
}
@media screen and (min-width: 920px) {
  .page-home .wp-block-cover.front-page__hero {
    height: 50vw;
    max-height: 850px;
  }
  .page-home .wp-block-cover.front-page__hero .wp-block-vicf-full-bleed-container {
    margin-bottom: 2rem;
  }
}
.page-home .front-page__hero + .wp-block-columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 3rem !important;
}
.page-home .front-page__hero + .wp-block-columns .wp-block-column {
  border: 1px solid #828282;
  padding: 1rem;
  position: relative;
  margin-bottom: 3rem;
}
.page-home .front-page__hero + .wp-block-columns .wp-block-column:last-child {
  margin-bottom: 0;
}
.page-home .front-page__hero + .wp-block-columns .wp-block-column figure {
  margin: -1rem -1rem 2rem -1rem;
}
@media screen and (min-width: 600px) {
  .page-home .front-page__hero + .wp-block-columns .wp-block-column {
    border: 1px solid #828282;
    margin: 0 0 3rem 0 !important;
    padding: 1rem 1rem 1rem calc(50% + 1rem);
    position: relative;
  }
  .page-home .front-page__hero + .wp-block-columns .wp-block-column:last-child {
    margin-bottom: 0;
  }
  .page-home .front-page__hero + .wp-block-columns .wp-block-column figure {
    border-right: 1px solid #828282;
    position: absolute;
    margin: 0;
    width: 50%;
    top: 0;
    left: 0;
    bottom: 0;
  }
  .page-home .front-page__hero + .wp-block-columns .wp-block-column figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 920px) {
  .page-home .front-page__hero + .wp-block-columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 3rem 4rem !important;
    padding: 0;
  }
  .page-home .front-page__hero + .wp-block-columns .wp-block-column {
    margin: 0 4rem 0 0 !important;
    padding: 1rem;
  }
  .page-home .front-page__hero + .wp-block-columns .wp-block-column:last-child {
    margin: 0 !important;
  }
  .page-home .front-page__hero + .wp-block-columns .wp-block-column figure {
    position: static;
    margin: -1rem -1rem 0 -1rem;
    border-bottom: 1px solid #828282;
    border-right: none;
    width: auto;
  }
}
@media screen and (min-width: 1280px) {
  .page-home .front-page__hero + .wp-block-columns {
    margin: 5rem 6rem !important;
  }
}
.page-home main > .wp-block-vicf-full-bleed-container .wp-block-columns,
.page-home main > .wp-block-vicf-full-bleed-container .wp-block-query {
  max-width: 1440px;
  margin: 1rem auto;
}
.page-home main > .wp-block-columns {
  max-width: 1440px;
  margin: 1rem auto;
}
.page-home .testimonials {
  margin: 1rem auto;
}
.page-home .testimonials + .wp-block-vicf-full-bleed-container {
  padding: 0;
}
.page-home .wp-block-query {
  padding: 0;
}
.page-home .wp-block-query .wp-block-post-template {
  gap: 3rem;
}
.page-home .wp-block-query .wp-block-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 600px) {
  .page-home .wp-block-query .wp-block-post {
    width: auto !important;
  }
}
@media screen and (min-width: 780px) {
/*   .page-home .wp-block-query .wp-block-post { 
    width: calc(33.3333333333% - 2rem) !important;
  } */
}
.page-home .wp-block-query .wp-block-post-title {
  margin: 0;
}
.page-home .wp-block-query .wp-block-post-excerpt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.page-home .wp-block-query .wp-block-post-excerpt .wp-block-post-excerpt__more-text {
  margin-top: auto;
}
@media screen and (min-width: 480px) {
  .page-home .wp-block-query {
    padding: 3rem;
  }
}
@media screen and (min-width: 920px) {
  .page-home .testimonials,
.page-home .wp-block-query {
    padding: 3rem 4rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-home .testimonials,
.page-home .wp-block-query {
    padding: 5rem 6rem;
  }
}
.staff__member__pronouns {order: 4; margin: 0 0 auto; font-style: italic; color: grey;}
/*# sourceMappingURL=style.css.map */