@charset "UTF-8";
@font-face {
  font-family: 'FlatBread';
  src: url("/_assets/fonts/flatbread-webfont.eot");
  src: url("/_assets/fonts/flatbread-webfont.eot?#iefix") format("embedded-opentype"), url("/_assets/fonts/flatbread-webfont.woff2") format("woff2"), url("/_assets/fonts/flatbread-webfont.woff") format("woff"), url("/_assets/fonts/flatbread-webfont.ttf") format("truetype"), url("/_assets/fonts/flatbread-webfont.svg#flatbreadmedium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'FlatBread';
  src: url("/_assets/fonts/flatbread-webfont.eot");
  src: url("/_assets/fonts/flatbread-webfont.eot?#iefix") format("embedded-opentype"), url("/_assets/fonts/flatbread-webfont.woff2") format("woff2"), url("/_assets/fonts/flatbread-webfont.woff") format("woff"), url("/_assets/fonts/flatbread-webfont.ttf") format("truetype"), url("/_assets/fonts/flatbread-webfont.svg#flatbreadmedium") format("svg");
  font-weight: bold;
  font-style: normal; }
/*
Gutenberg: Web Typography Starter Kit
Website ....... http://matejlatin.github.io/Gutenberg/
Version ....... 1.1
Github ........ https://github.com/matejlatin/Gutenberg
Authors ....... Matej Latin (@matejlatin)
License ....... Creative Commmons Attribution 3.0
License URL ... https://raw.githubusercontent.com/matejlatin/Gutenberg/master/license.txt
*/
/* Configuration
   ========================================================================== */
/* Calculations
   ========================================================================== */
/* Font themes
   ========================================================================== */
@media screen and (min-width: 1005em) {
  .floatLeft {
    float: left; } }

@media screen and (min-width: 1005em) {
  .floatCenter {
    margin-left: auto;
    margin-right: auto; } }

@media screen and (min-width: 1005em) {
  .floatRight {
    float: right; } }

/* Grid
   ========================================================================== */
.grid, .grid-double {
  background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px);
  background-position: left top;
  background-repeat: repeat;
  background-size: 100% 24px;
  background-size: 100% 1.5rem; }
@media screen and (min-width: 1005em) {
  .grid, .grid-double {
    background-size: 100% 24px;
    background-size: 100% 1.5rem; } }

.grid-double {
  background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px, transparent 12px, rgba(0, 170, 255, 0.2) 12px, transparent 13px, transparent 24px); }
@media screen and (min-width: 1005em) {
  .grid-double {
    background-image: linear-gradient(to bottom, rgba(0, 170, 255, 0.3) 1px, transparent 1px, transparent 12px, rgba(0, 170, 255, 0.2) 12px, transparent 13px, transparent 24px); } }

.toggleWrapper {
  display: block;
  position: fixed;
  top: 24px;
  right: 24px;
  background-color: #231F20;
  border-radius: 25px;
  padding: 0 10px 0 20px;
  height: 32px; }
@media screen and (min-width: 1005em) {
  .toggleWrapper {
    right: 24px;
    top: 24px; } }

.btnToggleGrid {
  background: url("../../assets/images/grid-icons.png") top right no-repeat;
  background-size: 32px;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding-right: 35px;
  height: 32px;
  line-height: 34px;
  font-family: Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff; }
@media screen and (min-width: 1005em) {
  .btnToggleGrid {
    top: 24px;
    right: 24px; } }
