/*!
Theme Name: St Marks Lincoln
Theme URI: http://www.whitelionwalk.co.uk/
Author: Bewonder
Author URI: https://bewonder.co.uk/
Description: Custom theme developed for St Marks Lincoln
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: st-marks-walk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

St Marks Lincoln is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! 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;
  -webkit-text-size-adjust: 100%;
}

/* 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 {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* 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;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * 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;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4169e1;
}

a:visited {
  color: #800080;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

.container {
  max-width: 1150px;
  padding: 0 2rem;
  margin: 0 auto;
}

.block {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  .block {
    padding: 1.5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .block {
    padding: 2rem 0;
  }
}
.block.bg-white {
  background-color: #ffffff;
}

.single .block {
  padding: 0rem 0;
}
@media screen and (min-width: 768px) {
  .single .block {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .single .block {
    padding: 0;
  }
}

.bg-light-grey {
  background-color: #EDEDED;
}

.u--ul-flex {
  margin: 0;
  padding: 0;
  list-style: none;
}

.u--inner-container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  .u--inner-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .u--inner-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.u--flex {
  display: flex;
}

.u--justify-between {
  justify-content: space-between;
}

.u--center-button {
  text-align: center;
}
.u--center-button .btn {
  margin: 0 auto;
}

.u--4-col-flex {
  display: flex;
  flex-wrap: wrap;
}
.u--4-col-flex > * {
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .u--4-col-flex > * {
    flex-basis: calc(46 + "%");
  }
}
@media only screen and (min-width: 1200px) {
  .u--4-col-flex > * {
    flex-basis: 23%;
  }
}

.u--flex-1::after,
.u--flex-5::after,
.u--flex-9::after,
.u--flex-13::after,
.u--flex-17::after,
.u--flex-21::after {
  content: "";
  flex-basis: 78%;
}

.u--flex-2::after,
.u--flex-6::after,
.u--flex-10::after,
.u--flex-14::after,
.u--flex-18::after,
.u--flex-22::after {
  content: "";
  flex-basis: 50%;
}

.u--flex-3::after,
.u--flex-7::after,
.u--flex-11::after,
.u--flex-15::after,
.u--flex-19::after,
.u--flex-23::after {
  content: "";
  flex-basis: 30%;
}
@media only screen and (min-width: 1200px) {
  .u--flex-3::after,
.u--flex-7::after,
.u--flex-11::after,
.u--flex-15::after,
.u--flex-19::after,
.u--flex-23::after {
    flex-basis: 22%;
  }
}

.u--font-bold {
  font-weight: 700;
}

.u--font-light {
  font-weight: 300;
}

.u--justify-between {
  justify-content: space-between;
}

.u--mw-900 {
  max-width: 900px;
}

.u--mw-670 {
  max-width: 670px;
}

.u--justify-center {
  justify-content: center;
}

.u--flex-wrap {
  flex-wrap: wrap;
}

.u--back-link {
  padding-top: 1.5rem;
  color: #ABACAE;
  text-transform: uppercase;
  font-size: 0.9rem;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .u--back-link {
    padding-top: 3.5rem;
  }
}
.u--back-link a, .u--back-link a:visited {
  color: #4B5E6B;
  font-weight: 500;
  text-decoration: none;
}
.u--back-link a:before, .u--back-link a:visited:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 10px;
  background: url(media/general/grey-chevron-left.svg) no-repeat left;
}

.u--line-header {
  position: relative;
  text-align: center;
  margin: 0;
}
.u--line-header span {
  padding: 0 1em;
  position: relative;
  font-weight: 300;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .u--line-header span {
    font-size: 1.7rem;
    padding: 0 3.5em;
  }
}
@media only screen and (min-width: 1200px) {
  .u--line-header span {
    font-size: 1.9rem;
    padding: 0 5em;
  }
}

.u--ie-object-fit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  font-family: "object-fit: cover; object-position: center;";
}

.no-items__wrapper {
  text-align: center;
  font-weight: 800;
}

.u--text-center {
  text-align: center;
  font-weight: 800;
}

:root {
  --animate-duration: 1s;
  --animate-delay: 0.5s;
  --animate-repeat: 1;
}

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: 3;
  animation-iteration-count: 3;
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }

  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.social {
  display: flex;
  align-items: center;
}
.social a {
  display: block;
  width: 15px;
  height: 15px;
  font-size: 0;
  margin-left: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.social .facebook-link {
  background-image: url(media/header/facebook_blue.svg);
}
.social .twitter-link {
  background-image: url(media/header/twitter_blue.svg);
}
.social .instagram-link {
  background-image: url(media/header/instagram_blue.svg);
}

:root {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "GillSansMTBook", sans-serif;
  color: #253746;
  font-weight: 500;
}
body.menu-active {
  overflow: hidden;
}

main {
  line-height: 1.7;
}
main a {
  font-weight: 800;
}

a, a:visited {
  text-decoration: none;
  color: #253746;
}

h1 {
  font-size: 1.6rem;
  font-weight: 300;
  color: #303546;
  font-family: "NewCaledoniaRegular", serif;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.6rem;
  }
}

h2 {
  font-size: 1.2rem;
  font-family: "NewCaledoniaRegular", serif;
  color: #253746;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 1.4rem;
  }
}

h3 {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
}

h3 + p {
  margin-top: 0;
}

hr {
  background-color: #253746;
}

td {
  font-weight: 300;
}

td:last-child {
  padding-left: 3rem;
  text-align: right;
  font-weight: 600;
}

table {
  line-height: 1.8;
  margin: 0;
  border-collapse: collapse;
  width: auto;
}

tr:not(:last-child) td {
  border-bottom: 1px solid #E6E6E6;
}

.home h1 {
  display: none;
}
.home .cta__container {
  padding-top: 0;
}
.home .entry-content {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .home .entry-content {
    margin-top: 0;
  }
}
.home #colophon {
  margin-top: 0;
}

.page__row {
  padding: 3rem 0;
  flex-wrap: wrap;
}
.page__row:nth-child(1) {
  padding-top: 0;
}
.page__row:not(:nth-child(1)) {
  border-top: 1px solid #253746;
}
.page__col {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .page__col {
    flex-basis: 45%;
  }
}
.page__col .btn {
  margin-bottom: 1.5rem;
}
.page__col img {
  display: block;
}

.error-404 {
  padding: 2rem 0;
}

.single__container h1 {
  margin: 2rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .single__container h1 {
    margin: 2.7rem 0 0 0;
  }
}
.single__button .single__container {
  text-align: center;
}
.single__button .btn {
  margin: 0 auto;
}

.post-type-archive-jobs .wo__area.wo--active {
  display: block;
}
.post-type-archive-jobs #colophon {
  margin-top: 0;
}

.jobs__listing .jobs__container {
  border-top: 1px solid #253746;
  padding-top: 4rem;
}
.jobs__recruit h2 {
  color: #303546;
  font-size: 2rem;
  font-weight: 300;
}

#masthead {
  background-color: #ffffff;
  height: 100px;
  width: 100%;
}
#masthead .primary-header {
  padding: 2.1rem 0;
  align-items: center;
}
#masthead .primary-header .site-search {
  padding: 0.2rem 0;
}
@media only screen and (max-width: 1199px) {
  #masthead .primary-header .site-search {
    margin-right: 1.5rem;
  }
}
#masthead .primary-header .site-search .search-icon {
  width: 22px;
  height: 22px;
  border: 0;
  background: none;
  font-size: 0;
  cursor: pointer;
  background: url(media/header/search_white.svg) no-repeat center;
}
@media only screen and (max-width: 1199px) {
  #masthead .primary-header .site-nav {
    flex-direction: row-reverse;
  }
}
#masthead .global-header {
  padding: 0.7rem 0;
  background-color: #77839C;
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  #masthead .global-header {
    display: none;
  }
}
#masthead .global-header .mailing-link {
  color: #ffffff;
  font-weight: 500;
  padding-right: 3rem;
}
#masthead .global-header .mailing-link:hover {
  text-decoration: underline;
}
#masthead .global-header .container {
  justify-content: flex-end;
}
#masthead > .container {
  justify-content: space-between;
  width: 100%;
}
#masthead .site-branding {
  align-items: center;
  justify-content: space-between;
  flex-grow: 0;
}
#masthead .logo-container a, #masthead .logo-container img {
  display: block;
}
#masthead .main-navigation {
  display: flex;
  flex-basis: auto;
  width: auto;
  align-items: center;
}
#masthead .main-navigation ul {
  justify-content: flex-end;
}
#masthead .main-navigation li a {
  font-size: 1.25rem;
  font-weight: 100;
  color: #303546;
  position: relative;
  font-family: "NewCaledoniaRegular", serif;
}
#masthead .logo-container {
  flex-basis: 145px;
}
#masthead .logo-container img {
  max-width: 175px;
}
@media only screen and (min-width: 768px) {
  #masthead .logo-container img {
    max-width: 205px;
  }
}
#masthead .hours-container {
  font-size: 0.9rem;
  color: #253746;
  font-weight: 300;
  padding: 15px 25px;
  margin-left: 25px;
  letter-spacing: 0.12em;
  border-left: 1px solid #253746;
  display: none;
}
#masthead .hours-container p {
  margin: 0;
}
#masthead .hours-container span {
  display: block;
  font-weight: 500;
}
#masthead .menu-modal__footer {
  padding: 2rem 0 8rem 0;
}
@media only screen and (min-width: 1200px) {
  #masthead .menu-modal__footer {
    display: none;
  }
}
#masthead .menu-modal__hours {
  color: #ffffff;
  text-align: center;
}
#masthead .menu-modal__hours:after {
  display: block;
  content: "";
  width: 40%;
  height: 1px;
  background-color: #ffffff;
  margin: 2rem auto;
}

@media only screen and (min-width: 768px) {
  #masthead {
    height: 135px;
  }
  #masthead .main-navigation li a {
    font-size: 1.25rem;
  }
  #masthead .logo-container {
    flex-basis: auto;
  }
  #masthead .hours-container {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  #masthead .main-navigation ul {
    display: flex;
  }
  #masthead .menu-toggle {
    display: none;
  }
  #masthead #site-navigation li {
    padding-left: 40px;
  }
  #masthead #site-navigation li.current-menu-item a {
    font-weight: 500;
  }
  #masthead #site-navigation li.current-menu-item a:after {
    opacity: 1;
    height: 2px;
  }
  #masthead #site-navigation li a {
    font-size: 1.55rem;
  }
  #masthead #site-navigation li a:after {
    display: block;
    content: "";
    height: 0px;
    background-color: #303546;
    opacity: 0;
    position: absolute;
    bottom: -4px;
    transition: height 0.1s, opacity 0.3s;
    width: 100%;
  }
  #masthead #site-navigation li a:hover:after {
    opacity: 1;
    height: 2px;
  }
  #masthead #site-navigation .menu-modal__container {
    padding: 0;
  }
}
@media only screen and (max-width: 1199px) {
  #masthead #site-navigation.toggled .menu-modal__wrapper {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  #masthead #site-navigation .menu-modal__wrapper {
    position: fixed;
    top: 110px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #253746;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    transition: all 0.3s;
    z-index: 15;
    overflow: scroll;
  }
  #masthead #site-navigation .menu-modal__container {
    overflow: scroll;
  }
  #masthead #site-navigation .menu-modal__newsletter {
    margin-bottom: 2rem;
  }
  #masthead #site-navigation .menu-modal__newsletter .btn {
    padding: 1rem;
    margin-top: 1rem;
    border: 1px solid #ffffff;
    background-color: transparent;
    color: #ffffff;
  }
  #masthead #site-navigation .menu-modal__newsletter .btn:hover {
    background-color: #ffffff;
    color: #303546;
  }
  #masthead #site-navigation .menu-modal__social a {
    width: 40px;
    height: 40px;
  }
  #masthead #site-navigation .menu-modal__social a:nth-child(1) {
    margin-left: 0;
  }
  #masthead #site-navigation .menu-modal__social a.facebook-link {
    background-image: url(media/header/facebook_white.svg);
  }
  #masthead #site-navigation .menu-modal__social a.twitter-link {
    background-image: url(media/header/twitter_white.svg);
  }
  #masthead #site-navigation .menu-modal__social a.instagram-link {
    background-image: url(media/header/instagram_white.svg);
  }
  #masthead #site-navigation li {
    line-height: 2.5;
  }
  #masthead #site-navigation li a {
    font-size: 2.25rem;
    color: #ffffff;
    font-weight: 100;
  }
  #masthead #site-navigation li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
  }
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  outline: none;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  position: relative;
  z-index: 16;
  padding: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 32px;
  height: 22px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 32px;
  height: 2px;
  background-color: #303546;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before {
  background-color: #303546;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
* Collapse
*/
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

