@charset "UTF-8";
/*!
Theme Name: greenshift-child
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: greenshift-child
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.

greenshift-child 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
	- Blocks
# Utilities
	- Accessibility
	- Alignments
	

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-family: "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
.h1 {
	font-family: "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 400;
	margin-top: 0;
	clear: both;
}

h2,
.h2 {
	font-family: "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 400;
	margin-top: 0;
	clear: both;
}

h3,
.h3 {
	font-family: "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 400;
	margin-top: 0;
	clear: both;
}

h4,
.h4 {
	font-family: "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 400;
	margin-top: 0;
	clear: both;
}

h5, h6,
.h6,
.h5 {
	font-family: "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 400;
	margin-top: 0;
	clear: both;
}

h6,
.h6 {
	font-family: "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-weight: 400;
	margin-top: 0;
	clear: both;
}

h1,
.h1,
.has-large-font-size {
	font-size: 2.5rem;
	line-height: 1.5;
}

h2,
.h2 {
	font-size: 2.1875rem;
	line-height: 1.5;
}

h3,
.h3 {
	font-size: 1.25rem;
	line-height: 1.5;
}

h4,
.h4 {
	font-size: 1.125rem;
}

h5, h6,
.h6,
.h5 {
	font-size: 1rem;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #32373C;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: none;
	counter-reset: custom-counter;
	padding-left: 4.375rem;
	margin-left: 0;
}

ol > li {
	counter-increment: custom-counter;
	position: relative;
	margin-bottom: 1.25rem;
	min-height: 2.8125rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

ol > li::before {
	content: counter(custom-counter);
	display: block;
	color: #32373C;
	background-color: #61D780;
	font-size: 1.25rem;
	line-height: 2.8125rem;
	font-weight: 600;
	text-align: center;
	width: 2.8125rem;
	height: 2.8125rem;
	border-radius: 50%;
	position: absolute;
	left: -70px;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

.wp-block-media-text h2.wp-block-heading,
.wp-block-media-text h3.wp-block-heading {
	font-weight: 400;
	font-size: 2.1875rem;
	letter-spacing: -0.01em;
	color: #414B5A;
	margin-bottom: 0.5rem;
}

@media screen and (max-width: 600px) {
	.wp-block-media-text h2.wp-block-heading,
	.wp-block-media-text h3.wp-block-heading {
		font-size: 1.75rem;
		line-height: 1.2;
		margin-top: 1.5rem;
	}
}

.wp-block-media-text h3.wp-block-heading {
	font-size: 1.875rem;
	margin-bottom: 1.25rem;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding-left: 0;
}

.wp-block-media-text:not(.has-media-on-the-right) .wp-block-media-text__content {
	padding-right: 0;
}

@media screen and (max-width: 600px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding-left: 0;
		padding-right: 0;
	}
}

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

/* Links
--------------------------------------------- */
a {
	color: #2B5797;
	text-decoration: underline;
}

a:visited {
	color: #2B5797;
}

