/*!
Theme Name: Astanor
Theme URI: http://underscores.me/
Author: Eksakte
Author URI: http://www.eksakte.dk
Description: Description
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: astanor
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.

Astanor 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

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

/* Headers (font size interpolations) */
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;600&display=swap);

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: Poppins, sans-serif;
	font-weight: 400;
}

h2,
.h2 {
	font-size: 2.625rem;
	line-height: 1.0714;
}

.section.bg-light h1,
.section.bg-light h2,
.section.bg-light h3,
.section.bg-light h4,
.section.bg-light h5,
.section.bg-light h6,
.section.bg-light .h2 {
	color: #152225;
}

/* Header font sizes */

/* Headers */
h1,
.h1 {
	font-size: 26px;
}

@media (min-width: 36em) {

	h1,
	.h1 {
		font-size: 30px;
	}
}

@media (min-width: 48em) {

	h1,
	.h1 {
		font-size: 33px;
	}
}

@media (min-width: 62em) {

	h1,
	.h1 {
		font-size: 36.5px;
	}
}

@media (min-width: 75em) {

	h1,
	.h1 {
		font-size: 46px;
	}
}

@media (min-width: 100em) {

	h1,
	.h1 {
		font-size: 46px;
	}
}

h2,
.h2 {
	font-size: 22px;
}

@media (min-width: 36em) {

	h2,
	.h2 {
		font-size: 25.6px;
	}
}

@media (min-width: 48em) {

	h2,
	.h2 {
		font-size: 28.3px;
	}
}

@media (min-width: 62em) {

	h2,
	.h2 {
		font-size: 31.45px;
	}
}

@media (min-width: 75em) {

	h2,
	.h2 {
		font-size: 40px;
	}
}

@media (min-width: 100em) {

	h2,
	.h2 {
		font-size: 40px;
	}
}

h3 {
	font-size: 20px;
}

@media (min-width: 36em) {

	h3 {
		font-size: 23.2px;
	}
}

@media (min-width: 48em) {

	h3 {
		font-size: 25.6px;
	}
}

@media (min-width: 62em) {

	h3 {
		font-size: 28.4px;
	}
}

@media (min-width: 75em) {

	h3 {
		font-size: 36px;
	}
}

@media (min-width: 100em) {

	h3 {
		font-size: 36px;
	}
}

h4 {
	font-size: 18px;
}

@media (min-width: 36em) {

	h4 {
		font-size: 20.4px;
	}
}

@media (min-width: 48em) {

	h4 {
		font-size: 22.2px;
	}
}

@media (min-width: 62em) {

	h4 {
		font-size: 24.3px;
	}
}

@media (min-width: 75em) {

	h4 {
		font-size: 30px;
	}
}

@media (min-width: 100em) {

	h4 {
		font-size: 30px;
	}
}

h5 {
	font-size: 16px;
}

@media (min-width: 36em) {

	h5 {
		font-size: 17.6px;
	}
}

@media (min-width: 48em) {

	h5 {
		font-size: 18.8px;
	}
}

@media (min-width: 62em) {

	h5 {
		font-size: 20.2px;
	}
}

@media (min-width: 75em) {

	h5 {
		font-size: 24px;
	}
}

@media (min-width: 100em) {

	h5 {
		font-size: 24px;
	}
}

h6 {
	font-size: 15px;
}

@media (min-width: 36em) {

	h6 {
		font-size: 16px;
	}
}

@media (min-width: 48em) {

	h6 {
		font-size: 16.75px;
	}
}

@media (min-width: 62em) {

	h6 {
		font-size: 17.625px;
	}
}

@media (min-width: 75em) {

	h6 {
		font-size: 20px;
	}
}

@media (min-width: 100em) {

	h6 {
		font-size: 20px;
	}
}

/* Headers (font size interpolations) */

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

/**
 * 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: #404945;
	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: #162325;
}

a:visited {
	color: #fff;
}

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

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

/* Grid
--------------------------------------------- */
:root {
	--reflex-columns: 12;
	--reflex-grid-spacing: 15px;
	--reflex-xs: 576px;
	--reflex-sm: 768px;
	--reflex-md: 992px;
	--reflex-lg: 1200px;
	--reflex-xlg: 1600px;
	--reflex-xxs-max: 575px;
	--reflex-xs-max: 767px;
	--reflex-sm-max: 991px;
	--reflex-md-max: 1199px;
	--reflex-lg-max: 1599px;
}

.container,
.container-full {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-right: 30px;
	padding-left: 30px;
}

.container .grid,
.container-full .grid {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 576px) {

	.container {
		max-width: 576px;
	}
}

@media (min-width: 768px) {

	.container {
		max-width: 768px;
	}
}

@media (min-width: 992px) {

	.container {
		max-width: 992px;
	}
}

@media (min-width: 1200px) {

	.container {
		max-width: 1200px;
	}
}

@media (min-width: 1600px) {

	.container {
		max-width: 1600px;
	}
}

.grid {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 auto;
	position: relative;
	letter-spacing: -0.31em;
	*letter-spacing: normal;
	word-spacing: -0.43em;
	list-style-type: none;
}

.grid::before,
.grid::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

[class*="col-"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
	position: relative;
	width: 100%;
	vertical-align: top;
	padding: 15px;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

[class*="col-"]::before,
[class*="col-"]::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	letter-spacing: normal;
	word-spacing: normal;
	white-space: normal;
}

[class*="col-"] .grid {
	-ms-flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
	margin: -15px;
}

.col-12 {
	width: 100%;
	*width: 99.9%;
}

.col-11 {
	width: 91.66667%;
	*width: 91.56667%;
}

.col-10 {
	width: 83.33333%;
	*width: 83.23333%;
}

.col-9 {
	width: 75%;
	*width: 74.9%;
}

.col-8 {
	width: 66.66667%;
	*width: 66.56667%;
}

.col-7 {
	width: 58.33333%;
	*width: 58.23333%;
}

.col-6 {
	width: 50%;
	*width: 49.9%;
}

.col-5 {
	width: 41.66667%;
	*width: 41.56667%;
}

.col-4 {
	width: 33.33333%;
	*width: 33.23333%;
}

.col-3 {
	width: 25%;
	*width: 24.9%;
}

.col-2 {
	width: 16.66667%;
	*width: 16.56667%;
}

.col-1 {
	width: 8.33333%;
	*width: 8.23333%;
}

@media (min-width: 576px) {

	.col-xs-12 {
		width: 100%;
		*width: 99.9%;
	}

	.col-xs-11 {
		width: 91.66667%;
		*width: 91.56667%;
	}

	.col-xs-10 {
		width: 83.33333%;
		*width: 83.23333%;
	}

	.col-xs-9 {
		width: 75%;
		*width: 74.9%;
	}

	.col-xs-8 {
		width: 66.66667%;
		*width: 66.56667%;
	}

	.col-xs-7 {
		width: 58.33333%;
		*width: 58.23333%;
	}

	.col-xs-6 {
		width: 50%;
		*width: 49.9%;
	}

	.col-xs-5 {
		width: 41.66667%;
		*width: 41.56667%;
	}

	.col-xs-4 {
		width: 33.33333%;
		*width: 33.23333%;
	}

	.col-xs-3 {
		width: 25%;
		*width: 24.9%;
	}

	.col-xs-2 {
		width: 16.66667%;
		*width: 16.56667%;
	}

	.col-xs-1 {
		width: 8.33333%;
		*width: 8.23333%;
	}
}

