/***** 3rd Party Components *****/
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

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

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

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

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

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

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, 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.
 */
img {
  border: 0; }

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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 5, 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.
 */
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+, 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"] {
  -webkit-box-sizing: border-box;
  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 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 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.
 */
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; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *::after, *::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

@font-face {
  font-family: "Ivar Text Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/itr/IvarText-Regular.eot") format("embedded-opentype"), url("../fonts/itr/IvarText-Regular.woff") format("woff2"), url("../fonts/itr/IvarText-Regular.woff") format("woff"), url("../fonts/itr/IvarText-Regular.ttf") format("truetype"), url("../fonts/itr/IvarText-Regular.svg") format("svg"); }

@font-face {
  font-family: "Ivar Text Italic";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/iti/IvarText-Regular.eot") format("embedded-opentype"), url("../fonts/iti/IvarText-Regular.woff") format("woff2"), url("../fonts/iti/IvarText-Regular.woff") format("woff"), url("../fonts/iti/IvarText-Regular.ttf") format("truetype"), url("../fonts/iti/IvarText-Regular.svg") format("svg"); }

@font-face {
  font-family: "Ivar Display Medium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/idm/IvarDisplay-Medium.eot") format("embedded-opentype"), url("../fonts/idm/IvarDisplay-Medium.woff") format("woff2"), url("../fonts/idm/IvarDisplay-Medium.woff") format("woff"), url("../fonts/idm/IvarDisplay-Medium.ttf") format("truetype"), url("../fonts/idm/IvarDisplay-Medium.svg") format("svg"); }

@font-face {
  font-family: "Lab Grotesque Light Italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/LabGrotesqueWebLightItalic/LabGrotesque-LightItalic.eot") format("embedded-opentype"), url("../fonts/LabGrotesqueWebLightItalic/LabGrotesque-LightItalic.woff") format("woff2"), url("../fonts/LabGrotesqueWebLightItalic/LabGrotesque-LightItalic.woff") format("woff"), url("../fonts/LabGrotesqueWebLightItalic/LabGrotesque-LightItalic.ttf") format("truetype"), url("../fonts/LabGrotesqueWebLightItalic/LabGrotesque-LightItalic.svg") format("svg"); }

@font-face {
  font-family: "Lab Grotesque Light";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/LabGrotesqueWebLight/LabGrotesque-Light.eot") format("embedded-opentype"), url("../fonts/LabGrotesqueWebLight/LabGrotesque-Light.woff") format("woff2"), url("../fonts/LabGrotesqueWebLight/LabGrotesque-Light.woff") format("woff"), url("../fonts/LabGrotesqueWebLight/LabGrotesque-Light.ttf") format("truetype"), url("../fonts/LabGrotesqueWebLight/LabGrotesque-Light.svg") format("svg"); }

@font-face {
  font-family: "Lab Grotesque Regular";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/LabGrotesqueWebRegular/LabGrotesque-Regular.eot") format("embedded-opentype"), url("../fonts/LabGrotesqueWebRegular/LabGrotesque-Regular.woff") format("woff2"), url("../fonts/LabGrotesqueWebRegular/LabGrotesque-Regular.woff") format("woff"), url("../fonts/LabGrotesqueWebRegular/LabGrotesque-Regular.ttf") format("truetype"), url("../fonts/LabGrotesqueWebRegular/LabGrotesque-Regular.svg") format("svg"); }

@font-face {
  font-family: "Lab Grotesque Italic";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/LabGrotesqueWebItalic/LabGrotesque-Italic.eot") format("embedded-opentype"), url("../fonts/LabGrotesqueWebItalic/LabGrotesque-Italic.woff") format("woff2"), url("../fonts/LabGrotesqueWebItalic/LabGrotesque-Italic.woff") format("woff"), url("../fonts/LabGrotesqueWebItalic/LabGrotesque-Italic.ttf") format("truetype"), url("../fonts/LabGrotesqueWebItalic/LabGrotesque-Italic.svg") format("svg"); }

button, input[type="button"], input[type="reset"], input[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-font-smoothing: antialiased;
  background-color: #ffbe00;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Lab Grotesque Light", serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1em;
  text-decoration: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap; }
  button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
  button:hover,
  button:focus {
    background-color: #b38500;
    color: #fff; }
  button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
  button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }

fieldset {
  background-color: #f7f9fa;
  border: 1px solid #dae0e4;
  margin: 0 0 0.75em;
  padding: 1.5em; }

input,
label,
select {
  display: block;
  font-family: "Lab Grotesque Light", serif;
  font-size: 1em; }

label {
  font-weight: 600;
  margin-bottom: 0.375em; }
  label.required::after {
    content: "*"; }
  label abbr {
    display: none; }

input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="month"], input[type="number"], input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="time"], input[type="url"], input[type="week"], textarea,
select[multiple=multiple],
textarea {
  background-color: #009bd2;
  border: 1px solid #dae0e4;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lab Grotesque Light", serif;
  font-size: 1em;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color;
  -o-transition: border-color;
  transition: border-color;
  width: 100%; }
  input[type="color"]:hover, input[type="date"]:hover, input[type="datetime"]:hover, input[type="datetime-local"]:hover, input[type="email"]:hover, input[type="month"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="search"]:hover, input[type="tel"]:hover, input[type="text"]:hover, input[type="time"]:hover, input[type="url"]:hover, input[type="week"]:hover, textarea:hover,
  select[multiple=multiple]:hover,
  textarea:hover {
    border-color: #bdc7ce; }
  input[type="color"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="email"]:focus, input[type="month"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="text"]:focus, input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus, textarea:focus,
  select[multiple=multiple]:focus,
  textarea:focus {
    border-color: #ffbe00;
    -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(230, 171, 0, 0.7);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(230, 171, 0, 0.7);
    outline: none; }

textarea {
  resize: vertical; }

input[type="search"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none; }

input[type="checkbox"],
input[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

input[type="file"] {
  padding-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 1.5em;
  max-width: 100%;
  width: auto; }

ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0; }

dl {
  margin-bottom: 0.75em; }
  dl dt {
    font-weight: bold;
    margin-top: 0.75em; }
  dl dd {
    margin: 0; }

table {
  -webkit-font-feature-settings: "kern", "liga", "tnum";
  -moz-font-feature-settings: "kern", "liga", "tnum";
  -ms-font-feature-settings: "kern", "liga", "tnum";
  font-feature-settings: "kern", "liga", "tnum";
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%; }

th {
  border-bottom: 1px solid #aebbc4;
  font-weight: 600;
  padding: 0.75em 0;
  text-align: left; }

td {
  border-bottom: 1px solid #dae0e4;
  padding: 0.75em 0; }

tr,
td,
th {
  vertical-align: middle; }

body {
  -webkit-font-feature-settings: "kern", "liga", "pnum";
  -moz-font-feature-settings: "kern", "liga", "pnum";
  -ms-font-feature-settings: "kern", "liga", "pnum";
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  color: #fff;
  font-family: "Lab Grotesque Light", serif;
  font-size: 1em;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lab Grotesque Light", serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0 0 0.75em; }

p {
  margin: 0 0 0.75em; }

a {
  color: #ffbe00;
  text-decoration: none;
  -webkit-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear; }
  a:active, a:focus, a:hover {
    color: #b38500; }
  a:active, a:focus {
    outline: none; }

hr {
  border-bottom: 1px solid #dae0e4;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

img,
picture {
  margin: 0;
  max-width: 100%; }

body, html {
  overflow-x: hidden; }

.header {
  z-index: 888;
  width: 100%;
  text-align: center;
  position: fixed;
  background: #00be78;
  padding-top: 0.875em;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  @media screen and (min-width: 40em) {
    .header {
      padding-top: 1.875em;
      padding-bottom: 10px;
      margin-bottom: 3.125em; } }
  .home .header {
    background: transparent;
    padding-top: 1em; }
    @media screen and (max-width: 40em) {
      .home .header {
        background-color: #00be78; } }
  .header .wrapper {
    position: relative; }
  .header.fill {
    background: #00be78; }
    .header.fill .site-logo--mob {
      opacity: 1;
      height: auto; }

.logo {
  text-align: center;
  width: 76%;
  margin: 0 auto; }
  @media screen and (min-width: 40em) {
    .logo {
      width: 24.375em; } }
  .logo img {
    margin: 0 auto; }
  .logo.hide {
    display: none; }

@media screen and (max-width: 40em) {
  .home .site-logo--large {
    display: none !important; } }

.fill .site-logo--mob {
  display: block; }

@media screen and (min-width: 40em) {
  .site-logo--mob {
    display: block;
    height: 63px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .home .site-logo--mob {
      opacity: 0;
      height: 0; } }

.site-logo--mob p {
  font-size: 1em;
  margin-top: -3px;
  letter-spacing: -0.02em;
  font-family: "Ivar Display Regular";
  color: #09374e; }
  @media screen and (min-width: 40em) {
    .site-logo--mob p {
      font-size: 1.25em;
      margin-top: .2em;
      margin-bottom: 0; } }

.home .page .logo {
  text-align: center;
  width: 76%;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 30px;
  clear: both;
  display: block;
  position: relative;
  height: 100px; }

.home .header .logo {
  display: none !important; }

.home #home-stick.stick {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 86;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 20px; }

@media screen and (min-width: 40em) {
  .logo--mob {
    height: 22px; } }

.festival-date {
  margin-top: .2em;
  font-size: 1.625em;
  font-family: "Ivar Display Regular";
  color: #09374e; }

.menu-trigger {
  float: left; }

.back-arrow {
  float: left;
  margin-left: 3em;
  cursor: pointer;
  display: none; }
  @media screen and (min-width: 40em) {
    .back-arrow {
      display: block;
      margin-left: 20px; } }
  @media screen and (min-width: 53.75em) {
    .back-arrow {
      margin-left: 3em; } }
  .back-arrow.hide {
    display: none; }

.search-trigger {
  position: absolute;
  top: 0;
  right: 0.625em;
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-indent: -9000px;
  color: #009bd2;
  background: transparent url(../images/search-icon.svg) center center no-repeat;
  background-size: 100%; }
  @media screen and (min-width: 40em) {
    .search-trigger {
      right: 1.875em;
      width: 36px;
      height: 36px; } }
  .search-trigger.close {
    background-image: url(../images/close-icon.svg); }
    .no-svg .search-trigger.close {
      background-image: url(../images/close-icon.png); }

.basket__icon {
  width: 61px;
  height: 60px;
  position: absolute;
  right: 18px;
  top: 55px;
  background: transparent url(../images/icon-basket.svg) center center no-repeat;
  color: white;
  font-size: 1.4rem; }
  .home .basket__icon {
    top: 63px; }
  .no-svg .basket__icon {
    background-image: url(../images/icon-basket.png); }

#nav-icon3 {
  width: 25px;
  margin-top: 3px;
  height: 18px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  #nav-icon3.hide {
    display: none; }
  .lt-ie11 #nav-icon3 {
    width: 40px !important;
    height: 36px !important; }
  @media screen and (min-width: 40em) {
    #nav-icon3 {
      width: 40px;
      height: 36px; } }

#nav-icon3 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  /*ICON COLOUR*/
  background: #ffffff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .2s ease-in-out;
  -moz-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }
  @media screen and (min-width: 40em) {
    #nav-icon3 span {
      height: 6px; } }

/*#nav-icon3:hover span {
  :hover & {
    background-color: #dae0e4;
  }
}*/
/* Icon 3 */
#nav-icon3 span:nth-child(1) {
  top: 0px; }

#nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
  top: 9px; }
  @media screen and (min-width: 40em) {
    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
      top: 11px; } }

#nav-icon3 span:nth-child(4) {
  top: 18px; }
  @media screen and (min-width: 40em) {
    #nav-icon3 span:nth-child(4) {
      top: 22px; } }

#nav-icon3.active span:nth-child(1) {
  opacity: 0;
  top: 18px;
  width: 0%; }

#nav-icon3.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

#nav-icon3.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#nav-icon3.active span:nth-child(4) {
  opacity: 0;
  top: 18px;
  width: 0%; }

