/*!
Theme Name: St Mary's Gardens
Theme URI: https://www.hoppstudio.com/
Author: Hopp Studio
Author URI: https://www.hoppstudio.com/
Description: The theme for St Mary's Gardens
Version: 1.0.0
Tested up to: 5.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: stmar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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 (N)
Globals (GL)
	GL - Fonts
	GL - Multi-Selector Styling
		GL_MU - Multiple Categories
		GL_MU_M - Responsive
	GL - Typography
	GL - Blocks
	GL - Elements
	GL - Links (incl. Buttons)
	GL - Forms
		GL_F - Select 2
Header (HE)
	HE - Responsive
	HE - Logo
		HE_LO - Responsive
	HE - Navigation
		HE_N - Responsive
		HE_N - Desktop
			HE_N_D - Responsive
Footer (F)
	F - Links
Posts and Pages (P)
	P - Comments
	P - Widgets
	P - Media
	P - Captions
	P - Galleries
Plugins (PL)
	PL - Jetpack
		PL_J - Infinite Scroll
Utilities (U)
	U - Alignments
Modules (MO)
	MO - Core
		MO_C - Heading
			MO_C_H - Block Styles
		MO_C - Paragraph
			MO_C_P - Block Styles
		MO_C - Cover
			MO_C_C - Block Styles
		MO_C - Divider / Separater / HR
			MO_C_D - Block Styles
		MO_C - Image
	MO - Hopp
		MO_H - Search
			MO_H_S - Flatpickr
				MO_H_S_F - Fully Booked
		MO_H - 2 Col Full Width Image
			MO_H_2 - Responsive
		MO_H - Gallery 2 Column
			MO_H_G2 - Responsive
		MO_H - Text With Icon
		MO_H - iFrame
	MO - Plugins
		MO_P - Semantic Wrapper
			MO_P_S - Block Styles
		MO_P - Responsive Spacer

--------------------------------------------------------------*/

/*--------------------------------------------------------------
Normalize (N)
--------------------------------------------------------------*/
/**
 * 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%;
}

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
Globals (GL)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
GL - Fonts
--------------------------------------------------------------*/
@font-face {
    font-family: "Autography";
    src: url("assets/fonts/Autography.otf") format("opentype");
}

/*--------------------------------------------------------------
GL - Multi-Selector Styling
--------------------------------------------------------------*/
/*--------------------------------------------------------------
GL_MU - Multiple Categories
--------------------------------------------------------------*/

/*--------------------------------------------------------------
GL_MU - Links (incl. Buttons)
--------------------------------------------------------------*/

.slick-next:before,
.flickity-prev-next-button.next:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: .2rem;
	background: #006533;
}

.flickity-prev-next-button:after,
.slick-arrow:after {
	content: '';
	display: block;
	position: absolute;
	border: solid #006533;
	border-width: 0 .3rem .3rem 0;
	top: 0;
	right: 0;
	bottom: 0;
	left: .3rem;
	margin: auto;
	width: 1.5rem;
	height: 1.5rem;
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
}

.flickity-prev-next-button.next:after,
.slick-next:after {
	left: auto;
	right: .3rem;
	-webkit-transform: rotate(-45deg);
			transform: rotate(-45deg);
}

.flickity-prev-next-button.next:hover:before {
	background: #505050;
}

.flickity-prev-next-button:hover:after,
.slick-arrow:hover:after {
	border: solid #505050;
	border-width: 0 .3rem .3rem 0;
}


.wp-block-button__link:hover {
	background-color: #505050 !important;
	color: #FFFFFF !important;
	text-decoration: none;
}

/*--------------------------------------------------------------
GL_MO - Typography
--------------------------------------------------------------*/
/* title visibly hidden */
.stmar-popup-modal-title {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

/*--------------------------------------------------------------
GL_MO - Blocks
--------------------------------------------------------------*/
/* used for modal - needed for old browsers */
dialog {
	display: block;
}

/* used for modal - removes scroll when modal is opened */
.no-scroll {
	overflow: hidden;
}

.js-modal-hidden {
	display: none;
}

/* modal - overlay covers everything */
.stmar-popup-modal-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(255 255 255 / 70%);
	z-index: 100000;
	overflow: hidden;
	animation: stmar-fade-in .2s ease-out 0s;
	animation-fill-mode: forwards;
	text-indent: -99999px;
}

.stmar-popup-modal--reverse + .stmar-popup-modal-overlay {
	animation-name: stmar-fade-out;
}

#js-modal.stmar-popup-modal--reverse #primary-menu-mob li {
	animation-name: stmar-fade-out-from-bottom;
	-webkit-animation-delay: .025s;
			animation-delay: .025s;
}

#js-modal.stmar-popup-modal--reverse #primary-menu-mob li {
	-webkit-animation-delay: .15s;
			animation-delay: .15s;
}

#js-modal.stmar-popup-modal--reverse #primary-menu-mob > :nth-child(2) {
	-webkit-animation-delay: .25s;
			animation-delay: .25s;
}

/* modal */
#js-modal {
	position: fixed;
	left: 0;
	right: 0;
	background: none;
	border: 0;
	z-index: 9999999;
	margin: auto;
	padding: 0;
	max-height: 80%;
	height: 100%;
	animation-duration: .3s;
}

#js-modal .stmar-popup-modal__wrapper {
	/* overflow: hidden; */
	height: 100%;
	animation: .3s forwards stmar-modal-enter;
}