a:hover, a:focus, a:active {
	color: #0F192C;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

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

a[target='_blank']:not(.wp-block-navigation-item__content):after {
	content: '';
	margin-left: 0.625rem;
	display: inline-block;
	width: 14px;
	height: 14px;
	background: currentColor;
	mask: url("src/images/external-link.svg") no-repeat center;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link,
.wp-block-post .wp-block-post-excerpt__more-link,
.wp-block-latest-posts li .wp-block-latest-posts__read-more,
:root .wp-block-file__button {
	border: 1px solid;
	border-color: #0692CC;
	background: #0692CC;
	color: #fff;
	border-radius: 2px;
	padding: 0.625rem 1.125rem;
	font-size: 0.875rem;
	line-height: 1.6;
	height: 44px;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0;
}

button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
.button:visited,
.single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:visited,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:visited,
.wp-block-post .wp-block-post-excerpt__more-link:visited,
.wp-block-latest-posts li .wp-block-latest-posts__read-more:visited,
:root .wp-block-file__button:visited {
	color: #fff;
}

button:hover, button:focus, button:focus-visible, button:focus-within,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:focus-visible,
input[type="button"]:focus-within,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:focus-visible,
input[type="reset"]:focus-within,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:focus-visible,
input[type="submit"]:focus-within,
.button:hover,
.single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover,
.wp-block-post .wp-block-post-excerpt__more-link:hover,
.wp-block-latest-posts li .wp-block-latest-posts__read-more:hover,
:root .wp-block-file__button:hover,
.button:focus,
.single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus,
.wp-block-post .wp-block-post-excerpt__more-link:focus,
.wp-block-latest-posts li .wp-block-latest-posts__read-more:focus,
:root .wp-block-file__button:focus,
.button:focus-visible,
.single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-visible,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-visible,
.wp-block-post .wp-block-post-excerpt__more-link:focus-visible,
.wp-block-latest-posts li .wp-block-latest-posts__read-more:focus-visible,
:root .wp-block-file__button:focus-visible,
.button:focus-within,
.single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-within,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-within,
.wp-block-post .wp-block-post-excerpt__more-link:focus-within,
.wp-block-latest-posts li .wp-block-latest-posts__read-more:focus-within,
:root .wp-block-file__button:focus-within {
	font-weight: 500;
	line-height: 1.6;
	height: 44px;
	color: #fff;
	border-color: #006893;
	background-color: #006893;
}

.button--primary, input[type="submit"], .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link, .wp-block-post .wp-block-post-excerpt__more-link, .wp-block-latest-posts li .wp-block-latest-posts__read-more {
	background: linear-gradient(to right, #0692CC 50%, white 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .4s ease-out;
	color: #000;
	border-color: #c2c2c2;
	border-radius: 0;
	position: relative;
}

.button--primary:visited, input:visited[type="submit"], .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:visited,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:visited, .wp-block-post .wp-block-post-excerpt__more-link:visited, .wp-block-latest-posts li .wp-block-latest-posts__read-more:visited {
	color: #000;
}

.button--primary:before, input[type="submit"]:before, .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:before,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:before, .wp-block-post .wp-block-post-excerpt__more-link:before, .wp-block-latest-posts li .wp-block-latest-posts__read-more:before {
	content: '';
	background-color: #0692CC;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
}

.button--primary:after, input[type="submit"]:after, .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:after,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:after, .wp-block-post .wp-block-post-excerpt__more-link:after, .wp-block-latest-posts li .wp-block-latest-posts__read-more:after {
	content: url("/wp-content/themes/greenshift-child/src/images/arrow-black.svg");
	margin-left: 15px;
}

.button--primary:hover, input:hover[type="submit"], .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover, .wp-block-post .wp-block-post-excerpt__more-link:hover, .wp-block-latest-posts li .wp-block-latest-posts__read-more:hover, .button--primary:focus, input:focus[type="submit"], .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus, .wp-block-post .wp-block-post-excerpt__more-link:focus, .wp-block-latest-posts li .wp-block-latest-posts__read-more:focus, .button--primary:focus-visible, input:focus-visible[type="submit"], .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-visible,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-visible, .wp-block-post .wp-block-post-excerpt__more-link:focus-visible, .wp-block-latest-posts li .wp-block-latest-posts__read-more:focus-visible, .button--primary:focus-within, input:focus-within[type="submit"], .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-within,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-within, .wp-block-post .wp-block-post-excerpt__more-link:focus-within, .wp-block-latest-posts li .wp-block-latest-posts__read-more:focus-within {
	background-position: left bottom;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	border-color: #0692CC;
}

.button--primary:hover:after, input[type="submit"]:hover:after, .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover:after,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover:after, .wp-block-post .wp-block-post-excerpt__more-link:hover:after, .wp-block-latest-posts li .wp-block-latest-posts__read-more:hover:after, .button--primary:focus:after, input[type="submit"]:focus:after, .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus:after,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus:after, .wp-block-post .wp-block-post-excerpt__more-link:focus:after, .wp-block-latest-posts li .wp-block-latest-posts__read-more:focus:after, .button--primary:focus-visible:after, input[type="submit"]:focus-visible:after, .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-visible:after,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-visible:after, .wp-block-post .wp-block-post-excerpt__more-link:focus-visible:after, .wp-block-latest-posts li .wp-block-latest-posts__read-more:focus-visible:after, .button--primary:focus-within:after, input[type="submit"]:focus-within:after, .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-within:after,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-within:after, .wp-block-post .wp-block-post-excerpt__more-link:focus-within:after, .wp-block-latest-posts li .wp-block-latest-posts__read-more:focus-within:after {
	content: url("/wp-content/themes/greenshift-child/src/images/arrow-white.svg");
}

.button--white, .site-header .courtesy-nav a.wp-block-button__link.wp-element-button, .site-header .courtesy-nav li.wp-block-button__link.wp-element-button {
	color: #2B5797;
	border-color: #fff;
	background: #fff;
}

.button--white:visited, .site-header .courtesy-nav a.wp-block-button__link.wp-element-button:visited, .site-header .courtesy-nav li.wp-block-button__link.wp-element-button:visited {
	color: #2B5797;
}

.button--white:hover, .site-header .courtesy-nav a.wp-block-button__link.wp-element-button:hover, .site-header .courtesy-nav li.wp-block-button__link.wp-element-button:hover, .button--white:focus, .site-header .courtesy-nav a.wp-block-button__link.wp-element-button:focus, .site-header .courtesy-nav li.wp-block-button__link.wp-element-button:focus, .button--white:focus-visible, .site-header .courtesy-nav a.wp-block-button__link.wp-element-button:focus-visible, .site-header .courtesy-nav li.wp-block-button__link.wp-element-button:focus-visible, .button--white:focus-within, .site-header .courtesy-nav a.wp-block-button__link.wp-element-button:focus-within, .site-header .courtesy-nav li.wp-block-button__link.wp-element-button:focus-within {
	color: #fff;
	border-color: #fff;
	background-color: #006893;
}

.button--blue {
	color: #fff;
	border-color: #2B5797;
	background: #2B5797;
}

.button--blue:visited {
	color: #fff;
}

.button--blue:hover, .button--blue:focus, .button--blue:focus-visible, .button--blue:focus-within {
	color: #000;
	border-color: #000;
	background-color: #fff;
}

.button--green {
	color: #000;
	border-color: #BFD601;
	background-color: #BFD601;
}

.button--green:visited {
	color: #000;
}

.button--green:hover, .button--green:focus, .button--green:focus-visible, .button--green:focus-within {
	color: #000;
	border-color: #000;
	background-color: #fff;
}

.button--with-arrow {
	position: relative;
}

.button--with-arrow:after {
	content: url("/wp-content/themes/greenshift-child/src/images/arrow-white.svg");
	margin-left: 15px;
}

.button--with-arrow.button--green:after {
	content: url("/wp-content/themes/greenshift-child/src/images/arrow-black.svg");
}

.button--with-arrow.button--blue:hover:after, .button--with-arrow.button--blue:focus:after, .button--with-arrow.button--blue:focus-visible:after, .button--with-arrow.button--blue:focus-within:after {
	content: url("/wp-content/themes/greenshift-child/src/images/arrow-black.svg");
}

.button--with-arrow.button--white:after, .site-header .courtesy-nav a.button--with-arrow.wp-block-button__link.wp-element-button:after, .site-header .courtesy-nav li.button--with-arrow.wp-block-button__link.wp-element-button:after {
	content: url("/wp-content/themes/greenshift-child/src/images/arrow-blue.svg");
}

.button--with-arrow.button--white:hover:after, .site-header .courtesy-nav a.button--with-arrow.wp-block-button__link.wp-element-button:hover:after, .site-header .courtesy-nav li.button--with-arrow.wp-block-button__link.wp-element-button:hover:after, .button--with-arrow.button--white:focus:after, .site-header .courtesy-nav a.button--with-arrow.wp-block-button__link.wp-element-button:focus:after, .site-header .courtesy-nav li.button--with-arrow.wp-block-button__link.wp-element-button:focus:after, .button--with-arrow.button--white:focus-visible:after, .site-header .courtesy-nav a.button--with-arrow.wp-block-button__link.wp-element-button:focus-visible:after, .site-header .courtesy-nav li.button--with-arrow.wp-block-button__link.wp-element-button:focus-visible:after, .button--with-arrow.button--white:focus-within:after, .site-header .courtesy-nav a.button--with-arrow.wp-block-button__link.wp-element-button:focus-within:after, .site-header .courtesy-nav li.button--with-arrow.wp-block-button__link.wp-element-button:focus-within:after {
	content: url("/wp-content/themes/greenshift-child/src/images/arrow-white.svg");
}

.button--chevron-down .wp-block-button__link:after {
	content: '\f078';
	color: inherit;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	margin-left: 5px;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #414B5A;
	border: 1px solid #CDDCDF;
	padding: 0.5rem;
	border-radius: 0.25rem;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5;
}

input[type="text"]:hover,
input[type="email"]:hover,
input[type="url"]:hover,
input[type="password"]:hover,
input[type="search"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
input[type="range"]:hover,
input[type="date"]:hover,
input[type="month"]:hover,
input[type="week"]:hover,
input[type="time"]:hover,
input[type="datetime"]:hover,
input[type="datetime-local"]:hover,
input[type="color"]:hover,
textarea:hover {
	border-color: #006893;
}

input[type="text"]:focus, input[type="text"]:focus-visible, input[type="text"]:focus-within,
input[type="email"]:focus,
input[type="email"]:focus-visible,
input[type="email"]:focus-within,
input[type="url"]:focus,
input[type="url"]:focus-visible,
input[type="url"]:focus-within,
input[type="password"]:focus,
input[type="password"]:focus-visible,
input[type="password"]:focus-within,
input[type="search"]:focus,
input[type="search"]:focus-visible,
input[type="search"]:focus-within,
input[type="number"]:focus,
input[type="number"]:focus-visible,
input[type="number"]:focus-within,
input[type="tel"]:focus,
input[type="tel"]:focus-visible,
input[type="tel"]:focus-within,
input[type="range"]:focus,
input[type="range"]:focus-visible,
input[type="range"]:focus-within,
input[type="date"]:focus,
input[type="date"]:focus-visible,
input[type="date"]:focus-within,
input[type="month"]:focus,
input[type="month"]:focus-visible,
input[type="month"]:focus-within,
input[type="week"]:focus,
input[type="week"]:focus-visible,
input[type="week"]:focus-within,
input[type="time"]:focus,
input[type="time"]:focus-visible,
input[type="time"]:focus-within,
input[type="datetime"]:focus,
input[type="datetime"]:focus-visible,
input[type="datetime"]:focus-within,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:focus-visible,
input[type="datetime-local"]:focus-within,
input[type="color"]:focus,
input[type="color"]:focus-visible,
input[type="color"]:focus-within,
textarea:focus,
textarea:focus-visible,
textarea:focus-within {
	outline: thin dotted;
	border-color: #006893;
}

input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea::placeholder {
	color: #404040;
	opacity: 0.4;
}

select {
	border: 1px solid #CDDCDF;
	border-radius: 0.25rem;
	max-width: 20rem !important;
	cursor: pointer;
	color: #414B5A;
}

select:hover {
	border-color: #006893;
}

select:focus, select:focus-visible, select:focus-within {
	outline: thin dotted;
	border-color: #006893;
}

textarea {
	width: 100%;
	border-radius: 0.25rem;
	color: #414B5A;
}

textarea:hover {
	border-color: #006893;
}

textarea:focus, textarea:focus-visible, textarea:focus-within {
	outline: thin dotted;
	border-color: #006893;
}

textarea::placeholder {
	color: #404040;
	opacity: 0.4;
}

input[type=checkbox],
input[type=radio] {
	width: 1.5rem;
	height: 1.5rem;
}

input[type=checkbox] + label,
input[type=radio] + label {
	margin-right: 0.9375rem;
	vertical-align: text-top;
}

input[type="submit"] {
	width: fit-content;
	padding-right: 3.75rem;
	border-left: 0.25rem solid #0692CC;
	background: url("/wp-content/themes/greenshift-child/src/images/arrow-black.svg"), linear-gradient(to right, #0692CC 50%, white 50%);
	background-position: right 30px center, right bottom;
	background-size: 18px, 200% 100%;
	background-repeat: no-repeat;
}

input[type="submit"]:hover, input[type="submit"]:focus, input[type="submit"]:focus-visible, input[type="submit"]:focus-within {
	border-left: 0.25rem solid #0692CC;
	background: url("/wp-content/themes/greenshift-child/src/images/arrow-white.svg"), linear-gradient(to right, #0692CC 50%, white 50%);
	background-position: right 30px center, left bottom;
	background-size: 18px, 200% 100%;
	background-repeat: no-repeat;
}

form .form-row {
	display: grid;
	grid-gap: 0.25rem;
	margin-bottom: 1.5rem;
}

.gform_wrapper.gravity-theme .gfield_label {
	color: #414B5A;
	font-weight: 600;
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend {
	color: #414B5A;
}

.gform_wrapper.gravity-theme .gform_validation_errors {
	box-shadow: none;
	border-width: 0.0625rem;
}

.gform_wrapper.gravity-theme .gform_validation_errors .gform_submission_error {
	color: #32373C;
}

.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
	border-color: #32373C;
	color: #32373C;
	background-color: #fff;
}

.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
.gform_wrapper.gravity-theme .gfield_error label,
.gform_wrapper.gravity-theme .gfield_error legend,
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message,
.gform_wrapper.gravity-theme [aria-invalid=true] + label,
.gform_wrapper.gravity-theme label + [aria-invalid=true] {
	color: #414B5A;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent {
	font-weight: 300;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent a {
	font-weight: 500;
	color: #414B5A;
}

.gform_wrapper.gravity-theme .gfield.gfield--type-consent a:hover, .gform_wrapper.gravity-theme .gfield.gfield--type-consent a:focus, .gform_wrapper.gravity-theme .gfield.gfield--type-consent a:focus-visible, .gform_wrapper.gravity-theme .gfield.gfield--type-consent a:focus-within {
	text-decoration: none;
}

.gform_wrapper.gravity-theme .gfield select {
	max-width: none !important;
}

.wp-block-cover #gform_wrapper_1 .gform_heading {
	text-align: center;
}

.wp-block-cover #gform_wrapper_1 .gform_title {
	color: #fff;
}

.wp-block-cover #gform_wrapper_1 form {
	padding: 2.5rem;
	background-color: #fff;
	border-radius: 25px;
	color: #000;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.content-block .container {
	max-width: 75rem;
	margin: 0 auto;
	padding: 0 15px;
	width: 100%;
}

@media screen and (min-width: 1230px) {
	.content-block .container {
		padding: 0;
	}
}

.wp-site-blocks > .wp-block-group {
	padding: 0 15px;
}

@media screen and (min-width: 1230px) {
	.wp-site-blocks > .wp-block-group {
		padding: 0;
	}
}

body.page.hide-title h1.wp-block-post-title {
	display: none;
}

body.page.hide-title .site-content {
	margin-top: 0;
	padding-top: 0 !important;
}

body.page.hide-title .site-content .entry-content {
	margin-top: 0;
}

.wp-site-blocks {
	overflow: hidden;
}

:root :where(.is-layout-constrained) > *:not(.wp-block-separator) {
	margin-block-start: 0;
}

.blog .wp-block-post-template,
.archive .wp-block-post-template,
.search-results .wp-block-post-template {
	margin-left: 0;
}

@media screen and (max-width: 991px) {
	.blog .wp-block-post-template.wp-block-post-template-is-layout-grid,
	.archive .wp-block-post-template.wp-block-post-template-is-layout-grid,
	.search-results .wp-block-post-template.wp-block-post-template-is-layout-grid {
		grid-template-columns: 1fr;
	}
}

@media screen and (min-width: 782px) and (max-width: 1024px) {
	.blog .featured-post .featured-post-right > .wp-block-group,
	.archive .featured-post .featured-post-right > .wp-block-group,
	.search-results .featured-post .featured-post-right > .wp-block-group {
		padding-left: 1.875rem !important;
	}
}

@media screen and (max-width: 781px) {
	.blog .featured-post .featured-post-right > .wp-block-group,
	.archive .featured-post .featured-post-right > .wp-block-group,
	.search-results .featured-post .featured-post-right > .wp-block-group {
		padding-left: 0 !important;
		padding-top: 1.875rem;
	}
}

.blog .featured-post .wp-block-post,
.archive .featured-post .wp-block-post,
.search-results .featured-post .wp-block-post {
	padding: 0 !important;
	box-shadow: none;
}

.blog .featured-post .wp-block-post .post-meta *,
.archive .featured-post .wp-block-post .post-meta *,
.search-results .featured-post .wp-block-post .post-meta * {
	color: #2B5797;
	font-size: 0.75rem;
	line-height: 1.5;
	font-weight: 500;
	text-transform: uppercase;
}

.blog .featured-post .wp-block-post .post-meta * a,
.archive .featured-post .wp-block-post .post-meta * a,
.search-results .featured-post .wp-block-post .post-meta * a {
	text-decoration: none;
}

.blog .featured-post .wp-block-post .post-meta * a:hover, .blog .featured-post .wp-block-post .post-meta * a:focus, .blog .featured-post .wp-block-post .post-meta * a:focus-visible, .blog .featured-post .wp-block-post .post-meta * a:focus-within,
.archive .featured-post .wp-block-post .post-meta * a:hover,
.archive .featured-post .wp-block-post .post-meta * a:focus,
.archive .featured-post .wp-block-post .post-meta * a:focus-visible,
.archive .featured-post .wp-block-post .post-meta * a:focus-within,
.search-results .featured-post .wp-block-post .post-meta * a:hover,
.search-results .featured-post .wp-block-post .post-meta * a:focus,
.search-results .featured-post .wp-block-post .post-meta * a:focus-visible,
.search-results .featured-post .wp-block-post .post-meta * a:focus-within {
	text-decoration: underline;
}

.blog .featured-post .wp-block-post .post-meta * .taxonomy-post_tag,
.archive .featured-post .wp-block-post .post-meta * .taxonomy-post_tag,
.search-results .featured-post .wp-block-post .post-meta * .taxonomy-post_tag {
	position: relative;
	padding-right: 0.75rem;
}

.blog .featured-post .wp-block-post .post-meta * .taxonomy-post_tag:after,
.archive .featured-post .wp-block-post .post-meta * .taxonomy-post_tag:after,
.search-results .featured-post .wp-block-post .post-meta * .taxonomy-post_tag:after {
	content: '-';
	position: absolute;
	right: 0;
}

.blog .featured-post .wp-block-post .wp-block-post-featured-image,
.archive .featured-post .wp-block-post .wp-block-post-featured-image,
.search-results .featured-post .wp-block-post .wp-block-post-featured-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.blog .featured-post .wp-block-post .wp-block-post-featured-image img,
.archive .featured-post .wp-block-post .wp-block-post-featured-image img,
.search-results .featured-post .wp-block-post .wp-block-post-featured-image img {
	aspect-ratio: auto;
	width: 100%;
	height: 100%;
}

.blog .featured-post .wp-block-post .wp-block-post-featured-image + figure.wp-block-image.after-featured-logo,
.archive .featured-post .wp-block-post .wp-block-post-featured-image + figure.wp-block-image.after-featured-logo,
.search-results .featured-post .wp-block-post .wp-block-post-featured-image + figure.wp-block-image.after-featured-logo {
	display: none;
}

.blog .featured-post .wp-block-post .wp-block-post-title,
.archive .featured-post .wp-block-post .wp-block-post-title,
.search-results .featured-post .wp-block-post .wp-block-post-title {
	margin-top: 0.3125rem;
}

.blog .featured-post .wp-block-post .wp-block-post-title a,
.archive .featured-post .wp-block-post .wp-block-post-title a,
.search-results .featured-post .wp-block-post .wp-block-post-title a {
	color: #414B5A;
	font-size: 1.875rem;
	line-height: 1.2;
	font-weight: 400;
	display: block;
}

.blog .featured-post .wp-block-post .wp-block-post-excerpt,
.archive .featured-post .wp-block-post .wp-block-post-excerpt,
.search-results .featured-post .wp-block-post .wp-block-post-excerpt {
	margin-top: 0.9375rem;
}

.blog .featured-post .wp-block-post .wp-block-post-excerpt .wp-block-post-excerpt__excerpt,
.archive .featured-post .wp-block-post .wp-block-post-excerpt .wp-block-post-excerpt__excerpt,
.search-results .featured-post .wp-block-post .wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
	color: #000;
	font-size: 1.125rem;
	font-weight: 300;
	margin-bottom: 4.0625rem;
}

.blog .featured-post .wp-block-post .wp-block-read-more,
.archive .featured-post .wp-block-post .wp-block-read-more,
.search-results .featured-post .wp-block-post .wp-block-read-more {
	float: left;
	margin-top: 0;
}

@media screen and (max-width: 590px) {
	.blog .filters-wrap,
	.archive .filters-wrap,
	.search-results .filters-wrap {
		flex-direction: column;
		align-items: flex-start;
	}
}

.blog .wp-block-post > figure.wp-block-image.after-featured-logo,
.archive .wp-block-post > figure.wp-block-image.after-featured-logo,
.search-results .wp-block-post > figure.wp-block-image.after-featured-logo {
	height: 256px;
	margin: -0.9375rem -1.25rem 0.9375rem !important;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media screen and (max-width: 590px) {
	.blog .wp-block-post > figure.wp-block-image.after-featured-logo,
	.archive .wp-block-post > figure.wp-block-image.after-featured-logo,
	.search-results .wp-block-post > figure.wp-block-image.after-featured-logo {
		height: auto;
		padding-top: 20px;
	}
}

.single-post__content,
.single-success-story__content {
	max-width: 75rem;
	margin: 0 auto;
	padding: 0 0 3.4375rem;
	gap: 2.1875rem;
	flex-direction: column;
}

@media screen and (min-width: 768px) {
	.single-post__content,
	.single-success-story__content {
		flex-direction: row;
	}
}

@media screen and (min-width: 1230px) {
	.single-post__content,
	.single-success-story__content {
		gap: 3.4375rem;
	}
}

.single-post main,
.single-success-story main {
	padding-right: 0;
}

@media screen and (min-width: 1230px) {
	.single-post main,
	.single-success-story main {
		padding-right: 5.625rem;
	}
}

.single-post main .post-meta,
.single-success-story main .post-meta {
	gap: 0.625rem;
}

.single-post main .post-meta *,
.single-success-story main .post-meta * {
	color: #2B5797;
	font-size: 0.75rem !important;
	line-height: 1.5;
	font-weight: 500;
	text-transform: uppercase;
}

.single-post main .post-meta .wp-block-post-terms a,
.single-success-story main .post-meta .wp-block-post-terms a {
	padding: 0;
	margin: 0;
	text-decoration: none;
}

.single-post main .post-meta .wp-block-post-terms a:hover, .single-post main .post-meta .wp-block-post-terms a:focus, .single-post main .post-meta .wp-block-post-terms a:focus-visible, .single-post main .post-meta .wp-block-post-terms a:focus-within,
.single-success-story main .post-meta .wp-block-post-terms a:hover,
.single-success-story main .post-meta .wp-block-post-terms a:focus,
.single-success-story main .post-meta .wp-block-post-terms a:focus-visible,
.single-success-story main .post-meta .wp-block-post-terms a:focus-within {
	text-decoration: underline;
}

.single-post main .post-meta .taxonomy-post_tag,
.single-success-story main .post-meta .taxonomy-post_tag {
	position: relative;
	padding-right: 0.75rem;
}

.single-post main .post-meta .taxonomy-post_tag:after,
.single-success-story main .post-meta .taxonomy-post_tag:after {
	content: '-';
	position: absolute;
	right: 0;
}

.single-post main .wp-block-post-title,
.single-success-story main .wp-block-post-title {
	font-size: 2.5rem;
	line-height: 1.5;
	margin-bottom: 0;
	color: #414B5A;
}

.single-post main .share-post,
.single-success-story main .share-post {
	font-size: 0.75rem;
	font-weight: 300;
	gap: 0;
	text-transform: uppercase;
}

.single-post main .share-post .gspb-social-sharebox,
.single-success-story main .share-post .gspb-social-sharebox {
	margin-left: 0.625rem;
	margin-right: 0.625rem;
}

.single-post main .share-post .gspb-social-sharebox .gs-share-link,
.single-success-story main .share-post .gspb-social-sharebox .gs-share-link {
	background-color: #fff;
	color: #32373C;
	display: block !important;
	box-sizing: content-box;
	padding: 0.625rem;
	width: 1.75rem;
	height: 1.75rem;
	border-radius: 50%;
}

.single-post main .share-post .gspb-social-sharebox .gs-share-link .social-share-icon,
.single-success-story main .share-post .gspb-social-sharebox .gs-share-link .social-share-icon {
	justify-content: center;
	align-items: center;
	height: 1.75rem;
}

.single-post main .share-post .gspb-social-sharebox .gs-share-link svg path,
.single-success-story main .share-post .gspb-social-sharebox .gs-share-link svg path {
	fill: #32373C !important;
}

.single-post main .share-post .gspb-social-sharebox .gs-share-link:hover,
.single-success-story main .share-post .gspb-social-sharebox .gs-share-link:hover {
	background-color: #32373C;
}

.single-post main .share-post .gspb-social-sharebox .gs-share-link:hover svg path,
.single-success-story main .share-post .gspb-social-sharebox .gs-share-link:hover svg path {
	fill: #fff !important;
}

.single-post main .share-post .gspb-social-sharebox .gs-share-link.email,
.single-success-story main .share-post .gspb-social-sharebox .gs-share-link.email {
	position: relative;
}

.single-post main .share-post .gspb-social-sharebox .gs-share-link.email:before,
.single-success-story main .share-post .gspb-social-sharebox .gs-share-link.email:before {
	content: '';
	width: 0.0625rem;
	height: 1.75rem;
	display: block;
	background-color: #CDDCDF;
	position: absolute;
	left: -2.5px;
}

.single-post main .share-post .gb-share-list,
.single-success-story main .share-post .gb-share-list {
	margin-left: 0.625rem;
	margin-right: 0;
}

.single-post main .share-post .gb-share-list a,
.single-success-story main .share-post .gb-share-list a {
	background-color: #fff;
	color: #32373C;
}

.single-post main .share-post .gb-share-list a svg path,
.single-success-story main .share-post .gb-share-list a svg path {
	fill: #32373C !important;
}

.single-post main .share-post .gb-share-list a:hover,
.single-success-story main .share-post .gb-share-list a:hover {
	background-color: #32373C;
}

.single-post main .share-post .gb-share-list a:hover svg path,
.single-success-story main .share-post .gb-share-list a:hover svg path {
	fill: #fff !important;
}

.single-post main .share-post .gb-share-list .gb-share-email,
.single-success-story main .share-post .gb-share-list .gb-share-email {
	position: relative;
}

.single-post main .share-post .gb-share-list .gb-share-email:before,
.single-success-story main .share-post .gb-share-list .gb-share-email:before {
	content: '';
	width: 0.0625rem;
	height: 1.75rem;
	display: block;
	background-color: #CDDCDF;
	position: absolute;
	left: -2.5px;
}

.single-post main .share-post .print-page,
.single-success-story main .share-post .print-page {
	width: 48px;
	height: 48px;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	padding: 0.625rem;
}

.single-post main .share-post .print-page:hover,
.single-success-story main .share-post .print-page:hover {
	background-color: #32373C;
}

.single-post main .share-post .print-page:hover svg path,
.single-success-story main .share-post .print-page:hover svg path {
	fill: #fff !important;
}

.single-post main .wp-block-post-featured-image,
.single-success-story main .wp-block-post-featured-image {
	margin-top: 0.9375rem;
	margin-bottom: 1.25rem;
}

.single-post main .wp-block-post-featured-image,
.single-post main .wp-block-post-featured-image img,
.single-success-story main .wp-block-post-featured-image,
.single-success-story main .wp-block-post-featured-image img {
	height: auto !important;
	width: 100%;
}

.single-post main .entry-content,
.single-success-story main .entry-content {
	color: #414B5A;
	font-size: 1rem;
	font-weight: 400;
	margin-top: 2.5rem;
}

.single-post aside,
.single-success-story aside {
	width: 100%;
	gap: 0;
}

@media screen and (min-width: 768px) {
	.single-post aside,
	.single-success-story aside {
		max-width: 24.0625rem;
		padding-top: 4.6875rem;
	}
}

.single-post aside .wp-block-heading,
.single-success-story aside .wp-block-heading {
	font-size: 1.5625rem;
	line-height: 1.5;
	margin-bottom: 2.5rem;
}

.single-post aside .wp-block-post-template,
.single-success-story aside .wp-block-post-template {
	margin-left: 0;
}

.single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__excerpt,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
	display: block;
	margin-bottom: 0;
}

.single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link {
	display: block;
	width: fit-content;
	margin: 1.5625rem 0 0 auto;
}

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

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

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

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

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

.nav-button {
	padding-left: 18px !important;
	padding-right: 8px !important;
	background: linear-gradient(to right, #0692CC 50%, white 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .4s ease-out;
	color: #000;
	border: 1px solid #c2c2c2;
	border-radius: 0;
	position: relative;
}

.nav-button > a,
.nav-button > a > span {
	color: #000 !important;
}

.nav-button > a:after,
.nav-button > a > span:after {
	display: none;
}

.nav-button ul {
	background: #fff;
}

.nav-button:before {
	content: '';
	background-color: #0692CC;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
}

.nav-button:hover, .nav-button:focus, .nav-button:focus-visible, .nav-button:focus-within {
	background-position: left bottom;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	border-color: #0692CC;
}

@media screen and (max-width: 767px) {
	.nav-button:hover, .nav-button:focus, .nav-button:focus-visible, .nav-button:focus-within {
		color: #32373C !important;
	}
}

.nav-button:hover > a,
.nav-button:hover > a > span, .nav-button:focus > a,
.nav-button:focus > a > span, .nav-button:focus-visible > a,
.nav-button:focus-visible > a > span, .nav-button:focus-within > a,
.nav-button:focus-within > a > span {
	color: #fff !important;
}

@media screen and (max-width: 767px) {
	.nav-button:hover > a,
	.nav-button:hover > a > span, .nav-button:focus > a,
	.nav-button:focus > a > span, .nav-button:focus-visible > a,
	.nav-button:focus-visible > a > span, .nav-button:focus-within > a,
	.nav-button:focus-within > a > span {
		color: #32373C !important;
	}
}

.nav-button:hover svg path, .nav-button:focus svg path, .nav-button:focus-visible svg path, .nav-button:focus-within svg path {
	-webkit-text-stroke-color: #fff;
}

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

.post,
.page {
	margin: 0;
}

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

.entry-content {
	margin: 0;
}

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

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

.wp-block-post-content p,
.wp-block-post-content .wp-block-list {
	margin-bottom: 30px;
}

/* Post card
--------------------------------------------- */
.wp-block-post {
	box-shadow: 0 3px 8px 0 #00000026;
	padding: 0.9375rem 1.25rem 1.5625rem !important;
	margin-bottom: 3.5rem !important;
	position: relative;
	padding-bottom: calc(44px + 25px) !important;
}

.wp-block-post .wp-block-post-featured-image img {
	aspect-ratio: 1.5 / 1;
}

.wp-block-post .post-meta * {
	color: #2B5797;
	font-size: 0.75rem !important;
	line-height: 1.5;
	font-weight: 500;
	text-transform: capitalize;
}

.wp-block-post a {
	text-decoration: none;
}

.wp-block-post a:hover, .wp-block-post a:focus, .wp-block-post a:focus-visible, .wp-block-post a:focus-within {
	text-decoration: underline;
}

.wp-block-post .taxonomy-post_tag {
	position: relative;
	padding-right: 0.75rem;
}

.wp-block-post .taxonomy-post_tag:after {
	content: '-';
	position: absolute;
	right: 0;
}

.wp-block-post .wp-block-post-title {
	margin-top: 0.3125rem;
}

.wp-block-post .wp-block-post-title a {
	color: #414B5A;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 400;
	display: block;
}

.wp-block-post .wp-block-post-title a:hover, .wp-block-post .wp-block-post-title a:focus, .wp-block-post .wp-block-post-title a:focus-visible, .wp-block-post .wp-block-post-title a:focus-within {
	background: none;
	text-decoration: underline;
}

.wp-block-post .wp-block-post-excerpt {
	margin-top: 0.625rem;
}

.wp-block-post .wp-block-post-excerpt .wp-block-post-excerpt__excerpt {
	color: #414B5A;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.4;
	margin-bottom: 1.5625rem;
	display: block;
}

.wp-block-post .wp-block-read-more {
	float: right;
	margin-top: 0;
	position: absolute;
	bottom: 25px;
	right: 20px;
}

.wp-block-post.format-standard {
	box-shadow: none;
	border-bottom: 1px solid #DEDAD5;
	padding-left: 0;
	padding-right: 0;
}

.wp-block-post.format-standard .wp-block-read-more {
	float: none;
	position: static;
	text-transform: uppercase;
	font-weight: 500 !important;
	font-size: .875rem !important;
}

.wp-block-post.format-standard .taxonomy-post_tag:after {
	content: '';
}

.wp-block-post.format-standard .wp-block-post-excerpt__excerpt {
	margin-bottom: 1rem;
}

.wp-block-post.format-standard .post-meta {
	margin-bottom: 18px;
}

.wp-block-post.format-standard .post-meta * {
	font-size: 0.875rem !important;
	text-transform: uppercase;
}

.is-style-fr-bordernopaddquery .wp-block-post .wp-block-post-featured-image {
	margin: -0.9375rem -1.25rem 0.9375rem !important;
}

.is-style-fr-bordernopaddquery .wp-block-post .wp-block-post-featured-image + figure.wp-block-image.after-featured-logo {
	display: none;
}

/* Latest Posts - Post card
--------------------------------------------- */
.wp-block-latest-posts li {
	box-shadow: 0 3px 8px 0 #00000026;
	padding: 0.9375rem 1.25rem 1.5625rem;
}

.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
	margin: -0.9375rem -1.25rem 0.9375rem;
}

.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
	aspect-ratio: 1.5 / 1;
	width: 100%;
}

.wp-block-latest-posts li .wp-block-latest-posts__post-title {
	color: #414B5A;
	font-size: 1.25rem;
	line-height: 1.5;
	font-weight: 400;
	display: block;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: linear-gradient(transparent calc(100% - 1px), currentColor 1px);
	transition: 0.7s var(--greenshift-transition);
	background-size: 0 95%;
}

.wp-block-latest-posts li .wp-block-latest-posts__post-title:hover, .wp-block-latest-posts li .wp-block-latest-posts__post-title:focus, .wp-block-latest-posts li .wp-block-latest-posts__post-title:focus-visible, .wp-block-latest-posts li .wp-block-latest-posts__post-title:focus-within {
	background-size: 100% 95%;
}

.wp-block-latest-posts li .wp-block-latest-posts__post-date {
	color: #2B5797;
	font-size: 0.75rem !important;
	line-height: 1.5;
	font-weight: 500;
	text-transform: uppercase;
}

.wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
	color: #414B5A;
	font-size: 0.875rem;
	font-weight: 300;
	margin-top: 0.3125rem;
	margin-bottom: 0;
}

.wp-block-latest-posts li .wp-block-latest-posts__read-more {
	display: block;
	margin-top: 2.8125rem;
	width: fit-content;
	margin-left: auto;
}

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

/* Search
--------------------------------------------- */
.fr-floating-search-block .wp-block-search__button {
	padding: 0.5rem;
	color: #fff !important;
}

.fr-floating-search-block .wp-block-search__button:hover, .fr-floating-search-block .wp-block-search__button:focus, .fr-floating-search-block .wp-block-search__button:focus-visible, .fr-floating-search-block .wp-block-search__button:focus-within {
	color: #000 !important;
	background-color: #fff;
	border: 1px solid #006893;
}

.wp-block-search__input::-webkit-search-cancel-button {
	-webkit-appearance: none;
	appearance: none;
	height: 30px;
	width: 30px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%2332373C' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round' d='M18 6L6 18M6 6l12 12'/%3E%3C/svg%3E") center/contain no-repeat;
	cursor: pointer;
	transition: transform 0.2s ease, filter 0.2s ease;
}

.wp-block-search__input::-webkit-search-cancel-button:hover {
	transform: scale(1.1);
	filter: brightness(0.7);
}

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

/* Gutenberg
--------------------------------------------- */
:root {
	/*
* Core Gutenberg blocks
*/
}

:root .wp-block-heading {
	font-family: "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

:root .wp-block-quote {
	border-color: #0692CC;
}

:root .wp-block-file a:not(.wp-element-button) {
	font-size: 0.875rem;
	line-height: 1.5;
	color: #000;
}

:root .wp-block-file__button {
	color: #fff;
	border-color: #2B5797;
	background: #2B5797;
}

:root .wp-block-file__button:hover, :root .wp-block-file__button:focus, :root .wp-block-file__button:focus-visible, :root .wp-block-file__button:focus-within {
	color: #000;
	border-color: #000;
	background-color: #fff;
}

:root .wp-element-caption {
	color: #32373C;
}

:root .wp-block-table td,
:root .wp-block-table th,
:root .wp-block-table tr {
	border: 1px solid #CDDCDF;
}

:root .wp-block-verse {
	background-color: #f1f1f1;
	border-color: #f1f1f1;
	color: #000;
}

:root .wp-block-preformatted {
	background-color: #f1f1f1;
	border-color: #f1f1f1;
	color: #000;
}

:root .wp-block-buttons .wp-block-button__link {
	border: 1px solid;
	border-color: #006893;
	background: #006893;
	color: #fff;
	border-radius: 2px;
	padding: 0.625rem 1.125rem;
	font-size: 0.875rem;
	line-height: 1.6;
	height: 44px;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0;
}

:root .wp-block-buttons .wp-block-button__link:hover, :root .wp-block-buttons .wp-block-button__link:focus, :root .wp-block-buttons .wp-block-button__link:focus-visible, :root .wp-block-buttons .wp-block-button__link:focus-within {
	font-weight: 500;
	line-height: 1.6;
	height: 44px;
	color: #000;
	border-color: #000;
	background-color: #fff;
}

:root .wp-block-buttons .wp-block-button__link.has-text-color.has-background {
	border-color: transparent;
}

:root .wp-block-buttons .wp-block-button__link.has-text-color.has-background:hover, :root .wp-block-buttons .wp-block-button__link.has-text-color.has-background:focus, :root .wp-block-buttons .wp-block-button__link.has-text-color.has-background:focus-visible, :root .wp-block-buttons .wp-block-button__link.has-text-color.has-background:focus-within {
	font-weight: 500;
	line-height: 1.6;
	height: 44px;
	color: #000 !important;
	border-color: #000;
	background-color: #fff !important;
}

:root .wp-block-search__button-inside .wp-block-search__inside-wrapper {
	min-width: fit-content !important;
}

:root .wp-block-search__button-inside .wp-block-search__button {
	padding: 0 0.625rem;
	border-radius: 0.125rem !important;
	color: #fff;
	border: 1px solid transparent;
	margin: 0 0 0 0.625rem;
}

@media screen and (max-width: 599px) {
	:root .wp-block-search__button-inside .wp-block-search__button {
		padding: 0;
	}
}

:root .wp-block-search__button-inside .wp-block-search__button svg {
	color: #fff;
}

:root .wp-block-search__button-inside .wp-block-search__button:hover, :root .wp-block-search__button-inside .wp-block-search__button:focus, :root .wp-block-search__button-inside .wp-block-search__button:focus-visible, :root .wp-block-search__button-inside .wp-block-search__button:focus-within {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}

:root .wp-block-search__button-inside .wp-block-search__button:hover svg, :root .wp-block-search__button-inside .wp-block-search__button:focus svg, :root .wp-block-search__button-inside .wp-block-search__button:focus-visible svg, :root .wp-block-search__button-inside .wp-block-search__button:focus-within svg {
	color: #000;
}

:root .wp-block-search__button-inside .wp-block-search__label {
	margin-bottom: 0.625rem;
	display: block;
}

:root .wp-block-search__button-outside .wp-block-search__button {
	padding: 0 0.625rem;
	border-radius: 0.125rem !important;
	color: #fff;
	border: 1px solid transparent;
	margin: 0 0 0 0.625rem;
}

:root .wp-block-search__button-outside .wp-block-search__button:hover, :root .wp-block-search__button-outside .wp-block-search__button:focus, :root .wp-block-search__button-outside .wp-block-search__button:focus-visible, :root .wp-block-search__button-outside .wp-block-search__button:focus-within {
	background-color: #fff;
	border: 1px solid #000;
	color: #000;
}

:root .wp-block-search__button-outside .wp-block-search__button:hover svg, :root .wp-block-search__button-outside .wp-block-search__button:focus svg, :root .wp-block-search__button-outside .wp-block-search__button:focus-visible svg, :root .wp-block-search__button-outside .wp-block-search__button:focus-within svg {
	color: #000;
}

:root .wp-block-search__button-outside .wp-block-search__label {
	margin-bottom: 0.625rem;
	display: block;
}

:root .wp-block-social-links .wp-social-link a {
	padding: 0.5rem;
}

:root .wp-block-social-links .wp-social-link:has(a:hover), :root .wp-block-social-links .wp-social-link:has(a:focus), :root .wp-block-social-links .wp-social-link:has(a:focus-visible), :root .wp-block-social-links .wp-social-link:has(a:focus-within) {
	background-color: #0692CC !important;
}

:root .wp-block-social-links .wp-social-link:has(a:hover) a, :root .wp-block-social-links .wp-social-link:has(a:focus) a, :root .wp-block-social-links .wp-social-link:has(a:focus-visible) a, :root .wp-block-social-links .wp-social-link:has(a:focus-within) a {
	color: #fff !important;
	fill: #fff !important;
}

:root .gb-block-accordion .gb-accordion-title {
	cursor: pointer;
}

:root .gb-block-accordion .gb-accordion-title:hover, :root .gb-block-accordion .gb-accordion-title:focus, :root .gb-block-accordion .gb-accordion-title:focus-visible, :root .gb-block-accordion .gb-accordion-title:focus-within {
	background-color: #32373C;
	color: #fff;
}

:root .gb-block-accordion .gb-accordion-title:hover::marker, :root .gb-block-accordion .gb-accordion-title:focus::marker, :root .gb-block-accordion .gb-accordion-title:focus-visible::marker, :root .gb-block-accordion .gb-accordion-title:focus-within::marker {
	color: #fff;
}

:root .schema-how-to .schema-how-to-step-text:nth-last-of-type(1) {
	margin-bottom: 0;
}

:root .schema-faq .schema-faq-section {
	padding: 0.9375rem;
	background-color: #f1f1f1;
	margin-bottom: 1.25rem;
}

:root .schema-faq .schema-faq-section:nth-last-of-type(1) {
	margin-bottom: 0;
}

:root .schema-faq .schema-faq-section .schema-faq-answer:nth-last-of-type(1) {
	margin-bottom: 0;
}

:root .wp-block-gallery.charities-gallery .wp-block-image a {
	border: 2px solid transparent;
}

:root .wp-block-gallery.charities-gallery .wp-block-image a[target='_blank']:after {
	content: none;
}

:root .wp-block-gallery.charities-gallery .wp-block-image a:hover, :root .wp-block-gallery.charities-gallery .wp-block-image a:focus, :root .wp-block-gallery.charities-gallery .wp-block-image a:focus-visible, :root .wp-block-gallery.charities-gallery .wp-block-image a:focus-within {
	border-color: #006893;
}

:root .wp-block-gallery.charities-gallery .wp-block-image a img {
	margin: 0 auto;
}

:root .wp-block-greenshift-blocks-swiper.charities-slider .swiper-slide .gspb-sliderlink {
	border: 2px solid transparent;
}

:root .wp-block-greenshift-blocks-swiper.charities-slider .swiper-slide .gspb-sliderlink[target='_blank']:after {
	content: none;
}

:root .wp-block-greenshift-blocks-swiper.charities-slider .swiper-slide .gspb-sliderlink:hover, :root .wp-block-greenshift-blocks-swiper.charities-slider .swiper-slide .gspb-sliderlink:focus, :root .wp-block-greenshift-blocks-swiper.charities-slider .swiper-slide .gspb-sliderlink:focus-visible, :root .wp-block-greenshift-blocks-swiper.charities-slider .swiper-slide .gspb-sliderlink:focus-within {
	border-color: #006893;
}

:root .wp-block-greenshift-blocks-swiper.charities-slider .swiper-pagination-bullet:hover, :root .wp-block-greenshift-blocks-swiper.charities-slider .swiper-pagination-bullet:focus, :root .wp-block-greenshift-blocks-swiper.charities-slider .swiper-pagination-bullet:focus-visible, :root .wp-block-greenshift-blocks-swiper.charities-slider .swiper-pagination-bullet:focus-within {
	opacity: 1;
}

:root .hero-banner {
	position: relative;
	display: flex;
	align-items: center;
}

:root .hero-banner.background-navy {
	background: #0f192c;
}

:root .hero-banner.overlay-navy .right-image-45:after {
	background: #0f192c;
}

:root .hero-banner.background-white {
	background: #ffffff;
}

:root .hero-banner.overlay-white .right-image-45:after {
	background: #ffffff;
}

:root .hero-banner.background-gray {
	background: #404040;
}

:root .hero-banner.overlay-gray .right-image-45:after {
	background: #404040;
}

:root .hero-banner.background-cyan {
	background: #006893;
}

:root .hero-banner.overlay-cyan .right-image-45:after {
	background: #006893;
}

:root .hero-banner.text-white #breadcrumbs,
:root .hero-banner.text-white .title,
:root .hero-banner.text-white .description,
:root .hero-banner.text-white .hero-banner__totals,
:root .hero-banner.text-white .total-number,
:root .hero-banner.text-white .total-about {
	color: #fff;
}

:root .hero-banner.text-black #breadcrumbs,
:root .hero-banner.text-black .title,
:root .hero-banner.text-black .description,
:root .hero-banner.text-black .hero-banner__totals,
:root .hero-banner.text-black .total-number,
:root .hero-banner.text-black .total-about {
	color: #000;
}

:root .hero-banner .hero-banner-container {
	display: flex;
	position: relative;
	z-index: 5;
	justify-content: space-between;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	align-items: center;
	flex-direction: column;
	gap: 2rem;
}

@media screen and (min-width: 768px) {
	:root .hero-banner .hero-banner-container {
		min-height: 46.25rem;
		flex-direction: row;
		padding-top: 5.625rem;
		padding-bottom: 5.625rem;
	}
}

@media screen and (max-width: 1024px) {
	:root .hero-banner .hero-banner-container {
		flex-wrap: wrap;
		padding-top: 1.25rem;
		gap: 0;
	}
}

:root .hero-banner .hero-banner-container .hero-banner__main-texts {
	flex: 0 1 55%;
}

@media screen and (max-width: 767px) {
	:root .hero-banner .hero-banner-container .hero-banner__main-texts .title {
		font-size: 32px;
		line-height: 1.2;
	}
	:root .hero-banner .hero-banner-container .hero-banner__main-texts.breadcrumbs-show .title {
		margin-top: 2.5rem;
	}
}

@media screen and (max-width: 1024px) {
	:root .hero-banner .hero-banner-container .hero-banner__main-texts {
		order: 3;
		width: 100%;
		flex: 0 1 100%;
	}
}

:root .hero-banner .hero-banner-container .hero-banner__main-texts .description {
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 1.5;
	color: #F5F5F5;
}

:root .hero-banner .hero-banner-container .hero-banner__main-texts .buttons-wrapper:not(:last-child) {
	margin-bottom: 1.5625rem;
}

:root .hero-banner .hero-banner-container .hero-banner__main-texts .hero-banner__totals {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 2.5rem;
	text-align: center;
	margin-bottom: 20px;
}

@media screen and (min-width: 1201px) {
	:root .hero-banner .hero-banner-container .hero-banner__main-texts .hero-banner__totals {
		flex-wrap: nowrap;
		justify-content: space-between;
	}
}

:root .hero-banner .hero-banner-container .hero-banner__main-texts .hero-banner__totals .total-number {
	font-weight: 500;
	font-size: 38px;
}

:root .hero-banner .hero-banner-container .hero-banner__main-texts .hero-banner__totals .total-about {
	font-weight: 200;
	font-size: 16px;
}

:root .hero-banner .hero-banner-container .hero-banner__link-texts {
	color: #32373C;
}

@media screen and (min-width: 768px) {
	:root .hero-banner .hero-banner-container .hero-banner__link-texts {
		flex: 0 1 45%;
		display: flex;
		justify-content: flex-end;
		align-self: flex-end;
		align-items: center;
	}
}

:root .hero-banner .hero-banner-container .hero-banner__link-texts .links-wrapper {
	background: #fffefc;
	padding: 1.5625rem 1.875rem;
}

:root .hero-banner .hero-banner-container .hero-banner__link-texts .links-wrapper .expertise-title {
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0;
}

:root .hero-banner .hero-banner-container .hero-banner__link-texts .links-wrapper .links-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

:root .hero-banner .hero-banner-container .hero-banner__link-texts .links-wrapper .links-list .link-item {
	font-weight: 400;
	font-size: 17px;
	letter-spacing: 0.04em;
	max-width: 100%;
}

@media screen and (min-width: 768px) {
	:root .hero-banner .hero-banner-container .hero-banner__link-texts .links-wrapper .links-list .link-item {
		min-width: 275px;
	}
}

:root .hero-banner .hero-banner-container .hero-banner__link-texts .links-wrapper .links-list .link-item a {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 13px 0;
	color: #32373C;
}

:root .hero-banner .hero-banner-container .hero-banner__link-texts .links-wrapper .links-list .link-item a .link-text--wrapper {
	padding-right: 0.9375rem;
}

:root .hero-banner .hero-banner-container .hero-banner__link-texts .links-wrapper .links-list .link-item a .link-number {
	padding-right: 1rem;
}

:root .hero-banner .hero-banner-container .hero-banner__link-texts .links-wrapper .links-list .link-item a[target="_blank"] .link-text::after {
	background-color: currentColor;
	content: "";
	display: inline-block;
	width: 0.6em;
	height: 0.6em;
	margin-left: 0.2em;
	mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath fill='currentColor' d='M7 3v2H2v11h11v-5h2v6a1 1 0 0 1-1 1H1a1 1 0 0 1-1-1V4a1 1 0 0 1 1-1h6Zm11-3v8h-2V3.413l-7.793 7.794-1.414-1.414L14.585 2H10V0h8Z'/%3E%3C/svg%3E");
	mask-repeat: no-repeat;
	mask-position: center;
}

:root .hero-banner .hero-banner-container .hero-banner__link-texts .links-wrapper .links-list .link-item a svg {
	transition: 0.3s all;
}

:root .hero-banner .hero-banner-container .hero-banner__link-texts .links-wrapper .links-list .link-item a:hover .link-text,
:root .hero-banner .hero-banner-container .hero-banner__link-texts .links-wrapper .links-list .link-item a:hover .link-number {
	font-weight: 500;
	text-decoration: underline;
	text-underline-offset: 0.25rem;
}

:root .hero-banner .hero-banner-container .hero-banner__link-texts .links-wrapper .links-list .link-item a:hover svg {
	transform: scale(1.4);
}

:root .hero-banner .hero-banner-container .hero-banner__link-texts .links-wrapper .links-list .link-item a:after {
	content: none !important;
	display: none;
}

:root .hero-banner .hero-banner-container .hero-banner__link-texts .links-wrapper .links-list .link-item:not(:last-child) {
	border-bottom: 1px solid #32373c3b;
}

:root .hero-banner .hero-banner-container .hero-banner__breadcrumbs {
	position: absolute;
	left: 1rem;
	top: 1rem;
	padding-right: 1rem;
}

@media screen and (min-width: 768px) {
	:root .hero-banner .hero-banner-container .hero-banner__breadcrumbs {
		top: 2rem;
	}
}

@media screen and (min-width: 1201px) {
	:root .hero-banner .hero-banner-container .hero-banner__breadcrumbs {
		left: 0;
	}
}

@media screen and (max-width: 1024px) {
	:root .hero-banner .hero-banner-container .hero-banner__breadcrumbs {
		position: static;
		width: 100%;
		order: 1;
	}
}

:root .hero-banner .hero-banner-container .hero-banner__breadcrumbs a {
	color: inherit;
}

:root .hero-banner .right-image-45.hero-banner-slider {
	z-index: 6;
}

:root .hero-banner .right-image-45.hero-banner-slider .image {
	width: auto;
	margin: 0 auto;
}

:root .hero-banner .right-image-45.hero-banner-slider .slick-list {
	z-index: 5;
	height: 100% !important;
}

:root .hero-banner .right-image-45.hero-banner-slider .slick-track {
	display: flex !important;
	/* Ensures flexible layout for height distribution */
	align-items: center;
	/* Vertically centers content within the track */
	height: 100%;
	/* Makes the track take 100% of the parent's height */
}

:root .hero-banner .right-image-45.hero-banner-slider .slick-slide {
	height: inherit !important;
	/* Each slide inherits the track's height */
	display: flex !important;
	/* Ensures content within slides can be aligned */
}

:root .hero-banner .right-image-45.hero-banner-slider .hero-banner-slide {
	height: 100%;
}

:root .hero-banner .right-image-45.hero-banner-slider .slick-arrow {
	z-index: 9;
	bottom: 5px;
	top: auto;
	display: block;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	text-align: center;
	line-height: 80px;
	box-shadow: 20px 20px 60px #58667d5e;
	background-color: #fff;
	transition: 0.2s all;
}

:root .hero-banner .right-image-45.hero-banner-slider .slick-arrow.slick-prev {
	left: 5px;
}

:root .hero-banner .right-image-45.hero-banner-slider .slick-arrow.slick-next {
	right: 5px;
}

:root .hero-banner .right-image-45.hero-banner-slider .slick-arrow:hover, :root .hero-banner .right-image-45.hero-banner-slider .slick-arrow:focus {
	background-color: #006893;
}

:root .hero-banner .right-image-45.hero-banner-slider .slick-arrow:hover .slick-prev-icon::before,
:root .hero-banner .right-image-45.hero-banner-slider .slick-arrow:hover .slick-next-icon::before, :root .hero-banner .right-image-45.hero-banner-slider .slick-arrow:focus .slick-prev-icon::before,
:root .hero-banner .right-image-45.hero-banner-slider .slick-arrow:focus .slick-next-icon::before {
	color: #fff;
}

:root .hero-banner .right-image-45.hero-banner-slider .slick-arrow .slick-prev-icon::before {
	content: '❮';
	font-size: 35px;
	color: #006893;
	transition: 0.2s all;
	font-family: "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

:root .hero-banner .right-image-45.hero-banner-slider .slick-arrow .slick-next-icon::before {
	content: '❯';
	font-size: 35px;
	color: #006893;
	transition: 0.2s all;
	font-family: "Roboto", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

:root .hero-banner.image-none .hero-banner-container {
	min-height: 0;
}

:root .hero-banner.background-white .hero-banner-container .hero-banner__main-texts .description {
	color: #000;
}

:root .hero-banner .right-image-45 {
	display: none;
}

:root .hero-banner .right-image-45.mobile-image {
	order: 2;
	display: block;
	width: 100%;
}

@media screen and (min-width: 1024px) {
	:root .hero-banner .right-image-45 {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 0;
		height: 100%;
		width: 45%;
	}
	:root .hero-banner .right-image-45.mobile-image {
		display: none;
	}
	:root .hero-banner .right-image-45:after {
		content: "";
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		opacity: var(--overlay-opacity, 0.4);
	}
	:root .hero-banner .right-image-45 .image {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}

:root .hero-banner .video {
	position: relative;
	display: block;
	width: 45%;
}

@media screen and (max-width: 767px) {
	:root .hero-banner .video {
		width: 100%;
	}
}

:root .hero-banner.image-width-full .hero-banner__link-texts {
	align-self: center;
}

:root .hero-banner.image-width-full .right-image-45 {
	width: 100%;
}

:root .hero-banner.image-within-container .right-image-45 {
	position: relative;
}

:root .hero-banner.remove-bottom-space .hero-banner-container {
	padding-bottom: 1.25rem;
}

@media screen and (min-width: 768px) {
	:root .hero-banner.remove-bottom-space .hero-banner-container {
		padding-bottom: 0;
	}
}

:root .slbArrow {
	width: 5em !important;
	height: 10em !important;
}

:root .slbCloseBtn {
	width: 1.66667em !important;
	height: 1.66667em !important;
}

:root .content-block.stats-listing {
	background: var(--block-bg-image);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 0;
}

:root .content-block.stats-listing .stats-listing-container {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
}

@media screen and (min-width: 1200px) {
	:root .content-block.stats-listing .stats-listing-container {
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
	}
}

:root .content-block.stats-listing .stats-listing-container .stats-listing-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 1200px) {
	:root .content-block.stats-listing .stats-listing-container .stats-listing-list {
		gap: 35px;
	}
}

:root .content-block.stats-listing .stats-listing-container .stats-listing-list .stat {
	width: 50%;
	flex: 0 0 calc(50% - 20px / 2);
	box-sizing: border-box;
	text-align: center;
}

@media screen and (min-width: 1200px) {
	:root .content-block.stats-listing .stats-listing-container .stats-listing-list .stat {
		width: 25%;
		flex: 0 0 calc(25% - 35px * 3 / 4);
	}
}

:root .content-block.stats-listing .stats-listing-container .stats-listing-list .stat .stat-number {
	font-weight: 500;
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: -0.01em;
}

@media screen and (min-width: 1200px) {
	:root .content-block.stats-listing .stats-listing-container .stats-listing-list .stat .stat-number {
		font-size: 59px;
	}
}

:root .content-block.stats-listing .stats-listing-container .stats-listing-list .stat .stat-caption {
	font-weight: 300;
	font-size: 20px;
	line-height: 1.5;
}

:root .content-block.stats-listing .stats-listing-footnote {
	font-style: italic;
	padding-bottom: 25px;
	font-weight: 300;
	font-size: 14px;
	line-height: 2;
}

:root .content-block.stats-listing.text-white .stats-listing-container .stat,
:root .content-block.stats-listing.text-white .stats-listing-footnote {
	color: #fff;
}

:root .content-cards .heading {
	font-weight: 400;
	font-size: 1.875rem;
	letter-spacing: -0.01em;
}

:root .content-cards .content-cards-container {
	display: flex;
	flex-wrap: wrap;
	gap: 1.25rem 1.875rem;
}

:root .content-cards .content-cards-container .card-heading {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-weight: 600;
	font-size: 1.625rem;
	line-height: 1.2;
	margin-bottom: 10px;
	color: #0692CC;
}

@media screen and (min-width: 1025px) {
	:root .content-cards .content-cards-container .card-heading {
		font-size: 1.875rem;
		line-height: 1.5;
	}
}

:root .content-cards .content-cards-container .card-heading img {
	height: 2.75rem;
	width: auto;
}

:root .content-cards .content-cards-container .card {
	width: 100%;
	border: 2px solid #e0e6ed;
	padding: 1.25rem;
	border-radius: 0.6875rem;
}

@media screen and (min-width: 768px) {
	:root .content-cards .content-cards-container .card {
		width: 50%;
		flex: 1 0 calc(50% - 30px / 2);
		padding: 1.5625rem 1.875rem;
	}
}

:root .content-cards .content-cards-container .card .card-content {
	margin: 0;
	font-weight: 300;
	font-size: 0.9375rem;
	line-height: 140%;
	color: #32373C;
}

:root .content-cards .content-cards-container .card .card-button {
	margin-top: 25px;
	margin-bottom: 0;
}

:root .image-cards .container.image-cards-heading {
	margin-bottom: 1.25rem;
}

:root .image-cards .container.image-cards-heading .heading {
	font-weight: 400;
	font-size: 2rem;
	letter-spacing: -0.01em;
	margin-bottom: 0;
}

:root .image-cards .container.image-cards-heading .content {
	margin-bottom: 0;
}

:root .image-cards .image-cards-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.9375rem;
	--image-height: 200px;
}

@media screen and (min-width: 1230px) {
	:root .image-cards .image-cards-container {
		gap: 1.25rem;
	}
}

@media screen and (min-width: 550px) {
	:root .image-cards .image-cards-container {
		--image-height: 260px;
	}
}

@media screen and (min-width: 768px) {
	:root .image-cards .image-cards-container {
		--image-height: 200px;
	}
}

@media screen and (min-width: 1201px) {
	:root .image-cards .image-cards-container {
		--image-height: 255px;
	}
}

:root .image-cards .image-cards-container .card {
	flex: 1 0 100%;
	border-radius: 0.125rem;
	padding-bottom: 2rem;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
	:root .image-cards .image-cards-container .card {
		flex: 0 1 calc(50% - 15px / 2);
	}
}

@media screen and (min-width: 1024px) {
	:root .image-cards .image-cards-container .card {
		flex: 1 0 calc(25% - 30px * 3 / 4);
	}
}

:root .image-cards .image-cards-container .card .card-img {
	width: 100%;
	height: var(--image-height);
	object-fit: cover;
}

:root .image-cards .image-cards-container .card .card-texts--wrapper {
	height: calc(100% - var(--image-height) - 10px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-top: 10px;
}

:root .image-cards .image-cards-container .card .card-texts--wrapper .card-texts {
	padding: 0 1rem;
}

@media screen and (min-width: 1201px) {
	:root .image-cards .image-cards-container .card .card-texts--wrapper .card-texts {
		padding: 0 1.5rem;
	}
}

:root .image-cards .image-cards-container .card .card-texts--wrapper .card-texts .card-heading {
	margin-bottom: 0.3125rem;
	font-weight: 400;
	font-size: 1.25rem;
	line-height: 140%;
	color: #32373C;
}

:root .image-cards .image-cards-container .card .card-texts--wrapper .card-texts p {
	margin-bottom: 0.9375rem;
	font-weight: 300;
	font-size: 1.0625rem;
	line-height: 150%;
	color: #32373C;
}

:root .image-cards .image-cards-container .card .card-texts--wrapper .card-button {
	margin: 0 1rem;
	max-width: 100%;
	text-align: center;
	font-weight: 500;
	font-size: 0.875rem;
	letter-spacing: -0.25px;
	min-height: 2.75rem;
	height: max-content;
	padding-left: 0.625rem;
	padding-right: 0.625rem;
}

@media screen and (min-width: 1201px) {
	:root .image-cards .image-cards-container .card .card-texts--wrapper .card-button {
		margin: 0 1.5rem;
	}
}

:root .image-cards .image-cards-container:not(.cards-count-4) .card .card-texts--wrapper .card-button {
	margin-left: auto;
	padding-left: 1.125rem;
	padding-right: 1.125rem;
}

:root .image-cards .image-cards-container.heading-style-bold .card {
	padding-bottom: 1rem;
}

:root .image-cards .image-cards-container.heading-style-bold .card .card-texts--wrapper .card-texts .card-heading {
	font-weight: 600 !important;
	font-size: 22px;
	line-height: 127%;
	margin-top: 10px;
	color: #0692CC;
}

:root .information-carousel {
	overflow: hidden;
	padding: 0 0.9375rem;
}

@media screen and (min-width: 600px) {
	:root .information-carousel {
		padding: 0;
	}
}

:root .information-carousel .content {
	font-weight: 400;
	font-size: 1.25rem;
}

:root .information-carousel .card {
	display: flex !important;
	flex-direction: column;
	gap: 1.25rem;
	padding: 0.9375rem;
	box-shadow: 1px 2px 18px 0 rgba(0, 0, 0, 0.11);
	height: 100%;
}

@media screen and (min-width: 600px) {
	:root .information-carousel .card {
		padding: 1.5625rem;
	}
}

@media screen and (min-width: 1024px) {
	:root .information-carousel .card {
		gap: 2.5rem;
		height: 100%;
		padding: 2.5rem;
	}
}

:root .information-carousel .card .card-heading {
	font-weight: 500;
	font-size: 1.5625rem;
	margin-bottom: 0.5rem;
	color: #0692CC;
}

:root .information-carousel .card .card-texts--wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	height: 100%;
}

:root .information-carousel .card .card-texts--wrapper p {
	font-weight: 400;
	font-size: 1.25rem;
}

:root .information-carousel .card img.card-img {
	height: max-content;
	object-fit: cover;
}

@media screen and (min-width: 1200px) {
	:root .information-carousel .information-carousel-container.slick-initialized {
		position: relative;
	}
}

:root .information-carousel .slick-initialized .slick-slide {
	display: block;
	padding: 0.625rem;
}

@media screen and (min-width: 600px) {
	:root .information-carousel .slick-initialized .slick-slide {
		margin-right: 1.875rem;
	}
}

:root .information-carousel .slick-arrow .slick-next-icon,
:root .information-carousel .slick-arrow .slick-prev-icon {
	font-family: monospace;
	color: #0692CC;
	font-size: 2.8125rem;
	opacity: 1;
}

:root .information-carousel .slick-arrow:focus .slick-next-icon,
:root .information-carousel .slick-arrow:focus .slick-prev-icon {
	color: #000;
	margin-left: 0;
}

:root .information-carousel .slick-arrow span.slick-next-icon,
:root .information-carousel .slick-arrow span.slick-prev-icon {
	transition: 0.3s all;
	margin-top: -5px;
}

:root .information-carousel .slick-arrow:hover, :root .information-carousel .slick-arrow:focus {
	height: auto;
	color: inherit;
	background: #0692CC;
}

:root .information-carousel .slick-arrow:hover span.slick-next-icon,
:root .information-carousel .slick-arrow:hover span.slick-prev-icon, :root .information-carousel .slick-arrow:focus span.slick-next-icon,
:root .information-carousel .slick-arrow:focus span.slick-prev-icon {
	transform: scale(1.25);
	transition: 0.3s all;
	color: #fff;
}

:root .information-carousel .slick-arrow:hover span.slick-next-icon:before,
:root .information-carousel .slick-arrow:hover span.slick-prev-icon:before, :root .information-carousel .slick-arrow:focus span.slick-next-icon:before,
:root .information-carousel .slick-arrow:focus span.slick-prev-icon:before {
	color: #fff;
}

:root .information-carousel .slick-arrow,
:root .information-carousel .slick-arrow:focus {
	bottom: -55px;
	top: auto;
	left: 0;
	right: auto;
	transform: none;
	margin: 0;
	height: auto;
	width: auto;
	z-index: 99;
	min-width: 40px;
}

@media screen and (min-width: 600px) {
	:root .information-carousel .slick-arrow,
	:root .information-carousel .slick-arrow:focus {
		left: 40%;
		right: auto;
	}
}

:root .information-carousel .slick-next,
:root .information-carousel .slick-next:focus {
	left: auto;
	right: 0;
	margin: 0;
}

@media screen and (min-width: 600px) {
	:root .information-carousel .slick-next,
	:root .information-carousel .slick-next:focus {
		left: auto;
		right: 40%;
	}
}

:root .information-carousel .slick-dots {
	bottom: -60px;
	padding-left: 1.875rem;
}

@media screen and (min-width: 600px) {
	:root .information-carousel .slick-dots {
		padding-left: 0;
	}
}

:root .information-carousel .slick-dots li button {
	padding: 0;
}

:root .information-carousel .slick-dots li button .slick-dot-icon {
	color: #cddcdf;
	opacity: 1;
	transition: 0.3s all;
}

:root .information-carousel .slick-dots li button:hover > .slick-dot-icon {
	color: #000;
}

:root .information-carousel .slick-dots li.slick-active button .slick-dot-icon:before {
	color: #0692CC;
}

:root .information-carousel .slick-dots li button:focus .slick-dot-icon:before {
	color: #0692CC;
}

:root .information-carousel .slick-slider.slick-dotted {
	margin-bottom: 5rem;
}

:root .form-section {
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 2.8125rem;
	padding-bottom: 4.6875rem;
	margin-top: 0;
}

:root .form-section.background-navy {
	background: #0f192c;
}

:root .form-section .form-section__bg-overlay.background-navy {
	background: #0f192c;
}

:root .form-section.background-white {
	background: #ffffff;
}

:root .form-section .form-section__bg-overlay.background-white {
	background: #ffffff;
}

:root .form-section.background-gray {
	background: #404040;
}

:root .form-section .form-section__bg-overlay.background-gray {
	background: #404040;
}

:root .form-section.background-cyan {
	background: #006893;
}

:root .form-section .form-section__bg-overlay.background-cyan {
	background: #006893;
}

:root .form-section__bg-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

:root .form-section__container {
	z-index: 2;
	position: relative;
}

:root .form-section__heading {
	text-align: center;
	margin-bottom: 1.25rem;
}

:root .form-section__content {
	font-size: 1.25rem;
	font-weight: 300;
	letter-spacing: -0.2px;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 3.125rem;
}

:root .form-section__form {
	padding: 2.5rem;
	background-color: #fff;
	border-radius: 1.5625rem;
}

:root .form-section__form input[type="tel"] {
	max-width: 12.5rem;
}

:root .form-section.white-color .heading,
:root .form-section.white-color .content {
	color: #fff;
}

:root .form-section.black-color .heading,
:root .form-section.black-color .content {
	color: #000;
}

:root .accordion-block {
	position: relative;
	padding: 3.75rem 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

:root .accordion-block.background-navy {
	background: #0f192c;
}

:root .accordion-block .accordion-block__bg-overlay.background-navy {
	background: #0f192c;
}

:root .accordion-block.background-white {
	background: #ffffff;
}

:root .accordion-block .accordion-block__bg-overlay.background-white {
	background: #ffffff;
}

:root .accordion-block.background-gray {
	background: #404040;
}

:root .accordion-block .accordion-block__bg-overlay.background-gray {
	background: #404040;
}

:root .accordion-block.background-cyan {
	background: #006893;
}

:root .accordion-block .accordion-block__bg-overlay.background-cyan {
	background: #006893;
}

:root .accordion-block__bg-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

:root .accordion-block__container {
	z-index: 2;
	position: relative;
}

:root .accordion-block__heading {
	color: #fff;
	margin-bottom: 0.9375rem;
}

:root .accordion-block__heading:hover, :root .accordion-block__heading:focus, :root .accordion-block__heading:focus-visible, :root .accordion-block__heading:focus-within {
	color: #fff;
}

:root .accordion-block__content {
	color: #fff;
	line-height: 1.5;
	font-size: 0.9375rem;
	max-width: 33.75rem;
}

:root .accordion-block__tabs {
	padding: 2.5rem;
	background-color: #fff;
	border-radius: 1.5625rem;
	margin-top: 3.125rem;
}

:root .accordion-block__tab-item {
	padding: 1.5625rem 3.4375rem;
	border-bottom: 1px solid #0F192C;
}

@media screen and (max-width: 1024px) {
	:root .accordion-block__tab-item {
		padding: 0.9375rem;
	}
}

:root .accordion-block__tab-item:last-child {
	border-bottom: none;
}

:root .accordion-block__tab-heading {
	margin-bottom: 0;
}

:root .accordion-block__tab-heading .indicator {
	display: block;
	font-size: 3.125rem;
	font-weight: 300;
	height: 3.1875rem;
	width: 3.1875rem;
	padding: 0.625rem;
	line-height: 1.9375rem;
	text-align: center;
	color: #0F192C;
	transition: background-color .3s ease-in-out, border .3s ease-in-out;
}

:root .accordion-block__tab-heading .accordion-block__tab-title {
	font-size: 1.625rem;
	font-weight: 400;
	letter-spacing: -0.26px;
	background-color: #fff;
	border: none;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 0.625rem 0;
	min-height: 3.25rem;
	text-align: left;
	color: #0F192C;
}

@media screen and (max-width: 767px) {
	:root .accordion-block__tab-heading .accordion-block__tab-title {
		font-size: 1.25rem;
	}
}

:root .accordion-block__tab-heading .accordion-block__tab-title:hover .title {
	text-decoration: underline;
}

:root .accordion-block__tab-heading .accordion-block__tab-title:hover .indicator {
	background-color: #0F192C;
	color: #fff;
	text-decoration: none;
}

:root .accordion-block__tab-heading .accordion-block__tab-title:focus-visible {
	outline: dotted;
}

:root .accordion-block__tab-content {
	display: none;
	padding: 2.1875rem 0 1.5625rem;
	flex-direction: row;
	flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
	:root .accordion-block__tab-content {
		flex-direction: column;
	}
}

:root .accordion-block__tab-content *:not(.button) {
	color: #0F192C;
	font-size: 1.125rem;
	line-height: 1.5;
}

:root .accordion-block__tab-content *:not(.button):last-child {
	margin-bottom: 0;
}

:root .accordion-block__tab-content ul {
	margin-left: 0;
}

:root .accordion-block__tab-content-left {
	width: auto;
}

:root .accordion-block__tab-content-left.with-media {
	width: calc(100% - 480px);
}

@media screen and (max-width: 1024px) {
	:root .accordion-block__tab-content-left.with-media {
		width: 100%;
		margin-bottom: 2.5rem;
	}
}

:root .accordion-block__tab-media {
	width: 26.25rem;
	margin-left: 3.75rem;
	max-width: 100%;
}

@media screen and (max-width: 1024px) {
	:root .accordion-block__tab-media {
		margin-left: 0;
	}
}

:root .accordion-block__tab-media img {
	width: 100%;
	height: auto;
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

:root .accordion-block.white-color .accordion-block__tabs {
	padding: 0;
	background-color: transparent;
}

:root .accordion-block.white-color .accordion-block__tab-item {
	border-bottom-color: #fff;
}

:root .accordion-block.white-color .accordion-block__tab-heading .accordion-block__tab-title {
	background-color: transparent;
	color: #fff;
}

:root .accordion-block.white-color .accordion-block__tab-heading .indicator {
	color: #fff;
}

:root .accordion-block.white-color .accordion-block__tab-content *:not(.button) {
	color: #fff;
}

:root .analysts-tabs-block {
	padding-top: 3.75rem;
}

:root .analysts-tabs-block .tabs {
	margin-bottom: 1.875rem;
	border-bottom: 0.0625rem solid #DEDAD5;
}

:root .analysts-tabs-block .tabs button[role=tab] {
	border: 0.0625rem solid #DEDAD5;
	border-bottom: none;
	border-top: 0.1875rem solid #404040;
	background-color: #DEDAD5;
	color: #000;
	border-radius: 0;
	cursor: pointer;
	margin-bottom: -0.0625rem;
}

:root .analysts-tabs-block .tabs button[role=tab][aria-selected=true], :root .analysts-tabs-block .tabs button[role=tab]:hover, :root .analysts-tabs-block .tabs button[role=tab]:focus, :root .analysts-tabs-block .tabs button[role=tab]:focus-visible, :root .analysts-tabs-block .tabs button[role=tab]:focus-within {
	border-top: 0.1875rem solid #0692CC;
	color: #0692CC;
	background-color: #fff;
}

:root .analysts-tabs-block .analysts-tabs__team-listing {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.875rem;
}

@media screen and (min-width: 401px) and (max-width: 850px) {
	:root .analysts-tabs-block .analysts-tabs__team-listing {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 400px) {
	:root .analysts-tabs-block .analysts-tabs__team-listing {
		grid-template-columns: repeat(1, 1fr);
	}
}

:root .analysts-tabs-block .analysts-tabs__team-listing .team-card {
	text-decoration: none;
}

:root .analysts-tabs-block .analysts-tabs__team-listing .team-card:hover, :root .analysts-tabs-block .analysts-tabs__team-listing .team-card:focus, :root .analysts-tabs-block .analysts-tabs__team-listing .team-card:focus-visible, :root .analysts-tabs-block .analysts-tabs__team-listing .team-card:focus-within {
	text-decoration: underline;
}

:root .analysts-tabs-block .analysts-tabs__team-listing .team-card__image img {
	width: 100%;
}

:root .analysts-tabs-block .analysts-tabs__team-listing .team-card__title {
	color: #006893;
	font-size: 1.375rem;
	line-height: 1.5;
	font-weight: 500 !important;
	margin-bottom: 0.625rem;
}

:root .analysts-tabs-block .analysts-tabs__team-listing .team-card__specialties {
	position: relative;
}

:root .analysts-tabs-block .analysts-tabs__team-listing .team-card__specialty {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 400;
	color: #404040;
}

:root .analysts-tabs-block .analysts-tabs__team-listing .team-card .specialty-icon {
	width: 1.5rem;
	height: 1.5rem;
	object-fit: contain;
	position: absolute;
	left: 0;
}

:root .analysts-tabs-block .team-sector-group {
	border-bottom: 0.125rem solid #DEDAD5;
	padding-bottom: 1.875rem;
	margin-bottom: 1.875rem;
}

:root .analysts-tabs-block .team-sector-group .team-sector-title {
	font-size: 2.25rem;
	line-height: 1.5;
	color: #006893;
	display: flex;
}

:root .analysts-tabs-block .team-sector-group .sector-icon {
	margin-right: 0.625rem;
	width: 3rem;
	height: 3rem;
	object-fit: contain;
}

:root .analysts-carousel {
	padding-top: 3.75rem;
	padding-bottom: 3.75rem;
}

:root .analysts-carousel .slick-slide {
	padding: 0 0.9375rem;
}

:root .analysts-carousel .slick-slide .card a {
	text-decoration: none;
	color: #006893;
}

:root .analysts-carousel .slick-slide .card a:hover, :root .analysts-carousel .slick-slide .card a:focus, :root .analysts-carousel .slick-slide .card a:focus-visible, :root .analysts-carousel .slick-slide .card a:focus-within {
	text-decoration: underline;
}

:root .analysts-carousel .slick-slide .card img {
	aspect-ratio: 1 / 1;
}

:root .analysts-carousel .slick-slide .card .card-heading {
	font-size: 1.375rem;
	line-height: 1.5;
	font-weight: 500 !important;
	color: #006893;
	margin-top: 0.625rem;
}

:root .analysts-carousel .slick-arrow {
	z-index: 1;
	width: 2.8125rem;
	height: 2.8125rem;
}

:root .analysts-carousel .slick-arrow .slick-next-icon,
:root .analysts-carousel .slick-arrow .slick-prev-icon {
	font-family: monospace;
	color: #fff;
	font-size: 2.8125rem;
	opacity: 1;
	background-color: #0692CC;
}

:root .analysts-carousel .slick-arrow.slick-prev {
	left: 0;
}

:root .analysts-carousel .slick-arrow.slick-next {
	right: 0;
}

:root .analysts-carousel .slick-arrow span.slick-next-icon,
:root .analysts-carousel .slick-arrow span.slick-prev-icon {
	transition: 0.3s all;
}

:root .analysts-carousel .slick-arrow span.slick-next-icon:before,
:root .analysts-carousel .slick-arrow span.slick-prev-icon:before {
	height: 2.8125rem;
	line-height: 2.5rem;
	display: block;
}

:root .analysts-carousel .slick-arrow:hover, :root .analysts-carousel .slick-arrow:focus {
	height: auto;
	color: inherit;
}

:root .analysts-carousel .slick-arrow:hover span.slick-next-icon,
:root .analysts-carousel .slick-arrow:hover span.slick-prev-icon, :root .analysts-carousel .slick-arrow:focus span.slick-next-icon,
:root .analysts-carousel .slick-arrow:focus span.slick-prev-icon {
	background-color: #2B5797;
}

:root .analysts-carousel .slick-arrow:hover span.slick-next-icon:before,
:root .analysts-carousel .slick-arrow:hover span.slick-prev-icon:before, :root .analysts-carousel .slick-arrow:focus span.slick-next-icon:before,
:root .analysts-carousel .slick-arrow:focus span.slick-prev-icon:before {
	color: #fff;
}

:root .analysts-carousel .slick-autoplay-toggle-button {
	display: none;
}

:root .analysts-carousel .analysts-carousel-button {
	text-align: center;
}

/* Modules
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link,
.wp-block-post .wp-block-post-excerpt__more-link,
.wp-block-latest-posts li .wp-block-latest-posts__read-more,
:root .wp-block-file__button {
	border: 1px solid;
	border-color: #0692CC;
	background: #0692CC;
	color: #fff;
	border-radius: 2px;
	padding: 0.625rem 1.125rem;
	font-size: 0.875rem;
	line-height: 1.6;
	height: 44px;
	text-decoration: none;
	display: inline-block;
	margin: 5px 0;
}

button:visited,
input[type="button"]:visited,
input[type="reset"]:visited,
input[type="submit"]:visited,
.button:visited,
.single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:visited,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:visited,
.wp-block-post .wp-block-post-excerpt__more-link:visited,
.wp-block-latest-posts li .wp-block-latest-posts__read-more:visited,
:root .wp-block-file__button:visited {
	color: #fff;
}

button:hover, button:focus, button:focus-visible, button:focus-within,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:focus-visible,
input[type="button"]:focus-within,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="reset"]:focus-visible,
input[type="reset"]:focus-within,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:focus-visible,
input[type="submit"]:focus-within,
.button:hover,
.single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover,
.wp-block-post .wp-block-post-excerpt__more-link:hover,
.wp-block-latest-posts li .wp-block-latest-posts__read-more:hover,
:root .wp-block-file__button:hover,
.button:focus,
.single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus,
.wp-block-post .wp-block-post-excerpt__more-link:focus,
.wp-block-latest-posts li .wp-block-latest-posts__read-more:focus,
:root .wp-block-file__button:focus,
.button:focus-visible,
.single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-visible,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-visible,
.wp-block-post .wp-block-post-excerpt__more-link:focus-visible,
.wp-block-latest-posts li .wp-block-latest-posts__read-more:focus-visible,
:root .wp-block-file__button:focus-visible,
.button:focus-within,
.single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-within,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-within,
.wp-block-post .wp-block-post-excerpt__more-link:focus-within,
.wp-block-latest-posts li .wp-block-latest-posts__read-more:focus-within,
:root .wp-block-file__button:focus-within {
	font-weight: 500;
	line-height: 1.6;
	height: 44px;
	color: #fff;
	border-color: #006893;
	background-color: #006893;
}

.button--primary, input[type="submit"], .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link, .wp-block-post .wp-block-post-excerpt__more-link, .wp-block-latest-posts li .wp-block-latest-posts__read-more {
	background: linear-gradient(to right, #0692CC 50%, white 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .4s ease-out;
	color: #000;
	border-color: #c2c2c2;
	border-radius: 0;
	position: relative;
}

.button--primary:visited, input:visited[type="submit"], .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:visited,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:visited, .wp-block-post .wp-block-post-excerpt__more-link:visited, .wp-block-latest-posts li .wp-block-latest-posts__read-more:visited {
	color: #000;
}

.button--primary:before, input[type="submit"]:before, .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:before,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:before, .wp-block-post .wp-block-post-excerpt__more-link:before, .wp-block-latest-posts li .wp-block-latest-posts__read-more:before {
	content: '';
	background-color: #0692CC;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 100%;
}

.button--primary:after, input[type="submit"]:after, .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:after,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:after, .wp-block-post .wp-block-post-excerpt__more-link:after, .wp-block-latest-posts li .wp-block-latest-posts__read-more:after {
	content: url("/wp-content/themes/greenshift-child/src/images/arrow-black.svg");
	margin-left: 15px;
}

.button--primary:hover, input:hover[type="submit"], .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover, .wp-block-post .wp-block-post-excerpt__more-link:hover, .wp-block-latest-posts li .wp-block-latest-posts__read-more:hover, .button--primary:focus, input:focus[type="submit"], .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus, .wp-block-post .wp-block-post-excerpt__more-link:focus, .wp-block-latest-posts li .wp-block-latest-posts__read-more:focus, .button--primary:focus-visible, input:focus-visible[type="submit"], .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-visible,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-visible, .wp-block-post .wp-block-post-excerpt__more-link:focus-visible, .wp-block-latest-posts li .wp-block-latest-posts__read-more:focus-visible, .button--primary:focus-within, input:focus-within[type="submit"], .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-within,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-within, .wp-block-post .wp-block-post-excerpt__more-link:focus-within, .wp-block-latest-posts li .wp-block-latest-posts__read-more:focus-within {
	background-position: left bottom;
	color: #fff;
	font-size: 0.875rem;
	font-weight: 400;
	border-color: #0692CC;
}

.button--primary:hover:after, input[type="submit"]:hover:after, .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover:after,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover:after, .wp-block-post .wp-block-post-excerpt__more-link:hover:after, .wp-block-latest-posts li .wp-block-latest-posts__read-more:hover:after, .button--primary:focus:after, input[type="submit"]:focus:after, .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus:after,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus:after, .wp-block-post .wp-block-post-excerpt__more-link:focus:after, .wp-block-latest-posts li .wp-block-latest-posts__read-more:focus:after, .button--primary:focus-visible:after, input[type="submit"]:focus-visible:after, .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-visible:after,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-visible:after, .wp-block-post .wp-block-post-excerpt__more-link:focus-visible:after, .wp-block-latest-posts li .wp-block-latest-posts__read-more:focus-visible:after, .button--primary:focus-within:after, input[type="submit"]:focus-within:after, .single-post aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-within:after,
.single-success-story aside .wp-block-post-excerpt .wp-block-post-excerpt__more-link:focus-within:after, .wp-block-post .wp-block-post-excerpt__more-link:focus-within:after, .wp-block-latest-posts li .wp-block-latest-posts__read-more:focus-within:after {
	content: url("/wp-content/themes/greenshift-child/src/images/arrow-white.svg");
}

.button--white, .site-header .courtesy-nav a.wp-block-button__link.wp-element-button, .site-header .courtesy-nav li.wp-block-button__link.wp-element-button {
	color: #2B5797;
	border-color: #fff;
	background: #fff;
}

.button--white:visited, .site-header .courtesy-nav a.wp-block-button__link.wp-element-button:visited, .site-header .courtesy-nav li.wp-block-button__link.wp-element-button:visited {
	color: #2B5797;
}

.button--white:hover, .site-header .courtesy-nav a.wp-block-button__link.wp-element-button:hover, .site-header .courtesy-nav li.wp-block-button__link.wp-element-button:hover, .button--white:focus, .site-header .courtesy-nav a.wp-block-button__link.wp-element-button:focus, .site-header .courtesy-nav li.wp-block-button__link.wp-element-button:focus, .button--white:focus-visible, .site-header .courtesy-nav a.wp-block-button__link.wp-element-button:focus-visible, .site-header .courtesy-nav li.wp-block-button__link.wp-element-button:focus-visible, .button--white:focus-within, .site-header .courtesy-nav a.wp-block-button__link.wp-element-button:focus-within, .site-header .courtesy-nav li.wp-block-button__link.wp-element-button:focus-within {
	color: #fff;
	border-color: #fff;
	background-color: #006893;
}

.button--blue {
	color: #fff;
	border-color: #2B5797;
	background: #2B5797;
}

.button--blue:visited {
	color: #fff;
}

.button--blue:hover, .button--blue:focus, .button--blue:focus-visible, .button--blue:focus-within {
	color: #000;
	border-color: #000;
	background-color: #fff;
}

.button--green {
	color: #000;
	border-color: #BFD601;
	background-color: #BFD601;
}

.button--green:visited {
	color: #000;
}

.button--green:hover, .button--green:focus, .button--green:focus-visible, .button--green:focus-within {
	color: #000;
	border-color: #000;
	background-color: #fff;
}

.button--with-arrow {
	position: relative;
}

.button--with-arrow:after {
	content: url("/wp-content/themes/greenshift-child/src/images/arrow-white.svg");
	margin-left: 15px;
}

.button--with-arrow.button--green:after {
	content: url("/wp-content/themes/greenshift-child/src/images/arrow-black.svg");
}

.button--with-arrow.button--blue:hover:after, .button--with-arrow.button--blue:focus:after, .button--with-arrow.button--blue:focus-visible:after, .button--with-arrow.button--blue:focus-within:after {
	content: url("/wp-content/themes/greenshift-child/src/images/arrow-black.svg");
}

.button--with-arrow.button--white:after, .site-header .courtesy-nav a.button--with-arrow.wp-block-button__link.wp-element-button:after, .site-header .courtesy-nav li.button--with-arrow.wp-block-button__link.wp-element-button:after {
	content: url("/wp-content/themes/greenshift-child/src/images/arrow-blue.svg");
}

.button--with-arrow.button--white:hover:after, .site-header .courtesy-nav a.button--with-arrow.wp-block-button__link.wp-element-button:hover:after, .site-header .courtesy-nav li.button--with-arrow.wp-block-button__link.wp-element-button:hover:after, .button--with-arrow.button--white:focus:after, .site-header .courtesy-nav a.button--with-arrow.wp-block-button__link.wp-element-button:focus:after, .site-header .courtesy-nav li.button--with-arrow.wp-block-button__link.wp-element-button:focus:after, .button--with-arrow.button--white:focus-visible:after, .site-header .courtesy-nav a.button--with-arrow.wp-block-button__link.wp-element-button:focus-visible:after, .site-header .courtesy-nav li.button--with-arrow.wp-block-button__link.wp-element-button:focus-visible:after, .button--with-arrow.button--white:focus-within:after, .site-header .courtesy-nav a.button--with-arrow.wp-block-button__link.wp-element-button:focus-within:after, .site-header .courtesy-nav li.button--with-arrow.wp-block-button__link.wp-element-button:focus-within:after {
	content: url("/wp-content/themes/greenshift-child/src/images/arrow-white.svg");
}

.button--chevron-down .wp-block-button__link:after {
	content: '\f078';
	color: inherit;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 400;
	margin-left: 5px;
}

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

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

.site-header {
	position: relative;
	z-index: 999;
}

.site-header .is-style-border-bottom {
	border-bottom: 1px solid #CDDCDF;
}

@media screen and (max-width: 1230px) {
	.site-header .is-style-border-bottom {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

@media screen and (max-width: 450px) {
	.site-header .is-style-border-bottom > .wp-block-group {
		gap: 0;
	}
}

.site-header .wp-block-navigation__submenu-icon {
	width: 1.5rem;
	height: 1.5rem;
	background-color: transparent;
}

.site-header .wp-block-navigation__submenu-icon svg {
	width: 0.875rem;
	height: 0.875rem;
}

.site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
	padding: 0.4375rem;
	margin-left: -1.125rem;
	min-width: 15.625rem !important;
	display: none;
}

@media screen and (max-width: 767px) {
	.site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
		flex-direction: column !important;
	}
}

.site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu.is-style-mega-menu-right:before {
	content: '';
	position: absolute;
	height: calc(100% + 2px);
	/* background: $color-white; */
	top: -1px;
	width: 200vw;
	left: -100vw;
	z-index: -1;
	/* border-top: rem(1) solid var(--wp--preset--color--tertiaryblack); */
}

@media screen and (max-width: 599px) {
	.site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu.is-style-mega-menu-right:before {
		content: none;
	}
}

@media screen and (max-width: 599px) {
	.site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
		padding: 0 1.25rem;
		gap: 24px;
	}
	.site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu:before {
		content: none;
	}
	.site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__content {
		font-size: 0.875rem;
	}
}

.site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item {
	border-bottom: 1px solid #32373c3b;
	min-height: 2.75rem;
}

@media screen and (max-width: 767px) {
	.site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item {
		width: 100%;
		max-width: 100% !important;
		position: relative;
	}
}

.site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item:nth-last-of-type(1), .site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item.has-child {
	border-bottom: none;
}

@media screen and (max-width: 767px) {
	.site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__content {
		padding-right: 3.125rem;
		margin-top: 0;
		min-height: 2.75rem;
	}
}

.site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__content:hover, .site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__content:focus, .site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__content:focus-visible, .site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu .wp-block-navigation-item__content:focus-within {
	text-decoration: underline;
	transform: none !important;
}

@media screen and (min-width: 600px) and (max-width: 991px) {
	.site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu.is-style-mega-menu-right {
		flex-direction: column;
	}
}

.site-header .wp-block-navigation__submenu-container.wp-block-navigation-submenu.is-style-mega-menu-right > .wp-block-navigation-item {
	border-bottom-width: 0;
}

.site-header .wp-block-navigation [class*=' is-style-mega-menu'].has-child > .wp-block-navigation__submenu-container > li > a {
	margin: 0 !important;
}

.site-header .wp-block-navigation [class*=' is-style-mega-menu'].has-child > .wp-block-navigation__submenu-container a {
	font-weight: 300;
	font-size: 16px;
	transition: 0.3s all;
}

.site-header .wp-block-navigation [class*=' is-style-mega-menu'].has-child > .wp-block-navigation__submenu-container > li > ul {
	flex-direction: column;
	padding-left: 0;
	padding-right: 1.875rem;
	margin-left: 0;
}

@media screen and (min-width: 767px) {
	.site-header .wp-block-navigation .has-child:hover > .wp-block-navigation__submenu-container {
		box-shadow: 0 20px 30px -2px rgba(9, 30, 66, 0.25);
	}
}

.site-header .wp-block-navigation > li > ul > li[class*=' is-style-mega-menu'].wp-block-navigation-item.has-child > a {
	font-weight: 400;
	transform: none !important;
}

.site-header .main-navigation-wrap.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1000;
}

@media screen and (min-width: 767px) and (max-width: 1150px) {
	.site-header .main-navigation-wrap > .wp-block-group {
		padding-top: 3.75rem;
		padding-bottom: 0.625rem;
		position: relative;
		gap: 0;
	}
}

.site-header .main-navigation-wrap .wp-block-site-logo {
	padding: 1.25rem 0;
}

@media screen and (min-width: 767px) and (max-width: 1150px) {
	.site-header .main-navigation-wrap .wp-block-site-logo {
		position: absolute;
		top: 0;
		padding: 0.625rem;
	}
}

@media screen and (max-width: 767px) {
	.site-header .main-navigation-wrap .wp-block-site-logo {
		margin-right: 1.875rem;
	}
}

.site-header .main-navigation-wrap .wp-block-site-logo .custom-logo-link {
	transition: all .3s ease-in-out;
}

.site-header .main-navigation-wrap .wp-block-site-logo .custom-logo-link:hover, .site-header .main-navigation-wrap .wp-block-site-logo .custom-logo-link:focus, .site-header .main-navigation-wrap .wp-block-site-logo .custom-logo-link:focus-visible, .site-header .main-navigation-wrap .wp-block-site-logo .custom-logo-link:focus-within {
	transform: scale(1.1);
}

.site-header .main-navigation-wrap .wp-block-site-logo img {
	height: 2.5rem;
	width: auto;
	object-fit: contain;
}

@media screen and (max-width: 900px) {
	.site-header .main-navigation-wrap .wp-block-site-logo img {
		height: 2.8125rem;
	}
}

@media screen and (max-width: 599px) {
	.site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item > a, .site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item.has-child > a {
		padding: 0.625rem 0;
		line-height: 1.5;
	}
}

@media screen and (min-width: 600px) and (max-width: 767px) {
	.site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item > a, .site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item.has-child > a {
		font-size: 0.875rem;
	}
}

@media screen and (max-width: 767px) {
	.site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item > a, .site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item.has-child > a {
		width: 100%;
		padding-right: 3.125rem;
		min-height: 3.75rem;
	}
}

.site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item > a:after, .site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item.has-child > a:after {
	position: absolute;
	transition: width .5s;
	content: '';
	background-color: #0692CC;
	width: 0;
	height: 0.3125rem;
	bottom: 0;
	left: 0;
}

.site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item > a:hover:after, .site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item > a:focus:after, .site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item > a:focus-visible:after, .site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item > a:focus-within:after, .site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item.has-child > a:hover:after, .site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item.has-child > a:focus:after, .site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item.has-child > a:focus-visible:after, .site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item.has-child > a:focus-within:after {
	width: 100%;
}

.site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item > a {
	color: #2B5797;
}

.site-header .main-navigation-wrap .wp-block-navigation__container > .wp-block-navigation-item.current-menu-item > a:after {
	width: 100%;
}

.site-header .main-navigation-wrap .wp-block-navigation.main-nav-left .wp-block-navigation__responsive-container-open {
	align-items: center;
	width: 2.75rem;
	justify-content: center;
}

@media screen and (max-width: 767px) {
	.site-header .main-navigation-wrap .wp-block-navigation.main-nav-left .wp-block-navigation__responsive-container-open {
		position: absolute;
		right: 0;
	}
}

@media screen and (max-width: 767px) {
	.site-header .main-navigation-wrap .wp-block-navigation.main-nav-left .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
		padding: 0.625rem;
		top: 0.5rem;
	}
	.site-header .main-navigation-wrap .wp-block-navigation.main-nav-left .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation-submenu {
		box-shadow: none;
	}
	.site-header .main-navigation-wrap .wp-block-navigation.main-nav-left .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation-submenu > .wp-block-navigation-item {
		min-height: 3.75rem;
	}
}

@media screen and (max-width: 1024px) {
	.site-header .main-navigation-wrap .wp-block-navigation.main-nav-left {
		gap: 0.3125rem;
	}
}

@media screen and (max-width: 767px) {
	.site-header .main-navigation-wrap .wp-block-navigation.main-nav-left {
		width: 100%;
	}
}

.site-header .main-navigation-wrap .wp-block-navigation.main-nav-left > li > a {
	padding: 1.25rem 0.3125rem;
	font-weight: 500;
	color: #32373C;
	font-size: 1rem;
}

@media screen and (max-width: 1024px) {
	.site-header .main-navigation-wrap .wp-block-navigation.main-nav-right {
		display: none;
	}
}

.site-header .main-navigation-wrap .wp-block-navigation.main-nav-right .wp-block-navigation-item__label, .site-header .main-navigation-wrap .wp-block-navigation.main-nav-right .wp-block-navigation-item__content {
	color: #32373C;
	font-size: 1rem;
	font-weight: 500;
}

.site-header .main-navigation-wrap .main-navigation-left {
	gap: 1.875rem;
}

@media screen and (max-width: 1024px) {
	.site-header .main-navigation-wrap .main-navigation-left {
		gap: 0.3125rem;
	}
}

@media screen and (max-width: 767px) {
	.site-header .main-navigation-wrap .main-navigation-left {
		width: 100%;
	}
}

.site-header .main-navigation-wrap .main-navigation-right {
	gap: 0.625rem;
}

@media screen and (max-width: 767px) {
	.site-header .main-navigation-wrap .main-navigation-right {
		position: absolute;
		right: 70px;
	}
}

@media screen and (min-width: 767px) and (max-width: 1150px) {
	.site-header .main-navigation-wrap .wp-block-search__button-inside {
		position: absolute;
		top: 0.625rem;
		right: 0;
	}
}

.site-header .main-navigation-wrap .wp-block-search__button-inside .wp-block-search__inside-wrapper {
	min-width: fit-content !important;
}

.site-header .main-navigation-wrap .wp-block-search__button-inside .wp-block-search__button {
	background-color: transparent;
	width: 2.75rem;
	padding-left: 0;
	padding-right: 0;
}

.site-header .main-navigation-wrap .wp-block-search__button-inside .wp-block-search__button svg {
	color: #2B5797;
}

.site-header .main-navigation-wrap .wp-block-search__button-inside .wp-block-search__button:hover, .site-header .main-navigation-wrap .wp-block-search__button-inside .wp-block-search__button:focus, .site-header .main-navigation-wrap .wp-block-search__button-inside .wp-block-search__button:focus-visible, .site-header .main-navigation-wrap .wp-block-search__button-inside .wp-block-search__button:focus-within {
	background-color: #006893 !important;
	border-color: #006893;
	color: #fff;
}

.site-header .main-navigation-wrap .wp-block-search__button-inside .wp-block-search__button:hover svg, .site-header .main-navigation-wrap .wp-block-search__button-inside .wp-block-search__button:focus svg, .site-header .main-navigation-wrap .wp-block-search__button-inside .wp-block-search__button:focus-visible svg, .site-header .main-navigation-wrap .wp-block-search__button-inside .wp-block-search__button:focus-within svg {
	color: #fff;
}

.site-header .notification-bar {
	padding: 0.625rem;
	font-size: 0.875rem;
	line-height: 1.5;
}

.site-header .notification-bar a:hover, .site-header .notification-bar a:focus, .site-header .notification-bar a:focus-visible, .site-header .notification-bar a:focus-within {
	color: inherit;
	text-decoration: none;
}

.site-header .notification-bar a:visited {
	color: inherit;
}

.site-header .courtesy-nav {
	padding: 0.5rem;
	z-index: 999;
}

.site-header .courtesy-nav .wp-block-navigation {
	width: fit-content;
}

.site-header .courtesy-nav .wp-block-navigation-item, .site-header .courtesy-nav .wp-block-navigation-item__label {
	font-size: 0.875rem;
}

.site-header .courtesy-nav a.wp-block-button__link.wp-element-button {
	font-size: 0.875rem;
	padding: 0.5rem 1.125rem;
	border-radius: 0.125rem;
	margin: 0;
	height: 2.375rem;
}

.site-header .courtesy-nav a.wp-block-button__link.wp-element-button:hover, .site-header .courtesy-nav a.wp-block-button__link.wp-element-button:focus, .site-header .courtesy-nav a.wp-block-button__link.wp-element-button:focus-visible, .site-header .courtesy-nav a.wp-block-button__link.wp-element-button:focus-within {
	font-weight: 400;
	line-height: 1.5;
	border-color: #2B5797;
	background-color: #006893;
	transform: none;
}

.site-header .courtesy-nav li.wp-block-button__link.wp-element-button {
	font-size: 0.875rem;
	padding: 0.5rem 1.125rem;
	border-radius: 0.125rem;
	margin: 0;
	height: 2.375rem;
}

.site-header .courtesy-nav li.wp-block-button__link.wp-element-button:hover, .site-header .courtesy-nav li.wp-block-button__link.wp-element-button:focus, .site-header .courtesy-nav li.wp-block-button__link.wp-element-button:focus-visible, .site-header .courtesy-nav li.wp-block-button__link.wp-element-button:focus-within {
	background-color: #006893 !important;
}

.site-header .courtesy-nav li.wp-block-button__link.wp-element-button a {
	line-height: 1.5;
}

.site-footer > .wp-block-group {
	padding-top: 4.0625rem;
	padding-bottom: 2.5rem;
}

@media screen and (max-width: 1230px) {
	.site-footer > .wp-block-group {
		padding-left: 0.9375rem;
		padding-right: 0.9375rem;
	}
}

.site-footer .footer--columns {
	gap: 4.0625rem;
}

@media screen and (max-width: 1024px) {
	.site-footer .footer--columns {
		flex-wrap: wrap !important;
		gap: 1.875rem;
	}
}

.site-footer .footer--columns .wp-block-image img {
	max-width: 15rem;
	height: auto;
	transition: all 0.5s ease-in-out;
}

.site-footer .footer--columns .wp-block-image a:hover img {
	transform: scale(1.1);
}

.site-footer .footer--columns .wp-block-image a:focus img, .site-footer .footer--columns .wp-block-image a:focus-visible img, .site-footer .footer--columns .wp-block-image a:focus-within img {
	outline: dotted #fff;
	transform: scale(1.1);
}

.site-footer .footer--columns ul.wp-block-navigation {
	gap: 0.5rem;
}

.site-footer .footer--columns ul.wp-block-navigation .wp-block-navigation-item__content {
	line-height: 1.5;
	padding: 0;
}

.site-footer .footer--columns ul.wp-block-navigation .wp-block-navigation-item__label {
	font-size: 1rem;
	font-weight: 300;
}

.site-footer .footer--columns ul.wp-block-navigation .wp-block-navigation-item.h3 {
	margin-bottom: 0.625rem;
}

.site-footer .footer--columns ul.wp-block-navigation .wp-block-navigation-item.h3 .wp-block-navigation-item__label {
	font-size: 1.3125rem;
	font-weight: 400;
}

.site-footer .footer--columns ul.wp-block-navigation .wp-block-navigation-item:focus:after, .site-footer .footer--columns ul.wp-block-navigation .wp-block-navigation-item:focus-visible:after, .site-footer .footer--columns ul.wp-block-navigation .wp-block-navigation-item:focus-within:after {
	width: 100%;
}

.site-footer .footer--columns ul.wp-block-navigation .wp-block-navigation-item:not(.has-child) a:after {
	bottom: 0;
}

@media screen and (max-width: 1024px) {
	.site-footer .footer--columns .footer-logo-column {
		width: 100%;
		flex-basis: 100%;
	}
}

@media screen and (max-width: 767px) {
	.site-footer .footer--columns .wp-block-column {
		width: 100%;
		flex-basis: 100%;
	}
}

.site-footer .footer--secondary-nav {
	gap: 0;
	margin-bottom: 0.625rem;
}

.site-footer .footer--secondary-nav .wp-block-navigation-item {
	margin-right: 1.875rem;
}

.site-footer .footer--secondary-nav .wp-block-navigation-item__content {
	padding-bottom: 0.3125rem;
}

.site-footer .footer--secondary-nav .wp-block-navigation-item__content:focus:after, .site-footer .footer--secondary-nav .wp-block-navigation-item__content:focus-visible:after, .site-footer .footer--secondary-nav .wp-block-navigation-item__content:focus-within:after {
	width: 100%;
}

.site-footer .footer--secondary-nav .wp-block-navigation-item:not(.has-child) a:after {
	bottom: 0;
}

.site-footer .footer--copyright {
	font-size: 0.875rem;
	font-weight: 300;
}

.site-footer .footer--copyright a {
	color: #fff;
}

.site-footer .footer--copyright a:hover, .site-footer .footer--copyright a:focus, .site-footer .footer--copyright a:focus-visible, .site-footer .footer--copyright a:focus-within {
	color: #fff;
	text-decoration: none;
}

.site-footer .wp-block-separator {
	border-bottom-width: 0 !important;
}

.post-nav-links {
	margin: 1.25rem auto;
	text-align: center;
}

.post-nav-links .post-page-numbers {
	margin: 0 0.625rem;
}

.post-nav-links .post-page-numbers.current {
	font-weight: 600;
}

.yoast-breadcrumbs {
	padding: 0.75rem 0;
	margin-bottom: 0.75rem;
}

.yoast-breadcrumbs > span span {
	margin-right: 0.9375rem;
	margin-left: 0.9375rem;
}

.yoast-breadcrumbs > span span:first-child {
	margin-left: 0;
}

.yoast-breadcrumbs, .yoast-breadcrumbs span, .yoast-breadcrumbs a {
	font-size: 0.875rem;
	font-style: normal;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: 0.28px;
	color: #414B5A;
}

.yoast-breadcrumbs a:visited {
	color: #414B5A;
}

.facet-wrap .facet-label {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 0.3125rem;
}

.facet-wrap .facetwp-type-dropdown .facetwp-dropdown,
.facet-wrap .facetwp-type-dropdown select,
.facet-wrap .facetwp-type-sort .facetwp-dropdown,
.facet-wrap .facetwp-type-sort select {
	width: auto;
	min-width: 20rem;
}

@media screen and (max-width: 768px) {
	.facet-wrap .facetwp-type-dropdown .facetwp-dropdown,
	.facet-wrap .facetwp-type-dropdown select,
	.facet-wrap .facetwp-type-sort .facetwp-dropdown,
	.facet-wrap .facetwp-type-sort select {
		min-width: 15.625rem;
	}
}

.facet-wrap .facetwp-facet {
	margin-bottom: 1.875rem;
}

@media screen and (max-width: 590px) {
	.facet-wrap .facetwp-facet {
		margin-bottom: 0;
	}
}

.facetwp-pager .facetwp-page {
	padding: 0.3125rem;
	width: 2.125rem;
	text-align: center;
	border: 1px solid #2B5797;
	text-decoration: none;
	cursor: pointer;
}

.facetwp-pager .facetwp-page.active, .facetwp-pager .facetwp-page:hover, .facetwp-pager .facetwp-page:focus, .facetwp-pager .facetwp-page:focus-visible, .facetwp-pager .facetwp-page:focus-within {
	background-color: #2B5797;
	color: #fff;
}

/* careers - new */
.d-block {
	display: block;
}

.mb-25 {
	margin-bottom: 25px !important;
}

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

@media (min-width: 992px) {
	.careers.main .col-md-6.first-career-card {
		width: 100% !important;
		margin-bottom: 30px;
	}
	.careers.main .col-md-6.first-career-card .card {
		display: flex;
		flex-direction: row-reverse;
		column-gap: 30px;
	}
}

.careers.main {
	min-height: 0;
}

.careers .video-thumb {
	display: block;
	margin-bottom: 20px;
}

.careers .band {
	margin-bottom: 32px;
}

/* careers - opportunities */
.tabs-lg {
	display: flex;
	border: none;
	margin-bottom: 32px;
	background-color: rgba(230, 231, 232, 0.25);
	list-style: none;
	padding: 0;
	margin-left: 0;
}

.tabs-lg > li {
	flex: 1;
	flex-basis: 0;
	text-align: center;
}

.tabs-lg > li > a {
	height: 100%;
	background-color: #F6F8FA;
	color: #006791 !important;
	display: block;
	text-decoration: none;
}

.tabs-lg > li > a,
.tabs-lg > li.active > a,
.tabs-lg > li.active > a:focus,
.tabs-lg > li > a:hover,
.tabs-lg > li.active > a:hover {
	border: none !important;
	padding: 26px;
	font-family: Roboto;
	font-size: 26px;
	font-weight: 400;
}

.tabs-lg > li.active > a,
.tabs-lg > li > a:hover,
.tabs-lg > li.active > a:focus,
.tabs-lg > li.active > a:hover {
	background-color: var(--wp--preset--color--primary);
	color: #fff !important;
}

.filter-bar {
	flex-direction: column;
	border-left: 10px solid #0692CC;
	background-color: rgba(230, 231, 232, 0.25);
	padding: 17px 30px;
	display: flex;
}

.filter-bar select {
	flex: 0.5;
	width: auto;
	padding-right: 25px;
	display: inline-block;
	background-color: #fff;
	margin-right: 15px;
}

.filter-bar label {
	flex: 0.5;
	font-family: Roboto;
	font-size: 16px;
	font-weight: 400;
	margin-right: 15px;
}

.filter-bar .filter-bar-group {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
}

.filter-bar .filter-bar-group:not(:last-child) {
	margin-bottom: 10px;
}

.tab-description {
	margin-bottom: 30px;
}

.department {
	padding: 50px 0;
}

.department:not(:last-child) {
	border-bottom: 1px solid #666;
}

.department h5, .department h6,
.department .h6 {
	padding-bottom: 10px;
}

.department .job {
	padding: 10px 0;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
}

.department .job .col-md-8 {
	padding-right: 20px;
}

.department .job .col-md-8 a {
	color: #0692CC;
	text-decoration: none;
	font-weight: 400;
}

.department .job .col-md-8 a:hover, .department .job .col-md-8 a:focus, .department .job .col-md-8 a:focus-visible, .department .job .col-md-8 a:focus-within {
	text-decoration: underline;
}

.department .job .col-md-8 a:after {
	content: none;
}

.department .job .col-md-4 {
	font-weight: 400;
}

@media (min-width: 768px) {
	.department .job {
		flex-direction: row;
	}
	.department .job .col-md-8 {
		width: 67%;
	}
	.department .job .col-md-4 {
		width: 33%;
	}
}

@media (min-width: 768px) {
	.filter-bar {
		flex-direction: row;
		align-items: center;
	}
	.filter-bar .filter-bar-group {
		margin-bottom: 0px !important;
	}
	.filter-bar .filter-bar-group select {
		flex: auto;
		margin-bottom: 0;
	}
	.filter-bar .filter-bar-group label {
		flex: auto;
		margin-bottom: 0 !important;
	}
}

/* careers - working at btig */
h4.subheading {
	margin-bottom: 30px;
}

.gallery-item {
	width: 100%;
	margin-bottom: 15px;
}

.gallery-item img {
	min-width: 100%;
	height: auto;
}

@media (min-width: 425px) {
	.gallery-item {
		width: calc((100% - 15px) / 2);
	}
}

@media (min-width: 768px) {
	.gallery-item {
		width: calc((100% - 45px) / 4);
	}
}

/* careers - job detail */
.careers.job-detail ul li {
	margin-bottom: 0;
}

.careers.job-detail #education-section {
	margin-bottom: 23px;
}

.careers.job-detail .date-field {
	display: inline-block;
	width: auto;
	text-align: center;
}

.careers.job-detail .additional-education {
	border-top: 1px solid #DBDEE1;
	padding-top: 23px;
}

.careers.job-detail .remove-education {
	font-size: 3.5rem;
	font-weight: 100;
}

#application-submitted,
#application-error {
	display: none;
}