.nav-pane {
  position: fixed;
  top: 0px;
  padding-top: 50px;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  text-align: center;
  z-index: 87;
  background: #00be78;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (min-width: 40em) {
    .nav-pane {
      padding-top: 160px; } }
  .nav-pane.show {
    opacity: 1;
    visibility: visible; }

.nav-main a {
  color: #09374e;
  font-size: 1.625em;
  display: block; }
  .nav-main a:hover {
    color: #667287; }
  @media screen and (min-width: 40em) {
    .nav-main a {
      font-size: 2.5em; } }

.navlinks.hide {
  display: none; }

.signmeup {
  font-size: 1.625em;
  color: #09374e;
  display: block;
  padding-bottom: .4em; }
  .signmeup:hover {
    color: #09374e; }
  @media screen and (min-width: 40em) {
    .signmeup {
      font-size: 2.5em; } }

.signup__header {
  font-size: 2.5em;
  font-weight: 400;
  margin-bottom: 1.2em; }

.signup__container {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .signup__container.hide {
    opacity: 0;
    display: none; }
  @media screen and (min-width: 40em) {
    .signup__container {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 57.52684%;
      margin: 2em auto;
      float: none; }
      .signup__container:last-child {
        margin-right: 0; } }
  .signup__container.show {
    display: block; }
  .signup__container:last-child {
    margin-right: auto; }
  .signup__container input {
    border: 1px solid #09374e;
    color: #09374e !important;
    border-radius: 0;
    padding: 1.2em 1em;
    margin-bottom: 1em;
    font-size: 1.0625em;
    background: transparent; }
    .signup__container input::-webkit-input-placeholder {
      color: #09374e; }
    .signup__container input:-moz-placeholder {
      /* Firefox 18- */
      color: #09374e; }
    .signup__container input::-moz-placeholder {
      /* Firefox 19+ */
      color: #09374e; }
    .signup__container input:-ms-input-placeholder {
      color: #dae0e4; }
    .signup__container input:hover, .signup__container input:focus {
      border-color: #09374e;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .signup__container button, .signup__container input[type="button"], .signup__container input[type="reset"], .signup__container input[type="submit"], .signup__container button {
    background-color: transparent;
    border: none;
    font-size: 2.5em;
    font-weight: 400;
    padding: 0.25em 0 0 0;
    color: #09374e; }
    .signup__container button:hover, .signup__container input[type="button"]:hover, .signup__container input[type="reset"]:hover, .signup__container input[type="submit"]:hover, .signup__container button:hover {
      color: #09374e; }

.search-pane {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  padding: 1.875em;
  padding-top: 125px;
  text-align: center;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .search-pane.show {
    opacity: 1;
    visibility: visible; }

@media screen and (min-width: 40em) {
  .search-container {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 32.04294%;
    margin: 3em auto;
    float: none; }
    .search-container:last-child {
      margin-right: 0; } }

.search-container:last-child {
  margin-right: auto; }

.search-container input {
  border: 1px solid #09374e;
  border-radius: 0;
  padding: 1.2em 1em;
  margin-bottom: 1em;
  font-size: 1.0625em;
  color: #09374e !important;
  background: transparent; }
  .search-container input::-webkit-input-placeholder {
    color: #09374e; }
  .search-container input:-moz-placeholder {
    /* Firefox 18- */
    color: #09374e; }
  .search-container input::-moz-placeholder {
    /* Firefox 19+ */
    color: #09374e; }
  .search-container input:-ms-input-placeholder {
    color: #09374e; }
  .search-container input:hover, .search-container input:focus {
    border-color: #09374e;
    -webkit-box-shadow: none;
    box-shadow: none; }

.search-container button, .search-container input[type="button"], .search-container input[type="reset"], .search-container input[type="submit"], .search-container button {
  background-color: transparent;
  border: none;
  font-size: 2.5em;
  font-weight: 400;
  padding: 1.2em 0 0 0;
  color: #09374e; }

.cards {
  margin-bottom: 5em; }
  .home .cards {
    margin-bottom: 1.2em; }
  @media screen and (min-width: 53.75em) {
    .cards {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 32.04294%; }
      .cards:last-child {
        margin-right: 0; } }
  .cards.omega {
    margin-right: 0; }

.f-cards {
  margin: 0 auto;
  width: 290px; }
  @media screen and (min-width: 664px) and (max-width: 976px) {
    .f-cards {
      width: 624px;
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px); } }
  @media screen and (min-width: 976px) and (max-width: 1286px) {
    .f-cards {
      width: 976px !important;
      -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
      transform: translateX(20px); } }
  @media screen and (min-width: 1286px) {
    .f-cards {
      width: 100%; } }

.card {
  background-color: white;
  padding: 0;
  margin-bottom: 1.5em;
  position: relative;
  background-size: 100px 100px; }
  @media screen and (max-width: 40em) {
    .card {
      width: 100% !important; } }
  @media screen and (min-width: 40em) {
    .card {
      margin-bottom: 1em;
      float: left; }
      .card:hover {
        background-image: none; } }
  .no-svg .card:hover {
    background-image: none; }
  .card.card--commissions:hover {
    background-image: none; }
  .no-svg .card.card--commissions:hover {
    background-image: none; }
  .card.f-card--list {
    width: 100%;
    overflow: auto; }
    @media screen and (min-width: 53.75em) {
      .card.f-card--list .card__details {
        width: 40%;
        float: left; }
        .card.f-card--list .card__details .card__header {
          font-size: 1.0625rem;
          font-family: "Lab Grotesque Regular"; }
      .card.f-card--list .card__syn {
        width: 60%;
        float: right;
        font-size: 0.9375rem; }
        .card.f-card--list .card__syn img {
          display: block;
          margin-top: 3rem; } }

.card__header {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 0.25rem;
  font-family: "Lab Grotesque Regular"; }

.card__header--home {
  margin-top: 3em; }

.card__text {
  padding: 0.625em;
  color: #09374e;
  font-size: 0.8125em; }
  @media screen and (min-width: 62.5em) {
    .card__text {
      padding: 1.875em 1.25em 1.25em 1.5em; } }

.card__details p:first-of-type {
  margin-bottom: 0; }

.card__underlay {
  padding: 0.625em;
  line-height: 1.2;
  color: #09374e;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  visibility: hidden; }
  .card:hover .card__underlay {
    visibility: visible; }
  @media screen and (min-width: 62.5em) {
    .card__underlay {
      padding: 1.875em 1.25em 1.25em 1.5em;
      line-height: 1.3; } }

.card__date {
  margin-bottom: 5rem; }
  .card--tall .card__date {
    margin-bottom: 6.5625rem; }

.card__img {
  position: relative;
  z-index: 2;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
  .card__img img {
    width: 100%;
    height: auto;
    display: block; }
  :hover > .card__img.card__img {
    opacity: 0; }
  :hover > .card__img.card__img--whatson {
    opacity: 1; }
  .f-card--list .card__img {
    display: none; }

.platform__cards {
  clear: both;
  border-top: 1px solid #dae0e4;
  padding-top: 1.2em; }

.footer {
  text-align: center;
  position: relative;
  margin-top: 0em;
  padding-top: 2em;
  padding-bottom: 1.2em;
  color: #09374e; }
  .footer::after {
    clear: both;
    content: "";
    display: table; }

.footer a {
  color: inherit; }

.footer a:hover {
  color: #667287; }

.footer--archive {
  background-color: #bdc6c3 !important; }

.footer__address p {
  font-size: 16px;
  width: 100%; }

.footer__address p.company-info {
  font-size: 14px; }

.footer__credit {
  margin-bottom: .5em; }

.footer__creds {
  padding-top: 30px;
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 20px;
  float: right; }

.footer__creds img {
  display: inline-block;
  clear: both;
  width: 100%;
  max-width: 120px;
  height: auto; }

.footer__lines {
  width: 100%;
  text-align: center;
  clear: both; }

.footer__lines div {
  width: 100%;
  display: block;
  text-align: center; }

@media screen and (min-width: 40em) {
  .footer__creds {
    width: 33%;
    text-align: center;
    float: right;
    display: inline-block; }
  /*.footer__credit {
        position: absolute;
        left: 0;
        bottom: 0;
        margin-bottom: inherit
    }*/
  .footer__address {
    width: 100%;
    display: inline-block;
    float: left; }
  .footer__creds img {
    display: inline-block !important;
    clear: both;
    width: 46%;
    margin: 18px 2%; }
  .footer__lines {
    width: 33%;
    clear: both; }
  .footer__lines div {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center; }
  /*.footer__lines div:first-of-type {
        text-align: left
    }
    */
  /*.footer__lines div:last-of-type,
    .footer__list {
        text-align: right
    }*/ }

.footer__social {
  width: 100%;
  padding: 2em 1.2em 1.4em 1.2em;
  clear: both;
  text-align: center;
  background-color: rgba(253, 238, 240, 0.92); }
  .footer__social::after {
    clear: both;
    content: "";
    display: table; }
  .footer__social a.icon {
    width: 40px;
    height: 40px; }

.footer__justgive, .footer__list {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
  display: block;
  background: white; }
  @media screen and (min-width: 40em) {
    .footer__justgive, .footer__list {
      width: 50%; } }
  .footer__justgive a, .footer__list a {
    color: #09374e;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.7em 1.2em 1.5em 1.2em;
    font-family: "Lab Grotesque Regular";
    -webkit-transition: background 0.25s linear;
    -o-transition: background 0.25s linear;
    transition: background 0.25s linear;
    font-size: 1.125em; }
    @media screen and (min-width: 40em) {
      .footer__justgive a, .footer__list a {
        font-size: 1.375em; } }
    .footer__justgive a:hover, .footer__list a:hover {
      background-color: rgba(235, 87, 108, 0.92); }

.footer__list {
  background: transparent;
  padding: 0; }
  .footer__list a {
    background-color: rgba(245, 171, 182, 0.92); }

.footer__justgive {
  background: transparent;
  padding: 0; }
  .footer__justgive a {
    background-color: rgba(250, 213, 218, 0.92); }

.navlinks .footer__social {
  background: transparent !important; }

/*&


.footer {
  text-align: center;
  position: relative;
  border-top: 1px solid $white;
  margin-top: 2em;
  padding-top: 1em;
  padding-bottom: 3em;
  a {
    color: inherit;
  }
}
.footer__address {
  p {
    font-size: 16px;
    &.company-info {
      font-size: 14px;
    }
  }
}
.footer__credit {
  margin-bottom: .5em;
  @include media($medium-screen-up) {
    position: absolute;;
    left: 0;
    bottom: -12px;
    margin-bottom: inherit;
  }
}
.footer__list {
  @include media($medium-screen-up) {
    position: absolute;;
    right: 0;
    bottom: -12px;
  }
}

.footer__social {
  margin-top: 1em;
  margin-bottom: 1em;
  @include media($medium-screen-up) {
    margin-top: 2em;
    margin-bottom: 0;
  }
  a img {
    width: 25px;
  }
}



*/
.shares {
  width: 100%;
  text-align: center;
  padding: 4rem 0 1rem 0;
  color: #09374e; }
  .shares img {
    display: inline-block; }
  .shares p {
    display: inline-block;
    font-size: 1.375rem;
    margin-left: .5rem;
    line-height: 1;
    margin-top: 5px;
    position: absolute;
    color: #09374e; }

.shares__icon {
  position: relative;
  left: -40px;
  width: 100px;
  margin: 0 auto;
  cursor: pointer; }

.shares__links {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .shares__links.show {
    opacity: 1; }
  .shares__links a {
    color: #09374e;
    text-decoration: none;
    border-bottom: 1px solid #dae0e4;
    display: inline-block;
    margin: .5rem .3rem; }
    .shares__links a:hover {
      color: white;
      border-bottom-color: white; }

.scrollToTop {
  display: block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  padding: .8rem;
  cursor: pointer;
  display: none;
  background: rgba(9, 55, 78, 0.2) url("../images/arrow-up-white.svg") no-repeat center center; }
  @media screen and (min-width: 40em) {
    .scrollToTop {
      bottom: 75px;
      right: 40px;
      height: 60px;
      width: 60px;
      padding: 1rem; } }

.scrollToTop:hover {
  background-color: rgba(9, 55, 78, 0.6); }

/*.container {
  // displpay: none;
  overflow: hidden;
  width: 100%;
  // margin-bottom: 4em;
  @include media($medium-screen-up) {
    margin-bottom: 4em;
  }
}
.flexslider {
  max-width: 1200px;
  margin: 0 auto;
  border: none;
  background-color: transparent;
  padding-top: 5em;
  // width: 1050px; // change this width to open/close gap between slides - use breakpoints to control
  @include media($v-large-screen-up) {
    width: 1050px;  // tablet widths??
    padding-top: 0;
  }
  .slides {
    .slide__arrow {
      height: auto;
      width: auto;
      max-width: 51px;
    }
  }
}
.slide {
  position: relative;
  margin: 0 auto;
  max-width: em(900);
}
.slide__caption {
  width: 100%;
  padding: em(20);
  color: $card-text;
  font-size: em(13);
  // display: none;
  position: relative;
  bottom: 0;
  height: auto;
  min-height: 120px;
  background: white;
  //background: white url(../images/lines-blue-tiled.svg) left top repeat;
  background-size: 100px 100px;
  @include media($medium-screen-up) {
    position: absolute;
     //min-height: 80px;
    height: 9.6em!important
  }
  .no-svg & {
    //background-image: url(../images/lines-blue-tiled.png);
  }
  .slide--commissions & {
    //background-image: url(../images/lines-yellow-tiled.svg);
    .no-svg & {
     // background-image: url(../images/lines-yellow-tiled.png);
    }
  }
  @include media($medium-screen-up) {
    height: em(120);
  }
  // .flex-active-slide & {
  //   display: block;
  // }
}
.slide__header {
  font-size: em(22);
  font-weight: 400;
   p {
      font-family: "Lab Grotesque Regular";
   }
   h2 {
      font-family: "Lab Grotesque Regular";
   }
  // font-style: italic;
  margin-bottom: .4em;
  line-height: 1;
  em {
    font-family: "Lab Grotesque Regular";
    font-style: normal;
  }
}
.content {
  background: #f2f2f2;
  max-width: 700px;
  display: block;
  margin: 0 auto;
}
.flex-viewport {
  overflow: visible !important;
}
.flex-control-nav {
  bottom: -10px;
}
.flex-direction-nav a {
    text-decoration: none;
    display: none;
    width: 50px;
    height: 50px;
    margin: -25px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: transparent url(../js/flexslider/images/next.png) center center no-repeat;
    background-size: contain;
    text-indent: -3000px;
    @include media($medium-screen-up) {
      display: block;
    }
}
.flex-direction-nav .flex-prev {
    left: 80px;
    text-indent: -3000px;
    background-image: url(../js/flexslider/images/prev.png);
}
.flex-direction-nav .flex-next {
  text-indent: -3000px;
  right: 80px;
  text-align: inherit;
}
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  background-image: url("../images/car-arrow.svg");
  z-index: 85;
  text-indent: -999em;
  border: none;
  background-color: transparent !important;
  border: none;
  width: 70px;
  height: 70px;
  margin-top: -45px;
  background-position: center center;
  outline: none; }

.slick-next {
  right: 0; }
  @media screen and (min-width: 40em) {
    .slick-next {
      right: 20px; } }

.slick-prev {
  left: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
  @media screen and (min-width: 40em) {
    .slick-prev {
      left: 20px; } }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000000000000000 !important;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-counter {
  display: none !important; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

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

.mfp-close {
  width: 90px;
  height: 90px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1.0;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 60px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 1.0;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  background: transparent url(../images/back-arrow.svg) no-repeat center center !important;
  width: 40px;
  height: 60px;
  display: block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  right: 20px; }

.mfp-arrow-left:after {
  border-right: 0;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 0; }

.mfp-arrow-right {
  background: transparent url(../images/back-arrow.svg) no-repeat center center !important;
  width: 40px;
  height: 60px;
  display: block;
  left: 20px; }

.mfp-arrow-right:after {
  border-left: 0;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 0; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 76%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  background: transparent; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -34px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
  padding-left: 12%;
  padding-right: 12%; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    /* -webkit-transform: scale(0.75);
    transform: scale(0.75); }*/ }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute !important;
    bottom: 10px !important; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-close {
  font-weight: normal; }

.image-source-link {
  display: none; }

/*# sourceMappingURL=screen.css.map */
.row {
  overflow: hidden; }

.row:after {
  content: "";
  display: table;
  clear: both; }

.item {
  height: 150px;
  padding: 10px;
  background: #30bbec;
  color: white;
  margin-bottom: 25px; }
  @media screen and (min-width: 40em) {
    .item {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 23.5483%; }
      .item:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 40em) {
    .item.item--wide {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 49.0322%; }
      .item.item--wide:last-child {
        margin-right: 0; } }
  .item.item--tall {
    height: 500px; }
  .item.item--med {
    height: 325px; }
  .item.stack {
    padding: 0;
    background: #009bd2; }
  .item.omega {
    margin-right: 0; }
  .item.clear {
    clear: both; }

@media screen and (min-width: 40em) {
  .item--group {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 49.0322%; }
    .item--group:last-child {
      margin-right: 0; } }

@media screen and (min-width: 40em) {
  .item--group > .item {
    float: left;
    display: block;
    margin-right: 3.9476%;
    width: 48.0262%; }
    .item--group > .item:last-child {
      margin-right: 0; } }

@media screen and (min-width: 40em) {
  .item--group > .item--wide {
    float: left;
    display: block;
    margin-right: 3.9476%;
    width: 100%; }
    .item--group > .item--wide:last-child {
      margin-right: 0; } }

.stack > .item {
  width: 100%; }

.box {
  background: #30bbec;
  width: 292px; }

.sidebar {
  border-top: 1px solid #dae0e4;
  font-family: "Lab Grotesque Regular"; }
  @media screen and (min-width: 40em) {
    .sidebar {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 23.5483%; }
      .sidebar:last-child {
        margin-right: 0; } }
  .sidebar li {
    border-bottom: 1px solid #dae0e4; }
    .sidebar li.active a {
      color: #ffbe00; }
    .sidebar li:last-child {
      border-bottom: 0; }
      @media screen and (min-width: 40em) {
        .sidebar li:last-child {
          border-bottom: 1px solid #dae0e4; } }
    .sidebar li a {
      font-size: 1.1875em;
      color: white;
      padding: .35em 0;
      display: inline-block; }
      @media screen and (min-width: 40em) {
        .sidebar li a {
          font-size: 1.375em;
          padding: .6em 0; } }
      .sidebar li a:hover {
        color: #ffbe00; }

.sidebar__item {
  font-size: 1.1875em;
  padding-top: .6em; }
  @media screen and (min-width: 40em) {
    .sidebar__item {
      font-size: 1.375em; } }

.socials {
  clear: both;
  padding: 0;
  overflow: auto; }

.social {
  min-height: 17.5em;
  background-color: white;
  padding: 1.25em 1.25em 0.75em;
  color: #09374e;
  text-align: center;
  margin-bottom: 1em; }
  .social a {
    color: #09374e; }
    .social a:hover {
      color: #09374e; }
  .no-svg .social {
    background-image: url(https://edinburghartfestival.com/assets/images/lines-blue.png); }
  @media screen and (min-width: 40em) {
    .social {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 32.04294%;
      margin-bottom: 0; }
      .social:last-child {
        margin-right: 0; } }

.social__icon {
  width: auto;
  margin: 0 auto 1em auto;
  display: block; }

.social__text {
  font-size: 0.9375em;
  margin: 1.6em 0 1.2em 0;
  line-height: 1.4; }

.social__src {
  font-size: 0.8125em; }

.social__img {
  width: 170px;
  height: auto;
  margin: 0 auto; }

.cart-item {
  overflow: auto; }

.cart-item__thumb {
  width: 200px; }
  @media screen and (min-width: 40em) {
    .cart-item__thumb {
      float: left;
      margin-right: 3rem; } }

@media screen and (min-width: 40em) {
  .cart-item__details {
    float: left; } }

.cart-item__title {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  color: #09374e; }
  .cart-item__title a {
    color: #09374e !important; }

@media screen and (min-width: 40em) {
  .cart-item__detail {
    float: left;
    margin-right: 6rem; }
    .cart-item__detail p {
      line-height: 1.8 !important; } }

.checkout .event__right .cart-item__qty {
  color: #333;
  padding: .3rem .7rem .2rem;
  width: 80px;
  font-size: 1rem; }

label {
  font-weight: 400; }

.btn.btn--cart {
  font-size: 1rem; }

#map {
  width: 100%;
  height: 200px;
  margin-bottom: 2em; }
  @media screen and (min-width: 40em) {
    #map {
      height: 430px; } }

html, body {
  margin: 0; }

body {
  background-color: #bec6c3;
  color: #fff;
  padding: 0 0 0 0;
  height: 100%; }

.clear-both {
  clear: both; }

.page {
  opacity: 1; }
  @media screen and (min-width: 40em) {
    .page {
      padding-top: 100px; } }
  .home .page {
    padding-top: 0rem; }
    @media screen and (min-width: 40em) {
      .home .page {
        padding-top: 2rem; } }
  .page.hide {
    opacity: 0; }
  .page.page--partners {
    background: white;
    background-size: 100px 100px;
    color: #09374e; }
    .page.page--partners .main--content a {
      color: #09374e; }
      .page.page--partners .main--content a:hover {
        color: #ffbe00; }
  .page.page--commissions {
    background: white;
    background-size: 100px 100px;
    color: #09374e; }
    .page.page--commissions .main--content a {
      color: #09374e; }
      .page.page--commissions .main--content a:hover {
        color: #09374e; }

.wrapper {
  max-width: 81.25em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0.625em; }
  .wrapper::after {
    clear: both;
    content: "";
    display: table; }
  @media screen and (min-width: 40em) {
    .wrapper {
      padding: 0 1.875em; } }

.wrapper--main {
  padding-top: 5.625em; }
  .home .wrapper--main {
    padding-top: 1.0625em; }
  @media screen and (min-width: 40em) {
    .wrapper--main {
      padding-top: 0; } }

.page__title {
  font-size: 1.375em;
  font-weight: 400;
  text-align: center;
  margin-bottom: 0;
  padding-top: 1.7em;
  padding-bottom: 1.5em;
  color: #09374e;
  font-family: "Lab Grotesque Regular" !important; }

.banner {
  width: 100%;
  height: auto;
  margin-bottom: 2em; }

.main--content {
  border-top: 1px solid #dae0e4;
  padding-top: 1.0625em;
  font-size: 1em;
  line-height: 1.4; }
  .page--commissions .main--content, .page--partners .main--content {
    border-top-color: #dae0e4; }
  .main--content.no-border {
    border: none; }
  @media screen and (min-width: 40em) {
    .main--content {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 74.5161%;
      margin-right: 0;
      padding-bottom: 1.875em; }
      .main--content:last-child {
        margin-right: 0; }
      .main--content.main--content-full {
        width: 100%;
        text-align: center;
        border: none !important; } }
  .main--content hr {
    margin-top: 6.25em;
    clear: both;
    display: block; }
    .page--commissions .main--content hr, .page--partners .main--content hr {
      border-bottom-color: #dae0e4; }
  .main--content h1, .main--content h2, .main--content h3, .main--content h4, .main--content h5 h6 {
    font-size: 1.1875em;
    font-weight: 400;
    font-family: "Lab Grotesque Regular" !important; }
    @media screen and (min-width: 40em) {
      .main--content h1, .main--content h2, .main--content h3, .main--content h4, .main--content h5 h6 {
        font-size: 22px; } }
  .main--content .event__right h1, .main--content .event__right h2, .main--content .event__right h3, .main--content .event__right h4, .main--content .event__right h5 h6 {
    font-size: 1.1875em;
    font-weight: 400;
    font-family: "Lab Grotesque Light" !important; }
    @media screen and (min-width: 40em) {
      .main--content .event__right h1, .main--content .event__right h2, .main--content .event__right h3, .main--content .event__right h4, .main--content .event__right h5 h6 {
        font-size: 22px; } }
  .main--content h5 {
    font-size: 13px;
    font-weight: 400; }
  .main--content ul {
    list-style-type: disc;
    margin-left: 1.1em; }
  .main--content ol {
    list-style-type: decimal;
    margin-left: 1.1em; }
  .main--content a {
    color: #dae0e4;
    text-decoration: none;
    border-bottom: 1px solid #dae0e4; }
    .page--commissions .main--content a, .page--partners .main--content a {
      border-bottom-color: #dae0e4; }
    .main--content a:hover {
      color: #09374e;
      border-bottom: 1px solid #09374e; }
  .main--content p em {
    font-style: italic; }
  .main--content p:first-child {
    font-size: 19px;
    line-height: 1.3; }
    @media screen and (min-width: 40em) {
      .main--content p:first-child {
        font-size: 22px; } }
  @media screen and (min-width: 40em) {
    .main--content .col_left, .main--content .col_right {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 49.0322%; }
      .main--content .col_left:last-child, .main--content .col_right:last-child {
        margin-right: 0; } }
  @media screen and (min-width: 40em) {
    .main--content .col_right {
      margin-right: 0; } }

.page.page--archive {
  color: #09374e; }
  .page.page--archive a {
    color: #09374e; }

.page.page--archive hr {
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0; }

.page.page--archive .main--content {
  border-top: 1px solid #dae0e4; }

.archive-nav a {
  /*width: 16.6666666667%;*/
  width: 12.5%;
  display: none;
  padding: 13px 13px 8px;
  color: #fff;
  border-bottom: none !important; }

.archive-nav a span {
  border-bottom: 1px solid #dae0e4; }

.archive-nav select {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 1.6em; }

@media (min-width: 500px) {
  .archive-nav a {
    display: inline-block; }
  .archive-nav select {
    display: none; } }

.archive-nav a.active,
.archive-nav a:hover {
  background-color: #09374e;
  color: #fff;
  border-bottom: 1px solid #dae0e4; }

.archive-nav a.active span,
.archive-nav a:hover span {
  border-bottom: none; }

.container--home {
  margin-bottom: 2rem; }
  @media screen and (min-width: 40em) {
    .container--home {
      margin-bottom: 6rem; } }

.f-cards--home {
  margin-bottom: -1em;
  margin-top: 4em !important; }

.main--content-home {
  margin-bottom: 1.4em; }

.site-logo--large {
  text-align: center;
  max-width: 61%;
  margin: 0 auto; }
  @media screen and (min-width: 40em) {
    .site-logo--large {
      margin-bottom: 2rem;
      max-width: 100%; } }
  .site-logo--large p {
    font-size: 1rem; }
    @media screen and (min-width: 40em) {
      .site-logo--large p {
        font-size: 1.4375rem; } }

.home__intro {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px; }
  .home__intro h3 {
    margin-top: 0.5em;
    color: #09374e !important; }
  .home__intro p {
    color: #09374e;
    font-size: 19px !important; }
  @media screen and (min-width: 40em) {
    .home__intro {
      width: 67.4%;
      margin: 1em auto;
      font-size: 22px !important; } }

.home .card__text {
  height: 165px; }

.news-list-col {
  text-align: left;
  overflow-x: auto;
  color: #09374e; }
  .news-list-col a {
    color: #09374e; }
    .news-list-col a:hover {
      text-decoration: underline; }
  @media screen and (min-width: 40em) {
    .news-list-col {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 32.04294%; }
      .news-list-col:last-child {
        margin-right: 0; } }
  .news-list-col.omega {
    margin-right: 0; }

.news-boxes {
  padding-top: 5em;
  overflow: auto;
  width: 100%;
  clear: both; }

.news-box {
  min-height: 14.375em;
  padding: 1.25em 1.25em 0.75em;
  color: #09374e;
  text-align: left;
  margin-bottom: 1rem;
  width: 397px;
  -webkit-transition: background 0.4s ease-in-out;
  -o-transition: background 0.4s ease-in-out;
  transition: background 0.4s ease-in-out; }
  @media screen and (max-width: 40em) {
    .news-box {
      width: 100%; } }
  .news-box img {
    width: 51px; }
  @media screen and (min-width: 40em) {
    .news-box:hover {
      background-image: none; } }
  .news-box p.news-box__date {
    font-size: 0.8125em; }
  .news-box p.news-box__text {
    font-size: 1.125em;
    line-height: 1.3;
    font-family: "Lab Grotesque Regular"; }

.news-list-col__head {
  font-family: "Lab Grotesque Regular";
  font-size: 18px !important; }

.sidebar--news, .main--content--news {
  border-top: none; }

.main--content--news p:first-child {
  font-size: 1em;
  line-height: 1.4; }

.news__title-container {
  border-bottom: 1px solid #dae0e4;
  text-align: center;
  padding-bottom: 3em; }

.news__title {
  width: 50%;
  margin: 0 auto;
  font-size: 1.375em; }

.venue__title {
  margin-bottom: 0; }
  .venue__title.venue__title--sub {
    font-size: 0.875rem; }

.main--content .v-contact__link {
  display: inline-block;
  margin: 6px 0; }

@media screen and (min-width: 40em) {
  .main--content.main--content-venue p:first-child {
    font-size: 1rem; } }

.main--content.main--content-venue .v-opening {
  font-size: 1.375rem; }

.v-facilities {
  margin-top: 1rem; }

.v-icon {
  margin-right: 4px;
  width: 22px;
  height: 22px; }

.result {
  border-bottom: 1px solid #dae0e4;
  overflow: auto;
  padding-bottom: 1em; }

.result__title {
  text-align: left;
  font-size: 1.375em; }
  @media screen and (min-width: 40em) {
    .result__title {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 23.5483%; }
      .result__title:last-child {
        margin-right: 0; } }
  .result__title a {
    color: white;
    border: none; }
    .result__title a:hover {
      border: none; }

.result__excerpt {
  text-align: left;
  font-size: 1.0625em; }
  @media screen and (min-width: 40em) {
    .result__excerpt {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 74.5161%; }
      .result__excerpt:last-child {
        margin-right: 0; } }
  .result__excerpt a {
    color: white;
    border: none; }
    .result__excerpt a:hover {
      border: none; }

.search__arrow {
  display: block;
  padding: 1em 0; }

.result__excerpt--noresult {
  text-align: center; }

.filters {
  overflow: auto;
  border-bottom: 1px solid #dae0e4;
  margin-bottom: 1rem;
  position: relative;
  z-index: 24 !important; }
  .filters select {
    color: #333; }
    @media screen and (min-width: 40em) {
      .filters select {
        width: 100%; } }

.filter__wrap {
  width: auto;
  overflow: auto;
  float: left;
  width: 18%;
  margin-right: 5px; }
  .filter__wrap.filter__wrap--reset {
    width: 100%;
    text-align: center; }
  @media screen and (min-width: 40em) {
    .filter__wrap {
      width: 15%;
      margin-right: 20px; } }

.filter__title {
  font-size: 0.875rem;
  margin-bottom: 7px; }

.filter__reset {
  clear: both;
  color: white;
  font-size: 15px;
  cursor: pointer; }
  .filter__reset:hover, .filter__reset:visited, .filter__reset:active {
    color: white;
    text-decoration: underline; }
  @media screen and (min-width: 53.75em) {
    .filter__reset {
      position: absolute;
      top: 22px;
      right: 19px; } }

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.f-cards {
  clear: both; }
  .f-cards.no-results {
    height: 280px !important;
    width: 100% !important; }
  .f-cards .no-results__message {
    display: none;
    width: 320px;
    margin: 4rem auto;
    text-align: center; }
    .f-cards .no-results__message h3 {
      font-size: 1.375em;
      font-weight: 400; }
    @media screen and (min-width: 53.75em) {
      .f-cards .no-results__message {
        width: 360px; } }

.f-card {
  width: 288px;
  margin-right: 20px; }

.home .card {
  background: transparent; }
  .home .card .card__img {
    opacity: 1 !important; }
  .home .card .card__text {
    display: block;
    padding: 1em 0;
    height: 120px !important;
    background: transparent;
    color: #09374e !important; }
    .home .card .card__text p {
      max-width: 300px; }

.home .f-card--large {
  width: 596px;
  background: transparent; }

.popup-video {
  display: block; }

.home .mfp-bg {
  background-color: #09374E;
  opacity: 0.98; }

.home .mfp-close {
  position: fixed;
  top: 20px;
  right: 40px; }

.popup-video::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  background-color: transparent;
  background-image: url("../images/play-button.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 76px 76px; }

.card__title--formatted {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.25; }
  .card__title--formatted p em {
    font-style: italic; }

.container--center {
  text-align: center; }

.main--content-event {
  color: #09374e;
  width: 100%; }
  .main--content-event > div {
    overflow: auto; }
  .main--content-event a {
    color: #09374e; }

@media screen and (min-width: 40em) {
  .whatson__img-wrap {
    margin-bottom: 0 !important; } }

.whatson__img--large {
  position: relative; }

.down-arrow {
  position: absolute;
  bottom: 1.5rem;
  cursor: pointer;
  left: 50%;
  margin-left: -12px;
  display: none; }
  @media screen and (min-width: 40em) {
    .down-arrow {
      bottom: 3rem;
      display: block; } }

@media screen and (min-width: 40em) {
  .event__left {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 23.5483%; }
    .event__left:last-child {
      margin-right: 0; } }

@media screen and (min-width: 40em) {
  .event__right {
    float: left;
    display: block;
    margin-right: 1.9356%;
    width: 74.5161%; }
    .event__right:last-child {
      margin-right: 0; } }

div.caption {
  font-size: 0.8125rem;
  color: #09374e;
  margin-top: .5rem; }

.event__right--when {
  font-size: 1.375rem; }

a.event__book {
  font-size: 1.375rem;
  margin-top: .5rem; }

.checkout {
  text-align: left; }
  @media screen and (min-width: 40em) {
    .checkout .event__right {
      float: left;
      display: block;
      margin-right: 1.9356%;
      width: 49.0322%;
      text-align: left; }
      .checkout .event__right:last-child {
        margin-right: 0; } }
  .checkout .event__right input {
    border: 1px solid #09374e;
    border-radius: 0;
    padding: 1.2em 1em;
    margin-bottom: 1em;
    font-size: 1.0625em; }
    .checkout .event__right input::-webkit-input-placeholder {
      color: #09374e; }
    .checkout .event__right input:-moz-placeholder {
      /* Firefox 18- */
      color: #09374e; }
    .checkout .event__right input::-moz-placeholder {
      /* Firefox 19+ */
      color: #09374e; }
    .checkout .event__right input:-ms-input-placeholder {
      color: #09374e; }
    .checkout .event__right input:hover, .checkout .event__right input:focus {
      border-color: #09374e;
      -webkit-box-shadow: none;
      box-shadow: none; }
  .checkout .event__right button, .checkout .event__right input[type="button"], .checkout .event__right input[type="reset"], .checkout .event__right input[type="submit"], .checkout .event__right button {
    background-color: transparent;
    border: none;
    font-size: 1.375em;
    font-weight: 400;
    padding: 1.2em 0 0 0;
    border-bottom: 1px solid #dae0e4;
    margin-right: 2rem;
    color: #09374e; }
    .checkout .event__right button:hover, .checkout .event__right input[type="button"]:hover, .checkout .event__right input[type="reset"]:hover, .checkout .event__right input[type="submit"]:hover, .checkout .event__right button:hover {
      color: #09374e; }
  .checkout .event__right .error .controls input {
    border-color: #09374e; }
  @media screen and (min-width: 40em) {
    .checkout.checkout--basket .event__right {
      width: auto; } }

.form-actions button, .form-actions input[type="button"], .form-actions input[type="reset"], .form-actions input[type="submit"], .form-actions button {
  background-color: transparent;
  border: none;
  font-size: 1.375em;
  font-weight: 400;
  padding: 1.2em 0 0 0;
  border-bottom: 1px solid #dae0e4; }
  .form-actions button:hover, .form-actions input[type="button"]:hover, .form-actions input[type="reset"]:hover, .form-actions input[type="submit"]:hover, .form-actions button:hover {
    color: #09374e; }

.event__right table {
  margin: 0 0; }
  @media screen and (min-width: 40em) {
    .event__right table {
      width: 70%; } }
  .event__right table tr, .event__right table td, .event__right table th {
    border: none; }

.event__right input {
  background-color: transparent !important;
  color: #09374e;
  border: 1px solid #dae0e4; }

.slide__credit {
  width: 100%;
  text-align: center;
  margin-top: 1.2rem; }

#cookie-bar.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%; }

#cookie-bar {
  height: auto;
  line-height: 19px;
  color: #09374e;
  text-align: center;
  padding: 6px 0 3px 0;
  z-index: 1200; }
  #cookie-bar p {
    margin: 0;
    padding: 4px;
    color: #09374e; }
    #cookie-bar p a {
      color: #09374e; }

.light {
  background-color: #fff;
  color: #09374e; }

.light ul.slides {
  background-color: white; }

.light .page a, .light .main--content h1, .light .main--content h2, .light .main--content h3, .sidebar li a, .light .shares__links a {
  color: #09374e;
  text-decoration: none; }

.light .page a:hover, .sidebar li a:hover, .sidebar li.active a {
  color: #09374e; }

.light .main--content a {
  border: none;
  text-decoration: underline; }

.main--content {
  min-height: 160px; }

.main--content-home {
  padding-bottom: 0; }

.home .main--content {
  border: none; }

body.preventScroll {
  overflow-y: hidden; }

em {
  font-family: 'Lab Grotesque Light Italic';
  font-style: normal !important; }

.welcome {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  z-index: 99999999999;
  background-image: url("../../images/uploads/eaf-splash-small.svg"); }
  @media only screen and (min-width: 780px) {
    .welcome {
      background-image: url("../../images/uploads/eaf-splash-big.svg"); } }
  .welcome div.close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    background-image: url("../images/close-icon-white.svg");
    background-size: contain;
    cursor: pointer; }

.eafslider {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(245, 171, 182, 0.92); }
  .eafslider .slides {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center; }
    .eafslider .slides div.slide {
      width: 100%;
      height: 100%;
      height: 100vh;
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }

.slide .slide__caption {
  background-color: rgba(235, 87, 108, 0.9);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 20px;
  position: absolute;
  bottom: 110px;
  left: 0px;
  width: 100%;
  display: block;
  min-height: 146px;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: bottom 0.01s linear;
  -o-transition: bottom 0.01s linear;
  transition: bottom 0.01s linear; }
  .slide .slide__caption p {
    font-size: 1em;
    margin-bottom: 0em; }
  @media screen and (min-width: 40em) {
    .slide .slide__caption {
      background-color: transparent;
      padding-top: 0;
      padding-bottom: 0;
      padding-left: 40px; }
      .slide .slide__caption p {
        font-size: 1.1875em;
        margin-bottom: 0em; } }
  .slide .slide__caption p.reg {
    font-family: "Lab Grotesque Regular"; }
  .slide .slide__caption p.slide__header {
    font-family: "Lab Grotesque Light Italic"; }
    .slide .slide__caption p.slide__header em {
      font-family: "Lab Grotesque Light", sans-serif !important;
      font-style: normal !important;
      font-size: 14px; }
  .slide .slide__caption img {
    margin-top: 14px; }

.slide .slide__caption--light {
  color: #fff !important; }

.slide .slide__caption--dark {
  color: #09374e !important; }

.bg--wrap--green {
  width: 100%;
  margin: 0;
  clear: both;
  background-color: #00be78;
  min-height: 100px; }

.bg--wrap--grey {
  width: 100%;
  margin: 0;
  clear: both;
  background-color: #bec6c3;
  min-height: 100px; }

.bg--wrap--blue {
  width: 100%;
  margin: 0;
  clear: both;
  background-color: #8bceff;
  min-height: 100px;
  display: block; }

.bg--a, .bg--b, .bg--c {
  width: 100%;
  margin: 0;
  clear: both;
  min-height: 100px;
  display: block; }

.scheme--blue {
  background-color: #ffffff; }
  .scheme--blue .bg--a, .scheme--blue .nav-pane, .scheme--blue .search-pane, .scheme--blue #cookie-bar, .scheme--blue .filter__tab--inactive a {
    background-color: #8aceff !important; }
  .scheme--blue .bg--b, .scheme--blue .page__title, .scheme--blue .news-box:hover {
    background-color: #e1f2ff !important; }
  .scheme--blue .bg--l, .scheme--blue .bg--c, .scheme--blue .news-box, .scheme--blue .shop, .scheme--blue .whats-on, .scheme--blue .filters {
    background-color: #f0f8ff !important; }
  .scheme--blue.home .header {
    background-color: none !important;
    background: transparent !important; }
    .scheme--blue.home .header.fill {
      background-color: #8aceff !important; }

.scheme--red {
  background-color: #ffffff; }
  .scheme--red .bg--a, .scheme--red .nav-pane, .scheme--red .search-pane, .scheme--red #cookie-bar {
    background-color: #ea566c !important; }
  .scheme--red .bg--b, .scheme--red .page__title, .scheme--red .news-box:hover {
    background-color: #f9d4da !important; }
  .scheme--red .bg--l, .scheme--red .bg--c, .scheme--red .news-box, .scheme--red .shop, .scheme--red .whats-on, .scheme--red .filters {
    background-color: #fceaec !important; }
  .scheme--red.home .header {
    background-color: none !important;
    background: transparent !important; }
    .scheme--red.home .header.fill {
      background-color: #ea566c !important; }

.scheme--green {
  background-color: #ffffff; }
  .scheme--green .bg--a, .scheme--green .nav-pane, .scheme--green .search-pane, .scheme--green #cookie-bar, .scheme--green .filter__tab--inactive a {
    background-color: #00bd78 !important; }
  .scheme--green .bg--b, .scheme--green .page__title, .scheme--green .news-box:hover {
    background-color: #bfeedd !important; }
  .scheme--green .bg--l, .scheme--green .bg--c, .scheme--green .news-box, .scheme--green .shop, .scheme--green .whats-on, .scheme--green .filters {
    background-color: #dff6ee !important; }
  .scheme--green.home .header {
    background-color: none !important;
    background: transparent !important; }
    .scheme--green.home .header.fill {
      background-color: #00bd78 !important; }

.scheme--yellow {
  background-color: #ffffff; }
  .scheme--yellow .bg--a, .scheme--yellow .nav-pane, .scheme--yellow .search-pane, .scheme--yellow #cookie-bar, .scheme--yellow .filter__tab--inactive a {
    background-color: #ffff9f !important; }
  .scheme--yellow .bg--b, .scheme--yellow .page__title, .scheme--yellow .news-box:hover {
    background-color: #ffffcf !important; }
  .scheme--yellow .bg--l, .scheme--yellow .bg--c, .scheme--yellow .news-box, .scheme--yellow .shop, .scheme--yellow .whats-on, .scheme--yellow .filters {
    background-color: #ffffe7 !important; }
  .scheme--yellow.home .header {
    background-color: none !important;
    background: transparent !important; }
    .scheme--yellow.home .header.fill {
      background-color: #ffff9f !important; }

.scheme--grey {
  background-color: #ffffff; }
  .scheme--grey .bg--a, .scheme--grey .nav-pane, .scheme--grey .search-pane, .scheme--grey #cookie-bar, .scheme--grey .filter__tab--inactive a {
    background-color: #bdc6c3 !important; }
  .scheme--grey .bg--b, .scheme--grey .page__title, .scheme--grey .news-box:hover {
    background-color: #eef0ef !important; }
  .scheme--grey .bg--l, .scheme--grey .bg--c, .scheme--grey .news-box, .scheme--grey .shop, .scheme--grey .whats-on, .scheme--grey .filters {
    background-color: #f6f7f7 !important; }
  .scheme--grey.home .header {
    background-color: none !important;
    background: transparent !important; }
    .scheme--grey.home .header.fill {
      background-color: #bdc6c3 !important; }

.filter__tab {
  width: 50%;
  display: inline-block;
  float: left;
  text-align: center;
  background: white; }
  .filter__tab a {
    background-color: rgba(250, 213, 218, 0.92); }
  .filter__tab:first-of-type {
    background-color: white; }
    .filter__tab:first-of-type a {
      background-color: rgba(245, 171, 182, 0.92); }
  .filter__tab a {
    display: block;
    font-size: 1.375em;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
    padding-top: 1.7em;
    padding-bottom: 1.5em;
    color: #09374e;
    font-family: "Lab Grotesque Regular" !important;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
  .filter__tab a:hover {
    text-decoration: none;
    background-color: rgba(235, 87, 108, 0.92); }

/* JQ UI */
/*! jQuery UI - v1.11.4 - 2018-05-20
* http://jqueryui.com
* Includes: core.css, selectable.css, sortable.css, accordion.css, autocomplete.css, datepicker.css, menu.css, selectmenu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=%22Ivar%20Text%20Regular%22&fsDefault=1em&fwDefault=normal&cornerRadius=0&bgColorHeader=%23ffffff&bgTextureHeader=flat&borderColorHeader=%23ffffff&fcHeader=%2309374e&iconColorHeader=%2309374e&bgColorContent=%23ffffff&bgTextureContent=flat&borderColorContent=%23ffffff&fcContent=%2309374e&iconColorContent=%2309374e&bgColorDefault=%23ffffff&bgTextureDefault=flat&borderColorDefault=%23ffffff&fcDefault=%2309374e&iconColorDefault=%2309374e&bgColorHover=%23ffffff&bgTextureHover=flat&borderColorHover=%23ffffff&fcHover=%2309374e&iconColorHover=%2309374e&bgColorActive=%23ffffff&bgTextureActive=flat&borderColorActive=%23ffffff&fcActive=%2309374e&iconColorActive=%2309374e&bgColorHighlight=%2309374e&bgTextureHighlight=flat&borderColorHighlight=%23ffffff&fcHighlight=%23ffffff&iconColorHighlight=%23ffffff&bgColorError=%23fddfdf&bgTextureError=flat&borderColorError=%23f1a899&fcError=%235f3f3f&iconColorError=%23cc0000&bgColorOverlay=%23ffffff&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px&bgImgOpacityHeader=&bgImgOpacityContent=&bgImgOpacityDefault=5&bgImgOpacityHover=&bgImgOpacityActive=&bgImgOpacityHighlight=20&bgImgOpacityError=
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */ }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important; }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
  font-size: 100%; }

.ui-accordion .ui-accordion-icons {
  padding-left: 0em; }

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 0em; }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  right: 1em;
  top: 8px;
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../images/accordion-01.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: fit;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.ui-accordion .ui-accordion-header-active .ui-accordion-header-icon {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  top: 9px; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 10px; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 10px; }

.ui-datepicker .ui-datepicker-prev {
  left: 10px; }

.ui-datepicker .ui-datepicker-next {
  right: 10px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 10px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 10px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
  font-family: "Lab Grotesque Regular"; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: normal;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px; }

/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item {
  padding-left: 2em; }

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  /* Support: IE7 */
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer; }

.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%; }

.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "Lab Grotesque Light";
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: "Lab Grotesque Light";
  font-size: 1em; }

.ui-widget-content {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #09374e; }

.ui-widget-content a {
  color: #09374e; }

.ui-widget-header {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #09374e;
  font-weight: normal; }

.ui-widget-header a {
  color: #09374e; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-weight: normal;
  color: #849BA7; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #849BA7;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-weight: normal;
  color: #09374e; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #09374e;
  text-decoration: none; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-weight: normal;
  color: #09374e; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #09374e;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #09374e; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #ffffff; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
/*.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("https://edinburghartfestival.com/assets/css/images/ui-icons_09374e_256x240.png");
}
.ui-widget-header .ui-icon {
    //background-image: url("https://edinburghartfestival.com/assets/css/images/ui-icons_09374e_256x240.png");
}
.ui-state-default .ui-icon {
    background-image: url("https://edinburghartfestival.com/assets/css/images/ui-icons_09374e_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
    background-image: url("https://edinburghartfestival.com/assets/css/images/ui-icons_09374e_256x240.png");
}
.ui-state-active .ui-icon {
    background-image: url("https://edinburghartfestival.com/assets/css/images/ui-icons_09374e_256x240.png");
}
.ui-state-highlight .ui-icon {
    background-image: url("https://edinburghartfestival.com/assets/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("https://edinburghartfestival.com/assets/css/images/ui-icons_cc0000_256x240.png");
}*/
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-carat-1-n {
  background-position: 0 0; }

.ui-icon-carat-1-ne {
  background-position: -16px 0; }

.ui-icon-carat-1-e {
  background-position: -32px 0; }

.ui-icon-carat-1-se {
  background-position: -48px 0; }

.ui-icon-carat-1-s {
  background-position: -64px 0; }

.ui-icon-carat-1-sw {
  background-position: -80px 0; }

.ui-icon-carat-1-w {
  background-position: -96px 0; }

.ui-icon-carat-1-nw {
  background-position: -112px 0; }

.ui-icon-carat-2-n-s {
  background-position: -128px 0; }

.ui-icon-carat-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -64px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -64px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0; }

/* Overlays */
.ui-widget-overlay {
  background: #ffffff;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: .3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px; }

.ui-datepicker-next, .ui-datepicker-next:hover {
  width: 38px !important;
  height: 12px !important;
  background-image: url("../images/arrow.svg") !important;
  background-size: fit !important;
  background-position: center center !important;
  background-repeat: no-repeat !important; }
  .ui-datepicker-next.ui-icon, .ui-datepicker-next:hover.ui-icon {
    width: 38px !important;
    height: 12px !important; }

.ui-datepicker-prev, .ui-datepicker-prev:hover {
  width: 38px !important;
  height: 12px !important;
  background-image: url("../images/arrow.svg") !important;
  background-size: fit !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }
  .ui-datepicker-prev.ui-icon, .ui-datepicker-prev:hover.ui-icon {
    width: 38px !important;
    height: 12px !important; }

/* Filters */
@media screen and (min-width: 40em) {
  .f-cards-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (min-width: 40em) {
  .f-cards--sidebar {
    display: inline-block;
    float: left;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.filter__mobile {
  display: block;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  text-align: center;
  clear: both;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.25;
  padding-top: 1.25em;
  padding-bottom: 0.65em;
  text-align: center;
  color: #09374e;
  font-weight: normal;
  font-family: "Lab Grotesque Regular";
  position: relative;
  max-width: 320px;
  margin: -90px auto 0 auto; }
  .filter__mobile .calendar {
    width: 20px;
    height: 20px;
    background-image: url("../images/calendar-01.png");
    background-size: fit;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0; }
    @media screen and (min-width: 40em) {
      .filter__mobile .calendar {
        display: none; } }
  .filter__mobile .toggle {
    width: 20px;
    height: 20px;
    background-image: url("../images/accordion-01.png");
    background-size: fit;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
  @media screen and (min-width: 40em) {
    .filter__mobile {
      display: none; } }

.filters {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  float: left;
  width: 100%;
  z-index: 1001;
  padding-top: 96px;
  display: none;
  border-bottom: none; }
  @media screen and (min-width: 40em) {
    .filters {
      display: block !important;
      position: relative;
      float: right;
      width: 288px;
      height: auto;
      padding-top: 0;
      background: transparent; } }
  .filters h2 {
    font-size: 1.2rem;
    font-weight: 400;
    margin-bottom: 1rem;
    line-height: 1.25;
    padding-top: 1.25em;
    padding-bottom: 0.65em;
    text-align: center;
    color: #09374e;
    font-weight: normal;
    font-family: "Lab Grotesque Regular";
    position: relative;
    max-width: 320px;
    margin: 0 auto; }
    .filters h2 span.closefilter {
      position: absolute;
      width: 20px;
      height: 20px;
      right: 0.85em;
      background-image: url("../images/accordion-01.png");
      background-size: fit;
      background-position: center center;
      background-repeat: no-repeat; }
      @media screen and (min-width: 40em) {
        .filters h2 span.closefilter {
          display: none !important; } }
    .filters h2 span.calendar {
      width: 20px;
      height: 20px;
      background-image: url("../images/calendar-01.png");
      background-size: fit;
      background-position: center center;
      background-repeat: no-repeat;
      position: absolute;
      left: 0; }
      @media screen and (min-width: 40em) {
        .filters h2 span.calendar {
          display: none; } }
  .filters h5 {
    text-align: center;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    color: #09374e;
    font-weight: normal;
    font-family: "Lab Grotesque Regular";
    position: relative; }
  .filters h5 {
    padding-top: 0.85em;
    padding-bottom: 0.85em; }
  .filters label {
    line-height: 1.1em;
    color: #09374e; }
    .filters label input[type="checkbox"] {
      float: right;
      border: 1px solid #09374e;
      margin: 0 0 0 8px; }
  .filters .calendar__wrap {
    background-color: #ffffff;
    padding: 0.5em;
    max-width: 290px;
    margin: 0 auto; }
  .filters .accordion {
    background: none;
    max-width: 320px;
    margin: 0 auto; }
    .filters .accordion h5 {
      background: transparent;
      border: none;
      outline: none !important;
      margin: 0.5em 0 0 0; }
      .filters .accordion h5:hover {
        cursor: pointer; }
    .filters .accordion .ui-accordion-header-active {
      background-color: #fff; }
    .filters .accordion div {
      background-color: #ffffff;
      padding: 1.5em; }

.button__reset a {
  margin-top: 1em;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 1.25;
  padding-top: 0.65em;
  padding-bottom: 0.65em;
  text-align: center;
  color: #849BA7;
  display: block; }
  .button__reset a:hover {
    color: #09374e; }

.calendar__wrap {
  display: block;
  clear: both;
  width: 100%; }

.ui-datepicker-current-day a {
  font-family: "Lab Grotesque Regular";
  font-size: 1.2em;
  line-height: 1em; }

.wrapper {
  clear: both; }

.st0 {
  fill: #09374E; }

.cat-commissions-programme:hover .st0,
.cat-platform:hover .st0 {
  fill: #00bd78; }

.cat-partner-exhibitions:hover .st0 {
  fill: #8aceff; }

.cat-popup-exhibition-events:hover .st0 {
  fill: #ea566c; }

.cat-5:hover .st0 {
  fill: #ffff9f !important; }

.cat-8:hover .st0 {
  fill: #ffff9f !important; }

.families:hover .st0 {
  fill: #ffff9f !important; }

.cat-20:hover .st0 {
  fill: #ffff9f !important; }

.cat-18:hover .st0 {
  fill: #ffff9f !important; }

.cat-21:hover .st0 {
  fill: #ffff9f !important; }

.cat-23:hover .st0 {
  fill: #ffff9f !important; }

.cat-7:hover .st0 {
  fill: #ffff9f !important; }

.card__date--whatson p {
  display: none; }
  .card__date--whatson p:first-of-type {
    display: block;
    margin-bottom: 1em; }

.fixed {
  position: absolute; }

.f-cards {
  margin-top: 2em; }

.filter__tab--active a {
  text-decoration: underline; }

.footer__just--grey a {
  background-color: #e0e2e1; }
  .footer__just--grey a:hover {
    background-color: #bdc6c3; }

.footer__list--grey a {
  background-color: #e8e8e8; }
  .footer__list--grey a:hover {
    background-color: #bdc6c3; }

.footer__social--grey {
  background-color: #eef0ef !important; }