article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
  font-style: inherit;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Horizontal nav */
body {
  font-size: 1em;
  line-height: 1.5em;
}
hr {
  height: 1px;
  padding: 0;
  margin: 0;
  margin-top: 24px;
  margin-bottom: 22px;
}
p {
  margin-top: 0;
  margin-bottom: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}
body,
select,
input,
button,
textarea {
  font-family: Helmet, Freesans, sans-serif;
}
code,
pre {
  font-family: Monaco, Andale Mono, Courier New, monospace;
}
:root .alert-message,
:root .btn {
  border-radius: 0 \0;
}
button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Horizontal nav */
/* Nested nav */
/* Forms.less
 * Base styles for various input types, form layouts, and states
 * ------------------------------------------------------------- */
form {
  margin-bottom: 1.5em;
}
fieldset {
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}
fieldset legend {
  display: block;
  padding-left: 150px;
  font-size: 1.5em;
  line-height: 1;
  color: #333333;
  *padding: 0 0 5px 145px;
  /* IE6-7 */
  *line-height: 1.5;
  /* IE6-7 */
}
form .clearfix {
  margin-bottom: 1.5em;
  zoom: 1;
}
form .clearfix:before,
form .clearfix:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
form .clearfix:after {
  clear: both;
}
label {
  padding-top: 6px;
  float: left;
  width: 130px;
  text-align: right;
  color: #333333;
}
label .required {
  color: red;
  text-decoration: none;
  font-weight: bold;
  border-bottom: none;
}
form .input {
  margin-left: 150px;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 1.5em;
  padding: 4px;
  border: 1px solid #ccc;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
/* mini reset for non-html5 file types */
input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */
  line-height: normal;
  border: none;
}
input[type=file] {
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
}
select,
input[type=file] {
  height: 2.25em;
  line-height: 2.25em;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  padding: 0;
}
select[multiple] {
  height: inherit;
}
textarea {
  height: auto;
}
input,
textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus,
input[type=checkbox]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}
form div.clearfix.error {
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form div.clearfix.error > label,
form div.clearfix.error span.help-inline,
form div.clearfix.error span.help-block {
  color: #F00;
}
form div.clearfix.error input,
form div.clearfix.error textarea {
  border-color: #ef8f8f;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
form div.clearfix.error input:focus,
form div.clearfix.error textarea:focus {
  border-color: #e96363;
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
form div.clearfix.error .input-prepend span.add-on,
form div.clearfix.error .input-append span.add-on {
  background: #ffffff;
  border-color: #ef8f8f;
  color: #e96363;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
  width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
  width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
  width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
  width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 530px;
}
textarea.xxlarge {
  overflow-y: auto;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.actions {
  background: #f5f5f5;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0.5em 20px 1.5em 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover {
  text-decoration: underline;
}
.help-inline,
.help-block {
  font-size: -1em;
  line-height: 1.5em;
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */
  *top: -5px;
  /* IE6-7 */
}
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs span,
.inline-inputs input {
  display: inline-block;
}
.inline-inputs input.mini {
  width: 60px;
}
.inline-inputs input.small {
  width: 90px;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input,
.input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on,
.input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #FFF;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */
}
.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px;
}
.inputs-list {
  margin: 0 0 5px;
  padding-left: 0;
  margin-left: 0;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 1.5em;
  text-align: left;
  white-space: normal;
}
.inputs-list label small {
  font-size: -1em;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox],
.inputs-list input.radio,
.inputs-list input.checkbox {
  margin-bottom: 0;
}
.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 0.75em;
}
.form-stacked legend {
  padding-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 0.75em;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}
body {
  background: #FFF;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #080808;
}
a {
  color: #e70095;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:visited {
  color: #e70095;
}
a:active {
  color: #e70095;
}
a:hover {
  color: #ff1bae;
}
mark {
  background-color: #ffef95;
  font-weight: normal;
  font-style: normal;
  padding: 2px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  border: 1px solid #dddddd;
}
table caption {
  text-align: left;
}
table th,
table td {
  padding: 0.5em;
  text-align: left;
  border: 1px solid #dddddd;
}
table th {
  padding-top: 0.5em;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}
table td {
  vertical-align: top;
}
video {
  background: #000;
}
/* @group Tooltip */
/* @end */
.alpha-black {
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
}
/*  ========================================================================== */
/*  @group Animations */
/*  ========================================================================== */
.animation-ease-in-out-all {
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.animation-ease-in-out-background-color {
  -webkit-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.animation-ease-in-out-opacity {
  -webkit-transition: opacity 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: opacity 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: opacity 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: opacity 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.animation-ease-in-out-height {
  -webkit-transition: height 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: height 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: height 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: height 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: height 500ms cubic-bezier(0.42, 0, 0.58, 1);
}
@-webkit-keyframes sonar {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
  }
  30% {
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.6, 0.6);
  }
}
@-moz-keyframes sonar {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.6, 0.6);
  }
}
/*  ========================================================================== */
/*  @group Common */
/*  ========================================================================== */
html {
  -webkit-font-smoothing: antialiased;
  background-color: #323232;
}
#skip-links {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mobile {
  display: none;
}
.tablet {
  display: none;
}
.desktop {
  display: block;
}
body {
  background: #ffffff;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p.prefix,
p.suffix,
legend {
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 700;
  text-transform: none;
}
.type-page #primary-content h1 {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 3px 0;
  margin: 0 0 15px 0;
}
select,
input[type="file"] {
  height: 1.6em;
  line-height: 1em;
}
input,
textarea,
select,
.uneditable-input {
  width: auto;
}
a h1,
a h2,
a h3,
a h4,
a h5 {
  color: #e70095;
}
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5 {
  color: #ff1bae;
}
.well {
  background-color: #f3f3f3;
  padding: 1em;
  margin-bottom: 1em;
}
.inline-button {
  cursor: pointer;
  font-size: 16px;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 900;
  display: inline-block;
  background: #e70095;
  padding: 4px 9px;
  vertical-align: bottom;
  text-transform: none;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #ce0085;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.inline-button:visited {
  color: #ffffff;
}
.inline-button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff1bae;
}
.inline-button:focus {
  outline: 1px dotted #666;
}
.inline-button.disabled {
  cursor: default;
  background-image: none;
}
.inline-button[disabled] {
  cursor: default;
  background-image: none;
}
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.area-production-details .suffix,
.area-production-details .prefix,
.unit-production-entry .prefix,
.unit-production-entry .suffix {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 700;
  margin: 0;
  color: #5f5f5f;
}
.area-production-details .suffix .hsbc,
.area-production-details .prefix .hsbc,
.unit-production-entry .prefix .hsbc,
.unit-production-entry .suffix .hsbc {
  background-image: url(http://cheltenhamfestivals-assets.s3.amazonaws.com/assets/Image/hsbc-prefix.jpg);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 74px;
  width: 82px;
  height: 13px;
  text-indent: -99999px;
  overflow: hidden;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .primary-type-whats-on-page .area-production-grid .area-production-details .suffix .hsbc,
  .primary-type-whats-on-page .area-production-grid .area-production-details .prefix .hsbc,
  .primary-type-whats-on-page .area-production-grid .unit-production-entry .prefix .hsbc,
  .primary-type-whats-on-page .area-production-grid .unit-production-entry .suffix .hsbc {
    background-size: 58px;
  }
}
.primary-type-whats-on-page .area-production-list .area-production-details .suffix .hsbc,
.primary-type-whats-on-page .area-production-list .area-production-details .prefix .hsbc,
.primary-type-whats-on-page .area-production-list .unit-production-entry .prefix .hsbc,
.primary-type-whats-on-page .area-production-list .unit-production-entry .suffix .hsbc {
  background-size: 58px;
}
.area-production-details h1,
.unit-production-entry h2 {
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 700;
}
.unit-production-entry .meta {
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin-bottom: 1em;
  padding: 0.25em 0;
}
.unit-production-entry .meta p {
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.2em;
  text-transform: none;
  margin: 0;
}
.unit-production-entry .meta p b,
.unit-production-entry .meta p.venue {
  font-weight: 900;
}
.unit-production-entry .meta p span {
  font-weight: bold;
}
.typographic-logo .caps {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 700;
  text-transform: lowercase;
  font-size: 42px;
}
.typographic-logo acronym {
  border-bottom: none;
}
#primary-content .content-inner table {
  margin: 0 0 1.5em 0;
}
blockquote {
  font-family: ff-din-web, "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 600;
  background: url(../images/bg-blockquote.png) no-repeat 0 15px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  margin: 0 0 1.5em 0;
  padding: 1em 1em 1em 3.5em;
  text-transform: none;
}
blockquote p {
  font-size: 28px;
  line-height: 1.2em;
  margin-bottom: 1em;
}
blockquote footer {
  margin-top: -1em;
  text-align: right;
  font-size: 20px;
}
blockquote footer:before {
  content: "\2014";
}
.donate-online {
  cursor: pointer;
  font-size: 16px;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 900;
  display: inline-block;
  background: #e70095;
  padding: 4px 9px;
  vertical-align: bottom;
  text-transform: none;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #ce0085;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.donate-online:visited {
  color: #ffffff;
}
.donate-online:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff1bae;
}
.donate-online:focus {
  outline: 1px dotted #666;
}
.donate-online.disabled {
  cursor: default;
  background-image: none;
}
.donate-online[disabled] {
  cursor: default;
  background-image: none;
}
.print-only {
  display: none;
}
/**
	* Fluid Image and Video Handling
	*/
.media img,
.media-image img,
.media-placeholder img {
  width: 100%;
  height: auto;
}
.media-video .media iframe,
.media-video .media object,
.media-video .media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-video .media,
.main-production-video-container.media-video .media {
  position: relative;
  padding-bottom: 56%;
  padding-top: 5px;
  height: 0;
  overflow: hidden;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.content-inner img {
  max-width: 100%;
}
/*  ========================================================================== */
/*  @group Forms */
/*  ========================================================================== */
.inline-form .field {
  zoom: 1;
  width: auto;
  margin-bottom: 0.75em;
}
.inline-form .field:before,
.inline-form .field:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.inline-form .field:after {
  clear: both;
}
.inline-form form .Actions {
  zoom: 1;
  width: auto;
  clear: both;
}
.inline-form form .Actions:before,
.inline-form form .Actions:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.inline-form form .Actions:after {
  clear: both;
}
.inline-form form fieldset {
  margin: 0;
  padding: 0;
}
.inline-form form fieldset label,
.inline-form label {
  font-size: 14px;
  text-align: left;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 600;
  width: 140px;
  margin-right: 5%;
  width: 25%;
}
.inline-form form select {
  margin-top: 6px;
}
.inline-form form fieldset .middleColumn {
  position: relative;
  float: left;
  width: 70%;
}
.inline-form form fieldset .middleColumn .text {
  width: 98%;
}
.inline-form form fieldset .middleColumn textarea {
  width: 98%;
}
.inline-form form .action {
  cursor: pointer;
  font-size: 16px;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 900;
  display: inline-block;
  background: #e70095;
  padding: 4px 9px;
  vertical-align: bottom;
  text-transform: none;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #ce0085;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
.inline-form form .action:visited {
  color: #ffffff;
}
.inline-form form .action:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff1bae;
}
.inline-form form .action:focus {
  outline: 1px dotted #666;
}
.inline-form form .action.disabled {
  cursor: default;
  background-image: none;
}
.inline-form form .action[disabled] {
  cursor: default;
  background-image: none;
}
.inline-form form .message {
  color: #e70095;
  margin-left: 30%;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 600;
  font-size: 12px;
}
.inline-form form .holder-required {
  border-color: #e70095;
}
.inline-form form .optionset ul,
.inline-form form .checkboxset ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inline-form form .optionset ul li,
.inline-form form .checkboxset ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inline-form form .optionset ul li,
.inline-form form .checkboxset ul li {
  clear: left;
}
.inline-form form .optionset ul li label,
.inline-form form .checkboxset ul li label {
  margin-right: 2%;
  padding-top: 0;
}
/*  ========================================================================== */
/*  @group Themes */
/*  ========================================================================== */
#container {
  background-image: url(../images/bg-container-festival.png);
  background-repeat: no-repeat;
  background-position: 50% bottom;
  background-color: #338ecd;
  padding: 0 0 20px 0;
}
/* @group Jazz */
.festival-jazz #header .logo {
  background-image: url(../images/logo-festivals-jazz.png);
}
.svg .festival-jazz #header .logo {
  background-image: url(../images/logo-festivals-jazz.svg);
}
.festival-jazz {
  background-color: #cddfcf;
  background-image: url(../images/bg-texture-jazz-2019.jpg);
  background-repeat: repeat;
}
.festival-jazz.action-list .change-view a.list-view,
.festival-jazz.action-day-planner .change-view a.calendar-view {
  background-color: #981e91;
}
.festival-jazz #container {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
.festival-jazz a {
  color: #981e91;
}
.festival-jazz.primary-type-whats-on-page .section-header h1 .festival-type {
  color: #d943d0;
}
.festival-jazz a.book-button,
.festival-jazz a.inline-button,
.festival-jazz #touch-tools-inner a {
  color: #fff;
  background-color: #c227b9;
  border: 1px solid #ad23a5;
}
.festival-jazz a.book-button:hover,
.festival-jazz a.inline-button:hover,
.festival-jazz #touch-tools-inner a:hover {
  background-color: #d52ecb;
}
.festival-jazz .unit-production-entry a h2,
.festival-jazz .unit-production-entry a:visited h2,
.festival-jazz .unit-production-entry a h3,
.festival-jazz .unit-production-entry a:visited h3 {
  color: #981e91;
}
.festival-jazz .unit-production-entry a h2:hover,
.festival-jazz .unit-production-entry a:visited h2:hover,
.festival-jazz .unit-production-entry a h3:hover,
.festival-jazz .unit-production-entry a:visited h3:hover {
  color: #c227b9;
}
.festival-jazz #primary-navigation .area-primary-navigation a {
  color: #981e91;
}
.festival-jazz #primary-navigation .area-primary-navigation a:hover,
.festival-jazz #primary-navigation .area-primary-navigation a.section,
.festival-jazz #primary-navigation .area-primary-navigation a.current {
  color: #c227b9;
  border-bottom-color: #981e91;
}
.festival-jazz .unit-nested-menu a:hover,
.festival-jazz .area-filters-type a:hover,
.festival-jazz .area-filters-category a:hover {
  background-color: #c227b9;
}
.festival-jazz .unit-nested-menu a.current,
.festival-jazz .area-filters-type a.current,
.festival-jazz .area-filters-category a.current {
  background-color: #981e91;
}
.festival-jazz .area-homepage-intro {
  background-color: #333;
  border: 1px solid #333;
}
.festival-jazz .area-homepage-intro .body {
  padding: 10px 20px;
}
.festival-jazz .area-homepage-intro .media {
  display: none;
}
.festival-jazz .area-audio-player h2,
.festival-jazz .area-image-gallery h2,
.festival-jazz .area-video-gallery h2,
.festival-jazz .area-media-gallery h2,
.festival-jazz .area-attachments-list h2,
.festival-jazz .area-related-page-list h2,
.festival-jazz #secondary-content .area-news-list h2,
.festival-jazz .inline-form form h2,
.festival-jazz .related-productions h2 {
  background-color: #981e91;
}
.js .festival-jazz .tab-headers a,
.js .festival-jazz .collapsible-tab-header a,
.festival-jazz .artist-twitter-account a {
  background-color: #981e91;
}
.js .festival-jazz .tab-headers a:hover,
.js .festival-jazz .collapsible-tab-header a:hover,
.festival-jazz .artist-twitter-account a:hover {
  background-color: #c227b9;
}
.js .festival-jazz .tab-headers .active a,
.js .selected a,
.js .festival-jazz .tab-headers .active a:hover,
.js .selected a:hover {
  color: #981e91;
  background-color: #fff;
}
.festival-jazz .venue-events .has-event .performance,
.festival-jazz .area-news-list footer a,
.festival-jazz .area-homepage-news-list footer a,
.festival-jazz .flex-direction-nav li a,
.festival-jazz .area-download-brochure a,
.festival-jazz .link-all-events {
  color: #fff;
  background-color: #981e91;
}
.festival-jazz .venue-events .has-event .performance:hover,
.festival-jazz .area-news-list footer a:hover,
.festival-jazz .area-homepage-news-list footer a:hover,
.festival-jazz .flex-direction-nav li a:hover,
.festival-jazz .area-download-brochure a:hover,
.festival-jazz .link-all-events:hover {
  background-color: #c227b9;
}
.festival-jazz .area-ticker-alert,
.festival-jazz .area-news-list .section-header,
.festival-jazz .area-homepage-news-list .section-header {
  background-color: #981e91;
}
.festival-jazz .area-audio-player div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  background-color: #981e91;
  border-color: #981e91;
}
.festival-jazz .area-audio-player div.jp-playlist,
.festival-jazz .area-audio-player div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  border-color: #981e91;
}
.festival-jazz .area-child-page-list .unit-block h2 {
  color: #981e91;
}
.festival-jazz .area-child-page-list .unit-block:hover h2 {
  color: #c227b9;
}
.festival-jazz .area-attachments-list ul li a,
.festival-jazz .area-related-page-list ul li a,
.festival-jazz .area-audio-player,
.festival-jazz .area-image-gallery,
.festival-jazz .area-video-gallery,
.festival-jazz .area-media-gallery,
.festival-jazz .area-attachments-list,
.festival-jazz .area-related-page-list,
.festival-jazz .related-productions,
.festival-jazz #secondary-content .area-news-list,
.festival-jazz .inline-form form,
.festival-jazz .related-productions.area-production-list .unit-production-entry {
  border-bottom-color: #981e91;
}
.js .type-festival-home-page.festival-jazz .flexslider-container .featured_events ul {
  background-color: #6d1668;
}
/* @end */
/* @group Music */
.festival-music #header .logo {
  background-image: url(../images/logo-festivals-music.png);
}
.svg .festival-music #header .logo {
  background-image: url(../images/logo-festivals-music.svg);
}
.festival-music.action-list .change-view a.list-view,
.festival-music.action-day-planner .change-view a.calendar-view {
  background-color: #eb0029;
}
.festival-music {
  background-color: #c5c2bb;
  background-image: url(../images/bg-texture-music-2019.jpg);
  background-repeat: repeat;
}
.festival-music #container {
  background-color: transparent;
  background-image: none;
  background-repeat: no-repeat;
  padding-bottom: 40px;
}
.festival-music.primary-type-whats-on-page .section-header h1 .festival-type {
  color: #ff1f46;
}
.festival-music a {
  color: #eb0029;
}
.festival-music a.book-button,
.festival-music a.inline-button,
.festival-music #touch-tools-inner a {
  color: #fff;
  background-color: #eb0029;
  border: 1px solid #d20025;
}
.festival-music a.book-button:hover,
.festival-music a.inline-button:hover,
.festival-music #touch-tools-inner a:hover {
  background-color: #ff0531;
}
.festival-music .unit-production-entry a h2,
.festival-music .unit-production-entry a:visited h2,
.festival-music .unit-production-entry a h3,
.festival-music .unit-production-entry a:visited h3 {
  color: #eb0029;
}
.festival-music .unit-production-entry a h2:hover,
.festival-music .unit-production-entry a:visited h2:hover,
.festival-music .unit-production-entry a h3:hover,
.festival-music .unit-production-entry a:visited h3:hover {
  color: #ff0531;
}
.festival-music #primary-navigation .area-primary-navigation a {
  color: #eb0029;
}
.festival-music #primary-navigation .area-primary-navigation a:hover,
.festival-music #primary-navigation .area-primary-navigation a.section,
.festival-music #primary-navigation .area-primary-navigation a.current {
  color: #ff0531;
  border-bottom-color: #b80020;
}
.festival-music .unit-nested-menu a:hover,
.festival-music .area-filters-type a:hover,
.festival-music .area-filters-category a:hover {
  background-color: #eb0029;
}
.festival-music .unit-nested-menu a.current,
.festival-music .area-filters-type a.current,
.festival-music .area-filters-category a.current {
  background-color: #ff0531;
}
.festival-music .area-homepage-intro {
  background-color: #333;
  border: 1px solid #333;
}
.festival-music .area-homepage-intro .body {
  padding: 10px 20px 20px 20px;
}
.festival-music .area-audio-player h2,
.festival-music .area-image-gallery h2,
.festival-music .area-video-gallery h2,
.festival-music .area-media-gallery h2,
.festival-music .area-attachments-list h2,
.festival-music .area-related-page-list h2,
.festival-music #secondary-content .area-news-list h2,
.festival-music .inline-form form h2,
.festival-music .related-productions h2 {
  background-color: #eb0029;
}
.js .festival-music .tab-headers a,
.js .festival-music .collapsible-tab-header a,
.festival-music .artist-twitter-account a {
  background-color: #eb0029;
}
.js .festival-music .tab-headers a:hover,
.js .festival-music .collapsible-tab-header a:hover,
.festival-music .artist-twitter-account a:hover {
  background-color: #ff0531;
}
.js .festival-music .tab-headers .active a,
.js .selected a,
.js .festival-music .tab-headers .active a:hover,
.js .selected a:hover {
  color: #b80020;
  background-color: #fff;
}
.festival-music .venue-events .has-event .performance,
.festival-music .area-news-list footer a,
.festival-music .area-homepage-news-list footer a,
.festival-music .flex-direction-nav li a,
.festival-music .area-download-brochure a,
.festival-music .link-all-events {
  color: #fff;
  background-color: #eb0029;
}
.festival-music .venue-events .has-event .performance:hover,
.festival-music .area-news-list footer a:hover,
.festival-music .area-homepage-news-list footer a:hover,
.festival-music .flex-direction-nav li a:hover,
.festival-music .area-download-brochure a:hover,
.festival-music .link-all-events:hover {
  background-color: #ff0531;
}
.festival-music .area-ticker-alert,
.festival-music .area-news-list .section-header,
.festival-music .area-homepage-news-list .section-header {
  background-color: #eb0029;
}
.festival-music .area-audio-player div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  background-color: #eb0029;
  border-color: #eb0029;
}
.festival-music .area-audio-player div.jp-playlist,
.festival-music .area-audio-player div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  border-color: #eb0029;
}
.festival-music .area-child-page-list .unit-block h2 {
  color: #eb0029;
}
.festival-music .area-child-page-list .unit-block:hover h2 {
  color: #eb0029;
}
.festival-music .area-attachments-list ul li a,
.festival-music .area-related-page-list ul li a,
.festival-music .area-audio-player,
.festival-music .area-image-gallery,
.festival-music .area-video-gallery,
.festival-music .area-media-gallery,
.festival-music .area-attachments-list,
.festival-music .area-related-page-list,
.festival-music .related-productions,
.festival-music #secondary-content .area-news-list,
.festival-music .inline-form form,
.festival-music .related-productions.area-production-list .unit-production-entry {
  border-bottom-color: #eb0029;
}
.js .type-festival-home-page.festival-music .flexslider-container .featured_events ul {
  background-color: #eb0029;
}
/* @end */
/* @group Science */
.festival-science #header .logo {
  background-image: url(../images/logo-festivals-science.png);
}
.svg .festival-science #header .logo {
  background-image: url(../images/logo-festivals-science.svg);
}
.festival-science {
  background-color: #fef5cc;
  background-image: url(../images/bg-texture-science-2018.jpg?274a94342425777f60942732a7f4f45fcf120e5e);
  background-repeat: repeat;
}
.festival-science #container {
  background-color: transparent;
  background-image: none;
  padding-bottom: 40px;
}
.festival-science.action-list .change-view a.list-view,
.festival-science.action-day-planner .change-view a.calendar-view {
  background-color: #2f7de1;
}
.festival-science.primary-type-whats-on-page .section-header h1 .festival-type {
  color: #458be4;
}
.festival-science a {
  color: #2f7de1;
}
.festival-science a.book-button,
.festival-science a.inline-button,
.festival-science #touch-tools-inner a {
  color: #fff;
  background-color: #2f7de1;
  border: 1px solid #1f70d7;
}
.festival-science a.book-button:hover,
.festival-science a.inline-button:hover,
.festival-science #touch-tools-inner a:hover {
  background-color: #1f70d7;
  border: 1px solid #1c64c1;
}
.festival-science .unit-production-entry a h2,
.festival-science .unit-production-entry a:visited h2,
.festival-science .unit-production-entry a h3,
.festival-science .unit-production-entry a:visited h3 {
  color: #2f7de1;
}
.festival-science .unit-production-entry a h2:hover,
.festival-science .unit-production-entry a:visited h2:hover,
.festival-science .unit-production-entry a h3:hover,
.festival-science .unit-production-entry a:visited h3:hover {
  color: #1c64c1;
}
.festival-science #primary-navigation .area-primary-navigation a {
  color: #2f7de1;
}
.festival-science #primary-navigation .area-primary-navigation a:hover,
.festival-science #primary-navigation .area-primary-navigation a.section,
.festival-science #primary-navigation .area-primary-navigation a.current {
  color: #2f7de1;
  border-bottom-color: #1d69ca;
}
.festival-science .unit-nested-menu a:hover,
.festival-science .area-filters-type a:hover,
.festival-science .area-filters-category a:hover {
  background-color: #2f7de1;
}
.festival-science .unit-nested-menu a.current,
.festival-science .area-filters-type a.current,
.festival-science .area-filters-category a.current {
  background-color: #1f70d7;
}
.festival-science .area-homepage-intro {
  background-color: #333;
  border: 1px solid #333;
}
.festival-science .area-homepage-intro .media {
  display: none;
}
.festival-science .area-homepage-intro .body {
  padding-left: 20px;
}
.festival-science .area-audio-player h2,
.festival-science .area-image-gallery h2,
.festival-science .area-video-gallery h2,
.festival-science .area-media-gallery h2,
.festival-science .area-attachments-list h2,
.festival-science .area-related-page-list h2,
.festival-science #secondary-content .area-news-list h2,
.festival-science .inline-form form h2,
.festival-science .related-productions h2 {
  background-color: #2f7de1;
}
.js .festival-science .tab-headers a,
.js .festival-science .collapsible-tab-header a,
.festival-science .artist-twitter-account a {
  background-color: #2f7de1;
}
.js .festival-science .tab-headers a:hover,
.js .festival-science .collapsible-tab-header a:hover,
.festival-science .artist-twitter-account a:hover {
  background-color: #1f70d7;
}
.js .festival-science .tab-headers .active a,
.js .selected a,
.js .festival-science .tab-headers .active a:hover,
.js .selected a:hover {
  color: #2f7de1;
  background-color: #fff;
}
.festival-science .venue-events .has-event .performance,
.festival-science .area-news-list footer a,
.festival-science .area-homepage-news-list footer a,
.festival-science .flex-direction-nav li a,
.festival-science .area-download-brochure a,
.festival-science .link-all-events {
  color: #fff;
  background-color: #2f7de1;
}
.festival-science .venue-events .has-event .performance:hover,
.festival-science .area-news-list footer a:hover,
.festival-science .area-homepage-news-list footer a:hover,
.festival-science .flex-direction-nav li a:hover,
.festival-science .area-download-brochure a:hover,
.festival-science .link-all-events:hover {
  background-color: #1f70d7;
}
.festival-science .area-ticker-alert,
.festival-science .area-news-list .section-header,
.festival-science .area-homepage-news-list .section-header {
  background-color: #2f7de1;
}
.festival-science .area-audio-player div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  background-color: #2f7de1;
  border-color: #2f7de1;
}
.festival-science .area-audio-player div.jp-playlist,
.festival-science .area-audio-player div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  border-color: #2f7de1;
}
.festival-science .area-child-page-list .unit-block h2 {
  color: #2f7de1;
}
.festival-science .area-child-page-list .unit-block:hover h2 {
  color: #2f7de1;
}
.festival-science .area-attachments-list ul li a,
.festival-science .area-related-page-list ul li a,
.festival-science .area-audio-player,
.festival-science .area-image-gallery,
.festival-science .area-video-gallery,
.festival-science .area-media-gallery,
.festival-science .area-attachments-list,
.festival-science .area-related-page-list,
.festival-science #secondary-content .area-news-list,
.festival-science .related-productions,
.festival-science .inline-form form,
.festival-science .related-productions.area-production-list .unit-production-entry {
  border-bottom-color: #1c64c1;
}
.js .type-festival-home-page.festival-science .flexslider-container .featured_events ul {
  background-color: #1c64c1;
}
/* @end */
/* @group Literature */
.festival-literature #header .logo {
  background-image: url(../images/logo-festivals-literature.png);
}
.svg .festival-literature #header .logo {
  background-image: url(../images/logo-festivals-literature.svg);
}
.festival-literature {
  background-color: #7a97db;
  background-image: url(../images/background-tile-literature2017.jpg);
  background-repeat: repeat;
}
.festival-literature #container {
  background-color: transparent;
  background-image: none;
  padding-bottom: 40px;
}
.festival-literature.action-list .change-view a.list-view,
.festival-literature.action-day-planner .change-view a.calendar-view {
  background-color: #c48500;
}
.festival-literature.primary-type-whats-on-page .section-header h1 .festival-type {
  color: #ffbb2b;
}
.festival-literature a {
  color: #f7a800;
}
.festival-literature a:hover {
  color: #c48500;
}
.festival-literature a.book-button,
.festival-literature a.inline-button,
.festival-literature #touch-tools-inner a {
  color: #fff;
  background-color: #f7a800;
  border: 1px solid #de9700;
}
.festival-literature a.book-button:hover,
.festival-literature a.inline-button:hover,
.festival-literature #touch-tools-inner a:hover {
  background-color: #de9700;
}
.festival-literature .unit-production-entry a h2,
.festival-literature .unit-production-entry a:visited h2,
.festival-literature .unit-production-entry a h3,
.festival-literature .unit-production-entry a:visited h3 {
  color: #f7a800;
}
.festival-literature .unit-production-entry a h2:hover,
.festival-literature .unit-production-entry a:visited h2:hover,
.festival-literature .unit-production-entry a h3:hover,
.festival-literature .unit-production-entry a:visited h3:hover {
  color: #de9700;
}
.festival-literature #primary-navigation .area-primary-navigation a {
  color: #f7a800;
}
.festival-literature #primary-navigation .area-primary-navigation a:hover,
.festival-literature #primary-navigation .area-primary-navigation a.section,
.festival-literature #primary-navigation .area-primary-navigation a.current {
  color: #de9700;
  border-bottom-color: #f7a800;
}
.festival-literature .unit-nested-menu a:hover,
.festival-literature .area-filters-type a:hover,
.festival-literature .area-filters-category a:hover {
  background-color: #de9700;
}
.festival-literature .unit-nested-menu a.current,
.festival-literature .area-filters-type a.current,
.festival-literature .area-filters-category a.current {
  background-color: #f7a800;
}
.festival-literature .area-homepage-intro {
  background-color: #333;
  border: 1px solid #333;
}
.festival-literature .area-homepage-intro .media {
  display: none;
}
.festival-literature .area-homepage-intro .body {
  padding-left: 20px;
}
.festival-literature .area-audio-player h2,
.festival-literature .area-image-gallery h2,
.festival-literature .area-video-gallery h2,
.festival-literature .area-media-gallery h2,
.festival-literature .area-attachments-list h2,
.festival-literature .area-related-page-list h2,
.festival-literature #secondary-content .area-news-list h2,
.festival-literature .inline-form form h2,
.festival-literature .related-productions h2 {
  background-color: #f7a800;
}
.js .festival-literature .tab-headers a,
.js .festival-literature .collapsible-tab-header a,
.festival-literature .artist-twitter-account a {
  background-color: #f7a800;
}
.js .festival-literature .tab-headers a:hover,
.js .festival-literature .collapsible-tab-header a:hover,
.festival-literature .artist-twitter-account a:hover {
  background-color: #de9700;
}
.js .festival-literature .tab-headers .active a,
.js .selected a,
.js .festival-literature .tab-headers .active a:hover,
.js .selected a:hover {
  color: #c48500;
  background-color: #fff;
}
.festival-literature .venue-events .has-event .performance,
.festival-literature .area-news-list footer a,
.festival-literature .area-homepage-news-list footer a,
.festival-literature .flex-direction-nav li a,
.festival-literature .area-download-brochure a,
.festival-literature .link-all-events {
  color: #fff;
  background-color: #f7a800;
}
.festival-literature .venue-events .has-event .performance:hover,
.festival-literature .area-news-list footer a:hover,
.festival-literature .area-homepage-news-list footer a:hover,
.festival-literature .flex-direction-nav li a:hover,
.festival-literature .area-download-brochure a:hover,
.festival-literature .link-all-events:hover {
  background-color: #de9700;
}
.festival-literature .area-ticker-alert,
.festival-literature .area-news-list .section-header,
.festival-literature .area-homepage-news-list .section-header {
  background-color: #f7a800;
}
.festival-literature .area-audio-player div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  background-color: #f7a800;
  border-color: #c48500;
}
.festival-literature .area-audio-player div.jp-playlist,
.festival-literature .area-audio-player div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  border-color: #f7a800;
}
.festival-literature .area-child-page-list .unit-block h2 {
  color: #f7a800;
}
.festival-literature .area-child-page-list .unit-block:hover h2 {
  color: #f7a800;
}
.festival-literature .area-attachments-list ul li a,
.festival-literature .area-related-page-list ul li a,
.festival-literature .area-audio-player,
.festival-literature .area-image-gallery,
.festival-literature .area-video-gallery,
.festival-literature .area-media-gallery,
.festival-literature .area-attachments-list,
.festival-literature .area-related-page-list,
.festival-literature #secondary-content .area-news-list,
.festival-literature .related-productions,
.festival-literature .inline-form form,
.festival-literature .related-productions.area-production-list .unit-production-entry {
  border-bottom-color: #f7a800;
}
/* @end */
/* @group Membership Section */
.section-membership #header .logo {
  background-image: url(../images/logo-membership.png);
}
.svg .section-membership #header .logo {
  background-image: url(../images/logo-membership.svg);
}
body.section-membership {
  background-color: #f0f0f0;
  background-image: url(../images/bg-texture-paper.jpg);
  background-repeat: repeat;
}
.section-membership #container {
  background-color: transparent;
  background-image: url(../images/bg-container-membership.png);
}
.section-membership a {
  color: #b20029;
}
.section-membership a.book-button,
.section-membership a.inline-button,
.section-membership #touch-tools-inner a {
  color: #fff;
  background-color: #e50035;
  border: 1px solid #cc002f;
}
.section-membership a.book-button:hover,
.section-membership a.inline-button:hover,
.section-membership #touch-tools-inner a:hover {
  background-color: #ff003b;
}
.section-membership.unit-production-entry a h2,
.section-membership .unit-production-entry a:visited h2,
.section-membership.unit-production-entry a h3,
.section-membership .unit-production-entry a:visited h3 {
  color: #b20029;
}
.section-membership.unit-production-entry a h2:hover,
.section-membership .unit-production-entry a:visited h2:hover,
.section-membership.unit-production-entry a h3:hover,
.section-membership .unit-production-entry a:visited h3:hover {
  color: #e50035;
}
.section-membership #primary-navigation .area-primary-navigation a {
  color: #b20029;
}
.section-membership #primary-navigation .area-primary-navigation a:hover,
.section-membership #primary-navigation .area-primary-navigation a.section,
.section-membership #primary-navigation .area-primary-navigation a.current {
  color: #e50035;
  border-bottom-color: #b20029;
}
.section-membership .unit-nested-menu a:hover,
.section-membership.area-filters-type a:hover,
.section-membership .area-filters-category a:hover {
  background-color: #e50035;
}
.section-membership .unit-nested-menu a.current,
.section-membership.area-filters-type a.current,
.section-membership .area-filters-category a.current {
  background-color: #b20029;
}
.section-membership .area-homepage-intro {
  background-color: #b20029;
  border: 1px solid #7f001d;
}
.section-membership .area-audio-player h2,
.section-membership .area-image-gallery h2,
.section-membership .area-video-gallery h2,
.section-membership .area-media-gallery h2,
.section-membership .area-attachments-list h2,
.section-membership .area-related-page-list h2,
.section-membership #secondary-content .area-news-list h2,
.section-membership .inline-form form h2,
.section-membership .related-productions h2 {
  background-color: #b20029;
}
.js .section-membership .tab-headers a,
.js .section-membership .collapsible-tab-header a {
  background-color: #b20029;
}
.js .section-membership .tab-headers a:hover,
.js .section-membership .collapsible-tab-header a:hover {
  background-color: #e50035;
}
.js .section-membership .tab-headers .active a,
.js .selected a,
.js .section-membership .tab-headers .active a:hover,
.js .selected a:hover {
  color: #b20029;
  background-color: #fff;
}
.section-membership .venue-events .has-event .performance,
.section-membership .area-news-list footer a,
.section-membership .area-homepage-news-list footer a,
.section-membership .flex-direction-nav li a,
.section-membership .area-download-brochure a,
.section-membership .link-all-events {
  color: #fff;
  background-color: #b20029;
}
.section-membership .venue-events .has-event .performance:hover,
.section-membership .area-news-list footer a:hover,
.section-membership .area-homepage-news-list footer a:hover,
.section-membership .flex-direction-nav li a:hover,
.section-membership .area-download-brochure a:hover,
.section-membership .link-all-events:hover {
  background-color: #e50035;
}
.section-membership .area-ticker-alert,
.section-membership .area-news-list .section-header,
.section-membership .area-homepage-news-list .section-header {
  background-color: #b20029;
}
.section-membership .area-audio-player div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  background-color: #b20029;
  border-color: #b20029;
}
.section-membership .area-audio-player div.jp-playlist,
.section-membership .area-audio-player div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  border-color: #b20029;
}
.section-membership .area-child-page-list .unit-block h2 {
  color: #b20029;
}
.section-membership .area-child-page-list .unit-block:hover h2 {
  color: #e50035;
}
.section-membership .area-attachments-list ul li a,
.section-membership .area-related-page-list ul li a,
.section-membership .area-audio-player,
.section-membership .area-image-gallery,
.section-membership .area-video-gallery,
.section-membership .area-media-gallery,
.section-membership .area-attachments-list,
.section-membership .area-related-page-list,
.section-membership #secondary-content .area-news-list,
.section-membership .inline-form form,
.section-membership .related-productions.area-production-list .unit-production-entry {
  border-bottom-color: #b20029;
}
.js .type-festival-home-page.section-membership .flexslider-container .featured_events ul {
  background-color: #b20029;
}
/* @end */
/* @group Education Section */
.section-education #container {
  background-color: transparent;
  background-image: url(../images/bg-texture-education.jpg);
  background-repeat: repeat;
  background-attachment: fixed;
}
/* @end */
/* @group Cyber Security Conference 2013 */
.section-CCSC2013 #header .logo {
  background-image: url(../images/logo-business.png);
}
.svg .section-CCSC2013 #header .logo {
  background-image: url(../images/logo-business.png);
}
.section-CCSC2013 #container {
  background-color: #000;
  background-image: url(../images/bg-ccsc-2013.jpg);
  background-repeat: no-repeat;
  background-position: 50% 130px;
}
.section-CCSC2013 #primary-navigation {
  display: none;
}
/* @end */
/* @end */
/*  ========================================================================== */
/*  @group Layout */
/*  ========================================================================== */
#container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#header-inner {
  width: 100%;
  zoom: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#header-inner:before,