@media (min-width: 768px) {

	.col-sm-12 {
		width: 100%;
		*width: 99.9%;
	}

	.col-sm-11 {
		width: 91.66667%;
		*width: 91.56667%;
	}

	.col-sm-10 {
		width: 83.33333%;
		*width: 83.23333%;
	}

	.col-sm-9 {
		width: 75%;
		*width: 74.9%;
	}

	.col-sm-8 {
		width: 66.66667%;
		*width: 66.56667%;
	}

	.col-sm-7 {
		width: 58.33333%;
		*width: 58.23333%;
	}

	.col-sm-6 {
		width: 50%;
		*width: 49.9%;
	}

	.col-sm-5 {
		width: 41.66667%;
		*width: 41.56667%;
	}

	.col-sm-4 {
		width: 33.33333%;
		*width: 33.23333%;
	}

	.col-sm-3 {
		width: 25%;
		*width: 24.9%;
	}

	.col-sm-2 {
		width: 16.66667%;
		*width: 16.56667%;
	}

	.col-sm-1 {
		width: 8.33333%;
		*width: 8.23333%;
	}
}

@media (min-width: 992px) {

	.col-md-12 {
		width: 100%;
		*width: 99.9%;
	}

	.col-md-11 {
		width: 91.66667%;
		*width: 91.56667%;
	}

	.col-md-10 {
		width: 83.33333%;
		*width: 83.23333%;
	}

	.col-md-9 {
		width: 75%;
		*width: 74.9%;
	}

	.col-md-8 {
		width: 66.66667%;
		*width: 66.56667%;
	}

	.col-md-7 {
		width: 58.33333%;
		*width: 58.23333%;
	}

	.col-md-6 {
		width: 50%;
		*width: 49.9%;
	}

	.col-md-5 {
		width: 41.66667%;
		*width: 41.56667%;
	}

	.col-md-4 {
		width: 33.33333%;
		*width: 33.23333%;
	}

	.col-md-3 {
		width: 25%;
		*width: 24.9%;
	}

	.col-md-2 {
		width: 16.66667%;
		*width: 16.56667%;
	}

	.col-md-1 {
		width: 8.33333%;
		*width: 8.23333%;
	}
}

@media (min-width: 1200px) {

	.col-lg-12 {
		width: 100%;
		*width: 99.9%;
	}

	.col-lg-11 {
		width: 91.66667%;
		*width: 91.56667%;
	}

	.col-lg-10 {
		width: 83.33333%;
		*width: 83.23333%;
	}

	.col-lg-9 {
		width: 75%;
		*width: 74.9%;
	}

	.col-lg-8 {
		width: 66.66667%;
		*width: 66.56667%;
	}

	.col-lg-7 {
		width: 58.33333%;
		*width: 58.23333%;
	}

	.col-lg-6 {
		width: 50%;
		*width: 49.9%;
	}

	.col-lg-5 {
		width: 41.66667%;
		*width: 41.56667%;
	}

	.col-lg-4 {
		width: 33.33333%;
		*width: 33.23333%;
	}

	.col-lg-3 {
		width: 25%;
		*width: 24.9%;
	}

	.col-lg-2 {
		width: 16.66667%;
		*width: 16.56667%;
	}

	.col-lg-1 {
		width: 8.33333%;
		*width: 8.23333%;
	}
}

@media (min-width: 1600px) {

	.col-xlg-12 {
		width: 100%;
		*width: 99.9%;
	}

	.col-xlg-11 {
		width: 91.66667%;
		*width: 91.56667%;
	}

	.col-xlg-10 {
		width: 83.33333%;
		*width: 83.23333%;
	}

	.col-xlg-9 {
		width: 75%;
		*width: 74.9%;
	}

	.col-xlg-8 {
		width: 66.66667%;
		*width: 66.56667%;
	}

	.col-xlg-7 {
		width: 58.33333%;
		*width: 58.23333%;
	}

	.col-xlg-6 {
		width: 50%;
		*width: 49.9%;
	}

	.col-xlg-5 {
		width: 41.66667%;
		*width: 41.56667%;
	}

	.col-xlg-4 {
		width: 33.33333%;
		*width: 33.23333%;
	}

	.col-xlg-3 {
		width: 25%;
		*width: 24.9%;
	}

	.col-xlg-2 {
		width: 16.66667%;
		*width: 16.56667%;
	}

	.col-xlg-1 {
		width: 8.33333%;
		*width: 8.23333%;
	}
}

.col-auto {
	-ms-flex: 1 0 auto;
	-webkit-flex: 1 0 0;
	flex: 1 0 0;
	width: auto;
}

@media (min-width: 576px) {

	.col-xs-auto {
		-ms-flex: 1 0 auto;
		-webkit-flex: 1 0 0;
		flex: 1 0 0;
		width: auto;
	}
}

@media (min-width: 768px) {

	.col-sm-auto {
		-ms-flex: 1 0 auto;
		-webkit-flex: 1 0 0;
		flex: 1 0 0;
		width: auto;
	}
}

@media (min-width: 992px) {

	.col-md-auto {
		-ms-flex: 1 0 auto;
		-webkit-flex: 1 0 0;
		flex: 1 0 0;
		width: auto;
	}
}

@media (min-width: 1200px) {

	.col-lg-auto {
		-ms-flex: 1 0 auto;
		-webkit-flex: 1 0 0;
		flex: 1 0 0;
		width: auto;
	}
}

@media (min-width: 1600px) {

	.col-xlg-auto {
		-ms-flex: 1 0 auto;
		-webkit-flex: 1 0 0;
		flex: 1 0 0;
		width: auto;
	}
}

.order-12 {
	-ms-flex-order: 12;
	-webkit-order: 12;
	order: 12;
}

.order-11 {
	-ms-flex-order: 11;
	-webkit-order: 11;
	order: 11;
}

.order-10 {
	-ms-flex-order: 10;
	-webkit-order: 10;
	order: 10;
}

.order-9 {
	-ms-flex-order: 9;
	-webkit-order: 9;
	order: 9;
}

.order-8 {
	-ms-flex-order: 8;
	-webkit-order: 8;
	order: 8;
}

.order-7 {
	-ms-flex-order: 7;
	-webkit-order: 7;
	order: 7;
}

.order-6 {
	-ms-flex-order: 6;
	-webkit-order: 6;
	order: 6;
}

.order-5 {
	-ms-flex-order: 5;
	-webkit-order: 5;
	order: 5;
}

.order-4 {
	-ms-flex-order: 4;
	-webkit-order: 4;
	order: 4;
}

.order-3 {
	-ms-flex-order: 3;
	-webkit-order: 3;
	order: 3;
}

.order-2 {
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}

.order-1 {
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}

.order-0 {
	-ms-flex-order: 0;
	-webkit-order: 0;
	order: 0;
}

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

	.order-xs-12 {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12;
	}

	.order-xs-11 {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11;
	}

	.order-xs-10 {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
	}

	.order-xs-9 {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9;
	}

	.order-xs-8 {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8;
	}

	.order-xs-7 {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7;
	}

	.order-xs-6 {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}

	.order-xs-5 {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}

	.order-xs-4 {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}

	.order-xs-3 {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}

	.order-xs-2 {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.order-xs-1 {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.order-xs-0 {
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0;
	}
}

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

	.order-sm-12 {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12;
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11;
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9;
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8;
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7;
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0;
	}
}

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

	.order-md-12 {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12;
	}

	.order-md-11 {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11;
	}

	.order-md-10 {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
	}

	.order-md-9 {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9;
	}

	.order-md-8 {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8;
	}

	.order-md-7 {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7;
	}

	.order-md-6 {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.order-md-0 {
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0;
	}
}

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

	.order-lg-12 {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12;
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11;
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9;
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8;
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7;
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0;
	}
}

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

	.order-xlg-12 {
		-ms-flex-order: 12;
		-webkit-order: 12;
		order: 12;
	}

	.order-xlg-11 {
		-ms-flex-order: 11;
		-webkit-order: 11;
		order: 11;
	}

	.order-xlg-10 {
		-ms-flex-order: 10;
		-webkit-order: 10;
		order: 10;
	}

	.order-xlg-9 {
		-ms-flex-order: 9;
		-webkit-order: 9;
		order: 9;
	}

	.order-xlg-8 {
		-ms-flex-order: 8;
		-webkit-order: 8;
		order: 8;
	}

	.order-xlg-7 {
		-ms-flex-order: 7;
		-webkit-order: 7;
		order: 7;
	}

	.order-xlg-6 {
		-ms-flex-order: 6;
		-webkit-order: 6;
		order: 6;
	}

	.order-xlg-5 {
		-ms-flex-order: 5;
		-webkit-order: 5;
		order: 5;
	}

	.order-xlg-4 {
		-ms-flex-order: 4;
		-webkit-order: 4;
		order: 4;
	}

	.order-xlg-3 {
		-ms-flex-order: 3;
		-webkit-order: 3;
		order: 3;
	}

	.order-xlg-2 {
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
	}

	.order-xlg-1 {
		-ms-flex-order: 1;
		-webkit-order: 1;
		order: 1;
	}

	.order-xlg-0 {
		-ms-flex-order: 0;
		-webkit-order: 0;
		order: 0;
	}
}

