/*!
Theme Name: EaPConnect
Theme URI: http://underscores.me/
Author: Marleen Wiersma
Author URI: https://vankeijzer.nl
Description: Custom template for the EaPConnect website.
Version: 1.0.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eapconnect
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

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

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


/* 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,
	.strong {
		font-weight: 500;
	}

	.light {
		font-weight: 300;
	}

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

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

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

	sub {
		bottom: -0.25em;
	}

	sup {
		top: -0.5em;
	}

/* Embedded content
========================================================================== */

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

/* Forms
========================================================================== */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Interactive
========================================================================== */

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

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

/* Misc
========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

	html {
		box-sizing: border-box;
	}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #0c4da2;
		clear: both;
		font-weight: 300;
	}

	h1 {
		font-size: 2.5rem;
		margin: 0 0 1.5rem;
	}

	h2 {
		font-size: 2rem;
	}

	h3 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}

	h4 {
		font-size: 1.35rem;
	}

	h5 {
		font-size: 1.25;
	}

	h6 {
		font-size: 1.15rem;
	}

	p + h2, p + h3, p + h4, p + h5, p + h6 {
			margin: 2rem 0 .5rem;
	}

	p + ul {
		margin-top: -1rem;
	}

	@media screen and (max-width: 768px) {
		h1 {
			font-size: 1.75rem;
			margin: 0 0 1.5rem;
		}
	}

	p {
		margin-bottom: 1.5rem;
	}

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

	blockquote {
		margin: 0;
		position: relative;
	}

	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;
		-webkit-font-smoothing: antialiased;
		-webkit-text-size-adjust: none;
		-moz-osx-font-smoothing: grayscale;
	}

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

	ul,
	ol {
		margin: 0 0 1.15rem;
	}

	ul {
		list-style: square;
	}

	ol {
		list-style: decimal;
	}

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

	dt {
		font-weight: 700;
	}

	dd {
		margin: 0 1.5em 1.5em;
	}

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

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

	figure {
		margin: 0;
	}

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



/* LISTS
--------------------------------------------- */
	.nobullet {
		list-style: none;
		padding: 0;
		margin: 0;
	}

	.nobullet a {
		font-weight: 300;
	}

	.nobullet li {
		padding: .5rem 0;
	}


	@media screen and (min-width: 768px) {
		.inline-list li {
			display: inline;
		}

		.nobullet.seperator li:not(:last-child):after {
			content:"|";
			padding: 0 1rem;
		}
	}



/* Links
--------------------------------------------- */
	a {
		color: #0c4da2;
		display: inline-block;
		font-weight: 500;
	}

	p > a {
		display: inline;
		color: #00AA98;
	}

	a:hover,
	a:focus,
	a:active,
	a.black:hover,
	a.black:focus,
	p > a:hover, 
	p > a:focus {
		color: #ED1456;
		text-decoration: none;
	}

	a.green:hover, 
	a.green:focus {
		color: #ED1456;
	}

	a.white:hover,
	a.white:focus {
		color: rgba(255,255,255,.8);
	}

	a:focus {
		outline: .15rem dotted;
	}

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

/* Forms
--------------------------------------------- */
	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 {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		color: #383838;
		border: .075rem solid #0c4da2;
		border-radius: .25rem;
		padding: .5rem 1rem;
		width: 100%;
		min-height: 3rem;
	}

	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: #383838;
		outline: none;
		border-width: .15rem;
	}

	select {
		border: 1px solid #ccc;
	}

	textarea {
		width: 100%;
		height: 10rem;
	}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
	
	@media screen and (max-width: 768px) {
		.container {
			padding-right: 30px;
			padding-left: 30px;
		}
	}

	.py-6 {
		padding-top: 5rem!important;
		padding-bottom: 5rem!important;
	}

	.py-7 {
		padding-top: 7rem!important;
		padding-bottom: 7rem!important;
	}

	.p-30 {
		padding: 30px;
	}

	.clear {
		clear:both;
	}

	.content-box {
		position: relative;
		width: 100%;
		height: 100%;
		min-height: 15rem;
	}

	.img-box.left {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: calc( 50vw - 15px);
		background-size: cover !important;
		background-position: center !important;
	}

	.img-box.right {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: calc( 50vw - 15px);
		background-size: cover !important;
		background-position: center !important;
	}

	@media only screen and (max-width: 768px) {
		.img-box.left,
		.img-box.right {
			position: absolute;
			top: 0px;
			left: 0px;
			right: 0px;
			bottom: 0px;
			width: 100%;
			background: red;
		}
	}

	@media only screen and (min-width: 768px) {
		.twocolumns {
			column-count: 2;
		    column-gap: 2rem;
		}
	}


