/*! Slick Design CSS */

/**** Match these to the custom colors in wp_custom.php > add_theme_support( 'editor-color-palette',  ****/

.has-black-color {
	color: #000000;
}

.has-black-background-color {
	background: #000000;
}

.has-dark-color {
	color: #333132;
}

.has-dark-background-color {
	background: #333132;
}

.has-font-color {
	color: #414042;
}

.has-font-background-color {
	background: #414042;
}

.has-font-light-color {
	color: #4D4D4F;
}

.has-font-light-background-color {
	background: #4D4D4F;
}

.has-grey-dark-color {
	color: #666666;
}

.has-grey-dark-background-color {
	background: #666666;
}

.has-grey-color {
	color: #aaaaaa;
}

.has-grey-background-color {
	background: #aaaaaa;
}

.has-line-color {
	color: #cccccc;
}

.has-line-background-color {
	background: #cccccc;
}

.has-light-color {
	color: #eeeeee;
}

.has-light-background-color {
	background: #eeeeee;
}

.has-white-color {
	color: #FFFFFF;
}

.has-white-background-color {
	background: #FFFFFF;
}

.has-brand-dark-color {
	color: #5e5753;
}

.has-brand-dark-background-color {
	background: #5e5753;
}

.has-brand-color {
	color: #BCADA6;
}

.has-brand-background-color {
	background: #BCADA6;
}

.has-brand-light-color {
	color: #ded6d3;
}

.has-brand-light-background-color {
	background: #ded6d3;
}

.has-brand-lightest-color {
	color: #eeebe9;
}

.has-brand-lightest-background-color {
	background: #eeebe9;
}

.has-accent-dark-color {
	color: #7a919b;
}

.has-accent-dark-background-color {
	background: #7a919b;
}

.has-accent-color {
	color: #a6b5bc;
}

.has-accent-background-color {
	background: #a6b5bc;
}

.has-accent-light-color {
	color: #d2d9dd;
}

.has-accent-light-background-color {
	background: #d2d9dd;
}

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	-webkit-text-decoration: underline dotted;
	        text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 0.8em;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 0.75em;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif; /* 1 */
	font-size: 1em; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
 * 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}

/* GRIDLING
 * ---------------------------------------------
 * Version: 1.2.3
 * Copyright (c) 2017 N. Talbot; Dual licensed: MIT/GPL
 *
 * Description:
 * ---------------------------------------------
 * Gridling is a lightweight CSS layout tool for building responsive websites fast.
 *
 * Inspired by the Twitter Bootstrap framework, simple row and column classes are used
 * to convert design layouts into a grid of halves, thirds, quarters and fifths.
 * Gridling also includes breakpoint variables that can be reused throughout your project
 * to handle all media queries, its system is adaptable and highly customisable.
 *
 * Features:
 * ---------------------------------------------
 * 1. Grid system
 * 2. Spacing utilties (Padding and Margin)
 * 3. Media breakpoint variables
 *
 * More information:
 * ---------------------------------------------
 * http://gridling.naashdev.net
 * By Nathan Talbot
 */

.grid {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

.grid:before,
.grid:after {
	content: "";
	display: table;
}

.grid:after {
	clear: both;
}

.grid-lg {
	max-width: 1440px;
}

.row:before,
.row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}

.col {
	width: 100%;
	float: left;
	min-height: 1px;
}

.wp-block-group.is-style-full-width {
	margin: 0px -20px;
}

.m-t-1 {
	margin-top: 10px;
}

.m-t-2 {
	margin-top: 20px;
}

.m-t-3 {
	margin-top: 30px;
}

.m-t-4 {
	margin-top: 40px;
}

.m-t-5 {
	margin-top: 50px;
}

.m-t-6 {
	margin-top: 60px;
}

.m-t-7 {
	margin-top: 70px;
}

.m-t-8 {
	margin-top: 80px;
}

.m-t-9 {
	margin-top: 90px;
}

.m-t-10 {
	margin-top: 100px;
}

.m-t-11 {
	margin-top: 110px;
}

.m-t-12 {
	margin-top: 120px;
}

.m-r-1 {
	margin-right: 10px;
}

.m-r-2 {
	margin-right: 20px;
}

.m-r-3 {
	margin-right: 30px;
}

.m-r-4 {
	margin-right: 40px;
}

.m-r-5 {
	margin-right: 50px;
}

.m-r-6 {
	margin-right: 60px;
}

.m-r-7 {
	margin-right: 70px;
}

.m-r-8 {
	margin-right: 80px;
}

.m-r-9 {
	margin-right: 90px;
}

.m-r-10 {
	margin-right: 100px;
}

.m-r-11 {
	margin-right: 110px;
}

.m-r-12 {
	margin-right: 120px;
}

.m-b-1 {
	margin-bottom: 10px;
}

.m-b-2 {
	margin-bottom: 20px;
}

.m-b-3 {
	margin-bottom: 30px;
}

.m-b-4 {
	margin-bottom: 40px;
}

.m-b-5 {
	margin-bottom: 50px;
}

.m-b-6 {
	margin-bottom: 60px;
}

.m-b-7 {
	margin-bottom: 70px;
}

.m-b-8 {
	margin-bottom: 80px;
}

.m-b-9 {
	margin-bottom: 90px;
}

.m-b-10 {
	margin-bottom: 100px;
}

.m-b-11 {
	margin-bottom: 110px;
}

.m-b-12 {
	margin-bottom: 120px;
}

.m-l-1 {
	margin-left: 10px;
}

.m-l-2 {
	margin-left: 20px;
}

.m-l-3 {
	margin-left: 30px;
}

.m-l-4 {
	margin-left: 40px;
}

.m-l-5 {
	margin-left: 50px;
}

.m-l-6 {
	margin-left: 60px;
}

.m-l-7 {
	margin-left: 70px;
}

.m-l-8 {
	margin-left: 80px;
}

.m-l-9 {
	margin-left: 90px;
}

.m-l-10 {
	margin-left: 100px;
}

.m-l-11 {
	margin-left: 110px;
}

.m-l-12 {
	margin-left: 120px;
}

.p-t-1 {
	padding-top: 10px;
}

.p-t-2 {
	padding-top: 20px;
}

.p-t-3 {
	padding-top: 30px;
}

.p-t-4 {
	padding-top: 40px;
}

.p-t-5 {
	padding-top: 50px;
}

.p-t-6 {
	padding-top: 60px;
}

.p-t-7 {
	padding-top: 70px;
}

.p-t-8 {
	padding-top: 80px;
}

.p-t-9 {
	padding-top: 90px;
}

.p-t-10 {
	padding-top: 100px;
}

.p-t-11 {
	padding-top: 110px;
}

.p-t-12 {
	padding-top: 120px;
}

.p-r-1 {
	padding-right: 10px;
}

.p-r-2 {
	padding-right: 20px;
}

.p-r-3 {
	padding-right: 30px;
}

.p-r-4 {
	padding-right: 40px;
}

.p-r-5 {
	padding-right: 50px;
}

.p-r-6 {
	padding-right: 60px;
}

.p-r-7 {
	padding-right: 70px;
}

.p-r-8 {
	padding-right: 80px;
}

.p-r-9 {
	padding-right: 90px;
}

.p-r-10 {
	padding-right: 100px;
}

.p-r-11 {
	padding-right: 110px;
}

.p-r-12 {
	padding-right: 120px;
}

.p-b-1 {
	padding-bottom: 10px;
}

.p-b-2 {
	padding-bottom: 20px;
}

.p-b-3 {
	padding-bottom: 30px;
}

.p-b-4 {
	padding-bottom: 40px;
}

.p-b-5 {
	padding-bottom: 50px;
}

.p-b-6 {
	padding-bottom: 60px;
}

.p-b-7 {
	padding-bottom: 70px;
}

.p-b-8 {
	padding-bottom: 80px;
}

.p-b-9 {
	padding-bottom: 90px;
}

.p-b-10 {
	padding-bottom: 100px;
}

.p-b-11 {
	padding-bottom: 110px;
}

.p-b-12 {
	padding-bottom: 120px;
}

.p-l-1 {
	padding-left: 10px;
}

.p-l-2 {
	padding-left: 20px;
}

.p-l-3 {
	padding-left: 30px;
}

.p-l-4 {
	padding-left: 40px;
}

.p-l-5 {
	padding-left: 50px;
}

.p-l-6 {
	padding-left: 60px;
}

.p-l-7 {
	padding-left: 70px;
}

.p-l-8 {
	padding-left: 80px;
}

.p-l-9 {
	padding-left: 90px;
}

.p-l-10 {
	padding-left: 100px;
}

.p-l-11 {
	padding-left: 110px;
}

.p-l-12 {
	padding-left: 120px;
}

/* MIXINS
 * ---------------------------------------------
 *
 * This is a custom library of reusable mixins.
 * To make navigating the files easier I've seperated
 * these into the below sections:
 *
 * Contents:
 * ---------------------------------------------
 * 1. Base & Resets
 * 2. Layout
 * 3. Elements
 * 4. Animations & Transitions
 * 5. Misc (For project specific mixins)
 */

.hide-text {
	font-size: 0 !important;
	color: transparent !important;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
}

.relative {
	position: relative;
}

.center {
	text-align: center;
}

.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

html {
	-webkit-tap-highlight-color: transparent;
}

html,
body {
	overflow-x: hidden;
}

body {
	background: #FFFFFF;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 16px; /* All font sizes calculated against this one */
	color: #414042;
	line-height: 1.6;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
	background: #BCADA6;
	color: #FFFFFF;
}

::selection {
	background: #BCADA6;
	color: #FFFFFF;
}

