/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}
body {
	line-height: 1;
}
menu, ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*  
 * Set the vertical rhythm of the page on paddings, margins etc.
 * @param Integer - An increment of the scale to use
 * @return String - scale value in rems
 */
/*  
 * Set the font size using a scale
 * @param Integer - The target pixel value for the font
 * @return String - scale value in rems
 */
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
dl,
figure,
address,
table,
pre code,
pre,
blockquote {
  margin-bottom: 1.6666666667rem;
}

.italic, var,
cite,
em,
i {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
}

mark {
  background-color: yellow;
}

s,
del {
  text-decoration: line-through;
}

ins,
u {
  text-decoration: underline;
}

code,
samp,
kbd {
  display: inline-block;
  font-family: monospace;
  letter-spacing: 0;
}

pre code {
  background-color: #eee;
  display: block;
  padding: 0.8333333333rem;
  overflow-x: scroll;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.center {
  text-align: center;
}

.baseline {
  background-image: linear-gradient(to bottom, #0ff 0, rgba(255, 255, 255, 0) 1px), linear-gradient(to bottom, rgba(255, 0, 0, 0.1) 0, rgba(255, 255, 255, 0) 1px);
  background-repeat: repeat-y;
  background-size: 100% 1.6666666667rem, 100% 0.4166666667rem;
}

ol {
  list-style-type: decimal;
}

ul {
  list-style-type: disc;
}

/*  
 * Example :
 *   @mixin alpha {
 *       font-size: font-size(32);
 *       line-height: rhythm(6);
 *
 *       @media (max-width: 480px) {
 *           font-size: font-size(24);
 *           line-height: rhythm(4);
 *       }
 *   }
 */
/*
 * Example :
 * @import '~npm-module-name/_vendor'
*/
/*
Grid.css
A responsive grid by jjgrainger
http://jjgrainger.co.uk/grid
 */
.row, .header, .mobile-menu .nav,
.column {
  box-sizing: border-box;
}

.row, .header, .mobile-menu .nav {
  display: flex;
  flex-flow: row wrap;
  margin: 0 auto;
  max-width: 1200px;
}

.row .row, .header .row, .row .header, .header .header, .mobile-menu .nav .row, .mobile-menu .nav .header, .row .mobile-menu .nav, .header .mobile-menu .nav, .mobile-menu .row .nav, .mobile-menu .header .nav, .mobile-menu .nav .nav {
  margin: -0.8333333333rem;
}

.column {
  padding: 0.8333333333rem;
}

/* whole */
.column.one-whole {
  width: 100%;
}

/* halves */
.column.one-half {
  width: 50%;
}

/* thirds */
.column.one-third {
  width: 33.333%;
}

.column.two-thirds {
  width: 66.666%;
}

/* fourths */
.column.one-fourth {
  width: 25%;
}

.column.three-fourths {
  width: 75%;
}

/* fifths */
.column.one-fifth {
  width: 20%;
}

.column.two-fifths {
  width: 40%;
}

.column.three-fifths {
  width: 60%;
}

.column.four-fifths, .four-fifths {
  width: 80%;
}

/* sixths */
.column.one-sixth {
  width: 16.666666667%;
}

.column.five-sixths {
  width: 83.333333335%;
}

/* twelfths */
.column.one-twelfth {
  width: 8.3333333%;
}

.column.five-twelfths {
  width: 41.6666667%;
}

.column.seven-twelfths {
  width: 58.3333333%;
}

.column.eleven-twelfths {
  width: 91.666666667%;
}

/* push */
.push-twelfth {
  margin-left: 8.3333333%;
}

.push-sixth {
  margin-left: 16.666666667%;
}

.push-third {
  margin-left: 33.33333%;
}

.push-fourth {
  margin-left: 25%;
}

/* float right */
.flow-reverse {
  float: right;
}

/*
Cleafix
Micro Clearfix by Nicolas Gallagher
http://nicolasgallagher.com/micro-clearfix-hack/
 */
.cf {
  overflow: visible !important;
}

.cf::before,
.cf::after {
  content: " ";
  display: block;
}

.cf::after {
  clear: both;
}

/*
For IE 6/7 only
Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

body {
  background-color: pink;
}

@font-face {
  font-family: "Trixie";
  src: url("../../assets/fonts/trixie/trixie.woff2") format("woff2"), url("../../assets/fonts/trixie/trixie.woff") format("woff");
}
.icon {
  width: 1.5rem;
  height: 1.5rem;
  margin-bottom: 0;
}

* {
  box-sizing: border-box;
}

html,
body {
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  line-height: 30px;
  background-color: #fff;
  color: #575757;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smoothing: antialiased;
}

a {
  color: inherit;
  text-decoration: none;
}
a:active {
  color: #cbd3d6;
}

img,
svg,
.lazy {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
}

.white {
  color: #fff;
}

.black {
  color: #000;
}

.grey {
  color: #575757;
}

.red {
  color: #e42313;
}

.cream {
  color: #f9f8e2;
}

.pink {
  color: #e73b70;
}

.bg--white {
  background-color: #fff;
}

.bg--grey {
  background-color: #eee;
}

.bg--primary {
  background-color: #d9dfe1;
}

.bg--secondary {
  background-color: #f9f8e2;
}

.bg--dd-black {
  background-color: #29282f;
  color: #fff;
}

.bg--dark {
  background-color: #242427;
}

.bg--light {
  background-color: #f9f8e2;
}

.bg--pink {
  background-color: #e73b70;
}

.bg--red {
  background-color: #e42313;
}

.image-test {
  max-height: 26.25rem;
}

.image {
  margin-bottom: 3.3333333333rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
}

h1,
.alpha {
  font-size: 52px;
  font-size: 2.8888888889rem;
  line-height: 60px;
  line-height: 3.3333333333rem;
}
@media (max-width: 600px) {
  h1,
.alpha {
    font-size: 44px;
    font-size: 2.4444444444rem;
    line-height: 52.5px;
    line-height: 2.9166666667rem;
  }
}

h2,
.beta {
  font-size: 32px;
  font-size: 1.7777777778rem;
  line-height: 45px;
  line-height: 2.5rem;
}
@media (max-width: 600px) {
  h2,
.beta {
    font-size: 28px;
    font-size: 1.5555555556rem;
    line-height: 37.5px;
    line-height: 2.0833333333rem;
  }
}

h3,
.gamma {
  font-size: 28px;
  font-size: 1.5555555556rem;
  line-height: 37.5px;
  line-height: 2.0833333333rem;
}

h4,
.delta,
.standfirst {
  font-size: 24px;
  font-size: 1.3333333333rem;
  line-height: 37.5px;
  line-height: 2.0833333333rem;
}

h5,
.epsilon {
  font-size: 24px;
  font-size: 1.3333333333rem;
  line-height: 30px;
  line-height: 1.6666666667rem;
}

h6 {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 30px;
  line-height: 1.6666666667rem;
  text-transform: uppercase;
}

.zeta {
  font-size: 14px;
  font-size: 0.7777777778rem;
  line-height: 30px;
  line-height: 1.6666666667rem;
}

.base {
  font-size: 18px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.6666666667rem;
}

.bold {
  font-family: "Roboto", sans-serif;
}

.link {
  color: inherit;
  text-decoration: underline !important;
}
.link:hover {
  color: #e73b70;
}

.title {
  font-family: "Roboto", sans-serif;
}

.body-font {
  font-family: "Roboto", sans-serif;
}

.serif, .page-template-template-asylum .title {
  font-family: "Trixie", serif;
}

.subtitle {
  color: #e73b70;
  font-family: "Roboto", sans-serif;
}

.standfirst {
  margin-bottom: 2.0833333333rem;
}

.underline {
  display: inline-block;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid;
}

.lazy {
  display: inline-block;
  position: relative;
  width: 100%;
}

.lazy img {
  opacity: 0;
  transition: opacity 0.3s ease;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.lazy img.lazy-loaded {
  opacity: 1;
  transition: opacity 0.3s ease;
}

.markup:not(:last-child) {
  margin-bottom: 1.6666666667rem;
}
.markup a {
  text-decoration: underline;
}
.markup a:hover, .markup a:focus {
  text-decoration: none;
}
.markup ul,
.markup ol {
  text-align: left;
  padding-left: 18px;
  margin-bottom: 1.6666666667rem;
}
.markup p:not(:last-child) {
  margin-bottom: 0.8333333333rem;
}
.markup img {
  display: block;
  height: auto;
  margin: 1.6666666667rem auto;
}
.markup strong {
  font-weight: bold;
}
@media (min-width: 801px) {
  .markup .alignright {
    float: right;
    margin: 0 0 0.8333333333rem 1.6666666667rem;
  }
}
@media (min-width: 801px) {
  .markup .alignleft {
    float: left;
    margin: 0 1.6666666667rem 0.8333333333rem 0;
  }
}
.markup .alignnone {
  margin-right: 0;
  margin-left: 0;
}
.markup .wp-caption {
  width: auto !important;
  margin: 3.3333333333rem 0;
}
.markup .wp-caption > p:empty {
  display: none;
}

.l-show {
  display: none;
}

.m-show {
  display: none;
}

/* xxl */
@media (max-width: 1024px) {
  .column.xxl-one-half {
    width: 50%;
  }
}
/* xl */
@media (max-width: 960px) {
  .column.xl-one-whole {
    width: 100%;
    margin: 0;
  }

  .column.xl-one-half {
    width: 50%;
  }

  .column.xl-one-third {
    width: 33.333%;
  }
}
/* l */
@media (max-width: 800px) {
  .l-hide {
    display: none;
  }

  .l-show {
    display: block;
  }

  .column.l-one-whole,
.l-one-whole {
    margin: 0;
    width: 100%;
  }

  .column.l-one-half {
    width: 50%;
  }

  .column.l-one-third {
    width: 33.333%;
  }

  .column.l-two-thirds {
    width: 66.666%;
  }

  .l-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
/* m */
@media (max-width: 600px) {
  .m-hide {
    display: none;
  }

  .m-show {
    display: block;
  }

  .column.m-one-whole {
    margin: 0;
    width: 100%;
  }

  .column.m-one-half {
    width: 50%;
  }

  .m-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
}
/* s */
@media (max-width: 480px) {
  .s-hide {
    display: none;
  }

  .column.s-one-whole {
    margin: 0;
    width: 100%;
  }
}
/* xs */
.form {
  margin-bottom: 1.6666666667rem;
}
.form:last-child {
  margin-bottom: 0;
}

.form__row {
  margin-bottom: 1.6666666667rem;
}
.form__row:last-child {
  margin-bottom: 0;
}

.form__button {
  border: none;
  outline: none;
  padding: 0.4166666667rem 0.8333333333rem;
}
.form__button:active {
  transform: translateY(2px);
}

.form--inline .form__row:first-of-type {
  display: flex;
  border-bottom: 1px solid #fff;
}
.form--inline .form__row:first-of-type .input {
  flex: 1;
  padding-left: 0;
}
.form--inline .input {
  background-color: transparent;
  border: none;
}
.form--inline .input--checkbox label:before {
  border-color: #fff;
}
.form--inline .input__field {
  color: #fff;
}
.form--inline .input__field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.form--inline .input__field::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.form--inline .input__field:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.form--inline .input__field:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.form--inline .input__field:focus {
  background-color: transparent;
}
.form--inline .form__button {
  color: #fff;
  background-color: transparent;
  position: relative;
  padding-right: 1.6666666667rem;
}
.form--inline .form__button:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4166666667rem 0 0.4166666667rem 0.4166666667rem;
  border-color: transparent transparent transparent #fff;
  margin: auto;
}

/* MailChimp Form Embed Code - Classic - 12/17/2015 v10.7 */
#mc_embed_signup form {
  display: block;
  position: relative;
  text-align: left;
}

#mc_embed_signup h2 {
  font-weight: bold;
  padding: 0;
  margin: 15px 0;
  font-size: 1.4em;
}

