@charset "UTF-8";
/*!
Theme Name: OB #3
Theme URI: http://underscores.me/
Author: OB Brand Consulting
Author URI: https://ob.consulting/
Description: A custom theme
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: slip
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.

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
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

.elementor-heading-title span {
	font-weight: 300;

}

.elementor-heading-title .green-header {
	color: var(--e-global-color-accent);
	font-weight: 700;
	font-style: normal;
}

.elementor-heading-title u {
	text-decoration: none;
	border-bottom: 2px solid var(--e-global-color-accent);
}

u.thick {
	text-decoration: none;
	border-bottom: 10px solid var(--e-global-color-accent);
	padding-bottom: 10px;
}

u.thick-black {
	border-color: var(--e-global-color-text) !important;
}

@media screen and (max-width: 767px) {
	u.thick {
		border-bottom: 5px solid var(--e-global-color-accent);
		padding-bottom: 1px;
	}
	
}

u.thin {
	text-decoration: none;
	border-bottom: 2px solid var(--e-global-color-accent);
	padding-bottom: 5px;
}

@media screen and (max-width: 767px) {
	u.thin {
		padding-bottom: 2px;
	}
}

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

.dash-list ul {
	margin-left: 0;
	padding: 0;
}

.dash-list ul li {
	list-style: none;
	position: relative;
}

.dash-list ul li:before {
	content: '—';
	margin-right: 5px;
}

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

main {
	overflow: hidden;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}
#main-header .e-con-inner {
  transition: padding 0.3s ease-in-out;
}

#main-header #logo img {
  transition: max-width 0.3s ease-in-out;
}
/* #main-header #logo {
	transition: opacity 0.3s ease-in-out;
} */
/* 
body.home #main-header #logo {
	opacity: 0;
} */

/* body.is-scrolling #main-header #logo {
	opacity: 1;
} */

body.is-scrolling #main-header,
body.is-scrolling .elementor-nav-menu--dropdown {
	background-color: var( --e-global-color-text ) !important;
}

@media screen and (max-width: 767px) {
	#main-header {
		background-color: var(--e-global-color-text);
	}
	.elementor-nav-menu--dropdown {
		background-color: var(--e-global-color-text) !important;
	}
}

body.is-scrolling #main-header .e-con-inner {
  padding-top: 10px;
  padding-bottom: 10px;
}

body.is-scrolling #main-header #logo img {
  max-width: 100px;
}

#main-header .elementor-menu-toggle {
  background-color: transparent;
}

@media screen and (max-width: 1024px) {
	#main-header .menu-item {
		padding: 15px 0;
		margin: 0 30px !important;
		position: relative;
		display: block;
	}
	#main-header .menu-item:last-child {
		margin-bottom: 10px;
	}
	#main-header .menu-item:first-child {
		margin-top: 10px;
	}
	#main-header .menu-item a {
		padding: 0;
		margin: 0;
		display: inline-flex;
	}
	#main-header .sub-menu .menu-item {
		margin: 0 !important;
	}
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
	opacity: 0.95;
}

.elementor-lightbox .dialog-lightbox-close-button svg {
	fill: var(--e-global-color-accent) !important;
}

.elementor-43 .elementor-element.elementor-element-150185e.elementor-search-form--skin-full_screen input[type="search"].elementor-search-form__input {
	color: var(--e-global-color-accent) !important;
	fill: var(--e-global-color-accent) !important;
	border-color: var(--e-global-color-accent) !important;
}

.article-body {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
}

@media screen and (min-width: 1024px) {
	.team-blocks .e-loop-item:nth-child(odd) > .elementor-element {
		flex-direction: row-reverse;
	}
	.team-blocks .e-loop-item:nth-child(odd) > .elementor-element > .elementor-element:first-child {
		justify-content: flex-end;
	}
}

.team-blocks .e-loop-item:nth-child(4n+1) {
	background-color: var(--e-global-color-accent);
	color: white !important;
}

