@charset "UTF-8";
/*------------------------------------*\
    #IMPORTS
\*------------------------------------*/
/**
 * Import Utility Libraries.
 *
 * Bourbon:   http://bourbon.io
 * Normalize: https://github.com/necolas/normalize.css
 * Grid:      n/a
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 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/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

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

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

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

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

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

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

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

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

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*------------------------------------*\
    #GRID
\*------------------------------------*/
/**
 * Responsive grid which allows you to manipluate the layout
 * based on viewport size.
 *
 * Mixins defined in `grid/_mixins.scss`
 * Configuration defined in `grid/_config.scss`
 */
/*------------------------------------*\
    #IMPORTS
\*------------------------------------*/
/**
 * Import grid config and mixins
 */
/*------------------------------------*\
    #GRID-CONFIG
\*------------------------------------*/
/**
 * Max width of the containing element.
 */
/**
 * Spacing between grid elements.
 */
/**
 * Total number of columns we want in our grid.
 */
/**
 * Breakpoints
 */
/*------------------------------------*\
    #GRID-MIXINS
\*------------------------------------*/
/**
 * Mixins for the `.grid` lib.
 */
/*------------------------------------*\
    #GRID-MEDIA-QUERIES
\*------------------------------------*/
/*------------------------------------*\
    #GRID-ELEMENT
\*------------------------------------*/
/**
 * Grid related mixins. Used in _grid.scss.
 */
/*------------------------------------*\
    #CORE
\*------------------------------------*/
/**
 * Good ol' clearfix :)
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Handy Visibility Helper Classes
 */
.visible--small,
.visible--medium,
.visible--large {
  display: none !important;
}

/**
 * Grid Wrapper
 */
.grid {
  box-sizing: border-box;
  max-width: 1366px;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0 auto;
}
.grid::after {
  clear: both;
  content: "";
  display: table;
}

.grid--no-padding {
  padding: 0;
}

/**
 * Default Grid
 */
@media screen and (min-width: 700px) {
  .grid__row {
    box-sizing: border-box;
    margin-left: -15px;
    margin-right: -15px;
  }
  .grid__row::after {
    clear: both;
    content: "";
    display: table;
  }
  .grid__col {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
  }
  .grid--reverse .grid__col {
    float: right;
  }
  .span-1 {
    width: 8.3333333333%;
  }
  .offset-1 {
    margin-left: 8.3333333333%;
  }
  .span-2 {
    width: 16.6666666667%;
  }
  .offset-2 {
    margin-left: 16.6666666667%;
  }
  .span-3 {
    width: 25%;
  }
  .offset-3 {
    margin-left: 25%;
  }
  .span-4 {
    width: 33.3333333333%;
  }
  .offset-4 {
    margin-left: 33.3333333333%;
  }
  .span-5 {
    width: 41.6666666667%;
  }
  .offset-5 {
    margin-left: 41.6666666667%;
  }
  .span-6 {
    width: 50%;
  }
  .offset-6 {
    margin-left: 50%;
  }
  .span-7 {
    width: 58.3333333333%;
  }
  .offset-7 {
    margin-left: 58.3333333333%;
  }
  .span-8 {
    width: 66.6666666667%;
  }
  .offset-8 {
    margin-left: 66.6666666667%;
  }
  .span-9 {
    width: 75%;
  }
  .offset-9 {
    margin-left: 75%;
  }
  .span-10 {
    width: 83.3333333333%;
  }
  .offset-10 {
    margin-left: 83.3333333333%;
  }
  .span-11 {
    width: 91.6666666667%;
  }
  .offset-11 {
    margin-left: 91.6666666667%;
  }
  .span-12 {
    width: 100%;
  }
  .offset-12 {
    margin-left: 100%;
  }
  .per-row-1 .grid__col:nth-child(1n+2) {
    clear: left;
  }
  .per-row-2 .grid__col:nth-child(2n+3) {
    clear: left;
  }
  .per-row-3 .grid__col:nth-child(3n+4) {
    clear: left;
  }
  .per-row-4 .grid__col:nth-child(4n+5) {
    clear: left;
  }
  .per-row-5 .grid__col:nth-child(5n+6) {
    clear: left;
  }
  .per-row-6 .grid__col:nth-child(6n+7) {
    clear: left;
  }
  .per-row-7 .grid__col:nth-child(7n+8) {
    clear: left;
  }
  .per-row-8 .grid__col:nth-child(8n+9) {
    clear: left;
  }
  .per-row-9 .grid__col:nth-child(9n+10) {
    clear: left;
  }
  .per-row-10 .grid__col:nth-child(10n+11) {
    clear: left;
  }
  .per-row-11 .grid__col:nth-child(11n+12) {
    clear: left;
  }
  .per-row-12 .grid__col:nth-child(12n+13) {
    clear: left;
  }
}
/**
 * Medium Viewport only Grid
 *
 * >= medium, < large
 */
@media screen and (min-width: 700px) and (max-width: 959px) {
  .medium--span-1 {
    width: 8.3333333333%;
  }
  .medium--offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium--span-2 {
    width: 16.6666666667%;
  }
  .medium--offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium--span-3 {
    width: 25%;
  }
  .medium--offset-3 {
    margin-left: 25%;
  }
  .medium--span-4 {
    width: 33.3333333333%;
  }
  .medium--offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium--span-5 {
    width: 41.6666666667%;
  }
  .medium--offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium--span-6 {
    width: 50%;
  }
  .medium--offset-6 {
    margin-left: 50%;
  }
  .medium--span-7 {
    width: 58.3333333333%;
  }
  .medium--offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium--span-8 {
    width: 66.6666666667%;
  }
  .medium--offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium--span-9 {
    width: 75%;
  }
  .medium--offset-9 {
    margin-left: 75%;
  }
  .medium--span-10 {
    width: 83.3333333333%;
  }
  .medium--offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium--span-11 {
    width: 91.6666666667%;
  }
  .medium--offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium--span-12 {
    width: 100%;
  }
  .medium--offset-12 {
    margin-left: 100%;
  }
  .visible--medium {
    display: block !important;
  }
  .medium--per-row-1 .grid__col:nth-child(1n+2) {
    clear: left;
  }
  .medium--per-row-2 .grid__col:nth-child(2n+3) {
    clear: left;
  }
  .medium--per-row-3 .grid__col:nth-child(3n+4) {
    clear: left;
  }
  .medium--per-row-4 .grid__col:nth-child(4n+5) {
    clear: left;
  }
  .medium--per-row-5 .grid__col:nth-child(5n+6) {
    clear: left;
  }
  .medium--per-row-6 .grid__col:nth-child(6n+7) {
    clear: left;
  }
  .medium--per-row-7 .grid__col:nth-child(7n+8) {
    clear: left;
  }
  .medium--per-row-8 .grid__col:nth-child(8n+9) {
    clear: left;
  }
  .medium--per-row-9 .grid__col:nth-child(9n+10) {
    clear: left;
  }
  .medium--per-row-10 .grid__col:nth-child(10n+11) {
    clear: left;
  }
  .medium--per-row-11 .grid__col:nth-child(11n+12) {
    clear: left;
  }
  .medium--per-row-12 .grid__col:nth-child(12n+13) {
    clear: left;
  }
}
/**
 * Large Viewport only Grid
 *
 * >= large
 */
@media screen and (min-width: 960px) {
  .large--span-1 {
    width: 8.3333333333%;
  }
  .large--offset-1 {
    margin-left: 8.3333333333%;
  }
  .large--span-2 {
    width: 16.6666666667%;
  }
  .large--offset-2 {
    margin-left: 16.6666666667%;
  }
  .large--span-3 {
    width: 25%;
  }
  .large--offset-3 {
    margin-left: 25%;
  }
  .large--span-4 {
    width: 33.3333333333%;
  }
  .large--offset-4 {
    margin-left: 33.3333333333%;
  }
  .large--span-5 {
    width: 41.6666666667%;
  }
  .large--offset-5 {
    margin-left: 41.6666666667%;
  }
  .large--span-6 {
    width: 50%;
  }
  .large--offset-6 {
    margin-left: 50%;
  }
  .large--span-7 {
    width: 58.3333333333%;
  }
  .large--offset-7 {
    margin-left: 58.3333333333%;
  }
  .large--span-8 {
    width: 66.6666666667%;
  }
  .large--offset-8 {
    margin-left: 66.6666666667%;
  }
  .large--span-9 {
    width: 75%;
  }
  .large--offset-9 {
    margin-left: 75%;
  }
  .large--span-10 {
    width: 83.3333333333%;
  }
  .large--offset-10 {
    margin-left: 83.3333333333%;
  }
  .large--span-11 {
    width: 91.6666666667%;
  }
  .large--offset-11 {
    margin-left: 91.6666666667%;
  }
  .large--span-12 {
    width: 100%;
  }
  .large--offset-12 {
    margin-left: 100%;
  }
  .visible--large {
    display: block !important;
  }
  .large--per-row-1 .grid__col:nth-child(1n+2) {
    clear: left;
  }
  .large--per-row-2 .grid__col:nth-child(2n+3) {
    clear: left;
  }
  .large--per-row-3 .grid__col:nth-child(3n+4) {
    clear: left;
  }
  .large--per-row-4 .grid__col:nth-child(4n+5) {
    clear: left;
  }
  .large--per-row-5 .grid__col:nth-child(5n+6) {
    clear: left;
  }
  .large--per-row-6 .grid__col:nth-child(6n+7) {
    clear: left;
  }
  .large--per-row-7 .grid__col:nth-child(7n+8) {
    clear: left;
  }
  .large--per-row-8 .grid__col:nth-child(8n+9) {
    clear: left;
  }
  .large--per-row-9 .grid__col:nth-child(9n+10) {
    clear: left;
  }
  .large--per-row-10 .grid__col:nth-child(10n+11) {
    clear: left;
  }
  .large--per-row-11 .grid__col:nth-child(11n+12) {
    clear: left;
  }
  .large--per-row-12 .grid__col:nth-child(12n+13) {
    clear: left;
  }
}
/**
 * Small only Grid
 */
@media screen and (max-width: 699px) {
  .grid:not(.grid--no-padding) {
    padding-left: 10px;
    padding-right: 10px;
  }
  .grid--small .grid__row {
    box-sizing: border-box;
    margin-left: -15px;
    margin-right: -15px;
    margin-left: -10px;
    margin-right: -10px;
  }
  .grid--small .grid__row::after {
    clear: both;
    content: "";
    display: table;
  }
  .grid--small .grid__col {
    box-sizing: border-box;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
  }
  .small--span-1 {
    width: 8.3333333333%;
  }
  .small--span-2 {
    width: 16.6666666667%;
  }
  .small--span-3 {
    width: 25%;
  }
  .small--span-4 {
    width: 33.3333333333%;
  }
  .small--span-5 {
    width: 41.6666666667%;
  }
  .small--span-6 {
    width: 50%;
  }
  .small--span-7 {
    width: 58.3333333333%;
  }
  .small--span-8 {
    width: 66.6666666667%;
  }
  .small--span-9 {
    width: 75%;
  }
  .small--span-10 {
    width: 83.3333333333%;
  }
  .small--span-11 {
    width: 91.6666666667%;
  }
  .small--span-12 {
    width: 100%;
  }
  .visible--small {
    display: block !important;
  }
  .small--per-row-1 .grid__col:nth-child(1n+2) {
    clear: left;
  }
  .small--per-row-2 .grid__col:nth-child(2n+3) {
    clear: left;
  }
  .small--per-row-3 .grid__col:nth-child(3n+4) {
    clear: left;
  }
  .small--per-row-4 .grid__col:nth-child(4n+5) {
    clear: left;
  }
  .small--per-row-5 .grid__col:nth-child(5n+6) {
    clear: left;
  }
  .small--per-row-6 .grid__col:nth-child(6n+7) {
    clear: left;
  }
  .small--per-row-7 .grid__col:nth-child(7n+8) {
    clear: left;
  }
  .small--per-row-8 .grid__col:nth-child(8n+9) {
    clear: left;
  }
  .small--per-row-9 .grid__col:nth-child(9n+10) {
    clear: left;
  }
  .small--per-row-10 .grid__col:nth-child(10n+11) {
    clear: left;
  }
  .small--per-row-11 .grid__col:nth-child(11n+12) {
    clear: left;
  }
  .small--per-row-12 .grid__col:nth-child(12n+13) {
    clear: left;
  }
}
.grid--centred-wrap .grid__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*------------------------------------*\
    #PLUGIN-IMPORTS
\*------------------------------------*/
/**
 * JS plugin/lib CSS.
 */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  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 {
  transform: translate3d(0, 0, 0);
}

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

.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;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  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;
  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: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  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;
  user-select: none;
}

.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;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.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: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  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,
.mfp-arrow .mfp-a {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
  border-left: 27px solid #3F3F3F;
}

.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%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  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;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

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

.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;
    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 {
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    transform-origin: 0;
  }
  .mfp-arrow-right {
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}

/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #ffffff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}

/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}

.picker__wrap {
  margin: -1px;
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

.picker__year {
  color: #999999;
  font-size: 0.8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
.picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
.picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "×";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/*------------------------------------*\
    #UTILITY-IMPORTS
\*------------------------------------*/
/**
 * Import config and utility files.
 */
/* stylelint-disable */
/* stylelint-enable */
/*------------------------------------*\
    #CONFIG
\*------------------------------------*/
/**
 * LJLA Configuration settings.
 */
/*------------------------------------*\
    #CONFIG-COLOURS
\*------------------------------------*/
/**
 * Common/brand colours that we'll be using throughout
 * the site.
 */
/*------------------------------------*\
    #CONFIG-TYPE
\*------------------------------------*/
/**
 * Tyography config.
 *
 * 1. Bourbon uses this in their rem() mixin.
 */
/*------------------------------------*\
    #CONFIG-DIMENSIONS
\*------------------------------------*/
/**
 * Config options for various components that we may
 * need to use across files.
 */
/**
 * Themes.
 *
 * An effort to introduce configuration to enable easier theming
 * on the site.
 *
 * Currently, this is only required for the CSR charity pages which
 * uses a slightly different colour scheme, but, this is a step towards
 * creating a CSS config on a per-theme basis.
 */
/*------------------------------------*\
    #MIXINS
\*------------------------------------*/
/**
 * A collection of generic/handy(!) mixins.
 */
/*------------------------------------*\
    #DISPLAY-MIXINS
\*------------------------------------*/
/**
 * Display related mixins.
 *
 * 1. Visually hide an element. This is an accessibile way of "hiding" an element from view
 * while keeping it focusable (http://snook.ca/archives/html_and_css/hiding-content-for-accessibility)
 *
 * 2. The boubon.io hide-text mixin only works if the element has a width and height so
 * this one is just better aint it.
 */
.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.visually-hidden--force {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  border: 0 !important;
  padding: 0 !important;
  width: 1px !important;
}

/*------------------------------------*\
    #BASE-IMPORTS
\*------------------------------------*/
/**
 * Import base/generic files.
 */
/*------------------------------------*\
    #FONTS
\*------------------------------------*/
/**
 * This file should contain any generic fontstyles
 * and @font-face declarations.
 */
/*------------------------------------*\
    #DEFAULT-FONT
\*------------------------------------*/
/**
 * This will be the font that's declared as the font family
 * in _base.scss on the body element.
 */
/*------------------------------------*\
    #MONTSERRAT
\*------------------------------------*/
/**
 * Font being loaded via Google Web Fonts.
 * http://www.google.com/fonts/specimen/Montserrat
 *
 * 1. The font weight is rendering too heavy on OSX.
 */
/*------------------------------------*\
    #BASE
\*------------------------------------*/
/**
 * Base site styles. Define html and body styles in this file.
 *
 * Please don't add any CSS for classed elements to this
 * file.
 *
 * 1. See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
html {
  box-sizing: border-box;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 0.9375em;
  line-height: 1.3333333333;
}

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

body {
  background: #f1f1f1;
  color: #363b3b;
}

img {
  max-width: 100%;
}

a {
  color: #a41a31;
}

/*------------------------------------*\
    #BASE-NAV
\*------------------------------------*/
/**
 * Default styles for all <nav /> elements.
 */
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
/**
 * Default form styles.
 *
 * 1. Prevent iOS zoom when the user focuses on an input.
 */
form input[type=color], form input[type=date], form input[type=datetime], form input[type=datetime-local], form input[type=email], form input[type=month], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form input[type=time], form input[type=url], form input[type=week], form input:not([type]), form textarea {
  border: 0;
  padding: 14px;
}
form label {
  display: block;
}

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], input:not([type]), textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1.0666666667rem;
}

input[type=search] {
  box-sizing: border-box;
}

/*------------------------------------*\
    #FORMS-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  form input[type=color], form input[type=date], form input[type=datetime], form input[type=datetime-local], form input[type=email], form input[type=month], form input[type=number], form input[type=password], form input[type=search], form input[type=tel], form input[type=text], form input[type=time], form input[type=url], form input[type=week], form input:not([type]), form textarea {
    min-width: 0;
    width: 100%;
  }
  form select {
    width: 100%;
  }
}
/*------------------------------------*\
    #HEADINGS
\*------------------------------------*/
/**
 * Base h1 - h6 styles.
 *
 * Started at 50px for h1, then scale of 1.333 downwards
 *
 * 1. 50px
 * 2. 30px
 * 3. ceil(30px / 1.333) = 23px
 * 4. ceil(23px / 1.333) = 18px
 * 5. 15px (same as base-font-size)
 */
h1,
.heading--h1 {
  font-size: 3.3333333333rem;
}

h2,
.heading--h2 {
  font-size: 2rem;
}

h3,
.heading--h3 {
  font-size: 1.5333333333rem;
}

h4,
.heading--h4 {
  font-size: 1.2rem;
}

h5,
.heading--h5 {
  font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
.heading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
}

/*------------------------------------*\
    #HEADINGS-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  h1,
.heading--h1 {
    font-size: 2.6666666667rem;
  }
}
/* stylelint-disable */
/*------------------------------------*\
    #ICONS
\*------------------------------------*/
/**
 * This file uses the icon config file which is automatically generated by
 * the `gulp icons` task.
 *
 * Example Usage : <i class="icon icon--facebook"></i>
 */
/*------------------------------------*\
    #ICONS-FONT
\*------------------------------------*/
/**
 * Uses bourbon.io (http://bourbon.io/docs/#font-face) font face mixin.
 */
@font-face {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/icons/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons/icons.woff") format("woff"), url("../fonts/icons/icons.ttf") format("truetype"), url("../fonts/icons/icons.svg#icons") format("svg");
}
/*------------------------------------*\
    #ICONS-MIXINS
\*------------------------------------*/
/**
 * 1. https://github.com/FortAwesome/Font-Awesome/blob/master/scss/_core.scss
 *    FontAwesome seemed to do this nicely so I politely borrowed :)
 */
/*------------------------------------*\
    #ICONS-CORE
\*------------------------------------*/
.icon--adult::before {
  content: "\ea01";
}

.icon--alert::before {
  content: "\ea02";
}

.icon--arrows-up-down::before {
  content: "\ea03";
}

.icon--baby::before {
  content: "\ea04";
}

.icon--bulb::before {
  content: "\ea05";
}

.icon--calendar::before {
  content: "\ea06";
}

.icon--carousel-arrow-left::before {
  content: "\ea07";
}

.icon--carousel-arrow-right::before {
  content: "\ea08";
}

.icon--chevron-down::before {
  content: "\ea09";
}

.icon--chevron-left::before {
  content: "\ea0a";
}

.icon--chevron-right::before {
  content: "\ea0b";
}

.icon--chevron-up::before {
  content: "\ea0c";
}

.icon--child::before {
  content: "\ea0d";
}

.icon--circle-fill::before {
  content: "\ea0e";
}

.icon--cloud-chevron-right::before {
  content: "\ea0f";
}

.icon--control-tower::before {
  content: "\ea10";
}

.icon--cross::before {
  content: "\ea11";
}

.icon--download::before {
  content: "\ea12";
}

.icon--facebook::before {
  content: "\ea13";
}

.icon--globe::before {
  content: "\ea14";
}

.icon--google-plus::before {
  content: "\ea15";
}

.icon--instagram::before {
  content: "\ea16";
}

.icon--keys::before {
  content: "\ea17";
}

.icon--list::before {
  content: "\ea18";
}

.icon--lock::before {
  content: "\ea19";
}