::-moz-selection {
	background: #BCADA6;
	color: #FFFFFF;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

iframe {
	max-width: 100%;
}

figure {
	margin: 0 0 20px;
}

figcaption {
	text-align: center;
	margin: 5px 0px 0px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
body .gform_wrapper h3.gform_title {
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1,
.h1 {
	font-size: 1.875em;
}

h2,
.h2 {
	font-size: 1.5em;
}

h3,
.h3 {
	letter-spacing: inherit !important;
	font-size: 1.375em;
}

h4,
.h4 {
	font-size: 1.2em;
}

h5,
.h5 {
	font-size: 1em;
}

h6,
.h6 {
	font-size: 0.8em;
}

body {
	font-size: 17px;
}

p,
body .gform_wrapper .gform_description {
	margin: 0 0 20px;
}

ul,
ol {
	margin: 0 0 20px;
}

a {
	text-decoration: none;
	color: #414042;
	font-weight: 700;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

a:hover,
a:focus {
	color: #BCADA6;
	text-decoration: underline;
}

strong,
b {
	font-weight: bold;
}

hr {
	border-style: solid;
	border-width: 6px;
}

hr.separator {
	border-color: #ded6d3;
}

.accordion {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 50px !important;
}

.accordion div {
	position: relative;
}

.accordion div label {
	color: #414042;
	font-weight: bold;
	display: block;
	padding: 12px 4px;
	margin: 0px;
	border-bottom: 1px solid #cccccc;
	cursor: pointer;
}

.accordion div label:after {
	content: '\e90f';
	font-family: 'Icomoon';
	transform: rotate(0deg);
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	color: inherit;
	float: right;
	font-size: 1.250em;
}

.accordion div input {
	-webkit-appearance: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.accordion div input:hover + label,
.accordion div input:focus + label {
	color: #5e5753;
	background: #eeeeee;
}

.accordion div input:checked + label + .content {
	max-height: 100vh;
	overflow-y: auto;
	padding: 16px 0;
	opacity: 1;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear;
}

.accordion div input:checked + label:after {
	transform: rotate(45deg);
}

.accordion div .content {
	overflow: hidden;
	max-height: 0px;
	padding: 0;
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear, padding 0.6s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}

.accordion.arrows div label:after {
	content: '\e905';
}

.accordion.arrows div input:checked + label:after {
	transform: rotate(-180deg);
}

.accordion.plus-minus div label:after {
	content: '\e90f';
}

.accordion.plus-minus div input:checked + label:after {
	transform: rotate(45deg);
}

.tabs-group {
	margin-bottom: 24px;
}

.tabs-group .tabs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tabs-group .tabs ul:before,
.tabs-group .tabs ul:after {
	content: "";
	display: table;
}

.tabs-group .tabs ul:after {
	clear: both;
}

.tabs-group .tabs ul > li {
	float: left;
}

.tabs-group .tabs ul > li > a {
	display: block;
	padding: 16px 24px;
	background: #BCADA6;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.tabs-group .tabs ul > li > a.is-active {
	background: #5e5753;
}

.tabs-group .tabs ul > li > a:hover,
.tabs-group .tabs ul > li > a:focus {
	background: #5e5753;
}

.tabs-group .tab-content {
	display: none;
	padding: 32px 0;
}

.tabs-group .tab-content.is-active {
	display: block;
	-webkit-animation-name: activate;
	        animation-name: activate;
	-webkit-animation-duration: 0.4s;
	        animation-duration: 0.4s;
	-webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	        animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-animation-iteration-count: 1;
	        animation-iteration-count: 1;
	-webkit-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.tabs-group .tab-content *:first-child {
	margin-top: 0;
}

.tabs-group .tab-content *:last-child {
	margin-bottom: 0;
}

.page-list {
	padding: 100px 0;
}

.page-list.full-width {
	margin: 0 calc(50% - 50vw);
}

.page-list h2 {
	font-size: 34px;
}

.page-list .tile {
	padding: 20px;
	flex-grow: 1;
	text-align: center;
	font-weight: 300;
	transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1), font-weight 0s linear;
}

.page-list .tile img,
.page-list .tile svg {
	display: block;
	margin: 20px auto auto;
}

.page-list .tile h3 {
	justify-self: flex-end;
	font-size: 24px;
	margin: 20px 0;
}

.page-list .tile p {
	line-height: 1.2;
	min-height: 2.4em;
	justify-self: flex-end;
}

.page-list .tile:hover,
.page-list .tile:focus {
	font-weight: 400;
}

.posts {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0px -13px;
}

.posts > .post {
	width: calc(33.3% - 24px);
	display: inline-block;
	flex-basis: calc(33.3% - 24px);
	margin: 20px 12px;
	background: #fff;
}

.posts > .post .image {
	padding-top: 100%;
	position: relative;
}

.posts > .post .image span {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 10px;
	text-transform: uppercase;
	font-size: 1em;
}

.posts > .post h3 {
	margin-top: 10px;
}

.posts > .post.featured {
	width: calc(66.6% - 24px);
	flex-basis: calc(66.6% - 24px);
}

.posts > .post.featured .image {
	padding-top: calc(50% - 12px);
}

.pagination {
	margin: 20px auto 40px;
}

.pagination > * {
	display: inline-block;
	border: 1px solid #BCADA6;
	min-width: 38px;
	height: 38px;
	line-height: 34px;
	text-align: center;
	padding: 0px 8px !important;
}

.pagination > *:hover,
.pagination > *:focus {
	background: #eeeeee;
}

.page-numbers {
	padding: 6px;
	margin-right: 5px;
}

.page-numbers.current {
	font-weight: bold;
	background: #eeeeee;
	border: 0px;
}

.single-post .content h2 {
	margin-bottom: 10px;
}

.single-post .content .meta {
	margin-bottom: 40px;
}

.single-post .content .meta span.post-date {
	padding-right: 30px;
}

.single-post .content h3 {
	margin: 40px auto 10px;
}

.home .banner .content-inner a,
a.btn,
.wp-block-button a,
.wp-block-file a.wp-block-file__button,
button:not([id*="slick-slide"]),
input[type="submit"] {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 1em;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1;
	padding: 16px 24px;
	border: 1px solid #BCADA6;
	background: transparent;
	color: #BCADA6;
	border-radius: 0;
	margin: 0 8px 0 0;
	opacity: 1 !important;
	box-shadow: none;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	-webkit-appearance: none;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	min-width: 128px;
}

.home .banner .content-inner a:hover,
.home .banner .content-inner a:focus,
a.btn:hover,
a.btn:focus,
.wp-block-button a:hover,
.wp-block-button a:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:focus,
button:not([id*="slick-slide"]):hover,
button:not([id*="slick-slide"]):focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
	background: #BCADA6;
	color: #FFFFFF;
}

a.btn-secondary,
.wp-block-button.btn-secondary a,
.wp-block-file.btn-secondary a.wp-block-file__button,
button.btn-secondary,
input[type="submit"].btn-secondary {
	color: #FFFFFF;
	background: #a6b5bc;
}

a.btn-secondary:hover,
a.btn-secondary:focus,
.wp-block-button.btn-secondary a:hover,
.wp-block-button.btn-secondary a:focus,
.wp-block-file.btn-secondary a.wp-block-file__button:hover,
.wp-block-file.btn-secondary a.wp-block-file__button:focus,
button.btn-secondary:hover,
button.btn-secondary:focus,
input[type="submit"].btn-secondary:hover,
input[type="submit"].btn-secondary:focus {
	background: #7a919b;
}

a.btn-outline,
.wp-block-button.is-style-outline a,
.wp-block-button.btn-outline a,
.wp-block-file.btn-outline a.wp-block-file__button,
button.btn-outline,
input[type="submit"].btn-outline {
	color: #BCADA6;
	background: rgba(188, 173, 166, 0);
	border: 2px solid #BCADA6;
	padding: 14px 22px;
}

a.btn-outline:hover,
a.btn-outline:focus,
.wp-block-button.is-style-outline a:hover,
.wp-block-button.is-style-outline a:focus,
.wp-block-button.btn-outline a:hover,
.wp-block-button.btn-outline a:focus,
.wp-block-file.btn-outline a.wp-block-file__button:hover,
.wp-block-file.btn-outline a.wp-block-file__button:focus,
button.btn-outline:hover,
button.btn-outline:focus,
input[type="submit"].btn-outline:hover,
input[type="submit"].btn-outline:focus {
	color: #FFFFFF;
	background: #BCADA6;
}

a.btn-disabled,
.wp-block-button.btn-disabled a,
.wp-block-file.btn-disabled a.wp-block-file__button,
button.btn-disabled,
input[type="submit"].btn-disabled {
	color: #aaaaaa;
	background: #eeeeee;
	pointer-events: none;
}

a.btn-disabled:hover,
a.btn-disabled:focus,
.wp-block-button.btn-disabled a:hover,
.wp-block-button.btn-disabled a:focus,
.wp-block-file.btn-disabled a.wp-block-file__button:hover,
.wp-block-file.btn-disabled a.wp-block-file__button:focus,
button.btn-disabled:hover,
button.btn-disabled:focus,
input[type="submit"].btn-disabled:hover,
input[type="submit"].btn-disabled:focus {
	color: #aaaaaa;
	background: #eeeeee;
}

a.btn-support,
.wp-block-button.btn-support a,
.wp-block-file.btn-support a.wp-block-file__button,
button.btn-support,
input[type="submit"].btn-support {
	color: #BCADA6;
	background: none;
	text-decoration: underline;
}

a.btn-support:hover,
a.btn-support:focus,
.wp-block-button.btn-support a:hover,
.wp-block-button.btn-support a:focus,
.wp-block-file.btn-support a.wp-block-file__button:hover,
.wp-block-file.btn-support a.wp-block-file__button:focus,
button.btn-support:hover,
button.btn-support:focus,
input[type="submit"].btn-support:hover,
input[type="submit"].btn-support:focus {
	color: #FFFFFF;
	background: #BCADA6;
}

a.btn.has-black-color,
.wp-block-button a.has-black-color {
	color: #000000;
}

a.btn.has-black-color:hover,
a.btn.has-black-color:focus,
.wp-block-button a.has-black-color:hover,
.wp-block-button a.has-black-color:focus {
	background-color: #000000;
}

a.btn.has-black-color:not(.has-background):hover,
a.btn.has-black-color:not(.has-background):focus,
.wp-block-button a.has-black-color:not(.has-background):hover,
.wp-block-button a.has-black-color:not(.has-background):focus {
	color: #FFFFFF;
}

a.btn.has-black-background-color,
.wp-block-button a.has-black-background-color {
	background-color: #000000;
}

a.btn.has-black-background-color:hover,
a.btn.has-black-background-color:focus,
.wp-block-button a.has-black-background-color:hover,
.wp-block-button a.has-black-background-color:focus {
	color: #000000;
}

a.btn.has-black-background-color:not(.has-text-color):hover,
a.btn.has-black-background-color:not(.has-text-color):focus,
.wp-block-button a.has-black-background-color:not(.has-text-color):hover,
.wp-block-button a.has-black-background-color:not(.has-text-color):focus {
	background-color: #BCADA6;
}

.wp-block-button.is-style-outline a.has-black-color {
	border-color: #000000;
}

.wp-block-button.is-style-fill a.has-black-background-color {
	border-color: #000000;
}

a.btn.has-dark-color,
.wp-block-button a.has-dark-color {
	color: #333132;
}

a.btn.has-dark-color:hover,
a.btn.has-dark-color:focus,
.wp-block-button a.has-dark-color:hover,
.wp-block-button a.has-dark-color:focus {
	background-color: #333132;
}

a.btn.has-dark-color:not(.has-background):hover,
a.btn.has-dark-color:not(.has-background):focus,
.wp-block-button a.has-dark-color:not(.has-background):hover,
.wp-block-button a.has-dark-color:not(.has-background):focus {
	color: #FFFFFF;
}

a.btn.has-dark-background-color,
.wp-block-button a.has-dark-background-color {
	background-color: #333132;
}

a.btn.has-dark-background-color:hover,
a.btn.has-dark-background-color:focus,
.wp-block-button a.has-dark-background-color:hover,
.wp-block-button a.has-dark-background-color:focus {
	color: #333132;
}

a.btn.has-dark-background-color:not(.has-text-color):hover,
a.btn.has-dark-background-color:not(.has-text-color):focus,
.wp-block-button a.has-dark-background-color:not(.has-text-color):hover,
.wp-block-button a.has-dark-background-color:not(.has-text-color):focus {
	background-color: #BCADA6;
}

.wp-block-button.is-style-outline a.has-dark-color {
	border-color: #333132;
}

.wp-block-button.is-style-fill a.has-dark-background-color {
	border-color: #333132;
}

a.btn.has-font-color,
.wp-block-button a.has-font-color {
	color: #414042;
}

a.btn.has-font-color:hover,
a.btn.has-font-color:focus,
.wp-block-button a.has-font-color:hover,
.wp-block-button a.has-font-color:focus {
	background-color: #414042;
}

a.btn.has-font-color:not(.has-background):hover,
a.btn.has-font-color:not(.has-background):focus,
.wp-block-button a.has-font-color:not(.has-background):hover,
.wp-block-button a.has-font-color:not(.has-background):focus {
	color: #FFFFFF;
}

a.btn.has-font-background-color,
.wp-block-button a.has-font-background-color {
	background-color: #414042;
}

a.btn.has-font-background-color:hover,
a.btn.has-font-background-color:focus,
.wp-block-button a.has-font-background-color:hover,
.wp-block-button a.has-font-background-color:focus {
	color: #414042;
}

a.btn.has-font-background-color:not(.has-text-color):hover,
a.btn.has-font-background-color:not(.has-text-color):focus,
.wp-block-button a.has-font-background-color:not(.has-text-color):hover,
.wp-block-button a.has-font-background-color:not(.has-text-color):focus {
	background-color: #BCADA6;
}

.wp-block-button.is-style-outline a.has-font-color {
	border-color: #414042;
}

.wp-block-button.is-style-fill a.has-font-background-color {
	border-color: #414042;
}

a.btn.has-font-light-color,
.wp-block-button a.has-font-light-color {
	color: #4D4D4F;
}

a.btn.has-font-light-color:hover,
a.btn.has-font-light-color:focus,
.wp-block-button a.has-font-light-color:hover,
.wp-block-button a.has-font-light-color:focus {
	background-color: #4D4D4F;
}

a.btn.has-font-light-color:not(.has-background):hover,
a.btn.has-font-light-color:not(.has-background):focus,
.wp-block-button a.has-font-light-color:not(.has-background):hover,
.wp-block-button a.has-font-light-color:not(.has-background):focus {
	color: #FFFFFF;
}

a.btn.has-font-light-background-color,
.wp-block-button a.has-font-light-background-color {
	background-color: #4D4D4F;
}

a.btn.has-font-light-background-color:hover,
a.btn.has-font-light-background-color:focus,
.wp-block-button a.has-font-light-background-color:hover,
.wp-block-button a.has-font-light-background-color:focus {
	color: #4D4D4F;
}

a.btn.has-font-light-background-color:not(.has-text-color):hover,
a.btn.has-font-light-background-color:not(.has-text-color):focus,
.wp-block-button a.has-font-light-background-color:not(.has-text-color):hover,
.wp-block-button a.has-font-light-background-color:not(.has-text-color):focus {
	background-color: #BCADA6;
}

.wp-block-button.is-style-outline a.has-font-light-color {
	border-color: #4D4D4F;
}

.wp-block-button.is-style-fill a.has-font-light-background-color {
	border-color: #4D4D4F;
}

a.btn.has-grey-dark-color,
.wp-block-button a.has-grey-dark-color {
	color: #666666;
}

a.btn.has-grey-dark-color:hover,
a.btn.has-grey-dark-color:focus,
.wp-block-button a.has-grey-dark-color:hover,
.wp-block-button a.has-grey-dark-color:focus {
	background-color: #666666;
}

a.btn.has-grey-dark-color:not(.has-background):hover,
a.btn.has-grey-dark-color:not(.has-background):focus,
.wp-block-button a.has-grey-dark-color:not(.has-background):hover,
.wp-block-button a.has-grey-dark-color:not(.has-background):focus {
	color: #FFFFFF;
}

a.btn.has-grey-dark-background-color,
.wp-block-button a.has-grey-dark-background-color {
	background-color: #666666;
}

a.btn.has-grey-dark-background-color:hover,
a.btn.has-grey-dark-background-color:focus,
.wp-block-button a.has-grey-dark-background-color:hover,
.wp-block-button a.has-grey-dark-background-color:focus {
	color: #666666;
}

a.btn.has-grey-dark-background-color:not(.has-text-color):hover,
a.btn.has-grey-dark-background-color:not(.has-text-color):focus,
.wp-block-button a.has-grey-dark-background-color:not(.has-text-color):hover,
.wp-block-button a.has-grey-dark-background-color:not(.has-text-color):focus {
	background-color: #BCADA6;
}

.wp-block-button.is-style-outline a.has-grey-dark-color {
	border-color: #666666;
}

.wp-block-button.is-style-fill a.has-grey-dark-background-color {
	border-color: #666666;
}

a.btn.has-grey-color,
.wp-block-button a.has-grey-color {
	color: #aaaaaa;
}

a.btn.has-grey-color:hover,
a.btn.has-grey-color:focus,
.wp-block-button a.has-grey-color:hover,
.wp-block-button a.has-grey-color:focus {
	background-color: #aaaaaa;
}

a.btn.has-grey-color:not(.has-background):hover,
a.btn.has-grey-color:not(.has-background):focus,
.wp-block-button a.has-grey-color:not(.has-background):hover,
.wp-block-button a.has-grey-color:not(.has-background):focus {
	color: #FFFFFF;
}

a.btn.has-grey-background-color,
.wp-block-button a.has-grey-background-color {
	background-color: #aaaaaa;
}

a.btn.has-grey-background-color:hover,
a.btn.has-grey-background-color:focus,
.wp-block-button a.has-grey-background-color:hover,
.wp-block-button a.has-grey-background-color:focus {
	color: #aaaaaa;
}

a.btn.has-grey-background-color:not(.has-text-color):hover,
a.btn.has-grey-background-color:not(.has-text-color):focus,
.wp-block-button a.has-grey-background-color:not(.has-text-color):hover,
.wp-block-button a.has-grey-background-color:not(.has-text-color):focus {
	background-color: #BCADA6;
}

.wp-block-button.is-style-outline a.has-grey-color {
	border-color: #aaaaaa;
}

.wp-block-button.is-style-fill a.has-grey-background-color {
	border-color: #aaaaaa;
}

a.btn.has-line-color,
.wp-block-button a.has-line-color {
	color: #cccccc;
}

a.btn.has-line-color:hover,
a.btn.has-line-color:focus,
.wp-block-button a.has-line-color:hover,
.wp-block-button a.has-line-color:focus {
	background-color: #cccccc;
}

a.btn.has-line-color:not(.has-background):hover,
a.btn.has-line-color:not(.has-background):focus,
.wp-block-button a.has-line-color:not(.has-background):hover,
.wp-block-button a.has-line-color:not(.has-background):focus {
	color: #FFFFFF;
}

a.btn.has-line-background-color,
.wp-block-button a.has-line-background-color {
	background-color: #cccccc;
}

a.btn.has-line-background-color:hover,
a.btn.has-line-background-color:focus,
.wp-block-button a.has-line-background-color:hover,
.wp-block-button a.has-line-background-color:focus {
	color: #cccccc;
}

a.btn.has-line-background-color:not(.has-text-color):hover,
a.btn.has-line-background-color:not(.has-text-color):focus,
.wp-block-button a.has-line-background-color:not(.has-text-color):hover,
.wp-block-button a.has-line-background-color:not(.has-text-color):focus {
	background-color: #BCADA6;
}

.wp-block-button.is-style-outline a.has-line-color {
	border-color: #cccccc;
}

.wp-block-button.is-style-fill a.has-line-background-color {
	border-color: #cccccc;
}

a.btn.has-light-color,
.wp-block-button a.has-light-color {
	color: #eeeeee;
}

a.btn.has-light-color:hover,
a.btn.has-light-color:focus,
.wp-block-button a.has-light-color:hover,
.wp-block-button a.has-light-color:focus {
	background-color: #eeeeee;
}

a.btn.has-light-color:not(.has-background):hover,
a.btn.has-light-color:not(.has-background):focus,
.wp-block-button a.has-light-color:not(.has-background):hover,
.wp-block-button a.has-light-color:not(.has-background):focus {
	color: #FFFFFF;
}

a.btn.has-light-background-color,
.wp-block-button a.has-light-background-color {
	background-color: #eeeeee;
}

a.btn.has-light-background-color:hover,
a.btn.has-light-background-color:focus,
.wp-block-button a.has-light-background-color:hover,
.wp-block-button a.has-light-background-color:focus {
	color: #eeeeee;
}

a.btn.has-light-background-color:not(.has-text-color):hover,
a.btn.has-light-background-color:not(.has-text-color):focus,
.wp-block-button a.has-light-background-color:not(.has-text-color):hover,
.wp-block-button a.has-light-background-color:not(.has-text-color):focus {
	background-color: #BCADA6;
}

.wp-block-button.is-style-outline a.has-light-color {
	border-color: #eeeeee;
}

.wp-block-button.is-style-fill a.has-light-background-color {
	border-color: #eeeeee;
}

a.btn.has-white-color,
.wp-block-button a.has-white-color {
	color: #FFFFFF;
}

a.btn.has-white-color:hover,
a.btn.has-white-color:focus,
.wp-block-button a.has-white-color:hover,
.wp-block-button a.has-white-color:focus {
	background-color: #FFFFFF;
}

a.btn.has-white-color:not(.has-background):hover,
a.btn.has-white-color:not(.has-background):focus,
.wp-block-button a.has-white-color:not(.has-background):hover,
.wp-block-button a.has-white-color:not(.has-background):focus {
	color: #BCADA6;
}

a.btn.has-white-background-color,
.wp-block-button a.has-white-background-color {
	background-color: #FFFFFF;
}

a.btn.has-white-background-color:hover,
a.btn.has-white-background-color:focus,
.wp-block-button a.has-white-background-color:hover,
.wp-block-button a.has-white-background-color:focus {
	color: #FFFFFF;
}

a.btn.has-white-background-color:not(.has-text-color):hover,
a.btn.has-white-background-color:not(.has-text-color):focus,
.wp-block-button a.has-white-background-color:not(.has-text-color):hover,
.wp-block-button a.has-white-background-color:not(.has-text-color):focus {
	background-color: #BCADA6;
}

.wp-block-button.is-style-outline a.has-white-color {
	border-color: #FFFFFF;
}

.wp-block-button.is-style-fill a.has-white-background-color {
	border-color: #FFFFFF;
}

a.btn.has-brand-dark-color,
.wp-block-button a.has-brand-dark-color {
	color: #5e5753;
}

a.btn.has-brand-dark-color:hover,
a.btn.has-brand-dark-color:focus,
.wp-block-button a.has-brand-dark-color:hover,
.wp-block-button a.has-brand-dark-color:focus {
	background-color: #5e5753;
}

a.btn.has-brand-dark-color:not(.has-background):hover,
a.btn.has-brand-dark-color:not(.has-background):focus,
.wp-block-button a.has-brand-dark-color:not(.has-background):hover,
.wp-block-button a.has-brand-dark-color:not(.has-background):focus {
	color: #FFFFFF;
}

a.btn.has-brand-dark-background-color,
.wp-block-button a.has-brand-dark-background-color {
	background-color: #5e5753;
}

a.btn.has-brand-dark-background-color:hover,
a.btn.has-brand-dark-background-color:focus,
.wp-block-button a.has-brand-dark-background-color:hover,
.wp-block-button a.has-brand-dark-background-color:focus {
	color: #5e5753;
}

a.btn.has-brand-dark-background-color:not(.has-text-color):hover,
a.btn.has-brand-dark-background-color:not(.has-text-color):focus,
.wp-block-button a.has-brand-dark-background-color:not(.has-text-color):hover,
.wp-block-button a.has-brand-dark-background-color:not(.has-text-color):focus {
	background-color: #BCADA6;
}

.wp-block-button.is-style-outline a.has-brand-dark-color {
	border-color: #5e5753;
}

.wp-block-button.is-style-fill a.has-brand-dark-background-color {
	border-color: #5e5753;
}

a.btn.has-brand-color,
.wp-block-button a.has-brand-color {
	color: #BCADA6;
}

a.btn.has-brand-color:hover,
a.btn.has-brand-color:focus,
.wp-block-button a.has-brand-color:hover,
.wp-block-button a.has-brand-color:focus {
	background-color: #BCADA6;
}

a.btn.has-brand-color:not(.has-background):hover,
a.btn.has-brand-color:not(.has-background):focus,
.wp-block-button a.has-brand-color:not(.has-background):hover,
.wp-block-button a.has-brand-color:not(.has-background):focus {
	color: #FFFFFF;
}

a.btn.has-brand-background-color,
.wp-block-button a.has-brand-background-color {
	background-color: #BCADA6;
}

a.btn.has-brand-background-color:hover,
a.btn.has-brand-background-color:focus,
.wp-block-button a.has-brand-background-color:hover,
.wp-block-button a.has-brand-background-color:focus {
	color: #BCADA6;
}

a.btn.has-brand-background-color:not(.has-text-color):hover,
a.btn.has-brand-background-color:not(.has-text-color):focus,
.wp-block-button a.has-brand-background-color:not(.has-text-color):hover,
.wp-block-button a.has-brand-background-color:not(.has-text-color):focus {
	background-color: #FFFFFF;
}

.wp-block-button.is-style-outline a.has-brand-color {
	border-color: #BCADA6;
}

.wp-block-button.is-style-fill a.has-brand-background-color {
	border-color: #BCADA6;
}

a.btn.has-brand-light-color,
.wp-block-button a.has-brand-light-color {
	color: #ded6d3;
}

a.btn.has-brand-light-color:hover,
a.btn.has-brand-light-color:focus,
.wp-block-button a.has-brand-light-color:hover,
.wp-block-button a.has-brand-light-color:focus {
	background-color: #ded6d3;
}

a.btn.has-brand-light-color:not(.has-background):hover,
a.btn.has-brand-light-color:not(.has-background):focus,
.wp-block-button a.has-brand-light-color:not(.has-background):hover,
.wp-block-button a.has-brand-light-color:not(.has-background):focus {
	color: #FFFFFF;
}

a.btn.has-brand-light-background-color,
.wp-block-button a.has-brand-light-background-color {
	background-color: #ded6d3;
}

a.btn.has-brand-light-background-color:hover,
a.btn.has-brand-light-background-color:focus,
.wp-block-button a.has-brand-light-background-color:hover,
.wp-block-button a.has-brand-light-background-color:focus {
	color: #ded6d3;
}

a.btn.has-brand-light-background-color:not(.has-text-color):hover,
a.btn.has-brand-light-background-color:not(.has-text-color):focus,
.wp-block-button a.has-brand-light-background-color:not(.has-text-color):hover,
.wp-block-button a.has-brand-light-background-color:not(.has-text-color):focus {
	background-color: #BCADA6;
}

.wp-block-button.is-style-outline a.has-brand-light-color {
	border-color: #ded6d3;
}

.wp-block-button.is-style-fill a.has-brand-light-background-color {
	border-color: #ded6d3;
}

a.btn.has-brand-lightest-color,
.wp-block-button a.has-brand-lightest-color {
	color: #eeebe9;
}

a.btn.has-brand-lightest-color:hover,
a.btn.has-brand-lightest-color:focus,
.wp-block-button a.has-brand-lightest-color:hover,
.wp-block-button a.has-brand-lightest-color:focus {
	background-color: #eeebe9;
}

a.btn.has-brand-lightest-color:not(.has-background):hover,
a.btn.has-brand-lightest-color:not(.has-background):focus,
.wp-block-button a.has-brand-lightest-color:not(.has-background):hover,
.wp-block-button a.has-brand-lightest-color:not(.has-background):focus {
	color: #FFFFFF;
}

a.btn.has-brand-lightest-background-color,
.wp-block-button a.has-brand-lightest-background-color {
	background-color: #eeebe9;
}

a.btn.has-brand-lightest-background-color:hover,
a.btn.has-brand-lightest-background-color:focus,
.wp-block-button a.has-brand-lightest-background-color:hover,
.wp-block-button a.has-brand-lightest-background-color:focus {
	color: #eeebe9;
}

a.btn.has-brand-lightest-background-color:not(.has-text-color):hover,
a.btn.has-brand-lightest-background-color:not(.has-text-color):focus,
.wp-block-button a.has-brand-lightest-background-color:not(.has-text-color):hover,
.wp-block-button a.has-brand-lightest-background-color:not(.has-text-color):focus {
	background-color: #BCADA6;
}

.wp-block-button.is-style-outline a.has-brand-lightest-color {
	border-color: #eeebe9;
}

.wp-block-button.is-style-fill a.has-brand-lightest-background-color {
	border-color: #eeebe9;
}

a.btn.has-accent-dark-color,
.wp-block-button a.has-accent-dark-color {
	color: #7a919b;
}

a.btn.has-accent-dark-color:hover,
a.btn.has-accent-dark-color:focus,
.wp-block-button a.has-accent-dark-color:hover,
.wp-block-button a.has-accent-dark-color:focus {
	background-color: #7a919b;
}

a.btn.has-accent-dark-color:not(.has-background):hover,
a.btn.has-accent-dark-color:not(.has-background):focus,
.wp-block-button a.has-accent-dark-color:not(.has-background):hover,
.wp-block-button a.has-accent-dark-color:not(.has-background):focus {
	color: #FFFFFF;
}

a.btn.has-accent-dark-background-color,
.wp-block-button a.has-accent-dark-background-color {
	background-color: #7a919b;
}

a.btn.has-accent-dark-background-color:hover,
a.btn.has-accent-dark-background-color:focus,
.wp-block-button a.has-accent-dark-background-color:hover,
.wp-block-button a.has-accent-dark-background-color:focus {
	color: #7a919b;
}

a.btn.has-accent-dark-background-color:not(.has-text-color):hover,
a.btn.has-accent-dark-background-color:not(.has-text-color):focus,
.wp-block-button a.has-accent-dark-background-color:not(.has-text-color):hover,
.wp-block-button a.has-accent-dark-background-color:not(.has-text-color):focus {
	background-color: #BCADA6;
}

.wp-block-button.is-style-outline a.has-accent-dark-color {
	border-color: #7a919b;
}

.wp-block-button.is-style-fill a.has-accent-dark-background-color {
	border-color: #7a919b;
}

a.btn.has-accent-color,
.wp-block-button a.has-accent-color {
	color: #a6b5bc;
}

a.btn.has-accent-color:hover,
a.btn.has-accent-color:focus,
.wp-block-button a.has-accent-color:hover,
.wp-block-button a.has-accent-color:focus {
	background-color: #a6b5bc;
}

a.btn.has-accent-color:not(.has-background):hover,
a.btn.has-accent-color:not(.has-background):focus,
.wp-block-button a.has-accent-color:not(.has-background):hover,
.wp-block-button a.has-accent-color:not(.has-background):focus {
	color: #FFFFFF;
}

a.btn.has-accent-background-color,
.wp-block-button a.has-accent-background-color {
	background-color: #a6b5bc;
}

a.btn.has-accent-background-color:hover,
a.btn.has-accent-background-color:focus,
.wp-block-button a.has-accent-background-color:hover,
.wp-block-button a.has-accent-background-color:focus {
	color: #a6b5bc;
}

a.btn.has-accent-background-color:not(.has-text-color):hover,
a.btn.has-accent-background-color:not(.has-text-color):focus,
.wp-block-button a.has-accent-background-color:not(.has-text-color):hover,
.wp-block-button a.has-accent-background-color:not(.has-text-color):focus {
	background-color: #BCADA6;
}

.wp-block-button.is-style-outline a.has-accent-color {
	border-color: #a6b5bc;
}

.wp-block-button.is-style-fill a.has-accent-background-color {
	border-color: #a6b5bc;
}

a.btn.has-accent-light-color,
.wp-block-button a.has-accent-light-color {
	color: #d2d9dd;
}

a.btn.has-accent-light-color:hover,
a.btn.has-accent-light-color:focus,
.wp-block-button a.has-accent-light-color:hover,
.wp-block-button a.has-accent-light-color:focus {
	background-color: #d2d9dd;
}

a.btn.has-accent-light-color:not(.has-background):hover,
a.btn.has-accent-light-color:not(.has-background):focus,
.wp-block-button a.has-accent-light-color:not(.has-background):hover,
.wp-block-button a.has-accent-light-color:not(.has-background):focus {
	color: #FFFFFF;
}

a.btn.has-accent-light-background-color,
.wp-block-button a.has-accent-light-background-color {
	background-color: #d2d9dd;
}

a.btn.has-accent-light-background-color:hover,
a.btn.has-accent-light-background-color:focus,
.wp-block-button a.has-accent-light-background-color:hover,
.wp-block-button a.has-accent-light-background-color:focus {
	color: #d2d9dd;
}

a.btn.has-accent-light-background-color:not(.has-text-color):hover,
a.btn.has-accent-light-background-color:not(.has-text-color):focus,
.wp-block-button a.has-accent-light-background-color:not(.has-text-color):hover,
.wp-block-button a.has-accent-light-background-color:not(.has-text-color):focus {
	background-color: #BCADA6;
}

.wp-block-button.is-style-outline a.has-accent-light-color {
	border-color: #d2d9dd;
}

.wp-block-button.is-style-fill a.has-accent-light-background-color {
	border-color: #d2d9dd;
}

.wp-block-button.is-style-fill a.has-background {
	border-style: solid;
	border-width: 2px;
}

a.btn-full {
	width: 100%;
}

.field {
	position: relative;
	margin-bottom: 8px;
}

label {
	font-size: 1em;
	display: block;
	margin-bottom: 8px;
	font-weight: 700;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea,
.gform_wrapper textarea,
.select select,
.select .customSelect,
.ginput_container_select select,
.ginput_container_select .customSelect {
	font-size: 1em;
	line-height: 1.6;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	width: 100% !important;
	background-color: #eeebe9;
	padding: 10px;
	border: 0;
	margin-bottom: 8px;
	-webkit-appearance: none;
	box-shadow: none;
	transition: border 0.6s cubic-bezier(0.19, 1, 0.22, 1), color 0.6s cubic-bezier(0.19, 1, 0.22, 1), background-color 0.6s cubic-bezier(0.19, 1, 0.22, 1), box-shadow 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus,
.gform_wrapper textarea:focus,
.select select:focus,
.select .customSelect:focus,
.ginput_container_select select:focus,
.ginput_container_select .customSelect:focus {
	border-color: #BCADA6;
	box-shadow: inset 0 -2px 0 0 #BCADA6;
}

select:focus + .customSelect {
	border-color: #BCADA6;
	box-shadow: inset 0 -2px 0 0 #BCADA6;
}

textarea,
.gform_wrapper textarea {
	overflow: auto;
	height: 5rem;
	min-height: 5rem;
	max-height: 10rem;
	vertical-align: top;
}

.gform_wrapper textarea {
	margin: 0;
}

button {
	cursor: pointer;
	border: 0;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}

.select,
.ginput_container_select {
	position: relative;
}

.select .customSelect,
.select select,
.ginput_container_select .customSelect,
.ginput_container_select select {
	line-height: 1.4;
	font-family: "Lato", Helvetica, Arial, sans-serif;
}

.select select,
.ginput_container_select select {
	z-index: 999;
}

.select .customSelect:after,
.ginput_container_select .customSelect:after {
	content: "\e905";
	font-size: 1.250em;
	position: absolute;
	top: 50%;
	margin-top: -0.85rem;
	right: 0;
	z-index: -1;
	pointer-events: none;
}

.ginput_container_select select {
	margin: 0;
}

.customSelectInner {
	width: 100% !important;
}

input[type="radio"],
input[type="checkbox"] {
	background: none;
	border: none;
}

form input[type="radio"],
form input[type="checkbox"] {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #cccccc;
	box-shadow: inset 0px 0px 0px 3px #fff;
	background: #FFFFFF;
	-webkit-appearance: none;
}

form input[type="radio"] + label,
form input[type="checkbox"] + label {
	line-height: 1;
	padding: 0px 10px;
	margin: 0px;
}

form input[type="radio"]:focus,
form input[type="checkbox"]:focus {
	border-color: #666666;
}

form input[type="radio"][type="radio"],
form input[type="checkbox"][type="radio"] {
	border-radius: 50%;
}

form input[type="radio"]:checked,
form input[type="radio"][checked="true"],
form input[type="checkbox"]:checked,
form input[type="checkbox"][checked="true"] {
	background: #BCADA6;
}

.gfield_radio li,
.gfield_checkbox li {
	padding: 8px 0px !important;
}

.gfield_radio li > *,
.gfield_checkbox li > * {
	display: inline-block;
	vertical-align: middle;
}

.gfield_radio li ul li,
.gfield_checkbox li ul li {
	display: inline-block;
}

.gfield_radio li ul li > *,
.gfield_checkbox li ul li > * {
	display: inline-block;
	vertical-align: middle;
}

.gfield_radio li ul li input[type="text"],
.gfield_checkbox li ul li input[type="text"] {
	width: auto !important;
	margin: 0px 0px 0px 5px;
	padding: 6px 10px !important;
	height: auto;
}

.gfield_radio li li:not(:last-child) label,
.gfield_checkbox li li:not(:last-child) label {
	margin-right: 5px;
}

::-webkit-input-placeholder {
	color: #4D4D4F;
	opacity: 1;
	font-weight: 300;
}

:-moz-placeholder {
	color: #4D4D4F;
	opacity: 1;
	font-weight: 300;
}

::-moz-placeholder {
	color: #4D4D4F;
	opacity: 1;
	font-weight: 300;
}

:-ms-input-placeholder {
	color: #4D4D4F;
	opacity: 1;
	font-weight: 300;
}

.input-group {
	display: flex;
	width: 100%;
}

.input-group > input,
.input-group > button {
	margin-bottom: 0;
}

.input-group > input {
	flex: 1 1 auto;
}

.input-group > .input-group-addon {
	flex: 1 0 auto;
}

.input-group > .input-group-addon button {
	height: 100%;
	margin: 0;
	min-width: 1px;
}

html.no-flexbox .input-group {
	display: table;
	width: 100%;
}

html.no-flexbox .input-group > input,
html.no-flexbox .input-group > .input-group-addon {
	display: table-cell;
	vertical-align: middle;
}

body .gform_wrapper:not(.gform_validation_error) .gform_body {
	margin-top: 32px;
}

body .gform_wrapper {
	margin-bottom: 64px;
}

body .gform_wrapper h3.gform_title {
	font-size: 17px;
}

body .gform_wrapper .gform_body > ul > li:first-child label {
	margin-top: 0;
}

body .gform_wrapper ul {
	text-indent: 0;
}

body .gform_wrapper ul.gform_fields {
	list-style-type: none;
	display: block;
	padding: 0;
	margin: 0;
	overflow: visible;
}

body .gform_wrapper ul.gfield_checkbox,
body .gform_wrapper ul.gfield_radio {
	margin: 8px 0 0 0;
	padding: 0;
}

body .gform_wrapper ul.gfield_checkbox > li,
body .gform_wrapper ul.gfield_radio > li {
	margin-bottom: 8px;
}

body .gform_wrapper form li,
body .gform_wrapper li {
	margin-left: 0 !important;
	list-style-type: none !important;
	list-style-image: none !important;
	list-style: none !important;
	overflow: visible;
}

body .gform_wrapper ul li.gfield {
	margin: 0 0 8px 0;
}

body .gform_wrapper .gfield_required {
	color: #d24a50;
	margin-left: 0.2em;
}

body .gform_wrapper .field_description_below .gfield_description {
	padding-top: 0;
}

body .gform_wrapper .top_label .gfield_label,
body .gform_wrapper label.gfield_label,
body .gform_wrapper legend.gfield_label {
	display: inline-block;
	margin: 16px 0 0 0;
	clear: both;
}

body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	margin: 0;
	padding: 10px;
	height: 47px;
}

body .gform_wrapper .ginput_container.ginput_container_date {
	position: relative;
}

body .gform_wrapper .ginput_container.ginput_container_date img.ui-datepicker-trigger {
	position: absolute;
	right: 0;
	top: 50%;
	height: 1rem;
	margin-top: -0.45rem;
}

body .gform_wrapper .gfield_radio > li[class*="gchoice_"] input[type="text"] ::-webkit-input-placeholder {
	color: #4D4D4F;
	opacity: 1;
	font-weight: 300;
}

body .gform_wrapper .gfield_radio > li[class*="gchoice_"] input[type="text"] :-moz-placeholder {
	color: #4D4D4F;
	opacity: 1;
	font-weight: 300;
}

body .gform_wrapper .gfield_radio > li[class*="gchoice_"] input[type="text"] ::-moz-placeholder {
	color: #4D4D4F;
	opacity: 1;
	font-weight: 300;
}

body .gform_wrapper .gfield_radio > li[class*="gchoice_"] input[type="text"] :-ms-input-placeholder {
	color: #4D4D4F;
	opacity: 1;
	font-weight: 300;
}

body .gform_wrapper .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	word-wrap: normal !important;
}

body .gform_wrapper div.validation_error {
	font-weight: normal;
	padding: 0;
	margin: 32px 0 16px 0;
	color: #d24a50;
	border: 0;
	text-align: inherit;
}

body .gform_wrapper .validation_message {
	color: #d24a50;
	font-weight: normal;
	font-size: 0.8em;
	margin: 4px 0 0 0;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	margin-bottom: 16px;
	border: 0;
	background: none;
	padding: 0;
	max-width: none;
}

body .gform_wrapper li.gfield.gfield_error label.gfield_label,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning label.gfield_label {
	margin-top: 0;
}

body .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper li.gfield.gfield_error textarea,
body .gform_wrapper li.gfield.gfield_error select,
body .gform_wrapper li.gfield.gfield_error .customSelect,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning select,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .customSelect {
	border-color: #d24a50 !important;
}

body .gform_wrapper li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper li.gfield.gfield_error textarea:focus,
body .gform_wrapper li.gfield.gfield_error select:focus,
body .gform_wrapper li.gfield.gfield_error .customSelect:focus,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]):focus,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning textarea:focus,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning select:focus,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .customSelect:focus {
	box-shadow: inset 0 -2px 0 0 #d24a50;
}

body .gform_wrapper li.gfield.gfield_error input[type="radio"].custom-radio + label:before,
body .gform_wrapper li.gfield.gfield_error input[type="checkbox"].custom-checkbox + label:before,
body .gform_wrapper li.gfield.gfield_error .gfield_checkbox > li[class*="gchoice_"] input[id*="choice_"] + label:before,
body .gform_wrapper li.gfield.gfield_error .gfield_radio > li[class*="gchoice_"] input[id*="choice_"] + label:before,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type="radio"].custom-radio + label:before,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning input[type="checkbox"].custom-checkbox + label:before,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_checkbox > li[class*="gchoice_"] input[id*="choice_"] + label:before,
body .gform_wrapper .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning .gfield_radio > li[class*="gchoice_"] input[id*="choice_"] + label:before {
	border: 1px solid #d24a50;
	background-color: rgba(210, 74, 80, 0.05);
}

.ui-datepicker {
	width: 216px;
	height: auto;
	font: 0.8em "Lato", Helvetica, Arial, sans-serif;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.2);
	background: #FFFFFF;
}