.btnToggleGrid:hover {
  color: #fff; }
.btnToggleGrid:active {
  color: #f00; }

.double-grid {
  background-position-y: -32px; }

.grid-off {
  background-position-y: -64px; }

aside {
  display: block; }

/* Defaults
   ========================================================================== */
@media screen and (min-width: 1005em) {
  body, html {
    margin: 0;
    width: 100%;
    max-width: none; } }

html {
  box-sizing: border-box;
  font-size: 16px;
  font-size: 100%;
  font-family: Lato, Helvetica, Arial, sans-serif;
  color: #222;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
@media screen and (min-width: 1005em) {
  html {
    font-size: 16px;
    font-size: 1rem; } }

* {
  line-height: 24px;
  line-height: 1.5rem;
  margin: 0px 0px 24px;
  margin: 0rem 0rem 1.5rem; }
@media screen and (min-width: 1005em) {
  * {
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    max-width: 16000px;
    max-width: 1000rem;
    margin-left: auto;
    margin-right: auto; } }

*, *::before, *::after {
  box-sizing: inherit; }

body {
  margin: 0; }

footer {
  display: block; }
body > footer {
  margin: 0 auto;
  width: 80%; }

header {
  display: block; }

main {
  display: block; }

section {
  display: block; }

/* Links
   ========================================================================== */
a {
  background: transparent;
  color: #222;
  transition: all .3s; }
a:active, a:hover {
  outline: 0; }
a:hover {
  color: #222; }
a:visited {
  color: #888; }
a:visited:hover {
  color: #222; }
a:active {
  color: #f00; }

article {
  display: block;
  margin: 0 auto;
  width: 80%; }
@media screen and (min-width: 1005em) {
  article {
    max-width: 24000px;
    max-width: 1500rem; } }

audio {
  display: inline-block;
  vertical-align: baseline; }
audio:not([controls]) {
  display: none;
  height: 0; }

canvas {
  display: inline-block;
  vertical-align: baseline; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace; }

code {
  padding: 24px;
  padding: 1.5rem;
  display: block; }
@media screen and (min-width: 1005em) {
  code {
    padding: 24px;
    padding: 1.5rem; } }

details {
  display: block; }

summary {
  display: block; }

figcaption {
  line-height: 24px;
  line-height: 1.5rem;
  color: #222;
  display: block;
  font-size: .8125rem;
  font-style: italic;
  margin-bottom: 0;
  text-align: center; }
@media screen and (min-width: 1005em) {
  figcaption {
    line-height: 24px;
    line-height: 1.5rem;
    margin-bottom: 0; } }

figure {
  display: block; }

@media screen and (min-width: 1005em) {
  figure.floatLeft, figure.floatRight {
    max-width: 8000px;
    max-width: 500rem;
    padding: 0px 24px;
    padding: 0rem 1.5rem; } }
@media screen and (min-width: 1005em) {
  figure.floatLeft blockquote, figure.floatRight blockquote {
    padding: 0px;
    padding: 0rem;
    text-align: left; } }
@media screen and (min-width: 1005em) {
  figure.floatLeft blockquote p, figure.floatRight blockquote p {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 1.5rem; } }

/* Headings
   ========================================================================== */
h1 {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 48px;
  line-height: 3rem;
  margin-top: 96px;
  margin-top: 6rem;
  margin-bottom: 24px;
  margin-bottom: 1.5rem; }

h2 {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 36px;
  line-height: 2.25rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

h3 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 36px;
  margin-top: 2.25rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

h5 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

h6 {
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px;
  line-height: 1.5rem;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-bottom: 12px;
  margin-bottom: 0.75rem; }

@media screen and (min-width: 1005em) {
  h1 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 48px;
    line-height: 3rem;
    margin-top: 96px;
    margin-top: 6rem;
    margin-bottom: 24px;
    margin-bottom: 1.5rem; }

  h2 {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 36px;
    line-height: 2.25rem;
    margin-top: 60px;
    margin-top: 3.75rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }

  h3 {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-top: 48px;
    margin-top: 3rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }

  h4 {
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-top: 36px;
    margin-top: 2.25rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }

  h5 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; }

  h6 {
    font-size: 16px;
    font-size: 1rem;
    line-height: 24px;
    line-height: 1.5rem;
    margin-top: 60px;
    margin-top: 3.75rem;
    margin-bottom: 12px;
    margin-bottom: 0.75rem; } }
h1 + h2 {
  margin-top: 24px;
  margin-top: 1.5rem; }
@media screen and (min-width: 1005em) {
  h1 + h2 {
    margin-top: 24px;
    margin-top: 1.5rem; } }

h2 + h3, h3 + h4, h4 + h5 {
  margin-top: 12px;
  margin-top: 0.75rem; }
@media screen and (min-width: 1005em) {
  h2 + h3, h3 + h4, h4 + h5 {
    margin-top: 12px;
    margin-top: 0.75rem; } }

h5 + h6 {
  margin-top: -12px;
  margin-top: -0.75rem; }
@media screen and (min-width: 1005em) {
  h5 + h6 {
    margin-top: -12px;
    margin-top: -0.75rem; } }

h6 {
  font-style: italic;
  font-weight: normal; }

hgroup {
  display: block; }

hr {
  margin-top: 48px;
  margin-top: 3rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  box-sizing: content-box;
  border: 0;
  color: #222;
  display: block;
  height: 24px;
  height: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  background-size: 100% 24px;
  background-size: 100% 1.5rem;
  background-image: linear-gradient(to bottom, transparent 1px, transparent 10px, #222 10px, #222 14px, transparent 14px, transparent 24px);
  width: 100px; }
@media screen and (min-width: 1005em) {
  hr {
    margin-top: 48px;
    margin-top: 3rem;
    margin-bottom: 48px;
    margin-bottom: 3rem;
    height: 24px;
    height: 1.5rem; } }
@media screen and (min-width: 1005em) {
  hr {
    background-size: 100% 24px;
    background-size: 100% 1.5rem;
    background-image: linear-gradient(to bottom, transparent 1px, transparent 10px, #222 10px, #222 14px, transparent 14px, transparent 24px); } }

img {
  border: 0;
  max-width: 100%;
  display: block;
  margin: inherit auto; }

svg:not(:root) {
  overflow: hidden; }

ul li, ol li {
  margin-bottom: 0; }

nav {
  display: block; }

progress {
  display: inline-block;
  vertical-align: baseline; }

blockquote {
  font-style: italic;
  padding-left: 1.4375rem; }
@media screen and (min-width: 1005em) {
  blockquote {
    padding-left: 2rem; } }

cite {
  display: block;
  font-style: normal; }

figure blockquote {
  padding: 24px 0px;
  padding: 1.5rem 0rem; }
@media screen and (min-width: 1005em) {
  figure blockquote {
    padding: 48px 0px 24px;
    padding: 3rem 0rem 1.5rem;
    text-align: center; } }
figure blockquote p {
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 36px;
  line-height: 2.25rem; }
@media screen and (min-width: 1005em) {
  figure blockquote p {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 36px;
    line-height: 2.25rem; } }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

[hidden], template {
  display: none; }

br {
  margin-bottom: 0; }

abbr {
  letter-spacing: 0.1em; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

em, i {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

mark {
  background: #ff0;
  color: #000; }

small {
  line-height: 12px;
  line-height: 0.75rem;
  font-size: 70%; }
@media screen and (min-width: 1005em) {
  small {
    line-height: 12px;
    line-height: 0.75rem; } }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Paragraph
========================================================================== */
.attention-grabber {
  font-size: 19.2px;
  font-size: 1.2rem; }

.alignLeft {
  text-align: left; }

.alignCenter {
  text-align: center; }

.alignRight {
  text-align: right; }

.uppercase {
  letter-spacing: .1em;
  text-transform: uppercase; }

video {
  display: inline-block;
  vertical-align: baseline; }

/* TODOs:
 - some line heights produce margins with .5 results, seemingly breaking the gird (?),
 - table + side comments elements,
 - translate to Less and Stylus.
 */
/** {
  @media screen and (min-width: 1005em) {
	max-width: none;
  }
}*/
span, br {
  line-height: inherit; }

#masthead .title {
  background: #9ee1f2;
  box-shadow: 0.75rem 0 0 #9ee1f2, -0.75rem 0 0 #9ee1f2;
  font-family: FlatBread, Lato, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  padding: 0.75rem 0 0.2rem; }

.hero {
  font-family: FlatBread, Lato, Helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 3rem;
  margin-top: 0; }
.hero a {
  text-decoration: none; }
@media only screen and (max-width: 640px) {
  .hero {
    font-size: 1.5rem;
    line-height: 1; } }

@media only screen and (max-width: 480px) {
  #masthead #masthead-title {
    text-align: center;
    padding: 0; }

  /*#masthead .title{
  	line-height: 1;
  	padding: 0.2rem 0 0.2rem;
  	text-align: center;
  }
  h1{
  	font-size: units(1);
  } */ }
a, a:visited {
  color: #006837; }

#footer-content a {
  text-decoration: none; }
#footer-content a:hover {
  color: white; }

#footer-content {
  color: #006837; }

nav a {
  font-weight: bold; }

.hero-link {
  text-decoration: none;
  font-family: FlatBread, Lato, Helvetica, sans-serif;
  font-size: 3rem;
  line-height: 1; }

.link_next {
  display: block;
  font-family: FlatBread, Lato, Helvetica, sans-serif;
  background-color: #ffe7e7;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-decoration: none !important;
  clear: both; }
.link_next:last-child {
  margin-bottom: -1.5rem;
  padding-bottom: 2.25rem; }

a.link_next {
  text-align: right; }

blockquote {
  color: #006837; }
blockquote p {
  margin-bottom: 0; }
blockquote cite {
  color: black;
  font-size: 70%; }
blockquote cite:before {
  content: "\2013 "; }

i.fa {
  margin-bottom: 0; }

input, textarea, select, button, .button {
  font-family: Lato, Helvetica, Arial, sans-serif; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0; }

.flag {
  line-height: 0.75rem;
  font-size: 70%;
  color: #900;
  font-variant: small-caps; }

.highlight {
  background-color: yellow; }

.hidden {
  display: none; }

html {
  margin-bottom: 0; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative; }

#top-anchor {
  margin: 0; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-bottom: 0;
  padding-bottom: 1.5rem; }

header {
  background-color: #ffe7e7;
  height: 3rem;
  position: fixed;
  top: 0;
  max-width: 100%;
  left: 0;
  right: 0;
  z-index: 500; }

#branding {
  width: 290.5px;
  height: 72px;
  display: block;
  background-image: url("/_assets/img/branding/underground-logo.svg");
  background-repeat: no-repeat;
  text-indent: -9999px;
  position: absolute;
  top: 0.75rem;
  left: 0.75rem; }
.small-header #branding, .no-masthead #branding {
  width: 194px;
  height: 48px;
  top: 0; }

nav {
  position: absolute;
  right: 0;
  top: 0; }

#masthead {
  background-color: gray;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 15rem;
  width: 100%;
  margin-top: 3rem; }
@media only screen and (max-width: 768px) {
  #masthead {
    background-attachment: fixed; } }
#masthead.full-height {
  height: calc(100vh - 3rem );
  background-attachment: fixed; }
#masthead #masthead-inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
#masthead #masthead-title {
  margin-left: auto;
  margin-right: auto;
  max-width: 45rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  left: 0px;
  right: 0px; }
.wide-page #masthead #masthead-title {
  max-width: 60rem; }
#masthead .title {
  margin: 0;
  display: inline;
  color: white;
  text-transform: uppercase; }
#masthead #masthead-strap {
  margin: auto;
  color: white;
  text-align: center;
  width: 50%;
  text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.5); }