/*--------------------------------------------------------------
# IMAGES
--------------------------------------------------------------*/
	.fit { 
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.fit-container-small {
		overflow: hidden;
   		height: 12rem;
	}

	.fit-container-medium {
		overflow: hidden;
	}

	@media (min-width: 768px) {
		.fit-container-medium {
	   		height: 18rem;
		}
	}

	.fit-container-testimonial {
		overflow: hidden;
		height: 6rem;
		width: 6rem;
		margin: 0 auto 2rem;
		border-radius: 4rem;
	}


/*--------------------------------------------------------------
# Borders
--------------------------------------------------------------*/
	.round-bottom {
		border-bottom-right-radius: 1rem;
		border-bottom-left-radius: 1rem;
	}

	.round-corners {
		border-radius: 1rem;
	}

	.bb-blue {
		border-bottom: .05rem solid #9eb8da;
	}

	.bb-grey {
		border-bottom: .05rem solid rgba(117,117,117,.2);
	}

	@media (min-width: 768px) {
		.br-md-grey {
			border-right: .05rem solid rgba(117,117,117,.2);
		}
	}



/*--------------------------------------------------------------
# COLORS
--------------------------------------------------------------*/
	.black, a.black {
		color: #1F2022;
	}

	.blue, a.blue {
		color: #0c4da2;
	}

	a.blue:hover {
		color: #ED1456;
	}

	.green {
		color: #00AA98;
	}

	.white, .white h1 {
		color: #FFF;
	}

/*--------------------------------------------------------------
# BACKGROUNDS
--------------------------------------------------------------*/
	.blue-bg {
		background-color: #0c4da2;
	}

	.light-blue-bg {
		background-color: #3d71b5;
	}

	.lighter2-blue-bg {
		background-color: #6d94c7;
	}

	.lightest-blue-bg {
		background-color: #9eb8da;
	}

	.lighter-blue-bg {
		background-color: rgba(158,184,218,.2);
	}

	.light-grey-bg {
		background-color: #FAFBFD;
	}

	.light-purple-bg {
		background-color: rgba(158,184,218,.2);
	}

	.green-bg {
		background-color: #00AA98;
	}

	.white-bg {
		background-color: #FFF;
	}


/*--------------------------------------------------------------
# BACKGROUNDS - COLORS
--------------------------------------------------------------*/
	.blue-bg h1, .blue-bg h2, 
	.blue-bg h3, .blue-bg h4
	.blue-bg h4, .blue-bg h5,
	.blue-bg h6, .blue-bg p, 
	.blue-bg a, .blue-bg ul, 
	.blue-bg ol {
		color: #FFF;
	}

	.green-bg h1, .green-bg h2, 
	.green-bg h3, .green-bg h4
	.green-bg h4, .green-bg h5,
	.green-bg h6, .green-bg p, 
	.green-bg a, .green-bg ul, 
	.green-bg ol {
		color: #FFF;
	}

	.blue-bg a:hover, .blue-bg a:focus,
	.light-blue-bg a:hover, .light-blue-bg a:focus {
		opacity: .8;
		color: #FFF;
	}

	.light-blue-bg h1, .light-blue-bg h2, 
	.light-blue-bg h3, .light-blue-bg h4
	.light-blue-bg h4, .light-blue-bg h5,
	.light-blue-bg h6, .light-blue-bg p, 
	.light-blue-bg a, .light-blue-bg ul,
	.light-blue-bg ol {
		color: #FFF;
	}

	.lighter2-blue-bg h1, .lighter2-blue-bg h2, 
	.lighter2-blue-bg h3, .lighter2-blue-bg h4
	.lighter2-blue-bg h4, .lighter2-blue-bg h5,
	.lighter2-blue-bg h6, .lighter2-blue-bg p, 
	.lighter2-blue-bg a, .lighter2-blue-bg ul,
	.lighter2-blue-bg ol {
		color: #FFF;
	}

	.lightest-blue-bg h1, .lightest-blue-bg h2, 
	.lightest-blue-bg h3, .lightest-blue-bg h4
	.lightest-blue-bg h4, .lightest-blue-bg h5,
	.lightest-blue-bg h6, .lightest-blue-bg p, 
	.lightest-blue-bg a, .lightest-blue-bg ul,
	.lightest-blue-bg ol {
		color: #FFF;
	}


/*--------------------------------------------------------------
# BUTTONS
--------------------------------------------------------------*/
	
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button {
		border: .1rem solid transparent;
		color: #FFF;
		background: #0c4da2;
		padding: .5rem 2.75rem .5rem 1.5rem;
		border-radius: .5rem;
		display: inline-block;
		position: relative;
	}

	button span,
	input[type="button"] span,
	input[type="reset"] span,
	input[type="submit"] span,
	.button span {
		width: 1.5rem;
		height: 100%;
		top: 0;
		display: inline-block;
		position: absolute;
		margin-left: .5rem;
		right: .5rem;
	}

	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	button span:after,
	input[type="button"] span:after,
	input[type="reset"] span:after,
	input[type="submit"] span:after,
	.button, .button span:after {
		-webkit-transition: background-color 500ms ease, margin 500ms ease;
		-moz-transition: background-color 500ms ease, margin 500ms ease;
		-ms-transition: background-color 500ms ease, margin 500ms ease;
		-o-transition: background-color 500ms ease, margin 500ms ease;
		transition: background-color 500ms ease, margin 500ms ease;
	}

	button span:after,
	input[type="button"] span:after,
	input[type="reset"] span:after,
	input[type="submit"] span:after,
	.button span:after {
		content: "";
		background-image: url(../../../img/arrow-white.svg);
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		display: inline-block;
	}

	button:hover, button:focus, 
	.button:hover, .button:focus,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	input[type="button"]:focus,
	input[type="reset"]:focus,
	input[type="submit"]:focus {
		background: #202965;
		color: #FFF;
	}

	button:focus, .button:focus,
	input[type="button"]:focus,
	input[type="reset"]:focus,
	input[type="submit"]:focus {
		outline: .15rem dotted #202965;
	}

	button:hover span:after,
	input[type="button"]:hover span:after,
	input[type="reset"]:hover span:after,
	input[type="submit"]:hover span:after,
	button:focus span:after,
	input[type="button"]:focus span:after,
	input[type="reset"]:focus span:after,
	input[type="submit"]:focus span:after,
	.button:hover span:after, 
	.button:focus span:after {
		margin-left: .5rem;
	}

	.button.w-100 span {
		right: 1.5rem;
	}

	.button + .button {
		margin-top: 1rem;
	}

	.button.back {
		padding: .5rem 1.5rem .5rem 2.75rem;
	}

	.button.back span {
		left: 0;
		transform: rotate(180deg);
	}

	.button.smaller {
		font-size: .8rem;
		padding: .35rem 2.5rem .35rem 1rem;
	}

	.button.smaller span:after {
		background-size: .75rem;
	}

	@media (max-width: 768px) {
		.button {
			width: 100%;
		}
	}

/*--------------------------------------------------------------
# BUTTONS - COLORS
--------------------------------------------------------------*/

	.button.white {
		background: #FFF;
	}

	.button.white:hover,.button.white:focus{
		background: rgba(255,255,255,.9);
		opacity: 1;
	}

	.button.whiteline {
		background: transparent;
		border: .1rem solid #FFF;
	}

	.button.blue-line {
		background: transparent;
		border: .1rem solid #0c4da2;
		color: #0c4da2;
	}

	.button.green {
		background: #00AA98;
	}

	.button.green:hover,.button.green:focus{
		background: #008072;
		opacity: 1;
		color: #FFF;
	}

	.green-bg .button.white {
		color: #00AA98;
	}

	.green-bg .button.white span:after {
		background-image: url(/../img/arrow-green.svg);
		transform: rotate(90deg);
	}

	.blue-bg .button.white {
		color: #0c4da2;
	}

	.blue-bg .button.white span:after,
	.button.blue-line span:after {
		background-image: url(/../img/arrow-blue.svg);
	}

	.button.expand:hover span:after,
	.button.expand:focus span:after {
	    margin-left: 0;
	}

	.button.showmore span:after {
		background-image: url(/../img/plus-white.svg);
	}

	.button.blue-line.expand span:after {
		background-image: url(/../img/plus-blue.svg);
	}

	.button.blue-line.expand.active span:after {
		background-image: url(/../img/min-blue.svg);
	}

	.light-blue-bg .button.white,
	.lighter2-blue-bg .button.white,
	.lightest-blue-bg .button.white {
		color: #3d71b5;
	}

	.blue-bg .button.white:focus, 
	.light-blue-bg .button.white:focus {
		outline: .15rem dotted #FFF;
	}

	.light-blue-bg .button.white span:after,
	.lighter2-blue-bg .button.white span:after,
	.lightest-blue-bg .button.white span:after {
		background-image: url(/../img/arrow-light-blue.svg);
	}


/* Navigation - Logo
--------------------------------------------- */

	.logo img {
		width: 3.5rem;
	}

	.main-navigation {
		display: block;
		width: 100%;
		position: relative;
	}

	.main-navigation .navigation {
		box-shadow: 0 0 1.5rem rgba(0,0,0,.25);
		padding: .5rem 1.5rem;
	}

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

	.site-header {
		z-index: 3;
		position: fixed;
		top: 0;
		padding: 0;
	}

	.menu-all {
		display: inline;
	}

	.menu-item a {
		color: #0c4da2;
		padding: .5rem 1rem;
		font-size: 1.15rem;
		width: 100%;
		position: relative;
	}

	.menu-item a:hover, .menu-item a:focus {
		color: #ED1456;
	}

	#primary-menu, #secondary-menu,
	.sub-menu {
		margin: 0;
		list-style: none;
		padding: 0;
	}

	#primary-menu {
		border-top: .05rem solid rgba(42, 54, 135, .1);
	}

	.current_page_item > a:first-child,
	.current-page-parent > a,
	.current-page-parent > .sub-menu > .current-menu-item > a,
	.current-menu-item > a {
		font-weight: 500;
		color: #ED1456 !important;
	}

	.menu-item-has-children .sub-menu a {
		font-weight: 300;
	}

	@media (min-width: 992px) {
		.current-page-parent > .sub-menu > .current-menu-item > a {
			color: #FFF !important;
			font-weight: 500;
		}
	}
	.menu-icon {
		display: block;
		position: relative;
		margin-bottom: .75rem;
		width: auto;
		height: unset;
		top: unset;
		margin: 0 0 .5rem;
		right: 0;
	}

	.site-header button {
		border: .1rem solid transparent;
		border-color: transparent;
		border-radius: 0;
		background: transparent;
		color: #0c4da2;
		float: right;
		padding: .5rem 0;
	}

	.site-header button:hover, .site-header button:focus {
		border: .1rem dotted transparent;
		outline: none;
	}

	.site-header .menu-icon .navicon {
		background: #0c4da2;
		display: block;
		height: .15rem;
		position: relative;
		transition: background .2s ease-out;
		width: 50%;
		margin: auto;
		right: 0;
	}

	.site-header .menu-icon .navicon:before,
	.site-header .menu-icon .navicon:after {
		background: #0c4da2;
		content: '';
		display: block;
		height: 100%;
		position: absolute;
		transition: all .2s ease-out;
		width: 100%;
	}

	.menu-icon:after {
		content: none;
	}

	.site-header .menu-icon .navicon:before {
		top: 5px;
	}

	.site-header .menu-icon .navicon:after {
		top: -5px;
		margin-left: 0;
	}