.icon--map-marker::before {
  content: "\ea1a";
}

.icon--menu::before {
  content: "\ea1b";
}

.icon--parking::before {
  content: "\ea1c";
}

.icon--play::before {
  content: "\ea1d";
}

.icon--plus::before {
  content: "\ea1e";
}

.icon--refresh::before {
  content: "\ea1f";
}

.icon--search::before {
  content: "\ea20";
}

.icon--secure::before {
  content: "\ea21";
}

.icon--share::before {
  content: "\ea22";
}

.icon--star-fill::before {
  content: "\ea23";
}

.icon--star::before {
  content: "\ea24";
}

.icon--tick::before {
  content: "\ea25";
}

.icon--twitter::before {
  content: "\ea26";
}

.icon--unlock::before {
  content: "\ea27";
}

.icon--user::before {
  content: "\ea28";
}

.icon--value::before {
  content: "\ea29";
}

.icon--walk::before {
  content: "\ea2a";
}

.icon--youtube-play::before {
  content: "\ea2b";
}

/**
 * Create selectors for each icon.
 * e.g.: `<i class="icon--facebook"></i>
 */
.icon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  speak: none;
}

/* stylelint-enable */
/*------------------------------------*\
    #CONTENT
\*------------------------------------*/
/**
 * We need to define some generic wrappers for content so that we can
 * standardise spacing across components within the site.
 *
 * 1. A VERY generic wrapper for adding a block of content with spacing.
 */
.content {
  padding: 40px 0;
}

/**
 * Microformats.
 */
.h-card {
  margin: 0 0 30px;
}
.h-card p {
  margin: 0 0 5px;
  word-wrap: break-word;
}
.h-card a {
  color: #a41a31;
}
.theme--csr .h-card a {
  color: #00838f;
}

/*------------------------------------*\
    #EQUALIZE
\*------------------------------------*/
/**
 * Uses flexbox to force elements to be equal heights. This allows
 * elements with backgrounds to look neater and line up.
 *
 * Relies on modernizr to add the flexbox modifier to the <html /> element.
 */
@media screen and (min-width: 700px) {
  .flexbox .equalize {
    display: flex;
    flex-wrap: wrap;
  }
  .flexbox .equalize__child {
    display: flex;
  }
  .flexbox .equalize__child > * {
    width: 100%;
  }
}
/*------------------------------------*\
    #LAYOUT
\*------------------------------------*/
/**
 * Generic layout/positioning styles.
 */
/**
 * `.hero-overlap`
 *
 * Aptly named wrapper to pull content up over the `.hero`
 * element.
 */
.hero-overlap {
  margin: 0 auto;
  margin-top: -280px;
}
.hero-overlap.hero-overlap--narrow {
  max-width: 860px;
}

/**
 * Various link/CTA styles.
 */
/**
 * Chevron Link.
 *
 * A basic text link with an chevron icon positioned
 * to the left of the text.
 */
.chevron-link {
  display: inline-block;
  line-height: 34px;
  min-height: 34px;
  padding-left: 40px;
  position: relative;
  text-decoration: none;
}
.chevron-link::before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #a41a31;
  color: #fff;
  content: "\ea0b";
  display: block;
  height: 34px;
  left: 0;
  line-height: 34px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 34px;
}
.theme--csr .chevron-link::before {
  background: #fff;
  color: #00838f;
  content: "\ea0f";
  font-size: 28px;
  left: -4px;
  width: 40px;
}
.theme--csr .theme--dark .chevron-link::before {
  background: #00838f;
  color: #fff;
}
.theme--dark .chevron-link {
  color: #fff;
}

/*------------------------------------*\
    #F-GRID
\*------------------------------------*/
/**
 * Very basic Flexbox grid.
 *
 * 1. Modifier to remove the gutter from grid items.
 * 2. Modifier to center the items inside the grid.
 */
/**
 * Default F-Grid.
 */