#masthead #masthead-strap h1, #masthead #masthead-strap h2, #masthead #masthead-strap h3, #masthead #masthead-strap h4, #masthead #masthead-strap p {
  margin-bottom: 0; }
#masthead #masthead-strap .hero {
  margin-top: 0.75rem; }
#masthead #masthead_overlay {
  z-index: 98;
  background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.3) 50%, transparent 51%);
  background-size: 5px 5px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0; }

@-webkit-keyframes four-way-fade {
  0%, 100% {
    opacity: 1; }
  6.25% {
    opacity: 0; }
  74% {
    opacity: 0; }
  75% {
    opacity: 1; } }

@keyframes four-way-fade {
  0%, 100% {
    opacity: 1; }
  6.25% {
    opacity: 0; }
  74% {
    opacity: 0; }
  75% {
    opacity: 1; } }
@-webkit-keyframes four-way-fade-top-layer {
  0%, 100% {
    opacity: 1; }
  6.25% {
    opacity: 0; }
  75% {
    opacity: 0; }
  81.25% {
    opacity: 1; } }
@keyframes four-way-fade-top-layer {
  0%, 100% {
    opacity: 1; }
  6.25% {
    opacity: 0; }
  75% {
    opacity: 0; }
  81.25% {
    opacity: 1; } }