.offset-11 {
	margin-left: 91.66667%;
	*margin-left: 91.56667%;
}

.offset-10 {
	margin-left: 83.33333%;
	*margin-left: 83.23333%;
}

.offset-9 {
	margin-left: 75%;
	*margin-left: 74.9%;
}

.offset-8 {
	margin-left: 66.66667%;
	*margin-left: 66.56667%;
}

.offset-7 {
	margin-left: 58.33333%;
	*margin-left: 58.23333%;
}

.offset-6 {
	margin-left: 50%;
	*margin-left: 49.9%;
}

.offset-5 {
	margin-left: 41.66667%;
	*margin-left: 41.56667%;
}

.offset-4 {
	margin-left: 33.33333%;
	*margin-left: 33.23333%;
}

.offset-3 {
	margin-left: 25%;
	*margin-left: 24.9%;
}

.offset-2 {
	margin-left: 16.66667%;
	*margin-left: 16.56667%;
}

.offset-1 {
	margin-left: 8.33333%;
	*margin-left: 8.23333%;
}

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

	.offset-xs-11 {
		margin-left: 91.66667%;
		*margin-left: 91.56667%;
	}

	.offset-xs-10 {
		margin-left: 83.33333%;
		*margin-left: 83.23333%;
	}

	.offset-xs-9 {
		margin-left: 75%;
		*margin-left: 74.9%;
	}

	.offset-xs-8 {
		margin-left: 66.66667%;
		*margin-left: 66.56667%;
	}

	.offset-xs-7 {
		margin-left: 58.33333%;
		*margin-left: 58.23333%;
	}

	.offset-xs-6 {
		margin-left: 50%;
		*margin-left: 49.9%;
	}

	.offset-xs-5 {
		margin-left: 41.66667%;
		*margin-left: 41.56667%;
	}

	.offset-xs-4 {
		margin-left: 33.33333%;
		*margin-left: 33.23333%;
	}

	.offset-xs-3 {
		margin-left: 25%;
		*margin-left: 24.9%;
	}

	.offset-xs-2 {
		margin-left: 16.66667%;
		*margin-left: 16.56667%;
	}

	.offset-xs-1 {
		margin-left: 8.33333%;
		*margin-left: 8.23333%;
	}

	.offset-xs-0 {
		margin-left: 0;
		*margin-left: -0.1%;
	}
}

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

	.offset-sm-11 {
		margin-left: 91.66667%;
		*margin-left: 91.56667%;
	}

	.offset-sm-10 {
		margin-left: 83.33333%;
		*margin-left: 83.23333%;
	}

	.offset-sm-9 {
		margin-left: 75%;
		*margin-left: 74.9%;
	}

	.offset-sm-8 {
		margin-left: 66.66667%;
		*margin-left: 66.56667%;
	}

	.offset-sm-7 {
		margin-left: 58.33333%;
		*margin-left: 58.23333%;
	}

	.offset-sm-6 {
		margin-left: 50%;
		*margin-left: 49.9%;
	}

	.offset-sm-5 {
		margin-left: 41.66667%;
		*margin-left: 41.56667%;
	}

	.offset-sm-4 {
		margin-left: 33.33333%;
		*margin-left: 33.23333%;
	}

	.offset-sm-3 {
		margin-left: 25%;
		*margin-left: 24.9%;
	}

	.offset-sm-2 {
		margin-left: 16.66667%;
		*margin-left: 16.56667%;
	}

	.offset-sm-1 {
		margin-left: 8.33333%;
		*margin-left: 8.23333%;
	}

	.offset-sm-0 {
		margin-left: 0;
		*margin-left: -0.1%;
	}
}

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

	.offset-md-11 {
		margin-left: 91.66667%;
		*margin-left: 91.56667%;
	}

	.offset-md-10 {
		margin-left: 83.33333%;
		*margin-left: 83.23333%;
	}

	.offset-md-9 {
		margin-left: 75%;
		*margin-left: 74.9%;
	}

	.offset-md-8 {
		margin-left: 66.66667%;
		*margin-left: 66.56667%;
	}

	.offset-md-7 {
		margin-left: 58.33333%;
		*margin-left: 58.23333%;
	}

	.offset-md-6 {
		margin-left: 50%;
		*margin-left: 49.9%;
	}

	.offset-md-5 {
		margin-left: 41.66667%;
		*margin-left: 41.56667%;
	}

	.offset-md-4 {
		margin-left: 33.33333%;
		*margin-left: 33.23333%;
	}

	.offset-md-3 {
		margin-left: 25%;
		*margin-left: 24.9%;
	}

	.offset-md-2 {
		margin-left: 16.66667%;
		*margin-left: 16.56667%;
	}

	.offset-md-1 {
		margin-left: 8.33333%;
		*margin-left: 8.23333%;
	}

	.offset-md-0 {
		margin-left: 0;
		*margin-left: -0.1%;
	}
}

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

	.offset-lg-11 {
		margin-left: 91.66667%;
		*margin-left: 91.56667%;
	}

	.offset-lg-10 {
		margin-left: 83.33333%;
		*margin-left: 83.23333%;
	}

	.offset-lg-9 {
		margin-left: 75%;
		*margin-left: 74.9%;
	}

	.offset-lg-8 {
		margin-left: 66.66667%;
		*margin-left: 66.56667%;
	}

	.offset-lg-7 {
		margin-left: 58.33333%;
		*margin-left: 58.23333%;
	}

	.offset-lg-6 {
		margin-left: 50%;
		*margin-left: 49.9%;
	}

	.offset-lg-5 {
		margin-left: 41.66667%;
		*margin-left: 41.56667%;
	}

	.offset-lg-4 {
		margin-left: 33.33333%;
		*margin-left: 33.23333%;
	}

	.offset-lg-3 {
		margin-left: 25%;
		*margin-left: 24.9%;
	}

	.offset-lg-2 {
		margin-left: 16.66667%;
		*margin-left: 16.56667%;
	}

	.offset-lg-1 {
		margin-left: 8.33333%;
		*margin-left: 8.23333%;
	}

	.offset-lg-0 {
		margin-left: 0;
		*margin-left: -0.1%;
	}
}

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

	.offset-xlg-11 {
		margin-left: 91.66667%;
		*margin-left: 91.56667%;
	}

	.offset-xlg-10 {
		margin-left: 83.33333%;
		*margin-left: 83.23333%;
	}

	.offset-xlg-9 {
		margin-left: 75%;
		*margin-left: 74.9%;
	}

	.offset-xlg-8 {
		margin-left: 66.66667%;
		*margin-left: 66.56667%;
	}

	.offset-xlg-7 {
		margin-left: 58.33333%;
		*margin-left: 58.23333%;
	}

	.offset-xlg-6 {
		margin-left: 50%;
		*margin-left: 49.9%;
	}

	.offset-xlg-5 {
		margin-left: 41.66667%;
		*margin-left: 41.56667%;
	}

	.offset-xlg-4 {
		margin-left: 33.33333%;
		*margin-left: 33.23333%;
	}

	.offset-xlg-3 {
		margin-left: 25%;
		*margin-left: 24.9%;
	}

	.offset-xlg-2 {
		margin-left: 16.66667%;
		*margin-left: 16.56667%;
	}

	.offset-xlg-1 {
		margin-left: 8.33333%;
		*margin-left: 8.23333%;
	}

	.offset-xlg-0 {
		margin-left: 0;
		*margin-left: -0.1%;
	}
}

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

