/*!
Theme Name: GET.invest
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: get-invest
Tags: 
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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


/*--------------------------------------------------------------
# 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;
	font-weight: 700 !important;
}

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

@import url('https://rsms.me/inter/inter.css');
html { font-family: 'Inter var', sans-serif; }
@supports (font-variation-settings: normal) {
  html { font-family: 'Inter var', sans-serif; }
}


/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: 'Inter var', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

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

p {
	margin-bottom: 1.5em;
	margin-top: 0px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

ul,
ol {
	margin: 0 0 24px 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%;
	display: block;
}

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #000000;
	text-decoration: none;
}

.single .boxLeft a:not(.lnkMore),
.boxRight a:not(.lnkMore),
.single .blockContent a {
	position: relative;
}

.boxRight a:not(.lnkMore),
.boxLeft a:not(.lnkMore) {
	display: inline;
	border-bottom: 1px solid #000;
}


.boxRight a.lnkTeaser,
.boxLeft a.lnkTeaser {
	border-bottom: none;
}

	.boxRight a:not(.lnkMore):before,
	.boxRight a:not(.lnkMore):after {
		display: none;
		width: 0px;
	}

/*
.boxRight a:not(.lnkMore):not(.btnDownload):not(.lnkItemDownload):not(.ctaBtn):not(.chartInfo):before {
	display: inline-block;
    position: absolute;
    bottom: -3px;
    height: 1px;
    left: 0px;
    content: "";
    width: 100%;
    border-bottom: 1px solid #000;
    transition: all 0ms ease-in-out !important;
}
*/

.single .boxLeft a:not(.lnkMore),
.single .blockContent a  {
	border-bottom: 1px solid #000;
}

.boxRight .chartBox a:not(.lnkMore):not(.btnDownload):not(.lnkItemDownload):not(.ctaBtn):not(.chartInfo):before {
	display: none;
}

.boxRight a:not(.lnkMore):not(.btnDownload):not(.lnkItemDownload):not(.ctaBtn):not(.chartInfo):after {
	display: inline-block;
    position: absolute;
    bottom: -3px;
    height: 1px;
    left: 0px;
    content: "";
    width: 0;
    border-bottom: 1px solid #000;
    transition: all 0ms ease-in-out !important;
}

.underline {
	text-decoration: underline;
}

.boxRight .chartBox a:not(.lnkMore):not(.btnDownload):not(.lnkItemDownload):not(.ctaBtn):not(.chartInfo):after {
	display: none;
}

.chartSource a.before {
	display: none !important;
}

.single .boxLeft a:not(.lnkMore):hover:before,
.single .blockContent a:hover:before,
.boxRight a:not(.lnkMore):hover:before {
	transition: all 0ms ease-in-out !important;
    width: 0%;
}

.single .boxLeft a:not(.lnkMore):hover:after,
.single .blockContent a:hover:after,
.boxRight a:not(.lnkMore):hover:after {
	width: 100%;
	transition: all 300ms ease-in-out !important;
}

.footerCol a {
	position: relative;
}

.footerCol a:after {
	display: inline-block;
    position: absolute;
    bottom: -3px;
    height: 1px;
    left: 0px;
    content: "";
    width: 0;
    border-bottom: 1px solid #000;
    transition: all 0ms ease-in-out !important;
}

.footerCol a:hover:after {
	width: 100%;
	transition: all 300ms ease-in-out !important;
}

a:visited {
	color: #000000;
}

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

a:focus {
	outline: thin dotted;
}

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

a.phoneLink {
	text-decoration: none !important;
}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

html {
	min-height: 100%;
	scroll-padding-top: 50px;
}

body {
	border-left: 8px solid #15be69;
	background-color: #ffffff;
	min-height: 100%;
	font-family: 'Inter var', sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	mix-blend-mode: normal;
	
}


.wrapper {
	max-width: 1322px;
	margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.wrapperBorder {
	margin-left: 5.398110661268556%;
	margin-right: 5.398110661268556%;
}

.clearer { clear: both; height: 0px; }
.clearer5 { clear: both; height: 5px; }
.clearer10 { clear: both; height: 10px; }
.clearer12 { clear: both; height: 12px; }
.clearer15 { clear: both; height: 15px; }
.clearer20 { clear: both; height: 20px; }
.clearer24 { clear: both; height: 24px; }
.clearer30 { clear: both; height: 30px; }
.clearer40 { clear: both; height: 40px; }
.clearer50 { clear: both; height: 50px; }
.clearer80 { clear: both; height: 80px; }
.clearer100 { clear: both; height: 100px; }

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

h1 {
	font-family: NeoSansPro-Bold;
	font-style: normal;
	font-weight: normal;
	font-size: 90px;
	line-height: 90px;
	letter-spacing: -0.02em;
	color: #000000;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

	h1.entry-title {
		font-family: NeoSansPro-Bold;
		font-style: normal;
		font-weight: 700;
		font-size: 66px;
		line-height: 68px;
		letter-spacing: -0.02em;
		display: block;
		float: left;
		text-align: left;
		margin: 75px 0 90px 0;
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;

  		font-size: calc(28px + 74*(100vw - 320px)/ 2180);
		line-height:1.0;
	}

	h1.entry-title .subline {
		color: rgba(0, 0, 0, 0.6);
	}

	#wfOptoutTracking {
		display: none;
	}

	.mySubline {
		font-family: NeoSansPro-Bold;
	    font-style: normal;
	    font-weight: 700;
	    font-size: 66px;
	    line-height: 68px;
	    letter-spacing: -0.02em;
	    display: block;
	    float: left;
	    text-align: left;
	    color: #8F8F8F;
	    -webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;

  		font-size: calc(28px + 74*(100vw - 470px)/ 2180);
		line-height:1.0;
	}


	.page-template-tpl_MarketInsights .flex {
		display: flex;
		align-items: center;
	}

	body.page-template-tpl_MarketInsights::after{
   position:absolute; width:0; height:0; overflow:hidden; z-index:-1; // hide images
   content:url('img/Uganda_Hover.svg') url(img/Burundi_Hover.svg) url(img/Senegal_Hover.svg) url(img/Zambia_Hover.svg) url(img/Africa_Default.svg);   // load images
	}

	.page-template-tpl_MarketInsights .bgBlue {
		background: #fff;
		padding: 0px 0 110px 0;
		color: #fff;
		margin-bottom: 0px;
	}

		.page-template-tpl_MarketInsights .bgBlue .left {
			float: left;
			flex: 0 0 48.48714069591528%;
			background-size: contain;
			background-repeat: no-repeat;
			background-position: center center;
		}

		.page-template-tpl_MarketInsights .bgBlue .right {
			float: right;
			width: 48.48714069591528%;
			flex: 0 0 48.48714069591528%;
			margin-left: auto;
		}

			.page-template-tpl_MarketInsights .bgBlue .right h3 {
				font-size: 48px;
				font-style: normal;
				font-weight: 700;
				line-height: 52px; /* 108.333% */
				margin: 0px 0px 40px 0px;
				color: #fff;
			}

			.page-template-tpl_MarketInsights .blockCountry {
				margin-bottom: 49px;
				font-size: 16px;
				font-style: normal;
				font-weight: 400;
				line-height: 24px; /* 150% */
			}

				.page-template-tpl_MarketInsights .blockCountry .wrapper {
					padding-left: 5%;
					padding-right: 5%;
				}

				.page-template-tpl_MarketInsights .bgBlue .wrapper {
					padding-left: 5%;
					padding-right: 5%;
				}

			.page-template-tpl_MarketInsights .countryList {
				margin-top: 35px;
			}

				.page-template-tpl_MarketInsights .countryList a:first-child {
					border-top: none;
				}

				.page-template-tpl_MarketInsights .countryList a {
					display: block;
					padding: 15px 15px 15px 11px;
					border-bottom: 1px solid #000;
					color: #000 !important;
					font-size: 16px;
					font-style: normal;
					font-weight: 700;
					line-height: 18px; /* 112.5% */
					background: url('img/arrCountryRight.svg') top 15px right 7px no-repeat;
				}

				.page-template-tpl_MarketInsights .countryList a:hover {
					color: #15BE69 !important;
					background: url('img/arrCountryRightGreen.svg') top 15px right 7px no-repeat;
				}

			.page-template-tpl_MarketInsights .clearerLine {
				border-bottom: 1px solid #D9D9D9;
				margin-top: 90px;
			}

				.page-template-tpl_MarketInsights .blockCountry .left {
					width: 48.75094625283876%;
					float: left;
				}

				.page-template-tpl_MarketInsights .blockCountry .right {
					width: 48.75094625283876%;
					float: right;
				}

				.page-template-tpl_MarketInsights .blockCountry .topLine {
					font-size: 18px;
					font-style: normal;
					font-weight: 400;
					line-height: 26px; /* 144.444% */
					margin-bottom: 16px;
				}

				.page-template-tpl_MarketInsights .blockCountry h3 {
					font-size: 24px;
					font-style: normal;
					font-weight: 700;
					line-height: 28px; /* 116.667% */
					margin: 0px 0px 24px 0px;

				}

				.page-template-tpl_MarketInsights .downloadItem {
					padding: 24px 0px;
					border-bottom: 1px solid #bfbfbf;
					transition: all 0.3s ease;
					display: block;
					display: flex;
				}

					.page-template-tpl_MarketInsights .downloadItem:hover {
						background: rgba(245, 245, 245, 1);
					}

					.page-template-tpl_MarketInsights .downloadItem .downloadItemInner {
						width: calc(100% - 40px);
					}

					.page-template-tpl_MarketInsights .downloadItem a {
				    vertical-align: top;
				    display: block;
				    top: 0px;
				    margin-top: -23px;
					}

					.page-template-tpl_MarketInsights .downloadItem .language {
						font-size: 16px;
						font-style: normal;
						font-weight: 700;
						line-height: 18px; /* 112.5% */
						opacity: 0.5;
						margin-bottom: 8px;
					}

					.page-template-tpl_MarketInsights .downloadItem h4 {
						font-size: 20px;
						font-style: normal;
						font-weight: 700;
						line-height: 24px; /* 120% */
						display: inline-block;
						margin-right: 10px;
						margin-bottom: 0px;

						font-size: 16px;
						font-style: normal;
						font-weight: 700;
						line-height: 20px; /* 125% */

					}

					.downloadItem .fileSize {
						font-size: 16px;
						font-style: normal;
						font-weight: 400;
						line-height: normal;
						font-size: 16px;
						font-style: normal;
						font-weight: 700;
						line-height: 20px; /* 125% */
						opacity: 0.5;
					}

					.downloadItem a {
						float: right;
						font-size: 16px;
						font-style: normal;
						font-weight: 400;
						line-height: normal;
					}

					.downloadSlider .slick-track {
					    display: flex !important;
					}

					.downloadSlider .slick-slide {
					    height: inherit !important;
				      margin: 0 7px;
				  }

				  /* the parent */
				  .downloadSlider .slick-list {
				      margin: 0 -7px;
				  }

	.logoSlick {
		display: none;
	}

	 .page-template-tpl_MarketInsights .intro-text {
	 	display: none;
	 }

	.page-template-default h1.entry-title,
	.page-template-tpl_FundingDatabase h1.entry-title,
	.page-template-tpl_Home h1.entry-title,
	.page-template-tpl_Home_2023 h1.entry-title,
	.page-template-tpl_SuccessStories h1.entry-title,
	.single h1.entry-title {
		margin-top: 75px;
		margin-bottom: 0px;
		font-size: 66px;
		line-height: 68px;
		letter-spacing: -0.02em;
		color: #15BE69;
		font-size: calc(28px + 74*(100vw - 470px)/ 2180);
		line-height:1.0;
		margin-top: 58px;
		color: #15BE69;
		leading-trim: both;
		text-edge: cap;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 34px; /* 106.25% */
		letter-spacing: -0.64px;
		margin-bottom: 30px;
	}

		.single-success-story h1.entry-title,
		.single-events h1.entry-title,
		.single-post h1.entry-title {
			color: #000000;
		}

		.single.single-events h1.entry-title,
		.single.single-post h1.entry-title,
		.single.single-success-story h1.entry-title{
			font-size: 66px;
			font-style: normal;
			font-weight: 700;
			line-height: 68px;
			margin: 75px 0px 7px 0px;

		font-size: calc(28px + 74*(100vw - 470px)/ 2180);
		line-height: 1.0;
		}


	.page-template-tpl_Home .pageHeader .intro-text,
	.page-template-tpl_Home_2023 .pageHeader .intro-text {
		padding: 80px 0 25px 0;
		font-size: 90px;
		line-height: 90px;
		letter-spacing: -0.02em;

		font-size: clamp(72px,8vw,90px);
		line-height:1.0;
		padding-top: 8vh;
	}

	.page-template-tpl_Home .pageHeader .lnkBtnGreen,
	.page-template-tpl_Home_2023 .pageHeader .lnkBtnGreen,
	a.ctaBtn {
		background: #15BE69;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 18px;
		padding: 13px 40px;
		color: #fff;
		text-decoration: none;
		display: inline-block;
	}

	.page-template-tpl_Home .pageHeader .lnkBtnGreen:hover,
	.page-template-tpl_Home_2023 .pageHeader .lnkBtnGreen:hover,
	a.ctaBtn:hover {
		background: #108E4F;
	}

	.cc-message a {
		color: #fff;
		text-decoration: underline;
	}

	.mybutton {
		background: #F5F5F5;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 18px;
		text-align: center;
		border: 1px solid #F5F5F5;
		padding-right: 40px !important;
		padding-left: 40px !important;
		display: inline-block !important;
	}

		.mybutton:hover {
			border: 1px solid #DBDBDB;
			background: #DBDBDB;
		}

		.mybutton:focus {
			background: #F5F5F5;
			border: 1px solid #000000;
			box-sizing: border-box;
		}

		.mybutton:active {
			background: #DBDBDB;
			border: 1px solid #DBDBDB;
		}

	.btnPrimary,
	input[type="submit"].btnPrimary {
		background: #15BE69;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 18px;
		text-align: center;
		border: 1px solid #15BE69;
		padding-right: 40px !important;
		padding-left: 40px !important;
		display: inline-block !important;
		color: #fff !important;
		border-radius: 0px !important;
	}

		input[type="submit"].btnPrimary {
			padding-bottom: 13px;
		}

		.search-form input[type="submit"].btnPrimary {
			padding: 22px 40px 22px 66px !important;
			float: right;
			background: #15BE69 url('img/icoSearchBtnNew.svg') no-repeat top 24px left 40px;
			background-size: 16px 16px;
			cursor: pointer;
			width: 200px;
		}

			.search-form input[type="submit"].btnPrimary:hover {
			padding: 22px 40px 22px 66px !important;
			float: right;
			border: 1px solid #108E4F;
			background: #108E4F url('img/icoSearchBtnNew.svg') no-repeat top 24px left 40px;
			background-size: 16px 16px;
		}


		.btnPrimary:hover,
		input[type="submit"].btnPrimary:hover {
			border: 1px solid #108E4F;
			background: #108E4F;
		}

		.btnPrimary:focus,
		input[type="submit"].btnPrimary:focus {
			background: #15BE69;
			border: 1px solid #000000;
			box-sizing: border-box;
		}

		.btnPrimary:active,
		input[type="submit"].btnPrimary:Active {
			background: #0B6035;
			border: 1px solid #0B6035;
		}

	.single-success-story .boxRight,
	.single-events .boxRight,
	.single-post .boxRight,
	.single-team .boxRight
	 {
		margin-top: 75px;
	}

	.single-team h3 {
		margin: 75px 0px 0px 0px
	}

	.single-team h3.location {
		margin: 0 0 0px 0;
		color: rgba(0, 0, 0, 0.5);
	}

	.single-team .teamPortrait {
		max-width: 50%;
	}

	.listSuccessStory {
		display: grid;
		grid-template-columns: 48.78787878787879% 48.78787878787879%;
		grid-column-gap: 2.4242424242424243%;
  		grid-row-gap: 32px;
	}

	.prevSuccessStory {
		background: #F5F5F5;
		padding: 24px;
		position: relative;
		text-decoration: none !important;
	}

		.page-template-tpl_Events .prevSuccessStory {
			padding: 0px;
		}

		.prevSuccessStory h4{
			margin: 0 0 0 0;
		}
		.prevSuccessStory .mySubline{
			font-style: normal;
			font-weight: normal;
			font-size: 32px;
			line-height: 34px;
			color: rgba(0,0,0,0.3);
			margin-bottom: 0px;
		}

		.eventsItem .storyCat,
		.prevSuccessStory .storyCat,
		.prevSuccessStory .country,
		.prevSuccessStoryTxt .country {
			font-weight: 700;
			font-size: 14px;
			line-height: 17px;
			color: rgba(0, 0, 0, 0.3);

		}

			.prevSuccessStory .country,
			.prevSuccessStoryTxt .country {
				margin-bottom: 10px;
			}

			.prevSuccessStory .country span.myeventDate {
				font-weight: 400;
			}

			.single-events .boxLeft .eventDate {
				margin-top: 10px;
			}

		.prevSuccessStory .lnkReadMore {
			color: #0B3C98 !important;
			font-weight: 700;
			text-decoration: none;
			background: url('img/bgLnkMore.svg') no-repeat bottom 3px right;
			padding-right: 18px;
		}

		.lnkTeaser,
		.lnkTeaser:hover {
			text-decoration: none;
		}

		.two_teaser .lnkMore {
			background: url('img/bgLnkMore.svg') no-repeat bottom 3px right
		}

		.blockService3Teasers .lnkMore {
			background: url('img/bgLnkMore.svg') no-repeat bottom 3px right
		}

			#searchLiveSearch a#lnkSubmitSearch {
				display: inline-block !important;
				margin-top: 20px;
				background: url('img/bgLnkMore.svg') no-repeat top 11px right;		
			}

			.prevSuccessStoryTxtBottom {
				position: absolute;
    			bottom: 24px;
    			width: calc(90% - 190px);
			}

			.prevSuccessStoryTxtBottom .matchmaking {
				background: url('img/icoMatchmaking.svg') no-repeat center center;	
				display: inline-block;
				width: 18px;
				height: 18px;
				margin-right: 16px;
				background-size: 18px 18px;
			}

			.prevSuccessStoryTxtBottom .recordings_and_documentation_available {
				background: url('img/icoDocAvailable.svg') no-repeat center center;	
				display: inline-block;
				width: 18px;
				height: 18px;
				background-size: 18px 18px;
			}

			.prevSuccessStoryTxtBottom .expert_insights {
				background: url('img/icoExpertInsights.svg') no-repeat center center;	
				display: inline-block;
				width: 18px;
				height: 18px;
				background-size: cover;
			}



		.prevSuccessStoryTxt {
			float: left;
			width: calc(100% - 180px);
		}

		.page-template-tpl_Events .prevSuccessStoryTxt {
			padding: 24px;
		}

		.prevSuccessStoryImg {
			float: right;
			width: 160px;	
			height: 160px;
		}

		.page-template-tpl_Events .prevSuccessStoryImg,
		.page-template-tpl_Events .prevSuccessStoryTxt,
		#homeEventGrid2  .prevSuccessStoryImg,
		#homeEventGrid2 .prevSuccessStoryTxt {
			float: none;
			width: 100%;
			height: auto;
		}

		#homeEventGrid2 .prevSuccessStory {
			padding: 0px;
		}

		#homeEventGrid2 .prevSuccessStoryTxt {
			background: #F5F5F5;
    padding: 24px;
    position: relative;
    text-decoration: none !important;
		}

		.page-template-tpl_Events .prevSuccessStoryTxtBottom {
			position: static;
			margin-top: 40px;
		}

	.blockRelated {
		margin-top: 150px;
		padding-top: 80px;
		border-top: 1px solid #D9D9D9;
	}

	.intro-text {
		margin-bottom: 0px;
		font-size: 66px;
		line-height: 68px;
		letter-spacing: -0.02em;
		color: #fff;
		font-family: NeoSansPro-Bold;
	    font-style: normal;
	    font-weight: 700;
	    -webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
  		font-size: calc(28px + 74*(100vw - 320px)/ 2180);


  	leading-trim: both;
  	color: #F5F5F5;
		text-edge: cap;
		font-size: 66px;
		font-style: normal;
		font-weight: 700;
		line-height: 68px; /* 103.03% */
		letter-spacing: -1.32px;
	}


.blockFactNumbers {
	margin-bottom: 80px;
	position: relative;
}