@-webkit-keyframes five-way-fade {
  0%, 100% {
    opacity: 1; }
  5% {
    opacity: 0; }
  79% {
    opacity: 0; }
  80% {
    opacity: 1; } }
@keyframes five-way-fade {
  0%, 100% {
    opacity: 1; }
  5% {
    opacity: 0; }
  79% {
    opacity: 0; }
  80% {
    opacity: 1; } }
@-webkit-keyframes five-way-fade-top-layer {
  0%, 100% {
    opacity: 1; }
  5% {
    opacity: 0; }
  80% {
    opacity: 0; }
  85% {
    opacity: 1; } }
@keyframes five-way-fade-top-layer {
  0%, 100% {
    opacity: 1; }
  5% {
    opacity: 0; }
  80% {
    opacity: 0; }
  85% {
    opacity: 1; } }
#multi-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  margin: 0;
  z-index: 1; }
#multi-cover .cover {
  width: 50%;
  height: 50%;
  margin: 0;
  background-color: black;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  position: relative; }
#multi-cover .cover .slide {
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  -webkit-animation: five-way-fade 80s infinite;
          animation: five-way-fade 80s infinite; }
#multi-cover .cover .slide-1 {
  z-index: 400;
  -webkit-animation-name: five-way-fade-top-layer;
          animation-name: five-way-fade-top-layer; }
