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: #333;
  *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: #333;
}
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: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #080808;
}
a {
  color: #892c4f;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:visited {
  color: #892c4f;
}
a:active {
  color: #b9255e;
}
a:hover {
  color: #b9255e;
}
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 #ddd;
}
table caption {
  text-align: left;
}
table th,
table td {
  padding: 0.5em;
  text-align: left;
  border: 1px solid #ddd;
}
table th {
  padding-top: 0.5em;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #ddd;
}
table td {
  vertical-align: top;
}
video {
  background: #000;
}
/* @group Tooltip */
/* @end */
.alpha-black {
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
}
#skip-links {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* @group CSS Animation */
.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 0.25s ease;
  -moz-transition: height 0.25s ease;
  -o-transition: height 0.25s ease;
  -ms-transition: height 0.25s ease;
  transition: height 0.25s ease;
}
@-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);
  }
}
/* @end */
#header-inner,
#footer-social-inner,
#touch-tools-inner,
#footer-inner,
#page-content,
.page-top-inner,
#primary-navigation-inner,
.flex-control-nav,
.area-main-feature .content-inner,
#toolbar {
  max-width: 1000px;
}
/* @group Fluid Image and Video Handling */
.mobile {
  display: none;
}
.tablet {
  display: none;
}
.desktop {
  display: block;
}
.media img,
.media-image img,
.media-placeholder img {
  width: 100%;
  height: auto;
}
.production-media .media-video iframe,
.production-media .media-video object,
.production-media .media-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.production-media .main-production-video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin: 0 2% 0 0;
  width: 100%;
  max-width: 100%;
}
.content-inner img {
  max-width: 100%;
}
.responsive-video-frame {
  padding-bottom: 56.25%;
}
.issuuembed[style] {
  width: 100% !important;
}
.responsive-video-frame,
.issuuembed {
  position: relative;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.responsive-video-frame object,
.issuuembed object,
.responsive-video-frame embed,
.issuuembed embed,
.responsive-video-frame iframe,
.issuuembed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* @end */
/* @group Mixins */
/* @end */
/* @group Default typography over-rides */
body {
  font-family: Helmet, Freesans, sans-serif;
  -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4,
h5,
h6,
p.prefix,
p.suffix,
blockquote,
legend {
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  line-height: normal;
}
h1 {
  font-size: 2.2em;
}
.type-page #primary-content h1 {
  padding: 0 0 3px 0;
  margin: 0 0 15px 0;
  border-bottom: 1px solid #eee;
}
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: #892c4f;
}
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5 {
  color: #b9255e;
}
.well {
  color: #fff;
  background-color: #b9255e;
  padding: 15px 20px;
  margin-bottom: 1.5em;
}
.well a {
  color: #fff;
  text-decoration: underline;
}
.inline-button {
  cursor: pointer;
  font-size: 1.2em;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #892c4f;
  padding: 4px 10px 4px;
  vertical-align: bottom;
  color: #FFF;
  line-height: normal;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.inline-button:visited {
  color: #FFF;
}
.inline-button:hover {
  color: #FFF;
  text-decoration: none;
  background: #b03865;
}
.inline-button:focus {
  outline: 1px dotted #666;
}
.inline-button.disabled {
  cursor: default;
  background-image: none;
}
.inline-button[disabled] {
  cursor: default;
  background-image: none;
}
.area-production-details .suffix,
.area-production-details .prefix,
.unit-production-entry .prefix,
.unit-production-entry .suffix {
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif, Helmet, Freesans, sans-serif;
  font-weight: normal;
  margin: 0;
}
.area-production-details h1,
.unit-production-entry h2 {
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif, Helmet, Freesans, sans-serif;
  font-weight: normal;
}
.typographic-logo .caps {
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif, Helmet, Freesans, sans-serif;
  font-weight: normal;
  text-transform: lowercase;
  font-size: 42px;
}
.typographic-logo acronym {
  border-bottom: none;
}
#primary-content .content-inner table {
  margin: 0 0 1.5em 0;
}
blockquote {
  margin: 0 0 1.5em 0;
  padding: 0 0 0 1em;
}
blockquote p:first-child {
  font-size: 2.4em;
  line-height: 1em;
  margin-bottom: 0;
  text-indent: -0.32em;
}
blockquote p:first-child:before {
  content: "“";
}
blockquote p:first-child:after {
  content: "”";
  margin-left: 0.25rem;
}
blockquote p:last-child {
  display: none;
}
blockquote footer {
  margin-top: 0;
  color: #666;
}
/* @end */
/* @group Default iFrame Styling */
iframe {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* @end */
/* @group Default Form Styling (wrangling with Silverstripe)*/
.inline-form {
  /**
		 * SilverStripe right aligned labels
		 */
  /**
		 * Form messages
		 */
  /**
		 * Form actions
		 */
}
.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 fieldset {
  margin: 0;
  padding: 0;
}
.inline-form label,
.inline-form fieldset label {
  text-align: left;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif, Helmet, Freesans, sans-serif;
  font-weight: normal;
  width: 140px;
  margin-right: 5%;
  width: 25%;
}
.inline-form label.right,
.inline-form .fieldgroupField label {
  width: auto;
  float: none;
  margin-left: 3px;
}
.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 select {
  margin-top: 6px;
}
.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 {
  float: none;
  margin-left: 2%;
  margin-right: 0;
  padding-top: 0;
}
.inline-form form .message {
  color: #cc0000;
  margin-left: 30%;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif, Helmet, Freesans, sans-serif;
  font-weight: normal;
  font-size: 12px;
}
.inline-form form .holder-required {
  border-color: #cc0000;
}
.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 .action {
  float: right;
}
.inline-form input[type="submit"],
.inline-form .action {
  cursor: pointer;
  font-size: 1.2em;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #892c4f;
  padding: 4px 10px 4px;
  vertical-align: bottom;
  color: #FFF;
  line-height: normal;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.inline-form input[type="submit"]:visited,
.inline-form .action:visited {
  color: #FFF;
}
.inline-form input[type="submit"]:hover,
.inline-form .action:hover {
  color: #FFF;
  text-decoration: none;
  background: #b03865;
}
.inline-form input[type="submit"]:focus,
.inline-form .action:focus {
  outline: 1px dotted #666;
}
.inline-form input[type="submit"].disabled,
.inline-form .action.disabled {
  cursor: default;
  background-image: none;
}
.inline-form input[type="submit"][disabled],
.inline-form .action[disabled] {
  cursor: default;
  background-image: none;
}
@media only screen and (max-width: 45em) {
  .inline-form .email label,
  .inline-form .text label {
    display: block;
    width: 100%;
    float: none;
    margin-bottom: 0.5em;
  }
  .inline-form .fieldgroup label.left,
  .inline-form form fieldset .middleColumn {
    width: 100%;
    float: none;
  }
}
/* @end */
/*  ========================================================================== */
/*  @group Fonts */
/*  ========================================================================== */
@font-face {
  font-family: 'AFBatterseaMedium';
  src: url('../fonts/afbattersea-medium-webfont.eot');
  src: url('../fonts/afbattersea-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/afbattersea-medium-webfont.woff') format('woff'), url('../fonts/afbattersea-medium-webfont.ttf') format('truetype'), url('../fonts/afbattersea-medium-webfont.svg#AFBatterseaRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* @end */
/*  ========================================================================== */
/*  @group Global Styles */
/*  ========================================================================== */
.unit-page-content {
  background: #fff;
  padding: 10px 15px;
}
.content-inner .inline-form {
  background: #FFF;
  padding: 10px 15px;
}
/* @end */
/* @group Layouts */
#container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #ebebeb;
  width: 100%;
  background-image: url(../images/bg-tramline.png);
  background-position: 50% 75%;
  background-repeat: no-repeat;
}
#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-top-inner {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#page-content {
  width: 100%;
  zoom: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 35px;
}
#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;
  margin-right: 2%;
  width: 32%;
  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: 57.5%;
  margin-right: 2%;
  margin-right: 0;
  width: 66%;
  display: inline;
  float: right;
  margin-bottom: 20px;
}
.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: 57.5%;
  margin-right: 2%;
  width: 66%;
  margin-bottom: 20px;
}
.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: 40.5%;
  margin-right: 2%;
  margin-right: 0;
  width: 32%;
}
.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;
}
.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: 32%;
  display: inline;
  float: left;
  margin-right: 0;
}
.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;
  margin-right: 2%;
  margin-right: 0;
  width: 66%;
  display: inline;
  float: right;
  margin-bottom: 20px;
}
.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;
}
.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-tertiary-content #primary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 2%;
}
.type-home-page .has-tertiary-content #primary-content:before,
.type-home-page .has-tertiary-content #primary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-home-page .has-tertiary-content #primary-content:after {
  clear: both;
}
.type-home-page .has-tertiary-content #secondary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 74.5%;
  margin-right: 2%;
}
.type-home-page .has-tertiary-content #secondary-content:before,
.type-home-page .has-tertiary-content #secondary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-home-page .has-tertiary-content #secondary-content:after {
  clear: both;
}
.type-home-page .has-tertiary-content #secondary-content .group-1 {
  zoom: 1;
  display: inline;
  float: left;
  width: 32%;
  margin-right: 2%;
  width: 43.5%;
  margin-right: 2.5%;
}
.type-home-page .has-tertiary-content #secondary-content .group-1:before,
.type-home-page .has-tertiary-content #secondary-content .group-1:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-home-page .has-tertiary-content #secondary-content .group-1:after {
  clear: both;
}
.type-home-page .has-tertiary-content #secondary-content .group-2 {
  zoom: 1;
  display: inline;
  float: left;
  width: 40.5%;
  margin-right: 2%;
  margin-right: 0;
  width: 54%;
}
.type-home-page .has-tertiary-content #secondary-content .group-2:before,
.type-home-page .has-tertiary-content #secondary-content .group-2:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-home-page .has-tertiary-content #secondary-content .group-2:after {
  clear: both;
}
.type-home-page .has-tertiary-content #tertiary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 23.5%;
  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 #container {
  background: #f7f7f7;
}
.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 Header */
#header {
  background: #464b4c;
  border-bottom: 1px solid #848c8e;
}
#header-inner {
  padding: 15px 0 0 0;
  zoom: 1;
}
#header-inner:before,
#header-inner:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#header-inner:after {
  clear: both;
}
#header .area-logo,
#header .logo a,
#header .logo {
  width: 142px;
  height: 62px;
  margin: 0;
  display: block;
}
#header .area-logo {
  float: left;
  margin: 0;
}
#header .logo {
  background-image: url(../images/warwickartscentre.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.svg #header .logo {
  background-image: url(../images/warwickartscentre.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;
}
.header-content {
  float: right;
}
.header-actions {
  line-height: 36px;
  margin-bottom: 12px;
  zoom: 1;
}
.header-actions:before,
.header-actions:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.header-actions:after {
  clear: both;
}
.header-actions .area-social {
  width: auto;
}
.account,
.box-office {
  font-size: 0.8em;
  float: right;
  color: #fff;
}
.account a,
.box-office a,
.account span,
.box-office span {
  color: #fff;
}
.account a:hover,
.box-office a:hover {
  text-decoration: underline;
}
.account {
  margin-left: 20px;
}
.account a {
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
  margin-top: 2px;
}
.account-child.basket-link span {
  background-image: url(../images/shopping-cart.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: left center;
  display: inline-block;
  margin: 0 auto;
}
.account-child.account-link span {
  background-image: url(../images/account.svg);
  background-size: 18px;
  background-repeat: no-repeat;
  padding-left: 25px;
  background-position: left center;
  display: inline-block;
  margin: 0 auto;
}
.box-office {
  margin-right: 20px;
}
#header .global-search {
  float: right;
}
#header .area-site-search form {
  margin: 0;
}
.area-site-search .text {
  border: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 5px;
  height: 28px;
  width: 170px;
  font-size: 14px;
  vertical-align: middle;
  position: relative;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.area-site-search .text:focus {
  background: #fff;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.area-site-search .submit {
  border: none;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  padding: 6px 12px;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
}
.area-site-search .submit:hover,
.area-site-search .submit:active {
  background: #000;
}
/* @end */
/* @group Primary Navigation */
/* @group Core */
#primary-navigation {
  float: right;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
}
#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-weight: normal;
  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: #fff;
  padding: 4px 10px 8px 10px;
  margin: 0 0 0 5px;
  font-size: 20px;
  font-weight: normal;
  opacity: 0.75;
}
#primary-navigation .area-primary-navigation a.current,
#primary-navigation .area-primary-navigation a.section,
#primary-navigation .area-primary-navigation a:hover {
  opacity: 1;
}
#primary-navigation .area-primary-navigation .section-home a {
  background: url;
  display: inline-block;
  text-indent: -9999px;
  width: 20px;
  background: url(../images/icon-home.png) 50% 5px no-repeat;
  opacity: 0.75;
}
#primary-navigation .area-primary-navigation .section-home a:hover,
#primary-navigation .area-primary-navigation .section-home a:active {
  opacity: 1;
}
#primary-navigation .area-primary-navigation .section-home.current a {
  opacity: 1;
}
.svg #primary-navigation .area-primary-navigation .section-home a {
  background-image: url(../images/icon-home.svg);
}
.area-primary-navigation {
  position: relative;
}
#primary-navigation .nav-toggle {
  display: none;
}
#primary-navigation .area-primary-navigation li.last {
  border-right: none;
}
#primary-navigation .area-primary-navigation li.last a {
  padding-right: 0;
}
.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;
}
/* @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: #cc0000;
  border-bottom-color: #cc0000;
}
#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 Footer */
#footer {
  background: #505759;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  padding-bottom: 40px;
}
#footer p {
  color: #FFF;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #FFF;
}
#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 #666;
}
#footer table caption {
  text-align: left;
}
#footer table th,
#footer table td {
  padding: 0.5em;
  text-align: left;
  border: 1px solid #666;
}
#footer table th {
  padding-top: 0.5em;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #666;
}
#footer table td {
  vertical-align: top;
}
#footer hr {
  border-color: #444;
}
#footer a {
  color: #fff;
}
#footer a:visited {
  color: #fff;
}
#footer a:hover,
#footer a:active {
  color: #fff;
  text-decoration: underline;
}
#touch-tools-inner {
  margin-bottom: 1em;
  width: 88%;
  padding: 1%;
}
#touch-tools-inner a {
  cursor: pointer;
  font-size: 1.2em;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #892c4f;
  padding: 4px 10px 4px;
  vertical-align: bottom;
  color: #FFF;
  line-height: normal;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: inline;
  float: right;
}
#touch-tools-inner a:visited {
  color: #FFF;
}
#touch-tools-inner a:hover {
  color: #FFF;
  text-decoration: none;
  background: #b03865;
}
#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: #3c4143;
  padding: 8px 0;
  margin-bottom: 35px;
}
.area-mailing-list {
  float: left;
}
.area-social {
  float: right;
  width: 295px;
}
.area-social h2 {
  font-size: 22px;
  font-weight: normal;
  float: left;
  margin: 5px 14px 0 0;
}
.area-social ul {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-social li {
  float: left;
  margin: 0 6px 0 0;
}
.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: #000 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-social .instagram a {
  background-position: -140px -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: 22px;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  font-weight: normal;
  margin: 0 8px 0 0;
  vertical-align: middle;
  float: none;
  width: auto;
}
.area-mailing-list input.text {
  border: none;
  box-shadow: none;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 5px;
  width: 170px;
  font-size: 14px;
  position: relative;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 0 10px;
  width: 200px;
  height: 28px;
  right: 0;
  vertical-align: middle;
}
.area-mailing-list input.text:focus {
  background: #fff;
}
.area-mailing-list input.text:focus {
  background: #fff;
}
.area-mailing-list .submit {
  border: none;
  color: #fff;
  padding: 6px 14px 6px;
  background: #656565;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  vertical-align: middle;
}
.area-mailing-list .submit:hover,
.area-mailing-list .submit:active {
  background: #7f7f7f;
}
#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-address {
  float: left;
  font-size: 16px;
  line-height: 20px;
}
.area-footer-contact a,
.area-footer-navigation a,
.area-footer-address a {
  color: #fff;
}
.area-footer-contact a:hover,
.area-footer-navigation a:hover,
.area-footer-address a:hover,
.area-footer-contact a:active,
.area-footer-navigation a:active,
.area-footer-address a:active {
  text-decoration: underline;
}
.area-footer-address {
  zoom: 1;
  display: inline;
  float: left;
  margin-right: 2%;
  width: 32%;
}
.area-footer-address:before,
.area-footer-address:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-footer-address:after {
  clear: both;
}
.area-footer-contact {
  width: 24%;
}
#footer .area-footer-contact p,
#footer .area-footer-address p {
  margin: 0;
  color: #cccccc;
}
#footer .area-footer-contact p span,
#footer .area-footer-address p span {
  color: #fff;
}
#footer .area-footer-contact p strong {
  font-weight: normal;
  color: #ffffff;
}
.area-footer-navigation {
  width: 42%;
}
#footer .area-footer-navigation li {
  zoom: 1;
  display: inline;
  float: left;
  width: 15%;
  width: 48%;
  margin-right: 2%;
}
#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 {
  zoom: 1;
  display: inline;
  float: left;
  width: 15%;
  margin-right: 2%;
  margin-right: 0;
  width: 50%;
}
#footer .area-footer-navigation li.end:before,
#footer .area-footer-navigation li.end:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#footer .area-footer-navigation li.end:after {
  clear: both;
}
#footer .area-footer-navigation a {
  color: #fff;
  background: url(../images/arrow-footer.png) no-repeat 0 9px;
  padding-left: 12px;
  display: block;
}
#footer .area-footer-navigation a:hover {
  color: #ffffff;
}
.svg #footer .area-footer-navigation a {
  background-image: url(../images/arrow-footer.svg);
}
.area-footer-sponsor-list {
  padding: 20px 0 0 0;
  clear: both;
  border-top: 1px solid #6e7476;
  margin: 35px 0;
  zoom: 1;
}
.area-footer-sponsor-list:before,
.area-footer-sponsor-list:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-footer-sponsor-list:after {
  clear: both;
}
.area-footer-sponsor-list ul {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
.area-footer-sponsor-list ul:before,
.area-footer-sponsor-list ul:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-footer-sponsor-list ul:after {
  clear: both;
}
.area-footer-sponsor-list ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-footer-sponsor-list ul ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-footer-sponsor-list ul li {
  display: inline;
  float: left;
}
.area-footer-sponsor-list ul a {
  display: block;
  margin-right: 10px;
}
.area-footer-sponsor-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-footer-sponsor-list ul a {
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  background-image: url(../images/sprite-sponsors.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  height: 42px;
  width: 195px;
  margin: 0 35px 0 0;
  opacity: 0.85;
}
.area-footer-sponsor-list ul a br {
  display: none;
}
.area-footer-sponsor-list ul a:hover {
  opacity: 1;
}
.svg .area-footer-sponsor-list ul a {
  background-image: url(../images/sprite-sponsors.svg);
}
.area-footer-sponsor-list ul .warwick-university a {
  background-position: -205px 0;
  margin: 0;
  width: 70px;
}
.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-inv.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  height: 9px;
  width: 39px;
}
.by-made br {
  display: none;
}
.svg .by-made {
  background-image: url(../images/logo-made-inv.svg);
}
/* @end */
/* @group Units */
.AddThisShareWidget,
.share-links {
  border-top: 1px solid #eee;
  padding-top: 0.75em;
  margin-top: 1em;
}
.share-links .fb-like {
  margin: 0 15px 0 0;
  line-height: normal;
  vertical-align: top;
}
.content-footer {
  padding-top: 8px;
  border-top: 1px solid #eee;
}
.page-top {
  background: #fff;
}
.page-top h1 {
  margin: 0;
  padding: 0;
  float: left;
}
.page-top .page-top-inner {
  zoom: 1;
}
.page-top .page-top-inner:before,
.page-top .page-top-inner:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.page-top .page-top-inner:after {
  clear: both;
}
.page-top header {
  padding-top: 8px;
  padding-bottom: 2px;
}
/* @group Disqus */
.disqus-wrapper {
  background: #fff;
  padding: 15px;
  margin-top: 10px;
}
#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;
}
.area-facebook-like-box .fb_iframe_widget,
.area-facebook-like-box .fb_iframe_widget[style],
.area-facebook-like-box .fb_iframe_widget span,
.area-facebook-like-box .fb_iframe_widget span[style] {
  width: 100% !important;
  overflow: hidden;
}
/* @end */
/* @group Rating Stars */
.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;
}
.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;
}
.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: #cc0000;
}
.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: 1.2em;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #777;
  padding: 4px 10px 4px;
  vertical-align: bottom;
  color: #FFF;
  line-height: normal;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