#header-inner:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#header-inner:after {
  clear: both;
}
#footer-social-inner,
#touch-tools-inner {
  width: 100%;
  zoom: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#footer-social-inner:before,
#touch-tools-inner:before,
#footer-social-inner:after,
#touch-tools-inner:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#footer-social-inner:after,
#touch-tools-inner:after {
  clear: both;
}
#footer-inner {
  width: 100%;
  zoom: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#footer-inner:before,
#footer-inner:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#footer-inner:after {
  clear: both;
}
#page-content {
  width: 100%;
  zoom: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}
#page-content:before,
#page-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#page-content:after {
  clear: both;
}
#primary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 2%;
}
#primary-content:before,
#primary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#primary-content:after {
  clear: both;
}
.type-page .has-secondary-content #secondary-content {
  zoom: 1;
  width: 32%;
  margin-right: 2%;
  display: inline;
  float: left;
}
.type-page .has-secondary-content #secondary-content:before,
.type-page .has-secondary-content #secondary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-page .has-secondary-content #secondary-content:after {
  clear: both;
}
.type-page .has-secondary-content #primary-content {
  zoom: 1;
  float: left;
  width: 66%;
  margin-right: 2%;
  margin-right: 0;
  display: inline;
  float: right;
}
.type-page .has-secondary-content #primary-content:before,
.type-page .has-secondary-content #primary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-page .has-secondary-content #primary-content:after {
  clear: both;
}
.primary-type-production .has-secondary-content #primary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 66%;
  margin-right: 2%;
}
.primary-type-production .has-secondary-content #primary-content:before,
.primary-type-production .has-secondary-content #primary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.primary-type-production .has-secondary-content #primary-content:after {
  clear: both;
}
.primary-type-production .has-secondary-content #secondary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-right: 0;
}
.primary-type-production .has-secondary-content #secondary-content:before,
.primary-type-production .has-secondary-content #secondary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.primary-type-production .has-secondary-content #secondary-content:after {
  clear: both;
}
.type-package-list-page .has-secondary-content #primary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 2%;
  float: none;
}
.type-package-list-page .has-secondary-content #primary-content:before,
.type-package-list-page .has-secondary-content #primary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-package-list-page .has-secondary-content #primary-content:after {
  clear: both;
}
.primary-type-whats-on-page .has-secondary-content #secondary-content,
.primary-type-series-list-page .has-secondary-content #secondary-content {
  zoom: 1;
  width: 23.5%;
  margin-right: 2%;
  width: 30%;
  display: inline;
  float: left;
}
.primary-type-whats-on-page .has-secondary-content #secondary-content:before,
.primary-type-series-list-page .has-secondary-content #secondary-content:before,
.primary-type-whats-on-page .has-secondary-content #secondary-content:after,
.primary-type-series-list-page .has-secondary-content #secondary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.primary-type-whats-on-page .has-secondary-content #secondary-content:after,
.primary-type-series-list-page .has-secondary-content #secondary-content:after {
  clear: both;
}
.primary-type-whats-on-page .has-secondary-content #primary-content,
.primary-type-series-list-page .has-secondary-content #primary-content {
  zoom: 1;
  float: left;
  width: 66%;
  margin-right: 2%;
  margin-right: 0;
  width: 68%;
  display: inline;
  float: right;
}
.primary-type-whats-on-page .has-secondary-content #primary-content:before,
.primary-type-series-list-page .has-secondary-content #primary-content:before,
.primary-type-whats-on-page .has-secondary-content #primary-content:after,
.primary-type-series-list-page .has-secondary-content #primary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.primary-type-whats-on-page .has-secondary-content #primary-content:after,
.primary-type-series-list-page .has-secondary-content #primary-content:after {
  clear: both;
}
.type-whats-on-page.action-grid .has-secondary-content #primary-content,
.type-whats-on-page.action-grid .has-secondary-content #secondary-content {
  width: 100%;
  float: none;
  display: block;
  margin: 0 0 1em 0;
}
.has-tertiary-content #primary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 49%;
  margin-right: 2%;
}
.has-tertiary-content #primary-content:before,
.has-tertiary-content #primary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.has-tertiary-content #primary-content:after {
  clear: both;
}
.has-tertiary-content #secondary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.has-tertiary-content #secondary-content:before,
.has-tertiary-content #secondary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.has-tertiary-content #secondary-content:after {
  clear: both;
}
.has-tertiary-content #tertiary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-right: 0;
}
.has-tertiary-content #tertiary-content:before,
.has-tertiary-content #tertiary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.has-tertiary-content #tertiary-content:after {
  clear: both;
}
.full-width .has-secondary-content #primary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 2%;
}
.full-width .has-secondary-content #primary-content:before,
.full-width .has-secondary-content #primary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.full-width .has-secondary-content #primary-content:after {
  clear: both;
}
.full-width .has-secondary-content #secondary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 2%;
}
.full-width .has-secondary-content #secondary-content:before,
.full-width .has-secondary-content #secondary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.full-width .has-secondary-content #secondary-content:after {
  clear: both;
}
.type-home-page .has-secondary-content #secondary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 2%;
  margin-right: 0;
  margin-bottom: 20px;
}
.type-home-page .has-secondary-content #secondary-content:before,
.type-home-page .has-secondary-content #secondary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-home-page .has-secondary-content #secondary-content:after {
  clear: both;
}
.type-home-page .has-secondary-content #secondary-content .group-2 {
  zoom: 1;
  display: inline;
  float: left;
  width: 66%;
  margin-right: 2%;
}
.type-home-page .has-secondary-content #secondary-content .group-2:before,
.type-home-page .has-secondary-content #secondary-content .group-2:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-home-page .has-secondary-content #secondary-content .group-2:after {
  clear: both;
}
.type-home-page .has-secondary-content #secondary-content .group-3 {
  zoom: 1;
  display: inline;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-right: 0;
}
.type-home-page .has-secondary-content #secondary-content .group-3:before,
.type-home-page .has-secondary-content #secondary-content .group-3:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-home-page .has-secondary-content #secondary-content .group-3:after {
  clear: both;
}
.type-home-page .has-tertiary-content #tertiary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 2%;
  margin-right: 0;
}
.type-home-page .has-tertiary-content #tertiary-content:before,
.type-home-page .has-tertiary-content #tertiary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-home-page .has-tertiary-content #tertiary-content:after {
  clear: both;
}
.type-home-page .has-secondary-content #secondary-content .content-inner {
  zoom: 1;
}
.type-home-page .has-secondary-content #secondary-content .content-inner:before,
.type-home-page .has-secondary-content #secondary-content .content-inner:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-home-page .has-secondary-content #secondary-content .content-inner:after {
  clear: both;
}
.type-series .has-secondary-content #primary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 66%;
  margin-right: 2%;
}
.type-series .has-secondary-content #primary-content:before,
.type-series .has-secondary-content #primary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-series .has-secondary-content #primary-content:after {
  clear: both;
}
.type-series .has-secondary-content #secondary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-right: 0;
}
.type-series .has-secondary-content #secondary-content:before,
.type-series .has-secondary-content #secondary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-series .has-secondary-content #secondary-content:after {
  clear: both;
}
.type-series #page-content {
  position: relative;
}
.section-register #primary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 66%;
  margin-right: 2%;
}
.section-register #primary-content:before,
.section-register #primary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.section-register #primary-content:after {
  clear: both;
}
.section-register #secondary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-right: 0;
}
.section-register #secondary-content:before,
.section-register #secondary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.section-register #secondary-content:after {
  clear: both;
}
/* @end */
/*  ========================================================================== */
/*  @group Global Alert */
/*  ========================================================================== */
.global-alert {
  background: #333;
  color: #fff;
  left: 0;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 1500;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: bold;
}
.global-alert .global-alert__inner {
  margin: 0 auto;
  padding: 40px 0 10px;
  width: 95%;
  max-width: 1000px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}
@media only screen and (min-width: 481px) {
  .global-alert .global-alert__inner {
    padding: 45px 0 15px;
    width: 90%;
  }
}
@media only screen and (min-width: 768px) {
  .global-alert .global-alert__inner {
    padding: 10px 30px 10px 0;
    align-items: center;
  }
}
.global-alert .global-alert__content {
  padding: 0 20px 0 0;
  margin: 0;
  font-size: 12px;
  line-height: 1.3;
}
@media only screen and (min-width: 481px) {
  .global-alert .global-alert__content {
    font-size: 14px;
    padding: 0 30px 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .global-alert .global-alert__content {
    font-size: 18px;
    padding: 15px 25px 15px 0;
  }
}
.global-alert .global-alert__donation-link {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  padding: 1px 10px;
  font-size: 12px;
  flex-shrink: 0;
}
@media only screen and (min-width: 481px) {
  .global-alert .global-alert__donation-link {
    padding: 2px 14px;
    font-size: 16px;
  }
}
body.hide-alert .global-alert {
  display: none;
}
.global-alert .global-alert__close {
  background: none;
  border: none;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 14px;
  padding: 0;
  font-size: 12px;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
}
@media only screen and (min-width: 481px) {
  .global-alert .global-alert__close {
    right: 30px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .global-alert .global-alert__close {
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
    height: 20px;
  }
}
.global-alert .global-alert__close .o-icon {
  width: 10px;
  height: 10px;
  overflow: hidden;
  fill: #fff;
}
@media only screen and (min-width: 481px) {
  .global-alert .global-alert__close .o-icon {
    width: 12px;
    height: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .global-alert .global-alert__close .o-icon {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .global-alert .global-alert__close-text {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
}
.global-alert--pink {
  background-color: #e71695;
}
.global-alert--pink .global-alert__donation-link {
  background-color: #fff;
  color: #e71695;
}
.global-alert--red {
  background-color: #EB0C2A;
}
.global-alert--red .global-alert__donation-link {
  background-color: #fff;
  color: #EB0C2A;
}
/* @end */
/*  ========================================================================== */
/*  @group Global Header */
/*  ========================================================================== */
#header {
  background: #fff;
}
#header-inner {
  padding: 14px 0;
}
#header-inner .header-donation {
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  background-color: #e71695;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-weight: 900;
  padding: 0 10px;
  font-size: 12px;
  position: absolute;
  bottom: 12px;
  right: 0;
}
@media only screen and (min-width: 768px) {
  #header-inner .header-donation {
    bottom: auto;
    right: 30px;
    top: 12px;
    padding: 2px 14px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header-inner .header-donation {
    top: 45px;
  }
}
#header .area-logo {
  float: left;
  margin: 0 0 0 0;
}
#header .primary-sponsor {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
#header .primary-sponsor br {
  display: none;
}
.sponsor-the-sunday-times {
  width: 96px;
  height: 20px;
  background-image: url(../images/logo-primary-sponsor-the-sunday-times-pink.png);
  background-image: none, url(../images/logo-primary-sponsor-the-sunday-times.svg);
  background-size: contain;
  margin: 0 0 5px 0;
}
.sponsor-bbc-radio-two {
  float: left;
  width: 64px;
  height: 44px;
  background-image: url(../images/logo-primary-sponsor-radio-two.png);
  background-image: none, url(../images/logo-primary-sponsor-radio-two.svg);
  margin: 20px 0 0 10px;
  background-size: contain;
}
.sponsor-the-times {
  width: 96px;
  height: 10px;
  background-image: url(../images/logo-primary-sponsor-the-times.png);
  background-image: none, url(../images/logo-primary-sponsor-the-times.svg);
  margin: 0 0 5px 0;
  background-size: contain;
}
.sponsor-waterstones {
  float: left;
  width: 123px;
  height: 36px;
  background-image: url(../images/logo-primary-sponsor-waterstones.png);
  margin: 5px 0 0 20px;
}
.sponsor-edf-energy {
  float: left;
  width: 95px;
  height: 40px;
  background-image: url(../images/logo-primary-sponsor-edf-energy.png);
  background-image: none, url(../images/logo-primary-sponsor-edf-energy.svg);
  margin: 20px 0 0 5px;
  background-size: contain;
}
#header .logo a,
#header .logo {
  width: 166px;
  height: 57px;
  margin: 0;
  display: block;
  float: left;
}
#header .logo {
  background-image: url(../images/logo-festivals-main.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 2.5px 0;
}
.svg #header .logo {
  background-image: url(../images/logo-festivals-main.svg);
}
.logo a span,
.logo span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#global-navigation-inner .area-site-search {
  position: absolute;
  top: 7px;
  right: 108px;
  opacity: 0;
  background: #333;
  transition: opacity 0.35s;
  z-index: -1;
}
#global-navigation-inner .area-site-search form {
  margin: 0;
}
#global-navigation-inner .area-site-search.is-active {
  z-index: 2000;
  opacity: 1;
}
#global-navigation-inner .area-site-search.is-active form {
  opacity: 1;
}
.area-site-search .text {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: bold;
  border: 0;
  background-color: #f6f6f6;
  box-shadow: none;
  padding: 2px 0 0 2px;
  height: 24px;
  width: 240px;
  vertical-align: bottom;
  position: relative;
  right: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.area-site-search .text:focus {
  background-color: #fff;
}
.ie7 .area-site-search .text,
.ie8 .area-site-search .text,
.ie9 .area-site-search .text {
  padding-left: 10px;
}
.area-site-search .submit {
  cursor: pointer;
  font-size: 16px;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 900;
  display: inline-block;
  background: #777777;
  padding: 4px 9px;
  vertical-align: bottom;
  text-transform: none;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  height: 26px;
  padding: 4px 9px 5px 9px;
  margin-left: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: middle;
}
.area-site-search .submit:visited {
  color: #ffffff;
}
.area-site-search .submit:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #919191;
}
.area-site-search .submit:focus {
  outline: 1px dotted #666;
}
.area-site-search .submit.disabled {
  cursor: default;
  background-image: none;
}
.area-site-search .submit[disabled] {
  cursor: default;
  background-image: none;
}
#unit-timer {
  display: none;
}
#global-navigation .header-toolbar {
  position: absolute;
  top: 7px;
  right: 25px;
}
#global-navigation .header-toolbar a,
#global-navigation .header-toolbar a:visited {
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  margin-left: 12px;
  opacity: 0.85;
}
#global-navigation .header-toolbar a:hover {
  opacity: 1;
}
#global-navigation .header-toolbar a.basket {
  background-image: url(../images/icon-basket.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 24px;
}
#global-navigation .header-toolbar button.search {
  float: right;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  margin-left: 12px;
  line-height: 22px;
  opacity: 0.85;
  background: transparent;
  border: none;
  background-image: url(../images/icon-search.png);
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding-left: 22px;
}
.svg #global-navigation .header-toolbar button.search {
  background-image: url(../images/icon-search.svg);
}
#global-navigation .header-toolbar button.search.is-toggled {
  background-image: url(../images/icon-close.png);
  background-size: 12px;
  background-position: 0 45%;
}
.svg #global-navigation .header-toolbar button.search.is-toggled {
  background-image: url(../images/icon-close.svg);
}
#global-navigation .header-toolbar button.search:focus {
  outline: none;
}
#global-navigation .header-toolbar button:hover {
  opacity: 1;
}
#global-navigation .header-toolbar .logged-in,
#global-navigation .header-toolbar .logged-out {
  float: left;
}
.touch #global-navigation .header-toolbar a.basket {
  background-image: url(../images/icon-basket.svg);
}
.area-festival-info {
  float: right;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-style: italic;
  font-weight: 700;
  font-size: 14px;
}
.area-festival-info a {
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
}
/* @end */
/*  ========================================================================== */
/*  @group Global Navigation */
/*  ========================================================================== */
#global-navigation {
  background-color: #333;
  min-height: 40px;
}
#global-navigation p {
  color: #ffffff;
}
#global-navigation h1,
#global-navigation h2,
#global-navigation h3,
#global-navigation h4,
#global-navigation h5,
#global-navigation h6 {
  color: #ffffff;
}
#global-navigation h1 strong,
#global-navigation h2 strong,
#global-navigation h3 strong,
#global-navigation h4 strong,
#global-navigation h5 strong,
#global-navigation h6 strong {
  color: #e6e6e6;
}
#global-navigation a {
  color: #56c2ff;
}
#global-navigation a:visited {
  color: #23b0ff;
}
#global-navigation a:active {
  color: #56c2ff;
}
#global-navigation a:hover {
  color: #fefffe;
}
#global-navigation table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  border: 1px solid #666666;
}
#global-navigation table caption {
  text-align: left;
}
#global-navigation table th,
#global-navigation table td {
  padding: 0.5em;
  text-align: left;
  border: 1px solid #666666;
}
#global-navigation table th {
  padding-top: 0.5em;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #666666;
}
#global-navigation table td {
  vertical-align: top;
}
#global-navigation hr {
  border-color: #444;
}
#global-navigation-inner {
  position: relative;
  width: 100%;
  zoom: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#global-navigation-inner:before,
#global-navigation-inner:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#global-navigation-inner:after {
  clear: both;
}
#global-navigation .area-global-navigation li {
  border-left: 1px solid #545454;
}
#global-navigation .area-global-navigation li a {
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 700;
  text-transform: none;
  color: #fff;
  padding: 12px 12px 7px 12px;
  line-height: 1em;
  vertical-align: middle;
  margin: 0;
  height: 18px;
  border-bottom: 3px solid #333;
}
#global-navigation .area-global-navigation li.last a {
  border-right: 1px solid #545454;
}
#global-navigation .area-global-navigation li.section-home a {
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  display: block;
  width: 26px;
  background-image: url(../images/icon-home.png);
  background-repeat: no-repeat;
  background-position: 0 -40px;
  border-bottom: 3px solid #333;
}
#global-navigation .area-global-navigation li.section-home a br {
  display: none;
}
#global-navigation .area-global-navigation li.section-home a:hover {
  border-color: #e70095;
}
#global-navigation .area-global-navigation li.section-jazz a:hover {
  border-bottom-color: #c227b9;
}
#global-navigation .area-global-navigation li.section-science a:hover {
  border-bottom-color: #2f7de1;
}
#global-navigation .area-global-navigation li.section-music a:hover {
  border-bottom-color: #ff385b;
}
#global-navigation .area-global-navigation li.section-literature a:hover {
  border-bottom-color: #f7a800;
}
#global-navigation .area-global-navigation li.section-education a {
  font-size: 11px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 9px;
  width: 68px;
  font-weight: 900;
}
#global-navigation .area-global-navigation li.section-education a:hover {
  border-bottom-color: #e70095;
}
#global-navigation .area-global-navigation li a.current,
#global-navigation .area-global-navigation li a.current:hover,
#global-navigation .area-global-navigation li a.section,
#global-navigation .area-global-navigation li a.section:hover {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}
#global-navigation .area-global-navigation li.section-home a.current,
#global-navigation .area-global-navigation li.section-home a.section {
  background-position: 0 0;
}
.svg #global-navigation .area-global-navigation li.section-home a {
  background-image: url(../images/icon-home.svg);
}
/* @end */
/* @group Primary Navigation */
/* @group Core */
#primary-navigation {
  float: right;
  bottom: 14px;
  right: 30px;
  position: absolute;
}
#primary-navigation-inner {
  width: 100%;
  zoom: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#primary-navigation-inner:before,
#primary-navigation-inner:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#primary-navigation-inner:after {
  clear: both;
}
#primary-navigation .area-primary-navigation {
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 900;
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary-navigation .area-primary-navigation:before,
#primary-navigation .area-primary-navigation:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#primary-navigation .area-primary-navigation:after {
  clear: both;
}
#primary-navigation .area-primary-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary-navigation .area-primary-navigation li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
}
#primary-navigation .area-primary-navigation a {
  display: block;
}
#primary-navigation .area-primary-navigation a {
  color: #e70095;
  padding: 0;
  border-bottom: 3px solid #fff;
  margin-left: 1em;
  margin-right: 0;
  text-transform: none;
  font-size: 16px;
}
#primary-navigation .area-primary-navigation a.current,
#primary-navigation .area-primary-navigation a.section,
#primary-navigation .area-primary-navigation a:hover {
  color: #e70095;
  border-bottom-color: #e70095;
}
.area-primary-navigation {
  position: relative;
}
#primary-navigation .nav-toggle {
  display: none;
}
#primary-navigation .area-primary-navigation li.first a {
  margin-left: 0;
}
#primary-navigation .area-primary-navigation a:hover {
  color: #e70095;
  border-bottom-color: #e70095;
}
.success,
.error,
.notification,
.field-error {
  display: inline-block;
}
.success ul,
.error ul,
.notification ul {
  margin: 0.1em 0;
  padding-left: 1em;
}
.field-error {
  margin-bottom: 0.25em;
}
.fully-hidden {
  visibility: hidden;
  display: none;
}
/* @end */
/* @group Superfish (dah - dah dah dah!) */
#primary-navigation .level-0 ul {
  position: absolute;
  top: -900px;
  width: 220px;
  /* left offset of submenus need to match (see below) */
  z-index: 999;
  padding: 15px 0 0 0;
  background-color: #fff;
  background-image: url(../images/superfish.arrow.gif);
  background-repeat: no-repeat;
  background-position: 20% 0;
  border: 1px solid #e9e9e9;
  border-top: none;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}
