html.no-scroll{scrollbar-gutter:stable}body.no-scroll{overflow-y:hidden}.modal-window{--mw-zindex:999999;--mw-position:fixed;--mw-inset-top:auto;--mw-inset-right:auto;--mw-inset-bottom:auto;--mw-inset-left:auto;--mw-inset:var(--mw-inset-top) var(--mw-inset-right) var(--mw-inset-bottom) var(--mw-inset-left);--mw-width:662px;--mw-height:auto;--mw-bg-color:#fff;--mw-bg-img:none;--mw-padding:10px;--mw-font-size:16px;--mw-font-family:inherit;--mw-shadow:none;--mw-radius:5px;--mw-border:none;--mw-overlay:rgba(0,0,0,.7);--mw-scrollbar-width:thin;--mw-scrollbar-thin:6px;--mw-scrollbar-color:#4f4f4f;--mw-scrollbar-track:hsla(0,0%,100%,0);--mw-close-inset:0 0 auto auto;--mw-close-padding:6px 12px;--mw-close-size:12px;--mw-close-font:inherit;--mw-close-weight:400;--mw-close-style:normal;--mw-close-radius:0;--mw-close-color:#fff;--mw-close-h-color:#000;--mw-close-bg:#000;--mw-close-h-bg:#fff;--mw-close-box:24px;--mw-title-size:32px;--mw-title-line-height:36px;--mw-title-font:inherit;--mw-title-weight:400;--mw-title-style:normal;--mw-title-align:left;--mw-title-color:#383838;--mw-title-bg:hsla(0,0%,100%,0);--mw-flbtn-inset:50% -4px auto auto;--mw-flbtn-padding:14px 14px;--mw-flbtn-radius:4px;--mw-flbtn-size:1.2em;--mw-flbtn-color:#fff;--mw-flbtn-h-color:#fff;--mw-flbtn-bg:#383838;--mw-flbtn-h-bg:#797979;--mw-anime-duration:5s;--mw-anime-iteration:5;--mw-form-width:100%;--mw-form-padding:10px;--mw-form-margin:0 auto;--mw-form-border:1px solid #fff;--mw-form-radius:0px;--mw-form-bg:#fff;--mw-field-border-width:1px;--mw-field-border-color:#383838;--mw-field-radius:0px;--mw-field-size:16px;--mw-field-bg:#fff;--mw-field-color:#383838;--mw-field-input-height:36px;--mw-field-textarea-height:72px;--mw-form-btn-color:#fff;--mw-form-btn-bg:#e95645;--mw-form-btn-h-bg:#d45041;--mw-form-btn-size:16px;--mw-form-text-size:16px;--mw-form-text-color:#48c774}.modal-window div,.modal-window form{box-sizing:border-box}.modal-window__wrapper{display:none;inset:0 0 0 0;overflow:auto;pointer-events:none;position:fixed;-webkit-user-select:text;-moz-user-select:text;user-select:text;visibility:visible;z-index:var(--mw-zindex)}.modal-window__wrapper.is-block,.modal-window__wrapper.is-clickable{pointer-events:auto}.modal-window__wrapper.has-overlay{background-color:var(--mw-overlay)}.modal-window__title{background-color:var(--mw-title-bg);border-radius:var(--mw-radius) var(--mw-radius) 0 0;color:var(--mw-title-color);font-family:var(--mw-title-font);font-size:var(--mw-title-size);font-style:var(--mw-title-style);font-weight:var(--mw-title-weight);line-height:var(--mw-title-line-height);margin-block-start:calc(var(--mw-padding)*-1);margin-inline:calc(var(--mw-padding)*-1);padding-inline:var(--mw-padding);position:relative;text-align:var(--mw-title-align)}.modal-window__content{background-color:var(--mw-bg-color);background-image:var(--mw-bg-img);background-repeat:no-repeat;background-size:cover;border:var(--mw-border);border-radius:var(--mw-radius);box-shadow:var(--mw-shadow);display:none;font-family:var(--mw-font-family);font-size:var(--mw-font-size);height:var(--mw-height);inset:var(--mw-inset);margin:auto;max-height:calc(100vh - var(--mw-inset-top));padding:var(--mw-padding);pointer-events:auto;position:var(--mw-position);width:var(--mw-width);z-index:calc(var(--mw-zindex) + 1)}.modal-window__content-wrapper{display:flex;flex-direction:column;height:calc(var(--mw-height) - var(--mw-padding)*2);max-height:calc(100vh - var(--mw-inset-top) - var(--mw-padding)*2);-webkit-user-select:text;-moz-user-select:text;user-select:text}.modal-window__content-main{flex:1;margin-inline:calc(var(--mw-padding)*-1);overflow-y:auto;padding-inline:var(--mw-padding);scrollbar-color:var(--mw-scrollbar-color) var(--mw-scrollbar-track);scrollbar-width:var(--mw-scrollbar-width)}.modal-window__content-main::-webkit-scrollbar{-webkit-appearance:none;background-color:var(--mw-scrollbar-track);width:var(--mw-scrollbar-thin)}.modal-window__content-main::-webkit-scrollbar-thumb{background-color:var(--mw-scrollbar-color);border-radius:4px}.modal-window__close{background-color:var(--mw-close-bg);border-radius:var(--mw-close-radius);color:var(--mw-close-color);cursor:pointer;display:none;font-family:var(--mw-close-font);font-size:var(--mw-close-size);font-style:var(--mw-close-style);font-weight:var(--mw-close-weight);inset:var(--mw-close-inset);padding:var(--mw-close-padding);position:absolute;transition:all .2s ease;z-index:calc(var(--mw-zindex) + 2)}.modal-window__close:focus,.modal-window__close:hover{background-color:var(--mw-close-h-bg);color:var(--mw-close-h-color)}.modal-window__close.-image{padding:0}.modal-window__close.-image:after{align-items:center;content:"×";display:flex;height:var(--mw-close-box);justify-content:center;width:var(--mw-close-box)}.modal-window__form{background:var(--mw-form-bg);border:var(--mw-form-border);border-radius:var(--mw-form-radius);margin:var(--mw-form-margin);padding:var(--mw-form-padding);width:var(--mw-form-width)}.modal-window__form input[type=email],.modal-window__form input[type=text],.modal-window__form textarea{background:var(--mw-field-bg);border-color:var(--mw-field-border-color);border-radius:var(--mw-field-radius);border-style:solid;border-width:var(--mw-field-border-width);box-sizing:border-box;color:var(--mw-field-color);display:block;font-size:var(--mw-field-size);margin-bottom:13px;max-width:none;padding:10px;width:calc(100% - var(--mw-field-border-width))}.modal-window__form input[type=email]::-moz-placeholder,.modal-window__form input[type=text]::-moz-placeholder,.modal-window__form textarea::-moz-placeholder{opacity:.75}.modal-window__form input[type=email]::-moz-placeholder,.modal-window__form input[type=text]::-moz-placeholder,.modal-window__form textarea::-moz-placeholder{opacity:.75}.modal-window__form input[type=email]::placeholder,.modal-window__form input[type=text]::placeholder,.modal-window__form textarea::placeholder{opacity:.75}.modal-window__form input[type=email],.modal-window__form input[type=text]{height:var(--mw-field-input-height);line-height:var(--mw-field-input-height)}.modal-window__form textarea{height:var(--mw-field-textarea-height);overflow:auto}.modal-window__form input[type=submit]{background:var(--mw-form-btn-bg);border-color:var(--mw-field-border-color);border-radius:var(--mw-field-radius);border-style:solid;border-width:var(--mw-field-border-width);color:var(--mw-form-btn-color);cursor:pointer;display:inline-block;font-size:var(--mw-form-btn-size);padding:10px;text-decoration:none;width:calc(100% - var(--mw-field-border-width))}.modal-window__form input[type=submit]:hover{background:var(--mw-form-btn-h-bg)}.modal-window__form-result{color:var(--mw-form-text-color);font-size:var(--mw-form-text-size);margin-bottom:13px}.modal-window .modal-float-button{align-items:center;background:var(--mw-flbtn-bg);border-radius:var(--mw-flbtn-radius);color:var(--mw-flbtn-color);cursor:pointer;display:flex;font-size:var(--mw-flbtn-size);gap:8px;inset:var(--mw-flbtn-inset);justify-content:center;line-height:1;padding:var(--mw-flbtn-padding);position:fixed;transition:all .2s ease;z-index:calc(var(--mw-zindex) - 1)}.modal-window .modal-float-button.is-inactive{display:none}.modal-window .modal-float-button:hover{background:var(--mw-flbtn-h-bg);color:var(--mw-flbtn-h-color)}.modal-window .modal-float-button.is-left{rotate:-90deg;transform-origin:left top 0}.modal-window .modal-float-button.is-right{rotate:90deg;transform-origin:right top 0}.modal-window .modal-float-button.has-animation{animation-duration:var(--mw-anime-duration);animation-fill-mode:both;animation-iteration-count:var(--mw-anime-iteration)}.modal-window .modal-float-button.has-animation.is-paused,.modal-window .modal-float-button.has-animation:hover{animation-play-state:paused}.modal-window .modal-float-button.has-animation._bounce{animation-name:mw-bounce}.modal-window .modal-float-button.has-animation._flash{animation-name:mw-flash}.modal-window .modal-float-button.has-animation._pulse{animation-name:mw-pulse;animation-timing-function:ease-in-out}.modal-window .modal-float-button.has-animation._rubberBand{animation-name:mw-rubberBand}.modal-window .modal-float-button.has-animation._shake{animation-name:mw-shake}.modal-window .modal-float-button.has-animation._swing{animation-name:mw-swing}.modal-window .modal-float-button.has-animation._tada{animation-name:mw-tada}.modal-window .modal-float-button.has-animation._wobble{animation-name:mw-wobble}.modal-window .modal-float-button.has-animation._jello{animation-name:mw-jello}.modal-window .modal-float-button.has-animation._headShake{animation-name:mw-headShake;animation-timing-function:ease-in-out}.modal-window .modal-float-button.has-animation._heartBeat{animation-name:mw-heartBeat;animation-timing-function:ease-in-out}.modal-window .modal-float-button:has(.fa-stack){background:#fff0}.modal-window .modal-float-button:has(.fa-stack) .fa-stack-2x{color:var(--mw-flbtn-bg)}.modal-window .modal-float-button:has(.fa-stack) .fa-stack-1x{color:var(--mw-flbtn-color)}.modal-window .modal-float-button:has(.fa-stack):hover .fa-stack-2x{color:var(--mw-flbtn-h-bg)}.modal-window .modal-float-button:has(.fa-stack):hover .fa-stack-1x{color:var(--mw-flbtn-h-color)}.modal-window a.modal-button{text-decoration:none}.modal-window .modal-button{border:none;border-radius:0;cursor:pointer;font-weight:400;justify-content:center;line-height:1;padding:calc(.5em - 1px) 1em;text-align:center;vertical-align:middle;white-space:nowrap}.modal-window .modal-button.is-small{border-radius:2px;font-size:.75em}.modal-window .modal-button.is-normal{font-size:1em}.modal-window .modal-button.is-medium{font-size:1.25em}.modal-window .modal-button.is-large{font-size:1.5em}.modal-window .modal-button.is-fullwidth{display:flex;width:100%}.wow-col{display:flex;flex-wrap:wrap}.wow-col-1,.wow-col-10,.wow-col-11,.wow-col-12,.wow-col-2,.wow-col-3,.wow-col-4,.wow-col-5,.wow-col-6,.wow-col-7,.wow-col-8,.wow-col-9{box-sizing:border-box}.wow-col-1{width:8.33333%}.wow-col-2{width:16.66667%}.wow-col-3{width:25%}.wow-col-4{width:33.33333%}.wow-col-5{width:41.66667%}.wow-col-6{width:50%}.wow-col-7{width:58.33333%}.wow-col-8{width:66.66667%}.wow-col-9{width:75%}.wow-col-10{width:83.33333%}.wow-col-11{width:91.66667%}.wow-col-12{width:100%}@keyframes mw-bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-30px,0) scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-15px,0) scaleY(1.05)}80%{transform:translateZ(0) scaleY(.95);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-4px,0) scaleY(1.02)}}@keyframes mw-flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes mw-pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}@keyframes mw-rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}@keyframes mw-shake{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px,0,0)}20%,40%,60%,80%{transform:translate3d(10px,0,0)}}@keyframes mw-swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes mw-tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(.9,.9,.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes mw-wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%,0,0) rotate(-5deg)}30%{transform:translate3d(20%,0,0) rotate(3deg)}45%{transform:translate3d(-15%,0,0) rotate(-3deg)}60%{transform:translate3d(10%,0,0) rotate(2deg)}75%{transform:translate3d(-5%,0,0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes mw-jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-.78125deg) skewY(-.78125deg)}77.7%{transform:skewX(.390625deg) skewY(.390625deg)}88.8%{transform:skewX(-.1953125deg) skewY(-.1953125deg)}}@keyframes mw-headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes mw-heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}/*!
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/
*/
 
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
 html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:#fff0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[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{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}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:.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:.9375rem}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,ins{background:#fff9c0;text-decoration:none}big{font-size:125%}*,*::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%}button,input[type=button],input[type=reset],input[type=submit]{border:1px solid;border-color:#ccc #ccc #bbb;border-radius:3px;background:#e6e6e6;color:rgb(0 0 0 / .8);font-size:.75rem;line-height:1;padding:.6em 1em .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%}a{color:#4169e1}a:visited{color:purple}a:hover,a:focus,a:active{color:#191970}a:focus{outline:thin dotted}a:hover,a:active{outline:0}.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 rgb(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}.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%}.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 rgb(0 0 0 / .6);clip:auto!important;-webkit-clip-path:none;clip-path:none;color:#21759b;display:block;font-size:.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}#primary[tabindex="-1"]:focus{outline:0}.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}.widget{margin:0 0 1.5em}.widget select{max-width:100%}.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}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}embed,iframe,object{max-width:100%}.custom-logo-link{display:inline-block}.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:.8075em 0}.wp-caption-text{text-align:center}.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:#fff}.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:.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(/wp-content/themes/st-marks/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:.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(/wp-content/themes/st-marks/media/header/facebook_blue.svg)}.social .twitter-link{background-image:url(/wp-content/themes/st-marks/media/header/twitter_blue.svg)}.social .instagram-link{background-image:url(/wp-content/themes/st-marks/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:#fff;height:100px;width:100%}#masthead .primary-header{padding:2.1rem 0;align-items:center}#masthead .primary-header .site-search{padding:.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(/wp-content/themes/st-marks/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:.7rem 0;background-color:#77839C;color:#fff}@media only screen and (max-width:1199px){#masthead .global-header{display:none}}#masthead .global-header .mailing-link{color:#fff;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:.9rem;color:#253746;font-weight:300;padding:15px 25px;margin-left:25px;letter-spacing:.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:#fff;text-align:center}#masthead .menu-modal__hours:after{display:block;content:"";width:40%;height:1px;background-color:#fff;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:0;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 #fff;background-color:#fff0;color:#fff}#masthead #site-navigation .menu-modal__newsletter .btn:hover{background-color:#fff;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(/wp-content/themes/st-marks/media/header/facebook_white.svg)}#masthead #site-navigation .menu-modal__social a.twitter-link{background-image:url(/wp-content/themes/st-marks/media/header/twitter_white.svg)}#masthead #site-navigation .menu-modal__social a.instagram-link{background-image:url(/wp-content/themes/st-marks/media/header/instagram_white.svg)}#masthead #site-navigation li{line-height:2.5}#masthead #site-navigation li a{font-size:2.25rem;color:#fff;font-weight:100}#masthead #site-navigation li:not(:last-child){border-bottom:1px solid #fff}}
/*!
 * 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:#fff0;border:0;margin:0;position:relative;z-index:16;padding:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.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}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:0.13s;transition-delay:0.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner::after{top:-20px;transition:top 0.2s 0.2s cubic-bezier(.33333,.66667,.66667,1),opacity 0.1s linear}.hamburger--collapse .hamburger-inner::before{transition:top 0.12s 0.2s cubic-bezier(.33333,.66667,.66667,1),-webkit-transform 0.13s cubic-bezier(.55,.055,.675,.19);transition:top 0.12s 0.2s cubic-bezier(.33333,.66667,.66667,1),transform 0.13s cubic-bezier(.55,.055,.675,.19);transition:top 0.12s 0.2s cubic-bezier(.33333,.66667,.66667,1),transform 0.13s cubic-bezier(.55,.055,.675,.19),-webkit-transform 0.13s cubic-bezier(.55,.055,.675,.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(.215,.61,.355,1)}#site-navigation.toggled .hamburger--collapse .hamburger-inner::after{top:0;opacity:0;transition:top 0.2s cubic-bezier(.33333,0,.66667,.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(.33333,0,.66667,.33333),-webkit-transform 0.13s 0.25s cubic-bezier(.215,.61,.355,1);transition:top 0.1s 0.16s cubic-bezier(.33333,0,.66667,.33333),transform 0.13s 0.25s cubic-bezier(.215,.61,.355,1);transition:top 0.1s 0.16s cubic-bezier(.33333,0,.66667,.33333),transform 0.13s 0.25s cubic-bezier(.215,.61,.355,1),-webkit-transform 0.13s 0.25s cubic-bezier(.215,.61,.355,1)}#colophon{background-color:#4B5E6B;color:#fff;padding:3.1rem 0;margin-top:6.2rem}#colophon a{color:#fff}#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:.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:.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(/wp-content/themes/st-marks/media/footer/facebook_white.svg)}#colophon .footer__social a.instagram-link{background-image:url(/wp-content/themes/st-marks/media/footer/instagram_white.svg)}#colophon .footer__social a.twitter-link{background-image:url(/wp-content/themes/st-marks/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:.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(/wp-content/themes/st-marks/media/footer/free-wifi.svg) no-repeat center;margin-right:.5rem}#colophon .footer__button{padding:.7rem 2rem;text-align:center;border:1px solid #fff;border-radius:3px;min-width:300px;transition:all 0.3s}#colophon .footer__button:hover{background-color:#fff;color:#4B5E6B}#colophon .footer__button:first-child{letter-spacing:.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:0 3px 6px 0 rgb(0 0 0 / .16);transition:box-shadow 0.3s;border-radius:5px}.carousel__item:hover{box-shadow:rgb(45 45 45 / .05) 0 2px 2px,rgb(49 49 49 / .05) 0 4px 4px,rgb(42 42 42 / .05) 0 8px 8px,rgb(32 32 32 / .05) 0 16px 16px,rgb(49 49 49 / .05) 0 32px 32px,rgb(35 35 35 / .05) 0 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:#fff;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:.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:#fff;border-color:#253746}.carousel .slick-list{overflow:visible}.carousel .slick-slide{opacity:.5;transition:opacity 0.3s;margin: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) 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:#fff;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(/wp-content/themes/st-marks/media/store/click_collect.svg) no-repeat left;background-size:100px;margin-top:1rem}.taxfilters{position:relative;z-index:1;box-shadow:0 6px 6px 0 rgb(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:.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 .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:.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:#fff0;font-size:1rem;padding:.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:rgb(37 55 70 / .8);top:0;left:0;overflow:scroll;padding:6rem 0}.newsletter-modal__container{width:100%;background-color:#fff;box-shadow:0 3px 6px 0 rgb(0 0 0 / .16);transition:box-shadow 0.3s;position:relative}.newsletter-modal__container:hover{box-shadow:rgb(45 45 45 / .05) 0 2px 2px,rgb(49 49 49 / .05) 0 4px 4px,rgb(42 42 42 / .05) 0 8px 8px,rgb(32 32 32 / .05) 0 16px 16px,rgb(49 49 49 / .05) 0 32px 32px,rgb(35 35 35 / .05) 0 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(/wp-content/themes/st-marks/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:#fff;-webkit-transform:translateY(100%);transform:translateY(100%);z-index:2}.search-modal .search-close{display:block;content:"";width:23px;height:23px;background:url(/wp-content/themes/st-marks/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(/wp-content/themes/st-marks/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(/wp-content/themes/st-marks/media/general/search_blue.svg) no-repeat center;content:""}form.search input[type=search]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:.7rem 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:rgb(45 45 45 / .05) 0 2px 2px,rgb(49 49 49 / .05) 0 4px 4px,rgb(42 42 42 / .05) 0 8px 8px,rgb(32 32 32 / .05) 0 16px 16px,rgb(49 49 49 / .05) 0 32px 32px,rgb(35 35 35 / .05) 0 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:#fff;margin:0}.three-col-cta__item h2{font-weight:100;font-size:2.8rem;line-height:1;margin-bottom:.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:0 3px 6px 0 rgb(0 0 0 / .16);transition:box-shadow 0.3s;border-radius:3px}.three-col-cta__content:hover{box-shadow:rgb(45 45 45 / .05) 0 2px 2px,rgb(49 49 49 / .05) 0 4px 4px,rgb(42 42 42 / .05) 0 8px 8px,rgb(32 32 32 / .05) 0 16px 16px,rgb(49 49 49 / .05) 0 32px 32px,rgb(35 35 35 / .05) 0 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:0 3px 6px 0 rgb(0 0 0 / .16);transition:box-shadow 0.3s}.three-col-cta__image img:hover{box-shadow:rgb(45 45 45 / .05) 0 2px 2px,rgb(49 49 49 / .05) 0 4px 4px,rgb(42 42 42 / .05) 0 8px 8px,rgb(32 32 32 / .05) 0 16px 16px,rgb(49 49 49 / .05) 0 32px 32px,rgb(35 35 35 / .05) 0 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:#fff}}.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(/wp-content/themes/st-marks/media/homepage/clock.svg)}.hp-info-boxes__visit-info .hp-info-boxes__parking{background-image:url(/wp-content/themes/st-marks/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:#fff}}@media only screen and (max-width:767px){.bleed-cta__content{position:relative;top:120px;box-shadow:0 3px 6px 0 rgb(0 0 0 / .16);transition:box-shadow 0.3s}.bleed-cta__content:hover{box-shadow:rgb(45 45 45 / .05) 0 2px 2px,rgb(49 49 49 / .05) 0 4px 4px,rgb(42 42 42 / .05) 0 8px 8px,rgb(32 32 32 / .05) 0 16px 16px,rgb(49 49 49 / .05) 0 32px 32px,rgb(35 35 35 / .05) 0 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:#fff}}.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:.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:.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:#fff;display:block;box-shadow:0 3px 6px 0 rgb(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:rgb(45 45 45 / .05) 0 2px 2px,rgb(49 49 49 / .05) 0 4px 4px,rgb(42 42 42 / .05) 0 8px 8px,rgb(32 32 32 / .05) 0 16px 16px,rgb(49 49 49 / .05) 0 32px 32px,rgb(35 35 35 / .05) 0 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:#fff;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:.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:#fff;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:.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:.7rem 3rem}}a.btn:hover,.btn:hover,input[type=submit]:hover{background-color:#303546;color:#fff}a.btn--white{background-color:#fff;color:#253746}a.btn--white:hover{background-color:#303546;color:#fff}@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:#fff;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:0 3px 6px 0 rgb(0 0 0 / .16);transition:box-shadow 0.3s;border-radius:3px;text-decoration:none;background-color:#fff;border-radius:5px}.sc:hover{box-shadow:rgb(45 45 45 / .05) 0 2px 2px,rgb(49 49 49 / .05) 0 4px 4px,rgb(42 42 42 / .05) 0 8px 8px,rgb(32 32 32 / .05) 0 16px 16px,rgb(49 49 49 / .05) 0 32px 32px,rgb(35 35 35 / .05) 0 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:#fff;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;position:absolute;top:0;left:0;background-color:#253746;opacity:.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:#fff;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:0 0 3px 3px}.sc__info.sc--dblue{background-color:#253746}.sc__info.sc--dblue h2{color:#fff}.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:0 3px 6px 0 rgb(0 0 0 / .16);transition:box-shadow 0.3s;margin-bottom:1.8rem;text-decoration:none}.sq-button:hover{box-shadow:rgb(45 45 45 / .05) 0 2px 2px,rgb(49 49 49 / .05) 0 4px 4px,rgb(42 42 42 / .05) 0 8px 8px,rgb(32 32 32 / .05) 0 16px 16px,rgb(49 49 49 / .05) 0 32px 32px,rgb(35 35 35 / .05) 0 64px 64px}.sq-button>*{flex-basis:48%}.sq-button:hover{background-color:#253746;color:#fff}.sq-button:hover svg{fill:#fff;stroke:#fff}.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:.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:#fff0}.archive__image picture{box-shadow:0 3px 6px 0 rgb(0 0 0 / .16);transition:box-shadow 0.3s;margin-bottom:2rem;display:block}.archive__image picture:hover{box-shadow:rgb(45 45 45 / .05) 0 2px 2px,rgb(49 49 49 / .05) 0 4px 4px,rgb(42 42 42 / .05) 0 8px 8px,rgb(32 32 32 / .05) 0 16px 16px,rgb(49 49 49 / .05) 0 32px 32px,rgb(35 35 35 / .05) 0 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:#fff0;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:0 3px 6px 0 rgb(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:#fff;background-image:url(/wp-content/themes/st-marks/media/homepage/arrow-left.svg);background-size:16px;cursor:pointer;transition:all 0.3s}.slick-arrow:hover{box-shadow:rgb(45 45 45 / .05) 0 2px 2px,rgb(49 49 49 / .05) 0 4px 4px,rgb(42 42 42 / .05) 0 8px 8px,rgb(32 32 32 / .05) 0 16px 16px,rgb(49 49 49 / .05) 0 32px 32px,rgb(35 35 35 / .05) 0 64px 64px}.slick-arrow:hover{box-shadow:0 6px 6px 0 rgb(0 0 0 / .26),0 10px 20px 0 rgb(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(/wp-content/themes/st-marks/media/homepage/arrow-right.svg)}.wo-content-col{background-color:#D8E6E5;justify-content:center;align-content:center;display:flex;flex-wrap:wrap;padding-left:30px;padding-right:30px}#wo-event-card{background-color:#EDF3ED}.wo-event-excerpt{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.tribe-common-l-container.tribe-events-l-container{padding-top:60px!important;padding-bottom:100px!important}.header-cont{background-color:#D8E6E5;padding-top:60px!important;padding-bottom:60px!important}.header-cont h1{color:#08ACA5}.tribe-events .tribe-events-c-search__button{background-color:#86b2af}.tribe-events .tribe-events-c-search__button:hover{background-color:#000}.tribe-events .tribe-events-c-subscribe-dropdown__container{display:none!important}.single-tribe_events .tribe-events .tribe-events-c-subscribe-dropdown__container{display:block!important}.st-custom-date{justify-content:center;align-content:center;display:flex;background-color:#B5CFCD}.st-custom-event-content-details{display:flex;align-content:center;background-color:#EDF3ED}.tribe-events-calendar-day__event-details{background-color:#EDF3ED;padding-top:50px;padding-bottom:50px}.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-date-tag{min-width:90px;width:var(--tec-grid-width-1-of-8)}.tribe-common--breakpoint-medium.tribe-events .st-custom-event-content .tribe-events-calendar-list__event-details{width:calc(var(--tec-grid-width-1-of-8)*5)}.tribe-common--breakpoint-medium.tribe-events .st-custom-event-content .tribe-events-calendar-list__event-featured-image-wrapper,.tribe-common--breakpoint-medium.tribe-events .st-day-content-cutom .tribe-events-calendar-day__event-featured-image-wrapper{margin-bottom:0;width:calc(var(--tec-grid-width-1-of-8)*3);padding-left:0;padding-right:0}.tribe-events-single-event-title{font-family:newcaledoniaregular,serif!important}.tribe-events-back a{font-family:newcaledoniaregular,serif!important}.tribe-events-back a:before,.tribe-events-back a:visited:before{content:"";display:inline-block;width:20px;height:13px;background:url(/wp-content/themes/st-marks/media/general/grey-chevron-left.svg) no-repeat left}.single-event-content{display:flex;align-content:center;flex-wrap:wrap}.single-event-content .about-hd,.tribe-tickets__rsvp-title.tribe-common-h2.tribe-common-h4--min-medium,.tribe-common-h2.tribe-common-h6--min-medium{font-family:newcaledoniaregular,serif!important}.single-event-content .tribe-common .tribe-common-c-btn-border,.single-event-content .tribe-common a.tribe-common-c-btn-border{border-color:#77839C;color:#77839C}.single-event-content .tribe-common .tribe-common-c-btn-border:hover,.single-event-content .tribe-common a.tribe-common-c-btn-border:hover,.single-event-content .tribe-common .tribe-common-c-btn-border:focus,.single-event-content .tribe-common a.tribe-common-c-btn-border:focus{background-color:#363d4b;color:#fffff}.single-tribe_events .tribe-common .tribe-common-c-btn,.single-event-content .tribe-common a.tribe-common-c-btn{border-color:#77839C;color:#fff;background-color:#77839C}.single-tribe_events .tribe-common .tribe-common-c-btn:hover,.single-event-content .tribe-common a.tribe-common-c-btn:hover,.single-event-content .tribe-common .tribe-common-c-btn:focus,.single-event-content .tribe-common a.tribe-common-c-btn:focus{border-color:#363d4b;color:#fff;background-color:#363d4b}.single-tribe_events .tribe-events-gmap,.single-tribe_events .tribe-events-event-url a,.single-tribe_events .tribe-organizer-url a{color:#77839C!important}.single-tribe_events .tribe-events-gmap:hover,.single-tribe_events .tribe-events-event-url a:hover,.single-tribe_events .tribe-organizer-url a:hover,.single-tribe_events .tribe-events-gmap:focus,.single-tribe_events .tribe-events-event-url a:focus,.single-tribe_events .tribe-organizer-url a:focus{color:#363d4b}#rsvp-now{order:2}@media (min-width:768px){#wo-event-card{min-height:283px}.tribe-events-calendar-day__event-details{padding:70px!important}.single-tribe_events .tribe-events-event-meta.primary,.tribe-events-event-meta.secondary{width:49%}}