/* TOGGLED MENU */
	.toggled .menu-icon .navicon {
		background: transparent;
	}

	.toggled .menu-icon .navicon:before {
		transform: rotate(-45deg);
	}

	.toggled .menu-icon .navicon:after {
		transform: rotate(45deg);
	}

	.toggled .menu-icon .navicon:before,
	.toggled .menu-icon .navicon:after {
		top: 0;
		height: .15rem;
	}

	.site-header li.menu-item-has-children ul a:focus {
		outline: .15rem dotted rgba(255, 255, 255, .5);
	}

	.site-header li.menu-item a {
		-webkit-transition: color 250ms ease-in-out;
		-moz-transition: color 250ms ease-in-out;
		-ms-transition: color 250ms ease-in-out;
		-o-transition: color 250ms ease-in-out;
		transition: color 250ms ease-in-out;
	}


	@media (max-width: 991px) {
		.menu-item a:focus {
			outline: none;
		}

		.main-navigation .navigation {
			overflow: hidden;
		}

		.menu-item-has-children .focus span {
			transform: rotate(180deg);
		}

		.menu-item-has-children a span {
			background-image: url('/../../img/arrow.svg');
			background-size: .8rem;
			background-repeat: no-repeat;
			background-position: center;
			width: 2.5rem;
			height: 2.5rem;
			right: 0;
			top: .3rem;
			position: absolute;
			-webkit-transition: transform 250ms ease-in-out;
			-moz-transition: transform 250ms ease-in-out;
			-ms-transition: transform 250ms ease-in-out;
			-o-transition: transform 250ms ease-in-out;
			transition: transform 250ms ease-in-out;
		}
		
		.prim-sec, .sub-menu {
			opacity: 0;
			visibility: hidden;
			max-height: 0;
			overflow: hidden;
			width: 100%;

			-webkit-transition: .5s ease-out, visibility .5s ease-out, opacity .5s ease-out, max-height .7s ease;
			-moz-transition: .5s ease-out, visibility .5s ease-out, opacity .5s ease-out, max-height .7s ease;
			-ms-transition: .5s ease-out, visibility .5s ease-out, opacity .5s ease-out, max-height .7s ease;
			-o-transition: .5s ease-out, visibility .5s ease-out, opacity .5s ease-out, max-height .7s ease;
			transition: .5s ease-out, visibility .5s ease-out, opacity .5s ease-out, max-height .7s ease;
		}

		.main-navigation ul ul {
			background: rgba(42, 54, 135, .1);
		}

		#secondary-menu {
			margin-bottom: 1rem;
		}

		.site-header .menu-all a {
			border-bottom: .05rem solid rgba(42, 54, 135, .1);
			padding: .75rem .5rem;
			width: 100%;
		}

		.sub-menu li:last-child a {
			border-bottom: 0;
		}

		.toggled .prim-sec,
		.focus + .sub-menu {
			max-height: 60rem;
			opacity: 1;
			visibility: visible;
			overflow: visible;
		}

		.toggled .prim-sec {
			margin-top: 1.5rem;
		}
	}

	@media (min-width: 992px) {
		.main-navigation .navigation {
			padding: 1rem 1.5rem 0;
		}

		.menu-all {
			width: 100%;
			text-align: right;
		}

		.sub-menu {
			background-color: #3d71b5;
			top: 100%;
			transition: all 250ms ease-in;
			opacity: 0;
			position: absolute;
			max-height: inherit;
			display: block;
			visibility: hidden;
			text-align: left;
			border-radius: 0 0 1rem 1rem;
			padding: .5rem 1rem;
		}

		.main-navigation .sub-menu:before {
			content: "";
			width: 1rem;
			height: 1rem;
			left: 1rem;
			background: #3d71b5;
			position: absolute;
			top: -.5rem;
			transform: rotate(45deg);
		}

		.sub-menu li.menu-item a {
			color: #FFF;
		}

		.sub-menu li.menu-item a:hover, .sub-menu li.menu-item a:focus {
			opacity: .7;
		}

		.site-header li.menu-item .sub-menu li {
			display:block;
		}

		.menu-item-has-children:hover .sub-menu,
		.menu-item-has-children.focus + .sub-menu,
		.menu-item-has-children a:focus + .sub-menu,
		.menu-item-has-children.focus a:hover + .sub-menu {
			max-height: 40rem;
			opacity: 1;
			visibility: visible;
			text-align: left;
		}

		.menu-item-has-children a:hover span,
		.menu-item-has-children a:focus span,
		.menu-item-has-children:focus a span,
		.menu-item-has-children:focus a span {
			transform: rotate(180deg);
		}
		.site-header .secondary a {
			font-size: 1rem;
		}

		ul#secondary-menu {
			display: inline;
		}

		.site-header li.menu-item a {
			position: relative;
			width: 100%;
		}
		.site-header button {
			display: none;
		}
		.site-header li.menu-item,
		.site-header li.menu-item a {
			display: inline;
		}
		#primary-menu {
			display: flex;
			justify-content: space-between;
			margin-top: 0;
		}
		.prim-sec {
			flex-direction: column-reverse;
			display: flex;
			width: 100%;
		}
		.secondary ul li,
		.site-header li.menu-item .sub-menu li a {
			display: inline-block;
		}

		#primary-menu>li:last-child a {
			padding-right: 0;
		}
		.site-header li.menu-item .sub-menu li:not(:last-child) {
			border-bottom: .05rem solid rgba(255, 255, 255, .2);
		}
	}