#primary-navigation .level-0 ul li {
  display: block;
  float: none;
  padding: 0;
  margin: 0;
  text-align: left;
  border-bottom: 1px solid #e9e9e9;
}
#primary-navigation .level-0 ul li.last {
  border-bottom: none;
}
#primary-navigation .level-0 ul li a {
  font-size: 12px;
  margin: 0;
  line-height: 1.2em;
  display: block;
  border: none;
  float: none;
  padding: 7px 15px;
}
#primary-navigation .level-0 ul li a:hover {
  background-color: #e9e9e9;
}
.ie7 #primary-navigation .level-0 ul li a {
  padding: 4px 15px;
}
#primary-navigation ul .sfHover a.sf-with-ul,
#primary-navigation ul .sfHover a.sf-with-ul:hover {
  color: #e70095;
  border-bottom-color: #e70095;
}
#primary-navigation .level-0 li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}
#primary-navigation .level-0 li:hover a {
  left: 0;
}
#primary-navigation .level-0 li {
  float: left;
  position: relative;
  z-index: 1000;
}
#primary-navigation .level-0 a {
  display: block;
  position: relative;
}
#primary-navigation .level-0 li:hover ul,
#primary-navigation .level-0 li.sfHover ul {
  left: 0px;
  top: 43px;
  /* match top ul list item height */
  z-index: 99;
}
#primary-navigation .level-0 li.last:hover ul,
#primary-navigation .level-0 li.last.sfHover ul {
  left: auto;
  right: 0px;
  background-position: 85% 0;
}
#primary-navigation .level-0 li:hover li ul,
#primary-navigation .level-0 li.sfHover li ul {
  top: -999em;
}
#primary-navigation .level-0 li li:hover ul,
#primary-navigation .level-0 li li.sfHover ul {
  left: 300px;
  /* match ul width */
  top: 0;
}
#primary-navigation .level-0 li li:hover li ul,
#primary-navigation .level-0 li li.sfHover li ul {
  top: -999em;
}
#primary-navigation .level-0 li li li:hover ul,
#primary-navigation .level-0 li li li.sfHover ul {
  left: 220px;
  /* match ul width */
  top: 0;
}
#primary-navigation .level-0 li .sf-sub-indicator {
  display: none;
}
/* @end */
/* @end */
/*  ========================================================================== */
/*  @group Global Footer */
/*  ========================================================================== */
#footer {
  background: #323232;
}
#footer p {
  color: #ffffff;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #ffffff;
}
#footer h1 strong,
#footer h2 strong,
#footer h3 strong,
#footer h4 strong,
#footer h5 strong,
#footer h6 strong {
  color: #e6e6e6;
}
#footer a {
  color: #56c2ff;
}
#footer a:visited {
  color: #23b0ff;
}
#footer a:active {
  color: #56c2ff;
}
#footer a:hover {
  color: #fefffe;
}
#footer table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  border: 1px solid #666666;
}
#footer table caption {
  text-align: left;
}
#footer table th,
#footer table td {
  padding: 0.5em;
  text-align: left;
  border: 1px solid #666666;
}
#footer table th {
  padding-top: 0.5em;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #666666;
}
#footer table td {
  vertical-align: top;
}
#footer hr {
  border-color: #444;
}
#touch-tools-inner {
  background-color: #f3f3f3;
  padding: 1em;
  margin-bottom: 1em;
  background-color: #333;
  width: 88%;
  padding: 1%;
}
#touch-tools-inner a {
  cursor: pointer;
  font-size: 16px;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 900;
  display: inline-block;
  background: #e70095;
  padding: 4px 9px;
  vertical-align: bottom;
  text-transform: none;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #ce0085;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline;
  float: right;
}
#touch-tools-inner a:visited {
  color: #ffffff;
}
#touch-tools-inner a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff1bae;
}
#touch-tools-inner a:focus {
  outline: 1px dotted #666;
}
#touch-tools-inner a.disabled {
  cursor: default;
  background-image: none;
}
#touch-tools-inner a[disabled] {
  cursor: default;
  background-image: none;
}
#footer-social {
  background: #252525;
  padding: 6px 0;
  margin-bottom: 20px;
}
.area-mailing-list {
  float: left;
}
.area-social {
  float: right;
}
.area-social h2 {
  font-size: 18px;
  float: left;
  margin: 9px 14px 0 0;
  text-align: right;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
}
.area-social h2 {
  font-size: 18px;
  text-transform: none;
  float: left;
  margin: 9px 14px 0 0;
}
.area-social ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-social li {
  float: left;
  margin: 0 0 0 6px;
}
.area-social a {
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  background: #000000 url(../images/sprite-social-icons.png) -8px -8px no-repeat;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  height: 36px;
  opacity: 0.85;
  width: 36px;
}
.area-social a br {
  display: none;
}
.svg .area-social a {
  background-image: url(../images/sprite-social-icons.svg);
}
.area-social a:hover {
  opacity: 1;
}
.area-social .facebook a {
  background-position: -8px -8px;
}
.area-social .twitter a {
  background-position: -52px -8px;
}
.area-social .youtube a {
  background-position: -96px -8px;
}
.area-mailing-list {
  float: left;
  font-weight: bold;
  text-align: left;
}
.area-mailing-list form {
  margin: 4px 0 0 0;
}
.area-mailing-list label {
  color: #fff;
  padding: 0;
  font-size: 18px;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 700;
  vertical-align: bottom;
  margin: 0 30px 0 0;
  float: none;
  width: auto;
}
.area-mailing-list input.text {
  font-size: 13px;
  line-height: 1.5em;
  font-weight: bold;
  border: 0;
  background-color: #f6f6f6;
  box-shadow: none;
  padding: 2px 0 0 2px;
  height: 24px;
  width: 240px;
  vertical-align: bottom;
  position: relative;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  width: 200px;
  right: 0;
}
.area-mailing-list input.text:focus {
  background-color: #fff;
}
.area-mailing-list .submit {
  cursor: pointer;
  font-size: 16px;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 900;
  display: inline-block;
  background: #777777;
  padding: 4px 9px;
  vertical-align: bottom;
  text-transform: none;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 12px;
  height: 26px;
  padding: 4px 9px 5px 9px;
  margin-left: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: middle;
}
.area-mailing-list .submit:visited {
  color: #ffffff;
}
.area-mailing-list .submit:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #919191;
}
.area-mailing-list .submit:focus {
  outline: 1px dotted #666;
}
.area-mailing-list .submit.disabled {
  cursor: default;
  background-image: none;
}
.area-mailing-list .submit[disabled] {
  cursor: default;
  background-image: none;
}
#footer .group-1 {
  zoom: 1;
}
#footer .group-1:before,
#footer .group-1:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#footer .group-1:after {
  clear: both;
}
.area-footer-contact,
.area-footer-navigation,
.area-footer-principal-sponsor {
  float: left;
  font-size: 14px;
}
.area-footer-contact {
  zoom: 1;
  display: inline;
  float: left;
  width: 23.5%;
  margin-right: 2%;
}
.area-footer-contact:before,
.area-footer-contact:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-footer-contact:after {
  clear: both;
}
#footer .area-footer-contact p {
  margin: 0;
  color: #cccccc;
}
#footer .area-footer-contact p strong {
  color: #ffffff;
}
.area-footer-navigation {
  zoom: 1;
  display: inline;
  float: left;
  width: 49%;
  margin-right: 2%;
}
.area-footer-navigation:before,
.area-footer-navigation:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-footer-navigation:after {
  clear: both;
}
#footer .area-footer-navigation li {
  zoom: 1;
  display: inline;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  width: 30%;
  margin-right: 5%;
}
#footer .area-footer-navigation li:before,
#footer .area-footer-navigation li:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#footer .area-footer-navigation li:after {
  clear: both;
}
#footer .area-footer-navigation li.end {
  margin-right: 0;
}
#footer .area-footer-navigation a {
  color: #fff;
  background: url(../images/arrow-footer.png) no-repeat 0 9px;
  padding-left: 10px;
  font-weight: bold;
  font-size: 13px;
  display: block;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
}
#footer .area-footer-navigation a:hover {
  color: #ffffff;
  background-position: 3px 9px;
}
.area-footer-principal-sponsor {
  zoom: 1;
  display: inline;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-right: 0;
}
.area-footer-principal-sponsor:before,
.area-footer-principal-sponsor:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-footer-principal-sponsor:after {
  clear: both;
}
.area-footer-principal-sponsor a {
  opacity: 0.8;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  display: block;
  background-image: url(../images/logo-ace.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  height: 52px;
  width: 223px;
  margin: 0;
  float: right;
}
.area-footer-principal-sponsor a br {
  display: none;
}
.area-footer-principal-sponsor a:hover {
  opacity: 1;
}
.svg .area-footer-principal-sponsor a {
  background-image: url(../images/logo-ace.svg);
}
.area-footer-copyright {
  zoom: 1;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  padding: 16px 0 40px 0;
  border-top: 1px solid #545454;
  margin: 2em 0 0 0;
}
.area-footer-copyright:before,
.area-footer-copyright:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-footer-copyright:after {
  clear: both;
}
.area-footer-copyright p {
  display: inline;
  float: left;
  font-size: 12px;
  margin: 0;
  line-height: 1em;
}
.area-footer-copyright .by-made {
  display: inline;
  float: right;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  background-image: url(../images/logo-made.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  height: 9px;
  width: 39px;
}
.area-footer-copyright .by-made br {
  display: none;
}
.svg .area-footer-copyright .by-made {
  background-image: url(../images/logo-made.svg);
}
/* @end */
/* @group Global Units */
.twitter-share-button {
  position: relative;
  width: 100px !important;
}
.area-share-widgets {
  border-top: 1px solid #d8d8d8;
  padding-top: 6px;
}
.area-share-widgets .fb_iframe_widget {
  display: inline-block;
  position: relative;
}
.area-share-widgets .fb-like,
.area-share-widgets .fb-like span[style] {
  margin-right: 5px;
  line-height: normal;
  vertical-align: top!important;
}
.primary-type-production .area-share-widgets {
  border: none;
  float: right;
}
.content-footer {
  padding-top: 15px;
  border-top: 1px solid #e9e9e9;
}
/* @group Disqus */
#disqus_thread {
  padding: 15px;
  background-color: #fff;
  margin: 1em 0;
}
#dsq-subscribe,
.dsq-brlink {
  font-size: 12px !important;
}
/* @end */
/* @group Facebook */
.area-facebook-like-box {
  margin-bottom: 20px;
}
.area-facebook-like-box,
.area-facebook-like-box iframe,
.area-facebook-like-box iframe[style] {
  background-color: #ffffff;
  width: 100% !important;
  display: block;
}
.area-facebook-like-box .fb-like-box,
.area-facebook-like-box .fb-like-box span,
.area-facebook-like-box .fb-like-box.fb_iframe_widget span iframe {
  width: 100% !important;
}
/* @end */
/* @group Rating Stars */
.review {
  margin-bottom: 2.5em;
}
.review .description {
  margin-bottom: 0.5em;
}
.review .description p {
  margin-bottom: 0;
}
.rating-stars {
  margin-bottom: 0.5em;
}
.rating-stars span {
  display: block;
  width: 30px;
  height: 28px;
  background-image: url(../images/review-star-ratings.png);
  background-position: 0 0;
  background-repeat: repeat-x;
}
.rating-stars .rating-1-of-5 {
  width: 30px;
}
.rating-stars .rating-2-of-5 {
  width: 60px;
}
.rating-stars .rating-3-of-5 {
  width: 90px;
}
.rating-stars .rating-4-of-5 {
  width: 120px;
}
.rating-stars .rating-5-of-5 {
  width: 150px;
}
.rating-stars span i {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* @end */
.unit-block {
  zoom: 1;
}
.unit-block:before,
.unit-block:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-block:after {
  clear: both;
}
.unit-block .media {
  float: left;
  margin-right: 10px;
}
.unit-block .media img {
  display: block;
}
.unit-block .body,
.unit-block header,
.unit-block footer {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.unit-block .meta {
  color: #656565;
}
.unit-block .meta p {
  margin: 0;
}
.unit-article {
  zoom: 1;
  padding: 1%;
}
.unit-article:before,
.unit-article:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-article:after {
  clear: both;
}
.unit-article .media {
  float: left;
  margin-right: 10px;
}
.unit-article .media img {
  display: block;
}
.unit-article .body,
.unit-article header,
.unit-article footer {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.unit-article .meta {
  color: #656565;
}
.unit-article .meta p {
  margin: 0;
}
.unit-tweet {
  zoom: 1;
  padding: 1%;
}
.unit-tweet:before,
.unit-tweet:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-tweet:after {
  clear: both;
}
.unit-tweet .media {
  float: left;
  margin-right: 10px;
}
.unit-tweet .media img {
  display: block;
}
.unit-tweet .body,
.unit-tweet header,
.unit-tweet footer {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.unit-tweet .meta {
  color: #656565;
}
.unit-tweet .meta p {
  margin: 0;
}
.unit-link-list {
  zoom: 1;
}
.unit-link-list:before,
.unit-link-list:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-link-list:after {
  clear: both;
}
.unit-link-list ul,
.unit-link-list ol,
.unit-link-list dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-link-list ul li,
.unit-link-list ol li,
.unit-link-list dl li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-navigation-list {
  zoom: 1;
}
.unit-navigation-list:before,
.unit-navigation-list:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-navigation-list:after {
  clear: both;
}
.unit-navigation-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-navigation-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-navigation-list li {
  display: inline;
  float: left;
}
.unit-navigation-list a {
  display: block;
  margin-right: 10px;
}
.unit-breadcrumb-trail {
  zoom: 1;
}
.unit-breadcrumb-trail:before,
.unit-breadcrumb-trail:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-breadcrumb-trail:after {
  clear: both;
}
.unit-breadcrumb-trail ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-breadcrumb-trail ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-breadcrumb-trail li {
  display: inline;
  float: left;
}
.unit-breadcrumb-trail a {
  display: block;
  margin-right: 10px;
}
.unit-nested-menu {
  zoom: 1;
}
.unit-nested-menu:before,
.unit-nested-menu:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-nested-menu:after {
  clear: both;
}
.unit-nested-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-nested-menu ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-nested-menu a {
  display: block;
  padding: 5px 10px;
  background: #F0F0F0;
}
.unit-nested-menu .nested-menu-nesting-2 a {
  padding-left: 30px;
}
.unit-nested-menu .nested-menu-nesting-3 a {
  padding-left: 50px;
}
.unit-nested-menu .nested-menu-nesting-5 a {
  padding-left: 60px;
}
.unit-nested-menu .section a {
  background: #DDD;
}
.unit-nested-menu a.section {
  background: #CCC;
}
.unit-nested-menu a.current {
  color: #FFF;
  background: #e70095;
}
.unit-performance-dates td.performance-types span {
  font-size: 92%;
  font-weight: bold;
  display: block;
}
.unit-gallery-thumbnails ul {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
  overflow: auto;
}
.unit-gallery-thumbnails ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-gallery-thumbnails ul:before,
.unit-gallery-thumbnails ul:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-gallery-thumbnails ul:after {
  clear: both;
}
.unit-gallery-thumbnails ul li {
  display: inline;
  float: left;
  margin: 0 5px 5px 0;
}
.unit-gallery-thumbnails li.start {
  clear: left;
}
.unit-gallery-thumbnails li.end {
  margin-right: 0;
}
.unit-production-entry header .prefix,
.unit-production-entry header .suffix {
  margin: 0;
}
a.more {
  cursor: pointer;
  font-size: 16px;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 900;
  display: inline-block;
  background: #777777;
  padding: 4px 9px;
  vertical-align: bottom;
  text-transform: none;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.more:visited {
  color: #ffffff;
}
a.more:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #919191;
}
a.more:focus {
  outline: 1px dotted #666;
}
a.more.disabled {
  cursor: default;
  background-image: none;
}
a.more[disabled] {
  cursor: default;
  background-image: none;
}
.book-button {
  cursor: pointer;
  font-size: 16px;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 900;
  display: inline-block;
  background: #e70095;
  padding: 4px 9px;
  vertical-align: bottom;
  text-transform: none;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #ce0085;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.book-button:visited {
  color: #ffffff;
}
.book-button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff1bae;
}
.book-button:focus {
  outline: 1px dotted #666;
}
.book-button.disabled {
  cursor: default;
  background-image: none;
}
.book-button[disabled] {
  cursor: default;
  background-image: none;
}
.book-status {
  cursor: pointer;
  display: inline-block;
  background: #e6e6e6;
  color: #808080;
  padding: 7px 15px 8px;
  vertical-align: bottom;
  line-height: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* @group Modal Overlays for Alerts */
.type-page .modal {
  background-color: #232323;
  border-color: rgba(255, 255, 255, 0.25);
}
.type-page .modal .modal-body {
  color: #ffffff;
  text-align: center;
}
/* @end */
/* @group Supporting Content Defaults */
.unit-production-entry {
  zoom: 1;
  padding: 1%;
}
.unit-production-entry:before,
.unit-production-entry:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-production-entry:after {
  clear: both;
}
.unit-production-entry .media {
  float: left;
  margin-right: 10px;
}
.unit-production-entry .media img {
  display: block;
}
.unit-production-entry .body,
.unit-production-entry header,
.unit-production-entry footer {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.unit-production-entry .meta {
  color: #656565;
}
.unit-production-entry .meta p {
  margin: 0;
}
.unit-article,
.unit-production-entry,
.unit-block {
  padding: 1%;
}
.unit-article .media,
.unit-production-entry .media,
.unit-block .media {
  float: right;
  margin-left: 3%;
  margin-right: 0;
  width: 46.3%;
}
.unit-article .body,
.unit-production-entry .body,
.unit-block .body {
  float: left;
  padding: 1% 0 0% 1.5%;
  width: 49%;
}
.unit-production-entry .links {
  margin-bottom: 0;
}
.supporting-content-panel {
  background-color: #ffffff;
  margin-bottom: 10px;
  border-bottom: 10px solid #e70095;
}
.supporting-content-panel h2 {
  background: #e70095;
  color: #fff;
  font-size: 22px;
  margin: 0;
  padding: 7px 10px 4px 10px;
}
.supporting-content-panel li,
.supporting-content-panel p {
  font-size: 14px;
  line-height: 1.5em;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
}
.supporting-content-link-list a {
  border-bottom: 1px solid #b40074;
  font-weight: 700;
  display: block;
  padding: 5px 0 5px 34px;
}
.supporting-content-link-list:hover {
  background-color: #fff;
}
.supporting-content-link-list.last a {
  border-bottom: none;
  margin-bottom: 3px;
}
.area-audio-player,
.area-image-gallery,
.area-video-gallery,
.area-media-gallery,
.area-attachments-list,
.area-related-page-list,
#secondary-content .area-news-list,
.inline-form form {
  background-color: #ffffff;
  margin-bottom: 10px;
  border-bottom: 10px solid #e70095;
}
.area-audio-player h2,
.area-image-gallery h2,
.area-video-gallery h2,
.area-media-gallery h2,
.area-attachments-list h2,
.area-related-page-list h2,
#secondary-content .area-news-list h2,
.inline-form form h2 {
  background: #e70095;
  color: #fff;
  font-size: 22px;
  margin: 0;
  padding: 7px 10px 4px 10px;
}
.area-audio-player li,
.area-image-gallery li,
.area-video-gallery li,
.area-media-gallery li,
.area-attachments-list li,
.area-related-page-list li,
#secondary-content .area-news-list li,
.inline-form form li,
.area-audio-player p,
.area-image-gallery p,
.area-video-gallery p,
.area-media-gallery p,
.area-attachments-list p,
.area-related-page-list p,
#secondary-content .area-news-list p,
.inline-form form p {
  font-size: 14px;
  line-height: 1.5em;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
}
.inline-form form {
  border-bottom: none;
}
.area-attachments-list ul li a,
.area-related-page-list ul li a {
  border-bottom: 1px solid #b40074;
  font-weight: 700;
  display: block;
  padding: 5px 0 5px 34px;
}
.area-attachments-list ul li:hover,
.area-related-page-list ul li:hover {
  background-color: #fff;
}
.area-attachments-list ul li.last a,
.area-related-page-list ul li.last a {
  border-bottom: none;
  margin-bottom: 3px;
}
.unit-gallery-thumbnails ul {
  padding: 10px 10px 5px 10px;
}
.list-more-link {
  -webkit-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  color: #fff;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  text-transform: none;
  font-size: 12px;
  background-color: #e70095;
  padding: 2px 10px;
  text-align: right;
  display: block;
  font-weight: 700;
}
.list-more-link:hover {
  background-color: lighten #e70095, 5%;
}
/* @end */
/* @group Related Pages */
.area-related-page-list ul li a {
  padding-left: 10px;
}
/* @end */
/* @group Attachments */
#primary-content .area-attachments-list {
  margin-top: 20px;
}
.area-attachments-list a {
  background: url(/themes/cheltenhamfestivals/static/document-files/document.png) no-repeat 10px 7px;
}
.area-attachments-list li.pdf a {
  background-image: url(/themes/cheltenhamfestivals/static/document-files/document-pdf.png);
}
.area-attachments-list li.music a {
  background-image: url(/themes/cheltenhamfestivals/static/document-files/document-music.png);
}
.area-attachments-list li.excel a {
  background-image: url(/themes/cheltenhamfestivals/static/document-files/document-excel.png);
}
.area-attachments-list li.film a {
  background-image: url(/themes/cheltenhamfestivals/static/document-files/document-film.png);
}
.area-attachments-list li.powerpoint a {
  background-image: url(/themes/cheltenhamfestivals/static/document-files/document-powerpoint.png);
}
.area-attachments-list li.word-text a {
  background-image: url(/themes/cheltenhamfestivals/static/document-files/document-word-text.png);
}
.area-attachments-list li.zipped a {
  background-image: url(/themes/cheltenhamfestivals/static/document-files/document-zipper.png);
}
.area-attachments-list a .filesize {
  color: #333;
  text-transform: none;
}
.area-attachments-list a .description {
  color: #333;
}
/* @end */
/* @group Share Widgets */
.share {
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.AddThisShareWidget h3 {
  display: none !important;
  visibility: hidden;
}
/* @end */
/* @group Twitter Feed */
.TwitterWidget h3 {
  display: none;
}
.area-twitter-feed {
  background-color: #333;
  margin-bottom: 20px;
  min-height: 200px;
}
.area-twitter-feed h2 {
  background-image: url(../images/icon-twitter.png);
  background-repeat: no-repeat;
  background-position: 97% 80%;
  font-size: 24px;
  color: #fff;
  padding: 10px 10px 0 10px;
  margin: 0;
}
.area-twitter-feed #area-tweets {
  display: block;
  width: auto;
  font-size: 18px;
  margin: 8px 8px 0 8px;
  border: none;
  background-color: #fff;
}
.area-twitter-feed .body {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 600;
  color: #333;
  background-color: #fff;
  padding: 15px;
  display: none;
}
.area-twitter-feed .body p {
  margin-bottom: 0;
}
.area-twitter-feed .body.first {
  display: block;
}
.area-twitter-feed footer {
  padding: 0 8px 8px 46px;
  background-image: url(../images/twitter-footer.png);
  background-repeat: no-repeat;
  background-position: 24px 0;
}
.area-twitter-feed a.twitter-permalink {
  color: #ccc;
  font-weight: bold;
}
.area-twitter-feed a.twitter-permalink span {
  font-size: 14px;
  color: #fff;
}
.area-twitter-feed time {
  font-size: 12px;
  color: ccc;
  margin-left: 3px;
}
/* @end */
/* @group Page Images */
.area-page-image {
  margin-bottom: 20px;
}
/* @end */
/* @group Page Navigation */
.unit-page-navigation {
  zoom: 1;
  padding: 2% 0;
  background-color: #fff;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 700;
}
.unit-page-navigation:before,
.unit-page-navigation:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-page-navigation:after {
  clear: both;
}
.unit-page-navigation .next {
  float: right;
  padding-right: 14px;
  background: url(../images/arrow-article-navigation-next.png) no-repeat 100% 50%;
}
.svg .unit-page-navigation .next {
  background-image: url(../images/arrow-article-navigation-next.svg);
}
.unit-page-navigation .back {
  float: left;
  padding-left: 14px;
  background: url(../images/arrow-article-navigation-back.png) no-repeat 0 50%;
}
.svg .unit-page-navigation .back {
  background-image: url(../images/arrow-article-navigation-back.svg);
}
/* @end */
/* @group Breadcrumb Trail */
.unit-breadcrumb-trail {
  background: #ffffff;
  padding: 6px 15px 5px 15px;
  margin-bottom: 20px;
  font-size: 16px;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  text-transform: none;
  font-weight: 600;
}
.unit-breadcrumb-trail ul li.home a {
  color: #666;
}
.unit-breadcrumb-trail ul li.home a:hover {
  color: #000;
}
.unit-breadcrumb-trail ul li a {
  padding-right: 30px;
  margin-right: 0;
  background: url(../images/arrow-breadcrumb.png) no-repeat 100% 45%;
}
.svg .unit-breadcrumb-trail ul li a {
  background-image: url(../images/arrow-breadcrumb.svg);
}
.unit-breadcrumb-trail ul li.last a {
  color: #333;
  background-image: none;
  margin-right: 0;
}
/* @end */
/* @group News Filters */
.area-filters-type,
.area-filters-category {
  zoom: 1;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: none;
}
.area-filters-type:before,
.area-filters-category:before,
.area-filters-type:after,
.area-filters-category:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-filters-type:after,
.area-filters-category:after {
  clear: both;
}
.area-filters-type ul,
.area-filters-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-filters-type ul li,
.area-filters-category ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-filters-type a,
.area-filters-category a {
  display: block;
  padding: 5px 10px;
  background: #F0F0F0;
}
.area-filters-type .nested-menu-nesting-2 a,
.area-filters-category .nested-menu-nesting-2 a {
  padding-left: 30px;
}
.area-filters-type .nested-menu-nesting-3 a,
.area-filters-category .nested-menu-nesting-3 a {
  padding-left: 50px;
}
.area-filters-type .nested-menu-nesting-5 a,
.area-filters-category .nested-menu-nesting-5 a {
  padding-left: 60px;
}
.area-filters-type .section a,
.area-filters-category .section a {
  background: #DDD;
}
.area-filters-type a.section,
.area-filters-category a.section {
  background: #CCC;
}
.area-filters-type a.current,
.area-filters-category a.current {
  color: #FFF;
  background: #e70095;
}
h2.filter-title {
  color: #fff;
  background-color: #333;
  margin: 0;
  font-size: 14px;
  padding: 10px;
  text-transform: none;
}
/* @end */
/* @group Secondary Nav */
.unit-secondary-navigation {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: none;
}
h2.top-level-parent {
  margin-bottom: 0.25em;
}
.unit-nested-menu a,
.area-filters-type a,
.area-filters-category a {
  background-color: #fff;
  margin-bottom: 1px;
  padding-right: 30px;
}
.unit-nested-menu a:hover,
.area-filters-type a:hover,
.area-filters-category a:hover {
  color: #fff;
  background-color: #ff01a5;
  background-image: url(../images/arrow-navigation-level2-active.png);
  background-repeat: no-repeat;
  background-position: 98% 8px;
}
.unit-nested-menu a.section {
  color: #fff;
  background-color: #373737;
  background-image: url(../images/arrow-navigation-level2-open.png);
  background-repeat: no-repeat;
  background-position: 97% 8px;
}
.svg .unit-nested-menu a.section {
  background-image: url(../images/arrow-navigation-level2-open.svg);
}
.unit-nested-menu a.current,
.area-filters-type a.current,
.area-filters-category a.current {
  background-color: #e70095;
  background-image: url(../images/arrow-navigation-level2-active.png);
  background-repeat: no-repeat;
  background-position: 98% 8px;
}
.svg .unit-nested-menu a.current,
.svg .area-filters-type a.current,
.svg .area-filters-category a.current,
.svg .unit-nested-menu a:hover,
.svg .area-filters-type a:hover,
.svg .area-filters-category a:hover {
  background-image: url(../images/arrow-navigation-level2-active.svg);
}
.unit-secondary-navigation ul ul {
  border: 1px solid #333;
  font-size: 15px;
  line-height: 1.2em;
}
.unit-secondary-navigation ul ul li a {
  padding: 0.5em 30px;
}
.unit-secondary-navigation .nested-menu-nesting-2 {
  background-color: #333;
  margin-top: -1px;
  margin-bottom: 1px;
}
.unit-secondary-navigation .nested-menu-nesting-2 .link {
  background-color: #494740;
  color: #fff;
}
.unit-secondary-navigation .nested-menu-nesting-2 .last {
  margin-bottom: 0;
}
/* @end */
/* @group Child Navigation List */
.area-child-page-list {
  zoom: 1;
  margin-top: 20px;
}
.area-child-page-list:before,
.area-child-page-list:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-child-page-list:after {
  clear: both;
}
.area-child-page-list .unit-block {
  float: left;
  margin-right: 4%;
  width: 48%;
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 0;
}
.area-child-page-list .unit-block .media {
  width: 100%;
}
.area-child-page-list .unit-block .body {
  width: auto;
  float: none;
  padding: 0;
}
.area-child-page-list .unit-block h2 {
  font-size: 20px;
  color: #e70095;
  margin: 0 0 3px 0;
}
.area-child-page-list .unit-block a p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.area-child-page-list .unit-block a {
  display: block;
  padding: 8px;
  min-height: 245px;
}
.area-child-page-list .unit-block a:hover {
  border-bottom-color: #ff1bae;
}
.area-child-page-list .unit-block a:hover h2 {
  color: #ff1bae;
}
.area-child-page-list .end {
  margin-right: 0;
}
.area-child-page-list .media {
  float: none;
  margin: 0 0 12px 0;
}
/* @end */
/* @group Recommended Productions */
.area-recommended-productions {
  margin-top: 20px;
}
.area-recommended-productions .unit-production-entry {
  background-color: #000;
  margin-bottom: 10px;
}
.area-recommended-productions .unit-production-entry h2 {
  font-size: 22px;
  line-height: 1em;
}
.area-recommended-productions .unit-production-entry h2 a {
  color: #ccc;
}
.area-recommended-productions .unit-production-entry h2 a:hover {
  color: #fff;
}
.area-recommended-productions .unit-production-entry .links {
  margin: 0;
}
.area-recommended-productions .unit-production-entry .meta {
  color: #fff;
  font-size: 13px;
}
.area-recommended-productions .unit-production-entry .links a {
  padding: 4px 8px 3px;
}
/* @end */
/* @group Homepage Calendar */
.area-homepage-calendar {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.area-homepage-calendar .calendar {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 5px;
}
.area-homepage-calendar .calendar-controls {
  color: #ffffff;
  background-color: #656565;
  margin: 0;
  line-height: 1em;
  padding: 10px;
  text-align: center;
  position: relative;
}
.area-homepage-calendar .calendar-controls a {
  margin-top: 1px;
  width: 15px;
  height: 13px;
  background-position: 0 0;
  opacity: 0.85;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.area-homepage-calendar .calendar-controls a br {
  display: none;
}
.area-homepage-calendar .calendar-controls a:hover {
  opacity: 1;
}
.area-homepage-calendar .calendar-controls .previous {
  display: inline;
  float: left;
  background-image: url(../images/arrow-homecal-l.png);
}
.svg .area-homepage-calendar .calendar-controls .previous {
  background-image: url(../images/arrow-homecal-l.svg);
}
.area-homepage-calendar .calendar-controls .next {
  display: inline;
  float: right;
  background-image: url(../images/arrow-homecal-r.png);
}
.svg .area-homepage-calendar .calendar-controls .next {
  background-image: url(../images/arrow-homecal-r.svg);
}
.area-homepage-calendar table {
  border: none;
}
.area-homepage-calendar th,
.area-homepage-calendar td {
  font-size: 14px;
  padding: 0;
  width: 14%;
  text-align: center;
  border: none;
  font-weight: normal;
}
.area-homepage-calendar .last-month,
.area-homepage-calendar .next-month {
  color: #ccc;
}
.area-homepage-calendar td {
  border: 2px solid #fff;
  background-color: #e9e9e9;
}
.area-homepage-calendar td.today {
  outline: 1px solid #666;
}
.area-homepage-calendar td.past,
.area-homepage-calendar td.previous-month {
  color: #ccc;
}
.area-homepage-calendar td.has-results {
  cursor: pointer;
}
.area-homepage-calendar a.has-results {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #e70095;
  color: #ffffff;
  cursor: pointer;
}
.area-days-performances {
  display: none;
  position: relative;
}
.area-performance-list {
  position: absolute;
  width: 200px;
  bottom: 10px;
  left: -70px;
  padding-bottom: 10px;
  text-align: left;
}
.area-performance-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 2px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  position: relative;
}
.area-performance-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-performance-list ul:after {
  top: 100%;
  border: solid transparent;
  border-top-color: #ffffff;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.area-performance-list ul:before {
  top: 100%;
  border: solid transparent;
  border-top-color: #ffffff;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.area-days-performances ul li a {
  padding: 3px 8px 5px 8px;
  font-size: 12px;
  line-height: 1.2em;
  display: block;
  color: #333;
}
.area-days-performances ul li a:hover {
  color: #fff;
  background-color: #e70095;
}
.active .area-days-performances {
  display: block;
  z-index: 10;
}
/* @end */
/* @group Homepage Filters */
.area-homepage-filters {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 700;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  padding: 10px;
}
.area-homepage-filters form {
  margin-bottom: 10px;
}
.area-homepage-filters h2 {
  margin: 0 0 3px 0;
  color: #333;
  font-weight: normal;
  font-size: 18px;
}
.area-homepage-filters .button {
  cursor: pointer;
  font-size: 16px;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 900;
  display: inline-block;
  background: #e70095;
  padding: 4px 9px;
  vertical-align: bottom;
  text-transform: none;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #ce0085;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1em;
  margin-left: 4%;
  padding: 6px 0;
  width: 16%;
}
.area-homepage-filters .button:visited {
  color: #ffffff;
}
.area-homepage-filters .button:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff1bae;
}
.area-homepage-filters .button:focus {
  outline: 1px dotted #666;
}
.area-homepage-filters .button.disabled {
  cursor: default;
  background-image: none;
}
.area-homepage-filters .button[disabled] {
  cursor: default;
  background-image: none;
}
.area-homepage-filters select {
  width: 80%;
  float: left;
}
.area-homepage-filters .browse-by {
  margin-bottom: 10px;
}
.area-homepage-filters .filter-by div {
  margin-bottom: 5px;
  zoom: 1;
}
.area-homepage-filters .filter-by div:before,
.area-homepage-filters .filter-by div:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-homepage-filters .filter-by div:after {
  clear: both;
}
/* @end */
/* @group News List - Widget */
.area-homepage-news-list {
  background-color: #fff;
}
.area-news-list {
  margin-top: 20px;
}
.area-news-list .section-header,
.area-homepage-news-list .section-header {
  zoom: 1;
  margin-bottom: 0;
  padding: 12px 14px 10px 14px;
  background-color: #e70095;
}
.area-news-list .section-header:before,
.area-homepage-news-list .section-header:before,
.area-news-list .section-header:after,
.area-homepage-news-list .section-header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-news-list .section-header:after,
.area-homepage-news-list .section-header:after {
  clear: both;
}
.area-news-list .section-header h2,
.area-homepage-news-list .section-header h2 {
  color: #fff;
  margin: 0;
  font-weight: 800;
  display: inline;
  float: left;
}
.area-news-list .unit-article,
.area-homepage-news-list .unit-article {
  border-bottom: 1px solid #ccc;
  padding: 1.5%;
}
.area-news-list .unit-article header,
.area-homepage-news-list .unit-article header {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.area-news-list .unit-article header h3,
.area-homepage-news-list .unit-article header h3 {
  font-weight: 700;
}
.area-news-list .unit-article header .meta p,
.area-homepage-news-list .unit-article header .meta p {
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  text-transform: none;
}
.area-homepage-news-list .unit-article {
  padding: 2.5%;
}
.area-homepage-news-list .unit-article .meta p {
  font-size: 12px;
}
.area-news-list .unit-article {
  background-color: #fff;
  border-bottom: none;
  margin-bottom: 10px;
}
.area-news-list .unit-article .media {
  width: 41%;
  margin-left: 2%;
}
.area-news-list .unit-article .body {
  width: auto;
  padding: 1%;
}
.area-news-list .unit-article .body .excerpt p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4em;
}
.area-news-list .unit-article.has-image .body {
  width: 55%;
}
.area-news-list .unit-article .meta {
  border-bottom: 1px solid #ccc;
}
.area-news-list .unit-article .meta p {
  font-size: 14px;
}
.area-news-list .last,
.area-homepage-news-list .last {
  border-bottom: none;
}
.area-news-list a .article-type,
.area-homepage-news-list a .article-type {
  color: #333;
}
.area-news-list a:hover .article-type,
.area-homepage-news-list a:hover .article-type {
  color: #666;
}
.area-news-list .description,
.area-homepage-news-list .description {
  margin-bottom: 0.25em;
}
.rss {
  width: 24px;
  height: 24px;
  background: url(../images/icon-rss.png) no-repeat 0 0;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.rss br {
  display: none;
}
.area-news-list .section-header .rss,
.area-homepage-news-list .section-header .rss {
  display: inline;
  float: right;
}
.area-news-list .unit-article header,
.area-homepage-news-list .unit-article header {
  zoom: 1;
  margin-bottom: 0.25em;
}
.area-news-list .unit-article header:before,
.area-homepage-news-list .unit-article header:before,
.area-news-list .unit-article header:after,
.area-homepage-news-list .unit-article header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-news-list .unit-article header:after,
.area-homepage-news-list .unit-article header:after {
  clear: both;
}
.area-news-list .unit-article h3,
.area-homepage-news-list h3 {
  font-size: 20px;
  font-weight: normal;
  margin: 0;
}
.area-news-list .unit-article h3 a,
.area-homepage-news-list .unit-article h3 a {
  display: block;
}
.area-news-list img.author {
  float: left;
  margin-right: 12px;
}
.area-news-list footer a,
.area-homepage-news-list footer a {
  -webkit-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  color: #fff;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  text-transform: none;
  font-size: 12px;
  background-color: #e70095;
  padding: 2px 10px;
  text-align: right;
  display: block;
  font-weight: 700;
}
.area-news-list footer a:hover,
.area-homepage-news-list footer a:hover {
  background-color: lighten #e70095, 5%;
}
#secondary-content .area-news-list h2 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#secondary-content .area-news-list .unit-article h3 {
  font-size: 18px;
}
/* @end */
/* @group Feature Boxes */
.area-feature-boxes {
  zoom: 1;
}
.area-feature-boxes:before,
.area-feature-boxes:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-feature-boxes:after {
  clear: both;
}
.area-feature-boxes .unit-block {
  position: relative;
  margin-bottom: 2%;
  overflow: hidden;
  padding: 0;
}
.type-home-page .area-feature-boxes .unit-block {
  width: 32%;
  float: left;
  margin-left: 2%;
}
.type-home-page .area-feature-boxes .first {
  margin-left: 0;
}
.area-feature-boxes .unit-block img {
  width: 100%;
  height: auto;
  display: block;
}
.area-feature-boxes .unit-block header {
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  padding: 10px 10px 20px 10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.area-feature-boxes .unit-block a:hover header {
  bottom: 0;
}
.area-feature-boxes h2 {
  color: #ccc;
  font-weight: 700;
  text-align: center;
  font-size: 14px;
  text-transform: none;
}
.area-feature-boxes a:hover h2 {
  color: #fff;
}
/* @end */
/* @group Tabs */
.js .tab-title,
.no-js .tab-headers {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.js .tab-headers {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  clear: left;
}
.js .tab-headers:before,
.js .tab-headers:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.js .tab-headers:after {
  clear: both;
}
.js .tab-headers ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.js .tab-headers li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
}
.js .tab-headers a {
  display: block;
}
.js .tab-headers ul {
  zoom: 1;
}
.js .tab-headers ul:before,
.js .tab-headers ul:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.js .tab-headers ul:after {
  clear: both;
}
.js .tab-headers li {
  line-height: normal;
}
.js .collapsible-header {
  zoom: 1;
}
.js .collapsible-header:before,
.js .collapsible-header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.js .collapsible-header:after {
  clear: both;
}
.js .collapsible-tab-header {
  display: inline;
  float: left;
  margin: 0;
  line-height: normal;
}
.wf-active .collapsible-tab-header[style],
.wf-active .collapsible-content h3[style] {
  visibility: visible !important;
}
.js .tab-headers a,
.js .collapsible-tab-header a {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  color: #fff;
  padding: 6px 10px 4px 10px;
  background: #ce0085;
  margin-right: 1px;
  margin-bottom: 1px;
  display: block;
}
.js .tab-headers a:hover,
.js .collapsible-tab-header a:hover {
  background-color: #e70095;
}
.js .tab-headers .active a,
.js .selected a,
.js .tab-headers .active a:hover,
.js .selected a:hover {
  color: #ce0085;
  margin-bottom: 0;
  border-bottom: 1px solid #ffffff;
  background-color: #ffffff;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
}
.js .tab-headers .active a {
  color: #777 !important;
}
.js .tab-content,
.js .collapsible-content {
  padding: 1.5em 2.5% 2.5% 2.5%;
  background-color: #ffffff;
}
/* @group Collapsible Tabs */
.collapsible-content {
  display: none;
}
.active-collapsible-tab {
  display: block;
}
/* @end */
/* @end */
/* @group Profile List */
.area-profile-list {
  zoom: 1;
  margin-right: -2%;
}
.area-profile-list:before,
.area-profile-list:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-profile-list:after {
  clear: both;
}
.area-profile-list .unit-block {
  zoom: 1;
  display: inline;
  float: left;
  width: 40.5%;
  margin-right: 2%;
  width: 18%;
  height: 250px;
  margin-bottom: 20px;
}
.area-profile-list .unit-block:before,
.area-profile-list .unit-block:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-profile-list .unit-block:after {
  clear: both;
}
.area-profile-list .unit-block h3 {
  font-size: 20px;
  margin: 0;
}
.area-profile-list .unit-block .subtitle {
  font-size: 13px;
  line-height: 1.4em;
}
a .subtitle {
  color: #333;
}
.area-profile-list .unit-block .media {
  float: none;
  margin: 0 0 10px 0;
  width: 100%;
}
/* @end */
/* @group Profile Group */
.area-profilegrouping .profile-person {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
/* @end */
/* @group Quickfind */
.quickfind {
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  text-transform: none;
  font-size: 13px;
  line-height: normal;
  color: #666;
  background-color: #fff;
  border: 1px solid #666;
  padding: 2px 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  font-weight: 700;
}
.quickfind b {
  font-weight: 900;
}
/* @end */
/* @group Festival Sponsors */
.area-festival-sponsors {
  zoom: 1;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 2%;
  margin-right: 0;
  margin-top: 20px;
}
.area-festival-sponsors:before,
.area-festival-sponsors:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-festival-sponsors:after {
  clear: both;
}
.area-festival-sponsors:before,
.area-festival-sponsors:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-festival-sponsors:after {
  clear: both;
}
.area-festival-sponsors ul {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
  background-color: #fff;
  padding: 1% 2%;
}
.area-festival-sponsors ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-festival-sponsors ul:before,
.area-festival-sponsors ul:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-festival-sponsors ul:after {
  clear: both;
}
.area-festival-sponsors ul li {
  display: inline;
  float: left;
  margin-right: 78px;
}
.area-festival-sponsors a span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.area-festival-sponsors li.last {
  margin-right: 0;
}
.area-festival-sponsors a {
  display: block;
  height: 90px;
  width: 90px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.area-festival-sponsors.jazz-festival ul {
  padding: 1% 0;
  background: transparent;
  text-align: center;
}
.area-festival-sponsors.jazz-festival ul li {
  margin-right: 0;
  display: inline-block;
  float: none;
  border-bottom: none;
}
.area-festival-sponsors.jazz-festival ul .last {
  margin-right: 0;
}
.area-festival-sponsors.jazz-festival a {
  background-image: url(../images/sprite-sponsors-jazz-14453.png);
}
.area-festival-sponsors.jazz-festival .bbc-radio-2 {
  width: 160px;
}
.area-festival-sponsors.jazz-festival .bbc-radio-2 a {
  width: 130px;
}
.area-festival-sponsors.jazz-festival .the-times {
  width: 275px;
}
.area-festival-sponsors.jazz-festival .the-times a {
  display: block;
  margin: 0 auto;
  width: 245px;
  background-position: -178px 0;
}
.area-festival-sponsors.jazz-festival .ace {
  width: 305px;
}
.area-festival-sponsors.jazz-festival .ace a {
  float: right;
  width: 285px;
  background-position: -610px 0;
}
.area-festival-sponsors.jazz-festival .henry-westons {
  width: 170px;
}
.area-festival-sponsors.jazz-festival .henry-westons a {
  float: right;
  width: 152px;
  background-position: -448px 0;
}
@media only screen and (max-width: 767px) {
  .area-festival-sponsors.jazz-festival ul li {
    width: 100%;
    float: none;
  }
  .area-festival-sponsors.jazz-festival .waitrose a {
    float: none;
  }
  .area-festival-sponsors.music-festival ul li {
    width: 100%;
    float: none;
  }
  .area-festival-sponsors.music-festival .arts-council-england a,
  .area-festival-sponsors.music-festival .the-times a {
    float: none !important;
  }
  .area-festival-sponsors.literature-festival ul li {
    width: 100% !important;
    float: none;
  }
}
.area-festival-sponsors.music-festival ul {
  padding: 1% 0;
  background: transparent;
  text-align: center;
}
.area-festival-sponsors.music-festival ul li {
  margin-right: 0;
  display: inline-block;
  float: none;
  border-bottom: none;
}
.area-festival-sponsors.music-festival ul .last {
  margin-right: 0;
}
.area-festival-sponsors.music-festival a {
  background-image: url(../images/sprite-sponsors-music.png);
}
.area-festival-sponsors.music-festival .ace {
  width: 305px;
}
.area-festival-sponsors.music-festival .ace a {
  float: right;
  width: 285px;
  background-position: -10px 0;
}
.area-festival-sponsors.music-festival .hsbc a {
  width: 310px;
  background-position: -308px 0;
}
.area-festival-sponsors.science-festival ul {
  padding: 1% 0;
  background: transparent;
  text-align: center;
}
.area-festival-sponsors.science-festival li {
  margin-right: 20px;
  float: none;
  display: inline-block;
}
.area-festival-sponsors.science-festival li.first {
  margin-right: 20px;
}
.area-festival-sponsors.science-festival li.last {
  margin-right: 0;
}
.area-festival-sponsors.science-festival a {
  background-image: url(../images/sprite-sponsors-science.png?274a94342425777f60942732a7f4f45fcf120e5e);
}
.area-festival-sponsors.science-festival .deepmind a {
  width: 230px;
  background-position: 0 0;
}
.area-festival-sponsors.science-festival .edf-energy a {
  width: 250px;
  background-position: -693px 0;
}
.area-festival-sponsors.science-festival .ge a {
  width: 80px;
  background-position: -334px 0;
}
.area-festival-sponsors.science-festival .siemans a {
  width: 148px;
  background-position: -460px 0;
}
.area-festival-sponsors.science-festival .warwick a {
  width: 145px;
  background-position: -648px 0;
}
.area-festival-sponsors.science-festival .winton a {
  width: 116px;
  background-position: -822px 0;
}
.area-festival-sponsors.science-festival .gloucester a {
  width: 240px;
  background-position: -440px 0;
}
.area-festival-sponsors.literature-festival ul {
  padding: 0;
  text-align: center;
  background-color: transparent;
}
.area-festival-sponsors.literature-festival li {
  margin-right: 30px;
  float: none;
  display: inline-block;
}
.area-festival-sponsors.literature-festival .sunday-times a {
  width: 180px;
  background-image: url(../images/logo-sponsor-literature-sunday-times.svg);
  background-position: center;
}
.area-festival-sponsors.literature-festival .waterstones a {
  width: 170px;
  background-image: url(../images/logo-sponsor-literature-waterstones.svg);
  background-position: center;
}
.area-festival-sponsors.literature-festival .ahrc a {
  width: 180px;
  background-image: url(../images/logo-sponsor-literature-ahrc.png);
  background-position: center;
}
.area-festival-sponsors.literature-festival .baillie-gifford {
  width: 150px;
  text-align: center;
}
.area-festival-sponsors.literature-festival .baillie-gifford a {
  width: 150px;
  background-image: url(../images/logo-sponsor-literature-baillie-gifford-alt.png);
  background-position: center;
  display: inline-block;
  background-size: contain;
}
.area-festival-sponsors.literature-festival .cunard {
  width: 100px;
  text-align: center;
}
.area-festival-sponsors.literature-festival .cunard a {
  width: 100px;
  background-image: url(../images/logo-sponsor-literature-cunard.png);
  background-position: center;
  background-size: contain;
  display: inline-block;
}
.area-festival-sponsors.literature-festival .travelbag {
  width: 190px;
  text-align: center;
}
.area-festival-sponsors.literature-festival .travelbag a {
  width: 180px;
  background-image: url(../images/logo-sponsor-literature-travelbag.svg);
  background-position: center;
  background-size: contain;
  display: inline-block;
}
.area-festival-sponsors.literature-festival .glos {
  width: 170px;
  text-align: center;
}
.area-festival-sponsors.literature-festival .glos a {
  width: 170px;
  background-image: url(../images/logo-sponsor-literature-glos.png);
  background-position: center;
  background-size: contain;
  display: inline-block;
}
.area-festival-sponsors.literature-festival .sky-arts {
  width: 140px;
  text-align: center;
}
.area-festival-sponsors.literature-festival .sky-arts a {
  width: 140px;
  background-image: url(../images/logo-sponsor-literature-skyarts.png);
  background-position: center;
  background-size: contain;
  display: inline-block;
}
.area-festival-sponsors.literature-festival .thirty-percy {
  width: 140px;
  text-align: center;
}
.area-festival-sponsors.literature-festival .thirty-percy a {
  width: 140px;
  background-image: url(../images/logo-sponsor-literature-thirtypercy.png);
  background-position: center;
  background-size: contain;
  display: inline-block;
}
.area-festival-sponsors.literature-festival .woodland-trust {
  width: 100px;
  text-align: center;
}
.area-festival-sponsors.literature-festival .woodland-trust a {
  width: 100px;
  background-image: url(../images/logo-sponsor-literature-woodlandstrust.svg);
  background-position: center;
  background-size: contain;
  display: inline-block;
}
.area-festival-sponsors.literature-festival .arts-council {
  width: 160px;
  text-align: center;
}
.area-festival-sponsors.literature-festival .arts-council a {
  width: 160px;
  background-image: url(../images/logo-sponsor-arts-council.svg);
  background-position: center;
  background-size: contain;
  display: inline-block;
}
.area-festival-sponsors.literature-festival .hsbc {
  width: 190px;
}
.area-festival-sponsors.literature-festival .hsbc a {
  margin: auto;
  width: 170px;
  background-image: url(../images/logo-sponsor-literature-hsbc.svg);
  background-position: center;
}
.area-festival-sponsors.literature-festival .warwick-university {
  width: 100px;
}
.area-festival-sponsors.literature-festival .warwick-university a {
  margin: auto;
  width: 100px;
  background-image: url(../images/logo-sponsor-literature-warwick.png);
  background-size: contain;
  background-position: center;
}
.area-festival-sponsors.literature-festival .viking-cruises {
  width: 120px;
}
.area-festival-sponsors.literature-festival .viking-cruises a {
  margin: auto;
  width: 100px;
  background-image: url(../images/logo-sponsor-literature-viking-crusies.png);
  background-position: center;
}
.area-festival-sponsors.literature-festival .laithwaites a {
  width: 150px;
  background-image: url(../images/logo-sponsor-literature-laithwaites.png);
}
.area-festival-sponsors.literature-festival .waitrose a {
  width: 130px;
  background-image: url(../images/logo-sponsor-literature-waitrose.png);
}
/* @end */
/* @group Add to Favs */
.add-to-favourites {
  height: 20px;
  padding: 4px 26px 4px 0;
  background-image: url(../images/sprite-favourite.png);
  background-repeat: no-repeat;
  background-position: 100% -31px;
  background-color: #4d4a4b;
  border-color: #333132;
  display: inline-block;
}
.add-to-favourites span {
  display: inline-block;
}
.area-production-grid .add-to-favourites span,
.area-production-grid-promoted .add-to-favourites span {
  font-size: 12px;
}
.svg .add-to-favourites {
  background-image: url(../images/sprite-favourite.svg);
}
.add-to-favourites:hover {
  background-repeat: no-repeat;
  background-position: 100% -1px;
}
.add-to-favourites.added {
  background-repeat: no-repeat;
  background-position: 100% -31px;
}
.add-to-favourites.added:hover {
  background-repeat: no-repeat;
  background-position: 100% -61px;
}
.add-to-favourites--slim {
  background-image: url(../images/sprite-favourite-alt.png);
  width: auto;
  height: 24px;
  border: 0 none;
  padding: 0 26px 0 0;
  background-color: transparent;
  background-position: 100% -32px;
  color: #9d124d;
}
.svg .add-to-favourites--slim {
  background-image: url(../images/sprite-favourite-alt.svg);
  background-size: 24px;
}
.add-to-favourites--slim:hover {
  background-repeat: no-repeat;
  background-position: 100% 2px;
  background-color: transparent;
}
.add-to-favourites--slim.added {
  background-position: 100% -63px;
  width: auto;
  height: 24px;
  background-color: transparent;
  border: 0 none;
}
.add-to-favourites--slim.added:hover {
  background-position: 100% -63px;
  background-color: transparent;
}
.add-to-favourites-btn {
  cursor: pointer;
  font-size: 16px;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  background: #e70095;
  padding: 4px 9px;
  vertical-align: bottom;
  text-transform: none;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #ce0085;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-position: 95% -31px;
  background-color: #777;
  border-color: #808080;
  background-repeat: no-repeat;
  font-weight: 900;
  padding-right: 36px;
  display: inline-block;
}
.add-to-favourites-btn:visited {
  color: #ffffff;
}
.add-to-favourites-btn:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #ff1bae;
}
.add-to-favourites-btn:focus {
  outline: 1px dotted #666;
}
.add-to-favourites-btn.disabled {
  cursor: default;
  background-image: none;
}
.add-to-favourites-btn[disabled] {
  cursor: default;
  background-image: none;
}
.festival-literature .add-to-favourites-btn,
.festival-music .add-to-favourites-btn,
.festival-science .add-to-favourites-btn,
.festival-jazz .add-to-favourites-btn {
  color: #fff;
}
.festival-literature .add-to-favourites-btn:hover,
.festival-music .add-to-favourites-btn:hover,
.festival-science .add-to-favourites-btn:hover,
.festival-jazz .add-to-favourites-btn:hover {
  color: #fff;
  border-color: #ff1bae;
}
.add-to-favourites-btn:hover {
  background-repeat: no-repeat;
  background-position: 95% -1px;
  color: #fff;
  border-color: #ff1bae;
}
.add-to-favourites-btn.added {
  background-repeat: no-repeat;
  background-position: 95% -61px;
}
.add-to-favourites-btn.added:hover {
  background-repeat: no-repeat;
  background-position: 95% -61px;
}
.add-to-favourites-iframe {
  display: none;
  border: none;
  vertical-align: bottom;
  width: 34px;
  height: 30px;
}
.featured_events .unit-production-entry .add-to-favourites-iframe {
  width: 28px;
  height: 21px;
}
/* @end */
/* @group Accordian Units */
#accordion {
  margin-bottom: 1.5em;
}
#accordion .ui-corner-all,
#accordion .ui-corner-top,
#accordion .ui-corner-bottom,
#accordion .ui-corner-right,
#accordion .ui-corner-left,
#accordion .ui-corner-tl,
#accordion .ui-corner-tr,
#accordion .ui-corner-right,
#accordion .ui-corner-br {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 700;
  background-image: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #333;
}
#accordion .ui-accordion .ui-accordion-content {
  padding: 20px;
}
#accordion .ui-widget-content {
  background-color: #ffffff;
  border-color: #bfbfbf;
}
#accordion p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 24px;
}
#accordion .ui-state-default,
#accordion .ui-widget-content .ui-state-default,
#accordion .ui-widget-header .ui-state-default {
  background-color: #ffffff;
  border-color: #bfbfbf;
}
#accordion .ui-state-active,
#accordion .ui-widget-content .ui-state-active,
#accordion .ui-widget-header .ui-state-active {
  background-color: #e70095;
  border-color: #e70095;
}
#accordion .ui-state-default .ui-icon {
  background-image: url(/themes/cheltenhamfestivals/static/css/jquery-ui/images/ui-icons_222222_256x240.png);
}
#accordion .ui-state-active .ui-icon,
#accordion .ui-state-hover .ui-icon {
  background-image: url(/themes/cheltenhamfestivals/static/css/jquery-ui/images/ui-icons_ffffff_256x240.png);
}
#accordion .ui-accordion-content {
  padding: 20px 20px 0 20px;
}
#accordion .ui-state-default a,
#accordion .ui-state-default a:link,
#accordion .ui-state-default a:visited {
  color: #e70095;
}
#accordion .ui-state-active a,
#accordion .ui-state-active a:link,
#accordion .ui-state-active a:visited {
  color: #fff;
}
#accordion .ui-state-hover a,
#accordion .ui-state-hover:hover a,
#accordion .ui-state-hover a:hover {
  color: #fff;
  background-color: #ff1bae;
}
#accordion .ui-state-hover {
  border-color: #e70095;
}
/* @end */
/* @group Audio Player */
a.jp-play,
a.jp-pause {
  border-right: 3px solid #ffffff;
}
.area-audio-player a.jp-pause:hover,
.area-audio-player a.jp-play:hover {
  background-color: #ff1bae;
}
.area-audio-player .jp-interface {
  margin: 5px;
  width: auto;
  background-color: #222;
}
.area-audio-player div.jp-progress {
  border-color: #5b5b5b;
  background-color: #222;
}
.area-audio-player div.jp-play-bar {
  background-image: url(../images/jplayer.cheltenham.progress.gif);
}
.area-audio-player div.jp-seek-bar {
  background-image: url(../images/jplayer.cheltenham.progress.gif);
}
.area-audio-player div.jp-volume-bar-value,
.area-audio-player div.jp-volume-bar {
  background-image: url(../images/jplayer.cheltenham.volume.gif);
}
/* The seeking class is added/removed inside jPlayer */
.area-audio-player div.jp-seeking-bg {
  background: url(../images/jplayer.cheltenham.seeking.gif);
}
.area-audio-player div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  font-size: 14px;
  font-weight: 700;
  border-color: #b40074;
  background-image: url(../images/jplayer.cheltenham.list.png);
}
.area-audio-player div.jp-type-playlist div.jp-playlist a.jp-playlist-current {
  background-color: #e70095;
  color: #fff !important;
}
.area-audio-player div.jp-playlist {
  border-top: 1px solid #b40074;
}
div.jp-playlist li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
/* @end */
/* @group Alert Ticker */
.area-ticker-alert {
  position: relative;
  width: 97%;
  padding: 0.5% 1.5%;
  color: #fff;
  background-color: #b40074;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.area-ticker-alert a {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  display: block;
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.area-ticker-alert .flex-direction-nav {
  display: block;
  position: absolute;
  top: 3px;
  right: 0;
}
.area-ticker-alert .flex-direction-nav li a {
  width: 18px;
  height: 18px;
  top: 5px;
  background-color: transparent;
  background-image: url(../images/arrows-alert.png);
  background-size: auto;
  border: none;
  opacity: 0.75;
}
.area-ticker-alert .flex-direction-nav li a:hover {
  background-color: transparent;
  opacity: 1;
}
.area-ticker-alert .flex-direction-nav li .prev,
.area-ticker-alert .flex-direction-nav li .flex-prev {
  background-position: 0 0;
  right: 18px;
  left: auto;
}
.area-ticker-alert .flex-direction-nav li .next,
.area-ticker-alert .flex-direction-nav li .flex-next {
  background-position: 0 -18px;
  right: 0;
  left: auto;
}
/* @end */
/* @group Sponsors Slider */
.area-sponsors-flexslider .sponsors-flexslider ul.slides li {
  overflow: hidden;
  display: none;
}
.area-sponsors-flexslider .sponsors-flexslider ul.slides li:first-child {
  display: list-item;
}
.area-sponsors-flexslider .sponsors-flexslider ul.slides li div.media {
  float: none;
  width: 100%;
  margin: 0;
}
/* @end */
/* @group Other Festivals Button */
.area-other-festivals a {
  display: block;
  border: 2px solid #333;
  color: #fff;
  text-transform: none;
  padding: 4%;
  background: #666666 url(../images/flexslider.control-r.png) no-repeat 95% 50%;
  margin-bottom: 10px;
}
.area-other-festivals a h2,
.area-other-festivals a p {
  color: #fff;
  margin: 0;
  line-height: 1em;
}
.area-other-festivals a:hover {
  background-color: #333;
}
/* @end */
/* @group Download Brochure */
.area-download-brochure a {
  display: block;
  color: #fff;
  text-transform: none;
  padding: 4%;
  position: relative;
  margin-bottom: 20px;
  background-color: #b40074;
}
.area-download-brochure a .decoration {
  position: absolute;
  top: -10px;
  right: 10px;
  cursor: pointer;
  width: 104px;
  height: auto;
}
.festival-music .area-download-brochure a .decoration {
  top: -4px;
  width: 125px;
  right: -10px;
}
.area-download-brochure a p {
  color: #fff;
  margin: 0;
  line-height: 1em;
  font-weight: 800;
  font-size: 24px;
  cursor: pointer;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 700;
}
.area-download-brochure a h2 {
  color: #fff;
  margin: 0;
  line-height: 1em;
  font-weight: 600;
  font-size: 36px;
  cursor: pointer;
}
.area-download-brochure a:hover {
  background-color: #e70095;
}
.area-download-brochure span.caption {
  margin-right: 85px;
  margin-top: -15px;
  display: block;
  font-size: 0.9em;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.2em;
  padding-right: 2%;
}
/* @end */
/* @group Artist Twitter Account */
.artist-twitter-account a {
  color: #fff;
  display: block;
  padding: 3% 5% 3% 12%;
  margin-bottom: 10px;
  text-transform: none;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-size: 20px;
  line-height: 1em;
  font-weight: 600;
  background-color: #b40074;
  background-image: url(../images/icon-twitter.png);
  background-repeat: no-repeat;
  background-position: 3% 50%;
}
.artist-twitter-account a span {
  font-weight: 800;
}
.artist-twitter-account a:hover {
  background-color: #e70095;
}
/* @end */
/* @group Related Productions */
.related-productions {
  padding-bottom: 0;
  background-color: #ffffff;
  margin-bottom: 10px;
  border-bottom: 10px solid #e70095;
  background-color: transparent;
}
.related-productions h2 {
  background: #e70095;
  color: #fff;
  font-size: 22px;
  margin: 0;
  padding: 7px 10px 4px 10px;
}
.related-productions li,
.related-productions p {
  font-size: 14px;
  line-height: 1.5em;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
}
.related-productions.area-production-list {
  zoom: 1;
  padding-bottom: 0;
  clear: both;
}
.related-productions.area-production-list:before,
.related-productions.area-production-list:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.related-productions.area-production-list:after {
  clear: both;
}
#secondary-content .related-productions.area-production-list .unit-production-entry {
  margin-bottom: 1px;
}
#secondary-content .related-productions.area-production-list .unit-production-entry:last-child {
  margin-bottom: 0;
}
.related-productions.area-production-list .unit-production-entry h3,
.related-productions.area-production-list .unit-production-entry .suffix {
  font-size: 1.2em;
  line-height: 1em;
}
.related-productions.area-production-list .unit-production-entry header {
  margin-bottom: 0;
}
.related-productions.area-production-list .unit-production-entry .meta {
  border: none;
  padding: 0;
}
.related-productions.area-production-list .unit-production-entry .media {
  width: 28%;
  display: inline;
  float: left;
  margin: 0;
}
.related-productions.area-production-list .unit-production-entry .body {
  width: 69%;
  display: inline;
  float: right;
  padding: 0;
}
/* @end */
/* @end */
/* @group Template Specific  */
/* @group Page */
.type-page .area-full-article {
  background-color: #fff;
  padding: 1%;
}
.type-page .unit-page-content,
.type-page .list-intro {
  margin: 1%;
}
/* @end */
/* @group Search */
#SearchResults {
  list-style: none;
  margin: 0;
  padding: 0;
}
#SearchResults li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#SearchResults .search-link {
  color: #439526;
}
#SearchResults .search-link:hover {
  color: #54c72c;
}
#SearchResults .highlight {
  color: #000;
  background-color: #fafb93;
}
#searchpagination .page-totals {
  float: left;
}
#searchpagination .pagination {
  text-align: center;
  line-height: normal;
}
.pagination span {
  display: inline-block;
}
.lt-ie8 .pagination span {
  display: inline;
  zoom: 1;
}
.pagination span.current {
  padding: 2px 10px 5px 10px;
  background-color: #f3f3f3;
  outline: 1px solid #ccc;
}
.pagination span a {
  display: block;
  padding: 2px 10px 5px 10px;
}
.pagination span a:hover {
  background: #e70095;
  outline: 1px solid #b40074;
  color: #fff;
}
.pagination .prev {
  margin-right: 1em;
}
.pagination .next {
  margin-left: 1em;
}
#no-results-search {
  float: none;
}
/* @end */
/* @group Series List Page */
/* @end */
/* @group Whats On Header */
.primary-type-whats-on-page .section-header {
  position: relative;
  background-color: #373737;
  padding: 10px 12px;
  margin-bottom: 2%;
  zoom: 1;
}
.primary-type-whats-on-page .section-header:before,
.primary-type-whats-on-page .section-header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.primary-type-whats-on-page .section-header:after {
  clear: both;
}
.primary-type-whats-on-page .section-header h1 {
  float: left;
  color: #fff;
  margin: 0;
}
.primary-type-whats-on-page .section-header h1 .festival-type {
  font-weight: 700;
  color: #ccc;
}
.primary-type-whats-on-page .section-header .rss,
.primary-type-whats-on-page .section-header .webcal {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
  opacity: 0.75;
}
.primary-type-whats-on-page .section-header .rss br,
.primary-type-whats-on-page .section-header .webcal br {
  display: none;
}
.primary-type-whats-on-page .section-header .rss:hover,
.primary-type-whats-on-page .section-header .webcal:hover {
  opacity: 1;
}
.primary-type-whats-on-page .section-header .rss {
  background-image: url(../images/icon-rss-header.png);
  margin-left: 5px;
}
.primary-type-whats-on-page .section-header .webcal {
  background-image: url(../images/icon-calendar-feed.png);
  margin-left: 20px;
}
.primary-type-whats-on-page .section-header .change-view {
  zoom: 1;
  position: absolute;
  right: 14px;
  top: 14px;
}
.primary-type-whats-on-page .section-header .change-view:before,
.primary-type-whats-on-page .section-header .change-view:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.primary-type-whats-on-page .section-header .change-view:after {
  clear: both;
}
.change-view a {
  cursor: pointer;
  font-size: 12px;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 900;
  display: inline-block;
  background: #cccccc;
  padding: 4px 9px;
  vertical-align: bottom;
  text-transform: none;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline;
  float: left;
  padding: 5px 10px 5px 34px;
  font-size: 14px;
  border-color: #000;
  background: #6e6e6e;
}
.change-view a:visited {
  color: #ffffff;
}
.change-view a:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #e6e6e6;
}
.change-view a:focus {
  outline: 1px dotted #666;
}
.change-view a.disabled {
  cursor: default;
  background-image: none;
}
.change-view a[disabled] {
  cursor: default;
  background-image: none;
}
.change-view a:hover {
  border-color: #595959;
  background: #666;
}
.change-view a:hover {
  border-color: #000;
  background: #7b7b7b;
}
.change-view a.calendar-view {
  background-image: url(../images/icon-view-cal.png);
  background-position: 6px 50%;
  background-repeat: no-repeat;
}
.change-view a.list-view {
  background-image: url(../images/icon-view-list.png);
  background-position: 6px 50%;
  background-repeat: no-repeat;
  border-right: 0;
}
.touch .change-view a.calendar-view {
  background-image: url(../images/icon-view-cal.svg);
}
.touch .change-view a.list-view {
  background-image: url(../images/icon-view-list.svg);
}
.action-list .change-view a.list-view,
.action-day-planner .change-view a.calendar-view {
  background-color: #b40074;
}
.button-group a:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.button-group a:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
/* @end */
/* @group Whats On List  */
/* @group Filters */
#whatson-listfilter label {
  float: none;
}
.field-selectcheck-hidden {
  display: none;
}
.area-event-filters {
  background-color: #373737;
  margin-bottom: 10px;
  padding: 5%;
}
.area-event-filters fieldset,
.area-event-filters form {
  margin: 0;
  padding: 0;
  width: 100%;
}
.js .area-event-filters.loading {
  height: 300px;
  overflow: hidden;
  background-image: url(../images/filters.preloader.gif);
  background-repeat: no-repeat;
  background-position: 50%;
}
.js .area-event-filters.loading form,
.js .area-event-filters.loading h2 {
  opacity: 0;
}
.area-event-filters h2,
.area-event-filters form {
  -webkit-transition: opacity 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: opacity 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: opacity 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: opacity 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 200ms cubic-bezier(0.42, 0, 0.58, 1);
}
.area-event-filters h2 {
  margin: 0;
  color: #fff;
  font-size: 24px;
}
.area-event-filters label {
  text-align: left;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  text-transform: none;
  font-weight: 700;
  font-size: 16px;
  display: block;
  width: auto;
  float: none;
}
.area-event-filters .field {
  margin-bottom: 8px;
}
.area-event-filters label.left {
  color: #ffffff;
  border-bottom: 1px solid #545454;
  margin: 0 0 6px 0;
}
.field-selectcheck label {
  -webkit-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  background: #cccccc url(../images/filter-close.png) no-repeat 98% 50%;
  margin: 0 0 5px 0;
  display: block;
  padding: 0 8% 0 4%;
  text-align: left;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 88%;
}
.field-selectcheck label:hover {
  background-color: #fff;
}
.area-event-filters select {
  width: 100%;
  font-size: 14px;
}
.area-event-filters ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-event-filters ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-event-filters ul li {
  color: #fff;
}
.area-event-filters ul .checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* @end */
.primary-type-whats-on-page #primary-content.loading {
  background-image: url(../images/filter.results.preloader.gif), url(../images/filter.results.preloader.bg.png);
  background-position: 50% 20px, 50% 12px;
  background-repeat: no-repeat, no-repeat;
}
.area-production-list {
  position: relative;
  padding-bottom: 24px;
  clear: left;
}
.area-production-list h1 {
  font-size: 1.6em;
}
.area-production-list .unit-production-entry {
  background-color: #ffffff;
  margin-bottom: 10px;
  position: relative;
}
.area-production-list .unit-production-entry .unit-favourite {
  margin-bottom: 5px;
}
.area-production-list .unit-production-entry h2 {
  font-size: 28px;
  margin: 0;
  line-height: 1em;
}
.unit-production-entry a h2 {
  color: #e70095;
}
.unit-production-entry a:visited h2 {
  color: #e70095;
}
.unit-production-entry a:hover h2 {
  color: #ff1bae;
}
.area-production-list .unit-production-entry .prefix,
.area-production-list .unit-production-entry .suffix {
  margin: 0;
  font-size: 14px;
  line-height: 1.2em;
}
.area-production-list .unit-production-entry .body {
  padding-bottom: 15px;
}
.area-production-list .unit-production-entry header {
  margin-bottom: 0.5em;
}
.area-production-list .unit-production-entry footer {
  position: relative;
  top: 5px;
}
.area-production-list .unit-production-entry .meta {
  margin-bottom: 0.25em;
}
.area-production-list .unit-production-entry .meta p {
  font-size: 12px;
  margin: 0;
  line-height: 1.4em;
}
.area-production-list .unit-production-entry .sponsors p {
  text-transform: none;
  font-size: 12px;
  margin: 0;
  line-height: 1.4em;
}
.area-production-list .unit-production-entry .quickfind {
  margin-top: 0.5em;
  display: inline-block;
  font-size: 12px;
}
.area-production-list .links {
  margin-bottom: 5px;
}
.unit-production-entry .membership-info {
  clear: both;
  background-color: #f3f3f3;
  padding: 1em;
  margin-bottom: 1em;
  font-size: 14px;
  padding: 0.5em;
}
/*  ========================================================================== */
/*  @group Production Grid View */
/*  ========================================================================== */
/*  ========================================================================== */
/*  @group Production Grid View - Filters */
/*  ========================================================================== */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  color: #ffffff;
  background-color: #e70095;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu > li > a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: .3em .5em;
  clear: both;
  font-size: .75em;
  font-weight: bold;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  text-transform: none;
  white-space: nowrap;
  color: #ffffff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #545454;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.btn-filter {
  color: #fff;
  background-color: #e70095;
  background-position: 10px 47.5%;
  background-repeat: no-repeat;
  background-size: 14px;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  text-transform: none;
  padding: 4px 8px 5px 30px;
  border: 0 none;
  outline: none;
  font-size: .9em;
  font-weight: bold;
  border-radius: 0.6em;
}
.festival-literature .btn-filter {
  background-color: #f7a800;
}
.festival-music .btn-filter {
  background-color: #eb0029;
}
.festival-jazz .btn-filter {
  background-color: #c227b9;
}
.festival-science .btn-filter {
  background-color: #2f7de1;
}
.btn-filter:hover {
  background-color: #b40074;
}
.festival-literature .btn-filter:hover {
  background-color: #c48500;
}
.festival-music .btn-filter:hover {
  background-color: #b80020;
}
.festival-jazz .btn-filter:hover {
  background-color: #981e91;
}
.festival-science .btn-filter:hover {
  background-color: #1c64c1;
}
.btn-filter-show {
  background-image: url(../images/icon-gear.png);
}
.inlinesvg .btn-filter-show {
  background-image: none, url(../images/icon-gear.svg);
}
.no-smil .btn-filter-show {
  background-image: url(../images/icon-gear.png);
}
.btn-filter-clear {
  background-image: url(../images/icon-clear.png);
}
.inlinesvg .btn-filter-clear {
  background-image: none, url(../images/icon-clear.svg);
}
.no-smil .btn-filter-clear {
  background-image: url(../images/icon-clear.png);
}
/**
	 * Section Header
	 */
