/*!
Theme Name: Aspect
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: aspect
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 with others.

Aspect is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * 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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

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

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

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #222222;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 900;
}

h1 {
  color: #063b4b;
}

.section-heading {
  text-align: center;
  color: #063b4b;
  margin-bottom: 0.5em;
  font-size: 2em;
}
@media screen and (min-width: 768px) {
  .section-heading {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 1200px) {
  .section-heading {
    font-size: 3em;
    margin-bottom: 1em;
  }
}
.section-heading a {
  color: #063b4b;
}
.section-heading a:visited {
  color: #063b4b;
}
.section-heading a:hover {
  color: #50b795;
}

.page-heading {
  font-size: 2em;
  padding-bottom: 0.6em;
  border-bottom: 1px solid #222222;
  margin-bottom: 1.6em;
  color: #222222;
}
.page-heading span a {
  font-size: 0.4em;
  bacground: white;
  text-transform: uppercase;
  color: #222222;
  float: right;
  font-weight: 700;
  padding: 1em 2em;
  letter-spacing: 1.6px;
  border: 1px solid #222222;
  border-radius: 5px;
  transition: all 0.2s ease;
}
.page-heading span a:hover {
  background: #128ab3;
  color: white;
  border: 1px solid #222222;
  transition: all 0.2s ease;
}
@media screen and (min-width: 768px) {
  .page-heading {
    font-size: 2.75em;
  }
}

.container.heading {
  margin-bottom: -1em;
  margin-top: -1em;
}
.container.heading .col-2 {
  float: left;
}
.container.heading .col-2.right.intro {
  margin-top: 3em;
  color: #063b4b;
}

.page-title {
  padding: 0 0.2em;
  border-bottom: 60px solid #50b795;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  height: 0;
  display: inline-block;
  line-height: 2.25em;
  font-size: 1.75em;
  color: white;
  margin-bottom: 0;
}
.page-title.light-blue {
  border-bottom-color: #128ab3;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
.page-title.red {
  border-bottom-color: #ef476f;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
}
.page-title.yellow {
  border-bottom-color: #fed168;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  color: #063b4b;
}
.page-title:before {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 25px solid #063b4b;
}
.page-title.cop {
  border-bottom: 44px solid #50b795;
  font-size: 1.25em;
}

@media screen and (min-width: 768px) {
  .container.heading .col-2.left {
    width: 100%;
  }
  .container.heading .col-2.right.intro {
    margin-top: 3em;
    width: 90%;
    float: right;
    font-size: 1.25em;
  }
}
@media screen and (min-width: 1024px) {
  .container.heading.right.intro {
    font-size: 1.45em;
  }
}
@media screen and (min-width: 1200px) {
  .container.heading {
    margin-bottom: 5em;
  }
  .container.heading .col-2.left {
    width: 100%;
  }
  .container.heading .col-2.right.intro {
    margin-top: 3em;
    margin-left: 8%;
    float: left;
  }
  .page-title {
    padding: 0 0.2em;
    border-bottom: 74px solid #50b795;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    display: inline-block;
    line-height: 2.5em;
    font-size: 2em;
    color: white;
    margin-bottom: 0;
  }
  .page-title.cop {
    padding: 0 0.2em;
    border-bottom: 74px solid #50b795;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    height: 0;
    display: inline-block;
    line-height: 2.5em;
    font-size: 2em;
    color: white;
    margin-bottom: 0;
  }
}
p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

b, strong {
  font-weight: 600;
}

.copy-area h2, .copy-area h3, .copy-area h4 {
  color: #063b4b;
}
.copy-area p a {
  color: #063b4b;
  text-decoration: underline;
}
.copy-area p a:visited {
  color: #063b4b;
}
.copy-area p a:hover {
  color: #82929F;
}
.copy-area ul li a, .copy-area ol li a {
  color: #063b4b;
  text-decoration: underline;
}
.copy-area ul li a:visited, .copy-area ol li a:visited {
  color: #063b4b;
}
.copy-area ul li a:hover, .copy-area ol li a:hover {
  color: #82929F;
}
.copy-area blockquote {
  color: #063b4b;
  font-style: normal;
  font-weight: 700;
  position: relative;
  margin: 2em 0;
}
.copy-area blockquote p {
  padding: 0 80px;
}
.copy-area blockquote p:last-of-type {
  margin-bottom: 0.4em;
}
.copy-area blockquote cite {
  font-weight: 400;
  font-style: normal;
  padding: 0 80px;
}
.copy-area blockquote:before {
  width: 60px;
  content: " ";
  background-image: url(imgs/quote-top-green.svg);
  background-repeat: no-repeat;
  position: absolute;
  height: 30px;
}
.copy-area blockquote:after {
  width: 60px;
  content: " ";
  background-image: url(imgs/quote-bottom-green.svg);
  background-repeat: no-repeat;
  right: 0;
  position: absolute;
  height: 30px;
}
.copy-area .share {
  color: #063b4b;
}
.copy-area .share a {
  color: #128ab3;
  margin-right: 0.5em;
}
.copy-area .share a:first-of-type {
  margin-left: 0.5em;
}
.copy-area .share a:hover {
  color: #063b4b;
}

.single-resource .copy-area h2, .single-resource .copy-area h3, .single-resource .copy-area h4 {
  color: #063b4b;
}
.single-resource p a {
  color: #063b4b;
  text-decoration: underline;
}
.single-resource p a:visited {
  color: #063b4b;
}
.single-resource p a:hover {
  color: #82929F;
}

@media screen and (min-width: 1200px) {
  p {
    font-size: 1.25em;
  }
  .copy-area ul {
    font-size: 1.25em;
  }
  .copy-area ul ul {
    font-size: 1em;
  }
  .copy-area ol {
    font-size: 1.25em;
  }
  .copy-area ol ol {
    font-size: 1em;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, .button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 0px solid;
  border-radius: 3px;
  color: white;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  transition: background-color 0.2s ease;
  padding: 0 30px;
  font-size: 1.25em;
  line-height: 2.5em;
  text-transform: none;
}
button:hover, .button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  transition: background-color 0.2s ease;
  text-decoration: none;
}
button.red-yellow, .button.red-yellow,
input[type=button].red-yellow,
input[type=reset].red-yellow,
input[type=submit].red-yellow {
  background-color: #ef476f;
  color: white;
}
button.red-yellow:hover, .button.red-yellow:hover,
input[type=button].red-yellow:hover,
input[type=reset].red-yellow:hover,
input[type=submit].red-yellow:hover {
  background-color: #fed168;
  color: #063b4b;
}
button.green-blue, .button.green-blue,
input[type=button].green-blue,
input[type=reset].green-blue,
input[type=submit].green-blue {
  background-color: #50b795;
  color: white;
}
button.green-blue:hover, .button.green-blue:hover,
input[type=button].green-blue:hover,
input[type=reset].green-blue:hover,
input[type=submit].green-blue:hover {
  background-color: #063b4b;
  color: white;
}
button.light-blue-dark-blue, .button.light-blue-dark-blue,
input[type=button].light-blue-dark-blue,
input[type=reset].light-blue-dark-blue,
input[type=submit].light-blue-dark-blue {
  background-color: #128ab3;
  color: white;
}
button.light-blue-dark-blue:hover, .button.light-blue-dark-blue:hover,
input[type=button].light-blue-dark-blue:hover,
input[type=reset].light-blue-dark-blue:hover,
input[type=submit].light-blue-dark-blue:hover {
  background-color: #063b4b;
  color: white;
}
button.red-green, .button.red-green,
input[type=button].red-green,
input[type=reset].red-green,
input[type=submit].red-green {
  background-color: #ef476f;
  color: white;
}
button.red-green:hover, .button.red-green:hover,
input[type=button].red-green:hover,
input[type=reset].red-green:hover,
input[type=submit].red-green:hover {
  background-color: #50b795;
  color: white;
}
button.yellow-red, .button.yellow-red,
input[type=button].yellow-red,
input[type=reset].yellow-red,
input[type=submit].yellow-red {
  background-color: #fed168;
  color: #063b4b;
}
button.yellow-red:hover, .button.yellow-red:hover,
input[type=button].yellow-red:hover,
input[type=reset].yellow-red:hover,
input[type=submit].yellow-red:hover {
  background-color: #ef476f;
  color: white;
}
button.yellow-green, .button.yellow-green,
input[type=button].yellow-green,
input[type=reset].yellow-green,
input[type=submit].yellow-green {
  background-color: #fed168;
  color: #063b4b;
}
button.yellow-green:hover, .button.yellow-green:hover,
input[type=button].yellow-green:hover,
input[type=reset].yellow-green:hover,
input[type=submit].yellow-green:hover {
  background-color: #50b795;
  color: white;
}
@media screen and (min-width: 768px) {
  button, .button,
  input[type=button],
  input[type=reset],
  input[type=submit] {
    font-size: 1em;
  }
}

.uk-button {
  font-size: 1.25em;
  line-height: 2.5em;
  text-transform: none;
  border-width: 2px;
  border-radius: 15px;
  transition: all 0.2s ease;
}
@media screen and (max-width: 1200px) {
  .uk-button {
    font-size: 1em;
  }
}
.uk-button:hover {
  transition: all 0.2s ease;
}
.uk-button.alpha-white-dark-blue {
  background: transparent;
  color: white;
  border-color: white;
}
.uk-button.alpha-white-dark-blue:hover {
  background: white;
  color: #063b4b;
  border-color: white;
}
.uk-button.alpha-white-green {
  background: transparent;
  color: white;
  border-color: white;
}
.uk-button.alpha-white-green:hover {
  background: white;
  color: #50b795;
  border-color: white;
}
.uk-button.alpha-white-red {
  background: transparent;
  color: white;
  border-color: white;
}
.uk-button.alpha-white-red:hover {
  background: white;
  color: #ef476f;
  border-color: white;
}
.uk-button.alpha-white-light-blue {
  background: transparent;
  color: white;
  border-color: white;
}
.uk-button.alpha-white-light-blue:hover {
  background: white;
  color: #128ab3;
  border-color: white;
}
.uk-button.alpha-black-black {
  background: transparent;
  color: #222222;
  border-color: #222222;
}
.uk-button.alpha-black-black:hover {
  background: #222222;
  color: white;
  border-color: #222222;
}
.uk-button.red-shade-red {
  background: #FFF3F6;
  color: #ef476f;
  border-color: #ef476f;
}
.uk-button.red-shade-red:hover {
  background: #ef476f;
  color: #FFF3F6;
  border-color: #ef476f;
}
.uk-button.yellow-shade-yellow {
  background: #FFF3D6;
  color: #222222;
  border-color: #fed168;
}
.uk-button.yellow-shade-yellow:hover {
  background: #fed168;
  color: #222222;
  border-color: #fed168;
}
.uk-button.light-blue-shade-light-blue {
  background: #EBFAFF;
  color: #128ab3;
  border-color: #128ab3;
}
.uk-button.light-blue-shade-light-blue:hover {
  background: #128ab3;
  color: #EBFAFF;
  border-color: #128ab3;
}
.uk-button.dark-blue-shade-dark-blue {
  background: #EBF5F8;
  color: #063b4b;
  border-color: #063b4b;
}
.uk-button.dark-blue-shade-dark-blue:hover {
  background: #063b4b;
  color: #EBF5F8;
  border-color: #063b4b;
}
.uk-button.green-shade-green {
  background: #EEF7F5;
  color: #50b795;
  border-color: #50b795;
}
.uk-button.green-shade-green:hover {
  background: #50b795;
  color: white;
  border-color: #50b795;
}
.uk-button.grey-shade-black {
  background: #82929F;
  color: white;
  border-color: #82929F;
}
.uk-button.grey-shade-black:hover {
  background: #222222;
  color: white;
  border-color: #222222;
}

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: #222222;
  border: 1px solid #222222;
  border-radius: 3px;
  padding: 8px;
  width: 100%;
}
select {
  border: 1px solid #82929F;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #50b795;
  transition: color 0.2s ease;
}
a:visited {
  color: purple;
}
a:hover, a:focus, a:active {
  color: #063b4b;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
  transition: color 0.25s ease;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 1em 0 0 0;
  padding-left: 0;
  background-color: #063b4b;
  float: left;
  padding: 1em;
  width: 100%;
}
.main-navigation ul ul {
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background-color: white;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
  display: block;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
  margin-top: 0;
  text-align: left;
  background-color: white;
}
.main-navigation ul li:hover > ul li a,
.main-navigation ul li.focus > ul li a {
  color: #222222;
}
.main-navigation ul li:hover > ul li a:hover,
.main-navigation ul li.focus > ul li a:hover {
  color: #063b4b;
}
.main-navigation li {
  position: relative;
  margin-bottom: 1em;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: white;
  font-weight: 400;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.menu-toggle {
  float: right;
  color: #063b4b;
  border: 0;
  background: transparent;
  padding: 0;
  font-size: 1.5em;
  margin-top: -50px;
}

@media screen and (min-width: 1024px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
    background-color: transparent;
    padding: 0;
    float: right;
    display: flex;
    justify-content: flex-end;
    margin-top: -25px;
  }
  .main-navigation ul li {
    float: left;
    margin-bottom: 0;
    margin-right: 1em;
    border-radius: 5px;
  }
  .main-navigation ul li a {
    color: #222222;
    font-size: 1.25em;
    padding: 0.25em 0.75em;
    font-weight: 400;
  }
  .main-navigation ul li a:hover {
    color: #063b4b;
  }
  .main-navigation ul li .sub-menu a {
    font-size: 1em;
    line-height: 1.25em;
    margin: 0.33em 0;
    width: 300px;
    display: block;
    flex-direction: column;
  }
  .main-navigation ul li#menu-item-8173 {
    background: #EEF7F5;
  }
  .main-navigation ul li#menu-item-8173 a {
    color: #50b795;
  }
  .main-navigation ul li#menu-item-8173:hover {
    background-color: #50b795;
    border-radius: 5px;
  }
  .main-navigation ul li#menu-item-8173:hover a {
    color: white;
  }
  .main-navigation ul li#menu-item-8159:hover {
    background-color: #EBFAFF;
    border-radius: 5px;
  }
  .main-navigation ul li#menu-item-8165:hover {
    background-color: #EBF5F8;
    border-radius: 5px;
  }
  .main-navigation ul li#menu-item-8162:hover {
    background-color: #FFF3F6;
    border-radius: 5px;
  }
  .main-navigation ul li#menu-item-8171:hover {
    background-color: #f1f1f1;
    border-radius: 5px;
  }
  .main-navigation ul li#menu-item-8762:hover {
    background-color: #EEF7F5;
    border-radius: 5px;
  }
  .main-navigation ul li#menu-item-8156:hover {
    background-color: #EEF7F5;
    border-radius: 5px;
  }
  .main-navigation ul li ul {
    background-color: white;
    width: auto;
    padding: 0.5em;
  }
  .main-navigation ul li ul li {
    padding-left: 0em;
  }
  .page-template-page-community-2024 .main-navigation ul li#menu-item-8159 {
    border-bottom: 2px solid #128ab3;
    border-radius: 0;
  }
  .page-template-page-community-2024 .main-navigation ul li#menu-item-8159 a {
    color: #128ab3;
  }
  .page-template-page-testbed-2024 .main-navigation ul li#menu-item-8162, .single-funded-project .main-navigation ul li#menu-item-8162 {
    border-bottom: 2px solid #ef476f;
    border-radius: 0;
  }
  .page-template-page-testbed-2024 .main-navigation ul li#menu-item-8162 a, .single-funded-project .main-navigation ul li#menu-item-8162 a {
    color: #ef476f;
  }
  .page-template-page-training-and-resources-2024 .main-navigation ul li#menu-item-8165, .single-resource .main-navigation ul li#menu-item-8165 {
    border-bottom: 2px solid #063b4b;
    border-radius: 0;
  }
  .page-template-page-training-and-resources-2024 .main-navigation ul li#menu-item-8165 a, .single-resource .main-navigation ul li#menu-item-8165 a {
    color: #063b4b;
  }
  .page-template-page-advocacy-2024 .main-navigation ul li#menu-item-8171 {
    border-bottom: 2px solid #82929F;
    border-radius: 0;
  }
  .page-template-page-advocacy-2024 .main-navigation ul li#menu-item-8171 a {
    color: #82929F;
  }
  .page-template-page-platform-2024 .main-navigation ul li#menu-item-8762 {
    border-bottom: 2px solid #50b795;
    border-radius: 0;
  }
  .page-template-page-platform-2024 .main-navigation ul li#menu-item-8762 a {
    color: #50b795;
  }
  .page-template-page-membership-2024 .main-navigation ul li#menu-item-8156 {
    border-bottom: 2px solid #50b795;
    border-radius: 0;
  }
  .page-template-page-membership-2024 .main-navigation ul li#menu-item-8156 a {
    color: #50b795;
  }
  .page-template-page-about .main-navigation ul li#menu-item-25 {
    background-color: #ef476f;
    border-radius: 5px;
  }
  .page-template-page-about .main-navigation ul li#menu-item-25 a {
    color: white;
  }
  .page-template-page-about .main-navigation ul li#menu-item-25 .sub-menu a {
    color: #ef476f;
  }
  .page-template-page-members .main-navigation ul li#menu-item-25 {
    background-color: #ef476f;
    border-radius: 5px;
  }
  .page-template-page-members .main-navigation ul li#menu-item-25 a {
    color: white;
  }
  .page-template-page-members .main-navigation ul li#menu-item-25 .sub-menu a {
    color: #ef476f;
  }
  .page-template-page-member-child .main-navigation ul li#menu-item-25 {
    background-color: #ef476f;
    border-radius: 5px;
  }
  .page-template-page-member-child .main-navigation ul li#menu-item-25 a {
    color: white;
  }
  .page-template-page-member-child .main-navigation ul li#menu-item-25 .sub-menu a {
    color: #ef476f;
  }
  .page-template-page-funded-projects-landing .main-navigation ul li#menu-item-25 {
    background-color: #ef476f;
    border-radius: 5px;
  }
  .page-template-page-funded-projects-landing .main-navigation ul li#menu-item-25 a {
    color: white;
  }
  .page-template-page-funded-projects-landing .main-navigation ul li#menu-item-25 .sub-menu a {
    color: #ef476f;
  }
  .page-template-page-funded-projects-child .main-navigation ul li#menu-item-25 {
    background-color: #ef476f;
    border-radius: 5px;
  }
  .page-template-page-funded-projects-child .main-navigation ul li#menu-item-25 a {
    color: white;
  }
  .page-template-page-funded-projects-child .main-navigation ul li#menu-item-25 .sub-menu a {
    color: #ef476f;
  }
  .page-template-page-news .main-navigation ul li#menu-item-25 {
    background-color: #ef476f;
    border-radius: 5px;
  }
  .page-template-page-news .main-navigation ul li#menu-item-25 a {
    color: white;
  }
  .page-template-page-news .main-navigation ul li#menu-item-25 .sub-menu a {
    color: #ef476f;
  }
  .single-news_and_events .main-navigation ul li#menu-item-25 {
    background-color: #ef476f;
    border-radius: 5px;
  }
  .single-news_and_events .main-navigation ul li#menu-item-25 a {
    color: white;
  }
  .single-news_and_events .main-navigation ul li#menu-item-25 .sub-menu a {
    color: #ef476f;
  }
  .page-template-page-cop-landing .main-navigation ul li#menu-item-26 {
    background-color: #50b795;
    border-radius: 5px;
  }
  .page-template-page-cop-landing .main-navigation ul li#menu-item-26 a {
    color: white;
  }
  .page-template-page-cop-landing .main-navigation ul li#menu-item-26 .sub-menu a {
    color: #50b795;
  }
  .page-template-page-cop-child .main-navigation ul li#menu-item-26 {
    background-color: #50b795;
    border-radius: 5px;
  }
  .page-template-page-cop-child .main-navigation ul li#menu-item-26 a {
    color: white;
  }
  .page-template-page-cop-child .main-navigation ul li#menu-item-26 .sub-menu a {
    color: #50b795;
  }
  .page-template-page-content-themes-landing .main-navigation ul li#menu-item-1767 {
    background-color: #50b795;
    border-radius: 5px;
  }
  .page-template-page-content-themes-landing .main-navigation ul li#menu-item-1767 a {
    color: white;
  }
  .page-template-page-content-themes-landing .main-navigation ul li#menu-item-1767 .sub-menu a {
    color: #50b795;
  }
  .page-template-page-content-themes-child .main-navigation ul li#menu-item-1767 {
    background-color: #50b795;
    border-radius: 5px;
  }
  .page-template-page-content-themes-child .main-navigation ul li#menu-item-1767 a {
    color: white;
  }
  .page-template-page-content-themes-child .main-navigation ul li#menu-item-1767 .sub-menu a {
    color: #50b795;
  }
  .page-template-page-get-involved .main-navigation ul li#menu-item-30 {
    background-color: #ef476f;
    border-radius: 5px;
  }
  .page-template-page-get-involved .main-navigation ul li#menu-item-30 a {
    color: white;
  }
}
@media screen and (min-width: 1024px) {
  .main-navigation ul li a {
    font-size: 1em;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation ul {
    width: 80%;
  }
  .main-navigation ul li a {
    font-size: 1.15em;
  }
  .main-navigation ul li .sub-menu li:first-of-type {
    margin-left: 0;
  }
}
@media screen and (min-width: 1600px) {
  .main-navigation ul {
    width: 80%;
    margin-top: -34px;
  }
  .main-navigation ul li a {
    font-size: 1.25em;
  }
  .main-navigation ul li .sub-menu li:first-of-type {
    margin-left: 0;
  }
}
#secondary-menu {
  display: block;
  padding: 0;
  float: left;
  text-align: right;
  list-style-type: none;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 400;
  margin: 0 0 0 0;
}
#secondary-menu li {
  float: left;
  padding: 0em;
  margin-bottom: 0.5em;
  margin-right: 1em;
}
#secondary-menu li a {
  color: white;
  font-size: 1.1em;
}
#secondary-menu li a:hover {
  color: #50b795;
}

@media screen and (min-width: 1200px) {
  #secondary-menu li {
    float: left;
    padding: 0em;
    margin-bottom: 0.5em;
    margin-right: 1em;
  }
  #secondary-menu li a {
    font-size: 1.15em;
  }
}
@media screen and (min-width: 1600px) {
  #secondary-menu li a {
    font-size: 1.25em;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# 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; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.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: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

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

.post,
.page {
  margin: 0 0 0;
}

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

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

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

.section {
  margin: 2em 0;
}
.section.padding {
  padding: 2em;
}

.container {
  display: block;
  margin: 0 auto;
  padding: 0 1em;
}

.section.padding .container {
  padding: 0 0;
}

header {
  padding-top: 24px;
  padding-bottom: 12px;
}

.site-header .container {
  padding: 1em;
}
.site-header .header-logo {
  width: 140px;
  float: left;
}
.site-header .header-logo img {
  width: 100%;
}
.site-header .header-utilities {
  float: right;
  margin-top: -5px;
}
.site-header .header-utilities a {
  color: #222222;
}
.site-header .header-utilities a:hover {
  color: #50b795;
}
.site-header .header-utilities a i {
  color: #50b795;
  margin-right: 0.25em;
}
.site-header .header-utilities a i:hover {
  color: #128ab3;
}
.site-header .header-utilities a span {
  display: none;
}

.hero.video .hero-title, .hero.video .hero-content {
  text-shadow: 2px 2px 2px #000000;
}
.hero.video .hero-title p a, .hero.video .hero-content p a {
  color: white;
}
.hero.video .hero-title p a:hover, .hero.video .hero-content p a:hover {
  text-deocration: underline;
}
.hero.video .uk-button {
  text-shadow: 0px 0px 0px #000000 !important;
}
.hero .hero-title {
  font-size: 2.25em;
  margin: 1em 0 0.75em 0;
  color: white;
}
.hero .hero-content {
  color: white;
  padding: 0 0 30px 0;
}
.hero .hero-content.simple {
  max-width: 100% !important;
}
.hero .hero-image-holder {
  background-size: cover;
  background-position: center;
  margin-left: 30px;
  margin-bottom: 30px;
  height: 300px;
}
.hero.hero-slider {
  background: #063b4b;
}
.hero.hero-slider .hero-content {
  padding: 0 30px 30px 0;
}
.hero.membership {
  background: #50b795;
}
.hero.membership.membership-shade {
  background: #EEF7F5;
}
.hero.membership.membership-shade .hero-title {
  color: #50b795;
}
.hero.membership.membership-shade .hero-content p {
  color: #222222 !important;
}
.hero.training-resources {
  background: #063b4b;
}
.hero.community {
  background: #128ab3;
}
.hero.testbed {
  background: #ef476f;
}
.hero.ready-to-join {
  background: #50b795;
}
.hero.advocacy {
  background: #82929F;
}
.hero.events {
  background: #fed168;
}
.hero.events .hero-title, .hero.events .hero-content {
  color: #222222;
}
.hero.reshape {
  background: #fed168;
}
.hero.reshape .hero-title, .hero.reshape .hero-content {
  color: white;
}
.hero.arc {
  background: #040045;
}
.hero.arc .hero-title, .hero.arc .hero-content {
  color: white;
}
.hero.shape-ventures-hero {
  background: #b2e4f8;
}
.hero.shape-ventures-hero .hero-title, .hero.shape-ventures-hero .hero-content {
  color: #063b4b;
}
.hero.shape-ventures-hero .hero-content {
  max-width: 100% !important;
}
.hero.shape-ventures-hero .hero-content h2, .hero.shape-ventures-hero .hero-content h3 {
  color: #063b4b;
}
.hero.shape-ventures-hero .uk-accordion-title {
  border-color: #063b4b !important;
  background: transparent;
  font-size: 1em;
  border-radius: 15px;
  border: 2px solid;
  font-weight: 400;
  color: #063b4b !important;
  padding: 8px 9px 9px 20px;
  margin-top: -44px;
  width: 150px;
}
.hero.hero-divider.testbed .hero-title {
  margin-bottom: 0;
}
.hero.contact {
  background: white;
}
.hero.contact .hero-title, .hero.contact .hero-content {
  color: #222222;
}

.content-divider .divider-title {
  font-size: 2.25em;
  margin-bottom: 1em;
}
.content-divider.testbed {
  background: #FFF3F6;
}
.content-divider.training-resources {
  background: #EBF5F8;
}
.content-divider.events {
  background: #FFF3D6;
}
.content-divider.events .divider-content p a {
  color: #222222;
}
.content-divider.events .divider-content p a:hover {
  color: #82929F;
}
.content-divider.shape-ventures {
  background: #b2e4f8;
}

.members-grid .members-grid-col {
  width: 24.9937515621%;
  text-align: center;
}
.members-grid .members-grid-col p {
  margin: 0.5em 0 0;
  line-height: 1em;
  font-size: 0.65em;
}
.members-grid .members-grid-col p a {
  color: #222222;
  line-height: 0.75em;
}
.members-grid .members-grid-col p a:hover {
  color: #50b795;
}

.single-hero {
  margin-rop: 3em;
}
.single-hero .hero-title {
  font-size: 2.25em;
  margin-top: 0;
}
.single-hero .single-meta span {
  font-size: 0.85em;
  color: #82929F;
}
.single-hero .phase {
  color: #222222;
}
.single-hero .phase a {
  color: #82929F;
}
.single-hero .phase a:hover {
  color: #063b4b;
}
.single-hero .cats {
  font-size: 1em;
  color: #82929F;
}
.single-hero .cats span {
  font-size: 1em;
  color: #82929F;
}
.single-hero .share {
  font-size: 0.85em;
  text-align: left;
  color: #82929F;
}
.single-hero .share a {
  color: #128ab3;
  margin-left: 10px;
}
.single-hero .share a:hover {
  color: #063b4b;
}
.single-hero .single-hero-image {
  margin: 3em 0 0;
}
.single-hero .member-links {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}
.single-hero .member-links li {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  color: #222222;
  border: 1px solid #82929F;
  padding: 0.25em 0.5em;
  border-radius: 3px;
}

.single-back {
  float: right;
  color: #82929F !important;
  font-size: 0.85em;
}
.single-back:visited {
  color: #82929F;
}
.single-back:hover {
  color: #063b4b !important;
}

.single-article-intro {
  background: #82929F;
  color: white;
}
.single-article-intro.members-only {
  background: #82929F;
}
.single-article-intro.members-only .fade-out {
  background-image: linear-gradient(180deg, #ffffff 0%, rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  display: inline-block;
}
.single-article-intro.members-only .cta {
  color: white;
}

.single-article-content.members-only {
  display: none;
}

.single-resource.External .single-article-intro {
  display: none;
}

.benefits-list .benefit svg, .benefits-list .benefit i {
  fill: #50b795;
  width: 50px;
}
.benefits-list .benefit i {
  color: #50b795;
  font-size: 4em;
}

.filter-accordion {
  margin: 0;
}
.filter-accordion .uk-accordion-title {
  padding: 12px;
  border: 1px solid #82929F;
  color: #222222;
  width: 200px;
  border-radius: 2px;
}
.filter-accordion .uk-accordion-title svg {
  color: #222222;
  width: 25px;
  float: left;
  margin-right: 25px;
}
.filter-accordion .uk-accordion-title svg path {
  fill: #222222;
}

.grid-filters form ul {
  margin: 0;
  padding: 0;
}
.grid-filters.testbed .sf-field-tag, .grid-filters.testbed .sf-field-category, .grid-filters.training-resources .sf-field-tag, .grid-filters.training-resources .sf-field-category {
  width: 100%;
  float: left;
}
.grid-filters.testbed .sf-field-tag .chosen-container, .grid-filters.testbed .sf-field-category .chosen-container, .grid-filters.training-resources .sf-field-tag .chosen-container, .grid-filters.training-resources .sf-field-category .chosen-container {
  width: 100% !important;
}
.grid-filters.testbed .sf-field-tag .chosen-container .chosen-single, .grid-filters.testbed .sf-field-category .chosen-container .chosen-single, .grid-filters.training-resources .sf-field-tag .chosen-container .chosen-single, .grid-filters.training-resources .sf-field-category .chosen-container .chosen-single {
  font-size: 1em;
  line-height: 1em;
  padding: 15px;
  background: white;
  border: 1px solid #82929F;
  box-shadow: 0 0 0;
}
.grid-filters.testbed .sf-field-tag, .grid-filters.training-resources .sf-field-tag {
  width: 60%;
}
.grid-filters.testbed .sf-field-category select, .grid-filters.training-resources .sf-field-category select {
  max-width: 60%;
}
.grid-filters.testbed .sf-field-search, .grid-filters.training-resources .sf-field-search {
  width: 100%;
  float: left;
}
.grid-filters.testbed .sf-field-search label, .grid-filters.training-resources .sf-field-search label {
  width: 100%;
  font-size: 1em;
  line-height: 1em;
}
.grid-filters.testbed .sf-field-search input, .grid-filters.training-resources .sf-field-search input {
  border: 1px solid #82929F;
}
.grid-filters.testbed .sf-field-reset, .grid-filters.training-resources .sf-field-reset {
  width: 40%;
  float: left;
}
.grid-filters.testbed .sf-field-reset input, .grid-filters.training-resources .sf-field-reset input {
  text-transform: none;
  background: white;
  border: 1px solid #82929F;
  color: #222222;
  font-weight: 400;
  font-family: "Work Sans", sans-serif;
  font-size: 1em;
  line-height: 2em;
  padding: 5px 15px;
}
.grid-filters.testbed .sf-field-reset input:hover, .grid-filters.training-resources .sf-field-reset input:hover {
  background: #82929F;
  border: 1px solid #82929F;
  color: white;
}
.grid-filters.shape-ventures ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.grid-filters.shape-ventures .sf-field-search label {
  width: 100%;
  font-size: 1em;
  line-height: 1em;
}
.grid-filters.shape-ventures .sf-field-search input {
  border: 1px solid #b2e4f8;
  background: #b2e4f8;
  color: #063b4b;
  outline: none;
}
.grid-filters.shape-ventures .uk-accordion-content {
  display: flex;
  justify-content: space-between;
}
.grid-filters.shape-ventures .chosen-container {
  width: 100% !important;
}
.grid-filters.shape-ventures .chosen-single {
  background: #b2e4f8;
  border-color: #b2e4f8;
  border-radius: 6px;
  font-size: 1.25em;
  padding: 0.5em 1em;
  box-shadow: none;
}
.grid-filters.shape-ventures .chosen-results {
  flex-direction: column;
}
.grid-filters.shape-ventures .chosen-results li.highlighted {
  background: #b2e4f8;
  border-color: #b2e4f8;
  color: #063b4b;
}

.single-funded-project .sf-field-tag ul li {
  float: left;
  margin-right: 36px;
}
.single-funded-project .sf-field-search, .single-funded-project .sf-field-reset {
  display: none;
}

.grid-results-header {
  margin-bottom: 3em;
}

.grid-results .pagination {
  color: #82929F;
  font-size: 0.85em;
  text-align: right;
}
.grid-results .pagination .pages {
  text-align: left;
  margin-right: 16px;
}
.grid-results .pagination .current {
  color: #222222;
  margin-right: 10px;
}
.grid-results .pagination .page, .grid-results .pagination .nextpostslink, .grid-results .pagination .previouspostslink, .grid-results .pagination .last {
  color: #82929F;
  margin-right: 10px;
}
.grid-results .pagination .page:hover, .grid-results .pagination .nextpostslink:hover, .grid-results .pagination .previouspostslink:hover, .grid-results .pagination .last:hover {
  color: #063b4b;
}
.grid-results .pagination.bottom {
  text-align: left;
}
.grid-results .count {
  float: left;
  color: #82929F;
  font-size: 0.85em;
}
.grid-results .count.bottom {
  margin-top: 50px;
  margin-bottom: 50px;
}

.icon-box {
  width: 40%;
  float: left;
  margin: 0 10% 2em 0;
  text-align: center;
  font-weight: 700;
  color: #063b4b;
}
.icon-box:nth-of-type(2) {
  margin: 0 0 2em 10%;
}
.icon-box:nth-of-type(4) {
  margin: 0 0 2em 10%;
}
.icon-box img {
  max-width: 60%;
  margin: 0 auto;
  display: block;
}

.newsletter .intro {
  color: #fed168;
  text-align: center;
}

.download h2 {
  color: white;
}
.download p {
  text-align: center;
}
.download p .button {
  font-size: 1em;
}

.content-block-2022 {
  background: rgba(18, 138, 179, 0.0823529412);
  padding: 1em;
}
.content-block-2022 h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  text-transform: uppercase;
}
.content-block-2022 h3 a {
  color: #222222;
}
.content-block-2022 h3 a:hover {
  color: #ef476f;
  text-decoration: underline;
}
.content-block-2022 p {
  font-size: 1.125em;
  margin-bottom: 0;
}

.content-accordion-2022 .uk-accordion-title {
  padding: 1em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.5em;
  color: #ef476f;
  background-color: rgba(18, 138, 179, 0.0823529412);
}
.content-accordion-2022 .uk-accordion-title:hover {
  color: #ef476f;
  background-color: rgba(239, 71, 111, 0.1882352941);
}
.content-accordion-2022 .uk-accordion-title::before {
  background-color: white;
}
.content-accordion-2022 li.uk-open .uk-accordion-title {
  color: white;
  background-color: #ef476f;
}
.content-accordion-2022 li.uk-open .uk-accordion-title:hover {
  color: white;
  background-color: #ef476f;
}

.member-wrapper {
  width: 100%;
  float: left;
  margin-bottom: 3em;
}
.member-wrapper .member-logo {
  width: 40%;
  margin: 0em 30% 2em;
  float: left;
}
.member-wrapper .member-copy {
  width: 100%;
  float: left;
}
.member-wrapper .member-copy h2 {
  color: #063b4b;
}
.member-wrapper .member-copy h2 a {
  color: #063b4b;
}
.member-wrapper .member-copy h2 a:hover {
  color: #ef476f;
}
.member-wrapper .member-copy funded a {
  color: #ef476f;
}
.member-wrapper .member-copy funded a:hover {
  color: #50b795;
}
.member-wrapper .member-copy .button {
  color: white !important;
}
.member-wrapper .member-links {
  width: 100%;
  float: right;
  color: #063b4b;
}
.member-wrapper .member-links a {
  color: #222222;
}
.member-wrapper .member-links a:hover {
  color: #50b795;
}
.member-wrapper .member-links a i {
  color: #50b795;
  margin-right: 0.5em;
}
.member-wrapper .member-links a i:hover {
  color: #50b795;
}
.member-wrapper .member-links a.social {
  font-size: 1.5em;
}
.member-wrapper .member-links i {
  color: #ef476f;
  margin-right: 0.5em;
}

ul.uk-slider-nav {
  margin-top: 3em !important;
}

.section.no-margin {
  margin-top: 0;
}

h1.cop-title {
  margin-top: -1em;
}

.cop-back {
  float: right;
  color: #50b795;
}
.cop-back:visited {
  color: #50b795;
}
.cop-back:hover {
  color: #063b4b;
}
.cop-back .long {
  display: none;
}

.members p {
  margin-bottom: 3em;
}

.member-child.featured h1 {
  color: white;
  font-size: 1.25em;
}
.member-child .left a {
  color: #50b795;
}
.member-child .left a:hover {
  color: #ef476f;
}
.member-child .left h1 {
  color: #ef476f;
}

.fp-child.featured h1 {
  color: white;
  font-size: 1.25em;
}
.fp-child .left a {
  color: #50b795;
}

.ct-child.featured h1 {
  color: white;
  font-size: 1.25em;
}
.ct-child .copy a {
  color: #50b795;
}
.ct-child .copy h1 {
  color: #063b4b;
}
.ct-child .copy h1 strong {
  color: #063b4b;
}
.ct-child .copy h2, .ct-child .copy h3, .ct-child .copy h4 {
  color: #50b795;
}
.ct-child .copy h2 strong, .ct-child .copy h3 strong, .ct-child .copy h4 strong {
  color: #063b4b;
}
.ct-child h1 {
  color: #50b795;
}

.cop-child.featured h1 {
  color: white;
  font-size: 1.25em;
}
.cop-child a {
  color: #50b795;
}
.cop-child .copy a {
  color: #50b795;
}
.cop-child .copy h1 {
  color: #063b4b;
}
.cop-child .copy h1 strong {
  color: #063b4b;
}
.cop-child .copy h2, .cop-child .copy h3, .cop-child .copy h4 {
  color: #50b795;
}
.cop-child .copy h2 strong, .cop-child .copy h3 strong, .cop-child .copy h4 strong {
  color: #063b4b;
}

.contact .wpcf7 .label {
  color: #50b795;
  margin-bottom: 0.25em;
  display: block;
}
.contact .wpcf7 .wpcf7-list-item {
  display: block;
  margin: 0 0 1em 0em;
}
.contact .wpcf7 .wpcf7-list-item.first {
  margin-top: 1em;
}
.contact .wpcf7 .wpcf7-list-item [type=checkbox] {
  margin-right: 1em;
}
.contact .wpcf7 .wpcf7-list-item .wpcf7-list-item-label {
  color: #222222;
}
.contact .wpcf7 .acceptance a {
  color: #222222;
}
.contact .wpcf7 .acceptance .wpcf7-list-item {
  display: inline-block;
}
.contact .wpcf7 .wpcf7-submit {
  font-size: 1em;
  background-color: #50b795;
  border-radius: 0;
}
.contact .wpcf7 .wpcf7-submit:hover {
  background-color: #fed168;
  color: #063b4b;
}
.contact .wpcf7 .wpcf7-submit:disabled {
  background-color: #82929F;
}
.contact .wpcf7 .wpcf7-submit:disabled:hover {
  color: white;
}
.contact .wpcf7 .wpcf7-response-output {
  float: left;
  width: 100%;
  padding: 1em;
  background: white;
  text-align: center;
  font-weight: 700;
}

.contact-intro {
  color: #fed168;
  text-align: center;
}

#mc_embed_signup .mc-field-group label {
  color: #50b795;
  margin-bottom: 0.5em;
  display: block;
  font-size: 1em;
}
#mc_embed_signup .mc-field-group input[type=checkbox] {
  margin-right: 1em;
}
#mc_embed_signup .terms {
  font-size: 0.85em;
  color: #50b795;
}
#mc_embed_signup .terms a {
  color: #ef476f;
}
#mc_embed_signup .terms a:hover {
  color: #50b795;
}
#mc_embed_signup input[type=submit] {
  font-size: 1.25em;
  font-weight: 700;
  background-color: #ef476f;
  height: auto;
  margin: 1em 0 1em 0 !important;
}
#mc_embed_signup input[type=submit]:hover {
  background-color: #50b795;
}
#mc_embed_signup #mce-responses {
  width: 100% !important;
  border-radius: 5px !important;
  text-align: center !important;
  margin: 0 !important;
}
#mc_embed_signup #mce-responses .response {
  width: 100% !important;
  background-color: white;
  padding: 1.5em;
  margin: 1em 0 2em !important;
}
#mc_embed_signup #mce-responses .response a {
  color: #ef476f;
}
#mc_embed_signup #mce-responses .response a:hover {
  color: #50b795;
}

.mc4wp-alert {
  width: 100%;
  float: left;
  background-color: white;
  padding: 1em;
  text-align: center;
  font-weight: 700;
  border: 1px solid #50b795;
}
.mc4wp-alert.mc4wp-success p {
  color: #50b795;
}

.case-study-header {
  margin-top: 0 !important;
}
.case-study-header .col-2.left {
  margin-bottom: 2em;
}
.case-study-header .title-holder {
  width: 100%;
  float: left;
  margin-bottom: 1em;
}
.case-study-header .title-holder h1 {
  color: white;
}
.case-study-header .title-holder .share {
  color: #fed168;
}
.case-study-header .title-holder .share a {
  color: white;
  margin-right: 0.5em;
}
.case-study-header .title-holder .share a:first-of-type {
  margin-left: 0.5em;
}
.case-study-header .title-holder .share a:hover {
  color: #fed168;
}
.case-study-header .title-holder .cs-back {
  float: right;
  color: white;
}
.case-study-header .title-holder .cs-back:visited {
  color: white;
}
.case-study-header .title-holder .cs-back:hover {
  color: #fed168;
}
.case-study-header .title-holder .cs-back .long {
  display: none;
}
.case-study-header .post-details {
  border-left: 1px solid white;
  padding-left: 2em;
  color: white;
  font-weight: 700;
}
.case-study-header .post-details span {
  color: #fed168;
  font-weight: 400;
}
.case-study-header .post-details .custom {
  font-weight: 400;
  color: white;
}
.case-study-header .post-details .custom strong {
  font-weight: 700;
  color: white;
}
.case-study-header .post-details .custom a {
  color: white;
}
.case-study-header .post-details .custom a:hover {
  color: #fed168;
}
.case-study-header .cats {
  color: white;
  font-weight: 700;
}
.case-study-header .cats span {
  color: #fed168;
  font-weight: 400;
}
.case-study-header .cats a {
  color: white !important;
  font-weight: 700;
  text-decoration: underline;
}
.case-study-header .cats a:hover {
  color: #fed168 !important;
}
.case-study-header .date {
  color: white;
}
.case-study-header .button {
  font-size: 1.5em;
  margin: 1em 0;
  display: inline-block;
  width: 100%;
  text-align: center;
}
.case-study-header .button i {
  margin-right: 0.5em;
}

.Event .case-study-header {
  background-color: #fed168;
}
.Event .case-study-header.texture {
  background-image: url(imgs/yellow-bk-texture.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100%;
}
.Event .case-study-header.texture-static {
  background-image: url(imgs/yellow-bk-texture.png);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 100%;
}
@media screen and (min-width: 1200px) {
  .Event .case-study-header.texture {
    background-image: url(imgs/yellow-bk-texture.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    background-size: 100%;
    animation: animatedBackground 5s linear infinite alternate;
  }
  @keyframes animatedBackground {
    0% {
      background-position: 0 0;
    }
    10% {
      background-position: 0 0;
    }
    90% {
      background-position: 0% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }
}
.Event .case-study-header .title-holder h1 {
  color: #063b4b;
}
.Event .case-study-header .title-holder .share {
  color: #063b4b;
}
.Event .case-study-header .title-holder .share a {
  color: #063b4b;
}
.Event .case-study-header .title-holder .share a:hover {
  color: #ef476f;
}
.Event .cs-back {
  float: right;
  color: #063b4b;
}
.Event .cs-back:visited {
  color: #063b4b;
}
.Event .cs-back:hover {
  color: #ef476f !important;
}
.Event .post-details {
  color: #063b4b;
}
.Event .post-details span {
  color: #ef476f;
  font-weight: 400;
}
.Event .cats {
  color: #063b4b;
  font-weight: 700;
}
.Event .cats span {
  color: #ef476f;
  font-weight: 400;
}
.Event .post-details .date {
  color: #ef476f;
}
.Event .post-details .custom {
  color: #063b4b;
}
.Event .post-details .custom strong {
  color: #063b4b;
}
.Event .post-details .custom a {
  color: #063b4b;
}
.Event .post-details .custom a:hover {
  color: white;
}

.get-involved-3col {
  width: 100%;
  float: left;
}

.event-programme .uk-accordion-title {
  border: 1px solid #063b4b;
  padding: 0.25em;
  color: #063b4b;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.event-programme .uk-accordion-title:hover {
  background-color: #fed168;
  border-color: #ef476f;
  color: #063b4b;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.event-programme .uk-accordion-title .date {
  float: left;
  width: 18%;
  margin-right: 4%;
  color: #ef476f;
}
.event-programme .uk-accordion-title .date .day {
  width: 100%;
  float: left;
  font-weight: 700;
  text-align: center;
  font-size: 1.25em;
}
.event-programme .uk-accordion-title .date .month {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 0.5em;
  line-height: 1em;
}
.event-programme .uk-accordion-title .title {
  float: left;
  width: 68%;
}
.event-programme .uk-accordion-title .title h3 {
  margin: 0;
  font-size: 1em;
  line-height: 1.25em;
}
.event-programme .uk-accordion-title .meta {
  float: left;
  width: 100%;
  font-size: 0.65em;
  margin: 0.5em 0 0;
}
.event-programme .uk-accordion-title .meta .time {
  float: left;
  margin-right: 1em;
  color: #ef476f;
}
.event-programme .uk-accordion-title .meta .organiser {
  float: left;
}
.event-programme .uk-accordion-title::before {
  content: "";
  width: 25px;
  height: 25px;
  margin: 0px;
  background-size: 25px;
  background-image: url("imgs/plus.png");
  font-size: 0.75em;
  text-align: center;
  font-weight: 700;
}
.event-programme .uk-accordion-content {
  margin-top: 0;
  border: 1px solid #ef476f;
  border-top: 0;
  padding: 1em;
}
.event-programme .uk-accordion-content .description {
  font-size: 0.9em;
  line-height: 1.25em;
}
.event-programme .uk-accordion-content .description h3 {
  font-size: 1.25em;
  line-height: 1.25em;
  color: #063b4b;
}
.event-programme .uk-accordion-content .description .button {
  font-size: 1em;
}
.event-programme .uk-accordion-content .speaker {
  width: 45%;
  float: left;
  margin: 0 2.5% 2em;
}
.event-programme .uk-accordion-content .speaker img {
  border-radius: 50%;
  width: 60%;
  margin: 0 auto 0.5em;
  display: block;
}
.event-programme .uk-accordion-content .speaker .speaker-name {
  font-weight: 700;
  text-align: left;
  font-size: 0.9em;
  color: #ef476f;
}
.event-programme .uk-accordion-content .speaker .speaker-title {
  text-align: left;
  font-size: 0.65em;
  line-height: 1em;
  color: #063b4b;
}
.event-programme .uk-accordion-content .speaker .speaker-bio {
  text-align: left;
  font-size: 0.65em;
  line-height: 1.25em;
  margin-top: 1em;
}
.event-programme .uk-accordion-content .speaker:nth-child(2n) {
  clear: both;
}
.event-programme .uk-open > .uk-accordion-title {
  background-color: #fed168;
  color: #063b4b;
  border-color: #ef476f;
  border-bottom: 0;
}
.event-programme .uk-open > .uk-accordion-title::before {
  content: "";
  background-image: url("imgs/minus.png");
}

.newsletter.pop-up {
  padding: 1em;
}
.newsletter.pop-up h2 {
  font-size: 2em;
}
.newsletter.pop-up .intro {
  font-size: 1em;
}
.newsletter.pop-up #mc_embed_signup .mc-field-group {
  width: 90% !important;
  margin: 0 0 1em 0;
  min-height: auto !important;
}

.toolkit-menu {
  display: none;
}

.toolkit-menu-mobile {
  background: white;
  border-bottom: 1px solid #063b4b;
  padding-bottom: 1em;
  margin-bottom: 1.5em;
  padding-top: 10px !important;
}
.toolkit-menu-mobile a h3 {
  color: #063b4b;
  margin: 1em 0 0.5em;
  font-size: 1em;
}
.toolkit-menu-mobile a h3:hover {
  color: #50b795;
}
.toolkit-menu-mobile a h4 {
  color: #063b4b;
  margin: 0 0 0.25em;
  font-weight: 400;
  font-size: 0.85em;
}
.toolkit-menu-mobile a h4:hover {
  color: #50b795;
}
.toolkit-menu-mobile a:hover {
  text-decoration: none;
}

.toolkit-content p a {
  color: #128ab3;
  text-decoration: none;
}
.toolkit-content p a:hover {
  color: dark-blue;
  text-decoration: underline;
}
.toolkit-content p a:visited {
  color: #128ab3;
  text-decoration: none;
}
.toolkit-content p a:visited:hover {
  color: dark-blue;
  text-decoration: underline;
}
.toolkit-content ul li a, .toolkit-content ol li a {
  color: #128ab3;
  text-decoration: none;
}
.toolkit-content ul li a:hover, .toolkit-content ol li a:hover {
  color: dark-blue;
  text-decoration: underline;
}
.toolkit-content ul li a:visited, .toolkit-content ol li a:visited {
  color: #128ab3;
  text-decoration: none;
}
.toolkit-content ul li a:visited:hover, .toolkit-content ol li a:visited:hover {
  color: dark-blue;
  text-decoration: underline;
}

.toolkit .uk-subnav li {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 900;
}
.toolkit .uk-subnav li a {
  color: #222222;
  font-size: 0.9em;
  line-height: 1.15em;
  text-transform: none;
  border-radius: 10px;
  background-color: #f8f8f8;
  margin-bottom: 0.5em;
}
.toolkit .uk-subnav li a:hover {
  color: #50b795;
}
.toolkit .uk-subnav li.uk-active a {
  background-color: #50b795;
  color: white;
}
.toolkit .uk-subnav li.light-blue a:hover {
  color: #128ab3;
}
.toolkit .uk-subnav li.light-blue.uk-active a {
  background-color: #128ab3;
  color: white;
}
.toolkit .uk-subnav li.red a:hover {
  color: #ef476f;
}
.toolkit .uk-subnav li.red.uk-active a {
  background-color: #ef476f;
  color: white;
}
.toolkit .uk-subnav li.yellow a:hover {
  color: #fed168;
}
.toolkit .uk-subnav li.yellow.uk-active a {
  background-color: #fed168;
  color: white;
}
.toolkit .uk-subnav li.dark-blue a:hover {
  color: #063b4b;
}
.toolkit .uk-subnav li.dark-blue.uk-active a {
  background-color: #063b4b;
  color: white;
}
.toolkit .toolkit-subnav {
  padding: 1em 0;
  border-top: 1px solid #222222;
  border-bottom: 1px solid #222222;
  margin-bottom: 2em;
  background: white;
}
.toolkit .toolkit-subnav .subnav-heading {
  font-size: 0.9em;
  font-weight: 900;
  color: #50b795;
  font-family: "Space Grotesk", sans-serif;
  float: left;
}
.toolkit .toolkit-subnav .subnav-heading.light-blue {
  color: #128ab3;
}
.toolkit .toolkit-subnav .subnav-heading.red {
  color: #ef476f;
}
.toolkit .toolkit-subnav .subnav-heading.yellow {
  color: #fed168;
}
.toolkit .toolkit-subnav .subnav-heading.dark-blue {
  color: #063b4b;
}
.toolkit .toolkit-subnav a {
  color: #50b795;
  font-size: 0.85em;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 900;
  margin-right: 1em;
  margin-bottom: 0.5em;
  display: inline-block;
  background-color: #f8f8f8;
  padding: 0.5em;
  border-radius: 10px;
}
.toolkit .toolkit-subnav a:hover {
  color: white;
  background-color: #50b795;
}
.toolkit .toolkit-subnav a.light-blue {
  color: #128ab3;
}
.toolkit .toolkit-subnav a.light-blue:hover {
  color: white;
  background-color: #128ab3;
}
.toolkit .toolkit-subnav a.red {
  color: #ef476f;
}
.toolkit .toolkit-subnav a.red:hover {
  color: white;
  background-color: #ef476f;
}
.toolkit .toolkit-subnav a.yellow {
  color: #fed168;
}
.toolkit .toolkit-subnav a.yellow:hover {
  color: white;
  background-color: #fed168;
}
.toolkit .toolkit-subnav a.dark-blue {
  color: #063b4b;
}
.toolkit .toolkit-subnav a.dark-blue:hover {
  color: white;
  background-color: #063b4b;
}
.toolkit .toolkit-subnav .to-top {
  float: right;
  padding: 0.5em;
  font-size: 1em;
  line-height: 1em;
}
.toolkit .toolkit-subnav .to-top svg {
  margin-left: 0.5em;
}
.toolkit .toolkit-subnav hr {
  background-color: #222222;
}
.toolkit .next-prev {
  padding: 1em 0;
  margin: 1em 0;
  border-top: 1px solid #063b4b;
  border-bottom: 1px solid #063b4b;
  width: 100%;
  float: left;
}
.toolkit .next-prev a {
  font-size: 0.85em;
  color: #222222;
  line-height: 1.5em;
}
.toolkit .next-prev a:visited {
  color: #222222;
}
.toolkit .next-prev a svg {
  margin: 0 0.5em;
}
.toolkit .next-prev .next {
  float: right;
  margin-top: -1.5em;
}
.toolkit .next-prev .next i {
  margin-left: 0.5em;
  text-align: right;
}
.toolkit .next-prev .prev {
  float: left;
}
.toolkit .next-prev .prev i {
  margin-right: 0.5em;
}
.toolkit .next-prev .to-top {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 120px;
}
.toolkit .next-prev .to-top svg {
  margin-left: 0.5em;
}
.toolkit .next-prev a.light-blue:hover {
  color: #128ab3;
}
.toolkit .next-prev a.red:hover {
  color: #ef476f;
}
.toolkit .next-prev a.yellow:hover {
  color: #fed168;
}
.toolkit .next-prev a.dark-blue:hover {
  color: #063b4b;
}

.toolkit-section-contents h3 {
  font-size: 1.25em;
  color: #50b795;
}
.toolkit-section-contents h4 {
  color: #063b4b;
}
.toolkit-section-contents p {
  font-size: 0.85em;
}
.toolkit-section-contents p a {
  color: #063b4b;
  text-decoration: underline;
}
.toolkit-section-contents p a:hover {
  color: #50b795;
}
.toolkit-section-contents ol, .toolkit-section-contents ul {
  font-size: 0.85em;
}
.toolkit-section-contents ol a, .toolkit-section-contents ul a {
  color: #063b4b;
  text-decoration: underline;
}
.toolkit-section-contents ol a:hover, .toolkit-section-contents ul a:hover {
  color: #50b795;
}
.toolkit-section-contents ol li ol, .toolkit-section-contents ol li ul, .toolkit-section-contents ul li ol, .toolkit-section-contents ul li ul {
  font-size: 1em;
}
.toolkit-section-contents.light-blue h3 {
  color: #128ab3;
}
.toolkit-section-contents.light-blue h4 {
  color: #222222;
}
.toolkit-section-contents.light-blue p a, .toolkit-section-contents.light-blue ol a, .toolkit-section-contents.light-blue ul a {
  color: #128ab3;
}
.toolkit-section-contents.light-blue p a:hover, .toolkit-section-contents.light-blue ol a:hover, .toolkit-section-contents.light-blue ul a:hover {
  color: #128ab3;
}
.toolkit-section-contents.red h3 {
  color: #ef476f;
}
.toolkit-section-contents.red h4 {
  color: #222222;
}
.toolkit-section-contents.red p a, .toolkit-section-contents.red ol a, .toolkit-section-contents.red ul a {
  color: #ef476f;
}
.toolkit-section-contents.red p a:hover, .toolkit-section-contents.red ol a:hover, .toolkit-section-contents.red ul a:hover {
  color: #ef476f;
}
.toolkit-section-contents.yellow h3 {
  color: #fed168;
}
.toolkit-section-contents.yellow h4 {
  color: #222222;
}
.toolkit-section-contents.yellow p a, .toolkit-section-contents.yellow ol a, .toolkit-section-contents.yellow ul a {
  color: #fed168;
}
.toolkit-section-contents.yellow p a:hover, .toolkit-section-contents.yellow ol a:hover, .toolkit-section-contents.yellow ul a:hover {
  color: #fed168;
}
.toolkit-section-contents.dark-blue h3 {
  color: #063b4b;
}
.toolkit-section-contents.dark-blue h4 {
  color: #222222;
}
.toolkit-section-contents.dark-blue p a, .toolkit-section-contents.dark-blue ol a, .toolkit-section-contents.dark-blue ul a {
  color: #063b4b;
}
.toolkit-section-contents.dark-blue p a:hover, .toolkit-section-contents.dark-blue ol a:hover, .toolkit-section-contents.dark-blue ul a:hover {
  color: #063b4b;
}

.toolkit-search {
  width: 30%;
  float: right;
  margin: 0em 0 0;
}
.toolkit-search input[type=search] {
  border: 1px solid #063b4b !important;
  color: #222222;
  font-size: 0.85em;
}
.toolkit-search input[type=search]:focus {
  background-color: white;
  color: #222222;
}
.toolkit-search p {
  font-size: 0.85em;
  margin-bottom: 0.5em;
}

.sf-filters ul {
  padding: 0;
  margin-bottom: 1em;
  width: 100%;
  display: block;
  float: left;
}
.sf-filters ul li {
  padding: 0;
}
.sf-filters .sf-field-tag {
  width: 50%;
  float: left;
}
.sf-filters .sf-field-tag ul li {
  margin: 0 30px 0 0;
}
.sf-filters .sf-field-search {
  width: 50%;
  float: left;
  text-align: right;
}
.sf-filters .sf-field-search input[type=text] {
  border: 1px solid #063b4b;
  background: rgba(18, 138, 179, 0.0823529412);
  color: #063b4b;
}
.sf-filters .sf-field-reset {
  width: 50%;
  float: left;
  text-align: right;
  margin-top: 25px;
}
.sf-filters .sf-field-reset a {
  color: #ef476f;
}
.sf-filters.all-resources .sf-field-search {
  width: auto;
  float: right;
  text-align: right;
  margin: -3.4em 0 1em;
}
.sf-filters.all-resources .sf-field-search h4 {
  color: #128ab3;
  font-weight: 400;
}
.sf-filters.all-resources .sf-field-search input[type=text] {
  border: 1px solid #222222;
  background: white;
  color: #222222;
  padding: 1.1em 1.5em;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  transition: all 0.2s ease;
}
.sf-filters.all-resources .sf-field-category .sf-level-0, .sf-filters.all-resources .sf-field-category sf-level-1 {
  float: left;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.sf-filters.all-resources .sf-field-category .sf-level-0 .children, .sf-filters.all-resources .sf-field-category sf-level-1 .children {
  font-size: 0.85em;
  margin-top: 1em;
  margin-bottom: 2em;
  text-transform: none;
  letter-spacing: 0;
}
.sf-filters.all-resources .sf-field-reset {
  width: auto;
  float: right;
  text-align: right;
  margin: 0em;
  margin: -6em 0 1em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 0.85em;
}
.sf-filters.all-resources .sf-field-reset a {
  color: #222222;
}
.sf-filters.all-resources .sf-field-reset a:hover {
  color: #222222;
}
.sf-filters.all-resources.on-screen .sf-field-category {
  display: none;
}
.sf-filters.all-funded-projects ul {
  margin-bottom: 1em;
}
.sf-filters.all-funded-projects .sf-field-search {
  width: auto;
  float: right;
  text-align: right;
  margin: 0em 0 1em;
}
.sf-filters.all-funded-projects .sf-field-search h4 {
  color: #128ab3;
  font-weight: 400;
}
.sf-filters.all-funded-projects .sf-field-search input[type=text] {
  border: 1px solid #222222;
  background: white;
  color: #222222;
  padding: 1.1em 1.5em;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  transition: all 0.2s ease;
}
.sf-filters.all-funded-projects .sf-field-category .sf-level-0 {
  float: left;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.sf-filters.all-funded-projects .sf-field-category .sf-level-0 .children {
  font-size: 0.85em;
  margin-top: 1em;
  margin-bottom: 2em;
  text-transform: none;
  letter-spacing: 0;
}
.sf-filters.all-funded-projects .sf-field-category .sf-item-19 {
  display: none;
}
.sf-filters.all-funded-projects .sf-field-category .sf-item-56 {
  display: none;
}
.sf-filters.all-funded-projects .sf-field-tag ul li {
  float: left;
}
.sf-filters.all-funded-projects .sf-field-reset {
  width: auto;
  float: right;
  text-align: right;
  margin: 0em;
  margin: -3em 0 1em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 0.85em;
}
.sf-filters.all-funded-projects .sf-field-reset a {
  color: #222222;
}
.sf-filters.all-funded-projects .sf-field-reset a:hover {
  color: #222222;
}
.sf-filters.all-members ul {
  margin-bottom: 1em;
}
.sf-filters.all-members .sf-field-search {
  width: auto;
  float: right;
  text-align: right;
  margin: 0em 0 1em;
}
.sf-filters.all-members .sf-field-search h4 {
  color: #128ab3;
  font-weight: 400;
}
.sf-filters.all-members .sf-field-search input[type=text] {
  border: 1px solid #222222;
  background: white;
  color: #222222;
  padding: 1.1em 1.5em;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  transition: all 0.2s ease;
}
.sf-filters.all-members .sf-field-reset {
  width: auto;
  float: right;
  text-align: right;
  margin: 0em;
  margin: -3em 0 1em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 0.85em;
}
.sf-filters.all-members .sf-field-reset a {
  color: #222222;
}
.sf-filters.all-members .sf-field-reset a:hover {
  color: #222222;
}
.sf-filters.all-members .sf-field-sort_order {
  width: auto;
  float: left;
  margin: 0em 0 1em;
  border: 1px solid #222222;
  padding: 1.1em 1.5em;
  border-radius: 3px;
  font-size: 0.85em;
}
.sf-filters.all-members .sf-field-sort_order select {
  font-size: 1em;
  outline: none;
  border: 0;
  background: white;
  color: #222222;
  font-size: 1em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  transition: all 0.2s ease;
}
.sf-filters.all-news-events .sf-field-search {
  float: right;
  text-align: right;
  margin: 0m 0 1em;
}
.sf-filters.all-news-events .sf-field-search h4 {
  color: #128ab3;
  font-weight: 400;
}
.sf-filters.all-news-events .sf-field-search input[type=text] {
  border: 1px solid #222222;
  background: white;
  color: #222222;
  padding: 1.1em 1.5em;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  transition: all 0.2s ease;
}
.sf-filters.all-news-events .sf-field-reset {
  width: auto;
  float: right;
  text-align: right;
  margin: -2em 0 1em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 0.85em;
}
.sf-filters.all-news-events .sf-field-reset a {
  color: #222222;
}
.sf-filters.all-news-events .sf-field-reset a:hover {
  color: #222222;
}
.sf-filters.all-news-events h4 {
  color: #222222;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}

.uk-offcanvas-bar.filter {
  background: white;
  width: 90%;
  color: #222222;
}
.uk-offcanvas-bar.filter h4 {
  color: #222222;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.uk-offcanvas-bar.filter .uk-offcanvas-close {
  color: #222222;
}
.uk-offcanvas-bar.filter .uk-offcanvas-close:hover {
  color: #128ab3;
}
.uk-offcanvas-bar.filter .sf-field-reset {
  width: auto;
  float: none;
  text-align: left;
  margin-top: 1em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.uk-offcanvas-bar.filter .sf-field-reset a {
  color: #222222;
}
.uk-offcanvas-bar.filter .sf-field-reset a:hover {
  color: #222222;
}
.uk-offcanvas-bar.filter .sf-field-reset a:visited {
  color: #222222;
}
.uk-offcanvas-bar.filter .sf-field-search {
  display: none;
}
.uk-offcanvas-bar.all-funded-projects {
  background: white;
  width: 90%;
  color: #222222;
}
.uk-offcanvas-bar.all-funded-projects h4 {
  color: #222222;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.uk-offcanvas-bar.all-funded-projects .uk-offcanvas-close {
  color: #222222;
}
.uk-offcanvas-bar.all-funded-projects .uk-offcanvas-close:hover {
  color: #128ab3;
}
.uk-offcanvas-bar.all-funded-projects .sf-field-reset {
  width: auto;
  float: none;
  text-align: left;
  margin-top: 1em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.uk-offcanvas-bar.all-funded-projects .sf-field-reset a {
  color: #222222;
}
.uk-offcanvas-bar.all-funded-projects .sf-field-reset a:hover {
  color: #222222;
}
.uk-offcanvas-bar.all-funded-projects .sf-field-reset a:visited {
  color: #222222;
}
.uk-offcanvas-bar.all-funded-projects .sf-field-search {
  display: none;
}
.uk-offcanvas-bar.all-funded-projects .sf-item-19 {
  display: none;
}
.uk-offcanvas-bar.all-funded-projects .sf-item-56 {
  display: none;
}
.uk-offcanvas-bar.all-funded-projects .sf-item-81 {
  width: 50%;
  float: left;
}
.uk-offcanvas-bar.all-funded-projects .sf-item-15 {
  width: 50%;
  float: left;
}

.uk-modal-body .filter {
  background: white;
  width: 90%;
  color: #222222;
}
.uk-modal-body .filter h4 {
  color: #222222;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.uk-modal-body .filter .uk-offcanvas-close {
  color: #222222;
}
.uk-modal-body .filter .uk-offcanvas-close:hover {
  color: #128ab3;
}
.uk-modal-body .filter .sf-field-reset {
  width: auto;
  float: none;
  text-align: left;
  margin-top: 1em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.uk-modal-body .filter .sf-field-reset a {
  color: #222222;
}
.uk-modal-body .filter .sf-field-reset a:hover {
  color: #222222;
}
.uk-modal-body .filter .sf-field-reset a:visited {
  color: #222222;
}
.uk-modal-body .filter .sf-field-search {
  display: none;
}
.uk-modal-body .all-funded-projects {
  color: #222222;
}
.uk-modal-body .all-funded-projects h4 {
  color: #222222;
  font-size: 1.25em;
  font-weight: 700;
  margin: 0 0 1em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.uk-modal-body .all-funded-projects .sf-field-reset {
  width: auto;
  text-align: left;
  margin-top: 1em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
.uk-modal-body .all-funded-projects .sf-field-reset a {
  color: #222222;
}
.uk-modal-body .all-funded-projects .sf-field-reset a:hover {
  color: #222222;
}
.uk-modal-body .all-funded-projects .sf-field-reset a:visited {
  color: #222222;
}
.uk-modal-body .all-funded-projects .sf-item-19 {
  display: none;
}
.uk-modal-body .all-funded-projects .sf-item-56 {
  display: none;
}
.uk-button.filter {
  background: white;
  color: #222222;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  font-size: 0.85em;
  transition: all 0.2s ease;
  font-weight: bold;
  border: 1px solid #222222;
}
.uk-button.filter:hover {
  background: #128ab3;
  color: white;
}

.sf-results {
  margin-bottom: 50px;
}
.sf-results .count {
  width: 50%;
  float: left;
  margin-bottom: 2em;
  color: #82929F;
  font-size: 0.85em;
}
.sf-results .count.bottom {
  margin-top: 50px;
  margin-bottom: 50px;
}
.sf-results.all-funded-projects {
  margin-top: 3em;
}
.sf-results .pagination {
  width: 50%;
  float: left;
  text-align: right;
  margin-bottom: 2em;
}
.sf-results .pagination .pages {
  margin-right: 18px;
  color: #82929F;
  font-size: 0.85em;
  text-transform: none;
}
.sf-results .pagination .current {
  color: #82929F;
  padding: 0.25em;
  margin: 0em 0.25em;
}
.sf-results .pagination a {
  color: #222222;
  padding: 0.25em;
  margin: 0em 0.25em;
  text-decoration: underline;
}
.sf-results .pagination a:hover {
  color: #222222;
}
.sf-results .pagination.bottom {
  margin-top: 50px;
  margin-bottom: 50px;
}

.resource-block-2024 .date, .resource-block-2024 .phase {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.75em;
  color: #82929F;
  margin: 0.25em 0;
  font-weight: 400;
}
.resource-block-2024 .members-only-tag {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.75em;
  background: #50b795;
  color: white;
  padding: 0.25em 0.75em;
  margin: 1em 0;
  font-weight: 400;
  display: inline-block;
}
.resource-block-2024 img {
  margin-bottom: 1em;
  width: 100%;
}
.resource-block-2024 .title {
  margin: 0em 0 0.5em;
  font-size: 1.25em;
  line-height: 1.25em;
}
.resource-block-2024 .title a {
  color: #222222;
}
.resource-block-2024 .title a:hover {
  color: #063b4b;
}
.resource-block-2024 .excerpt p {
  font-size: 0.85em;
  margin: 0.5em 0;
}
.resource-block-2024 .excerpt p a {
  color: #222222;
  text-decoration: underline;
}
.resource-block-2024 .excerpt p a:visited {
  color: #222222;
}
.resource-block-2024 .excerpt p a:hover {
  color: #82929F;
}

.news-event-block-2022 .date {
  font-family: "Space Grotesk", sans-serif;
  font-size: 0.875em;
  letter-spacing: 1.4px;
  font-weight: bold;
  text-transform: uppercase;
  color: #82929F;
  margin-bottom: 0;
}
.news-event-block-2022 .title {
  margin: 0.5em 0 0.5em;
  font-size: 1.4em;
  line-height: 1.5em;
}
.news-event-block-2022 .title a {
  color: #222222;
}
.news-event-block-2022 .title a:hover {
  color: #128ab3;
}
.news-event-block-2022 .excerpt p {
  font-size: 1em;
}

.members-block-2023 .title {
  margin: 0.5em 0 0.5em;
  font-size: 1.15em;
  line-height: 1.25em;
  text-align: center;
  font-weight: 400;
}
.members-block-2023 .title a {
  color: #222222;
}
.members-block-2023 .title a:hover {
  color: #128ab3;
}

.content-header .phase {
  color: #222222;
}
.content-header .phase a {
  color: #82929F;
}
.content-header .phase a:hover {
  color: #ef476f;
}
.content-header .back {
  text-align: right;
}
.content-header .back a {
  color: #82929F;
}
.content-header .back a:hover {
  color: #ef476f;
}
.content-header .cats {
  font-size: 1em;
  color: #82929F;
}
.content-header .cats span {
  font-size: 1em;
  color: #222222;
}
.content-header .share p {
  font-size: 1em;
  text-align: right;
  color: #82929F;
}
.content-header .share p a {
  color: #82929F;
  margin-left: 10px;
}
.content-header .share p a:hover {
  color: #128ab3;
}
.content-header .member-links {
  list-style: none;
  margin: 0 0;
  padding: 0 0;
}
.content-header .member-links li {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}
.content-header .member-links li a {
  color: #222222;
  border: 1px solid #82929F;
  padding: 0.25em 0.5em;
  border-radius: 3px;
}
.content-header .member-links li a:hover {
  color: #ef476f;
  border: 1px solid #ef476f;
  text-decoration: none;
}

.single-members .member-logo img {
  max-width: 75%;
  display: block;
  margin: 0 auto;
}
.single-members .member-links p a {
  color: #222222;
}
.single-members .member-links p a i {
  margin-right: 0.5em;
}
.single-members .member-links p a:visited {
  color: #222222;
}
.single-members .member-links p a:hover {
  color: #50b795;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.gif-tile h3 {
  color: white;
  text-align: center;
  font-size: 2.25em;
  padding: 12px;
}

.page-template-page-advocacy-2024 .content-divider.advocacy .uk-button, .page-template-page-advocacy-2024 .content-divider.advocacy .divider-title {
  display: none;
}

.uk-tab li a {
  font-family: "Space Grotesk", sans-serif;
  color: #222222;
  text-transform: none;
}
.uk-tab li a:hover {
  color: #063b4b;
}
.uk-tab li.uk-active a {
  font-weight: 700;
  border-color: #50b795;
}

.site-footer {
  background: #063b4b;
  color: white;
}
.site-footer .footer-logo {
  width: 175px;
  float: left;
}
.site-footer .footer-logo img {
  width: 100%;
}
.site-footer .footer-utilities {
  display: block;
  clear: both;
}
.site-footer .footer-utilities a {
  color: white;
}
.site-footer .footer-utilities a:hover {
  color: #50b795;
}
.site-footer .footer-utilities a i {
  color: #50b795;
  margin-right: 0.25em;
}
.site-footer .footer-utilities a i:hover {
  color: #128ab3;
}
.site-footer .footer-utilities a:first-of-type {
  margin-right: 1em;
}
.site-footer .footer-utilities .right {
  float: left;
  padding-top: 1em;
}
.site-footer .footer-utilities .right a {
  display: inline-block;
}
.site-footer .footer-utilities .right p {
  display: inline-block;
  margin: 0;
}

@media (min-width: 768px) {
  .section {
    margin: 4em 0;
  }
  .container {
    display: block;
    margin: 0 auto;
    padding: 0 1em;
  }
  .container.narrow {
    width: 700px;
  }
  .site-header .header-logo {
    width: 200px;
  }
  .site-header .header-utilities {
    float: right;
  }
  .site-header .header-utilities a span {
    display: inline-block;
  }
  .site-header .header-utilities a:first-of-type {
    margin-right: 2em;
  }
  .col-2 {
    float: left;
    width: 45%;
  }
  .col-2.left {
    margin-right: 5%;
  }
  .icon-box {
    width: 16%;
    float: left;
    margin: 0 4% !important;
  }
  .green-back .section-heading {
    margin-bottom: 0.5em;
  }
  .content-block {
    float: left;
    background-image: url(imgs/cblock-back.jpg);
    background-repeat: no-repeat;
    background-position: 0 50px;
    background-size: cover;
    height: 350px;
    -webkit-transition: background-position 0.1s ease-in;
    -moz-transition: background-position 0.1s ease-in;
    -o-transition: background-position 0.1s ease-in;
    transition: background-position 0.1s ease-in;
  }
  .content-block:hover {
    background-position: 0 0;
    -webkit-transition: background-position 0.1s ease-in;
    -moz-transition: background-position 0.1s ease-in;
    -o-transition: background-position 0.1s ease-in;
    transition: background-position 0.1s ease-in;
  }
  .content-block.left {
    width: 45%;
    margin-right: 5%;
  }
  .content-block.right {
    width: 45%;
    margin-left: 5%;
  }
  .content-block .contents {
    padding: 2em 2em 2em 2em;
  }
  .content-block .contents h3 {
    font-size: 2em;
  }
  .content-block .contents p {
    margin-bottom: 2em;
  }
  .case-study-header .title-holder {
    margin-bottom: 2em;
  }
  .case-study-header .title-holder h1 {
    width: 65%;
    float: left;
  }
  .case-study-header .title-holder .share {
    width: 30%;
    margin-left: 5%;
    float: left;
    text-align: right;
  }
  .case-study-header .col-2.left {
    width: 65%;
    margin-right: 5%;
  }
  .case-study-header .col-2.right {
    width: 30%;
  }
  .case-study-header .button {
    width: auto;
    font-size: 2em;
  }
  .case-study-header .button.mobile {
    display: none;
  }
  .get-involved-3col {
    width: 30%;
    float: left;
    margin: 0 1.5%;
  }
  .member-wrapper .member-logo {
    width: 25%;
    margin: 0em 5% 0 0;
    float: left;
  }
  .member-wrapper .member-copy {
    width: 70%;
    float: left;
  }
  .member-wrapper .member-copy h2 {
    color: #063b4b;
  }
  .member-wrapper .member-links {
    width: 70%;
    float: right;
  }
  .member-child .col-2.left {
    width: 65%;
  }
  .member-child .col-2.right {
    width: 30%;
  }
  .member-child .member-wrapper {
    margin-bottom: 0;
  }
  .member-child .member-wrapper .member-links {
    width: 100%;
    float: left;
  }
  .fp-child .col-2.left {
    width: 65%;
  }
  .fp-child .col-2.right {
    width: 30%;
  }
  .ct-child .col-2.left {
    width: 65%;
  }
  .ct-child .col-2.right {
    width: 30%;
  }
  .event-programme .uk-accordion-title .date .day {
    font-size: 2em;
  }
  .event-programme .uk-accordion-title .date .month {
    font-size: 1em;
  }
  .event-programme .uk-accordion-title .title {
    float: left;
  }
  .event-programme .uk-accordion-title .title h3 {
    margin: 0;
    font-size: 1.35em;
  }
  .event-programme .uk-accordion-title .meta {
    float: left;
    font-size: 0.9em;
    margin-left: 22%;
  }
  .event-programme .uk-accordion-title::before {
    content: "";
    width: 40px;
    height: 40px;
    margin: 10px;
    background-size: 40px;
  }
  .event-programme .uk-accordion-content {
    padding: 1em;
  }
  .event-programme .uk-accordion-content .description {
    font-size: 1em;
    line-height: 1.6em;
  }
  .event-programme .uk-accordion-content .description h3 {
    font-size: 1.65em;
    float: left;
    display: inline-block;
    width: 70%;
    margin-right: 5%;
  }
  .event-programme .uk-accordion-content .description .button {
    font-size: 1.35em;
    float: right;
  }
  .event-programme .uk-accordion-content .speaker {
    width: 28%;
  }
  .event-programme .uk-accordion-content .speaker .speaker-name {
    font-size: 1.2em;
  }
  .event-programme .uk-accordion-content .speaker .speaker-title {
    font-size: 0.9em;
  }
  .event-programme .uk-accordion-content .speaker .speaker-bio {
    font-size: 0.9em;
  }
  .event-programme .uk-accordion-content .speaker:nth-child(2n) {
    clear: none;
  }
  .event-programme .uk-accordion-content .speaker:nth-child(5n) {
    clear: both;
  }
  .toolkit-menu-mobile {
    display: none;
  }
  .toolkit-menu {
    display: block;
    width: 220px;
    float: left;
    background: white;
    border-top: 1px solid #063b4b;
    border-right: 1px solid #063b4b;
    padding-right: 1em;
  }
  .toolkit-menu.uk-sticky-fixed {
    width: 220px !important;
  }
  .toolkit-menu a h3 {
    color: #063b4b;
    margin: 1em 0 0.5em;
    font-size: 1.25em;
  }
  .toolkit-menu a h3:hover {
    color: #50b795;
  }
  .toolkit-menu a h4 {
    color: #063b4b;
    margin: 0 0 0.25em;
    font-weight: 400;
    font-size: 1em;
  }
  .toolkit-menu a h4:hover {
    color: #50b795;
  }
  .toolkit-menu a:hover {
    text-decoration: none;
  }
  .toolkit-content {
    width: 65%;
    float: right;
    margin-left: 5%;
  }
  .toolkit-content p a {
    color: #128ab3;
    text-decoration: none;
  }
  .toolkit-content p a:hover {
    color: dark-blue;
    text-decoration: underline;
  }
  .toolkit-content p a:visited {
    color: #128ab3;
    text-decoration: none;
  }
  .toolkit-content p a:visited:hover {
    color: dark-blue;
    text-decoration: underline;
  }
  .toolkit-content ul li a, .toolkit-content ol li a {
    color: #128ab3;
    text-decoration: none;
  }
  .toolkit-content ul li a:hover, .toolkit-content ol li a:hover {
    color: dark-blue;
    text-decoration: underline;
  }
  .toolkit-content ul li a:visited, .toolkit-content ol li a:visited {
    color: #128ab3;
    text-decoration: none;
  }
  .toolkit-content ul li a:visited:hover, .toolkit-content ol li a:visited:hover {
    color: dark-blue;
    text-decoration: underline;
  }
  .toolkit .uk-subnav {
    padding-bottom: 1em;
  }
  .toolkit .uk-subnav li {
    width: 20%;
    font-family: "Space Grotesk", sans-serif;
  }
  .toolkit .uk-subnav li a {
    font-size: 1em;
    line-height: 1.25em;
    text-transform: none;
    border-radius: 10px;
    background-color: #f8f8f8;
  }
  .toolkit .uk-subnav li a:hover {
    color: #50b795;
  }
  .toolkit .uk-subnav li.uk-active a {
    background-color: #50b795;
    color: white;
  }
  .toolkit .toolkit-subnav {
    padding: 1em 0;
    margin-bottom: 2em;
  }
  .toolkit .toolkit-subnav .subnav-heading {
    font-size: 1em;
    color: #50b795;
    font-family: "Space Grotesk", sans-serif;
  }
  .toolkit .toolkit-subnav a {
    font-size: 0.85em;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    margin-right: 1em;
    background-color: #f8f8f8;
    padding: 0.5em;
    border-radius: 10px;
  }
  .toolkit .next-prev {
    padding: 1em 0;
    margin: 1em 0;
    border-top: 1px solid #063b4b;
    border-bottom: 1px solid #063b4b;
    width: 100%;
    float: left;
  }
  .toolkit .next-prev a {
    font-size: 0.85em;
    color: #222222;
  }
  .toolkit .next-prev a:visited {
    color: #222222;
  }
  .toolkit .next-prev .next {
    float: right;
  }
  .toolkit .next-prev .next i {
    margin-left: 0.5em;
  }
  .toolkit .next-prev .prev {
    float: left;
  }
  .toolkit .next-prev .prev i {
    margin-right: 0.5em;
  }
  .toolkit-section-contents p {
    font-size: 0.85em;
  }
  .toolkit-section-contents ol, .toolkit-section-contents ul {
    font-size: 0.85em;
  }
  .toolkit-search {
    width: 30%;
    float: right;
    margin: 1em 0 0;
  }
  .toolkit-search input[type=search] {
    border: 1px solid #063b4b !important;
    color: #222222;
  }
  .toolkit-search input[type=search]:focus {
    background-color: white;
    color: #222222;
  }
  .sf-filters ul {
    padding: 0;
    margin-bottom: 50px;
    width: 100%;
    display: block;
    float: left;
  }
  .sf-filters ul li {
    padding: 0;
  }
  .sf-filters .sf-field-tag {
    width: 50%;
    float: left;
  }
  .sf-filters .sf-field-tag ul li {
    margin: 0 30px 0 0;
  }
  .sf-filters .sf-field-search {
    width: 50%;
    float: left;
    text-align: right;
  }
  .sf-filters .sf-field-search input[type=text] {
    border: 1px solid #063b4b;
    background: rgba(18, 138, 179, 0.0823529412);
    color: #063b4b;
  }
  .sf-filters .sf-field-reset {
    width: 50%;
    float: left;
    text-align: right;
    margin-top: 25px;
  }
  .sf-filters .sf-field-reset a {
    color: #ef476f;
  }
  .sf-filters.all-resources .sf-field-search {
    width: auto;
    float: right;
    text-align: right;
    margin: -4em 0 1em;
  }
  .sf-filters.all-resources .sf-field-search h4 {
    color: #128ab3;
    font-weight: 400;
  }
  .sf-filters.all-resources .sf-field-search input[type=text] {
    border: 1px solid #222222;
    background: white;
    color: #222222;
    padding: 1.4em 2em;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    transition: all 0.2s ease;
  }
  .sf-filters.all-resources .sf-field-category .sf-level-0 {
    float: left;
    width: 48%;
    margin: 0 1%;
    text-transform: uppercase;
    letter-spacing: 1.6px;
  }
  .sf-filters.all-resources .sf-field-category .sf-level-0 .children {
    font-size: 0.85em;
    margin-top: 1em;
    text-transform: none;
    letter-spacing: 0;
  }
  .sf-filters.all-resources .sf-field-reset {
    width: auto;
    float: right;
    text-align: right;
    margin: 0em;
    margin: -7em 0 1em;
    text-transform: uppercase;
    letter-spacing: 1.6px;
  }
  .sf-filters.all-resources.on-screen .sf-field-category {
    display: none;
  }
  .uk-offcanvas-bar.filter {
    width: 66%;
  }
  .uk-offcanvas-bar.filter h4 {
    color: #222222;
    font-size: 1.25em;
    font-weight: 700;
    margin: 0 0 1em;
    text-transform: uppercase;
    letter-spacing: 1.6px;
  }
  .uk-offcanvas-bar.filter .uk-offcanvas-close {
    color: #222222;
  }
  .uk-offcanvas-bar.filter .uk-offcanvas-close:hover {
    color: #128ab3;
  }
  .uk-offcanvas-bar.filter .sf-field-reset {
    width: auto;
    float: none;
    text-align: left;
    margin-top: 1em;
    text-transform: uppercase;
    letter-spacing: 1.6px;
  }
  .uk-offcanvas-bar.filter .sf-field-reset a {
    color: #222222;
  }
  .uk-offcanvas-bar.filter .sf-field-reset a:hover {
    color: #128ab3;
  }
  .uk-offcanvas-bar.filter .sf-field-search {
    display: none;
  }
  .uk-button.filter {
    padding: 1em 2em;
    font-size: 1em;
  }
  .resource-block-2022 .date {
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.875em;
    letter-spacing: 1.4px;
    font-weight: bold;
    text-transform: uppercase;
    color: #82929F;
    margin-bottom: 0;
  }
  .resource-block-2022 .title {
    margin: 0.5em 0 0.5em;
    font-size: 1.8em;
    line-height: 1.5em;
  }
  .resource-block-2022 .title a {
    color: #222222;
  }
  .resource-block-2022 .title a:hover {
    color: #128ab3;
  }
  .resource-block-2022 .excerpt p {
    font-size: 1.125em;
  }
  .single-members .member-logo img {
    max-width: 75%;
    display: block;
    margin: 0 0;
  }
  .hero .hero-image-holder {
    height: 600px;
  }
  .grid-results-header {
    margin-bottom: 3em;
  }
  .grid-results .pagination {
    color: #82929F;
    font-size: 0.85em;
    text-align: right;
  }
  .grid-results .pagination .pages {
    text-align: left;
    margin-right: 16px;
  }
  .grid-results .pagination .current {
    color: #222222;
    margin-right: 10px;
  }
  .grid-results .pagination .page, .grid-results .pagination .nextpostslink {
    color: #82929F;
    margin-right: 10px;
  }
  .grid-results .pagination .page:hover, .grid-results .pagination .nextpostslink:hover {
    color: #063b4b;
  }
  .grid-results .pagination.bottom {
    text-align: right;
    margin-top: 50px !important;
  }
  .grid-results .count {
    float: left;
    color: #82929F;
    font-size: 0.85em;
  }
  .grid-results .count.bottom {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .gif-tile h3 {
    font-size: 1.5em;
  }
  .site-footer .footer-utilities .right {
    float: right;
    padding-top: 0;
  }
}
@media (min-width: 1024px) {
  header {
    margin-top: 1em;
    padding-bottom: 2em;
  }
  .site-header .header-logo img {
    width: 130px;
  }
  .site-header .header-utilities {
    margin-top: -26px;
    font-size: 0.85em;
  }
  .container {
    width: 900px;
  }
  .section {
    margin: 4em 0;
  }
  .section.padding {
    padding: 3em;
  }
  .container {
    display: block;
    margin: 0 auto;
    padding: 0 0em;
    width: 900px;
  }
  .container.narrow {
    width: 800px;
  }
  .hero.video .hero-title, .hero.video .hero-content {
    padding-right: 0;
  }
  .hero .hero-title {
    font-size: 4.5em;
    margin: 30px 0px 60px 0px;
    color: white;
    padding-right: 50px;
  }
  .hero .hero-content {
    color: white;
    width: auto;
    margin-left: 0px;
    max-width: 550px;
    padding-right: 50px;
  }
  .hero .vert-flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .hero .hero-image-holder {
    background-size: cover;
    background-position: center;
    margin-left: 0;
    margin-top: 30px;
    height: auto;
  }
  .hero .hero-slider {
    background: #063b4b;
  }
  .hero .hero-slider .hero-content {
    margin-bottom: 5%;
    margin-left: 10%;
  }
  .hero.membership {
    background: #50b795;
  }
  .hero.membership.membership-shade {
    background: #EEF7F5;
  }
  .hero.membership.membership-shade .hero-title {
    color: #50b795;
  }
  .hero.training-resources {
    background: #063b4b;
  }
  .hero.community {
    background: #128ab3;
  }
  .hero.testbed {
    background: #ef476f;
  }
  .hero.ready-to-join {
    background: #50b795;
  }
  .hero.advocacy {
    background: #82929F;
  }
  .hero.events {
    background: #fed168;
  }
  .hero.events .hero-title, .hero.events .hero-content {
    color: #222222;
  }
  .hero.reshape {
    background: #fed168;
  }
  .hero.arc {
    background: #040045;
  }
  .hero.arc .hero-title, .hero.arc .hero-content {
    color: white;
  }
  .hero.hero-divider.testbed .hero-title {
    margin-bottom: 0;
  }
  .content-divider .divider-title {
    font-size: 4em;
    margin-bottom: 1em;
  }
  .content-divider .vert-bottom {
    display: flex;
    justify-content: flex-start;
    align-content: flex-end;
    flex-wrap: wrap;
  }
  .content-divider.testbed {
    background: #FFF3F6;
  }
  .content-divider.training-resources {
    background: #EBF5F8;
  }
  .single-back {
    float: right;
    color: #50b795;
  }
  .single-back:visited {
    color: #50b795;
  }
  .single-back:hover {
    color: #063b4b;
  }
  .single-back .long {
    display: block;
  }
  .single-back .short {
    display: none;
  }
  .single-hero .hero-title {
    font-size: 3em;
  }
  .single-hero .share {
    text-align: left;
  }
  .member-wrapper {
    margin-bottom: 7em;
  }
  .member-wrapper:last-of-type {
    margin-bottom: 0;
  }
  .member-wrapper .member-logo {
    width: 15%;
    margin-right: 3%;
  }
  .member-wrapper .member-copy {
    width: 45%;
    margin-right: 5%;
  }
  .member-wrapper .member-links {
    width: 32%;
    float: right;
  }
  .content-block .contents .button {
    font-size: 1.25em;
  }
  h1.cop-title {
    float: left;
    margin-top: -1em;
  }
  .cop-back {
    margin-top: 0;
  }
  .cop-back .long {
    display: inline-block;
  }
  .cop-back .short {
    display: none;
  }
  .contact .wpcf7 {
    margin-top: 3em;
  }
  .contact .wpcf7 .form-object {
    width: 46%;
    margin: 0 4% 2em 0%;
    float: left;
  }
  .contact .wpcf7 .wpcf7-submit {
    font-size: 1.25em;
  }
  .mc4wp-form-fields p {
    width: 40%;
    margin: 0 5% 2em 5%;
    float: left;
  }
  #mc_embed_signup .mc-field-group {
    width: 40% !important;
    margin: 0 5% 2em 5%;
    float: left;
    clear: none !important;
    padding-bottom: 0em !important;
  }
  #mc_embed_signup .mc-field-group.terms {
    width: 90% !important;
  }
  #mc_embed_signup .mc-field-group.terms .terms {
    font-size: 1em;
  }
  #mc_embed_signup input[type=submit] {
    margin: 1.8em 0 1em 0 !important;
  }
  .event-programme .uk-accordion-title {
    padding: 1em;
  }
  .event-programme .uk-accordion-title .title h3 {
    margin: 0.25em 0 0;
  }
  .event-programme .uk-accordion-title .meta {
    float: left;
    width: 75%;
    font-size: 0.9em;
  }
  .event-programme .uk-accordion-title::before {
    content: "Open";
    width: 40px;
    height: 40px;
    margin: 0px;
    background-size: 40px;
    background-image: url("imgs/plus.png");
    padding-top: 50px;
    color: #ef476f;
  }
  .event-programme .uk-accordion-content {
    padding: 1em;
  }
  .event-programme .uk-accordion-content .description {
    font-size: 1em;
    line-height: 1.6em;
  }
  .event-programme .uk-accordion-content .description h3 {
    font-size: 1.65em;
    float: left;
    display: inline-block;
    width: 70%;
    margin-right: 5%;
  }
  .event-programme .uk-accordion-content .description .button {
    font-size: 1.35em;
    float: right;
  }
  .event-programme .uk-accordion-content .speaker {
    width: 28%;
  }
  .event-programme .uk-accordion-content .speaker .speaker-name {
    font-size: 1em;
  }
  .event-programme .uk-accordion-content .speaker .speaker-title {
    font-size: 0.9em;
  }
  .event-programme .uk-open > .uk-accordion-title::before {
    content: "Close";
    color: #ef476f;
  }
  .toolkit-menu {
    width: 225px;
    float: left;
    background: white;
    border-top: 1px solid #063b4b;
    border-right: 1px solid #063b4b;
  }
  .toolkit-menu.uk-sticky-fixed {
    width: 225px !important;
  }
  .toolkit-menu a h3 {
    color: #063b4b;
    margin: 1em 0 0.5em;
    font-size: 1.25em;
  }
  .toolkit-menu a h3:hover {
    color: #50b795;
  }
  .toolkit-menu a h4 {
    color: #063b4b;
    margin: 0 0 0.25em;
    font-weight: 400;
    font-size: 1em;
  }
  .toolkit-menu a h4:hover {
    color: #50b795;
  }
  .toolkit-menu a:hover {
    text-decoration: none;
  }
  .toolkit-content {
    width: 70%;
    float: right;
    margin-left: 5%;
  }
  .toolkit .uk-subnav {
    padding-bottom: 0em;
  }
  .toolkit .uk-subnav li.uk-active a {
    background-color: #50b795;
    color: white;
  }
  .toolkit .toolkit-subnav {
    padding: 1em 0;
    margin-bottom: 2em;
  }
  .toolkit .toolkit-subnav .subnav-heading {
    font-size: 1.25em;
    color: #50b795;
    font-family: "Space Grotesk", sans-serif;
  }
  .toolkit .toolkit-subnav a {
    font-size: 1em;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    margin-right: 1em;
    background-color: #f8f8f8;
    padding: 0.5em;
    border-radius: 10px;
  }
  .toolkit-section-contents {
    max-width: 800px;
    margin: 0 auto;
  }
  .toolkit-section-contents h3 {
    font-size: 1.25em;
  }
  .toolkit-section-contents p {
    font-size: 1em;
  }
  .toolkit-section-contents ol, .toolkit-section-contents ul {
    font-size: 1em;
  }
  .toolkit-section-contents ol li ol, .toolkit-section-contents ol li ul, .toolkit-section-contents ul li ol, .toolkit-section-contents ul li ul {
    font-size: 1em;
  }
  .toolkit-search input[type=search] {
    font-size: 0.75em;
  }
  .members-block-2023 .title {
    margin: 0.5em 0 0.5em;
    font-size: 1.25em;
    line-height: 1.5em;
    text-align: center;
    font-weight: 400;
  }
  .uk-modal-body .all-funded-projects .sf-item-81 {
    width: 50%;
    float: left;
  }
  .uk-modal-body .all-funded-projects .sf-item-15 {
    width: 50%;
    float: left;
  }
  .members-grid .members-grid-col {
    width: 12.4984376953%;
    text-align: center;
  }
  .members-grid .members-grid-col p {
    margin: 0.5em 0 0;
    line-height: 1em;
    font-size: 0.85em;
  }
  .members-grid .members-grid-col p a {
    color: #222222;
    font-size: 0.75em;
    line-height: 0.75em;
  }
  .members-grid .members-grid-col p a:hover {
    color: #50b795;
  }
  .grid-filters form ul {
    margin: 0;
    padding: 0;
  }
  .grid-filters.testbed .sf-field-tag, .grid-filters.testbed .sf-field-category, .grid-filters.training-resources .sf-field-tag, .grid-filters.training-resources .sf-field-category {
    width: 40%;
    padding-right: 35px;
    float: left;
  }
  .grid-filters.testbed .sf-field-tag .chosen-container, .grid-filters.testbed .sf-field-category .chosen-container, .grid-filters.training-resources .sf-field-tag .chosen-container, .grid-filters.training-resources .sf-field-category .chosen-container {
    width: 100% !important;
  }
  .grid-filters.testbed .sf-field-tag .chosen-container .chosen-single, .grid-filters.testbed .sf-field-category .chosen-container .chosen-single, .grid-filters.training-resources .sf-field-tag .chosen-container .chosen-single, .grid-filters.training-resources .sf-field-category .chosen-container .chosen-single {
    font-size: 1em;
    line-height: 1em;
    padding: 15px;
    background: white;
    border: 1px solid #82929F;
    box-shadow: 0 0 0;
  }
  .grid-filters.testbed .sf-field-category, .grid-filters.training-resources .sf-field-category {
    padding-right: 0;
  }
  .grid-filters.testbed .sf-field-search, .grid-filters.training-resources .sf-field-search {
    width: 80%;
    float: left;
  }
  .grid-filters.testbed .sf-field-search label, .grid-filters.training-resources .sf-field-search label {
    width: 100%;
    font-size: 1em;
    line-height: 1em;
  }
  .grid-filters.testbed .sf-field-reset, .grid-filters.training-resources .sf-field-reset {
    width: 20%;
    text-align: right;
  }
  .grid-filters.testbed .sf-field-reset input, .grid-filters.training-resources .sf-field-reset input {
    text-transform: none;
    background: white;
    border: 1px solid #82929F;
    color: #222222;
    font-weight: 400;
    font-family: "Work Sans", sans-serif;
    font-size: 1em;
    line-height: 2em;
    padding: 5px 15px;
  }
  .grid-filters.testbed .sf-field-reset input:hover, .grid-filters.training-resources .sf-field-reset input:hover {
    background: #82929F;
    border: 1px solid #82929F;
    color: white;
  }
  .grid-filters.testbed.training-resources .sf-field-category, .grid-filters.training-resources.training-resources .sf-field-category {
    padding-right: 35px;
  }
  .grid-filters.testbed.training-resources .sf-field-category:last-of-type, .grid-filters.training-resources.training-resources .sf-field-category:last-of-type {
    padding-right: 0px;
  }
  .gif-tile h3 {
    font-size: 2.25em;
  }
  .site-footer .container {
    padding: 1em;
  }
  .site-footer .footer-logo {
    width: 175px;
    float: left;
  }
  .site-footer .footer-logo img {
    width: 100%;
  }
  .site-footer #secondary-menu {
    float: right;
  }
  .site-footer .footer-utilities {
    display: block;
    clear: both;
  }
  .site-footer .footer-utilities a:first-of-type {
    margin-right: 1em;
  }
  .site-footer .footer-utilities .right {
    float: right;
    padding-top: 0;
  }
  .site-footer .footer-utilities .right a {
    display: inline-block;
  }
  .site-footer .footer-utilities .right p {
    display: inline-block;
    margin: 0;
    font-size: 1em;
  }
}
@media (min-width: 1200px) {
  .section {
    margin: 5em 0;
  }
  .section.padding {
    padding: 3.5em;
  }
  .container {
    width: 1180px;
  }
  .container.wide {
    width: 90%;
  }
  .site-header .header-logo img {
    width: 174px;
  }
  .site-header .header-utilities {
    margin-top: -26px;
  }
  .hero .hero-title {
    font-size: 4.5em;
  }
  .hero .hero-content {
    width: auto;
    margin-left: 0;
    max-width: 650px;
  }
  .hero .hero-content p {
    font-size: 1.5em;
  }
  .hero.shape-ventures-hero .uk-accordion-title {
    font-size: 1.25em;
    padding: 11px 10px 11px 30px;
    margin-top: -54px;
    width: 200px;
  }
  .content-divider .divider-content .large p {
    font-size: 1.5em;
  }
  .single-hero .hero-title {
    font-size: 4em;
  }
  .resource-block-2024 .date, .resource-block-2024 .phase {
    font-family: "Space Grotesk", sans-serif;
    font-size: 0.75em;
    color: #82929F;
    margin: 0.25em 0;
    font-weight: 400;
  }
  .resource-block-2024 .date {
    margin-top: 1em;
  }
  .resource-block-2024 img {
    margin-bottom: 1em;
  }
  .resource-block-2024 .title {
    margin: 0em 0 0.5em;
    font-size: 1.5em;
    line-height: 1.5em;
  }
  .resource-block-2024 .excerpt p {
    font-size: 1em;
  }
  .icon-box {
    width: 20%;
    margin: 0 2% !important;
  }
  .content-block {
    height: 400px;
    margin-bottom: 3em !important;
  }
  .content-block .contents {
    padding: 3em 3em 3em 3em;
  }
  .content-block .contents h3 {
    font-size: 2.5em;
  }
  .uk-tab li a {
    font-size: 1.25em;
    font-family: "Space Grotesk", sans-serif;
    color: #222222;
    text-transform: none;
    margin-bottom: 1em;
  }
  .uk-tab li a:hover {
    color: #063b4b;
  }
  .uk-tab li.uk-active a {
    font-weight: 700;
    border-color: #50b795;
  }
  .toolkit-menu {
    width: 20%;
    float: left;
    background: white;
    border-top: 1px solid #063b4b;
    border-right: 1px solid #063b4b;
  }
  .toolkit-menu.uk-sticky-fixed {
    width: 240px !important;
  }
  .toolkit-menu a h3 {
    color: #063b4b;
    margin: 1em 0 0.5em;
    font-size: 1.25em;
  }
  .toolkit-menu a h3:hover {
    color: #50b795;
  }
  .toolkit-menu a h4 {
    color: #063b4b;
    margin: 0 0 0.25em;
    font-weight: 400;
    font-size: 1em;
  }
  .toolkit-menu a h4:hover {
    color: #50b795;
  }
  .toolkit-menu a:hover {
    text-decoration: none;
  }
  .toolkit-content {
    width: 75%;
    float: right;
    margin-left: 5%;
  }
  .toolkit-content ul li ul, .toolkit-content ul li ol, .toolkit-content ol li ul, .toolkit-content ol li ol {
    font-size: 1em;
  }
  .case-study-header {
    margin-top: 1em !important;
  }
  .case-study-header .title-holder .cs-back {
    margin-bottom: 2em;
  }
  .case-study-header .title-holder .cs-back .long {
    display: inline-block;
  }
  .case-study-header .title-holder .cs-back .short {
    display: none;
  }
  .case-study-header .col-2.left {
    width: 60%;
    margin-right: 5%;
  }
  .case-study-header .col-2.right {
    width: 35%;
  }
  .event-programme .uk-accordion-title .date {
    width: 12%;
  }
  .event-programme .uk-accordion-title .title {
    width: 78%;
  }
  .event-programme .uk-accordion-title .title h3 {
    margin: 0.25em 0 0;
    font-size: 1.5em;
  }
  .event-programme .uk-accordion-title .meta {
    float: left;
    font-size: 0.9em;
    width: 78%;
    margin-left: 16%;
  }
  .event-programme .uk-accordion-content {
    padding: 2em;
  }
  .event-programme .uk-accordion-content .description {
    margin-bottom: 3em;
  }
  .event-programme .uk-accordion-content .description h3 {
    font-size: 1.65em;
    float: left;
    display: inline-block;
    width: 70%;
    margin-right: 5%;
  }
  .event-programme .uk-accordion-content .description .button {
    font-size: 1.35em;
    float: right;
  }
  .event-programme .uk-accordion-content .speaker {
    width: 28%;
  }
  .event-programme .uk-accordion-content .speaker img {
    width: 40%;
    margin-bottom: 1em;
  }
  .event-programme .uk-accordion-content .speaker .speaker-name {
    font-size: 1.25em;
  }
  .event-programme .uk-accordion-content .speaker .speaker-title {
    font-size: 1em;
  }
  .toolkit-section-contents {
    max-width: 900px;
  }
  .members-block-2023 .title {
    margin: 0.5em 0 0.5em;
    font-size: 1.35em;
    line-height: 1.5em;
    text-align: center;
    font-weight: 400;
  }
}
@media (min-width: 1600px) {
  .site-header .header-logo img {
    width: 200px;
  }
  .site-header .header-utilities {
    margin-top: -26px;
  }
  .hero .hero-title {
    font-size: 6em;
  }
  .hero .hero-content {
    width: auto;
    margin-left: 0;
    max-width: 650px;
  }
  .resource-block-2024 .date, .resource-block-2024 .phase {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1em;
    letter-spacing: 1.4px;
    color: #82929F;
    margin: 0.25em 0;
    font-weight: 400;
  }
  .resource-block-2024 .members-only-tag {
    font-size: 1em;
  }
  .resource-block-2024 .date {
    margin-top: 1em;
  }
  .resource-block-2024 img {
    margin-bottom: 1em;
  }
  .resource-block-2024 .title {
    font-size: 1.75em;
  }
  .resource-block-2024 .excerpt p {
    font-size: 1em;
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