.blockFactNumbers h5 {
	margin: 0px 0px 50px 0px;
}

	.blockFactNumbersBoxes {
		display: grid;
  	grid-auto-flow: dense;
  	 grid-gap: 88px;
  	 grid-auto-columns: minmax(0, 1fr);
grid-auto-flow: column;
	}

	.factSeparator {
		text-align: center;
	}

	.factSeparator.sep1 span {
		color: #14A473;
	}

	.blockFactNumber {
		padding-top: 48px;
		border-top: 1px solid #D9D9D9;
		position: relative;
	}

	.blockFactNumber h4 {
		font-style: normal;
		font-weight: 700;
		font-size: 16px;
		line-height: 18px;
		margin: 0px 0px 8px 0px;
		width: calc(100% - 60px);
	}

	.blockFactNumber .factNumber {
		font-style: normal;
		font-weight: 700;
		font-size: 76px;
		line-height: 90px;
		letter-spacing: -0.02em;
		font-size: calc(20px + 74*(100vw - 320px)/ 2180);
	}

	

	.blockFactNumber1 .factNumber {
		background: linear-gradient(90deg, #15B86C 5.41%, #14A772 100%);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-clip: text;
		text-fill-color: transparent;
	}

	.blockFactNumber2 .factNumber {
		background: linear-gradient(90deg, #13A075 0%, #12907A 81.7%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
	}

	.blockFactNumber2,
	.blockFactNumber3,
	.blockFactNumber4,
	.blockFactNumber5 {
		position: relative;
	}

	.blockFactNumber2::before {
		content: ">";
    position: absolute;
    left: -55px;
    bottom: 18%;
    color: #14A473;
    font-size: 30px;
    font-weight: bold;
	}

	.blockFactNumber3::before {
		content: ">";
    position: absolute;
    left: -55px;
    bottom: 18%;
    color: #128C7C;
    font-size: 30px;
    font-weight: bold;
	}

	.blockFactNumber4::before {
		content: ">";
    position: absolute;
    left: -55px;
    bottom: 18%;
    color: #107385;
    font-size: 30px;
    font-weight: bold;
	}

	.blockFactNumber5::before {
		content: ">";
    position: absolute;
    left: -55px;
    bottom: 18%;
    color: #0E5B8E;
    font-size: 30px;
    font-weight: bold;
	}

	.blockFactNumber3 .factNumber {
		background: linear-gradient(90deg, #11877E 0%, #107783 84.28%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
	}

	.blockFactNumber4 .factNumber {
		background: linear-gradient(90deg, #0F6E87 0%, #0E618B 64.95%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
	}

	.blockFactNumber5 .factNumber {
		background: linear-gradient(90deg, #0D5590 0%, #0C4895 76.29%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
	}

	@media screen and (max-width: 900px) {

		.blockFactNumber h4 {
			height: 100px;
		}

		.blockFactNumber2::before,
		.blockFactNumber3::before,
		.blockFactNumber4::before,
		.blockFactNumber5::before {
	    bottom: 15%;
		}

		.blockFactNumber {
			padding-top: 24px;
		}

	}

.boxCharts {
	margin-bottom: 80px;
}

	.boxCharts h5 {
		max-width: 530px;
		margin: 0px 0px 80px 0px;
	}

	.boxChartsGrid {
			display: grid;
  	grid-auto-flow: dense;
  	 grid-gap: 32px;
  	 grid-auto-columns: minmax(0, 1fr);
grid-auto-flow: column;
	}

	.boxChartsGrid .gridBox {
		border: 1px solid #D9D9D9;
		padding: 16px 16px 40px 16px;
		position: relative;
	}

	.boxChartsGrid .chartInfoPie {
		position: absolute;
		top: 14px;
		right: 15px;
	}

	.boxChartsGrid .legend {
		line-height: 1;
	}

	.boxChartsGrid .gridBox h6 {
		margin: 0px 0px 9px 0px;
    width: calc(100% - 30px);
	}

	

.cc-window{opacity:1;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{-webkit-transition:transform 1s ease;-webkit-transition:-webkit-transform 1s ease;transition:-webkit-transform 1s ease;transition:transform 1s ease;transition:transform 1s ease,-webkit-transform 1s ease}.cc-animate.cc-revoke.cc-top{-webkit-transform:translateY(-2em);transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{-webkit-transform:translateY(2em);transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{-webkit-transform:translateY(0);transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.cc-revoke:hover{-webkit-transform:translateY(0);transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;-webkit-transition:max-height 1s;transition:max-height 1s}
.cc-revoke,.cc-window{position:fixed;overflow:hidden;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Helvetica,Calibri,Arial,sans-serif;font-size:16px;line-height:1.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;z-index:99998}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cc-revoke{padding:.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:700}.cc-btn,.cc-close,.cc-link,.cc-revoke{cursor:pointer;text-decoration:none}.cc-link{opacity:.8;display:inline-block;padding:.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:.4em .8em;font-size:.9em;font-weight:700;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:focus,.cc-highlight .cc-btn:first-child:hover{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:.5em;right:.5em;font-size:1.6em;opacity:.9;line-height:.75}.cc-close:focus,.cc-close:hover{opacity:1}
.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:.5em;border-bottom-right-radius:.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:.5em;border-top-right-radius:.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}.cc-window.cc-banner{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:justify;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{-webkit-box-flex:1;-ms-flex:1;flex:1}.cc-btn+.cc-btn{margin-left:.5em}
@media print{.cc-revoke,.cc-window{display:none}}@media screen and (max-width:900px){.cc-btn{white-space:normal}}@media screen and (max-width:414px) and (orientation:portrait),screen and (max-width:736px) and (orientation:landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-left,.cc-window.cc-right{left:0;right:0}.cc-window.cc-banner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cc-window.cc-banner .cc-compliance{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}
.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;-webkit-box-flex:0;-ms-flex:none;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}
.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

.cc-banner.cc-bottom {
	background: #0B3C98;
}
.cc-banner .cc-message {
	color: #fff;
}

.cc-theme-classic .cc-btn {
	background: #15BE69;
	color: #fff;
	border: none;
	border-radius: 0px;
}


.blockClientList {
	margin-bottom: 80px;
}

	.blockClientList span.noCountry {
		padding: 0 20px;
	}

	.blockClientList h5{
	}

.blockList {
	margin-bottom: 50px;
}

	.blockList .listRecord {
		width: 40.24205748865356%;
		float: left;
		font-style: normal;
		font-weight: 700;
		font-size: 20px;
		line-height: 24px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		padding: 0 32px 24px 32px;
		margin-bottom: 70px;
		display: flex;
	}

	.blockList h4 {
		margin-bottom: 104px;
	}

	.blockList .listRecord a {
		margin-left: auto;
		font-size: 16px;
    line-height: 18px;
    color: #0B3C98 !important;
    flex: none;
    order: 0;
    align-self: center;
    text-decoration: none;
    font-weight: 700;
    background: url(img/bgLnkMore.svg) no-repeat bottom 3px right;
    padding-right: 18px;
	}

	.blockList .listRecord.col0 {
		float: right;
	}


	.module-text ul,
	.blockContent ul {
		margin-left: 0px;
		padding-left: 22px;
	}

		.module-text ul li:before,
		.blockContent ul li:before { 
		    content: '-'; /* \b7 is a middot, \a0 is a space */
		    padding-right: 13px;
		}

		.module-text ul li,
		.blockContent ul li {
		    list-style: none;
		    text-indent: -18px;
		    margin-bottom: 8px;
		}

body .gform_required_legend {
	display: none;
}

h2 {
	font-family: NeoSansPro-Bold;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: normal;
	font-size: 66px;
	line-height: 68px;
	text-align: left;
	letter-spacing: -0.02em;
	color: #000000;
	margin: 75px 0 70px 0;

	font-size: calc(28px + 74*(100vw - 320px)/ 2180);
	line-height:1.0;
}

	#pageHeaderLight h2 {
		max-width: 65.99131693198264%;
	}

h3 {
	font-family: NeoSansPro-Bold;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: normal;
	font-size: 48px;
	line-height: 52px;
	display: block;
	text-align: left;
	color: #000000;

	font-size: calc(28px + 39*(100vw - 320px)/ 2180);
	line-height:1.0;
}

h4 {
	font-family: NeoSansPro-Bold;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 34px;
	color: #000000;
	margin: 0px 0px 40px 0px;
	padding: 0px;

	font-size: calc(28px + 8*(100vw - 320px)/ 2180);
	line-height:1.0;
}

h5 {
	font-family: NeoSansPro-Bold;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

h6 {
	font-family: NeoSansPro-Bold;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	text-align: left;
	color: #000000;
	margin: 0px 0px 5px 0px;
	padding: 0px;
}

h6.nomargin{
	margin-bottom: 0px;
	padding-bottom: 5px;
}

h7 {
	font-family: NeoSansPro-Bold;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	display: flex;
	align-items: flex-end;
	text-align: center;
	color: #000000;
	margin-bottom: 15px;
	margin-top: 15px;
}

.countryBriefHeader {
	margin: 75px auto 70px auto;
}

	.countryBriefHeader h1.entry-title {
		margin: 0px;
	}

#countryList {
	 -webkit-column-count: 3;
      -moz-column-count: 3;
           column-count: 3;

   -webkit-column-gap: 2.4205748865355523%;
      -moz-column-gap: 2.4205748865355523%;
           column-gap: 2.4205748865355523%;
}

	#countryList a {
		display: block;
		padding: 16px 0 13px 0px;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 18px;
		color: #000000;
		box-shadow: inset 0px 1px 0px rgba(0, 0, 0, 0.1);
		text-decoration: none;

		-webkit-column-break-inside: avoid;
		page-break-inside: avoid;
		break-inside: avoid;
	}

	#countryList a:hover {
		background: #F5F5F5 url('img/arrRight.svg') right 8px top 15px no-repeat;
		padding-left: 8px;
	}

.noMarginTop {
	margin-top: 0px;
}

/* Landing Page One Stop Shop 13.01.2022 */


#headerSlider,
#headerSlider .slick-slide,
#headerSlider .slide,
.bgDark {
   height:460px;
}

#headerSlider h1.entry-title {
	margin-top: 200px;
	color: #fff !important;
}

.bgDark {
	background: rgba(0,0,0,0.25);
}

#headerSlider .slide {
	background-size: cover;
	background-position: center center;
}

#footerLeftOneStopShop {
	    float: left;
    width: calc(100% - 170px);
    text-align: center;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #000000;
  }



body.page-id-17169 .logoBarLeft.numLogos-3-of-4,
body.page-id-20119 .logoBarLeft.numLogos-3-of-4,
body.page-id-20120 .logoBarLeft.numLogos-3-of-4 {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 20px;
}

body.page-id-17169 .logoBarLeft.numLogos-3-of-4 img,
body.page-id-20119 .logoBarLeft.numLogos-3-of-4 img,
body.page-id-20120 .logoBarLeft.numLogos-3-of-4 img {
	max-height: 90px;
	display: block;
}

body.page-id-17169 .boxRight a:not(.lnkMore):not(.btnDownload):not(.lnkItemDownload):not(.ctaBtn):not(.chartInfo):before,
body.page-id-20119 .boxRight a:not(.lnkMore):not(.btnDownload):not(.lnkItemDownload):not(.ctaBtn):not(.chartInfo):before,
body.page-id-20120 .boxRight a:not(.lnkMore):not(.btnDownload):not(.lnkItemDownload):not(.ctaBtn):not(.chartInfo):before {
	display: none;
}

body.page-id-17169 .boxRight a,
body.page-id-20119 .boxRight a,
body.page-id-20120 .boxRight a {
	border-bottom: 1px solid #000;
}

/*

body.page-id-17169 .footerCol a.footerIcon,
body.page-id-17169 #footerDonors {
	display: none;
}

*/

body .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none !important;
}

body .gform_confirmation_message {
	font-family: NeoSansPro-Bold;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	line-height: 34px;
	letter-spacing: 0%;
	margin: 40px 0px;
}

body .gform-field-label {
	flex-direction: row !important;
}

body #gform_1_validation_container {
	display: none !important;
}

.gform_wrapper .gfield .gfield_label {
	float: left;
	width: 73px;
	margin-right: 0px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #000;
}

.gform_wrapper .gfield.gfield_error .gfield_label {
	color: #941052;
}

body .gfield_validation_message {
	color: #941052 !important;
}

.gform_wrapper .ginput_container {
	float: right;
	width: calc(100% - 113px);
}

body .ginput_container_consent {
	align-items: center;
}

body .gform-theme--foundation .gform_fields {
	row-gap: 32px;
}

body .gform_wrapper .gfield .ginput_container_text input,
body .gform_wrapper .gfield .ginput_container_email input {
	background: #F5F5F5;
	height: 52px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 13px;
	padding-left: 20px;
	border: none;
	border-radius: 0px;
	border-bottom: 1px solid #F5F5F5;
}

body .gform_wrapper .gfield .ginput_container_text ::placeholder,
body .gform_wrapper .gfield .ginput_container_email ::placeholder,
body .gform_wrapper .gfield textarea::placeholder {
  color: #8F8F8F;
  opacity: 1; /* Firefox */
}

textarea:-moz-placeholder, /* Firefox 18- */
textarea::-moz-placeholder, /* Firefox 19+ */
textarea:-ms-input-placeholder, /* IE 10+ */
textarea::-webkit-input-placeholder, /* Webkit based */
textarea::placeholder { /* Modern browsers */
  color: #8F8F8F;  
}

body .gform_wrapper .gfield .ginput_container_text ::-ms-input-placeholder,
body .gform_wrapper .gfield .ginput_container_email ::-ms-input-placeholder,
body .gform_wrapper .gfield textarea ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #8F8F8F;
}

	body .gform_wrapper .gfield input:focus,
	body .gform_wrapper .gfield textarea:focus {
		outline: none;
		border-bottom: 1px solid #000;
	}

body .gform_wrapper .gfield textarea {
	background: #F5F5F5;
	height: 160px;
	padding-top: 14px;
	padding-right: 20px;
	padding-bottom: 14px;
	padding-left: 20px;
	border: none;
	border-radius: 0px;
}

body .gform_footer .gform_button {
	background: #15BE69 !important;
	color: #fff !important;
	padding: 13px 40px !important;
	border-radius: 0px !important;
	font-weight: 700 !important;
	font-size: 16px !important;
	line-height: 18px !important;
	letter-spacing: 0% !important;
	text-align: center !important;
}

body .gform_footer .gform_button:focus {
	outline: none !important;
}


@media screen and (max-width: 860px) {

	.page-template-tpl_MarketInsights .bgBlue .wrapper {
			padding-left: 0%;
			padding-right: 0%;
		}

	#headerSlider,
	#headerSlider .slick-slide,
	#headerSlider .slide,
	.bgDark {
	   height:260px;
	}

	.page-template-tpl_MarketInsights .blockCountry .left, .page-template-tpl_MarketInsights .blockCountry .right {
		margin-top: 20px;
	}


	.blockFactNumber h4 {
		height: auto;
	}

	.blockFactNumber::before {
		display: none !important;
	}


	#headerSlider h1.entry-title {
		margin-top: 70px;
	}

}


.countryNav {
	padding: 20px 0 0px 0;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 80px;
}	
	
	.countryNav.filter .wrapperBorder {
		margin-left: 0px;
		margin-right: 0px;
	}	

	.countryNavLeft {
		float: left;
		width: 20%;
		font-weight: bold;
		margin-left: 2px;
	}

	.countryNavLeft.fullWidth {
		width: 100%;
		float: none;
	}

	.countryNavLeft {
		display: none;
	}

	.countryNavRight {
		width: 100%;
		float: none;
	}

	.page-template-tpl_CountryBrief_Overview .countryNavLeft,
	.page-template-tpl_CountryBrief_EnergySector .countryNavLeft,
	.page-template-tpl_CountryBrief_MarketSegments .countryNavLeft {
		display: block;
	}

	.page-template-tpl_CountryBrief_Overview .countryNavRight,
	.page-template-tpl_CountryBrief_EnergySector .countryNavRight,
	.page-template-tpl_CountryBrief_MarketSegments .countryNavRight {
		float: right;
		width: 75%;
	}

	.page-template-tpl_Events .countryNavLeft {
		display: block;
		width: 100%;
	}

	.page-template-tpl_Events .countryNavLeft .countryNavRight {
		display: none;
	}

	.countryNavLeft ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		text-align: left;
	}

	.countryNavRight ul {
		margin: 0px;
		padding: 0px;
		list-style: none;
		text-align: right;
	}

		.countryNavRight ul li {
			margin: 0px 0 0 24px;
			padding: 0px 0px 15px 0px;
			display: inline-block;
			border-bottom: 1px solid transparent;
		}

		.countryNavLeft ul li {
			margin: 0px 24px 0 0 ;
			padding: 0px 0px 15px 0px;
			display: inline-block;
			position: relative;

		}

			.countryNavLeft ul li:last-child {
				padding-right: 0px;
			}

			.countryNavRight ul li a,
			.countryNavRight ul li a {
				position: relative;
			}

			.countryNavRight ul li a:after,
			.countryNavRight ul li a:after {
				display: inline-block;
			    position: absolute;
			    bottom: -18px;
			    height: 1px;
			    left: 0px;
			    content: "";
			    width: 0;
			    border-bottom: 1px solid #000;
			    transition: all 300ms ease-in-out !important;
			}

			.countryNavRight ul li a:hover:after,
			.countryNavRight ul li a:hover:after,
			.countryNavRight ul li.active a:after,
			.countryNavRight ul li.active a:after  {
				width: 100%;
    			transition: all 300ms ease-in-out !important;
			}

			.countryNavRight ul li:hover,
			.countryNavLeft ul li:hover {
				border-bottom: 1px solid #000;
			}

			.countryNavRight ul li.active,
			.countryNavLeft ul li.active  {
				border-bottom: 1px solid #000;
			}

			.countryNavRight ul li a,
			.countryNavLeft ul li a{	
				font-style: normal;
				font-weight: 700;
				font-size: 16px;
				line-height: 18px;
				color: #000000;
				text-decoration: none;
			}

.countryNav.sticky {
	position: fixed;
    top: 0;
    width: 100%;
    left: 0px;
    background: #fff;
    box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.1);
    border: none;
    z-index: 999999999;
    padding-bottom: 0px;
    border-left: 8px solid #15be69;
    padding-top: 13px;
    padding-bottom: 0px;
}
	
	.countryNav.sticky.mainNavOffset {
		top: 63px;
		border-top: 1px solid #d9d9d9;
		-webkit-transition: all,0.7s;
	    transition: all,0.7s;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	}

	.countryNav.sticky #filterPanelWrapper,
	.countryNav.sticky #filteredCountries {
		margin-bottom: 0px;
	}

	.countryNav.sticky #filteredCountries,
	.countryNav.sticky #filterPanelWrapper {
		max-width: 1322px;
		margin: 0 auto;
		margin-left: auto;
		margin-right: auto;
		margin-left: 5.398110661268556%;
    	margin-right: 5.398110661268556%;
	}

	.countryNav.sticky #filteredCountries.withContent {
		padding: 20px 0 15px 0;
	}

	.page-template-tpl_News .countryNavLeft,
	.page-template-tpl_Events .countryNavLeft {
		width: 100%;
	}


	.page-template-tpl_News .countryNav.sticky #tagFilter {
		border: none;
		padding: 0px 0px 4px 0px;
	}

	.page-template-tpl_News .countryNav.sticky .wrapperBorder,
	.page-template-tpl_Events .countryNav.sticky .wrapperBorder {
		margin-left: 5.398110661268556%;
		margin-right: 5.398110661268556%;
	}

	#filterShowSearchbar {
		width: 100%;
		display: none;
	}

		#fundingFilterDropdownsWrapper {
			display: block;
		}

		#filterShowSearchbar #fundSearchTxt {
			width: 100%;
			margin: 15px 0px;
			padding: 13px 15px;
			font-size: 16px;
			font-style: normal;
			font-weight: 400;
			line-height: 24px;
			color: #8F8F8F !important;
			text-align: left;
			background: #fff;
			background-size: 24px 24px;
			z-index: 99999;
		}

		input#fundSearchTxt::placeholder {
		    color: #8F8F8F !important;
		}

		#lnkFilterShowSearchbar {
			float: right;
			margin-bottom: 0px;
			border: none;
			color: #fff !important;
			text-align: right;
			background: url(img/icoSearchWhite.svg) right 15px top 12px no-repeat;
			background-size: 24px 24px;
			padding-left: 10px;
			padding-right: 30px;
			width: 115px;
			height: 50px;
			display: inline-block;
			width: 20px;
			margin-top: 15px;
		}

		.menu-navigation-24-container,
		.menu-navigation-24-french-container,
		.menu-navigation-24-portuguese-portugal-container {
			width: 100%;
			display: inline-block;
		}


		
			#masthead.fixed .menu-navigation-24-container,
			#masthead.fixed .menu-navigation-24-portuguese-portugal-container,
			#masthead.fixed .menu-navigation-24-french-container {
				width: auto;
				display: inline-block;
			}

		#lnkHideSearchBar {
			background: #fff url(img/icoClose.svg) right 16px top 13px no-repeat;
			display: block;
	    background-size: 18px 18px;
	    width: 48px;
	    height: 32px;
	    position: absolute;
	    z-index: 999;
	    right: 0px;
	    top: 18px;
		}

		.subFilter {
			display: none;
		}

		.subFilter .subFilterHeadline {
			font-style: normal;
			font-weight: 700;
		}

		.subFilter .filterPanelListItem {
			padding-left: 32px;
		}

#masthead,
.page-template-default #masthead.light,
.single.single-success-story #masthead,
.single.single-events #masthead,
.single.single-post #masthead,
.single.single-team #masthead  {
	border-top: 33px solid #ffffff;
	background: #fff;
}


.page-template-default #masthead,
.page-template-tpl_FundingDatabase #masthead,
.page-template-tpl_Home #masthead,
.page-template-tpl_Home_2023 #masthead,
.single #masthead {
	border-top: 33px solid #0B3C98;
	background: #0B3C98;
	color: #fff;
}


.page-template-default .pageHeader,
.page-template-tpl_FundingDatabase .pageHeader,
.page-template-tpl_Home .pageHeader,
.page-template-tpl_Home_2023 .pageHeader,
.page-template-tpl_SuccessStories .pageHeader,
.single .pageHeader {
	background: #0B3C98;
	color: #fff;
	padding-bottom: 196px;
	margin-bottom: 60px;
	padding-bottom: 15vh;
	margin-top: -1px;
	max-height: 458px;
}


.single-fund .mainCol {
	width: 65.88502269288956%;
	float: left;
}


	.fundHeader {
		margin-bottom: 40px;
		margin-top: 0px;
	}

	.single-fund .fundHeader h1 {
		color: #000;
		leading-trim: both;
		text-edge: cap;
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 34px; /* 106.25% */
		margin: 0px 0px 20px 0px;
	}

	.fundHeader .fundHeaderTxt {
		float: left;
		width: calc(100% - 200px);
	}

	.fundHeader .fundHeaderLogo {
		max-width: 310px;
	}

		.fundHeader .fundHeaderLogo img {
			max-width: 100%;
			max-height: 200px;
			width: auto;
		}

	.fundHeader .label {
		margin: 0px 0px 20px 0px;
		color: #000;
		leading-trim: both;
		text-edge: cap;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px; /* 142.857% */
	}

	.fundHeader .lastUpdate {
		color: #000000;
		leading-trim: both;
		text-edge: cap;
		font-size: 14px;
		font-style: normal;
		font-weight: 400;
		line-height: 20px; /* 150% */
		text-align: right;
	}

.single-fund .sidebar {
	width: 31.694402420574885%;
	float: right;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
	
	.single-fund .sidebar .fundmanagerInfo {
		margin-bottom: 20px;
	}

	.single-fund .sidebar .fundmanagerInfoLogo {
		text-align: center;
		border: 1px solid #F5F5F5;
		padding: 30px 40px;
	}

	.single-fund .fundmanagerInfoLogo .fundLogo {
		margin: 0 auto;

	}

	.single-fund .fundApplication {
		background: #0B3C98;
		color: #fff;
		padding: 50px 40px;
	}

	.single-fund .fundApplication .lnkBtn {
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: normal;
		color: #fff !important;
		background: #15BE69;
		padding: 20px 40px;
		text-decoration: none;
		margin-top: 20px;
		display: inline-block;
		width: 190px;
		text-align: center;
	}

		.single-fund .fundApplication .lnkBtn:first-child {
			margin-top: 40px;
		}

	.single-fund .fundmanagerInfoTxt {
		background: #F5F5F5;
    color: #000;
    padding: 50px 40px;
	}

		.single-fund .fundmanagerInfoTxt h4,
		.single-fund .fundmanagerSupport h4 {
			font-size: 24px;
			font-style: normal;
			font-weight: 700;
			line-height: 28px; /* 116.667% */
			margin-bottom: 20px;
		}

		.single-fund .fundmanagerSupport a {
			color: #000 !important;
		}

		.single-fund .fundmanagerInfoTxt .fundmanagerName {
			font-size: 18px;
			font-style: normal;
			font-weight: 400;
			line-height: 26px;
		}

	.single-fund a {
		color: #0B3C98;
	}

	.single-fund .fundmanagerSupport a {
		text-decoration: underline;
	}

	.single-fund a[target="_blank"] {
	  color: #0B3C98;
		text-decoration: underline;
	}

	.single-fund .fundApplication a {
		color: #fff;
		text-decoration: underline;
	}

	.single-fund .fundContact,
	.single-fund .fundmanagerSupport {
		background: #F5F5F5;
		color: #000;
		padding: 50px 40px;
		margin-bottom: 20px;
	}


		.single-fund .fundContact a {
			text-decoration: none;
		}

		.single-fund .fundApplication h3,
		.single-fund .fundApplication h4 {
			color: #fff;
		}

		.colCount2 {
			column-count: 2;
		}

		.single-fund .fundFooter {
			margin-top: 80px;
			display: grid;
			grid-template-columns: repeat(4, 1fr);
			grid-column-gap: 32px;
			padding-bottom: 80px;
			border-bottom: 1px solid #E5E5E5;
		}

			.single-fund .fundFooter .col {
				border-top: 1px solid #000;
				padding-top: 40px;
			}

			.single-fund .fundFooter h3 {
				font-size: 24px;
				font-style: normal;
				font-weight: 700;
				line-height: 28px; /* 116.667% */
			}

		.single-fund h3 {
			leading-trim: both;
			text-edge: cap;
			font-size: 32px;
			font-style: normal;
			font-weight: 700;
			line-height: 34px; /* 106.25% */
			margin: 0px 0px 40px 0px;
		}

		.single-fund .fundContact h3 {
			margin-bottom: 32px;
		}

		body.single-fund h4 {
			leading-trim: both;
			text-edge: cap;
			font-size: 14px;
			font-style: normal;
			font-weight: 700;
			line-height: 20px; /* 142.857% */
			margin: 0px 0px 20px 0px;
			min-height: 0px;
		}


.page-template-tpl_Home #homeHero,
.page-template-tpl_Home_2023 #homeHero
 {
	background: #0B3C98 url('img/homeHero.png') center center no-repeat;
	background-size: cover;
}

.page-template-tpl_Home #masthead,
.page-template-tpl_Home_2023 #masthead {
	background: none;
	border-top: none;
	padding-top: 33px;
}

.page-template-tpl_Home #homeHero .pageHeader,
.page-template-tpl_Home_2023 #homeHero .pageHeader {
	background: none;
}

.page-template-default .pageHeader {
	margin-bottom: 0px;
}

	.page-template-tpl_FundingDatabase .pageHeader,
	.page-template-tpl_Home .pageHeader,
	.page-template-tpl_Home_2023 .pageHeader,
	.page-template-tpl_SuccessStories .pageHeader {
		margin-bottom: 0px;
	}

.countryNav.sticky .wrapperBorderSticky {
	margin-left: 5.398110661268556%;
	margin-right: 5.398110661268556%;

	margin-left: 0px;
	margin-right: 0px;
}

.countryTitle {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
}

.countryTitle.countryFlagBEN {
	background: url('img/flags/flagBEN.png') center left no-repeat;
	background-size: 32px 24px;
	padding-left: 45px;
}

.countryTitle.countryFlagBDI {
	background: url('img/flags/flagBDI.png') center left no-repeat;
	background-size: 32px 24px;
	padding-left: 45px;
}

.countryTitle.countryFlagCIV {
	background: url('img/flags/flagCIV.png') center left no-repeat;
	background-size: 32px 24px;
	padding-left: 45px;
}

.countryTitle.countryFlagETH {
	background: url('img/flags/flagETH.png') center left no-repeat;
	background-size: 32px 24px;
	padding-left: 45px;
}

.countryTitle.countryFlagGHA {
	background: url('img/flags/flagGHA.png') center left no-repeat;
	background-size: 32px 24px;
	padding-left: 45px;
}

.countryTitle.countryFlagKEN {
	background: url('img/flags/flagKEN.png') center left no-repeat;
	background-size: 32px 24px;
	padding-left: 45px;
}

.countryTitle.countryFlagMDG {
	background: url('img/flags/flagMDG.png') center left no-repeat;
	background-size: 32px 24px;
	padding-left: 45px;
}

.countryTitle.countryFlagMOZ {
	background: url('img/flags/flagMOZ.png') center left no-repeat;
	background-size: 32px 24px;
	padding-left: 45px;
}

.countryTitle.countryFlagNGA {
	background: url('img/flags/flagNGA.png') center left no-repeat;
	background-size: 32px 24px;
	padding-left: 45px;
}

.countryTitle.countryFlagTZA {
	background: url('img/flags/flagTZA.png') center left no-repeat;
	background-size: 32px 24px;
	padding-left: 45px;
}

.countryTitle.countryFlagSWZ {
	background: url('img/flags/flagSWZ.png') center left no-repeat;
	background-size: 32px 24px;
	padding-left: 45px;
}

.countryTitle.countryFlagZMB {
	background: url('img/flags/flagZMB.png') center left no-repeat;
	background-size: 32px 24px;
	padding-left: 45px;
}

.countryTitle.countryFlagSEN {
	background: url('img/flags/flagSEN.png') center left no-repeat;
	background-size: 32px 24px;
	padding-left: 45px;
}

.countryTitle.countryFlagUGA {
	background: url('img/flags/flagUGA.png') center left no-repeat;
	background-size: 32px 24px;
	padding-left: 45px;
}

.countryTitle.countryFlagNAM {
	background: url('img/flags/flagNAM.png') center left no-repeat;
	background-size: 32px 24px;
	padding-left: 45px;
}


#headerBG {
	background: #f60;
}

.countryFlagBig {
	max-width: 150px;
	float: right;
}

.box {

}

	.box h4 {
		text-align: left !important;
	}

	.box.noBorder {
		padding-bottom: 80px;
	}

	.box.showBorder,
	.blockDonors.showBorder {
		border-top: 1px solid #D9D9D9;
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.blockClientList.showBorder,
	.successStoriesTeaser.showBorder {
		border-top: 1px solid #D9D9D9;
		padding-top: 80px;
	}

	.successStoriesTeaser {

	}



	.boxLeft.showBorder,
	.boxRight.showBorder {
		border-top: 1px solid #D9D9D9;
		padding-top: 40px;
	}

.blockMembers {
	margin-bottom: 85px;
}


.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{background-color:rgba(0,0,0,0);border:none;font-size:1em}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline;list-style:none;padding:0}.select2-container .select2-selection--multiple .select2-selection__clear{background-color:rgba(0,0,0,0);border:none;font-size:1em}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;margin-left:5px;padding:0;max-width:100%;resize:none;height:18px;vertical-align:bottom;font-family:sans-serif;overflow:hidden;word-break:keep-all}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option--selectable{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px;padding-right:0px}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #888 rgba(0,0,0,0);border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;padding-bottom:5px;padding-right:5px;position:relative}.select2-container--default .select2-selection--multiple.select2-selection--clearable{padding-right:25px}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;font-weight:bold;height:20px;margin-right:10px;margin-top:5px;position:absolute;right:0;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:inline-block;margin-left:5px;margin-top:5px;padding:0;padding-left:20px;position:relative;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;white-space:nowrap}.select2-container--default .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background-color:rgba(0,0,0,0);border:none;border-right:1px solid #aaa;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#999;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px;position:absolute;left:0;top:0}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover,.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus{background-color:#f1f1f1;color:#333;outline:none}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-left:1px solid #aaa;border-right:none;border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear{float:left;margin-left:10px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:rgba(0,0,0,0);border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--group{padding:0}.select2-container--default .select2-results__option--disabled{color:#999}.select2-container--default .select2-results__option--selected{background-color:#ddd}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, white 50%, #eeeeee 100%);background-image:-o-linear-gradient(top, white 50%, #eeeeee 100%);background-image:linear-gradient(to bottom, white 50%, #eeeeee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;height:26px;margin-right:20px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:rgba(0,0,0,0);border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #888 rgba(0,0,0,0);border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, white 0%, #eeeeee 50%);background-image:-o-linear-gradient(top, white 0%, #eeeeee 50%);background-image:linear-gradient(to bottom, white 0%, #eeeeee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eeeeee 50%, white 100%);background-image:-o-linear-gradient(top, #eeeeee 50%, white 100%);background-image:linear-gradient(to bottom, #eeeeee 50%, white 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0;padding-bottom:5px;padding-right:5px}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;display:inline-block;margin-left:5px;margin-top:5px;padding:0}.select2-container--classic .select2-selection--multiple .select2-selection__choice__display{cursor:default;padding-left:2px;padding-right:5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{background-color:rgba(0,0,0,0);border:none;border-top-left-radius:4px;border-bottom-left-radius:4px;color:#888;cursor:pointer;font-size:1em;font-weight:bold;padding:0 4px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555;outline:none}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display{padding-left:5px;padding-right:2px}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{border-top-left-radius:0;border-bottom-left-radius:0;border-top-right-radius:4px;border-bottom-right-radius:4px}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid rgba(0,0,0,0)}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option--group{padding:0}.select2-container--classic .select2-results__option--disabled{color:gray}.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}