#mc_embed_signup input[type=checkbox] {
  -webkit-appearance: checkbox;
}

#mc_embed_signup input[type=radio] {
  -webkit-appearance: radio;
}

#mc_embed_signup input:focus {
  border-color: #333;
}

#mc_embed_signup .button {
  font-size: 1em;
}

#mc_embed_signup .small-meta {
  font-size: 11px;
}

#mc_embed_signup .nowrap {
  white-space: nowrap;
}

#mc_embed_signup .mc-field-group {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
}

#mc_embed_signup .size1of2 {
  clear: none;
  float: left;
  display: inline-block;
  width: 46%;
  margin-right: 4%;
}

#mc_embed_signup .mc-field-group label {
  display: block;
  margin-bottom: 3px;
}

#mc_embed_signup .mc-field-group input {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}

#mc_embed_signup .mc-field-group select {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  margin-bottom: 2px;
}

#mc_embed_signup .datefield,
#mc_embed_signup .phonefield-us {
  padding: 5px 0;
}

#mc_embed_signup .datefield input,
#mc_embed_signup .phonefield-us input {
  display: inline;
  width: 60px;
  margin: 0 2px;
  letter-spacing: 1px;
  text-align: center;
  padding: 5px 0 2px 0;
}

#mc_embed_signup .phonefield-us .phonearea input,
#mc_embed_signup .phonefield-us .phonedetail1 input {
  width: 40px;
}