#multi-cover .cover .slide-2 {
  z-index: 300; }
#multi-cover .cover .slide-3 {
  z-index: 200; }
#multi-cover .cover .slide-4 {
  z-index: 150; }
#multi-cover .cover .slide-5 {
  z-index: 100;
  -webkit-animation: none;
          animation: none; }
#multi-cover .cover-1, #multi-cover .cover-4 {
  background-color: #006837; }
#multi-cover .cover-1 .slide-1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }
#multi-cover .cover-1 .slide-2 {
  -webkit-animation-delay: 17s;
          animation-delay: 17s; }
#multi-cover .cover-1 .slide-3 {
  -webkit-animation-delay: 33s;
          animation-delay: 33s; }
#multi-cover .cover-1 .slide-4 {
  -webkit-animation-delay: 49s;
          animation-delay: 49s; }
#multi-cover .cover-2 .slide-1 {
  -webkit-animation-delay: 9s;
          animation-delay: 9s; }
#multi-cover .cover-2 .slide-2 {
  -webkit-animation-delay: 25s;
          animation-delay: 25s; }
#multi-cover .cover-2 .slide-3 {
  -webkit-animation-delay: 41s;
          animation-delay: 41s; }
#multi-cover .cover-2 .slide-4 {
  -webkit-animation-delay: 57s;
          animation-delay: 57s; }
#multi-cover .cover-3 .slide-1 {
  -webkit-animation-delay: 13s;
          animation-delay: 13s; }
#multi-cover .cover-3 .slide-2 {
  -webkit-animation-delay: 29s;
          animation-delay: 29s; }
#multi-cover .cover-3 .slide-3 {
  -webkit-animation-delay: 45s;
          animation-delay: 45s; }
#multi-cover .cover-3 .slide-4 {
  -webkit-animation-delay: 61s;
          animation-delay: 61s; }
#multi-cover .cover-4 .slide-1 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s; }
#multi-cover .cover-4 .slide-2 {
  -webkit-animation-delay: 21s;
          animation-delay: 21s; }
#multi-cover .cover-4 .slide-3 {
  -webkit-animation-delay: 37s;
          animation-delay: 37s; }
#multi-cover .cover-4 .slide-4 {
  -webkit-animation-delay: 53s;
          animation-delay: 53s; }

.no-masthead main {
  margin-top: 3rem;
  padding-top: 1.5rem; }