#js-modal.stmar-popup-modal--reverse .stmar-popup-modal__wrapper {
	animation-name: stmar-modal-exit;
}

.stmar-popup-modal__content {
	height: 100%;
}

.stmar-popup-modal__content.scroll-content {
	overflow-x: hidden !important;
	box-sizing: border-box !important;
}

.stmar-modal-wrap {

}

.stmar-modal-wrap > * {
	position: relative;
}

/* Combined with dashicon classes this offers a really nice way to have a background icon effect */
.stmar-modal__bg {
	box-shadow: 0px 3px 10px #0000001A;
	border-radius: 2.5rem;
	padding: 3rem;
}


.stmar-modal-content {
	position: relative;
    top: 18rem;
	padding-left: 0;
}

#js-modal-content {
	position: relative;
}

/*--------------------------------------------------------------
GL_MO_B - Alternative Scroll
--------------------------------------------------------------*/
#js-modal {
	position: fixed;
	margin: auto;
	height: 100%;
	width: 100%;
	max-height: 100%;
	max-width: 100%;
	transform: none;
	top: 0;
	overflow-y: scroll;
}

#js-modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

#js-modal .stmar-popup-modal__wrapper {
	display: inline-block;
	vertical-align: middle;
	height: auto;
	width: 100%;
	padding: 40px 0;
}

/*--------------------------------------------------------------
GL_MO - Links (incl. Buttons)
--------------------------------------------------------------*/
#js-modal-close,
#js-modal-close-hidden {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -500px;
	text-align: left;
	background: none;
	border: none;
	/* z-index: 1; */
	border-radius: 0;
	padding: 0;
	-webkit-appearance: none;
}

.stmar-modal-close {
	position: sticky;
	top: 0;
	background: none;
	border: 0;
	padding: 0;
	border-radius: 999px;
	width: 4.5rem;
	height: 4.5rem;
	cursor: pointer;
	text-indent: -999px;
	overflow: hidden;
	z-index: 99;
	opacity: .5;
	margin: -1.5rem 0 0 -1rem;
}

.stmar-modal-close:hover,
.stmar-modal-close:active,
.stmar-modal-close:focus {
	opacity: 1;
}

.stmar-modal-close:before,
.stmar-modal-close:after {
	content: '';
	position: absolute;
	left: 2rem;
	top: .7rem;
	height: 3rem;
	width: .2rem;
	background-color: #00953D;
}

.stmar-modal-close:before {
	transform: rotate(45deg);
}

.stmar-modal-close:after {
	transform: rotate(-45deg);
}

/*--------------------------------------------------------------
GL_MO - Mobile Nav
--------------------------------------------------------------*/
#js-modal.stmar-popup--header {
	overflow: hidden;
}

#js-modal.stmar-popup--header:before {
	content: none;
}

#js-modal.stmar-popup--header .stmar-popup-modal__wrapper {
	height: 100%;
	padding: 0;
	animation: .5s forwards stmar-fade-in-1;
}

#js-modal.stmar-popup--header.stmar-popup-modal--reverse .stmar-popup-modal__wrapper {
	animation-name: stmar-fade-out;
}

#js-modal-overlay.stmar-popup--header {
	background: none;
}

