article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
  font-style: inherit;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
table button,
table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/* Horizontal nav */
body {
  font-size: 1em;
  line-height: 1.5em;
}
hr {
  height: 1px;
  padding: 0;
  margin: 0;
  margin-top: 24px;
  margin-bottom: 22px;
}
p {
  margin-top: 0;
  margin-bottom: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2em;
  margin-top: 0.3em;
  margin-bottom: 0.2em;
}
h1 {
  font-size: 2em;
}
h2 {
  font-size: 1.6em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1.1em;
}
h6 {
  font-size: 1em;
}
body,
select,
input,
button,
textarea {
  font-family: Helmet, Freesans, sans-serif;
}
code,
pre {
  font-family: Monaco, Andale Mono, Courier New, monospace;
}
:root .alert-message,
:root .btn {
  border-radius: 0 \0;
}
button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Horizontal nav */
/* Nested nav */
/* Forms.less
 * Base styles for various input types, form layouts, and states
 * ------------------------------------------------------------- */
form {
  margin-bottom: 1.5em;
}
fieldset {
  margin-bottom: 1.5em;
  padding-top: 1.5em;
}
fieldset legend {
  display: block;
  padding-left: 150px;
  font-size: 1.5em;
  line-height: 1;
  color: #333333;
  *padding: 0 0 5px 145px;
  /* IE6-7 */
  *line-height: 1.5;
  /* IE6-7 */
}
form .clearfix {
  margin-bottom: 1.5em;
  zoom: 1;
}
form .clearfix:before,
form .clearfix:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
form .clearfix:after {
  clear: both;
}
label {
  padding-top: 6px;
  float: left;
  width: 130px;
  text-align: right;
  color: #333333;
}
label .required {
  color: red;
  text-decoration: none;
  font-weight: bold;
  border-bottom: none;
}
form .input {
  margin-left: 150px;
}
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
}
input,
textarea,
select,
.uneditable-input {
  display: inline-block;
  width: 210px;
  height: 1.5em;
  padding: 4px;
  border: 1px solid #ccc;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}
/* mini reset for non-html5 file types */
input[type=checkbox],
input[type=radio] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  /* IE6-7 */
  line-height: normal;
  border: none;
}
input[type=file] {
  padding: initial;
  border: initial;
  line-height: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=button],
input[type=reset],
input[type=submit] {
  width: auto;
  height: auto;
}
select,
input[type=file] {
  height: 2.25em;
  line-height: 2.25em;
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  padding: 0;
}
select[multiple] {
  height: inherit;
}
textarea {
  height: auto;
}
input,
textarea {
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus,
textarea:focus {
  outline: 0;
  border-color: rgba(82, 168, 236, 0.8);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus,
input[type=checkbox]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 1px dotted #666;
}
form div.clearfix.error {
  padding: 10px 0;
  margin: -10px 0 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
form div.clearfix.error > label,
form div.clearfix.error span.help-inline,
form div.clearfix.error span.help-block {
  color: #F00;
}
form div.clearfix.error input,
form div.clearfix.error textarea {
  border-color: #ef8f8f;
  -webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  -moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
form div.clearfix.error input:focus,
form div.clearfix.error textarea:focus {
  border-color: #e96363;
  -webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  -moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
  box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
form div.clearfix.error .input-prepend span.add-on,
form div.clearfix.error .input-append span.add-on {
  background: #ffffff;
  border-color: #ef8f8f;
  color: #e96363;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
  width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
  width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
  width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
  width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
  width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
  width: 530px;
}
textarea.xxlarge {
  overflow-y: auto;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  background-color: #f5f5f5;
  border-color: #ddd;
  cursor: not-allowed;
}
.actions {
  background: #f5f5f5;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding: 0.5em 20px 1.5em 150px;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.actions .secondary-action {
  float: right;
}
.actions .secondary-action a {
  line-height: 30px;
}
.actions .secondary-action a:hover {
  text-decoration: underline;
}
.help-inline,
.help-block {
  font-size: -1em;
  line-height: 1.5em;
}
.help-inline {
  padding-left: 5px;
  *position: relative;
  /* IE6-7 */
  *top: -5px;
  /* IE6-7 */
}
.help-block {
  display: block;
  max-width: 600px;
}
.inline-inputs span,
.inline-inputs input {
  display: inline-block;
}
.inline-inputs input.mini {
  width: 60px;
}
.inline-inputs input.small {
  width: 90px;
}
.inline-inputs span {
  padding: 0 2px 0 1px;
}
.input-prepend input,
.input-append input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.input-prepend .add-on,
.input-append .add-on {
  position: relative;
  background: #f5f5f5;
  border: 1px solid #ccc;
  z-index: 2;
  float: left;
  display: block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 4px 4px 5px;
  margin-right: -1px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #FFF;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-prepend .add-on {
  *margin-top: 1px;
  /* IE6-7 */
}
.input-append input {
  float: left;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.input-append .add-on {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-right: 0;
  margin-left: -1px;
}
.inputs-list {
  margin: 0 0 5px;
  padding-left: 0;
  margin-left: 0;
  width: 100%;
}
.inputs-list li {
  display: block;
  padding: 0;
  width: 100%;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 1.5em;
  text-align: left;
  white-space: normal;
}
.inputs-list label small {
  font-size: -1em;
  font-weight: normal;
}
.inputs-list .inputs-list {
  margin-left: 25px;
  margin-bottom: 10px;
  padding-top: 0;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list li + li {
  padding-top: 2px;
}
.inputs-list input[type=radio],
.inputs-list input[type=checkbox],
.inputs-list input.radio,
.inputs-list input.checkbox {
  margin-bottom: 0;
}
.form-stacked {
  padding-left: 20px;
}
.form-stacked fieldset {
  padding-top: 0.75em;
}
.form-stacked legend {
  padding-left: 0;
}
.form-stacked label {
  display: block;
  float: none;
  width: auto;
  font-weight: bold;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
}
.form-stacked .clearfix {
  margin-bottom: 0.75em;
}
.form-stacked .clearfix div.input {
  margin-left: 0;
}
.form-stacked .inputs-list {
  margin-bottom: 0;
}
.form-stacked .inputs-list li {
  padding-top: 0;
}
.form-stacked .inputs-list li label {
  font-weight: normal;
  padding-top: 0;
}
.form-stacked div.clearfix.error {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  margin-top: 0;
  margin-left: -10px;
}
.form-stacked .actions {
  margin-left: -20px;
  padding-left: 20px;
}
body {
  background: #FFF;
  color: #333333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222222;
}
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #080808;
}
a {
  color: #0088cc;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:visited {
  color: #0077b3;
}
a:active {
  color: #0099e6;
}
a:hover {
  color: #0099e6;
}
mark {
  background-color: #ffef95;
  font-weight: normal;
  font-style: normal;
  padding: 2px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  border: 1px solid #dddddd;
}
table caption {
  text-align: left;
}
table th,
table td {
  padding: 0.5em;
  text-align: left;
  border: 1px solid #dddddd;
}
table th {
  padding-top: 0.5em;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #dddddd;
}
table td {
  vertical-align: top;
}
video {
  background: #000;
}
/* @group Tooltip */
/* @end */
.alpha-black {
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
}
#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 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: height 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: height 500ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: height 500ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: height 500ms cubic-bezier(0.42, 0, 0.58, 1);
  /* ease-in-out */
}
@-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,
#primary-navigation-inner,
.flex-control-nav,
.area-main-feature .content-inner,
#toolbar .container {
  max-width: 1200px;
}
/* @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;
}
.media-video .media iframe,
.media-video .media object,
.media-video .media embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.media-video .media {
  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%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* @end */
/* @group Stef's Magical Mixins */
/* @end */
/* @group Default typography over-rides */
html.iframe-html {
  overflow-y: auto;
}
body {
  background: #f2f2f2;
  font-family: Helmet, Freesans, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p.prefix,
p.suffix,
blockquote,
legend {
  font-family: Helmet, Freesans, sans-serif;
}
.type-page #primary-content h1 {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 3px 0;
  margin: 0 0 15px 0;
}
select,
input[type="file"] {
  height: 1.6em;
  line-height: 1em;
}
input,
textarea,
select,
.uneditable-input {
  width: auto;
}
a h1,
a h2,
a h3,
a h4,
a h5 {
  color: #0088cc;
}
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5 {
  color: #0099e6;
}
.well {
  background-color: #e9e9e9;
  border: 1px solid #bfbfbf;
  padding: 0 20px;
}
.list-unstyled {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-unstyled li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-production-details .suffix,
.area-production-details .prefix,
.unit-production-entry .prefix,
.unit-production-entry .suffix {
  margin: 0;
}
.typographic-logo .caps {
  text-transform: lowercase;
  font-size: 42px;
}
.typographic-logo acronym {
  border-bottom: none;
}
#primary-content .content-inner table {
  margin: 0 0 1.5em 0;
}
blockquote {
  background: url(../images/bg-blockquote.png) no-repeat 0 15px;
  border-top: 5px solid #e9e9e9;
  border-bottom: 5px solid #e9e9e9;
  margin: 0 0 1.5em 0;
  padding: 1em 0 0 2.5em;
}
blockquote p {
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 1em;
}
blockquote footer {
  margin-top: -1em;
  color: #666;
}
.donate-online {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.donate-online:visited {
  color: #ffffff;
}
.donate-online:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.donate-online:focus {
  outline: 1px dotted #666;
}
.donate-online.disabled {
  cursor: default;
  background-image: none;
}
.donate-online[disabled] {
  cursor: default;
  background-image: none;
}
/* @end */
/* @group Default Form Styling (wrangling with Silverstripe)*/
.inline-form .field {
  zoom: 1;
  width: auto;
  margin-bottom: 0.75em;
}
.inline-form .field:before,
.inline-form .field:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.inline-form .field:after {
  clear: both;
}
.inline-form form .Actions {
  zoom: 1;
  width: auto;
  clear: both;
}
.inline-form form .Actions:before,
.inline-form form .Actions:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.inline-form form .Actions:after {
  clear: both;
}
.inline-form form fieldset {
  margin: 0;
  padding: 0;
}
.inline-form form fieldset label,
.inline-form label {
  font-size: 14px;
  text-align: left;
  font-weight: bold;
  width: 140px;
  margin-right: 5%;
  width: 25%;
}
.inline-form form select {
  margin-top: 6px;
}
.inline-form form fieldset .middleColumn {
  position: relative;
  float: left;
  width: 70%;
}
.inline-form form fieldset .middleColumn .text {
  width: 98%;
}
.inline-form form fieldset .middleColumn textarea {
  width: 98%;
}
.inline-form form .action {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
}
.inline-form form .action:visited {
  color: #ffffff;
}
.inline-form form .action:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.inline-form form .action:focus {
  outline: 1px dotted #666;
}
.inline-form form .action.disabled {
  cursor: default;
  background-image: none;
}
.inline-form form .action[disabled] {
  cursor: default;
  background-image: none;
}
.inline-form form .message {
  color: #0088cc;
  margin-left: 30%;
  font-size: 12px;
}
.inline-form form .holder-required {
  border-color: #0088cc;
}
.inline-form form .optionset ul,
.inline-form form .checkboxset ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inline-form form .optionset ul li,
.inline-form form .checkboxset ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.inline-form form .optionset ul li,
.inline-form form .checkboxset ul li {
  clear: left;
}
.inline-form form .optionset ul li label,
.inline-form form .checkboxset ul li label {
  margin-right: 2%;
  padding-top: 0;
}
/* @end */
/* @group Layouts */
#container {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: #f2f2f2;
  width: 100%;
}
#header-inner {
  width: 100%;
  zoom: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#header-inner:before,
#header-inner:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#header-inner:after {
  clear: both;
}
#footer-social-inner,
#touch-tools-inner {
  width: 100%;
  zoom: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#footer-social-inner:before,
#touch-tools-inner:before,
#footer-social-inner:after,
#touch-tools-inner:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#footer-social-inner:after,
#touch-tools-inner:after {
  clear: both;
}
#footer-inner {
  width: 100%;
  zoom: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
#footer-inner:before,
#footer-inner:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#footer-inner:after {
  clear: both;
}
#page-content {
  width: 100%;
  zoom: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