#mc_embed_signup .datefield .monthfield input,
#mc_embed_signup .datefield .dayfield input {
  width: 30px;
}

#mc_embed_signup .datefield label,
#mc_embed_signup .phonefield-us label {
  display: none;
}

#mc_embed_signup .indicates-required {
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}

#mc_embed_signup .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

#mc_embed_signup .clear {
  clear: both;
}

#mc_embed_signup .mc-field-group.input-group ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
}

#mc_embed_signup .mc-field-group.input-group ul li {
  display: block;
  padding: 3px 0;
  margin: 0;
}

#mc_embed_signup .mc-field-group.input-group label {
  display: inline;
}

#mc_embed_signup .mc-field-group.input-group input {
  display: inline;
  width: auto;
  border: none;
}

#mc_embed_signup div#mce-responses {
  float: left;
  top: -1.4em;
  padding: 0em 0.5em 0em 0.5em;
  overflow: hidden;
  width: 90%;
  margin: 0 5%;
  clear: both;
}

#mc_embed_signup div.response {
  margin: 1em 0;
  padding: 1em 0.5em 0.5em 0;
  font-weight: bold;
  float: left;
  top: -1.5em;
  z-index: 1;
  width: 80%;
}

#mc_embed_signup #mce-error-response {
  display: none;
}