/*--------------------------------------------------------------
GL - Animations
--------------------------------------------------------------*/
@-webkit-keyframes stmar-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes stmar-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes stmar-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes stmar-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes stmar-fade-in {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes stmar-fade-out {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-moz-keyframes stmar-fade-out {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes stmar-fade-out {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-ms-keyframes stmar-fade-out {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes stmar-fade-out {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* Animation for the modal enter */
@keyframes stmar-modal-enter {
	0% {
		transform: scale(0.7);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

/* Animation for the modal exit */
@keyframes stmar-modal-exit {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	100% {
		transform: scale(0.7);
		opacity: 0;
	}
}

@keyframes stmar-fade-in-from-top {
	0% {
		transform: translateY(-25%);
		opacity: 0;
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes stmar-fade-out-from-bottom {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(-25%);
		opacity: 0;
	}
}

/*--------------------------------------------------------------
GL_C - Flickity
--------------------------------------------------------------*/
.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}

.flickity-enabled.is-draggable {
	-webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.flickity-button {
	position: absolute;
	border: none;
	color: #333;
}

.flickity-button:hover {
	cursor: pointer;
	background: none;
}

.flickity-button:active {
	opacity: 0.6;
}

.flickity-button:disabled {
	opacity: 0.3;
	cursor: auto;
	/* prevent disabled button from capturing pointer up event. #716 */
	pointer-events: none;
}

.flickity-button-icon {
	fill: currentColor;
}

.flickity-prev-next-button {
	top: 50%;
	width: 2rem;
	height: 3rem;
	/* vertically center */
	transform: translateY(-50%);
}

/* Multi-Selector, Search: '.flickity-prev-next-button:after' */

.flickity-prev-next-button.previous {
	left: 0;
	background: none;
}

.flickity-prev-next-button.next {
	right: 0;
	background: none;
}

/* Multi-Selector, Search: '.flickity-prev-next-button.next:after' */

.flickity-prev-next-button.next {
	
}

/* Multi-Selector, Search: '.flickity-prev-next-button.next:before' */

.flickity-button-icon {
	display: none;
}

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

/*--------------------------------------------------------------
GL - Typography
--------------------------------------------------------------*/
html:not(div) {
	font-size: 62.5%; /* 62.5% of 16px is 10px. Which makes 1rem = 10px. */
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #65737e;
	font-family: proxima-nova, sans-serif;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: proxima-nova, sans-serif;
	color: #505050;
}

h1 {
	font-size: 4rem;
	font-weight: 600;
	font-style: normal;
}

h2 {
	font-size: 2.5rem;
	font-weight: 600;
	font-style: normal;
}

h3 {
	font-size: 2rem;
	font-weight: 600;
	font-style: normal;
}

h4 {
	font-size: 1.6rem;
	font-weight: 600;
	font-style: normal;
}

p {
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
}

b,
strong {
	font-family: stratos, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 500;
}

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
GL_MU_M - Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	h1 {
		font-size: 7rem;
	}

	h2 {
		font-size: 3rem;
	}

	h3 {
		font-size: 2.5rem;
	}
}

/*--------------------------------------------------------------
GL - Blocks
--------------------------------------------------------------*/
body {
	background: #F8F6EC;
	background-image: url("assets/img/page-background.svg");
    background-repeat:repeat-y;
    background-size: 100%;
	position: relative;
}

.container-fluid.p-0 {
	overflow-x: hidden;
}

.container:not(.no-overflow) {
	overflow: hidden;
}


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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

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

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

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

/*--------------------------------------------------------------
GL - Links (incl. Buttons)
--------------------------------------------------------------*/
a {
	color: #4169e1;
}

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

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
GL - 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);
	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: 0;
	border-radius: 3px;
	background: #f2f6f7 !important;
	padding: 10px;
	width: 100%;
}

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

label {
	width: 100%;
}

.btn {
	padding: .375rem 1.25rem;
}

.btn-primary,
.btn-primary.disabled {
	background-color: #163860;
	border-color: #163860;
	border-radius: 999px;
}

/*--------------------------------------------------------------
GL_F - Select 2
--------------------------------------------------------------*/
.select2-container--default .select2-selection--single {
	height: 38px;
	background: #f2f6f7;
	border: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 36px;
	padding-left: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
	right: 2px;
}

/*--------------------------------------------------------------
HE - Logo
--------------------------------------------------------------*/
.custom-logo-link {
	width: 93.5px;
	height: 75px;
	position: absolute;
	margin: 2rem 0;
}

/*--------------------------------------------------------------
HE_LO - Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.custom-logo-link {
		width: 125px;
		height: 100px;
		top: 30px;
		right: 0;
		left: 0;
		margin: auto;
	}
}

/*--------------------------------------------------------------
Header (HE)
--------------------------------------------------------------*/

.site-header {
	background-image: url("assets/img/header-background-1.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
	position: relative;
	z-index: 9999999;
	padding-bottom: 2rem;
	margin-bottom: -3rem;
}

/*--------------------------------------------------------------
HE - Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	#masthead {
		padding-bottom: 6rem;
	}
}

/*--------------------------------------------------------------
HE - Navigation
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
	padding-top: 4.8rem;
}

.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: inline-block;
	color: #505050 ;
	border-bottom: #F9F6EC 1px solid;
}

.main-navigation .current-menu-item > a {
	font-weight: bold;
	color: #006533;
}

.main-navigation .current-page-ancestor > a {
	font-weight: bold;
	text-decoration: none;
	color: #006533;
}


.main-navigation__desktop {
	margin-top: 10.1rem;
}

.main-navigation a:hover,
.main-navigation a:active,
.main-navigation a:focus {
	color: #006533;
	text-decoration: none;
	border-bottom: #006533 1px solid;
}

.main-navigation__mob {
	margin-top: 15px;
	padding-left: 0;
}

.main-navigation__mob li {
	margin-top: 10px;
	text-align: left;
}

.main-navigation__mob ul li a {
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
	font-family: proxima-nova, sans-serif;
	color: #505050;
}

.main-navigation__mob .current-page-ancestor > a {
	font-weight: bold;
    text-decoration: none;
    color: #006533;
}

.main-navigation__mob li:first-child {
	margin-top: 2rem;
}

.main-navigation__mob ul {
	list-style-type: none;
	padding-left: 0;
}

.main-navigation__mob .current-menu-item > a {
	font-weight: bold;
	text-decoration: none;
	color: #006533;
}

.main-navigation__mob  a:hover,
.main-navigation__mob  a:active,
.main-navigation__mob  a:focus {
	text-decoration: none;
	color: #006533;
	text-decoration: none;
	border-bottom: #006533 1px solid;
}

.menu-toggle {
	margin-top: 4rem;
	width: 30px;
	height: 25px;
	position: relative;
	border: 0;
	background: none;
	text-indent: -9999px;
	padding: 0;
	float: right;
}

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

.menu-toggle__inner,
.menu-toggle__inner:before,
.menu-toggle__inner:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	top: 0;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	border-radius: 4px;
	background-color: #505050;
}

.menu-toggle__inner:before {
	top: 10px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform,opacity;
}

.menu-toggle__inner:after {
	top: 20px
}

.toggled .menu-toggle__inner {
	transform: translate3d(0,10px,0) rotate(45deg);
}

.toggled .menu-toggle__inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
	opacity: 0;
}

.toggled .menu-toggle__inner:after {
	transform: translate3d(0,-20px,0) rotate(-90deg);
}

/*--------------------------------------------------------------
HE - Mobile Nav
--------------------------------------------------------------*/
#mob-nav-bg {
	position: absolute;
	top: 0;
	height: 0;
	z-index: 999;
	overflow-y: hidden;
	max-height: none;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
	width: 100%;
	background: #fff;
	-webkit-transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
			transition: background .44s .2s cubic-bezier(0.52, 0.16, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}

.stmar-popup--header #mob-nav-bg {
	height: 100% !important;
	background-image: url("assets/img/mobile-menu-background.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #E3EBEA;
}

.mob-menu {
	width: 3rem;
	height: 2rem;
	position: relative;
	border: 0;
	background: none;
	padding: 0;
	display: block;
	float: right;
}

.mob-menu__inner,
.mob-menu__inner:before,
.mob-menu__inner:after {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: .3rem;
	top: 0;
	transition-timing-function: ease;
	transition-duration: .45s;
	transition-property: transform;
	/* border-radius: .4rem; */
	background-color: #505050;
	border-radius: 10px;
}

.mob-menu__inner:before {
	top: .9rem;
	transition-timing-function: ease;
	transition-duration: .45s;
	transition-property: transform,opacity;
}

.mob-menu__inner:after {
	top: 1.8rem;
}

.stmar-popup--header .mob-menu__inner {
	transform: translate3d(0,1rem,0) rotate(45deg);
}

.stmar-popup--header .mob-menu__inner:before {
	transform: rotate(-45deg) translate3d(-5.71429px,-6px,0);
	opacity: 0;
}

.stmar-popup--header .mob-menu__inner:after {
	transform: translate3d(0,-1.8rem,0) rotate(-90deg);
}

#primary-menu-mob,
#supplementary-menu-mob {
	list-style: none;
	padding: 0;
	margin: 1.5rem 0 0;
}

#supplementary-menu-mob {
	position: relative;
	padding-bottom: 2.5rem;
	padding-top: 1rem;
}

#primary-menu-mob li,
#supplementary-menu-mob li {
	padding: 1rem 0 1rem 0;
}

#supplementary-menu-mob:after {
	content: "";
	position: absolute;
	width: 80%;
	height: 0.2rem;
	background-color: #ffffff;
	bottom: 0;
	left: 0;
}

#primary-menu-mob {
	padding-top: 1rem;
}

#primary-menu-mob a,
#supplementary-menu-mob a {
	color: #fff;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
}

#primary-menu-mob a:hover,
#primary-menu-mob a:active,
#primary-menu-mob a:focus,
#supplementary-menu-mob a:hover,
#supplementary-menu-mob a:active,
#supplementary-menu-mob a:focus {
	color: #17b54b;
}