.select2-results__options li:first-child {
	display: none !important;
}

body .select2-container--default .select2-selection--single {
	height: 52px;
	border-radius: 0px;
  padding-top: 14px;
  padding-right: 20px;
  padding-bottom: 13px;
  padding-left: 20px;
  font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	background: #F5F5F5 url(img/icoDropdownArrowDown.svg) no-repeat top 18px right 20px;
	border: none;
}

body .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;

}

body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable,
body .select2-container--default .select2-results__option--selected {
	background: #fff;
	color: #000;
}

body .select2-container--open .select2-dropdown--below {
	box-shadow: 0px 20px 35px 0px #0000001A;
	border: none;
	border-radius: 0px;
}

body .select2-results__option {
	padding: 12px 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	box-shadow: 0px -1px 0px 0px #0000001A inset;
}

.moduleSteps {
	overflow-y: hidden;
	display: flex;
}

	.moduleStepsWrapper {
		overflow: hidden;
		overflow-x: auto;
		margin-bottom: 120px;
		padding-bottom: 15px;
		 -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
	}

	.moduleStepsWrapper h4 {
		margin-bottom: 80px;
	}

	.moduleSteps::-webkit-scrollbar{
		height: 24px;
		background: gray;
	}

	/* Track */
	.moduleSteps::-webkit-scrollbar-track {
	  background: #f1f1f1; 
	  height: 4px;
	  border-top: 20px solid #fff;
	}

	/* Handle on hover */
	.moduleSteps::-webkit-scrollbar-thumb:hover {
	  background: #15be69; 
	}

	.moduleSteps::-webkit-scrollbar-thumb:horizontal{
		background: #15be69;
		border-radius: 0px;
		height: 4px;
		border-top: 20px solid #fff;
	}

	.moduleSteps .step {
		background: #F5F5F5;
		padding: 55px 25px 55px 85px;
		position: relative;
		display: inline-block;
		width: 25%;
		margin-bottom: 25px;
	}

	.moduleSteps .step.bar1 {
		background: #F5F5F5;
		padding: 55px 25px 55px 35px;
		position: relative;
		margin-left: 0px;
	}
	
	.moduleSteps .step:last-child {
		margin-right: 0px;
	}
	
	.moduleSteps .step {
		margin: 0 12px;
		float: left;
		position: relative;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none; 
		flex: 1 1 0px;
	}

	.moduleSteps .step:after,
	.moduleSteps .step:before {
		content: " ";
		position: absolute;
		top: 0;
		right: -55px;
		width: 0;
		height: 0;
		border-top: 150px solid transparent;
		border-bottom: 150px solid transparent;
		border-left: 75px solid #F5F5F5;	
		z-index: 2;
		transition: border-color 0.2s ease;
		top: 50%;
		transform: translateY(-50%);
	}
	
	.moduleSteps .step.bar4:after {
		display: none;
	}

	.moduleSteps .step:before {
		right: auto;
		left: -20px;
		border-left: 75px solid #fff;	
		z-index: 0;
	}

	.moduleSteps .step:first-child:before {
		border: none;
	}

	.moduleSteps .step:first-child {
		border-top-left-radius: 4px;
		border-bottom-left-radius: 4px;
	}
	
	.moduleSteps .step .stepNumber {
		color: #0B3C98;
	}

	.modules .step h5 {
		margin: 0px 0px 12px 0px;
	}

	@media screen and (max-width: 1215px) {


		.moduleSteps .step {
			min-width: 290px;
		}

		.moduleSteps .step:last-child {
			min-width: 340px;
		}

	}


.blockMethologies {
	margin-top: 0px;
	font-size: 24px;
	line-height: 28px;
	font-family: NeoSansPro-Bold;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: normal;
}

	.page-template-tpl_Events .blockMethologies {
		
	}

	.blockMethologies .lnkMore{
		font-family: 'Inter var', sans-serif;
	}

	.blockMethologies h5 {
		color: #8F8F8F;
		margin: 0px !important;
	}

.blockBigImg {
	margin-bottom: 85px;
}

.blockNews,
.blockDonors,
.blockNumbers,
.blockNews.border-top {

	padding-bottom: 85px;
}

.blockNumbers {
	padding-bottom: 85px;
}

.blockLogos {
	padding-bottom: 65px;
	padding-top: 0px;
}
	

	.blockDonorsItems {
		text-align: center;
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-column-gap: 20px;
	}

	#footerDonorLogosGrid {
		margin-top: 60px;
		text-align: center;
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-column-gap: 20px;
		margin-bottom: 20px;
		max-width: 600px;
		margin-left: auto;
		margin-right: auto;
	}

	.donorLogoItem {
		display: grid;
		align-items: center;
	}

	.donorLogoItem {
		max-width: 175px;
	}

	.blockLogos .logoItemImg {
		/*border: 1px solid #D9D9D9;*/
	}

	.logoBarLeft strong,
	.logoBarRight strong {
		font-weight: bold;
	}

	.logoBarLeft strong span,
	.logoBarRight strong span {
		color: #15be69;
	}

	.logoBarLeft.numLogos-1-of-4 {
		float: left;
		width: calc(25% - 20px);
		margin-right: 20px;
	}

	.logoBarLeft.numLogos-3-of-4 {
		float: left;
		width: calc(75% - 20px);
		margin-right: 20px;
	}

	.logoBarLeft.numLogos-4-of-7 {
		float: left;
		width: calc(57% - 20px);
		margin-right: 20px;
	}

	.logoBarRight.numLogos-3-of-7 {
		float: right;
		width: 43%;
	}

	.logoBarLeft.numLogos-3-of-7 {
		float: left;
		width: calc(43% - 20px);
		margin-right: 20px;
	}

	.logoBarLeft.numLogos-2-of-5 {
		float: left;
		width: calc(40% - 20px);
		margin-right: 20px;
	}

	.logoBarRight.numLogos-3-of-5 {
		float: right;
		width: 60%;
	}

	.logoBarLeft.numLogos-3-of-7 .logoList {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 45px;
	}

	.logoBarLeft.logoList.numLogos-4-of-7 {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 45px;
	}

	.logoBarRight.logoList.numLogos-3-of-7 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 45px;
	}

	.logoBarRight.numLogos-4-of-7 .logoList {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 45px;
	}

	.logoBarLeft.logoList.numLogos-2-of-5 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 45px;
	}

	.logoBarRight.logoList.numLogos-3-of-5 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 45px;
	}

	.logoBarLeft.logoList.numLogos-1-of-4 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 45px;
	}

	.logoBarRight.logoList.numLogos-3-of-4 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 45px;
	}





	.blockLogos.numLogos-5 {
		display: grid;
		grid-template-columns: repeat(5, 1fr);
		grid-column-gap: 90px;
		grid-row-gap: 45px;
	}

	.blockLogos.numLogos-6 {
		display: grid;
		grid-template-columns: repeat(6, 1fr);
		grid-column-gap: 33px;
		grid-row-gap: 65px;
	}

	.blockLogos h4 {
		font-size: 16px;
		line-height: 18px;
		margin: 19px 0 0 0;
	}

.blockService3Teasers,
.blockService3Teasers.border-top {
	padding-bottom: 85px;
	padding-top: 85px;
}

.blockService3Teasers {
	padding-top: 0px;
}

	.blockService3Teasers h3 {
		margin: 0px 0px 90px 0px;
	}

	.service3TeasersItem {
		width: 31.6666666%;
		float: left;
	}

	.service3TeasersItem.middle {
		margin-left: 2.5%;
		margin-right: 2.5%;
	}

	.service3TeasersItem h4 {
		margin: 24px 0 16px 0px;
	}

	.service3TeasersItemLinks {
		padding-top: 15px;
	}

	.service3TeasersItemLinks .lnkMore {
		background: url(img/bgLnkMore.svg) no-repeat bottom 3px right;
	}

.blockService4Teasers,
.blockService4Teasers.border-top {
	padding-bottom: 85px;
	padding-top: 85px;
}

	.blockService4Teasers h3 {
		margin: 0px 0px 90px 0px;
	}

	.service4TeasersItem {
		width: 23.187311178247736%;
		float: left;
		margin-left: 2.4%; 
	}

	.service4TeasersItem.first {
		margin-left: 0%;
	}

	.service4TeasersItem h4 {
		margin: 24px 0 16px 0px;
	}

	.service4TeasersItemLinks {
		padding-top: 15px;
	}

	.service4TeasersItemLinks .lnkMore {
		background: url(img/bgLnkMore.svg) no-repeat bottom 3px right;
	}


.single-success-story .quoteBlock,
.quoteBlock {
	background: #F5F5F5;
	padding: 40px 6.655574043261231%;
	margin-bottom: 40px;
}

	.quoteBlock .quote,
	.blockTestimonials .quote {
		font-family: NeoSansPro-Bold;
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
		font-size: 24px;
		font-style: normal;
		font-weight: normal;
		line-height: 28px;
		letter-spacing: 0em;
		text-align: left;
	}

	.quoteBlock.page {
		margin-bottom: 80px;
	}

	.quoteBlock.page .quote {
		color: rgba(0, 0, 0, 0.4);
		font-size: 32px;
		line-height: 34px;
	}

	.quoteBlock .author,
	.blockTestimonials .author {
		margin-top: 15px;
		font-size: 14px;
		font-style: normal;
		font-weight: 700;
		line-height: 17px;
		letter-spacing: 0em;
		text-align: left;
	}

.blockTestimonials {
	margin-bottom: 150px;
	background: #F5F5F5;
	padding: 73px 6.655574043261231%;
}
	
	.slickGrid2 .slick-prev,
	.show_all_stories .slick-prev {
		left: -50px;
	}

	.slickGrid2 .slick-next,
	.show_all_stories .slick-next {
		right: -50px;
	}
	
	.slickGrid2 .slick-prev:before,
	.slickGrid2 .slick-next:before,
	.show_all_stories .slick-prev:before,
	.show_all_stories .slick-next:before,
	.blockTestimonials .slick-prev:before,
	.blockTestimonials .slick-next:before {
		content: none;
	}

	.slickGrid2 .slick-prev,
	.slickGrid2 .slick-prev:hover,
	.show_all_stories .slick-prev,
	.show_all_stories .slick-prev:hover,
	.blockTestimonials .slick-prev,
	.blockTestimonials .slick-prev:hover {
		background: url(img/arrPrev.svg) no-repeat top right !important;
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
	}

	.slickGrid2 .slick-next,
	.slickGrid2 .slick-next:hover,
	.show_all_stories .slick-next,
	.show_all_stories .slick-next:hover,
	.blockTestimonials .slick-next,
	.blockTestimonials .slick-next:hover {
		background: url(img/arrNext.svg) no-repeat top right !important;
		width: 40px;
		height: 40px;
		background-size: 40px 40px;
	}

	.blockTestimonials .quoteSlide {
		padding: 0px 8.712121212121213%;
	}


	.blockTestimonials .quoteSlide .slick-slide div {

	}

.blockIconGrid {
	margin-bottom: 150px;
}

	.blockIconGrid h3 {
		font-family: NeoSansPro-Bold;
		font-weight: normal;
		font-style: normal;
		font-size: 32px;
		line-height: 34px;
		color: #333333;
	}

	.blockIconGrid .col1,
	.blockIconGrid .col2,
	.blockIconGrid .col3 {
		width: 31.818181818181817%;
		float: left;
	}

	.blockIconGrid .col2 {
		margin-left: 2.272727272727273%;
		margin-right: 2.272727272727273%;
	}

	.blockIconGrid .iconArea {
		background: #F2F2F2;
		margin-bottom: 34px;
		padding: 20px 21px;
		font-size: 24px;
		line-height: 29px;
		font-weight: bold;
	}

	.blockIconGrid .iconArea .imgWrapper {
		margin: 85px auto 95px auto;
		width: 30%;
	}

	.blockIconGrid.mobile {
		display: none;
	}

	.blockIconGrid.mobile .col1,
	.blockIconGrid.mobile .col2,
	.blockIconGrid.mobile .col3 {
		display: block;
		float: none;
		width: 100%;
		margin: 0px;
	}

#searchFormHeader::-webkit-search-cancel-button{
    position:relative;
    right:20px;  

    -webkit-appearance: none;
    height: 16px;
    width: 16px;
   
    background: url(img/searchRemove.svg) no-repeat center center;
    background-size: 16px 16px;
}

.blockContent ul {
	margin-left: 0px;
	margin-top: 10px;
}

.blockContent {
	margin-right: 20px;
	margin-bottom: 20px;
}

.marginTop80 {
	margin-top: 80px;
	padding-top: 80px !important;
}

img.inline-block {
	display: inline-block;
}

.posRelative {
	position: relative;
}

	.posRelative .chartInfo {
		position: relative;
		top: -20px;
	}

.box .boxLeft {
	float: left;
	width: 48.71406959152799%;
}
	
	.box .boxLeft h1,
	.box .boxLeft h2,
	.box .boxLeft h3,
	.box .boxLeft h4,
	.box .boxLeft h5,
	.box .boxLeft h6{
		margin-top: 0px;
	}

.box .boxRight {
	float: right;
	width: 48.71406959152799%;
}

	.box .boxRight h5 {
		text-align: left;
	}

	.box .boxRight h5.h5withInfo {
		width: calc(100% - 56px);
    	float: left;
	}

.listItemContent .topLine {
	font-size: 18px;
	line-height: 26px;
}

	.listItemContent h5 {
		margin: 15px 0px;
		padding: 0px;
	}

.box.two_teaser h4{
	margin: 24px 0 16px 0px;
}

.overview_group_bg.grey {
	background: #F5F5F5;
	padding-top: 75px;
	padding-bottom: 125px;
}

	.overview_group_bg.white {
		background: #fff;
		padding-top: 75px;
		padding-bottom: 125px;
	}

	.overview_group_bg.grey .eventsItem {
		background: #fff
	}

#image-map-pro-container {
	margin-top: 35px;
	margin-bottom: 55px;
}

#mapImg .mapHover {
	display: none;
}

	#mapImg #mapDefault {
		display: block;
	} 

#mapToggle {
	position: absolute;
	top: 0px;
	right: 0px;
}

	#mapToggle a {
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 17px;
		text-align: justify;
		color: #F5F5F5 !important;
		padding: 12px 16px;
		outline: none !important;
	}

	#mapToggle a.portfolio {
		border: 1px solid #F5F5F5;
		border-radius: 20px 0px 0px 20px;
	}

	#mapToggle a.stories {
		border: 1px solid #F5F5F5;
		border-radius: 0px 20px 20px 0px;
	}

	#mapToggle a.portfolio.active,
	#mapToggle a.stories.active {
		border: 1px solid #15BE69;
		background: #15BE69;
	}

#mapPortfolio,
#mapStories {
	display: none;
}

#mapPortfolio.active,
#mapStories.active {
	display: block;
}






body .leaflet-container {
	height: 520px;
	width: 100%;
	max-width: 100%;
	max-height: 100%;
	background: transparent;
}
	

	.leaflet-container .leaflet-marker-pane img {

	}
	
	.leaflet-container .leaflet-marker-pane img:hover {
		opacity: 0.5;
	}


	body .marker-cluster-large {
		background-color: rgba(21, 190, 105, 0.4);
		width: 80px !important;
		height: 80px !important;
		border-radius: 99999999px !important;
	}

	body .marker-cluster-large div {
		background-color: rgba(21, 190, 105, 0.4);
		width: 70px !important;
		height: 70px !important;
		border-radius: 99999999px !important;
	}

	body .marker-cluster-medium {
		background-color: rgba(21, 190, 105, 0.4);
		width: 40px !important;
		height: 40px !important;
		border-radius: 99999999px !important;
	}

	body .marker-cluster-medium div {
		background-color: rgba(21, 190, 105, 0.4);
		width: 30px !important;
		height: 30px !important;
		border-radius: 99999999px !important;
	}

	body .marker-cluster-small {
		background-color: rgba(21, 190, 105, 0.4);
		width: 40px !important;
		height: 40px !important;
		border-radius: 99999999px !important;
	}

	body .marker-cluster-small div {
		background-color: rgba(21, 190, 105, 0.4);
		width: 30px !important;
		height: 30px !important;
		border-radius: 99999999px !important;
	}



body .leaflet-popup-tip {
	background: rgb(217, 217, 217);
}

body .leaflet-bottom.leaflet-right {
	display: none !important;
}

body .leaflet-cluster-anim .leaflet-marker-icon, body .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

body .leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}

body .leaflet-left {
	top: auto;
	bottom: 0px;
}

#lnkLangSwitch:after,
#lnkSearch:after {
	display: none !important;
}

body .marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
}

body .marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;
	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
}

body .marker-cluster span {
	line-height: 30px;
	display: none;
}


body .leaflet-popup-content-wrapper, .leaflet-popup-tip {
	border-radius: 0px;
	background: rgb(217, 217, 217);
}

body .leaflet-popup-content {
	padding: 15px;
	margin: 0px;
}

body .leaflet-touch .leaflet-bar a {
	color: #FFFFFF;
	background: #15BE69;
	line-height: 26px;
}

body .leaflet-container a.leaflet-popup-close-button {
	display: none;
}

body .leaflet-bar a, body .leaflet-bar a:hover {
	border-bottom: none;
	margin-bottom: 2px;
}





/* Grey */

color: #F5F5F5;

.wp-video {
	margin-bottom: 20px;
}

#mapOverlaysContainer {
	display: none;
}

.imp-tooltips-container .prevSuccessStoryImg {
	margin-left: 20px;
	float: right;
}
	
	.imp-tooltip {
		max-width: 645px;
		padding: 24px 25px 21px 18px;
	}
	

	.imp-tooltips-container .topLine {
		font-family: NeoSansPro-Bold;
		font-style: normal;
		font-weight: normal;
		font-size: 24px;
		line-height: 28px;
		color: #8F8F8F;
	}

	.imp-tooltips-container .prevSuccessStoryTxt {
		float: left;
		width: calc(100% - 200px);
	}

	.imp-tooltips-container .headline {
		font-family: NeoSansPro-Bold;
		font-style: normal;
		font-weight: normal;
		font-size: 24px;
		line-height: 28px;
		color: #000;
	}

	.imp-tooltips-container .prevSuccessStoryTxtBottom {
		bottom: 11px;
	}

#teaserNumbers {
	background: #0B3C98;
	padding: 80px 0 110px 0;
	color: #fff;
}

	#teaserNumbers h4 {
 		color: #fff;
 		margin-bottom: 27px;
 	} 

 	#teaserNumbersCols {
	 	display: grid;
	    grid-template-columns: 31.570996978851962% 31.570996978851962% 31.570996978851962%;
	    grid-column-gap: 2.56797583081571%;
	    grid-row-gap: 32px;
 	}		

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

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

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

 		#teaserNumbersCols .col {
 			padding-top: 24px;
 			border-top: 1px solid #fff;
 		}

 		#teaserNumbersCols.content .col {
 			border-top: 1px solid #000;
 		}

 		#teaserNumbersCols h6 {
 			margin: 0px 0px 34px 0px;
 			color: #000000;
 		}

 		.mainFigure {
 			font-family: NeoSansPro-Bold;
 			-webkit-font-smoothing: antialiased;
  			-moz-osx-font-smoothing: grayscale;
	    	font-style: normal;
			font-size: 90px;
			line-height: 90px;
			letter-spacing: -0.02em;
 		}

.newsTeaser .lnkMore,
.eventsTeaser .lnkMore,
.successStoriesTeaser .lnkMore,
.moreLinksBlock .lnkMore  {
	float: right;
	background: url(img/bgLnkMore.svg) no-repeat bottom 3px right;
}

.successStoriesTeaser .teaserBlock {
	margin-bottom: 48px;
}

.lnkMore.green,
.lnkMore.green:hover {
	color: #15BE69 !important;
	background: url(img/bgLnkMoreGreen.svg) no-repeat bottom 3px right;
}

#successStoriesSlider {
	position: relative;
	margin-bottom: 30px;
}

	.imgGalWrapper {
		position: relative;
	}

	.icoFullscreen {
		position: absolute;
		top: 16px;
		right: 16px;
		width: 48px;
		height: 48px;
		display: none !important;
	}

.lnkItemDownload {
	display: inline-block;
	background: #F5F5F5 url('img/bgLnkDownload.svg') top 15px left 32px no-repeat;
	padding: 14px 32px 14px 65px;
	font-size: 14px;
	line-height: 17px;
	color: #000 !important;
	text-decoration: none;
	margin-bottom: 15px;
}

	.lnkItemDownload .typ {
		margin-left: 10px;
	}

.lnkItemDownload2:before,
.lnkItemDownload2:after {
	display: none !important;
	content: none !important;
}

.infoGrey {
	display: inline-block;
	background: url('img/InfoGrey.svg') center center no-repeat;
	width: 16px;
	height: 16px;
	margin-left: 9px;
}