/* SOCIAL*/
	.social ul {
		list-style: none;
		padding:0;
		margin: 0;
	}

	.social ul li {
		display: inline;
		margin: 0 0 0 .5rem;
		text-indent: -999999rem;
		text-align: left;
	}

	.site-header .menu-all .social ul li a {
		padding: 0;
		background: #0c4da2;
		border-radius: .25rem;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 1rem;
		display: inline-block;
		width: 2rem;
		height: 2rem;

		-webkit-transition: background-color 250ms ease;
		-moz-transition: background-color 250ms ease;
		-ms-transition: background-color 250ms ease;
		-o-transition: background-color 250ms ease;
		transition: background-color 250ms ease;
	}

	.site-header .menu-all .social ul li a:hover, .site-header .menu-all .social ul li a:focus {
		background-color: #ED1456;
	}

	.menu-all .social ul li.facebook a { background-image: url(../../../../../img/facebook.svg); }
	.menu-all .social ul li.twitter a { background-image: url(../../../../../img/twitter.svg); }
	.menu-all .social ul li.youtube a { background-image: url(../../../../../img/youtube.svg); }
	.menu-all .social ul li.linkedin a { background-image: url(../../../../../img/linkedin.svg); }




	@media (min-width: 992px) {
		.logo img {
			width: 5.5rem;
			padding: 0 0 1rem 0;
		}

		.logo, .scroll .logo {
			width: 8rem;
		}

		.scroll.main-navigation .navigation {
			padding: 0 1.5rem
		}

		.scroll .secondary, .scroll .social {
			height: 0;
			width: 0;
			overflow: hidden;
			opacity: 0;
			padding: 0 !important;
			display: block;
		}

		.scroll .logo img {
			width: 3rem;
			padding: .5rem 0;
		}

		.logo img, .scroll .logo img {
			-webkit-transition: width 250ms ease;
			-moz-transition: width 250ms ease;
			-ms-transition: width 250ms ease;
			-o-transition: width 250ms ease;
			transition: width 250ms ease;
		}

		.scroll #primary-menu {
			border-top: transparent;
			padding-top: 0 !important;
			padding-bottom: 0 !important;
		}

		.scroll .menu-all {
			-ms-flex-align: center!important;
			align-items: center!important;
			display: -ms-inline-flexbox!important;
			display: inline-flex!important;
		}

		.site-header .menu-all .social ul li a {
			width: 1.5rem;
			height: 1.5rem;
			background-size: .75rem;
		}
	}


/* HOME
--------------------------------------------- */
	.home .header-wrapper {
		max-height: 30vh;
		height: 40rem;
		min-height: 25rem;
		background-size: cover !important;
		background-position: center !important;
	}

	@media (min-width: 768px) {
		.home .header-wrapper {
			min-height: 22rem;
		}
	}

	@media (min-width: 992px) {
		.home .header-wrapper {
			max-height: 40vh;
			min-height: 30rem;
		}
	}

	.eapps-twitter-feed-posts-item-user-image{
		left: 0;
	}

	.featured {
		position: relative;
		height: 19rem;
	}

	.featured > div {
		position: relative;
		overflow: hidden;
	}

	.side:not(:last-child) .featured_side {
		border-bottom: .05rem solid rgba(158,184,218,.5);
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}

	.featured_side .date-full {
		border-radius: 1rem;
		float: left;
		width: 6rem;
	}

	.featured_side .featured_info {
		float: left;
		width: calc( 100% - 6rem);
		padding: 0 1rem;
	}

	.featured_info h3 {
		font-size: 1.35rem;
		font-weight: 500;
		margin-bottom: 0;
	}

	.featured_info p {
		margin-bottom: 0;
	}

	.featured > div > ul, .featured > div > a, .featured > div > p,
	.featured-info, .date-full {
		z-index: 1;
	}

	.featured > .inner:before {
		content: "";
		z-index: -1;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		background: rgba(0,0,0,.5);
		background: -moz-linear-gradient(0deg, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 100%);
		background: linear-gradient(0deg, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 100%);
	}

	#eapconnect h3,#eapconnect h4, #eapconnect h5, #eapconnect h6 {
		font-weight: 500;
		color: #00AA98;
		font-size: 1.4rem;
		margin-bottom: .25rem;
	}



	.header-wrapper {
		max-height: 35vh;
		z-index: 0;
		min-height: 20rem;
		height: 35rem;
		position: relative;
		background-size: cover !important;
		background-position: top center !important;
		margin-bottom: 4rem;
	}


	.header-wrapper:before {
		content: "";
		z-index: -1;
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgb(0,0,0);
		background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5074404761904762) 0%, rgba(0,0,0,0) 25%);
		background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5074404761904762) 0%, rgba(0,0,0,0) 25%);
		background: linear-gradient(0deg, rgba(0,0,0,0.5074404761904762) 0%, rgba(0,0,0,0) 25%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
	}


	.home .header-wrapper:before {
		content:none;
	}

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

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

	.page-content,
	.entry-content,
	.entry-summary {
		margin: 1.5rem 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;
	}