.stmar-popup--header .search-form,
#primary-menu-mob li {
	animation: stmar-fade-in-from-top .8s cubic-bezier(.2,1,.2,1) .3s both;
}

.stmar-popup--header .search-form {
	-webkit-animation-delay: .4s;
			animation-delay: .4s;
}

#primary-menu-mob > :nth-child(2) {
	-webkit-animation-delay: .15s;
			animation-delay: .15s;
}

#js-modal.stmar-popup-modal--reverse .search-form,
#js-modal.stmar-popup-modal--reverse #primary-menu-mob li {
	animation-name: stmar-fade-out-from-bottom;
	-webkit-animation-delay: .025s;
			animation-delay: .025s;
}

#js-modal.stmar-popup-modal--reverse #primary-menu-mob li {
	-webkit-animation-delay: .15s;
			animation-delay: .15s;
}

#js-modal.stmar-popup-modal--reverse #primary-menu-mob > :nth-child(2) {
	-webkit-animation-delay: .25s;
			animation-delay: .25s;
}

/*--------------------------------------------------------------
HE_N - Slider (Carousel)
--------------------------------------------------------------*/
.site-nav-slider {
	background: #2C2C2C;
	padding: 1.6rem 0 2rem 0;
}

/* Needed for when JS disabled and to avoid FOUC */
#site-nav-carousel,
.stmar-sub-menu ul {
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	padding-left: 3rem;
}

/* Needed for when JS disabled and to avoid FOUC */
.site-nav-slider li,
.stmar-sub-menu li {
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	font-size: 1.6rem;
}

.stmar-sub-menu li a {
	color: #505050;
	margin-right: 2rem;
	border-bottom: #F8F6EB 1px solid;
}

.stmar-sub-menu li a:hover,
.stmar-sub-menu li a:active,
.stmar-sub-menu li a:focus {
	text-decoration: none;
	border-bottom: #006533 1px solid;
	color: #006533;
}

.stmar-sub-menu .current-menu-item a {
	color: #006533;
	font-weight: bold;
	text-decoration: none;
}

.stmar-sub-menu .current-menu-item a:hover,
.stmar-sub-menu .current-menu-item a:active,
.stmar-sub-menu .current-menu-item a:focus {
	color: #006533;
	font-weight: bold;
	text-decoration: none;
}



/* Needed for when JS disabled and to avoid FOUC */
.site-nav-slider li {
	margin-right: 20px;
}

.site-nav-slider a {
	color: #fff;
	font-weight: 700;
}

.site-nav-slider .current-menu-item a {
	color: #27bf72;
}

/*--------------------------------------------------------------
HE_N - Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.mob-menu {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

/*--------------------------------------------------------------
HE_N - Desktop
--------------------------------------------------------------*/
/*--------------------------------------------------------------
HE_N_D - Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	#header-menu-left {
		width: 100%;
		display: inline-block;
		text-align: center;
	}
	
	#header-menu-left > li {
		display: inline-block;
		padding: 1rem;
	}

	#header-menu-left > li:first-child {
		margin-left: 0;
	}
}

/*--------------------------------------------------------------
Footer (F)
--------------------------------------------------------------*/
#gb-scroll-top {
	visibility: hidden;
}