#mc_embed_signup #mce-success-response {
  color: #529214;
  display: none;
}

#mc_embed_signup label.error {
  display: block;
  float: none;
  width: auto;
  margin-left: 1.05em;
  text-align: left;
  padding: 0.5em 0;
}

#mc_embed_signup #num-subscribers {
  font-size: 1.1em;
}

#mc_embed_signup #num-subscribers span {
  padding: 0.5em;
  border: 1px solid #ccc;
  margin-right: 0.5em;
  font-weight: bold;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  display: inline-block;
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
}

#mc_embed_signup #mc-embedded-subscribe-form input.mce_inline_error {
  border: 2px solid #e85c41;
}

#mc_embed_signup .checkbox input {
  display: inline-block;
  width: auto;
  padding: 0;
  text-indent: 0;
}

#mc_embed_signup .mc-field-group br {
  display: none;
}

.input {
  background-color: #fff;
  border: 1px solid #eee;
  padding: 0.8333333333rem;
}
.input.toggle-mobile-form {
  flex: 1;
  padding: 0.8333333333rem;
}
.input.toggle-mobile-form .input__field {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.input.toggle-mobile-form svg {
  width: 1.6666666667rem;
  height: 1.6666666667rem;
}

.input__field {
  color: #000;
  background-color: transparent;
  width: 100%;
  border: none;
  outline: none;
  font-size: 18px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.6666666667rem;
}

label {
  display: block;
  text-align: left;
}
label a {
  text-decoration: underline;
}

.input--checkbox {
  position: relative;
  padding: 0 0 0 2.5rem !important;
}
.input--checkbox input[type=checkbox] {
  position: absolute;
  top: 0.8333333333rem;
  left: 0.4166666667rem;
  width: 1.25rem;
  opacity: 0;
  margin: 0;
}
.input--checkbox input[type=checkbox]:checked + label:after {
  content: "";
}
.input--checkbox label {
  cursor: pointer;
}
.input--checkbox label:before {
  content: "";
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
}
.input--checkbox label:after {
  position: absolute;
  top: 0.4583333333rem;
  left: 0.4166666667rem;
  width: 0.5833333333rem;
  height: 0.2916666667rem;
  border-left: 4px solid #d9dfe1;
  border-bottom: 4px solid #d9dfe1;
  transform: rotate(-45deg);
}

.input--select {
  position: relative;
}
.input--select input,
.input--select select {
  display: block;
  position: relative;
  z-index: 1;
  padding: 0 1.6666666667rem 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.input--select:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.8333333333rem;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.2083333333rem 0.2083333333rem 0 0.2083333333rem;
  border-color: #000 transparent transparent transparent;
  margin: auto;
}

.section {
  padding: 3.3333333333rem 0rem;
  position: relative;
  z-index: 100;
  width: 100%;
}
@media (max-width: 960px) {
  .section {
    padding: 2.5rem 0rem;
  }
}
@media (max-width: 800px) {
  .section {
    padding: 1.6666666667rem 0rem;
  }
}

.layout {
  padding: 1.6666666667rem 0rem;
}

.layout--large {
  padding: 5rem 0rem;
}

.nav li {
  list-style: none;
}
.nav a {
  color: inherit;
}

.nav--inline li {
  display: inline-block;
}

.back-to-top {
  background-color: #e73b70;
  opacity: 0;
  visibility: hidden;
  position: fixed;
  bottom: 1.6666666667rem;
  right: 1.6666666667rem;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #29282f;
  border-radius: 50%;
  z-index: 300;
  padding: 13px;
  width: 40px;
  height: 40px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
}
.back-to-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5px 10px 5px;
  border-color: transparent transparent #d9dfe1 transparent;
}
.back-to-top:hover, .back-to-top:focus {
  background-color: #fff;
}
.back-to-top:hover:after, .back-to-top:focus:after {
  border-color: transparent transparent #e73b70 transparent;
}
.back-to-top:active {
  transform: translateY(2px);
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s ease;
}