/* BREADCRUMBS
--------------------------------------------- */
	#crumbs {
		display: -ms-flexbox;
		display: flex;
	}

	#crumbs, #crumbs a {
		color: #FFF;
	}

	#crumbs a:hover, #crumbs a:focus {
		opacity: .8;
	}

	span.arrow {
		width: 1.5rem;
		height: 1.2rem;
		background-image: url(../../../img/arrow-white.svg);
		background-size: .6rem;
		background-position: center;
		background-repeat: no-repeat;
		display: inline-block;
		-ms-flex-item-align: center;
		align-self: center;
	}


/* BREADCRUMBS
--------------------------------------------- */
	.eapps-twitter-feed-posts-item-inner {
		border: .05rem solid #F2F2F2;
		border-radius: .5rem;
	}


/* STORIES
--------------------------------------------- */
	.storiesFilter.countries,
	.storiesFilter.fields,
	.storiesFilter.types,
	.storiesFilter.topics {
		border-bottom: .05rem solid rgba(170, 175, 207, .2);
		padding: 1rem 0;
	}
	.storiesFilter li {
		display: inline-block;
		padding: 0;
	}

	#storiesFilter .storiesFilter li:not(:last-child) {
		margin-right: 1.5rem;
	}

	#storiesFilter .storiesFilter li:first-child p {
		text-transform: capitalize;
		margin-bottom: 0;
		display: inline;
		font-weight: 500;
	}

	#storiesFilter .storiesFilter li label {
		color: #616469;
	}

	#storiesFilter .storiesFilter li input[type=checkbox] {
		display: none;
	}

	#storiesFilter .storiesFilter.countries li input[type=checkbox]:checked + label,
	#storiesFilter .storiesFilter.test li input[type=checkbox]:checked + label {
		font-weight: 500;
	    color: #E24301;
	}

	#storiesFilter .storiesFilter.fields li input[type=checkbox]:checked + label {
		font-weight: 500;
	    color: #6D2077;
	}

	#storiesFilter .storiesFilter.types li input[type=checkbox]:checked + label {
		font-weight: 500;
	    color: #64B5F6;
	}

	#storiesFilter .storiesFilter.topics li input[type=checkbox]:checked + label {
		font-weight: 500;
	    color: #b5d400;
	}

	.stories-item, .event-item {
		position: relative;
    	height: 20rem;
	}

	.stories-inner:after, .event-inner:after{
	    background: rgba(0,0,0,.5);
	    background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	    background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	    background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	    content: "";
	    height: 100%;
	    display: block;
	}

	.stories-inner, .event-inner {
		position: absolute;
		width: 100%;
		height: 100%;
		overflow: hidden;
		background-color: #ED1456 !important;
	}

	.storieslink, .eventlink {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		z-index: 0;
	}

	.stories-title, .event-title {
		position: absolute;
		margin: 0;
		left: 1.5rem;
		right: 1.5rem;
		bottom: -2.5rem;
    	overflow: hidden;
	    transition: bottom 250ms ease;
	}

	.stories-title h3, .event-title h3 {
		margin-bottom: 2rem;
	}

	.stories-item:hover .stories-title,
	.stories-item:focus .stories-title,
	.event-item:hover .event-title,
	.event-item:focus .event-title {
        bottom: 1.5rem;
	    transition: bottom 250ms ease;
	}

	.tags.absolute {
		position: absolute;
		z-index: 1;
		top: .5rem;
		left: .5rem;
	}

	.tags.absolute.right {
		right: .5rem;
		left: unset;
	}

	.tags li, .tags li.event  {
		padding: 0;
		margin: .2rem .1rem .2rem;
		display: inline;
	}

	.tags li.event  {
		color: #0c4da2;
		display: inline-block;
	}

	.tags li a, .tags li.event {
		background: #FFF;
		text-transform: uppercase;
		font-size: .8rem;
		padding: .1rem .2rem;
		font-weight: 500;
		margin-bottom: .2rem;
	}

	.tags li a.topic { color: #6D2077;}
	.tags li a.topic:hover, .tags li a.topic:focus { color: #FFF; background: #6D2077;}

	.tags li a.country { color: #E24301;}
	.tags li a.country:hover, .tags li a.country:focus { color: #FFF; background: #E24301;}

	.tags li a.topics { color: #b5d400;}
	.tags li a.topics:hover, .tags li a.topics:focus { color: #FFF; background: #b5d400;}

	.tags li a.category { color: #64B5F6;}
	.tags li a.category:hover, .tags li a.category:focus { color: #FFF; background: #64B5F6;}

	.tags li a.event{ color: #0c4da2;}
	.tags li a.event:hover, .tags li a.category:focus { color: #FFF; background: #0c4da2;}

	.hidden {
		max-height: 0;
 		overflow: hidden;
  		transition: max-height 0.2s ease-out;
	}

	.hidden-text {
		display: none;
	}


/* WHAT WE DO
--------------------------------------------- */
	.services-row > div {
		padding-left: 0;
		padding-right: 0;
	}

	@media (min-width: 768px) {
		.services-row > div:nth-child(odd) {
			padding-left: 0;
			padding-right: 8px;
		}

		.services-row > div:nth-child(even) {
			padding-right: 0;
			padding-left: 8px;
		}
	}

	@media (min-width: 992px) {
		.services-row > div:nth-child(-n+2) {
			padding-left: 0;
			padding-right: 15px;
		}

		.services-row > div:nth-child(n+3) {
			padding-right: 0;
			padding-left: 15px;
		}

		.services-row > div:nth-child(2) {
			padding-right: 8px;
		}

		.services-row > div:nth-child(3) {
			padding-left: 8px;
		}
	}


/* OUR SERVICES
--------------------------------------------- */
	@media (min-width: 992px) {
		#connectivity.blue-left {
			background: transparent;
			background: -moz-linear-gradient(0deg, rgba(12,77,162,1) 33%, rgba(244,244,249,1) 33%);
			background: -webkit-linear-gradient(0deg, rgba(12,77,162,1) 33%, rgba(244,244,249,1) 33%);
			background: linear-gradient(90deg, rgba(12,77,162,1) 33%, rgba(244,244,249,1) 33%);
		}

		#trust.blue-left {
			background: transparent;
			background: -moz-linear-gradient(0deg, rgba(61,113,181,1) 33%, rgba(244,244,249,1) 33%);
			background: -webkit-linear-gradient(0deg, rgba(61,113,181,1) 33%, rgba(244,244,249,1) 33%);
			background: linear-gradient(90deg, rgba(61,113,181,1) 33%, rgba(244,244,249,1) 33%);
		}

		#clouds.blue-left {
			background: transparent;);
			background: -moz-linear-gradient(0deg, rgba(109,148,199,1) 33%, rgba(244,244,249,1) 33%);
			background: -webkit-linear-gradient(0deg, rgba(109,148,199,1) 33%, rgba(244,244,249,1) 33%);
			background: linear-gradient(90deg, rgba(109,148,199,1) 33%, rgba(244,244,249,1) 33%);
		}

		#realtime.blue-left {
			background: transparent;);
			background: -moz-linear-gradient(0deg, rgba(158,184,218,1) 33%, rgba(244,244,249,1) 33%);
			background: -webkit-linear-gradient(0deg, rgba(158,184,218,1) 33%, rgba(244,244,249,1) 33%);
			background: linear-gradient(90deg, rgba(158,184,218,1) 33%, rgba(244,244,249,1) 33%);
		}
	}

	.services-right {
		background: #f4f4f9;
	}

	.serviceslider .slick-slide {
		text-align: left;
	}

	.serviceslider h3.title {
		font-size: 1.5rem;
		font-weight: 500;
		color: #00AA98;
		margin-bottom: .5rem;
	}

	.serviceslider h4.subtitle {
		font-size: 1rem;
		font-weight: 300;
		color: #00AA98;
		font-style: italic;
	}

	.service.slick-slide img {
		max-height: 5rem;
	}


/* VISIBLITY & ENGAGEMENT
--------------------------------------------- */
	#eyr h2 {
		font-size: 1.5rem;
		margin-bottom: 1rem;
	}

	#nominees h3 {
		font-size: 1.25rem;
		margin-bottom: 0.25rem;
	}

	#nominees p {
		margin-bottom: 0;
	}


/* NRENS
--------------------------------------------- */
	@media screen and (min-width: 768px) {
		.associcatepartner:nth-child(even) > div:after,
		.spacer:after {
			height: 70%;
			content: "";
			position: absolute;
			width: 0.05rem;
			bottom: 0;
			top: 15%;
			left: 0;
			background: rgba(117,117,117,.2);
		}

		.spacer:after {
			left: 50%;
		}
	}

	.associatepartner_logo {
		width: 25%;
		position: absolute;
	}

	.associatepartner_info {
		padding-left: 30%;
	}

	#beneficiaryTabs, #eyrTabs {
	    display: block;
	    padding-left: 15px;
	}

	#beneficiaryTabs .tabsItem,
	#eyrTabs .tabsItem {
		width: 100%;
		color: #818387;
		font-weight: 300;
		border-left: .4rem solid rgba(153, 221, 214, .5);
		padding: 1rem 1.5rem;
		position: relative;
	}

	#beneficiaryTabs .tabsItem span,
	#eyrTabs .tabsItem span {
	    width: 15%;
	    height: 100%;
	    position: absolute;
	    top: 0;
	    right: 0;
	}

	#beneficiaryTabs .tabsItem span:after,
	#eyrTabs .tabsItem span:after {
		content:"";
		background-image: url(/../img/arrow-grey.svg);
	    background-position: center;
	    background-repeat: no-repeat;
	    width: 100%;
	    height: 100%;
	    display: inline-block;
        transform: rotate(180deg);
        background-size: .9rem;
	}

	#beneficiaryTabs .tabsItem.active span:after,
	#eyrTabs .tabsItem.active span:after {
		background-image: url(/../img/arrow-green.svg);
		transform: rotate(90deg);
	}

	#beneficiaryTabs .tabsItem:hover,
	#eyrTabs .tabsItem:hover {
		color: #00AA98;
	}
	
	#beneficiaryTabs .tabsItem.active,
	#eyrTabs .tabsItem.active {
	    font-weight: 500;
	    color: #00AA98;
	    border-color: #00AA98;
	}

	.benefiarypartner_name h4 {
		font-size: 1rem;
	}

	.benefiarypartner_info span.contact {
		width: 1.5rem;
    	display: inline-block;
	}

	