a.more:visited {
  color: #FFF;
}
a.more:hover {
  color: #FFF;
  text-decoration: none;
  background: #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: 1.2em;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #892c4f;
  padding: 4px 10px 4px;
  vertical-align: bottom;
  color: #FFF;
  line-height: normal;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.book-button:visited {
  color: #FFF;
}
.book-button:hover {
  color: #FFF;
  text-decoration: none;
  background: #b03865;
}
.book-button:focus {
  outline: 1px dotted #666;
}
.book-button.disabled {
  cursor: default;
  background-image: none;
}
.book-button[disabled] {
  cursor: default;
  background-image: none;
}
/* @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;
}
.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 .media,
.unit-production-entry .media,
.unit-block .media {
  margin-right: 2%;
  width: 35%;
}
.unit-article .description {
  margin: 0.5em 0 0;
}
.supporting-content-panel {
  margin-bottom: 20px;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
}
.supporting-content-panel h2 {
  color: #333;
  font-size: 24px;
  margin: 0 0 0.25em 0;
}
.supporting-content-panel li,
.supporting-content-panel p {
  font-size: 16px;
  line-height: 1.5em;
}
.supporting-content-panel .panel {
  background: #fff;
}
.supporting-content-link-list {
  line-height: 1.4em;
}
.supporting-content-link-list a {
  border-bottom: 1px solid #ebebeb;
  display: block;
  padding: 3px 1em 3px 32px;
  background-position: 10px 7px;
}
.supporting-content-link-list a:hover {
  color: #fff;
  background-color: #892c4f;
}
.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,
.area-twitter-feed,
#secondary-content .area-news-list,
.inline-form form {
  margin-bottom: 20px;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
}
.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,
.area-twitter-feed h2,
#secondary-content .area-news-list h2,
.inline-form form h2 {
  color: #333;
  font-size: 24px;
  margin: 0 0 0.25em 0;
}
.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,
.area-twitter-feed 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,
.area-twitter-feed p,
#secondary-content .area-news-list p,
.inline-form form p {
  font-size: 16px;
  line-height: 1.5em;
}
.area-audio-player .panel,
.area-image-gallery .panel,
.area-video-gallery .panel,
.area-media-gallery .panel,
.area-attachments-list .panel,
.area-related-page-list .panel,
.area-twitter-feed .panel,
#secondary-content .area-news-list .panel,
.inline-form form .panel {
  background: #fff;
}
.area-attachments-list ul li,
.area-related-page-list ul li {
  line-height: 1.4em;
}
.area-attachments-list ul li a,
.area-related-page-list ul li a {
  border-bottom: 1px solid #ebebeb;
  display: block;
  padding: 3px 1em 3px 32px;
  background-position: 10px 7px;
}
.area-attachments-list ul li a:hover,
.area-related-page-list ul li a:hover {
  color: #fff;
  background-color: #892c4f;
}
.area-attachments-list ul li.last a,
.area-related-page-list ul li.last a {
  border-bottom: none;
  margin-bottom: 3px;
}
.area-related-page-list ul li a {
  padding: 3px 1em;
}
.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: Helmet, Freesans, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #636363;
  padding: 2px 10px;
  text-align: right;
  display: block;
}
.list-more-link:hover {
  background-color: #892c4f;
}
/* @end */
/* @group Attachments */
.area-attachments-list a {
  background: url(/themes/warwickartscentre/static/document-files/document.png) no-repeat 2px 7px;
}
.area-attachments-list li.pdf a {
  background-image: url(/themes/warwickartscentre/static/document-files/document-pdf.png);
}
.area-attachments-list li.music a {
  background-image: url(/themes/warwickartscentre/static/document-files/document-music.png);
}
.area-attachments-list li.excel a {
  background-image: url(/themes/warwickartscentre/static/document-files/document-excel.png);
}
.area-attachments-list li.film a {
  background-image: url(/themes/warwickartscentre/static/document-files/document-film.png);
}
.area-attachments-list li.powerpoint a {
  background-image: url(/themes/warwickartscentre/static/document-files/document-powerpoint.png);
}
.area-attachments-list li.word-text a {
  background-image: url(/themes/warwickartscentre/static/document-files/document-word-text.png);
}
.area-attachments-list li.zipped a {
  background-image: url(/themes/warwickartscentre/static/document-files/document-zipper.png);
}
.area-attachments-list a .filesize {
  color: #333;
  text-transform: uppercase;
  font-size: 0.75em;
}
.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 */
.area-twitter-feed {
  background: white;
  padding: 1%;
}
.area-twitter-feed iframe {
  border: none;
  max-width: 100%;
  width: 100%;
  display: block;
  height: 386px;
}
/* @end */
/* @group Page Images */
.media-video,
.media-image {
  background: #fff;
}
.media-video .media,
.media-image .media {
  padding: 10px 10px 0;
}
.media-video .meta,
.media-image .meta {
  padding-bottom: 10px;
}
/* @end */
/* @group Page Navigation */
.unit-page-navigation {
  zoom: 1;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}
.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;
}
.unit-page-navigation .back {
  float: left;
}
/* @end */
/* @group Breadcrumb Trail */
.unit-breadcrumb-trail {
  padding: 8px 15px;
  font-size: 18px;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  font-weight: normal;
}
.unit-breadcrumb-trail ul li.home a {
  color: #333;
}
.unit-breadcrumb-trail ul li a {
  padding-right: 30px;
  margin-right: 0;
  background: url(../images/arrow-breadcrumb.png) no-repeat 100% 50%;
}
.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: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}
.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: #cc0000;
}
h2.filter-title {
  color: #fff;
  background-color: #333;
  margin: 0;
  font-size: 14px;
  padding: 10px;
  text-transform: uppercase;
  display: none;
}
/* @end */
/* @group Secondary Nav */
.unit-secondary-navigation {
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
}
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: #892c4f;
  background-image: url(../images/arrow-navigation-level2-active.png);
  background-repeat: no-repeat;
  background-position: 98% 8px;
}
.unit-nested-menu .section a,
.nested-menu-nesting-2 a {
  background-color: #464b4c;
  color: #fff;
  margin-bottom: 0;
}
.nested-menu-nesting-2 a {
  font-size: 16px;
}
.unit-nested-menu a.section {
  color: #fff;
  background-color: #2e3131;
  background-image: url(../images/arrow-navigation-level2-open.png);
  background-repeat: no-repeat;
  background-position: 97% 8px;
  font-size: 20px;
}
.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: #b03865;
  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 {
  text-transform: capitalize;
}
.area-filters-type {
  margin-bottom: 10px;
}
.area-filters-category {
  margin-bottom: 20px;
}
/* @end */
/* @group Child Navigation List */
.area-child-page-list {
  zoom: 1;
}
.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;
  width: 50%;
  padding: 6px;
  margin-bottom: 2px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  min-height: 310px;
}
.area-child-page-list .unit-block .body {
  padding: 6px 9px;
}
.area-child-page-list .unit-block h2 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -ms-text-overflow: ellipsis;
}
.area-child-page-list .unit-block .media {
  width: 100%;
}
.area-child-page-list .unit-block.odd {
  border-right: 1px solid #ebebeb;
}
.area-child-page-list .unit-block.even {
  border-left: 1px solid #ebebeb;
}
.area-child-page-list .unit-block h2 {
  font-size: 26px;
  color: #b9255e;
  margin: 0 0 1px 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;
  min-height: 290px;
}
.area-child-page-list .unit-block a:hover h2 {
  color: #892c4f;
}
.area-child-page-list .end {
  margin-right: 0;
}
.area-child-page-list .media {
  float: none;
  margin: 0 0 8px 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 Production Flags */
.production-flag {
  background-size: 100%;
  background-repeat: no-repeat;
  width: 118px;
  height: 55px;
  margin-top: 10px;
}
.production-flag--is-in-package {
  background-image: url(../images/flag-performance-package-transparent.png);
}
/* @end */
/* @group Series Productions */
.area-series-productions {
  zoom: 1;
  margin-top: 1em;
}
.area-series-productions:before,
.area-series-productions:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-series-productions:after {
  clear: both;
}
.area-series-productions .unit-production-entry {
  width: 49%;
  background: #fff;
  margin-bottom: 2px;
  display: inline-block;
  float: left;
  margin-right: 2%;
}
.area-series-productions .unit-production-entry.even {
  margin-right: 0;
}
.area-series-productions .unit-production-entry h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -ms-text-overflow: ellipsis;
  margin: 0;
}
.area-series-productions .unit-production-entry .media {
  width: 28%;
  float: left;
  padding: 5px;
}
.area-series-productions .unit-production-entry .body {
  padding: 2% 2% 0 0;
}
.area-series-productions .unit-production-entry .meta {
  margin-bottom: 0;
}
/* @end */
/* @group Homepage Calendar */
.area-homepage-calendar {
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  font-weight: normal;
  margin-bottom: 20px;
}
.area-homepage-calendar .calendar {
  background-color: #ebebeb;
  padding: 6px;
}
.area-homepage-calendar .calendar-controls {
  color: #333;
  margin: 0;
  line-height: 1em;
  padding: 10px;
  text-align: center;
  position: relative;
}
.area-homepage-calendar .calendar-controls strong {
  font-size: 25px;
  font-weight: normal;
}
.area-homepage-calendar .calendar-controls a {
  margin-top: 1px;
  width: 15px;
  height: 13px;
  background-position: 0 0;
  opacity: 0.75;
  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);
}
.area-homepage-calendar .calendar-controls .next {
  display: inline;
  float: right;
  background-image: url(../images/arrow-homecal-r.png);
}
.area-homepage-calendar table {
  border: none;
}
.area-homepage-calendar th,
.area-homepage-calendar td {
  font-size: 22px;
  padding: 0;
  width: 14%;
  text-align: center;
  border: none;
  font-weight: normal;
}
.area-homepage-calendar th {
  padding: 4px 0;
  font-size: 14px;
}
.area-homepage-calendar .last-month,
.area-homepage-calendar .next-month {
  color: #e9e9e9;
}
.area-homepage-calendar td {
  border: 2px solid #ebebeb;
  background-color: #fff;
  padding: 7px 0;
}
.area-homepage-calendar td.today {
  outline: 1px solid #892c4f;
}
.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%;
  color: #892c4f;
  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;
  z-index: 20;
}
.area-homepage-calendar table td:nth-child(-n+2) .area-performance-list {
  left: 0;
}
.area-homepage-calendar table td:nth-child(-n+2) .area-performance-list ul {
  position: relative;
}
.area-homepage-calendar table td:nth-child(-n+2) .area-performance-list ul:after,
.area-homepage-calendar table td:nth-child(-n+2) .area-performance-list ul:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.area-homepage-calendar table td:nth-child(-n+2) .area-performance-list ul:after {
  top: 100%;
  left: 15%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.area-homepage-calendar table td:nth-child(-n+2) .area-performance-list ul:before {
  top: 100%;
  left: 15%;
  margin-left: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid;
  border-top-color: #fff;
}
.area-homepage-calendar table td:nth-child(n+6) .area-performance-list {
  left: -155px;
}
.area-homepage-calendar table td:nth-child(n+6) .area-performance-list ul {
  position: relative;
}
.area-homepage-calendar table td:nth-child(n+6) .area-performance-list ul:after,
.area-homepage-calendar table td:nth-child(n+6) .area-performance-list ul:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.area-homepage-calendar table td:nth-child(n+6) .area-performance-list ul:after {
  top: 100%;
  left: 85%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.area-homepage-calendar table td:nth-child(n+6) .area-performance-list ul:before {
  top: 100%;
  left: 85%;
  margin-left: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid;
  border-top-color: #fff;
}
.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,
.area-performance-list ul:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.area-performance-list ul:after {
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
}
.area-performance-list ul:before {
  top: 100%;
  left: 50%;
  margin-left: -12px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid;
  border-top-color: #fff;
}
.area-days-performances ul li a {
  padding: 3px 8px;
  font-size: 0.7em;
  line-height: 1.2em;
  display: block;
  color: #333;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -ms-text-overflow: ellipsis;
}
.area-days-performances ul li a:hover {
  color: #fff;
  background-color: #892c4f;
}
.active .area-days-performances {
  display: block;
  z-index: 10;
}
/* @end */
/* @group Homepage Filters */
.area-homepage-filters {
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif, Helmet, Freesans, sans-serif;
  font-weight: normal;
  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: 1.2em;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #892c4f;
  padding: 4px 10px 4px;
  vertical-align: bottom;
  color: #FFF;
  line-height: normal;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  line-height: 1em;
  margin-left: 4%;
  padding: 6px 0;
  width: 16%;
}
.area-homepage-filters .button:visited {
  color: #FFF;
}
.area-homepage-filters .button:hover {
  color: #FFF;
  text-decoration: none;
  background: #b03865;
}
.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 {
  margin-bottom: 20px;
}
.area-homepage-news-list .description {
  margin: 0.25em 0;
}
.area-news-list .unit-article,
.area-homepage-news-list .unit-article {
  background: #fff;
  border-bottom: 2px solid #ebebeb;
}
.area-homepage-news-list .article-list {
  border: 7px solid #ebebeb;
  border-bottom-width: 5px;
}
.area-homepage-news-list .unit-article .media {
  margin: 0;
  width: 27.5%;
}
.area-news-list .unit-article .media {
  margin: 0;
  width: 35%;
}
.area-news-list .section-header,
.area-homepage-news-list .section-header {
  zoom: 1;
}
.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 {
  margin: 0;
  padding: 5px 0 8px 0;
  font-size: 25px;
  line-height: 1em;
  font-weight: normal;
  display: inline;
  float: left;
}
.area-news-list .section-header h2 a,
.area-homepage-news-list .section-header h2 a {
  color: #333;
}
.area-news-list a .article-type,
.area-homepage-news-list a .article-type {
  color: #999;
}
.area-news-list a:hover .article-type,
.area-homepage-news-list a:hover .article-type {
  color: #666;
}
.area-news-list .date,
.area-homepage-news-list .date {
  color: #333;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
}
.rss,
.ical {
  width: 30px;
  height: 30px;
  background: url(../images/icon-rss.png) no-repeat 0 1px;
  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;
  margin-right: 5px;
  opacity: 0.65;
}
.rss br,
.ical br {
  display: none;
}
.rss:hover,
.ical:hover {
  opacity: 1;
}
.ical {
  background-image: url(../images/icon-ical.png);
}
.svg .ical {
  background-image: url(../images/icon-ical.svg);
}
.svg .rss {
  background-image: url(../images/icon-rss.svg);
}
.area-homepage-news-list .section-header .rss {
  display: inline-block;
  margin-left: 4px;
  width: 22px;
  height: 22px;
  background-size: contain;
}
.area-news-list .unit-article header,
.area-homepage-news-list .unit-article header {
  zoom: 1;
  margin-bottom: 0;
  padding: 0;
}
.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 .body,
.area-homepage-news-list .unit-article .body {
  padding: 10px 15px;
}
.area-homepage-news-list .unit-article header {
  padding: 5px 10px;
}
.area-news-list .unit-article h3,
.area-homepage-news-list h3 {
  font-size: 24px;
  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: Helmet, Freesans, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  background-color: #636363;
  padding: 2px 10px;
  text-align: right;
  display: block;
}
.area-news-list footer a:hover,
.area-homepage-news-list footer a:hover {
  background-color: #892c4f;
}
#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;
}
.area-season-details .main-production-image-container .media {
  margin-top: 30px;
}
/* @end */
/* @group Press Office */
.area-contact-press {
  margin-bottom: 20px;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  background-color: #fff;
  padding: 15px;
}
.area-contact-press h2 {
  color: #333;
  font-size: 24px;
  margin: 0 0 0.25em 0;
}
.area-contact-press li,
.area-contact-press p {
  font-size: 16px;
  line-height: 1.5em;
}
.area-contact-press .panel {
  background: #fff;
}
.area-contact-press p {
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0;
}
/* @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: 20px;
  overflow: hidden;
}
.type-home-page .area-feature-boxes .unit-block {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.type-home-page .area-feature-boxes .unit-block.even {
  margin-right: 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: #fff;
  font-weight: normal;
  margin: 0;
}
.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 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: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  padding: 6px 10px;
  background: #a8a8a8;
  margin-right: 1px;
  border-bottom: 1px solid #fff;
  display: block;
}
.js .tab-headers a:hover,
.js .collapsible-tab-header a:hover,
.js .tab-headers a:active,
.js .collapsible-tab-header a:active {
  background: #892c4f;
}
.js .tab-headers .active a,
.js .collapsible-tab-header.selected a {
  color: #333;
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
.js .tab-content,
.js .collapsible-content {
  padding: 2%;
}
.tab-content {
  background: #fff;
}
/* @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 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: "AFBatterseaMedium", Helmet, Freesans, sans-serif, Helmet, Freesans, sans-serif;
  font-weight: normal;
  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: #e9e9e9;
  border-color: #bfbfbf;
}
#accordion p {
  font-family: Helmet, Freesans, sans-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: #e9e9e9;
  border-color: #bfbfbf;
}
#accordion .ui-state-active,
#accordion .ui-widget-content .ui-state-active,
#accordion .ui-widget-header .ui-state-active {
  background-color: #892c4f;
  border-color: #892c4f;
}
#accordion .ui-state-default .ui-icon {
  background-image: url(/themes/warwickartscentre/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/warwickartscentre/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: #892c4f;
}
#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: #b9255e;
}
#accordion .ui-state-hover {
  border-color: #892c4f;
}
/* @end */
/* @group Audio Player */
a.jp-play,
a.jp-pause {
  border-right: 3px solid #fff;
}
.area-audio-player div.jp-audio div.jp-type-playlist div.jp-interface {
  margin: 2%;
  width: 96%;
  background-color: #666;
}
.area-audio-player div.jp-type-playlist div.jp-playlist a.jp-playlist-item {
  background-color: #fff;
  border-color: #ebebeb;
}
.div.jp-title,
div.jp-playlist {
  border-top: 1px solid #ebebeb;
}
.area-audio-player a.jp-pause:hover,
.area-audio-player a.jp-play:hover {
  background-color: #b9255e;
}
.area-audio-player div.jp-play-bar {
  background-image: url(../images/jplayer.warwick.progress.gif);
}
.area-audio-player div.jp-seek-bar {
  background-image: url(../images/jplayer.warwick.progress.gif);
}
.area-audio-player div.jp-volume-bar,
.area-audio-player div.jp-volume-bar-value {
  background-image: url(../images/jplayer.warwick.volume.gif);
}
/* The seeking class is added/removed inside jPlayer */
.area-audio-player div.jp-seeking-bg {
  background: url(../images/jplayer.mso.seeking.gif);
}
/* @end */
/* @group Media Gallery */
.area-media-gallery {
  position: relative;
}
.area-media-gallery .carousel {
  background-color: #fff;
  padding: 10px 6px;
}
.area-media-gallery .flex-direction-nav {
  display: none;
}
.area-media-gallery .gallery li {
  margin: 0 4px 0 4px;
}
.area-media-gallery .gallery li a {
  position: relative;
  display: block;
  background-color: #000;
}
.area-media-gallery .gallery li a img {
  opacity: 0.75;
}
.area-media-gallery .gallery li a:hover img,
.area-media-gallery .gallery li a:hover .icon-video {
  opacity: 1;
}
.area-media-gallery .gallery li .icon-video {
  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-video.png);
  background-position: 50%;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
}
.area-media-gallery .gallery li .icon-video br {
  display: none;
}
.area-media-gallery .gallery-controls {
  position: absolute;
  top: 0;
  right: 0;
}
.area-media-gallery .gallery-controls .flex-control-nav {
  right: 0;
  bottom: auto;
  position: relative;
  width: auto;
}
.area-media-gallery .gallery-controls .flex-control-nav li a {
  width: 6px;
  height: 6px;
  background-color: #fff;
}
.area-media-gallery .gallery-controls .flex-control-nav li a.flex-active {
  background-color: #892c4f;
  border-color: #892c4f;
}
.svg .area-media-gallery .gallery li .icon-video {
  background-image: url(../images/icon-video.svg);
}
/* @end */
/* @group Recent Comments */
.recent-comments {
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
}
.recent-comments header h2 {
  margin: 0 0 4px;
}
.recent-comments .comment-list {
  background: #ebebeb;
  padding: 6px 6px 2px;
}
.recent-comments .unit-comment {
  margin-bottom: 4px;
}
.recent-comments .body {
  background: #fff;
  padding: 8px 12px;
  word-wrap: break-word;
  line-height: 1.4em;
}
.recent-comments footer {
  background: url(../images/comment-tail.png) 0 0 no-repeat;
  font-size: 14px;
  line-height: 1.2em;
  padding: 6px 6px 6px 40px;
}
/* @end */
/* @group Pagination */
.pagination-form {
  float: right;
  margin: 0;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  font-size: 16px;
  position: relative;
  margin-top: 6px;
}
.pagination-form select {
  font-size: 14px;
}
.list-footer {
  background: #7c8182;
  padding: 8px 12px 10px;
  zoom: 1;
}
.list-footer:before,
.list-footer:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.list-footer:after {
  clear: both;
}
.list-footer .pagination-form {
  color: #fff;
  margin-top: 0;
}
/* @end */
/* @group Pagination new */
.area-search-pagination {
  padding: 0;
}
.unit-pagination {
  clear: both;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  border-radius: 0;
  color: #fff;
}
.unit-pagination span {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
}
.unit-pagination span > a,
.unit-pagination span > span {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background-color: transparent;
  border: none;
  width: auto;
  padding: 0;
  font-size: 14px;
  opacity: 0.75;
}
.unit-pagination span > a {
  display: block;
}
.unit-pagination span:first-child > a,
.unit-pagination span:first-child > span {
  margin-left: 0;
}
.unit-pagination span > a:hover,
.unit-pagination span > a:focus,
.unit-pagination span > span:hover,
.unit-pagination span > span:focus {
  background-color: transparent;
  opacity: 1;
}
.unit-pagination .active > a,
.unit-pagination .active > a:hover,
.unit-pagination .active > a:focus,
.unit-pagination .active > span,
.unit-pagination .active > span:hover,
.unit-pagination .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  opacity: 1;
  background-color: transparent;
}
.unit-pagination .active > a,
.unit-pagination .active > a:hover,
.unit-pagination .active > a:focus {
  background-color: #2e3132;
  padding: 5px 15px;
}
.unit-pagination .active {
  padding: 0;
}
.unit-pagination .disabled > span,
.unit-pagination .disabled > span:hover,
.unit-pagination .disabled > span:focus,
.unit-pagination .disabled > a,
.unit-pagination .disabled > a:hover,
.unit-pagination .disabled > a:focus {
  cursor: not-allowed;
  opacity: 0.2;
  text-decoration: none;
  background-color: transparent;
  border: none;
}
/* @end */
/* @group Dates & Times Table */
.section-dates-times table {
  border: none;
}
.section-dates-times table tr {
  background-color: #f3f3f3;
  border-bottom: 1px solid #fff;
}
.section-dates-times table td {
  border: none;
  vertical-align: bottom;
  font-size: 0.9em;
}
.section-dates-times table td.book-buttons {
  text-align: right;
}
.section-dates-times table td.start-date {
  font-weight: bold;
}
/* @end */
/* @end */
/* @group Template Specific  */
/* @group List Template */
.list-intro {
  background: #fff;
  padding: 15px;
  margin-bottom: 2px;
}
/* @end */
/* @group Search */
.area-search-results ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-search-results ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-search-results .highlight {
  color: #000;
  background-color: #fafb93;
}
.area-search-results .media {
  float: left;
  margin-right: 1em;
  width: 120px;
}
#searchpagination {
  margin-bottom: ;
}
#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: #892c4f;
  outline: 1px solid #622039;
  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 */