main:not(.full-width) > *:not(.breakout):not(section) {
  margin-left: auto;
  margin-right: auto;
  max-width: 45rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
.wide-page main:not(.full-width) > *:not(.breakout):not(section) {
  max-width: 60rem; }

main > section:not(.breakout-full) > *:not(.breakout), main > .breakout:not(.breakout-full) > *:not(.breakout) {
  margin-left: auto;
  margin-right: auto;
  max-width: 45rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
.wide-page main > section:not(.breakout-full) > *:not(.breakout), .wide-page main > .breakout:not(.breakout-full) > *:not(.breakout) {
  max-width: 60rem; }

main > section:not(.breakout-full) > ol:not(.breakout), main > section:not(.breakout-full) > ul:not(.breakout), main > .breakout:not(.breakout-full) > ol:not(.breakout), main > .breakout:not(.breakout-full) > ul:not(.breakout) {
  padding-left: 3rem; }

main > section {
  padding: 1.5rem 0; }
main > section > :last-child {
  margin-bottom: 0; }

main > section:last-child {
  padding-bottom: 3rem;
  margin-bottom: -1.5rem; }

section.coloured {
  background-color: #ffe7e7; }

section.coloured-2 {
  background-color: #9ee1f2; }

section.breakout + section.breakout {
  margin-top: -1.5rem; }

main.full-width > *:not(.breakout) {
  margin-left: 1.5rem;
  margin-right: 1.5rem; }

section.overlay {
  color: white;
  background-size: 5px 5px, cover; }

#nav-toggle {
  display: none;
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center; }

nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
nav ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 48px;
  text-align: center; }
nav ul a, nav ul span {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0 0.75rem;
  line-height: 48px;
  line-height: 3rem; }
nav ul .nav-staff-label a, nav ul .nav-staff-label span {
  line-height: 30px;
  line-height: 1.875rem;
  height: 30px;
  font-weight: normal;
  background-color: black;
  margin-top: 9px; }
nav ul .nav-staff-name span {
  color: yellow;
  font-weight: bold; }
nav a {
  text-decoration: none; }
nav a:hover {
  background-color: rgba(0, 0, 0, 0.1); }

@media only screen and (max-width: 768px) {
  #nav-toggle {
    display: block; }

  nav ul {
    position: absolute;
    top: 3rem;
    right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ffe7e7;
    opacity: 0;
    display: none;
    transition: opacity 0.3s; }

  nav.active ul {
    opacity: 1;
    display: block; } }
.two-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important; }
.two-col > div {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  margin: 0 0.75rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.twitter-box {
  font-size: 75%;
  border: 1px solid black;
  background-color: white;
  padding: 0.75rem;
  padding-bottom: 0; }
.twitter-box * {
  line-height: 1.125rem; }
.twitter-box ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0; }
.twitter-box img {
  float: left;
  margin-bottom: 0;
  margin-right: 0.375rem; }
.twitter-box .tweet_list li {
  margin-bottom: 0.75rem; }
.twitter-box div.tweet {
  margin-bottom: 0; }

.opening_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  height: 26.25rem; }
.opening_table strong {
  margin-bottom: 0;
  display: block; }
.opening_table > div {
  margin-bottom: 0.375rem;
  margin-top: 0.375rem;
  margin-right: 0.375rem; }

.alert {
  padding: 0.75rem;
  border: 1px solid #999;
  box-shadow: 2px 1px 10px #bbb; }

.alert.alert_error {
  background-color: #ffe7e7;
  border-color: #900; }

.alert.alert_conf {
  background-color: rgba(0, 104, 55, 0.1);
  border-color: #006837; }

.alert.alert_notice {
  background-color: rgba(158, 225, 242, 0.2);
  border-color: #006837; }

body > footer {
  color: white;
  width: 100%;
  position: relative;
  height: 3rem;
  margin-top: -1.5rem; }
body > footer div, body > footer a, body > footer p {
  margin: 0; }

#footer-content {
  position: relative;
  z-index: 50;
  margin-left: auto;
  margin-right: auto;
  max-width: 45rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.wide-page #footer-content {
  max-width: 60rem; }
#footer-content div {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  line-height: 3rem;
  text-align: center; }

#footer-bg-top {
  z-index: 20;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  right: 0;
  margin: 0; }

#footer-bg-left, #footer-bg-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1.5rem;
  background-color: #000; }

#footer-bg-main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 45rem;
          flex: 0 1 45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1.5rem;
  bottom: 0.75rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
.wide-page #footer-bg-main {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 60rem;
          flex: 0 1 60rem; }

#footer-bg-design {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.5rem;
          flex: 0 0 16.5rem;
  height: 2.25rem;
  background-repeat: no-repeat; }
#footer-bg-design img {
  fill: #000;
  margin: 0; }

#footer-bg-filler {
  height: 1.5rem;
  background-color: #000;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

#footer-bg-bottom {
  z-index: 20;
  height: 1.5rem;
  background: #000;
  width: 100%;
  position: absolute;
  bottom: 0; }

@media only screen and (max-width: 45rem) {
  #footer-bg-left, #footer-bg-right {
    display: none; } }
@media only screen and (max-width: 45rem) {
  .footer-copyright {
    display: none; } }
@media only screen and (max-width: 480px) {
  .footer-credit {
    display: none; } }