.ui-datepicker a {
	text-decoration: none;
}

.ui-datepicker .ui-datepicker[style] {
	margin: 8px auto 0;
}

.ui-datepicker .ui-datepicker-header {
	font-weight: 700;
	line-height: 30px;
	height: 30px;
	background-color: #BCADA6;
	color: #FFFFFF;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	color: #FFFFFF;
	position: relative;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
	font-size: 1.1em;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev span {
	display: none;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
	float: right;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-prev {
	float: left;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
	text-align: center;
}

.ui-datepicker .ui-datepicker-header .ui-datepicker-title select {
	margin-top: 2.5%;
}

.ui-datepicker table {
	width: 100%;
	border-collapse: collapse;
}

.ui-datepicker table.ui-datepicker-calendar {
	margin: 0;
}

.ui-datepicker table.ui-datepicker-calendar thead {
	background: #FFFFFF;
	border-bottom: 1px solid #cccccc;
}

.ui-datepicker table.ui-datepicker-calendar thead th {
	text-transform: uppercase;
	text-align: center;
	padding: 5px 0;
	font-size: 0.563em;
	color: #666666;
	text-shadow: none;
}

.ui-datepicker table.ui-datepicker-calendar tbody tr {
	border-bottom: 1px solid #cccccc;
}

.ui-datepicker table.ui-datepicker-calendar tbody tr td {
	padding: 0;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}

.ui-datepicker table.ui-datepicker-calendar tbody tr td:last-child {
	border-right: 0;
}

.ui-datepicker table.ui-datepicker-calendar tbody tr td a,
.ui-datepicker table.ui-datepicker-calendar tbody tr td span {
	display: inline-block;
	font-weight: 700;
	text-align: center;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-datepicker-unselectable,
.ui-datepicker table.ui-datepicker-calendar tbody tr td.ui-state-disabled {
	background: #eeeeee;
	color: #aaaaaa;
}

.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default {
	background: #FFFFFF;
	box-shadow: none;
	text-shadow: none;
	color: #414042;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default:hover,
.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default:focus {
	background: #eeeeee;
}

.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-highlight {
	background: #BCADA6;
	color: #FFFFFF;
}

.ui-datepicker table.ui-datepicker-calendar tbody tr td .ui-state-default.ui-state-active {
	border: none;
	margin: 0;
	background: #FFFFFF;
	box-shadow: inset 0 0 0 2px #BCADA6;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?okah7f");
	src: url("../fonts/icomoon.eot?okah7f#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?okah7f") format("truetype"), url("../fonts/icomoon.woff?okah7f") format("woff"), url("../fonts/icomoon.svg?okah7f#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icn-"]:before,
[class*=" icn-"]:before,
.customSelect:after,
.ui-datepicker-next:before,
.ui-datepicker-prev:before {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icn-right {
	position: relative;
}

.icn-right:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	right: -5px;
}

.icn-image:before {
	content: "\e90a";
}

.icn-mail:before {
	content: "\e90b";
}

.icn-pin:before {
	content: "\e90c";
}

.icn-phone:before {
	content: "\e90d";
}

.icn-phone-call:before {
	content: "\e90e";
}

.icn-plus:before {
	content: "\e90f";
}

.icn-arrow-down:before {
	content: "\e900";
}

.icn-arrow-left:before {
	content: "\e901";
}

.icn-arrow-right:before {
	content: "\e902";
}

.icn-arrow-up:before {
	content: "\e903";
}

.icn-calendar:before {
	content: "\e904";
}

.icn-chevron-down:before {
	content: "\e905";
}

.icn-chevron-left:before,
.ui-datepicker-prev:before {
	content: "\e906";
}

.icn-chevron-right:before,
.ui-datepicker-next:before {
	content: "\e907";
}

.icn-chevron-up:before {
	content: "\e908";
}

.icn-star:before {
	content: "\e909";
}

.icn-printer:before {
	content: "\e910";
}

.icn-search:before {
	content: "\e911";
}

.icn-share:before {
	content: "\e912";
}

.icn-user:before {
	content: "\e913";
}

.icn-close:before {
	content: "\e914";
}

.icn-youtube:before {
	content: "\e915";
}

.icn-pin-full:before {
	content: "\e916";
}

.icn-twitter:before {
	content: "\e917";
}

.icn-linkedin:before {
	content: "\e918";
}

.icn-instagram:before {
	content: "\e919";
}

.icn-star-full:before {
	content: "\e91a";
}

.icn-facebook:before {
	content: "\e91b";
}

.icn-slick:before {
	content: "\e948";
}

.icn-pinterest:before {
	content: "\e949";
}

.slider {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.slider img {
	width: 100%;
}

.slider-wrap {
	position: relative;
}

.slider-controls {
	text-align: center;
}

.slider-controls .next,
.slider-controls .prev {
	z-index: 3;
	font-size: 1.875em;
	line-height: 1;
	width: 30px;
	height: 30px;
	text-decoration: none;
}

.slider-carousel .slick-slide {
	padding-left: 32px;
	cursor: -webkit-grab;
	cursor: grab;
}

.slider-carousel:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	width: 32px;
	background: #FFFFFF;
	z-index: 2;
}

.pager {
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
}

.pager > li {
	display: inline-block;
}

.pager button {
	border: 0;
	width: 12px;
	height: 12px;
	background: #eeeeee;
	margin: 0 4px;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transition-duration: 0.4s;
	border-radius: 50%;
	padding: 0;
}

.pager button:hover,
.pager button:focus {
	box-shadow: 0 0 0 2px #BCADA6 inset;
}

.pager .slick-active button {
	transition-duration: 0.6s;
	box-shadow: 0 0 0 6px #BCADA6 inset;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

.social {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}

.social a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #BCADA6;
	position: relative;
	text-decoration: none;
}

.social a:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
}

.social a:before {
	color: #FFFFFF;
}

.social a:hover,
.social a:focus {
	background: #5e5753;
}

.contact-list > div {
	padding-left: 30px;
	margin: 10px 0px;
}

.contact-list > div > *:before {
	color: #BCADA6;
	float: left;
	margin-left: -30px;
	line-height: 1.6;
}

.contact-list > div > *:hover:before,
.contact-list > div > *:focus:before {
	color: #5e5753;
}

.s-nav a {
	display: block;
	padding: 4px 0;
}

.s-nav .title a {
	color: #BCADA6;
}

.s-nav .title a:hover,
.s-nav .title a:focus {
	color: #414042;
}

.s-nav li > a {
	font-size: 15px;
	font-weight: 300;
}

.s-nav:hover li.current > a:not(:hover):not(:focus),
.s-nav:hover li.current_page_item > a:not(:hover):not(:focus),
.s-nav:focus-within li.current > a:not(:hover):not(:focus),
.s-nav:focus-within li.current_page_item > a:not(:hover):not(:focus) {
	color: #414042;
}

.s-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#map {
	height: 400px;
	width: 100%;
}

.map {
	height: 240px;
	margin-bottom: 20px;
}

.wp-block-file {
	margin: 0 0 24px 0;
}

.wp-block-file a:not(.wp-block-file__button) {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
	color: #414042;
	margin: 0 16px 16px 0;
	font-weight: normal;
	display: inline-block;
}

blockquote.wp-block-quote {
	margin: 24px 0;
	font-weight: bold;
	font-size: inherit;
}

blockquote.wp-block-quote p:first-child:before {
	content: "‘";
}

blockquote.wp-block-quote p:last-of-type {
	margin: 0 0 16px;
}

blockquote.wp-block-quote p:last-of-type:last-child {
	margin: 0 0 8px;
}

blockquote.wp-block-quote p:last-of-type:last-child:after {
	content: "’";
}

blockquote.wp-block-quote cite {
	font-style: normal;
	font-weight: 700;
	font-size: 1rem;
}

figure.wp-block-pullquote {
	position: relative;
	padding: 24px 0;
	margin: 0 0 16px;
}

figure.wp-block-pullquote:before,
figure.wp-block-pullquote:after {
	display: block;
	position: absolute;
	font-size: 10rem;
	color: #000000;
	opacity: 0.2;
	z-index: -1;
	line-height: 1;
	top: 0;
}

figure.wp-block-pullquote:before {
	content: '“';
	left: 0;
}

figure.wp-block-pullquote:after {
	content: '”';
	right: 0;
}

figure.wp-block-pullquote blockquote {
	font-weight: normal;
	margin: 0;
	padding: 0 4rem;
}

figure.wp-block-pullquote blockquote p {
	font-size: 1.6rem;
}

figure.wp-block-pullquote blockquote p:last-of-type {
	margin: 0 0 16px;
}

figure.wp-block-pullquote blockquote p:last-of-type:last-child {
	margin: 0 0 8px;
}

figure.wp-block-pullquote blockquote cite {
	font-style: normal;
	font-weight: 700;
	font-size: 1rem;
}

figure.wp-block-image figcaption {
	margin: 8px 0 24px 0;
	text-align: left;
}

.wp-block-group.is-style-full-width {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: calc(50vw - 50%);
	padding-right: calc(50vw - 50%);
}

.wp-block-separator {
	border-style: solid;
	border-width: 6px;
}

.wp-block-cover.has-black-background-color,
.wp-block-cover-image.has-black-background-color {
	background-color: #000000;
}

.wp-block-cover.has-dark-background-color,
.wp-block-cover-image.has-dark-background-color {
	background-color: #333132;
}

.wp-block-cover.has-font-background-color,
.wp-block-cover-image.has-font-background-color {
	background-color: #414042;
}

.wp-block-cover.has-font-light-background-color,
.wp-block-cover-image.has-font-light-background-color {
	background-color: #4D4D4F;
}

.wp-block-cover.has-grey-dark-background-color,
.wp-block-cover-image.has-grey-dark-background-color {
	background-color: #666666;
}

.wp-block-cover.has-grey-background-color,
.wp-block-cover-image.has-grey-background-color {
	background-color: #aaaaaa;
}

.wp-block-cover.has-line-background-color,
.wp-block-cover-image.has-line-background-color {
	background-color: #cccccc;
}

.wp-block-cover.has-light-background-color,
.wp-block-cover-image.has-light-background-color {
	background-color: #eeeeee;
}

.wp-block-cover.has-white-background-color,
.wp-block-cover-image.has-white-background-color {
	background-color: #FFFFFF;
}

.wp-block-cover.has-brand-dark-background-color,
.wp-block-cover-image.has-brand-dark-background-color {
	background-color: #5e5753;
}

.wp-block-cover.has-brand-background-color,
.wp-block-cover-image.has-brand-background-color {
	background-color: #BCADA6;
}

.wp-block-cover.has-brand-light-background-color,
.wp-block-cover-image.has-brand-light-background-color {
	background-color: #ded6d3;
}

.wp-block-cover.has-brand-lightest-background-color,
.wp-block-cover-image.has-brand-lightest-background-color {
	background-color: #eeebe9;
}

.wp-block-cover.has-accent-dark-background-color,
.wp-block-cover-image.has-accent-dark-background-color {
	background-color: #7a919b;
}

.wp-block-cover.has-accent-background-color,
.wp-block-cover-image.has-accent-background-color {
	background-color: #a6b5bc;
}

.wp-block-cover.has-accent-light-background-color,
.wp-block-cover-image.has-accent-light-background-color {
	background-color: #d2d9dd;
}

.header {
	position: relative;
	z-index: 999;
}

.header .logo {
	display: block;
	background-image: url("../images/logo.gif");
	background-size: contain;
	background-position: left center;
	background-repeat: no-repeat;
	margin: 10px 0 10px 20px;
}

.header .main-navigation a {
	text-decoration: none;
}

.header .main-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.header .main-navigation ul:before,
.header .main-navigation ul:after {
	content: "";
	display: table;
}

.header .main-navigation ul:after {
	clear: both;
}

.header .main-navigation > ul li {
	position: relative;
	width: 100%;
}

.header .main-navigation > ul > li a {
	display: block;
	position: relative;
	padding: 12px 16px;
	z-index: 1;
}

.header .search-form {
	position: relative;
}

.header .search-form label[for="toggle-form"] {
	position: absolute;
	top: 0;
	right: 0px;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 0px;
	cursor: pointer;
}

.header .search-form label[for="toggle-form"]:after {
	content: '\e911';
	font-family: 'Icomoon';
	font-size: 1.125em;
	pointer-events: none;
	color: #5e5753;
	width: 30px;
	height: 30px;
	margin: 5px;
	line-height: 26px;
	transform: all 0.3s;
	display: block;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.header .search-form #toggle-form {
	position: absolute;
	top: 0;
	right: 0px;
	width: 40px;
	height: 40px;
	-webkit-appearance: none;
	background: none;
	border: 0px;
	opacity: 0;
}

.header .search-form #searchform {
	text-align: left;
	position: absolute;
	top: 0;
	right: 40px;
	width: 0px;
	z-index: 41;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	overflow: hidden;
}

.header .search-form #searchform label {
	display: none;
}

.header .search-form #searchform input[type="text"] {
	height: 40px;
	margin: 0;
	padding-right: 40px !important;
	background: #FFFFFF;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	border: none;
	z-index: 41;
}