.lineLeft {
	width: 50%;
	float: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

.lineRight {
	width: 45%;
	text-align: right;
	float: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

.postDate {
	font-family: NeoSansPro-Bold;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	color: #8F8F8F;
}

@font-face{font-family:FontAwesome;src:url(fonts/fontawesome-webfont.eot?v=4.7.0);src:url(fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:400;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-webkit-transform:scale(-1,1);-ms-transform:scale(-1,1);transform:scale(-1,1)}.fa-flip-vertical{-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-close:before,.fa-remove:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-cog:before,.fa-gear:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-repeat:before,.fa-rotate-right:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-exclamation-triangle:before,.fa-warning:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-cogs:before,.fa-gears:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-floppy-o:before,.fa-save:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-sort:before,.fa-unsorted:before{content:"\f0dc"}.fa-sort-desc:before,.fa-sort-down:before{content:"\f0dd"}.fa-sort-asc:before,.fa-sort-up:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-gavel:before,.fa-legal:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-bolt:before,.fa-flash:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-clipboard:before,.fa-paste:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-chain-broken:before,.fa-unlink:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:"\f150"}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:"\f151"}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:"\f152"}.fa-eur:before,.fa-euro:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-inr:before,.fa-rupee:before{content:"\f156"}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:"\f157"}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:"\f158"}.fa-krw:before,.fa-won:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-try:before,.fa-turkish-lira:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-bank:before,.fa-institution:before,.fa-university:before{content:"\f19c"}.fa-graduation-cap:before,.fa-mortar-board:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:"\f1c5"}.fa-file-archive-o:before,.fa-file-zip-o:before{content:"\f1c6"}.fa-file-audio-o:before,.fa-file-sound-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before,.fa-resistance:before{content:"\f1d0"}.fa-empire:before,.fa-ge:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before,.fa-y-combinator-square:before,.fa-yc-square:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-paper-plane:before,.fa-send:before{content:"\f1d8"}.fa-paper-plane-o:before,.fa-send-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-bed:before,.fa-hotel:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-y-combinator:before,.fa-yc:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before,.fa-battery:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-paper-o:before,.fa-hand-stop-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-television:before,.fa-tv:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-american-sign-language-interpreting:before,.fa-asl-interpreting:before{content:"\f2a3"}.fa-deaf:before,.fa-deafness:before,.fa-hard-of-hearing:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-sign-language:before,.fa-signing:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-address-card:before,.fa-vcard:before{content:"\f2bb"}.fa-address-card-o:before,.fa-vcard-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer-full:before,.fa-thermometer:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bath:before,.fa-bathtub:before,.fa-s15:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.squares-clear{clear:both}.squares-element{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.squares-element>*{margin:0}.squares-element img,.squares-element video{max-width:100%;display:block}.squares-button{text-decoration:none;text-align:center}.squares-button:hover{filter:brightness(1.1);-moz-filter:brightness(1.1);-webkit-filter:brightness(1.1)}.squares-button:active{filter:brightness(.9);-moz-filter:brightness(.9);-webkit-filter:brightness(.9)}.squares-container{width:100%;display:flex;flex-wrap:wrap}@media (min-width:576px){.squares-container{max-width:540px}}@media (min-width:768px){.squares-container{max-width:720px}}@media (min-width:992px){.squares-container{max-width:960px}}@media (min-width:1200px){.squares-container{max-width:1140px}}.sq-col,.sq-col-1,.sq-col-10,.sq-col-11,.sq-col-12,.sq-col-2,.sq-col-3,.sq-col-4,.sq-col-5,.sq-col-6,.sq-col-7,.sq-col-8,.sq-col-9,.sq-col-auto,.sq-col-lg,.sq-col-lg-1,.sq-col-lg-10,.sq-col-lg-11,.sq-col-lg-12,.sq-col-lg-2,.sq-col-lg-3,.sq-col-lg-4,.sq-col-lg-5,.sq-col-lg-6,.sq-col-lg-7,.sq-col-lg-8,.sq-col-lg-9,.sq-col-lg-auto,.sq-col-md,.sq-col-md-1,.sq-col-md-10,.sq-col-md-11,.sq-col-md-12,.sq-col-md-2,.sq-col-md-3,.sq-col-md-4,.sq-col-md-5,.sq-col-md-6,.sq-col-md-7,.sq-col-md-8,.sq-col-md-9,.sq-col-md-auto,.sq-col-sm,.sq-col-sm-1,.sq-col-sm-10,.sq-col-sm-11,.sq-col-sm-12,.sq-col-sm-2,.sq-col-sm-3,.sq-col-sm-4,.sq-col-sm-5,.sq-col-sm-6,.sq-col-sm-7,.sq-col-sm-8,.sq-col-sm-9,.sq-col-sm-auto,.sq-col-xl,.sq-col-xl-1,.sq-col-xl-10,.sq-col-xl-11,.sq-col-xl-12,.sq-col-xl-2,.sq-col-xl-3,.sq-col-xl-4,.sq-col-xl-5,.sq-col-xl-6,.sq-col-xl-7,.sq-col-xl-8,.sq-col-xl-9,.sq-col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}.sq-col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sq-col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sq-col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sq-col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sq-col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sq-col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sq-col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sq-col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sq-col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sq-col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sq-col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sq-col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sq-col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sq-col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}@media (min-width:576px){.sq-col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sq-col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sq-col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sq-col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sq-col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sq-col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sq-col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sq-col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sq-col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sq-col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sq-col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sq-col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sq-col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sq-col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:768px){.sq-col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sq-col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sq-col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sq-col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sq-col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sq-col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sq-col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sq-col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sq-col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sq-col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sq-col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sq-col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sq-col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sq-col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:992px){.sq-col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sq-col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sq-col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sq-col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sq-col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sq-col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sq-col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sq-col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sq-col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sq-col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sq-col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sq-col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sq-col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sq-col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}@media (min-width:1200px){.sq-col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.sq-col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.sq-col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.sq-col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.sq-col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.sq-col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.sq-col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.sq-col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.sq-col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.sq-col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.sq-col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.sq-col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.sq-col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.sq-col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}}
.imp-noscroll{overflow:hidden}.imp-wrap{position:relative;width:auto;height:auto;-webkit-tap-highlight-color:transparent}.hs-loader-wrap{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.imp-main-image{position:relative!important;width:100%!important;height:100%!important;margin:0!important;max-width:none!important;max-height:none!important;display:block!important;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.imp-zoom-outer-wrap{overflow:hidden}#imp-fullscreen-wrap .imp-zoom-outer-wrap{overflow:visible}#imp-fullscreen-wrap .imp-wrap{position:inherit}.imp-tooltips-container{position:relative;z-index:9999999}.imp-zoom-outer-wrap{overflow:hidden;width:100%;height:100%}.imp-zoom-wrap{transform:scale(1,1) translate(0,0);transform-origin:0 0;width:100%;height:100%}.imp-translate-wrap{width:100%;height:100%}.imp-shape-container{position:absolute;left:0;top:0;width:100%;height:100%}.imp-shape{cursor:pointer;pointer-events:all;transition:all .15s cubic-bezier(.55,0,.1,1);-moz-transition:all .15s cubic-bezier(.55,0,.1,1);-webkit-transition:all .15s cubic-bezier(.55,0,.1,1);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.imp-shape-static{cursor:default}.imp-shape-oval,.imp-shape-rect,.imp-shape-spot,.imp-shape-text{position:absolute}.imp-shape-text{cursor:default}.imp-shape-spot{display:flex;justify-content:center;align-items:center;transition:all .4s cubic-bezier(.075,.82,.165,1);-moz-transition:all .4s cubic-bezier(.075,.82,.165,1);-webkit-transition:all .4s cubic-bezier(.075,.82,.165,1)}.imp-shape-spot-pin{transform-origin:50% 100%}.imp-shape-icon-shadow{position:absolute;left:0;bottom:0;z-index:0;transform:scale(1,.25);background:-moz-radial-gradient(center,ellipse cover,rgba(0,0,0,.53) 0,rgba(0,0,0,.3) 10%,rgba(0,0,0,.13) 28%,rgba(0,0,0,.04) 44%,rgba(0,0,0,0) 67%,rgba(0,0,0,0) 100%);background:-webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,.53) 0,rgba(0,0,0,.3) 10%,rgba(0,0,0,.13) 28%,rgba(0,0,0,.04) 44%,rgba(0,0,0,0) 67%,rgba(0,0,0,0) 100%);background:radial-gradient(ellipse at center,rgba(0,0,0,.53) 0,rgba(0,0,0,.3) 10%,rgba(0,0,0,.13) 28%,rgba(0,0,0,.04) 44%,rgba(0,0,0,0) 67%,rgba(0,0,0,0) 100%)}.imp-spot-fontawesome-icon{position:relative;z-index:1}.imp-spot-glow{z-index:0;position:absolute;left:50%;top:50%;background:red;animation:ShapeGlowAnimation linear 1.5s;animation-iteration-count:infinite}.imp-no-glow .imp-spot-glow{animation:none!important;opacity:0!important}.imp-shape-glow{position:absolute;left:0;top:0;width:100%;height:100%;animation:ShapeGlowAnimation linear 1.5s;animation-iteration-count:infinite}.imp-no-glow .imp-shape-glow{animation:none!important;opacity:0!important}@keyframes ShapeGlowAnimation{0%{opacity:0}50%{opacity:1}100%{opacity:0}}.imp-shape img{width:100%}.imp-tooltip{display:none;position:absolute;z-index:1;transition-property:none;-moz-transition-property:none;-webkit-transition-property:none;transition-duration:.2s;-moz-transition-duration:.2s;-webkit-transition-duration:.2s;transition-timing-function:cubic-bezier(.55,0,.1,1);-moz-transition-timing-function:cubic-bezier(.55,0,.1,1);-webkit-transition-timing-function:cubic-bezier(.55,0,.1,1);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;font-family:sans-serif}.imp-no-transition .imp-tooltip,.imp-sticky-tooltips .imp-tooltip{transition-property:none!important;-moz-transition-property:none!important;-webkit-transition-property:none!important}.imp-tooltip.imp-tooltip-visible{opacity:1!important;z-index:4;transform:scale(1,1)!important;-moz-transform:scale(1,1)!important;-webkit-transform:scale(1,1)!important}.imp-tooltip-title{display:none}.hs-arrow{position:absolute}.hs-arrow-top{left:50%;top:0;margin-left:-8px;margin-top:-8px;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #000}.hs-arrow-bottom{left:50%;top:100%;margin-left:-8px;margin-top:0;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #000}.hs-arrow-right{left:100%;top:50%;margin-left:0;margin-top:-8px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:8px solid #000}.hs-arrow-left{left:0;top:50%;margin-left:-8px;margin-top:-8px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-right:8px solid #000}.imp-tooltip-buffer{position:absolute}.imp-tooltip-buffer-top{left:0;top:-20px;width:100%;height:20px}.imp-tooltip-buffer-bottom{left:0;top:100%;width:100%;height:20px}.imp-tooltip-buffer-left{left:-20px;top:0;width:20px;height:100%}.imp-tooltip-buffer-right{left:100%;top:0;width:20px;height:100%}.imp-tooltip-buffer-top.imp-tooltip-buffer-large{left:0;top:-60px;width:100%;height:60px}.imp-tooltip-buffer-bottom.imp-tooltip-buffer-large{left:0;top:100%;width:100%;height:60px}.imp-tooltip-buffer-left.imp-tooltip-buffer-large{left:-60px;top:0;width:60px;height:100%}.imp-tooltip-buffer-right.imp-tooltip-buffer-large{left:100%;top:0;width:60px;height:100%}.imp-image-backgrounds-container{z-index:1;position:absolute;left:0;top:0;width:100%;height:100%}.imp-shape-background-image{position:absolute;background-position:center center;background-size:contain;background-repeat:no-repeat}.imp-fullscreen-tooltips-container{display:none;position:fixed;width:100%;height:100%;left:0;top:0;overflow-y:auto;z-index:2147483646}.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip{display:none;position:absolute;left:0;top:0;width:100%;min-height:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;transition-property:none;-moz-transition-property:none;-webkit-transition-property:none;transition-duration:.2s;-moz-transition-duration:.2s;-webkit-transition-duration:.2s;transition-timing-function:cubic-bezier(.55,0,.1,1);-moz-transition-timing-function:cubic-bezier(.55,0,.1,1);-webkit-transition-timing-function:cubic-bezier(.55,0,.1,1)}.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip.imp-tooltip-visible{opacity:1!important;z-index:3;transform:scale(1,1)!important;-moz-transform:scale(1,1)!important;-webkit-transform:scale(1,1)!important}.imp-fullscreen-tooltips-container .imp-fullscreen-tooltip .imp-tooltip-close-button{position:absolute;right:0;top:0;width:44px;height:44px;font-size:24px;line-height:44px;text-align:center;color:#fff;cursor:pointer;z-index:99}.imp-fullscreen-button{position:absolute;height:44px;line-height:44px;padding:0 12px;background:#fff;border-radius:5px;color:#222;z-index:3;cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.imp-fullscreen-button i{margin-right:3px}.imp-fullscreen-button-position-0{left:20px;top:20px}.imp-fullscreen-button-position-1{left:50%;top:20px}.imp-fullscreen-button-position-2{right:20px;top:20px}.imp-fullscreen-button-position-3{right:20px;bottom:20px}.imp-fullscreen-button-position-4{left:50%;bottom:20px}.imp-fullscreen-button-position-5{left:20px;bottom:20px}.imp-fullscreen-button-icon-only{width:44px;text-align:center;font-size:18px;padding:0}.imp-fullscreen-button-icon-only i{margin:0}#imp-fullscreen-wrap{position:fixed;z-index:999999;width:100%;height:100%;left:0;top:0;display:flex;justify-content:center;align-items:center}body.imp-fullscreen-mode{overflow:hidden}.imp-ui-navigator-root{position:absolute;left:20px;bottom:20px;cursor:pointer;overflow:hidden;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.imp-ui-navigator-root:active{filter:none!important;-moz-filter:none!important;-webkit-filter:none!important}.imp-ui-navigator-background-image-edgefill{z-index:0;position:absolute;display:block;max-width:150px;max-height:150px;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.imp-ui-navigator-background-image{z-index:1;position:relative;display:block;max-width:150px;max-height:150px;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none;-webkit-filter:blur(2px);-moz-filter:blur(2px);-o-filter:blur(2px);-ms-filter:blur(2px);filter:blur(2px)}.imp-ui-navigator-overlay{z-index:2;position:absolute;background:#000;width:100%;height:100%;opacity:.25;left:0;top:0}.imp-ui-navigator-window-image{z-index:3;position:absolute;left:0;top:0;display:block;max-width:150px;max-height:150px;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.imp-ui-zoom-button{position:absolute;right:20px;bottom:20px;width:30px;height:30px;cursor:pointer;background:#fff;color:#222;text-align:center;line-height:30px;font-size:12px!important;z-index:1;border-radius:5px;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;user-drag:none}.imp-ui-zoom-button-zoom-in{bottom:54px}.imp-ui-layers-menu-wrap{position:absolute;right:20px;top:20px;z-index:1}.imp-ui-layer-switch{position:absolute;z-index:2;left:0;top:0;width:30px;text-align:center;height:22px;line-height:22px;cursor:pointer;border-radius:5px 0 0 0}.imp-ui-layer-switch-down{top:22px;border-radius:0 0 0 5px}.imp-ui-layer-switch i{width:100%;color:#222}.imp-ui-layer-switch:active{background:#0000001a}.imp-ui-layers-select{z-index:1;padding:0 20px 0 40px!important;outline:0;-webkit-appearance:none;font-size:14px;line-height:44px!important;height:44px!important;vertical-align:inherit;margin:0;font-family:inherit;font-weight:inherit;box-shadow:none;background-color:#f8f8f8;color:#222;outline-color:#222;outline-style:none;outline-width:0;border:1px solid #a6a6a6}.imp-ui-element{cursor:pointer;background:#fff;box-shadow:0 2px 5px rgba(0,0,0,.15);border:1px solid #00000059;border-radius:5px;font-family:sans-serif;font-size:14px;box-sizing:content-box;-moz-box-sizing:content-box;-webkit-box-sizing:content-box}.imp-ui-element:active{filter:brightness(.8);-moz-filter:brightness(.8);-webkit-filter:brightness(.8)}.imp-ui-layers-select:active{filter:none}.imp-main-image{z-index:0}.imp-image-backgrounds-container{z-index:1}.imp-shape-container{z-index:2}.imp-ui-element{z-index:3}.imp-ui-scroll-message-wrap{z-index:4}.imp-wrap{align-self:start}.imp-shapes-menu-outer-wrap{display:flex}.imp-shapes-menu-wrap{position:relative;width:240px;background:#fff;flex-shrink:0;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;display:flex;flex-direction:row}.imp-shapes-menu-wrap.imp-shapes-menu-wrap-with-search-box{padding-top:73px}.imp-shapes-menu-wrap-left{border-right:1px solid #dedede}.imp-shapes-menu-wrap-right{border-left:1px solid #dedede}.imp-shapes-menu-search-box{position:absolute;left:0;top:0;z-index:2;border-bottom:1px solid #dedede;background:#f5f5f5;padding:15px;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;width:100%;display:flex}.imp-shapes-menu-scroll-wrap{flex:1;overflow-y:auto}.imp-shapes-menu-search-box .imp-shapes-menu-search-box-input-wrap{position:relative;flex:1}.imp-shapes-menu-search-box input{font-size:14px;line-height:40px;padding:0 35px 0 15px;width:100%;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;outline:0;border:1px solid #dedede}.imp-shapes-menu-search-box input:focus{border:1px solid #a6a6a6}.imp-shapes-menu-search-box .imp-shapes-menu-search-box-input-wrap i{position:absolute;right:14px;top:12px;color:#c7c7c7;font-size:18px}.imp-shapes-menu-wrap .imp-shapes-menu-search-box-input-wrap .fa-times{display:none;cursor:pointer;width:42px;height:42px;right:0;top:0;text-align:center;line-height:42px}.imp-shapes-menu-layer-title{position:relative;padding:0 20px;line-height:40px;background:#f5f5f5;box-shadow:0 2px 5px rgba(0,0,0,.15);z-index:1;font-family:sans-serif;font-size:12px;font-weight:700;color:#222}.imp-shapes-menu-shape-title{color:#222;position:relative;z-index:0;padding:0 20px;line-height:40px;cursor:pointer;border-bottom:1px solid #ececec;font-family:sans-serif;font-size:14px}.imp-shapes-menu-shape-title:hover{background:#f9f9f9}#imp-fullscreen-wrap .imp-wrap{z-index:0}#imp-fullscreen-wrap .imp-shapes-menu-wrap{z-index:1;height:100%;position:absolute;top:0}.imp-fullscreen-root-wrap{flex:1;position:relative;align-items:center;justify-content:center;display:flex;height:100%}#imp-fullscreen-wrap .imp-shapes-menu-wrap.imp-shapes-menu-wrap-left{left:0}#imp-fullscreen-wrap .imp-shapes-menu-wrap.imp-shapes-menu-wrap-right{right:0}.imp-fullscreen-root-wrap.imp-shapes-menu-left{margin-left:240px}.imp-fullscreen-root-wrap.imp-shapes-menu-right{margin-right:240px}.imp-shapes-menu-wrap span.imp-search-highlight{background:#fff05e;border-radius:2px}.imp-shapes-menu-wrap.imp-searching .imp-shapes-menu-search-box-input-wrap .fa-search{display:none}.imp-shapes-menu-wrap.imp-searching .imp-shapes-menu-search-box-input-wrap .fa-times{display:block;color:#222}.imp-shapes-menu-button{position:absolute;width:46px;height:46px;right:20px;top:20px;line-height:46px;text-align:center;box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}.imp-responsive-menu{z-index:2147483647;position:fixed;left:0;top:0;width:100%;height:0;overflow:hidden;transition:all .5s cubic-bezier(.55,0,.1,1);-moz-transition:all .5s cubic-bezier(.55,0,.1,1);-webkit-transition:all .5s cubic-bezier(.55,0,.1,1)}.imp-responsive-menu .imp-shapes-menu-wrap{position:absolute;left:0;top:0;width:100%;height:100%;transform:translateY(-100%);transition:all .5s cubic-bezier(.55,0,.1,1);-moz-transition:all .5s cubic-bezier(.55,0,.1,1);-webkit-transition:all .5s cubic-bezier(.55,0,.1,1)}.imp-responsive-menu.imp-responsive-menu-visible{height:100%}.imp-responsive-menu.imp-responsive-menu-visible .imp-shapes-menu-wrap{transform:translateY(0)}.imp-responsive-menu .imp-close-responsive-menu{width:60px;height:42px;text-align:center;font-size:24px;line-height:42px;color:#c7c7c7}.imp-responsive-menu .imp-shapes-menu-search-box{padding-right:0}.imp-ui-scroll-message-wrap{position:absolute;left:0;top:0;width:100%;height:100%;display:none}.imp-ui-scroll-message-wrap-inner{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.imp-ui-scroll-message{padding:10px 30px;line-height:45px;font-size:16px;color:#fff;background:rgba(0,0,0,.66);border-radius:40px;font-family:sans-serif}.imp-ui-scroll-message-button{border:1px solid #fff;border-radius:5px;display:inline-block;line-height:28px;padding:0 7px;margin:0 6px;font-size:12px}

.hs-arrow-bottom {
	display: none;
}

.imp-ui-zoom-button {
	left: 0px;
	right: auto;
}

#loading {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
	display: none;
	
}

#loading td {
	border: none !important;
}

#filterNoResults,
#fundingDBTable tr#filterNoResults {
	margin-top: 50px;
	margin-bottom: 50px;
	display: none;
}

#showMoreResults {
	background: #fff !important;
}

	.customTable tbody #showMoreResults td {
		border-bottom: none !important;
	}


	#showMoreResults {
		cursor: default !important;
	}

	#showMoreResults .btnShowMoreResults {
		background: #15BE69;
		font-style: normal;
		font-weight: bold;
		font-size: 14px;
		line-height: 17px;
		color: #FFFFFF !important;
		text-decoration: none;
		padding: 15px 0px;
		text-align: center;
		width: auto;
		display: inline-block;
		height: 48px;
		color: #fff !important;
		max-width: 200px; 
		display: block; 
		margin: 50px auto;
	}

#fundingDBTable table thead th {
	border-bottom: 1px solid #000;
}

#fundingDBTable table thead.fixed {
	position: sticky;
	top: 127px;
	background: #fff;
	width: 100%;
	box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.25);
}





	#fundingDBTable table thead.fixed th {
		padding: 20px 10px 15px 10px;
		border-bottom: 0px;
	}

.single-fund {

}

	.single-fund .flexContainer,
	.single-post .flexContainer,
	.single-events .flexContainer,
	.single-success-story .flexContainer {
		display: flex;
    	flex-wrap: wrap;
	}

		.single-fund .boxLeft {
			flex-grow: 1;
			max-width: 48.679245283018865%;
			margin-right: 2.64%;
			align-self: start;
			position: -webkit-sticky;
			position: sticky;
			position: -webkit-sticky;
			position: sticky;
			top: 0;
		}

		.single-post .boxRight,
		.single-events .boxRight,
		.single-success-story .boxRight {
			flex-grow: 1;
			max-width: 48.679245283018865%;
			margin-left: 2.64%;
			align-self: start; 
			position: -webkit-sticky;
			position: sticky;
			position: -webkit-sticky;
			position: sticky;
			top: 20px;
			margin-right: 0px;
		}

	.single-fund h4 {
		margin-bottom: 5px;
	}

	.single-fund .fundDesc {
		font-size: 24px;
		font-style: normal;
		font-family: NeoSansPro-Bold;
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	    font-style: normal;
		line-height: 28px;
		letter-spacing: 0em;
		text-align: left;
		color: rgba(0,0,0,0.4);
		margin-bottom: 30px;
	}

	.single-fund .fundDesc a {
		color: rgba(0,0,0,0.4) !important;
	}

	.single-fund .fundLogo {
		max-width: 250px;
		height: auto;

	}

	.single-fund .boxLeft,
	.single-team .boxLeft,
	.single-success-story .boxLeft,
	.single-events .boxLeft,
	.single-post .boxLeft {
		width: 48.679245283018865%;
		float: left;
	}

	.single-fund .boxRight,
	.single-team .boxRight,
	.single-success-story .boxRight,
	.single-events .boxRight,
	.single-post .boxRight {
		width: 48.679245283018865%;
		float: right;
	}

	.eventsMonthSection {
		padding-bottom: 60px;
		border-bottom: 1px solid #D9D9D9;
		margin-bottom: 70px;
	}

	.single-fund h4 {
		margin-top: 40px;
		width: 100%;
		min-height: 40px;
		display: block;
		float: none;
		text-align: left;
	}

	.single-fund h4.lnkCollapsible:before {
		display: none;
	}

	.single-fund h4.lnkCollapsible::after {
		content: "";
		position: absolute;
		border-radius: 31px;
		width: 34px;
		height: 34px;
		z-index: -1;
		background: #f5f5f5 url(img/arrow-collapse.svg) center center no-repeat;
		transform: rotate(180deg);
		right: 0px;
	}

	.myHiddenCountries {
		display: none;
	}

	.eventDate {
		clear: both;
		font-family: NeoSansPro-Bold;
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	    font-style: normal;
	    font-weight: normal;
		font-size: 24px;
		line-height: 28px;
		color: rgba(0, 0, 0, 0.4);
	}


	/*! nouislider - 14.6.3 - 11/19/2020 */
	/* Functional styling;
	 * These styles are required for noUiSlider to function.
	 * You don't need to change these rules to apply your design.
	 */
	.noUi-target,
	.noUi-target * {
	  -webkit-touch-callout: none;
	  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	  -webkit-user-select: none;
	  -ms-touch-action: none;
	  touch-action: none;
	  -ms-user-select: none;
	  -moz-user-select: none;
	  user-select: none;
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	.noUi-target {
	  position: relative;
	}
	.noUi-base,
	.noUi-connects {
	  width: 100%;
	  height: 100%;
	  position: relative;
	  z-index: 1;
	}
	/* Wrapper for all connect elements.
	 */
	.noUi-connects {
	  overflow: hidden;
	  z-index: 0;
	}
	.noUi-connect,
	.noUi-origin {
	  will-change: transform;
	  position: absolute;
	  z-index: 1;
	  top: 0;
	  right: 0;
	  -ms-transform-origin: 0 0;
	  -webkit-transform-origin: 0 0;
	  -webkit-transform-style: preserve-3d;
	  transform-origin: 0 0;
	  transform-style: flat;
	}
	.noUi-connect {
	  height: 100%;
	  width: 100%;
	}
	.noUi-origin {
	  height: 10%;
	  width: 10%;
	}
	/* Offset direction
	 */
	.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
	  left: 0;
	  right: auto;
	}
	/* Give origins 0 height/width so they don't interfere with clicking the
	 * connect elements.
	 */
	.noUi-vertical .noUi-origin {
	  width: 0;
	}
	.noUi-horizontal .noUi-origin {
	  height: 0;
	}
	.noUi-handle {
	  -webkit-backface-visibility: hidden;
	  backface-visibility: hidden;
	  position: absolute;
	}
	.noUi-touch-area {
	  height: 100%;
	  width: 100%;
	}


	.noUi-state-tap .noUi-connect,
	.noUi-state-tap .noUi-origin {
	  -webkit-transition: transform 0.3s;
	  transition: transform 0.3s;
	}
	.noUi-state-drag * {
	  cursor: inherit !important;
	}
	/* Slider size and handle placement;
	 */
	.noUi-horizontal {
	  height: 4px;
	}
	.noUi-horizontal .noUi-handle {
	  width: 24px;
	  height: 24px;
	  right: -12px;
	  top: -10px;
	  border-radius: 15px;
	  outline: none !important;
	  cursor: pointer !important;
	}
	.noUi-vertical {
	  width: 18px;
	}
	.noUi-vertical .noUi-handle {
	  width: 28px;
	  height: 34px;
	  right: -6px;
	  top: -17px;

	}
	.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
	  left: -17px;
	  right: auto;
	}
	/* Styling;
	 * Giving the connect element a border radius causes issues with using transform: scale
	 */
	.noUi-target {
	  background: #D9D9D9;
	  border-radius: 4px;
	  border: none;
	  margin-top: 10px;
	  margin-bottom: 20px
	}
	.noUi-connects {
	  border-radius: 3px;
	}
	.noUi-connect {
	  background: #000;
	}
	/* Handles and cursors;
	 */
	.noUi-draggable {
	  cursor: ew-resize;
	}
	.noUi-vertical .noUi-draggable {
	  cursor: ns-resize;
	}
	.noUi-handle {
	  border: 1px solid #D9D9D9;
	  border-radius: 3px;
	  background: #000;
	  cursor: default;

	}
	.noUi-active {

	}

	/* Disabled state;
	 */
	[disabled] .noUi-connect {
	  background: #B8B8B8;
	}
	[disabled].noUi-target,
	[disabled].noUi-handle,
	[disabled] .noUi-handle {
	  cursor: not-allowed;
	}
	/* Base;
	 *
	 */
	.noUi-pips,
	.noUi-pips * {
	  -moz-box-sizing: border-box;
	  box-sizing: border-box;
	}
	.noUi-pips {
	  position: absolute;
	  color: #999;
	}
	/* Values;
	 *
	 */
	.noUi-value {
	  position: absolute;
	  white-space: nowrap;
	  text-align: center;
	}
	.noUi-value-sub {
	  color: #ccc;
	  font-size: 10px;
	}
	/* Markings;
	 *
	 */
	.noUi-marker {
	  position: absolute;
	  background: #CCC;
	}
	.noUi-marker-sub {
	  background: #AAA;
	}
	.noUi-marker-large {
	  background: #AAA;
	}
	/* Horizontal layout;
	 *
	 */
	.noUi-pips-horizontal {
	  padding: 10px 0;
	  height: 80px;
	  top: 100%;
	  left: 0;
	  width: 100%;
	}
	.noUi-value-horizontal {
	  -webkit-transform: translate(-50%, 50%);
	  transform: translate(-50%, 50%);
	}
	.noUi-rtl .noUi-value-horizontal {
	  -webkit-transform: translate(50%, 50%);
	  transform: translate(50%, 50%);
	}
	.noUi-marker-horizontal.noUi-marker {
	  margin-left: -1px;
	  width: 2px;
	  height: 5px;
	}
	.noUi-marker-horizontal.noUi-marker-sub {
	  height: 10px;
	}
	.noUi-marker-horizontal.noUi-marker-large {
	  height: 15px;
	}
	/* Vertical layout;
	 *
	 */
	.noUi-pips-vertical {
	  padding: 0 10px;
	  height: 100%;
	  top: 0;
	  left: 100%;
	}
	.noUi-value-vertical {
	  -webkit-transform: translate(0, -50%);
	  transform: translate(0, -50%);
	  padding-left: 25px;
	}
	.noUi-rtl .noUi-value-vertical {
	  -webkit-transform: translate(0, 50%);
	  transform: translate(0, 50%);
	}
	.noUi-marker-vertical.noUi-marker {
	  width: 5px;
	  height: 2px;
	  margin-top: -1px;
	}
	.noUi-marker-vertical.noUi-marker-sub {
	  width: 10px;
	}
	.noUi-marker-vertical.noUi-marker-large {
	  width: 15px;
	}
	.noUi-tooltip {
	  display: block;
	  position: absolute;
	  border: 1px solid #D9D9D9;
	  border-radius: 3px;
	  background: #fff;
	  color: #000;
	  padding: 5px;
	  text-align: center;
	  white-space: nowrap;
	}
	.noUi-horizontal .noUi-tooltip {
	  -webkit-transform: translate(-50%, 0);
	  transform: translate(-50%, 0);
	  left: 50%;
	  bottom: 120%;
	}
	.noUi-vertical .noUi-tooltip {
	  -webkit-transform: translate(0, -50%);
	  transform: translate(0, -50%);
	  top: 50%;
	  right: 120%;
	}
	.noUi-horizontal .noUi-origin > .noUi-tooltip {
	  -webkit-transform: translate(50%, 0);
	  transform: translate(50%, 0);
	  left: auto;
	  bottom: 10px;
	}
	.noUi-vertical .noUi-origin > .noUi-tooltip {
	  -webkit-transform: translate(0, -18px);
	  transform: translate(0, -18px);
	  top: auto;
	  right: 28px;
	}

	#filterTicketSizeSliderMin {
		border: 1px solid #D9D9D9;
		float: left;
		width: 135px;
		padding: 12px 15px;
	}

	#filterTicketSizeSliderMax {
		border: 1px solid #D9D9D9;
		float: right;
		width: 135px;
		padding: 12px 15px;
	}

	#filterTicketSizeSliderMin input,
	#filterTicketSizeSliderMax input {
		width: 100%;
		border: none !important;
		outline: none !important;
	}