.team-blocks .e-loop-item:nth-child(4n+1) .team-blocks--content h1, .team-blocks .e-loop-item:nth-child(4n+1) .team-blocks--content h2, .team-blocks .e-loop-item:nth-child(4n+1) .team-blocks--content h3, .team-blocks .e-loop-item:nth-child(4n+1) .team-blocks--content h4, .team-blocks .e-loop-item:nth-child(4n+1) .team-blocks--content h5, .team-blocks .e-loop-item:nth-child(4n+1) .team-blocks--content h6, .team-blocks .e-loop-item:nth-child(4n+1) .team-blocks--content p {
	color: white;
}

.team-blocks .e-loop-item:nth-child(4n+1) .team-blocks--content .elementor-button-text {
	color: white !important;
}

.team-blocks .e-loop-item:nth-child(4n+2) {
	background-color: white;
}

.team-blocks .e-loop-item:nth-child(4n+2) .team-blocks--content .elementor-button-icon svg line, .team-blocks .e-loop-item:nth-child(4n+2) .team-blocks--content .elementor-button-icon svg polyline {
	stroke: var(--e-global-color-accent);
}

.team-blocks .e-loop-item:nth-child(4n+2) .team-blocks--content .elementor-button-text {
	color: var(--e-global-color-accent);
}

.team-blocks .e-loop-item:nth-child(4n+2) .team-blocks--content svg {
	fill: var(--e-global-color-text);
}

.team-blocks .e-loop-item:nth-child(4n+3) {
	background-color: var(--e-global-color-secondary);
	color: white !important;
}

.team-blocks .e-loop-item:nth-child(4n+3) .team-blocks--content h1, .team-blocks .e-loop-item:nth-child(4n+3) .team-blocks--content h2, .team-blocks .e-loop-item:nth-child(4n+3) .team-blocks--content h3, .team-blocks .e-loop-item:nth-child(4n+3) .team-blocks--content h4, .team-blocks .e-loop-item:nth-child(4n+3) .team-blocks--content h5, .team-blocks .e-loop-item:nth-child(4n+3) .team-blocks--content h6, .team-blocks .e-loop-item:nth-child(4n+3) .team-blocks--content p {
	color: white;
}

.team-blocks .e-loop-item:nth-child(4n+3) .team-blocks--content .elementor-button-text {
	color: white !important;
}

.team-blocks .e-loop-item:nth-child(4n+4) {
	background-color: var(--e-global-color-text);
	color: white !important;
}

.team-blocks .e-loop-item:nth-child(4n+4) .team-blocks--content h1, .team-blocks .e-loop-item:nth-child(4n+4) .team-blocks--content h2, .team-blocks .e-loop-item:nth-child(4n+4) .team-blocks--content h3, .team-blocks .e-loop-item:nth-child(4n+4) .team-blocks--content h4, .team-blocks .e-loop-item:nth-child(4n+4) .team-blocks--content h5, .team-blocks .e-loop-item:nth-child(4n+4) .team-blocks--content h6, .team-blocks .e-loop-item:nth-child(4n+4) .team-blocks--content p {
	color: white;
}

.team-blocks .e-loop-item:nth-child(4n+4) .team-blocks--content .elementor-button-text {
	color: white !important;
}

.team-blocks .team-blocks--portrait img {
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}

.team-blocks .team-blocks--content {
	max-width: 780px;
}