.header .search-form #searchform input[type="text"]:before {
	content: '';
	width: 100%;
	height: 100%;
}

.header .search-form #searchform input[type="text"]:focus {
	box-shadow: none;
}

.header .search-form #searchform input[type="submit"] {
	background: none;
	-webkit-appearance: none;
	outline: none;
	border: none;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 40px;
	min-width: 1px;
	cursor: pointer;
	pointer-events: none;
	margin: 0px;
}

.header .search-form #searchform input[type="submit"]:hover,
.header .search-form #searchform input[type="submit"]:focus {
	background: #eeeeee;
	color: #eeeeee;
}

.header .search-form #searchform:after {
	content: '\e911';
	font-family: 'Icomoon';
	position: absolute;
	top: 6px;
	right: 0px;
	font-size: 1.125em;
	pointer-events: none;
	opacity: 0;
	color: #BCADA6;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.header .search-form input#toggle-form:checked + label:after,
.header .search-form input#toggle-form[checked] + label:after {
	content: '\e914';
}

.header .search-form input#toggle-form:checked + label + #searchform input[type="submit"],
.header .search-form input#toggle-form[checked] + label + #searchform input[type="submit"],
.header .search-form #searchform:focus-within input[type="submit"] {
	pointer-events: all;
}

.header .search-form input#toggle-form:checked + label + #searchform:after,
.header .search-form input#toggle-form[checked] + label + #searchform:after,
.header .search-form #searchform:focus-within:after {
	opacity: 1;
}