.section-header__intro {
  zoom: 1;
}
.section-header__intro:before,
.section-header__intro:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.section-header__intro:after {
  clear: both;
}
.section-header__actions {
  float: right;
  margin-top: 5px;
}
.section-header__actions .view-toggle,
.section-header__actions .view-select {
  display: inline-block;
}
.section-header__actions .btn-filter {
  width: auto;
  text-align: left;
}
.section-header__actions .view-toggle {
  box-sizing: border-box;
  vertical-align: middle;
  padding: .1em .5em;
}
.section-header__actions .view-toggle .btn-filter-clear {
  display: none;
}
.section-header__actions .view-toggle.is-selected .btn-filter-show {
  display: none;
}
.section-header__actions .view-toggle.is-selected .btn-filter-clear {
  display: inline-block;
}
.section-header__actions .view-select label {
  float: none;
}
.section-header__actions .view-select label span {
  display: none;
}
.view-select {
  position: relative;
}
.view-select .filter-switch {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ffffff;
  background: #666666;
  display: inline-block;
  vertical-align: middle;
  padding: .1em .5em;
  text-decoration: none;
  font-size: .9em;
  font-weight: bold;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  text-transform: none;
}
.section-header__actions .dropdown-menu {
  background: #666666;
}
i.icon-grid,
i.icon-list,
i.icon-planner {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 3px;
  width: 16px;
  height: 16px;
  -webkit-background-size: 16px;
  background-size: 16px;
}
i.icon-grid br,
i.icon-list br,
i.icon-planner br {
  display: none;
}
i.icon-grid {
  background-image: url(../images/icon-grid.png);
  background-image: none, url(../images/icon-grid.svg);
}
i.icon-list {
  background-image: url(../images/icon-view-list.png);
}
i.icon-planner {
  background-image: url(../images/icon-view-cal.png);
}
.view-select.icon-list .select-target.select-theme-default {
  background-image: url(../images/icon-list.png);
  background-image: none, url(../images/icon-list.svg);
}
@media only screen and (max-width: 768px) {
  .section-header h1 {
    font-size: 1.2em;
  }
  .section-header__actions {
    clear: both;
    float: none;
  }
}
.area-grid-filters,
.area-list-filters {
  zoom: 1;
  clear: both;
  margin: 1em 0 0 0;
}
.js .area-grid-filters .Actions,
.js .area-list-filters .Actions {
  display: none;
}
.area-grid-filters:before,
.area-list-filters:before,
.area-grid-filters:after,
.area-list-filters:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-grid-filters:after,
.area-list-filters:after {
  clear: both;
}
.area-grid-filters form,
.area-list-filters form,
.area-grid-filters fieldset,
.area-list-filters fieldset {
  margin: 0;
  padding: 0;
}
.area-grid-filters .unit-grid-filters--day,
.area-list-filters .unit-grid-filters--day,
.area-grid-filters .unit-grid-filters--time,
.area-list-filters .unit-grid-filters--time,
.area-grid-filters .unit-grid-filters--categories,
.area-list-filters .unit-grid-filters--categories,
.area-grid-filters .unit-grid-filters--venues,
.area-list-filters .unit-grid-filters--venues,
.area-grid-filters .unit-grid-filters--availability,
.area-list-filters .unit-grid-filters--availability {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.area-grid-filters .unit-grid-filters--day,
.area-list-filters .unit-grid-filters--day,
.area-grid-filters .unit-grid-filters--time,
.area-list-filters .unit-grid-filters--time,
.area-grid-filters .unit-grid-filters--availability,
.area-list-filters .unit-grid-filters--availability {
  width: 30%;
  margin-right: 5%;
}
.area-grid-filters ul.unit-grid-filters--day,
.area-list-filters ul.unit-grid-filters--day {
  width: 100%;
}
.area-grid-filters .unit-grid-filters--categories,
.area-list-filters .unit-grid-filters--categories,
.area-grid-filters .unit-grid-filters--venues,
.area-list-filters .unit-grid-filters--venues {
  width: 65%;
}
.area-grid-filters .unit-grid-filters--categories ul,
.area-list-filters .unit-grid-filters--categories ul,
.area-grid-filters .unit-grid-filters--venues ul,
.area-list-filters .unit-grid-filters--venues ul {
  width: auto;
}
.area-grid-filters .production-search-form,
.area-list-filters .production-search-form {
  width: 65%;
  float: right;
}
.no-js .area-grid-filters,
.no-js .area-list-filters {
  display: none;
}
.festival-literature #infscr-loading {
  background-color: #f7a800;
}
.festival-jazz #infscr-loading {
  background-color: #c227b9;
}
.festival-music #infscr-loading {
  background-color: #eb0029;
}
.festival-science #infscr-loading {
  background-color: #2f7de1;
}
@media only screen and (max-width: 768px) {
  .area-grid-filters .unit-grid-filters--day,
  .area-grid-filters .unit-grid-filters--time,
  .area-grid-filters .unit-grid-filters--categories {
    float: none;
    margin: 0;
    clear: both;
    width: 100%;
  }
}
.unit-grid-filter {
  zoom: 1;
  color: #ffffff;
}
.unit-grid-filter:before,
.unit-grid-filter:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-grid-filter:after {
  clear: both;
}
.unit-grid-filter ul {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1em;
}
.unit-grid-filter ul:before,
.unit-grid-filter ul:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-grid-filter ul:after {
  clear: both;
}
.unit-grid-filter ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-grid-filter label {
  float: none;
  color: #ffffff;
}
.unit-grid-filter label:first-child {
  width: auto;
  display: block;
  font-weight: bold;
  font-size: 1em;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  text-transform: none;
  border-bottom: 1px solid #545454;
  padding: 0 0 .3em 0;
  margin-bottom: .3em;
  text-align: left;
}
.unit-grid-filter .checkboxsetfield li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 11em;
  padding-right: .5em;
  line-height: 1.1;
  float: left;
}
.unit-grid-filter .checkboxsetfield label {
  font-size: .7em;
  font-weight: bold;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  text-transform: none;
}
.unit-grid-filter .checkboxsetfield input {
  display: none;
}
.unit-grid-filter .checkboxsetfield input:checked + label {
  color: #ff1bae;
}
.unit-grid-filter .filter-list li:hover {
  color: #ff1bae;
}
.unit-grid-filter.is-toggleable .checkboxsetfield {
  display: none;
}
.unit-grid-filter.is-toggleable .filter-title {
  background-image: url(../images/icon-chevron-left.png);
  background-image: none, url(../images/icon-chevron-left.svg);
  -webkit-background-size: 14px;
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: right center;
}
.unit-grid-filter.is-toggleable.is-toggled .filter-title {
  background-image: url(../images/icon-chevron-down.png);
  background-image: none, url(../images/icon-chevron-down.svg);
}
.unit-grid-filter.is-toggleable.is-toggled .checkboxsetfield {
  display: block;
}
.area-grid-filters.is-filtered .unit-grid-filter .checkboxsetfield li,
.area-grid-filters.is-filtered .unit-grid-filter .checkboxsetfield label {
  color: #666;
}
.area-grid-filters.is-filtered .unit-grid-filter .checkboxsetfield input:checked + label {
  color: #fff;
}
/*  ========================================================================== */
/*  @group Production Grid View - Listing */
/*  ========================================================================== */
.type-whats-on-page.action-grid #primary-content {
  position: relative;
}
.area-production-promoted-grid {
  zoom: 1;
  min-height: 257px;
}
.area-production-promoted-grid:before,
.area-production-promoted-grid:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-production-promoted-grid:after {
  clear: both;
}
.area-production-grid-promoted {
  border-bottom: 1px solid #B9B9B9;
  margin-bottom: 8px;
  min-height: 265px;
}
.area-production-grid .unit-production-entry {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  padding: 0;
}
.area-production-grid .unit-production-entry .promoted-title {
  position: absolute;
  background-color: #fff;
  padding: 0 4px;
  font-size: 14px;
}
.js .area-production-grid .unit-production-entry {
  cursor: pointer;
}
.area-production-grid .unit-production-entry .inner {
  padding: .5em;
}
.area-production-grid .unit-production-entry .media,
.area-production-grid .unit-production-entry .body {
  width: auto;
  float: none;
}
.area-production-grid .unit-production-entry .media img {
  width: 100%;
}
.area-production-grid .unit-production-entry .media,
.area-production-grid .unit-production-entry .body,
.area-production-grid .unit-production-entry header,
.area-production-grid .unit-production-entry .header {
  zoom: 1;
  overflow: auto;
  margin: 0;
  padding: 0;
}
.area-production-grid .unit-production-entry .media:before,
.area-production-grid .unit-production-entry .body:before,
.area-production-grid .unit-production-entry header:before,
.area-production-grid .unit-production-entry .header:before,
.area-production-grid .unit-production-entry .media:after,
.area-production-grid .unit-production-entry .body:after,
.area-production-grid .unit-production-entry header:after,
.area-production-grid .unit-production-entry .header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-production-grid .unit-production-entry .media:after,
.area-production-grid .unit-production-entry .body:after,
.area-production-grid .unit-production-entry header:after,
.area-production-grid .unit-production-entry .header:after {
  clear: both;
}
.area-production-grid .unit-production-entry .body {
  min-height: 105px;
}
@media only screen and (max-width: 50em) {
  .area-production-grid .unit-production-entry .body {
    min-height: 150px;
  }
}
@media only screen and (max-width: 36em) {
  .area-production-grid .unit-production-entry .body {
    min-height: 190px;
  }
}
@media only screen and (max-width: 28em) {
  .area-production-grid .unit-production-entry .body {
    min-height: 105px;
  }
}
.area-production-grid .unit-production-entry .header {
  overflow: hidden;
}
.area-production-grid .unit-production-entry .media {
  margin-bottom: .5em;
}
.area-production-grid .unit-production-entry h2,
.area-production-grid .unit-production-entry .title {
  font-size: 1em;
  line-height: 1;
  margin: 0 0 .5em 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.area-production-grid .unit-production-entry .quickfind {
  font-size: 0.65em;
  display: inline-block;
  margin-bottom: .5em;
}
.area-production-grid .unit-production-entry .date-description {
  font-size: 15px;
  margin-bottom: .5em;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  text-transform: none;
  font-weight: 600;
}
.area-production-grid .unit-production-entry .extra {
  display: none;
  margin: .5em 0 0 0;
}
.area-production-grid .unit-production-entry .meta {
  margin-bottom: .5em;
}
.area-production-grid .unit-production-entry .sponsors {
  margin-bottom: 0;
}
.area-production-grid .unit-production-entry .sponsors,
.area-production-grid .unit-production-entry .meta p {
  font-size: 0.75em;
  line-height: 1.3;
}
.area-production-grid .unit-production-entry .sponsors p {
  margin-bottom: 0;
}
.area-production-grid .unit-production-entry .add-to-favourites {
  float: none;
}
@media only screen and (min-width: 768px) {
  .area-production-grid .unit-production-entry .prefix,
  .area-production-grid .unit-production-entry .suffix {
    font-size: 12px;
    margin: 0;
    display: none;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .area-production-grid .unit-production-entry.hoverable:hover {
    overflow: visible;
    z-index: 100;
  }
  .area-production-grid .unit-production-entry.hoverable:hover h2,
  .area-production-grid .unit-production-entry.hoverable:hover .title {
    white-space: normal;
    text-overflow: initial;
  }
  .area-production-grid .unit-production-entry.hoverable:hover .suffix {
    margin-bottom: 3px;
  }
  .area-production-grid .unit-production-entry.hoverable:hover .prefix,
  .area-production-grid .unit-production-entry.hoverable:hover .suffix {
    display: block;
  }
  .area-production-grid .unit-production-entry.hoverable:hover .body.has-suffix h2,
  .area-production-grid .unit-production-entry.hoverable:hover .body.has-suffix .title {
    margin-bottom: 3px;
  }
  .area-production-grid .unit-production-entry.hoverable:hover .inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    z-index: 100;
    outline: 5px solid #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    background-color: #fff;
  }
  .area-production-grid .unit-production-entry.hoverable:hover .inner .extra {
    display: block;
  }
  .firefox .area-production-grid .unit-production-entry.hoverable:hover .inner {
    outline: none;
  }
}
.lt-ie9 .area-production-grid .unit-production-entry .prefix,
.lt-ie9 .area-production-grid .unit-production-entry .suffix {
  font-size: 12px;
  margin: 0;
  display: none;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lt-ie9 .area-production-grid .unit-production-entry.hoverable:hover {
  overflow: visible;
  z-index: 100;
}
.lt-ie9 .area-production-grid .unit-production-entry.hoverable:hover h2,
.lt-ie9 .area-production-grid .unit-production-entry.hoverable:hover .title {
  white-space: normal;
  text-overflow: initial;
}
.lt-ie9 .area-production-grid .unit-production-entry.hoverable:hover .suffix {
  margin-bottom: 3px;
}
.lt-ie9 .area-production-grid .unit-production-entry.hoverable:hover .prefix,
.lt-ie9 .area-production-grid .unit-production-entry.hoverable:hover .suffix {
  display: block;
}
.lt-ie9 .area-production-grid .unit-production-entry.hoverable:hover .body.has-suffix h2,
.lt-ie9 .area-production-grid .unit-production-entry.hoverable:hover .body.has-suffix .title {
  margin-bottom: 3px;
}
.lt-ie9 .area-production-grid .unit-production-entry.hoverable:hover .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 100;
  outline: 5px solid #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  background-color: #fff;
}
.lt-ie9 .area-production-grid .unit-production-entry.hoverable:hover .inner .extra {
  display: block;
}
.firefox .lt-ie9 .area-production-grid .unit-production-entry.hoverable:hover .inner {
  outline: none;
}
.area-production-grid {
  width: 100%;
  zoom: 1;
}
.area-production-grid:before,
.area-production-grid:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-production-grid:after {
  clear: both;
}
.area-production-grid .unit-production-entry {
  zoom: 1;
  display: inline;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.area-production-grid .unit-production-entry:before,
.area-production-grid .unit-production-entry:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-production-grid .unit-production-entry:after {
  clear: both;
}
.area-production-grid .unit-production-entry.end {
  margin-right: 0;
}
@media only screen and (max-width: 50em) {
  .area-production-grid {
    width: 100%;
    zoom: 1;
  }
  .area-production-grid:before,
  .area-production-grid:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
  }
  .area-production-grid:after {
    clear: both;
  }
  .area-production-grid .unit-production-entry {
    zoom: 1;
    display: inline;
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .area-production-grid .unit-production-entry:before,
  .area-production-grid .unit-production-entry:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
  }
  .area-production-grid .unit-production-entry:after {
    clear: both;
  }
  .area-production-grid .unit-production-entry.even {
    margin-right: 0;
  }
}
@media only screen and (max-width: 28em) {
  .area-production-grid {
    width: 100%;
    zoom: 1;
  }
  .area-production-grid:before,
  .area-production-grid:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
  }
  .area-production-grid:after {
    clear: both;
  }
  .area-production-grid .unit-production-entry {
    width: 100%;
  }
  .area-production-grid .unit-production-entry .title {
    font-size: 12px;
  }
  .area-production-grid .unit-production-entry .inner {
    padding: 4px;
  }
  .area-production-grid .unit-production-entry .quickfind__label {
    display: none;
  }
}
.area-production-full-summary {
  max-width: 1000px;
  background-color: #fff;
}
.area-production-full-summary .unit-production-entry {
  padding: 0;
}
.area-production-full-summary .unit-production-entry .production-details {
  float: left;
  padding: 1% 0 0% 1.5%;
  width: 49%;
}
.area-production-full-summary .unit-production-entry h2,
.area-production-full-summary .unit-production-entry .title {
  font-size: 2.3em;
  line-height: 1.1;
  margin: 0 0 .2em 0;
}
.area-production-full-summary .unit-production-entry .quickfind {
  display: inline-block;
  margin-bottom: 1em;
}
.area-production-full-summary .unit-production-entry .production-links {
  margin-bottom: 1em;
}
.area-production-full-summary .unit-production-entry .description {
  font-size: 0.85em;
  line-height: 1.3;
  margin-bottom: 1em;
  padding: 1.5% 1.5% 0 1.5%;
  width: 100%;
  box-sizing: border-box;
  clear: both;
}
.area-production-full-summary .unit-production-entry .grid-view-right {
  float: right;
  width: 46.3%;
  padding: 0 0 4% 4%;
}
.area-production-full-summary .unit-production-entry .grid-view-hide {
  display: none;
}
.area-production-full-summary .unit-production-entry footer,
.area-production-full-summary .unit-production-entry .footer {
  margin-bottom: 1em;
}
.area-production-full-summary .unit-production-entry .sponsors {
  border-bottom: 0 none;
  padding-top: .5em;
}
.area-production-full-summary .unit-production-entry .sponsors p {
  font-size: 0.8em;
}
.area-production-full-summary .unit-production-entry .production-details.has-suffix h2 {
  margin-bottom: 0;
}
.area-production-full-summary .unit-production-entry .production-details.has-suffix p.suffix {
  margin-bottom: 6px;
}
.area-production-full-summary .unit-production-entry .tab-headers {
  border-bottom: 1px solid #777;
  margin: 1% 1.5% 0% 1.5%;
  clear: both;
}
.area-production-full-summary .unit-production-entry .tab-headers a {
  background-color: #9d9d9d !important;
  color: #fff !important;
  margin-bottom: 0;
}
.area-production-full-summary .unit-production-entry .tab-headers .active a {
  border-bottom: 0;
  background-color: #777 !important;
  color: #fff !important;
}
@media only screen and (max-width: 768px) {
  .area-production-full-summary .unit-production-entry .media,
  .area-production-full-summary .unit-production-entry .production-details {
    float: none;
    width: 100%;
    margin: 0 0 1em 0;
    box-sizing: border-box;
    padding-right: 1.5%;
  }
  .area-production-full-summary .unit-production-entry .grid-view-right {
    float: none;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 50em) {
  .area-production-full-summary {
    max-width: 94%;
    margin: 0 auto;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}
/*  ========================================================================== */
/*  @group Modals */
/*  ========================================================================== */
.fancybox-skin {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.modal--content .fancybox-close {
  top: 18px;
  right: 18px;
  opacity: 0.6;
  background-image: url(../images/icon-close-alt.png);
}
.svg .modal--content .fancybox-close {
  background-image: url(../images/icon-close-alt.svg);
  -webkit-background-size: 36px;
  background-size: 36px;
}
.modal--content .fancybox-close:hover {
  opacity: 1;
}
/*  ========================================================================== */
/*  @group Custom Dropdowns */
/*  ========================================================================== */
.custom-select {
  position: relative;
}
.custom-select select {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  opacity: 0.001;
}
.custom-select select,
.custom-select .btn-select {
  /* the hidden select and the button should line up */
  width: 20em;
  padding: .2em .5em;
  font-weight: bold;
}
.custom-select .btn-select {
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: .2em;
}
.btn-select.btn-focus {
  border-color: #81B9F5;
  box-shadow: 0 0 0.4em rgba(200, 200, 200, 0.8);
}
.custom-select .btn-select:after {
  content: " ";
  display: block;
  background: url(arrow-solid-down.png) no-repeat 0 0;
  /* PNG for demo only; should be an SVG with PNG fallback in production */
  width: 1em;
  height: 1em;
  position: absolute;
  top: .2em;
  right: 0;
  background-position: 0 .5em;
}
.custom-select .label-text {
  display: inline-block;
  padding: 0 1em .3em 0;
}
/*  ========================================================================== */
/*  @group Loading States */
/*  ========================================================================== */
.js .unit-next-page a,
#infscr-loading img {
  display: none;
}
.unit-next-page,
#infscr-loading,
.loading-spinner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #ffffff;
  background: #323232;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-transform: none;
  font-size: 1em;
  font-weight: bold;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  text-align: center;
}
.unit-next-page {
  max-width: 1000px;
  margin: 0 auto;
}
.unit-next-page a {
  display: block;
  width: 100%;
}
#infscr-loading {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 1000;
}
#infscr-loading span {
  display: inline-block;
  background-image: url('../images/infinite-scroll-loader.gif');
  background-repeat: no-repeat;
  background-position: left center;
  padding: .75em 1em;
  padding-left: 30px;
}
.unit-next-page a {
  padding: .5em 0;
}
.loading-spinner {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  width: 140px;
  margin-left: -70px;
  padding: .5em 1em .5em 50px;
  text-align: left;
  background-image: url('/themes/cheltenhamfestivals/static/images/infinite-scroll-loader.gif');
  background-repeat: no-repeat;
  background-position: 15px center;
}
.book-status {
  cursor: pointer;
  font-size: 16px;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 900;
  display: inline-block;
  background: #333333;
  padding: 4px 9px;
  vertical-align: bottom;
  text-transform: none;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #262626;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: default;
}
.book-status:visited {
  color: #ffffff;
}
.book-status:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #4d4d4d;
}
.book-status:focus {
  outline: 1px dotted #666;
}
.book-status.disabled {
  cursor: default;
  background-image: none;
}
.book-status[disabled] {
  cursor: default;
  background-image: none;
}
.book-status:hover {
  background: #333;
}
#pageslide {
  /* These styles MUST be included. Do not change. */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  /* Specify the width of your pageslide here */
  width: 260px;
  padding: 20px;
  /* These styles are optional, and describe how the pageslide will look */
  background-color: #636363;
  color: #FFF;
  -webkit-box-shadow: inset -5px 0 5px 0 #232323;
  -moz-shadow: inset -5px 0 5px 0 #232323;
  box-shadow: inset -5px 0 5px 0 #232323;
}
#pageslide .area-event-filters {
  padding: 0;
}
.area-search-pagination {
  background-color: #333;
  padding: 2%;
  margin-bottom: 10px;
  zoom: 1;
}
.area-search-pagination:before,
.area-search-pagination:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-search-pagination:after {
  clear: both;
}
.area-search-pagination form {
  margin: 0;
}
.pagination-submit.hidden {
  display: none;
}
.production-search-form {
  position: relative;
  float: left;
  width: 70%;
}
.production-search-form .text {
  padding: 2px 0px;
  border: 0;
  width: 100%;
  font-size: 14px;
  font-weight: bold;
}
.production-search-form .active {
  display: block;
}
.production-search-form .inactive {
  display: none;
}
.area-production-search-results {
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 200;
  background-color: #fff;
  padding: 5px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: bold;
}
.area-production-search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-production-search-results ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-production-search-results a {
  display: block;
  text-transform: none;
  padding: 5px 10px 3px 10px;
  font-size: 18px;
  background-color: #e70095;
  color: #fff;
  border-bottom: 1px solid #fff;
}
.area-production-search-results a:hover {
  background-color: #ff01a5;
}
.pagination-form {
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
/* @end */
/* @group What's On Day Planner */
/* @group Planner */
.performance-planner-container {
  position: relative;
}
.print-planner {
  color: #fff;
  font-size: 0.9em;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 700;
  position: absolute;
  top: 8px;
  right: 1%;
  line-height: 20px;
  height: 20px;
  text-transform: none;
  display: none;
}
.print-planner span {
  background: url(../images/icon-print.png) 0 50% no-repeat;
  padding-left: 25px;
}
.print-planner:hover,
.print-planner:active {
  opacity: 0.8;
}
.svg .print-planner span {
  background-image: url(../images/icon-print.svg);
}
.action-day-planner .print-planner {
  color: #fff;
}
.performance-planner-container .collapsible-content {
  padding: 1%;
}
.action-day-planner .performance-planner-container .collapsible-header {
  background-color: #494742;
  padding: 0.5% 90px 0 1%;
}
.action-day-planner .performance-planner-container .collapsible-header a {
  margin-right: 2px;
  margin-bottom: 2px;
  background-color: #807f7b;
  padding: 4px 8px 2px 8px;
}
.action-day-planner .performance-planner-container .collapsible-header .selected a,
.action-day-planner .performance-planner-container .collapsible-header .selected a:hover {
  margin-bottom: 0;
  background-color: #fff;
  color: #333;
  border-bottom: 2px solid #fff;
}
.day-planner {
  background: #fff;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
}
.day-planner .venues {
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
  z-index: 10;
  border-bottom: 18px solid #333;
  -webkit-box-shadow: 5px 0 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 0 4px rgba(0, 0, 0, 0.25);
}
.day-planner .venues li {
  height: 20px;
  width: 162px;
  list-style-type: none;
  margin: 0px;
  padding: 0;
  background: #333;
  vertical-align: middle;
  color: white;
  border-bottom: 2px solid #666;
}
.day-planner .venues li span {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 800;
  font-size: 14px;
  line-height: 1.2em;
  padding: 5px 15px;
  display: block;
  text-transform: none;
}
.day-planner .venues .rows-1,
.day-planner .venue-events.rows-1 {
  height: 60px;
}
.day-planner .venues .rows-2,
.day-planner .venue-events.rows-2 {
  height: 122px;
}
.day-planner .venues .rows-3,
.day-planner .venue-events.rows-3 {
  height: 184px;
}
.day-planner .venues .rows-4,
.day-planner .venue-events.rows-4 {
  height: 246px;
}
.day-planner .venues .rows-5,
.day-planner .venue-events.rows-5 {
  height: 308px;
}
.day-planner .venues .rows-6,
.day-planner .venue-events.rows-6 {
  height: 370px;
}
.day-planner .venues .rows-7,
.day-planner .venue-events.rows-7 {
  height: 432px;
}
.day-planner .venues .rows-8,
.day-planner .venue-events.rows-8 {
  height: 494px;
}
.day-planner .venues li.times {
  height: 29px;
}
.events-container {
  left: 162px;
  overflow-x: scroll;
  position: absolute;
  width: 818px;
  padding-bottom: 18px;
  background: url(../images/bg-dayplanner.png);
  z-index: 0;
}
.events-slider .times {
  background: #5c5c5c;
  color: #fff;
  height: 29px;
  border-bottom: 2px solid white;
}
.events-slider .times span {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  margin-top: 10px;
}
.events-slider .times span b {
  border-left: 2px solid #fff;
  padding-left: 8px;
  padding-bottom: 4px;
}
.venue-events {
  clear: left;
  background: url(../images/bg-dayplanner.png);
  height: 60px;
  border-bottom: 2px solid #fff;
}
.venue-events .performance-group {
  color: #fff;
  display: block;
  float: left;
  height: 60px;
}
.venue-events .has-event .performance {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  background: #e70095;
  color: #fff;
  clear: left;
  display: block;
  height: 20px;
  padding: 20px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: auto;
}
.venue-events .has-event .performance:hover {
  background: #ff34b7;
  color: #fff;
}
.venue-events .has-event .performance:last-child {
  border-bottom: none;
}
/* @end */
/* @group Performance Detail */
.performance-planner-container .area-performance-detail {
  background-color: #333;
  background: #7f7f7a;
  background: -moz-linear-gradient(top, #7f7f7a 0%, #494843 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7f7f7a), color-stop(100%, #494843));
  background: -webkit-linear-gradient(top, #7f7f7a 0%, #494843 100%);
  background: -o-linear-gradient(top, #7f7f7a 0%, #494843 100%);
  background: -ms-linear-gradient(top, #7f7f7a 0%, #494843 100%);
  background: linear-gradient(to bottom, #7f7f7a 0%, #494843 100%);
  padding: 1%;
  margin-bottom: 1%;
  position: relative;
}
.performance-planner-container .area-performance-detail .unit-production-entry {
  position: relative;
  background-color: #fff;
  width: 95%;
}
.performance-planner-container .area-performance-detail .unit-production-entry .media {
  width: 36.3%;
}
.performance-planner-container .area-performance-detail .unit-production-entry .quickfind {
  position: absolute;
  right: 2%;
  bottom: 7%;
}
.performance-planner-container .area-performance-detail .unit-production-entry .body {
  padding: 0 0 0 1%;
  width: 59.5%;
}
.performance-planner-container .area-performance-detail .unit-production-entry h2 {
  margin: 0;
}
.performance-planner-container .area-performance-detail .unit-production-entry .meta {
  margin: 0.5em 0;
}
.performance-planner-container .area-performance-detail .unit-production-entry .meta p {
  font-size: 12px;
}
.performance-planner-container .area-performance-detail .unit-production-entry .sponsors p {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: none;
  margin: 0;
}
.performance-planner-container .area-performance-detail .unit-production-entry footer {
  margin-top: 1em;
}
.performance-planner-container .area-performance-detail .close-button {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  position: absolute;
  cursor: pointer;
  right: 4px;
  top: 4px;
  width: 32px;
  height: 32px;
  background-image: url(../images/button-close-planner.png);
}
.performance-planner-container .area-performance-detail .close-button br {
  display: none;
}
/* @end */
/* @end */
/* @group Production Detail Info */
.area-production-details {
  background-color: #ffffff;
  padding: 0;
  zoom: 1;
  margin-bottom: 20px;
}
.area-production-details:before,
.area-production-details:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-production-details:after {
  clear: both;
}
.area-production-image,
.area-production-video {
  width: 48.4%;
  float: right;
  padding: 0.6% 0.6% 0.6% 0;
  position: relative;
  margin-bottom: 0;
}
.area-production-image .media,
.area-production-video .media {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.area-production-image .meta,
.area-production-video .meta {
  border: none;
  margin: 0;
  clear: both;
  padding: 0;
}
.area-production-image .meta p,
.area-production-video .meta p {
  font-size: 14px;
  text-transform: none;
  color: #666;
  font-weight: 600;
  margin: 8px 0 1em;
  font-family: "museo-sans-condensed", Helmet, Freesans, sans-serif;
  padding: 0.25em 0;
}
.area-production-image .video-visible,
.area-production-video .video-visible {
  display: none;
}
.area-production-image .main-production-video-container,
.area-production-video .main-production-video-container {
  position: relative;
  display: none;
}
.area-production-image .play-button,
.area-production-video .play-button {
  z-index: 255;
  position: absolute;
  width: 100%;
  height: 90%;
}
.area-production-image .play-button #play-production-video,
.area-production-video .play-button #play-production-video {
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/icon-play.png);
  background-image: none, url(../images/icon-play.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75px;
  opacity: 0.4;
  cursor: pointer;
}
.area-production-image .play-button #play-production-video br,
.area-production-video .play-button #play-production-video br {
  display: none;
}
.area-production-image .play-button #play-production-video:hover,
.area-production-video .play-button #play-production-video:hover {
  opacity: 0.9;
}
.area-production-image .video-meta {
  display: none;
}
.area-production-details .body {
  width: 47.5%;
  padding: 1.5% 0 1.5% 1.5%;
  margin-right: 2%;
  display: inline;
  float: left;
  overflow: visible;
}
.area-production-details header {
  margin-bottom: 0.5em;
  position: relative;
}
.area-production-details footer {
  float: left;
  margin-bottom: 1em;
}
.area-production-details .membership-info {
  clear: both;
  background-color: #f3f3f3;
  padding: 1em;
  margin-bottom: 1em;
  font-size: 14px;
  padding: 0.5em;
}
.area-production-details h1 {
  font-size: 38px;
  border-bottom: 0;
  margin: 0;
  line-height: 1em;
}
.area-production-details .quickfind {
  display: inline-block;
  margin-top: 0.5em;
}
.area-production-details p,
.area-performance-dates p {
  margin: 0;
}
.area-production-details .prefix,
.area-production-details .suffix {
  font-size: 16px;
}
.unit-promo-code {
  width: 100%;
  clear: both;
  padding: 5px 10px;
  margin-bottom: 1.5em;
  box-sizing: border-box;
  background: #fff;
  zoom: 1;
}
.unit-promo-code:before,
.unit-promo-code:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-promo-code:after {
  clear: both;
}
.unit-promo-code h4 {
  font-size: 16px;
  float: left;
  display: inline-block;
  margin-right: 1em;
  margin-top: 0.6em;
  margin-bottom: 0.2em;
  color: #777;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
}
.unit-promo-code iframe {
  height: 30px;
  width: 245px;
  float: left;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}
.area-production-full-summary .unit-promo-code {
  border: 1px solid #d8d8d8;
}
.area-production-full-summary .unit-promo-code h4 {
  font-size: 13px;
  margin-top: 0.9em;
}
.area-production-full-summary .unit-promo-code iframe {
  width: 48%;
}
.area-performance-dates {
  border-top: 1px solid #bfbfbf;
  margin: 10px 0;
}
.performance-date {
  zoom: 1;
  border-bottom: 1px solid #bfbfbf;
  padding: 10px 0;
  margin: 0;
}
.performance-date:before,
.performance-date:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.performance-date:after {
  clear: both;
}
.performance-date .performance-date-time,
.area-performance-dates .date-description {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: normal;
  font-size: 20px;
}
.performance-date .performance-venue,
.performance-date .price-range {
  font-size: 14px;
}
.performance-date .price-range {
  margin-top: 3px;
}
.area-performance-dates .performance-booking {
  display: inline;
  float: right;
  text-align: right;
}
.area-performance-dates .performance-date-venue {
  display: inline;
  float: left;
}
.unit-production-entry header {
  overflow: visible;
  display: block;
  zoom: 1;
}
.unit-production-entry header:before,
.unit-production-entry header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-production-entry header:after {
  clear: both;
}
.meta .credit {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 3px 0;
  text-align: right;
}
.section-reviews blockquote p:last-child {
  display: block;
}
.area-performance-dates footer a {
  cursor: pointer;
  display: block;
  text-align: right;
  text-transform: capitalize;
  font-size: 14px;
}
.primary-type-production .unit-page-navigation {
  margin-top: 0.5em;
  padding: 0;
}
.primary-type-production .unit-page-navigation a {
  display: block;
  padding: 2% 6%;
  float: none;
  background-position: 2% 50%;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
}
.primary-type-production .area-series-link {
  float: right;
}
.area-production-sponsors {
  border-top: 1px solid #d8d8d8;
  clear: both;
}
.area-production-sponsors a {
  margin-right: 20px;
}
.primary-type-production .meta {
  position: relative;
  padding-right: 35px;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
}
.primary-type-production .area-production-image .meta {
  padding-right: 0;
}
.meta .webcal {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  background-image: url(../images/icon-calendar-event.png);
  width: 30px;
  height: 30px;
  opacity: 0.5;
  position: absolute;
  top: 5px;
  right: 0;
}
.meta .webcal br {
  display: none;
}
.meta .webcal:hover {
  opacity: 1;
}
/* @end */
/* @group Homepage */
/* @group Flex Slider */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
  position: relative;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-height: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* Direction Nav */
.flex-direction-nav {
  height: 0;
}
.touch .flex-direction-nav {
  display: none;
}
.flex-direction-nav li a {
  width: 20px;
  height: 80px;
  margin: 0;
  display: block;
  position: absolute;
  top: 200px;
  bottom: 0;
  cursor: pointer;
  text-indent: -999em;
  background-color: #e70095;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  background-size: 50%;
  z-index: 1000;
}
.flex-direction-nav li a:hover {
  background-color: #ff1bae;
}
.flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
}
.flex-direction-nav li .next,
.flex-direction-nav li .flex-next {
  background-image: url(../images/flexslider.control-r.png);
  right: 0;
  border-right: none;
}
.flex-direction-nav li .prev,
.flex-direction-nav li .flex-prev {
  background-image: url(../images/flexslider.control-l.png);
  left: 0;
  border-left: none;
}
/* Control Nav */
.flex-control-nav {
  margin: 0 auto;
  position: relative;
  bottom: 25px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-nav li:first-child {
  margin: 0;
}
.flex-control-nav li a {
  width: 6px;
  height: 6px;
  display: block;
  cursor: pointer;
  text-indent: -999em;
  border: 2px solid #fff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  text-align: left;
}
.flex-control-nav li a:hover {
  background-color: #fff;
}
.flex-control-nav li a.active {
  background-color: #fff;
  border-color: #fff;
}
.touch .type-festival-home-page .flexslider-container.festival-running .flex-direction-nav {
  display: block;
}
/* @end */
/* @group Feature Carousel */
.js .type-home-page .flexslider,
.js .type-home-page .flexslider-container,
.js .type-literature-festival-home-page .literature-flexslider,
.js .type-literature-festival-home-page .flexslider-container {
  overflow: hidden;
  height: 750px;
  background-color: #000;
  background-image: url(../images/flexslider.preloader.gif);
  background-repeat: no-repeat;
  background-position: 50%;
}
.js .type-festival-home-page.festival-jazz .flexslider.festival-running,
.js .type-festival-home-page.festival-jazz .flexslider-container.festival-running,
.js .type-festival-home-page.festival-science .flexslider.festival-running,
.js .type-festival-home-page.festival-science .flexslider-container.festival-running,
.js .type-festival-home-page.festival-music .flexslider.festival-running,
.js .type-festival-home-page.festival-music .flexslider-container.festival-running {
  background-image: none;
  height: 750px;
  position: relative;
}
.js .type-festival-home-page.festival-jazz .flexslider.festival-running .flex-control-nav,
.js .type-festival-home-page.festival-jazz .flexslider-container.festival-running .flex-control-nav,
.js .type-festival-home-page.festival-science .flexslider.festival-running .flex-control-nav,
.js .type-festival-home-page.festival-science .flexslider-container.festival-running .flex-control-nav,
.js .type-festival-home-page.festival-music .flexslider.festival-running .flex-control-nav,
.js .type-festival-home-page.festival-music .flexslider-container.festival-running .flex-control-nav {
  display: none;
}
.js .type-festival-home-page.festival-jazz .flexslider.festival-running .flex-direction-nav li a,
.js .type-festival-home-page.festival-jazz .flexslider-container.festival-running .flex-direction-nav li a,
.js .type-festival-home-page.festival-science .flexslider.festival-running .flex-direction-nav li a,
.js .type-festival-home-page.festival-science .flexslider-container.festival-running .flex-direction-nav li a,
.js .type-festival-home-page.festival-music .flexslider.festival-running .flex-direction-nav li a,
.js .type-festival-home-page.festival-music .flexslider-container.festival-running .flex-direction-nav li a {
  top: 80px;
}
.js .type-festival-home-page.festival-jazz .flexslider.festival-not-running,
.js .type-festival-home-page.festival-jazz .flexslider-container.festival-not-running,
.js .type-festival-home-page.festival-science .flexslider.festival-not-running,
.js .type-festival-home-page.festival-science .flexslider-container.festival-not-running,
.js .type-festival-home-page.festival-music .flexslider.festival-not-running,
.js .type-festival-home-page.festival-music .flexslider-container.festival-not-running {
  height: 500px;
}
.js .type-festival-home-page.festival-jazz .flexslider.festival-not-running .flex-control-nav,
.js .type-festival-home-page.festival-jazz .flexslider-container.festival-not-running .flex-control-nav,
.js .type-festival-home-page.festival-science .flexslider.festival-not-running .flex-control-nav,
.js .type-festival-home-page.festival-science .flexslider-container.festival-not-running .flex-control-nav,
.js .type-festival-home-page.festival-music .flexslider.festival-not-running .flex-control-nav,
.js .type-festival-home-page.festival-music .flexslider-container.festival-not-running .flex-control-nav {
  bottom: 150px;
}
.js .type-festival-home-page.festival-jazz .flexslider.festival-not-running .flex-direction-nav li a,
.js .type-festival-home-page.festival-jazz .flexslider-container.festival-not-running .flex-direction-nav li a,
.js .type-festival-home-page.festival-science .flexslider.festival-not-running .flex-direction-nav li a,
.js .type-festival-home-page.festival-science .flexslider-container.festival-not-running .flex-direction-nav li a,
.js .type-festival-home-page.festival-music .flexslider.festival-not-running .flex-direction-nav li a,
.js .type-festival-home-page.festival-music .flexslider-container.festival-not-running .flex-direction-nav li a {
  top: 200px;
}
.js .type-festival-home-page.festival-jazz .flexslider .featured_events,
.js .type-festival-home-page.festival-jazz .flexslider-container .featured_events,
.js .type-festival-home-page.festival-science .flexslider .featured_events,
.js .type-festival-home-page.festival-science .flexslider-container .featured_events,
.js .type-festival-home-page.festival-music .flexslider .featured_events,
.js .type-festival-home-page.festival-music .flexslider-container .featured_events {
  top: 0;
  margin-top: 0;
}
.js .type-festival-home-page.festival-jazz .flexslider .featured_events ul,
.js .type-festival-home-page.festival-jazz .flexslider-container .featured_events ul,
.js .type-festival-home-page.festival-science .flexslider .featured_events ul,
.js .type-festival-home-page.festival-science .flexslider-container .featured_events ul,
.js .type-festival-home-page.festival-music .flexslider .featured_events ul,
.js .type-festival-home-page.festival-music .flexslider-container .featured_events ul {
  padding: 8px;
}
.js .type-festival-home-page.festival-jazz .flexslider .featured_events ul li,
.js .type-festival-home-page.festival-jazz .flexslider-container .featured_events ul li,
.js .type-festival-home-page.festival-science .flexslider .featured_events ul li,
.js .type-festival-home-page.festival-science .flexslider-container .featured_events ul li,
.js .type-festival-home-page.festival-music .flexslider .featured_events ul li,
.js .type-festival-home-page.festival-music .flexslider-container .featured_events ul li {
  margin: 0 0.8% 0 0;
}
.js .type-festival-home-page.festival-jazz .flexslider .featured_events ul li.last,
.js .type-festival-home-page.festival-jazz .flexslider-container .featured_events ul li.last,
.js .type-festival-home-page.festival-science .flexslider .featured_events ul li.last,
.js .type-festival-home-page.festival-science .flexslider-container .featured_events ul li.last,
.js .type-festival-home-page.festival-music .flexslider .featured_events ul li.last,
.js .type-festival-home-page.festival-music .flexslider-container .featured_events ul li.last {
  margin: 0;
}
.js .type-literature-festival-home-page #container .flexslider-container .featured_events {
  top: auto;
}
.area-main-feature {
  background-color: #000;
  background-image: url(/placeholder/production-carousel.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 750px;
}
#feature-nav {
  width: 100%;
  margin: 0 auto;
  position: relative;
  top: -110px;
  text-align: right;
  z-index: 100;
}
#feature-nav a {
  color: #fff;
  padding: 5px;
}
#feature-nav a.activeSlide {
  text-decoration: underline;
}
.area-main-feature .content-inner {
  width: 100%;
  zoom: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.area-main-feature .content-inner:before,
.area-main-feature .content-inner:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-main-feature .content-inner:after {
  clear: both;
}
.area-main-feature .unit-production-entry {
  zoom: 1;
  display: inline;
  float: left;
  width: 57.5%;
  margin-right: 2%;
  margin-top: 5px;
  padding: 0;
}
.area-main-feature .unit-production-entry p {
  color: #ffffff;
}
.area-main-feature .unit-production-entry h1,
.area-main-feature .unit-production-entry h2,
.area-main-feature .unit-production-entry h3,
.area-main-feature .unit-production-entry h4,
.area-main-feature .unit-production-entry h5,
.area-main-feature .unit-production-entry h6 {
  color: #ffffff;
}
.area-main-feature .unit-production-entry h1 strong,
.area-main-feature .unit-production-entry h2 strong,
.area-main-feature .unit-production-entry h3 strong,
.area-main-feature .unit-production-entry h4 strong,
.area-main-feature .unit-production-entry h5 strong,
.area-main-feature .unit-production-entry h6 strong {
  color: #e6e6e6;
}
.area-main-feature .unit-production-entry a {
  color: #56c2ff;
}
.area-main-feature .unit-production-entry a:visited {
  color: #23b0ff;
}
.area-main-feature .unit-production-entry a:active {
  color: #56c2ff;
}
.area-main-feature .unit-production-entry a:hover {
  color: #fefffe;
}
.area-main-feature .unit-production-entry table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  border: 1px solid #666666;
}
.area-main-feature .unit-production-entry table caption {
  text-align: left;
}
.area-main-feature .unit-production-entry table th,
.area-main-feature .unit-production-entry table td {
  padding: 0.5em;
  text-align: left;
  border: 1px solid #666666;
}
.area-main-feature .unit-production-entry table th {
  padding-top: 0.5em;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #666666;
}
.area-main-feature .unit-production-entry table td {
  vertical-align: top;
}
.area-main-feature .unit-production-entry hr {
  border-color: #444;
}
.area-main-feature .unit-production-entry:before,
.area-main-feature .unit-production-entry:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-main-feature .unit-production-entry:after {
  clear: both;
}
.area-main-feature .unit-production-entry .body {
  padding: 20px;
  width: 100%;
  margin-top: 1.2em;
  box-sizing: border-box;
}
.area-main-feature .unit-production-entry .body.background-enabled {
  background-color: rgba(0, 0, 0, 0.6);
}
.area-main-feature .unit-production-entry a {
  color: #fff;
}
.area-main-feature .unit-production-entry a:visited {
  color: #fff;
}
.area-main-feature .unit-production-entry header {
  overflow: visible;
  margin-bottom: 1em;
}
.area-main-feature .unit-production-entry header h2 {
  line-height: 1em;
}
.area-main-feature .unit-production-entry header.add-drop-shadow {
  text-shadow: 0 0 8px #000;
}
.area-main-feature .unit-production-entry .description p {
  margin-bottom: 1em;
}
.area-main-feature .unit-production-entry h2 {
  font-size: 38px;
  margin: 5px 0;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
}
.area-main-feature .unit-production-entry .prefix,
.area-main-feature .unit-production-entry .suffix {
  margin: 0;
  font-size: 16px;
  line-height: 1.4em;
}
.literature-flexslider .description {
  margin: 0;
  font-size: 16px;
  line-height: 1.4em;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 700;
  text-transform: none;
}
/* @end */
.area-homepage-news-list {
  width: 60%;
  margin-right: 3.25%;
  float: left;
}
.area-homepage-news-list .media {
  width: 35%;
}
.type-home-page .area-related-page-list {
  float: left;
  width: 36.75%;
}
.link-all-events {
  display: block;
  text-align: center;
  background-color: #e70095;
  color: #fff !important;
  padding: 1% 2%;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  text-transform: none;
  font-weight: 800;
  margin-top: 0;
}
/* @end */
/* @group Producion Promos */
.area-homepage-production-promos {
  margin-bottom: 40px;
}
.area-homepage-production-promos .unit-production-entry .media {
  float: none;
}
.area-homepage-production-promos {
  position: relative;
  margin-top: -120px;
  z-index: 10;
  zoom: 1;
}
.area-homepage-production-promos:before,
.area-homepage-production-promos:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-homepage-production-promos:after {
  clear: both;
}
.area-homepage-production-promos .unit-production-entry {
  height: 27.5%;
  outline: 1px solid #fff;
  background-color: #000;
  overflow: hidden;
  position: relative;
  zoom: 1;
  display: inline;
  float: left;
  width: 32%;
  margin-right: 2%;
}
.area-homepage-production-promos .unit-production-entry.last {
  margin-right: 0;
}
.area-homepage-production-promos .unit-production-entry .body {
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
  padding: 15px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  /* @group Production Promo Overflow */
}
.area-homepage-production-promos .unit-production-entry .body h2 {
  margin: 0;
  font-size: 22px;
  color: #ffffff;
}
.area-homepage-production-promos .unit-production-entry .body h2 a,
.area-homepage-production-promos .unit-production-entry .body .meta p {
  color: #fff;
}
.area-homepage-production-promos .unit-production-entry .body .meta-date {
  margin-bottom: 15px;
}
.area-homepage-production-promos .unit-production-entry .body footer {
  margin-top: 0.5em;
}
.area-homepage-production-promos .unit-production-entry .body {
  bottom: -70px;
}
.area-homepage-production-promos .unit-production-entry h2 {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.area-homepage-production-promos .unit-production-entry:hover h2 {
  white-space: normal;
  overflow: visible;
}
.area-homepage-production-promos .has-venue .body {
  bottom: -102px;
}
.area-homepage-production-promos .unit-production-entry:hover .body {
  bottom: -20px;
}
.area-homepage-production-promos .unit-production-entry .media {
  margin-right: 0;
}
.area-homepage-production-promos .unit-production-entry .media img {
  margin-top: -30px;
  width: 100%;
}
/* @end */
/* @end */
/* @group Homepage Intro */
.area-homepage-intro {
  background-color: #e70095;
  border: 1px solid #810053;
  margin-bottom: 20px;
  position: relative;
}
.area-homepage-intro .media {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: 142px;
}
.area-homepage-intro .body {
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-size: 16px;
  padding: 10px 20px 20px 170px;
  line-height: 22px;
  color: #fff;
}
.area-homepage-intro .body p {
  margin-bottom: 0.5em;
}
.area-homepage-intro .body h2 {
  color: #fff;
  font-weight: 700;
}
.area-homepage-intro .body h2 span {
  font-weight: 900;
}
.area-homepage-intro .mailing-list {
  cursor: pointer;
  font-size: 16px;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 900;
  display: inline-block;
  background: #777777;
  padding: 4px 9px;
  vertical-align: bottom;
  text-transform: none;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.area-homepage-intro .mailing-list:visited {
  color: #ffffff;
}
.area-homepage-intro .mailing-list:hover {
  color: #ffffff;
  text-decoration: none;
  background-color: #919191;
}
.area-homepage-intro .mailing-list:focus {
  outline: 1px dotted #666;
}
.area-homepage-intro .mailing-list.disabled {
  cursor: default;
  background-image: none;
}
.area-homepage-intro .mailing-list[disabled] {
  cursor: default;
  background-image: none;
}
/* @end */
/* @group Profile Detail Page */
.primary-type-profile-detail-page .section-header {
  zoom: 1;
}
.primary-type-profile-detail-page .section-header:before,
.primary-type-profile-detail-page .section-header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.primary-type-profile-detail-page .section-header:after {
  clear: both;
}
.area-profile-image {
  float: right;
  margin: 0 0 20px 20px;
}
.primary-type-profile-detail-page hgroup {
  margin-right: 340px;
  margin-top: 140px;
}
.primary-type-profile-detail-page hgroup h1 {
  font-size: 24px;
}
.primary-type-profile-detail-page hgroup h2 {
  font-size: 14px;
  font-weight: normal;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #666;
}
/* @end */
/* @group News List */
.area-news-sidebar-content {
  background-color: #f3f3f3;
  padding: 1em;
  margin-bottom: 1em;
  margin-bottom: 10px;
}
.area-news-sidebar-content p {
  margin: 10px 0;
}
.area-news-list-header {
  position: relative;
  background-color: #373737;
  padding: 10px 12px 5px 12px;
  margin-bottom: 20px;
  zoom: 1;
}
.area-news-list-header:before,
.area-news-list-header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-news-list-header:after {
  clear: both;
}
.area-news-list-header h1 {
  float: left;
  color: #fff;
  margin: 0;
}
.area-news-list-header h1 .festival-type {
  font-weight: 400;
  color: #ccc;
}
.area-news-list-header .pagination-form {
  margin-bottom: 0;
  margin-top: 3px;
}
.area-news-list-header .rss {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: 0 0;
  float: left;
  opacity: 0.75;
}
.area-news-list-header .rss br {
  display: none;
}
.area-news-list-header .rss:hover {
  opacity: 1;
}
.area-news-list-header .rss {
  background-image: url(../images/icon-rss-header.png);
  margin-left: 20px;
}
.area-contact-press {
  background-color: #333;
  padding: 5%;
  margin-bottom: 20px;
}
.area-contact-press p {
  color: #ffffff;
}
.area-contact-press h1,
.area-contact-press h2,
.area-contact-press h3,
.area-contact-press h4,
.area-contact-press h5,
.area-contact-press h6 {
  color: #ffffff;
}
.area-contact-press h1 strong,
.area-contact-press h2 strong,
.area-contact-press h3 strong,
.area-contact-press h4 strong,
.area-contact-press h5 strong,
.area-contact-press h6 strong {
  color: #e6e6e6;
}
.area-contact-press a {
  color: #56c2ff;
}
.area-contact-press a:visited {
  color: #23b0ff;
}
.area-contact-press a:active {
  color: #56c2ff;
}
.area-contact-press a:hover {
  color: #fefffe;
}
.area-contact-press table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  border: 1px solid #666666;
}
.area-contact-press table caption {
  text-align: left;
}
.area-contact-press table th,
.area-contact-press table td {
  padding: 0.5em;
  text-align: left;
  border: 1px solid #666666;
}
.area-contact-press table th {
  padding-top: 0.5em;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #666666;
}
.area-contact-press table td {
  vertical-align: top;
}
.area-contact-press hr {
  border-color: #444;
}
.area-contact-press p {
  margin-bottom: 0;
}
.primary-type-news-holder .area-news-list {
  margin-top: 0;
}
.type-news-month-page #primary-content .unit-page-content {
  margin: 0;
}
.area-news-list-content header {
  position: relative;
  background-color: #373737;
  padding: 10px 12px 5px 12px;
  margin-bottom: 20px;
  zoom: 1;
}
.area-news-list-content header:before,
.area-news-list-content header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-news-list-content header:after {
  clear: both;
}
.area-news-list-content header h1 {
  color: #fff;
  margin: 0;
  border-bottom: none !important;
  margin: 0 !important;
}
.area-news-list-content header h1 strong {
  font-weight: 400;
  color: #ccc;
}
.area-news-list footer {
  zoom: 1;
  background-color: #373737;
  padding: 10px 12px;
}
.area-news-list footer:before,
.area-news-list footer:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-news-list footer:after {
  clear: both;
}
.area-news-list footer form {
  margin-bottom: 0;
}
/* @end */
/* @group Year Archive */
.area-news-year-archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-news-year-archive ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-news-year-archive ul li {
  margin-bottom: 2px;
}
.area-news-year-archive a {
  -webkit-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: background-color 200ms cubic-bezier(0.42, 0, 0.58, 1);
  display: block;
  background-color: #f3f3f3;
  padding: 5px 15px;
}
.area-news-year-archive a:hover {
  background-color: #ff1bae;
  color: #ffffff;
}
/* @end */
/* @group News Post */
.type-page #primary-content .area-news-page-content header {
  margin-bottom: 1em;
}
.type-page #primary-content .area-news-page-content header h1 {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: 900;
}
.area-news-page-content .date {
  margin-bottom: 0;
  text-transform: none;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-size: 14px;
}
.area-news-page-content header.gravatar-icon img.author {
  float: left;
  margin-right: 18px;
}
.area-news-page-content header .body {
  overflow: hidden;
  _overflow: visible;
  zoom: 1;
}
.area-full-news-article {
  background-color: #fff;
  padding: 6px;
}
/* @end */
/* @group Watch & Listen Template */
.area-gallery {
  height: 620px;
}
.primary-type-watch-and-listen-page .area-full-article {
  margin-bottom: 20px;
  padding: 2%;
}
/* @end */
/* @group Venues List */
#primary-content #venue-map {
  height: 365px;
}
.area-venues-list {
  zoom: 1;
  margin-bottom: 1em;
  margin-top: 10px;
}
.area-venues-list:before,
.area-venues-list:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-venues-list:after {
  clear: both;
}
.area-venues-list .unit-block {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.4em;
  position: relative;
  background: #ffffff;
}
.area-venues-list .unit-block a {
  zoom: 1;
  color: #333;
  display: block;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.area-venues-list .unit-block a:before,
.area-venues-list .unit-block a:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-venues-list .unit-block a:after {
  clear: both;
}
.area-venues-list .unit-block h2 {
  font-size: 24px;
  margin: 0 0 .5em 0;
}
.area-venues-list .unit-block p {
  margin: 0;
  line-height: 1.5;
}
.area-venues-list .unit-block .address {
  margin-top: 1em;
  font-weight: bold;
}
.area-venues-list .unit-block a:hover {
  background-color: #fff;
}
/* @end */
/* @group Venue Detail Page */
.primary-type-venue #primary-content h1 {
  border-bottom: none;
  padding: 0 0 0 0;
  margin: 0 0 -0.25em 0;
}
.primary-type-venue #primary-content header {
  background-color: #333;
  padding: 0.5em 1em;
  margin: 0 0 1.2% 0;
}
.primary-type-venue #primary-content header p {
  color: #ffffff;
}
.primary-type-venue #primary-content header h1,
.primary-type-venue #primary-content header h2,
.primary-type-venue #primary-content header h3,
.primary-type-venue #primary-content header h4,
.primary-type-venue #primary-content header h5,
.primary-type-venue #primary-content header h6 {
  color: #ffffff;
}
.primary-type-venue #primary-content header h1 strong,
.primary-type-venue #primary-content header h2 strong,
.primary-type-venue #primary-content header h3 strong,
.primary-type-venue #primary-content header h4 strong,
.primary-type-venue #primary-content header h5 strong,
.primary-type-venue #primary-content header h6 strong {
  color: #e6e6e6;
}
.primary-type-venue #primary-content header a {
  color: #56c2ff;
}
.primary-type-venue #primary-content header a:visited {
  color: #23b0ff;
}
.primary-type-venue #primary-content header a:active {
  color: #56c2ff;
}
.primary-type-venue #primary-content header a:hover {
  color: #fefffe;
}
.primary-type-venue #primary-content header table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  border: 1px solid #666666;
}
.primary-type-venue #primary-content header table caption {
  text-align: left;
}
.primary-type-venue #primary-content header table th,
.primary-type-venue #primary-content header table td {
  padding: 0.5em;
  text-align: left;
  border: 1px solid #666666;
}
.primary-type-venue #primary-content header table th {
  padding-top: 0.5em;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #666666;
}
.primary-type-venue #primary-content header table td {
  vertical-align: top;
}
.primary-type-venue #primary-content header hr {
  border-color: #444;
}
.venue-address {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  margin-top: 0.25em;
}
.primary-type-venue .area-full-article {
  margin-bottom: 20px;
}
.venue-tab-content {
  margin-bottom: 20px;
}
/* @end */
/* @group Series List */
.primary-type-series-list-page .unit-secondary-navigation {
  border-top: none;
}
/* @end */
/* @group Series Page */
.primary-type-series header h1 {
  font-size: 38px;
  line-height: 1em;
  margin: 0;
}
.primary-type-series .unit-breadcrumb-trail {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.primary-type-series .area-production-details {
  border-bottom: 1px solid #bfbfbf;
  position: relative;
  margin-bottom: 1.5em;
  padding-right: 120px;
}
.primary-type-series .season-booking-controls {
  position: absolute;
  bottom: 15px;
  right: 0;
}
.primary-type-series .area-production-details,
.primary-type-series .area-production-content {
  margin-right: 6.5%;
}
.primary-type-series .upcoming-productions .last {
  border-bottom: none;
}
/* @end */
/* @group Log-in Screen */
.section-Security .has-secondary-content #secondary-content,
.section-Security #primary-navigation .area-primary-navigation,
.section-Security #footer,
.section-Security #header .area-site-search,
.section-Security .AddThisShareWidget {
  display: none;
}
.section-Security #header .area-logo {
  float: none;
  margin: 0 auto;
}
.section-Security .has-secondary-content #secondary-content,
.section-Security .has-secondary-content #primary-content {
  width: auto;
  float: none;
}
.section-Security .content-inner {
  background-color: #ffffff;
  margin-bottom: 10px;
  border-bottom: 10px solid #e70095;
  background-clip: padding-box;
  margin: 2em auto;
  width: 470px;
}
.section-Security .content-inner h2 {
  background: #e70095;
  color: #fff;
  font-size: 22px;
  margin: 0;
  padding: 7px 10px 4px 10px;
}
.section-Security .content-inner li,
.section-Security .content-inner p {
  font-size: 14px;
  line-height: 1.5em;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
}
.section-Security #primary-content h1,
.section-Security #primary-content p {
  padding: 5px 10px;
}
.section-Security .inline-form form {
  padding: 0;
  border: none;
  background-color: transparent;
}
.section-Security .inline-form form .Actions {
  margin-left: 150px;
}
.section-Security .inline-form form label {
  margin-right: 20px;
  width: 130px;
  text-align: right;
}
.section-Security .inline-form form .action {
  float: none;
}
.section-Security .inline-form form .middleColumn {
  width: 64%;
}
.section-Security .inline-form form .middleColumn .text {
  width: auto;
}
.section-Security .inline-form form #Remember {
  text-align: left;
  margin: 0 0 1em 150px;
}
.section-Security .inline-form form #Remember label {
  text-align: left;
  width: auto;
  margin-right: 0;
}
.section-Security .inline-form form #Remember input {
  float: left;
  margin: 0.8em 10px 0 0;
}
.section-Security .inline-form form .field {
  margin-bottom: 0.5em;
}
.section-Security .inline-form form #ForgotPassword {
  margin: 1em 0 0 0;
}
/* @end */
/* @group Contact Page */
.type-contact-page #primary-content .content-inner {
  padding: 2%;
  background-color: #fff;
}
/* @end */
/* @group Stacked List Page */
.area-stacked-list article {
  background-color: #fff;
  margin-bottom: 10px;
}
.area-stacked-list article .media {
  width: 23.3%;
  float: left;
  margin-right: 3%;
  margin-left: 1.5%;
}
.area-stacked-list article .body {
  width: 71%;
  padding: 0;
}
/* @end */
/* @group Search Results */
.type-search-page #primary-content .section-header {
  position: relative;
  background-color: #373737;
  padding: 10px 12px 5px 12px;
  margin-bottom: 20px;
  zoom: 1;
}
.type-search-page #primary-content .section-header:before,
.type-search-page #primary-content .section-header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-search-page #primary-content .section-header:after {
  clear: both;
}
.type-search-page #primary-content .section-header h1 {
  float: left;
  color: #cccccc;
  margin: 0;
  border: none;
  text-transform: none;
}
.type-search-page #primary-content .section-header h1 b {
  color: #fff;
}
.type-search-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.type-search-page ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.type-search-page ul h3 {
  margin: 0;
}
.type-search-page ul .highlight {
  background-color: #feff62;
  padding: 3px 6px;
}
/* @end */
/* @group Sitemap */
.type-sitemap-page #primary-content h1 {
  position: relative;
  background-color: #373737;
  padding: 10px 12px 5px 12px;
  margin-bottom: 20px;
  zoom: 1;
  color: #fff;
  border: none;
}
.type-sitemap-page #primary-content h1:before,
.type-sitemap-page #primary-content h1:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-sitemap-page #primary-content h1:after {
  clear: both;
}
.type-sitemap-page {
  /* @end */
}
.type-sitemap-page .sitemap-section {
  background-color: #fff;
  padding: 2%;
  margin-bottom: 1px;
}
.type-sitemap-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.type-sitemap-page ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.type-sitemap-page ul:before,
.type-sitemap-page ul:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-sitemap-page ul:after {
  clear: both;
}
.type-sitemap-page .sitemap-level-1 .child-page {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  text-transform: none;
  font-weight: 800;
}
.type-sitemap-page .sitemap-level-2 {
  margin: 1em 0;
}
.type-sitemap-page .sitemap-level-2 .child-page {
  float: left;
  width: 22%;
  margin-right: 2%;
  font-size: 14px;
  text-transform: none;
  font-weight: normal;
  margin-left: 1%;
}
/* @end */
#header-inner,
#global-navigation-inner,
#footer-social-inner,
#footer-inner,
#page-content,
.flex-control-nav,
.area-main-feature .content-inner,
.featured_events,
.area-syos-basket-inner,
#toolbar,
#featured-events-tabs ul {
  width: 90%;
  padding-left: 30px;
  padding-right: 30px;
}
#header-inner,
#global-navigation-inner,
#footer-social-inner,
#footer-inner,
#touch-tools-inner,
#footer-inner,
#page-content,
.flex-control-nav,
.area-main-feature .content-inner,
#toolbar,
#global-navigation-inner,
.featured_events,
.area-package-selection-inner,
#featured-events-tabs ul {
  max-width: 1000px;
}
.performance-form-selector #page-content {
  width: 100%;
  margin: 0;
  padding: 0;
}
.lt-ie10 #header-inner,
.lt-ie10 #footer-social-inner,
.lt-ie10 #footer-inner,
.lt-ie10 #page-content,
.lt-ie10 #primary-navigation-inner,
.lt-ie10 .flex-control-nav,
.lt-ie10 .area-main-feature .content-inner {
  width: 950px;
}
/* @group homepage feature */
.featured_events {
  display: block;
  margin: auto;
  position: relative;
  bottom: 266px;
}
.featured_events ul.events {
  zoom: 1;
  margin: 0;
  padding: 0;
}
.featured_events ul.events:before,
.featured_events ul.events:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.featured_events ul.events:after {
  clear: both;
}
.featured_events ul.events li {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 24.4%;
  height: 236px;
  background: white;
  margin: 0 0.8% 0 0;
}
.featured_events ul.events li li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.featured_events ul.events li.last {
  margin-right: 0;
}
.featured_events ul.events li .unit-production-entry {
  -webkit-transition: opacity 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: opacity 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: opacity 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: opacity 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 200ms cubic-bezier(0.42, 0, 0.58, 1);
  height: 185px;
  padding: 6px 6px 45px 6px;
  position: relative;
}
.featured_events ul.events li .unit-production-entry .media {
  float: none;
  margin: 0;
  min-height: 115px;
}
.featured_events ul.events li .unit-production-entry footer {
  position: absolute;
  bottom: 15px;
}
.featured_events ul.events li .unit-production-entry .meta {
  border: none;
  padding: 0;
  margin: 0;
}
.featured_events ul.events li .unit-production-entry .meta p {
  color: #333;
}
.featured_events ul.events li .unit-production-entry .body {
  width: auto;
  float: none;
}
.featured_events ul.events li .unit-production-entry h2 {
  font-size: 1.4em;
  margin-bottom: 0;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  font-weight: 900;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.featured_events ul.events li .more {
  font-size: 12px;
  border: 0;
  padding: 3px 8px;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
}
.featured_events ul.events li .book-button {
  font-size: 12px;
  padding: 3px 8px;
  border: 0;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
}
.featured_events ul.events li .add-to-favourites {
  font-size: 11px;
  padding: 2px 14px 0;
  border: 0;
  height: 19px;
  background-position: 50% -5px;
}
.featured_events ul.events li.loading {
  background-image: url(../images/preloader.small.white.gif);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50%;
}
.featured_events ul.events li.loading .unit-production-entry {
  opacity: 0;
}
.featured_events ul.events li.jazz img {
  border-bottom: 4px solid #c227b9;
}
.featured_events ul.events li.jazz .more {
  background-color: #c227b9;
}
.featured_events ul.events li.jazz .book-button {
  background-color: #c227b9;
}
.featured_events ul.events li.jazz header h2 a {
  color: #c227b9;
}
.featured_events ul.events li.science img {
  border-bottom: 4px solid #2f7de1;
}
.featured_events ul.events li.science .more {
  background-color: #2f7de1;
}
.featured_events ul.events li.science .book-button {
  background-color: #2f7de1;
}
.featured_events ul.events li.science header h2 a {
  color: #2f7de1;
}
.featured_events ul.events li.music img {
  border-bottom: 4px solid #eb0029;
}
.featured_events ul.events li.music .more {
  background-color: #eb0029;
}
.featured_events ul.events li.music .book-button {
  background-color: #eb0029;
}
.featured_events ul.events li.music header h2 a {
  color: #eb0029;
}
.featured_events ul.events li.literature img {
  border-bottom: 4px solid #f7a800;
}
.featured_events ul.events li.literature .more {
  background-color: #f7a800;
}
.featured_events ul.events li.literature .book-button {
  background-color: #f7a800;
}
.featured_events ul.events li.literature header h2 a {
  color: #f7a800;
}
.book-now-iframe {
  border: none;
  vertical-align: bottom;
  width: 100px;
  height: 30px;
  margin-top: 4px;
}
@media only screen and (max-width: 406px) {
  .fancybox-wrap iframe.book-now-iframe {
    margin-top: 4px;
  }
}
.book-now-iframe.small {
  margin: 0px 0px 0px 5px;
  width: 120px;
  height: 21px;
}
.booking-info-iframe {
  display: none;
  border: none;
  vertical-align: bottom;
  width: 100%;
  height: 30px;
  clear: both;
}
/* @group featured events tabs */
#featured-events-tabs {
  display: block;
  margin: 0;
  padding: 0 0 5px 0;
  background-color: #fff;
  zoom: 1;
}
#featured-events-tabs:before,
#featured-events-tabs:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#featured-events-tabs:after {
  clear: both;
}
#featured-events-tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
  margin: 0 auto;
}
#featured-events-tabs ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#featured-events-tabs ul:before,
#featured-events-tabs ul:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#featured-events-tabs ul:after {
  clear: both;
}
#featured-events-tabs ul li {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  text-transform: none;
  font-weight: 800;
  font-size: 14px;
  margin-left: 2px;
  float: left;
}
#featured-events-tabs ul li a {
  color: #fff;
  font-weight: 700;
  background: #e70095;
  padding: 3px 10px;
  margin-top: 2px;
  display: inline-block;
}
#featured-events-tabs ul li.active a {
  background: #000;
  margin-top: 0;
  border-top: 2px solid #000;
}
.type-festival-home-page.festival-jazz #featured-events-tabs,
.type-festival-home-page.festival-science #featured-events-tabs,
.type-festival-home-page.festival-music #featured-events-tabs {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.type-festival-home-page.festival-literature #featured-events-tabs {
  display: none;
}
.primary-type-literature-festival-home-page.festival-literature #featured-events-tabs {
  display: block;
}
/* @end */
/* @end */
.membership-message-content {
  width: 600px;
  padding: 10px 20px;
}
/* @group stackedlist links */
a.collapse,
a.read-more {
  font-weight: normal;
}
/* @end */
/* @group Image Gallery Override */
.unit-gallery-thumbnails {
  position: relative;
}
.unit-gallery-thumbnails ul.gallery {
  display: block;
  white-space: nowrap;
}
.unit-gallery-thumbnails ul.gallery li {
  margin: 0 8px 0 0;
  width: 70px;
}
.unit-gallery-thumbnails ul.gallery li.last {
  margin-right: 0;
}
.unit-gallery-thumbnails ul.gallery li.start {
  clear: none;
}
.area-media-gallery .gallery-controls .flex-direction-nav {
  height: 0;
}
.area-media-gallery .gallery-flexslider {
  position: relative;
  z-index: 5;
  border-bottom: 1px solid #545454;
  padding-bottom: 10px;
}
.js .type-production .gallery-flexslider {
  overflow: hidden;
}
.area-media-gallery .gallery-controls .flex-direction-nav {
  position: absolute;
  top: -20px;
  left: -20px;
  overflow: hidden;
  z-index: 2;
  height: 100%;
  width: 113%;
}
.area-media-gallery .flex-control-nav {
  text-align: right;
  position: absolute;
  top: 6px;
  right: 12px;
  z-index: 200;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  height: 25px;
}
.area-media-gallery .flex-control-nav li a {
  border: none;
  width: 9px;
  height: 9px;
  background-color: #fff;
  opacity: 0.75;
}
.area-media-gallery .flex-control-nav li a.flex-active {
  opacity: 1;
}
.area-media-gallery .flex-direction-nav {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* @group Dates and Times */
#unit-production-dates table {
  border: 0;
}
#unit-production-dates table tr {
  border-bottom: 1px solid #ccc;
}
#unit-production-dates table tr td {
  border: 0;
}
#unit-production-dates table tr td.book-buttons {
  text-align: right;
}
.book-button.book-button-status-for-sale {
  text-align: center;
}
/* @end */
/* Group CFTicketing */
.section-cfticketing {
  background-color: #f0f0f0;
  background-image: url(../images/bg-texture-paper.jpg);
  background-repeat: repeat;
}
.section-cfticketing #container {
  background: none;
}
.section-cfticketing #header .logo {
  background-image: url(../images/logo-cfticketing.png);
}
.section-cfticketing #header .logo a,
.section-cfticketing #header .logo {
  width: 305px;
}
.section-cfticketing .area-festival-sponsors {
  font-size: 18px;
}
.section-cfticketing .area-festival-sponsors a {
  display: inline;
}
.section-cfticketing.primary-type-c-f-ticketing-landing-page .area-child-page-list .unit-block {
  width: 100%;
}
.section-cfticketing.primary-type-c-f-ticketing-landing-page .area-child-page-list .unit-block a {
  min-height: auto;
}
.section-cfticketing.primary-type-c-f-ticketing-landing-page .area-child-page-list .unit-block a .media {
  margin: 0;
}
.area-full-width-header {
  zoom: 1;
}
.area-full-width-header:before,
.area-full-width-header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-full-width-header:after {
  clear: both;
}
.area-full-width-header .area-page-image {
  display: none;
}
/*
	Memories
*/
.area-memories-list {
  position: relative;
  padding-bottom: 24px;
  zoom: 1;
}
.area-memories-list:before,
.area-memories-list:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-memories-list:after {
  clear: both;
}
.area-memories-list h1 {
  font-size: 1.6em;
}
.area-memories-list .unit-memory-entry {
  width: 23.5%;
  margin-right: 2%;
  height: 255px;
}
.area-memories-list .unit-memory-entry .inner:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  z-index: 100;
  outline: 5px solid #fff;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  background-color: #fff;
  height: 100%;
}
.firefox .area-memories-list .unit-memory-entry .inner:hover {
  outline: none;
}
.area-memories-list .unit-memory-entry.end {
  margin-right: 0;
}
.area-memories-list .unit-memory-entry h2.title {
  font-size: 1em;
  line-height: 1;
  margin: 0 0 .2em 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}