.main-menu {
  display: flex;
}
@media (max-width: 800px) {
  .main-menu {
    display: block;
  }
}

.no-menu {
  padding: 2.5rem 0.8333333333rem 2.5rem 0.8333333333rem;
}

.no-menu-line {
  display: block;
  height: 30px;
}

.main-menu.is-visible {
  display: block;
  opacity: 1;
}

.main-menu li a {
  color: #f9f8e2;
  transition: all 0.3s ease-out;
  background-color: transparent;
  text-decoration: underline;
}

.main-menu li a:hover {
  transition: all 0.3s ease-out;
}

.main-menu > li {
  display: inline-block;
}
@media (max-width: 800px) {
  .main-menu > li {
    width: 100%;
    display: block;
  }
}

.main-menu > li > a {
  display: inline-block;
  padding: 2.5rem 0.8333333333rem 2.5rem 0.8333333333rem;
  visibility: visible;
  font-weight: 700;
}
@media (max-width: 960px) {
  .main-menu > li > a {
    padding-right: 0.4166666667rem;
  }
}
@media (max-width: 800px) {
  .main-menu > li > a {
    display: block;
    padding: 0.8333333333rem 0.8333333333rem;
  }
}

.main-menu > li > a:hover {
  color: rgba(249, 248, 226, 0.5);
}

.main-menu .sub-menu {
  position: absolute;
  display: block;
  opacity: 0;
  z-index: -1;
  transition: all 0.1s ease-out;
  visibility: hidden;
  background-color: #e73b70;
}
.main-menu .sub-menu.flip {
  right: 0;
}
@media (max-width: 800px) {
  .main-menu .sub-menu {
    position: relative;
    opacity: 1;
    z-index: 1;
    width: 100%;
    visibility: visible;
    background-color: transparent;
  }
}

.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  z-index: 500;
  transition: all 0.1s ease-out;
  visibility: visible;
}

.menu-item-has-children::after {
  content: url("../../icons/down-arrow.svg");
  display: inline-block;
  transition: transform 0.2s ease;
  position: relative;
  right: 0.5rem;
}
@media (max-width: 960px) {
  .menu-item-has-children::after {
    right: 0;
  }
}
@media (max-width: 800px) {
  .menu-item-has-children::after {
    display: none;
  }
}

.menu-item-has-children:hover::after {
  transform: rotate(180deg);
}

.main-menu .sub-menu li {
  display: block;
}

.main-menu .sub-menu li a {
  width: 100%;
  display: block;
  padding: 0.8333333333rem 1.6666666667rem;
  font-weight: 700;
  text-decoration: none;
  border-bottom: 1px solid #f9f8e2;
}
.main-menu .sub-menu li a:hover {
  background-color: #29282f;
}
@media (max-width: 800px) {
  .main-menu .sub-menu li a:hover {
    background-color: transparent;
    color: rgba(249, 248, 226, 0.5);
  }
}
@media (max-width: 800px) {
  .main-menu .sub-menu li a {
    border-bottom: none;
  }
}

.main-menu .sub-menu li:last-of-type a {
  border-bottom: 1px solid transparent;
}

@media (max-width: 800px) {
  .main-menu .sub-menu {
    padding-left: 1.6666666667rem;
  }
}
@media (max-width: 800px) {
  .header-menu {
    display: none;
  }
}
.mobile-menu {
  overflow: hidden;
  height: 0;
  visibility: hidden;
}

.mobile-menu .nav {
  padding: 0.8333333333rem 0.8333333333rem;
}

.mobile-menu.is-open {
  display: block;
  opacity: 1;
}

.hamburger {
  color: #f9f8e2;
  display: none;
  position: relative;
  width: 3rem;
  height: 3rem;
  z-index: 99999;
  transition: left 0.3s ease 0.3s, border 0.3s ease 0s;
  transition-delay: 0.1s;
  top: 0;
  right: 0;
}
@media (max-width: 800px) {
  .hamburger {
    display: block;
  }
}

.hamburger.is-active {
  right: 0;
  border-color: transparent;
  transition: left 0.3s ease, border 0.3s ease 0.3s;
}

.hamburger.is-active .bars {
  background-color: transparent;
}

