@charset "UTF-8";
@import url("//hello.myfonts.net/count/2e90ee");
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
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.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/**
 * @license
 * MyFonts Webfont Build ID 3051758, 2015-06-30T22:53:44-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: HelveticaNeueLT-Bold by Linotype
 * URL: http://www.myfonts.com/fonts/linotype/neue-helvetica/helvetica-75-bold/
 * Copyright: Part of the digitally encoded machine readable outline data for producing the Typefaces provided is copyrighted &#x00A9; 1988 - 2006 Linotype GmbH, www.linotype.com. All rights reserved. This software is the property of Linotype GmbH, and may not be repro
 * Licensed pageviews: 500,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3051758
 * 
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'HelveticaNeueLT-Bold';
  src: url("../../fonts/2E90EE_0_0.eot");
  src: url("../../fonts/2E90EE_0_0.eot?#iefix") format("embedded-opentype"), url("../../fonts/2E90EE_0_0.woff2") format("woff2"), url("../../fonts/2E90EE_0_0.woff") format("woff"), url("../../fonts/2E90EE_0_0.ttf") format("truetype");
}
html, body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1.35em;
}
@media all and (max-width: 1279px) {
  html, body {
    font-size: 16px;
    line-height: 1.375em;
  }
}

h1, h2, h3, h4, h5,
.alpha, .bravo, .charlie, .delta, .echo {
  margin: 0 0 25px;
  font-weight: normal;
}

.jumbo {
  font-size: 121px;
  font-size: 6.05rem;
  line-height: 0.942em;
  font-family: "HelveticaNeueLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@media all and (max-width: 1100px) {
  .jumbo {
    font-size: 72px;
    line-height: 1.1em;
  }
}
@media all and (max-width: 900px) {
  .jumbo {
    font-size: 64px;
  }
}

h1, .alpha {
  font-size: 115px;
  font-size: 5.75rem;
  line-height: 1.198em;
  font-family: "HelveticaNeueLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@media all and (max-width: 1100px) {
  h1, .alpha {
    font-size: 64px;
  }
}
@media all and (max-width: 900px) {
  h1, .alpha {
    font-size: 45px;
  }
}

h2, .bravo {
  font-size: 80px;
  font-size: 4rem;
  line-height: 1.143em;
  font-family: "HelveticaNeueLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
@media all and (max-width: 1100px) {
  h2, .bravo {
    font-size: 45px;
  }
}
@media all and (max-width: 900px) {
  h2, .bravo {
    font-size: 32px;
  }
}

h3, .charlie {
  font-size: 56px;
  font-size: 2.8rem;
  line-height: 1.214em;
}
@media all and (max-width: 1100px) {
  h3, .charlie {
    font-size: 32px;
  }
}
@media all and (max-width: 900px) {
  h3, .charlie {
    font-size: 26px;
  }
}

h4, .delta {
  font-size: 40px;
  font-size: 2rem;
  line-height: 1.2em;
}
@media all and (max-width: 1100px) {
  h4, .delta {
    font-size: 26px;
  }
}
@media all and (max-width: 900px) {
  h4, .delta {
    font-size: 20px;
  }
}

h5, .echo {
  font-size: 30px;
  font-size: 1.5rem;
  line-height: 1.167em;
}
@media all and (max-width: 1100px) {
  h5, .echo {
    font-size: 20px;
  }
}
@media all and (max-width: 900px) {
  h5, .echo {
    font-size: 18px;
  }
}

h6, .foxtrot {
  font-size: 23px;
  font-size: 0.9rem;
  line-height: 1.304em;
}

.gamma {
  font-size: 20px;
  font-size: 1rem;
  line-height: 1.35em;
}

.mini {
  font-size: 15px;
  font-size: 0.75rem;
  line-height: 1.333em;
	vertical-align: top;
}
@media all and (max-width: 1279px) {
  .mini {
    font-size: 16px;
    line-height: 1.375em;
  }
}

.altf {
  font-family: "HelveticaNeueLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

p {
  margin: 0 0 20px;
}

a {
  color: inherit;
}

ol, ul {
  margin: 0 0 20px 16px;
  padding: 0;
}
ol li, ul li {
  margin-bottom: 10px;
}
ol ol, ol ul, ul ol, ul ul {
  margin: 10px 0 0 20px;
}

img {
  max-width: 100%;
  display: block;
  min-width: 100%;
}

blockquote {
  margin-left: 40px;
  font-style: italic;
}

figure {
  margin: 0;
  padding: 0;
}

hr {
  height: 1px;
  border: 0;
  background: #000000;
  margin: 40px 0;
}

dl {
  margin: 0;
}
dl dd {
  margin: 0;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

button, input[type="submit"] {
  border-radius: 0px;
  border: none;
  outline: none;
  box-shadow: 0;
}

.button, .button.alt {
  border-radius: 0px;
  border: none;
  outline: none;
  box-shadow: 0;
  text-align: center;
  padding: 8px 15px;
}

.tbl {
  display: table;
  height: 100%;
  width: 100%;
}

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

.mailing_list {
  height: 300px;
}

.mailing_list_text, .venue_enquiry_text {
  position: relative;
}
@media all and (max-width: 700px) {
  .mailing_list_text, .venue_enquiry_text {
    display: block !important;
    width: 100% !important;
    padding-bottom: 20px;
  }
}
.mailing_list_text p, .venue_enquiry_text p {
  max-width: 400px;
}

.mailing_list_intro, .venue_enquiry_intro {
  position: absolute;
  left: 0;
  bottom: 20px;
}
@media all and (max-width: 700px) {
  .mailing_list_intro, .venue_enquiry_intro {
    position: relative;
    padding-left: 0 !important;
    bottom: auto !important;
  }
}

#subForm {
  padding-top: 15px;
}
#subForm .gform_footer {
  padding-top: 39px;
  padding-bottom: 0;
}

@media all and (max-width: 700px) {
  .mailing_list_form, .venue_enquiry_form {
    display: block !important;
    width: 100% !important;
  }
}
.mailing_list_form input, .venue_enquiry_form input {
  font-size: 23px;
  font-size: 1.15rem;
  padding: 11px 0 20px;
  color: #000000;
  width: 100%;
  border: 0;
  border-bottom: 2px solid #000000;
  margin: 0 0 80px;
  border-radius: 0;
}
.mailing_list_form input::-webkit-input-placeholder, .venue_enquiry_form input::-webkit-input-placeholder {
  color: #000000;
}
.mailing_list_form input:-moz-placeholder, .venue_enquiry_form input:-moz-placeholder {
  /* Firefox 18- */
  color: #000000;
}
.mailing_list_form input::-moz-placeholder, .venue_enquiry_form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000000;
}
.mailing_list_form input:-ms-input-placeholder, .venue_enquiry_form input:-ms-input-placeholder {
  color: #000000;
}
.mailing_list_form .submit_wrap, .venue_enquiry_form .submit_wrap {
  text-align: center;
}
.mailing_list_form input[type="submit"], .venue_enquiry_form input[type="submit"] {
  background: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  display: inline-block;
  font-family: "HelveticaNeueLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

.gform_wrapper {
  padding-top: 30px;
}

ul.gform_fields {
  margin: 0;
}

.gfield {
  list-style-type: none;
  margin: 0 0 100px;
  padding: 0;
  position: relative;
  display: block;
  clear: both;
}
@media all and (max-width: 1600px) {
  .gfield {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 1100px) {
  .gfield {
    margin-bottom: 25px;
  }
}
.gfield .gfield_label {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 2px;
  width: 100px;
  z-index: 5;
  padding-top: 40px;
}
.gfield .ginput_container {
  z-index: 4;
}
.gfield .ginput_container input {
  padding-left: 100px;
  margin: 0;
  font-size: 56px;
  font-size: 2.8rem;
  font-family: "HelveticaNeueLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  border-radius: 0;
}

.gform_footer {
  text-align: center;
  position: relative;
  padding-bottom: 34px;
}
.gform_footer input[type="submit"] {
  display: inline-block;
  padding-left: 40px;
  padding-right: 40px;
  width: auto;
  margin: 0 auto;
  font-size: 40px;
  font-size: 2rem;
}
.gform_footer img {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: 90px;
}

.gfield_description, .gfield_required {
  display: none;
}

.validation_error {
  display: none;
}

.gfield_error.gfield_contains_required .gfield_label {
  color: red;
}

.gform_confirmation_wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.gform_confirmation_wrapper .gform_confirmation_message {
  font-family: "HelveticaNeueLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding-top: 55px;
  font-size: 40px;
  font-size: 2rem;
  line-height: 1.214em;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.fluid-width-video-wrapper {
  width: 100%;
  position: relative;
  padding: 0;
}

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.visually_hidden, .gfield.gform_hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

.attachment_pg img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}

*, *:before, *:after {
  box-sizing: border-box;
}

body.menu_open {
  height: 100%;
  overflow: hidden;
}

.clear {
  clear: both;
}

.posr {
  position: relative;
}

.padd {
  padding-left: 55px;
  padding-right: 55px;
}
@media all and (max-width: 700px) {
  .padd {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.padd_top {
  padding-top: 55px;
}

.padd_bottom {
  padding-bottom: 55px;
}

.small_padd {
  padding-left: 40px;
  padding-right: 40px;
}

.small_padd_left {
  padding-left: 40px;
}

.small_padd_right {
  padding-right: 40px;
}

.small_padd_top {
  padding-top: 40px;
}

.small_padd_bottom {
  padding-bottom: 40px;
}

.tbl {
  display: table;
  table-layout: fixed;
}
.tbl.tbl-fw {
  width: 100%;
}
.tbl.tbl-fh {
  height: 100%;
}

.tbc {
  display: table-cell;
}
.tbc.tbc-half {
  width: 50%;
}
.tbc.tbc-full {
  width: 100%;
}
.tbc.tbc-text-right {
  text-align: right;
}
.tbc.tbc-bottom {
  vertical-align: bottom;
}
.tbc.tbc-top {
  vertical-align: top;
}
.tbc.tbc-middle {
  vertical-align: middle;
}

.grey_bg {
  background: #dadada;
}

.dark_bg {
  background: #000000;
  color: white;
}

.overlay {
  position: absolute;
  text-decoration: none;
  background: #000000;
  color: white;
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
  text-align: center;
}
.overlay a {
  display: block;
  text-decoration: none;
}

.abs_content {
  position: absolute;
  top: 0;
}

.lead_in {
  font-size: 20px;
  font-size: 1rem;
  color: white;
  font-family: "HelveticaNeueLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  display: block;
  margin: 45px 0;
}

.tcol .column.first {
  padding-right: 45px;
}
.tcol .column.last {
  padding-left: 45px;
}

#header {
  height: 100px;
  background: #000000;
  position: relative;
  z-index: 60;
}

.logo {
  position: relative;
  display: block;
  width: 150px;
  height: 25px;
  background-image: url(../../img/logo_white_300x50.png);
  background-size: 150px auto;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -9999px;
}
.logo.header_logo {
  float: left;
  height: 100px;
}

.menu_toggle {
  width: 45px;
  height: 45px;
  position: relative;
  float: right;
  top: 28px;
}
.menu_toggle:hover:before {
  top: 7px;
}
.menu_toggle:hover:after {
  bottom: 7px;
}
.menu_toggle span {
  display: block;
  height: 5px;
  position: absolute;
  top: 20px;
  left: 10px;
  right: 10px;
  background: white;
  border-radius: 1px;
}
.menu_toggle:before {
  content: '';
  height: 5px;
  background: white;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.menu_toggle:after {
  content: '';
  height: 5px;
  background: white;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}

.main_nav_wrap {
  position: fixed;
  top: auto;
  left: 0;
  bottom: 100%;
  height: 100vh;
  right: 0;
  background: #000000;
  z-index: 50;
  text-align: center;
  color: white;
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.menu_open .main_nav_wrap {
  bottom: 0;
}

#main_navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main_navigation ul li {
  display: block;
  -webkit-transition: all 0.1s ease;
          transition: all 0.1s ease;
  padding-top: 2px;
}
#main_navigation ul li:hover {
  background: white;
}
#main_navigation ul li:hover a {
  color: #000000;
}
#main_navigation ul li a {
  display: block;
  font-family: "HelveticaNeueLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 40px;
  font-size: 2rem;
  line-height: 1em;
  padding: 8px 0 3px;
  text-decoration: none;
  -webkit-transition: all 0.1s ease;
          transition: all 0.1s ease;
}
@media all and (max-height: 700px) {
  #main_navigation ul li a {
    font-size: 30px;
    font-size: 1.5rem;
  }
}

