/*!
Theme Name: Shedpoint
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Shedpoint
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain:Wherehouse
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.

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	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;
	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%;
}

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

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

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

figure {
	margin: 1em 0;
}

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

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

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: flex;
	}
}

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*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;
}

/* Custom
--------------------------------------------- */
@font-face {
	font-family: LabGrotesque-Thin;
	src: url("fonts/LabGrotesque-Thin.woff2"), url("fonts/LabGrotesque-Thin.woff");
	font-weight: normal;
}

@font-face {
	font-family: LabGrotesque-Regular;
	src: url("fonts/LabGrotesque-Regular.woff2"), url("fonts/LabGrotesque-Regular.woff");
	font-weight: normal;
}

@font-face {
	font-family: LabGrotesqueMono-Regular;
	src: url("fonts/LabGrotesqueMono-Regular.woff2"), url("fonts/LabGrotesqueMono-Regular.woff");
	font-weight: normal;
}

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

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box;
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

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

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
       * Remove all paddings around the image on small screen
       */
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box;
	}
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.bounding-box {
	width: 90%;
	margin: 0 auto;
	max-width: 1400px;
}

@media screen and (min-width: 768px) {
	.bounding-box {
		width: 90%;
	}
}

.gutter {
	margin-top: -20px;
	margin-left: -20px;
	width: calc(100% + 20px);
	display: inline-flex;
}

.gutter > .width-s--0 {
	width: 0;
	margin: 0 !important;
}

.gutter > .width-s--1 {
	width: calc(8.3333% - (20px * 2));
	max-width: 1200px;
	margin-top: 20px;
	margin-left: 20px;
}

.gutter > .width-s--2 {
	width: calc(16.6666% - (20px * 2));
	max-width: 1200px;
	margin-top: 20px;
	margin-left: 20px;
}

.gutter > .width-s--20 {
	width: calc(20% - 20px);
	max-width: calc(20% - 20px);
	margin-top: 20px;
	margin-left: 20px;
}

.gutter > .width-s--40 {
	width: calc(40% - 20px);
	max-width: calc(40% - 20px);
	margin-top: 20px;
	margin-left: 20px;
}

.gutter > .width-s--3 {
	width: calc(25% - (20px * 2));
	max-width: 1200px;
	margin-top: 20px;
	margin-left: 20px;
}

.gutter > .width-s--4 {
	width: calc(33.3333% - (20px * 2));
	max-width: 1200px;
	margin-top: 20px;
	margin-left: 20px;
}

.gutter > .width-s--5 {
	width: calc(41.6666% - (20px * 2));
	max-width: 1200px;
	margin-top: 20px;
	margin-left: 20px;
}

.gutter > .width-s--6 {
	width: calc(50% - (20px * 2));
	max-width: 1200px;
	margin-top: 20px;
	margin-left: 20px;
}

.gutter > .width-s--7 {
	width: calc(58.3333% - (20px * 2));
	max-width: 1200px;
	margin-top: 20px;
	margin-left: 20px;
}

.gutter > .width-s--8 {
	width: calc(66.6666% - (20px * 2));
	max-width: 1200px;
	margin-top: 20px;
	margin-left: 20px;
}

.gutter > .width-s--9 {
	width: calc(75% - (20px * 2));
	max-width: 1200px;
	margin-top: 20px;
	margin-left: 20px;
}

.gutter > .width-s--10 {
	width: calc(83.3333% - (20px * 2));
	max-width: 1200px;
	margin-top: 20px;
	margin-left: 20px;
}

.gutter > .width-s--11 {
	width: calc(91.6666% - (20px * 2));
	margin-top: 20px;
	margin-left: 20px;
}

.gutter > .width-s--12 {
	width: 100%;
	margin-top: 20px;
	margin-left: 20px;
}