/* CONTACT
--------------------------------------------- */
	label.wpforms-field-label {
		text-transform: uppercase;
		font-weight: 500;
		margin: 1.5rem 0 0.5rem 0;
		color: #0c4da2;
		display: block;
	}

	.wpforms-field-container > div:first-child label {
		margin: 0 0 .5rem 0;
	}

	input + label.wpforms-error, 
	.wpforms-field-container > div:first-child input + label, 
	textarea + label.wpforms-error {
		color: #D71A00;
		margin-top: .5rem;
	}

	input.wpforms-error, textarea.wpforms-error {
		border-color: #D71A00;
	}

	.wpforms-field-hp {
		display: none !important;
		position: absolute !important;
		left: -9000px !important;
	}

	.wpforms-submit {
		margin-top: 2rem;
	}


/* FAQ
--------------------------------------------- */

	.question {
		position: relative;
		width: 100%;
		padding: .75rem .5rem;
		border-bottom: .05rem solid rgb(140, 146, 185);
	}

	.question:focus {
		outline: 0.15rem dotted rgba(42,54,135,.55);
	}

	.question h3 {
		width: 90%;
		font-size: 1.3rem;
		margin: 0;
	}

	.question span, #beneficiary li a span {
		width: 1.5rem;
		height: 100%;
		top: 0;
		right: 0;
		display: inline-block;
		position: absolute;
	}

	.question span:after, #beneficiary li a span:after {
		content: "";
		background-image: url(../../../img/arrow.svg);
		background-size: .8rem;
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		display: inline-block;
		transform: rotate(180deg);

		-webkit-transition: transform 250ms ease-in-out;
		-moz-transition: transform 250ms ease-in-out;
		-ms-transition: transform 250ms ease-in-out;
		-o-transition: transform 250ms ease-in-out;
		transition: transform 250ms ease-in-out;
	}
	.question.collapsed span:after, #beneficiary li a.active span:after {
		transform: rotate(90deg);
	}


