@charset "UTF-8";
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visually-hidden.focusable:active, .visually-hidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:active,
button:focus {
  outline: none; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

img {
  -ms-interpolation-mode: bicubic;
  display: block; }

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

/*! normalize.css v7.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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

.button {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 10px 15px 11px;
  border: none;
  border-radius: 0;
  font-family: "soleil", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
  background-color: #679AC8;
  color: white; }
  .button:hover, .button:focus {
    background-color: #4381b9;
    color: white; }
  @media screen and (max-width: 400px) {
    .button {
      width: 100%; } }
  @media screen and (min-width: 401px) {
    .button {
      font-size: 1.25em; } }
  @media screen and (min-width: 768px) {
    .button {
      font-size: 1.375em; } }
  .button:disabled {
    opacity: 0.3;
    pointer-events: none; }

.button--ghost {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  padding: 10px 15px 11px;
  border: none;
  border-radius: 0;
  font-family: "soleil", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.125em;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  line-height: normal;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: background-color .15s ease-in-out, color .15s ease-in-out;
  background-color: #679AC8;
  color: white;
  padding-top: 7px;
  padding-bottom: 8px;
  background: none;
  border: 3px solid #679AC8;
  color: #679AC8; }
  .button--ghost:hover, .button--ghost:focus {
    background-color: #4381b9;
    color: white; }
  @media screen and (max-width: 400px) {
    .button--ghost {
      width: 100%; } }
  @media screen and (min-width: 401px) {
    .button--ghost {
      font-size: 1.25em; } }
  @media screen and (min-width: 768px) {
    .button--ghost {
      font-size: 1.375em; } }
  .button--ghost:disabled {
    opacity: 0.3;
    pointer-events: none; }
  .button--ghost:hover, .button--ghost:focus {
    background-color: #679AC8;
    color: white; }

fieldset {
  background: #cbcbcb;
  border: 1px solid #b1b1b1;
  margin: 0 0 0.75em 0;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "soleil", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required:after {
    content: "*"; }
  label abbr {
    display: none; }

textarea,
[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea,
select[multiple=multiple] {
  transition: border-color .1s ease-in-out;
  border-radius: 0;
  box-sizing: border-box;
  background-color: white;
  font-family: "soleil", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em 0.5em;
  width: 100%; }
  textarea:focus,
  [type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus,
  select[multiple=multiple]:focus {
    outline: 0; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  margin-bottom: 0.75em;
  padding-bottom: 0.5em;
  width: 100%; }

select {
  width: auto;
  max-width: 100%;
  margin-bottom: 1.5em; }

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

.video-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 16px; }

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity .5s ease-in-out 0.1s; }
  .lazyloaded,
  .lazyloaded.zoom img {
    transition: opacity .5s ease-in-out 0.1s, -webkit-transform .2s linear !important;
    transition: opacity .5s ease-in-out 0.1s, transform .2s linear !important;
    transition: opacity .5s ease-in-out 0.1s, transform .2s linear, -webkit-transform .2s linear !important; }

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #8b8b8b;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #b1b1b1;
  padding: 0.75em 0; }

tr, td, th {
  vertical-align: middle; }

body {
  font-family: "soleil", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.125em;
  -webkit-font-smoothing: antialiased;
  background-color: white;
  color: black;
  font-size: 1em;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 .25em;
  text-rendering: optimizeLegibility; }

h1 {
  font-size: 2.25em; }
  @media screen and (min-width: 401px) {
    h1 {
      font-size: 2.5em; } }
  @media screen and (min-width: 768px) {
    h1 {
      font-size: 2.75em; } }
  @media screen and (min-width: 880px) {
    h1 {
      font-size: 3em; } }

h2 {
  font-size: 1.6875em; }
  @media screen and (min-width: 401px) {
    h2 {
      font-size: 1.8125em; } }
  @media screen and (min-width: 880px) {
    h2 {
      font-size: 2em; } }

h3 {
  font-size: 1.5em; }
  @media screen and (min-width: 401px) {
    h3 {
      font-size: 1.625em; } }
  @media screen and (min-width: 880px) {
    h3 {
      font-size: 1.75em; } }

h4 {
  font-size: 1.375em; }
  @media screen and (min-width: 401px) {
    h4 {
      font-size: 1.4375em; } }
  @media screen and (min-width: 880px) {
    h4 {
      font-size: 1.5em; } }

h5 {
  font-size: 1.25em; }
  @media screen and (min-width: 401px) {
    h5 {
      font-size: 1.3125em; } }
  @media screen and (min-width: 880px) {
    h5 {
      font-size: 1.375em; } }

h6 {
  font-size: 1em; }
  @media screen and (min-width: 401px) {
    h6 {
      font-size: 1.125em; } }
  @media screen and (min-width: 880px) {
    h6 {
      font-size: 1.25em; } }

p {
  font-family: "soleil", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 1.125em;
  margin: 0 0 1.25em; }
  @media screen and (min-width: 620px) {
    p {
      font-size: 1.125em; } }

.two-column {
  -webkit-column-count: 2;
          column-count: 2; }

a {
  transition: color .1s linear;
  color: #679AC8;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform: scale(1);
          transform: scale(1); }
  a:hover, a:focus {
    color: #4381b9;
    outline: none; }

hr {
  border-bottom: 2px solid black;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 40px 0; }
  @media screen and (min-width: 620px) {
    hr {
      margin: 50px 0; } }

img {
  margin: 0;
  max-width: 100%; }

.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading p,
.wf-loading nav,
.wf-loading .filters-item span,
.wf-loading .button,
.wf-loading .film_widget-showtimes {
  visibility: hidden; }

.zoom {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .zoom img {
    display: block;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear; }
  .zoom_trigger:hover .zoom img {
    -webkit-transform: scale(1.025);
            transform: scale(1.025); }
  .zoom_trigger:hover .zoom--more img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.footer {
  padding: 30px 0 20px;
  background: black;
  color: white;
  overflow: hidden; }
  @media screen and (min-width: 880px) {
    .footer {
      padding-top: 40px; } }
  @media screen and (min-width: 1200px) {
    .footer {
      padding-top: 50px; } }
  .footer a:hover, .footer a:focus {
    color: #8cb3d6; }
  .footer-container {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px; }
    @media screen and (min-width: 620px) {
      .footer-container {
        padding: 0 25px; } }
    @media screen and (min-width: 880px) {
      .footer-container {
        padding: 0 30px; } }
  .footer-banner {
    overflow: hidden;
    text-indent: 101%;
    white-space: nowrap;
    width: 100%;
    height: 40px;
    margin-bottom: 40px;
    -webkit-transform: rotate(-1.5deg);
            transform: rotate(-1.5deg);
    background: url("/images/banner.svg");
    background-repeat: repeat-x;
    background-position: 49% top;
    background-size: auto 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    @media screen and (min-width: 620px) {
      .footer-banner {
        height: 60px;
        margin-bottom: 6.666667%; } }
    @media screen and (min-width: 1200px) {
      .footer-banner {
        margin-bottom: 80px; } }
  .footer-sitemap {
    margin-bottom: 6%; }
    @media screen and (min-width: 660px) {
      .footer-sitemap {
        margin-bottom: 40px; } }
    .footer-sitemap-columns {
      display: flex;
      flex: 0 1 auto;
      flex-direction: row;
      flex-wrap: wrap; }
      .footer-sitemap-columns li {
        flex: 0 0 50%;
        margin-top: 5px; }
        @media screen and (min-width: 660px) {
          .footer-sitemap-columns li {
            flex: 0 0 33.333333%;
            margin-top: 10px; } }
  @media screen and (min-width: 660px) and (max-width: 1199px) {
    .footer-sitemap-columns li {
      text-align: center; } }
        @media screen and (min-width: 1200px) {
          .footer-sitemap-columns li {
            flex: 0 0 16.666666%; } }
        .footer-sitemap-columns li a {
          padding-right: 10px;
          font-size: 0.875rem;
          font-weight: 600; }
          @media screen and (min-width: 500px) {
            .footer-sitemap-columns li a {
              font-size: 1rem; } }
      .footer-sitemap-columns > li {
        margin: 0 0 30px; }
        @media screen and (min-width: 760px) {
          .footer-sitemap-columns > li {
            margin: 0 0 4.1%; } }
        @media screen and (min-width: 1200px) {
          .footer-sitemap-columns > li {
            margin: 0 0 50px; } }
  .footer-content {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row-reverse; }
    .footer-content-half {
      width: 100%; }
      @media screen and (min-width: 1200px) {
        .footer-content-half {
          flex: 0 1 50%; } }
  @media screen and (min-width: 1200px) {
    .footer-details, .footer-social {
      margin-right: 40px; } }
  .footer-details {
    margin-bottom: 24px; }
    .footer-details p {
      max-width: 500px;
      margin-bottom: 1em;
      font-size: 0.875rem;
      line-height: 1.5em; }
      @media screen and (min-width: 401px) {
        .footer-details p {
          font-size: 0.9375rem; } }
    .footer-details-button {
      -webkit-appearance: none !important;
         -moz-appearance: none !important;
              appearance: none !important;
      display: inline-block;
      vertical-align: middle;
      width: auto;
      padding: 10px 15px 11px;
      border: none;
      border-radius: 0;
      font-family: "soleil", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 1.125em;
      font-weight: 600;
      text-align: center;
      text-decoration: none;
      line-height: normal;
      cursor: pointer;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      transition: background-color .15s ease-in-out, color .15s ease-in-out;
      background-color: white;
      color: #679AC8;
      display: inline-block;
      margin: 0 8px 10px 0;
      font-size: 18px !important; }
      .footer-details-button:hover, .footer-details-button:focus {
        background-color: #679AC8;
        color: white; }
      @media screen and (max-width: 400px) {
        .footer-details-button {
          width: 100%; } }
      @media screen and (min-width: 401px) {
        .footer-details-button {
          font-size: 1.25em; } }
      @media screen and (min-width: 768px) {
        .footer-details-button {
          font-size: 1.375em; } }
      .footer-details-button:disabled {
        opacity: 0.3;
        pointer-events: none; }
      @media screen and (max-width: 619px) {
        .footer-details-button {
          padding: 7px 10px 8px;
          font-size: 15px !important; } }
      .footer-details-button:hover, .footer-details-button:focus {
        color: white !important; }
  .footer-social {
    margin-bottom: 24px;
    padding-top: 24px;
    background: url("/images/dots.png") repeat-x left top; }
    .footer-social::after {
      clear: both;
      content: "";
      display: block; }
    .footer-social-heading {
      margin-bottom: 8px;
      font-family: "serifa", "Georgia", "Times", "Times New Roman", serif;
      line-height: 1.5em;
      font-size: 1rem;
      font-weight: 500; }
      @media screen and (min-width: 401px) {
        .footer-social-heading {
          margin-bottom: 5px;
          font-size: 1.1875rem; } }
      @media screen and (min-width: 620px) {
        .footer-social-heading {
          float: left;
          margin-bottom: 0;
          font-size: 1.375rem; } }
    .footer-social-links {
      margin-bottom: 15px;
      font-size: 0; }
      @media screen and (min-width: 620px) {
        .footer-social-links {
          float: left;
          margin: 0 0 0 10px;
          padding-top: 5px; } }
      @media screen and (min-width: 1200px) {
        .footer-social-links {
          float: right;
          margin: 0; } }
      .footer-social-links li {
        display: inline-block;
        margin-left: 12px;
        vertical-align: middle; }
        .footer-social-links li:first-child {
          margin: 0; }
        .footer-social-links li svg path,
        .footer-social-links li svg polygon,
        .footer-social-links li svg ellipse {
          fill: white;
          transition: fill .1s linear; }
    .footer-social-facebook:hover svg path, .footer-social-facebook:focus svg path {
      fill: #3b5998; }
    .footer-social-twitter:hover svg path, .footer-social-twitter:focus svg path {
      fill: #00aced; }
    .footer-social-vimeo:hover svg path, .footer-social-vimeo:focus svg path {
      fill: #1ab7ea; }
    .footer-social-medium:hover svg path,
    .footer-social-medium:hover svg polygon, .footer-social-medium:focus svg path,
    .footer-social-medium:focus svg polygon {
      fill: #00AB6C; }
    .footer-social-instagram:hover svg path,
    .footer-social-instagram:hover svg ellipse, .footer-social-instagram:focus svg path,
    .footer-social-instagram:focus svg ellipse {
      fill: #517fa4; }
    .footer-social-email:hover svg path, .footer-social-email:focus svg path {
      fill: #679AC8; }
  .footer-copyright {
    clear: both;
    margin: 0;
    font-size: 0.875rem; }
    .footer-copyright a {
      margin-left: 5px;
      color: white; }
  .footer-locations::after {
    clear: both;
    content: "";
    display: block; }

@media screen and (min-width: 620px) and (max-width: 1199px) {
  .footer-locations {
    width: 100%;
    max-width: 620px;
    margin: 0 auto;
    padding: 0 15px;
    margin-bottom: 25px;
    padding: 0; } }
  @media screen and (min-width: 620px) and (max-width: 1199px) and (min-width: 620px) {
    .footer-locations {
      padding: 0 25px; } }
  @media screen and (min-width: 620px) and (max-width: 1199px) and (min-width: 880px) {
    .footer-locations {
      padding: 0 30px; } }
  .footer-location {
    margin-bottom: 24px;
    text-align: center; }
    @media screen and (min-width: 620px) {
      .footer-location {
        float: left;
        width: 50%; }
        .footer-location:first-child {
          padding-right: 12px; }
        .footer-location:last-child {
          padding-left: 12px; } }
    .footer-location-image_container {
      max-width: 280px;
      margin: 0 auto 30px;
      border-radius: 10px; }
    .footer-location-image {
      width: 100%; }
      @media screen and (max-width: 619px) {
        .footer-location-image {
          border-radius: 6px; } }
    .footer-location-address {
      display: inline-block;
      font-size: 0.9375rem;
      font-weight: 600;
      text-transform: uppercase; }

.header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.95); }
  .nav_open .header {
    background-color: white; }
  .header-placeholder {
    height: 152px; }
    @media screen and (max-width: 939px) {
      .header-placeholder {
        height: 60px; } }
  .header-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    height: 132px;
    padding: 0 15px;
    overflow-y: hidden;
    transition: height 0.3s cubic-bezier(0.86, 0, 0.07, 1), color 0.1s linear; }
    @media screen and (min-width: 620px) {
      .header-container {
        padding: 0 25px; } }
    @media screen and (min-width: 880px) {
      .header-container {
        padding: 0 30px; } }
    .header-container::after {
      clear: both;
      content: "";
      display: block; }
    .is-scrolled .header-container,
    .nav_open .header-container {
      height: 40px; }
    @media screen and (min-width: 620px) {
      .header-container {
        padding: 0 25px; } }
    @media screen and (min-width: 880px) {
      .header-container {
        padding: 0 30px; } }
    @media screen and (max-width: 939px) {
      .header-container {
        transition-duration: 0s;
        height: 40px; } }
  .header-container, .header-side {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .header-container:first-of-type:after, .header-container:last-of-type:before, .header-side:first-of-type:after, .header-side:last-of-type:before {
      content: '';
      display: inline-block; }
  .header-side {
    flex: 2; }
  .header-logo {
    position: relative;
    float: left;
    width: 222px;
    height: 120px;
    transition: height 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
    .is-scrolled .header-logo,
    .nav_open .header-logo {
      height: 30px; }
    @media screen and (max-width: 939px) {
      .header-logo {
        transition-duration: 0s;
        height: 30px; } }
    .header-logo-tall, .header-logo-wide {
      position: absolute;
      top: 0;
      left: 0; }
    .header-logo-tall {
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -60px;
      height: 120px;
      transition: opacity 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
      .is-scrolled .header-logo-tall,
      .nav_open .header-logo-tall {
        opacity: 0; }
      @media screen and (max-width: 939px) {
        .header-logo-tall {
          transition-duration: 0s;
          opacity: 0; } }
    .header-logo-wide {
      opacity: 0;
      height: 30px; }
      .header-logo-wide img {
        height: 30px; }
      .is-scrolled .header-logo-wide,
      .nav_open .header-logo-wide {
        transition: opacity .25s ease-in .3s;
        opacity: 1; }
      @media screen and (max-width: 939px) {
        .header-logo-wide {
          opacity: 1; } }
    .header-logo-title {
      text-indent: -9999px; }
  .header-primary_nav {
    padding: 0 20px; }
    @media screen and (max-width: 939px) {
      .header-primary_nav {
        display: none; } }
    .header-primary_nav ul::after {
      clear: both;
      content: "";
      display: block; }
    .header-primary_nav li {
      float: left;
      margin: 0 10px; }
    .header-primary_nav a {
      font-family: "soleil", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 1.5em;
      font-size: 1.5rem;
      font-weight: 600;
      color: #679AC8;
      transition: font-size 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
      .is-scrolled .header-primary_nav a,
      .nav_open .header-primary_nav a {
        font-size: 1.25rem; }
      @media screen and (max-width: 1039px) {
        .header-primary_nav a {
          font-size: 1.25rem; } }
      .header-primary_nav a.active {
        border-bottom: 2px solid #679AC8; }
      .header-primary_nav a:hover, .header-primary_nav a:focus {
        border-color: #4381b9;
        color: #4381b9; }
  .header-secondary_nav {
    display: flex;
    align-items: center;
    float: right;
    height: 122px;
    transition: height 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
    @media screen and (max-width: 939px) {
      .header-secondary_nav {
        display: none; } }
    .is-scrolled .header-secondary_nav,
    .nav_open .header-secondary_nav {
      height: 40px; }
      .is-scrolled .header-secondary_nav ul,
      .nav_open .header-secondary_nav ul {
        opacity: 0; }
    .is-scrolled.is-animated .header-secondary_nav ul,
    .nav_open .header-secondary_nav ul {
      display: none; }
    .is-scrolled.is-animated-before .header-secondary_nav,
    .nav_open .header-secondary_nav {
      display: block; }
    .header-secondary_nav ul {
      text-align: right;
      opacity: 1;
      transition: opacity 0.3s cubic-bezier(0.86, 0, 0.07, 1); }
    .header-secondary_nav li {
      margin: 0;
      line-height: 1.25em; }
    .header-secondary_nav a {
      font-family: "soleil", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-size: 1em;
      font-weight: 600;
      color: black; }
      .header-secondary_nav a:hover, .header-secondary_nav a:focus {
        color: #679AC8; }
    .header-secondary_nav-newsletter {
      margin-right: -17px;
      padding-right: 17px;
      background-image: url(/images/plus.png);
      background-repeat: no-repeat;
      background-size: 12px 12px;
      background-position: right 6px; }
  .header-menu {
    display: none;
    padding-right: 42px;
    opacity: 0;
    font-family: "soleil", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 25px;
    color: black; }
    @media screen and (max-width: 939px) {
      .header-menu {
        display: block;
        opacity: 1; } }
    @media screen and (max-width: 400px) {
      .header-menu {
        padding: 0; } }
    .is-scrolled.is-animated .header-menu,
    .nav_open .header-menu {
      display: block; }
    .is-scrolled.is-animated-after .header-menu,
    .nav_open .header-menu {
      opacity: 1;
      transition: opacity .25s ease-in; }
    .header-menu-dots {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 32px;
      height: 28px; }
      @media screen and (max-width: 400px) {
        .header-menu-dots {
          display: none; } }
      .header-menu-dots span {
        height: 8px;
        width: 8px;
        background-color: #679AC8;
        border-radius: 50%;
        transition: top 0.15s cubic-bezier(0.86, 0, 0.07, 1), bottom 0.15s cubic-bezier(0.86, 0, 0.07, 1), left 0.15s cubic-bezier(0.86, 0, 0.07, 1), right 0.15s cubic-bezier(0.86, 0, 0.07, 1); }
      .header-menu-dots-middle {
        position: absolute;
        top: 10px;
        left: 12px; }
      .header-menu-dots-left {
        position: absolute;
        top: 10px;
        left: 0; }
        .nav_open .header-menu-dots-left {
          left: 2px; }
      .header-menu-dots-right {
        position: absolute;
        top: 10px;
        right: 0; }
        .nav_open .header-menu-dots-right {
          right: 2px; }
      .nav_open .header-menu-dots-left--top, .nav_open .header-menu-dots-right--top {
        top: 0; }
      .nav_open .header-menu-dots-left--bottom, .nav_open .header-menu-dots-right--bottom {
        top: 20px; }

.newsletter {
  max-width: 600px;
  background: white;
  padding: 25px 15px; }
  @media screen and (min-width: 401px) {
    .newsletter {
      padding: 35px 30px; } }
  @media screen and (min-width: 680px) {
    .newsletter {
      padding: 40px 60px; } }
  .newsletter-heading {
    font-family: "serifa", "Georgia", "Times", "Times New Roman", serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.125em; }
    @media screen and (min-width: 680px) {
      .newsletter-heading {
        font-size: 1.625rem; } }
    @media screen and (min-width: 680px) {
      .newsletter-heading {
        font-size: 1.875rem; } }
  .newsletter-text {
    font-size: 1rem;
    line-height: 1.375em; }
  .newsletter-form-input {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin-bottom: 10px !important;
    padding: 9px 15px 10px !important;
    border: 2px solid #679AC8;
    font-size: 1.125rem !important;
    line-height: normal !important;
    color: #679AC8; }
    @media screen and (min-width: 680px) {
      .newsletter-form-input {
        padding: 13px 20px 15px !important;
        font-size: 1.25rem !important; } }
    @media screen and (min-width: 680px) {
      .newsletter-form-input {
        padding: 13px 20px 15px !important;
        font-size: 1.375rem !important; } }
    .newsletter-form-input::-webkit-input-placeholder {
      color: #679AC8;
      transition: opacity .1s linear; }
    .newsletter-form-input:-ms-input-placeholder {
      color: #679AC8;
      transition: opacity .1s linear; }
    .newsletter-form-input::-ms-input-placeholder {
      color: #679AC8;
      transition: opacity .1s linear; }
    .newsletter-form-input::placeholder {
      color: #679AC8;
      transition: opacity .1s linear; }
    .newsletter-form-input:hover::-webkit-input-placeholder, .newsletter-form-input:focus::-webkit-input-placeholder {
      opacity: .7; }
    .newsletter-form-input:hover:-ms-input-placeholder, .newsletter-form-input:focus:-ms-input-placeholder {
      opacity: .7; }
    .newsletter-form-input:hover::-ms-input-placeholder, .newsletter-form-input:focus::-ms-input-placeholder {
      opacity: .7; }
    .newsletter-form-input:hover::placeholder, .newsletter-form-input:focus::placeholder {
      opacity: .7; }
  .newsletter-form-checkbox {
    flex: 0 0 20px;
    height: 20px;
    width: 20px;
    border: 2px solid #679AC8;
    border-radius: 0;
    margin-top: 2px;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    transition: border-color .1s linear;
    cursor: pointer; }
    .newsletter-form-checkbox:hover {
      border-color: #4381b9; }
    .newsletter-form-checkbox:checked {
      position: relative; }
      .newsletter-form-checkbox:checked:before {
        position: absolute;
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        content: '';
        background: #679AC8; }
    .newsletter-form-checkbox_container {
      display: flex;
      margin-top: 10px; }
      .newsletter-form-checkbox_container label {
        margin: 0 !important;
        padding-left: 5px;
        font-size: 1rem;
        line-height: 1.375em;
        font-weight: 400; }
  .newsletter-form-submit {
    display: block;
    width: 100%;
    margin: 10px auto 0; }
    @media screen and (min-width: 401px) {
      .newsletter-form-submit {
        max-width: 160px;
        margin-top: 30px; } }
    @media screen and (min-width: 680px) {
      .newsletter-form-submit {
        margin-top: 35px; } }

.announcement {
  padding: 6px 0;
  background-color: #FF4AB0;
  color: white;
  display: none; }
  .announcement.is-visible {
    display: block; }
  .announcement-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    padding: 0 42px 0 20px; }
    @media screen and (min-width: 620px) {
      .announcement-container {
        padding: 0 25px; } }
    @media screen and (min-width: 880px) {
      .announcement-container {
        padding: 0 30px; } }
    @media screen and (min-width: 620px) {
      .announcement-container {
        padding: 0 50px 0 25px; } }
    @media screen and (min-width: 880px) {
      .announcement-container {
        padding: 0 55px 0 30px; } }
  .announcement p {
    font-size: 1rem;
    line-height: 1.375em; }
    .announcement p:last-child {
      margin: 0; }
    .announcement p a {
      border-bottom: 1px solid rgba(255, 255, 255, 0.7);
      font-weight: 600;
      color: white; }
      .announcement p a:hover, .announcement p a:focus {
        border-color: white; }
  .announcement-close {
    position: absolute;
    top: 0;
    right: 13px;
    bottom: 0;
    width: 22px;
    height: 22px;
    text-indent: -9999px; }
    @media screen and (min-width: 620px) {
      .announcement-close {
        right: 22px; } }
    @media screen and (min-width: 880px) {
      .announcement-close {
        right: 37px; } }
    .announcement-close:before, .announcement-close:after {
      content: '';
      position: absolute;
      width: 20px;
      height: 2px;
      background-color: white;
      top: 10px; }
    .announcement-close:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      left: 1px; }
    .announcement-close:after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      right: 1px; }

.banner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  padding: 20px 0 20px;
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .banner::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 620px) {
    .banner {
      padding: 0 25px; } }
  @media screen and (min-width: 880px) {
    .banner {
      padding: 0 30px; } }
  .banner--mobile {
    padding: 20px 15px 25px; }
  @media screen and (min-width: 620px) {
    .banner {
      padding: 25px 0; }
      .banner--mobile {
        padding: 25px; } }
  @media screen and (min-width: 880px) {
    .banner {
      padding: 40px 0 45px; }
      .banner--mobile {
        padding: 40px 30px 45px; } }
  @media screen and (min-width: 1080px) {
    .banner {
      min-height: 650px; } }
  @media screen and (max-width: 1079px) {
    .banner--desktop {
      background: black !important; } }
  .banner--mobile {
    min-height: 270px; }
    @media screen and (min-width: 401px) {
      .banner--mobile {
        min-height: 330px; } }
    @media screen and (min-width: 620px) {
      .banner--mobile {
        min-height: 400px; } }
    @media screen and (min-width: 880px) {
      .banner--mobile {
        min-height: 440px; } }
    @media screen and (min-width: 1080px) {
      .banner--mobile {
        display: none; } }
  .banner-helper {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 15px; }
    @media screen and (min-width: 620px) {
      .banner-helper {
        padding: 0 25px; } }
    @media screen and (min-width: 880px) {
      .banner-helper {
        padding: 0 30px; } }
    @media screen and (min-width: 1080px) {
      .banner-helper {
        flex: 1 0 auto;
        min-height: 565px; } }
  .banner-heading {
    margin-bottom: 20px;
    padding-left: 0;
    color: white; }
    @media screen and (min-width: 401px) {
      .banner-heading {
        margin-bottom: 20px; } }
    @media screen and (min-width: 620px) {
      .banner-heading {
        margin-bottom: 25px; } }
    @media screen and (min-width: 880px) {
      .banner-heading {
        margin-bottom: 45px;
        padding: 0 20px; } }
    .banner-heading-text {
      margin-bottom: .15em;
      font-size: 1.25rem; }
      @media screen and (min-width: 401px) {
        .banner-heading-text {
          font-size: 1.5rem; } }
    .banner-heading-date {
      margin: 0;
      font-size: 0.9375rem; }
      @media screen and (min-width: 401px) {
        .banner-heading-date {
          font-size: 1.0625rem; } }
      .banner-heading-date-button {
        color: white; }
        .banner-heading-date-button:focus, .banner-heading-date-button:hover {
          color: white; }
        .banner-heading-date-button svg {
          width: 15px;
          height: 13px;
          margin-left: 6px; }
          .banner-heading-date-button svg path,
          .banner-heading-date-button svg circle {
            fill: white;
            transition: fill .1s ease-in-out; }
  .banner-content {
    display: flex;
    flex: 1 1 auto; }
    @media screen and (max-width: 739px) {
      .banner--desktop .banner-content {
        display: block; } }
  .banner-cta {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 460px;
    margin-left: 40px;
    padding-bottom: 20px;
    color: white; }
    @media screen and (max-width: 1079px) {
      .banner--desktop .banner-cta {
        display: none; } }
    @media screen and (max-width: 1079px) {
      .banner--mobile .banner-cta {
        margin-left: 0; } }
    .banner-cta-link {
      color: white; }
      .banner-cta-link:hover, .banner-cta-link:focus {
        color: white; }
        .banner-cta-link:hover .banner-cta-link-text, .banner-cta-link:focus .banner-cta-link-text {
          padding-right: 29px; }
          @media screen and (min-width: 401px) {
            .banner-cta-link:hover .banner-cta-link-text, .banner-cta-link:focus .banner-cta-link-text {
              padding-right: 37px; } }
          @media screen and (min-width: 620px) {
            .banner-cta-link:hover .banner-cta-link-text, .banner-cta-link:focus .banner-cta-link-text {
              padding-right: 45px; } }
      .banner-cta-link-heading {
        margin-bottom: .625em;
        font-family: "serifa", "Georgia", "Times", "Times New Roman", serif;
        font-size: 1.125rem;
        font-weight: 500;
        line-height: 1.0625em; }
        @media screen and (min-width: 401px) {
          .banner-cta-link-heading {
            font-size: 1.375rem; } }
        @media screen and (min-width: 620px) {
          .banner-cta-link-heading {
            font-size: 1.625rem; } }
        @media screen and (min-width: 880px) {
          .banner-cta-link-heading {
            font-size: 1.875rem; } }
      .banner-cta-link-text {
        display: inline-block;
        margin: 0;
        font-size: 0.8125rem;
        text-transform: uppercase;
        font-weight: 600;
        padding-right: 26px;
        background-image: url(/images/arrow-right.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: 16px 6px;
        transition: padding .1s ease-in-out; }
        @media screen and (min-width: 401px) {
          .banner-cta-link-text {
            padding-right: 34px;
            font-size: 0.9375rem;
            background-size: 24px 9px; } }
        @media screen and (min-width: 620px) {
          .banner-cta-link-text {
            padding-right: 42px;
            font-size: 1.0625rem;
            background-size: 32px 12px; } }
  .banner-link {
    position: absolute;
    right: 40px;
    bottom: 20px;
    font-size: 0.875rem;
    max-width: 260px;
    text-decoration: underline;
    color: white; }
    .banner-link:hover, .banner-link:focus {
      color: white; }
    @media screen and (max-width: 1079px) {
      .banner--desktop .banner-link {
        display: none; } }

.basic_page {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 45px; }
  @media screen and (min-width: 620px) {
    .basic_page {
      padding: 0 25px; } }
  @media screen and (min-width: 880px) {
    .basic_page {
      padding: 0 30px; } }
  .basic_page-hero {
    margin-bottom: 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px; }
    @media screen and (min-width: 401px) {
      .basic_page-hero {
        margin-bottom: 40px; } }
    @media screen and (min-width: 620px) {
      .basic_page-hero {
        margin-bottom: 50px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px; } }
    @media screen and (min-width: 880px) {
      .basic_page-hero {
        margin-bottom: 70px; } }
    @media screen and (min-width: 401px) {
      .basic_page-hero {
        margin-bottom: 20px; } }
    @media screen and (min-width: 620px) {
      .basic_page-hero {
        margin-bottom: 20px; } }
    @media screen and (min-width: 880px) {
      .basic_page-hero {
        margin-bottom: 70px; } }
    .basic_page-hero-image {
      position: relative;
      height: 0;
      padding-top: 45.41667%;
      overflow: hidden; }
      .basic_page-hero-image:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border: 1px solid white;
        border-radius: 12px;
        background-color: #3d3d3d; }
      .basic_page-hero-image img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      @media screen and (max-width: 879px) {
        .basic_page-hero-image {
          margin-bottom: 20px; } }
    .basic_page-hero img {
      margin-bottom: 30px; }
      @media screen and (min-width: 880px) {
        .basic_page-hero img {
          margin: 0; } }
    @media screen and (max-width: 879px) {
      .basic_page-hero-content {
        max-width: 680px;
        margin: 0 auto; } }
    @media screen and (min-width: 880px) {
      .basic_page-hero-content_outer {
        background: linear-gradient(to top, rgba(0, 0, 0, 0.738) 0%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        padding: 40px 30px; } }
    .basic_page-hero-content-helper {
      max-width: 1080px;
      margin: 0 auto; }
    .basic_page-hero-content .share {
      margin-top: 15px; }
      @media screen and (min-width: 880px) {
        .basic_page-hero-content .share {
          color: white; }
          .basic_page-hero-content .share svg path {
            transition: fill .1s ease-in-out;
            fill: white; }
          .basic_page-hero-content .share-facebook:hover svg path, .basic_page-hero-content .share-facebook:focus svg path {
            fill: #3b5998; }
          .basic_page-hero-content .share-twitter:hover svg path, .basic_page-hero-content .share-twitter:focus svg path {
            fill: #00aced; } }
    .basic_page-hero-subtitle, .basic_page-hero-title {
      max-width: 760px;
      margin: 0;
      font-family: "serifa", "Georgia", "Times", "Times New Roman", serif;
      font-weight: 400;
      line-height: 1em; }
      .basic_page-hero-subtitle, .basic_page-hero-subtitle a, .basic_page-hero-title, .basic_page-hero-title a {
        color: black; }
    .basic_page-hero-title {
      font-size: 1.75rem; }
      @media screen and (min-width: 401px) {
        .basic_page-hero-title {
          font-size: 2.125rem; } }
      @media screen and (min-width: 768px) {
        .basic_page-hero-title {
          font-size: 2.5rem; } }
      @media screen and (min-width: 880px) {
        .basic_page-hero-title {
          font-size: 3rem;
          color: white; } }
      @media screen and (min-width: 1200px) {
        .basic_page-hero-title {
          font-size: 3.75rem; } }
      .basic_page-hero-title--long {
        font-size: 1.5rem; }
        @media screen and (min-width: 401px) {
          .basic_page-hero-title--long {
            font-size: 1.875rem; } }
        @media screen and (min-width: 768px) {
          .basic_page-hero-title--long {
            font-size: 2.25rem; } }
        @media screen and (min-width: 880px) {
          .basic_page-hero-title--long {
            font-size: 2.625rem; } }
        @media screen and (min-width: 1200px) {
          .basic_page-hero-title--long {
            font-size: 3rem; } }
    .basic_page-hero-subtitle {
      margin-bottom: 0.25em; }
      @media screen and (min-width: 880px) {
        .basic_page-hero-subtitle, .basic_page-hero-subtitle a {
          color: white; } }
  .basic_page-title {
    font-family: "serifa", "Georgia", "Times", "Times New Roman", serif;
    font-weight: 400;
    line-height: 1.125em; }
  .basic_page-excerpt {
    max-width: 680px;
    margin: 0 auto; }
    @media screen and (min-width: 880px) {
      .basic_page-excerpt {
        max-width: 760px;
        text-align: center; } }
    .basic_page-excerpt > *:last-child {
      margin-bottom: 0; }
  .basic_page-content-sidebar {
    max-width: 100% !important; }
    .basic_page-content-sidebar-text.rich_text p {
      font-size: 1rem; }
  .basic_page-grid_wrap {
    margin-right: -15px;
    margin-left: -15px; }
    @media screen and (min-width: 620px) {
      .basic_page-grid_wrap {
        margin-right: -25px;
        margin-left: -25px; } }
    @media screen and (min-width: 880px) {
      .basic_page-grid_wrap {
        margin-right: -30px;
        margin-left: -30px; } }

.calendar {
  max-width: 100%;
  width: 400px;
  padding: 20px 10px;
  border: 3px solid black;
  background-color: white;
  display: none; }
  .calendar.is_visible {
    display: block; }
  .calendar_container {
    min-height: 400px; }
  .calendar-arrow {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0 6px;
    background: transparent;
    border: none;
    cursor: pointer; }
    .calendar-arrow path {
      fill: black;
      transition: fill .1s ease-in-out; }
    .calendar-arrow:hover path {
      fill: #679AC8; }
    .calendar-arrow--disabled {
      opacity: .3; }
      .calendar-arrow--disabled path {
        fill: black !important; }
  .calendar-row {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: middle;
    justify-content: center; }
    .calendar-row--month {
      justify-content: space-between;
      align-items: center;
      margin-bottom: 15px;
      font-size: 1.625rem;
      font-weight: 600;
      letter-spacing: -.025em;
      text-align: center;
      color: black; }
  .calendar-item {
    flex: 1 0 14.28%;
    font-size: 1rem;
    letter-spacing: .05em; }
    .calendar-row--dates .calendar-item {
      font-size: 0.9375rem;
      font-weight: 600;
      color: #787878; }
      .calendar-row--dates .calendar-item span {
        padding: 15px 5px; }
    .calendar-item-content {
      padding: 10px 5px; }
    .calendar-item a {
      display: block;
      color: black;
      transition: background-color .1s ease-in-out, color .1s ease-in-out; }
      .calendar-item a:hover, .calendar-item a:focus {
        background-color: #95b8d8;
        color: white; }
    .calendar-item--disabled {
      opacity: .3; }
    .calendar-item--today a {
      color: #679AC8; }
    .calendar-item--current a {
      background: #679AC8 !important;
      color: white !important; }
    .calendar-item--available {
      font-weight: 600; }

.category_nav {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px; }
  @media screen and (min-width: 620px) {
    .category_nav {
      padding: 0 25px; } }
  @media screen and (min-width: 880px) {
    .category_nav {
      padding: 0 30px; } }
  @media screen and (max-width: 619px) {
    .category_nav {
      position: relative;
      text-align: center; } }
  .category_nav-mobile_toggle {
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 20px; }
    .category_nav-mobile_toggle svg {
      position: absolute;
      top: 50%;
      right: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .category_nav-mobile_toggle svg polygon {
        fill: #679AC8;
        transition: fill .1s linear; }
      .is-open .category_nav-mobile_toggle svg {
        -webkit-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
    .category_nav-mobile_toggle:hover svg polygon {
      fill: #4381b9; }
    .category_nav-mobile_toggle:focus {
      color: #679AC8; }
    @media screen and (min-width: 620px) {
      .category_nav-mobile_toggle {
        display: none !important; } }
  .category_nav-list {
    font-size: 0;
    text-align: center; }
    @media screen and (max-width: 619px) {
      .category_nav-list {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        z-index: 1;
        display: none;
        padding-bottom: 15px;
        background: white; }
        .is-open .category_nav-list {
          display: block; } }
  .category_nav-item {
    font-size: 16px;
    margin: 5px 3px; }
    @media screen and (min-width: 620px) {
      .category_nav-item {
        display: inline-block; } }
    .category_nav-mobile_toggle, .category_nav-item-link {
      position: relative;
      font-size: 1.125rem;
      font-weight: 600;
      text-transform: uppercase;
      color: #679AC8;
      transition: color .1s linear, border-color .1s linear; }
      @media screen and (min-width: 620px) {
        .category_nav-mobile_toggle, .category_nav-item-link {
          display: block;
          padding: 5px 10px 10px;
          border-bottom: 4px solid #679AC8; } }
      .category_nav-mobile_toggle:hover, .category_nav-mobile_toggle:focus, .category_nav-item-link:hover, .category_nav-item-link:focus {
        border-color: #4381b9; }
      @media screen and (min-width: 620px) {
        .category_nav-mobile_toggle--active, .category_nav-item-link--active {
          border-color: black;
          color: black; }
          .category_nav-mobile_toggle--active:before, .category_nav-item-link--active:before {
            position: absolute;
            bottom: 0;
            left: 50%;
            margin-left: -6px;
            content: "";
            border-style: solid;
            height: 0;
            width: 0;
            border-color: transparent transparent black;
            border-width: 0 6px 6px; } }

.content_with_sidebar {
  max-width: 680px;
  margin: 0 auto; }
  @media screen and (min-width: 880px) {
    .content_with_sidebar {
      display: flex;
      flex-wrap: nowrap;
      max-width: 1080px; } }
  .content_with_sidebar-main {
    width: 100%; }
    @media screen and (min-width: 880px) {
      .content_with_sidebar-main {
        padding-right: 7.4%;
        flex: 0 1 auto; } }
  .content_with_sidebar-sidebar {
    max-width: 400px;
    margin: 0 auto; }
    @media screen and (min-width: 880px) {
      .content_with_sidebar-sidebar {
        flex: 0 0 320px; } }
    .content_with_sidebar-sidebar-item {
      margin-bottom: 30px; }
      .content_with_sidebar-sidebar-item::after {
        clear: both;
        content: "";
        display: block; }
      @media screen and (min-width: 620px) {
        .content_with_sidebar-sidebar-item {
          margin-bottom: 40px; } }
    .content_with_sidebar-sidebar-heading {
      margin: 0 0 20px;
      font-size: 1.125rem;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: .025em; }
      .content_with_sidebar-sidebar-heading span {
        display: inline-block;
        border-bottom: 2px solid black; }

.date_filter {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 40px; }
  @media screen and (min-width: 620px) {
    .date_filter {
      padding: 0 25px; } }
  @media screen and (min-width: 880px) {
    .date_filter {
      padding: 0 30px; } }
  .date_filter-item {
    flex: 0 0 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 62px;
    margin-right: 8px;
    background-color: #edf3f8;
    transition: background-color .1s ease-in-out; }
    @media screen and (min-width: 401px) {
      .date_filter-item {
        flex: 0 0 56px;
        height: 77px; } }
    .date_filter-item:last-child {
      margin: 0; }
    .date_filter-item--day {
      flex: 1 1 20%;
      padding: 10px;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .date_filter-item--day {
          display: none; } }
      .date_filter-item--day:hover {
        background-color: #95b8d8;
        color: white; }
      .date_filter-item--day.active {
        background-color: white;
        border-width: 2px 2px 4px 3px;
        border-style: solid;
        border-color: black;
        color: black; }
        @media screen and (max-width: 767px) {
          .date_filter-item--day.active {
            display: flex; } }
      .date_filter-item--day-weekday, .date_filter-item--day-date {
        display: block;
        line-height: 1.25em;
        transition: color .1s ease-in-out; }
      .date_filter-item--day-weekday {
        font-size: 1rem;
        font-weight: 600; }
        @media screen and (min-width: 401px) {
          .date_filter-item--day-weekday {
            font-size: 1.25rem; } }
        @media screen and (min-width: 768px) {
          .date_filter-item--day-weekday {
            font-size: 1rem; } }
        @media screen and (min-width: 880px) {
          .date_filter-item--day-weekday {
            font-size: 1.125rem; } }
        @media screen and (min-width: 1000px) {
          .date_filter-item--day-weekday {
            font-size: 1.25rem; } }
      .date_filter-item--day-date {
        font-size: 0.9375rem; }
      .date_filter-item--day--current {
        display: none;
        background-color: white !important;
        border-width: 2px 2px 4px 3px;
        border-style: solid;
        border-color: black;
        color: black !important; }
        @media screen and (max-width: 767px) {
          .date_filter-item--day--current {
            display: flex; } }
    .date_filter-item--prev, .date_filter-item--next, .date_filter-item--calendar {
      background-color: #679AC8;
      transition: background-color .1s ease-in-out; }
      .date_filter-item--prev svg path,
      .date_filter-item--prev svg circle, .date_filter-item--next svg path,
      .date_filter-item--next svg circle, .date_filter-item--calendar svg path,
      .date_filter-item--calendar svg circle {
        fill: white;
        transition: fill .1s ease-in-out; }
      .date_filter-item--prev:hover, .date_filter-item--next:hover, .date_filter-item--calendar:hover {
        background-color: #4381b9;
        color: white; }
      .date_filter-item--prev.disabled, .date_filter-item--next.disabled, .date_filter-item--calendar.disabled {
        background-color: #edf3f8 !important;
        color: #95b8d8 !important; }
        .date_filter-item--prev.disabled svg path,
        .date_filter-item--prev.disabled svg circle, .date_filter-item--next.disabled svg path,
        .date_filter-item--next.disabled svg circle, .date_filter-item--calendar.disabled svg path,
        .date_filter-item--calendar.disabled svg circle {
          fill: #bed5e7; }
    @media screen and (max-width: 400px) {
      .date_filter-item--prev svg, .date_filter-item--next svg {
        width: 20px; }
      .date_filter-item--calendar svg {
        width: 26px; } }

.featured_content {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  margin: 8.8% auto 40px; }
  @media screen and (min-width: 620px) {
    .featured_content {
      padding: 0 25px; } }
  @media screen and (min-width: 880px) {
    .featured_content {
      padding: 0 30px; } }
  @media screen and (min-width: 1140px) {
    .featured_content {
      margin-top: 100px;
      margin-bottom: 50px; } }
  .featured_content-item {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 10px;
    overflow: hidden; }
    .featured_content-item:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 1px solid white;
      border-radius: 12px;
      background-color: #3d3d3d; }
    .featured_content-item img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    @media screen and (max-width: 619px) {
      .featured_content-item {
        border-radius: 6px; } }
    .featured_content-item-image, .featured_content-item-inner {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .featured_content-item-inner {
      display: flex;
      flex-direction: column;
      justify-content: flex-end; }
    .featured_content-item-link {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      text-indent: -9999px; }
  .featured_content-text {
    width: 100%; }
    .featured_content-text--shadow {
      background: linear-gradient(to top, rgba(0, 0, 0, 0.738) 0%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%); }
  .featured_content-section_link {
    margin: 0 20px 0.875em;
    font-size: 0.75rem;
    text-transform: uppercase;
    line-height: 1.625;
    color: white; }
    @media screen and (min-width: 620px) {
      .featured_content-section_link {
        margin-right: 30px;
        margin-left: 30px; } }
    @media screen and (min-width: 401px) {
      .featured_content-section_link {
        font-size: 0.875rem; } }
    @media screen and (min-width: 460px) {
      .featured_content-section_link {
        font-size: 1rem; } }
    @media screen and (min-width: 620px) {
      .featured_content-section_link {
        font-size: 0.75rem; } }
    @media screen and (min-width: 768px) {
      .featured_content-section_link {
        font-size: 0.875rem; } }
    @media screen and (min-width: 920px) {
      .featured_content-section_link {
        font-size: 1rem; } }
    .featured_content-section_link-separator,
    .featured_content-section_link a {
      display: inline-block;
      margin: 0.25em 8px 1px 0;
      border-bottom: 2px solid white;
      color: white; }
    .featured_content-section_link-separator {
      border-color: transparent; }
    .featured_content-section_link a:hover, .featured_content-section_link a:focus {
      margin-bottom: 0;
      border-width: 3px; }
  .featured_content-title {
    margin: 0;
    font-family: "serifa", "Georgia", "Times", "Times New Roman", serif;
    line-height: 1.5em;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1em;
    color: white; }
    @media screen and (min-width: 401px) {
      .featured_content-title {
        font-size: 1.25rem; } }
    @media screen and (min-width: 460px) {
      .featured_content-title {
        font-size: 1.5rem; } }
    @media screen and (min-width: 620px) {
      .featured_content-title {
        font-size: 1.125rem; } }
    @media screen and (min-width: 768px) {
      .featured_content-title {
        font-size: 1.25rem; } }
    @media screen and (min-width: 920px) {
      .featured_content-title {
        font-size: 1.5rem; } }
    .grid-item:first-child .featured_content-title {
      max-width: 760px; }
      @media screen and (min-width: 620px) {
        .grid-item:first-child .featured_content-title {
          font-size: 2rem; } }
      @media screen and (min-width: 768px) {
        .grid-item:first-child .featured_content-title {
          font-size: 2.25rem; } }
      @media screen and (min-width: 880px) {
        .grid-item:first-child .featured_content-title {
          font-size: 2.5rem;
          color: white; } }
      @media screen and (min-width: 1200px) {
        .grid-item:first-child .featured_content-title {
          font-size: 2.625rem; } }
    .featured_content-title a {
      display: block;
      padding: 0 20px 20px;
      color: white; }
      @media screen and (min-width: 620px) {
        .featured_content-title a {
          padding: 0 30px 30px; } }

.film_widget_list {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  margin: 4.4% auto 40px; }
  @media screen and (min-width: 620px) {
    .film_widget_list {
      padding: 0 25px; } }
  @media screen and (min-width: 880px) {
    .film_widget_list {
      padding: 0 30px; } }
  @media screen and (min-width: 1140px) {
    .film_widget_list {
      margin: 50px auto; } }
  .film_widget_list--first {
    margin-top: 0 !important; }
  .film_widget_list-description {
    display: block;
    font-size: 1.5em;
    font-weight: normal;
    text-align: center;
    padding: 0 20px 20px;
    width: 100%; }
    .film_widget_list-description:first-letter {
      text-transform: capitalize; }
    .film_widget_list-description a {
      font-size: 0.8em;
      font-style: italic; }
  .film_widget_list-notification, .film_widget_list-cta {
    margin-bottom: 20px;
    padding: 12px 18px;
    background-color: #FF4AB0;
    text-align: center; }
    .film_widget_list-notification-text, .film_widget_list-cta-text {
      margin: 0;
      color: white;
      font-size: 1rem;
      line-height: 1.375; }
      @media screen and (min-width: 401px) {
        .film_widget_list-notification-text, .film_widget_list-cta-text {
          font-size: 1.125rem; } }
    .film_widget_list-notification_container, .film_widget_list-cta_container {
      width: 100%;
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 15px; }
      @media screen and (min-width: 620px) {
        .film_widget_list-notification_container, .film_widget_list-cta_container {
          padding: 0 25px; } }
      @media screen and (min-width: 880px) {
        .film_widget_list-notification_container, .film_widget_list-cta_container {
          padding: 0 30px; } }
  .film_widget_list-cta {
    background: none; }
    .film_widget_list-cta-text {
      color: black; }
  .film_widget_list-fallback {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 0;
    min-height: 42vw;
    margin-bottom: 20px;
    padding: 20px;
    background: black;
    text-align: center; }
    @media screen and (min-width: 1140px) {
      .film_widget_list-fallback {
        min-height: 453px; } }
    .film_widget_list-fallback_container {
      width: 100%;
      max-width: 1140px;
      margin: 0 auto;
      padding: 0 15px; }
      @media screen and (min-width: 620px) {
        .film_widget_list-fallback_container {
          padding: 0 25px; } }
      @media screen and (min-width: 880px) {
        .film_widget_list-fallback_container {
          padding: 0 30px; } }
    .film_widget_list-fallback-message {
      margin-bottom: .375em;
      font-size: 1.125rem;
      line-height: 1.375em;
      color: white; }
      @media screen and (min-width: 401px) {
        .film_widget_list-fallback-message {
          font-size: 1.25rem; } }
      @media screen and (min-width: 620px) {
        .film_widget_list-fallback-message {
          font-size: 1.5rem; } }
      @media screen and (min-width: 880px) {
        .film_widget_list-fallback-message {
          font-size: 1.75rem; } }
    .film_widget_list-fallback-link {
      margin-bottom: 0;
      font-size: 1rem; }
      @media screen and (min-width: 401px) {
        .film_widget_list-fallback-link {
          font-size: 1.125rem; } }

@media screen and (max-width: 619px) {
  .grid--four .film_widget {
    display: flex;
    align-items: center;
    justify-content: center; } }

.content_with_sidebar-sidebar-item .film_widget {
  display: flex;
  align-items: center;
  justify-content: center; }

.content_with_sidebar-sidebar-item .film_widget {
  margin-bottom: 15px; }

.film_widget-image_container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 10px;
  background-color: #3d3d3d; }
  @media screen and (max-width: 619px) {
    .film_widget-image_container {
      border-radius: 6px; } }

.film_widget-image {
  width: 100%; }
  @media screen and (max-width: 619px) {
    .grid--four .film_widget-image {
      border-radius: 5px; } }
  .content_with_sidebar-sidebar-item .film_widget-image {
    border-radius: 5px; }
  .film_widget-image_link {
    display: block;
    margin-bottom: 16px; }
    @media screen and (max-width: 619px) {
      .grid--four .film_widget-image_link {
        flex: 0 0 30%;
        align-self: flex-start;
        margin-bottom: 5px; } }
    .content_with_sidebar-sidebar-item .film_widget-image_link {
      flex: 0 0 30%;
      align-self: flex-start;
      margin-bottom: 5px; }
    .grid-item--faded .film_widget-image_link {
      opacity: .5;
      transition: opacity .2s ease-in-out; }
    .grid-item--faded:hover .film_widget-image_link {
      opacity: 1; }
    .film_widget-image_link-inner {
      position: relative;
      height: 0;
      padding-bottom: 56.25%; }

.film_widget-details {
  margin-bottom: 10px; }
  @media screen and (max-width: 619px) {
    .grid--four .film_widget-details {
      flex: 1 1 auto;
      margin-bottom: 0;
      padding-left: 15px; } }
  .content_with_sidebar-sidebar-item .film_widget-details {
    flex: 1 1 auto;
    margin-bottom: 0;
    padding-left: 15px; }

.film_widget-categories {
  margin-top: -3px;
  margin-bottom: 8px; }
  @media screen and (max-width: 619px) {
    .grid--four .film_widget-categories {
      display: none; } }
  .content_with_sidebar-sidebar-item .film_widget-categories {
    display: none; }
  .grid-item--faded .film_widget-categories {
    opacity: .5;
    transition: opacity .2s ease-in-out; }
  .grid-item--faded:hover .film_widget-categories {
    opacity: 1; }
  .film_widget-categories li {
    display: inline-block;
    margin-right: 10px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    font-weight: 600; }
    .film_widget-categories li:last-child {
      margin: 0; }
  .film_widget-categories a {
    display: block;
    border-bottom: 2px solid black;
    color: black;
    transition: border-color .2s ease-in-out, color .2s ease-in-out; }
    .film_widget-categories a:hover, .film_widget-categories a:focus {
      border-color: #4381b9;
      color: #4381b9; }

.film_widget-title {
  margin-bottom: .375em;
  font-family: "serifa", "Georgia", "Times", "Times New Roman", serif;
  line-height: 1.5em;
  font-size: 1.5rem;
  line-height: 1.125em;
  font-weight: 500; }
  .grid-item--faded .film_widget-title {
    opacity: .5;
    transition: opacity .2s ease-in-out; }
  .grid-item--faded:hover .film_widget-title {
    opacity: 1; }
  .film_widget-title small {
    font-size: 70%; }
  .film_widget-title span {
    font-size: 80%; }
  @media screen and (max-width: 619px) {
    .grid--four .film_widget-title {
      margin-bottom: .25em;
      font-size: 4.5vw; } }
  @media screen and (min-width: 1140px) {
    .grid--four .film_widget-title {
      font-size: 1.25rem; } }
  .content_with_sidebar-sidebar-item .film_widget-title {
    margin-bottom: .25em;
    font-size: 1.125rem; }
  .film_widget-title a {
    color: black; }
    .film_widget-title a:hover, .film_widget-title a:focus {
      color: #4381b9; }

.film_widget-short_description {
  margin: 0 0 12px;
  font-size: 1rem;
  line-height: 1.25em;
  opacity: .75;
  transition: opacity .1s linear; }
  .film_widget:hover .film_widget-short_description {
    opacity: 1; }

.film_widget-meta {
  font-size: 0.9375rem;
  margin-bottom: 0; }
  .grid-item--faded .film_widget-meta {
    opacity: .5;
    transition: opacity .2s ease-in-out; }
  .grid-item--faded:hover .film_widget-meta {
    opacity: 1; }
  .film_widget-meta span,
  .film_widget-meta a {
    display: inline-block;
    margin: 0 5px 5px 0;
    background-repeat: no-repeat;
    line-height: 1.375em;
    color: black; }
  .film_widget-meta a:hover, .film_widget-meta a:focus {
    color: #4381b9; }
  .film_widget-meta .is-inactive {
    opacity: .5;
    text-decoration: line-through; }

.film_widget-icon {
  position: relative;
  padding-left: 17px; }
  .film_widget-icon svg {
    position: absolute;
    top: 4px;
    left: 0; }
    .film_widget-icon svg path,
    .film_widget-icon svg circle,
    .film_widget-icon svg rect {
      fill: #FF4AB0; }
  .film_widget-icon--circle svg {
    top: 6px;
    width: 10px;
    height: 10px; }
  .film_widget-icon--triangle svg {
    top: 5px;
    left: 1px;
    width: 9px;
    height: 12px; }
  .film_widget-icon--x svg {
    top: 5px;
    width: 10px;
    height: 10px; }
  .film_widget-icon--square svg {
    top: 6px;
    width: 10px;
    height: 10px; }

.film_widget-no_showtimes, .film_widget-showtimes {
  padding-left: 17px; }

.film_widget-no_showtimes {
  margin-bottom: 0;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.375em; }
  .film_widget-no_showtimes a {
    color: black; }
    .film_widget-no_showtimes a:hover, .film_widget-no_showtimes a:focus {
      color: #4381b9; }

.film_widget-showtimes li {
  display: inline-block;
  margin-right: 8px;
  font-size: 0.9375rem;
  font-weight: 600; }

.film_widget-showtimes a:hover, .film_widget-showtimes a:focus {
  color: #4381b9; }

.film {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 45px; }
  @media screen and (min-width: 620px) {
    .film {
      padding: 0 25px; } }
  @media screen and (min-width: 880px) {
    .film {
      padding: 0 30px; } }
  .film-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (min-width: 880px) {
      .film-header {
        flex-wrap: nowrap; } }
  @media screen and (max-width: 879px) {
    .film-meta {
      flex: 0 0 100%;
      margin-bottom: 15px; } }
  .film-meta-info {
    margin-bottom: 20px; }
    @media screen and (min-width: 620px) {
      .film-meta-info {
        margin-bottom: 25px; } }
    .film-meta-info--archived .film-meta-info-dates {
      color: #787878;
      text-decoration: line-through; }
    .film-meta-info-category, .film-meta-info-location, .film-meta-info-dates, .film-meta-info-special {
      display: inline-block;
      margin-right: 10px;
      margin-bottom: 5px; }
    .film-meta-info-category {
      border-bottom: 2px solid black;
      font-size: 0.8125rem;
      font-weight: 600;
      text-transform: uppercase;
      color: black;
      transition: border-color .2s ease-in-out, color .2s ease-in-out; }
      @media screen and (min-width: 620px) {
        .film-meta-info-category {
          font-size: 0.9375rem; } }
      .film-meta-info-category:hover, .film-meta-info-category:focus {
        border-color: #4381b9;
        color: #4381b9; }
    .film-meta-info-location, .film-meta-info-dates, .film-meta-info-special {
      font-size: 1rem;
      color: black; }
      @media screen and (min-width: 620px) {
        .film-meta-info-location, .film-meta-info-dates, .film-meta-info-special {
          font-size: 1.125rem; } }
      @media screen and (min-width: 880px) {
        .film-meta-info-location, .film-meta-info-dates, .film-meta-info-special {
          font-size: 1rem; } }
      @media screen and (min-width: 1120px) {
        .film-meta-info-location, .film-meta-info-dates, .film-meta-info-special {
          font-size: 1.125rem; } }
      .film-meta-info-location svg, .film-meta-info-dates svg, .film-meta-info-special svg {
        position: relative;
        top: 1px;
        margin-right: 5px; }
        .film-meta-info-location svg path,
        .film-meta-info-location svg circle, .film-meta-info-dates svg path,
        .film-meta-info-dates svg circle, .film-meta-info-special svg path,
        .film-meta-info-special svg circle {
          fill: #FF4AB0; }
    .film-meta-info-location:hover, .film-meta-info-location:focus {
      border-color: #4381b9;
      color: #4381b9; }
  .film-meta-heading {
    max-width: 960px;
    margin-bottom: 25px; }
    .film-meta-heading-title {
      margin: 0;
      font-family: "serifa", "Georgia", "Times", "Times New Roman", serif;
      font-size: 2.5rem;
      font-weight: normal;
      line-height: 1em; }
      @media screen and (min-width: 620px) {
        .film-meta-heading-title {
          font-size: 2.8125rem; } }
      @media screen and (min-width: 880px) {
        .film-meta-heading-title {
          font-size: 2.5rem; } }
      @media screen and (min-width: 1120px) {
        .film-meta-heading-title {
          font-size: 3.75rem; } }
      .film-meta-heading-title--long {
        font-size: 2rem; }
        @media screen and (min-width: 620px) {
          .film-meta-heading-title--long {
            font-size: 2rem; } }
        @media screen and (min-width: 1120px) {
          .film-meta-heading-title--long {
            font-size: 2.5rem; } }
    .film-meta-heading-subtitle {
      margin: 0;
      font-size: 1.125rem;
      font-weight: normal; }
      @media screen and (min-width: 401px) {
        .film-meta-heading-subtitle {
          font-size: 1.25rem; } }
      @media screen and (min-width: 620px) {
        .film-meta-heading-subtitle {
          font-size: 1.5rem; } }
      @media screen and (min-width: 880px) {
        .film-meta-heading-subtitle {
          font-size: 1.25rem; } }
      @media screen and (min-width: 1120px) {
        .film-meta-heading-subtitle {
          font-size: 1.5rem; } }
  .film-meta-details {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px; }
    .film-meta-details-icon {
      width: 36px;
      height: 46px;
      margin-top: -2px;
      margin-right: 12px;
      text-indent: -9999px;
      background-image: url(/images/see-change/director-chair.svg);
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
    .film-meta-details p {
      margin-bottom: 0;
      font-size: 0.9375rem;
      line-height: 1.375em; }
      .film-meta-details p span:before {
        margin-right: 4px;
        content: "\2014";
        color: #679AC8; }
      .film-meta-details p span:first-child:before {
        display: none; }
    .film-meta-details-a11y svg {
      width: auto;
      height: 12px; }
      .film-meta-details-a11y svg path {
        fill: #FF4AB0; }
  .film-dep_banner_mobile {
    margin-bottom: 30px; }
    .film-dep_banner_mobile img {
      max-width: 100%; }
      @media screen and (min-width: 401px) {
        .film-dep_banner_mobile img {
          max-width: 300px; } }
    @media screen and (min-width: 880px) {
      .film-dep_banner_mobile {
        display: none; } }
  .film-dep_banner_desktop {
    display: flex;
    align-items: flex-end;
    margin-bottom: 30px; }
    .film-dep_banner_desktop img {
      max-width: 250px; }
    @media screen and (max-width: 879px) {
      .film-dep_banner_desktop {
        display: none; } }
  .film-tickets {
    position: relative;
    width: 100%;
    min-height: 22px;
    margin-bottom: 30px;
    padding-right: 36px; }
    @media screen and (min-width: 500px) {
      .film-tickets {
        padding-right: 46px; } }
    @media screen and (min-width: 880px) {
      .film-tickets {
        max-width: 431px;
        margin-left: 3.33%; } }
    @media screen and (min-width: 1330px) {
      .film-tickets {
        max-width: 385px;
        padding: 0; } }
    .film-tickets-info {
      min-height: 30px;
      padding-right: 120px; }
      @media screen and (min-width: 880px) {
        .film-tickets-info {
          min-height: 40px; } }
      .film-tickets-info-message {
        margin-bottom: 3px;
        font-size: 1.125rem; }
      .film-tickets-info-date {
        margin: 0;
        font-size: 0.9375rem; }
      .film-tickets-info .share {
        position: absolute;
        top: 4px;
        right: 0; }
    .film-tickets-ticket {
      position: relative;
      display: flex;
      height: 142px;
      flex-direction: column;
      justify-content: space-between;
      margin-top: 25px;
      padding: 25px 40px 15px 35px;
      background-color: #edf3f8; }
      @media screen and (min-width: 500px) {
        .film-tickets-ticket {
          padding-right: 50px; } }
      .film-tickets-ticket-dashes {
        position: absolute;
        top: 5px;
        bottom: 5px;
        left: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 1px;
        opacity: .6; }
        .film-tickets-ticket-dashes-dash {
          width: 1px;
          height: 10px;
          background: black; }
      .film-tickets-ticket-times li {
        display: inline-block;
        margin-right: 15px; }
      .film-tickets-ticket-times a {
        font-size: 1rem;
        font-weight: 600; }
        @media screen and (min-width: 500px) {
          .film-tickets-ticket-times a {
            font-size: 1.25rem; } }
      .film-tickets-ticket-message {
        font-size: 1.25rem;
        font-weight: normal; }
      .film-tickets-ticket-more {
        font-size: 0.9375rem;
        font-weight: 600; }
      .film-tickets-ticket-location {
        position: absolute;
        top: 50%;
        right: 0;
        height: 78px;
        width: 78px;
        background-color: white;
        border: 4px solid white;
        border-radius: 50%;
        -webkit-transform: translateX(50%) translateY(-50%);
                transform: translateX(50%) translateY(-50%);
        overflow: hidden; }
        @media screen and (min-width: 500px) {
          .film-tickets-ticket-location {
            height: 98px;
            width: 98px;
            border-width: 6px; } }
        .film-tickets-ticket-location img {
          width: 100%; }
  .film-image {
    margin-bottom: 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden; }
    @media screen and (min-width: 401px) {
      .film-image {
        margin-bottom: 40px; } }
    @media screen and (min-width: 620px) {
      .film-image {
        margin-bottom: 50px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px; } }
    @media screen and (min-width: 880px) {
      .film-image {
        margin-bottom: 70px; } }
    .film-image:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 1px solid white;
      border-radius: 12px;
      background-color: #3d3d3d; }
    .film-image img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .film-image-link {
      position: absolute;
      top: 50%;
      right: 50%;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 20.7%;
      height: 22.1%;
      background-color: rgba(255, 255, 255, 0.85);
      border-radius: 6px;
      -webkit-transform: translateX(50%) translateY(-50%);
              transform: translateX(50%) translateY(-50%); }
      @media screen and (min-width: 1060px) {
        .film-image-link {
          width: 185px;
          height: 115px; } }
      .film-image-link svg {
        width: 23%;
        margin-left: 3%; }
        .film-image-link svg path {
          fill: #679AC8;
          transition: fill .1s ease-in-out; }
      .film-image-link:hover svg path {
        fill: #4381b9; }
  .film-section_heading {
    font-size: 1.25rem; }
    @media screen and (min-width: 401px) {
      .film-section_heading {
        font-size: 1.375rem; } }
    @media screen and (min-width: 880px) {
      .film-section_heading {
        font-size: 1.5rem; } }
  .film-stills {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 3.25% -1.375%; }
    .film-stills .film-section_heading {
      width: 100%;
      padding: 0 4px; }
      @media screen and (min-width: 401px) {
        .film-stills .film-section_heading {
          padding: 0 7px; } }
      @media screen and (min-width: 880px) {
        .film-stills .film-section_heading {
          padding: 0 10px; } }
    .film-stills-item {
      flex: 1 0 auto;
      width: 50%;
      padding: 4px; }
      @media screen and (min-width: 401px) {
        .film-stills-item {
          padding: 7px; } }
      @media screen and (min-width: 880px) {
        .film-stills-item {
          padding: 10px; } }
      .film-stills-item:first-of-type {
        width: 100%; }
      .film-stills-item-inner {
        position: relative;
        height: 0;
        padding-bottom: 56.25%;
        background-color: #3d3d3d; }
        .film-stills-item-inner img {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; }

.grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: stretch;
  padding: 0 10px !important; }
  .grid-item {
    width: 100%;
    flex: 0 1 auto;
    padding: 8px 5px 7px; }
    @media screen and (min-width: 620px) {
      .grid-item {
        padding: 15px; } }
    @media screen and (min-width: 880px) {
      .grid-item {
        padding: 20px; } }
    .grid-item--order_first {
      order: 1; }
    .grid-item--order_second {
      order: 2; }
    .grid--two .grid-item {
      max-width: 100%; }
      @media screen and (min-width: 620px) {
        .grid--two .grid-item {
          width: 50%; } }
    .grid--three .grid-item,
    .grid--four .grid-item {
      max-width: 100%; }
      @media screen and (min-width: 620px) {
        .grid--three .grid-item,
        .grid--four .grid-item {
          width: 50%; } }
      @media screen and (min-width: 880px) {
        .grid--three .grid-item,
        .grid--four .grid-item {
          width: 33.33%; } }
    @media screen and (min-width: 1140px) {
      .grid--four .grid-item {
        width: 25%; } }

.heading {
  width: 100%;
  padding-bottom: 15px;
  border-bottom: 4px solid black; }
  @media screen and (min-width: 520px) {
    .heading {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: flex-end; } }
  .heading--text {
    border: none;
    padding-bottom: 0 !important;
    text-align: center;
    margin: 40px 20px !important; }
    .heading--text .heading-error_message {
      margin: 0; }
  .heading--no_top_margin {
    margin-top: 0 !important; }
  @media screen and (min-width: 401px) {
    .heading {
      padding-bottom: 20px;
      border-width: 5px; } }
  @media screen and (min-width: 620px) {
    .heading {
      padding-bottom: 25px;
      border-width: 6px; } }
  @media screen and (min-width: 880px) {
    .heading {
      padding-bottom: 30px; } }
  .film_widget_list .heading,
  .featured_content .heading {
    margin: 0 5px 10px; }
    @media screen and (min-width: 401px) {
      .film_widget_list .heading,
      .featured_content .heading {
        margin-bottom: 20px; } }
    @media screen and (min-width: 620px) {
      .film_widget_list .heading,
      .featured_content .heading {
        margin: 0 15px 30px; } }
    @media screen and (min-width: 880px) {
      .film_widget_list .heading,
      .featured_content .heading {
        margin: 0 20px 35px; } }
    .film_widget_list .heading-error_message,
    .featured_content .heading-error_message {
      flex: 0 0 100%;
      margin-bottom: 1em;
      font-size: 1rem;
      font-weight: normal;
      line-height: 1.375em; }
      @media screen and (min-width: 401px) {
        .film_widget_list .heading-error_message,
        .featured_content .heading-error_message {
          font-size: 1.125rem; } }
      @media screen and (min-width: 620px) {
        .film_widget_list .heading-error_message,
        .featured_content .heading-error_message {
          font-size: 1.25rem; } }
      @media screen and (min-width: 880px) {
        .film_widget_list .heading-error_message,
        .featured_content .heading-error_message {
          font-size: 1.375rem; } }
      @media screen and (min-width: 1140px) {
        .film_widget_list .heading-error_message,
        .featured_content .heading-error_message {
          font-size: 1.5rem; } }
  .heading-title {
    margin: 0;
    font-size: 1.75rem;
    letter-spacing: -.025em;
    line-height: 1em; }
    @media screen and (min-width: 401px) {
      .heading-title {
        font-size: 2rem; } }
    @media screen and (min-width: 620px) {
      .heading-title {
        font-size: 2.25rem; } }
    @media screen and (min-width: 880px) {
      .heading-title {
        font-size: 2.625rem; } }
    @media screen and (min-width: 1140px) {
      .heading-title {
        font-size: 3.125rem; } }
  .heading-link {
    display: inline-block;
    margin-top: 3px;
    margin-left: 3px;
    font-size: 0.9375rem;
    font-weight: 600;
    text-align: right; }
    @media screen and (min-width: 401px) {
      .heading-link {
        font-size: 1rem; } }
    @media screen and (min-width: 520px) {
      .heading-link {
        margin: 0; } }
    @media screen and (min-width: 620px) {
      .heading-link {
        font-size: 1.125rem; } }
    @media screen and (min-width: 880px) {
      .heading-link {
        font-size: 1.25rem; } }

.image_cta {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43.25vw;
  padding: 0 !important;
  background-color: black;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden; }
  @media screen and (min-width: 1260px) {
    .image_cta {
      min-height: 545px; } }
  .image_cta--show_overlay:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 1; }
  .image_cta_wrap {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 15px;
    margin: 50px auto;
    display: flex;
    flex-direction: column; }
    @media screen and (min-width: 620px) {
      .image_cta_wrap {
        padding: 0 25px; } }
    @media screen and (min-width: 880px) {
      .image_cta_wrap {
        padding: 0 30px; } }
  .image_cta-content {
    position: relative;
    z-index: 2;
    padding: 30px;
    text-align: center; }
  .image_cta-heading {
    margin: 0 0 .6375em;
    font-size: 2.375rem;
    line-height: 1.25em;
    color: white; }
    @media screen and (min-width: 401px) {
      .image_cta-heading {
        font-size: 2.75rem; } }
    @media screen and (min-width: 620px) {
      .image_cta-heading {
        font-size: 3.125rem; } }
    @media screen and (min-width: 880px) {
      .image_cta-heading {
        font-size: 3.5rem; } }
    @media screen and (min-width: 1140px) {
      .image_cta-heading {
        font-size: 4rem; } }
    .image_cta-heading--20 {
      font-size: 2rem; }
      @media screen and (min-width: 401px) {
        .image_cta-heading--20 {
          font-size: 2.375rem; } }
      @media screen and (min-width: 620px) {
        .image_cta-heading--20 {
          font-size: 2.75rem; } }
      @media screen and (min-width: 880px) {
        .image_cta-heading--20 {
          font-size: 3.125rem; } }
      @media screen and (min-width: 1140px) {
        .image_cta-heading--20 {
          font-size: 3.5rem; } }
    .image_cta-heading--30 {
      font-size: 1.75rem; }
      @media screen and (min-width: 401px) {
        .image_cta-heading--30 {
          font-size: 2.125rem; } }
      @media screen and (min-width: 620px) {
        .image_cta-heading--30 {
          font-size: 2.5rem; } }
      @media screen and (min-width: 880px) {
        .image_cta-heading--30 {
          font-size: 2.875rem; } }
      @media screen and (min-width: 1140px) {
        .image_cta-heading--30 {
          font-size: 3.25rem; } }
    .image_cta-heading--40 {
      font-size: 1.5rem; }
      @media screen and (min-width: 401px) {
        .image_cta-heading--40 {
          font-size: 1.875rem; } }
      @media screen and (min-width: 620px) {
        .image_cta-heading--40 {
          font-size: 2.25rem; } }
      @media screen and (min-width: 880px) {
        .image_cta-heading--40 {
          font-size: 2.625rem; } }
      @media screen and (min-width: 1140px) {
        .image_cta-heading--40 {
          font-size: 3rem; } }
    .image_cta-heading--50 {
      font-size: 1.25rem; }
      @media screen and (min-width: 401px) {
        .image_cta-heading--50 {
          font-size: 1.625rem; } }
      @media screen and (min-width: 620px) {
        .image_cta-heading--50 {
          font-size: 2rem; } }
      @media screen and (min-width: 880px) {
        .image_cta-heading--50 {
          font-size: 2.375rem; } }
      @media screen and (min-width: 1140px) {
        .image_cta-heading--50 {
          font-size: 2.75rem; } }

.logo_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  .logo_grid a,
  .logo_grid span {
    width: 50%;
    margin: 15px 0; }
    @media screen and (min-width: 520px) {
      .logo_grid a,
      .logo_grid span {
        width: auto; } }
    @media screen and (min-width: 880px) {
      .logo_grid a,
      .logo_grid span {
        width: 50%; } }
    @media screen and (min-width: 1000px) {
      .logo_grid a,
      .logo_grid span {
        width: auto; } }
  .logo_grid img {
    padding: 0 20px;
    max-height: 100px;
    max-width: 100%; }

.image_with_text {
  display: flex;
  flex-wrap: wrap;
  padding: 5.58% 0;
  border-top: 2px solid black; }
  @media screen and (min-width: 600px) {
    .image_with_text {
      flex-wrap: nowrap; } }
  @media screen and (min-width: 880px) {
    .image_with_text {
      flex-wrap: wrap; } }
  @media screen and (min-width: 1024px) {
    .image_with_text {
      flex-wrap: nowrap; } }
  .image_with_text_container--two_column .image_with_text {
    display: block;
    margin: 0 auto 15px;
    padding: 8px 0 7px;
    border: none; }
    @media screen and (min-width: 480px) {
      .image_with_text_container--two_column .image_with_text {
        width: 50%;
        margin: 0;
        padding: 15px; }
        .image_with_text_container--two_column .image_with_text:nth-child(odd) {
          padding-left: 0; }
        .image_with_text_container--two_column .image_with_text:nth-child(even) {
          padding-right: 0; } }
    @media screen and (min-width: 600px) {
      .image_with_text_container--two_column .image_with_text {
        padding: 20px; } }
    @media screen and (min-width: 880px) {
      .image_with_text_container--two_column .image_with_text {
        padding: 15px; } }
    @media screen and (min-width: 1024px) {
      .image_with_text_container--two_column .image_with_text {
        padding: 20px; } }
  .image_with_text_container {
    margin: 4.58% 0 5.58%;
    border-bottom: 2px solid black; }
    .image_with_text_container--two_column {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      padding: calc(5.58%) 0;
      border-top: 2px solid black; }
      @media screen and (min-width: 480px) {
        .image_with_text_container--two_column {
          padding: calc(5.58% - 15px) 0; } }
      @media screen and (min-width: 600px) {
        .image_with_text_container--two_column {
          padding: calc(5.58% - 20px) 0; } }
      @media screen and (min-width: 880px) {
        .image_with_text_container--two_column {
          padding: calc(5.58% - 15px) 0; } }
      @media screen and (min-width: 1024px) {
        .image_with_text_container--two_column {
          padding: calc(5.58% - 20px) 0; } }
  .image_with_text-image {
    flex: 0 0 100%;
    margin-bottom: 2%; }
    @media screen and (min-width: 401px) {
      .image_with_text-image {
        max-width: 320px;
        margin-right: auto;
        margin-left: auto; } }
    @media screen and (min-width: 600px) {
      .image_with_text-image {
        flex: 0 0 47%;
        margin-bottom: 0; } }
    @media screen and (min-width: 880px) {
      .image_with_text-image {
        flex: 0 0 100%;
        margin-bottom: 0;
        margin-bottom: 2%; } }
    @media screen and (min-width: 1024px) {
      .image_with_text-image {
        flex: 0 0 47%;
        margin-bottom: 0; } }
    .image_with_text-image-container {
      height: 0;
      padding-bottom: 56.25%;
      background-color: #3d3d3d;
      border-radius: 10px; }
      .image_with_text_container--two_column .image_with_text-image-container {
        margin-bottom: 15px; }
    .image_with_text-image img {
      width: 100%; }
      @media screen and (max-width: 619px) {
        .image_with_text-image img {
          border-radius: 6px; } }
      @media screen and (min-width: 600px) {
        .image_with_text-image img {
          margin: 0; } }
      @media screen and (min-width: 880px) {
        .image_with_text-image img {
          margin: 0 auto; } }
      @media screen and (min-width: 1024px) {
        .image_with_text-image img {
          margin: 0; } }
  .image_with_text-content {
    flex: 0 1 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0; }
    @media screen and (min-width: 401px) {
      .image_with_text-content {
        max-width: 500px;
        text-align: center; } }
    @media screen and (min-width: 600px) {
      .image_with_text-content {
        max-width: 100%;
        padding: 7px 0 0 25px;
        text-align: left; }
        .image_with_text_container--two_column .image_with_text-content {
          padding-left: 0; } }
    @media screen and (min-width: 880px) {
      .image_with_text-content {
        padding: 0;
        max-width: 500px;
        text-align: center; } }
    @media screen and (min-width: 1024px) {
      .image_with_text-content {
        max-width: 100%;
        padding: 7px 0 0 25px;
        text-align: left; }
        .image_with_text_container--two_column .image_with_text-content {
          padding-left: 0; } }
    .image_with_text-content > *:last-child {
      margin-bottom: 0; }
    .image_with_text_container--two_column .image_with_text-content {
      text-align: left; }
  .image_with_text-heading {
    margin: 0 0 .125em;
    font-size: 1.125rem;
    line-height: 1.25em; }
    .image_with_text_container--two_column .image_with_text-heading {
      font-size: 1rem; }
    @media screen and (min-width: 401px) {
      .image_with_text-heading {
        font-size: 1.25rem; }
        .image_with_text_container--two_column .image_with_text-heading {
          font-size: 1.125rem; } }
  .image_with_text-subheading {
    margin: 0 0 .25em;
    font-size: 1rem; }
    @media screen and (max-width: 400px) {
      .image_with_text_container--two_column .image_with_text-subheading {
        font-size: 0.875rem; } }
  .image_with_text p {
    margin-bottom: .625em;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4375em; }
    .image_with_text p a {
      font-weight: 400; }
  .image_with_text ul {
    margin: 0 0 25px;
    padding: 0 0 0 20px;
    list-style-type: none;
    margin-left: -20px;
    list-style-type: none;
    margin: 10px 0; }
    .image_with_text ul li {
      margin-bottom: .5em;
      font-size: 1em;
      line-height: 1.5em; }
    .image_with_text ul > ul, .image_with_text ul ol {
      margin: 0; }
    .image_with_text ul li {
      position: relative;
      padding-left: 1.125em; }
      .image_with_text ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2013"; }
  .image_with_text ol {
    margin: 0 0 25px;
    padding: 0 0 0 20px;
    list-style-type: none;
    list-style-type: decimal;
    margin: 10px 0; }
    .image_with_text ol li {
      margin-bottom: .5em;
      font-size: 1em;
      line-height: 1.5em; }
    .image_with_text ol > ul, .image_with_text ol ol {
      margin: 0; }
    .image_with_text ol li {
      padding-left: 5px; }
  .image_with_text ul,
  .image_with_text ol {
    padding-left: 20px;
    font-size: 1rem; }
    .image_with_text ul li:last-child,
    .image_with_text ol li:last-child {
      margin-bottom: 0; }
  .image_with_text-button {
    padding: 7px 15px 8px;
    font-size: 1.0625rem; }

.list_toggle {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  display: flex;
  margin: 40px auto; }
  @media screen and (min-width: 620px) {
    .list_toggle {
      padding: 0 25px; } }
  @media screen and (min-width: 880px) {
    .list_toggle {
      padding: 0 30px; } }
  .list_toggle-item {
    flex: 1 0 50%;
    margin: 0 3px 0 0;
    font-weight: 600;
    letter-spacing: -.025em;
    text-align: center; }
    .list_toggle-item:last-child {
      margin: 0 0 0 3px; }
    .list_toggle-item-link {
      position: relative;
      display: block;
      padding-bottom: 15px;
      border-bottom: 6px solid #679AC8;
      font-size: 2.5rem;
      line-height: 1em;
      color: #679AC8;
      transition: color .1s linear, border-color .1s linear;
      overflow: hidden; }
      .list_toggle--vault .list_toggle-item-link {
        font-size: 1.5625rem; }
      @media screen and (min-width: 401px) {
        .list_toggle-item-link {
          padding-bottom: 20px;
          border-width: 9px;
          font-size: 3.125rem; }
          .list_toggle--vault .list_toggle-item-link {
            font-size: 1.875rem; } }
      @media screen and (min-width: 620px) {
        .list_toggle-item-link {
          padding-bottom: 25px;
          border-width: 12px;
          font-size: 4rem; }
          .list_toggle--vault .list_toggle-item-link {
            font-size: 2.5rem; } }
      @media screen and (min-width: 880px) {
        .list_toggle-item-link {
          padding-bottom: 30px;
          font-size: 5rem; }
          .list_toggle--vault .list_toggle-item-link {
            font-size: 3.125rem; } }
      .list_toggle-item-link:hover, .list_toggle-item-link:focus {
        color: #4381b9;
        border-color: #4381b9; }
      .active .list_toggle-item-link {
        border-color: black;
        color: black; }
        .active .list_toggle-item-link:before {
          position: absolute;
          bottom: 0;
          left: 50%;
          margin-left: -8px;
          content: "";
          border-style: solid;
          height: 0;
          width: 0;
          border-color: transparent transparent black;
          border-width: 0 8px 9px; }
          @media screen and (min-width: 401px) {
            .active .list_toggle-item-link:before {
              margin-left: -12px;
              border-style: solid;
              height: 0;
              width: 0;
              border-color: transparent transparent black;
              border-width: 0 12px 13.5px; } }
          @media screen and (min-width: 620px) {
            .active .list_toggle-item-link:before {
              margin-left: -16px;
              border-style: solid;
              height: 0;
              width: 0;
              border-color: transparent transparent black;
              border-width: 0 16px 18px; } }

.mobile_nav-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 98;
  display: none;
  background-color: rgba(0, 0, 0, 0.6); }
  .nav_open .mobile_nav-overlay {
    display: block; }

.mobile_nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: none;
  padding: 90px 0 60px;
  background-color: black;
  overflow: auto; }
  @media screen and (min-width: 620px) {
    .mobile_nav {
      padding: 80px 0 20px;
      bottom: auto;
      background-color: rgba(0, 0, 0, 0.8); } }
  .nav_open .mobile_nav {
    display: block; }
  .mobile_nav-container {
    height: 100%;
    width: 100%;
    display: table;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 15px;
    padding: 0 20px; }
    @media screen and (min-width: 620px) {
      .mobile_nav-container {
        padding: 0 25px; } }
    @media screen and (min-width: 880px) {
      .mobile_nav-container {
        padding: 0 30px; } }
  .mobile_nav-helper {
    height: 100%;
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
  .mobile_nav-primary {
    margin-bottom: 55px; }
    @media screen and (min-width: 620px) {
      .mobile_nav-primary {
        margin-bottom: 5px;
        text-align: center; } }
    @media screen and (min-width: 940px) {
      .mobile_nav-primary {
        display: none; } }
    .mobile_nav-primary li {
      margin-bottom: 10px;
      font-size: 1.75rem;
      font-weight: 600; }
      @media screen and (min-width: 620px) {
        .mobile_nav-primary li {
          display: inline-block;
          margin: 0 10px;
          font-size: 1.375rem; } }
      .mobile_nav-primary li a {
        color: #679AC8; }
        .mobile_nav-primary li a:hover, .mobile_nav-primary li a:focus {
          color: white; }
  .mobile_nav-secondary {
    text-align: right; }
    @media screen and (min-width: 620px) {
      .mobile_nav-secondary {
        text-align: center; } }
    .mobile_nav-secondary li {
      margin-bottom: 5px;
      font-size: 1.125rem;
      font-weight: 600; }
      @media screen and (min-width: 620px) {
        .mobile_nav-secondary li {
          display: inline-block;
          margin: 0 10px; } }
      .mobile_nav-secondary li a {
        color: white; }
        .mobile_nav-secondary li a:hover, .mobile_nav-secondary li a:focus {
          color: #679AC8; }
    .mobile_nav-secondary-newsletter {
      margin-right: -17px;
      padding-right: 17px;
      background-image: url(/images/plus.png);
      background-repeat: no-repeat;
      background-size: 12px 12px;
      background-position: right 9px; }

.modal {
  display: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer; }
  .modal_video {
    width: 1440px;
    max-width: 100%;
    background-color: black; }
  .has-modal .modal {
    display: block;
    position: fixed;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: -1;
    opacity: 0;
    transition: opacity 0.2s, z-index 0s 0.2s;
    text-align: center;
    overflow: hidden;
    overflow-y: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch; }
  .has-modal .modal > * {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align: left; }
  .modal-close {
    display: block;
    z-index: 2;
    background: none;
    margin-bottom: 5px;
    font-family: "soleil", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: .9375em;
    font-weight: 500;
    text-align: right;
    text-transform: uppercase;
    letter-spacing: .05em;
    line-height: 1.25em;
    color: white;
    cursor: pointer; }
    .modal-close:hover {
      color: #679AC8; }

.modal_hider {
  display: none; }

.has-modal .modal:before {
  display: inline-block;
  overflow: hidden;
  width: 0;
  height: 100%;
  vertical-align: middle;
  content: ""; }

.has-modal.has-modal--visible .modal {
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.2s; }

.modal-inner {
  position: relative;
  max-width: 90%;
  max-height: 90%;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  transition: opacity 0.2s, z-index 0s 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, z-index 0s 0.2s;
  transition: opacity 0.2s, transform 0.2s, z-index 0s 0.2s, -webkit-transform 0.2s;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: default; }

.has-modal--visible .modal-inner {
  z-index: 100;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, transform 0.2s;
  transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s; }

.news_widget_list {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  margin: 4.4% auto 40px; }
  @media screen and (min-width: 620px) {
    .news_widget_list {
      padding: 0 25px; } }
  @media screen and (min-width: 880px) {
    .news_widget_list {
      padding: 0 30px; } }
  @media screen and (min-width: 1140px) {
    .news_widget_list {
      margin: 50px auto; } }
  .news_widget_list .heading {
    margin-bottom: 20px; }
    @media screen and (min-width: 401px) {
      .news_widget_list .heading {
        margin-bottom: 30px; } }
    @media screen and (min-width: 620px) {
      .news_widget_list .heading {
        margin-bottom: 45px; } }
    @media screen and (min-width: 880px) {
      .news_widget_list .heading {
        margin-bottom: 60px; } }

.news_widget {
  margin-bottom: 50px; }
  @media screen and (min-width: 620px) {
    .news_widget {
      margin-bottom: 60px; } }
  @media screen and (max-width: 879px) {
    .news_widget {
      max-width: 560px;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (min-width: 880px) {
    .news_widget {
      display: flex;
      align-items: center;
      justify-content: center; } }
  .news_widget-image_container {
    width: 100%;
    padding-bottom: 56.255; }
  .news_widget-image {
    width: 100%; }
    @media screen and (max-width: 879px) {
      .news_widget-image {
        margin-bottom: 20px; } }
    @media screen and (min-width: 880px) {
      .news_widget-image {
        flex: 1 1 auto;
        align-self: flex-start; } }
    .news_widget-image-inner {
      position: relative;
      height: 0;
      padding-bottom: 45.38%;
      border-radius: 12px;
      background-color: #3d3d3d; }
      @media screen and (max-width: 619px) {
        .news_widget-image-inner {
          border-radius: 8px; } }
    .news_widget-image-image {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
  @media screen and (min-width: 880px) {
    .news_widget-content {
      flex: 1 0 560px;
      padding-left: 5.55%; } }
  .news_widget-content-link {
    color: black; }
  .news_widget-categories {
    margin-bottom: 20px; }
    .news_widget-categories-item {
      display: inline-block;
      margin-right: 3px; }
      .news_widget-categories-item:last-child {
        margin: 0; }
      .news_widget-categories-item a {
        display: block;
        border-bottom: 2px solid black;
        font-size: 0.875rem;
        font-weight: 600;
        text-transform: uppercase;
        color: black;
        transition: color .1s linear, border-color .1s linear; }
        .news_widget-categories-item a:hover, .news_widget-categories-item a:focus {
          border-color: #4381b9;
          color: #4381b9; }
  .news_widget-title {
    font-family: "serifa", "Georgia", "Times", "Times New Roman", serif;
    font-size: 1.375rem;
    line-height: 1.0625em; }
    @media screen and (min-width: 401px) {
      .news_widget-title {
        font-size: 1.625rem; } }
    @media screen and (min-width: 880px) {
      .news_widget-title {
        font-size: 1.875rem; } }
  .news_widget-excerpt {
    font-size: 1rem;
    line-height: 1.375em;
    color: black !important; }
  .news_widget-button {
    padding-top: 8px;
    padding-bottom: 9px;
    font-size: 1rem; }

.showtime_link--soldout,
.expired {
  text-decoration: line-through;
  opacity: .5; }

.now_playing {
  padding: 20px 12px 12px;
  background-color: #e8f0f7; }
  @media screen and (min-width: 620px) {
    .now_playing {
      padding: 30px 22px 20px; } }
  @media screen and (min-width: 740px) {
    .now_playing {
      display: flex;
      flex: 1 0 310px;
      flex-direction: column;
      justify-content: space-between;
      float: left;
      width: 310px; } }
  @media screen and (min-width: 1080px) {
    .now_playing {
      flex: 0 0 310px; } }
  .content_with_sidebar .now_playing {
    background-color: #edf3f8; }
    @media screen and (min-width: 880px) {
      .content_with_sidebar .now_playing {
        width: 100%;
        flex: 0 0 100%; } }
  @media screen and (max-width: 879px) {
    .now_playing-sidebar_item {
      display: none; } }
  .now_playing--1 {
    margin-bottom: 15px; }
    @media screen and (min-width: 620px) {
      .now_playing--1 {
        margin-bottom: 20px; } }
    @media screen and (min-width: 740px) {
      .now_playing--1 {
        margin-right: 20px;
        margin-bottom: 0; } }
    @media screen and (min-width: 880px) {
      .content_with_sidebar .now_playing--1 {
        margin-right: 0;
        margin-bottom: 12px; } }
  .now_playing-container p {
    margin-bottom: .75em;
    line-height: 1.375em; }
  .now_playing-announcement {
    margin: 0 -12px 20px;
    padding: 0 12px 15px; }
    .now_playing-announcement--border {
      border-bottom: 2px solid #c8dbea; }
    @media screen and (min-width: 620px) {
      .now_playing-announcement {
        margin: 0 -22px 20px;
        padding: 0 22px 15px; } }
    .now_playing-announcement p {
      font-size: 1rem;
      line-height: 1.375em; }
      .now_playing-announcement p:last-child {
        margin-bottom: 0; }
  .now_playing-heading {
    width: 100%;
    margin-bottom: 20px;
    text-indent: -9999px; }
    .now_playing-heading img {
      width: 100%;
      max-width: 266px; }
  .now_playing-film, .now_playing-message {
    margin: 0;
    font-family: "serifa", "Georgia", "Times", "Times New Roman", serif;
    line-height: 1.5em;
    font-size: 1.125rem;
    line-height: 1.125em;
    font-weight: 500;
    color: black; }
    @media screen and (min-width: 401px) {
      .now_playing-film, .now_playing-message {
        font-size: 1.3125rem; } }
    .now_playing-film a, .now_playing-message a {
      color: black; }
      .now_playing-film a:hover, .now_playing-film a:focus, .now_playing-message a:hover, .now_playing-message a:focus {
        color: #4381b9; }
  .now_playing-message {
    margin-bottom: 10px; }
  .now_playing-showings {
    margin-bottom: 10px; }
    .now_playing-showings li {
      display: inline-block;
      margin-right: 8px;
      font-size: 0.875rem;
      font-weight: 600; }
      @media screen and (min-width: 401px) {
        .now_playing-showings li {
          font-size: 0.9375rem; } }
    .now_playing-showings a:hover, .now_playing-showings a:focus {
      color: #4381b9; }
  .now_playing-button {
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 10px 15px 11px;
    border: none;
    border-radius: 0;
    font-family: "soleil", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    line-height: normal;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    transition: background-color .15s ease-in-out, color .15s ease-in-out;
    background-color: white;
    color: #679AC8;
    display: block;
    width: 100%;
    margin-top: 10px;
    padding: 4px 10px 5px;
    background: white;
    font-size: .9375em !important;
    text-transform: uppercase; }
    .now_playing-button:hover, .now_playing-button:focus {
      background-color: #679AC8;
      color: white; }
    @media screen and (max-width: 400px) {
      .now_playing-button {
        width: 100%; } }
    @media screen and (min-width: 401px) {
      .now_playing-button {
        font-size: 1.25em; } }
    @media screen and (min-width: 768px) {
      .now_playing-button {
        font-size: 1.375em; } }
    .now_playing-button:disabled {
      opacity: 0.3;
      pointer-events: none; }

.page_heading {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 45px;
  text-align: center;
  margin-bottom: 40px; }
  @media screen and (min-width: 620px) {
    .page_heading {
      padding: 0 25px; } }
  @media screen and (min-width: 880px) {
    .page_heading {
      padding: 0 30px; } }
  @media screen and (min-width: 600px) {
    .page_heading {
      margin-bottom: 6vw; } }
  @media screen and (min-width: 1140px) {
    .page_heading {
      margin-bottom: 60px; } }
  .page_heading h1 {
    font-size: 2.5rem;
    letter-spacing: -.025em;
    line-height: 1.125em; }
    @media screen and (min-width: 600px) {
      .page_heading h1 {
        font-size: 7vw; } }
    @media screen and (min-width: 1140px) {
      .page_heading h1 {
        font-size: 5rem; } }
  .page_heading a {
    color: black; }
    .page_heading a:hover, .page_heading a:focus {
      color: #4381b9; }
  .page_heading p {
    line-height: 1.5em;
    margin: 0 auto;
    max-width: 680px; }

.pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-top: 2px solid black;
  padding-top: 40px;
  line-height: 1.5em;
  text-align: center; }
  @media screen and (min-width: 620px) {
    .pagination {
      padding-top: 45px; } }
  @media screen and (min-width: 880px) {
    .pagination {
      padding-top: 50px; } }
  .pagination_wrap {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 15px;
    margin: 40px auto; }
    @media screen and (min-width: 620px) {
      .pagination_wrap {
        padding: 0 25px; } }
    @media screen and (min-width: 880px) {
      .pagination_wrap {
        padding: 0 30px; } }
    @media screen and (min-width: 620px) {
      .pagination_wrap {
        margin: 45px auto; } }
    @media screen and (min-width: 880px) {
      .pagination_wrap {
        margin: 50px auto; } }
  .pagination-link {
    flex: 0 1 120px; }
    .pagination-link--left {
      text-align: left; }
      .pagination-link--left svg {
        margin-right: 18px; }
    .pagination-link--right {
      text-align: right; }
      .pagination-link--right svg {
        margin-left: 18px; }
    .pagination-link svg {
      -webkit-transform: translateY(1px);
              transform: translateY(1px); }
      .pagination-link svg path {
        fill: #679AC8;
        transition: fill .1s linear; }
    .pagination-link a:hover svg path {
      fill: #4381b9; }
  .pagination-link, .pagination-all, .pagination-numbers {
    font-size: 1.25rem;
    font-weight: 600;
    text-transform: uppercase; }
  .pagination-all, .pagination-numbers {
    flex: 1 0 200px; }
  @media screen and (max-width: 499px) {
    .pagination-all {
      margin-bottom: 20px;
      order: -1;
      flex: 1 0 100%; } }
  @media screen and (max-width: 799px) {
    .pagination-numbers {
      margin-bottom: 20px;
      order: -1;
      flex: 1 0 100%; } }

.post_meta::after {
  clear: both;
  content: "";
  display: block; }

@media screen and (max-width: 879px) and (min-width: 500px) {
  .post_meta {
    display: flex;
    flex-wrap: nowrap; } }

.post_meta-author_image {
  height: 98px;
  width: 98px;
  margin-bottom: 25px;
  border-radius: 50%; }
  @media screen and (max-width: 879px) {
    .post_meta-author_image {
      margin-bottom: 15px; } }
  @media screen and (max-width: 879px) and (min-width: 500px) {
    .post_meta-author_image {
      margin-right: 25px;
      margin-bottom: 0; } }

@media screen and (max-width: 879px) and (min-width: 500px) {
  .post_meta-content {
    display: flex;
    align-items: center; } }

.post_meta-date {
  margin: 0 0 2px;
  font-size: 1rem; }

.post_meta-author {
  margin: 0;
  font-size: 1rem; }
  .post_meta-author span {
    font-weight: 600;
    color: #679AC8; }

.post_meta-categories {
  margin: 25px 0 0;
  font-size: 1rem; }
  @media screen and (max-width: 879px) {
    .post_meta-categories {
      margin: 15px 0 0; } }
  .post_meta-categories a {
    font-weight: 600;
    text-transform: uppercase; }

.rich_text h1,
.rich_text h2,
.rich_text h3,
.rich_text h4,
.rich_text h5,
.rich_text h6 {
  margin: 20px 0 .5em;
  line-height: 1.125em; }
  @media screen and (min-width: 401px) {
    .rich_text h1,
    .rich_text h2,
    .rich_text h3,
    .rich_text h4,
    .rich_text h5,
    .rich_text h6 {
      margin: 30px 0 .5em; } }
  @media screen and (min-width: 768px) {
    .rich_text h1,
    .rich_text h2,
    .rich_text h3,
    .rich_text h4,
    .rich_text h5,
    .rich_text h6 {
      margin: 40px 0 .5em; } }

.rich_text:first-child h1:first-child,
.rich_text:first-child h2:first-child,
.rich_text:first-child h3:first-child,
.rich_text:first-child h4:first-child,
.rich_text:first-child h5:first-child,
.rich_text:first-child h6:first-child {
  margin-top: 0; }

.rich_text h1 {
  font-size: 2.25rem; }
  @media screen and (min-width: 401px) {
    .rich_text h1 {
      font-size: 2.5rem; } }
  @media screen and (min-width: 768px) {
    .rich_text h1 {
      font-size: 2.75rem; } }
  @media screen and (min-width: 880px) {
    .rich_text h1 {
      font-size: 3rem; } }

.rich_text h2 {
  font-size: 1.875rem; }
  @media screen and (min-width: 401px) {
    .rich_text h2 {
      font-size: 2.25rem; } }
  @media screen and (min-width: 880px) {
    .rich_text h2 {
      font-size: 2.625rem; } }

.rich_text h3 {
  font-size: 1.5rem; }
  @media screen and (min-width: 401px) {
    .rich_text h3 {
      font-size: 1.875rem; } }
  @media screen and (min-width: 880px) {
    .rich_text h3 {
      font-size: 2.25rem; } }

.rich_text h4 {
  font-size: 1.375rem; }
  @media screen and (min-width: 401px) {
    .rich_text h4 {
      font-size: 1.625rem; } }
  @media screen and (min-width: 880px) {
    .rich_text h4 {
      font-size: 1.875rem; } }

.rich_text h5,
.rich_text h6 {
  font-size: 1.25rem; }
  @media screen and (min-width: 401px) {
    .rich_text h5,
    .rich_text h6 {
      font-size: 1.375rem; } }
  @media screen and (min-width: 880px) {
    .rich_text h5,
    .rich_text h6 {
      font-size: 1.5rem; } }

.rich_text p {
  margin-bottom: 1.25em;
  font-size: 1rem;
  line-height: 1.625em; }
  @media screen and (min-width: 401px) {
    .rich_text p {
      font-size: 1.125rem; } }
  @media screen and (min-width: 1120px) {
    .rich_text p {
      font-size: 1.25rem; } }

.rich_text ul {
  margin: 0 0 25px;
  padding: 0 0 0 20px;
  list-style-type: none;
  margin-left: -20px; }
  .rich_text ul li {
    margin-bottom: .5em;
    font-size: 1em;
    line-height: 1.5em; }
  .rich_text ul > ul, .rich_text ul ol {
    margin: 0; }
  .rich_text ul li {
    position: relative;
    padding-left: 1.125em; }
    .rich_text ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "\2013"; }

.rich_text ol {
  margin: 0 0 25px;
  padding: 0 0 0 20px;
  list-style-type: none;
  list-style-type: decimal;
  margin-left: -5px; }
  .rich_text ol li {
    margin-bottom: .5em;
    font-size: 1em;
    line-height: 1.5em; }
  .rich_text ol > ul, .rich_text ol ol {
    margin: 0; }
  .rich_text ol li {
    padding-left: 5px; }

.rich_text ul,
.rich_text ol {
  padding-left: 30px;
  font-size: 1rem; }
  .rich_text ul.two-column,
  .rich_text ol.two-column {
    font-size: 0.875rem; }
  @media screen and (min-width: 620px) {
    .rich_text ul,
    .rich_text ol {
      padding-left: 40px;
      font-size: 1.125rem; }
      .rich_text ul.two-column,
      .rich_text ol.two-column {
        font-size: 1rem; } }
  @media screen and (min-width: 880px) {
    .rich_text ul,
    .rich_text ol {
      padding-left: 30px;
      font-size: 1rem; }
      .rich_text ul.two-column,
      .rich_text ol.two-column {
        font-size: 0.875rem; } }
  @media screen and (min-width: 1120px) {
    .rich_text ul,
    .rich_text ol {
      padding-left: 40px;
      font-size: 1.125rem; }
      .rich_text ul.two-column,
      .rich_text ol.two-column {
        font-size: 1rem; } }

.rich_text blockquote {
  margin: 30px 0;
  padding-left: 24px;
  border-left: 6px solid #679AC8;
  font-size: 1.125rem;
  font-style: italic;
  color: #959595; }
  @media screen and (min-width: 401px) {
    .rich_text blockquote {
      margin: 40px 0;
      padding-left: 24px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 620px) {
    .rich_text blockquote {
      margin: 50px 0;
      padding-left: 34px;
      font-size: 1.5rem; } }
  @media screen and (min-width: 880px) {
    .rich_text blockquote {
      margin: 40px 0;
      padding-left: 24px;
      font-size: 1.25rem; } }
  @media screen and (min-width: 1120px) {
    .rich_text blockquote {
      margin: 50px 0;
      padding-left: 34px;
      font-size: 1.5rem; } }

.rich_text-image {
  margin: 20px 0; }
  @media screen and (min-width: 768px) {
    .rich_text-image {
      margin: 30px 0; } }
  .rich_text-image-caption {
    margin-top: 15px;
    font-size: 1rem;
    color: #959595; }

.rich_text .button {
  margin-bottom: 1.25em; }

.search_filters {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  margin-bottom: 40px;
  justify-content: center; }
  @media screen and (min-width: 620px) {
    .search_filters {
      padding: 0 25px; } }
  @media screen and (min-width: 880px) {
    .search_filters {
      padding: 0 30px; } }
  .search_filters .grid-item {
    padding-top: 0;
    padding-bottom: 0; }
  .search_filters-clear {
    color: #FF4AB0;
    font-weight: 900;
    font-size: 0.8em;
    margin-top: 20px;
    text-transform: uppercase; }
    .search_filters-clear:hover {
      color: #ff31a5; }
  @media screen and (max-width: 619px) {
    .search_filters--2 .grid-item {
      margin-bottom: 15px; }
      .search_filters--2 .grid-item:last-child {
        margin: 0; } }
  @media screen and (max-width: 879px) {
    .search_filters--3 .grid-item {
      margin-bottom: 30px; }
      .search_filters--3 .grid-item:last-child {
        margin: 0; } }
  @media screen and (max-width: 619px) {
    .search_filters--3 .grid-item {
      margin-bottom: 15px; }
      .search_filters--3 .grid-item:last-child {
        margin: 0; } }
  .search_filters-dropdown {
    position: relative;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    width: 100%;
    height: 54px;
    margin: 0;
    padding: 9px 40px 10px 18px;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 1.125rem;
    line-height: normal;
    color: white;
    cursor: pointer; }
    .search_filters-dropdown::-ms-expand {
      display: none; }
    @media screen and (max-width: 619px) {
      .search_filters-dropdown {
        height: 44px;
        font-size: 1rem; } }
    .search_filters-dropdown option {
      color: black; }
    .search_filters-dropdown_helper {
      position: relative;
      background-color: #679AC8;
      transition: background-color .1s ease-in-out; }
      .search_filters-dropdown_helper:hover {
        background-color: #4381b9; }
      .search_filters-dropdown_helper.is-selected {
        background: #FF4AB0; }
        .search_filters-dropdown_helper.is-selected:hover {
          background: #ff179a; }
      .search_filters-dropdown_helper:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 16px;
        border-style: solid;
        height: 0;
        width: 0;
        border-color: white transparent transparent;
        border-width: 16px 8px 0;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .search_filters-dropdown-item {
      font-size: 1.125rem;
      color: white; }
  .search_filters-search {
    position: relative;
    width: 100%;
    height: 54px;
    background-color: white;
    border: 2px solid #679AC8; }
    @media screen and (max-width: 619px) {
      .search_filters-search {
        height: 44px; } }
    .search_filters-search-input[type="search"] {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      z-index: 1;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 100%;
      margin: 0;
      padding: 9px 50px 10px 20px;
      background: none;
      border: none;
      font-size: 1.125rem;
      color: #679AC8; }
      @media screen and (max-width: 619px) {
        .search_filters-search-input[type="search"] {
          font-size: 1rem; } }
      .search_filters-search-input[type="search"]::-webkit-input-placeholder {
        line-height: 25px;
        color: #679AC8;
        transition: opacity .1s ease-in-out; }
      .search_filters-search-input[type="search"]:-ms-input-placeholder {
        line-height: 25px;
        color: #679AC8;
        transition: opacity .1s ease-in-out; }
      .search_filters-search-input[type="search"]::-ms-input-placeholder {
        line-height: 25px;
        color: #679AC8;
        transition: opacity .1s ease-in-out; }
      .search_filters-search-input[type="search"]::placeholder {
        line-height: 25px;
        color: #679AC8;
        transition: opacity .1s ease-in-out; }
      .search_filters-search-input[type="search"]:hover::-webkit-input-placeholder, .search_filters-search-input[type="search"]:focus::-webkit-input-placeholder {
        opacity: .75; }
      .search_filters-search-input[type="search"]:hover:-ms-input-placeholder, .search_filters-search-input[type="search"]:focus:-ms-input-placeholder {
        opacity: .75; }
      .search_filters-search-input[type="search"]:hover::-ms-input-placeholder, .search_filters-search-input[type="search"]:focus::-ms-input-placeholder {
        opacity: .75; }
      .search_filters-search-input[type="search"]:hover::placeholder, .search_filters-search-input[type="search"]:focus::placeholder {
        opacity: .75; }
    .search_filters-search-submit {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 50px;
      padding: 0;
      line-height: 65px;
      background: none;
      border: none;
      outline: none;
      cursor: pointer; }
      @media screen and (max-width: 619px) {
        .search_filters-search-submit {
          line-height: 55px; } }
      .search_filters-search-submit svg path {
        fill: #679AC8;
        transition: fill .1s ease-in-out; }
      .search_filters-search-submit:hover svg path {
        fill: #4381b9; }

.series {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 45px; }
  @media screen and (min-width: 620px) {
    .series {
      padding: 0 25px; } }
  @media screen and (min-width: 880px) {
    .series {
      padding: 0 30px; } }
  .series-hero {
    margin-bottom: 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    margin-bottom: 30px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    -webkit-mask-image: -webkit-radial-gradient(white, black); }
    @media screen and (min-width: 401px) {
      .series-hero {
        margin-bottom: 40px; } }
    @media screen and (min-width: 620px) {
      .series-hero {
        margin-bottom: 50px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px; } }
    @media screen and (min-width: 880px) {
      .series-hero {
        margin-bottom: 70px; } }
    @media screen and (min-width: 401px) {
      .series-hero {
        margin-bottom: 40px; } }
    @media screen and (min-width: 620px) {
      .series-hero {
        margin-bottom: 50px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px; } }
    @media screen and (min-width: 880px) {
      .series-hero {
        position: relative;
        height: 0;
        padding-top: 56.25%;
        overflow: hidden;
        margin-bottom: 70px; }
        .series-hero:before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          border: 1px solid white;
          border-radius: 12px;
          background-color: black; }
        .series-hero .series-hero-images {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0; } }
    .series-hero-content {
      position: relative; }
      @media screen and (max-width: 879px) {
        .series-hero-content {
          max-width: 680px;
          margin: 0 auto; } }
      @media screen and (min-width: 880px) {
        .series-hero-content_outer {
          background: linear-gradient(to top, rgba(0, 0, 0, 0.738) 0%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, rgba(0, 0, 0, 0) 100%);
          position: absolute;
          right: 0;
          bottom: 0;
          left: 0;
          z-index: 2;
          padding: 40px 30px; } }
      .series-hero-content-helper {
        position: relative;
        max-width: 1080px;
        margin: 0 auto; }
        @media screen and (min-width: 880px) {
          .series-hero-content-helper {
            padding-right: 220px; } }
    @media screen and (max-width: 879px) {
      .series-hero .slider-link,
      .series-hero .slider-pager {
        display: none; } }
    .series-hero .slider-link {
      position: absolute;
      right: 0;
      bottom: 3px;
      max-width: 240px;
      text-align: right; }
      .series-hero .slider-link a {
        font-size: 0.875rem;
        line-height: 1.25em;
        text-decoration: underline;
        color: white; }
        .series-hero .slider-link a:hover, .series-hero .slider-link a:focus {
          color: #e6e6e6; }
    .series-hero .slider-pager {
      position: absolute;
      right: 0;
      bottom: -25px;
      text-align: right; }
      .series-hero .slider-pager .slick-dots {
        height: 12px;
        text-align: right; }
        .series-hero .slider-pager .slick-dots li {
          display: inline-block;
          height: 12px;
          margin-right: 7px; }
          .series-hero .slider-pager .slick-dots li:last-child {
            margin: 0; }
      .series-hero .slider-pager button {
        width: 20px;
        height: 12px;
        background: none;
        border: 2px solid rgba(255, 255, 255, 0.45);
        border-radius: 2px;
        text-indent: -9999px;
        transition: border-color .1s linear;
        cursor: pointer; }
      .series-hero .slider-pager button:hover,
      .series-hero .slider-pager .slick-active button {
        border-color: rgba(255, 255, 255, 0.8); }
    .series-hero-section_link {
      margin-bottom: 20px;
      font-size: 1em;
      text-transform: uppercase;
      color: white; }
      .series-hero-section_link a {
        border-bottom: 2px solid white;
        color: white; }
        .series-hero-section_link a:hover, .series-hero-section_link a:focus {
          color: #e6e6e6; }
      @media screen and (max-width: 879px) {
        .series-hero-section_link {
          color: black; }
          .series-hero-section_link a {
            border-color: black;
            color: black; }
            .series-hero-section_link a:hover, .series-hero-section_link a:focus {
              color: #679AC8; } }
    .series-hero-heading {
      max-width: 760px;
      margin: 0;
      font-family: "serifa", "Georgia", "Times", "Times New Roman", serif;
      font-weight: 400;
      line-height: 1em;
      color: black;
      font-size: 1.75rem; }
      @media screen and (min-width: 401px) {
        .series-hero-heading {
          font-size: 2rem; } }
      @media screen and (min-width: 768px) {
        .series-hero-heading {
          font-size: 2.25rem; } }
      @media screen and (min-width: 880px) {
        .series-hero-heading {
          font-size: 2.5rem;
          color: white; } }
      @media screen and (min-width: 1200px) {
        .series-hero-heading {
          font-size: 2.625rem; } }
      .series-hero-heading--long {
        font-size: 2rem; }
        @media screen and (min-width: 401px) {
          .series-hero-heading--long {
            font-size: 2.25rem; } }
        @media screen and (min-width: 768px) {
          .series-hero-heading--long {
            font-size: 2.5rem; } }
        @media screen and (min-width: 880px) {
          .series-hero-heading--long {
            font-size: 2.75rem; } }
        @media screen and (min-width: 1200px) {
          .series-hero-heading--long {
            font-size: 3rem; } }
    .series-hero-details {
      margin-top: 15px; }
      @media screen and (min-width: 880px) {
        .series-hero-details {
          padding-right: 40px; } }
      .series-hero-details svg circle,
      .series-hero-details svg path {
        fill: #FF4AB0; }
    .series-hero-cta {
      margin-right: 22px;
      padding-top: 7px;
      padding-bottom: 8px;
      font-size: 1.125rem; }
      @media screen and (max-width: 400px) {
        .series-hero-cta {
          margin-bottom: 10px; } }
    .series-hero-location, .series-hero-dates, .series-hero-special {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      padding-left: 20px;
      margin-right: 10px;
      font-size: 1.125rem; }
      .series-hero-location:last-child, .series-hero-dates:last-child, .series-hero-special:last-child {
        margin-right: 0; }
      @media screen and (min-width: 880px) {
        .series-hero-location, .series-hero-dates, .series-hero-special {
          color: white; } }
      .series-hero-location svg, .series-hero-dates svg, .series-hero-special svg {
        position: absolute;
        top: 7px;
        left: 0; }
    .series-hero-location {
      margin-right: 8px; }
      @media screen and (min-width: 880px) {
        .series-hero-location:hover, .series-hero-location:focus {
          color: #e6e6e6; } }
    @media screen and (min-width: 880px) {
      .series-hero-images {
        position: absolute !important; } }
    @media screen and (min-width: 880px) {
      .series-hero-images--mobile {
        display: none; } }
    .series-hero-images--mobile img {
      margin-bottom: 30px !important; }
    @media screen and (max-width: 879px) {
      .series-hero-images--desktop {
        display: none !important; } }
    .series-hero-images-item img {
      width: 100%;
      margin: 0; }

.share {
  display: flex; }
  .share--circles {
    align-items: center;
    margin: 45px 0; }
    @media screen and (min-width: 401px) {
      .share--circles {
        margin: 60px 0; } }
  .share-text {
    display: inline-block;
    font-size: 0.8125rem;
    text-transform: uppercase;
    letter-spacing: .025em; }
    .share--circles .share-text {
      font-size: 1.25rem;
      text-transform: none;
      letter-spacing: 0; }
      @media screen and (min-width: 401px) {
        .share--circles .share-text {
          font-size: 1.5rem; } }
  .share-facebook, .share-twitter {
    display: inline-block;
    margin-left: 12px; }
    .share--circles .share-facebook, .share--circles .share-twitter {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 48px;
      width: 48px;
      margin-left: 18px;
      border: 2px solid black;
      border-radius: 50%; }
      @media screen and (min-width: 401px) {
        .share--circles .share-facebook, .share--circles .share-twitter {
          height: 64px;
          width: 64px; } }
  .share--circles .share-facebook {
    border-color: #3b5998;
    transition: background .1s ease-in-out; }
    .share--circles .share-facebook:hover, .share--circles .share-facebook:focus {
      background-color: #3b5998; }
      .share--circles .share-facebook:hover svg path, .share--circles .share-facebook:focus svg path {
        fill: white; }
  .share-facebook svg path {
    transition: fill .1s ease-in-out;
    fill: #3b5998; }
  .share--circles .share-facebook svg {
    border-color: #3b5998;
    width: auto;
    margin-left: -2px; }
    @media screen and (min-width: 401px) {
      .share--circles .share-facebook svg {
        -webkit-transform: scale(1.5);
                transform: scale(1.5); } }
  .share--circles .share-twitter {
    border-color: #00aced; }
    .share--circles .share-twitter:hover, .share--circles .share-twitter:focus {
      background-color: #00aced; }
      .share--circles .share-twitter:hover svg path, .share--circles .share-twitter:focus svg path {
        fill: white; }
  .share-twitter svg path {
    fill: #00aced; }
  .share--circles .share-twitter svg {
    width: auto; }
    @media screen and (min-width: 401px) {
      .share--circles .share-twitter svg {
        -webkit-transform: scale(1.5);
                transform: scale(1.5); } }

.sidebar_nav-item {
  position: relative;
  margin-bottom: 6px; }
  .sidebar_nav-item:last-child {
    margin: 0; }
  .sidebar_nav-item svg {
    position: absolute;
    top: 50%;
    left: 18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 2;
    pointer-events: none; }
    .sidebar_nav-item svg polygon {
      fill: white; }
  .sidebar_nav-item a,
  .sidebar_nav-item span {
    display: block;
    padding: 10px 30px 11px 40px;
    background-color: #edf3f8;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.125em;
    color: #679AC8; }
  .sidebar_nav-item a {
    transition: color .1s ease-in-out, background-color .1s ease-in-out; }
    .sidebar_nav-item a.active, .sidebar_nav-item a:hover, .sidebar_nav-item a:focus {
      background-color: #679AC8;
      color: white; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  align-items: center; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.switchboard {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 45px;
  margin-bottom: 10.5vw; }
  @media screen and (min-width: 620px) {
    .switchboard {
      padding: 0 25px; } }
  @media screen and (min-width: 880px) {
    .switchboard {
      padding: 0 30px; } }
  @media screen and (min-width: 1140px) {
    .switchboard {
      margin-bottom: 120px; } }
  .switchboard-image_link {
    position: relative;
    height: 0;
    padding-top: 45.41667%;
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
    border-radius: 8px; }
    .switchboard-image_link:before {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      border: 1px solid white;
      border-radius: 12px;
      background-color: #3d3d3d; }
    .switchboard-image_link img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    @media screen and (min-width: 401px) {
      .switchboard-image_link {
        margin-bottom: 25px; } }
    @media screen and (min-width: 620px) {
      .switchboard-image_link {
        margin-bottom: 30px;
        border-radius: 12px; } }
    @media screen and (min-width: 880px) {
      .switchboard-image_link {
        display: block;
        margin: 0; }
        .switchboard-image_link-overlay {
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          background-color: rgba(0, 0, 0, 0.2); } }
  .switchboard-item {
    position: relative;
    margin-bottom: 40px; }
    @media screen and (min-width: 401px) {
      .switchboard-item {
        margin-bottom: 50px; } }
    @media screen and (min-width: 620px) {
      .switchboard-item {
        margin-bottom: 60px; } }
    @media screen and (min-width: 880px) {
      .switchboard-item {
        margin-bottom: 20px; } }
    .switchboard-item:last-child {
      margin: 0; }
    @media screen and (max-width: 879px) {
      .switchboard-item-content {
        max-width: 680px;
        margin: 0 auto; } }
    @media screen and (min-width: 880px) {
      .switchboard-item-content {
        position: absolute;
        bottom: 40px;
        left: 30px;
        z-index: 1;
        max-width: 500px; } }
    .switchboard-item-content-title {
      margin-bottom: .4375em;
      font-family: "serifa", "Georgia", "Times", "Times New Roman", serif;
      font-size: 1.375rem;
      font-weight: 400;
      line-height: 1.125em;
      color: black !important; }
      @media screen and (min-width: 401px) {
        .switchboard-item-content-title {
          font-size: 1.75rem; } }
      @media screen and (min-width: 768px) {
        .switchboard-item-content-title {
          font-size: 2.125rem; } }
      @media screen and (min-width: 880px) {
        .switchboard-item-content-title {
          font-size: 2.375rem;
          color: white !important; } }
      @media screen and (min-width: 1200px) {
        .switchboard-item-content-title {
          font-size: 2.625rem; } }
    .switchboard-item-content p {
      line-height: 1.375em;
      color: black !important; }
      @media screen and (min-width: 880px) {
        .switchboard-item-content p {
          color: white !important; } }
    .switchboard-item-content .share {
      margin-top: 10px; }
      @media screen and (min-width: 880px) {
        .switchboard-item-content .share {
          color: white; }
          .switchboard-item-content .share svg path {
            transition: fill .1s ease-in-out;
            fill: white; }
          .switchboard-item-content .share-facebook:hover svg path, .switchboard-item-content .share-facebook:focus svg path {
            fill: #3b5998; }
          .switchboard-item-content .share-twitter:hover svg path, .switchboard-item-content .share-twitter:focus svg path {
            fill: #00aced; } }

.text_with_button {
  display: flex;
  flex-wrap: wrap;
  padding: 5.58% 0;
  border-top: 2px solid black; }
  @media screen and (min-width: 640px) {
    .text_with_button {
      flex-wrap: nowrap; } }
  @media screen and (min-width: 880px) {
    .text_with_button {
      flex-wrap: wrap; } }
  @media screen and (min-width: 1060px) {
    .text_with_button {
      flex-wrap: nowrap; } }
  .text_with_button_container {
    margin: 4.58% 0 5.58%;
    border-bottom: 2px solid black; }
  .text_with_button-content {
    flex: 0 1 auto;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px; }
    .text_with_button-content > *:last-child {
      margin-bottom: 0; }
  .text_with_button-side {
    flex: 1 0 auto;
    padding-left: 20px; }
    @media screen and (min-width: 640px) {
      .text_with_button-side {
        padding-left: 30px; } }
    @media screen and (min-width: 880px) {
      .text_with_button-side {
        padding-left: 20px; } }
    @media screen and (min-width: 1060px) {
      .text_with_button-side {
        padding-left: 30px; } }
    .text_with_button-side-helper {
      display: flex;
      flex-direction: row;
      justify-content: left; }
      @media screen and (min-width: 640px) {
        .text_with_button-side-helper {
          justify-content: flex-end; } }
      @media screen and (min-width: 880px) {
        .text_with_button-side-helper {
          justify-content: left; } }
      @media screen and (min-width: 1060px) {
        .text_with_button-side-helper {
          justify-content: flex-end; } }
  .text_with_button-heading {
    margin: 0 0 .125em;
    padding-left: 20px;
    position: relative;
    left: -20px;
    font-size: 1.125rem;
    line-height: 1.25em; }
    @media screen and (min-width: 401px) {
      .text_with_button-heading {
        font-size: 1.25rem; } }
    .text_with_button-heading svg {
      position: absolute;
      top: 6px;
      left: 0; }
      @media screen and (min-width: 401px) {
        .text_with_button-heading svg {
          top: 7px; } }
      .text_with_button-heading svg rect {
        fill: #FF4AB0; }
  .text_with_button-subheading {
    margin: 0 0 .25em;
    font-size: 1rem; }
  .text_with_button p {
    margin-bottom: .625em;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.4375em; }
    .text_with_button p a {
      font-weight: 400; }
  .text_with_button ul {
    margin: 0 0 25px;
    padding: 0 0 0 20px;
    list-style-type: none;
    margin-left: -20px;
    margin: 10px 0; }
    .text_with_button ul li {
      margin-bottom: .5em;
      font-size: 1em;
      line-height: 1.5em; }
    .text_with_button ul > ul, .text_with_button ul ol {
      margin: 0; }
    .text_with_button ul li {
      position: relative;
      padding-left: 1.125em; }
      .text_with_button ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "\2013"; }
  .text_with_button ol {
    margin: 0 0 25px;
    padding: 0 0 0 20px;
    list-style-type: none;
    list-style-type: decimal;
    margin: 10px 0; }
    .text_with_button ol li {
      margin-bottom: .5em;
      font-size: 1em;
      line-height: 1.5em; }
    .text_with_button ol > ul, .text_with_button ol ol {
      margin: 0; }
    .text_with_button ol li {
      padding-left: 5px; }
  .text_with_button ul,
  .text_with_button ol {
    padding-left: 20px;
    font-size: 1rem; }
    .text_with_button ul li:last-child,
    .text_with_button ol li:last-child {
      margin-bottom: 0; }
  .text_with_button-button, .text_with_button-select {
    margin: 15px 0 0;
    padding: 7px 15px 8px;
    font-size: 1.0625rem; }
    .text_with_button-button::-ms-expand, .text_with_button-select::-ms-expand {
      display: none; }
    .text_with_button-button option, .text_with_button-select option {
      color: black; }
  @media screen and (max-width: 400px) {
    .text_with_button-button {
      width: auto; } }
  .text_with_button-select {
    transition: color .15s ease-in-out;
    position: relative;
    z-index: 1;
    margin: 0;
    padding-right: 30px;
    font-size: 0.9375rem;
    outline: none;
    background: none !important;
    color: #679AC8; }
    .text_with_button-select:focus {
      color: #679AC8; }
    .text_with_button-select_helper {
      transition: background-color .15s ease-in-out, color .15s ease-in-out;
      position: relative;
      margin: 15px 0 0;
      background-color: #edf3f8;
      border-radius: 5px;
      overflow: hidden; }
      .text_with_button-select_helper:hover, .text_with_button-select_helper:focus {
        background: #4381b9; }
        .text_with_button-select_helper:hover .text_with_button-select_helper, .text_with_button-select_helper:focus .text_with_button-select_helper {
          background: #4381b9; }
        .text_with_button-select_helper:hover .text_with_button-select, .text_with_button-select_helper:focus .text_with_button-select {
          color: white; }
        .text_with_button-select_helper:hover .text_with_button-select_helper-arrow svg polygon, .text_with_button-select_helper:focus .text_with_button-select_helper-arrow svg polygon {
          fill: white; }
      .text_with_button-select_helper-arrow {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 30px; }
        .text_with_button-select_helper-arrow svg {
          position: absolute;
          top: 50%;
          right: 50%;
          -webkit-transform: translateX(50%) translateY(-50%);
                  transform: translateX(50%) translateY(-50%); }
          .text_with_button-select_helper-arrow svg polygon {
            transition: fill .15s ease-in-out;
            fill: #679AC8; }

.showtimes-anchor {
  position: relative;
  top: -60px; }

.upcoming {
  padding: 20px 12px 12px;
  background-color: #edf3f8; }
  .upcoming.highlight {
    -webkit-animation-name: highlight;
            animation-name: highlight;
    -webkit-animation-duration: .8s;
            animation-duration: .8s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out; }

@-webkit-keyframes highlight {
  from {
    background-color: #edf3f8; }
  50% {
    background-color: #d1e1ee; }
  to {
    background-color: #edf3f8; } }

@keyframes highlight {
  from {
    background-color: #edf3f8; }
  50% {
    background-color: #d1e1ee; }
  to {
    background-color: #edf3f8; } }
  @media screen and (min-width: 620px) {
    .upcoming {
      padding: 30px 22px 20px; } }
  .upcoming-location {
    margin-bottom: 30px; }
    .upcoming-location:last-child {
      margin-bottom: 0; }
  .upcoming-date {
    margin: 0;
    font-family: "soleil", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    line-height: 1.125em;
    font-size: 0.9375rem;
    line-height: 1.125em;
    font-weight: 600;
    color: black; }
    .upcoming-date a {
      color: black; }
      .upcoming-date a:hover, .upcoming-date a:focus {
        color: #4381b9; }
  .upcoming-showings {
    margin-bottom: 10px; }
    .upcoming-showings li {
      display: inline-block;
      margin-right: 8px;
      font-family: "soleil", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      line-height: 1.125em;
      font-size: 0.875rem;
      font-weight: 600; }
      @media screen and (min-width: 401px) {
        .upcoming-showings li {
          font-size: 0.9375rem; } }
    .upcoming-showings a:hover, .upcoming-showings a:focus {
      color: #4381b9; }

.page-404 .basic_page {
  max-width: 800px;
  margin-top: 80px;
  margin-bottom: 80px; }

.news_list .page_heading {
  margin-bottom: 20px; }
  @media screen and (min-width: 401px) {
    .news_list .page_heading {
      margin-bottom: 25px; } }
  @media screen and (min-width: 880px) {
    .news_list .page_heading {
      margin-bottom: 30px; } }

.news_list-articles {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
  margin: 40px auto; }
  @media screen and (min-width: 620px) {
    .news_list-articles {
      padding: 0 25px; } }
  @media screen and (min-width: 880px) {
    .news_list-articles {
      padding: 0 30px; } }
  @media screen and (min-width: 401px) {
    .news_list-articles {
      margin: 50px auto; } }
  @media screen and (min-width: 620px) {
    .news_list-articles {
      margin: 60px auto; } }
  @media screen and (min-width: 880px) {
    .news_list-articles {
      margin: 70px auto; } }

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background-color: white;
  color: black; }

.main {
  flex: 1 0 auto;
  width: 100%; }
  .page-home .main {
    padding-bottom: 2.6%; }
    @media screen and (min-width: 1140px) {
      .page-home .main {
        padding-bottom: 30px; } }