.no-wrap {
	-ms-flex-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.no-wrap [class*="col-"] {
	-ms-flex-negative: 1;
	-webkit-flex-shrink: 1;
	flex-shrink: 1;
}

.wrap-reverse {
	-ms-flex-wrap: wrap-reverse;
	-webkit-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}

.direction-row {
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.direction-row-reverse {
	-ms-flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.direction-column {
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.direction-column-reverse {
	-ms-flex-direction: column-reverse;
	-webkit-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.align-start {
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.align-end {
	-ms-flex-align: end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.align-end [class*="col-"] {
	vertical-align: bottom;
}

.align-center {
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.align-center [class*="col-"] {
	vertical-align: middle;
}

.align-baseline {
	-ms-flex-align: baseline;
	-webkit-align-items: baseline;
	align-items: baseline;
}

.align-content-start {
	-ms-flex-line-pack: start;
	-webkit-align-content: flex-start;
	align-content: flex-start;
}

.align-content-end {
	-ms-flex-line-pack: end;
	-webkit-align-content: flex-end;
	align-content: flex-end;
}

.align-content-end [class*="col-"] {
	vertical-align: bottom;
}

.align-content-center {
	-ms-flex-line-pack: center;
	-webkit-align-content: center;
	align-content: center;
}

.align-content-space-between {
	-ms-flex-line-pack: justify;
	-webkit-align-content: space-between;
	align-content: space-between;
}

.align-content-space-around {
	-ms-flex-line-pack: distribute;
	-webkit-align-content: space-around;
	align-content: space-around;
}

.align-self-stretch {
	-ms-flex-item-align: stretch;
	-webkit-align-self: stretch;
	align-self: stretch;
}

.align-self-start {
	-ms-flex-item-align: start;
	-webkit-align-self: flex-start;
	align-self: flex-start;
}

.align-self-end {
	-ms-flex-item-align: end;
	-webkit-align-self: flex-end;
	align-self: flex-end;
	vertical-align: bottom;
}

.align-self-center {
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center;
	vertical-align: middle;
}

.align-self-baseline {
	-ms-flex-item-align: baseline;
	-webkit-align-self: baseline;
	align-self: baseline;
	vertical-align: baseline;
}

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

.justify-start.grid {
	text-align: left;
}

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

.justify-end.grid {
	text-align: right;
	-moz-text-align-last: right;
	text-align-last: right;
}

.justify-end.grid [class*="col-"] {
	text-align: left;
	text-align: start;
	-moz-text-align-last: left;
	-moz-text-align-last: start;
	text-align-last: left;
	text-align-last: start;
}

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

.justify-center.grid {
	text-align: center;
	-moz-text-align-last: center;
	text-align-last: center;
}

.justify-center.grid [class*="col-"] {
	text-align: left;
	text-align: start;
	-moz-text-align-last: left;
	-moz-text-align-last: start;
	text-align-last: left;
	text-align-last: start;
}

.justify-space-between {
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.justify-space-between.grid {
	text-align: justify;
	-moz-text-align-last: justify;
	text-align-last: justify;
}

.justify-space-between.grid [class*="col-"] {
	text-align: left;
	text-align: start;
	-moz-text-align-last: left;
	-moz-text-align-last: start;
	text-align-last: left;
	text-align-last: start;
}

.justify-space-around {
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}

.justify-space-around.grid {
	text-align: justify;
	-moz-text-align-last: justify;
	text-align-last: justify;
}

.justify-space-around.grid [class*="col-"] {
	text-align: left;
	text-align: start;
	-moz-text-align-last: left;
	-moz-text-align-last: start;
	text-align-last: left;
	text-align-last: start;
}

.grid-bleed [class*="col-"] {
	padding: 0;
}

.col-grid {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

.col-grid.direction-row {
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.col-bleed {
	padding: 0;
}

.col-bleed-x {
	padding: 15px 0;
}

.col-bleed-y {
	padding: 0 15px;
}

.flex-img {
	display: block;
	-ms-flex: 0 0 auto;
	-webkit-flex: 0 0 auto;
	flex: 0 0 auto;
	max-width: 100%;
	height: auto;
	width: 100%;
	*width: auto;
}

.flex-footer {
	width: 100%;
	margin-top: auto;
	margin-bottom: 0;
}

.flex-footer > :last-child {
	margin-bottom: 0;
}

@media (max-width: 575px) {

	.hidden-xxs {
		display: none;
	}
}

@media (min-width: 576px) and (max-width: 767px) {

	.hidden-xs {
		display: none;
	}
}

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

	.hidden-sm {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.hidden-md {
		display: none;
	}
}

@media (min-width: 1200px) and (max-width: 1599px) {

	.hidden-lg {
		display: none;
	}
}

@media (min-width: 1600px) {

	.hidden-xlg {
		display: none;
	}
}

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

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

header#masthead {
	position: fixed;
	top: 0;
	z-index: 999;
	width: 100%;
	height: 55px;
	overflow: auto;
	color: #fff;
}

header#masthead.scrolled.light,
header#masthead:not(.transparent-at-top).light {
	background-color: #f6f3ed;
}

header#masthead.scrolled.dark,
header#masthead:not(.transparent-at-top).dark {
	background-color: #152325;
}

header#masthead a {
	color: #fff;
	text-decoration: none !important;
}

header#masthead .header-inner,
header#masthead .header-container {
	position: relative;
	overflow: auto;
	height: 100%;
}

header#masthead #site-logo {
	max-height: 30px;
	width: auto;
	position: absolute;
	left: inherit;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

header#masthead #site-logo #Fill-1,
header#masthead #site-logo #Fill-2,
header#masthead #site-logo #Fill-3,
header#masthead #site-logo #Fill-4,
header#masthead #site-logo #Clip-14,
header#masthead #site-logo #Fill-22,
header#masthead #site-logo #Fill-13,
header#masthead #site-logo #Where-tech-meets-nat,
header#masthead #site-logo #Fill-24 {
	transition: all 0.4s;
}

body.open header#masthead #site-logo #Fill-1,
body.open header#masthead #site-logo #Fill-2,
body.open header#masthead #site-logo #Fill-3,
body.open header#masthead #site-logo #Fill-4,
body.open header#masthead #site-logo #Clip-14,
body.open header#masthead #site-logo #Fill-22,
body.open header#masthead #site-logo #Fill-13,
body.open header#masthead #site-logo #Where-tech-meets-nat,
body.open header#masthead #site-logo #Fill-24 {
	fill: #fff;
	transition: all 0.4s;
}

body.open header#masthead #site-logo #Line-2 {
	stroke: #fff;
}

@media (max-width: 36em) {

	header#masthead #site-logo #logo-desktop {
		display: none;
	}

	header#masthead #site-logo #logo-mobile {
		display: block;
	}
}

@media (min-width: 36em) {

	header#masthead #site-logo #logo-desktop {
		display: block;
	}

	header#masthead #site-logo #logo-mobile {
		display: none;
	}
}

.two-column:not(.fp-section) {
	position: relative;
}

.two-column .image-first .text-container {
	text-align: right;
}

@media (max-width: 48em) {

	.two-column .image-first .text-container {
		text-align: left;
	}
}

.bg-dark.two-column .image-first .text-container .btn {
	color: #f6f3ed;
}

.bg-light.two-column .image-first .text-container .btn {
	color: #404040;
}

.two-column .lottie-container {
	position: relative;
	width: 100%;
	height: auto;
}