.section-whats-on.link a:hover,
.section-whats-on.current a:hover,
.section-whats-on.section a:hover,
.section-whats-on.link a.current,
.section-whats-on.current a.current,
.section-whats-on.section a.current,
.section-whats-on.link a.section,
.section-whats-on.current a.section,
.section-whats-on.section a.section,
.section-whats-on.link a.tab-visible,
.section-whats-on.current a.tab-visible,
.section-whats-on.section a.tab-visible {
  background: #2e3132;
}
#primary-navigation .area-primary-navigation .section-whats-on.link a.tab-visible {
  opacity: 1;
}
.primary-type-whats-on-page .section-header {
  position: relative;
  zoom: 1;
  padding: 14px 0 12px 0;
}
.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 .change-view {
  float: right;
  margin-top: 5px;
}
.change-view a {
  cursor: pointer;
  font-size: 16px;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  display: inline-block;
  padding: 4px 10px 4px;
  vertical-align: bottom;
  color: #FFF;
  line-height: normal;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  display: inline;
  float: left;
  padding-left: 34px;
  border: 1px solid #999;
  background: #ccc;
}
.change-view a:visited {
  color: #FFF;
}
.change-view a:hover {
  color: #FFF;
  text-decoration: none;
  background: #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 {
  background: #333;
}
.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;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .svg .change-view a.calendar-view {
    background-image: url(../images/icon-view-cal.svg);
  }
  .svg .change-view a.list-view {
    background-image: url(../images/icon-view-list.svg);
  }
}
.action-list .change-view a.list-view {
  background-color: #666;
  border-color: #666;
}
.action-calendar .change-view a.calendar-view {
  background-color: #666;
  border-color: #666;
}
.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 Whats On Notices */
.production-type-family .whats-on-notices__list-item {
  background-color: #a37016;
  border-color: #e19d25 !important;
  color: #fff;
}
.production-type-film .whats-on-notices__list-item {
  background-color: #7f3b12;
  border-color: #c25a1b !important;
  color: #fff;
}
.production-type-theatre .whats-on-notices__list-item {
  background-color: #6b0d0d;
  border-color: #af1515 !important;
  color: #fff;
}
.production-type-music .whats-on-notices__list-item {
  background-color: #255563;
  border-color: #3a849b !important;
  color: #fff;
}
.production-type-classical .whats-on-notices__list-item {
  background-color: #443146;
  border-color: #705173 !important;
  color: #fff;
}
.production-type-comedy .whats-on-notices__list-item {
  background-color: #2d5022;
  border-color: #4b8639 !important;
  color: #fff;
}
.production-type-visual-arts .whats-on-notices__list-item {
  background-color: #334d48;
  border-color: #527b73 !important;
  color: #fff;
}
.production-type-words-ideas .whats-on-notices__list-item {
  background-color: #054333;
  border-color: #0b8a68 !important;
  color: #fff;
}
.production-type-dance-circus .whats-on-notices__list-item {
  background-color: #917746;
  border-color: #b89d6c !important;
  color: #fff;
}
.whats-on-notices {
  zoom: 1;
}
.whats-on-notices:before,
.whats-on-notices:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.whats-on-notices:after {
  clear: both;
}
.whats-on-notices .whats-on-notices__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
.whats-on-notices .whats-on-notices__list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.whats-on-notices .whats-on-notices__list .whats-on-notices__list-item {
  border: 1px solid #CCC;
  padding: 5px 10px;
}
.whats-on-notices .whats-on-notices__list .whats-on-notices__list-item + .whats-on-notices__list-item {
  margin-top: -1px;
  border-top-color: #EEE;
}
/* @group Filters */
#whatson-listfilter label {
  float: none;
  font-size: 1em;
}
.field-selectcheck-hidden {
  display: none;
}
.area-event-filters {
  background-color: #515759;
  padding: 15px 20px 10px 20px;
  margin-bottom: 10px;
}
.js .area-event-filters.loading {
  height: 93px;
  overflow: hidden;
  background-image: url(../images/filters.preloader.gif);
  background-repeat: no-repeat;
  background-position: 50% 60%;
  background-size: 30px;
}
.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 fieldset,
.area-event-filters form {
  margin: 0;
  padding: 0;
}
.area-event-filters h2 {
  font-size: 1.4em;
  margin: 0 0 0.5em 0;
  padding: 0 0 0.25em 0;
  color: #fff;
  font-weight: normal;
  border-bottom: 1px solid #747474;
}
.area-event-filters label {
  text-align: left;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif, Helmet, Freesans, sans-serif;
  font-weight: normal;
  font-size: 14px;
  display: block;
  width: auto;
  float: none;
}
.area-event-filters .field {
  margin-bottom: 8px;
}
.area-event-filters label.left {
  display: none;
}
.field-selectcheck label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 88%;
  -ms-text-overflow: ellipsis;
  -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: #ccc 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;
}
.field-selectcheck label:hover {
  background-color: #fff;
}
.svg .field-selectcheck label {
  background-image: url(../images/filter-close.svg);
}
.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 .checkbox {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* @end */
.whatson-date-header {
  background: #fff;
  padding: 8px 12px 10px;
  color: #333;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  margin-bottom: 2px;
  text-align: right;
}
.whatson-date-header span {
  font-size: 1.2em;
  margin-right: 0.25em;
}
.whatson-date-header form {
  margin-bottom: 0;
}
.js .whatson-date-header .button-submit {
  display: none;
}
.js .area-production-genres {
  height: 1px;
  overflow: hidden;
}
.area-production-genres {
  -webkit-transition: height 0.25s ease;
  -moz-transition: height 0.25s ease;
  -o-transition: height 0.25s ease;
  -ms-transition: height 0.25s ease;
  transition: height 0.25s ease;
  background: #2e3132;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  margin-top: -1px;
}
.area-production-genres nav {
  margin: 0 auto;
  width: 90%;
  max-width: 1000px;
}
.area-production-genres ul {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
}
.area-production-genres ul:before,
.area-production-genres ul:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-production-genres ul:after {
  clear: both;
}
.area-production-genres li {
  margin: 0 4% 0 0;
  padding: 0;
  float: left;
}
.area-production-genres li:last-child {
  margin: 0;
}
.area-production-genres a {
  color: #fff;
  font-size: 16px;
  display: block;
  padding: 4px 0;
  opacity: 0.5;
}
.area-production-genres a:active,
.area-production-genres a:hover,
.area-production-genres a.selected {
  opacity: 1;
}
.area-production-genres.is-whats-on-section,
.area-production-genres.tab-visible {
  height: 32px;
}
.primary-type-whats-on-page #primary-content.loading {
  background: url(../images/filter.results.preloader.gif) 50% 0 no-repeat;
}
.area-production-list {
  position: relative;
  padding-bottom: 24px;
  clear: left;
}
.type-series-list-page #primary-content .area-production-list h1 {
  font-size: 1.6em;
  padding: 0;
  margin: 20px 0 5px 0;
  border-bottom: none;
}
.area-production-list .unit-production-entry {
  background: #fff;
  margin-bottom: 2px;
  border-left: 6px solid #892c4f;
}
.area-production-list .unit-production-entry .media {
  width: 36%;
  float: right;
  margin: 0;
}
.area-production-list .unit-production-entry .body {
  padding: 10px 15px;
}
.area-production-list .unit-production-entry h2 {
  font-size: 28px;
  line-height: 1em;
  margin: 0;
}
.unit-production-entry a h2 {
  color: #000;
}
.unit-production-entry a:visited h2 {
  color: #000;
}
.unit-production-entry a:hover h2 {
  color: #000;
}
.area-production-list .unit-production-entry .prefix,
.area-production-list .unit-production-entry .suffix {
  margin: 0;
  font-size: 18px;
  line-height: 1em;
  color: #424749;
}
.area-production-list .unit-production-entry header {
  margin-bottom: 0.5em;
}
.unit-production-entry .meta {
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  margin: 0 0 15px 0;
}
.unit-production-entry .meta span {
  color: #666;
}
.book-status {
  cursor: pointer;
  font-size: 16px;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #bbbbbb;
  padding: 4px 10px 4px;
  vertical-align: bottom;
  color: #FFF;
  line-height: normal;
  border: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  font-size: 1.2em;
  cursor: default;
}
.book-status:visited {
  color: #FFF;
}
.book-status:hover {
  color: #FFF;
  text-decoration: none;
  background: #d4d4d4;
}
.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: #dddcdb;
}
.js .primary-type-whats-on-page .unit-page-navigation,
#infscr-loading img {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#infscr-loading {
  background: url(../images/infinite.scroll.preloader.gif) 50% 0 no-repeat;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#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;
}
/* @end */
/* @group What's On Calendar */
.area-performance-calendar {
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  font-weight: normal;
}
.area-performance-calendar th {
  display: none;
}
.area-performance-calendar .calendar-controls {
  color: #fff;
  background-color: #515759;
  font-size: 22px;
  margin: 0 0 10px 0;
  line-height: 1em;
  padding: 10px;
  text-align: center;
  position: relative;
}
.area-performance-calendar .calendar-controls h2 {
  color: #FFF;
  line-height: 1em;
  margin: 0;
  font-size: 22px;
  position: relative;
}
.area-performance-calendar .calendar-controls a.next-previous {
  position: absolute;
  z-index: 2;
  top: 3px;
  height: 35px;
  width: 40px;
  background-position: 50%;
  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-performance-calendar .calendar-controls a.next-previous br {
  display: none;
}
.area-performance-calendar .calendar-controls a.next-previous:hover {
  opacity: 1;
}
.area-performance-calendar .calendar-controls .previous {
  left: 0;
  background-image: url(../images/arrow-homecal-l.png);
}
.svg .area-performance-calendar .calendar-controls .previous {
  background-image: url(../images/arrow-homecal-l.svg);
}
.area-performance-calendar .calendar-controls .next {
  right: 0;
  background-image: url(../images/arrow-homecal-r.png);
}
.svg .area-performance-calendar .calendar-controls .next {
  background-image: url(../images/arrow-homecal-r.svg);
}
.area-performance-calendar .calendar-controls .month-select {
  cursor: pointer;
  padding: 0 24px;
  background: url(../images/arrow-month-select.png) no-repeat 100% -85px;
}
.svg .area-performance-calendar .calendar-controls .month-select {
  background: url(../images/arrow-month-select.svg) no-repeat 100% -85px;
}
.area-performance-calendar .calendar-controls .open,
.svg .area-performance-calendar .calendar-controls .open {
  background-position: 100% 7px;
}
.area-performance-calendar .calendar-controls .calendar-monthlist {
  position: absolute;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  padding-top: 10px;
  top: 32px;
  z-index: 10;
  background-image: url(../images/tab-active.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #fff;
  border: 1px solid #c9c8c8;
  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);
  display: none;
}
.area-performance-calendar .calendar-controls .calendar-monthlist a {
  color: #333;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  font-weight: normal;
  text-align: left;
  font-size: 16px;
  line-height: 1.2em;
  display: block;
  padding: 7px 15px;
  border-bottom: 1px solid #dfdfdf;
}
.area-performance-calendar .calendar-controls .calendar-monthlist a.last {
  border-bottom: none;
}
.area-performance-calendar .calendar-controls .calendar-monthlist a:hover {
  background-color: #fdf3f7;
}
.area-performance-calendar td {
  font-size: 14px;
  padding: 0;
  width: 14%;
  max-width: 97px;
  background: #fff;
  border-color: #EBEBEB;
  height: 130px;
}
.area-performance-calendar td .date {
  color: #666;
  font-size: 16px;
  padding: 0 6px;
  text-align: right;
}
.area-performance-calendar td .date .date-day-number {
  text-align: center;
  color: #fff;
  display: inline-block;
  height: 24px;
  width: 32px;
  margin-right: 8px;
}
.area-performance-calendar .has-results {
  background-image: none;
  opacity: 1;
}
.area-performance-calendar .has-results .date .date-day-number {
  background-color: #892c4f;
}
.area-performance-calendar .past .body {
  opacity: 0.25;
}
.area-performance-calendar .today {
  background-color: #fdf3f7;
}
.area-performance-calendar .media {
  float: none;
  margin: 0;
}
.area-performance-calendar .media img {
  width: 100%;
}
.area-performance-calendar .unit-production-entry {
  padding: 0 6px;
  position: relative;
  border-top: none;
}
.area-performance-calendar .unit-production-entry a {
  display: inline;
}
.area-performance-calendar .unit-production-entry h2 {
  font-size: 1em;
  color: #333;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -ms-text-overflow: ellipsis;
}
.lt-ie10 .area-performance-calendar .unit-production-entry h2 {
  white-space: normal;
}
.genre-mark {
  background: #892c4f;
  display: inline-block;
  width: 9px;
  height: 9px;
  text-indent: -9999px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.area-performance-calendar .unit-production-entry .production-times {
  font-size: 10px;
  margin: 0;
  line-height: 1.2em;
  display: none;
}
.area-performance-calendar .unit-production-entry:hover .production-times {
  display: block;
}
.area-performance-calendar .unit-production-entry a,
.area-performance-calendar .unit-production-entry a h2,
.area-performance-calendar .unit-production-entry a:visited,
.area-performance-calendar .unit-production-entry a:visited h2 {
  color: #333;
}
.area-performance-calendar .unit-production-entry a:hover h2,
.area-performance-calendar .unit-production-entry a:active h2 {
  color: #666;
}
.area-performance-calendar .unit-production-entry p.production-times {
  font-size: 11px;
  line-height: 14px;
  margin: 0px;
  padding: 0px;
}
.area-performance-calendar .performance-time {
  color: #666;
  display: none;
}
.area-performance-calendar .area-calendar-popover {
  background: #fff;
  border: 1px solid #c9c8c8;
  width: 315px;
}
.area-performance-calendar .area-calendar-popover .unit-production-entry {
  border-top: 1px solid #ebebeb;
  font-size: 16px;
  padding: 2px 10px;
}
.area-performance-calendar .area-calendar-popover .date {
  background: #fafafa;
  font-size: 18px;
  text-align: left;
  color: #333;
  padding: 2px 10px;
}
.area-performance-calendar .area-calendar-popover h2 {
  float: left;
  max-width: 230px;
}
.area-performance-calendar .area-calendar-popover .time {
  width: 60px;
  text-align: right;
  float: right;
}
.area-calendar-more h2 {
  margin: 0;
}
.area-calendar-more h2 a {
  color: #666666;
  font-size: 14px;
  padding: 0 6px 0 20px;
}
/* @end */
/* @group Production Detail Info */
.area-production-details {
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  padding: 20px 0;
  position: relative;
  zoom: 1;
}
.area-production-details h1 {
  float: none;
  font-size: 42px;
  line-height: 1em;
  border-bottom: 0;
  margin: 0;
}
.area-production-details .meta {
  font-size: 1.2em;
}
.area-production-details .AddThisShareWidget {
  margin-top: 25px;
}
.area-production-details:before,
.area-production-details:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-production-details:after {
  clear: both;
}
.area-production-details .prefix,
.area-production-details .suffix {
  font-size: 1.4em;
  color: #424749;
}
.area-production-details .bbfc-classification {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  width: 62px;
  height: 62px;
  position: absolute;
  top: 12px;
  right: 0;
}
.area-production-details .bbfc-classification br {
  display: none;
}
.area-production-details .bbfc-classification.cert-TBC {
  background-image: url(../images/certificate/tbc.png);
}
.area-production-details .bbfc-classification.cert-U {
  background-image: url(../images/certificate/U.png);
}
.area-production-details .bbfc-classification.cert-PG {
  background-image: url(../images/certificate/PG.png);
}
.area-production-details .bbfc-classification.cert-12A {
  background-image: url(../images/certificate/12A.png);
}
.area-production-details .bbfc-classification.cert-15 {
  background-image: url(../images/certificate/15.png);
}
.area-production-details .bbfc-classification.cert-18 {
  background-image: url(../images/certificate/18.png);
}
.production-media {
  float: right;
  width: 40.5%;
  position: relative;
}
.production-media .area-production-image .media {
  padding: 0;
  position: relative;
}
.production-media .area-production-image .meta {
  padding: 0;
}
.production-media .play-button {
  position: absolute;
  bottom: 7px;
  right: 5px;
  z-index: 500;
}
.production-media .play-button a {
  line-height: normal;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 5px 1em;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
}
.production-media .media-video .main-production-video-container,
.production-media .media-video .video-visible {
  display: none;
}
.genre-fields {
  margin-top: 20px;
  zoom: 1;
}
.genre-fields table {
  border: none;
}
.genre-fields table td {
  border: none;
  background-color: #fafafa;
  border: 2px solid #fff;
  padding: 0.25em 0.75em;
  width: 50%;
  line-height: 1.2em;
}
.genre-fields span {
  color: #818181;
}
.genre-fields:before,
.genre-fields:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.genre-fields:after {
  clear: both;
}
.area-production-info {
  float: left;
  width: 57.5%;
  position: relative;
  padding-bottom: 60px;
  min-height: 260px;
}
.area-production-info .meta {
  margin: 20px 0 0;
  position: relative;
  padding: 0 0;
  min-height: 35px;
  display: flex;
}
.area-production-info .meta span {
  color: #818181;
}
.area-production-info .production-information {
  flex-grow: 1;
}
.area-production-info .share-links {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.area-production-info .links {
  position: static;
  flex-shrink: 0;
}
.area-production-info .book-button {
  display: block;
  font-size: 1.2em;
  text-align: center;
}
.area-production-info .has-bbfc-classification {
  padding-right: 75px;
  padding-bottom: 1em;
}
.area-production-details p,
.area-performance-dates p {
  margin: 0;
}
.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: "AFBatterseaMedium", Helmet, Freesans, sans-serif, 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;
}
.meta .credit {
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif, Helmet, Freesans, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.4em;
  margin: 10px 0;
  text-align: right;
}
.section-reviews .review {
  margin: 1.5em 0;
  padding-left: 1em;
}
.section-reviews blockquote {
  margin: 0 0 0.5em 0;
  padding: 0;
}
.section-reviews blockquote p {
  font-size: 2.4em;
  line-height: 1em;
  margin-bottom: 0;
  text-indent: -0.42em;
}
.section-reviews blockquote p:before {
  content: "“";
}
.section-reviews blockquote p:after {
  content: "”";
}
.section-reviews .meta {
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  font-size: 1.4em;
  color: #666;
}
.section-reviews .meta:before {
  content: "—";
  margin-right: 0.1em;
}
.area-performance-dates footer a {
  font-family: ;
  cursor: pointer;
  display: block;
  text-align: right;
  text-transform: capitalize;
  font-size: 14px;
}
.primary-type-production .unit-page-navigation {
  margin-top: 0.5em;
}
.primary-type-production .area-series-link {
  float: right;
}
.related-productions.area-production-list .unit-production-entry {
  border-left: none;
  padding: 6px;
}
.related-productions.area-production-list .unit-production-entry .media {
  float: left;
  margin-right: 2%;
}
.related-productions.area-production-list .unit-production-entry .body {
  padding: 0;
}
.related-productions.area-production-list .unit-production-entry header {
  margin-bottom: 0;
}
.related-productions.area-production-list .unit-production-entry .meta {
  margin: 0;
}
.related-productions.area-production-list .unit-production-entry h3 {
  margin: 0;
}
/* @end */
/* @group Homepage */
.type-home-page .has-secondary-content #primary-content {
  margin-bottom: 0;
}
.type-home-page #page-content {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.type-home-page .has-secondary-content #primary-content {
  width: 100%;
  max-width: 100%;
  background: #000;
}
.type-home-page .has-secondary-content #secondary-content {
  width: 100%;
  max-width: 100%;
  background-color: #fff;
  background-image: url(../images/bg-tramline.png);
  background-position: 50% 120px;
  background-repeat: no-repeat;
}
.type-home-page #secondary-content .content-inner {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 20px;
  zoom: 1;
}
.type-home-page #secondary-content .content-inner:before,
.type-home-page #secondary-content .content-inner:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-home-page #secondary-content .content-inner:after {
  clear: both;
}
.type-home-page #secondary-content .group-1 {
  width: 66%;
  float: left;
}
.type-home-page #secondary-content .group-2 {
  width: 32%;
  float: right;
}
/* @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: 40px;
  height: 100%;
  margin: 0;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  text-indent: -999em;
  background-position: 50%;
  background-repeat: no-repeat;
}
.flex-direction-nav li a:hover {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.25);
}
.flex-direction-nav li .disabled {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: default;
}
.flex-direction-nav li .next {
  background-image: url(../images/flexslider.control-r.png);
  right: 0;
}
.flex-direction-nav li .prev {
  background-image: url(../images/flexslider.control-l.png);
  left: 0;
}
/* Control Nav */
.flex-control-nav {
  margin: 0 auto;
  position: relative;
  bottom: 130px;
  text-align: right;
}
.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: 8px;
  height: 8px;
  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: #cc0000;
  border-color: #cc0000;
}
/* @end */
/* @group Feature Carousel */
.js .type-home-page .flexslider,
.js .type-home-page .flexslider-container {
  overflow: hidden;
  height: 310px;
  background-color: #000;
  background-image: url(../images/flexslider.preloader.gif);
  background-repeat: no-repeat;
  background-position: 50%;
}
.area-main-feature {
  background-color: #000;
  background-image: url(/placeholder/production-carousel.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  height: 310px;
}
.mobile-image {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .mobile-image {
    display: none !important;
  }
}
.type-home-page .flex-control-nav {
  bottom: 30px;
  text-align: center;
}
.type-home-page .flex-control-nav li a.active {
  border-color: #fff;
  background: #fff;
}
#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: 32%;
  margin-right: 2%;
  margin-right: 0;
  width: 45%;
  margin-top: 5px;
}
.area-main-feature .unit-production-entry p {
  color: #FFF;
}
.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: #FFF;
}
.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 #666;
}
.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 #666;
}
.area-main-feature .unit-production-entry table th {
  padding-top: 0.5em;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #666;
}
.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 a {
  color: #fff;
}
.area-main-feature .unit-production-entry a:visited {
  color: #fff;
}
.area-main-feature .unit-production-entry header {
  margin: 1.5em 0 0.5em 0;
  overflow: visible;
}
.area-main-feature .unit-production-entry .description p {
  margin-bottom: 1em;
}
.area-main-feature .unit-production-entry h2 {
  font-size: 3em;
  line-height: 1em;
  margin: 0 0 0.15em 0;
}
.area-main-feature .unit-production-entry .prefix,
.area-main-feature .unit-production-entry .suffix {
  margin: 0;
  font-size: 22px;
}
p.links {
  margin-bottom: 0;
}
.area-main-feature .unit-production-entry .links a {
  color: #000;
  font-size: 22px;
  padding: 3px 14px;
  margin-right: 6px;
}
.area-main-feature .unit-production-entry .links .more {
  background: #ebeae9;
  background: rgba(255, 255, 255, 0.8);
}
.area-main-feature .unit-production-entry .links .book-button {
  background: #fff;
}
/* @end */
/* @end */
/* @group Homepage Genre Productions */
.area-homepage-genre-productions {
  zoom: 1;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
}
.area-homepage-genre-productions:before,
.area-homepage-genre-productions:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-homepage-genre-productions:after {
  clear: both;
}
.area-homepage-genre-productions .tabs {
  background: #3c4143;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.5);
}
.area-homepage-genre-productions .tabs ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.area-homepage-genre-productions .tabs li {
  display: inline-block;
}
.area-homepage-genre-productions .tabs a {
  color: #fff;
  font-size: 16px;
  padding: 6px 10px;
  display: inline-block;
  position: relative;
}
.area-homepage-genre-productions .tabs .current a {
  background: #505759;
  position: relative;
  z-index: 10;
}
.area-homepage-genre-productions .tabs .current a:after,
.area-homepage-genre-productions .tabs .current a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.area-homepage-genre-productions .tabs .current a:after {
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #505759;
}
.area-homepage-genre-productions .tabs .current a:before {
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid;
  border-top-color: #505759;
}
.area-homepage-genre-productions .unit-production-entry {
  width: 25%;
  float: left;
  position: relative;
}
.area-homepage-genre-productions .unit-production-entry .media {
  float: none;
  display: block;
  width: auto;
  margin: 0;
}
.area-homepage-genre-productions .unit-production-entry .media img {
  display: inline-block;
}
.area-homepage-genre-productions .unit-production-entry .body {
  position: absolute;
  width: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
  /* W3C */
  padding: 4px;
}
.area-homepage-genre-productions .unit-production-entry .body .wrapper {
  -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);
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: -48px;
  width: auto;
  padding: 4%;
}
.area-homepage-genre-productions .unit-production-entry .body .links .book-button,
.area-homepage-genre-productions .unit-production-entry .body .links .more {
  background-color: #fff;
  color: #892c4f;
}
.area-homepage-genre-productions .unit-production-entry .body .links .more {
  opacity: 0.85;
}
.area-homepage-genre-productions .unit-production-entry h2 {
  color: #fff;
  margin: 0 0 0.15em 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  -ms-text-overflow: ellipsis;
}
.area-homepage-genre-productions .unit-production-entry h2 a {
  color: #fff;
}
.area-homepage-genre-productions .unit-production-entry .meta {
  color: #fff;
}
.area-homepage-genre-productions .unit-production-entry:hover .body .wrapper {
  bottom: 0;
  background-color: #892c4f;
}
.area-homepage-genre-productions .show-all {
  clear: both;
  display: block;
  background: #3c4143;
  color: #fff;
}
.area-homepage-genre-productions .show-all a {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
  text-align: right;
  color: #fff;
  padding: 0.3em 0;
}
.lt-ie10 .area-homepage-genre-productions .unit-production-entry .body {
  background: url('../images/grad-feature-bg.png') 0 0 repeat-x;
}
.touch .unit-production-entry:hover .body .wrapper {
  bottom: -48px;
  background-color: transparent;
}
/* @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: Helmet, Freesans, sans-serif;
  color: #666;
}
/* @end */
/* @group News List */
.page-top header {
  zoom: 1;
}
.page-top header:before,
.page-top header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.page-top header:after {
  clear: both;
}
.area-news-sidebar-content {
  background: #fff;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  margin-bottom: 20px;
  padding: 10px;
  font-size: 20px;
  line-height: 1.1em;
}
.area-news-sidebar-content p {
  margin: 0;
}
.area-news-list-content header {
  position: relative;
}
.area-news-list-content header .rss {
  position: absolute;
  top: 5px;
  right: 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: #b9255e;
  color: #ffffff;
}
/* @end */
/* @group News Post */
.type-page #primary-content .area-news-page-content header {
  margin-bottom: 30px;
}
.type-page #primary-content .area-news-page-content header h1 {
  border-bottom: none;
  margin-bottom: 0;
  line-height: 1em;
}
.type-page #primary-content .area-news-page-content header .meta {
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
}
.type-page #primary-content .area-news-page-content header .meta p {
  margin-bottom: 10px;
}
.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;
}
/* @end */
/* @group Watch & Listen Template */
.area-gallery {
  height: 620px;
}
/* @end */
/* @group Venues List */
#primary-content #venue-map {
  height: 300px;
  margin-bottom: 20px;
}
.area-venues-list {
  zoom: 1;
  margin-bottom: 1em;
}
.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: 2px;
  font-size: 14px;
  line-height: 1.4em;
  position: relative;
}
.area-venues-list .unit-block .wrapper {
  zoom: 1;
  display: block;
  background: #fff;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.area-venues-list .unit-block .wrapper:before,
.area-venues-list .unit-block .wrapper:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-venues-list .unit-block .wrapper:after {
  clear: both;
}
.area-venues-list .unit-block .wrapper h2 {
  color: #b9255e;
  font-size: 26px;
  line-height: 1em;
  margin: 0.5em 0 0.15em 0;
}
.area-venues-list .unit-block .wrapper p {
  margin: 0;
  color: #333;
}
.area-venues-list .unit-block a:hover {
  background-color: #fff;
}
.area-venues-list .unit-block a:hover h2 {
  color: #892c4f;
}
.area-venues-list .unit-block .links a {
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  font-size: 1.2em;
}
.area-venues-list .unit-block .links a.more-info {
  margin-right: 0.5em;
  padding-right: 0.5em;
  border-right: 1px solid #333;
}
.area-venues-list .media {
  padding: 5px;
}
/* @end */
/* @group Venue Detail Page */
.primary-type-venue #primary-content header {
  margin: 0 0 30px;
}
.primary-type-venue #primary-content header h1 {
  border: none;
  margin: 0;
  padding: 0;
}
.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 {
  position: relative;
}
.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;
}
.type-series .page-top-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
.primary-type-series #primary-content h1 {
  padding: 0;
  margin: 0 0 8px;
  font-size: 32px;
  line-height: 1em;
  border-bottom: none;
}
/* @end */
/* @group Log-in Screen */
.section-Security .has-secondary-content #secondary-content,
.section-Security #primary-navigation .area-primary-navigation,
.section-Security .header-actions,
.section-Security #footer,
.section-Security #header .area-site-search,
.section-Security .AddThisShareWidget {
  display: none;
}
.section-Security #header .area-logo {
  float: none;
  margin: 0 auto 15px;
}
.section-Security .has-secondary-content #secondary-content,
.section-Security .has-secondary-content #primary-content {
  width: auto;
  float: none;
}
.section-Security .content-inner {
  margin-bottom: 20px;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  background-clip: padding-box;
  margin: 2em auto;
  width: 470px;
}
.section-Security .content-inner h2 {
  color: #333;
  font-size: 24px;
  margin: 0 0 0.25em 0;
}
.section-Security .content-inner li,
.section-Security .content-inner p {
  font-size: 16px;
  line-height: 1.5em;
}
.section-Security .content-inner .panel {
  background: #fff;
}
.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 Stacked List */
.stacked-list .unit-block {
  background: #fff;
  padding: 6px;
  margin-bottom: 2px;
}
.stacked-list .unit-block .media {
  width: 22.5%;
}
.stacked-list .excerpt {
  margin: 0 0 0 0;
}
/* @end */
/* @group Sitemap */
.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: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
}
.type-sitemap-page .sitemap-level-2 {
  margin: 1em 0;
}
.type-sitemap-page .sitemap-level-2 .child-page {
  float: left;
  width: 22%;
  font-size: 1em;
  line-height: 1.2em;
  text-transform: none;
  font-weight: normal;
  margin: 0.25em 2% 0.25em 1%;
}
/* @end */
/* @end */
#header-inner,
#footer-social-inner,
#footer-inner,
#page-content,
.page-top-inner,
#primary-navigation-inner,
.flex-control-nav,
.area-main-feature .content-inner {
  width: 90%;
}
.performance-form-selector #page-content {
  width: 100%;
  margin: 0;
  padding: 0;
}
/* @group iPad */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  .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%;
  }
  .box-office,
  .account {
    margin-right: 15px;
  }
  #primary-navigation .area-primary-navigation a {
    font-size: 15px;
    margin: 0;
  }
  .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);
  }
  .area-mailing-list input.text {
    width: 160px;
  }
  .area-mailing-list label,
  .area-social h2 {
    margin-right: 10px;
    font-size: 16px;
  }
  .area-social {
    width: 255px;
  }
  .type-home-page #secondary-content .group-1 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .type-home-page #secondary-content .group-1 .area-feature-boxes .unit-block {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .type-home-page #secondary-content .group-1 .area-feature-boxes .unit-block.even {
    margin-right: 0;
  }
  .type-home-page #secondary-content .group-2 {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .type-home-page #secondary-content .group-2 .area-homepage-calendar,
  .type-home-page #secondary-content .group-2 .recent-comments {
    width: 49%;
    margin-right: 2%;
    float: left;
  }
  .type-home-page #secondary-content .group-2 .recent-comments {
    margin-right: 0;
  }
  .type-home-page .has-tertiary-content #tertiary-content {
    width: 100%;
    margin-top: 2%;
  }
  .area-homepage-genre-productions .unit-production-entry {
    width: 50%;
  }
  .area-main-feature .unit-production-entry .prefix,
  .area-main-feature .unit-production-entry .suffix {
    font-size: 20px;
  }
  .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: 320px;
  }
  .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: 38px;
  }
  .area-main-feature .unit-production-entry p {
    font-size: 14px;
    line-height: 20px;
  }
  .type-production #page-content {
    position: relative;
  }
  .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: 100%;
    margin-right: 2%;
    margin-right: 0;
  }
  .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;
  }
  .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;
  }
  .primary-type-series .area-production-details,
  .primary-type-series .area-production-content {
    margin-right: 0;
  }
  .area-performance-calendar td .date {
    font-size: 12px;
  }
  .area-performance-calendar td .date .date-day-number {
    width: 24px;
    margin-right: 2px;
  }
  .area-performance-calendar td {
    height: 100px;
  }
  .area-performance-calendar .unit-production-entry h2 {
    font-size: 11px;
  }
  .area-child-page-list .unit-block a {
    min-height: 312px;
  }
  .primary-type-whats-on-page #container {
    min-width: 768px;
  }
  .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: 0;
  }
  .area-profile-list .unit-block {
    width: 23%;
  }
  .area-gallery {
    height: 480px;
  }
  .area-feature-boxes .unit-block {
    width: 49%;
    float: left;
  }
  .area-feature-boxes .odd {
    margin-right: 2%;
  }
}
/* @end */
/* @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;
  }
  a.more,
  a.book-button,
  .book-status {
    font-size: 0.8em;
    padding: 4px 6px;
  }
  #header .area-logo,
  #header .logo a,
  #header .logo {
    width: 105px;
    height: 46px;
    margin-top: 0;
  }
  .account {
    float: none;
    margin-left: 0;
    margin-bottom: 20px;
    zoom: 1;
  }
  .account:before,
  .account:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
  }
  .account:after {
    clear: both;
  }
  .account .account-child {
    display: none;
  }
  .account a {
    width: 50%;
    float: left;
    border-right: 1px solid #464b4c;
    box-sizing: border-box;
  }
  .account a:last-child {
    float: right;
    border-right: 0;
    border-left: 1px solid #464b4c;
  }
  .account a:hover {
    text-decoration: none;
  }
  #primary-navigation .area-primary-navigation .account-child.basket-link span {
    background-image: url(../images/shopping-cart-grey.svg);
    background-position: 10px center;
    text-align: left;
    padding-left: 35px;
    color: #333333;
  }
  #primary-navigation .area-primary-navigation .account-child.basket-link:hover span {
    background-image: url(../images/shopping-cart.svg);
    color: #fff;
  }
  #primary-navigation .area-primary-navigation .account-child.account-link span {
    background-image: url(../images/account-grey.svg);
    background-position: 10px center;
    text-align: left;
    padding-left: 35px;
    color: #333333;
  }
  #primary-navigation .area-primary-navigation .account-child.account-link:hover span {
    background-image: url(../images/account.svg);
    color: #fff;
  }
  .box-office {
    display: none;
  }
  .box-office {
    margin: 0;
  }
  .header-content {
    float: none;
  }
  #header .global-search {
    float: none;
  }
  #primary-navigation {
    float: none;
  }
  #primary-navigation .nav-toggle {
    display: inline-block;
    color: #fff;
    padding-left: 24px;
    position: absolute;
    top: 20px;
    right: 0;
    background-image: url(../images/button-nav-toggle.png);
    background-repeat: no-repeat;
    background-position: 0 -1px;
    opacity: 0.75;
  }
  #primary-navigation .nav-toggle:hover,
  #primary-navigation .nav-toggle.active {
    opacity: 1;
  }
  .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;
  }
  #primary-navigation .area-primary-navigation {
    overflow: hidden;
  }
  #primary-navigation .area-primary-navigation a {
    background-color: #ffffff;
    margin: 0 0 2px;
    text-align: center;
    color: #333;
    padding: 5px 0;
  }
  #primary-navigation .area-primary-navigation .section-home a {
    background: #fff;
    color: #333;
    text-indent: 0;
    width: auto;
    display: block;
  }
  #primary-navigation .area-primary-navigation .section-home.current a {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
  }
  #primary-navigation .area-primary-navigation .section-home a:hover {
    background: rgba(255, 255, 255, 0.25);
  }
  #primary-navigation .area-primary-navigation a.current,
  #primary-navigation .area-primary-navigation a:hover,
  #primary-navigation .area-primary-navigation a:active,
  #primary-navigation ul .section a,
  #primary-navigation ul .section a:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: #ffffff !important;
  }
  #primary-navigation .area-primary-navigation .last a {
    margin-bottom: 20px;
  }
  .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: 0px;
  }
  #primary-navigation .nav-open {
    height: auto;
    margin-bottom: 1em;
  }
  .area-production-genres {
    position: relative;
  }
  .area-production-genres:after {
    content: "  ";
    position: absolute;
    width: 18px;
    height: 32px;
    right: 0;
    top: 0;
    background-color: #2e3132;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, right top, from(rgba(46, 49, 50, 0)), to(#2e3132));
    background-image: -moz-linear-gradient(left, rgba(46, 49, 50, 0), #2e3132);
    background-image: -ms-linear-gradient(left, rgba(46, 49, 50, 0), #2e3132);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(46, 49, 50, 0)), color-stop(100%, #2e3132));
    background-image: -webkit-linear-gradient(left, rgba(46, 49, 50, 0), #2e3132);
    background-image: -o-linear-gradient(left, rgba(46, 49, 50, 0), #2e3132);
    background-image: linear-gradient(left, rgba(46, 49, 50, 0), #2e3132);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 49, 50, 0)', endColorstr='#2e3132', GradientType=1);
    background-color: transparent;
  }
  .area-production-genres nav {
    width: 100%;
    margin: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .area-production-genres nav ul {
    width: 260%;
    display: table;
  }
  .area-production-genres nav ul li {
    float: none;
    display: table-cell;
    white-space: nowrap;
    text-align: center;
    margin: 0;
  }
  .area-production-genres nav ul li a {
    padding: 4px 12px;
  }
  .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);
  }
  .unit-breadcrumb-trail {
    font-size: 16px;
  }
  .unit-breadcrumb-trail ul li a {
    padding-right: 22px;
  }
  .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;
  }
  /* @group Footer */
  #touch-tools-inner {
    border: none;
    background: transparent;
    padding: 0;
    width: 90%;
  }
  #touch-tools-inner a {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
  }
  .area-mailing-list {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 1em;
    text-align: center;
  }
  .area-footer-contact,
  .area-footer-address {
    display: block;
    width: 100%;
    margin: 0;
    text-align: center;
    float: none;
    padding: 0;
  }
  .area-footer-address {
    margin-bottom: 20px;
  }
  .area-footer-navigation {
    zoom: 1;
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  .area-footer-navigation ul {
    margin-bottom: 20px;
  }
  .area-footer-principal-sponsor {
    display: block;
    float: none;
    width: 40%;
    margin: 1em auto 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;
    text-align: center;
  }
  .area-social h2 {
    display: none;
  }
  .area-social ul {
    float: none;
    display: inline-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;
  }
  .area-performance-calendar .performance-time {
    display: block;
  }
  /* @end */
  /* @group Calendar */
  .type-page .has-secondary-content #primary-content,
  .type-page .has-secondary-content #secondary-content {
    width: 100%;
  }
  .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: 90%;
  }
  .area-performance-calendar .media {
    float: left;
    width: 15%;
  }
  .area-performance-calendar table,
  .area-performance-calendar tbody {
    display: block;
    width: 100%;
    border: none;
  }
  .area-performance-calendar tr {
    display: block;
    border: none;
  }
  .area-performance-calendar td {
    display: none;
    border: 0;
    width: 100%;
    height: auto;
    max-width: none;
    float: none;
    margin-bottom: 1px;
    zoom: 1;
  }
  .area-performance-calendar td:before,
  .area-performance-calendar td:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
  }
  .area-performance-calendar td:after {
    clear: both;
  }
  .area-performance-calendar td.past {
    display: none;
  }
  .area-performance-calendar .has-results .date {
    background-color: #333;
    margin-bottom: 1px;
    color: #fff;
  }
  .area-performance-calendar .has-results .date .date-day-number {
    background-color: #333;
  }
  .area-performance-calendar td .date .date-day-number {
    margin-right: 0;
    width: auto;
    padding: 0 3px 0 9px;
  }
  .area-performance-calendar .unit-production-entry p.production-times {
    display: block;
  }
  .area-performance-calendar .has-results {
    display: block;
  }
  .area-performance-calendar .unit-production-entry .body {
    position: relative;
    background: transparent;
    display: block;
  }
  .area-performance-calendar .unit-production-entry h2 {
    font-size: 16px;
  }
  /* @end */
  .type-home-page #secondary-content .group-1,
  .type-home-page #secondary-content .group-2,
  .type-home-page .has-tertiary-content #tertiary-content,
  .area-homepage-production-promos .unit-production-entry,
  .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 {
    float: none;
    margin-right: 0;
    width: 100%;
    display: block;
  }
  .type-home-page #secondary-content .group-1 .area-feature-boxes .unit-block {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .area-homepage-genre-productions .unit-production-entry {
    width: 50%;
  }
  .area-homepage-genre-productions .unit-production-entry h2 {
    font-size: 1em;
  }
  .area-homepage-genre-productions .unit-production-entry .meta {
    margin-bottom: 3.5em;
  }
  .area-homepage-genre-productions .unit-production-entry .meta p {
    font-size: 0.8em;
    line-height: normal;
  }
  .area-homepage-genre-productions .unit-production-entry .links {
    display: none;
  }
  .area-homepage-genre-productions {
    position: relative;
  }
  .area-homepage-genre-productions:after {
    content: "  ";
    position: absolute;
    width: 18px;
    height: 32px;
    right: 0;
    top: 0;
    background-color: #2e3132;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, right top, from(rgba(46, 49, 50, 0)), to(#2e3132));
    background-image: -moz-linear-gradient(left, rgba(46, 49, 50, 0), #2e3132);
    background-image: -ms-linear-gradient(left, rgba(46, 49, 50, 0), #2e3132);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(46, 49, 50, 0)), color-stop(100%, #2e3132));
    background-image: -webkit-linear-gradient(left, rgba(46, 49, 50, 0), #2e3132);
    background-image: -o-linear-gradient(left, rgba(46, 49, 50, 0), #2e3132);
    background-image: linear-gradient(left, rgba(46, 49, 50, 0), #2e3132);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(46, 49, 50, 0)', endColorstr='#2e3132', GradientType=1);
    background-color: transparent;
  }
  .area-homepage-genre-productions .tabs {
    width: 100%;
    margin: 0;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .area-homepage-genre-productions .tabs ul {
    width: 130%;
    display: table;
  }
  .area-homepage-genre-productions .tabs ul li {
    float: none;
    display: table-cell;
    white-space: nowrap;
    text-align: center;
    margin: 0;
  }
  .area-homepage-genre-productions .tabs ul li a {
    padding: 4px 12px;
  }
  .area-homepage-genre-productions .tabs .current a {
    position: relative;
  }
  .area-homepage-genre-productions .tabs .current a:after,
  .area-homepage-genre-productions .tabs .current a:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
  }
  .area-homepage-genre-productions .tabs .current a:after {
    top: 100%;
    left: 50%;
    margin-left: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid #fff;
  }
  .area-homepage-genre-productions .tabs .current a:before {
    top: 100%;
    left: 50%;
    margin-left: 0;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
    border-top: 0 solid;
    border-top-color: #fff;
  }
  .area-homepage-intro {
    margin: 1em 0;
    background-size: 55%;
  }
  .area-homepage-intro p {
    font-size: 12px;
    line-height: 18px;
    padding-left: 45%;
  }
  .area-homepage-intro h2 {
    font-size: 18px;
    padding-left: 45%;
  }
  .area-homepage-news-list {
    margin-bottom: 1em;
  }
  .area-news-list .unit-article h3,
  .area-homepage-news-list h3 {
    font-size: 18px;
  }
  .area-homepage-news-list .description {
    display: none;
  }
  .area-homepage-news-list .meta {
    font-size: 0.7em;
  }
  .area-homepage-production-promos {
    margin-top: 0;
  }
  .area-homepage-production-promos .unit-production-entry {
    margin: 0 0 10px 0;
  }
  .area-homepage-production-promos .unit-production-entry .body {
    bottom: 0;
    position: relative;
  }
  .area-homepage-production-promos .unit-production-entry .body footer p {
    margin-bottom: 0;
  }
  .area-homepage-production-promos .unit-production-entry .media {
    float: left;
    width: 25%;
  }
  .area-homepage-production-promos .unit-production-entry .media img {
    margin-top: 0;
  }
  .area-homepage-production-promos .unit-production-entry:hover .body {
    bottom: 0;
  }
  .area-main-feature .unit-production-entry h2 {
    font-size: 22px;
  }
  .area-main-feature .unit-production-entry .description p {
    font-size: 12px;
    line-height: 1.4em;
    margin-top: 1em;
  }
  .area-main-feature .unit-production-entry .prefix,
  .area-main-feature .unit-production-entry .suffix {
    font-size: 15px;
    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;
  }
  .js .type-home-page .flexslider,
  .js .type-home-page .flexslider-container,
  .area-main-feature {
    height: auto;
    padding-top: 0;
  }
  .area-main-feature {
    background-size: 340% !important;
    padding-top: 53%;
  }
  .area-main-feature.has-mobile-image {
    padding-top: 0;
    padding-bottom: 40px !important;
    background-image: none !important;
  }
  .area-main-feature .unit-production-entry .links a {
    padding: 3px 14px;
    font-size: 16px;
  }
  .js .type-home-page .flexslider,
  .js .type-home-page .flexslider-container {
    padding-bottom: 0;
  }
  .type-home-page .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;
  }
  .area-main-feature {
    background-size: cover;
    background-position: 67% 0;
  }
  .area-main-feature .unit-production-entry header {
    margin-bottom: 4px;
    margin-top: 0.75em;
  }
  .area-main-feature .unit-production-entry p.links {
    margin-bottom: 1em;
  }
  .area-production-details .prefix,
  .area-production-details .suffix {
    font-size: 14px;
    line-height: 1.2em;
  }
  .area-homepage-production-promos .unit-production-entry a.more,
  .area-homepage-production-promos .unit-production-entry .book-button {
    font-size: 0.8em;
    padding: 2px 9px;
  }
  .area-main-feature .unit-production-entry {
    width: 100%;
  }
  .type-page #primary-content .area-production-details h1 {
    font-size: 28px;
  }
  .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;
  }
  .production-media {
    float: none;
    width: 100%;
  }
  .area-production-info .meta {
    padding: 0;
    flex-direction: column;
  }
  .area-production-info .meta .links {
    margin-top: 10px;
  }
  .area-production-details h1 {
    font-size: 2em;
    line-height: 1em;
  }
  .area-production-details p {
    font-size: 0.85em;
    line-height: 1.2em;
  }
  .area-production-info .has-bbfc-classification {
    padding-bottom: 0;
  }
  .area-production-details .bbfc-classification {
    width: 36px;
    height: 36px;
  }
  .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-info {
    width: 100%;
    min-height: 0;
  }
  .genre-fields table td {
    display: block;
    width: auto;
    border: none;
    border-bottom: 1px solid #fff;
  }
  .type-production #page-content {
    position: relative;
  }
  #package-details-switch {
    float: none;
  }
  .primary-type-production .area-series-link {
    float: none;
    margin-bottom: 1em;
  }
  .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 {
    margin-top: 0;
  }
  .primary-type-whats-on-page .section-header .change-view a {
    font-size: 14px;
  }
  .primary-type-whats-on-page .page-top h1 {
    margin-bottom: 4px;
  }
  .area-production-list .unit-production-entry .prefix,
  .area-production-list .unit-production-entry .suffix {
    font-size: 12px;
    line-height: 1.2em;
  }
  .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;
  }
  .js .collapsible-header {
    margin-bottom: 10px;
  }
  .js .collapsible-tab-header {
    width: 50%;
  }
  .js .collapsible-tab-header a,
  .js .tab-headers a {
    font-size: 12px;
    text-align: center;
    padding: 4px 8px;
  }
  .js .collapsible-tab-header.selected a {
    border-bottom: 1px solid #fff;
    background-color: #cc0000;
    color: #fff;
  }
  .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;
  }
  .pagination-form {
    margin-top: 0;
  }
  .area-gallery {
    height: 220px;
  }
  .area-news-list .description {
    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: 16px;
  }
  .area-news-list .unit-article .meta p {
    font-size: 11px;
  }
  .area-news-list .unit-article .media {
    display: none;
  }
  .area-news-list .unit-article .body {
    padding: 10px;
  }
  .area-news-list .gravatar-icon h3 {
    margin-left: 38px;
  }
  .area-news-page-content header.gravatar-icon img.author {
    width: 28px;
    height: auto;
    margin-right: 12px;
  }
  .type-page #primary-content .area-news-page-content header h1 {
    font-size: 1.5em;
  }
  .area-news-list img.author {
    width: 32px;
    height: auto;
    margin-right: 6px;
  }
  .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;
  }
  .rss,
  .ical {
    background-size: cover;
    width: 22px;
    height: 22px;
  }
  .area-facebook-like-box {
    display: none;
  }
  .area-child-page-list .unit-block {
    min-height: 0;
  }
  .area-production-list .unit-production-entry .media {
    width: 25%;
  }
}
/* @end */
/* @group iPhone Landscape */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .touch .area-primary-navigation .area-site-search .text {
    padding: 0 2%;
    width: 75%;
  }
  .area-performance-dates .performance-booking {
    float: right;
  }
  .area-performance-dates .performance-date-venue {
    float: left;
  }
  .area-homepage-intro {
    margin: 1em 0;
    background-size: auto;
  }
  .area-homepage-intro p {
    font-size: 1em;
    padding-left: 160px;
    line-height: 22px;
  }
  .area-homepage-intro h2 {
    font-size: 1.6em;
    padding-left: 0;
  }
  .area-homepage-genre-productions .unit-production-entry {
    width: 50%;
  }
  .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: 320px;
  }
  .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;
  }
  .area-feature-boxes .unit-block {
    width: 49%;
    float: left;
  }
  .area-feature-boxes .odd {
    margin-right: 2%;
  }
}
/* @end */
@media only screen and (max-width: 481px) {
  #header .area-logo,
  #header .logo a,
  #header .logo {
    width: 80px;
    height: 35px;
  }
  .account,
  .box-office {
    font-size: 13px;
  }
  .account-child.basket-link {
    background-position: 20% center;
  }
  .account-child.account-link {
    background-position: 12% center;
  }
  .area-footer-sponsor-list {
    text-align: center;
  }
  .area-footer-sponsor-list ul {
    display: inline-block;
    width: 100%;
  }
  .area-footer-sponsor-list ul li {
    display: block;
    float: none;
  }
  .area-footer-sponsor-list ul li a {
    margin: 0;
    display: inline-block;
  }
  .area-footer-sponsor-list .ace {
    margin-bottom: 20px;
  }
  .box-office {
    margin-bottom: 8px;
  }
  .primary-type-whats-on-page .section-header .change-view a {
    width: 32px;
    padding-left: 0;
    padding-right: 0;
    text-indent: -9999px;
    background-position: center center;
  }
}
@media (min-width: 1240px) {
  /* Large desktop */
}
/* @group Themes*/
/* @group Family */
.production-type-family #header {
  background-color: #e19d25;
  border-color: #d08f1d;
}
.production-type-family .book-button,
.production-type-family #touch-tools-inner a {
  background-color: #d08f1d;
}
.production-type-family .book-button:hover,
.production-type-family #touch-tools-inner a:hover {
  background-color: #e19d25;
}
.production-type-family .section-whats-on.current a,
.production-type-family .section-whats-on.section a,
.production-type-family .area-production-genres {
  background-color: #a37016;
}
.production-type-family .area-related-page-list ul li a {
  color: #e19d25;
}
.production-type-family .area-related-page-list ul li a:hover {
  background-color: #e19d25;
  color: #fff;
}
.production-type-family .tab-headers a:hover,
.production-type-family .collapsible-tab-header a:hover {
  background-color: #d08f1d;
}
.production-type-family .tab-headers .active a:hover,
.production-type-family .collapsible-tab-header .active a:hover {
  background-color: #fff;
}
.production-type-family .area-media-gallery .gallery-controls .flex-control-nav li a.flex-active {
  background-color: #e19d25;
  border-color: #e19d25;
}
.production-type-family .area-production-genres:after {
  background-color: #a37016;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(rgba(163, 112, 22, 0)), to(#a37016));
  background-image: -moz-linear-gradient(left, rgba(163, 112, 22, 0), #a37016);
  background-image: -ms-linear-gradient(left, rgba(163, 112, 22, 0), #a37016);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(163, 112, 22, 0)), color-stop(100%, #a37016));
  background-image: -webkit-linear-gradient(left, rgba(163, 112, 22, 0), #a37016);
  background-image: -o-linear-gradient(left, rgba(163, 112, 22, 0), #a37016);
  background-image: linear-gradient(left, rgba(163, 112, 22, 0), #a37016);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(163, 112, 22, 0)', endColorstr='#a37016', GradientType=1);
  background-color: transparent;
}
.production-type-family.primary-type-production .area-production-genres .family {
  opacity: 1;
}
.area-homepage-genre-productions .unit-production-entry.production-type-family:hover .body .wrapper {
  background-color: #e19d25;
}
.area-homepage-genre-productions .unit-production-entry.production-type-family .body .links .book-button,
.area-homepage-genre-productions .unit-production-entry.production-type-family .body .links .more {
  color: #e19d25;
}
.area-production-list .unit-production-entry.production-type-family {
  border-color: #e19d25;
}
.area-production-list .unit-production-entry.production-type-family a h2,
.area-production-list .unit-production-entry.production-type-family a h3 {
  color: #b9801a;
}
.area-production-list .unit-production-entry.production-type-family a h2:hover,
.area-production-list .unit-production-entry.production-type-family a h3:hover {
  color: #e19d25;
}
.production-type-family .genre-mark {
  background-color: #e19d25;
}
/* @end */
/* @group Film */
.production-type-film #header {
  background-color: #c25a1b;
  border-color: #ac5018;
}
.production-type-film .book-button,
.production-type-film #touch-tools-inner a {
  background-color: #ac5018;
}
.production-type-film .book-button:hover,
.production-type-film #touch-tools-inner a:hover {
  background-color: #c25a1b;
}
.production-type-film .section-whats-on.current a,
.production-type-film .section-whats-on.section a,
.production-type-film .area-production-genres {
  background-color: #7f3b12;
}
.production-type-film .area-related-page-list ul li a {
  color: #c25a1b;
}
.production-type-film .area-related-page-list ul li a:hover {
  background-color: #c25a1b;
  color: #fff;
}
.production-type-film .tab-headers a:hover,
.production-type-film .collapsible-tab-header a:hover {
  background-color: #ac5018;
}
.production-type-film .tab-headers .active a:hover,
.production-type-film .collapsible-tab-header .active a:hover {
  background-color: #fff;
}
.production-type-film .area-media-gallery .gallery-controls .flex-control-nav li a.flex-active {
  background-color: #c25a1b;
  border-color: #c25a1b;
}
.production-type-film .area-production-genres:after {
  background-color: #7f3b12;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(rgba(127, 59, 18, 0)), to(#7f3b12));
  background-image: -moz-linear-gradient(left, rgba(127, 59, 18, 0), #7f3b12);
  background-image: -ms-linear-gradient(left, rgba(127, 59, 18, 0), #7f3b12);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(127, 59, 18, 0)), color-stop(100%, #7f3b12));
  background-image: -webkit-linear-gradient(left, rgba(127, 59, 18, 0), #7f3b12);
  background-image: -o-linear-gradient(left, rgba(127, 59, 18, 0), #7f3b12);
  background-image: linear-gradient(left, rgba(127, 59, 18, 0), #7f3b12);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(127, 59, 18, 0)', endColorstr='#7f3b12', GradientType=1);
  background-color: transparent;
}
.production-type-film.primary-type-production .area-production-genres .film {
  opacity: 1;
}
.area-homepage-genre-productions .unit-production-entry.production-type-film:hover .body .wrapper {
  background-color: #c25a1b;
}
.area-homepage-genre-productions .unit-production-entry.production-type-film .body .links .book-button,
.area-homepage-genre-productions .unit-production-entry.production-type-film .body .links .more {
  color: #c25a1b;
}
.area-production-list .unit-production-entry.production-type-film {
  border-color: #c25a1b;
}
.area-production-list .unit-production-entry.production-type-film a h2,
.area-production-list .unit-production-entry.production-type-film a h3 {
  color: #954515;
}
.area-production-list .unit-production-entry.production-type-film a h2:hover,
.area-production-list .unit-production-entry.production-type-film a h3:hover {
  color: #c25a1b;
}
.production-type-film .genre-mark {
  background-color: #c25a1b;
}
/* @end */
/* @group Theatre */
.production-type-theatre #header {
  background-color: #af1515;
  border-color: #981212;
}
.production-type-theatre .book-button,
.production-type-theatre #touch-tools-inner a {
  background-color: #981212;
}
.production-type-theatre .book-button:hover,
.production-type-theatre #touch-tools-inner a:hover {
  background-color: #af1515;
}
.production-type-theatre .section-whats-on.current a,
.production-type-theatre .section-whats-on.section a,
.production-type-theatre .area-production-genres {
  background-color: #6b0d0d;
}
.production-type-theatre .area-related-page-list ul li a {
  color: #af1515;
}
.production-type-theatre .area-related-page-list ul li a:hover {
  background-color: #af1515;
  color: #fff;
}
.production-type-theatre .tab-headers a:hover,
.production-type-theatre .collapsible-tab-header a:hover {
  background-color: #981212;
}
.production-type-theatre .tab-headers .active a:hover,
.production-type-theatre .collapsible-tab-header .active a:hover {
  background-color: #fff;
}
.production-type-theatre .area-media-gallery .gallery-controls .flex-control-nav li a.flex-active {
  background-color: #af1515;
  border-color: #af1515;
}
.production-type-theatre .area-production-genres:after {
  background-color: #6b0d0d;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(rgba(107, 13, 13, 0)), to(#6b0d0d));
  background-image: -moz-linear-gradient(left, rgba(107, 13, 13, 0), #6b0d0d);
  background-image: -ms-linear-gradient(left, rgba(107, 13, 13, 0), #6b0d0d);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(107, 13, 13, 0)), color-stop(100%, #6b0d0d));
  background-image: -webkit-linear-gradient(left, rgba(107, 13, 13, 0), #6b0d0d);
  background-image: -o-linear-gradient(left, rgba(107, 13, 13, 0), #6b0d0d);
  background-image: linear-gradient(left, rgba(107, 13, 13, 0), #6b0d0d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(107, 13, 13, 0)', endColorstr='#6b0d0d', GradientType=1);
  background-color: transparent;
}
.production-type-theatre.primary-type-production .area-production-genres .theatre {
  opacity: 1;
}
.area-homepage-genre-productions .unit-production-entry.production-type-theatre:hover .body .wrapper {
  background-color: #af1515;
}
.area-homepage-genre-productions .unit-production-entry.production-type-theatre .body .links .book-button,
.area-homepage-genre-productions .unit-production-entry.production-type-theatre .body .links .more {
  color: #af1515;
}
.area-production-list .unit-production-entry.production-type-theatre {
  border-color: #af1515;
}
.area-production-list .unit-production-entry.production-type-theatre a h2,
.area-production-list .unit-production-entry.production-type-theatre a h3 {
  color: #811010;
}
.area-production-list .unit-production-entry.production-type-theatre a h2:hover,
.area-production-list .unit-production-entry.production-type-theatre a h3:hover {
  color: #af1515;
}
.production-type-theatre .genre-mark {
  background-color: #af1515;
}
/* @end */
/* @group Music */
.production-type-music #header {
  background-color: #3a849b;
  border-color: #337488;
}
.production-type-music .book-button,
.production-type-music #touch-tools-inner a {
  background-color: #337488;
}
.production-type-music .book-button:hover,
.production-type-music #touch-tools-inner a:hover {
  background-color: #3a849b;
}
.production-type-music .section-whats-on.current a,
.production-type-music .section-whats-on.section a,
.production-type-music .area-production-genres {
  background-color: #255563;
}
.production-type-music .area-related-page-list ul li a {
  color: #3a849b;
}
.production-type-music .area-related-page-list ul li a:hover {
  background-color: #3a849b;
  color: #fff;
}
.production-type-music .tab-headers a:hover,
.production-type-music .collapsible-tab-header a:hover {
  background-color: #337488;
}
.production-type-music .tab-headers .active a:hover,
.production-type-music .collapsible-tab-header .active a:hover {
  background-color: #fff;
}
.production-type-music .area-media-gallery .gallery-controls .flex-control-nav li a.flex-active {
  background-color: #3a849b;
  border-color: #3a849b;
}
.production-type-music .area-production-genres:after {
  background-color: #255563;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(rgba(37, 85, 99, 0)), to(#255563));
  background-image: -moz-linear-gradient(left, rgba(37, 85, 99, 0), #255563);
  background-image: -ms-linear-gradient(left, rgba(37, 85, 99, 0), #255563);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(37, 85, 99, 0)), color-stop(100%, #255563));
  background-image: -webkit-linear-gradient(left, rgba(37, 85, 99, 0), #255563);
  background-image: -o-linear-gradient(left, rgba(37, 85, 99, 0), #255563);
  background-image: linear-gradient(left, rgba(37, 85, 99, 0), #255563);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(37, 85, 99, 0)', endColorstr='#255563', GradientType=1);
  background-color: transparent;
}
.production-type-music.primary-type-production .area-production-genres .music {
  opacity: 1;
}
.area-homepage-genre-productions .unit-production-entry.production-type-music:hover .body .wrapper {
  background-color: #3a849b;
}
.area-homepage-genre-productions .unit-production-entry.production-type-music .body .links .book-button,
.area-homepage-genre-productions .unit-production-entry.production-type-music .body .links .more {
  color: #3a849b;
}
.area-production-list .unit-production-entry.production-type-music {
  border-color: #3a849b;
}
.area-production-list .unit-production-entry.production-type-music a h2,
.area-production-list .unit-production-entry.production-type-music a h3 {
  color: #2c6476;
}
.area-production-list .unit-production-entry.production-type-music a h2:hover,
.area-production-list .unit-production-entry.production-type-music a h3:hover {
  color: #3a849b;
}
.production-type-music .genre-mark {
  background-color: #3a849b;
}
/* @end */
/* @group Classical */
.production-type-classical #header {
  background-color: #705173;
  border-color: #614664;
}
.production-type-classical .book-button,
.production-type-classical #touch-tools-inner a {
  background-color: #614664;
}
.production-type-classical .book-button:hover,
.production-type-classical #touch-tools-inner a:hover {
  background-color: #705173;
}
.production-type-classical .section-whats-on.current a,
.production-type-classical .section-whats-on.section a,
.production-type-classical .area-production-genres {
  background-color: #443146;
}
.production-type-classical .area-related-page-list ul li a {
  color: #705173;
}
.production-type-classical .area-related-page-list ul li a:hover {
  background-color: #705173;
  color: #fff;
}
.production-type-classical .tab-headers a:hover,
.production-type-classical .collapsible-tab-header a:hover {
  background-color: #614664;
}
.production-type-classical .tab-headers .active a:hover,
.production-type-classical .collapsible-tab-header .active a:hover {
  background-color: #fff;
}
.production-type-classical .area-media-gallery .gallery-controls .flex-control-nav li a.flex-active {
  background-color: #705173;
  border-color: #705173;
}
.production-type-classical .area-production-genres:after {
  background-color: #443146;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(rgba(68, 49, 70, 0)), to(#443146));
  background-image: -moz-linear-gradient(left, rgba(68, 49, 70, 0), #443146);
  background-image: -ms-linear-gradient(left, rgba(68, 49, 70, 0), #443146);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(68, 49, 70, 0)), color-stop(100%, #443146));
  background-image: -webkit-linear-gradient(left, rgba(68, 49, 70, 0), #443146);
  background-image: -o-linear-gradient(left, rgba(68, 49, 70, 0), #443146);
  background-image: linear-gradient(left, rgba(68, 49, 70, 0), #443146);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(68, 49, 70, 0)', endColorstr='#443146', GradientType=1);
  background-color: transparent;
}
.production-type-classical.primary-type-production .area-production-genres .classical {
  opacity: 1;
}
.area-homepage-genre-productions .unit-production-entry.production-type-classical:hover .body .wrapper {
  background-color: #705173;
}
.area-homepage-genre-productions .unit-production-entry.production-type-classical .body .links .book-button,
.area-homepage-genre-productions .unit-production-entry.production-type-classical .body .links .more {
  color: #705173;
}
.area-production-list .unit-production-entry.production-type-classical {
  border-color: #705173;
}
.area-production-list .unit-production-entry.production-type-classical a h2,
.area-production-list .unit-production-entry.production-type-classical a h3 {
  color: #533c55;
}
.area-production-list .unit-production-entry.production-type-classical a h2:hover,
.area-production-list .unit-production-entry.production-type-classical a h3:hover {
  color: #705173;
}
.production-type-classical .genre-mark {
  background-color: #705173;
}
/* @end */
/* @group Comedy */
.production-type-comedy #header {
  background-color: #4b8639;
  border-color: #417431;
}
.production-type-comedy .book-button,
.production-type-comedy #touch-tools-inner a {
  background-color: #417431;
}
.production-type-comedy .book-button:hover,
.production-type-comedy #touch-tools-inner a:hover {
  background-color: #4b8639;
}
.production-type-comedy .section-whats-on.current a,
.production-type-comedy .section-whats-on.section a,
.production-type-comedy .area-production-genres {
  background-color: #2d5022;
}
.production-type-comedy .area-related-page-list ul li a {
  color: #4b8639;
}
.production-type-comedy .area-related-page-list ul li a:hover {
  background-color: #4b8639;
  color: #fff;
}
.production-type-comedy .tab-headers a:hover,
.production-type-comedy .collapsible-tab-header a:hover {
  background-color: #417431;
}
.production-type-comedy .tab-headers .active a:hover,
.production-type-comedy .collapsible-tab-header .active a:hover {
  background-color: #fff;
}
.production-type-comedy .area-media-gallery .gallery-controls .flex-control-nav li a.flex-active {
  background-color: #4b8639;
  border-color: #4b8639;
}
.production-type-comedy .area-production-genres:after {
  background-color: #2d5022;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(rgba(45, 80, 34, 0)), to(#2d5022));
  background-image: -moz-linear-gradient(left, rgba(45, 80, 34, 0), #2d5022);
  background-image: -ms-linear-gradient(left, rgba(45, 80, 34, 0), #2d5022);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(45, 80, 34, 0)), color-stop(100%, #2d5022));
  background-image: -webkit-linear-gradient(left, rgba(45, 80, 34, 0), #2d5022);
  background-image: -o-linear-gradient(left, rgba(45, 80, 34, 0), #2d5022);
  background-image: linear-gradient(left, rgba(45, 80, 34, 0), #2d5022);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(45, 80, 34, 0)', endColorstr='#2d5022', GradientType=1);
  background-color: transparent;
}
.production-type-comedy.primary-type-production .area-production-genres .comedy {
  opacity: 1;
}
.area-homepage-genre-productions .unit-production-entry.production-type-comedy:hover .body .wrapper {
  background-color: #4b8639;
}
.area-homepage-genre-productions .unit-production-entry.production-type-comedy .body .links .book-button,
.area-homepage-genre-productions .unit-production-entry.production-type-comedy .body .links .more {
  color: #4b8639;
}
.area-production-list .unit-production-entry.production-type-comedy {
  border-color: #4b8639;
}
.area-production-list .unit-production-entry.production-type-comedy a h2,
.area-production-list .unit-production-entry.production-type-comedy a h3 {
  color: #37622a;
}
.area-production-list .unit-production-entry.production-type-comedy a h2:hover,
.area-production-list .unit-production-entry.production-type-comedy a h3:hover {
  color: #4b8639;
}
.production-type-comedy .genre-mark {
  background-color: #4b8639;
}
/* @end */
/* @group Visual Arts */
.production-type-visual-arts #header {
  background-color: #527b73;
  border-color: #486c65;
}
.production-type-visual-arts .book-button,
.production-type-visual-arts #touch-tools-inner a {
  background-color: #486c65;
}
.production-type-visual-arts .book-button:hover,
.production-type-visual-arts #touch-tools-inner a:hover {
  background-color: #527b73;
}
.production-type-visual-arts .section-whats-on.current a,
.production-type-visual-arts .section-whats-on.section a,
.production-type-visual-arts .area-production-genres {
  background-color: #334d48;
}
.production-type-visual-arts .area-related-page-list ul li a {
  color: #527b73;
}
.production-type-visual-arts .area-related-page-list ul li a:hover {
  background-color: #527b73;
  color: #fff;
}
.production-type-visual-arts .tab-headers a:hover,
.production-type-visual-arts .collapsible-tab-header a:hover {
  background-color: #486c65;
}
.production-type-visual-arts .tab-headers .active a:hover,
.production-type-visual-arts .collapsible-tab-header .active a:hover {
  background-color: #fff;
}
.production-type-visual-arts .area-media-gallery .gallery-controls .flex-control-nav li a.flex-active {
  background-color: #527b73;
  border-color: #527b73;
}
.production-type-visual-arts .area-production-genres:after {
  background-color: #334d48;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(rgba(51, 77, 72, 0)), to(#334d48));
  background-image: -moz-linear-gradient(left, rgba(51, 77, 72, 0), #334d48);
  background-image: -ms-linear-gradient(left, rgba(51, 77, 72, 0), #334d48);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(51, 77, 72, 0)), color-stop(100%, #334d48));
  background-image: -webkit-linear-gradient(left, rgba(51, 77, 72, 0), #334d48);
  background-image: -o-linear-gradient(left, rgba(51, 77, 72, 0), #334d48);
  background-image: linear-gradient(left, rgba(51, 77, 72, 0), #334d48);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(51, 77, 72, 0)', endColorstr='#334d48', GradientType=1);
  background-color: transparent;
}
.production-type-visual-arts.primary-type-production .area-production-genres .visual-arts {
  opacity: 1;
}
.area-homepage-genre-productions .unit-production-entry.production-type-visual-arts:hover .body .wrapper {
  background-color: #527b73;
}
.area-homepage-genre-productions .unit-production-entry.production-type-visual-arts .body .links .book-button,
.area-homepage-genre-productions .unit-production-entry.production-type-visual-arts .body .links .more {
  color: #527b73;
}
.area-production-list .unit-production-entry.production-type-visual-arts {
  border-color: #527b73;
}
.area-production-list .unit-production-entry.production-type-visual-arts a h2,
.area-production-list .unit-production-entry.production-type-visual-arts a h3 {
  color: #3e5c56;
}
.area-production-list .unit-production-entry.production-type-visual-arts a h2:hover,
.area-production-list .unit-production-entry.production-type-visual-arts a h3:hover {
  color: #527b73;
}
.production-type-visual-arts .genre-mark {
  background-color: #527b73;
}
/* @end */
/* @group Words & Ideas */
.production-type-words-ideas #header {
  background-color: #0b8a68;
  border-color: #097256;
}
.production-type-words-ideas .book-button,
.production-type-words-ideas #touch-tools-inner a {
  background-color: #097256;
}
.production-type-words-ideas .book-button:hover,
.production-type-words-ideas #touch-tools-inner a:hover {
  background-color: #0b8a68;
}
.production-type-words-ideas .section-whats-on.current a,
.production-type-words-ideas .section-whats-on.section a,
.production-type-words-ideas .area-production-genres {
  background-color: #054333;
}
.production-type-words-ideas .area-related-page-list ul li a {
  color: #0b8a68;
}
.production-type-words-ideas .area-related-page-list ul li a:hover {
  background-color: #0b8a68;
  color: #fff;
}
.production-type-words-ideas .tab-headers a:hover,
.production-type-words-ideas .collapsible-tab-header a:hover {
  background-color: #097256;
}
.production-type-words-ideas .tab-headers .active a:hover,
.production-type-words-ideas .collapsible-tab-header .active a:hover {
  background-color: #fff;
}
.production-type-words-ideas .area-media-gallery .gallery-controls .flex-control-nav li a.flex-active {
  background-color: #0b8a68;
  border-color: #0b8a68;
}
.production-type-words-ideas .area-production-genres:after {
  background-color: #334d48;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(rgba(51, 77, 72, 0)), to(#334d48));
  background-image: -moz-linear-gradient(left, rgba(51, 77, 72, 0), #334d48);
  background-image: -ms-linear-gradient(left, rgba(51, 77, 72, 0), #334d48);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(51, 77, 72, 0)), color-stop(100%, #334d48));
  background-image: -webkit-linear-gradient(left, rgba(51, 77, 72, 0), #334d48);
  background-image: -o-linear-gradient(left, rgba(51, 77, 72, 0), #334d48);
  background-image: linear-gradient(left, rgba(51, 77, 72, 0), #334d48);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(51, 77, 72, 0)', endColorstr='#334d48', GradientType=1);
  background-color: transparent;
}
.production-type-words-ideas.primary-type-production .area-production-genres .words-ideas {
  opacity: 1;
}
.area-homepage-genre-productions .unit-production-entry.production-type-words-ideas:hover .body .wrapper {
  background-color: #0b8a68;
}
.area-homepage-genre-productions .unit-production-entry.production-type-words-ideas .body .links .book-button,
.area-homepage-genre-productions .unit-production-entry.production-type-words-ideas .body .links .more {
  color: #0b8a68;
}
.area-production-list .unit-production-entry.production-type-words-ideas {
  border-color: #0b8a68;
}
.area-production-list .unit-production-entry.production-type-words-ideas a h2,
.area-production-list .unit-production-entry.production-type-words-ideas a h3 {
  color: #075b44;
}
.area-production-list .unit-production-entry.production-type-words-ideas a h2:hover,
.area-production-list .unit-production-entry.production-type-words-ideas a h3:hover {
  color: #0b8a68;
}
.production-type-words-ideas .genre-mark {
  background-color: #0b8a68;
}
/* @end */
/* @group Dance & Circus */
.production-type-dance-circus #header {
  background-color: #b89d6c;
  border-color: #b0925b;
}
.production-type-dance-circus .book-button,
.production-type-dance-circus #touch-tools-inner a {
  background-color: #b0925b;
}
.production-type-dance-circus .book-button:hover,
.production-type-dance-circus #touch-tools-inner a:hover {
  background-color: #b89d6c;
}
.production-type-dance-circus .section-whats-on.current a,
.production-type-dance-circus .section-whats-on.section a,
.production-type-dance-circus .area-production-genres {
  background-color: #917746;
}
.production-type-dance-circus .area-related-page-list ul li a {
  color: #b89d6c;
}
.production-type-dance-circus .area-related-page-list ul li a:hover {
  background-color: #b89d6c;
  color: #fff;
}
.production-type-dance-circus .tab-headers a:hover,
.production-type-dance-circus .collapsible-tab-header a:hover {
  background-color: #b0925b;
}
.production-type-dance-circus .tab-headers .active a:hover,
.production-type-dance-circus .collapsible-tab-header .active a:hover {
  background-color: #fff;
}
.production-type-dance-circus .area-media-gallery .gallery-controls .flex-control-nav li a.flex-active {
  background-color: #b89d6c;
  border-color: #b89d6c;
}
.production-type-dance-circus .area-production-genres:after {
  background-color: #917746;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, right top, from(rgba(145, 119, 70, 0)), to(#917746));
  background-image: -moz-linear-gradient(left, rgba(145, 119, 70, 0), #917746);
  background-image: -ms-linear-gradient(left, rgba(145, 119, 70, 0), #917746);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(145, 119, 70, 0)), color-stop(100%, #917746));
  background-image: -webkit-linear-gradient(left, rgba(145, 119, 70, 0), #917746);
  background-image: -o-linear-gradient(left, rgba(145, 119, 70, 0), #917746);
  background-image: linear-gradient(left, rgba(145, 119, 70, 0), #917746);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='rgba(145, 119, 70, 0)', endColorstr='#917746', GradientType=1);
  background-color: transparent;
}
.production-type-dance-circus.primary-type-production .area-production-genres .dance-circus {
  opacity: 1;
}
.area-homepage-genre-productions .unit-production-entry.production-type-dance-circus:hover .body .wrapper {
  background-color: #b89d6c;
}
.area-homepage-genre-productions .unit-production-entry.production-type-dance-circus .body .links .book-button,
.area-homepage-genre-productions .unit-production-entry.production-type-dance-circus .body .links .more {
  color: #b89d6c;
}
.area-production-list .unit-production-entry.production-type-dance-circus {
  border-color: #b89d6c;
}
.area-production-list .unit-production-entry.production-type-dance-circus a h2,
.area-production-list .unit-production-entry.production-type-dance-circus a h3 {
  color: #a3854e;
}
.area-production-list .unit-production-entry.production-type-dance-circus a h2:hover,
.area-production-list .unit-production-entry.production-type-dance-circus a h3:hover {
  color: #b89d6c;
}
.production-type-dance-circus .genre-mark {
  background-color: #b89d6c;
}
/* @end */
/* @group Booking Page */
.primary-type-e-s-r-o-page iframe {
  width: 100%;
  margin: 0;
  height: auto;
}
/* @end */
/* @group Booking Disable Message */
#message-notification {
  color: #fff;
  background-color: #b9255e;
  padding: 15px 20px;
  position: fixed;
  z-index: 10000;
}
#message-notification .message-body {
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
}
#message-notification .message-body a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}
/* @end */
table.no-border {
  border: none;
}
table.no-border th td,
table.no-border tr td {
  border: none;
}
/* @group Cookie Consent Functionality */
.cookie-consent *,
.cookie-consent *:before,
.cookie-consent *:after {
  box-sizing: border-box;
}
.cookie-consent__popup,
.cookie-consent__footer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  display: none;
}
.cookie-consent__popup--open,
.cookie-consent__footer--open {
  display: block;
}
.cookie-consent__footer {
  z-index: 9998;
}
@media only screen and (min-device-width: 1024px) {
  .cookie-consent__footer {
    padding: 1em 2em;
  }
}
.cookie-consent__popup {
  z-index: 9999;
}
.cookie-consent__content {
  text-align: left;
  background-color: #fff;
  padding: 1.5em;
  width: 90%;
  max-width: 600px;
  height: 90%;
  max-height: 400px;
  position: relative;
  top: 50%;
  margin: 0 auto;
  font-size: 12px;
  transform: translateY(-50%);
}
@media only screen and (min-device-width: 1024px) {
  .cookie-consent__content {
    font-size: 14px;
    max-height: 500px;
  }
}
.cookie-consent__inner {
  overflow: auto;
  height: 100%;
}
.cookie-consent__intro p {
  margin-bottom: 1em;
}
.cookie-consent__group-list {
  margin-bottom: 1em;
}
.cookie-consent__group {
  margin-bottom: 0.25em;
}
.cookie-consent__group:after {
  content: '';
  display: table;
  clear: both;
}
.cookie-consent__group--open .cookie-consent__details {
  display: block;
}
.cookie-consent__group--open .cookie-consent__handle:after {
  border-color: transparent;
  border-top-color: #892c4f;
  left: 2px;
  margin-top: 3px;
}
.cookie-consent__title {
  background-color: #ebebeb;
  margin: 0;
  padding: 0.5em;
}
.cookie-consent__handle {
  cursor: pointer;
  position: relative;
  padding-left: 15px;
}
.cookie-consent__handle:after {
  top: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-left-color: #892c4f;
  border-width: 5px;
  transform: translateY(-50%);
  left: 5px;
}
.cookie-consent__field {
  float: right;
  padding: 0;
  width: auto;
  text-align: left;
}
.cookie-consent__option {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cookie-consent__option:disabled + .cookie-consent__label {
  opacity: 0.5;
  cursor: not-allowed;
}
.cookie-consent__option:checked + .cookie-consent__label:before {
  background-color: #8aaa54;
}
.cookie-consent__option:checked + .cookie-consent__label:after {
  left: 18px;
}
.cookie-consent__label {
  position: relative;
  padding-left: 45px;
}
.cookie-consent__label:before,
.cookie-consent__label:after {
  content: '';
  border-radius: 15px;
  position: absolute;
}
.cookie-consent__label:before {
  width: 40px;
  height: 1em;
  left: 0;
  background-color: #892c4f;
  transition: background-color 250ms ease-in-out;
}
.cookie-consent__label:after {
  width: 20px;
  height: 0.8em;
  background-color: #fff;
  top: 0.1em;
  left: 2px;
  transition: left 250ms ease-in-out;
}
.cookie-consent__details {
  display: none;
  padding: 0.75em 0.75em 0;
  border: 1px solid #ebebeb;
  border-top-width: 0;
}
.cookie-consent__details p {
  margin-bottom: 1em;
}
.cookie-consent__content-actions {
  text-align: right;
}
.cookie-consent__content-actions:after {
  content: '';
  display: table;
  clear: both;
}
.cookie-consent__content-actions .cookie-consent__link {
  padding-left: 0.5em;
}
.cookie-consent__updated {
  float: left;
}
.cookie-consent__link {
  cursor: pointer;
}
.cookie-consent__link:hover {
  text-decoration: underline;
}
.cookie-consent__link--settings {
  font-size: 12px;
  line-height: 20px;
  color: #000;
  text-decoration: underline;
}
.cookie-consent__link--settings:hover,
.cookie-consent__link--settings:active {
  color: #404040;
}
@media only screen and (min-device-width: 1024px) {
  .cookie-consent__link--settings {
    font-size: 14px;
    line-height: 26px;
  }
}
.cookie-consent__button {
  border: none;
  color: #fff;
  padding: 4px 10px 4px;
  background: #8aaa54;
  font-family: "AFBatterseaMedium", Helmet, Freesans, sans-serif;
  vertical-align: middle;
  border-radius: 6px;
  line-height: normal;
  font-size: 16px;
  margin-left: 5px;
}
.cookie-consent__button:hover,
.cookie-consent__button:active {
  background: #a1bb76;
}
@media only screen and (min-device-width: 1024px) {
  .cookie-consent__button {
    font-size: 18px;
  }
}
.cookie-consent__footer-content {
  max-width: 500px;
  text-align: left;
  background-color: #fff;
  padding: 1.5em;
  width: 90%;
  position: relative;
  top: 50%;
  margin: 0 auto;
  font-size: 12px;
  transform: translateY(-50%);
}
@media only screen and (min-device-width: 1024px) {
  .cookie-consent__footer-content {
    font-size: 14px;
    max-height: 500px;
  }
}
.cookie-consent__message {
  font-weight: bold;
  font-size: 12px;
}
.cookie-consent__message h1,
.cookie-consent__message h2,
.cookie-consent__message h3,
.cookie-consent__message h4,
.cookie-consent__message h5,
.cookie-consent__message h6,
.cookie-consent__message h1 strong,
.cookie-consent__message h2 strong,
.cookie-consent__message h3 strong,
.cookie-consent__message h4 strong,
.cookie-consent__message h5 strong,
.cookie-consent__message h6 strong {
  color: #8aaa54;
}
@media only screen and (min-device-width: 1024px) {
  .cookie-consent__message {
    font-size: 14px;
  }
}
.cookie-consent__message p {
  margin: 0;
}
.cookie-consent__footer-actions {
  text-align: right;
  margin-top: 0.5em;
}
/* @end */
/* @group Email Signup Styling */
.unit-page-content.email-signup-content {
  min-height: 300px;
}
#footer-social-inner .area-mailing-list {
  margin: 0 auto;
  float: none;
}
#footer-social-inner .area-mailing-list label {
  display: block;
  margin: 0 0 10px;
  width: 100%;
  text-align: left;
  font-size: 22px;
}
@media only screen and (min-device-width: 992px) {
  #footer-social-inner .area-mailing-list label {
    width: auto;
    margin: 0 10px 0;
  }
}
#footer-social-inner .area-mailing-list .submit {
  padding: 10px 20px;
  margin: 0 0 10px;
  width: 100%;
}
@media only screen and (min-device-width: 620px) {
  #footer-social-inner .area-mailing-list .submit {
    width: auto;
  }
}
@media only screen and (min-device-width: 620px) {
  #footer-social-inner .area-mailing-list .submit {
    padding: 4px 20px;
    margin: 0;
    height: 28px;
  }
}
#footer-social-inner .area-mailing-list form {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
#footer-social-inner .area-mailing-list form input.text {
  width: 100%;
  margin: 0 0 15px;
}
@media only screen and (min-device-width: 620px) {
  #footer-social-inner .area-mailing-list form input.text {
    width: auto;
    flex-grow: 1;
    margin: 0 1% 0 0;
  }
}
.message-content .message-content__error ul {
  margin: 10px 0;
  padding: 0;
}
.message-content .message-content__error ul li {
  display: none;
  padding: 15px 20px;
  list-style-type: none;
  margin: 0;
}
.message-content .message-content__error.EmailExists .error-message__email-exists,
.message-content .message-content__error.NoEmail .error-message__no-email,
.message-content .message-content__error.NoLastName .error-message__no-last-name {
  display: block;
}
/* @end */