.contact-form form {
	max-width: 700px;
	display: block;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

.contact-form form .form-wrapper {
	display: flex;
	justify-content: center;
	gap: 30px;
}

@media screen and (max-width: 1024px) {
	.contact-form form .form-wrapper {
		flex-flow: column;
	}
}

.contact-form form .form-wrapper div:first-child p {
	margin-bottom: 0;
}

.contact-form form .form-wrapper label {
	margin-top: 10px;
	display: block;
	text-transform: uppercase;
}

.contact-form form .form-wrapper input, .contact-form form .form-wrapper textarea {
	border: 0;
	border-bottom: 1px solid var( --e-global-color-accent );
	border-radius: 0 !important;
	background-color: transparent;
	width: 100%;
}

.contact-form form .form-wrapper input:focus, .contact-form form .form-wrapper input:focus-visible, .contact-form form .form-wrapper textarea:focus, .contact-form form .form-wrapper textarea:focus-visible {
	outline: none;
	border-width: 2px;
}

.contact-form form .form-wrapper textarea {
	border: 1px solid var( --e-global-color-accent );
	height: 100%;
	margin-top: 25px;
}

.contact-form form .form-wrapper .message-wrapper p {
	height: 100%;
	margin-bottom: 0;
}

.contact-form form .form-wrapper .message-wrapper label {
	height: 100%;
	display: flex;
	flex-flow: column;
}

.contact-form form .required-class p {
	display: block;
	color: var(--e-global-color-accent);
}

.contact-form form .wpcf7-submit {
	margin: 50px auto 0;
	display: block;
	border: 0;
	padding: 10px 50px !important;
}

/* Links
--------------------------------------------- */
a {
	color: var(--e-global-color-secondary);
}

a:visited {
	color: var(--e-global-color-secondary);
}

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

a:focus {
	outline: thin dotted;
}

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

#nav-header .elementor-nav-menu {
	align-items: center;
}

#nav-header a {
	display: flex;
	gap: 10px;
	position: relative;
  transition: font-size ease-in-out 0.3s;
}
#nav-header a .sub-arrow {
	padding: 0;
}

body.is-scrolling #nav-header a {
  font-size: 13px;
}

body.is-scrolling #nav-header .sub-menu.elementor-nav-menu--dropdown {
	margin-top: 18px !important;
}

/* #nav-header a:before {
	content: '';
	width: 0px;
	height: 0px;
	background-color: transparent;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNzEuNDYgMzcxLjQ1Ij48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGQ9Ik0wIDBoMzcxLjQ2djM3MS40NUgweiIgc3R5bGU9ImZpbGw6bm9uZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHN0eWxlPSJjbGlwLXBhdGg6dXJsKCNhKSI+PHBhdGggZD0iTTM3MS40NiA1My4zMWMtMTc1LjQzIDAtMzE4LjE1IDE0Mi43Mi0zMTguMTUgMzE4LjE0IiBzdHlsZT0iZmlsbDpub25lO3N0cm9rZTojNDRjYmIxO3N0cm9rZS13aWR0aDoxMDYuNjFweCIvPjwvZz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	top: -7.5px;
	left: -15px;
}
#nav-header a:after {
	content: '';
	width: 0px;
	height: 0px;
	background-color: transparent;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNzEuNDYgMzcxLjQ1Ij48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGQ9Ik0wIDBoMzcxLjQ2djM3MS40NUgweiIgc3R5bGU9ImZpbGw6bm9uZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHN0eWxlPSJjbGlwLXBhdGg6dXJsKCNhKSI+PHBhdGggZD0iTTAgMzE4LjE0YzE3NS40MyAwIDMxOC4xNS0xNDIuNzIgMzE4LjE1LTMxOC4xNCIgc3R5bGU9ImZpbGw6bm9uZTtzdHJva2U6IzQ0Y2JiMTtzdHJva2Utd2lkdGg6MTA2LjYxcHgiLz48L2c+PC9zdmc+");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	bottom: -7.5px;
	right: -15px;
} */
#nav-header a:hover:before,
#nav-header a:hover:after, 
#nav-header a:focus:before,
#nav-header a:focus:after, 
#nav-header a.elementor-item-active:before,
#nav-header a.elementor-item-active:after,
#nav-header a.has-submenu.highlighted:before,
#nav-header a.has-submenu.highlighted:after {
	width: 15px;
	height: 15px;
}