.social_links {
  position: relative;
  text-align: center;
  clear: both;
  margin-top: 30px;
  font-size: 0;
}
.social_links a {
  display: inline-block;
  width: 36px;
  height: 36px;
  margin: 0 20px;
  background-size: 36px auto;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.social_links a:hover {
  opacity: 0.8;
}
.social_links a.fb {
  background-image: url(../../img/icons/facebook_2x.png);
}
.social_links a.tw {
  background-image: url(../../img/icons/twitter_2x.png);
}
.social_links a.in {
  background-image: url(../../img/icons/instagram_2x.png);
}
.social_links a.vi {
  background-image: url(../../img/icons/vimeo_2x.png);
}

#main_footer {
  background: #000000;
  color: white;
  height: 300px;
  padding-bottom: 55px;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1100px) {
  #main_footer {
    height: auto;
  }
}
#main_footer .mini {
  display: inline-block;
}
@media all and (max-width: 1100px) {
  #main_footer .mini {
    display: block;
  }
}
#main_footer .mini:first-child, #main_footer .mini:nth-child(2) {
  margin-right: 5%;
}
@media all and (max-width: 1100px) {
  #main_footer .mini:first-child, #main_footer .mini:nth-child(2) {
    margin-right: 0; margin-bottom: 25px;
  }
}
#main_footer .mini p:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1100px) {
  #main_footer > .inner .tbc {
    display: block;
    width: 100%;
    text-align: center;
  }
}
@media all and (max-width: 1100px) {
  #main_footer > .inner .tbc:first-child {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.footer_logo {
  float: right;
  margin-bottom: 13px;
}
@media all and (max-width: 1100px) {
  .footer_logo {
    float: none;
    display: inline-block;
  }
}