.stmar-footer {
	border-top: #505050 1px solid;
	padding-top: 2rem;
}


.stmar-footer .stmar-footer-logo img {
	position: relative;
	width: 118px;
	height: 95px;
	margin-bottom: 2rem;
	margin-top: 0.4rem;
	margin-right: 1.6rem;
}

.stmar-footer h3 {
	padding-bottom: 1.2rem;
}

@media screen and (min-width: 768px) {
	#gb-scroll-top {
		border: none;
		visibility: hidden;
		outline: none;
		opacity: 0;
		position: fixed;
		bottom: 25px;
		right: 25px;
		text-indent: -9999px;
		overflow: hidden;
		border-radius: 999px;
		padding: 0;
		width: 50px;
		height: 50px;
		background-image:url("assets/img/backtotop-01.svg");
		background-repeat: no-repeat;
		background-position: center;
		-webkit-transition: all 0.3s ease 0s;
		   -moz-transition: all 0.3s ease 0s;
			 -o-transition: all 0.3s ease 0s;
				transition: all 0.3s ease 0s;
	}
	
	#gb-scroll-top.display {
		opacity: 1;
		visibility: visible;
	}
	
	#gb-scroll-top:hover,
	#gb-scroll-top:active,
	#gb-scroll-top:focus {
		background-color: #646463;
	}

	.stmar-footer {
		border-top: #505050 1px solid;
		padding-top: 2rem;
		padding-left: 1.5rem;
	}
}

/*--------------------------------------------------------------
F - Links
--------------------------------------------------------------*/
.stmar-footer a {
	color: #505050;
}

.stmar-footer .wp-block-social-link {
	padding-top: 1rem;
	padding-bottom: 2rem;
}

.stmar-footer .wp-block-social-link a {
	color: #fff;
}

/*--------------------------------------------------------------
Posts and Pages (P)
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

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

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

/*--------------------------------------------------------------
P - Comments
--------------------------------------------------------------*/
.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%;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

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

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

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

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

/*--------------------------------------------------------------
Plugins (PL)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
PL - Jetpack
--------------------------------------------------------------*/
/*--------------------------------------------------------------
PL_J - 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;
}

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

/*--------------------------------------------------------------
U - Alignments
--------------------------------------------------------------*/
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/*--------------------------------------------------------------
Modules (MO)
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO - Core
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_C - Cover
--------------------------------------------------------------*/
.wp-block-cover,
.wp-block-cover-image {
	min-height: 300px;
}

/* Needed for Object Fit Pollyfill for IE */
.wp-block-cover__image-background {
	font-family: 'object-fit: cover;';
}

/*--------------------------------------------------------------
MO_C_C - Block Styles
--------------------------------------------------------------*/
.is-style-stmar-blue-border {
	border: 3px solid #004568;
}

/*--------------------------------------------------------------
MO_C - Heading
--------------------------------------------------------------*/

.wp-block-cover-image
.wp-block-cover__inner-container,
.wp-block-cover
.wp-block-cover__inner-container {
	color:#505050;
}
/*--------------------------------------------------------------
MO_C_H - Block Styles
--------------------------------------------------------------*/