#page-content:before,
#page-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#page-content:after {
  clear: both;
}
#primary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 100%;
  margin-right: 2%;
}
#primary-content:before,
#primary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#primary-content:after {
  clear: both;
}
.type-page .has-secondary-content #secondary-content {
  zoom: 1;
  width: 32%;
  margin-right: 2%;
  width: 34%;
  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: 59.5%;
  display: inline;
  float: right;
}
.type-page .has-secondary-content #primary-content:before,
.type-page .has-secondary-content #primary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-page .has-secondary-content #primary-content:after {
  clear: both;
}
.primary-type-production .has-secondary-content #primary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 57.5%;
  margin-right: 2%;
}
.primary-type-production .has-secondary-content #primary-content:before,
.primary-type-production .has-secondary-content #primary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.primary-type-production .has-secondary-content #primary-content:after {
  clear: both;
}
.primary-type-production .has-secondary-content #secondary-content {
  zoom: 1;
  display: inline;
  float: left;
  width: 40.5%;
  margin-right: 2%;
  margin-right: 0;
}
.primary-type-production .has-secondary-content #secondary-content:before,
.primary-type-production .has-secondary-content #secondary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.primary-type-production .has-secondary-content #secondary-content:after {
  clear: both;
}
.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: 25.5%;
  display: inline;
  float: left;
}
.primary-type-whats-on-page .has-secondary-content #secondary-content:before,
.primary-type-series-list-page .has-secondary-content #secondary-content:before,
.primary-type-whats-on-page .has-secondary-content #secondary-content:after,
.primary-type-series-list-page .has-secondary-content #secondary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.primary-type-whats-on-page .has-secondary-content #secondary-content:after,
.primary-type-series-list-page .has-secondary-content #secondary-content:after {
  clear: both;
}
.primary-type-whats-on-page .has-secondary-content #primary-content,
.primary-type-series-list-page .has-secondary-content #primary-content {
  zoom: 1;
  float: left;
  width: 66%;
  margin-right: 2%;
  margin-right: 0;
  width: 68%;
  display: inline;
  float: right;
}
.primary-type-whats-on-page .has-secondary-content #primary-content:before,
.primary-type-series-list-page .has-secondary-content #primary-content:before,
.primary-type-whats-on-page .has-secondary-content #primary-content:after,
.primary-type-series-list-page .has-secondary-content #primary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.primary-type-whats-on-page .has-secondary-content #primary-content:after,
.primary-type-series-list-page .has-secondary-content #primary-content:after {
  clear: both;
}
.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 url(../images/bg-subtle-noise.png) repeat 50% 0;
}
.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 h1 {
  margin: 0;
}
#header-inner {
  padding: 10px 0;
}
#header .area-site-search {
  position: absolute;
  top: 60px;
  right: 0;
}
.area-site-search .text {
  border: 1px solid #e9e9e9;
  box-shadow: none;
  padding: 0;
  height: 32px;
  width: 250px;
  vertical-align: middle;
  position: relative;
  right: -4px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.ie7 .area-site-search .text,
.ie8 .area-site-search .text,
.ie9 .area-site-search .text {
  padding-left: 10px;
}
.area-site-search .submit {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 32px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  vertical-align: middle;
}
.area-site-search .submit:visited {
  color: #ffffff;
}
.area-site-search .submit:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.area-site-search .submit:focus {
  outline: 1px dotted #666;
}
.area-site-search .submit.disabled {
  cursor: default;
  background-image: none;
}
.area-site-search .submit[disabled] {
  cursor: default;
  background-image: none;
}
/* @end */
/* @group Units */
.AddThisShareWidget {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 12px;
}
.primary-type-production .AddThisShareWidget {
  border: none;
}
.content-footer {
  padding-top: 15px;
  border-top: 1px solid #e9e9e9;
}
/* @group Disqus */
#disqus_thread {
  padding: 0 15px;
  border: 1px solid #e9e9e9;
}
#dsq-subscribe,
.dsq-brlink {
  font-size: 12px !important;
}
/* @end */
/* @group Facebook */
.area-facebook-like-box,
.area-facebook-like-box iframe,
.area-facebook-like-box iframe[style] {
  background-color: #ffffff;
  width: 100% !important;
}
/* @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: #0088cc;
}
.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: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #777777;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
a.more:visited {
  color: #ffffff;
}
a.more:hover {
  color: #ffffff;
  text-decoration: none;
  background: #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: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.book-button:visited {
  color: #ffffff;
}
.book-button:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.book-button:focus {
  outline: 1px dotted #666;
}
.book-button.disabled {
  cursor: default;
  background-image: none;
}
.book-button[disabled] {
  cursor: default;
  background-image: none;
}
.book-status {
  cursor: pointer;
  display: inline-block;
  background: #e6e6e6;
  color: #808080;
  padding: 7px 15px 8px;
  vertical-align: bottom;
  line-height: normal;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
/* @group Modal Overlays for Alerts */
.type-page .modal {
  background-color: #232323;
  border-color: rgba(255, 255, 255, 0.25);
}
.type-page .modal .modal-body {
  color: #ffffff;
  text-align: center;
}
/* @end */
/* @group Supporting Content Defaults */
.area-production-image {
  margin-bottom: 20px;
}
.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.9%;
  width: 22%;
}
.supporting-content-panel {
  background-color: #e9e9e9;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #bfbfbf;
}
.supporting-content-panel h2 {
  color: #636363;
  font-size: 20px;
  margin: 0 0 9px 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #b0b0b0;
}
.supporting-content-panel li,
.supporting-content-panel p {
  font-size: 14px;
  line-height: 1.5em;
}
.supporting-content-link-list a {
  border-bottom: 1px solid #cecece;
  display: block;
  padding: 3px 0 3px 24px;
}
.supporting-content-link-list:hover {
  background-color: #fff;
}
.supporting-content-link-list.first {
  margin-top: -9px;
}
.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 {
  background-color: #e9e9e9;
  padding: 20px;
  margin-bottom: 10px;
  border: 1px solid #bfbfbf;
}
.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: #636363;
  font-size: 20px;
  margin: 0 0 9px 0;
  padding-bottom: 3px;
  border-bottom: 1px solid #b0b0b0;
}
.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: 14px;
  line-height: 1.5em;
}
.area-attachments-list ul li a,
.area-related-page-list ul li a {
  border-bottom: 1px solid #cecece;
  display: block;
  padding: 3px 0 3px 24px;
}
.area-attachments-list ul li:hover,
.area-related-page-list ul li:hover {
  background-color: #fff;
}
.area-attachments-list ul li.first,
.area-related-page-list ul li.first {
  margin-top: -9px;
}
.area-attachments-list ul li.last a,
.area-related-page-list ul li.last a {
  border-bottom: none;
  margin-bottom: 3px;
}
.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-size: 12px;
  background-color: #636363;
  padding: 2px 10px;
  text-align: right;
  display: block;
}
.list-more-link:hover {
  background-color: #0088cc;
}
/* @end */
/* @group Related Pages */
.area-related-page-list a {
  background: url(../images/icon-related-pages.png) no-repeat 0 7px;
}
/* @end */
/* @group Attachments */
.area-attachments-list a {
  background: url(/themes/mso/static/document-files/document.png) no-repeat 2px 7px;
}
.area-attachments-list li.pdf a {
  background-image: url(/themes/mso/static/document-files/document-pdf.png);
}
.area-attachments-list li.music a {
  background-image: url(/themes/mso/static/document-files/document-music.png);
}
.area-attachments-list li.excel a {
  background-image: url(/themes/mso/static/document-files/document-excel.png);
}
.area-attachments-list li.film a {
  background-image: url(/themes/mso/static/document-files/document-film.png);
}
.area-attachments-list li.powerpoint a {
  background-image: url(/themes/mso/static/document-files/document-powerpoint.png);
}
.area-attachments-list li.word-text a {
  background-image: url(/themes/mso/static/document-files/document-word-text.png);
}
.area-attachments-list li.zipped a {
  background-image: url(/themes/mso/static/document-files/document-zipper.png);
}
.area-attachments-list a .filesize {
  color: #666;
}
.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 .body,
.area-twitter-feed p {
  margin: 0;
}
.area-twitter-feed time {
  font-size: 12px;
}
.area-twitter-feed article {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cecece;
}
.area-twitter-feed a.twitter-footer {
  -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);
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  display: block;
  opacity: 0.75;
  width: auto;
  height: 22px;
  background-image: url(../images/twitter-footer.png);
  background-repeat: no-repeat;
  background-position: 100% 0;
}
.area-twitter-feed a.twitter-footer br {
  display: none;
}
.area-twitter-feed a.twitter-footer:hover {
  opacity: 1;
}
/* @end */
/* @group Page Images */
.area-page-image {
  margin-bottom: 20px;
}
/* @end */
/* @group Page Navigation */
.unit-page-navigation {
  zoom: 1;
}
.unit-page-navigation:before,
.unit-page-navigation:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-page-navigation:after {
  clear: both;
}
.unit-page-navigation .next {
  float: right;
  padding-right: 14px;
  background: url(../images/arrow-article-navigation-next.png) no-repeat 100% 50%;
}
.svg .unit-page-navigation .next {
  background-image: url(../images/arrow-article-navigation-next.svg);
}
.unit-page-navigation .back {
  float: left;
  padding-left: 14px;
  background: url(../images/arrow-article-navigation-back.png) no-repeat 0 50%;
}
.svg .unit-page-navigation .back {
  background-image: url(../images/arrow-article-navigation-back.svg);
}
/* @end */
/* @group Breadcrumb Trail */
.unit-breadcrumb-trail {
  background: #e9e9e9;
  border: 1px solid #bfbfbf;
  padding: 5px 15px;
  margin-bottom: 20px;
  font-size: 14px;
}
.unit-breadcrumb-trail ul li.home a {
  font-weight: bold;
  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-size: 14px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 2%;
}
.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: #0088cc;
}
.area-filters-type ul,
.area-filters-category ul {
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  border-bottom: 0;
  border-left: 1px solid #f3f3f3;
}
h2.filter-title {
  color: #fff;
  background-color: #333;
  margin: 0;
  font-size: 14px;
  padding: 10px;
}
/* @end */
/* @group Secondary Nav */
.unit-secondary-navigation {
  font-size: 14px;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 2%;
}
.unit-secondary-navigation ul {
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  border-bottom: 0;
  border-left: 1px solid #f3f3f3;
}
h2.top-level-parent {
  margin-bottom: 0.25em;
}
.unit-nested-menu a,
.area-filters-type a,
.area-filters-category a {
  background-color: #fff;
  border-bottom: 1px solid #f3f3f3;
  padding-right: 30px;
}
.unit-nested-menu a:hover,
.area-filters-type a:hover,
.area-filters-category a:hover {
  color: #fff;
  background-color: #0099e6;
  background-image: url(../images/arrow-navigation-level2-active.png);
  background-repeat: no-repeat;
  background-position: 98% 8px;
}
.unit-nested-menu a.section {
  color: #fff;
  background-color: #666;
  background-image: url(../images/arrow-navigation-level2-open.png);
  background-repeat: no-repeat;
  background-position: 97% 8px;
}
.svg .unit-nested-menu a.section {
  background-image: url(../images/arrow-navigation-level2-open.svg);
}
.unit-nested-menu a.current,
.area-filters-type a.current,
.area-filters-category a.current {
  background-color: #0088cc;
  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);
}
/* @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;
  margin-right: 4%;
  width: 48%;
  margin-bottom: 20px;
}
.area-child-page-list .unit-block .media {
  width: 100%;
}
.area-child-page-list .unit-block h2 {
  font-size: 20px;
  color: #0088cc;
  margin: 0 0 3px 0;
}
.area-child-page-list .unit-block a p {
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.area-child-page-list .unit-block a {
  display: block;
  border-bottom: 3px solid #ccc;
  min-height: 305px;
}
.area-child-page-list .unit-block a:hover {
  border-bottom-color: #0099e6;
}
.area-child-page-list .unit-block a:hover h2 {
  color: #0099e6;
}
.area-child-page-list .end {
  margin-right: 0;
}
.area-child-page-list .media {
  float: none;
  margin: 0 0 12px 0;
}
/* @end */
/* @group Recommended Productions */
.area-recommended-productions {
  margin-top: 20px;
}
.area-recommended-productions .unit-production-entry {
  background-color: #000;
  margin-bottom: 10px;
}
.area-recommended-productions .unit-production-entry h2 {
  font-size: 22px;
  line-height: 1em;
}
.area-recommended-productions .unit-production-entry h2 a {
  color: #ccc;
}
.area-recommended-productions .unit-production-entry h2 a:hover {
  color: #fff;
}
.area-recommended-productions .unit-production-entry .links {
  margin: 0;
}
.area-recommended-productions .unit-production-entry .meta {
  color: #fff;
  font-size: 13px;
}
.area-recommended-productions .unit-production-entry .links a {
  padding: 4px 8px 3px;
}
/* @end */
/* @group Homepage Calendar */
.area-homepage-calendar {
  margin-bottom: 10px;
}
.area-homepage-calendar .calendar {
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 5px;
}
.area-homepage-calendar .calendar-controls {
  color: #ffffff;
  background-color: #656565;
  margin: 0;
  line-height: 1em;
  padding: 10px;
  text-align: center;
  position: relative;
}
.area-homepage-calendar .calendar-controls a {
  margin-top: 1px;
  width: 15px;
  height: 13px;
  background-position: 0 0;
  opacity: 0.85;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.area-homepage-calendar .calendar-controls a br {
  display: none;
}
.area-homepage-calendar .calendar-controls a:hover {
  opacity: 1;
}
.area-homepage-calendar .calendar-controls .previous {
  display: inline;
  float: left;
  background-image: url(../images/arrow-homecal-l.png);
}
.svg .area-homepage-calendar .calendar-controls .previous {
  background-image: url(../images/arrow-homecal-l.svg);
}
.area-homepage-calendar .calendar-controls .next {
  display: inline;
  float: right;
  background-image: url(../images/arrow-homecal-r.png);
}
.svg .area-homepage-calendar .calendar-controls .next {
  background-image: url(../images/arrow-homecal-r.svg);
}
.area-homepage-calendar table {
  border: none;
}
.area-homepage-calendar th,
.area-homepage-calendar td {
  font-size: 14px;
  padding: 0;
  width: 14%;
  text-align: center;
  border: none;
}
.area-homepage-calendar .last-month,
.area-homepage-calendar .next-month {
  color: #ccc;
}
.area-homepage-calendar td {
  border: 2px solid #fff;
  background-color: #e9e9e9;
}
.area-homepage-calendar td.today {
  outline: 1px solid #666;
}
.area-homepage-calendar td.past,
.area-homepage-calendar td.previous-month {
  color: #ccc;
}
.area-homepage-calendar td.has-results {
  cursor: pointer;
}
.area-homepage-calendar a.has-results {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0088cc;
  color: #ffffff;
  cursor: pointer;
}
.area-days-performances {
  display: none;
  position: relative;
}
.area-performance-list {
  position: absolute;
  width: 200px;
  bottom: 10px;
  left: -70px;
  padding-bottom: 10px;
  text-align: left;
}
.area-performance-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #e9e9e9;
  padding: 2px;
  -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.15);
  position: relative;
}
.area-performance-list ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-performance-list ul:after {
  top: 100%;
  border: solid transparent;
  border-top-color: #ffffff;
  border-width: 5px;
  left: 50%;
  margin-left: -5px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.area-performance-list ul:before {
  top: 100%;
  border: solid transparent;
  border-top-color: #ffffff;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.area-days-performances ul li a {
  padding: 3px 8px 5px 8px;
  font-size: 12px;
  line-height: 1.2em;
  display: block;
  color: #333;
}
.area-days-performances ul li a:hover {
  color: #fff;
  background-color: #0088cc;
}
.active .area-days-performances {
  display: block;
  z-index: 10;
}
/* @end */
/* @group Homepage Filters */
.area-homepage-filters {
  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-size: 18px;
}
.area-homepage-filters .button {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 1em;
  margin-left: 4%;
  padding: 6px 0;
  width: 16%;
}
.area-homepage-filters .button:visited {
  color: #ffffff;
}
.area-homepage-filters .button:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.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-news-list .unit-article,
.area-homepage-news-list .unit-article {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.area-news-list .section-header,
.area-homepage-news-list .section-header {
  zoom: 1;
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.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;
  display: inline;
  float: left;
}
.area-news-list a .article-type,
.area-homepage-news-list a .article-type {
  color: #333;
}
.area-news-list a:hover .article-type,
.area-homepage-news-list a:hover .article-type {
  color: #666;
}
.area-news-list .description,
.area-homepage-news-list .description {
  margin-bottom: 0.25em;
}
.rss {
  width: 24px;
  height: 24px;
  background: url(../images/icon-rss.png) no-repeat 0 0;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.rss br {
  display: none;
}
.area-news-list .section-header .rss,
.area-homepage-news-list .section-header .rss {
  display: inline;
  float: right;
}
.area-news-list .unit-article,
.area-homepage-news-list .unit-article {
  border-bottom: 1px solid #bfbfbf;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
.area-news-list .unit-article header,
.area-homepage-news-list .unit-article header {
  zoom: 1;
  margin-bottom: 0.25em;
}
.area-news-list .unit-article header:before,
.area-homepage-news-list .unit-article header:before,
.area-news-list .unit-article header:after,
.area-homepage-news-list .unit-article header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-news-list .unit-article header:after,
.area-homepage-news-list .unit-article header:after {
  clear: both;
}
.area-news-list .unit-article h3,
.area-homepage-news-list h3 {
  font-size: 20px;
  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-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: #0088cc;
}
#secondary-content .area-news-list h2 {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
#secondary-content .area-news-list .unit-article h3 {
  font-size: 18px;
}
/* @end */
/* @group Feature Boxes */
.area-feature-boxes {
  zoom: 1;
}
.area-feature-boxes:before,
.area-feature-boxes:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-feature-boxes:after {
  clear: both;
}
.area-feature-boxes .unit-block {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.type-home-page .area-feature-boxes .unit-block {
  padding-bottom: 42px;
  background-color: #000000;
}
.area-feature-boxes .unit-block img {
  width: 100%;
  height: auto;
  display: block;
}
.area-feature-boxes .unit-block header {
  -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -ms-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
  position: absolute;
  padding: 10px 10px 20px 10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.area-feature-boxes .unit-block a:hover header {
  bottom: 0;
}
.area-feature-boxes h2 {
  color: #ccc;
  font-weight: normal;
  text-align: center;
  font-size: 14px;
}
.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-size: 12px;
  color: #fff;
  padding: 10px 10px;
  background: #666;
  margin-right: 1px;
  border-bottom: 1px solid #fff;
  display: block;
}
.js .tab-headers .active a,
.js .collapsible-tab-header.selected a {
  color: #333;
  border-bottom: 1px solid #d3d3d3;
  background-color: #d3d3d3;
}
.js .tab-content,
.js .collapsible-content {
  padding: 2%;
  border: 10px solid #d3d3d3;
}
/* @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 {
  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: Georgia, "Times New Roman", Times, serif;
  font-size: 16px;
  line-height: 24px;
}
#accordion .ui-state-default,
#accordion .ui-widget-content .ui-state-default,
#accordion .ui-widget-header .ui-state-default {
  background-color: #e9e9e9;
  border-color: #bfbfbf;
}
#accordion .ui-state-active,
#accordion .ui-widget-content .ui-state-active,
#accordion .ui-widget-header .ui-state-active {
  background-color: #0088cc;
  border-color: #0088cc;
}
#accordion .ui-state-default .ui-icon {
  background-image: url(/themes/mso/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/mso/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: #0088cc;
}
#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: #0099e6;
}
#accordion .ui-state-hover {
  border-color: #0088cc;
}
/* @end */
/* @group Audio Player */
a.jp-play,
a.jp-pause {
  border-right: 3px solid #e9e9e9;
}
.area-audio-player a.jp-pause:hover,
.area-audio-player a.jp-play:hover {
  background-color: #0099e6;
}
.area-audio-player div.jp-play-bar {
  background-image: url(../images/jplayer.mso.progress.gif);
}
.area-audio-player div.jp-seek-bar {
  background-image: url(../images/jplayer.mso.progress.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 Experience Types */
.area-experience-types {
  display: inline;
  float: right;
}
.area-experience-types li {
  float: left;
}
.area-experience-types ul {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  /* @end */
}
.area-experience-types ul:before,
.area-experience-types ul:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-experience-types ul:after {
  clear: both;
}
.area-experience-types ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-experience-types ul li a {
  display: inline;
  float: left;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  width: 36px;
  height: 36px;
  background-image: url(../images/sprite-experience-icons.png);
  background-position: 0 0;
}
.area-experience-types ul li a br {
  display: none;
}
.area-experience-types ul li.popular a {
  background-position: 0 0;
}
.area-experience-types ul li.classical a {
  background-position: -36px 0;
}
.area-experience-types ul li.family a {
  background-position: -72px 0;
}
.svg .area-experience-types ul li a {
  background-image: url(../images/sprite-experience-icons.svg);
}
/* @end */
#header-inner,
#footer-social-inner,
#footer-inner,
#page-content,
#primary-navigation-inner,
.flex-control-nav,
.area-main-feature .content-inner {
  width: 90%;
}
.performance-form-selector #page-content {
  width: 100%;
  margin: 0;
  padding: 0;
}
.lt-ie10 #header-inner,
.lt-ie10 #footer-social-inner,
.lt-ie10 #footer-inner,
.lt-ie10 #page-content,
.lt-ie10 #primary-navigation-inner,
.lt-ie10 .flex-control-nav,
.lt-ie10 .area-main-feature .content-inner {
  width: 950px;
}
/* @group Ticketing Path Stuff */
/* @group Select Your Own Seat (Legacy) */
#select-your-own-seat {
  position: relative;
}
.syos-graphical #level-selector,
.syos-graphical #seat-selector {
  background: url('/bundles/madeblocksoffice/images/pickaseat-bg.png') repeat-y;
}
#seat-selector {
  padding: 0;
}
#basket-holder {
  position: fixed;
  z-index: 1000;
  width: 610px;
  display: none;
}
/* @group Seat Selector */
#pick-a-seat-map {
  float: left;
}
#pick-a-seat-seats {
  position: relative;
}
#unit-seatmap-info {
  background: #fff;
  float: right;
  padding: 0 10px;
  width: 300px;
}
#seat-key {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
#seat-key li {
  margin: 0 0 3px 0;
}
#seat-key .available span {
  background-position: 0 0;
}
.dress-to-impress,
.vip-zone {
  display: none;
}
#pick-a-seat-toolbar {
  padding: 10px;
}
#pick-a-seat-toolbar a {
  background: #333;
  display: block;
  color: #fff;
  padding: 2px 4px;
  text-decoration: none;
  text-indent: 0;
}
#pick-a-seat-map-help {
  float: right;
  height: 19px;
  margin: 0 1px 0 7px;
  width: 27px;
}
#pick-a-seat-price-selector {
  border: 2px solid #d4d4d4;
  background: #fff;
  padding: 5px 0;
  width: 260px;
  z-index: 100;
}
/* needs extra selector so it doesn't break mobile */
.section-booking #pick-a-seat-price-selector {
  display: none;
  position: absolute;
}
#pick-a-seat-price-selector h3 {
  border-bottom: 1px solid #eaeaea;
  font-size: 14px;
  margin: 0 0 5px;
  padding: 0 5px 5px;
  font-weight: normal;
}
#pick-a-seat-price-selector ul {
  margin: 0;
  padding: 0;
}
#pick-a-seat-price-selector ul li {
  border-bottom: 1px solid #eaeaea;
  font-size: 12px;
  line-height: 1.5em;
  list-style-type: none;
  margin: 0;
  padding: 2% 3%;
  width: 94%;
}
#pick-a-seat-price-selector ul li:last-child {
  border-bottom: none;
}
#pick-a-seat-price-selector ul li span {
  display: block;
  float: left;
}
#pick-a-seat-price-selector ul li span.type {
  width: 114px;
}
#pick-a-seat-price-selector ul li span.price {
  width: 90px;
}
#pick-a-seat-price-selector ul li span.price .original-price {
  margin-right: 5px;
  text-decoration: line-through;
}
#pick-a-seat-price-selector .down-arrow,
#pick-a-seat-price-selector .up-arrow {
  display: none;
  position: absolute;
}
#pick-a-seat-price-selector .inline-preview {
  float: left;
  width: 80px;
  padding: 2px 4px;
}
#basket-summary th,
#basket-summary tfoot td {
  background: #6d6d6d;
  color: #fff;
}
.scrollContent {
  max-height: 105px;
  overflow: auto;
}
.basket-summary-actions {
  background: #6d6d6d;
  color: #fff;
  padding: 10px;
}
.basket-summary-actions .empty-basket-message,
.basket-summary-actions .basket-total {
  float: left;
  font-size: 16px;
}
.basket-summary-actions .add-to-basket {
  float: right;
}
#seat-previews {
  display: none;
}
.seat-preview-icon {
  background: url(/bundles/madeblocksoffice/images/seatpreview.png) no-repeat top left;
  height: 26px;
  position: absolute;
  text-indent: -9999px;
  width: 22px;
  z-index: 1004;
}
#preview-overlay {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1003;
}
/* @end */
/* @group Level Selector */
#unit-levels {
  float: left;
  width: 610px;
}
#unit-levels h1 {
  background: #e3e3e3;
  font-size: 24px;
  margin: 0;
  padding: 4px 10px 9px;
}
#unit-info {
  background: #fff;
  float: right;
  padding: 0 10px;
  width: 300px;
}
#unit-levels #simple-level-container .screen-hit-area {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #eee;
  cursor: pointer;
  margin: 10px 0 10px 0;
  padding: 10px;
  text-align: center;
}
#unit-levels #simple-level-container .is-unavailable {
  cursor: not-allowed;
  opacity: 0.4;
}
#unit-levels #graphic-level-container {
  overflow: hidden;
  position: relative;
}
#unit-levels #graphic-level-container #background {
  left: 0;
  position: relative;
  top: 0;
  z-index: 1;
}
#unit-levels #graphic-level-container #hover {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 2;
}
#unit-levels #graphic-level-container .screen-hit-area {
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
}
div.syos-help {
  display: none;
}
div.syos-help-wrapper {
  width: 600px;
}
#level-summary-popup {
  background: #fff;
  display: none;
  left: 50px;
  padding: 2px 0 13px;
  position: absolute;
  top: 50px;
  z-index: 25;
  width: 216px;
}
#level-summary-popup h3 {
  border-bottom: 1px dotted #ccc;
  font-size: 16px;
  margin: 0 0 8px;
  padding: 3px 10px 6px 10px;
}
#level-summary-popup p {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
  padding: 0 10px 0 10px;
}
#graphic-level-container .unavailable p {
  color: #c00;
}
#unit-levels #graphic-level-container .is-unavailable {
  cursor: default;
}
#seat-selector {
  display: none;
}
#pick-a-seat-map {
  position: relative;
}
#pick-a-seat-map .seat {
  position: absolute;
}
#pick-a-seat-map .seat span {
  display: block;
  height: 11px;
  width: 11px;
}
#pick-a-seat-map .seat a {
  display: block;
  height: 11px;
  text-decoration: none;
  width: 11px;
}
#pick-a-seat-price-selector .close {
  background: url('/bundles/madeblocksoffice/images/btn-close-sprite.png') left center no-repeat;
  display: block;
  float: right;
  margin: 0 10px;
  width: 20px;
  height: 16px;
  text-indent: -9999px;
}
#pick-a-seat-price-selector .close:hover {
  background-position: -80px center;
}
#basket-summary thead,
#basket-summary tbody {
  display: none;
}
#basket-summary .base-row {
  display: none;
}
#basket-summary .open thead,
#basket-summary .open tbody,
#basket-summary .open .basket-total {
  display: table-row-group;
}
.basket-summary-actions .empty-basket-message {
  display: block;
}
.basket-summary-actions .basket-total {
  display: none;
}
.active .basket-summary-actions .empty-basket-message {
  display: none;
}
.active .basket-summary-actions .basket-total {
  display: block;
}
.syos-dialog {
  display: none;
}
#adding-to-basket-content {
  background: url(/bundles/madeblocksoffice/images/ajax-loader-white.gif) no-repeat center center;
  height: 200px;
  position: relative;
  width: 400px;
}
#adding-to-basket-content p {
  bottom: 20px;
  font-size: 20px;
  margin: 0 0 20px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
#add-tickets-failed-content {
  height: 300px;
  position: relative;
  width: 450px;
}
#add-tickets-too-many-content {
  height: 200px;
  position: relative;
  width: 400px;
}
#basket-empty-content {
  height: 100px;
  position: relative;
  width: 400px;
}
#basket-empty-content p {
  bottom: 20px;
  font-size: 20px;
  margin: 0 0 20px;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