.notice_success {
  position: relative;
  display: block;
  border: 1px solid transparent;
  padding: 15px;
  margin: 0 0 20px;
  border-radius: 3px;
  color: #3c763d;
  background: #dff0d8;
  border-color: #d6e9c6;
}

.notice_warning {
  position: relative;
  display: block;
  border: 1px solid transparent;
  padding: 15px;
  margin: 0 0 20px;
  border-radius: 3px;
  color: #fcf8e3;
  background: #8a6d3b;
  border-color: #faebcc;
}

.notice_error {
  position: relative;
  display: block;
  border: 1px solid transparent;
  padding: 15px;
  margin: 0 0 20px;
  border-radius: 3px;
  color: #a94442;
  background: #f2dede;
  border-color: #ebccd1;
}

.page_header {
  text-align: center;
  max-width: 770px;
  margin: 160px auto 173px auto;
}
@media all and (max-width: 1100px) {
  .page_header {
    margin: 90px auto 103px auto;
  }
}
@media all and (max-width: 900px) {
  .page_header {
    margin: 60px auto 73px auto;
  }
}
.page_header h1 {
  margin-bottom: 55px;
}
@media all and (max-width: 1100px) {
  .page_header h1 {
    margin-bottom: 20px;
  }
}
.page_header .intro {
  padding: 0 25px;
}
@media all and (max-width: 900px) {
  .page_header .intro {
    margin-bottom: 0;
  }
}
.page_header .lead_in {
  color: #000000;
}