.arrow {
	width: 40px;
	height: 40px;
	position: relative;
	color: #FFFFFF;
	background: #5e5753;
	position: absolute;
	font-size: 1.250em;
	top: 18px;
	right: 20px;
	z-index: 2;
	cursor: pointer;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.arrow:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
}

.arrow:before {
	transform: scaleY(1);
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.menu-toggle {
	position: absolute;
	left: 10px;
}

.menu-toggle .hamburger {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.menu-toggle .hamburger > .line {
	width: 24px;
	height: 2px;
	background: #414042;
	display: block;
	position: absolute;
	top: 11px;
	transform: rotate(0deg);
	transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1), top 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, height 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, width 0s linear 0.6s;
}

.menu-toggle .hamburger > .line1 {
	top: 3px;
}

.menu-toggle .hamburger > .line2 {
	opacity: 1;
}

.menu-toggle .hamburger > .line3 {
	top: 19px;
}

.menu-toggle .hamburger > .line4 {
	opacity: 0;
	left: 11px;
	width: 2px;
	height: 0px;
}

.menu-open .header .menu-toggle > .hamburger .line {
	transition: transform 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.6s, top 0.3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.3s cubic-bezier(0.19, 1, 0.22, 1), height 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0.3s, width 0s linear 0.3s;
}

.menu-open .header .menu-toggle > .hamburger > .line1 {
	top: 11px;
	opacity: 0;
}

.menu-open .header .menu-toggle > .hamburger > .line2 {
	transform: rotate(45deg);
}

.menu-open .header .menu-toggle > .hamburger > .line3 {
	top: 11px;
	opacity: 0;
}

.menu-open .header .menu-toggle > .hamburger > .line4 {
	top: 0;
	opacity: 1;
	height: 24px;
	transform: rotate(45deg);
}

a#return {
	position: fixed;
	right: 1.5rem;
	bottom: 1.5rem;
	width: 3rem;
	height: 3rem;
	background: #BCADA6;
	line-height: 1;
	font-size: 1.5rem;
	color: #fff;
	text-align: center;
	overflow: hidden;
	padding: 0.75rem;
	z-index: 10;
	opacity: 0;
	pointer-events: none;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
	transform: translateY(-16px);
	text-decoration: none;
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.3), 0 2px 4px rgba(0, 0, 0, 0.3);
}

a#return:hover,
a#return:focus {
	background: #5e5753;
}

a#return.show {
	opacity: 1;
	pointer-events: all;
	transform: none;
}

a#return span {
	text-indent: 100px;
	display: block;
}

.footer {
	background-color: #333132;
	color: #FFFFFF;
	font-size: 14px;
}

.footer a {
	color: #FFFFFF;
}

.footer a:hover,
.footer a:focus {
	color: #BCADA6;
}

.footer h3 {
	color: #BCADA6;
	font-size: 17px;
}

.footer p.indent {
	margin-bottom: 10px;
	padding-left: 2em;
}

.footer p.indent [class^="icn-"]:before,
.footer p.indent [class*=" icn-"]:before {
	display: inline-block;
	width: 2em;
	margin-left: -2em;
	color: #BCADA6;
}

.footer .social > li > a {
	background-color: transparent;
}

.footer .social > li > a:hover,
.footer .social > li > a:focus {
	background-color: #BCADA6;
}

.footer > .grid {
	padding: 20px;
}

.footer .footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer .footer-nav ul:before,
.footer .footer-nav ul:after {
	content: "";
	display: table;
}

.footer .footer-nav ul:after {
	clear: both;
}

.footer .footer-nav ul li {
	display: block;
}

.footer .footer-nav ul li a {
	display: block;
	font-weight: 400;
	padding: 4px 0;
}

.footer .footer-nav > ul > li > a {
	font-size: 17px;
	font-weight: 700;
	color: #BCADA6;
}

.footer .bottom {
	padding: 10px 20px;
	font-size: 0.8em;
}

.footer .bottom .copyright {
	margin: 0;
}

.footer .bottom .slickdesign {
	color: inherit;
	transition: color 0.8s cubic-bezier(0.19, 1, 0.22, 1);
	text-decoration: none;
}

.footer .bottom .slickdesign:before {
	font-size: 1.250em;
	transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1);
	width: 22px;
	height: 18px;
	display: inline-block;
	transform-origin: 50% 60%;
	transform: rotate(0deg);
	text-align: center;
}

.footer .bottom .slickdesign:hover,
.footer .bottom .slickdesign:focus {
	color: #BCADA6;
}

.footer .bottom .slickdesign:hover:before,
.footer .bottom .slickdesign:focus:before {
	transform: rotate(360deg);
}

section.call-to-action {
	margin-bottom: 10px;
}

section.call-to-action .background {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	margin: 0 -20px;
}

section.call-to-action .content {
	position: relative;
	padding: 50px 20px;
	margin: 0 -20px 20px;
	font-weight: 300;
}

section.call-to-action .content h2 {
	font-size: 30px;
}

section.call-to-action .content a {
	display: block;
	color: #BCADA6;
	font-size: 22px;
}

section.call-to-action .content a:before {
	display: inline-block;
	min-width: 2em;
}

section.call-to-action .content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 20px;
	height: 40px;
	width: 150px;
	min-width: calc(50% - 20px);
	max-width: calc(100% - 20px);
	background-color: #BCADA6;
}

.home section.call-to-action .background {
	background-position: top center;
}

.page-content > .content {
	padding: 40px 0;
}

.banner {
	position: relative;
	height: 200px;
}

.banner > .content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

.banner .bg {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	background-color: #eeeeee;
	z-index: 1;
}

.home .banner {
	background-color: #000000;
}

.home .banner .content-inner {
	position: relative;
	background-color: rgba(0, 0, 0, 0.7);
	margin: 0 -50px;
	padding: 50px;
}

.home .banner .content-inner a {
	color: #FFFFFF;
}

.home .banner .content-inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 50px;
	width: 150px;
	min-width: calc(50% - 100px);
	max-width: calc(100% - 100px);
	background-color: #BCADA6;
	height: 40px;
}

.single-team .banner {
	height: 100px;
}

nav.breadcrumbs {
	margin-bottom: 20px;
	color: #4D4D4F;
}

nav.breadcrumbs a {
	color: #4D4D4F;
	font-weight: normal;
}

nav.breadcrumbs a:hover,
nav.breadcrumbs a:focus {
	color: #BCADA6;
}

.page-content .search-form form {
	margin-bottom: 20px;
}

.page-content .search-form form label {
	font-size: 0px;
}

.page-content .search-form form input[type="text"] {
	width: calc(100% - 180px) !important;
	display: inline-block;
}

.page-content .search-form form input[type="submit"] {
	width: 150px;
	margin-left: 25px;
	background: #BCADA6;
	border-radius: 0px;
	display: inline-block;
	height: 50px;
	border: 0px;
	cursor: pointer;
}

.page-content .search-form form input[type="submit"]:hover,
.page-content .search-form form input[type="submit"]:focus {
	background: #5e5753;
}

.page-content .count {
	margin-bottom: 40px;
}

.page-content .result {
	margin: 40px 0px;
}

.page-content .result .search-title {
	font-size: 1.5em;
	margin-bottom: 5px;
}

.page-content .result .search-title .type {
	font-size: 0.9em;
}

.single-team .profile-image {
	position: relative;
	background-color: lightgrey;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat; /* filter: url(#people-overlay); */
	padding-top: 50%;
}

.single-team .profile-image svg {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.single-team .profile-title {
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	padding: 20px;
	margin-bottom: 20px;
}

.single-team .profile-title h2 {
	margin: 0;
	font-weight: 300;
	font-size: 34px;
	color: #FFFFFF;
}

.single-team .profile-title .role {
	font-weight: 700;
	color: #BCADA6;
	font-size: 24px;
}

@media screen and (min-width: 768px) {

.c-1-1 {
	width: 100%;
}

.c-1-2 {
	width: 50%;
}

.c-2-2 {
	width: 100%;
}

.c-1-3 {
	width: 33.33333%;
}

.c-2-3 {
	width: 66.66667%;
}

.c-3-3 {
	width: 100%;
}

.c-1-4 {
	width: 25%;
}

.c-2-4 {
	width: 50%;
}

.c-3-4 {
	width: 75%;
}

.c-4-4 {
	width: 100%;
}

.c-1-5 {
	width: 20%;
}

.c-2-5 {
	width: 40%;
}

.c-3-5 {
	width: 60%;
}

.c-4-5 {
	width: 80%;
}

.c-5-5 {
	width: 100%;
}

.c-1-6 {
	width: 16.66667%;
}

.c-2-6 {
	width: 33.33333%;
}

.c-3-6 {
	width: 50%;
}

.c-4-6 {
	width: 66.66667%;
}

.c-5-6 {
	width: 83.33333%;
}

.c-6-6 {
	width: 100%;
}

.c-1-7 {
	width: 14.28571%;
}

.c-2-7 {
	width: 28.57143%;
}

.c-3-7 {
	width: 42.85714%;
}

.c-4-7 {
	width: 57.14286%;
}

.c-5-7 {
	width: 71.42857%;
}

.c-6-7 {
	width: 85.71429%;
}

.c-7-7 {
	width: 100%;
}

.c-1-8 {
	width: 12.5%;
}

.c-2-8 {
	width: 25%;
}

.c-3-8 {
	width: 37.5%;
}

.c-4-8 {
	width: 50%;
}

.c-5-8 {
	width: 62.5%;
}

.c-6-8 {
	width: 75%;
}

.c-7-8 {
	width: 87.5%;
}

.c-8-8 {
	width: 100%;
}

.c-1-9 {
	width: 11.11111%;
}

.c-2-9 {
	width: 22.22222%;
}

.c-3-9 {
	width: 33.33333%;
}

.c-4-9 {
	width: 44.44444%;
}

.c-5-9 {
	width: 55.55556%;
}

.c-6-9 {
	width: 66.66667%;
}

.c-7-9 {
	width: 77.77778%;
}

.c-8-9 {
	width: 88.88889%;
}

.c-9-9 {
	width: 100%;
}

.c-1-10 {
	width: 10%;
}

.c-2-10 {
	width: 20%;
}

.c-3-10 {
	width: 30%;
}

.c-4-10 {
	width: 40%;
}

.c-5-10 {
	width: 50%;
}

.c-6-10 {
	width: 60%;
}

.c-7-10 {
	width: 70%;
}

.c-8-10 {
	width: 80%;
}

.c-9-10 {
	width: 90%;
}

.c-10-10 {
	width: 100%;
}

.c-1-11 {
	width: 9.09091%;
}

.c-2-11 {
	width: 18.18182%;
}

.c-3-11 {
	width: 27.27273%;
}

.c-4-11 {
	width: 36.36364%;
}

.c-5-11 {
	width: 45.45455%;
}

.c-6-11 {
	width: 54.54545%;
}

.c-7-11 {
	width: 63.63636%;
}

.c-8-11 {
	width: 72.72727%;
}

.c-9-11 {
	width: 81.81818%;
}

.c-10-11 {
	width: 90.90909%;
}

.c-11-11 {
	width: 100%;
}

.c-1-12 {
	width: 8.33333%;
}

.c-2-12 {
	width: 16.66667%;
}

.c-3-12 {
	width: 25%;
}

.c-4-12 {
	width: 33.33333%;
}

.c-5-12 {
	width: 41.66667%;
}

.c-6-12 {
	width: 50%;
}

.c-7-12 {
	width: 58.33333%;
}

.c-8-12 {
	width: 66.66667%;
}

.c-9-12 {
	width: 75%;
}

.c-10-12 {
	width: 83.33333%;
}

.c-11-12 {
	width: 91.66667%;
}

.c-12-12 {
	width: 100%;
}

.r-g-1 {
	margin-left: -10px;
}

.r-g-1 > .col {
	padding-left: 10px;
}

.r-g-2 {
	margin-left: -20px;
}

.r-g-2 > .col {
	padding-left: 20px;
}

.r-g-3 {
	margin-left: -30px;
}

.r-g-3 > .col {
	padding-left: 30px;
}

.r-g-4 {
	margin-left: -40px;
}

.r-g-4 > .col {
	padding-left: 40px;
}

.r-g-5 {
	margin-left: -50px;
}

.r-g-5 > .col {
	padding-left: 50px;
}

.r-g-6 {
	margin-left: -60px;
}

.r-g-6 > .col {
	padding-left: 60px;
}

.r-g-7 {
	margin-left: -70px;
}

.r-g-7 > .col {
	padding-left: 70px;
}

.r-g-8 {
	margin-left: -80px;
}

.r-g-8 > .col {
	padding-left: 80px;
}

.r-g-9 {
	margin-left: -90px;
}

.r-g-9 > .col {
	padding-left: 90px;
}

.r-g-10 {
	margin-left: -100px;
}

.r-g-10 > .col {
	padding-left: 100px;
}

.r-g-11 {
	margin-left: -110px;
}

.r-g-11 > .col {
	padding-left: 110px;
}

.r-g-12 {
	margin-left: -120px;
}

.r-g-12 > .col {
	padding-left: 120px;
}

.r-1 > .col:nth-child(1n + 1) {
	clear: both;
}

.r-2 > .col:nth-child(2n + 1) {
	clear: both;
}

.r-3 > .col:nth-child(3n + 1) {
	clear: both;
}

.r-4 > .col:nth-child(4n + 1) {
	clear: both;
}

.r-5 > .col:nth-child(5n + 1) {
	clear: both;
}

.r-6 > .col:nth-child(6n + 1) {
	clear: both;
}

.r-7 > .col:nth-child(7n + 1) {
	clear: both;
}

.r-8 > .col:nth-child(8n + 1) {
	clear: both;
}

.r-9 > .col:nth-child(9n + 1) {
	clear: both;
}

.r-10 > .col:nth-child(10n + 1) {
	clear: both;
}

.r-11 > .col:nth-child(11n + 1) {
	clear: both;
}

.r-12 > .col:nth-child(12n + 1) {
	clear: both;
}

.c-right {
	float: right;
}

.c-left {
	clear: left;
}

.r-flex,
.c-flex {
	display: flex;
}

.r-flex.row,
.c-flex.row {
	flex-wrap: wrap;
}

.r-flex.col,
.c-flex.col {
	flex-direction: column;
}

.r-flex.col.c-reverse,
.c-flex.col.c-reverse {
	flex-direction: column-reverse;
}

.r-flex.row.r-reverse,
.c-flex.row.r-reverse {
	flex-direction: row-reverse;
}

.r-flex:before,
.c-flex:before {
	content: none;
}

.hide-md-lg {
	display: none;
}

.nav-flex {
	display: flex;
}

.nav-flex > li {
	flex: 1 1 auto;
}

.nav-flex > li:last-of-type {
	flex: 0 0 auto;
}

p.lead,
body .gform_wrapper .gform_description.lead {
	font-size: 1.2em;
}

.slider-controls .next,
.slider-controls .prev {
	position: absolute;
	top: calc(50% - 15px);
}

.slider-controls .prev {
	left: -10px;
}

.slider-controls .next {
	right: -10px;
}

.slider-carousel {
	margin-left: -32px;
}

.slider-carousel .slick-slide {
	padding-left: 32px;
}

.header .topbar {
	position: absolute;
	top: 0;
	right: 20px;
}

.header .topbar a {
	text-decoration: none;
}

.header .topbar a.tel {
	float: left;
	color: #BCADA6;
	line-height: 1em;
	padding: 10px 16px;
	transition: color 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.header .topbar a.tel:hover,
.header .topbar a.tel:focus {
	color: #414042;
	text-decoration: underline;
}

.header .topbar .social {
	display: inline-block;
}

.header .topbar .social a[class*="icn"] {
	overflow: hidden;
	width: 40px;
	height: 40px;
	color: #FFFFFF;
	transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.header .topbar .social a[class*="icn"]:before,
.header .topbar .social a[class*="icn"]:after {
	line-height: 40px;
	text-align: center;
	transition: 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.header .topbar .social a[class*="icn"]:before {
	top: 0px;
	margin-top: 0px;
}

.header .topbar .social a[class*="icn"]:after {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 100%;
	font-family: "icomoon";
}

.header .topbar .social a[class*="icn"]:hover:before,
.header .topbar .social a[class*="icn"]:focus:before {
	top: -100%;
}

.header .topbar .social a[class*="icn"]:hover:after,
.header .topbar .social a[class*="icn"]:focus:after {
	top: 0px;
}

.header .topbar .social .icn-linkedin:after {
	content: "\e918";
}

.header .topbar .social .icn-facebook:after {
	content: "\e91b";
}

.header .topbar .social .icn-twitter:after {
	content: "\e917";
}

.header .topbar .social .icn-instagram:after {
	content: "\e919";
}

.header .topbar .social .icn-youtube:after {
	content: "\e915";
}

.header .topbar .social .icn-pinterest:after {
	content: "\e949";
}

.header .topbar .search-form {
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
}

.header .topbar .search-form label[for="toggle-form"]:after {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	border-radius: 50%;
}

.header .topbar .search-form label[for="toggle-form"]:hover:after,
.header .topbar .search-form label[for="toggle-form"]:focus:after {
	background: #5e5753;
}

.header .topbar .search-form input#toggle-form:checked + label + #searchform,
.header .topbar .search-form input#toggle-form[checked] + label + #searchform,
.header .topbar .search-form #searchform:focus-within {
	width: 300px !important;
}

.header .topbar .search-form input#toggle-form:checked + label + #searchform input[type="text"],
.header .topbar .search-form input#toggle-form[checked] + label + #searchform input[type="text"],
.header .topbar .search-form #searchform:focus-within input[type="text"] {
	padding: 10px 12px;
}

.header .topbar .search-form input#toggle-form:checked + label + #searchform:after,
.header .topbar .search-form input#toggle-form[checked] + label + #searchform:after,
.header .topbar .search-form #searchform:focus-within:after {
	right: 12px;
}

.header > .grid {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header .logo {
	margin: 20px 0 0;
	vertical-align: middle;
	display: inline-block;
}

.header .mobile-menu {
	vertical-align: middle;
	display: inline-block !important;
	flex: 1;
}

.header .mobile-menu .main-navigation > ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	padding-left: 64px;
}

.header .mobile-menu .main-navigation > ul > li {
	width: auto;
}

.header .mobile-menu .main-navigation > ul > li > a {
	transition: 0.3s ease-in-out;
	position: relative;
}

.header .mobile-menu .main-navigation > ul > li > a:after {
	content: '';
	background: #BCADA6;
	position: absolute;
	bottom: 0;
	left: 100%;
	right: 0;
	height: 12px;
	opacity: 1;
	transition: 0.3s ease-in-out;
	z-index: -1;
}

.header .mobile-menu .main-navigation > ul > li:hover > a:after,
.header .mobile-menu .main-navigation > ul > li:focus > a:after,
.header .mobile-menu .main-navigation > ul > li:focus-within > a:after,
.header .mobile-menu .main-navigation > ul > li.is-open > a:after {
	left: 0;
	right: 0;
	opacity: 1;
}

.header .mobile-menu .main-navigation > ul > li:hover .sub-menu,
.header .mobile-menu .main-navigation > ul > li:hover + .submenu,
.header .mobile-menu .main-navigation > ul > li:focus .sub-menu,
.header .mobile-menu .main-navigation > ul > li:focus + .submenu,
.header .mobile-menu .main-navigation > ul > li:focus-within .sub-menu,
.header .mobile-menu .main-navigation > ul > li:focus-within + .submenu,
.header .mobile-menu .main-navigation > ul > li.is-open .sub-menu,
.header .mobile-menu .main-navigation > ul > li.is-open + .submenu {
	opacity: 1;
	left: 0;
	padding-top: 0;
	transition: 0s left linear 0s, 0.6s padding-top cubic-bezier(0.19, 1, 0.22, 1) 0s, 0.3s opacity linear 0s;
}

.header .mobile-menu .main-navigation > ul > li:hover ~ li > a:after,
.header .mobile-menu .main-navigation > ul > li:focus ~ li > a:after,
.header .mobile-menu .main-navigation > ul > li:focus-within ~ li > a:after,
.header .mobile-menu .main-navigation > ul > li.is-open ~ li > a:after {
	left: 0;
	right: 100%;
}

.header .mobile-menu .main-navigation > ul .sub-menu {
	position: absolute;
	top: 100%;
	left: -999em;
	width: auto;
	min-width: 240px;
	padding-top: 5px;
	opacity: 0;
	display: block !important;
	transition: 0s left 0.3s, 0.3s padding-top 0s, 0.3s opacity ease-in-out 0s;
}

.header .mobile-menu .main-navigation > ul .sub-menu > li > a {
	color: #BCADA6;
	background: #FFFFFF;
}

.header .mobile-menu .main-navigation > ul .sub-menu > li > a:hover,
.header .mobile-menu .main-navigation > ul .sub-menu > li > a:focus {
	color: #FFFFFF;
	background: #BCADA6;
}

.header .mobile-menu .arrow {
	display: none;
}

.header .logo {
	width: 197px;
	height: 70px;
}

.menu-toggle .hamburger {
	display: none;
}

.footer .social {
	align-self: flex-end;
	justify-self: flex-end;
	margin-top: auto;
}

section.call-to-action .background {
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(50% - 50vw);
	right: calc((300% + 40px) / 8);
	margin: 0;
}

section.call-to-action .background.home section.call-to-action .background:after {
	content: "";
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	background-color: inherit;
	width: 50vw;
}

section.call-to-action .content {
	left: calc(500% / 8);
	width: calc(300% / 8);
	padding: 50px 0 50px 50px;
	margin: 0;
}

section.call-to-action .content h2 {
	min-height: 4em;
}

section.call-to-action .content:before {
	left: 50px;
	min-width: calc(50% - 50px);
	max-width: calc(100% - 50px);
}

section.call-to-action .content:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	bottom: 0;
	width: 50vw;
	background-color: inherit;
}

.home section.call-to-action .content {
	margin: 50px 0 50px -50px;
	padding-left: 100px;
}

.home section.call-to-action .content:before {
	left: 100px;
	min-width: calc(50% - 100px);
	max-width: calc(100% - 100px);
}

.page-content > .content {
	padding: 60px 0;
}

.home .banner .content-inner {
	margin: 50px -50px;
}

.banner {
	height: 300px;
}

.home .banner {
	height: 600px;
}

.single-team h1.page-heading {
	position: absolute;
	font-size: 34px;
	z-index: 2;
}

.single-team .profile-image {
	margin-left: 200px;
	padding-top: 30%;
}

.single-team .profile-title {
	margin-top: -40px;
	margin-right: 30%;
	min-width: 472px;
}

}

