.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

h2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 46px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.8px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 35px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.8px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.6;
}

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 18px;
  line-height: 22px;
}

figure {
  margin-bottom: 60px;
  padding-top: 40px;
}

.body {
  background-color: #1d1d1d;
}

.firstnav {
  position: absolute;
  left: 0%;
  top: 60px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  float: none;
  clear: both;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -o-object-fit: fill;
  object-fit: fill;
}

.main-nav {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 6000;
  display: block;
  width: 100%;
  padding: 60px 5vw 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.37), transparent);
}

.firstnavbutton {
  display: none;
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  background-color: transparent;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
    color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.firstnavbutton.w--current {
  width: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 20px;
  border: 1px none #000;
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.herosection {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url('../images/FLOWER-EXPLOSION-LADSCAPE.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.logosmall {
  width: 64px;
  margin-right: 20px;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.secondnav {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 0px;
  padding-right: 50px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondnavbutton {
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
    color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
}

.secondnavbutton.backstagehide {
  display: none;
  font-size: 16px;
}

.secondnavlabel {
  margin-top: 3px;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
    color: #fff;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.secondnavlinkblock {
  display: none;
  padding: 10px 20px;
  text-decoration: none;
}

.burgermenu {
  position: fixed;
  left: auto;
  top: 54px;
  right: 6.5vw;
  bottom: auto;
  z-index: 5002;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 14px;
  height: 17px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/circle-holder-white.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.logolink {
  position: absolute;
  left: 38px;
  top: 30px;
  width: 250px;
  height: 28px;
  max-width: none;
  margin-top: 6px;
  margin-right: 0px;
  float: left;
}

.logolink.w--current {
  left: 38px;
  top: 30px;
  width: 250px;
  max-width: none;
}

.introsection {
  position: relative;
  left: 0%;
  top: 40px;
  right: 0%;
  bottom: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 50%;
  height: auto;
  min-height: auto;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.heading {
  position: relative;
  left: -5px;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 300;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  color: #fff;
  font-size: 9vw;
  font-weight: 300;
  letter-spacing: 1px;
}

.heading.graphic-replace {
  width: 461px;
  background-image: url('../images/bluebird_logo_strap.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  color: hsla(0, 0%, 100%, 0);
  line-height: 158px;
}

.heading.graphic-replace.arbor-logo {
  position: static;
  left: auto;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/ARBOR-logo-Optimised.png');
  line-height: 236px;
}

.showtitle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: auto;
  min-height: auto;
  float: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
  -o-object-fit: contain;
  object-fit: contain;
}

.ctabuttonlabel {
  position: relative;
  left: 5%;
  margin-right: 135px;
  margin-left: 20px;
  float: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.titlecta {
  position: relative;
  left: auto;
  top: 0px;
  bottom: auto;
  z-index: 3000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 16px;
  padding-right: 0px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.tickets-button {
  position: -webkit-sticky;
  position: sticky;
  left: 40px;
  top: 28px;
  right: 0%;
  bottom: auto;
  z-index: 5001;
  display: block;
  margin-top: -105px;
  margin-right: 100px;
  margin-left: 0px;
  padding: 10px 15px;
  float: left;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.tickets-button.newsletter {
  margin-top: 0px;
  margin-left: 5vw;
}

.div-block {
  position: relative;
}

.columns {
  position: relative;
  padding-top: 40px;
}

.newhero {
  position: relative;
  z-index: -1;
  height: 100vh;
  background-color: #1d1d1d;
  background-image: url('../images/GNO-1---102.jpg');
  background-position: 23% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.newhero.secondhero {
  position: relative;
  width: 100%;
  margin-top: 140px;
  float: left;
  clear: both;
  background-image: url('../images/GNO-1---163.jpg');
  background-attachment: scroll;
}

.newhero.secondhero.secondheromax {
  position: relative;
  top: 0px;
  margin-top: -100px;
  float: none;
  background-image: url('../images/Part-1-–-supporting-image---Passion-.jpg');
}

.newhero.secondhero.secondheromax.resetsticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: -1;
  margin-top: 0px;
  background-image: url('../images/GNO-1---163.jpg');
}

.newhero.secondhero.secondheromax.fixed-image {
  margin-top: 0px;
  background-attachment: fixed;
}

.newhero.livehero {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100vh;
  float: none;
  clear: none;
  background-image: none;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-weight: 300;
}

.bigcontainer {
  position: relative;
  top: 0px;
  z-index: 0;
  max-width: none;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0vw;
  padding-left: 0vw;
  float: none;
  clear: none;
  background-color: transparent;
}

.linkdates {
  position: relative;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.linkdates.location {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.linkdates.location.multilocation {
  font-size: 17px;
  line-height: 1.5;
}

.linkdates.location-max {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.link-block {
  width: 20%;
  min-width: 197px;
  margin-right: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #686868;
  text-decoration: none;
}

.link-block.journallinks {
  float: left;
  clear: both;
}

.link-block.journal-links {
  width: 25%;
  margin-right: 0px;
  border-bottom-style: none;
}

.link-block.multi-date-padding {
  margin-right: 40px;
  margin-bottom: 60px;
  padding-right: 0px;
}

.dates {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 60px;
  padding-right: 5vw;
  padding-left: 5vw;
}

.dates.journal-links {
  left: 0%;
  width: 100%;
  padding-right: 0vw;
  padding-left: 0%;
  clear: both;
}

.dates.dates-max {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-right: 0vw;
  padding-left: 0vw;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.dates.upcoming-dates {
  margin-bottom: 0px;
  padding-top: 60px;
}

.dates.multiple-dates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 0px;
  padding-top: 100px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.paragraph {
  position: relative;
  width: 50%;
  margin-bottom: 0px;
  float: right;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 1px;
}

.paragraph.intro {
  float: right;
  clear: none;
}

.paragraph.intro.noimage {
  padding-right: 70px;
}

.paragraph.main {
  font-size: 17px;
  line-height: 1.6;
}

.paragraph.main.fullwidth {
  width: 100%;
}

.paragraph.press {
  width: 90%;
  max-width: 398px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none #000;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  font-size: 20px;
  text-align: center;
}

.paragraph.press.noimage {
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 200;
  text-align: left;
}

.paragraph.press.noimage-v3b {
  left: -27px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.paragraph.press.holding-quote {
  left: -27px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.paragraph.intro-v2 {
  width: 100%;
  margin-bottom: 40px;
  float: right;
  clear: none;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  font-size: 22px;
}

.paragraph.intro-v2.noimage {
  padding-right: 70px;
}

.paragraph.intro-max {
  float: left;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  font-size: 23px;
}

.paragraph.intro-max.noimage {
  padding-right: 70px;
}

.paragraph.intro-max.multi-date-wrap {
  width: 100%;
}

.paragraph.para-max {
  width: 100%;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  font-size: 20px;
}

.paragraph.presshome {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-left: 0px;
  border: 1px none #000;
  font-size: 20px;
  text-align: center;
}

.paragraph.presshome.noimage {
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 200;
  text-align: left;
}

.paragraph.presshome.noimage-v3b {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.paragraph.presshome.align-centre {
  z-index: 2;
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  text-align: center;
  text-decoration: none;
}

.paragraph.faux-header {
  float: left;
  clear: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-size: 22px;
}

.paragraph.faux-header.noimage {
  padding-right: 70px;
}

.paragraph.faux-header.multi-date-wrap {
  width: 100%;
}

.paragraph.amend-intro {
  float: left;
  clear: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-size: 22px;
}

.paragraph.amend-intro.noimage {
  padding-right: 70px;
}

.paragraph.amend-intro.multi-date-wrap {
  width: 100%;
}

.paragraph.intro-max-copy {
  float: left;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  font-size: 23px;
}

.paragraph.intro-max-copy.noimage {
  padding-right: 70px;
}

.paragraph.intro-max-copy.multi-date-wrap {
  width: 100%;
}

.paragraph.press-home {
  width: 90%;
  max-width: 296px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none #000;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  font-size: 20px;
  text-align: center;
}

.paragraph.press-home.noimage {
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 200;
  text-align: left;
}

.paragraph.press-home.noimage-v3b {
  left: -27px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.paragraph.press-home.holding-quote {
  left: -27px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.paragraph.home-about-intro {
  padding-right: 27px;
  float: left;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  font-size: 43px;
  line-height: 1.4;
}

.paragraph.home-about-intro.noimage {
  padding-right: 70px;
}

.paragraph.home-about-intro.multi-date-wrap {
  width: 100%;
}

.paragraph.full-width-intro {
  width: 100%;
  margin-bottom: 0px;
  float: right;
  clear: none;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  font-size: 22px;
}

.paragraph.full-width-intro.noimage {
  padding-right: 70px;
}

.paragraph.aboutintro {
  width: 100%;
  max-width: 700px;
  float: left;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  font-size: 23px;
}

.paragraph.aboutintro.noimage {
  padding-right: 70px;
}

.paragraph.aboutintro.multi-date-wrap {
  width: 100%;
}

.div-block-2 {
  position: static;
  width: 100%;
  height: 90vh;
  max-width: 1000px;
  margin: 220px auto;
  float: left;
  background-image: url('../images/hero-imgs.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.slider {
  position: relative;
  height: 800px;
}

.slider-2 {
  z-index: 0;
  height: 100%;
  margin-top: 0px;
}

.containslider {
  position: static;
  width: 100%;
  margin-top: 200px;
  margin-bottom: 140px;
  float: left;
  clear: left;
}

.containslider.max-slider {
  position: relative;
  z-index: 10;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  float: none;
  clear: left;
  background-color: #1d1d1d;
}

.imageslide {
  background-image: url('../images/supporting--banner.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.icon {
  margin-left: 40px;
}

.icon-2 {
  margin-right: 40px;
}

.header-cta {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide-nav {
  margin-bottom: 40px;
}

.press {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 140px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.press.press-max {
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 220px 5vw;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1d1d;
}

.pressquote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 345px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pressquote.noimage {
  max-width: none;
  padding-left: 60px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #fff #fff #fff #5e5e5e;
}

.pressquote.align-centre {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.pressquote.noimage-v2 {
  max-width: none;
  padding-left: 60px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #fff #fff #fff #5e5e5e;
}

.pressquote.noimage-v3 {
  max-width: none;
  padding-left: 60px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #fff #fff #fff #5e5e5e;
}

.pressquote.noimage-v3b {
  max-width: none;
  padding-left: 0px;
  border: 1px none #000;
}

.pressquote.noimage-v3b.home-quote {
  width: 50%;
  padding-right: 100px;
}

.stars {
  max-width: 75%;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  text-align: center;
}

.text-block.press-author {
  width: 75%;
  max-width: 286px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  font-size: 16px;
}

.partners {
  position: relative;
  width: 50%;
  margin-top: 0px;
  margin-left: 50%;
  padding-top: 100px;
  float: right;
  clear: both;
}

.partnerlogo {
  width: 125px;
  max-width: none;
  margin-right: 40px;
  margin-bottom: 60px;
}

.partnerlabel {
  width: 50%;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
}

.accordionwrapper {
  width: 100%;
  margin-top: 100px;
  float: left;
  clear: both;
}

.accordionwrapper.accordion-max {
  position: relative;
  z-index: 10;
  margin-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #1d1d1d;
}

.accordionwrapper.story-accordion {
  position: relative;
  width: 100%;
  margin-top: 40px;
}

.accordionwrapper.story-accordion.landscape-fix {
  margin-top: 0px;
}

.accordionitem {
  padding-top: 60px;
}

.accordionitem._50-50-accordion {
  width: 50%;
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordionitem._50-50-accordion._505-50-accordion-first {
  padding-top: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.accordionitem.readmorefix {
  padding-top: 40px;
}

.accordionitem.accordion-max-width {
  width: 700px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}

.accordion-item-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.accordion-item-trigger.read-more {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item-trigger.performers {
  margin-bottom: 60px;
}

.heading-2 {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 30px;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  color: #fff;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.heading-2.journal {
  position: relative;
  top: -4px;
  margin-left: 0px;
  clear: left;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  letter-spacing: 0.5px;
}

.heading-2.readmore {
  margin-left: 20px;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  font-size: 18px;
}

.heading-2.no-padding {
  margin-bottom: 20px;
  margin-left: 0px;
}

.heading-2.accordiaon-fix {
  margin-bottom: 20px;
  margin-left: 0px;
}

.heading-2.accordion-h2 {
  min-height: 74px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.accordion-content {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 0px;
  border: 1px none #000;
}

.perfromer-list {
  margin-bottom: 40px;
  padding-right: 40px;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  color: #fff;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 300;
}

.column-2 {
  overflow: hidden;
  padding-left: 0px;
}

.column-3 {
  overflow: hidden;
  padding-left: 0px;
}

.column-4 {
  overflow: hidden;
  padding-left: 0px;
}

.column-5 {
  overflow: hidden;
  padding-left: 0px;
}

.columns-2 {
  overflow: hidden;
  padding-bottom: 140px;
  border-bottom: 1px none #000;
}

.reveal {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 20px;
  height: 20px;
  max-width: none;
  margin-top: 8px;
  margin-bottom: auto;
  padding-top: 0px;
  float: left;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.reveal.sub-accordion {
  margin-top: 4px;
}

.journalheader {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.journalheader.noimage {
  position: relative;
  width: auto;
  clear: none;
}

.journal-wrapper {
  position: relative;
  top: 0px;
  width: 100%;
  float: left;
}

.journal-wrapper.aborjournal {
  margin-top: 0px;
  padding-top: 70px;
  padding-right: 5vw;
  padding-left: 5vw;
  background-color: #1d1d1d;
}

.journal-wrapper.journal-max {
  padding-top: 100px;
  padding-right: 60px;
  padding-left: 60px;
  float: left;
  background-color: #1d1d1d;
}

.journal-wrapper.journal-max-home {
  z-index: 1;
  display: block;
  margin-top: -20px;
  padding-top: 10px;
  padding-right: 38px;
  padding-left: 38px;
  float: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #1d1d1d;
}

.journal-wrapper.journal-max-blog {
  z-index: 1;
  display: block;
  padding-top: 0px;
  padding-right: 38px;
  padding-left: 38px;
  float: left;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #1d1d1d;
}

.journal-post {
  width: 75%;
  margin-bottom: 100px;
  float: right;
  clear: both;
}

.journal-post.grid-post {
  width: 100%;
}

.heading-3 {
  margin-top: 0px;
  float: left;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}

.journal-post-image {
  margin-bottom: 20px;
}

.footer {
  position: relative;
  top: 0px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1d1d1d;
  text-align: center;
}

.footer-flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.footer-logo-link {
  max-height: 60px;
  min-width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.footer-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-heading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 1.5;
}

.footer-link {
  display: block;
  margin-bottom: 10px;
  color: #444;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.grid {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.div-block-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: red;
}

.greyspan {
  color: #999da0;
}

.heading-3-performer {
  margin-bottom: 30px;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  color: #fff;
  font-size: 21px;
  font-weight: 300;
}

.bottomgradient {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 400px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.37)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.37));
  opacity: 1;
}

.html-embed {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.utility-col1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.utility-menu {
  width: 25%;
  height: 14vh;
  float: left;
  background-color: #242424;
}

.main-menu-overlay {
  position: absolute;
  display: block;
  width: 50%;
  height: 74vh;
  padding-top: 0px;
  padding-left: 40px;
  clear: none;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #242424;
}

.utility-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.utility-col3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 40px;
  padding-left: 40px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.utility-links {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 20px;
  float: left;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.utility-links.toputility {
  display: inline-block;
  margin-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  clear: none;
}

.utility-links-s {
  position: relative;
  top: 3px;
  margin-right: 0px;
  margin-bottom: -2px;
  margin-left: 0px;
  float: left;
  clear: both;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #9b9b9b;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.main-menu-link {
  position: relative;
  width: 60%;
  height: auto;
  margin-right: 60px;
  padding-top: 0px;
  padding-bottom: 5vh;
  float: left;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  color: #fff;
  font-size: 7vh;
  line-height: 0.9;
  font-weight: 300;
  text-decoration: none;
}

.main-menu-link.w--current {
  padding-top: 0px;
  padding-bottom: 5vh;
  font-size: 7vh;
  line-height: 0.9;
}

.main-menu-link.home-mobile {
  display: none;
}

.main-menu-link.main-menu-support {
  padding-bottom: 0vh;
}

.left-main-menu {
  position: relative;
  top: 0px;
  display: block;
  width: 80%;
  height: auto;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0vw;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.div-block-6 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  display: block;
  width: 50%;
  height: 50%;
  margin-right: 0px;
  margin-bottom: 60px;
  padding-top: 40px;
  padding-left: 0vw;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  background-color: transparent;
}

.main-menu-link-s {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-right: 28px;
  float: left;
  clear: both;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.main-menu-link-s.hide-mbile {
  display: block;
}

.video {
  position: absolute;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
}

.video-embed {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
}

.video-2 {
  width: 100%;
  height: 100%;
}

.bluebird-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
}

.close-menu {
  position: absolute;
  left: auto;
  top: 69px;
  right: 5vw;
  bottom: auto;
  z-index: 5001;
  display: none;
  width: 35px;
  height: 35px;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/open-plus.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.takeovermenu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6001;
  display: block;
  background-color: #242424;
}

.first-nav-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.first-nav-column.burgerpad {
  padding-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.column-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 3vw;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.logo-padding {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  position: relative;
  left: -22px;
}

.logo-setup {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.firstnav-setup {
  position: absolute;
  left: 0%;
  top: 40px;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  float: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.secondnav-setup {
  position: relative;
  width: 33.33%;
  float: left;
}

.hero-image {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}


.hero-image.arbor.arbor-video {
  background-image: none;
}

.div-block-9 {
  position: relative;
  top: auto;
}

.paragraph-2 {
  position: static;
  width: 100%;
  margin-bottom: 40px;
  float: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.project-header-wrap {
  position: absolute;
  left: 5vw;
  bottom: 33.2vh;
  z-index: 100;
}

.project-header-wrap.no-tickets {
  left: 5vw;
  bottom: 15vh;
  height: auto;
}

.project-header-wrap.graphic-adjust.abourgarphic {
  left: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.press-single {
  position: relative;
  top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-top: 0px;
  margin-bottom: 140px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.press-single.no-image {
  width: 75%;
}

.press-single.no-image-v2 {
  width: 75%;
}

.press-single.noimagev3b {
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.press-single.project-quote {
  width: 76%;
  max-width: 700.421875px;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.image-3 {
  max-width: 50%;
}

.project-intro-wrap.with-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 40px 220px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.project-intro-wrap.with-image.multilocations {
  position: relative;
  width: 50%;
}

.project-intro-wrap.with-image.about-intro {
  padding-top: 140px;
}

.quote-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 140px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote-wrap.quote-no-image {
  position: relative;
  padding: 140px 5vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1d1d1d;
}

.stickywrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  margin-top: 0px;
  padding-top: 0px;
  padding-right: 60px;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.stickyfader {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2999;
  width: 100%;
  height: 100px;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #242424;
  opacity: 1;
}

.full-container {
  position: relative;
  z-index: 0;
  background-color: transparent;
}

.sticky-background {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.scond-menu {
  position: relative;
  display: block;
  width: 50%;
  height: 50%;
  padding-top: 0px;
  padding-left: 0vw;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: transparent;
}

.menu {
  position: relative;
  left: auto;
  top: 0px;
  right: 0vw;
  bottom: auto;
  z-index: 6001;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 28px 10px 20px;
  float: right;
  background-color: transparent;
  background-image: url('../images/circle-holder-white.svg');
  background-position: 100% 13px;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 20px;
  text-align: center;
}

.menu.w--current {
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 0px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  text-align: center;
}

.menu.support-button {
  position: relative;
  top: 0px;
  right: 0vw;
  margin-top: 0px;
  margin-right: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px none #000;
  background-image: none;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  font-size: 20px;
}

.menu.support-button.w--current {
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 20px;
}

.right-main-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding-right: 0vw;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.logo-setup-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-block-10 {
  z-index: 6002;
  display: none;
  padding-top: 0px;
  padding-right: 5vw;
  padding-left: 5vw;
  background-color: #1d1d1d;
}

.menu-flex {
  position: relative;
  left: 0%;
  top: 25vh;
  right: auto;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  margin-left: 0px;
  padding: 0vh 0vw 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.dot-menu {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 28px;
  right: 5vw;
  bottom: auto;
  z-index: 6001;
  display: none;
  margin-top: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 31px 10px 20px;
  float: right;
  background-color: transparent;
  background-image: url('../images/circle-holder-white.svg');
  background-position: 100% 50%;
  background-size: 15px;
  background-repeat: no-repeat;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  text-align: center;
}

.dot-menu.w--current {
  width: auto;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 0px;
  border-bottom: 1px solid #fff;
  font-size: 16px;
  text-align: center;
}

.toputility-menu {
  position: relative;
  left: 50%;
  width: 20%;
  margin-right: 5%;
  float: left;
  border-bottom: 1px solid #bac3cb;
}

.toputility-menu.utility-test {
  left: 50%;
}

.toputility-menu.idenewsltter {
  display: none;
}

.signupmenu {
  width: 50%;
  height: 100%;
  float: left;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.sign-up-menu-cta {
  position: absolute;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 0%;
  display: inline-block;
  width: 90%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-bottom: 1px solid #bac3cb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.sign-up-menu-cta.toputility {
  display: inline-block;
  margin-right: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  float: none;
  clear: none;
}

.more-mobile {
  display: none;
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 20px;
  padding-right: 28px;
  float: left;
  clear: both;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 1px;
  text-decoration: none;
}

.more-mobile.hide-mbile {
  display: block;
}

.get-action-wrapper {
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding-top: 100px;
  padding-right: 5vw;
  padding-left: 5vw;
  float: left;
  clear: both;
  border-bottom: 1px solid #616161;
  background-color: #242424;
}

.get-involved-trigger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.get-arrow {
  position: relative;
  display: inline-block;
  overflow: visible;
  width: 25px;
  height: 25px;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0px;
  float: left;
  clear: none;
  -o-object-fit: fill;
  object-fit: fill;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.logo-no-h1 {
  width: 100%;
  max-width: 800px;
  margin-top: 8px;
}

.second-menu {
  position: fixed;
  top: 60px;
  right: 60px;
  z-index: 6000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  float: right;
  clear: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.footer-logo {
  position: relative;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 288px;
  height: auto;
  max-width: none;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  float: none;
}

.footer-logo-image {
  position: relative;
  left: -22px;
}

.fotter-block-menu {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.fototer-block-supported {
  width: 50%;
  padding-top: 16px;
  text-align: left;
}

.fototer-block-supported.footer-social-block {
  position: relative;
  padding-top: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.footer-row-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
}

.footer-row-1.footer-finalrow {
  margin-bottom: 0px;
}

.footer-label {
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.artcouncil-image {
  position: relative;
  width: 275px;
  margin-right: 60px;
}

.council-logo {
  position: relative;
  width: 122px;
  margin-right: 60px;
}

.div-block-11 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.newletter-butoon-footer {
  position: relative;
  left: 0px;
  width: auto;
  margin-top: 7px;
  margin-bottom: 20px;
  padding-left: 0px;
  float: none;
  background-color: transparent;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  font-size: 21px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.newletter-butoon-footer.email-footer {
  margin-top: 30px;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;}

.image-4 {
  margin-right: auto;
  margin-left: auto;
}

.footer-menu {
  position: relative;
  display: block;
  width: 39%;
  float: left;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.footer-button {
  padding-left: 0px;
  float: left;
  clear: left;
  background-color: transparent;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  font-size: 17px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.footerimage {
  position: relative;
  left: -27px;
  max-width: 116%;
  margin-right: auto;
  margin-left: auto;
}

.footer-address {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

.footer-terms-links {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 17px;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
  text-transform: none;
}

.footer-social-links {
  margin-right: 27px;
}

.footer-legals {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.quotespan {
  position: relative;
  left: -23px;
  top: -21px;
  font-size: 72px;
}

.main-menu-secondary {
  padding-left: 0px;
  float: left;
  clear: left;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-color: transparent;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  font-size: 23px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.main-menu-second-wrap {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #525252;
}

.div-block-12 {
  width: 100%;
  padding-top: 0px;
}

.go-backstage {
  position: absolute;
  left: auto;
  top: 60px;
  right: 6vw;
  bottom: auto;
  padding-left: 0px;
  float: right;
  clear: left;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 23px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.arbor-video {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  width: 100%;
  height: 100%;
}

.stick-image {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(36, 36, 36, 0.46)), to(rgba(36, 36, 36, 0.46))), url('../images/ARBOR-GREEN-HERO-Optimised.jpg');
  background-image: linear-gradient(180deg, rgba(36, 36, 36, 0.46), rgba(36, 36, 36, 0.46)), url('../images/ARBOR-GREEN-HERO-Optimised.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.stick-image.arbor {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.14)), to(rgba(0, 0, 0, 0.14))), url('../images/ARBOR-GREEN-HERO-Optimised.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.14), rgba(0, 0, 0, 0.14)), url('../images/ARBOR-GREEN-HERO-Optimised.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.stick-image.arbor.arbor-video {
  background-image: none;
}

.stick-image.unstick {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.11)), to(rgba(0, 0, 0, 0.11))), url('../images/supporting--banner.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.11), rgba(0, 0, 0, 0.11)), url('../images/supporting--banner.jpg');
  background-attachment: scroll, fixed;
}

._50-wrapper {
  position: relative;
  width: 100%;
  padding-right: 5vw;
  background-color: #242424;
}

.overlay-header {
  position: absolute;
  width: 75%;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  color: #fff;
  font-size: 4vw;
  line-height: 1;
  font-weight: 300;
  text-align: center;
}

._50-wrapper-v2 {
  position: relative;
  width: 100%;
  padding: 140px 5vw;
  background-color: #1d1d1d;
}

._50-content-wrapper {
  position: relative;
  left: 50%;
  width: 50%;
}

.heading-4 {
  margin-bottom: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-weight: 300;
}

.link-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 20px;
  font-weight: 300;
  text-decoration: none;
}

.button-2 {
  padding-left: 36px;
  background-color: transparent;
  background-image: url('../images/open-plus.svg');
  background-position: 0px 9px;
  background-size: 19px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  opacity: 1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.get-action-wrapper-v2 {
  position: relative;
  width: 50%;
  margin-top: 0px;
  padding-top: 60px;
  padding-right: 5vw;
  padding-left: 0vw;
  float: left;
  clear: both;
  border-bottom: 1px solid #444;
  background-color: #1d1d1d;
}

.reveal-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 140px;
  padding-right: 40px;
  padding-left: 40px;
}



.reveal-wrapper.about-page-reveals {
  margin-bottom: 0px;
  padding-top: 100px;
}

._5050image {
  max-width: 50%;
  padding-right: 5vw;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.double-date {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.max-intro {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 140px 5vw 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1d1d1d;
}

.link-block-max {
  width: 50%;
  min-width: auto;
  margin-right: 40px;
  padding-bottom: 20px;
  border: 1px none #000;
  text-decoration: none;
}

.link-block-max.journallinks {
  float: left;
  clear: both;
}

.link-block-max.journal-links {
  width: 50%;
  border-bottom-style: none;
}

.big-locations {
  position: relative;
  margin-top: 100px;
  padding-top: 0px;
  padding-right: 0vw;
  padding-left: 0vw;
}

.main-text {
  position: relative;
  z-index: 10;
  padding-top: 140px;
  padding-right: 5vw;
  padding-bottom: 140px;
  background-color: #1d1d1d;
}

.image-5 {
  width: 81px;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._50-main-text {
  position: relative;
  left: 50%;
  width: 50%;
}

.imageslide-2 {
  background-image: url('../images/MMATE-Hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.read-more-body {
  position: relative;
  width: 50%;
  margin-bottom: 40px;
  padding-right: 40px;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 300;
}

.tab-link-tab-1 {
  margin-right: 40px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.tab-link-tab-1.w--current {
  margin-right: 40px;
  padding-right: 0px;
  padding-left: 0px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
}

.text-block-4 {
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

.tab-link-tab-2 {
  margin-right: 40px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
}

.tab-link-tab-2.w--current {
  margin-right: 40px;
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

.tab-link-tab-3 {
  margin-right: 40px;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-weight: 400;
}

.tab-link-tab-3.w--current {
  border-bottom: 1px solid #fff;
  background-color: transparent;
}

.tabs-menu {
  display: none;
  margin-bottom: 60px;
  border-bottom: 1px none #333;
}

.text-block-5 {
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  font-size: 21px;
  font-weight: 300;
}

.text-block-6 {
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  font-size: 20px;
  font-weight: 300;
}

.accordion-single-body {
  position: relative;
  max-width: none;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  padding-right: 40px;
  border: 1px none #000;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 300;
}

.essential-header {
  margin-top: 0px;
  padding-top: 60px;
  padding-right: 40px;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.second-hero {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: -1;
  height: 100vh;
  margin-top: -100px;
  background-image: url('../images/GNO-1---055.jpg');
  background-position: 23% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.second-hero.secondhero {
  position: relative;
  width: 100%;
  margin-top: 140px;
  float: left;
  clear: both;
  background-image: url('../images/GNO-1---163.jpg');
  background-attachment: scroll;
}

.second-hero.secondhero.secondheromax {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-top: -100px;
  float: none;
  background-image: url('../images/GNO-1---055.jpg');
}

.second-hero.secondhero.secondheromax.resetsticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-top: 0px;
}

.second-hero.livehero {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100vh;
  float: none;
  clear: none;
  background-image: none;
}

.multi-date-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-generic-hero-50 {
  position: -webkit-sticky;
  position: sticky;
  left: 50%;
  top: 0px;
  z-index: -1;
  width: 50%;
  height: 100vh;
  margin-top: -100px;
  float: none;
  background-color: #1d1d1d;
  background-image: url('../images/FLOWER-EXPLOSION-LADSCAPE.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: scroll;
}

.home-generic-hero-50.secondhero {
  position: relative;
  width: 100%;
  margin-top: 140px;
  float: left;
  clear: both;
  background-image: url('../images/GNO-1---163.jpg');
  background-attachment: scroll;
}

.home-generic-hero-50.secondhero.secondheromax {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-top: -100px;
  float: none;
  background-image: url('../images/GNO-1---055.jpg');
}

.home-generic-hero-50.secondhero.secondheromax.resetsticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: -1;
  margin-top: 0px;
  background-image: url('../images/GNO-1---163.jpg');
}

.home-generic-hero-50.livehero {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100vh;
  float: none;
  clear: none;
  background-image: none;
}

.home-current-stacker {
  position: relative;
  top: 0px;
  z-index: 0;
  display: block;
  width: auto;
  margin-top: auto;
  float: left;
}

.home-current-stacker.v2 {
  width: 100%;
}

.home-hero {
  position: relative;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  float: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #1d1d1d;
/*  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url('../images/ARBOR-GREEN-HERO-Optimised.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('../images/ARBOR-GREEN-HERO-Optimised.jpg');
*/  
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.home-hero.secondhero {
  position: relative;
  width: 100%;
  margin-top: 140px;
  float: left;
  clear: both;
  background-image: url('../images/GNO-1---163.jpg');
  background-attachment: scroll;
}

.home-hero.secondhero.secondheromax {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-top: -100px;
  float: none;
  background-image: url('../images/GNO-1---055.jpg');
}

.home-hero.secondhero.secondheromax.resetsticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: -1;
  margin-top: 0px;
  background-image: url('../images/GNO-1---163.jpg');
}

.home-hero.livehero {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100vh;
  float: none;
  clear: none;
  background-image: none;
}


.home-hero-heading {
  position: relative;
  left: -5px;
  top: auto;
  right: auto;
  bottom: 0px;
  z-index: 300;
  display: block;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  float: left;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 9vw;
  font-weight: 300;
  letter-spacing: 1px;
}

.home-hero-heading.graphic-replace {
  width: 461px;
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  color: hsla(0, 0%, 100%, 0);
  line-height: 158px;
}

.home-hero-heading.graphic-replace.arbor-logo {
  position: static;
  left: auto;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/ARBOR-logo-Optimised.png');
  line-height: 236px;
}

.home-hero-label {
  position: static;
  width: 100%;
  margin-bottom: 40px;
  float: left;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.home-sticy-adjust {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 5000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.home-hero-header-wrap {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 100;
  display: block;
}

.home-hero-header-wrap.no-tickets {
  left: 5vw;
  bottom: 15vh;
  height: auto;
}

.home-hero-header-wrap.graphic-adjust.abourgarphic {
  left: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home-current-logo {
  display: block;
  max-width: 320px;
  margin-top: 8px;
}

.home-current-logo.bluebird {
  width: 50%;
  max-width: 437px;
  padding-left: 0px;
}

.home-current-logo.arbor-logo {
  position: relative;
  max-width: 663px;
}

.home-hero-grid-vert {
  position: relative;
  top: -100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: auto;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.home-current-hero-70 {
  position: relative;
  z-index: -1;
  width: 100%;
  height: 90vh;
  float: none;
  background-color: #1d1d1d;
  background-image: url('../images/ARBOR-GREEN-HERO-Optimised.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.home-current-hero-70.secondhero {
  position: relative;
  width: 100%;
  margin-top: 140px;
  float: left;
  clear: both;
  background-image: url('../images/GNO-1---163.jpg');
  background-attachment: scroll;
}

.home-current-hero-70.secondhero.secondheromax {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-top: -100px;
  float: none;
  background-image: url('../images/GNO-1---055.jpg');
}

.home-current-hero-70.secondhero.secondheromax.resetsticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: -1;
  margin-top: 0px;
  background-image: url('../images/GNO-1---163.jpg');
}

.home-current-hero-70.livehero {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100vh;
  float: none;
  clear: none;
  background-image: none;
}

.home-current-logo-copy {
  display: block;
  max-width: 400px;
  margin-top: 8px;
}

.home-hero-header-wrap-vert {
  position: absolute;
  left: 5vw;
  bottom: 33.2vh;
  z-index: 100;
}

.home-hero-header-wrap-vert.no-tickets {
  left: 5vw;
  bottom: 15vh;
  height: auto;
}

.home-hero-header-wrap-vert.graphic-adjust.abourgarphic {
  left: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-7 {
  position: static;
  left: 60px;
  top: auto;
  right: auto;
  bottom: 60px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 2.9em;
  font-weight: 300;
}

.project-label {
  margin-top: 25px;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.project-label.location {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.project-label.location.multilocation {
  font-size: 17px;
  line-height: 1.5;
}

.project-label.location-max {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.home-project-logo {
  position: absolute;
  left: auto;
  bottom: auto;
}

.video-home {
  position: relative;
  top: 0px;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/FLOWER-EXPLOSION-LADSCAPE.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.video-home.secondhero {
  position: relative;
  width: 100%;
  margin-top: 140px;
  float: left;
  clear: both;
  background-image: url('../images/GNO-1---163.jpg');
  background-attachment: scroll;
}

.video-home.secondhero.secondheromax {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-top: -100px;
  float: none;
  background-image: url('../images/GNO-1---055.jpg');
}

.video-home.secondhero.secondheromax.resetsticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-top: 0px;
}

.video-home.livehero {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100vh;
  float: none;
  clear: none;
  background-image: none;
}

.bigcontainer-home {
  position: relative;
  top: 0px;
  z-index: 0;
  max-width: none;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-right: 0vw;
  padding-left: 0vw;
  float: none;
  clear: none;
  background-color: transparent;
  font-size: 24px;
}

.project-labels-home {
  position: relative;
  left: auto;
  bottom: auto;
  z-index: 0;
  margin-top: 0px;
  margin-left: 0vw;
  padding: 10px 0px;
  float: left;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.project-labels-home.newsletter {
  margin-top: 0px;
  margin-left: 5vw;
}

.project-labels-home.header-boost {
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  font-size: 48px;
}

.home-retrospective {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0px;
  right: 0px;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  height: 100vh;
  margin-top: 0px;
  float: right;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1d1d;
  color: #1d1d1d;
  text-decoration: none;
}

.home-retrospective.secondhero {
  position: relative;
  width: 100%;
  margin-top: 140px;
  float: left;
  clear: both;
  background-image: url('../images/GNO-1---163.jpg');
  background-attachment: scroll;
}

.home-retrospective.secondhero.secondheromax {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-top: -100px;
  float: none;
  background-image: url('../images/GNO-1---055.jpg');
}

.home-retrospective.secondhero.secondheromax.resetsticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: -1;
  margin-top: 0px;
  background-image: url('../images/GNO-1---163.jpg');
}

.home-retrospective.livehero {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100vh;
  float: none;
  clear: none;
  background-image: none;
}

.gradient-topper {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 11;
  width: 100%;
  height: 150px;
  margin-top: 0px;
  float: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #1d1d1d), to(rgba(36, 36, 36, 0)));
  background-image: linear-gradient(180deg, #1d1d1d 22%, rgba(36, 36, 36, 0));
}

.header-wrap {
  position: absolute;
  left: 38px;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.header-wrap.header-wrap-tweek {
  bottom: 60px;
}

.home-project-label {
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.home-project-label.location {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.home-project-label.location.multilocation {
  font-size: 17px;
  line-height: 1.5;
}

.home-project-label.location-max {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.hidden-desc {
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.hidden-desc.location {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.hidden-desc.location.multilocation {
  font-size: 17px;
  line-height: 1.5;
}

.hidden-desc.location-max {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.homepress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.image-8 {
  max-width: 100px;
}

.video-header {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 10%;
  z-index: 0;
  padding-right: 0px;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  color: #fff;
}

.video-header.newsletter {
  margin-top: 0px;
  margin-left: 5vw;
}

.section-flyer {
  position: relative;
  z-index: 0;
}

.holding {
  position: relative;
  background-color: transparent;
}

.holding-hero {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1d1d;
  background-image: url('../images/Sea-brighter.jpg');
  background-position: 23% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.holding-hero.secondhero {
  position: relative;
  width: 100%;
  margin-top: 140px;
  float: left;
  clear: both;
  background-image: url('../images/GNO-1---163.jpg');
  background-attachment: scroll;
}

.holding-hero.secondhero.secondheromax {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-top: -100px;
  float: none;
  background-image: url('../images/GNO-1---055.jpg');
}

.holding-hero.secondhero.secondheromax.resetsticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: -1;
  margin-top: 0px;
  background-image: url('../images/GNO-1---163.jpg');
}

.holding-hero.livehero {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100vh;
  float: none;
  clear: none;
  background-image: none;
}

.holding-heading {
  position: relative;
  left: 0vw;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 0;
  display: block;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0vw;
  float: left;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
  font-size: 5vw;
  line-height: 1.1;
  font-weight: 300;
  letter-spacing: 1px;
}

.holding-heading.graphic-replace {
  width: 461px;
  background-image: url('../images/bluebird_logo_strap.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  color: hsla(0, 0%, 100%, 0);
  line-height: 158px;
}

.holding-heading.graphic-replace.arbor-logo {
  position: static;
  left: auto;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/ARBOR-logo-Optimised.png');
  line-height: 236px;
}

.holding-heading.article-header {
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  font-size: 7vw;
  line-height: 1.1;
  letter-spacing: 0px;
}

.holding-heading.blog-header {
  float: none;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  font-size: 13vw;
  line-height: 1.1;
  letter-spacing: 0px;
}

.holding-label {
  position: relative;
  width: 100%;
  margin-bottom: 2vw;
  float: left;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: none;
}

.holding-label.date {
  margin-top: 30px;
}

.holding-header-wrap {
  position: absolute;
  left: 0vw;
  bottom: 8.5vh;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5vw;
  padding-left: 5vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.holding-header-wrap.no-tickets {
  left: 5vw;
  bottom: 15vh;
  height: auto;
}

.holding-header-wrap.graphic-adjust.abourgarphic {
  left: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.holding-button {
  position: fixed;
  left: auto;
  top: 60px;
  right: 5vw;
  z-index: 1;
  width: auto;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 40px;
  float: none;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.holding-button.email-footer {
  margin-top: 30px;
}

.holding-top-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  display: block;
  width: 100%;
  padding: 60px 5vw 140px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.37), transparent);
}

.holding-logo-link {
  position: absolute;
  left: 5vw;
  top: 60px;
  z-index: 1;
  width: 282px;
  height: 28px;
  max-width: none;
  margin-top: 6px;
  margin-right: 0px;
  float: left;
}

.top-gradient {
  position: absolute;
  top: 0px;
  bottom: auto;
  width: 100%;
  height: 200px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.37)), to(transparent));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.37), transparent);
  opacity: 1;
}

.holding-footer {
  position: relative;
  top: 0px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 5vw 40px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1d1d1d;
  text-align: center;
}

.holding-newsletter-footer {
  position: relative;
  left: 0px;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 0px;
  float: none;
  background-color: transparent;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  font-size: 21px;
  font-weight: 300;
  text-align: left;
  letter-spacing: 1px;
}

.holding-newsletter-footer.email-footer {
  margin-top: 30px;
}

.holding-footer-block {
  position: relative;
  display: block;
  width: 50%;
  clear: none;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  text-align: left;
}

.sign-up-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 200;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1d1d;
}

.sign-up-wrapper {
  position: relative;
  display: block;
  width: 69vw;
}

.form-block {
  width: 100%;
}

.text-field {
  min-height: 50px;
  margin-bottom: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #fff;
  background-color: transparent;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
  
  color: #fff9f9;
  font-size: 24px;
  font-weight: 300;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.field-label {
  margin-bottom: 30px;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
    color: #ebcfcf;
  font-size: 24px;
  font-weight: 300;
}

.submit-button {
  min-height: 50px;
  margin-top: 0px;
  padding-top: 8px;
  padding-right: 30px;
  padding-left: 30px;
  background-color: transparent;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
    color: #fff;
  font-size: 24px;
}

.checkbox-field {
  margin-top: 40px;
}

.checkbox-label {
  margin-top: 0px;
  margin-bottom: auto;
  margin-left: 20px;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
    color: #fff;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}

.link-3 {
  color: #fff;
}

.checkbox {
  width: 20px;
  height: 20px;
  border-width: 1px;
  border-color: #fff;
  border-radius: 1px;
}

.checkbox.w--redirected-checked {
  border-color: transparent;
  background-color: transparent;
}

.close-newsletter {
  position: absolute;
  right: auto;
  top: 60px;
  left: 5vw;
  bottom: auto;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.feedback-wrapper {
  display: none;
}

.feedback-heading {
  position: relative;
  left: 0vw;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 300;
  display: block;
  width: 75vw;
  margin-top: 0px;
  margin-bottom: 0vw;
  float: left;
  clear: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
    color: #fff;
  font-size: 5vw;
  line-height: 1.1;
  font-weight: 300;
  text-align: center;
  letter-spacing: 1px;
}

.feedback-heading.graphic-replace {
  width: 461px;
  background-image: url('../images/bluebird_logo_strap.svg');
  background-position: 0px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  color: hsla(0, 0%, 100%, 0);
  line-height: 158px;
}

.feedback-heading.graphic-replace.arbor-logo {
  position: static;
  left: auto;
  display: block;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  clear: both;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: url('../images/ARBOR-logo-Optimised.png');
  line-height: 236px;
}

.privacy-statement {
  margin-left: 10px;
}

.about-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -35vh;
  padding: 100px 5vw 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 1200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.container.cc-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.header-container {
  position: relative;
  left: 0px;
  top: auto;
  right: auto;
  bottom: 5vw;
  width: 75%;
  max-width: none;
  margin-bottom: 40px;
  margin-left: 40px;
}

.header-container.blog-text-cntainer {
  bottom: 89px;
  margin-bottom: 0px;
}

.section-title-text {
  margin-bottom: 30px;
  color: #999;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.section-title-text:hover {
  text-decoration: underline;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
  font-size: 54px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

.header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  min-height: 667px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, transparent)), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0.13))), url('../images/wildworks-flow2.jpg');
  background-image: linear-gradient(0deg, #000, transparent 0%), linear-gradient(180deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url('../images/wildworks-flow2.jpg');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, fixed;
}

.header.blog-header {
  z-index: 1;
  height: auto;
  min-height: 404px;
  padding-top: 400px;
  background-image: none;
}

.header.cathdral-image {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/Dress-Rehearsal.jpg');
  background-image: linear-gradient(0deg, #000, transparent 0%), linear-gradient(180deg, transparent, transparent), url('../images/Dress-Rehearsal.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
}

.header.human-image {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/GNO-1---147.jpg');
  background-image: linear-gradient(0deg, #000, transparent 0%), linear-gradient(180deg, transparent, transparent), url('../images/GNO-1---147.jpg');
}

.header.experimental {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/TAN23206.jpg');
  background-image: linear-gradient(0deg, #000, transparent 0%), linear-gradient(180deg, transparent, transparent), url('../images/TAN23206.jpg');
}

.header.part-4-image {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.21))), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.22)), to(rgba(0, 0, 0, 0.22))), url('../images/Part-4---sue-hero.jpg');
  background-image: linear-gradient(0deg, transparent, rgba(0, 0, 0, 0.21)), linear-gradient(180deg, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.22)), url('../images/Part-4---sue-hero.jpg');
}

.header.about-image {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.29)), to(transparent)), url('../images/ABOUT-US-PAGE---Hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.29), transparent), url('../images/ABOUT-US-PAGE---Hero.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.header.privacy-policy {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/FLOWER-EXPLOSION-LADSCAPE.jpg');
  background-image: linear-gradient(0deg, #000, transparent 0%), linear-gradient(180deg, transparent, transparent), url('../images/FLOWER-EXPLOSION-LADSCAPE.jpg');
}

.article-content {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -73px;
  padding: 0px 0px 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-container-2 {
  width: 75%;
}

.section-title-big {
  margin-bottom: 30px;
  color: #000;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
}

.paragraph-3 {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.link-block-2 {
  margin-top: 20px;
  color: #000;
  font-size: 10px;
  line-height: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.blog-cta {
  color: #ebebeb;
  font-size: 20px;
  font-weight: 400;
}

.rich-text-wrap {
  position: relative;
  left: auto;
  width: auto;
  max-width: 700px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  float: right;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
    color: #fff;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 1px;
}

.rich-text-wrap.intro {
  float: right;
  clear: none;
}

.rich-text-wrap.intro.noimage {
  padding-right: 70px;
}

.rich-text-wrap.main {
  font-size: 17px;
  line-height: 1.6;
}

.rich-text-wrap.main.fullwidth {
  width: 100%;
}

.rich-text-wrap.press {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-left: 0px;
  border: 1px none #000;
  font-size: 20px;
  text-align: center;
}

.rich-text-wrap.press.noimage {
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 200;
  text-align: left;
}

.rich-text-wrap.press.noimage-v3b {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.rich-text-wrap.intro-v2 {
  width: 100%;
  margin-bottom: 40px;
  float: right;
  clear: none;
  font-size: 22px;
}

.rich-text-wrap.intro-v2.noimage {
  padding-right: 70px;
}

.rich-text-wrap.intro-max {
  float: left;
  clear: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-size: 22px;
}

.rich-text-wrap.intro-max.noimage {
  padding-right: 70px;
}

.rich-text-wrap.intro-max.multi-date-wrap {
  width: 100%;
}

.rich-text-wrap.para-max {
  width: 100%;
  font-size: 20px;
}

.rich-text-wrap.presshome {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-left: 0px;
  border: 1px none #000;
  font-size: 20px;
  text-align: center;
}

.rich-text-wrap.presshome.noimage {
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 200;
  text-align: left;
}

.rich-text-wrap.presshome.noimage-v3b {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.para-intro {
  margin-bottom: 60px;
}

.cookienotice {
  position: fixed;
  left: auto;
  right: 2vw;
  bottom: 2vw;
  z-index: 5001;
  display: none;
  width: 303px;
  padding: 20px 24px 20px 27px;
  background-color: #141414;
}

.cookieclose {
  width: 14px;
  height: 14px;
  margin-top: 5px;
  float: right;
}

.cookies-text {
  padding-right: 40px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.cookie-link {
  display: inline-block;
  float: none;
  color: #fff;
}

.cookie-link:hover {
  color: #fff;
}

.applelinks {
  color: #fff;
  text-decoration: none;
}

.link-4 {
  color: #fff;
  text-decoration: none;
}

.link-5 {
  color: #fff;
  text-decoration: none;
}

.playvideo {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  cursor: pointer;
}
.video-4 {
	width: 100%;
    height: 63%;
}

.video-overlay {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;  
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #1d1d1d;
  z-index: 7000;
}
.video-overlay.active{ display: flex !important;}

.close-video {
  position: absolute;
  left: auto;
  top: 60px;
  right: 5vw;
  bottom: auto;
  z-index: 1;
  width: 25px;
  height: 25px;
  margin-right: 15px;
  cursor: pointer;
}


.div-block-18 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  width: 78px;
  height: 100%;
  margin-left: -38px;
  background-color: hsla(0, 0%, 58.7%, 0);
  background-image: url('../images/vert-texture-grey.png');
  background-position: 0px 0px;
  background-size: cover;
}

.home-strapline {
  position: relative;
  z-index: 16;
  width: 69%;
  max-width: 246px;
  margin-bottom: 0px;
  margin-left: -5px;
  padding-right: 0px;
  padding-left: 0px;
  float: right;
  border: 1px none #000;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 300;
  text-align: left;
  letter-spacing: 0.9px;
}

.home-strapline.intro {
  float: right;
  clear: none;
}

.home-strapline.intro.noimage {
  padding-right: 70px;
}

.home-strapline.main {
  font-size: 17px;
  line-height: 1.6;
}

.home-strapline.main.fullwidth {
  width: 100%;
}

.home-strapline.press {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-left: 0px;
  border: 1px none #000;
  font-size: 20px;
  text-align: center;
}

.home-strapline.press.noimage {
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 200;
  text-align: left;
}

.home-strapline.press.noimage-v3b {
  left: -27px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.home-strapline.press.holding-quote {
  left: -27px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.home-strapline.intro-v2 {
  width: 100%;
  margin-bottom: 40px;
  float: right;
  clear: none;
  font-size: 22px;
}

.home-strapline.intro-v2.noimage {
  padding-right: 70px;
}

.home-strapline.intro-max {
  float: left;
  clear: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-size: 22px;
}

.home-strapline.intro-max.noimage {
  padding-right: 70px;
}

.home-strapline.intro-max.multi-date-wrap {
  width: 100%;
}

.home-strapline.para-max {
  width: 100%;
  font-size: 20px;
}

.home-strapline.presshome {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-left: 0px;
  border: 1px none #000;
  font-size: 20px;
  text-align: center;
}

.home-strapline.presshome.noimage {
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 200;
  text-align: left;
}

.home-strapline.presshome.noimage-v3b {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.home-strapline.presshome.align-centre {
  z-index: 2;
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  text-align: center;
  text-decoration: none;
}

.home-strapline.faux-header {
  float: left;
  clear: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-size: 22px;
}

.home-strapline.faux-header.noimage {
  padding-right: 70px;
}

.home-strapline.faux-header.multi-date-wrap {
  width: 100%;
}

.home-strapline.amend-intro {
  float: left;
  clear: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-size: 22px;
}

.home-strapline.amend-intro.noimage {
  padding-right: 70px;
}

.home-strapline.amend-intro.multi-date-wrap {
  width: 100%;
}

.home-strapline.home-quote {
  width: 162px;
  max-width: none;
}

.sign-up-home {
  position: absolute;
  left: auto;
  top: auto;
  right: auto;
  bottom: 30px;
  z-index: 13;
  width: 180px;
  margin-top: 0px;
  margin-left: 0vw;
  padding: 10px 0px;
  float: left;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.sign-up-home.newsletter {
  margin-top: 0px;
  margin-left: 5vw;
}

.video-header-new {
  position: absolute;
  left: 60px;
  bottom: 60px;
  z-index: 0;
  margin-top: 0px;
  margin-left: 0vw;
  padding: 10px 0px;
  float: left;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: 'Gotham Medium', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.video-header-new.newsletter {
  margin-top: 0px;
  margin-left: 5vw;
}

.horizontal-texture {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -51px;
  z-index: 0;
  width: 100%;
  height: 200px;
  background-image: url('../images/Section_dividers-05.png');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.horizontal-texture.with-caption {
  bottom: -3px;
}

.footer-texture {
  position: relative;
  width: 100%;
  height: 470px;
  padding-right: 0px;
  background-color: #fff;
}

.black-foorer-logo {
  position: absolute;
  left: auto;
  top: auto;
  right: 50px;
  bottom: 100px;
  width: 370px;
}

.hr-texture-white {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background-image: url('../images/lng-texture.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.hr-texture-white.hidetecture {
  display: none;
}

.homeintro {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 220px 5vw 240px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1d1d1d;
}

.home-quotes {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: -60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.home-quotes.noimage {
  max-width: none;
  padding-left: 60px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #fff #fff #fff #5e5e5e;
}

.home-quotes.align-centre {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.home-quotes.noimage-v2 {
  max-width: none;
  padding-left: 60px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #fff #fff #fff #5e5e5e;
}

.home-quotes.noimage-v3 {
  max-width: none;
  padding-left: 60px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #fff #fff #fff #5e5e5e;
}

.home-quotes.noimage-v3b {
  max-width: none;
  padding-left: 0px;
  border: 1px none #000;
}

.home-quotes._5050-quote {
  position: absolute;
  left: 50%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.home-blog-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  clear: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.home-blog-header.noimage {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  display: block;
  width: auto;
  clear: none;
}

.blog-links-home {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 60px;
  padding-right: 5vw;
  padding-left: 5vw;
}

.blog-links-home.journal-links {
  left: 0%;
  width: 100%;
  padding-top: 60px;
  padding-right: 0vw;
  padding-left: 0%;
  clear: both;
}

.blog-links-home.dates-max {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0px;
  padding-right: 0vw;
  padding-left: 0vw;
  float: left;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.blog-links-home.upcoming-dates {
  margin-bottom: 0px;
  padding-top: 60px;
}

.blog-links-home.multiple-dates {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 0px;
  padding-top: 100px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.blog-date {
  position: relative;
  margin-bottom: 10px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.blog-date.location {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.blog-date.location.multilocation {
  font-size: 17px;
  line-height: 1.5;
}

.blog-date.location-max {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.div-block-19 {
  top: 30px;
  right: 38px;
  z-index: 6000;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  font-weight: 300;
}

.blog-links-home-2 {
  width: 20%;
  min-width: 197px;
  margin-right: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #686868;
  text-decoration: none;
}

.blog-links-home-2.journallinks {
  float: left;
  clear: both;
}

.blog-links-home-2.journal-links {
  width: 25%;
  margin-right: 0px;
  border-bottom-style: none;
}

.blog-links-home-2.multi-date-padding {
  margin-right: 40px;
  margin-bottom: 60px;
  padding-right: 0px;
}

.grid-2 {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-areas: "Area Area-2" "Area-3 Area-4" "Area-5 .";
  -ms-grid-rows: auto 0px auto 0px auto;
  grid-template-rows: auto auto auto;
}

.post-tag {
  position: relative;
  margin-right: 12px;
  margin-bottom: 10px;
  float: left;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.post-tag.location {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.post-tag.location.multilocation {
  font-size: 17px;
  line-height: 1.5;
}

.post-tag.location-max {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.grid-post-image {
  width: 100%;
  height: 320px;
  margin-bottom: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sign-up-home-copy {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 60px;
  z-index: 0;
  margin-top: 0px;
  margin-left: 0vw;
  padding: 10px 0px;
  float: left;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.sign-up-home-copy.newsletter {
  margin-top: 0px;
  margin-left: 5vw;
}

.sign-blog-grid {
  position: -webkit-sticky;
  position: sticky;
  left: 38px;
  top: 30px;
  right: auto;
  bottom: auto;
  z-index: 12;
  width: 219px;
  margin-top: -109px;
  margin-left: 0px;
  padding: 10px 20px;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.5px;
}

.sign-blog-grid.newsletter {
  margin-top: 0px;
  margin-left: 5vw;
}

.home-quote-overlay {
  position: absolute;
  left: 50%;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-right: 0px;
  margin-left: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.home-quote-overlay.noimage {
  max-width: none;
  padding-left: 60px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #fff #fff #fff #5e5e5e;
}

.home-quote-overlay.align-centre {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.home-quote-overlay.noimage-v2 {
  max-width: none;
  padding-left: 60px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #fff #fff #fff #5e5e5e;
}

.home-quote-overlay.noimage-v3 {
  max-width: none;
  padding-left: 60px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #fff #fff #fff #5e5e5e;
}

.home-quote-overlay.noimage-v3b {
  max-width: none;
  padding-left: 0px;
  border: 1px none #000;
}

.big-image-link {
  position: relative;
  top: 0px;
  z-index: -1;
  display: block;
  height: 100vh;
  margin-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.13)), to(rgba(0, 0, 0, 0.13))), url('../images/WolfsChild.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.13), rgba(0, 0, 0, 0.13)), url('../images/WolfsChild.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  text-decoration: none;
}

.big-image-link.secondhero {
  position: relative;
  width: 100%;
  margin-top: 140px;
  float: left;
  clear: both;
  background-image: url('../images/GNO-1---163.jpg');
  background-attachment: scroll;
}

.big-image-link.secondhero.secondheromax {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-top: -100px;
  float: none;
  background-image: url('../images/GNO-1---055.jpg');
}

.big-image-link.secondhero.secondheromax.resetsticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  margin-top: 0px;
}

.big-image-link.livehero {
  position: relative;
  top: 0px;
  width: 100%;
  height: 100vh;
  float: none;
  clear: none;
  background-image: none;
}

.post-date {
  position: relative;
  margin-bottom: 0px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  opacity: 0.35;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.post-date.location {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 20px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.post-date.location.multilocation {
  font-size: 17px;
  line-height: 1.5;
}

.post-date.location-max {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 17px;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.menu-contact-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.social-menu-wrap {
  margin-top: 20px;
  margin-bottom: 40px;
}

.menu-addresss {
  margin-bottom: 0px;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
    color: #fff;
  font-size: 13px;
  font-weight: 300;
  text-align: left;
}

.menu-legals {
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
    color: #fff;
  font-size: 13px;
  line-height: 1.7;
  font-weight: 300;
  text-align: left;
  text-decoration: none;
}

.blog-h2 {
  margin-bottom: 40px;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  font-size: 39px;
}

.rich-text-block {
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  line-height: 1.5;
}

.rich-text-block blockquote {
  padding-top: 0px;
  padding-left: 60px;
  border: 1px none #000;
  background-image: url('../images/quotes-blog.png');
  background-position: 0px 7px;
  background-size: 38px;
  background-repeat: no-repeat;
  font-size: 27px;
  line-height: 1.5;
}

.logolink-2 {
  position: absolute;
  left: 5vw;
  top: 60px;
  width: 227px;
  height: 28px;
  max-width: 316px;
  margin-top: 6px;
  margin-right: 0px;
  float: left;
}

.logolink-2.w--current {
  left: 38px;
  top: 30px;
  width: 250px;
  max-width: none;
}

.takeovermenu-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6001;
  display: none;
  background-color: #242424;
}

.main-menu-link-2 {
  position: relative;
  width: 50%;
  height: auto;
  margin-right: 60px;
  padding-top: 0px;
  padding-bottom: 5vh;
  float: left;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  color: #fff;
  font-size: 7vh;
  line-height: 0.9;
  font-weight: 300;
  text-decoration: none;
}

.main-menu-link-2.w--current {
  padding-top: 0px;
  padding-bottom: 5vh;
  font-size: 7vh;
  line-height: 0.9;
}

.post-link-block {
  margin-bottom: 100px;
  text-decoration: none;
}

.blog-image {
  width: 100%;
  height: 90vh;
  margin-top: 0px;
  margin-bottom: 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sign-up-blog {
  position: -webkit-sticky;
  position: sticky;
  left: 40px;
  top: 30px;
  right: auto;
  bottom: auto;
  z-index: 13;
  width: 180px;
  margin-top: -140px;
  margin-bottom: 100px;
  margin-left: 0vw;
  padding: 10px 0px;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.sign-up-blog.newsletter {
  margin-top: 0px;
  margin-left: 5vw;
}

.blog-grids {
  position: relative;
  z-index: 0;
  margin-top: -64px;
}

.sign-up-article {
  position: -webkit-sticky;
  position: sticky;
  left: 40px;
  top: 30px;
  right: auto;
  bottom: auto;
  z-index: 42;
  width: 180px;
  margin-top: -140px;
  margin-left: 0vw;
  padding: 10px 0px;
  float: none;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.5px;
}

.sign-up-article.newsletter {
  margin-top: 0px;
  margin-left: 5vw;
}

.gradient-topper-blog {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 11;
  width: 100%;
  height: 100px;
  margin-top: 0px;
  float: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(71%, #1d1d1d), to(rgba(36, 36, 36, 0)));
  background-image: linear-gradient(180deg, #1d1d1d 71%, rgba(36, 36, 36, 0));
}

.gradient-topper-home {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 11;
  width: 100%;
  height: 150px;
  margin-top: 0px;
  float: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #1d1d1d), to(rgba(36, 36, 36, 0)));
  background-image: linear-gradient(180deg, #1d1d1d 22%, rgba(36, 36, 36, 0));
}

.pressquote-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 345px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pressquote-copy.noimage {
  max-width: none;
  padding-left: 60px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #fff #fff #fff #5e5e5e;
}

.pressquote-copy.align-centre {
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.pressquote-copy.noimage-v2 {
  max-width: none;
  padding-left: 60px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #fff #fff #fff #5e5e5e;
}

.pressquote-copy.noimage-v3 {
  max-width: none;
  padding-left: 60px;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #fff #fff #fff #5e5e5e;
}

.pressquote-copy.noimage-v3b {
  max-width: none;
  padding-left: 0px;
  border: 1px none #000;
}

.home-page-icon {
  position: relative;
  width: 78px;
  margin-bottom: 20px;
}

.image-10 {
  width: 158px;
}

.icon-and-strap {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.info-button {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 60px;
  z-index: 5001;
  display: block;
  margin-top: -105px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 15px;
  float: left;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: none;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.info-button.newsletter {
  margin-top: 0px;
  margin-left: 5vw;
}

.gradient-topper-project {
  position: -webkit-sticky;
  position: sticky;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: auto;
  z-index: 11;
  width: 100%;
  height: 150px;
  margin-top: 0px;
  float: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #1d1d1d), to(rgba(36, 36, 36, 0)));
  background-image: linear-gradient(180deg, #1d1d1d 22%, rgba(36, 36, 36, 0));
}

.left-right-project {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.image-11 {
  width: 100%;
  height: 4px;
  margin-bottom: 40px;
}

.accordion-texture {
  width: 98%;
  height: 4px;
  margin-bottom: 0px;
  opacity: 0.18;
}

.image-11-copy {
  width: 100%;
  height: 4px;
  margin-bottom: 40px;
}

.big-quote {
  position: relative;
  width: 100%;
  margin-bottom: 0px;
  padding-left: 60px;
  float: right;
  border: 1px none #000;
  background-image: url('../images/quotes-blog.png');
  background-position: 0px 15px;
  background-size: 35px;
  background-repeat: no-repeat;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 28px;
  line-height: 1.5;
  font-weight: 300;
  letter-spacing: 1px;
}

.big-quote.intro {
  float: right;
  clear: none;
}

.big-quote.intro.noimage {
  padding-right: 70px;
}

.big-quote.main {
  font-size: 17px;
  line-height: 1.6;
}

.big-quote.main.fullwidth {
  width: 100%;
}

.big-quote.press {
  width: 75%;
  max-width: 398px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border: 1px none #000;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  font-size: 20px;
  text-align: center;
}

.big-quote.press.noimage {
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 200;
  text-align: left;
}

.big-quote.press.noimage-v3b {
  left: -27px;
  max-width: none;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.big-quote.press.holding-quote {
  left: -27px;
  margin-top: 0px;
  margin-bottom: 20px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.big-quote.intro-v2 {
  width: 100%;
  margin-bottom: 40px;
  float: right;
  clear: none;
  font-size: 22px;
}

.big-quote.intro-v2.noimage {
  padding-right: 70px;
}

.big-quote.intro-max {
  float: left;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  font-size: 23px;
}

.big-quote.intro-max.noimage {
  padding-right: 70px;
}

.big-quote.intro-max.multi-date-wrap {
  width: 100%;
}

.big-quote.para-max {
  width: 100%;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  font-size: 20px;
}

.big-quote.presshome {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-top: 0px;
  padding-left: 0px;
  border: 1px none #000;
  font-size: 20px;
  text-align: center;
}

.big-quote.presshome.noimage {
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 200;
  text-align: left;
}

.big-quote.presshome.noimage-v3b {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}

.big-quote.presshome.align-centre {
  z-index: 2;
  padding-right: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  text-align: center;
  text-decoration: none;
}

.big-quote.faux-header {
  float: left;
  clear: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-size: 22px;
}

.big-quote.faux-header.noimage {
  padding-right: 70px;
}

.big-quote.faux-header.multi-date-wrap {
  width: 100%;
}

.big-quote.amend-intro {
  float: left;
  clear: none;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  font-size: 22px;
}

.big-quote.amend-intro.noimage {
  padding-right: 70px;
}

.big-quote.amend-intro.multi-date-wrap {
  width: 100%;
}

.italic-text {
  border: 1px none #000;
  font-style: normal;
}

.link-6 {
  color: #fff;
}

.reveal-wrapper-100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5vw;
  padding-left: 5vw;
}

.quote-author {
  position: relative;
  left: 0px;
  width: auto;
  margin-top: 10px;
  margin-left: 60px;
  clear: none;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 16px;
}

.partners-logos {
  position: relative;
  left: 50%;
  width: 50%;
  margin-right: 40px;
  margin-left: 0px;
  padding-top: 16px;
  float: none;
  clear: both;
  text-align: left;
}

.partners-logos.footer-social-block {
  position: relative;
  padding-top: 0px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.partner-logo-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.partner-logo {
  position: relative;
  width: auto;
  height: 200px;
  margin-right: 60px;
}

.partner-logo.tin-coast {
  height: 61px;
  max-width: none;
}

.button-news {
  position: -webkit-sticky;
  position: sticky;
  left: 40px;
  top: 28px;
  right: 0%;
  bottom: auto;
  z-index: 5001;
  display: block;
  margin-top: 10px;
  margin-right: 100px;
  margin-left: 0px;
  padding: 10px 15px;
  float: left;
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 0px;
  background-color: transparent;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #fff;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.button-news.newsletter {
  margin-top: 0px;
  margin-left: 5vw;
}

.button-news.about-button {
  top: 28px;
  margin-top: -14px;
  float: left;
  clear: none;
}

.blog-full-width-image-wrapper {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
}

.image-caption {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-left: 20px;
  font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  color: #636363;
}

.image-caption.hero-image-caption {
  position: relative;
  z-index: 1;
  margin-right: 20px;
  text-align: right;
}

.play-trailer {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  max-height: 100px;
  max-width: 100px;
  cursor: pointer;
}

.home-blog-posts {
  margin-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
}

.about-blog-posts {
  position: relative;
  top: 140px;
  margin-top: 0px;
  padding-right: 40px;
  padding-left: 40px;
  float: none;
  clear: left;
}

.about-intro {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding: 60px 5vw 179px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #1d1d1d;
}

.accordion-item-trigger-fix {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-right: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.top-texture {
  position: absolute;
  left: 0%;
  top: -45px;
  right: 0%;
  bottom: auto;
  z-index: 1;
  height: 150px;
  background-image: url('../images/Top-Texture.png');
  background-position: 0px -3px;
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 1280px) {
  p {
    font-size: 20px;
  }
  blockquote {
    overflow: visible;
    padding-left: 49px;
    border: 1px none #000;
    background-image: url('../images/quotes-blog.png');
    background-position: 0% 21%;
    background-size: 30px;
    background-repeat: no-repeat;
    font-size: 30px;
    line-height: 1.5;
    -o-object-fit: none;
    object-fit: none;
  }
  .body {
    background-color: #1d1d1d;
  }
  .firstnav {
    top: 60px;
    display: none;
  }
  .main-nav {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    padding-top: 60px;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }
  .firstnavbutton {
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 25px;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .firstnavbutton.w--current {
    position: relative;
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px 25px 10px;
    float: none;
    border: 1px none #000;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .secondnav {
    position: relative;
    margin-right: 0px;
  }
  .secondnavbutton {
    font-size: 20px;
  }
  .secondnavbutton.backstagehide {
    font-size: 20px;
  }
  .secondnavlabel {
    font-size: 11px;
  }
  .secondnavlinkblock {
    position: relative;
    padding: 15px 25px;
  }
  .burgermenu {
    top: 57px;
    right: 3.8vw;
    width: 50px;
    height: 15px;
    margin-top: 0px;
    background-image: url('../images/circle-holder-white.svg');
    background-position: 100% 50%;
    background-size: contain;
    -webkit-filter: brightness(200%);
    filter: brightness(200%);
  }
  .logolink {
    position: absolute;
    left: 60px;
    top: 60px;
    z-index: 2;
    width: 296px;
    max-width: none;
  }
  .logolink.w--current {
    left: 60px;
    top: 60px;
    width: 296px;
  }
  .heading {
    position: static;
    left: 6vw;
    top: auto;
    bottom: 110px;
    width: auto;
    margin-left: -4px;
    float: none;
    clear: both;
    font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;    font-size: 9vw;
    font-weight: 300;
    letter-spacing: -1px;
    text-shadow: 1px 1px 20px transparent;
  }
  .heading.graphic-replace {
    display: inline-block;
    width: 535px;
    background-image: url('../images/bluebird_logo_strap.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    color: hsla(0, 0%, 100%, 0);
    line-height: 211%;
  }
  .heading.graphic-replace.arbor-logo {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    line-height: 269px;
  }
  .ctabuttonlabel {
    position: relative;
    left: 0%;
    width: auto;
    margin-right: 0px;
    margin-left: 0px;
    float: left;
    clear: none;
  }
  .titlecta {
    position: relative;
    top: 29px;
    width: auto;
    margin-top: -5px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .tickets-button {
    position: -webkit-sticky;
    position: sticky;
    left: 60px;
    top: 50px;
    right: auto;
    height: auto;
    margin-top: -80px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 25px;
    float: left;
    clear: right;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    font-size: 23px;
    letter-spacing: 1px;
  }
  .tickets-button.newsletter {
    top: 26px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 23px;
  }
  .tickets-button.show-ticket {
    margin-top: -120px;
    margin-left: 0px;
  }
  .newhero {
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: none;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .newhero.secondhero {
    position: relative;
    width: 100%;
    float: left;
    background-image: url('../images/GNO-1---163.jpg');
    background-attachment: scroll;
  }
  .newhero.secondhero.secondheromax {
    position: relative;
    top: 0px;
    height: 100vh;
    margin-top: -100px;
    margin-bottom: 0px;
    background-image: url('../images/Part-1-–-supporting-image---Passion-.jpg');
  }
  .newhero.secondhero.secondheromax.thirdheromax {
    background-image: url('../images/GNO-2---097.jpg');
  }
  .newhero.secondhero.secondheromax.finalstickyimage {
    height: 100vh;
    margin-top: 0px;
    background-image: url('../images/Scan-8.jpeg');
    background-position: 50% 0%;
  }
  .newhero.livehero.aborhero {
    z-index: 0;
  }
  .bigcontainer {
    top: 0px;
    padding-top: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    background-color: transparent;
  }
  .linkdates {
    position: relative;
    width: auto;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 300;
  }
  .linkdates.location {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    float: left;
    font-size: 23px;
    line-height: 1.5;
  }
  .linkdates.location-max {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    float: left;
    font-size: 18px;
  }
  .link-block {
    margin-right: 5%;
  }
  .link-block.journallinks {
    clear: none;
  }
  .link-block.journal-links {
    width: 25%;
  }
  .link-block.multi-date-padding {
    width: 25%;
    margin-right: 40px;
  }
  .dates {
    margin-top: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .dates.journal-links {
    position: relative;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    width: 100%;
    padding-right: 0vw;
    clear: none;
  }
  .dates.dates-max {
    display: block;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .dates.multiple-dates {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .paragraph.intro {
    font-size: 30px;
  }
  .paragraph.main {
    position: relative;
    left: 0px;
  }
  .paragraph.press {
    display: block;
    width: 80%;
    max-width: 800px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 1px none #000;
    background-image: none;
    font-size: 30px;
    text-align: center;
  }
  .paragraph.press.noimage {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .paragraph.press.noimage.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .paragraph.press.noimage-v3b {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .paragraph.press.noimage-v3b.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .paragraph.press.holding-quote {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 0px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .paragraph.press.holding-quote.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .paragraph.intro-v2 {
    width: 100%;
    font-size: 28px;
  }
  .paragraph.intro-max {
    z-index: 0;
    float: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 30px;
  }
  .paragraph.intro-max._50set {
    left: 50%;
  }
  .paragraph.para-max {
    width: 100%;
    margin-bottom: 40px;
    font-size: 30px;
  }
  .paragraph.presshome {
    width: auto;
    max-width: 488px;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 1px none #000;
    font-size: 23px;
    text-align: center;
  }
  .paragraph.presshome.noimage {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .paragraph.presshome.noimage.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .paragraph.presshome.noimage-v3b {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .paragraph.presshome.noimage-v3b.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .paragraph.faux-header {
    display: block;
    max-width: 411px;
    float: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 40px;
  }
  .paragraph.amend-intro {
    position: relative;
    left: auto;
    width: 50%;
    float: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 30px;
  }
  .paragraph.intro-max-copy {
    z-index: 0;
    float: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 30px;
  }
  .paragraph.intro-max-copy._50set {
    left: 50%;
  }
  .paragraph.press-home {
    display: block;
    width: 80%;
    max-width: 550px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 1px none #000;
    background-image: none;
    font-size: 30px;
    text-align: center;
  }
  .paragraph.press-home.noimage {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .paragraph.press-home.noimage.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .paragraph.press-home.noimage-v3b {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .paragraph.press-home.noimage-v3b.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .paragraph.press-home.holding-quote {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 0px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .paragraph.press-home.holding-quote.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .paragraph.home-about-intro {
    z-index: 0;
    float: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 56px;
  }
  .paragraph.home-about-intro._50set {
    left: 50%;
  }
  .paragraph.full-width-intro {
    width: 100%;
    font-size: 28px;
  }
  .paragraph.aboutintro {
    z-index: 0;
    float: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 30px;
  }
  .paragraph.aboutintro._50set {
    left: 50%;
  }
  .slider-2 {
    height: 90vh;
  }
  .containslider {
    position: static;
  }
  .containslider.max-slider {
    position: relative;
    top: 0px;
    height: auto;
    margin-top: 0vw;
    margin-bottom: 0px;
  }
  .slide-nav {
    margin-bottom: 40px;
  }
  .press {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 140px;
    float: left;
    clear: both;
  }
  .press.press-max {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 260px 5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #1d1d1d;
  }
  .pressquote {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 523px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pressquote.noimage {
    width: 50%;
    max-width: none;
    margin-left: 0px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left-style: none;
    border-left-color: #636363;
  }
  .pressquote.align-centre {
    max-width: 523px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .pressquote.noimage-v2 {
    position: relative;
    left: 50%;
    width: 50%;
    max-width: none;
    margin-left: 0px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left-style: none;
    border-left-color: #636363;
  }
  .pressquote.noimage-v3 {
    position: relative;
    left: 0%;
    width: 100%;
    max-width: none;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-left-style: none;
    border-left-color: #636363;
  }
  .pressquote.noimage-v3b {
    position: relative;
    left: 0%;
    width: 100%;
    max-width: none;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-left-style: none;
    border-left-color: #636363;
  }
  .stars {
    height: 17px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }
  .stars.smallpress {
    width: 149px;
  }
  .block-quote {
    border: 1px none #000;
    color: #fff;
  }
  .text-block {
    position: relative;
    left: 22px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      color: #fff;
    font-size: 18px;
    font-weight: 300;
  }
  .text-block.press-author {
    left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 16px;
    text-align: center;
  }
  .partners {
    position: relative;
    width: 50%;
    margin-top: 60px;
    float: right;
    clear: both;
  }
  .partnerlogo {
    max-width: 146px;
    margin-bottom: 60px;
  }
  .partnerlabel {
    width: 100%;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      color: #fff;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 300;
  }
  .accordionwrapper {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
  }
  .accordionwrapper.accordion-max {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    padding-right: 60px;
    padding-left: 60px;
    background-color: #1d1d1d;
  }
  .accordionwrapper.accordion-max.about-accordion {
    padding-top: 20px;
  }
  .accordionwrapper.story-accordion {
    margin-top: 0px;
  }
  .accordionitem {
    position: relative;
  }
  .accordionitem._50-50-accordion {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .accordionitem._50-50-accordion._505-50-accordion-first {
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .accordionitem.accordion-max-width {
    width: 700px;
  }
  .accordion-item-trigger {
    position: relative;
    min-height: 137px;
    margin-bottom: 60px;
    padding-right: 20px;
    clear: left;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .accordion-item-trigger.read-more {
    min-height: 85px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-2 {
    margin-left: 30px;
    font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;    color: #fff;
    font-size: 36px;
    font-weight: 300;
    cursor: pointer;
  }
  .heading-2.journal {
    top: -6px;
    margin-left: 0px;
    font-size: 36px;
  }
  .heading-2.readmore {
    font-size: 20px;
  }
  .heading-2.accordiaon-fix {
    margin-left: 0px;
  }
  .heading-2.accordion-h2 {
    margin-top: 21px;
  }
  .accordion-content {
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    margin-bottom: 0px;
    border-bottom-color: #3d3d3d;
  }
  .perfromer-list {
    color: #fff;
  }
  .columns-2 {
    padding-bottom: 140px;
  }
  .reveal {
    margin-top: 40px;
  }
  .reveal.sub-accordion {
    margin-top: auto;
  }
  .reveal.performers {
    margin-top: 60px;
  }
  .journalheader {
    clear: left;
  }
  .journalheader.noimage {
    position: relative;
  }
  .journal-wrapper.aborjournal {
    margin-top: 0px;
    padding-top: 140px;
    padding-right: 5vw;
    background-color: #1d1d1d;
  }
  .journal-wrapper.journal-max {
    display: block;
    padding-right: 60px;
    padding-left: 60px;
    background-color: #1d1d1d;
  }
  .journal-wrapper.journal-max-home {
    display: block;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
    background-color: #1d1d1d;
  }
  .journal-wrapper.journal-max-blog {
    display: block;
    padding-top: 0px;
    padding-right: 60px;
    padding-left: 60px;
    float: left;
    background-color: #1d1d1d;
  }
  .journal-post {
    width: 47%;
    margin-bottom: 100px;
    padding-right: 0px;
    float: left;
    clear: both;
  }
  .journal-post.grid-post {
    width: 100%;
  }
  .heading-3 {
    font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;    color: #fff;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
  }
  .journal-post-image {
    position: relative;
    margin-bottom: 20px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .footer {
    position: relative;
    top: 0px;
    margin-top: 0px;
    padding: 100px 60px 0px;
    float: none;
    clear: both;
    background-color: #1d1d1d;
  }
  .footer-logo-link {
    position: static;
    clear: none;
  }
  .footer-heading {
    color: #fff;
  }
  .footer-link {
    color: #fff;
  }
  .text-block-2 {
    color: #fff;
  }
  .grid {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100%;
    height: 100%;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
    background-color: #111010;
  }
  .image {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
  .heading-3-performer {
    color: #fff;
  }
  .bottomgradient {
    z-index: 1;
    display: block;
    height: 334px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.4)));
    background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.4));
    opacity: 1;
  }
  .html-embed {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .div-block-4 {
    width: 100%;
    height: 100%;
  }
  .div-block-5 {
    width: 100%;
    height: 100%;
  }
  .utility-col1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .utility-col1.gettickets {
    padding-left: 0px;
  }
  .utility-menu {
    height: 20vh;
    background-color: #242424;
  }
  .main-menu-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 63vh;
    padding-top: 0vh;
    padding-right: 40px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: #242424;
  }
  .link {
    position: static;
    left: 0%;
    top: 0%;
    right: auto;
    bottom: auto;
  }
  .utility-col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 40px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .utility-col3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin-top: 0px;
    padding-top: 50px;
    padding-bottom: 40px;
    padding-left: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .utility-links {
    position: relative;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0px;
    margin-top: 0px;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      color: #fff;
    font-size: 24px;
    text-decoration: none;
  }
  .utility-links:hover {
    color: #bac3cb;
  }
  .utility-links.toputility {
    position: relative;
    display: inline-block;
    width: auto;
    float: none;
    clear: none;
  }
  .utility-links.toputility.members {
    position: relative;
    left: 25%;
    width: 25%;
    float: none;
  }
  .utility-links-s {
    position: relative;
    margin-top: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    color: #adadad;
    font-size: 18px;
    text-decoration: none;
  }
  .main-menu-link {
    position: relative;
    width: auto;
    margin-right: 60px;
    padding-top: 0px;
    padding-bottom: 5vh;
    float: left;
    clear: none;
    color: #fff;
    font-size: 9vh;
    text-decoration: none;
  }
  .main-menu-link:hover {
    color: #bac3cb;
  }
  .main-menu-link.w--current {
    width: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 6vh;
    font-size: 8vh;
  }
  .main-menu-link.w--current:hover {
    color: #bac3cb;
  }
  .main-menu-link.home-mobile {
    display: none;
  }
  .left-main-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 117%;
    padding-top: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-self: flex-start;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .div-block-6 {
    position: relative;
    right: 0px;
    bottom: 4vh;
    height: auto;
    margin-bottom: 0px;
    padding-top: 0vh;
    float: left;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .main-menu-link-s {
    float: left;
    clear: left;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
  }
  .main-menu-link-s:hover {
    color: #bac3cb;
  }
  .bluebird-video {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    font-size: 16px;
  }
  .takeover-menu {
    position: relative;
    z-index: 5000;
    display: block;
  }
  .close-menu {
    top: 69px;
    margin-top: 0px;
    background-color: transparent;
  }
  .takeovermenu {
    position: fixed;
    z-index: 6002;
    display: none;
    padding-top: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
    background-color: rgba(29, 29, 29, 0.98);
  }
  .first-nav-column.burgerpad {
    padding-right: 53px;
  }
  .image-2 {
    left: -20px;
  }
  .logo-setup {
    position: relative;
  }
  .firstnav-setup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hero-image {
    display: block;
  }
  .hero-image.arbor.arbor-video {
    display: none;
  }
  .text-block-3 {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 220px;
  }
  .paragraph-2 {
    position: static;
    margin-bottom: 4vw;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .project-header-wrap {
    position: absolute;
    left: 5vw;
    top: auto;
    right: auto;
    bottom: 35.1vh;
    z-index: 100;
    overflow: visible;
    height: auto;
    float: none;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .project-header-wrap.no-tickets {
    bottom: 17vh;
  }
  .project-header-wrap.graphic-adjust {
    bottom: 30.6vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .project-header-wrap.graphic-adjust.abourgarphic {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 6vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .press-single {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 100%;
    margin-bottom: 0px;
    padding-right: 6vw;
    float: left;
    clear: both;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .press-single.no-image {
    width: 100%;
    padding-top: 220px;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .press-single.no-image-v2 {
    width: 100%;
    padding-top: 220px;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .press-single.noimagev3 {
    left: -20px;
    padding-right: 0vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .press-single.noimagev4 {
    left: 50%;
    padding-right: 0vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .press-single.noimagev3b {
    left: 0px;
    padding-right: 0vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .press-single.project-quote {
    left: 0px;
    padding-right: 0vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .image-3 {
    width: 50%;
    max-width: none;
    border-bottom: 1px none #000;
  }
  .project-intro-wrap {
    margin-bottom: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .project-intro-wrap.with-image {
    position: relative;
    padding: 0px 60px 60px;
  }
  .project-intro-wrap.with-image.multilocations {
    padding-top: 220px;
  }
  .project-intro-wrap.with-image.about-intro {
    padding-top: 140px;
  }
  .quote-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 140px;
    margin-bottom: 140px;
    padding-top: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .quote-wrap.quote-no-image {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1d1d1d;
  }
  .quote-wrap.quote-no-image.v4 {
    padding-top: 220px;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .stickywrapper {
    width: 100%;
    height: auto;
    margin-top: -124px;
    clear: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .stickyfader {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 100px;
    background-color: #242424;
  }
  .full-container {
    z-index: 0;
  }
  .sticky-background {
    z-index: 5000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    background-color: transparent;
  }
  .scond-menu {
    display: block;
    width: 50%;
    height: auto;
    padding-top: 0vh;
    padding-right: 0px;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    align-self: flex-start;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
    background-color: transparent;
  }
  .menu {
    z-index: 6001;
    padding-right: 31px;
    background-position: 100% 14px;
    font-size: 23px;
  }
  .menu.w--current {
    position: relative;
    margin-right: 25px;
    margin-left: 25px;
    padding: 15px 0px 10px;
    float: none;
    border: 1px none #000;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .menu.support-button {
    position: relative;
    top: 0px;
    display: block;
    margin-right: 0px;
    padding-right: 20px;
    padding-left: 20px;
    border: 1px none #000;
    background-image: none;
    font-size: 23px;
  }
  .menu.support-button.w--current {
    top: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 23px;
    letter-spacing: normal;
  }
  .right-main-menu {
    position: relative;
    display: block;
    width: 932px;
    height: auto;
    padding-top: 0vh;
    padding-right: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .logo-setup-menu {
    position: absolute;
    left: auto;
    top: auto;
    right: 0px;
    bottom: 3vw;
    width: auto;
  }
  .menu-flex {
    top: 26.9vh;
    padding-top: 0vh;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dot-menu {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    top: 26px;
    right: 5vw;
    bottom: auto;
    z-index: 6001;
    margin-top: 64px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px 32px 15px 25px;
    float: none;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .dot-menu.w--current {
    position: relative;
    margin-right: 25px;
    margin-left: 25px;
    padding: 15px 0px 10px;
    float: none;
    border: 1px none #000;
    font-size: 23px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .toputility-menu {
    position: relative;
    left: 50%;
    width: 20%;
    margin-right: 5%;
    margin-bottom: 60px;
    padding-right: 0px;
    float: left;
    border-bottom: 1px solid #bac3cb;
  }
  .signupmenu {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 0vh;
    clear: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .sign-up-menu-cta {
    position: absolute;
    left: 50%;
    top: auto;
    right: 0px;
    bottom: 0px;
    display: block;
    width: 40%;
    margin-top: 0px;
    margin-right: 5%;
    padding-bottom: 20px;
    float: none;
    clear: both;
    border-bottom: 1px solid #bac3cb;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      color: #fff;
    font-size: 24px;
    line-height: 1.2;
    text-align: left;
    text-decoration: none;
  }
  .sign-up-menu-cta:hover {
    color: #bac3cb;
  }
  .sign-up-menu-cta.toputility {
    position: relative;
    display: inline-block;
    width: auto;
    float: none;
    clear: none;
  }
  .sign-up-menu-cta.toputility.members {
    position: relative;
    left: 25%;
    width: 25%;
    float: none;
  }
  .more-mobile {
    float: left;
    clear: left;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
  }
  .more-mobile:hover {
    color: #bac3cb;
  }
  .get-action-wrapper {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    border-bottom: 1px solid #666;
  }
  .get-involved-trigger {
    clear: left;
  }
  .logo-no-h1 {
    max-width: 800px;
    margin-top: 9px;
  }
  .second-menu {
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-right: 40px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-logo {
    position: relative;
    left: 0px;
    top: 0px;
    right: auto;
    display: block;
    width: 294px;
    height: auto;
    max-width: none;
    margin-top: 0px;
    margin-bottom: 0px;
    float: none;
    clear: left;
  }
  .footer-logo-image {
    left: -20px;
  }
  .fotter-block-menu {
    display: block;
    width: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .fototer-block-supported {
    width: 50%;
    margin-bottom: 40px;
    float: none;
    border-bottom: 1px none #535353;
  }
  .fototer-block-supported.footer-social-block {
    position: relative;
    margin-bottom: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: left;
  }
  .footer-row-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 140px;
  }
  .footer-row-1.footer-finalrow {
    position: relative;
  }
  .footer-label {
    font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;    color: #fff;
    font-size: 23px;
    font-weight: 300;
    text-align: left;
  }
  .artcouncil-image {
    position: relative;
    left: 0px;
    width: 300px;
    height: auto;
    float: left;
  }
  .council-logo {
    width: 134px;
    height: auto;
    float: left;
  }
  .div-block-11 {
    position: relative;
    top: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px none #000;
  }
  .newletter-butoon-footer {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 20px;
    float: none;
    font-size: 23px;
    text-align: left;
    letter-spacing: 1px;
  }
  .newletter-butoon-footer.email-footer {
    margin-top: 0px;
  }
  .footer-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
  }
  .footerimage {
    position: relative;
    left: -10%;
    top: 0%;
    right: auto;
    bottom: auto;
    float: none;
  }
  .footer-address {
    margin-bottom: 0px;
    font-size: 13px;
  }
  .footer-terms-links {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    float: right;
    clear: left;
  }
  .footer-legals {
    position: relative;
    left: 0px;
    bottom: 0px;
    max-width: 489px;
    margin-top: 43px;
    margin-bottom: 0px;
    float: left;
    clear: left;
  }
  .scoail-wrap {
    margin-bottom: 30px;
  }
  .quotespan {
    position: relative;
    left: -23px;
    top: -15px;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      font-size: 72px;
    font-weight: 200;
  }
  .main-menu-secondary {
    padding-top: 7px;
    padding-bottom: 0px;
    font-size: 27px;
  }
  .main-menu-second-wrap {
    margin-bottom: 40px;
    padding-bottom: 40px;
  }
  .div-block-12 {
    padding-top: 0px;
  }
  .go-backstage {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }
  .arbor-video {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: block;
    font-size: 16px;
  }
  .stick-image {
    position: -webkit-sticky;
    position: sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/ARBOR-GREEN-HERO-Optimised.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/ARBOR-GREEN-HERO-Optimised.jpg');
    background-attachment: scroll, fixed;
  }
  .stick-image.arbor {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18))), url('../images/ARBOR-GREEN-HERO-Optimised.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('../images/ARBOR-GREEN-HERO-Optimised.jpg');
    background-position: 0px 0px, 50% 55%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
  }
  .stick-image.image-no-text {
    background-image: url('../images/neelkamal-deka-TlLzhrhWSlA-unsplash.jpg');
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .stick-image.unstick {
    position: relative;
  }
  ._50-wrapper {
    padding-left: 5vw;
  }
  .overlay-header {
    width: 75%;
    padding-left: 0vw;
    font-size: 82px;
    font-weight: 300;
    text-align: center;
  }
  ._50-wrapper-v2 {
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 5vw;
    background-color: #1d1d1d;
  }
  ._50-content-wrapper {
    width: 50%;
  }
  .heading-4 {
    margin-bottom: 60px;
    font-size: 53px;
    font-weight: 300;
  }
  .button-2 {
    position: relative;
    font-size: 19px;
  }
  .button-2.quote-button-v4 {
    left: 0px;
  }
  .button-2.no-plus {
    padding-left: 0px;
    background-image: none;
  }
  .get-action-wrapper-v2 {
    position: relative;
    width: 100%;
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0vw;
    padding-left: 0vw;
    float: left;
    clear: both;
    border-bottom: 1px solid #3c3939;
    background-color: #1d1d1d;
  }
  .reveal-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding-top: 100px;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #1d1d1d;
  }
  .reveal-wrapper.about-page-reveals {
    padding-right: 60px;
    padding-left: 60px;
  }
  ._5050image {
    width: 50%;
    max-width: none;
    padding-right: 140px;
    padding-left: 0vw;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .double-date {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-bottom: 60px;
    float: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .max-intro {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    padding: 140px 5vw 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #1d1d1d;
  }
  .link-block-max {
    display: block;
    width: 50%;
    min-width: auto;
    margin-right: 4px;
    padding-top: 0px;
    float: left;
    border: 1px none #000;
  }
  .link-block-max.journallinks {
    clear: none;
  }
  .big-locations {
    margin-top: 140px;
    padding-top: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .main-text {
    position: relative;
    top: 0px;
    padding: 220px 5vw 140px;
    float: left;
    background-color: #1d1d1d;
  }
  .left-arrow {
    margin-left: 5vw;
  }
  .right-arrow {
    margin-right: 5vw;
  }
  .image-5 {
    position: relative;
    z-index: 6000;
    width: 100px;
    margin-right: auto;
    margin-left: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    cursor: pointer;
  }
  .div-block-14 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  ._50-main-text {
    position: relative;
    left: 50%;
    width: 50%;
  }
  .youtube-overlay {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 6001;
    display: none;
    padding: 0vh 15vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(29, 29, 29, 0.94);
  }
  .youtube {
    width: 100%;
    height: 100%;
    max-height: 600px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .image-6 {
    position: relative;
    z-index: 5001;
    background-color: transparent;
  }
  .imageslide-2 {
    overflow: visible;
  }
  .read-more-body {
    width: 50%;
    color: #fff;
    font-size: 18px;
  }
  .div-block-15 {
    height: 100vh;
  }
  .video-3 {
    height: 100vh;
  }
  .tab-link-tab-1.w--current {
    margin-right: 40px;
  }
  .tab-link-tab-2 {
    margin-right: 40px;
  }
  .tabs-menu {
    display: none;
  }
  .accordion-single-body {
    color: #fff;
    font-size: 18px;
  }
  .accordion-single-body a { color:#fff;}
  .essential-header {
    position: relative;
    margin-top: 0px;
    padding-top: 0px;
    padding-right: 40px;
    border: 1px none #000;
    color: #fff;
    font-weight: 400;
  }
  .second-hero {
    clear: none;
  }
  .second-hero.secondhero {
    position: relative;
    width: 100%;
    float: left;
    background-image: url('../images/GNO-1---163.jpg');
    background-attachment: scroll;
  }
  .second-hero.secondhero.secondheromax {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 100vh;
    margin-top: -100px;
    margin-bottom: 0px;
    background-image: url('../images/GNO-1---055.jpg');
  }
  .second-hero.secondhero.secondheromax.thirdheromax {
    background-image: url('../images/GNO-2---097.jpg');
  }
  .second-hero.secondhero.secondheromax.finalstickyimage {
    height: 100vh;
    margin-top: 0px;
    background-image: url('../images/Scan-8.jpeg');
    background-position: 50% 0%;
  }
  .home-generic-hero-50 {
    position: -webkit-sticky;
    position: sticky;
    z-index: -1;
    display: block;
    height: 100vh;
    margin-top: 0px;
    float: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/FLOWER-EXPLOSION-LADSCAPE.jpg');
  }
  .home-generic-hero-50.secondhero {
    position: relative;
    width: 100%;
    float: left;
    background-image: url('../images/GNO-1---163.jpg');
    background-attachment: scroll;
  }
  .home-generic-hero-50.secondhero.secondheromax {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 100vh;
    margin-top: -100px;
    margin-bottom: 0px;
    background-image: url('../images/GNO-1---055.jpg');
  }
  .home-generic-hero-50.secondhero.secondheromax.thirdheromax {
    background-image: url('../images/GNO-2---097.jpg');
  }
  .home-generic-hero-50.secondhero.secondheromax.finalstickyimage {
    height: 100vh;
    margin-top: 0px;
    background-image: url('../images/Scan-8.jpeg');
    background-position: 50% 0%;
  }
  .home-current-stacker {
    top: 0px;
    z-index: auto;
    display: block;
    float: left;
    clear: none;
  }
  .home-current-stacker.v2 {
    width: 100%;
  }
  .home-hero {
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    padding-left: 0vw;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
/*    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.23)), to(rgba(0, 0, 0, 0.23))), url('../images/ARBOR-GREEN-HERO-Optimised.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.23), rgba(0, 0, 0, 0.23)), url('../images/ARBOR-GREEN-HERO-Optimised.jpg');
*/	
    background-attachment: scroll, scroll;
  }
  .home-hero.secondhero {
    position: relative;
    width: 100%;
    float: left;
    background-image: url('../images/GNO-1---163.jpg');
    background-attachment: scroll;
  }
  .home-hero.secondhero.secondheromax {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 100vh;
    margin-top: -100px;
    margin-bottom: 0px;
    background-image: url('../images/GNO-1---055.jpg');
  }
  .home-hero.secondhero.secondheromax.thirdheromax {
    background-image: url('../images/GNO-2---097.jpg');
  }
  .home-hero.secondhero.secondheromax.finalstickyimage {
    height: 100vh;
    margin-top: 0px;
    background-image: url('../images/Scan-8.jpeg');
    background-position: 50% 0%;
  }
  .home-hero.bluebird-promo {
    padding-left: 100px;
    background-position: 0px 0px, -1% 50%;
  }
  .home-hero.bluebird-promo.project-logo-top {
    padding-top: 9vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18))), url('../images/GNO-1---102.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('../images/GNO-1---102.jpg');
    background-position: 0px 0px, 50% 26%;
  }
  .home-hero.current-show {
    height: 100vh;
    padding-top: 0px;
    padding-left: 5vw;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-hero.current-show.project-logo-top {
    padding-top: 9vw;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.18)), to(rgba(0, 0, 0, 0.18))), url('../images/GNO-1---102.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.18)), url('../images/GNO-1---102.jpg');
    background-position: 0px 0px, 50% 26%;
  }
  .home-hero.current-show.v2 {
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/supporting--banner.jpg');
    background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(180deg, transparent, transparent), url('../images/supporting--banner.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: 125px, auto, cover;
    background-attachment: scroll, scroll, scroll;
  }
  .home-hero.video-launch-home {
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/HOME-PAGE---A-RETRO---Option-2.jpg');
    background-image: linear-gradient(180deg, null, null), url('../images/HOME-PAGE---A-RETRO---Option-2.jpg');
  }
  .home-hero.about-video {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/ABOUT-US-PAGE---Promo-Holder-Image.jpg');
    background-image: linear-gradient(180deg, transparent, transparent), url('../images/ABOUT-US-PAGE---Promo-Holder-Image.jpg');
    background-attachment: scroll, fixed;
  }
  .home-hero-heading {
    position: static;
    left: 6vw;
    top: auto;
    bottom: 110px;
    width: auto;
    margin-left: -4px;
    float: none;
    clear: both;
    font-size: 5vw;
    line-height: 1.5;
    font-weight: 300;
    text-shadow: 1px 1px 20px transparent;
  }
  .home-hero-heading.graphic-replace {
    display: inline-block;
    width: 535px;
    background-image: url('../images/bluebird_logo_strap.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    color: hsla(0, 0%, 100%, 0);
    line-height: 211%;
  }
  .home-hero-heading.graphic-replace.arbor-logo {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    line-height: 269px;
  }
  .home-hero-label {
    position: static;
    margin-bottom: 0vw;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .home-sticy-adjust {
    position: relative;
    z-index: 5000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    background-color: transparent;
  }
  .home-hero-header-wrap {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .home-hero-header-wrap.no-tickets {
    bottom: 17vh;
  }
  .home-hero-header-wrap.graphic-adjust {
    bottom: 30.6vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-hero-header-wrap.graphic-adjust.abourgarphic {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 6vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .home-current-logo {
    display: block;
    width: 75%;
    max-width: 500px;
    min-width: 320px;
    margin-top: 9px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .home-current-logo.arbor {
    position: relative;
    overflow: visible;
    width: 44vh;
    max-width: 350px;
    min-width: auto;
    margin-top: 0px;
    margin-left: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .home-current-logo.bluebird {
    position: relative;
    overflow: visible;
    width: 47vh;
    max-width: 520px;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 37px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .home-current-logo.arbor-logo {
    z-index: 11;
    width: 91%;
    max-width: 800px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .home-hero-grid-vert {
    top: -112px;
  }
  .home-current-hero-70 {
    z-index: auto;
    display: block;
    width: 100%;
    height: 70vh;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url('../images/ARBOR-GREEN-HERO-Optimised.jpg');
  }
  .home-current-hero-70.secondhero {
    position: relative;
    width: 100%;
    float: left;
    background-image: url('../images/GNO-1---163.jpg');
    background-attachment: scroll;
  }
  .home-current-hero-70.secondhero.secondheromax {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 100vh;
    margin-top: -100px;
    margin-bottom: 0px;
    background-image: url('../images/GNO-1---055.jpg');
  }
  .home-current-hero-70.secondhero.secondheromax.thirdheromax {
    background-image: url('../images/GNO-2---097.jpg');
  }
  .home-current-hero-70.secondhero.secondheromax.finalstickyimage {
    height: 100vh;
    margin-top: 0px;
    background-image: url('../images/Scan-8.jpeg');
    background-position: 50% 0%;
  }
  .home-current-logo-copy {
    display: block;
    max-width: 300px;
    margin-top: 9px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .home-hero-header-wrap-vert {
    position: absolute;
    left: 66px;
    top: auto;
    right: auto;
    bottom: 140px;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    height: auto;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .home-hero-header-wrap-vert.no-tickets {
    bottom: 17vh;
  }
  .home-hero-header-wrap-vert.graphic-adjust {
    bottom: 30.6vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-hero-header-wrap-vert.graphic-adjust.abourgarphic {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 6vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .text-block-7 {
    position: static;
    left: 100px;
    bottom: 100px;
    font-size: 3.7vw;
    font-weight: 300;
  }
  .project-label {
    position: static;
    margin-top: 2vw;
    margin-bottom: 30px;
    font-size: 17px;
    font-weight: 300;
    text-align: center;
  }
  .project-label.location {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    float: left;
    font-size: 23px;
    line-height: 1.5;
  }
  .project-label.location-max {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    float: left;
    font-size: 18px;
  }
  .home-project-logo {
    position: relative;
    left: auto;
    bottom: auto;
    width: 400.25px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .video-home {
    position: relative;
    clear: none;
  }
  .video-home.secondhero {
    position: relative;
    width: 100%;
    float: left;
    background-image: url('../images/GNO-1---163.jpg');
    background-attachment: scroll;
  }
  .video-home.secondhero.secondheromax {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 100vh;
    margin-top: -100px;
    margin-bottom: 0px;
    background-image: url('../images/GNO-1---055.jpg');
  }
  .video-home.secondhero.secondheromax.thirdheromax {
    background-image: url('../images/GNO-2---097.jpg');
  }
  .video-home.secondhero.secondheromax.finalstickyimage {
    height: 100vh;
    margin-top: 0px;
    background-image: url('../images/Scan-8.jpeg');
    background-position: 50% 0%;
  }
  .bigcontainer-home {
    top: 0px;
    z-index: 0;
    padding-top: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    float: left;
    background-color: transparent;
  }
  .project-labels-home {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    z-index: 1;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0vw;
    padding: 15px 0px 30px;
    float: left;
    clear: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    font-size: 32px;
    letter-spacing: 1px;
  }
  .project-labels-home.newsletter {
    top: 26px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 23px;
  }
  .project-labels-home.header-boost {
    margin-top: 20px;
    font-size: 83px;
  }
  .home-retrospective {
    position: -webkit-sticky;
    position: sticky;
    z-index: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 330px;
    height: 100vh;
    margin-top: 0px;
    float: none;
    clear: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #1d1d1d;
    background-image: none;
  }
  .home-retrospective.secondhero {
    position: relative;
    width: 100%;
    float: left;
    background-image: url('../images/GNO-1---163.jpg');
    background-attachment: scroll;
  }
  .home-retrospective.secondhero.secondheromax {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 100vh;
    margin-top: -100px;
    margin-bottom: 0px;
    background-image: url('../images/GNO-1---055.jpg');
  }
  .home-retrospective.secondhero.secondheromax.thirdheromax {
    background-image: url('../images/GNO-2---097.jpg');
  }
  .home-retrospective.secondhero.secondheromax.finalstickyimage {
    height: 100vh;
    margin-top: 0px;
    background-image: url('../images/Scan-8.jpeg');
    background-position: 50% 0%;
  }
  .gradient-topper {
    display: block;
    height: 150px;
    margin-top: 0px;
  }
  .header-wrap {
    position: absolute;
    left: 60px;
    bottom: 60px;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header-wrap.bluebird-flyer {
    top: 100px;
    bottom: auto;
  }
  .header-wrap.header-wrap-tweek {
    bottom: 5.9vw;
  }
  .home-project-label {
    position: relative;
    z-index: 1;
    font-size: 17px;
    font-weight: 300;
  }
  .home-project-label.location {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    float: left;
    font-size: 23px;
    line-height: 1.5;
  }
  .home-project-label.location-max {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    float: left;
    font-size: 18px;
  }
  .hidden-desc {
    position: relative;
    display: block;
    margin-top: 20px;
    font-size: 20px;
    font-weight: 300;
  }
  .hidden-desc.location {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    float: left;
    font-size: 23px;
    line-height: 1.5;
  }
  .hidden-desc.location-max {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    float: left;
    font-size: 18px;
  }
  .homepress {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: default;
  }
  .image-7 {
    max-width: 770%;
    min-width: 770px;
  }
  .video-header {
    z-index: 1;
    padding-right: 0px;
  }
  .video-header.newsletter {
    top: 26px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 23px;
  }
  .section-flyer.v2 {
    width: 100%;
  }
  .holding {
    position: relative;
    z-index: auto;
  }
  .holding-hero {
    clear: none;
  }
  .holding-hero.secondhero {
    position: relative;
    width: 100%;
    float: left;
    background-image: url('../images/GNO-1---163.jpg');
    background-attachment: scroll;
  }
  .holding-hero.secondhero.secondheromax {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 100vh;
    margin-top: -100px;
    margin-bottom: 0px;
    background-image: url('../images/GNO-1---055.jpg');
  }
  .holding-hero.secondhero.secondheromax.thirdheromax {
    background-image: url('../images/GNO-2---097.jpg');
  }
  .holding-hero.secondhero.secondheromax.finalstickyimage {
    height: 100vh;
    margin-top: 0px;
    background-image: url('../images/Scan-8.jpeg');
    background-position: 50% 0%;
  }
  .holding-heading {
    position: relative;
    left: 0vw;
    top: auto;
    bottom: auto;
    z-index: 0;
    width: auto;
    margin-left: -4px;
    float: none;
    clear: both;
    font-size: 9vh;
    line-height: 1.1;
    font-weight: 300;
    text-shadow: 1px 1px 20px transparent;
  }
  .holding-heading.graphic-replace {
    display: inline-block;
    width: 535px;
    background-image: url('../images/bluebird_logo_strap.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    color: hsla(0, 0%, 100%, 0);
    line-height: 211%;
  }
  .holding-heading.graphic-replace.arbor-logo {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    line-height: 269px;
  }
  .holding-heading.article-header {
    font-size: 13vh;
    line-height: 1.1;
    font-weight: 400;
  }
  .holding-heading.blog-header {
    font-size: 18vh;
    line-height: 1.1;
    font-weight: 400;
  }
  .holding-label {
    position: static;
    margin-bottom: 0vw;
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: none;
  }
  .holding-label.date {
    margin-top: 30px;
  }
  .holding-header-wrap {
    position: absolute;
    left: 0vw;
    top: auto;
    right: auto;
    bottom: 5.8vw;
    z-index: 100;
    overflow: visible;
    height: auto;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .holding-header-wrap.no-tickets {
    bottom: 17vh;
  }
  .holding-header-wrap.graphic-adjust {
    bottom: 30.6vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .holding-header-wrap.graphic-adjust.abourgarphic {
    position: absolute;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 6vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .holding-button {
    position: fixed;
    left: auto;
    top: 60px;
    right: 5vw;
    display: inline-block;
    width: auto;
    margin-bottom: 40px;
    padding-right: 0px;
    float: none;
    text-align: left;
    letter-spacing: 1px;
  }
  .holding-button.email-footer {
    margin-top: 0px;
  }
  .holding-top-gradient {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 12;
    display: block;
    padding-top: 60px;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: none;
  }
  .holding-logo-link {
    position: absolute;
    left: 5vw;
    top: 60px;
    z-index: 2;
    width: 300px;
    max-width: none;
  }
  .holding-logo-link.w--current {
    width: 296px;
  }
  .top-gradient {
    top: 0px;
    bottom: auto;
    display: block;
    height: 334px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(transparent));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.4), transparent);
    opacity: 0.59;
  }
  .holding-footer {
    position: relative;
    top: 0px;
    height: 100vh;
    margin-top: 0px;
    padding-top: 100px;
    padding-bottom: 140px;
    float: none;
    clear: both;
    background-color: #1d1d1d;
  }
  .holding-newsletter-footer {
    width: 100%;
    margin-bottom: 40px;
    float: none;
    font-size: 23px;
    text-align: left;
    letter-spacing: 1px;
  }
  .holding-newsletter-footer.email-footer {
    margin-top: 0px;
  }
  .holding-footer-block {
    display: block;
    width: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .sign-up-overlay {
    z-index: 7000;
    display: none;
  }
  .sign-up-wrapper {
    display: block;
  }
  .text-field {
    padding-bottom: 40px;
    padding-left: 0px;
    border-bottom-width: 1px;
    border-bottom-color: #fff;
    background-color: transparent;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      color: #fff;
    font-size: 27px;
  }
  .text-field:active {
    background-color: transparent;
  }
  .text-field:focus {
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #fff;
  }
  .submit-button {
    margin-top: 6px;
    padding-bottom: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    font-size: 27px;
  }
  .checkbox-field {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .checkbox-label {
    margin-top: 3px;
    margin-left: 20px;
    font-size: 21px;
  }
  .checkbox {
    width: 20px;
    height: 20px;
    border-width: 2px;
    border-radius: 1px;
  }
  .checkbox.w--redirected-checked {
    border-style: none;
    border-color: #000;
    background-color: transparent;
  }
  .close-newsletter {
    position: absolute;
    right: auto;
    top: 60px;
    left: 5vw;
    bottom: auto;
  }
  .feedback-wrapper {
    display: none;
    width: 69vw;
  }
  .feedback-heading {
    position: relative;
    left: 0vw;
    top: auto;
    bottom: auto;
    display: block;
    width: auto;
    margin-left: -4px;
    float: none;
    clear: both;
    font-size: 5vw;
    line-height: 1.1;
    font-weight: 300;
    text-shadow: 1px 1px 20px transparent;
  }
  .feedback-heading.graphic-replace {
    display: inline-block;
    width: 535px;
    background-image: url('../images/bluebird_logo_strap.svg');
    background-position: 0px 0px;
    background-size: contain;
    background-repeat: no-repeat;
    color: hsla(0, 0%, 100%, 0);
    line-height: 211%;
  }
  .feedback-heading.graphic-replace.arbor-logo {
    display: block;
    width: auto;
    margin-right: auto;
    margin-left: auto;
    line-height: 269px;
  }
  .about-top {
    margin-top: 0vh;
    padding-top: 240px;
  }
  .container.cc-center {
    padding-top: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-container {
    position: relative;
    left: auto;
    top: auto;
    right: auto;
    bottom: 5vw;
    width: auto;
    margin-bottom: 60px;
    margin-left: 0px;
  }
  .header-container.blog-text-cntainer {
    bottom: 49px;
  }
  .header {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    min-height: 650px;
    padding-right: 60px;
    padding-left: 60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header.blog-header {
    height: auto;
    min-height: 465px;
    margin-bottom: 0px;
    padding-left: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .header.human-image {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/GNO-1---147.jpg');
    background-image: linear-gradient(0deg, #000, transparent 0%), linear-gradient(180deg, transparent, transparent), url('../images/GNO-1---147.jpg');
  }
  .header.experimental {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(0%, transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/TAN23206.jpg');
    background-image: linear-gradient(0deg, #000, transparent 0%), linear-gradient(180deg, transparent, transparent), url('../images/TAN23206.jpg');
  }
  .header.part-4-image {
    overflow: visible;
  }
  .article-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -37px;
    padding-top: 0px;
  }
  .blog-cta {
    font-size: 20px;
    font-weight: 200;
    text-transform: none;
  }
  .rich-text-wrap {
    left: auto;
    margin-bottom: 60px;
  }
  .rich-text-wrap.intro {
    font-size: 30px;
  }
  .rich-text-wrap.main {
    position: relative;
    left: 0px;
  }
  .rich-text-wrap.press {
    max-width: 488px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 1px none #000;
    font-size: 30px;
    text-align: center;
  }
  .rich-text-wrap.press.noimage {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .rich-text-wrap.press.noimage.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .rich-text-wrap.press.noimage-v3b {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .rich-text-wrap.press.noimage-v3b.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .rich-text-wrap.intro-v2 {
    width: 100%;
    font-size: 28px;
  }
  .rich-text-wrap.intro-max {
    float: left;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 30px;
  }
  .rich-text-wrap.para-max {
    width: 100%;
    margin-bottom: 40px;
    font-size: 30px;
  }
  .rich-text-wrap.presshome {
    width: auto;
    max-width: 488px;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 1px none #000;
    font-size: 23px;
    text-align: center;
  }
  .rich-text-wrap.presshome.noimage {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .rich-text-wrap.presshome.noimage.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .rich-text-wrap.presshome.noimage-v3b {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .rich-text-wrap.presshome.noimage-v3b.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .para-intro {
    margin-bottom: 60px;
  }
  .playvideo {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
  .video-overlay {
    display: none;
  }
  .close-video {
    position: absolute;
    left: auto;
    top: 60px;
    right: 5vw;
    bottom: auto;
  }
  ._50-wrap {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .div-block-17 {
    width: 50%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .home-strapline {
    max-width: 318px;
    margin-left: 29px;
    font-size: 22px;
    line-height: 1.4;
    text-align: left;
    letter-spacing: 0.9px;
  }
  .home-strapline.intro {
    font-size: 30px;
  }
  .home-strapline.main {
    position: relative;
    left: 0px;
  }
  .home-strapline.press {
    max-width: 488px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 1px none #000;
    font-size: 30px;
    text-align: center;
  }
  .home-strapline.press.noimage {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .home-strapline.press.noimage.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .home-strapline.press.noimage-v3b {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .home-strapline.press.noimage-v3b.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .home-strapline.press.holding-quote {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 0px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .home-strapline.press.holding-quote.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .home-strapline.intro-v2 {
    width: 100%;
    font-size: 28px;
  }
  .home-strapline.intro-max {
    float: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 30px;
  }
  .home-strapline.intro-max._50set {
    left: 50%;
  }
  .home-strapline.para-max {
    width: 100%;
    margin-bottom: 40px;
    font-size: 30px;
  }
  .home-strapline.presshome {
    width: auto;
    max-width: 488px;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 1px none #000;
    font-size: 23px;
    text-align: center;
  }
  .home-strapline.presshome.noimage {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .home-strapline.presshome.noimage.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .home-strapline.presshome.noimage-v3b {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .home-strapline.presshome.noimage-v3b.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .home-strapline.faux-header {
    display: block;
    max-width: 411px;
    float: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 40px;
  }
  .home-strapline.amend-intro {
    position: relative;
    left: auto;
    width: 50%;
    float: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 30px;
  }
  .home-strapline.home-quote {
    width: 201px;
    margin-left: 0px;
    background-image: none;
  }
  .sign-up-home {
    left: auto;
    right: auto;
    bottom: 60px;
    z-index: 1;
    display: block;
    width: 212px;
    height: auto;
    margin-top: 0px;
    margin-left: auto;
    padding: 15px 0px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;    font-size: 17px;
  }
  .sign-up-home.newsletter {
    top: 26px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 23px;
  }
  .video-header-new {
    z-index: 1;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0vw;
    padding: 15px 0px 30px;
    float: left;
    clear: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    font-size: 27px;
    letter-spacing: 1px;
  }
  .video-header-new.newsletter {
    top: 26px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 23px;
  }
  .horizontal-texture {
    bottom: -55px;
    margin-top: -254px;
  }
  .horizontal-texture.top-texture {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    margin-top: 0px;
  }
  .horizontal-texture.slideshow-texture {
    top: -27px;
    bottom: -21px;
    z-index: 11;
  }
  .black-foorer-logo {
    bottom: 100px;
  }
  .hr-texture-white {
    display: block;
  }
  .homeintro {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 100px;
    padding: 220px 100px 280px 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #1d1d1d;
  }
  .home-quotes {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: none;
    margin-right: auto;
    margin-left: 0px;
    padding-right: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-quotes.noimage {
    width: 50%;
    max-width: none;
    margin-left: 0px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left-style: none;
    border-left-color: #636363;
  }
  .home-quotes.align-centre {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .home-quotes.noimage-v2 {
    position: relative;
    left: 50%;
    width: 50%;
    max-width: none;
    margin-left: 0px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left-style: none;
    border-left-color: #636363;
  }
  .home-quotes.noimage-v3 {
    position: relative;
    left: 0%;
    width: 100%;
    max-width: none;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-left-style: none;
    border-left-color: #636363;
  }
  .home-quotes.noimage-v3b {
    position: relative;
    left: 0%;
    width: 100%;
    max-width: none;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-left-style: none;
    border-left-color: #636363;
  }
  .home-blog-header {
    clear: left;
  }
  .home-blog-header.noimage {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
  }
  .blog-links-home {
    margin-top: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .blog-links-home.journal-links {
    position: -webkit-sticky;
    position: sticky;
    left: 0%;
    top: 155px;
    right: auto;
    bottom: 0%;
    width: 100%;
    padding-right: 0vw;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog-links-home.dates-max {
    display: block;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 0px;
    padding-right: 0vw;
    padding-left: 0vw;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .blog-links-home.multiple-dates {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .text-span {
    font-size: 22px;
  }
  .blog-date {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: 300;
  }
  .blog-date.location {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    float: left;
    font-size: 23px;
    line-height: 1.5;
  }
  .blog-date.location-max {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    float: left;
    font-size: 18px;
  }
  .div-block-19 {
    top: 60px;
    right: 60px;
    z-index: 6000;
    margin-right: 0px;
  }
  .blog-links-home-2 {
    margin-top: 40px;
    margin-right: 5%;
    border: 1px none #000;
  }
  .blog-links-home-2.journallinks {
    clear: none;
  }
  .blog-links-home-2.journal-links {
    width: 25%;
  }
  .blog-links-home-2.multi-date-padding {
    width: 25%;
    margin-right: 40px;
  }
  .grid-2 {
    grid-column-gap: 60px;
    grid-row-gap: 0px;
  }
  .post-tag {
    position: relative;
    width: auto;
    margin-right: 4px;
    margin-bottom: 10px;
    float: left;
    font-size: 16px;
    font-weight: 400;
  }
  .post-tag.location {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    float: left;
    font-size: 23px;
    line-height: 1.5;
  }
  .post-tag.location-max {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    float: left;
    font-size: 18px;
  }
  .grid-post-image {
    position: relative;
    width: 100%;
    height: 407px;
    margin-bottom: 37px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
  .sign-up-home-copy {
    z-index: 1;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-left: 0vw;
    padding: 15px 0px 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: none;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;    font-size: 20px;
  }
  .sign-up-home-copy.newsletter {
    top: 26px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 23px;
  }
  .sign-blog-grid {
    left: 60px;
    top: 60px;
    width: 229px;
    height: auto;
    margin-right: auto;
    margin-left: 0vw;
    padding: 15px 30px;
    float: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 0px;
    background-color: transparent;
    font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;    font-size: 17px;
    text-align: center;
  }
  .sign-blog-grid.newsletter {
    top: 26px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 23px;
  }
  .home-quote-overlay {
    position: absolute;
    left: 50%;
    top: auto;
    right: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    max-width: none;
    margin-left: 0px;
    padding-right: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .home-quote-overlay.noimage {
    width: 50%;
    max-width: none;
    margin-left: 0px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left-style: none;
    border-left-color: #636363;
  }
  .home-quote-overlay.align-centre {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .home-quote-overlay.noimage-v2 {
    position: relative;
    left: 50%;
    width: 50%;
    max-width: none;
    margin-left: 0px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left-style: none;
    border-left-color: #636363;
  }
  .home-quote-overlay.noimage-v3 {
    position: relative;
    left: 0%;
    width: 100%;
    max-width: none;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-left-style: none;
    border-left-color: #636363;
  }
  .home-quote-overlay.noimage-v3b {
    position: relative;
    left: 0%;
    width: 100%;
    max-width: none;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-left-style: none;
    border-left-color: #636363;
  }
  .big-image-link {
    position: relative;
    padding-right: 100px;
    clear: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/Screen-Shot-2020-07-28-at-12.21.53.png');
    background-image: linear-gradient(180deg, null, null), url('../images/Screen-Shot-2020-07-28-at-12.21.53.png');
    background-position: 0px 0px, 50% 50%;
  }
  .big-image-link.secondhero {
    position: relative;
    width: 100%;
    float: left;
    background-image: url('../images/GNO-1---163.jpg');
    background-attachment: scroll;
  }
  .big-image-link.secondhero.secondheromax {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    height: 100vh;
    margin-top: -100px;
    margin-bottom: 0px;
    background-image: url('../images/GNO-1---055.jpg');
  }
  .big-image-link.secondhero.secondheromax.thirdheromax {
    background-image: url('../images/GNO-2---097.jpg');
  }
  .big-image-link.secondhero.secondheromax.finalstickyimage {
    height: 100vh;
    margin-top: 0px;
    background-image: url('../images/Scan-8.jpeg');
    background-position: 50% 0%;
  }
  .tag-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .post-date {
    position: relative;
    width: auto;
    margin-bottom: 10px;
    padding-top: 1px;
    float: left;
    opacity: 0.48;
    font-size: 16px;
    font-weight: 300;
  }
  .post-date.location {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    float: left;
    font-size: 23px;
    line-height: 1.5;
  }
  .post-date.location-max {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    float: left;
    font-size: 18px;
  }
  .menu-contact-wrap {
    margin-top: 0px;
  }
  .social-menu-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .menu-addresss {
    margin-bottom: 0px;
    font-size: 13px;
  }
  .menu-legals {
    position: relative;
    left: 0px;
    bottom: 0px;
    max-width: 489px;
    margin-top: 0px;
    margin-bottom: 0px;
    float: left;
    clear: left;
  }
  .rich-text-block {
    font-size: 30px;
  }
  .rich-text-block h4 {
    font-size: 23px;
    line-height: 1.5;
  }
  .logolink-2 {
    position: absolute;
    left: 5vw;
    top: 60px;
    z-index: 2;
    width: 320px;
    max-width: none;
  }
  .logolink-2.w--current {
    left: 60px;
    top: 60px;
    width: 296px;
  }
  .takeovermenu-2 {
    position: fixed;
    z-index: 6002;
    display: none;
    padding-top: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
    background-color: rgba(29, 29, 29, 0.98);
  }
  .main-menu-link-2 {
    position: relative;
    margin-right: 60px;
    padding-top: 0px;
    padding-bottom: 5vh;
    float: left;
    clear: none;
    color: #fff;
    font-size: 8vh;
    text-decoration: none;
  }
  .main-menu-link-2:hover {
    color: #bac3cb;
  }
  .main-menu-link-2.w--current {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 6vh;
    font-size: 8vh;
  }
  .main-menu-link-2.w--current:hover {
    color: #bac3cb;
  }
  .post-link-block {
    margin-bottom: 140px;
    text-decoration: none;
  }
  .sign-up-blog {
    position: -webkit-sticky;
    position: sticky;
    left: 60px;
    top: 50px;
    right: auto;
    bottom: 0%;
    z-index: 13;
    display: block;
    width: 212px;
    height: auto;
    margin-top: -140px;
    margin-bottom: 140px;
    margin-left: 0px;
    padding: 15px 0px;
    float: none;
    clear: none;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;    font-size: 17px;
  }
  .sign-up-blog.newsletter {
    top: 26px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 23px;
  }
  .blog-grids {
    z-index: 0;
    margin-top: -80px;
    padding-bottom: 0px;
  }
  .sign-up-article {
    position: -webkit-sticky;
    position: sticky;
    left: 60px;
    top: 60px;
    right: auto;
    bottom: 60px;
    z-index: 13;
    display: block;
    width: 212px;
    height: auto;
    margin-top: -140px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding: 15px 0px;
    float: left;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;    font-size: 17px;
  }
  .sign-up-article.newsletter {
    top: 26px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 23px;
  }
  .sticky-button-fix {
    position: relative;
    width: 100%;
  }
  .gradient-topper-blog {
    display: block;
    height: 150px;
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #1d1d1d), to(rgba(36, 36, 36, 0)));
    background-image: linear-gradient(180deg, #1d1d1d 70%, rgba(36, 36, 36, 0));
  }
  .gradient-topper-home {
    display: block;
    height: 150px;
    margin-top: 0px;
  }
  .pressquote-copy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    max-width: 498px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .pressquote-copy.noimage {
    width: 50%;
    max-width: none;
    margin-left: 0px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left-style: none;
    border-left-color: #636363;
  }
  .pressquote-copy.align-centre {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .pressquote-copy.noimage-v2 {
    position: relative;
    left: 50%;
    width: 50%;
    max-width: none;
    margin-left: 0px;
    padding-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left-style: none;
    border-left-color: #636363;
  }
  .pressquote-copy.noimage-v3 {
    position: relative;
    left: 0%;
    width: 100%;
    max-width: none;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-left-style: none;
    border-left-color: #636363;
  }
  .pressquote-copy.noimage-v3b {
    position: relative;
    left: 0%;
    width: 100%;
    max-width: none;
    margin-left: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    border-left-style: none;
    border-left-color: #636363;
  }
  .home-page-icon {
    cursor: pointer;
  }
  .image-10 {
    width: 176px;
    cursor: pointer;
  }
  .icon-and-strap {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    cursor: default;
  }
  .info-button {
    height: auto;
    margin-top: -108px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 25px;
    float: left;
    clear: right;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    font-size: 23px;
    letter-spacing: 1px;
  }
  .info-button.newsletter {
    top: 26px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 23px;
  }
  .gradient-topper-project {
    display: block;
    height: 214px;
    margin-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #1d1d1d), to(rgba(36, 36, 36, 0)));
    background-image: linear-gradient(180deg, #1d1d1d 50%, rgba(36, 36, 36, 0));
  }
  .left-right-project {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .big-quote.intro {
    font-size: 30px;
  }
  .big-quote.main {
    position: relative;
    left: 0px;
  }
  .big-quote.press {
    display: block;
    max-width: 488px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 1px none #000;
    background-image: none;
    font-size: 30px;
    text-align: center;
  }
  .big-quote.press.noimage {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .big-quote.press.noimage.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .big-quote.press.noimage-v3b {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .big-quote.press.noimage-v3b.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .big-quote.press.holding-quote {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 0px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .big-quote.press.holding-quote.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .big-quote.intro-v2 {
    width: 100%;
    font-size: 28px;
  }
  .big-quote.intro-max {
    z-index: 0;
    float: left;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 30px;
  }
  .big-quote.intro-max._50set {
    left: 50%;
  }
  .big-quote.para-max {
    width: 100%;
    margin-bottom: 40px;
    font-size: 30px;
  }
  .big-quote.presshome {
    width: auto;
    max-width: 488px;
    margin-top: 15px;
    margin-bottom: 30px;
    padding: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border: 1px none #000;
    font-size: 23px;
    text-align: center;
  }
  .big-quote.presshome.noimage {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .big-quote.presshome.noimage.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .big-quote.presshome.noimage-v3b {
    left: -23px;
    width: 100%;
    max-width: none;
    padding-right: 100px;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 300;
    text-align: left;
  }
  .big-quote.presshome.noimage-v3b.v4-quote {
    left: 0px;
    padding-right: 0px;
  }
  .big-quote.faux-header {
    display: block;
    max-width: 411px;
    float: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 40px;
  }
  .big-quote.amend-intro {
    position: relative;
    left: auto;
    width: 50%;
    float: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 30px;
  }
  .reveal-wrapper-100 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    padding-top: 100px;
    padding-right: 5vw;
    padding-left: 5vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #1d1d1d;
  }
  .quote-author {
    position: relative;
    left: 60px;
    margin-top: 20px;
    margin-left: 0px;
    font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;    color: #fff;
    font-size: 16px;
  }
  .partners-logos {
    position: relative;
    left: 50%;
    width: 50%;
    margin-bottom: 40px;
    margin-left: 0px;
    float: left;
    border-bottom: 1px none #535353;
  }
  .partners-logos.footer-social-block {
    position: relative;
    margin-bottom: 0px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    text-align: left;
  }
  .partner-logo-group {
    position: relative;
    top: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 100px;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px none #000;
  }
  .partner-logo {
    position: relative;
    left: 0px;
    width: auto;
    height: 205px;
    max-width: none;
    float: left;
  }
  .partner-logo.tin-coast {
    height: 68px;
  }
  .button-news {
    position: -webkit-sticky;
    position: sticky;
    left: 60px;
    top: 44px;
    right: auto;
    height: auto;
    margin-top: 46px;
    margin-right: auto;
    margin-left: auto;
    padding: 20px 25px;
    float: left;
    clear: right;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 0px;
    background-color: transparent;
    color: #fff;
    font-size: 23px;
    letter-spacing: 1px;
  }
  .button-news.newsletter {
    top: 26px;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 23px;
  }
  .button-news.about-button {
    top: 44px;
    margin-top: 4px;
  }
  .image-caption {
    margin-left: 20px;
  }
  .play-trailer {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    max-height: 125px;
    max-width: 125px;
  }
  .home-blog-posts {
    margin-top: 60px;
    padding-right: 60px;
    padding-left: 60px;
  }
  .div-block-20 {
    margin-top: 0px;
  }
  .about-blog-posts {
    position: relative;
    padding-right: 60px;
    padding-left: 60px;
    float: left;
  }
  .about-intro {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    padding: 60px 5vw 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #1d1d1d;
  }
  .accordion-item-trigger-fix {
    position: relative;
    margin-bottom: 60px;
    padding-right: 20px;
    clear: left;
  }
  .div-block-21 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .top-texture {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
  }
}

@media screen and (max-width: 991px) {
  .firstnav {
    display: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .main-nav {
    z-index: 1;
    padding-top: 40px;
    padding-right: 9vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .firstnavbutton {
    display: block;
  }
  .herosection {
    height: 85vh;
  }
  .secondnav {
    width: 100%;
    margin-right: 0px;
    padding-right: 10px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .secondnavbutton.backstagehide {
    display: block;
  }
  .secondnavlinkblock {
    padding-right: 20px;
  }
  .burgermenu {
    top: 44px;
  }
  .logolink {
    position: relative;
    left: 0px;
    top: 0px;
    width: 250px;
    height: 42px;
    max-width: none;
    min-width: auto;
    margin-top: 3px;
    margin-bottom: 20px;
    margin-left: 0px;
    float: none;
  }
  .logolink.w--current {
    left: 0px;
    top: 0px;
  }
  .logolink.hidmobile-logo {
    display: none;
  }
  .heading {
    position: relative;
    left: -3px;
    top: auto;
    bottom: 0px;
    width: auto;
    float: left;
    clear: left;
    font-size: 11vw;
    line-height: 1;
    text-align: left;
  }
  .heading.graphic-replace {
    left: -13px;
    width: 100%;
    background-position: 50% 50%;
    text-align: center;
  }
  .ctabuttonlabel {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 0px;
    float: none;
    clear: both;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: left;
  }
  .titlecta {
    position: relative;
    left: auto;
    top: 28px;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 0px;
    margin-bottom: 20px;
    padding-top: 0px;
    padding-right: 0px;
    float: left;
    clear: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border: 1px none #000;
  }
  .tickets-button {
    left: 30px;
    top: 27px;
    right: 100px;
    margin: -84px 60px 20px 0vw;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    clear: both;
    border-style: solid;
  }
  .tickets-button.newsletter {
    margin-bottom: 0px;
  }
  .newhero {
    background-position: 50% 50%;
  }
  .bigcontainer {
    position: relative;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .linkdates.location-max {
    line-height: 1.4;
  }
  .link-block {
    width: 50%;
    margin-right: 2px;
    margin-bottom: 40px;
    float: left;
    clear: left;
  }
  .link-block.journal-links {
    width: 50%;
  }
  .dates {
    width: 100%;
    padding-top: 40px;
    float: none;
    clear: left;
    border-top: 1px none #fff;
  }
  .dates.journal-links {
    left: 0%;
    width: 100%;
  }
  .dates.dates-max {
    padding-top: 0px;
  }
  .paragraph.intro {
    width: 100%;
  }
  .paragraph.main {
    width: 100%;
  }
  .paragraph.press.noimage-v3b {
    left: 0px;
  }
  .paragraph.press.holding-quote {
    left: 0px;
  }
  .paragraph.intro-v2 {
    width: 100%;
    font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  }
  .paragraph.intro-max {
    width: 100%;
    font-size: 23px;
  }
  .paragraph.para-max {
    width: 100%;
  }
  .paragraph.faux-header {
    width: 100%;
  }
  .paragraph.amend-intro {
    width: 100%;
  }
  .paragraph.intro-max-copy {
    width: 100%;
    font-size: 23px;
  }
  .paragraph.press-home.noimage-v3b {
    left: 0px;
  }
  .paragraph.press-home.holding-quote {
    left: 0px;
  }
  .paragraph.home-about-intro {
    width: 100%;
    margin-bottom: 100px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: left;
  }
  .paragraph.full-width-intro {
    width: 100%;
    font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:400;  }
  .paragraph.aboutintro {
    width: 100%;
    font-size: 23px;
  }
  .containslider {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  .header-cta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .press {
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .press.press-max {
    padding-bottom: 180px;
  }
  .pressquote {
    margin-bottom: 100px;
  }
  .pressquote.noimage-v3b {
    margin-bottom: 0px;
  }
  .pressquote.noimage-v3b.home-quote {
    width: 100%;
    padding-right: 0px;
  }
  .partners {
    width: 100%;
  }
  .accordionwrapper.story-accordion {
    margin-top: 20px;
  }
  .accordionitem {
    padding-top: 0px;
  }
  .accordionitem._50-50-accordion {
    width: 100%;
  }
  .accordion-item-trigger {
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .heading-2 {
    font-size: 29px;
  }
  .heading-2.readmore {
    font-size: 20px;
  }
  .heading-2.accordion-h2 {
    min-height: auto;
  }
  .accordion-content {
    display: block;
    margin-bottom: 0px;
  }
  .columns-2 {
    display: block;
  }
  .reveal {
    margin-top: 12px;
  }
  .journalheader {
    clear: both;
  }
  .journalheader.noimage {
    display: none;
  }
  .journal-wrapper {
    top: 0px;
    width: 100%;
  }
  .journal-wrapper.aborjournal {
    padding-top: 0px;
  }
  .journal-wrapper.journal-max-home {
    margin-top: -37px;
    padding-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .journal-wrapper.journal-max-blog {
    padding-top: 60px;
  }
  .journal-post {
    width: 100%;
  }
  .journal-post-image {
    width: 100%;
  }
  .footer {
    position: relative;
    padding-right: 30px;
    padding-left: 30px;
  }
  .bottomgradient {
    z-index: 1;
    height: 600px;
  }
  .utility-col1 {
    height: auto;
    padding-top: 10px;
    padding-right: 40px;
    padding-bottom: 20px;
    clear: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .utility-col1.gettickets {
    margin-bottom: 40px;
  }
  .utility-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: 1px solid #555;
  }
  .main-menu-overlay {
    width: 100%;
    height: 45vh;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .utility-col2 {
    padding-top: 40px;
    padding-bottom: 36px;
    clear: left;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .utility-col3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .utility-links {
    padding-right: 28px;
    float: right;
    font-size: 18px;
  }
  .main-menu-link {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    float: left;
    clear: both;
    font-size: 6vw;
  }
  .main-menu-link.w--current {
    padding-bottom: 20px;
    font-size: 6vw;
  }
  .main-menu-link.home-mobile {
    display: block;
    float: none;
    clear: both;
  }
  .left-main-menu {
    left: 0px;
    display: block;
    width: 50%;
    margin-right: auto;
    padding-top: 0px;
    clear: both;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .div-block-6 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
    margin-right: 0px;
    padding-left: 40px;
  }
  .main-menu-link-s {
    float: right;
    font-size: 18px;
  }
  .main-menu-link-s.hide-mbile {
    display: none;
  }
  .close-menu {
    top: 30px;
    display: none;
  }
  .takeovermenu {
    display: none;
    overflow: auto;
    padding-top: 40px;
  }
  .first-nav-column.burgerpad {
    padding-right: 10px;
  }
  .logo-padding {
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-2 {
    position: relative;
  }
  .logo-setup {
    width: 50%;
  }
  .firstnav-setup {
    display: none;
  }
  .secondnav-setup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero-image {
    background-position: 50% -8%;
  }
  .paragraph-2 {
    position: relative;
    margin-bottom: 2vw;
    float: left;
    clear: left;
  }
  .project-header-wrap.no-tickets {
    bottom: 80px;
  }
  .project-header-wrap.graphic-adjust {
    bottom: 25vh;
    width: 89%;
  }
  .press-single {
    margin-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .press-single.no-image {
    width: 100%;
  }
  .press-single.no-image-v2 {
    width: 100%;
  }
  .press-single.noimagev3b {
    width: 100%;
  }
  .press-single.project-quote {
    width: 100%;
  }
  .image-3 {
    max-width: 100%;
    margin-bottom: 140px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .project-intro-wrap.with-image {
    padding-bottom: 60px;
  }
  .quote-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .quote-wrap.quote-no-image {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .full-container {
    z-index: 0;
  }
  .scond-menu {
    width: 100%;
    height: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .menu {
    display: block;
    margin-top: 0px;
    font-size: 20px;
  }
  .menu.support-button {
    display: none;
  }
  .menu.support-button.w--current {
    top: auto;
    bottom: auto;
    font-size: 22px;
  }
  .right-main-menu {
    display: block;
    width: 50%;
    padding-top: 20px;
  }
  .logo-setup-menu {
    width: 50%;
  }
  .menu-flex {
    position: relative;
    left: auto;
    top: 40px;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0vw;
    padding-left: 0vw;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .dot-menu {
    display: none;
    margin-top: 40px;
    letter-spacing: 1px;
  }
  .toputility-menu {
    left: 0vw;
    right: 0px;
    width: 32%;
    margin-top: 20px;
    margin-right: 1%;
    float: left;
  }
  .toputility-menu.idenewsltter {
    display: none;
    margin-top: 20px;
    float: left;
  }
  .sign-up-menu-cta {
    display: none;
    font-size: 18px;
  }
  .more-mobile {
    display: block;
    float: right;
    font-size: 18px;
  }
  .more-mobile.hide-mbile {
    display: none;
  }
  .logo-no-h1 {
    width: 100%;
    max-width: 650px;
    margin-top: 4px;
  }
  .second-menu {
    top: 40px;
    z-index: 2;
    font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;    font-weight: 300;
  }
  .footer-logo {
    position: relative;
    left: 0px;
    top: 0px;
    width: 74%;
    height: 42px;
    max-width: none;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    float: none;
  }
  .footer-logo.hidmobile-logo {
    display: none;
  }
  .footer-logo-image {
    position: relative;
    width: 208px;
    max-width: none;
  }
  .fotter-block-menu {
    padding-right: 0px;
  }
  .fotter-block-menu.footer-contact {
    padding-right: 0px;
  }
  .fototer-block-supported {
    position: relative;
    padding-top: 11px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .footer-row-1 {
    position: relative;
    margin-top: 100px;
  }
  .artcouncil-image {
    position: relative;
    display: block;
    width: 221px;
    margin-top: 31px;
    margin-bottom: 40px;
    clear: both;
  }
  .council-logo {
    width: 100px;
  }
  .div-block-11 {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .newletter-butoon-footer {
    margin-top: 0px;
  }
  .footer-menu {
    width: 100%;
    float: none;
  }
  .footer-terms-links {
    position: absolute;
    left: auto;
    top: auto;
    right: 0%;
    bottom: 40px;
  }
  .footer-social-links {
    max-width: 30px;
  }
  .footer-legals {
    margin-bottom: 40px;
  }
  .quotespan {
    left: 0px;
    top: 0px;
    font-size: 62px;
    line-height: 1;
  }
  .main-menu-secondary {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .div-block-12 {
    display: block;
  }
  .stick-image {
    background-position: 50% -8%;
  }
  .stick-image.unstick {
    min-height: 600px;
  }
  .overlay-header {
    font-size: 9vw;
  }
  ._50-wrapper-v2 {
    padding-bottom: 0px;
  }
  ._50-content-wrapper {
    left: 0%;
    width: 100%;
  }
  .get-action-wrapper-v2 {
    width: 100%;
  }
  .reveal-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  ._5050image {
    max-width: 100%;
    margin-top: 100px;
    margin-bottom: 60px;
    padding-top: 0px;
    padding-right: 0vw;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .double-date {
    display: block;
    width: 100%;
  }
  .max-intro {
    z-index: 1;
  }
  .link-block-max {
    width: 100%;
    margin-right: 2px;
    margin-bottom: 40px;
    float: left;
    clear: left;
  }
  .big-locations {
    margin-top: 40px;
  }
  .main-text {
    padding-left: 5vw;
  }
  ._50-main-text {
    left: 0%;
    width: 100%;
  }
  .read-more-body {
    width: 100%;
    padding-right: 0px;
  }
  .accordion-single-body {
    padding-right: 0px;
  }
  .essential-header {
    margin-bottom: 20px;
    padding-top: 0px;
  }
  .second-hero {
    background-position: 50% 50%;
  }
  .home-generic-hero-50 {
    background-position: 50% 50%;
  }
  .home-hero {
    background-position: 50% 50%;
  }
  .home-hero.bluebird-promo {
    height: 100vh;
  }
  .home-hero-heading {
    position: relative;
    left: -3px;
    top: auto;
    bottom: 0px;
    width: auto;
    float: left;
    clear: left;
    font-size: 11vw;
    line-height: 1;
    text-align: left;
  }
  .home-hero-heading.graphic-replace {
    left: -13px;
    width: 100%;
    background-position: 50% 50%;
    text-align: center;
  }
  .home-hero-label {
    position: relative;
    margin-bottom: 2vw;
    float: left;
    clear: left;
  }
  .home-hero-header-wrap.no-tickets {
    bottom: 80px;
  }
  .home-hero-header-wrap.graphic-adjust {
    bottom: 25vh;
    width: 89%;
  }
  .home-current-logo {
    margin-top: 4px;
  }
  .home-current-logo.bluebird {
    width: 75%;
    max-width: none;
    padding-left: 0px;
  }
  .home-current-hero-70 {
    background-position: 50% 50%;
  }
  .home-current-logo-copy {
    margin-top: 4px;
  }
  .home-hero-header-wrap-vert.no-tickets {
    bottom: 80px;
  }
  .home-hero-header-wrap-vert.graphic-adjust {
    bottom: 25vh;
    width: 89%;
  }
  .project-label.location-max {
    line-height: 1.4;
  }
  .video-home {
    background-position: 50% 50%;
  }
  .bigcontainer-home {
    position: relative;
    z-index: 0;
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .project-labels-home {
    float: left;
    clear: both;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
  }
  .project-labels-home.newsletter {
    margin-bottom: 0px;
  }
  .home-retrospective {
    display: none;
    width: 100%;
    height: 36vh;
    background-image: none;
  }
  .gradient-topper {
    height: 129px;
    margin-top: -2px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(71%, #1d1d1d), to(rgba(36, 36, 36, 0)));
    background-image: linear-gradient(180deg, #1d1d1d 71%, rgba(36, 36, 36, 0));
  }
  .header-wrap {
    left: 30px;
  }
  .home-project-label.location-max {
    line-height: 1.4;
  }
  .hidden-desc.location-max {
    line-height: 1.4;
  }
  .video-header {
    left: 5vw;
    top: 27px;
    right: 100px;
    margin: -84px 60px 20px 0vw;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    clear: both;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
  }
  .video-header.newsletter {
    margin-bottom: 0px;
  }
  .holding-hero {
    background-position: 50% 50%;
  }
  .holding-heading {
    position: relative;
    left: 0px;
    top: auto;
    bottom: 0px;
    width: auto;
    float: left;
    clear: left;
    font-size: 8vw;
    line-height: 1.1;
    text-align: left;
  }
  .holding-heading.graphic-replace {
    left: -13px;
    width: 100%;
    background-position: 50% 50%;
    text-align: center;
  }
  .holding-heading.article-header {
    font-size: 10vw;
    line-height: 1.1;
  }
  .holding-heading.blog-header {
    font-size: 13vw;
    line-height: 1.1;
  }
  .holding-label {
    position: relative;
    margin-bottom: 2vw;
    float: left;
    clear: left;
  }
  .holding-label.date {
    margin-top: 30px;
  }
  .holding-header-wrap.no-tickets {
    bottom: 80px;
  }
  .holding-header-wrap.graphic-adjust {
    bottom: 25vh;
    width: 89%;
  }
  .holding-button {
    background-position: 0% 54%;
    font-size: 20px;
  }
  .holding-top-gradient {
    padding-top: 40px;
    padding-right: 9vw;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }
  .holding-logo-link {
    position: absolute;
    left: 5vw;
    top: 60px;
    width: 252px;
    margin-top: 3px;
    margin-bottom: 20px;
    margin-left: 0px;
    float: none;
  }
  .holding-logo-link.hidmobile-logo {
    display: none;
  }
  .holding-footer {
    position: relative;
    padding-top: 0px;
    padding-right: 5vw;
    padding-left: 5vw;
  }
  .holding-footer-block {
    padding-right: 0px;
  }
  .holding-footer-block.footer-contact {
    padding-right: 100px;
  }
  .sign-up-overlay {
    display: none;
  }
  .text-field {
    font-size: 21px;
  }
  .submit-button {
    font-size: 21px;
  }
  .checkbox-label {
    margin-left: 20px;
    font-size: 19px;
  }
  .close-newsletter {
    right: 10vw;
  }
  .feedback-heading {
    position: relative;
    left: 0px;
    top: auto;
    bottom: 0px;
    width: 75vw;
    float: left;
    clear: left;
    font-size: 8vw;
    line-height: 1.1;
    text-align: left;
  }
  .feedback-heading.graphic-replace {
    left: -13px;
    width: 100%;
    background-position: 50% 50%;
    text-align: center;
  }
  .privacy-statement {
    margin-left: 0px;
    float: left;
  }
  .about-top {
    display: block;
    padding-top: 220px;
    padding-bottom: 90px;
  }
  .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.cc-center {
    width: auto;
  }
  .header-container {
    width: 100%;
    margin-bottom: 64px;
    margin-left: 0px;
  }
  .header-container.blog-text-cntainer {
    bottom: 0px;
    margin-bottom: 0px;
  }
  .h1 {
    font-size: 36px;
    line-height: 42px;
  }
  .header {
    height: 100vh;
    padding-right: 30px;
    padding-left: 30px;
    clear: none;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(32%, transparent), color-stop(41%, transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/wildworks-flow2.jpg');
    background-image: linear-gradient(0deg, #000, transparent 32%, transparent 41%), linear-gradient(180deg, transparent, transparent), url('../images/wildworks-flow2.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
  }
  .header.blog-header {
    padding-top: 20px;
  }
  .header.about-image {
    background-position: 0px 0px, 50% 50%;
  }
  .article-content {
    position: relative;
    z-index: 0;
    margin-top: -36px;
    padding-right: 0px;
    padding-bottom: 60px;
    padding-left: 0px;
  }
  .text-container-2 {
    width: 100%;
  }
  .rich-text-wrap {
    width: 100%;
    max-width: none;
    padding-right: 30px;
    padding-left: 30px;
  }
  .rich-text-wrap.intro {
    width: 100%;
  }
  .rich-text-wrap.main {
    width: 100%;
  }
  .rich-text-wrap.intro-v2 {
    width: 100%;
  }
  .rich-text-wrap.intro-max {
    width: 100%;
  }
  .rich-text-wrap.para-max {
    width: 100%;
  }
  .cookienotice {
    right: auto;
    bottom: 0vw;
    width: 100%;
  }
  .playvideo {
    position: relative;
    z-index: 2;
    width: 84px;
  }
  .video-overlay {
    display: none;
  }
  .close-video {
    right: 10vw;
  }
  .home-strapline.intro {
    width: 100%;
  }
  .home-strapline.main {
    width: 100%;
  }
  .home-strapline.press.noimage-v3b {
    left: 0px;
  }
  .home-strapline.press.holding-quote {
    left: 0px;
  }
  .home-strapline.intro-v2 {
    width: 100%;
  }
  .home-strapline.intro-max {
    width: 100%;
  }
  .home-strapline.para-max {
    width: 100%;
  }
  .home-strapline.faux-header {
    width: 100%;
  }
  .home-strapline.amend-intro {
    width: 100%;
  }
  .sign-up-home {
    left: 5vw;
    top: 27px;
    right: 100px;
    margin: -84px 60px 20px 0vw;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    clear: both;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
  }
  .sign-up-home.newsletter {
    margin-bottom: 0px;
  }
  .video-header-new {
    float: left;
    clear: both;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
  }
  .video-header-new.newsletter {
    margin-bottom: 0px;
  }
  .horizontal-texture {
    margin-top: -110px;
  }
  .footer-texture {
    height: 350px;
  }
  .black-foorer-logo {
    bottom: 100px;
  }
  .hr-texture-white.hidetecture {
    display: none;
  }
  .homeintro {
    z-index: 1;
    padding: 140px 30px 180px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-quotes {
    margin-bottom: 100px;
    margin-left: auto;
  }
  .home-quotes._5050-quote {
    left: 0%;
    width: 100%;
  }
  .home-blog-header {
    clear: both;
  }
  .home-blog-header.noimage {
    display: none;
  }
  .blog-links-home {
    width: 100%;
    padding-top: 40px;
    float: none;
    clear: left;
    border-top: 1px none #fff;
  }
  .blog-links-home.journal-links {
    left: 0%;
    width: 100%;
  }
  .blog-date.location-max {
    line-height: 1.4;
  }
  .blog-links-home-2 {
    width: 50%;
    margin-right: 2px;
    margin-bottom: 40px;
    float: left;
    clear: left;
  }
  .blog-links-home-2.journal-links {
    width: 50%;
  }
  .grid-2 {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    grid-row-gap: 0px;
  }
  .post-tag.location-max {
    line-height: 1.4;
  }
  .grid-post-image {
    width: 100%;
  }
  .sign-up-home-copy {
    left: 5vw;
    top: 27px;
    right: 100px;
    margin: -84px 60px 20px 0vw;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    clear: both;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
  }
  .sign-up-home-copy.newsletter {
    margin-bottom: 0px;
  }
  .sign-blog-grid {
    left: 5vw;
    top: 35px;
    right: 100px;
    margin: 40px 60px 20px 0vw;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    clear: both;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
  }
  .sign-blog-grid.newsletter {
    margin-bottom: 0px;
  }
  .home-quote-overlay {
    left: auto;
    margin-bottom: 100px;
  }
  .post-date.location-max {
    line-height: 1.4;
  }
  .menu-contact-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .menu-legals {
    margin-bottom: 40px;
  }
  .logolink-2 {
    position: relative;
    left: 0px;
    top: 2px;
    width: auto;
    height: 42px;
    max-width: none;
    min-width: auto;
    margin-top: 3px;
    margin-bottom: 20px;
    margin-left: 0px;
    float: none;
  }
  .logolink-2.w--current {
    left: 0px;
    top: 0px;
  }
  .logolink-2.hidmobile-logo {
    display: none;
  }
  .takeovermenu-2 {
    overflow: auto;
    padding-top: 40px;
  }
  .main-menu-link-2 {
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 30px;
    padding-bottom: 20px;
    float: left;
    clear: both;
    font-size: 6vw;
  }
  .main-menu-link-2.w--current {
    padding-bottom: 20px;
    font-size: 6vw;
  }
  .blog-image {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sign-up-blog {
    left: 5vw;
    top: 40px;
    right: 100px;
    margin: -84px 60px 20px 0vw;
    padding-right: 0px;
    padding-left: 0px;
    float: left;
    clear: both;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
  }
  .sign-up-blog.newsletter {
    margin-bottom: 0px;
  }
  .blog-grids {
    z-index: 0;
    margin-top: 0px;
  }
  .sign-up-article {
    left: 40px;
    top: 35px;
    right: 100px;
    bottom: auto;
    margin: -140px 60px 20px 0vw;
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    clear: both;
    border-style: solid;
  }
  .sign-up-article.newsletter {
    margin-bottom: 0px;
  }
  .gradient-topper-blog {
    height: 100px;
    margin-top: -17px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(71%, #1d1d1d), to(rgba(36, 36, 36, 0)));
    background-image: linear-gradient(180deg, #1d1d1d 71%, rgba(36, 36, 36, 0));
  }
  .gradient-topper-home {
    height: 100px;
    margin-top: 60px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(71%, #1d1d1d), to(rgba(36, 36, 36, 0)));
    background-image: linear-gradient(180deg, #1d1d1d 71%, rgba(36, 36, 36, 0));
  }
  .pressquote-copy {
    margin-bottom: 100px;
  }
  .image-10 {
    width: 243px;
  }
  .icon-and-strap {
    margin-top: -11px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .info-button {
    left: auto;
    top: auto;
    right: 30px;
    bottom: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    clear: both;
    border-style: none;
  }
  .info-button.newsletter {
    margin-bottom: 0px;
  }
  .gradient-topper-project {
    height: 100px;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(71%, #1d1d1d), to(rgba(36, 36, 36, 0)));
    background-image: linear-gradient(180deg, #1d1d1d 71%, rgba(36, 36, 36, 0));
  }
  .left-right-project {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .accordion-texture {
    margin-bottom: 40px;
  }
  .big-quote.intro {
    width: 100%;
  }
  .big-quote.main {
    width: 100%;
  }
  .big-quote.press.noimage-v3b {
    left: 0px;
  }
  .big-quote.press.holding-quote {
    left: 0px;
  }
  .big-quote.intro-v2 {
    width: 100%;
  }
  .big-quote.intro-max {
    width: 100%;
    font-size: 23px;
  }
  .big-quote.para-max {
    width: 100%;
  }
  .big-quote.faux-header {
    width: 100%;
  }
  .big-quote.amend-intro {
    width: 100%;
  }
  .reveal-wrapper-100 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .partners-logos {
    position: relative;
    left: 0%;
    width: 100%;
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .partner-logo-group {
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .partner-logo {
    position: relative;
    display: block;
    width: auto;
    max-width: none;
    margin-top: 31px;
    margin-bottom: 40px;
    clear: both;
  }
  .button-news {
    left: 30px;
    top: 41px;
    right: 100px;
    margin: 22px 60px 20px 0vw;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    clear: both;
    border-style: solid;
  }
  .button-news.newsletter {
    margin-bottom: 0px;
  }
  .button-news.about-button {
    top: 41px;
    margin-top: -31px;
  }
  .blog-full-width-image-wrapper {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .image-caption {
    margin-top: 20px;
    margin-left: 0px;
    padding-left: 30px;
  }
  .image-caption.hero-image-caption {
    margin-top: 30px;
    padding-left: 0px;
    text-align: right;
  }
  .play-trailer {
    position: relative;
    z-index: 2;
  }
  .home-blog-posts {
    margin-top: 40px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .about-blog-posts {
    padding-right: 30px;
    padding-left: 30px;
  }
  .about-intro {
    z-index: 1;
    padding-top: 0px;
  }
  .accordion-item-trigger-fix {
    margin-bottom: 40px;
    padding-right: 0px;
  }
  .top-texture {
    top: -27px;
  }
}

@media screen and (max-width: 767px) {
  .main-nav {
    padding-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .secondnav {
    display: none;
  }
  .burgermenu {
    top: 33px;
    right: 40px;
  }
  .logolink {
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .logolink.w--current {
    left: 0px;
  }
  .logolink.hidmobile-logo {
    display: none;
  }
  .heading {
    left: -3px;
    display: block;
    overflow: visible;
    width: auto;
    float: left;
    font-size: 15vw;
    line-height: 1.1;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .showtitle {
    padding-top: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .ctabuttonlabel {
    display: block;
    text-align: left;
  }
  .titlecta {
    width: 75%;
    margin-top: 0px;
    margin-bottom: 40px;
    padding-right: 0px;
    float: left;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    text-align: left;
  }
  .tickets-button {
    top: 17px;
    margin-top: -79px;
    float: left;
  }
  .tickets-button.newsletter {
    margin-bottom: 0px;
  }
  .newhero {
    min-height: 500px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .newhero.secondhero.secondheromax.resetsticky {
    z-index: 0;
  }
  .bigcontainer {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .link-block {
    margin-right: 2px;
  }
  .dates {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    clear: left;
  }
  .dates.journal-links {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .paragraph.intro {
    width: 100%;
  }
  .paragraph.press.noimage-v3b {
    padding-right: 0px;
  }
  .paragraph.press.holding-quote {
    padding-right: 0px;
  }
  .paragraph.intro-v2 {
    width: 100%;
    font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  }
  .paragraph.intro-max {
    width: 100%;
  }
  .paragraph.presshome.noimage-v3b {
    padding-right: 0px;
  }
  .paragraph.faux-header {
    width: 100%;
  }
  .paragraph.amend-intro {
    width: 100%;
  }
  .paragraph.intro-max-copy {
    width: 100%;
  }
  .paragraph.press-home.noimage-v3b {
    padding-right: 0px;
  }
  .paragraph.press-home.holding-quote {
    padding-right: 0px;
  }
  .paragraph.home-about-intro {
    width: 100%;
  }
  .paragraph.full-width-intro {
    width: 100%;
    font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;  }
  .paragraph.aboutintro {
    width: 100%;
  }
  .containslider.max-slider {
    z-index: 10;
  }
  .header-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .press {
    margin-bottom: 60px;
  }
  .press.press-max {
    z-index: 10;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .pressquote.noimage {
    padding-left: 40px;
  }
  .pressquote.noimage-v2 {
    padding-left: 40px;
  }
  .pressquote.noimage-v3 {
    padding-left: 40px;
  }
  .pressquote.noimage-v3b {
    padding-left: 0px;
  }
  .pressquote.noimage-v3b.home-quote {
    width: 100%;
  }
  .partnerlabel {
    width: 75%;
  }
  .accordionwrapper.accordion-max {
    z-index: 10;
    padding-right: 30px;
    padding-left: 30px;
  }
  .journal-wrapper.journal-max {
    z-index: 10;
    padding-right: 40px;
    padding-left: 40px;
  }
  .journal-wrapper.journal-max-home {
    z-index: 10;
    padding-right: 37px;
    padding-left: 30px;
  }
  .journal-wrapper.journal-max-blog {
    z-index: 10;
    padding-right: 30px;
    padding-left: 30px;
  }
  .journal-post.grid-post {
    margin-bottom: 60px;
  }
  .footer {
    padding: 40px;
  }
  .footer-image {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .utility-menu {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-menu-overlay {
    position: relative;
    display: block;
    width: 60%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 60px;
    float: left;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .utility-col2 {
    padding-top: 20px;
  }
  .utility-links {
    float: left;
  }
  .utility-links-s {
    margin-bottom: -4px;
  }
  .main-menu-link {
    width: auto;
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
    clear: left;
    font-size: 47px;
    line-height: 1;
  }
  .main-menu-link.w--current {
    font-size: 42px;
  }
  .left-main-menu {
    width: 100%;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .div-block-6 {
    position: relative;
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    height: auto;
    padding-top: 79px;
    padding-left: 49px;
    float: left;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .main-menu-link-s {
    margin-top: 0px;
    margin-bottom: 20px;
    float: left;
    font-size: 18px;
  }
  .bluebird-video {
    display: none;
  }
  .close-menu {
    top: 28px;
    right: 30px;
  }
  .takeovermenu {
    display: none;
  }
  .image-2 {
    left: -22px;
  }
  .logo-setup {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .secondnav-setup {
    display: none;
  }
  .hero-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .project-header-wrap {
    bottom: 25vh;
  }
  .project-header-wrap.no-tickets {
    bottom: 69px;
    max-width: 67%;
  }
  .press-single {
    margin-bottom: 60px;
  }
  .project-intro-wrap.with-image {
    padding-bottom: 140px;
    padding-left: 30px;
  }
  .full-container {
    z-index: auto;
  }
  .scond-menu {
    position: relative;
    display: block;
    width: 50%;
    height: auto;
    padding-top: 70px;
    padding-bottom: 60px;
    float: left;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .right-main-menu {
    display: block;
    width: 100%;
    margin-top: 60px;
    padding-top: 0px;
  }
  .logo-setup-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .menu-flex {
    top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dot-menu {
    top: 20px;
    right: 50px;
    display: none;
    margin-top: 40px;
  }
  .toputility-menu {
    width: 49%;
  }
  .more-mobile {
    display: block;
    margin-top: 0px;
    margin-bottom: 20px;
    float: left;
    font-size: 18px;
  }
  .logo-no-h1 {
    max-width: 550px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .second-menu {
    top: 27px;
    right: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-logo {
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .footer-logo.hidmobile-logo {
    display: none;
  }
  .fotter-block-menu.footer-contact {
    padding-right: 0px;
  }
  .footer-row-1 {
    margin-top: 60px;
  }
  .footer-row-1.footer-finalrow {
    margin-top: 140px;
  }
  .footer-label {
    font-size: 18px;
  }
  .artcouncil-image {
    width: 244px;
  }
  .council-logo {
    width: 112px;
  }
  .newletter-butoon-footer {
    margin-top: 2px;
    font-size: 18px;
  }
  .newletter-butoon-footer.email-footer {
    font-size: 17px;
  }
  .footer-menu {
    width: 100%;
  }
  .footer-address {
    max-width: 198px;
  }
  .footer-social-links {
    margin-right: 13px;
  }
  .footer-legals {
    font-size: 12px;
  }
  .scoail-wrap {
    width: 100%;
  }
  .main-menu-secondary {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
    font-size: 18px;
  }
  .main-menu-second-wrap {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .arbor-video {
    display: none;
  }
  .stick-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
  .stick-image.unstick {
    height: 100vh;
  }
  .overlay-header {
    font-size: 8vw;
  }
  ._50-wrapper-v2 {
    padding-top: 100px;
  }
  .reveal-wrapper {
    padding-top: 60px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .reveal-wrapper + .reveal-wrapper { padding-top:0;}
  .max-intro {
    z-index: 10;
  }
  .link-block-max {
    margin-right: 2px;
  }
  .main-text {
    z-index: 10;
  }
  .accordion-single-body {
    padding-right: 0px;
  }
  .second-hero {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 0;
    min-height: 500px;
    margin-top: -100px;
    background-image: url('../images/GNO-1---055.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }
  .home-generic-hero-50 {
    min-height: 500px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .home-generic-hero-50.secondhero.secondheromax.resetsticky {
    z-index: 0;
  }
  .home-hero {
    min-height: 500px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .home-hero.secondhero.secondheromax.resetsticky {
    z-index: 0;
  }
  .home-hero.bluebird-promo {
    height: 90vh;
    padding-right: 38px;
    background-position: 0px 0px, 31% 30%;
    background-attachment: scroll, fixed;
  }
  .home-hero.current-show {
    height: 90vh;
  }
  .home-hero-heading {
    left: -3px;
    display: block;
    overflow: visible;
    width: auto;
    float: left;
    font-size: 15vw;
    line-height: 1.1;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .home-hero-header-wrap {
    bottom: 25vh;
  }
  .home-hero-header-wrap.no-tickets {
    bottom: 69px;
    max-width: 67%;
  }
  .home-current-logo.bluebird {
    width: 100%;
    max-width: 100%;
  }
  .home-current-logo.arbor-logo {
    width: 100%;
  }
  .home-current-hero-70 {
    min-height: 500px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .home-current-hero-70.secondhero.secondheromax.resetsticky {
    z-index: 0;
  }
  .home-hero-header-wrap-vert {
    bottom: 25vh;
  }
  .home-hero-header-wrap-vert.no-tickets {
    bottom: 69px;
    max-width: 67%;
  }
  .video-home {
    z-index: 0;
    min-height: 500px;
  }
  .bigcontainer-home {
    padding-right: 0vw;
    padding-left: 0vw;
  }
  .project-labels-home.newsletter {
    margin-bottom: 0px;
  }
  .home-retrospective {
    min-height: 500px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .home-retrospective.secondhero.secondheromax.resetsticky {
    z-index: 0;
  }
  .gradient-topper {
    height: 120px;
    margin-top: -24px;
  }
  .header-wrap {
    left: 30px;
  }
  .video-header {
    top: 17px;
    margin-top: -79px;
    float: left;
  }
  .video-header.newsletter {
    margin-bottom: 0px;
  }
  .holding {
    z-index: auto;
  }
  .holding-hero {
    min-height: 500px;
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  .holding-hero.secondhero.secondheromax.resetsticky {
    z-index: 0;
  }
  .holding-heading {
    left: -3px;
    display: block;
    overflow: visible;
    width: auto;
    margin-bottom: 8vw;
    float: left;
    line-height: 1.2;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .holding-heading.article-header {
    margin-bottom: 0vw;
    font-size: 10vw;
    line-height: 1.1;
  }
  .holding-heading.blog-header {
    margin-bottom: 0vw;
    font-size: 15vw;
    line-height: 1.1;
  }
  .holding-label.date {
    margin-top: 20px;
  }
  .holding-header-wrap {
    bottom: 5vh;
  }
  .holding-header-wrap.no-tickets {
    bottom: 69px;
    max-width: 67%;
  }
  .holding-button {
    position: fixed;
    top: 40px;
    font-size: 20px;
  }
  .holding-button.email-footer {
    font-size: 17px;
  }
  .holding-top-gradient {
    padding-top: 40px;
  }
  .holding-logo-link {
    position: absolute;
    top: 40px;
  }
  .holding-logo-link.hidmobile-logo {
    display: none;
  }
  .holding-footer {
    padding: 40px 6vw;
  }
  .holding-newsletter-footer {
    display: none;
    font-size: 18px;
  }
  .holding-newsletter-footer.email-footer {
    font-size: 17px;
  }
  .holding-footer-block.footer-contact {
    padding-right: 0px;
  }
  .sign-up-overlay {
    display: none;
  }
  .sign-up-wrapper {
    width: 84vw;
  }
  .div-block-16 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .submit-button {
    margin-top: 20px;
    padding-left: 0px;
  }
  .close-newsletter {
    top: 40px;
    right: 8vw;
  }
  .feedback-heading {
    left: -3px;
    display: block;
    overflow: visible;
    width: 85vw;
    margin-bottom: 8vw;
    float: left;
    line-height: 1.1;
    text-align: left;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .about-top {
    position: relative;
    z-index: 0;
    display: block;
    padding-top: 180px;
    padding-bottom: 90px;
  }
  .container.cc-center {
    width: 100%;
  }
  .header-container {
    width: 100%;
    margin-bottom: 75px;
  }
  .header-container.blog-text-cntainer {
    bottom: 0px;
    margin-bottom: 45px;
  }
  .h1 {
    font-size: 30px;
    line-height: 36px;
  }
  .header {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(51%, transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/wildworks-flow2.jpg');
    background-image: linear-gradient(0deg, #000, transparent 51%, transparent), linear-gradient(180deg, transparent, transparent), url('../images/wildworks-flow2.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
  }
  .header.blog-header {
    min-height: auto;
    padding-top: 300px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .header.about-image {
    background-position: 0px 0px, 41% 50%;
  }
  .article-content {
    position: relative;
    z-index: 0;
    margin-top: -38px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .rich-text-wrap {
    width: 100%;
  }
  .rich-text-wrap.intro {
    width: 100%;
  }
  .rich-text-wrap.press.noimage-v3b {
    padding-right: 0px;
  }
  .rich-text-wrap.intro-v2 {
    width: 100%;
  }
  .rich-text-wrap.intro-max {
    width: 100%;
  }
  .rich-text-wrap.presshome.noimage-v3b {
    padding-right: 0px;
  }
  .cookienotice {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    width: 100%;
  }
  .playvideo {
    width: 75px;
  }
  .video-overlay {
    display: none;
  }
  .close-video {
    top: 40px;
    right: 8vw;
  }
  .home-strapline.intro {
    width: 100%;
  }
  .home-strapline.press.noimage-v3b {
    padding-right: 0px;
  }
  .home-strapline.press.holding-quote {
    padding-right: 0px;
  }
  .home-strapline.intro-v2 {
    width: 100%;
  }
  .home-strapline.intro-max {
    width: 100%;
  }
  .home-strapline.presshome.noimage-v3b {
    padding-right: 0px;
  }
  .home-strapline.faux-header {
    width: 100%;
  }
  .home-strapline.amend-intro {
    width: 100%;
  }
  .sign-up-home {
    top: 17px;
    margin-top: -79px;
    float: left;
  }
  .sign-up-home.newsletter {
    margin-bottom: 0px;
  }
  .video-header-new.newsletter {
    margin-bottom: 0px;
  }
  .horizontal-texture {
    bottom: -29px;
    z-index: 1;
    margin-top: auto;
  }
  .horizontal-texture.with-caption {
    z-index: 0;
  }
  .footer-texture {
    height: 258px;
  }
  .black-foorer-logo {
    right: 10px;
    bottom: 60px;
    width: 50%;
  }
  .homeintro {
    z-index: 10;
    padding-right: 30px;
    padding-bottom: 180px;
    padding-left: 30px;
  }
  .home-quotes {
    margin-left: auto;
  }
  .home-quotes.noimage {
    padding-left: 40px;
  }
  .home-quotes.noimage-v2 {
    padding-left: 40px;
  }
  .home-quotes.noimage-v3 {
    padding-left: 40px;
  }
  .home-quotes.noimage-v3b {
    padding-left: 0px;
  }
  .blog-links-home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    clear: left;
  }
  .blog-links-home.journal-links {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .blog-links-home-2 {
    margin-right: 2px;
  }
  .grid-2 {
    display: block;
  }
  .sign-up-home-copy {
    top: 17px;
    margin-top: -79px;
    float: left;
  }
  .sign-up-home-copy.newsletter {
    margin-bottom: 0px;
  }
  .sign-blog-grid {
    left: 30px;
    top: 30px;
    margin-top: 0px;
    float: none;
  }
  .sign-blog-grid.newsletter {
    margin-bottom: 0px;
  }
  .home-quote-overlay {
    margin-left: auto;
  }
  .home-quote-overlay.noimage {
    padding-left: 40px;
  }
  .home-quote-overlay.noimage-v2 {
    padding-left: 40px;
  }
  .home-quote-overlay.noimage-v3 {
    padding-left: 40px;
  }
  .home-quote-overlay.noimage-v3b {
    padding-left: 0px;
  }
  .big-image-link {
    z-index: 0;
    min-height: 500px;
  }
  .social-menu-wrap {
    margin-top: 20px;
    margin-bottom: 27px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .menu-addresss {
    display: none;
    max-width: 198px;
  }
  .menu-legals {
    display: none;
    font-size: 12px;
  }
  .rich-text-block h2 {
    font-size: 40px;
  }
  .rich-text-block h3 {
    font-size: 28px;
  }
  .rich-text-block p {
    font-size: 17px;
  }
  .logolink-2 {
    position: relative;
    left: 0px;
    top: 0px;
    margin-top: 0px;
    margin-left: 0px;
  }
  .logolink-2.w--current {
    left: 0px;
  }
  .logolink-2.hidmobile-logo {
    display: none;
  }
  .takeovermenu-2 {
    display: none;
  }
  .main-menu-link-2 {
    height: auto;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
    clear: left;
    font-size: 47px;
    line-height: 1;
  }
  .main-menu-link-2.w--current {
    font-size: 42px;
  }
  .post-link-block {
    margin-bottom: 60px;
  }
  .sign-up-blog {
    top: 30px;
    margin-top: -79px;
    float: left;
  }
  .sign-up-blog.newsletter {
    margin-bottom: 0px;
  }
  .blog-grids {
    margin-top: -73px;
  }
  .sign-up-article {
    left: 30px;
    top: 30px;
    margin-top: -140px;
    float: none;
  }
  .sign-up-article.newsletter {
    margin-bottom: 0px;
  }
  .gradient-topper-blog {
    height: 99px;
  }
  .gradient-topper-home {
    height: 99px;
    margin-top: 0px;
  }
  .pressquote-copy.noimage {
    padding-left: 40px;
  }
  .pressquote-copy.noimage-v2 {
    padding-left: 40px;
  }
  .pressquote-copy.noimage-v3 {
    padding-left: 40px;
  }
  .pressquote-copy.noimage-v3b {
    padding-left: 0px;
  }
  .info-button {
    top: 17px;
    margin-top: -79px;
    float: left;
  }
  .info-button.newsletter {
    margin-bottom: 0px;
  }
  .gradient-topper-project {
    height: 99px;
  }
  .big-quote.intro {
    width: 100%;
  }
  .big-quote.press.noimage-v3b {
    padding-right: 0px;
  }
  .big-quote.press.holding-quote {
    padding-right: 0px;
  }
  .big-quote.intro-v2 {
    width: 100%;
  }
  .big-quote.intro-max {
    width: 100%;
  }
  .big-quote.presshome.noimage-v3b {
    padding-right: 0px;
  }
  .big-quote.faux-header {
    width: 100%;
  }
  .big-quote.amend-intro {
    width: 100%;
  }
  .italic-text {
    font-size: 21px;
    line-height: 1.3;
  }
  .partner-logo-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .partner-logo {
    width: auto;
    height: 195px;
  }
  .partner-logo.tin-coast {
    width: 200px;
    height: auto;
  }
  .button-news {
    top: 28px;
    margin-top: 40px;
    float: left;
  }
  .button-news.newsletter {
    margin-bottom: 0px;
  }
  .button-news.about-button {
    top: 28px;
    margin-top: -8px;
  }
  .image-caption.hero-image-caption {
    top: -71px;
    margin-right: 30px;
    margin-left: 30px;
    padding-left: 0px;
    color: #fff;
    font-size: 13px;
    text-align: left;
  }
  .play-trailer {
    width: 75px;
    max-height: 75px;
    max-width: 75px;
  }
  .home-blog-posts {
    margin-top: 20px;
  }
  .about-intro {
    z-index: 10;
    padding-top: 0px;
  }
  .top-texture {
    top: -20px;
  }
}

@media screen and (max-width: 479px) {
  .main-nav {
    z-index: 6000;
    display: block;
    height: 200px;
    padding-top: 0px;
    padding-right: 3vw;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .burgermenu {
    top: 20px;
    right: 20px;
    z-index: 6000;
    width: 38px;
    height: 20px;
    margin-top: 11px;
    background-size: 46px 17px;
  }
  .logolink {
    position: absolute;
    left: 20px;
    top: 27px;
    display: block;
    width: 154px;
    height: auto;
    max-width: none;
    min-width: auto;
    margin: 0px 0px 60px 10px;
    float: none;
  }
  .logolink.w--current {
    position: absolute;
    left: 20px;
    top: 27px;
    width: 154px;
  }
  .logolink.hidmobile-logo {
    display: none;
  }
  .heading {
    left: -5px;
    bottom: 0px;
    width: auto;
    max-width: none;
    padding-top: 14px;
    font-size: 19vw;
    line-height: 1;
  }
  .ctabuttonlabel {
    text-align: left;
  }
  .titlecta {
    left: auto;
    right: auto;
    width: 100%;
    margin-top: -13px;
  }
  .tickets-button {
    left: 20px;
    top: 13px;
    margin: -69px 0px 20px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: none;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .tickets-button.newsletter {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .newhero {
    z-index: -1;
    height: 100vh;
    max-height: 550px;
    min-height: auto;
    background-attachment: scroll;
  }
  .newhero.secondhero {
    margin-top: 60px;
  }
  .newhero.secondhero.secondheromax {
    position: relative;
    z-index: 0;
    margin-top: -65px;
    float: left;
    clear: none;
  }
  .newhero.secondhero.secondheromax.resetsticky {
    z-index: -1;
  }
  .newhero.livehero {
    max-height: 553px;
  }
  .newhero.livehero.aborhero {
    height: 90vh;
    max-height: 896px;
  }
  .bigcontainer {
    position: relative;
    top: 0px;
    z-index: auto;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .linkdates {
    margin-bottom: 0px;
    font-size: 15px;
  }
  .linkdates.location {
    line-height: 1.5;
  }
  .link-block {
    width: 100%;
    margin-bottom: 20px;
    clear: none;
  }
  .dates {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dates.dates-max {
    margin-top: 20px;
  }
  .paragraph.intro {
    font-size: 22px;
  }
  .paragraph.main {
    font-size: 16px;
    line-height: 1.5;
  }
  .paragraph.press {
    width: 100%;
    max-width: 262px;
    font-size: 22px;
  }
  .paragraph.press.noimage-v3b {
    font-size: 24px;
  }
  .paragraph.press.holding-quote {
    font-size: 24px;
  }
  .paragraph.intro-v2 {
    font-size: 18px;
  }
  .paragraph.intro-max {
    font-size: 18px;
  }
  .paragraph.presshome {
    font-size: 22px;
  }
  .paragraph.presshome.noimage-v3b {
    font-size: 16px;
  }
  .paragraph.faux-header {
    font-size: 18px;
  }
  .paragraph.amend-intro {
    font-size: 18px;
  }
  .paragraph.intro-max-copy {
    font-size: 18px;
  }
  .paragraph.press-home {
    width: 100%;
    max-width: 262px;
    font-size: 22px;
  }
  .paragraph.press-home.noimage-v3b {
    font-size: 24px;
  }
  .paragraph.press-home.holding-quote {
    font-size: 24px;
  }
  .paragraph.home-about-intro {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    font-size: 29px;
  }
  .paragraph.full-width-intro {
    font-size: 18px;
  }
  .paragraph.aboutintro {
    font-size: 18px;
  }
  .slider-2 {
    height: 500px;
  }
  .containslider {
    max-height: 500px;
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .containslider.max-slider {
    z-index: 0;
  }
  .header-cta {
    margin-top: 20px;
  }
  .press {
    margin-bottom: 40px;
  }
  .pressquote {
    max-width: none;
  }
  .pressquote.noimage {
    padding-left: 20px;
  }
  .pressquote.noimage-v2 {
    padding-left: 20px;
  }
  .pressquote.noimage-v3 {
    padding-left: 20px;
  }
  .pressquote.noimage-v3b {
    padding-left: 0px;
  }
  .text-block.press-author {
    font-size: 14px;
  }
  .partnerlabel {
    width: 100%;
  }
  .accordionwrapper {
    margin-top: 60px;
  }
  .accordion-item-trigger {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .heading-2 {
    margin-left: 20px;
    font-size: 22px;
  }
  .heading-2.readmore {
    font-size: 18px;
  }
  .accordion-content {
    margin-bottom: 20px;
  }
  .columns-2 {
    position: relative;
    padding-bottom: 60px;
    float: none;
    clear: none;
  }
  .reveal {
    width: 21px;
    height: 21px;
    margin-top: 6px;
  }
  .journal-wrapper.journal-max {
    padding-right: 30px;
    padding-left: 30px;
  }
  .journal-wrapper.journal-max-home {
    padding-right: 20px;
    padding-left: 20px;
  }
  .journal-wrapper.journal-max-blog {
    margin-top: -40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .journal-post {
    margin-bottom: 40px;
  }
  .footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .footer-flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-logo-link {
    height: 60px;
  }
  .footer-heading {
    margin-top: 20px;
  }
  .bottomgradient {
    height: 74%;
  }
  .utility-col1 {
    padding: 10px 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .utility-col1.gettickets {
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px none #000;
  }
  .utility-menu {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .main-menu-overlay {
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: 1px solid #454546;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .utility-col2 {
    padding: 10px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .utility-col3 {
    padding: 10px 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .utility-links {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 20px;
    float: none;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 6vw;
    line-height: 0.9;
    text-align: left;
  }
  .utility-links.toputility {
    width: auto;
    margin-bottom: 0px;
    float: none;
    font-size: 18px;
    text-align: left;
  }
  .utility-links.toputility.hide-newsletter-2 {
    display: block;
  }
  .utility-links-s {
    position: relative;
    top: 0px;
    right: 0px;
    display: block;
    clear: none;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 16px;
  }
  .main-menu-link {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    float: left;
    clear: none;
    font-size: 11vw;
    line-height: 1.2;
  }
  .main-menu-link.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: both;
    font-size: 11vw;
    line-height: 1.2;
  }
  .main-menu-link.home-mobile {
    display: none;
    padding-bottom: 10px;
    font-size: 7vw;
  }
  .main-menu-link.main-menu-support {
    padding-bottom: 10px;
  }
  .left-main-menu {
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
    clear: none;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .div-block-6 {
    position: relative;
    left: 0%;
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 20px 40px;
    float: left;
    clear: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    background-color: #242424;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .main-menu-link-s {
    position: static;
    display: block;
    margin-right: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    float: none;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 6vw;
    line-height: 0.9;
    font-weight: 300;
  }
  .main-menu-link-s.hide-mbile {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .close-menu {
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .takeovermenu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: none;
    overflow: auto;
    min-height: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .image-2 {
    display: block;
    max-width: 185px;
  }
  .logo-setup {
    width: 100%;
    height: 100%;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 3vw;
  }
  .hero-image {
    background-position: 27% 8%;
    background-size: auto 100%;
    background-attachment: scroll;
  }
  .paragraph-2 {
    left: -3px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .project-header-wrap {
    left: 20px;
    bottom: 26%;
    max-width: 80%;
  }
  .project-header-wrap.no-tickets {
    bottom: 43px;
    max-width: 80%;
  }
  .project-header-wrap.graphic-adjust {
    bottom: 26%;
    width: 86%;
    max-width: none;
  }
  .press-single {
    width: 100%;
    margin-bottom: 0px;
  }
  .project-intro-wrap.with-image {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
  .quote-wrap {
    padding-top: 100px;
  }
  .stickywrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: 999;
    overflow: visible;
    width: 100vw;
    height: auto;
    margin-top: -93px;
    margin-left: 0px;
    float: none;
    clear: none;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .stickyfader {
    width: 100%;
    height: 92px;
    padding-right: 0px;
    padding-bottom: 0px;
    background-color: #242424;
  }
  .full-container {
    z-index: auto;
    background-color: transparent;
  }
  .sticky-background {
    height: 65px;
  }
  .scond-menu {
    display: block;
    overflow: visible;
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    float: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: 1px none #000;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .menu {
    top: 13px;
    right: 20px;
    z-index: 6000;
    display: none;
    margin-top: 10px;
    padding-right: 21px;
    background-position: 100% 52%;
    background-size: 10px;
    font-size: 17px;
  }
  .menu.hide-no-dot-menu {
    display: none;
  }
  .right-main-menu {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 20px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .logo-setup-menu {
    width: 100%;
    height: auto;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 3vw;
  }
  .menu-flex {
    top: 10px;
    height: auto;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .dot-menu {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 6000;
    display: block;
    margin-top: 20px;
    padding: 20px 50px 20px 40px;
    background-position: 40px 52%;
    background-size: 20px 20px;
    font-size: 17px;
  }
  .dot-menu.hide-no-dot-menu {
    display: none;
  }
  .toputility-menu {
    left: auto;
    width: 49%;
    margin-top: 0px;
    float: left;
    border: 1px none #000;
  }
  .toputility-menu.idenewsltter {
    margin-top: 0px;
    padding-bottom: 20px;
    border-style: none;
    border-bottom-color: #4f5153;
  }
  .signupmenu {
    width: 100%;
    height: auto;
  }
  .sign-up-menu-cta {
    margin-right: 20px;
    float: none;
    clear: none;
    font-size: 18px;
  }
  .more-mobile {
    position: relative;
    left: 0px;
    display: block;
    margin-right: auto;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 20px;
    float: none;
    clear: none;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 6vw;
    line-height: 0.9;
    font-weight: 300;
  }
  .more-mobile.hide-mbile {
    display: block;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .get-action-wrapper {
    margin-top: 60px;
  }
  .get-arrow {
    width: 21px;
    height: 21px;
  }
  .logo-no-h1 {
    width: 100%;
    max-width: none;
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer-logo {
    left: -6px;
    top: 30px;
    display: block;
    width: 210px;
    height: auto;
    max-width: none;
    min-width: auto;
    margin: 0px 0px 60px 10px;
    float: none;
  }
  .footer-logo.hidmobile-logo {
    display: none;
  }
  .footer-logo-image {
    left: -5px;
    display: block;
    width: 100%;
  }
  .fotter-block-menu {
    width: 100%;
    margin-bottom: 60px;
  }
  .fotter-block-menu.footer-contact {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .fototer-block-supported {
    width: 100%;
  }
  .fototer-block-supported.footer-social-block {
    width: 100%;
  }
  .footer-row-1 {
    margin-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-row-1.footer-finalrow {
    margin-top: 60px;
    padding-top: 40px;
    border: 1px none #000;
  }
  .artcouncil-image {
    width: 224px;
    max-width: none;
    float: left;
    clear: none;
  }
  .council-logo {
    width: 105px;
  }
  .div-block-11 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .newletter-butoon-footer {
    margin-top: 20px;
  }
  .footer-menu {
    width: 50%;
    float: left;
  }
  .footer-address {
    max-width: none;
    font-size: 12px;
  }
  .footer-terms-links {
    display: none;
  }
  .footer-legals {
    max-width: none;
    font-size: 12px;
  }
  .quotespan {
    line-height: 0.8;
  }
  .main-menu-secondary {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 1.1;
  }
  .main-menu-second-wrap {
    margin-bottom: 0px;
  }
  .div-block-12 {
    padding-top: 20px;
  }
  .stick-image {
    background-position: 27% 8%;
    background-size: auto 100%;
    background-attachment: scroll;
  }
  .stick-image.unstick {
    top: auto;
    max-height: 600px;
    min-height: 600px;
  }
  .overlay-header {
    font-size: 10vw;
  }
  ._50-content-wrapper {
    left: auto;
  }
  .get-action-wrapper-v2 {
    margin-top: 60px;
  }
  ._5050image {
    margin-bottom: 20px;
  }
  .link-block-max {
    width: 100%;
    margin-bottom: 20px;
    clear: none;
  }
  .main-text {
    padding-right: 30px;
    padding-left: 30px;
  }
  .tab-link-tab-1 {
    margin-bottom: 10px;
    float: left;
  }
  .tab-link-tab-1.w--current {
    margin-bottom: 10px;
    float: left;
  }
  .tab-link-tab-2 {
    margin-bottom: 10px;
    float: left;
  }
  .tab-link-tab-3 {
    margin-bottom: 10px;
    float: left;
    clear: left;
  }
  .tab-link-tab-3.w--current {
    margin-bottom: 10px;
    float: left;
    clear: both;
  }
  .text-block-6 {
    position: relative;
    float: left;
  }
  .essential-header {
    margin-bottom: 20px;
  }
  .second-hero {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    z-index: -1;
    height: 100vh;
    max-height: 550px;
    min-height: auto;
    margin-top: -68px;
    background-image: url('../images/GNO-1---055.jpg');
    background-attachment: scroll;
  }
  .second-hero.secondhero {
    margin-top: 60px;
  }
  .second-hero.secondhero.secondheromax {
    position: -webkit-sticky;
    position: sticky;
    z-index: 0;
    margin-top: -65px;
    clear: none;
  }
  .second-hero.livehero {
    max-height: 553px;
  }
  .tabs-content {
    margin-top: 40px;
    float: left;
  }
  .home-generic-hero-50 {
    z-index: -1;
    height: 100vh;
    max-height: 550px;
    min-height: auto;
    background-attachment: scroll;
  }
  .home-generic-hero-50.secondhero {
    margin-top: 60px;
  }
  .home-generic-hero-50.secondhero.secondheromax {
    position: -webkit-sticky;
    position: sticky;
    z-index: 0;
    margin-top: -65px;
    clear: none;
  }
  .home-generic-hero-50.secondhero.secondheromax.resetsticky {
    z-index: -1;
  }
  .home-generic-hero-50.livehero {
    max-height: 553px;
  }
  .home-hero {
    z-index: -1;
    height: 100vh;
    max-height: 550px;
    min-height: auto;
    background-attachment: scroll;
  }
  .home-hero.secondhero {
    margin-top: 60px;
  }
  .home-hero.secondhero.secondheromax {
    position: -webkit-sticky;
    position: sticky;
    z-index: 0;
    margin-top: -65px;
    clear: none;
  }
  .home-hero.secondhero.secondheromax.resetsticky {
    z-index: -1;
  }
  .home-hero.livehero {
    max-height: 553px;
  }
  .home-hero.current-show.full-width-project {
    max-height: 896px;
  }
  .home-hero-heading {
    left: -5px;
    bottom: 0px;
    width: auto;
    max-width: none;
    padding-top: 14px;
    font-size: 19vw;
    line-height: 1;
  }
  .home-hero-label {
    left: -3px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .home-sticy-adjust {
    height: 65px;
  }
  .home-hero-header-wrap {
    left: 20px;
    bottom: 26%;
    max-width: 80%;
  }
  .home-hero-header-wrap.no-tickets {
    bottom: 43px;
    max-width: 80%;
  }
  .home-hero-header-wrap.graphic-adjust {
    bottom: 26%;
    width: 86%;
    max-width: none;
  }
  .home-current-logo {
    max-width: 220px;
  }
  .home-current-logo.bluebird {
    width: 100%;
    max-width: 100%;
  }
  .home-current-logo.arbor-logo {
    max-width: none;
  }
  .home-current-hero-70 {
    z-index: -1;
    height: 100vh;
    max-height: 550px;
    min-height: auto;
    background-attachment: scroll;
  }
  .home-current-hero-70.secondhero {
    margin-top: 60px;
  }
  .home-current-hero-70.secondhero.secondheromax {
    position: -webkit-sticky;
    position: sticky;
    z-index: 0;
    margin-top: -65px;
    clear: none;
  }
  .home-current-hero-70.secondhero.secondheromax.resetsticky {
    z-index: -1;
  }
  .home-current-hero-70.livehero {
    max-height: 553px;
  }
  .home-current-logo-copy {
    max-width: 220px;
  }
  .home-hero-header-wrap-vert {
    left: 20px;
    bottom: 26%;
    max-width: 80%;
  }
  .home-hero-header-wrap-vert.no-tickets {
    bottom: 43px;
    max-width: 80%;
  }
  .home-hero-header-wrap-vert.graphic-adjust {
    bottom: 26%;
    width: 86%;
    max-width: none;
  }
  .project-label.location {
    line-height: 1.5;
  }
  .video-home {
    position: relative;
    z-index: -1;
    height: 100vh;
    max-height: 650px;
  }
  .video-home.secondhero {
    margin-top: 60px;
  }
  .video-home.secondhero.secondheromax {
    position: -webkit-sticky;
    position: sticky;
    z-index: 0;
    margin-top: -65px;
    clear: none;
  }
  .video-home.livehero {
    max-height: 553px;
  }
  .bigcontainer-home {
    position: relative;
    top: 0px;
    z-index: 0;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .project-labels-home {
    font-size: 18px;
  }
  .project-labels-home.newsletter {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .project-labels-home.header-boost {
    font-size: 29px;
    line-height: 1.3;
  }
  .home-retrospective {
    z-index: -1;
    height: 100vh;
    max-height: 550px;
    min-height: auto;
    background-attachment: scroll;
  }
  .home-retrospective.secondhero {
    margin-top: 60px;
  }
  .home-retrospective.secondhero.secondheromax {
    position: -webkit-sticky;
    position: sticky;
    z-index: 0;
    margin-top: -65px;
    clear: none;
  }
  .home-retrospective.secondhero.secondheromax.resetsticky {
    z-index: -1;
  }
  .home-retrospective.livehero {
    max-height: 553px;
  }
  .gradient-topper {
    height: 101px;
    margin-top: -44px;
  }
  .header-wrap {
    left: 20px;
    bottom: 40px;
  }
  .header-wrap.header-wrap-tweek {
    bottom: 60px;
  }
  .home-project-label.location {
    line-height: 1.5;
  }
  .hidden-desc.location {
    line-height: 1.5;
  }
  .image-8 {
    max-width: 76px;
  }
  .video-header {
    left: 20px;
    top: 13px;
    margin: -69px 0px 20px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: none;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .video-header.newsletter {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .holding {
    background-color: transparent;
  }
  .holding-hero {
    max-height: 550px;
    min-height: auto;
    background-attachment: scroll;
  }
  .holding-hero.secondhero {
    margin-top: 60px;
  }
  .holding-hero.secondhero.secondheromax {
    position: -webkit-sticky;
    position: sticky;
    z-index: 0;
    margin-top: -65px;
    clear: none;
  }
  .holding-hero.secondhero.secondheromax.resetsticky {
    z-index: -1;
  }
  .holding-hero.livehero {
    max-height: 553px;
  }
  .holding-heading {
    left: 0px;
    bottom: 0px;
    width: auto;
    max-width: none;
    margin-bottom: 11vw;
    padding-top: 14px;
    font-size: 12vw;
    line-height: 1.1;
  }
  .holding-heading.article-header {
    margin-bottom: 0vw;
    font-size: 14vw;
  }
  .holding-heading.blog-header {
    margin-bottom: 0vw;
    font-size: 18vw;
  }
  .holding-label {
    left: 0px;
    margin-bottom: 0px;
    font-size: 14px;
  }
  .holding-label.date {
    margin-top: 28px;
    margin-bottom: 40px;
  }
  .holding-header-wrap {
    left: 20px;
    bottom: 49px;
    max-width: 80%;
    padding-left: 0vw;
  }
  .holding-header-wrap.no-tickets {
    bottom: 43px;
    max-width: 80%;
  }
  .holding-header-wrap.graphic-adjust {
    bottom: 26%;
    width: 86%;
    max-width: none;
  }
  .holding-button {
    position: relative;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-bottom: 0px;
    padding-left: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, null, null);
    font-size: 18px;
  }
  .holding-top-gradient {
    z-index: 6000;
    display: block;
    height: 200px;
    padding-top: 0px;
    padding-right: 3vw;
    padding-bottom: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .holding-logo-link {
    left: 7px;
    display: block;
    width: 213px;
    margin: 0px 0px 60px;
    float: none;
  }
  .holding-logo-link.hidmobile-logo {
    display: none;
  }
  .top-gradient {
    opacity: 0.65;
  }
  .holding-footer {
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }
  .holding-footer-block {
    width: 100%;
    margin-bottom: 60px;
  }
  .holding-footer-block.footer-contact {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .sign-up-overlay {
    z-index: 200;
    display: none;
  }
  .checkbox-label {
    padding-right: 20px;
    font-size: 16px;
  }
  .close-newsletter {
    width: 20px;
    height: 20px;
  }
  .feedback-heading {
    left: 0px;
    bottom: 0px;
    max-width: none;
    margin-bottom: 11vw;
    padding-top: 14px;
    font-size: 12vw;
    line-height: 1.1;
  }
  .privacy-statement {
    display: inline;
    margin-left: 5px;
    padding-right: 0px;
    float: none;
  }
  .about-top {
    padding: 200px 20px 60px;
  }
  .container.cc-center {
    width: 100%;
  }
  .header-container {
    margin-top: 0px;
    margin-bottom: 120px;
  }
  .header-container.blog-text-cntainer {
    bottom: 0px;
    margin-bottom: 40px;
  }
  .h1 {
    font-size: 20px;
    line-height: 24px;
  }
  .header {
    height: 100vh;
    max-height: 896px;
    min-height: 550px;
    padding-right: 20px;
    padding-left: 20px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(54%, transparent), to(transparent)), -webkit-gradient(linear, left top, left bottom, from(transparent), to(transparent)), url('../images/wildworks-flow2.jpg');
    background-image: linear-gradient(0deg, #000, transparent 54%, transparent), linear-gradient(180deg, transparent, transparent), url('../images/wildworks-flow2.jpg');
    background-position: 0px 0px, 0px 0px, 50% 50%;
    background-size: auto, auto, cover;
  }
  .header.blog-header {
    max-height: none;
    min-height: auto;
    padding-top: 235px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .header.cathdral-image {
    max-height: 896px;
  }
  .header.human-image {
    max-height: 896px;
  }
  .header.experimental {
    max-height: 896px;
  }
  .header.about-image {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.29)), to(transparent)), url('../images/ABOUT-US-PAGE---Hero.jpg'), -webkit-gradient(linear, left top, left bottom, from(null), to(null));
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.29), transparent), url('../images/ABOUT-US-PAGE---Hero.jpg'), linear-gradient(180deg, null, null);
    background-attachment: scroll, fixed, scroll;
  }
  .article-content {
    z-index: 0;
    margin-top: -25px;
    padding: 0px;
  }
  .rich-text-wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .rich-text-wrap.intro {
    font-size: 22px;
  }
  .rich-text-wrap.main {
    font-size: 16px;
    line-height: 1.5;
  }
  .rich-text-wrap.press {
    font-size: 22px;
  }
  .rich-text-wrap.press.noimage-v3b {
    font-size: 16px;
  }
  .rich-text-wrap.intro-v2 {
    font-size: 18px;
  }
  .rich-text-wrap.intro-max {
    font-size: 18px;
  }
  .rich-text-wrap.presshome {
    font-size: 22px;
  }
  .rich-text-wrap.presshome.noimage-v3b {
    font-size: 16px;
  }
  .para-intro {
    font-size: 24px;
  }
  .cookienotice {
    display: block;
  }
  .applelinks {
    color: #fff;
    text-decoration: none;
  }
  .playvideo {
    position: absolute;
    left: auto;
    top: 32px;
    right: 28px;
    bottom: auto;
    z-index: 1;
    width: 51px;
  }
  .video-overlay {
    z-index: 200;
    display: none;
  }
  .close-video {
    width: 20px;
    height: 20px;
  }
  .home-strapline.intro {
    font-size: 22px;
  }
  .home-strapline.main {
    font-size: 16px;
    line-height: 1.5;
  }
  .home-strapline.press {
    font-size: 22px;
  }
  .home-strapline.press.noimage-v3b {
    font-size: 24px;
  }
  .home-strapline.press.holding-quote {
    font-size: 24px;
  }
  .home-strapline.intro-v2 {
    font-size: 18px;
  }
  .home-strapline.intro-max {
    font-size: 18px;
  }
  .home-strapline.presshome {
    font-size: 22px;
  }
  .home-strapline.presshome.noimage-v3b {
    font-size: 16px;
  }
  .home-strapline.faux-header {
    font-size: 18px;
  }
  .home-strapline.amend-intro {
    font-size: 18px;
  }
  .sign-up-home {
    left: 20px;
    top: 13px;
    margin: -69px 0px 20px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: none;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .sign-up-home.newsletter {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .video-header-new {
    font-size: 18px;
  }
  .video-header-new.newsletter {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .horizontal-texture {
    bottom: -9px;
  }
  .horizontal-texture.with-caption {
    bottom: 9px;
  }
  .footer-texture {
    height: 171px;
  }
  .black-foorer-logo {
    bottom: 40px;
    width: 75%;
  }
  .hr-texture-white {
    display: block;
    margin-bottom: 60px;
  }
  .homeintro {
    padding: 60px 20px 110px;
  }
  .home-quotes {
    max-width: none;
  }
  .home-quotes.noimage {
    padding-left: 20px;
  }
  .home-quotes.noimage-v2 {
    padding-left: 20px;
  }
  .home-quotes.noimage-v3 {
    padding-left: 20px;
  }
  .home-quotes.noimage-v3b {
    padding-left: 0px;
  }
  .blog-links-home {
    margin-top: 0px;
    margin-bottom: 40px;
    padding-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-date {
    margin-bottom: 0px;
    font-size: 15px;
  }
  .blog-date.location {
    line-height: 1.5;
  }
  .blog-links-home-2 {
    width: 100%;
    margin-bottom: 20px;
    clear: none;
  }
  .post-tag {
    margin-bottom: 0px;
    font-size: 15px;
  }
  .post-tag.location {
    line-height: 1.5;
  }
  .sign-up-home-copy {
    left: 20px;
    top: 13px;
    margin: -69px 0px 20px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: none;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .sign-up-home-copy.newsletter {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .sign-blog-grid {
    left: 20px;
    top: 20px;
    width: 202px;
    margin: 0px 0px 20px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    clear: none;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .sign-blog-grid.newsletter {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .home-quote-overlay {
    top: auto;
    display: none;
    max-width: none;
  }
  .home-quote-overlay.noimage {
    padding-left: 20px;
  }
  .home-quote-overlay.noimage-v2 {
    padding-left: 20px;
  }
  .home-quote-overlay.noimage-v3 {
    padding-left: 20px;
  }
  .home-quote-overlay.noimage-v3b {
    padding-left: 0px;
  }
  .big-image-link {
    position: relative;
    z-index: -1;
    height: 100vh;
    max-height: 896px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27))), url('../images/WolfsChild.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.27), rgba(0, 0, 0, 0.27)), url('../images/WolfsChild.jpg');
    background-size: auto, cover;
  }
  .big-image-link.secondhero {
    margin-top: 60px;
  }
  .big-image-link.secondhero.secondheromax {
    position: -webkit-sticky;
    position: sticky;
    z-index: 0;
    margin-top: -65px;
    clear: none;
  }
  .big-image-link.livehero {
    max-height: 553px;
  }
  .post-date {
    margin-bottom: 0px;
    font-size: 15px;
  }
  .post-date.location {
    line-height: 1.5;
  }
  .social-menu-wrap {
    margin-bottom: 25px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .menu-addresss {
    max-width: none;
    font-size: 12px;
  }
  .menu-legals {
    max-width: none;
    font-size: 12px;
  }
  .rich-text-block h2 {
    font-size: 26px;
  }
  .rich-text-block h3 {
    margin-bottom: 20px;
    font-size: 23px;
  }
  .rich-text-block blockquote {
    font-size: 20px;
  }
  .logolink-2 {
    left: -23px;
    top: 30px;
    display: block;
    width: 210px;
    height: auto;
    max-width: none;
    min-width: auto;
    margin: 0px 0px 60px 10px;
    float: none;
  }
  .logolink-2.w--current {
    position: absolute;
    left: 30px;
    top: 27px;
    width: 154px;
  }
  .logolink-2.hidmobile-logo {
    display: none;
  }
  .takeovermenu-2 {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    overflow: auto;
    min-height: auto;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .main-menu-link-2 {
    display: block;
    height: auto;
    margin-top: 0px;
    margin-right: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    float: left;
    clear: none;
    font-size: 11vw;
    line-height: 1.2;
  }
  .main-menu-link-2.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: both;
    font-size: 8vw;
    line-height: 1.2;
  }
  .blog-image {
    height: 66vh;
    max-height: 500px;
    min-height: 500px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .sign-up-blog {
    left: 20px;
    top: 20px;
    margin: -105px 0px 20px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: none;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .sign-up-blog.newsletter {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .blog-grids {
    margin-top: -62px;
  }
  .sign-up-article {
    left: 20px;
    top: 20px;
    margin: -140px 0px 20px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: none;
    clear: none;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .sign-up-article.newsletter {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .gradient-topper-blog {
    height: 85px;
  }
  .gradient-topper-home {
    height: 85px;
    margin-top: 0px;
  }
  .pressquote-copy {
    max-width: none;
  }
  .pressquote-copy.noimage {
    padding-left: 20px;
  }
  .pressquote-copy.noimage-v2 {
    padding-left: 20px;
  }
  .pressquote-copy.noimage-v3 {
    padding-left: 20px;
  }
  .pressquote-copy.noimage-v3b {
    padding-left: 0px;
  }
  .info-button {
    left: 20px;
    top: 13px;
    margin: -69px 0px 20px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: none;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .info-button.newsletter {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .gradient-topper-project {
    height: 85px;
  }
  .big-quote {
    font-size: 17px;
  }
  .big-quote.intro {
    font-size: 22px;
  }
  .big-quote.main {
    font-size: 16px;
    line-height: 1.5;
  }
  .big-quote.press {
    width: 100%;
    max-width: 262px;
    font-size: 22px;
  }
  .big-quote.press.noimage-v3b {
    font-size: 24px;
  }
  .big-quote.press.holding-quote {
    font-size: 24px;
  }
  .big-quote.intro-v2 {
    font-size: 18px;
  }
  .big-quote.intro-max {
    font-size: 18px;
  }
  .big-quote.presshome {
    font-size: 22px;
  }
  .big-quote.presshome.noimage-v3b {
    font-size: 16px;
  }
  .big-quote.faux-header {
    font-size: 18px;
  }
  .big-quote.amend-intro {
    font-size: 18px;
  }
  .partners-logos {
    width: 100%;
    padding-top: 0px;
  }
  .partners-logos.footer-social-block {
    width: 100%;
  }
  .partner-logo-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .partner-logo {
    margin-right: 0px;
    float: left;
    clear: none;
  }
  .partner-logo.tin-coast {
    margin-right: 0px;
  }
  .button-news {
    left: 20px;
    top: 20px;
    margin: 30px 0px 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    float: left;
    clear: none;
font-family: "Gotham SSm A", "Gotham SSm B"; font-weight:300;
      color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
  }
  .button-news.newsletter {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .button-news.about-button {
    top: 20px;
    margin-top: -20px;
    margin-bottom: 0px;
    float: left;
  }
  .image-caption {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 12px;
  }
  .image-caption.hero-image-caption {
    margin-top: -3px;
    margin-left: 20px;
    padding-left: 0px;
    color: #fff;
    font-size: 12px;
  }
  .play-trailer {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: auto;
    z-index: 1;
    width: 51px;
  }
  .home-blog-posts {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .about-blog-posts {
    top: 0px;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .top-texture {
    top: -13px;
  }
}

#w-node-1efeba77f8ce-891d751a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-1efeba77f8d7-891d751a {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

#w-node-1efeba77f8e0-891d751a {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-3;
}

#w-node-1efeba77f8e9-891d751a {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

#w-node-ef802d27e447-2d27e445 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-ef802d27e450-2d27e445 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

#w-node-ef802d27e459-2d27e445 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-3;
}

#w-node-ef802d27e462-2d27e445 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

#w-node-98c8da7caf26-2d27e445 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: Area-5;
}

#w-node-724935ec62e3-31f082f1 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-724935ec62ec-31f082f1 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

#w-node-724935ec62f5-31f082f1 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-3;
}

#w-node-724935ec62fe-31f082f1 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

#w-node-1efeba77f8ce-9cc3b755 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

#w-node-1efeba77f8d7-9cc3b755 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Area-2;
}

#w-node-1efeba77f8e0-9cc3b755 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Area-3;
}

#w-node-1efeba77f8e9-9cc3b755 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Area-4;
}

@media screen and (min-width: 1280px) {
  #w-node-1efeba77f8ce-891d751a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }
  #w-node-1efeba77f8d7-891d751a {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-2;
  }
  #w-node-1efeba77f8e0-891d751a {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-3;
  }
  #w-node-1efeba77f8e9-891d751a {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-4;
  }
  #w-node-ef802d27e447-2d27e445 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }
  #w-node-ef802d27e450-2d27e445 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-2;
  }
  #w-node-ef802d27e459-2d27e445 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-3;
  }
  #w-node-ef802d27e462-2d27e445 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-4;
  }
  #w-node-98c8da7caf26-2d27e445 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    grid-area: Area-5;
  }
  #w-node-724935ec62e3-31f082f1 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }
  #w-node-724935ec62ec-31f082f1 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-2;
  }
  #w-node-724935ec62f5-31f082f1 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-3;
  }
  #w-node-724935ec62fe-31f082f1 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-4;
  }
  #w-node-1efeba77f8ce-9cc3b755 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: Area;
  }
  #w-node-1efeba77f8d7-9cc3b755 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: Area-2;
  }
  #w-node-1efeba77f8e0-9cc3b755 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: Area-3;
  }
  #w-node-1efeba77f8e9-9cc3b755 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    grid-area: Area-4;
  }
}

@font-face {
  font-family: 'Gotham Bold';
  src: url('../fonts/HomepageBaukasten-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Medium';
  src: url('../fonts/iCiel-Gotham-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Book';
  src: url('../fonts/HomepageBaukasten-Book.ttf') format('truetype'), url('../fonts/HomepageBaukasten-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham Light';
  src: url('../fonts/Gotham-Light-Regular.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}


#signup_overlay { display: none; opacity: 0; }
#signup_overlay.active { display: flex; opacity: 1; }
.play-video { position: relative; z-index:5;}