.two-column .lottie-container.relative {
	position: relative !important;
}

.case-two-column {
	padding-bottom: 5rem;
}

@media (max-width: 48em) {

	.case-two-column {
		padding-bottom: 2rem;
	}
}

.single-case .case-two-column {
	background-color: #f6f3ed;
}

.case-two-column .text p:first-child {
	margin-top: 0;
}

.case-two-column .image-first .text-container {
	text-align: right;
}

.article-links {
	padding: 5rem 0 4rem;
	border-top: 1px solid #d4d4d4;
}

@media (max-width: 48em) {

	.article-links {
		padding-bottom: 2rem;
	}
}

.single-case .article-links {
	background-color: #f6f3ed;
}

.article-links h2 {
	margin: 0 0 6rem;
}

@media (max-width: 36em) {

	.article-links h2 {
		margin: 0 0 3rem;
	}
}

.article-links .article-link-container {
	margin-bottom: 5rem;
}

@media (max-width: 36em) {

	.article-links .article-link-container {
		margin-bottom: 2.5rem;
	}
}

.article-links .text .button-container {
	margin-top: 1rem;
}

.case-intro {
	padding-top: 8.125rem;
	padding-bottom: 5rem;
	line-height: 1.75;
}

body.single-post .case-intro {
	padding-top: 12.375rem;
}

@media (max-width: 48em) {

	.case-intro {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
}

.case-intro .case-meta hr {
	background-color: rgba(143, 151, 136, 0.3);
	margin: 1.5625rem 0;
}

.case-intro .case-meta .share-link {
	margin-right: 2rem;
	transition: opacity 0.3s;
}

.case-intro .case-meta .share-link:last-child {
	margin-right: 0;
}

.case-intro .case-meta .share-link:hover {
	opacity: 0.5;
}

.case-intro h1 {
	margin-top: 0;
	font-size: 2.5rem;
	line-height: 1.1;
}

@media (max-width: 48em) {

	.case-intro h1 {
		font-size: 1.75rem;
	}
}

.case-intro .intro-text {
	margin-top: 2.5rem;
}

.case-intro .intro-text a {
	word-break: break-all;
}

.case-intro .case-fact {
	margin-top: 3rem;
	background-color: #e5e4dd;
	padding: 3rem 0;
}

@media (max-width: 48em) {

	.case-intro .case-fact {
		text-align: center;
	}
}

.case-intro .case-fact .title {
	font-size: 4.5rem;
	line-height: 1;
	margin-bottom: 0.5rem;
	display: block;
}

.case-intro .case-fact img {
	vertical-align: middle;
}

.case-footer {
	padding-top: 5rem;
    padding-bottom: 2.5rem;
	border-top: 1px solid #d4d4d4;
}

.case-footer h4 {
	display: inline-block;
	font-size: 1rem;
	line-height: 1.375;
	margin-top: 0;
	margin-bottom: 1.5rem;
	cursor: pointer;
}

.case-footer .meta-containter {
	display: block;
	margin-bottom: 2.5rem;
}

.case-footer .meta-containter .title {
	font-size: 2.5rem;
	line-height: 1.1;
	font-weight: 600;
	color: #263030;
	display: inline-block;
	margin-right: 180px;
	cursor: pointer;
}

@media (max-width: 36em) {

	.case-footer .meta-containter .title {
		font-size: 1.75rem;
		margin-right: 0;
	}
}

.case-footer .meta-containter .categories {
	font-size: 1rem;
	line-height: 1.75;
	color: #404945;
	display: inline-block;
	cursor: pointer;
}

.case-footer .next-image-container {
	overflow: hidden;
}

.case-footer .next-image-container .next-image {
	padding-top: 40%;
	cursor: pointer;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 0.4s;
}

.case-footer .next-image-container .next-image:hover {
	transform: scale(1.03);
}

.fullwidth-image {
	padding-bottom: 5rem;
}

@media (max-width: 36em) {

	.fullwidth-image {
		padding-bottom: 1rem;
	}
}

.single-case .fullwidth-image {
	background-color: #f6f3ed;
}

.fullwidth-image img {
	vertical-align: middle;
}

.fullwidth-image.fullwidth img {
	width: 100%;
	height: auto;
}

.fullwidth-image:not(.fullwidth) {
	text-align: center;
}

.fullwidth-image:not(.fullwidth) img {
	max-width: 100%;
	height: auto;
}

.quote-slider .quote-img img {
	border-radius: 50%;
}

@media (max-width: 48em) {

	.quote-slider .quote-img {
		text-align: center;
	}
}

.quote-slider .quote-icon {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 120px;
	line-height: 144px;
	color: #9aeb00;
}

@media (max-width: 48em) {

	.quote-slider .quote-icon {
		display: none;
	}
}

.quote-slider .content {
	padding-right: 5rem;
}

@media (max-width: 48em) {

	.quote-slider .content {
		text-align: center;
		padding-right: 0;
	}
}

.quote-slider .content .title {
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 2rem;
}

.quote-slider .content .author {
	color: rgba(255, 255, 255, 0.5);
	font-weight: 200;
}

.quote-slider .content .author strong {
	color: #9aeb00;
}

.quote-slider .content .btn {
	margin: 2rem 0;
}

.quote-slider .pagination {
	position: relative;
	text-align: left;
}

.quote-slider .pagination .swiper-pagination-bullet {
	position: relative;
	width: 100%;
	padding: 16px 2% 15px;
	cursor: pointer;
	background: none;
	opacity: 1;
	margin-right: 2%;
}

.quote-slider .pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.quote-slider .pagination .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 50%;
	border-bottom: 1px #f5f3ec solid;
	opacity: 0.6;
	width: 100%;
	z-index: 0;
	-webkit-transition: border 500ms ease-out;
	-moz-transition: border 500ms ease-out;
	-o-transition: border 500ms ease-out;
	transition: border 500ms ease-out;
}

.quote-slider .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.quote-slider .pagination .swiper-pagination-bullet:hover::before {
	border-color: #9aeb00;
	opacity: 1;
}

@media (max-width: 48em) {

	.quote-slider .navigation {
		text-align: center;
	}
}

.quote-slider .navigation .arrow {
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	font-size: 30px;
}

.quote-single {
	padding: 6rem 0;
}

@media (max-width: 36em) {

	.quote-single {
		padding: 3rem 0;
	}
}

.quote-single .quote-img {
	text-align: center;
}

.quote-single .quote-img img {
	border-radius: 50%;
}

@media (max-width: 48em) {

	.quote-single .quote-img {
		text-align: center;
	}
}

.quote-single .quote-img .author {
	font-weight: 200;
	text-align: center;
}

.quote-single .quote-icon {
	font-family: Helvetica, "Helvetica Neue", Arial, sans-serif;
	font-size: 120px;
	line-height: 144px;
	color: #9aeb00;
}

@media (max-width: 48em) {

	.quote-single .quote-icon {
		display: none;
	}
}

.quote-single .content {
	padding-right: 5rem;
}

@media (max-width: 48em) {

	.quote-single .content {
		text-align: center;
		padding-right: 0;
	}
}

.quote-single .content .title {
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 2rem;
}

.quote-single .pagination {
	position: relative;
	text-align: left;
}

.quote-single .pagination .swiper-pagination-bullet {
	position: relative;
	width: 100%;
	padding: 16px 2% 15px;
	cursor: pointer;
	background: none;
	opacity: 1;
	margin-right: 2%;
}

.quote-single .pagination .swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.quote-single .pagination .swiper-pagination-bullet::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 50%;
	border-bottom: 1px #f5f3ec solid;
	opacity: 0.6;
	width: 100%;
	z-index: 0;
	-webkit-transition: border 500ms ease-out;
	-moz-transition: border 500ms ease-out;
	-o-transition: border 500ms ease-out;
	transition: border 500ms ease-out;
}

