/*! floe v0.0.1 | (c) 2025 Callum 'Bossman' Jackman | MIT License | https://ignite-hospitality.git.beanstalkapp.com/floe.git */
@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

* {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

@font-face {
  font-family: "Gill Sans Nova Book";
  src: url("../../fonts/GillSansNova-Book.woff2") format("woff2"), url("../../fonts/GillSansNova-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans Nova";
  src: url("../../fonts/GillSansNova-SemiBold.woff2") format("woff2"), url("../../fonts/GillSansNova-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans Nova Book";
  src: url("../../fonts/GillSansNova-Bold.woff2") format("woff2"), url("../../fonts/GillSansNova-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gill Sans Nova";
  src: url("../../fonts/GillSansNova-Medium.woff2") format("woff2"), url("../../fonts/GillSansNova-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway-Medium.woff2") format("woff2"), url("fonts/Raleway-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
.u__img-cover {
  position: relative;
}
.u__img-cover img, .u__img-cover video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u__img-contain {
  position: relative;
}
.u__img-contain img, .u__img-contain video {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.u__txt-white {
  color: #fff;
}

.u__txt-blue {
  color: #283553;
}

.u__wrap {
  max-width: 1350px;
  margin-left: auto !important;
  margin-right: auto !important;
  position: relative;
}
@media (max-width: 1445px) {
  .u__wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.u__pd-t-none {
  padding-top: 0px;
}

.u__pd-t-small {
  padding-top: 40px;
}
@media (max-width: 1050px) {
  .u__pd-t-small {
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .u__pd-t-small {
    padding-top: 70px;
  }
}

.u__pd-t-medium {
  padding-top: 90px;
}
@media (max-width: 1050px) {
  .u__pd-t-medium {
    padding-top: 45px;
  }
}
@media (max-width: 768px) {
  .u__pd-t-medium {
    padding-top: 70px;
  }
}

.u__pd-t-large {
  padding-top: 170px;
}
@media (max-width: 1050px) {
  .u__pd-t-large {
    padding-top: 65px;
  }
}
@media (max-width: 768px) {
  .u__pd-t-large {
    padding-top: 70px;
  }
}

.u__pd-b-none {
  padding-bottom: 0px;
}

.u__pd-b-small {
  padding-bottom: 40px;
}
@media (max-width: 1050px) {
  .u__pd-b-small {
    padding-bottom: 50px;
  }
}

.u__pd-b-medium {
  padding-bottom: 90px;
}
@media (max-width: 1050px) {
  .u__pd-b-medium {
    padding-bottom: 50px;
  }
}

.u__pd-b-large {
  padding-bottom: 170px;
}
@media (max-width: 1050px) {
  .u__pd-b-large {
    padding-bottom: 50px;
  }
}

/***
	Bootstrap
***/
/*!
 * Bootstrap v4.0.0-beta (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

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

@-ms-viewport {
  width: device-width;
}
article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

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

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

a,
area,
button,
[role=button],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

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

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

a > code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .container.container-xl {
    max-width: 1270px;
  }
}
@media screen and (min-width: 1600px) {
  .container.container-xl {
    max-width: 1390px;
  }
}
.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  -webkit-box-ordinal-group: 13;
          order: 12;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

.table tbody + tbody {
  border-top: 2px solid #e9ecef;
}

.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #e9ecef;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #cfd2d6;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.thead-inverse th {
  color: #fff;
  background-color: #212529;
}

.thead-default th {
  color: #495057;
  background-color: #e9ecef;
}

.table-inverse {
  color: #fff;
  background-color: #212529;
}

.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #32383e;
}

.table-inverse.table-bordered {
  border: 0;
}

.table-inverse.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-inverse.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 991px) {
  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive.table-bordered {
    border: 0;
  }
}
.form-control {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: none;
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.5rem - 2px);
  padding-bottom: calc(0.5rem - 2px);
  margin-bottom: 0;
}

.col-form-label-lg {
  padding-top: calc(0.5rem - 2px);
  padding-bottom: calc(0.5rem - 2px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem - 2px);
  padding-bottom: calc(0.25rem - 2px);
  font-size: 0.875rem;
}

.col-form-legend {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0;
  line-height: 1.25;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
.input-group-sm > .form-control-plaintext.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
.input-group-lg > .form-control-plaintext.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > select.input-group-addon:not([size]):not([multiple]),
.input-group-sm > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > select.input-group-addon:not([size]):not([multiple]),
.input-group-lg > .input-group-btn > select.btn:not([size]):not([multiple]) {
  height: calc(2.3125rem + 2px);
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-input:only-child {
  position: static;
}

.form-check-inline {
  display: inline-block;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.form-check-inline + .form-check-inline {
  margin-left: 0.75rem;
}

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.was-validated .form-control:valid, .form-control.is-valid, .was-validated .custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745;
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus,
.custom-select.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .invalid-feedback,
.was-validated .form-control:valid ~ .invalid-tooltip, .form-control.is-valid ~ .invalid-feedback,
.form-control.is-valid ~ .invalid-tooltip, .was-validated .custom-select:valid ~ .invalid-feedback,
.was-validated .custom-select:valid ~ .invalid-tooltip,
.custom-select.is-valid ~ .invalid-feedback,
.custom-select.is-valid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid + .form-check-label, .form-check-input.is-valid + .form-check-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-indicator, .custom-control-input.is-valid ~ .custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid ~ .custom-control-description, .custom-control-input.is-valid ~ .custom-control-description {
  color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control, .custom-file-input.is-valid ~ .custom-file-control {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-control::before, .custom-file-input.is-valid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:valid:focus, .custom-file-input.is-valid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated .custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545;
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip,
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid + .form-check-label, .form-check-input.is-invalid + .form-check-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-indicator, .custom-control-input.is-invalid ~ .custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid ~ .custom-control-description, .custom-control-input.is-invalid ~ .custom-control-description {
  color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control, .custom-file-input.is-invalid ~ .custom-file-control {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-control::before, .custom-file-input.is-invalid ~ .custom-file-control::before {
  border-color: inherit;
}

.was-validated .custom-file-input:invalid:focus, .custom-file-input.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group {
    width: auto;
  }
  .form-inline .form-control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .form-inline .form-check-label {
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.btn:focus, .btn:hover {
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
          box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

.btn:active, .btn.active {
  background-image: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary:focus, .btn-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
  background-color: #0069d9;
  background-image: none;
  border-color: #0062cc;
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary:focus, .btn-secondary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:active, .btn-secondary.active,
.show > .btn-secondary.dropdown-toggle {
  background-color: #727b84;
  background-image: none;
  border-color: #6c757d;
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:active, .btn-success.active,
.show > .btn-success.dropdown-toggle {
  background-color: #218838;
  background-image: none;
  border-color: #1e7e34;
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:active, .btn-info.active,
.show > .btn-info.dropdown-toggle {
  background-color: #138496;
  background-image: none;
  border-color: #117a8b;
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:active, .btn-warning.active,
.show > .btn-warning.dropdown-toggle {
  background-color: #e0a800;
  background-image: none;
  border-color: #d39e00;
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:active, .btn-danger.active,
.show > .btn-danger.dropdown-toggle {
  background-color: #c82333;
  background-image: none;
  border-color: #bd2130;
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:active, .btn-light.active,
.show > .btn-light.dropdown-toggle {
  background-color: #e2e6ea;
  background-image: none;
  border-color: #dae0e5;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:active, .btn-dark.active,
.show > .btn-dark.dropdown-toggle {
  background-color: #23272b;
  background-image: none;
  border-color: #1d2124;
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
          box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}

.btn-outline-primary:active, .btn-outline-primary.active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
          box-shadow: 0 0 0 3px rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #868e96;
  background-color: transparent;
}

.btn-outline-secondary:active, .btn-outline-secondary.active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
          box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:active, .btn-outline-success.active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
          box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:active, .btn-outline-info.active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
          box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:active, .btn-outline-warning.active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
          box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:active, .btn-outline-danger.active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
          box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:active, .btn-outline-light.active,
.show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  -webkit-box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
          box-shadow: 0 0 0 3px rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:active, .btn-outline-dark.active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-link {
  font-weight: normal;
  color: #007bff;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
}

.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn-link:hover {
  border-color: transparent;
}

.btn-link:focus, .btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link:disabled {
  color: #868e96;
}

.btn-link:disabled:focus, .btn-link:disabled:hover {
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  border-top: 0;
  border-bottom: 0.3em solid;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #868e96;
  background-color: transparent;
}

.show > a {
  outline: 0;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  margin-bottom: 0;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn + .dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn + .dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

[data-toggle=buttons] > .btn input[type=radio],
[data-toggle=buttons] > .btn input[type=checkbox],
[data-toggle=buttons] > .btn-group > .btn input[type=radio],
[data-toggle=buttons] > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:focus, .input-group .form-control:active, .input-group .form-control:hover {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:not(:last-child),
.input-group-addon:not(:last-child),
.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group > .btn,
.input-group-btn:not(:last-child) > .dropdown-toggle,
.input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:not(:last-child) {
  border-right: 0;
}

.input-group .form-control:not(:first-child),
.input-group-addon:not(:first-child),
.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group > .btn,
.input-group-btn:not(:first-child) > .dropdown-toggle,
.input-group-btn:not(:last-child) > .btn:not(:first-child),
.input-group-btn:not(:last-child) > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.form-control + .input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:focus, .input-group-btn > .btn:active, .input-group-btn > .btn:hover {
  z-index: 3;
}

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.input-group-btn:not(:first-child) > .btn:focus, .input-group-btn:not(:first-child) > .btn:active, .input-group-btn:not(:first-child) > .btn:hover,
.input-group-btn:not(:first-child) > .btn-group:focus,
.input-group-btn:not(:first-child) > .btn-group:active,
.input-group-btn:not(:first-child) > .btn-group:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: -webkit-inline-box;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus ~ .custom-control-indicator {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
          box-shadow: 0 0 0 1px #fff, 0 0 0 3px #007bff;
}

.custom-control-input:active ~ .custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled ~ .custom-control-indicator {
  background-color: #e9ecef;
}

.custom-control-input:disabled ~ .custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-indicator {
  background-color: #007bff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-indicator {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-controls-stacked {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control + .custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.25;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: none;
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: 2.5rem;
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: 2.5rem;
  margin: 0;
  opacity: 0;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: 2.5rem;
  padding: 0.5rem 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus, .nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.show > .nav-pills .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-brand {
  color: white;
}

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: white;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: white;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  .card-deck {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 576px) {
  .card-group {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .card-group .card {
    -ms-flex: 1 0 0%;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
  }
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }
  .card-group .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
         column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}
.breadcrumb {
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb::after {
  display: block;
  clear: both;
  content: "";
}

.breadcrumb-item {
  float: left;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #868e96;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus, .page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}

.badge-primary[href]:focus, .badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

.badge-secondary[href]:focus, .badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus, .badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus, .badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}

.badge-warning[href]:focus, .badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus, .badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #111;
  background-color: #f8f9fa;
}

.badge-light[href]:focus, .badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus, .badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}
.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: bold;
}

.alert-dismissible .close {
  position: relative;
  top: -0.75rem;
  right: -1.25rem;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  font-size: 0.75rem;
  line-height: 1rem;
  text-align: center;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  height: 1rem;
  line-height: 1rem;
  color: #fff;
  background-color: #007bff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus, .list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus, .list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}

a.list-group-item-primary:focus, a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}

a.list-group-item-secondary:focus, a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

a.list-group-item-success:focus, a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

a.list-group-item-info:focus, a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

a.list-group-item-warning:focus, a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

a.list-group-item-danger:focus, a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

a.list-group-item-light:focus, a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

a.list-group-item-dark:focus, a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:focus, .close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
}

.tooltip.bs-tooltip-top, .tooltip.bs-tooltip-auto[x-placement^=top] {
  padding: 5px 0;
}

.tooltip.bs-tooltip-top .arrow, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.tooltip.bs-tooltip-top .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tooltip-right, .tooltip.bs-tooltip-auto[x-placement^=right] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-right .arrow, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
}

.tooltip.bs-tooltip-right .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tooltip-bottom, .tooltip.bs-tooltip-auto[x-placement^=bottom] {
  padding: 5px 0;
}

.tooltip.bs-tooltip-bottom .arrow, .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.tooltip.bs-tooltip-bottom .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-left, .tooltip.bs-tooltip-auto[x-placement^=left] {
  padding: 0 5px;
}

.tooltip.bs-tooltip-left .arrow, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
}

.tooltip.bs-tooltip-left .arrow::before, .tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  padding: 1px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 10px;
  height: 5px;
}

.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 11px;
}

.popover .arrow::after {
  content: "";
  border-width: 11px;
}

.popover.bs-popover-top, .popover.bs-popover-auto[x-placement^=top] {
  margin-bottom: 10px;
}

.popover.bs-popover-top .arrow, .popover.bs-popover-auto[x-placement^=top] .arrow {
  bottom: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::before,
.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^=top] .arrow::after {
  border-bottom-width: 0;
}

.popover.bs-popover-top .arrow::before, .popover.bs-popover-auto[x-placement^=top] .arrow::before {
  bottom: -11px;
  margin-left: -6px;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-top .arrow::after, .popover.bs-popover-auto[x-placement^=top] .arrow::after {
  bottom: -10px;
  margin-left: -6px;
  border-top-color: #fff;
}

.popover.bs-popover-right, .popover.bs-popover-auto[x-placement^=right] {
  margin-left: 10px;
}

.popover.bs-popover-right .arrow, .popover.bs-popover-auto[x-placement^=right] .arrow {
  left: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before,
.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^=right] .arrow::after {
  margin-top: -8px;
  border-left-width: 0;
}

.popover.bs-popover-right .arrow::before, .popover.bs-popover-auto[x-placement^=right] .arrow::before {
  left: -11px;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-right .arrow::after, .popover.bs-popover-auto[x-placement^=right] .arrow::after {
  left: -10px;
  border-right-color: #fff;
}

.popover.bs-popover-bottom, .popover.bs-popover-auto[x-placement^=bottom] {
  margin-top: 10px;
}

.popover.bs-popover-bottom .arrow, .popover.bs-popover-auto[x-placement^=bottom] .arrow {
  top: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before,
.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] .arrow::after {
  margin-left: -7px;
  border-top-width: 0;
}

.popover.bs-popover-bottom .arrow::before, .popover.bs-popover-auto[x-placement^=bottom] .arrow::before {
  top: -11px;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-bottom .arrow::after, .popover.bs-popover-auto[x-placement^=bottom] .arrow::after {
  top: -10px;
  border-bottom-color: #fff;
}

.popover.bs-popover-bottom .popover-header::before, .popover.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-left, .popover.bs-popover-auto[x-placement^=left] {
  margin-right: 10px;
}

.popover.bs-popover-left .arrow, .popover.bs-popover-auto[x-placement^=left] .arrow {
  right: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before,
.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^=left] .arrow::after {
  margin-top: -8px;
  border-right-width: 0;
}

.popover.bs-popover-left .arrow::before, .popover.bs-popover-auto[x-placement^=left] .arrow::before {
  right: -11px;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-left .arrow::after, .popover.bs-popover-auto[x-placement^=left] .arrow::after {
  right: -10px;
  border-left-color: #fff;
}

.popover-header {
  padding: 8px 14px;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 9px 14px;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-next,
  .active.carousel-item-right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
  .carousel-item-prev,
  .active.carousel-item-left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-prev:focus, .carousel-control-prev:hover,
.carousel-control-next:focus,
.carousel-control-next:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M4 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M1.5 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus, a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #e9ecef !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #868e96 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-circle {
  border-radius: 50%;
}

.rounded-0 {
  border-radius: 0;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}
.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}
.d-print-inline {
  display: none !important;
}

@media print {
  .d-print-inline {
    display: inline !important;
  }
}
.d-print-inline-block {
  display: none !important;
}

@media print {
  .d-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

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

.mt-0 {
  margin-top: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1 {
  margin-left: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mr-2 {
  margin-right: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2 {
  margin-left: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mr-3 {
  margin-right: 1rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.ml-3 {
  margin-left: 1rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mr-4 {
  margin-right: 1.5rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4 {
  margin-left: 1.5rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mr-5 {
  margin-right: 3rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.ml-5 {
  margin-left: 3rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

.pr-0 {
  padding-right: 0 !important;
}

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pr-1 {
  padding-right: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1 {
  padding-left: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pr-2 {
  padding-right: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2 {
  padding-left: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pr-3 {
  padding-right: 1rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pl-3 {
  padding-left: 1rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pr-4 {
  padding-right: 1.5rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4 {
  padding-left: 1.5rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pr-5 {
  padding-right: 3rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.pl-5 {
  padding-left: 3rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0 {
    margin-left: 0 !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3 {
    margin-left: 1rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5 {
    margin-left: 3rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0 {
    padding-left: 0 !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3 {
    padding-left: 1rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5 {
    padding-left: 3rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto {
    margin-left: auto !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0 {
    margin-left: 0 !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3 {
    margin-left: 1rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5 {
    margin-left: 3rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0 {
    padding-left: 0 !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3 {
    padding-left: 1rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5 {
    padding-left: 3rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto {
    margin-left: auto !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0 {
    margin-left: 0 !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3 {
    margin-left: 1rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5 {
    margin-left: 3rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0 {
    padding-left: 0 !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3 {
    padding-left: 1rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5 {
    padding-left: 3rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto {
    margin-left: auto !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0 {
    margin-left: 0 !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3 {
    margin-left: 1rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5 {
    margin-left: 3rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0 {
    padding-left: 0 !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3 {
    padding-left: 1rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5 {
    padding-left: 3rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto {
    margin-left: auto !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
}
.text-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

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

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus, a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}


/*! Lity - v2.4.1 - 2020-04-26
* http://sorgalla.com/lity/
* Copyright (c) 2015-2020 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

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

.lity-hide {
  display: none;
}

.js__anim-hidden {
  opacity: 0;
  -webkit-transition: all ease 900ms;
  transition: all ease 900ms;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.js__anim-hidden.js__anim-visible {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
@media (max-width: 1050px) {
  .js__anim-hidden {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.js__barba-transition {
  width: 100vw;
  height: 100vh;
  background-color: #283553;
  position: fixed;
  top: -100vh;
  left: 0px;
  z-index: 101;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.js__barba-transition.loading {
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
  opacity: 1;
}
.js__barba-transition.loading.loaded {
  -webkit-transform: translateY(200vh);
          transform: translateY(200vh);
  opacity: 1;
}

body {
  background-color: #FCFAF6;
}

/***
	Components (Site wide styles)
***/
header.header {
  position: fixed;
  width: 100vw;
  overflow-x: hidden;
  top: 0px;
  left: 0px;
  z-index: 102;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header.header .nav-items {
  border-bottom: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
header.header .nav-items__left {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
header.header .nav-items__right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
header.header .nav-items__right nav {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
header.header .nav-items .nav-item {
  padding: 20px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header.header .nav-items .nav-item p {
  font: normal 18px/25px "Gill Sans Nova";
  letter-spacing: 0.9px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
  padding: 10px 0px;
}
header.header .nav-items .nav-item.hamburger {
  border-right: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header.header .nav-items .nav-item.hamburger .popup-open-text {
  display: none;
}
header.header .nav-items .nav-item.hamburger .hamburger__animation {
  width: 20px;
  height: 15px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
header.header .nav-items .nav-item.hamburger .hamburger__animation .line {
  height: 1px;
  background-color: #fff;
  margin-bottom: 25%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header.header .nav-items .nav-item.hamburger .hamburger__animation .line.top {
  width: 100%;
}
header.header .nav-items .nav-item.hamburger .hamburger__animation .line.middle {
  width: 100%;
}
header.header .nav-items .nav-item.hamburger .hamburger__animation .line.bottom {
  width: 75%;
}
header.header .nav-items .nav-item.hamburger:hover .hamburger__animation .line.bottom {
  width: 100%;
}
header.header .nav-items .nav-item.book-a-table, header.header .nav-items .nav-item.book-a-room {
  font: normal 18px/25px "Gill Sans Nova";
  letter-spacing: 0.9px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
  padding: 30px 20px;
  border-left: 1px solid #fff;
}
header.header .nav-items .nav-item.book-a-table:hover, header.header .nav-items .nav-item.book-a-room:hover {
  color: #000;
}
header.header .nav-items .nav-item.book-a-table.disabled, header.header .nav-items .nav-item.book-a-room.disabled {
  visibility: hidden;
}
header.header .nav-items .nav-item:hover {
  background-color: #fff;
}
header.header .nav-items .nav-item:hover p {
  color: #000;
}
header.header .nav-items .nav-item:hover .hamburger__animation .line {
  background-color: #324266;
}
header.header .nav-items .wp-nav {
  list-style: none;
  margin-bottom: 0px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 1279px) {
  header.header .nav-items .wp-nav {
    display: none;
  }
}
header.header .nav-items .wp-nav__left {
  padding-left: 30px;
}
@media screen and (min-width: 1280px) and (max-width: 1329px) {
  header.header .nav-items .wp-nav__left {
    padding-left: 15px;
  }
}
header.header .nav-items .wp-nav__right {
  padding-left: 0px;
  padding-right: 30px;
}
@media screen and (min-width: 1280px) and (max-width: 1329px) {
  header.header .nav-items .wp-nav__right {
    padding-right: 15px;
  }
}
@media (min-width: 1280px) {
  header.header .nav-items .wp-nav__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
header.header .nav-items .menu-item {
  display: inline-block;
  vertical-align: middle;
  padding: 20px;
}
@media (max-width: 1700px) {
  header.header .nav-items .menu-item {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
}
header.header .nav-items .menu-item a {
  position: relative;
  overflow: hidden;
  display: block;
  font: normal 18px/25px "Gill Sans Nova";
  letter-spacing: 0.9px;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1700px) {
  header.header .nav-items .menu-item a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1329px) {
  header.header .nav-items .menu-item a {
    font-size: 12px;
  }
}
header.header .nav-items .menu-item a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: -1px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
header.header .nav-items .menu-item a:hover {
  text-decoration: none;
}
header.header .nav-items .menu-item a:hover:after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
header.header .nav-items .menu-item.current-menu-item a:after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
header.header .header-logo {
  max-width: 100%;
  width: 145px;
  margin: 10px auto 0px auto;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-align: center;
}
@media (max-width: 1050px) {
  header.header .header-logo {
    width: auto;
  }
}
header.header .header-logo.u__img-contain img {
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  height: auto;
  max-height: 138px;
}
@media (max-width: 1050px) {
  header.header .header-logo.u__img-contain img {
    max-height: 52px;
  }
}
@media (max-width: 1050px) {
  header.header .inner-header.desktop-header {
    display: none;
  }
}
header.header .inner-header.mobile-header {
  border-bottom: 1px solid #848C9D;
}
@media (min-width: 1050px) {
  header.header .inner-header.mobile-header {
    display: none;
  }
}
header.header .inner-header.mobile-header .header-col {
  padding: 0px;
}
header.header .inner-header.mobile-header .header-logo-col {
  padding: 20px 20px 20px 35px;
  border-right: 1px solid #848C9D;
}
@media (max-width: 768px) {
  header.header .inner-header.mobile-header .header-logo-col {
    padding: 5px 5px 5px 20px;
  }
}
header.header .inner-header.mobile-header .header-logo {
  width: 54px;
}
@media (min-width: 1050px) {
  header.header .inner-header.mobile-header .header-logo {
    width: 100%;
  }
}
header.header .inner-header.mobile-header .nav-item {
  width: 100%;
  text-align: center;
  border-right: 1px solid #848C9D;
}
header.header .inner-header.mobile-header .nav-item a {
  text-decoration: none;
}
header.header .inner-header.mobile-header .nav-item p {
  margin-bottom: 0px;
  color: white;
  text-transform: uppercase;
  font: normal 20px/103px "Gill Sans Nova";
}
@media (max-width: 768px) {
  header.header .inner-header.mobile-header .nav-item p {
    font-size: 15px;
    line-height: 74px;
    letter-spacing: 0.6px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1329px) {
  header.header .inner-header.mobile-header .nav-item p {
    font-size: 16px;
  }
}
header.header .inner-header.mobile-header .nav-item.hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 103px;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  header.header .inner-header.mobile-header .nav-item.hamburger {
    height: 74px;
  }
}
header.header .inner-header.mobile-header .nav-item.hamburger .hamburger__animation {
  width: 35px;
  height: 24px;
  margin-right: 13px;
  display: inline-block;
  vertical-align: middle;
}
header.header .inner-header.mobile-header .nav-item.hamburger .hamburger__animation .line {
  height: 1px;
  background-color: #fff;
  margin-bottom: 25%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
header.header .inner-header.mobile-header .nav-item.hamburger .hamburger__animation .line.top {
  width: 100%;
}
header.header .inner-header.mobile-header .nav-item.hamburger .hamburger__animation .line.middle {
  width: 100%;
}
header.header .inner-header.mobile-header .nav-item.hamburger .hamburger__animation .line.bottom {
  width: 75%;
}
header.header .inner-header.mobile-header .nav-item.hamburger:hover .hamburger__animation .line.bottom {
  width: 100%;
}
header.header .inner-header.mobile-header .nav-item.book-a-table, header.header .inner-header.mobile-header .nav-item.book-a-room {
  margin-bottom: 0px;
  color: white;
  text-transform: uppercase;
  font: normal 20px/103px "Gill Sans Nova";
}
header.header .inner-header.mobile-header .nav-item.book-a-table.disabled, header.header .inner-header.mobile-header .nav-item.book-a-room.disabled {
  visibility: hidden;
}
@media (max-width: 768px) {
  header.header .inner-header.mobile-header .nav-item.book-a-table, header.header .inner-header.mobile-header .nav-item.book-a-room {
    font-size: 15px;
    line-height: 74px;
    letter-spacing: 0.6px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1329px) {
  header.header .inner-header.mobile-header .nav-item.book-a-table, header.header .inner-header.mobile-header .nav-item.book-a-room {
    font-size: 16px;
  }
}

.js__nav-scrolled:not(.nav-popup-active) header.header .header-logo {
  width: 65px;
}
@media screen and (min-width: 1051px) {
  .js__nav-scrolled:not(.nav-popup-active) header.header .header-logo.u__img-contain img {
    width: 65px;
    max-height: 80px;
    padding-bottom: 5px;
  }
}
.js__nav-scrolled:not(.nav-popup-active) header.header .nav-items {
  height: 100%;
}
.js__nav-scrolled:not(.nav-popup-active) header.header .nav-items .nav-item {
  height: 100%;
}
.js__nav-scrolled header.header {
  background-color: rgba(50, 66, 102, 0.85);
  border-bottom: 1px solid #848C9D;
}
.js__nav-scrolled header.header .nav-items {
  border-bottom: 0px;
}
.js__nav-scrolled header.header .nav-items .nav-item.hamburger, .js__nav-scrolled header.header .nav-items .nav-item.book-a-table {
  border-color: #848C9D;
}

.nav-popup {
  z-index: 100;
  position: fixed;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  text-align: center;
  background-color: #324266;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  -webkit-transform: translateX(-9999px);
          transform: translateX(-9999px);
}
.nav-popup.active {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.nav-popup .nav-popup__inner {
  min-height: 100vh;
  overflow: auto;
  padding-top: 185px;
}
@media (max-width: 1050px) {
  .nav-popup .nav-popup__inner {
    padding-top: 135px;
  }
}
.nav-popup .nav-poup__main {
  min-height: calc(100% - 185px);
  width: 100vw;
  overflow: hidden;
  background-color: #324266;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (max-width: 1050px) {
  .nav-popup .nav-poup__main {
    min-height: calc(100% - 145px);
  }
}
.nav-popup .nav-poup__main .row {
  height: 100%;
}
.nav-popup .main-nav {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
.nav-popup .main-nav .menu-item a {
  font: 600 32px/60px "Gill Sans Nova";
  letter-spacing: 1.6px;
  color: #fff;
  text-transform: uppercase;
  margin-top: 5px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}
@media (max-width: 1445px) {
  .nav-popup .main-nav .menu-item a {
    font-size: 27px;
    line-height: 32px;
    margin-top: 1px;
  }
}
@media (max-width: 1050px) {
  .nav-popup .main-nav .menu-item a {
    font-size: 25px;
    line-height: 25px;
    margin-bottom: 2vh;
  }
}
.nav-popup .main-nav .menu-item a:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: -1px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media (max-width: 1445px) {
  .nav-popup .main-nav .menu-item a:after {
    bottom: 0px;
  }
}
.nav-popup .main-nav .menu-item a:hover {
  text-decoration: none;
}
.nav-popup .main-nav .menu-item a:hover:after {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.nav-popup .main-nav .menu-item.current-menu-item a {
  text-decoration: none;
}
.nav-popup .nav-popup__footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.nav-popup .main-nav-lower {
  padding: 0px;
  margin: 0px 0px 30px 0px;
}
@media (max-width: 1050px) {
  .nav-popup .main-nav-lower {
    margin: 0px 0px 20px 0px;
  }
}
.nav-popup .main-nav-lower .menu-item {
  display: inline-block;
  vertical-align: middle;
}
.nav-popup .main-nav-lower .menu-item a {
  font: 400 16px/35px "Gill Sans Nova";
  letter-spacing: 0.8px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.4;
  padding: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 1050px) {
  .nav-popup .main-nav-lower .menu-item a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
.nav-popup .main-nav-lower .menu-item a:hover {
  opacity: 1;
}

.nav-popup-active header.header {
  border-bottom: 0px;
}
.nav-popup-active header.header .nav-items {
  border-bottom: 1px solid #fff;
}
.nav-popup-active header.header .nav-items .wp-nav {
  opacity: 0;
  pointer-events: none;
}
.nav-popup-active header.header .header-logo {
  width: 155px;
}
.nav-popup-active header.header .popup-closed-text {
  display: none !important;
}
.nav-popup-active header.header .popup-open-text {
  display: inline-block !important;
}
.nav-popup-active header.header .hamburger__animation .line.top {
  -webkit-transform: rotate(45deg) translate(4px, 4px);
          transform: rotate(45deg) translate(4px, 4px);
}
.nav-popup-active header.header .hamburger__animation .line.middle {
  opacity: 0;
}
.nav-popup-active header.header .hamburger__animation .line.bottom {
  width: 100% !important;
  -webkit-transform: rotate(-45deg) translate(4px, -4px);
          transform: rotate(-45deg) translate(4px, -4px);
}
.nav-popup-active header.header .inner-header.mobile-header .hamburger__animation .line.top {
  -webkit-transform: rotate(45deg) translate(10.5px, 10px);
          transform: rotate(45deg) translate(10.5px, 10px);
}
.nav-popup-active header.header .inner-header.mobile-header .hamburger__animation .line.bottom {
  -webkit-transform: rotate(-45deg) translate(3px, -3px);
          transform: rotate(-45deg) translate(3px, -3px);
}

.barba__transition-active header.header .nav-items {
  opacity: 0;
}

.footer-newsletter {
  position: relative;
  background-color: #ADC7CE;
  padding: 26px 0px 50px 0px;
  min-height: 156px;
}
@media (max-width: 1199px) {
  .footer-newsletter {
    text-align: center;
    padding: 35px 0 60px 0;
    min-height: 175px;
  }
}
.footer-newsletter .row {
  opacity: 1;
  overflow: hidden;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}
.footer-newsletter .footer-newsletter__title {
  font-family: "Gill Sans Nova";
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3333;
  letter-spacing: 0.9px;
  color: #283553;
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .footer-newsletter .footer-newsletter__title {
    font-size: 33px;
    line-height: 1.25;
    letter-spacing: 1.3px;
  }
}
@media screen and (min-width: 992px) {
  .footer-newsletter .footer-newsletter__title {
    font-size: 37px;
    line-height: 1.2;
    letter-spacing: 1.6px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-newsletter .footer-newsletter__title {
    font-size: 40px;
    line-height: 1.125;
    letter-spacing: 2px;
  }
}
.footer-newsletter .footer-newsletter__copy {
  font-family: "Gill Sans Nova Book";
  font-size: 18px;
  line-height: 1.777;
  letter-spacing: 0.9px;
  color: #283553;
}
@media screen and (min-width: 768px) {
  .footer-newsletter .footer-newsletter__copy {
    font-size: 19px;
    line-height: 1.6;
  }
}
@media screen and (min-width: 992px) {
  .footer-newsletter .footer-newsletter__copy {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 1px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-newsletter .footer-newsletter__copy {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 1.1px;
  }
}
.footer-newsletter #footer-newsletter__form {
  position: relative;
  display: block;
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .footer-newsletter #footer-newsletter__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-left: 0;
    margin-right: 0;
    max-width: unset;
    width: 550px;
    margin-top: -25px;
  }
}
@media screen and (min-width: 1400px) {
  .footer-newsletter #footer-newsletter__form {
    width: 650px;
  }
}
@media screen and (min-width: 1600px) {
  .footer-newsletter #footer-newsletter__form {
    width: 687px;
  }
}
@media screen and (min-width: 1800px) {
  .footer-newsletter #footer-newsletter__form {
    width: 725px;
  }
}
.footer-newsletter .email-input {
  border: 0px;
  border-bottom: 1px solid #283553;
  border-radius: 0;
  padding: 0 0 10px 0;
  display: inline-block;
  vertical-align: bottom;
  font: normal normal normal 20px/2 "Gill Sans Nova Book";
  letter-spacing: 1px;
  color: #283553;
  background: transparent;
  width: 100%;
  outline: 0;
  text-align: center;
}
@media (min-width: 1200px) {
  .footer-newsletter .email-input {
    text-align: left;
    width: 75%;
    border-bottom: 2px solid #283553;
    line-height: 1.45;
    padding: 0 10px 10px 0;
  }
}
.footer-newsletter .email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(44, 60, 92, 0.57);
}
.footer-newsletter .email-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(44, 60, 92, 0.57);
}
.footer-newsletter .email-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(44, 60, 92, 0.57);
}
.footer-newsletter .email-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(44, 60, 92, 0.57);
}
.footer-newsletter .button {
  position: relative;
  border-color: #283553;
  min-width: 215px;
}
@media (max-width: 1199px) {
  .footer-newsletter .button {
    margin-top: 20px;
  }
}
@media screen and (min-width: 992px) {
  .footer-newsletter .button {
    border-bottom-width: 2px;
    min-width: 204px;
  }
}
@media screen and (min-width: 1200px) {
  .footer-newsletter .button {
    border-bottom-width: 2px;
    min-width: 193px;
    height: 65px;
  }
}
.footer-newsletter .button .submit-input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: 0;
  background: none;
  font: inherit;
  letter-spacing: inherit;
  color: #283553;
  text-transform: uppercase;
}
.footer-newsletter .button:hover {
  text-decoration: none;
}
.footer-newsletter .button:hover .submit-input {
  color: #fff;
}
.footer-newsletter .button:after {
  background-color: #283553;
  pointer-events: none;
  cursor: pointer;
}
.footer-newsletter__loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  border: 10px solid rgba(50, 66, 102, 0.18);
  border-top: 10px solid #324266;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
.footer-newsletter__message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1350px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}
.footer-newsletter.submitting .row {
  max-height: 0;
  opacity: 0;
}
.footer-newsletter.submitting .footer-newsletter__loader {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all linear 0.1s 0.6s;
  transition: all linear 0.1s 0.6s;
}
.footer-newsletter.submitting.submitted .footer-newsletter__loader {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.footer-newsletter.submitting.submitted .footer-newsletter__message {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all linear 0.3s 0.5s;
  transition: all linear 0.3s 0.5s;
}

footer.footer {
  background-color: #324266;
  padding: 30px 0px 53px 0px;
  width: 100%;
  overflow: hidden;
}
footer.footer .footer-logo {
  width: 122px;
  margin: 0 auto;
}
@media (max-width: 1199px) {
  footer.footer .footer-logo {
    width: 85px;
    display: inline-block;
    vertical-align: middle;
  }
}
footer.footer .footer-logo.u__img-contain img {
  max-height: 120px;
}
footer.footer .footer-social__mobile {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: 30px;
}
@media (min-width: 1050px) {
  footer.footer .footer-social__mobile {
    display: none;
  }
}
footer.footer .footer-links .footer-nav {
  padding: 0px;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-top: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1051px) {
  footer.footer .footer-links .footer-nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -22px;
    margin-left: -22px;
  }
}
@media (max-width: 1199px) {
  footer.footer .footer-links .footer-nav {
    text-align: left;
  }
}
footer.footer .footer-links .menu-item {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
}
@media screen and (min-width: 576px) {
  footer.footer .footer-links .menu-item {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media screen and (min-width: 992px) {
  footer.footer .footer-links .menu-item {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media screen and (min-width: 1051px) {
  footer.footer .footer-links .menu-item {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 22px;
    padding-right: 22px;
  }
}
footer.footer .footer-links .menu-item a {
  display: inline-block;
  vertical-align: middle;
  padding: 30px 0;
  color: #fff;
  font: 400 18px/35px "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  opacity: 0.85;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 1445px) {
  footer.footer .footer-links .menu-item a {
    font-size: 16px;
  }
}
@media (max-width: 1279px) {
  footer.footer .footer-links .menu-item a {
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  footer.footer .footer-links .menu-item a {
    font-size: 18px;
    line-height: 35px;
    padding: 5px 0px;
  }
}
footer.footer .footer-links .menu-item a:hover {
  opacity: 1;
  text-decoration: none;
}
footer.footer .footer-links .menu-item.current-menu-item a {
  opacity: 1;
}
@media (max-width: 1199px) {
  footer.footer .footer-social__desktop {
    display: none;
  }
}
footer.footer .footer-lower-nav {
  margin-top: 30px;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer.footer .footer-lower-nav .footer-copyright {
  font: 400 16px/35px "Gill Sans Nova";
  letter-spacing: 0.8px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.4;
}
footer.footer .footer-lower-nav .footer-links-lower {
  text-align: center;
}
@media (max-width: 1199px) {
  footer.footer .footer-lower-nav .footer-links-lower {
    text-align: left;
  }
}
footer.footer .footer-lower-nav .footer-links-lower ul {
  padding: 0px;
}
footer.footer .footer-lower-nav .footer-links-lower .menu-item {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  footer.footer .footer-lower-nav .footer-links-lower .menu-item {
    display: block;
  }
}
footer.footer .footer-lower-nav .footer-links-lower .menu-item a {
  font: 400 16px/35px "Gill Sans Nova";
  letter-spacing: 0.8px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.4;
  padding: 20px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 1279px) {
  footer.footer .footer-lower-nav .footer-links-lower .menu-item a {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 1199px) {
  footer.footer .footer-lower-nav .footer-links-lower .menu-item a {
    padding-left: 0px;
  }
}
footer.footer .footer-lower-nav .footer-links-lower .menu-item a:hover {
  opacity: 1;
}
footer.footer .footer-lower-nav .footer-links-lower .menu-item.current-menu-item a {
  opacity: 1;
}
footer.footer .footer-lower-nav .by-ignite {
  font: 400 16px/35px "Gill Sans Nova";
  letter-spacing: 0.8px;
  color: #fff;
  text-transform: uppercase;
  opacity: 0.4;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
footer.footer .footer-lower-nav .by-ignite:hover {
  opacity: 1;
  text-decoration: none;
}

.fa-tripadvisor::before {
  content: "\f262";
}

footer.footer .footer-logo.tripadvisor-logo {
  width: 380px;
}

footer.footer .footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 270px;
}

footer.footer .footer-logo.tripadvisor-logo .footer-logo-holder {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

footer.footer .footer-logo.tripadvisor-logo .footer-logo-holder p {
  color: #ffffff;
  font-weight: bold;
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 0;
}

.ta-logo {
  max-height: 98px;
}

.button {
  color: #283553;
  padding: 25px 40px;
  border: 1px solid #E27E32;
  border-bottom: 4px solid #E27E32;
  border-radius: 0px;
  font: 500 18px/1 "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1279px) {
  .button {
    font: 500 16px/1 "Gill Sans Nova";
    letter-spacing: 0.8px;
    padding: 18px 35px;
    border-bottom: 3px solid #E27E32;
  }
}
.button span {
  pointer-events: none;
}
.button span, .button input[type=submit] {
  position: relative;
  z-index: 1;
}
.button:hover {
  text-decoration: none;
  color: #283553;
}
.button:hover .span {
  text-decoration: none;
  color: #283553;
}
.button:after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #E27E32;
}
.button.hover-on {
  color: #fff;
  text-decoration: none;
}
.button.hover-on:after {
  opacity: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.button.hover-off {
  color: #283553;
}
.button.hover-off:after {
  opacity: 1;
  -webkit-transform: translateY(-200%) !important;
          transform: translateY(-200%) !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.button.button__white {
  color: #fff !important;
  border-color: #fff !important;
}
.button.button__white:after {
  background-color: #fff !important;
}
.button.button__white.hover-on {
  color: #283553 !important;
}
.button.button__white.hover-off {
  color: #fff !important;
}

.no-js .button:hover {
  color: #fff;
  text-decoration: none;
}
.no-js .button:hover:after {
  -webkit-transform: translateY(calc(-100% + 3px));
          transform: translateY(calc(-100% + 3px));
}

.social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.social-links .social-link {
  font-size: 24px;
  line-height: 24px;
  color: #fff;
  opacity: 0.6;
  margin: 0px 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.social-links .social-link:hover {
  opacity: 1;
}

@media (min-width: 1050px) {
  .e-card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.e-card__image {
  width: 100%;
  height: 475px;
  overflow: hidden;
}
@media (max-width: 1050px) {
  .e-card__image {
    height: 350px;
  }
}
.e-card__image img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.e-card__coming-soon {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 90px;
  height: 90px;
  z-index: 1;
  background-color: #fff;
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .e-card__coming-soon {
    width: 109px;
    height: 109px;
    top: 30px;
    right: 30px;
  }
}
.e-card__coming-soon__text {
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  font-family: "Gill Sans Nova Book";
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.285;
  text-align: center;
  color: #283553;
  letter-spacing: 1px;
}
@media screen and (min-width: 992px) {
  .e-card__coming-soon__text {
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
    font-size: 14px;
  }
}
.e-card__coming-soon:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  border: solid 1px rgba(40, 53, 83, 0.25);
  border-radius: 50%;
}
@media screen and (min-width: 992px) {
  .e-card__coming-soon:after {
    top: 8px;
    left: 8px;
    width: calc(100% - 16px);
    height: calc(100% - 16px);
  }
}
.e-card__content {
  background-color: #FCFAF6;
  padding: 20px 20px 20px 2px;
  margin-top: -50px;
  margin-left: -1px;
  z-index: 2;
  position: relative;
  max-width: calc(100% - 30px);
}
@media screen and (min-width: 1050px) {
  .e-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.e-card__title {
  font: 600 26px/30px "Gill Sans Nova";
  letter-spacing: 1.3px;
  color: #283553;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.e-card__address {
  margin-top: 20px;
}
.e-card__address p {
  color: #283553;
  font: 400 20px/30px "Gill Sans Nova Book";
  letter-spacing: 1px;
  margin-bottom: 0px;
  text-transform: uppercase;
}
.e-card__address .e-card__address-icon {
  width: 24px;
  margin-right: 10px;
}
.e-card__address .e-card__address-icon svg {
  margin-top: 5px;
}
.e-card__icons {
  margin: 0px -5px 20px -5px;
  padding: 20px 0px 0px 0px;
}
.e-card__icon {
  list-style: none;
  padding-left: 5px;
  padding-right: 5px;
}
.e-card__capacity {
  color: #283553;
  font: normal normal normal 20px/30px "Gill Sans Nova Book";
  letter-spacing: 1px;
}
.e-card__times {
  margin-top: 10px;
}
.e-card__times p {
  color: #283553;
  font: normal normal normal 20px/30px "Gill Sans Nova Book";
  letter-spacing: 1px;
}
.e-card__times .e-card__times-icon {
  width: 24px;
  margin-right: 10px;
}
.e-card__times .e-card__times-icon svg {
  margin-top: 5px;
}
.e-card__content-text {
  color: #283553;
  font: normal normal normal 20px/30px "Gill Sans Nova Book";
  letter-spacing: 1px;
}
.e-card__button {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .e-card__button {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.e-card:hover a {
  text-decoration: none;
}
.e-card:hover .e-card__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.popup {
  width: 720px;
  max-width: 100%;
  margin: 0 auto;
}

.popup__inner {
  padding: 50px 30px;
  background-color: #283553;
  max-height: 95vh;
  overflow-y: auto;
}

.popup__subheader {
  font: 400 22px/30px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 1050px) {
  .popup__subheader {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}

.popup__header {
  font: 600 75px/80px "Gill Sans Nova";
  letter-spacing: 3.75px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1279px) {
  .popup__header {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1050px) {
  .popup__header {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 39px;
  }
}

.popup__content {
  font: 400 32px/40px "Gill Sans Nova Book";
  letter-spacing: 1.6px;
  margin-bottom: 34px;
}
@media (max-width: 1050px) {
  .popup__content {
    font-size: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 26px;
  }
}

.popup .dmn-form {
  width: 100%;
  border: 0px;
  padding: 10px 0 0 0;
}
.popup .dmn-form h1.ng-binding {
  display: none;
}
.popup .dmn-form .dmn-type-container,
.popup .dmn-form .dmn-num-people-container,
.popup .dmn-form .dmn-date-container,
.popup .dmn-form .dmn-time-container,
.popup .dmn-form .dmn-duration-container {
  margin-bottom: 20px;
}
.popup .dmn-form label {
  font: 400 18px/30px "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #FCFAF6;
  margin-bottom: 14px;
}
@media (max-width: 1050px) {
  .popup .dmn-form label {
    font-size: 16px;
  }
}
.popup .dmn-form input,
.popup .dmn-form select {
  width: 100% !important;
  background: #FCFAF6 !important;
  border: none !important;
  border-radius: 0px !important;
  color: #283553 !important;
  height: auto !important;
  padding: 8px 33px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font: 400 22px/40px "Gill Sans Nova Book" !important;
  letter-spacing: 1.1px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  .popup .dmn-form input,
  .popup .dmn-form select {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.popup .dmn-form input:focus,
.popup .dmn-form select:focus {
  outline: none !important;
}
.popup .dmn-form .btn.submit {
  background-color: transparent;
  background-image: none;
  text-shadow: none;
  color: #fff;
  padding: 25px 46px;
  border: 1px solid #fff;
  border-bottom: 4px solid #fff;
  border-radius: 0px;
  font: 500 18px/1 "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1279px) {
  .popup .dmn-form .btn.submit {
    font: 500 16px/1 "Gill Sans Nova";
    letter-spacing: 0.8px;
    padding: 18px 35px;
    border-bottom: 3px solid #fff;
  }
}
.popup .dmn-form .btn.submit span, .popup .dmn-form .btn.submit input[type=submit] {
  position: relative;
  z-index: 1;
}
.popup .dmn-form .btn.submit:hover {
  text-decoration: none;
  color: #283553;
}
.popup .dmn-form .btn.submit:after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
}
.popup .dmn-form .btn.submit.hover-on {
  color: #283553;
  text-decoration: none;
}
.popup .dmn-form .btn.submit.hover-on:after {
  opacity: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.popup .dmn-form .btn.submit.hover-off {
  color: #fff;
}
.popup .dmn-form .btn.submit.hover-off:after {
  opacity: 1;
  -webkit-transform: translateY(-200%) !important;
          transform: translateY(-200%) !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.popup .dmn-form .powered-by {
  display: none !important;
}

.c-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-popup.is-active {
  opacity: 1;
  visibility: visible;
}
.c-popup--small .c-popup__inner {
  width: 500px;
  max-width: 90%;
  background-color: #fff;
  position: relative;
  padding: 40px;
  border-radius: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.c-popup__close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  background: transparent;
  border: none;
  cursor: pointer;
}
.c-popup__close:before, .c-popup__close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #283553;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-popup__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-popup__close .u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.c-popup__title {
  font: 600 36px/1.2 "Gill Sans Nova";
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #283553;
}
@media (max-width: 1050px) {
  .c-popup__title {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
}
.c-popup__image {
  margin-bottom: 20px;
}
.c-popup__image img {
  max-width: 100%;
  height: auto;
}
.c-popup__text {
  font: 400 18px/1.5 "Gill Sans Nova Book";
  letter-spacing: 0.9px;
  margin-bottom: 30px;
  color: #283553;
}
@media (max-width: 1050px) {
  .c-popup__text {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
.c-popup__text p {
  margin-bottom: 15px;
}
.c-popup__text p:last-child {
  margin-bottom: 0;
}
.c-popup__button {
  text-align: center;
}

body.popup-open {
  overflow: hidden;
}

body.popup-showing {
  overflow: hidden;
}

.pd-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.pd-popup .pd__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.pd-popup .pd__item {
  background-color: #fff;
  position: relative;
  width: 1088px;
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 80px);
  padding: 67px 5px 58px 5px;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
@media screen and (min-width: 768px) {
  .pd-popup .pd__item {
    padding: 62px 30px 69px 30px;
    max-width: calc(100vw - 60px);
  }
}
@media screen and (min-width: 992px) {
  .pd-popup .pd__item {
    padding: 57px 55px 80px 55px;
    max-width: calc(100vw - 90px);
  }
}
@media screen and (min-width: 1200px) {
  .pd-popup .pd__item {
    padding: 52px 80px 91px 80px;
    max-width: calc(100vw - 120px);
  }
}
@media screen and (min-width: 1400px) {
  .pd-popup .pd__item {
    padding: 47px 105px 102px 105px;
  }
}
.pd-popup .pd__item .pd__item-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background-color: #283553;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .pd-popup .pd__item .pd__item-close {
    width: 56px;
    height: 56px;
  }
}
@media screen and (min-width: 992px) {
  .pd-popup .pd__item .pd__item-close {
    width: 66px;
    height: 66px;
  }
}
@media screen and (min-width: 1200px) {
  .pd-popup .pd__item .pd__item-close {
    width: 76px;
    height: 76px;
  }
}
@media screen and (min-width: 1400px) {
  .pd-popup .pd__item .pd__item-close {
    width: 86px;
    height: 86px;
  }
}
.pd-popup .pd__item .pd__item-close span {
  cursor: pointer;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .pd-popup .pd__item .pd__item-close span {
    width: 14px;
    height: 14px;
  }
}
@media screen and (min-width: 992px) {
  .pd-popup .pd__item .pd__item-close span {
    width: 17px;
    height: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .pd-popup .pd__item .pd__item-close span {
    width: 19px;
    height: 19px;
  }
}
@media screen and (min-width: 1400px) {
  .pd-popup .pd__item .pd__item-close span {
    width: 21px;
    height: 21px;
  }
}
.pd-popup .pd__item .pd__item-close span:before, .pd-popup .pd__item .pd__item-close span:after {
  content: "";
  height: 1px;
  width: 12px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .pd-popup .pd__item .pd__item-close span:before, .pd-popup .pd__item .pd__item-close span:after {
    width: 14px;
  }
}
@media screen and (min-width: 992px) {
  .pd-popup .pd__item .pd__item-close span:before, .pd-popup .pd__item .pd__item-close span:after {
    width: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .pd-popup .pd__item .pd__item-close span:before, .pd-popup .pd__item .pd__item-close span:after {
    width: 19px;
  }
}
@media screen and (min-width: 1400px) {
  .pd-popup .pd__item .pd__item-close span:before, .pd-popup .pd__item .pd__item-close span:after {
    width: 21px;
  }
}
.pd-popup .pd__item .pd__item-close span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.pd-popup .pd__item .pd__item-close span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.pd-popup .pd__item .pd__item-inner {
  max-height: calc(100vh - 80px - 125px);
  max-width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
@media screen and (min-width: 768px) {
  .pd-popup .pd__item .pd__item-inner {
    max-height: calc(100vh - 80px - 131px);
  }
}
@media screen and (min-width: 992px) {
  .pd-popup .pd__item .pd__item-inner {
    max-height: calc(100vh - 80px - 137px);
  }
}
@media screen and (min-width: 1200px) {
  .pd-popup .pd__item .pd__item-inner {
    max-height: calc(100vh - 80px - 143px);
  }
}
@media screen and (min-width: 1400px) {
  .pd-popup .pd__item .pd__item-inner {
    max-height: calc(100vh - 80px - 149px);
  }
}
@media screen and (min-width: 1600px) {
  .pd-popup .pd__item .pd__item-inner {
    max-height: calc(100vh - 80px - 149px);
  }
}
.pd-popup .pd__item .pd__item-inner .pd__heading {
  font-family: "Gill Sans Nova";
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 1px;
  color: #283553;
}
@media screen and (min-width: 768px) {
  .pd-popup .pd__item .pd__item-inner .pd__heading {
    font-size: 24px;
    letter-spacing: 1.2px;
  }
}
@media screen and (min-width: 992px) {
  .pd-popup .pd__item .pd__item-inner .pd__heading {
    font-size: 28px;
    letter-spacing: 1.4px;
  }
}
@media screen and (min-width: 1200px) {
  .pd-popup .pd__item .pd__item-inner .pd__heading {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
@media screen and (min-width: 1400px) {
  .pd-popup .pd__item .pd__item-inner .pd__heading {
    font-size: 36px;
    letter-spacing: 1.8px;
  }
}
.pd-popup .pd__item .pd__item-inner .pd__form-container {
  margin-top: 22px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .pd-popup .pd__item .pd__item-inner .pd__form-container {
    margin-top: 29px;
  }
}
@media screen and (min-width: 992px) {
  .pd-popup .pd__item .pd__item-inner .pd__form-container {
    margin-top: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .pd-popup .pd__item .pd__item-inner .pd__form-container {
    margin-top: 43px;
  }
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form p {
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.submitting p {
  display: block;
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label {
  font-family: "Gill Sans Nova";
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.75px;
  color: #283553;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label span {
  display: inline-block;
  margin-left: 5px;
  color: #E27E32;
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap {
  display: block;
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  content: "";
  width: 17px;
  height: 10px;
  background-image: url("../../images/icon__dropdown.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 23px;
  right: 20px;
  pointer-events: none;
}
@media screen and (min-width: 992px) {
  .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
    top: 24px;
  }
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
  border-radius: 0;
  border: solid 1px #283553;
  padding: 14px 23px;
  font-family: "Gill Sans Nova Book";
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #283553;
  height: 53px;
}
@media screen and (min-width: 992px) {
  .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
  .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
  .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
    margin-bottom: 30px;
    font-size: 18px;
    height: 55px;
  }
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-webkit-input-placeholder,
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-webkit-input-placeholder,
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(40, 53, 83, 0.55);
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-moz-placeholder,
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-moz-placeholder,
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(40, 53, 83, 0.55);
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-ms-input-placeholder,
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-ms-input-placeholder,
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(40, 53, 83, 0.55);
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-moz-placeholder,
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-moz-placeholder,
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-moz-placeholder { /* Firefox 18- */
  color: rgba(40, 53, 83, 0.55);
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date[type=date i]::-webkit-calendar-picker-indicator {
  padding: 0;
  background-image: url("../../images/icon__calendar.svg");
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  padding: 14px 40px 14px 23px;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form textarea.enquiry-form__input {
  height: 112px;
}
@media screen and (min-width: 992px) {
  .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form textarea.enquiry-form__input {
    height: 125px;
  }
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .wpcf7-submit {
  visibility: hidden;
  height: 0px;
  opacity: 0;
  overflow: hidden;
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .button {
  margin-top: 15px;
  width: 100%;
  text-align: center;
}
.pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.invalid .wpcf7-response-output, .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output, .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  font-family: "Gill Sans Nova Book";
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.9px;
  color: #283553;
  border: solid 2px #E27E32;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
}
.pd-popup.showing {
  opacity: 1;
  visibility: visible;
}
.pd-popup.showing .pd__bg {
  opacity: 1;
  visibility: visible;
}
.pd-popup.showing .pd__item {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease-in-out 0.6s 0.3s;
  transition: all ease-in-out 0.6s 0.3s;
}

.e-booking-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.e-booking-sidebar__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.e-booking-sidebar__close {
  position: fixed;
  top: 0;
  right: 0;
  width: 46px;
  height: 46px;
  z-index: 1;
  background-color: #FCFAF6;
  -webkit-box-shadow: 0px 0px 5px 2px #283553;
          box-shadow: 0px 0px 5px 2px #283553;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
@media screen and (min-width: 768px) {
  .e-booking-sidebar__close {
    width: 56px;
    height: 56px;
  }
}
.e-booking-sidebar__close span {
  cursor: pointer;
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .e-booking-sidebar__close span {
    width: 14px;
    height: 14px;
  }
}
.e-booking-sidebar__close span:before, .e-booking-sidebar__close span:after {
  content: "";
  height: 1px;
  width: 12px;
  background-color: #283553;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
}
@media screen and (min-width: 768px) {
  .e-booking-sidebar__close span:before, .e-booking-sidebar__close span:after {
    width: 14px;
  }
}
.e-booking-sidebar__close span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.e-booking-sidebar__close span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.e-booking-sidebar__inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  padding: 30px;
  background-color: #283553;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
@media screen and (min-width: 400px) {
  .e-booking-sidebar__inner {
    width: 400px;
    -webkit-transform: translateX(400px);
            transform: translateX(400px);
  }
}
@media screen and (min-width: 992px) {
  .e-booking-sidebar__inner {
    width: 500px;
    -webkit-transform: translateX(500px);
            transform: translateX(500px);
    padding: 50px 30px;
  }
}
.e-booking-sidebar__inner.open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: all ease-in-out 0.4s 0.2s;
  transition: all ease-in-out 0.4s 0.2s;
}
.e-booking-sidebar__subheader {
  font-family: "Gill Sans Nova Book";
  font-size: 20px;
  line-height: 1.36;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 1050px) {
  .e-booking-sidebar__subheader {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.e-booking-sidebar__header {
  font-family: "Gill Sans Nova";
  font-weight: 600;
  font-size: 50px;
  line-height: 1.25;
  letter-spacing: 3.75px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1279px) {
  .e-booking-sidebar__header {
    font-size: 40px;
  }
}
@media (max-width: 1050px) {
  .e-booking-sidebar__header {
    font-size: 30px;
    letter-spacing: 1px;
    margin-bottom: 20px;
  }
}
.e-booking-sidebar__content {
  margin-bottom: 34px;
}
@media (max-width: 1050px) {
  .e-booking-sidebar__content {
    margin-bottom: 26px;
  }
}
.e-booking-sidebar__content p {
  font-family: "Gill Sans Nova Book";
  letter-spacing: 1.2px;
  font-size: 18px;
}
@media (max-width: 1050px) {
  .e-booking-sidebar__content p {
    font-size: 16px;
    letter-spacing: 0.9px;
  }
}
.e-booking-sidebar__content p:last-child {
  margin-bottom: 0;
}
.e-booking-sidebar__dmn-container .dmn-form {
  width: 100%;
  border: 0px;
  padding: 0;
}
.e-booking-sidebar__dmn-container .dmn-form h1.ng-binding {
  display: none;
}
.e-booking-sidebar__dmn-container .dmn-form .main-inputs {
  margin-top: 20px;
  margin-bottom: 80px;
}
.e-booking-sidebar__dmn-container .dmn-form .dmn-type-container,
.e-booking-sidebar__dmn-container .dmn-form .dmn-num-people-container,
.e-booking-sidebar__dmn-container .dmn-form .dmn-date-container,
.e-booking-sidebar__dmn-container .dmn-form .dmn-time-container,
.e-booking-sidebar__dmn-container .dmn-form .dmn-duration-container {
  margin-bottom: 20px;
}
.e-booking-sidebar__dmn-container .dmn-form label {
  font: 400 18px/30px "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #FCFAF6;
  margin-bottom: 14px;
}
@media (max-width: 1050px) {
  .e-booking-sidebar__dmn-container .dmn-form label {
    font-size: 16px;
  }
}
.e-booking-sidebar__dmn-container .dmn-form input,
.e-booking-sidebar__dmn-container .dmn-form select {
  width: 100% !important;
  background: #FCFAF6 !important;
  border: none !important;
  border-radius: 0px !important;
  color: #283553 !important;
  height: auto !important;
  padding: 8px 20px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font: 400 22px/40px "Gill Sans Nova Book" !important;
  letter-spacing: 1.1px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  .e-booking-sidebar__dmn-container .dmn-form input,
  .e-booking-sidebar__dmn-container .dmn-form select {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.e-booking-sidebar__dmn-container .dmn-form input:focus,
.e-booking-sidebar__dmn-container .dmn-form select:focus {
  outline: none !important;
}
.e-booking-sidebar__dmn-container .dmn-form .btn.submit {
  background-color: transparent;
  background-image: none;
  text-shadow: none;
  color: #fff;
  padding: 25px 46px;
  border: 1px solid #fff;
  border-bottom: 4px solid #fff;
  border-radius: 0px;
  font: 500 18px/1 "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1279px) {
  .e-booking-sidebar__dmn-container .dmn-form .btn.submit {
    font: 500 16px/1 "Gill Sans Nova";
    letter-spacing: 0.8px;
    padding: 18px 35px;
    border-bottom: 3px solid #fff;
  }
}
.e-booking-sidebar__dmn-container .dmn-form .btn.submit span, .e-booking-sidebar__dmn-container .dmn-form .btn.submit input[type=submit] {
  position: relative;
  z-index: 1;
}
.e-booking-sidebar__dmn-container .dmn-form .btn.submit:hover {
  text-decoration: none;
  color: #283553;
}
.e-booking-sidebar__dmn-container .dmn-form .btn.submit:after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
}
.e-booking-sidebar__dmn-container .dmn-form .btn.submit.hover-on {
  color: #283553;
  text-decoration: none;
}
.e-booking-sidebar__dmn-container .dmn-form .btn.submit.hover-on:after {
  opacity: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.e-booking-sidebar__dmn-container .dmn-form .btn.submit.hover-off {
  color: #fff;
}
.e-booking-sidebar__dmn-container .dmn-form .btn.submit.hover-off:after {
  opacity: 1;
  -webkit-transform: translateY(-200%) !important;
          transform: translateY(-200%) !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.e-booking-sidebar__dmn-container .dmn-form .powered-by {
  display: none !important;
}
.e-booking-sidebar__venues-dropdown-container {
  margin-bottom: 34px;
}
@media (max-width: 1050px) {
  .e-booking-sidebar__venues-dropdown-container {
    margin-bottom: 26px;
  }
}
.e-booking-sidebar__venues-dropdown-container label {
  font: 400 18px/30px "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #FCFAF6;
  margin-bottom: 14px;
}
@media (max-width: 1050px) {
  .e-booking-sidebar__venues-dropdown-container label {
    font-size: 16px;
  }
}
.e-booking-sidebar__venues-dropdown-container .e-booking-sidebar__venues-dropdown {
  width: 100%;
  background: #FCFAF6;
  border: none;
  border-radius: 0px;
  color: #283553;
  height: auto;
  padding: 8px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 400 22px/40px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .e-booking-sidebar__venues-dropdown-container .e-booking-sidebar__venues-dropdown {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.e-booking-sidebar__venues-dropdown-container .e-booking-sidebar__venues-dropdown:focus {
  outline: none;
}
.e-booking-sidebar__rooms-form-containers .e-booking-sidebar__rooms-form-container {
  display: none;
  opacity: 0;
  visibility: hidden;
}
.e-booking-sidebar__rooms-form-container .ftb-widget {
  overflow: hidden;
}
.e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner {
  background: none !important;
  padding: 0;
}
.e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer {
  width: 100% !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer .ftb-bookingWidget__dateSearch {
  width: 100% !important;
  margin-bottom: 20px;
}
.e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer .ftb-bookingWidget__dateSearch .ftb-bookingWidget__dateSearch__title {
  display: inline-block;
  font: 400 18px/30px "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #FCFAF6 !important;
  margin-bottom: 14px;
}
@media (max-width: 1050px) {
  .e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer .ftb-bookingWidget__dateSearch .ftb-bookingWidget__dateSearch__title {
    font-size: 16px;
  }
}
.e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer.input-daterange input {
  width: 100% !important;
  background-color: #FCFAF6 !important;
  border: none !important;
  border-radius: 0px !important;
  color: #283553 !important;
  height: auto !important;
  padding: 8px 20px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font: 400 22px/40px "Gill Sans Nova Book" !important;
  letter-spacing: 1.1px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  .e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer.input-daterange input {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
.e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer.input-daterange input:focus {
  outline: none !important;
}
.e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer {
  width: 100% !important;
}
.e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability {
  height: unset;
  background-color: transparent !important;
  color: #fff !important;
  padding: 25px 46px;
  border: 1px solid #fff;
  border-bottom: 4px solid #fff;
  border-radius: 0px;
  font: 500 18px/1 "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1279px) {
  .e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability {
    font: 500 16px/1 "Gill Sans Nova";
    letter-spacing: 0.8px;
    padding: 18px 35px;
    border-bottom: 3px solid #fff;
  }
}
.e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability:focus {
  outline: 0;
}
.e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability span, .e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability input[type=submit] {
  position: relative;
  z-index: 1;
}
.e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability:hover {
  text-decoration: none;
  color: #283553 !important;
}
.e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability:after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
}
.e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability.hover-on {
  color: #283553 !important;
  text-decoration: none;
}
.e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability.hover-on:after {
  opacity: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability.hover-off {
  color: #fff !important;
}
.e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability.hover-off:after {
  opacity: 1;
  -webkit-transform: translateY(-200%) !important;
          transform: translateY(-200%) !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.e-booking-sidebar.open {
  opacity: 1;
  visibility: visible;
}
.e-booking-sidebar.open .e-booking-sidebar__background {
  opacity: 1;
  visibility: visible;
}
.e-booking-sidebar.open .e-booking-sidebar__close {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease-in-out 0.4s 0.4s;
  transition: all ease-in-out 0.4s 0.4s;
}

/***
	Modules
***/
.m__articles-list {
  position: relative;
  overflow: hidden;
  padding-bottom: 175px;
}
.m__articles-list .articles-list__filters {
  border-bottom: 1px solid #283553;
  text-align: center;
}
.m__articles-list .articles-list__filter-intro {
  border-right: 1px solid #283553;
  color: #283553;
  font: 400 18px/25px "Gill Sans Nova Book";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 27px 0px;
  margin-bottom: 0px;
}
.m__articles-list .articles-list__filter-title {
  border-right: 1px solid #283553;
  cursor: pointer;
  color: #283553;
  font: 400 18px/25px "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 27px 0px;
  margin-bottom: 0px;
  position: relative;
}
.m__articles-list .articles-list__filter-title .fake-border {
  width: calc(100% + 30px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -30px;
  bottom: -1px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.m__articles-list .articles-list__filter-title img {
  width: 16px;
  height: 9px;
  margin-left: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.m__articles-list .articles-list__filter-title:hover img {
  -webkit-transform: translateY(2.5px);
          transform: translateY(2.5px);
}
.m__articles-list .articles-list__filter-title.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m__articles-list .articles-list__filter-title.active .fake-border {
  opacity: 1;
}
.m__articles-list .articles-list__filter-select {
  position: absolute;
  left: 0px;
  top: 80px;
  z-index: 5;
  width: 100%;
  padding: 30px 0px;
  background-color: #FCFAF6;
  opacity: 0;
  -webkit-transform: translateX(9999px);
          transform: translateX(9999px);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.m__articles-list .articles-list__filter-select.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
.m__articles-list .articles-list__filters-close {
  position: absolute;
  cursor: pointer;
  right: 200px;
  top: 30px;
  width: 31px;
  height: 31px;
}
.m__articles-list .articles-list__filters-list {
  margin: 0px;
  padding: 0px;
}
.m__articles-list .articles-list__filter-item {
  font: 400 14px/20px "Gill Sans Nova Book";
  letter-spacing: 0.7px;
  color: #283553;
  text-transform: uppercase;
  padding: 15px;
  min-width: 150px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 20px;
  border: 1px solid #283553;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.m__articles-list .articles-list__filter-item:hover, .m__articles-list .articles-list__filter-item.active {
  color: #fff;
  background-color: #283553;
}
.m__articles-list .articles-list__filter-item a:hover {
  text-decoration: none;
}
.m__articles-list .articles-list__filter-reset {
  color: #283553;
  font: 400 18px/25px "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 27px 0px;
  margin-bottom: 0px;
  cursor: pointer;
}
.m__articles-list .articles-list__filter-reset img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.m__articles-list .articles-list__articles {
  position: relative;
  padding: 100px 0px 50px 0px;
}
@media (max-width: 1050px) {
  .m__articles-list .articles-list__articles .e-card {
    margin-bottom: 60px;
  }
}
.m__articles-list .articles-list__articles-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: translateX(9999px);
          transform: translateX(9999px);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.m__articles-list .articles-list__articles-overlay.active {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.m__articles-list .articles-list__load-more {
  position: relative;
}
.m__articles-list .articles-list__load-more .step-out-icon {
  position: absolute;
  left: 200px;
  top: 0px;
  width: 151px;
}
.m__articles-list .button__articles-load-more.hidden {
  display: none;
}
.m__articles-list .articles-list__error {
  font: 600 26px/30px "Gill Sans Nova";
  letter-spacing: 1.3px;
  color: #283553;
  text-transform: uppercase;
  margin-bottom: 0px;
  display: none;
}
.m__articles-list .articles-list__error .button {
  margin-top: 20px;
}
.m__articles-list .articles-list__error.active {
  display: block;
}
@media (min-width: 1050px) {
  .m__articles-list--group {
    overflow: hidden;
    padding-bottom: 200px;
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__articles {
    position: relative;
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__articles:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 52px;
    background-color: #324266;
    z-index: -1;
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__articles .articles-list__row:nth-child(3):before, .m__articles-list--group .articles-list__articles .articles-list__row:nth-child(n+4):before {
    content: "";
    position: absolute;
    left: 0;
    width: 100vw;
    background-color: #324266;
    z-index: -1;
  }
}
@media (min-width: 1351px) {
  .m__articles-list--group .articles-list__articles .articles-list__row:nth-child(3):before, .m__articles-list--group .articles-list__articles .articles-list__row:nth-child(n+4):before {
    left: calc(0px - (100vw - 1350px) / 2);
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__articles .articles-list__row:nth-child(3):before {
    top: 237px;
    height: calc(100% - 237px);
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__articles .articles-list__row:nth-child(n+4):before {
    top: -2px;
    height: calc(100% + 2px);
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__articles .articles-list__row:nth-child(n+3) {
    position: relative;
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__articles .articles-list__row:nth-child(n+3) .articles-list__col .e-card .e-card__content {
    background-color: #324266;
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__articles .articles-list__row:nth-child(n+3) .articles-list__col .e-card .e-card__content .e-card__title,
  .m__articles-list--group .articles-list__articles .articles-list__row:nth-child(n+3) .articles-list__col .e-card .e-card__content .e-card__address p {
    color: #fff;
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__articles .articles-list__row:nth-child(n+3) .articles-list__col .e-card .e-card__content .e-card__button {
    border-color: #fff !important;
    color: #fff;
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__articles .articles-list__row:nth-child(n+3) .articles-list__col .e-card .e-card__content .e-card__button:after {
    background-color: #fff !important;
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__articles .articles-list__row:nth-child(n+3) .articles-list__col .e-card .e-card__content .e-card__button.hover-on {
    color: #283553 !important;
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__articles .articles-list__row:nth-child(n+3) .articles-list__col .e-card .e-card__content .e-card__button.hover-off {
    color: #fff !important;
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__load-more {
    background-color: #324266;
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__load-more .button__articles-load-more {
    border-color: #fff !important;
    color: #fff;
    z-index: 2;
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__load-more .button__articles-load-more:after {
    background-color: #fff !important;
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__load-more .button__articles-load-more.hover-on {
    color: #283553 !important;
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__load-more .button__articles-load-more.hover-off {
    color: #fff !important;
  }
}
@media (min-width: 1050px) {
  .m__articles-list--group .articles-list__load-more .articles-list__error {
    color: #fff;
  }
}
.m__articles-list--group:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 201px;
  width: 100%;
  background-color: #324266;
  z-index: -1;
}
@media (max-width: 1050px) {
  .m__articles-list--group:before {
    display: none;
  }
}
.m__articles-list--group #line-animation {
  position: absolute;
  bottom: 150px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1050px) {
  .m__articles-list--group #line-animation {
    display: none;
  }
}
.m__articles-list--group #line-animation path {
  stroke: #adc7ce;
}

.m__article-slider {
  max-width: 100vw;
  overflow: hidden;
  padding: 50px 0px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 992px) {
  .m__article-slider + .m__hero.hero__size-full {
    margin-top: -115px;
  }
}
@media screen and (min-width: 992px) {
  .m__article-slider + .m__hero.hero__size-full .hero__content-inner {
    padding-top: 32px;
  }
}
.m__article-slider .article-slider__subheader {
  font: normal 22px/30px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  .m__article-slider .article-slider__subheader {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.m__article-slider .article-slider__header {
  font: 600 75px/80px "Gill Sans Nova";
  letter-spacing: 3.75px;
  text-transform: uppercase;
  margin-bottom: -10px;
}
@media (max-width: 1445px) {
  .m__article-slider .article-slider__header {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1050px) {
  .m__article-slider .article-slider__header {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 0px;
  }
}
.m__article-slider .article-slider__header.second-line {
  padding-left: 100px;
  margin-bottom: 50px;
}
@media (max-width: 1050px) {
  .m__article-slider .article-slider__header.second-line {
    padding-left: 0px;
    margin-bottom: 0px;
  }
}
.m__article-slider .article-slider__button-mobile {
  margin-top: 39px;
}
@media (max-width: 1050px) {
  .m__article-slider .article-slider__slider-wrapper {
    margin-top: 40px;
  }
}
.m__article-slider .article-slider__slider {
  margin: 0px;
  padding: 0px;
}
.m__article-slider .article-slider__slide {
  display: inline-block;
  vertical-align: top;
  padding-right: 40px;
}
.m__article-slider .article-slider__slide:hover .article-slider__slide-background {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.m__article-slider .article-slider__slide-inner {
  width: 452px;
  height: 642px;
  position: relative;
  overflow: hidden;
  border-bottom: 9px solid #E27E32;
}
@media (max-width: 1279px) {
  .m__article-slider .article-slider__slide-inner {
    height: 500px;
  }
}
@media (max-width: 1050px) {
  .m__article-slider .article-slider__slide-inner {
    width: 292px;
    height: 414px;
  }
}
.m__article-slider .article-slider__slide-background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.m__article-slider .article-slider__slide-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(35%, rgba(0, 0, 0, 0.15)), color-stop(75%, rgb(0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 35%, rgb(0, 0, 0) 75%);
  padding: 150px 46px 79px 46px;
}
@media (max-width: 1050px) {
  .m__article-slider .article-slider__slide-content {
    padding: 150px 30px 40px 40px;
  }
}
.m__article-slider .article-slider__slide-venue,
.m__article-slider .article-slider__slide-date {
  margin-bottom: 15px;
}
.m__article-slider .article-slider__slide-venue p,
.m__article-slider .article-slider__slide-date p {
  font: normal 20px/30px "Gill Sans Nova Book";
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
}
.m__article-slider .article-slider__slide-venue .article-slider__slide-venue-icon {
  width: 24px;
  margin-right: 10px;
  margin-top: 5px;
}
.m__article-slider .article-slider__slide-date .article-slider__slide-date-icon {
  width: 24px;
  margin-right: 10px;
  margin-top: 5px;
}
.m__article-slider .article-slider__slide-title {
  font: 600 26px/30px "Gill Sans Nova";
  letter-spacing: 1.3px;
  color: #fff;
  text-decoration: underline;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.m__content-block {
  overflow-x: hidden;
}
@media screen and (max-width: 1050px) {
  .m__content-block.content-color-blue + .m__image-highlight {
    padding-top: 0;
  }
}
@media screen and (max-width: 1050px) {
  .m__content-block.content-color-blue + .m__image-highlight .image-highlight__text-header {
    padding-top: 50px;
    background-color: #FCFAF6;
  }
}
@media screen and (max-width: 1050px) {
  .m__content-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    content: "";
    position: absolute;
    top: -33px;
    left: 0;
    width: 100%;
    height: 245px;
    background-color: #FCFAF6;
  }
}
@media screen and (min-width: 992px) {
  .m__content-block.image-multi.content-color-white.has-bg-image {
    position: relative;
  }
}
.m__content-block.image-multi.content-color-white.has-bg-image .m__content-block-bg-image {
  display: none;
}
@media screen and (min-width: 992px) {
  .m__content-block.image-multi.content-color-white.has-bg-image .m__content-block-bg-image {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.08;
  }
}
.m__content-block.image-multi.content-color-white.has-bg-image .m__content-block-bg-image img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.m__content-block.u__pd-b-small + .m__hero.hero__size-auto {
  padding-top: 40px;
}
@media (max-width: 1050px) {
  .m__content-block.u__pd-b-small + .m__hero.hero__size-auto {
    padding-top: 50px;
  }
}
.m__content-block.u__pd-b-medium + .m__hero.hero__size-auto {
  padding-top: 90px;
}
@media (max-width: 1050px) {
  .m__content-block.u__pd-b-medium + .m__hero.hero__size-auto {
    padding-top: 50px;
  }
}
.m__content-block.u__pd-b-large + .m__hero.hero__size-auto {
  padding-top: 170px;
}
@media (max-width: 1050px) {
  .m__content-block.u__pd-b-large + .m__hero.hero__size-auto {
    padding-top: 50px;
  }
}
.m__content-block .content-block__image-col {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
}
.m__content-block .content-block__image-col img.mid {
  height: auto;
}
@media (max-width: 1050px) {
  .m__content-block .content-block__image-col img.mid {
    height: 350px;
    max-width: 100%;
    width: auto;
  }
}
@media (max-width: 1050px) {
  .m__content-block .content-block__image-col {
    height: 350px;
  }
}
.m__content-block.image-multi.content-color-white {
  position: relative;
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .m__content-block.image-multi.content-color-white {
    padding-top: 130px !important;
    margin-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .m__content-block.image-multi.content-color-white {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1600px) {
  .m__content-block.image-multi.content-color-white {
    padding-top: 170px !important;
    margin-top: 150px;
  }
}
.m__content-block.image-multi.content-color-white #line-animation {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .m__content-block.image-multi.content-color-white #line-animation {
    top: -75px;
  }
}
@media screen and (min-width: 1600px) {
  .m__content-block.image-multi.content-color-white #line-animation {
    top: -140px;
  }
}
.m__content-block.image-multi.content-color-white #line-animation path {
  stroke: #adc7ce;
}
@media screen and (min-width: 1550px) {
  .m__content-block.image-multi .u__wrap.m__content-block-main-row {
    max-width: 1487px;
  }
}
@media screen and (min-width: 992px) {
  .m__content-block.image-multi .u__wrap.m__content-block-main-row > .col-12:first-child {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .m__content-block.image-multi .u__wrap.m__content-block-main-row > .col-12:first-child {
    padding-right: 36px;
  }
}
@media screen and (min-width: 1600px) {
  .m__content-block.image-multi .u__wrap.m__content-block-main-row > .col-12:first-child {
    padding-right: 42px;
  }
}
@media screen and (min-width: 992px) {
  .m__content-block.image-multi .u__wrap.m__content-block-main-row > .col-12:last-child {
    padding-left: 30px;
  }
}
@media screen and (min-width: 1400px) {
  .m__content-block.image-multi .u__wrap.m__content-block-main-row > .col-12:last-child {
    padding-left: 36px;
  }
}
@media screen and (min-width: 1600px) {
  .m__content-block.image-multi .u__wrap.m__content-block-main-row > .col-12:last-child {
    padding-left: 42px;
  }
}
.m__content-block.image-multi .content-block__multi-images {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 1200px) {
  .m__content-block.image-multi .content-block__multi-images {
    margin-left: -27px;
    margin-right: -27px;
    margin-top: -170px;
  }
}
@media screen and (min-width: 1400px) {
  .m__content-block.image-multi .content-block__multi-images {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}
@media screen and (min-width: 1600px) {
  .m__content-block.image-multi .content-block__multi-images {
    margin-top: -210px;
  }
}
@media screen and (min-width: 1200px) {
  .m__content-block.image-multi .content-block__multi-images .content-block__multi-image-col {
    padding-left: 27px;
    padding-right: 27px;
  }
}
@media screen and (min-width: 992px) {
  .m__content-block.image-multi .content-block__multi-images .content-block__multi-image-col.top.top-left .content-block__multi-image {
    width: 20.66vw;
    height: 30.19vw;
    max-width: 367px;
  }
}
@media screen and (min-width: 992px) {
  .m__content-block.image-multi .content-block__multi-images .content-block__multi-image-col.top.top-right .content-block__multi-image {
    width: 15.1vw;
    height: 22.18vw;
    max-width: 260px;
  }
}
@media screen and (min-width: 992px) {
  .m__content-block.image-multi .content-block__multi-images .content-block__multi-image-col.bottom {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .m__content-block.image-multi .content-block__multi-images .content-block__multi-image-col.bottom {
    margin-top: 54px;
  }
}
.m__content-block.image-multi .content-block__multi-images .content-block__multi-image-col.bottom .content-block__multi-image {
  height: 55vw;
  max-height: 350px;
}
@media screen and (min-width: 768px) {
  .m__content-block.image-multi .content-block__multi-images .content-block__multi-image-col.bottom .content-block__multi-image {
    max-height: 400px;
  }
}
@media screen and (min-width: 992px) {
  .m__content-block.image-multi .content-block__multi-images .content-block__multi-image-col.bottom .content-block__multi-image {
    width: 27.9vw;
    height: 18.43vw;
    max-width: 506px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .m__content-block.image-multi .content-block__content-col {
    width: 460px;
  }
}
@media screen and (min-width: 1200px) {
  .m__content-block.image-multi .content-block__content-col {
    width: 525px;
  }
}
@media screen and (min-width: 1400px) {
  .m__content-block.image-multi .content-block__content-col {
    width: 575px;
  }
}
@media screen and (min-width: 1500px) {
  .m__content-block.image-multi .content-block__content-col {
    width: 625px;
  }
}
@media screen and (min-width: 1600px) {
  .m__content-block.image-multi .content-block__content-col {
    max-width: 647px;
  }
}
.m__content-block .step-out-icon {
  position: absolute;
  width: 151px;
  height: 149px;
  bottom: -50px;
  right: 51px;
  opacity: 0.85;
}
@media (max-width: 1050px) {
  .m__content-block .step-out-icon {
    display: none;
  }
}
.m__content-block .come-for-drink-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 3;
  width: 120px;
  height: auto;
}
@media screen and (min-width: 1051px) {
  .m__content-block .come-for-drink-icon {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .m__content-block .come-for-drink-icon {
    width: 140px;
    top: 40px;
    right: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .m__content-block .come-for-drink-icon {
    width: 160px;
    right: 0;
  }
}
@media screen and (min-width: 1600px) {
  .m__content-block .come-for-drink-icon {
    width: 180px;
    right: -100px;
  }
}
@media screen and (min-width: 1700px) {
  .m__content-block .come-for-drink-icon {
    right: -140px;
  }
}
@media screen and (min-width: 1446px) {
  .m__content-block.icon--wide .step-out-icon {
    right: -20px;
    bottom: -100px;
  }
}
@media screen and (min-width: 1550px) {
  .m__content-block.icon--wide .step-out-icon {
    right: -60px;
  }
}
@media screen and (min-width: 1700px) {
  .m__content-block.icon--wide .step-out-icon {
    right: -75px;
  }
}
.m__content-block.image-left .content-block__image-col {
  padding-right: 50px;
}
@media (max-width: 1050px) {
  .m__content-block.image-left .content-block__image-col {
    padding-right: 0px;
  }
}
.m__content-block.image-right .content-block__image-col {
  padding-left: 50px;
}
@media (max-width: 1050px) {
  .m__content-block.image-right .content-block__image-col {
    padding-left: 0px;
  }
}
@media (max-width: 1050px) {
  .m__content-block .content-block__content-col {
    padding-top: 30px;
  }
}
.m__content-block .content-block__subheader {
  font: 400 22px/30px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 1445px) {
  .m__content-block .content-block__subheader {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.m__content-block .content-block__header {
  font: 600 75px/80px "Gill Sans Nova";
  letter-spacing: 3.75px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1445px) {
  .m__content-block .content-block__header {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1050px) {
  .m__content-block .content-block__header {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 39px;
  }
}
.m__content-block .content-block__intro-copy {
  font: 400 32px/40px "Gill Sans Nova Book";
  letter-spacing: 1.6px;
  margin-bottom: 34px;
}
@media (max-width: 1445px) {
  .m__content-block .content-block__intro-copy {
    font-size: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 26px;
  }
}
.m__content-block .content-block__main-copy {
  margin-bottom: 65px;
}
@media (max-width: 1445px) {
  .m__content-block .content-block__main-copy {
    margin-bottom: 40px;
  }
}
.m__content-block .content-block__main-copy * {
  font: 400 22px/40px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  color: inherit;
}
@media (max-width: 1445px) {
  .m__content-block .content-block__main-copy * {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.9px;
  }
}
.m__content-block .content-block__main-copy p:last-child, .m__content-block .content-block__main-copy ul ol:last-child, .m__content-block .content-block__main-copy h1:last-child, .m__content-block .content-block__main-copy h2:last-child, .m__content-block .content-block__main-copy h3:last-child, .m__content-block .content-block__main-copy h4:last-child, .m__content-block .content-block__main-copy h5:last-child, .m__content-block .content-block__main-copy h6:last-child {
  margin-bottom: 0;
}
.m__content-block .content-block__main-copy ul {
  list-style-type: disc;
  padding-left: 25px;
}
.m__content-block .content-block__main-copy ul li {
  padding-left: 10px;
}
.m__content-block .content-block__main-copy a {
  color: inherit;
  text-decoration: underline;
}
.m__content-block .content-block__dropdown {
  border-bottom: 1px solid rgba(45, 65, 54, 0.3);
  margin-bottom: 40px;
  padding-bottom: 20px;
  cursor: pointer;
}
@media (max-width: 1050px) {
  .m__content-block .content-block__dropdown {
    padding-bottom: 0px;
  }
}
.m__content-block .content-block__dropdown.active .content-block__dropdown-title {
  padding-bottom: 10px;
}
.m__content-block .content-block__dropdown.active .content-block__dropdown-title img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m__content-block .content-block__dropdown.active .content-block__dropdown-content ul {
  max-height: 1000px;
}
@media (max-width: 1050px) {
  .m__content-block .content-block__dropdown.active .content-block__dropdown-content ul {
    padding-bottom: 30px;
  }
}
.m__content-block .content-block__dropdown-title {
  display: block;
  font: 600 40px/45px "Gill Sans Nova";
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 1050px) {
  .m__content-block .content-block__dropdown-title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.1px;
  }
}
.m__content-block .content-block__dropdown-title img {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 28px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.m__content-block .content-block__dropdown-content ul {
  padding: 0px;
  margin: 0px;
  font-size: 0px;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.m__content-block .content-block__dropdown-item {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font: 400 22px/40px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  opacity: 0.85;
}
@media (max-width: 1050px) {
  .m__content-block .content-block__dropdown-item {
    width: 100%;
  }
}
.m__content-block.title-across .content-block__across-title {
  padding-bottom: 150px;
  margin-bottom: -150px;
  position: relative;
  z-index: 3;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(252, 250, 246, 0)), color-stop(15%, rgba(252, 250, 246, 0.5)), color-stop(75%, rgb(252, 250, 246)));
  background: linear-gradient(0deg, rgba(252, 250, 246, 0) 0%, rgba(252, 250, 246, 0.5) 15%, rgb(252, 250, 246) 75%);
}
@media (max-width: 1050px) {
  .m__content-block.title-across .content-block__across-title {
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
}
.m__content-block.title-across .content-block__header {
  margin-bottom: -10px;
}
@media (max-width: 1050px) {
  .m__content-block.title-across .content-block__header {
    margin-bottom: 0px;
  }
}
.m__content-block.title-across .content-block__header.second-line {
  padding-left: 100px;
  margin-bottom: -50px;
}
@media (max-width: 1050px) {
  .m__content-block.title-across .content-block__header.second-line {
    padding-left: 0px;
    margin-bottom: 0px;
  }
}
.m__content-block.title-across .content-block__content-col {
  padding-top: 150px;
}
@media (max-width: 1050px) {
  .m__content-block.title-across .content-block__content-col {
    padding-top: 30px;
  }
}
.m__content-block.image-right .content-block__image-col {
  padding-right: 0px;
  padding-left: 50px;
}
@media (max-width: 1050px) {
  .m__content-block.image-right .content-block__image-col {
    padding-left: 0px;
  }
}
.m__content-block.content-color-white {
  background-color: #324266;
}
.m__content-block.content-color-white .content-block__dropdown {
  border-color: rgba(255, 255, 255, 0.2);
}

.m__content-slider {
  padding: 130px 0px;
  max-width: 100vw;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1279px) {
  .m__content-slider {
    padding: 50px 0px;
  }
}
.m__content-slider .content-slider__title {
  font: 600 48px/50px "Gill Sans Nova";
  letter-spacing: 2.4px;
  color: #283553;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .m__content-slider .content-slider__title {
    font-size: 28px;
    line-height: 34px;
    letter-spacing: 1.1px;
  }
}
.m__content-slider .content-slider__intro-copy {
  font: 400 22px/40px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  color: #283553;
  opacity: 0.85;
}
@media (max-width: 768px) {
  .m__content-slider .content-slider__intro-copy {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.9px;
  }
}
.m__content-slider .content-slider__slider-wrapper {
  position: relative;
  z-index: 2;
}
@media (max-width: 1050px) {
  .m__content-slider .content-slider__slider-wrapper {
    padding: 0px !important;
  }
}
@media (max-width: 1050px) {
  .m__content-slider .content-slider__slider-wrapper .col-12 {
    padding: 0px !important;
  }
}
.m__content-slider .content-slider__slider {
  position: relative;
  padding-top: 100px;
}
@media (max-width: 1279px) {
  .m__content-slider .content-slider__slider {
    padding-top: 30px;
  }
}
@media (max-width: 1050px) {
  .m__content-slider .content-slider__slider {
    padding-top: 55px;
    padding-left: 0px;
  }
}
.m__content-slider .content-slider__slide {
  display: inline-block;
  padding-right: 30px;
  -webkit-transform: scale(0.75);
          transform: scale(0.75);
  -webkit-transition: -webkit-transform 0.45s ease;
  transition: -webkit-transform 0.45s ease;
  transition: transform 0.45s ease;
  transition: transform 0.45s ease, -webkit-transform 0.45s ease;
}
@media (max-width: 1050px) {
  .m__content-slider .content-slider__slide {
    padding-right: 0px;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.m__content-slider .content-slider__slide-inner {
  position: relative;
  width: 1100px;
  height: 750px;
  padding-bottom: 60px;
  padding-left: 150px;
}
@media (max-width: 1050px) {
  .m__content-slider .content-slider__slide-inner {
    width: 100%;
    height: auto;
    padding-bottom: 0px;
    padding-left: 0px;
  }
}
.m__content-slider .content-slider__slide-image {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
@media (max-width: 1050px) {
  .m__content-slider .content-slider__slide-image {
    opacity: 0;
    height: 312px;
  }
}
.m__content-slider .content-slider__slide-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-color: #283553;
  width: 571px;
  padding: 35px 55px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
@media (max-width: 1050px) {
  .m__content-slider .content-slider__slide-content {
    width: 100%;
    position: relative;
    bottom: auto;
    left: auto;
  }
}
@media (max-width: 768px) {
  .m__content-slider .content-slider__slide-content {
    padding: 20px 34px;
  }
}
.m__content-slider .content-slider__slide-title {
  font: 600 26px/30px "Gill Sans Nova";
  letter-spacing: 1.3px;
  color: #fff;
  text-transform: uppercase;
}
.m__content-slider .content-slider__slide-title span {
  font: 300 30px/43px "Gill Sans Nova";
  letter-spacing: 0px;
  color: #fff;
  margin-right: 20px;
}
.m__content-slider .content-slider__slide-copy {
  font: 400 20px/30px "Gill Sans Nova Book";
  letter-spacing: 0px;
  color: #fff;
  opacity: 0.82;
}
.m__content-slider .content-slider__slider {
  padding-bottom: 100px;
}
@media (max-width: 1050px) {
  .m__content-slider .content-slider__slider {
    padding-bottom: 0px;
  }
}
.m__content-slider .content-slider__slider .slick-arrow {
  position: absolute;
  bottom: 0px;
  background: url("../../images/icon__arrow-left-orange.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 15px;
  height: 28px;
  border: 0px;
  font-size: 0px;
  z-index: 3;
}
.m__content-slider .content-slider__slider .slick-arrow.slick-next {
  right: 90px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .m__content-slider .content-slider__slider .slick-arrow.slick-next {
    right: 20px;
  }
}
.m__content-slider .content-slider__slider .slick-arrow.slick-prev {
  right: 130px;
}
@media (max-width: 768px) {
  .m__content-slider .content-slider__slider .slick-arrow.slick-prev {
    right: 60px;
  }
}
.m__content-slider .content-slider__slider .slick-arrow:focus {
  outline: 0;
}
@media (max-width: 1050px) {
  .m__content-slider .content-slider__slider .slick-arrow {
    bottom: 65px;
    background-image: url("../../images/icon__arrow-right-white.svg");
  }
}
.m__content-slider .content-slider__slider .slick-dots {
  position: absolute;
  text-align: left;
  bottom: 14px;
  left: 0px;
  font-size: 0px;
  padding-left: 180px;
}
@media (max-width: 1050px) {
  .m__content-slider .content-slider__slider .slick-dots {
    display: none !important;
  }
}
.m__content-slider .content-slider__slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  width: 200px;
  height: 2px;
  background: #283553;
  opacity: 0.5;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.m__content-slider .content-slider__slider .slick-dots li button {
  opacity: 0;
}
.m__content-slider .content-slider__slider .slick-dots li.slick-active {
  opacity: 1;
}
.m__content-slider .content-slider__slide.slick-current {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.m__content-slider .content-slider__slide.slick-current .content-slider__slide-content,
.m__content-slider .content-slider__slide.slick-current .content-slider__slide-image {
  opacity: 1;
}
.m__content-slider:after {
  content: "";
  position: absolute;
  top: 400px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  height: 150px;
  width: 100%;
  background-image: url("../../images/line.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.m__cta-banner {
  position: relative;
  padding: 175px 0px;
  background-color: #000;
}
@media (max-width: 1050px) {
  .m__cta-banner {
    padding: 50px 0px 100px 0px;
  }
}
.m__cta-banner .cta-banner__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0.85;
  overflow: hidden;
}
.m__cta-banner .cta-banner__image img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.m__cta-banner .row {
  height: 100%;
}
@media (max-width: 1050px) {
  .m__cta-banner .row {
    position: relative;
    z-index: 1;
  }
}
.m__cta-banner .cta-banner__link {
  z-index: 2;
  position: relative;
  display: block;
}
.m__cta-banner .cta-banner__link:hover {
  text-decoration: none;
}
.m__cta-banner .cta-banner__subheader {
  font: 400 22px/30px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 768px) {
  .m__cta-banner .cta-banner__subheader {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 11px;
  }
}
.m__cta-banner .cta-banner__header {
  font: 600 75px/80px "Gill Sans Nova";
  letter-spacing: 3.75px;
  text-transform: uppercase;
  margin-bottom: -10px;
}
@media (max-width: 1445px) {
  .m__cta-banner .cta-banner__header {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1050px) {
  .m__cta-banner .cta-banner__header {
    margin-bottom: 0px;
  }
}
@media (max-width: 768px) {
  .m__cta-banner .cta-banner__header {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1px;
  }
}
.m__cta-banner .cta-banner__header.second-line {
  padding-left: 100px;
  margin-bottom: -50px;
}
@media (max-width: 1050px) {
  .m__cta-banner .cta-banner__header.second-line {
    padding-left: 0px;
    margin-bottom: 0px;
  }
}
.m__cta-banner .cta-banner__arrow {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1050px) {
  .m__cta-banner .cta-banner__arrow {
    display: block;
    position: relative;
    bottom: auto;
    right: auto;
    margin: 40px auto 0px auto;
  }
}
@media (max-width: 768px) {
  .m__cta-banner .cta-banner__arrow {
    margin-top: 25px;
  }
}
.m__cta-banner.text-colour-blue {
  background-color: #fff;
}
.m__cta-banner:before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}
@media (max-width: 768px) {
  .m__cta-banner:before {
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(75%, rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 75%);
  }
}
.m__cta-banner:hover .cta-banner__image img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.m__cta-banner:hover .cta-banner__arrow {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
}

.m__events-list {
  position: relative;
  overflow: hidden;
  padding-bottom: 175px;
}
@media (max-width: 1700px) {
  .m__events-list {
    padding-bottom: 100px;
  }
}
.m__events-list .events-list__filters {
  border-bottom: 1px solid #283553;
  text-align: center;
}
@media (max-width: 1050px) {
  .m__events-list .events-list__filters {
    border-bottom: 0px;
  }
  .m__events-list .events-list__filters .u__wrap,
  .m__events-list .events-list__filters .col-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.m__events-list .events-list__filters .col-12 {
  padding: 0px;
}
.m__events-list .events-list__filter-intro {
  border-right: 1px solid #283553;
  color: #283553;
  font: 400 18px/25px "Gill Sans Nova Book";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 27px 0px;
  margin-bottom: 0px;
}
@media (max-width: 1050px) {
  .m__events-list .events-list__filter-intro {
    position: absolute;
    border-right: 0px;
    left: 30px;
  }
}
.m__events-list .events-list__filter-title {
  border-right: 1px solid #283553;
  cursor: pointer;
  color: #283553;
  font: 400 18px/25px "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 27px 0px;
  margin-bottom: 0px;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 1050px) {
  .m__events-list .events-list__filter-title {
    border-right: 0px;
    border-bottom: 1px solid #283553;
    text-align: left;
    padding-left: 30px;
  }
}
.m__events-list .events-list__filter-title .fake-border {
  width: 100%;
  height: 1px;
  background-color: #F4F2EF;
  position: absolute;
  left: 0px;
  bottom: -1px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.m__events-list .events-list__filter-title img {
  width: 16px;
  height: 9px;
  margin-left: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 1050px) {
  .m__events-list .events-list__filter-title img {
    position: absolute;
    right: 30px;
    top: 35px;
  }
}
.m__events-list .events-list__filter-title:hover {
  background-color: #F4F2EF;
}
.m__events-list .events-list__filter-title:hover img {
  -webkit-transform: translateY(2.5px);
          transform: translateY(2.5px);
}
.m__events-list .events-list__filter-title.active {
  background-color: #F4F2EF;
}
.m__events-list .events-list__filter-title.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m__events-list .events-list__filter-title.active .fake-border {
  opacity: 1;
}
.m__events-list .events-list__filter-select {
  position: absolute;
  left: 0px;
  top: 80px;
  z-index: 5;
  width: 100%;
  padding: 30px 0px;
  background-color: #F4F2EF;
  opacity: 0;
  -webkit-transform: translateX(9999px);
          transform: translateX(9999px);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.m__events-list .events-list__filter-select.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
@media (max-width: 1050px) {
  .m__events-list .events-list__filter-select-region {
    top: 158px;
  }
}
@media (max-width: 1050px) {
  .m__events-list .events-list__filter-select-category {
    top: 238px;
  }
}
.m__events-list .events-list__filters-close {
  position: absolute;
  cursor: pointer;
  right: 200px;
  top: 30px;
  width: 31px;
  height: 31px;
}
@media (max-width: 1050px) {
  .m__events-list .events-list__filters-close {
    display: none;
  }
}
.m__events-list .events-list__filters-list {
  margin: 0px;
  padding: 0px;
}
.m__events-list .events-list__filter-item {
  font: 400 14px/20px "Gill Sans Nova Book";
  letter-spacing: 0.7px;
  color: #283553;
  text-transform: uppercase;
  padding: 15px;
  min-width: 150px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 20px;
  border: 1px solid #283553;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.m__events-list .events-list__filter-item:hover, .m__events-list .events-list__filter-item.active {
  color: #fff;
  background-color: #283553;
}
.m__events-list .events-list__filter-item a:hover {
  text-decoration: none;
}
.m__events-list .events-list__filter-reset {
  color: #283553;
  font: 400 18px/25px "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 27px 0px;
  margin-bottom: 0px;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 1050px) {
  .m__events-list .events-list__filter-reset {
    text-align: right;
    border-bottom: 1px solid #283553;
    padding-right: 30px;
  }
}
.m__events-list .events-list__filter-reset img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.m__events-list .events-list__filter-reset:hover {
  background-color: #F4F2EF;
}
.m__events-list .events-list__events {
  position: relative;
  padding: 100px 0px 50px 0px;
}
@media (max-width: 1050px) {
  .m__events-list .events-list__events {
    padding: 50px 0px 25px 0px;
  }
}
@media (max-width: 1050px) {
  .m__events-list .events-list__events .e-card {
    margin-bottom: 60px;
  }
}
.m__events-list .events-list__events-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: translateX(9999px);
          transform: translateX(9999px);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.m__events-list .events-list__events-overlay.active {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.m__events-list .events-list__load-more {
  position: relative;
}
.m__events-list .events-list__load-more .step-out-icon {
  position: absolute;
  left: 200px;
  top: 0px;
  width: 151px;
}
@media (max-width: 1050px) {
  .m__events-list .events-list__load-more .step-out-icon {
    display: none;
  }
}
.m__events-list .button__events-load-more.hidden {
  display: none;
}
.m__events-list .events-list__error {
  font: 600 26px/30px "Gill Sans Nova";
  letter-spacing: 1.3px;
  color: #283553;
  text-transform: uppercase;
  margin-bottom: 0px;
  display: none;
}
.m__events-list .events-list__error .button {
  margin-top: 20px;
}
.m__events-list .events-list__error.active {
  display: block;
}

.m__hero {
  position: relative;
  max-width: 100vw;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .m__hero--full-height-mobile {
    height: 100vh;
  }
}
.m__hero .hero__slides-wrapper {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
}
.m__hero .hero__slides-wrapper .slick-list,
.m__hero .hero__slides-wrapper .slick-track {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m__hero .hero__slides-wrapper .slick-arrow {
  position: absolute;
  bottom: 100px;
  border: 0px;
  font-size: 0px;
  background: url("../../images/icon__arrow-right-white.svg");
  width: 15px;
  height: 28px;
  z-index: 4;
  background-size: contain;
  background-repeat: no-repeat;
}
.m__hero .hero__slides-wrapper .slick-arrow.slick-next {
  right: 100px;
}
@media (max-width: 768px) {
  .m__hero .hero__slides-wrapper .slick-arrow.slick-next {
    right: 50px;
  }
}
.m__hero .hero__slides-wrapper .slick-arrow.slick-prev {
  right: 160px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 768px) {
  .m__hero .hero__slides-wrapper .slick-arrow.slick-prev {
    right: 100px;
  }
}
.m__hero .hero__slide {
  height: 100%;
  width: 100%;
  display: inline-block;
  position: relative;
}
.m__hero .hero__background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #000;
}
.m__hero .hero__background--vimeo iframe {
  width: 177.7777777778vh;
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.m__hero .hero__background--vimeo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.m__hero .hero__background .hero-image,
.m__hero .hero__background .hero-video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.m__hero .hero__background .hero-image {
  opacity: 0.85;
}
.m__hero .hero__content {
  height: 100%;
  width: 100%;
  z-index: 2;
  position: relative;
}
.m__hero .hero__content .row {
  height: 100%;
  width: 100%;
}
.m__hero .hero__subheader {
  font: normal 22px/30px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.4);
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1445px) {
  .m__hero .hero__subheader {
    margin-bottom: 30px;
  }
}
@media (max-width: 1279px) {
  .m__hero .hero__subheader {
    line-height: 22px;
    margin-bottom: 20px;
  }
}
@media (max-width: 1050px) {
  .m__hero .hero__subheader {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0.9px;
  }
}
.m__hero .hero__main-header {
  font: 600 75px/80px "Gill Sans Nova";
  letter-spacing: 3.75px;
  text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1803921569);
  text-transform: uppercase;
  margin-bottom: 25px;
}
@media (max-width: 1445px) {
  .m__hero .hero__main-header {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1050px) {
  .m__hero .hero__main-header {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1px;
  }
}
.m__hero .hero__icon {
  margin: 0 auto 50px auto;
  width: 72px;
}
@media (max-width: 1445px) {
  .m__hero .hero__icon {
    margin-bottom: 20px;
  }
}
.m__hero .hero__venue-text {
  font: 400 20px/40px "Gill Sans Nova";
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.m__hero .hero__venue-text img {
  width: 15px;
  height: 21px;
  margin-right: 5px;
}
.m__hero .hero__times-text {
  font: 400 20px/40px "Gill Sans Nova";
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
.m__hero .hero__times-text img {
  width: 24px;
  margin-right: 5px;
}
.m__hero .hero__copy {
  font: normal 28px/36px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4509803922);
  max-width: 700px;
  margin: 0 auto 50px auto;
}
@media (max-width: 768px) {
  .m__hero .hero__copy {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px;
  }
}
.m__hero .hero__explore {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.m__hero .hero__explore-line-container {
  width: 1px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
}
.m__hero .hero__read-more {
  font: 400 18px/25px "Gill Sans Nova Book";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.4);
  margin-bottom: 10px;
  display: block;
  pointer-events: none;
}
.m__hero .hero__explore-line {
  width: 100%;
  height: 100%;
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 50%);
  background-position: 0 -80px;
  background-size: 100% 200%;
  -webkit-animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
          animation: scrolldown 2.2s cubic-bezier(0.76, 0, 0.3, 1) forwards infinite;
}
.m__hero .step-out-icon {
  position: absolute;
  top: 0px;
  right: -151px;
  width: 151px;
  height: 149px;
  opacity: 0.85;
}
@media screen and (max-width: 1700px) {
  .m__hero .step-out-icon {
    right: -50px;
    width: 125px;
    height: 123px;
  }
}
@media (max-width: 1500px) {
  .m__hero .step-out-icon {
    right: 0px;
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1050px) {
  .m__hero .step-out-icon {
    display: none;
  }
}
.m__hero.hero__size-full {
  height: 100vh;
}
.m__hero.hero__size-medium .hero__slide {
  padding: 200px 0px;
}
@media (max-width: 1050px) {
  .m__hero.hero__size-medium .hero__slide {
    padding: 160px 0px 80px 0px;
  }
}
.m__hero .hero__slide.hero__type-event .hero__subheader, .m__hero .hero__slide.hero__type-article .hero__subheader {
  margin-bottom: 20px;
}
.m__hero .hero__slide.hero__type-event .hero__icon, .m__hero .hero__slide.hero__type-article .hero__icon {
  display: none;
}
.m__hero .hero__slide.hero__type-event .hero__copy, .m__hero .hero__slide.hero__type-article .hero__copy {
  margin-left: 0px;
  margin-right: 0px;
  height: 60px;
  overflow: hidden;
}
@media (max-width: 1050px) {
  .m__hero .hero__slide.hero__type-event .hero__copy, .m__hero .hero__slide.hero__type-article .hero__copy {
    display: none;
  }
}
.m__hero .hero__slide.hero__type-transparent .hero__subheader,
.m__hero .hero__slide.hero__type-transparent .hero__main-header,
.m__hero .hero__slide.hero__type-transparent .hero__copy {
  text-shadow: none;
}
.m__hero.hero__has-coloured-bg {
  background-color: #324266;
}
.m__hero.hero__has-coloured-bg .hero__background {
  background: none;
}
.m__hero.hero__has-coloured-bg .hero__background .hero-image {
  position: relative;
  opacity: 0.06;
}
.m__hero.hero__has-coloured-bg .hero__background .hero-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 66, 102, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#324266), color-stop(20%, rgba(50, 66, 102, 0)), to(rgba(50, 66, 102, 0)));
  background: linear-gradient(180deg, #324266 0%, rgba(50, 66, 102, 0) 20%, rgba(50, 66, 102, 0) 100%);
}
.m__hero.hero__has-coloured-bg .hero__background .hero-image img {
  -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

@-webkit-keyframes scrolldown {
  0% {
    background-position: 0 -80px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 80px;
  }
}

@keyframes scrolldown {
  0% {
    background-position: 0 -80px;
  }
  75% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 80px;
  }
}
.m__image-highlight {
  max-width: 100vw;
  overflow: hidden;
  background-color: #FCFAF6;
}
@media (max-width: 1050px) {
  .m__image-highlight {
    background-color: #324266;
    padding-top: 50px;
  }
}
.m__image-highlight .image-highlight__text-header {
  margin-bottom: -37px;
  z-index: 4;
  position: relative;
}
@media (max-width: 1050px) {
  .m__image-highlight .image-highlight__text-header {
    background: transparent;
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
}
.m__image-highlight .image-highlight__subheader {
  font: normal 22px/30px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
@media (max-width: 1050px) {
  .m__image-highlight .image-highlight__subheader {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.m__image-highlight .image-highlight__header {
  font: 600 75px/80px "Gill Sans Nova";
  letter-spacing: 3.75px;
  text-transform: uppercase;
}
@media (max-width: 1445px) {
  .m__image-highlight .image-highlight__header {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1050px) {
  .m__image-highlight .image-highlight__header {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 39px;
  }
}
.m__image-highlight .image-highlight__sliders {
  position: relative;
  z-index: 2;
}
@media (max-width: 1050px) {
  .m__image-highlight .image-highlight__sliders {
    margin-bottom: 39px;
  }
}
.m__image-highlight .image-highlight__sliders:before {
  content: "";
  position: absolute;
  top: 87px;
  right: 0;
  width: calc(33.333333% + 10px);
  height: calc(100% - 87px);
  z-index: -1;
  background-color: #324266;
}
@media (max-width: 1050px) {
  .m__image-highlight .image-highlight__sliders:before {
    content: none;
  }
}
.m__image-highlight .image-highlight__sliders__image-col {
  position: relative;
}
@media screen and (min-width: 992px) and (max-width: 1050px) {
  .m__image-highlight .image-highlight__sliders__image-col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.m__image-highlight .image-highlight__sliders__image-col:before, .m__image-highlight .image-highlight__sliders__image-col:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 15px);
  z-index: 3;
}
@media screen and (min-width: 1051px) {
  .m__image-highlight .image-highlight__sliders__image-col:before {
    height: 100%;
    background: rgba(50, 66, 102, 0);
    background: -webkit-gradient(linear, right top, left top, from(rgb(50, 66, 102)), to(rgba(50, 66, 102, 0)));
    background: linear-gradient(270deg, rgb(50, 66, 102) 0%, rgba(50, 66, 102, 0) 100%);
    opacity: 0.6;
  }
}
@media screen and (min-width: 1051px) {
  .m__image-highlight .image-highlight__sliders__image-col:after {
    height: 35%;
    background: rgba(255, 255, 255, 0);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    opacity: 0.8;
  }
}
.m__image-highlight .image-highlight__image-slider {
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1050px) {
  .m__image-highlight .image-highlight__image-slider {
    padding-left: 35px;
  }
}
.m__image-highlight .image-highlight__image-slider .slick-list {
  padding: 0 8% 0 0;
}
@media screen and (min-width: 400px) {
  .m__image-highlight .image-highlight__image-slider .slick-list {
    padding: 0 15% 0 0;
  }
}
@media screen and (min-width: 576px) {
  .m__image-highlight .image-highlight__image-slider .slick-list {
    padding: 0 25% 0 0;
  }
}
@media screen and (min-width: 768px) {
  .m__image-highlight .image-highlight__image-slider .slick-list {
    padding: 0 10% 0 0;
  }
}
@media screen and (min-width: 1051px) {
  .m__image-highlight .image-highlight__image-slider .slick-list {
    padding: 0;
  }
}
@media (max-width: 1050px) {
  .m__image-highlight .image-highlight__image-slider .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.m__image-highlight .image-highlight__image-slide {
  width: 100%;
  display: inline-block;
  position: relative;
}
@media (max-width: 1050px) {
  .m__image-highlight .image-highlight__image-slide {
    width: auto;
    margin-right: 30px;
  }
}
.m__image-highlight .image-highlight__image {
  width: 100%;
  height: 100vh;
  max-height: 929px;
  background-color: #000;
}
@media (max-width: 1050px) {
  .m__image-highlight .image-highlight__image {
    height: 424px;
    border-bottom: 8px solid #E27E32;
  }
}
@media (max-width: 1050px) {
  .m__image-highlight .image-highlight__image img {
    opacity: 0.8;
  }
}
.m__image-highlight .image-highlight__image-content {
  display: none;
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 100px 30px 45px 30px;
}
@media (max-width: 1050px) {
  .m__image-highlight .image-highlight__image-content {
    display: block;
  }
}
.m__image-highlight .image-highlight__image-count {
  font: 300 22px/30px "Gill Sans Nova";
  letter-spacing: 1.1px;
  color: #fff;
  margin-right: 10px;
  text-transform: uppercase;
}
.m__image-highlight .image-highlight__image-text {
  font: 600 18px/22px "Gill Sans Nova";
  letter-spacing: 0.9px;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 1051px) {
  .m__image-highlight .image-highlight__image-text {
    overflow: hidden;
    margin-left: -135px;
  }
}
@media screen and (min-width: 1200px) {
  .m__image-highlight .image-highlight__image-text {
    margin-left: -150px;
  }
}
@media screen and (min-width: 1400px) {
  .m__image-highlight .image-highlight__image-text {
    margin-left: -160px;
  }
}
.m__image-highlight .image-highlight__text-col {
  z-index: 3;
}
.m__image-highlight .image-highlight__text-slider {
  display: none;
}
@media screen and (min-width: 1051px) {
  .m__image-highlight .image-highlight__text-slider {
    display: block;
    padding: 0px;
    list-style: none;
  }
}
.m__image-highlight .image-highlight__text-slide {
  margin-bottom: 30px;
}
.m__image-highlight .image-highlight__text-slide .image-highlight__text-slide-wrapper {
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.m__image-highlight .image-highlight__text-slide.slick-active .image-highlight__text-slide-wrapper {
  opacity: 1;
}
.m__image-highlight .image-highlight__text-slide.slick-active .image-highlight__text:after {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.m__image-highlight .image-highlight__count {
  font: 300 22px/30px "Gill Sans Nova";
  letter-spacing: 1.1px;
  color: #fff;
  margin-right: 10px;
  text-transform: uppercase;
}
.m__image-highlight .image-highlight__text {
  font-family: "Gill Sans Nova";
  font-weight: 600;
  line-height: 1.125;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  padding: 0px 5px 5px 5px;
}
@media (max-width: 1050px) {
  .m__image-highlight .image-highlight__text {
    text-decoration: underline;
  }
}
@media screen and (min-width: 1051px) {
  .m__image-highlight .image-highlight__text {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .m__image-highlight .image-highlight__text {
    font-size: 32px;
  }
}
@media screen and (min-width: 1400px) {
  .m__image-highlight .image-highlight__text {
    font-size: 36px;
  }
}
@media screen and (min-width: 1600px) {
  .m__image-highlight .image-highlight__text {
    font-size: 40px;
  }
}
.m__image-highlight .image-highlight__text:after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0px;
  left: -100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
.m__image-highlight .image-highlight__button-mobile-wrapper {
  margin-top: 20px;
  padding-bottom: 30px;
}
.m__image-highlight .image-highlight__button-mobile {
  z-index: 3;
}

.m__instagram-feed {
  max-width: 100vw;
  overflow-x: hidden;
}
.m__instagram-feed .instagram-feed__subheader {
  font: normal 22px/30px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.m__instagram-feed .instagram-feed__header {
  font: 600 75px/80px "Gill Sans Nova";
  letter-spacing: 3.75px;
  text-transform: uppercase;
  margin-bottom: -10px;
}
@media (max-width: 1279px) {
  .m__instagram-feed .instagram-feed__header {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1050px) {
  .m__instagram-feed .instagram-feed__header {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1px;
  }
}
.m__instagram-feed .instagram-feed__feed-wrapper {
  position: relative;
  margin-top: 37px;
  padding: 0 20px 0 35px;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.m__instagram-feed .instagram-feed__feed-wrapper::-webkit-scrollbar {
  display: none;
}
@media screen and (min-width: 768px) {
  .m__instagram-feed .instagram-feed__feed-wrapper {
    margin-top: 17px;
    padding: 0 5px 0 35px;
  }
}
@media screen and (min-width: 992px) {
  .m__instagram-feed .instagram-feed__feed-wrapper {
    margin-top: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .m__instagram-feed .instagram-feed__feed-wrapper {
    margin-top: 27px;
  }
}
@media screen and (min-width: 1350px) {
  .m__instagram-feed .instagram-feed__feed-wrapper {
    padding: 0 0 0 calc((100vw - 1350px) / 2 + 35px);
  }
}
@media screen and (min-width: 1446px) {
  .m__instagram-feed .instagram-feed__feed-wrapper {
    padding: 0 0 0 calc((100vw - 1350px) / 2 + 15px);
  }
}
@media screen and (max-width: 767px) {
  .m__instagram-feed .instagram-feed__feed {
    width: 200vw;
    margin-left: 0px;
  }
}
.m__instagram-feed .instagram-feed__feed #sb_instagram {
  padding-bottom: 0px !important;
}
.m__instagram-feed .instagram-feed__feed #sb_instagram.sbi_col_4 #sbi_images .sbi_item {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0 !important;
}
.m__instagram-feed .instagram-feed__feed #sb_instagram#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
  padding-right: 30px !important;
}
@media (max-width: 767px) {
  .m__instagram-feed .instagram-feed__feed #sb_instagram#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 25%;
    padding-right: 15px !important;
  }
}
@media (min-width: 768px) {
  .m__instagram-feed .instagram-feed__feed #sb_instagram#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 40vw;
  }
}
@media (min-width: 1200px) {
  .m__instagram-feed .instagram-feed__feed #sb_instagram#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 30vw;
  }
}
@media (min-width: 1446px) {
  .m__instagram-feed .instagram-feed__feed #sb_instagram#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    padding-right: 45px !important;
  }
}
@media (min-width: 1600px) {
  .m__instagram-feed .instagram-feed__feed #sb_instagram#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 27vw;
  }
}
@media (min-width: 1800px) {
  .m__instagram-feed .instagram-feed__feed #sb_instagram#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
    width: 25vw;
  }
}
@media (min-width: 1350px) {
  .m__instagram-feed .instagram-feed__feed #sb_instagram#sb_instagram.sbi_col_4 #sbi_images .sbi_item:last-child {
    padding-right: calc((100vw - 1350px) / 2 + 35px) !important;
  }
}
@media (min-width: 1446px) {
  .m__instagram-feed .instagram-feed__feed #sb_instagram#sb_instagram.sbi_col_4 #sbi_images .sbi_item:last-child {
    padding-right: calc((100vw - 1350px) / 2 + 15px) !important;
  }
}
@media screen and (min-width: 1600px) {
  .m__instagram-feed .instagram-feed__feed #sb_instagram#sb_instagram.sbi_col_4 #sbi_images .sbi_item:last-child {
    padding-right: 45px !important;
  }
}
.m__instagram-feed .instagram-feed__feed #sb_instagram #sbi_images {
  padding: 25px 0 !important;
}
@media (max-width: 767px) {
  .m__instagram-feed .instagram-feed__feed #sb_instagram #sbi_images {
    padding: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  .m__instagram-feed .instagram-feed__feed #sb_instagram #sbi_images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
  }
}
.m__instagram-feed .instagram-feed__feed #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap {
  overflow: hidden;
}
.m__instagram-feed .instagram-feed__feed #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.m__instagram-feed .instagram-feed__feed #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap .sbi_photo img {
  display: none !important;
}
@media (hover: hover) and (pointer: fine) {
  .m__instagram-feed .instagram-feed__feed #sb_instagram #sbi_images .sbi_item .sbi_photo_wrap:hover .sbi_photo {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.m__instagram-feed.bg__blue {
  background-color: #324266;
}
.m__instagram-feed.bg__blue.has-bg-image {
  position: relative;
}
.m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.04;
}
.m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(50, 66, 102, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#324266), color-stop(20%, rgba(50, 66, 102, 0)), to(rgba(50, 66, 102, 0)));
  background: linear-gradient(180deg, #324266 0%, rgba(50, 66, 102, 0) 20%, rgba(50, 66, 102, 0) 100%);
}
.m__instagram-feed.bg__blue .instagram-feed__subheader,
.m__instagram-feed.bg__blue .instagram-feed__header,
.m__instagram-feed.bg__blue .button.instagram-feed__button {
  color: #fff;
}

.m__venues-list {
  position: relative;
  overflow: hidden;
  padding-bottom: 175px;
  z-index: 3;
}
@media (max-width: 1445px) {
  .m__venues-list {
    padding-bottom: 100px;
  }
}
.m__venues-list .venues-list__filters {
  border-bottom: 1px solid #283553;
  text-align: center;
}
@media (max-width: 1050px) {
  .m__venues-list .venues-list__filters {
    border-bottom: 0px;
  }
  .m__venues-list .venues-list__filters .u__wrap,
  .m__venues-list .venues-list__filters .col-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.m__venues-list .venues-list__filter-intro {
  border-right: 1px solid #283553;
  color: #283553;
  font: 400 18px/25px "Gill Sans Nova Book";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 27px 0px;
  margin-bottom: 0px;
}
@media (max-width: 1050px) {
  .m__venues-list .venues-list__filter-intro {
    position: absolute;
    border-right: 0px;
    left: 30px;
  }
}
.m__venues-list .venues-list__filter-title {
  position: relative;
  border-right: 1px solid #283553;
  cursor: pointer;
  color: #283553;
  font: 400 18px/25px "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 27px 0px;
  margin-bottom: 0px;
  position: relative;
}
@media (max-width: 1050px) {
  .m__venues-list .venues-list__filter-title {
    border-right: 0px;
    border-bottom: 1px solid #283553;
    text-align: left;
    padding-left: 30px;
  }
}
.m__venues-list .venues-list__filter-title .fake-border {
  width: calc(100% + 30px);
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: -30px;
  bottom: -1px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.m__venues-list .venues-list__filter-title img {
  width: 16px;
  height: 9px;
  margin-left: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 1050px) {
  .m__venues-list .venues-list__filter-title img {
    position: absolute;
    right: 30px;
    top: 35px;
  }
}
.m__venues-list .venues-list__filter-title:hover img {
  -webkit-transform: translateY(2.5px);
          transform: translateY(2.5px);
}
.m__venues-list .venues-list__filter-title.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m__venues-list .venues-list__filter-title.active .fake-border {
  opacity: 1;
}
.m__venues-list .venues-list__filter-select {
  position: absolute;
  left: 0px;
  top: 80px;
  z-index: 5;
  width: 100%;
  padding: 30px 0px;
  background-color: #FCFAF6;
  opacity: 0;
  -webkit-transform: translateX(9999px);
          transform: translateX(9999px);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.m__venues-list .venues-list__filter-select.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
@media (max-width: 1050px) {
  .m__venues-list .venues-list__filter-select-region {
    top: 158px;
  }
}
@media (max-width: 1050px) {
  .m__venues-list .venues-list__filter-select-category {
    top: 238px;
  }
}
.m__venues-list .venues-list__filters-close {
  position: absolute;
  cursor: pointer;
  right: 200px;
  top: 30px;
  width: 31px;
  height: 31px;
}
@media (max-width: 1050px) {
  .m__venues-list .venues-list__filters-close {
    display: none;
  }
}
.m__venues-list .venues-list__filters-list {
  margin: 0px;
  padding: 0px;
}
.m__venues-list .venues-list__filter-item {
  font: 400 14px/20px "Gill Sans Nova Book";
  letter-spacing: 0.7px;
  color: #283553;
  text-transform: uppercase;
  padding: 15px;
  min-width: 150px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 20px;
  border: 1px solid #283553;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.m__venues-list .venues-list__filter-item:hover, .m__venues-list .venues-list__filter-item.active {
  color: #fff;
  background-color: #283553;
}
.m__venues-list .venues-list__filter-item a:hover {
  text-decoration: none;
}
.m__venues-list .venues-list__filter-reset {
  color: #283553;
  font: 400 18px/25px "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 27px 0px;
  margin-bottom: 0px;
  cursor: pointer;
}
@media (max-width: 1050px) {
  .m__venues-list .venues-list__filter-reset {
    text-align: right;
    border-bottom: 1px solid #283553;
    padding-right: 30px;
  }
}
.m__venues-list .venues-list__filter-reset img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.m__venues-list .venues-list__venues {
  position: relative;
  padding: 100px 0px 50px 0px;
}
@media (max-width: 1050px) {
  .m__venues-list .venues-list__venues {
    padding: 50px 0px 25px 0px;
  }
}
@media (max-width: 1050px) {
  .m__venues-list .venues-list__venues .e-card {
    margin-bottom: 60px;
  }
}
.m__venues-list .venues-list__venues-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: translateX(9999px);
          transform: translateX(9999px);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.m__venues-list .venues-list__venues-overlay.active {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.m__venues-list .venues-list__load-more {
  position: relative;
}
.m__venues-list .venues-list__load-more .step-out-icon {
  position: absolute;
  left: 200px;
  top: 0px;
  width: 151px;
}
@media (max-width: 1050px) {
  .m__venues-list .venues-list__load-more .step-out-icon {
    display: none;
  }
}
.m__venues-list .button__venues-load-more.hidden {
  display: none;
}
.m__venues-list .venues-list__error {
  font: 600 26px/30px "Gill Sans Nova";
  letter-spacing: 1.3px;
  color: #283553;
  text-transform: uppercase;
  margin-bottom: 0px;
  display: none;
}
.m__venues-list .venues-list__error .button {
  margin-top: 20px;
}
.m__venues-list .venues-list__error.active {
  display: block;
}

.m__boxes {
  padding: 100px 0px;
  position: relative;
  max-width: 100vw;
  overflow-x: hidden;
}
.m__boxes .u__wrap {
  z-index: 2;
}
@media screen and (min-width: 1440px) {
  .m__boxes .u__wrap.boxes__boxes-u__wrap {
    max-width: 1400px;
  }
}
.m__boxes .boxes__heading {
  font: 600 75px/80px "Gill Sans Nova";
  letter-spacing: 3.75px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (max-width: 1445px) {
  .m__boxes .boxes__heading {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1050px) {
  .m__boxes .boxes__heading {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1px;
  }
}
.m__boxes .boxes__header-icon {
  margin: 0 auto 65px auto;
  width: 72px;
}
.m__boxes .boxes__boxes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (max-width: 1050px) {
  .m__boxes .boxes__boxes-wrapper {
    display: block;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 576px) {
  .m__boxes .boxes__boxes-wrapper .slick-list {
    padding: 0 25% 0 0;
  }
}
@media screen and (min-width: 750px) {
  .m__boxes .boxes__boxes-wrapper .slick-list {
    padding: 0 15% 0 0;
  }
}
@media screen and (min-width: 825px) {
  .m__boxes .boxes__boxes-wrapper .slick-list {
    padding: 0 8% 0 0;
  }
}
@media (max-width: 1050px) {
  .m__boxes .boxes__boxes-wrapper .slick-list .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.m__boxes .boxes__boxes-wrapper .slick-arrow {
  position: absolute;
  bottom: 0;
  opacity: 1;
  -webkit-transition: opacity ease-in-out 0.4s;
  transition: opacity ease-in-out 0.4s;
}
.m__boxes .boxes__boxes-wrapper .slick-arrow.slick-disabled {
  opacity: 0.4;
}
.m__boxes .boxes__boxes-wrapper .slick-arrow.slick-prev {
  right: 45px;
}
@media screen and (min-width: 576px) {
  .m__boxes .boxes__boxes-wrapper .slick-arrow.slick-prev {
    right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .m__boxes .boxes__boxes-wrapper .slick-arrow.slick-prev {
    right: 60px;
  }
}
@media screen and (min-width: 992px) {
  .m__boxes .boxes__boxes-wrapper .slick-arrow.slick-prev {
    right: 70px;
  }
}
.m__boxes .boxes__boxes-wrapper .slick-arrow.slick-next {
  right: 0;
}
.m__boxes .boxes__boxes-wrapper .slick-arrow.slick-next svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m__boxes .boxes__box-wrapper {
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (min-width: 1051px) {
  .m__boxes .boxes__box-wrapper {
    width: 25%;
  }
}
@media screen and (min-width: 1200px) {
  .m__boxes .boxes__box-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.m__boxes .boxes__image {
  width: 100%;
  height: 367px;
  margin-bottom: 29px;
}
.m__boxes .boxes__title {
  font: 600 26px/30px "Gill Sans Nova";
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.m__boxes .boxes__content {
  font: 400 22px/40px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
}
@media (max-width: 1279px) {
  .m__boxes .boxes__content {
    font-size: 18px;
  }
}
.m__boxes .boxes__content a {
  text-decoration: underline;
  color: inherit;
}
.m__boxes .boxes__background {
  position: absolute;
  width: 100%;
  height: 60%;
  bottom: 0px;
  left: 0px;
  z-index: 1;
  background-color: #324266;
}

.m__enquiry-form {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.m__enquiry-form .enquiry-form__subheader {
  font: 400 22px/30px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 1050px) {
  .m__enquiry-form .enquiry-form__subheader {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.m__enquiry-form .enquiry-form__header {
  font: 600 75px/80px "Gill Sans Nova";
  letter-spacing: 3.75px;
  text-transform: uppercase;
  margin-bottom: 32px;
}
@media (max-width: 1445px) {
  .m__enquiry-form .enquiry-form__header {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1050px) {
  .m__enquiry-form .enquiry-form__header {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1px;
  }
}
.m__enquiry-form .enquiry-form__label {
  font: 400 18px/30px "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #283553;
  margin-bottom: 14px;
}
@media (max-width: 1050px) {
  .m__enquiry-form .enquiry-form__label {
    font-size: 16px;
  }
}
.m__enquiry-form .enquiry-form__label span {
  color: #E27E32;
}
.m__enquiry-form .enquiry-form__input {
  width: 100%;
  background: #FCFAF6;
  border: 1px solid #283553;
  color: #283553;
  padding: 16px 33px;
  font: 400 22px/40px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  margin-bottom: 55px;
}
@media (max-width: 1050px) {
  .m__enquiry-form .enquiry-form__input {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .m__enquiry-form .enquiry-form__input {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}
.m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap {
  display: block;
}
.m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  content: "";
  width: 28px;
  height: 15px;
  background-image: url("../../images/icon__dropdown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 31px;
  right: 30px;
  pointer-events: none;
}
.m__enquiry-form .enquiry-form__select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #FCFAF6;
  color: #283553;
  border: 1px solid #283553;
  padding: 16px 33px;
  font: 400 22px/40px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .m__enquiry-form .enquiry-form__select {
    margin-bottom: 30px;
  }
}
.m__enquiry-form .enquiry-form__checkbox-wrapper {
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .m__enquiry-form .enquiry-form__checkbox-wrapper {
    margin-bottom: 30px;
  }
}
.m__enquiry-form .enquiry-form__checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-form-control {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.m__enquiry-form .enquiry-form__checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
}
.m__enquiry-form .enquiry-form__checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
  width: 18px;
  height: 18px;
}
@media (max-width: 1050px) {
  .m__enquiry-form .enquiry-form__checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label input {
    width: 16px;
    height: 16px;
  }
}
.m__enquiry-form .enquiry-form__checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  padding-left: 10px;
  font: 400 22px/40px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  color: #283553;
}
@media (max-width: 1050px) {
  .m__enquiry-form .enquiry-form__checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 20px;
  }
}
.m__enquiry-form .enquiry-form__checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label:before, .m__enquiry-form .enquiry-form__checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: none;
}
@media screen and (min-width: 576px) {
  .m__enquiry-form .enquiry-form__checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .m__enquiry-form .enquiry-form__checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media screen and (min-width: 1200px) {
  .m__enquiry-form .enquiry-form__checkbox-wrapper .wpcf7-form-control-wrap .wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.m__enquiry-form .enquiry-form__file {
  margin-bottom: 55px;
}
@media (max-width: 768px) {
  .m__enquiry-form .enquiry-form__file {
    margin-bottom: 30px;
  }
}
.m__enquiry-form textarea {
  height: 74px;
}
.m__enquiry-form .wpcf7-submit {
  display: none;
}
.m__enquiry-form .button {
  margin-top: 50px;
}
@media (max-width: 768px) {
  .m__enquiry-form .button {
    width: 100%;
    text-align: center;
  }
}

.m__text-row .text-row__header {
  font: normal normal 600 48px/80px "Gill Sans Nova";
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .m__text-row .text-row__header {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1px;
  }
}
.m__text-row .text-row__content {
  font: normal normal normal 22px/40px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  opacity: 0.85;
}
@media (max-width: 768px) {
  .m__text-row .text-row__content {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 1px;
  }
}
.m__text-row .text-row__content iframe {
  width: 100%;
  height: calc((100vw - 70px) / 16 * 9);
}
@media screen and (min-width: 1350px) {
  .m__text-row .text-row__content iframe {
    height: 720px;
  }
}
@media screen and (min-width: 1446px) {
  .m__text-row .text-row__content iframe {
    height: 742.5px;
  }
}
.m__text-row .text-row__button {
  margin-top: 60px;
}
@media (max-width: 1050px) {
  .m__text-row .text-row__button {
    margin-top: 20px;
  }
}

.m__image-row {
  max-width: 100vw;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.m__image-row.bg__blue {
  background-color: #324266;
}
.m__image-row.bg__blue .image-row__caption-wrapper {
  background-color: #324266;
}
.m__image-row + .m__content-block.content-color-white {
  position: relative;
  z-index: 1;
}
.m__image-row + .m__content-block.content-color-white:before {
  content: "";
  position: absolute;
  top: -267px;
  left: 0;
  width: 100%;
  height: 267px;
  background-color: #283553;
  z-index: -1;
}
@media screen and (max-width: 1050px) {
  .m__image-row + .m__content-block.content-color-white:before {
    top: -110px;
    height: 110px;
  }
}
.m__image-row .image-row__slider {
  margin: 0px;
  padding: 0px;
  position: relative;
}
.m__image-row .image-row__slider .slick-arrow {
  position: absolute;
  top: 253px;
  width: 15px;
  height: 28px;
  border: 0px;
  background: url("../../images/icon__arrow-right-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0px;
  z-index: 3;
}
@media (max-width: 1050px) {
  .m__image-row .image-row__slider .slick-arrow {
    top: 96px;
  }
}
.m__image-row .image-row__slider .slick-arrow.slick-next {
  right: 80px;
}
@media (max-width: 1050px) {
  .m__image-row .image-row__slider .slick-arrow.slick-next {
    right: 20px;
  }
}
.m__image-row .image-row__slider .slick-arrow.slick-prev {
  left: 80px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1050px) {
  .m__image-row .image-row__slider .slick-arrow.slick-prev {
    left: 20px;
  }
}
.m__image-row .image-row__slide {
  display: inline-block;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
.m__image-row .image-row__slide.slick-current {
  opacity: 1;
}
.m__image-row .image-row__image {
  width: 100%;
  height: 535px;
}
@media (max-width: 1050px) {
  .m__image-row .image-row__image {
    height: 220px;
  }
}
.m__image-row .image-row__caption-wrapper {
  padding: 30px 10px;
  background-color: #FCFAF6;
}
.m__image-row .image-row__caption {
  text-align: left;
  font: 400 32px/40px "Gill Sans Nova Book";
  letter-spacing: 1.6px;
}
@media (max-width: 1050px) {
  .m__image-row .image-row__caption {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: 1.1px;
  }
}
.m__image-row.has-waved-line .image-row__slider:before {
  content: "";
  position: absolute;
  top: 50px;
  left: -35px;
  width: 100vw;
  height: 120px;
  background-image: url("../../images/line__mobile.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .m__image-row.has-waved-line .image-row__slider:before {
    height: 130px;
    top: 45px;
  }
}
@media screen and (min-width: 992px) {
  .m__image-row.has-waved-line .image-row__slider:before {
    background-image: url("../../images/line.svg");
  }
}
@media screen and (min-width: 1052px) {
  .m__image-row.has-waved-line .image-row__slider:before {
    height: 200px;
    top: 167px;
  }
}
@media screen and (min-width: 1350px) {
  .m__image-row.has-waved-line .image-row__slider:before {
    left: calc(0px - (100vw - 1280px) / 2);
  }
}
@media screen and (min-width: 1446px) {
  .m__image-row.has-waved-line .image-row__slider:before {
    left: calc(0px - (100vw - 1320px) / 2);
  }
}
@media screen and (min-width: 1600px) {
  .m__image-row.has-waved-line .image-row__slider:before {
    height: 250px;
    top: 142px;
    background-position: left;
  }
}
.m__image-row.has-waved-line.bg__blue .image-row__slider:before {
  background-image: url("../../images/line__mobile.svg") !important;
}
@media screen and (min-width: 992px) {
  .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
    background-image: url("../../images/line.svg") !important;
  }
}

.m__vacancies-list {
  position: relative;
  overflow: hidden;
  padding-bottom: 175px;
}
@media (max-width: 1700px) {
  .m__vacancies-list {
    padding-bottom: 100px;
  }
}
.m__vacancies-list .vacancies-list__filters {
  border-bottom: 1px solid #283553;
  text-align: center;
}
@media (max-width: 1050px) {
  .m__vacancies-list .vacancies-list__filters {
    border-bottom: 0px;
  }
  .m__vacancies-list .vacancies-list__filters .u__wrap,
  .m__vacancies-list .vacancies-list__filters .col-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.m__vacancies-list .vacancies-list__filter-intro {
  border-right: 1px solid #283553;
  color: #283553;
  font: 400 18px/25px "Gill Sans Nova Book";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 27px 0px;
  margin-bottom: 0px;
}
@media (max-width: 1050px) {
  .m__vacancies-list .vacancies-list__filter-intro {
    position: absolute;
    border-right: 0px;
    left: 30px;
  }
}
.m__vacancies-list .vacancies-list__filter-title {
  border-right: 1px solid #283553;
  cursor: pointer;
  color: #283553;
  font: 400 18px/25px "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 27px 0px;
  margin-bottom: 0px;
  position: relative;
}
@media (max-width: 1050px) {
  .m__vacancies-list .vacancies-list__filter-title {
    border-right: 0px;
    border-bottom: 1px solid #283553;
    text-align: left;
    padding-left: 30px;
  }
}
.m__vacancies-list .vacancies-list__filter-title .fake-border {
  width: calc(100% + 30px);
  height: 1px;
  background-color: #FCFAF6;
  position: absolute;
  left: -30px;
  bottom: -1px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.m__vacancies-list .vacancies-list__filter-title img {
  width: 16px;
  height: 9px;
  margin-left: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media (max-width: 1050px) {
  .m__vacancies-list .vacancies-list__filter-title img {
    position: absolute;
    right: 30px;
    top: 35px;
  }
}
.m__vacancies-list .vacancies-list__filter-title:hover img {
  -webkit-transform: translateY(2.5px);
          transform: translateY(2.5px);
}
.m__vacancies-list .vacancies-list__filter-title.active img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m__vacancies-list .vacancies-list__filter-title.active .fake-border {
  opacity: 1;
}
.m__vacancies-list .vacancies-list__filter-select {
  position: absolute;
  left: 0px;
  top: 80px;
  z-index: 5;
  width: 100%;
  padding: 30px 0px;
  background-color: #FCFAF6;
  opacity: 0;
  -webkit-transform: translateX(9999px);
          transform: translateX(9999px);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.m__vacancies-list .vacancies-list__filter-select.active {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
@media (max-width: 1050px) {
  .m__vacancies-list .vacancies-list__filter-select-region {
    top: 158px;
  }
}
@media (max-width: 1050px) {
  .m__vacancies-list .vacancies-list__filter-select-venues {
    top: 238px;
  }
}
@media (max-width: 1050px) {
  .m__vacancies-list .vacancies-list__filter-select-job-types {
    top: 318px;
  }
}
.m__vacancies-list .vacancies-list__filters-close {
  position: absolute;
  cursor: pointer;
  right: 15px;
  top: 15px;
  width: 31px;
  height: 31px;
}
@media (max-width: 1050px) {
  .m__vacancies-list .vacancies-list__filters-close {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .m__vacancies-list .vacancies-list__filters-close {
    right: 200px;
    top: 10px;
  }
}
.m__vacancies-list .vacancies-list__filters-list {
  margin: 0px;
  padding: 0px;
}
.m__vacancies-list .vacancies-list__filter-item {
  font: 400 14px/20px "Gill Sans Nova Book";
  letter-spacing: 0.7px;
  color: #283553;
  text-transform: uppercase;
  padding: 15px;
  min-width: 150px;
  border-radius: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 15px 20px;
  border: 1px solid #283553;
  cursor: pointer;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.m__vacancies-list .vacancies-list__filter-item:hover, .m__vacancies-list .vacancies-list__filter-item.active {
  color: #fff;
  background-color: #283553;
}
.m__vacancies-list .vacancies-list__filter-item a:hover {
  text-decoration: none;
}
.m__vacancies-list .vacancies-list__filter-reset {
  color: #283553;
  font: 400 18px/25px "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  padding: 27px 0px;
  margin-bottom: 0px;
  cursor: pointer;
}
@media (max-width: 1050px) {
  .m__vacancies-list .vacancies-list__filter-reset {
    text-align: right;
    border-bottom: 1px solid #283553;
    padding-right: 30px;
  }
}
.m__vacancies-list .vacancies-list__filter-reset img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.m__vacancies-list .vacancies-list__vacancies {
  position: relative;
  padding: 100px 0px 50px 0px;
}
@media (max-width: 1050px) {
  .m__vacancies-list .vacancies-list__vacancies {
    padding: 50px 0px 25px 0px;
  }
}
.m__vacancies-list .vacancies-list__vacancies-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 4;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transform: translateX(9999px);
          transform: translateX(9999px);
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.m__vacancies-list .vacancies-list__vacancies-overlay.active {
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.m__vacancies-list .vacancies-list__load-more {
  position: relative;
}
.m__vacancies-list .vacancies-list__load-more .step-out-icon {
  position: absolute;
  left: 200px;
  top: 0px;
  width: 151px;
}
@media (max-width: 1050px) {
  .m__vacancies-list .vacancies-list__load-more .step-out-icon {
    display: none;
  }
}
.m__vacancies-list .button__vacancies-load-more.hidden {
  display: none;
}
.m__vacancies-list .vacancies-list__error {
  font: 600 26px/30px "Gill Sans Nova";
  letter-spacing: 1.3px;
  color: #283553;
  text-transform: uppercase;
  margin-bottom: 0px;
  display: none;
}
.m__vacancies-list .vacancies-list__error .button {
  margin-top: 20px;
}
.m__vacancies-list .vacancies-list__error.active {
  display: block;
}

.m__promo {
  padding: 114px 0px 178px;
  position: relative;
}
@media (max-width: 1050px) {
  .m__promo {
    padding: 70px 0px 130px 0px;
    text-align: center;
  }
}
.m__promo:before {
  content: "";
  position: absolute;
  bottom: 150px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  height: 150px;
  width: 100%;
  background-image: url("../../images/line.svg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}
.m__promo .promo__background {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.m__promo .promo__row {
  z-index: 1;
}
.m__promo .promo__top-left-image {
  margin-top: 40px;
  width: 536px;
  height: 299px;
  margin-bottom: 200px;
}
.m__promo .promo__bottom-left-image {
  width: 398px;
  height: 302px;
  margin-left: 150px;
}
.m__promo .promo__top-right-image {
  width: 100%;
  height: 604px;
  margin-bottom: 40px;
}
@media (max-width: 1050px) {
  .m__promo .promo__top-right-image {
    height: 375px;
    width: 100%;
    margin-bottom: 25px;
  }
}
.m__promo .promo__content {
  font: 400 22px/40px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
}
@media (max-width: 1050px) {
  .m__promo .promo__content {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.9px;
    margin-bottom: 40px;
  }
}
.m__promo .promo__button {
  margin-top: 48px;
  z-index: 3;
  position: relative;
}
.m__promo .promo__header-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
}
.m__promo .promo__header-overlay .row {
  width: 100%;
  height: 100%;
}
.m__promo .promo__header {
  font: 600 75px/80px "Gill Sans Nova";
  letter-spacing: 3.75px;
  text-transform: uppercase;
  max-width: 1100px;
  margin: 0 auto 200px auto;
}
@media (max-width: 1445px) {
  .m__promo .promo__header {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1050px) {
  .m__promo .promo__header {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 23px;
  }
}

@media (max-width: 1050px) {
  .m__back-button {
    margin-bottom: -30px;
    padding-top: 20px;
  }
}
@media (max-width: 768px) {
  .m__back-button {
    margin-bottom: 0px;
    padding-bottom: 20px;
  }
}
.m__back-button a {
  position: absolute;
  top: 30px;
  font: 400 18px/25px "Gill Sans Nova Book";
  letter-spacing: 0.9px;
  color: #2D4136;
  text-transform: uppercase;
  opacity: 0.28;
}
@media (max-width: 1050px) {
  .m__back-button a {
    position: relative;
    left: auto;
    top: auto;
  }
}
@media (min-width: 1600px) {
  .m__back-button a {
    left: -100px;
  }
}

.m__menus {
  position: relative;
  padding-bottom: 75px;
  background-color: #FCFAF6;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}
@media screen and (min-width: 576px) {
  .m__menus {
    padding-bottom: 86px;
  }
}
@media screen and (min-width: 768px) {
  .m__menus {
    padding-bottom: 97px;
  }
}
@media screen and (min-width: 992px) {
  .m__menus {
    padding-bottom: 108px;
  }
}
@media screen and (min-width: 1200px) {
  .m__menus {
    padding-bottom: 119px;
  }
}
.m__menus.child-menus-filter-active {
  background-color: rgba(0, 0, 0, 0.1);
}
.m__menus__filter {
  width: 100%;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-bottom: solid 1px #324266;
}
.m__menus__filter::-webkit-scrollbar {
  display: none;
}
.m__menus__filter-item {
  min-width: 160px;
  padding: 16px 32px;
  font-family: "Gill Sans Nova Book";
  color: #324266;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 1.42;
  background-color: #FCFAF6;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  cursor: pointer;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
@media screen and (min-width: 576px) {
  .m__menus__filter-item {
    min-width: 188px;
  }
}
@media screen and (min-width: 768px) {
  .m__menus__filter-item {
    min-width: 216px;
    font-size: 16px;
    padding: 20px 32px;
  }
}
@media screen and (min-width: 992px) {
  .m__menus__filter-item {
    min-width: 244px;
    font-family: "Gill Sans Nova";
    font-weight: 500;
    letter-spacing: 0.8px;
    border-right: solid 1px #324266;
    padding: 25px 32px;
  }
}
@media screen and (min-width: 1200px) {
  .m__menus__filter-item {
    padding: 30px 32px;
    min-width: 272px;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
@media screen and (min-width: 992px) {
  .m__menus__filter-item:last-child {
    border-right: none;
  }
}
.m__menus__filter-item:hover {
  background-color: #E27E32;
}
.m__menus__filter-item.active {
  background-color: #E27E32;
  border-right: none;
}
@media screen and (min-width: 992px) {
  .m__menus__filter-item.active {
    border-right: solid 1px #324266;
  }
}
.m__menus__menu-container {
  margin-top: 42px;
  padding: 0 20px;
  min-height: 1px;
  -webkit-transition: min-height linear 0.5s;
  transition: min-height linear 0.5s;
}
@media screen and (min-width: 576px) {
  .m__menus__menu-container {
    margin-top: 58px;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .m__menus__menu-container {
    margin-top: 74px;
  }
}
@media screen and (min-width: 992px) {
  .m__menus__menu-container {
    margin-top: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .m__menus__menu-container {
    margin-top: 106px;
  }
}
.m__menus__menu-container.loading > .container-xl {
  opacity: 0;
  visibility: visible;
}
.m__menus__share-container {
  border-top: solid 1px rgba(40, 53, 83, 0.35);
  margin-top: 65px;
  padding-top: 40px;
}
.m__menus__share-text {
  font-family: "Gill Sans Nova";
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 1.785;
  color: #C4C4C4;
  margin-bottom: 25px;
}
.m__menus__share-link i {
  color: #C4C4C4;
  font-size: 27px;
}
.m__menus__loader {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  border: 10px solid #f3f3f3;
  border-top: 10px solid #324266;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
}
@media screen and (min-width: 768px) {
  .m__menus__loader {
    top: 135px;
  }
}
@media screen and (min-width: 992px) {
  .m__menus__loader {
    top: 165px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 1200px) {
  .m__menus__loader {
    top: 192px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.e-menu__intro-heading {
  margin-top: 40px;
  margin-bottom: 0;
  font-family: "Gill Sans Nova";
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.4px;
  line-height: 1.2;
  color: #324266;
}
@media screen and (min-width: 576px) {
  .e-menu__intro-heading {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .e-menu__intro-heading {
    font-size: 30px;
  }
}
@media screen and (min-width: 992px) {
  .e-menu__intro-heading {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__intro-heading {
    font-size: 36px;
    letter-spacing: 1.8px;
  }
}
.e-menu__child-menus-container {
  margin-top: 15px;
}
@media screen and (min-width: 576px) {
  .e-menu__child-menus-container {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .e-menu__child-menus-container {
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .e-menu__child-menus-container {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__child-menus-container {
    margin-top: 45px;
  }
}
.e-menu__child-menus-container .e-child-menus {
  position: relative;
  opacity: 1;
  visibility: visible;
  /* @media screen and (min-width: 768px) {
      width: 500px;
  }

  @media screen and (min-width: 992px) {
      width: 500px;
  }

  @media screen and (min-width: 1200px) {
      width: 550px;
  } */
}
.e-menu__child-menus-container .e-child-menus__select-label {
  position: relative;
  z-index: 2;
  font-family: "Gill Sans Nova Book";
  color: rgba(50, 66, 102, 0.85);
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.7px;
  margin-bottom: 4px;
}
@media screen and (min-width: 768px) {
  .e-menu__child-menus-container .e-child-menus__select-label {
    margin-bottom: 7px;
  }
}
@media screen and (min-width: 992px) {
  .e-menu__child-menus-container .e-child-menus__select-label {
    font-size: 15px;
    letter-spacing: 0.75px;
    margin-bottom: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__child-menus-container .e-child-menus__select-label {
    margin-bottom: 14px;
  }
}
.e-menu__child-menus-container .e-child-menus__selected {
  position: relative;
  z-index: 2;
  font-family: "Gill Sans Nova";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.1px;
  line-height: 1.2727;
  color: #324266;
  padding-bottom: 8px;
  border-bottom: solid 1px #E27E32;
  padding-right: 32px;
  cursor: pointer;
  -webkit-transition: border-color ease 0.3s;
  transition: border-color ease 0.3s;
}
@media screen and (min-width: 768px) {
  .e-menu__child-menus-container .e-child-menus__selected {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .e-menu__child-menus-container .e-child-menus__selected {
    font-size: 26px;
    letter-spacing: 1.4px;
    padding-bottom: 11px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__child-menus-container .e-child-menus__selected {
    font-size: 28px;
  }
}
.e-menu__child-menus-container .e-child-menus__selected:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
  height: 9px;
  background-image: url("../../images/icon__dropdown.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
.e-menu__child-menus-container .e-child-menus__selected.active {
  border-color: rgba(44, 60, 92, 0.18) !important;
}
.e-menu__child-menus-container .e-child-menus__selected.active:after {
  -webkit-transform: translateY(-50%) scaleY(-1);
          transform: translateY(-50%) scaleY(-1);
}
.e-menu__child-menus-container .e-child-menus__menus {
  position: absolute;
  top: -20px;
  left: -20px;
  width: calc(100% + 40px);
  min-height: 100%;
  background-color: #FCFAF6;
  border: solid 1px #283553;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-top: 136px;
  padding-bottom: 30px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (min-width: 768px) {
  .e-menu__child-menus-container .e-child-menus__menus {
    top: -26px;
    left: -44px;
    width: calc(100% + 88px);
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1399px) {
  .e-menu__child-menus-container .e-child-menus__menus {
    left: -12px;
    width: calc(100% + 24px);
  }
}
.e-menu__child-menus-container .e-child-menus__menus .e-child-menu {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: all ease 0.15s;
  transition: all ease 0.15s;
}
.e-menu__child-menus-container .e-child-menus__menus .e-child-menu:last-child {
  margin-bottom: 0;
}
.e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item {
  font-family: "Gill Sans Nova";
  font-size: 16px;
  line-height: 1.3888;
  font-weight: 500;
  color: #283553;
  letter-spacing: 0.8px;
}
@media screen and (min-width: 992px) {
  .e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.e-menu__child-menus-container .e-child-menus__menus.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.e-menu__child-menus-container .e-child-menus__menus.open .e-child-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all ease 0.45s 0.1s;
  transition: all ease 0.45s 0.1s;
}
.e-menu__child-menus-container .e-child-menus:not(.width-calculated) {
  opacity: 0;
  visibility: hidden;
}
.e-menu__child-menus-container .e-child-menus:not(.width-calculated) .e-child-menus__menus {
  position: relative;
  height: 0;
  overflow: hidden;
  padding: 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.e-menu__sections {
  margin-top: 15px;
}
@media screen and (min-width: 576px) {
  .e-menu__sections {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .e-menu__sections {
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .e-menu__sections {
    margin-top: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__sections {
    margin-top: 45px;
  }
}
.e-menu__sections .e-menu-section {
  position: relative;
  margin-bottom: 32px;
  padding-bottom: 17px;
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section {
    margin-bottom: 40px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__sections .e-menu-section {
    padding-bottom: 10px;
  }
}
.e-menu__sections .e-menu-section:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 1px;
  background-color: rgba(50, 66, 102, 0.35);
}
.e-menu__sections .e-menu-section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.e-menu__sections .e-menu-section:last-child:after {
  content: none;
}
.e-menu__sections .e-menu-section__heading {
  margin-bottom: 16px;
  font-family: "Gill Sans Nova";
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.1px;
  line-height: 1.2727;
  color: #324266;
}
@media screen and (min-width: 768px) {
  .e-menu__sections .e-menu-section__heading {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section__heading {
    font-size: 26px;
    letter-spacing: 1.4px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__sections .e-menu-section__heading {
    font-size: 28px;
  }
}
.e-menu__sections .e-menu-section__description {
  margin-bottom: 16px;
  font-family: "Gill Sans Nova Book";
  color: rgba(50, 66, 102, 0.85);
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.48px;
}
@media screen and (min-width: 768px) {
  .e-menu__sections .e-menu-section__description {
    font-size: 18px;
    letter-spacing: 0.68px;
  }
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section__description {
    font-size: 20px;
    letter-spacing: 0.9px;
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__sections .e-menu-section__description {
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
.e-menu__sections .e-menu-section__addons {
  border: solid 1px #E27E32;
  padding: 24px;
  margin-bottom: 15px;
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section__addons {
    margin-bottom: 25px;
    padding: 26px 30px;
  }
}
.e-menu__sections .e-menu-section__addons-heading {
  font-family: "Gill Sans Nova";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  line-height: 1.4444;
  color: #324266;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section__addons-heading {
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 1.3;
  }
}
.e-menu__sections .e-menu-section__addons .e-menu-addon {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section__addons .e-menu-addon {
    margin-bottom: 2px;
  }
}
.e-menu__sections .e-menu-section__addons .e-menu-addon:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .e-menu__sections .e-menu-section__items {
    margin-left: -25px;
    margin-right: -25px;
  }
}
@media screen and (min-width: 1400px) {
  .e-menu__sections .e-menu-section__items {
    margin-left: -35px;
    margin-right: -35px;
  }
}
@media screen and (min-width: 1600px) {
  .e-menu__sections .e-menu-section__items {
    margin-left: -45px;
    margin-right: -45px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__sections .e-menu-section__items .e-menu-item, .e-menu__sections .e-menu-section__items .col-12 {
    padding: 0 25px;
  }
}
@media screen and (min-width: 1400px) {
  .e-menu__sections .e-menu-section__items .e-menu-item, .e-menu__sections .e-menu-section__items .col-12 {
    padding: 0 35px;
  }
}
@media screen and (min-width: 1600px) {
  .e-menu__sections .e-menu-section__items .e-menu-item, .e-menu__sections .e-menu-section__items .col-12 {
    padding: 0 45px;
  }
}
.e-menu__sections .e-menu-section__items .e-menu-item {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .e-menu__sections .e-menu-section__items .e-menu-item {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section__items .e-menu-item {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__sections .e-menu-section__items .e-menu-item {
    margin-bottom: 30px;
  }
}
.e-menu__sections .e-menu-section__items .e-menu-item__heading {
  font-family: "Gill Sans Nova";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  line-height: 1.4444;
  color: #324266;
  margin-bottom: 8px;
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section__items .e-menu-item__heading {
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 1.3;
    margin-bottom: 15px;
  }
}
.e-menu__sections .e-menu-section__items .e-menu-item__name {
  font-family: "Gill Sans Nova";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: 1.25;
  color: #324266;
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section__items .e-menu-item__name {
    font-size: 18px;
    letter-spacing: 0.7px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__sections .e-menu-section__items .e-menu-item__name {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}
.e-menu__sections .e-menu-section__items .e-menu-item__allergens {
  position: relative;
  top: 4px;
}
.e-menu__sections .e-menu-section__items .e-menu-item__allergens svg {
  margin-right: 7px;
}
.e-menu__sections .e-menu-section__items .e-menu-item__allergens svg:last-child {
  margin-right: 0;
}
.e-menu__sections .e-menu-section__items .e-menu-item__price {
  font-family: "Gill Sans Nova";
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.64px;
  line-height: 1.25;
  color: #324266;
  min-width: 35px;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section__items .e-menu-item__price {
    font-size: 18px;
    letter-spacing: 0.7px;
    line-height: 1.3;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__sections .e-menu-section__items .e-menu-item__price {
    font-size: 20px;
    letter-spacing: 0.8px;
  }
}
.e-menu__sections .e-menu-section__items .e-menu-item__description {
  font-family: "Gill Sans Nova Book";
  color: rgba(50, 66, 102, 0.85);
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section__items .e-menu-item__description {
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 1.333;
  }
}
.e-menu__sections .e-menu-section__items .e-menu-item__addons {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .e-menu__sections .e-menu-section__items .e-menu-item__addons {
    margin-top: 12px;
  }
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section__items .e-menu-item__addons {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__sections .e-menu-section__items .e-menu-item__addons {
    margin-top: 8px;
  }
}
.e-menu__sections .e-menu-section__wine-prices-label-row {
  margin-left: -5px;
  margin-right: -5px;
}
@media screen and (min-width: 576px) {
  .e-menu__sections .e-menu-section__wine-prices-label-row {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section__wine-prices-label-row {
    margin-bottom: 15px;
  }
}
.e-menu__sections .e-menu-section__wine-prices-label-col {
  padding-left: 5px;
  padding-right: 5px;
}
.e-menu__sections .e-menu-section__wine-prices-label {
  font-family: "Gill Sans Nova Book";
  color: rgba(50, 66, 102, 0.85);
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.7px;
  width: 43px;
}
@media screen and (min-width: 768px) {
  .e-menu__sections .e-menu-section__wine-prices-label {
    font-size: 15px;
    letter-spacing: 0.75px;
    width: 50px;
  }
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section__wine-prices-label {
    font-size: 16px;
    letter-spacing: 0.8px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__sections .e-menu-section__wine-prices-label {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
@media screen and (min-width: 1400px) {
  .e-menu__sections .e-menu-section__wine-prices-label {
    width: 55px;
  }
}
.e-menu__sections .e-menu-section--wine .e-menu-section__heading {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .e-menu__sections .e-menu-section--wine .e-menu-section__heading {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section--wine .e-menu-section__heading {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__sections .e-menu-section--wine .e-menu-section__heading {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section--wine .e-menu-section__items {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__sections .e-menu-section--wine .e-menu-section__items {
    margin-left: -48px;
    margin-right: -48px;
  }
}
@media screen and (min-width: 992px) {
  .e-menu__sections .e-menu-section--wine .e-menu-section__items .e-menu-section__items-col {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__sections .e-menu-section--wine .e-menu-section__items .e-menu-section__items-col {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__sections .e-menu-section--wine .e-menu-section__items .e-menu-item--wine {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__sections .e-menu-section--wine .e-menu-section__items .e-menu-item--wine .col-12 {
    padding: 0 15px;
  }
}
.e-menu__sections .e-menu-section--wine .e-menu-section__items .e-menu-item--wine .e-menu-section__wine-prices-label-row {
  margin-top: 5px;
}
@media screen and (min-width: 576px) {
  .e-menu__sections .e-menu-section--wine .e-menu-section__items .e-menu-item--wine .e-menu-section__wine-prices-label-row {
    margin-top: 0;
  }
}
.e-menu__sections .e-menu-section--wine .e-menu-section__items .e-menu-item--wine .e-menu-item__price {
  width: 43px;
}
@media screen and (min-width: 576px) {
  .e-menu__sections .e-menu-section--wine .e-menu-section__items .e-menu-item--wine .e-menu-item__price {
    line-height: 1.25;
  }
}
@media screen and (min-width: 768px) {
  .e-menu__sections .e-menu-section--wine .e-menu-section__items .e-menu-item--wine .e-menu-item__price {
    width: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .e-menu__sections .e-menu-section--wine .e-menu-section__items .e-menu-item--wine .e-menu-item__price {
    width: 55px;
  }
}
.e-menu__keys {
  margin-top: 40px;
  border: solid 1px #324266;
  padding: 24px 24px 12px 24px;
  margin-bottom: 15px;
}
@media screen and (min-width: 576px) {
  .e-menu__keys {
    margin-top: 49px;
  }
}
@media screen and (min-width: 768px) {
  .e-menu__keys {
    margin-top: 58px;
    padding: 24px 24px 9px 24px;
  }
}
@media screen and (min-width: 992px) {
  .e-menu__keys {
    margin-top: 63px;
    margin-bottom: 25px;
    padding: 26px 30px 8px 30px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__keys {
    margin-top: 76px;
    padding: 26px 30px 6px 30px;
  }
}
.e-menu__keys-heading {
  font-family: "Gill Sans Nova";
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.72px;
  line-height: 1.4444;
  color: #324266;
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) {
  .e-menu__keys-heading {
    margin-bottom: 0;
    font-size: 20px;
    letter-spacing: 0.8px;
    line-height: 1.3;
  }
}
.e-menu__keys-item {
  margin-bottom: 12px;
}
@media screen and (min-width: 768px) {
  .e-menu__keys-item {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .e-menu__keys-item {
    margin-bottom: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .e-menu__keys-item {
    margin-bottom: 20px;
  }
}
.e-menu__keys-label {
  font-family: "Gill Sans Nova Book";
  color: rgba(50, 66, 102, 0.85);
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.5;
}
@media screen and (min-width: 992px) {
  .e-menu__keys-label {
    font-size: 18px;
    letter-spacing: 0.9px;
    line-height: 1.333;
  }
}

.e-menu-addon__icon {
  position: relative;
  top: 6px;
}
.e-menu-addon__icon .svg__plus-icon--fill-elem {
  fill: #324266;
}
.e-menu-addon__description {
  font-family: "Gill Sans Nova Book";
  color: #324266;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.5;
}
.e-menu-addon__price {
  font-family: "Gill Sans Nova Book";
  color: #324266;
  font-size: 16px;
  letter-spacing: 0.8px;
  line-height: 1.5;
  min-width: 45px;
  text-align: right;
}

.m__hero-tiles {
  position: relative;
  height: 100vh;
  max-height: 570px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
@media screen and (min-width: 768px) {
  .m__hero-tiles {
    max-height: 750px;
  }
}
@media screen and (min-width: 992px) {
  .m__hero-tiles {
    grid-template-columns: 2fr repeat(2, 1fr);
  }
}
@media screen and (min-width: 1050px) {
  .m__hero-tiles {
    max-height: 800px;
  }
}
@media screen and (min-width: 1400px) {
  .m__hero-tiles {
    max-height: 850px;
  }
}
@media screen and (min-width: 1600px) {
  .m__hero-tiles {
    max-height: 965px;
  }
}
@media screen and (min-width: 1800px) {
  .m__hero-tiles {
    max-height: 1080px;
  }
}
.m__hero-tiles__tile {
  position: relative;
  height: 50vh;
  max-height: 285px;
}
@media screen and (min-width: 768px) {
  .m__hero-tiles__tile {
    max-height: 375px;
  }
}
@media screen and (min-width: 992px) {
  .m__hero-tiles__tile {
    height: 100%;
    max-height: unset;
  }
}
@media screen and (min-width: 1050px) {
  .m__hero-tiles__tile {
    max-height: 800px;
  }
}
@media screen and (min-width: 1400px) {
  .m__hero-tiles__tile {
    max-height: 850px;
  }
}
@media screen and (min-width: 1600px) {
  .m__hero-tiles__tile {
    max-height: 965px;
  }
}
@media screen and (min-width: 1800px) {
  .m__hero-tiles__tile {
    max-height: 1080px;
  }
}
.m__hero-tiles__tile a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m__hero-tiles__tile .m__hero-tiles__tile-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.m__hero-tiles__tile .m__hero-tiles__tile-inner .m__hero-tiles__tile-image-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
}
@media (hover: hover) and (pointer: fine) {
  .m__hero-tiles__tile .m__hero-tiles__tile-inner:hover .m__hero-tiles__tile-image-container img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.m__hero-tiles__tile:nth-child(1) {
  grid-area: 1/1/2/3;
}
@media screen and (min-width: 992px) {
  .m__hero-tiles__tile:nth-child(1) {
    grid-area: 1/1/3/2;
  }
}
@media screen and (min-width: 1050px) {
  .m__hero-tiles__tile:nth-child(1) a .m__hero-tiles__tile-image-container:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(40%, rgba(0, 0, 0, 0.27)), color-stop(70%, rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.27) 40%, rgba(0, 0, 0, 0.27) 70%, rgba(0, 0, 0, 0.7) 100%);
  }
}
@media screen and (max-width: 992px) {
  .m__hero-tiles__tile:nth-child(1) .m__hero-tiles__tile-content-container {
    top: auto;
    bottom: 0px;
    -webkit-transform: none;
            transform: none;
  }
}
.m__hero-tiles__tile:nth-child(2) {
  grid-area: 2/1/3/2;
}
@media screen and (min-width: 992px) {
  .m__hero-tiles__tile:nth-child(2) {
    grid-area: 1/2/2/3;
  }
}
@media screen and (min-width: 992px) {
  .m__hero-tiles__tile:nth-child(2) a .m__hero-tiles__tile-image-container:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(40%, rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.27) 40%, rgba(0, 0, 0, 0.27) 100%);
  }
}
.m__hero-tiles__tile:nth-child(3) {
  grid-area: 2/2/3/3;
}
@media screen and (min-width: 992px) {
  .m__hero-tiles__tile:nth-child(3) a .m__hero-tiles__tile-image-container:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), color-stop(70%, rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.27) 70%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.m__hero-tiles__tile:nth-child(4) {
  display: none;
}
@media screen and (min-width: 992px) {
  .m__hero-tiles__tile:nth-child(4) {
    display: block;
    grid-area: 1/3/2/4;
  }
}
@media screen and (min-width: 992px) {
  .m__hero-tiles__tile:nth-child(4) a .m__hero-tiles__tile-image-container:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), color-stop(40%, rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.27) 40%, rgba(0, 0, 0, 0.27) 100%);
  }
}
.m__hero-tiles__tile:nth-child(5) {
  display: none;
}
@media screen and (min-width: 992px) {
  .m__hero-tiles__tile:nth-child(5) {
    display: block;
    grid-area: 2/3/3/4;
  }
}
@media screen and (min-width: 992px) {
  .m__hero-tiles__tile:nth-child(5) a .m__hero-tiles__tile-image-container:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.27)), color-stop(70%, rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.27) 0%, rgba(0, 0, 0, 0.27) 70%, rgba(0, 0, 0, 0.7) 100%);
  }
}
.m__hero-tiles__tile--rotating {
  position: relative;
}
.m__hero-tiles__tile--rotating .m__hero-tiles__tile-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.m__hero-tiles__tile-image-container {
  height: 100%;
  overflow: hidden;
}
.m__hero-tiles__tile-image-container img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.m__hero-tiles__tile-content-container {
  padding: 20px 30px;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
.m__hero-tiles__tile-title {
  font-family: "Gill Sans Nova";
  font-weight: 600;
  color: #fff;
  font-size: 20px;
  letter-spacing: 1.4px;
  line-height: 1.45;
  text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 576px) {
  .m__hero-tiles__tile-title {
    font-size: 24px;
    letter-spacing: 1.6px;
  }
}
@media screen and (min-width: 768px) {
  .m__hero-tiles__tile-title {
    font-size: 28px;
    letter-spacing: 1.8px;
  }
}
@media screen and (min-width: 992px) {
  .m__hero-tiles__tile-title {
    font-size: 32px;
    letter-spacing: 2.05px;
  }
}
@media screen and (min-width: 1200px) {
  .m__hero-tiles__tile-title {
    font-size: 36px;
    letter-spacing: 2.25px;
  }
}
@media screen and (min-width: 1200px) {
  .m__hero-tiles__tile-content {
    max-width: 492px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-family: "Gill Sans Nova Book";
    color: #fff;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 1.36;
    text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.8);
  }
}
@media screen and (min-width: 1400px) {
  .m__hero-tiles__tile-content {
    margin-top: 35px;
    font-size: 22px;
    letter-spacing: 1.1px;
  }
}
@media screen and (min-width: 1600px) {
  .m__hero-tiles__tile-content {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .m__hero-tiles--full-height-mobile {
    max-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .m__hero-tiles--full-height-mobile .m__hero-tiles__tile {
    height: 42vh;
    max-height: unset;
  }
}
@media screen and (max-width: 767px) {
  .m__hero-tiles--full-height-mobile .m__hero-tiles__tile:nth-child(1) {
    height: 58vh;
  }
}

@media screen and (min-width: 1600px) {
  .m__grid-items {
    padding-bottom: 210px;
  }
}
.m__grid-items__heading {
  font: 600 75px/80px "Gill Sans Nova";
  letter-spacing: 3.75px;
  margin-bottom: 0;
  color: #324266;
}
@media (max-width: 1445px) {
  .m__grid-items__heading {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1050px) {
  .m__grid-items__heading {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1px;
  }
}
.m__grid-items__container {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .m__grid-items__container {
    margin-top: 44px;
  }
}
@media screen and (min-width: 992px) {
  .m__grid-items__container {
    margin-top: 49px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 1200px) {
  .m__grid-items__container {
    margin-top: 54px;
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .m__grid-items__container {
    max-width: 1350px;
  }
}
@media screen and (min-width: 1550px) {
  .m__grid-items__container {
    max-width: 1496px;
  }
}
@media screen and (min-width: 1700px) {
  .m__grid-items__container {
    max-width: 1642px;
  }
}
.m__grid-items__row {
  overflow: hidden;
  padding-left: 40px;
}
@media screen and (min-width: 576px) {
  .m__grid-items__row {
    padding-left: 35px;
  }
}
@media screen and (min-width: 992px) {
  .m__grid-items__row {
    padding-left: 0;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
  }
}
@media screen and (min-width: 1400px) {
  .m__grid-items__row {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media screen and (min-width: 1550px) {
  .m__grid-items__row {
    margin-left: -48px;
    margin-right: -48px;
  }
}
@media screen and (min-width: 1700px) {
  .m__grid-items__row {
    margin-left: -56px;
    margin-right: -56px;
  }
}
.m__grid-items__row .slick-list {
  padding-right: 23%;
}
@media screen and (min-width: 768px) {
  .m__grid-items__row .slick-list {
    padding-right: 10%;
  }
}
@media screen and (min-width: 992px) {
  .m__grid-items__row .slick-list {
    padding-right: 0;
  }
}
.m__grid-items__row .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.m__grid-items .m__grid-item {
  display: inline-block;
  margin-right: 45px;
}
@media screen and (min-width: 992px) {
  .m__grid-items .m__grid-item {
    margin-right: 0;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media screen and (min-width: 1400px) {
  .m__grid-items .m__grid-item {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1550px) {
  .m__grid-items .m__grid-item {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media screen and (min-width: 1700px) {
  .m__grid-items .m__grid-item {
    padding-left: 56px;
    padding-right: 56px;
  }
}
@media screen and (min-width: 992px) {
  .m__grid-items .m__grid-item:nth-child(n+4) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .m__grid-items .m__grid-item:nth-child(n+4) {
    margin-top: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .m__grid-items .m__grid-item:nth-child(n+4) {
    margin-top: 60px;
  }
}
@media screen and (min-width: 1550px) {
  .m__grid-items .m__grid-item:nth-child(n+4) {
    margin-top: 70px;
  }
}
@media screen and (min-width: 1700px) {
  .m__grid-items .m__grid-item:nth-child(n+4) {
    margin-top: 80px;
  }
}
.m__grid-items .m__grid-item:last-child {
  margin-right: 0;
}
.m__grid-items .m__grid-item__image-container {
  height: calc(73vw - 45px);
}
@media screen and (min-width: 576px) {
  .m__grid-items .m__grid-item__image-container {
    height: calc(73vw - 40px);
  }
}
@media screen and (min-width: 768px) {
  .m__grid-items .m__grid-item__image-container {
    height: calc((90vw - 125px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .m__grid-items .m__grid-item__image-container {
    height: 294px;
  }
}
@media screen and (min-width: 1200px) {
  .m__grid-items .m__grid-item__image-container {
    height: 353px;
  }
}
@media screen and (min-width: 1400px) {
  .m__grid-items .m__grid-item__image-container {
    height: 389px;
  }
}
@media screen and (min-width: 1550px) {
  .m__grid-items .m__grid-item__image-container {
    height: 426px;
  }
}
@media screen and (min-width: 1700px) {
  .m__grid-items .m__grid-item__image-container {
    height: 463px;
  }
}
.m__grid-items .m__grid-item__heading {
  font: 600 22px/30px "Gill Sans Nova";
  letter-spacing: 1.3px;
  color: #324266;
  margin-bottom: 0;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .m__grid-items .m__grid-item__heading {
    margin-top: 18px;
  }
}
@media screen and (min-width: 992px) {
  .m__grid-items .m__grid-item__heading {
    margin-top: 26px;
    font: 600 26px/30px "Gill Sans Nova";
  }
}
@media screen and (min-width: 1200px) {
  .m__grid-items .m__grid-item__heading {
    margin-top: 34px;
  }
}
.m__grid-items .m__grid-item__content {
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .m__grid-items .m__grid-item__content {
    margin-top: 14px;
  }
}
.m__grid-items .m__grid-item__content * {
  font: normal 18px/24px "Gill Sans Nova Book";
  letter-spacing: 0.9px;
  color: #324266;
}
@media screen and (min-width: 992px) {
  .m__grid-items .m__grid-item__content * {
    font: normal 22px/30px "Gill Sans Nova Book";
    letter-spacing: 1.1px;
  }
}
.m__grid-items .m__grid-item__content a {
  text-decoration: underline;
}
.m__grid-items .m__grid-item__content p:last-child, .m__grid-items .m__grid-item__content ul:last-child, .m__grid-items .m__grid-item__content ol:last-child, .m__grid-items .m__grid-item__content h1:last-child, .m__grid-items .m__grid-item__content h2:last-child, .m__grid-items .m__grid-item__content h3:last-child, .m__grid-items .m__grid-item__content h4:last-child, .m__grid-items .m__grid-item__content h5:last-child, .m__grid-items .m__grid-item__content h6:last-child {
  margin-bottom: 0;
}

.m__content-cols__heading {
  font: 600 75px/80px "Gill Sans Nova";
  letter-spacing: 3.75px;
  text-transform: uppercase;
  color: #283553;
  margin-bottom: 67px;
}
@media (max-width: 1445px) {
  .m__content-cols__heading {
    font-size: 55px;
    line-height: 60px;
    margin-bottom: 48px;
  }
}
@media (max-width: 1050px) {
  .m__content-cols__heading {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
}
.m__content-cols .m__content-col .m__content-col-inner {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: solid 1px rgba(44, 60, 92, 0.3);
}
@media screen and (min-width: 768px) {
  .m__content-cols .m__content-col .m__content-col-inner {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
    position: relative;
  }
}
.m__content-cols .m__content-col .m__content-col-inner:after {
  position: absolute;
  top: 0;
  right: -15px;
  width: 1px;
  height: 100%;
  background-color: rgba(44, 60, 92, 0.3);
}
@media screen and (min-width: 768px) {
  .m__content-cols .m__content-col .m__content-col-inner:after {
    content: "";
  }
}
.m__content-cols .m__content-col:last-child .m__content-col-inner {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
@media screen and (min-width: 768px) {
  .m__content-cols .m__content-col:last-child .m__content-col-inner:after {
    content: none;
  }
}
.m__content-cols .m__content-col__heading {
  font: 600 28px/32px "Gill Sans Nova";
  letter-spacing: 1.4px;
  margin-bottom: 0;
  color: #324266;
}
@media screen and (min-width: 768px) {
  .m__content-cols .m__content-col__heading {
    font: 600 30px/36px "Gill Sans Nova";
    letter-spacing: 1.5px;
  }
}
@media screen and (min-width: 992px) {
  .m__content-cols .m__content-col__heading {
    font: 600 32px/40px "Gill Sans Nova";
    letter-spacing: 1.6px;
  }
}
@media screen and (min-width: 1200px) {
  .m__content-cols .m__content-col__heading {
    font: 600 34px/44px "Gill Sans Nova";
    letter-spacing: 1.7px;
  }
}
.m__content-cols .m__content-col__content {
  margin-top: 12px;
}
@media screen and (min-width: 768px) {
  .m__content-cols .m__content-col__content {
    margin-top: 14px;
  }
}
@media screen and (min-width: 992px) {
  .m__content-cols .m__content-col__content {
    margin-top: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .m__content-cols .m__content-col__content {
    margin-top: 18px;
  }
}
.m__content-cols .m__content-col__content * {
  font: normal 18px/24px "Gill Sans Nova Book";
  letter-spacing: 0.9px;
  color: #324266;
}
@media screen and (min-width: 992px) {
  .m__content-cols .m__content-col__content * {
    font: normal 22px/30px "Gill Sans Nova Book";
    letter-spacing: 1.1px;
  }
}
.m__content-cols .m__content-col__content strong {
  text-transform: uppercase;
  font-weight: 600 !important;
  font-family: "Gill Sans Nova" !important;
  font-size: 22px;
}
@media screen and (min-width: 992px) {
  .m__content-cols .m__content-col__content strong {
    font-size: 26px;
  }
}
.m__content-cols .m__content-col__content a {
  text-decoration: underline;
}
.m__content-cols .m__content-col__content p:last-child, .m__content-cols .m__content-col__content ul:last-child, .m__content-cols .m__content-col__content ol:last-child, .m__content-cols .m__content-col__content h1:last-child, .m__content-cols .m__content-col__content h2:last-child, .m__content-cols .m__content-col__content h3:last-child, .m__content-cols .m__content-col__content h4:last-child, .m__content-cols .m__content-col__content h5:last-child, .m__content-cols .m__content-col__content h6:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1050px) {
  .m__find-us-block.content-color-blue + .m__image-highlight {
    padding-top: 0;
  }
}
@media screen and (max-width: 1050px) {
  .m__find-us-block.content-color-blue + .m__image-highlight .image-highlight__text-header {
    padding-top: 50px;
    background-color: #FCFAF6;
  }
}
@media screen and (max-width: 1050px) {
  .m__find-us-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    content: "";
    position: absolute;
    top: -33px;
    left: 0;
    width: 100%;
    height: 245px;
    background-color: #FCFAF6;
  }
}
.m__find-us-block .find-us-block__iframe-col {
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 2;
  padding-left: 50px;
}
@media (max-width: 1050px) {
  .m__find-us-block .find-us-block__iframe-col {
    padding-left: 0px;
    height: 350px;
  }
}
.m__find-us-block .find-us-block__iframe-col iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1050px) {
  .m__find-us-block .find-us-block__content-col {
    padding-top: 30px;
  }
}
.m__find-us-block .find-us-block__subheader {
  font: 400 22px/30px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
@media (max-width: 1445px) {
  .m__find-us-block .find-us-block__subheader {
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.m__find-us-block .find-us-block__header {
  font: 600 75px/80px "Gill Sans Nova";
  letter-spacing: 3.75px;
  text-transform: uppercase;
  margin-bottom: 50px;
}
@media (max-width: 1445px) {
  .m__find-us-block .find-us-block__header {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 1050px) {
  .m__find-us-block .find-us-block__header {
    font-size: 36px;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 39px;
  }
}
.m__find-us-block .find-us-block__intro-copy {
  font: 400 32px/40px "Gill Sans Nova Book";
  letter-spacing: 1.6px;
  margin-bottom: 34px;
}
@media (max-width: 1445px) {
  .m__find-us-block .find-us-block__intro-copy {
    font-size: 24px;
    letter-spacing: 1.2px;
    margin-bottom: 26px;
  }
}
.m__find-us-block .find-us-block__main-copy {
  margin-bottom: 65px;
}
@media (max-width: 1445px) {
  .m__find-us-block .find-us-block__main-copy {
    margin-bottom: 40px;
  }
}
.m__find-us-block .find-us-block__main-copy * {
  font: 400 22px/40px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  color: inherit;
}
@media (max-width: 1445px) {
  .m__find-us-block .find-us-block__main-copy * {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.9px;
  }
}
.m__find-us-block .find-us-block__main-copy p:last-child, .m__find-us-block .find-us-block__main-copy ul ol:last-child, .m__find-us-block .find-us-block__main-copy h1:last-child, .m__find-us-block .find-us-block__main-copy h2:last-child, .m__find-us-block .find-us-block__main-copy h3:last-child, .m__find-us-block .find-us-block__main-copy h4:last-child, .m__find-us-block .find-us-block__main-copy h5:last-child, .m__find-us-block .find-us-block__main-copy h6:last-child {
  margin-bottom: 0;
}
.m__find-us-block .find-us-block__main-copy ul {
  list-style-type: disc;
  padding-left: 25px;
}
.m__find-us-block .find-us-block__main-copy ul li {
  padding-left: 10px;
}
.m__find-us-block .find-us-block__main-copy a {
  color: inherit;
  text-decoration: underline;
}
.m__find-us-block .find-us-block__dropdown {
  border-bottom: 1px solid rgba(45, 65, 54, 0.3);
  margin-bottom: 40px;
  padding-bottom: 20px;
  cursor: pointer;
}
@media (max-width: 1050px) {
  .m__find-us-block .find-us-block__dropdown {
    padding-bottom: 0px;
  }
}
.m__find-us-block .find-us-block__dropdown.active .find-us-block__dropdown-title {
  padding-bottom: 10px;
}
.m__find-us-block .find-us-block__dropdown.active .find-us-block__dropdown-title img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.m__find-us-block .find-us-block__dropdown.active .find-us-block__dropdown-content {
  max-height: 1000px;
}
@media (max-width: 1050px) {
  .m__find-us-block .find-us-block__dropdown.active .find-us-block__dropdown-content {
    padding-bottom: 30px;
  }
}
.m__find-us-block .find-us-block__dropdown-title {
  display: block;
  font: 600 40px/45px "Gill Sans Nova";
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 1050px) {
  .m__find-us-block .find-us-block__dropdown-title {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 1.1px;
  }
}
.m__find-us-block .find-us-block__dropdown-title img {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 28px;
  height: 15px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.m__find-us-block .find-us-block__dropdown-content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.m__find-us-block .find-us-block__dropdown-content * {
  font: 400 22px/40px "Gill Sans Nova Book";
  letter-spacing: 1.1px;
  color: #283553;
}
@media (max-width: 1445px) {
  .m__find-us-block .find-us-block__dropdown-content * {
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 0.9px;
  }
}
.m__find-us-block .find-us-block__dropdown-content p:last-child, .m__find-us-block .find-us-block__dropdown-content ul ol:last-child, .m__find-us-block .find-us-block__dropdown-content h1:last-child, .m__find-us-block .find-us-block__dropdown-content h2:last-child, .m__find-us-block .find-us-block__dropdown-content h3:last-child, .m__find-us-block .find-us-block__dropdown-content h4:last-child, .m__find-us-block .find-us-block__dropdown-content h5:last-child, .m__find-us-block .find-us-block__dropdown-content h6:last-child {
  margin-bottom: 0;
}
.m__find-us-block .find-us-block__dropdown-content ul {
  list-style-type: disc;
  padding-left: 25px;
}
.m__find-us-block .find-us-block__dropdown-content ul li {
  padding-left: 10px;
}
.m__find-us-block .find-us-block__dropdown-content a {
  color: inherit;
  text-decoration: underline;
}

.m__room-booking-widget {
  padding: 50px 0;
  background-color: #283553;
}
@media screen and (min-width: 992px) {
  .m__room-booking-widget {
    padding: 60px 0;
  }
}
@media screen and (min-width: 1400px) {
  .m__room-booking-widget {
    padding: 70px 0;
  }
}
.m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner {
  background: none !important;
  padding: 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer {
  width: 100% !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer {
    margin: 0 -10px;
  }
}
@media screen and (min-width: 1200px) {
  .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer {
    width: 66.6666% !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    margin: 0;
  }
}
.m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer .ftb-bookingWidget__dateSearch {
  width: 100% !important;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer .ftb-bookingWidget__dateSearch {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px;
    width: 50% !important;
  }
}
@media screen and (min-width: 1200px) {
  .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer .ftb-bookingWidget__dateSearch {
    margin-bottom: 0;
  }
}
.m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer .ftb-bookingWidget__dateSearch .ftb-bookingWidget__dateSearch__title {
  display: inline-block;
  font: 400 18px/30px "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #FCFAF6 !important;
  margin-bottom: 14px;
}
@media (max-width: 1050px) {
  .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer .ftb-bookingWidget__dateSearch .ftb-bookingWidget__dateSearch__title {
    font-size: 16px;
  }
}
.m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer.input-daterange input {
  width: 100% !important;
  background-color: #FCFAF6 !important;
  border: none !important;
  border-radius: 0px !important;
  color: #283553 !important;
  height: auto !important;
  padding: 8px 20px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font: 400 22px/40px "Gill Sans Nova Book" !important;
  letter-spacing: 1.1px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer.input-daterange input {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 1200px) {
  .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer.input-daterange input {
    height: 56px !important;
  }
}
@media screen and (min-width: 1280px) {
  .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer.input-daterange input {
    height: 73px !important;
  }
}
.m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer.input-daterange input:focus {
  outline: none !important;
}
.m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer {
  width: 100% !important;
}
@media screen and (min-width: 768px) {
  .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer {
    margin: 0;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer {
    width: 33.3333% !important;
  }
}
.m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability {
  width: 100%;
  height: unset;
  background-color: transparent !important;
  color: #fff !important;
  padding: 25px 46px;
  border: 1px solid #fff;
  border-bottom: 4px solid #fff;
  border-radius: 0px;
  font: 500 18px/1 "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1279px) {
  .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability {
    font: 500 16px/1 "Gill Sans Nova";
    letter-spacing: 0.8px;
    padding: 18px 35px;
    border-bottom: 3px solid #fff;
  }
}
.m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability:focus {
  outline: 0;
}
.m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability span, .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability input[type=submit] {
  position: relative;
  z-index: 1;
}
.m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability:hover {
  text-decoration: none;
  color: #283553;
}
.m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability:after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
}
.m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability.hover-on {
  color: #283553;
  text-decoration: none;
}
.m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability.hover-on:after {
  opacity: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability.hover-off {
  color: #fff;
}
.m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__checkAvailabilityContainer .ftb-bookingWidget__checkAvailability.hover-off:after {
  opacity: 1;
  -webkit-transform: translateY(-200%) !important;
          transform: translateY(-200%) !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.m__room-booking-widget__rooms-form-container .ftb-inline-widget__title {
  display: inline-block;
  font: 400 18px/30px "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #FCFAF6 !important;
  margin-bottom: 14px;
}
@media (max-width: 1050px) {
  .m__room-booking-widget__rooms-form-container .ftb-inline-widget__title {
    font-size: 16px;
  }
}
.m__room-booking-widget__rooms-form-container .ftb-inline-widget__input {
  width: 100% !important;
  background-color: #FCFAF6 !important;
  border: none !important;
  border-radius: 0px !important;
  color: #283553 !important;
  height: auto !important;
  padding: 8px 20px !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  font: 400 22px/40px "Gill Sans Nova Book" !important;
  letter-spacing: 1.1px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 768px) {
  .m__room-booking-widget__rooms-form-container .ftb-inline-widget__input {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
}
@media screen and (min-width: 1200px) {
  .m__room-booking-widget__rooms-form-container .ftb-inline-widget__input {
    height: 56px !important;
  }
}
@media screen and (min-width: 1280px) {
  .m__room-booking-widget__rooms-form-container .ftb-inline-widget__input {
    height: 73px !important;
  }
}
.m__room-booking-widget__rooms-form-container .ftb-inline-widget__input:focus {
  outline: none !important;
}
.m__room-booking-widget__rooms-form-container .ftb-inline-widget .easepick-wrapper {
  z-index: 6;
}
.m__room-booking-widget__rooms-form-container .ftb-inline-widget__submit {
  width: 100%;
  height: unset;
  background-color: transparent !important;
  color: #fff !important;
  padding: 25px 46px;
  border: 1px solid #fff;
  border-bottom: 4px solid #fff;
  border-radius: 0px;
  font: 500 18px/1 "Gill Sans Nova";
  letter-spacing: 0.9px;
  text-transform: uppercase;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1279px) {
  .m__room-booking-widget__rooms-form-container .ftb-inline-widget__submit {
    font: 500 16px/1 "Gill Sans Nova";
    letter-spacing: 0.8px;
    padding: 18px 35px;
    border-bottom: 3px solid #fff;
  }
}
.m__room-booking-widget__rooms-form-container .ftb-inline-widget__submit:focus {
  outline: 0;
}
.m__room-booking-widget__rooms-form-container .ftb-inline-widget__submit span, .m__room-booking-widget__rooms-form-container .ftb-inline-widget__submit input[type=submit] {
  position: relative;
  z-index: 1;
}
.m__room-booking-widget__rooms-form-container .ftb-inline-widget__submit:hover {
  text-decoration: none;
  color: #283553;
}
.m__room-booking-widget__rooms-form-container .ftb-inline-widget__submit:after {
  content: "";
  position: absolute;
  bottom: -100%;
  left: 0px;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: #fff;
}
.m__room-booking-widget__rooms-form-container .ftb-inline-widget__submit.hover-on {
  color: #283553;
  text-decoration: none;
}
.m__room-booking-widget__rooms-form-container .ftb-inline-widget__submit.hover-on:after {
  opacity: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.m__room-booking-widget__rooms-form-container .ftb-inline-widget__submit.hover-off {
  color: #fff;
}
.m__room-booking-widget__rooms-form-container .ftb-inline-widget__submit.hover-off:after {
  opacity: 1;
  -webkit-transform: translateY(-200%) !important;
          transform: translateY(-200%) !important;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

/***
	Pages (Specific page override styles)
***/
.home,
.page-id-34 {
  /* .m__hero.module.module__7{
  	padding-top: 900px;
  	padding-bottom: 100px;
  	margin-top: -800px;
  	background-image:url('/wp-content/uploads/2021/10/Take-Away-background-image.jpg');
  	@media(max-width: $bp-md) {
  		padding-top:350px;
  		margin-top:-300px;
  		background-image:url('/wp-content/uploads/2021/11/Take-away-background-image-mobile@2x.jpg');
  	}
  } */
}
.home .m__article-slider.module.module__3,
.page-id-34 .m__article-slider.module.module__3 {
  padding-bottom: 0px;
  margin-bottom: -50px;
  z-index: 5;
  position: relative;
}
@media (max-width: 1050px) {
  .home .m__article-slider.module.module__3,
  .page-id-34 .m__article-slider.module.module__3 {
    padding-bottom: 70px;
    margin-bottom: 0px;
  }
}
@media (max-width: 1050px) {
  .home .m__hero.module.module__4.hero__size-full,
  .page-id-34 .m__hero.module.module__4.hero__size-full {
    height: auto;
  }
}
@media (max-width: 1050px) {
  .home .m__hero.module.module__4.hero__size-full .hero__slide,
  .page-id-34 .m__hero.module.module__4.hero__size-full .hero__slide {
    padding: 50px 0px 70px 0px;
  }
}
.home .m__content-block.module.module__5,
.page-id-34 .m__content-block.module.module__5 {
  padding-top: 50px;
}
.home .m__content-block.module.module__5 .content-block__image-col,
.page-id-34 .m__content-block.module.module__5 .content-block__image-col {
  margin-top: 0px;
}
@media (max-width: 1050px) {
  .home .m__content-block.module.module__5 .content-block__image-col,
  .page-id-34 .m__content-block.module.module__5 .content-block__image-col {
    margin-top: 0px;
  }
}

.page-id-213 .m__hero.module.module__3 .step-out-icon {
  margin-top: 35px;
}
.page-id-213 .m__venues-list {
  position: relative;
}
@media (min-width: 1050px) {
  .page-id-213 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(2) {
    position: relative;
  }
}
@media (min-width: 1050px) {
  .page-id-213 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(2):before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 238px;
    background-color: #FCFAF6;
  }
}
@media (min-width: 1050px) {
  .page-id-213 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) {
    background-color: #324266;
  }
}
@media (min-width: 1050px) {
  .page-id-213 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content {
    background-color: #324266;
  }
  .page-id-213 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__title,
  .page-id-213 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__address p,
  .page-id-213 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__capacity {
    color: #fff;
  }
  .page-id-213 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__address .e-card__address-icon svg .svg__fill {
    fill: #fff;
  }
  .page-id-213 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__icon .svg__icon .svg__fill {
    fill: #fff;
  }
  .page-id-213 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__icon .svg__icon .svg__stroke {
    stroke: #fff;
  }
  .page-id-213 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__button {
    border-color: #fff !important;
    color: #fff;
  }
  .page-id-213 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__button:after {
    background-color: #fff !important;
  }
  .page-id-213 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__button.hover-on {
    color: #283553 !important;
  }
  .page-id-213 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__button.hover-off {
    color: #fff !important;
  }
}
@media (min-width: 1050px) {
  .page-id-213 .m__venues-list:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 100px;
    width: 100%;
    height: 140px;
    background-color: #324266;
  }
}
@media (min-width: 1445px) {
  .page-id-213 .m__venues-list:before {
    height: 215px;
  }
}
.page-id-213 .m__venues-list .step-out-icon {
  display: none;
}
@media (min-width: 1050px) {
  .page-id-213 .m__venues-list .button__venues-load-more {
    border-color: #fff !important;
    color: #fff;
  }
  .page-id-213 .m__venues-list .button__venues-load-more:after {
    background-color: #fff !important;
  }
  .page-id-213 .m__venues-list .button__venues-load-more.hover-on {
    color: #283553 !important;
  }
  .page-id-213 .m__venues-list .button__venues-load-more.hover-off {
    color: #fff !important;
  }
}
@media (min-width: 1050px) {
  .page-id-213 .m__venues-list .venues-list__error {
    color: #fff;
  }
}
.page-id-213 .m__content-block.module.module__5 {
  padding-bottom: 170px;
  background-image: url("/wp-content/uploads/2021/10/Private-Dining-background-image@2x-1-scaled.jpg");
  background-position: center;
  position: relative;
}
@media (min-width: 1050px) {
  .page-id-213 .m__content-block.module.module__5 {
    padding-top: 100px;
    margin-top: -100px;
  }
}
.page-id-213 .m__content-block.module.module__5 #line-animation {
  display: none;
  position: absolute;
  top: -100px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 100%;
  z-index: 3;
}
.page-id-213 .m__content-block.module.module__5 #line-animation path {
  stroke: #adc7ce;
}
@media (min-width: 1050px) {
  .page-id-213 .m__content-block.module.module__5 #line-animation {
    display: block;
  }
}
.page-id-213 .m__content-block.module.module__5 > .row {
  z-index: 1;
}

.page-id-253 .m__hero.module.module__2 {
  padding-top: 100px;
}
@media (max-width: 768px) {
  .page-id-253 .m__hero.module.module__2 {
    padding-top: 30px;
  }
}
.page-id-253 .m__hero.module.module__4 {
  overflow: visible;
}
.page-id-253 .m__venues-list {
  position: relative;
}
@media (min-width: 1050px) {
  .page-id-253 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(2) {
    position: relative;
  }
}
@media (min-width: 1050px) {
  .page-id-253 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(2):before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 238px;
    background-color: #FCFAF6;
  }
}
@media (min-width: 1050px) {
  .page-id-253 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) {
    background-color: #324266;
  }
}
@media (min-width: 1050px) {
  .page-id-253 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content {
    background-color: #324266;
  }
  .page-id-253 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__title,
  .page-id-253 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__address p {
    color: #fff;
  }
  .page-id-253 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__address .e-card__address-icon svg .svg__fill {
    fill: #fff;
  }
  .page-id-253 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__icon .svg__icon .svg__fill {
    fill: #fff;
  }
  .page-id-253 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__icon .svg__icon .svg__stroke {
    stroke: #fff;
  }
  .page-id-253 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__button {
    border-color: #fff !important;
    color: #fff;
  }
  .page-id-253 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__button:after {
    background-color: #fff !important;
  }
  .page-id-253 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__button.hover-on {
    color: #283553 !important;
  }
  .page-id-253 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__button.hover-off {
    color: #fff !important;
  }
}
@media (min-width: 1050px) {
  .page-id-253 .m__venues-list:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 240px;
    background-color: #324266;
  }
}
@media (min-width: 1445px) {
  .page-id-253 .m__venues-list:before {
    height: 315px;
  }
}
.page-id-253 .m__venues-list .step-out-icon {
  display: none;
}
@media (min-width: 1050px) {
  .page-id-253 .m__venues-list .button__venues-load-more {
    border-color: #fff !important;
    color: #fff;
  }
  .page-id-253 .m__venues-list .button__venues-load-more:after {
    background-color: #fff !important;
  }
  .page-id-253 .m__venues-list .button__venues-load-more.hover-on {
    color: #283553 !important;
  }
  .page-id-253 .m__venues-list .button__venues-load-more.hover-off {
    color: #fff !important;
  }
}
@media (min-width: 1050px) {
  .page-id-253 .m__venues-list .venues-list__error {
    color: #fff;
  }
}

.page-id-396 .m__content-block.module.module__2 .content-block__intro-copy {
  font: 600 32px/40px "Gill Sans Nova";
}
.page-id-396 .m__hero.module.module__4 {
  padding-top: 100px;
}

.page-id-411 .m__hero.module.module__3 {
  height: 0px;
  overflow-x: visible;
}
.page-id-411 .m__image-row.module.module__5 {
  position: relative;
}
.page-id-411 .m__image-row.module.module__5 #line-animation {
  position: absolute;
  top: 200px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 100%;
  z-index: -1;
}
.page-id-411 .m__image-row.module.module__5 #line-animation path {
  stroke: #adc7ce;
}
.page-id-411 .m__venues-list {
  position: relative;
}
@media (min-width: 1050px) {
  .page-id-411 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(2) {
    position: relative;
  }
}
@media (min-width: 1050px) {
  .page-id-411 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(2):before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 238px;
    background-color: #FCFAF6;
  }
}
@media (min-width: 1050px) {
  .page-id-411 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) {
    background-color: #324266;
  }
}
@media (min-width: 1050px) {
  .page-id-411 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content {
    background-color: #324266;
  }
  .page-id-411 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__title,
  .page-id-411 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__address {
    color: #fff;
  }
  .page-id-411 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__icon .svg__icon .svg__fill {
    fill: #fff;
  }
  .page-id-411 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__icon .svg__icon .svg__stroke {
    stroke: #fff;
  }
  .page-id-411 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__button {
    border-color: #fff !important;
    color: #fff;
  }
  .page-id-411 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__button:after {
    background-color: #fff !important;
  }
  .page-id-411 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__button.hover-on {
    color: #283553 !important;
  }
  .page-id-411 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(n+2) .venues-list__col .e-card .e-card__content .e-card__button.hover-off {
    color: #fff !important;
  }
}
@media (min-width: 1050px) {
  .page-id-411 .m__venues-list:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 240px;
    background-color: #324266;
  }
}
@media (min-width: 1445px) {
  .page-id-411 .m__venues-list:before {
    height: 315px;
  }
}
.page-id-411 .m__venues-list .step-out-icon {
  display: none;
}
@media (min-width: 1050px) {
  .page-id-411 .m__venues-list .button__venues-load-more {
    border-color: #fff !important;
    color: #fff;
  }
  .page-id-411 .m__venues-list .button__venues-load-more:after {
    background-color: #fff !important;
  }
  .page-id-411 .m__venues-list .button__venues-load-more.hover-on {
    color: #283553 !important;
  }
  .page-id-411 .m__venues-list .button__venues-load-more.hover-off {
    color: #fff !important;
  }
}
@media (min-width: 1050px) {
  .page-id-411 .m__venues-list .venues-list__error {
    color: #fff;
  }
}

.post-template-default.single.single-post .m__hero.module.module__1 .hero__content-inner {
  text-align: center;
}
.post-template-default.single.single-post .m__hero.module.module__1 .hero__icon {
  display: block;
}
.post-template-default.single.single-post .m__hero.module.module__1 .hero__copy {
  margin-left: auto;
  margin-right: auto;
}
.post-template-default.single.single-post .m__hero.module.module__1 .hero__button {
  display: none;
}

.tf_events-template-default.single.single-tf_events .m__hero.module.module__1 .hero__content-inner {
  text-align: center;
}
.tf_events-template-default.single.single-tf_events .m__hero.module.module__1 .hero__icon {
  display: block;
}
.tf_events-template-default.single.single-tf_events .m__hero.module.module__1 .hero__copy {
  margin-left: auto;
  margin-right: auto;
}
.tf_events-template-default.single.single-tf_events .m__hero.module.module__1 .hero__button {
  display: none;
}

@media screen and (min-width: 992px) {
  .page-id-167 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(3n+3) {
    position: relative;
  }
}
@media screen and (min-width: 992px) {
  .page-id-167 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(3n+3):before {
    content: "";
    position: absolute;
    top: 100px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    height: 150px;
    width: 100%;
    background-image: url("../../images/line.svg");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
  }
}
@media screen and (min-width: 1051px) {
  .page-id-167 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(3n+3):before {
    top: 162px;
  }
}
@media screen and (min-width: 992px) {
  .page-id-167 .m__venues-list .venues-list__venues .js__venues-list-container .venues-list__venues-row-container:nth-child(3n+3) .venues-list__venues-row {
    position: relative;
    z-index: 1;
  }
}

.page-id-357 .m__content-block.module.module__4 {
  position: relative;
}
@media (max-width: 1050px) {
  .page-id-357 .m__content-block.module.module__4 {
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.page-id-357 .m__content-block.module.module__4 .row {
  position: relative;
  z-index: 1;
}
@media (max-width: 1050px) {
  .page-id-357 .m__content-block.module.module__4 .row {
    z-index: 2;
  }
}
.page-id-357 .m__content-block.module.module__4 #line-animation {
  position: absolute;
  top: 50px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}
.page-id-357 .m__content-block.module.module__4 #line-animation path {
  stroke: #adc7ce;
}

.page-id-260 .m__boxes.module.module__3 {
  padding-bottom: 0px;
  z-index: 2;
}
.page-id-260 .m__boxes.module.module__3 .boxes__background {
  display: none;
}
.page-id-260 .m__content-block.module.module__4 {
  padding-top: 550px;
  margin-top: -300px;
  background-image: url("/wp-content/uploads/2021/11/Work-with-us-background-image@2x-scaled.jpg");
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 1050px) {
  .page-id-260 .m__content-block.module.module__4 {
    padding-top: 350px;
  }
}
.page-id-260 .m__content-block.module.module__4 .row {
  z-index: 2;
  position: relative;
}
.page-id-260 .m__content-block.module.module__4 #line-animation {
  position: absolute;
  top: 400px;
  left: 0px;
  right: 0px;
  margin: 0 auto;
  width: 100%;
  z-index: 1;
}
.page-id-260 .m__content-block.module.module__4 #line-animation path {
  stroke: #adc7ce;
}

.page-id-202 .m__hero .hero__icon {
  display: none;
}
.page-id-202 .m__events-list.module.module__2 .step-out-icon {
  display: none;
}

.page-id-69189 .footer-newsletter {
  background: transparent;
  text-align: center;
}
.page-id-69189 .footer-newsletter .footer-newsletter__title {
  font-size: 20px;
}
.page-id-69189 .footer-newsletter .u__wrap .col-12 {
  width: 100% !important;
}
.page-id-69189 .footer-newsletter form {
  margin-top: 0 !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.christmas-page-css {
  background-color: rgb(130, 1, 1) !important;
}
.christmas-page-css .m__content-block.title-across .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(130, 1, 1, 0)), color-stop(15%, rgba(130, 1, 1, 0.5)), color-stop(75%, rgb(130, 1, 1)));
  background: linear-gradient(0deg, rgba(130, 1, 1, 0) 0%, rgba(130, 1, 1, 0.5) 15%, rgb(130, 1, 1) 75%);
}
.christmas-page-css .ignite-modules p, .christmas-page-css .ignite-modules li, .christmas-page-css .ignite-modules h1, .christmas-page-css .ignite-modules h2, .christmas-page-css .ignite-modules h3, .christmas-page-css .ignite-modules h4, .christmas-page-css .ignite-modules h5, .christmas-page-css .ignite-modules h6 {
  color: #fff;
}
.christmas-page-css .button:hover span {
  color: #820101;
}
.christmas-page-css .m__image-row .image-row__caption-wrapper {
  background-color: rgb(130, 1, 1);
}
.christmas-page-css .ignite-modules section:nth-child(even) {
  background-image: url("../../../library/images/sparkle2.gif");
  background-position: bottom 50px right 100px;
  background-repeat: no-repeat;
}
.christmas-page-css .ignite-modules section:nth-child(odd) {
  background-image: url("../../../library/images/sparkle2.gif");
  background-position: top 60px left 10px;
  background-repeat: no-repeat;
}
.christmas-page-css .ignite-modules section.m__cta-banner {
  background-image: none !important;
}
.christmas-page-css .content-color-white,
.christmas-page-css .m__image-row {
  background-color: rgb(130, 1, 1) !important;
}
.christmas-page-css .image-row__caption-wrapper {
  background-color: rgb(130, 1, 1) !important;
  color: #ffffff !important;
}
.christmas-page-css .image-row__caption-wrapper .image-row__caption {
  color: #ffffff !important;
}
.christmas-page-css .u__txt-blue {
  color: #ffffff !important;
}
.christmas-page-css .ignite-modules a.button {
  border: 1px solid #ffffff;
  border-color: #fff !important;
  border-bottom: 4px solid #ffffff;
}
.christmas-page-css .ignite-modules a.button span {
  color: #fff !important;
}
.christmas-page-css .ignite-modules a.button:hover span {
  color: rgb(130, 1, 1) !important;
}
.christmas-page-css .button:after {
  background-color: #ffffff;
}
.christmas-page-css .ignite-modules .button:not(.button__blue--footer) {
  border-color: #ffffff !important;
}
.christmas-page-css .ignite-modules .button:not(.button__blue--footer):after {
  background-color: #ffffff !important;
}

body #container #js__body.cs__the_dirty_habit.christmas-page-css .button:not(.button__white),
body #container #js__body.cs__junipers.christmas-page-css .button:not(.button__white),
body #container #js__body.cs__the_cow_shed.christmas-page-css .button:not(.button__white),
body #container #js__body.cs__the_farm_house.christmas-page-css .button:not(.button__white),
body #container #js__body.cs__the_great_house.christmas-page-css .button:not(.button__white),
body #container #js__body.cs__the_gun.christmas-page-css .button:not(.button__white),
body #container #js__body.cs__the_herbalist.christmas-page-css .button:not(.button__white),
body #container #js__body.cs__the_lazy_fox.christmas-page-css .button:not(.button__white),
body #container #js__body.cs__the_pheasant_plucker.christmas-page-css .button:not(.button__white),
body #container #js__body.cs__the_pig_and_sty.christmas-page-css .button:not(.button__white),
body #container #js__body.cs__the_poacher_and_partridge.christmas-page-css .button:not(.button__white),
body #container #js__body.cs__the_potting_shed.christmas-page-css .button:not(.button__white),
body #container #js__body.cs__the_vineyard.christmas-page-css .button:not(.button__white),
body #container #js__body.cs__the_wishful_thinker.christmas-page-css .button:not(.button__white),
body #container #js__body.cs__the_never_say_never.christmas-page-css .button:not(.button__white) {
  color: #fff !important;
}
body #container #js__body.cs__the_dirty_habit.christmas-page-css .button:not(.button__blue--footer),
body #container #js__body.cs__junipers.christmas-page-css .button:not(.button__blue--footer),
body #container #js__body.cs__the_cow_shed.christmas-page-css .button:not(.button__blue--footer),
body #container #js__body.cs__the_farm_house.christmas-page-css .button:not(.button__blue--footer),
body #container #js__body.cs__the_great_house.christmas-page-css .button:not(.button__blue--footer),
body #container #js__body.cs__the_gun.christmas-page-css .button:not(.button__blue--footer),
body #container #js__body.cs__the_herbalist.christmas-page-css .button:not(.button__blue--footer),
body #container #js__body.cs__the_lazy_fox.christmas-page-css .button:not(.button__blue--footer),
body #container #js__body.cs__the_pheasant_plucker.christmas-page-css .button:not(.button__blue--footer),
body #container #js__body.cs__the_pig_and_sty.christmas-page-css .button:not(.button__blue--footer),
body #container #js__body.cs__the_poacher_and_partridge.christmas-page-css .button:not(.button__blue--footer),
body #container #js__body.cs__the_potting_shed.christmas-page-css .button:not(.button__blue--footer),
body #container #js__body.cs__the_vineyard.christmas-page-css .button:not(.button__blue--footer),
body #container #js__body.cs__the_wishful_thinker.christmas-page-css .button:not(.button__blue--footer),
body #container #js__body.cs__the_never_say_never.christmas-page-css .button:not(.button__blue--footer) {
  border-color: #fff !important;
}
body #container #js__body.cs__the_dirty_habit.christmas-page-css .button:not(.button__blue--footer):after,
body #container #js__body.cs__junipers.christmas-page-css .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_cow_shed.christmas-page-css .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_farm_house.christmas-page-css .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_great_house.christmas-page-css .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_gun.christmas-page-css .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_herbalist.christmas-page-css .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_lazy_fox.christmas-page-css .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_pheasant_plucker.christmas-page-css .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_pig_and_sty.christmas-page-css .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_poacher_and_partridge.christmas-page-css .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_potting_shed.christmas-page-css .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_vineyard.christmas-page-css .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_wishful_thinker.christmas-page-css .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_never_say_never.christmas-page-css .button:not(.button__blue--footer):after {
  background-color: #fff !important;
}
body #container #js__body.cs__the_dirty_habit.christmas-page-css .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__junipers.christmas-page-css .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_cow_shed.christmas-page-css .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_farm_house.christmas-page-css .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_great_house.christmas-page-css .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_gun.christmas-page-css .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_herbalist.christmas-page-css .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_lazy_fox.christmas-page-css .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_pheasant_plucker.christmas-page-css .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_pig_and_sty.christmas-page-css .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_poacher_and_partridge.christmas-page-css .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_potting_shed.christmas-page-css .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_vineyard.christmas-page-css .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_wishful_thinker.christmas-page-css .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_never_say_never.christmas-page-css .button:not(.button__blue--footer).hover-on {
  color: #820101 !important;
}
body #container #js__body.cs__the_dirty_habit.christmas-page-css .button.button__white,
body #container #js__body.cs__junipers.christmas-page-css .button.button__white,
body #container #js__body.cs__the_cow_shed.christmas-page-css .button.button__white,
body #container #js__body.cs__the_farm_house.christmas-page-css .button.button__white,
body #container #js__body.cs__the_great_house.christmas-page-css .button.button__white,
body #container #js__body.cs__the_gun.christmas-page-css .button.button__white,
body #container #js__body.cs__the_herbalist.christmas-page-css .button.button__white,
body #container #js__body.cs__the_lazy_fox.christmas-page-css .button.button__white,
body #container #js__body.cs__the_pheasant_plucker.christmas-page-css .button.button__white,
body #container #js__body.cs__the_pig_and_sty.christmas-page-css .button.button__white,
body #container #js__body.cs__the_poacher_and_partridge.christmas-page-css .button.button__white,
body #container #js__body.cs__the_potting_shed.christmas-page-css .button.button__white,
body #container #js__body.cs__the_vineyard.christmas-page-css .button.button__white,
body #container #js__body.cs__the_wishful_thinker.christmas-page-css .button.button__white,
body #container #js__body.cs__the_never_say_never.christmas-page-css .button.button__white {
  color: #fff !important;
  border-color: #fff !important;
}
body #container #js__body.cs__the_dirty_habit.christmas-page-css .button.button__white:after,
body #container #js__body.cs__junipers.christmas-page-css .button.button__white:after,
body #container #js__body.cs__the_cow_shed.christmas-page-css .button.button__white:after,
body #container #js__body.cs__the_farm_house.christmas-page-css .button.button__white:after,
body #container #js__body.cs__the_great_house.christmas-page-css .button.button__white:after,
body #container #js__body.cs__the_gun.christmas-page-css .button.button__white:after,
body #container #js__body.cs__the_herbalist.christmas-page-css .button.button__white:after,
body #container #js__body.cs__the_lazy_fox.christmas-page-css .button.button__white:after,
body #container #js__body.cs__the_pheasant_plucker.christmas-page-css .button.button__white:after,
body #container #js__body.cs__the_pig_and_sty.christmas-page-css .button.button__white:after,
body #container #js__body.cs__the_poacher_and_partridge.christmas-page-css .button.button__white:after,
body #container #js__body.cs__the_potting_shed.christmas-page-css .button.button__white:after,
body #container #js__body.cs__the_vineyard.christmas-page-css .button.button__white:after,
body #container #js__body.cs__the_wishful_thinker.christmas-page-css .button.button__white:after,
body #container #js__body.cs__the_never_say_never.christmas-page-css .button.button__white:after {
  background-color: #fff !important;
}
body #container #js__body.cs__the_dirty_habit.christmas-page-css .button.button__white.hover-on,
body #container #js__body.cs__junipers.christmas-page-css .button.button__white.hover-on,
body #container #js__body.cs__the_cow_shed.christmas-page-css .button.button__white.hover-on,
body #container #js__body.cs__the_farm_house.christmas-page-css .button.button__white.hover-on,
body #container #js__body.cs__the_great_house.christmas-page-css .button.button__white.hover-on,
body #container #js__body.cs__the_gun.christmas-page-css .button.button__white.hover-on,
body #container #js__body.cs__the_herbalist.christmas-page-css .button.button__white.hover-on,
body #container #js__body.cs__the_lazy_fox.christmas-page-css .button.button__white.hover-on,
body #container #js__body.cs__the_pheasant_plucker.christmas-page-css .button.button__white.hover-on,
body #container #js__body.cs__the_pig_and_sty.christmas-page-css .button.button__white.hover-on,
body #container #js__body.cs__the_poacher_and_partridge.christmas-page-css .button.button__white.hover-on,
body #container #js__body.cs__the_potting_shed.christmas-page-css .button.button__white.hover-on,
body #container #js__body.cs__the_vineyard.christmas-page-css .button.button__white.hover-on,
body #container #js__body.cs__the_wishful_thinker.christmas-page-css .button.button__white.hover-on,
body #container #js__body.cs__the_never_say_never.christmas-page-css .button.button__white.hover-on {
  color: #820101 !important;
}
body #container #js__body.cs__the_dirty_habit.christmas-page-css.no-js .button:hover,
body #container #js__body.cs__junipers.christmas-page-css.no-js .button:hover,
body #container #js__body.cs__the_cow_shed.christmas-page-css.no-js .button:hover,
body #container #js__body.cs__the_farm_house.christmas-page-css.no-js .button:hover,
body #container #js__body.cs__the_great_house.christmas-page-css.no-js .button:hover,
body #container #js__body.cs__the_gun.christmas-page-css.no-js .button:hover,
body #container #js__body.cs__the_herbalist.christmas-page-css.no-js .button:hover,
body #container #js__body.cs__the_lazy_fox.christmas-page-css.no-js .button:hover,
body #container #js__body.cs__the_pheasant_plucker.christmas-page-css.no-js .button:hover,
body #container #js__body.cs__the_pig_and_sty.christmas-page-css.no-js .button:hover,
body #container #js__body.cs__the_poacher_and_partridge.christmas-page-css.no-js .button:hover,
body #container #js__body.cs__the_potting_shed.christmas-page-css.no-js .button:hover,
body #container #js__body.cs__the_vineyard.christmas-page-css.no-js .button:hover,
body #container #js__body.cs__the_wishful_thinker.christmas-page-css.no-js .button:hover,
body #container #js__body.cs__the_never_say_never.christmas-page-css.no-js .button:hover {
  color: #fff !important;
}
body #container #js__body.cs__the_dirty_habit.christmas-page-css.no-js .button.button_white,
body #container #js__body.cs__junipers.christmas-page-css.no-js .button.button_white,
body #container #js__body.cs__the_cow_shed.christmas-page-css.no-js .button.button_white,
body #container #js__body.cs__the_farm_house.christmas-page-css.no-js .button.button_white,
body #container #js__body.cs__the_great_house.christmas-page-css.no-js .button.button_white,
body #container #js__body.cs__the_gun.christmas-page-css.no-js .button.button_white,
body #container #js__body.cs__the_herbalist.christmas-page-css.no-js .button.button_white,
body #container #js__body.cs__the_lazy_fox.christmas-page-css.no-js .button.button_white,
body #container #js__body.cs__the_pheasant_plucker.christmas-page-css.no-js .button.button_white,
body #container #js__body.cs__the_pig_and_sty.christmas-page-css.no-js .button.button_white,
body #container #js__body.cs__the_poacher_and_partridge.christmas-page-css.no-js .button.button_white,
body #container #js__body.cs__the_potting_shed.christmas-page-css.no-js .button.button_white,
body #container #js__body.cs__the_vineyard.christmas-page-css.no-js .button.button_white,
body #container #js__body.cs__the_wishful_thinker.christmas-page-css.no-js .button.button_white,
body #container #js__body.cs__the_never_say_never.christmas-page-css.no-js .button.button_white {
  color: #820101 !important;
}

.error404 {
  background-color: #324266;
  padding-top: 150px;
}
.error404 .content-wrapper {
  height: 100vh;
}
.error404 h1 {
  color: #fff;
  margin-bottom: 30px;
}

/***
	Colour Schemes
***/
.js__barba-transition[data-colour-scheme=cs__the_farm_house] {
  background-color: #324266;
}

body #container #js__body.cs__the_farm_house {
  background-color: #FFFCFC;
  /***** Modules -- Start *****/
  /***** Modules -- End *****/
}
body #container #js__body.cs__the_farm_house.js__nav-scrolled header.header {
  background-color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_farm_house footer.footer,
body #container #js__body.cs__the_farm_house .nav-popup,
body #container #js__body.cs__the_farm_house .nav-popup .nav-poup__main {
  background-color: #324266;
}
body #container #js__body.cs__the_farm_house:not(.colour-overrides-active) .button:not(.button__white) {
  color: #324266 !important;
}
body #container #js__body.cs__the_farm_house:not(.colour-overrides-active) .button:not(.button__blue--footer),
body #container #js__body.cs__the_farm_house:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white {
  border-color: #C7C624 !important;
}
body #container #js__body.cs__the_farm_house:not(.colour-overrides-active) .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_farm_house:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white:after {
  background-color: #C7C624 !important;
}
body #container #js__body.cs__the_farm_house:not(.colour-overrides-active) .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_farm_house:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white.hover-on {
  color: #324266 !important;
}
body #container #js__body.cs__the_farm_house:not(.colour-overrides-active).no-js .button:hover,
body #container #js__body.cs__the_farm_house:not(.colour-overrides-active).no-js .m__content-slider .content-slider__slide-content .button.button__white:hover {
  color: #324266 !important;
}
body #container #js__body.cs__the_farm_house .m__hero.hero__has-coloured-bg {
  background-color: #324266;
}
body #container #js__body.cs__the_farm_house .m__hero.hero__has-coloured-bg .hero__background .hero-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#324266), color-stop(20%, rgba(50, 66, 102, 0)), to(rgba(50, 66, 102, 0)));
  background: linear-gradient(180deg, #324266 0%, rgba(50, 66, 102, 0) 20%, rgba(50, 66, 102, 0) 100%);
}
body #container #js__body.cs__the_farm_house .m__hero .hero__slide.hero__type-transparent .hero__main-header {
  color: #324266;
}
body #container #js__body.cs__the_farm_house .m__hero .hero__slide.hero__type-transparent .hero__copy {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_farm_house .m__content-block.content-color-white {
  background-color: #324266;
}
body #container #js__body.cs__the_farm_house .m__content-block.title-across .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 252, 252, 0)), color-stop(15%, rgba(255, 252, 252, 0.5)), color-stop(75%, #FFFCFC));
  background: linear-gradient(0deg, rgba(255, 252, 252, 0) 0%, rgba(255, 252, 252, 0.5) 15%, #FFFCFC 75%);
}
body #container #js__body.cs__the_farm_house .m__content-block.title-across.content-color-white .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(50, 66, 102, 0)), color-stop(15%, rgba(50, 66, 102, 0.5)), color-stop(75%, #324266));
  background: linear-gradient(0deg, rgba(50, 66, 102, 0) 0%, rgba(50, 66, 102, 0.5) 15%, #324266 75%);
}
body #container #js__body.cs__the_farm_house .m__content-block:not(.content-color-white) .content-block__subheader,
body #container #js__body.cs__the_farm_house .m__content-block:not(.content-color-white) .content-block__header,
body #container #js__body.cs__the_farm_house .m__content-block:not(.content-color-white) .content-block__intro-copy,
body #container #js__body.cs__the_farm_house .m__content-block:not(.content-color-white) .content-block__dropdown-title {
  color: #324266;
}
body #container #js__body.cs__the_farm_house .m__content-block:not(.content-color-white) .content-block__main-copy,
body #container #js__body.cs__the_farm_house .m__content-block:not(.content-color-white) .content-block__dropdown-item {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_farm_house .m__content-block.image-multi.content-color-white:before {
  background-image: url("../../images/line__mobile--lime-green.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_farm_house .m__content-block.image-multi.content-color-white:before {
    background-image: url("../../images/line--lime-green.svg");
  }
}
body #container #js__body.cs__the_farm_house .m__article-slider .article-slider__subheader,
body #container #js__body.cs__the_farm_house .m__article-slider .article-slider__header {
  color: #324266;
}
body #container #js__body.cs__the_farm_house .m__article-slider .article-slider__slide-inner {
  border-color: #C7C624;
}
body #container #js__body.cs__the_farm_house .m__articles-list .articles-list__error {
  color: #324266;
}
@media screen and (max-width: 1050px) {
  body #container #js__body.cs__the_farm_house .m__content-block.content-color-blue + .m__image-highlight .image-highlight__text-header,
  body #container #js__body.cs__the_farm_house .m__content-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    background-color: #FFFCFC;
  }
}
body #container #js__body.cs__the_farm_house .m__image-highlight {
  background-color: #FFFCFC;
}
body #container #js__body.cs__the_farm_house .m__image-highlight .image-highlight__subheader,
body #container #js__body.cs__the_farm_house .m__image-highlight .image-highlight__header {
  color: #324266;
}
body #container #js__body.cs__the_farm_house .m__image-highlight .image-highlight__image {
  border-color: #C7C624;
}
body #container #js__body.cs__the_farm_house .m__image-highlight .image-highlight__sliders:before {
  background-color: #324266;
}
body #container #js__body.cs__the_farm_house .m__instagram-feed.bg__blue {
  background-color: #324266;
}
body #container #js__body.cs__the_farm_house .m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#324266), color-stop(20%, rgba(50, 66, 102, 0)), to(rgba(50, 66, 102, 0)));
  background: linear-gradient(180deg, #324266 0%, rgba(50, 66, 102, 0) 20%, rgba(50, 66, 102, 0) 100%);
}
body #container #js__body.cs__the_farm_house .m__instagram-feed.bg__blue .button.instagram-feed__button {
  color: #FFFCFC !important;
}
body #container #js__body.cs__the_farm_house .m__instagram-feed.bg__blue .button.instagram-feed__button.hover-on {
  color: #324266 !important;
}
body #container #js__body.cs__the_farm_house .m__menus__loader {
  border-top-color: #324266;
}
body #container #js__body.cs__the_farm_house .m__menus__filter-item,
body #container #js__body.cs__the_farm_house .e-menu__intro-heading,
body #container #js__body.cs__the_farm_house .e-menu__sections .e-menu-section__heading,
body #container #js__body.cs__the_farm_house .e-menu__sections .e-menu-section__items .e-menu-item__heading,
body #container #js__body.cs__the_farm_house .e-menu__sections .e-menu-section__items .e-menu-item__name,
body #container #js__body.cs__the_farm_house .e-menu__sections .e-menu-section__items .e-menu-item__price,
body #container #js__body.cs__the_farm_house .e-menu__child-menus-container .e-child-menus__selected,
body #container #js__body.cs__the_farm_house .e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item,
body #container #js__body.cs__the_farm_house .e-menu__sections .e-menu-section__wine-prices-label,
body #container #js__body.cs__the_farm_house .e-menu__keys-heading,
body #container #js__body.cs__the_farm_house .e-menu__sections .e-menu-section__addons-heading,
body #container #js__body.cs__the_farm_house .e-menu-addon__description,
body #container #js__body.cs__the_farm_house .e-menu-addon__price {
  color: #324266;
}
body #container #js__body.cs__the_farm_house .e-menu__sections .e-menu-section__items .e-menu-item__description,
body #container #js__body.cs__the_farm_house .e-menu__sections .e-menu-section__description,
body #container #js__body.cs__the_farm_house .e-menu__keys-label,
body #container #js__body.cs__the_farm_house .e-menu__child-menus-container .e-child-menus__select-label {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_farm_house .m__menus__filter-item:hover,
body #container #js__body.cs__the_farm_house .m__menus__filter-item.active {
  background-color: #D6D429;
}
body #container #js__body.cs__the_farm_house .e-menu-addon__icon .svg__plus-icon--fill-elem {
  fill: #C7C624;
}
body #container #js__body.cs__the_farm_house .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__fill,
body #container #js__body.cs__the_farm_house .e-menu__keys-item .e-menu__keys-icon svg .svg__fill {
  fill: #324266;
}
body #container #js__body.cs__the_farm_house .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__text-fill,
body #container #js__body.cs__the_farm_house .e-menu__keys-item .e-menu__keys-icon svg .svg__text-fill {
  fill: #FFFCFC;
}
body #container #js__body.cs__the_farm_house .e-menu__sections .e-menu-section__addons,
body #container #js__body.cs__the_farm_house .e-menu__child-menus-container .e-child-menus__selected {
  border-color: #C7C624;
}
body #container #js__body.cs__the_farm_house .e-menu__child-menus-container .e-child-menus__selected.active {
  border-color: rgba(50, 66, 102, 0.18);
}
body #container #js__body.cs__the_farm_house .e-menu__child-menus-container .e-child-menus__selected:after {
  background-image: url("../../images/icon__dropdown-lime_green.svg");
}
body #container #js__body.cs__the_farm_house .e-menu__keys,
body #container #js__body.cs__the_farm_house .e-menu__child-menus-container .e-child-menus__menus {
  border-color: #324266;
}
body #container #js__body.cs__the_farm_house .e-menu__sections .e-menu-section:after {
  background-color: rgba(50, 66, 102, 0.35);
}
body #container #js__body.cs__the_farm_house .m__grid-items__heading,
body #container #js__body.cs__the_farm_house .m__grid-items .m__grid-item__heading {
  color: #324266;
}
body #container #js__body.cs__the_farm_house .m__grid-items .m__grid-item__content * {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_farm_house .m__content-slider .content-slider__slider .slick-dots li {
  background-color: #D6D429;
}
body #container #js__body.cs__the_farm_house .m__content-slider:after {
  background-image: url("../../images/line--lime-green.svg");
}
body #container #js__body.cs__the_farm_house .m__content-slider .content-slider__slider .slick-arrow {
  background-image: url("../../images/icon__arrow-left-blue.svg");
}
body #container #js__body.cs__the_farm_house .m__content-slider .content-slider__title,
body #container #js__body.cs__the_farm_house .m__content-slider .content-slider__intro-copy {
  color: #324266;
}
body #container #js__body.cs__the_farm_house .m__content-slider .content-slider__slide-content {
  background-color: #324266;
}
body #container #js__body.cs__the_farm_house .m__image-row + .m__content-block.content-color-white:before,
body #container #js__body.cs__the_farm_house .m__image-row.bg__blue {
  background-color: #324266;
}
body #container #js__body.cs__the_farm_house .m__image-row.has-waved-line .image-row__slider:before {
  background-image: url("../../images/line__mobile--lime-green.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_farm_house .m__image-row.has-waved-line .image-row__slider:before {
    background-image: url("../../images/line--lime-green.svg");
  }
}
body #container #js__body.cs__the_farm_house:not(.colour-overrides-active) .m__image-row .image-row__caption.u__txt-blue {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_farm_house .m__image-row .image-row__caption-wrapper {
  background-color: #FFFCFC;
}
body #container #js__body.cs__the_farm_house .m__enquiry-form .enquiry-form__subheader,
body #container #js__body.cs__the_farm_house .m__enquiry-form .enquiry-form__header,
body #container #js__body.cs__the_farm_house .m__enquiry-form .enquiry-form__label,
body #container #js__body.cs__the_farm_house .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_farm_house .m__enquiry-form .enquiry-form__select {
  color: #324266;
}
body #container #js__body.cs__the_farm_house .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_farm_house .m__enquiry-form .enquiry-form__select {
  border-color: #324266;
  background: #FFFCFC;
}
body #container #js__body.cs__the_farm_house .m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-lime_green.svg");
}
body #container #js__body.cs__the_farm_house .m__enquiry-form .enquiry-form__label span {
  color: #C7C624;
}
body #container #js__body.cs__the_farm_house .m__text-row .text-row__header,
body #container #js__body.cs__the_farm_house .m__text-row .text-row__content {
  color: #324266;
}
body #container #js__body.cs__the_farm_house .m__content-cols__heading,
body #container #js__body.cs__the_farm_house .m__content-cols .m__content-col__heading {
  color: #324266;
}
body #container #js__body.cs__the_farm_house .m__content-cols .m__content-col__content * {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_farm_house .m__content-cols .m__content-col__content strong {
  color: #324266;
}
body #container #js__body.cs__the_farm_house .m__content-cols .m__content-col .m__content-col-inner:after {
  background-color: rgba(50, 66, 102, 0.3);
}
@media screen and (max-width: 767px) {
  body #container #js__body.cs__the_farm_house .m__content-cols .m__content-col .m__content-col-inner {
    border-color: rgba(50, 66, 102, 0.3);
  }
}
body #container #js__body.cs__the_farm_house .m__find-us-block .find-us-block__subheader,
body #container #js__body.cs__the_farm_house .m__find-us-block .find-us-block__header {
  color: #324266;
}
body #container #js__body.cs__the_farm_house .m__find-us-block .find-us-block__main-copy,
body #container #js__body.cs__the_farm_house .m__find-us-block .find-us-block__dropdown-content * {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_farm_house .m__find-us-block .find-us-block__dropdown-title {
  color: #324266;
}
body #container #js__body.cs__the_farm_house .m__boxes .boxes__background {
  background-color: #324266;
}
body #container #js__body.cs__the_farm_house .m__boxes .boxes__heading {
  color: #324266;
}
body #container #js__body.cs__the_farm_house .m__room-booking-widget {
  background-color: #324266;
}
body #container #js__body.cs__the_farm_house .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer .ftb-bookingWidget__dateSearch .ftb-bookingWidget__dateSearch__title {
  color: #FFFCFC !important;
}
body #container #js__body.cs__the_farm_house .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer.input-daterange input {
  background-color: #FFFCFC !important;
  color: #324266 !important;
}
body #container #js__body.cs__the_farm_house .footer-newsletter {
  background-color: #D9D85C;
}
body #container #js__body.cs__the_farm_house .footer-newsletter .footer-newsletter__title,
body #container #js__body.cs__the_farm_house .footer-newsletter .footer-newsletter__copy,
body #container #js__body.cs__the_farm_house .footer-newsletter .button .submit-input {
  color: #324266;
}
body #container #js__body.cs__the_farm_house .footer-newsletter .email-input {
  color: #324266;
  border-color: #324266;
}
body #container #js__body.cs__the_farm_house .footer-newsletter .email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_farm_house .footer-newsletter .email-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_farm_house .footer-newsletter .email-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_farm_house .footer-newsletter .email-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_farm_house .footer-newsletter .button {
  border-color: #324266;
}
body #container #js__body.cs__the_farm_house .footer-newsletter .button:after {
  background-color: #324266;
}
body #container #js__body.cs__the_farm_house .footer-newsletter .button:hover .submit-input,
body #container #js__body.cs__the_farm_house .footer-newsletter .button.hover-on {
  color: #C7C624;
}
body #container #js__body.cs__the_farm_house .footer-newsletter__loader {
  border-top-color: #324266;
}
body #container #js__body.cs__the_farm_house .e-card__title,
body #container #js__body.cs__the_farm_house .e-card__times {
  color: #324266;
}
body #container #js__body.cs__the_farm_house .e-card__content {
  background-color: #FFFCFC;
}
body #container #js__body.cs__the_farm_house .e-card__content-text {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_farm_house .pd-popup .pd__item {
  background-color: #FFFCFC;
}
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-close {
  background-color: #324266;
}
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-close span:before,
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-close span:after {
  background-color: #C7C624;
}
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__heading {
  color: #2C3C5C;
}
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label {
  color: #2C3C5C;
}
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label span {
  color: #C7C624;
}
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-lime_green.svg");
}
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  background-color: #FFFCFC;
  color: #2C3C5C;
  border-color: #2C3C5C;
}
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-webkit-input-placeholder,
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-webkit-input-placeholder,
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(44, 60, 92, 0.57);
}
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-moz-placeholder,
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-moz-placeholder,
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(44, 60, 92, 0.57);
}
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-ms-input-placeholder,
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-ms-input-placeholder,
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(44, 60, 92, 0.57);
}
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-moz-placeholder,
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-moz-placeholder,
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-moz-placeholder { /* Firefox 18- */
  color: rgba(44, 60, 92, 0.57);
}
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date[type=date i]::-webkit-calendar-picker-indicator {
  background-image: url("../../images/icon__calendar-lime-green.svg");
}
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
body #container #js__body.cs__the_farm_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  color: #2C3C5C;
  border-color: #C7C624;
}
body #container #js__body.cs__the_farm_house .e-booking-sidebar__inner {
  background-color: #324266;
}
body #container #js__body.cs__the_farm_house .e-booking-sidebar__close {
  background-color: #FFFCFC;
  -webkit-box-shadow: 0px 0px 5px 2px #324266;
          box-shadow: 0px 0px 5px 2px #324266;
}
body #container #js__body.cs__the_farm_house .e-booking-sidebar__close span:before,
body #container #js__body.cs__the_farm_house .e-booking-sidebar__close span:after {
  background-color: #324266;
}
body #container #js__body.cs__the_farm_house .e-booking-sidebar .e-booking-sidebar__subheader,
body #container #js__body.cs__the_farm_house .e-booking-sidebar .e-booking-sidebar__header,
body #container #js__body.cs__the_farm_house .e-booking-sidebar .e-booking-sidebar__content,
body #container #js__body.cs__the_farm_house .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form label {
  color: #FFFCFC;
}
body #container #js__body.cs__the_farm_house .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form input,
body #container #js__body.cs__the_farm_house .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form select,
body #container #js__body.cs__the_farm_house .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form .btn.submit.hover-on {
  color: #324266 !important;
}
body #container #js__body.cs__the_farm_house .e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer .ftb-bookingWidget__dateSearch .ftb-bookingWidget__dateSearch__title {
  color: #FFFCFC !important;
}
body #container #js__body.cs__the_farm_house .e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer.input-daterange input {
  background-color: #FFFCFC !important;
  color: #324266 !important;
}

.js__barba-transition[data-colour-scheme=cs__the_cow_shed] {
  background-color: #324266;
}

body #container #js__body.cs__the_cow_shed {
  background-color: #FFFCFC;
  /***** Modules -- Start *****/
  /***** Modules -- End *****/
}
body #container #js__body.cs__the_cow_shed.js__nav-scrolled header.header {
  background-color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_cow_shed footer.footer,
body #container #js__body.cs__the_cow_shed .nav-popup,
body #container #js__body.cs__the_cow_shed .nav-popup .nav-poup__main {
  background-color: #324266;
}
body #container #js__body.cs__the_cow_shed:not(.colour-overrides-active) .button:not(.button__white) {
  color: #324266 !important;
}
body #container #js__body.cs__the_cow_shed:not(.colour-overrides-active) .button:not(.button__blue--footer),
body #container #js__body.cs__the_cow_shed:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white {
  border-color: #F70A4A !important;
}
body #container #js__body.cs__the_cow_shed:not(.colour-overrides-active) .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_cow_shed:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white:after {
  background-color: #F70A4A !important;
}
body #container #js__body.cs__the_cow_shed:not(.colour-overrides-active) .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_cow_shed:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white.hover-on {
  color: #fff !important;
}
body #container #js__body.cs__the_cow_shed:not(.colour-overrides-active).no-js .button:hover,
body #container #js__body.cs__the_cow_shed:not(.colour-overrides-active).no-js .m__content-slider .content-slider__slide-content .button.button__white:hover {
  color: #fff !important;
}
body #container #js__body.cs__the_cow_shed .m__hero.hero__has-coloured-bg {
  background-color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__hero.hero__has-coloured-bg .hero__background .hero-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#324266), color-stop(20%, rgba(50, 66, 102, 0)), to(rgba(50, 66, 102, 0)));
  background: linear-gradient(180deg, #324266 0%, rgba(50, 66, 102, 0) 20%, rgba(50, 66, 102, 0) 100%);
}
body #container #js__body.cs__the_cow_shed .m__hero .hero__slide.hero__type-transparent .hero__main-header {
  color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__hero .hero__slide.hero__type-transparent .hero__copy {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_cow_shed .m__content-block.content-color-white {
  background-color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__content-block.title-across .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 252, 252, 0)), color-stop(15%, rgba(255, 252, 252, 0.5)), color-stop(75%, #FFFCFC));
  background: linear-gradient(0deg, rgba(255, 252, 252, 0) 0%, rgba(255, 252, 252, 0.5) 15%, #FFFCFC 75%);
}
body #container #js__body.cs__the_cow_shed .m__content-block.title-across.content-color-white .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(50, 66, 102, 0)), color-stop(15%, rgba(50, 66, 102, 0.5)), color-stop(75%, #324266));
  background: linear-gradient(0deg, rgba(50, 66, 102, 0) 0%, rgba(50, 66, 102, 0.5) 15%, #324266 75%);
}
body #container #js__body.cs__the_cow_shed .m__content-block:not(.content-color-white) .content-block__subheader,
body #container #js__body.cs__the_cow_shed .m__content-block:not(.content-color-white) .content-block__header,
body #container #js__body.cs__the_cow_shed .m__content-block:not(.content-color-white) .content-block__intro-copy,
body #container #js__body.cs__the_cow_shed .m__content-block:not(.content-color-white) .content-block__dropdown-title {
  color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__content-block:not(.content-color-white) .content-block__main-copy,
body #container #js__body.cs__the_cow_shed .m__content-block:not(.content-color-white) .content-block__dropdown-item {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_cow_shed .m__content-block.image-multi.content-color-white:before {
  background-image: url("../../images/line__mobile--bright-pink.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_cow_shed .m__content-block.image-multi.content-color-white:before {
    background-image: url("../../images/line--bright-pink.svg");
  }
}
body #container #js__body.cs__the_cow_shed .m__article-slider .article-slider__subheader,
body #container #js__body.cs__the_cow_shed .m__article-slider .article-slider__header {
  color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__article-slider .article-slider__slide-inner {
  border-color: #F70A4A;
}
body #container #js__body.cs__the_cow_shed .m__articles-list .articles-list__error {
  color: #324266;
}
@media screen and (max-width: 1050px) {
  body #container #js__body.cs__the_cow_shed .m__content-block.content-color-blue + .m__image-highlight .image-highlight__text-header,
  body #container #js__body.cs__the_cow_shed .m__content-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    background-color: #FFFCFC;
  }
}
body #container #js__body.cs__the_cow_shed .m__image-highlight {
  background-color: #FFFCFC;
}
body #container #js__body.cs__the_cow_shed .m__image-highlight .image-highlight__subheader,
body #container #js__body.cs__the_cow_shed .m__image-highlight .image-highlight__header {
  color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__image-highlight .image-highlight__image {
  border-color: #F70A4A;
}
body #container #js__body.cs__the_cow_shed .m__image-highlight .image-highlight__sliders:before {
  background-color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__instagram-feed.bg__blue {
  background-color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#324266), color-stop(20%, rgba(50, 66, 102, 0)), to(rgba(50, 66, 102, 0)));
  background: linear-gradient(180deg, #324266 0%, rgba(50, 66, 102, 0) 20%, rgba(50, 66, 102, 0) 100%);
}
body #container #js__body.cs__the_cow_shed .m__instagram-feed.bg__blue .button.instagram-feed__button {
  color: #FFFCFC !important;
}
body #container #js__body.cs__the_cow_shed .m__instagram-feed.bg__blue .button.instagram-feed__button.hover-on {
  color: #324266 !important;
}
body #container #js__body.cs__the_cow_shed .m__menus__loader {
  border-top-color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__menus__filter-item,
body #container #js__body.cs__the_cow_shed .e-menu__intro-heading,
body #container #js__body.cs__the_cow_shed .e-menu__sections .e-menu-section__heading,
body #container #js__body.cs__the_cow_shed .e-menu__sections .e-menu-section__items .e-menu-item__heading,
body #container #js__body.cs__the_cow_shed .e-menu__sections .e-menu-section__items .e-menu-item__name,
body #container #js__body.cs__the_cow_shed .e-menu__sections .e-menu-section__items .e-menu-item__price,
body #container #js__body.cs__the_cow_shed .e-menu__child-menus-container .e-child-menus__selected,
body #container #js__body.cs__the_cow_shed .e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item,
body #container #js__body.cs__the_cow_shed .e-menu__sections .e-menu-section__wine-prices-label,
body #container #js__body.cs__the_cow_shed .e-menu__keys-heading,
body #container #js__body.cs__the_cow_shed .e-menu__sections .e-menu-section__addons-heading,
body #container #js__body.cs__the_cow_shed .e-menu-addon__description,
body #container #js__body.cs__the_cow_shed .e-menu-addon__price {
  color: #324266;
}
body #container #js__body.cs__the_cow_shed .e-menu__sections .e-menu-section__items .e-menu-item__description,
body #container #js__body.cs__the_cow_shed .e-menu__sections .e-menu-section__description,
body #container #js__body.cs__the_cow_shed .e-menu__keys-label,
body #container #js__body.cs__the_cow_shed .e-menu__child-menus-container .e-child-menus__select-label {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_cow_shed .m__menus__filter-item:hover,
body #container #js__body.cs__the_cow_shed .m__menus__filter-item.active {
  background-color: #F70A4A;
}
body #container #js__body.cs__the_cow_shed .e-menu-addon__icon .svg__plus-icon--fill-elem {
  fill: #F70A4A;
}
body #container #js__body.cs__the_cow_shed .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__fill,
body #container #js__body.cs__the_cow_shed .e-menu__keys-item .e-menu__keys-icon svg .svg__fill {
  fill: #324266;
}
body #container #js__body.cs__the_cow_shed .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__text-fill,
body #container #js__body.cs__the_cow_shed .e-menu__keys-item .e-menu__keys-icon svg .svg__text-fill {
  fill: #FFFCFC;
}
body #container #js__body.cs__the_cow_shed .e-menu__sections .e-menu-section__addons,
body #container #js__body.cs__the_cow_shed .e-menu__child-menus-container .e-child-menus__selected {
  border-color: #F70A4A;
}
body #container #js__body.cs__the_cow_shed .e-menu__child-menus-container .e-child-menus__selected.active {
  border-color: rgba(50, 66, 102, 0.18);
}
body #container #js__body.cs__the_cow_shed .e-menu__child-menus-container .e-child-menus__selected:after {
  background-image: url("../../images/icon__dropdown-bright_pink.svg");
}
body #container #js__body.cs__the_cow_shed .e-menu__keys,
body #container #js__body.cs__the_cow_shed .e-menu__child-menus-container .e-child-menus__menus {
  border-color: #324266;
}
body #container #js__body.cs__the_cow_shed .e-menu__sections .e-menu-section:after {
  background-color: rgba(50, 66, 102, 0.35);
}
body #container #js__body.cs__the_cow_shed .m__grid-items__heading,
body #container #js__body.cs__the_cow_shed .m__grid-items .m__grid-item__heading {
  color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__grid-items .m__grid-item__content * {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_cow_shed .m__content-slider .content-slider__slider .slick-dots li {
  background-color: #F70A4A;
}
body #container #js__body.cs__the_cow_shed .m__content-slider:after {
  background-image: url("../../images/line--bright-pink.svg");
}
body #container #js__body.cs__the_cow_shed .m__content-slider .content-slider__slider .slick-arrow {
  background-image: url("../../images/icon__arrow-left-blue.svg");
}
body #container #js__body.cs__the_cow_shed .m__content-slider .content-slider__title,
body #container #js__body.cs__the_cow_shed .m__content-slider .content-slider__intro-copy {
  color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__content-slider .content-slider__slide-content {
  background-color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__image-row + .m__content-block.content-color-white:before,
body #container #js__body.cs__the_cow_shed .m__image-row.bg__blue {
  background-color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__image-row.has-waved-line .image-row__slider:before {
  background-image: url("../../images/line__mobile--bright-pink.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_cow_shed .m__image-row.has-waved-line .image-row__slider:before {
    background-image: url("../../images/line--bright-pink.svg");
  }
}
body #container #js__body.cs__the_cow_shed .m__image-row .image-row__caption.u__txt-blue {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_cow_shed .m__image-row .image-row__caption-wrapper {
  background-color: #FFFCFC;
}
body #container #js__body.cs__the_cow_shed .m__enquiry-form .enquiry-form__subheader,
body #container #js__body.cs__the_cow_shed .m__enquiry-form .enquiry-form__header,
body #container #js__body.cs__the_cow_shed .m__enquiry-form .enquiry-form__label,
body #container #js__body.cs__the_cow_shed .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_cow_shed .m__enquiry-form .enquiry-form__select {
  color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_cow_shed .m__enquiry-form .enquiry-form__select {
  border-color: #324266;
  background: #FFFCFC;
}
body #container #js__body.cs__the_cow_shed .m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-bright_pink.svg");
}
body #container #js__body.cs__the_cow_shed .m__enquiry-form .enquiry-form__label span {
  color: #F70A4A;
}
body #container #js__body.cs__the_cow_shed .m__text-row .text-row__header,
body #container #js__body.cs__the_cow_shed .m__text-row .text-row__content {
  color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__content-cols__heading,
body #container #js__body.cs__the_cow_shed .m__content-cols .m__content-col__heading {
  color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__content-cols .m__content-col__content * {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_cow_shed .m__content-cols .m__content-col__content strong {
  color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__content-cols .m__content-col .m__content-col-inner:after {
  background-color: rgba(50, 66, 102, 0.3);
}
@media screen and (max-width: 767px) {
  body #container #js__body.cs__the_cow_shed .m__content-cols .m__content-col .m__content-col-inner {
    border-color: rgba(50, 66, 102, 0.3);
  }
}
body #container #js__body.cs__the_cow_shed .m__find-us-block .find-us-block__subheader,
body #container #js__body.cs__the_cow_shed .m__find-us-block .find-us-block__header {
  color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__find-us-block .find-us-block__main-copy,
body #container #js__body.cs__the_cow_shed .m__find-us-block .find-us-block__dropdown-content * {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_cow_shed .m__find-us-block .find-us-block__dropdown-title {
  color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__boxes .boxes__background {
  background-color: #324266;
}
body #container #js__body.cs__the_cow_shed .m__boxes .boxes__heading {
  color: #324266;
}
body #container #js__body.cs__the_cow_shed .footer-newsletter {
  background-color: #D9D85C;
}
body #container #js__body.cs__the_cow_shed .footer-newsletter .footer-newsletter__title,
body #container #js__body.cs__the_cow_shed .footer-newsletter .footer-newsletter__copy,
body #container #js__body.cs__the_cow_shed .footer-newsletter .button .submit-input {
  color: #324266;
}
body #container #js__body.cs__the_cow_shed .footer-newsletter .email-input {
  color: #324266;
  border-color: #324266;
}
body #container #js__body.cs__the_cow_shed .footer-newsletter .email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_cow_shed .footer-newsletter .email-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_cow_shed .footer-newsletter .email-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_cow_shed .footer-newsletter .email-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_cow_shed .footer-newsletter .button {
  border-color: #324266;
}
body #container #js__body.cs__the_cow_shed .footer-newsletter .button:after {
  background-color: #324266;
}
body #container #js__body.cs__the_cow_shed .footer-newsletter .button:hover .submit-input,
body #container #js__body.cs__the_cow_shed .footer-newsletter .button.hover-on {
  color: #C7C624;
}
body #container #js__body.cs__the_cow_shed .footer-newsletter__loader {
  border-top-color: #324266;
}
body #container #js__body.cs__the_cow_shed .e-card__title,
body #container #js__body.cs__the_cow_shed .e-card__times {
  color: #324266;
}
body #container #js__body.cs__the_cow_shed .e-card__content {
  background-color: #FFFCFC;
}
body #container #js__body.cs__the_cow_shed .e-card__content-text {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item {
  background-color: #FFFCFC;
}
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-close {
  background-color: #324266;
}
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-close span:before,
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-close span:after {
  background-color: #F70A4A;
}
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__heading {
  color: #2C3C5C;
}
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label {
  color: #2C3C5C;
}
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label span {
  color: #F70A4A;
}
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-bright_pink.svg");
}
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  background-color: #FFFCFC;
  color: #2C3C5C;
  border-color: #2C3C5C;
}
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-webkit-input-placeholder,
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-webkit-input-placeholder,
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(44, 60, 92, 0.57);
}
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-moz-placeholder,
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-moz-placeholder,
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(44, 60, 92, 0.57);
}
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-ms-input-placeholder,
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-ms-input-placeholder,
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(44, 60, 92, 0.57);
}
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-moz-placeholder,
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-moz-placeholder,
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-moz-placeholder { /* Firefox 18- */
  color: rgba(44, 60, 92, 0.57);
}
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date[type=date i]::-webkit-calendar-picker-indicator {
  background-image: url("../../images/icon__calendar-bright-pink.svg");
}
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
body #container #js__body.cs__the_cow_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  color: #2C3C5C;
  border-color: #F70A4A;
}
body #container #js__body.cs__the_cow_shed .e-booking-sidebar__inner {
  background-color: #324266;
}
body #container #js__body.cs__the_cow_shed .e-booking-sidebar__close {
  background-color: #FFFCFC;
  -webkit-box-shadow: 0px 0px 5px 2px #324266;
          box-shadow: 0px 0px 5px 2px #324266;
}
body #container #js__body.cs__the_cow_shed .e-booking-sidebar__close span:before,
body #container #js__body.cs__the_cow_shed .e-booking-sidebar__close span:after {
  background-color: #324266;
}
body #container #js__body.cs__the_cow_shed .e-booking-sidebar .e-booking-sidebar__subheader,
body #container #js__body.cs__the_cow_shed .e-booking-sidebar .e-booking-sidebar__header,
body #container #js__body.cs__the_cow_shed .e-booking-sidebar .e-booking-sidebar__content,
body #container #js__body.cs__the_cow_shed .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form label {
  color: #FFFCFC;
}
body #container #js__body.cs__the_cow_shed .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form input,
body #container #js__body.cs__the_cow_shed .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form select {
  color: #324266 !important;
}

.js__barba-transition[data-colour-scheme=cs__the_dirty_habit] {
  background-color: #2D4136;
}

body #container #js__body.cs__the_dirty_habit {
  background-color: #FCFCF1;
  /***** Modules -- Start *****/
  /***** Modules -- End *****/
}
body #container #js__body.cs__the_dirty_habit footer.footer {
  background-color: #1A2C22;
}
body #container #js__body.cs__the_dirty_habit.js__nav-scrolled header.header {
  background-color: rgba(45, 65, 54, 0.85);
}
body #container #js__body.cs__the_dirty_habit .nav-popup,
body #container #js__body.cs__the_dirty_habit .nav-popup .nav-poup__main {
  background-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit:not(.colour-overrides-active) .button:not(.button__white) {
  color: #2D4136 !important;
}
body #container #js__body.cs__the_dirty_habit:not(.colour-overrides-active) .button:not(.button__blue--footer) {
  border-color: #2D4136 !important;
}
body #container #js__body.cs__the_dirty_habit:not(.colour-overrides-active) .button:not(.button__blue--footer):after {
  background-color: #2D4136 !important;
}
body #container #js__body.cs__the_dirty_habit:not(.colour-overrides-active) .button:not(.button__blue--footer).hover-on {
  color: #FCFCF1 !important;
}
body #container #js__body.cs__the_dirty_habit:not(.colour-overrides-active) .button.button__white {
  color: #FCFCF1 !important;
  border-color: #FCFCF1 !important;
}
body #container #js__body.cs__the_dirty_habit:not(.colour-overrides-active) .button.button__white:after {
  background-color: #FCFCF1 !important;
}
body #container #js__body.cs__the_dirty_habit:not(.colour-overrides-active) .button.button__white.hover-on {
  color: #2D4136 !important;
}
body #container #js__body.cs__the_dirty_habit:not(.colour-overrides-active).no-js .button:hover {
  color: #2D4136 !important;
}
body #container #js__body.cs__the_dirty_habit:not(.colour-overrides-active).no-js .button.button_white {
  color: #FCFCF1 !important;
}
body #container #js__body.cs__the_dirty_habit .m__hero.hero__has-coloured-bg {
  background-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__hero.hero__has-coloured-bg .hero__background .hero-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#2d4136), color-stop(20%, rgba(45, 65, 54, 0)), to(rgba(45, 65, 54, 0)));
  background: linear-gradient(180deg, #2d4136 0%, rgba(45, 65, 54, 0) 20%, rgba(45, 65, 54, 0) 100%);
}
body #container #js__body.cs__the_dirty_habit .m__hero .hero__slide.hero__type-transparent .hero__main-header {
  color: #283930;
}
body #container #js__body.cs__the_dirty_habit .m__hero .hero__slide.hero__type-transparent .hero__copy {
  color: rgba(45, 65, 54, 0.85);
}
body #container #js__body.cs__the_dirty_habit .m__content-block.content-color-white {
  background-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__content-block.title-across .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(252, 252, 241, 0)), color-stop(15%, rgba(252, 252, 241, 0.5)), color-stop(75%, #FCFCF1));
  background: linear-gradient(0deg, rgba(252, 252, 241, 0) 0%, rgba(252, 252, 241, 0.5) 15%, #FCFCF1 75%);
}
body #container #js__body.cs__the_dirty_habit .m__content-block.title-across.content-color-white .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(45, 65, 54, 0)), color-stop(15%, rgba(45, 65, 54, 0.5)), color-stop(75%, #2D4136));
  background: linear-gradient(0deg, rgba(45, 65, 54, 0) 0%, rgba(45, 65, 54, 0.5) 15%, #2D4136 75%);
}
body #container #js__body.cs__the_dirty_habit .m__content-block:not(.content-color-white) .content-block__header {
  color: #283930;
}
body #container #js__body.cs__the_dirty_habit .m__content-block:not(.content-color-white) .content-block__subheader,
body #container #js__body.cs__the_dirty_habit .m__content-block:not(.content-color-white) .content-block__intro-copy,
body #container #js__body.cs__the_dirty_habit .m__content-block:not(.content-color-white) .content-block__dropdown-title {
  color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__content-block:not(.content-color-white) .content-block__main-copy,
body #container #js__body.cs__the_dirty_habit .m__content-block:not(.content-color-white) .content-block__dropdown-item {
  color: rgba(45, 65, 54, 0.85);
}
body #container #js__body.cs__the_dirty_habit .m__content-block.image-multi.content-color-white:before {
  background-image: url("../../images/line__mobile--dark-green.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_dirty_habit .m__content-block.image-multi.content-color-white:before {
    background-image: url("../../images/line--dark-green.svg");
  }
}
body #container #js__body.cs__the_dirty_habit .m__article-slider .article-slider__subheader {
  color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__article-slider .article-slider__header {
  color: #283930;
}
body #container #js__body.cs__the_dirty_habit .m__article-slider .article-slider__slide-inner {
  border-color: #F8F6D2;
}
body #container #js__body.cs__the_dirty_habit .m__articles-list .articles-list__error {
  color: #283930;
}
@media screen and (max-width: 1050px) {
  body #container #js__body.cs__the_dirty_habit .m__content-block.content-color-blue + .m__image-highlight .image-highlight__text-header,
  body #container #js__body.cs__the_dirty_habit .m__content-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    background-color: #FCFCF1;
  }
}
body #container #js__body.cs__the_dirty_habit .m__image-highlight {
  background-color: #FCFCF1;
}
body #container #js__body.cs__the_dirty_habit .m__image-highlight .image-highlight__subheader {
  color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__image-highlight .image-highlight__header {
  color: #283930;
}
body #container #js__body.cs__the_dirty_habit .m__image-highlight .image-highlight__image {
  border-color: #F8F6D2;
}
body #container #js__body.cs__the_dirty_habit .m__image-highlight .image-highlight__sliders:before {
  background-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__instagram-feed.bg__blue {
  background-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#2D4136), color-stop(20%, rgba(45, 65, 54, 0)), to(rgba(45, 65, 54, 0)));
  background: linear-gradient(180deg, #2D4136 0%, rgba(45, 65, 54, 0) 20%, rgba(45, 65, 54, 0) 100%);
}
body #container #js__body.cs__the_dirty_habit .m__instagram-feed.bg__blue .button.instagram-feed__button {
  color: #FCFCF1 !important;
  border-color: #FCFCF1 !important;
}
body #container #js__body.cs__the_dirty_habit .m__instagram-feed.bg__blue .button.instagram-feed__button:after {
  background-color: #FCFCF1 !important;
}
body #container #js__body.cs__the_dirty_habit .m__instagram-feed.bg__blue .button.instagram-feed__button.hover-on {
  color: #283930 !important;
}
body #container #js__body.cs__the_dirty_habit .m__menus {
  background-color: #FCFCF1;
}
body #container #js__body.cs__the_dirty_habit .m__menus__loader {
  border-top-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__menus__filter {
  border-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__menus__filter-item {
  background-color: #FCFCF1;
  color: #283930;
  border-color: #283930;
}
body #container #js__body.cs__the_dirty_habit .m__menus__filter-item:not(.active):hover {
  background-color: #F8F6D2;
}
body #container #js__body.cs__the_dirty_habit .m__menus__filter-item.active {
  background-color: #283930;
  border-color: #283930;
  color: #FCFCF1;
}
body #container #js__body.cs__the_dirty_habit .e-menu__intro-heading,
body #container #js__body.cs__the_dirty_habit .e-menu__sections .e-menu-section__heading,
body #container #js__body.cs__the_dirty_habit .e-menu__sections .e-menu-section__items .e-menu-item__heading {
  color: #283930;
}
body #container #js__body.cs__the_dirty_habit .e-menu__sections .e-menu-section__items .e-menu-item__heading,
body #container #js__body.cs__the_dirty_habit .e-menu__sections .e-menu-section__items .e-menu-item__name,
body #container #js__body.cs__the_dirty_habit .e-menu__sections .e-menu-section__items .e-menu-item__price,
body #container #js__body.cs__the_dirty_habit .e-menu__child-menus-container .e-child-menus__selected,
body #container #js__body.cs__the_dirty_habit .e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item,
body #container #js__body.cs__the_dirty_habit .e-menu__sections .e-menu-section__wine-prices-label,
body #container #js__body.cs__the_dirty_habit .e-menu__keys-heading,
body #container #js__body.cs__the_dirty_habit .e-menu__sections .e-menu-section__addons-heading,
body #container #js__body.cs__the_dirty_habit .e-menu-addon__description,
body #container #js__body.cs__the_dirty_habit .e-menu-addon__price {
  color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .e-menu__sections .e-menu-section__items .e-menu-item__description,
body #container #js__body.cs__the_dirty_habit .e-menu__sections .e-menu-section__description,
body #container #js__body.cs__the_dirty_habit .e-menu__keys-label,
body #container #js__body.cs__the_dirty_habit .e-menu__child-menus-container .e-child-menus__select-label {
  color: rgba(45, 65, 54, 0.85);
}
body #container #js__body.cs__the_dirty_habit .e-menu-addon__icon .svg__plus-icon--fill-elem {
  fill: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__fill,
body #container #js__body.cs__the_dirty_habit .e-menu__keys-item .e-menu__keys-icon svg .svg__fill {
  fill: #283930;
}
body #container #js__body.cs__the_dirty_habit .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__text-fill,
body #container #js__body.cs__the_dirty_habit .e-menu__keys-item .e-menu__keys-icon svg .svg__text-fill {
  fill: #FCFCF1;
}
body #container #js__body.cs__the_dirty_habit .e-menu__sections .e-menu-section__addons,
body #container #js__body.cs__the_dirty_habit .e-menu__child-menus-container .e-child-menus__selected {
  border-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .e-menu__child-menus-container .e-child-menus__selected.active {
  border-color: rgba(45, 65, 54, 0.18);
}
body #container #js__body.cs__the_dirty_habit .e-menu__child-menus-container .e-child-menus__selected:after {
  background-image: url("../../images/icon__dropdown-dark_green.svg");
}
body #container #js__body.cs__the_dirty_habit .e-menu__keys,
body #container #js__body.cs__the_dirty_habit .e-menu__child-menus-container .e-child-menus__menus {
  border-color: #283930;
}
body #container #js__body.cs__the_dirty_habit .e-menu__sections .e-menu-section:after {
  background-color: rgba(45, 65, 54, 0.35);
}
body #container #js__body.cs__the_dirty_habit .m__grid-items__heading,
body #container #js__body.cs__the_dirty_habit .m__grid-items .m__grid-item__heading {
  color: #283930;
}
body #container #js__body.cs__the_dirty_habit .m__grid-items .m__grid-item__content * {
  color: rgba(45, 65, 54, 0.85);
}
body #container #js__body.cs__the_dirty_habit .m__content-slider .content-slider__slider .slick-dots li {
  background-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__content-slider:after {
  background-image: url("../../images/line--dark-green.svg");
}
body #container #js__body.cs__the_dirty_habit .m__content-slider .content-slider__slider .slick-arrow {
  background-image: url("../../images/icon__arrow-left-dark-green.svg");
}
body #container #js__body.cs__the_dirty_habit .m__content-slider .content-slider__title {
  color: #283930;
}
body #container #js__body.cs__the_dirty_habit .m__content-slider .content-slider__intro-copy {
  color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__content-slider .content-slider__slide-content {
  background-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__image-row + .m__content-block.content-color-white:before,
body #container #js__body.cs__the_dirty_habit .m__image-row.bg__blue {
  background-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__image-row.has-waved-line .image-row__slider:before {
  background-image: url("../../images/line__mobile--dark-green.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_dirty_habit .m__image-row.has-waved-line .image-row__slider:before {
    background-image: url("../../images/line--dark-green.svg");
  }
}
body #container #js__body.cs__the_dirty_habit .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
  background-image: url("../../images/line__mobile--off-white.svg") !important;
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_dirty_habit .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
    background-image: url("../../images/line--off-white.svg") !important;
  }
}
body #container #js__body.cs__the_dirty_habit .m__image-row .image-row__caption.u__txt-blue {
  color: rgba(45, 65, 54, 0.85);
}
body #container #js__body.cs__the_dirty_habit .m__image-row .image-row__caption-wrapper {
  background-color: #FCFCF1;
}
body #container #js__body.cs__the_dirty_habit .m__enquiry-form .enquiry-form__subheader,
body #container #js__body.cs__the_dirty_habit .m__enquiry-form .enquiry-form__header,
body #container #js__body.cs__the_dirty_habit .m__enquiry-form .enquiry-form__label,
body #container #js__body.cs__the_dirty_habit .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_dirty_habit .m__enquiry-form .enquiry-form__select {
  color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_dirty_habit .m__enquiry-form .enquiry-form__select {
  border-color: #2D4136;
  background: #FCFCF1;
}
body #container #js__body.cs__the_dirty_habit .m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-dark.svg");
}
body #container #js__body.cs__the_dirty_habit .m__enquiry-form .enquiry-form__label span {
  color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__text-row .text-row__header {
  color: #283930;
}
body #container #js__body.cs__the_dirty_habit .m__text-row .text-row__content {
  color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__content-cols__heading {
  color: #283930;
}
body #container #js__body.cs__the_dirty_habit .m__content-cols .m__content-col__heading,
body #container #js__body.cs__the_dirty_habit .m__content-cols .m__content-col__content strong {
  color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__content-cols .m__content-col__content * {
  color: rgba(45, 65, 54, 0.85);
}
body #container #js__body.cs__the_dirty_habit .m__content-cols .m__content-col .m__content-col-inner:after {
  background-color: rgba(45, 65, 54, 0.3);
}
@media screen and (max-width: 767px) {
  body #container #js__body.cs__the_dirty_habit .m__content-cols .m__content-col .m__content-col-inner {
    border-color: rgba(45, 65, 54, 0.3);
  }
}
body #container #js__body.cs__the_dirty_habit .m__find-us-block .find-us-block__header {
  color: #283930;
}
body #container #js__body.cs__the_dirty_habit .m__find-us-block .find-us-block__main-copy,
body #container #js__body.cs__the_dirty_habit .m__find-us-block .find-us-block__dropdown-content * {
  color: rgba(45, 65, 54, 0.85);
}
body #container #js__body.cs__the_dirty_habit .m__find-us-block .find-us-block__subheader,
body #container #js__body.cs__the_dirty_habit .m__find-us-block .find-us-block__dropdown-title {
  color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__boxes .boxes__background {
  background-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .m__boxes .boxes__heading {
  color: #283930;
}
body #container #js__body.cs__the_dirty_habit .footer-newsletter {
  background-color: #F8F6D2;
}
body #container #js__body.cs__the_dirty_habit .footer-newsletter .footer-newsletter__title,
body #container #js__body.cs__the_dirty_habit .footer-newsletter .footer-newsletter__copy,
body #container #js__body.cs__the_dirty_habit .footer-newsletter .button .submit-input {
  color: #283930;
}
body #container #js__body.cs__the_dirty_habit .footer-newsletter .email-input {
  color: #283930;
  border-color: #283930;
}
body #container #js__body.cs__the_dirty_habit .footer-newsletter .email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(40, 57, 48, 0.57);
}
body #container #js__body.cs__the_dirty_habit .footer-newsletter .email-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(40, 57, 48, 0.57);
}
body #container #js__body.cs__the_dirty_habit .footer-newsletter .email-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(40, 57, 48, 0.57);
}
body #container #js__body.cs__the_dirty_habit .footer-newsletter .email-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(40, 57, 48, 0.57);
}
body #container #js__body.cs__the_dirty_habit .footer-newsletter .button {
  border-color: #283930;
}
body #container #js__body.cs__the_dirty_habit .footer-newsletter .button:after {
  background-color: #283930;
}
body #container #js__body.cs__the_dirty_habit .footer-newsletter .button:hover .submit-input,
body #container #js__body.cs__the_dirty_habit .footer-newsletter .button.hover-on {
  color: #F8F6D2;
}
body #container #js__body.cs__the_dirty_habit .footer-newsletter__loader {
  border-top-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .e-card__title {
  color: #283930;
}
body #container #js__body.cs__the_dirty_habit .e-card__times {
  color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .e-card__content {
  background-color: #FCFCF1;
}
body #container #js__body.cs__the_dirty_habit .e-card__content-text {
  color: rgba(45, 65, 54, 0.85);
}
body #container #js__body.cs__the_dirty_habit .social-links .social-link {
  color: #F8F6D2;
}
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item {
  background-color: #FCFCF1;
}
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-close {
  background-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-close span:before,
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-close span:after {
  background-color: #FCFCF1;
}
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__heading {
  color: #283930;
}
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label {
  color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label span {
  color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-dark_green.svg");
}
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  background-color: #FCFCF1;
  color: #2D4136;
  border-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-webkit-input-placeholder,
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-webkit-input-placeholder,
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(45, 65, 54, 0.57);
}
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-moz-placeholder,
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-moz-placeholder,
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(45, 65, 54, 0.57);
}
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-ms-input-placeholder,
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-ms-input-placeholder,
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(45, 65, 54, 0.57);
}
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-moz-placeholder,
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-moz-placeholder,
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-moz-placeholder { /* Firefox 18- */
  color: rgba(45, 65, 54, 0.57);
}
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date[type=date i]::-webkit-calendar-picker-indicator {
  background-image: url("../../images/icon__calendar-dark-green.svg");
}
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
body #container #js__body.cs__the_dirty_habit .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  color: #2D4136;
  border-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .e-booking-sidebar__inner {
  background-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .e-booking-sidebar__close {
  background-color: #FCFCF1;
  -webkit-box-shadow: 0px 0px 5px 2px #2D4136;
          box-shadow: 0px 0px 5px 2px #2D4136;
}
body #container #js__body.cs__the_dirty_habit .e-booking-sidebar__close span:before,
body #container #js__body.cs__the_dirty_habit .e-booking-sidebar__close span:after {
  background-color: #2D4136;
}
body #container #js__body.cs__the_dirty_habit .e-booking-sidebar .e-booking-sidebar__subheader,
body #container #js__body.cs__the_dirty_habit .e-booking-sidebar .e-booking-sidebar__header,
body #container #js__body.cs__the_dirty_habit .e-booking-sidebar .e-booking-sidebar__content,
body #container #js__body.cs__the_dirty_habit .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form label {
  color: #FCFCF1;
}
body #container #js__body.cs__the_dirty_habit .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form input,
body #container #js__body.cs__the_dirty_habit .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form select,
body #container #js__body.cs__the_dirty_habit .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form .btn.submit.hover-on {
  color: #2D4136 !important;
}

.js__barba-transition[data-colour-scheme=cs__the_great_house] {
  background-color: #324266;
}

body #container #js__body.cs__the_great_house {
  background-color: #FAF8F5;
  /***** Modules -- Start *****/
  /***** Modules -- End *****/
}
body #container #js__body.cs__the_great_house.js__nav-scrolled header.header {
  background-color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_great_house footer.footer,
body #container #js__body.cs__the_great_house .nav-popup,
body #container #js__body.cs__the_great_house .nav-popup .nav-poup__main {
  background-color: #324266;
}
body #container #js__body.cs__the_great_house:not(.colour-overrides-active) .button:not(.button__white) {
  color: #324266 !important;
}
body #container #js__body.cs__the_great_house:not(.colour-overrides-active) .button:not(.button__blue--footer),
body #container #js__body.cs__the_great_house:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white {
  border-color: #E27E32 !important;
}
body #container #js__body.cs__the_great_house:not(.colour-overrides-active) .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_great_house:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white:after {
  background-color: #E27E32 !important;
}
body #container #js__body.cs__the_great_house:not(.colour-overrides-active) .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_great_house:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white.hover-on {
  color: #fff !important;
}
body #container #js__body.cs__the_great_house:not(.colour-overrides-active).no-js .button:hover,
body #container #js__body.cs__the_great_house:not(.colour-overrides-active).no-js .m__content-slider .content-slider__slide-content .button.button__white:hover {
  color: #324266 !important;
}
body #container #js__body.cs__the_great_house .m__hero.hero__has-coloured-bg {
  background-color: #324266;
}
body #container #js__body.cs__the_great_house .m__hero.hero__has-coloured-bg .hero__background .hero-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#324266), color-stop(20%, rgba(50, 66, 102, 0)), to(rgba(50, 66, 102, 0)));
  background: linear-gradient(180deg, #324266 0%, rgba(50, 66, 102, 0) 20%, rgba(50, 66, 102, 0) 100%);
}
body #container #js__body.cs__the_great_house .m__hero .hero__slide.hero__type-transparent .hero__main-header {
  color: #324266;
}
body #container #js__body.cs__the_great_house .m__hero .hero__slide.hero__type-transparent .hero__copy {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_great_house .m__content-block.content-color-white {
  background-color: #324266;
}
body #container #js__body.cs__the_great_house .m__content-block.title-across .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(250, 248, 245, 0)), color-stop(15%, rgba(250, 248, 245, 0.5)), color-stop(75%, #FAF8F5));
  background: linear-gradient(0deg, rgba(250, 248, 245, 0) 0%, rgba(250, 248, 245, 0.5) 15%, #FAF8F5 75%);
}
body #container #js__body.cs__the_great_house .m__content-block.title-across.content-color-white .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(50, 66, 102, 0)), color-stop(15%, rgba(50, 66, 102, 0.5)), color-stop(75%, #324266));
  background: linear-gradient(0deg, rgba(50, 66, 102, 0) 0%, rgba(50, 66, 102, 0.5) 15%, #324266 75%);
}
body #container #js__body.cs__the_great_house .m__content-block:not(.content-color-white) .content-block__subheader,
body #container #js__body.cs__the_great_house .m__content-block:not(.content-color-white) .content-block__header,
body #container #js__body.cs__the_great_house .m__content-block:not(.content-color-white) .content-block__intro-copy,
body #container #js__body.cs__the_great_house .m__content-block:not(.content-color-white) .content-block__dropdown-title {
  color: #324266;
}
body #container #js__body.cs__the_great_house .m__content-block:not(.content-color-white) .content-block__main-copy,
body #container #js__body.cs__the_great_house .m__content-block:not(.content-color-white) .content-block__dropdown-item {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_great_house .m__content-block.image-multi.content-color-white:before {
  background-image: url("../../images/line__mobile--orange.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_great_house .m__content-block.image-multi.content-color-white:before {
    background-image: url("../../images/line--orange.svg");
  }
}
body #container #js__body.cs__the_great_house .m__article-slider .article-slider__subheader,
body #container #js__body.cs__the_great_house .m__article-slider .article-slider__header {
  color: #324266;
}
body #container #js__body.cs__the_great_house .m__article-slider .article-slider__slide-inner {
  border-color: #E27E32;
}
body #container #js__body.cs__the_great_house .m__articles-list .articles-list__error {
  color: #324266;
}
@media screen and (max-width: 1050px) {
  body #container #js__body.cs__the_great_house .m__content-block.content-color-blue + .m__image-highlight .image-highlight__text-header,
  body #container #js__body.cs__the_great_house .m__content-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    background-color: #FAF8F5;
  }
}
body #container #js__body.cs__the_great_house .m__image-highlight {
  background-color: #FAF8F5;
}
body #container #js__body.cs__the_great_house .m__image-highlight .image-highlight__subheader,
body #container #js__body.cs__the_great_house .m__image-highlight .image-highlight__header {
  color: #324266;
}
body #container #js__body.cs__the_great_house .m__image-highlight .image-highlight__image {
  border-color: #E27E32;
}
body #container #js__body.cs__the_great_house .m__image-highlight .image-highlight__sliders:before {
  background-color: #324266;
}
body #container #js__body.cs__the_great_house .m__instagram-feed.bg__blue {
  background-color: #324266;
}
body #container #js__body.cs__the_great_house .m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#324266), color-stop(20%, rgba(50, 66, 102, 0)), to(rgba(50, 66, 102, 0)));
  background: linear-gradient(180deg, #324266 0%, rgba(50, 66, 102, 0) 20%, rgba(50, 66, 102, 0) 100%);
}
body #container #js__body.cs__the_great_house .m__instagram-feed.bg__blue .button.instagram-feed__button {
  color: #fff !important;
}
body #container #js__body.cs__the_great_house .m__menus {
  background-color: #fff;
}
body #container #js__body.cs__the_great_house .m__menus__loader {
  border-top-color: #324266;
}
body #container #js__body.cs__the_great_house .m__menus__filter {
  border-color: #324266;
}
body #container #js__body.cs__the_great_house .m__menus__filter-item {
  background-color: #FAF8F5;
  color: #283930;
  border-color: #283930;
}
body #container #js__body.cs__the_great_house .m__menus__filter-item:not(.active):hover {
  background-color: #EFE8DF;
  color: #324266;
}
body #container #js__body.cs__the_great_house .m__menus__filter-item.active {
  background-color: #324266;
  border-color: #324266;
  color: #FAF8F5;
}
body #container #js__body.cs__the_great_house .e-menu__intro-heading,
body #container #js__body.cs__the_great_house .e-menu__sections .e-menu-section__heading,
body #container #js__body.cs__the_great_house .e-menu__sections .e-menu-section__items .e-menu-item__heading,
body #container #js__body.cs__the_great_house .e-menu__sections .e-menu-section__items .e-menu-item__name,
body #container #js__body.cs__the_great_house .e-menu__sections .e-menu-section__items .e-menu-item__price,
body #container #js__body.cs__the_great_house .e-menu__child-menus-container .e-child-menus__selected,
body #container #js__body.cs__the_great_house .e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item,
body #container #js__body.cs__the_great_house .e-menu__sections .e-menu-section__wine-prices-label,
body #container #js__body.cs__the_great_house .e-menu__keys-heading,
body #container #js__body.cs__the_great_house .e-menu__sections .e-menu-section__addons-heading,
body #container #js__body.cs__the_great_house .e-menu-addon__description,
body #container #js__body.cs__the_great_house .e-menu-addon__price {
  color: #324266;
}
body #container #js__body.cs__the_great_house .e-menu__sections .e-menu-section__items .e-menu-item__description,
body #container #js__body.cs__the_great_house .e-menu__sections .e-menu-section__description,
body #container #js__body.cs__the_great_house .e-menu__keys-label,
body #container #js__body.cs__the_great_house .e-menu__child-menus-container .e-child-menus__select-label {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_great_house .e-menu-addon__icon .svg__plus-icon--fill-elem {
  fill: #E27E32;
}
body #container #js__body.cs__the_great_house .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__fill,
body #container #js__body.cs__the_great_house .e-menu__keys-item .e-menu__keys-icon svg .svg__fill {
  fill: #324266;
}
body #container #js__body.cs__the_great_house .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__text-fill,
body #container #js__body.cs__the_great_house .e-menu__keys-item .e-menu__keys-icon svg .svg__text-fill {
  fill: #FAF8F5;
}
body #container #js__body.cs__the_great_house .e-menu__sections .e-menu-section__addons,
body #container #js__body.cs__the_great_house .e-menu__child-menus-container .e-child-menus__selected {
  border-color: #E27E32;
}
body #container #js__body.cs__the_great_house .e-menu__child-menus-container .e-child-menus__selected.active {
  border-color: rgba(50, 66, 102, 0.18);
}
body #container #js__body.cs__the_great_house .e-menu__child-menus-container .e-child-menus__selected:after {
  background-image: url("../../images/icon__dropdown-orange.svg");
}
body #container #js__body.cs__the_great_house .e-menu__keys,
body #container #js__body.cs__the_great_house .e-menu__child-menus-container .e-child-menus__menus {
  border-color: #324266;
}
body #container #js__body.cs__the_great_house .e-menu__sections .e-menu-section:after {
  background-color: rgba(50, 66, 102, 0.35);
}
body #container #js__body.cs__the_great_house .m__grid-items__heading,
body #container #js__body.cs__the_great_house .m__grid-items .m__grid-item__heading {
  color: #324266;
}
body #container #js__body.cs__the_great_house .m__grid-items .m__grid-item__content * {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_great_house .m__content-slider .content-slider__slider .slick-dots li {
  background-color: #E27E32;
}
body #container #js__body.cs__the_great_house .m__content-slider:after {
  background-image: url("../../images/line--beige.svg");
}
body #container #js__body.cs__the_great_house .m__content-slider .content-slider__slider .slick-arrow {
  background-image: url("../../images/icon__arrow-left-blue.svg");
}
body #container #js__body.cs__the_great_house .m__content-slider .content-slider__title,
body #container #js__body.cs__the_great_house .m__content-slider .content-slider__intro-copy {
  color: #324266;
}
body #container #js__body.cs__the_great_house .m__content-slider .content-slider__slide-content {
  background-color: #324266;
}
body #container #js__body.cs__the_great_house .m__image-row + .m__content-block.content-color-white:before,
body #container #js__body.cs__the_great_house .m__image-row.bg__blue {
  background-color: #324266;
}
body #container #js__body.cs__the_great_house .m__image-row.has-waved-line .image-row__slider:before {
  background-image: url("../../images/line__mobile--beige.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_great_house .m__image-row.has-waved-line .image-row__slider:before {
    background-image: url("../../images/line--beige.svg");
  }
}
body #container #js__body.cs__the_great_house .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
  background-image: url("../../images/line__mobile--orange.svg") !important;
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_great_house .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
    background-image: url("../../images/line--orange.svg") !important;
  }
}
body #container #js__body.cs__the_great_house:not(.colour-overrides-active) .m__image-row .image-row__caption.u__txt-blue {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_great_house .m__image-row .image-row__caption-wrapper {
  background-color: #FAF8F5;
}
body #container #js__body.cs__the_great_house .m__enquiry-form .enquiry-form__subheader,
body #container #js__body.cs__the_great_house .m__enquiry-form .enquiry-form__header,
body #container #js__body.cs__the_great_house .m__enquiry-form .enquiry-form__label,
body #container #js__body.cs__the_great_house .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_great_house .m__enquiry-form .enquiry-form__select {
  color: #324266;
}
body #container #js__body.cs__the_great_house .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_great_house .m__enquiry-form .enquiry-form__select {
  border-color: #324266;
  background: #FAF8F5;
}
body #container #js__body.cs__the_great_house .m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-orange.svg");
}
body #container #js__body.cs__the_great_house .m__enquiry-form .enquiry-form__label span {
  color: #E27E32;
}
body #container #js__body.cs__the_great_house .m__text-row .text-row__header,
body #container #js__body.cs__the_great_house .m__text-row .text-row__content {
  color: #324266;
}
body #container #js__body.cs__the_great_house .m__content-cols__heading,
body #container #js__body.cs__the_great_house .m__content-cols .m__content-col__heading {
  color: #324266;
}
body #container #js__body.cs__the_great_house .m__content-cols .m__content-col__content * {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_great_house .m__content-cols .m__content-col__content strong {
  color: #324266;
}
body #container #js__body.cs__the_great_house .m__content-cols .m__content-col .m__content-col-inner:after {
  background-color: rgba(50, 66, 102, 0.3);
}
@media screen and (max-width: 767px) {
  body #container #js__body.cs__the_great_house .m__content-cols .m__content-col .m__content-col-inner {
    border-color: rgba(50, 66, 102, 0.3);
  }
}
body #container #js__body.cs__the_great_house .m__find-us-block .find-us-block__subheader,
body #container #js__body.cs__the_great_house .m__find-us-block .find-us-block__header {
  color: #324266;
}
body #container #js__body.cs__the_great_house .m__find-us-block .find-us-block__main-copy,
body #container #js__body.cs__the_great_house .m__find-us-block .find-us-block__dropdown-content * {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_great_house .m__find-us-block .find-us-block__dropdown-title {
  color: #324266;
}
body #container #js__body.cs__the_great_house .m__boxes .boxes__background {
  background-color: #324266;
}
body #container #js__body.cs__the_great_house .m__boxes .boxes__heading {
  color: #324266;
}
body #container #js__body.cs__the_great_house .footer-newsletter {
  background-color: #EFE8DF;
}
body #container #js__body.cs__the_great_house .footer-newsletter .footer-newsletter__title,
body #container #js__body.cs__the_great_house .footer-newsletter .footer-newsletter__copy,
body #container #js__body.cs__the_great_house .footer-newsletter .button .submit-input {
  color: #324266;
}
body #container #js__body.cs__the_great_house .footer-newsletter .email-input {
  color: #324266;
  border-color: #324266;
}
body #container #js__body.cs__the_great_house .footer-newsletter .email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_great_house .footer-newsletter .email-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_great_house .footer-newsletter .email-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_great_house .footer-newsletter .email-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_great_house .footer-newsletter .button {
  border-color: #324266;
}
body #container #js__body.cs__the_great_house .footer-newsletter .button:after {
  background-color: #324266;
}
body #container #js__body.cs__the_great_house .footer-newsletter .button:hover .submit-input,
body #container #js__body.cs__the_great_house .footer-newsletter .button.hover-on {
  color: #E27E32;
}
body #container #js__body.cs__the_great_house .footer-newsletter__loader {
  border-top-color: #324266;
}
body #container #js__body.cs__the_great_house .e-card__title,
body #container #js__body.cs__the_great_house .e-card__times {
  color: #324266;
}
body #container #js__body.cs__the_great_house .e-card__content {
  background-color: #FAF8F5;
}
body #container #js__body.cs__the_great_house .e-card__content-text {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_great_house .social-links .social-link {
  color: #EFE8DF;
}
body #container #js__body.cs__the_great_house .pd-popup .pd__item {
  background-color: #FAF8F5;
}
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-close {
  background-color: #324266;
}
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-close span:before,
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-close span:after {
  background-color: #EFE8DF;
}
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__heading {
  color: #324266;
}
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label {
  color: #324266;
}
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label span {
  color: #E27E32;
}
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-orange.svg");
}
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  background-color: #FAF8F5;
  color: #324266;
  border-color: #324266;
}
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-webkit-input-placeholder,
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-webkit-input-placeholder,
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-moz-placeholder,
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-moz-placeholder,
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-ms-input-placeholder,
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-ms-input-placeholder,
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-moz-placeholder,
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-moz-placeholder,
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-moz-placeholder { /* Firefox 18- */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date[type=date i]::-webkit-calendar-picker-indicator {
  background-image: url("../../images/icon__calendar-orange.svg");
}
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
body #container #js__body.cs__the_great_house .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  color: #324266;
  border-color: #E27E32;
}
body #container #js__body.cs__the_great_house .e-booking-sidebar__inner {
  background-color: #324266;
}
body #container #js__body.cs__the_great_house .e-booking-sidebar__close {
  background-color: #FAF8F5;
  -webkit-box-shadow: 0px 0px 5px 2px #324266;
          box-shadow: 0px 0px 5px 2px #324266;
}
body #container #js__body.cs__the_great_house .e-booking-sidebar__close span:before,
body #container #js__body.cs__the_great_house .e-booking-sidebar__close span:after {
  background-color: #324266;
}
body #container #js__body.cs__the_great_house .e-booking-sidebar .e-booking-sidebar__subheader,
body #container #js__body.cs__the_great_house .e-booking-sidebar .e-booking-sidebar__header,
body #container #js__body.cs__the_great_house .e-booking-sidebar .e-booking-sidebar__content,
body #container #js__body.cs__the_great_house .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form label {
  color: #FAF8F5;
}
body #container #js__body.cs__the_great_house .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form input,
body #container #js__body.cs__the_great_house .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form select,
body #container #js__body.cs__the_great_house .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form .btn.submit.hover-on {
  color: #324266 !important;
}

.js__barba-transition[data-colour-scheme=cs__the_gun] {
  background-color: #324266;
}

body #container #js__body.cs__the_gun {
  background-color: #fff;
  /***** Modules -- Start *****/
  /***** Modules -- End *****/
}
body #container #js__body.cs__the_gun.js__nav-scrolled header.header {
  background-color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_gun footer.footer,
body #container #js__body.cs__the_gun .nav-popup,
body #container #js__body.cs__the_gun .nav-popup .nav-poup__main {
  background-color: #324266;
}
body #container #js__body.cs__the_gun:not(.colour-overrides-active) .button:not(.button__white) {
  color: #324266 !important;
}
body #container #js__body.cs__the_gun:not(.colour-overrides-active) .button:not(.button__blue--footer) {
  border-color: #98938D !important;
}
body #container #js__body.cs__the_gun:not(.colour-overrides-active) .button:not(.button__blue--footer):after {
  background-color: #98938D !important;
}
body #container #js__body.cs__the_gun:not(.colour-overrides-active) .button:not(.button__blue--footer).hover-on {
  color: #fff !important;
}
body #container #js__body.cs__the_gun:not(.colour-overrides-active) .button.button__white {
  color: #fff !important;
  border-color: #fff !important;
}
body #container #js__body.cs__the_gun:not(.colour-overrides-active) .button.button__white:after {
  background-color: #fff !important;
}
body #container #js__body.cs__the_gun:not(.colour-overrides-active) .button.button__white.hover-on {
  color: #324266 !important;
}
body #container #js__body.cs__the_gun:not(.colour-overrides-active).no-js .button:hover {
  color: #324266 !important;
}
body #container #js__body.cs__the_gun:not(.colour-overrides-active).no-js .button.button_white {
  color: #fff !important;
}
body #container #js__body.cs__the_gun .m__hero.hero__has-coloured-bg {
  background-color: #324266;
}
body #container #js__body.cs__the_gun .m__hero.hero__has-coloured-bg .hero__background .hero-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#324266), color-stop(20%, rgba(50, 66, 102, 0)), to(rgba(50, 66, 102, 0)));
  background: linear-gradient(180deg, #324266 0%, rgba(50, 66, 102, 0) 20%, rgba(50, 66, 102, 0) 100%);
}
body #container #js__body.cs__the_gun .m__hero .hero__slide.hero__type-transparent .hero__main-header {
  color: #324266;
}
body #container #js__body.cs__the_gun .m__hero .hero__slide.hero__type-transparent .hero__copy {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_gun .m__content-block.content-color-white {
  background-color: #324266;
}
body #container #js__body.cs__the_gun .m__content-block.title-across .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.5)), color-stop(75%, #fff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 15%, #fff 75%);
}
body #container #js__body.cs__the_gun .m__content-block.title-across.content-color-white .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(50, 66, 102, 0)), color-stop(15%, rgba(50, 66, 102, 0.5)), color-stop(75%, #324266));
  background: linear-gradient(0deg, rgba(50, 66, 102, 0) 0%, rgba(50, 66, 102, 0.5) 15%, #324266 75%);
}
body #container #js__body.cs__the_gun .m__content-block:not(.content-color-white) .content-block__subheader,
body #container #js__body.cs__the_gun .m__content-block:not(.content-color-white) .content-block__header,
body #container #js__body.cs__the_gun .m__content-block:not(.content-color-white) .content-block__intro-copy,
body #container #js__body.cs__the_gun .m__content-block:not(.content-color-white) .content-block__dropdown-title {
  color: #324266;
}
body #container #js__body.cs__the_gun .m__content-block:not(.content-color-white) .content-block__main-copy,
body #container #js__body.cs__the_gun .m__content-block:not(.content-color-white) .content-block__dropdown-item {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_gun .m__content-block.image-multi.content-color-white:before {
  background-image: url("../../images/line__mobile--grey.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_gun .m__content-block.image-multi.content-color-white:before {
    background-image: url("../../images/line--grey.svg");
  }
}
body #container #js__body.cs__the_gun .m__article-slider .article-slider__subheader,
body #container #js__body.cs__the_gun .m__article-slider .article-slider__header {
  color: #324266;
}
body #container #js__body.cs__the_gun .m__article-slider .article-slider__slide-inner {
  border-color: #98938D;
}
body #container #js__body.cs__the_gun .m__articles-list .articles-list__error {
  color: #324266;
}
@media screen and (max-width: 1050px) {
  body #container #js__body.cs__the_gun .m__content-block.content-color-blue + .m__image-highlight .image-highlight__text-header,
  body #container #js__body.cs__the_gun .m__content-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    background-color: #fff;
  }
}
body #container #js__body.cs__the_gun .m__image-highlight {
  background-color: #fff;
}
body #container #js__body.cs__the_gun .m__image-highlight .image-highlight__subheader,
body #container #js__body.cs__the_gun .m__image-highlight .image-highlight__header {
  color: #324266;
}
body #container #js__body.cs__the_gun .m__image-highlight .image-highlight__image {
  border-color: #98938D;
}
body #container #js__body.cs__the_gun .m__image-highlight .image-highlight__sliders:before {
  background-color: #324266;
}
body #container #js__body.cs__the_gun .m__instagram-feed.bg__blue {
  background-color: #324266;
}
body #container #js__body.cs__the_gun .m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#324266), color-stop(20%, rgba(50, 66, 102, 0)), to(rgba(50, 66, 102, 0)));
  background: linear-gradient(180deg, #324266 0%, rgba(50, 66, 102, 0) 20%, rgba(50, 66, 102, 0) 100%);
}
body #container #js__body.cs__the_gun .m__instagram-feed.bg__blue .button.instagram-feed__button {
  color: #fff !important;
  border-color: #fff !important;
}
body #container #js__body.cs__the_gun .m__instagram-feed.bg__blue .button.instagram-feed__button:after {
  background-color: #fff !important;
}
body #container #js__body.cs__the_gun .m__instagram-feed.bg__blue .button.instagram-feed__button.hover-on {
  color: #324266 !important;
}
body #container #js__body.cs__the_gun .m__menus {
  background-color: #fff;
}
body #container #js__body.cs__the_gun .m__menus__loader {
  border-top-color: #324266;
}
body #container #js__body.cs__the_gun .m__menus__filter {
  border-color: #324266;
}
body #container #js__body.cs__the_gun .m__menus__filter-item {
  background-color: #fff;
  color: #324266;
  border-color: #324266;
}
body #container #js__body.cs__the_gun .m__menus__filter-item:not(.active):hover {
  background-color: #98938D;
  color: #fff;
}
body #container #js__body.cs__the_gun .m__menus__filter-item.active {
  background-color: #324266;
  border-color: #324266;
  color: #fff;
}
body #container #js__body.cs__the_gun .e-menu__intro-heading,
body #container #js__body.cs__the_gun .e-menu__sections .e-menu-section__heading,
body #container #js__body.cs__the_gun .e-menu__sections .e-menu-section__items .e-menu-item__heading,
body #container #js__body.cs__the_gun .e-menu__sections .e-menu-section__items .e-menu-item__name,
body #container #js__body.cs__the_gun .e-menu__sections .e-menu-section__items .e-menu-item__price,
body #container #js__body.cs__the_gun .e-menu__child-menus-container .e-child-menus__selected,
body #container #js__body.cs__the_gun .e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item,
body #container #js__body.cs__the_gun .e-menu__sections .e-menu-section__wine-prices-label,
body #container #js__body.cs__the_gun .e-menu__keys-heading,
body #container #js__body.cs__the_gun .e-menu__sections .e-menu-section__addons-heading,
body #container #js__body.cs__the_gun .e-menu-addon__description,
body #container #js__body.cs__the_gun .e-menu-addon__price {
  color: #324266;
}
body #container #js__body.cs__the_gun .e-menu__sections .e-menu-section__items .e-menu-item__description,
body #container #js__body.cs__the_gun .e-menu__sections .e-menu-section__description,
body #container #js__body.cs__the_gun .e-menu__keys-label,
body #container #js__body.cs__the_gun .e-menu__child-menus-container .e-child-menus__select-label {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_gun .e-menu-addon__icon .svg__plus-icon--fill-elem {
  fill: #98938D;
}
body #container #js__body.cs__the_gun .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__fill,
body #container #js__body.cs__the_gun .e-menu__keys-item .e-menu__keys-icon svg .svg__fill {
  fill: #324266;
}
body #container #js__body.cs__the_gun .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__text-fill,
body #container #js__body.cs__the_gun .e-menu__keys-item .e-menu__keys-icon svg .svg__text-fill {
  fill: #fff;
}
body #container #js__body.cs__the_gun .e-menu__sections .e-menu-section__addons,
body #container #js__body.cs__the_gun .e-menu__child-menus-container .e-child-menus__selected {
  border-color: #98938D;
}
body #container #js__body.cs__the_gun .e-menu__child-menus-container .e-child-menus__selected.active {
  border-color: rgba(50, 66, 102, 0.18);
}
body #container #js__body.cs__the_gun .e-menu__child-menus-container .e-child-menus__selected:after {
  background-image: url("../../images/icon__dropdown-grey.svg");
}
body #container #js__body.cs__the_gun .e-menu__keys,
body #container #js__body.cs__the_gun .e-menu__child-menus-container .e-child-menus__menus {
  border-color: #324266;
}
body #container #js__body.cs__the_gun .e-menu__sections .e-menu-section:after {
  background-color: rgba(50, 66, 102, 0.35);
}
body #container #js__body.cs__the_gun .m__grid-items__heading,
body #container #js__body.cs__the_gun .m__grid-items .m__grid-item__heading {
  color: #324266;
}
body #container #js__body.cs__the_gun .m__grid-items .m__grid-item__content * {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_gun .m__content-slider .content-slider__slider .slick-dots li {
  background-color: #98938D;
}
body #container #js__body.cs__the_gun .m__content-slider:after {
  background-image: url("../../images/line--beige.svg");
}
body #container #js__body.cs__the_gun .m__content-slider .content-slider__slider .slick-arrow {
  background-image: url("../../images/icon__arrow-left-blue.svg");
}
body #container #js__body.cs__the_gun .m__content-slider .content-slider__title,
body #container #js__body.cs__the_gun .m__content-slider .content-slider__intro-copy {
  color: #324266;
}
body #container #js__body.cs__the_gun .m__content-slider .content-slider__slide-content {
  background-color: #324266;
}
body #container #js__body.cs__the_gun .m__image-row + .m__content-block.content-color-white:before,
body #container #js__body.cs__the_gun .m__image-row.bg__blue {
  background-color: #324266;
}
body #container #js__body.cs__the_gun .m__image-row.has-waved-line .image-row__slider:before {
  background-image: url("../../images/line__mobile--beige.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_gun .m__image-row.has-waved-line .image-row__slider:before {
    background-image: url("../../images/line--beige.svg");
  }
}
body #container #js__body.cs__the_gun .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
  background-image: url("../../images/line__mobile--grey.svg") !important;
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_gun .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
    background-image: url("../../images/line--grey.svg") !important;
  }
}
body #container #js__body.cs__the_gun:not(.colour-overrides-active) .m__image-row .image-row__caption.u__txt-blue {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_gun .m__image-row .image-row__caption-wrapper {
  background-color: #fff;
}
body #container #js__body.cs__the_gun .m__enquiry-form .enquiry-form__subheader,
body #container #js__body.cs__the_gun .m__enquiry-form .enquiry-form__header,
body #container #js__body.cs__the_gun .m__enquiry-form .enquiry-form__label,
body #container #js__body.cs__the_gun .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_gun .m__enquiry-form .enquiry-form__select {
  color: #324266;
}
body #container #js__body.cs__the_gun .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_gun .m__enquiry-form .enquiry-form__select {
  border-color: #324266;
  background: #fff;
}
body #container #js__body.cs__the_gun .m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-grey.svg");
}
body #container #js__body.cs__the_gun .m__enquiry-form .enquiry-form__label span {
  color: #98938D;
}
body #container #js__body.cs__the_gun .m__text-row .text-row__header,
body #container #js__body.cs__the_gun .m__text-row .text-row__content {
  color: #324266;
}
body #container #js__body.cs__the_gun .m__content-cols__heading,
body #container #js__body.cs__the_gun .m__content-cols .m__content-col__heading {
  color: #324266;
}
body #container #js__body.cs__the_gun .m__content-cols .m__content-col__content * {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_gun .m__content-cols .m__content-col__content strong {
  color: #324266;
}
body #container #js__body.cs__the_gun .m__content-cols .m__content-col .m__content-col-inner:after {
  background-color: rgba(50, 66, 102, 0.3);
}
@media screen and (max-width: 767px) {
  body #container #js__body.cs__the_gun .m__content-cols .m__content-col .m__content-col-inner {
    border-color: rgba(50, 66, 102, 0.3);
  }
}
body #container #js__body.cs__the_gun .m__find-us-block .find-us-block__subheader,
body #container #js__body.cs__the_gun .m__find-us-block .find-us-block__header {
  color: #324266;
}
body #container #js__body.cs__the_gun .m__find-us-block .find-us-block__main-copy,
body #container #js__body.cs__the_gun .m__find-us-block .find-us-block__dropdown-content * {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_gun .m__find-us-block .find-us-block__dropdown-title {
  color: #324266;
}
body #container #js__body.cs__the_gun .m__boxes .boxes__background {
  background-color: #324266;
}
body #container #js__body.cs__the_gun .m__boxes .boxes__heading {
  color: #324266;
}
body #container #js__body.cs__the_gun .footer-newsletter {
  background-color: #98938D;
}
body #container #js__body.cs__the_gun .footer-newsletter .footer-newsletter__title,
body #container #js__body.cs__the_gun .footer-newsletter .footer-newsletter__copy,
body #container #js__body.cs__the_gun .footer-newsletter .button .submit-input {
  color: #fff;
}
body #container #js__body.cs__the_gun .footer-newsletter .email-input {
  color: #fff;
  border-color: #fff;
}
body #container #js__body.cs__the_gun .footer-newsletter .email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.57);
}
body #container #js__body.cs__the_gun .footer-newsletter .email-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.57);
}
body #container #js__body.cs__the_gun .footer-newsletter .email-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.57);
}
body #container #js__body.cs__the_gun .footer-newsletter .email-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.57);
}
body #container #js__body.cs__the_gun .footer-newsletter .button {
  border-color: #fff;
}
body #container #js__body.cs__the_gun .footer-newsletter .button:after {
  background-color: #fff;
}
body #container #js__body.cs__the_gun .footer-newsletter .button:hover .submit-input,
body #container #js__body.cs__the_gun .footer-newsletter .button.hover-on {
  color: #98938D;
}
body #container #js__body.cs__the_gun .footer-newsletter__loader {
  border-top-color: #324266;
}
body #container #js__body.cs__the_gun .e-card__title,
body #container #js__body.cs__the_gun .e-card__times {
  color: #324266;
}
body #container #js__body.cs__the_gun .e-card__content {
  background-color: #fff;
}
body #container #js__body.cs__the_gun .e-card__content-text {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_gun .social-links .social-link {
  color: #98938D;
}
body #container #js__body.cs__the_gun .pd-popup .pd__item {
  background-color: #fff;
}
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-close {
  background-color: #324266;
}
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-close span:before,
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-close span:after {
  background-color: #fff;
}
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__heading {
  color: #324266;
}
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label {
  color: #324266;
}
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label span {
  color: #98938D;
}
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-grey.svg");
}
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  background-color: #fff;
  color: #324266;
  border-color: #324266;
}
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-webkit-input-placeholder,
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-webkit-input-placeholder,
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-moz-placeholder,
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-moz-placeholder,
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-ms-input-placeholder,
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-ms-input-placeholder,
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-moz-placeholder,
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-moz-placeholder,
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-moz-placeholder { /* Firefox 18- */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date[type=date i]::-webkit-calendar-picker-indicator {
  background-image: url("../../images/icon__calendar-grey.svg");
}
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
body #container #js__body.cs__the_gun .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  color: #324266;
  border-color: #98938D;
}
body #container #js__body.cs__the_gun .e-booking-sidebar__inner {
  background-color: #324266;
}
body #container #js__body.cs__the_gun .e-booking-sidebar__close {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px #324266;
          box-shadow: 0px 0px 5px 2px #324266;
}
body #container #js__body.cs__the_gun .e-booking-sidebar__close span:before,
body #container #js__body.cs__the_gun .e-booking-sidebar__close span:after {
  background-color: #324266;
}
body #container #js__body.cs__the_gun .e-booking-sidebar .e-booking-sidebar__subheader,
body #container #js__body.cs__the_gun .e-booking-sidebar .e-booking-sidebar__header,
body #container #js__body.cs__the_gun .e-booking-sidebar .e-booking-sidebar__content,
body #container #js__body.cs__the_gun .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form label {
  color: #fff;
}
body #container #js__body.cs__the_gun .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form input,
body #container #js__body.cs__the_gun .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form select,
body #container #js__body.cs__the_gun .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form .btn.submit.hover-on {
  color: #324266 !important;
}

.js__barba-transition[data-colour-scheme=cs__the_herbalist] {
  background-color: #718037;
}

body #container #js__body.cs__the_herbalist {
  background-color: #fff;
  /***** Modules -- Start *****/
  /***** Modules -- End *****/
}
body #container #js__body.cs__the_herbalist footer.footer {
  background-color: #212F28;
}
body #container #js__body.cs__the_herbalist.js__nav-scrolled header.header {
  background-color: rgba(113, 128, 55, 0.85);
}
body #container #js__body.cs__the_herbalist .nav-popup,
body #container #js__body.cs__the_herbalist .nav-popup .nav-poup__main {
  background-color: #718037;
}
body #container #js__body.cs__the_herbalist:not(.colour-overrides-active) .button:not(.button__white) {
  color: #283930 !important;
}
body #container #js__body.cs__the_herbalist:not(.colour-overrides-active) .button:not(.button__blue--footer) {
  border-color: #718037 !important;
}
body #container #js__body.cs__the_herbalist:not(.colour-overrides-active) .button:not(.button__blue--footer):after {
  background-color: #718037 !important;
}
body #container #js__body.cs__the_herbalist:not(.colour-overrides-active) .button:not(.button__blue--footer).hover-on {
  color: #fff !important;
}
body #container #js__body.cs__the_herbalist:not(.colour-overrides-active) .button.button__white {
  border-color: #fff !important;
}
body #container #js__body.cs__the_herbalist:not(.colour-overrides-active) .button.button__white:after {
  background-color: #fff !important;
}
body #container #js__body.cs__the_herbalist:not(.colour-overrides-active) .button.button__white.hover-on {
  color: #283930 !important;
}
body #container #js__body.cs__the_herbalist:not(.colour-overrides-active).no-js .button:hover,
body #container #js__body.cs__the_herbalist:not(.colour-overrides-active).no-js .m__content-slider .content-slider__slide-content .button.button__white:hover {
  color: #283930 !important;
}
body #container #js__body.cs__the_herbalist .m__hero.hero__has-coloured-bg {
  background-color: #718037;
}
body #container #js__body.cs__the_herbalist .m__hero.hero__has-coloured-bg .hero__background .hero-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#718037), color-stop(20%, rgba(113, 128, 55, 0)), to(rgba(113, 128, 55, 0)));
  background: linear-gradient(180deg, #718037 0%, rgba(113, 128, 55, 0) 20%, rgba(113, 128, 55, 0) 100%);
}
body #container #js__body.cs__the_herbalist .m__hero .hero__slide.hero__type-transparent .hero__main-header {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .m__hero .hero__slide.hero__type-transparent .hero__copy {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_herbalist .m__content-block.content-color-white {
  background-color: #718037;
}
body #container #js__body.cs__the_herbalist .m__content-block.title-across .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.5)), color-stop(75%, #fff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 15%, #fff 75%);
}
body #container #js__body.cs__the_herbalist .m__content-block.title-across.content-color-white .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(113, 128, 55, 0)), color-stop(15%, rgba(113, 128, 55, 0.5)), color-stop(75%, #718037));
  background: linear-gradient(0deg, rgba(113, 128, 55, 0) 0%, rgba(113, 128, 55, 0.5) 15%, #718037 75%);
}
body #container #js__body.cs__the_herbalist .m__content-block:not(.content-color-white) .content-block__subheader,
body #container #js__body.cs__the_herbalist .m__content-block:not(.content-color-white) .content-block__header,
body #container #js__body.cs__the_herbalist .m__content-block:not(.content-color-white) .content-block__intro-copy,
body #container #js__body.cs__the_herbalist .m__content-block:not(.content-color-white) .content-block__dropdown-title {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .m__content-block:not(.content-color-white) .content-block__main-copy,
body #container #js__body.cs__the_herbalist .m__content-block:not(.content-color-white) .content-block__dropdown-item {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_herbalist .m__content-block.image-multi.content-color-white:before {
  background-image: url("../../images/line__mobile--outer-space.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_herbalist .m__content-block.image-multi.content-color-white:before {
    background-image: url("../../images/line--outer-space.svg");
  }
}
body #container #js__body.cs__the_herbalist .m__article-slider .article-slider__subheader,
body #container #js__body.cs__the_herbalist .m__article-slider .article-slider__header {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .m__article-slider .article-slider__slide-inner {
  border-color: #718037;
}
body #container #js__body.cs__the_herbalist .m__articles-list .articles-list__error {
  color: #283930;
}
@media screen and (max-width: 1050px) {
  body #container #js__body.cs__the_herbalist .m__content-block.content-color-blue + .m__image-highlight .image-highlight__text-header,
  body #container #js__body.cs__the_herbalist .m__content-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    background-color: #fff;
  }
}
body #container #js__body.cs__the_herbalist .m__image-highlight {
  background-color: #fff;
}
body #container #js__body.cs__the_herbalist .m__image-highlight .image-highlight__subheader,
body #container #js__body.cs__the_herbalist .m__image-highlight .image-highlight__header {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .m__image-highlight .image-highlight__image {
  border-color: #718037;
}
body #container #js__body.cs__the_herbalist .m__image-highlight .image-highlight__sliders:before {
  background-color: #718037;
}
body #container #js__body.cs__the_herbalist .m__instagram-feed.bg__blue {
  background-color: #718037;
}
body #container #js__body.cs__the_herbalist .m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#718037), color-stop(20%, rgba(113, 128, 55, 0)), to(rgba(113, 128, 55, 0)));
  background: linear-gradient(180deg, #718037 0%, rgba(113, 128, 55, 0) 20%, rgba(113, 128, 55, 0) 100%);
}
body #container #js__body.cs__the_herbalist .m__instagram-feed.bg__blue .button.instagram-feed__button {
  color: #fff !important;
}
body #container #js__body.cs__the_herbalist .m__instagram-feed.bg__blue .button.instagram-feed__button {
  border-color: #fff !important;
}
body #container #js__body.cs__the_herbalist .m__instagram-feed.bg__blue .button.instagram-feed__button:after {
  background-color: #fff !important;
}
body #container #js__body.cs__the_herbalist .m__instagram-feed.bg__blue .button.instagram-feed__button.hover-on {
  color: #283930 !important;
}
body #container #js__body.cs__the_herbalist .m__menus {
  background-color: #fff;
}
body #container #js__body.cs__the_herbalist .m__menus__loader {
  border-top-color: #718037;
}
body #container #js__body.cs__the_herbalist .m__menus__filter {
  border-color: #718037;
}
body #container #js__body.cs__the_herbalist .m__menus__filter-item {
  background-color: #fff;
  color: #283930;
  border-color: #283930;
}
body #container #js__body.cs__the_herbalist .m__menus__filter-item:not(.active):hover {
  background-color: #283930;
  color: #fff;
}
body #container #js__body.cs__the_herbalist .m__menus__filter-item.active {
  background-color: #718037;
  border-color: #718037;
  color: #FAF8F5;
}
body #container #js__body.cs__the_herbalist .e-menu__intro-heading,
body #container #js__body.cs__the_herbalist .e-menu__sections .e-menu-section__heading,
body #container #js__body.cs__the_herbalist .e-menu__sections .e-menu-section__items .e-menu-item__heading,
body #container #js__body.cs__the_herbalist .e-menu__sections .e-menu-section__items .e-menu-item__name,
body #container #js__body.cs__the_herbalist .e-menu__sections .e-menu-section__items .e-menu-item__price,
body #container #js__body.cs__the_herbalist .e-menu__child-menus-container .e-child-menus__selected,
body #container #js__body.cs__the_herbalist .e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item,
body #container #js__body.cs__the_herbalist .e-menu__sections .e-menu-section__wine-prices-label,
body #container #js__body.cs__the_herbalist .e-menu__keys-heading,
body #container #js__body.cs__the_herbalist .e-menu__sections .e-menu-section__addons-heading,
body #container #js__body.cs__the_herbalist .e-menu-addon__description,
body #container #js__body.cs__the_herbalist .e-menu-addon__price {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .e-menu__sections .e-menu-section__items .e-menu-item__description,
body #container #js__body.cs__the_herbalist .e-menu__sections .e-menu-section__description,
body #container #js__body.cs__the_herbalist .e-menu__keys-label,
body #container #js__body.cs__the_herbalist .e-menu__child-menus-container .e-child-menus__select-label {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_herbalist .e-menu-addon__icon .svg__plus-icon--fill-elem {
  fill: #718037;
}
body #container #js__body.cs__the_herbalist .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__fill,
body #container #js__body.cs__the_herbalist .e-menu__keys-item .e-menu__keys-icon svg .svg__fill {
  fill: #283930;
}
body #container #js__body.cs__the_herbalist .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__text-fill,
body #container #js__body.cs__the_herbalist .e-menu__keys-item .e-menu__keys-icon svg .svg__text-fill {
  fill: #fff;
}
body #container #js__body.cs__the_herbalist .e-menu__sections .e-menu-section__addons,
body #container #js__body.cs__the_herbalist .e-menu__child-menus-container .e-child-menus__selected {
  border-color: #718037;
}
body #container #js__body.cs__the_herbalist .e-menu__child-menus-container .e-child-menus__selected.active {
  border-color: rgba(40, 57, 48, 0.18);
}
body #container #js__body.cs__the_herbalist .e-menu__child-menus-container .e-child-menus__selected:after {
  background-image: url("../../images/icon__dropdown-olive_green.svg");
}
body #container #js__body.cs__the_herbalist .e-menu__keys,
body #container #js__body.cs__the_herbalist .e-menu__child-menus-container .e-child-menus__menus {
  border-color: #283930;
}
body #container #js__body.cs__the_herbalist .e-menu__sections .e-menu-section:after {
  background-color: rgba(40, 57, 48, 0.35);
}
body #container #js__body.cs__the_herbalist .m__grid-items__heading,
body #container #js__body.cs__the_herbalist .m__grid-items .m__grid-item__heading {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .m__grid-items .m__grid-item__content * {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_herbalist .m__content-slider .content-slider__slider .slick-dots li {
  background-color: #718037;
}
body #container #js__body.cs__the_herbalist .m__content-slider:after {
  background-image: url("../../images/line--outer-space.svg");
}
body #container #js__body.cs__the_herbalist .m__content-slider .content-slider__slider .slick-arrow {
  background-image: url("../../images/icon__arrow-left-olive-green.svg");
}
body #container #js__body.cs__the_herbalist .m__content-slider .content-slider__title,
body #container #js__body.cs__the_herbalist .m__content-slider .content-slider__intro-copy {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .m__content-slider .content-slider__slide-content {
  background-color: #718037;
}
body #container #js__body.cs__the_herbalist .m__image-row + .m__content-block.content-color-white:before,
body #container #js__body.cs__the_herbalist .m__image-row.bg__blue {
  background-color: #718037;
}
body #container #js__body.cs__the_herbalist .m__image-row.has-waved-line .image-row__slider:before {
  background-image: url("../../images/line__mobile--outer-space.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_herbalist .m__image-row.has-waved-line .image-row__slider:before {
    background-image: url("../../images/line--outer-space.svg");
  }
}
body #container #js__body.cs__the_herbalist .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
  background-image: url("../../images/line__mobile--white.svg") !important;
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_herbalist .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
    background-image: url("../../images/line--white.svg") !important;
  }
}
body #container #js__body.cs__the_herbalist:not(.colour-overrides-active) .m__image-row .image-row__caption.u__txt-blue {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_herbalist .m__image-row .image-row__caption-wrapper {
  background-color: #fff;
}
body #container #js__body.cs__the_herbalist .m__enquiry-form .enquiry-form__subheader,
body #container #js__body.cs__the_herbalist .m__enquiry-form .enquiry-form__header,
body #container #js__body.cs__the_herbalist .m__enquiry-form .enquiry-form__label,
body #container #js__body.cs__the_herbalist .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_herbalist .m__enquiry-form .enquiry-form__select {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_herbalist .m__enquiry-form .enquiry-form__select {
  border-color: #283930;
  background: #fff;
}
body #container #js__body.cs__the_herbalist .m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-olive_green.svg");
}
body #container #js__body.cs__the_herbalist .m__enquiry-form .enquiry-form__label span {
  color: #718037;
}
body #container #js__body.cs__the_herbalist .m__text-row .text-row__header,
body #container #js__body.cs__the_herbalist .m__text-row .text-row__content {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .m__content-cols__heading,
body #container #js__body.cs__the_herbalist .m__content-cols .m__content-col__heading {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .m__content-cols .m__content-col__content * {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_herbalist .m__content-cols .m__content-col__content strong {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .m__content-cols .m__content-col .m__content-col-inner:after {
  background-color: rgba(40, 57, 48, 0.3);
}
@media screen and (max-width: 767px) {
  body #container #js__body.cs__the_herbalist .m__content-cols .m__content-col .m__content-col-inner {
    border-color: rgba(40, 57, 48, 0.3);
  }
}
body #container #js__body.cs__the_herbalist .m__find-us-block .find-us-block__subheader,
body #container #js__body.cs__the_herbalist .m__find-us-block .find-us-block__header {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .m__find-us-block .find-us-block__main-copy,
body #container #js__body.cs__the_herbalist .m__find-us-block .find-us-block__dropdown-content * {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_herbalist .m__find-us-block .find-us-block__dropdown-title {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .m__boxes .boxes__background {
  background-color: #718037;
}
body #container #js__body.cs__the_herbalist .m__boxes .boxes__heading {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .footer-newsletter {
  background-color: #283930;
}
body #container #js__body.cs__the_herbalist .footer-newsletter .footer-newsletter__title,
body #container #js__body.cs__the_herbalist .footer-newsletter .footer-newsletter__copy,
body #container #js__body.cs__the_herbalist .footer-newsletter .button .submit-input {
  color: #fff;
}
body #container #js__body.cs__the_herbalist .footer-newsletter .email-input {
  color: #fff;
  border-color: #fff;
}
body #container #js__body.cs__the_herbalist .footer-newsletter .email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.57);
}
body #container #js__body.cs__the_herbalist .footer-newsletter .email-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.57);
}
body #container #js__body.cs__the_herbalist .footer-newsletter .email-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.57);
}
body #container #js__body.cs__the_herbalist .footer-newsletter .email-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.57);
}
body #container #js__body.cs__the_herbalist .footer-newsletter .button {
  border-color: #fff;
}
body #container #js__body.cs__the_herbalist .footer-newsletter .button:after {
  background-color: #fff;
}
body #container #js__body.cs__the_herbalist .footer-newsletter .button:hover .submit-input,
body #container #js__body.cs__the_herbalist .footer-newsletter .button.hover-on {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .footer-newsletter__loader {
  border-top-color: #718037;
}
body #container #js__body.cs__the_herbalist .e-card__title,
body #container #js__body.cs__the_herbalist .e-card__times {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .e-card__content {
  background-color: #fff;
}
body #container #js__body.cs__the_herbalist .e-card__content-text {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_herbalist .social-links .social-link {
  color: #98938D;
}
body #container #js__body.cs__the_herbalist .pd-popup .pd__item {
  background-color: #fff;
}
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-close {
  background-color: #718037;
}
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-close span:before,
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-close span:after {
  background-color: #fff;
}
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__heading {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label {
  color: #283930;
}
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label span {
  color: #718037;
}
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-olive_green.svg");
}
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  background-color: #fff;
  color: #283930;
  border-color: #283930;
}
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-webkit-input-placeholder,
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-webkit-input-placeholder,
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(40, 57, 48, 0.57);
}
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-moz-placeholder,
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-moz-placeholder,
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(40, 57, 48, 0.57);
}
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-ms-input-placeholder,
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-ms-input-placeholder,
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(40, 57, 48, 0.57);
}
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-moz-placeholder,
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-moz-placeholder,
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-moz-placeholder { /* Firefox 18- */
  color: rgba(40, 57, 48, 0.57);
}
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date[type=date i]::-webkit-calendar-picker-indicator {
  background-image: url("../../images/icon__calendar-olive-green.svg");
}
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
body #container #js__body.cs__the_herbalist .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  color: #283930;
  border-color: #718037;
}
body #container #js__body.cs__the_herbalist .e-booking-sidebar__inner {
  background-color: #718037;
}
body #container #js__body.cs__the_herbalist .e-booking-sidebar__close {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px #718037;
          box-shadow: 0px 0px 5px 2px #718037;
}
body #container #js__body.cs__the_herbalist .e-booking-sidebar__close span:before,
body #container #js__body.cs__the_herbalist .e-booking-sidebar__close span:after {
  background-color: #718037;
}
body #container #js__body.cs__the_herbalist .e-booking-sidebar .e-booking-sidebar__subheader,
body #container #js__body.cs__the_herbalist .e-booking-sidebar .e-booking-sidebar__header,
body #container #js__body.cs__the_herbalist .e-booking-sidebar .e-booking-sidebar__content,
body #container #js__body.cs__the_herbalist .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form label {
  color: #fff;
}
body #container #js__body.cs__the_herbalist .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form input,
body #container #js__body.cs__the_herbalist .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form select,
body #container #js__body.cs__the_herbalist .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form .btn.submit.hover-on {
  color: #718037 !important;
}

.js__barba-transition[data-colour-scheme=cs__junipers] {
  background-color: #070707;
}

body #container #js__body.cs__junipers {
  background-color: #070707;
  /***** Modules -- Start *****/
  /***** Modules -- End *****/
}
body #container #js__body.cs__junipers footer.footer {
  background-color: #070707;
}
body #container #js__body.cs__junipers.js__nav-scrolled header.header {
  background-color: rgba(7, 7, 7, 0.85);
}
body #container #js__body.cs__junipers .nav-popup,
body #container #js__body.cs__junipers .nav-popup .nav-poup__main {
  background-color: #070707;
}
body #container #js__body.cs__junipers:not(.colour-overrides-active) .button:not(.button__white) {
  color: #fff !important;
}
body #container #js__body.cs__junipers:not(.colour-overrides-active) .button:not(.button__blue--footer) {
  border-color: #BC9123 !important;
}
body #container #js__body.cs__junipers:not(.colour-overrides-active) .button:not(.button__blue--footer):after {
  background-color: #BC9123 !important;
}
body #container #js__body.cs__junipers:not(.colour-overrides-active) .button:not(.button__blue--footer).hover-on {
  color: #fff !important;
}
body #container #js__body.cs__junipers:not(.colour-overrides-active) .button.button__white {
  border-color: #fff !important;
}
body #container #js__body.cs__junipers:not(.colour-overrides-active) .button.button__white:after {
  background-color: #fff !important;
}
body #container #js__body.cs__junipers:not(.colour-overrides-active) .button.button__white.hover-on {
  color: #fff !important;
}
body #container #js__body.cs__junipers:not(.colour-overrides-active).no-js .button:hover,
body #container #js__body.cs__junipers:not(.colour-overrides-active).no-js .m__content-slider .content-slider__slide-content .button.button__white:hover {
  color: #fff !important;
}
body #container #js__body.cs__junipers .m__hero.hero__has-coloured-bg {
  background-color: #BC9123;
}
body #container #js__body.cs__junipers .m__hero.hero__has-coloured-bg .hero__background .hero-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#bc9123), color-stop(20%, rgba(188, 145, 35, 0)), to(rgba(188, 145, 35, 0)));
  background: linear-gradient(180deg, #bc9123 0%, rgba(188, 145, 35, 0) 20%, rgba(188, 145, 35, 0) 100%);
}
body #container #js__body.cs__junipers .m__hero .hero__slide.hero__type-transparent .hero__main-header {
  color: #fff;
}
body #container #js__body.cs__junipers .m__hero .hero__slide.hero__type-transparent .hero__copy {
  color: rgba(255, 255, 255, 0.85);
}
body #container #js__body.cs__junipers .m__content-block.content-color-white {
  background-color: #BC9123;
}
body #container #js__body.cs__junipers .m__content-block.title-across .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(7, 7, 7, 0)), color-stop(15%, rgba(7, 7, 7, 0.5)), color-stop(75%, #070707));
  background: linear-gradient(0deg, rgba(7, 7, 7, 0) 0%, rgba(7, 7, 7, 0.5) 15%, #070707 75%);
}
body #container #js__body.cs__junipers .m__content-block.title-across.content-color-white .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(188, 145, 35, 0)), color-stop(15%, rgba(188, 145, 35, 0.5)), color-stop(75%, #BC9123));
  background: linear-gradient(0deg, rgba(188, 145, 35, 0) 0%, rgba(188, 145, 35, 0.5) 15%, #BC9123 75%);
}
body #container #js__body.cs__junipers .m__content-block:not(.content-color-white) .content-block__subheader,
body #container #js__body.cs__junipers .m__content-block:not(.content-color-white) .content-block__header,
body #container #js__body.cs__junipers .m__content-block:not(.content-color-white) .content-block__intro-copy,
body #container #js__body.cs__junipers .m__content-block:not(.content-color-white) .content-block__dropdown-title {
  color: #fff;
}
body #container #js__body.cs__junipers .m__content-block:not(.content-color-white) .content-block__main-copy,
body #container #js__body.cs__junipers .m__content-block:not(.content-color-white) .content-block__dropdown-item {
  color: rgba(255, 255, 255, 0.85);
}
body #container #js__body.cs__junipers .m__content-block.image-multi.content-color-white:before {
  background-image: url("../../images/line__mobile--dark-gold.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__junipers .m__content-block.image-multi.content-color-white:before {
    background-image: url("../../images/line--dark-gold.svg");
  }
}
body #container #js__body.cs__junipers .m__article-slider .article-slider__subheader,
body #container #js__body.cs__junipers .m__article-slider .article-slider__header {
  color: #fff;
}
body #container #js__body.cs__junipers .m__article-slider .article-slider__slide-inner {
  border-color: #BC9123;
}
body #container #js__body.cs__junipers .m__articles-list .articles-list__error {
  color: #fff;
}
@media screen and (max-width: 1050px) {
  body #container #js__body.cs__junipers .m__content-block.content-color-blue + .m__image-highlight .image-highlight__text-header,
  body #container #js__body.cs__junipers .m__content-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    background-color: #070707;
  }
}
body #container #js__body.cs__junipers .m__image-highlight {
  background-color: #070707;
}
body #container #js__body.cs__junipers .m__image-highlight .image-highlight__subheader,
body #container #js__body.cs__junipers .m__image-highlight .image-highlight__header {
  color: #fff;
}
body #container #js__body.cs__junipers .m__image-highlight .image-highlight__image {
  border-color: #BC9123;
}
body #container #js__body.cs__junipers .m__image-highlight .image-highlight__sliders:before {
  background-color: #BC9123;
}
body #container #js__body.cs__junipers .m__instagram-feed.bg__blue {
  background-color: #BC9123;
}
body #container #js__body.cs__junipers .m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#BC9123), color-stop(20%, rgba(188, 145, 35, 0)), to(rgba(188, 145, 35, 0)));
  background: linear-gradient(180deg, #BC9123 0%, rgba(188, 145, 35, 0) 20%, rgba(188, 145, 35, 0) 100%);
}
body #container #js__body.cs__junipers .m__instagram-feed.bg__blue .button.instagram-feed__button {
  color: #fff !important;
}
body #container #js__body.cs__junipers .m__instagram-feed.bg__blue .button.instagram-feed__button {
  border-color: #fff !important;
}
body #container #js__body.cs__junipers .m__instagram-feed.bg__blue .button.instagram-feed__button:after {
  background-color: #fff !important;
}
body #container #js__body.cs__junipers .m__instagram-feed.bg__blue .button.instagram-feed__button.hover-on {
  color: #BC9123 !important;
}
body #container #js__body.cs__junipers .m__menus {
  background-color: #070707;
}
body #container #js__body.cs__junipers .m__menus__loader {
  border-top-color: #BC9123;
}
body #container #js__body.cs__junipers .m__menus__filter {
  border-color: #BC9123;
}
body #container #js__body.cs__junipers .m__menus__filter-item {
  background-color: #070707;
  color: #BC9123;
  border-color: #BC9123;
}
body #container #js__body.cs__junipers .m__menus__filter-item:not(.active):hover {
  background-color: #957421;
  color: #fff;
}
body #container #js__body.cs__junipers .m__menus__filter-item.active {
  background-color: #BC9123;
  border-color: #BC9123;
  color: #fff;
}
body #container #js__body.cs__junipers .e-menu__intro-heading,
body #container #js__body.cs__junipers .e-menu__sections .e-menu-section__heading,
body #container #js__body.cs__junipers .e-menu__sections .e-menu-section__items .e-menu-item__heading,
body #container #js__body.cs__junipers .e-menu__sections .e-menu-section__items .e-menu-item__name,
body #container #js__body.cs__junipers .e-menu__sections .e-menu-section__items .e-menu-item__price,
body #container #js__body.cs__junipers .e-menu__child-menus-container .e-child-menus__selected,
body #container #js__body.cs__junipers .e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item,
body #container #js__body.cs__junipers .e-menu__sections .e-menu-section__wine-prices-label,
body #container #js__body.cs__junipers .e-menu__keys-heading,
body #container #js__body.cs__junipers .e-menu__sections .e-menu-section__addons-heading,
body #container #js__body.cs__junipers .e-menu-addon__description,
body #container #js__body.cs__junipers .e-menu-addon__price {
  color: #fff;
}
body #container #js__body.cs__junipers .e-menu__sections .e-menu-section__items .e-menu-item__description,
body #container #js__body.cs__junipers .e-menu__sections .e-menu-section__description,
body #container #js__body.cs__junipers .e-menu__keys-label,
body #container #js__body.cs__junipers .e-menu__child-menus-container .e-child-menus__select-label {
  color: rgba(255, 255, 255, 0.85);
}
body #container #js__body.cs__junipers .e-menu-addon__icon .svg__plus-icon--fill-elem {
  fill: #BC9123;
}
body #container #js__body.cs__junipers .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__fill,
body #container #js__body.cs__junipers .e-menu__keys-item .e-menu__keys-icon svg .svg__fill {
  fill: #fff;
}
body #container #js__body.cs__junipers .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__text-fill,
body #container #js__body.cs__junipers .e-menu__keys-item .e-menu__keys-icon svg .svg__text-fill {
  fill: #070707;
}
body #container #js__body.cs__junipers .e-menu__sections .e-menu-section__addons,
body #container #js__body.cs__junipers .e-menu__child-menus-container .e-child-menus__selected {
  border-color: #BC9123;
}
body #container #js__body.cs__junipers .e-menu__child-menus-container .e-child-menus__selected.active {
  border-color: rgba(255, 255, 255, 0.18);
}
body #container #js__body.cs__junipers .e-menu__child-menus-container .e-child-menus__selected:after {
  background-image: url("../../images/icon__dropdown-dark_gold.svg");
}
body #container #js__body.cs__junipers .e-menu__keys,
body #container #js__body.cs__junipers .e-menu__child-menus-container .e-child-menus__menus {
  border-color: #fff;
}
body #container #js__body.cs__junipers .e-menu__sections .e-menu-section:after {
  background-color: rgba(255, 255, 255, 0.35);
}
body #container #js__body.cs__junipers .m__grid-items__heading,
body #container #js__body.cs__junipers .m__grid-items .m__grid-item__heading {
  color: #fff;
}
body #container #js__body.cs__junipers .m__grid-items .m__grid-item__content * {
  color: rgba(255, 255, 255, 0.85);
}
body #container #js__body.cs__junipers .m__content-slider .content-slider__slider .slick-dots li {
  background-color: #BC9123;
}
body #container #js__body.cs__junipers .m__content-slider:after {
  background-image: url("../../images/line--dark-gold.svg");
}
body #container #js__body.cs__junipers .m__content-slider .content-slider__slider .slick-arrow {
  background-image: url("../../images/icon__arrow-left-dark-gold.svg");
}
body #container #js__body.cs__junipers .m__content-slider .content-slider__title,
body #container #js__body.cs__junipers .m__content-slider .content-slider__intro-copy {
  color: #fff;
}
body #container #js__body.cs__junipers .m__content-slider .content-slider__slide-content {
  background-color: #BC9123;
}
body #container #js__body.cs__junipers .m__image-row + .m__content-block.content-color-white:before,
body #container #js__body.cs__junipers .m__image-row.bg__blue {
  background-color: #BC9123;
}
body #container #js__body.cs__junipers .m__image-row.has-waved-line .image-row__slider:before {
  background-image: url("../../images/line__mobile--dark-gold.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__junipers .m__image-row.has-waved-line .image-row__slider:before {
    background-image: url("../../images/line--dark-gold.svg");
  }
}
body #container #js__body.cs__junipers .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
  background-image: url("../../images/line__mobile--off-black.svg") !important;
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__junipers .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
    background-image: url("../../images/line--off-black.svg") !important;
  }
}
body #container #js__body.cs__junipers:not(.colour-overrides-active) .m__image-row .image-row__caption.u__txt-blue {
  color: rgba(255, 255, 255, 0.85);
}
body #container #js__body.cs__junipers .m__image-row .image-row__caption-wrapper {
  background-color: #070707;
}
body #container #js__body.cs__junipers .m__enquiry-form .enquiry-form__subheader,
body #container #js__body.cs__junipers .m__enquiry-form .enquiry-form__header,
body #container #js__body.cs__junipers .m__enquiry-form .enquiry-form__label,
body #container #js__body.cs__junipers .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__junipers .m__enquiry-form .enquiry-form__select {
  color: #fff;
}
body #container #js__body.cs__junipers .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__junipers .m__enquiry-form .enquiry-form__select {
  border-color: #BC9123;
  background: #070707;
}
body #container #js__body.cs__junipers .m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-dark_gold.svg");
}
body #container #js__body.cs__junipers .m__enquiry-form .enquiry-form__label span {
  color: #BC9123;
}
body #container #js__body.cs__junipers .m__text-row .text-row__header,
body #container #js__body.cs__junipers .m__text-row .text-row__content {
  color: #fff;
}
body #container #js__body.cs__junipers .m__content-cols__heading,
body #container #js__body.cs__junipers .m__content-cols .m__content-col__heading {
  color: #fff;
}
body #container #js__body.cs__junipers .m__content-cols .m__content-col__content * {
  color: rgba(255, 255, 255, 0.85);
}
body #container #js__body.cs__junipers .m__content-cols .m__content-col__content strong {
  color: #fff;
}
body #container #js__body.cs__junipers .m__content-cols .m__content-col .m__content-col-inner:after {
  background-color: rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 767px) {
  body #container #js__body.cs__junipers .m__content-cols .m__content-col .m__content-col-inner {
    border-color: rgba(255, 255, 255, 0.3);
  }
}
body #container #js__body.cs__junipers .m__find-us-block .find-us-block__subheader,
body #container #js__body.cs__junipers .m__find-us-block .find-us-block__header {
  color: #fff;
}
body #container #js__body.cs__junipers .m__find-us-block .find-us-block__main-copy,
body #container #js__body.cs__junipers .m__find-us-block .find-us-block__dropdown-content * {
  color: rgba(255, 255, 255, 0.85);
}
body #container #js__body.cs__junipers .m__find-us-block .find-us-block__dropdown-title {
  color: #fff;
}
body #container #js__body.cs__junipers .m__boxes .boxes__background {
  background-color: #BC9123;
}
body #container #js__body.cs__junipers .m__boxes .boxes__heading {
  color: #fff;
}
body #container #js__body.cs__junipers .footer-newsletter {
  background-color: #BC9123;
}
body #container #js__body.cs__junipers .footer-newsletter .footer-newsletter__title,
body #container #js__body.cs__junipers .footer-newsletter .footer-newsletter__copy,
body #container #js__body.cs__junipers .footer-newsletter .button .submit-input {
  color: #070707;
}
body #container #js__body.cs__junipers .footer-newsletter .email-input {
  color: #070707;
  border-color: #070707;
}
body #container #js__body.cs__junipers .footer-newsletter .email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(7, 7, 7, 0.57);
}
body #container #js__body.cs__junipers .footer-newsletter .email-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(7, 7, 7, 0.57);
}
body #container #js__body.cs__junipers .footer-newsletter .email-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(7, 7, 7, 0.57);
}
body #container #js__body.cs__junipers .footer-newsletter .email-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(7, 7, 7, 0.57);
}
body #container #js__body.cs__junipers .footer-newsletter .button {
  border-color: #070707;
}
body #container #js__body.cs__junipers .footer-newsletter .button:after {
  background-color: #070707;
}
body #container #js__body.cs__junipers .footer-newsletter .button:hover .submit-input,
body #container #js__body.cs__junipers .footer-newsletter .button.hover-on {
  color: #BC9123;
}
body #container #js__body.cs__junipers .footer-newsletter__loader {
  border-top-color: #070707;
}
body #container #js__body.cs__junipers .e-card__title,
body #container #js__body.cs__junipers .e-card__times {
  color: #fff;
}
body #container #js__body.cs__junipers .e-card__content {
  background-color: #070707;
}
body #container #js__body.cs__junipers .e-card__content-text {
  color: rgba(255, 255, 255, 0.85);
}
body #container #js__body.cs__junipers .social-links .social-link {
  color: #BC9123;
}
body #container #js__body.cs__junipers .pd-popup .pd__item {
  background-color: #070707;
}
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-close {
  background-color: #BC9123;
}
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-close span:before,
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-close span:after {
  background-color: #070707;
}
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__heading {
  color: #fff;
}
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label {
  color: #fff;
}
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label span {
  color: #BC9123;
}
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-dark_gold.svg");
}
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  background-color: #070707;
  color: #fff;
  border-color: #BC9123;
}
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-webkit-input-placeholder,
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-webkit-input-placeholder,
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.57);
}
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-moz-placeholder,
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-moz-placeholder,
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.57);
}
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-ms-input-placeholder,
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-ms-input-placeholder,
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.57);
}
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-moz-placeholder,
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-moz-placeholder,
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.57);
}
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date[type=date i]::-webkit-calendar-picker-indicator {
  background-image: url("../../images/icon__calendar-olive-green.svg");
}
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
body #container #js__body.cs__junipers .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  color: #fff;
  border-color: #BC9123;
}
body #container #js__body.cs__junipers .e-booking-sidebar__inner {
  background-color: #BC9123;
}
body #container #js__body.cs__junipers .e-booking-sidebar__close {
  background-color: #070707;
  -webkit-box-shadow: 0px 0px 5px 2px #BC9123;
          box-shadow: 0px 0px 5px 2px #BC9123;
}
body #container #js__body.cs__junipers .e-booking-sidebar__close span:before,
body #container #js__body.cs__junipers .e-booking-sidebar__close span:after {
  background-color: #BC9123;
}
body #container #js__body.cs__junipers .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form input,
body #container #js__body.cs__junipers .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form select,
body #container #js__body.cs__junipers .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form .btn.submit.hover-on {
  color: #BC9123 !important;
}

.js__barba-transition[data-colour-scheme=cs__the_pig_and_sty] {
  background-color: #324266;
}

body #container #js__body.cs__the_pig_and_sty {
  background-color: #fff;
  /***** Modules -- Start *****/
  /***** Modules -- End *****/
}
body #container #js__body.cs__the_pig_and_sty footer.footer {
  background-color: #1B2336;
}
body #container #js__body.cs__the_pig_and_sty.js__nav-scrolled header.header {
  background-color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_pig_and_sty .nav-popup,
body #container #js__body.cs__the_pig_and_sty .nav-popup .nav-poup__main {
  background-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty:not(.colour-overrides-active) .button:not(.button__white) {
  color: #324266 !important;
}
body #container #js__body.cs__the_pig_and_sty:not(.colour-overrides-active) .button:not(.button__blue--footer),
body #container #js__body.cs__the_pig_and_sty:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white {
  border-color: #DDAEA8 !important;
}
body #container #js__body.cs__the_pig_and_sty:not(.colour-overrides-active) .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_pig_and_sty:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white:after {
  background-color: #DDAEA8 !important;
}
body #container #js__body.cs__the_pig_and_sty:not(.colour-overrides-active) .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_pig_and_sty:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white.hover-on {
  color: #fff !important;
}
body #container #js__body.cs__the_pig_and_sty:not(.colour-overrides-active).no-js .button:hover,
body #container #js__body.cs__the_pig_and_sty:not(.colour-overrides-active).no-js .m__content-slider .content-slider__slide-content .button.button__white:hover {
  color: #324266 !important;
}
body #container #js__body.cs__the_pig_and_sty .m__hero.hero__has-coloured-bg {
  background-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__hero.hero__has-coloured-bg .hero__background .hero-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#324266), color-stop(20%, rgba(50, 66, 102, 0)), to(rgba(50, 66, 102, 0)));
  background: linear-gradient(180deg, #324266 0%, rgba(50, 66, 102, 0) 20%, rgba(50, 66, 102, 0) 100%);
}
body #container #js__body.cs__the_pig_and_sty .m__hero .hero__slide.hero__type-transparent .hero__main-header {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__hero .hero__slide.hero__type-transparent .hero__copy {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_pig_and_sty .m__content-block.content-color-white {
  background-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__content-block.title-across .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.5)), color-stop(75%, #fff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 15%, #fff 75%);
}
body #container #js__body.cs__the_pig_and_sty .m__content-block.title-across.content-color-white .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(50, 66, 102, 0)), color-stop(15%, rgba(50, 66, 102, 0.5)), color-stop(75%, #324266));
  background: linear-gradient(0deg, rgba(50, 66, 102, 0) 0%, rgba(50, 66, 102, 0.5) 15%, #324266 75%);
}
body #container #js__body.cs__the_pig_and_sty .m__content-block:not(.content-color-white) .content-block__subheader,
body #container #js__body.cs__the_pig_and_sty .m__content-block:not(.content-color-white) .content-block__header,
body #container #js__body.cs__the_pig_and_sty .m__content-block:not(.content-color-white) .content-block__intro-copy,
body #container #js__body.cs__the_pig_and_sty .m__content-block:not(.content-color-white) .content-block__dropdown-title {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__content-block:not(.content-color-white) .content-block__main-copy,
body #container #js__body.cs__the_pig_and_sty .m__content-block:not(.content-color-white) .content-block__dropdown-item {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_pig_and_sty .m__content-block.image-multi.content-color-white:before {
  background-image: url("../../images/line__mobile--pink.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_pig_and_sty .m__content-block.image-multi.content-color-white:before {
    background-image: url("../../images/line--pink.svg");
  }
}
body #container #js__body.cs__the_pig_and_sty .m__article-slider .article-slider__subheader,
body #container #js__body.cs__the_pig_and_sty .m__article-slider .article-slider__header {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__article-slider .article-slider__slide-inner {
  border-color: #DDAEA8;
}
body #container #js__body.cs__the_pig_and_sty .m__articles-list .articles-list__error {
  color: #324266;
}
@media screen and (max-width: 1050px) {
  body #container #js__body.cs__the_pig_and_sty .m__content-block.content-color-blue + .m__image-highlight .image-highlight__text-header,
  body #container #js__body.cs__the_pig_and_sty .m__content-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    background-color: #fff;
  }
}
body #container #js__body.cs__the_pig_and_sty .m__image-highlight {
  background-color: #fff;
}
body #container #js__body.cs__the_pig_and_sty .m__image-highlight .image-highlight__subheader,
body #container #js__body.cs__the_pig_and_sty .m__image-highlight .image-highlight__header {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__image-highlight .image-highlight__image {
  border-color: #DDAEA8;
}
body #container #js__body.cs__the_pig_and_sty .m__image-highlight .image-highlight__sliders:before {
  background-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__instagram-feed.bg__blue {
  background-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#324266), color-stop(20%, rgba(50, 66, 102, 0)), to(rgba(50, 66, 102, 0)));
  background: linear-gradient(180deg, #324266 0%, rgba(50, 66, 102, 0) 20%, rgba(50, 66, 102, 0) 100%);
}
body #container #js__body.cs__the_pig_and_sty .m__instagram-feed.bg__blue .button.instagram-feed__button {
  color: #fff !important;
}
body #container #js__body.cs__the_pig_and_sty .m__menus {
  background-color: #fff;
}
body #container #js__body.cs__the_pig_and_sty .m__menus__loader {
  border-top-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__menus__filter {
  border-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__menus__filter-item {
  background-color: #fff;
  color: #324266;
  border-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__menus__filter-item:not(.active):hover {
  background-color: #DDAEA8;
  color: #fff;
}
body #container #js__body.cs__the_pig_and_sty .m__menus__filter-item.active {
  background-color: #324266;
  border-color: #324266;
  color: #FAF8F5;
}
body #container #js__body.cs__the_pig_and_sty .e-menu__intro-heading,
body #container #js__body.cs__the_pig_and_sty .e-menu__sections .e-menu-section__heading,
body #container #js__body.cs__the_pig_and_sty .e-menu__sections .e-menu-section__items .e-menu-item__heading,
body #container #js__body.cs__the_pig_and_sty .e-menu__sections .e-menu-section__items .e-menu-item__name,
body #container #js__body.cs__the_pig_and_sty .e-menu__sections .e-menu-section__items .e-menu-item__price,
body #container #js__body.cs__the_pig_and_sty .e-menu__child-menus-container .e-child-menus__selected,
body #container #js__body.cs__the_pig_and_sty .e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item,
body #container #js__body.cs__the_pig_and_sty .e-menu__sections .e-menu-section__wine-prices-label,
body #container #js__body.cs__the_pig_and_sty .e-menu__keys-heading,
body #container #js__body.cs__the_pig_and_sty .e-menu__sections .e-menu-section__addons-heading,
body #container #js__body.cs__the_pig_and_sty .e-menu-addon__description,
body #container #js__body.cs__the_pig_and_sty .e-menu-addon__price {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .e-menu__sections .e-menu-section__items .e-menu-item__description,
body #container #js__body.cs__the_pig_and_sty .e-menu__sections .e-menu-section__description,
body #container #js__body.cs__the_pig_and_sty .e-menu__keys-label,
body #container #js__body.cs__the_pig_and_sty .e-menu__child-menus-container .e-child-menus__select-label {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_pig_and_sty .e-menu-addon__icon .svg__plus-icon--fill-elem {
  fill: #DDAEA8;
}
body #container #js__body.cs__the_pig_and_sty .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__fill,
body #container #js__body.cs__the_pig_and_sty .e-menu__keys-item .e-menu__keys-icon svg .svg__fill {
  fill: #324266;
}
body #container #js__body.cs__the_pig_and_sty .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__text-fill,
body #container #js__body.cs__the_pig_and_sty .e-menu__keys-item .e-menu__keys-icon svg .svg__text-fill {
  fill: #fff;
}
body #container #js__body.cs__the_pig_and_sty .e-menu__sections .e-menu-section__addons,
body #container #js__body.cs__the_pig_and_sty .e-menu__child-menus-container .e-child-menus__selected {
  border-color: #DDAEA8;
}
body #container #js__body.cs__the_pig_and_sty .e-menu__child-menus-container .e-child-menus__selected.active {
  border-color: rgba(50, 66, 102, 0.18);
}
body #container #js__body.cs__the_pig_and_sty .e-menu__child-menus-container .e-child-menus__selected:after {
  background-image: url("../../images/icon__dropdown-pink.svg");
}
body #container #js__body.cs__the_pig_and_sty .e-menu__keys,
body #container #js__body.cs__the_pig_and_sty .e-menu__child-menus-container .e-child-menus__menus {
  border-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .e-menu__sections .e-menu-section:after {
  background-color: rgba(50, 66, 102, 0.35);
}
body #container #js__body.cs__the_pig_and_sty .m__grid-items__heading,
body #container #js__body.cs__the_pig_and_sty .m__grid-items .m__grid-item__heading {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__grid-items .m__grid-item__content * {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_pig_and_sty .m__content-slider .content-slider__slider .slick-dots li {
  background-color: #DDAEA8;
}
body #container #js__body.cs__the_pig_and_sty .m__content-slider:after {
  background-image: url("../../images/line--pink.svg");
}
body #container #js__body.cs__the_pig_and_sty .m__content-slider .content-slider__slider .slick-arrow {
  background-image: url("../../images/icon__arrow-left-pink.svg");
}
body #container #js__body.cs__the_pig_and_sty .m__content-slider .content-slider__title,
body #container #js__body.cs__the_pig_and_sty .m__content-slider .content-slider__intro-copy {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__content-slider .content-slider__slide-content {
  background-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__image-row + .m__content-block.content-color-white:before,
body #container #js__body.cs__the_pig_and_sty .m__image-row.bg__blue {
  background-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__image-row.has-waved-line .image-row__slider:before {
  background-image: url("../../images/line__mobile--pink.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_pig_and_sty .m__image-row.has-waved-line .image-row__slider:before {
    background-image: url("../../images/line--pink.svg");
  }
}
body #container #js__body.cs__the_pig_and_sty .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
  background-image: url("../../images/line__mobile--pink.svg") !important;
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_pig_and_sty .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
    background-image: url("../../images/line--pink.svg") !important;
  }
}
body #container #js__body.cs__the_pig_and_sty:not(.colour-overrides-active) .m__image-row .image-row__caption.u__txt-blue {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_pig_and_sty .m__image-row .image-row__caption-wrapper {
  background-color: #fff;
}
body #container #js__body.cs__the_pig_and_sty .m__enquiry-form .enquiry-form__subheader,
body #container #js__body.cs__the_pig_and_sty .m__enquiry-form .enquiry-form__header,
body #container #js__body.cs__the_pig_and_sty .m__enquiry-form .enquiry-form__label,
body #container #js__body.cs__the_pig_and_sty .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_pig_and_sty .m__enquiry-form .enquiry-form__select {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_pig_and_sty .m__enquiry-form .enquiry-form__select {
  border-color: #324266;
  background: #fff;
}
body #container #js__body.cs__the_pig_and_sty .m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-pink.svg");
}
body #container #js__body.cs__the_pig_and_sty .m__enquiry-form .enquiry-form__label span {
  color: #DDAEA8;
}
body #container #js__body.cs__the_pig_and_sty .m__text-row .text-row__header,
body #container #js__body.cs__the_pig_and_sty .m__text-row .text-row__content {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__content-cols__heading,
body #container #js__body.cs__the_pig_and_sty .m__content-cols .m__content-col__heading {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__content-cols .m__content-col__content * {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_pig_and_sty .m__content-cols .m__content-col__content strong {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__content-cols .m__content-col .m__content-col-inner:after {
  background-color: rgba(50, 66, 102, 0.3);
}
@media screen and (max-width: 767px) {
  body #container #js__body.cs__the_pig_and_sty .m__content-cols .m__content-col .m__content-col-inner {
    border-color: rgba(50, 66, 102, 0.3);
  }
}
body #container #js__body.cs__the_pig_and_sty .m__find-us-block .find-us-block__subheader,
body #container #js__body.cs__the_pig_and_sty .m__find-us-block .find-us-block__header {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__find-us-block .find-us-block__main-copy,
body #container #js__body.cs__the_pig_and_sty .m__find-us-block .find-us-block__dropdown-content * {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_pig_and_sty .m__find-us-block .find-us-block__dropdown-title {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__boxes .boxes__background {
  background-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .m__boxes .boxes__heading {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .footer-newsletter {
  background-color: #DDAEA8;
}
body #container #js__body.cs__the_pig_and_sty .footer-newsletter .footer-newsletter__title,
body #container #js__body.cs__the_pig_and_sty .footer-newsletter .footer-newsletter__copy,
body #container #js__body.cs__the_pig_and_sty .footer-newsletter .button .submit-input {
  color: #1B2336;
}
body #container #js__body.cs__the_pig_and_sty .footer-newsletter .email-input {
  color: #1B2336;
  border-color: #1B2336;
}
body #container #js__body.cs__the_pig_and_sty .footer-newsletter .email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(27, 35, 54, 0.57);
}
body #container #js__body.cs__the_pig_and_sty .footer-newsletter .email-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(27, 35, 54, 0.57);
}
body #container #js__body.cs__the_pig_and_sty .footer-newsletter .email-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(27, 35, 54, 0.57);
}
body #container #js__body.cs__the_pig_and_sty .footer-newsletter .email-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(27, 35, 54, 0.57);
}
body #container #js__body.cs__the_pig_and_sty .footer-newsletter .button {
  border-color: #1B2336;
  color: #1B2336;
}
body #container #js__body.cs__the_pig_and_sty .footer-newsletter .button:after {
  background-color: #1B2336;
}
body #container #js__body.cs__the_pig_and_sty .footer-newsletter .button:hover .submit-input,
body #container #js__body.cs__the_pig_and_sty .footer-newsletter .button.hover-on {
  color: #fff;
}
body #container #js__body.cs__the_pig_and_sty .footer-newsletter__loader {
  border-top-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .e-card__title,
body #container #js__body.cs__the_pig_and_sty .e-card__times {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .e-card__content {
  background-color: #fff;
}
body #container #js__body.cs__the_pig_and_sty .e-card__content-text {
  color: rgba(50, 66, 102, 0.85);
}
body #container #js__body.cs__the_pig_and_sty .social-links .social-link {
  color: #fff;
}
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item {
  background-color: #fff;
}
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-close {
  background-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-close span:before,
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-close span:after {
  background-color: #DDAEA8;
}
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__heading {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label {
  color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label span {
  color: #DDAEA8;
}
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-pink.svg");
}
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  background-color: #fff;
  color: #324266;
  border-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-webkit-input-placeholder,
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-webkit-input-placeholder,
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-moz-placeholder,
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-moz-placeholder,
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-ms-input-placeholder,
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-ms-input-placeholder,
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-moz-placeholder,
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-moz-placeholder,
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-moz-placeholder { /* Firefox 18- */
  color: rgba(50, 66, 102, 0.57);
}
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date[type=date i]::-webkit-calendar-picker-indicator {
  background-image: url("../../images/icon__calendar-pink.svg");
}
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
body #container #js__body.cs__the_pig_and_sty .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  color: #324266;
  border-color: #DDAEA8;
}
body #container #js__body.cs__the_pig_and_sty .e-booking-sidebar__inner {
  background-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .e-booking-sidebar__close {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px #324266;
          box-shadow: 0px 0px 5px 2px #324266;
}
body #container #js__body.cs__the_pig_and_sty .e-booking-sidebar__close span:before,
body #container #js__body.cs__the_pig_and_sty .e-booking-sidebar__close span:after {
  background-color: #324266;
}
body #container #js__body.cs__the_pig_and_sty .e-booking-sidebar .e-booking-sidebar__subheader,
body #container #js__body.cs__the_pig_and_sty .e-booking-sidebar .e-booking-sidebar__header,
body #container #js__body.cs__the_pig_and_sty .e-booking-sidebar .e-booking-sidebar__content,
body #container #js__body.cs__the_pig_and_sty .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form label {
  color: #fff;
}
body #container #js__body.cs__the_pig_and_sty .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form input,
body #container #js__body.cs__the_pig_and_sty .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form select,
body #container #js__body.cs__the_pig_and_sty .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form .btn.submit.hover-on {
  color: #324266 !important;
}

.js__barba-transition[data-colour-scheme=cs__the_poacher_and_partridge] {
  background-color: #2C3C5C;
}

body #container #js__body.cs__the_poacher_and_partridge {
  background-color: #EEF8F9;
  /***** Modules -- Start *****/
  /***** Modules -- End *****/
}
body #container #js__body.cs__the_poacher_and_partridge footer.footer {
  background-color: #26344E;
}
body #container #js__body.cs__the_poacher_and_partridge.js__nav-scrolled header.header {
  background-color: rgba(44, 60, 92, 0.85);
}
body #container #js__body.cs__the_poacher_and_partridge .nav-popup,
body #container #js__body.cs__the_poacher_and_partridge .nav-popup .nav-poup__main {
  background-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge:not(.colour-overrides-active) .button:not(.button__white) {
  color: #4F316B !important;
}
body #container #js__body.cs__the_poacher_and_partridge:not(.colour-overrides-active) .button:not(.button__blue--footer),
body #container #js__body.cs__the_poacher_and_partridge:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white {
  border-color: #4F316B !important;
}
body #container #js__body.cs__the_poacher_and_partridge:not(.colour-overrides-active) .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_poacher_and_partridge:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white:after {
  background-color: #4F316B !important;
}
body #container #js__body.cs__the_poacher_and_partridge:not(.colour-overrides-active) .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_poacher_and_partridge:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white.hover-on {
  color: #FCFCF1 !important;
}
body #container #js__body.cs__the_poacher_and_partridge:not(.colour-overrides-active) .button.button__white {
  border-color: #EEF8F9 !important;
  color: #EEF8F9 !important;
}
body #container #js__body.cs__the_poacher_and_partridge:not(.colour-overrides-active) .button.button__white:after {
  background-color: #EEF8F9 !important;
}
body #container #js__body.cs__the_poacher_and_partridge:not(.colour-overrides-active) .button.button__white.hover-on {
  color: #2C3C5C !important;
}
body #container #js__body.cs__the_poacher_and_partridge:not(.colour-overrides-active).no-js .button:hover,
body #container #js__body.cs__the_poacher_and_partridge:not(.colour-overrides-active).no-js .m__content-slider .content-slider__slide-content .button.button__white:hover {
  color: #4F316B !important;
}
body #container #js__body.cs__the_poacher_and_partridge:not(.colour-overrides-active).no-js .button.button_white {
  color: #EEF8F9 !important;
}
body #container #js__body.cs__the_poacher_and_partridge .m__hero.hero__has-coloured-bg {
  background-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__hero.hero__has-coloured-bg .hero__background .hero-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#2c3c5c), color-stop(20%, rgba(44, 60, 92, 0)), to(rgba(44, 60, 92, 0)));
  background: linear-gradient(180deg, #2c3c5c 0%, rgba(44, 60, 92, 0) 20%, rgba(44, 60, 92, 0) 100%);
}
body #container #js__body.cs__the_poacher_and_partridge .m__hero .hero__slide.hero__type-transparent .hero__main-header {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__hero .hero__slide.hero__type-transparent .hero__copy {
  color: rgba(44, 60, 92, 0.85);
}
body #container #js__body.cs__the_poacher_and_partridge .m__content-block.content-color-white {
  background-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__content-block.title-across .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 248, 249, 0)), color-stop(15%, rgba(238, 248, 249, 0.5)), color-stop(75%, #EEF8F9));
  background: linear-gradient(0deg, rgba(238, 248, 249, 0) 0%, rgba(238, 248, 249, 0.5) 15%, #EEF8F9 75%);
}
body #container #js__body.cs__the_poacher_and_partridge .m__content-block.title-across.content-color-white .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(44, 60, 92, 0)), color-stop(15%, rgba(44, 60, 92, 0.5)), color-stop(75%, #2C3C5C));
  background: linear-gradient(0deg, rgba(44, 60, 92, 0) 0%, rgba(44, 60, 92, 0.5) 15%, #2C3C5C 75%);
}
body #container #js__body.cs__the_poacher_and_partridge .m__content-block:not(.content-color-white) .content-block__subheader,
body #container #js__body.cs__the_poacher_and_partridge .m__content-block:not(.content-color-white) .content-block__header,
body #container #js__body.cs__the_poacher_and_partridge .m__content-block:not(.content-color-white) .content-block__intro-copy,
body #container #js__body.cs__the_poacher_and_partridge .m__content-block:not(.content-color-white) .content-block__dropdown-title {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__content-block:not(.content-color-white) .content-block__main-copy,
body #container #js__body.cs__the_poacher_and_partridge .m__content-block:not(.content-color-white) .content-block__dropdown-item {
  color: rgba(44, 60, 92, 0.85);
}
body #container #js__body.cs__the_poacher_and_partridge .m__content-block.image-multi.content-color-white:before {
  background-image: url("../../images/line__mobile--purple.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_poacher_and_partridge .m__content-block.image-multi.content-color-white:before {
    background-image: url("../../images/line--purple.svg");
  }
}
body #container #js__body.cs__the_poacher_and_partridge .m__article-slider .article-slider__subheader,
body #container #js__body.cs__the_poacher_and_partridge .m__article-slider .article-slider__header {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__article-slider .article-slider__slide-inner {
  border-color: #4F316B;
}
body #container #js__body.cs__the_poacher_and_partridge .m__articles-list .articles-list__error {
  color: #2C3C5C;
}
@media screen and (max-width: 1050px) {
  body #container #js__body.cs__the_poacher_and_partridge .m__content-block.content-color-blue + .m__image-highlight .image-highlight__text-header,
  body #container #js__body.cs__the_poacher_and_partridge .m__content-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    background-color: #EEF8F9;
  }
}
body #container #js__body.cs__the_poacher_and_partridge .m__image-highlight {
  background-color: #EEF8F9;
}
body #container #js__body.cs__the_poacher_and_partridge .m__image-highlight .image-highlight__subheader,
body #container #js__body.cs__the_poacher_and_partridge .m__image-highlight .image-highlight__header {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__image-highlight .image-highlight__image {
  border-color: #4F316B;
}
body #container #js__body.cs__the_poacher_and_partridge .m__image-highlight .image-highlight__sliders:before {
  background-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__instagram-feed.bg__blue {
  background-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#2C3C5C), color-stop(20%, rgba(44, 60, 92, 0)), to(rgba(44, 60, 92, 0)));
  background: linear-gradient(180deg, #2C3C5C 0%, rgba(44, 60, 92, 0) 20%, rgba(44, 60, 92, 0) 100%);
}
body #container #js__body.cs__the_poacher_and_partridge .m__instagram-feed.bg__blue .button.instagram-feed__button {
  color: #EEF8F9 !important;
}
body #container #js__body.cs__the_poacher_and_partridge .m__instagram-feed.bg__blue .button.instagram-feed__button {
  border-color: #EEF8F9 !important;
  color: #EEF8F9 !important;
}
body #container #js__body.cs__the_poacher_and_partridge .m__instagram-feed.bg__blue .button.instagram-feed__button:after {
  background-color: #EEF8F9 !important;
}
body #container #js__body.cs__the_poacher_and_partridge .m__instagram-feed.bg__blue .button.instagram-feed__button.hover-on {
  color: #2C3C5C !important;
}
body #container #js__body.cs__the_poacher_and_partridge .m__menus {
  background-color: #EEF8F9;
}
body #container #js__body.cs__the_poacher_and_partridge .m__menus__loader {
  border-top-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__menus__filter {
  border-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__menus__filter-item {
  background-color: #EEF8F9;
  color: #2C3C5C;
  border-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__menus__filter-item:not(.active):hover {
  background-color: #4F316B;
  color: #EEF8F9;
}
body #container #js__body.cs__the_poacher_and_partridge .m__menus__filter-item.active {
  background-color: #2C3C5C;
  border-color: #2C3C5C;
  color: #EEF8F9;
}
body #container #js__body.cs__the_poacher_and_partridge .e-menu__intro-heading,
body #container #js__body.cs__the_poacher_and_partridge .e-menu__sections .e-menu-section__heading,
body #container #js__body.cs__the_poacher_and_partridge .e-menu__sections .e-menu-section__items .e-menu-item__heading,
body #container #js__body.cs__the_poacher_and_partridge .e-menu__sections .e-menu-section__items .e-menu-item__name,
body #container #js__body.cs__the_poacher_and_partridge .e-menu__sections .e-menu-section__items .e-menu-item__price,
body #container #js__body.cs__the_poacher_and_partridge .e-menu__child-menus-container .e-child-menus__selected,
body #container #js__body.cs__the_poacher_and_partridge .e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item,
body #container #js__body.cs__the_poacher_and_partridge .e-menu__sections .e-menu-section__wine-prices-label,
body #container #js__body.cs__the_poacher_and_partridge .e-menu__keys-heading,
body #container #js__body.cs__the_poacher_and_partridge .e-menu__sections .e-menu-section__addons-heading,
body #container #js__body.cs__the_poacher_and_partridge .e-menu-addon__description,
body #container #js__body.cs__the_poacher_and_partridge .e-menu-addon__price {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .e-menu__sections .e-menu-section__items .e-menu-item__description,
body #container #js__body.cs__the_poacher_and_partridge .e-menu__sections .e-menu-section__description,
body #container #js__body.cs__the_poacher_and_partridge .e-menu__keys-label,
body #container #js__body.cs__the_poacher_and_partridge .e-menu__child-menus-container .e-child-menus__select-label {
  color: rgba(44, 60, 92, 0.85);
}
body #container #js__body.cs__the_poacher_and_partridge .e-menu-addon__icon .svg__plus-icon--fill-elem {
  fill: #4F316B;
}
body #container #js__body.cs__the_poacher_and_partridge .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__fill,
body #container #js__body.cs__the_poacher_and_partridge .e-menu__keys-item .e-menu__keys-icon svg .svg__fill {
  fill: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__text-fill,
body #container #js__body.cs__the_poacher_and_partridge .e-menu__keys-item .e-menu__keys-icon svg .svg__text-fill {
  fill: #EEF8F9;
}
body #container #js__body.cs__the_poacher_and_partridge .e-menu__sections .e-menu-section__addons,
body #container #js__body.cs__the_poacher_and_partridge .e-menu__child-menus-container .e-child-menus__selected {
  border-color: #4F316B;
}
body #container #js__body.cs__the_poacher_and_partridge .e-menu__child-menus-container .e-child-menus__selected.active {
  border-color: rgba(44, 60, 92, 0.18);
}
body #container #js__body.cs__the_poacher_and_partridge .e-menu__child-menus-container .e-child-menus__selected:after {
  background-image: url("../../images/icon__dropdown-purple.svg");
}
body #container #js__body.cs__the_poacher_and_partridge .e-menu__keys,
body #container #js__body.cs__the_poacher_and_partridge .e-menu__child-menus-container .e-child-menus__menus {
  border-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .e-menu__sections .e-menu-section:after {
  background-color: rgba(44, 60, 92, 0.35);
}
body #container #js__body.cs__the_poacher_and_partridge .m__grid-items__heading,
body #container #js__body.cs__the_poacher_and_partridge .m__grid-items .m__grid-item__heading {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__grid-items .m__grid-item__content * {
  color: rgba(44, 60, 92, 0.85);
}
body #container #js__body.cs__the_poacher_and_partridge .m__content-slider .content-slider__slider .slick-dots li {
  background-color: #4F316B;
}
body #container #js__body.cs__the_poacher_and_partridge .m__content-slider:after {
  background-image: url("../../images/line--purple.svg");
}
body #container #js__body.cs__the_poacher_and_partridge .m__content-slider .content-slider__slider .slick-arrow {
  background-image: url("../../images/icon__arrow-left-purple.svg");
}
body #container #js__body.cs__the_poacher_and_partridge .m__content-slider .content-slider__title,
body #container #js__body.cs__the_poacher_and_partridge .m__content-slider .content-slider__intro-copy {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__content-slider .content-slider__slide-content {
  background-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__image-row + .m__content-block.content-color-white:before,
body #container #js__body.cs__the_poacher_and_partridge .m__image-row.bg__blue {
  background-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__image-row.has-waved-line .image-row__slider:before {
  background-image: url("../../images/line__mobile--purple.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_poacher_and_partridge .m__image-row.has-waved-line .image-row__slider:before {
    background-image: url("../../images/line--purple.svg");
  }
}
body #container #js__body.cs__the_poacher_and_partridge .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
  background-image: url("../../images/line__mobile--light-blue.svg") !important;
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_poacher_and_partridge .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
    background-image: url("../../images/line--light-blue.svg") !important;
  }
}
body #container #js__body.cs__the_poacher_and_partridge:not(.colour-overrides-active) .m__image-row .image-row__caption.u__txt-blue {
  color: rgba(44, 60, 92, 0.85);
}
body #container #js__body.cs__the_poacher_and_partridge .m__image-row .image-row__caption-wrapper {
  background-color: #EEF8F9;
}
body #container #js__body.cs__the_poacher_and_partridge .m__enquiry-form .enquiry-form__subheader,
body #container #js__body.cs__the_poacher_and_partridge .m__enquiry-form .enquiry-form__header,
body #container #js__body.cs__the_poacher_and_partridge .m__enquiry-form .enquiry-form__label,
body #container #js__body.cs__the_poacher_and_partridge .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_poacher_and_partridge .m__enquiry-form .enquiry-form__select {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_poacher_and_partridge .m__enquiry-form .enquiry-form__select {
  border-color: #2C3C5C;
  background: #EEF8F9;
}
body #container #js__body.cs__the_poacher_and_partridge .m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-purple.svg");
}
body #container #js__body.cs__the_poacher_and_partridge .m__enquiry-form .enquiry-form__label span {
  color: #4F316B;
}
body #container #js__body.cs__the_poacher_and_partridge .m__text-row .text-row__header,
body #container #js__body.cs__the_poacher_and_partridge .m__text-row .text-row__content {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__content-cols__heading,
body #container #js__body.cs__the_poacher_and_partridge .m__content-cols .m__content-col__heading {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__content-cols .m__content-col__content * {
  color: rgba(44, 60, 92, 0.85);
}
body #container #js__body.cs__the_poacher_and_partridge .m__content-cols .m__content-col__content strong {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__content-cols .m__content-col .m__content-col-inner:after {
  background-color: rgba(44, 60, 92, 0.3);
}
@media screen and (max-width: 767px) {
  body #container #js__body.cs__the_poacher_and_partridge .m__content-cols .m__content-col .m__content-col-inner {
    border-color: rgba(44, 60, 92, 0.3);
  }
}
body #container #js__body.cs__the_poacher_and_partridge .m__find-us-block .find-us-block__subheader,
body #container #js__body.cs__the_poacher_and_partridge .m__find-us-block .find-us-block__header {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__find-us-block .find-us-block__main-copy,
body #container #js__body.cs__the_poacher_and_partridge .m__find-us-block .find-us-block__dropdown-content * {
  color: rgba(44, 60, 92, 0.85);
}
body #container #js__body.cs__the_poacher_and_partridge .m__find-us-block .find-us-block__dropdown-title {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__boxes .boxes__background {
  background-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .m__boxes .boxes__heading {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .footer-newsletter {
  background-color: #EEF8F9;
}
body #container #js__body.cs__the_poacher_and_partridge .footer-newsletter .footer-newsletter__title,
body #container #js__body.cs__the_poacher_and_partridge .footer-newsletter .footer-newsletter__copy,
body #container #js__body.cs__the_poacher_and_partridge .footer-newsletter .button .submit-input {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .footer-newsletter .email-input {
  color: #2C3C5C;
  border-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .footer-newsletter .email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(44, 60, 92, 0.57);
}
body #container #js__body.cs__the_poacher_and_partridge .footer-newsletter .email-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(44, 60, 92, 0.57);
}
body #container #js__body.cs__the_poacher_and_partridge .footer-newsletter .email-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(44, 60, 92, 0.57);
}
body #container #js__body.cs__the_poacher_and_partridge .footer-newsletter .email-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(44, 60, 92, 0.57);
}
body #container #js__body.cs__the_poacher_and_partridge .footer-newsletter .button {
  border-color: #2C3C5C;
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .footer-newsletter .button:after {
  background-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .footer-newsletter .button:hover .submit-input,
body #container #js__body.cs__the_poacher_and_partridge .footer-newsletter .button.hover-on {
  color: #EEF8F9;
}
body #container #js__body.cs__the_poacher_and_partridge .footer-newsletter__loader {
  border-top-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .e-card__title,
body #container #js__body.cs__the_poacher_and_partridge .e-card__times {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .e-card__content {
  background-color: #EEF8F9;
}
body #container #js__body.cs__the_poacher_and_partridge .e-card__content-text {
  color: rgba(44, 60, 92, 0.85);
}
body #container #js__body.cs__the_poacher_and_partridge .social-links .social-link {
  color: #EEF8F9;
}
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item {
  background-color: #EEF8F9;
}
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-close {
  background-color: #4F316B;
}
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-close span:before,
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-close span:after {
  background-color: #EEF8F9;
}
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__heading {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label {
  color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label span {
  color: #4F316B;
}
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-purple.svg");
}
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  background-color: #EEF8F9;
  color: #2C3C5C;
  border-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-webkit-input-placeholder,
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-webkit-input-placeholder,
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(44, 60, 92, 0.57);
}
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-moz-placeholder,
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-moz-placeholder,
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(44, 60, 92, 0.57);
}
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-ms-input-placeholder,
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-ms-input-placeholder,
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(44, 60, 92, 0.57);
}
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-moz-placeholder,
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-moz-placeholder,
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-moz-placeholder { /* Firefox 18- */
  color: rgba(44, 60, 92, 0.57);
}
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date[type=date i]::-webkit-calendar-picker-indicator {
  background-image: url("../../images/icon__calendar-purple.svg");
}
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
body #container #js__body.cs__the_poacher_and_partridge .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  color: #2C3C5C;
  border-color: #4F316B;
}
body #container #js__body.cs__the_poacher_and_partridge .e-booking-sidebar__inner {
  background-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .e-booking-sidebar__close {
  background-color: #EEF8F9;
  -webkit-box-shadow: 0px 0px 5px 2px #2C3C5C;
          box-shadow: 0px 0px 5px 2px #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .e-booking-sidebar__close span:before,
body #container #js__body.cs__the_poacher_and_partridge .e-booking-sidebar__close span:after {
  background-color: #2C3C5C;
}
body #container #js__body.cs__the_poacher_and_partridge .e-booking-sidebar .e-booking-sidebar__subheader,
body #container #js__body.cs__the_poacher_and_partridge .e-booking-sidebar .e-booking-sidebar__header,
body #container #js__body.cs__the_poacher_and_partridge .e-booking-sidebar .e-booking-sidebar__content,
body #container #js__body.cs__the_poacher_and_partridge .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form label {
  color: #EEF8F9;
}
body #container #js__body.cs__the_poacher_and_partridge .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form input,
body #container #js__body.cs__the_poacher_and_partridge .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form select,
body #container #js__body.cs__the_poacher_and_partridge .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form .btn.submit.hover-on {
  color: #2C3C5C !important;
}

.js__barba-transition[data-colour-scheme=cs__the_lazy_fox] {
  background-color: #04385D;
}

body #container #js__body.cs__the_lazy_fox {
  background-color: #fff;
  /***** Modules -- Start *****/
  /***** Modules -- End *****/
}
body #container #js__body.cs__the_lazy_fox footer.footer {
  background-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox.js__nav-scrolled header.header {
  background-color: rgba(4, 56, 93, 0.85);
}
body #container #js__body.cs__the_lazy_fox .nav-popup,
body #container #js__body.cs__the_lazy_fox .nav-popup .nav-poup__main {
  background-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox:not(.colour-overrides-active) .button:not(.button__white) {
  color: #04385D !important;
}
body #container #js__body.cs__the_lazy_fox:not(.colour-overrides-active) .button:not(.button__blue--footer),
body #container #js__body.cs__the_lazy_fox:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white {
  border-color: #CEA433 !important;
}
body #container #js__body.cs__the_lazy_fox:not(.colour-overrides-active) .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_lazy_fox:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white:after {
  background-color: #CEA433 !important;
}
body #container #js__body.cs__the_lazy_fox:not(.colour-overrides-active) .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_lazy_fox:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white.hover-on {
  color: #FAFAF2 !important;
}
body #container #js__body.cs__the_lazy_fox:not(.colour-overrides-active) .button.button__white {
  color: #FAFAF2 !important;
}
body #container #js__body.cs__the_lazy_fox:not(.colour-overrides-active).no-js .button:hover,
body #container #js__body.cs__the_lazy_fox:not(.colour-overrides-active).no-js .m__content-slider .content-slider__slide-content .button.button__white:hover {
  color: #04385D !important;
}
body #container #js__body.cs__the_lazy_fox:not(.colour-overrides-active).no-js .button.button_white {
  color: #FAFAF2 !important;
}
body #container #js__body.cs__the_lazy_fox .m__hero.hero__has-coloured-bg {
  background-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__hero.hero__has-coloured-bg .hero__background .hero-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#04385d), color-stop(20%, rgba(4, 56, 93, 0)), to(rgba(4, 56, 93, 0)));
  background: linear-gradient(180deg, #04385d 0%, rgba(4, 56, 93, 0) 20%, rgba(4, 56, 93, 0) 100%);
}
body #container #js__body.cs__the_lazy_fox .m__hero .hero__slide.hero__type-transparent .hero__main-header {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__hero .hero__slide.hero__type-transparent .hero__copy {
  color: rgba(4, 56, 93, 0.85);
}
body #container #js__body.cs__the_lazy_fox .m__content-block.content-color-white {
  background-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__content-block.title-across .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.5)), color-stop(75%, #fff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 15%, #fff 75%);
}
body #container #js__body.cs__the_lazy_fox .m__content-block.title-across.content-color-white .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(4, 56, 93, 0)), color-stop(15%, rgba(4, 56, 93, 0.5)), color-stop(75%, #04385D));
  background: linear-gradient(0deg, rgba(4, 56, 93, 0) 0%, rgba(4, 56, 93, 0.5) 15%, #04385D 75%);
}
body #container #js__body.cs__the_lazy_fox .m__content-block:not(.content-color-white) .content-block__subheader,
body #container #js__body.cs__the_lazy_fox .m__content-block:not(.content-color-white) .content-block__header,
body #container #js__body.cs__the_lazy_fox .m__content-block:not(.content-color-white) .content-block__intro-copy,
body #container #js__body.cs__the_lazy_fox .m__content-block:not(.content-color-white) .content-block__dropdown-title {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__content-block:not(.content-color-white) .content-block__main-copy,
body #container #js__body.cs__the_lazy_fox .m__content-block:not(.content-color-white) .content-block__dropdown-item {
  color: rgba(4, 56, 93, 0.85);
}
body #container #js__body.cs__the_lazy_fox .m__content-block.image-multi.content-color-white:before {
  background-image: url("../../images/line__mobile--gold.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_lazy_fox .m__content-block.image-multi.content-color-white:before {
    background-image: url("../../images/line--gold.svg");
  }
}
body #container #js__body.cs__the_lazy_fox .m__article-slider .article-slider__subheader,
body #container #js__body.cs__the_lazy_fox .m__article-slider .article-slider__header {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__article-slider .article-slider__slide-inner {
  border-color: #CEA433;
}
body #container #js__body.cs__the_lazy_fox .m__articles-list .articles-list__error {
  color: #04385D;
}
@media screen and (max-width: 1050px) {
  body #container #js__body.cs__the_lazy_fox .m__content-block.content-color-blue + .m__image-highlight .image-highlight__text-header,
  body #container #js__body.cs__the_lazy_fox .m__content-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    background-color: #fff;
  }
}
body #container #js__body.cs__the_lazy_fox .m__image-highlight {
  background-color: #fff;
}
body #container #js__body.cs__the_lazy_fox .m__image-highlight .image-highlight__subheader,
body #container #js__body.cs__the_lazy_fox .m__image-highlight .image-highlight__header {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__image-highlight .image-highlight__image {
  border-color: #CEA433;
}
body #container #js__body.cs__the_lazy_fox .m__image-highlight .image-highlight__sliders:before {
  background-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__instagram-feed.bg__blue {
  background-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#04385D), color-stop(20%, rgba(4, 56, 93, 0)), to(rgba(4, 56, 93, 0)));
  background: linear-gradient(180deg, #04385D 0%, rgba(4, 56, 93, 0) 20%, rgba(4, 56, 93, 0) 100%);
}
body #container #js__body.cs__the_lazy_fox .m__instagram-feed.bg__blue .button.instagram-feed__button {
  color: #fff !important;
}
body #container #js__body.cs__the_lazy_fox .m__menus {
  background-color: #fff;
}
body #container #js__body.cs__the_lazy_fox .m__menus__loader {
  border-top-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__menus__filter {
  border-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__menus__filter-item {
  background-color: #fff;
  color: #04385D;
  border-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__menus__filter-item:not(.active):hover {
  background-color: #CEA433;
  color: #fff;
}
body #container #js__body.cs__the_lazy_fox .m__menus__filter-item.active {
  background-color: #04385D;
  border-color: #04385D;
  color: #fff;
}
body #container #js__body.cs__the_lazy_fox .e-menu__intro-heading,
body #container #js__body.cs__the_lazy_fox .e-menu__sections .e-menu-section__heading,
body #container #js__body.cs__the_lazy_fox .e-menu__sections .e-menu-section__items .e-menu-item__heading,
body #container #js__body.cs__the_lazy_fox .e-menu__sections .e-menu-section__items .e-menu-item__name,
body #container #js__body.cs__the_lazy_fox .e-menu__sections .e-menu-section__items .e-menu-item__price,
body #container #js__body.cs__the_lazy_fox .e-menu__child-menus-container .e-child-menus__selected,
body #container #js__body.cs__the_lazy_fox .e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item,
body #container #js__body.cs__the_lazy_fox .e-menu__sections .e-menu-section__wine-prices-label,
body #container #js__body.cs__the_lazy_fox .e-menu__keys-heading,
body #container #js__body.cs__the_lazy_fox .e-menu__sections .e-menu-section__addons-heading,
body #container #js__body.cs__the_lazy_fox .e-menu-addon__description,
body #container #js__body.cs__the_lazy_fox .e-menu-addon__price {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .e-menu__sections .e-menu-section__items .e-menu-item__description,
body #container #js__body.cs__the_lazy_fox .e-menu__sections .e-menu-section__description,
body #container #js__body.cs__the_lazy_fox .e-menu__keys-label,
body #container #js__body.cs__the_lazy_fox .e-menu__child-menus-container .e-child-menus__select-label {
  color: rgba(4, 56, 93, 0.85);
}
body #container #js__body.cs__the_lazy_fox .e-menu-addon__icon .svg__plus-icon--fill-elem {
  fill: #CEA433;
}
body #container #js__body.cs__the_lazy_fox .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__fill,
body #container #js__body.cs__the_lazy_fox .e-menu__keys-item .e-menu__keys-icon svg .svg__fill {
  fill: #04385D;
}
body #container #js__body.cs__the_lazy_fox .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__text-fill,
body #container #js__body.cs__the_lazy_fox .e-menu__keys-item .e-menu__keys-icon svg .svg__text-fill {
  fill: #fff;
}
body #container #js__body.cs__the_lazy_fox .e-menu__sections .e-menu-section__addons,
body #container #js__body.cs__the_lazy_fox .e-menu__child-menus-container .e-child-menus__selected {
  border-color: #CEA433;
}
body #container #js__body.cs__the_lazy_fox .e-menu__child-menus-container .e-child-menus__selected.active {
  border-color: rgba(4, 56, 93, 0.18);
}
body #container #js__body.cs__the_lazy_fox .e-menu__child-menus-container .e-child-menus__selected:after {
  background-image: url("../../images/icon__dropdown-gold.svg");
}
body #container #js__body.cs__the_lazy_fox .e-menu__keys,
body #container #js__body.cs__the_lazy_fox .e-menu__child-menus-container .e-child-menus__menus {
  border-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .e-menu__sections .e-menu-section:after {
  background-color: rgba(4, 56, 93, 0.35);
}
body #container #js__body.cs__the_lazy_fox .m__grid-items__heading,
body #container #js__body.cs__the_lazy_fox .m__grid-items .m__grid-item__heading {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__grid-items .m__grid-item__content * {
  color: rgba(4, 56, 93, 0.85);
}
body #container #js__body.cs__the_lazy_fox .m__content-slider .content-slider__slider .slick-dots li {
  background-color: #CEA433;
}
body #container #js__body.cs__the_lazy_fox .m__content-slider:after {
  background-image: url("../../images/line--gold.svg");
}
body #container #js__body.cs__the_lazy_fox .m__content-slider .content-slider__slider .slick-arrow {
  background-image: url("../../images/icon__arrow-left-gold.svg");
}
body #container #js__body.cs__the_lazy_fox .m__content-slider .content-slider__title,
body #container #js__body.cs__the_lazy_fox .m__content-slider .content-slider__intro-copy {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__content-slider .content-slider__slide-content {
  background-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__image-row + .m__content-block.content-color-white:before,
body #container #js__body.cs__the_lazy_fox .m__image-row.bg__blue {
  background-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__image-row.has-waved-line .image-row__slider:before {
  background-image: url("../../images/line__mobile--gold.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_lazy_fox .m__image-row.has-waved-line .image-row__slider:before {
    background-image: url("../../images/line--gold.svg");
  }
}
body #container #js__body.cs__the_lazy_fox .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
  background-image: url("../../images/line__mobile--gold.svg") !important;
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_lazy_fox .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
    background-image: url("../../images/line--gold.svg") !important;
  }
}
body #container #js__body.cs__the_lazy_fox:not(.colour-overrides-active) .m__image-row .image-row__caption.u__txt-blue {
  color: rgba(4, 56, 93, 0.85);
}
body #container #js__body.cs__the_lazy_fox .m__image-row .image-row__caption-wrapper {
  background-color: #fff;
}
body #container #js__body.cs__the_lazy_fox .m__enquiry-form .enquiry-form__subheader,
body #container #js__body.cs__the_lazy_fox .m__enquiry-form .enquiry-form__header,
body #container #js__body.cs__the_lazy_fox .m__enquiry-form .enquiry-form__label,
body #container #js__body.cs__the_lazy_fox .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_lazy_fox .m__enquiry-form .enquiry-form__select {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_lazy_fox .m__enquiry-form .enquiry-form__select {
  border-color: #04385D;
  background: #fff;
}
body #container #js__body.cs__the_lazy_fox .m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-gold.svg");
}
body #container #js__body.cs__the_lazy_fox .m__enquiry-form .enquiry-form__label span {
  color: #CEA433;
}
body #container #js__body.cs__the_lazy_fox .m__text-row .text-row__header,
body #container #js__body.cs__the_lazy_fox .m__text-row .text-row__content {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__content-cols__heading,
body #container #js__body.cs__the_lazy_fox .m__content-cols .m__content-col__heading {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__content-cols .m__content-col__content * {
  color: rgba(4, 56, 93, 0.85);
}
body #container #js__body.cs__the_lazy_fox .m__content-cols .m__content-col__content strong {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__content-cols .m__content-col .m__content-col-inner:after {
  background-color: rgba(4, 56, 93, 0.3);
}
@media screen and (max-width: 767px) {
  body #container #js__body.cs__the_lazy_fox .m__content-cols .m__content-col .m__content-col-inner {
    border-color: rgba(4, 56, 93, 0.3);
  }
}
body #container #js__body.cs__the_lazy_fox .m__find-us-block .find-us-block__subheader,
body #container #js__body.cs__the_lazy_fox .m__find-us-block .find-us-block__header {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__find-us-block .find-us-block__main-copy,
body #container #js__body.cs__the_lazy_fox .m__find-us-block .find-us-block__dropdown-content * {
  color: rgba(4, 56, 93, 0.85);
}
body #container #js__body.cs__the_lazy_fox .m__find-us-block .find-us-block__dropdown-title {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__boxes .boxes__background {
  background-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .m__boxes .boxes__heading {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .footer-newsletter {
  background-color: #CEA433;
}
body #container #js__body.cs__the_lazy_fox .footer-newsletter .footer-newsletter__title,
body #container #js__body.cs__the_lazy_fox .footer-newsletter .footer-newsletter__copy,
body #container #js__body.cs__the_lazy_fox .footer-newsletter .button .submit-input {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .footer-newsletter .email-input {
  color: #04385D;
  border-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .footer-newsletter .email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(4, 56, 93, 0.57);
}
body #container #js__body.cs__the_lazy_fox .footer-newsletter .email-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(4, 56, 93, 0.57);
}
body #container #js__body.cs__the_lazy_fox .footer-newsletter .email-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(4, 56, 93, 0.57);
}
body #container #js__body.cs__the_lazy_fox .footer-newsletter .email-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(4, 56, 93, 0.57);
}
body #container #js__body.cs__the_lazy_fox .footer-newsletter .button {
  border-color: #04385D;
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .footer-newsletter .button:after {
  background-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .footer-newsletter .button:hover .submit-input,
body #container #js__body.cs__the_lazy_fox .footer-newsletter .button.hover-on {
  color: #CEA433;
}
body #container #js__body.cs__the_lazy_fox .footer-newsletter__loader {
  border-top-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .e-card__title,
body #container #js__body.cs__the_lazy_fox .e-card__times {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .e-card__content {
  background-color: #fff;
}
body #container #js__body.cs__the_lazy_fox .e-card__content-text {
  color: rgba(4, 56, 93, 0.85);
}
body #container #js__body.cs__the_lazy_fox .social-links .social-link {
  color: #fff;
}
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item {
  background-color: #fff;
}
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-close {
  background-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-close span:before,
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-close span:after {
  background-color: #CEA433;
}
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__heading {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label {
  color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label span {
  color: #CEA433;
}
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-gold.svg");
}
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  background-color: #fff;
  color: #04385D;
  border-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-webkit-input-placeholder,
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-webkit-input-placeholder,
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(4, 56, 93, 0.57);
}
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-moz-placeholder,
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-moz-placeholder,
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(4, 56, 93, 0.57);
}
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-ms-input-placeholder,
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-ms-input-placeholder,
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(4, 56, 93, 0.57);
}
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-moz-placeholder,
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-moz-placeholder,
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-moz-placeholder { /* Firefox 18- */
  color: rgba(4, 56, 93, 0.57);
}
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date[type=date i]::-webkit-calendar-picker-indicator {
  background-image: url("../../images/icon__calendar-gold.svg");
}
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
body #container #js__body.cs__the_lazy_fox .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  color: #04385D;
  border-color: #CEA433;
}
body #container #js__body.cs__the_lazy_fox .e-booking-sidebar__inner {
  background-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .e-booking-sidebar__close {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px #04385D;
          box-shadow: 0px 0px 5px 2px #04385D;
}
body #container #js__body.cs__the_lazy_fox .e-booking-sidebar__close span:before,
body #container #js__body.cs__the_lazy_fox .e-booking-sidebar__close span:after {
  background-color: #04385D;
}
body #container #js__body.cs__the_lazy_fox .e-booking-sidebar .e-booking-sidebar__subheader,
body #container #js__body.cs__the_lazy_fox .e-booking-sidebar .e-booking-sidebar__header,
body #container #js__body.cs__the_lazy_fox .e-booking-sidebar .e-booking-sidebar__content,
body #container #js__body.cs__the_lazy_fox .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form label {
  color: #fff;
}
body #container #js__body.cs__the_lazy_fox .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form input,
body #container #js__body.cs__the_lazy_fox .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form select,
body #container #js__body.cs__the_lazy_fox .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form .btn.submit.hover-on {
  color: #04385D !important;
}

.js__barba-transition[data-colour-scheme=cs__the_pheasant_plucker] {
  background-color: #1C274E;
}

body #container #js__body.cs__the_pheasant_plucker {
  background-color: #EFE8DF;
  /***** Modules -- Start *****/
  /***** Modules -- End *****/
}
body #container #js__body.cs__the_pheasant_plucker footer.footer {
  background-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker.js__nav-scrolled header.header {
  background-color: rgba(28, 39, 78, 0.85);
}
body #container #js__body.cs__the_pheasant_plucker .nav-popup,
body #container #js__body.cs__the_pheasant_plucker .nav-popup .nav-poup__main {
  background-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker:not(.colour-overrides-active) .button:not(.button__white) {
  color: #1C274E !important;
}
body #container #js__body.cs__the_pheasant_plucker:not(.colour-overrides-active) .button:not(.button__blue--footer) {
  border-color: #662410 !important;
}
body #container #js__body.cs__the_pheasant_plucker:not(.colour-overrides-active) .button:not(.button__blue--footer):after {
  background-color: #662410 !important;
}
body #container #js__body.cs__the_pheasant_plucker:not(.colour-overrides-active) .button:not(.button__blue--footer).hover-on {
  color: #FAFAF2 !important;
}
body #container #js__body.cs__the_pheasant_plucker:not(.colour-overrides-active) .button.button__white {
  color: #FAF7F2 !important;
  border-color: #FAF7F2 !important;
}
body #container #js__body.cs__the_pheasant_plucker:not(.colour-overrides-active) .button.button__white:after {
  background-color: #FAF7F2 !important;
}
body #container #js__body.cs__the_pheasant_plucker:not(.colour-overrides-active) .button.button__white.hover-on {
  color: #662410 !important;
}
body #container #js__body.cs__the_pheasant_plucker:not(.colour-overrides-active).no-js .button:hover {
  color: #1C274E !important;
}
body #container #js__body.cs__the_pheasant_plucker:not(.colour-overrides-active).no-js .button.button_white {
  color: #FAF7F2 !important;
}
body #container #js__body.cs__the_pheasant_plucker .m__hero.hero__has-coloured-bg {
  background-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__hero.hero__has-coloured-bg .hero__background .hero-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#1c274e), color-stop(20%, rgba(28, 39, 78, 0)), to(rgba(28, 39, 78, 0)));
  background: linear-gradient(180deg, #1c274e 0%, rgba(28, 39, 78, 0) 20%, rgba(28, 39, 78, 0) 100%);
}
body #container #js__body.cs__the_pheasant_plucker .m__hero .hero__slide.hero__type-transparent .hero__main-header {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__hero .hero__slide.hero__type-transparent .hero__copy {
  color: rgba(28, 39, 78, 0.85);
}
body #container #js__body.cs__the_pheasant_plucker .m__content-block.content-color-white {
  background-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__content-block.title-across .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(239, 232, 223, 0)), color-stop(15%, rgba(239, 232, 223, 0.5)), color-stop(75%, #EFE8DF));
  background: linear-gradient(0deg, rgba(239, 232, 223, 0) 0%, rgba(239, 232, 223, 0.5) 15%, #EFE8DF 75%);
}
body #container #js__body.cs__the_pheasant_plucker .m__content-block.title-across.content-color-white .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 39, 78, 0)), color-stop(15%, rgba(28, 39, 78, 0.5)), color-stop(75%, #1C274E));
  background: linear-gradient(0deg, rgba(28, 39, 78, 0) 0%, rgba(28, 39, 78, 0.5) 15%, #1C274E 75%);
}
body #container #js__body.cs__the_pheasant_plucker .m__content-block:not(.content-color-white) .content-block__subheader,
body #container #js__body.cs__the_pheasant_plucker .m__content-block:not(.content-color-white) .content-block__header,
body #container #js__body.cs__the_pheasant_plucker .m__content-block:not(.content-color-white) .content-block__intro-copy,
body #container #js__body.cs__the_pheasant_plucker .m__content-block:not(.content-color-white) .content-block__dropdown-title {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__content-block:not(.content-color-white) .content-block__main-copy,
body #container #js__body.cs__the_pheasant_plucker .m__content-block:not(.content-color-white) .content-block__dropdown-item {
  color: rgba(28, 39, 78, 0.85);
}
body #container #js__body.cs__the_pheasant_plucker .m__content-block.image-multi.content-color-white:before {
  background-image: url("../../images/line__mobile--wine.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_pheasant_plucker .m__content-block.image-multi.content-color-white:before {
    background-image: url("../../images/line--wine.svg");
  }
}
body #container #js__body.cs__the_pheasant_plucker .m__article-slider .article-slider__subheader,
body #container #js__body.cs__the_pheasant_plucker .m__article-slider .article-slider__header {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__article-slider .article-slider__slide-inner {
  border-color: #662410;
}
body #container #js__body.cs__the_pheasant_plucker .m__articles-list .articles-list__error {
  color: #1C274E;
}
@media screen and (max-width: 1050px) {
  body #container #js__body.cs__the_pheasant_plucker .m__content-block.content-color-blue + .m__image-highlight .image-highlight__text-header,
  body #container #js__body.cs__the_pheasant_plucker .m__content-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    background-color: #EFE8DF;
  }
}
body #container #js__body.cs__the_pheasant_plucker .m__image-highlight {
  background-color: #EFE8DF;
}
body #container #js__body.cs__the_pheasant_plucker .m__image-highlight .image-highlight__subheader,
body #container #js__body.cs__the_pheasant_plucker .m__image-highlight .image-highlight__header {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__image-highlight .image-highlight__image {
  border-color: #662410;
}
body #container #js__body.cs__the_pheasant_plucker .m__image-highlight .image-highlight__sliders:before {
  background-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__instagram-feed.bg__blue {
  background-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#1C274E), color-stop(20%, rgba(28, 39, 78, 0)), to(rgba(28, 39, 78, 0)));
  background: linear-gradient(180deg, #1C274E 0%, rgba(28, 39, 78, 0) 20%, rgba(28, 39, 78, 0) 100%);
}
body #container #js__body.cs__the_pheasant_plucker .m__instagram-feed.bg__blue .button.instagram-feed__button {
  color: #FAF7F2 !important;
  border-color: #FAF7F2 !important;
}
body #container #js__body.cs__the_pheasant_plucker .m__instagram-feed.bg__blue .button.instagram-feed__button:after {
  background-color: #FAF7F2 !important;
}
body #container #js__body.cs__the_pheasant_plucker .m__instagram-feed.bg__blue .button.instagram-feed__button.hover-on {
  color: #662410 !important;
}
body #container #js__body.cs__the_pheasant_plucker .m__menus {
  background-color: #EFE8DF;
}
body #container #js__body.cs__the_pheasant_plucker .m__menus__loader {
  border-top-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__menus__filter {
  border-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__menus__filter-item {
  background-color: #EFE8DF;
  color: #1C274E;
  border-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__menus__filter-item:not(.active):hover {
  background-color: #662410;
  color: #EFE8DF;
}
body #container #js__body.cs__the_pheasant_plucker .m__menus__filter-item.active {
  background-color: #1C274E;
  border-color: #1C274E;
  color: #EFE8DF;
}
body #container #js__body.cs__the_pheasant_plucker .e-menu__intro-heading,
body #container #js__body.cs__the_pheasant_plucker .e-menu__sections .e-menu-section__heading,
body #container #js__body.cs__the_pheasant_plucker .e-menu__sections .e-menu-section__items .e-menu-item__heading,
body #container #js__body.cs__the_pheasant_plucker .e-menu__sections .e-menu-section__items .e-menu-item__name,
body #container #js__body.cs__the_pheasant_plucker .e-menu__sections .e-menu-section__items .e-menu-item__price,
body #container #js__body.cs__the_pheasant_plucker .e-menu__child-menus-container .e-child-menus__selected,
body #container #js__body.cs__the_pheasant_plucker .e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item,
body #container #js__body.cs__the_pheasant_plucker .e-menu__sections .e-menu-section__wine-prices-label,
body #container #js__body.cs__the_pheasant_plucker .e-menu__keys-heading,
body #container #js__body.cs__the_pheasant_plucker .e-menu__sections .e-menu-section__addons-heading,
body #container #js__body.cs__the_pheasant_plucker .e-menu-addon__description,
body #container #js__body.cs__the_pheasant_plucker .e-menu-addon__price {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .e-menu__sections .e-menu-section__items .e-menu-item__description,
body #container #js__body.cs__the_pheasant_plucker .e-menu__sections .e-menu-section__description,
body #container #js__body.cs__the_pheasant_plucker .e-menu__keys-label,
body #container #js__body.cs__the_pheasant_plucker .e-menu__child-menus-container .e-child-menus__select-label {
  color: rgba(28, 39, 78, 0.85);
}
body #container #js__body.cs__the_pheasant_plucker .e-menu-addon__icon .svg__plus-icon--fill-elem {
  fill: #662410;
}
body #container #js__body.cs__the_pheasant_plucker .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__fill,
body #container #js__body.cs__the_pheasant_plucker .e-menu__keys-item .e-menu__keys-icon svg .svg__fill {
  fill: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__text-fill,
body #container #js__body.cs__the_pheasant_plucker .e-menu__keys-item .e-menu__keys-icon svg .svg__text-fill {
  fill: #FFFCFC;
}
body #container #js__body.cs__the_pheasant_plucker .e-menu__sections .e-menu-section__addons,
body #container #js__body.cs__the_pheasant_plucker .e-menu__child-menus-container .e-child-menus__selected {
  border-color: #662410;
}
body #container #js__body.cs__the_pheasant_plucker .e-menu__child-menus-container .e-child-menus__selected.active {
  border-color: rgba(28, 39, 78, 0.18);
}
body #container #js__body.cs__the_pheasant_plucker .e-menu__child-menus-container .e-child-menus__selected:after {
  background-image: url("../../images/icon__dropdown-wine.svg");
}
body #container #js__body.cs__the_pheasant_plucker .e-menu__keys,
body #container #js__body.cs__the_pheasant_plucker .e-menu__child-menus-container .e-child-menus__menus {
  border-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .e-menu__sections .e-menu-section:after {
  background-color: rgba(28, 39, 78, 0.35);
}
body #container #js__body.cs__the_pheasant_plucker .m__grid-items__heading,
body #container #js__body.cs__the_pheasant_plucker .m__grid-items .m__grid-item__heading {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__grid-items .m__grid-item__content * {
  color: rgba(28, 39, 78, 0.85);
}
body #container #js__body.cs__the_pheasant_plucker .m__content-slider .content-slider__slider .slick-dots li {
  background-color: #662410;
}
body #container #js__body.cs__the_pheasant_plucker .m__content-slider:after {
  background-image: url("../../images/line--wine.svg");
}
body #container #js__body.cs__the_pheasant_plucker .m__content-slider .content-slider__slider .slick-arrow {
  background-image: url("../../images/icon__arrow-left-wine.svg");
}
body #container #js__body.cs__the_pheasant_plucker .m__content-slider .content-slider__title,
body #container #js__body.cs__the_pheasant_plucker .m__content-slider .content-slider__intro-copy {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__content-slider .content-slider__slide-content {
  background-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__image-row + .m__content-block.content-color-white:before,
body #container #js__body.cs__the_pheasant_plucker .m__image-row.bg__blue {
  background-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__image-row.has-waved-line .image-row__slider:before {
  background-image: url("../../images/line__mobile--wine.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_pheasant_plucker .m__image-row.has-waved-line .image-row__slider:before {
    background-image: url("../../images/line--wine.svg");
  }
}
body #container #js__body.cs__the_pheasant_plucker .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
  background-image: url("../../images/line__mobile--cream.svg") !important;
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_pheasant_plucker .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
    background-image: url("../../images/line--cream.svg") !important;
  }
}
body #container #js__body.cs__the_pheasant_plucker:not(.colour-overrides-active) .m__image-row .image-row__caption.u__txt-blue {
  color: rgba(28, 39, 78, 0.85);
}
body #container #js__body.cs__the_pheasant_plucker .m__image-row .image-row__caption-wrapper {
  background-color: #EFE8DF;
}
body #container #js__body.cs__the_pheasant_plucker .m__enquiry-form .enquiry-form__subheader,
body #container #js__body.cs__the_pheasant_plucker .m__enquiry-form .enquiry-form__header,
body #container #js__body.cs__the_pheasant_plucker .m__enquiry-form .enquiry-form__label,
body #container #js__body.cs__the_pheasant_plucker .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_pheasant_plucker .m__enquiry-form .enquiry-form__select {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_pheasant_plucker .m__enquiry-form .enquiry-form__select {
  border-color: #1C274E;
  background: #EFE8DF;
}
body #container #js__body.cs__the_pheasant_plucker .m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-wine.svg");
}
body #container #js__body.cs__the_pheasant_plucker .m__enquiry-form .enquiry-form__label span {
  color: #662410;
}
body #container #js__body.cs__the_pheasant_plucker .m__text-row .text-row__header,
body #container #js__body.cs__the_pheasant_plucker .m__text-row .text-row__content {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__content-cols__heading,
body #container #js__body.cs__the_pheasant_plucker .m__content-cols .m__content-col__heading {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__content-cols .m__content-col__content * {
  color: rgba(28, 39, 78, 0.85);
}
body #container #js__body.cs__the_pheasant_plucker .m__content-cols .m__content-col__content strong {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__content-cols .m__content-col .m__content-col-inner:after {
  background-color: rgba(28, 39, 78, 0.3);
}
@media screen and (max-width: 767px) {
  body #container #js__body.cs__the_pheasant_plucker .m__content-cols .m__content-col .m__content-col-inner {
    border-color: rgba(28, 39, 78, 0.3);
  }
}
body #container #js__body.cs__the_pheasant_plucker .m__find-us-block .find-us-block__subheader,
body #container #js__body.cs__the_pheasant_plucker .m__find-us-block .find-us-block__header {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__find-us-block .find-us-block__main-copy,
body #container #js__body.cs__the_pheasant_plucker .m__find-us-block .find-us-block__dropdown-content * {
  color: rgba(28, 39, 78, 0.85);
}
body #container #js__body.cs__the_pheasant_plucker .m__find-us-block .find-us-block__dropdown-title {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__boxes .boxes__background {
  background-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .m__boxes .boxes__heading {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .footer-newsletter {
  background-color: #662410;
}
body #container #js__body.cs__the_pheasant_plucker .footer-newsletter .footer-newsletter__title,
body #container #js__body.cs__the_pheasant_plucker .footer-newsletter .footer-newsletter__copy,
body #container #js__body.cs__the_pheasant_plucker .footer-newsletter .button .submit-input {
  color: #FAF7F2;
}
body #container #js__body.cs__the_pheasant_plucker .footer-newsletter .email-input {
  color: #FAF7F2;
  border-color: #FAF7F2;
}
body #container #js__body.cs__the_pheasant_plucker .footer-newsletter .email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(250, 247, 242, 0.57);
}
body #container #js__body.cs__the_pheasant_plucker .footer-newsletter .email-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(250, 247, 242, 0.57);
}
body #container #js__body.cs__the_pheasant_plucker .footer-newsletter .email-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(250, 247, 242, 0.57);
}
body #container #js__body.cs__the_pheasant_plucker .footer-newsletter .email-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(250, 247, 242, 0.57);
}
body #container #js__body.cs__the_pheasant_plucker .footer-newsletter .button {
  border-color: #FAF7F2;
  color: #FAF7F2;
}
body #container #js__body.cs__the_pheasant_plucker .footer-newsletter .button:after {
  background-color: #FAF7F2;
}
body #container #js__body.cs__the_pheasant_plucker .footer-newsletter .button:hover .submit-input,
body #container #js__body.cs__the_pheasant_plucker .footer-newsletter .button.hover-on {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .footer-newsletter__loader {
  border-top-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .e-card__title,
body #container #js__body.cs__the_pheasant_plucker .e-card__times {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .e-card__content {
  background-color: #EFE8DF;
}
body #container #js__body.cs__the_pheasant_plucker .e-card__content-text {
  color: rgba(28, 39, 78, 0.85);
}
body #container #js__body.cs__the_pheasant_plucker .social-links .social-link {
  color: #FAF7F2;
}
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item {
  background-color: #EFE8DF;
}
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-close {
  background-color: #662410;
}
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-close span:before,
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-close span:after {
  background-color: #EFE8DF;
}
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__heading {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label {
  color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label span {
  color: #662410;
}
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-wine.svg");
}
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  background-color: #EFE8DF;
  color: #1C274E;
  border-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-webkit-input-placeholder,
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-webkit-input-placeholder,
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(28, 39, 78, 0.57);
}
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-moz-placeholder,
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-moz-placeholder,
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(28, 39, 78, 0.57);
}
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-ms-input-placeholder,
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-ms-input-placeholder,
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(28, 39, 78, 0.57);
}
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-moz-placeholder,
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-moz-placeholder,
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-moz-placeholder { /* Firefox 18- */
  color: rgba(28, 39, 78, 0.57);
}
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date[type=date i]::-webkit-calendar-picker-indicator {
  background-image: url("../../images/icon__calendar-wine.svg");
}
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
body #container #js__body.cs__the_pheasant_plucker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  color: #1C274E;
  border-color: #662410;
}
body #container #js__body.cs__the_pheasant_plucker .e-booking-sidebar__inner {
  background-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .e-booking-sidebar__close {
  background-color: #EFE8DF;
  -webkit-box-shadow: 0px 0px 5px 2px #1C274E;
          box-shadow: 0px 0px 5px 2px #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .e-booking-sidebar__close span:before,
body #container #js__body.cs__the_pheasant_plucker .e-booking-sidebar__close span:after {
  background-color: #1C274E;
}
body #container #js__body.cs__the_pheasant_plucker .e-booking-sidebar .e-booking-sidebar__subheader,
body #container #js__body.cs__the_pheasant_plucker .e-booking-sidebar .e-booking-sidebar__header,
body #container #js__body.cs__the_pheasant_plucker .e-booking-sidebar .e-booking-sidebar__content,
body #container #js__body.cs__the_pheasant_plucker .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form label {
  color: #EFE8DF;
}
body #container #js__body.cs__the_pheasant_plucker .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form input,
body #container #js__body.cs__the_pheasant_plucker .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form select,
body #container #js__body.cs__the_pheasant_plucker .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form .btn.submit.hover-on {
  color: #1C274E !important;
}

.js__barba-transition[data-colour-scheme=cs__the_potting_shed] {
  background-color: #386658;
}

body #container #js__body.cs__the_potting_shed {
  background-color: #fff;
  /***** Modules -- Start *****/
  /***** Modules -- End *****/
}
body #container #js__body.cs__the_potting_shed footer.footer {
  background-color: #283930;
}
body #container #js__body.cs__the_potting_shed.js__nav-scrolled header.header {
  background-color: rgba(56, 102, 88, 0.85);
}
body #container #js__body.cs__the_potting_shed .nav-popup,
body #container #js__body.cs__the_potting_shed .nav-popup .nav-poup__main {
  background-color: #386658;
}
body #container #js__body.cs__the_potting_shed:not(.colour-overrides-active) .button:not(.button__white) {
  color: #283930 !important;
}
body #container #js__body.cs__the_potting_shed:not(.colour-overrides-active) .button:not(.button__blue--footer) {
  border-color: #80BAAB !important;
}
body #container #js__body.cs__the_potting_shed:not(.colour-overrides-active) .button:not(.button__blue--footer):after {
  background-color: #80BAAB !important;
}
body #container #js__body.cs__the_potting_shed:not(.colour-overrides-active) .button:not(.button__blue--footer).hover-on {
  color: #fff !important;
}
body #container #js__body.cs__the_potting_shed:not(.colour-overrides-active) .button.button__white {
  color: #fff !important;
}
body #container #js__body.cs__the_potting_shed:not(.colour-overrides-active).no-js .button:hover {
  color: #283930 !important;
}
body #container #js__body.cs__the_potting_shed:not(.colour-overrides-active).no-js .button.button_white {
  color: #fff !important;
}
body #container #js__body.cs__the_potting_shed .m__hero.hero__has-coloured-bg {
  background-color: #386658;
}
body #container #js__body.cs__the_potting_shed .m__hero.hero__has-coloured-bg .hero__background .hero-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#386658), color-stop(20%, rgba(56, 102, 88, 0)), to(rgba(56, 102, 88, 0)));
  background: linear-gradient(180deg, #386658 0%, rgba(56, 102, 88, 0) 20%, rgba(56, 102, 88, 0) 100%);
}
body #container #js__body.cs__the_potting_shed .m__hero .hero__slide.hero__type-transparent .hero__main-header {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .m__hero .hero__slide.hero__type-transparent .hero__copy {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_potting_shed .m__content-block.content-color-white {
  background-color: #386658;
}
body #container #js__body.cs__the_potting_shed .m__content-block.title-across .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.5)), color-stop(75%, #fff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 15%, #fff 75%);
}
body #container #js__body.cs__the_potting_shed .m__content-block.title-across.content-color-white .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(56, 102, 88, 0)), color-stop(15%, rgba(56, 102, 88, 0.5)), color-stop(75%, #386658));
  background: linear-gradient(0deg, rgba(56, 102, 88, 0) 0%, rgba(56, 102, 88, 0.5) 15%, #386658 75%);
}
body #container #js__body.cs__the_potting_shed .m__content-block:not(.content-color-white) .content-block__subheader,
body #container #js__body.cs__the_potting_shed .m__content-block:not(.content-color-white) .content-block__header,
body #container #js__body.cs__the_potting_shed .m__content-block:not(.content-color-white) .content-block__intro-copy,
body #container #js__body.cs__the_potting_shed .m__content-block:not(.content-color-white) .content-block__dropdown-title {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .m__content-block:not(.content-color-white) .content-block__main-copy,
body #container #js__body.cs__the_potting_shed .m__content-block:not(.content-color-white) .content-block__dropdown-item {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_potting_shed .m__content-block.image-multi.content-color-white:before {
  background-image: url("../../images/line__mobile--aqua-green.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_potting_shed .m__content-block.image-multi.content-color-white:before {
    background-image: url("../../images/line--aqua-green.svg");
  }
}
body #container #js__body.cs__the_potting_shed .m__article-slider .article-slider__subheader,
body #container #js__body.cs__the_potting_shed .m__article-slider .article-slider__header {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .m__article-slider .article-slider__slide-inner {
  border-color: #80BAAB;
}
body #container #js__body.cs__the_potting_shed .m__articles-list .articles-list__error {
  color: #283930;
}
@media screen and (max-width: 1050px) {
  body #container #js__body.cs__the_potting_shed .m__content-block.content-color-blue + .m__image-highlight .image-highlight__text-header,
  body #container #js__body.cs__the_potting_shed .m__content-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    background-color: #fff;
  }
}
body #container #js__body.cs__the_potting_shed .m__image-highlight {
  background-color: #fff;
}
body #container #js__body.cs__the_potting_shed .m__image-highlight .image-highlight__subheader,
body #container #js__body.cs__the_potting_shed .m__image-highlight .image-highlight__header {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .m__image-highlight .image-highlight__image {
  border-color: #80BAAB;
}
body #container #js__body.cs__the_potting_shed .m__image-highlight .image-highlight__sliders:before {
  background-color: #386658;
}
body #container #js__body.cs__the_potting_shed .m__instagram-feed.bg__blue {
  background-color: #386658;
}
body #container #js__body.cs__the_potting_shed .m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#386658), color-stop(20%, rgba(56, 102, 88, 0)), to(rgba(56, 102, 88, 0)));
  background: linear-gradient(180deg, #386658 0%, rgba(56, 102, 88, 0) 20%, rgba(56, 102, 88, 0) 100%);
}
body #container #js__body.cs__the_potting_shed .m__instagram-feed.bg__blue .button.instagram-feed__button {
  color: #fff !important;
  border-color: #fff !important;
}
body #container #js__body.cs__the_potting_shed .m__instagram-feed.bg__blue .button.instagram-feed__button:after {
  background-color: #fff !important;
}
body #container #js__body.cs__the_potting_shed .m__instagram-feed.bg__blue .button.instagram-feed__button.hover-on {
  color: #283930 !important;
}
body #container #js__body.cs__the_potting_shed .m__menus {
  background-color: #fff;
}
body #container #js__body.cs__the_potting_shed .m__menus__loader {
  border-top-color: #386658;
}
body #container #js__body.cs__the_potting_shed .m__menus__filter {
  border-color: #386658;
}
body #container #js__body.cs__the_potting_shed .m__menus__filter-item {
  background-color: #fff;
  color: #283930;
  border-color: #386658;
}
body #container #js__body.cs__the_potting_shed .m__menus__filter-item:not(.active):hover {
  background-color: #80BAAB;
  color: #fff;
}
body #container #js__body.cs__the_potting_shed .m__menus__filter-item.active {
  background-color: #386658;
  border-color: #386658;
  color: #fff;
}
body #container #js__body.cs__the_potting_shed .e-menu__intro-heading,
body #container #js__body.cs__the_potting_shed .e-menu__sections .e-menu-section__heading,
body #container #js__body.cs__the_potting_shed .e-menu__sections .e-menu-section__items .e-menu-item__heading,
body #container #js__body.cs__the_potting_shed .e-menu__sections .e-menu-section__items .e-menu-item__name,
body #container #js__body.cs__the_potting_shed .e-menu__sections .e-menu-section__items .e-menu-item__price,
body #container #js__body.cs__the_potting_shed .e-menu__child-menus-container .e-child-menus__selected,
body #container #js__body.cs__the_potting_shed .e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item,
body #container #js__body.cs__the_potting_shed .e-menu__sections .e-menu-section__wine-prices-label,
body #container #js__body.cs__the_potting_shed .e-menu__keys-heading,
body #container #js__body.cs__the_potting_shed .e-menu__sections .e-menu-section__addons-heading,
body #container #js__body.cs__the_potting_shed .e-menu-addon__description,
body #container #js__body.cs__the_potting_shed .e-menu-addon__price {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .e-menu__sections .e-menu-section__items .e-menu-item__description,
body #container #js__body.cs__the_potting_shed .e-menu__sections .e-menu-section__description,
body #container #js__body.cs__the_potting_shed .e-menu__keys-label,
body #container #js__body.cs__the_potting_shed .e-menu__child-menus-container .e-child-menus__select-label {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_potting_shed .e-menu-addon__icon .svg__plus-icon--fill-elem {
  fill: #80BAAB;
}
body #container #js__body.cs__the_potting_shed .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__fill,
body #container #js__body.cs__the_potting_shed .e-menu__keys-item .e-menu__keys-icon svg .svg__fill {
  fill: #283930;
}
body #container #js__body.cs__the_potting_shed .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__text-fill,
body #container #js__body.cs__the_potting_shed .e-menu__keys-item .e-menu__keys-icon svg .svg__text-fill {
  fill: #fff;
}
body #container #js__body.cs__the_potting_shed .e-menu__sections .e-menu-section__addons,
body #container #js__body.cs__the_potting_shed .e-menu__child-menus-container .e-child-menus__selected {
  border-color: #80BAAB;
}
body #container #js__body.cs__the_potting_shed .e-menu__child-menus-container .e-child-menus__selected.active {
  border-color: rgba(40, 57, 48, 0.18);
}
body #container #js__body.cs__the_potting_shed .e-menu__child-menus-container .e-child-menus__selected:after {
  background-image: url("../../images/icon__dropdown-aqua_green.svg");
}
body #container #js__body.cs__the_potting_shed .e-menu__keys,
body #container #js__body.cs__the_potting_shed .e-menu__child-menus-container .e-child-menus__menus {
  border-color: #283930;
}
body #container #js__body.cs__the_potting_shed .e-menu__sections .e-menu-section:after {
  background-color: rgba(40, 57, 48, 0.35);
}
body #container #js__body.cs__the_potting_shed .m__grid-items__heading,
body #container #js__body.cs__the_potting_shed .m__grid-items .m__grid-item__heading {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .m__grid-items .m__grid-item__content * {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_potting_shed .m__content-slider .content-slider__slider .slick-dots li {
  background-color: #80BAAB;
}
body #container #js__body.cs__the_potting_shed .m__content-slider:after {
  background-image: url("../../images/line--aqua-green.svg");
}
body #container #js__body.cs__the_potting_shed .m__content-slider .content-slider__slider .slick-arrow {
  background-image: url("../../images/icon__arrow-left-aqua-green.svg");
}
body #container #js__body.cs__the_potting_shed .m__content-slider .content-slider__title,
body #container #js__body.cs__the_potting_shed .m__content-slider .content-slider__intro-copy {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .m__content-slider .content-slider__slide-content {
  background-color: #386658;
}
body #container #js__body.cs__the_potting_shed .m__image-row + .m__content-block.content-color-white:before,
body #container #js__body.cs__the_potting_shed .m__image-row.bg__blue {
  background-color: #386658;
}
body #container #js__body.cs__the_potting_shed .m__image-row.has-waved-line .image-row__slider:before {
  background-image: url("../../images/line__mobile--aqua-green.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_potting_shed .m__image-row.has-waved-line .image-row__slider:before {
    background-image: url("../../images/line--aqua-green.svg");
  }
}
body #container #js__body.cs__the_potting_shed .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
  background-image: url("../../images/line__mobile--aqua-green.svg") !important;
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_potting_shed .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
    background-image: url("../../images/line--aqua-green.svg") !important;
  }
}
body #container #js__body.cs__the_potting_shed:not(.colour-overrides-active) .m__image-row .image-row__caption.u__txt-blue {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_potting_shed .m__image-row .image-row__caption-wrapper {
  background-color: #fff;
}
body #container #js__body.cs__the_potting_shed .m__enquiry-form .enquiry-form__subheader,
body #container #js__body.cs__the_potting_shed .m__enquiry-form .enquiry-form__header,
body #container #js__body.cs__the_potting_shed .m__enquiry-form .enquiry-form__label,
body #container #js__body.cs__the_potting_shed .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_potting_shed .m__enquiry-form .enquiry-form__select {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_potting_shed .m__enquiry-form .enquiry-form__select {
  border-color: #386658;
  background: #fff;
}
body #container #js__body.cs__the_potting_shed .m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-aqua_green.svg");
}
body #container #js__body.cs__the_potting_shed .m__enquiry-form .enquiry-form__label span {
  color: #386658;
}
body #container #js__body.cs__the_potting_shed .m__text-row .text-row__header,
body #container #js__body.cs__the_potting_shed .m__text-row .text-row__content {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .m__content-cols__heading,
body #container #js__body.cs__the_potting_shed .m__content-cols .m__content-col__heading {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .m__content-cols .m__content-col__content * {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_potting_shed .m__content-cols .m__content-col__content strong {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .m__content-cols .m__content-col .m__content-col-inner:after {
  background-color: rgba(40, 57, 48, 0.3);
}
@media screen and (max-width: 767px) {
  body #container #js__body.cs__the_potting_shed .m__content-cols .m__content-col .m__content-col-inner {
    border-color: rgba(40, 57, 48, 0.3);
  }
}
body #container #js__body.cs__the_potting_shed .m__find-us-block .find-us-block__subheader,
body #container #js__body.cs__the_potting_shed .m__find-us-block .find-us-block__header {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .m__find-us-block .find-us-block__main-copy,
body #container #js__body.cs__the_potting_shed .m__find-us-block .find-us-block__dropdown-content * {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_potting_shed .m__find-us-block .find-us-block__dropdown-title {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .m__boxes .boxes__background {
  background-color: #386658;
}
body #container #js__body.cs__the_potting_shed .m__boxes .boxes__heading {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .m__room-booking-widget {
  background-color: #386658;
}
body #container #js__body.cs__the_potting_shed .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer .ftb-bookingWidget__dateSearch .ftb-bookingWidget__dateSearch__title {
  color: #fff !important;
}
body #container #js__body.cs__the_potting_shed .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer.input-daterange input {
  background-color: #fff !important;
  color: #386658 !important;
}
body #container #js__body.cs__the_potting_shed .footer-newsletter {
  background-color: #80BAAB;
}
body #container #js__body.cs__the_potting_shed .footer-newsletter .footer-newsletter__title,
body #container #js__body.cs__the_potting_shed .footer-newsletter .footer-newsletter__copy,
body #container #js__body.cs__the_potting_shed .footer-newsletter .button .submit-input {
  color: #2D4136;
}
body #container #js__body.cs__the_potting_shed .footer-newsletter .email-input {
  color: #2D4136;
  border-color: #2D4136;
}
body #container #js__body.cs__the_potting_shed .footer-newsletter .email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(45, 65, 54, 0.57);
}
body #container #js__body.cs__the_potting_shed .footer-newsletter .email-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(45, 65, 54, 0.57);
}
body #container #js__body.cs__the_potting_shed .footer-newsletter .email-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(45, 65, 54, 0.57);
}
body #container #js__body.cs__the_potting_shed .footer-newsletter .email-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(45, 65, 54, 0.57);
}
body #container #js__body.cs__the_potting_shed .footer-newsletter .button {
  border-color: #2D4136;
  color: #2D4136;
}
body #container #js__body.cs__the_potting_shed .footer-newsletter .button:after {
  background-color: #2D4136;
}
body #container #js__body.cs__the_potting_shed .footer-newsletter .button:hover .submit-input,
body #container #js__body.cs__the_potting_shed .footer-newsletter .button.hover-on {
  color: #fff;
}
body #container #js__body.cs__the_potting_shed .footer-newsletter__loader {
  border-top-color: #386658;
}
body #container #js__body.cs__the_potting_shed .e-card__title,
body #container #js__body.cs__the_potting_shed .e-card__times {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .e-card__content {
  background-color: #fff;
}
body #container #js__body.cs__the_potting_shed .e-card__content-text {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_potting_shed .social-links .social-link {
  color: #fff;
}
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item {
  background-color: #fff;
}
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-close {
  background-color: #386658;
}
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-close span:before,
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-close span:after {
  background-color: #fff;
}
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__heading {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label {
  color: #283930;
}
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label span {
  color: #386658;
}
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-aqua_green.svg");
}
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  background-color: #fff;
  color: #283930;
  border-color: #283930;
}
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-webkit-input-placeholder,
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-webkit-input-placeholder,
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(40, 57, 48, 0.57);
}
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-moz-placeholder,
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-moz-placeholder,
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(40, 57, 48, 0.57);
}
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-ms-input-placeholder,
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-ms-input-placeholder,
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(40, 57, 48, 0.57);
}
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-moz-placeholder,
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-moz-placeholder,
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-moz-placeholder { /* Firefox 18- */
  color: rgba(40, 57, 48, 0.57);
}
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date[type=date i]::-webkit-calendar-picker-indicator {
  background-image: url("../../images/icon__calendar-aqua-green.svg");
}
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
body #container #js__body.cs__the_potting_shed .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  color: #283930;
  border-color: #80BAAB;
}
body #container #js__body.cs__the_potting_shed .e-booking-sidebar__inner {
  background-color: #386658;
}
body #container #js__body.cs__the_potting_shed .e-booking-sidebar__close {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px #386658;
          box-shadow: 0px 0px 5px 2px #386658;
}
body #container #js__body.cs__the_potting_shed .e-booking-sidebar__close span:before,
body #container #js__body.cs__the_potting_shed .e-booking-sidebar__close span:after {
  background-color: #386658;
}
body #container #js__body.cs__the_potting_shed .e-booking-sidebar .e-booking-sidebar__subheader,
body #container #js__body.cs__the_potting_shed .e-booking-sidebar .e-booking-sidebar__header,
body #container #js__body.cs__the_potting_shed .e-booking-sidebar .e-booking-sidebar__content,
body #container #js__body.cs__the_potting_shed .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form label {
  color: #fff;
}
body #container #js__body.cs__the_potting_shed .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form input,
body #container #js__body.cs__the_potting_shed .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form select {
  color: #386658 !important;
}
body #container #js__body.cs__the_potting_shed .e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer .ftb-bookingWidget__dateSearch .ftb-bookingWidget__dateSearch__title {
  color: #fff !important;
}
body #container #js__body.cs__the_potting_shed .e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer.input-daterange input {
  background-color: #fff !important;
  color: #386658 !important;
}

.js__barba-transition[data-colour-scheme=cs__the_vineyard] {
  background-color: #2D4136;
}

body #container #js__body.cs__the_vineyard {
  background-color: #fff;
  /***** Modules -- Start *****/
  /***** Modules -- End *****/
}
body #container #js__body.cs__the_vineyard footer.footer {
  background-color: #283930;
}
body #container #js__body.cs__the_vineyard.js__nav-scrolled header.header {
  background-color: rgba(45, 65, 54, 0.85);
}
body #container #js__body.cs__the_vineyard .nav-popup,
body #container #js__body.cs__the_vineyard .nav-popup .nav-poup__main {
  background-color: #2D4136;
}
body #container #js__body.cs__the_vineyard:not(.colour-overrides-active) .button:not(.button__white) {
  color: #283930 !important;
}
body #container #js__body.cs__the_vineyard:not(.colour-overrides-active) .button:not(.button__blue--footer) {
  border-color: #849270 !important;
}
body #container #js__body.cs__the_vineyard:not(.colour-overrides-active) .button:not(.button__blue--footer):after {
  background-color: #849270 !important;
}
body #container #js__body.cs__the_vineyard:not(.colour-overrides-active) .button:not(.button__blue--footer).hover-on {
  color: #fff !important;
}
body #container #js__body.cs__the_vineyard:not(.colour-overrides-active) .button.button__white {
  color: #fff !important;
  border-color: #fff !important;
}
body #container #js__body.cs__the_vineyard:not(.colour-overrides-active) .button.button__white:after {
  background-color: #fff !important;
}
body #container #js__body.cs__the_vineyard:not(.colour-overrides-active) .button.button__white.hover-on {
  color: #283930 !important;
}
body #container #js__body.cs__the_vineyard:not(.colour-overrides-active).no-js .button:hover {
  color: #283930 !important;
}
body #container #js__body.cs__the_vineyard:not(.colour-overrides-active).no-js .button.button_white {
  color: #fff !important;
}
body #container #js__body.cs__the_vineyard .m__hero.hero__has-coloured-bg {
  background-color: #849270;
}
body #container #js__body.cs__the_vineyard .m__hero.hero__has-coloured-bg .hero__background .hero-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#849270), color-stop(20%, rgba(132, 146, 112, 0)), to(rgba(132, 146, 112, 0)));
  background: linear-gradient(180deg, #849270 0%, rgba(132, 146, 112, 0) 20%, rgba(132, 146, 112, 0) 100%);
}
body #container #js__body.cs__the_vineyard .m__hero .hero__slide.hero__type-transparent .hero__main-header {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .m__hero .hero__slide.hero__type-transparent .hero__copy {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_vineyard .m__content-block.content-color-white {
  background-color: #849270;
}
body #container #js__body.cs__the_vineyard .m__content-block.title-across .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.5)), color-stop(75%, #fff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 15%, #fff 75%);
}
body #container #js__body.cs__the_vineyard .m__content-block.title-across.content-color-white .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(132, 146, 112, 0)), color-stop(15%, rgba(132, 146, 112, 0.5)), color-stop(75%, #849270));
  background: linear-gradient(0deg, rgba(132, 146, 112, 0) 0%, rgba(132, 146, 112, 0.5) 15%, #849270 75%);
}
body #container #js__body.cs__the_vineyard .m__content-block:not(.content-color-white) .content-block__subheader,
body #container #js__body.cs__the_vineyard .m__content-block:not(.content-color-white) .content-block__header,
body #container #js__body.cs__the_vineyard .m__content-block:not(.content-color-white) .content-block__intro-copy,
body #container #js__body.cs__the_vineyard .m__content-block:not(.content-color-white) .content-block__dropdown-title {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .m__content-block:not(.content-color-white) .content-block__main-copy,
body #container #js__body.cs__the_vineyard .m__content-block:not(.content-color-white) .content-block__dropdown-item {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_vineyard .m__content-block.image-multi.content-color-white:before {
  background-image: url("../../images/line__mobile--outer-space.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_vineyard .m__content-block.image-multi.content-color-white:before {
    background-image: url("../../images/line--outer-space.svg");
  }
}
body #container #js__body.cs__the_vineyard .m__article-slider .article-slider__subheader,
body #container #js__body.cs__the_vineyard .m__article-slider .article-slider__header {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .m__article-slider .article-slider__slide-inner {
  border-color: #849270;
}
body #container #js__body.cs__the_vineyard .m__articles-list .articles-list__error {
  color: #283930;
}
@media screen and (max-width: 1050px) {
  body #container #js__body.cs__the_vineyard .m__content-block.content-color-blue + .m__image-highlight .image-highlight__text-header,
  body #container #js__body.cs__the_vineyard .m__content-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    background-color: #fff;
  }
}
body #container #js__body.cs__the_vineyard .m__image-highlight {
  background-color: #fff;
}
body #container #js__body.cs__the_vineyard .m__image-highlight .image-highlight__subheader,
body #container #js__body.cs__the_vineyard .m__image-highlight .image-highlight__header {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .m__image-highlight .image-highlight__image {
  border-color: #849270;
}
body #container #js__body.cs__the_vineyard .m__image-highlight .image-highlight__sliders:before {
  background-color: #849270;
}
body #container #js__body.cs__the_vineyard .m__instagram-feed.bg__blue {
  background-color: #849270;
}
body #container #js__body.cs__the_vineyard .m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#849270), color-stop(20%, rgba(132, 146, 112, 0)), to(rgba(132, 146, 112, 0)));
  background: linear-gradient(180deg, #849270 0%, rgba(132, 146, 112, 0) 20%, rgba(132, 146, 112, 0) 100%);
}
body #container #js__body.cs__the_vineyard .m__instagram-feed.bg__blue .button.instagram-feed__button {
  color: #fff !important;
  border-color: #fff !important;
}
body #container #js__body.cs__the_vineyard .m__instagram-feed.bg__blue .button.instagram-feed__button:after {
  background-color: #fff !important;
}
body #container #js__body.cs__the_vineyard .m__instagram-feed.bg__blue .button.instagram-feed__button.hover-on {
  color: #283930 !important;
}
body #container #js__body.cs__the_vineyard .m__menus {
  background-color: #fff;
}
body #container #js__body.cs__the_vineyard .m__menus__loader {
  border-top-color: #849270;
}
body #container #js__body.cs__the_vineyard .m__menus__filter {
  border-color: #283930;
}
body #container #js__body.cs__the_vineyard .m__menus__filter-item {
  background-color: #fff;
  color: #283930;
  border-color: #283930;
}
body #container #js__body.cs__the_vineyard .m__menus__filter-item:not(.active):hover {
  background-color: #849270;
  color: #fff;
}
body #container #js__body.cs__the_vineyard .m__menus__filter-item.active {
  background-color: #283930;
  border-color: #283930;
  color: #fff;
}
body #container #js__body.cs__the_vineyard .e-menu__intro-heading,
body #container #js__body.cs__the_vineyard .e-menu__sections .e-menu-section__heading,
body #container #js__body.cs__the_vineyard .e-menu__sections .e-menu-section__items .e-menu-item__heading,
body #container #js__body.cs__the_vineyard .e-menu__sections .e-menu-section__items .e-menu-item__name,
body #container #js__body.cs__the_vineyard .e-menu__sections .e-menu-section__items .e-menu-item__price,
body #container #js__body.cs__the_vineyard .e-menu__child-menus-container .e-child-menus__selected,
body #container #js__body.cs__the_vineyard .e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item,
body #container #js__body.cs__the_vineyard .e-menu__sections .e-menu-section__wine-prices-label,
body #container #js__body.cs__the_vineyard .e-menu__keys-heading,
body #container #js__body.cs__the_vineyard .e-menu__sections .e-menu-section__addons-heading,
body #container #js__body.cs__the_vineyard .e-menu-addon__description,
body #container #js__body.cs__the_vineyard .e-menu-addon__price {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .e-menu__sections .e-menu-section__items .e-menu-item__description,
body #container #js__body.cs__the_vineyard .e-menu__sections .e-menu-section__description,
body #container #js__body.cs__the_vineyard .e-menu__keys-label,
body #container #js__body.cs__the_vineyard .e-menu__child-menus-container .e-child-menus__select-label {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_vineyard .e-menu-addon__icon .svg__plus-icon--fill-elem {
  fill: #849270;
}
body #container #js__body.cs__the_vineyard .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__fill,
body #container #js__body.cs__the_vineyard .e-menu__keys-item .e-menu__keys-icon svg .svg__fill {
  fill: #283930;
}
body #container #js__body.cs__the_vineyard .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__text-fill,
body #container #js__body.cs__the_vineyard .e-menu__keys-item .e-menu__keys-icon svg .svg__text-fill {
  fill: #fff;
}
body #container #js__body.cs__the_vineyard .e-menu__sections .e-menu-section__addons,
body #container #js__body.cs__the_vineyard .e-menu__child-menus-container .e-child-menus__selected {
  border-color: #849270;
}
body #container #js__body.cs__the_vineyard .e-menu__child-menus-container .e-child-menus__selected.active {
  border-color: rgba(40, 57, 48, 0.18);
}
body #container #js__body.cs__the_vineyard .e-menu__child-menus-container .e-child-menus__selected:after {
  background-image: url("../../images/icon__dropdown-outer_space.svg");
}
body #container #js__body.cs__the_vineyard .e-menu__keys,
body #container #js__body.cs__the_vineyard .e-menu__child-menus-container .e-child-menus__menus {
  border-color: #283930;
}
body #container #js__body.cs__the_vineyard .e-menu__sections .e-menu-section:after {
  background-color: rgba(40, 57, 48, 0.35);
}
body #container #js__body.cs__the_vineyard .m__grid-items__heading,
body #container #js__body.cs__the_vineyard .m__grid-items .m__grid-item__heading {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .m__grid-items .m__grid-item__content * {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_vineyard .m__content-slider .content-slider__slider .slick-dots li {
  background-color: #849270;
}
body #container #js__body.cs__the_vineyard .m__content-slider:after {
  background-image: url("../../images/line--khaki-green.svg");
}
body #container #js__body.cs__the_vineyard .m__content-slider .content-slider__slider .slick-arrow {
  background-image: url("../../images/icon__arrow-left-outer-space.svg");
}
body #container #js__body.cs__the_vineyard .m__content-slider .content-slider__title,
body #container #js__body.cs__the_vineyard .m__content-slider .content-slider__intro-copy {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .m__content-slider .content-slider__slide-content {
  background-color: #849270;
}
body #container #js__body.cs__the_vineyard .m__image-row + .m__content-block.content-color-white:before,
body #container #js__body.cs__the_vineyard .m__image-row.bg__blue {
  background-color: #849270;
}
body #container #js__body.cs__the_vineyard .m__image-row.has-waved-line .image-row__slider:before {
  background-image: url("../../images/line__mobile--khaki-green.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_vineyard .m__image-row.has-waved-line .image-row__slider:before {
    background-image: url("../../images/line--khaki-green.svg");
  }
}
body #container #js__body.cs__the_vineyard .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
  background-image: url("../../images/line__mobile--white.svg") !important;
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_vineyard .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
    background-image: url("../../images/line--white.svg") !important;
  }
}
body #container #js__body.cs__the_vineyard:not(.colour-overrides-active) .m__image-row .image-row__caption.u__txt-blue {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_vineyard .m__image-row .image-row__caption-wrapper {
  background-color: #fff;
}
body #container #js__body.cs__the_vineyard .m__enquiry-form .enquiry-form__subheader,
body #container #js__body.cs__the_vineyard .m__enquiry-form .enquiry-form__header,
body #container #js__body.cs__the_vineyard .m__enquiry-form .enquiry-form__label,
body #container #js__body.cs__the_vineyard .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_vineyard .m__enquiry-form .enquiry-form__select {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_vineyard .m__enquiry-form .enquiry-form__select {
  border-color: #849270;
  background: #fff;
}
body #container #js__body.cs__the_vineyard .m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-khaki_green.svg");
}
body #container #js__body.cs__the_vineyard .m__enquiry-form .enquiry-form__label span {
  color: #849270;
}
body #container #js__body.cs__the_vineyard .m__text-row .text-row__header,
body #container #js__body.cs__the_vineyard .m__text-row .text-row__content {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .m__content-cols__heading,
body #container #js__body.cs__the_vineyard .m__content-cols .m__content-col__heading {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .m__content-cols .m__content-col__content * {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_vineyard .m__content-cols .m__content-col__content strong {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .m__content-cols .m__content-col .m__content-col-inner:after {
  background-color: rgba(40, 57, 48, 0.3);
}
@media screen and (max-width: 767px) {
  body #container #js__body.cs__the_vineyard .m__content-cols .m__content-col .m__content-col-inner {
    border-color: rgba(40, 57, 48, 0.3);
  }
}
body #container #js__body.cs__the_vineyard .m__find-us-block .find-us-block__subheader,
body #container #js__body.cs__the_vineyard .m__find-us-block .find-us-block__header {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .m__find-us-block .find-us-block__main-copy,
body #container #js__body.cs__the_vineyard .m__find-us-block .find-us-block__dropdown-content * {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_vineyard .m__find-us-block .find-us-block__dropdown-title {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .m__boxes .boxes__background {
  background-color: #849270;
}
body #container #js__body.cs__the_vineyard .m__boxes .boxes__heading {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .m__room-booking-widget {
  background-color: #2D4136;
}
body #container #js__body.cs__the_vineyard .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer .ftb-bookingWidget__dateSearch .ftb-bookingWidget__dateSearch__title {
  color: #fff !important;
}
body #container #js__body.cs__the_vineyard .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer.input-daterange input {
  background-color: #fff !important;
  color: #2D4136 !important;
}
body #container #js__body.cs__the_vineyard .footer-newsletter {
  background-color: #6A7659;
}
body #container #js__body.cs__the_vineyard .footer-newsletter .footer-newsletter__title,
body #container #js__body.cs__the_vineyard .footer-newsletter .footer-newsletter__copy,
body #container #js__body.cs__the_vineyard .footer-newsletter .button .submit-input {
  color: #fff;
}
body #container #js__body.cs__the_vineyard .footer-newsletter .email-input {
  color: #fff;
  border-color: #fff;
}
body #container #js__body.cs__the_vineyard .footer-newsletter .email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.57);
}
body #container #js__body.cs__the_vineyard .footer-newsletter .email-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.57);
}
body #container #js__body.cs__the_vineyard .footer-newsletter .email-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255, 255, 255, 0.57);
}
body #container #js__body.cs__the_vineyard .footer-newsletter .email-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(255, 255, 255, 0.57);
}
body #container #js__body.cs__the_vineyard .footer-newsletter .button {
  border-color: #fff;
  color: #fff;
}
body #container #js__body.cs__the_vineyard .footer-newsletter .button:after {
  background-color: #fff;
}
body #container #js__body.cs__the_vineyard .footer-newsletter .button:hover .submit-input,
body #container #js__body.cs__the_vineyard .footer-newsletter .button.hover-on {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .footer-newsletter__loader {
  border-top-color: #849270;
}
body #container #js__body.cs__the_vineyard .e-card__title,
body #container #js__body.cs__the_vineyard .e-card__times {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .e-card__content {
  background-color: #fff;
}
body #container #js__body.cs__the_vineyard .e-card__content-text {
  color: rgba(40, 57, 48, 0.85);
}
body #container #js__body.cs__the_vineyard .social-links .social-link {
  color: #98938D;
}
body #container #js__body.cs__the_vineyard .pd-popup .pd__item {
  background-color: #fff;
}
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-close {
  background-color: #2D4136;
}
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-close span:before,
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-close span:after {
  background-color: #fff;
}
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__heading {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label {
  color: #283930;
}
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label span {
  color: #849270;
}
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-outer_space.svg");
}
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  background-color: #fff;
  color: #283930;
  border-color: #283930;
}
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-webkit-input-placeholder,
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-webkit-input-placeholder,
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(40, 57, 48, 0.57);
}
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-moz-placeholder,
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-moz-placeholder,
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(40, 57, 48, 0.57);
}
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-ms-input-placeholder,
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-ms-input-placeholder,
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(40, 57, 48, 0.57);
}
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-moz-placeholder,
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-moz-placeholder,
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-moz-placeholder { /* Firefox 18- */
  color: rgba(40, 57, 48, 0.57);
}
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date[type=date i]::-webkit-calendar-picker-indicator {
  background-image: url("../../images/icon__calendar-outer-space.svg");
}
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
body #container #js__body.cs__the_vineyard .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  color: #283930;
  border-color: #849270;
}
body #container #js__body.cs__the_vineyard .e-booking-sidebar__inner {
  background-color: #2D4136;
}
body #container #js__body.cs__the_vineyard .e-booking-sidebar__close {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px #2D4136;
          box-shadow: 0px 0px 5px 2px #2D4136;
}
body #container #js__body.cs__the_vineyard .e-booking-sidebar__close span:before,
body #container #js__body.cs__the_vineyard .e-booking-sidebar__close span:after {
  background-color: #2D4136;
}
body #container #js__body.cs__the_vineyard .e-booking-sidebar .e-booking-sidebar__subheader,
body #container #js__body.cs__the_vineyard .e-booking-sidebar .e-booking-sidebar__header,
body #container #js__body.cs__the_vineyard .e-booking-sidebar .e-booking-sidebar__content,
body #container #js__body.cs__the_vineyard .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form label {
  color: #fff;
}
body #container #js__body.cs__the_vineyard .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form input,
body #container #js__body.cs__the_vineyard .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form select,
body #container #js__body.cs__the_vineyard .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form .btn.submit.hover-on {
  color: #2D4136 !important;
}
body #container #js__body.cs__the_vineyard .e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer .ftb-bookingWidget__dateSearch .ftb-bookingWidget__dateSearch__title {
  color: #fff !important;
}
body #container #js__body.cs__the_vineyard .e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer.input-daterange input {
  background-color: #fff !important;
  color: #2D4136 !important;
}

.js__barba-transition[data-colour-scheme=cs__the_wishful_thinker] {
  background-color: #164458;
}

body #container #js__body.cs__the_wishful_thinker {
  background-color: #FFFFFF;
  /***** Modules -- Start *****/
  /***** Modules -- End *****/
}
body #container #js__body.cs__the_wishful_thinker footer.footer {
  background-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker.js__nav-scrolled header.header {
  background-color: rgba(22, 68, 88, 0.85);
}
body #container #js__body.cs__the_wishful_thinker .nav-popup,
body #container #js__body.cs__the_wishful_thinker .nav-popup .nav-poup__main {
  background-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker:not(.colour-overrides-active) .button:not(.button__white) {
  color: #164458 !important;
}
body #container #js__body.cs__the_wishful_thinker:not(.colour-overrides-active) .button:not(.button__blue--footer) {
  border-color: #FEB12A !important;
}
body #container #js__body.cs__the_wishful_thinker:not(.colour-overrides-active) .button:not(.button__blue--footer):after {
  background-color: #FEB12A !important;
}
body #container #js__body.cs__the_wishful_thinker:not(.colour-overrides-active) .button:not(.button__blue--footer).hover-on {
  color: #164458 !important;
}
body #container #js__body.cs__the_wishful_thinker:not(.colour-overrides-active) .button.button__white {
  color: #fff !important;
}
body #container #js__body.cs__the_wishful_thinker:not(.colour-overrides-active).no-js .button:hover {
  color: #164458 !important;
}
body #container #js__body.cs__the_wishful_thinker:not(.colour-overrides-active).no-js .button.button_white {
  color: #fff !important;
}
body #container #js__body.cs__the_wishful_thinker .m__hero.hero__has-coloured-bg {
  background-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__hero.hero__has-coloured-bg .hero__background .hero-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#164458), color-stop(20%, rgba(22, 68, 88, 0)), to(rgba(22, 68, 88, 0)));
  background: linear-gradient(180deg, #164458 0%, rgba(22, 68, 88, 0) 20%, rgba(22, 68, 88, 0) 100%);
}
body #container #js__body.cs__the_wishful_thinker .m__hero .hero__slide.hero__type-transparent .hero__main-header {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__hero .hero__slide.hero__type-transparent .hero__copy {
  color: rgba(22, 68, 88, 0.85);
}
body #container #js__body.cs__the_wishful_thinker .m__content-block.content-color-white {
  background-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__content-block.title-across .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(15%, rgba(255, 255, 255, 0.5)), color-stop(75%, #fff));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 15%, #fff 75%);
}
body #container #js__body.cs__the_wishful_thinker .m__content-block.title-across.content-color-white .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(22, 68, 88, 0)), color-stop(15%, rgba(22, 68, 88, 0.5)), color-stop(75%, #164458));
  background: linear-gradient(0deg, rgba(22, 68, 88, 0) 0%, rgba(22, 68, 88, 0.5) 15%, #164458 75%);
}
body #container #js__body.cs__the_wishful_thinker .m__content-block:not(.content-color-white) .content-block__subheader,
body #container #js__body.cs__the_wishful_thinker .m__content-block:not(.content-color-white) .content-block__header,
body #container #js__body.cs__the_wishful_thinker .m__content-block:not(.content-color-white) .content-block__intro-copy,
body #container #js__body.cs__the_wishful_thinker .m__content-block:not(.content-color-white) .content-block__dropdown-title {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__content-block:not(.content-color-white) .content-block__main-copy,
body #container #js__body.cs__the_wishful_thinker .m__content-block:not(.content-color-white) .content-block__dropdown-item {
  color: rgba(22, 68, 88, 0.85);
}
body #container #js__body.cs__the_wishful_thinker .m__content-block.image-multi.content-color-white:before {
  background-image: url("../../images/line__mobile--turquoise.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_wishful_thinker .m__content-block.image-multi.content-color-white:before {
    background-image: url("../../images/line--turquoise.svg");
  }
}
body #container #js__body.cs__the_wishful_thinker .m__article-slider .article-slider__subheader,
body #container #js__body.cs__the_wishful_thinker .m__article-slider .article-slider__header {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__article-slider .article-slider__slide-inner {
  border-color: #FEB100;
}
body #container #js__body.cs__the_wishful_thinker .m__articles-list .articles-list__error {
  color: #164458;
}
@media screen and (max-width: 1050px) {
  body #container #js__body.cs__the_wishful_thinker .m__content-block.content-color-blue + .m__image-highlight .image-highlight__text-header,
  body #container #js__body.cs__the_wishful_thinker .m__content-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    background-color: #fff;
  }
}
body #container #js__body.cs__the_wishful_thinker .m__image-highlight {
  background-color: #fff;
}
body #container #js__body.cs__the_wishful_thinker .m__image-highlight .image-highlight__subheader,
body #container #js__body.cs__the_wishful_thinker .m__image-highlight .image-highlight__header {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__image-highlight .image-highlight__image {
  border-color: #FEB100;
}
body #container #js__body.cs__the_wishful_thinker .m__image-highlight .image-highlight__sliders:before {
  background-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__instagram-feed.bg__blue {
  background-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#164458), color-stop(20%, rgba(22, 68, 88, 0)), to(rgba(22, 68, 88, 0)));
  background: linear-gradient(180deg, #164458 0%, rgba(22, 68, 88, 0) 20%, rgba(22, 68, 88, 0) 100%);
}
body #container #js__body.cs__the_wishful_thinker .m__instagram-feed.bg__blue .button.instagram-feed__button {
  color: #fff !important;
  border-color: #fff !important;
}
body #container #js__body.cs__the_wishful_thinker .m__instagram-feed.bg__blue .button.instagram-feed__button:after {
  background-color: #fff !important;
}
body #container #js__body.cs__the_wishful_thinker .m__instagram-feed.bg__blue .button.instagram-feed__button.hover-on {
  color: #164458 !important;
}
body #container #js__body.cs__the_wishful_thinker .m__menus {
  background-color: #fff;
}
body #container #js__body.cs__the_wishful_thinker .m__menus__loader {
  border-top-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__menus__filter {
  border-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__menus__filter-item {
  background-color: #fff;
  color: #164458;
  border-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__menus__filter-item:not(.active):hover {
  background-color: #B0EDD2;
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__menus__filter-item.active {
  background-color: #FEB12A;
  border-color: #FEB12A;
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .e-menu__intro-heading,
body #container #js__body.cs__the_wishful_thinker .e-menu__sections .e-menu-section__heading,
body #container #js__body.cs__the_wishful_thinker .e-menu__sections .e-menu-section__items .e-menu-item__heading,
body #container #js__body.cs__the_wishful_thinker .e-menu__sections .e-menu-section__items .e-menu-item__name,
body #container #js__body.cs__the_wishful_thinker .e-menu__sections .e-menu-section__items .e-menu-item__price,
body #container #js__body.cs__the_wishful_thinker .e-menu__child-menus-container .e-child-menus__selected,
body #container #js__body.cs__the_wishful_thinker .e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item,
body #container #js__body.cs__the_wishful_thinker .e-menu__sections .e-menu-section__wine-prices-label,
body #container #js__body.cs__the_wishful_thinker .e-menu__keys-heading,
body #container #js__body.cs__the_wishful_thinker .e-menu__sections .e-menu-section__addons-heading,
body #container #js__body.cs__the_wishful_thinker .e-menu-addon__description,
body #container #js__body.cs__the_wishful_thinker .e-menu-addon__price {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .e-menu__sections .e-menu-section__items .e-menu-item__description,
body #container #js__body.cs__the_wishful_thinker .e-menu__sections .e-menu-section__description,
body #container #js__body.cs__the_wishful_thinker .e-menu__keys-label,
body #container #js__body.cs__the_wishful_thinker .e-menu__child-menus-container .e-child-menus__select-label {
  color: rgba(254, 177, 42, 0.85);
}
body #container #js__body.cs__the_wishful_thinker .e-menu-addon__icon .svg__plus-icon--fill-elem {
  fill: #FEB12A;
}
body #container #js__body.cs__the_wishful_thinker .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__fill,
body #container #js__body.cs__the_wishful_thinker .e-menu__keys-item .e-menu__keys-icon svg .svg__fill {
  fill: #FEB12A;
}
body #container #js__body.cs__the_wishful_thinker .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__text-fill,
body #container #js__body.cs__the_wishful_thinker .e-menu__keys-item .e-menu__keys-icon svg .svg__text-fill {
  fill: #fff;
}
body #container #js__body.cs__the_wishful_thinker .e-menu__sections .e-menu-section__addons,
body #container #js__body.cs__the_wishful_thinker .e-menu__child-menus-container .e-child-menus__selected {
  border-color: #FEB12A;
}
body #container #js__body.cs__the_wishful_thinker .e-menu__child-menus-container .e-child-menus__selected.active {
  border-color: rgba(22, 68, 88, 0.18);
}
body #container #js__body.cs__the_wishful_thinker .e-menu__child-menus-container .e-child-menus__selected:after {
  background-image: url("../../images/icon__dropdown-aqua_green.svg");
}
body #container #js__body.cs__the_wishful_thinker .e-menu__keys,
body #container #js__body.cs__the_wishful_thinker .e-menu__child-menus-container .e-child-menus__menus {
  border-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .e-menu__sections .e-menu-section:after {
  background-color: rgba(22, 68, 88, 0.35);
}
body #container #js__body.cs__the_wishful_thinker .m__grid-items__heading,
body #container #js__body.cs__the_wishful_thinker .m__grid-items .m__grid-item__heading {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__grid-items .m__grid-item__content * {
  color: rgba(22, 68, 88, 0.85);
}
body #container #js__body.cs__the_wishful_thinker .m__content-slider .content-slider__slider .slick-dots li {
  background-color: #FEB12A;
}
body #container #js__body.cs__the_wishful_thinker .m__content-slider:after {
  background-image: url("../../images/line--turquoise.svg");
}
body #container #js__body.cs__the_wishful_thinker .m__content-slider .content-slider__slider .slick-arrow {
  background-image: url("../../images/icon__arrow-left-blue.svg");
}
body #container #js__body.cs__the_wishful_thinker .m__content-slider .content-slider__title,
body #container #js__body.cs__the_wishful_thinker .m__content-slider .content-slider__intro-copy {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__content-slider .content-slider__slide-content {
  background-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__image-row + .m__content-block.content-color-white:before,
body #container #js__body.cs__the_wishful_thinker .m__image-row.bg__blue {
  background-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__image-row.has-waved-line .image-row__slider:before {
  background-image: url("../../images/line__mobile--turquoise.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_wishful_thinker .m__image-row.has-waved-line .image-row__slider:before {
    background-image: url("../../images/line--turquoise.svg");
  }
}
body #container #js__body.cs__the_wishful_thinker .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
  background-image: url("../../images/line__mobile--turquoise.svg") !important;
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_wishful_thinker .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
    background-image: url("../../images/line--turquoise.svg") !important;
  }
}
body #container #js__body.cs__the_wishful_thinker:not(.colour-overrides-active) .m__image-row .image-row__caption.u__txt-blue {
  color: rgba(22, 68, 88, 0.85);
}
body #container #js__body.cs__the_wishful_thinker .m__image-row .image-row__caption-wrapper {
  background-color: #fff;
}
body #container #js__body.cs__the_wishful_thinker .m__enquiry-form .enquiry-form__subheader,
body #container #js__body.cs__the_wishful_thinker .m__enquiry-form .enquiry-form__header,
body #container #js__body.cs__the_wishful_thinker .m__enquiry-form .enquiry-form__label,
body #container #js__body.cs__the_wishful_thinker .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_wishful_thinker .m__enquiry-form .enquiry-form__select {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_wishful_thinker .m__enquiry-form .enquiry-form__select {
  border-color: #164458;
  background: #fff;
}
body #container #js__body.cs__the_wishful_thinker .m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-aqua_green.svg");
}
body #container #js__body.cs__the_wishful_thinker .m__enquiry-form .enquiry-form__label span {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__text-row .text-row__header,
body #container #js__body.cs__the_wishful_thinker .m__text-row .text-row__content {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__content-cols__heading,
body #container #js__body.cs__the_wishful_thinker .m__content-cols .m__content-col__heading {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__content-cols .m__content-col__content * {
  color: rgba(22, 68, 88, 0.85);
}
body #container #js__body.cs__the_wishful_thinker .m__content-cols .m__content-col__content strong {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__content-cols .m__content-col .m__content-col-inner:after {
  background-color: rgba(22, 68, 88, 0.3);
}
@media screen and (max-width: 767px) {
  body #container #js__body.cs__the_wishful_thinker .m__content-cols .m__content-col .m__content-col-inner {
    border-color: rgba(22, 68, 88, 0.3);
  }
}
body #container #js__body.cs__the_wishful_thinker .m__find-us-block .find-us-block__subheader,
body #container #js__body.cs__the_wishful_thinker .m__find-us-block .find-us-block__header {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__find-us-block .find-us-block__main-copy,
body #container #js__body.cs__the_wishful_thinker .m__find-us-block .find-us-block__dropdown-content * {
  color: rgba(22, 68, 88, 0.85);
}
body #container #js__body.cs__the_wishful_thinker .m__find-us-block .find-us-block__dropdown-title {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__boxes .boxes__background {
  background-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__boxes .boxes__heading {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__room-booking-widget {
  background-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer .ftb-bookingWidget__dateSearch .ftb-bookingWidget__dateSearch__title {
  color: #fff !important;
}
body #container #js__body.cs__the_wishful_thinker .m__room-booking-widget__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer.input-daterange input {
  background-color: #fff !important;
  color: #164458 !important;
}
body #container #js__body.cs__the_wishful_thinker .footer-newsletter {
  background-color: #B0EDD2;
}
body #container #js__body.cs__the_wishful_thinker .footer-newsletter .footer-newsletter__title,
body #container #js__body.cs__the_wishful_thinker .footer-newsletter .footer-newsletter__copy,
body #container #js__body.cs__the_wishful_thinker .footer-newsletter .button .submit-input {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .footer-newsletter .email-input {
  color: #164458;
  border-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .footer-newsletter .email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(22, 68, 88, 0.57);
}
body #container #js__body.cs__the_wishful_thinker .footer-newsletter .email-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(22, 68, 88, 0.57);
}
body #container #js__body.cs__the_wishful_thinker .footer-newsletter .email-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(22, 68, 88, 0.57);
}
body #container #js__body.cs__the_wishful_thinker .footer-newsletter .email-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(22, 68, 88, 0.57);
}
body #container #js__body.cs__the_wishful_thinker .footer-newsletter .button {
  border-color: #164458;
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .footer-newsletter .button:after {
  background-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .footer-newsletter .button:hover .submit-input,
body #container #js__body.cs__the_wishful_thinker .footer-newsletter .button.hover-on {
  color: #B0EDD2;
}
body #container #js__body.cs__the_wishful_thinker .footer-newsletter__loader {
  border-top-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .e-card__title,
body #container #js__body.cs__the_wishful_thinker .e-card__times {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .e-card__content {
  background-color: #fff;
}
body #container #js__body.cs__the_wishful_thinker .e-card__content-text {
  color: rgba(22, 68, 88, 0.85);
}
body #container #js__body.cs__the_wishful_thinker .social-links .social-link {
  color: #fff;
}
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item {
  background-color: #fff;
}
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-close {
  background-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-close span:before,
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-close span:after {
  background-color: #fff;
}
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__heading {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label span {
  color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-aqua_green.svg");
}
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  background-color: #fff;
  color: #164458;
  border-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-webkit-input-placeholder,
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-webkit-input-placeholder,
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(22, 68, 88, 0.57);
}
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-moz-placeholder,
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-moz-placeholder,
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(22, 68, 88, 0.57);
}
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-ms-input-placeholder,
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-ms-input-placeholder,
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(22, 68, 88, 0.57);
}
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-moz-placeholder,
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-moz-placeholder,
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-moz-placeholder { /* Firefox 18- */
  color: rgba(22, 68, 88, 0.57);
}
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date[type=date i]::-webkit-calendar-picker-indicator {
  background-image: url("../../images/icon__calendar-turquoise.svg");
}
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
body #container #js__body.cs__the_wishful_thinker .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  color: #164458;
  border-color: #B0EDD2;
}
body #container #js__body.cs__the_wishful_thinker .e-booking-sidebar__inner {
  background-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .e-booking-sidebar__close {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px 2px #164458;
          box-shadow: 0px 0px 5px 2px #164458;
}
body #container #js__body.cs__the_wishful_thinker .e-booking-sidebar__close span:before,
body #container #js__body.cs__the_wishful_thinker .e-booking-sidebar__close span:after {
  background-color: #164458;
}
body #container #js__body.cs__the_wishful_thinker .e-booking-sidebar .e-booking-sidebar__subheader,
body #container #js__body.cs__the_wishful_thinker .e-booking-sidebar .e-booking-sidebar__header,
body #container #js__body.cs__the_wishful_thinker .e-booking-sidebar .e-booking-sidebar__content,
body #container #js__body.cs__the_wishful_thinker .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form label {
  color: #fff;
}
body #container #js__body.cs__the_wishful_thinker .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form input,
body #container #js__body.cs__the_wishful_thinker .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form select {
  color: #164458 !important;
}
body #container #js__body.cs__the_wishful_thinker .e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer .ftb-bookingWidget__dateSearch .ftb-bookingWidget__dateSearch__title {
  color: #fff !important;
}
body #container #js__body.cs__the_wishful_thinker .e-booking-sidebar__rooms-form-container .ftb-widget .ftb-bookingWidget__inner .ftb-bookingWidget__dateSearchContainer.input-daterange input {
  background-color: #fff !important;
  color: #164458 !important;
}

.js__barba-transition[data-colour-scheme=cs__the_never_say_never] {
  background-color: #2a6F91;
}

body #container #js__body.cs__the_never_say_never {
  background-color: #EEF8F9;
  /***** Modules -- Start *****/
  /***** Modules -- End *****/
}
body #container #js__body.cs__the_never_say_never footer.footer {
  background-color: #26344E;
}
body #container #js__body.cs__the_never_say_never.js__nav-scrolled header.header {
  background-color: rgba(42, 111, 145, 0.85);
}
body #container #js__body.cs__the_never_say_never .nav-popup,
body #container #js__body.cs__the_never_say_never .nav-popup .nav-poup__main {
  background-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never:not(.colour-overrides-active) .button:not(.button__white) {
  color: #CE9D89 !important;
}
body #container #js__body.cs__the_never_say_never:not(.colour-overrides-active) .button:not(.button__blue--footer),
body #container #js__body.cs__the_never_say_never:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white {
  border-color: #CE9D89 !important;
}
body #container #js__body.cs__the_never_say_never:not(.colour-overrides-active) .button:not(.button__blue--footer):after,
body #container #js__body.cs__the_never_say_never:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white:after {
  background-color: #CE9D89 !important;
}
body #container #js__body.cs__the_never_say_never:not(.colour-overrides-active) .button:not(.button__blue--footer).hover-on,
body #container #js__body.cs__the_never_say_never:not(.colour-overrides-active) .m__content-slider .content-slider__slide-content .button.button__white.hover-on {
  color: #FCFCF1 !important;
}
body #container #js__body.cs__the_never_say_never:not(.colour-overrides-active) .button.button__white {
  border-color: #EEF8F9 !important;
  color: #EEF8F9 !important;
}
body #container #js__body.cs__the_never_say_never:not(.colour-overrides-active) .button.button__white:after {
  background-color: #EEF8F9 !important;
}
body #container #js__body.cs__the_never_say_never:not(.colour-overrides-active) .button.button__white.hover-on {
  color: #2a6F91 !important;
}
body #container #js__body.cs__the_never_say_never:not(.colour-overrides-active).no-js .button:hover,
body #container #js__body.cs__the_never_say_never:not(.colour-overrides-active).no-js .m__content-slider .content-slider__slide-content .button.button__white:hover {
  color: #CE9D89 !important;
}
body #container #js__body.cs__the_never_say_never:not(.colour-overrides-active).no-js .button.button_white {
  color: #EEF8F9 !important;
}
body #container #js__body.cs__the_never_say_never .m__hero.hero__has-coloured-bg {
  background-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__hero.hero__has-coloured-bg .hero__background .hero-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#2a6f91), color-stop(20%, rgba(42, 111, 145, 0)), to(rgba(42, 111, 145, 0)));
  background: linear-gradient(180deg, #2a6f91 0%, rgba(42, 111, 145, 0) 20%, rgba(42, 111, 145, 0) 100%);
}
body #container #js__body.cs__the_never_say_never .m__hero .hero__slide.hero__type-transparent .hero__main-header {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__hero .hero__slide.hero__type-transparent .hero__copy {
  color: rgba(42, 111, 145, 0.85);
}
@media screen and (min-width: 1050px) {
  body #container #js__body.cs__the_never_say_never .m__hero-tiles__tile:nth-child(1) a .m__hero-tiles__tile-image-container:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(40%, rgba(0, 0, 0, 0.27)), color-stop(70%, rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.7)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.27) 40%, rgba(0, 0, 0, 0.27) 70%, rgba(0, 0, 0, 0.7) 100%);
  }
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_never_say_never .m__hero-tiles__tile:nth-child(2) a .m__hero-tiles__tile-image-container:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(40%, rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.27) 40%, rgba(0, 0, 0, 0.27) 100%);
  }
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_never_say_never .m__hero-tiles__tile:nth-child(4) a .m__hero-tiles__tile-image-container:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.7)), color-stop(40%, rgba(0, 0, 0, 0.27)), to(rgba(0, 0, 0, 0.27)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.27) 40%, rgba(0, 0, 0, 0.27) 100%);
  }
}
body #container #js__body.cs__the_never_say_never .m__content-block.content-color-white {
  background-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__content-block.title-across .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(238, 248, 249, 0)), color-stop(15%, rgba(238, 248, 249, 0.5)), color-stop(75%, #EEF8F9));
  background: linear-gradient(0deg, rgba(238, 248, 249, 0) 0%, rgba(238, 248, 249, 0.5) 15%, #EEF8F9 75%);
}
body #container #js__body.cs__the_never_say_never .m__content-block.title-across.content-color-white .content-block__across-title {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(42, 111, 145, 0)), color-stop(15%, rgba(42, 111, 145, 0.5)), color-stop(75%, #2a6F91));
  background: linear-gradient(0deg, rgba(42, 111, 145, 0) 0%, rgba(42, 111, 145, 0.5) 15%, #2a6F91 75%);
}
body #container #js__body.cs__the_never_say_never .m__content-block:not(.content-color-white) .content-block__subheader,
body #container #js__body.cs__the_never_say_never .m__content-block:not(.content-color-white) .content-block__header,
body #container #js__body.cs__the_never_say_never .m__content-block:not(.content-color-white) .content-block__intro-copy,
body #container #js__body.cs__the_never_say_never .m__content-block:not(.content-color-white) .content-block__dropdown-title {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__content-block:not(.content-color-white) .content-block__main-copy,
body #container #js__body.cs__the_never_say_never .m__content-block:not(.content-color-white) .content-block__dropdown-item {
  color: rgba(42, 111, 145, 0.85);
}
body #container #js__body.cs__the_never_say_never .m__content-block.image-multi.content-color-white:before {
  background-image: url("../../images/line__mobile--dusty-rose.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_never_say_never .m__content-block.image-multi.content-color-white:before {
    background-image: url("../../images/line--dusty-rose.svg");
  }
}
body #container #js__body.cs__the_never_say_never .m__article-slider .article-slider__subheader,
body #container #js__body.cs__the_never_say_never .m__article-slider .article-slider__header {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__article-slider .article-slider__slide-inner {
  border-color: #CE9D89;
}
body #container #js__body.cs__the_never_say_never .m__articles-list .articles-list__error {
  color: #2a6F91;
}
@media screen and (max-width: 1050px) {
  body #container #js__body.cs__the_never_say_never .m__content-block.content-color-blue + .m__image-highlight .image-highlight__text-header,
  body #container #js__body.cs__the_never_say_never .m__content-block.content-color-blue + .m__image-highlight .image-highlight__sliders:before {
    background-color: #EEF8F9;
  }
}
body #container #js__body.cs__the_never_say_never .m__image-highlight {
  background-color: #EEF8F9;
}
body #container #js__body.cs__the_never_say_never .m__image-highlight .image-highlight__subheader,
body #container #js__body.cs__the_never_say_never .m__image-highlight .image-highlight__header {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__image-highlight .image-highlight__image {
  border-color: #CE9D89;
}
body #container #js__body.cs__the_never_say_never .m__image-highlight .image-highlight__sliders:before {
  background-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__instagram-feed.bg__blue {
  background-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__instagram-feed.bg__blue.has-bg-image .m__instagram-feed-bg-image:after {
  background: -webkit-gradient(linear, left top, left bottom, from(#2a6F91), color-stop(20%, rgba(42, 111, 145, 0)), to(rgba(42, 111, 145, 0)));
  background: linear-gradient(180deg, #2a6F91 0%, rgba(42, 111, 145, 0) 20%, rgba(42, 111, 145, 0) 100%);
}
body #container #js__body.cs__the_never_say_never .m__instagram-feed.bg__blue .button.instagram-feed__button {
  color: #EEF8F9 !important;
}
body #container #js__body.cs__the_never_say_never .m__instagram-feed.bg__blue .button.instagram-feed__button {
  border-color: #EEF8F9 !important;
  color: #EEF8F9 !important;
}
body #container #js__body.cs__the_never_say_never .m__instagram-feed.bg__blue .button.instagram-feed__button:after {
  background-color: #EEF8F9 !important;
}
body #container #js__body.cs__the_never_say_never .m__instagram-feed.bg__blue .button.instagram-feed__button.hover-on {
  color: #2a6F91 !important;
}
body #container #js__body.cs__the_never_say_never .m__menus {
  background-color: #EEF8F9;
}
body #container #js__body.cs__the_never_say_never .m__menus__loader {
  border-top-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__menus__filter {
  border-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__menus__filter-item {
  background-color: #EEF8F9;
  color: #2a6F91;
  border-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__menus__filter-item:not(.active):hover {
  background-color: #CE9D89;
  color: #EEF8F9;
}
body #container #js__body.cs__the_never_say_never .m__menus__filter-item.active {
  background-color: #2a6F91;
  border-color: #2a6F91;
  color: #EEF8F9;
}
body #container #js__body.cs__the_never_say_never .e-menu__intro-heading,
body #container #js__body.cs__the_never_say_never .e-menu__sections .e-menu-section__heading,
body #container #js__body.cs__the_never_say_never .e-menu__sections .e-menu-section__items .e-menu-item__heading,
body #container #js__body.cs__the_never_say_never .e-menu__sections .e-menu-section__items .e-menu-item__name,
body #container #js__body.cs__the_never_say_never .e-menu__sections .e-menu-section__items .e-menu-item__price,
body #container #js__body.cs__the_never_say_never .e-menu__child-menus-container .e-child-menus__selected,
body #container #js__body.cs__the_never_say_never .e-menu__child-menus-container .e-child-menus__menus .e-child-menu__item,
body #container #js__body.cs__the_never_say_never .e-menu__sections .e-menu-section__wine-prices-label,
body #container #js__body.cs__the_never_say_never .e-menu__keys-heading,
body #container #js__body.cs__the_never_say_never .e-menu__sections .e-menu-section__addons-heading,
body #container #js__body.cs__the_never_say_never .e-menu-addon__description,
body #container #js__body.cs__the_never_say_never .e-menu-addon__price {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .e-menu__sections .e-menu-section__items .e-menu-item__description,
body #container #js__body.cs__the_never_say_never .e-menu__sections .e-menu-section__description,
body #container #js__body.cs__the_never_say_never .e-menu__keys-label,
body #container #js__body.cs__the_never_say_never .e-menu__child-menus-container .e-child-menus__select-label {
  color: rgba(42, 111, 145, 0.85);
}
body #container #js__body.cs__the_never_say_never .e-menu-addon__icon .svg__plus-icon--fill-elem {
  fill: #CE9D89;
}
body #container #js__body.cs__the_never_say_never .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__fill,
body #container #js__body.cs__the_never_say_never .e-menu__keys-item .e-menu__keys-icon svg .svg__fill {
  fill: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .e-menu__sections .e-menu-section__items .e-menu-item__allergens svg .svg__text-fill,
body #container #js__body.cs__the_never_say_never .e-menu__keys-item .e-menu__keys-icon svg .svg__text-fill {
  fill: #EEF8F9;
}
body #container #js__body.cs__the_never_say_never .e-menu__sections .e-menu-section__addons,
body #container #js__body.cs__the_never_say_never .e-menu__child-menus-container .e-child-menus__selected {
  border-color: #CE9D89;
}
body #container #js__body.cs__the_never_say_never .e-menu__child-menus-container .e-child-menus__selected.active {
  border-color: rgba(42, 111, 145, 0.18);
}
body #container #js__body.cs__the_never_say_never .e-menu__child-menus-container .e-child-menus__selected:after {
  background-image: url("../../images/icon__dropdown-dusty_rose.svg");
}
body #container #js__body.cs__the_never_say_never .e-menu__keys,
body #container #js__body.cs__the_never_say_never .e-menu__child-menus-container .e-child-menus__menus {
  border-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .e-menu__sections .e-menu-section:after {
  background-color: rgba(42, 111, 145, 0.35);
}
body #container #js__body.cs__the_never_say_never .m__grid-items__heading,
body #container #js__body.cs__the_never_say_never .m__grid-items .m__grid-item__heading {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__grid-items .m__grid-item__content * {
  color: rgba(42, 111, 145, 0.85);
}
body #container #js__body.cs__the_never_say_never .m__content-slider .content-slider__slider .slick-dots li {
  background-color: #CE9D89;
}
body #container #js__body.cs__the_never_say_never .m__content-slider:after {
  background-image: url("../../images/line--dusty-rose.svg");
}
body #container #js__body.cs__the_never_say_never .m__content-slider .content-slider__slider .slick-arrow {
  background-image: url("../../images/icon__arrow-left-dusty-rose.svg");
}
body #container #js__body.cs__the_never_say_never .m__content-slider .content-slider__title,
body #container #js__body.cs__the_never_say_never .m__content-slider .content-slider__intro-copy {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__content-slider .content-slider__slide-content {
  background-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__image-row + .m__content-block.content-color-white:before,
body #container #js__body.cs__the_never_say_never .m__image-row.bg__blue {
  background-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__image-row.has-waved-line .image-row__slider:before {
  background-image: url("../../images/line__mobile--dusty-rose.svg");
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_never_say_never .m__image-row.has-waved-line .image-row__slider:before {
    background-image: url("../../images/line--dusty-rose.svg");
  }
}
body #container #js__body.cs__the_never_say_never .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
  background-image: url("../../images/line__mobile--light-blue.svg") !important;
}
@media screen and (min-width: 992px) {
  body #container #js__body.cs__the_never_say_never .m__image-row.has-waved-line.bg__blue .image-row__slider:before {
    background-image: url("../../images/line--light-blue.svg") !important;
  }
}
body #container #js__body.cs__the_never_say_never:not(.colour-overrides-active) .m__image-row .image-row__caption.u__txt-blue {
  color: rgba(42, 111, 145, 0.85);
}
body #container #js__body.cs__the_never_say_never .m__image-row .image-row__caption-wrapper {
  background-color: #EEF8F9;
}
body #container #js__body.cs__the_never_say_never .m__enquiry-form .enquiry-form__subheader,
body #container #js__body.cs__the_never_say_never .m__enquiry-form .enquiry-form__header,
body #container #js__body.cs__the_never_say_never .m__enquiry-form .enquiry-form__label,
body #container #js__body.cs__the_never_say_never .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_never_say_never .m__enquiry-form .enquiry-form__select {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__enquiry-form .enquiry-form__input,
body #container #js__body.cs__the_never_say_never .m__enquiry-form .enquiry-form__select {
  border-color: #2a6F91;
  background: #EEF8F9;
}
body #container #js__body.cs__the_never_say_never .m__enquiry-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-dusty_rose.svg");
}
body #container #js__body.cs__the_never_say_never .m__enquiry-form .enquiry-form__label span {
  color: #CE9D89;
}
body #container #js__body.cs__the_never_say_never .m__text-row .text-row__header,
body #container #js__body.cs__the_never_say_never .m__text-row .text-row__content {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__content-cols__heading,
body #container #js__body.cs__the_never_say_never .m__content-cols .m__content-col__heading {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__content-cols .m__content-col__content * {
  color: rgba(42, 111, 145, 0.85);
}
body #container #js__body.cs__the_never_say_never .m__content-cols .m__content-col__content strong {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__content-cols .m__content-col .m__content-col-inner:after {
  background-color: rgba(42, 111, 145, 0.3);
}
@media screen and (max-width: 767px) {
  body #container #js__body.cs__the_never_say_never .m__content-cols .m__content-col .m__content-col-inner {
    border-color: rgba(42, 111, 145, 0.3);
  }
}
body #container #js__body.cs__the_never_say_never .m__find-us-block .find-us-block__subheader,
body #container #js__body.cs__the_never_say_never .m__find-us-block .find-us-block__header {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__find-us-block .find-us-block__main-copy,
body #container #js__body.cs__the_never_say_never .m__find-us-block .find-us-block__dropdown-content * {
  color: rgba(42, 111, 145, 0.85);
}
body #container #js__body.cs__the_never_say_never .m__find-us-block .find-us-block__dropdown-title {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__boxes .boxes__background {
  background-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .m__boxes .boxes__heading {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .footer-newsletter {
  background-color: #EEF8F9;
}
body #container #js__body.cs__the_never_say_never .footer-newsletter .footer-newsletter__title,
body #container #js__body.cs__the_never_say_never .footer-newsletter .footer-newsletter__copy,
body #container #js__body.cs__the_never_say_never .footer-newsletter .button .submit-input {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .footer-newsletter .email-input {
  color: #2a6F91;
  border-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .footer-newsletter .email-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(42, 111, 145, 0.57);
}
body #container #js__body.cs__the_never_say_never .footer-newsletter .email-input::-moz-placeholder { /* Firefox 19+ */
  color: rgba(42, 111, 145, 0.57);
}
body #container #js__body.cs__the_never_say_never .footer-newsletter .email-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(42, 111, 145, 0.57);
}
body #container #js__body.cs__the_never_say_never .footer-newsletter .email-input:-moz-placeholder { /* Firefox 18- */
  color: rgba(42, 111, 145, 0.57);
}
body #container #js__body.cs__the_never_say_never .footer-newsletter .button {
  border-color: #2a6F91;
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .footer-newsletter .button:after {
  background-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .footer-newsletter .button:hover .submit-input,
body #container #js__body.cs__the_never_say_never .footer-newsletter .button.hover-on {
  color: #EEF8F9;
}
body #container #js__body.cs__the_never_say_never .footer-newsletter__loader {
  border-top-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .e-card__title,
body #container #js__body.cs__the_never_say_never .e-card__times {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .e-card__content {
  background-color: #EEF8F9;
}
body #container #js__body.cs__the_never_say_never .e-card__content-text {
  color: rgba(42, 111, 145, 0.85);
}
body #container #js__body.cs__the_never_say_never .social-links .social-link {
  color: #EEF8F9;
}
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item {
  background-color: #EEF8F9;
}
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-close {
  background-color: #CE9D89;
}
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-close span:before,
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-close span:after {
  background-color: #EEF8F9;
}
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__heading {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label {
  color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__label span {
  color: #CE9D89;
}
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select-wrapper .wpcf7-form-control-wrap:before {
  background-image: url("../../images/icon__dropdown-dusty_rose.svg");
}
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input,
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date,
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select {
  background-color: #EEF8F9;
  color: #2a6F91;
  border-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-webkit-input-placeholder,
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-webkit-input-placeholder,
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(42, 111, 145, 0.57);
}
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input::-moz-placeholder,
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date::-moz-placeholder,
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select::-moz-placeholder { /* Firefox 19+ */
  color: rgba(42, 111, 145, 0.57);
}
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-ms-input-placeholder,
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-ms-input-placeholder,
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-ms-input-placeholder { /* IE 10+ */
  color: rgba(42, 111, 145, 0.57);
}
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__input:-moz-placeholder,
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date:-moz-placeholder,
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__select:-moz-placeholder { /* Firefox 18- */
  color: rgba(42, 111, 145, 0.57);
}
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form .enquiry-form__date[type=date i]::-webkit-calendar-picker-indicator {
  background-image: url("../../images/icon__calendar-dusty-rose.svg");
}
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.invalid .wpcf7-response-output,
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.unaccepted .wpcf7-response-output,
body #container #js__body.cs__the_never_say_never .pd-popup .pd__item .pd__item-inner .pd__form-container .wpcf7 .wpcf7-form.payment-required .wpcf7-response-output {
  color: #2a6F91;
  border-color: #CE9D89;
}
body #container #js__body.cs__the_never_say_never .e-booking-sidebar__inner {
  background-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .e-booking-sidebar__close {
  background-color: #EEF8F9;
  -webkit-box-shadow: 0px 0px 5px 2px #2a6F91;
          box-shadow: 0px 0px 5px 2px #2a6F91;
}
body #container #js__body.cs__the_never_say_never .e-booking-sidebar__close span:before,
body #container #js__body.cs__the_never_say_never .e-booking-sidebar__close span:after {
  background-color: #2a6F91;
}
body #container #js__body.cs__the_never_say_never .e-booking-sidebar .e-booking-sidebar__subheader,
body #container #js__body.cs__the_never_say_never .e-booking-sidebar .e-booking-sidebar__header,
body #container #js__body.cs__the_never_say_never .e-booking-sidebar .e-booking-sidebar__content,
body #container #js__body.cs__the_never_say_never .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form label {
  color: #EEF8F9;
}
body #container #js__body.cs__the_never_say_never .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form input,
body #container #js__body.cs__the_never_say_never .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form select,
body #container #js__body.cs__the_never_say_never .e-booking-sidebar .e-booking-sidebar__dmn-container .dmn-form .btn.submit.hover-on {
  color: #2a6F91 !important;
}