fieldset {
  padding: 1.5rem 0.75rem 0;
  border: 1px solid #999;
  border-radius: 2px;
  margin: 0 -1.5rem 1.5rem; }
fieldset > * {
  margin-left: 0.75rem;
  margin-right: 0.75rem; }

legend {
  text-align: right;
  font-size: 1.5rem;
  color: #666;
  margin-bottom: 0; }

.mce-content-body {
  padding: 1.5rem; }

label {
  display: block;
  margin-bottom: 0;
  padding: 0;
  color: #006837;
  font-weight: bold; }

input, textarea, button, .button, select {
  border-radius: 2px;
  font-size: 1rem;
  padding: 0 0.75rem;
  border: 1px solid transparent; }

input, textarea, select {
  width: 100%;
  display: block;
  color: inherit;
  border-color: #bbb;
  background-color: transparent;
  opacity: 0.9; }
input:hover, textarea:hover, select:hover {
  color: inherit;
  border-color: #006837;
  background-color: transparent;
  opacity: 1; }
input:focus, input:active, textarea:focus, textarea:active, select:focus, select:active {
  outline-color: #006837;
  box-shadow: 1px 2px 10px #999;
  color: inherit;
  border-color: #006837;
  background-color: transparent;
  opacity: 1; }
input[disabled], input.disabled input[disabled]:hover, input.disabled:hover, input[readonly], input.readonly input[readonly]:hover, input.readonly:hover, textarea[disabled], textarea.disabled input[disabled]:hover, textarea.disabled:hover, textarea[readonly], textarea.readonly input[readonly]:hover, textarea.readonly:hover, select[disabled], select.disabled input[disabled]:hover, select.disabled:hover, select[readonly], select.readonly input[readonly]:hover, select.readonly:hover, input.disabled textarea[disabled]:hover, input.readonly textarea[readonly]:hover, textarea.disabled textarea[disabled]:hover, textarea.readonly textarea[readonly]:hover, select.disabled textarea[disabled]:hover, select.readonly textarea[readonly]:hover, input.disabled select[disabled]:hover, input.readonly select[readonly]:hover, textarea.disabled select[disabled]:hover, textarea.readonly select[readonly]:hover, select.disabled select[disabled]:hover, select.readonly select[readonly]:hover {
  color: inherit;
  border-color: #bbb;
  background-color: #eee;
  opacity: 0.6; }

input, button, select, .button {
  line-height: 2.25rem;
  height: 2.25rem; }