.area-memories-list .unit-memory-entry .media {
  margin-bottom: 5px;
}
.area-memories-list .unit-memory-entry .description {
  margin-bottom: 0.5em;
  color: #333333;
  margin-left: 0%;
}
.area-memories-list .unit-memory-entry .meta {
  margin-bottom: 0.25em;
}
.area-memories-list .unit-memory-entry .meta p {
  font-size: 12px;
  margin: 0;
  line-height: 1.4em;
}
.area-memories-entry .media {
  width: 48%;
  float: right;
  margin-left: 2em;
  margin-bottom: 2em;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
}
.area-memories-entry .media img {
  width: 100%;
  height: auto;
}
.unit-memory-entry {
  background-color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  zoom: 1;
  display: inline;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 2%;
}
.unit-memory-entry a {
  color: #e70095;
}
.unit-memory-entry a:active {
  color: #e70095;
}
.unit-memory-entry a:hover {
  color: #ff1bae;
}
.unit-memory-entry a:visited {
  color: #e70095;
}
.unit-memory-entry .inner {
  box-sizing: border-box;
  padding: 0.5em;
}
.unit-memory-entry header,
.unit-memory-entry .body {
  zoom: 1;
}
.unit-memory-entry header:before,
.unit-memory-entry .body:before,
.unit-memory-entry header:after,
.unit-memory-entry .body:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-memory-entry header:after,
.unit-memory-entry .body:after {
  clear: both;
}
.unit-memory-entry h2.title {
  font-size: 1.5em;
  line-height: 1;
  margin: 0 0 .2em 0;
  white-space: normal;
  overflow: visible;
  width: 100%;
}
.unit-memory-entry .prefix,
.unit-memory-entry .suffix {
  margin: 0;
  font-size: 14px;
  line-height: 1.2em;
  text-transform: capitalize;
  margin-bottom: 0.5em;
  font-style: italic;
}
.unit-memory-entry .body {
  padding-bottom: 50px;
}
.unit-memory-entry .meta {
  margin-bottom: 0.25em;
}
.unit-memory-entry .meta p {
  font-size: 14px;
  margin: 0;
  line-height: 1.4em;
}
.unit-memory-entry .meta .description {
  color: #333333;
}
.unit-memory-entry footer {
  position: absolute;
  bottom: 0;
  padding-bottom: 0px;
  margin-bottom: 9px;
  font-weight: normal;
}
.unit-memory-entry footer span {
  font-weight: bold;
}
.unit-memory-entry.jazz footer {
  color: #c227b9;
  border-bottom: 3px solid #c227b9;
}
.unit-memory-entry.music footer {
  color: #eb0029;
  border-bottom: 3px solid #eb0029;
}
.unit-memory-entry.science footer {
  color: #2f7de1;
  border-bottom: 3px solid #2f7de1;
}
.unit-memory-entry.literature footer {
  color: #f7a800;
  border-bottom: 3px solid #f7a800;
}
.area-memory-full-summary {
  max-width: 1000px;
}
.area-memory-full-summary .unit-memory-entry {
  padding: 0;
}
.area-memory-full-summary .unit-memory-entry .media,
.area-memory-full-summary .unit-memory-entry .body {
  width: 48%;
}
.area-memory-full-summary .unit-memory-entry .media {
  float: left;
  margin-bottom: 10px;
}
.area-memory-full-summary .unit-memory-entry .body {
  float: right;
}
.area-memory-full-summary .unit-memory-entry .body.no-media {
  float: none;
  width: 100%;
}
.area-memory-full-summary .unit-memory-entry h2,
.area-memory-full-summary .unit-memory-entry .title {
  font-size: 2.3em;
  line-height: 1.1;
  margin: 0 0 .2em 0;
}
.area-memory-full-summary .unit-memory-entry .quickfind {
  display: inline-block;
  margin-bottom: 1em;
}
.area-memory-full-summary .unit-memory-entry .description {
  font-size: 0.85em;
  line-height: 1.3;
  margin-bottom: 1em;
}
.area-memory-full-summary .unit-memory-entry footer,
.area-memory-full-summary .unit-memory-entry .footer {
  margin-bottom: 1em;
}
.area-memory-full-summary.is-ajax .media,
.area-memory-full-summary.is-ajax .body {
  width: 100%;
  max-width: 600px;
  float: none;
}
.area-memory-full-summary.is-ajax .media {
  margin-bottom: 20px;
}
.unit-memories-filter {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
  zoom: 1;
  padding: .6em 1em;
  margin-bottom: 10px;
  background-color: #333;
}
.unit-memories-filter li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-memories-filter:before,
.unit-memories-filter:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-memories-filter:after {
  clear: both;
}
.unit-memories-filter li {
  display: inline-block;
  float: left;
  padding-right: 1em;
}
.unit-memories-filter li a {
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  font-weight: 700;
  text-transform: none;
}
.unit-memories-filter li a:hover {
  color: #fff;
}
.unit-memories-filter li.Selected a {
  color: #ccc;
}
.js .unit-next-page a,
#infscr-loading img {
  display: none;
}
.unit-next-page,
#infscr-loading,
.loading-spinner {
  box-sizing: border-box;
  display: block;
  color: #ffffff;
  background: #e70095;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-transform: none;
  font-size: 1em;
  font-weight: bold;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  text-align: center;
}
.unit-next-page {
  max-width: 1000px;
  margin: 0 auto;
}
.unit-next-page a {
  display: block;
  width: 100%;
}
#infscr-loading {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: auto;
  z-index: 1000;
}
#infscr-loading span {
  display: inline-block;
  background-image: url('../images/infinite-scroll-loader.gif');
  background-repeat: no-repeat;
  background-position: left center;
  padding: .75em 1em;
  padding-left: 30px;
}
.unit-next-page a {
  padding: .5em 0;
}
.loading-spinner {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 50%;
  width: 140px;
  margin-left: -70px;
  padding: .5em 1em .5em 50px;
  text-align: left;
  background-image: url('/themes/cheltenhamfestivals/static/images/infinite-scroll-loader.gif');
  background-repeat: no-repeat;
  background-position: 15px center;
}
.no-js .unit-next-page,
.no-js .unit-prev-page {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  display: inline-block;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-transform: none;
  font-size: 1em;
  font-weight: bold;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  text-align: center;
  background: #e70095;
}
.no-js .unit-next-page:hover,
.no-js .unit-prev-page:hover {
  background-color: #ff1bae;
}
.no-js .unit-next-page a,
.no-js .unit-prev-page a {
  color: #fff;
  padding: .4em .4em;
  display: inline;
  margin: 0;
}
@media only screen and (max-width: 50em) {
  .area-memories-list .unit-memory-entry {
    zoom: 1;
    display: inline;
    float: left;
    width: 49%;
    margin-right: 2%;
    height: 322px;
  }
  .area-memories-list .unit-memory-entry.last {
    margin-right: 2%;
  }
  .area-memories-list .unit-memory-entry.even {
    margin-right: 0;
  }
  .area-memories-list .unit-memory-entry .inner {
    padding: 1em;
  }
}
@media only screen and (max-width: 321px) {
  .area-memories-list .unit-memory-entry {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .area-memories-list .unit-memory-entry .inner:hover {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 100;
    outline: none;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    background-color: #fff;
    height: 100%;
  }
}
.read-more-content {
  display: none;
}
.read-more-content .show {
  display: block;
}
a.read-more.hide {
  display: none;
}
.condensed {
  font-family: "museo-sans-condensed", Helmet, Freesans, sans-serif;
}
.condensed p {
  font-family: "museo-sans-condensed", Helmet, Freesans, sans-serif;
}
/* @end */
/* @end */
/*  ========================================================================== */
/*  @group State */
/*  ========================================================================== */
.js-contextual {
  display: none;
}
.is-active {
  display: block !important;
}
.no-js .js-only {
  display: none !important;
}
/* =========================================================== */
/* @group Sponsors
/* =========================================================== */
.area-sponsors-list {
  margin: 1%;
  overflow: hidden;
}
.area-sponsors-list h2 {
  font-size: 16px;
  font-weight: normal;
  font-family: "museo-sans", Helmet, Freesans, sans-serif;
  text-transform: none;
}
.area-sponsors-list .sponsor-list {
  list-style: none;
  margin-left: -2em;
  margin-bottom: 0;
  padding: 0;
  zoom: 1;
}
.area-sponsors-list .sponsor-list:before,
.area-sponsors-list .sponsor-list:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-sponsors-list .sponsor-list:after {
  clear: both;
}
.area-sponsors-list .sponsor-list > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  padding-left: 2em;
  margin-bottom: 1.5em;
  width: 100%;
}
.area-sponsors-list .sponsor-list > li > a,
.area-sponsors-list .sponsor-list > li > span {
  display: block;
}
.area-sponsors-list .sponsor-list > li strong {
  display: block;
  font-weight: normal;
  font-size: 0.75em;
}
.area-sponsors-list #primary-content > div > div > div > div:nth-child(1) > div.sponsor-column.secondary-column > ul > li {
  width: 100%;
}
.area-sponsors-list .sponsor-row {
  zoom: 1;
  margin-left: -2em;
}
.area-sponsors-list .sponsor-row:before,
.area-sponsors-list .sponsor-row:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-sponsors-list .sponsor-row:after {
  clear: both;
}
.area-sponsors-list .sponsor-row + .sponsor-row {
  border-top: 2px solid #000;
  padding-top: 1em;
  margin-top: 1em;
}
.area-sponsors-list .sponsor-column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 2em;
  width: 100%;
}
.area-sponsors-list .primary-column {
  width: 60%;
}
.area-sponsors-list .secondary-column {
  width: 40%;
}
.area-sponsors-list .three-columns li {
  width: 33.33333333%;
}
.area-sponsors-list .four-columns li {
  width: 25%;
}
.area-sponsors-list .five-columns li {
  width: 20%;
}
.area-sponsors-list .six-columns li {
  width: 16.66666667%;
}
@media only screen and (max-width: 480px) {
  .area-sponsors-list .primary-column,
  .area-sponsors-list .secondary-column {
    width: 100%;
  }
  .area-sponsors-list .three-columns li {
    width: 50%;
  }
  .area-sponsors-list .four-columns li {
    width: 50%;
  }
  .area-sponsors-list .five-columns li {
    width: 33.33333333%;
  }
  .area-sponsors-list .six-columns li {
    width: 33.33333333%;
  }
}
.flex-viewport {
  max-height: 2000px;
}
.announcements-flexslider ul.slides.has-image li {
  height: 40vmin;
  max-height: 280px;
}
.announcements-flexslider ul.slides.has-image li img {
  width: 100%;
  height: 40vmin;
  max-height: 280px;
}
.unit-package-details {
  margin-bottom: 30px;
}
.unit-package-details .unit-package-details__title {
  font-weight: 700;
  text-transform: none;
  font-size: 16px;
  color: #777;
  padding: 6px 10px 4px 10px;
  margin-bottom: 0;
  background: #fff;
  font-family: "museo-slab", Helmet, Freesans, sans-serif;
  display: inline-block;
}
.unit-package-details .unit-package-details__body {
  padding: 2%;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .unit-package-details .unit-package-details__body {
    padding: 1.5em 2.5% 2.5%;
  }
}
.unit-subscribe {
  margin: 1.5em 0 2em;
}
.unit-subscribe__title {
  font-size: 18px;
}
.unit-subscribe__form {
  margin-bottom: 0;
}
.unit-subscribe__package-select {
  width: calc(100% - 149px);
  height: 29px;
}
.package-productions {
  background-color: #fff;
  border-bottom: 10px solid #e70095;
  padding-bottom: 0;
}
.package-productions .unit-production-entry {
  border-bottom: 1px solid #ccc;
  padding: 1.5% 1% 2.5%;
  cursor: pointer;
}
.package-productions .unit-production-entry .media {
  width: 32%;
  margin-right: 1.5%;
}
.package-productions .unit-production-entry .body {
  width: 61%;
}
.package-productions .unit-production-entry.last {
  border-bottom: none;
}
.package-productions .unit-production-entry.first {
  padding-top: 0;
}
.type-page #primary-content .package-productions__title {
  padding: 10px 15px;
  background: #e70095;
  color: #fff;
  border-bottom: none;
  font-weight: 800;
  font-size: 25px;
}
.area-series-list .unit-production-entry .media {
  float: left;
  margin-right: 3%;
  margin-left: 0;
}
.area-series-list .unit-production-entry .body {
  padding: 1% 1.5% 0% 0%;
}
/*  ========================================================================== */
/*  @group Responsive Overrides */
/*  ========================================================================== */
/* Large desktop */
@media (min-width: 1200px) {
  .flex-direction-nav li a {
    width: 80px;
    background-size: auto;
  }
}
/* @group iPad */
@media only screen and (max-width: 991px) {
  button.search {
    display: none;
  }
  #global-navigation-inner .area-site-search {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mobile {
    display: none;
  }
  .desktop {
    display: none;
  }
  .tablet {
    display: block;
  }
  .type-page .has-secondary-content #primary-content,
  .type-page .has-secondary-content #secondary-content,
  .section-account #primary-content,
  .section-account #secondary-content {
    width: 100%;
  }
  .has-secondary-content #primary-content {
    margin-bottom: 2em;
  }
  #global-navigation .header-toolbar {
    right: 4%;
  }
  #global-navigation .area-global-navigation li a {
    font-size: 12px;
    padding: 15px 9px 4px 9px;
  }
  #global-navigation .area-global-navigation li.section-education a {
    font-size: 9px;
    padding: 12px 9px 7px 9px;
    width: 56px;
  }
  #primary-navigation {
    float: none;
    bottom: auto;
    top: 48px;
    width: 320px;
  }
  .festival-science #primary-navigation,
  .festival-literature #primary-navigation {
    top: 67px;
  }
  #primary-navigation .nav-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: -30px;
    height: 16px;
    color: #333;
    font-family: ff-din-web, "museo-sans", Helmet, Freesans, sans-serif;
    font-weight: 700;
    text-transform: none;
    background-image: url(../images/button-nav-toggle.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 24px;
  }
  #primary-navigation .nav-toggle:hover,
  #primary-navigation .nav-toggle.active {
    background-image: url(../images/button-nav-toggle.png);
    background-repeat: no-repeat;
  }
  .svg #primary-navigation .nav-toggle,
  .svg #primary-navigation .nav-toggle.active,
  .svg #primary-navigation .nav-toggle:hover {
    background-image: url(../images/button-nav-toggle.svg);
  }
  #primary-navigation .level-1 {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #primary-navigation .level-0 li {
    display: block;
    width: 100% !important;
    float: none;
    border-right: 0;
  }
  #primary-navigation .level-0 li a {
    border-bottom-width: 1px;
  }
  /* @group Global */
  /* @group Primary Nav */
  #primary-navigation .area-primary-navigation {
    overflow: hidden;
    opacity: 0;
  }
  #primary-navigation .area-primary-navigation ul {
    margin-bottom: 1em;
  }
  #primary-navigation .area-primary-navigation li {
    line-height: 1em;
  }
  #primary-navigation .area-primary-navigation a {
    background-color: #ffffff;
    margin: 0;
    padding: 4% 6% 2.5% 6%;
    border-bottom: 1px solid #f3f3f3;
  }
  #primary-navigation .area-primary-navigation a.current,
  #primary-navigation .area-primary-navigation a:hover,
  #primary-navigation ul .section a,
  #primary-navigation ul .section a:hover {
    background-color: #e70095;
    color: #ffffff !important;
    border-bottom-color: #fff !important;
  }
  #primary-navigation .area-primary-navigation .first {
    border-top: 5px solid #e70095;
  }
  #primary-navigation .area-primary-navigation .last a {
    border-bottom: 0;
  }
  .area-primary-navigation .area-site-search .text {
    right: 0px;
    width: 70%;
  }
  .touch .area-primary-navigation .area-site-search .text {
    padding: 0 2%;
    width: 66%;
  }
  #primary-navigation .nav-collapsed,
  .js .area-primary-navigation {
    height: 1px;
  }
  #primary-navigation .nav-open {
    height: auto;
    margin-bottom: 1em;
    z-index: 5000;
    top: 52px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    overflow: visible;
    opacity: 1;
    position: relative;
  }
  #primary-navigation .nav-open:after {
    bottom: 100%;
    border: solid transparent;
    border-bottom-color: #e70095;
    border-width: 5px;
    left: 85%;
    margin-left: -5px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #primary-navigation .nav-open:before {
    bottom: 100%;
    border: solid transparent;
    border-bottom-color: #e70095;
    border-width: 8px;
    left: 85%;
    margin-left: -8px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #primary-navigation .area-primary-navigation ul {
    margin-bottom: 0;
  }
  #primary-navigation .area-primary-navigation .last a {
    border-bottom: 1px solid #f3f3f3;
  }
  .global-search {
    padding: 2% 3%;
  }
  .global-search form {
    margin: 0;
  }
  #footer .area-footer-navigation li {
    float: none;
    width: auto;
  }
  /* @end */
  .area-footer-navigation {
    width: 39%;
  }
  .area-footer-contact {
    width: 33.5%;
  }
  .unit-nested-menu a.current,
  .unit-nested-menu a:hover,
  .area-filters-type a.current,
  .area-filters-type a:hover {
    background-image: url(../images/tick-navigation-level2-active.png);
  }
  .svg .unit-nested-menu a.current,
  .svg .unit-nested-menu a:hover,
  .svg .area-filters-type a.current,
  .svg .area-filters-type a:hover {
    background-image: url(../images/tick-navigation-level2-active.svg);
  }
  .area-mailing-list input.text {
    width: 160px;
  }
  .area-mailing-list label,
  .area-social h2 {
    margin-right: 10px;
    font-size: 16px;
  }
  .area-social {
    width: 222px;
  }
  /* @end */
  /* @group Home Pages */
  .js .type-festival-home-page.festival-jazz .flexslider.festival-not-running,
  .js .type-festival-home-page.festival-jazz .flexslider-container.festival-not-running,
  .js .type-festival-home-page.festival-science .flexslider.festival-not-running,
  .js .type-festival-home-page.festival-science .flexslider-container.festival-not-running,
  .js .type-festival-home-page.festival-music .flexslider.festival-not-running,
  .js .type-festival-home-page.festival-music .flexslider-container.festival-not-running {
    height: 380px;
  }
  .js .type-festival-home-page.festival-jazz .flexslider.festival-not-running .flex-direction-nav li a,
  .js .type-festival-home-page.festival-jazz .flexslider-container.festival-not-running .flex-direction-nav li a,
  .js .type-festival-home-page.festival-science .flexslider.festival-not-running .flex-direction-nav li a,
  .js .type-festival-home-page.festival-science .flexslider-container.festival-not-running .flex-direction-nav li a,
  .js .type-festival-home-page.festival-music .flexslider.festival-not-running .flex-direction-nav li a,
  .js .type-festival-home-page.festival-music .flexslider-container.festival-not-running .flex-direction-nav li a {
    top: 150px;
  }
  .type-home-page .has-tertiary-content #tertiary-content {
    width: 100%;
    margin-top: 2%;
  }
  .area-main-feature .unit-production-entry .prefix,
  .area-main-feature .unit-production-entry .suffix {
    font-size: 0.9em;
  }
  .area-homepage-production-promos {
    margin-top: -4px;
  }
  .area-homepage-production-promos .book-button,
  .area-homepage-production-promos a.more {
    padding: 4px 10px;
    font-size: 10px;
  }
  .area-homepage-production-promos .unit-production-entry .body .meta {
    font-size: 14px;
  }
  .area-homepage-production-promos .unit-production-entry .body h2 {
    font-size: 18px;
  }
  .js .type-home-page .flexslider,
  .js .type-home-page .flexslider-container,
  .area-main-feature {
    height: 380px;
  }
  .js .type-home-page .flexslider-container {
    padding-bottom: 190px;
    background-position: 50% 25%;
  }
  .featured_events {
    bottom: 215px;
  }
  .flex-direction-nav li a {
    top: 150px;
  }
  #flexslider-replace {
    height: 580px;
  }
  .js .type-festival-home-page .flexslider-container.festival-running .flex-direction-nav {
    top: 55px;
  }
  .js .type-festival-home-page .flexslider.festival-not-running,
  .js .type-festival-home-page .flexslider-container.festival-not-running {
    height: 320px;
    padding-bottom: 0;
  }
  .js .type-festival-home-page .flexslider.festival-not-running .flex-control-nav,
  .js .type-festival-home-page .flexslider-container.festival-not-running .flex-control-nav {
    bottom: 5px;
  }
  .js .type-festival-home-page .flexslider.festival-not-running .flex-direction-nav li a,
  .js .type-festival-home-page .flexslider-container.festival-not-running .flex-direction-nav li a {
    top: 58px;
  }
  .js .type-festival-home-page .flexslider.festival-running,
  .js .type-festival-home-page .flexslider-container.festival-running {
    height: auto;
    padding-bottom: 0;
  }
  .type-festival-home-page .TwitterWidget,
  .type-festival-home-page .area-facebook-like-box,
  .type-festival-home-page .area-facebook-like-box iframe,
  .type-festival-home-page .area-facebook-like-box iframe[style] {
    width: 49% !important;
  }
  .type-festival-home-page .has-primary-content #primary-content,
  .type-festival-home-page .has-tertiary-content #tertiary-content {
    display: none;
  }
  .flex-control-nav {
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0;
    position: absolute;
  }
  .area-main-feature {
    background-size: cover;
  }
  .area-feature-boxes .end {
    margin-right: 0;
  }
  .area-main-feature .unit-production-entry h2 {
    font-size: 2em;
  }
  .area-main-feature .unit-production-entry p {
    font-size: 14px;
    line-height: 20px;
  }
  .featured_events ul.events li {
    height: auto;
    min-height: 178px;
  }
  .featured_events ul.events li .unit-production-entry {
    height: auto;
    min-height: 70px;
  }
  .featured_events ul.events li .unit-production-entry h2 {
    font-size: 1.2em;
  }
  .featured_events ul.events li .unit-production-entry .meta p {
    font-size: 0.75em;
  }
  .featured_events ul.events li .unit-production-entry footer .more {
    display: none;
  }
  .type-home-page .has-secondary-content #secondary-content .group-2 {
    width: 100%;
    margin-bottom: 2%;
  }
  .area-homepage-news-list {
    width: 66%;
    margin-right: 2%;
  }
  .area-homepage-news-list .unit-article header {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .area-homepage-news-list h3 {
    font-size: 1.2em;
  }
  .type-home-page .area-related-page-list {
    width: 32%;
  }
  .type-home-page .has-secondary-content #secondary-content .group-3 {
    width: 100%;
  }
  .type-home-page .TwitterWidget {
    float: right;
    width: 66%;
  }
  .area-facebook-like-box,
  .area-facebook-like-box iframe,
  .area-facebook-like-box iframe[style] {
    width: 32% !important;
    float: left;
  }
  .area-festival-sponsors.music-festival ul {
    padding: 1% 4%;
  }
  /* @end */
  /* @group Production Detail */
  .type-production #page-content {
    position: relative;
  }
  .area-homepage-news-list .media {
    width: 25%;
  }
  .area-production-details.has-image,
  .area-production-details.has-video,
  .area-season-details.has-image,
  .area-season-details.has-video {
    zoom: 1;
    display: inline;
    float: left;
    width: 57.5%;
    margin-right: 2%;
  }
  .area-production-details.has-image:before,
  .area-production-details.has-video:before,
  .area-season-details.has-image:before,
  .area-season-details.has-video:before,
  .area-production-details.has-image:after,
  .area-production-details.has-video:after,
  .area-season-details.has-image:after,
  .area-season-details.has-video:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
  }
  .area-production-details.has-image:after,
  .area-production-details.has-video:after,
  .area-season-details.has-image:after,
  .area-season-details.has-video:after {
    clear: both;
  }
  .area-production-details .body {
    float: none;
    width: 96%;
    padding: 0 2% 2% 2%;
    margin-right: 0;
    display: block;
  }
  .area-production-image,
  .area-production-video {
    float: none;
    width: 98.8%;
    padding: 0.6%;
  }
  .mobile-media {
    zoom: 1;
    display: inline;
    float: left;
    width: 40.5%;
    margin-right: 2%;
    margin-right: 0;
  }
  .mobile-media:before,
  .mobile-media:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
  }
  .mobile-media:after {
    clear: both;
  }
  .area-production-image.media-placeholder {
    display: none;
  }
  .performance-date .performance-date-time,
  .area-performance-dates .date-description,
  .area-production-details .prefix,
  .area-production-details .suffix {
    font-size: 16px;
  }
  .type-page #primary-content .area-production-details h1 {
    font-size: 32px;
  }
  .area-performance-calendar td .date {
    font-size: 10px;
  }
  .area-performance-calendar td .date .date-day-number {
    width: 24px;
    margin-right: 2px;
  }
  .area-performance-calendar td {
    height: 12.5%;
  }
  .area-performance-calendar .unit-production-entry h2 {
    font-size: 9px;
  }
  /* @end */
  /* @group List Pages */
  .area-child-page-list .unit-block a {
    min-height: 312px;
  }
  .type-stacked-list-page .area-facebook-like-box {
    width: 49% !important;
    margin-right: 2%;
  }
  .type-stacked-list-page .TwitterWidget {
    float: left;
    width: 49%;
  }
  .type-stacked-list-page .unit-secondary-navigation,
  .type-information-list-page .unit-secondary-navigation,
  .type-stacked-list-page .top-level-parent,
  .type-information-list-page .top-level-parent {
    display: none;
  }
  .area-filter-button {
    background-color: #fff;
    padding: 2%;
    margin-bottom: 10px;
    text-align: right;
  }
  .area-filter-button .button {
    cursor: pointer;
    font-size: 16px;
    font-family: "museo-slab", Helmet, Freesans, sans-serif;
    font-weight: 900;
    display: inline-block;
    background: #e70095;
    padding: 4px 9px;
    vertical-align: bottom;
    text-transform: none;
    color: #ffffff;
    line-height: normal;
    border: 1px solid #ce0085;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
  }
  .area-filter-button .button:visited {
    color: #ffffff;
  }
  .area-filter-button .button:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #ff1bae;
  }
  .area-filter-button .button:focus {
    outline: 1px dotted #666;
  }
  .area-filter-button .button.disabled {
    cursor: default;
    background-image: none;
  }
  .area-filter-button .button[disabled] {
    cursor: default;
    background-image: none;
  }
  /* @end */
  /* @group Collapsible Tabs */
  .js .collapsible-tab-header a {
    font-size: 10px;
    padding: 6px;
    max-width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .js .collapsible-tab-header.selected a {
    max-width: none;
  }
  .print-planner {
    font-size: 12px;
    top: 3px;
  }
  .print-planner span {
    background-size: 15px 15px;
    padding-left: 20px;
  }
  /* @end */
  /* @group Galleries */
  .area-gallery {
    height: 480px;
  }
  /* @end */
  /* @group News Pages */
  .area-news-list footer {
    margin-bottom: 2em;
  }
  .type-news-holder .area-facebook-like-box,
  .type-news-post .area-facebook-like-box,
  .type-news-holder .area-facebook-like-box iframe,
  .type-news-post .area-facebook-like-box iframe,
  .type-news-holder .area-facebook-like-box iframe[style],
  .type-news-post .area-facebook-like-box iframe[style],
  .type-news-holder .area-facebook-like-box,
  .type-news-post .area-facebook-like-box {
    width: 48% !important;
    margin-right: 2%;
  }
  .type-news-holder .area-twitter-feed,
  .type-news-post .area-twitter-feed {
    width: 50%;
    float: left;
  }
  .area-contact-press {
    padding: 1.5% 2%;
  }
  /* @end */
  /* @group Download Brochure */
  .area-download-brochure a {
    padding: 2% 2% 1.5% 2%;
  }
  .area-download-brochure a h2,
  .area-download-brochure a p {
    font-size: 42px;
    display: inline;
  }
  .area-download-brochure a .decoration {
    top: -15px;
  }
  /* @end */
  /* @group Theme Colours */
  .section-science #primary-navigation .area-primary-navigation a.current,
  .section-science #primary-navigation .area-primary-navigation a:hover,
  .section-science #primary-navigation ul .section a,
  .section-science #primary-navigation ul .section a:hover {
    background-color: #1c64c1;
  }
  .section-science #primary-navigation .nav-open::before,
  .section-science #primary-navigation .nav-open::after {
    border-bottom-color: #1c64c1;
  }
  .section-science #primary-navigation .area-primary-navigation .first {
    border-color: #1c64c1;
  }
  .section-jazz #primary-navigation .area-primary-navigation a.current,
  .section-jazz #primary-navigation .area-primary-navigation a:hover,
  .section-jazz #primary-navigation ul .section a,
  .section-jazz #primary-navigation ul .section a:hover {
    background-color: #981e91;
  }
  .section-jazz #primary-navigation .nav-open::before,
  .section-jazz #primary-navigation .nav-open::after {
    border-bottom-color: #981e91;
  }
  .section-jazz #primary-navigation .area-primary-navigation .first {
    border-color: #981e91;
  }
  .section-music #primary-navigation .area-primary-navigation a.current,
  .section-music #primary-navigation .area-primary-navigation a:hover,
  .section-music #primary-navigation ul .section a,
  .section-music #primary-navigation ul .section a:hover {
    background-color: #b80020;
  }
  .section-music #primary-navigation .nav-open::before,
  .section-music #primary-navigation .nav-open::after {
    border-bottom-color: #b80020;
  }
  .section-music #primary-navigation .area-primary-navigation .first {
    border-color: #b80020;
  }
  .section-literature #primary-navigation .area-primary-navigation a.current,
  .section-literature #primary-navigation .area-primary-navigation a:hover,
  .section-literature #primary-navigation ul .section a,
  .section-literature #primary-navigation ul .section a:hover {
    background-color: #c48500;
  }
  .section-literature #primary-navigation .nav-open::before,
  .section-literature #primary-navigation .nav-open::after {
    border-bottom-color: #c48500;
  }
  .section-literature #primary-navigation .area-primary-navigation .first {
    border-color: #c48500;
  }
  .section-membership #primary-navigation .area-primary-navigation a.current,
  .section-membership #primary-navigation .area-primary-navigation a:hover,
  .section-membership #primary-navigation ul .section a,
  .section-membership #primary-navigation ul .section a:hover {
    background-color: #b20029;
  }
  .section-membership #primary-navigation .nav-open::before,
  .section-membership #primary-navigation .nav-open::after {
    border-bottom-color: #b20029;
  }
  .section-membership #primary-navigation .area-primary-navigation .first {
    border-color: #b20029;
  }
  .section-education #primary-navigation .area-primary-navigation a.current,
  .section-education #primary-navigation .area-primary-navigation a:hover,
  .section-education #primary-navigation ul .section a,
  .section-education #primary-navigation ul .section a:hover {
    background-color: #b40074;
  }
  .section-education #primary-navigation .nav-open::before,
  .section-education #primary-navigation .nav-open::after {
    border-bottom-color: #b40074;
  }
  .section-education #primary-navigation .area-primary-navigation .first {
    border-color: #b40074;
  }
  /* @end */
}
/* @end */
@media only screen and (min-width: 768px) and (max-width: 845px) {
  .area-festival-sponsors.music-festival ul {
    padding: 1% 2%;
  }
  .area-festival-sponsors.music-festival .arts-council-england {
    width: 30.33%;
  }
  .area-festival-sponsors.music-festival .the-times {
    width: 36.33%;
  }
  .area-festival-sponsors.music-festival .arts-council-england a {
    width: 185px;
    background-position: 0px 0;
  }
}
/* @group iPhone Portrait */
@media only screen and (max-width: 767px) {
  .tablet {
    display: none;
  }
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  h1 {
    font-size: 1.6em;
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.2em;
  }
  h4,
  h5,
  h6 {
    font-size: 1em;
  }
  blockquote p {
    font-size: 1em;
  }
  .unit-nested-menu a.current,
  .unit-nested-menu a:hover {
    background-image: url(../images/tick-navigation-level2-active.png);
  }
  .svg .unit-nested-menu a.current,
  .svg .unit-nested-menu a:hover {
    background-image: url(../images/tick-navigation-level2-active.svg);
  }
  #header .area-logo,
  #header .logo a,
  #header .logo,
  .festival-science #header .logo {
    width: 110px;
    height: 52px;
    background-size: cover;
  }
  .lt-ie10 #header .logo,
  .firefox #header .logo {
    background: url(../images/logo-festivals-main-sm.png) no-repeat 0 0;
  }
  .unit-breadcrumb-trail ul li {
    font-size: 9px;
    margin: 0;
  }
  .inline-form form fieldset label {
    float: none;
    width: 100%;
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5em;
  }
  .inline-form form .optionset ul li label,
  .inline-form form .checkboxset ul li label {
    margin-right: 5%;
    width: 25%;
    display: inline;
    float: left;
    border-bottom: none;
  }
  #touch-tools-inner {
    border: none;
    background: transparent;
    padding: 0;
    width: 90%;
  }
  #touch-tools-inner a {
    width: 94%;
    padding: 3%;
    text-align: center;
    line-height: normal;
  }
  .area-mailing-list {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 1em;
  }
  .area-footer-contact {
    display: block;
    width: 100%;
    margin: 0 0 1em 0;
    text-align: center;
    float: none;
    border-bottom: 1px solid #464646;
    padding: 0 0 1em 0;
  }
  .area-footer-navigation {
    zoom: 1;
    display: block;
    float: none;
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #464646;
    padding-bottom: 1em;
  }
  .area-footer-principal-sponsor {
    display: block;
    float: none;
    width: 100%;
    margin: 1em auto 0;
  }
  .area-footer-principal-sponsor a {
    float: none;
    margin: 0 auto;
  }
  .area-footer-copyright {
    margin: 1em 0 0 0;
  }
  .area-mailing-list label {
    display: none;
  }
  .area-footer-copyright p {
    font-size: 12px;
    width: 60%;
  }
  .area-social {
    width: 100%;
    margin: 0;
    float: none;
    display: block;
  }
  .area-social ul {
    zoom: 1;
    float: none;
    width: auto;
    margin: 0 auto;
  }
  .area-social ul:before,
  .area-social ul:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
  }
  .area-social ul:after {
    clear: both;
  }
  .area-footer-sponsor-list ul li {
    margin: 6px 10px;
  }
  .touch.svg .area-footer-copyright .by-made {
    background-image: url(../images/logo-made.svg);
    height: 10px;
    width: 40px;
    background-size: contain;
  }
  /* @group Layout */
  .type-home-page .has-tertiary-content #secondary-content .group-1,
  .type-home-page .has-secondary-content #secondary-content .group-2,
  .type-home-page .has-secondary-content #secondary-content .group-3,
  .type-home-page .has-tertiary-content #tertiary-content,
  .area-homepage-production-promos .unit-production-entry,
  .type-home-page .area-feature-boxes .unit-block,
  .area-homepage-news-list,
  .type-home-page .area-related-page-list,
  .section-account #primary-content,
  .section-account #secondary-content,
  .section-login #register-box,
  .section-login #login-box,
  .section-register #primary-content,
  .section-register #secondary-content,
  .area-subscriber-details-form fieldset,
  .type-page .has-secondary-content #primary-content,
  .type-page .has-secondary-content #secondary-content,
  .type-page .has-tertiary-content #tertiary-content {
    float: none;
    margin-right: 0;
    width: 100%;
    display: block;
  }
  #header-inner,
  #global-navigation-inner,
  #footer-social-inner,
  #footer-inner,
  #page-content,
  .flex-control-nav,
  .area-main-feature .content-inner,
  .featured_events,
  .area-syos-basket-inner,
  #toolbar,
  #featured-events-tabs ul {
    padding-left: 0;
    padding-right: 0;
  }
  /* @end */
  /* @group Global Nav */
  #global-navigation {
    min-height: 20px;
  }
  #global-navigation .area-global-navigation li a {
    font-size: 10px;
    padding: 6px 6px 0px 6px;
    height: 14px;
  }
  #global-navigation .area-global-navigation li.section-home a,
  #global-navigation .area-global-navigation li.section-home a {
    background-size: 100%;
    background-position: 50% 90%;
    width: 12px;
  }
  #global-navigation .area-global-navigation li.section-home a.current,
  #global-navigation .area-global-navigation li.section-home a.section {
    background-size: 100%;
    background-position: 50% 0;
    width: 12px;
  }
  #global-navigation .area-global-navigation li.section-education a {
    font-size: 8px;
    padding: 3px 6px 3px 6px;
    height: 14px;
    width: 49px;
  }
  /* @end */
  /* @group Header */
  #header .area-logo {
    width: 300px;
    height: auto;
  }
  #header .logo a,
  #header .logo {
    height: 38px;
  }
  .festival-music #header .logo,
  .section-education #header .logo {
    height: 36px;
  }
  .festival-science #header .logo {
    height: 35px;
  }
  .area-festival-info {
    display: none;
  }
  #header .sponsor-the-times {
    width: 65px;
    height: 7px;
  }
  #header .sponsor-the-sunday-times {
    width: 65px;
    height: 13px;
  }
  #header .sponsor-edf-energy {
    height: 20px;
    margin-top: 14px;
    margin-left: 6px;
  }
  .sponsor-waterstones {
    width: 70px;
    height: 26px;
    background-size: contain;
  }
  .sponsor-bbc-radio-two {
    background-size: cover;
    width: 44px;
    height: 30px;
    margin: 13px 0 0 10px;
  }
  /* @end */
  /* @group Primary Nav */
  #primary-navigation {
    float: none;
    bottom: auto;
    top: 48px;
    width: 320px;
  }
  .festival-science #primary-navigation,
  .festival-literature #primary-navigation {
    top: 18px;
  }
  #primary-navigation {
    right: 0;
    top: 18px;
  }
  #primary-navigation .nav-toggle {
    display: block;
    position: absolute;
    right: 0;
    top: -10px;
    height: 16px;
    color: #333;
    font-family: ff-din-web, "museo-sans", Helmet, Freesans, sans-serif;
    font-weight: 700;
    text-transform: none;
    background-image: url(../images/button-nav-toggle.png);
    background-repeat: no-repeat;
    background-position: 0 4px;
    padding-left: 24px;
  }
  #primary-navigation .nav-toggle:hover,
  #primary-navigation .nav-toggle.active {
    background-image: url(../images/button-nav-toggle.png);
    background-repeat: no-repeat;
  }
  .svg #primary-navigation .nav-toggle,
  .svg #primary-navigation .nav-toggle.active,
  .svg #primary-navigation .nav-toggle:hover {
    background-image: url(../images/button-nav-toggle.svg);
  }
  #primary-navigation .level-1 {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #primary-navigation .level-0 li {
    display: block;
    width: 100% !important;
    float: none;
    border-right: 0;
  }
  #primary-navigation .level-0 li a {
    border-bottom-width: 1px;
  }
  .area-homepage-intro {
    margin: 1em 0;
  }
  .area-homepage-intro .media {
    display: none;
  }
  .area-homepage-intro .body {
    padding: 1em;
  }
  #primary-navigation .area-primary-navigation {
    overflow: hidden;
    opacity: 0;
  }
  #primary-navigation .area-primary-navigation ul {
    margin-bottom: 1em;
  }
  #primary-navigation .area-primary-navigation li {
    line-height: 1em;
  }
  #primary-navigation .area-primary-navigation li a {
    background-color: #ffffff;
    margin: 0;
    padding: 4% 6% 4% 6%;
    border-bottom: 1px solid #f3f3f3;
    line-height: normal;
  }
  #primary-navigation .area-primary-navigation a.current,
  #primary-navigation .area-primary-navigation a:hover,
  #primary-navigation ul .section a,
  #primary-navigation ul .section a:hover {
    background-color: #e70095;
    color: #ffffff !important;
    border-bottom-color: #fff !important;
  }
  #primary-navigation .area-primary-navigation .last a {
    border-bottom: 0;
  }
  .area-primary-navigation .area-site-search .text {
    right: 0px;
    width: 70%;
  }
  .touch .area-primary-navigation .area-site-search .text {
    padding: 0 2%;
    width: 66%;
  }
  #primary-navigation .nav-collapsed,
  .js .area-primary-navigation {
    height: 1px;
  }
  #primary-navigation .nav-open {
    height: auto;
    margin-bottom: 1em;
    z-index: 5000;
    top: 52px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.5);
    overflow: visible;
    opacity: 1;
    position: relative;
    right: -5%;
  }
  #primary-navigation .nav-open:after {
    bottom: 100%;
    border: solid transparent;
    border-bottom-color: #e70095;
    border-width: 5px;
    left: 85%;
    margin-left: -5px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #primary-navigation .nav-open:before {
    bottom: 100%;
    border: solid transparent;
    border-bottom-color: #e70095;
    border-width: 8px;
    left: 85%;
    margin-left: -8px;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  #primary-navigation .area-primary-navigation ul {
    margin-bottom: 0;
  }
  #primary-navigation .area-primary-navigation .last a {
    border-bottom: 1px solid #f3f3f3;
  }
  .global-search {
    padding: 2% 3%;
  }
  .global-search form {
    margin: 0;
  }
  #footer .area-footer-navigation li {
    float: none;
    width: auto;
  }
  #primary-navigation .area-primary-navigation .header-toolbar {
    text-align: right;
    background-color: #e70095;
    padding: 2px 5%;
  }
  #primary-navigation .area-primary-navigation .header-toolbar .logged-in,
  #primary-navigation .area-primary-navigation .header-toolbar .logged-out {
    text-align: center;
  }
  #primary-navigation .area-primary-navigation .header-toolbar a {
    display: table-cell;
    color: #fff;
    border: none;
    font-size: 13px;
    padding: 0 3px;
  }
  /* @end */
  .type-home-page .area-feature-boxes .unit-block {
    margin-left: 0;
  }
  /* @group Homepage Feature Sliders */
  .js .type-home-page .flexslider,
  .js .type-home-page .flexslider-container,
  .area-main-feature {
    height: auto;
  }
  .js .type-home-page .area-main-feature {
    height: 250px;
  }
  .flex-direction-nav li a {
    top: 80px;
  }
  .js .type-home-page .flexslider,
  .js .type-home-page .flexslider-container,
  .js .type-literature-festival-home-page .literature-flexslider,
  .js .type-literature-festival-home-page .flexslider-container {
    background-position: 50% 30%;
  }
  .js .type-festival-home-page .flexslider.festival-running,
  .js .type-festival-home-page .flexslider-container.festival-running,
  .js .type-festival-home-page .flexslider.festival-not-running,
  .js .type-festival-home-page .flexslider-container.festival-not-running {
    height: auto;
  }
  .js .type-festival-home-page.festival-jazz .flexslider.festival-not-running,
  .js .type-festival-home-page.festival-jazz .flexslider-container.festival-not-running,
  .js .type-festival-home-page.festival-science .flexslider.festival-not-running,
  .js .type-festival-home-page.festival-science .flexslider-container.festival-not-running,
  .js .type-festival-home-page.festival-music .flexslider.festival-not-running,
  .js .type-festival-home-page.festival-music .flexslider-container.festival-not-running {
    height: auto;
  }
  .js .type-festival-home-page.festival-jazz .flexslider.festival-not-running .flex-direction-nav li a,
  .js .type-festival-home-page.festival-jazz .flexslider-container.festival-not-running .flex-direction-nav li a,
  .js .type-festival-home-page.festival-science .flexslider.festival-not-running .flex-direction-nav li a,
  .js .type-festival-home-page.festival-science .flexslider-container.festival-not-running .flex-direction-nav li a,
  .js .type-festival-home-page.festival-music .flexslider.festival-not-running .flex-direction-nav li a,
  .js .type-festival-home-page.festival-music .flexslider-container.festival-not-running .flex-direction-nav li a {
    top: 80px;
  }
  .js .type-festival-home-page.festival-jazz .flexslider.festival-not-running .flex-control-nav,
  .js .type-festival-home-page.festival-jazz .flexslider-container.festival-not-running .flex-control-nav,
  .js .type-festival-home-page.festival-science .flexslider.festival-not-running .flex-control-nav,
  .js .type-festival-home-page.festival-science .flexslider-container.festival-not-running .flex-control-nav,
  .js .type-festival-home-page.festival-music .flexslider.festival-not-running .flex-control-nav,
  .js .type-festival-home-page.festival-music .flexslider-container.festival-not-running .flex-control-nav {
    bottom: 5px;
  }
  .js .type-festival-home-page.festival-jazz .flexslider .featured_events,
  .js .type-festival-home-page.festival-jazz .flexslider-container .featured_events,
  .js .type-festival-home-page.festival-science .flexslider .featured_events,
  .js .type-festival-home-page.festival-science .flexslider-container .featured_events,
  .js .type-festival-home-page.festival-music .flexslider .featured_events,
  .js .type-festival-home-page.festival-music .flexslider-container .featured_events {
    margin-top: 1em;
  }
  .js .type-festival-home-page .flexslider .featured_events ul li,
  .js .type-festival-home-page .flexslider-container .featured_events ul li {
    margin: 0 0 0.8% 0;
  }
  .area-main-feature .unit-production-entry header h2 {
    font-size: 14px;
  }
  .area-main-feature .unit-production-entry .suffix {
    display: none;
  }
  .flex-control-nav {
    text-align: center;
    bottom: 5px;
    left: 0;
    right: 0;
    position: absolute;
  }
  .flex-control-nav li a {
    width: 4px;
    height: 4px;
    border-width: 2px;
  }
  .featured_events {
    bottom: auto;
    margin: 1em auto;
  }
  .featured_events ul.events li {
    float: none;
    width: 100%;
    margin-bottom: 2px !important;
    height: auto;
  }
  .featured_events ul.events li .unit-production-entry {
    height: auto;
    padding: 6px;
    height: 38px;
  }
  .featured_events ul.events li .unit-production-entry header,
  .featured_events ul.events li .unit-production-entry .meta {
    float: left;
    width: 100%;
  }
  .featured_events ul.events li .unit-production-entry header h2 {
    margin: 0;
    font-size: 1em;
  }
  .featured_events ul.events li .unit-production-entry header h2 a {
    display: block;
  }
  .featured_events ul.events li .unit-production-entry .media {
    width: 35%;
    float: left;
    min-height: 1px;
    margin-right: 3.5%;
    display: none;
  }
  .featured_events ul.events li .unit-production-entry .body {
    padding: 0;
    margin: 0;
  }
  .featured_events ul.events li .unit-production-entry .meta {
    font-size: 0.5em;
    clear: left;
  }
  .featured_events ul.events li .unit-production-entry footer {
    position: relative;
    bottom: auto;
    float: right;
    display: none;
  }
  .featured_events ul.events li .unit-production-entry .more {
    font-size: 10px;
    padding: 2px 5px 3px;
  }
  .js .type-festival-home-page .flexslider-container.festival-running .featured_events {
    margin: 2px auto;
  }
  .js .type-festival-home-page .flexslider-container.festival-running .featured_events ul {
    background-color: transparent;
    padding: 0;
  }
  .js .type-festival-home-page .flexslider-container.festival-running .flex-direction-nav {
    display: block;
  }
  .js .type-festival-home-page .flexslider-container.festival-running .flex-direction-nav li a {
    top: 2px;
    bottom: 2px;
    height: 204px;
    width: 13px;
  }
  /* @end */
  .area-production-details .unit-promo-code {
    margin-top: 10px;
  }
  .inline-button {
    width: 90%;
    padding: 2%;
    text-align: center;
    margin: 0 auto 0.25em auto;
    display: block;
    line-height: normal;
  }
  .area-homepage-news-list {
    margin-bottom: 1em;
  }
  .area-homepage-news-list .media {
    display: none;
  }
  .area-news-list .unit-article header,
  .area-homepage-news-list .unit-article header {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .area-news-list .unit-article h3,
  .area-homepage-news-list h3 {
    font-size: 18px;
  }
  .area-news-list-header .rss {
    width: 15px;
    height: 15px;
    background-size: 100%;
    margin-top: 8px;
  }
  .area-contact-press {
    margin-top: 1em;
  }
  .area-news-list .unit-article .meta {
    border-bottom: none;
  }
  .area-homepage-news-list p {
    font-size: 0.9em;
  }
  .area-main-feature .unit-production-entry h2 {
    font-size: 20px;
  }
  .area-main-feature .unit-production-entry .description p {
    display: none;
  }
  .area-main-feature .unit-production-entry .prefix,
  .area-main-feature .unit-production-entry .suffix {
    font-size: 12px;
    line-height: 1.2em;
  }
  .area-homepage-production-promos {
    margin-top: -4px;
  }
  .area-homepage-production-promos .book-button,
  .area-homepage-production-promos a.more {
    padding: 4px 10px;
    font-size: 10px;
  }
  .area-homepage-production-promos .unit-production-entry .body .meta p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .area-homepage-production-promos .unit-production-entry .body h2 {
    font-size: 16px;
  }
  .area-homepage-production-promos .unit-production-entry .body footer {
    margin-top: 0;
  }
  .area-main-feature {
    background-size: cover;
    background-position: 47% 0;
  }
  .area-main-feature .unit-production-entry header {
    margin-bottom: 4px;
  }
  .area-main-feature .unit-production-entry .body {
    padding: 10px;
    width: auto;
  }
  .area-production-details .prefix,
  .area-production-details .suffix {
    font-size: 14px;
    line-height: 1.2em;
  }
  .area-main-feature .unit-production-entry a.more,
  .area-main-feature .unit-production-entry .book-button,
  .area-homepage-production-promos .unit-production-entry a.more,
  .area-homepage-production-promos .unit-production-entry .book-button {
    font-size: 8px;
    padding: 2px 4px;
    text-align: center;
  }
  .area-main-feature .unit-production-entry {
    width: 70%;
    padding: 0 5%;
  }
  .type-page #primary-content .area-production-details h1 {
    font-size: 28px;
    line-height: 1em;
  }
  .performance-date .performance-date-time,
  .area-performance-dates .date-description,
  .touch .performance-form-selector .area-performance-dates .date-description {
    font-size: 14px;
  }
  .performance-form-selector .area-performance-dates .date-description {
    font-size: 20px;
  }
  .area-production-details p {
    font-size: 13px;
  }
  .area-performance-dates .performance-date-venue,
  .area-performance-dates .performance-booking {
    float: none;
  }
  .area-performance-dates .performance-date-venue .price-range,
  .area-performance-dates .performance-booking .price-range {
    text-align: left;
  }
  .area-performance-dates .performance-date-venue {
    display: block;
    margin-bottom: 0.5em;
  }
  .area-production-image,
  .area-production-video {
    float: none;
    width: 96%;
    padding: 2%;
    margin: 0;
  }
  .area-production-details .body {
    float: none;
    width: 96%;
    padding: 2%;
    margin: 0;
    display: block;
  }
  .area-production-details h1 {
    font-size: 1.8em;
    padding-right: 0;
    margin-bottom: 0.25em;
  }
  .area-production-image .meta p,
  .area-production-video .meta p {
    font-size: 10px;
  }
  .area-production-details .quickfind {
    position: relative;
    top: auto;
    right: auto;
    padding-top: 0;
  }
  .unit-production-entry .meta p {
    font-size: 12px;
  }
  .area-production-image.media-placeholder {
    display: none;
  }
  .type-production #page-content {
    position: relative;
  }
  #package-details-switch {
    float: none;
  }
  .primary-type-production .area-series-link {
    float: none;
    margin-bottom: 1em;
  }
  .primary-type-production .area-share-widgets {
    float: none;
    clear: both;
  }
  .area-production-image .play-button a,
  .area-production-video .play-button a {
    background-size: 25%;
  }
  .area-child-page-list .unit-block {
    float: none;
    display: block;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .area-child-page-list .unit-block a {
    min-height: 0;
  }
  .primary-type-whats-on-page .section-header .change-view {
    position: relative;
    top: 0;
    left: 0;
    margin: 1em auto;
    clear: both;
  }
  .area-filter-button {
    background-color: #fff;
    padding: 2%;
    margin-bottom: 10px;
    text-align: right;
  }
  .area-filter-button .button {
    cursor: pointer;
    font-size: 16px;
    font-family: "museo-slab", Helmet, Freesans, sans-serif;
    font-weight: 900;
    display: inline-block;
    background: #e70095;
    padding: 4px 9px;
    vertical-align: bottom;
    text-transform: none;
    color: #ffffff;
    line-height: normal;
    border: 1px solid #ce0085;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .area-filter-button .button:visited {
    color: #ffffff;
  }
  .area-filter-button .button:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #ff1bae;
  }
  .area-filter-button .button:focus {
    outline: 1px dotted #666;
  }
  .area-filter-button .button.disabled {
    cursor: default;
    background-image: none;
  }
  .area-filter-button .button[disabled] {
    cursor: default;
    background-image: none;
  }
  .area-production-list .unit-production-entry .prefix,
  .area-production-list .unit-production-entry .suffix {
    font-size: 12px;
    line-height: 1.2em;
  }
  .area-production-list .unit-production-entry .body {
    float: none;
    width: 96%;
    padding: 2% 2% 50px 2%;
    display: block;
    margin: 0;
  }
  .area-production-list .unit-production-entry .media {
    float: none;
    width: 100%;
    margin: 0;
    display: block;
  }
  .area-production-list .unit-production-entry .quickfind {
    bottom: auto;
    top: 3%;
    right: 3%;
  }
  .area-production-list .unit-production-entry .meta p a {
    display: block;
  }
  .area-production-list .unit-production-entry footer {
    position: relative;
    bottom: auto;
  }
  .primary-type-whats-on-page .section-header .rss,
  .primary-type-whats-on-page .section-header .webcal {
    display: none;
  }
  .primary-type-whats-on-page .section-header {
    padding: 10px 10px;
  }
  .primary-type-whats-on-page .section-header h1 {
    margin-bottom: 0.5em;
  }
  .primary-type-whats-on-page .section-header .change-view {
    margin: 0 auto;
  }
  .area-search-pagination.list-header .pagination-form {
    display: none;
  }
  .area-search-pagination.list-header .production-search-form {
    width: 100%;
    width: 278px;
  }
  .area-search-pagination.list-header .production-search-form .text {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .unit-production-entry .meta .date-description {
    font-size: 12px;
  }
  .area-production-list .unit-production-entry h2 {
    font-size: 22px;
    line-height: 1em;
  }
  .area-production-list .unit-production-entry p.links {
    margin-bottom: 0;
  }
  .primary-type-whats-on-page .area-feature-boxes {
    display: none;
  }
  .area-venues-list .unit-block a h2 {
    font-size: 1.2em;
  }
  .area-venues-list .unit-block header {
    margin-bottom: 1em;
    font-size: 12px;
  }
  .area-profile-list {
    margin-right: 0;
  }
  .area-profile-list .unit-block {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 3%;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .area-profile-list .unit-block .media {
    float: left;
    width: 15%;
    margin-right: 5%;
  }
  .area-profile-list .unit-block .subtitle {
    margin-bottom: 0;
  }
  .area-profile-list .unit-block.last {
    border-bottom: none;
    margin-bottom: 0;
  }
  .area-profile-list .unit-block.last .media {
    margin-bottom: 0;
  }
  /* @group Collapsible Tabs */
  .js .collapsible-header {
    margin-bottom: 10px;
  }
  .js .collapsible-tab-header {
    width: 50%;
  }
  .js .collapsible-tab-header a,
  .js .tab-headers a {
    font-size: 10px;
    text-align: center;
    padding: 5px 5px;
  }
  .js .collapsible-tab-header.selected a,
  .js .tab-headers.selected a {
    border-bottom: 1px solid #fff;
    background-color: #e70095;
    color: #fff;
  }
  #featured-events-tabs ul li {
    line-height: 1em;
    font-size: 0.55em;
    margin-left: 1px;
  }
  #featured-events-tabs ul li a {
    padding: 2px 4px 4px;
    margin-top: 1px;
  }
  /* @end */
  .area-profile-image {
    margin: 0;
    width: 40%;
    border: 1px solid #f3f3f3;
  }
  .primary-type-profile-detail-page hgroup {
    margin: 0;
    width: 56%;
  }
  .primary-type-profile-detail-page #primary-content h1 {
    margin-bottom: 0;
  }
  .primary-type-profile-detail-page .section-header {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
  }
  .area-gallery {
    height: 220px;
  }
  .area-news-list .excerpt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .area-news-list .unit-article h3 {
    font-size: 14px;
  }
  .area-news-list .unit-article .meta p {
    font-size: 11px;
  }
  .area-filters-type,
  .area-filters-category,
  h2.filter-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .membership-message-content {
    width: auto;
  }
  .membership-message-content p {
    font-size: 14px;
    line-height: 1.4em;
  }
  .action-day-planner .performance-planner-container .collapsible-header {
    padding: 0.5% 1% 0;
  }
  .print-planner {
    background-color: #373737;
    display: block;
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    padding: 4px 10px;
    right: auto;
    top: auto;
  }
  /* @group Festival Sponsors */
  .area-festival-sponsors ul {
    text-align: center;
  }
  .area-festival-sponsors ul li {
    margin-right: 0 !important;
    display: inline-block;
    float: none;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
  }
  .area-festival-sponsors ul li.last {
    border-bottom: none;
  }
  .area-festival-sponsors ul li a {
    margin: 0 auto;
  }
  /* @end */
  /* @group Venues Page */
  #primary-content #venue-map {
    height: 200px;
  }
  .primary-type-venue #primary-content h1 {
    font-size: 1.2em;
  }
  .primary-type-venue #primary-content .venue-address {
    font-size: 0.8em;
  }
  /* @end */
  /* @group Theme Colours */
  .section-science #primary-navigation .area-primary-navigation a.current,
  .section-science #primary-navigation .area-primary-navigation a:hover,
  .section-science #primary-navigation ul .section a,
  .section-science #primary-navigation ul .section a:hover {
    background-color: #1c64c1;
  }
  .section-science #primary-navigation .nav-open::before,
  .section-science #primary-navigation .nav-open::after {
    border-bottom-color: #1c64c1;
  }
  .section-science #primary-navigation .area-primary-navigation .header-toolbar {
    background-color: #1c64c1;
  }
  .section-jazz #primary-navigation .area-primary-navigation a.current,
  .section-jazz #primary-navigation .area-primary-navigation a:hover,
  .section-jazz #primary-navigation ul .section a,
  .section-jazz #primary-navigation ul .section a:hover {
    background-color: #981e91;
  }
  .section-jazz #primary-navigation .nav-open::before,
  .section-jazz #primary-navigation .nav-open::after {
    border-bottom-color: #981e91;
  }
  .section-jazz #primary-navigation .area-primary-navigation .header-toolbar {
    background-color: #981e91;
  }
  .section-music #primary-navigation .area-primary-navigation a.current,
  .section-music #primary-navigation .area-primary-navigation a:hover,
  .section-music #primary-navigation ul .section a,
  .section-music #primary-navigation ul .section a:hover {
    background-color: #b80020;
  }
  .section-music #primary-navigation .nav-open::before,
  .section-music #primary-navigation .nav-open::after {
    border-bottom-color: #b80020;
  }
  .section-music #primary-navigation .area-primary-navigation .header-toolbar {
    background-color: #b80020;
  }
  .section-literature #primary-navigation .area-primary-navigation a.current,
  .section-literature #primary-navigation .area-primary-navigation a:hover,
  .section-literature #primary-navigation ul .section a,
  .section-literature #primary-navigation ul .section a:hover {
    background-color: #c48500;
  }
  .section-literature #primary-navigation .nav-open::before,
  .section-literature #primary-navigation .nav-open::after {
    border-bottom-color: #c48500;
  }
  .section-literature #primary-navigation .area-primary-navigation .header-toolbar {
    background-color: #c48500;
  }
  .section-membership #primary-navigation .area-primary-navigation a.current,
  .section-membership #primary-navigation .area-primary-navigation a:hover,
  .section-membership #primary-navigation ul .section a,
  .section-membership #primary-navigation ul .section a:hover {
    background-color: #b20029;
  }
  .section-membership #primary-navigation .nav-open::before,
  .section-membership #primary-navigation .nav-open::after {
    border-bottom-color: #b20029;
  }
  .section-membership #primary-navigation .area-primary-navigation .header-toolbar {
    background-color: #b20029;
  }
  .section-education #primary-navigation .area-primary-navigation a.current,
  .section-education #primary-navigation .area-primary-navigation a:hover,
  .section-education #primary-navigation ul .section a,
  .section-education #primary-navigation ul .section a:hover {
    background-color: #b40074;
  }
  .section-education #primary-navigation .nav-open::before,
  .section-education #primary-navigation .nav-open::after {
    border-bottom-color: #b40074;
  }
  .section-education #primary-navigation .area-primary-navigation .header-toolbar {
    background-color: #b40074;
  }
  /* @end */
  /* @group Theme Backgrounds */
  .festival-music {
    background-size: 50%;
  }
  .festival-music #container {
    background-size: 270%;
    padding-bottom: 143px;
  }
  .festival-jazz {
    background-size: 50%;
  }
  .festival-jazz #container {
    background-size: 270%;
    padding-bottom: 143px;
  }
  .festival-science {
    background-size: 50%;
  }
  .festival-science #container {
    background-size: 270%;
    padding-bottom: 143px;
  }
  .section-membership {
    background-size: 50%;
  }
  .section-membership #container {
    background-image: none;
    padding-bottom: 0;
  }
  .section-education {
    background-size: 50%;
  }
  .section-education #container {
    background-size: 50%;
  }
  /* @end */
}
/* @end */
/* @group iPhone Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #global-navigation .header-toolbar {
    right: 0;
    top: -3px;
  }
  #global-navigation .header-toolbar a,
  #global-navigation .header-toolbar a:visited {
    font-size: 11px;
  }
  #global-navigation .header-toolbar a.basket {
    background-size: 24%;
    padding-left: 16px;
  }
  .area-performance-dates .performance-booking {
    float: right;
  }
  .area-performance-dates .performance-date-venue {
    float: left;
  }
  .area-main-feature {
    background-position: 50% 0;
  }
  .area-main-feature .unit-production-entry {
    width: 45%;
  }
  .area-homepage-production-promos .unit-production-entry .media {
    width: 35%;
  }
  .area-homepage-production-promos .unit-production-entry h2 {
    font-size: 18px;
  }
  .js .collapsible-tab-header {
    width: 33.25%;
  }
  .area-gallery {
    height: 380px;
  }
  .gift-certificates-header .purchase-gift-certificate {
    float: right;
    width: auto;
  }
  #package-selection-list {
    max-height: 70px;
  }
  #toolbar {
    height: 24px;
  }
  #toolbar ul {
    margin-top: 0;
  }
  #toolbar ul li {
    line-height: 1.2em;
  }
  #unit-timer {
    width: 70%;
    padding: 0 15%;
  }
  .area-blocksoffice-user-toolbar {
    height: 32px !important;
  }
  #unit-recommended-productions {
    margin: 0;
    height: auto;
  }
  #unit-recommended-productions-slider {
    height: auto;
    overflow: hidden;
    position: static;
  }
  #unit-recommended-productions .unit {
    width: 50%;
    margin: 0 0 10px 0;
  }
}
/* @end */
/* @group Mobile */
@media only screen and (max-width: 480px) {
  #header-inner,
  #global-navigation-inner,
  #footer-social-inner,
  #footer-inner,
  #page-content,
  .flex-control-nav,
  .area-main-feature .content-inner,
  .featured_events,
  .area-syos-basket-inner,
  #toolbar,
  #featured-events-tabs ul {
    width: 96%;
  }
  #global-navigation-inner {
    width: 100%;
    padding-left: 2%;
    box-sizing: border-box;
  }
}
/* @end */
.ie-zoomfix {
  position: relative;
  zoom: 1;
}
.lt-ie10 #header-inner {
  width: 100%;
}
.lt-ie10 #primary-navigation #primary-navigation-inner {
  width: auto;
}
.lt-ie10 .area-search-pagination .pagination-form {
  float: right;
}
.lt-ie10 .area-festival-sponsors ul li {
  margin-right: 0px;
}
.lt-ie10 .area-festival-sponsors.science-festival ul li {
  margin-right: 25px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
}
.lt-ie10 a.more {
  padding: 6px 16px 5px;
}
.lt-ie10 .change-view a {
  padding: 6px 10px 5px 34px;
}
.lt-ie10 .area-main-feature .unit-production-entry {
  width: 50%;
}
.lt-ie8 #global-navigation {
  height: 40px;
}
.lt-ie8 #global-navigation-inner .area-site-search {
  width: 325px;
}
.lt-ie8 #primary-navigation {
  width: 800px;
}