.quote-single .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before,
.quote-single .pagination .swiper-pagination-bullet:hover::before {
	border-color: #9aeb00;
	opacity: 1;
}

@media (max-width: 48em) {

	.quote-single .navigation {
		text-align: center;
	}
}

.quote-single .navigation .arrow {
	display: inline-block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	font-size: 30px;
}

.featured-articles {
	font-size: 1.25rem;
	line-height: 2;
}

.featured-articles .fp-scrollfix {
	padding: 10rem 0;
}

@media (max-width: 36em) {

	.featured-articles .fp-scrollfix {
		padding: 4rem 0;
	}
}

.featured-articles a {
	text-decoration: none;
}

.featured-articles .intro {
	text-align: center;
	margin-bottom: 5rem;
}

.featured-articles .intro h2 {
	font-size: 2.5rem;
	line-height: 1.1;
	display: block;
	text-align: center;
	margin: 0;
}

.featured-articles .intro .subtitle {
	font-size: 1rem;
	line-height: 1.75;
	margin-top: 1.5rem;
	display: inline-block;
	max-width: 440px;
}

.featured-articles .articles-grid h2 {
	font-size: 1.25rem;
	line-height: 2;
	color: #263030;
	font-weight: 600;
}

.featured-articles .articles-grid .featured-text {
	font-weight: 300;
	color: #263030;
	margin-bottom: 1.5rem;
}

.featured-articles .articles-grid .published-date {
	font-size: 1rem;
	color: #8f9788;
	font-weight: 300;
}

.three-column {
	padding: 8.75rem 0;
	border-top: 1px solid #d4d4d4;
}

@media (max-width: 36em) {

	.three-column {
		padding: 3rem 0;
	}
}

@media (max-width: 48em) {

	.three-column {
		padding: 5rem 0;
	}
}

.three-column .header-grid {
	padding-bottom: 10rem;
}

@media (max-width: 36em) {

	.three-column .header-grid {
		padding-bottom: 4rem;
	}
}

@media (max-width: 48em) {

	.three-column .header-grid {
		padding-bottom: 6rem;
	}
}

.three-column .header-grid .h2 {
	line-height: 1.125;
}

.three-column .content-grid {
	margin-left: -15px;
	margin-right: -15px;
}

.three-column .content-grid .item {
	position: relative;
	padding-bottom: 170px;
}

.three-column .content-grid .item .description {
	padding-bottom: 30px;
}

.three-column .content-grid .item img {
	max-width: 96px;
	height: auto;
	position: absolute;
	bottom: 100px;
}

/* Headers (font size interpolations) */
.hero-image {
	height: 100vh;
	width: 100vw;
	position: relative;
	overflow: hidden;
}

.hero-image.text-color-light {
	color: #fff;
}

.hero-image.text-color-dark {
	color: #263030;
}

#fullpage .hero-image {
	height: 100vh;
}

#fullpage .hero-image .bg-image,
#fullpage .hero-image .bg-video {
	height: 100vh;
}

@media (max-width: 48em) {

	.hero-image {
		height: auto;
		width: 100%;
		padding: 15rem 0;
	}

	.hero-image .circle-grid {
		height: 100%;
	}

	.hero-image .circle-grid .hidden-sm {
		display: none;
	}
}

.hero-image .bg-image {
	height: 100vh;
	opacity: 0;
	visibility: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	width: 100vw;
	background-position: center;
	left: 0;
	top: 0;
	transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out;
}

@media (max-width: 48em) {

	.hero-image .bg-image {
		height: 100%;
	}
}

.hero-image .bg-image.opacity-10 {
	opacity: 0.1 !important;
}

.hero-image .bg-image.opacity-20 {
	opacity: 0.2 !important;
}

.hero-image .bg-image.opacity-30 {
	opacity: 0.3 !important;
}

.hero-image .bg-image.opacity-40 {
	opacity: 0.4 !important;
}

.hero-image .bg-image.opacity-50 {
	opacity: 0.5 !important;
}

.hero-image .bg-image.opacity-60 {
	opacity: 0.6 !important;
}

.hero-image .bg-image.opacity-70 {
	opacity: 0.7 !important;
}

.hero-image .bg-image.opacity-80 {
	opacity: 0.8 !important;
}

.hero-image .bg-image.opacity-90 {
	opacity: 0.9 !important;
}

.hero-image .bg-image.opacity-100 {
	opacity: 1;
}

.hero-image .bg-image.parallax {
	background-attachment: fixed;
}

.hero-image .bg-image.show {
	opacity: 1;
	visibility: visible;
}

.hero-image .bg-video {
	height: 100vh;
	position: absolute;
	width: 100vw;
	left: 0;
	top: 0;
}

.hero-image .bg-video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 48em) {

	.hero-image .bg-video {
		height: 100%;
	}
}

.hero-image .content-container {
	text-align: right;
}

@media (max-width: 48em) {

	.hero-image .content-container {
		margin-top: 55px;
	}
}

.hero-image .content-container .content-circle {
	position: relative;
	display: inline-block;
	background-color: #152325;
	border-radius: 50%;
	width: 516px;
	height: 516px;
}

@media (min-width: 61.9375em) and (max-width: 68.75em) {

	.hero-image .content-container .content-circle {
		width: 450px;
		height: 450px;
	}
}

@media (max-width: 36em) {

	.hero-image .content-container .content-circle {
		background: none !important;
		vertical-align: middle;
		display: block;
		width: auto;
		height: auto;
		border-radius: 0;
	}
}

.hero-image .content-container .content-circle .content {
	top: 50%;
	transform: translateY(-50%);
	padding: 5rem 4rem;
	position: absolute;
	text-align: center;
}

@media (max-width: 36em) {

	.hero-image .content-container .content-circle .content {
		padding: 0;
	}
}

.hero-image .content-container .content-circle .content h1 {
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 2rem;
}

@media (max-width: 36em) {

	.hero-image .content-container .content-circle .content h1 {
		font-size: 1.1rem;
		line-height: 1.3;
	}
}

.hero-image .content-container .content-circle .content .btn {
	color: #212e2e;
	font-weight: 500;
}

.hero-image .left-content-container {
	height: 100%;
}

.hero-image .left-content-container .left-content h1 {
	font-weight: 600;
}

.hero-image .left-content-container .left-content .manchet {
	font-size: 2rem;
	line-height: 1.125;
}

@media (max-width: 36em) {

	.hero-image .left-content-container .left-content .manchet {
		font-size: 1.5rem;
	}
}

.hero-image .left-content-container .left-content .text {
	margin-top: 25px;
	line-height: 1.75;
}

.text-color-light.hero-image .left-content-container .left-content .btn {
	border-color: rgba(255, 255, 255, 0.8);
	color: #fff;
}

.text-color-light.hero-image .left-content-container .left-content .btn:hover {
	color: rgba(0, 0, 0, 0.8);
}

.text-color-light.hero-image .left-content-container .left-content .btn:hover::after {
	filter: invert(0%) sepia(4%) saturate(17%) hue-rotate(122deg) brightness(100%) contrast(104%);
}

.text-color-light.hero-image .left-content-container .left-content .btn::before {
	background-color: rgba(255, 255, 255, 0.8);
}

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

.masonry-archive .intro {
	padding: 8.75rem 0;
	text-align: center;
}

.masonry-archive .intro h1 {
	max-width: 60%;
	display: inline-block;
	font-size: 2.5rem;
	line-height: 1.1;
	margin-top: 0;
}

@media (max-width: 48em) {

	.masonry-archive .intro h1 {
		max-width: 90%;
		font-size: 1.75rem;
	}
}

@media (min-width: 48em) and (max-width: 68.75em) {

	.masonry-archive .intro h1 {
		max-width: 100%;
	}
}

@media (min-width: 68.75em) and (max-width: 81.25em) {

	.masonry-archive .intro h1 {
		max-width: 75%;
		font-size: 2.2rem;
	}
}