/* EMBED VIDEO
--------------------------------------------- */
	.video-block { 
		position: relative; 
		padding-bottom: 56.25%; /* 16:9 */ 
		height: 0; 
		overflow: hidden;
	}

	.video-block img { 
		position: absolute; 
		display: block; 
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%;
   		max-width: unset;
		z-index: 1; 
		cursor: 
		pointer; 
		object-fit: cover;
	}

	@media screen and (min-width: 992px) {
		.video-block.full {
			padding-bottom: 28%; /* 16:9 */ 
		}


	}
	.cover-image:after {
		content: "";
		position: absolute;
		background: url(../../../img/play-button.svg) no-repeat 0 0;
		top: 50%;
		width: 6rem;
		height: 6rem;
		z-index: 2;
		cursor: pointer;
		left: 50%;
		transform: translate(-50%, -50%);

		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	.videoclick:focus .cover-image:after, 
	.cover-image:hover:after {
		transform: translate(-50%, -50%) scale(1.15);
	}

	.video-block iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0; }

/* COOKIE
--------------------------------------------- */
	#cookie-notice .cn-button {
		margin: .5rem 1rem;
		border: 0;
		color: #FFF;
		padding: .5rem 2.75rem .5rem 1.5rem;
		border-radius: .5rem;
		display: inline-block;
		position: relative;
	}

	#cn-accept-cookie.button span:after {
		background-size: .75rem;
	}

	.cn-close-icon {
		display: none;
	}


/* 404
--------------------------------------------- */
	.vh-100 {
		min-height: 30rem !important;
	}

	.error-404 h1 { 
		font-size: 7rem;
		margin: 0;
	}


/* ABOUT US
--------------------------------------------- */
	#three img {
		height: 3rem;
   		width: auto;
	}

	#three .title {
		height: 4rem;
	}

	.testimonial-center blockquote {
		color: #00AA98;
		font-size: 1.35rem;
		font-style: italic;
		margin: auto;
		max-width: 80%;
	}


/* EVENTS
--------------------------------------------- */
	.featured-event, .featured-event-inner {
		z-index: 0;
		width: 100%;
		height: 100%;
		position: relative;
	}

	.featured-event-inner:after {
		content: "";
		z-index: -1;
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(0,0,0,.5);
		background: -moz-linear-gradient(0deg, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 100%);
		background: linear-gradient(0deg, rgba(0,0,0,0.6) 50%, rgba(0,0,0,0) 100%);
	}

	.inner {
		z-index: 0;
		height: 100% !important;
		position: relative;
	}

	.featured > .inner:before {
		background: rgba(0,0,0,.5);
		background: -moz-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
		background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
		background: linear-gradient(0deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0) 100%);
	}

	.featured-event h3, .featured-event p {
		color: #FFF;
		max-width: 33rem;
		margin-bottom: 0.5rem;
	}

	.date-full {
		background: #0c4da2;
		padding: 1rem;
		border-radius: 0 0 1rem 1rem;
		display: inline-block;
		color: #FFF;
		text-align: center;
	}

	.event-inner .date-full {
	    position: absolute;
	    left: 1.5rem;
	}

	.month {
		text-transform: uppercase;
		letter-spacing: .15rem;
		display: block;
	}

	.date {
		font-weight: 500;
		font-size: 1.25rem;
		text-transform: uppercase;
	}

	span.event-label, a.event-label {
		background: #0c4da2 !important;
		text-transform: uppercase;
		display: inline-block;
		padding: .1rem .5rem;
		color: #FFF;
		font-size: .75rem;
	}

	a.event-label:hover, a.event-label:focus {
		background: #202965 !important;
	}


/* EVENTS DETAIL
--------------------------------------------- */
	.date-detail {
		display: inline-block;
		color: #0c4da2;
		text-transform: uppercase;
		letter-spacing: .15rem;
	}

	.post h1 {
		font-size: 2rem;
	}

	.post-content h2, .post-content h3,
	.post-content h4 {
		color: #00AA98;
		font-weight: 500;
	}

	.post-content h5, 
	.post-content h6 {
		color: #1F2022;
		font-weight: 500;
	}

	.paragraph > p:last-child {
		margin-bottom: 0;
	}

	figure > figcaption {
		margin-top: .5rem;
		color: #757575;
		font-size: .8rem;
		text-transform: uppercase;
	}

	table.timetable tr:first-child {
		color: #00AA98;
	}

	table.timetable tr:not(:first-child):nth-child(even) {
		background: rgba(223, 224, 225, .3);
	}

	table.timetable td, table.timetable th {
		padding:.5rem 1rem;
		vertical-align: top;
	}

	table.timetable tr > td:first-child {
		width: 15%;
		font-weight: 500;
	}

	table.timetable tr > td > p:last-child {
		margin-bottom: 0;
	}


	blockquote.quote p {
		color: #00AA98;
		font-size: 1.4rem;
		font-style: italic;
		padding-left: 5rem;
		margin-bottom: .5rem;
	}

	blockquote.quote footer {
		padding-left: 5rem;
	}

	blockquote.quote span.quotation {
		width: 5rem;
		height: 5rem;
		display: inline-block;
		float: left;
	}

	blockquote.quote span.quotation:before {
		content: "";
		background-image: url(../../../img/quote.svg);
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		display: inline-block;
		background-size: 3.5rem;
	}

	@media screen and (min-width: 768px) {
		.facts_figures .innerfact {
			max-width: 18rem;
			margin: auto;
		}
	}

	.facts_figures {
		border-top: .05rem solid #DFE0E1;
		border-bottom: .05rem solid #DFE0E1;
	}

	.facts_figures p.number {
		color: #00AA98;
		font-weight: 500;
		font-size: 5rem;
		margin-bottom: 0;
		line-height: 110%;
	}

	.facts_figures p.number-title {
		font-weight: 500;
		margin-bottom: 0;
		line-height: 110%;
	}

	.facts_figures p.number-text {
		margin-bottom: 0;
	}

	.post-footer .author h6 {
		font-size: 1rem;
		color: #9eb8da;
		font-weight: 500;
		margin-bottom: 0;
		display: unset;
	}

	.post-footer li:not(:last-child) h6:after {
		content: ", ";
	}

	.post-footer .share-on p {
		font-size: 1rem;
		color: #9eb8da;
		font-weight: 300;
		display: inline;
		margin-right: 1rem;
		margin-bottom: 0;
	}

	.social-share {
		display: inline;
	}

	.social-share a {
		text-indent: -99999px;
		width: 2rem;
		height: 2rem;
		display: inline-block;
		background-size: .9rem;
		background-repeat: no-repeat;
		background-position: center;
		border-radius: .25rem;

		-webkit-transition: background-color 500ms ease;
		-moz-transition: background-color 500ms ease;
		-ms-transition: background-color 500ms ease;
		-o-transition: background-color 500ms ease;
		transition: background-color 500ms ease;
	}

	.social-share a:not(:last-child) {
		margin-right: .5rem;
	}

	.social-share a.facebook {
		background-color: #3B5998;
		background-image: url(../../../../../img/facebook.svg);
	}

	.social-share a.facebook:hover, .social-share a.facebook:focus {
		background-color: #2C4372;
		outline: none;
	}

	.social-share a.twitter {
		background-color: #1DA1F2;
		background-image: url(../../../../../img/twitter.svg);
	}

	.social-share a.twitter:hover, .social-share a.twitter:focus {
		background-color: #4490d4;
		outline: none;
	}

	.social-share a.linkedin {
		background-color: #0072b1;
		background-image: url(../../../../../img/linkedin.svg);
	}

	.social-share a.linkedin:hover, .social-share a.linkedin:focus {
		background-color: #005685;
		outline: none;
	}

	.post-footer {
		padding-top: 1rem;
		border-top: .01rem solid rgba(158,184,218,.3);
	}

	.related_info {
		font-weight: 300;
		padding-left: 2rem;
		position: relative;
		width: 100%;
		margin: .25rem 0;
	}

	.related_info span {
		width: 1.5rem;
		height: 1.5rem;
		position: absolute;
		left: 0;
		background-size: 1.2rem;
		background-repeat: no-repeat;
		background-position: center;
	}

	.related_info span.pdf { background-image: url(../../../../../img/pdf.svg);}
	.related_info span.link { background-image: url(../../../../../img/link.svg);}
	.related_info span.presentation { background-image: url(../../../../../img/powerpoint.svg);}

	.partner_list li {
		padding: 0 0 .75rem;
	}

	.partner_list li:last-child {
		padding: 0;
	}

	.partner_list img {
		height: 3rem;
	}

	.authors_list li {
		position: relative;
		clear: both;
	}

	.author-picture {
		float: left;
		width: 80px;
		height: 100%;
	}

	.author-information {
		padding: 10px 0 15px 15px;
		overflow: hidden;
	}

	.author-mail {
		display: block;
		word-wrap: break-word;
	}

	.author-information .author-name .light {
		display: block;
	}

	@media (min-width: 768px) {
		.authors_list li {
			
		}

		.author-picture {
			width: 22%;
		}

		.author-information {
			padding: 0 0 0 15px;
		}
	}

	

	
	/*Author page*/
	.single-author-details {
		padding: 5px 15px 5px 0;
	}

		.single-author-details .pre-title {
			font-size: 18px;
		}

		.single-author-details .author-name {
		
			margin-bottom: 0;
		}

		.single-author-details .author-role {
	
			font-size: 18px;
		}

		@media (min-width: 992px) {
			.single-author-details {
				padding: 40px 15px;
			}

				.single-author-details .pre-title {
					font-size: 20px;
				}

				.single-author-details .author-role {
					
				}

				.single-author-details .author-role {
					display: inline-block;
					font-size: 28px;
				}
		}