@media screen and (min-width: 1080px) {

.wp-block-group.is-style-full-width {
	width: 100%;
	width: 100vw;
	margin-left: calc(-50vw + 520px);
}

}

@media screen and (max-width: 1080px) and (min-width: 768px) {

.md-1-1 {
	width: 100%;
}

.md-1-2 {
	width: 50%;
}

.md-2-2 {
	width: 100%;
}

.md-1-3 {
	width: 33.33333%;
}

.md-2-3 {
	width: 66.66667%;
}

.md-3-3 {
	width: 100%;
}

.md-1-4 {
	width: 25%;
}

.md-2-4 {
	width: 50%;
}

.md-3-4 {
	width: 75%;
}

.md-4-4 {
	width: 100%;
}

.md-1-5 {
	width: 20%;
}

.md-2-5 {
	width: 40%;
}

.md-3-5 {
	width: 60%;
}

.md-4-5 {
	width: 80%;
}

.md-5-5 {
	width: 100%;
}

.md-1-6 {
	width: 16.66667%;
}

.md-2-6 {
	width: 33.33333%;
}

.md-3-6 {
	width: 50%;
}

.md-4-6 {
	width: 66.66667%;
}

.md-5-6 {
	width: 83.33333%;
}

.md-6-6 {
	width: 100%;
}

.md-1-7 {
	width: 14.28571%;
}

.md-2-7 {
	width: 28.57143%;
}

.md-3-7 {
	width: 42.85714%;
}

.md-4-7 {
	width: 57.14286%;
}

.md-5-7 {
	width: 71.42857%;
}

.md-6-7 {
	width: 85.71429%;
}

.md-7-7 {
	width: 100%;
}

.md-1-8 {
	width: 12.5%;
}

.md-2-8 {
	width: 25%;
}

.md-3-8 {
	width: 37.5%;
}

.md-4-8 {
	width: 50%;
}

.md-5-8 {
	width: 62.5%;
}

.md-6-8 {
	width: 75%;
}

.md-7-8 {
	width: 87.5%;
}

.md-8-8 {
	width: 100%;
}

.md-1-9 {
	width: 11.11111%;
}

.md-2-9 {
	width: 22.22222%;
}

.md-3-9 {
	width: 33.33333%;
}

.md-4-9 {
	width: 44.44444%;
}

.md-5-9 {
	width: 55.55556%;
}

.md-6-9 {
	width: 66.66667%;
}

.md-7-9 {
	width: 77.77778%;
}

.md-8-9 {
	width: 88.88889%;
}

.md-9-9 {
	width: 100%;
}

.md-1-10 {
	width: 10%;
}

.md-2-10 {
	width: 20%;
}

.md-3-10 {
	width: 30%;
}

.md-4-10 {
	width: 40%;
}

.md-5-10 {
	width: 50%;
}

.md-6-10 {
	width: 60%;
}

.md-7-10 {
	width: 70%;
}

.md-8-10 {
	width: 80%;
}

.md-9-10 {
	width: 90%;
}

.md-10-10 {
	width: 100%;
}

.md-1-11 {
	width: 9.09091%;
}

.md-2-11 {
	width: 18.18182%;
}

.md-3-11 {
	width: 27.27273%;
}

.md-4-11 {
	width: 36.36364%;
}

.md-5-11 {
	width: 45.45455%;
}

.md-6-11 {
	width: 54.54545%;
}

.md-7-11 {
	width: 63.63636%;
}

.md-8-11 {
	width: 72.72727%;
}

.md-9-11 {
	width: 81.81818%;
}

.md-10-11 {
	width: 90.90909%;
}

.md-11-11 {
	width: 100%;
}

.md-1-12 {
	width: 8.33333%;
}

.md-2-12 {
	width: 16.66667%;
}

.md-3-12 {
	width: 25%;
}

.md-4-12 {
	width: 33.33333%;
}

.md-5-12 {
	width: 41.66667%;
}

.md-6-12 {
	width: 50%;
}

.md-7-12 {
	width: 58.33333%;
}

.md-8-12 {
	width: 66.66667%;
}

.md-9-12 {
	width: 75%;
}

.md-10-12 {
	width: 83.33333%;
}

.md-11-12 {
	width: 91.66667%;
}

.md-12-12 {
	width: 100%;
}

.md-g-1 {
	margin-left: -10px;
}

.md-g-1 > .col {
	padding-left: 10px;
}

.md-g-2 {
	margin-left: -20px;
}

.md-g-2 > .col {
	padding-left: 20px;
}

.md-g-3 {
	margin-left: -30px;
}

.md-g-3 > .col {
	padding-left: 30px;
}

.md-g-4 {
	margin-left: -40px;
}

.md-g-4 > .col {
	padding-left: 40px;
}

.md-g-5 {
	margin-left: -50px;
}

.md-g-5 > .col {
	padding-left: 50px;
}

.md-g-6 {
	margin-left: -60px;
}

.md-g-6 > .col {
	padding-left: 60px;
}

.md-g-7 {
	margin-left: -70px;
}

.md-g-7 > .col {
	padding-left: 70px;
}

.md-g-8 {
	margin-left: -80px;
}

.md-g-8 > .col {
	padding-left: 80px;
}

.md-g-9 {
	margin-left: -90px;
}

.md-g-9 > .col {
	padding-left: 90px;
}

.md-g-10 {
	margin-left: -100px;
}

.md-g-10 > .col {
	padding-left: 100px;
}

.md-g-11 {
	margin-left: -110px;
}

.md-g-11 > .col {
	padding-left: 110px;
}

.md-g-12 {
	margin-left: -120px;
}

.md-g-12 > .col {
	padding-left: 120px;
}

.md-1 > .col:nth-child(1n + 1) {
	clear: both;
}

.md-2 > .col:nth-child(2n + 1) {
	clear: both;
}

.md-3 > .col:nth-child(3n + 1) {
	clear: both;
}

.md-4 > .col:nth-child(4n + 1) {
	clear: both;
}

.md-5 > .col:nth-child(5n + 1) {
	clear: both;
}

.md-6 > .col:nth-child(6n + 1) {
	clear: both;
}

.md-7 > .col:nth-child(7n + 1) {
	clear: both;
}

.md-8 > .col:nth-child(8n + 1) {
	clear: both;
}

.md-9 > .col:nth-child(9n + 1) {
	clear: both;
}

.md-10 > .col:nth-child(10n + 1) {
	clear: both;
}

.md-11 > .col:nth-child(11n + 1) {
	clear: both;
}

.md-12 > .col:nth-child(12n + 1) {
	clear: both;
}

.md-right {
	float: right;
}

.md-left {
	clear: left;
}

.md-flex,
.md-flex {
	display: flex;
}

.md-flex.row,
.md-flex.row {
	flex-wrap: wrap;
}

.md-flex.col,
.md-flex.col {
	flex-direction: column;
}

.md-flex.col.md-reverse,
.md-flex.col.md-reverse {
	flex-direction: column-reverse;
}

.md-flex.row.md-reverse,
.md-flex.row.md-reverse {
	flex-direction: row-reverse;
}

.md-flex:before,
.md-flex:before {
	content: none;
}

.hide-md {
	display: none;
}

h1,
.h1 {
	font-size: 2.5em;
}

h2,
.h2 {
	font-size: 1.875em;
}

h3,
.h3 {
	font-size: 1.625em;
}

.slider {
	padding: 0 30px;
}

.home .banner .content-inner {
	width: 60%;
}

}