#application-form-section .filename {
	margin-left: 10px;
}

#application-form-section input[type="file"] {
	opacity: 0;
	height: 0;
	width: 0;
}

#application-form-section label.btn.btn-primary {
	color: #fff;
}

#application-form-section #requiredFieldsMissing {
	color: #b22672;
	margin-left: 15px;
	display: none;
}

#form-error-message {
	display: none;
}

.hint {
	display: none;
	color: #b22672;
	font-size: 14px;
}

.has-error .hint {
	display: block;
}

/* careers - internship */
.internship-card .card-block {
	padding: 20px !important;
	border-bottom-width: 20px;
	border-bottom-style: solid;
}

.tab-content > .tab-pane {
	display: none;
}

.tab-content > .active {
	display: block;
}

.disclosures-archive .page-title {
	color: #006893;
}

.disclosures-archive .page-title:hover, .disclosures-archive .page-title:focus, .disclosures-archive .page-title:focus-visible, .disclosures-archive .page-title:focus-within {
	color: #006893;
}

.disclosures-archive .disclosures-section-title {
	color: #006893;
	font-size: 1.25rem;
	font-weight: 600 !important;
	margin-bottom: 0.625rem;
}

.disclosures-archive .disclosures-section-title:hover, .disclosures-archive .disclosures-section-title:focus, .disclosures-archive .disclosures-section-title:focus-visible, .disclosures-archive .disclosures-section-title:focus-within {
	color: #006893;
}