.masonry-archive .intro .subtitle {
	font-size: 1rem;
	line-height: 1.75;
	max-width: 45%;
	display: inline-block;
}

@media (max-width: 48em) {

	.masonry-archive .intro .subtitle {
		max-width: 80%;
	}
}

@media (max-width: 81.25em) {

	.masonry-archive .intro .subtitle {
		max-width: 65%;
	}
}

@media (max-width: 68.75em) {

	.masonry-archive .intro .subtitle {
		max-width: 100%;
	}
}

.masonry-archive .masonry-grid {
	margin-left: -15px;
	margin-right: -15px;
}

.masonry-archive .masonry-grid .masonry-item-container a {
	text-decoration: none;
}

.masonry-archive .masonry-grid .masonry-item-container img {
	width: 100%;
	height: auto;
	vertical-align: top;
	margin-bottom: 1.5rem;
}

.masonry-archive .masonry-grid .masonry-item-container .aspect-ratio-wrapper,
.masonry-archive .masonry-grid .masonry-item-container .video-wrapper {
	margin-bottom: 1.5rem;
}

.masonry-archive .masonry-grid .masonry-item-container .aspect-ratio-wrapper img,
.masonry-archive .masonry-grid .masonry-item-container .video-wrapper img {
	height: 100%;
	margin-bottom: 0;
}

.masonry-archive .masonry-grid .masonry-item-container .video-wrapper {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
}

.masonry-archive .masonry-grid .masonry-item-container .video-wrapper iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.masonry-archive .masonry-grid .masonry-item-container h2 {
	margin: 0 0 1rem;
	font-size: 1.25rem;
	line-height: 1.1;
	font-weight: 600;
}

.masonry-archive .masonry-grid .masonry-item-container .masonry-item {
	padding-bottom: 1.75rem;
}

.masonry-archive .masonry-grid .masonry-item-container .published-date {
	font-size: 1rem;
	color: #8f9788;
	font-weight: 300;
	margin-top: 1rem;
}

.team-archive .masonry-grid {
	margin-left: -15px;
	margin-right: -15px;
}

.team-archive .masonry-grid .masonry-item-container .job-title {
	font-size: 1.25rem;
	line-height: 1.1;
	font-weight: 400;
}

.single-team main {
	padding-top: 55px;
}

.single-team main .team-member {
	padding-bottom: 10rem;
}

.single-team main .team-member hr {
	margin: 1.75rem 0;
}

.single-team main .team-member .share-link {
	margin-right: 1rem;
	transition: opacity 0.3s;
}

.single-team main .team-member .share-link:last-child {
	margin-right: 0;
}

.single-team main .team-member .share-link img {
	height: 38px;
	width: auto;
}

.single-team main .team-member .share-link:hover {
	opacity: 0.5;
}

.single-team main .team-member .navigation {
	margin-top: 3rem;
	margin-bottom: 8.75rem;
}

@media (max-width: 36em) {

	.single-team main .team-member .navigation {
		margin-bottom: 1rem;
	}
}

.single-team main .team-member .navigation a {
	text-decoration: none;
}

.single-team main .team-member .navigation a img {
	position: relative;
	margin-right: 0.8rem;
	vertical-align: middle;
}

@media (max-width: 36em) {

	.single-team main .team-member .navigation a img {
		top: 0;
	}
}

.single-team main .team-member h1 {
	font-size: 2.5rem;
	line-height: 1.1;
	margin: 0 0 10px;
	font-weight: 600;
}

@media (max-width: 36em) {

	.single-team main .team-member h1 {
		font-size: 2rem;
	}
}

.single-team main .team-member .job-title {
	font-size: 20px;
	margin-bottom: 3rem;
}

/* Headers (font size interpolations) */
body {
	font-family: Poppins, sans-serif;
	font-size: 16px;
	line-height: 28px;
}

#site-logo {
	transform: translateY(-50%);
	top: 50%;
	margin-top: 4px;
	z-index: 1020;
}

a:visited,
a:hover,
a:visited {
	color: inherit;
}

.btn {
	display: inline-block;
	border: 1px solid #152225;
	padding: 13px 50px 13px 10px;
	border-radius: 3px;
	line-height: 1;
	color: #152325;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}

.bg-dark .btn {
	border-color: #fff;
}

.bg-dark .btn:hover {
	color: #000 !important;
}

.bg-dark .btn:hover::before {
	background-color: #fff;
}

.bg-dark .btn:hover::after {
	filter: invert(0%) sepia(4%) saturate(17%) hue-rotate(122deg) brightness(100%) contrast(104%);
}

.btn::after {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	right: 16px;
	background-image: url(img/left-arrow.svg);
	background-repeat: no-repeat;
	transition: all 0.3s;
	top: 50%;
	margin-top: -7px;
}

.bg-dark .btn::after,
.text-color-light .btn::after {
	filter: invert(98%) sepia(5%) saturate(158%) hue-rotate(236deg) brightness(117%) contrast(100%);
}

.bg-light .btn::after,
.text-color-dark .btn::after {
	filter: invert(0%) sepia(4%) saturate(17%) hue-rotate(122deg) brightness(100%) contrast(104%);
}

.btn:hover {
	color: #fff;
}

.btn:hover::after {
	filter: invert(98%) sepia(5%) saturate(158%) hue-rotate(236deg) brightness(117%) contrast(100%);
}

.btn.btn-secondary {
	border: none;
	background-color: #9aeb00;
}

.btn.margin-top {
	margin-top: 2rem;
}

/* Radial Out */
.btn {
	overflow: hidden;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.btn:not(.btn-secondary)::before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 100%;
	margin-top: 0;
	left: -30px;
	width: 30px;
	height: 30px;
	background: #152225;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn:not(.btn-secondary):hover::before,
.btn:not(.btn-secondary):focus::before,
.btn:not(.btn-secondary):active::before {
	-webkit-transform: scale(30);
	transform: scale(30);
}

/**
*	Fullpage
*/
#fp-nav {
	mix-blend-mode: exclusion;
}

#fp-nav ul li a span {
	background-color: #fff !important;
}

/* Cropped images, using a specific aspect ratio */
.aspect-ratio-wrapper {
	position: relative;
	padding-top: 65%;
}

.aspect-ratio-wrapper.landscape {
	padding-top: 65%;
}

.aspect-ratio-wrapper.square {
	padding-top: 100%;
}

.aspect-ratio-wrapper.portrait {
	padding-top: 130%;
}

.aspect-ratio-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	object-position: 50% 50%;
}

.video-wrapper {
	pointer-events: none;
}

.max-width-content {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
}

.max-width-case {
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}

/**
*	Padding
*/
.padding-h {
	padding-left: 2.5rem;
	padding-right: 2.5rem;
}

@media (max-width: 48em) {

	.padding-h {
		padding-left: 1.75rem;
		padding-right: 1.75rem;
	}
}

.padding-h-lg,
.padding-lg {
	padding-left: 6.25rem;
	padding-right: 6.25rem;
}

.padding-v-lg,
.padding-lg {
	padding-top: 6.25rem;
	padding-bottom: 6.25rem;
}

@media (max-width: 48em) {

	.padding-v-lg,
	.padding-lg {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem;
	}
}

.padding-v-xxl {
	padding-top: 12.5rem;
	padding-bottom: 12.5rem;
}

@media (max-width: 48em) {

	.padding-v-xxl {
		padding-top: 3.125rem;
		padding-bottom: 3.125rem;
	}
}

@media (min-width: 48em) {

	#fullpage .padding-v-lg,
	#fullpage .padding-lg {
		padding-top: 0;
		padding-bottom: 0;
	}
}

.margin-bottom-zero {
	margin-bottom: 0;
}

.margin-top-zero {
	margin-top: 0;
}

.margin-bottom {
	margin-bottom: 2.5rem;
}

.margin-top {
	margin-top: 2.5rem;
}

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

.bg-medium {
	background-color: #8f9788;
}