button, .button {
  cursor: pointer;
  color: white;
  background-color: #006837;
  opacity: 0.8;
  line-height: 2.25rem;
  border: 1px solid #006837; }
button:hover, .button:hover {
  color: white;
  opacity: 1; }
button[disabled], button.disabled button[disabled]:hover, button.disabled:hover, button[readonly], button.readonly button[readonly]:hover, button.readonly:hover, .button[disabled], .button.disabled button[disabled]:hover, .button.disabled:hover, .button[readonly], .button.readonly button[readonly]:hover, .button.readonly:hover, button.disabled .button[disabled]:hover, button.readonly .button[readonly]:hover, .button.disabled .button[disabled]:hover, .button.readonly .button[readonly]:hover {
  opacity: 0.6; }
button:focus, button:active, .button:focus, .button:active {
  color: white;
  border-color: #006837;
  background-color: #006837;
  opacity: 1;
  outline-color: #006837;
  box-shadow: 1px 2px 10px #999; }
button.cancel, .button.cancel {
  background-color: #900;
  border-color: #900;
  color: white; }

.button {
  text-decoration: none;
  display: inline-block;
  color: white; }
.button:visited, .button:hover, .button:visited:hover {
  color: white; }

.staff_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -0.375rem; }

.staff_button {
  width: 200px;
  height: 4.5rem;
  margin: 0.375rem;
  color: black !important;
  font-weight: bold;
  background-color: #9ee1f2;
  border-color: #9ee1f2;
  border-radius: 6px;
  font-family: FlatBread, Lato, Helvetica, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.5rem;
  text-decoration: none; }
.staff_button:hover, .staff_button:focus {
  outline: none;
  box-shadow: 2px 2px 15px #000;
  box-shadow: 2px 2px 10px #999;
  background-color: #9ee1f2;
  border-color: #9ee1f2; }
.staff_button.button-plainer {
  font-family: inherit; }
.staff_button strong, .staff_button em {
  margin: 0; }

input[type=checkbox], input[type=radio] {
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem; }
label input[type=checkbox], label input[type=radio] {
  float: left;
  margin-right: 0.75rem;
  margin-bottom: 0; }

textarea {
  height: 9rem;
  padding: 0.75rem; }

.form_note {
  font-size: 0.75rem;
  line-height: 1;
  color: #999; }

input + .form_note {
  margin-top: -0.75rem; }

.input-wrapper-half {
  width: calc( 50% - 1.5rem - 2px );
  display: inline-block; }

label.half-length {
  width: calc(50% - 0.75rem);
  display: inline-block; }

.artist-login fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  justify-items: space-between; }
.artist-login label, .artist-login button {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  width: auto; }

/*.input-wrapper-flex{
	flex: 1 1 auto;
	input, select{
		width: auto;
	}
}*/
.input-wrapper input, .input-wrapper textarea {
  margin-bottom: 0; }
.input-wrapper .form_note {
  margin-top: 0; }

.input-wrapper.checkboxes label {
  display: inline-block;
  margin-right: 0.75rem; }

input[type=checkbox] + label {
  display: inline-block;
  margin-left: 0.375rem; }

label + input[type=checkbox] {
  margin-left: 0.75rem; }

.form_buttons button {
  margin-bottom: 0; }

th label {
  color: white; }

/* legacy. only used in staff area. */
.yForm li, .yForm ul, .yForm ol {
  list-style: none;
  padding: 0; }

.fieldWrapper {
  list-style: none;
  width: 400px;
  margin: 5px;
  vertical-align: top; }

.yForm label, .yForm input, .yForm textarea, .yForm select {
  width: 45%;
  display: inline-block; }

.yForm label {
  text-align: right;
  vertical-align: top;
  padding-right: 5px; }

table {
  min-width: 100%; }

table.auto-width, main > table {
  min-width: initial; }

th, td {
  text-align: left;
  border: 1px solid #006837;
  padding: 0.75rem; }
th.minor, td.minor {
  font-size: 70%;
  line-height: 1.5; }

th {
  background-color: #006837;
  color: white;
  border-color: #006837 white white; }
th a {
  color: white;
  opacity: 0.9;
  display: block;
  margin-bottom: 0;
  height: 100%; }
th a:visited {
  color: white;
  opacity: 0.75; }
th a:hover, th a:visited:hover {
  color: white;
  opacity: 1; }
th:first-child {
  border-left-color: #006837; }
th:last-child {
  border-right-color: #006837; }

table td input, table td textarea, table td label, table td select, table td button, table td form, table td .button, table th input, table th textarea, table th label, table th select, table th button, table th form, table th .button {
  margin-bottom: 0; }

.resolved_note {
  opacity: 0.8;
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(200, 200, 200, 0.1); }

.dataTables_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.dataTables_filter {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 40%;
          flex: 1 1 40%;
  margin-bottom: 0.75rem;
  text-align: right; }
.dataTables_filter input {
  margin-bottom: 0;
  margin-left: 0.75rem;
  padding: 0 0.75rem;
  width: auto;
  display: inline-block; }

.sorting, .sorting_asc, .sorting_desc {
  position: relative;
  cursor: pointer; }
.sorting:after, .sorting_asc:after, .sorting_desc:after {
  content: "\f0dc";
  font-family: FontAwesome;
  font-weight: normal;
  display: block;
  float: right;
  font-size: 70%;
  margin-bottom: 0; }

.sorting_asc:after {
  content: ""; }

.sorting_desc:after {
  content: ""; }

.dataTables_info {
  display: none; }

.staff-view tr:hover {
  background-color: khaki; }
.staff-view .dataTables_info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 60%;
          flex: 1 1 60%;
  display: block;
  margin-bottom: 0;
  line-height: 2.25rem; }

.hide-for-sort {
  display: none; }

.wp-import {
  margin-bottom: 0; }

.alignright {
  float: right;
  margin-left: 1.5rem; }

.toggleWrapper {
  bottom: 4.5rem;
  top: auto; }

#grid_display {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  margin-bottom: 0;
  display: none;
  pointer-events: none; }