.hamburger.is-active .bars::before {
  transform: rotate(45deg);
  top: 0;
}

.hamburger.is-active .bars::after {
  transform: rotate(-45deg);
  top: 0;
}

.bars {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bars,
.bars::before,
.bars::after {
  display: block;
  cursor: pointer;
  height: 3px;
  width: 1.5rem;
  border-radius: 1rem;
  background-color: #f9f8e2;
  position: absolute;
  color: transparent;
  transition: all 0.3s ease;
}

.bars::before {
  content: "";
  top: 8px;
}

.bars::after {
  content: "";
  top: -8px;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.8333333333rem;
}
@media (max-width: 800px) {
  .header {
    padding: 0.8333333333rem;
  }
}
@media (max-width: 600px) {
  .header .nav {
    margin-top: 0.8333333333rem;
  }
}

.banner {
  text-align: center;
  padding: 0.8333333333rem;
  color: #fff;
}
.banner a {
  text-decoration: underline;
}

.footer {
  color: #000;
}

.footer-title {
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.footer-menu a {
  display: inline-block;
}

.footer-menu a:hover {
  color: #e73b70;
}

.social-menu a:hover span {
  color: #e73b70;
}

.social-menu a {
  display: inline-block;
}
.social-menu a svg {
  vertical-align: middle;
  margin-right: 0.4166666667rem;
  width: 0.8333333333rem;
  height: 0.8333333333rem;
}
.social-menu a span {
  vertical-align: middle;
}

.logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 600px) {
  .logos {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 800px) and (min-width: 600px) {
  .logos .logo {
    padding: 0 0.8333333333rem;
  }
}

.logo--cornwall-council {
  width: 6rem;
}

.logo--arts-council {
  width: 15rem;
}

.logo--gbc {
  width: 7rem;
  height: 7rem;
}
@media (max-width: 600px) {
  .logo--gbc {
    margin-top: 1.6666666667rem;
  }
}

.logo--playhouse {
  width: 10rem;
}

.logo {
  display: inline-block;
  margin-bottom: 0;
}
.logo .icon {
  width: 12rem;
  height: 4rem;
  max-width: 100%;
}
@media (max-width: 800px) {
  .logo .icon {
    width: 10rem;
    height: 3rem;
  }
}
@media (max-width: 600px) {
  .logo .icon {
    width: 7rem;
    height: 3rem;
  }
}

.logo--show {
  max-width: 100%;
}
.logo--show .icon {
  width: 40rem;
  height: 7rem;
  max-width: 100%;
}
@media (max-width: 800px) {
  .logo--show .icon {
    width: 30rem;
    height: 3rem;
  }
}

.logo--footer {
  margin-bottom: 0.8333333333rem;
}
.logo--footer .icon {
  width: 10rem;
  height: 3rem;
}

button {
  cursor: pointer !important;
}

.button {
  color: #fff;
  display: inline-block;
  position: relative;
  border: 2px solid #29282f;
  background-color: #29282f;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 0.4166666667rem 1.6666666667rem;
  outline: none;
  transition: all 0.3s ease;
  font-family: "Trixie", serif;
}
.button:hover, .button:focus {
  transition: all 0.3s ease;
  border-color: #29282f;
  background-color: #f9f8e2;
  color: #29282f;
}
.button:active {
  transform: translateY(2px);
}
.button[disabled] {
  border-color: inherit;
  cursor: default;
  transform: none;
  opacity: 0.5;
}

a.button[href="#disabled"] {
  border-color: inherit;
  cursor: default;
  transform: none;
  opacity: 0.5;
}

.button--alt {
  color: #fff;
  background-color: #29282f;
  border-color: #29282f;
  text-transform: none;
  font-family: "Trixie", serif;
}
.button--alt:hover, .button--alt:focus {
  color: #f9f8e2;
  border-color: #f9f8e2;
}

.button--red {
  color: #fff;
  background-color: #e42313;
  border-color: #e42313;
  text-transform: none;
  font-family: "Trixie", serif;
}
.button--red:hover, .button--red:focus {
  color: #242427;
  border-color: #242427;
}

.button--pink {
  color: #f9f8e2;
  background-color: #e73b70;
  border-color: #e73b70;
  text-transform: none;
  font-family: "Trixie", serif;
}
.button--pink:hover, .button--pink:focus {
  color: #29282f;
  border-color: #000;
}
.button--pink[disabled]:focus, .button--pink[disabled]:hover {
  color: #f9f8e2;
  background-color: #e73b70;
  cursor: default;
  transform: none;
  text-transform: none;
}

.button--cream {
  color: #29282f;
  background-color: #f9f8e2;
  border-color: #f9f8e2;
  text-transform: none;
}
.button--cream:hover, .button--cream:focus {
  color: #29282f;
  border-color: #29282f;
}
.button--cream[disabled]:focus, .button--cream[disabled]:hover {
  color: #29282f;
  background-color: #f9f8e2;
  cursor: default;
  transform: none;
  text-transform: none;
}

.buttons {
  margin: -0.4166666667rem;
}
.buttons .button {
  margin: 0.4166666667rem;
}

.tgl {
  display: none;
}
.tgl, .tgl:after, .tgl:before, .tgl *, .tgl *:after, .tgl *:before, .tgl + .tgl-btn {
  box-sizing: border-box;
}
.tgl::-moz-selection, .tgl:after::-moz-selection, .tgl:before::-moz-selection, .tgl *::-moz-selection, .tgl *:after::-moz-selection, .tgl *:before::-moz-selection, .tgl + .tgl-btn::-moz-selection {
  background: none;
}
.tgl::selection, .tgl:after::selection, .tgl:before::selection, .tgl *::selection, .tgl *:after::selection, .tgl *:before::selection, .tgl + .tgl-btn::selection {
  background: none;
}
.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 3em;
  height: 1.5em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
.tgl + .tgl-btn:after {
  left: 0;
}
.tgl + .tgl-btn:before {
  display: none;
}
.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  position: relative;
}
.tgl-light + .tgl-btn:before {
  content: url("../icons/volume-mute-solid.svg");
  width: 1em;
  height: 1em;
  display: block !important;
  position: absolute;
  top: 0.1rem;
  left: 0.25rem;
  color: #000;
  z-index: 99;
  transition: all 0.2s ease;
}
.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}
.tgl-light:checked + .tgl-btn {
  background: #9FD6AE;
}
.tgl-light:checked + .tgl-btn:before {
  content: url("../icons/volume-up-solid.svg");
  top: 0rem;
  transition: all 0.2s ease;
  left: 1.75rem;
}