@media screen and (min-width: 768px) {
	.gutter > .width-m--0 {
		width: 0;
		margin: 0 !important;
	}
	.gutter > .width-m--1 {
		width: calc(8.3333% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-m--2 {
		width: calc(16.6666% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-m--20 {
		width: calc(20% - 20px);
		max-width: calc(20% - 20px);
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-m--40 {
		width: calc(40% - 20px);
		max-width: calc(40% - 20px);
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-m--3 {
		width: calc(25% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-m--4 {
		width: calc(33.3333% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-m--5 {
		width: calc(41.6666% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-m--6 {
		width: calc(50% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-m--7 {
		width: calc(58.3333% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-m--8 {
		width: calc(66.6666% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-m--9 {
		width: calc(75% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-m--10 {
		width: calc(83.3333% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-m--11 {
		width: calc(91.6666% - (20px * 2));
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-m--12 {
		width: 100%;
		margin-top: 20px;
		margin-left: 20px;
	}
}

@media screen and (min-width: 1024px) {
	.gutter > .width-l--0 {
		width: 0;
		margin: 0 !important;
	}
	.gutter > .width-l--1 {
		width: calc(8.3333% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-l--2 {
		width: calc(16.6666% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-l--20 {
		width: calc(20% - 20px);
		max-width: calc(20% - 20px);
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-l--40 {
		width: calc(40% - 20px);
		max-width: calc(40% - 20px);
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-l--3 {
		width: calc(25% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-l--4 {
		width: calc(33.3333% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-l--5 {
		width: calc(41.6666% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-l--6 {
		width: calc(50% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-l--7 {
		width: calc(58.3333% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-l--8 {
		width: calc(66.6666% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-l--9 {
		width: calc(75% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-l--10 {
		width: calc(83.3333% - (20px * 2));
		max-width: 1200px;
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-l--11 {
		width: calc(91.6666% - (20px * 2));
		margin-top: 20px;
		margin-left: 20px;
	}
	.gutter > .width-l--12 {
		width: 100%;
		margin-top: 20px;
		margin-left: 20px;
	}
}

.gutter > .width-s--bounding-box {
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.gutter > .width-s--bounding-box {
		width: 90%;
	}
}

.gutter > .width-m--bounding-box {
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.gutter > .width-m--bounding-box {
		width: 90%;
	}
}

.gutter > .width-l--bounding-box {
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.gutter > .width-l--bounding-box {
		width: 90%;
	}
}

.width-s--full {
	width: 100%;
	max-width: 100%;
}

.width-s--0 {
	width: 0;
	margin: 0 !important;
}

.width-s--1 {
	width: 8.3333%;
	max-width: 1200px;
}

.width-s--2 {
	width: 16.6666%;
	max-width: 1200px;
}

.width-s--20 {
	width: 20%;
	max-width: 20%;
}

.width-s--40 {
	width: 40%;
	max-width: 40%;
}

.width-s--3 {
	width: 25%;
	max-width: 1200px;
}

.width-s--4 {
	width: 33.3333%;
	max-width: 1200px;
}

.width-s--5 {
	width: 41.6666%;
	max-width: 1200px;
}

.width-s--6 {
	width: 50%;
	max-width: 1200px;
}

.width-s--7 {
	width: 58.3333%;
	max-width: 1200px;
}

.width-s--8 {
	width: 66.6666%;
	max-width: 1200px;
}

.width-s--9 {
	width: 75%;
	max-width: 1200px;
}

.width-s--10 {
	width: 83.3333%;
	max-width: 1200px;
}

.width-s--11 {
	width: 91.6666%;
}

.width-s--12 {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.width-m--full {
		width: 100%;
		max-width: 100%;
	}
	.width-m--0 {
		width: 0;
		margin: 0 !important;
	}
	.width-m--1 {
		width: 8.3333%;
		max-width: 1200px;
	}
	.width-m--2 {
		width: 16.6666%;
		max-width: 1200px;
	}
	.width-m--20 {
		width: 20%;
		max-width: 20%;
	}
	.width-m--40 {
		width: 40%;
		max-width: 40%;
	}
	.width-m--3 {
		width: 25%;
		max-width: 1200px;
	}
	.width-m--4 {
		width: 33.3333%;
		max-width: 1200px;
	}
	.width-m--5 {
		width: 41.6666%;
		max-width: 1200px;
	}
	.width-m--6 {
		width: 50%;
		max-width: 1200px;
	}
	.width-m--7 {
		width: 58.3333%;
		max-width: 1200px;
	}
	.width-m--8 {
		width: 66.6666%;
		max-width: 1200px;
	}
	.width-m--9 {
		width: 75%;
		max-width: 1200px;
	}
	.width-m--10 {
		width: 83.3333%;
		max-width: 1200px;
	}
	.width-m--11 {
		width: 91.6666%;
	}
	.width-m--12 {
		width: 100%;
	}
}

@media screen and (min-width: 1024px) {
	.width-l--full {
		width: 100%;
		max-width: 100%;
	}
	.width-l--0 {
		width: 0;
		margin: 0 !important;
	}
	.width-l--1 {
		width: 8.3333%;
		max-width: 1200px;
	}
	.width-l--2 {
		width: 16.6666%;
		max-width: 1200px;
	}
	.width-l--20 {
		width: 20%;
		max-width: 20%;
	}
	.width-l--40 {
		width: 40%;
		max-width: 40%;
	}
	.width-l--3 {
		width: 25%;
		max-width: 1200px;
	}
	.width-l--4 {
		width: 33.3333%;
		max-width: 1200px;
	}
	.width-l--5 {
		width: 41.6666%;
		max-width: 1200px;
	}
	.width-l--6 {
		width: 50%;
		max-width: 1200px;
	}
	.width-l--7 {
		width: 58.3333%;
		max-width: 1200px;
	}
	.width-l--8 {
		width: 66.6666%;
		max-width: 1200px;
	}
	.width-l--9 {
		width: 75%;
		max-width: 1200px;
	}
	.width-l--10 {
		width: 83.3333%;
		max-width: 1200px;
	}
	.width-l--11 {
		width: 91.6666%;
	}
	.width-l--12 {
		width: 100%;
	}
}

.width-s--bounding-box {
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.width-s--bounding-box {
		width: 90%;
	}
}

.width-m--bounding-box {
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.width-m--bounding-box {
		width: 90%;
	}
}

.width-l--bounding-box {
	margin: 0 auto;
}

@media screen and (min-width: 1024px) {
	.width-l--bounding-box {
		width: 90%;
	}
}

.flex--row {
	display: flex;
	flex-direction: row;
}

.flex--column {
	display: flex;
	flex-direction: column;
}

.flex--grow {
	flex-grow: 1;
}

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

.flex-s--row-reverse {
	flex-direction: row-reverse;
}

.flex-s--justify-start {
	justify-content: flex-start;
}

.flex-s--justify-center {
	justify-content: center;
}

.flex-s--justify-end {
	justify-content: flex-end;
}

.flex-s--justify-between {
	justify-content: space-between;
}

.flex-s--justify-around {
	justify-content: space-around;
}

.flex-s--justify-stretch {
	justify-content: stretch;
}

.flex-s--align-start {
	align-items: flex-start;
}

.flex-s--align-center {
	align-items: center;
}

.flex-s--align-end {
	align-items: flex-end;
}

.flex-s--align-between {
	align-items: space-between;
}

.flex-s--align-around {
	align-items: space-around;
}

.flex-s--align-stretch {
	align-items: stretch !important;
}

@media screen and (min-width: 768px) {
	.flex-m--row-reverse {
		flex-direction: row-reverse;
	}
	.flex-m--justify-start {
		justify-content: flex-start;
	}
	.flex-m--justify-center {
		justify-content: center;
	}
	.flex-m--justify-end {
		justify-content: flex-end;
	}
	.flex-m--justify-between {
		justify-content: space-between;
	}
	.flex-m--justify-around {
		justify-content: space-around;
	}
	.flex-m--justify-stretch {
		justify-content: stretch;
	}
	.flex-m--align-start {
		align-items: flex-start;
	}
	.flex-m--align-center {
		align-items: center;
	}
	.flex-m--align-end {
		align-items: flex-end;
	}
	.flex-m--align-between {
		align-items: space-between;
	}
	.flex-m--align-around {
		align-items: space-around;
	}
	.flex-m--align-stretch {
		align-items: stretch !important;
	}
}

@media screen and (min-width: 1024px) {
	.flex-l--row-reverse {
		flex-direction: row-reverse;
	}
	.flex-l--justify-start {
		justify-content: flex-start;
	}
	.flex-l--justify-center {
		justify-content: center;
	}
	.flex-l--justify-end {
		justify-content: flex-end;
	}
	.flex-l--justify-between {
		justify-content: space-between;
	}
	.flex-l--justify-around {
		justify-content: space-around;
	}
	.flex-l--justify-stretch {
		justify-content: stretch;
	}
	.flex-l--align-start {
		align-items: flex-start;
	}
	.flex-l--align-center {
		align-items: center;
	}
	.flex-l--align-end {
		align-items: flex-end;
	}
	.flex-l--align-between {
		align-items: space-between;
	}
	.flex-l--align-around {
		align-items: space-around;
	}
	.flex-l--align-stretch {
		align-items: stretch !important;
	}
}

.margin--none {
	margin: 0;
}

.margin--xs {
	margin: 20px;
}

.margin--s {
	margin: 40px;
}

.margin--sm {
	margin: 60px;
}

.margin--m {
	margin: 80px;
}

.margin--l {
	margin: 100px;
}

.margin--t--none {
	margin-top: 0;
}

.margin--t--xs {
	margin-top: 20px;
}

.margin--t--s {
	margin-top: 40px;
}

.margin--t--sm {
	margin-top: 60px;
}

.margin--t--m {
	margin-top: 80px;
}

.margin--t--l {
	margin-top: 100px;
}

.margin--b--none {
	margin-bottom: 0;
}

.margin--b--xs {
	margin-bottom: 20px;
}

.margin--b--s {
	margin-bottom: 40px;
}

.margin--b--sm {
	margin-bottom: 60px;
}

.margin--b--m {
	margin-bottom: 80px;
}

.margin--b--l {
	margin-bottom: 100px;
}

.margin--v--none {
	margin-top: 0;
	margin-bottom: 0;
}

.margin--v--xs {
	margin-top: 20px;
	margin-bottom: 20px;
}

.margin--v--s {
	margin-top: 40px;
	margin-bottom: 40px;
}

.margin--v--sm {
	margin-top: 60px;
	margin-bottom: 60px;
}

.margin--v--m {
	margin-top: 80px;
	margin-bottom: 80px;
}

.margin--v--l {
	margin-top: 100px;
	margin-bottom: 100px;
}

.margin--h--none {
	margin-left: 0;
	margin-right: 0;
}

.margin--h--xs {
	margin-left: 20px;
	margin-right: 20px;
}

.margin--h--s {
	margin-left: 40px;
	margin-right: 40px;
}

.margin--h--sm {
	margin-left: 60px;
	margin-right: 60px;
}

.margin--h--m {
	margin-left: 80px;
	margin-right: 80px;
}

.margin--h--l {
	margin-left: 100px;
	margin-right: 100px;
}

/**
 * ----------------------------------------------------------------------------------------------
 * Padding
 * ----------------------------------------------------------------------------------------------
 */
.p {
	color: blue;
}

.padding--xs {
	padding: 20px;
}

.padding--s {
	padding: 40px;
}

.padding--m {
	padding: 80px;
}

.padding--l {
	padding: 100px;
}

.padding--t--xs {
	padding-top: 20px;
}

.padding--t--s {
	padding-top: 40px;
}

.padding--t--m {
	padding-top: 80px;
}

.padding--t--l {
	padding-top: 100px;
}

.padding--b--xs {
	padding-bottom: 20px;
}

.padding--b--s {
	padding-bottom: 40px;
}

.padding--b--m {
	padding-bottom: 80px;
}

.padding--b--l {
	padding-bottom: 100px;
}

.padding--v--xs {
	padding-top: 20px;
	padding-bottom: 20px;
}

.padding--v--s {
	padding-top: 40px;
	padding-bottom: 40px;
}

.padding--v--m {
	padding-top: 80px;
	padding-bottom: 80px;
}

.padding--v--l {
	padding-top: 100px;
	padding-bottom: 100px;
}

.padding--h--xs {
	padding-left: 20px;
	padding-right: 20px;
}

.padding--h--s {
	padding-left: 40px;
	padding-right: 40px;
}

.padding--h--m {
	padding-left: 80px;
	padding-right: 80px;
}

.padding--h--l {
	padding-left: 100px;
	padding-right: 100px;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
.font--secondary,
.block__body p.font--secondary,
.body.font--secondary {
	font-family: "LabGrotesqueMono-Regular";
	font-size: 0.8rem;
	text-transform: uppercase;
}

p,
a,
li,
th,
td,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
figcaption,
figure,
label,
input,
button,
span {
	font-family: "LabGrotesque-Regular", sans-serif;
	letter-spacing: calc(0.001 * 25rem);
	line-height: 1.3;
}

.heading--large {
	font-family: "LabGrotesque-Thin";
	letter-spacing: calc(0.001 * 5rem);
	line-height: 1.3;
	font-size: 1.5rem;
}

@media screen and (min-width: 350px) {
	.heading--large {
		font-size: 1.75rem;
	}
}

@media screen and (min-width: 400px) {
	.heading--large {
		font-size: 2rem;
	}
}

@media screen and (min-width: 768px) {
	.heading--large {
		font-size: 3rem;
	}
}

p a {
	text-decoration: underline;
}

.block__body p.heading,
.heading {
	font-family: "LabGrotesque-Regular";
	font-size: 1.5rem;
	line-height: 1.3;
}

.block__body p.body--large,
.block__body.body--large p {
	font-family: "LabGrotesque-Regular";
	font-size: 1.25rem;
	line-height: 1.3;
}

@media screen and (min-width: 768px) {
	.block__body p.body--large,
	.block__body.body--large p {
		font-size: 1.5rem;
	}
}

.block__body p.body--med,
.body--med {
	font-family: "LabGrotesque-Regular";
	font-size: 1.2rem;
	line-height: 1.3;
}

.block__body p,
.body {
	font-family: "LabGrotesque-Regular";
	font-size: 1rem;
	line-height: 1.3;
}

p {
	margin-bottom: 10px;
}

p,
a {
	font-family: "LabGrotesque-Regular", sans-serif;
	letter-spacing: calc(0.001 * 25rem);
	line-height: 1.3;
}

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

.form--heading,
.list--heading {
	margin-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
	opacity: 1;
}

ul {
	list-style: none;
	margin: 20px 40px 20px 0;
	padding: 0;
}

ul.list {
	list-style-type: none;
	list-style-position: inside;
	margin: 0;
	margin-left: 20px;
}

ul.list li:before {
	content: "\2014";
	position: absolute;
	margin-left: -20px;
	margin-top: 0px;
}

@media screen and (min-width: 1024px) {
	ul.list li:before {
		margin-top: 5px;
	}
}

ul.list li {
	margin-bottom: 0;
	color: #241f21;
}

ul.list li .block-heading,
ul.list li .block-body {
	font-size: 1rem;
}

@media screen and (min-width: 768px) {
	ul.list li .block-heading,
	ul.list li .block-body {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1024px) {
	ul.list li .block-heading,
	ul.list li .block-body {
		font-size: 1.25rem;
	}
}

ul.list li p,
ul.list li a {
	display: inline-block;
}

li,
li a {
	opacity: 1;
}

label {
	width: 100%;
	font-size: 0.8rem;
	margin-bottom: 10px;
}

input {
	width: 100%;
	margin: 10px 0;
}

input[type="submit"] {
	width: auto;
	margin: 20px 0px;
}

@media screen and (min-width: 1140px) {
	input[type="submit"] {
		margin: 20px 20px 0 20px;
	}
}

::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	font-family: "LabGrotesque-Regular", sans-serif;
	letter-spacing: calc(0.001 * 25rem);
	line-height: 1.3;
	color: #241f21;
	opacity: 0.6;
}

::-moz-placeholder {
	/* Firefox 19+ */
	font-family: "LabGrotesque-Regular", sans-serif;
	letter-spacing: calc(0.001 * 25rem);
	line-height: 1.3;
	color: #241f21;
	opacity: 0.6;
}

:-ms-input-placeholder {
	/* IE 10+ */
	font-family: "LabGrotesque-Regular", sans-serif;
	letter-spacing: calc(0.001 * 25rem);
	line-height: 1.3;
	color: #241f21;
	opacity: 0.6;
}

:-moz-placeholder {
	/* Firefox 18- */
	font-family: "LabGrotesque-Regular", sans-serif;
	letter-spacing: calc(0.001 * 25rem);
	line-height: 1.3;
	color: #241f21;
	opacity: 0.6;
}

.align-s--left {
	text-align: left;
}

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

.align-s--right {
	text-align: right;
}

@media screen and (min-width: 768px) {
	.align-m--left {
		text-align: left;
	}
	.align-m--center {
		text-align: center;
	}
	.align-m--right {
		text-align: right;
	}
}

@media screen and (min-width: 1024px) {
	.align-l--left {
		text-align: left;
	}
	.align-l--center {
		text-align: center;
	}
	.align-l--right {
		text-align: right;
	}
}

.rte cite,
.rte figcaption {
	font-size: 0.875rem;
	line-height: 1.1875rem;
}

.rte figcaption {
	text-align: center;
}

.rte p,
.rte li,
.rte th,
.rte td {
	font-size: 1rem;
	line-height: 1.3125rem;
}

.rte blockquote,
.rte .wp-block-quote,
.rte .wp-block-quote p,
.rte .has-large-font-size {
	font-size: 1.5625rem;
	line-height: 1.875rem;
}

.rte h1 {
	font-size: 2.8125rem;
	line-height: 3.75rem;
}

.rte h2 {
	font-size: 2.5rem;
	line-height: 2.8125rem;
}

.rte h3 {
	font-size: 1.875rem;
	line-height: 2.1875rem;
}

.rte h4 {
	font-size: 1.5625rem;
	line-height: 1.875rem;
}

.rte h5 {
	font-size: 1.25rem;
	line-height: 1.5625rem;
}

.rte h6 {
	font-size: 1rem;
	line-height: 1.3125rem;
}

.rte ul {
	padding-left: 20px;
}

.rte li {
	list-style-type: disc;
	margin-bottom: 10px;
}

figure {
	margin: 20px 0 40px 0;
}

table,
th,
td {
	border: 1px solid #000;
	border-collapse: collapse;
}

table {
	margin: 10px 0;
}

th,
td {
	padding: 10px;
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
button {
	border: none;
	outline: none;
}

.button {
	margin-left: 0px;
}

.button,
input[type="submit"] {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
	padding: 10px 30px;
	border-radius: 30px;
	text-transform: none;
}

.button:hover,
input[type="submit"]:hover {
	background-color: #3b3501;
	color: #f3f3ee;
}

.button.button--white,
input[type="submit"].button--white {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}

.button.button--white:hover,
input[type="submit"].button--white:hover {
	background-color: #fff;
	color: #000;
}

/**
* ----------------------------------------------------------------------------------------------
* Header
* ----------------------------------------------------------------------------------------------
*/
.page-template-page-home .nav__header {
	background-color: #3d3602;
}

.page-template-page-home .nav__footer {
	background-color: #3d3602;
}

.page-template-page-home .nav__menu > li > a,
.page-template-page-home .menu-item-has-children:after {
	color: #f3f3ee;
}

.page-template-page-home .menu-drawer__open svg path,
.page-template-page-home .menu-drawer__open svg rect,
.page-template-page-home .menu-drawer__open svg polygon,
.page-template-page-home .logo svg path,
.page-template-page-home .logo svg rect,
.page-template-page-home .logo svg polygon {
	fill: #f3f3ee;
}

.page-template-page-home .header__container a.nav__button {
	border: 1px solid #fff;
	background-color: transparent;
	color: #fff;
}

.page-template-page-home .header__container a.nav__button:hover {
	background-color: #fff;
	color: #000;
}

.header__container .menu-drawer a.nav__button {
	border: 1px solid #3d3602;
	background-color: transparent;
	color: #000;
}

.header__container .menu-drawer a.nav__button:hover {
	background-color: #3d3602;
	color: #fff;
}

.menu-drawer {
	background-color: #ba8330;
}

@media screen and (min-width: 768px) {
	.mobile {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	.desktop {
		display: none !important;
	}
}

.nav__header {
	width: 100%;
}

.nav__header-wrapper,
.nav__footer-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px 0;
}

@media screen and (min-width: 768px) {
	.nav__header-wrapper,
	.nav__footer-wrapper {
		flex-wrap: wrap;
	}
}

.nav__header-wrapper {
	justify-content: space-between;
}

@media screen and (min-width: 768px) {
	.nav__header-wrapper {
		align-items: flex-start;
	}
}

@media screen and (min-width: 795px) {
	.nav__header-wrapper {
		align-items: center;
	}
}

.nav__footer-wrapper {
	padding: 0px 0;
}

@media screen and (min-width: 768px) {
	.nav__footer-wrapper {
		padding: 0;
		justify-content: flex-start;
	}
}

.nav__left,
.nav__center,
.nav__right {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 768px) {
	.nav__left {
		display: none;
	}
}

.nav__right {
	width: 300px;
}

@media screen and (min-width: 768px) {
	.nav__right {
		width: auto;
	}
}

.nav__left {
	justify-content: flex-start;
}

@media screen and (min-width: 768px) {
	.nav__left {
		display: none;
		width: 0%;
	}
}

.nav__center {
	justify-content: center;
}

@media screen and (min-width: 768px) {
	.nav__center {
		justify-content: space-between;
	}
}

.nav__right {
	justify-content: flex-end;
}

.nav__menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	text-transform: uppercase;
	font-size: 2rem;
}

.logo svg {
	max-width: 100%;
}

.logo img {
	max-height: 50px;
}

.logo__primary {
	position: relative;
	display: flex;
}

@media screen and (min-width: 768px) {
	.logo__primary {
		margin-bottom: 20px;
		margin-right: 20px;
	}
}

@media screen and (min-width: 795px) {
	.logo__primary {
		margin-bottom: 0;
	}
}

.logo__primary svg {
	width: 100px;
}

@media screen and (min-width: 768px) {
	.logo__primary svg {
		width: auto;
	}
}

.logo__secondary {
	width: 150px;
}

.logo__secondary svg {
	width: 120px;
}

@media screen and (min-width: 768px) {
	.nav__header .logo,
	.nav__menu {
		width: auto;
	}
	.nav__menu {
		min-width: 0%;
	}
}

.nav__menu li {
	margin-right: 40px;
}

.nav__menu li:last-of-type {
	margin-right: 0px;
}

.nav__menu li a {
	text-decoration: none;
}

.menu-drawer__open {
	background-color: transparent;
}

.menu-drawer__open .icon {
	margin-bottom: 0;
}

.menu-drawer__close {
	background-color: transparent;
	margin-left: -15px;
}

.header__container .menu-drawer .cta-button {
	margin-left: 30px;
}

.menu-drawer {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	transform: translateX(100%);
	transition: transform 0.5s;
	z-index: 10;
}

.menu-drawer .button,
.menu-drawer .nav__button,
.menu-drawer .cta-button {
	margin-left: 30px;
}

.menu-drawer .menu-drawer__menu > li a {
	padding: 10px 40px;
}

.menu-drawer ul {
	padding: 10px 0;
	margin: 0;
}

.menu-drawer li a {
	display: block;
}

.menu-drawer .menu-item-has-children {
	padding-top: 0;
	padding-bottom: 0;
}

.menu-drawer .menu-item-has-children > a {
	display: none;
}

.menu-drawer .sub-menu {
	margin: 0;
}

.menu-drawer .sub-menu li:hover {
	background-color: #f3f3ee;
}

.menu-drawer a {
	color: #000;
	text-decoration: none;
}

.menu-drawer.active {
	transform: translateX(0%);
}

.menu-drawer__header-wrapper {
	display: flex;
	justify-content: flex-end;
	padding: 60px 30px 0 30px;
}

.menu-drawer__header-wrapper .icon {
	margin-bottom: 0;
}

.menu-drawer__body-container {
	overflow: scroll;
	height: 90vh;
}

.menu-drawer__body-wrapper {
	padding-top: 10px;
	padding-bottom: 100px;
}

.nav__menu {
	/* Dropdown Button */
}

.nav__menu ul,
.nav__menu li {
	margin: 0;
}

.nav__menu > li {
	position: relative;
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.nav__menu > li:hover .sub-menu {
	display: block;
}

.nav__menu > li a {
	padding: 0;
	border: none;
}

.nav__menu .sub-menu {
	display: none;
	position: absolute;
	bottom: 0;
	border-radius: 10px;
	transform: translateY(100%) translateX(-20px);
	background-color: #e1ddd2;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}

.nav__menu .sub-menu a {
	border-radius: 10px;
	white-space: nowrap;
	color: #323332;
	padding: 12px 40px 12px 20px;
	text-decoration: none;
	display: block;
}

.nav__menu .sub-menu a:hover {
	background-color: #f3f3ee;
}

.cta-button {
	margin: 20px 0;
}

@media screen and (min-width: 768px) {
	.cta-button {
		margin: 0 0 0px 0;
	}
}

.header__container .nav__menu {
	margin: 0 20px 0 0;
}

.header__container .cta-button {
	padding: 5px 15px;
	margin: 20px 0;
	white-space: nowrap;
	text-decoration: none;
}
.headerphone {
    font-weight: bold;
    font-size: 100%;
    margin: 0px 0px 0px 10px;
}
.home .headerphone a, .home .headerphone a:visited{
    padding: 9px 20px;
    border: 1px solid #fff;
    border-radius: 22px;
    background-color: transparent;
    display:block;
	color:#fff;
}
.home .headerphone a:hover{
	background-color: #fff;
	color:#000;
}

.headerphone a, .home .headerphone a:visited{
    padding: 9px 20px;
    border: 1px solid #000;
    border-radius: 22px;
    background-color: transparent;
    display:block;
	color:#000;
}
.headerphone a:hover{
	background-color: #3b3501;
    color: #f3f3ee;
	border: 1px solid #3b3501;
}


@media only screen and (max-width: 700px) {
.headerphone{
		visibility:hidden;
		display:none;
	}
}

@media screen and (min-width: 768px) {
	.header__container .cta-button {
		margin: 0 0 0 0px;
		padding: 10px 30px;
	}
}

.header__container .menu-item-has-children:after {
	display: inline-block;
	transform: rotate(90deg) scale(0.7);
}

.section__footer {
	background-color: #f3f3ee;
}

.footer-top {
	margin-bottom: 40px;
}

.footer-main {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.footer-menu {
	margin-bottom: 40px;
}

.footer-menu .menu-item-has-children {
	margin-bottom: 40px;
}

.footer-menu .menu-item-has-children > a {
	display: none;
}

.footer-menu ul {
	display: flex;
	flex-wrap: wrap;
}

.footer-menu ul li {
	margin-bottom: 20px;
}

.footer-menu ul .sub-menu {
	margin: 20px 100px 20px 0;
	display: flex;
	flex-direction: column;
}

.footer-newsletter {
	margin-bottom: 20px;
}

.footer-newsletter form fieldset {
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.footer-newsletter form input[type="email"] {
		width: 300px;
		margin-right: 20px;
	}
}

.footer-newsletter form input[type="submit"] {
	margin-top: 0;
}

.footer-bottom {
	margin-top: 20px;
	display: flex;
	align-items: center;
	border-top: 1px solid #000;
	padding-top: 10px;
}

.footer-bottom p {
	font-family: "LabGrotesqueMono-Regular";
	font-size: 0.8rem;
	margin: 0 20px 0 0;
	text-transform: uppercase;
}

.footer-bottom ul {
	display: flex;
	margin: 0;
}

.footer-bottom li {
	line-height: 1rem;
}

/*--------------------------------------------------------------
# Drawer
--------------------------------------------------------------*/
.drawer {
	position: fixed;
	overflow: scroll;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	padding: 40px;
	background-color: #241f21;
	transform: translate3d(calc(100vw), 0, 0);
	transition: transform 1s cubic-bezier(0.77, 0, 0.175, 1);
}

@media screen and (min-width: 768px) {
	.drawer {
		width: 70vw;
		transform: translate3d(calc(70vw), 0, 0);
	}
}

@media screen and (min-width: 1024px) {
	.drawer {
		width: 50vw;
		transform: translate3d(calc(50vw), 0, 0);
	}
}

.drawer ul,
.drawer form {
	opacity: 0;
	transition: opacity 1.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.drawer.active {
	transform: translateZ(0);
}

.drawer.active ul,
.drawer.active form {
	opacity: 1;
}

.drawer--header {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	padding: 20px 0;
}

.drawer--header .close-drawer {
	padding: 0;
	background-color: transparent;
}

.drawer--header .close-drawer svg {
	width: 32px;
	height: 32px;
}

.drawer--header .close-drawer svg path {
	fill: #fff;
}

.drawer--form {
	max-width: 400px;
}

.drawer--form form {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.drawer--contact {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

@media screen and (min-width: 768px) {
	.drawer--contact {
		flex-direction: row;
	}
}

.section__container {
	position: relative;
}

.section__404 {
	margin-bottom: 100px;
}

.section__article .section__banner {
	padding: 150px 0;
}

.section__article .section__meta {
	padding: 50px 0;
}

/**
* ----------------------------------------------------------------------------------------------
* AOS
* ----------------------------------------------------------------------------------------------
*/
html:not(.no-js) [data-aos="fade-up"] {
	-webkit-transform: translate3d(0, 25px, 0);
	transform: translate3d(0, 25px, 0);
}

/**
* ----------------------------------------------------------------------------------------------
* Home
* ----------------------------------------------------------------------------------------------
*/
.section__banner {
	padding: 50px 0 50px 0;
}

@media screen and (min-width: 400px) {
	.section__banner {
		padding: 150px 0 50px 0;
	}
}

.section__banner .block__body {
	margin-top: 10px;
}

.page-template-page-home .section__banner .block__body p:first-child,
.page-template-page-home .section__banner .block__body p:last-child {
	margin-top: 10px !important;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.section__text-with-image {
	position: relative;
}

.section__text-with-image .block__body {
	margin-bottom: 40px;
}

.section__text-with-image .block__image {
	padding-bottom: 120%;
}

.icon {
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

.icon svg {
	width: 32px;
	height: 32px;
}

.section__text-columns {
	position: relative;
	text-align: center;
}

.section__text-columns .block {
	margin-bottom: 20px;
}

.section__text-columns .section__heading {
	margin-bottom: 40px;
}

.section__text-columns .block__heading {
	margin-bottom: 10px;
}

.section__list {
	position: relative;
	padding-bottom: 100px;
}

.section__list .section__heading {
	margin-right: 60px;
}

.section__list li {
	font-family: "LabGrotesque-Regular";
	font-size: 1rem;
	line-height: 1.3;
	color: #000;
	border-bottom: 1px solid #000;
	padding: 10px 0;
}

#map {
	height: 400px;
}

.section__map-columns {
	position: relative;
	background-color: #f3f3ee;
}

.section__map-columns .block {
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
	.section__map-columns .block {
		margin-top: 0;
		margin-bottom: 0px;
		text-align: left;
	}
}

.section__map-columns .block__body p.body--large,
.section__map-columns .block__body.body--large p {
	font-family: "LabGrotesque-Thin";
}

.section__map-columns .icon {
	margin: 0 0 20px 0;
}

@media screen and (min-width: 768px) {
	.section__map-columns .icon {
		margin-bottom: 0px;
	}
}

.section__map-columns .icon svg path,
.section__map-columns .icon svg rect,
.section__map-columns .icon svg polygon {
	fill: #fff;
}

.section__hero-image {
	position: relative;
	padding-bottom: 100px;
}

.section__hero-image .overlay {
	height: 25%;
}

.section__hero-image .block__image {
	background-size: cover;
	background-position: center;
	height: 500px;
	padding-bottom: 0;
	z-index: 2;
}

/**
* ----------------------------------------------------------------------------------------------
* Popup
* ----------------------------------------------------------------------------------------------
*/
.white-popup {
	position: relative;
	background: #fff;
	padding: 40px;
	width: auto;
	max-width: 550px;
	margin: 20px auto;
}

.bg--light {
	background-color: #f3f3ee;
}

.bg--dark {
	background-color: #f3f3ee;
}

#test-popup-cta.white-popup {
	padding: 10px;
	max-width: none;
}

/**
* ----------------------------------------------------------------------------------------------
* Banner
* ----------------------------------------------------------------------------------------------
*/
.section__banner {
	position: relative;
	background-size: cover;
	background-position: center;
}

.section__banner .block__heading {
	margin-bottom: 0;
}

.section__wrapper {
	z-index: 2;
}

.block__heading {
	margin-bottom: 20px;
}

.block__body {
	position: relative;
}

/**
* ----------------------------------------------------------------------------------------------
* Form
* ----------------------------------------------------------------------------------------------
*/
form label,
.block__form label {
	font-family: "LabGrotesque-Regular";
	font-size: 0.75rem;
	line-height: 1.3;
	display: block;
}

form input[type="text"],
form input[type="email"],
form input[type="tel"],
.block__form input[type="text"],
.block__form input[type="email"],
.block__form input[type="tel"] {
	border: none;
	border-bottom: 1px solid #000;
	background-color: transparent;
	border-radius: 0;
	width: 100%;
	max-width: 100%;
}

form textarea,
.block__form textarea {
	border: 1px solid #000;
	background-color: transparent;
	border-radius: 10px;
}

form input[type="checkbox"],
.block__form input[type="checkbox"] {
	width: auto;
	display: inline-block;
	margin: 20px 0 0 0;
}

form label.inline,
.block__form label.inline {
	width: auto;
	display: inline-block;
	transform: translateY(-2px);
}

form input[type="submit"],
.block__form input[type="submit"] {
	margin: 10px 0 0 0;
}

/**
* ----------------------------------------------------------------------------------------------
* Contact
* ----------------------------------------------------------------------------------------------
*/
.section__contact {
	margin-bottom: 100px;
}

.wpcf7-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wpcf7-form label {
	margin-bottom: 40px;
}

.wpcf7-form label input,
.wpcf7-form label textarea {
	margin-top: 10px;
}

.wpcf7-form .name,
.wpcf7-form .email,
.wpcf7-form .tel {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.wpcf7-form .name,
	.wpcf7-form .email,
	.wpcf7-form .tel {
		width: calc(50% - 40px);
	}
}

.wpcf7-form .refer {
	display: flex;
	flex-direction: column;
	margin-bottom: 0;
}

.wpcf7-form .refer label {
	margin-bottom: 20px;
}

.wpcf7-form .refer .wpcf7-list-item {
	margin: 0;
}

.wpcf7-form .refer .wpcf7-list-item-label {
	display: inline-block;
	transform: translateY(-2px);
	margin-left: 5px;
}

.wpcf7-form p {
	display: inline-block;
}

fieldset {
	border: none;
	padding: 0;
	margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
	footer fieldset {
		width: 300px !important;
	}
}

.block__image {
	padding-bottom: 80%;
	background-size: cover;
	background-position: center;
}

@media screen and (max-width: 767px) {
	.overhang {
		margin-top: 40px;
	}
}

@media screen and (min-width: 768px) {
	.overhang {
		position: absolute;
		transform: translateY(-25%);
	}
}

/**
* ----------------------------------------------------------------------------------------------
* Team
* ----------------------------------------------------------------------------------------------
*/
.section__team {
	padding-bottom: 100px;
}

.section__team .block {
	margin-bottom: 60px;
}

.team-profile {
	padding-bottom: 100%;
	margin-bottom: 20px;
}

.section__row .block__heading {
	margin-bottom: 10px;
}

a.icon {
	text-decoration: none;
}

a.icon svg {
	display: inline-block;
}

/**
* ----------------------------------------------------------------------------------------------
* Membership
* ----------------------------------------------------------------------------------------------
*/
.membership-tier {
	padding: 80px 40px;
	text-align: center;
	width: 100%;
	flex-grow: 1;
	margin: 20px 0px 0 20px;
	background-color: #f3f3ee;
}

.membership-tier:first-of-type {
	background-color: #e1ddd2;
}

@media screen and (min-width: 768px) {
	.membership-tier {
		width: calc(33.3333% - 20px);
		min-width: 400px;
		margin: 20px 20px 0 0;
	}
}

.membership-tier .block__heading {
	margin: 0 0 20px 0;
}

.membership-tier p {
	margin: 0px 0 30px 0;
}

.membership-tier .tier-price {
	font-family: "LabGrotesque-Regular", sans-serif;
	letter-spacing: calc(0.001 * 25rem);
	line-height: 1.3;
	font-family: "LabGrotesqueMono-Regular";
	font-size: 0.8rem;
	text-transform: uppercase;
}

.membership-tier .button {
	display: block;
	width: fit-content;
	margin: 40px auto 0 auto;
	border-radius: 30px;
	background-color: transparent;
	border: 1px solid #000;
	color: #000;
	text-decoration: none;
}

.membership-tier ul {
	margin-left: 0px;
}

.membership-tier li {
	font-family: "LabGrotesque-Regular";
	font-size: 1rem;
	line-height: 1.3;
	font-family: "LabGrotesqueMono-Regular";
	font-size: 0.8rem;
	text-transform: uppercase;
	color: #000;
	margin: 20px 0;
}

.membership-tier li:before {
	/*
  content: "";
  position: absolute;
  margin-left: -20px;
  width: 10px;
  height: 10px;
  background-color: $grey;
  border-radius: 50%;
  transform: translateY(7px);
  */
}

.tier-column-1,
.tier-column-2,
.tier-column-3 {
	width: 100%;
	margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
	.tier-column-1,
	.tier-column-2,
	.tier-column-3 {
		width: 33.3333%;
		max-width: 400px;
		min-width: 300px;
	}
}

.tier-column-1 .button {
	margin-left: auto;
}

@media screen and (min-width: 768px) {
	.tier-column-1 .button {
		margin-left: 0;
	}
}

.tier-column-2,
.tier-column-3 {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.tier-column-2,
	.tier-column-3 {
		text-align: left;
	}
}

.tier-column-2 ul,
.tier-column-3 ul {
	margin-right: 0;
}

/**
* ----------------------------------------------------------------------------------------------
* CTA
* ----------------------------------------------------------------------------------------------
*/
.section__cta {
	padding-bottom: 80px;
}

.section__cta fieldset {
	margin-right: 20px;
}

@media screen and (min-width: 768px) {
	.section__cta fieldset {
		max-width: 300px;
	}
}

/**
* ----------------------------------------------------------------------------------------------
* FAQ
* ----------------------------------------------------------------------------------------------
*/
.faqs-container {
	margin-bottom: 100px;
}

.faqs-navigation {
	padding: 40px;
	background-color: #f3f3ee;
	display: inline-block;
	position: sticky;
	top: 40px;
}

.faqs-navigation a {
	text-decoration: none;
	color: #000;
}

.faq {
	margin-bottom: 20px;
}

.faq .content {
	padding-top: 0;
}

/* Style the button that is used to open and close the collapsible content */
.collapsible {
	background-color: #f3f3ee;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
	display: flex;
	align-items: center;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.collapsible:hover {
	background-color: #f3f3ee;
}

/* Style the collapsible content. Note: hidden by default */
.content {
	padding: 20px 20px;
	display: none;
	overflow: hidden;
	background-color: #f3f3ee;
}

@media screen and (min-width: 768px) {
.content {
	padding: 20px 70px;
	}
}

.faq-expand {
	margin-right: 20px;
	transform: translateY(1px);
}

.faq-expand svg {
	transition: transform 0.5s;
}

.active .faq-expand svg {
	transform: rotate(45deg);
}

/**
* ----------------------------------------------------------------------------------------------
* Carousel
* ----------------------------------------------------------------------------------------------
*/
.overflow--scroll {
	overflow: scroll;
}

.section__carousel {
	padding: 40px 0;
}

.section__carousel .button {
	margin-bottom: 20px;
}

.section__carousel .section__content {
	width: auto;
	max-width: none;
	padding: 10px 20px;
}

.section__carousel .block__body {
	margin-bottom: 20px;
}

.section__carousel .block__image {
	margin-right: 20px;
	background-color: #f3f3ee;
	padding-bottom: 0;
	flex-shrink: 0;
}

.section__carousel .block__image img {
	width: auto;
	height: 400px;
}

.section__carousel {
	/* width */
	/* Track */
	/* Handle */
	/* Handle on hover */
}

.section__carousel ::-webkit-scrollbar {
	width: 2px;
	height: 7px;
}

.section__carousel ::-webkit-scrollbar-track {
	background: #f1f1f1;
}

.section__carousel ::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 5px;
}

.section__carousel ::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.section__body {
	padding: 100px 0;
}

.section__body p {
	font-family: "LabGrotesque-Regular";
	font-size: 1.25rem;
	line-height: 1.3;
}

@media screen and (min-width: 768px) {
	.section__body p {
		font-size: 1.5rem;
	}
}

/**
* ----------------------------------------------------------------------------------------------
* Press
* ----------------------------------------------------------------------------------------------
*/
.section__press {
	margin-bottom: 100px;
}

.section__press .block {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 300px;
	padding: 60px 20px;
}

.section__press .block .block__image {
	display: flex;
	justify-content: center;
	padding-bottom: 0;
}

.section__press .block img {
	max-width: 300px;
	max-height: 100px;
}

/**
* ----------------------------------------------------------------------------------------------
* Blog
* ----------------------------------------------------------------------------------------------
*/
.section__blog {
	margin-bottom: 100px;
}

.section__blog .block {
	position: relative;
}

.section__blog .block__image {
	margin-bottom: 20px;
}

a.read-more {
	display: flex;
	align-items: center;
}

a.read-more svg {
	width: 20px;
	margin-right: 10px;
}

.pagination {
	margin: 20px auto 60px auto;
}

.page-numbers {
	background-color: #f3f3ee;
	margin: 0 2.5px;
	padding: 10px 15px;
}

.current {
	background-color: #f3f3ee;
}

/**
* ----------------------------------------------------------------------------------------------
* Story
* ----------------------------------------------------------------------------------------------
*/
.section__story,
.section__page {
	margin-bottom: 100px;
}

.section__story .section__banner .block__body {
	padding: 40px;
	background-color: #f3f3ee;
}

/**
* ----------------------------------------------------------------------------------------------
* Dots
* ----------------------------------------------------------------------------------------------
*/
.circle {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
}

.circle.red {
	background-color: #662f2c;
}

.circle.yellow {
	background-color: #ba8330;
}

.circle--1 {
	top: 7%;
}

.circle--1.left {
	left: 5%;
}

.circle--1.right {
	right: 5%;
}

.circle--2 {
	top: 2%;
}

.circle--2.left {
	left: 2%;
}

.circle--2.right {
	right: 2%;
}

.circle--3 {
	bottom: 10%;
}

.circle--3.left {
	left: 2%;
}

.circle--3.right {
	right: 2%;
}

.circle--4.left {
	left: 10%;
}

.circle--4.right {
	right: 10%;
}

.circle--5 {
	top: 5%;
}

.circle--5.left {
	left: 2%;
}

.circle--5.right {
	right: 2%;
}

.circle--6 {
	top: 10%;
}

.circle--6.left {
	left: 3%;
}

.circle--6.right {
	right: 3%;
}

.dots .dot {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	transition: top 2s ease-in-out, right 2s ease-in-out;
	animation: circle 3s ease-in-out infinite;
	animation-play-state: paused;
}

.dots .dot:hover {
	animation-play-state: running;
}

.dots .dot__1 {
	background-color: #ba8330;
}

.dots .dot__2 {
	background-color: #662f2c;
}

.dots .pos__1 {
	right: 20%;
}

@media screen and (min-width: 768px) {
	.dots .pos__1 {
		right: 50%;
	}
}

.dots .pos__2 {
	right: 40%;
}

@media screen and (min-width: 768px) {
	.dots .pos__2 {
		right: 40%;
	}
}

.dots .pos__3 {
	top: 40%;
	right: 60%;
}

@media screen and (min-width: 768px) {
	.dots .pos__3 {
		top: 40%;
		right: 60%;
	}
}

.dots .pos__4 {
	top: 10%;
	right: 10%;
}

@media screen and (min-width: 768px) {
	.dots .pos__4 {
		top: 10%;
		right: 10%;
	}
}

@keyframes shake {
	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
	}
	20%,
	80% {
		transform: translate3d(2px, 0, 0);
	}
	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
	}
	40%,
	60% {
		transform: translate3d(4px, 0, 0);
	}
}

@keyframes circle {
	0% {
		transform: rotate(0deg) translate(-35px) rotate(0deg);
	}
	100% {
		transform: rotate(360deg) translate(-35px) rotate(-360deg);
	}
}

body {
	overflow-x: hidden;
}

p:first-child,
li:first-child,
ul:first-child {
	margin-top: 0 !important;
}

p:last-child,
li:last-child,
ul:last-child {
	margin-bottom: 0 !important;
}

.fix {
	color: red;
}

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