.bg-dark {
	background-color: #152325;
	color: #f6f3ed;
}

.bg-dark-loading {
	background-color: #152325;
	color: #f6f3ed;
}

.bg-text-light {
	background-color: #f6f3ed;
	color: #404945;
}

#masthead {
	overflow: visible !important;
}

header#masthead .header-container {
	overflow: visible !important;
}

.menu-button {
	position: absolute;
	right: 0;
	display: inline-block;
	padding: 0.5em;
	background-color: transparent;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1020;
}

header.dark .burger-icon {
	position: relative;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

header.dark .burger-icon {
	width: 29px;
}

header.dark .burger-icon::before,
header.dark .burger-icon::after {
	display: block;
	width: 29px;
	height: 1px;
	background-color: #eee;
	outline: 0.5px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

header.dark .burger-icon::before,
header.dark .burger-icon::after {
	position: absolute;
	content: "";
}

header.dark .burger-icon::before {
	top: -4px;
}

header.dark .burger-icon::after {
	top: 4px;
}

header.light .burger-icon {
	position: relative;
	display: block;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

header.light .burger-icon {
	width: 29px;
}

header.light .burger-icon::before,
header.light .burger-icon::after {
	display: block;
	width: 29px;
	height: 1px;
	background-color: #263030;
	outline: 0.5px solid transparent;
	-webkit-transition-property: background-color, -webkit-transform;
	-moz-transition-property: background-color, -moz-transform;
	-o-transition-property: background-color, -o-transform;
	transition-property: background-color, transform;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

header.light .burger-icon::before,
header.light .burger-icon::after {
	position: absolute;
	content: "";
}

header.light .burger-icon::before {
	top: -4px;
}

header.light .burger-icon::after {
	top: 4px;
}

header.light .burger-icon,
header.dark .burger-icon {
	height: 0;
}

.menu-button.is-active .burger-icon::before {
	-webkit-transform: translateY(4px) rotate(45deg);
	-moz-transform: translateY(4px) rotate(45deg);
	-ms-transform: translateY(4px) rotate(45deg);
	-o-transform: translateY(4px) rotate(45deg);
	transform: translateY(4px) rotate(45deg);
}

.menu-button.is-active .burger-icon::after {
	-webkit-transform: translateY(-4px) rotate(-45deg);
	-moz-transform: translateY(-4px) rotate(-45deg);
	-ms-transform: translateY(-4px) rotate(-45deg);
	-o-transform: translateY(-4px) rotate(-45deg);
	transform: translateY(-4px) rotate(-45deg);
}

nav {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 2px;
	transition: all 0.45s ease-in-out;
	backface-visibility: hidden;
	transform: translateY(0) scale(0);
}

nav .nav-row {
	height: 100%;
}

nav .nav-row .grid {
	height: 100%;
}

nav .menu-img-container {
	height: 100%;
}

nav .menu-img-container img {
	position: absolute;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
	transition-delay: 0.6s;
}

.open nav .menu-img-container img {
	opacity: 1;
}

nav {
	background-color: #152325;
}

body.open nav {
	transform: translateY(-50%) scale(200);
	z-index: 999;
}

.menu-content {
	position: fixed;
	z-index: 1010;
	opacity: 0;
	visibility: hidden;
	top: 55px;
	width: 100%;
	height: 100%;
	transition: all 0s linear 0s;
}

.menu-content .grid {
	height: 100%;
}

body.open .menu-content {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease-in-out 0.5s;
}

body.open .menu-img-container {
	filter: brightness(110%);
}

ul#header-menu.menu {
	position: absolute;
	top: 50%;
	left: 0;
	backface-visibility: hidden;
	perspective: 1000;
	transform: translate3d(-50%, -50%, 0);
	color: #fff;
	list-style: none;
}

@media (max-width: 62em) {

	ul#header-menu.menu {
		position: relative;
		transform: none;
		top: inherit;
		margin: 0;
		padding: 0;
	}
}

ul#header-menu.menu li {
	opacity: 0;
	text-align: left;
	transform: translate3d(0, 36px, 0);
	margin-bottom: 1rem;
}

@media (max-width: 62em) {

	ul#header-menu.menu li {
		text-align: center;
        margin-bottom: 1rem;
	}
}

ul#header-menu.menu li:hover a {
	color: #9aeb00;
}

.open ul#header-menu.menu li {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}

.open ul#header-menu.menu li:nth-child(1) {
	transition-delay: 0.75s;
}

.open ul#header-menu.menu li:nth-child(2) {
	transition-delay: 0.85s;
}

.open ul#header-menu.menu li:nth-child(3) {
	transition-delay: 0.95s;
}

.open ul#header-menu.menu li:nth-child(4) {
	transition-delay: 1.05s;
}

ul#header-menu.menu li a {
	text-decoration: none;
	font-size: 2.625rem;
	line-height: 1;
	transition: all 0.4s;
	font-weight: 300;
	color: #fff;
}

@media (max-width: 62em) {

	ul#header-menu.menu li a {
		font-size: 2rem;
	}
}

ul#header-menu.menu li:last-child {
	margin-bottom: 0;
}

footer {
	padding: 0;
	background-color: #152325;
}

footer.fp-section {
	padding-top: 0 !important;
}

footer.fp-section .top-footer {
	padding-top: 8.4375rem !important;
}

footer .fp-tableCell {
	vertical-align: top;
}

footer .top-footer {
	color: #000;
	display: block;
	background-color: #ddddd5;
	padding-top: 5rem;
	padding-bottom: 5rem;
}

@media (max-width: 36em) {

	footer .top-footer {
		background: linear-gradient(180deg, #c2c5b9 50%, #ddddd5 50%);
		text-align: center;
	}

	footer .top-footer .contact {
		padding-bottom: 12rem;
	}
}

footer .top-footer .contact,
footer .top-footer .share {
	padding-bottom: 4rem;
}

footer .top-footer .btn.extra-long {
	width: 17.5rem;
}

footer .top-footer .share-link {
	margin-right: 10px;
}

footer .top-footer .share-link:last-child {
	margin-right: 0;
}

footer .top-footer .share-link img {
	height: 36px;
	width: auto;
}

footer .bottom-footer {
	color: #fff;
	padding-top: 5rem;
}

@media (max-width: 48em) {

	footer .bottom-footer {
		text-align: center;
	}
}

footer .bottom-footer #footer-logo {
	max-width: 170px;
	height: auto;
}

footer .bottom-footer .footer-menu h4 {
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 24px;
	margin-top: 0;
	font-weight: 500;
}

footer .bottom-footer .footer-menu ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

footer .bottom-footer .footer-menu ul li {
	padding: 5px 0;
}

footer .bottom-footer .footer-menu ul li:first-child {
	padding-top: 0;
}

footer .bottom-footer .footer-menu ul li a {
	font-size: 1.5rem;
	line-height: 1.333;
	text-decoration: none;
	color: #fff;
	transition: color 0.3s;
}

footer .bottom-footer .footer-menu ul li a:hover {
	color: #9aeb00;
}

@media (max-width: 48em) {

	footer .bottom-footer .footer-menu ul li a {
		font-size: 1.2rem;
	}
}

footer .copyright-container {
	color: #f6f3ed;
	border-top: 1px solid rgba(246, 243, 237, 0.3);
	margin-top: 120px;
	padding-top: 30px;
	padding-bottom: 50px;
}

@media (max-width: 48em) {

	footer .copyright-container {
    	margin-top: 40px;
		text-align: center;
		font-size: 0.8rem;
	}
}

footer .copyright-container a {
	color: #f6f3ed;
	text-decoration: none;
}

footer .copyright-container .right {
	text-align: right;
}

@media (max-width: 48em) {

	footer .copyright-container .right {
		text-align: center;
	}
}

footer .copyright-container .right a {
	margin-right: 20px;
}

footer .copyright-container .right a:last-child {
	margin-right: 0;
}