@charset "UTF-8";
/* =============================================================================
   Import normalize
   ========================================================================== */
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none; }

.group:after {
  content: "";
  display: table;
  clear: both; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Prevent system color scheme's background color being used in Firefox, IE,
 *    and Opera.
 * 2. Prevent system color scheme's text color being used in Firefox, IE, and
 *    Opera.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 4. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  background: #fff;
  /* 1 */
  color: #000;
  /* 2 */
  font-size: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 4 */
  -ms-text-size-adjust: 100%;
  /* 4 */
  font-family: sans-serif; }

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
button, input, select, textarea {
  font-family: sans-serif; }

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address margins set differently in IE 6/7.
 */
p, pre {
  margin: 1em 0; }

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none; }
  q:before, q:after {
    content: '';
    content: none; }

/**
 * Address `quotes` property not supported in Safari 4.
 */
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

/**
 * Address paddings set differently in IE 6/7.
 */
menu, ol, ul {
  padding: 0 0 0 40px; }

/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure, form {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */ }

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button, input, select, textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */ }

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button, html input[type="button"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */ }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* =============================================================================
   compass settings, mixins etc
   ========================================================================== */
/* define colours */
/* breaking points */
/* =============================================================================
   resets
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* remove text-shadow in selection highlight: */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

iframe {
  max-width: 100%; }

/* remove the gap between images and the bottom of their containers:  */
img {
  vertical-align: bottom; }

/* remove default fieldset styles. */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*  Allow only vertical resizing of textareas. */
textarea {
  resize: vertical; }

.home.admin-bar #main-header {
  top: 46px !important; }

/* =============================================================================
   base code & structure
   ========================================================================== */
html, button, input, select, textarea {
  font-family: 'Alright Sans', Futura, "Trebuchet MS", Arial, sans-serif; }

html {
  height: 100%; }

body {
  -webkit-font-smoothing: antialiasing;
  background: #fff;
  font-family: 'Alright Sans', Futura, "Trebuchet MS", Arial, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  font-style: none;
  height: 100%; }

a:active, a:focus {
  outline-style: none;
  -moz-outline-style: none; }

html {
  -webkit-text-size-adjust: 100%;
  text-rendering: optimizeLegibility; }

button:focus {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none; }

.logo-container {
  display: inline-block;
  width: 90px;
  padding-top: 20px;
  margin-left: 30px;
  position: relative;
  z-index: 9999; }
  @media (max-width: 960px) {
    .logo-container {
      margin-right: 50px; } }
  .home .logo-container {
    width: 200px;
    margin-left: 0; }
    @media (max-width: 960px) {
      .home .logo-container {
        position: relative;
        padding-top: 0px;
        width: 75px;
        display: block;
        width: auto;
        z-index: 10000; } }
  @media (max-width: 960px) {
    .logo-container {
      padding-top: 15px;
      width: 75px;
      display: block;
      width: auto;
      margin-left: 20px; } }