@media all and (max-width: 900px) {
  .tcol .first.column, .tcol .last.column {
    width: 100% !important;
    float: none !important;
    padding: 0 !important;
  }
}

@media all and (max-width: 900px) {
  .pg_about .page_header {
    margin: 60px auto 0 auto;
  }
}

#page-404 {
  text-align: center;
}
#page-404 a {
  text-decoration: none;
}

.home_feat_event {
  overflow: hidden;
  position: relative;
}
.home_feat_event h1 {
  margin: 0;
}
@media all and (max-width: 1100px) {
  .home_feat_event h1 {
    font-size: 45px;
    padding-top: 25px;
  }
}

.overlay.home_feat_event_overlay_a, .overlay.home_feat_event_overlay_b {
  top: 55px;
  bottom: 55px;
  left: 55px;
  right: 55px;
  -webkit-transform: translateY(80%);
      -ms-transform: translateY(80%);
          transform: translateY(80%);
  text-decoration: none;
}
@media all and (max-width: 1100px) {
  .overlay.home_feat_event_overlay_a, .overlay.home_feat_event_overlay_b {
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 25px;
  }
}
.home_feat_event:hover .overlay.home_feat_event_overlay_a, .home_feat_event:hover .overlay.home_feat_event_overlay_b {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.overlay.home_feat_event_overlay_a .lead_in, .overlay.home_feat_event_overlay_b .lead_in {
  position: absolute;
  left: 0;
  right: 0;
  top: 55px;
  margin: 0;
}
@media all and (max-width: 1100px) {
  .overlay.home_feat_event_overlay_a .lead_in, .overlay.home_feat_event_overlay_b .lead_in {
    top: 25px;
  }
}

time.calendar {
  display: inline-block;
  width: 100%;
  width: 110px;
  height: 116px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
@media all and (max-width: 700px) {
  time.calendar {
    max-width: 86px;
    height: 90px;
    margin-top: 38px;
  }
}
time.calendar span {
  display: block;
  text-align: center;
  z-index: 4;
  letter-spacing: 1px;
  font-size: 23px;
  font-size: 1.15rem;
}
time.calendar span:first-child {
  padding: 18px 0 8px;
  border-left: 5px solid white;
  border-right: 5px solid white;
}
time.calendar span:first-child:before, time.calendar span:first-child:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  background: #000000;
  border: 5px solid white;
  border-radius: 50%;
  top: -13px;
  z-index: 5;
}
time.calendar span:first-child:before {
  left: 20px;
}
@media all and (max-width: 700px) {
  time.calendar span:first-child:before {
    left: 10px;
  }
}
time.calendar span:first-child:after {
  right: 20px;
}
@media all and (max-width: 700px) {
  time.calendar span:first-child:after {
    right: 10px;
  }
}
time.calendar span:nth-child(2) {
  padding: 5px 0;
  border: 5px solid white;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
time.calendar span:nth-child(2):before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 5px;
  background: white;
  z-index: 3;
}
time.calendar.black span:first-child {
  border-left-color: #000000;
  border-right-color: #000000;
}
time.calendar.black span:first-child:before, time.calendar.black span:first-child:after {
  background: white;
  border-color: #000000;
}
time.calendar.black span:nth-child(2) {
  border-color: #000000;
}
time.calendar.black span:nth-child(2):before {
  background: #000000;
}

.home_upcoming_event:hover .home_event_overlay_a, .venue:hover .home_event_overlay_a, .home_upcoming_event:hover .home_event_overlay_b, .venue:hover .home_event_overlay_b {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.home_event_overlay_a, .home_feat_event_overlay_a {
  z-index: 20;
}
.ev_hov .home_event_overlay_a, .ev_hov .home_feat_event_overlay_a {
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: switch;
  animation-name: switch;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

@-webkit-keyframes switch {
  0% {
    z-index: 20;
  }
  50% {
    z-index: 5;
  }
  100% {
    z-index: 20;
  }
}

@keyframes switch {
  0% {
    z-index: 20;
  }
  50% {
    z-index: 5;
  }
  100% {
    z-index: 20;
  }
}
.home_event_overlay_b, .home_feat_event_overlay_b {
  z-index: 10;
}
.home_event_overlay_b h3, .home_feat_event_overlay_b h3 {
  font-family: "HelveticaNeueLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 0;
}

.home_featured_news {
  position: relative;
}
@media all and (max-width: 1000px) {
  .home_featured_news {
    display: block;
    padding-top: 107px;
    padding-bottom: 107px;
  }
}
.home_featured_news .lead_in {
  color: #000000;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  margin: 0;
  text-align: center;
  text-decoration: none;
}

.home_featured_news_post {
  background: white;
  text-align: center;
}
.home_featured_news_post h2 {
  max-width: 420px;
  margin: 0 auto 40px;
  padding: 0 20px;
}
.home_featured_news_post p.news_excerpt {
  max-width: 420px;
  margin: 0 auto 40px;
  padding: 0 20px;
}

.home_featured_news_date {
  display: block;
  font-family: "HelveticaNeueLT-Bold", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}

@media all and (max-width: 1000px) {
  .home_upcoming_events {
    display: block;
  }
}

.home_upcoming_event, .venue {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
@media all and (max-width: 700px) {
  .home_upcoming_event, .venue {
    display: block;
    width: 100% !important;
  }
}
.home_upcoming_event .overlay, .venue .overlay {
  top: 40px;
  right: 40px;
  bottom: 40px;
  left: 40px;
  -webkit-transform: translateY(80%);
      -ms-transform: translateY(80%);
          transform: translateY(80%);
}
@media all and (max-width: 1100px) {
  .home_upcoming_event .overlay, .venue .overlay {
    top: 25px;
    left: 25px;
    bottom: 25px;
    right: 25px;
  }
}
.home_upcoming_event .overlay:hover, .venue .overlay:hover {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.venue_list {
  position: relative;
}

.venue .overlay .lead_in {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 55px;
  margin: 0;
}
.venue .overlay .tbl .tbc {
  padding-top: 75px;
}
@media all and (max-width: 1100px) {
  .venue .overlay .tbl .tbc {
    padding-top: 35px;
  }
}

.venue_overlay_icon {
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  height: 73px;
  background-image: url(../../img/icons/map_white_2x.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 73px;
  display: block;
}
@media all and (max-width: 1100px) {
  .venue_overlay_icon {
    height: 55px;
    background-size: auto 53px;
    top: 30px;
  }
}

.home_venue_block:hover > .overlay {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.news_post_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.news_post_image {
  background-color: #bbb;
  background-size: cover;
  background-position: center;
}

.home_featured_news_post > a h2 {
  text-decoration: underline;
}

@media all and (max-width: 700px) {
  .blog .home_featured_news_post > a {
    display: block;
    width: 100%;
  }
}
.blog .home_featured_news_post > a > img {
  display: none;
}
@media all and (max-width: 700px) {
  .blog .home_featured_news_post .news_post_image {
    display: none;
  }
}
@media all and (max-width: 700px) {
  .blog .home_featured_news_post .news_post_inner {
    position: relative;
    padding: 50px 25px;
  }
}

.blog .home_featured_news_post .news_post_image {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.blog .home_featured_news_post:hover .news_post_image {
  opacity: 0.8;
}

.event_cat_list li a {
  color: #808080;
}
.event_cat_list li a.active_filter {
  color: #000000;
}

.time_join {
  display: inline-block;
  width: 55px;
  height: 5px;
  margin: 54px 66px;
  background: #000000;
}
@media all and (max-width: 700px) {
  .time_join {
    margin: 36px 26px;
  }
}
.home_feat_event .time_join {
  background: white;
}

.single-event .page_header {
  padding: 0 25px;
}

.post-type-archive-event .events .event .upcoming_image, .page-template-page-pastprojects .events .event .upcoming_image {
  -webkit-transition: all 0.3s ease;
          transition: all 0.3s ease;
}
.post-type-archive-event .events .event:hover .upcoming_image, .page-template-page-pastprojects .events .event:hover .upcoming_image {
  opacity: 0.8;
}

.event_info {
  padding: 70px 55px;
}
@media all and (max-width: 700px) {
  .event_info {
    padding: 35px 25px;
  }
}

.event_intro {
  max-width: 900px;
  margin: 0 auto 70px;
  text-align: center;
}
@media all and (max-width: 700px) {
  .event_intro {
    margin-bottom: 35px;
  }
}

.event_details {
  margin-bottom: 50px;
}
@media all and (max-width: 700px) {
  .event_details {
    margin-bottom: 0px;
  }
}

.event_featuring {
  max-width: 1200px;
}

.project_link {
  text-decoration: none;
}

.event_sponsors {
  position: relative;
  text-align: center;
  font-size: 0;
  padding-top: 140px;
  padding-bottom: 100px;
}
@media all and (max-width: 1100px) {
  .event_sponsors {
    padding-top: 80px;
    padding-bottom: 40px;
  }
}
.event_sponsors .event_sponsor {
  display: inline-block;
  margin: 0 35px 35px;
}
@media all and (max-width: 1100px) {
  .event_sponsors .event_sponsor {
    margin: 0 15px 20px;
  }
}
.event_sponsors .event_sponsor figure {
  margin: 0;
}
.event_sponsors .event_sponsor img {
  display: block;
}

.event_nav a, .event_nav span {
  display: block;
  line-height: 150px;
  text-align: center;
  text-decoration: none;
}
@media all and (max-width: 700px) {
  .event_nav a, .event_nav span {
    line-height: 80px;
  }
}
.event_nav a.disabled, .event_nav span.disabled {
  opacity: 0.1;
}
.event_nav div {
  margin: 0;
}
.event_nav div:first-child a, .event_nav div:first-child span {
  background: #000000;
  color: white;
}
.event_nav div:last-child a, .event_nav div:last-child span {
  background: white;
  color: #000000;
}

.whatson_header.page_header {
  max-width: none;
  padding: 0 55px;
}

.event_cat_list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.event_cat_list li {
  display: inline-block;
  margin: 0 16px;
}

.upcoming_image {
  background-size: cover;
  background-position: center;
}

.upcoming_info_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
.upcoming_info_inner h1 {
  margin-bottom: 70px;
}

.venue_enquiry_form {
  position: relative;
}

.venue_enquiry_text .venue_enquiry_intro {
  bottom: 0;
  margin-bottom: 0;
}

@media all and (max-width: 1100px) {
  .venue_area, .venue_bio {
    width: 100%;
    display: block;
  }
  .venue_area .placeholder_img, .venue_bio .placeholder_img {
    display: none;
  }
  .venue_area .abs_content, .venue_bio .abs_content {
    position: relative;
    padding-bottom: 30px;
  }
}

.venue_bio p {
  margin-bottom: 90px;
  line-height: 1.4em;
}
.venue_bio a {
  text-decoration: none;
}
@media all and (max-width: 1100px) {
  .venue_bio .abs_content {
    position: relative;
    padding-bottom: 55px;
  }
}

.venue_enquiry_intro p {
  margin: 0;
}

@media all and (max-width: 700px) {
  .amb_location > .tbc {
    display: block !important;
  }
}

.amb_location_address {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0;
	width: 50%;
}
@media all and (max-width: 700px) {
  .amb_location_address {
    position: relative;
  }
}

.amb_location_map {
  bottom: 0;
  right: 0;
  left: 0;
}

#map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.page-template-page-pastprojects-php .page_header {
  max-width: 910px;
}
.touch .page-template-page-pastprojects-php .page_header {
  margin-bottom: 60px;
}
.page-template-page-pastprojects-php .page_header .intro {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}

.touch .past_project_search {
  display: none;
}

.twitter-typeahead {
  overflow: hidden;
}

#pp_search, .pp_search.tt-hint {
  padding: 11px 0 20px;
  color: #000000;
  width: 100%;
  border: 0;
  border-bottom: 6px solid #000000;
  margin: 0 0 80px;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media all and (max-width: 1100px) {
  #pp_search, .pp_search.tt-hint {
    margin-bottom: 40px;
  }
}
#pp_search::-webkit-input-placeholder, .pp_search.tt-hint::-webkit-input-placeholder {
  color: #808080;
}
#pp_search:-moz-placeholder, .pp_search.tt-hint:-moz-placeholder {
  color: #808080;
}
#pp_search::-moz-placeholder, .pp_search.tt-hint::-moz-placeholder {
  color: #808080;
}
#pp_search:-ms-input-placeholder, .pp_search.tt-hint:-ms-input-placeholder {
  color: #808080;
}

.pp_search.tt-hint {
  color: #808080 !important;
}

.tt-menu {
  display: none !important;
}

@media all and (max-width: 700px) {
  .pg_past_projects .past_project_search, .post-type-archive-event .past_project_search {
    padding: 0 25px;
  }
}
@media all and (max-width: 700px) {
  .pg_past_projects .events .event, .post-type-archive-event .events .event {
    display: block;
    position: relative;
  }
}
@media all and (max-width: 700px) {
  .pg_past_projects .events .event .upcoming_image, .post-type-archive-event .events .event .upcoming_image {
    display: block !important;
  }
}
@media all and (max-width: 700px) {
  .pg_past_projects .events .event .upcoming_info, .post-type-archive-event .events .event .upcoming_info {
    display: block !important;
  }
}
@media all and (max-width: 700px) {
  .pg_past_projects .events .event .upcoming_info > img, .post-type-archive-event .events .event .upcoming_info > img {
    display: none !important;
  }
}
@media all and (max-width: 700px) {
  .pg_past_projects .events .event .upcoming_info_inner, .post-type-archive-event .events .event .upcoming_info_inner {
    position: relative;
    display: block;
  }
}

/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 */
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  *zoom: 1;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}
@media all and (min-width: 2000px) {
  .bx-wrapper img {
    width: 100%;
    height: auto !important;
  }
}

.bx-wrapper .bx-viewport {
  background: #fff;
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}

.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../../img/slider/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-pager {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
.single-venue .bx-pager, .single-event .bx-pager {
  text-align: left;
  left: 55px;
  bottom: 55px;
  margin-bottom: -17px;
}
@media all and (max-width: 700px) {
  .single-venue .bx-pager, .single-event .bx-pager {
    left: 20px;
    bottom: 25px;
  }
}

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

.bx-pager.bx-default-pager a {
  background: #000000;
  text-indent: -9999px;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  outline: 0;
  border: 4px solid #000000;
  border-radius: 10px;
  -webkit-transition: background 0.3s ease;
          transition: background 0.3s ease;
}
.single-venue .bx-pager.bx-default-pager a, .single-event .bx-pager.bx-default-pager a {
  background: white;
  border-color: white;
}

.bx-pager.bx-default-pager a:hover,
.bx-pager.bx-default-pager a.active {
  background: white;
  cursor: pointer;
}
.single-venue .bx-pager.bx-default-pager a:hover, .single-event .bx-pager.bx-default-pager a:hover, .single-venue
.bx-pager.bx-default-pager a.active, .single-event
.bx-pager.bx-default-pager a.active {
  background: transparent;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url(../../img/slider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url(../../img/slider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
  background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}

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

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(../../img/slider/controls.png) -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(../../img/slider/controls.png) -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  display: block;
  padding: 10px;
}

/* EDITS */