#nav-header .elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown {
	padding: 0px 10px !important;
	left: 10px !important;
}
@media screen and (max-width: 1024px) {
	#nav-header .elementor-nav-menu .sub-menu.elementor-nav-menu--dropdown {
		padding: 20px 10px 0px !important;
	}
}

.sub-menu.elementor-nav-menu--dropdown li {
	margin: 10px 0;
	padding: 0;
	display: inline-block;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

.button-arrow .elementor-button-icon {
	transition: all 0.2s ease-in-out;
}

.button-arrow:hover .elementor-button-icon {
	transform: translateX(5px);
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

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

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

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

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

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

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

.post,
.page {
	margin: 0;
}

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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


.hotspot-map .e-hotspot__tooltip h3 {
  margin: 0;
}
.hotspot-map .e-hotspot__tooltip p {
  white-space: normal;
}

.hotspot-map .e-hotspot .e-hotspot__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMTEuOTYgMTExLjk2Ij48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGQ9Ik0wIDBoMTExLjk2djExMS45NkgweiIgc3R5bGU9ImZpbGw6bm9uZSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIHN0eWxlPSJjbGlwLXBhdGg6dXJsKCNhKSI+PHBhdGggZD0iTTEzLjkxIDUzLjQxQzE1LjE5IDMyLjE4IDMyLjE3IDE1LjIgNTMuNCAxMy45MlYwQzI0LjUgMS4zMSAxLjMxIDI0LjUgMCA1My40MWgxMy45MVpNOTguMDQgNTguNTVjLTEuMjggMjEuMjMtMTguMjYgMzguMjEtMzkuNDkgMzkuNDl2MTMuOTFjMjguOS0xLjMxIDUyLjEtMjQuNSA1My40MS01My40SDk4LjA0WiIgc3R5bGU9ImZpbGw6IzA4MmE0NyIvPjwvZz48L3N2Zz4=");
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  transition: all ease-in-out 0.3s;
}
.hotspot-map .e-hotspot.e-hotspot--active .e-hotspot__button {
  width: 100px;
  height: 100px;
}

.hotspot-map .e-hotspot__tooltip {
  bottom: calc(100% - 40px) !important;
  left: calc(100% - 30px) !important;
}

.two-col-form .elementor-form-fields-wrapper {
	column-gap: 20px;
	flex-wrap: wrap;
	flex-direction: column;
	max-height: 260px;
	width: calc(100% - 20px);
	position: relative;
	padding-bottom: 60px;
}

#form-field-message {
	line-height: 4.2ch;
  background-image: linear-gradient(transparent, transparent calc(4.2ch - 1px), var( --e-global-color-accent ) 0px);
  background-size: 100% 4.2ch;
	border-bottom: 0;
}

.two-col-form .elementor-field-type-submit {
	position: absolute;
	right: -20px;
	bottom: 0px;
	justify-content: flex-end !important;
}

.team-grid {
	display: flex;
}

.animated-text {
  display: inline-block;
  max-width: 100%;
  word-wrap: break-word;
}

.animated-text span {
  color: #8fe0cf;
  transition: color 0.8s ease-in-out;
}

.animated-text span.active {
  color: var( --e-global-color-text )
}

.ticker-wrap {
	overflow: hidden;
}

.ticker-wrap .elementor-widget-text-editor {
	white-space: nowrap;
  /* overflow: hidden; */
  display: inline-flex;
	gap: 40px;
  animation: ticker-left 10s linear infinite;
}

.ticker-wrap .elementor-widget-text-editor:nth-child(2n) {
	animation: ticker-right 10s linear infinite;
}

.ticker-wrap .elementor-widget-text-editor p {
	display: inline-block;
	margin: 0;
}

.ticker-wrap .elementor-widget-text-editor p:nth-child(odd) {
	color: var( --e-global-color-82aca91 );
}