.ballet-theme-light .logo-container, .ballet-theme-light .menu-inner {
  border-top: 1px solid #28327f; }
  @media (max-width: 960px) {
    .ballet-theme-light .logo-container, .ballet-theme-light .menu-inner {
      border-top: none; } }

.ballet-theme-dark .logo-container, .ballet-theme-dark .menu-inner {
  border-top: 1px solid #000; }
  @media (max-width: 479px) {
    .ballet-theme-dark .logo-container, .ballet-theme-dark .menu-inner {
      border-top: none; } }

.ballet-logo {
  margin: 0; }
  .ballet-logo a {
    background-repeat: no-repeat;
    background-size: contain;
    color: transparent;
    text-indent: -99999px;
    margin: 0;
    height: 60px;
    display: block;
    background-image: url("../img/logo-light-condensed.svg"); }
    .home .ballet-logo a {
      height: 80px;
      background-image: url("../img/rnzb-logo-blue.svg"); }
      @media (max-width: 960px) {
        .home .ballet-logo a {
          height: 35px; } }
    .menu-open .ballet-logo a {
      background-image: url("../img/logo-light-condensed.svg"); }
    .ballet-theme-dark .ballet-logo a {
      background-image: url("../img/logo-dark-condensed.svg"); }
    .home.ballet-theme-dark .ballet-logo a {
      background-image: url("../img/logo-dark.svg"); }
    @media (max-width: 960px) {
      .ballet-logo a {
        height: 35px; } }

.btn {
  border-radius: 0;
  font-size: 16px;
  padding: 10px 32px 8px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #333333;
  background: #FFF;
  border: 1px white solid;
  display: inline-block;
  transition: all 0.2s ease-in-out; }
  .btn.btn-outline {
    color: #FFF;
    background: none;
    border: 1px white solid; }
  .btn.btn-tan {
    color: #FFF;
    background: #28327f; }
  .btn.btn-small {
    font-size: 12px;
    padding: 6px 24px 5px;
    line-height: 2.2em; }
    .btn.btn-small:hover {
      background: #101331;
      border-color: #101331;
      color: #FFF; }
  .btn.btn-small.btn-outline:hover {
    background: #101331;
    border-color: #101331;
    color: #FFF; }
  .btn:hover {
    background: #28327f;
    color: #FFF;
    border-color: #28327f; }

hr.thick {
  background: black;
  border: none;
  height: 3px; }

hr.thin {
  background: black;
  border: none;
  height: 1px; }
  hr.thin.tan {
    background: #28327f; }

hr.thin-double {
  background: #ddd;
  border: none;
  height: 1px;
  margin: 45px 0; }

.connect hr.thick, .sponsors hr.thick {
  margin-bottom: 0; }

h2.row-title {
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold; }

h4 {
  font-weight: bold; }

#dates {
  margin-top: 100px; }
  @media (max-width: 960px) {
    #dates {
      margin-top: 50px; } }

section hr, section h2 {
  margin-left: 30px;
  margin-right: 30px; }

section.container hr, section.container h2 {
  margin-left: 0px;
  margin-right: 0px; }

section.container .table-holder {
  margin: 0 -30px; }
  @media (max-width: 479px) {
    section.container .table-holder {
      margin: 0; } }

section .row-inner {
  margin: 0 30px; }

section .row-inner-table {
  display: table;
  width: 100%;
  border-spacing: 30px;
  border-collapse: separate;
  table-layout: fixed; }
  @media (max-width: 479px) {
    section .row-inner-table {
      display: block; } }

section .row-inner-cell {
  display: table-cell; }
  @media (max-width: 479px) {
    section .row-inner-cell {
      display: block; } }

section .btn {
  color: #FFF;
  background: #28327f; }
  section .btn.btn-outline {
    color: #28327f;
    border-color: #28327f;
    background: none; }

.content p {
  font-size: 16px; }

ul.regions-list {
  padding-left: 0;
  list-style-type: none; }
  ul.regions-list li {
    font-size: 16px;
    padding: 0.35em 0; }
    ul.regions-list li a {
      color: #28327f;
      font-weight: bold; }
      ul.regions-list li a.btn {
        color: white; }

/* =============================================================================
   fonts
   ========================================================================== */
p, p a, a {
  font-family: 'Alright Sans', Futura, "Trebuchet MS", Arial, sans-serif;
  line-height: 1.8em; }

header, footer, blockquote p, h1, h2, h3 {
  font-family: 'Alright Sans',  Futura, "Trebuchet MS", Arial, sans-serif;
  color: #333333; }

/* =============================================================================
    Menu
  ========================================================================== */
.menu-btn {
  display: none;
  padding: 9px 10px;
  position: absolute;
  top: 20px;
  right: 10px;
  border: none;
  background: none;
  z-index: 10000; }
  @media (max-width: 960px) {
    .menu-btn {
      display: block; }
      .menu-btn.open {
        display: none; } }
  .menu-btn .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #FFF;
    margin-bottom: 3px; }
    .home .menu-btn .icon-bar {
      background-color: #28327f; }
    .open .menu-btn .icon-bar {
      background-color: #FFF; }
  .menu-btn .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

#main-header {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 100; }
  .home #main-header {
    position: absolute; }

.header-inner {
  background-color: #28327f; }
  @media (max-width: 960px) {
    .header-inner {
      height: 70px; } }
  .home .header-inner {
    padding: 30px;
    background-color: transparent; }
    @media (max-width: 960px) {
      .home .header-inner {
        padding: 20px; } }

.menu-nav {
  position: absolute;
  top: 0;
  padding-left: 150px;
  display: table;
  width: 100%;
  white-space: nowrap;
  left: 0;
  z-index: 100; }
  .home .menu-nav {
    padding: 30px;
    padding-left: 230px; }
  @media (max-width: 960px) {
    .menu-nav {
      display: block;
      padding-left: 0px;
      margin: 0px;
      z-index: 1000;
      background-color: #28327f;
      padding-bottom: 15px;
      transition: all 0.05s ease-in-out;
      transform: translateY(-100%);
      padding-top: 40px; }
      .home .menu-nav {
        padding: 0px;
        padding-left: 0px;
        padding-bottom: 40px;
        padding-top: 20px; }
      .menu-nav.open {
        transform: translateY(0);
        padding-top: 80px; } }
  .menu-nav .close-menu-btn {
    color: #FFF;
    cursor: pointer;
    display: none;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 22px;
    z-index: 10000; }
    @media (max-width: 960px) {
      .menu-nav .close-menu-btn {
        display: inline-block; } }

.main-menu-container, .secondary-menu-container {
  display: table-cell;
  vertical-align: top;
  padding-left: 30px; }
  @media (max-width: 960px) {
    .main-menu-container, .secondary-menu-container {
      display: block;
      padding: 0; } }
  .main-menu-container ul.sub-menu, .secondary-menu-container ul.sub-menu {
    background-color: rgba(40, 50, 127, 0.8);
    display: none;
    position: absolute;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 20px;
    margin: 0;
    left: 0;
    top: calc(100% + 2px); }
    .home .main-menu-container ul.sub-menu, .home .secondary-menu-container ul.sub-menu {
      background-color: rgba(255, 255, 255, 0.8); }
    @media (max-width: 960px) {
      .main-menu-container ul.sub-menu, .secondary-menu-container ul.sub-menu {
        display: block;
        padding: 0;
        position: relative;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease; }
        .main-menu-container ul.sub-menu.open, .secondary-menu-container ul.sub-menu.open {
          max-height: 1000px;
          transition: max-height 0.5s ease; } }
    .main-menu-container ul.sub-menu li, .secondary-menu-container ul.sub-menu li {
      display: block;
      width: 100%;
      font-size: 12px; }
      .main-menu-container ul.sub-menu li:after, .secondary-menu-container ul.sub-menu li:after {
        margin-right: 30px; }
        @media (max-width: 960px) {
          .main-menu-container ul.sub-menu li:after, .secondary-menu-container ul.sub-menu li:after {
            display: none; } }
      .main-menu-container ul.sub-menu li a, .secondary-menu-container ul.sub-menu li a {
        margin: 0;
        padding: 15px 30px;
        width: 100%; }
        @media (max-width: 960px) {
          .main-menu-container ul.sub-menu li a, .secondary-menu-container ul.sub-menu li a {
            padding: 5px 30px;
            font-size: 12px; }
            .main-menu-container ul.sub-menu li a:after, .secondary-menu-container ul.sub-menu li a:after {
              display: none; } }
        .main-menu-container ul.sub-menu li a:after, .secondary-menu-container ul.sub-menu li a:after {
          display: none; }
  .main-menu-container li:hover ul.sub-menu,
  .main-menu-container ul.sub-menu:hover, .secondary-menu-container li:hover ul.sub-menu,
  .secondary-menu-container ul.sub-menu:hover {
    display: inline-block; }
    @media (max-width: 960px) {
      .main-menu-container li:hover ul.sub-menu,
      .main-menu-container ul.sub-menu:hover, .secondary-menu-container li:hover ul.sub-menu,
      .secondary-menu-container ul.sub-menu:hover {
        display: inherit; } }

.secondary-menu-container {
  padding-right: 30px; }
  @media (max-width: 960px) {
    .secondary-menu-container {
      margin: 0; } }
  .home .secondary-menu-container {
    padding-right: 0; }
  .secondary-menu-container ul.sub-menu {
    left: initial;
    right: -15px;
    top: 100%; }
    @media (max-width: 960px) {
      .secondary-menu-container ul.sub-menu {
        right: initial;
        top: initial; } }
    .secondary-menu-container ul.sub-menu li {
      padding: 0 15px; }
      @media (max-width: 960px) {
        .secondary-menu-container ul.sub-menu li {
          padding: 0; } }
    .secondary-menu-container ul.sub-menu li a {
      padding: 5px 0;
      text-align: right; }
      @media (max-width: 960px) {
        .secondary-menu-container ul.sub-menu li a {
          padding: 5px 30px;
          text-align: left; } }

.menu-inner {
  vertical-align: top;
  line-height: 40px;
  width: 100%;
  display: table; }
  @media (max-width: 960px) {
    .menu-inner {
      display: block; } }
  .menu-inner li {
    display: table-cell;
    position: relative;
    list-style: none;
    width: 20%; }
    @media (max-width: 960px) {
      .menu-inner li {
        display: block;
        width: 100%; } }
  .menu-inner a {
    color: #FFF;
    display: table-cell;
    vertical-align: text-bottom;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding-top: 30px;
    padding-left: 30px;
    position: relative; }
    @media (max-width: 960px) {
      .menu-inner a {
        color: #FFF;
        padding-top: 5px;
        padding-left: 20px;
        line-height: 30px; } }
    @media (max-width: 960px) {
      .menu-inner a {
        display: block;
        background-color: #28327f; } }
    .ballet-theme-dark .menu-inner a {
      color: #333333; }
    .menu-inner a.active:before {
      content: "";
      display: inline-block;
      margin-right: 5px;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #FFF; }
    .home .menu-inner a {
      color: #28327f; }
      @media (max-width: 960px) {
        .home .menu-inner a {
          color: #FFF; } }

.main-menu-container li {
  font-size: 14px; }
  .main-menu-container li:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 30px;
    right: 0px;
    background: #FFF;
    transition: all 0.05s ease-in-out; }
    .home .main-menu-container li:after {
      background: #28327f; }
    @media (max-width: 960px) {
      .main-menu-container li:after {
        display: none; } }
    .ballet-theme-dark .main-menu-container li:after {
      background: #333333; }
  .main-menu-container li:hover:after {
    height: 3px;
    bottom: -2px; }

.secondary-menu-container .menu-inner {
  text-align: right; }
  @media (max-width: 960px) {
    .secondary-menu-container .menu-inner {
      text-align: left;
      padding-bottom: 15px; } }

.secondary-menu-container a {
  font-size: 12px;
  border-bottom: none;
  display: inline-block;
  padding-left: 0;
  margin-left: 30px;
  border-bottom: 1px solid transparent;
  transition: all 0.05s ease-in-out; }
  @media (max-width: 960px) {
    .secondary-menu-container a {
      display: block;
      font-size: 14px;
      margin-left: 0;
      padding-top: 5px;
      padding-left: 20px; } }
  .secondary-menu-container a:hover {
    border-bottom: 1px solid #FFF; }
    .home .secondary-menu-container a:hover {
      border-bottom: 1px solid #28327f; }
    @media (max-width: 960px) {
      .secondary-menu-container a:hover {
        border-bottom: 1px solid transparent; } }

.subnav {
  padding: 20px 30px;
  background-color: #28327f; }
  @media (max-width: 960px) {
    .subnav {
      display: none; } }
  .subnav a {
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #FFF;
    display: inline-block;
    margin-right: 30px;
    text-decoration: none;
    border-bottom: 1px solid #FFF;
    font-size: 12px;
    transition: all 0.05s ease-in-out;
    margin-bottom: 2px; }
    .subnav a:hover {
      border-bottom: 3px solid #FFF;
      margin-bottom: 0px; }
    @media (max-width: 960px) {
      .subnav a {
        width: 15%; }
        .page-template-section-education .subnav a {
          width: 20%; } }

/* =============================================================================
   Footer
   ========================================================================== */
footer {
  padding: 0 30px 60px;
  font-size: 12px; }
  @media (max-width: 479px) {
    footer {
      height: 200px;
      display: block;
      position: static; } }
  footer .copyright {
    float: left; }
    @media (max-width: 479px) {
      footer .copyright {
        float: none;
        text-align: center; } }
  footer .clicksuite {
    float: right; }
    @media (max-width: 479px) {
      footer .clicksuite {
        float: none;
        text-align: center; } }
    footer .clicksuite a {
      color: #999;
      text-decoration: none; }
    footer .clicksuite span {
      border-bottom: 1px solid #999;
      padding-bottom: 3px; }
  footer p {
    margin-top: 30px;
    text-transform: uppercase; }

/* =============================================================================


   Widgets


   ========================================================================== */
/* =============================================================================
   Promo
   ========================================================================== */
.promo-row {
  position: relative;
  overflow: hidden;
  background-image: url("../img/01_promo_banner_092018.jpg");
  background-color: black;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: table;
  width: 100%;
  height: 320px;
  margin: 30px 0 30px; }
  @media (max-width: 479px) {
    .promo-row {
      height: 240px;
      background-size: cover; } }
  .promo-row .promo-banner {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }
  .promo-row video {
    min-width: 100%;
    min-height: 100%;
    filter: blur(1.2px) brightness(90%);
    transform: translateY(-26%); }
    @media (max-width: 479px) {
      .promo-row video {
        display: none; } }
  .promo-row .video-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden; }
  .promo-row .cta-link-button {
    font-size: 24px;
    padding: 16px 36px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #FFF;
    display: inline-block;
    position: relative;
    z-index: 10;
    transition: all .2s ease-in-out;
    max-width: 90%; }
    @media (max-width: 479px) {
      .promo-row .cta-link-button {
        font-size: 18px;
        padding: 16px 24px; } }

.promo-row--solid {
  background: #9d8f61; }

/* =============================================================================
   News
   ========================================================================== */
.news-row {
  margin-bottom: 30px; }
  .news-row .row-inner-cell {
    position: relative;
    padding-left: 260px;
    padding-right: 60px;
    min-height: 300px; }
  .news-row .news-info {
    min-height: 240px; }
    .news-row .news-info * {
      margin-right: 20px; }
  .news-row .news-img {
    height: 200px;
    overflow: hidden; }
    @media (max-width: 960px) {
      .news-row .news-img {
        height: 180px;
        margin: 30px 0; } }
  .news-row h3 {
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 20px;
    color: #28327f;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 20px;
    font-weight: normal; }
  .news-row p {
    font-size: 14px;
    line-height: 1.4em; }
  .news-row img {
    max-width: 100%; }

/* =============================================================================
   Subscribers
   ========================================================================== */
.subs-banner {
  border-top: 2px solid #28327f;
  border-bottom: 2px solid #28327f;
  padding: 35px 0;
  margin: 50px 0; }
  .subs-banner input, .subs-banner select {
    border: 1px solid #28327f;
    padding: 8px 5px 5px;
    width: 100%;
    height: 40px; }

.subs-banner__title {
  color: #333;
  font-size: 33px;
  font-weight: 400;
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.48;
  letter-spacing: 1px; }
  @media (min-width: 768px) {
    .subs-banner__title {
      margin-bottom: 0; } }

.form-wrap--subs-banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .form-wrap--subs-banner .input-wrap {
    margin: 5px 0; }
    @media (max-width: 479px) {
      .form-wrap--subs-banner .input-wrap {
        flex: 1 0 100%; } }
  .form-wrap--subs-banner .input-wrap--email {
    flex: 1 1 100%; }
  .form-wrap--subs-banner .input-wrap--text {
    flex: 0 1 calc(25% - 5px); }
    @media (max-width: 479px) {
      .form-wrap--subs-banner .input-wrap--text {
        flex: 0 1 calc(50% - 5px); } }
  .form-wrap--subs-banner .input-wrap--select {
    flex: 0 1 calc(50% - 5px); }
    @media (max-width: 479px) {
      .form-wrap--subs-banner .input-wrap--select {
        flex: 1 0 100%; } }
  .form-wrap--subs-banner .input-wrap--submit {
    flex: 0 0 auto; }

/* =============================================================================
   Sponsors
   ========================================================================== */
.sponsors-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: auto;
  padding: 0 15px;
  margin-bottom: 30px; }
  @media (max-width: 479px) {
    .sponsors-row {
      height: auto;
      text-align: justify;
      -ms-text-justify: distribute-all-lines;
      text-justify: distribute-all-lines; } }
  .sponsors-row .sponsor-logo-container {
    display: inline-block;
    position: relative;
    width: 20%;
    padding: 15px 15px 0 15px;
    margin-bottom: 30px;
    flex: 1 1 25%;
    min-width: 150px; }
    @media (max-width: 479px) {
      .sponsors-row .sponsor-logo-container {
        display: inline-block;
        width: 47%;
        margin-top: 15px;
        margin-bottom: 30px; } }
  .sponsors-row .image-container {
    display: table;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #28327f;
    padding: 20px;
    position: relative;
    width: 100%;
    height: 0;
    min-height: 135px; }
  .sponsors-row .image-cell {
    display: table-cell;
    vertical-align: middle; }
  .sponsors-row .image-link {
    cursor: pointer; }
  .sponsors-row img {
    height: auto;
    transition: all .2s ease-in-out;
    opacity: .6;
    max-height: 90px;
    max-width: 100%;
    /* IE9, IE10 */ }
    .sponsors-row img:hover {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      filter: grayscale(0%);
      opacity: 1; }
    @media screen and (min-width: 0\0) {
      .sponsors-row img {
        width: 100%; } }
  .sponsors-row .caption {
    font-size: 0.9em;
    color: #28327f;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0.5em 15px; }

h3.sponsors-row-title {
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 20px;
  color: #28327f;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 20px;
  font-weight: normal; }

/* =============================================================================
   Connect
   ========================================================================== */
.connect-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 50px;
  border-spacing: 30px;
  border-collapse: separate; }
  @media (max-width: 479px) {
    .connect-row {
      display: block;
      height: auto;
      padding: 0; } }
  .connect-row .connect-with-us {
    flex: 0 0 200px;
    margin: 15px;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #28327f;
    padding: 0px; }
    @media (max-width: 479px) {
      .connect-row .connect-with-us {
        display: block;
        margin: 10px 0px; } }
  .connect-row a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 20px;
    padding-left: 10px;
    text-align: left;
    color: #333333;
    font-size: 12px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    letter-spacing: 1px;
    padding-top: 23px; }
    @media (max-width: 479px) {
      .connect-row a {
        padding: 15px; } }
    .connect-row a:hover {
      background-color: #28327f;
      border-color: #28327f;
      color: #FFF; }
    .connect-row a:before {
      content: '';
      position: relative;
      top: -3px;
      display: inline-block;
      vertical-align: middle;
      width: 25px;
      height: 25px;
      margin-right: 15px;
      background-size: contain; }
    .connect-row a[href*="facebook.com"]:before {
      background-image: url("../img/facebook.svg"); }
    .connect-row a[href*="twitter.com"]:before {
      background-image: url("../img/twitter.svg"); }
    .connect-row a[href*="youtube.com"]:before {
      background-image: url("../img/youtube.svg"); }
    .connect-row a[href*="instagram.com"]:before {
      background-image: url("../img/instagram.svg"); }
    .connect-row a[title*="e-NEWS"]:before {
      background-image: url("../img/email.svg"); }
    .connect-row a[href*="facebook.com"]:hover:before {
      background-image: url("../img/facebook_w.svg"); }
    .connect-row a[href*="twitter.com"]:hover:before {
      background-image: url("../img/twitter_w.svg"); }
    .connect-row a[href*="youtube.com"]:hover:before {
      background-image: url("../img/youtube_w.svg"); }
    .connect-row a[href*="instagram.com"]:hover:before {
      background-image: url("../img/instagram_w.svg"); }
    .connect-row a[title*="e-NEWS"]:hover:before {
      background-image: url("../img/email_w.svg"); }

/* =============================================================================


    Home


  ========================================================================== */
.show-feature, .show-secondary {
  position: relative; }

.show-feature {
  z-index: 50;
  height: 90%;
  width: 100%;
  background-color: black;
  overflow: hidden; }
  @media (max-width: 768px) and (orientation: landscape) {
    .show-feature {
      height: 100%; } }
  @media (max-width: 479px) {
    .show-feature {
      height: auto; } }
  @media (orientation: landscape) and (max-height: 420px) {
    .show-feature {
      height: 100%; } }
  .show-feature .show-image {
    height: 100vh;
    width: 100%;
    z-index: -1;
    position: relative;
    overflow: hidden;
    background-image: url("../img/../img/01_RNZB_2020_BG.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (orientation: landscape) {
      .show-feature .show-image {
        background-size: cover; } }
    @media (orientation: portrait) {
      .show-feature .show-image {
        background-size: 145vh auto; } }
    @media (max-width: 479px) {
      .show-feature .show-image {
        background-position: center 80%; } }
    .show-feature .show-image iframe {
      position: absolute;
      height: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: none; }
      @media (max-width: 960px) {
        .show-feature .show-image iframe {
          padding-right: 15%; } }
      @media (max-width: 800px) {
        .show-feature .show-image iframe {
          padding-right: 25%; } }
      @media (max-width: 479px) {
        .show-feature .show-image iframe {
          padding-right: 0;
          top: 54%;
          height: 120%; } }
  .show-feature .show-content {
    width: 100%;
    height: 90%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    position: absolute;
    bottom: 0; }
    @media (max-width: 960px) {
      .show-feature .show-content {
        height: calc(100% - 70px); } }
    @media (max-width: 960px) and (orientation: portrait) {
      .show-feature .show-content {
        padding-bottom: 20px; } }
    @media (max-width: 479px) {
      .show-feature .show-content {
        flex-direction: column;
        text-align: center;
        height: auto;
        padding-bottom: 0px; } }
    .show-feature .show-content .show-container {
      width: 100%;
      margin: 0 5% 4%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end;
      /* @media (max-width: 640px) and (orientation: landscape) {
        width: 40%;
      } */ }
      @media (max-width: 479px) {
        .show-feature .show-content .show-container {
          width: 80%;
          margin: 20px auto 0;
          flex-direction: column;
          align-items: center; } }
      .show-feature .show-content .show-container svg {
        width: 400px;
        max-height: 220px;
        padding-right: 70px;
        overflow: visible;
        /* @media (max-width: 960px) and (orientation: portrait) {
          width: 100%;
        } */
        /* @media (max-width: 960px) and (orientation: landscape) {
          width: auto;
          margin-bottom: 10px;
        } */ }
        @media (max-width: 960px) {
          .show-feature .show-content .show-container svg {
            padding-right: 0;
            width: 260px; } }
        @media (orientation: portrait) {
          .show-feature .show-content .show-container svg {
            margin-bottom: 0;
            width: 100%;
            height: 140px; } }
    .show-feature .show-content .show-info {
      width: 70%;
      position: relative;
      text-align: center; }
      .show-feature .show-content .show-info p {
        text-transform: uppercase;
        color: white;
        letter-spacing: 0.05em;
        font-size: 16px; }
        @media (max-width: 960px) and (orientation: landscape) {
          .show-feature .show-content .show-info p {
            font-size: 13px;
            margin: 5px 0; }
            .show-feature .show-content .show-info p br {
              display: none; } }
      @media (max-width: 960px) and (orientation: landscape) {
        .show-feature .show-content .show-info {
          text-align: left; } }
      @media (max-width: 479px) {
        .show-feature .show-content .show-info {
          width: 90%; } }
  .show-feature .vodafone-logo {
    margin: 10px auto 0px; }
    @media (max-width: 960px) and (orientation: landscape) {
      .show-feature .vodafone-logo {
        margin: 10px auto; } }
    .show-feature .vodafone-logo img {
      width: 150px; }
      @media (max-width: 960px) {
        .show-feature .vodafone-logo img {
          width: 135px; } }
      @media (max-width: 479px) {
        .show-feature .vodafone-logo img {
          width: 90px;
          margin: 10px 10px 20px 10px; } }
      @media (orientation: landscape) and (max-height: 400px) {
        .show-feature .vodafone-logo img {
          width: 110px; } }
      @media (orientation: landscape) and (max-height: 300px) {
        .show-feature .vodafone-logo img {
          display: none; } }
  .show-feature .btn-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 30%; }
    @media (max-width: 960px) {
      .show-feature .btn-container {
        width: 100%; } }
    @media (max-width: 960px) and (orientation: portrait) {
      .show-feature .btn-container {
        width: auto; } }
    @media (max-width: 960px) and (orientation: landscape) {
      .show-feature .btn-container {
        margin-right: -8px;
        width: auto; } }
  .show-feature .btn {
    margin: 8px;
    display: inline-block;
    clear: both;
    border: 2px solid #28327f;
    background-color: transparent;
    color: #28327f;
    min-width: 170px;
    text-align: center; }
    .show-feature .btn:hover {
      background: #101331;
      color: white;
      border-color: #101331; }
    .show-feature .btn.btn-tan {
      color: white;
      background: #28327f;
      border: 2px solid transparent; }
      .show-feature .btn.btn-tan:hover {
        background: #101331;
        color: #FFF; }
    @media (max-width: 960px) {
      .show-feature .btn {
        font-size: 13px;
        padding: 10px 30px 8px;
        min-width: 140px; } }
    @media (max-width: 960px) and (orientation: landscape) {
      .show-feature .btn {
        font-size: 10px;
        padding: 8px 10px 6px;
        min-width: 110px; } }

.show-video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover; }
  @media (max-width: 960px) {
    .show-video {
      position: static;
      max-width: 100%;
      transform: none;
      margin-top: 70px; } }

.show-video-bg {
  position: absolute;
  left: 0; }
  .show-video-bg + .show-video-bg {
    left: auto;
    right: 0; }
  @media (max-width: 960px) {
    .show-video-bg {
      display: none; } }

.shows-row {
  display: table;
  border-spacing: 30px;
  border-collapse: separate;
  width: 100%;
  table-layout: fixed; }

.show-secondary {
  margin: 30px 0; }
  .show-secondary .show-title {
    display: inline-block;
    vertical-align: middle;
    min-height: 60px;
    margin-top: 5px; }
  .show-secondary h2 {
    padding: 10px 0;
    font-weight: normal;
    font-size: 22px;
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
    .show-secondary h2 span {
      text-transform: uppercase;
      letter-spacing: .05em;
      font-size: 12px;
      display: block;
      margin: 0;
      line-height: 1em;
      margin: -4px 0 0;
      padding-bottom: 5px; }
    .show-secondary h2 a {
      color: #333333;
      text-decoration: none;
      line-height: 1em; }
  .show-secondary .show-info {
    padding: 10px;
    border: 1px solid #28327f; }
    #past-shows .show-secondary .show-info {
      padding: 0px;
      border: none;
      border-top: 1px solid black; }
  .show-secondary .pages-info {
    padding: 10px;
    -webkit-box-shadow: #28327f 0 0 0px 1px inset;
    -moz-box-shadow: #28327f 0 0 0px 1px inset;
    box-shadow: #28327f 0 0 0px 1px inset;
    transition: all .2s ease-in-out; }
    .show-secondary .pages-info:hover {
      -webkit-box-shadow: #28327f 0 0 0px 3px inset;
      -moz-box-shadow: #28327f 0 0 0px 3px inset;
      box-shadow: #28327f 0 0 0px 3px inset; }
    .show-secondary .pages-info .btn {
      margin-top: 10px; }
    .show-secondary .pages-info a p {
      color: black; }
    .show-secondary .pages-info a:hover {
      text-decoration: none; }
  .show-secondary .btn {
    color: #FFF;
    background: #28327f;
    border-color: #28327f;
    line-height: 2.2em; }
    .show-secondary .btn.btn-outline {
      color: #28327f;
      border-color: #28327f;
      background: none; }
  .show-secondary .image-box {
    height: 254px;
    width: 100%;
    overflow: hidden;
    text-align: center; }
    @media (max-width: 479px) {
      .show-secondary .image-box {
        height: 200px; } }
    .show-secondary .image-box img, .show-secondary .image-box a img {
      display: block;
      margin: auto;
      height: auto;
      width: 100%;
      top: 50%;
      position: relative;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%); }
    .show-secondary .image-box a {
      height: 100%;
      width: 100%;
      display: block; }
  .show-secondary .show-date {
    color: #28327f;
    font-size: 16px;
    text-transform: uppercase;
    margin: 10px 0 5px; }

/* =============================================================================


    Show


  ========================================================================== */
.heading {
  margin: 30px 0;
  border: 1px solid #28327f;
  text-align: center;
  padding: 50px 30px 40px; }
  @media (max-width: 479px) {
    .heading {
      margin: 15px 0;
      padding: 50px 0px 40px; } }
  .heading a {
    text-decoration: none;
    transition: all .2s ease-in-out; }
    .heading a:hover {
      color: #333333; }
      .heading a:hover h3 {
        color: #333333; }
    .single-show .heading a {
      margin: 8px 5px; }
  .heading h3 {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #28327f;
    letter-spacing: normal;
    margin-bottom: 14px; }
  .heading h1 {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: normal;
    font-size: 50px;
    margin: 0px 0 0px 0; }
    @media (max-width: 479px) {
      .heading h1 {
        font-size: 36px;
        letter-spacing: 0; } }
  .heading.heading-section {
    border: none;
    border-bottom: 3px solid #28327f;
    margin-top: 0px; }
  .heading .heading-date {
    color: #28327f;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 16px;
    margin: 8px 0 12px; }
  .heading .btn {
    background: #28327f; }

.show-content {
  display: table;
  width: 100%;
  border-spacing: 30px;
  border-collapse: separate;
  table-layout: fixed; }
  .show-content .content {
    display: table-cell; }

.poster {
  display: table-cell; }
  .poster img {
    width: 100%;
    max-width: 100%;
    vertical-align: top; }
  .poster .caption {
    font-size: 0.9em;
    padding: 1em 0;
    display: block;
    color: #28327f; }

.pricing-details {
  text-transform: uppercase;
  margin: 10px 0 20px; }
  .pricing-details h3 {
    font-size: 1.2em;
    margin-bottom: 0; }
  .pricing-details span {
    color: #28327f; }

.cities {
  margin-bottom: 30px; }
  @media (max-width: 479px) {
    .cities {
      margin-bottom: 0px; } }
  @media (max-width: 479px) {
    .cities .col-sm-4 {
      margin-top: 5px;
      margin-bottom: 25px; } }
  .cities a {
    color: #28327f;
    display: block;
    border-bottom: 1px solid #28327f;
    padding-bottom: 2px;
    text-transform: uppercase;
    letter-spacing: .05em;
    text-decoration: none;
    margin-bottom: 2px;
    padding-top: 0.5em; }
    .cities a.active {
      color: #333333;
      border-color: #333333; }
    .cities a:hover {
      border-width: 3px;
      margin-bottom: 0px; }

.times h2, .times h3, .times .time-range {
  text-transform: uppercase;
  letter-spacing: .05em; }

.times h2 {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 24px; }

.times h3 {
  font-size: 14px;
  margin-bottom: 0;
  display: block;
  min-height: 25px;
  white-space: nowrap; }

.times hr {
  margin: 15px 0; }

.times .times-venue {
  margin-bottom: 30px; }

.times .times-city {
  margin-bottom: 60px; }
  .times .times-city.hide {
    display: none; }

.times .times-date-wrapper {
  display: flex;
  width: 100%; }

.times .times-date {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  float: none; }
  .times .times-date span {
    display: block;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 16px; }
    .times .times-date span.extra {
      font-size: 14px;
      margin-bottom: 0;
      display: block;
      min-height: 18px;
      white-space: normal;
      color: #28327f;
      margin-top: 15px;
      text-transform: capitalize; }
      .times .times-date span.extra a {
        color: inherit; }
  .times .times-date h3 span.seating {
    display: inline-block;
    text-transform: none;
    font-size: 14px;
    color: #28327f;
    padding-left: 0.5em; }
  .times .times-date h3 span.seating a {
    color: #28327f; }

.times .date-hour {
  margin-top: 15px; }

.times .btn {
  margin-top: 15px; }
  .times .btn.bottom {
    position: absolute;
    bottom: 0; }

.gallery hr {
  margin-bottom: 0; }

.gallery .gallery-close-btn {
  display: none; }
  @media (max-width: 479px) {
    .gallery .gallery-close-btn {
      color: white;
      font-size: 16px;
      position: absolute;
      top: 20px;
      right: 10px;
      display: block;
      height: 50px;
      width: 50px;
      z-index: 10000; } }

.gallery .gallery-main-image {
  margin: 0px 0 60px;
  width: 100%;
  background: #FFF;
  text-align: center;
  height: 600px;
  position: relative; }
  @media (max-width: 479px) {
    .gallery .gallery-main-image.open {
      display: table;
      height: 100%;
      vertical-align: middle;
      border-spacing: 0; } }
  @media (max-width: 479px) {
    .gallery .gallery-main-image {
      height: auto;
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: black;
      z-index: 10;
      margin: 0;
      display: none; } }
  @media (max-width: 960px) {
    .gallery .gallery-main-image {
      height: auto; } }
  .gallery .gallery-main-image .gallery-main-image-container {
    height: 100%;
    position: relative;
    z-index: 10; }
    @media (max-width: 479px) {
      .gallery .gallery-main-image .gallery-main-image-container {
        vertical-align: middle;
        display: table-cell; } }
    .gallery .gallery-main-image .gallery-main-image-container img, .gallery .gallery-main-image .gallery-main-image-container iframe {
      display: none; }
    .gallery .gallery-main-image .gallery-main-image-container .caption {
      font-size: 0.9em;
      color: #28327f;
      position: absolute;
      display: none;
      width: 100%;
      padding: 1em 0; }
    .gallery .gallery-main-image .gallery-main-image-container.image img {
      display: inline-block; }
    .gallery .gallery-main-image .gallery-main-image-container.image .caption {
      display: block; }
    .gallery .gallery-main-image .gallery-main-image-container.video iframe {
      display: block; }
  .gallery .gallery-main-image img {
    display: inline-block;
    max-height: 600px;
    max-width: 100%;
    height: 100%;
    position: relative; }
    @media (max-width: 479px) {
      .gallery .gallery-main-image img {
        max-height: 100%;
        height: auto; } }
    @media (max-width: 960px) {
      .gallery .gallery-main-image img {
        height: auto; } }
  .gallery .gallery-main-image iframe {
    border: none;
    width: 100%;
    height: 100%; }

.gallery .gallery-thumbs {
  margin-bottom: 30px;
  margin-left: -30px; }
  @media (max-width: 960px) {
    .gallery .gallery-thumbs {
      margin-bottom: 0px; } }
  @media (max-width: 479px) {
    .gallery .gallery-thumbs {
      display: block;
      height: auto;
      text-align: justify;
      -ms-text-justify: distribute-all-lines;
      text-justify: distribute-all-lines;
      margin-bottom: 15px;
      margin-top: 15px;
      margin-left: 0px; }
      .gallery .gallery-thumbs:after {
        width: 100%;
        display: inline-block;
        content: "";
        height: 1px; } }
  .gallery .gallery-thumbs .img-thumb {
    overflow: hidden;
    height: 113px;
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-bottom: 30px; }
    @media (max-width: 479px) {
      .gallery .gallery-thumbs .img-thumb {
        margin-left: 0px;
        width: 48%;
        height: 100px;
        margin-bottom: 15px; } }
  .gallery .gallery-thumbs img {
    cursor: pointer;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    min-width: 100%; }
  .gallery .gallery-thumbs .video-img {
    overflow: hidden;
    height: 113px;
    width: 150px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    position: relative; }
    @media (max-width: 479px) {
      .gallery .gallery-thumbs .video-img {
        margin-left: 0px;
        width: 48%;
        height: 100px; } }
    .gallery .gallery-thumbs .video-img:before {
      content: "";
      position: absolute;
      display: inline-block;
      width: 30px;
      height: 30px;
      background-color: rgba(0, 0, 0, 0.8);
      top: 50%;
      left: 50%;
      margin-top: -15px;
      margin-left: -15px;
      border-radius: 15px;
      z-index: 2;
      pointer-events: none; }
    .gallery .gallery-thumbs .video-img:after {
      content: "";
      position: absolute;
      display: inline-block;
      margin-right: 5px;
      width: 0;
      height: 0;
      border-top: 5px solid transparent;
      border-bottom: 5px solid transparent;
      border-left: 5px solid #FFF;
      top: 50%;
      left: 50%;
      margin-top: -5px;
      margin-left: -1px;
      z-index: 3;
      pointer-events: none; }
    .gallery .gallery-thumbs .video-img img {
      height: 100%;
      min-width: 100%;
      left: 50%;
      position: relative;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      top: 50%;
      z-index: 1; }

@media (max-width: 960px) {
  .reviews .table-holder {
    margin: 0 -20px; } }

.reviews .row-inner-table {
  margin-top: -15px; }

.reviews .row-inner-cell {
  border: 1px solid #28327f;
  padding: 30px; }
  @media (max-width: 960px) {
    .reviews .row-inner-cell {
      padding: 20px; } }
  @media (max-width: 479px) {
    .reviews .row-inner-cell {
      padding: 15px;
      margin-top: 15px; } }

.reviews .review-quote {
  margin: 0;
  font-size: 22px;
  line-height: 1.4em;
  border-left: none;
  padding: 0; }
  @media (max-width: 960px) {
    .reviews .review-quote {
      font-size: 18px; } }
  @media (max-width: 479px) {
    .reviews .review-quote {
      font-size: 18px; } }
  .reviews .review-quote:before {
    content: "‟"; }
  .reviews .review-quote:after {
    content: "”"; }

.reviews.sponsor-quote-img .review-quote {
  margin-top: 35px; }

.reviews .review-author {
  margin-top: 30px;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 16px;
  margin-bottom: 0; }
  @media (max-width: 479px) {
    .reviews .review-author {
      margin-top: 15px; } }

.reviews .review-outlet {
  color: #28327f;
  margin-top: 0; }

.credits p {
  margin: 0; }

.credits .credit-role {
  margin-top: 15px; }

.credits .credit-name {
  line-height: 1.4em;
  margin-bottom: 15px; }

.cast {
  margin-bottom: 90px; }
  @media (max-width: 479px) {
    .cast {
      margin-bottom: 15px; }
      .cast hr {
        margin-bottom: 0; } }
  .cast p {
    text-transform: uppercase;
    letter-spacing: .05em; }
  .cast .cast-city {
    display: block;
    padding: 10px 0 0; }
  .cast .cast-date {
    border-bottom: 1px solid #28327f;
    display: block;
    padding: 10px 0 0; }
    .cast .cast-date a {
      color: #28327f; }

/* =============================================================================


    Backstage


  ========================================================================== */
.hero {
  margin: 0px;
  text-align: center;
  height: 320px; }
  @media (max-width: 479px) {
    .hero {
      height: 240px; } }
  .hero.dancers-banner {
    background-image: url("../img/../img/dancers-page-hero.jpg");
    background-size: contain;
    background-repeat: no-repeat; }
  .hero.artists-banner {
    margin-bottom: 60px;
    background: #000;
    position: relative; }
    .hero.artists-banner:before {
      content: '';
      position: absolute;
      width: 100%;
      top: 0;
      max-width: 1050px;
      left: 50%;
      bottom: 70px;
      transform: translateX(-50%);
      background: url("../img/leaders_banner_2.jpg?1499295074") 20% 0 no-repeat, url("../img/leaders_banner_new_1.jpg?1499294384") 80% 0 no-repeat;
      background-size: contain;
      z-index: 0; }
      @media (max-width: 767px) {
        .hero.artists-banner:before {
          background-size: 40%; } }
  .hero h1 {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: normal;
    font-size: 56px;
    margin: 120px 0 15px 0;
    color: #FFF;
    position: relative; }
    @media (max-width: 479px) {
      .hero h1 {
        margin-top: 60px;
        font-size: 42px; } }
  .hero h2 {
    position: relative;
    color: #FFF; }
  .hero .cta-link-button {
    font-size: 18px;
    padding: 10px 32px;
    border: 2px white solid;
    position: relative;
    top: 0; }
    .hero .cta-link-button:hover {
      top: -5px; }

.dancers-gallery {
  margin: 30px auto 60px; }
  @media (max-width: 960px) {
    .dancers-gallery {
      margin: 0px auto 0px; } }
  .dancers-gallery a {
    padding-bottom: 20px;
    color: #333333;
    display: block; }
    .dancers-gallery a p {
      margin-bottom: 5px;
      text-transform: uppercase;
      letter-spacing: 0;
      white-space: nowrap;
      line-height: 1.2em;
      text-overflow: ellipsis;
      overflow: hidden;
      font-size: 0.75em; }
  .dancers-gallery .roles {
    display: inline-block;
    width: 100%;
    padding: 0 15px; }
  .dancers-gallery .roles_wrapper {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0px -15px; }
    .dancers-gallery .roles_wrapper .col-md-2 {
      width: 25%; }
      @media (max-width: 768px) {
        .dancers-gallery .roles_wrapper .col-md-2 {
          width: 33%; } }
      @media (max-width: 479px) {
        .dancers-gallery .roles_wrapper .col-md-2 {
          width: 50%; } }
  .dancers-gallery .dancer-headshot img {
    max-width: 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .2s ease-in-out; }
    .dancers-gallery .dancer-headshot img:hover {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      filter: grayscale(0%); }

.dancer-poster img {
  width: 100%;
  max-width: 100%;
  padding-top: 30px; }

.dancer-poster .caption {
  font-size: 0.9em;
  padding: 1em 0;
  display: block;
  color: #28327f; }

.dancer-bio {
  padding-top: 30px;
  font-size: 120%; }
  .dancer-bio *:first-child {
    margin-top: 0; }
  .dancer-bio table tr {
    border-bottom: 1px solid #ececec; }
    .dancer-bio table tr:last-child {
      border-bottom: none; }
    .dancer-bio table tr td {
      font-size: 0.8em;
      padding: 0.5em; }
      .dancer-bio table tr td:first-child, .dancer-bio table tr td:nth-child(2) {
        border-right: 1px solid #ececec; }
    .dancer-bio table tr:first-child {
      font-weight: bold;
      border-bottom: 1px solid #ececec; }
      .dancer-bio table tr:first-child td {
        font-size: 1em;
        white-space: nowrap; }

.dancer-sponsors {
  margin-top: 60px; }
  .dancer-sponsors h3 {
    text-transform: uppercase;
    letter-spacing: .05em;
    font-size: 12px;
    font-weight: bold;
    color: #cccccc; }
  .dancer-sponsors img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px; }
  .sponsor-quote-img .dancer-sponsors {
    margin-top: 0px; }
    .sponsor-quote-img .dancer-sponsors img {
      width: 100%;
      max-width: 250px; }

/* =============================================================================


    Education


  ========================================================================== */
.education-box {
  margin-top: 15px; }
  .education-box .pages-info {
    height: auto;
    overflow: hidden; }
  .education-box h2 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 0px; }
  .education-box p {
    line-height: 1.5em;
    color: #28327f; }
    @media (max-width: 960px) {
      .education-box p {
        font-size: 16px;
        color: #333333; } }
  .education-box a {
    color: #333333;
    border-top: 1px solid #000;
    display: block; }
    .education-box a:hover {
      text-decoration: none; }

/* =============================================================================


    Siblings


 ========================================================================== */
.sibling-heading {
  margin-top: 40px; }
  .sibling-heading h3 {
    margin-bottom: 0;
    margin-top: 0;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    color: #28327f;
    letter-spacing: normal; }

.sibling-pages {
  padding-top: 20px; }
  .sibling-pages .sibling-row h3 {
    margin: 0; }
    .sibling-pages .sibling-row h3 a {
      width: 100%;
      font-size: 15px;
      text-transform: none;
      color: #28327f;
      padding: 15px 0;
      border-top: 1px solid #28327f;
      display: block; }
  .sibling-pages .sibling-row:first-child a {
    border-top: 3px solid #28327f; }

/* =============================================================================


    Logos


  ========================================================================== */
.logos .logos-container {
  margin-top: 15px;
  margin-bottom: 35px;
  position: relative;
  display: table; }
  .logos .logos-container .caption {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 1em;
    padding: 0.5em 0;
    font-size: 0.9em;
    color: #28327f; }

.logos .logo {
  height: 200px;
  border: 1px solid #28327f;
  padding: 30px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  max-width: 300px;
  margin-bottom: 30px;
  text-align: center; }
  .logos .logo a {
    display: block; }
  .logos .logo img {
    max-height: 120px;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all .2s ease-in-out;
    opacity: .6; }
    .logos .logo img:hover {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      filter: grayscale(0%);
      opacity: 1; }
  .logos .logo .caption {
    font-size: 0.9em;
    color: #28327f;
    position: absolute;
    left: 0;
    top: 100%;
    padding: 0.5em 0; }

/* =============================================================================


    Galleries


  ========================================================================== */
.spinner {
  width: 70px;
  text-align: center;
  position: absolute;
  display: block;
  height: 70px;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px; }

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #999;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.selling-out {
  color: white;
  width: 165px;
  display: inline-block;
  padding: 15px 0px;
  text-transform: uppercase;
  border-top: 2px solid #28327f;
  font-size: 11px;
  font-weight: normal;
  margin: 10px 0;
  border-bottom: 2px solid #28327f; }

.selling-out strong {
  display: block;
  font-size: 14px;
  font-weight: bold; }

.has-video-bg--desktop .video-bg--fullscreen, .has-video-bg--tablet .video-bg--fullscreen {
  display: none; }

html.video .has-video-bg--desktop, html.video .has-video-bg--tablet {
  overflow: hidden; }
  html.video .has-video-bg--desktop .video-bg--fullscreen, html.video .has-video-bg--tablet .video-bg--fullscreen {
    display: block;
    position: absolute;
    left: -10px;
    top: 0;
    height: 100%; }

/*# sourceMappingURL=main.css.map */