/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

x


audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

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

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

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

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.5
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none
}
::selection {
  background: #b3d4fc;
  text-shadow: none
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0
}
textarea {
  resize: vertical
}
figure {
  margin: 0;
  padding: 0
}
body,
html {
  height: 100%;
  min-width: 320px
}
.browserupgrade {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0
}
:root {
  --black: rgb(0,0,0);
  --icon-black: #323232;
  --grey050: rgb(50,50,50);
  --grey075: rgb(75,75,75);
  --grey110: rgb(110,110,110);
  --grey150: rgb(150,150,150);
  --grey175: rgb(175,175,175);
  --grey200: rgb(200,200,200);
  --grey216: rgb(216,216,216);
  --warmgrey235: rgb(235,235,230);
  --triangle-green: #00ffc8;
  --triangle-green-hover: #118763;
  --yellow215: rgb(215,215,0);
  --yellow150: rgb(150,150,0);
  --yellow200: rgb(200,200,0);
  --lightblue: rgb(204,235,236);
  --darkblue: rgb(103,120,124);
  --red: rgb(255,0,0);
  --rule-grey: #b9b9b9
}
@font-face {
  font-family: MaisonNeue-Light;
  src: url(/fonts/MaisonNeueWEB-Light.woff?b00b9d45e7c9);
  src: url(/fonts/MaisonNeueWEB-Light.woff?b00b9d45e7c9) format('woff')
}
@font-face {
  font-family: MaisonNeue-LightItalic;
  src: url(/fonts/MaisonNeueWEB-LightItalic.woff?b00b9d45e7c9);
  src: url(/fonts/MaisonNeueWEB-LightItalic.woff?b00b9d45e7c9) format('woff')
}
@font-face {
  font-family: MaisonNeue-Book;
  src: url(/fonts/MaisonNeueWEB-Book.woff?b00b9d45e7c9);
  src: url(/fonts/MaisonNeueWEB-Book.woff?b00b9d45e7c9) format('woff')
}
@font-face {
  font-family: MaisonNeue-Medium;
  src: url(/fonts/MaisonNeueWEB-Medium.woff?b00b9d45e7c9);
  src: url(/fonts/MaisonNeueWEB-Medium.woff?b00b9d45e7c9) format('woff')
}
@font-face {
  font-family: MaisonNeue-Demi;
  src: url(/fonts/MaisonNeueWEB-Demi.woff?b00b9d45e7c9);
  src: url(/fonts/MaisonNeueWEB-Demi.woff?b00b9d45e7c9) format('woff')
}
@font-face {
  font-family: gasworks-icons;
  src: url(/fonts/gasworks-icons.woff?b00b9d45e7c9);
  src: url(/fonts/gasworks-icons.woff?b00b9d45e7c9) format('woff')
}
[class*=" gasworks-icon-"],
[class^=gasworks-icon-] {
  font-family: gasworks-icons;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.gasworks-icon-basket-larger:before {
  content: "\e615"
}
.gasworks-icon-document-icon:before {
  content: "\e614"
}
.gasworks-icon-mailing-list:before {
  content: "\e603"
}
.gasworks-icon-slideshow-marker:before {
  content: "\e607"
}
.gasworks-icon-close-button-small:before {
  content: "\e608"
}
.gasworks-icon-mailing-list-small:before {
  content: "\e60c"
}
.gasworks-icon-slideshow-arrow-left:before {
  content: "\e60d"
}
.gasworks-icon-slideshow-arrow-right:before {
  content: "\e60e"
}
.gasworks-icon-tick:before {
  content: "\e60f"
}
.gasworks-icon-arrow-down-small:before {
  content: "\e610"
}
.gasworks-icon-arrow-up-small:before {
  content: "\e611"
}
.gasworks-icon-basket:before {
  content: "\e612"
}
.gasworks-icon-close-button-large:before {
  content: "\e613"
}
.gasworks-icon-flickr:before {
  content: "\e606"
}
.gasworks-icon-arts-council-england:before {
  content: "\e600"
}
.gasworks-icon-facebook:before {
  content: "\e601"
}
.gasworks-icon-gasworks:before {
  content: "\e605"
}
.gasworks-icon-instagram:before {
  content: "\e602"
}
.gasworks-icon-menu:before {
  content: "\e604"
}
.gasworks-icon-search:before {
  content: "\e609"
}
.gasworks-icon-twitter:before {
  content: "\e60a"
}
.gasworks-icon-vimeo:before {
  content: "\e60b"
}
.container {
  position: relative;
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 150px;
  min-height: 200px
}
.contents {
  max-width: 980px;
  margin: 0 auto
}
.row {
  margin-left: -1.5%;
  margin-right: -1.5%
}
.column {
  float: left;
  padding: 0 1.5% 0 1.5%
}
.column-10-100 {
  box-sizing: border-box;
  width: 10%
}
.column-20-100 {
  box-sizing: border-box;
  width: 10%
}
.column-25-100 {
  box-sizing: border-box;
  width: 25%
}
.column-30-100 {
  box-sizing: border-box;
  width: 30%
}
.column-33-100 {
  box-sizing: border-box;
  width: 33.33%
}
.column-40-100 {
  box-sizing: border-box;
  width: 40%
}
.column-50-100 {
  box-sizing: border-box;
  width: 50%
}
.column-60-100 {
  box-sizing: border-box;
  width: 60%
}
.column-66-100 {
  box-sizing: border-box;
  width: 66.66%
}
.column-70-100 {
  box-sizing: border-box;
  width: 70%
}
.column-75-100 {
  box-sizing: border-box;
  width: 75%
}
.column-80-100 {
  box-sizing: border-box;
  width: 80%
}
.column-90-100 {
  box-sizing: border-box;
  width: 90%
}
.column-100-100 {
  box-sizing: border-box;
  width: 100%
}
.left,
.odd {
  clear: left
}
.icon-label-hidden {
  display: none
}
.skip-navigation {
  display: none
}
body {
  font-family: MaisonNeue-Light;
  letter-spacing: .05rem;
  color: #323232;
  margin-top: 0;
  overflow-x: hidden
}
b,
strong {
  font-weight: 400;
  font-family: MaisonNeue-Demi
}
em,
i {
  font-style: normal;
  font-family: MaisonNeue-LightItalic
}
.contents blockquote p,
blockquote,
blockquote p {
  font-style: normal;
  font-family: MaisonNeue-LightItalic;
  font-size: 1.5rem;
  text-align: center
}
.contents blockquote {
  margin: 20px 50px
}
blockquote em,
blockquote i {
  font-family: MaisonNeue-Light
}
blockquote b,
blockquote strong {
  font-family: MaisonNeue-DemiItalic
}
blockquote b em,
blockquote b i,
blockquote em b,
blockquote em i,
blockquote em strong,
blockquote i strong,
blockquote strong em,
blockquote strong i {
  font-family: MaisonNeue-Demi
}
img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0 auto;
  display: block
}
audio,
iframe,
object,
video {
  margin: 0 auto;
  display: block;
  max-width: 100%
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}
img[src="/img/placeholder.png?b00b9d45e7c9"] {
  width: 100%;
  height: 100%
}
p {
  margin-bottom: 20px;
  line-height: 1.4
}
.logo {
  display: block;
  width: 300px;
  margin: 0 auto
}
.body p a:link,
.body p a:visited,
.body ul a:link,
.body ul a:visited,
.contents p a:link,
.contents p a:visited,
.contents ul a:link,
.contents ul a:visited {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid #00ffc8;
  border-bottom: 2px solid var(--triangle-green)
}
.body p a:active,
.contents p a:active .body p a:hover,
.contents p a:hover {
  color: #c8c8c8;
  color: var(--grey200)
}
.main-menu-wrapper {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px)
}
.main-menu-visible {
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  background-color: #00ffc8;
  background-color: var(--triangle-green);
  z-index: 100;
  clip: auto;
  width: 100%;
  height: 100%
}
.main-menu-wrapper .hide-menu {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem
}
.masthead .show-menu {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  transition: top .2s
}
.show-menu .show-menu-icon {
  position: relative;
  top: -2px
}
.show-menu .show-menu-label {
  text-transform: uppercase;
  line-height: 1;
  margin-left: .5rem
}
.show-menu:hover {
  fill: #00ffc8;
  fill: var(--triangle-green);
  color: #00ffc8;
  color: var(--triangle-green);
  border: none
}
.hide-menu svg {
  fill: #03271d
}
.hide-menu:active svg,
.hide-menu:hover svg {
  fill: #118763
}
.main-menu {
  font-size: 1.8rem;
  line-height: 2;
  font-family: MaisonNeue-Medium;
  text-align: center
}
.main-menu,
.main-menu li {
  list-style: none;
  padding: 0;
  margin: 0
}
.main-menu a:active,
.main-menu a:hover {
  border-bottom: 3px solid #000
}
.search-form,
.search-nav {
  margin: 0;
  padding: 0
}
.search-match {
  font-weight: 700;
  color: #333
}
.query {
  letter-spacing: .05rem;
  background: inherit;
  background-color: inherit;
  border: none;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0
}
.search-form .search-button {
  display: block;
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  width: 1em;
  height: 1em;
  border: 0;
  background: 0 0;
  padding: 0
}
.search-button svg {
  position: absolute;
  top: 0;
  right: 0;
  fill: inherit
}
.search-button:focus {
  outline: 0
}
.search-form .query {
  display: none
}
a.mailing-list {
  font-size: .9rem;
  margin: 0
}
.gasworks-icon-mailing-list {
  display: inline-block;
  margin-right: 15px;
  font-size: 115%
}
a.mailing-list .gasworks-icon-mailing-list {
  position: relative
}
a.mailing-list .icon-label {
  position: relative;
  display: inline-block;
  top: -3px
}
.breadcrumbs {
  min-height: 0;
  font-size: .8rem;
  color: #afafaf;
  color: var(--grey175);
  font-family: MaisonNeue-Book;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  max-width: 980px;
  white-space: nowrap
}
.breadcrumbs li,
.breadcrumbs ul {
  display: inline;
  list-style: none
}
.breadcrumbs a {
  text-decoration: none
}
.breadcrumbs a:link,
.breadcrumbs a:visited {
  color: inherit
}
.breadcrumbs a:active,
.breadcrumbs a:hover {
  border-bottom: 2px solid #00ffc8;
  border-bottom: 2px solid var(--triangle-green)
}
.breadcrumbs .separator {
  margin: 0 .5rem
}
.footer {
  position: relative;
  background-color: #00ffc8;
  background-color: var(--triangle-green);
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0
}
.footer .container {
  position: relative;
  padding-top: 45px;
  margin-top: 90px;
  min-height: 100px;
  padding-bottom: 45px
}
.footer a {
  text-decoration: none;
  color: #323232;
  color: var(--grey050)
}
.footer .sitemap a:active,
.footer .sitemap a:hover {
  border-bottom: 2px solid #fff
}
.footer .social {
  margin: 0;
  padding: 0;
  min-height: 45px
}
.footer .nav-footer-primary {
  margin: 0;
  padding: 0
}
.footer .footer-small-print {
  text-align: center;
  padding-top: 25px;
  font-size: .8rem;
  line-height: 1.6;
  color: #118763;
  color: var(--triangle-green-hover)
}
.footer .footer-small-print .footer-divider {
  margin: 0 .7em
}
.footer .footer-small-print a {
  color: #118763;
  color: var(--triangle-green-hover)
}
.footer .footer-small-print a:hover {
  color: #000;
  color: var(--black)
}
.platform {
  display: inline-block
}
.platform a {
  font-size: 150%;
  margin-right: 10px;
  display: inline-block;
  overflow: hidden
}
.footer .platform a:active,
.footer .platform a:hover {
  color: #118763;
  color: var(--triangle-green-hover)
}
.footer .arts-council-england {
  fill: #000;
  display: block;
  overflow: hidden;
  width: 232px;
  height: 60px;
  background-position: left center;
  background-size: contain
}
.footer .arts-council-england:hover {
  fill: #118763;
  fill: var(--triangle-green-hover)
}
.footer .arts-council-england svg * {
  fill: inherit
}
.footer .sitemap {
  border-top: 1px solid #969600;
  border-top: 1px solid var(--yellow150);
  margin-top: 41px;
  padding-top: 44px;
  font-size: .9rem
}
.foooter .sitemap p {
  margin-bottom: 1.12em
}
.footer .sitemap small {
  width: 110%;
  display: block;
  padding-top: 3px;
  font-size: .6rem;
  line-height: 1.7;
  color: #969600;
  color: var(--yellow150);
  white-space: normal
}
::-moz-placeholder {
  color: #fff
}
::-ms-input-placeholder {
  color: #fff
}
::placeholder {
  color: #fff
}
.narrow {
  max-width: 465px;
  margin-left: auto;
  margin-right: auto
}
.contents form {
  color: #6e6e6e;
  color: var(--grey110)
}
.contents label {
  text-transform: uppercase;
  display: block
}
.contents input {
  -webkit-appearance: none;
  border-radius: 0
}
.contents select {
  -webkit-appearance: none;
  border-radius: 0;
  background: url(/img/arrow-down-small.svg?b00b9d45e7c9) no-repeat right #fff
}
.contents form ul {
  list-style: none;
  padding-left: 0;
  font-size: .9rem;
  margin-bottom: 40px
}
.contents form ul li {
  margin-bottom: 10px
}
.contents input[type=email],
.contents input[type=file],
.contents input[type=number],
.contents input[type=search],
.contents input[type=text],
.contents select,
.contents textarea {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #afafaf;
  border: 1px solid var(--grey175);
  font-size: .9rem;
  line-height: 1.35;
  padding: 10px;
  height: 40px;
  margin-bottom: 12px;
  -webkit-appearance: none;
  -moz-appearance: none
}
.contents textarea {
  height: auto;
  min-height: 240px
}
.contents input[type=checkbox],
.contents input[type=radio] {
  border: 1px solid #afafaf;
  border: 1px solid var(--grey175);
  width: 16px;
  height: 16px;
  -webkit-appearance: none;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  top: -1px
}
.contents input[type=checkbox]:checked,
.contents input[type=radio]:checked {
  background-image: url(/img/tick-050.svg?b00b9d45e7c9);
  background-size: 200%;
  background-position: center center
}
.contents .checkbox input {
  float: left
}
.contents .button,
.contents p a.button {
  position: relative;
  margin-top: 14px;
  box-sizing: border-box;
  border: 0;
  color: #fff;
  font-family: MaisonNeue-Book;
  letter-spacing: .15rem;
  font-size: .9rem;
  text-transform: uppercase;
  background-color: #323232;
  background-color: var(--grey050);
  padding: 11px 20px 10px 20px;
  text-decoration: none;
  width: 100%
}
.contents .field-wrapper {
  margin: 24px 0
}
.contents .field-error {
  margin: 0;
  color: #c00
}
.contents .button .label {
  color: inherit
}
.contents form .error,
.contents form .error input[type=email],
.contents form .error input[type=search],
.contents form .error input[type=text] {
  border-color: red;
  color: red
}
form .field p {
  margin-top: 0
}
.body p a.more:link,
.body p a.more:visited,
.contents p a.more:link,
.contents p a.more:visited {
  color: #323232;
  color: var(--grey050);
  border-bottom-width: 0
}
.body p a.more:active,
.body p a.more:hover,
.contents p a.more:active,
.contents p a.more:hover,
a.more:active,
a.more:hover {
  border-bottom: 2px solid #00ffc8;
  border-bottom: 2px solid var(--triangle-green)
}
.main-header {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 35px
}
.link-disabled {
  color: #afafaf;
  color: var(--grey175)
}
.contents h1,
.contents h2,
.contents h3,
.contents h4,
.contents h5,
.contents h6 {
  text-align: center;
  margin: 22px auto 30px auto
}
.body,
.contents p,
form {
  font-size: .85rem;
  margin: 24px 0
}
.contents .date {
  text-transform: uppercase
}
.contents .row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}
.main-header h1,
.page-header h1,
.section-header h1 {
  font-family: MaisonNeue-Medium;
  font-size: 2.2rem;
  line-height: 1.2;
  max-width: 700px
}
.main-header p,
.page-header p,
.section-header p {
  text-align: center;
  margin-left: 0;
  margin-right: 0
}
.main-header h1 {
  margin-top: 0;
  margin-bottom: 0
}
.section {
  margin-bottom: -20px
}
.break {
  background-image: url(/img/header_rule.svg?b00b9d45e7c9);
  background-position: center center;
  background-size: 150%;
  background-repeat: no-repeat;
  margin: 40px 0;
  text-align: left
}
.break h1 {
  text-align: left;
  font-family: MaisonNeue-Medium;
  font-size: 1.35rem;
  display: inline-block;
  font-weight: 400;
  margin: 0;
  padding: 0 20px 0 0;
  background-color: #fff
}
.continuation {
  margin-bottom: 20px
}
.break .more,
.continuation .more {
  font-size: .8rem;
  background-color: #fff;
  padding: 0 0 0 20px;
  line-height: 2.2
}
.body .continuation .more {
  margin-left: 0;
  color: #323232;
  color: var(--grey050);
  padding: 0
}
.break .more {
  line-height: 2.5;
  float: right
}
.break .more:hover {
  border-bottom: 0
}
.break .more:hover .highlight {
  border-bottom: 1px solid #00ffc8;
  border-bottom: 1px solid var(--triangle-green)
}
.break-body p:first-child {
  margin-top: 0
}
.continuation .more {
  color: #afafaf;
  color: var(--grey175)
}
.error-container {
  min-height: 0
}
.error-article {
  text-align: center
}
.about-link {
  text-align: center;
  font-size: .8rem;
  margin: 60px 0 -20px 0
}
.about-link a:link,
.about-link a:visited {
  color: #323232;
  color: var(--grey050);
  text-decoration: none;
  text-transform: uppercase
}
.about-link a:active,
.about-link a:hover {
  border-bottom: 2px solid #00ffc8;
  border-bottom: 2px solid var(--triangle-green)
}
.page {
  max-width: 700px;
  width: 100%;
  margin: 0 auto
}
.page .block:last-child {
  margin-bottom: 85px
}
.wide {
  max-width: 980px
}
.body-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto
}
.body-980 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto
}
.page h2 {
  font-size: 1rem;
  line-height: 1.4;
  max-width: 450px
}
.body h1,
.body h2,
.body h3,
.body h4,
.body h5,
.body h6 {
  font-size: 1rem;
  line-height: 1.4;
  max-width: none
}
.body h2 {
  margin-top: 40px;
  margin-bottom: 40px
}
.wide .body h2 {
  max-width: 570px
}
.body h3 {
  font-family: MaisonNeue-Demi;
  text-align: left;
  margin-bottom: 0
}
.body h3 + p {
  margin-top: -2px
}
.body p {
  text-align: left
}
.column p {
  text-align: left
}
.body ul {
  padding-left: 14px;
  list-style-image: url(/img/list-style-image.svg?b00b9d45e7c9)
}
.body ul li {
  padding-left: 2px
}
.column h3 {
  max-width: 100%
}
.plugin_picture .caption {
  color: #969696;
  color: var(--grey150);
  text-align: center;
  padding: 20px 50px 0 50px
}
.list-item {
  margin-bottom: 50px;
  overflow: hidden
}
.list-item figure {
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-align: center
}
.list-item-figure {
  position: relative;
  width: 100%;
  padding-bottom: 61%
}
.list-item figure img {
  display: inline-block;
  max-width: 100%;
  max-height: none;
  height: auto
}
.list-item header {
  text-align: left;
  margin: 15px 0 7px 0
}
.list-item header h2,
.list-item header h3 {
  display: inline-block;
  font-family: MaisonNeue-Medium;
  text-transform: uppercase;
  font-size: .7rem;
  color: #969696;
  color: var(--grey150);
  padding: 0;
  margin: 0;
  text-align: left;
  line-height: 1
}
.column-100-100 header h3 + h2:before,
.column-33-100 header h3 + h2:before,
.column-50-100 header h3 + h2:before,
.column-66-100 header h3 + h2:before,
.column-76-100 header h3 + h2:before {
  content: ' | ';
  padding: 0 3px 0 3px
}
.column-25-100 header h3 + h2 {
  clear: left
}
.list-item header h1 {
  clear: both;
  font-family: MaisonNeue-Medium;
  font-size: 1.15rem;
  line-height: 1.4;
  color: #323232;
  color: var(--grey050);
  text-align: left;
  margin: 5px 0 0 0;
  letter-spacing: 0
}
.list-item h1 a {
  text-decoration: none;
  color: inherit
}
.list-item p {
  max-width: 720px;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  color: #969696;
  color: var(--grey150)
}
.list-item p:last-child {
  margin-bottom: 0
}
.aside-item header {
  margin-top: -6px
}
.aside-item .date {
  color: #afafaf;
  color: var(--grey175)
}
.aside-item .body {
  margin-top: 3px
}
.aside-item .body p {
  text-align: left
}
.compact header h2,
.compact header h3 {
  display: block;
  clear: both;
  line-height: 1.6
}
.compact header h3:after {
  content: '';
  padding: 0
}
.section-link {
  color: #323232;
  color: var(--grey050)
}
header a:link,
header a:visited {
  text-decoration: none;
  color: inherit
}
header a:active,
header a:hover {
  border-bottom: 2px solid #00ffc8;
  border-bottom: 2px solid var(--triangle-green)
}
.page-menu {
  list-style: none;
  padding: 0;
  margin: 2rem 0
}
.page-menu-item {
  width: 100%;
  display: block;
  text-align: center
}
.pagination {
  position: relative;
  text-align: center;
  width: 100%;
  color: #afafaf;
  color: var(--grey175);
  margin: 60px 0
}
.pagination .pages {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 auto;
  text-align: center;
  padding: 0;
  max-width: 70%
}
.pagination .pages .page,
.pagination .pages .split {
  display: inline-block;
  width: auto
}
.pagination .pages .page:before {
  color: #afafaf;
  color: var(--grey175);
  content: '• '
}
.pagination .pages .split + .page:before {
  content: ' '
}
.pagination .pages .page:first-child:before {
  content: none
}
.pagination a {
  text-decoration: none;
  color: inherit
}
.pagination a:active,
.pagination a:hover {
  border-bottom: 2px solid #00ffc8;
  border-bottom: 2px solid var(--triangle-green)
}
.divider {
  padding-left: 5px;
  padding-right: 5px
}
.back,
.more,
.navigate-left,
.navigate-right {
  color: #323232;
  color: var(--grey050);
  text-decoration: none;
  white-space: nowrap
}
.back,
.more {
  text-transform: uppercase
}
.more:after,
.navigate-right:after {
  white-space: nowrap;
  content: ' →'
}
.back:before,
.navigate-left:before {
  white-space: nowrap;
  content: '← '
}
.back-container {
  text-align: center;
  font-size: .9rem
}
.back-container-left {
  margin-top: 30px;
  margin-bottom: 80px
}
.download-container {
  margin-bottom: 20px
}
.download:after {
  white-space: nowrap;
  content: ' ↓'
}
.back-container .back {
  border-bottom: 1px solid #323232;
  border-bottom: 1px solid var(--grey050)
}
.newer {
  float: left
}
.newer:before {
  white-space: nowrap;
  content: '← '
}
.older {
  float: right
}
.older:after {
  white-space: nowrap;
  content: ' →'
}
.pagination .current,
.pagination a.newer,
.pagination a.older {
  color: #323232;
  color: var(--grey050)
}
.section-nav {
  border: 1px solid #c8c8c8;
  border: 1px solid var(--grey200);
  border-width: 1px 0;
  padding: 30px 0;
  max-width: 980px;
  margin: 0 auto 50px auto
}
.section-nav .flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  white-space: nowrap
}
.section-nav li {
  display: inline-block;
  font-size: .9rem;
  margin: 10px 16px
}
.section-nav a {
  text-decoration: none;
  color: #323232;
  color: var(--grey050)
}
.section-nav .section-title a,
.section-nav span.section-title {
  text-transform: uppercase;
  font-family: MaisonNeue-Book;
  padding-bottom: 3px;
  font-size: .75rem
}
.section-nav a:active,
.section-nav a:hover {
  border-bottom: 2px solid #00ffc8;
  border-bottom: 2px solid var(--triangle-green)
}
.section-nav .section-title a:active,
.section-nav .section-title a:hover {
  color: #969696;
  color: var(--grey150)
}
.media,
.slideshow {
  position: relative
}
.media .mask,
.slideshow .mask {
  position: relative;
  width: 100%;
  max-height: 100%;
  top: 0;
  bottom: 0;
  height: auto;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: hidden
}
.mask .sizer {
  box-sizing: border-box;
  position: relative;
  padding-bottom: 0;
  max-height: 100%
}
.mask .slide {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.mask .previous-slide {
  opacity: 0;
  z-index: 1
}
.mask .next-slide {
  opacity: 0;
  z-index: 1
}
.mask .current-slide {
  opacity: 1;
  z-index: 2
}
.current-slide,
.next-slide,
.previous-slide {
  transition: opacity .5s ease-out
}
.mask .slideshow-navigation {
  position: absolute;
  bottom: 155px;
  z-index: 10;
  white-space: nowrap;
  width: 100%;
  text-align: center
}
.slideshow-navigation ul {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto;
  padding: 0
}
.slideshow-navigation li {
  display: block;
  float: left;
  font-size: 1.55rem;
  width: 19px
}
.slideshow-navigation li a:link,
.slideshow-navigation li a:visited {
  color: #d8d8d8;
  color: var(--grey216);
  text-decoration: none;
  border-bottom: 0
}
.slideshow-navigation li a.current-slide:link,
.slideshow-navigation li a.current-slide:visited {
  color: #4b4b4b;
  color: var(--grey075)
}
.slideshow-navigation li a:active,
.slideshow-navigation li a:hover {
  color: #00ffc8;
  color: var(--triangle-green)
}
.slideshow-flip {
  pointer-events: none;
  position: absolute;
  max-width: 1100px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 150px;
  margin: 0 auto
}
.slideshow-flip .slide-button-container {
  position: absolute;
  height: 100%;
  width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  text-align: center
}
.slideshow-flip a {
  pointer-events: auto;
  display: block;
  position: relative;
  width: 70px;
  height: 80px;
  font-size: 4rem;
  text-decoration: none;
  z-index: 15
}
.slideshow-flip a:link,
.slideshow-flip a:visited {
  color: #d8d8d8;
  color: var(--grey216)
}
.slideshow-flip a:active,
.slideshow-flip a:hover {
  color: #00ffc8;
  color: var(--triangle-green)
}
.slideshow-flip .inactive {
  color: #c8c8c8;
  color: var(--grey200)
}
.slideshow-flip .previous {
  left: 0;
  text-align: left
}
.slideshow-flip .next {
  right: 0;
  text-align: right
}
.slide {
  width: 100%
}
.slide-media-container {
  text-align: center;
  margin: 0 auto 47px auto;
  position: relative;
  width: 100%;
  height: 100%;
  bottom: 0
}
.slide-media-container .embed-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}
.slide iframe {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%
}
.slide img {
  max-height: 100%
}
.slide .row {
  position: relative
}
.slide .row .cms-render-model-icon {
  position: absolute;
  top: 3px;
  right: 3%
}
.slide .heading {
  font-family: MaisonNeue-Medium;
  font-size: 1rem;
  color: #323232;
  color: var(--grey050);
  text-align: left;
  margin: 0
}
.slideshow-primary {
  max-height: 100%
}
.slideshow-primary .header {
  box-sizing: border-box;
  float: left;
  width: 38%;
  margin-top: 0;
  padding: 0 0 0 7%;
  margin: 0
}
.slideshow-primary .body {
  float: left;
  box-sizing: border-box;
  max-width: 62%;
  padding: 1px 7% 0 7%;
  margin: 0;
  color: #6e6e6e;
  color: var(--grey110)
}
.slideshow-primary .header {
  max-width: 62%;
  margin: 0 auto;
  float: left
}
.media-basic,
.slideshow-basic {
  margin-bottom: -1px
}
.media-basic .sizer,
.slideshow-basic .sizer {
  margin-bottom: 75px
}
.media-basic .slide-media-container,
.slideshow-basic .slide-media-container {
  margin-bottom: 20px;
  height: calc(100% - 75px)
}
.media-basic .body,
.slideshow-basic .body {
  float: none;
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  color: #6e6e6e;
  color: var(--grey110)
}
.media-basic .body p,
.slideshow-basic .body p {
  text-align: center
}
.slideshow-basic .slideshow-flip {
  bottom: 75px
}
.slideshow-basic .slideshow-navigation {
  right: 0;
  bottom: 80px;
  width: 100%;
  text-align: center
}
.slideshow-basic .slideshow-navigation ul {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  margin: 0 auto
}
.slide .body p:first-child {
  margin-top: -1px
}
.video-plugin-wrapper {
  position: relative
}
.video-plugin-wrapper .video-plugin-sizer {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%
}
.video-plugin-wrapper .video-plugin-contents {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.carousel .sizer {
  margin-bottom: 0
}
.carousel .slide .slide-media-container {
  margin-bottom: 0
}
.carousel-main img {
  max-width: 568px
}
.carousel-indicators {
  list-style: none;
  text-align: center
}
.carousel-icon {
  display: inline-block;
  margin: 0 5px;
  max-width: 68px
}
.addthis-container {
  text-align: center;
  margin: 50px auto
}
.addthis-container .addthis_native_toolbox,
.addthis-container .addthis_sharing_toolbox {
  display: inline-block
}
.section-about-page {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto
}
.section-about-page header {
  margin-top: 80px
}
.section-about-page header h1 {
  font-family: MaisonNeue-Light;
  display: inline-block;
  margin-bottom: 30px;
  font-size: .9rem;
  text-transform: uppercase;
  border-bottom: 1px solid #323232;
  border-bottom: 1px solid var(--grey050)
}
.triangle-network-home {
  transition: color .4s,fill .4s
}
.triangle-network-home .footer {
  width: 7rem
}
.triangle-network-home .footer .footer-small-print,
.triangle-network-home .footer .nav-footer-primary,
.triangle-network-home .footer .nav-footer-right {
  display: none
}
.foreground-black {
  color: #000;
  fill: #000
}
.foreground-white {
  color: #fff;
  fill: #fff
}
.triangle-network-home .masthead {
  position: relative;
  z-index: 102;
  border-bottom: 0
}
.triangle-network-home .masthead h1 {
  border-bottom: 0
}
.triangle-network-home .logo,
.triangle-network-home .search-button,
.triangle-network-home .show-menu {
  fill: inherit;
  color: inherit
}
.triangle-network-home .show-menu:hover {
  fill: #00ffc8;
  fill: var(--triangle-green);
  color: #00ffc8;
  color: var(--triangle-green)
}
.triangle-network-home .main-container {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  z-index: 1;
  max-width: none
}
.triangle-network-home .main-container .slideshow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0
}
.triangle-network-home .slide .slide-media-container,
.triangle-network-home .slideshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  padding: 0
}
.triangle-network-home .slide .slide-media-container {
  overflow: hidden
}
.triangle-network-home .slide .slide-media-container img,
.triangle-network-home .slide .slide-media-container video {
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%
}
.triangle-network-home .slide .slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding: 1.25rem;
  color: inherit
}
.triangle-network-home .slide .slide-caption .body {
  color: inherit
}
.triangle-network-home .slide .slide-caption p {
  color: inherit;
  transition: color .4s;
  font-style: italic
}
.triangle-network-home .slide .slide-caption .body {
  max-width: 60rem;
  width: 60%
}
.triangle-network-home .slide .slide-caption p em,
.triangle-network-home .slide .slide-caption p i {
  font-style: normal
}
.triangle-network-home .previous-slide {
  z-index: 1
}
.triangle-network-home .current-slide {
  z-index: 2;
  opacity: 1
}
.triangle-network-home .next-slide {
  z-index: 2;
  opacity: 0
}
.triangle-network-home .slide .slide-caption p:last-child {
  margin-bottom: 0
}
.triangle-network-home .slideshow .slideshow-navigation {
  position: absolute;
  bottom: 1rem;
  right: 1.25rem;
  z-index: 6
}
.triangle-network-home .slideshow .slideshow-navigation ul {
  float: right;
  line-height: 0
}
.triangle-network-home .slideshow .slideshow-flip {
  position: absolute;
  max-width: none;
  margin: 0 1.25rem;
  bottom: 0;
  pointer-events: none;
  z-index: 5
}
.triangle-network-home .slideshow .slideshow-flip .previous {
  left: 0
}
.triangle-network-home .slideshow .slideshow-flip .next {
  right: 0
}
.triangle-network-home .slideshow-flip .slide-button-container a {
  display: none
}
.triangle-network-home .slideshow-flip .slide-button-container:hover a {
  display: block
}
.triangle-network-partners .map {
  width: 100%;
  min-height: 400px;
  height: 850px;
  background-color: #cce9ec;
  margin-bottom: 0
}
.partner-overlay {
  box-sizing: border-box;
  background-repeat: no-repeat;
  padding: 15px 17px 15px 38px;
  color: #6e6e6e;
  color: var(--grey110)
}
.partner-overlay .close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 20px;
  height: 20px;
  font-size: 1.1rem;
  overflow: hidden
}
.partner-overlay h1 {
  color: #fff;
  font-size: 1rem;
  line-height: 1.2;
  margin: 10px 0 10px
}
.partner-overlay-figure {
  margin-bottom: 10px;
  width: 135px;
  height: 90px
}
.partner-overlay-figure img {
  max-width: 100%;
  max-height: 100%
}
.partner-overlay .more {
  font-size: .8rem
}
.partner-overlay a:active,
.partner-overlay a:hover {
  color: #fff
}
.triangle-network-partners .triangle-network-nav {
  margin-bottom: 0
}
.triangle-network-partners .partner-list li {
  line-height: 1.2
}
.triangle-network-partners .partner-list .partner {
  text-decoration: none;
  font-family: MaisonNeue-Medium;
  color: #323232;
  color: var(--grey050);
  font-size: .9rem;
  display: inline-block;
  letter-spacing: .1px;
  border-bottom-width: 0
}
.triangle-network-partners .partner-list a {
  margin-bottom: 12px
}
.triangle-network-partners .partner-list a:active,
.triangle-network-partners .partner-list a:hover {
  border-bottom: 2px solid #00ffc8;
  border-bottom: 2px solid var(--triangle-green);
  margin-bottom: 10px
}
.triangle-network-partners .triangle-network-menu-container {
  min-height: 0
}
.triangle-network-partners .contents {
  min-height: 0
}
.triangle-network-partners .body {
  max-width: 700px;
  margin-top: 35px;
  margin-bottom: 35px
}
.triangle-network-partners .key {
  overflow: hidden
}
.triangle-network-partners .key-item {
  margin-bottom: 0;
  white-space: nowrap
}
.triangle-network-partners .key-icon {
  float: left;
  margin-right: 5px;
  margin-top: -5px
}
.triangle-network-partner .triangle-network-partner-lead {
  margin-bottom: 56px
}
.page .section-link {
  text-transform: uppercase;
  font-size: .9rem
}
.triangle-network-projects .section-about {
  margin-bottom: 0
}
.triangle-network-projects .article-about .body p:first-child {
  margin-top: 0
}
.triangle-network-projects .section-about .article-about .body {
  margin-bottom: 25px
}
.triangle-network-projects .section-nav {
  border-top: none;
  padding-top: 0
}
.triangle-network-projects .section-nav a:link,
.triangle-network-projects .section-nav a:visited {
  border-bottom: none
}
.triangle-network-projects .section-nav .current a {
  border-bottom: 1px solid #000
}
.triangle-network-projects .section-nav a:hover {
  border-bottom: 1px solid #00ffc8;
  border-bottom: 1px solid var(--triangle-green);
  color: #00ffc8;
  color: var(--triangle-green)
}
.triangle-network section.partners ul {
  line-height: 2
}
.mobile-menu {
  position: relative;
  text-align: center;
  font-size: 1.2rem;
  font-family: MaisonNeue-Medium
}
.mobile-menu li {
  display: block;
  padding: 9px
}
.mobile-menu a:link,
.mobile-menu a:visited {
  text-decoration: none;
  color: #323232;
  color: var(--grey050);
  border-bottom: 2px solid #323232;
  border-bottom: 2px solid var(--grey050)
}
.resource-download .resource-name {
  text-align: left;
  vertical-align: middle;
  font-size: .8rem;
  padding-top: 12px
}
.resource-download .resource-name .gasworks-icon-document-icon {
  font-size: 2.7rem;
  vertical-align: top;
  display: inline-block;
  margin-top: -12px;
  margin-right: 20px
}
.resource-download .download {
  float: right
}
.resource-name a:active,
.resource-name a:hover {
  border-width: 0
}
.resource-name a:active .download,
.resource-name a:hover .download {
  border-bottom: 2px solid #00ffc8;
  border-bottom: 2px solid var(--triangle-green)
}
.triangle-network-support {
  max-width: 700px
}
.triangle-network-support .list-item-figure {
  text-align: left
}
.triangle-network-support .list-item a[href^=http] {
  color: #000
}
.triangle-network-opportunities .list-item header h2,
.triangle-network-opportunities .list-item header h3 {
  display: block;
  line-height: 1.5
}
.triangle-network-opportunities .list-item header h3 + h2:before {
  content: '';
  padding: 0
}
.triangle-network-contact-text p:first {
  margin-top: 0
}
.triangle-network-contact-text ul {
  list-style: none;
  margin: -12px 0 24px 0;
  padding: 0;
  font-size: 120%;
  line-height: 1.5
}
.triangle-network-contact-text ul:last-child a:link,
.triangle-network-contact-text ul:last-child a:visited {
  border-bottom-width: 0
}
.triangle-network-contact-text ul:last-child a:active,
.triangle-network-contact-text ul:last-child a:hover {
  border-bottom-width: 2px
}
.triangle-network-contact-form {
  padding-top: 20px
}
.triangle-network-contact-form form {
  margin-top: 0
}
.triangle-network-contact-form .field-wrapper:first-of-type {
  margin-top: 5px
}
.triangle-network-contact-form label {
  margin-bottom: 6px
}
.triangle-network-contact-form label:not(:empty):after {
  content: ' *'
}
.maintenance-page {
  display: flex;
  flex-direction: column;
  justify-content: center
}
@media (max-width:759px),
(max-height:499px) {
  body {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    min-width: 300px;
    max-width: 100%;
    transition: margin-left .4s,margin-right .4s;
    overflow-x: hidden;
    overflow-y: auto
  }
  .masthead {
    height: 60px;
    padding: 10px 0;
    border-bottom: 1px solid #b9b9b9;
    border-bottom: 1px solid var(--rule-grey)
  }
  .masthead-down {
    left: 0;
    right: 0;
    top: 0
  }
  .masthead-up {
    left: 0;
    right: 0;
    top: -60px
  }
  .masthead h1 {
    margin: 0
  }
  .masthead h1 .logo {
    position: absolute;
    clear: none;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    width: 205px;
    margin: 0 auto
  }
  .masthead h1 .logo {
    position: relative;
    height: 40px;
    width: 190px;
    margin: 10px auto
  }
  .logo svg {
    max-height: 100%
  }
  .masthead h1 a:active,
  .masthead h1 a:hover {
    border-width: 0
  }
  .masthead h1 {
    z-index: 1
  }
  .masthead-nav {
    top: 0;
    width: 100%;
    position: absolute;
    z-index: 10
  }
  .masthead .search-nav {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 4rem;
    overflow: hidden
  }
  .masthead .search-button {
    color: #000
  }
  .masthead .search-nav-active {
    width: 100%;
    z-index: 201;
    background-color: #323232;
    background-color: var(--grey050);
    height: 60px
  }
  .search-nav-active .search-form .query {
    position: absolute;
    display: block;
    border: 0;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: MaisonNeue-Book;
    font-weight: 400;
    left: 1.25rem;
    top: .75rem;
    color: #fff;
    outline: 0;
    line-height: 40px;
    width: auto
  }
  .search-nav-active .search-form .search-button {
    position: absolute;
    top: 1.25rem;
    display: block;
    color: #fff;
    fill: #fff
  }
  .search-form,
  .search-nav {
    font-size: 1rem
  }
  .search-form .search-button {
    position: absolute;
    top: 2rem;
    right: 1.25rem;
    height: 29px;
    color: #fff;
    line-height: 29px
  }
  .masthead .show-menu {
    top: 2rem
  }
  .show-menu-label {
    display: none
  }
  .main-menu {
    color: #000;
    font-size: 1.4rem
  }
  .main-container {
    padding-top: 20px;
    z-index: 5;
    min-height: calc(100vh - 261px)
  }
  .breadcrumbs {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%
  }
  .container {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
  }
  .contents {
    margin: 20px auto
  }
  .back-container-left,
  .body h2,
  .contents .addthis-container,
  .contents header,
  .contents p,
  form div.field {
    margin-left: 20px;
    margin-right: 20px
  }
  .back-container-left {
    margin-bottom: 40px
  }
  .contents header p {
    margin-left: 0;
    margin-right: 0
  }
  .body p {
    text-align: justify
  }
  .body ul {
    padding-left: 34px
  }
  .contents h3 {
    margin-top: 30px;
    margin-bottom: 15px
  }
  .main-header h1 {
    margin-top: 15px
  }
  .continuation .more {
    margin-left: 20px;
    padding-left: 0
  }
  .body .continuation .more {
    margin-left: 20px
  }
  .breadcrumbs {
    width: 100%;
    max-width: 540px;
    float: none;
    margin-left: auto;
    margin-right: auto
  }
  .breadcrumbs {
    padding-left: 20px;
    padding-right: 20px
  }
  .block {
    margin-bottom: -40px
  }
  .break {
    padding: 0;
    margin-bottom: 30px
  }
  .container {
    max-width: 100%;
    overflow: hidden
  }
  .section-header {
    height: 360px
  }
  .contents .section-header {
    margin-left: 0;
    margin-right: 0
  }
  .section-header h1 {
    font-family: MaisonNeue-Medium;
    font-size: 3rem;
    text-align: center;
    color: #00ffc8;
    color: var(--triangle-green);
    opacity: .8;
    max-width: 90%;
    margin: auto auto
  }
  .page .column-33-100 {
    width: 100%;
    margin-bottom: 0
  }
  .page .column-33-100:first-child p:first-child {
    margin-top: 0
  }
  .page .column-33-100 p:last-child {
    margin-bottom: 0
  }
  .mob-odd {
    clear: left
  }
  .mob-even {
    clear: right
  }
  .mob-column-100-100 {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-left: 0;
    padding-right: 0
  }
  .mob-column-100-100 form {
    padding: 0 20px
  }
  .mob-column-50-100,
  .page .mob-column-50-100 {
    width: 50%;
    padding: 0 .5%
  }
  .mob-column-50-100 header h3 {
    display: block
  }
  .mob-column-50-100 header h3:after {
    content: ''
  }
  .mob-column-50-100 header h3 + h2:before {
    content: none;
    padding: 0
  }
  .mob-column-50-100 header h3 + h2 {
    clear: left
  }
  .pagination {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center
  }
  .slideshow-flip,
  .slideshow-flip:hover {
    display: none!important
  }
  .slideshow-navigation ul {
    padding: 0
  }
  .list-item-crop img {
    margin-top: -34%;
    margin-bottom: -33%
  }
  .list-item p.download-container {
    margin-bottom: 40px!important
  }
  .aside-item figure {
    padding-right: 20px
  }
  .section-index {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto
  }
  .section-index .main-block .row {
    margin-left: 0;
    margin-right: 0
  }
  .section-index .main-block .column {
    width: 100%;
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-bottom: 35px
  }
  .section-index .break {
    max-width: 540px;
    margin-left: 20px;
    margin-right: 20px
  }
  .section-index .secondary-block .column {
    width: 50%;
    max-width: 290px;
    margin-bottom: 35px
  }
  .section-index .secondary-block .precis {
    display: none
  }
  .page .body h2,
  .page h2 {
    max-width: none
  }
  .body h3,
  .page .column h3 {
    margin-left: 20px;
    margin-bottom: 0
  }
  .page .column header h3,
  .page header h3 {
    margin-left: 0
  }
  .article-about .page-header {
    margin-top: 15px;
    margin-bottom: 35px;
    text-align: center
  }
  .section-about-page .page-header {
    margin-top: 30px
  }
  .contact .map {
    height: 280px;
    background-image: url(/img/map-placeholder.png?b00b9d45e7c9);
    background-repeat: no-repeat;
    background-position: top center;
    max-width: 100%
  }
  .triangle-network-home .slideshow-navigation {
    display: none
  }
  .triangle-network-home .slide-caption {
    display: none
  }
  .triangle-network-home .footer {
    position: fixed;
    top: 60px;
    bottom: 60px;
    left: 0;
    right: 0;
    z-index: 101;
    background: 0 0;
    color: inherit;
    width: 7rem
  }
  .triangle-network-home .footer-small-print {
    display: none
  }
  .triangle-network-home .nav-footer-right {
    display: none
  }
  .triangle-network-home .footer .social {
    display: none
  }
  .triangle-network-home .footer .container,
  .triangle-network-home .footer .nav-footer-left {
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    bottom: 0;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: inherit
  }
  .triangle-network-home .nav-footer-primary {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.3rem;
    line-height: 1.5;
    width: 100%;
    height: 100%;
    max-height: 270px
  }
  .triangle-network-home .section-link {
    color: inherit
  }
  .foreground-black .nav-footer-primary,
  .foreground-white .nav-footer-primary {
    color: inherit
  }
  .triangle-network-home .nav-footer-primary a:link,
  .triangle-network-home .nav-footer-primary a:visited {
    color: inherit
  }
  .triangle-network-partners-index {
    padding-top: 20px
  }
  .triangle-network-partners .partner-list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 20px;
    vertical-align: top
  }
  .triangle-network-partners .map {
    margin-top: 15px;
    min-height: 300px;
    height: 300px
  }
  .triangle-network-partner-body .masthead,
  .triangle-network-project-body .masthead {
    border-bottom-width: 0;
    margin-bottom: 0
  }
  .triangle-network-partner-body .main-container,
  .triangle-network-project-body .main-container {
    padding-top: 0
  }
  .triangle-network-partner-body .main-container .contents:first-child,
  .triangle-network-project-body .main-container .contents:first-child {
    margin-top: 0
  }
  .break {
    background-size: 300%
  }
  .desktop,
  .full-menu-exclude {
    display: none!important
  }
  .mobile-menu {
    display: block
  }
  .break .more {
    display: none
  }
  .triangle-network-support .list-item-figure {
    margin-left: 20px;
    margin-right: 20px
  }
  .triangle-network-contact-text ul {
    list-style: none;
    margin: -20px 0 0 0;
    padding: 0 0 0 19px;
    font-size: 130%;
    line-height: 1.5
  }
}
@media (max-width:1015px) {
  .footer .container {
    padding-top: 25px;
    min-height: 100px;
    padding-bottom: 25px
  }
  .nav-footer-primary {
    display: none
  }
  .footer .social {
    display: block;
    margin: 0 auto 0 auto;
    text-align: center;
    clear: both;
    float: none;
    width: 8rem;
    white-space: nowrap
  }
  .footer .platform {
    display: block;
    float: left;
    font-size: 115%;
    line-height: 0
  }
  .footer .platform a {
    margin: 0 7px;
    background-position: center center
  }
  .footer a.facebook {
    width: 16px;
    margin-right: 5px
  }
  .footer .platform:last-child {
    clear: right
  }
  .footer .mailing-list-container {
    margin-top: 20px;
    float: none;
    clear: both
  }
  .footer .arts-council-england {
    margin: 0 auto 0 auto;
    width: 155px;
    float: none;
    clear: both;
    text-align: center
  }
  .footer .arts-council-england .gasworks-icon-arts-council-england {
    font-size: 250%;
    float: none
  }
  .footer .sitemap {
    display: none
  }
  .footer .desktop {
    display: none
  }
  .footer .mobile {
    display: inline
  }
}
@media (max-width:530px) {
  .mob-row-split {
    max-width: 540px;
    width: 101%;
    margin-left: -.5%;
    margin-right: -.5%;
    float: none
  }
  .mob-column-50-100 {
    padding-left: .5%;
    padding-right: .5%
  }
}
@media (min-width:531px) and (max-width:759px) {
  .mob-row-split {
    max-width: 540px;
    width: 103%;
    margin-left: auto;
    margin-right: auto;
    float: none
  }
}
@media (min-height:500px) and (min-width:760px) {
  .masthead {
    position: relative;
    text-align: center;
    z-index: 11;
    margin: 0 auto 80px auto;
    padding: 0 150px
  }
  .masthead h1 {
    margin: 0 auto;
    padding: 20px;
    max-width: 1280px;
    border-bottom: 1px solid #b9b9b9;
    border-bottom: 1px solid var(--rule-grey)
  }
  .masthead .logo {
    display: block;
    width: 300px;
    margin: 2.5rem auto
  }
  .masthead h1 a:active,
  .masthead h1 a:hover {
    border-width: 0
  }
  .masthead .search-form {
    z-index: 10
  }
  a.mailing-list .icon-label {
    font-size: .8rem
  }
  .search-form {
    display: block;
    position: absolute;
    box-sizing: border-box;
    padding: .75rem;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 3.75rem;
    height: 3.75rem;
    margin: 0;
    transition: top .2s
  }
  .search-form .query {
    display: none
  }
  .search-nav-active .search-form,
  .search-nav:hover .search-form {
    width: 33%;
    z-index: 101;
    background-color: #323232;
    background-color: var(--grey050);
    fill: #fff
  }
  .search-nav-active .search-form .query,
  .search-nav:hover .search-form .query {
    position: absolute;
    display: block;
    border: 0;
    margin: 0;
    font-size: 1.2rem;
    line-height: 1.2rem;
    font-family: MaisonNeue-Book;
    font-weight: 400;
    left: 15px;
    top: 15px;
    bottom: 15px;
    right: 60px;
    width: auto;
    max-width: none;
    color: #fff;
    outline: 0;
    background-color: #323232;
    background-color: var(--grey050)
  }
  .search-nav-active .search-button,
  .search-nav:hover .search-button {
    position: absolute;
    right: 1.25rem;
    top: 1.25rem;
    display: block
  }
  .contents {
    position: relative
  }
  .section-header {
    position: absolute;
    width: 100%;
    height: 700px;
    display: flex;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
    transition: visibility 0s linear 1s,opacity 1s linear;
    pointer-events: none
  }
  .section-header h1 {
    font-family: MaisonNeue-Medium;
    font-size: 8rem;
    line-height: 1.1;
    text-align: center;
    color: #00ffc8;
    color: var(--triangle-green);
    opacity: .8;
    max-width: 800px;
    margin: auto auto
  }
  .main-container {
    min-height: calc(100vh - 570px)
  }
  .triangle-network-home .footer {
    position: fixed;
    bottom: 1rem;
    left: 1.25rem;
    z-index: 6;
    background: 0 0;
    width: 8rem
  }
  .triangle-network-home .footer .nav-footer {
    position: inherit;
    min-height: 0
  }
  .triangle-network-home .footer .nav-footer-left .social {
    width: auto;
    min-height: 0
  }
  .triangle-network-home .footer .container {
    padding: 0;
    min-height: 0;
    height: 2rem
  }
  .triangle-network-home .footer a {
    color: inherit
  }
  .triangle-network-home .footer a:active,
  .triangle-network-home .footer a:hover {
    color: #00ffc8;
    color: var(--triangle-green)
  }
  .section-about {
    clear: both;
    position: relative;
    margin-bottom: 60px
  }
  .section-about header {
    text-align: center;
    margin-top: 13px
  }
  .section-about header h1 {
    display: inline-block;
    font-size: .8rem;
    text-transform: uppercase;
    border-bottom: 1px solid #323232;
    border-bottom: 1px solid var(--grey050);
    margin: 50px 0 10px 0
  }
  .section-about .expand {
    text-align: right;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    color: #323232;
    color: var(--grey050);
    text-decoration: none;
    font-size: .8rem;
    clear: both;
    z-index: 1
  }
  .section-about .expand:active,
  .section-about .expand:hover {
    border-bottom: 2px solid #00ffc8;
    border-bottom: 2px solid var(--triangle-green)
  }
  .section-about .article-about {
    position: relative;
    overflow: hidden;
    display: block;
    z-index: 2;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff
  }
  .section-about .article-about a.contract {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    text-decoration: none;
    color: #969696;
    color: var(--grey150);
    text-align: center;
    line-height: 50px;
    font-size: 1.3rem;
    z-index: 3
  }
  .section-about .expandable {
    max-height: 0;
    border-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: border-color .5s,visibility .5s,max-height .5s,opacity 2s
  }
  .section-about .expandable.expanded {
    visibility: visible;
    max-height: 500px;
    display: block;
    opacity: 1;
    border-color: #c8c8c8;
    border-color: var(--grey200);
    transition: border-color 1s,visibility 1s,max-height 1s,opacity .5s
  }
  .section-about .article-about .body {
    max-width: 700px;
    margin: 0 auto 50px auto
  }
  .triangle-network-partners .partner-list {
    list-style: none;
    margin: 0;
    padding: 0;
    -moz-column-count: 4;
    column-count: 4;
    -moz-column-width: 25%;
    column-width: 25%;
    margin-bottom: 70px;
    vertical-align: top
  }
  .mobile,
  .mobile-only {
    display: none
  }
}
@media (min-width:1016px) {
  .footer .container {
    max-width: 1280px;
    padding-top: 45px;
    padding-left: 15px;
    padding-right: 15px
  }
  .footer .nav-footer {
    position: relative;
    min-height: 70px
  }
  .footer .footer-small-print {
    text-align: left
  }
  .nav-footer {
    display: flex;
    justify-content: space-between;
    align-content: flex-start
  }
  .nav-footer .nav-footer-left {
    position: relative;
    margin-top: 3px;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
    height: auto;
    float: left
  }
  .nav-footer-left .nav-footer-primary {
    order: 2
  }
  .nav-footer-primary {
    width: 100%;
    line-height: 1.2
  }
  .nav-footer-primary li {
    display: inline-block;
    font-family: MaisonNeue-Medium;
    padding-right: 20px;
    border-right: 2px solid #19bf8b;
    margin-right: 20px;
    margin-top: 3px
  }
  .nav-footer-primary li:last-child {
    padding-right: 0;
    border-right: 0;
    margin-right: 0
  }
  .nav-footer-left .social {
    order: 1;
    width: 80%;
    margin-left: -3px
  }
  .footer .platform {
    display: block;
    float: left;
    font-size: 115%;
    line-height: 0
  }
  .nav-footer .arts-council-england {
    float: right;
    text-align: right;
    margin-right: -3px;
    width: 300px;
    height: 70px
  }
  .nav-footer .arts-council-england:hover svg * {
    fill: #118763;
    fill: var(--triangle-green-hover)
  }
  .nav-footer-primary a:hover {
    color: #118763;
    color: var(--triangle-green-hover);
    border-bottom: 2px solid #fff
  }
  .footer .platform a.facebook {
    background-position: -4px -2px;
    margin-right: 5px
  }
}
@media (max-width:1135px) {
  .slideshow-flip {
    max-width: 880px;
    margin: 0 auto;
    left: inherit;
    right: inherit;
    display: none
  }
  .slideshow-flip .previous {
    left: 10px
  }
  .slideshow-flip .next {
    right: 10px
  }
  .slideshow:hover .slideshow-flip {
    display: block
  }
  .slideshow-basic .slideshow-flip .previous {
    left: 0
  }
  .slideshow-basic .slideshow-flip .next {
    right: 0
  }
}
@media (min-width:1136px) and (max-width:1299px) {
  .slideshow-flip .previous {
    left: -60px
  }
  .slideshow-flip .next {
    right: -60px
  }
}
@media (min-width:1200px) and (max-width:1300px) {
  .slideshow-flip .previous {
    left: -30px
  }
  .slideshow-flip .next {
    right: -30px
  }
}
.hidden {
  display: none!important
}
.faded {
  opacity: 0;
  visibility: hidden
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto
}
.invisible {
  visibility: hidden
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table
}
.clearfix:after {
  clear: both
}
.nowrap {
  white-space: nowrap
}
@media print {
  *,
  :after,
  :before {
    background: 0 0!important;
    color: #000!important;
    box-shadow: none!important;
    text-shadow: none!important
  }
  a,
  a:visited {
    text-decoration: underline
  }
  a[href]:after {
    content: " (" attr(href) ")"
  }
  abbr[title]:after {
    content: " (" attr(title) ")"
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""
  }
  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid
  }
  thead {
    display: table-header-group
  }
  img,
  tr {
    page-break-inside: avoid
  }
  img {
    max-width: 100%!important
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3
  }
  h2,
  h3 {
    page-break-after: avoid
  }
}