.disclosures-archive .disclosures-section-list {
	margin-left: 0;
}

.disclosures-archive .disclosures-section-list li {
	margin-bottom: 0.625rem;
}

.disclosures-archive .disclosures-section-list li a {
	color: #32373C;
	text-decoration: none;
	font-weight: 400;
}

.disclosures-archive .disclosures-section-list li a:hover, .disclosures-archive .disclosures-section-list li a:focus, .disclosures-archive .disclosures-section-list li a:focus-visible, .disclosures-archive .disclosures-section-list li a:focus-within {
	text-decoration: underline;
	color: #006893;
}

.single-disclosures ul a, .single-disclosures ol a {
	color: #006893;
	text-decoration: none;
	font-weight: 400;
}

.single-disclosures ul a:hover, .single-disclosures ul a:focus, .single-disclosures ul a:focus-visible, .single-disclosures ul a:focus-within, .single-disclosures ol a:hover, .single-disclosures ol a:focus, .single-disclosures ol a:focus-visible, .single-disclosures ol a:focus-within {
	text-decoration: underline;
	color: #000;
}

.wp-block-query-pagination {
	gap: 0.375rem;
}

.wp-block-query-pagination .wp-block-query-pagination-numbers {
	gap: 0.375rem;
}

.wp-block-query-pagination .wp-block-query-pagination-previous,
.wp-block-query-pagination .wp-block-query-pagination-next,
.wp-block-query-pagination .page-numbers {
	padding: 0.3125rem;
	width: 2.125rem;
	text-align: center;
	border: 1px solid #2B5797;
	text-decoration: none;
	cursor: pointer;
}

.wp-block-query-pagination .wp-block-query-pagination-previous[aria-current="page"], .wp-block-query-pagination .wp-block-query-pagination-previous:hover, .wp-block-query-pagination .wp-block-query-pagination-previous:focus, .wp-block-query-pagination .wp-block-query-pagination-previous:focus-visible, .wp-block-query-pagination .wp-block-query-pagination-previous:focus-within,
.wp-block-query-pagination .wp-block-query-pagination-next[aria-current="page"],
.wp-block-query-pagination .wp-block-query-pagination-next:hover,
.wp-block-query-pagination .wp-block-query-pagination-next:focus,
.wp-block-query-pagination .wp-block-query-pagination-next:focus-visible,
.wp-block-query-pagination .wp-block-query-pagination-next:focus-within,
.wp-block-query-pagination .page-numbers[aria-current="page"],
.wp-block-query-pagination .page-numbers:hover,
.wp-block-query-pagination .page-numbers:focus,
.wp-block-query-pagination .page-numbers:focus-visible,
.wp-block-query-pagination .page-numbers:focus-within {
	background-color: #2B5797;
	color: #fff;
}

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