.newsItem {
	float: left;
	width: 30%;
	margin-right: 3%;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 24px; 
	color: #000000;
	mix-blend-mode: normal;
}

a.newsItem {
	text-decoration: none;
}

	.newsItem h5 {
		text-align: left;
		margin-top: 16px;
		margin-bottom: 16px;
	}


.eventsItem {
	background: #F5F5F5;
	width: 24.13294797687861%;
	float: left;
	margin-right: 1.1560693641618496%;
	font-size: 14px;
	line-height: 17px;
	height: 357px;
	position: relative;
}

	a.eventsItem {
		text-decoration: none !important;
		color: #000 !important;
	}

	.eventsItem.last-child {
		margin-right: 0px;
	}	

	.eventsItem .inner {
		padding: 24px 7.142857142857142%;
	}

	.eventsItem .topLine,
	.eventsItem .country,
	.newsDate {
		font-size: 16px;
		line-height: 18px;
		color: #000000;
		mix-blend-mode: normal;
		opacity: 0.5;
		font-weight: bold;
		margin-bottom: 10px;
	}

	.eventsItem h5
	.eventsItemList h5 {
		font-size: 24px;
		line-height: 28px;
		color: #000000;
		mix-blend-mode: normal;
		text-align: left;
		margin: 10px 0px 20px 0px;
	}

	a.eventsItemList {
		text-decoration: none !important;
	}

	.eventType {
		position: absolute;
		bottom: 24px;
	}

	.eventsItemList .event_type {
		margin-bottom: 16px;
	}

.customTable {
	width: 100%;
}

#fundingDBIntro { 
	margin-top: 85px; 
	margin-bottom: 60px;
}

	#logoList {
		margin-top: 20px;
		height: 120px;
		overflow: hidden;
	}

		#logoList.delphiLogos .slick-vertical .slick-slide div {
			padding: 20px;
		}

		#logoList.delphiLogos .slick-vertical .slick-slide img {
			object-fit: contain;
			max-height: 90px;
		}

		.logoCol {
			width: 15.128593040847202%;
			float: left;
			margin-left: 1.8456883509833586%;
			text-align: center;
		}

			.logoCol img{
				margin: 0 auto;
			}

		.logoCol:first-child {
			margin-left: 0px;
		}



#fundingDBResults tr.hover {
   cursor: pointer;
   background: #F5F5F5;
   /* whatever other hover styles you want */
}

#fundingDBResults .fundLogoList {
	max-width: 80px;
	display: inline-block;
	margin-right: 32px;
	max-height: 50px;
}

.fundMainTitle {
	display: flex;
  align-items: center;
  min-height: 55px;
}

	.fundMainTitle .fundMainTitleImg {
		flex: 0 0 115px;
	}

	.fundMainTitle .badgeNew {
		font-size: 12px;
		font-style: normal;
		font-weight: 700;
		line-height: 18px;
		color: #15BE69;
		margin-right: 10px;
	}

#fundingDBResults.resources tr.hover {
   cursor: default;
   background: #F5F5F5;
   /* whatever other hover styles you want */
}

	#fundingDBResults.resources a {
		text-decoration: underline;
	}

#tagFilter {
	border-top: 1px solid #D9D9D9;
	padding: 27px 0px 19px 0px;
}

	.filtertag {
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 17px;
		color: #000000;
		background: #F5F5F5;
		border-radius: 20px;
		text-decoration: none;
		padding: 12px 16px;
		margin-right: 8px;
		display: inline-block;
		margin-bottom: 10px;
	}

	.filtertag:hover,
	.filtertag.active {
		background: #000;
		color: #fff;
	}

.floatLeft {
	float: left;
}

.ulArr,
#fundingDBIntro .boxRight ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}

#fundingDBIntro .boxRight p {
	margin-bottom: 10px;
}


.fundsDBButtons {
	float: right;
}

.bgGreen {
	background: #15BE69;
	margin-bottom: 10px;
}

	#fundingTopFilter.fixed2 {
		position:fixed;
    top:0;
    width:100%;
    z-index:1000000006;
	}

	.bgGreen.fixed {
    position:fixed;
    top:0;
    width:100%;
    z-index:1000000006;
	}

#filterPanelWrapper {
	margin-bottom: 25px;
	max-width: 1322px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


.page-template-tpl_Events .countryNav {
	border-bottom: none;
}

	#filterPanel .fundsDBButtons,
	#filterPanelResources .fundsDBButtons,
	#filterPanelSuccessStories .fundsDBButtons,
	#filterPanelPastEvents .fundsDBButtons {
		position: absolute;
		bottom: 0px;
		width: 408px;
		padding: 25px 0px;
		background: #fff;
		z-index: 999;
	}

	#filterPanel .fundsDBButtons .btnDownload,
	#filterPanelResources .fundsDBButtons .btnDownload,
	#filterPanelSuccessStories .fundsDBButtons .btnDownload,
	#filterPanelPastEvents .fundsDBButtons .btnDownload {
		width: 49%;
	    display: block;
	    float: left;
	}

	#filterPanel .fundsDBButtons .btnDownload.grey,
	#filterPanelResources .fundsDBButtons .btnDownload.grey,
	#filterPanelSuccessStories .fundsDBButtons .btnDownload.grey,
	#filterPanelPastEvents .fundsDBButtons .btnDownload.grey {
		margin-right: 2%;
	}

	#filterPanelAttributeStandardFundingCycle {
		display: none;
	}

	#filterPanelAttributeStandardFundingCycle.stdFundingCylceVisible {
		display: inline-block;
	}

	#filterPanelWrapper.open #filterPanelAttributeStandardFundingCycle.stdFundingCylceVisible {
		display: block;
	}


#fundingDBTable {
	font-size: 14px;
	line-height: 17px;
}

	#fundingDBTable .fundsNew {
		color: #15BE69;
	}

	.tableName {
		font-size: 16px;
		line-height: 18px;
		color: #000000;
		font-weight: bold;
		margin-bottom: 5px;
	}

	.tableDesc {
		font-size: 14px;
		line-height: 17px;
		color: #000000;
		margin-bottom: 25px;
	}

	.customTable a {
		color: #000 !important;
		text-decoration: none;
		display: inline-block;
	}
	
	#fundingDBResults a {
		color: #000 !important;
		text-decoration: none;
		display: inline-block;
		width: 100%;
		height: 100%;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.customTable table {
		border: none;
	}

	.customTable td {
		padding: 15px 0px;
	}

	#fundingDBTable td {
		padding: 0px 25px 0px 10px;
	}

	.customTable th {
		background: #F5F5F5;
		text-align: left;
		padding: 15px 0px;
	}

	#fundingDBTable th {
		background: none;
		text-align: left;
		padding: 15px 10px;
		border-bottom: 1px solid #000;
		border: none;
	}


	.customTable tbody td {
		border: none;
		border-bottom: 1px solid #F5F5F5;
	}

ul#contents {
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-top: 1px solid #F5F5F5;
}

	ul#contents a {
		font-size: 16px;
		line-height: 18px;
		font-family: NeoSansPro-Bold;
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
	    font-style: normal;
	    font-weight: normal;
	    color: #000;
	    text-decoration: none;
	    display: block;
	    padding: 15px 14px;
	}

	ul#contents li {
		border-bottom: 1px solid #F5F5F5;
	}



.lnkMore {
	font-size: 16px;
	line-height: 18px;
	color: #0B3C98 !important;
	flex: none;
	order: 0;
	align-self: center;
	margin: 4px 0px;
	text-decoration: none;
	font-weight: 700;
	background: url('img/bgLnkMore.svg') no-repeat bottom 3px right;
	padding-right: 18px;
} 

.lnkMore:hover {
	color: #082969 !important;
	background: url('img/bgLnkMoreHover.svg') no-repeat bottom 3px right;
	padding-right: 22px;
} 

.two_teaser .lnkMore:hover {
	color: #082969 !important;
	background: url(img/bgLnkMoreHover.svg) no-repeat bottom 3px right;
} 

.module-charts_area_module .containerCollapsible,
.module-text .containerCollapsible  {
	/*display: none;*/
}

#lnkMapTransmission,
#lnkMapDistribution,
#lnkMapElectrificationTargets {
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	text-decoration: none;
}

.module-charts_area_module .containerCollapsible.opened,
.module-text .containerCollapsible.opened  {
	display: block;
	margin-bottom: 120px;
}

.lnkCollapsible {
	display: inline-block;
	width: 34px;
	height: 34px;
	border-radius: 31px;
	float: right;
	position: relative;
	outline: none !important;
}

.hdlCollapsible {
	cursor: pointer;
}

	.collapseHeader .hdlCollapsible {
		width: calc(100% - 45px);
		float: left;
		margin-top: 0px;
	}

	.lnkCollapsible::before {
		content: "";
		position: absolute;
		border-radius: 31px;
		width: 34px;
		height: 34px;
		z-index: -1;
		background: #f5f5f5 url('img/arrow-collapse.svg') center center no-repeat;
		transform: rotate(180deg);
	}

	.lnkCollapsible.opened::before {
		transform: rotate(0deg);
	}

.factsList {
	box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

	.factsListItem {
		font-size: 14px;
		padding: 30px 0px;
		box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.1);
		line-height: 20px;
	}

		.factsListItem .portraitItem {
			width: 50px;
			margin-right: 20px;
			float: left;
		}

		.factsListItem:hover {
			background-color: #F5F5F5;
		}

		.factsListItem .factsLabel {
			font-weight: 700;
			width: 30%;
			margin-right: 5%;
			float: left;
		}

		.factsListItem .factsValue {
			width: 65%;
			float: right;
		}

		.factsListItem .factsValue ul {
			margin-left: 0px;
			padding-left: 15px;
		}
		
		.single-fund .mainCol .factsListItem .factsValue ul {
			margin-bottom: 0px;
		}

		.factsListItem .factsValue ul li.liHeadline {
			list-style: none;
    		margin-left: -15px;
		}

.horizontalPie {
	width: 32%;
	float: left;
}

.horizontalPie.middle {
	margin-left: 2%;
	margin-right: 2%;
}

.border-top {
	border-top: 1px solid #d9d9d9;
	padding-top: 40px;
}

.accordion {
}

	.accordion dd {
		padding: 0px;
		margin: 0px 0px 32px 0px;
	}

	.accordion dt {
		border-top: 1px solid #d9d9d9;
		padding: 32px 0px 24px 0px;
	}

 
 .accordion dt:last-of-type, .accordion dd:last-of-type {
	}
 .accordion dt a, .accordion dd a {
	display: block;
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 34px;
	color: #000000;
	text-decoration: none;
}
 .accordion dd {
	 border-top: 0;
	 font-size: 12px;
}
 .accordion dd:last-of-type {
	 border-top: 1px solid white;
	 position: relative;
	 top: -1px;
}


.site-title {
	margin: 0px;
	float: left;
}

.chartBox {
	border: 1px solid #d9d9d9;
	padding: 25px;
	margin-bottom: 32px;
} 

	.chartBox.mapchart {
		padding: 25px 0px 0px 0px;
	} 

	.chartBox.mapchart .paddingArea {
		padding: 0px 25px 0px 25px;
	} 

	.chartBox h6 {
		margin: 9px 0px 20px 0px;
	}

	.chartHeaderLeft {
		width: calc(100% - 260px);
		float: left;
	}

	.chartHeaderLeft h6 {
		text-align: left;
	}

	.chartInfo {
		background: #fff;
		width: 100px;
		height: 70px;
		border-radius: 50%;
		text-align: center;
		line-height: 70px;
		vertical-align: middle;
		padding: 24px 20px 16px 20px;
		text-decoration: none;
		margin-right: -10px;
		border: none !important;
	}

	.blockFactNumber .chartInfo {
		padding: 20px 20px 17px 20px;
		background: #fff;
		position: absolute;
		width: 55px;
    height: 55px;
    right: 0px;
    top: 27px;
	}

		.blockFactNumber .chartInfo img {
		position: absolute;
		left: 20px;
	}

	.chartInfoTxt {
		color: #000000 !important;
		display: inline;
		border-bottom: 2px solid #D9D9D9;
		text-decoration: none;
		cursor: pointer;
	}

	.single-fund a[target="_blank"] .chartInfoTxt {
		color: #0B3C98 !important;
    text-decoration: underline !important;
    border: none !important;
	}



		#fundingDBTable .chartInfoTxt {
			display: inline;
		}

		.marketSegmentsCol .chartInfoTxt,
		.marketSegmentsCol .chartInfoTxt:hover {
			border: none;
		}

		.single-fund .fundDesc .chartInfoTxt {
			color: rgba(0,0,0,0.4) !important;
		}

	.chartInfoTxt:hover {
		border-bottom: 2px solid #000;
	}

	.chartInfoTxt2 {
		color: #000000 !important;
		display: inline-block;
		cursor: pointer;
		border: none !important;
	}


	a.chartInfo:hover {
		background: #D9D9D9;
	}

	.hasChartInfo {
		margin-top: -15px;
    	margin-bottom: 15px;
	}

	.hasChartInfo img {
		display: inline-block;
	}

	/* This is the core CSS of Tooltipster */

	/* GENERAL STRUCTURE RULES (do not edit this section) */

	.tooltipster-base {
		/* this ensures that a constrained height set by functionPosition,
		if greater that the natural height of the tooltip, will be enforced
		in browsers that support display:flex */
		display: flex;
		pointer-events: none;
		/* this may be overriden in JS for fixed position origins */
		position: absolute;
	}

	.tooltipster-box {
		/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
		and flex-basis auto for IE11- (at least) */
		flex: 1 1 auto;
	}

	.tooltipster-content {
		/* prevents an overflow if the user adds padding to the div */
		box-sizing: border-box;
		/* these make sure we'll be able to detect any overflow */
		max-height: 100%;
		max-width: 100%;
		overflow: auto;
	}

	.tooltipster-ruler {
		/* these let us test the size of the tooltip without overflowing the window */
		bottom: 0;
		left: 0;
		overflow: hidden;
		position: fixed;
		right: 0;
		top: 0;
		visibility: hidden;
	}

	/* ANIMATIONS */

	/* Open/close animations */

	/* fade */

	.tooltipster-fade {
		opacity: 0;
		-webkit-transition-property: opacity;
		-moz-transition-property: opacity;
		-o-transition-property: opacity;
		-ms-transition-property: opacity;
		transition-property: opacity;
	}
	.tooltipster-fade.tooltipster-show {
		opacity: 1;
	}

	/* grow */

	.tooltipster-grow {
		-webkit-transform: scale(0,0);
		-moz-transform: scale(0,0);
		-o-transform: scale(0,0);
		-ms-transform: scale(0,0);
		transform: scale(0,0);
		-webkit-transition-property: -webkit-transform;
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-ms-transition-property: -ms-transform;
		transition-property: transform;
		-webkit-backface-visibility: hidden;
	}
	.tooltipster-grow.tooltipster-show {
		-webkit-transform: scale(1,1);
		-moz-transform: scale(1,1);
		-o-transform: scale(1,1);
		-ms-transform: scale(1,1);
		transform: scale(1,1);
		-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
		-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
		-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
		-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
		transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	}

	/* swing */

	.tooltipster-swing {
		opacity: 0;
		-webkit-transform: rotateZ(4deg);
		-moz-transform: rotateZ(4deg);
		-o-transform: rotateZ(4deg);
		-ms-transform: rotateZ(4deg);
		transform: rotateZ(4deg);
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property: -moz-transform;
		-o-transition-property: -o-transform;
		-ms-transition-property: -ms-transform;
		transition-property: transform;
	}
	.tooltipster-swing.tooltipster-show {
		opacity: 1;
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
		-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
		-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
		-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
		-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
		-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
		transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	}

	/* fall */

	.tooltipster-fall {
		-webkit-transition-property: top;
		-moz-transition-property: top;
		-o-transition-property: top;
		-ms-transition-property: top;
		transition-property: top;
		-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
		-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
		-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
		-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
		transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	}
	.tooltipster-fall.tooltipster-initial {
		top: 0 !important;
	}
	.tooltipster-fall.tooltipster-show {
	}
	.tooltipster-fall.tooltipster-dying {
		-webkit-transition-property: all;
		-moz-transition-property: all;
		-o-transition-property: all;
		-ms-transition-property: all;
		transition-property: all;
		top: 0 !important;
		opacity: 0;
	}

	/* slide */

	.tooltipster-slide {
		-webkit-transition-property: left;
		-moz-transition-property: left;
		-o-transition-property: left;
		-ms-transition-property: left;
		transition-property: left;
		-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
		-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
		-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
		-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
		-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
		transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	}
	.tooltipster-slide.tooltipster-initial {
		left: -40px !important;
	}
	.tooltipster-slide.tooltipster-show {
	}
	.tooltipster-slide.tooltipster-dying {
		-webkit-transition-property: all;
		-moz-transition-property: all;
		-o-transition-property: all;
		-ms-transition-property: all;
		transition-property: all;
		left: 0 !important;
		opacity: 0;
	}

	/* Update animations */

	/* We use animations rather than transitions here because
	 transition durations may be specified in the style tag due to
	 animationDuration, and we try to avoid collisions and the use
	 of !important */

	/* fade */

	@keyframes tooltipster-fading {
		0% {
			opacity: 0;
		}
		100% {
			opacity: 1;
		}
	}

	.tooltipster-update-fade {
		animation: tooltipster-fading 400ms;
	}

	/* rotate */

	@keyframes tooltipster-rotating {
		25% {
			transform: rotate(-2deg);
		}
		75% {
			transform: rotate(2deg);
		}
		100% {
			transform: rotate(0);
		}
	}

	.tooltipster-update-rotate {
		animation: tooltipster-rotating 600ms;
	}

	/* scale */

	@keyframes tooltipster-scaling {
		50% {
			transform: scale(1.1);
		}
		100% {
			transform: scale(1);
		}
	}

	.tooltipster-update-scale {
		animation: tooltipster-scaling 600ms;
	}

	/**
	 * DEFAULT STYLE OF THE SIDETIP PLUGIN
	 * 
	 * All styles are "namespaced" with .tooltipster-sidetip to prevent
	 * conflicts between plugins.
	 */

	/* .tooltipster-box */

	.tooltipster-sidetip .tooltipster-box {
		background: rgba(217, 217, 217, 0.88);
		border: none;
		border-radius: 0px;
		max-width: 275px;
		padding: 16px;
		font-size: 12px;
		line-height: 18px;
	}

	.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
		margin-top: 8px;
	}

	.tooltipster-sidetip.tooltipster-left .tooltipster-box {
		margin-right: 8px;
	}

	.tooltipster-sidetip.tooltipster-right .tooltipster-box {
		margin-left: 8px;
	}

	.tooltipster-sidetip.tooltipster-top .tooltipster-box {
		margin-bottom: 8px;
	}

	/* .tooltipster-content */

	.tooltipster-sidetip .tooltipster-content {
		color: #000;
	}

	.tooltipster-sidetip .tooltipster-content a {
		color: #000;
		text-decoration: none;
	}

	/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
	corresponds to the arrow we want to display */

	.tooltipster-sidetip .tooltipster-arrow {
		overflow: hidden;
		position: absolute;
		display: none !important;
	}

	.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
		height: 10px;
		/* half the width, for centering */
		margin-left: -10px;
		top: 0;
		width: 20px;
	}

	.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
		height: 20px;
		margin-top: -10px;
		right: 0;
		/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
		been positioned yet */
		top: 0;
		width: 10px;
	}

	.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
		height: 20px;
		margin-top: -10px;
		left: 0;
		/* same as .tooltipster-left .tooltipster-arrow */
		top: 0;
		width: 10px;
	}

	.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
		bottom: 0;
		height: 10px;
		margin-left: -10px;
		width: 20px;
	}

	/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

	.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
		height: 0;
		position: absolute;
		width: 0;
	}

	/* .tooltipster-arrow-background */

	.tooltipster-sidetip .tooltipster-arrow-background {
		border: 10px solid transparent;
	}

	.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
		border-bottom-color: #565656;
		left: 0;
		top: 3px;
	}

	.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
		border-left-color: #565656;
		left: -3px;
		top: 0;
	}

	.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
		border-right-color: #565656;
		left: 3px;
		top: 0;
	}

	.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
		border-top-color: #565656;
		left: 0;
		top: -3px;
	}

	/* .tooltipster-arrow-border */

	.tooltipster-sidetip .tooltipster-arrow-border {
		border: 10px solid transparent;
		left: 0;
		top: 0;
	}

	.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
		border-bottom-color: black;
	}

	.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
		border-left-color: black;
	}

	.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
		border-right-color: black;
	}

	.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
		border-top-color: black;
	}

	/* tooltipster-arrow-uncropped */

	.tooltipster-sidetip .tooltipster-arrow-uncropped {
		position: relative;
	}

	.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
		top: -10px;
	}

	.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
		left: -10px;
	}

	.tooltip_templates { display: none; }

	.hdlContent {
		margin-bottom: 0px;
	}

	a.chartCompare {
		font-size: 16px;
		line-height: 18px;
		color: #000;
		text-decoration: none;
    	font-style: normal;
    	display: inline-block;
    	padding: 7px 8px 8px 34px;
    	background: #f5f5f5 url('img/Compare.svg') left 10px top 8px no-repeat;
    	margin-left: 20px;
    	font-weight: bold;
    	display: none !important;
	}
		a.chartCompare:hover {
			background: #E0E0E0 url('img/Compare.svg') left 10px top 8px no-repeat;
		}

	#chart_GDPcapita_real .chartHeaderRight{
		width: 70%;
	}

	#chart_GDPcapita_real .chartHeaderLeft{
		width: 25%;
	}

	#lnkGDP_USD,
	#totalFDI_USD,
	#lnkExchangeRate_USD {
		display: inline-block;
		margin-right: 10px;
		font-size: 16px;
		line-height: 18px;
		color: #000;
		text-decoration: none;
		font-family: NeoSansPro-Bold;
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
    	font-style: normal;
    	display: inline-block;
    	padding: 9px 8px 7px 8px;
	}

	#lnkGDP_USD.active,
	#totalFDI_USD.active,
	#lnkExchangeRate_USD.active {
		border-bottom: 1px solid #000;
	}

	#lnkGDP_EUR.active,
	#totalFDI_EUR.active,
	#lnkExchangeRate_EUR.active {
		border-bottom: 1px solid #000;
	}

	#chart_GDPcapita_realEURWrapper,
	#chart_totalFDI_EURWrapper {
		display: none;
	}

	#lnkGDP_EUR,
	#totalFDI_EUR,
	#lnkExchangeRate_EUR {
		display: inline-block;
		margin-right: 10px;
		font-size: 16px;
		line-height: 18px;
		color: #000;
		text-decoration: none;
		font-family: NeoSansPro-Bold;
		-webkit-font-smoothing: antialiased;
  		-moz-osx-font-smoothing: grayscale;
    	font-style: normal;
    	display: inline-block;
    	padding: 9px 8px 7px 8px;
	}

	.chartHeaderRight {
		max-width: 260px;
		float: right;
		text-align: right;
	}


/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slickQuotes .slick-track {
	display: flex !important;
}

.slickQuotes .slick-slide {
	display: flex !important;
	visibility: hidden;
}

.slickQuotes .slick-slide.slick-current {
	display: flex !important;
	visibility: visible;
}

.slickQuotes .slick-slide > div {
	display: flex;
    align-items: center;
    justify-content: center;
}

.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
    height: 120px;
}

	.slick-vertical .slick-slide div {
		height: 115px;
		text-align: center;
		display: flex;
		 align-items: center;
  	justify-content: center;

	}

	.slick-vertical .slick-slide img {
		max-width: 100%;
		max-height: 115px;
		width: auto;
		height: auto;
	}