@keyframes ticker-left {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes ticker-right {
  0% {
		transform: translate3d(-50%, 0, 0);
	}
  100% {
		transform: translate3d(0, 0, 0);
  }
}

#core-appetite .e-n-accordion-item-title-header, 
#in-appetite .e-n-accordion-item-title-header,
#edge-of-appetite .e-n-accordion-item-title-header,
#sanctioned-territories .e-n-accordion-item-title-header {
	display: flex;
	align-items: center;
	gap: 10px;
}

#core-appetite .e-n-accordion-item-title-header::before {
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: #59bbaa;
}
#in-appetite .e-n-accordion-item-title-header::before {
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: #a3d4c8;
}
#edge-of-appetite .e-n-accordion-item-title-header::before {
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: #e5f3ef;
}
#sanctioned-territories .e-n-accordion-item-title-header::before {
	content: '';
	width: 15px;
	height: 15px;
	display: inline-block;
	background-color: #d0d0d0;
}
.entry-content {
	margin: 0;
}

.scroll-accordion .e-n-accordion-item-title-text {
	padding-bottom: 10px;
	display: flex;
	gap: 20px;
}

.scroll-accordion .e-n-accordion-item-title-text span {
	border: 1px solid var(--e-global-color-text);
	border-radius: 100%;
	aspect-ratio: 1;
  width: 40px;
  height: 40px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

#main-header #logo {
	display: block;
}
#main-header #logo-white {
	display: none;
}
body.page-template-page-white-logo #main-header #logo,
body.single-jobs #main-header #logo {
	display: none;
}
body.page-template-page-white-logo #main-header #logo-white,
body.single-jobs #main-header #logo-white {
	display: block;
}

body.page-template-page-dark-text #main-header a,
body.search #main-header a {
	color: var( --e-global-color-text ) !important;
}
body.page-template-page-dark-text #main-header a .sub-arrow svg,
body.search #main-header a .sub-arrow svg {
	filter: brightness(0) saturate(100%) invert(10%) sepia(15%) saturate(7226%) hue-rotate(188deg) brightness(103%) contrast(95%);
}
body.page-template-page-dark-text #main-header .elementor-menu-toggle,
body.search #main-header .elementor-menu-toggle {
	filter: brightness(0) saturate(100%) invert(10%) sepia(15%) saturate(7226%) hue-rotate(188deg) brightness(103%) contrast(95%);
}

body.is-scrolling.page-template-page-dark-text #main-header a,
body.is-scrolling.search #main-header a {
	color: #fff !important;
}
body.is-scrolling.page-template-page-dark-text #main-header a .sub-arrow svg,
body.is-scrolling.search #main-header a .sub-arrow svg {
	filter: none;
}
body.is-scrolling.page-template-page-dark-text #main-header .elementor-menu-toggle,
body.is-scrolling.search #main-header .elementor-menu-toggle {
	filter: none;
}

.application-form .elementor-field-type-upload input[type="file"]::before{
    content: 'Upload your current CV';
    background-color: #a3e7d5;
    line-height: 1em !important;
		font-size: 20px;
    display: inline-block;
		margin-right: 20px;
		vertical-align: middle;
}
@media screen and (max-width: 1024px) {
	.application-form .elementor-field-type-upload input[type="file"]::before{
		display: block;
	}
}

.application-form .elementor-field-type-upload input[type="file"]{
    font-size: 0px;
		width: 100%;
		background-color: #a3e7d5 !important;
		padding: 16px 56px 16px 16px;
		min-height: 45px;
}