@media screen and (min-width: 1081px) {

.lg-1-1 {
	width: 100%;
}

.lg-1-2 {
	width: 50%;
}

.lg-2-2 {
	width: 100%;
}

.lg-1-3 {
	width: 33.33333%;
}

.lg-2-3 {
	width: 66.66667%;
}

.lg-3-3 {
	width: 100%;
}

.lg-1-4 {
	width: 25%;
}

.lg-2-4 {
	width: 50%;
}

.lg-3-4 {
	width: 75%;
}

.lg-4-4 {
	width: 100%;
}

.lg-1-5 {
	width: 20%;
}

.lg-2-5 {
	width: 40%;
}

.lg-3-5 {
	width: 60%;
}

.lg-4-5 {
	width: 80%;
}

.lg-5-5 {
	width: 100%;
}

.lg-1-6 {
	width: 16.66667%;
}

.lg-2-6 {
	width: 33.33333%;
}

.lg-3-6 {
	width: 50%;
}

.lg-4-6 {
	width: 66.66667%;
}

.lg-5-6 {
	width: 83.33333%;
}

.lg-6-6 {
	width: 100%;
}

.lg-1-7 {
	width: 14.28571%;
}

.lg-2-7 {
	width: 28.57143%;
}

.lg-3-7 {
	width: 42.85714%;
}

.lg-4-7 {
	width: 57.14286%;
}

.lg-5-7 {
	width: 71.42857%;
}

.lg-6-7 {
	width: 85.71429%;
}

.lg-7-7 {
	width: 100%;
}

.lg-1-8 {
	width: 12.5%;
}

.lg-2-8 {
	width: 25%;
}

.lg-3-8 {
	width: 37.5%;
}

.lg-4-8 {
	width: 50%;
}

.lg-5-8 {
	width: 62.5%;
}

.lg-6-8 {
	width: 75%;
}

.lg-7-8 {
	width: 87.5%;
}

.lg-8-8 {
	width: 100%;
}

.lg-1-9 {
	width: 11.11111%;
}

.lg-2-9 {
	width: 22.22222%;
}

.lg-3-9 {
	width: 33.33333%;
}

.lg-4-9 {
	width: 44.44444%;
}

.lg-5-9 {
	width: 55.55556%;
}

.lg-6-9 {
	width: 66.66667%;
}

.lg-7-9 {
	width: 77.77778%;
}

.lg-8-9 {
	width: 88.88889%;
}

.lg-9-9 {
	width: 100%;
}

.lg-1-10 {
	width: 10%;
}

.lg-2-10 {
	width: 20%;
}

.lg-3-10 {
	width: 30%;
}

.lg-4-10 {
	width: 40%;
}

.lg-5-10 {
	width: 50%;
}

.lg-6-10 {
	width: 60%;
}

.lg-7-10 {
	width: 70%;
}

.lg-8-10 {
	width: 80%;
}

.lg-9-10 {
	width: 90%;
}

.lg-10-10 {
	width: 100%;
}

.lg-1-11 {
	width: 9.09091%;
}

.lg-2-11 {
	width: 18.18182%;
}

.lg-3-11 {
	width: 27.27273%;
}

.lg-4-11 {
	width: 36.36364%;
}

.lg-5-11 {
	width: 45.45455%;
}

.lg-6-11 {
	width: 54.54545%;
}

.lg-7-11 {
	width: 63.63636%;
}

.lg-8-11 {
	width: 72.72727%;
}

.lg-9-11 {
	width: 81.81818%;
}

.lg-10-11 {
	width: 90.90909%;
}

.lg-11-11 {
	width: 100%;
}

.lg-1-12 {
	width: 8.33333%;
}

.lg-2-12 {
	width: 16.66667%;
}

.lg-3-12 {
	width: 25%;
}

.lg-4-12 {
	width: 33.33333%;
}

.lg-5-12 {
	width: 41.66667%;
}

.lg-6-12 {
	width: 50%;
}

.lg-7-12 {
	width: 58.33333%;
}

.lg-8-12 {
	width: 66.66667%;
}

.lg-9-12 {
	width: 75%;
}

.lg-10-12 {
	width: 83.33333%;
}

.lg-11-12 {
	width: 91.66667%;
}

.lg-12-12 {
	width: 100%;
}

.lg-g-1 {
	margin-left: -10px;
}

.lg-g-1 > .col {
	padding-left: 10px;
}

.lg-g-2 {
	margin-left: -20px;
}

.lg-g-2 > .col {
	padding-left: 20px;
}

.lg-g-3 {
	margin-left: -30px;
}

.lg-g-3 > .col {
	padding-left: 30px;
}

.lg-g-4 {
	margin-left: -40px;
}

.lg-g-4 > .col {
	padding-left: 40px;
}

.lg-g-5 {
	margin-left: -50px;
}

.lg-g-5 > .col {
	padding-left: 50px;
}

.lg-g-6 {
	margin-left: -60px;
}

.lg-g-6 > .col {
	padding-left: 60px;
}

.lg-g-7 {
	margin-left: -70px;
}

.lg-g-7 > .col {
	padding-left: 70px;
}

.lg-g-8 {
	margin-left: -80px;
}

.lg-g-8 > .col {
	padding-left: 80px;
}

.lg-g-9 {
	margin-left: -90px;
}

.lg-g-9 > .col {
	padding-left: 90px;
}

.lg-g-10 {
	margin-left: -100px;
}

.lg-g-10 > .col {
	padding-left: 100px;
}

.lg-g-11 {
	margin-left: -110px;
}

.lg-g-11 > .col {
	padding-left: 110px;
}

.lg-g-12 {
	margin-left: -120px;
}

.lg-g-12 > .col {
	padding-left: 120px;
}

.lg-1 > .col:nth-child(1n + 1) {
	clear: both;
}

.lg-2 > .col:nth-child(2n + 1) {
	clear: both;
}

.lg-3 > .col:nth-child(3n + 1) {
	clear: both;
}

.lg-4 > .col:nth-child(4n + 1) {
	clear: both;
}

.lg-5 > .col:nth-child(5n + 1) {
	clear: both;
}

.lg-6 > .col:nth-child(6n + 1) {
	clear: both;
}

.lg-7 > .col:nth-child(7n + 1) {
	clear: both;
}

.lg-8 > .col:nth-child(8n + 1) {
	clear: both;
}

.lg-9 > .col:nth-child(9n + 1) {
	clear: both;
}

.lg-10 > .col:nth-child(10n + 1) {
	clear: both;
}

.lg-11 > .col:nth-child(11n + 1) {
	clear: both;
}

.lg-12 > .col:nth-child(12n + 1) {
	clear: both;
}

.lg-right {
	float: right;
}

.lg-left {
	clear: left;
}

.lg-flex,
.lg-flex {
	display: flex;
}

.lg-flex.row,
.lg-flex.row {
	flex-wrap: wrap;
}

.lg-flex.col,
.lg-flex.col {
	flex-direction: column;
}

.lg-flex.col.lg-reverse,
.lg-flex.col.lg-reverse {
	flex-direction: column-reverse;
}

.lg-flex.row.lg-reverse,
.lg-flex.row.lg-reverse {
	flex-direction: row-reverse;
}

.lg-flex:before,
.lg-flex:before {
	content: none;
}

.hide-lg {
	display: none;
}

h1,
.h1 {
	font-size: 3.125em;
}

h2,
.h2 {
	font-size: 2.5em;
}

h3,
.h3 {
	font-size: 1.875em;
}

.slider-controls .prev {
	left: -40px;
}

.slider-controls .next {
	right: -40px;
}

.slider-carousel:before {
	left: 0;
}

.wp-block-cover.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position .wp-block-cover__inner-container {
	position: relative;
	background-color: inherit;
}

.wp-block-cover.has-custom-content-position .wp-block-cover__inner-container:after,
.wp-block-cover-image.has-custom-content-position .wp-block-cover__inner-container:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: inherit;
	z-index: -1;
}

.wp-block-cover.has-custom-content-position.is-position-center-right,
.wp-block-cover-image.has-custom-content-position.is-position-center-right {
	margin-left: calc(50% - 50vw);
}

.wp-block-cover.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container {
	padding: 50px 0 50px 50px;
	margin-right: calc(50% - 50vw);
}

.wp-block-cover.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container:after,
.wp-block-cover-image.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container:after {
	right: -50vw;
}

.wp-block-cover.has-custom-content-position.is-position-center-left,
.wp-block-cover-image.has-custom-content-position.is-position-center-left {
	margin-right: calc(50% - 50vw);
}

.wp-block-cover.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,
.wp-block-cover-image.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container {
	padding: 50px 50px 50px 0;
	margin-left: calc(50% - 50vw);
}

.wp-block-cover.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container:after,
.wp-block-cover-image.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container:after {
	left: -50vw;
}

.wp-block-cover.has-custom-content-position:before,
.wp-block-cover-image.has-custom-content-position:before {
	content: none;
	display: none;
	opacity: 0;
	background-color: transparent;
}

.home .banner .content-inner {
	width: 50%;
}

}

@media screen and (min-width: 1920px) {

.xl-1-1 {
	width: 100%;
}

.xl-1-2 {
	width: 50%;
}

.xl-2-2 {
	width: 100%;
}

.xl-1-3 {
	width: 33.33333%;
}

.xl-2-3 {
	width: 66.66667%;
}

.xl-3-3 {
	width: 100%;
}

.xl-1-4 {
	width: 25%;
}

.xl-2-4 {
	width: 50%;
}

.xl-3-4 {
	width: 75%;
}

.xl-4-4 {
	width: 100%;
}

.xl-1-5 {
	width: 20%;
}

.xl-2-5 {
	width: 40%;
}

.xl-3-5 {
	width: 60%;
}

.xl-4-5 {
	width: 80%;
}

.xl-5-5 {
	width: 100%;
}

.xl-1-6 {
	width: 16.66667%;
}

.xl-2-6 {
	width: 33.33333%;
}

.xl-3-6 {
	width: 50%;
}

.xl-4-6 {
	width: 66.66667%;
}

.xl-5-6 {
	width: 83.33333%;
}

.xl-6-6 {
	width: 100%;
}

.xl-1-7 {
	width: 14.28571%;
}

.xl-2-7 {
	width: 28.57143%;
}

.xl-3-7 {
	width: 42.85714%;
}

.xl-4-7 {
	width: 57.14286%;
}

.xl-5-7 {
	width: 71.42857%;
}

.xl-6-7 {
	width: 85.71429%;
}

.xl-7-7 {
	width: 100%;
}

.xl-1-8 {
	width: 12.5%;
}

.xl-2-8 {
	width: 25%;
}

.xl-3-8 {
	width: 37.5%;
}

.xl-4-8 {
	width: 50%;
}

.xl-5-8 {
	width: 62.5%;
}

.xl-6-8 {
	width: 75%;
}

.xl-7-8 {
	width: 87.5%;
}

.xl-8-8 {
	width: 100%;
}

.xl-1-9 {
	width: 11.11111%;
}

.xl-2-9 {
	width: 22.22222%;
}

.xl-3-9 {
	width: 33.33333%;
}

.xl-4-9 {
	width: 44.44444%;
}

.xl-5-9 {
	width: 55.55556%;
}

.xl-6-9 {
	width: 66.66667%;
}

.xl-7-9 {
	width: 77.77778%;
}

.xl-8-9 {
	width: 88.88889%;
}

.xl-9-9 {
	width: 100%;
}

.xl-1-10 {
	width: 10%;
}

.xl-2-10 {
	width: 20%;
}

.xl-3-10 {
	width: 30%;
}

.xl-4-10 {
	width: 40%;
}

.xl-5-10 {
	width: 50%;
}

.xl-6-10 {
	width: 60%;
}

.xl-7-10 {
	width: 70%;
}

.xl-8-10 {
	width: 80%;
}

.xl-9-10 {
	width: 90%;
}

.xl-10-10 {
	width: 100%;
}

.xl-1-11 {
	width: 9.09091%;
}

.xl-2-11 {
	width: 18.18182%;
}

.xl-3-11 {
	width: 27.27273%;
}

.xl-4-11 {
	width: 36.36364%;
}

.xl-5-11 {
	width: 45.45455%;
}

.xl-6-11 {
	width: 54.54545%;
}

.xl-7-11 {
	width: 63.63636%;
}

.xl-8-11 {
	width: 72.72727%;
}

.xl-9-11 {
	width: 81.81818%;
}

.xl-10-11 {
	width: 90.90909%;
}

.xl-11-11 {
	width: 100%;
}

.xl-1-12 {
	width: 8.33333%;
}

.xl-2-12 {
	width: 16.66667%;
}

.xl-3-12 {
	width: 25%;
}

.xl-4-12 {
	width: 33.33333%;
}

.xl-5-12 {
	width: 41.66667%;
}

.xl-6-12 {
	width: 50%;
}

.xl-7-12 {
	width: 58.33333%;
}

.xl-8-12 {
	width: 66.66667%;
}

.xl-9-12 {
	width: 75%;
}

.xl-10-12 {
	width: 83.33333%;
}

.xl-11-12 {
	width: 91.66667%;
}

.xl-12-12 {
	width: 100%;
}

.xl-g-1 {
	margin-left: -10px;
}

.xl-g-1 > .col {
	padding-left: 10px;
}

.xl-g-2 {
	margin-left: -20px;
}

.xl-g-2 > .col {
	padding-left: 20px;
}

.xl-g-3 {
	margin-left: -30px;
}

.xl-g-3 > .col {
	padding-left: 30px;
}

.xl-g-4 {
	margin-left: -40px;
}

.xl-g-4 > .col {
	padding-left: 40px;
}

.xl-g-5 {
	margin-left: -50px;
}

.xl-g-5 > .col {
	padding-left: 50px;
}

.xl-g-6 {
	margin-left: -60px;
}

.xl-g-6 > .col {
	padding-left: 60px;
}

.xl-g-7 {
	margin-left: -70px;
}

.xl-g-7 > .col {
	padding-left: 70px;
}

.xl-g-8 {
	margin-left: -80px;
}

.xl-g-8 > .col {
	padding-left: 80px;
}

.xl-g-9 {
	margin-left: -90px;
}

.xl-g-9 > .col {
	padding-left: 90px;
}

.xl-g-10 {
	margin-left: -100px;
}

.xl-g-10 > .col {
	padding-left: 100px;
}

.xl-g-11 {
	margin-left: -110px;
}

.xl-g-11 > .col {
	padding-left: 110px;
}

.xl-g-12 {
	margin-left: -120px;
}

.xl-g-12 > .col {
	padding-left: 120px;
}

.xl-1 > .col:nth-child(1n + 1) {
	clear: both;
}

.xl-2 > .col:nth-child(2n + 1) {
	clear: both;
}

.xl-3 > .col:nth-child(3n + 1) {
	clear: both;
}

.xl-4 > .col:nth-child(4n + 1) {
	clear: both;
}

.xl-5 > .col:nth-child(5n + 1) {
	clear: both;
}

.xl-6 > .col:nth-child(6n + 1) {
	clear: both;
}

.xl-7 > .col:nth-child(7n + 1) {
	clear: both;
}

.xl-8 > .col:nth-child(8n + 1) {
	clear: both;
}

.xl-9 > .col:nth-child(9n + 1) {
	clear: both;
}

.xl-10 > .col:nth-child(10n + 1) {
	clear: both;
}

.xl-11 > .col:nth-child(11n + 1) {
	clear: both;
}

.xl-12 > .col:nth-child(12n + 1) {
	clear: both;
}

.xl-right {
	float: right;
}

.xl-left {
	clear: left;
}

.xl-flex,
.xl-flex {
	display: flex;
}

.xl-flex.row,
.xl-flex.row {
	flex-wrap: wrap;
}

.xl-flex.col,
.xl-flex.col {
	flex-direction: column;
}

.xl-flex.col.xl-reverse,
.xl-flex.col.xl-reverse {
	flex-direction: column-reverse;
}

.xl-flex.row.xl-reverse,
.xl-flex.row.xl-reverse {
	flex-direction: row-reverse;
}

.xl-flex:before,
.xl-flex:before {
	content: none;
}

.hide-xl {
	display: none;
}

}