.is-style-stmar-paper-background {
	background-image: url("assets/img/text-background.svg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    margin:0 auto;
	display: inline-block;
	padding: 1rem 2rem;
}

.is-style-stmar-image-background-left {
	transform: rotate(-6deg);
}

.is-style-stmar-image-background-right {
	transform: rotate(6deg);
}

.is-style-stmar-paper-cover-bottom {
	position: relative;
}

.is-style-stmar-align-to-center {
	align-items: center!important;
}

.is-style-stmar-paper-cover-bottom:before {
	background-image: url("assets/img/cover-bottom-image.svg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 99;
    position: absolute;
    content: "";
    width: 100%;
	height: 3.7rem;
    bottom: 0;
}

@media screen and (min-width: 768px) {

	.is-style-stmar-paper-background {
		margin-left: -2rem;
	}
}

/*--------------------------------------------------------------
MO_C - Paragraph
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_C_P - Block Styles
--------------------------------------------------------------*/
.is-style-stmar-num {
	position: relative;
}

.is-style-stmar-num:before {
	/* Increment "para-num" by 1 */
	counter-increment: para-num;
	content: counter(para-num) ".";
	font-family: "Autography", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color: #004568;
	position: absolute;
	left: -44px;
	text-align: right;
	font-size: 4rem;
	line-height: 1;
} 

h2,
h3 {
/* Set "para-num" to 0 */
	counter-reset: para-num;
}

/*--------------------------------------------------------------
MO_C - Divider / Separater / HR
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_C_D - Block Styles
--------------------------------------------------------------*/
.is-style-stmar-hr {
	background: none;
	height: 25px;
	background-image: url(assets/img/divider.svg);
	background-repeat: no-repeat;
	width: 210px;
	max-width: 70%;
	border: 0;
	background-size: contain;
	background-position: center;
}

/*--------------------------------------------------------------
MO_C - Image
--------------------------------------------------------------*/
.wp-block-image img {
	width: 100%;
}

/*--------------------------------------------------------------
MO - Hopp
--------------------------------------------------------------*/

/*--------------------------------------------------------------
MO - Hopp
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_H - Search
--------------------------------------------------------------*/


@keyframes pulse-animation {
	0% {
		opacity: .25;
		transform: scale(1);
	}
	50% {
		opacity: 0;
		transform: scale(1.5);
	}
	100% {
		opacity: 0;
		transform: scale(1.5);
	}
}

/*--------------------------------------------------------------
MO_H_RE - Modal
--------------------------------------------------------------*/
/* Button to open modal */
.js-modal.stmar-res__btn {
	color: #00953D;
	background: none;
	border: none;
	font-weight: 700;
}

/* Multi-Selector, Search: '.js-modal.stmar-res__btn' */

/* Multi-Selector, Search: '.js-modal.stmar-res__btn:hover' */
/* Multi-Selector, Search: '.js-modal.stmar-res__btn:active' */
/* Multi-Selector, Search: '.js-modal.stmar-res__btn:focus' */

/* Multi-Selector, Search: '.js-modal.stmar-res__btn:before' */
/* Multi-Selector, Search: '.js-modal.stmar-res__btn:hover:before' */
/* Multi-Selector, Search: '.js-modal.stmar-res__btn:active:before' */
/* Multi-Selector, Search: '.js-modal.stmar-res__btn:focus:before' */

.stmar-modal__bg {
	background: #fff;
}

.stmar-res-has-img .stmar-modal-close {
	margin: 2rem 0 0 2rem;
}

@media (min-width: 768px) {
	.js-modal-hidden--res-filters {
		display: block;
	}

	.stmar-res__sidebar .stmar-modal-close,
	.stmar-res__sidebar .stmar-modal__bg__header-mob,
	.stmar-res__sidebar .facetwp-facet-number_of_results {
		display: none;
	}

	.stmar-res__sidebar .container,
	.stmar-res__sidebar .col-12 {
		padding: 0;
		max-width: 100%;
		flex: none;
	}

	.stmar-res__sidebar .container > .row {
		margin: 0;
	}

	.stmar-res__sidebar .stmar-modal__bg {
		padding: 0;
		box-shadow: none;
		background: none;
	}
}


/*--------------------------------------------------------------
MO_H - Tabs
--------------------------------------------------------------*/
.stmar-tabs .js-tablist,
.stmar-tabs .js-tabcontent {
	display: none;
}

.stmar-tabs .js-tablist[role="tablist"],
.stmar-tabs .js-tabcontent[role="tabpanel"] {
	display: block;
	padding-left: 0;
	margin-top: -2rem;
}

.stmar-tabs .js-tabcontent[role="tabpanel"][aria-hidden=true] {
    display: none;
}

.js-tabcontent img {
	display: none;
}

/* Needed for backwards compatibility with the older tabs set up */
.js-tabcontent[aria-hidden=true] {
    display: none;
}

#content .tabs__list {
	border: 2px solid #c9e5ef;
	border-radius: 15px;
	padding: 10px;
	overflow: hidden;
}

.js-tablist > li {
	padding: 0;
	display: inline-block;
	width: 25%;
	height: 65px;
	position: relative;
}

.js-tablist > li:first-child {
	margin-left: 0;
	position: relative;
}

.js-tablist > li a:hover, 
.js-tablist > li a:active, 
.js-tablist > li a:focus {
	background-image: url("assets/img/text-background.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.js-tablist li:last-child::after {
	content: '';
	border:none;
}

.js-tablist img {
	margin-top: .8rem;
}

.entry-content .js-tablist > li:before {
	content: none;
}

.js-tablist__link {
	cursor: pointer;
	display: block;
	text-align: center;
	padding: 10px;
	line-height: 1.4em;
	position: absolute;
	width:65px;
	height:65px;
}

.js-tablist__link[aria-selected="true"] {
	color: #fff;
	background-image: url("assets/img/text-background.svg");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#content .tabs-invisible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tabs-invisible img {
	height:28px;
}

.js-tabs [data-align="full"] [data-type="core/heading"],
.js-tabs [data-type="core/html"] {
	margin-right: 0 !important;
	margin-left: 0 !important;
}

/* Overwrite the scroll animation styles as tab content is hidden on page load */
.tabs__content .wp-block-column > * {
	transform: none !important;
	opacity: 1 !important;
}

/*--------------------------------------------------------------
MO_H_S - Responsive
--------------------------------------------------------------*/


/*--------------------------------------------------------------
MO_H_S - Carousel
--------------------------------------------------------------*/
.stmar-sub-menu--hide-nav .flickity-button {
	display: none;
}

.flickity-enabled {
	margin: 0;
	padding: 0 2rem;
}

.stmar-sub-menu--hide-nav .flickity-enabled {
	padding: 0;
}

.stmar-sub-menu .slick-arrow {
	background: #fff;
}

.stmar-sub-menu .slick-arrow:after {
	border-color: #00953D;
}

.stmar-sticky-menu {
	background-color: #F8F6EB !important;
    height: 50px;
    padding-top: 1.2rem !important;
	z-index: 99;
	margin-top: -2rem;
	box-shadow: 0 1rem 1rem rgb(0 0 0 / 19%);
}

/*--------------------------------------------------------------
MO_H_S - Flatpickr
--------------------------------------------------------------*/
.flatpickr-calendar {
	max-width: 308px;
	width: 308px !important;
	padding: 15px !important;
}

.info-text {
	margin: -15px -15px 15px -15px;
	border: 0;
	border-bottom: 1px solid #ccc;
	font-style: italic;
	background: none;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
	top: auto !important;
	padding: 7px 22px 0 !important;
}

.flatpickr-rContainer,
.flatpickr-days {
	width: 100% !important;
}

.flatpickr-weekdaycontainer + .flatpickr-weekdaycontainer {
	margin-left: 20px;
}

.dayContainer {
	width: 275px !important;
	min-width: 275px !important;
	max-width: 275px !important;
}

.dayContainer + .dayContainer {
	-webkit-box-shadow: none !important;
			box-shadow: none !important;
	margin-left: 20px;
}

.dayContainer + .dayContainer:before {
	content: '';
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #ccc;
	left: -10px;
}

.flatpickr-months input,
.numInputWrapper:hover,
.flatpickr-monthDropdown-months,
.cur-month {
	background: none !important;
}

.flatpickr-day {
	border-radius: 5px !important;
	line-height: 36px !important;
	box-shadow: inset 0 0 0 1px #163860;
}

.flatpickr-day.selected {
	box-shadow: inset 0 0 0 1px #163860 !important;
}

.flatpickr-day.flatpickr-disabled {
	box-shadow: none;
}

.flatpickr-clear {
	font-size: 12px;
	border-radius: 999px;
}

.more-info-text {
	margin: 20px -15px -15px;
	font-size: .75rem;
	line-height: 1.35rem;
	background: none;
	border: 0;
	border-top: 1px solid #ccc;
}

@media screen and (min-width: 645px) {
	.flatpickr-calendar {
		max-width: 618px;
		width: 618px !important;
	}

	.dayContainer {
		width: 284px !important;
		min-width: 284px !important;
		max-width: 284px !important;
	}
}

/*--------------------------------------------------------------
MO_H_S_F - Fully Booked
--------------------------------------------------------------*/
.flatpickr-disabled .all-booked {
	display: none;
}

.flatpickr-day.no-avail {
	opacity: .6;
	cursor: not-allowed !important;
}

.flatpickr-day.no-avail:hover {
	background: none;
}

.flatpickr-day.no-avail.flatpickr-disabled {
	opacity: 1;
}

.all-booked {
	position: absolute;
	font-size: 7px;
	line-height: 8px;
	white-space: nowrap;
	left: 5px;
	opacity: .8;
	top: 3px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 3px 8px;
	border-radius: 999px;
	color: initial;
}

/*--------------------------------------------------------------
MO_H - 2 Col Full Width Image
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_H_2 - Responsive
--------------------------------------------------------------*/
@media screen and (min-width: 768px) {
	.stmar-2-col {
		overflow: hidden;
		position: relative;
	}

	.stmar-2-col__img {
		position: static !important;
	}

	.stmar-2-col__img .wp-block-cover {
		position: absolute;
		width: 100%;
		top: 0;
		height: 100%;
		overflow: hidden;
	}

	.stmar-2-col__img .wp-block-cover > img {
		transform: translateX(-25%);
	}

	.stmar-2-col__img.col-md-4 .wp-block-cover > img {
		transform: translateX(-32%);
	}
}

/*--------------------------------------------------------------
MO_H - Gallery 2 Column
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_H_G2 - Responsive
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.stmar-gal-2-col .wp-block-gbold-grid-column + .wp-block-gbold-grid-column {
		margin-top: 30px;
	}
}

@media screen and (min-width: 768px) {
	.stmar-gal-2-col .wp-block-gbold-grid-column + .wp-block-gbold-grid-column > * {
		position: absolute;
		height: 100%;
	}
}

/*--------------------------------------------------------------
MO_H - Text With Icon
--------------------------------------------------------------*/
.stmar-text-icon {
	position: relative;
	min-height: 62px;
	overflow: hidden;
	display: table;
	width: 100%;
	table-layout: fixed;
}

.stmar-text-icon .wp-block-image {
	width: 30px;
	position: absolute;
	left: 0;
	height: 26px;
	top: 0;
	bottom: 0;
	margin: auto;
	display: table;
}

.stmar-text-icon .wp-block-image img {
	display: table-cell;
	vertical-align: middle;
}

.stmar-text-icon p {
	padding-left: 47px;
	margin: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

/*--------------------------------------------------------------
MO_H - iFrame
--------------------------------------------------------------*/
.stmar-iframe__wrapper {
	height: 100%;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.stmar-iframe iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*--------------------------------------------------------------
MO - Plugins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_P - Semantic Wrapper
--------------------------------------------------------------*/
/*--------------------------------------------------------------
MO_P_S - Block Styles
--------------------------------------------------------------*/
.is-style-stmar-sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

/*--------------------------------------------------------------
MO_P_S - Responsive Spacer
--------------------------------------------------------------*/
.pb-6 {
	padding-bottom: 4rem !important;
}

.pb-7 {
	padding-bottom: 5rem !important;
}

.pb-8 {
	padding-bottom: 6rem !important;
}

.pb-9 {
	padding-bottom: 7rem !important;
}

.pb-10 {
	padding-bottom: 8rem !important;
}

.pb-11 {
	padding-bottom: 9rem !important;
}

.pb-12 {
	padding-bottom: 10rem !important;
}

.pb-13 {
	padding-bottom: 11rem !important;
}

.pb-14 {
	padding-bottom: 12rem !important;
}

.pb-15 {
	padding-bottom: 13rem !important;
}

.pb-16 {
	padding-bottom: 14rem !important;
}

.pb-17 {
	padding-bottom: 15rem !important;
}

.pb-18 {
	padding-bottom: 16rem !important;
}

.pb-19 {
	padding-bottom: 17rem !important;
}

.pb-20 {
	padding-bottom: 18rem !important;
}

@media (min-width: 576px) {
	.pb-sm-6 {
		padding-bottom: 4rem !important;
	}
	
	.pb-sm-7 {
		padding-bottom: 5rem !important;
	}
	
	.pb-sm-8 {
		padding-bottom: 6rem !important;
	}
	
	.pb-sm-9 {
		padding-bottom: 7rem !important;
	}
	
	.pb-sm-10 {
		padding-bottom: 8rem !important;
	}
	
	.pb-sm-11 {
		padding-bottom: 9rem !important;
	}
	
	.pb-sm-12 {
		padding-bottom: 10rem !important;
	}
	
	.pb-sm-13 {
		padding-bottom: 11rem !important;
	}
	
	.pb-sm-14 {
		padding-bottom: 12rem !important;
	}
	
	.pb-sm-15 {
		padding-bottom: 13rem !important;
	}
	
	.pb-sm-16 {
		padding-bottom: 14rem !important;
	}
	
	.pb-sm-17 {
		padding-bottom: 15rem !important;
	}
	
	.pb-sm-18 {
		padding-bottom: 16rem !important;
	}
	
	.pb-sm-19 {
		padding-bottom: 17rem !important;
	}
	
	.pb-sm-20 {
		padding-bottom: 18rem !important;
	}
}

@media (min-width: 768px) {
	.pb-md-6 {
		padding-bottom: 4rem !important;
	}
	
	.pb-md-7 {
		padding-bottom: 5rem !important;
	}
	
	.pb-md-8 {
		padding-bottom: 6rem !important;
	}
	
	.pb-md-9 {
		padding-bottom: 7rem !important;
	}
	
	.pb-md-10 {
		padding-bottom: 8rem !important;
	}
	
	.pb-md-11 {
		padding-bottom: 9rem !important;
	}
	
	.pb-md-12 {
		padding-bottom: 10rem !important;
	}
	
	.pb-md-13 {
		padding-bottom: 11rem !important;
	}
	
	.pb-md-14 {
		padding-bottom: 12rem !important;
	}
	
	.pb-md-15 {
		padding-bottom: 13rem !important;
	}
	
	.pb-md-16 {
		padding-bottom: 14rem !important;
	}
	
	.pb-md-17 {
		padding-bottom: 15rem !important;
	}
	
	.pb-md-18 {
		padding-bottom: 16rem !important;
	}
	
	.pb-md-19 {
		padding-bottom: 17rem !important;
	}
	
	.pb-md-20 {
		padding-bottom: 18rem !important;
	}
}

@media (min-width: 992px) {
	.pb-lg-6 {
		padding-bottom: 4rem !important;
	}
	
	.pb-lg-7 {
		padding-bottom: 5rem !important;
	}
	
	.pb-lg-8 {
		padding-bottom: 6rem !important;
	}
	
	.pb-lg-9 {
		padding-bottom: 7rem !important;
	}
	
	.pb-lg-10 {
		padding-bottom: 8rem !important;
	}
	
	.pb-lg-11 {
		padding-bottom: 9rem !important;
	}
	
	.pb-lg-12 {
		padding-bottom: 10rem !important;
	}
	
	.pb-lg-13 {
		padding-bottom: 11rem !important;
	}
	
	.pb-lg-14 {
		padding-bottom: 12rem !important;
	}
	
	.pb-lg-15 {
		padding-bottom: 13rem !important;
	}
	
	.pb-lg-16 {
		padding-bottom: 14rem !important;
	}
	
	.pb-lg-17 {
		padding-bottom: 15rem !important;
	}
	
	.pb-lg-18 {
		padding-bottom: 16rem !important;
	}
	
	.pb-lg-19 {
		padding-bottom: 17rem !important;
	}
	
	.pb-lg-20 {
		padding-bottom: 18rem !important;
	}
}

@media (min-width: 1200px) {
	.pb-xl-6 {
		padding-bottom: 4rem !important;
	}
	
	.pb-xl-7 {
		padding-bottom: 5rem !important;
	}
	
	.pb-xl-8 {
		padding-bottom: 6rem !important;
	}
	
	.pb-xl-9 {
		padding-bottom: 7rem !important;
	}
	
	.pb-xl-10 {
		padding-bottom: 8rem !important;
	}
	
	.pb-xl-11 {
		padding-bottom: 9rem !important;
	}
	
	.pb-xl-12 {
		padding-bottom: 10rem !important;
	}
	
	.pb-xl-13 {
		padding-bottom: 11rem !important;
	}
	
	.pb-xl-14 {
		padding-bottom: 12rem !important;
	}
	
	.pb-xl-15 {
		padding-bottom: 13rem !important;
	}
	
	.pb-xl-16 {
		padding-bottom: 14rem !important;
	}
	
	.pb-xl-17 {
		padding-bottom: 15rem !important;
	}
	
	.pb-xl-18 {
		padding-bottom: 16rem !important;
	}
	
	.pb-xl-19 {
		padding-bottom: 17rem !important;
	}
	
	.pb-xl-20 {
		padding-bottom: 18rem !important;
	}
}