.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('img/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('webFonts/slick.eot');
    src: url('webFonts/slick.eot?#iefix') format('embedded-opentype'), url('webFonts/slick.woff') format('woff'), url('webFonts/slick.ttf') format('truetype'), url('webFonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

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

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.slickslider .item img {
  width: 100%;
  -webkit-transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
  -webkit-transform: scale(1.3);/*-webkit-transform: scale(1.2);*/
          transform: scale(1.3);/*transform: scale(1.2)*/
}

.slidercaption {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
}

/* progress bar */
.slider-progress {
  width: 100%;
  height: 4px;
  background: #C4C4C4;
  position: absolute;
  bottom: 0px;
}
.slider-progress .progress {
  width: 0%;
  height: 4px;
  background: #15BE69;
}



/*======================================
  Selectric v1.11.0
======================================*/

.selectric-wrapper {
  position: relative;
  cursor: pointer;
  padding-top: 14px;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: none;
  background: none;
  position: relative;
  background: url('img/icoDropdown.svg') top right 12px no-repeat;
  background-size: 48px;
}

.selectric .label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 14px 0 14px;
  font-size: 12px;
  line-height: 38px;
  color: #444;
  height: 60px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;

	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	padding-top: 13px;
}

.selectric .button {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  color: #BBB;
  text-align: center;
  background: url('img/icoDropdown.svg') top center no-repeat;
  background-size: cover;
  margin-right: 12px;
  display: none;
}

.selectric .button:after {
  content: " ";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top-color: #BBB;
  border-bottom: none;
}

.selectric-focus .selectric {
  border-color: #aaaaaa;
}

.selectric-hover .selectric {
  border-color: #c4c4c4;
}

.selectric-hover .selectric .button {
  color: #a2a2a2;
}

.selectric-hover .selectric .button:after {
  border-top-color: #a2a2a2;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .selectric {
  border-color: #c4c4c4;
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border: none;
  z-index: -1;

  background: #FFFFFF;
  box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.1);
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul, .selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  min-height: 20px;

	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #666;
  cursor: pointer;
}

.selectric-items li.selected {
  background: #ffffff;
  color: #444;
}

.selectric-items li.highlighted {
  background: #ffffff;
  color: #444;
}

.selectric-items li:hover {
  background: #ffffff;
  color: #444;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.sortableCol {
	background: url('img/icoTableSort.svg') left top no-repeat;
	background-size: 8px;
	padding-left: 20px;
	cursor: pointer;
	display: inline-block;
}

	.tablesorter-headerAsc .sortableCol {
		background: url('img/icoTableSortAsc.svg') left top no-repeat;
		background-size: 8px;
		padding-left: 20px;
		cursor: pointer;
	}

	.tablesorter-headerDesc .sortableCol {
		background: url('img/icoTableSortDesc.svg') left top no-repeat;
		background-size: 8px;
		padding-left: 20px;
		cursor: pointer;
	}

#compareFilter .label {

}

#filteredCountries {
	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
}

	.marketSegmentsCol img {
		display: inline-block;
		margin-right: 2px;
	}

.selectedFilter {
	margin-right: 16px;
}

.filterCountry {
	display: inline-block;
	background: #F5F5F5;
	margin-right: 8px;
	padding: 10px 15px;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	text-decoration: none;
	color: #000 !important;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
	display: none;
}

	.filterCountry.active {
		display: inline-block;
	}

	.filterCountry.selected {
		border-bottom: 1px solid #000
	}

	.lnkfilterCountryClose {
		background: url('img/tagClose.svg') center top no-repeat;
		width: 10px;
		height: 10px;
		background-size: cover;
		display: inline-block;
    	margin-left: 10px;

	}

.compareFilter1 {
	background: #F5F5F5;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	width: 31.722054380664655%;
	float: left;
	position: relative;
}

.compareFilter2 {
	background: #F5F5F5;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	width: 31.722054380664655%;
	margin: 0 2.416918429003021%;
	float: left;
	position: relative;
}


#fundingDBTable .resources td p {
	margin-top: 15px;
	margin-bottom: 15px;
}

.compareFilter3 {
	background: #F5F5F5;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	width: 31.722054380664655%;
	float: left;
	position: relative;
}


.invisible-table {
	font-size: 12px;
	line-height: 18px;
}

	.invisible-table .clearerLine {
		height: 1px;
		background: #e6e6e6;
		margin-top: 3px;
		margin-bottom: 3px;
		clear: both;
	}

.dotplotLine {
	margin-bottom: 20px;
}

	.notRanked {
		font-size: 11px;
		line-height: 16px;
		color: #C0C7CE;
	}
	
	.dotHolder {
		display: inline-block;
		width: calc(100% - 95px);
		background-repeat: repeat-x;
		background-position: 10px;
		position: relative;
		height: 0px;
		border-bottom: 2px dashed #ECF0F4;
	}

	.dotplotLine .label {
		display: inline-block;
		margin-right: 10px;
		font-size: 11px;
		line-height: 16px;
		color: #C0C7CE;
		width: 40px;
	}

	.dotplotLine .maxValue {
		font-size: 12px;
		font-weight: normal;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.5;
		letter-spacing: normal;
		color: #000000;
		display: inline-block;
    	float: right;
    	margin-top: 7px;
    	width: 40px;
    	text-align: right;
	}

	.dotplotLine .dot {
		background: #15be69;
		display: inline-block;
		width: 31px;
		height: 31px;
		border-radius: 50px;
		color: #fff;
		text-align: center;
		line-height: 30px;
		font-size: 12px;
		position: absolute;
		margin-top: -17px;
	}

.dot {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	margin-right: 8px
}
	
	.dot.grey {
		background: #f5f5f5;
	}

	.dot.green {
		background: #15be69;
	}

	.dot.blue {
		background: #0B3C98;
	}

	.dot.orange {
		background: #f4b62a;
	}

	.dot.c_15be69 { background: #15be69; }
	.dot.c_0B3C98 { background: #0B3C98; }
	.dot.c_941052 { background: #941052; }
	.dot.c_F4B62A { background: #F4B62A; }
	.dot.c_A27035 { background: #A27035; }
	.dot.c_A367C3 { background: #A367C3; }
	.dot.c_DB3B35 { background: #DB3B35; }
	.dot.c_FF7A00 { background: #FF7A00; }
	.dot.c_63B4D1 { background: #63B4D1; }
	.dot.c_7B7263 { background: #7B7263; }
	.dot.c_7C8EAE { background: #7C8EAE; }
	.dot.c_3A8C55 { background: #3A8C55; }
	.dot.c_559CAD { background: #559CAD; }
	.dot.c_AD5555 { background: #AD5555; }
	.dot.c_CF21DE { background: #CF21DE; }


.legend .legendItem {
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	display: inline-block;
	margin-right: 16px;
}

.chartBox {
	position: relative;
	padding-bottom: 75px;
}

.chartSource {
	font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #C0C7CE !important;
    display: inline-block;
    margin-right: 0px;
    margin-top: 10px;
    text-align: right;
    display: block;
    text-align: right;
    position: absolute;
    bottom: 25px;
    right: 25px;
 }

 .chartSourceInline {
 	font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #C0C7CE;
    display: inline-block;
    margin-right: 0px;
    margin-top: 10px;
    text-align: right;
    display: block;
    text-align: right;
    margin-top: 25px;
 }

  .chartSourceInline2 {
 	font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #C0C7CE;
    display: inline-block;
    margin-right: 0px;
    margin-top: 0px;
    text-align: right;
    display: block;
    text-align: right;
 }

 	.chartSource a,
 	.chartSourceInline a,
 	.chartSourceInline2 a {
 		color: #C0C7CE !important;
 	}



	#gridfinderMap .legend .legendItem {
		cursor: pointer;
	}

.annoYear {
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 18px;
	color: #000000;
	display: block;
    margin-top: 10px;
}

.downloadSelection {
	width: calc(100% - 150px);
    float: left;
    height: 48px;
    position: relative;
}

.btnDownload {
	background: #15BE69;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 17px;
	color: #FFFFFF !important;
	text-decoration: none;
	padding: 15px 0px;
	text-align: center;
	width: 150px;
	display: inline-block;
	height: 48px;
}

.btnDownload:hover {
	background: #108E4F;
}





.btnDownload.grey {
	color: #000000 !important;
	background: #F5F5F5;
}


	.filterPanelList {
		padding-top: 15px;
		display: none;
	    position: absolute;
		z-index: 9999;
		background: #fff;
		padding: 25px 35px;
		box-shadow: 0px 20px 35px rgb(0 0 0 / 10%);
		width: 380px;
	}

		.filterPanelListItem {
			padding: 13px 0px 11px 0px;
			box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
		}

		.filterPanelListItem.disabled {
			opacity: 0.3;
		}

		.filterPanelListItem.disabled .formContainer {
			cursor: default;
		}

		#filterPanelAttribute-Countries .filterPanelListItem.noShadow {
			box-shadow: none;
		}

	#filterPanel h3,
	#filterPanelResources h3,
	#filterPanelSuccessStories h3,
	#filterPanelPastEvents h3 {
		font-family: 'Inter var', sans-serif;
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 18px;
		margin: 0px;
		padding: 0px;
		background: url(img/arrSelect.svg) right 15px top 20px no-repeat;
		cursor: pointer;
		padding-right: 25px;
		background-color: #ffffff;
		padding: 15px 40px 15px 15px;
	}

	.page-template-tpl_FundingDatabase #filterPanel h3,
	.page-template-tpl_Resources #filterPanelResources h3
	 {
		background-color: transparent;
		color: #fff;
		padding: 31px 39px 31px 14px;
		background: transparent url(img/arrSelectWhite.svg) right 15px top 36px no-repeat;
	}

	#filterPanel h3:hover,
	#filterPanelResources h3:hover,
	#filterPanelSuccessStories h3:hover,
	#filterPanelPastEvents h3:hover {
		background: url(img/arrSelectUp.svg) right 15px top 20px no-repeat;
		background-color: #F3F3F3;

	}

	.page-template-tpl_FundingDatabase #filterPanel h3:hover,
	.page-template-tpl_Resources #filterPanelResources h3:hover {
		background: #008B45 url(img/arrSelectUpWhite.svg) right 15px top 36px no-repeat;
	}



	.filterPanelAttribute {
		padding: 0px;
		display: inline-block;
		margin-right: 8px;
		position: relative;
	}

		.filterPanelAttribute.last {
			box-shadow: none;
			padding: 0px 0px;
		}

		#filterPanelAttribute-Countries #myCountryList,
		#fundingFilterDropdownsWrapper .myCountryList {
			max-height: 400px;
			overflow: scroll;
		}

	#filterPanelClose {
		float: right;
		display: inline-block;
		margin-bottom: 70px;
	}


	/* Customize the label (the container) */
	.formContainer {
	  position: relative;
	  display: block;
	  padding-left: 32px;

	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	}

	/* Hide the browser's default checkbox */
	.formContainer input {
	  position: absolute;
	  opacity: 0;
	  cursor: pointer;
	  height: 0;
	  width: 0;
	}

	/* Create a custom checkbox */
	.checkmark {
	  position: absolute;
	  top: 2px;
	  left: 0;
	  height: 20px;
	  width: 20px;
	  background-color: #fff;
	  border: 1px solid #D9D9D9;
	}

	#fundSearchTxt,
	#clientSearchTxt {
		border: 1px solid #D9D9D9;
		width: 100%;
		border-radius: 0;
		padding: 12px 15px;
		color: #000 !important;
		width: 304px;
		float: right;
		background: url(img/icoSearchBlack.svg) left 15px top 11px no-repeat;
    	padding-left: 50px;
		vertical-align: top;
    	clear: both;
		clear: both;
		float: none;
		display: block;
		margin-bottom: 30px;
	}

	#fundSearchTxt {
		float: right;
		margin-bottom: 0px;
		border: none;
		color: #fff !important;
		text-align: right;
		background: url(img/icoSearchWhite.svg) right 15px top 16px no-repeat;
		background-size: 16px 16px;
		padding-left: 10px;
		padding-right: 50px;
		width: 115px;
	}

	#fundSearchTxt:focus {
		outline: none !important;
	}

	#fundSearchTxt::placeholder {
	  color: #fff;
	  opacity: 1; /* Firefox */
	}

	#fundSearchTxt::-ms-input-placeholder { /* Edge 12 -18 */
	  color: #fff;
	}

	#clientSearchTxt {
		width: 350px;
	}

	#filterCountryInput {
		border: 1px solid #D9D9D9;
		width: 100%;
		border-radius: 0;
		padding: 12px 15px;
		color: #000 !important;
		width: 100%;
		float: right;
		background: url(img/icoSearchBlack.svg) left 15px top 11px no-repeat;
    	padding-left: 50px;
		vertical-align: top;
	}

	#filterFundsSubmit {
		width: auto;
		padding: 15px 15px;
		vertical-align: top;
    	margin-top: 15px;
    	display: none;
	}

	#filterPanelWrapper.open #filterFundsSubmit {
		display: block;
	}


	/* On mouse-over, add a grey background color */
	.formContainer:hover input ~ .checkmark {
	  background-color: #fff;

	}

	/* When the checkbox is checked, add a blue background */
	.formContainer input:checked ~ .checkmark {
	  background-color: #000;
	}

	/* Create the checkmark/indicator (hidden when not checked) */
	.checkmark:after {
	  content: "";
	  position: absolute;
	  display: none;
	}

	/* Show the checkmark when checked */
	.formContainer input:checked ~ .checkmark:after {
	  display: block;
	}

	/* Style the checkmark/indicator */
	.formContainer .checkmark:after {
    	left: 7px;
    	top: 3px;
	  width: 5px;
	  height: 10px;
	  border: solid white;
	     border-width: 0 2px 2px 0;
	  -webkit-transform: rotate(45deg);
	  -ms-transform: rotate(45deg);
	  transform: rotate(45deg);
	}




.flex-grid {

	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;

	display: flex;	
	align-items: center;
	justify-content: space-between;
}

.memberGrid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 64px;
}

@media screen and (max-width: 1240px) {

	.prevSuccessStoryImg {
		width: 180px;
    	height: 180px;
	}

}

@media screen and (max-width: 1040px) {

	.memberGrid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 64px;
	}

	.blockFactNumber1::before,
	.blockFactNumber2::before,
	.blockFactNumber3::before,
	.blockFactNumber4::before,
	.blockFactNumber5::before {
		bottom: 13%;
	}
	
}


.entryPopup {
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 8px;
	margin-bottom: 8px;
	padding-top: 8px;
}

	.entryPopup h6 {
		font-style: normal;
		font-weight: 700;
		font-size: 14px;
		line-height: 17px;
		margin: 0px 0px 8px 0px;
	}

.entryPopupNumber {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	vertical-align: baseline;
	margin-bottom: 0px;
}

.entryPopupNumber span {
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	color: #000000;
}

@media screen and (max-width: 860px) {

	.blockService3Teasers.num4Teasers .myGrid {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 32px;
		grid-row-gap: 32px;
	}

	.blockService3Teasers.num4Teasers .myGrid .service4TeasersItem {
		float: none;
		width: 100%;
		margin: 0px;
	}

}

@media screen and (max-width: 460px) {

	.blockService3Teasers.num4Teasers .myGrid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 32px;
		grid-row-gap: 32px;
	}
	
}



@media screen and (max-width: 600px) {

	.memberGrid {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		grid-column-gap: 30px;
		grid-row-gap: 64px;
	}
	
}




	.memberEntry {
		text-decoration: none; 
		padding-bottom: 24px;
		border-bottom: 1px solid #D9D9D9;
	}

		.memberEntry img {
			margin-bottom: 16px;

		}

		.memberEntry .memberName {
			font-style: normal;
			font-weight: bold;
			font-size: 24px;
			line-height: 28px;
			color: #000000;
		}

		.memberEntry .job_title {
			font-style: normal;
			font-weight: bold;
			font-size: 24px;
			line-height: 28px;
			color: rgba(0, 0, 0, 0.5);
			margin-bottom: 16px;
		}

		.memberEntry .memberLocation{
			color: rgba(0, 0, 0, 0.5);
		}

		.memberEntry .lnkMail {
			font-style: normal;
			font-weight: bold;
			font-size: 16px;
			line-height: 18px;
			color: #0B3C98;
			text-decoration: none;
			margin-bottom: 16px;
			display: inline-block;
		}

	.serviceBlock {
		width: 48.71406959152799%;
		float: left;
		margin-bottom: 33px;
		background: #F5F5F5;
		min-height: 362px;
		color: #000;
		text-decoration: none !important;
	}

		.serviceBlock h4.serviceBlockTopline {
			margin-bottom: 0px;
			color: rgba(0, 0, 0, 0.3);
		}

		.serviceBlickInner {
			padding: 26px 24px;
		}

	.serviceBlock:hover {
		background: #15BE69;
		color: #fff;
	}

		.serviceBlock:hover h4.serviceBlockTopline{
			color: #000;
		}

		.serviceBlock:hover h4.serviceBlockHeadline{
			color: #fff;
		}
		
		
		
	.page-id-23849 .serviceBlock:nth-child(3):hover{
		background: #0B3C98;
		color: #fff;
	}

		.page-id-23849 .serviceBlock:nth-child(3):hover h4.serviceBlockTopline{
			color: #15BE69 !important;
		}

	.page-id-23849 .serviceBlock:nth-child(4):hover{
		background: #0B3C98;
		color: #fff;
	}

		.page-id-23849 .serviceBlock:nth-child(4):hover h4.serviceBlockTopline{
			color: #15BE69 !important;
		}
	

	#overlayLangSwitch {
	    background: #fff;
	    z-index: 99999;
	    padding: 15px 0px 19px 0px;
	    display: none;
	    position: absolute;
	    right: 0px;
	    display: block;
	    top: 35px;
	    box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.1);
	    display: none;
	}

	#overlayLangSwitch.show {
		display: block;
	}

		#overlayLangSwitch a{
			display: block;
			text-decoration: none;
			padding: 12px 64px 12px 32px;
		}

			#overlayLangSwitch a:hover {
				background-color: #F5F5F5;
			}

			#overlayLangSwitch a.active{
				font-weight: 700;
			}

		#overlayLangSwitch #lnkLanClose {
			position: absolute;
			top: 33px;
			right: 33px;
			padding: 0px;
		}

		.buttonArea {
			text-align: right;
			margin-top: 45px;
		}

#searchPanel {
	position: fixed;
  width: 100%;
  padding-top: 33px;
  background: #fff;
  top: 0px;
  padding-bottom: 64px;
  z-index: 99999999999999999999;
  display: none;
  background: #F5F5F5;
	left: 0px;
	border-left: 8px solid #15be69;
}

	#searchPanel .site-title {
		margin-top: -12px;
	}

	#bgOverlay {
		position: fixed;
		width: 100%;
		height: 100%;
		background: rgba(0,0,0,0.4);
		top: 0px;
		z-index: 9998;
		display: none;
	}

	#searchPanel h5 {
		font-family: 'Inter var', sans-serif;
		font-style: normal;
		font-weight: normal;
		font-size: 14px;
		line-height: 17px;
		color: #000000;
		mix-blend-mode: normal;
		opacity: 0.4;
	}

	#searchLiveSearch {
		display: none;
	}

	#searchQuicklinks,
	#searchLiveSearch {
		font-size: 18px;
		line-height: 26px;
	}

	#searchLiveSearch a {
		display: block;
		background: transparent;
		padding: 8px 0px 7px 0px;
		text-decoration: none;
	}

		#searchLiveSearch a:hover,
		#searchLiveSearch a.activeHover {
			display: block;
			background: #0B3C98;
			color: #fff;
			padding-left: 8px;
			padding-right: 8px;
		}


	#searchQuicklinks a {
		background: #0B3C98 url(img/icoSearchNew.svg) top 11px right 16px no-repeat;
		color: #fff;
		padding: 9px 42px 9px 16px;
		border-radius: 20px;
		font-size: 12px;
		font-weight: 700;
		line-height: 18px;
		text-align: left;
		display: inline-block;
    margin-right: 8px;
    margin-bottom: 8px;
	}

	#searchPanel .wrapper {
		position: relative;
	}

	.page-template-tpl_Search #lnkSearchClose,
	.page-template-tpl_Search #lnkSearchOverlayClose {
		position: absolute;
		right: 20px;
		top: 37px;
	}

	#searchResultsContainer {
		border-top: 1px solid rgba(217, 217, 217, 1);
		padding-top: 40px;
		margin-top: 20px;
	}

		.searchResultsContainer {
			display: none;
		}

		.searchResultsContainer#results-all {
			display: block;
		}

	#searchPanel #lnkSearchClose {
		position: absolute;
		right: 20px;
		top: 24px;
	}

	.page-template-tpl_Search #searchResults {
		padding-top: 80px;
	}

	.search-form {
		background: #F5F5F5;
		padding: 0px;
		width: calc(100% - 482px);
		margin: 12px auto 30px auto;
	}

	#searchResults,
	.page-template-tpl_Search .countryNav {
		width: calc(100% - 482px);
		margin-left: auto;
		margin-right: auto;
	}

	#searchQuicklinks,
	#searchLiveSearch {
		width: calc(100% - 482px);
		margin: 0 auto;
		padding: 0px;
	}

	.bgGrey {
		background: #F5F5F5;
		padding: 24px 0px;
		margin-bottom: 80px;
		position: fixed;
		width: 100%;
		z-index: 9;
	}

		#searchOverlay {
			position: fixed;	
			top: 0px;
			background: #F5F5F5;
			padding: 33px 0px;
			margin-bottom: 80px;
			position: fixed;
			width: 100%;
			z-index: 9;
			left: 0px;
			border-left: 8px solid #15be69;
		}

		.bgGrey .search-form {
			margin: 0px auto;
			padding-top: 12px;
		}

	.search-field {
		width: calc(100% - 152px);
		border: 1px solid #fff;
		background: #fff;
		outline: none !important;
		padding: 20px 24px !important;
		margin-right: 16px;
		border-radius: 0px !important;
	}

	input[type="search"].search-field {
		width: calc(100% - 216px);
		color: rgba(0, 0, 0, 0.65);
		font-size: 16px;
		font-weight: 400;
		line-height: 24px;
		text-align: left;
		border: 1px solid #fff;
	  padding: 19px 0px 19px 24px !important;

	}

	input[type="search"].search-field:focus {
		border: 1px solid #000;
	}
	

	.searchResultItem {
		margin: 0;
		font-size: 16px;
		line-height: 24px;
		text-decoration: none !important;
		display: block;
		padding-top: 40px;
		padding-bottom: 40px;
		border-bottom: 1px solid #D9D9D9;
	}

		.searchResultItem h5 {
			margin: 0px 0px 4px 0px;
			font-size: 24px;
			font-weight: 700;
			line-height: 28px;
			text-align: left;

		}

		.searchPostType {
			font-size: 14px;
			font-weight: 400;
			line-height: 16.94px;
			text-align: left;
			color: #8F8F8F;
			background: url(img/icoSearchBreadcrumb.svg) no-repeat top right;
			padding-right: 18px;
		}

		.searchResultItemURL {
			color: #8F8F8F;
			display: inline;
		}

			.searchResultItemURL span {
				font-size: 14px;
				font-weight: 600;
				line-height: 16.94px;
				text-align: left;
				color: #0B3C98;
				display: inline;
			}

		#searchResults h4 {
			font-size: 32px;
			font-weight: 700;
			line-height: 34px;
			text-align: left;
			margin: 0px 0px 44px 0px;
		}

		#searchTabs a {
			padding: 12px 16px;
			display: inline-block;
			background: #F5F5F5;
			border-radius: 20px;
			font-size: 14px;
			font-weight: 400;
			line-height: 16.94px;
			margin-right: 8px;
			margin-bottom: 12px;
		}

			#searchTabs a:hover,
			#searchTabs a.active {
				background: #000;
				color: #fff;
			}

.lnkItemDownload {
	height: auto;
	padding: 7px 50px 14px 14px;
	background: #F5F5F5;
	margin-bottom: 0px;
	width: 100%;
	outline: none !important;
}
	.lnkItemDownload:hover {
		background: #E0E0E0;
	}

	.selectedOptions {
		position: absolute;
		z-index: 999;
		display: none;
		max-height: 200px;
		overflow-y: scroll;
	}

	.selectedItem .lnkItemDownload {
		background: #F5F5F5 url('img/arrSelect.svg') right 19px top 20px no-repeat;
	}

#colophon {
	margin-top: 75px;
	background: #F5F5F5;
	padding: 80px 0 85px 0;
}

	#colophon .hideInFooter {
		display: none !important;
	}

	#colophon h3 {
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		line-height: 24px;
		color: #000000;
		margin: 6px 0px 20px 0px;


	}

	#footerLeft {
		float: left;
		width: calc(100% - 170px);

		
	}

		#footerLeft #main-nav {
			display: grid;
			grid-template-columns: repeat(6, 1fr);
			grid-column-gap: 20px;
			grid-row-gap: 30px;
			list-style: none;
			margin: 0px;
			padding: 0px;
		}

			#footerLeft #main-nav li {
				font-style: normal;
		    font-weight: normal;
		    font-size: 16px;
		    line-height: 24px;
		    color: #000000;
		    
		    font-family: NeoSansPro-Bold;
			}

				#footerLeft #main-nav li a {
					color: #000000 !important;
			    text-decoration: none;
			    display: inline;
			    
			    margin: 6px 0px 20px 0px;
				}

		#footerLeft #main-nav ul {
			list-style: none;
			margin: 26px 0px 0px 0px;
			padding: 0px;
		}

			#footerLeft #main-nav ul li {
				margin: 6px 0px;
				font-family: 'Inter var', sans-serif;
				font-style: normal;
				font-weight: normal;
				font-size: 14px;
    		line-height: 17px;
			}

	#footerRight {
		float: right;
		width: 150px;
	}

	.footerCol {
		font-size: 14px;
		line-height: 17px;
		color: #000000;
	}

	.footerCol .countries {
		column-count: 2;
		column-gap: 60px;
	}

	.footerCol.last {
		float: right;
		margin-right: 0px;
	}

		.footerCol div {
			margin: 6px 0px
		}

		.footerCol a{
			color: #000000 !important;
			text-decoration: none;
			display: inline;
			margin: 6px 0px;
		}

		.footerCol a.footerIcon {
			display: inline-block;
			width: auto;
			margin: 2px 0px 0px 0px;
		}

	#footerDonors {
		font-style: normal;
		font-weight: normal;
		font-size: 12px;
		line-height: 18px;
		color: #000000;
		text-align: center;
		margin-top: 40px;
	}

		#footerDonorLogos,
		.footerDonorLogos {
			margin: 25px 0px;
		}

			#footerDonorLogos a,
			.footerDonorLogos a {
				text-decoration: none !important;
			}

			#footerDonorLogos #logo-0,
			.footerDonorLogos .logo-0{
				width: 64px;
			}

			#footerDonorLogos #logo-1,
			.footerDonorLogos .logo-1{
				width: 91px;
			}

			#footerDonorLogos #logo-2,
			.footerDonorLogos .logo-2{
				width: 91px;
			}

			#footerDonorLogos #logo-3,
			.footerDonorLogos .logo-3{
				width: 130px;
			}

			#footerDonorLogos #logo-4,
			.footerDonorLogos .logo-4{
				width: 108px;
			}

		#footerDonorLogos img,
		.footerDonorLogos img {
			vertical-align:middle;
			margin: 0 20px;
			display: inline-block;
		}

		.footerDonorLogos img {
			max-height: 75px;
		}

		#footerDonorLogos img,
		.footerDonorLogos img {
			vertical-align:middle;
			margin: 0 20px;
			display: inline-block;
		}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	float: right;
	margin-top: 50px
}