/* @end */
/* @end */
/* @group SYOS Page */
/* @group Level Selection */
.screen-hit-area-fix {
  background: black;
  height: 100%;
  width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
}
#unit-levels #graphic-level-container .screen-hit-area {
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10;
}
#unit-levels #graphic-level-container {
  overflow: hidden;
  position: relative;
}
#unit-levels #simple-level-container {
  margin: 0.5em 0 1em 0;
}
#unit-levels #simple-level-container .screen-hit-area {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -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);
  width: 96%;
  padding: 1.5% 2%;
  font-size: 16px;
  margin: 0 0 2px 0;
}
#unit-levels #simple-level-container .screen-hit-area:visited {
  color: #ffffff;
}
#unit-levels #simple-level-container .screen-hit-area:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
#unit-levels #simple-level-container .screen-hit-area:focus {
  outline: 1px dotted #666;
}
#unit-levels #simple-level-container .screen-hit-area.disabled {
  cursor: default;
  background-image: none;
}
#unit-levels #simple-level-container .screen-hit-area[disabled] {
  cursor: default;
  background-image: none;
}
#unit-levels #simple-level-container .is-unavailable {
  cursor: not-allowed;
  background-color: #ccc;
  border-color: #666;
  color: #666;
}
#unit-levels #simple-level-container .is-unavailable:hover {
  background-color: #ccc;
  color: #666;
}
#unit-levels h1 {
  background: #e3e3e3;
  font-size: 24px;
  margin: 0;
  padding: 4px 10px 9px;
}
#unit-levels {
  float: left;
  width: 100%;
}
#level-summary-popup {
  top: auto;
}
.syos-graphical #level-selector,
.syos-graphical #seat-selector {
  background: none;
}
#basket-holder {
  width: 100%;
  z-index: 1005;
}
#loading-indicator {
  background-image: url(../images/level-select.preloader.gif);
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 50% 25%;
  text-align: center;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  min-height: 600px;
}
#loading-indicator span {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* @end */
/* @group Seat Selection */
/* @group Level Select Screen */
.area-select-your-level {
  position: relative;
  margin-bottom: 1em;
}
.section-booking .unit-breadcrumb-trail {
  margin-bottom: 10px;
}
.type-select-level #primary-content .area-select-your-level h1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  padding: 20px;
  color: #fff;
  font-size: 22px;
  border-bottom: none;
  z-index: 10;
}
.rgba .type-select-level #primary-content .area-select-your-level h1 {
  background: #000000;
  background: rgba(0, 0, 0, 0.85);
}
.area-select-your-level .best-available {
  z-index: 20;
  position: absolute;
  right: 18px;
  top: 18px;
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #777777;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.area-select-your-level .best-available:visited {
  color: #ffffff;
}
.area-select-your-level .best-available:hover {
  color: #ffffff;
  text-decoration: none;
  background: #919191;
}
.area-select-your-level .best-available:focus {
  outline: 1px dotted #666;
}
.area-select-your-level .best-available.disabled {
  cursor: default;
  background-image: none;
}
.area-select-your-level .best-available[disabled] {
  cursor: default;
  background-image: none;
}
.section-booking .area-production-details,
.type-select-level .area-production-details {
  border-top: none;
  padding-top: 0;
  zoom: 1;
  display: inline;
  float: left;
  width: 66%;
  margin-right: 2%;
}
.section-booking .area-production-details:before,
.type-select-level .area-production-details:before,
.section-booking .area-production-details:after,
.type-select-level .area-production-details:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.section-booking .area-production-details:after,
.type-select-level .area-production-details:after {
  clear: both;
}
.type-select-level .area-apply-promo-code,
.section-booking .area-apply-promo-code {
  zoom: 1;
  display: inline;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-right: 0;
  border-bottom: none;
  margin: 0;
}
.type-select-level .area-apply-promo-code:before,
.section-booking .area-apply-promo-code:before,
.type-select-level .area-apply-promo-code:after,
.section-booking .area-apply-promo-code:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.type-select-level .area-apply-promo-code:after,
.section-booking .area-apply-promo-code:after {
  clear: both;
}
.type-select-level .area-apply-promo-code p,
.section-booking .area-apply-promo-code p {
  font-size: 17px;
  text-align: right;
}
.type-select-level .area-apply-promo-code #promocode-form,
.section-booking .area-apply-promo-code #promocode-form {
  float: right;
}
.type-select-level .area-apply-promo-code .flash-promocode-error,
.section-booking .area-apply-promo-code .flash-promocode-error {
  margin: 0.5em 0 0 0;
}
.area-bestavailable-requirements {
  zoom: 1;
  margin: 0px 0px 20px;
}
.area-bestavailable-requirements:before,
.area-bestavailable-requirements:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-bestavailable-requirements:after {
  clear: both;
}
.area-bestavailable-requirements ul {
  margin: 0px;
  padding: 0px;
}
.area-bestavailable-requirements ul li {
  clear: both;
  float: left;
  font-size: 14px;
  list-style-type: none;
  margin: 5px 0px 0px;
  padding: 0px 0px 5px;
  width: 100%;
}
.area-bestavailable-requirements ul li label {
  margin: 0px 10px 0px 0px;
  width: auto;
}
.area-level-selector .media {
  overflow: hidden;
}
.area-level-selector .media img {
  max-width: none;
  position: relative;
}
.area-level-selector .media img:hover {
  left: -100%;
}
.area-level-selector .media img .type-select-level .has-secondary-content #secondary-content .area-access-requirements {
  zoom: 1;
  display: inline;
  float: left;
  width: 74.5%;
  margin-right: 2%;
}
.area-level-selector .media img .type-select-level .has-secondary-content #secondary-content .area-access-requirements:before,
.area-level-selector .media img .type-select-level .has-secondary-content #secondary-content .area-access-requirements:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-level-selector .media img .type-select-level .has-secondary-content #secondary-content .area-access-requirements:after {
  clear: both;
}
.area-level-selector .media img .type-select-level .has-secondary-content #secondary-content {
  position: relative;
}
/* @end */
/* @group SYOS Map Tool Bar */
.area-pick-a-seat-toolbar {
  zoom: 1;
  position: relative;
  margin-bottom: 1em;
  background-color: #e3e3e3;
  padding: 10px 15px;
}
.area-pick-a-seat-toolbar:before,
.area-pick-a-seat-toolbar:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-pick-a-seat-toolbar:after {
  clear: both;
}
.area-pick-a-seat-toolbar h2 {
  text-align: center;
  font-size: 22px;
  margin: 0;
}
.area-pick-a-seat-toolbar h2 .venue {
  color: #666666;
}
.area-pick-a-seat-toolbar #pick-a-seat-map-back,
.area-pick-a-seat-toolbar #pick-a-seat-map-preview {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #777777;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-repeat: no-repeat;
}
.area-pick-a-seat-toolbar #pick-a-seat-map-back:visited,
.area-pick-a-seat-toolbar #pick-a-seat-map-preview:visited {
  color: #ffffff;
}
.area-pick-a-seat-toolbar #pick-a-seat-map-back:hover,
.area-pick-a-seat-toolbar #pick-a-seat-map-preview:hover {
  color: #ffffff;
  text-decoration: none;
  background: #919191;
}
.area-pick-a-seat-toolbar #pick-a-seat-map-back:focus,
.area-pick-a-seat-toolbar #pick-a-seat-map-preview:focus {
  outline: 1px dotted #666;
}
.area-pick-a-seat-toolbar #pick-a-seat-map-back.disabled,
.area-pick-a-seat-toolbar #pick-a-seat-map-preview.disabled {
  cursor: default;
  background-image: none;
}
.area-pick-a-seat-toolbar #pick-a-seat-map-back[disabled],
.area-pick-a-seat-toolbar #pick-a-seat-map-preview[disabled] {
  cursor: default;
  background-image: none;
}
.area-pick-a-seat-toolbar form label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.area-pick-a-seat-toolbar form {
  position: absolute;
  left: 13px;
  top: 11px;
}
.area-pick-a-seat-toolbar .area-syos-options {
  position: absolute;
  right: 13px;
  top: 9px;
}
.area-pick-a-seat-toolbar #pick-a-seat-map-preview {
  padding-left: 34px;
  background-position: 6px 48%;
  background-image: url(../images/ticketing-icon-view-from-seat.png);
}
.area-pick-a-seat-toolbar #pick-a-seat-map-preview:hover {
  background-image: url(../images/ticketing-icon-view-from-seat.png);
  background-position: 6px 48%;
  background-repeat: no-repeat;
}
.svg .area-pick-a-seat-toolbar #pick-a-seat-map-preview,
.svg .area-pick-a-seat-toolbar #pick-a-seat-map-preview:hover {
  background-image: url(../images/ticketing-icon-view-from-seat.svg);
}
/* @end */
/* @group The Map */
#pick-a-seat-map {
  float: left;
  width: 690px;
}
#seat-selector {
  background-color: #fafafa;
  zoom: 1;
}
#seat-selector:before,
#seat-selector:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#seat-selector:after {
  clear: both;
}
#pick-a-seat-price-selector {
  zoom: 1;
  z-index: 1001;
}
#pick-a-seat-price-selector:before,
#pick-a-seat-price-selector:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#pick-a-seat-price-selector:after {
  clear: both;
}
#pick-a-seat-price-selector .down-arrow {
  width: 13px;
  height: 12px;
  background-image: url(../images/ticketing-arrow-price-selector.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: -2px;
}
.svg #pick-a-seat-price-selector .down-arrow {
  background-image: url(../images/ticketing-arrow-price-selector.svg);
}
#pick-a-seat-price-selector li {
  zoom: 1;
  float: none;
}
#pick-a-seat-price-selector li:before,
#pick-a-seat-price-selector li:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#pick-a-seat-price-selector li:after {
  clear: both;
}
#pick-a-seat-price-selector ul li a {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  padding: 3px 6px;
  float: right;
}
#pick-a-seat-price-selector ul li a:visited {
  color: #ffffff;
}
#pick-a-seat-price-selector ul li a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
#pick-a-seat-price-selector ul li a:focus {
  outline: 1px dotted #666;
}
#pick-a-seat-price-selector ul li a.disabled {
  cursor: default;
  background-image: none;
}
#pick-a-seat-price-selector ul li a[disabled] {
  cursor: default;
  background-image: none;
}
#pick-a-seat-map .seat span {
  background-image: url(../images/sprite-seat-icons.png);
  background-position: 0 -11px;
  background-repeat: no-repeat;
  line-height: 0;
}
.svg #pick-a-seat-map .seat span {
  background-image: url(../images/sprite-seat-icons.svg);
}
#pick-a-seat-map .seat a {
  z-index: 1000;
  position: absolute;
  top: 0;
  left: 0;
}
#pick-a-seat-map .seat .available,
.in-edit-mode #pick-a-seat-map .seat .available-at-different-price {
  background-position: 0 0;
}
#pick-a-seat-map .seat .available-at-same-price {
  background-position: 0 -44px;
}
#pick-a-seat-map .seat .selected {
  background-position: 0 -55px;
}
#pick-a-seat-map .seat .selected a {
  cursor: default;
}
/* Seats for wheelchair users */
#pick-a-seat-map .seat .wheelchair,
#pick-a-seat-map .seat .wheelchair.selected,
#pick-a-seat-map .seat .wheelchair-space,
#pick-a-seat-map .seat .wheelchair-space.selected {
  background-position: 0 -22px;
}
/* You can't select these seats */
#pick-a-seat-map .seat .ticketed,
#pick-a-seat-map .seat .locked,
#pick-a-seat-map .seat .held,
#pick-a-seat-map .seat .held-breakable,
#pick-a-seat-map .seat .reserved-paid,
#pick-a-seat-map .seat .reserved-unpaid {
  background-position: 0 -11px;
}
#pick-a-seat-map .seat .previously-selected-as-part-of-same-order {
  background-position: 0 -66px;
}
/* These are your seats and they are in your basket */
#pick-a-seat-map .seat .inbasket {
  background-position: 0 -33px;
}
/* Disable other seats in your Basket when in Edit Mode (Swapping Seats) */
.in-edit-mode #pick-a-seat-map .seat .inbasket {
  background-position: 0 -66px;
}
.in-edit-mode #pick-a-seat-map .seat .inbasket a {
  cursor: not-allowed;
}
/* But not this one because you are editing it */
.in-edit-mode #pick-a-seat-map .seat .currently-editing {
  background-position: 0 -33px;
}
.in-edit-mode #pick-a-seat-map .seat .currently-editing a {
  cursor: pointer;
}
/* Sonar animation for the seat you are currently editing - Hidden by default. */
#pick-a-seat-map .seat .sonar-graphic {
  display: none;
  width: 109px;
  height: 109px;
  background: url(../images/sonar.png) no-repeat center center;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-name: sonar;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-duration: 1.5s;
  -moz-animation-name: sonar;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  position: absolute;
  top: -49px;
  left: -49px;
}
.svg #pick-a-seat-map .seat .sonar-graphic {
  background-image: url(../images/sonar.svg);
}
/* Visible for the seat you are currently editing */
#pick-a-seat-map .currently-editing .sonar-graphic {
  display: block;
}
/* @end */
/* @group SYOS Map Information */
.area-seatmap-info,
#seats-filter-price {
  margin-left: 700px;
  padding: 0 2%;
  min-width: 195px;
}
.area-seatmap-info #seat-key {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 1.5em;
  font-size: 14px;
}
.area-seatmap-info #seat-key li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.area-seatmap-info #seat-key li {
  padding-left: 25px;
  background: url(../images/ticketing-sprite-seats-key.png) no-repeat;
  line-height: 1.4em;
  margin-bottom: 0.25em;
}
.area-seatmap-info #seat-key .available {
  background-position: 0 0;
}
.area-seatmap-info #seat-key .occupied {
  background-position: 0 -15px;
}
.area-seatmap-info #seat-key .wheelchair {
  background-position: 0 -31px;
}
.area-seatmap-info #seat-key .selected {
  background-position: 0 -47px;
}
.area-seatmap-info #seat-key .available-at-same-price {
  background-position: 0 -63px;
}
.area-seatmap-info #seat-key .previously-selected-as-part-of-same-order {
  background-position: 0 -96px;
}
.svg .area-seatmap-info #seat-key li {
  background-image: url(../images/ticketing-sprite-seats-key.svg);
}
#seats-filter-price label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#seats-filter-price #filter-by-price {
  width: 100%;
}
/* @end */
/* @end */
/* @group SYOS Basket */
.type-select-level #primary-content .syos-plain.area-select-your-level h1 {
  position: static;
}
.type-select-level #primary-content .syos-plain.area-select-your-level .screen-hit-area-fix {
  background: transparent;
  opacity: 1;
  filter: none;
}
#primary-content .content-inner .area-syos-basket-inner table {
  margin-bottom: 0;
}
.area-syos-basket {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #f7f7f7 url(../images/bg-subtle-noise.png) repeat 50% 0;
  border-top: 5px solid #E9E9E9;
  -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.15);
}
.area-syos-basket-inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1200px;
}
.area-syos-basket-inner header {
  zoom: 1;
}
.area-syos-basket-inner header:before,
.area-syos-basket-inner header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-syos-basket-inner header:after {
  clear: both;
}
.area-syos-basket-inner header h2 {
  float: left;
  margin-top: 0.5em;
}
.area-syos-basket-inner .basket-wrapper {
  margin: 0.15em 0 0.5em 0;
}
.area-syos-basket-inner header .add-to-basket {
  float: right;
  margin-top: 1em;
}
.area-syos-basket-inner header .cancel-edit {
  float: right;
  margin-top: 1em;
  margin-right: 5px;
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #777777;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.area-syos-basket-inner header .cancel-edit:visited {
  color: #ffffff;
}
.area-syos-basket-inner header .cancel-edit:hover {
  color: #ffffff;
  text-decoration: none;
  background: #919191;
}
.area-syos-basket-inner header .cancel-edit:focus {
  outline: 1px dotted #666;
}
.area-syos-basket-inner header .cancel-edit.disabled {
  cursor: default;
  background-image: none;
}
.area-syos-basket-inner header .cancel-edit[disabled] {
  cursor: default;
  background-image: none;
}
.area-syos-basket-inner .scrollContent {
  max-height: 100px;
}
.area-access-requirements.field-choice .option label {
  line-height: 1.5em;
  font-size: 14px;
}
/* @end */
/* @end */
/* @group Global Elements */
/* @group Toolbar */
#toolbar {
  position: relative;
  margin: 0 auto;
  padding: 5px 0;
  z-index: 10000;
  background-color: #444;
  border-bottom: 1px solid #000;
  zoom: 1;
}
#toolbar:before,
#toolbar:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#toolbar:after {
  clear: both;
}
#toolbar p {
  color: #ffffff;
}
#toolbar h1,
#toolbar h2,
#toolbar h3,
#toolbar h4,
#toolbar h5,
#toolbar h6 {
  color: #ffffff;
}
#toolbar h1 strong,
#toolbar h2 strong,
#toolbar h3 strong,
#toolbar h4 strong,
#toolbar h5 strong,
#toolbar h6 strong {
  color: #e6e6e6;
}
#toolbar a {
  color: #56c2ff;
}
#toolbar a:visited {
  color: #23b0ff;
}
#toolbar a:active {
  color: #56c2ff;
}
#toolbar a:hover {
  color: #fefffe;
}
#toolbar table {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */
  border: 1px solid #666666;
}
#toolbar table caption {
  text-align: left;
}
#toolbar table th,
#toolbar table td {
  padding: 0.5em;
  text-align: left;
  border: 1px solid #666666;
}
#toolbar table th {
  padding-top: 0.5em;
  font-weight: bold;
  vertical-align: middle;
  border-bottom: 1px solid #666666;
}
#toolbar table td {
  vertical-align: top;
}
#toolbar hr {
  border-color: #444;
}
#toolbar .container {
  width: 100%;
  zoom: 1;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
}
#toolbar .container:before,
#toolbar .container:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#toolbar .container:after {
  clear: both;
}
#toolbar .visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
#toolbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#toolbar li {
  float: left;
  font-size: 12px;
}
#toolbar li a {
  font-weight: bold;
  color: #0088cc;
}
#toolbar li a:hover {
  color: #33bbff;
}
#toolbar li.register,
#toolbar li.myaccount {
  border-left: 1px solid #666;
  padding-left: 10px;
}
#toolbar li.cart a,
#toolbar li.basket a {
  background-repeat: no-repeat;
  background-position: 0 50%;
  padding: 4px 12px 4px 24px;
}
#toolbar li.cart a .items,
#toolbar li.basket a .items {
  display: none;
}
#toolbar li.basket a .items {
  display: none !important;
}
#toolbar li.basket a {
  background-image: url(../images/icon-basket.png);
}
.svg #toolbar li.basket a {
  background-image: url(../images/icon-basket.svg);
}
#toolbar li.cart a {
  background-image: url(../images/icon-cart.png);
}
.svg #toolbar li.cart a {
  background-image: url(../images/icon-cart.svg);
}
#unit-account-login {
  float: right;
  padding: 0;
  margin: 0;
}
#unit-account-login li {
  margin: 0 0 0 10px;
}
#unit-timer {
  font-size: 12px;
  font-weight: bold;
  background-image: url(../images/icon-stopwatch.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  margin: 0 0 0 0;
  padding: 6px 12px 6px 30px;
  width: 50%;
}
#unit-timer p {
  line-height: 1em;
  margin-bottom: 0;
}
#unit-account-actions {
  float: right;
}
/* @end */
.flash-message {
  background-color: #0076a0;
  border: 1px solid #00506d;
  padding: 0.5em 1em;
  margin: 0 0 1em 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.flash-message.success {
  background-color: #00a01c;
  border: 1px solid #006d13;
}
.flash-message.error {
  background-color: #ee0b00;
  border: 1px solid #bb0900;
}
.flash-message.warning {
  background-color: #ee8200;
  border: 1px solid #bb6600;
}
.flash-message a {
  color: #fff;
  text-decoration: underline;
}
.flash-message.video-youtube {
  background-color: #000;
  color: #fff;
}
.field-error {
  background-color: #0076a0;
  border: 1px solid #00506d;
  padding: 0.5em 1em;
  margin: 0 0 0 1em;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.field-error.success {
  background-color: #00a01c;
  border: 1px solid #006d13;
}
.field-error.error {
  background-color: #ee0b00;
  border: 1px solid #bb0900;
}
.field-error.warning {
  background-color: #ee8200;
  border: 1px solid #bb6600;
}
.error_list {
  padding: 0;
  margin: 0 0 1em 0;
}
.error_list li {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #0076a0;
  border: 1px solid #00506d;
  padding: 0.5em 1em;
  margin: 0 0 1em 0;
  font-weight: bold;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin: 0 0 1px 0;
  padding: 0.25em;
}
.error_list li li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.error_list li.success {
  background-color: #00a01c;
  border: 1px solid #006d13;
}
.error_list li.error {
  background-color: #ee0b00;
  border: 1px solid #bb0900;
}
.error_list li.warning {
  background-color: #ee8200;
  border: 1px solid #bb6600;
}
.error_list li a {
  color: #fff;
  text-decoration: underline;
}
.error_list li.video-youtube {
  background-color: #000;
  color: #fff;
}
.section-booking #header-inner,
.section-basket #header-inner,
.section-account #header-inner,
.section-login #header-inner,
.section-register #header-inner {
  padding-bottom: 10px;
}
.area-blocksoffice-user-toolbar {
  position: absolute;
  top: 22px;
  height: 25px !important;
  z-index: 10000;
  overflow: hidden;
}
body.user-toolbar {
  background: transparent;
}
body.user-toolbar #container {
  background: transparent;
}
body.user-toolbar #container #page-content {
  margin: 0 auto;
}
body.user-toolbar #toolbar {
  position: relative;
  width: 80%;
  margin: 0;
  height: auto;
  padding: 0;
  z-index: 10000;
  float: right;
}
body.user-toolbar #toolbar .container {
  position: relative;
  top: auto;
  width: 100%;
}
/* @group Booking Process Breadcrumb */
.booking-stages ul {
  text-align: center;
}
.booking-stages ul li {
  font-size: 15px;
  float: none;
  padding: 0 3em 0 0;
  color: #999999;
  background: url(../images/ticketing-stages-divider.png) no-repeat 94% 50%;
}
.booking-stages ul li.current {
  color: #333;
  font-weight: bold;
}
.booking-stages ul li.last {
  padding-right: 0;
  background-image: none;
}
.svg .booking-stages ul li {
  background-image: url(../images/ticketing-stages-divider.svg);
}
/* @end */
.secure-booking {
  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: url(../images/ticketing-secure-badge.png) no-repeat 0 0;
  width: 105px;
  height: 30px;
  float: right;
  margin: 0.8em 0 0 0;
}
.secure-booking br {
  display: none;
}
.svg .secure-booking {
  background-image: url(../images/ticketing-secure-badge.svg);
}
.mastercard-logo {
  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: url(../images/ticketing-mastercard-logo.png) no-repeat 0 0;
  width: 60px;
  height: 60px;
  float: right;
  margin: 0.8em 1em  0 0;
}
.mastercard-logo br {
  display: none;
}
.svg .mastercard-logo {
  background-image: url(../images/ticketing-mastercard-logo.svg);
}
/* @group Baskets */
.basket-wrapper {
  border: 1px solid #d3d3d3;
  position: relative;
  margin-bottom: 1em;
}
.basket-wrapper .not-reserved {
  font-size: 14px;
  position: absolute;
  margin-bottom: 0;
  bottom: 14px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20%;
}
.basket-wrapper table {
  margin: 0;
}
.basket-wrapper .performance-accesible-seats {
  font-style: italic;
}
#basket-summary {
  margin-bottom: 0;
}
.area-basket-summary-actions {
  zoom: 1;
  padding: 1%;
}
.area-basket-summary-actions:before,
.area-basket-summary-actions:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-basket-summary-actions:after {
  clear: both;
}
.area-basket-summary-actions .add-to-basket {
  float: right;
}
.area-basket-summary-actions .basket-total {
  font-size: 20px;
  color: #666;
}
.area-basket-summary-actions .basket-total #basket-total-value {
  color: #333;
}
.add-to-basket {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.add-to-basket:visited {
  color: #ffffff;
}
.add-to-basket:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.add-to-basket:focus {
  outline: 1px dotted #666;
}
.add-to-basket.disabled {
  cursor: default;
  background-image: none;
}
.add-to-basket[disabled] {
  cursor: default;
  background-image: none;
}
.basket-wrapper table,
.table-wrapper table {
  border: none;
}
.basket-wrapper table th,
.table-wrapper table th {
  background-color: #e9e9e9;
  border: none;
  padding: 0.5em 0;
  font-size: 12px;
}
.basket-wrapper table td,
.table-wrapper table td {
  padding: 0;
  border: none;
  font-size: 14px;
}
.basket-wrapper table td .price-select,
.table-wrapper table td .price-select {
  display: none;
}
.basket-wrapper table .selected td .price-select,
.table-wrapper table .selected td .price-select {
  display: block;
}
.basket-wrapper table td .pwyw-booking input[type="radio"],
.table-wrapper table td .pwyw-booking input[type="radio"] {
  display: inline-block;
  float: none;
}
.basket-wrapper table td .pwyw-price-select,
.table-wrapper table td .pwyw-price-select {
  display: none;
}
.basket-wrapper table .selected td .pwyw-booking.active .pwyw-price-select,
.table-wrapper table .selected td .pwyw-booking.active .pwyw-price-select {
  display: block;
}
.basket-wrapper table .label,
.table-wrapper table .label {
  display: block;
}
.basket-wrapper table .label .original-price,
.table-wrapper table .label .original-price {
  text-decoration: line-through;
}
.basket-wrapper table .selected .label,
.table-wrapper table .selected .label {
  display: none;
}
.basket-wrapper table td td,
.table-wrapper table td td {
  padding: 0.5em 0;
  border-bottom: 1px solid #e9e9e9;
}
.basket-wrapper table td label,
.table-wrapper table td label {
  width: auto;
  float: none;
  padding: 0;
  display: block;
  text-align: left;
}
.basket-wrapper table td input[type="radio"],
.table-wrapper table td input[type="radio"] {
  float: left;
  margin-right: 3%;
  margin-top: 2%;
}
.basket-wrapper table .base-row,
.table-wrapper table .base-row {
  display: none;
}
.basket-wrapper table .first,
.table-wrapper table .first {
  width: 14%;
  padding-left: 2%;
}
.basket-wrapper table .seat,
.table-wrapper table .seat {
  width: 14%;
}
.basket-wrapper table .type,
.table-wrapper table .type {
  width: 20%;
}
.basket-wrapper table .price-band,
.table-wrapper table .price-band {
  width: 25%;
}
.basket-wrapper table .price,
.table-wrapper table .price {
  width: 23%;
  text-align: right;
  padding-right: 2%;
}
.basket-wrapper table th.remove span,
.table-wrapper table th.remove span {
  display: none;
}
.basket-wrapper table .remove a.remove-line-item,
.table-wrapper table .remove a.remove-line-item {
  width: 20px;
  height: 20px;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  background-image: url(../images/ticketing-basket-remove.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.basket-wrapper table .remove a.remove-line-item br,
.table-wrapper table .remove a.remove-line-item br {
  display: none;
}
.basket-wrapper table .remove a.remove-line-item:hover,
.table-wrapper table .remove a.remove-line-item:hover {
  background-position: 0 -20px;
}
.basket-wrapper table a.remove,
.table-wrapper table a.remove {
  background-image: url(../images/ticketing-basket-remove.png);
  background-repeat: no-repeat;
  background-position: 0 -2px;
}
.basket-wrapper table a.remove:hover,
.table-wrapper table a.remove:hover {
  background-position: 0 -22px;
}
.basket-wrapper table .change-remove,
.table-wrapper table .change-remove {
  width: 35%;
}
.basket-wrapper table .change-remove a.remove,
.table-wrapper table .change-remove a.remove {
  width: auto;
  text-indent: 0;
  overflow: visible;
  padding-left: 24px;
}
.basket-wrapper table a.change,
.table-wrapper table a.change {
  background-image: url(../images/ticketing-basket-change.gif);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 0 -4px;
  margin: 0px 0px 0px 10px;
  padding-left: 24px;
}
.basket-wrapper table a.change:hover,
.table-wrapper table a.change:hover {
  background-position: 0 -24px;
}
.basket-wrapper table tr.change-in-progress,
.table-wrapper table tr.change-in-progress {
  opacity: 0.25;
}
.basket-wrapper table tr.change-in-progress .change a:hover,
.table-wrapper table tr.change-in-progress .change a:hover {
  background-position: 0 0;
  cursor: not-allowed;
}
.svg .basket-wrapper table .remove a {
  background-image: url(../images/ticketing-basket-remove.svg);
}
.table-wrapper {
  border: 1px solid #d3d3d3;
  position: relative;
  margin-bottom: 1em;
}
.table-wrapper .not-reserved {
  font-size: 14px;
  position: absolute;
  margin-bottom: 0;
  bottom: 14px;
  left: 0;
  right: 0;
  text-align: center;
  padding: 0 20%;
}
.table-wrapper table {
  margin: 0;
}
.table-wrapper .performance-accesible-seats {
  font-style: italic;
}
.table-wrapper table td {
  padding: 1% 2% 2% 2%;
  background-color: #ffffff;
}
.table-wrapper table td label {
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding: 0;
}
.table-wrapper table th {
  padding: 1% 2%;
}
.basket-wrapper.area-review-basket table {
  margin-bottom: 0;
}
.basket-wrapper.area-review-basket table td {
  padding: 0.5em 0;
  border-bottom: 1px solid #e9e9e9;
  background-color: #fff;
}
.basket-wrapper.area-review-basket table tr:last-child td {
  border-bottom: 0;
}
.basket-wrapper.area-review-basket table .first {
  width: 6%;
  padding-left: 2%;
}
.basket-wrapper.area-review-basket table .remove a {
  margin-top: 0.65em;
}
.basket-wrapper.area-review-basket table a.remove-contribution {
  float: left;
  margin: 7px 10px 0 0;
  width: 20px;
  height: 20px;
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  text-align: left;
  direction: ltr;
  *line-height: 0;
  background-image: url(../images/ticketing-basket-remove.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}
.basket-wrapper.area-review-basket table a.remove-contribution br {
  display: none;
}
.basket-wrapper.area-review-basket table a.remove-contribution:hover {
  background-position: 0 -20px;
}
.basket-wrapper.area-review-basket table .price {
  width: 23%;
  text-align: right;
  padding-right: 2%;
}
.basket-wrapper.area-review-basket table .basket-donation {
  width: 23%;
  text-align: right;
  padding-right: 2%;
}
.basket-wrapper.area-review-basket table td.price,
.basket-wrapper.area-review-basket table td.quantity {
  font-size: 20px;
}
.basket-wrapper.area-review-basket table .quantity {
  text-align: center;
}
.basket-wrapper.area-review-basket table .parking a {
  background: url(../images/ticketing-icon-parking.png) no-repeat 0 0;
  padding-left: 26px;
}
.basket-wrapper.area-review-basket table .item p {
  margin: 0.75em 0;
}
.basket-wrapper.area-review-basket table .item .links a {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  padding: 3px 8px;
}
.basket-wrapper.area-review-basket table .item .links a:visited {
  color: #ffffff;
}
.basket-wrapper.area-review-basket table .item .links a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.basket-wrapper.area-review-basket table .item .links a:focus {
  outline: 1px dotted #666;
}
.basket-wrapper.area-review-basket table .item .links a.disabled {
  cursor: default;
  background-image: none;
}
.basket-wrapper.area-review-basket table .item .links a[disabled] {
  cursor: default;
  background-image: none;
}
.basket-wrapper.area-review-basket table .postage,
.basket-wrapper.area-review-basket table .donation {
  padding: 1% 2%;
  text-align: right;
  font-size: 18px;
}
.basket-wrapper.area-review-basket table .postage .val,
.basket-wrapper.area-review-basket table .donation .val {
  color: #000;
}
.basket-donation #other-donation-val {
  margin-bottom: 0.25em;
}
.basket-donation #other-donation-val #basket_donation_option_other {
  width: 86px;
}
.item .performance {
  margin-bottom: 1em;
}
.basket-wrapper.area-item-selection {
  margin-bottom: 1em;
  clear: both;
}
.basket-wrapper.area-item-selection .accessibility-requirements {
  margin-bottom: 2em;
}
.accessibility-requirements textarea {
  padding: 1%;
  width: 98%;
  margin-top: 0.5em;
  min-height: 6em;
}
.js .accessibility-requirements textarea {
  display: none;
}
.js .accessibility-requirements .has-requirements {
  display: block;
}
.basket-wrapper.area-item-selection table {
  margin: 0;
}
.basket-wrapper.area-item-selection table td {
  padding: 0.5em 0;
  border-bottom: 1px solid #e9e9e9;
  vertical-align: middle;
  background-color: #fff;
}
.basket-wrapper.area-item-selection table tr:last-child td {
  border-bottom: 0;
}
.basket-wrapper.area-item-selection table .first {
  padding-left: 2%;
}
.basket-wrapper.area-item-selection table .donation-amount {
  width: 10%;
}
.basket-wrapper.area-item-selection table .donation-amount input {
  width: 50%;
  margin-right: 2%;
}
.basket-wrapper.area-item-selection table .donation-type {
  width: 22%;
}
.basket-wrapper.area-item-selection table .donation-description {
  padding-left: 2%;
  padding-right: 2%;
}
.basket-wrapper.area-item-selection table .choose-zone {
  width: 27%;
  padding-left: 2%;
}
.basket-wrapper.area-item-selection table .subsciption-type {
  width: 18%;
}
.basket-wrapper.area-item-selection table .option {
  margin: 0;
}
.basket-wrapper.area-item-selection table .performance {
  width: 40%;
}
.basket-wrapper.area-item-selection table .performance p {
  margin: 0;
}
.basket-wrapper.area-item-selection table td.seats {
  vertical-align: top;
}
.basket-wrapper.area-item-selection table td.actions {
  text-align: right;
  padding-right: 2%;
  padding-top: 2%;
  vertical-align: top;
}
.basket-wrapper.area-item-selection table td.actions a {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.basket-wrapper.area-item-selection table td.actions a:visited {
  color: #ffffff;
}
.basket-wrapper.area-item-selection table td.actions a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.basket-wrapper.area-item-selection table td.actions a:focus {
  outline: 1px dotted #666;
}
.basket-wrapper.area-item-selection table td.actions a.disabled {
  cursor: default;
  background-image: none;
}
.basket-wrapper.area-item-selection table td.actions a[disabled] {
  cursor: default;
  background-image: none;
}
.basket-wrapper.area-item-selection table .option input[type="radio"] {
  font-size: 16px;
}
.basket-wrapper.area-item-selection table .selected td {
  background-color: #f5fcff;
}
.area-basket-summary header {
  margin-bottom: 0.5em;
  zoom: 1;
}
.area-basket-summary header:before,
.area-basket-summary header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-basket-summary header:after {
  clear: both;
}
.area-basket-summary header h2 {
  float: left;
  margin: 0;
}
.area-basket-summary header .edit-info {
  float: right;
  margin-top: 0.5em;
}
.area-basket-summary .area-review-basket {
  margin-bottom: 2em;
}
.area-basket-summary .area-review-basket table .first {
  width: 70%;
}
.svg .basket-wrapper.area-review-basket table .parking a {
  background-image: url(../images/ticketing-icon-parking.svg);
}
.group-support {
  zoom: 1;
  margin: 1em 0;
}
.group-support:before,
.group-support:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.group-support:after {
  clear: both;
}
.group-support h2 {
  font-size: 20px;
}
.group-support .area-support-info {
  zoom: 1;
  display: inline;
  float: left;
  width: 66%;
  margin-right: 2%;
  width: 49%;
  margin-right: 5%;
}
.group-support .area-support-info:before,
.group-support .area-support-info:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.group-support .area-support-info:after {
  clear: both;
}
.group-support .area-make-donation {
  zoom: 1;
  display: inline;
  float: left;
  width: 32%;
  margin-right: 2%;
  margin-right: 0;
  width: 46%;
}
.group-support .area-make-donation:before,
.group-support .area-make-donation:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.group-support .area-make-donation:after {
  clear: both;
}
.proceed {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline;
  float: right;
}
.proceed:visited {
  color: #ffffff;
}
.proceed:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.proceed:focus {
  outline: 1px dotted #666;
}
.proceed.disabled {
  cursor: default;
  background-image: none;
}
.proceed[disabled] {
  cursor: default;
  background-image: none;
}
.production-booking-widget .proceed {
  display: inline;
  float: left;
}
.area-basket-footer .links {
  zoom: 1;
  border-top: 1px solid #ccc;
  padding-top: 1em;
  margin-bottom: 3em;
}
.area-basket-footer .links:before,
.area-basket-footer .links:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-basket-footer .links:after {
  clear: both;
}
.area-parking-vouchers #basket-total {
  float: left;
}
.area-parking-vouchers .no-break {
  width: 250px;
  float: right;
}
.area-parking-vouchers #basket-total,
.area-basket-footer .area-basket-total p {
  font-size: 22px;
  font-weight: bold;
  color: #666;
  text-align: right;
  margin: 0 0 0.75em 0;
}
.area-parking-vouchers #basket-total b,
.area-basket-footer .area-basket-total p b {
  color: #333333;
}
.area-parking-vouchers #basket-total .discount-info,
.area-basket-footer .area-basket-total p .discount-info {
  margin-right: 20px;
}
.area-parking-vouchers #basket-total .discount-info .amount,
.area-basket-footer .area-basket-total p .discount-info .amount {
  text-decoration: line-through;
}
.links .book-more-tickets,
.links .cancel-membership {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #777777;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline;
  float: right;
  margin-right: 4px;
}
.links .book-more-tickets:visited,
.links .cancel-membership:visited {
  color: #ffffff;
}
.links .book-more-tickets:hover,
.links .cancel-membership:hover {
  color: #ffffff;
  text-decoration: none;
  background: #919191;
}
.links .book-more-tickets:focus,
.links .cancel-membership:focus {
  outline: 1px dotted #666;
}
.links .book-more-tickets.disabled,
.links .cancel-membership.disabled {
  cursor: default;
  background-image: none;
}
.links .book-more-tickets[disabled],
.links .cancel-membership[disabled] {
  cursor: default;
  background-image: none;
}
.area-basket-header,
.area-package-header {
  margin-bottom: 1em;
  zoom: 1;
}
.area-basket-header:before,
.area-package-header:before,
.area-basket-header:after,
.area-package-header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-basket-header:after,
.area-package-header:after {
  clear: both;
}
.area-basket-header h1,
.area-package-header h1 {
  zoom: 1;
  display: inline;
  float: left;
  width: 66%;
  margin-right: 2%;
  color: #666;
}
.area-basket-header h1:before,
.area-package-header h1:before,
.area-basket-header h1:after,
.area-package-header h1:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-basket-header h1:after,
.area-package-header h1:after {
  clear: both;
}
.area-basket-header h1 span,
.area-package-header h1 span {
  color: #333;
}
.area-basket-header p,
.area-package-header p {
  clear: both;
  margin: 0;
}
.button-edit-seat-choice {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  padding: 4px 10px 4px;
  margin-bottom: 1em;
}
.button-edit-seat-choice:visited {
  color: #ffffff;
}
.button-edit-seat-choice:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.button-edit-seat-choice:focus {
  outline: 1px dotted #666;
}
.button-edit-seat-choice.disabled {
  cursor: default;
  background-image: none;
}
.button-edit-seat-choice[disabled] {
  cursor: default;
  background-image: none;
}
/* @end */
/* @end */
.area-delivery-method header,
.area-payment-method header,
.area-confirmation header {
  zoom: 1;
}
.area-delivery-method header:before,
.area-payment-method header:before,
.area-confirmation header:before,
.area-delivery-method header:after,
.area-payment-method header:after,
.area-confirmation header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-delivery-method header:after,
.area-payment-method header:after,
.area-confirmation header:after {
  clear: both;
}
.area-delivery-method header h1,
.area-payment-method header h1,
.area-confirmation header h1 {
  float: left;
}
.area-delivery-method .area-delivery-form {
  zoom: 1;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  padding: 2%;
  margin-bottom: 2em;
}
.area-delivery-method .area-delivery-form:before,
.area-delivery-method .area-delivery-form:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-delivery-method .area-delivery-form:after {
  clear: both;
}
.area-delivery-method .area-delivery-form .question {
  display: block;
  font-size: 20px;
  margin-bottom: 0.75em;
}
.area-delivery-method .area-delivery-form .hint {
  margin: 0 0 0 23px;
  width: 100%;
  display: block;
  color: #555;
  font-weight: normal;
  font-size: 13px;
}
.area-delivery-method .area-delivery-form #field-delivery_delivery_option label {
  line-height: 1.5em;
  font-weight: bold;
  font-size: 20px;
  width: auto;
  float: none;
  margin-bottom: 0.75em;
  display: block;
  text-align: left;
}
.area-delivery-method .area-delivery-form #field-delivery_delivery_address_option label {
  width: auto;
  display: block;
  float: none;
  text-align: left;
  margin-bottom: 0.75em;
}
.area-delivery-method .area-delivery-form #delivery_delivery_option label,
.area-delivery-method .area-delivery-form #delivery_delivery_address_option label {
  padding: 0;
  margin-left: 0.5em;
  font-size: 18px;
  width: 80%;
  display: inline;
}
.area-delivery-method .area-delivery-form #delivery_delivery_address_option label {
  font-size: 1em;
}
.area-payment-details,
.area-payment-plan-details,
.area-confirmation-details {
  zoom: 1;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  padding: 2%;
  margin-bottom: 2em;
}
.area-payment-details:before,
.area-payment-plan-details:before,
.area-confirmation-details:before,
.area-payment-details:after,
.area-payment-plan-details:after,
.area-confirmation-details:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-payment-details:after,
.area-payment-plan-details:after,
.area-confirmation-details:after {
  clear: both;
}
.field-choice div input,
.field-choice div label {
  display: inline-block;
  vertical-align: top;
}
.field-choice div input {
  margin: 3px 0;
}
.field-choice .option {
  margin-bottom: 0.75em;
}
.field-choice .option label {
  float: none;
  width: auto;
  text-align: left;
  padding: 0;
  margin-left: 0.5em;
  font-size: 14px;
  font-weight: bold;
  width: 80%;
}
.note {
  font-size: 14px;
}
#field-delivery_delivery_address_option {
  margin-bottom: 1em;
}
.area-delivery-form .area-address,
.area-payment-method #payment,
.area-confirmation #confirmation {
  width: 49%;
  margin-right: 2%;
  display: inline;
  float: left;
}
.area-delivery-form .area-address .address-form,
.area-payment-method #payment .address-form,
.area-confirmation #confirmation .address-form,
.area-delivery-form .area-address .payment-form,
.area-payment-method #payment .payment-form,
.area-confirmation #confirmation .payment-form {
  background-color: #e9e9e9;
  border: 1px solid #bfbfbf;
  padding: 20px;
  margin-bottom: 0.5em;
  position: relative;
}
.area-delivery-form .area-address .address-form .security-code,
.area-payment-method #payment .address-form .security-code,
.area-confirmation #confirmation .address-form .security-code,
.area-delivery-form .area-address .payment-form .security-code,
.area-payment-method #payment .payment-form .security-code,
.area-confirmation #confirmation .payment-form .security-code {
  z-index: 1000;
  position: absolute;
  top: 118px;
  left: 360px;
}
.area-delivery-form .area-address .field-choice .option label,
.area-payment-method #payment .field-choice .option label,
.area-confirmation #confirmation .field-choice .option label {
  font-size: 15px;
}
.area-delivery-form .area-address h2,
.area-payment-method #payment h2,
.area-confirmation #confirmation h2 {
  font-size: 22px;
}
.area-delivery-form #unit-add-new-address {
  margin-right: 0;
}
.area-payment-method #payment,
.area-confirmation #confirmation {
  width: 57%;
}
.area-editable-address,
.area-confirmation-address {
  float: left;
  border-left: 1px solid #ccc;
  width: 30%;
  margin-left: 8%;
  padding-left: 2%;
}
.area-editable-address h2,
.area-confirmation-address h2 {
  margin: 1em 0 0.5em 0;
  font-size: 18px;
}
.area-editable-address .name,
.area-confirmation-address .name {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
}
.area-editable-address .address,
.area-confirmation-address .address {
  margin-bottom: 0.25em;
}
.group-payment-details {
  zoom: 1;
}
.group-payment-details:before,
.group-payment-details:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.group-payment-details:after {
  clear: both;
}
.edit-info {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  padding: 3px 5px;
}
.edit-info:visited {
  color: #ffffff;
}
.edit-info:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.edit-info:focus {
  outline: 1px dotted #666;
}
.edit-info.disabled {
  cursor: default;
  background-image: none;
}
.edit-info[disabled] {
  cursor: default;
  background-image: none;
}
.edit-account {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #777777;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  padding: 3px 5px;
}
.edit-account:visited {
  color: #ffffff;
}
.edit-account:hover {
  color: #ffffff;
  text-decoration: none;
  background: #919191;
}
.edit-account:focus {
  outline: 1px dotted #666;
}
.edit-account.disabled {
  cursor: default;
  background-image: none;
}
.edit-account[disabled] {
  cursor: default;
  background-image: none;
}
.header-address-management {
  zoom: 1;
}
.header-address-management:before,
.header-address-management:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.header-address-management:after {
  clear: both;
}
.header-address-management .edit-info {
  float: right;
  margin-top: 1.2em;
}
.header-address-management h1 {
  float: left;
}
.address-list {
  list-style: none;
  margin: 0;
  padding: 0;
  zoom: 1;
  margin-left: -2%;
  margin-bottom: 1em;
}
.address-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.address-list:before,
.address-list:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.address-list:after {
  clear: both;
}
.address-list li {
  position: relative;
  background-color: #fff;
  padding: 2%;
  margin-left: 2%;
  margin-bottom: 2%;
  float: left;
  width: 44%;
  min-height: 240px;
}
.address-list li.primary {
  background-color: #fff;
}
.address-list li .is-primary,
.address-list li .make-primary {
  font-weight: bold;
  margin: 1em 0 0 0;
  position: absolute;
  bottom: 50px;
}
.address-list li .address-actions {
  position: absolute;
  bottom: 20px;
}
.address-list li .delete-info {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  padding: 3px 5px;
  background-color: #cc0006;
  border-color: #990004;
}
.address-list li .delete-info:visited {
  color: #ffffff;
}
.address-list li .delete-info:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.address-list li .delete-info:focus {
  outline: 1px dotted #666;
}
.address-list li .delete-info.disabled {
  cursor: default;
  background-image: none;
}
.address-list li .delete-info[disabled] {
  cursor: default;
  background-image: none;
}
.address-list li .delete-info:hover {
  background-color: #ff3339;
}
.change-your-order:after {
  content: " your order";
}
.change-delivery-address:after {
  content: " delivery address";
}
.proceed-to-checkout:before {
  content: "Proceed to ";
}
.area-delivery-form .inline-form .text,
.area-payment-method .inline-form .text {
  width: 64.715%;
  height: 2.15em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.area-delivery-form .inline-form select,
.area-payment-method .inline-form select {
  margin-top: 6px;
}
.area-delivery-form .inline-form label,
.area-payment-method .inline-form label {
  width: 30%;
}
.area-delivery-form .inline-form #payment_card_number,
.area-payment-method .inline-form #payment_card_number {
  background-image: url(/bundles/madeblocksoffice/images/credit-cards.png);
  background-repeat: no-repeat;
  background-position: left -2px;
  padding-left: 40px;
}
.area-delivery-form .inline-form .card-type-unknown #payment_card_number,
.area-payment-method .inline-form .card-type-unknown #payment_card_number {
  background-position: left -2px;
}
.area-delivery-form .inline-form .card-type-visa #payment_card_number,
.area-payment-method .inline-form .card-type-visa #payment_card_number {
  background-position: left -42px;
}
.area-delivery-form .inline-form .card-type-mastercard #payment_card_number,
.area-payment-method .inline-form .card-type-mastercard #payment_card_number {
  background-position: left -82px;
}
.area-delivery-form .inline-form .card-type-maestro #payment_card_number,
.area-payment-method .inline-form .card-type-maestro #payment_card_number {
  background-position: left -122px;
}
.area-delivery-form .inline-form .card-type-americanexpress #payment_card_number,
.area-payment-method .inline-form .card-type-americanexpress #payment_card_number {
  background-position: left -162px;
}
.area-delivery-form .inline-form .card-type-diners #payment_card_number,
.area-payment-method .inline-form .card-type-diners #payment_card_number {
  background-position: left -202px;
}
.area-delivery-form .inline-form .card-type-discover #payment_card_number,
.area-payment-method .inline-form .card-type-discover #payment_card_number {
  background-position: left -242px;
}
.area-delivery-form .inline-form #field-delivery_new_billing_postcode .text,
.area-delivery-form .inline-form #field-delivery_new_delivery_postcode .text,
#payment_security_code {
  width: 21.7%;
}
.postcode-field {
  width: 10%;
}
.area-apply-promo-code {
  margin: 1em 0;
  padding: 1em 0 0 0;
  border-top: 1px solid #ccc;
}
.area-apply-promo-code h3 {
  float: left;
  margin: 0.10em 1em 0 0;
}
.area-apply-promo-code .apply-code,
.area-apply-promo-code .remove-code {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.area-apply-promo-code .apply-code:visited,
.area-apply-promo-code .remove-code:visited {
  color: #ffffff;
}
.area-apply-promo-code .apply-code:hover,
.area-apply-promo-code .remove-code:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.area-apply-promo-code .apply-code:focus,
.area-apply-promo-code .remove-code:focus {
  outline: 1px dotted #666;
}
.area-apply-promo-code .apply-code.disabled,
.area-apply-promo-code .remove-code.disabled {
  cursor: default;
  background-image: none;
}
.area-apply-promo-code .apply-code[disabled],
.area-apply-promo-code .remove-code[disabled] {
  cursor: default;
  background-image: none;
}
.area-apply-promo-code .text,
.area-apply-promo-code #form_promo_code {
  padding: 1px 6px;
  width: 160px;
}
.area-apply-promo-code {
  border-top: none;
  border-bottom: 1px solid #ccc;
  padding: 1em 0;
  zoom: 1;
}
.area-apply-promo-code:before,
.area-apply-promo-code:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-apply-promo-code:after {
  clear: both;
}
.flash-promocode-error {
  background: #cc0000;
  display: inline;
  clear: left;
  padding: 0.25% 1%;
  color: #ffffff;
  float: right;
}
.area-payment-plan {
  border-top: 1px solid #ccc;
  padding-top: 1em;
}
.area-payment-plan h2 {
  font-size: 1.4em;
}
.area-payment-plan .field-choice .option label {
  font-size: 15px;
}
.area-confirmation-details .links .home {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #777777;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.area-confirmation-details .links .home:visited {
  color: #ffffff;
}
.area-confirmation-details .links .home:hover {
  color: #ffffff;
  text-decoration: none;
  background: #919191;
}
.area-confirmation-details .links .home:focus {
  outline: 1px dotted #666;
}
.area-confirmation-details .links .home.disabled {
  cursor: default;
  background-image: none;
}
.area-confirmation-details .links .home[disabled] {
  cursor: default;
  background-image: none;
}
.area-confirmation-details .links .your-visit {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.area-confirmation-details .links .your-visit:visited {
  color: #ffffff;
}
.area-confirmation-details .links .your-visit:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.area-confirmation-details .links .your-visit:focus {
  outline: 1px dotted #666;
}
.area-confirmation-details .links .your-visit.disabled {
  cursor: default;
  background-image: none;
}
.area-confirmation-details .links .your-visit[disabled] {
  cursor: default;
  background-image: none;
}
.area-confirmation-details header {
  position: relative;
}
.area-confirmation-details header dl {
  font-size: 20px;
  margin-top: 0;
}
.area-confirmation-details header dl dt {
  float: left;
  width: 20%;
  min-width: 180px;
  color: #535353;
}
.area-confirmation-details header dl dd {
  margin-left: 20%;
}
.area-confirmation-details header .print-this-page {
  position: absolute;
  top: 0;
  right: 0;
}
.print-this-page {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #777777;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-left: 34px;
  background-image: url(../images/ticketing-icon-print.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
}
.print-this-page:visited {
  color: #ffffff;
}
.print-this-page:hover {
  color: #ffffff;
  text-decoration: none;
  background: #919191;
}
.print-this-page:focus {
  outline: 1px dotted #666;
}
.print-this-page.disabled {
  cursor: default;
  background-image: none;
}
.print-this-page[disabled] {
  cursor: default;
  background-image: none;
}
.print-this-page:hover {
  background-image: url(../images/ticketing-icon-print.png);
  background-position: 5px 50%;
  background-repeat: no-repeat;
}
.svg .print-this-page {
  background-image: url(../images/ticketing-icon-print.svg);
}
.facebook-connect-button {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  padding: 3px 5px;
}
.facebook-connect-button:visited {
  color: #ffffff;
}
.facebook-connect-button:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.facebook-connect-button:focus {
  outline: 1px dotted #666;
}
.facebook-connect-button.disabled {
  cursor: default;
  background-image: none;
}
.facebook-connect-button[disabled] {
  cursor: default;
  background-image: none;
}
/* @group Donations */
.area-gift-certificate {
  float: right;
  width: 40%;
}
.area-gift-certificate input[type="text"] {
  padding: 1px 6px;
  width: 200px;
}
.area-gift-certificate input[type="submit"] {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  margin-left: -4px;
}
.area-gift-certificate input[type="submit"]:visited {
  color: #ffffff;
}
.area-gift-certificate input[type="submit"]:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.area-gift-certificate input[type="submit"]:focus {
  outline: 1px dotted #666;
}
.area-gift-certificate input[type="submit"].disabled {
  cursor: default;
  background-image: none;
}
.area-gift-certificate input[type="submit"][disabled] {
  cursor: default;
  background-image: none;
}
.donation-form-intro {
  margin-bottom: 1em;
}
/* @end */
/* @group Account Screens */
.section-account #secondary-content {
  zoom: 1;
  width: 23.5%;
  margin-right: 2%;
  width: 25.5%;
  display: inline;
  float: left;
}
.section-account #secondary-content:before,
.section-account #secondary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.section-account #secondary-content:after {
  clear: both;
}
.section-account #primary-content {
  zoom: 1;
  float: left;
  width: 66%;
  margin-right: 2%;
  margin-right: 0;
  width: 68%;
  display: inline;
  float: right;
}
.section-account #primary-content:before,
.section-account #primary-content:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.section-account #primary-content:after {
  clear: both;
}
.section-login #register-box {
  zoom: 1;
  width: 49%;
  margin-right: 2%;
  display: inline;
  float: left;
  margin-bottom: 2em;
}
.section-login #register-box:before,
.section-login #register-box:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.section-login #register-box:after {
  clear: both;
}
.section-login #login-box {
  zoom: 1;
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-right: 0;
  display: inline;
  float: right;
  margin-bottom: 2em;
}
.section-login #login-box:before,
.section-login #login-box:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.section-login #login-box:after {
  clear: both;
}
#login-box h2 {
  float: left;
}
#login-box .facebook-connect-button {
  float: right;
  margin-top: 1.2em;
}
#login-box form {
  clear: both;
}
#login-box .optional {
  color: #666;
  font-size: 14px;
}
#login-box .forgotten-password {
  font-weight: bold;
  font-size: 14px;
}
#login-box header {
  zoom: 1;
}
#login-box header:before,
#login-box header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#login-box header:after {
  clear: both;
}
#register-box .action {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#register-box .action:visited {
  color: #ffffff;
}
#register-box .action:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
#register-box .action:focus {
  outline: 1px dotted #666;
}
#register-box .action.disabled {
  cursor: default;
  background-image: none;
}
#register-box .action[disabled] {
  cursor: default;
  background-image: none;
}
#register-box .or {
  font-size: 14px;
  line-height: 1em;
  color: #666;
  margin: 0 0.25em;
}
#sign-in h2 {
  border-bottom: none;
}
.section-account .account-book-button,
.section-account .subscription-book-button {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.section-account .account-book-button:visited,
.section-account .subscription-book-button:visited {
  color: #ffffff;
}
.section-account .account-book-button:hover,
.section-account .subscription-book-button:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.section-account .account-book-button:focus,
.section-account .subscription-book-button:focus {
  outline: 1px dotted #666;
}
.section-account .account-book-button.disabled,
.section-account .subscription-book-button.disabled {
  cursor: default;
  background-image: none;
}
.section-account .account-book-button[disabled],
.section-account .subscription-book-button[disabled] {
  cursor: default;
  background-image: none;
}
.section-account #activate-box {
  zoom: 1;
  width: 49%;
  margin-right: 2%;
  margin-right: 0;
  display: inline;
  float: left;
}
.section-account #activate-box:before,
.section-account #activate-box:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.section-account #activate-box:after {
  clear: both;
}
.section-account #activate-box .action {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.section-account #activate-box .action:visited {
  color: #ffffff;
}
.section-account #activate-box .action:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.section-account #activate-box .action:focus {
  outline: 1px dotted #666;
}
.section-account #activate-box .action.disabled {
  cursor: default;
  background-image: none;
}
.section-account #activate-box .action[disabled] {
  cursor: default;
  background-image: none;
}
.section-account .account-home-button {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #777777;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.section-account .account-home-button:visited {
  color: #ffffff;
}
.section-account .account-home-button:hover {
  color: #ffffff;
  text-decoration: none;
  background: #919191;
}
.section-account .account-home-button:focus {
  outline: 1px dotted #666;
}
.section-account .account-home-button.disabled {
  cursor: default;
  background-image: none;
}
.section-account .account-home-button[disabled] {
  cursor: default;
  background-image: none;
}
.section-account .Actions {
  margin: 1em 0;
  padding-top: 1em;
  border-top: 1px solid #e6e6e6;
}
.section-register .Actions {
  margin: 1em 0;
  padding-top: 1em;
  border-top: 1px solid #e6e6e6;
}
.account-actions {
  margin: 1em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
}
.section-membership .account-offer {
  background-color: #e9e9e9;
  border: 1px solid #bfbfbf;
  padding: 0 20px;
  padding: 20px 30px;
  margin-bottom: 1em;
}
.section-membership .purchase-account {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.section-membership .purchase-account:visited {
  color: #ffffff;
}
.section-membership .purchase-account:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.section-membership .purchase-account:focus {
  outline: 1px dotted #666;
}
.section-membership .purchase-account.disabled {
  cursor: default;
  background-image: none;
}
.section-membership .purchase-account[disabled] {
  cursor: default;
  background-image: none;
}
.user-subscriptions,
.user-donations,
.account-offer,
.user-content {
  padding: 20px 0;
  margin-bottom: 1em;
  border-bottom: 1px solid #e6e6e6;
}
.user-subscriptions .button,
.user-donations .button,
.account-offer .button,
.user-content .button {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.user-subscriptions .button:visited,
.user-donations .button:visited,
.account-offer .button:visited,
.user-content .button:visited {
  color: #ffffff;
}
.user-subscriptions .button:hover,
.user-donations .button:hover,
.account-offer .button:hover,
.user-content .button:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.user-subscriptions .button:focus,
.user-donations .button:focus,
.account-offer .button:focus,
.user-content .button:focus {
  outline: 1px dotted #666;
}
.user-subscriptions .button.disabled,
.user-donations .button.disabled,
.account-offer .button.disabled,
.user-content .button.disabled {
  cursor: default;
  background-image: none;
}
.user-subscriptions .button[disabled],
.user-donations .button[disabled],
.account-offer .button[disabled],
.user-content .button[disabled] {
  cursor: default;
  background-image: none;
}
.area-update-account.address-manager .update-account-form {
  width: 60%;
  float: left;
  margin-right: 2%;
}
.area-update-account.address-manager .primary-address {
  float: left;
}
.area-update-account.address-manager .primary-address p {
  font-size: 14px;
}
.area-update-account.address-manager .primary-address .btn {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  padding: 2px 6px;
}
.area-update-account.address-manager .primary-address .btn:visited {
  color: #ffffff;
}
.area-update-account.address-manager .primary-address .btn:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.area-update-account.address-manager .primary-address .btn:focus {
  outline: 1px dotted #666;
}
.area-update-account.address-manager .primary-address .btn.disabled {
  cursor: default;
  background-image: none;
}
.area-update-account.address-manager .primary-address .btn[disabled] {
  cursor: default;
  background-image: none;
}
/* @group Forgotten Password */
.area-forgotten-password .inline-form {
  width: 60%;
}
.area-forgotten-password .inline-form .field .text {
  width: 68%;
}
/* @end */
/* @end */
/* @group Gift Certificates */
.section-gift-certificates .inline-form {
  width: 60%;
}
.section-gift-certificates .gift-voucher-amounts,
.section-gift-certificates .gift-voucher-send-to {
  margin-bottom: 2em;
}
.section-gift-certificates .extra-options {
  clear: both;
  margin-top: 2em;
}
.section-gift-certificates #form_message {
  padding: 2%;
  width: 95%;
  height: 120px;
}
/* @end */
/* @group Flex Package Selection */
.package-performances-selector .unit-production-entry .media {
  max-width: 150px;
}
.performance-item {
  width: 98%;
  padding: 0.5% 1%;
  margin-bottom: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.performance-item.selected {
  background-color: #e6f7ff;
}
.performance-item.warning {
  background-color: #cceeff;
}
.performance-item .warning-message {
  display: none;
}
.performance-item.warning .warning-message {
  display: block;
}
.performance-item label {
  float: none;
  margin: 0 2% 0 1%;
  width: auto;
}
.package-options {
  zoom: 1;
  border: 1px solid #bfbfbf;
  padding: 0;
  margin-bottom: 1em;
}
.package-options:before,
.package-options:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.package-options:after {
  clear: both;
}
.area-package-selection {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #f7f7f7 url(../images/bg-subtle-noise.png) repeat 50% 0;
  border-top: 5px solid #E9E9E9;
  -webkit-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -5px 5px rgba(0, 0, 0, 0.15);
}
.area-package-selection-inner {
  margin: 0 auto;
  width: 90%;
}
.area-package-selection-inner header {
  zoom: 1;
}
.area-package-selection-inner header:before,
.area-package-selection-inner header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-package-selection-inner header:after {
  clear: both;
}
.area-package-selection-inner header h2 {
  float: left;
  margin-top: 0.5em;
}
.submit-package-selection-button {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  margin-top: 1em;
}
.submit-package-selection-button:visited {
  color: #ffffff;
}
.submit-package-selection-button:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.submit-package-selection-button:focus {
  outline: 1px dotted #666;
}
.submit-package-selection-button.disabled {
  cursor: default;
  background-image: none;
}
.submit-package-selection-button[disabled] {
  cursor: default;
  background-image: none;
}
.submit-package-selection-button[disabled] {
  color: #ccc;
  cursor: not-allowed;
}
.submit-package-selection-button[disabled]:hover {
  background-color: whiteSmoke;
}
#package-selection-list {
  margin: 1em 0;
}
#package-selection-list ol {
  counter-reset: li;
  /* Initiate a counter */
  margin-left: 0;
  /* Remove the default left margin */
  padding-left: 0;
  /* Remove the default left padding */
  border: 1px solid #E9E9E9;
  margin: 0;
}
#package-selection-list ol > li {
  position: relative;
  /* Create a positioning context */
  margin: 0 0 0 3%;
  /* Give each list item a left margin to make room for the numbers */
  padding: 0.5% 2%;
  /* Add some spacing around the content */
  list-style: none;
  /* Disable the normal item numbering */
  background: #ffffff;
  line-height: 1.4em;
  border-bottom: 1px solid #E9E9E9;
}
#package-selection-list ol > li:before {
  line-height: 1.4em;
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 0;
  left: -3%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 4%;
  /* Some space between the number and the content in browsers that support
	       generated content but not positioning it (Camino 2 is one example) */
  margin-right: 1%;
  padding: 0.70em 0 0 0;
  height: 100%;
  color: #fff;
  background: #666;
  text-align: center;
  font-size: 12px;
}
#package-selection-list ol li:last-child {
  border-bottom: none;
}
#package-selection-list li ol,
#package-selection-list li ul {
  margin-top: 6px;
}
#package-selection-list ol ol li:last-child {
  margin-bottom: 0;
}
#package-selection-list a,
#package-selection-list span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#package-selection-list .performance-title {
  width: 35%;
}
#package-selection-list .performance-venue {
  width: 25%;
}
#package-selection-list .performance-date {
  width: 32%;
  padding: 0;
  margin: 0;
  border-bottom: none;
}
#package-selection-list a.remove-performance {
  width: 8%;
  height: 20px;
  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;
  background: url(../images/ticketing-basket-remove.png) no-repeat 100% 0;
}
#package-selection-list a.remove-performance br {
  display: none;
}
#package-selection-list a.remove-performance:hover {
  background-position: 100% -20px;
}
#package-selection-list li.warning {
  background-color: #cceeff;
}
.firefox #package-selection-list .performance-title {
  width: 37%;
}
.area-blocksoffice-flex-package-form {
  width: 100%;
  height: auto;
}
.flex-form-view #container #page-content {
  width: 100%;
  padding: 0;
  margin: 0;
}
.flex-form-view #container #page-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.flex-form-view #container #page-content ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* @end */
.js #package-details {
  display: none;
}
.js #package-details.package-details-open {
  display: block;
}
#package-details-switch {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  margin-top: 1em;
}
#package-details-switch:visited {
  color: #ffffff;
}
#package-details-switch:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
#package-details-switch:focus {
  outline: 1px dotted #666;
}
#package-details-switch.disabled {
  cursor: default;
  background-image: none;
}
#package-details-switch[disabled] {
  cursor: default;
  background-image: none;
}
.area-past-orders table tr td,
.area-past-orders table tr th,
.area-subscription-renewals table tr td,
.area-subscription-renewals table tr th,
.area-package-details table tr td,
.area-package-details table tr th {
  border-bottom: 1px solid #e9e9e9;
}
.area-past-orders table tr td.date,
.area-past-orders table tr th.date,
.area-subscription-renewals table tr td.date,
.area-subscription-renewals table tr th.date,
.area-package-details table tr td.date,
.area-package-details table tr th.date {
  text-align: right;
}
.area-past-orders table tr td.order-summary,
.area-past-orders table tr th.order-summary,
.area-subscription-renewals table tr td.order-summary,
.area-subscription-renewals table tr th.order-summary,
.area-package-details table tr td.order-summary,
.area-package-details table tr th.order-summary {
  padding: 0.75em 2%;
  text-align: right;
}
.area-past-orders table tr td.order-summary .order-total,
.area-past-orders table tr th.order-summary .order-total,
.area-subscription-renewals table tr td.order-summary .order-total,
.area-subscription-renewals table tr th.order-summary .order-total,
.area-package-details table tr td.order-summary .order-total,
.area-package-details table tr th.order-summary .order-total {
  font-size: 22px;
  color: #666;
  margin: 0;
}
.area-past-orders table tr td.order-summary .val,
.area-past-orders table tr th.order-summary .val,
.area-subscription-renewals table tr td.order-summary .val,
.area-subscription-renewals table tr th.order-summary .val,
.area-package-details table tr td.order-summary .val,
.area-package-details table tr th.order-summary .val {
  color: #333333;
}
.area-past-orders table tr td.order-summary .order-date,
.area-past-orders table tr th.order-summary .order-date,
.area-subscription-renewals table tr td.order-summary .order-date,
.area-subscription-renewals table tr th.order-summary .order-date,
.area-package-details table tr td.order-summary .order-date,
.area-package-details table tr th.order-summary .order-date {
  margin: 0;
  color: #666;
}
.area-subscription-renewals .area-subscription {
  margin-bottom: 2em;
}
.area-subscription-renewals .area-subscription-line-item {
  margin-bottom: 1em;
}
.order-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.order-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.order-list li {
  background-color: #fff;
  padding: 2%;
  margin-bottom: 5px;
  position: relative;
}
.order-list li .view-more {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.order-list li .view-more:visited {
  color: #ffffff;
}
.order-list li .view-more:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.order-list li .view-more:focus {
  outline: 1px dotted #666;
}
.order-list li .view-more.disabled {
  cursor: default;
  background-image: none;
}
.order-list li .view-more[disabled] {
  cursor: default;
  background-image: none;
}
.area-subscription-header {
  zoom: 1;
  margin: 1em 0;
}
.area-subscription-header:before,
.area-subscription-header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.area-subscription-header:after {
  clear: both;
}
.area-subscription-header .renew-button {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  margin-top: 0.5em;
}
.area-subscription-header .renew-button:visited {
  color: #ffffff;
}
.area-subscription-header .renew-button:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.area-subscription-header .renew-button:focus {
  outline: 1px dotted #666;
}
.area-subscription-header .renew-button.disabled {
  cursor: default;
  background-image: none;
}
.area-subscription-header .renew-button[disabled] {
  cursor: default;
  background-image: none;
}
.area-subscription-header h1 {
  float: left;
  margin: 0;
}
.area-subscription-header h1 span {
  float: left;
}
.gift-certificates-header {
  zoom: 1;
  margin-bottom: 1em;
}
.gift-certificates-header:before,
.gift-certificates-header:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.gift-certificates-header:after {
  clear: both;
}
.gift-certificates-header .purchase-gift-certificate {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  padding: 2px 6px;
  float: right;
  margin-top: 1.2em;
}
.gift-certificates-header .purchase-gift-certificate:visited {
  color: #ffffff;
}
.gift-certificates-header .purchase-gift-certificate:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.gift-certificates-header .purchase-gift-certificate:focus {
  outline: 1px dotted #666;
}
.gift-certificates-header .purchase-gift-certificate.disabled {
  cursor: default;
  background-image: none;
}
.gift-certificates-header .purchase-gift-certificate[disabled] {
  cursor: default;
  background-image: none;
}
.gift-certificates-header h1 {
  float: left;
}
.area-check-balance.inline-form form .action {
  float: left;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.area-check-balance.inline-form form label {
  width: 27%;
}
.area-check-balance.inline-form form .field {
  margin: 0;
}
#field-form_code #form_code {
  float: left;
  margin-right: 0;
  width: 11%;
  padding: 1px;
}
.performance-extra .formfield {
  float: none;
  margin: 0;
}
.formfield-performance-extra-qty {
  top: 0;
}
.area-parking-vouchers form {
  background-color: #ffffff;
}
.area-parking-vouchers .performance-extra-list {
  display: none;
}
.area-parking-vouchers h3 {
  text-align: center;
  margin: 0.5em 0 1.25em 0;
}
.basket-actions {
  zoom: 1;
}
.basket-actions:before,
.basket-actions:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.basket-actions:after {
  clear: both;
}
.basket-actions .terms_and_conditions {
  text-align: right;
  zoom: 1;
}
.basket-actions .terms_and_conditions:before,
.basket-actions .terms_and_conditions:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.basket-actions .terms_and_conditions:after {
  clear: both;
}
.basket-actions .terms_and_conditions input {
  float: right;
  margin: 8px 0 0 0;
}
.basket-actions .terms_and_conditions label {
  float: right;
  width: auto;
  display: block;
  margin: 0 10px 10px 0;
}
.area-parking-vouchers .no-thanks,
.basket-actions .no-thanks {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #777777;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  margin-right: 4px;
}
.area-parking-vouchers .no-thanks:visited,
.basket-actions .no-thanks:visited {
  color: #ffffff;
}
.area-parking-vouchers .no-thanks:hover,
.basket-actions .no-thanks:hover {
  color: #ffffff;
  text-decoration: none;
  background: #919191;
}
.area-parking-vouchers .no-thanks:focus,
.basket-actions .no-thanks:focus {
  outline: 1px dotted #666;
}
.area-parking-vouchers .no-thanks.disabled,
.basket-actions .no-thanks.disabled {
  cursor: default;
  background-image: none;
}
.area-parking-vouchers .no-thanks[disabled],
.basket-actions .no-thanks[disabled] {
  cursor: default;
  background-image: none;
}
.inline-form .formfield-performance-extra-qty label {
  width: 44%;
  margin-right: 2%;
  text-align: right;
  padding-top: 2px;
}
.area-parking-vouchers .Actions {
  border-top: 1px solid #e3e3e3;
  margin-top: 1em;
  padding-top: 1em;
}
.section-register .inline-form form,
.section-account .inline-form form,
.section-booking .area-subscriber-details-form form {
  background: #F7F7F7;
}
.area-subscriber-details-form fieldset {
  width: 50%;
  float: left;
}
.inline-form .area-registration-form legend,
.inline-form .area-subscriber-details-form legend {
  padding: 0;
  margin-bottom: 0.25em;
  float: left;
  display: block;
  width: 100%;
}
.inline-form .area-registration-form fieldset,
.inline-form .area-subscriber-details-form fieldset {
  border-bottom: 1px solid #ccc;
  margin-bottom: 2em;
  padding-bottom: 1em;
}
.option-group label:first-child {
  display: block;
  float: none;
  font-size: 16px;
  font-weight: bold;
  width: auto;
  margin: 0 0 1em 0;
}
.option-group .option {
  float: left;
  width: 50%;
}
.cancel-registration,
.skip-button {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #777777;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #6a6a6a;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: right;
  margin-right: 4px;
}
.cancel-registration:visited,
.skip-button:visited {
  color: #ffffff;
}
.cancel-registration:hover,
.skip-button:hover {
  color: #ffffff;
  text-decoration: none;
  background: #919191;
}
.cancel-registration:focus,
.skip-button:focus {
  outline: 1px dotted #666;
}
.cancel-registration.disabled,
.skip-button.disabled {
  cursor: default;
  background-image: none;
}
.cancel-registration[disabled],
.skip-button[disabled] {
  cursor: default;
  background-image: none;
}
/* @group Recommended Events */
#unit-recommended-productions-slider {
  width: 100%;
}
#unit-recommended-productions {
  /* I hate doing this, but it seems to be the only way to actually get it to clear */
  clear: both;
  zoom: 1;
}
#unit-recommended-productions:before,
#unit-recommended-productions:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
#unit-recommended-productions:after {
  clear: both;
}
#unit-recommended-productions .unit {
  width: 25%;
  height: 80px;
  margin: 0;
  background: transparent;
  overflow: hidden;
}
#unit-recommended-productions .unit a {
  display: block;
  min-height: 80px;
  margin: 0 5px;
  background: #eee;
}
#unit-recommended-productions .unit a .event-info {
  margin: 0 0 0 80px;
  padding: 5px 10px;
}
#unit-recommended-productions .unit p.meta-date {
  margin: 0 0 5px 0;
  padding: 0;
}
/* @end */
/* @group Mobile SYOS */
.pickaseat_syos {
  /* @group SYOS Basket Tally */
  /* @end */
}
.pickaseat_syos #header h1 {
  font-size: 1.0em;
  height: 1.5em;
  line-height: 1.5em;
  padding: 0;
  margin: 12px 0 0 0;
  overflow: hidden;
  word-wrap: nowrap;
  text-overflow: ellipsis;
  text-align: center;
}
.pickaseat_syos .main-toolbar {
  border-bottom: 5px solid #E9E9E9;
  height: 44px;
  position: fixed;
  width: 100%;
  padding: 0;
  z-index: 1000;
}
.pickaseat_syos .main-toolbar .back {
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  background: #777777;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #216181;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: auto;
  height: auto;
  padding: 6px 8px 6px;
  position: absolute;
  left: 7px;
  top: 7px;
  text-align: center;
}
.pickaseat_syos .main-toolbar .add-tickets-button {
  font-family: Helmet, Freesans, sans-serif;
  background: #0088cc;
  color: #ffffff;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  font-size: 12px;
  display: inline-block;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  line-height: normal;
  width: auto;
  padding: 6px 8px 6px;
  text-decoration: none;
  position: absolute;
  height: auto;
  right: 7px;
  top: 7px;
}
.pickaseat_syos .main-toolbar .add-tickets-button:visited {
  color: #ffffff;
}
.pickaseat_syos .main-toolbar .add-tickets-button:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.pickaseat_syos .main-toolbar .add-tickets-button:focus {
  outline: 1px dotted #666;
}
.pickaseat_syos .main-toolbar .add-tickets-button.disabled {
  cursor: default;
  background-image: none;
}
.pickaseat_syos .main-toolbar .add-tickets-button[disabled] {
  cursor: default;
  background-image: none;
}
.pickaseat_syos #wrapper {
  padding: 25px 0px 0px 0px;
}
.pickaseat_syos #select-your-own-seat {
  text-shadow: none;
  padding: 0 0 0 0;
}
.pickaseat_syos .pickaseat_syos #add-tickets-button {
  display: none;
}
.pickaseat_syos .pickaseat_syos #seat-selector {
  bottom: 0px;
  display: none;
  left: 0px;
  position: absolute;
  top: 40px;
  width: 100%;
}
.pickaseat_syos #pick-a-seat-map {
  position: relative;
  z-index: 1;
  overflow: scroll;
  width: 600px;
  height: 800px;
}
.pickaseat_syos #seat-selector #pick-a-seat-map .seat span {
  background-image: url(/bundles/madeblocksofficemobile/images/sprite-seat-icons.png);
  display: block;
  height: 11px;
  width: 11px;
  background-size: 11px 88px;
}
.pickaseat_syos #seat-list .base-row {
  display: none;
}
.pickaseat_syos #basket-holder {
  height: 30px;
  padding: 7px 10px;
  display: none;
}
.pickaseat_syos .empty-basket-message {
  font-weight: normal;
}
.pickaseat_syos .ui-footer .basket-total {
  display: none;
}
.pickaseat_syos .pickaseat_syos #container .seatmap-open {
  background: #fff;
}
.pickaseat_syos #level-selector {
  padding: 10px 10px 30px 10px;
  text-align: center;
}
.pickaseat_syos #level-selector p {
  margin-bottom: 12px;
}
.pickaseat_syos #level-selector .zone-select a {
  color: #fff;
  font-weight: normal;
  background: #cc0000;
  border: 1px solid #b30000;
  display: block;
  font-size: 1em;
  margin-bottom: 10px;
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 96%;
  padding: 1.5% 2%;
  font-size: 16px;
  margin: 0 0 2px 0;
}
.pickaseat_syos #level-selector .zone-select a:visited {
  color: #ffffff;
}
.pickaseat_syos #level-selector .zone-select a:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.pickaseat_syos #level-selector .zone-select a:focus {
  outline: 1px dotted #666;
}
.pickaseat_syos #level-selector .zone-select a.disabled {
  cursor: default;
  background-image: none;
}
.pickaseat_syos #level-selector .zone-select a[disabled] {
  cursor: default;
  background-image: none;
}
.pickaseat_syos #basket-seats {
  background: #000;
  color: #fff;
  text-shadow: none;
}
.pickaseat_syos #pick-a-seat-map {
  position: relative;
  overflow: visible;
  float: left;
}
.pickaseat_syos #pick-a-seat-map .seat {
  position: absolute;
}
.pickaseat_syos #pick-a-seat-map .seat span {
  background: url(/bundles/madeblocksofficemobile/images/sprite-seat-icons.png) no-repeat 0px -11px;
  display: block;
  height: 11px;
  width: 11px;
}
.pickaseat_syos #pick-a-seat-map .seat .available {
  background-position: 0 0;
}
.pickaseat_syos #pick-a-seat-map .seat .selected a,
.pickaseat_syos #pick-a-seat-map .seat .inbasket a {
  cursor: default;
}
.pickaseat_syos #pick-a-seat-map .seat .selected {
  background-position: 0 -22px;
}
.pickaseat_syos #pick-a-seat-map .seat .standing {
  background-position: 0 -55px;
}
.pickaseat_syos #pick-a-seat-map .seat .behind-stage {
  background-position: 0 -66px;
}
.pickaseat_syos #pick-a-seat-map .seat .restricted-view {
  background-position: 0 -77px;
}
.pickaseat_syos #pick-a-seat-map .seat .ticketed,
.pickaseat_syos #pick-a-seat-map .seat .locked,
.pickaseat_syos #pick-a-seat-map .seat .held,
.pickaseat_syos #pick-a-seat-map .seat .reserved-paid {
  background-position: 0 -11px;
}
.pickaseat_syos #pick-a-seat-map .seat .inbasket {
  background-position: 0 -44px;
}
.pickaseat_syos #pick-a-seat-map .seat a {
  display: block;
  height: 11px;
  text-decoration: none;
  width: 11px;
}
.pickaseat_syos #pick-a-seat-map .seat span.available:active {
  background-position: 0px -44px;
}
.pickaseat_syos #seat-list {
  padding-top: 50px;
}
.pickaseat_syos #seat-list .production-header {
  text-align: center;
}
.pickaseat_syos #seat-list table {
  width: 100%;
}
.pickaseat_syos #seat-list th {
  font-weight: bold;
  vertical-align: middle;
  padding: 2px 4px;
}
.pickaseat_syos #seat-list td {
  background-color: #232323;
  border-bottom: 1px solid black;
  vertical-align: middle;
  padding: 2px 4px;
}
.pickaseat_syos #seat-list td.remove {
  background: none;
  width: 30px;
}
.pickaseat_syos #no-seats-selected {
  display: none;
  text-align: center;
  font-weight: bold;
}
.pickaseat_syos #pick-a-seat-price-selector h3 {
  font-size: 20px;
  text-align: center;
}
.pickaseat_syos #pick-a-seat-price-selector p {
  margin: 0 0 10px 0;
  text-align: center;
}
.pickaseat_syos #pick-a-seat-price-selector .zone-select a {
  color: #fff;
  text-shadow: none;
}
.pickaseat_syos #pick-a-seat-price-selector .ui-dialog-contain {
  margin-top: 70px;
}
.pickaseat_syos #pick-a-seat-price-selector .ui-body-c,
.pickaseat_syos #pick-a-seat-price-selector .ui-overlay-c {
  background: #232323;
  border: 1px solid #2c2c2c;
  color: #fff;
  text-shadow: none;
}
.pickaseat_syos #pick-a-seat-price-selector .cancel {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #595959;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#0b0b0b));
  background-image: -webkit-linear-gradient(top, #595959, #0b0b0b);
  background-image: -moz-linear-gradient(top, #595959, #0b0b0b);
  background-image: -o-linear-gradient(top, #595959, #0b0b0b);
  background-image: -ms-linear-gradient(top, #595959, #0b0b0b);
  background-image: linear-gradient(top, #595959, #0b0b0b);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#595959', EndColorStr='#0b0b0b');
  color: #fff;
  display: block;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  margin-top: 6px;
  text-shadow: none;
}
.pickaseat_syos #navbar-item-cart {
  position: relative;
}
.pickaseat_syos #navbar-item-cart .ticket-tally {
  position: absolute;
  top: -7px;
  right: -8px;
  background: red;
  padding: 2px 5px;
  border: 2px solid white;
  border-radius: 10px;
  background-image: linear-gradient(bottom, #820e18 15%, #c25151 58%, #e07e7e 79%);
  background-image: -o-linear-gradient(bottom, #820e18 15%, #c25151 58%, #e07e7e 79%);
  background-image: -moz-linear-gradient(bottom, #820e18 15%, #c25151 58%, #e07e7e 79%);
  background-image: -webkit-linear-gradient(bottom, #820e18 15%, #c25151 58%, #e07e7e 79%);
  background-image: -ms-linear-gradient(bottom, #820e18 15%, #c25151 58%, #e07e7e 79%);
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.15, #820e18), color-stop(0.58, #c25151), color-stop(0.79, #e07e7e));
}
/* @end */
/* @end */
.responsive {
  /* @group iPad */
  /* @end */
  /* @group iPhone Portrait */
  /* @end */
  /* @group iPhone Landscape */
  /* @end */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .responsive {
    /* @group Ticketing Path */
    /* @end */
  }
  .responsive .mobile {
    display: none;
  }
  .responsive .desktop {
    display: none;
  }
  .responsive .tablet {
    display: block;
  }
  .responsive .type-page .has-secondary-content #primary-content,
  .responsive .type-page .has-secondary-content #secondary-content,
  .responsive .section-account #primary-content,
  .responsive .section-account #secondary-content {
    width: 100%;
  }
  .responsive #primary-navigation .area-primary-navigation a {
    font-size: 11px;
  }
  .responsive .unit-nested-menu a.current,
  .responsive .unit-nested-menu a:hover {
    background-image: url(../images/tick-navigation-level2-active.png);
  }
  .responsive .svg .unit-nested-menu a.current,
  .responsive .svg .unit-nested-menu a:hover {
    background-image: url(../images/tick-navigation-level2-active.svg);
  }
  .responsive .area-mailing-list input.text {
    width: 160px;
  }
  .responsive .area-mailing-list label,
  .responsive .area-social h2 {
    margin-right: 10px;
    font-size: 16px;
  }
  .responsive .area-social {
    width: 222px;
  }
  .responsive .type-home-page .has-tertiary-content #tertiary-content {
    width: 100%;
    margin-top: 2%;
  }
  .responsive .area-main-feature .unit-production-entry .prefix,
  .responsive .area-main-feature .unit-production-entry .suffix {
    font-size: 20px;
  }
  .responsive .area-homepage-production-promos {
    margin-top: -4px;
  }
  .responsive .area-homepage-production-promos .book-button,
  .responsive .area-homepage-production-promos a.more {
    padding: 4px 10px;
    font-size: 10px;
  }
  .responsive .area-homepage-production-promos .unit-production-entry .body .meta {
    font-size: 14px;
  }
  .responsive .area-homepage-production-promos .unit-production-entry .body h2 {
    font-size: 18px;
  }
  .responsive .js .type-home-page .flexslider,
  .responsive .js .type-home-page .flexslider-container,
  .responsive .area-main-feature {
    height: 320px;
  }
  .responsive .flex-control-nav {
    text-align: center;
    bottom: 20px;
    left: 0;
    right: 0;
    position: absolute;
  }
  .responsive .area-main-feature {
    background-size: cover;
  }
  .responsive .area-feature-boxes .unit-block {
    width: 32%;
    margin-right: 2%;
    float: left;
  }
  .responsive .area-feature-boxes .end {
    margin-right: 0;
  }
  .responsive .area-main-feature .unit-production-entry h2 {
    font-size: 38px;
  }
  .responsive .area-main-feature .unit-production-entry p {
    font-size: 14px;
    line-height: 20px;
  }
  .responsive .type-production #page-content {
    position: relative;
  }
  .responsive .area-production-details.has-image,
  .responsive .area-production-details.has-video,
  .responsive .area-season-details.has-image,
  .responsive .area-season-details.has-video {
    zoom: 1;
    display: inline;
    float: left;
    width: 57.5%;
    margin-right: 2%;
  }
  .responsive .area-production-details.has-image:before,
  .responsive .area-production-details.has-video:before,
  .responsive .area-season-details.has-image:before,
  .responsive .area-season-details.has-video:before,
  .responsive .area-production-details.has-image:after,
  .responsive .area-production-details.has-video:after,
  .responsive .area-season-details.has-image:after,
  .responsive .area-season-details.has-video:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
  }
  .responsive .area-production-details.has-image:after,
  .responsive .area-production-details.has-video:after,
  .responsive .area-season-details.has-image:after,
  .responsive .area-season-details.has-video:after {
    clear: both;
  }
  .responsive .mobile-media {
    zoom: 1;
    display: inline;
    float: left;
    width: 40.5%;
    margin-right: 2%;
    margin-right: 0;
  }
  .responsive .mobile-media:before,
  .responsive .mobile-media:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
  }
  .responsive .mobile-media:after {
    clear: both;
  }
  .responsive .area-production-image.media-placeholder {
    display: none;
  }
  .responsive .performance-date .performance-date-time,
  .responsive .area-performance-dates .date-description,
  .responsive .area-production-details .prefix,
  .responsive .area-production-details .suffix {
    font-size: 16px;
  }
  .responsive .type-page #primary-content .area-production-details h1 {
    font-size: 32px;
  }
  .responsive .primary-type-series .area-production-details,
  .responsive .primary-type-series .area-production-content {
    margin-right: 0;
  }
  .responsive .area-performance-calendar td .date {
    font-size: 10px;
  }
  .responsive .area-performance-calendar td .date .date-day-number {
    width: 24px;
    margin-right: 2px;
  }
  .responsive .area-performance-calendar td {
    height: 12.5%;
  }
  .responsive .area-performance-calendar .unit-production-entry h2 {
    font-size: 9px;
  }
  .responsive .area-child-page-list .unit-block a {
    min-height: 312px;
  }
  .responsive .primary-type-whats-on-page #container {
    min-width: 768px;
  }
  .responsive .js .collapsible-tab-header a {
    font-size: 10px;
    padding: 6px;
    max-width: 90px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .responsive .js .collapsible-tab-header.selected a {
    max-width: none;
  }
  .responsive .area-profile-list .unit-block {
    width: 23%;
  }
  .responsive .area-gallery {
    height: 480px;
  }
  .responsive .area-forgotten-password .inline-form {
    width: 100%;
  }
  .responsive .area-forgotten-password .inline-form .field .text {
    width: 68%;
  }
  .responsive .area-editable-address,
  .responsive .area-confirmation-address {
    width: 36%;
    margin-left: 2%;
  }
  .responsive #unit-recommended-productions {
    margin: 0;
    height: auto;
  }
  .responsive #unit-recommended-productions-slider {
    height: auto;
    overflow: hidden;
    position: static;
  }
  .responsive #unit-recommended-productions .unit {
    width: 100%;
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .responsive {
    /* @group Footer */
    /* @end */
    /* @group Calendar */
    /* @end */
    /* My Comment */
    /* @group Ticketing Path */
    /* @end */
  }
  .responsive .tablet {
    display: none;
  }
  .responsive .desktop {
    display: none;
  }
  .responsive .mobile {
    display: block;
  }
  .responsive h1 {
    font-size: 1.6em;
  }
  .responsive h2 {
    font-size: 1.4em;
  }
  .responsive h3 {
    font-size: 1.2em;
  }
  .responsive h4,
  .responsive h5,
  .responsive h6 {
    font-size: 1em;
  }
  .responsive blockquote p {
    font-size: 1em;
  }
  .responsive #primary-navigation .nav-toggle {
    display: block;
    position: absolute;
    top: 75px;
    right: 6%;
    cursor: pointer;
    font-size: 12px;
    font-family: Helmet, Freesans, sans-serif;
    display: inline-block;
    background: #777777;
    padding: 6px 14px 6px;
    vertical-align: bottom;
    text-transform: uppercase;
    color: #ffffff;
    line-height: normal;
    border: 1px solid #6a6a6a;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 16px;
    width: 8px;
    background-image: url(../images/button-nav-toggle.png);
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .responsive #primary-navigation .nav-toggle:visited {
    color: #ffffff;
  }
  .responsive #primary-navigation .nav-toggle:hover {
    color: #ffffff;
    text-decoration: none;
    background: #919191;
  }
  .responsive #primary-navigation .nav-toggle:focus {
    outline: 1px dotted #666;
  }
  .responsive #primary-navigation .nav-toggle.disabled {
    cursor: default;
    background-image: none;
  }
  .responsive #primary-navigation .nav-toggle[disabled] {
    cursor: default;
    background-image: none;
  }
  .responsive #primary-navigation .nav-toggle:hover {
    background-image: url(../images/button-nav-toggle.png);
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .responsive #primary-navigation .nav-toggle span {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .responsive #primary-navigation .nav-toggle.active {
    background-image: url(../images/button-nav-toggle.png);
    background-repeat: no-repeat;
    background-position: 50%;
  }
  .responsive .svg #primary-navigation .nav-toggle,
  .responsive .svg #primary-navigation .nav-toggle.active,
  .responsive .svg #primary-navigation .nav-toggle:hover {
    background-image: url(../images/button-nav-toggle.svg);
  }
  .responsive #primary-navigation .level-1 {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .responsive #primary-navigation .level-0 li {
    display: block;
    width: 100% !important;
    float: none;
    border-right: 0;
  }
  .responsive #primary-navigation .level-0 li a {
    border-bottom-width: 1px;
  }
  .responsive #primary-navigation .area-primary-navigation {
    overflow: hidden;
  }
  .responsive #primary-navigation .area-primary-navigation ul {
    border: 1px solid #e9e9e9;
    margin-bottom: 1em;
  }
  .responsive #primary-navigation .area-primary-navigation a {
    background-color: #ffffff;
  }
  .responsive #primary-navigation .area-primary-navigation a.current,
  .responsive #primary-navigation .area-primary-navigation a:hover,
  .responsive #primary-navigation ul .section a,
  .responsive #primary-navigation ul .section a:hover {
    background-color: #c00;
    color: #ffffff !important;
    border-bottom-color: #e9e9e9;
  }
  .responsive #primary-navigation .area-primary-navigation .last a {
    border-bottom: 0;
  }
  .responsive .area-primary-navigation .area-site-search .text {
    right: 0px;
    width: 70%;
  }
  .responsive .touch .area-primary-navigation .area-site-search .text {
    padding: 0 2%;
    width: 66%;
  }
  .responsive #primary-navigation .nav-collapsed,
  .responsive .js .area-primary-navigation {
    height: 1px;
  }
  .responsive #primary-navigation .nav-open {
    height: auto;
    margin-bottom: 1em;
  }
  .responsive .unit-nested-menu a.current,
  .responsive .unit-nested-menu a:hover {
    background-image: url(../images/tick-navigation-level2-active.png);
  }
  .responsive .svg .unit-nested-menu a.current,
  .responsive .svg .unit-nested-menu a:hover {
    background-image: url(../images/tick-navigation-level2-active.svg);
  }
  .responsive .unit-breadcrumb-trail {
    font-size: 12px;
  }
  .responsive .unit-breadcrumb-trail ul li a {
    padding-right: 22px;
  }
  .responsive .inline-form form fieldset label {
    float: none;
    width: 100%;
    display: block;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0.5em;
  }
  .responsive .inline-form form .optionset ul li label,
  .responsive .inline-form form .checkboxset ul li label {
    margin-right: 5%;
    width: 25%;
    display: inline;
    float: left;
    border-bottom: none;
  }
  .responsive #touch-tools-inner {
    border: none;
    background: transparent;
    padding: 0;
    width: 90%;
  }
  .responsive #touch-tools-inner a {
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
    text-align: center;
  }
  .responsive .area-mailing-list {
    float: none;
    width: 100%;
    display: block;
    margin-bottom: 1em;
  }
  .responsive .area-footer-contact {
    display: block;
    width: 100%;
    margin: 0 0 1em 0;
    text-align: center;
    float: none;
    border-bottom: 1px solid #464646;
    padding: 0 0 1em 0;
  }
  .responsive .area-footer-navigation {
    zoom: 1;
    display: block;
    float: none;
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #464646;
    padding-bottom: 1em;
  }
  .responsive .area-footer-principal-sponsor {
    display: block;
    float: none;
    width: 40%;
    margin: 1em auto 0;
  }
  .responsive .area-mailing-list label {
    display: none;
  }
  .responsive .area-footer-copyright p {
    font-size: 12px;
    width: 60%;
  }
  .responsive .area-social {
    width: 100%;
    margin: 0;
    float: none;
    display: block;
  }
  .responsive .area-social ul {
    zoom: 1;
    float: none;
    width: auto;
    margin: 0 auto;
  }
  .responsive .area-social ul:before,
  .responsive .area-social ul:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
  }
  .responsive .area-social ul:after {
    clear: both;
  }
  .responsive .area-footer-sponsor-list ul li {
    margin: 6px 10px;
  }
  .responsive .touch.svg .area-footer-copyright .by-made {
    background-image: url(../images/logo-made.svg);
    height: 10px;
    width: 40px;
    background-size: contain;
  }
  .responsive .type-page .has-secondary-content #primary-content,
  .responsive .type-page .has-secondary-content #secondary-content {
    width: 100%;
  }
  .responsive .lt-ie10 #header-inner,
  .responsive .lt-ie10 #footer-social-inner,
  .responsive .lt-ie10 #footer-inner,
  .responsive .lt-ie10 #page-content,
  .responsive .lt-ie10 #primary-navigation-inner,
  .responsive .lt-ie10 .flex-control-nav,
  .responsive .lt-ie10 .area-main-feature .content-inner {
    width: 90%;
  }
  .responsive .area-performance-calendar .media {
    float: left;
    width: 15%;
  }
  .responsive .area-performance-calendar table,
  .responsive .area-performance-calendar tbody {
    display: block;
    width: 100%;
    border: none;
  }
  .responsive .area-performance-calendar tr {
    display: block;
    border: none;
  }
  .responsive .area-performance-calendar td {
    display: none;
    border: 0;
    width: 100%;
    height: auto;
    float: none;
    margin-bottom: 1px;
    zoom: 1;
  }
  .responsive .area-performance-calendar td:before,
  .responsive .area-performance-calendar td:after {
    display: table;
    content: "";
    zoom: 1;
    *display: inline;
  }
  .responsive .area-performance-calendar td:after {
    clear: both;
  }
  .responsive .area-performance-calendar .has-results .date {
    background-color: #333;
    margin-bottom: 1px;
    color: #fff;
  }
  .responsive .area-performance-calendar .has-results .date .date-day-number {
    background-color: #333;
  }
  .responsive .area-performance-calendar td .date .date-day-number {
    margin-right: 0;
    width: auto;
    padding: 0 3px 0 9px;
  }
  .responsive .area-performance-calendar .unit-production-entry p.production-times {
    display: block;
  }
  .responsive .area-performance-calendar .has-results {
    display: block;
  }
  .responsive .area-performance-calendar .unit-production-entry .body {
    position: relative;
    background: transparent;
    display: block;
  }
  .responsive .area-performance-calendar .unit-production-entry h2 {
    font-size: 16px;
  }
  .responsive .type-home-page .has-tertiary-content #secondary-content .group-1,
  .responsive .type-home-page .has-tertiary-content #secondary-content .group-2,
  .responsive .type-home-page .has-tertiary-content #tertiary-content,
  .responsive .area-homepage-production-promos .unit-production-entry,
  .responsive .section-account #primary-content,
  .responsive .section-account #secondary-content,
  .responsive .section-login #register-box,
  .responsive .section-login #login-box,
  .responsive .section-register #primary-content,
  .responsive .section-register #secondary-content,
  .responsive .area-subscriber-details-form fieldset {
    float: none;
    margin-right: 0;
    width: 100%;
    display: block;
  }
  .responsive .area-homepage-intro {
    margin: 1em 0;
    background-size: 55%;
  }
  .responsive .area-homepage-intro p {
    font-size: 12px;
    line-height: 18px;
    padding-left: 45%;
  }
  .responsive .area-homepage-intro h2 {
    font-size: 18px;
    padding-left: 45%;
  }
  .responsive .area-homepage-news-list {
    margin-bottom: 1em;
  }
  .responsive .area-news-list .unit-article h3,
  .responsive .area-homepage-news-list h3 {
    font-size: 18px;
  }
  .responsive .area-homepage-news-list p {
    font-size: 0.9em;
  }
  .responsive .area-homepage-production-promos {
    margin-top: 0;
  }
  .responsive .area-homepage-production-promos .unit-production-entry {
    margin: 0 0 10px 0;
  }
  .responsive .area-homepage-production-promos .unit-production-entry .body {
    bottom: 0;
    position: relative;
  }
  .responsive .area-homepage-production-promos .unit-production-entry .body footer p {
    margin-bottom: 0;
  }
  .responsive .area-homepage-production-promos .unit-production-entry .media {
    float: left;
    width: 25%;
  }
  .responsive .area-homepage-production-promos .unit-production-entry .media img {
    margin-top: 0;
  }
  .responsive .area-homepage-production-promos .unit-production-entry:hover .body {
    bottom: 0;
  }
  .responsive .area-main-feature .unit-production-entry h2 {
    font-size: 20px;
  }
  .responsive .area-main-feature .unit-production-entry .description p {
    display: none;
  }
  .responsive .area-main-feature .unit-production-entry .prefix,
  .responsive .area-main-feature .unit-production-entry .suffix {
    font-size: 12px;
    line-height: 1.2em;
  }
  .responsive .area-homepage-production-promos {
    margin-top: -4px;
  }
  .responsive .area-homepage-production-promos .book-button,
  .responsive .area-homepage-production-promos a.more {
    padding: 4px 10px;
    font-size: 10px;
  }
  .responsive .area-homepage-production-promos .unit-production-entry .body .meta p {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .responsive .area-homepage-production-promos .unit-production-entry .body h2 {
    font-size: 16px;
  }
  .responsive .area-homepage-production-promos .unit-production-entry .body footer {
    margin-top: 0;
  }
  .responsive .js .type-home-page .flexslider,
  .responsive .js .type-home-page .flexslider-container,
  .responsive .area-main-feature {
    height: 170px;
  }
  .responsive .flex-control-nav {
    text-align: center;
    bottom: 5px;
    left: 0;
    right: 0;
    position: absolute;
  }
  .responsive .flex-control-nav li a {
    width: 4px;
    height: 4px;
    border-width: 2px;
  }
  .responsive .area-main-feature {
    background-size: cover;
    background-position: 47% 0;
  }
  .responsive .area-main-feature .unit-production-entry header {
    margin-bottom: 4px;
  }
  .responsive .area-main-feature .unit-production-entry p.links {
    margin-bottom: 1em;
  }
  .responsive .area-production-details .prefix,
  .responsive .area-production-details .suffix {
    font-size: 14px;
    line-height: 1.2em;
  }
  .responsive .area-main-feature .unit-production-entry a.more,
  .responsive .area-main-feature .unit-production-entry .book-button,
  .responsive .area-homepage-production-promos .unit-production-entry a.more,
  .responsive .area-homepage-production-promos .unit-production-entry .book-button {
    font-size: 8px;
    padding: 2px 4px;
    text-align: center;
  }
  .responsive .area-main-feature .unit-production-entry {
    width: 50%;
    background: #000000;
    background: rgba(0, 0, 0, 0.85);
    padding: 0 5%;
  }
  .responsive .type-page #primary-content .area-production-details h1 {
    font-size: 28px;
    line-height: 1em;
  }
  .responsive .performance-date .performance-date-time,
  .responsive .area-performance-dates .date-description,
  .responsive .touch .performance-form-selector .area-performance-dates .date-description {
    font-size: 14px;
  }
  .responsive .performance-form-selector .area-performance-dates .date-description {
    font-size: 20px;
  }
  .responsive .area-production-details p {
    font-size: 13px;
  }
  .responsive .area-performance-dates .performance-date-venue,
  .responsive .area-performance-dates .performance-booking {
    float: none;
  }
  .responsive .area-performance-dates .performance-date-venue .price-range,
  .responsive .area-performance-dates .performance-booking .price-range {
    text-align: left;
  }
  .responsive .area-performance-dates .performance-date-venue {
    display: block;
    margin-bottom: 0.5em;
  }
  .responsive .area-production-image.media-placeholder {
    display: none;
  }
  .responsive .type-production #page-content {
    position: relative;
  }
  .responsive #package-details-switch {
    float: none;
  }
  .responsive .primary-type-production .area-series-link {
    float: none;
    margin-bottom: 1em;
  }
  .responsive .area-child-page-list .unit-block {
    float: none;
    display: block;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .responsive .area-child-page-list .unit-block a {
    min-height: 0;
  }
  .responsive .primary-type-whats-on-page .section-header .change-view {
    position: relative;
    top: 0;
    left: 0;
    margin: 1em auto;
  }
  .responsive .area-production-list .unit-production-entry .prefix,
  .responsive .area-production-list .unit-production-entry .suffix {
    font-size: 12px;
    line-height: 1.2em;
  }
  .responsive .unit-production-entry .meta .date-description {
    font-size: 12px;
  }
  .responsive .area-production-list .unit-production-entry h2 {
    font-size: 22px;
    line-height: 1em;
  }
  .responsive .area-production-list .unit-production-entry p.links {
    margin-bottom: 0;
  }
  .responsive .primary-type-whats-on-page .area-feature-boxes {
    display: none;
  }
  .responsive .area-venues-list .unit-block a h2 {
    font-size: 1.2em;
  }
  .responsive .area-venues-list .unit-block header {
    margin-bottom: 1em;
    font-size: 12px;
  }
  .responsive .area-profile-list {
    margin-right: 0;
  }
  .responsive .area-profile-list .unit-block {
    width: 100%;
    display: block;
    height: auto;
    margin-bottom: 3%;
    margin-right: 0;
    border-bottom: 1px solid #ccc;
  }
  .responsive .area-profile-list .unit-block .media {
    float: left;
    width: 15%;
    margin-right: 5%;
  }
  .responsive .area-profile-list .unit-block .subtitle {
    margin-bottom: 0;
  }
  .responsive .area-profile-list .unit-block.last {
    border-bottom: none;
    margin-bottom: 0;
  }
  .responsive .area-profile-list .unit-block.last .media {
    margin-bottom: 0;
  }
  .responsive .js .collapsible-header {
    margin-bottom: 10px;
  }
  .responsive .js .collapsible-tab-header {
    width: 50%;
  }
  .responsive .js .collapsible-tab-header a {
    font-size: 10px;
    text-align: center;
    padding: 10px 0;
  }
  .responsive .js .collapsible-tab-header.selected a {
    border-bottom: 1px solid #fff;
    background-color: #0088cc;
    color: #fff;
  }
  .responsive .area-profile-image {
    margin: 0;
    width: 40%;
    border: 1px solid #f3f3f3;
  }
  .responsive .primary-type-profile-detail-page hgroup {
    margin: 0;
    width: 56%;
  }
  .responsive .primary-type-profile-detail-page #primary-content h1 {
    margin-bottom: 0;
  }
  .responsive .primary-type-profile-detail-page .section-header {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #ccc;
  }
  .responsive .area-gallery {
    height: 220px;
  }
  .responsive .area-news-list .excerpt {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .responsive .area-news-list .unit-article h3 {
    font-size: 14px;
  }
  .responsive .area-news-list .unit-article .meta p {
    font-size: 11px;
  }
  .responsive .area-filters-type,
  .responsive .area-filters-category,
  .responsive h2.filter-title {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .responsive .field-error {
    margin: 0.25em 0 0 0;
    display: block;
    padding: 0.25em;
  }
  .responsive #unit-timer {
    width: 50%;
    margin: 0 25%;
    background-image: none;
    padding: 0;
    position: absolute;
    line-height: 1em;
  }
  .responsive #unit-timer p {
    margin-bottom: 10px;
    font-size: 11px;
    color: #f3f3f3;
    text-align: center;
  }
  .responsive #unit-timer a {
    font-size: 10px;
  }
  .responsive #toolbar li.basket a,
  .responsive #toolbar li.myaccount a,
  .responsive #toolbar li.logout a {
    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-position: 0 50%;
    width: 20px;
    padding: 0;
    position: relative;
    z-index: 20000;
  }
  .responsive #toolbar li.basket a br,
  .responsive #toolbar li.myaccount a br,
  .responsive #toolbar li.logout a br {
    display: none;
  }
  .responsive #toolbar li.login a {
    position: relative;
    z-index: 20000;
  }
  .responsive #toolbar li.register a {
    display: none;
  }
  .responsive #toolbar li.basket a {
    background-image: url(../images/icon-cart-mobile.png);
  }
  .responsive #toolbar li.register a {
    background-image: url(../images/icon-register.png);
  }
  .responsive #toolbar li.logout a {
    background-image: url(../images/icon-logout.png);
  }
  .responsive #toolbar li.myaccount a {
    background-image: url(../images/icon-myaccount.png);
  }
  .responsive .svg #toolbar li.basket a {
    background-image: url(../images/icon-cart-mobile.svg);
  }
  .responsive .svg #toolbar li.register a {
    background-image: url(../images/icon-register.svg);
  }
  .responsive .svg #toolbar li.logout a {
    background-image: url(../images/icon-logout.svg);
  }
  .responsive .svg #toolbar li.myaccount a {
    background-image: url(../images/icon-myaccount.svg);
  }
  .responsive #unit-account-login {
    float: left;
  }
  .responsive #unit-account-login li {
    margin: 0;
  }
  .responsive #unit-account-login li.register,
  .responsive #unit-account-login li.myaccount {
    border: none;
    padding-left: 15px;
  }
  .responsive .section-booking #header-inner,
  .responsive .section-basket #header-inner {
    padding-bottom: 10px;
  }
  .responsive .area-blocksoffice-user-toolbar {
    position: relative;
    top: auto;
    height: 46px !important;
    z-index: auto;
    overflow: visible;
    display: block;
  }
  .responsive body.user-toolbar {
    background: #333333;
  }
  .responsive body.user-toolbar #container {
    background: #333333;
  }
  .responsive body.user-toolbar #container #page-content {
    margin: 0 auto;
  }
  .responsive body.user-toolbar #toolbar {
    position: relative;
    width: 100%;
    margin: 8px auto 0 auto;
    height: auto;
    padding: 0;
    z-index: 10000;
    float: none;
  }
  .responsive body.user-toolbar #toolbar .container {
    position: relative;
    top: auto;
    width: 100%;
  }
  .responsive .area-basket-header h1,
  .responsive .area-package-header h1 {
    font-size: 18px;
    width: auto;
  }
  .responsive .proceed-to-checkout,
  .responsive .links .book-more-tickets,
  .responsive .links .cancel-membership,
  .responsive .links .add-to-basket,
  .responsive .Actions .skip-button,
  .responsive .inline-form form .action,
  .responsive .area-parking-vouchers .no-thanks {
    font-size: 10px;
    padding: 3px 8px;
  }
  .responsive .section-account .account-book-button,
  .responsive .section-account .subscription-book-button,
  .responsive .section-account .account-home-button {
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .responsive .group-support {
    margin-bottom: 3em;
  }
  .responsive .group-support .area-support-info,
  .responsive .group-support .area-make-donation {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  .responsive .basket-wrapper.area-review-basket table th,
  .responsive .basket-wrapper.area-item-selection table th {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .responsive .basket-wrapper.area-review-basket table td,
  .responsive .basket-wrapper.area-review-basket table td.remove,
  .responsive .basket-wrapper.area-review-basket table .first,
  .responsive .basket-wrapper.area-review-basket table td.quantity,
  .responsive .basket-wrapper.area-review-basket table td.price,
  .responsive .basket-wrapper.area-item-selection table .first,
  .responsive .basket-wrapper.area-item-selection table td {
    border-bottom: none;
    display: block;
    width: auto;
    padding: 2%;
    text-align: left;
    font-size: 14px;
  }
  .responsive .basket-wrapper.area-review-basket table td.remove {
    padding: 0;
    position: relative;
  }
  .responsive .basket-wrapper.area-review-basket table td.remove a {
    position: absolute;
    right: 3%;
    top: 3px;
  }
  .responsive .basket-wrapper.area-review-basket table td.last,
  .responsive .basket-wrapper.area-review-basket table td.price,
  .responsive .basket-wrapper.area-item-selection table td:last-child {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 1em;
  }
  .responsive .basket-wrapper.area-review-basket table td.empty,
  .responsive .basket-wrapper.area-review-basket table td.empty,
  .responsive .basket-wrapper.area-item-selection table td.empty {
    display: none;
  }
  .responsive .basket-wrapper.area-item-selection table tr:last-child td:last-child,
  .responsive .basket-wrapper.area-review-basket table tr:last-child td:last-child {
    border-bottom: none;
  }
  .responsive .basket-wrapper.area-review-basket table td.price,
  .responsive .basket-wrapper.area-review-basket table td.quantity {
    font-size: 16px;
  }
  .responsive .basket-wrapper.area-review-basket table .quantity:before {
    content: "Quantity:";
    padding-right: 2%;
    font-weight: bold;
  }
  .responsive .basket-wrapper.area-review-basket table .price:before {
    content: "Price:";
    padding-right: 2%;
    font-weight: bold;
  }
  .responsive .area-editable-address,
  .responsive .area-confirmation-address {
    float: none;
    border-left: none;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    border-top: 1px solid #ccc;
  }
  .responsive .area-delivery-form .area-address,
  .responsive .area-payment-method #payment,
  .responsive .area-confirmation #confirmation {
    width: 100%;
    margin-right: 0;
    display: block;
    float: none;
  }
  .responsive .area-delivery-form .inline-form label,
  .responsive .area-payment-method .inline-form label {
    width: auto;
    margin: none;
    float: none;
    display: block;
  }
  .responsive .area-delivery-form .inline-form .text,
  .responsive .area-payment-method .inline-form .text {
    width: 99.5%;
  }
  .responsive .area-delivery-form .inline-form #field-delivery_new_delivery_postcode .text,
  .responsive .area-delivery-form .inline-form #field-delivery_new_delivery_postcode .text,
  .responsive #payment_security_code {
    width: 41.85%;
  }
  .responsive .area-apply-promo-code h3 {
    float: none;
    margin: 0 0 0.5em 0;
    display: block;
  }
  .responsive .secure-booking {
    width: 25px;
  }
  .responsive .mastercard-logo {
    width: 25px;
  }
  .responsive .change-your-order:after {
    content: none;
  }
  .responsive .change-delivery-address:after {
    content: none;
  }
  .responsive .proceed-to-checkout:before {
    content: none;
  }
  .responsive .area-confirmation-details header .print-this-page {
    position: relative;
    margin-bottom: 1em;
    cursor: pointer;
  }
  .responsive .area-confirmation-details header dl {
    font-size: 16px;
  }
  .responsive .area-confirmation-details header dl dt {
    min-width: 130px;
  }
  .responsive .area-confirmation header h1,
  .responsive .area-payment-method header h1 {
    width: 75%;
  }
  .responsive .area-delivery-form .area-address h2,
  .responsive .area-payment-method #payment h2,
  .responsive .area-confirmation #confirmation h2,
  .responsive .area-payment-plan h2 {
    font-size: 18px;
  }
  .responsive .basket-wrapper.area-review-basket table .postage,
  .responsive .basket-wrapper.area-review-basket table .donation {
    font-size: 16px;
  }
  .responsive .inline-form .area-registration-form legend,
  .responsive .inline-form .area-subscriber-details-form legend {
    font-size: 18px;
  }
  .responsive .inline-form .area-registration-form .field-text input,
  .responsive .inline-form .area-subscriber-details-form .field-text input,
  .responsive .inline-form .field input {
    width: 98%;
  }
  .responsive .inline-form .area-registration-form .field-text input[type="checkbox"],
  .responsive .inline-form .area-subscriber-details-form .field-text input[type="checkbox"],
  .responsive .inline-form .field input[type="checkbox"] {
    width: 5%;
  }
  .responsive .inline-form .area-registration-form label,
  .responsive .inline-form .area-subscriber-details-form label {
    border: none;
  }
  .responsive .inline-form label {
    width: 100%;
  }
  .responsive .area-check-balance.inline-form form label {
    width: 50%;
    line-height: 1.2em;
  }
  .responsive .area-check-balance.inline-form form .action {
    margin-top: 1em;
  }
  .responsive #field-form_code #form_code {
    margin-right: 0;
    width: 35%;
  }
  .responsive .field-choice .option,
  .responsive .option-group .option {
    width: 100%;
    float: none;
  }
  .responsive .area-registration-form .field-choice div input {
    float: left;
    margin: 3px 2% 3px 0;
    width: auto;
  }
  .responsive .gift-certificates-header .purchase-gift-certificate {
    float: none;
    width: 96%;
    padding-left: 2%;
    padding-right: 2%;
    text-align: center;
  }
  .responsive .table-wrapper #seating-zones-select th {
    display: none;
  }
  .responsive .area-package-selection-inner header h2 {
    width: 60%;
    font-size: 16px;
  }
  .responsive #seating-zones-select tr td {
    display: inline-block;
    width: 96%;
  }
  .responsive #package-selection-list .performance-date,
  .responsive #package-selection-list .performance-venue {
    display: none;
  }
  .responsive #package-selection-list .performance-title {
    width: 90%;
  }
  .responsive #package-selection-list {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    max-height: 167px;
  }
  .responsive .inline-form .formfield-performance-extra-qty label {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .responsive .inline-form .performance-extra-qty {
    width: 100%;
  }
  .responsive #unit-recommended-productions {
    margin: 0;
    height: auto;
  }
  .responsive #unit-recommended-productions-slider {
    height: auto;
    overflow: hidden;
    position: static;
  }
  .responsive #unit-recommended-productions .unit {
    width: 100%;
    margin: 0 0 10px 0;
  }
  .responsive .address-list {
    margin-left: 0;
  }
  .responsive .address-list li {
    float: none;
    margin: 0 0 0.25em 0;
    width: 96%;
    min-height: inherit;
  }
  .responsive .address-list .make-primary,
  .responsive .address-list .is-primary,
  .responsive .address-list .address-actions {
    position: relative;
    bottom: auto;
  }
  .responsive .area-forgotten-password .inline-form {
    width: 100%;
  }
  .responsive .area-forgotten-password .inline-form .field .text {
    width: 97%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .responsive .touch .area-primary-navigation .area-site-search .text {
    padding: 0 2%;
    width: 75%;
  }
  .responsive .area-performance-dates .performance-booking {
    float: right;
  }
  .responsive .area-performance-dates .performance-date-venue {
    float: left;
  }
  .responsive .area-homepage-intro {
    margin: 1em 0;
    background-size: auto;
  }
  .responsive .area-homepage-intro p {
    font-size: 1em;
    padding-left: 160px;
    line-height: 22px;
  }
  .responsive .area-homepage-intro h2 {
    font-size: 1.6em;
    padding-left: 0;
  }
  .responsive .area-main-feature {
    background-position: 50% 0;
  }
  .responsive .area-main-feature .unit-production-entry {
    width: 45%;
  }
  .responsive .area-homepage-production-promos .unit-production-entry .media {
    width: 35%;
  }
  .responsive .area-homepage-production-promos .unit-production-entry h2 {
    font-size: 18px;
  }
  .responsive .js .collapsible-tab-header {
    width: 33.25%;
  }
  .responsive .area-gallery {
    height: 320px;
  }
  .responsive .gift-certificates-header .purchase-gift-certificate-button {
    float: right;
    width: auto;
  }
  .responsive #package-selection-list {
    max-height: 70px;
  }
  .responsive #toolbar ul {
    margin-top: 0;
  }
  .responsive #toolbar ul li {
    line-height: 1.5em;
  }
  .responsive #unit-timer {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  .responsive .area-blocksoffice-user-toolbar {
    height: 32px !important;
  }
  .responsive #unit-recommended-productions {
    margin: 0;
    height: auto;
  }
  .responsive #unit-recommended-productions-slider {
    height: auto;
    overflow: hidden;
    position: static;
  }
  .responsive #unit-recommended-productions .unit {
    width: 50%;
    margin: 0 0 10px 0;
  }
}
@media (min-width: 1240px) {
  .responsive {
    /* Large desktop */
  }
}
/* @group Colorbox styles */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(/bundles/madeblocksoffice/images/colorbox/overlay.png) repeat 0 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/bundles/madeblocksoffice/images/colorbox/controls.png) no-repeat -100px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/bundles/madeblocksoffice/images/colorbox/controls.png) no-repeat -129px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/bundles/madeblocksoffice/images/colorbox/controls.png) no-repeat -100px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/bundles/madeblocksoffice/images/colorbox/controls.png) no-repeat -129px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(/bundles/madeblocksoffice/images/colorbox/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(/bundles/madeblocksoffice/images/colorbox/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(/bundles/madeblocksoffice/images/colorbox/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(/bundles/madeblocksoffice/images/colorbox/border.png) 0 -29px repeat-x;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/bundles/madeblocksoffice/images/colorbox/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious.hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(/bundles/madeblocksoffice/images/colorbox/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext.hover {
  background-position: -50px -25px;
}
#cboxLoadingOverlay {
  background: url(/bundles/madeblocksoffice/images/colorbox/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(/bundles/madeblocksoffice/images/colorbox/loading.gif) no-repeat center center;
}
#cboxClose {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(/bundles/madeblocksoffice/images/colorbox/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose.hover {
  background-position: -25px -25px;
}
/* @end */
.order-complete #unit-timer {
  display: none;
}
.package-production-off-sale {
  opacity: 0.5;
}
.production-booking-widget {
  margin: 0px;
  padding: 0px;
}
.production-booking-widget #container #page-content {
  margin: 0px;
  padding: 0px;
  max-width: auto;
  width: auto;
}
.production-booking-widget form {
  background: none;
  border: none;
  margin: 0px;
  padding: 0px;
}
.production-booking-widget form .single-performance-date {
  display: inline-block;
}
.production-booking-widget form .single-performance-date,
.production-booking-widget form select {
  font-size: 14px;
  width: 175px;
}
.production-booking-widget input.action {
  cursor: pointer;
  font-size: 12px;
  font-family: Helmet, Freesans, sans-serif;
  display: inline-block;
  background: #0088cc;
  padding: 6px 14px 6px;
  vertical-align: bottom;
  text-transform: uppercase;
  color: #ffffff;
  line-height: normal;
  border: 1px solid #0077b3;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  float: none;
}
.production-booking-widget input.action:visited {
  color: #ffffff;
}
.production-booking-widget input.action:hover {
  color: #ffffff;
  text-decoration: none;
  background: #00aaff;
}
.production-booking-widget input.action:focus {
  outline: 1px dotted #666;
}
.production-booking-widget input.action.disabled {
  cursor: default;
  background-image: none;
}
.production-booking-widget input.action[disabled] {
  cursor: default;
  background-image: none;
}
.area-payment-iframe {
  width: 96%;
  height: 500px;
  padding: 0 2%;
  background-color: #fff;
  border: none;
}
.payment_plan_information .instalment-info {
  font-size: 80%;
}
.user-upcoming-events {
  margin: 0px 0px 20px;
}
.user-upcoming-events h2 {
  margin: 0px 0px 15px;
}
.user-upcoming-events .upcoming-event h3 {
  font-size: 1.2em;
  margin: 0px 0px 5px;
}
.user-upcoming-events .upcoming-event p {
  margin: 0px;
  text-indent: 0;
}
/*  ========================================================================== */
/*  @group Recommended Productions Slider */
/*  ========================================================================== */
.unit-recommended-productions-slider {
  max-width: 880px;
  margin: 0 30px 1em;
  position: relative;
  zoom: 1;
}
.unit-recommended-productions-slider .flex-viewport {
  margin: 0 auto;
  max-height: 2000px;
}
.unit-recommended-productions-slider .flexslider .slides {
  zoom: 1;
}
.unit-recommended-productions-slider .carousel li {
  margin-right: 5px;
}
.unit-recommended-productions-slider .flex-direction-nav {
  margin: 0;
  padding: 0;
}
.unit-recommended-productions-slider .flex-direction-nav li {
  list-style: none;
}
.unit-recommended-productions-slider .flex-direction-nav a {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  display: block;
  margin: 0;
  width: 30px;
  height: 100%;
  background-color: #333;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
}
.unit-recommended-productions-slider .flex-direction-nav .flex-prev {
  left: -30px;
  text-align: left;
  background-image: url('recommended/images/icon-previous.png');
}
.unit-recommended-productions-slider .flex-direction-nav .flex-next {
  right: -30px;
  text-align: right;
  background-image: url('recommended/images/icon-next.png');
}
.unit-recommended-productions-slider .slides {
  margin: 0;
  padding: 0 .5em;
}
.unit-recommended-productions-slider .unit {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: .5em 20px 0 0;
}
.unit-recommended-productions-slider .unit a {
  padding: 5px;
  display: block;
}
.unit-recommended-productions-slider .unit a:hover {
  text-decoration: none;
}
.unit-recommended-productions-slider .unit img {
  margin-bottom: .5em;
  height: auto;
}
.unit-recommended-productions-slider .event-info .title {
  font-size: 21px;
  line-height: 1;
  margin: 0;
}
.unit-recommended-productions-slider .event-info .meta-date {
  font-size: 14px;
  margin: 0;
}
.unit-recommended-productions-slider .end {
  margin-left: 20px;
}
/* @end */
#membership_gift_settings {
  clear: both;
}
label.gift-settings {
  display: none;
}
.numeric-input {
  width: 80px;
}
.field .hint {
  color: #888;
  display: block;
  font-weight: normal;
}
#membership_gift_settings_message {
  height: 150px;
}
#membership_gift_settings_acknowledgment {
  height: 150px;
}
.loading-indicator {
  cursor: wait;
  background-color: rgba(0, 0, 0, 0);
  opacity: .8;
  border-radius: 50px;
  margin: 5% auto;
  animation: loading .5s infinite linear;
  -moz-animation: loading .5s infinite linear;
  -webkit-animation: loading .5s infinite linear;
  border: 5px solid #333;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-left: 5px solid rgba(0, 0, 0, 0);
  width: 30px;
  height: 30px;
}
@keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-moz-keyframes loading {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.flash-alert {
  clear: both;
}
/*  ========================================================================== */
/*  @group Pre-order products */
/*  ========================================================================== */
.preorder-products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.preorder-products-list li {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*  ========================================================================== */
/*  @group Pay What You Want */
/*  ========================================================================== */
.pwyw-method-row {
  margin-right: 70px;
  float: left;
}
/*  ========================================================================== */
/*  @group Modules - Tabs */
/*  ========================================================================== */
.tab-headers ul {
  zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-headers ul:before,
.tab-headers ul:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.tab-headers ul:after {
  clear: both;
}
.tab-headers ul ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tab-headers ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
  float: left;
}
.tab-headers ul a {
  display: block;
}
.tab-headers ul li > a {
  height: 2em;
  line-height: 2;
  padding: 0 .75em;
  border: 1px solid #bfbfbf;
  background-color: #f2f2f2;
  border-width: 1px;
}
.tab-headers li {
  margin-right: .2em;
  position: relative;
  bottom: -1px;
  z-index: 10;
}
.tab-headers .active a,
.tab-headers a:hover {
  background-color: #f2f2f2;
  border-width: 1px;
  border-bottom-color: #f2f2f2;
}
.unit-tabbed-content,
.unit-tabbed-content--acordion {
  zoom: 1;
}
.unit-tabbed-content:before,
.unit-tabbed-content--acordion:before,
.unit-tabbed-content:after,
.unit-tabbed-content--acordion:after {
  display: table;
  content: "";
  zoom: 1;
  *display: inline;
}
.unit-tabbed-content:after,
.unit-tabbed-content--acordion:after {
  clear: both;
}
.unit-tabbed-content ul,
.unit-tabbed-content--acordion ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-tabbed-content ul li,
.unit-tabbed-content--acordion ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.unit-tabbed-content ul li > a,
.unit-tabbed-content--acordion ul li > a {
  display: block;
  border-bottom: 1px solid #bfbfbf;
  padding-bottom: .5em;
  margin-bottom: .5em;
  cursor: default;
}
.unit-tabbed-content .tabbed-content,
.unit-tabbed-content--acordion .tabbed-content {
  margin-bottom: 1em;
}
@media only screen and (min-width: 30em) {
  .unit-tabbed-content ul,
  .unit-tabbed-content--acordion ul {
    position: relative;
  }
  .unit-tabbed-content ul > li,
  .unit-tabbed-content--acordion ul > li {
    display: inline;
    font-size: 0;
  }
  .unit-tabbed-content ul > li > a,
  .unit-tabbed-content--acordion ul > li > a,
  .unit-tabbed-content ul > li .tabbed-content,
  .unit-tabbed-content--acordion ul > li .tabbed-content {
    font-size: 16px;
    font-size: 1rem;
  }
  .unit-tabbed-content ul > li > a,
  .unit-tabbed-content--acordion ul > li > a {
    cursor: pointer;
    display: inline-block;
    height: 2em;
    line-height: 2;
    margin: 0;
    padding: 0 .75em;
    border: 1px solid #bfbfbf;
    border-width: 1px 1px 1px 0;
    background-color: #f2f2f2;
  }
  .unit-tabbed-content ul > li:first-child > a,
  .unit-tabbed-content--acordion ul > li:first-child > a {
    border-width: 1px;
  }
  .unit-tabbed-content ul > li.active > a,
  .unit-tabbed-content--acordion ul > li.active > a,
  .unit-tabbed-content ul > li > a:hover,
  .unit-tabbed-content--acordion ul > li > a:hover {
    color: #ffffff;
    background-color: #0088cc;
    border-color: #0088cc;
  }
  .unit-tabbed-content .tabbed-content,
  .unit-tabbed-content--acordion .tabbed-content {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    float: left;
    padding: 2.5%;
    border: 1px solid #bfbfbf;
    color: #333333;
    background-color: #f2f2f2;
    position: relative;
    top: -1px;
    z-index: -1;
  }
  .unit-tabbed-content .active .tabbed-content,
  .unit-tabbed-content--acordion .active .tabbed-content {
    display: block;
    width: 100%;
    z-index: 1;
  }
}
.unit-tabbed-content--acordion ul li > a {
  cursor: pointer;
}
.unit-tabbed-content--acordion .tabbed-content {
  display: none;
}
.unit-tabbed-content--acordion .active .tabbed-content {
  display: block;
  width: 100%;
}
/*  ========================================================================== */
/*  @group Modules - Performance List */
/*  ========================================================================== */
.performance-list-item__time.is-disabled {
  cursor: not-allowed;
}
.performance-list-item__status {
  margin-left: 10px;
}
.performance-list-item__message {
  font-size: 90%;
  display: inline-block;
  margin-left: 10px;
}
.has-multiple-timeslots .performance-list-item__message {
  display: block;
  margin-left: 0;
}

#basket-main .info, #basket-main .fee-info {
    font-size: 14px;
    color: #333333;
}

.fee-info {
    display: none;
}
