@charset "UTF-8";
/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/*

   1. BASE

      Normalise
      Icons
      Typography
      Links
      Lists
      Images & Videos
      Forms

   2. COMPONENTS

      Buttons
      Tables
      Search
      Social
      Pagination
      Comments
      Sliders

   3. LAYOUT

      Grid
      Header
      Navigation
      Sidebars
      Articles
      Footer

   4. PAGES


   6.  HELPERS

   7.  SHAME (IE hacks and fixes)

   8.  PRINT

*/
/* stylelint-disable order/properties-alphabetical-order */
/* stylelint-enable */
/* ...............
   $Icons
   ...............
*/
@font-face {
  font-family: 'lgg-icons';
  src: url("../fonts/lgg-icons.eot?#iefix") format("embedded-opentype"), url("../fonts/lgg-icons.woff") format("woff"), url("../fonts/lgg-icons.ttf") format("truetype"), url("../fonts/lgg-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.sb-icon-search:before, .searchandfilter ul li.sf-field-search:before, .bx-next:before, .bx-prev:before, .bx-loading:before, .directions:before, .small-print:before, .has-submenu > a:after, .menu-link:before, .box-text li:before, .grid-template blockquote p:after, .grid-template blockquote p:before, .list-header:after, .list-header:before, .grid-item .fit-video:before, .gallery-item:before, .news-item:before, .mail-submit:after, a[href$=".xls"]:after,
a[href$=".xl"]:after, a[href$=".ppt"]:after,
a[href$=".pptx"]:after, a[href$=".doc"]:after,
a[href$=".docx"]:after, a[href$=".pdf"]:after, .grid-template .grid-item a h2:after, .info:after, .icon-info:after, .icon-basket:before, .icon-link:before, .icon-phone:before, .icon-location:before, .icon-wheelchair:before, .icon-ticket:before, .icon-clock:before, .icon-calendar-empty:before, .icon-video:before, .icon-mail-alt:before, .icon-instagram:before, .icon-facebook:before, .icon-twitter:before, .icon-vimeo:before, .icon-youtube:before, .mce-content-body .tick-list li:before,
.tick-list li:before {
  font-family: 'lgg-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon, .gfield.half-width, .gpnf-add-entry, .gfield_label, .ginput_complex span label, .gform_drop_instructions, .gform_button.button, .top-footer input.btn-light, .box-btn, .social a {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

/* --------------------------------------------------------------------
 		$BASE 
-------------------------------------------------------------------- */
/* ...............
   $Normalise
   ...............
   based on https://github.com/necolas/normalize.css/blob/master/normalize.css
*/
html * {
  box-sizing: border-box; }

html {
  height: 100%;
  position: relative;
  font-size: 100%;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  font-size: 18px;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #444;
  font-size: 18px;
  line-height: 1.5;
  height: 100%;
  position: relative; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  vertical-align: baseline; }

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

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 85%; }

sub, sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  text-transform: none; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  border: 1px solid #f5f5f5;
  clear: both;
  margin-top: 27px;
  margin-bottom: 27px; }
  hr.dotted {
    border-style: dotted; }
  hr.dashed {
    border-style: dashed; }

pre {
  white-space: pre-wrap; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

cite {
  font-style: normal; }

abbr, acronym {
  text-transform: uppercase;
  color: #222;
  border-bottom: 1px dotted #f5f5f5;
  cursor: help; }

address {
  font-style: normal; }

iframe {
  border: none; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: none; }

input, button {
  *overflow: visible;
  line-height: normal; }

select, textarea {
  margin: 0;
  vertical-align: middle; }

/* IE11 */
button,
select {
  text-transform: none; }

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
  font-weight: 600;
  text-shadow: none; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input:focus, textarea:focus {
  color: #444;
  border-color: #52a8ec;
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #52a8ec; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top;
  height: em(135px);
  height: auto;
  resize: vertical;
  max-width: 100%; }

optgroup {
  font-weight: bold; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555; }

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html, body, div, span, object, iframe,
h1, h2, h3, .gform_confirmation_message_2, .venue-title, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent; }

/* ...............
	$Typography
 	...............
*/
@media only screen and (max-width: 30em) {
  h1, h2, h3, .gform_confirmation_message_2, .venue-title, h4, h5, h6 {
    word-wrap: break-word; } }

h1 {
  font-size: 43px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  line-height: 1.3;
  font-weight: 700; }
  @media only screen and (max-width: 48em) {
    h1 {
      font-size: 32px; } }
h2 {
  font-size: 32px; }
  @media only screen and (max-width: 48em) {
    h2 {
      font-size: 24px; } }
.article-body h2, .mce-content-body h2 {
  line-height: 1.25; }

.mce-content-body h2,
.mce-content-body h3,
.mce-content-body .gform_confirmation_message_2,
.mce-content-body .venue-title,
.mce-content-body h4,
.article-body h2,
.article-body h3,
.article-body .gform_confirmation_message_2,
.article-body .venue-title,
.article-body h4 {
  font-weight: 700;
  margin-top: 40.5px;
  margin-bottom: 13.5px; }

.article-body h2 + h3, .article-body h2 + .gform_confirmation_message_2, .article-body h2 + .venue-title,
.mce-content-body h2 + h3,
.mce-content-body h2 + .gform_confirmation_message_2,
.mce-content-body h2 + .venue-title {
  margin-top: 0px; }

h3, .gform_confirmation_message_2, .venue-title {
  font-size: 24px; }
  @media only screen and (max-width: 48em) {
    h3, .gform_confirmation_message_2, .venue-title {
      font-size: 18px;
      font-weight: 400; } }
h4 {
  font-size: 18px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 18px; }

.small-text {
  font-size: 14px; }

.section-header {
  text-align: center;
  font-size: 18px;
  color: #69717b;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  margin-bottom: 13.5px; }
  .main-col .section-header {
    text-align: left; }
  .section-header a {
    color: #69717b;
    font-weight: 700; }

.sub-heading {
  margin-top: 13.5px;
  margin-bottom: 13.5px;
  font-size: 18px;
  font-style: italic;
  font-weight: 400; }
  .small-feed .sub-heading {
    font-size: 14px; }

.byline {
  font-size: 24px; }

.meta, .block-meta, .programme,
.archive, .meta-list {
  font-size: 12px;
  text-transform: uppercase;
  color: #69717b;
  font-weight: 500;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }
  .showtimes .meta, .showtimes .block-meta, .showtimes .programme,
  .showtimes .archive, .showtimes .meta-list {
    font-size: 14px; }

.time {
  font-size: 14px;
  color: #69717b;
  font-weight: 500; }

.amp {
  margin-right: 1px; }

.lowercase {
  text-transform: lowercase; }

.meta-author {
  font-size: 14px;
  color: #69717b;
  font-weight: 500;
  margin-top: 13.5px; }

.caption {
  margin: 0;
  padding: 6.75px 13.5px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f5f5f5;
  background-color: #3f444a; }
  @media only screen and (max-width: 30em) {
    .caption {
      font-size: 14px;
      line-height: 1.3; } }
blockquote {
  margin: 27px;
  text-align: center;
  padding: 0 2%; }
  blockquote cite {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    color: #69717b;
    text-align: right;
    font-weight: 500; }
    blockquote cite:before {
      content: "\2014 \0020"; }

.article-body blockquote,
.column-group blockquote {
  border-left: 5px solid #69717b;
  font-size: 14px;
  padding: 27px;
  font-style: italic;
  background-color: #f5f5f5; }

.article-body blockquote p {
  margin: 0; }

.wf-loading {
  visibility: hidden; }

.alert {
  background-color: #E5E5E5;
  padding: 13.5px; }

.read-more {
  display: block;
  margin-top: 27px;
  margin-bottom: 27px;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }

.feature-box h2.number {
  font-weight: 700;
  font-size: 36px; }

.widget.feature-box h2.number {
  font-weight: 700;
  font-size: 32px; }

.callout-right {
  border-right: 6px solid #69717b;
  font-size: 14px;
  background-color: #f5f5f5;
  padding: 27px;
  float: right;
  margin-top: 13.5px;
  margin-bottom: 13.5px;
  margin-left: 27px; }
  @media only screen and (min-width: 48em) {
    .callout-right {
      width: 35%; } }
  @media only screen and (max-width: 48em) {
    .callout-right {
      margin-bottom: 27px; } }
.callout-left {
  font-size: 14px;
  background-color: #f5f5f5;
  padding: 27px;
  float: left;
  margin-top: 13.5px;
  margin-bottom: 13.5px;
  border-left: 6px solid #69717b;
  margin-right: 27px; }
  @media only screen and (min-width: 48em) {
    .callout-left {
      width: 35%; } }
  @media only screen and (max-width: 48em) {
    .callout-left {
      margin-bottom: 27px; } }
.center-text {
  text-align: center; }

/* ...............
   $Links
   ...............
*/
a {
  background: transparent;
  color: #43464c;
  text-decoration: none;
  font-weight: 700; }
  .article-body a {
    border-bottom: 1px dotted #bbb; }

.article-body .feed-title a {
  border: none; }

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

a:active,
a:hover,
.current > a {
  color: #878d95;
  -moz-text-decoration-color: rgba(39, 92, 131, 0.33);
  outline: 0; }

.links a {
  margin-right: .8em; }

/* ...............      
   $Lists
   ...............               
*/
ul {
  margin: 0;
  padding: 0; }

ul {
  list-style: none outside; }

ol {
  list-style: decimal outside;
  margin-top: 27px;
  margin-bottom: 27px; }
  ol ol {
    margin: 1em 0 1em 2em; }

.mce-content-body ul,
.column-group ul,
.article-body ul {
  margin-left: 1.8em;
  margin-top: 27px;
  margin-bottom: 27px;
  list-style-type: square; }
  .mce-content-body ul ul,
  .column-group ul ul,
  .article-body ul ul {
    margin: 1em 0 1em 2em; }

.mce-content-body ul.meta-list,
.article-body ul.meta-list {
  margin-left: 0;
  margin-top: 13.5px;
  margin-bottom: 13.5px; }

.mce-content-body .inline-list,
.inline-list {
  padding-left: 0;
  list-style-type: square; }
  .mce-content-body .inline-list li,
  .inline-list li {
    display: inline;
    margin-right: 6.75px; }

.list-column {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-rule: 1px, dotted, #E5E5E5;
     -moz-column-rule: 1px, dotted, #E5E5E5;
          column-rule: 1px, dotted, #E5E5E5;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  font-size: 16px; }
  .list-column li {
    padding-top: 27px;
    padding-bottom: 27px; }
  @media only screen and (max-width: 30em) {
    .list-column {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; } }
.no-columns .list-column li {
  float: left;
  width: 50%; }

.mce-content-body .tick-list li,
.tick-list li {
  list-style-type: none;
  margin-left: 0;
  font-size: 16px;
  margin-top: 13.5px;
  margin-bottom: 13.5px; }
  .mce-content-body .tick-list li:before,
  .tick-list li:before {
    content: "" !important;
    font-size: 11px;
    background-color: #555;
    color: #fff;
    border-radius: 50%;
    padding: 4px;
    margin-right: 8px;
    margin-left: -27px; }

.mce-content-body .no-sidebar .column-group ul.no-margin,
.no-sidebar .column-group ul.special-margin {
  margin: 0 27px; }
  @media only screen and (min-width: 91em) {
    .mce-content-body .no-sidebar .column-group ul.no-margin,
    .no-sidebar .column-group ul.special-margin {
      margin: 0 54px; } }
.green .box-btn,
.green li:before {
  background-color: #178784; }

.green .box-btn {
  color: #fff;
  font-size: 18px; }

.green a {
  color: #178784; }

/* ...............      
   $Icons
   ...............               
*/
.icon-youtube:before {
  content: "" !important; }

.icon-vimeo:before {
  content: "" !important; }

.icon-twitter:before {
  content: "" !important; }

.icon-facebook:before {
  content: "" !important; }

.icon-instagram:before {
  content: "" !important; }

.sidebar .icon-twitter:before,
.sidebar .icon-facebook:before,
.article .icon-twitter:before,
.article .icon-facebook:before {
  margin-right: 0.4em; }

.icon-mail-alt:before {
  content: "" !important;
  margin-right: 0.3em;
  font-size: 14px;
  margin-bottom: 3px; }

.icon-video:before {
  content: "" !important; }

.icon-calendar-empty:before {
  content: "" !important;
  margin-right: 0.4em; }

.icon-clock:before {
  content: "" !important;
  margin-right: 0.4em; }

.icon-ticket:before {
  content: "" !important;
  margin-right: 0.4em; }

.icon-wheelchair:before {
  content: "" !important;
  font-size: 18px;
  color: #69717b;
  font-weight: 700;
  margin-right: 0; }

.icon-location:before {
  content: "" !important;
  margin-right: 0.4em;
  margin-left: 0.2em; }

.icon-phone:before {
  content: "" !important;
  margin-right: 0.4em;
  margin-left: 0.2em; }

.icon-link:before {
  content: "" !important;
  margin-right: 0.4em; }

.icon-basket:before {
  content: "" !important;
  margin-right: 0.4em; }

.icon-info {
  right: 0;
  position: absolute;
  top: 4px; }
  .icon-info:after {
    content: "" !important;
    margin-right: 13.5px; }

.info:after {
  content: "" !important; }

a[href$=".xls"]:after,
a[href$=".xl"]:after, a[href$=".ppt"]:after,
a[href$=".pptx"]:after, a[href$=".doc"]:after,
a[href$=".docx"]:after, a[href$=".pdf"]:after, .grid-template .grid-item a h2:after {
  color: #878d95;
  margin-left: 6.75px;
  font-size: 14px;
  margin-top: -3px;
  display: inline; }

.grid-template .grid-item a h2:after {
  content: "" !important; }

a[href$=".pdf"]:after {
  content: "" !important; }

a[href$=".doc"]:after,
a[href$=".docx"]:after {
  content: "" !important; }

a[href$=".ppt"]:after,
a[href$=".pptx"]:after {
  content: "" !important; }

a[href$=".xls"]:after,
a[href$=".xl"]:after {
  content: "" !important; }

/* ...............
   $Images & Videos
   ...............
*/
img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle; }

iframe {
  max-width: 100%; }

.feature-image {
  margin-top: 13.5px;
  margin-bottom: 13.5px; }

.avatar {
  float: left;
  margin-right: 27px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.rollover {
  position: relative; }

.screen {
  background-color: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  border-radius: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0; }
  .csstransitions .screen {
    transition: all 0.6s ease-in-out; }
  @media only screen and (min-width: 48em) {
    .screen:hover {
      opacity: 1; } }
  .screen h4 {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    position: absolute;
    transform-style: preserve-3d;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 13.5px;
    padding-right: 13.5px;
    line-height: 1.3;
    text-align: center;
    margin-top: -13.5px; }
    .csstransitions .screen h4 {
      transition: all 0.6s ease-in-out; }
    @media only screen and (min-width: 63em) {
      .screen h4 {
        font-size: 24px; } }
.fit-video {
  position: relative;
  padding-bottom: 56.25%;
  /* 16/9 ratio */
  height: 0; }
  .article .fit-video {
    margin-top: 13.5px;
    margin-bottom: 13.5px; }

.grid-video {
  padding-bottom: 75%; }

.fit-video iframe, .fit-video video, .grid-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*  ...............
    $Forms
   ...............
*/
input[type="url"],
input[type="number"],
input[type="tel"],
input[type="text"],
input[type="email"],
textarea,
input[type="password"] {
  border: 1px solid #ddd;
  width: 100%;
  max-width: 100%;
  padding: 13.5px;
  font-family: inherit;
  font-size: 100%;
  -webkit-appearance: none;
  /* Remove inner shadow from inputs on mobile iOS */ }

input[type="submit"] {
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }

input[type="email"] {
  border-radius: 2px;
  height: 58px;
  vertical-align: middle; }

.signup-form input {
  width: 100%;
  margin-bottom: 13.5px; }

select {
  min-height: 38px;
  min-width: 280px;
  padding-left: 13.5px;
  padding-right: 13.5px;
  background: whitesmoke url("/assets/themes/bff/assets/img/select-arrow.png") no-repeat 100% 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  border: none;
  border-radius: 0;
  outline: none; }
  @media only screen and (max-width: 30em) {
    select {
      width: 310px; } }
  select:active {
    border-color: #69717b; }

.flex-form {
  display: flex;
  margin-bottom: 27px;
  flex-wrap: wrap;
  align-items: center; }
  .flex-form input {
    border-radius: 0;
    max-width: 260px;
    font-size: 14px; }
  .flex-form input[type="submit"] {
    margin: 0;
    border-radius: 0; }
  .flex-form input[type="email"] {
    height: 47px; }

.justify-center {
  justify-content: center; }

/* --------------------------------------------------------------------
 		3. $COMPONENTS  
-------------------------------------------------------------------- */
/* User interface concepts and design patters */
/*  ...............
      $Buttons
   ...............
*/
.btn,
.btn-dark,
.volunteer-form input[type=submit],
.form input[type=submit],
.contact-form input[type=submit] {
  letter-spacing: 0.04em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  padding: 6.75px;
  background-color: #3f444a;
  position: relative; }
  .csstransitions .btn, .csstransitions .btn-dark, .csstransitions .volunteer-form input[type=submit], .volunteer-form .csstransitions input[type=submit],
  .csstransitions .form input[type=submit],
  .form .csstransitions input[type=submit], .csstransitions .contact-form input[type=submit], .contact-form .csstransitions input[type=submit] {
    transition: all 0.6s ease-in-out; }
  .btn a,
  .btn-dark a,
  .volunteer-form input[type=submit] a,
  .form input[type=submit] a,
  .contact-form input[type=submit] a {
    color: #fff;
    border-bottom: none; }
  .btn:hover,
  .btn-dark:hover,
  .volunteer-form input[type=submit]:hover,
  .form input[type=submit]:hover,
  .contact-form input[type=submit]:hover {
    background-color: #69717b;
    color: #fff; }

.green a.btn {
  background-color: #178784;
  font-size: 14px;
  color: #fff; }

.article-body a.btn-dark {
  color: #fff;
  margin-top: 27px;
  margin-bottom: 27px; }

.btn-light {
  letter-spacing: 0.04em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  padding: 6.75px;
  background-color: #3f444a;
  position: relative;
  background-color: #69717b; }
  .csstransitions .btn-light {
    transition: all 0.6s ease-in-out; }
  .btn-light a {
    color: #fff;
    border-bottom: none; }
  .btn-light:hover {
    background-color: #69717b;
    color: #fff; }
  .btn-light:hover {
    background-color: #333;
    color: #fff; }

.btn-small {
  font-size: 11px; }

.med-btn {
  font-size: 14px; }

.disabled {
  background-color: #3f444a; }

.mail-submit {
  letter-spacing: 0.04em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  padding: 6.75px;
  background-color: #3f444a;
  position: relative;
  position: relative; }
  .csstransitions .mail-submit {
    transition: all 0.6s ease-in-out; }
  .mail-submit a {
    color: #fff;
    border-bottom: none; }
  .mail-submit:hover {
    background-color: #69717b;
    color: #fff; }
  @media only screen and (min-width: 48em) {
    .mail-submit {
      margin-left: 13.5px; } }
  .mail-submit input {
    letter-spacing: 0.08em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background-color: inherit;
    position: relative; }
    .csstransforms .mail-submit input {
      padding-right: 81px; }
    @media only screen and (max-width: 48em) {
      .mail-submit input {
        width: 100%; } }
  .mail-submit:after {
    content: "" !important;
    margin-left: 13.5px;
    margin-right: 13.5px;
    font-size: 21px;
    line-height: 1;
    vertical-align: top; }
    .csstransforms .mail-submit:after {
      margin-right: 0;
      transform: rotate(20deg);
      font-size: 90px;
      position: absolute;
      top: -4.5px;
      opacity: .5;
      right: -.2em;
      overflow: hidden; }
  @media only screen and (max-width: 48em) {
    .mail-submit {
      margin-top: 27px;
      margin-bottom: 27px; } }
/* ...............
    $Tables
   ...............
*/
table {
  width: 100%;
  max-width: 100%;
  background-color: transparent; }

th {
  vertical-align: top;
  padding-right: 2%;
  width: 25%;
  border: none;
  text-align: left; }
  @media only screen and (max-width: 30em) {
    th {
      width: 10%; } }
.full-width {
  width: 100%; }

td {
  vertical-align: top;
  padding-top: 27px;
  padding-bottom: 27px; }

.funder-table {
  margin-top: 54px;
  margin-bottom: 54px;
  border-top: 1px solid #E5E5E5; }
  .funder-table:first-child {
    border-top: none; }
  .funder-table tr {
    border-bottom: 1px solid #E5E5E5; }
  .funder-table .section-header {
    padding-top: 27px;
    padding-bottom: 0px; }
    @media only screen and (max-width: 30em) {
      .funder-table .section-header {
        font-size: 70%; } }
  .funder-table img {
    max-width: 25%;
    max-height: 130px;
    margin-bottom: 27px;
    margin-right: 4em; }
    @media only screen and (max-width: 30em) {
      .funder-table img {
        margin-right: 0;
        max-width: 100px; } }
  .funder-table a {
    border-bottom: none; }

.pad img {
  padding: .5em; }

@media only screen and (max-width: 30em) {
  .pad img {
    padding-left: .2em;
    padding-right: .2em; } }

.funder-home {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.funder-item {
  max-width: 300px;
  padding: 27px; }
  @media only screen and (max-width: 48em) {
    .funder-item {
      max-width: 180px;
      padding: 13.5px; } }
/* ...............
   $Heros
   ...............
*/
.hero-row {
  width: 100%; }
  @media only screen and (min-width: 91em) {
    .hero-row {
      width: auto;
      max-width: 1400px;
      float: none;
      display: block;
      margin-right: auto;
      margin-left: auto;
      padding-left: 13.5px;
      padding-right: 13.5px; }
      .hero-row::after {
        content: '';
        display: table;
        clear: both; } }
  .hero-row img {
    width: 100%; }

.hero-wide {
  background-color: #555;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-top: 81px;
  padding-bottom: 81px;
  color: #fff;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }
  .hero-wide sup {
    text-transform: none; }

.hero-wide-new {
  position: relative;
  color: #fff;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  text-align: center; }
  .hero-wide-new sup {
    text-transform: none; }
  .hero-wide-new img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .hero-wide-new .hero-wide-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%; }
    @media only screen and (min-width: 91em) {
      .hero-wide-new .hero-wide-content {
        max-width: 80%; } }
.hero-tall {
  width: 100%; }
  @media only screen and (min-width: 63em) {
    .hero-tall {
      min-height: 580px; } }
.hero-short {
  min-height: 200px;
  width: 100%; }

.hero-block-title {
  text-shadow: 0 0 1px #aaaaaa;
  font-weight: 700;
  margin-top: 13.5px;
  margin-bottom: 13.5px;
  text-transform: uppercase;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }
  @media only screen and (max-width: 30em) {
    .hero-block-title {
      font-size: 18px; } }
  @media only screen and (min-width: 30em) and (max-width: 63em) {
    .hero-block-title {
      font-size: 24px; } }
  @media only screen and (min-width: 63em) {
    .hero-block-title {
      font-size: 43px; } }
.hero-block-subtitle {
  text-align: center;
  margin: 13.5px auto;
  font-weight: 500;
  text-shadow: 0 0 1px #aaaaaa; }
  @media only screen and (max-width: 30em) {
    .hero-block-subtitle {
      font-size: 14px; } }
  @media only screen and (min-width: 30em) and (max-width: 63em) {
    .hero-block-subtitle {
      font-size: 18px; } }
  @media only screen and (min-width: 63em) {
    .hero-block-subtitle {
      font-size: 32px; } }
  @media only screen and (max-width: 30em) {
    .hero-block-subtitle {
      display: none; } }
.hero-wide-content {
  padding-left: 6.75px;
  padding-right: 6.75px;
  display: inline-block; }
  .hero-wide-content.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 27px; }

/* ...............
   $Festival Grid
   ...............
*/
.festival-grid {
  overflow: hidden; }
  .festival-grid::after {
    content: '';
    display: table;
    clear: both; }

.grid-item {
  position: relative;
  overflow: hidden;
  border: 1px solid #fff; }
  .cssanimations .grid-item {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1s;
    animation-duration: 1s; }
  .grid-item img {
    vertical-align: bottom;
    height: auto;
    margin: 0 !important;
    overflow: hidden;
    width: 100%; }
  .grid-item a:hover img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    /* Firefox 10+ */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */ }

.grid-block-title-small {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-shadow: 0 0 1px #aaaaaa;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 18px;
  display: none; }
  .csstransforms .grid-block-title-small {
    top: 50%;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center; }
  @media only screen and (max-width: 30em) {
    .grid-block-title-small {
      line-height: 1; } }
  @media only screen and (min-width: 30em) {
    .grid-block-title-small {
      padding-bottom: 10px;
      margin-top: 13.5px;
      margin-bottom: 13.5px; } }
  @media only screen and (max-width: 48em) {
    .grid-block-title-small {
      font-size: 11px; } }
  @media only screen and (min-width: 91em) {
    .grid-block-title-small {
      font-size: 24px; } }
.grid-item:hover .grid-block-title-small {
  display: block; }

.left-col,
.right-col {
  width: 25%; }

.middle-col {
  width: 50%; }

div.left-col,
div.middle-col,
div.right-col {
  float: left;
  position: relative; }

/* ...............
   $Pagination
   ...............
*/
.wp-pagenavi {
  margin-top: 54px;
  margin-bottom: 27px;
  clear: both;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: auto;
  max-width: 1400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 13.5px;
  padding-right: 13.5px;
  text-align: center; }
  .wp-pagenavi::after {
    content: '';
    display: table;
    clear: both; }

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: 1px solid #E5E5E5;
  padding: 2px 5px;
  font-size: 14px;
  margin-right: 8px;
  font-weight: 400;
  margin-bottom: 27px; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background-color: #69717b;
  color: #fff; }

.wp-pagenavi span.current {
  font-weight: 700; }

/*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/
/* ...............
   $Flexible Content & Widgets
...............
*/
.center-flex-cols {
  display: flex;
  align-items: center;
  justify-content: center; }

@media only screen and (max-width: 48em) {
  .three-cols .vertical-align {
    width: 100%; } }

.csstransforms .festival-pass {
  transform: rotate(-5deg);
  transition: all .4s ease-in-out; }
  .csstransforms .festival-pass:hover {
    transform: rotate(0deg); }

.widget {
  padding-left: 27px;
  padding-right: 27px;
  padding-top: 27px;
  padding-bottom: 27px;
  border-bottom: 1px solid #E5E5E5; }
  .widget p {
    margin-top: 13.5px;
    margin-bottom: 13.5px; }
  .widget img {
    margin-top: 27px;
    margin-bottom: 27px;
    text-align: center; }

.sidebar .widget:last-child {
  border-bottom: none; }

.meta.icon-basket, .icon-basket.block-meta, .icon-basket.programme,
.icon-basket.archive, .icon-basket.meta-list {
  margin-top: 13.5px;
  margin-bottom: 27px; }

.widget.sponsors {
  text-align: center; }
  .widget.sponsors li {
    text-align: center; }
  .widget.sponsors img {
    max-width: 180px; }

.widget-header {
  margin-top: 81px; }

.widget-title {
  font-size: 18px;
  color: #43464c;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
  margin-bottom: 13.5px; }
  .widget-title a {
    color: #43464c; }

.pattern {
  background: url("../img/cream.png");
  border: 8px solid #fff;
  outline: 1px solid #f5f5f5; }

.feature-box {
  text-align: center !important;
  margin-bottom: 27px;
  padding: 27px; }
  .block-row .feature-box {
    padding: 13.5px; }
  .team-list .feature-box {
    padding: 13.5px; }
  .feature-box p {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
    font-size: 16px; }
    .feature-box p a {
      font-weight: 500; }
  .feature-box h2 {
    font-size: 24px;
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #69717b;
    font-weight: 700; }
  .feature-box h3, .feature-box .gform_confirmation_message_2, .feature-box .venue-title {
    margin: 0;
    padding: 27px;
    color: #69717b;
    font-weight: 500;
    font-size: 18px; }
    .team-list .feature-box h3, .team-list .feature-box .gform_confirmation_message_2, .team-list .feature-box .venue-title {
      font-size: 24px;
      font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
      font-weight: 700; }

.block-row .feature-box {
  margin-top: 27px; }

.centerpiece {
  text-align: center;
  padding-top: 27px;
  padding-bottom: 27px; }
  .centerpiece::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 63em) {
    .centerpiece {
      padding-left: 18%;
      padding-right: 18%; } }
  .centerpiece h3, .centerpiece .gform_confirmation_message_2, .centerpiece .venue-title {
    color: #69717b;
    font-weight: 400;
    padding-left: 27px;
    padding-right: 27px;
    margin-top: 0;
    margin-bottom: 13.5px; }
  @media only screen and (min-width: 48em) {
    .centerpiece input[type="email"] {
      width: 40%; } }
  .centerpiece form {
    padding-left: 13.5px;
    padding-right: 13.5px; }
  .centerpiece .btn-dark, .centerpiece .volunteer-form input[type=submit], .volunteer-form .centerpiece input[type=submit],
  .centerpiece .form input[type=submit],
  .form .centerpiece input[type=submit], .centerpiece .contact-form input[type=submit], .contact-form .centerpiece input[type=submit] {
    margin-top: 13.5px;
    margin-bottom: 13.5px; }

.team-list .feature-box h3, .team-list .feature-box .gform_confirmation_message_2, .team-list .feature-box .venue-title {
  padding: 0; }

.sidebar .feature-box {
  text-align: left; }
  .sidebar .feature-box h2,
  .sidebar .feature-box p,
  .sidebar .feature-box h3,
  .sidebar .feature-box .gform_confirmation_message_2,
  .sidebar .feature-box .venue-title {
    font-size: 90%; }

.filler-box {
  position: relative;
  min-height: 350px;
  padding: 6.75px;
  display: table; }

.filler-content {
  text-align: center;
  display: table-cell;
  vertical-align: middle; }
  .filler-content p {
    font-size: 16px; }

.filler-box.three-cols .btn-dark, .filler-box.three-cols .volunteer-form input[type=submit], .volunteer-form .filler-box.three-cols input[type=submit],
.filler-box.three-cols .form input[type=submit],
.form .filler-box.three-cols input[type=submit], .filler-box.three-cols .contact-form input[type=submit], .contact-form .filler-box.three-cols input[type=submit] {
  font-size: 11px; }

.filler-box.six-cols p,
.filler-box.nine-cols p {
  font-size: 18px; }

.widget.feature-box {
  margin-bottom: 0;
  padding-top: 13.5px;
  padding-bottom: 13.5px; }
  .widget.feature-box h3, .widget.feature-box .gform_confirmation_message_2, .widget.feature-box .venue-title {
    font-size: 95%; }
  .widget.feature-box h2 {
    font-size: 24px; }

/* ...............	 	
	$Hcard Contact details
 	...............	 				
*/
.hcard .p-locality, .hcard .p-postal-code {
  display: inline; }

.hcard address {
  margin-bottom: 13.5px; }

.hcard span {
  display: block; }

.site-footer .u-email, .site-footer .tel {
  font-weight: 500; }

/* ...............
	$Social
 	...............
*/
.social {
  margin: 0; }
  .social a {
    color: #ccc;
    margin-left: 6.75px; }
    @media only screen and (min-width: 63em) {
      .csstransitions .social a {
        transition: all 0.6s ease-in-out; } }
.topbar .social {
  display: table; }
  @media only screen and (min-width: 91em) {
    .topbar .social {
      font-size: 24px; } }
  .topbar .social a {
    line-height: 70px;
    padding-left: 6.75px;
    padding-right: 6.75px; }
    .topbar .social a:hover {
      background-color: #69717b; }

.span-2-show-desktop {
  float: right;
  text-align: right; }
  @media only screen and (max-width: 63em) {
    .span-2-show-desktop {
      display: none; } }
  @media only screen and (min-width: 63em) and (max-width: 91em) {
    .span-2-show-desktop {
      margin-right: 54px; } }
.site-footer .social {
  font-size: 24px; }
  .site-footer .social a {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    padding: 6.75px 6.75px 6.75px 0; }

.share-button {
  margin-top: 81px;
  margin-bottom: 81px;
  margin-left: auto;
  margin-right: auto; }

.article .share-button.sharer-0 label {
  background: #69717b;
  color: #fff; }
  .article .share-button.sharer-0 label:hover {
    background-color: #878d95;
    opacity: 1; }

.article .share-button.sharer-0 {
  width: 250px; }

.article .share-button.sharer-0 .social ul li {
  padding: 8px 0;
  height: auto; }

/* ...............
   $Media Card
   ...............
*/
.media-card {
  position: relative; }
  .flex-list .media-card {
    background: #f5f5f5; }
  .media-card img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  @media only screen and (min-width: 63em) {
    .csstransitions .media-card img {
      transition: all 0.6s ease-in-out; }
    .media-card img:hover {
      transform: scale(1.1); } }
.media-card-body {
  padding: 13.5px; }

.media-card-title {
  font-size: 18px;
  margin-bottom: 13.5px;
  font-weight: 400; }
  .media-card-title a {
    font-weight: 600; }

@media only screen and (min-width: 30em) {
  .media-card-figure {
    overflow: hidden; } }

@media only screen and (min-width: 91em) {
  .media-card-figure {
    max-height: 185px; } }

.media-card-frame {
  position: relative; }

.prog-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat; }
  .bff .prog-icon {
    background-image: url("https://belfastfilmfestival.org/assets/themes/bff/assets/img/bff.png");
    background-repeat: no-repeat;
    background-color: #872572;
    background-size: 80px 79px; }
  .docs .prog-icon {
    background-image: url("https://belfastfilmfestival.org/assets/themes/bff/assets/img/docs.png");
    background-color: #178784;
    background-size: 80px 80px; }

.meta-venue {
  font-size: 11px; }

.media-card-block-date {
  display: block;
  padding: 10px;
  font-size: 13px;
  letter-spacing: .03em;
  font-weight: 600;
  text-transform: uppercase;
  color: #f5f5f5;
  background-color: #3f444a;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }
  .bff .media-card-block-date {
    background-color: #872572; }
  .docs .media-card-block-date {
    background-color: #178784; }
  .media-card-block-date .icon-clock {
    margin-left: 13.5px; }

.filter-bar {
  text-align: center; }
  .filter-bar .section-header {
    margin-bottom: 13.5px; }
  @media only screen and (min-width: 63em) {
    .filter-bar {
      padding-left: 27px;
      padding-right: 27px; }
      .filter-bar .searchandfilter select {
        min-width: 230px; } }
.results-pages {
  text-align: center; }

.flex-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .flex-list .media-card-frame {
    position: relative;
    width: 100%; }
  .flex-list img {
    max-height: 207px; }
  .flex-list .media-card {
    display: flex;
    margin-right: 1.33333%;
    margin-top: 27px; }
    .flex-list .media-card:nth-child(4n+0) {
      margin-right: 0; }
  .flex-list .media-card-block-date {
    font-size: 11px; }
  .flex-list .media-card-title {
    font-weight: 600; }
  .flex-list .meta, .flex-list .block-meta, .flex-list .programme,
  .flex-list .archive, .flex-list .meta-list {
    margin-top: 13.5px;
    margin-bottom: 13.5px; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .media-card {
    flex-direction: column; } }

@media only screen and (max-width: 30em) {
  .five-across .media-card {
    width: 45%; } }

@media only screen and (min-width: 30em) and (max-width: 63em) {
  .five-across .media-card {
    width: 33%; } }

@media only screen and (min-width: 63em) and (max-width: 91em) {
  .five-across .media-card {
    width: 33%; } }

@media only screen and (min-width: 91em) {
  .five-across .media-card {
    width: 16%; } }

@media only screen and (min-width: 48em) and (max-width: 63em) {
  .four-across .media-card {
    width: 45%; } }

@media only screen and (min-width: 63em) {
  .four-across .media-card {
    width: 24%; } }

@media only screen and (min-width: 48em) {
  .two-across .media-card {
    width: 45%; } }

.flex-list .card-buttons {
  margin-top: 27px; }

.feed-item .card-buttons {
  margin-top: 13.5px; }

.flex-left {
  justify-content: flex-start; }
  .flex-left .media-card:first-child {
    margin-right: 10%; }
  .flex-left .media-card:last-child {
    margin-right: 0%; }

.related {
  margin-top: 81px; }

.more-info-link {
  font-size: 11px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-right: 13.5px;
  padding: 6.75px;
  border: 1px solid #3f444a;
  color: #43464c;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }
  .csstransitions .more-info-link {
    transition: all 0.6s ease-in-out; }
  .more-info-link:hover {
    background-color: #3f444a;
    color: #fff; }

.grid-row {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 13.5px;
  padding-right: 13.5px; }
  .grid-row img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%; }
  .grid-row .royalSlider,
  .grid-row .rsOverflow {
    max-width: 100%; }

.grid-row:first-child {
  margin-bottom: 54px; }

.grid-template::after {
  content: '';
  display: table;
  clear: both; }

.grid-template .block-row {
  margin-top: 0;
  margin-bottom: 0; }

.grid-template + .site-footer {
  margin-top: 0px; }

.grid-template .grid-item {
  overflow: hidden;
  border: 1px solid #E5E5E5; }

.grid-template .grid-item,
.grid-template .gallery-item {
  margin-bottom: 27px; }
  @media only screen and (max-width: 30em) {
    .grid-template .grid-item,
    .grid-template .gallery-item {
      width: 100%; } }
  @media only screen and (min-width: 48em) and (max-width: 63em) {
    .grid-template .grid-item,
    .grid-template .gallery-item {
      width: 48.5%; } }
  @media only screen and (min-width: 63em) {
    .grid-template .grid-item,
    .grid-template .gallery-item {
      width: 31.3333333333%;
      margin-bottom: 54px; } }
.grid-template .center-grid {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 0; }

.grid-template .fc-block-title {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  padding-bottom: 5px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  color: #fff;
  font-size: 24px;
  margin-top: 27px; }

.grid-template img:hover,
.grid-template .fit-video:hover {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */ }

.grid-template img a:hover img,
.grid-template .fit-video a:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */ }

.grid-template .new-royalslider-7:hover img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */
  -webkit-backface-visibility: hidden;
  /* Fix for transition flickering */ }

.grid-template .hero-wide-content,
.grid-template .hero-block-subtitle {
  text-shadow: 0px 0px 1px #222; }

.grid-template .hero-wide {
  margin-bottom: 54px; }

.fc-content {
  position: absolute;
  bottom: 8px;
  padding: 6.75px;
  max-width: 90%;
  background-color: white; }

.fc-header {
  font-size: 16px;
  font-weight: 600; }

.news-item:before,
.quote-item:before,
.gallery-item:before,
.grid-video:before {
  position: absolute;
  top: 6.75px;
  left: 6.75px;
  color: #fff;
  font-size: 24px; }

.news-item {
  height: 100%; }
  .news-item:before {
    content: "" !important;
    top: -8px; }

.gallery-item {
  position: relative; }
  .gallery-item:before {
    content: "" !important;
    z-index: 10000; }

.grid-item .fit-video {
  background-color: #111; }
  .grid-item .fit-video:before {
    content: "" !important; }

.grid-list {
  padding: 27px;
  position: relative; }
  .grid-list a {
    color: #2a2d31;
    font-weight: 700; }
  .grid-list li {
    text-align: center;
    color: #2a2d31;
    font-weight: 700;
    padding: 13.5px;
    font-size: 16px; }

.csstransforms .align-vertical {
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  transform: translateY(-50%); }

.list-header {
  text-align: center;
  color: #2a2d31;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  font-size: 24px; }
  .list-header:before {
    content: "" !important;
    margin-right: 6.75px;
    color: #878d95; }
  .list-header:after {
    content: "" !important;
    margin-left: 6.75px;
    color: #878d95; }

.grid-template .rsUni .rsArrowIcn,
.grid-template .rsFullscreenIcn {
  opacity: 1; }

.grid-template .rsArrowIcn {
  background-color: rgba(34, 34, 34, 0.9); }

.grid-template .grid-block-title-small {
  font-size: 18px;
  top: 54px; }

.grid-template .quote {
  width: 100%;
  color: #2a2d31;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }
  .csstransforms .grid-template .quote {
    position: absolute;
    transform-style: preserve-3d;
    top: 50%;
    transform: translateY(-50%); }
  .grid-template .quote h2,
  .grid-template .quote h3,
  .grid-template .quote .gform_confirmation_message_2,
  .grid-template .quote .venue-title,
  .grid-template .quote h4 {
    font-weight: 700;
    text-align: center !important;
    padding-left: 13.5px;
    padding-right: 13.5px; }
    @media only screen and (max-width: 91em) {
      .grid-template .quote h2,
      .grid-template .quote h3,
      .grid-template .quote .gform_confirmation_message_2,
      .grid-template .quote .venue-title,
      .grid-template .quote h4 {
        font-size: 32px; } }
    @media only screen and (min-width: 91em) {
      .grid-template .quote h2,
      .grid-template .quote h3,
      .grid-template .quote .gform_confirmation_message_2,
      .grid-template .quote .venue-title,
      .grid-template .quote h4 {
        font-size: 57px; } }
  .grid-template .quote p {
    text-align: center !important;
    padding-left: 13.5px;
    padding-right: 13.5px;
    line-height: 1.2; }
    @media only screen and (max-width: 91em) {
      .grid-template .quote p {
        font-size: 24px; } }
    @media only screen and (min-width: 91em) {
      .grid-template .quote p {
        font-size: 32px; } }
.grid-template blockquote {
  border: none;
  font-size: 32px;
  margin: 0; }
  .grid-template blockquote p:before {
    content: "" !important;
    margin-right: 13.5px;
    color: #878d95; }
  .grid-template blockquote p:after {
    content: "" !important;
    margin-left: 13.5px;
    color: #878d95; }

.grid-template .rsGCaption {
  margin-right: 80px; }

.flex-center-all {
  display: flex;
  align-items: center;
  justify-content: center; }

.column-group {
  margin-bottom: 54px; }
  @media only screen and (min-width: 63em) {
    .column-group {
      display: flex;
      width: 100%;
      justify-content: center; } }
  .venues-page .column-group {
    margin-top: 54px; }

@media only screen and (max-width: 48em) {
  .no-sidebar {
    margin-top: 27px; } }

@media only screen and (min-width: 48em) {
  .no-sidebar {
    margin-top: 54px; } }

.no-sidebar .column-group ul {
  margin-left: 1.8em;
  margin-top: 27px;
  margin-bottom: 27px;
  list-style-type: square; }

.no-sidebar .column-group h2,
.no-sidebar .column-group h3,
.no-sidebar .column-group .gform_confirmation_message_2,
.no-sidebar .column-group .venue-title,
.no-sidebar .column-group h4 {
  margin-top: 27px;
  margin-bottom: 13.5px; }
  .no-sidebar .column-group h2:first-child,
  .no-sidebar .column-group h3:first-child,
  .no-sidebar .column-group .gform_confirmation_message_2:first-child,
  .no-sidebar .column-group .venue-title:first-child,
  .no-sidebar .column-group h4:first-child {
    margin-top: 0px; }

.no-sidebar .column-group p {
  margin-top: 13.5px;
  margin-bottom: 13.5px; }
  .no-sidebar .column-group p:first-child {
    margin-top: 0px; }

@media only screen and (min-width: 63em) {
  .no-sidebar .left-column {
    width: 50%;
    padding-right: 27px; } }

@media only screen and (min-width: 63em) {
  .no-sidebar .right-column {
    padding-left: 27px;
    width: 50%; } }

@media only screen and (min-width: 63em) {
  .right-column-two-thirds {
    padding-left: 27px;
    width: 75%; } }

@media only screen and (min-width: 63em) {
  .left-column-third {
    padding-left: 27px;
    width: 25%; } }

.feature-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.page-feature-box {
  position: relative;
  margin-bottom: 27px;
  width: 100%; }

.page-feature-box.two-boxes {
  width: 49%;
  margin-right: 2%; }
  .page-feature-box.two-boxes:nth-child(even) {
    margin-right: 0; }

.page-feature-box.three-boxes {
  margin-right: 2%; }
  @media only screen and (min-width: 48em) and (max-width: 63em) {
    .page-feature-box.three-boxes {
      width: 48%; } }
  @media only screen and (min-width: 63em) {
    .page-feature-box.three-boxes {
      width: 32%; } }
  .page-feature-box.three-boxes:nth-child(3n) {
    margin-right: 0; }

.page-feature-box.four-boxes {
  margin-right: 2%; }
  @media only screen and (min-width: 48em) and (max-width: 63em) {
    .page-feature-box.four-boxes {
      width: 48%; } }
  @media only screen and (min-width: 63em) {
    .page-feature-box.four-boxes {
      width: 23%; } }
  .page-feature-box.four-boxes:nth-child(4n) {
    margin-right: 0; }

.box-overlay {
  position: absolute;
  top: 0;
  padding: 40.5px 27px;
  color: #fff; }
  @media only screen and (min-width: 30em) and (max-width: 63em) {
    .box-overlay {
      padding: 27px; } }
  @media only screen and (max-width: 30em) {
    .box-overlay {
      padding: 13.5px; } }
.box-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 13.5px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }

.box-text {
  font-size: 16px; }
  .box-text li {
    font-size: 16px;
    margin-top: 13.5px;
    margin-bottom: 13.5px; }
    .box-text li:before {
      content: "" !important;
      font-size: 11px;
      background-color: #fff;
      color: #555;
      border-radius: 50%;
      padding: 4px;
      margin-right: 13.5px; }

@media only screen and (min-width: 30em) {
  .full-black .hero-wide {
    min-height: 380px;
    max-height: 480px; } }

.full-black .hero-block-title {
  margin-top: 0px; }

.full-black .overlay.hero-wide-content {
  margin-top: 27px; }

.box-btn {
  background-color: #fff;
  letter-spacing: 0.02em;
  line-height: 2;
  padding-left: 13.5px;
  padding-right: 13.5px;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 27px;
  margin-bottom: 27px;
  font-size: 14px;
  line-height: 2.5;
  color: #111; }
  .venues-page .box-btn {
    display: none; }
  .box-btn:hover {
    background-color: #69717b;
    color: #ccc; }

.box-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 100%;
  height: 100%;
  min-height: 300px; }
  .box-image:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0), black); }
  .box-image:hover:before {
    background: rgba(63, 68, 74, 0.9); }

.box-border {
  border: 1px solid #69717b;
  padding: 27px;
  font-weight: 600; }

@media only screen and (min-width: 63em) {
  .extra-pad .feature-boxes {
    padding: 13.5px 54px; } }

.pricing-table.three-boxes {
  margin-top: 54px;
  margin-bottom: 81px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 48em) and (max-width: 63em) {
    .pricing-table.three-boxes {
      width: 48%; } }
  @media only screen and (min-width: 63em) {
    .pricing-table.three-boxes {
      width: 30%;
      margin-right: 5%; } }
.pricing-table {
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.6s ease; }
  .pricing-table .box-text {
    text-align: left; }
    .pricing-table .box-text strong {
      text-align: center;
      font-size: 32px;
      display: block; }
  .pricing-table .box-text li:before {
    content: '' !important;
    padding: 0;
    margin: 0; }
  .pricing-table .box-heading {
    font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
    margin: 0;
    text-transform: uppercase;
    font-size: 24px;
    padding-top: 27px;
    margin-bottom: 13.5px;
    background-color: #d1e7e6;
    background-color: #111;
    color: #fff;
    border-bottom: 1px solid #d1e7e6; }
    .pricing-table .box-heading span {
      padding: 13.5px;
      display: block;
      width: 100%;
      font-size: 14px;
      margin-bottom: 13.5px; }
  .pricing-table .box-heading,
  .pricing-table .box-btn,
  .pricing-table ul {
    text-align: center;
    padding-left: 27px;
    padding-right: 27px; }
  .pricing-table li {
    padding: 0 27px 13.5px 27px;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .pricing-table .box-btn {
    font-size: 18px;
    max-width: 170px;
    margin: 27px auto;
    text-align: center;
    display: block;
    border: 2px solid #fff;
    background-color: #3f444a;
    background-color: #178784;
    color: #fff; }

.pricing-table:hover,
.pricing-table:focus {
  transform: translateY(-27px); }
  .pricing-table:hover .box-heading,
  .pricing-table:focus .box-heading {
    background-color: #178784;
    color: #fff; }
  .pricing-table:hover a,
  .pricing-table:focus a {
    color: #111; }

.pricing-table a:hover {
  color: inherit; }

@media only screen and (min-width: 63em) {
  .audience-awards .menu li > .submenu {
    min-width: 500px; } }

.audience-awards .site-heading {
  padding: 0; }

li.star-rating {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.audience-award {
  text-align: center;
  margin-top: 54px;
  margin-bottom: 54px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }
  @media only screen and (min-width: 30em) {
    .audience-award {
      padding: 27px; } }
.star-rating label {
  font-weight: 600;
  width: 100%; }
  @media only screen and (max-width: 48em) {
    .star-rating label {
      font-size: 24px;
      margin-bottom: 13.5px; } }
  @media only screen and (min-width: 48em) {
    .star-rating label {
      font-size: 43px; } }
@media only screen and (min-width: 30em) {
  .gsurvey-rating-wrapper {
    font-size: 57px; } }

.gsurvey-rating {
  width: 100%; }
  @media only screen and (min-width: 30em) {
    .gsurvey-rating {
      font-size: 76px; } }
.gsurvey-rating:not(:checked) > label, .gsurvey-rating:not(:checked) > label:hover,
.gsurvey-rating:not(:checked) > label:hover ~ label, .gsurvey-rating:not(:checked) > label,
.gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label,
.gsurvey-rating > input:checked ~ label {
  color: rgba(221, 221, 221, 0) !important; }
  @media only screen and (max-width: 48em) {
    .gsurvey-rating:not(:checked) > label, .gsurvey-rating:not(:checked) > label:hover,
    .gsurvey-rating:not(:checked) > label:hover ~ label, .gsurvey-rating:not(:checked) > label,
    .gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label,
    .gsurvey-rating > input:checked ~ label {
      width: 62px;
      line-height: 55px;
      background-size: 55px 55px; } }
  @media only screen and (min-width: 48em) {
    .gsurvey-rating:not(:checked) > label, .gsurvey-rating:not(:checked) > label:hover,
    .gsurvey-rating:not(:checked) > label:hover ~ label, .gsurvey-rating:not(:checked) > label,
    .gsurvey-rating:not(:checked) > label:hover, .gsurvey-rating:not(:checked) > label:hover ~ label,
    .gsurvey-rating > input:checked ~ label {
      width: 115px;
      line-height: 100px;
      background-size: 100px 100px; } }
/* --------------------------------------------------------------------
      3. $LAYOUT
-------------------------------------------------------------------- */
/* ...........................................
    $Grid (common grid layouts)
   ...........................................
*/
.row {
  width: auto;
  max-width: 1400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 13.5px;
  padding-right: 13.5px; }
  .row::after {
    content: '';
    display: table;
    clear: both; }
  .full-black .row {
    padding: 0; }

.full-width-row {
  margin-bottom: 54px; }
  .full-width-row::after {
    content: '';
    display: table;
    clear: both; }

.funders-row {
  margin-top: 108px; }

.block-row {
  width: auto;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 81px; }
  .block-row::after {
    content: '';
    display: table;
    clear: both; }

.site-banner + .block-row {
  margin-top: 27px; }
  @media only screen and (max-width: 63em) {
    .site-banner + .block-row {
      padding: 0; } }
.block-row:first-of-type,
.block-row:first-child {
  margin-top: 0px; }
  @media only screen and (max-width: 48em) {
    .block-row:first-of-type,
    .block-row:first-child {
      margin-top: 0px;
      margin-bottom: 0px; } }
  @media only screen and (max-width: 91em) {
    .block-row:first-of-type,
    .block-row:first-child {
      padding: 0;
      margin-top: 0px; } }
.block-row:empty {
  margin: 0; }

.wrapper {
  background-color: #111; }

ul.navbar-nav > .active {
  background-color: inherit !important; }

.site-heading h2,
.site-heading p,
.site-banner a {
  color: #fff !important; }

.v-pad {
  padding-left: 27px;
  padding-right: 27px; }

.buffer {
  margin-top: 13.5px;
  margin-bottom: 13.5px; }

.h-pad,
.buffer-large {
  margin-top: 27px;
  margin-bottom: 27px; }

.vertical-align {
  display: table; }

.vertical-align-content {
  display: table-cell;
  vertical-align: middle; }

.relative {
  position: relative; }

.main-col {
  padding-top: 54px; }
  @media only screen and (min-width: 48em) {
    .main-col {
      float: left;
      clear: none;
      text-align: inherit;
      width: 58.8%;
      margin-left: 5.15%;
      margin-right: 3%;
      margin-top: 54px;
      margin-bottom: 54px; }
      .main-col::after {
        content: '';
        display: table;
        clear: both; }
      .main-col:last-child {
        margin-right: 0%; } }
  .archive-page .main-col {
    margin-top: 0;
    padding-top: 0; }
    @media only screen and (min-width: 48em) {
      .archive-page .main-col {
        float: left;
        clear: none;
        text-align: inherit;
        width: 69.1%;
        margin-left: 0%;
        margin-right: 3%; }
        .archive-page .main-col::after {
          content: '';
          display: table;
          clear: both; }
        .archive-page .main-col:last-child {
          margin-right: 0%; } }
  .advanced-layout .main-col {
    padding: 0; }

.sidebar {
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  border: 1px solid #E5E5E5;
  margin-top: 54px; }
  @media only screen and (min-width: 48em) {
    .sidebar {
      margin-top: 108px;
      float: left;
      clear: none;
      text-align: inherit;
      width: 22.75%;
      margin-left: 5.15%;
      margin-right: 3%; }
      .sidebar::after {
        content: '';
        display: table;
        clear: both; }
      .sidebar:last-child {
        margin-right: 0%; } }
  .archive-page .sidebar {
    margin-top: 0; }

@media only screen and (max-width: 30em) {
  .hidden-phones {
    display: none; } }

.cycle-2::after {
  content: '';
  display: table;
  clear: both; }

.cycle-2 li {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 27px; }
  .cycle-2 li::after {
    content: '';
    display: table;
    clear: both; }
  .cycle-2 li:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .cycle-2 li:nth-child(2n) {
    margin-right: 0%;
    float: right; }
  .cycle-2 li:nth-child(2n + 1) {
    clear: both; }
  @media only screen and (min-width: 30em) {
    .cycle-2 li {
      float: left;
      clear: none;
      text-align: inherit;
      width: 31.3333333333%;
      margin-left: 0%;
      margin-right: 3%;
      margin-bottom: 54px; }
      .cycle-2 li::after {
        content: '';
        display: table;
        clear: both; }
      .cycle-2 li:nth-child(n) {
        margin-right: 3%;
        float: left;
        clear: none; }
      .cycle-2 li:nth-child(3n) {
        margin-right: 0%;
        float: right; }
      .cycle-2 li:nth-child(3n + 1) {
        clear: both; } }
.cycle-3::after {
  content: '';
  display: table;
  clear: both; }

.cycle-3 li {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-bottom: 27px; }
  .cycle-3 li::after {
    content: '';
    display: table;
    clear: both; }
  .cycle-3 li:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .cycle-3 li:nth-child(2n) {
    margin-right: 0%;
    float: right; }
  .cycle-3 li:nth-child(2n + 1) {
    clear: both; }
  @media only screen and (min-width: 30em) {
    .cycle-3 li {
      float: left;
      clear: none;
      text-align: inherit;
      width: 22.75%;
      margin-left: 0%;
      margin-right: 3%;
      margin-bottom: 54px; }
      .cycle-3 li::after {
        content: '';
        display: table;
        clear: both; }
      .cycle-3 li:nth-child(n) {
        margin-right: 3%;
        float: left;
        clear: none; }
      .cycle-3 li:nth-child(4n) {
        margin-right: 0%;
        float: right; }
      .cycle-3 li:nth-child(4n + 1) {
        clear: both; } }
@media only screen and (max-width: 48em) {
  .twelve-cols,
  .eleven-cols,
  .ten-cols,
  .nine-cols,
  .eight-cols,
  .seven-cols,
  .six-cols,
  .five-cols,
  .four-cols,
  .three-cols,
  .one-cols {
    width: 100%;
    margin-bottom: 27px; }
    .twelve-cols::after,
    .eleven-cols::after,
    .ten-cols::after,
    .nine-cols::after,
    .eight-cols::after,
    .seven-cols::after,
    .six-cols::after,
    .five-cols::after,
    .four-cols::after,
    .three-cols::after,
    .one-cols::after {
      content: '';
      display: table;
      clear: both; } }

@media only screen and (min-width: 48em) {
  .twelve-cols {
    float: left;
    clear: none;
    text-align: inherit;
    width: 100%;
    margin-left: 0%;
    margin-right: 3%; }
    .twelve-cols::after {
      content: '';
      display: table;
      clear: both; }
    .twelve-cols:last-child {
      margin-right: 0%; }
  .eleven-cols {
    float: left;
    clear: none;
    text-align: inherit;
    width: 91.4166666667%;
    margin-left: 0%;
    margin-right: 3%; }
    .eleven-cols::after {
      content: '';
      display: table;
      clear: both; }
    .eleven-cols:last-child {
      margin-right: 0%; }
  .ten-cols {
    float: left;
    clear: none;
    text-align: inherit;
    width: 82.8333333333%;
    margin-left: 0%;
    margin-right: 3%; }
    .ten-cols::after {
      content: '';
      display: table;
      clear: both; }
    .ten-cols:last-child {
      margin-right: 0%; }
  .nine-cols {
    float: left;
    clear: none;
    text-align: inherit;
    width: 74.25%;
    margin-left: 0%;
    margin-right: 3%; }
    .nine-cols::after {
      content: '';
      display: table;
      clear: both; }
    .nine-cols:last-child {
      margin-right: 0%; }
  .eight-cols {
    float: left;
    clear: none;
    text-align: inherit;
    width: 65.6666666667%;
    margin-left: 0%;
    margin-right: 3%; }
    .eight-cols::after {
      content: '';
      display: table;
      clear: both; }
    .eight-cols:last-child {
      margin-right: 0%; }
  .seven-cols {
    float: left;
    clear: none;
    text-align: inherit;
    width: 57.0833333333%;
    margin-left: 0%;
    margin-right: 3%; }
    .seven-cols::after {
      content: '';
      display: table;
      clear: both; }
    .seven-cols:last-child {
      margin-right: 0%; }
  .six-cols {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .six-cols::after {
      content: '';
      display: table;
      clear: both; }
    .six-cols:last-child {
      margin-right: 0%; }
  .five-cols {
    float: left;
    clear: none;
    text-align: inherit;
    width: 39.9166666667%;
    margin-left: 0%;
    margin-right: 3%; }
    .five-cols::after {
      content: '';
      display: table;
      clear: both; }
    .five-cols:last-child {
      margin-right: 0%; }
  .four-cols {
    float: left;
    clear: none;
    text-align: inherit;
    width: 31.3333333333%;
    margin-left: 0%;
    margin-right: 3%; }
    .four-cols::after {
      content: '';
      display: table;
      clear: both; }
    .four-cols:last-child {
      margin-right: 0%; }
  .three-cols {
    float: left;
    clear: none;
    text-align: inherit;
    width: 22.75%;
    margin-left: 0%;
    margin-right: 3%; }
    .three-cols::after {
      content: '';
      display: table;
      clear: both; }
    .three-cols:last-child {
      margin-right: 0%; }
  .two-cols {
    float: left;
    clear: none;
    text-align: inherit;
    width: 14.1666666667%;
    margin-left: 0%;
    margin-right: 3%; }
    .two-cols::after {
      content: '';
      display: table;
      clear: both; }
    .two-cols:last-child {
      margin-right: 0%; }
  .one-cols {
    float: left;
    clear: none;
    text-align: inherit;
    width: 5.5833333333%;
    margin-left: 0%;
    margin-right: 3%; }
    .one-cols::after {
      content: '';
      display: table;
      clear: both; }
    .one-cols:last-child {
      margin-right: 0%; } }

.six-center-cols {
  display: flex;
  justify-content: center;
  align-content: center; }
  @media only screen and (min-width: 48em) {
    .six-center-cols .vertical-align {
      width: 50%; } }
.group::after {
  content: '';
  display: table;
  clear: both; }

.half-width-left {
  width: 50%;
  height: auto;
  float: left; }

.half-width-right {
  width: 50%;
  height: auto;
  float: right; }

@media only screen and (max-width: 30em) {
  .half-width-right,
  .half-width-left {
    width: 100%;
    float: none; }
  .half-width-right img {
    margin-top: 27px; } }

/* ...............
   $header
   ...............
*/
.site-banner a {
  color: #ccc; }

.site-heading {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  min-height: 70px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  float: left; }
  .csstransitions .site-heading {
    transition: all 0.6s ease-in-out; }
  @media only screen and (max-width: 30em) {
    .site-heading {
      margin-top: 6.75px; } }
  .site-heading h2 {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    font-size: 24px;
    color: #ccc;
    font-weight: 500; }
    @media only screen and (max-width: 30em) {
      .site-heading h2 {
        font-size: 18px; } }
.logo-date {
  font-size: 14px;
  margin-top: -6.75px;
  color: #ccc;
  text-align: right; }

.web-logo {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-right: 9px; }
  .csstransitions .web-logo img {
    transition: all 0.6s ease-in-out; }
  @media only screen and (max-width: 91em) {
    .web-logo img {
      max-width: 40px; } }
.site-heading:hover img {
  transform: scale(1.15); }

.topbar {
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  width: auto;
  max-width: 1400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 13.5px;
  padding-right: 13.5px; }
  .topbar::after {
    content: '';
    display: table;
    clear: both; }
  @media only screen and (min-width: 63em) {
    .topbar {
      min-height: 70px; } }
/* ...............
   $Navigation
   ...............
*/
.menu-link {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  float: right;
  color: #fff;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 14px; }
  .menu-link:before {
    content: "" !important;
    margin-right: .4em; }

.menu-link.active:before {
  content: '\2573'; }

.menu {
  position: relative;
  z-index: 1;
  color: #ccc; }
  .csstransitions .menu {
    transition: all 0.6s ease-in-out; }
  @media only screen and (min-width: 63em) {
    .menu {
      float: right;
      text-align: right; } }
.menu ul {
  position: relative;
  display: inline-block;
  *zoom: 1;
  *display: inline; }
  @media only screen and (min-width: 63em) {
    .csstransitions .menu ul li {
      transition: all 0.6s ease-in-out; } }
  .menu ul li:hover {
    background-color: #3f444a; }
  .menu ul li a {
    display: block; }

.navbar-nav > li > ul.sub-menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #878d95; }

.menu a,
.menu > li.active {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .07em;
  padding-left: 27px;
  padding-right: 27px; }

@media only screen and (min-width: 63em) {
  .navbar-nav > li > a {
    line-height: 70px; } }

@media only screen and (max-width: 63em) {
  .navbar-nav > li > a {
    line-height: 50px; } }

.submenu > li > a {
  line-height: 40px; }

.menu > ul > li {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.menu ul li a {
  display: block;
  color: #ccc;
  font-weight: 700; }

.menu ul li:hover > ul {
  display: block; }

.submenu .active,
.submenu .active:hover {
  color: #878d95;
  background-color: #3f444a; }

.menu ul ul > li:last-child {
  border-bottom: none; }

.menu ul ul > li a:hover {
  background-color: #878d95;
  color: #fff; }

@media only screen and (min-width: 63em) {
  .menu-link {
    display: none; }
  .menu a,
  .menu > li.active {
    padding-left: 13.5px;
    padding-right: 13.5px; }
  .has-submenu > a {
    cursor: default; }
  ul.navbar-nav > .active {
    background-color: #69717b; }
  ul.navbar-nav > .active.has-submenu {
    padding: 0; }
  .navbar-nav {
    text-align: center; }
  .menu li > .submenu {
    display: none;
    position: absolute;
    top: 70px;
    min-width: 260px;
    background-color: #3f444a;
    text-align: left; } }

@media only screen and (max-width: 63em) {
  .menu {
    clear: both;
    min-width: inherit;
    float: none; }
    .menu li {
      border-top: 1px solid #69717b; }
  .menu,
  .menu > ul ul {
    overflow: hidden;
    max-height: 0; }
  .menu > li > ul.sub-menu {
    padding: 0px;
    border: none; }
  .menu.active,
  .menu > ul ul.active {
    max-height: 85em; }
  .menu ul {
    display: inline; }
  .menu li,
  .menu > ul > li {
    display: block; }
  .menu li a {
    color: #000;
    display: block;
    position: relative; }
  .menu li.has-submenu > a:after {
    position: absolute;
    top: 30%;
    right: 0;
    display: block;
    font-size: 24px;
    padding-right: 0.5em; }
  .menu li.has-submenu > a.active:after {
    content: "-"; }
  .menu ul ul > li a {
    background-color: #3f444a; }
  .menu ul ul,
  .menu ul ul ul {
    display: inherit;
    position: relative;
    left: auto;
    top: auto;
    border: none; } }

.nav-next,
.nav-prev {
  display: inline-block;
  margin-top: 54px;
  margin-bottom: 54px; }

.nav-prev {
  float: left; }

.nav-next {
  float: right; }

.sub-nav li,
.sub-menu li {
  line-height: 2; }
  .sub-nav li:before,
  .sub-menu li:before {
    content: '-';
    margin-right: 6.75px; }
  .sub-nav li a,
  .sub-menu li a {
    font-weight: 400; }

.sub-nav .children li,
.sub-nav .child-menu li,
.sub-menu .children li,
.sub-menu .child-menu li {
  margin-left: 13.5px; }

.has-submenu > a:after {
  content: "" !important;
  font-size: 85%; }

/* ..........................................................
   $PAGE & POSTS (articles, article-lists feeds, static pages)
   ..........................................................
*/
.mce-content-body,
.article-body {
  margin-bottom: 27px; }
  .mce-content-body p,
  .article-body p {
    margin-bottom: 27px;
    line-height: 1.65; }
  .mce-content-body > p:first-of-type,
  .article-body > p:first-of-type {
    margin-top: 27px;
    margin-bottom: 27px;
    font-size: 24px; }
    @media only screen and (min-width: 30em) {
      .mce-content-body > p:first-of-type,
      .article-body > p:first-of-type {
        width: 90%; } }
.archive-body > p {
  margin-bottom: 27px;
  line-height: 1.65; }

.article-title {
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .article-title a {
    color: #69717b; }
  .article-title:after {
    margin-bottom: 40.5px;
    margin-top: 10px;
    width: 85px;
    height: 4px;
    background: #E5E5E5;
    content: "";
    display: block; }

.article-footer {
  margin-top: 54px;
  margin-bottom: 27px; }

.summary-article {
  overflow: hidden;
  margin-bottom: 27px; }

.archive-page {
  padding-top: 54px; }
  @media only screen and (min-width: 63em) {
    .archive-page {
      margin-top: 54px;
      margin-bottom: 54px;
      min-height: 20em; } }
.author-page .article-header {
  margin-bottom: 54px; }

.author-page header::after {
  content: '';
  display: table;
  clear: both; }

.author-posts {
  margin-top: 81px;
  margin-bottom: 54px; }
  .author-posts li {
    padding-top: 27px;
    padding-bottom: 27px;
    border-bottom: 1px solid #e5e5e5; }

/* ......................
    $Feed Pages / what's on, news page
   ...............
*/
/* --------------------------------------------------------------------

-------------------------------------------------------------------- */
.feed {
  padding-top: 54px; }
  @media only screen and (min-width: 63em) {
    .feed {
      margin-top: 54px;
      margin-bottom: 54px; } }
.feed-item {
  border-bottom: 1px solid #E5E5E5;
  padding-top: 54px;
  padding-bottom: 54px; }
  .feed-item::after {
    content: '';
    display: table;
    clear: both; }

@media only screen and (max-width: 30em) {
  .feed-media-block {
    margin-top: 27px; } }

@media only screen and (min-width: 48em) and (max-width: 63em) {
  .feed-media-block {
    float: left;
    clear: none;
    text-align: inherit;
    width: 44.2083333333%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: -55.7916666667%; }
    .feed-media-block::after {
      content: '';
      display: table;
      clear: both; }
    .feed-media-block:last-child {
      margin-right: 0%; } }

@media only screen and (min-width: 63em) {
  .feed-media-block {
    float: left;
    clear: none;
    text-align: inherit;
    width: 35.625%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: -64.375%; }
    .feed-media-block::after {
      content: '';
      display: table;
      clear: both; }
    .feed-media-block:last-child {
      margin-right: 0%; } }

.feed-media-block img {
  width: 100%; }

@media only screen and (min-width: 48em) and (max-width: 63em) {
  .feed-body {
    float: left;
    clear: none;
    text-align: inherit;
    width: 52.7916666667%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 47.2083333333%; }
    .feed-body::after {
      content: '';
      display: table;
      clear: both; }
    .feed-body:last-child {
      margin-right: 0%; } }

@media only screen and (min-width: 63em) {
  .feed-body {
    float: left;
    clear: none;
    text-align: inherit;
    width: 61.375%;
    margin-left: 0%;
    margin-right: 3%;
    position: relative;
    left: 38.625%; }
    .feed-body::after {
      content: '';
      display: table;
      clear: both; }
    .feed-body:last-child {
      margin-right: 0%; } }

.feed-body p {
  font-size: 16px;
  margin-top: 13.5px;
  margin-bottom: 13.5px; }
  .small-feed .feed-body p {
    font-size: 14px; }

.feed-header {
  font-size: 24px;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-weight: 500;
  border-bottom: 1px solid #E5E5E5;
  padding-bottom: 13.5px;
  margin-bottom: 40.5px; }

.feed-title {
  font-size: 32px;
  font-family: "adelle", "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0;
  line-height: 1.3; }
  .feed-title a {
    font-weight: 700; }
  .small-feed .feed-title {
    font-size: 24px; }
  .feed-title:after {
    margin-top: 10px;
    width: 85px;
    height: 4px;
    background: #E5E5E5;
    content: "";
    display: block;
    margin-bottom: 13.5px; }

.screening-block {
  background: #f5f5f5;
  padding: .4em;
  padding: 13.5px; }

/* .............................................
   $Film Page (includes short films)
   .............................................
*/
.awards {
  margin-top: 54px;
  margin-bottom: 27px;
  text-align: center; }

.award {
  width: 80%;
  min-height: 220px;
  background: url("../img/laurel-grey.png") no-repeat center;
  background-size: 100%;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-top: 13.5px;
  margin-bottom: 13.5px;
  position: relative; }
  .award p {
    margin: 0;
    text-align: center; }
    .award p strong {
      color: #333; }
  @media only screen and (min-width: 30em) {
    .award {
      width: 33%;
      margin-right: 6%;
      margin-left: 6%; }
      .award p {
        font-size: 70%; } }
.film-info li {
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 13.5px; }

.film-info span {
  color: #69717b; }

.meta-list {
  letter-spacing: 0.04em; }
  .meta-list li {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    border: 1px solid #E5E5E5;
    margin-bottom: 13.5px;
    line-height: 2;
    padding: 0 .5em;
    margin-right: .5em; }

.border-list li {
  border: 1px solid #E5E5E5; }

.block-meta {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  border: 1px solid #E5E5E5;
  margin-bottom: 13.5px;
  line-height: 2;
  padding: 0 .5em;
  margin-right: .5em; }

.person:after {
  content: ","; }

.person:last-child:after {
  content: ""; }

.archive li,
.programme li {
  margin-bottom: 54px; }

.screening-info {
  margin-left: -27px;
  margin-right: -27px;
  margin-bottom: 27px;
  padding-left: 27px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  line-height: 2;
  font-weight: 500;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }

.more-show-link {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-style: italic;
  line-height: 4.5;
  text-align: center;
  margin-left: 13.5px; }

.small-print {
  font-size: 13px;
  line-height: 1.4;
  background-color: #E5E5E5;
  padding: 13.5px;
  margin-top: 27px;
  margin-bottom: 27px; }
  .small-print a {
    font-weight: 700; }
  .small-print:before {
    content: "" !important;
    margin-right: 6.75px; }

/* ...................
   $Venues Page 
   ...................       
*/
.venue-list li {
  margin-bottom: 27px;
  border: 1px solid whitesmoke;
  padding: 13.5px; }
  @media only screen and (min-width: 48em) and (max-width: 63em) {
    .venue-list li {
      float: left;
      clear: none;
      text-align: inherit;
      width: 48.5%;
      margin-left: 0%;
      margin-right: 3%; }
      .venue-list li::after {
        content: '';
        display: table;
        clear: both; }
      .venue-list li:nth-child(n) {
        margin-right: 3%;
        float: left;
        clear: none; }
      .venue-list li:nth-child(2n) {
        margin-right: 0%;
        float: right; }
      .venue-list li:nth-child(2n + 1) {
        clear: both; } }
  @media only screen and (min-width: 63em) {
    .venue-list li {
      float: left;
      clear: none;
      text-align: inherit;
      width: 31.3333333333%;
      margin-left: 0%;
      margin-right: 3%; }
      .venue-list li::after {
        content: '';
        display: table;
        clear: both; }
      .venue-list li:nth-child(n) {
        margin-right: 3%;
        float: left;
        clear: none; }
      .venue-list li:nth-child(3n) {
        margin-right: 0%;
        float: right; }
      .venue-list li:nth-child(3n + 1) {
        clear: both; } }
.venue-list address {
  margin-top: 27px;
  margin-bottom: 0; }

.venue-list p {
  margin: 0; }

.venue-list a.meta, .venue-list a.meta-list, .venue-list a.programme,
.venue-list a.archive, .venue-list a.block-meta {
  color: #43464c; }

.venue-list span {
  display: block; }

.acf-map {
  margin-bottom: 27px; }
  .acf-map address {
    line-height: 1.5;
    margin-top: 13.5px;
    margin-bottom: 13.5px;
    font-weight: bold; }

.marker {
  width: 300px; }

.acf-map .gm-style-iw {
  font-family: inherit;
  font-size: 14px; }
  .acf-map .gm-style-iw address {
    min-width: 160px; }

.acf-map {
  width: 100%;
  height: 600px; }

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important; }

ul.location-list {
  margin: 13.5px 0; }
  ul.location-list li {
    list-style: none;
    padding-bottom: 6.75px;
    font-size: 14px; }
    ul.location-list li a {
      cursor: pointer; }

.directions:before {
  content: "" !important;
  margin-right: 0.4em; }

.directions,
.access,
.web {
  margin-top: 13.5px; }

.single-venue .hcard {
  font-weight: 600; }
  @media only screen and (min-width: 30em) {
    .single-venue .hcard {
      display: flex;
      justify-content: space-around;
      align-content: center;
      line-height: 2; } }
.single-venue .directions a, .single-venue .tel a, .single-venue .web a {
  border-bottom: none; }

.venue-box {
  background-color: whitesmoke;
  padding: 27px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  box-shadow: inset 0 0 1px #222; }

/* ...................
   $Team Page 
   ...................       
*/
.team-list li {
  float: left;
  clear: none;
  text-align: inherit;
  width: 48.5%;
  margin-left: 0%;
  margin-right: 3%;
  margin-top: 0px;
  margin-bottom: 27px; }
  .team-list li::after {
    content: '';
    display: table;
    clear: both; }
  .team-list li:nth-child(n) {
    margin-right: 3%;
    float: left;
    clear: none; }
  .team-list li:nth-child(2n) {
    margin-right: 0%;
    float: right; }
  .team-list li:nth-child(2n + 1) {
    clear: both; }
  @media only screen and (min-width: 48em) {
    .team-list li {
      float: left;
      clear: none;
      text-align: inherit;
      width: 31.3333333333%;
      margin-left: 0%;
      margin-right: 3%; }
      .team-list li::after {
        content: '';
        display: table;
        clear: both; }
      .team-list li:nth-child(n) {
        margin-right: 3%;
        float: left;
        clear: none; }
      .team-list li:nth-child(3n) {
        margin-right: 0%;
        float: right; }
      .team-list li:nth-child(3n + 1) {
        clear: both; } }
  @media only screen and (max-width: 30em) {
    .team-list li {
      min-height: 18em; } }
  .team-list li img {
    padding: 27px; }
  .team-list li a {
    color: #69717b;
    display: inline-block;
    *zoom: 1;
    *display: inline; }
  .team-list li h4 {
    margin-bottom: 13.5px; }

.author-page time {
  display: block;
  margin-bottom: 13.5px; }

/* ..............................      
   $Footer
   ..............................               
*/
.site-footer {
  background-color: #111;
  margin-top: 108px;
  padding-top: 27px;
  padding-bottom: 27px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }
  @media only screen and (max-width: 30em) {
    .site-footer {
      margin-top: 27px; } }
  .site-footer a {
    color: #ccc; }
    .site-footer a:hover {
      color: #69717b; }

@media only screen and (min-width: 63em) {
  .site-footer .footer-menu a, .site-footer .hcard a {
    transition: duration(0.6s); }
    .site-footer .footer-menu a:hover, .site-footer .hcard a:hover {
      color: #fff;
      background-color: #69717b; } }

.top-footer {
  width: auto;
  max-width: 1400px;
  float: none;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-left: 13.5px;
  padding-right: 13.5px;
  color: #ccc; }
  .top-footer::after {
    content: '';
    display: table;
    clear: both; }
  .top-footer h4 {
    margin-bottom: 13.5px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 700; }
    .top-footer h4:after {
      margin-bottom: 13.5px;
      margin-top: 5px;
      width: 45px;
      height: 2px;
      background: #69717b;
      content: "";
      display: block; }
  .top-footer p {
    margin-bottom: 13.5px; }
  .top-footer .social {
    text-align: left; }
  .top-footer input {
    width: 80%;
    height: 34px; }
  .top-footer input.btn-light {
    text-align: center;
    width: auto;
    font-size: 14px;
    padding: 6.75px 13.5px; }

.footer-menu nav {
  margin-bottom: 27px;
  padding-top: 6.75px;
  padding-bottom: 6.75px; }
  @media only screen and (min-width: 48em) {
    .footer-menu nav {
      float: left;
      clear: none;
      text-align: inherit;
      width: 48.5%;
      margin-left: 0%;
      margin-right: 3%; }
      .footer-menu nav::after {
        content: '';
        display: table;
        clear: both; }
      .footer-menu nav:nth-child(n) {
        margin-right: 3%;
        float: left;
        clear: none; }
      .footer-menu nav:nth-child(2n) {
        margin-right: 0%;
        float: right; }
      .footer-menu nav:nth-child(2n + 1) {
        clear: both; } }
  .footer-menu nav li {
    line-height: 2; }
    .footer-menu nav li:before {
      content: '-';
      margin-right: 6.75px; }
  .footer-menu nav a {
    font-weight: 400; }

@media only screen and (min-width: 48em) {
  .footer-menu {
    float: left;
    clear: none;
    text-align: inherit;
    width: 48.5%;
    margin-left: 0%;
    margin-right: 3%; }
    .footer-menu::after {
      content: '';
      display: table;
      clear: both; }
    .footer-menu:last-child {
      margin-right: 0%; } }

.newsletter, .contact-details {
  float: left;
  clear: none;
  text-align: inherit;
  width: 100%;
  margin-left: 0%;
  margin-right: 3%; }
  .newsletter::after, .contact-details::after {
    content: '';
    display: table;
    clear: both; }
  .newsletter:last-child, .contact-details:last-child {
    margin-right: 0%; }
  @media only screen and (max-width: 48em) {
    .newsletter, .contact-details {
      margin-bottom: 27px; } }
  @media only screen and (min-width: 30em) and (max-width: 63em) {
    .newsletter, .contact-details {
      float: left;
      clear: none;
      text-align: inherit;
      width: 48.5%;
      margin-left: 0%;
      margin-right: 3%; }
      .newsletter::after, .contact-details::after {
        content: '';
        display: table;
        clear: both; }
      .newsletter:last-child, .contact-details:last-child {
        margin-right: 0%; } }
  @media only screen and (min-width: 63em) {
    .newsletter, .contact-details {
      float: left;
      clear: none;
      text-align: inherit;
      width: 22.75%;
      margin-left: 0%;
      margin-right: 3%; }
      .newsletter::after, .contact-details::after {
        content: '';
        display: table;
        clear: both; }
      .newsletter:last-child, .contact-details:last-child {
        margin-right: 0%; } }
.last-footer {
  background-color: #3f444a; }

.contentinfo {
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  text-align: center;
  font-size: 14px;
  color: #fff; }
  .contentinfo p {
    margin-bottom: 0; }
  .contentinfo a {
    color: #fff;
    font-weight: 500; }

.strapline {
  font-style: italic;
  text-align: center;
  margin-top: 27px;
  color: #ccc;
  letter-spacing: .05em; }
  .strapline p {
    font-size: 32px; }
    @media only screen and (max-width: 30em) {
      .strapline p {
        font-size: 18px; } }
/* ...............
   $Helpers
   ...............
*/
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }


.alignleft {
  float: left;
  margin-right: 13.5px; }
  @media only screen and (max-width: 30em) {
    
    .alignleft {
      max-width: 40%; } }
  img .alignleft {
    margin-top: 27px;
    margin-bottom: 27px; }

.alignright {
  float: right;
  margin-left: 13.5px; }
  @media only screen and (max-width: 30em) {
    .alignright {
      max-width: 40%; } }
  img .alignright {
    margin-top: 27px;
    margin-bottom: 27px; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .aligncenter::after {
    content: '';
    display: table;
    clear: both; }
  img .aligncenter {
    margin-top: 27px;
    margin-bottom: 27px; }

.alignnone::after {
  content: '';
  display: table;
  clear: both; }

img .alignnone {
  margin-top: 27px;
  margin-bottom: 27px; }

.vertical {
  width: 100%;
  position: absolute;
  transform-style: preserve-3d;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  padding: 8% 15%; }

.leader {
  padding-top: 27px; }

.trailer {
  margin-bottom: 27px; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon, .gfield.half-width, .gpnf-add-entry, .gfield_label, .ginput_complex span label, .gform_drop_instructions, .gform_button.button, .social a, .box-btn, .top-footer input.btn-light {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

/* ...............
   $SHAME IE Hacks, Plugin Overrides and Fixes
   ...............
*/
@media \0screen {
  img {
    width: auto; } }

/* Prevent image height distortion in IE8. */
@media only screen and (max-width: 30em) {
  .gmap {
    height: 20em !important; } }

.gmap_controls,
.gmap {
  margin-bottom: 27px; }

.gm-style-iw span.p-street-address {
  display: block; }

.dropdown.controls {
  font-size: 18px; }

/* ...............
   $Print Styles
   ...............
*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important; }
  a,
  a:visited {
    text-decoration: underline;
    color: #444 !important; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group;
    /* h5bp.com/t */ }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3,
  .gform_confirmation_message_2,
  .venue-title {
    orphans: 3;
    widows: 3; }
  h2,
  h3,
  .gform_confirmation_message_2,
  .venue-title {
    page-break-after: avoid; }
  header[role=banner],
  nav,
  .gallery-container,
  .post-nav,
  .feature-image,
  .nav-toggle,
  .site-footer,
  .bottom-footer,
  .fit-video,
  .content-info {
    display: none; }
  .main {
    width: 100%; } }

/* ...............
   $BXSLider What's On Carousel
   ...............
*/
.whats-on::after {
  content: '';
  display: table;
  clear: both; }

.whats-on li:last-child {
  margin-right: 0 !important; }

.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  touch-action: pan-y; }

.bx-viewport {
  -webkit-transform: translatez(0); }

.bx-pager,
.bx-controls-auto {
  width: 100%; }

.bx-loading {
  min-height: 50px;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }
  .bx-loading:before {
    content: "" !important;
    color: #69717b;
    font-size: 101px; }

.bx-pager {
  text-align: center; }
  .bx-pager a {
    background-color: #E5E5E5;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px; }

.bx-pager-link.active {
  background-color: #555; }

.bx-pager-item, .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }

.bx-pager-item {
  font-size: 0;
  line-height: 0; }

.bx-prev, .bx-next {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  color: #fff;
  font-size: 0; }

@media only screen and (max-width: 30em) {
  .bx-controls-direction {
    display: none; } }

.bx-prev:before, .bx-next:before {
  color: #69717b;
  font-size: 15px; }

.bx-prev {
  right: 30px; }
  .bx-prev:before {
    content: "" !important; }

a.bx-prev:hover,
a.bx-prev:focus {
  color: red; }

.bx-next {
  right: 0px; }
  .bx-next:before {
    content: "" !important; }

.bx-controls-direction a {
  position: absolute;
  top: -27px;
  outline: 0;
  z-index: 999; }

.bx-controls-direction a.disabled {
  display: none; }

/* AUTO CONTROLS (START / STOP) */
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
/* ...............
    $Search & Filter Pro
   ...............
*/
/* Chosen v1.1.0 | (c) 2011-2013 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */
.searchandfilter ul li.sf-field-search {
  color: #69717b; }
  @media only screen and (min-width: 30em) {
    .searchandfilter ul li.sf-field-search {
      width: auto; } }
  @media only screen and (max-width: 30em) {
    .searchandfilter ul li.sf-field-search {
      width: 90%; } }
.searchandfilter .sf-field-reset {
  display: none; }

.searchandfilter {
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }
  .searchandfilter option {
    padding-right: 13.5px; }
  .searchandfilter ul li {
    border: 1px solid #E5E5E5;
    display: inline-block;
    *zoom: 1;
    *display: inline;
    margin-right: 13.5px;
    margin-top: 13.5px;
    margin-bottom: 13.5px; }
    @media only screen and (max-width: 30em) {
      .searchandfilter ul li {
        width: 90%; } }
    .searchandfilter ul li select {
      width: 100%; }
  .searchandfilter .sf-field-reset {
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    display: block; }

.sf-field-taxonomy-festival-year select {
  min-width: 200px; }

.searchandfilter ul li.sf-field-search {
  margin-top: 13.5px;
  padding-left: 13.5px;
  border: 1px solid #E5E5E5;
  background: whitesmoke;
  min-width: 225px; }
  @media only screen and (min-width: 48em) {
    .searchandfilter ul li.sf-field-search {
      min-width: 280px; }
      .small-feed .searchandfilter ul li.sf-field-search {
        width: 65%; } }
  .searchandfilter ul li.sf-field-search input {
    background: whitesmoke;
    vertical-align: middle;
    width: 90%;
    padding-left: 6.75px;
    border: none;
    height: 38px; }
  .searchandfilter ul li.sf-field-search:before {
    content: "" !important; }

/* ...............
   $Search
   ...............
*/
.search-filter-reset {
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }

.sb-search {
  position: absolute;
  top: 0;
  right: 0;
  width: 0%;
  min-width: 54px;
  height: 70px;
  overflow: hidden;
  transition: width 1s;
  -webkit-backface-visibility: hidden;
  z-index: 1000; }
  @media only screen and (max-width: 63em) {
    .sb-search {
      display: none; } }
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  height: 70px !important;
  margin: 0;
  z-index: 10;
  padding: 20px 65px 20px 20px;
  font-family: inherit;
  font-size: 24px;
  border-radius: 0; }
  @media only screen and (min-width: 48em) {
    .sb-search-input {
      width: 460px;
      max-width: 460px; } }
  .sb-search-input:focus {
    box-shadow: inset 0 1px 1px #E5E5E5;
    border-color: #E5E5E5; }

.sb-search-input::-webkit-input-placeholder {
  color: #69717b; }

.sb-search-input:-moz-placeholder {
  color: #69717b; }

.sb-search-input::-moz-placeholder {
  color: #69717b; }

.sb-search-input:-ms-input-placeholder {
  color: #69717b; }

.sb-icon-search,
.sb-search-submit {
  width: 70px;
  height: 70px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 70px;
  text-align: center;
  cursor: pointer; }

.sb-search-submit {
  background: #fff;
  /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 8 */
  filter: alpha(opacity=0);
  /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1; }

.sb-icon-search {
  color: #fff;
  background: #111;
  z-index: 90;
  font-size: 24px; }
  .sb-icon-search:before {
    content: "" !important;
    margin-right: -10px; }

.no-js .sb-search {
  display: none; }

.sb-search.sb-search-open {
  width: 100%; }

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
  background: #69717b;
  color: #fff;
  z-index: 11; }

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
  z-index: 90; }

/* ...............
    $Royal Slider
   ...............
*/
.gallery {
  margin-bottom: 81px; }

.article .gallery {
  margin-top: 27px;
  margin-bottom: 54px; }

.article-header + .gallery {
  margin-top: 0; }

.rsDefault .rsBullets {
  line-height: inherit; }

.royalSlider .rsGCaption {
  font-size: 18px;
  padding: 0 .5em; }

.royalSlider .rsGCaption {
  background: none;
  padding: 0;
  bottom: 8px;
  border-radius: 0;
  left: 0; }

.rsCaption:empty {
  background: none; }

.royalSlider .rsCaption p {
  background-color: white;
  color: #3f444a;
  font-size: 16px;
  padding: 6.75px;
  bottom: 8px;
  border-radius: 0;
  left: 0;
  font-weight: 600; }

.rsUni .rsBullets {
  padding-top: 13.5px; }

.rsUni .rsBullet.rsNavSelected span {
  background-color: #555; }

.rsUni .rsBullet {
  margin-right: 5px; }

.rsUni .rsArrowIcn {
  opacity: 1; }

.wp-caption {
  position: relative;
  margin-top: 27px;
  margin-bottom: 27px; }

.article-body .wp-caption-text {
  position: absolute;
  float: none;
  bottom: 6px;
  left: 6px;
  text-align: left;
  background: #222;
  color: #FFF;
  margin: 0;
  width: auto;
  font-size: 18px;
  padding: 0 .5em;
  border-radius: 2px; }

.bg {
  background-color: #000; }

@media only screen and (max-width: 30em) {
  .new-royalslider-6 .rsOverflow,
  .new-royalslider-6 .royalSlider {
    height: 340px !important; } }

.new-royalslider-6 .rsGCaption {
  margin-left: 13.5px;
  margin-right: 13.5px;
  margin-bottom: 13.5px;
  text-align: left;
  background: rgba(42, 45, 48, 0.7);
  color: #f5f5f5;
  border-radius: 0;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 1.3;
  padding: 13.5px;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif; }
  .new-royalslider-6 .rsGCaption .meta, .new-royalslider-6 .rsGCaption .meta-list, .new-royalslider-6 .rsGCaption .programme,
  .new-royalslider-6 .rsGCaption .archive, .new-royalslider-6 .rsGCaption .block-meta {
    color: #fff; }

.new-royalslider-6 .hero-block-title {
  font-weight: 700;
  margin-top: 0;
  text-transform: none; }
  @media only screen and (max-width: 30em) {
    .new-royalslider-6 .hero-block-title {
      font-size: 18px; } }
  @media only screen and (min-width: 30em) and (max-width: 48em) {
    .new-royalslider-6 .hero-block-title {
      font-size: 24px; } }
  @media only screen and (min-width: 48em) {
    .new-royalslider-6 .hero-block-title {
      font-size: 43px; } }
@media only screen and (min-width: 48em) {
  .new-royalslider-6 .rsGCaption {
    left: 27px;
    max-width: 640px; } }

.new-royalslider-6 .rsBullet span {
  background: #E5E5E5;
  width: 10px;
  height: 10px;
  border-radius: 5px; }

.advanced-gallery {
  margin-top: 27px; }
  .advanced-gallery .rsUni,
  .advanced-gallery .rsUni .rsOverflow {
    background-color: #fff; }
  .advanced-gallery .royalSlider {
    max-height: 440px; }
  .advanced-gallery .rsSlide {
    border-style: solid;
    border-color: white;
    border-width: 30px 0 30px 0; }
  .advanced-gallery .rsActiveSlide {
    border: none; }

/* ...............
   $Gravity Forms
   ...............
*/
form input[type="number"],
form input[type="tel"],
form input[type="text"],
form input[type="email"],
form textarea,
form input[type="password"] {
  padding: 6.75px;
  height: auto; }

form .full-width {
  max-width: none; }

form input[type="submit"] {
  letter-spacing: 0.04em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  padding: 6.75px;
  background-color: #3f444a;
  position: relative;
  font-size: 14px;
  margin-top: 13.5px;
  margin-bottom: 13.5px; }
  .csstransitions form input[type="submit"] {
    transition: all 0.6s ease-in-out; }
  form input[type="submit"] a {
    color: #fff;
    border-bottom: none; }
  form input[type="submit"]:hover {
    background-color: #69717b;
    color: #fff; }
  .green form input[type="submit"] {
    background-color: #178784; }

.centered-form {
  margin: 0 auto;
  max-width: 807px; }

.ginput_container_fileupload {
  margin-top: 13.5px;
  margin-bottom: 13.5px; }
  .ginput_container_fileupload span {
    font-style: italic; }

#field_10_63 input {
  display: flex; }

.gform_button.button {
  margin-top: 13.5px;
  padding: 6.75px 13.5px;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 4px;
  font-weight: 700;
  background-color: #69717b;
  color: #fff; }

.gform_drop_instructions {
  padding: 54px;
  background-color: #f5f5f5;
  text-align: center;
  margin: 27px; }

.ginput_container_fileupload {
  font-size: 14px; }

input[type="file"] {
  padding: 27px; }

.ginput_complex select {
  background-color: #fff; }

.ginput_container_fileupload,
input[type="button"] {
  border: 1px solid #E5E5E5;
  margin-top: 13.5px;
  margin-bottom: 13.5px; }

.gform_save_link {
  margin-left: 27px; }

.ginput_container_fileupload span {
  margin-top: 13.5px; }

.gpnf-nested-entries {
  border-left: 1px solid #E5E5E5;
  border-right: 1px solid #E5E5E5; }
  .gpnf-nested-entries th {
    font-weight: normal;
    background-color: #f5f5f5; }

.ginput_container_select select {
  border: 1px solid #E5E5E5; }

@media only screen and (min-width: 30em) {
  .gfield_checkbox {
    display: flex;
    flex-wrap: wrap; } }

@media only screen and (min-width: 63em) {
  .gfield_checkbox li {
    width: 33.333333%; } }

a.map-it-link {
  display: none; }

.gpnf-row-actions li a {
  margin-left: 13.5px;
  font-size: 14px;
  display: block;
  border: none; }

.gpnf-nested-entries {
  font-size: 14px; }

.gpnf-nested-form .address_country select {
  border: 1px solid #E5E5E5;
  background-color: #fff; }

.ginput_complex {
  width: 100%;
  padding: 27px;
  background-color: #f5f5f5; }
  @media only screen and (min-width: 30em) {
    .ginput_complex {
      flex-wrap: wrap;
      display: flex; } }
  .gpnf-nested-form .ginput_complex {
    padding: 0; }
  .ginput_complex span {
    margin-bottom: 20.25px; }
    @media only screen and (min-width: 30em) {
      .ginput_complex span {
        width: 50%;
        padding-right: 27px; } }
    .ginput_complex span label {
      padding-bottom: 6.75px;
      font-size: 14px;
      text-transform: uppercase; }
  .ginput_complex .name_last {
    padding: 0; }
  .ginput_complex .name_last,
  .ginput_complex .name_first {
    margin-top: 0px;
    margin-bottom: 0px; }

.contact-form {
  margin-top: 54px; }
  .contact-form input[type=submit] {
    width: 40%; }
    @media only screen and (max-width: 30em) {
      .contact-form input[type=submit] {
        width: 100%; } }
.volunteer-form,
.form {
  margin-top: 54px; }
  .volunteer-form input[type=submit],
  .form input[type=submit] {
    width: 50%; }

.gform_wrapper ul.gfield_radio li input[type=radio] {
  width: auto;
  webkit-appearance: auto; }

.validation_error,
.validation_message {
  color: #bf1e24; }

.gform_validation_container,
.gform_wrapper .gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper .gform_body ul.gform_fields li.gfield.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px; }

.gfield {
  margin: 0 auto 40.5px auto; }

.gfield_label {
  font-weight: 700;
  padding-bottom: 6.75px; }

.gform_confirmation_message_2 {
  color: #fff; }

h2.gsection_title {
  text-transform: uppercase;
  color: #444;
  border-top: 1px solid #69717b;
  padding-top: 40.5px;
  padding-bottom: 13.5px;
  margin-top: 81px;
  font-size: 18px; }

select#input_10_7_6 {
  background-color: #fff; }

.gform_wrapper li,
.gform_wrapper form li {
  list-style: none; }

.gform_footer {
  margin: 0 auto;
  max-width: 807px; }

.gfield_description {
  font-size: 14px;
  margin-bottom: 13.5px; }

.gfield_required {
  color: #bf1e24;
  margin-left: 4px; }

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  position: relative; }

.gform_wrapper .gfield_checkbox li label,
.gform_wrapper .gfield_radio li label {
  display: block;
  margin-left: 1.5em;
  width: auto; }

.gform_wrapper .gfield_checkbox li input[type=checkbox],
.gform_wrapper .gfield_radio li input[type=radio],
.gform_wrapper .gfield_checkbox li input {
  float: left;
  margin-top: 6px;
  width: auto; }

.article-body form ul,
.article-body form ul ul {
  margin-left: 0; }

select.dropdown.controls {
  max-width: 100%; }

ul.gform_fields {
  list-style: none;
  margin-left: 0; }

.gpnf-nested-entries th {
  width: auto; }

.gpnf-add-entry {
  letter-spacing: 0.04em;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  border: none;
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-weight: 700;
  font-family: "brandon-grotesque", Helvetica, Arial, sans-serif;
  padding: 6.75px;
  background-color: #3f444a;
  position: relative;
  float: right;
  padding: 6.75px;
  font-weight: 700;
  font-size: 14px; }
  .csstransitions .gpnf-add-entry {
    transition: all 0.6s ease-in-out; }
  .gpnf-add-entry a {
    color: #fff;
    border-bottom: none; }
  .gpnf-add-entry:hover {
    background-color: #69717b;
    color: #fff; }
  .gpnf-add-entry:before {
    content: '+'; }

@media only screen and (min-width: 30em) {
  .gfield.half-width {
    width: 48%;
    margin-right: 4%; } }

.gfield.half-width.no-margin {
  margin-right: 0; }

.gform_confirmation_wrapper {
  min-width: 807px;
  text-align: center;
  font-size: 24px;
  padding: 27px; }

.green .gpnf-add-entry,
.green .gform_button.button {
  background-color: #178784; }

.gform_wrapper div.gform_card_icon {
  margin-right: 4px;
  text-indent: -9000px;
  background-image: url(https://belfastfilmfestival.org/assets/plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  float: left; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_mastercard {
  background-position: -36px 0; }

.gform_wrapper .gform_card_icon_container.gform_card_icon_style1 div.gform_card_icon.gform_card_icon_visa {
  background-position: 0 0; }

.gform_wrapper .gform_card_icon_container {
  margin: 8px 0 6px;
  height: 32px; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right span.ginput_card_security_code_icon {
  width: 32px;
  height: 23px;
  background-image: url(https://belfastfilmfestival.org/assets/plugins/gravityforms/images/gf-creditcard-icons.png);
  background-repeat: no-repeat;
  background-position: 0 -128px;
  position: relative;
  top: -1px;
  left: 6px; }

.gform_wrapper .ginput_complex .ginput_cardinfo_right input.ginput_card_security_code {
  max-width: 50% !important; }

.ginput_container_creditcard select {
  background-color: #fff;
  border: 1px solid #E5E5E5; }

.ginput_container_creditcard span {
  width: 100%; }

.ginput_container_creditcard .ginput_cardinfo_right,
.ginput_container_creditcard .ginput_cardinfo_left {
  display: block; }

.gfield_creditcard_warning_message {
  color: #bf1e24;
  margin-top: 27px;
  margin-bottom: 27px; }
/*# sourceMappingURL=main.css.map */