.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;
	margin-left: 32px;
}

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

	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
}

#menu-item-5441,
#lnkLangSwitch,
#lnkSearch,
#menu-item-25080,
#lnkSearch {
	background: url(img/icoSearchBlack.svg) no-repeat top 0px center;
	width: 18px;
	background-size: contain;
	text-indent: 101%;
	white-space: nowrap;
	overflow: hidden;

	position: absolute;
	top: 0px;
	width: 16px;
	right: 0px;
	display: block;
}

.single-fund #masthead #lnkSearch,
#masthead.blue #lnkSearch {
	background: url(img/icoSearchWhite.svg) no-repeat top 0px center;
	width: 18px;
	background-size: contain;
	text-indent: 101%;
	white-space: nowrap;
	overflow: hidden;
}

#menu-item-5442,
#menu-item-25081,
#lnkLangSwitch {
	background: url('img/icoWorldWhite.svg') no-repeat top 0px center;
	text-indent: -9999999999px;
    width: 18px;
    background-size: contain;

   position: absolute;
	top: 0px;
	width: 16px;
	right: 32px;
	display: block;
}

#masthead.fixed #menu-item-5441,
#masthead.fixed #lnkLangSwitch,
#masthead.fixed #menu-item-25080,
#masthead.fixed #menu-item-5442,
#masthead.fixed #menu-item-25081,
#masthead.fixed #lnkLangSwitch {
	position: static;
}


body.page-template-default .main-navigation a,
body.page-template-tpl_FundingDatabase .main-navigation a,
body.page-template-tpl_Home .main-navigation a,
body.page-template-tpl_Home_2023 .main-navigation a,
body.page-template-tpl_SuccessStories .main-navigation a,
body.single .main-navigation a {
	color: #fff;
}

body.page-template-default .light .main-navigation a,
body.page-template-tpl_FundingDatabase .light .main-navigation a,
body.page-template-tpl_Home .light .main-navigation a,
body.page-template-tpl_Home_2023 .light .main-navigation a,
body.page-template-tpl_SuccessStories .light .main-navigation a,
body.single .light .main-navigation a {
	color: #000;
}

	body.single.single-fund .main-navigation #menu-item-3689 a:after,
	body.single.single-events .main-navigation #menu-item-5395 a:after,
	body.single.single-post .main-navigation #menu-item-14864 a:after,
	body.single.single-success-story .main-navigation #menu-item-5394 a:after,
	body.single.single-team .main-navigation #menu-item-5397 a:after,
	body.single.single-team .countryNav #menu-item-5402 a:after {
		width: 100%;
    	transition: all 300ms ease-in-out !important;
	}
	
	body.page-template-default .main-navigation a:after,
	body.page-template-tpl_FundingDatabase .main-navigation a:after,
	body.page-template-tpl_Home .main-navigation a:after,
	body.page-template-tpl_Home_2023 .main-navigation a:after,
	body.page-template-tpl_SuccessStories .main-navigation a:after,
	body.single .main-navigation a:after,
	body.single.single-fund .main-navigation a:after {
	    display: inline-block;
	    position: absolute;
	    bottom: -19px;
	    height: 1px;
	    left: 0px;
	    content: "";
	    width: 0;
	    border-bottom: 1px solid #fff;
	    transition: all 300ms ease-in-out !important;
	}

	#masthead.fixed .main-navigation a:after {
		display: inline-block;
	    position: absolute;
	    bottom: -20px;
	    height: 1px;
	    left: 0px;
	    content: "";
	    width: 0;
	    border-bottom: 1px solid #000 !important;
	    transition: all 300ms ease-in-out !important;
	}

	#masthead.fixed .main-navigation a:hover:after,
	#masthead.fixed .main-navigation .current_page_item a:after,
	#masthead.fixed .main-navigation .current-page-ancestor	 a:after
	 {
		width: 100%;
    	transition: all 300ms ease-in-out !important;
	}

	body.page-template-tpl_Home .main-navigation .current-menu-item a:after,
	body.page-template-tpl_Home_2023 .main-navigation .current-menu-item a:after,
	body.page-template-default .main-navigation .current-menu-item a:after,
	body.page-template-tpl_Events .main-navigation .current-menu-item a:after,
	body.page-template-tpl_FundingDatabase .main-navigation .current-menu-item a:after
	 {
		width: 100%;
    	transition: all 300ms ease-in-out !important;
	}

	body .main-navigation #menu-item-5441 a:after,
	body .main-navigation #menu-item-25080 a:after,
body .main-navigation #menu-item-5442 a:after,
body .main-navigation #menu-item-25081 a:after
	 {
		width: 0;
	}

	body.page-template-default .main-navigation .current-page-ancestor a:after,
	body.page-template-tpl_FundingDatabase .main-navigation .current-page-ancestor a:after,
	body.page-template-tpl_Home .main-navigation .current-page-ancestor a:after,
	body.page-template-tpl_Home_2023 .main-navigation .current-page-ancestor a:after,
	body.page-template-tpl_SuccessStories .main-navigation .current-page-ancestor a:after,
	body.single .main-navigation .current-page-ancestor a:after,
	body.single-fund .main-navigation .current-page-ancestor a:after,
	body.page-template-default .main-navigation a:hover:after,
	body.page-template-tpl_FundingDatabase .main-navigation a:hover:after,
	body.page-template-tpl_Home .main-navigation a:hover:after,
	body.page-template-tpl_Home_2023 .main-navigation a:hover:after,
	body.page-template-tpl_SuccessStories .main-navigation a:hover:after,
	body.single .main-navigation a:hover:after {
		width: 100%;
    	transition: all 300ms ease-in-out !important;
	}

	body.single.single-success-story .main-navigation a,
	body.single.single-events .main-navigation a,
	body.single.single-post .main-navigation a,
	body.single.single-team .main-navigation a,
	#masthead.light .main-navigation a,
	 {
		color: #000;
	}

	body.single.single-success-story .main-navigation a:after,
	body.single.single-events .main-navigation a:after,
	body.single.single-post .main-navigation a:after,
	body.single.single-team .main-navigation a:after,
	body.single .main-navigation a:after,
	#masthead.light .main-navigation a:after {
	    display: inline-block;
	    position: absolute;
	    bottom: -19px;
	    height: 1px;
	    left: 0px;
	    content: "";
	    width: 0;
	    border-bottom: 1px solid #000;
	    transition: all 300ms ease-in-out !important;
	}

	#masthead.light .main-navigation .current-menu-item a:after,
	body.single.single-success-story .main-navigation a:hover:after,
	body.single.single-events .main-navigation a:hover:after,
	body.single.single-post .main-navigation a:hover:after,
	body.single.single-team .main-navigation a:hover:after,
	body.single .main-navigation a:hover:after,
	#masthead.light .main-navigation a:hover:after,
	body.single .main-navigation .current-page-ancestor a:after,
	#masthead.light .main-navigation .current-page-ancestor a:after,
	.single-team #masthead.light .main-navigation #menu-item-25062 a:after {
		width: 100%;
    	transition: all 300ms ease-in-out !important;
	}

	body.single.single-success-story .main-navigation #menu-item-5441,
	body.single.single-events .main-navigation #menu-item-5441,
	body.single.single-post .main-navigation #menu-item-5441,
	body.single.single-team .main-navigation #menu-item-5441,
	#masthead.light .main-navigation #menu-item-5441,
	.error404 #masthead .main-navigation #menu-item-5441,
	body.single.single-success-story .main-navigation #menu-item-25080,
	body.single.single-events .main-navigation #menu-item-25080,
	body.single.single-post .main-navigation #menu-item-25080,
	body.single.single-team .main-navigation #menu-item-25080,
	#masthead.light .main-navigation #menu-item-25080,
	.error404 #masthead .main-navigation #menu-item-25080 {
		background: url('img/icoSearchBlack.svg') no-repeat top 0px center;
		text-indent: -9999999999px;
	   width: 18px;
	   background-size: contain;
	}

	#masthead.light .main-navigation #lnkLangSwitch,
	.error404 #masthead .main-navigation #lnkLangSwitch,
	body.single.single-success-story .main-navigation #lnkLangSwitch,
	body.single.single-events .main-navigation #lnkLangSwitch,
	body.single.single-post .main-navigation #lnkLangSwitch,
	body.single.single-team .main-navigation #lnkLangSwitch,
	body.single.single-success-story .main-navigation #menu-item-5442,
	body.single.single-events .main-navigation #menu-item-5442,
	body.single.single-post .main-navigation #menu-item-5442,
	body.single.single-team .main-navigation #menu-item-5442,
	#masthead.light .main-navigation #menu-item-5442,
	.error404 #masthead .main-navigation #menu-item-5442,
	body.single.single-success-story .main-navigation #menu-item-25081,
	body.single.single-events .main-navigation #menu-item-25081,
	body.single.single-post .main-navigation #menu-item-25081,
	body.single.single-team .main-navigation #menu-item-25081,
	#masthead.light .main-navigation #menu-item-25081,
	.error404 #masthead .main-navigation #menu-item-25081  {
		background: url('img/icoWorldBlack.svg') no-repeat top 0px center;
		text-indent: -9999999999px;
	    width: 18px;
	    background-size: contain;
	}

	#masthead.bgImg {
		background: url(img/flags/Benin.jpg) no-repeat top 0px center;
	    background-size: cover;
	    padding-top: 33px;
	    border-top: 0px;
	    height: 670px;
	    max-height: 580px;
	}

		#masthead.bgImg {
			overflow: hidden;
		}

	#masthead.bgImg.countryBEN {
		background: url(img/maps/mapBEN.jpg) no-repeat top 0px center;
		background-size: cover;
	}

	#masthead.bgImg.countryBDI {
		background: url(img/maps/mapBDI.jpg) no-repeat bottom center;
		background-size: cover;
	}

	#masthead.bgImg.countryCIV {
		background: url(img/maps/mapCIV.jpg) no-repeat bottom center;
		background-size: cover;
	}

	#masthead.bgImg.countryETH {
		background: url(img/maps/mapETH.jpg) no-repeat top 0px center;
		background-size: cover;
	}

	#masthead.bgImg.countryGHA {
		background: url(img/maps/mapGHA.jpg) no-repeat top 0px center;
		background-size: cover;
	}

	#masthead.bgImg.countryKEN {
		background: url(img/maps/mapKEN.jpg) no-repeat bottom center;
		background-size: cover;
	}

	#masthead.bgImg.countryMDG {
		background: url(img/maps/mapMDG.jpg) no-repeat bottom center;
		background-size: cover;
	}

	#masthead.bgImg.countryMOZ {
		background: url(img/maps/mapMOZ.jpg) no-repeat bottom center;
		background-size: cover;
	}

	#masthead.bgImg.countryNGA {
		background: url(img/maps/mapNGA.jpg) no-repeat top 0px center;
		background-size: cover;
	}

	#masthead.bgImg.countryTZA {
		background: url(img/maps/mapTZA.jpg) no-repeat top 0px center;
		background-size: cover;
	}

	#masthead.bgImg.countryZMB {
		background: url(img/maps/mapZMB.jpg) no-repeat bottom center;
		background-size: cover;
	}

	#masthead.bgImg.countrySEN {
		background: url(img/maps/mapSEN.jpg) no-repeat top 0px center;
		background-size: cover;
	}

	#masthead.bgImg.countryUGA {
		background: url(img/maps/mapUGA.jpg) no-repeat bottom center;
		background-size: cover;
	}

	#masthead.bgImg.countryNAM {
		background: url(img/maps/mapNAM.jpg) no-repeat bottom center;
		background-size: cover;
	}

	#masthead.bgImg.countrySWZ {
		background: url(img/maps/mapSWZ.jpg) no-repeat bottom center;
		background-size: cover;
	}

	#masthead.bgImg .main-navigation a {
		color: #fff;
	}

	#masthead.bgImg .bgImgTitle h1.entry-title {
		margin-top: 300px;
		color: #fff;
	}

.page-id-24 .countryNav,
.page-id-30 .countryNav,
.page-id-24 .countryNav.sticky.mainNavOffset,
.page-id-30 .countryNav.sticky.mainNavOffset,

.page-id-17990 .countryNav,
.page-id-17913 .countryNav,
.page-id-17990 .countryNav.sticky.mainNavOffset,
.page-id-17913 .countryNav.sticky.mainNavOffset,

.page-id-17991 .countryNav,
.page-id-17914 .countryNav,
.page-id-17991 .countryNav.sticky.mainNavOffset,
.page-id-17914 .countryNav.sticky.mainNavOffset {
	border-bottom: none !important;
	border-top: none !important;
	padding-top: 0px !important;
}

.page-id-24 .countryNav .wrapperBorderSticky,
.page-id-30 .countryNav .wrapperBorderSticky,
.page-id-17990 .countryNav .wrapperBorderSticky,
.page-id-17913 .countryNav .wrapperBorderSticky,
.page-id-17991 .countryNav .wrapperBorderSticky,
.page-id-17914 .countryNav .wrapperBorderSticky  {
	display: none !important;
}

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

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

#mobileFilterControls {
	display: none;
}

#navMobile,
#mobile-nav {
	display: none;
}

#scrollTop {
	display: none;
}

.slickGridFunds,
.slickGridFunds .slick-slide,
.slickGridFunds .slick-slide a {
	min-height: 440px;
}

.slickGrid .slick-slide,
.slickGridFunds .slick-slide,
.slickGrid2 .slick-slide {
	margin: 0 8px;
} 
/* the parent */
.slickGrid .slick-list,
.slickGridFunds .slick-list,
.slickGrid2 .slick-list  {
	margin: 0 -8px;
}

.mobileOnly,
.countryNavRight ul li.mobileOnly,
#lnkCloseFilterMobile,
#lnkOpenFilterMobile {
	display: none;
}

#masthead {

}

#masthead.fixed {
	background-color: #333; /* Black background color */
	position: fixed; /* Make it stick/fixed */
	top: 0; /* Stay on top */
	width: 100%; /* Full width */
	width: 100%;
	z-index: 999999;

	position: fixed;
    top: 0;
    width: 100%;
    left: 0px;
    background: #fff;
    box-shadow: 0px 20px 35px rgb(0 0 0 / 10%);
    border: none;
    border-top: 0px !important;
    z-index: 999999999;
    padding-bottom: 0px;
    border-left: 8px solid #15be69;
    padding-top: 20px !important;
    padding-bottom: 20px;
    /*
        -webkit-transition: all,0.4s;
    transition: all,0.4s;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;*/
}

	#masthead.fixed.bgImg  {
		position: static;
	}

	#masthead.fixed.bgImg .bgMasthead {
		position: fixed;
		top: 0;
		width: 100%;
		left: 0px;
		background: #fff;
		box-shadow: 0px 20px 35px rgb(0 0 0 / 10%);
		border: none;
		border-top: 0px !important;
		z-index: 999999999;
		padding-bottom: 0px;
		border-left: 8px solid #15be69;
		padding-top: 20px !important;
		padding-bottom: 20px;
	}

	#masthead.fixed .main-navigation a{
		color: #000000 !important;
		line-height: 24px;
	}

	#masthead.fixed .site-title {
		display: none;
	}

	#masthead #site-title-sticky {
		display: none;
	}

	#masthead.fixed #site-title-sticky {
		display: block;
		width: 37px;
	}

	#masthead.fixed .main-navigation {
		margin-top: 0px !important;
	}	

		#masthead.fixed #menu-item-5441,
		#masthead.fixed #lnkSearch,
		#masthead.fixed #menu-item-25080
			{
			background: url(img/icoSearchBlack.svg) no-repeat top 0px center;
			width: 24px;
			height: 24px;
			background-size: contain;
			display: inline-block;
			margin-left: 25px;
			vertical-align: top;
			text-indent: 100%; white-space: nowrap; overflow: hidden;
			position: static;
		}

		#masthead.fixed #menu-item-5442,
		#masthead.fixed #menu-item-25081,
		#masthead.fixed #lnkLangSwitch	{
			background: url(img/icoWorldBlack.svg) no-repeat top 0px center;
			width: 24px;
			height: 24px;
			background-size: contain;
			display: inline-block;
			margin-left: 25px;
			vertical-align: top;
			text-indent: 100%; white-space: nowrap; overflow: hidden;
			position: static;
		}





.squares-container {
	display: block;
}


@media screen and (max-width: 1280px) {

	#lang-fr #site-navigation, 
	#lang-pt-pt #site-navigation {
		display: none;
	}

	#lang-fr #mobile-nav, 
	#lang-pt-pt #mobile-nav {
		float: right;
    margin-top: 12px;
    display: block;
	}

	#mobile-nav #lnkMobileNav {
			background: url(img/icoBurger.svg) no-repeat center center;
			width: 24px;
			height: 24px;
			background-size: contain;
			display: inline-block;
			        margin-left: 10px;
			text-indent: 100%; white-space: nowrap; overflow: hidden;
			padding: 20px;
			        background-size: 34px 34px;
			text-indent: -99999999999999px;
			margin-top: -20px;
		}

		#masthead.light #mobile-nav #lnkMobileNav {
			background: url(img/icoBurgerDark.svg) no-repeat center center;
			width: 24px;
			height: 24px;
			padding: 20px;
			        background-size: 34px 34px;
			text-indent: -99999999999999px;
			margin-top: -20px;
		}

			#mobile-nav-open #lnkMobileNavClose {
				background: url(img/icoNavClose.svg) no-repeat center center;
				width: 24px;
				height: 24px;
				background-size: contain;
				display: inline-block;
				margin-left: 5px;
				vertical-align: top;
				text-indent: 100%; white-space: nowrap; overflow: hidden;
				padding: 20px;
				background-size: 24px 24px;
				text-indent: -99999999999999px;
				margin-top: -20px;
			}

		#mobile-nav #icoMobileLangWhite {
			background: url(img/icoWorldWhite.svg) no-repeat center center;
			width: 24px;
			height: 24px;
			background-size: contain;
			display: inline-block;
			margin-left: 5px;
			text-indent: 100%;
			white-space: nowrap;
			overflow: hidden;
			background-size: 24px 24px;
			padding: 20px;
			text-indent: -99999999999999px;
			margin-top: -20px;
		}

			#mobile-nav-open #icoMobileLang,
			#masthead.light #mobile-nav #icoMobileLangWhite {
				background: url(img/icoWorldBlack.svg) no-repeat center center;
				width: 24px;
				height: 24px;
				background-size: contain;
				display: inline-block;
				margin-left: 12px;
				vertical-align: top;
				text-indent: 100%; white-space: nowrap; overflow: hidden;
				background-size: 24px 24px;
				color: transparent;
			}

		#mobile-nav #icoMobileSearchWhite {
			background: url(img/icoSearchWhite.svg) no-repeat center center;
			width: 24px;
			height: 24px;
			background-size: contain;
			display: inline-block;
			margin-left: 25px;
			text-indent: 100%; white-space: nowrap; overflow: hidden;
			padding: 20px;
			background-size: 24px 24px;
			text-indent: -99999999999999px;
			margin-top: -20px;
		}

			#mobile-nav-open #icoMobileSearch,
			#masthead.light #mobile-nav #icoMobileSearchWhite
			 {
				background: url(img/icoSearchBlack.svg) no-repeat center center;
				width: 24px;
				height: 24px;
				background-size: contain;
				display: inline-block;
				margin-left: 25px;
				vertical-align: top;
				text-indent: 100%; white-space: nowrap; overflow: hidden;
				padding: 20px;
				background-size: 24px 24px;
				text-indent: -99999999999999px;
				margin-top: -20px;
			}

	#mobile-nav-open {
		float: right;
		margin-top: 44px;
		display: block;
	}

		#mobile-nav-open a {
			color: #000;
			text-decoration: none;
		}


	.menu-navigation-24-container,
	.menu-navigation-24-french-container,
	.menu-navigation-24-portuguese-portugal-container {
		width: 100%;
		display: inline-block;
		padding-bottom: 150px;
	}

	#icoMobileSearch {
		background: url(img/icoSearchWhite.svg) no-repeat top 0px center;
		text-indent: -9999999999px;
		width: 18px;
		background-size: contain;
	}

	#icoMobileLang {
		background: url(img/icoWorldWhite.svg) no-repeat top 0px center;
		text-indent: -9999999999px;
		width: 18px;
		background-size: contain;
	}

	#navMobile {
		border-top: 33px solid #fff;
		position: fixed;
		top: 0px;
		background: #fff;
		width: 100%;
		z-index: 99999;
		height: 100%;
		display: block;
		right: -100%;
		transition: 0.4s;
		max-width: 400px;
	}

		#navMobile .site-title {
			display: none;
		}

		#navMobile.open {
			right: 0px;	
			max-width: 360px;
		}

		#mobile-nav a {
			color: #fff;
			text-decoration: none;
		}

		#navMobile ul {
			list-style: none;
			padding: 0px;
			margin: 75px 0px 75px 0px;
		}

		#navMobile ul ul {
			margin-top: 0px;
		}

		#navMobile ul a{			
			color: #000 !important;
			font-weight: bold;
			font-size: 24px;
			line-height: 28px;
			color: #000000;
			text-decoration: none;
			display: block;
			margin-bottom: 18px;
		}

}



@media screen and (max-width: 1280px) {


	.page-template-tpl_CountryBrief_Overview .wrapperBorderSticky .countryNavLeft {
		display: none;
	}

	.page-template-tpl_CountryBrief_Overview .countryNavRight {
		width: 100%;
	}

	.page-template-tpl_FundingDatabase #filterPanel h3,
	.page-template-tpl_Resources #filterPanel h3
	 {
		color: #000000;
		padding: 15px 40px 15px 15px;
		background: #fff url(img/arrSelect.svg) right 15px top 18px no-repeat;
	}

	.page-template-tpl_FundingDatabase #filterPanel h3:hover,
	.page-template-tpl_Resources #filterPanel h3:hover  {
		background: #fff url(img/arrSelectUp.svg) right 15px top 18px no-repeat;
	}

	#masthead.fixed {
		position: static;
		-webkit-transition: all,0.4s;
	    transition: all,0.4s;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	}
	.countryNav.sticky.mainNavOffset {
		top: 0px;
		position: fixed;
		-webkit-transition: all,0.4s;
	    transition: all,0.4s;
	    -webkit-flex-wrap: nowrap;
	    -ms-flex-wrap: nowrap;
	}

	.prevSuccessStoryImg {
		width: 180px;
    	height: 180px;
	}

	.prevSuccessStoryTxt h5{
		font-size: 18px;
    	line-height: 22px;
	}

	#lnkCloseFilterMobile {
		background: url(img/icoNavClose.svg) no-repeat top 0px center;
		width: 24px;
		height: 24px;
		display: block;
		top: 32px;
		right: 26px;
		position: absolute;
	}

	#filterPanelWrapper.open #lnkHideSearchBar {
		display: none;
	}

	#lnkOpenFilterMobile {
		font-style: normal;
		font-weight: bold;
		font-size: 16px;
		line-height: 24px;
		padding: 13px 20px;
		color: #fff;
		text-decoration: none;
		display: block;
		margin-bottom: 50px;
		text-align: center;
		display: inline-block;
		float: none;
		margin-top: 10px;
	    background: #15BE69 url(img/icoFilterMobile.svg) no-repeat top 17px left 20px;
	    background-size: 24px 14px;
	    padding-left: 60px;
	    margin-bottom: 20px;
	    width: 100%;
	    text-align: left;
	}

		#lnkOpenFilterMobile.fixed {
			position: fixed;
			top: 0px;
			left: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			z-index: 9;
		}

	#filteredCountries span.selectedFilter {
		display: none;
	}

	#lnkOpenFilterMobile:hover {
		background: #108E4F url(img/icoFilterMobile.svg) no-repeat top 9px left 20px;
		background-size: 24px 24px;
	}

	.sticky #lnkOpenFilterMobile {
		margin-right: 5.398110661268556%;
	}

	#filterPanelWrapper {
    position: fixed;
    top: 0px;
    background: #fff;
    width: 100%;
    z-index: 99999;
    height: 100%;
    display: block;
    right: -100%;
    transition: 0.4s;
    overflow: auto;
	}


	#mobileFilterControls {
		background: #ffffff;
    position: fixed;
    bottom: 0px;
    width: calc(100%);
    z-index: 9999999999999999999999;
    padding: 17px 20px 40px 20px;
    padding-left: 24px;
    padding-right: 24px;
    box-shadow: 20px -10px 35px rgb(0 0 0 / 10%);
    display: block;
	}

		#mobileFilterControls #filteredCountries { 
			margin: 10px 0px 0px 0px;
		}




	#filterPanelWrapper.open {
		right: 0px;
	}

		#formFundingDB {
			margin: 84px 24px 120px 24px;
		}

		#fundSearchTxt {
			width: 100%;
		}

		.filterPanelAttribute.last {
			padding: 0px;
		}

		.filterPanelAttribute {
			margin-right: 0px;
		}

		.filterPanelAttribute {
			float: none;
			display: block;
		}

		.filterPanelListItem {
			box-shadow: none;
			padding: 10px 0px 10px 0px;
		}

		.filterPanelList {
			width: 100%;	
			display: block;
			position: static;
			padding: 0px 0px 25px 0px;
			box-shadow: none;

		}

	
	

	#site-navigation {
		display: none;
	}

	#mobile-nav {
		float: right;
		margin-top: 44px;
		display: block;
	}

	#mobile-nav {
		float: right;
		margin-top: 44px;
		display: block;
	}

	
	.stickyCountry.mobileOnly {
		display: block;
	}

	.mobileToggle {
		display: none;
		padding: 15px 0px 0px 0px;
	}

	.countryNavRight ul {
    text-align: left;
    width: 100%;
	}