@media screen and (max-width: 767px) {

.sm-1-1 {
	width: 100%;
}

.sm-1-2 {
	width: 50%;
}

.sm-2-2 {
	width: 100%;
}

.sm-1-3 {
	width: 33.33333%;
}

.sm-2-3 {
	width: 66.66667%;
}

.sm-3-3 {
	width: 100%;
}

.sm-1-4 {
	width: 25%;
}

.sm-2-4 {
	width: 50%;
}

.sm-3-4 {
	width: 75%;
}

.sm-4-4 {
	width: 100%;
}

.sm-1-5 {
	width: 20%;
}

.sm-2-5 {
	width: 40%;
}

.sm-3-5 {
	width: 60%;
}

.sm-4-5 {
	width: 80%;
}

.sm-5-5 {
	width: 100%;
}

.sm-1-6 {
	width: 16.66667%;
}

.sm-2-6 {
	width: 33.33333%;
}

.sm-3-6 {
	width: 50%;
}

.sm-4-6 {
	width: 66.66667%;
}

.sm-5-6 {
	width: 83.33333%;
}

.sm-6-6 {
	width: 100%;
}

.sm-1-7 {
	width: 14.28571%;
}

.sm-2-7 {
	width: 28.57143%;
}

.sm-3-7 {
	width: 42.85714%;
}

.sm-4-7 {
	width: 57.14286%;
}

.sm-5-7 {
	width: 71.42857%;
}

.sm-6-7 {
	width: 85.71429%;
}

.sm-7-7 {
	width: 100%;
}

.sm-1-8 {
	width: 12.5%;
}

.sm-2-8 {
	width: 25%;
}

.sm-3-8 {
	width: 37.5%;
}

.sm-4-8 {
	width: 50%;
}

.sm-5-8 {
	width: 62.5%;
}

.sm-6-8 {
	width: 75%;
}

.sm-7-8 {
	width: 87.5%;
}

.sm-8-8 {
	width: 100%;
}

.sm-1-9 {
	width: 11.11111%;
}

.sm-2-9 {
	width: 22.22222%;
}

.sm-3-9 {
	width: 33.33333%;
}

.sm-4-9 {
	width: 44.44444%;
}

.sm-5-9 {
	width: 55.55556%;
}

.sm-6-9 {
	width: 66.66667%;
}

.sm-7-9 {
	width: 77.77778%;
}

.sm-8-9 {
	width: 88.88889%;
}

.sm-9-9 {
	width: 100%;
}

.sm-1-10 {
	width: 10%;
}

.sm-2-10 {
	width: 20%;
}

.sm-3-10 {
	width: 30%;
}

.sm-4-10 {
	width: 40%;
}

.sm-5-10 {
	width: 50%;
}

.sm-6-10 {
	width: 60%;
}

.sm-7-10 {
	width: 70%;
}

.sm-8-10 {
	width: 80%;
}

.sm-9-10 {
	width: 90%;
}

.sm-10-10 {
	width: 100%;
}

.sm-1-11 {
	width: 9.09091%;
}

.sm-2-11 {
	width: 18.18182%;
}

.sm-3-11 {
	width: 27.27273%;
}

.sm-4-11 {
	width: 36.36364%;
}

.sm-5-11 {
	width: 45.45455%;
}

.sm-6-11 {
	width: 54.54545%;
}

.sm-7-11 {
	width: 63.63636%;
}

.sm-8-11 {
	width: 72.72727%;
}

.sm-9-11 {
	width: 81.81818%;
}

.sm-10-11 {
	width: 90.90909%;
}

.sm-11-11 {
	width: 100%;
}

.sm-1-12 {
	width: 8.33333%;
}

.sm-2-12 {
	width: 16.66667%;
}

.sm-3-12 {
	width: 25%;
}

.sm-4-12 {
	width: 33.33333%;
}

.sm-5-12 {
	width: 41.66667%;
}

.sm-6-12 {
	width: 50%;
}

.sm-7-12 {
	width: 58.33333%;
}

.sm-8-12 {
	width: 66.66667%;
}

.sm-9-12 {
	width: 75%;
}

.sm-10-12 {
	width: 83.33333%;
}

.sm-11-12 {
	width: 91.66667%;
}

.sm-12-12 {
	width: 100%;
}

.sm-g-1 {
	margin-left: -10px;
}

.sm-g-1 > .col {
	padding-left: 10px;
}

.sm-g-2 {
	margin-left: -20px;
}

.sm-g-2 > .col {
	padding-left: 20px;
}

.sm-g-3 {
	margin-left: -30px;
}

.sm-g-3 > .col {
	padding-left: 30px;
}

.sm-g-4 {
	margin-left: -40px;
}

.sm-g-4 > .col {
	padding-left: 40px;
}

.sm-g-5 {
	margin-left: -50px;
}

.sm-g-5 > .col {
	padding-left: 50px;
}

.sm-g-6 {
	margin-left: -60px;
}

.sm-g-6 > .col {
	padding-left: 60px;
}

.sm-g-7 {
	margin-left: -70px;
}

.sm-g-7 > .col {
	padding-left: 70px;
}

.sm-g-8 {
	margin-left: -80px;
}

.sm-g-8 > .col {
	padding-left: 80px;
}

.sm-g-9 {
	margin-left: -90px;
}

.sm-g-9 > .col {
	padding-left: 90px;
}

.sm-g-10 {
	margin-left: -100px;
}

.sm-g-10 > .col {
	padding-left: 100px;
}

.sm-g-11 {
	margin-left: -110px;
}

.sm-g-11 > .col {
	padding-left: 110px;
}

.sm-g-12 {
	margin-left: -120px;
}

.sm-g-12 > .col {
	padding-left: 120px;
}

.sm-1 > .col:nth-child(1n + 1) {
	clear: both;
}

.sm-2 > .col:nth-child(2n + 1) {
	clear: both;
}

.sm-3 > .col:nth-child(3n + 1) {
	clear: both;
}

.sm-4 > .col:nth-child(4n + 1) {
	clear: both;
}

.sm-5 > .col:nth-child(5n + 1) {
	clear: both;
}

.sm-6 > .col:nth-child(6n + 1) {
	clear: both;
}

.sm-7 > .col:nth-child(7n + 1) {
	clear: both;
}

.sm-8 > .col:nth-child(8n + 1) {
	clear: both;
}

.sm-9 > .col:nth-child(9n + 1) {
	clear: both;
}

.sm-10 > .col:nth-child(10n + 1) {
	clear: both;
}

.sm-11 > .col:nth-child(11n + 1) {
	clear: both;
}

.sm-12 > .col:nth-child(12n + 1) {
	clear: both;
}

.sm-right {
	float: right;
}

.sm-left {
	clear: left;
}

.sm-flex,
.sm-flex {
	display: flex;
}

.sm-flex.row,
.sm-flex.row {
	flex-wrap: wrap;
}

.sm-flex.col,
.sm-flex.col {
	flex-direction: column;
}

.sm-flex.col.sm-reverse,
.sm-flex.col.sm-reverse {
	flex-direction: column-reverse;
}

.sm-flex.row.sm-reverse,
.sm-flex.row.sm-reverse {
	flex-direction: row-reverse;
}

.sm-flex:before,
.sm-flex:before {
	content: none;
}

.hide-sm {
	display: none;
}

.posts > .post {
	width: calc(50% - 24px);
	flex-basis: calc(50% - 24px);
}

.posts > .post.featured {
	width: 100%;
	flex-basis: 100%;
}

.home .banner .content-inner a,
a.btn,
.wp-block-button a,
.wp-block-file a.wp-block-file__button,
button:not([id*="slick-slide"]),
input[type="submit"] {
	width: 100%;
	margin: 0 0 16px 0;
}

.slider .slick-slide {
	cursor: -webkit-grab;
	cursor: grab;
}

.slider-controls .next,
.slider-controls .prev {
	display: none !important;
}

.slider-carousel:before {
	display: none;
}

.slider-carousel {
	margin-left: -20px;
}

.slider-carousel .slick-slide {
	padding-left: 20px;
}

.pager button {
	width: 8px;
	height: 8px;
}

.pager .slick-active button {
	box-shadow: 0 0 0 4px #BCADA6 inset;
}

figure.wp-block-pullquote:before,
figure.wp-block-pullquote:after {
	font-size: 7rem;
	line-height: 1.3;
}

figure.wp-block-pullquote blockquote {
	padding: 0 2rem;
}

figure.wp-block-pullquote blockquote p {
	font-size: 1.2rem;
}

figure.wp-block-image {
	text-align: center;
}

.header {
	height: 60px;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	background-color: #FFFFFF;
}

.header a.tel,
.header .search-form input#toggle-form,
.header .search-form label[for="toggle-form"],
.header .menu-toggle {
	position: fixed;
	top: 10px;
	width: 40px;
	height: 40px;
}

.header a.tel:before,
.header a.tel:after,
.header .search-form input#toggle-form:before,
.header .search-form input#toggle-form:after,
.header .search-form label[for="toggle-form"]:before,
.header .search-form label[for="toggle-form"]:after,
.header .menu-toggle:before,
.header .menu-toggle:after {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
}

.header .topbar a.tel {
	right: 10px;
	font-size: 1.750em;
	color: #BCADA6;
}

.header .topbar .social {
	display: none;
}

.header .topbar .search-form {
	position: absolute;
	top: 60px;
	width: 100%;
}

.header .topbar .search-form input#toggle-form,
.header .topbar .search-form label[for="toggle-form"] {
	left: 10px;
}

.header .topbar .search-form label[for="toggle-form"]:after {
	background: transparent !important;
	font-size: 1.750em;
	color: #BCADA6;
}

.header .topbar .search-form label[for="toggle-form"]:hover:after,
.header .topbar .search-form label[for="toggle-form"]:focus:after {
	color: #5e5753;
}

.header .topbar .search-form #searchform {
	width: 100%;
	height: 0px;
	top: 0px;
	right: 0px;
}

.header .topbar .search-form #searchform input[type=text] {
	height: 60px;
	padding: 20px 40px 20px 20px;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}

.header .topbar .search-form #searchform:after {
	font-size: 1.750em;
}

.header .topbar .search-form input#toggle-form:checked + label + #searchform,
.header .topbar .search-form input#toggle-form[checked] + label + #searchform {
	height: 60px;
}

.header .topbar .search-form input#toggle-form:checked + label + #searchform:after,
.header .topbar .search-form input#toggle-form[checked] + label + #searchform:after {
	right: 16px;
}

.header .grid {
	padding: 0;
}

.header .logo {
	margin: 0 auto;
	height: 60px;
	background-position: center;
}

.header .mobile-menu {
	position: absolute;
	top: 60px;
	width: 100vw;
	height: calc(100vh - 60px);
	overflow-y: auto;
	background: #BCADA6;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}

.header .mobile-menu.fade {
	opacity: 0;
	left: 0px;
	pointer-events: none;
}

.header .mobile-menu.fade.open {
	opacity: 1;
	pointer-events: all;
}

.header .mobile-menu.top {
	top: -101vh;
}

.header .mobile-menu.top.open {
	top: 60px;
}

.header .mobile-menu.right {
	right: -101vw;
}

.header .mobile-menu.right.open {
	right: 0px;
}

.header .mobile-menu.bottom {
	bottom: -101vh;
}

.header .mobile-menu.bottom.open {
	top: 60px;
}

.header .mobile-menu.left {
	left: -101vw;
}

.header .mobile-menu.left.open {
	left: 0px;
}

.header .mobile-menu .main-navigation ul li a {
	color: #FFFFFF;
	font-size: 1em;
}

.header .mobile-menu .main-navigation > ul > li a {
	padding: 0px 20px;
}

.header .mobile-menu .main-navigation > ul > li > a {
	padding: 20px;
	font-size: 1.4rem;
}

.header .mobile-menu .main-navigation > ul > li.open > i:before {
	transform: scaleY(-1);
}

.header .mobile-menu .main-navigation > ul .sub-menu {
	max-height: 0px;
	opacity: 0px;
	overflow: hidden;
	transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear;
}

.header .mobile-menu .main-navigation > ul .sub-menu > li a {
	padding: 20px;
	background: #5e5753;
}

.header .mobile-menu .main-navigation > ul .sub-menu.open {
	max-height: 100vh;
	opacity: 1;
	transition: all 3s cubic-bezier(0.19, 1, 0.22, 1), opacity 0.2s linear;
}

.footer .social {
	align-self: center;
	justify-self: center;
	margin: auto;
}

.footer .bottom * {
	float: none;
	text-align: center;
}

section.call-to-action .background {
	padding-top: 50%;
}

main {
	padding-top: 60px;
}

.home .banner {
	height: auto;
	display: flex;
	flex-direction: column;
}

.home .banner .bg {
	position: relative;
	height: 100vw;
	max-height: 50vh;
	order: 1;
}

.home .banner > .content {
	top: 0;
	transform: none;
	order: 2;
}

.single-team .profile-image {
	margin: 0 -20px;
}

.single-team .profile-title {
	margin: 0 -20px 20px;
}

}

@media screen and (max-width: 400px) {

.xs-1-1 {
	width: 100%;
}

.xs-1-2 {
	width: 50%;
}

.xs-2-2 {
	width: 100%;
}

.xs-1-3 {
	width: 33.33333%;
}

.xs-2-3 {
	width: 66.66667%;
}

.xs-3-3 {
	width: 100%;
}

.xs-1-4 {
	width: 25%;
}

.xs-2-4 {
	width: 50%;
}

.xs-3-4 {
	width: 75%;
}

.xs-4-4 {
	width: 100%;
}

.xs-1-5 {
	width: 20%;
}

.xs-2-5 {
	width: 40%;
}

.xs-3-5 {
	width: 60%;
}

.xs-4-5 {
	width: 80%;
}

.xs-5-5 {
	width: 100%;
}

.xs-1-6 {
	width: 16.66667%;
}

.xs-2-6 {
	width: 33.33333%;
}

.xs-3-6 {
	width: 50%;
}

.xs-4-6 {
	width: 66.66667%;
}

.xs-5-6 {
	width: 83.33333%;
}

.xs-6-6 {
	width: 100%;
}

.xs-1-7 {
	width: 14.28571%;
}

.xs-2-7 {
	width: 28.57143%;
}

.xs-3-7 {
	width: 42.85714%;
}

.xs-4-7 {
	width: 57.14286%;
}

.xs-5-7 {
	width: 71.42857%;
}

.xs-6-7 {
	width: 85.71429%;
}

.xs-7-7 {
	width: 100%;
}

.xs-1-8 {
	width: 12.5%;
}

.xs-2-8 {
	width: 25%;
}

.xs-3-8 {
	width: 37.5%;
}

.xs-4-8 {
	width: 50%;
}

.xs-5-8 {
	width: 62.5%;
}

.xs-6-8 {
	width: 75%;
}

.xs-7-8 {
	width: 87.5%;
}

.xs-8-8 {
	width: 100%;
}

.xs-1-9 {
	width: 11.11111%;
}

.xs-2-9 {
	width: 22.22222%;
}

.xs-3-9 {
	width: 33.33333%;
}

.xs-4-9 {
	width: 44.44444%;
}

.xs-5-9 {
	width: 55.55556%;
}

.xs-6-9 {
	width: 66.66667%;
}

.xs-7-9 {
	width: 77.77778%;
}

.xs-8-9 {
	width: 88.88889%;
}

.xs-9-9 {
	width: 100%;
}

.xs-1-10 {
	width: 10%;
}

.xs-2-10 {
	width: 20%;
}

.xs-3-10 {
	width: 30%;
}

.xs-4-10 {
	width: 40%;
}

.xs-5-10 {
	width: 50%;
}

.xs-6-10 {
	width: 60%;
}

.xs-7-10 {
	width: 70%;
}

.xs-8-10 {
	width: 80%;
}

.xs-9-10 {
	width: 90%;
}

.xs-10-10 {
	width: 100%;
}

.xs-1-11 {
	width: 9.09091%;
}

.xs-2-11 {
	width: 18.18182%;
}

.xs-3-11 {
	width: 27.27273%;
}

.xs-4-11 {
	width: 36.36364%;
}

.xs-5-11 {
	width: 45.45455%;
}

.xs-6-11 {
	width: 54.54545%;
}

.xs-7-11 {
	width: 63.63636%;
}

.xs-8-11 {
	width: 72.72727%;
}

.xs-9-11 {
	width: 81.81818%;
}

.xs-10-11 {
	width: 90.90909%;
}

.xs-11-11 {
	width: 100%;
}

.xs-1-12 {
	width: 8.33333%;
}

.xs-2-12 {
	width: 16.66667%;
}

.xs-3-12 {
	width: 25%;
}

.xs-4-12 {
	width: 33.33333%;
}

.xs-5-12 {
	width: 41.66667%;
}

.xs-6-12 {
	width: 50%;
}

.xs-7-12 {
	width: 58.33333%;
}

.xs-8-12 {
	width: 66.66667%;
}

.xs-9-12 {
	width: 75%;
}

.xs-10-12 {
	width: 83.33333%;
}

.xs-11-12 {
	width: 91.66667%;
}

.xs-12-12 {
	width: 100%;
}

.xs-g-1 {
	margin-left: -10px;
}

.xs-g-1 > .col {
	padding-left: 10px;
}

.xs-g-2 {
	margin-left: -20px;
}

.xs-g-2 > .col {
	padding-left: 20px;
}

.xs-g-3 {
	margin-left: -30px;
}

.xs-g-3 > .col {
	padding-left: 30px;
}

.xs-g-4 {
	margin-left: -40px;
}

.xs-g-4 > .col {
	padding-left: 40px;
}

.xs-g-5 {
	margin-left: -50px;
}

.xs-g-5 > .col {
	padding-left: 50px;
}

.xs-g-6 {
	margin-left: -60px;
}

.xs-g-6 > .col {
	padding-left: 60px;
}

.xs-g-7 {
	margin-left: -70px;
}

.xs-g-7 > .col {
	padding-left: 70px;
}

.xs-g-8 {
	margin-left: -80px;
}

.xs-g-8 > .col {
	padding-left: 80px;
}

.xs-g-9 {
	margin-left: -90px;
}

.xs-g-9 > .col {
	padding-left: 90px;
}

.xs-g-10 {
	margin-left: -100px;
}

.xs-g-10 > .col {
	padding-left: 100px;
}

.xs-g-11 {
	margin-left: -110px;
}

.xs-g-11 > .col {
	padding-left: 110px;
}

.xs-g-12 {
	margin-left: -120px;
}

.xs-g-12 > .col {
	padding-left: 120px;
}

.xs-1 > .col:nth-child(1n + 1) {
	clear: both;
}

.xs-2 > .col:nth-child(2n + 1) {
	clear: both;
}

.xs-3 > .col:nth-child(3n + 1) {
	clear: both;
}

.xs-4 > .col:nth-child(4n + 1) {
	clear: both;
}

.xs-5 > .col:nth-child(5n + 1) {
	clear: both;
}

.xs-6 > .col:nth-child(6n + 1) {
	clear: both;
}

.xs-7 > .col:nth-child(7n + 1) {
	clear: both;
}

.xs-8 > .col:nth-child(8n + 1) {
	clear: both;
}

.xs-9 > .col:nth-child(9n + 1) {
	clear: both;
}

.xs-10 > .col:nth-child(10n + 1) {
	clear: both;
}

.xs-11 > .col:nth-child(11n + 1) {
	clear: both;
}

.xs-12 > .col:nth-child(12n + 1) {
	clear: both;
}

.xs-right {
	float: right;
}

.xs-left {
	clear: left;
}

.xs-flex,
.xs-flex {
	display: flex;
}

.xs-flex.row,
.xs-flex.row {
	flex-wrap: wrap;
}

.xs-flex.col,
.xs-flex.col {
	flex-direction: column;
}

.xs-flex.col.xs-reverse,
.xs-flex.col.xs-reverse {
	flex-direction: column-reverse;
}

.xs-flex.row.xs-reverse,
.xs-flex.row.xs-reverse {
	flex-direction: row-reverse;
}

.xs-flex:before,
.xs-flex:before {
	content: none;
}

.hide-xs {
	display: none;
}

.posts > .post {
	width: 100%;
	flex-basis: 100%;
}

.footer .xs-first {
	order: -1;
}

.footer .logo {
	display: block;
}

.footer .footer-nav {
	float: none;
	margin-bottom: 40px;
}

}

@-webkit-keyframes spin {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(360deg);
}

}

@keyframes spin {

0% {
	transform: rotate(0deg);
}

100% {
	transform: rotate(360deg);
}

}

@-webkit-keyframes spin-dots {

0%,80%,100% {
	transform: scale(0);
}

40% {
	transform: scale(1);
}

}

@keyframes spin-dots {

0%,80%,100% {
	transform: scale(0);
}

40% {
	transform: scale(1);
}

}

@-webkit-keyframes activate {

0% {
	transform: translateY(-10px);
	opacity: 0;
}

100% {
	transform: translateX(0px);
	opacity: 1;
}

}

@keyframes activate {

0% {
	transform: translateY(-10px);
	opacity: 0;
}

100% {
	transform: translateX(0px);
	opacity: 1;
}

}

