@charset "UTF-8";
/*!
Theme Name: DBA 2023
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dba-2023
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

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

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

--------------------------------------------------------------*/
@font-face {
	font-family: 'Calluna';
	src: url("assets/fonts/Calluna-Regular-webfont.woff2") format("woff2"), url("assets/fonts/Calluna-Regular-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Calluna';
	src: url("assets/fonts/Calluna-It-webfont.woff2") format("woff2"), url("assets/fonts/Calluna-It-webfont.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Calluna';
	src: url("assets/fonts/Calluna-Bold-webfont.woff2") format("woff2"), url("assets/fonts/Calluna-Bold-webfont.woff") format("woff");
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Calluna';
	src: url("assets/fonts/Calluna-BoldIt-webfont.woff2") format("woff2"), url("assets/fonts/Calluna-BoldIt-webfont.woff") format("woff");
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'MontBlanc';
	src: url("assets/fonts/MontBlanc-Light.woff2") format("woff2"), url("assets/fonts/MontBlanc-Light.woff") format("woff");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'MontBlanc';
	src: url("assets/fonts/MontBlanc-LightItalic.woff2") format("woff2"), url("assets/fonts/MontBlanc-LightItalic.woff") format("woff");
	font-weight: 200;
	font-style: italic;
}

@font-face {
	font-family: 'MontBlanc';
	src: url("assets/fonts/MontBlanc-Regular.woff2") format("woff2"), url("assets/fonts/MontBlanc-Regular.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'MontBlanc';
	src: url("assets/fonts/MontBlanc-RegularItalic.woff2") format("woff2"), url("assets/fonts/MontBlanc-RegularItalic.woff") format("woff");
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'MontBlanc';
	src: url("assets/fonts/MontBlanc-SemiBold.woff2") format("woff2"), url("assets/fonts/MontBlanc-SemiBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'MontBlanc';
	src: url("assets/fonts/MontBlanc-SemiBoldItalic.woff2") format("woff2"), url("assets/fonts/MontBlanc-SemiBoldItalic.woff") format("woff");
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'MontBlanc';
	src: url("assets/fonts/MontBlanc-LightItalic.woff2") format("woff2"), url("assets/fonts/MontBlanc-LightItalic.woff") format("woff");
	font-weight: 200;
	font-style: italic;
}

* {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
body:not(.wp-admin) {
	/* Typography
--------------------------------------------- */
	/* Elements
--------------------------------------------- */
	/* Make sure embeds and iframes fit their containers. */
	/* Links
--------------------------------------------- */
	/* Forms
--------------------------------------------- */
}

body:not(.wp-admin) body,
body:not(.wp-admin) button,
body:not(.wp-admin) input,
body:not(.wp-admin) select,
body:not(.wp-admin) optgroup,
body:not(.wp-admin) textarea {
	color: #000;
	font-family: "Calluna", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.25;
}

body:not(.wp-admin) nav a {
	font-family: "MontBlanc", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body:not(.wp-admin) h1, body:not(.wp-admin) .h1,
body:not(.wp-admin) h2, body:not(.wp-admin) .h2,
body:not(.wp-admin) h3, body:not(.wp-admin) .h3,
body:not(.wp-admin) h4, body:not(.wp-admin) .h4,
body:not(.wp-admin) h5, body:not(.wp-admin) .h5,
body:not(.wp-admin) h6, body:not(.wp-admin) .h6 {
	clear: both;
	color: #000;
	font-family: "MontBlanc", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 200;
	line-height: 1.25;
	margin-bottom: 0.5em;
	margin-top: 0;
}

body:not(.wp-admin) h1 .eyebrow, body:not(.wp-admin) .h1 .eyebrow,
body:not(.wp-admin) h2 .eyebrow, body:not(.wp-admin) .h2 .eyebrow,
body:not(.wp-admin) h3 .eyebrow, body:not(.wp-admin) .h3 .eyebrow,
body:not(.wp-admin) h4 .eyebrow, body:not(.wp-admin) .h4 .eyebrow,
body:not(.wp-admin) h5 .eyebrow, body:not(.wp-admin) .h5 .eyebrow,
body:not(.wp-admin) h6 .eyebrow, body:not(.wp-admin) .h6 .eyebrow {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 600;
}

body:not(.wp-admin) h4, body:not(.wp-admin) .h4,
body:not(.wp-admin) h5, body:not(.wp-admin) .h5,
body:not(.wp-admin) h6, body:not(.wp-admin) .h6 {
	font-weight: 600;
}

body:not(.wp-admin) p {
	margin-bottom: 1.5em;
	line-height: 1.25;
	font-size: 1rem;
	font-family: "Calluna", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body:not(.wp-admin) dfn,
body:not(.wp-admin) cite,
body:not(.wp-admin) em,
body:not(.wp-admin) i {
	font-style: italic;
}

body:not(.wp-admin) blockquote {
	margin: 0 1.5em;
}

body:not(.wp-admin) address {
	margin: 0 0 1.5em;
}

body:not(.wp-admin) pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

body:not(.wp-admin) code,
body:not(.wp-admin) kbd,
body:not(.wp-admin) tt,
body:not(.wp-admin) var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

body:not(.wp-admin) abbr,
body:not(.wp-admin) acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

body:not(.wp-admin) mark,
body:not(.wp-admin) ins {
	background: #fff9c0;
	text-decoration: none;
}

body:not(.wp-admin) big {
	font-size: 125%;
}

body:not(.wp-admin) body {
	background: #fff;
}

body:not(.wp-admin) hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

body:not(.wp-admin) ul,
body:not(.wp-admin) ol {
	margin: 0 0 1.5em 0em;
	line-height: 1.25;
	font-size: 1rem;
	font-family: "Calluna", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body:not(.wp-admin) ul {
	list-style: disc;
}

body:not(.wp-admin) ol {
	list-style: decimal;
}

body:not(.wp-admin) li > ul,
body:not(.wp-admin) li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

body:not(.wp-admin) dt {
	font-weight: 700;
}

body:not(.wp-admin) dd {
	margin: 0 1.5em 1.5em;
}

body:not(.wp-admin) embed,
body:not(.wp-admin) iframe,
body:not(.wp-admin) object {
	max-width: 100%;
}

body:not(.wp-admin) img {
	height: auto;
	max-width: 100%;
	width: 100%;
	display: block;
}

body:not(.wp-admin) figure {
	margin: 1em 0;
}

body:not(.wp-admin) table {
	margin: 0 0 1.5em;
	width: 100%;
}

body:not(.wp-admin) a:not(.acf-button) {
	color: #81B8FF;
}

body:not(.wp-admin) a:not(.acf-button):visited {
	color: #81B8FF;
}

body:not(.wp-admin) a:not(.acf-button):hover, body:not(.wp-admin) a:not(.acf-button):focus, body:not(.wp-admin) a:not(.acf-button):active {
	color: #191970;
}

body:not(.wp-admin) a:not(.acf-button):focus {
	outline: thin dotted;
}

body:not(.wp-admin) a:not(.acf-button):hover, body:not(.wp-admin) a:not(.acf-button):active {
	outline: 0;
}

body:not(.wp-admin) .btn-alignment {
	display: flex;
	flex-direction: column;
}

body:not(.wp-admin) .btn-alignment a.btn {
	width: 100% !important;
}

body:not(.wp-admin) .btn-alignment.left {
	margin-right: auto;
}

body:not(.wp-admin) .btn-alignment.right {
	margin-left: auto;
}

body:not(.wp-admin) .btn-alignment.center {
	margin-left: auto;
	margin-right: auto;
}

body:not(.wp-admin) a.btn-primary,
body:not(.wp-admin) button,
body:not(.wp-admin) input[type="button"],
body:not(.wp-admin) input[type="reset"],
body:not(.wp-admin) input[type="submit"],
body:not(.wp-admin) .gform_button {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

body:not(.wp-admin) a.btn-primary:hover,
body:not(.wp-admin) button:hover,
body:not(.wp-admin) input[type="button"]:hover,
body:not(.wp-admin) input[type="reset"]:hover,
body:not(.wp-admin) input[type="submit"]:hover,
body:not(.wp-admin) .gform_button:hover {
	border-color: #ccc #bbb #aaa;
}

body:not(.wp-admin) a.btn-primary:active, body:not(.wp-admin) a.btn-primary:focus,
body:not(.wp-admin) button:active,
body:not(.wp-admin) button:focus,
body:not(.wp-admin) input[type="button"]:active,
body:not(.wp-admin) input[type="button"]:focus,
body:not(.wp-admin) input[type="reset"]:active,
body:not(.wp-admin) input[type="reset"]:focus,
body:not(.wp-admin) input[type="submit"]:active,
body:not(.wp-admin) input[type="submit"]:focus,
body:not(.wp-admin) .gform_button:active,
body:not(.wp-admin) .gform_button:focus {
	border-color: #aaa #bbb #bbb;
}

body:not(.wp-admin) a.btn-primary.btn,
body:not(.wp-admin) button.btn,
body:not(.wp-admin) input[type="button"].btn,
body:not(.wp-admin) input[type="reset"].btn,
body:not(.wp-admin) input[type="submit"].btn,
body:not(.wp-admin) .gform_button.btn {
	border: 2px solid;
	background-color: transparent;
	color: #000;
	border: 0;
	font-weight: bold;
	font-family: "MontBlanc", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	position: relative;
	border-radius: 10px;
	padding: 1em 1em;
	display: flex;
	align-items: center;
	background: #fff;
	margin-top: 1em;
	max-width: 300px;
	width: auto;
	align-self: flex-start;
	justify-content: space-between;
}

body:not(.wp-admin) a.btn-primary.btn svg,
body:not(.wp-admin) button.btn svg,
body:not(.wp-admin) input[type="button"].btn svg,
body:not(.wp-admin) input[type="reset"].btn svg,
body:not(.wp-admin) input[type="submit"].btn svg,
body:not(.wp-admin) .gform_button.btn svg {
	display: block;
	margin-left: 0.75em;
	height: 16px;
}

body:not(.wp-admin) a.btn-primary.btn:hover,
body:not(.wp-admin) button.btn:hover,
body:not(.wp-admin) input[type="button"].btn:hover,
body:not(.wp-admin) input[type="reset"].btn:hover,
body:not(.wp-admin) input[type="submit"].btn:hover,
body:not(.wp-admin) .gform_button.btn:hover {
	background: #81b8ff;
	background: linear-gradient(90deg, #81b8ff 0%, #cacde3 50%, #ffccb2 100%);
	color: #000;
}

body:not(.wp-admin) a.btn-primary.btn::before,
body:not(.wp-admin) button.btn::before,
body:not(.wp-admin) input[type="button"].btn::before,
body:not(.wp-admin) input[type="reset"].btn::before,
body:not(.wp-admin) input[type="submit"].btn::before,
body:not(.wp-admin) .gform_button.btn::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	padding: 2px;
	background: linear-gradient(45deg, #81b8ff, #cacde3, #ffccb2);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

body:not(.wp-admin) a.btn-primary.btn::after,
body:not(.wp-admin) button.btn::after,
body:not(.wp-admin) input[type="button"].btn::after,
body:not(.wp-admin) input[type="reset"].btn::after,
body:not(.wp-admin) input[type="submit"].btn::after,
body:not(.wp-admin) .gform_button.btn::after {
	content: url("data:image/svg+xml; utf8,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.802429 0.908844L10 10.0987' stroke='black' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M10 8.90884L0.802429 18.0912' stroke='black' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E");
	margin-left: 1em;
}

body:not(.wp-admin) input[type="text"],
body:not(.wp-admin) input[type="email"],
body:not(.wp-admin) input[type="url"],
body:not(.wp-admin) input[type="password"],
body:not(.wp-admin) input[type="search"],
body:not(.wp-admin) input[type="number"],
body:not(.wp-admin) input[type="tel"],
body:not(.wp-admin) input[type="range"],
body:not(.wp-admin) input[type="date"],
body:not(.wp-admin) input[type="month"],
body:not(.wp-admin) input[type="week"],
body:not(.wp-admin) input[type="time"],
body:not(.wp-admin) input[type="datetime"],
body:not(.wp-admin) input[type="datetime-local"],
body:not(.wp-admin) input[type="color"],
body:not(.wp-admin) textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

body:not(.wp-admin) input[type="text"]:focus,
body:not(.wp-admin) input[type="email"]:focus,
body:not(.wp-admin) input[type="url"]:focus,
body:not(.wp-admin) input[type="password"]:focus,
body:not(.wp-admin) input[type="search"]:focus,
body:not(.wp-admin) input[type="number"]:focus,
body:not(.wp-admin) input[type="tel"]:focus,
body:not(.wp-admin) input[type="range"]:focus,
body:not(.wp-admin) input[type="date"]:focus,
body:not(.wp-admin) input[type="month"]:focus,
body:not(.wp-admin) input[type="week"]:focus,
body:not(.wp-admin) input[type="time"]:focus,
body:not(.wp-admin) input[type="datetime"]:focus,
body:not(.wp-admin) input[type="datetime-local"]:focus,
body:not(.wp-admin) input[type="color"]:focus,
body:not(.wp-admin) textarea:focus {
	color: #111;
}

body:not(.wp-admin) select {
	border: 1px solid #ccc;
}

body:not(.wp-admin) textarea {
	width: 100%;
}

.editor-styles-wrapper .wp-block {
	/* Typography
    --------------------------------------------- */
	/* Elements
    --------------------------------------------- */
	/* Make sure embeds and iframes fit their containers. */
	/* Links
    --------------------------------------------- */
	/* Forms
    --------------------------------------------- */
	width: 100%;
	max-width: none;
}

.editor-styles-wrapper .wp-block body,
.editor-styles-wrapper .wp-block button,
.editor-styles-wrapper .wp-block input,
.editor-styles-wrapper .wp-block select,
.editor-styles-wrapper .wp-block optgroup,
.editor-styles-wrapper .wp-block textarea {
	color: #000;
	font-family: "Calluna", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.25;
}

.editor-styles-wrapper .wp-block nav a {
	font-family: "MontBlanc", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.editor-styles-wrapper .wp-block h1, .editor-styles-wrapper .wp-block .h1,
.editor-styles-wrapper .wp-block h2, .editor-styles-wrapper .wp-block .h2,
.editor-styles-wrapper .wp-block h3, .editor-styles-wrapper .wp-block .h3,
.editor-styles-wrapper .wp-block h4, .editor-styles-wrapper .wp-block .h4,
.editor-styles-wrapper .wp-block h5, .editor-styles-wrapper .wp-block .h5,
.editor-styles-wrapper .wp-block h6, .editor-styles-wrapper .wp-block .h6 {
	clear: both;
	color: #000;
	font-family: "MontBlanc", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 200;
	line-height: 1.25;
	margin-bottom: 0.5em;
	margin-top: 0;
}

.editor-styles-wrapper .wp-block h1 .eyebrow, .editor-styles-wrapper .wp-block .h1 .eyebrow,
.editor-styles-wrapper .wp-block h2 .eyebrow, .editor-styles-wrapper .wp-block .h2 .eyebrow,
.editor-styles-wrapper .wp-block h3 .eyebrow, .editor-styles-wrapper .wp-block .h3 .eyebrow,
.editor-styles-wrapper .wp-block h4 .eyebrow, .editor-styles-wrapper .wp-block .h4 .eyebrow,
.editor-styles-wrapper .wp-block h5 .eyebrow, .editor-styles-wrapper .wp-block .h5 .eyebrow,
.editor-styles-wrapper .wp-block h6 .eyebrow, .editor-styles-wrapper .wp-block .h6 .eyebrow {
	font-size: 1rem;
	text-transform: uppercase;
	font-weight: 600;
}

.editor-styles-wrapper .wp-block h4, .editor-styles-wrapper .wp-block .h4,
.editor-styles-wrapper .wp-block h5, .editor-styles-wrapper .wp-block .h5,
.editor-styles-wrapper .wp-block h6, .editor-styles-wrapper .wp-block .h6 {
	font-weight: 600;
}

.editor-styles-wrapper .wp-block p {
	margin-bottom: 1.5em;
	line-height: 1.25;
	font-size: 1rem;
	font-family: "Calluna", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.editor-styles-wrapper .wp-block dfn,
.editor-styles-wrapper .wp-block cite,
.editor-styles-wrapper .wp-block em,
.editor-styles-wrapper .wp-block i {
	font-style: italic;
}

.editor-styles-wrapper .wp-block blockquote {
	margin: 0 1.5em;
}

.editor-styles-wrapper .wp-block address {
	margin: 0 0 1.5em;
}

.editor-styles-wrapper .wp-block pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

.editor-styles-wrapper .wp-block code,
.editor-styles-wrapper .wp-block kbd,
.editor-styles-wrapper .wp-block tt,
.editor-styles-wrapper .wp-block var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.editor-styles-wrapper .wp-block abbr,
.editor-styles-wrapper .wp-block acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.editor-styles-wrapper .wp-block mark,
.editor-styles-wrapper .wp-block ins {
	background: #fff9c0;
	text-decoration: none;
}

.editor-styles-wrapper .wp-block big {
	font-size: 125%;
}

.editor-styles-wrapper .wp-block body {
	background: #fff;
}

.editor-styles-wrapper .wp-block hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

.editor-styles-wrapper .wp-block ul,
.editor-styles-wrapper .wp-block ol {
	margin: 0 0 1.5em 0em;
	line-height: 1.25;
	font-size: 1rem;
	font-family: "Calluna", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.editor-styles-wrapper .wp-block ul {
	list-style: disc;
}

.editor-styles-wrapper .wp-block ol {
	list-style: decimal;
}

.editor-styles-wrapper .wp-block li > ul,
.editor-styles-wrapper .wp-block li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

.editor-styles-wrapper .wp-block dt {
	font-weight: 700;
}

.editor-styles-wrapper .wp-block dd {
	margin: 0 1.5em 1.5em;
}

.editor-styles-wrapper .wp-block embed,
.editor-styles-wrapper .wp-block iframe,
.editor-styles-wrapper .wp-block object {
	max-width: 100%;
}

.editor-styles-wrapper .wp-block img {
	height: auto;
	max-width: 100%;
	width: 100%;
	display: block;
}

.editor-styles-wrapper .wp-block figure {
	margin: 1em 0;
}

.editor-styles-wrapper .wp-block table {
	margin: 0 0 1.5em;
	width: 100%;
}

.editor-styles-wrapper .wp-block a:not(.acf-button) {
	color: #81B8FF;
}

.editor-styles-wrapper .wp-block a:not(.acf-button):visited {
	color: #81B8FF;
}

.editor-styles-wrapper .wp-block a:not(.acf-button):hover, .editor-styles-wrapper .wp-block a:not(.acf-button):focus, .editor-styles-wrapper .wp-block a:not(.acf-button):active {
	color: #191970;
}

.editor-styles-wrapper .wp-block a:not(.acf-button):focus {
	outline: thin dotted;
}

.editor-styles-wrapper .wp-block a:not(.acf-button):hover, .editor-styles-wrapper .wp-block a:not(.acf-button):active {
	outline: 0;
}

.editor-styles-wrapper .wp-block .btn-alignment {
	display: flex;
	flex-direction: column;
}

.editor-styles-wrapper .wp-block .btn-alignment a.btn {
	width: 100% !important;
}

.editor-styles-wrapper .wp-block .btn-alignment.left {
	margin-right: auto;
}

.editor-styles-wrapper .wp-block .btn-alignment.right {
	margin-left: auto;
}

.editor-styles-wrapper .wp-block .btn-alignment.center {
	margin-left: auto;
	margin-right: auto;
}

.editor-styles-wrapper .wp-block a.btn-primary,
.editor-styles-wrapper .wp-block button,
.editor-styles-wrapper .wp-block input[type="button"],
.editor-styles-wrapper .wp-block input[type="reset"],
.editor-styles-wrapper .wp-block input[type="submit"],
.editor-styles-wrapper .wp-block .gform_button {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

.editor-styles-wrapper .wp-block a.btn-primary:hover,
.editor-styles-wrapper .wp-block button:hover,
.editor-styles-wrapper .wp-block input[type="button"]:hover,
.editor-styles-wrapper .wp-block input[type="reset"]:hover,
.editor-styles-wrapper .wp-block input[type="submit"]:hover,
.editor-styles-wrapper .wp-block .gform_button:hover {
	border-color: #ccc #bbb #aaa;
}

.editor-styles-wrapper .wp-block a.btn-primary:active, .editor-styles-wrapper .wp-block a.btn-primary:focus,
.editor-styles-wrapper .wp-block button:active,
.editor-styles-wrapper .wp-block button:focus,
.editor-styles-wrapper .wp-block input[type="button"]:active,
.editor-styles-wrapper .wp-block input[type="button"]:focus,
.editor-styles-wrapper .wp-block input[type="reset"]:active,
.editor-styles-wrapper .wp-block input[type="reset"]:focus,
.editor-styles-wrapper .wp-block input[type="submit"]:active,
.editor-styles-wrapper .wp-block input[type="submit"]:focus,
.editor-styles-wrapper .wp-block .gform_button:active,
.editor-styles-wrapper .wp-block .gform_button:focus {
	border-color: #aaa #bbb #bbb;
}

.editor-styles-wrapper .wp-block a.btn-primary.btn,
.editor-styles-wrapper .wp-block button.btn,
.editor-styles-wrapper .wp-block input[type="button"].btn,
.editor-styles-wrapper .wp-block input[type="reset"].btn,
.editor-styles-wrapper .wp-block input[type="submit"].btn,
.editor-styles-wrapper .wp-block .gform_button.btn {
	border: 2px solid;
	background-color: transparent;
	color: #000;
	border: 0;
	font-weight: bold;
	font-family: "MontBlanc", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	position: relative;
	border-radius: 10px;
	padding: 1em 1em;
	display: flex;
	align-items: center;
	background: #fff;
	margin-top: 1em;
	max-width: 300px;
	width: auto;
	align-self: flex-start;
	justify-content: space-between;
}

.editor-styles-wrapper .wp-block a.btn-primary.btn svg,
.editor-styles-wrapper .wp-block button.btn svg,
.editor-styles-wrapper .wp-block input[type="button"].btn svg,
.editor-styles-wrapper .wp-block input[type="reset"].btn svg,
.editor-styles-wrapper .wp-block input[type="submit"].btn svg,
.editor-styles-wrapper .wp-block .gform_button.btn svg {
	display: block;
	margin-left: 0.75em;
	height: 16px;
}

.editor-styles-wrapper .wp-block a.btn-primary.btn:hover,
.editor-styles-wrapper .wp-block button.btn:hover,
.editor-styles-wrapper .wp-block input[type="button"].btn:hover,
.editor-styles-wrapper .wp-block input[type="reset"].btn:hover,
.editor-styles-wrapper .wp-block input[type="submit"].btn:hover,
.editor-styles-wrapper .wp-block .gform_button.btn:hover {
	background: #81b8ff;
	background: linear-gradient(90deg, #81b8ff 0%, #cacde3 50%, #ffccb2 100%);
	color: #000;
}

.editor-styles-wrapper .wp-block a.btn-primary.btn::before,
.editor-styles-wrapper .wp-block button.btn::before,
.editor-styles-wrapper .wp-block input[type="button"].btn::before,
.editor-styles-wrapper .wp-block input[type="reset"].btn::before,
.editor-styles-wrapper .wp-block input[type="submit"].btn::before,
.editor-styles-wrapper .wp-block .gform_button.btn::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 10px;
	padding: 2px;
	background: linear-gradient(45deg, #81b8ff, #cacde3, #ffccb2);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
}

.editor-styles-wrapper .wp-block a.btn-primary.btn::after,
.editor-styles-wrapper .wp-block button.btn::after,
.editor-styles-wrapper .wp-block input[type="button"].btn::after,
.editor-styles-wrapper .wp-block input[type="reset"].btn::after,
.editor-styles-wrapper .wp-block input[type="submit"].btn::after,
.editor-styles-wrapper .wp-block .gform_button.btn::after {
	content: url("data:image/svg+xml; utf8,%3Csvg width='11' height='19' viewBox='0 0 11 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.802429 0.908844L10 10.0987' stroke='black' stroke-width='1.5' stroke-miterlimit='10'/%3E%3Cpath d='M10 8.90884L0.802429 18.0912' stroke='black' stroke-width='1.5' stroke-miterlimit='10'/%3E%3C/svg%3E");
	margin-left: 1em;
}

.editor-styles-wrapper .wp-block input[type="text"],
.editor-styles-wrapper .wp-block input[type="email"],
.editor-styles-wrapper .wp-block input[type="url"],
.editor-styles-wrapper .wp-block input[type="password"],
.editor-styles-wrapper .wp-block input[type="search"],
.editor-styles-wrapper .wp-block input[type="number"],
.editor-styles-wrapper .wp-block input[type="tel"],
.editor-styles-wrapper .wp-block input[type="range"],
.editor-styles-wrapper .wp-block input[type="date"],
.editor-styles-wrapper .wp-block input[type="month"],
.editor-styles-wrapper .wp-block input[type="week"],
.editor-styles-wrapper .wp-block input[type="time"],
.editor-styles-wrapper .wp-block input[type="datetime"],
.editor-styles-wrapper .wp-block input[type="datetime-local"],
.editor-styles-wrapper .wp-block input[type="color"],
.editor-styles-wrapper .wp-block textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

.editor-styles-wrapper .wp-block input[type="text"]:focus,
.editor-styles-wrapper .wp-block input[type="email"]:focus,
.editor-styles-wrapper .wp-block input[type="url"]:focus,
.editor-styles-wrapper .wp-block input[type="password"]:focus,
.editor-styles-wrapper .wp-block input[type="search"]:focus,
.editor-styles-wrapper .wp-block input[type="number"]:focus,
.editor-styles-wrapper .wp-block input[type="tel"]:focus,
.editor-styles-wrapper .wp-block input[type="range"]:focus,
.editor-styles-wrapper .wp-block input[type="date"]:focus,
.editor-styles-wrapper .wp-block input[type="month"]:focus,
.editor-styles-wrapper .wp-block input[type="week"]:focus,
.editor-styles-wrapper .wp-block input[type="time"]:focus,
.editor-styles-wrapper .wp-block input[type="datetime"]:focus,
.editor-styles-wrapper .wp-block input[type="datetime-local"]:focus,
.editor-styles-wrapper .wp-block input[type="color"]:focus,
.editor-styles-wrapper .wp-block textarea:focus {
	color: #111;
}

.editor-styles-wrapper .wp-block select {
	border: 1px solid #ccc;
}

.editor-styles-wrapper .wp-block textarea {
	width: 100%;
}

.editor-styles-wrapper .wp-block .acf-block-preview {
	font-family: 'Prompt', sans-serif;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.site-branding {
	max-width: 100px;
}

.site-header {
	display: flex;
	padding-top: 1em;
	padding-bottom: 1em;
	position: relative;
	z-index: 1;
	background: #fff;
}

.navbar {
	justify-content: space-between !important;
}

.main-navigation {
	display: block;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	background-color: #fff;
	display: none;
	flex-direction: column;
	float: left;
	left: -999em;
	position: absolute;
	top: 100%;
	z-index: 99999;
}

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

.main-navigation ul ul li {
	padding: 0.5em 0;
	margin-left: 1em;
}

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

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

.main-navigation ul .dropdown-toggle {
	border-radius: 0;
	padding: 0 0.45em;
	margin-left: 0.5em;
	border-radius: 100%;
	box-shadow: none;
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	cursor: pointer;
	outline: inherit;
}

.main-navigation ul .dropdown-toggle.hover + ul,
.main-navigation ul .dropdown-toggle.focus + ul {
	left: auto;
	display: flex;
}

.main-navigation ul .dropdown-toggle::after {
	display: none;
}

.main-navigation li {
	position: relative;
	display: flex;
}

.main-navigation a {
	display: flex;
	text-decoration: none;
	color: #000000 !important;
	white-space: nowrap;
}

.main-navigation a button {
	background-color: transparent;
}

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

.menu-toggle + div {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	/* height: 100vh; */
	background: white;
	z-index: 10;
	max-width: 100vw;
}

.menu-toggle[aria-expanded="true"] + div {
	height: 100vh;
	overflow: scroll;
}

@media screen and (max-width: 63.9em) {
	.main-navigation li {
		justify-content: space-between;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.main-navigation .dropdown-toggle {
		border-radius: 0;
		border: 0px solid;
		border-left: 1px solid black;
	}
	.site-header {
		position: sticky;
		top: 0;
		background: white;
		z-index: 100;
	}
	.sub-menu {
		position: relative;
	}
	.focus {
		position: relative;
	}
	.menu-item {
		flex-wrap: wrap;
	}
	.menu-item-has-children > a {
		flex: 0 0 90%;
	}
	.dropdown-toggle {
		flex: 0 0 5%;
	}
	.main-navigation ul ul {
		left: 0;
	}
	.dropdown-toggle + .sub-menu {
		flex: 0 0 100%;
		flex-basis: 100%;
		position: relative;
	}
}

@media screen and (min-width: 64em) {
	.site-header {
		justify-content: space-between;
	}
	.menu-toggle {
		display: none;
	}
	.menu-toggle + div {
		position: relative;
		width: initial;
		left: 0;
		right: 0;
		padding: initial;
		/* height: 100vh; */
		background: transparent;
		z-index: 0;
		max-width: auto;
	}
	.dropdown-toggle:hover + ul,
	.dropdown-toggle.focus + ul {
		left: auto;
	}
	.main-navigation ul {
		display: flex;
		justify-content: end;
	}
	.main-navigation ul li {
		margin-left: 1.5em;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.hero-gradient {
	background: #ffccb2;
	background: linear-gradient(180deg, #ffccb2 0%, rgba(255, 204, 178, 0) 100%);
}

.acf-block-preview .hero-gradient {
	margin-top: -4em;
}

.sticky {
	display: block;
}

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

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

section {
	padding: 4em 0;
}

section:not(.hero) {
	position: relative;
}

.bg-img {
	background-position: center center;
	background-size: cover;
}

img.rounded-corner,
.case-study-thumb img {
	border-radius: 15px;
}

img.gray-stroke {
	border: 1px solid #DBDBDB;
}

/* Image with ‘data’ attribute is hidden */
.hero {
	background-position: center center;
	background-size: cover;
	overflow: hidden;
}

.hero .container {
	position: relative;
}

.hero .content-wrap {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.hero .swiper {
	border-radius: 50px 0 0 50px;
}

@media (max-width: 991px) {
	.hero {
		padding-bottom: 0;
	}
	.hero .swiper {
		margin-right: -15px;
		margin-left: -15px;
		margin-top: 2em;
		border-radius: 0;
	}
}

@media (min-width: 992px) {
	.hero .swiper {
		margin-right: calc(-1 * (100vw - 960px + 30px)/2);
	}
}

@media (min-width: 1200px) {
	.hero .swiper {
		margin-right: calc(-1 * (100vw - 1140px + 30px)/2);
	}
}

.img-grid img {
	margin-top: 1em;
	margin-bottom: 1em;
}

.contact-form img {
	padding: 0;
	margin: 0;
}

.contact-form .wpcf7-form input,
.contact-form .wpcf7-form span,
.contact-form .wpcf7-form label {
	width: 100%;
}

.contact-form .wpcf7-form label {
	margin-bottom: 1em;
}

.contact-form .contact-form-column {
	padding: 4em 3em;
}

.timeline img {
	padding: 0;
	margin: 0;
}

.leadership .item {
	margin-bottom: 1em;
}

.leadership p {
	margin-bottom: 0.5em !important;
	font-size: 0.85rem !important;
}

.leadership p:first-of-type {
	margin-top: 0.75rem !important;
	margin-bottom: 0 !important;

}

.filters {
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	display: flex;
}

.filters .filter {
	background: transparent;
	display: block;
	border-radius: 0;
	border: 0px;
	text-transform: uppercase;
	padding: 1em;
	margin-bottom: 0 !important;
	margin-right: 1em;
	text-decoration: none;
	color: #404040 !important;
	cursor: pointer;
	position: relative;
}

.filters .filter.inactiveLink {
	pointer-events: none;
	cursor: default;
}

.filters .filter.active::after {
	content: "";
	height: 5px;
	background: #81b8ff;
	background: linear-gradient(90deg, #81b8ff 0%, #cacde3 50%, #ffccb2 100%);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.links {
	margin-top: 3em;
	margin-bottom: 1em;
}

.case-study-grid .case-study-content {
	padding: 4em;
	position: relative;
	z-index: 1;
}

.case-study-grid .case-study-thumb {
	margin-bottom: 2em;
}

.case-study-grid .case-study-item {
	margin-top: 2em;
	margin-bottom: 2em;
	position: relative;
}

.case-study-grid .case-study-item:nth-child(even) {
	margin-top: 8em !important;
}

.case-study-grid .case-study-item .vector-shape-bg {
	position: absolute;
	z-index: 0;
	max-width: 79%;
	top: 7em;
}

.case-study-grid .case-study-item .vector-shape-bg.vector-shape-bg-r {
	right: 0;
}

.case-study-grid .case-study-item .vector-shape-bg.vector-shape-bg-l {
	left: 0;
	top: 10em;
}

.logo-slide img {
	max-width: 80% !important;
	margin: 0 auto;
}

.logo-gallery img {
	padding: 1em;
}

.vibe-w-us {
	overflow: hidden;
}

.vibe-w-us .swiper {
	overflow: visible;
}

.block-editor-block-list__layout {
	overflow: hidden;
}

#tiktok-feed-feed-0 .tiktok-feed-item {
	padding: 0 !important;
}

.tiktok-feed__actions {
	display: none !important;
}

a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
	margin-top: 0 !important;
	margin-left: 0 !important;
}

.newsletter-links {
	overflow: hidden;
}

.newsletter-links .indication {
	text-align: center;
	opacity: 0;
	pointer-events: none;
}

.newsletter-links .indication.active {
	opacity: 1;
}

.newsletter-links .indication .left,
.newsletter-links .indication .right {
	opacity: 0;
}

.newsletter-links .indication .left.active,
.newsletter-links .indication .right.active {
	opacity: 1;
}

.newsletter-links-inner {
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
}

.newsletter-nav .anchor-link {
	font-size: 0.85rem;
	line-height: 1.3;
	display: flex;
	padding-right: 1em;
	padding-left: 1em;
	text-align: center;
	text-decoration: none;
	flex-direction: column;
	font-weight: 600;
	color: #404040 !important;
	min-height: 63px;
	justify-content: center;
}

.newsletter-press-block .newsletter-press-item-row {
	display: flex;
}

.newsletter-press-block .newsletter-press-item-row:nth-of-type(even) {
	flex-direction: row-reverse;
}

.newsletter-press-block .image-wrap {
	position: relative;
}

.newsletter-press-block .newsletter-press-logo {
	position: absolute;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	bottom: -15px;
	border: 1px solid #DBDBDB;
	right: -10px;
	border-radius: 10px;
}

.newsletter-photo-grid-block .content {
	padding: 0.5em;
}

.newsletter-photo-grid-block .content .h6 {
	margin-bottom: 0.25em;
}

.newsletter-photo-grid-block .content a {
	color: #404040 !important;
	text-decoration: none;
}

.newsletter-collage-block .collage__images-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.newsletter-collage-block .collage-on-top {
	margin-top: 2em;
	margin-bottom: 3em;
}

.newsletter-collage-block .collage-on-top .image-in-collage {
	width: 25%;
}

.newsletter-collage-block .collage-on-top .image-in-collage:first-of-type {
	transform: translate(10%, -10px);
	z-index: 1;
}

.newsletter-collage-block .collage-on-top .image-in-collage:nth-of-type(2) {
	transform: translate(15px, 10px);
	z-index: 2;
}

.newsletter-collage-block .collage-on-top .image-in-collage:nth-of-type(3) {
	transform: translate(4%, -15%);
	z-index: 3;
}

.newsletter-collage-block .collage-on-top .image-in-collage:nth-of-type(4) {
	transform: translate(-15%, -5%);
	z-index: 4;
}

.newsletter-collage-block .image-in-collage {
	width: 50%;
}

.newsletter-collage-block .image-in-collage:first-of-type {
	margin-right: -10px;
	z-index: 3;
}

.newsletter-collage-block .image-in-collage:nth-of-type(2) {
	transform: translateY(50%);
	z-index: 2;
}

.newsletter-collage-block .image-in-collage:nth-of-type(3) {
	transform: translate(10%, -10%);
}

.mailchimp-subscribe-form {
	margin-top: 2em;
}

.mailchimp-subscribe-form.on-black-bg .mce_inline_error {
	color: white;
}

.mailchimp-subscribe-form.on-black-bg #mce-responses,
.mailchimp-subscribe-form.on-black-bg #mce-success-response,
.mailchimp-subscribe-form.on-black-bg #mce-error-response {
	color: white;
}

.mailchimp-subscribe-form.on-black-bg label {
	color: #fff;
}

.mailchimp-subscribe-form.on-black-bg input[type="EMAIL"] {
	padding: 1em;
	margin-top: 0.5em;
	margin-bottom: 1em;
	background-color: #4D4D4D;
	border: 0px;
	border-radius: 0;
	color: #fff;
}

.mailchimp-subscribe-form.on-black-bg input,
.mailchimp-subscribe-form.on-black-bg select,
.mailchimp-subscribe-form.on-black-bg textarea {
	color: #fff;
}

.mailchimp-subscribe-form.on-black-bg input:focus,
.mailchimp-subscribe-form.on-black-bg select:focus,
.mailchimp-subscribe-form.on-black-bg textarea:focus {
	color: #fff !important;
}

.mailchimp-subscribe-form .indicates-required {
	display: none;
}

.job-listings .accordion-button {
	background: #fff !important;
	border-radius: 0;
	padding-bottom: 0.75em;
	border-top: none;
	border-left: none;
	border-right: none;
	box-shadow: none;
}

.job-listings .accordion-button .h6 {
	margin-bottom: 0;
}

.job-listings .accordion-button .h6:first-of-type {
	width: 50%;
}

.job-listings .accordion-button .h6:nth-of-type(2), .job-listings .accordion-button .h6:nth-of-type(3) {
	width: 25%;
}

@media screen and (max-width: 63.9em) {
	section {
		padding: 2em 0;
	}
	.contact-form .contact-form-column {
		padding: 4em 1em;
	}
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/* Footer
--------------------------------------------- */
footer.site-footer {
	background: #000;
	padding-top: 3em;
}

footer.site-footer h2 {
	color: #fff !important;
}

footer.site-footer .site-info {
	margin-top: 3em;
	padding: 0.25em 0;
	background: #81b8ff;
	background: linear-gradient(90deg, #81b8ff 0%, #cacde3 50%, #ffccb2 100%);
	color: #000;
	font-family: "MontBlanc", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

footer.site-footer .site-info p {
	margin-top: 0.25em;
	margin-bottom: 0;
}

footer.site-footer .postItem {
	display: block;
}

footer.site-footer .feed-link {
	color: #81B8FF !important;
	text-decoration: none !important;
	margin-bottom: 1em !important;
	display: block;
}

footer.site-footer .feed-link:hover {
	color: inherit;
}

.bg-image .img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	border-radius: 15px;
	border: 0.5px solid #fff;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

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