.markup table {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: column;
}

.markup table tr {
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.markup table tr:last-of-type {
  border-bottom: none;
}
.markup table tr:hover {
  background-color: #eee;
}
@media (max-width: 500px) {
  .markup table tr {
    flex-direction: column;
  }
}

.markup table td {
  padding: 0.4166666667rem;
  flex: 1;
}
@media (max-width: 500px) {
  .markup table td {
    width: 100%;
  }
}

.markup table td a {
  text-decoration: underline;
}

.table {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  flex-direction: column;
}

.table-row {
  width: 100%;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.table-row:last-of-type {
  border-bottom: none;
}
.table-row:hover {
  background-color: #29282f;
}
@media (max-width: 500px) {
  .table-row {
    flex-direction: column;
  }
}

.table-cell {
  width: 33%;
  padding: 0.4166666667rem;
  flex: 3;
}
.table-cell:nth-of-type(3n) {
  text-align: center;
  flex: 1;
}
@media (max-width: 500px) {
  .table-cell {
    width: 100%;
    text-align: center;
  }
}

.table-cell a {
  text-decoration: underline;
}

.markup .awards td {
  flex: 8;
}
.markup .awards td:nth-of-type(2n) {
  flex: 4;
}
.markup .awards td:nth-of-type(3n) {
  text-align: center;
  flex: 1;
}
@media (max-width: 500px) {
  .markup .awards td {
    width: 100%;
    text-align: center;
  }
}

.show-callout {
  padding: 1.6666666667rem;
  margin-left: 3.3333333333rem;
}
@media (max-width: 800px) {
  .show-callout {
    margin-left: 0;
  }
}

.links {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 600px) {
  .links {
    flex-direction: column;
    align-items: center;
  }
  .links a {
    margin-bottom: 1.6666666667rem;
  }
}

.paginate {
  display: flex;
  flex-direction: column;
}

.paginate a {
  color: #000;
  position: relative;
}
.paginate a:hover {
  color: #d9dfe1;
}

.paginate-right {
  align-items: flex-end;
  margin-right: 2.5rem;
}

.paginate-left {
  align-items: flex-start;
  margin-left: 2.5rem;
}

.pagination-link {
  padding: 1.6666666667rem 1.6666666667rem 0.4166666667rem 1.6666666667rem;
  margin-top: 0.8333333333rem;
  position: relative;
  color: inherit;
  font-size: 18px;
  font-size: 1rem;
  line-height: 30px;
  line-height: 1.6666666667rem;
  display: inline-block;
  transition: all 0.3s ease-out;
}

.pagination-link:hover a {
  color: #d9dfe1;
}

.pagination-link:before {
  content: "";
  border-top: 1px solid #000;
  display: block;
  position: absolute;
  top: 0;
  width: 10rem;
  margin: 0.8333333333rem;
}
@media (max-width: 600px) {
  .pagination-link:before {
    width: 5rem;
  }
}

.paginate-right .pagination-link::before {
  right: 0;
}

.paginate-left .pagination-link::before {
  left: 0;
}

.paginate-right svg {
  left: auto;
  right: -2.0833333333rem;
}
.paginate-right .pagination-link {
  padding-right: 0.8333333333rem;
}

.paginate-left .pagination-link {
  padding-left: 0.8333333333rem;
}

.theme-colour {
  color: #e73b70;
}

.theme-title-font {
  font-family: "Trixie", serif;
  color: #e73b70;
}
.theme-title-font.black {
  color: #575757;
}

.show-template-template-dead-dog,
.page-template-template-dead-dog {
  background-color: #29282f;
  color: #fff;
}
.show-template-template-dead-dog .theme-colour,
.page-template-template-dead-dog .theme-colour {
  color: #e42313;
}
.show-template-template-dead-dog .theme-title-font,
.page-template-template-dead-dog .theme-title-font {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #fff;
}
.show-template-template-dead-dog .theme-title-font.theme-colour,
.page-template-template-dead-dog .theme-title-font.theme-colour {
  color: #e42313;
}
.show-template-template-dead-dog .theme-title-font.serif, .show-template-template-dead-dog .page-template-template-asylum .theme-title-font.title, .page-template-template-asylum .show-template-template-dead-dog .theme-title-font.title,
.page-template-template-dead-dog .theme-title-font.serif,
.page-template-template-dead-dog .page-template-template-asylum .theme-title-font.title,
.page-template-template-asylum .page-template-template-dead-dog .theme-title-font.title {
  font-family: "Trixie", serif;
}
.show-template-template-dead-dog .link:hover,
.page-template-template-dead-dog .link:hover {
  color: #e42313;
}

.page-template-template-dead-dog {
  background-color: #29282f;
  color: #fff;
}
.page-template-template-dead-dog h1,
.page-template-template-dead-dog h2,
.page-template-template-dead-dog h3,
.page-template-template-dead-dog h4,
.page-template-template-dead-dog h5,
.page-template-template-dead-dog h6,
.page-template-template-dead-dog .title {
  font-family: "Oswald", sans-serif;
}
.page-template-template-dead-dog h1.serif,
.page-template-template-dead-dog h2.serif,
.page-template-template-dead-dog h3.serif,
.page-template-template-dead-dog h4.serif,
.page-template-template-dead-dog h5.serif,
.page-template-template-dead-dog h6.serif,
.page-template-template-dead-dog .title.serif,
.page-template-template-dead-dog .page-template-template-asylum .title,
.page-template-template-asylum .page-template-template-dead-dog .title {
  font-family: "Trixie", serif;
}
.page-template-template-dead-dog .subtitle {
  color: #e42313;
}
.page-template-template-dead-dog .link:hover {
  color: #e42313;
}

.page-template-template-asylum .footer {
  background-color: #e73b70;
  color: #fff;
}
.page-template-template-asylum .legacy-menu a:hover {
  color: #29282f;
}
.page-template-template-asylum .legacy-menu > li > a {
  border-bottom: 1px solid #fff;
}
.page-template-template-asylum .social-menu a:hover,
.page-template-template-asylum .footer-menu a:hover {
  color: #e73b70;
}
.page-template-template-asylum .link:hover {
  color: #e73b70;
}

.margin-half {
  margin-bottom: 0.8333333333rem;
}

.margin-quarter {
  margin-bottom: 0.4166666667rem;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.pr {
  position: relative;
}

.w-25 {
  width: 25%;
}

.w-33 {
  width: 33.33333%;
}

.w-50 {
  width: 50%;
}

.w-66 {
  width: 66.66666%;
}

.w-75 {
  width: 75%;
}

.w-100 {
  width: 100%;
}

.hr {
  color: transparent;
  background: transparent;
  border: 0;
  height: 1px;
  background-color: #979797;
}

.hr--white {
  background-color: #fff;
}

@media (max-width: 960px) {
  .xl-push-none {
    margin-left: 0;
  }

  .xl-push-fourth {
    margin-left: 25%;
  }

  .push-eighth {
    margin-left: 0;
  }
}
.hide {
  display: none;
}

.screen-reader {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

html[data-useragent*=MSIE] .unsupported-browser {
  display: block;
}