#site-navigation.toggled .hamburger--collapse .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
#site-navigation.toggled .hamburger--collapse .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
#site-navigation.toggled .hamburger--collapse .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#colophon {
  background-color: #4B5E6B;
  color: #ffffff;
  padding: 3.1rem 0;
  margin-top: 6.2rem;
}
#colophon a {
  color: #ffffff;
}
#colophon a:hover {
  text-decoration: underline;
}
#colophon ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#colophon .footer__row {
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  #colophon .footer__row {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  #colophon .footer__row:last-child {
    padding: 0.5rem 0;
  }
}
#colophon .footer__col {
  flex-basis: 33%;
}
@media screen and (max-width: 1199px) {
  #colophon .footer__col {
    padding-bottom: 3rem;
  }
}
#colophon .footer__col:first-child, #colophon .footer__col:last-child {
  line-height: 1.3;
}
#colophon .footer__col:last-child {
  text-align: right;
}
@media screen and (max-width: 1199px) {
  #colophon .footer__col:last-child {
    display: flex;
    justify-content: space-between;
  }
}
#colophon .footer__links {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}
#colophon .footer__links a, #colophon .footer__contact a {
  display: block;
}
#colophon .footer__water {
  font-size: 0.7rem;
}
#colophon .footer__water p {
  margin-bottom: 0;
}
#colophon .footer__social {
  justify-content: flex-end;
}
#colophon .footer__social a {
  display: inline-block;
  font-size: 0;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#colophon .footer__social a.facebook-link {
  background-image: url(media/footer/facebook_white.svg);
}
#colophon .footer__social a.instagram-link {
  background-image: url(media/footer/instagram_white.svg);
}
#colophon .footer__social a.twitter-link {
  background-image: url(media/footer/x_white.svg);
}
#colophon .footer__social a:not(:first-child) {
  margin-left: 20px;
}
@media only screen and (min-width: 768px) {
  #colophon .footer__menu, #colophon .footer__water {
    text-align: right;
  }
}
#colophon .footer__menu ul {
  font-size: 0.8rem;
}
@media only screen and (min-width: 768px) {
  #colophon .footer__menu ul {
    display: flex;
  }
}
#colophon .footer__menu li:not(:last-child):after {
  display: inline-block;
  padding: 0 1rem;
}
@media only screen and (min-width: 768px) {
  #colophon .footer__menu li:not(:last-child):after {
    content: "|";
  }
}
#colophon .footer__wifi p {
  display: inline-block;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  #colophon .footer__wifi p {
    margin: 0 0 1rem 0;
  }
}
#colophon .footer__wifi p:before {
  display: inline-block;
  width: 35px;
  height: 28px;
  content: "";
  position: relative;
  top: 6px;
  background: url(media/footer/free-wifi.svg) no-repeat center;
  margin-right: 0.5rem;
}
#colophon .footer__button {
  padding: 0.7rem 2rem;
  text-align: center;
  border: 1px solid #ffffff;
  border-radius: 3px;
  min-width: 300px;
  transition: all 0.3s;
}
#colophon .footer__button:hover {
  background-color: #ffffff;
  color: #4B5E6B;
}
#colophon .footer__button:first-child {
  letter-spacing: 0.1em;
}
#colophon .footer__button span {
  display: block;
  text-transform: none;
  font-weight: 300;
  font-size: 1rem;
}