@media screen and (min-width: 700px) {
  .f-grid__row {
    display: flex;
    flex: 1;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .f-grid__item {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    padding-left: 30px;
    padding-right: 30px;
  }
  .f-grid__item--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .f-grid--no-gutter .f-grid__item--1 {
    padding-left: 0;
    padding-right: 0;
  }
  .f-grid__item--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .f-grid--no-gutter .f-grid__item--2 {
    padding-left: 0;
    padding-right: 0;
  }
  .f-grid__item--3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .f-grid--no-gutter .f-grid__item--3 {
    padding-left: 0;
    padding-right: 0;
  }
  .f-grid__item--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .f-grid--no-gutter .f-grid__item--4 {
    padding-left: 0;
    padding-right: 0;
  }
  .f-grid__item--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .f-grid--no-gutter .f-grid__item--5 {
    padding-left: 0;
    padding-right: 0;
  }
  .f-grid__item--6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .f-grid--no-gutter .f-grid__item--6 {
    padding-left: 0;
    padding-right: 0;
  }
  .f-grid__item--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .f-grid--no-gutter .f-grid__item--7 {
    padding-left: 0;
    padding-right: 0;
  }
  .f-grid__item--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .f-grid--no-gutter .f-grid__item--8 {
    padding-left: 0;
    padding-right: 0;
  }
  .f-grid__item--9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .f-grid--no-gutter .f-grid__item--9 {
    padding-left: 0;
    padding-right: 0;
  }
  .f-grid__item--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .f-grid--no-gutter .f-grid__item--10 {
    padding-left: 0;
    padding-right: 0;
  }
  .f-grid__item--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .f-grid--no-gutter .f-grid__item--11 {
    padding-left: 0;
    padding-right: 0;
  }
  .f-grid__item--12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .f-grid--no-gutter .f-grid__item--12 {
    padding-left: 0;
    padding-right: 0;
  }
  .f-grid--center .f-grid__row {
    justify-content: center;
  }
}
/**
 * Large Only F-Grid.
 *
 * E.g.
 * 3 col span by default, 4 col span on large viewports.
 * <div class="f-grid__item f-grid__item--3 f-grid__item-lg--4"></div>
 */
@media screen and (min-width: 960px) {
  .f-grid__item-lg--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .f-grid__item-lg--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .f-grid__item-lg--3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .f-grid__item-lg--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .f-grid__item-lg--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .f-grid__item-lg--6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .f-grid__item-lg--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .f-grid__item-lg--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .f-grid__item-lg--9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .f-grid__item-lg--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .f-grid__item-lg--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .f-grid__item-lg--12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
/**
 * Medium Only F-Grid.
 *
 * E.g.
 * 4 col span by default, 3 col span on medium viewports.
 * <div class="f-grid__item f-grid__item--4 f-grid__item-md--3"></div>
 */
@media screen and (min-width: 700px) and (max-width: 959px) {
  .f-grid__item-md--1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .f-grid__item-md--2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .f-grid__item-md--3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .f-grid__item-md--4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .f-grid__item-md--5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .f-grid__item-md--6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .f-grid__item-md--7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .f-grid__item-md--8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .f-grid__item-md--9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .f-grid__item-md--10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .f-grid__item-md--11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .f-grid__item-md--12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
/*------------------------------------*\
    #F-GRID-FALLBACK
\*------------------------------------*/
/**
 * Really basic grid float fallback for browsers
 * that don't support flex.
 * Relies on custom `.no-flex-support` Modernizr test.
 */
.no-flex-support .f-grid__row {
  display: block;
}
.no-flex-support .f-grid__row::after {
  clear: both;
  content: "";
  display: table;
}
.no-flex-support .f-grid__item {
  float: left;
}

/*------------------------------------*\
    #COMPONENT-IMPORTS
\*------------------------------------*/
/**
 * Each re-usable component should be split into it's own file
 * when it makes sense. When a new one is added, add it to
 * the list below.
 */
/*------------------------------------*\
    #BUTTON
\*------------------------------------*/
/**
 * The big ol' red button for CTA's, form buttons, etc.
 */
.button {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background-color: #a41a31;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.0666666667rem;
  line-height: 1;
  padding: 15px 50px;
  text-align: center;
  text-decoration: none;
}
.button.button--full {
  width: 100%;
}
.button.button--grey {
  background-color: #363b3b;
}
.button.button--white {
  background-color: #fff;
  color: #525052;
}
.button.button--disabled {
  cursor: default;
  opacity: 0.2;
}
.button:hover {
  background-color: #95283a;
}
.theme--csr .button {
  background-color: #00838f;
}

/*------------------------------------*\
    #BUTTON-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .button {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}
/*------------------------------------*\
    #BUTTON-GROUP
\*------------------------------------*/
/**
 * Generic button container which allows multiple buttons to be
 * displayed next to eachother (stacked on smaller viewports).
 */
.button-group {
  text-align: center;
}
.button-group .button {
  margin: 0 5px 10px;
  padding-left: 20px;
  padding-right: 20px;
}

/*------------------------------------*\
    #BUTTON-ICON
\*------------------------------------*/
/**
 * Button with icon on right hand side
 */
.button--icon {
  background-color: #f1f1f1;
  border: 2px solid #a41a31;
  color: #363b3b;
  padding-left: 20px;
  padding-right: 66px;
  position: relative;
  text-align: left;
  width: 100%;
}
.button--icon:hover {
  background-color: #e4e4e4;
}
.button--icon:hover .button__icon {
  background-color: #95283a;
}

.button__icon {
  background-color: #a41a31;
  color: #fff;
  display: block;
  font-size: 21px;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 46px;
}
.button__icon .icon {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

/*------------------------------------*\
    #FORM
\*------------------------------------*/
/**
 * `.form {}` element styles.
 * Extends base/_forms.scss
 */
.form input[type=color], .form input[type=date], .form input[type=datetime], .form input[type=datetime-local], .form input[type=email], .form input[type=month], .form input[type=number], .form input[type=password], .form input[type=search], .form input[type=tel], .form input[type=text], .form input[type=time], .form input[type=url], .form input[type=week], .form input:not([type]), .form textarea {
  width: 100%;
}
.form label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 5px;
}
.form.form--border {
  border-top: 1px solid #d9d9d9;
}

/**
 * Variation of the form with a white background.
 */
.form[data-theme=white] {
  background: #fff;
}
.form[data-theme=white] input[type=color], .form[data-theme=white] input[type=date], .form[data-theme=white] input[type=datetime], .form[data-theme=white] input[type=datetime-local], .form[data-theme=white] input[type=email], .form[data-theme=white] input[type=month], .form[data-theme=white] input[type=number], .form[data-theme=white] input[type=password], .form[data-theme=white] input[type=search], .form[data-theme=white] input[type=tel], .form[data-theme=white] input[type=text], .form[data-theme=white] input[type=time], .form[data-theme=white] input[type=url], .form[data-theme=white] input[type=week], .form[data-theme=white] input:not([type]), .form[data-theme=white] textarea {
  background: #f1f1f1;
}

/*------------------------------------*\
    #FORM-FIELD
\*------------------------------------*/
/**
 * `.form__field` wrapper element.
 */
.form__field {
  margin: 15px 0;
  position: relative;
}
.form__field.form__field--actions {
  text-align: center;
}
.form__field.form__field--icon {
  position: relative;
}
.form__field.form__field--icon .icon {
  cursor: pointer;
  font-size: 1.3333333333rem;
  position: absolute;
  right: 14px;
  top: 35px;
}

/*------------------------------------*\
    #FORM-ERRORS
\*------------------------------------*/
.form--umbraco .field-validation-error, .form-field-error, .form-error {
  background: #edd1d6;
  color: #a41a31;
  display: block;
  font-size: 15px;
  list-style: none;
  margin: 10px 0 0;
  padding: 10px;
  position: relative;
}

.form--umbraco .field-validation-error::before, .form-field-error::before {
  height: 0;
  width: 0;
  border-bottom: 8px solid #edd1d6;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 100%;
  content: "";
  display: block;
  left: 20px;
  position: absolute;
}

.form-field-error.parsley-form-field-error {
  padding: 0;
}
.form-field-error.parsley-form-field-error li {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 15px;
  font-weight: normal;
  padding: 10px;
}
.form-field-error.parsley-form-field-error::before {
  display: none;
}
.form-field-error.parsley-form-field-error.filled::before {
  display: block;
}
.form-field-error.form-field-error--abs {
  position: absolute;
  z-index: 8;
}

/*------------------------------------*\
    #FORM-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .form__field {
    margin: 15px 0;
  }
  .form__field:last-child {
    margin-bottom: 0;
  }
}
/*------------------------------------*\
    #INLINE-FORM
\*------------------------------------*/
@media screen and (min-width: 700px) {
  .form--inline {
    display: table;
    margin-top: 0;
    table-layout: fixed;
    width: 100%;
  }
  .form--inline .form__field {
    display: table-cell;
    padding: 0 5px;
    vertical-align: middle;
  }
  .form--inline input[type=color], .form--inline input[type=date], .form--inline input[type=datetime], .form--inline input[type=datetime-local], .form--inline input[type=email], .form--inline input[type=month], .form--inline input[type=number], .form--inline input[type=password], .form--inline input[type=search], .form--inline input[type=tel], .form--inline input[type=text], .form--inline input[type=time], .form--inline input[type=url], .form--inline input[type=week], .form--inline input:not([type]), .form--inline textarea,
.form--inline .select {
    width: 100%;
  }
}
/*------------------------------------*\
    #GRID-FORM
\*------------------------------------*/
@media screen and (min-width: 700px) {
  .form-grid {
    display: table;
    width: 100%;
  }
  .form-grid .form-grid__row {
    display: table-row;
  }
  .form-grid .form-grid__cell {
    display: table-cell;
    padding: 0 10px;
    width: 50%;
  }
  .form-grid .form-grid__cell:first-child {
    padding-left: 0;
  }
  .form-grid .form-grid__cell:last-child {
    padding-right: 0;
  }
  .form-grid .form-grid__cell.form-grid__cell--one-third {
    width: 33.3333333333%;
  }
  .form-grid .form-grid__cell.form-grid__cell--two-third {
    width: 66.6666666667%;
  }
  .form-grid .form-grid__cell.form-grid__cell--halfs {
    width: 100%;
  }
  .form-grid .form-grid__cell.form-grid__cell--one-quarter {
    width: 25%;
  }
  .form-grid .form-grid__cell.form-grid__cell--three-quarter {
    width: 75%;
  }
}
/*------------------------------------*\
    #FORM-UMBRACO
\*------------------------------------*/
/**
 * Users can generate forms from within Umbraco. We don't have control
 * over the HTML that is generated so it's wrapped with a
 * `form--umbraco` element.
 */
.form--umbraco {
  margin-top: 30px;
}
.form--umbraco .contourPageName {
  font-size: 2rem;
  margin: 0;
}
.form--umbraco label {
  font-weight: normal !important;
  margin-bottom: 5px !important;
}
.form--umbraco label .contourIndicator {
  color: #a41a31;
}
.form--umbraco .help-block {
  color: #626b6b;
  display: block;
  font-size: 0.8666666667rem;
  margin-bottom: 5px;
}
.form--umbraco .contourFieldSet {
  border: 1px solid #d9d9d9;
  border-width: 0 0 1px;
  margin: 0;
  padding: 10px 0;
}
.form--umbraco .contourField,
.form--umbraco .umbraco-forms-field {
  margin: 20px 0;
}
.form--umbraco .contourField h2,
.form--umbraco .umbraco-forms-field h2 {
  font-size: 1.5333333333rem;
}
.form--umbraco .contourNavigation {
  margin: 20px 0;
  text-align: center;
}
.form--umbraco .radiobuttonlist br {
  display: none;
}
.form--umbraco .checkboxlist,
.form--umbraco .radiobuttonlist {
  float: none !important;
}
.form--umbraco .fileupload a {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background-color: #a41a31;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.0666666667rem;
  line-height: 1;
  padding: 15px 50px;
  text-align: center;
  text-decoration: none;
  background-color: #ccc;
  margin-top: 20px;
  padding: 15px;
}
.form--umbraco .btn {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background-color: #a41a31;
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.0666666667rem;
  line-height: 1;
  padding: 15px 50px;
  text-align: center;
  text-decoration: none;
}
.form--umbraco input[type=color], .form--umbraco input[type=date], .form--umbraco input[type=datetime], .form--umbraco input[type=datetime-local], .form--umbraco input[type=email], .form--umbraco input[type=month], .form--umbraco input[type=number], .form--umbraco input[type=password], .form--umbraco input[type=search], .form--umbraco input[type=tel], .form--umbraco input[type=text], .form--umbraco input[type=time], .form--umbraco input[type=url], .form--umbraco input[type=week], .form--umbraco input:not([type]), .form--umbraco textarea {
  padding: 14px !important;
  border: 0 !important;
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
}
.form--umbraco #contour input.text,
.form--umbraco #contour textarea,
.form--umbraco .contour input.text,
.form--umbraco .contour textarea {
  max-width: 100% !important;
}

/*------------------------------------*\
    #LOGO
\*------------------------------------*/
/**
 * LJLA logo component.
 */
.logo {
  background-image: url("../svg/ljla-logo.svg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 45px;
  width: 170px;
}
.logo .logo__inner {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}
.logo.logo--greyscale {
  background-image: url("../svg/ljla-logo-greyscale.svg");
}
.logo.logo--large {
  height: 106px;
  width: 400px;
}
.logo.logo--investors {
  background-image: url("../svg/acred-logo.svg");
  height: 34px;
  width: 185px;
}

/*------------------------------------*\
    #LOGO-CONTAINER
\*------------------------------------*/
/**
 * The white box that the logo can sit inside.
 * See header and footer for example usage.
 */
.logo-container {
  background-color: #fff;
  display: block;
}

/*------------------------------------*\
    #LOGO-LARGE
\*------------------------------------*/
@media screen and (min-width: 960px) {
  .logo-container {
    height: 95px;
    position: relative;
    width: 212px;
  }
  .logo-container .logo {
    bottom: 25px;
    left: 23px;
    position: absolute;
    right: 0;
  }
}
/*------------------------------------*\
    #LOGO-MEDIUM
\*------------------------------------*/
@media screen and (max-width: 959px) {
  .logo-container {
    height: auto;
  }
}
/*------------------------------------*\
    #LOGO-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .logo.logo--large {
    height: 74px;
    width: 280px;
  }
}
/*------------------------------------*\
    #ALERT
\*------------------------------------*/
/**
 * Alert bar used on pages for travel warnings/notifications.
 */
.alert {
  background: #f2e73c;
  position: relative;
  z-index: 3;
}

.alert__inner {
  margin: 0;
  padding: 18px 0 18px 50px;
  position: relative;
}

.alert__heading {
  display: inline-block;
  font-size: 1.0666666667rem;
  font-weight: bold;
  padding-right: 5px;
}

.alert__text {
  margin: 0;
}

.alert__icon {
  font-size: 2.6666666667rem;
  left: 0;
  margin-top: -20px;
  position: absolute;
  top: 50%;
}

.alert__cta {
  color: #363b3b;
  padding-left: 10px;
}
.alert__cta .icon {
  line-height: inherit;
  top: 0;
  vertical-align: middle;
}

/*------------------------------------*\
    #ALERT-LARGE
\*------------------------------------*/
@media screen and (min-width: 960px) {
  .alert__inner {
    padding-bottom: 30px;
    padding-top: 30px;
  }
  .alert__text {
    font-size: 1.0666666667rem;
  }
}
/*------------------------------------*\
    #HEADER
\*------------------------------------*/
/**
 * Main site <header /> component.
 */
.header {
  background: #fff;
  position: relative;
  z-index: 3;
}

.header__main {
  height: 75px;
  position: relative;
}
.header__main > .grid {
  height: 100%;
}

/*------------------------------------*\
    #HEADER-LOGO
\*------------------------------------*/
.header__logo {
  height: 45px;
  padding: 20px 0;
  position: relative;
  width: 169px;
  z-index: 4;
  top: -5px;
}

/*------------------------------------*\
    #HEADER-NAV-TOGGLE
\*------------------------------------*/
.header__nav-toggle {
  display: none;
}

/*------------------------------------*\
    #HEADER-NAV-TOGGLE-MEDIUM
\*------------------------------------*/
@media screen and (max-width: 1100px) {
  .header__nav-toggle {
    border-left: 1px solid #f1f1f1;
    cursor: pointer;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 70px;
    z-index: 2;
  }
  .header__nav-toggle::after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #102470;
    content: "\ea1b";
    font-size: 1.6rem;
    left: 23px;
    position: absolute;
    top: 23px;
  }
  .header__nav-toggle.open::after {
    content: "\ea11";
    font-size: 1.2rem;
    left: 26px;
    top: 26px;
  }
}
.header__skip {
  background: #fff;
  box-shadow: 0 7px 30px 4px rgba(0, 0, 0, 0.4);
  color: #363b3b;
  display: inline-block;
  left: 10px;
  padding: 10px 20px;
  position: absolute;
  text-decoration: none;
  top: 10px;
  z-index: 5;
}

/*------------------------------------*\
    #HEADER-SEARCH
\*------------------------------------*/
/**
 * The search form that sits inside the main <header /> element.
 */
.header-search {
  display: block;
}
.header-search label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/**
 * 1. This will stop the zoom thing that happens on iOS when
 * you focus on an input.
 */
.header-search__input {
  display: block;
  width: 100%;
}

/*------------------------------------*\
    #HEADER-SEARCH-LARGE
\*------------------------------------*/
/**
 * >= large sized viewports only.
 * The search is positioned below the `.header` content and it's visibility
 * triggered by JS.
 *
 * 1. Make room for the clear search tool.
 */
@media screen and (min-width: 1100px) {
  .header-search {
    background: #e0e1e1;
    display: none;
    left: 0;
    padding: 30px 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .header-search__form {
    margin: 0 auto;
    width: 70%;
  }
  .header-search__form::after {
    clear: both;
    content: "";
    display: table;
  }
  .header-search__field {
    position: relative;
    width: 80%;
  }
  .header-search__field,
.header-search__button {
    float: left;
  }
  .header-search__input {
    padding-right: 40px !important;
  }
  .header-search__button {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background-color: #a41a31;
    border: 0;
    border-radius: 0;
    color: #fff;
    display: inline-block;
    font-size: 1.0666666667rem;
    line-height: 1;
    padding: 15px 50px;
    text-align: center;
    text-decoration: none;
    padding-left: 20px;
    padding-right: 20px;
    width: 20%;
  }
  .header-search__button .icon {
    display: none;
  }
  .header-search__clear {
    color: #9f9f9f;
    cursor: pointer;
    display: block;
    font-size: 0.8rem;
    padding: 5px;
    position: absolute;
    right: 20px;
    top: 11px;
  }
}
/*------------------------------------*\
    #HEADER-SEARCH-MEDIUM-
\*------------------------------------*/
/**
 * <= medium sized viewports.
 */
@media screen and (max-width: 1100px) {
  .header-search {
    background: #363b3b;
    height: 60px;
    position: relative;
  }
  .header-search__field {
    background: #363b3b;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 60px;
    top: 0;
  }
  .header-search__input {
    background: #363b3b;
    color: #fff;
    height: 60px;
    padding: 0 20px;
  }
  .header-search__button {
    background: #363b3b;
    border: 0;
    bottom: 0;
    color: #fff;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
  }
  .header-search__button .icon {
    font-size: 1.3333333333rem;
  }
  .header-search__button span {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .header-search__clear {
    display: none;
  }
}
/*------------------------------------*\
    #MAIN-NAV
\*------------------------------------*/
/**
 * The main <nav /> element that will hold the site wide
 * navigation component.
 *
 * 1. We need to define this as default because further on
 * down this page we're doing some %extend things to
 * add some icons into the nav.
 */
.main-nav {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
.main-nav > .grid {
  height: 100%;
  overflow: hidden;
}
.main-nav .main-nav__sub-nav {
  display: none;
}

.main-nav__link {
  color: #9f9f9f;
  display: inline-block;
  font-size: 0.9333333333rem;
  text-decoration: none;
  text-transform: uppercase;
}

.main-nav__sub-toggle::after {
  display: none;
}

.main-nav__item {
  position: relative;
}

.main-nav__sub-link {
  color: #8c8c8c;
}

.main-nav__toggle {
  display: none;
}

.main-nav__arrow {
  height: 0;
  width: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #fff;
  display: none;
  position: absolute;
  top: 100%;
  transition: left 0.1s ease-in-out;
}

/*------------------------------------*\
    #MAIN-NAV-LARGE
\*------------------------------------*/
/**
 * 1. Width of the logo + gutter
 */
@media screen and (min-width: 1100px) {
  .main-nav {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .main-nav__list {
    display: table;
    height: 100%;
    margin-left: 200px;
    table-layout: fixed;
  }
  .main-nav__item {
    display: table-cell;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
  }
  .main-nav__item:first-child {
    padding-left: 0;
  }
  .main-nav__item:last-child {
    padding-right: 0;
  }
  .main-nav__sub-nav {
    background: #e5e5e5;
    left: 0;
    padding: 10px 0;
    position: absolute;
    right: 0;
    top: 100%;
  }
  .main-nav__sub-list {
    box-sizing: border-box;
    max-width: 1366px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    text-align: left;
  }
  .main-nav__sub-list::after {
    clear: both;
    content: "";
    display: table;
  }
  .main-nav__sub-item {
    display: inline-block;
    padding: 10px 20px 10px 0;
  }
  .main-nav__sub-item:first-child {
    padding-left: 0;
  }
  .main-nav__sub-link {
    padding-right: 20px;
    position: relative;
  }
  .main-nav__sub-link:hover {
    color: #a41a31;
  }
  .main-nav__link--primary {
    padding: 8px 0;
    position: relative;
    transition: color 0.3s ease;
  }
  .main-nav__link--primary::after {
    background: #fff;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    right: 0;
    transition: background 0.3s ease;
  }
  .main-nav__link--primary.open, .main-nav__link--primary.current, .main-nav__link--primary:hover {
    color: #a41a31;
  }
  .main-nav__link--primary.open::after, .main-nav__link--primary.current::after, .main-nav__link--primary:hover::after {
    background: #a41a31;
  }
}
/*------------------------------------*\
    #MAIN-NAV-X-LARGE
\*------------------------------------*/
@media screen and (min-width: 1366px) {
  .main-nav__list {
    margin-left: 230px;
  }
  .main-nav__link {
    font-size: 1rem;
  }
  .main-nav__item {
    padding: 0 15px;
  }
}
/*------------------------------------*\
    #MAIN-NAV-MEDIUM
\*------------------------------------*/
@media screen and (max-width: 1100px) {
  .main-nav {
    background: #fff;
  }
  .main-nav > .grid {
    padding: 0;
  }
  .main-nav__link,
.main-nav__item {
    display: block;
  }
  .main-nav__item {
    border-top: 2px solid #f1f1f1;
    padding: 0;
  }
  .main-nav__link {
    padding: 20px;
  }
  .main-nav__link--primary {
    align-items: center;
    color: #102470;
    display: flex;
    margin-right: 70px;
    min-height: 60px;
  }
  .main-nav__sub-list {
    border-top: 2px solid #f1f1f1;
  }
  .main-nav__sub-item {
    border-top: 2px solid #f8f8f8;
  }
  .main-nav__sub-item:first-child {
    border: 0;
  }
  .main-nav__sub-link::after {
    display: none;
  }
  .main-nav__item--search,
.js .header__toggle-area {
    display: none;
  }
  .main-nav__toggle {
    border-left: 2px solid #f1f1f1;
    cursor: pointer;
    display: block;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
  }
  .main-nav__toggle::after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea09";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .main-nav__link--primary.open ~ .main-nav__toggle::after {
    content: "\ea0c";
  }
}
/*------------------------------------*\
    #MAIN-NAV
\*------------------------------------*/
/**
 * extends _main-nav.scss
 * Add support for Mega menu style menu
 */
@media screen and (min-width: 1100px) {
  .main-nav .grid {
    overflow: visible;
  }
  .main-nav__sub-nav {
    -moz-columns: 2;
         columns: 2;
    width: 480px;
    left: 50%;
    top: 75px;
    transform: translate(-50%, 0);
  }
  .main-nav__list li:nth-last-child(2) .main-nav__sub-nav {
    left: auto;
    right: 0;
    transform: none;
  }
  .main-nav__sub-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*------------------------------------*\
    #SECONDARY-NAVIGATION
\*------------------------------------*/
/**
 * The secondary <nav /> element which sits at the top of
 * the page inside the main <header />.
 */
.secondary-nav__item {
  display: inline-block;
  padding: 0 10px;
}
.secondary-nav__item:first-child {
  padding-left: 0;
}
.secondary-nav__item:last-child {
  padding-right: 0;
}

.secondary-nav__link {
  color: #fff;
  font-size: 0.9333333333rem;
  text-decoration: none;
}

/*------------------------------------*\
    #FOOTER
\*------------------------------------*/
.footer {
  background-color: #fff;
}

.footer__main {
  padding: 40px 0 55px;
}

.footer-section {
  background-color: #525052;
  color: #a1a4a4;
  overflow: hidden;
}
.footer-section.footer-section--no-padding {
  padding: 0;
}

.footer-row {
  margin-top: 10px;
}

@media screen and (min-width: 700px) {
  .footer-logos {
    display: table;
    margin: 0 auto;
  }
  .footer-logos__logo {
    display: table-cell;
    padding: 0 15px;
  }
}
@media screen and (max-width: 699px) {
  .footer__main {
    padding: 30px;
  }
  .footer-logos {
    text-align: center;
  }
  .footer-logos .logo {
    margin: 0 auto;
  }
  .footer-logos__logo {
    margin-top: 20px;
  }
  .footer-logos__logo:first-child {
    margin-top: 0;
  }
}
/*------------------------------------*\
    #FOOTER-NAV
\*------------------------------------*/
.footer__nav {
  text-align: center;
}
.footer__nav .secondary-nav__item {
  padding: 3px 10px;
}
.footer__nav .secondary-nav__link {
  color: #a1a4a4;
}
.footer__nav .secondary-nav__link:hover {
  color: #a41a31;
}

/*------------------------------------*\
    #FOOTER-NAV-SMALL
\*------------------------------------*/
/**
 * Display the nav stacked with block level links.
 */
@media screen and (max-width: 699px) {
  .footer__nav .secondary-nav__item,
.footer__nav .secondary-nav__link {
    display: block;
  }
  .footer__nav .secondary-nav__item {
    padding: 0;
  }
  .footer__nav .secondary-nav__link {
    padding: 10px 0;
    text-align: center;
  }
}
/*------------------------------------*\
    #FOOTER-CONTENT-BLOCK
\*------------------------------------*/
.footer-content-block {
  padding: 40px 0;
}

.footer-content-block--tint {
  background-color: #5a5a5a;
  padding-left: 20px;
  padding-right: 20px;
}

.footer-content-block__content a {
  color: #fff;
}

.footer-content-block__heading {
  color: #fff;
  font-size: 1.4666666667rem;
  margin-top: 0;
}
.footer-content-block__heading a {
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 700px) {
  .equalize .footer-content-block {
    position: relative;
  }
  .equalize .footer-content-block .button {
    bottom: 40px;
    position: absolute;
  }
  .equalize .footer-content-block .footer-content-block__content {
    padding-bottom: 50px;
  }
}
.footer-content-block__nav a {
  color: #a1a4a4;
  text-decoration: none;
}

/*------------------------------------*\
    #FOOTER-CAMPAIGN
\*------------------------------------*/
/**
 * Temporary styles for the 5 column campaign footer.
 */
.footer__campaign-columns .footer-content-block {
  float: left;
  width: 20%;
}

@media screen and (max-width: 959px) {
  .footer__campaign-columns .footer-content-block {
    width: 33%;
  }
}
@media screen and (max-width: 699px) {
  .footer__campaign-columns .footer-content-block {
    float: none;
    text-align: center;
    width: 100%;
  }
}
/*------------------------------------*\
    #PAGE-TOOLBAR
\*------------------------------------*/
/**
 * Just a generic container element for the 'tools' on pages.
 * Tools include the inpage-nav, search and news filters.
 */
.page-toolbar {
  background: #525052;
  padding: 30px 0;
}

.page-toolbar__submit {
  margin-bottom: 0;
}

/*------------------------------------*\
    #PAGE-TOOLBAR-CENTRED
\*------------------------------------*/
/**
 *
 */
.page-toolbar--centred {
  text-align: center;
}

/*------------------------------------*\
    #INPAGE-NAV
\*------------------------------------*/
/**
 * Sub Navigation bar component.
 *
 * Example usage can be found on the home page template
 * underneath the hero carousel component.
 */
.inpage-nav {
  background: #525052;
}

.inpage-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.inpage-nav__link {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
}
.inpage-nav .inpage-nav__link {
  color: #fff;
}

.inpage-nav__link--secondary {
  font-size: 1rem;
}

/**
 * >= Medium/Tablet.
 */
@media screen and (min-width: 700px) {
  /**
   * All Nav Versions (Nested & Standard).
   */
  .inpage-nav {
    height: 100px;
  }
  .inpage-nav__list {
    display: table;
    height: 100px;
    margin: 0 auto;
    table-layout: fixed;
  }
  .inpage-nav__item {
    display: table-cell;
    padding: 0 30px;
    vertical-align: middle;
  }
  .inpage-nav__link {
    border-color: #fff;
    border-style: solid;
    border-width: 0 0 5px;
    padding-bottom: 8px;
  }
  .inpage-nav__link--secondary {
    border-color: #a41a31;
    border-width: 0 0 2px;
    padding-bottom: 4px;
  }
  .theme--csr .inpage-nav__link--secondary {
    border-color: #00838f;
  }
  .inpage-nav__link--secondary.current, .inpage-nav__link--secondary:hover {
    border-color: #fff;
  }
  .inpage-nav__item--label {
    display: none;
  }
  /**
   * Nested/Subnav Version.
   */
  .inpage-nav--nested {
    height: 100px;
    overflow: hidden;
    position: relative;
    transition: height 0.2s;
  }
  .inpage-nav--nested.subnav-open {
    height: 180px;
  }
  .inpage-nav__subnav {
    background: #a41a31;
    height: 80px;
    left: 0;
    position: absolute;
    right: 0;
    top: 100px;
    z-index: -1;
  }
  .inpage-nav__subnav.subnav-open {
    z-index: 1;
  }
  .inpage-nav__subnav .inpage-nav__list {
    height: 80px;
  }
  .theme--csr .inpage-nav__subnav {
    background: #00838f;
  }
  .inpage-nav:not(.js-subnav-open) .inpage-nav__link--primary.current {
    border-color: #a41a31;
    color: #a41a31;
  }
  .theme--csr .inpage-nav:not(.js-subnav-open) .inpage-nav__link--primary.current {
    border-color: #0ba1af;
    color: #0ba1af;
  }
  .inpage-nav__link--primary.subnav-open {
    border-color: #a41a31;
    color: #a41a31;
  }
  .theme--csr .inpage-nav__link--primary.subnav-open {
    border-color: #0ba1af;
    color: #0ba1af;
  }
}
/**
 * <= Small/Mobile.
 */
@media screen and (max-width: 699px) {
  /**
   * All Nav Versions (Nested & Standard).
   */
  .inpage-nav__link {
    font-size: 1.0666666667rem;
  }
  .inpage-nav__link--secondary {
    font-size: 1rem;
  }
  /**
   * Standard (not Nested) version only.
   */
  .inpage-nav:not(.inpage-nav--nested) {
    padding: 20px 0 30px;
  }
  .inpage-nav:not(.inpage-nav--nested) .inpage-nav__list::after {
    clear: both;
    content: "";
    display: table;
  }
  .inpage-nav:not(.inpage-nav--nested) .inpage-nav__item {
    float: left;
    padding: 10px 15px;
    width: 50%;
  }
  .inpage-nav:not(.inpage-nav--nested) .inpage-nav__link {
    border-bottom: 5px solid #fff;
    display: block;
    padding-bottom: 10px;
  }
  /**
   * Nested/Subnav Version.
   */
  .inpage-nav--nested {
    background: none;
    padding: 15px 15px 0;
  }
  .inpage-nav--nested > .inpage-nav__list {
    background: #525052;
    display: none;
  }
  .inpage-nav--nested > .inpage-nav__list.open {
    display: block;
  }
  .inpage-nav--nested .inpage-nav__link {
    border-top: 2px solid #6a686a;
    display: block;
    padding: 15px 20px;
    text-align: left;
  }
  .inpage-nav--nested .inpage-nav__link--primary.current {
    background: #a41a31;
  }
  .theme--csr .inpage-nav--nested .inpage-nav__link--primary.current {
    background: #00838f;
  }
  .inpage-nav--nested .inpage-nav__item:first-child .inpage-nav__link {
    border-top-color: #fff;
  }
  .inpage-nav--nested .subnav-toggle {
    position: relative;
  }
  .inpage-nav--nested .subnav-toggle::after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\ea09";
    font-size: 0.8rem;
    padding-left: 15px;
  }
  .inpage-nav--nested .subnav-toggle.subnav-open::after {
    content: "\ea0c";
  }
  .inpage-nav--nested .inpage-nav__subnav {
    background: #797779;
    border-top: 2px solid #6a686a;
    display: none;
    padding: 0 20px;
  }
  .inpage-nav--nested .inpage-nav__subnav.subnav-open {
    display: block;
  }
  .inpage-nav--nested .inpage-nav__subnav .inpage-nav__item:first-child .inpage-nav__link {
    border: 0;
  }
  /**
   * Nav Toggle/Label.
   */
  .inpage-nav__item--label {
    background: #525052;
    cursor: pointer;
    padding-left: 50px;
    position: relative;
  }
  .inpage-nav__item--label .inpage-nav__link {
    border: 0;
  }
  .inpage-nav__item--label::before {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-right: 2px solid #fff;
    color: #fff;
    content: "\ea1b";
    font-size: 18px;
    height: 100%;
    left: 0;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 0;
    vertical-align: middle;
    width: 50px;
  }
}
/*------------------------------------*\
    #SECTION
\*------------------------------------*/
/**
 * Generic content element. Can contain a large heading,
 * content and a footer element.
 */
.section {
  margin-bottom: 40px;
}

.section__heading {
  font-size: 2.8rem;
  margin: 0;
  text-align: center;
}

.section__header {
  padding: 0 0 30px;
}

.section__footer {
  text-align: center;
}

.section--fill {
  background: #fff;
  padding: 40px 0;
}

/**
 * This is an element within a section that is essentially
 * a block which has a max-width and is centered.
 *
 * This was created for the CSR charity pages.
 */
.section-intro {
  margin: 0 auto;
  max-width: 850px;
  padding: 20px;
  text-align: center;
}

.section-intro__content {
  color: #a1a4a4;
  line-height: 1.8rem;
}

.section-intro__action {
  margin-top: 20px;
}

/*------------------------------------*\
    #HERO
\*------------------------------------*/
/**
 * Hero Sizes.
 *
 * This component has multiple height options.
 * By default, the .hero component will inherit the 'default'
 * height in the map below.
 *
 * Heights defined in: /config/_config.scss
 *
 * Example Usage:
 * <div class="hero hero--medium"></div>
 */
.hero-wrapper {
  position: relative;
  z-index: -1;
}

.hero {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  position: relative;
}

.hero__inner {
  display: table;
  height: 100%;
  width: 100%;
}

.hero__content {
  color: #fff;
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}

.hero__heading {
  font-size: 5.6666666667rem;
  line-height: 1;
  margin: 0 0 40px;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
}

.hero__button {
  background-color: rgba(230, 0, 0, 0.65);
  font-size: 1.4rem;
  outline: 0;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color 0.2s ease-out;
}
.hero__button:hover {
  background-color: rgba(230, 0, 0, 0.8);
}
.hero__button + .hero__button {
  margin-left: 20px;
}
.theme--csr .hero__button {
  background-color: rgba(0, 131, 143, 0.8);
}
.theme--csr .hero__button:hover {
  background-color: rgba(0, 124, 136, 0.8);
}

.hero--clone {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 800ms ease;
  width: 100%;
}

.hero-bar {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  background-color: #0097a7;
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 1.2rem;
  height: 50px;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  padding: 5px 20px;
  text-align: center;
}

.hero-bar + .hero__inner {
  padding-bottom: 50px;
}

.hero-bar--blue {
  background-color: #0097a7;
}

.hero-bar--purple {
  background-color: #9e0389;
}

.hero-bar--yellow {
  background-color: #ebab00;
}

@media screen and (min-width: 700px) {
  .hero-carousel .hero-bar {
    bottom: 100px;
  }
}
@media screen and (max-width: 699px) {
  .hero-bar {
    font-size: 1.0666666667rem;
  }
}
/**
 * Responsive: >= Medium.
 * ----------------------
 */
@media screen and (min-width: 700px) {
  .hero--default {
    height: 400px;
  }
  .hero--medium {
    height: 550px;
  }
  .hero--large {
    height: 665px;
  }
  .hero--small {
    height: 280px;
  }
}
/**
 * Responsive: Medium Only.
 */
@media screen and (min-width: 700px) and (max-width: 959px) {
  .hero__heading {
    font-size: 4.3333333333rem;
  }
}
/**
 * Responsive: <= Small.
 */
@media screen and (max-width: 699px) {
  .hero {
    height: 280px;
  }
  .hero__heading {
    font-size: 2.3333333333rem;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .hero__button + .hero__button {
    margin-left: 0;
    margin-top: 10px;
  }
}
/*------------------------------------*\
    #HERO-CAROUSEL
\*------------------------------------*/
/**
 * Carousel used on the home page template.
 * Uses slick.js to add carousel functionality (http://kenwheeler.github.io/slick/)
 *
 * Extends _hero.scss
 */
.hero-carousel {
  position: relative;
}
.js .hero-carousel {
  height: 665px;
  overflow: hidden;
}

@media screen and (max-width: 699px) {
  .js .hero-carousel {
    height: 280px;
  }
}
/*------------------------------------*\
    #HERO-CAROUSEL-NAV
\*------------------------------------*/
.hero-carousel__nav {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-top: -80px;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  z-index: 2;
}
.hero-carousel__nav.hero-carousel__nav--prev {
  left: 0;
}
.hero-carousel__nav.hero-carousel__nav--next {
  right: 0;
}
.hero-carousel__nav .icon {
  font-size: 5.3333333333rem;
}
.hero-carousel__nav:hover {
  opacity: 0.8;
}

/*------------------------------------*\
    #HERO-CAROUSEL-PAGINATION
\*------------------------------------*/
.hero-carousel-pagination {
  bottom: 160px;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
}
.hero-carousel-pagination li {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  height: 13px;
  margin: 0 4px;
  width: 13px;
}
.hero-carousel-pagination li.slick-active {
  background: #fff;
}
.hero-carousel-pagination .hero-carousel-pagination__item {
  height: 100%;
}

.hero-carousel-pagination__tooltip {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #525052;
  bottom: 27px;
  color: #fff;
  display: none;
  padding: 10px 40px;
  position: absolute;
}
.hero-carousel-pagination__tooltip::after {
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #525052;
  bottom: -8px;
  content: "";
  display: block;
  left: 50%;
  margin-left: -8px;
  position: absolute;
}

/*------------------------------------*\
    #HERO-CAROUSEL-HERO
\*------------------------------------*/
/**
 * Just need to make a few adjustments to the `.hero` component
 * when it's inside a carousel.
 *
 * Extends 'components/_hero.scss';
 */
.hero-carousel .hero__inner {
  padding-left: 100px;
  padding-right: 100px;
}

@media screen and (min-width: 700px) and (max-width: 959px) {
  .hero-carousel .hero__inner {
    padding-left: 80px;
    padding-right: 80px;
  }
}
@media screen and (max-width: 699px) {
  .hero-carousel .hero__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
/*------------------------------------*\
    #PROMO-BLOCK
\*------------------------------------*/
/**
 * Promo contentblock style #1
 * Image background with large copy.
 */
.promo-block {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: table;
  float: left;
  font-size: 3.3333333333rem;
  height: 456px;
  margin-bottom: 40px;
  padding: 40px;
  position: relative;
  text-decoration: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.4);
  width: 50%;
  /*------------------------------------*\
      #HOVER EFFECTS
  \*------------------------------------*/
}
.promo-block .promo-block__inner {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.promo-block::after {
  background-color: #808080;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease-out;
  width: 100%;
  z-index: 2;
}
.promo-block:hover::after {
  opacity: 0.4;
}

/*------------------------------------*\
    #PROMO-BLOCK-MEDIUM
\*------------------------------------*/
@media screen and (min-width: 700px) and (max-width: 959px) {
  .promo-block {
    font-size: 3.0666666667rem;
  }
}
/*------------------------------------*\
    #PROMO-BLOCK-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .promo-block {
    float: none;
    font-size: 2.5333333333rem;
    width: 100%;
  }
}
/*------------------------------------*\
    #PROMO-BLOCK-PARKING-FORM
\*------------------------------------*/
.promo-block--form {
  color: #363b3b;
  font-size: 1rem;
  padding-left: 30px;
  padding-right: 30px;
}
.promo-block--form .form {
  text-align: left;
}

@media screen and (max-width: 699px) {
  .promo-block--form {
    padding: 0;
  }
}
/*------------------------------------*\
    #PROMO-BLOCK-SECONDARY
\*------------------------------------*/
/**
 * Secondary promo block.
 *
 * Promo content block style #2
 */
.promo-block-secondary {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  border: 4px solid #fff;
  color: #363b3b;
  display: block;
  font-size: 1.3333333333rem;
  margin-bottom: 40px;
  text-decoration: none;
  /*------------------------------------*\
      #HOVER EFFECTS
  \*------------------------------------*/
}
.promo-block-secondary .promo-block-secondary--overlay {
  position: relative;
}
.promo-block-secondary .promo-block-secondary--overlay::after {
  background-color: #808080;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease-out;
  width: 100%;
  z-index: 2;
}
.promo-block-secondary:hover .promo-block-secondary--overlay::after {
  opacity: 0.4;
}
.promo-block-secondary:hover .promo-block-secondary__inner {
  background-color: #a41a31;
  color: white;
}

.promo-block-secondary__inner {
  padding: 20px;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.promo-block-secondary__image {
  display: block;
}

/*------------------------------------*\
    #PROMO-BLOCK-TERTIARY
\*------------------------------------*/
/**
 * Tertiary promo block.
 *
 * Promo content block style #3
 */
.promo-block-tertiary {
  background: #525052;
  color: #999;
  margin-bottom: 40px;
  padding: 10px;
  transition: background-color 0.2s ease-out;
}
.promo-block-tertiary .promo-block-secondary--overlay {
  position: relative;
}
.promo-block-tertiary .promo-block-tertiary__image-link::after {
  background-color: #808080;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.5s ease-out;
  width: 100%;
  z-index: 2;
}
.promo-block-tertiary:hover {
  background-color: #484748;
}
.promo-block-tertiary:hover .promo-block-tertiary__image-link::after {
  opacity: 0.4;
}

.promo-block-tertiary__image-link {
  display: block;
  position: relative;
}

.promo-block-tertiary__image {
  display: block;
}

.promo-block-tertiary__inner {
  padding: 20px;
}

.promo-block-tertiary__heading {
  color: #fff;
  font-size: 1.3333333333rem;
  margin-top: 0;
}
.promo-block-tertiary__heading a {
  color: #fff;
  text-decoration: none;
}

/*------------------------------------*\
    #SOCIAL-LINKS
\*------------------------------------*/
/**
 * Collection of social network CTA's.
 */
.social-links {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-links__item,
.social-links__link {
  display: block;
}

.social-links__item {
  margin-bottom: 10px;
}

.social-links__link {
  background: #9f9f9f;
  font-size: 1.2rem;
  padding: 15px 15px 15px 75px;
  position: relative;
  text-decoration: none;
}
.social-links .social-links__link {
  color: #363b3b;
}

.social-links__icon {
  background: #393839;
  bottom: 0;
  color: #fff;
  left: 0;
  line-height: 61px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 60px;
}
.social-links__icon .icon {
  font-size: 1.7333333333rem;
}

/**
 * Tweet Listing.
 *
 * 1. Oh no, I am sorry. Theming needs work on this site :(
 */
.tweet-listing .tweet {
  margin: 0 0 30px;
  word-break: break-word;
}
.theme--csr .tweet-listing .tweet p a {
  color: #00838f;
  font-weight: 700;
}
.theme--csr .tweet-listing .tweet p a:not(:hover) {
  -webkit-text-decoration-line: none;
          text-decoration-line: none;
}
.theme--csr .theme--dark .tweet-listing .tweet p a {
  color: #fff;
}

/*------------------------------------*\
    #BREADCRUMB
\*------------------------------------*/
/**
 * Breadcrumb navigation component.
 */
.breadcrumb {
  background: #171616;
  font-size: 0.9333333333rem;
  padding: 15px 0;
  text-align: left;
}

.breadcrumb__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.breadcrumb__item,
.breadcrumb__link {
  display: inline-block;
}

.breadcrumb__item {
  padding: 0 15px;
  position: relative;
}
.breadcrumb__item::after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  content: "\ea0b";
  display: block;
  font-size: 0.6rem;
  position: absolute;
  right: -6px;
  top: 5px;
}
.breadcrumb__item:first-child {
  padding-left: 0;
}
.breadcrumb__item:last-child {
  padding-right: 0;
}
.breadcrumb__item:last-child::after {
  display: none;
}

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

span.breadcrumb__link {
  font-weight: bold;
}

/*------------------------------------*\
    #BREADCRUMB-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .breadcrumb {
    display: none;
  }
}
/*------------------------------------*\
    #PAGE-HEADER
\*------------------------------------*/
/**
 * .page-header {} component.
 * This houses the main page hero image and title.
 */
.page-header {
  min-height: 400px;
  position: relative;
}

.page-header--fill {
  background: #102470;
}

.page-header__heading {
  background: rgba(23, 22, 22, 0.65);
  color: #fff;
  font-size: 4rem;
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.campaign .page-header__heading {
  background: rgba(16, 159, 173, 0.7);
}
.page-header__heading img {
  display: block;
  margin: 0 auto 10px;
  width: 180px;
}

.page-header__content {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

.page-header--shadow {
  position: relative;
}
.page-header--shadow::before, .page-header--shadow::after {
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.page-header--shadow::before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2) -100%, transparent);
  height: 20px;
  top: 0;
}
.page-header--shadow::after {
  background: linear-gradient(to top, #000, transparent);
  bottom: 0;
  height: 100px;
}
.page-header--shadow .page-header__content {
  z-index: 2;
}

/*------------------------------------*\
    #PAGE-HEADER-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .page-header {
    min-height: 0;
  }
  .page-header .page-header__heading {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
  }
  .page-header__content {
    position: static;
  }
  .page-header__heading {
    font-size: 2.3333333333rem;
  }
}
/*------------------------------------*\
    #PAGE-HEADER-BREADCRUMB
\*------------------------------------*/
/**
 * Apply any styles for the breadcrumb inside the page header
 * element here.
 * At the moment we'll apply > mobile only.
 */
@media screen and (min-width: 700px) {
  .page-header__breadcrumb {
    background: rgba(23, 22, 22, 0.85);
  }
}
/*------------------------------------*\
    #PAGE-HEADER-INPAGE-NAV
\*------------------------------------*/
/**
 * Apply any styles for the inpage-nav inside the page header
 * element here.
 * At the moment we'll apply > mobile only.
 */
@media screen and (min-width: 700px) {
  .page-header .inpage-nav {
    background: rgba(82, 80, 82, 0.9);
    margin-top: -100px;
    position: relative;
  }
  .page-header--has-nav .hero__content {
    padding-bottom: 100px;
  }
}
/*------------------------------------*\
    #OVERLAY
\*------------------------------------*/
/**
 * Overlay component. This is added by JS (js/components/nav/mainNav.js)
 * when the nav is opened.
 */
.overlay {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

/*------------------------------------*\
    #CONTENT-BLOCK
\*------------------------------------*/
/**
 * Another generic content container.
 * Has a white background, title, excerpt and CTA.
 */
.content-block {
  background: #fff;
  margin-bottom: 40px;
  padding: 40px;
}

.content-block__heading {
  font-size: 2rem;
  margin-bottom: 10px;
}

.content-block__heading--small {
  font-size: 1.3333333333rem;
}

.content-block__sub-heading {
  color: #a1a4a4;
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1rem;
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-weight: normal;
}

.content-block__header {
  text-align: center;
}

.content-block__footer {
  padding-top: 20px;
  text-align: center;
}

/*------------------------------------*\
    #CONTENT-BLOCK-MEDIUM
\*------------------------------------*/
@media screen and (min-width: 700px) and (max-width: 959px) {
  .content-block {
    padding: 20px;
  }
}
/*------------------------------------*\
    #CONTENT-BLOCK-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .content-block {
    margin-bottom: 20px;
    padding: 20px;
  }
}
/*------------------------------------*\
    #CONTENT-BLOCK-FEATURED
\*------------------------------------*/
/**
 * Featured version for highlighting important content
 */
.content-block--featured {
  margin-top: 40px;
}
.content-block--featured .content-block__image {
  padding-right: 5px;
}
.content-block--featured .content-block__text {
  padding-left: 5px;
}
.content-block--featured.content-block.article .article__image, .content-block--featured .article__image {
  margin-bottom: 0;
  margin-right: 5px;
}
.content-block--featured .content-block__header,
.content-block--featured .content-block__footer {
  text-align: left;
}
.content-block--featured .content-block__footer {
  padding-top: 0;
}
.content-block--featured .content-block__preheading {
  color: #a41a31;
  margin: 0 0 15px;
}

/*------------------------------------*\
    #CONTENT-BLOCK-FEATURED-MEDIUM
\*------------------------------------*/
@media screen and (min-width: 700px) and (max-width: 959px) {
  .content-block--featured .content-block__image {
    padding-right: 0;
  }
  .content-block--featured .content-block__text {
    padding-left: 0;
  }
}
/*------------------------------------*\
    #CONTENT-BLOCK-FEATURED-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .content-block--featured {
    margin-top: 20px;
  }
  .content-block--featured .content-block__image {
    margin-bottom: 20px;
  }
}
/*------------------------------------*\
    #CONTENT-BLOCK-ANIMATE
\*------------------------------------*/
/**
 * A quick attempt at animating the background and
 * box shadow properties of the parking elements.
 */
.content-block--parking-animation {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: parkingAnimation;
          animation-name: parkingAnimation;
}

@-webkit-keyframes parkingAnimation {
  0% {
    box-shadow: none;
  }
  20% {
    box-shadow: 0 0 10px #707ca9;
  }
  0% {
    box-shadow: none;
  }
}

@keyframes parkingAnimation {
  0% {
    box-shadow: none;
  }
  20% {
    box-shadow: 0 0 10px #707ca9;
  }
  0% {
    box-shadow: none;
  }
}
/*------------------------------------*\
    #CONTENT-BLOCK-SLIM
\*------------------------------------*/
/**
 * Yet another slight variation on the content-block component :/
 *
 * This one is basically the same but it has a smaller gutter and
 * a smaller heading.
 */
.content-block--slim {
  padding: 20px;
}

/*------------------------------------*\
    #CONTENT-BLOCK-BORDER
\*------------------------------------*/
/**
 * A bit of a wild solution to add an alternating coloured border
 * to each image in a content block.
 */
.content-blocks-border .content-block__image {
  display: block;
  position: relative;
}
.content-blocks-border .content-block__image::after {
  background: red;
  bottom: 0;
  content: "";
  display: block;
  height: 5px;
  position: absolute;
  width: 100%;
}

.content-blocks-border .content-blocks-border__item:nth-child(3n+1) .content-block__image::after {
  background: #ebab21;
}

.content-blocks-border .content-blocks-border__item:nth-child(3n+2) .content-block__image::after {
  background: #00838f;
}

.content-blocks-border .content-blocks-border__item:nth-child(3n+3) .content-block__image::after {
  background: #939;
}

/*------------------------------------*\
    #MAP
\*------------------------------------*/
/**
 * Hero map component
 */
.map {
  display: none;
  width: 100%;
}
.map.map--loaded {
  display: block;
  height: 500px;
  margin-bottom: 40px;
}
.map .marker-label {
  color: #363b3b;
  font-size: 1.2rem;
  font-weight: bold;
}

/*------------------------------------*\
    #MAP-MARKER
\*------------------------------------*/
/**
 * Map marker icon with text overlaid with
 * text (number/letter).
 */
.map-marker {
  display: inline-block;
  position: relative;
}
.map-marker .map-marker__icon {
  font-size: 3.7333333333rem;
}
.map-marker .map-marker__char {
  font-family: sans-serif;
  font-size: 1.3333333333rem;
  font-weight: bold;
  left: 18px;
  position: absolute;
  top: 7px;
  width: 20px;
}

/*------------------------------------*\
    #TIP
\*------------------------------------*/
/**
 * Component which contains a 'tip' (see section template).
 * This is pretty badly named, revisit this.
 */
.tip {
  background: #525052;
  color: #fff;
  margin-bottom: 40px;
  padding: 50px;
}

.tip__inner {
  padding-left: 120px;
  position: relative;
}
.tip__inner::before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea05";
  font-size: 5.7333333333rem;
  left: 0;
  position: absolute;
  top: 0;
}

.tip__heading {
  margin: 0;
}

/*------------------------------------*\
    #TIP-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .tip {
    padding: 20px;
  }
}
/*------------------------------------*\
    #CTA-IMAGE-BLOCK
\*------------------------------------*/
.cta-image-block {
  display: table;
  width: 100%;
}

.cta-image-block__image,
.cta-image-block__content {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}

.cta-image-block__content {
  padding: 0 30px;
  text-align: center;
}

.cta-image-block__image img {
  display: block;
}

.cta-image-block__heading {
  margin: 0;
}

.cta-image-blocks .cta-image-block {
  border-top: 1px solid #d9d9d9;
  padding: 60px 0;
}
.cta-image-blocks .cta-image-block:first-child {
  border: 0;
}

/**
 * Greater than tablet.
 */
@media screen and (min-width: 700px) {
  .cta-image-block--reverse,
.cta-image-block:nth-child(even) {
    direction: rtl;
  }
  .cta-image-block--reverse .cta-image-block__content,
.cta-image-block--reverse .cta-image-block__image,
.cta-image-block:nth-child(even) .cta-image-block__content,
.cta-image-block:nth-child(even) .cta-image-block__image {
    direction: ltr;
  }
}
/*------------------------------------*\
    #CTA-IMAGE-BLOCK-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .cta-image-block__image {
    display: table-header-group;
  }
  .cta-image-block__content {
    padding: 20px 0 0;
  }
  .cta-image-blocks .cta-image-block {
    padding: 30px 0;
  }
}
/*------------------------------------*\
    #SELECT
\*------------------------------------*/
/**
 * custom <select /> dropdown menu.
 * JS: components/customSelect
 *
 * Extends base/_forms.scss
 */
.select {
  height: 46px;
  max-width: 100%;
  position: relative;
  width: 300px;
}
.select.select--inline {
  display: inline-block;
  width: auto;
}

.select__selected {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  border: 1px solid #d9d9d9;
  color: #363b3b;
  display: block;
  height: 46px;
  line-height: 41px;
  margin: 0;
  overflow: hidden;
  padding: 0 45px 0 20px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
  z-index: 1;
  /**
   * Some of them can have icons in them :/
   *
   * 1. Some of the icons render weird so we need
   * to alter their sizes individually.
   */
}
.select__selected::after {
  content: "▼";
  font-size: 0.6666666667rem;
  height: 0.6666666667rem;
  line-height: 1;
  margin-top: -5px;
  position: absolute;
  right: 20px;
  top: 50%;
}
.select--dark .select__selected {
  background: #525052;
  border: 3px solid #fff;
  color: #fff;
}
.select--grey .select__selected {
  background: #f1f1f1;
  border: 0;
}
.select--grey .select__selected::after {
  color: #a41a31;
}
.select--icon .select__selected {
  padding-left: 30px;
}
.select__selected .icon {
  font-size: 1.3333333333rem;
  left: 10px;
  position: absolute;
  top: 11px;
}
.select__selected .icon.icon--adult {
  font-size: 1.8666666667rem;
  top: 7px;
}
.select__selected .icon.icon--child {
  font-size: 1.4666666667rem;
}

/**
 * 1. The z-index will allow the <select /> to sit over the `.select__selected` element
 * but the opacity will hide it.
 */
.js .select select,
.js .select .select__select {
  -webkit-appearance: menulist-button;
     -moz-appearance: menulist-button;
          appearance: menulist-button;
  border: 0;
  display: block;
  height: 46px;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

/**
 * Select group.
 */
.select-group {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.select-group .select-group__select {
  display: table-cell;
}
.select-group .select-group__select .select__selected {
  text-overflow: initial;
}
.select-group .select__selected {
  border: 1px solid #fff;
}

/*------------------------------------*\
    #SELECT-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .select {
    width: 100%;
  }
}
/*------------------------------------*\
    #CHECKBOX
\*------------------------------------*/
/**
 * Custom checkbox and radio buttons.
 *
 * Example Usage:
 * <label class="checkbox">
 *      <input type="checkbox" name="checkbox" value="2" class="checkbox__input" />
 *      <span class="checkbox__label">This is a label</span>
 * </label>
 */
.checkbox {
  height: 30px;
  margin: 10px 0;
  position: relative;
}
.form .checkbox {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-weight: normal;
}
.form--umbraco .checkbox {
  height: 30px;
}

.checkbox__label {
  line-height: 30px;
  padding-left: 40px;
}
.checkbox__label::before {
  background: #fff;
  border: 2px solid #d9d9d9;
  content: "";
  cursor: pointer;
  display: block;
  height: 30px;
  left: 0;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 30px;
}

.checkbox__input {
  left: 8px;
  position: absolute;
  top: 9px;
}
.checkbox__input:focus {
  outline: 0;
}
.checkbox__input:checked + .checkbox__label::before {
  content: "\\ea25";
  font-family: "icons";
  font-size: 1.2rem;
}

/**
 * Alternate styles for radio (circular) control.
 */
.checkbox--radio .checkbox__label::before {
  border-radius: 100%;
}
.checkbox--radio .checkbox__input:checked + .checkbox__label::before {
  content: "\ea0e";
}

/*------------------------------------*\
    #CHECKBOX-BLOCK
\*------------------------------------*/
/**
 * `.checkbox-block {}`
 *
 * Block style layout for checkbox/radio controls.
 * See flight type filter on the route map for example usage.
 */
.checkbox-block {
  display: inline-table;
}

.checkbox-block__label {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #363b3b;
  color: #fff;
  cursor: pointer;
  display: table-cell;
  font-size: 1rem;
  height: 100%;
  padding: 0 5px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  z-index: 4;
}

.checkbox-block__input {
  display: none;
}
.checkbox-block__input:checked + .checkbox-block__label {
  background: #fff;
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.1);
  color: #363b3b;
}
.checkbox-block__input:checked + .checkbox-block__label::before {
  background: #fff;
  box-shadow: -2px -2px 3px rgba(0, 0, 0, 0.1);
  content: "";
  height: 32px;
  left: 50%;
  margin-left: -16px;
  position: absolute;
  top: -16px;
  transform: rotate(45deg);
  width: 32px;
  z-index: -1;
}

@media screen and (max-width: 699px) {
  .checkbox-block__label {
    font-size: 0.8666666667rem;
  }
  .checkbox-block__input:checked + .checkbox-block__label::before {
    height: 20px;
    margin-left: -10px;
    top: -10px;
    width: 20px;
  }
}
/*------------------------------------*\
    #CHECKBOX-ICON
\*------------------------------------*/
/**
 * `.checkbox-icon {}`
 *
 * Another custom checkbox/radio control.
 * Circular shape with an icon inside.
 *
 * 1. It's best to set the font size and position
 * of the icon on a per element basis because all
 * our icons are different sizes :(
 */
.checkbox-icon {
  background: none;
  border: 0;
  display: inline-block;
  outline: 0;
  padding: 0;
  vertical-align: top;
}

.checkbox-icon__label {
  background-color: #fff;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 28px;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  height: 55px;
  padding: 0;
  text-align: center;
  width: 55px;
}

.checkbox-icon__input {
  display: none;
}
.checkbox-icon__input:checked + .checkbox-icon__label {
  border-color: #54687b;
}

/*------------------------------------*\
    #PAGINATION
\*------------------------------------*/
.pagination {
  padding: 20px 0 40px;
}

.pagination__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.pagination__item,
.pagination__link {
  display: inline-block;
}

.pagination__link {
  color: #363b3b;
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: 15px 18px;
  text-decoration: none;
}
.pagination__link.pagination__link--current {
  color: #a41a31;
}
.pagination__item--prev-next .pagination__link {
  background: #a41a31;
  color: #fff;
}
.pagination__item--prev-next .pagination__link .icon {
  font-size: 0.9333333333rem;
}

/*------------------------------------*\
    #PAGINATION-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .pagination__item {
    display: none;
  }
  .pagination__item.pagination__item--prev-next {
    display: inline-block;
    margin: 0 10px;
  }
}
/*------------------------------------*\
    #TABS
\*------------------------------------*/
/**
 * `.tabs {}` component.
 *
 * Uses JS (components/tabs) to show/hide blocks of content.
 */
/*------------------------------------*\
    #TABS-NAV
\*------------------------------------*/
.tabs-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*------------------------------------*\
    #TABS-PANE
\*------------------------------------*/
/**
 * 1. The JS will apply this selector to the parent element
 * once initialised.
 */
.js-tabs-loaded .tabs__pane {
  display: none;
}
.js-tabs-loaded .tabs__pane.current {
  display: block;
}

/*------------------------------------*\
    #FID
\*------------------------------------*/
/**
 * Live flight information components/template.
 */
/*------------------------------------*\
    #FID-PANEL
\*------------------------------------*/
/**
 * The wrapper around each FID type (arrivals/departures).
 */
.fid-panel {
  padding: 40px 0;
  position: relative;
}

.fid-panel__heading {
  margin: 0 0 40px;
}

@media screen and (max-width: 699px) {
  .fid-panel__heading {
    margin-bottom: 20px;
    text-align: center;
  }
}
/*------------------------------------*\
    #FID-PANEL-TOOLS
\*------------------------------------*/
/**
 * Refresh CTA and last uodated date/time.
 */
.fid__last-update {
  display: inline-block;
  padding-right: 10px;
}

@media screen and (min-width: 700px) {
  .fid-panel__tools {
    position: absolute;
    right: 0;
    top: 40px;
  }
  .fid-panel__form {
    display: inline-block;
  }
}
@media screen and (max-width: 699px) {
  .fid-panel__tools {
    text-align: center;
  }
  .fid__last-update {
    padding: 0 0 10px;
  }
}
/*------------------------------------*\
    #FID-DAY
\*------------------------------------*/
.fid__day {
  margin: 0 0 40px;
}
.fid__day.loading {
  position: relative;
}
.fid__day.loading::after {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fid-loading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: url(../svg/loader.svg) no-repeat 50% 0;
  color: #fff;
  display: none;
  left: 50%;
  min-height: 38px;
  padding-top: 48px;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 3;
}

.fid-day__heading {
  background: #363b3b;
  color: #fff;
  font-size: 1.3333333333rem;
  margin: 0 0 10px;
  padding: 30px 20px;
  text-align: center;
}

/*------------------------------------*\
    #FID-FILTERS
\*------------------------------------*/
.fid__filters {
  background: #525052;
  padding-bottom: 30px;
  text-align: center;
}
.fid__filters .select {
  margin: 0 auto;
}

html.js .js-fid-filters-button {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

/*------------------------------------*\
    #FID-TABS
\*------------------------------------*/
/**
 * 1. Only apply the border to the top level tabs nav, this tabs
 * component has tabs inside of it and we don't want borders on those.
 *
 * 2. Add a bit extra padding at the bottom to account
 * for the triangle.
 */
.tabs--fid > .tabs-nav {
  border-bottom: 2px solid #484648;
}
.tabs--fid .tabs-nav {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #525052;
  font-size: 1.3333333333rem;
  padding: 30px 0 35px;
  text-align: center;
}
.tabs--fid .tabs-nav__item,
.tabs--fid .tabs-nav__link {
  display: inline-block;
  position: relative;
}
.tabs--fid .tabs-nav__item.current::after,
.tabs--fid .tabs-nav__link.current::after {
  height: 0;
  width: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #525052;
  content: "";
  display: block;
  left: 50%;
  margin-left: -7px;
  position: absolute;
}
.tabs--fid .tabs-nav__item {
  margin: 0 20px;
}
.tabs--fid .tabs-nav__item::after {
  bottom: -1px;
}
.tabs--fid .tabs-nav__link {
  border-bottom: 5px solid #a1a4a4;
  color: #a1a4a4;
  padding: 0 5px 5px;
  text-decoration: none;
}
.tabs--fid .tabs-nav__link.current {
  border-color: #fff;
  color: #fff;
}
.tabs--fid .tabs-nav__link.current::after {
  border-top-color: #fff;
  bottom: -12px;
}

/*------------------------------------*\
    #FID-TABS-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .tabs--fid .tabs-nav {
    font-size: 1.2rem;
  }
  .tabs--fid .tabs-nav__item {
    margin: 0 5px;
  }
}
/*------------------------------------*\
    #FID-ERROR
\*------------------------------------*/
.fid-error {
  background: #363b3b;
  color: #fff;
  margin-top: 40px;
  padding: 40px 40px 60px;
  text-align: center;
}
.fid-error .fid-error__icon {
  color: #a41a31;
  font-size: 2.9333333333rem;
}
.fid-error .fid-error__heading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}
.fid-error .fid-error__sub-heading {
  font-size: 1.2rem;
  margin: 20px 0 0;
}
.fid-error .fid-error__form {
  margin-top: 40px;
}

/*------------------------------------*\
    #FID-MERSEY-TRAVEL
\*------------------------------------*/
/**
 * Alternate version of the FID component used on larger screens by
 * Mersey Travel.
 */
.fid--mersey-travel {
  font-size: 1.8666666667rem;
}
.fid--mersey-travel .fid-day__heading,
.fid--mersey-travel .fid-table thead th,
.fid--mersey-travel .fid-table thead td {
  font-size: 1.8666666667rem;
}

/*------------------------------------*\
    #FID-TABLE
\*------------------------------------*/
/**
 * Live flight information table/listing component.
 */
.fid-table {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background-color: #363b3b;
  color: #fff;
  width: 100%;
}
.fid-table th,
.fid-table td {
  padding: 15px 20px;
  text-align: left;
}
.fid-table thead {
  border-bottom: 1px solid #fff;
}
.fid-table thead th,
.fid-table thead td {
  font-size: 1.2rem;
  padding: 20px;
}
.fid-table tbody tr:nth-child(2n) {
  background-color: #8c8f8f;
}
.fid-table tbody tr.fid-table__row--blue {
  color: #54d5ff;
}
.fid-table tbody tr.fid-table__row--orange {
  color: #f7c609;
}
.fid-table tbody tr.fid-table__row--red {
  color: #f24b4b;
}

/*------------------------------------*\
    #FID-TABLE-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .fid-table thead {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  .fid-table tbody tr,
.fid-table tbody td,
.fid-table tbody th {
    display: block;
    font-size: 0.8666666667rem;
  }
  .fid-table tbody tr {
    height: 80px;
    position: relative;
    width: 100%;
  }
  .fid-table tbody td {
    padding: 0;
    position: absolute;
    top: 0;
  }
  .fid-table tbody td:nth-child(3) {
    padding: 0 10px;
    top: 28px;
    width: 70px;
  }
  .fid-table tbody td:nth-child(5) {
    padding: 0 10px;
    right: 0;
    top: 18px;
    width: 100px;
  }
  .fid-table tbody td:nth-child(1), .fid-table tbody td:nth-child(2) {
    left: 70px;
    right: 100px;
  }
  .fid-table tbody td:nth-child(2) {
    top: 18px;
  }
  .fid-table tbody td:nth-child(1) {
    top: 39px;
  }
  .fid-table tbody td:nth-child(4) {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
}
/*------------------------------------*\
    #EDITOR-CONTENT
\*------------------------------------*/
/**
 * Styles for HTML created by the author/user for pages.
 */
.editor-content table {
  border: 1px solid #363b3b;
  margin: 30px 0;
  width: 100%;
}
.editor-content table th,
.editor-content table td {
  border: 1px solid #363b3b;
  border-width: 0 1px 1px 0;
  padding: 10px;
}
.editor-content table tr:first-child,
.editor-content table thead {
  background: #cdcdcd;
  font-weight: bold;
}
.editor-content .fluidvids {
  margin: 30px 0;
}
.editor-content > h1,
.editor-content > h2 {
  margin-top: 0;
}
.theme--csr .editor-content {
  color: #727777;
}
.theme--csr .editor-content a {
  color: #00838f;
}

/*------------------------------------*\
    #ARTICLE
\*------------------------------------*/
/**
 * `.article {}` component.
 * Extends `components/_content-block.scss`
 */
.article__date {
  color: #a1a4a4;
}

.article .content-block__heading {
  font-size: 1.6rem;
  margin-top: 0;
}
.article.content-block .article__image {
  margin-bottom: 20px;
}

/**
 * Article text listing.
 *
 * Listing of articles/news/content that can contain a heading,
 * optional <time /> and an excerpt.
 */
.article-listing {
  margin: 0 0 30px;
}

.article-listing__heading {
  font-family: "Helvetica Neue", helvetica, arial, sans-serif;
  font-size: 1rem;
  -moz-osx-font-smoothing: inherit;
  -webkit-font-smoothing: inherit;
  font-weight: normal;
  margin: 0;
}
.article-listing__heading a {
  color: #363b3b;
  text-decoration: none;
}
.theme--dark .article-listing__heading a {
  color: #a9afaf;
}
.theme--csr .theme--dark .article-listing__heading a {
  color: #fff;
}

.article-listing__date {
  font-size: 0.8666666667rem;
}
.theme--dark .article-listing__date {
  color: #787478;
}
.theme--csr .theme--dark .article-listing__date {
  color: #fff;
}

/*------------------------------------*\
    #TAGS
\*------------------------------------*/
.tags {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tags__item,
.tags__link {
  display: inline-block;
}

.tags__item {
  margin: 5px;
}

.tags__link {
  background: #a1a4a4;
  color: #fff;
  padding: 12px 30px;
  text-decoration: none;
}
.tags__link.tags__link--current, .tags__link:hover {
  background: #a41a31;
}
.tags--secondary .tags__link {
  padding: 7px 15px;
}
.tags__link[data-count="0"] {
  background: #efefef;
}

/*------------------------------------*\
    #RESULT-LISTING
\*------------------------------------*/
/**
 * Generic listing component used for search results.
 */
.result-listing {
  list-style: none;
  margin: 0;
  padding: 0;
}

.result-listing__item {
  margin: 40px 0;
}

.result-listing__heading {
  margin: 0;
}
.result-listing__heading a {
  color: #363b3b;
  text-decoration: none;
}
.result-listing__heading a:hover {
  color: #a41a31;
}

.result-listing__excerpt {
  margin-top: 20px;
}

/*------------------------------------*\
    #DEFINITION-LIST-INLINE
\*------------------------------------*/
/**
 * <dl /> component which displays <dd /> and <dt /> inline.
 */
.dl--inline dt,
.dl--inline dd {
  display: inline;
  margin: 0;
}

/*------------------------------------*\
    #DEFINITION-LIST-INLINE-BLOCK
\*------------------------------------*/
/**
 * <dl /> component which displays <dd /> and <dt /> inline-block.
 */
.dl--inline-block dt,
.dl--inline-block dd {
  display: inline-block;
  margin: 0;
}

/*------------------------------------*\
    #DEFINITION-LIST-GROUP
\*------------------------------------*/
/**
 * Wrapper for group of <dl />
 */
.dl-group {
  margin-bottom: 25px;
}
.dl-group .dl-group__heading {
  font-weight: bold;
  margin-bottom: 5px;
}
.dl-group dl {
  margin: 0 0 5px;
}
.dl-group dt {
  font-weight: bold;
}

/*------------------------------------*\
    #DEFINITION-LIST-ALIGNED-DD
\*------------------------------------*/
/**
 * <dl /> component which displays <dt /> vertically aligned
 */
.dl--aligned-dd dt {
  width: 150px;
}

/*------------------------------------*\
    #LIST-3-COL
\*------------------------------------*/
/**
 * Split <ul> list into 4 columns, 4th is blank on desktop
 */
.list--4-col {
  margin: 25px 0;
  padding-left: 0;
}
.list--4-col::after {
  clear: both;
  content: "";
  display: table;
}
.list--4-col li {
  float: left;
  margin: 0 1em 5px;
  width: calc(25% - 2em);
}
.list--4-col li:nth-child(3n+1) {
  clear: left;
}

/*------------------------------------*\
    #LIST-3-COL-MEDIUM
\*------------------------------------*/
@media screen and (min-width: 700px) and (max-width: 959px) {
  .list--4-col li {
    width: calc(33.3% - 2em);
  }
}
/*------------------------------------*\
    #LIST-3-COL-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .list--4-col li {
    float: none;
    width: 100%;
  }
}
/*------------------------------------*\
    #SIDEBAR
\*------------------------------------*/
/**
 * Sidebar for displaying content connected tangentially to main content
 */
.sidebar__logo {
  display: block;
}

.sidebar__section {
  margin-bottom: 35px;
}

/*------------------------------------*\
    #SIDEBAR-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .sidebar__logo {
    margin: 0 auto;
  }
}
/*------------------------------------*\
    #HORIZONTAL-RULE
\*------------------------------------*/
/**
 * <hr> element for dividing sections
 */
.hr {
  background-color: #525052;
  color: #525052;
  margin: 40px 0;
}

.gallery + .hr {
  margin-top: -20px;
}

/*------------------------------------*\
    #HORIZONTAL-RULE-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .gallery + .hr {
    margin-top: -10px;
  }
}
/*------------------------------------*\
    #IMAGE-GALLERY
\*------------------------------------*/
/**
 * Image gallery page/component.
 */
.gallery {
  margin: 30px 0;
}

.hr + .gallery {
  margin-top: 15px;
}

.gallery__item {
  background: #fff;
  display: block;
  margin-bottom: 30px;
  padding: 10px;
  text-decoration: none;
}
.gallery__item img {
  display: block;
}

.gallery__content {
  text-align: center;
}

/*------------------------------------*\
    #IMAGE-GALLERY-NO-PADDING
\*------------------------------------*/
/**
 * Image gallery: items have no border/padding
 */
.gallery--no-padding .gallery__item {
  padding: 0;
}

/*------------------------------------*\
    #IMAGE-GALLERY-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .gallery__item {
    margin-bottom: 20px;
    padding: 5px;
  }
}
/*------------------------------------*\
    #MODAL
\*------------------------------------*/
/**
 * Modal window component.
 *
 * Extends plugins/_magnific-popup.scss
 */
.modal.mfp-bg {
  background: #000;
}

/*------------------------------------*\
    #GALLERY-MODAL
\*------------------------------------*/
/**
 * Gallery type modal windows.
 * Used on gallery template (pages/gallery.html).
 *
 * 1. Only show the image once it's fully loaded.
 */
.modal--gallery .mfp-img {
  padding: 0;
}
.modal--gallery .mfp-figure {
  opacity: 0;
}
.modal--gallery.mfp-image-loaded .mfp-figure {
  opacity: 1;
}
.modal--gallery .gallery__arrow {
  background: none;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  margin-top: -80px;
  opacity: 0.5;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 50%;
}
.modal--gallery .gallery__arrow.gallery__arrow--left {
  left: 20px;
}
.modal--gallery .gallery__arrow.gallery__arrow--right {
  right: 20px;
}
.modal--gallery .gallery__arrow .icon {
  font-size: 5.3333333333rem;
}
.modal--gallery .gallery__arrow:hover, .modal--gallery .gallery__arrow:focus {
  opacity: 0.8;
}
.modal--gallery .mfp-close {
  font-size: 1rem;
  height: auto;
  line-height: 15px;
  opacity: 1;
  outline: inherit;
  padding: 0;
  right: 0;
  text-align: center;
  width: auto;
}
.modal--gallery .gallery__close {
  background: #a41a31;
  color: #fff;
  height: 45px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
}
.modal--gallery .gallery__close .icon {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal--gallery .mfp-preloader {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}
.modal--gallery .mfp-bottom-bar {
  margin-top: 0;
}
.modal--gallery .mfp-title {
  padding: 10px 0 0;
}

/*------------------------------------*\
    #GALLERY-MODAL-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .modal--gallery .gallery__arrow {
    display: none;
  }
}
/*------------------------------------*\
    #BLACKOUT
\*------------------------------------*/
/**
 * Styles for the blackout (with/without access) template.
 */
.blackout {
  margin: 80px 0;
  text-align: center;
}

.blackout__logo {
  margin: 0 auto 30px;
}

.blackout__heading,
.blackout__date {
  margin: 0;
  padding: 0;
}

.blackout__header {
  margin: 0 0 30px;
}

.blackout__footer {
  margin: 30px 0 0;
}

.blackout__heading {
  font-size: 2.5333333333rem;
  margin-bottom: 15px;
}

/*------------------------------------*\
    #BLACKOUT-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .blackout {
    margin: 30px 0;
  }
}
/*------------------------------------*\
    #REVIEW
\*------------------------------------*/
/**
 * Review element used to display reviews
 * from the reviews.co.uk API.
 */
.review__header {
  display: table;
}

.review__user,
.review__rating {
  display: table-cell;
  padding: 0 10px;
  vertical-align: top;
}

.review__user {
  padding-left: 0;
  text-align: center;
}
.review__user .icon {
  color: #fff;
  display: block;
  font-size: 2.6666666667rem;
  margin-bottom: 5px;
}

.review__rating {
  padding-top: 5px;
}

/*------------------------------------*\
    #STAR-RATING
\*------------------------------------*/
.star-rating {
  width: 100%;
}

.star-rating__amount {
  position: relative;
}
.star-rating__amount::after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 1.4666666667rem;
  left: 0;
  letter-spacing: 2px;
  position: absolute;
  top: 100%;
}
.star-rating--0 .star-rating__amount::after {
  content: "\ea24\ea24\ea24\ea24\ea24";
}
.star-rating--1 .star-rating__amount::after {
  content: "\ea23\ea24\ea24\ea24\ea24";
}
.star-rating--2 .star-rating__amount::after {
  content: "\ea23\ea23\ea24\ea24\ea24";
}
.star-rating--3 .star-rating__amount::after {
  content: "\ea23\ea23\ea23\ea24\ea24";
}
.star-rating--4 .star-rating__amount::after {
  content: "\ea23\ea23\ea23\ea23\ea24";
}
.star-rating--5 .star-rating__amount::after {
  content: "\ea23\ea23\ea23\ea23\ea23";
}

/*------------------------------------*\
    #VIDEO-PLACEHOLDER
\*------------------------------------*/
.video-placeholder {
  display: block;
  position: relative;
}
.video-placeholder::after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 100%;
  color: #fff;
  content: "\ea1d";
  display: block;
  font-size: 2.6666666667rem;
  height: 66px;
  left: 50%;
  margin-left: -33px;
  margin-top: -33px;
  padding: 12px 0 0 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 66px;
}

/*------------------------------------*\
    #PARKING
\*------------------------------------*/
/**
 * Basic styling for the parking block
 */
.parking {
  margin-bottom: 20px;
  margin-top: 20px;
}

.parking__heading {
  text-align: center;
}

.parking__content {
  color: #a1a4a4;
  text-align: center;
}

/*------------------------------------*\
    #PARKING-FORM
\*------------------------------------*/
/**
 * Extends /components/_form.scss` and '/base/_forms.scss'
 */
.form--parking {
  /**
   * Bigger labels for great justice
   */
  /**
   * Custom calendar picker for the parking form
   */
  /**
   * Select boxes should span full width of grid column
   */
  /**
   * Custom red selects used only on the parking form
   */
}
.form--parking label {
  font-size: 1.3333333333rem;
}
.form--parking .form__field--parking-calendar .icon {
  background: #a41a31;
  bottom: auto;
  color: #fff;
  height: 46px;
  line-height: 46px;
  right: 0;
  text-align: center;
  top: 31px;
  width: 46px;
}
.form--parking .select.select--inline {
  display: inline-block;
  width: 100%;
}
.form--parking .select__selected {
  border: 0;
  padding: 0 65px 0 20px;
}
.form--parking .select__selected::after {
  background: #a41a31;
  color: #fff;
  height: 46px;
  line-height: 46px;
  margin: 0;
  right: 0;
  text-align: center;
  top: 0;
  width: 45px;
}

/*------------------------------------*\
    #PARKING-FORM-GRID-ADJUSTMENTS
\*------------------------------------*/
@media screen and (min-width: 700px) {
  .form-grid.form-grid--parking {
    table-layout: fixed;
  }
}
@media screen and (max-width: 699px) {
  .form-grid.form-grid--parking > .form-grid__row {
    margin: 30px 0;
  }
}
/*------------------------------------*\
    #SPECIAL-PARKING-ONLY-MOBILE-GRID-FORM
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .form-grid--mobile {
    display: table;
    width: 100%;
  }
  .form-grid--mobile.form-grid--parking {
    table-layout: fixed;
  }
  .form-grid--mobile .form-grid__row {
    display: table-row;
  }
  .form-grid--mobile .form-grid__cell {
    display: table-cell;
    padding: 0 10px;
    width: 50%;
  }
  .form-grid--mobile .form-grid__cell:first-child {
    padding-left: 0;
  }
  .form-grid--mobile .form-grid__cell:last-child {
    padding-right: 0;
  }
  .form-grid--mobile .form-grid__cell.form-grid__cell--one-third {
    width: 33.3333333333%;
  }
  .form-grid--mobile .form-grid__cell.form-grid__cell--two-third {
    width: 66.6666666667%;
  }
}
/*------------------------------------*\
    #PARKING-INFO
\*------------------------------------*/
/**
 * Sidebar information for the parking form.
 */
.parking-info {
  background: #525052;
  color: #fff;
}

.parking-info__heading {
  margin: 0;
  padding: 20px 20px 15px;
  position: relative;
  text-align: center;
}
.parking-info__heading:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea1c";
  display: block;
  font-size: 2.6666666667rem;
  margin-bottom: 10px;
}

.parking-info__perks {
  list-style: none;
  margin: 0;
  padding: 0;
}

.parking-info__perk {
  border-top: 1px solid #c2c2c2;
  font-size: 1.3333333333rem;
  line-height: 1;
  padding: 15px 20px 15px 65px;
  position: relative;
}
.parking-info__perk:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 2rem;
  left: 20px;
  margin-top: -1rem;
  position: absolute;
  top: 50%;
}

/**
 * Styles to add icons to the individual parking perks...
 */
.parking-info__perk--walk:before {
  content: "\ea2a";
}

.parking-info__perk--keys:before {
  content: "\ea17";
}

.parking-info__perk--secure:before {
  content: "\ea21";
}

.parking-info__perk--value:before {
  content: "\ea29";
}

/*------------------------------------*\
    #PARKING-INFO-MEDIUM
\*------------------------------------*/
/**
 * Change the layout of the parking info box to fit better on medium-sized screens
 */
@media screen and (min-width: 700px) and (max-width: 959px) {
  .parking-info {
    display: table;
    margin-top: 20px;
  }
  .parking-info__inner {
    display: table-row;
  }
  .parking-info__heading,
.parking-info__perks {
    display: table-cell;
  }
  .parking-info__heading {
    vertical-align: middle;
  }
  .parking-info__perks {
    border-left: 1px solid #c2c2c2;
    vertical-align: top;
  }
  .parking-info__perk:first-child {
    border-top: 0;
  }
}
/*------------------------------------*\
    #PARKING-INFO-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .parking-info {
    margin-top: 30px;
  }
}
/*------------------------------------*\
    #NEW PARKING FORM
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .pre-book-wrapper,
.parking-reviews {
    margin-left: 0;
    margin-right: 0;
  }
}
.pre-book-wrapper {
  background-color: white;
  margin-left: 0;
  margin-right: 0;
  margin-top: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 699px) {
  .pre-book-wrapper {
    padding-top: 5px;
  }
}
@media screen and (max-width: 1100px) {
  .pre-book-wrapper .custom-span-6 {
    width: 100%;
  }
}
.pre-book-wrapper .form__field button {
  float: right;
}
.pre-book-wrapper .form-grid .form__field {
  margin: 0 0 5px;
}
.pre-book-wrapper .form-grid .form-grid__row:first-child {
  margin-bottom: -20px;
}
.pre-book-wrapper .form--parking {
  margin-top: 20px;
}
@media screen and (max-width: 699px) {
  .pre-book-wrapper .form--parking {
    padding: 20px;
  }
  .pre-book-wrapper .form--parking button {
    float: none;
  }
}
.pre-book-wrapper .form--parking .form__field--parking-calendar .icon {
  top: 20px;
}
.pre-book-wrapper .form--parking .form-grid label {
  font-size: 0.8em;
}
.pre-book-wrapper .form--parking .form-grid input {
  background-color: #F1F1F1;
}
.pre-book-wrapper .form--parking .form-grid .select__selected {
  background-color: #F1F1F1;
}
.pre-book-wrapper h2 {
  text-align: center;
  font-size: 2.4em;
}
@media screen and (max-width: 699px) {
  .pre-book-wrapper h2 {
    font-size: 2em;
    padding: 20px;
  }
  .pre-book-wrapper h2 img {
    display: block;
    margin: 0 auto !important;
    margin-bottom: 10px !important;
  }
}
.pre-book-wrapper h2 img {
  margin-right: 10px;
  vertical-align: top;
}
.pre-book-wrapper ul li {
  font-size: 1.2em;
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
}

.parking-reviews {
  background-color: #373b3c;
  padding: 25px 0;
  color: white;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
}
.parking-reviews .parking-reviews-row {
  height: 100%;
}
.parking-reviews .parking-reviews-row:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.parking-reviews .parking-reviews-row .parking-review-general-col {
  float: left;
  height: 50px;
  text-align: center;
}
@media screen and (max-width: 699px) {
  .parking-reviews .parking-reviews-row .parking-review-general-col {
    height: 80px;
  }
  .parking-reviews .parking-reviews-row .parking-review-general-col:after {
    content: "";
    border-bottom: 1px solid #808485;
    width: 50px;
    height: 1px;
    display: block;
    margin: 0 auto;
  }
}
.parking-reviews .parking-reviews-row .parking-review-general-col .table-row {
  display: table;
  height: 100%;
  width: 100%;
}
.parking-reviews .parking-reviews-row .parking-review-general-col .table-row .review-by {
  text-align: left;
  display: table-cell;
  width: 50%;
}
@media screen and (max-width: 1300px) {
  .parking-reviews .parking-reviews-row .parking-review-general-col .table-row .review-by {
    text-align: center !important;
  }
}
.parking-reviews .parking-reviews-row .parking-review-general-col .table-row .parking-info__rating {
  text-align: left;
  display: table-cell;
  width: 50%;
}
@media screen and (max-width: 1300px) {
  .parking-reviews .parking-reviews-row .parking-review-general-col .table-row .parking-info__rating {
    text-align: left;
  }
}
.parking-reviews .parking-reviews-row .parking-review-general-col .table-row .overall-rating-reviews {
  display: table-cell;
  vertical-align: middle;
}
.parking-reviews .parking-reviews-row .parking-review-general-col .table-row h3 {
  display: table-cell;
  vertical-align: middle;
}
.parking-reviews .parking-reviews-row .parking-review-general-col .table-row h4 {
  display: table-cell;
  vertical-align: bottom;
}
.parking-reviews .parking-reviews-row .parking-review-general-col .table-row h4 img {
  margin-right: 10px;
}
@media screen and (max-width: 699px) {
  .parking-reviews .parking-reviews-row .parking-review-general-col .table-row h4 {
    vertical-align: middle;
  }
}
.parking-reviews .review-rating-wrapper {
  text-align: left;
  padding: 0 2%;
  border-right: 1px solid #808485;
  border-left: 1px solid #808485;
  width: 25%;
}
@media screen and (max-width: 1300px) {
  .parking-reviews .review-rating-wrapper {
    padding: 0 4%;
    width: 30%;
  }
}
@media screen and (max-width: 1100px) {
  .parking-reviews .review-rating-wrapper {
    border-right: none;
    border-left: none;
    width: 50%;
  }
}
@media screen and (max-width: 699px) {
  .parking-reviews .review-rating-wrapper {
    padding-top: 20px;
    width: 100%;
  }
}
.parking-reviews .review-rating-wrapper p {
  margin: 0;
  padding: 0;
}
.parking-reviews .average-rating-overall-wrapper {
  width: 21%;
  margin-left: 4%;
}
@media screen and (max-width: 1100px) {
  .parking-reviews .average-rating-overall-wrapper {
    margin-left: 0;
    width: 50%;
  }
}
@media screen and (max-width: 699px) {
  .parking-reviews .average-rating-overall-wrapper {
    width: 100%;
  }
}
.parking-reviews .average-rating-overall-wrapper .overall-rating-reviews p {
  text-align: left;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1100px) {
  .parking-reviews .average-rating-overall-wrapper .overall-rating-reviews p {
    text-align: center;
  }
}
.parking-reviews .read-all-reviews-wrapper {
  width: 25%;
}
.parking-reviews .read-all-reviews-wrapper:after {
  border: none !important;
}
@media screen and (max-width: 1100px) {
  .parking-reviews .read-all-reviews-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 699px) {
  .parking-reviews .read-all-reviews-wrapper {
    width: 100%;
  }
}
.parking-reviews .read-all-reviews-wrapper h4 {
  padding: 0;
  margin: 0;
}
.parking-reviews .read-all-reviews-wrapper h4 a {
  color: #e5e8e8;
}
.parking-reviews .air-port-parking-wrapper {
  width: 25%;
}
@media screen and (max-width: 1300px) {
  .parking-reviews .air-port-parking-wrapper {
    width: 20%;
  }
}
@media screen and (max-width: 1100px) {
  .parking-reviews .air-port-parking-wrapper {
    width: 50%;
  }
}
@media screen and (max-width: 699px) {
  .parking-reviews .air-port-parking-wrapper {
    width: 100%;
  }
}
.parking-reviews .air-port-parking-wrapper h3 {
  margin: 0;
  padding: 0;
  color: white;
  font-size: 1.4em;
}
.parking-reviews .grey {
  color: #808485;
}
.parking-reviews .underline {
  text-decoration: underline;
}
.parking-reviews h3 {
  margin-top: 10px;
  color: white;
  text-align: center;
  color: #e5e8e8;
  font-size: 1.2em;
}
.parking-reviews h4 {
  font-size: 1em;
  text-decoration: underline;
  text-align: center;
}

/*------------------------------------*\
    #DATE-PICKER
\*------------------------------------*/
/**
 * Extends `/lib/plugins/pickadate.scss`
 */
.picker--ljla .picker__holder {
  z-index: 12;
}

/*------------------------------------*\
    #WALL
\*------------------------------------*/
/**
 * Isotope layout 'wall' component.
 * Uses: http://isotope.metafizzy.co/
 */
.wall {
  overflow: hidden;
  position: relative;
}

.wall-brick {
  width: calc((100% - (20px * 2)) / 3);
}

/*------------------------------------*\
    #WALL-MEDIUM
\*------------------------------------*/
@media screen and (min-width: 700px) and (max-width: 959px) {
  .wall-brick {
    width: calc((100% - (20px * 2)) / 2);
  }
}
/*------------------------------------*\
    #WALL-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .wall-brick {
    width: 100%;
  }
}
/*------------------------------------*\
    #LOADER
\*------------------------------------*/
/**
 * `.loader` loading indicator.
 */
.loader {
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
  border: 10px solid #f1f1f1;
  border-left-color: #a41a31;
  border-radius: 50%;
  height: 85px;
  margin: 0;
  position: relative;
  width: 85px;
}
.loader::after {
  border-radius: 50%;
  height: 100%;
  width: 100%;
}
.loader[data-theme=white] {
  border-bottom-color: #fff;
  border-right-color: #fff;
  border-top-color: #fff;
}
.loader.loader--30 {
  border-width: 4px;
  height: 30px;
  width: 30px;
}
.loader.loading, *[data-loading=true] .loader {
  -webkit-animation: animate-loader 0.9s infinite linear;
          animation: animate-loader 0.9s infinite linear;
}

@-webkit-keyframes animate-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*------------------------------------*\
    #FILTERS
\*------------------------------------*/
/**
 * Component used to layout filter options (`.select` components).
 */
@media screen and (min-width: 700px) {
  .filters {
    text-align: center;
  }
  .filters .filters__option {
    display: inline-block;
    padding: 0 10px;
  }
  .filters .filters__option .select {
    max-width: 100%;
  }
  .filters[data-options="1"] .filters__option {
    max-width: calc(100% / 1);
  }
  .filters[data-options="2"] .filters__option {
    max-width: calc(100% / 2);
  }
  .filters[data-options="3"] .filters__option {
    max-width: calc(100% / 3);
  }
  .filters[data-options="4"] .filters__option {
    max-width: calc(100% / 4);
  }
}
/*------------------------------------*\
    #FLIGHTS
\*------------------------------------*/
/**
 * Generic components specific to the flight booking
 * component (for now).
 */
.flights__app {
  margin-bottom: 40px;
}

@media screen and (max-width: 860px) {
  .flights__wrapper {
    box-sizing: border-box;
    max-width: 1366px;
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .flights__wrapper::after {
    clear: both;
    content: "";
    display: table;
  }
}
/**
 * Results wrapper.
 */
.flights__results {
  margin-top: 20px;
}

.flights-results__panel {
  display: none;
  transition: opacity 0.2s ease;
}
.flights-results__panel.show {
  display: block;
}

/**
 * Notifications.
 */
.flights__notification {
  background: #fff;
  border-top: 5px solid #f1f1f1;
  padding: 20px;
  text-align: center;
}

/**
 * Loading indictor.
 */
.flights__loader {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 20px;
}
.flights__loader .loader {
  margin: 0 auto;
}

/*------------------------------------*\
    #FLIGHT-FORM
\*------------------------------------*/
/**
 * Styles for flight booking form component.
 *
 * The layout for this is quite specific but if we ever make
 * more forms like this one, make it more generic.
 */
.flights-form {
  padding: 20px 0;
}
.flights-form label {
  font-size: 0.8rem;
}
.flights-form .select {
  width: 100%;
}
.flights-form .checkbox {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  margin: 15px 0 0;
}

/**
 * Flight date display.
 */
.flight-date-input {
  height: 118px;
  position: relative;
}

.flight-date-display {
  background: #f1f1f1;
  cursor: pointer;
  display: table;
  height: 118px;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.flight-date-display .flight-date__inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.flight-date-display span {
  display: block;
  font-size: 1.0666666667rem;
  text-align: center;
}
.flight-date-display span[data-param=date] {
  color: #a41a31;
  font-size: 3rem;
  line-height: 1;
  margin: 2px 0 4px;
}
.flight-date-display .flight-date__default {
  color: #a41a31;
  cursor: pointer;
  font-size: 2rem;
  line-height: 36px;
  text-align: center;
}
.flight-date-display.date-filled .flight-date__default {
  display: none;
}

/**
 * Origin/Destination airport switch/toggle.
 */
.flight-places {
  position: relative;
}
.flight-places .form__field:nth-child(1n) {
  margin-bottom: 0;
}
.flight-places .form__field:nth-child(2n) {
  margin-top: 5px;
}

.flight-places-switch {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background: #a41a31;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 40px;
  margin: -12px 0 0;
  position: absolute;
  right: 12px;
  top: 50%;
  width: 40px;
}
.flight-places-switch::after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  content: "\ea03";
  font-size: 1.0666666667rem;
  left: 10px;
  position: absolute;
  top: 11px;
}

.flights-form__footer {
  padding-top: 20px;
}

/**
 * Skyscanner Logo.
 */
.skyscanner-credit {
  color: #363b3b;
  display: block;
  font-size: 0.7333333333rem;
  font-style: italic;
  height: 23px;
  line-height: 27px;
  margin: 15px 0 0;
  padding-right: 103px;
  position: relative;
  text-align: right;
  text-decoration: none;
  vertical-align: bottom;
}

.skyscanner-credit__logo {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  height: 23px;
  position: absolute;
  right: 0;
  top: 0;
  width: 101px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min-resolution: 192dpi) {
  .skyscanner-credit__logo {
    background-image: url("../img/skyscanner@2x.png");
    background-size: 101px 23px;
  }
}
.skyscanner-terms {
  color: #868286;
  font-size: 0.8rem;
}

/**
 * >= Medium size viewport only.
 */
@media screen and (min-width: 700px) {
  .flights-form > .grid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .flights-form .form__field {
    margin: 0;
  }
  .flights-form .form__field--search {
    margin-top: 19px;
  }
}
/**
 * <= Small size viewport.
 */
@media screen and (max-width: 699px) {
  .flights-form {
    padding-top: 0;
  }
}
/*------------------------------------*\
    #FLIGHT-RESULT
\*------------------------------------*/
/**
 * `.flight` component.
 *
 * Extends `_flights.scss`
 *
 * Used to display results from the skyscanner flight booker
 * service.
 */
.flight,
.flights__no-results {
  transition: opacity 2s ease;
}

.flight {
  background-color: #fff;
  margin-bottom: 30px;
}

.flight-overview__col {
  padding: 20px;
}

.flight-overview__journey {
  margin-bottom: 30px;
}

/**
 * Flight Summary section.
 */
.flight-summary {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  text-align: center;
}
.flight-summary .loader {
  margin: 0 auto;
}

.flight-summary__price {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}

.flight-summary__notice {
  color: #525052;
  font-size: 0.8666666667rem;
}

/**
 * Flight result details section.
 */
.flight-detail {
  border-top: 2px solid #f1f1f1;
}
.flight-detail.open {
  border: 2px solid #a41a31;
  display: block;
}

.flight-detail__header {
  padding: 15px 0;
  position: relative;
  text-align: center;
}

.flight-detail__panel {
  display: none;
}

.flight-detail__toggle {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: none;
  border: 0;
  display: inline-block;
  margin: 0;
  outline: 0;
  padding: 0 20px;
  position: relative;
}
.flight-detail__toggle::after {
  content: "▼";
  font-size: 0.6666666667rem;
  height: 0.6666666667rem;
  line-height: 1;
  margin-top: -5px;
  position: absolute;
  right: 0;
  top: 50%;
}
.flight-detail.open .flight-detail__toggle {
  color: #a41a31;
}
.flight-detail.open .flight-detail__toggle::after {
  content: "▲";
}

/**
 * Flight share (social sharing).
 */
.flight-share {
  background: #fff;
  border: solid #f1f1f1;
  border-width: 0 0 0 2px;
  height: 50px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 50px;
  z-index: 10;
}
.flight-share .icon {
  font-size: 1.3333333333rem;
}
.flight-detail.open .flight-share {
  border-color: #a41a31;
  border-top-color: #f1f1f1;
  border-width: 2px 0 2px 2px;
  right: -2px;
  top: -2px;
}

/**
 * Description/info text block.
 */
.flight__description {
  padding: 20px;
}

/**
 * Flight result prices listing.
 */
.flight-prices {
  background-color: #363b3b;
  color: #fff;
  padding: 20px;
}
.flight-prices .flight-price {
  display: table;
  width: 100%;
}
.flight-prices .flight-price__agent,
.flight-prices .flight-price__price {
  display: table-cell;
  padding: 5px 20px;
}
.flight-prices .flight-price__agent:last-child,
.flight-prices .flight-price__price:last-child {
  text-align: right;
  width: 20%;
}
.flight-prices .flight-price__agent {
  color: #fff;
  text-decoration: none;
}

/**
 * Flight airline.
 */
.flight-airline {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  margin: 0 0 15px;
  min-height: 26px;
  padding-left: 60px;
  position: relative;
}

.flight-airline__image {
  height: 26px;
  left: 0;
  margin: -13px 0 0;
  position: absolute;
  top: 50%;
  width: auto;
}

.flight-airline__detail {
  margin: 0;
  padding: 0;
}

.flight-airline__description {
  color: #a1a4a4;
}

/**
 * >= Medium size viewport.
 */
@media screen and (min-width: 700px) {
  /**
   * Flight overview element.
   */
  .flight-overview {
    display: table;
    padding: 0;
    width: 100%;
  }
  .flight-overview__col {
    border-right: 2px solid #f1f1f1;
    display: table-cell;
    vertical-align: top;
  }
  .flight-overview__col:first-child {
    width: 70%;
  }
  .flight-overview__col:last-child {
    border-right: 0;
  }
  /**
   * Flight prices.
   */
  .flight-prices::after {
    clear: both;
    content: "";
    display: table;
  }
  .flight-prices .flight-price {
    border-right: 1px solid #404545;
    float: left;
  }
}
/**
 * Large Only.
 */
@media screen and (min-width: 960px) {
  /**
   * Flight prices.
   */
  .flight-prices .flight-price {
    width: 33%;
  }
  .flight-prices .flight-price:nth-child(3n) {
    border: 0;
  }
}
/**
 * Medium Only.
 */
@media screen and (min-width: 700px) and (max-width: 959px) {
  /**
   * Flight prices.
   */
  .flight-prices .flight-price {
    width: 50%;
  }
  .flight-prices .flight-price:nth-child(2n) {
    border: 0;
  }
}
/**
 * <= Small size viewport.
 */
@media screen and (max-width: 699px) {
  .flight-summary__price {
    font-size: 2rem;
  }
  .flight-overview__col {
    border-bottom: 2px solid #f1f1f1;
  }
  .flight-overview__col:last-child {
    border: 0;
  }
}
/*------------------------------------*\
    #FLIGHT-DAYS
\*------------------------------------*/
/**
 * Day listing/tabs for the flight booking
 * component.
 *
 * Extends `_flights.scss`
 */
.flights-days {
  background: #fff;
  border-top: 5px solid #f1f1f1;
  padding: 20px;
}

.flights-days-day {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #f1f1f1;
  color: #363b3b;
  text-decoration: none;
}
.flights-days .flights-days-day {
  cursor: pointer;
}
.flights-days-day[data-enabled=false] {
  cursor: default;
  opacity: 0.4;
}

.flight-days-day__date {
  font-size: 0.8rem;
}
.flight-days-day__date b {
  font-size: 1.0666666667rem;
}

.flight-days-day__count {
  font-size: 0.8rem;
}

.flight-days-day__cheapest {
  background: #a41a31;
  bottom: -2px;
  color: #fff;
  font-size: 0.8rem;
  left: -2px;
  padding: 1px 0 2px;
  position: absolute;
  right: -2px;
}

/**
 * >= Medium sized viewport.
 */
@media screen and (min-width: 700px) {
  .flights-days {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .flights-days-day {
    border: solid #fff;
    border-width: 5px;
    display: table-cell;
    outline: none;
    padding: 20px 10px;
    position: relative;
    text-align: center;
    transition: border-color 0.5s ease;
  }
  .flights-days-day::before {
    content: "";
    border: 2px solid #f1f1f1;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
  }
  .flights-days-day.selected::before {
    border-color: #a41a31;
  }
  .flights-days-day .loader {
    margin: 20px auto 0;
  }
  .flight-days-day__price,
.flight-days-day__count {
    display: block;
  }
  .flight-days-day__date {
    margin-bottom: 10px;
  }
  .flight-days-day__data span {
    margin: 10px 0;
  }
}
/**
 * <= Small sized viewport.
 *
 * 1. This isn't on the designs, not sure
 * if we're keeping it? :/
 */
@media screen and (max-width: 699px) {
  .flights-days {
    border-top: 0;
    display: none;
    padding-top: 0;
  }
  .flights-days.open {
    display: block;
  }
  .flights-days-day {
    display: table;
    margin-bottom: 3px;
    position: relative;
    width: 100%;
  }
  .flight-days-day__date,
.flight-days-day__data {
    display: table-cell;
    padding: 10px 20px;
    vertical-align: middle;
  }
  .flight-days-day__date {
    width: 35%;
  }
  .flight-days-day__data span {
    padding: 0 5px;
  }
  .flight-days-day__cheapest {
    display: none;
  }
  .flights-days-label {
    background: #fff;
    margin-top: 5px;
    padding: 20px;
  }
  .flights-days-label .flights-days-day::after {
    color: #a41a31;
    content: "▼";
    font-size: 0.6666666667rem;
    height: 0.6666666667rem;
    line-height: 1;
    margin-top: -5px;
    position: absolute;
    right: 20px;
    top: 50%;
  }
}
/*------------------------------------*\
    #FLIGHT-LEGS
\*------------------------------------*/
/**
 * A component to show an overview of the legs in
 * a flight.
 *
 * Extends `_flight-result.scss`
 */
.flight-legs {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  height: 80px;
  position: relative;
}
.flight-legs::after {
  clear: both;
  content: "";
  display: table;
}
.flight-legs::after {
  border-bottom: 1px dashed #ccc;
  content: "";
  display: block;
  height: 1px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
}

.flight-leg {
  float: left;
  height: 80px;
  position: relative;
  width: 100%;
}
.flight-leg::after {
  background: #a41a31;
  content: "";
  height: 4px;
  left: 20px;
  margin: -2px 0 0;
  position: absolute;
  right: 20px;
  top: 50%;
  z-index: 10;
}

.flight-leg-stop {
  bottom: 0;
  box-sizing: border-box;
  position: absolute;
  text-align: center;
  top: 0;
  width: 40px;
}
.flight-leg-stop::after {
  border-width: 4px;
  height: 30px;
  margin: -15px auto 0 -15px;
  width: 30px;
  background-color: #fff;
  border-color: #a41a31;
  border-radius: 50%;
  border-style: solid;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  z-index: 11;
}
.flight-leg-stop:first-child {
  left: 0;
}
.flight-leg-stop:last-child {
  right: 0;
}
.flight-leg-stop .flight-leg-stop__time {
  display: inline-block;
  font-size: 0.9333333333rem;
  padding-top: 43px;
}

/**
 * >= Medium Viewport.
 */
@media screen and (min-width: 700px) {
  .flight-legs[data-stops="1"] .flight-leg {
    width: 50%;
  }
  .flight-legs[data-stops="2"] .flight-leg {
    width: 33.333%;
  }
  .flight-leg-stop {
    padding: 0 10px;
    width: 60px;
  }
}
/**
 * <= Small Viewport.
 */
@media screen and (max-width: 699px) {
  .flight-legs:not([data-stops="0"]) .flight-leg-stop__airport,
.flight-legs:not([data-stops="0"]) .flight-leg-stop__time {
    visibility: hidden;
  }
  .flight-legs:not([data-stops="0"]) .flight-leg-stop::after {
    border-width: 2px;
    height: 20px;
    margin: -10px auto 0 -10px;
    width: 20px;
  }
  .flight-legs:not([data-stops="0"]) .flight-leg {
    width: 50%;
  }
  .flight-legs:not([data-stops="0"]) .flight-leg:first-child::after {
    right: 0;
  }
  .flight-legs:not([data-stops="0"]) .flight-leg:first-child .flight-leg-stop:first-child::after {
    border-width: 4px;
    height: 30px;
    margin: -15px auto 0 -15px;
    width: 30px;
  }
  .flight-legs:not([data-stops="0"]) .flight-leg:first-child .flight-leg-stop:first-child .flight-leg-stop__airport,
.flight-legs:not([data-stops="0"]) .flight-leg:first-child .flight-leg-stop:first-child .flight-leg-stop__time {
    visibility: visible;
  }
  .flight-legs:not([data-stops="0"]) .flight-leg:last-child::after {
    left: 40px;
  }
  .flight-legs:not([data-stops="0"]) .flight-leg:last-child .flight-leg-stop:last-child::after {
    border-width: 4px;
    height: 30px;
    margin: -15px auto 0 -15px;
    width: 30px;
  }
  .flight-legs:not([data-stops="0"]) .flight-leg:last-child .flight-leg-stop:last-child .flight-leg-stop__airport,
.flight-legs:not([data-stops="0"]) .flight-leg:last-child .flight-leg-stop:last-child .flight-leg-stop__time {
    visibility: visible;
  }
  .flight-legs:not([data-stops="0"]) .flight-leg:not(:first-child):not(:last-child) {
    width: 40px;
  }
  .flight-legs:not([data-stops="0"]) .flight-leg:not(:first-child):not(:last-child)::after {
    display: none;
  }
  .flight-legs:not([data-stops="0"]) .flight-leg:not(:last-child) .flight-leg-stop:last-child {
    display: none;
  }
  .flight-legs:not([data-stops="0"])[data-stops="1"] .flight-leg:first-child {
    width: calc(50% - 20px);
  }
  .flight-legs:not([data-stops="0"])[data-stops="1"] .flight-leg:last-child {
    width: calc(50% + 20px);
  }
  .flight-legs:not([data-stops="0"])[data-stops="2"] .flight-leg:first-child {
    width: calc(50% - 40px);
  }
}
/*------------------------------------*\
    #FLIGHT-ROUTE
\*------------------------------------*/
/**
 * `.route` component which details the
 * full route of a flight journey including stops,
 * times and location detail.
 *
 * Extends `_flight-result.scss`
 */
.routes {
  padding: 20px;
}

.route {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.route-leg {
  height: 200px;
  margin: 0 0 40px;
  position: relative;
}
.route-leg::after {
  background: #a41a31;
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  width: 4px;
}
.route-leg:last-child {
  margin-bottom: 0;
}

.route-leg-point {
  display: table;
  position: absolute;
  width: 100%;
}
.route-leg-point::before {
  border-width: 4px;
  height: 30px;
  margin: -15px auto 0 -15px;
  width: 30px;
  background-color: #fff;
  border: 4px solid #a41a31;
  border-radius: 50%;
  content: "";
  display: block;
  height: 30px;
  left: 50%;
  margin: 0 0 0 -13px;
  position: absolute;
  width: 30px;
  z-index: 10;
}
.route-leg-point.route-leg-point--start {
  top: 0;
}
.route-leg-point.route-leg-point--start::before {
  top: 0;
}
.route-leg-point.route-leg-point--end {
  bottom: 0;
}
.route-leg-point.route-leg-point--end::before {
  bottom: 0;
}

.route-leg__date,
.route-leg__detail {
  display: table-cell;
  width: 50%;
}

.route-leg__date {
  color: #838383;
  padding-right: 25px;
  text-align: right;
  vertical-align: top;
}

.route-leg__detail {
  padding-bottom: 5px;
  padding-left: 30px;
  vertical-align: bottom;
}

.route-leg__duration {
  font-size: 12px;
  margin: -10px 10px 0 0;
  position: absolute;
  right: 50%;
  top: 50%;
}

.route__heading {
  background: #f1f1f1;
  font-size: 0.9333333333rem;
  padding: 10px;
  text-align: center;
}
.route__heading:first-child {
  margin-top: 0;
}

/**
 * >= Medium size viewport.
 */
@media screen and (min-width: 700px) {
  .routes {
    display: table;
    width: 100%;
  }
  .route {
    display: table-cell;
    padding: 0 20px;
    vertical-align: top;
    width: 50%;
  }
}
/**
 * <= Small size viewport
 */
@media screen and (max-width: 699px) {
  .route {
    margin-bottom: 30px;
  }
  .route:last-child {
    margin-bottom: 0;
  }
  .route-leg__date,
.route-leg__detail {
    font-size: 0.8666666667rem;
  }
  .route-leg__detail small {
    font-size: 0.8rem;
  }
}
/*------------------------------------*\
    #AUTOCOMPLETE
\*------------------------------------*/
/**
 * autocomplete (Twitter typeahead) component
 * styles.
 *
 * https://github.com/corejavascript/typeahead.js/blob/master/doc/jquery_typeahead.md
 *
 * 1. The JS wraps the component with this class (cannot be customised).
 */
.twitter-typeahead {
  width: 100%;
}

.ac-input {
  outline: 0;
}

.ac-suggestions {
  background: #fff;
  border: 1px solid #f1f1f1;
  width: 100%;
}

.ac-suggestion {
  border-bottom: 1px solid #f1f1f1;
  cursor: pointer;
  padding: 10px;
}

.ac-highlight-suggestion {
  background: #e4e4e4;
}

.ac-suggestion-airport {
  color: #928f92;
  display: block;
  font-size: 0.8666666667rem;
  overflow: hidden;
  padding-right: 60px;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ac-suggestion-airport .ac-suggestion-airport__name,
.ac-suggestion-airport .ac-suggestion-airport__code {
  color: #363b3b;
}
.ac-suggestion-airport .ac-suggestion-airport__name {
  font-size: 1rem;
}
.ac-suggestion-airport .ac-suggestion-airport__code {
  font-size: 0.9333333333rem;
  position: absolute;
  right: 10px;
  top: 10px;
}

/*------------------------------------*\
    #FLIGHT-PANEL
\*------------------------------------*/
/**
 * Flight search 'sticky' panel.
 *
 * Extends `_flights.scss`
 */
.flights-search-panel {
  display: none;
}

@media screen and (min-width: 960px) {
  .flights-search-panel {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    -moz-osx-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    box-shadow: 0 8px 6px -6px #bbb;
    cursor: pointer;
    padding: 10px 0 15px;
  }
  .flights-search-panel.sticky {
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
  }
  .flights-search-panel__inner {
    margin: 0 auto;
    max-width: 860px;
  }
  .flights-seach-panel__content {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .flights-search-panel-data {
    display: table-cell;
    padding: 0 10px;
  }
  .flights-search-panel-data[data-type=date] {
    width: 135px;
  }
  .flights-search-panel-data__label {
    font-size: 0.8rem;
  }
  .flights-search-panel-data__value {
    background: #f1f1f1;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0 15px;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap;
  }
  *[data-type=date] .flights-search-panel-data__value {
    text-align: center;
  }
  *[data-type=date] .flights-search-panel-data__value span {
    color: #a41a31;
  }
  *[data-type=date] .flights-search-panel-data__value .icon--plus {
    color: #a41a31;
    font-size: 1.2666666667rem;
  }
}
/*------------------------------------*\
    #MODAL
\*------------------------------------*/
/**
 * Shared/Base Modal Component Styles.
 */
body.modal-open {
  overflow: hidden;
}

.fb-modal-overlay {
  background: rgba(0, 0, 0, 0.8);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 300;
}

.fb-modal {
  bottom: 0;
  left: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 101;
}

.fb-modal-dialog {
  background: #f1f1f1;
  left: 50%;
  margin-left: -290px;
  padding: 30px;
  position: absolute;
  text-align: left;
  top: 20px;
  width: 580px;
}

.fb-modal__close {
  background: none;
  border: 0;
  outline: 0;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 15px;
}
.fb-modal__close::after {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea11";
}

.modal__heading {
  margin-top: 0;
  text-align: center;
}

/**
 * <= Small size viewport.
 */
@media screen and (max-width: 620px) {
  .fb-modal {
    left: 0;
    right: 0;
  }
  .fb-modal-dialog {
    left: 0;
    margin: 0 20px;
    padding: 20px;
    right: 0;
    width: auto;
  }
}
.booking-options {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
}

.booking-option__price {
  font-size: 20px;
  font-weight: bold;
  margin: 0;
}

.booking-option__data {
  color: #525052;
  font-size: 0.9333333333rem;
  margin: 0;
}

.booking-option__image {
  width: 80px;
}

.booking-options-total {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  color: #9d9595;
  font-size: 1.3333333333rem;
  margin-bottom: 0;
}

.booking-options-total__price {
  color: #363b3b;
}

@media screen and (min-width: 700px) {
  .booking-option {
    display: table;
    width: 100%;
  }
  .booking-option__col {
    background: #fff;
    border-bottom: 10px solid #f1f1f1;
    display: table-cell;
    padding: 15px;
    vertical-align: middle;
  }
}
@media screen and (max-width: 699px) {
  .booking-option {
    background: #fff;
    margin-bottom: 10px;
    padding: 15px;
  }
  .booking-option::after {
    clear: both;
    content: "";
    display: table;
  }
  .booking-option__col:not(:last-child) {
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
/*------------------------------------*\
    #ROUTE-MAP
\*------------------------------------*/
.route-map {
  min-height: 460px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.route-map__views {
  left: 0;
  min-height: 400px;
  position: absolute;
  top: 0;
  width: 100%;
}

.route-map__map,
.route-map-list {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/**
 * 1. The fitBounds() function zooms the map
 * so far out that we're left with horizontal grey bars at
 * certain viewports. Since we can't repeat the map vertically,
 * we're forcing the map background to be the same colour as the sea :/
 *
 * We shall never talk about it.
 */
.route-map__map {
  background: #a3ccff !important;
}
.route-map__map > div {
  background: #a3ccff !important;
}

.route-map-list {
  background: rgba(255, 255, 255, 0.95);
  left: 100%;
  z-index: 2;
}
.route-map-list.open {
  left: 0;
}

.route-map-filters {
  background: #fff;
  bottom: 0;
  display: table;
  height: 60px;
  position: absolute;
  table-layout: fixed;
  width: 100%;
}

/**
 * Filters (All/Direct Only).
 */
.route-map-filter {
  display: table-cell;
  height: 100%;
  vertical-align: top;
}
.route-map-filter .checkbox-block__label {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  width: 100%;
}

/**
 * View Options (List/Map view).
 */
.route-map-view-options__option {
  display: inline-block;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 1;
}

.route-map-view-options__option--map .checkbox-icon__label {
  background-image: url("../svg/globe-blue.svg");
  background-position: 4px 4px;
  background-size: 37px;
}

.route-map-view-options__option--list {
  right: 95px;
}
.route-map-view-options__option--list .checkbox-icon__label {
  background-image: url("../svg/list-blue.svg");
}

.route-map-view-options__option--search {
  left: 30px;
  right: auto;
}
.route-map-view-options__option--search .checkbox-icon__label {
  background-image: url("../svg/search-blue.svg");
  background-position: 8px 7px;
}

/**
 * Lock/Unlock icon.
 *
 * 1. Relies on Modernizr class of `touchevents` added
 * to the <html /> element.
 */
.route-map-lock {
  bottom: 90px;
  display: none;
  left: 30px;
  position: absolute;
  z-index: 1;
}
.route-map-lock .checkbox-icon__label {
  background-image: url("../svg/lock-blue.svg");
  background-position: 11px 7px;
  background-size: 22px;
}
.route-map-lock .checkbox-icon__input:checked + .checkbox-icon__label {
  background-image: url("../svg/unlock-blue.svg");
}
.touchevents .route-map-lock {
  display: block;
}

/**
 * Destination listing.
 */
.route-map-list__items {
  bottom: 0;
  overflow-y: auto;
  padding: 0 0 30px;
  position: absolute;
  top: 115px;
  width: 100%;
}

.route-map-list__item {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  padding: 5px 0;
  text-align: center;
}

.route-map-list__link {
  color: #102470;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
}

.route-map-list__close {
  background: #fff;
  border: 0;
  font-size: 1.3333333333rem;
  outline: 0;
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 4;
}
.route-map-list__close .checkbox-icon__label {
  background-image: url("../svg/cross-blue.svg");
  background-size: 20px;
}

/*------------------------------------*\
    #ROUTE-MAP-SMALL
\*------------------------------------*/
/**
 * Hide all the tools when an infobox/modal is open.
 */
@media screen and (max-width: 699px) {
  .route-map,
.route-map__views {
    min-height: 300px;
  }
  .route-map-view-options__option {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1;
  }
  .route-map-view-options__option--list {
    right: 75px;
  }
  .route-map-view-options__option--search {
    left: 10px;
    right: auto;
  }
  .infobox-open .route-map-tools {
    display: none;
  }
  .route-map-list__items {
    top: 90px;
  }
  .route-map-list__close {
    right: 10px;
    top: 15px;
  }
  .route-map-lock {
    left: 10px;
  }
  .route-map-filter .checkbox-block__label {
    font-size: 0.7333333333rem;
  }
}
/*------------------------------------*\
    #ROUTE-MAP-NO-JS
\*------------------------------------*/
.route-map:not(.js-loaded) .route-map__map,
.route-map:not(.js-loaded) .route-map-view-options,
.route-map:not(.js-loaded) .route-map-filters,
.route-map:not(.js-loaded) .route-map-search,
.route-map:not(.js-loaded) .route-map-list__close,
.no-js .route-map__map,
.no-js .route-map-view-options,
.no-js .route-map-filters,
.no-js .route-map-search,
.no-js .route-map-list__close {
  display: none;
}
.route-map:not(.js-loaded) .route-map-list,
.no-js .route-map-list {
  position: static;
}

/*------------------------------------*\
    #ROUTE-MAP-MODAL
\*------------------------------------*/
/**
 * InfoBox JS map window component styles.
 *
 * Extends `_route-map.scss`
 */
.route-map-modal {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
  max-width: 350px;
  padding: 35px 30px 30px;
  width: 350px;
}
.route-map-modal::after {
  background: #fff;
  bottom: -16px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
  content: "";
  height: 32px;
  left: 50%;
  margin-left: -16px;
  position: absolute;
  transform: rotate(45deg);
  width: 32px;
}

/**
 * 1. This has to be set otherwise the height of the
 * InfoBox gets calculated incorrectly.
 */
.route-map-modal__image {
  height: 146px;
}
.route-map-modal__image img {
  display: block;
  max-width: 100%;
  width: 100%;
}

.route-map-modal__heading {
  font-size: 1.1333333333rem;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.route-map-modal__excerpt {
  color: #7d7d7d;
  font-size: 0.8666666667rem;
  margin: 15px 0;
}

.route-map-modal__label {
  color: #a41a31;
  font-size: 0.9333333333rem;
  margin: 0;
}

/*------------------------------------*\
    #ROUTE-MAP-MODAL-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .route-map-modal {
    max-width: 280px;
    padding: 35px 15px 15px;
    width: 280px;
  }
  .route-map-modal::after {
    bottom: -10px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    width: 20px;
  }
  .route-map-modal__excerpt {
    display: none;
  }
  .route-map-modal__image {
    height: 125px;
  }
}
/*------------------------------------*\
    #ROUTE-MAP-SEARCH
\*------------------------------------*/
/**
 * Search component on the route map.
 *
 * Extends `_route-map.scss`
 */
.route-map-search {
  height: 115px;
  padding: 30px 0;
}
.route-map-search > .grid {
  position: relative;
}

.route-map-search__label {
  left: 30px;
  position: absolute;
}
.route-map-search__label .checkbox-icon__label {
  background-image: url("../svg/search-blue.svg");
  background-position: 8px 7px;
}

.route-map-search__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  box-sizing: border-box;
  font-size: 1.0666666667rem;
  background: transparent;
  border: 0;
  color: #363b3b;
  font-size: 1.3333333333rem !important;
  font-weight: 300;
  height: 55px;
  outline: 0;
  padding: 0 70px;
  width: 100%;
}
.route-map-search__input::-moz-placeholder {
  color: #a7acb4;
  font-size: 1.3333333333rem;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 1px;
}
.route-map-search__input::placeholder {
  color: #a7acb4;
  font-size: 1.3333333333rem;
  font-style: italic;
  font-weight: 100;
  letter-spacing: 1px;
}
.route-map-search__input::-ms-clear {
  display: none;
}

/*------------------------------------*\
    #ROUTE-MAP-SEARCH-SMALL
\*------------------------------------*/
@media screen and (max-width: 699px) {
  .route-map-search {
    height: 90px;
    padding: 15px 0;
  }
  .route-map-search__label {
    display: none;
  }
  .route-map-search__input {
    padding-left: 10px;
  }
}
/**
 * Image Grid.
 *
 * This is currently used on the CSR Charity pages to display a
 * grid of logo images of varying sizes.
 *
 * Extends: generic/f-grid.scss
 */
/* stylelint-disable */
.image-grid {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px;
  width: 100%;
}

/* stylelint-enable */
.image-grid__item {
  display: block;
  padding: 20px 10px;
  text-align: center;
  width: 20%;
  height: 20%;
}
.image-grid__item img {
  display: inline-block;
}

@media screen and (min-width: 700px) and (max-width: 959px) {
  .image-grid__item {
    width: 25%;
  }
}
@media screen and (max-width: 699px) {
  .image-grid__item {
    width: 50%;
  }
}
/**
 * Footer Columns Component.
 *
 * Probably shouldn't have footer in the name but this is a component
 * that holds various pieces of content (news, twiiter listing etc) which
 * currently is being used on the CSR charity pages just before the footer.
 */
.footer-columns {
  background: #fff;
}
.footer-columns.theme--dark {
  background: #525052;
  color: #a9afaf;
}
.theme--csr .footer-columns.theme--dark {
  background: #00838f;
  color: #fff;
}

.footer-columns__column {
  padding: 30px;
}
.footer-columns__column:first-child {
  padding-left: 0;
}
.footer-columns__column:last-child {
  padding-right: 0;
}

.footer-columns__heading {
  font-size: 1.3333333333rem;
  margin: 0 0 30px;
}
.theme--dark .footer-columns__heading {
  color: #fff;
}
.theme--csr .footer-columns__heading {
  background-color: #00838f;
  color: #fff;
  display: inline-block;
  font-size: 1.0666666667rem;
  min-width: 165px;
  padding: 14px 16px 10px;
  text-align: center;
}
.theme--csr .theme--dark .footer-columns__heading {
  background-color: #fff;
  color: #00838f;
}

.footer-columns__footer {
  margin-top: 30px;
  text-align: center;
}
.theme--csr .footer-columns__footer {
  text-align: left;
}
.theme--csr .theme--dark .footer-columns__footer a {
  background-color: #fff;
  color: #00838f;
  display: inline-block;
  min-width: 165px;
  padding: 14px 16px 12px;
}

/**
 * >= Medium.
 */
@media screen and (min-width: 700px) {
  .footer-columns__wrapper {
    display: flex;
  }
  .footer-columns__column {
    border-right: 0 solid #fff;
    flex: 1;
    padding-bottom: 60px;
    padding-top: 60px;
    width: 33.3333333333%;
  }
  .footer-columns__column:last-child {
    border: 0;
  }
}
/**
 * <= Small.
 */
@media screen and (max-width: 699px) {
  .footer-columns__column {
    border-bottom: 1px solid #fff;
    padding-left: 0;
    padding-right: 0;
  }
}
/*------------------------------------*\
    #CONTENT-INFO-ITEM
\*------------------------------------*/
/**
 * Another generic promo/content style component which
 * contains an image, heading and optional sub-heading.
 *
 * For example usage see `/html/pages/csr.html`
 */
.content-info-item {
  color: #363b3b;
  margin: 20px 0;
  text-align: center;
  width: 100%;
}

.content-info-item__heading {
  font-size: 1.2rem;
  margin: 10px 0 5px;
}

.content-info-item__sub-heading {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  line-height: 1.2;
  margin: 0;
}

/* Personalised call to action box */
.pcta {
  background-color: #a1a4a4;
  background-size: 100% 100%;
  font-family: Montserrat;
  height: 104px;
  margin: 20px 0;
  padding: 20px;
  position: relative;
  width: 355px;
}
.pcta a {
  color: #fff;
  text-decoration: unset;
}
.pcta.pcta-left {
  float: left;
  margin-right: 20px;
}
.pcta.pcta-right {
  float: right;
  margin-left: 20px;
}
.pcta .filter {
  background-color: rgba(0, 0, 0, 0.35);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.pcta .text {
  height: 100%;
  padding: 0;
  position: relative;
  z-index: 100;
}
.pcta .text .headline {
  font-size: 20px;
  height: 70%;
  line-height: 22px;
  width: 100%;
}
.pcta .text .subline {
  font-size: 12px;
  height: 30%;
  line-height: 16px;
  width: 100%;
}
.pcta .action {
  background-color: #a41a31;
  float: right;
  height: 38px;
  margin: 10px 0 10px 10px;
  position: relative;
  width: 38px;
  z-index: 200;
}
.pcta .action .play {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 8.7px;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
}

.npcta {
  padding-bottom: 40px;
}
.npcta .npcta__lead {
  align-items: center;
  background: #fff;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  min-height: 106px;
}
.npcta .npcta__lead .npcta__lead-icon {
  padding: 30px;
}
.npcta .npcta__lead .npcta__lead-text {
  flex-grow: 1;
  padding: 30px 0;
}
.npcta .npcta__lead .npcta__lead-text .npcta__lead-text-centred {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  margin-right: auto;
}
.npcta .npcta__lead .npcta__lead-expand {
  padding: 30px;
}
.npcta .npcta__lead .npcta__lead-btn {
  background-color: #a41a31;
  cursor: pointer;
  height: 36px;
  padding: 23px;
  position: relative;
  width: 36px;
  z-index: 100;
}
.npcta .npcta__lead .npcta__lead-btn:hover {
  background-color: #95283a;
}
.npcta .npcta__lead .npcta__lead-btn .npcta__lead-arrow {
  border-color: #fff transparent transparent;
  border-style: solid;
  border-width: 8.7px 5px 0;
  height: 0;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
}
.npcta .npcta__expand {
  background: #fff;
  border: 1px solid #f1f1f1;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 959px) {
  .npcta .npcta__expand {
    align-content: center;
    flex-direction: column;
    padding: 30px;
  }
}
.npcta .npcta__expand > div {
  padding: 30px;
}
@media screen and (max-width: 959px) {
  .npcta .npcta__expand > div {
    padding: 0;
    width: 100%;
  }
}
.npcta .npcta__expand .npcta__expand-img {
  align-items: center;
  width: 30%;
}
@media screen and (max-width: 959px) {
  .npcta .npcta__expand .npcta__expand-img {
    width: 100%;
  }
}
.npcta .npcta__expand .npcta__expand-text {
  flex-direction: column;
  width: 40%;
}
@media screen and (max-width: 959px) {
  .npcta .npcta__expand .npcta__expand-text {
    width: 100%;
  }
}
.npcta .npcta__expand .npcta__expand-text .npcta__expand-headline {
  justify-content: normal;
}
.npcta .npcta__expand .npcta__expand-text .npcta__expand-headline h3 {
  margin-bottom: 15px;
  margin-top: 0;
}
.npcta .npcta__expand .npcta__expand-ctas {
  flex-direction: column;
  padding: 30px;
  width: 30%;
}
@media screen and (max-width: 959px) {
  .npcta .npcta__expand .npcta__expand-ctas {
    width: 100%;
  }
}
@media screen and (max-width: 959px) {
  .npcta .npcta__expand .npcta__expand-ctas {
    padding: 30px 0 0;
  }
  .npcta .npcta__expand .npcta__expand-ctas button {
    max-width: 300px;
  }
}
.npcta .npcta__expand .npcta__expand-ctas button {
  height: 46px;
  margin: 3px;
  min-width: 225px;
  width: 90%;
}
.npcta.npcta--expanded .npcta__lead-btn .npcta__lead-arrow {
  border-color: transparent transparent #fff;
  border-width: 0 5px 8.7px;
}
.npcta.npcta--expanded .npcta__expand {
  display: flex;
}
.npcta * {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.fundraising {
  height: 200px;
  position: relative;
  width: 200px;
  margin: 0 auto;
}

.fundraising-outer {
  -webkit-animation: rotate 2s infinite linear;
          animation: rotate 2s infinite linear;
  border: 4px solid #a6dbe3;
  border-radius: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

.fundraising-plane {
  fill: #525052;
  height: 38px;
  width: 38px;
}

.fundraising-inner {
  height: 160px;
  left: 20px;
  position: absolute;
  top: 20px;
  width: 160px;
  z-index: 1;
}

.fundraising-inner__background,
.fundraising-inner__fill {
  bottom: 0;
  display: block;
  height: 160px;
  left: 0;
  position: absolute;
  right: 0;
}

.fundraising-inner__background {
  background-color: rgba(0, 131, 143, 0.4);
  z-index: 1;
  overflow: hidden;
}

.fundraising-inner__fill {
  background-color: #00838f;
  height: 0;
  z-index: 2;
}

.fundraising-inner__mask {
  bottom: 0;
  display: block;
  height: 160px;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 160px;
  z-index: 3;
}

.fundraising-current {
  height: 120px;
  left: 40px;
  position: absolute;
  text-align: center;
  top: 30px;
  width: 120px;
  z-index: 4;
}

.fundraising-current__cloud {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.fundraising-current__amount {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 400;
  -moz-osx-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  font-weight: 700;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
}

@-webkit-keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(365deg);
  }
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(365deg);
  }
}
.fundraising-detail {
  text-align: center;
  margin-top: 30px;
}

.newsletter-signup-form__fields {
  display: flex;
  width: 100%;
  margin: 20px 0 0;
}

.newsletter-signup-form__button {
  bottom: auto !important;
  position: static !important;
  padding-left: 20px;
  padding-right: 20px;
  height: 100%;
}

.newsletter-signup-form__field--input {
  flex: 1 1 0%;
}

.newsletter-signup-form .checkbox {
  height: auto;
  display: flex;
  min-height: 30px;
  align-items: center;
}
.newsletter-signup-form .checkbox .checkbox__input {
  opacity: 0;
}
.newsletter-signup-form .checkbox .checkbox__label {
  color: #fff;
  line-height: 1;
}
.newsletter-signup-form .checkbox .checkbox__label::before {
  background-color: transparent;
  border-width: 1px;
  margin-top: 2px;
}

@media screen and (max-width: 699px) {
  .newsletter-signup {
    margin-top: 30px;
  }
}
@media (min-width: 960px) and (max-width: 1300px) {
  .newsletter-signup-form__fields {
    display: block;
  }
  .newsletter-signup-form__button {
    width: 100% !important;
    margin-top: 5px;
  }
}
.word-wrap--break {
  overflow-wrap: break-word;
}

.cookie-declaration__content {
  overflow-wrap: normal;
}
@media screen and (max-width: 699px) {
  .cookie-declaration__content {
    font-size: 12px;
  }
}

.page-header--sign-up .hero__heading {
  font-size: 35px;
  font-weight: 700;
  margin: 40px 0 40px 8.33333%;
  text-align: left;
}
@media screen and (min-width: 700px) {
  .page-header--sign-up .hero__heading {
    font-size: 60px;
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .sign-up__row {
    margin-bottom: 40px;
  }
}
.sign-up__text {
  padding: 40px;
  position: relative;
}
@media screen and (min-width: 700px) {
  .sign-up__text {
    padding: 40px 60px 40px 15px;
    top: 0;
  }
}
.sign-up__form {
  background-color: #fff;
  box-shadow: 6px 6px 18px 1px rgba(0, 0, 0, 0.12);
  padding: 40px;
  position: relative;
}
@media screen and (min-width: 1100px) {
  .sign-up__form {
    margin-left: 40px;
  }
}
@media screen and (min-width: 700px) {
  .sign-up__form {
    top: -100px;
  }
}
.sign-up__form h4 {
  font-weight: bold;
  margin-top: 0;
}
.sign-up__form .uppercase {
  font-size: 10px;
  font-weight: bold;
  margin-left: 6px;
  text-transform: uppercase;
}
.sign-up__form input[type=text],
.sign-up__form input[type=number],
.sign-up__form input[type=email] {
  border: 1px solid rgba(0, 0, 0, 0.12);
  margin-bottom: 24px;
  width: 100%;
}
.sign-up__form input[type=text]::-moz-placeholder, .sign-up__form input[type=number]::-moz-placeholder, .sign-up__form input[type=email]::-moz-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #928f92;
  opacity: 1; /* Firefox */
}
.sign-up__form input[type=text]::placeholder,
.sign-up__form input[type=number]::placeholder,
.sign-up__form input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #928f92;
  opacity: 1; /* Firefox */
}
.sign-up__form .checkbox__label {
  display: block;
  line-height: 1;
}
.sign-up__form .accept-label {
  color: #928f92;
}
.sign-up__form .button {
  font-weight: bold;
  width: 100%;
}
.sign-up__form .policy {
  color: #928f92;
  display: block;
  padding-top: 16px;
  text-align: center;
}

/*------------------------------------*\
    #UTILITY/HELPERS
\*------------------------------------*/
/**
 * Any files that need to override other styles, put them
 * in here.
 */
/*------------------------------------*\
    #HELPERS
\*------------------------------------*/
/**
 * Some (very!) generic handy helpers.
 */
.helper--remove-padding {
  padding: 0 !important;
}

.helper--remove-margin {
  margin: 0 !important;
}

.helper--remove-margin-top {
  margin-top: 0 !important;
}

.helper--remove-margin-bottom {
  margin-bottom: 0 !important;
}

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

/*------------------------------------*\
    #CONTENT
\*------------------------------------*/
.fill--white {
  background-color: #fff;
}

.fill--red {
  background-color: #a41a31;
}

.fill--blue {
  background-color: #102470;
}

.fill--teal {
  background-color: #00838f;
}

.fill--grey {
  background-color: #525052;
}

/*------------------------------------*\
    #COLOURS
\*------------------------------------*/
/**
 * Colour declaration util classes.
 *
 * Example Usage:
 * <span class="color--blue"></span>
 */
.color--red {
  color: #a41a31;
}

.color--blue {
  color: #102470;
}

.color--teal {
  color: #00838f;
}

.color--grey {
  color: #525052;
}

.color--grey-1 {
  color: #a1a4a4;
}

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

/*------------------------------------*\
    #DOCS
\*------------------------------------*/
/**
 * Styles needed for documentation templates.
 */
/*------------------------------------*\
    #DOCS
\*------------------------------------*/
/**
 * Styles for site/dev documentation.
 *
 * It would be good to try and split this out into it's own
 * .css file really...
 */
.doc-image {
  background: #ccc;
  display: table;
  margin-bottom: 30px;
}
.doc-image .doc-image__inner {
  display: table-cell;
  height: 100%;
  text-align: center;
  vertical-align: middle;
}
/*# sourceMappingURL=main.css.map */