.application-form .elementor-field-type-upload input[type="file"]::after{
	content: '';
	display: inline-block;
	width: 40px;
	height: 40px;
	position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
	vertical-align: middle;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA4MC41NCA4MC41NCI+PGxpbmUgeDE9IjM5LjEzIiB5MT0iMTUuODciIHgyPSIzOS4xMyIgeTI9IjY3LjM4IiBzdHlsZT0iZmlsbDpub25lOyBzdHJva2U6IzEyMjUzZDsgc3Ryb2tlLW1pdGVybGltaXQ6MTA7IHN0cm9rZS13aWR0aDozcHg7Ii8+PGxpbmUgeDE9IjY0Ljg4IiB5MT0iNDEuNjIiIHgyPSIxMy4zOCIgeTI9IjQxLjYyIiBzdHlsZT0iZmlsbDpub25lOyBzdHJva2U6IzEyMjUzZDsgc3Ryb2tlLW1pdGVybGltaXQ6MTA7IHN0cm9rZS13aWR0aDozcHg7Ii8+PGNpcmNsZSBjeD0iNDAuMjciIGN5PSI0MC4yNyIgcj0iMzguNzciIHN0eWxlPSJmaWxsOm5vbmU7IHN0cm9rZTojMTIyNTNkOyBzdHJva2UtbWl0ZXJsaW1pdDoxMDsgc3Ryb2tlLXdpZHRoOjNweDsiLz48L3N2Zz4=")
}

.application-form .elementor-field-type-upload input[type="file"]::file-selector-button{
    display: none;
}

.dialog-close-button {
	font-size: 25px !important;
}

.hero-swiper .swiper-pagination {
	top: calc(100% - 20px) !important;
}

.hero-swiper .swiper-pagination-bullet,
.footer-swiper .swiper-pagination-bullet {
	border-radius: 0 !important;
}

.e-n-accordion-item-title {
	flex-flow: column !important;
	gap: 20px !important;
}
.e-n-accordion-item-title-text {
	text-align: center;
}
.e-n-accordion-item-title .e-n-accordion-item-title-icon {
	display: block;
}