.carousel__wrapper {
  overflow: hidden;
}
.carousel__item {
  position: relative;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s;
  border-radius: 5px;
}
.carousel__item:hover {
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
}
.carousel__item h2 {
  font-size: 1.9rem;
  font-weight: 300;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .carousel__item h2 {
    font-size: 2rem;
  }
}
.carousel__item .container {
  position: relative;
  height: 100%;
  padding: 0;
}
.carousel__image img {
  display: block;
  margin: 0;
  padding: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  width: 100%;
}
.carousel__container {
  max-width: 1030px;
}
.carousel__content {
  background-color: #ffffff;
  padding: 1rem;
  min-height: 140px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .carousel__content {
    padding: 1.5rem;
    min-height: 250px;
    max-width: 250px;
    height: 250px;
    left: 4rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.carousel__content h2 {
  line-height: 1.2;
  color: #303546;
}
.carousel__button {
  border: 1px solid #303546;
  color: #303546;
  padding: 0.6rem 1.3rem;
  display: inline-block;
  transition: all 0.3s;
  border-radius: 5px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 1rem;
  text-decoration: none;
  margin: 1rem 0;
}
.carousel__button:hover {
  background-color: #253746;
  color: #ffffff;
  border-color: #253746;
}
.carousel .slick-list {
  overflow: visible;
}
.carousel .slick-slide {
  opacity: 0.5;
  transition: opacity 0.3s;
  margin: 0 0.5rem;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .carousel .slick-slide {
    margin: 0 1.5rem;
  }
}
.carousel .slick-slide.slick-active {
  opacity: 1;
}

.featured__wrapper {
  padding: 6rem 0;
}
.featured__container {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.featured__col {
  color: #253746;
  font-weight: 300;
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .featured__col {
    font-size: 1.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .featured__col {
    font-size: 1.2rem;
  }
}
.featured__col h2 {
  font-weight: 300;
  color: #253746;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .featured__col h2 {
    font-size: 1.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .featured__col h2 {
    font-size: 1.9rem;
  }
}
.featured__col img {
  display: block;
}
@media screen and (max-width: 767px) {
  .featured__col img {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .featured__col:nth-child(1) {
    flex-basis: 55%;
  }
  .featured__col:nth-child(2) {
    flex-basis: 40%;
  }
}

.archive .page-header,
.page .entry-header {
  text-align: center;
  padding: 2rem 2rem 2rem 2rem;
}
@media only screen and (min-width: 768px) {
  .archive .page-header,
.page .entry-header {
    font-size: 1.25rem;
    padding: 3.7rem 2rem;
  }
}
.archive .page-header h1,
.page .entry-header h1 {
  margin: 0;
  line-height: 1;
  font-size: 3rem;
}
@media only screen and (min-width: 1200px) {
  .archive .page-header h1,
.page .entry-header h1 {
    font-size: 3.5rem;
  }
}

.archive-description,
.page-description {
  max-width: 900px;
  margin: 0 auto;
}

.cta__container {
  justify-content: space-between;
  vertical-align: top;
  max-width: 920px;
  flex-wrap: wrap;
}
.cta__item {
  text-align: center;
  flex-basis: 50%;
  display: block;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  .cta__item:nth-child(1), .cta__item:nth-child(2) {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .cta__item {
    flex-basis: 25%;
  }
}
.cta__item h2 {
  font-weight: 500;
  font-size: 1.1rem;
  transition: color 0.3s;
}
@media only screen and (min-width: 1200px) {
  .cta__item h2 {
    font-size: 1.4rem;
  }
}
.cta__item:hover {
  color: #253746;
}
.cta__item:hover h2 {
  color: #253746;
}
.cta__item:hover svg {
  fill: #253746;
  stroke: #253746;
}
.cta__item:hover svg g, .cta__item:hover svg path, .cta__item:hover svg line {
  stroke: #253746;
}
.cta__svg {
  height: 90px;
}
.cta__svg svg {
  max-height: 85px;
}
.cta__svg svg g, .cta__svg svg path, .cta__svg svg line {
  stroke: #253746;
  transition: all 0.3s;
}

.term-15 .taxfilters--stores .taxfilters__cc:before {
  opacity: 1;
}

.store__wrapper h1 {
  font-weight: 300;
}
@media only screen and (min-width: 1200px) {
  .store__wrapper h1 {
    margin: 0;
  }
}
.store__wrapper h2 {
  font-weight: 500;
  color: #253746;
  margin-top: 0;
}
.store__wrapper p {
  margin: 0;
}
.store__row {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .store__row {
    padding: 2rem 2rem;
  }
}
.store__row:nth-child(2) {
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .store__row:nth-child(2) {
    padding: 0 0 2rem 0;
  }
  .store__row:nth-child(2) .store__col:nth-child(2) {
    padding: 2rem 2rem 0 2rem;
  }
}
.store__row:nth-child(2) .store__col:nth-child(1) {
  background-size: cover;
  padding-top: 53%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .store__row:nth-child(2) .store__col:nth-child(1) {
    padding-top: 36%;
  }
}
/*.store__row:nth-child(2) .store__col:nth-child(1):before {*/
/*  display: block;*/
/*  content: "";*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  background-color: #253746;*/
/*  opacity: 0.8;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*}*/
.store__row:nth-child(2) .store__col:nth-child(1) img,
.store__row:nth-child(2) .store__col:nth-child(1) p {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: auto;
  max-width: 250px;
}
@media screen and (min-width: 768px) {
  .store__row:nth-child(2) .store__col:nth-child(1) img,
.store__row:nth-child(2) .store__col:nth-child(1) p {
    min-width: 150px;
  }
}
.store__row:nth-child(2) .store__col:nth-child(1) p {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .store__row:nth-child(2) .store__col:nth-child(1) p {
    font-size: 2rem;
  }
}
.store__row:nth-child(3) .store__col:nth-child(1) {
  font-weight: 300;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .store__row:nth-child(3) .store__col:nth-child(1) {
    font-size: 1.1rem;
    padding-right: 1.3rem;
  }
}
.store__col {
  flex-basis: 100%;
}
@media screen and (max-width: 767px) {
  .store__col:nth-child(2) {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .store__col:nth-child(1) {
    flex-basis: 55%;
  }
  .store__col:nth-child(2) {
    flex-basis: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .store__col:nth-child(1) {
    flex-basis: 69%;
  }
  .store__col:nth-child(2) {
    flex-basis: 26%;
  }
}
.store__map {
  margin-top: 3rem;
}
@media only screen and (min-width: 768px) {
  .store__links {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .store__links a {
    flex-basis: 48%;
    align-items: center;
    min-height: 150px;
    flex-direction: column;
  }
  .store__links a svg {
    max-height: 58px;
  }
}
.store__click-collect {
  color: #303546;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 50%;
  background: url(media/store/click_collect.svg) no-repeat left;
  background-size: 100px;
  margin-top: 1rem;
}

.taxfilters {
  position: relative;
  z-index: 1;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.1);
}
.taxfilters__container {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.taxfilters__header {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-bottom: 0.8rem;
  margin-bottom: 1.2rem;
}
@media only screen and (min-width: 1200px) {
  .taxfilters__header {
    border-bottom: 1px solid #253746;
    justify-content: space-between;
  }
}
.taxfilters__item {
  margin: 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .taxfilters__item {
    margin: 0 3rem;
  }
}
.taxfilters__item.wo--active a {
  color: #303546;
  font-weight: 600;
}
.taxfilters__item.wo--active a:after {
  opacity: 1;
}
.taxfilters__item a {
  font-size: 1rem;
  text-transform: uppercase;
  text-decoration: none;
  outline: none;
  transition: color 0.3s;
  color: #ABACAE;
  font-weight: 300;
  padding: 0.5rem 0;
}
@media screen and (min-width: 768px) {
  .taxfilters__item a {
    font-size: 1.6rem;
  }
}
.taxfilters__item a:after {
  display: block;
  position: relative;
  content: "";
  height: 5px;
  background-color: #303546;
  opacity: 0;
  transition: opacity 0.3s;
}
.taxfilters__cc {
  background-color: #EDEDED;
  padding: 2rem 0 0 0;
}
.taxfilters__cc input {
  width: 20px;
  height: 20px;
  position: relative;
  top: 3px;
}
.taxfilters__cc label {
  margin-left: 1rem;
}

.term-59 .click-collect-filter {
  background-color: #2F2F2F;
}

.wo__wrapper {
  padding: 4rem 0 3rem 0;
  background-color: #EDEDED;
}
@media only screen and (min-width: 768px) {
  .wo__wrapper {
    padding-top: 4rem;
  }
}
.wo__area {
  display: none;
  flex-wrap: wrap;
}
.wo__area.wo--active {
  display: flex;
}

.post-type-archive-whats_on #colophon,
.post-type-archive-stores #colophon {
  margin-top: 0;
}

.newsletter-modal {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 17;
}
.newsletter-modal--active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
.newsletter-modal h2 {
  margin-top: 0;
  text-align: center;
  color: #303546;
  font-size: 1.8rem;
  font-weight: 100;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 768px) {
  .newsletter-modal h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .newsletter-modal h2 {
    font-size: 3.2rem;
  }
}
.newsletter-modal label {
  color: #303546;
  display: block;
  margin-top: 2rem;
}
.newsletter-modal input {
  display: block;
  background-color: #EDEDED;
  border-radius: 0;
  outline: none;
}
.newsletter-modal input[type=text], .newsletter-modal input[type=email] {
  width: 100%;
}
.newsletter-modal input[type=checkbox] {
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #EDEDED;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.newsletter-modal input[type=checkbox]:checked {
  background-color: #303546;
}
.newsletter-modal button[type=submit] {
  background-color: transparent;
  font-size: 1rem;
  padding: 0.8rem 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #303546;
  cursor: pointer;
  width: 100%;
}
.newsletter-modal .response {
  margin: 1rem 0;
  font-weight: 800;
}
.newsletter-modal .btn {
  display: inline-block;
}
.newsletter-modal__wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(37, 55, 70, 0.8);
  top: 0;
  left: 0;
  overflow: scroll;
  padding: 6rem 0;
}
.newsletter-modal__container {
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s;
  position: relative;
}
.newsletter-modal__container:hover {
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
}
.newsletter-modal__inner-container {
  max-width: 500px;
  padding: 4rem 0 5rem 0;
  margin: 0 auto;
}
.newsletter-modal__opt-in {
  display: flex;
}
.newsletter-modal__opt-in input[type=checkbox] {
  margin-top: 2rem;
  margin-right: 1rem;
}
.newsletter-modal__close {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: 0;
  font-size: 0;
  width: 23px;
  height: 23px;
  background: url(media/general/close_white.svg) no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .newsletter-modal__close {
    right: -30px;
    left: inherit;
  }
}

.search-modal {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  position: fixed;
  top: 127px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  z-index: 2;
}
.search-modal .search-close {
  display: block;
  content: "";
  width: 23px;
  height: 23px;
  background: url(media/general/close_blue.svg) no-repeat center;
}
.search-modal--active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding-top: 6rem;
}
.search-modal__close {
  display: block;
  font-size: 0;
  width: 23px;
  height: 23px;
  background: url(media/general/close_blue.svg) no-repeat center;
  justify-self: flex-end;
  float: right;
  position: relative;
  top: -23px;
}
@media only screen and (min-width: 1200px) {
  .search-modal__close {
    right: -23px;
  }
}

form.search {
  width: 100%;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #253746;
  padding: 1rem 0;
}
form.search:before {
  display: block;
  width: 40px;
  height: 37px;
  background: url(media/general/search_blue.svg) no-repeat center;
  content: "";
}
form.search input[type=search] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0.7rem 0 0.7rem 2rem;
  border: 0;
  width: 100%;
}
form.search label {
  flex-basis: 100%;
}

.search-results-header__container {
  font-weight: 800;
  font-size: 1.2rem;
}

.search-page-search__wrapper {
  padding: 3rem 0;
}

@media only screen and (max-width: 767px) {
  .search-results__wrapper {
    padding: 3rem 0;
  }
}

@media only screen and (min-width: 768px) {
  .three-col-cta__wrapper {
    margin-bottom: 4rem;
  }
}
.three-col-cta__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.three-col-cta__item {
  position: relative;
  flex-basis: 100%;
  transition: all 0.2s;
}
.three-col-cta__item:hover {
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media only screen and (min-width: 768px) {
  .three-col-cta__item {
    flex-basis: 30%;
  }
}
@media only screen and (max-width: 767px) {
  .three-col-cta__item {
    display: flex;
    justify-content: flex-end;
  }
  .three-col-cta__item:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.three-col-cta__item h2, .three-col-cta__item p {
  color: #ffffff;
  margin: 0;
}
.three-col-cta__item h2 {
  font-weight: 100;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 0.3rem;
}
.three-col-cta__item:nth-child(odd) .three-col-cta__content {
  background-color: #303546;
}
@media only screen and (max-width: 767px) {
  .three-col-cta__item:nth-child(odd) .three-col-cta__content {
    left: inherit;
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .three-col-cta__item:nth-child(odd) {
    justify-content: flex-start;
  }
}
.three-col-cta__content {
  padding: 1rem;
  background-color: #253746;
  position: absolute;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s;
  border-radius: 3px;
}
.three-col-cta__content:hover {
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
}
@media only screen and (min-width: 768px) {
  .three-col-cta__content {
    bottom: -3rem;
    max-width: 80%;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .three-col-cta__content {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 40%;
    padding: 8% 1rem;
    min-width: 150px;
    min-height: 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
}
@media only screen and (max-width: 768px) {
  .three-col-cta__image {
    max-width: 70%;
  }
}
.three-col-cta__image img {
  display: block;
  border-radius: 3px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s;
}
.three-col-cta__image img:hover {
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
}

.hp-info-boxes .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .hp-info-boxes .container {
    padding: 0;
  }
}
.hp-info-boxes .btn {
  display: inline-block;
}
.hp-info-boxes__col {
  flex-basis: 100%;
  background-color: #EDF3ED;
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .hp-info-boxes__col {
    flex-basis: 46%;
  }
}
@media only screen and (min-width: 1200px) {
  .hp-info-boxes__col {
    flex-basis: 49.5%;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hp-info-boxes__col {
    flex-basis: 43.5%;
  }
}
@media only screen and (max-width: 767px) {
  .hp-info-boxes__col:nth-child(2) {
    background-color: #ffffff;
  }
}
.hp-info-boxes__col > div {
  width: 100%;
}
.hp-info-boxes__col > div.social {
  width: inherit;
}
.hp-info-boxes__visit-info {
  display: flex;
  text-align: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .hp-info-boxes__visit-info {
    justify-content: space-around;
  }
}
.hp-info-boxes__visit-info > div {
  flex-basis: 45%;
  padding-top: 5rem;
  background-position: top;
  background-repeat: no-repeat;
  background-size: 73px;
}
.hp-info-boxes__visit-info > div p {
  margin: 0;
}
.hp-info-boxes__visit-info .hp-info-boxes__opening-hours {
  background-image: url(media/homepage/clock.svg);
}
.hp-info-boxes__visit-info .hp-info-boxes__parking {
  background-image: url(media/homepage/parking.svg);
}
.hp-info-boxes__social a {
  width: 40px;
  height: 40px;
  margin: 0 2rem;
}
.hp-info-boxes__newsletter h2 {
  font-weight: 700;
  font-size: 1.55rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .hp-info-boxes__newsletter h2 {
    font-size: 2.2rem;
  }
}
.hp-info-boxes__newsletter p {
  margin: 0 0 2rem 0;
}

.bleed-cta {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .bleed-cta {
    margin-bottom: 12rem;
  }
}
.bleed-cta__container {
  min-width: 670px;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .bleed-cta__container {
    justify-content: center;
  }
}
.bleed-cta__bg {
  min-height: 350px;
  height: 350px;
  display: flex;
  align-items: center;
  background-size: cover;
  background-position: 80%;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .bleed-cta__bg {
    height: 400px;
  }
}
.bleed-cta__content {
  margin: 0 auto;
  background-color: #EDF3ED;
  color: #303546;
  text-align: center;
  width: 100%;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 320px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) {
  .bleed-cta__content {
    background-color: #ffffff;
  }
}
@media only screen and (max-width: 767px) {
  .bleed-cta__content {
    position: relative;
    top: 120px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    transition: box-shadow 0.3s;
  }
  .bleed-cta__content:hover {
    box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
  }
}
@media only screen and (min-width: 768px) {
  .bleed-cta__content {
    max-width: 360px;
  }
}
.bleed-cta h2 {
  color: #303546;
  font-size: 2.5rem;
  font-weight: 100;
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .bleed-cta h2 {
    font-size: 2.8rem;
  }
}
.bleed-cta .btn {
  display: inline-block;
  align-self: baseline;
  margin: 0 auto;
  background-color: #EDF3ED;
}
@media only screen and (min-width: 768px) {
  .bleed-cta .btn {
    background-color: #ffffff;
  }
}

.whats-on-feed__wrapper {
  background-color: #D4E7E5;
}
.whats-on-feed__header {
  text-align: center;
  margin-bottom: 4rem;
}
.whats-on-feed__header h2 {
  color: #303546;
  font-size: 2.8rem;
  font-weight: 100;
  margin-bottom: 0;
  line-height: 1;
}
.whats-on-feed__content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.whats-on-feed__content p {
  margin-top: 0;
}
.whats-on-feed__content h2 {
  margin: 0.8rem 0;
}
.whats-on-feed__content h2, .whats-on-feed__content .view-more {
  color: #303546;
}
.whats-on-feed__content .tax-term {
  font-weight: 700;
  margin: 0;
}
.whats-on-feed__content .view-more {
  font-weight: 500;
  margin-bottom: 0.5rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline-block;
}
.whats-on-feed__carousel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 950px;
  margin: 0 auto;
}
.whats-on-feed__carousel .slick-slide {
  padding: 0 1rem;
  transition: opacity 0.3s;
  opacity: 0;
}
.whats-on-feed__carousel .slick-list {
  overflow: visible;
}
.whats-on-feed__carousel .slick-active {
  opacity: 1;
}
.whats-on-feed__carousel .slick-arrow.slick-next {
  right: -90px;
}
.whats-on-feed__carousel .slick-arrow.slick-prev {
  left: -90px;
}
.whats-on-feed__item {
  background-color: #ffffff;
  display: block;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s;
  flex-basis: 31.5%;
  text-decoration: none;
  min-height: 490px;
  border-radius: 0 0 5px 5px;
}
.whats-on-feed__item:hover {
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
}
.whats-on-feed__image {
  border-radius: 5px 5px 0 0;
  height: 230px;
  background-color: #253746;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.whats-on-feed__image h2 {
  color: #ffffff;
  padding: 0 1.5rem;
  text-align: center;
}
.whats-on-feed__image img {
  display: block;
  height: 230px;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  border-radius: 5px 5px 0 0;
}
.whats-on-feed__button {
  display: flex;
  justify-content: center;
  margin: 4rem 0;
}
.whats-on-feed__button .btn {
  display: inline-block;
}

.two-column-content h2 {
  color: #4B5E6B;
  font-size: 2rem;
  font-weight: 300;
  margin: 0;
}
.two-column-content .btn {
  display: inline-block;
}
.two-column-content .btn--mobile {
  margin-top: 2rem;
}
.two-column-content__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.two-column-content__col {
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .two-column-content__col {
    flex-basis: 46%;
  }
}
.two-column-content__area {
  border-top: 1px solid #ABACAE;
  padding: 3rem 0;
}
.two-column-content__title {
  display: flex;
  align-items: center;
}
.two-column-content__title img {
  margin-right: 1rem;
  width: 100%;
  max-width: 30px;
  max-height: 30px;
}

.centre-location ul,
.centre-stores-map ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .centre-location__col:nth-child(1),
.centre-stores-map__col:nth-child(1) {
    flex-basis: 25%;
  }
  .centre-location__col:nth-child(2),
.centre-stores-map__col:nth-child(2) {
    flex-basis: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .centre-location__col:nth-child(1),
.centre-stores-map__col:nth-child(1) {
    padding-bottom: 2rem;
  }
}

.centre-stores-map #mapplic-id1144 {
  height: 300px;
}

.jobs-filters__wrapper {
  padding-bottom: 4rem;
}
.jobs-filters__wrapper h2 {
  font-weight: 700;
}
.jobs-filters__wrapper p {
  font-weight: 500;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .jobs-filters__wrapper h2, .jobs-filters__wrapper p {
    font-size: 1.3rem;
  }
}
.jobs-filters__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 1rem 0;
}
@media only screen and (min-width: 768px) {
  .jobs-filters__row:nth-child(2) .jobs-filters__col {
    flex-basis: 45%;
  }
}
.jobs-filters__row:nth-child(3) {
  justify-content: center;
  text-align: center;
}
.jobs-filters__row:nth-child(3) .jobs-filters__col {
  flex-basis: 100%;
}
.jobs-filters__col {
  flex-basis: 100%;
}
.jobs-filters__col .btn {
  display: inline-block;
}
.jobs-filters__button {
  display: block;
  border: 1px solid #253746;
  border-radius: 3px;
  padding: 0.5rem;
  flex-basis: 45%;
  transition: all 0.3s;
  text-decoration: none;
}
.jobs-filters__button:hover, .jobs-filters__button.jobs-filters__button--active {
  background-color: #303546;
  color: #ffffff;
  border-color: #303546;
}
.jobs-filters__buttons-container {
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
}

.centre-stores-map__map .mapplic-element,
.centre-stores-map__map .mapplic-container {
  height: 250px !important;
}
@media only screen and (min-width: 768px) {
  .centre-stores-map__map .mapplic-element,
.centre-stores-map__map .mapplic-container {
    height: 350px !important;
  }
}
@media only screen and (min-width: 768px) {
  .centre-stores-map__map .mapplic-element,
.centre-stores-map__map .mapplic-container {
    height: 420px !important;
  }
}

a.btn,
.btn,
input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-align: center;
  padding: 0.5rem 2rem;
  color: #303546;
  border-radius: 5px;
  transition: all 0.3s;
  -webkit-transform: scale(1);
          transform: scale(1);
  text-decoration: none;
  border: 1px solid #303546;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  a.btn,
.btn,
input[type=submit] {
    padding: 0.7rem 3rem;
  }
}
a.btn:hover,
.btn:hover,
input[type=submit]:hover {
  background-color: #303546;
  color: #ffffff;
}

a.btn--white {
  background-color: #ffffff;
  color: #253746;
}
a.btn--white:hover {
  background-color: #303546;
  color: #ffffff;
}
@media only screen and (max-width: 767px) {
  a.btn--desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  a.btn--mobile {
    display: none !important;
  }
}

.slick-dots {
  display: flex;
  justify-content: center;
  list-style-type: none;
  padding: 0;
  margin: 2rem 0 2rem 0;
}
.slick-dots button {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #ffffff;
  margin: 0 7.5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: none;
  cursor: pointer;
}
.slick-dots .slick-active button {
  background-color: #253746;
}

.sc {
  flex-basis: 100%;
  margin-bottom: 1.5rem;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s;
  border-radius: 3px;
  text-decoration: none;
  background-color: #ffffff;
  border-radius: 5px;
}
.sc:hover {
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
}
@media screen and (min-width: 768px) {
  .sc {
    flex-basis: 30%;
    margin-bottom: 2.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .sc {
    flex-basis: 22%;
    margin-bottom: 3.7rem;
  }
}
.sc.whats_on .sc__image:after, .sc.enjoy .sc__image:after {
  display: none;
}
.sc.whats_on h2, .sc.enjoy h2 {
  color: #303546;
}
.sc.sc--event {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .sc.sc--event {
    flex-basis: 47.5%;
  }
}
@media screen and (min-width: 1200px) {
  .sc.sc--event {
    flex-basis: 30%;
  }
}
.sc.sc--offer .sc__image {
  background-color: #253746;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.sc.sc--offer .sc__image h2 {
  color: #ffffff;
  padding: 0 1.5rem;
  text-align: center;
}
.sc.sc--news, .sc.sc--competition {
  flex-basis: 100%;
}
@media screen and (min-width: 768px) {
  .sc.sc--news, .sc.sc--competition {
    flex-basis: 47.5%;
  }
}
.sc.sc--news, .sc.sc--competitions {
  display: flex;
}
.sc.sc--news .sc__header, .sc.sc--competitions .sc__header {
  flex-basis: 150px;
}
@media screen and (min-width: 768px) {
  .sc.sc--news .sc__header, .sc.sc--competitions .sc__header {
    flex-basis: 230px;
  }
}
.sc.sc--news .sc__info, .sc.sc--competitions .sc__info {
  flex-basis: calc(100% - 150px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .sc.sc--news .sc__info, .sc.sc--competitions .sc__info {
    flex-basis: calc(100% - 230px);
  }
}
.sc.sc--enjoy:nth-child(1), .sc.sc--enjoy:nth-child(2) {
  flex-basis: 100%;
}
@media only screen and (min-width: 768px) {
  .sc.sc--enjoy:nth-child(1), .sc.sc--enjoy:nth-child(2) {
    flex-basis: 48%;
  }
}
.sc:hover .sc__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.sc__header {
  overflow: hidden;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.sc__image {
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  height: 150px;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 768px) {
  .sc__image {
    height: 230px;
  }
}
.sc__image:after {
  display: block;
  /*content: "";*/
  position: absolute;
  top: 0;
  left: 0;
  background-color: #253746;
  opacity: 0.8;
  width: 100%;
  height: 100%;
}
.sc__image img {
  display: block;
  height: 150px;
  width: 100%;
  border-radius: 5px 5px 0 0;
}
@media screen and (min-width: 768px) {
  .sc__image img {
    height: 230px;
  }
}
.sc__image--store-logo {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.sc__image--store-logo img {
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  .sc__image--store-logo img {
    max-width: 150px;
  }
}
.sc__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .sc__logo {
    font-size: 1.2rem;
  }
}
.sc__logo p {
  font-weight: 700;
  color: #ffffff;
  margin: 0;
}
.sc__logo img {
  margin: 0 auto;
  display: block;
  max-height: 110px;
}
.sc__store-logo {
  max-width: 150px;
}
.sc__info {
  padding: 1.1rem;
  border-radius: 0px 0px 3px 3px;
}
.sc__info.sc--dblue {
  background-color: #253746;
}
.sc__info.sc--dblue h2 {
  color: #ffffff;
}
.sc__info.sc--bold h2 {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .sc__info {
    padding: 1.5rem;
  }
}
.sc__info h2 {
  font-weight: 300;
  font-size: 1rem;
  margin: 0;
  color: #253746;
}
@media screen and (min-width: 768px) {
  .sc__info h2 {
    font-size: 1.25rem;
  }
}
.sc__info .view-more {
  margin: 1rem 0 0 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.sc__date {
  padding: 0;
  margin: 0 0 1rem 0;
}
.sc.jobs .sc__image {
  background-color: #303546;
}

.sq-button {
  background-color: #EDF3ED;
  padding: 1.2rem 0;
  font-weight: 500;
  transition: all 0.3s;
  display: flex;
  justify-content: space-around;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s;
  margin-bottom: 1.8rem;
  text-decoration: none;
}
.sq-button:hover {
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
}
.sq-button > * {
  flex-basis: 48%;
}
.sq-button:hover {
  background-color: #253746;
  color: #ffffff;
}
.sq-button:hover svg {
  fill: #ffffff;
  stroke: #ffffff;
}
.sq-button:hover svg g, .sq-button:hover svg path, .sq-button:hover svg line, .sq-button:hover svg rect {
  stroke: #ffffff !important;
}
.sq-button svg {
  display: block;
  height: 43px;
  transition: all 0.3s;
}
.sq-button span {
  display: block;
  text-align: left;
  padding-top: 0.5rem;
}

.acf-map {
  height: 300px;
}
@media screen and (min-width: 768px) {
  .acf-map {
    height: 500px;
  }
}

input[type=text],
input[type=email],
textarea {
  border: 0;
  padding: 8px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  input[type=text],
input[type=email],
textarea {
    width: inherit;
  }
}

textarea {
  width: 100%;
}

input[type=submit] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 1rem;
  border: 1px solid #253746;
  border-radius: 3px;
  cursor: pointer;
  padding: 1rem 1.2rem;
  background-color: transparent;
}

.archive__image picture {
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s;
  margin-bottom: 2rem;
  display: block;
}
.archive__image picture:hover {
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
}
.archive__image picture img {
  display: block;
}

ul.slick-dots .slick-active button {
  border-color: #303546;
  background-color: #303546;
}
ul.slick-dots button {
  background-color: transparent;
  border: 1px solid #253746;
  width: 15px;
  height: 15px;
}

.slick-arrow {
  display: none !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 0;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  transition: box-shadow 0.3s;
  width: 60px;
  height: 60px;
  border: 0;
  border-radius: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-image: url(media/homepage/arrow-left.svg);
  background-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.slick-arrow:hover {
  box-shadow: rgba(45, 45, 45, 0.05) 0px 2px 2px, rgba(49, 49, 49, 0.05) 0px 4px 4px, rgba(42, 42, 42, 0.05) 0px 8px 8px, rgba(32, 32, 32, 0.05) 0px 16px 16px, rgba(49, 49, 49, 0.05) 0px 32px 32px, rgba(35, 35, 35, 0.05) 0px 64px 64px;
}
.slick-arrow:hover {
  box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.26), 0 10px 20px 0 rgba(0, 0, 0, 0.19);
}
@media only screen and (min-width: 768px) {
  .slick-arrow {
    display: block !important;
    margin-top: -20px;
  }
}
.slick-arrow.slick-prev {
  left: 30px;
}
.slick-arrow.slick-next {
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(media/homepage/arrow-right.svg);
}

/*# sourceMappingURL=style.css.map */