/* Resources
--------------------------------------------- */
	.filter {
		text-transform: uppercase;
		color: #0c4da2;
		margin: 0;
	}

	.resource-title {
		font-size: 1.5rem;
		font-weight: 500;
		color: #00AA98;
		margin: .75rem 0 1rem;
		overflow: hidden;
	}

	span.resource-label {
		background: #00AA98;
		text-transform: uppercase;
		display: inline-block;
		padding: .1rem .5rem;
		color: #FFF;
		font-size: .75rem;
	}

	.resourcefilter, .resourcefilterTwo {
		float: left;
		display: none !important;
	}

	.show {
		display: block !important;
	}

	.filter-btn {
		cursor: pointer;
		color: #0c4da2;
		background: none;
		padding: 0;
	}

	.filter-btn:hover, .filter-btn:focus {
		color: #ED1456;
		background: none;
		outline: none;
	}

	.filterList li:not(:last-child) {
		margin-right: 2rem;
	}

	.filter-btn.active {
		font-weight: 500;
		color: #ED1456;
	}

	.resource-image {
		overflow: hidden;
		height: 10rem;
	}

	@media screen and (min-width: 768px) {
		.resource-title {
			height: 3.5rem;
		}

		.filterList {
			display: flex;
			justify-content: space-between;
		}
	}


/* SLIDER
--------------------------------------------- */
	.slick-list {
		width: calc(100% - 6rem);
		margin: auto;
	}

	.serviceslider.slick-list {
		width: 85%;
		margin: auto !important;
	}

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

	.responsive .slick-slide {
		height: inherit !important;
	}

	.responsive .slick-slide a {
		height: 100%;
	}

	.slick-prev, .slick-next {
		position: absolute;
		top: 45%;
		width: 2.5rem;
		height: 2.5rem;
		padding: 0;
		background: #00AA98;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
		color: transparent;
		border: none;
		border-radius: 0;
		z-index: 1;
		font-size: 0;

		-webkit-transition: all 500ms ease;
		-moz-transition: all 500ms ease;
		-ms-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
	}

	.slick-prev:before, .slick-next:before {
		content: " ";
		display: block;
		width: 100%;
		height: 100%;
		
		background-repeat: no-repeat;
		background-size: .75rem;
		background-position: center;
	}

	.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus{
		background: #008072;
	}

	.slick-prev:before, .slick-next:before {
		background-image: url(../../../img/arrow-white.svg);
	}

	.slick-prev {
	   	left: 0;
	}

	.slick-prev:before {
		transform: rotate(180deg);
	}

	.slick-next {
		right: 0;
	}

	.slick-slide {
		padding: 0 1rem;
		text-align: center;
		position: relative;
	}

	#partners .slick-slide img {
		display: block;
		max-height: 5rem;
	}

	.slider .slick-list {
		width: 100%;
	}

	.slider .slick-slide img {
		width: 100%;
	}

	.slick-dots {
		list-style: none;
		position: absolute;
		margin: 0;
		bottom: 0;
		padding: 0;
		width: 100%;
		text-align: center;
	}

	.slick-dots li {
		display: inline;
	}

	.slick-dots button {
		text-indent: -9999999rem;
		background: transparent;
		border: .05rem solid;
		padding: 0;
		width: .75rem;
		height: .75rem;
	}

	.slick-active button {
		background: #FFF;
	}

	.slick-dots li:not(:last-child) button {
		margin-right: .5rem;
	}

	.slider .slick-prev, 
	.slider .slick-next {
		top: 50%;
	}

	.slider .button.whiteline {
		position: absolute;
		right: .75rem;
		bottom: .75rem;
		width: auto;
		background: rgba(0,0,0,.6);
	}

	.slick-slider {
		-webkit-user-select: text;
	    -khtml-user-select: text;
	    -moz-user-select: text;
	    -ms-user-select: text;
	    user-select: text;
	    padding: 0;
	}