.table-container .elementor-widget-tablepress-table {
	width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-container table {
	border-collapse: separate;
  border-spacing: 0 5px;
}

.table-container table thead {
	background-color: var(--e-global-color-accent);
	padding: 10px 0;
}
.table-container table th {
	background-color: var(--e-global-color-accent);
	color: var(--e-global-color-text);
	text-align: center;
	font-size: 16px;
	padding: 0 10px;
	border-right: 1px solid var(--e-global-color-text);
	border-top: 1px solid var(--e-global-color-text);
	border-bottom: 1px solid var(--e-global-color-text);
}
.table-container table th:first-child {
	border-left: 1px solid var(--e-global-color-text);
}
.table-container table th.column-3 {
	max-width: 195px; 
}
.table-container table img {	
	width: 30px;
	display: block;
}

.table-container table td {
	border-right: 1px solid var(--e-global-color-text);
	border-top: 1px solid var(--e-global-color-text);
	border-bottom: 1px solid var(--e-global-color-text);
	vertical-align: middle;
}
.table-container table td:first-child {
	border-left: 1px solid var(--e-global-color-text);
}

.table-container table td:nth-child(3) {
	text-align: left;
}





.table-container table .row-3 {
	background-color: #f1f1f1;
}
.table-container table .row-3 td:first-child {
	background-color: #d0d0d0;
}

.table-container table .row-4 {
	background-color: #fcedc6;
}
.table-container table .row-4 td:first-child {
	background-color: #f3c237;
}
.table-container table .row-5 {
	background-color: #dedede;
}
.table-container table .row-5 td:first-child {
	background-color: #8a8989;
}
.table-container table .row-6 {
	background-color: #d3c5bb;
}
.table-container table .row-6 td:first-child {
	background-color: #7e563f;
}






.table-container table .row-7 {
	background-color: #daccc2;
}
.table-container table .row-7 td:first-child {
	background-color: #8f5f45;
}
.table-container table .row-8 {
	background-color: #f0dacd;
}
.table-container table .row-8 td:first-child {
	background-color: #d48a5d;
}
.table-container table .row-9 {
	background-color: #c4c0bf;
}
.table-container table .row-9 td:first-child {
	background-color: #6e6865;
}
.table-container table .row-10 {
	background-color: #fef7e5;
}
.table-container table .row-10 td:first-child {
	background-color: #fffaee;
}

/* form */
.sign-form input[type="checkbox"], .sign-form input[type="radio"] {
	width: 0px;
	height: 0px;
	opacity: 0;
	position: absolute;
}
.sign-form input[type="checkbox"] + label, .sign-form input[type="radio"] + label {
	position: relative;
	padding-left: 35px;
	cursor: pointer;
	display: inline-block;
}
.sign-form input[type="checkbox"] + label:before, .sign-form input[type="radio"] + label:before {
	content: '';
	width: 20px;
	height: 20px;
	background-color: var(--e-global-color-accent);
	position: absolute;
	left: 0;
	top: 0;
}
.sign-form input[type="checkbox"]:checked + label:after, .sign-form input[type="radio"]:checked + label:after {
	content: '';
	width: 6px;
	height: 15px;
	border: solid var(--e-global-color-text);
	border-width: 0 1px 1px 0;
	position: absolute;
	left: 7px;
	top: 0;
	transform: rotate(45deg);
}
.elementor-field-group-type_support .elementor-field-label {
	text-align: center;
	font-size: 27px !important;
	font-weight: 600 !important;
	display: block;
	margin: 0 auto 20px;
}
.elementor-field-group-type_support label {
	font-weight: bold !important;
}
.elementor-field-group-type_support ul {
	list-style: none;
	margin: 0;
}
.elementor-field-group-type_support li {
	font-weight: normal !important;
}
/* .elementor-field-group-type_support .elementor-field-option:first-child::after {
	content: '- or -';
	margin: 0 20px 30px;
	display: block;
} */

.elementor-field-group-type_support, 
.elementor-field-group-donationLevel,
.elementor-field-group-anonymous {
	border-bottom: 1px solid var(--e-global-color-text);
	padding-bottom: 30px;
}

.elementor-field-group-donationLevel, .elementor-field-group-anonymous {
	flex-flow: row-reverse;
	gap: 10px;
	padding: 0px 0 30px !important;
	flex-wrap: nowrap !important;
	align-items: flex-start !important;
}
.elementor-field-group-donationLevel .elementor-field, 
.elementor-field-group-anonymous .elementor-field {
	flex: 0 0 30% !important;
	max-width: 30% !important;
}
.elementor-field-group-donationLevel label, 
.elementor-field-group-anonymous label {
	font-weight: 600 !important;
}
#form-field-donationLevel, #form-field-anonymous {
	background-color: var(--e-global-color-accent);
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
.elementor-field-group-title label,
.elementor-field-group-jobTitle label,
.elementor-field-group-name label,
.elementor-field-group-surname label,
.elementor-field-group-phone label,
.elementor-field-group-company label,
.elementor-field-group-location label,
.elementor-field-group-email label,
.elementor-field-group-comments label,
.elementor-field-group-companyName label
 {
	display: none;
}

.elementor-field-group-title input,
.elementor-field-group-jobTitle input,
.elementor-field-group-name input,
.elementor-field-group-surname input,
.elementor-field-group-phone input,
.elementor-field-group-company input,
.elementor-field-group-location input,
.elementor-field-group-email input,
.elementor-field-group-comments textarea {
	font-weight: 600 !important;
	padding: 5px;
}

.elementor-field-group-agreeTerms {
	border-top: 1px solid var(--e-global-color-text);
	padding-top: 30px;
	margin: 0;
}

.sign-form .footer {
	font-weight: 600;
	margin: 0;
}
#ThankYouMessage {
	display: none;
}
.faqs-accordion .e-n-accordion-item-title {
	flex-flow: row !important;
}


.page-id-101 .elementor-popup-modal .dialog-close-button svg {
    fill: white;
}