.stickyCountry {
		box-shadow: 0px 20px 35px rgba(0, 0, 0, 0.1);
		padding-bottom: 13px;
    	padding-left: 5.398110661268556%;
    	padding-right: 5.398110661268556%;
    	background: url('img/icoStickyClose.svg') top -5px right 12px no-repeat;
    	cursor: pointer !important;
	}


	.page-id-24 .stickyCountry.mobileOnly, 
	.page-id-30 .stickyCountry.mobileOnly {
		display: none !important;
	}

	.stickyCountry.opened {
		background: url('img/icoStickyOpen.svg') top -5px right 12px no-repeat;
		box-shadow: none;
		box-shadow: inset 0px -1px 0px #D9D9D9;
	}

	.countryNavRight {
		width: 100%;
		float: none;
	}

	.countryNavRight ul li.active, .countryNavRight ul li:hover, .countryNavLeft ul li.active, .countryNavLeft ul li:hover {
		box-shadow: none;
		border: none !important;
	}

	.countryNavRight ul li a:after, .countryNavRight ul li a:after {
		display: none;
	}

	.countryNavRight ul li.active a,
	.countryNavLeft ul li.active a {
		color: #999999;
	}

	.countryNavRight ul li.mobileCountry {
		color: #999999;
		font-style: normal;
    	font-weight: 700;
	}

	.countryNavRight ul li a, .countryNavLeft ul li a {
		font-size: 16px;
		line-height: 24px;
	}

	.countryNavRight ul {
		text-align: left;
		width: 100%;
	}

		.countryNavRight ul li {
			margin: 0px;
			display: block;
			height: 36px;
			padding: 0px;
		}


}


@media screen and (max-width: 1004px) {


}

@media screen and (max-width: 1000px) {



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

	#masthead.bgImg {
		background: #0B3C98 !important;
		height: 390px;
	}

	#masthead.bgImg .bgImgTitle h1.entry-title {
		margin-top: 75px;
	}

	#masthead.bgImg .bgImgTitle h1.entry-title {
		color: #15BE69;
	}

	.countryNav {
		margin-bottom: 40px;
	}

	#footerLeft {
		grid-template-columns: repeat(3, 1fr);
	}

}


.slide-menu {
	position: fixed;
	width: 320px;
	max-width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	display: none;
	overflow: hidden;
	box-sizing: border-box;
	transform: translateX(100%);
	overflow-y: auto;
	z-index: 1000
}

.slide-menu,
.slide-menu .slide-menu__slider {
	transition: transform .3s ease-in-out;
	will-change: transform
}

.slide-menu .slide-menu__slider {
	width: 100%;
	transform: translateX(0)
}

.slide-menu ul {
	position: relative;
	width: 100%;
	margin: 0;
	padding-left: 0;
	list-style: none
}

.slide-menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	display: none
}

.slide-menu ul a {
	display: block
}

.slide-menu a {
	cursor: pointer
}

.slide-menu li.menu-item-has-children {
	background: url('img/arrRight.svg') top 5px right 0px no-repeat;
}

#navMobile .wrapperBorder {
	overflow: hidden;
}

.slide-menu .slide-menu__backlink {
	background: url('img/arrLeft.svg') top 5px left 0px no-repeat;
	padding-left: 25px;
}

.slide-menu__decorator,
.slide-menu__backlink span {
	display: none !important;
}

.mobileOnly.mobileCountry {
	display: none !important;
}

#infobar {
	background: linear-gradient(90deg, #DBD2CC 0.54%, #F5CE2A 25.92%, #FA6E25 49.75%, #003399 75.65%, #9BB1DC 100%);
	padding: 0px 0px;
	color: #fff;
	text-align: center;
}

#infobar a.infoBarTitleMobile {
	display: none;
}

.flexRow {
	display:flex;
  justify-content:center;
}


#infobarLabel {
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 1.3;
	text-transform: uppercase;
	flex:1;
	display: flex;
	justify-content: center;
	align-items: center;
}



#infobar a {
	display: flex;
	justify-content: end;

	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
	padding-right: 25px;
	background: url('img/bgLnkMoreWhite.svg') no-repeat top 3px right 4px;
}

#infobar a:hover {
	background: url('img/bgLnkMoreWhite.svg') no-repeat top 3px right 0px;
	padding-right: 25px;
}
	

#infobar .full-width {
    width: 100%;
}
#infobar .centered {
    display: flex;
    justify-content:center;
}
#infobar .btn {
    display: flex;
    justify-content: end;
    align-items: center;
}



#storiesIntro {
	display: none;
}

#portfolioIntro, 
#storiesIntro {
	padding-bottom: 30px;
}

#numResultsMobile {
	font-family: 'Inter var', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	text-align: left;
	margin-bottom: 30px;
}

	#numResultsMobile.fixed {
		position: sticky;
		top: 80px;
		width: calc(100% );
		background: #fff;
		padding: 12px 20px 12px 20px;
		box-shadow: none;
		left: 0px;
		border: none;
		border-left: none;
		font-size: 14px;
  	line-height: 17px;
  	padding: 15px 10px;
  	z-index: 1;
  	border-bottom: 1px solid #000;
	}

	@media screen and (max-width: 1280px) {

		#numResultsMobile.fixed {
			top: 49px;
		}

		#fundingDBTable table thead.fixed {
			top: 96px;
		}

	}

@media screen and (max-width: 860px) {
	
	#footerLeft #main-nav {
		grid-template-columns: repeat(1, 1fr);
	}

	#searchResultsContainer {
		padding-top: 12px;
	}

	.page-template-tpl_Search .bgGrey .search-form {
		display: flex;
		padding-top: 40px;
	}

	 .wrapperBorder {
	    margin-left: 16px;
	    margin-right: 20px;
	}

	.searchResultItem h5 {
		font-size: 20px;
		font-weight: 700;
		line-height: 24px;
		text-align: left;
	}

	.searchResultItem {
		padding-top: 32px;
    padding-bottom: 32px;
	}

	.searchPostType {
		font-size: 12px;
		line-height: 18px;
	}

	.searchResultItemURL span {
		font-size: 12px;
		font-weight: 600;
		line-height: 18px;
	}

	#searchPanel #lnkSearchClose {
		right: 0px;
		top: 14px;
	}

	.search-field {
		margin-right: 0px;
	}

	.search-form {
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
	}

	#searchPanel .site-title img,
	.page-template-tpl_Search .site-title img {
		width: 96px;
		height: auto;
	}

	.search-form input[type="submit"].btnPrimary {
		width: 100%;
		text-align: center;
		margin-bottom: 24px;
		float: none;
	}

	.page-template-tpl_Search #lnkSearchClose {
		top: 25px;
	}

	.search-form label {
		width: 100%;
	}

	.page-template-tpl_Search .search-form label {
		width: calc(100% - 80px);
	}

	.page-template-tpl_Search #searchFormHeader {
		width: 100%;
	}

	.page-template-tpl_Search .bgGrey {
		padding-bottom: 48px;
	}

	.page-template-tpl_Search #searchResults {
		padding-top: 80px;
	}

	.page-template-tpl_Search .search-form input[type="submit"].btnPrimary {
		float: right;
    width: 64px;
    margin: 0px;
    text-indent: -9999999999999999px;
    padding: 0px !important;
    height: 64px;
    text-align: center;
    background-position: center center;
    margin-left: auto;
	}

	.moduleSteps .step.bar4 {
		min-width: 300px;
	}

	.moduleStepsWrapper h4 {
		margin-bottom: 40px;
	}

	#filterPanelWrapper.open {
		border-left: 4px solid #15BE69;
	}

	#lnkOpenFilterMobile {
		width: 100%;
		text-align: left;
	}

	.page-template-tpl_FundingDatabase #filterPanel h3,
	.page-template-tpl_Resources #filterPanelResources h3 {
		color: #000000;
		padding: 15px 35px 15px 0px;
		background: #fff url(img/arrSelect.svg) right 15px top 18px no-repeat;
	}

	.page-template-tpl_FundingDatabase #filterPanel h3:hover,
	.page-template-tpl_Resources #filterPanelResources h3:hover {
		background: #fff url(img/arrSelectUp.svg) right 15px top 18px no-repeat;
	}


	.page-template-tpl_MarketInsights .flex {
		display: block;
	}

	.page-template-tpl_MarketInsights .bgBlue .left {
		float: none;
		width: calc(100% - 40px);
    margin: 0 20px;
    min-height: 350px;
	}

	.page-template-tpl_MarketInsights .bgBlue #mapImg {
		display: none;
	}

	.page-template-tpl_MarketInsights .bgBlue {
		padding-bottom: 55px;
	}

	.page-template-tpl_MarketInsights .bgBlue .right {
		float: none;
		width: 100%;
		padding: 0 20px;
	}

	.page-template-tpl_MarketInsights .blockCountry .left,
	.page-template-tpl_MarketInsights .blockCountry .right {
		float: none;
		width: 100%;
		padding: 0px;
	}

	.page-template-tpl_MarketInsights .blockCountry h3.mobilePadding {
		padding: 0 0px;
	}

	.downloadList {
		padding: 0 0px;
	}



	#teaserNumbers {
		padding-top: 120px;
	}

	#infobar {
		text-align: left;
	}

	#mapToggle {
		position: absolute;
		top: -70px;
		display: inline-block;
	}

		.prevSuccessStoryTxt {
			float: none;
			max-width: 200px;
		}

	.blockFactNumber .factNumber {
		font-size: 74px;
	}

	.blockFactNumbersBoxes,
	.boxChartsGrid {
		display: block;
	}



	.boxChartsGrid .gridBox {
		margin-bottom: 32px;
	}

	.newsTeaser .lnkMore {
		float: none;
	}

	#infobar {
		padding: 15px 0px 15px 0px;
		background: linear-gradient(90deg, #F5CE2A 25.92%, #FA6E25 49.75%, #003399 75.65%, #9BB1DC 100%);
	}

	#infobarLabel,
	#infobar a,
	#infobar .btn {
		display: block;
		transform: none;
	}

	#infobar a.infoBarTitleMobile {
		display: inline;
		background: url('img/bgLnkMoreWhite.svg') no-repeat top 3px right 0px;
		padding-right: 22px;
	}

	#infobar .btn {
		display: none;
	}

	#infobar a {
		display: inline-block;
	}

	#infobar .centered {
		display: block;
		width: 55%;
		float: right;
		text-align: right;
	}

	#infobar .leftInfo {
		display: block;
		width: 45%;
		float: left;
	}

	.flexRow {
		display: block;
	}

	.blockList .listRecord {
		width: 100%;
		float: none;
		padding-left: 0px;
		padding-right: 0px;
	}

	.blockList h4 {
		margin-bottom: 52px;
	}

	body.page-template-default .main-navigation a:after,
	body.page-template-tpl_FundingDatabase .main-navigation a:after,
	body.page-template-tpl_Home .main-navigation a:after,
	body.page-template-tpl_Home_2023 .main-navigation a:after,
	body.page-template-tpl_SuccessStories .main-navigation a:after,
	body.single .main-navigation a:after,
	.countryNavRight ul li a:hover:after, .countryNavRight ul li a:hover:after, .countryNavRight ul li.active a:after, .countryNavRight ul li.active a:after {
	    display: none;
	}

	body.page-id-17169 .logoBarLeft.numLogos-3-of-4,
	body.page-id-20119 .logoBarLeft.numLogos-3-of-4,
	body.page-id-20120 .logoBarLeft.numLogos-3-of-4 {
		 grid-template-columns: repeat(1, 1fr);
	}

	body.page-id-17169 .logoBarLeft.numLogos-3-of-4 img, 
	body.page-id-20119 .logoBarLeft.numLogos-3-of-4 img,
	body.page-id-20120 .logoBarLeft.numLogos-3-of-4 img{
		max-height: none;
		margin: 0 auto;
		display: block;
	}

		body.page-id-17169 .logoBarLeft.numLogos-3-of-4 .logoItem,
		body.page-id-20119 .logoBarLeft.numLogos-3-of-4 .logoItem,
		body.page-id-20120 .logoBarLeft.numLogos-3-of-4 .logoItem {
			margin-bottom: 30px;
		}

	body.page-id-17169.page-template-default .pageHeader,
	body.page-id-20119.page-template-default .pageHeader,
	body.page-id-20120.page-template-default .pageHeader {
		padding-top: 10px;
	}

	.blockLogos.numLogos-5 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 40px;
		grid-row-gap: 45px;
	}

	.blockLogos.numLogos-6 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-column-gap: 40px;
		grid-row-gap: 45px;
	}

	#teaserNumbers {
		padding-bottom: 25px;
	}

	.page-template-tpl_CountryBrief_Overview .countryNavRight, .page-template-tpl_CountryBrief_EnergySector .countryNavRight, .page-template-tpl_CountryBrief_MarketSegments .countryNavRight {
		width: 100%;
		float: none;
	}

	#searchResults,
	.page-template-tpl_Search .countryNav {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.search-form {
		   width: 100%;
    	clear: both;
		width: 100%;
		padding: 25px 0px;
		background: none;
	}

	.search-form label {
		display: block;
	}

	#searchFormHeader {
		display: block;
		width: 100%;
	} 

	.btnPrimary, input[type="submit"].btnPrimary {
		clear: both;
		margin-top: 20px;
	}



	#searchQuicklinks, #searchLiveSearch {
		width: 100%;
		padding-left: 0px;
		right: 0px;
	}

	.footerDonorLogos a{
		display: block;
		margin: 25px auto;
	}

	#numResultsMobile {
		display: block;
		font-size: 20px;
		font-weight: 700;
		line-height: 24px;
		text-align: left;
		padding-top: 40px;
		padding-bottom: 30px;
		border-bottom: 1px solid #000;
		margin-bottom: 0px;
	}

		#numResultsMobile.fixed {
			position: fixed;
			top: 50px;
			width: calc(100% - 4px);
			background: #fff;
			padding: 12px 20px 12px 20px;
			box-shadow: 0px 6px 24px 0px rgba(0,0,0,0.25);
			left: 0px;
			border: none;
			border-left: 4px solid #15be69;
			font-size: 18px;
			line-height: 22px;
		}

	#lnkOpenFilterMobile {
		margin-bottom: 20px;
		margin-top: 20px;
		float: none;
	}

	.fundMainTitle {
		display: block;
	}

		#fundingDBResults .fundLogoList {
			max-width: 150px;
			margin-bottom: 20px;
		}

	.prevSuccessStoryTxtBottom {
		width: 100%;
	}

	#footerLeft {
		grid-template-columns: repeat(2, 1fr);
	}

	.single-post .flexContainer .boxRight, .single-events .flexContainer .boxRight, .single-success-story .flexContainer .boxRight {
		display: block;
		max-width: 100%;
		margin-left: 0px;
	}

	.blockRelated {
		margin-top: 50px;
	}

	.wrapperBorderSticky .countryNavLeft {
		display: none;
	}

	

	

	

	


	#teaserNumbersCols.numCols-2,
	#teaserNumbersCols.numCols-3,
	#teaserNumbersCols.numCols-4 {
		grid-template-columns: repeat(1, 1fr);
	}

	#navMobile,
	#filterPanelWrapper {
		max-width: 100%;
		width: 100%;
	}


	.quoteBlock .quote, .blockTestimonials .quote {
	    font-size: 16px;
	    line-height: 24px;
	}

	.slick-slider .slick-list {
		padding: 0px 0px !important;
	}



}

.mobileOnly676 {
	display: none !important;
}

.mobileClearAllFilters {
	display: inline-block;
  background: #fff;
  margin-right: 8px;
  padding: 10px 15px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-decoration: none;
  color: #000 !important;
  margin-bottom: 5px;
  margin-top: 7px;
  border: 1px solid #D9D9D9;
  display: none;
}

.mobileClearAllFilters.visible {
	display: inline-block;
}

#filterPanelWrapper.open #filterShowSearchbar {
	display: block;
}

#filterPanelWrapper.open #filterShowSearchbar #fundSearchTxt{
  	 margin: 84px 24px 35px 24px;
  	 background: #F5F5F5 url('img/icoSearchFundMobile.svg') no-repeat top 15px right 15px;
  	 width: calc(100% - 48px);
  	 position: relative;
  	 z-index: 99999;
  	 
  }

@media screen and (max-width: 676px) {

	.gform_wrapper .gfield .gfield_label,
	.gform_wrapper .ginput_container {
		width: 100%;
		float: none;
	}

	body .gform-theme--foundation .gform_fields {
		row-gap: 20px;
	}

	.gform_wrapper .gfield .gfield_label {
		padding-top: 0px;
		margin-bottom: 0px;
		padding-bottom: 12px;
	}

	.single.single-fund h1.entry-title {
		margin-bottom: 0px;
	}

	.intro-text {
		font-size: 32px;
		font-style: normal;
		font-weight: 700;
		line-height: 34px;
	}

	.single.single-fund .pageHeader {
    padding-bottom: 40px;
    margin-bottom: 0px;
  }

  .single-fund .mainCol,
  .single-fund .sidebar {
  	float: none;
  	width: 100%;
  }

  .single-fund .sidebar {
  	margin-left: -6%;
  	width: 112%;
  }

  .single-fund h3 {
  	font-size: 24px;
		font-style: normal;
		font-weight: 700;
		line-height: 28px; /* 116.667% */
		margin-bottom: 30px;
  }

  .fundHeader .fundHeaderLogo {
  	max-width: none;
  }

  .page-template-tpl_FundingDatabase .pageHeader {
  	max-height: none;
  }

  .fundHeader .fundHeaderLogo img {
  	max-height: 90px;
  	max-width: 100%;
  	margin: 20px 0px;
  }

  .single-fund .sidebar .fundmanagerInfo {
  	margin-left: 24px;
  	margin-right: 24px;
  }

  .single-fund .fundmanagerSupport {
  	margin-left: 24px;
  	margin-right: 24px;
  }


	.single-fund .lastUpdate {
		text-align: left;
	}

	.single-fund .fundHeader {
		margin-bottom: 30px;
	}

	.factsListItem {
		padding: 25px 0 30px 0;
	}

	.mobileOnly676 {
		display: block !important;
	}

		.mobileOnly676 .logoCol {
			width: 48%;
		}

		.mobileOnly676 .logoCol.right {
			float: right;
		}


	.single-success-story .flexContainer {
		display: block;
	}

	.hideMobile {
		display: none !important;
	}

	.imp-tooltip {
		max-width: 250px;
	}

	#masthead.fixed {
		position: static;
	}
	.countryNav.sticky.mainNavOffset {
		top: 0px;
	}

	.serviceBlock {
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
	}

	.service3TeasersItem,
	.service3TeasersItem.middle {
		float: none;
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}

		.service3TeasersItem img {
			width: 100%;
		}

		.squares-container {
			max-width: 100%;
			width: auto;
			display: static;
		}

	.imp-tooltips-container .prevSuccessStoryTxt {
		float: none;
		width: 100%;
	}

	#navMobile .site-title {
		display: block;
	}

	.blockIconGrid.desktop,
	.icoFullscreen {
		display: none;
	}

	.blockIconGrid.mobile {
		display: block;
	}

	#footerLeft {
		grid-template-columns: repeat(1, 1fr);
	}

	#navMobile.open {
		right: 0px;	
		max-width: 100%;
	}

	.blockIconGrid .col1,
	.blockIconGrid .col2,
	.blockIconGrid .col3 {
		width: 100%;
		float: none;
		margin-bottom: 50px;
	}

	.blockIconGrid .col2 {
		margin-left: 0px;
		margin-right: 0px;
	}

	#masthead.bgImg {
		height: 390px;
	}

	.intro-text {
		line-height: 1.05;
	}

	.lnkCollapsible {
		margin-top: -6px;
	}

	#site-navigation {
		display: none;
	}

	.mobileOnly,
	.countryNavRight ul li.mobileOnly {
		display: block;
	}

	body, html {
		overflow-x: hidden;
	}

	.chartHeaderLeft {
	    width: calc(100% - 75px);
	    float: left;
	}

	.hasChartInfo {
		margin: 0px;
	}

	.service4TeasersItem {
		width: 100%;
		float: none;
		margin-left: 0px;
		margin-right: 0px;
	}

	a.chartCompare {
		font-size: 16px;
		line-height: 18px;
		color: #000;
		text-decoration: none;
    	font-style: normal;
    	display: inline-block;
    	padding: 0px;
    	background: #fff url('img/Compare.svg') center center no-repeat;
    	margin-left: 5px;
    	font-weight: bold;
    	text-indent: 100%; white-space: nowrap; overflow: hidden;
    	width: 32px;
    	height: 32px;
    	vertical-align: top;
    	display: none !important;
	}
		a.chartCompare:hover {
			background: #fff url('img/Compare.svg') center center no-repeat;
		}

		.chartInfo {
			vertical-align: top;
			width: 32px;
			height: 32px;
			line-height: 0px;
			padding: 0px;
			display: inline-block;
			margin-top: 8px
		}

	

	.slickGrid .slick-list,
	.slickGridFunds .slick-list,
	.slickGrid2 .slick-list {	
		padding:0 10% 0 0;
	}

	/*

	#formFundingDBScroll {
		overflow: scroll;
	    height: 50px;
	    width: 100%;
	    -webkit-overflow-scrolling: touch;
	    white-space: nowrap;
	    overflow-x: auto;
	}

	*/

	.filterPanelAttribute,
	.filterPanelAttribute.last {
		vertical-align: top;
		padding: 0px 0px;
	}

	#colophon {
		position: relative;
	}

	.countryFlagBig {
		display: none;
	}

	#footerCopy {
		text-align: center;
	}

	#scrollTop {
		display: none;
		background: url(img/ScrollToTop.svg) no-repeat top 0px center;
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 48px;
		height: 48px;
	}

	.page-template-tpl_Home .pageHeader .intro-text,
	.page-template-tpl_Home_2023 .pageHeader .intro-text {
		font-size: 48px;
		line-height: 52px;
	}

	body {
		border-left: 4px solid #15be69;
	}

	#filteredCountries {
		margin: 0px;
    display: inline-block;
	}

	#filteredCountriesMobile {
		display: inline-block;
	}

	#filterMobileWrapper.fixed {
		position: fixed;
    top: 50px;
    background: #fff;
    padding-bottom: 0px;
    padding-top: 40px;
    width: calc(100% - 8px);
    left: 8px;
    padding-left: 11px;
    display: block;
	}

	#filterMobileWrapper.paddingTop {
		margin-top: 70px;
	}

	.mobileClearAllFilters {
		display: inline-block;
    background: #fff;
    margin-right: 8px;
    padding: 10px 15px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    text-decoration: none;
    color: #000 !important;
    margin-bottom: 5px;
    margin-top: 7px;
    border: 1px solid #D9D9D9;
    display: none;
  }

  	.mobileClearAllFilters.visible {
  		display: inline-block;
  	}

  #filterPanelWrapper.open #filterShowSearchbar {
  	display: block;
  }

  #filterPanelWrapper.open #filterShowSearchbar #fundSearchTxt{
  	 margin: 84px 24px 35px 24px;
  	 background: #F5F5F5 url('img/icoSearchFundMobile.svg') no-repeat top 15px right 15px;
  	 width: calc(100% - 48px);
  	 position: relative;
  	 z-index: 99999;
  	 
  }

  #fundingDBTable tr#filterNoResults {
  	
  	padding-top: 0px;
  }

  #filterPanelWrapper.open #lnkHideSearchBar {
  	display: none;
  }

	#filteredCountries .filterCountry {
		background: #D9D9D9;
	}

	.page-template-default .pageHeader, .page-template-tpl_FundingDatabase .pageHeader, .page-template-tpl_Home .pageHeader, .page-template-tpl_Home_2023 .pageHeader, .page-template-tpl_SuccessStories .pageHeader, .single .pageHeader {
		padding-bottom: 40px;
	}

	#fundingDBIntro {
		margin-top: 40px;
		margin-bottom: 0px;
	}



	.bgGreen {
		margin-bottom: 0px;
	}

	#logoList {
		display: none;
		height: 105px;
	}

	.hideMobile {
		display: none;
	}

	.box .boxLeft.mobile50 {
		width: 50%;
		float: left;
	}


	.prevSuccessStoryImg {
		display: none;
	}

	.boxRight.mobile50 {
		width: 50%;
		float: right;
	}

	.boxRight.mobileLeftFull {
		text-align: left;
		margin-bottom: 12px;
	}

	.boxRight.mobileLeftFull .lnkMore {
		float: none;
	}

	.boxRight.mobile50 .lnkMore {
		margin: 11px 0px;
	}

	

	.box .boxLeft,
	.box .boxRight {
		float: none;
		width: 100%;
		margin-bottom: 0px;
	}

	.mySubline {
		font-size: 32px;
		line-height: 34px;
		float: none;
	}

	.single-success-story .boxRight {
		margin-top: 0px;
	}

	h2 {
		font-size: 48px;
		line-height: 52px;
	}

	h3 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 16px;
	}

	h4 {
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 16px;
	}


	.page-template-default h1.entry-title, .page-template-tpl_FundingDatabase h1.entry-title, .page-template-tpl_Home h1.entry-title, .page-template-tpl_Home_2023 h1.entry-title, .page-template-tpl_SuccessStories h1.entry-title, .single h1.entry-title {
		font-size: 32px;
		line-height: 34px;
		margin-bottom: 0px;
	}

	#teaserNumbersCols,
	.listSuccessStory  {
		grid-template-columns: repeat(1, 1fr);
	}

	.prevSuccessStoryTxt {
		width: 100%;
	}

		.prevSuccessStoryTxt h5 {
			margin-bottom: 50px;
		}

	.prevSuccessStoryTxtBottom {
		position: static;
	}

	.mainFigure {
		font-size: 48px;
		line-height: 52px;
	}

	.newsItem,
	.eventsItem,
	.single-fund .boxLeft, .single-team .boxLeft, .single-success-story .boxLeft, .single-events .boxLeft, .single-post .boxLeft,
	.single-fund .boxRight, .single-team .boxRight, .single-success-story .boxRight, .single-events .boxRight, .single-post .boxRight
	 {
		float: none;
		width: 100%;
		margin-bottom: 40px;
	}

	.single-fund .boxLeft {
		max-width: 100%;
	}

	.eventsItem .topLine {
		margin-bottom: 8px;
	}

	#countryList {
		column-count: 1;
	}

	.blockMethologies.box .boxLeft, 
	.blockMethologies.box .boxRight {
		margin-bottom: 40px;
	}

	.footerCol,
	.footerCol.last {
		float: none;
	}

	#footerDonors {
		text-align: left;
	}

	#footerDonorLogos {
		margin: 60px 0px 20px 0px;
	}

	.box .boxLeft,
	.box .boxRight {
		margin-bottom: 15px;
	}

	#footerDonorLogos img {
		width: 16%;
		margin: 0 1.5%; 
	}

	#fundingDBTable thead {
		display: none;
	}
		#fundingDBTable tr {
			display: block;
			padding-top: 30px;
			padding-bottom: 30px;
			border-bottom: 1px solid #F5F5F5;
		}
		
		#fundingDBResults a {
			padding-top: 0px;
			padding-bottom: 0px;
		}

		#fundingDBTable td {
			display: block;
			float: none;
			clear: both;
			border: none;
			padding: 2px 0px;
		}


		#fundingDBTable td.avgSizeOfInvestmentCol{
			display: none;
		}
		
		

}






