@charset "UTF-8";
/*!
Theme Name: dogood_heretohelp
Theme URI: https://dogoodheretohelp.org.uk/
Author: The Do Good Charity web development
Author URI: https://dogoodheretohelp.org.uk/
Description: Description
Version: 1.0.0
Tested up to: 8.4
Requires PHP: 8.4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dogood_heretohelp
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.
dogood_heretohelp is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #5396c1;
}
a:visited {
  color: #5396c1;
}
a:hover, a:focus, a:active {
  color: #000;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
  text-decoration: underline;
}

.c-blog__post-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 50px;
  background-image: url("static-images/svg/arrow-circle-blue.svg");
  background-position: left center;
  padding: 0 0 0 66px;
  background-size: 50px;
  background-repeat: no-repeat;
  margin: 1rem 0 1.75rem;
}
.c-blog__post-link a {
  color: #00b0ca;
  text-decoration: none;
  font-weight: 600;
}

.c-go-back-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 50px;
  background-image: url("static-images/svg/arrow-circle-cyan-rotated.svg");
  background-position: left center;
  padding: 0 0 0 66px;
  background-size: 50px;
  background-repeat: no-repeat;
  margin: 1rem 0 0;
  color: #00b0ca;
  font-weight: 600;
  text-decoration: none;
}

.c-go-back-link--blue {
  display: flex;
  flex-direction: row;
  align-items: center;
  min-height: 50px;
  background-image: url("static-images/svg/arrow-circle-blue-rotated.svg");
  background-position: left center;
  padding: 0 0 0 66px;
  background-size: 50px;
  background-repeat: no-repeat;
  margin: 1rem 0 0;
  color: #334454;
  font-weight: 600;
  text-decoration: none;
}

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.site-header-wrap {
  width: 100%;
}

.home .site-branding {
  display: none;
}

.c-top-masthead {
  display: block;
}
.c-top-masthead .c-top-masthead__logo {
  display: block;
  margin: 2rem 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .c-top-masthead .c-top-masthead__logo {
    margin: 1rem;
  }
}
.c-top-masthead .c-top-masthead__logo-link {
  display: block;
}
.c-top-masthead .c-top-masthead__logo-link img {
  width: 100%;
  height: auto;
}
.c-top-masthead .c-top-masthead__other {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
.c-top-masthead .c-top-masthead__sub-block {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  width: 130px;
  margin: 0 auto 1rem 1rem;
}
.c-top-masthead .c-top-masthead__sub-block .c-top-masthead__sub-logo {
  width: 100%;
  height: auto;
}
.c-top-masthead .c-top-masthead__sub-block .c-top-masthead__sub-logo img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .c-top-masthead {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
  }
  .c-top-masthead .c-top-masthead__sub-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end;
    width: 180px;
    margin: 0 1rem 0 2rem;
  }
  .c-top-masthead .c-top-masthead__logo {
    width: 600px;
    height: auto;
    margin: 0;
  }
}
@media screen and (min-width: 1200px) {
  .c-top-masthead {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: stretch;
  }
  .c-top-masthead .c-top-masthead__logo {
    width: 540px;
    height: auto;
    margin: 3rem 1rem 1rem 107px;
  }
  .c-top-masthead .c-top-masthead__sub-block {
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 190px;
    margin: 70px 100px 0 0;
  }
  .c-top-masthead .c-top-masthead__other {
    padding: 0 40px 1.25rem 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .c-top-masthead .c-top-masthead__logo {
    width: 700px;
    height: auto;
  }
  .c-top-masthead .c-top-masthead__other {
    padding: 0 40px 1rem 1rem;
  }
  .c-top-masthead .c-top-masthead__sub-block {
    margin: 50px 100px 0 0;
  }
}
.c-search-wrapper {
  position: absolute;
  top: 0;
  right: 1rem;
}
@media (min-width: 992px) {
  .c-search-wrapper {
    top: -1rem;
    right: 2.5rem;
  }
}
@media (min-width: 1600px) {
  .c-search-wrapper {
    right: 3rem;
  }
}

.c-header-wrapper {
  position: relative;
  width: 100%;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .c-header-wrapper {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1600px) {
  .c-header-wrapper {
    width: 1600px;
  }
}

.l-header__banner {
  width: 100%;
  padding: 0;
  position: relative;
  /* Mobile styles */
  /* Desktop styles */
}
@media only screen and (min-width: 768px) {
  .l-header__banner {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__banner {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .l-header__banner {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1600px) {
  .l-header__banner {
    width: 1600px;
  }
}
.l-header__banner .c-mobile-hero {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .l-header__banner .c-mobile-hero {
    display: none;
  }
}
.l-header__banner .c-mobile-hero .c-mobile-hero__content {
  background-color: #5396c1;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__banner .c-mobile-hero .c-mobile-hero__content .c-mobile-hero__heading {
  color: white;
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
}
.l-header__banner .c-mobile-hero .c-mobile-hero__content .c-mobile-hero__heading strong {
  font-weight: 600;
}
.l-header__banner .c-mobile-hero--families {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .l-header__banner .c-mobile-hero--families {
    display: none;
  }
}
.l-header__banner .c-mobile-hero--families .c-mobile-hero__content {
  background-color: #00b0ca;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__banner .c-mobile-hero--families .c-mobile-hero__content .c-mobile-hero__heading {
  color: white;
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
}
.l-header__banner .c-mobile-hero--families .c-mobile-hero__content .c-mobile-hero__heading strong {
  font-weight: 600;
}
.l-header__banner .c-mobile-hero--professionals {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .l-header__banner .c-mobile-hero--professionals {
    display: none;
  }
}
.l-header__banner .c-mobile-hero--professionals .c-mobile-hero__content {
  background-color: #7ab800;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__banner .c-mobile-hero--professionals .c-mobile-hero__content .c-mobile-hero__heading {
  color: white;
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
}
.l-header__banner .c-mobile-hero--professionals .c-mobile-hero__content .c-mobile-hero__heading strong {
  font-weight: 600;
}
.l-header__banner .c-mobile-hero--individuals {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .l-header__banner .c-mobile-hero--individuals {
    display: none;
  }
}
.l-header__banner .c-mobile-hero--individuals .c-mobile-hero__content {
  background-color: #f57b20;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.l-header__banner .c-mobile-hero--individuals .c-mobile-hero__content .c-mobile-hero__heading {
  color: white;
  margin: 0;
  font-size: 2rem;
  font-weight: 300;
}
.l-header__banner .c-mobile-hero--individuals .c-mobile-hero__content .c-mobile-hero__heading strong {
  font-weight: 600;
}
.l-header__banner .c-desktop-hero, .l-header__banner .c-desktop-hero--home {
  display: none;
}
.l-header__banner .c-desktop-hero .c-desktop-hero__content, .l-header__banner .c-desktop-hero--home .c-desktop-hero__content {
  color: white;
}
.l-header__banner .c-desktop-hero .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--home .c-desktop-hero__heading {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-header__banner .c-desktop-hero, .l-header__banner .c-desktop-hero--home {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 300px;
  }
  .l-header__banner .c-desktop-hero .c-desktop-hero__content, .l-header__banner .c-desktop-hero--home .c-desktop-hero__content {
    display: flex;
    width: 49%;
    justify-content: flex-start;
    padding: 0 2rem 0 50px;
    align-items: center;
  }
  .l-header__banner .c-desktop-hero .c-mobile-hero__heading, .l-header__banner .c-desktop-hero--home .c-mobile-hero__heading {
    display: none;
  }
  .l-header__banner .c-desktop-hero .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--home .c-desktop-hero__heading {
    display: block;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 300;
  }
  .l-header__banner .c-desktop-hero .c-desktop-hero__heading strong, .l-header__banner .c-desktop-hero--home .c-desktop-hero__heading strong {
    font-weight: 600;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__banner .c-desktop-hero, .l-header__banner .c-desktop-hero--home {
    min-height: 400px;
  }
  .l-header__banner .c-desktop-hero .c-desktop-hero__content, .l-header__banner .c-desktop-hero--home .c-desktop-hero__content {
    width: 50%;
    padding: 0 2rem 0 100px;
  }
  .l-header__banner .c-desktop-hero .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--home .c-desktop-hero__heading {
    font-size: 1.85rem;
  }
}
@media only screen and (min-width: 1200px) {
  .l-header__banner .c-desktop-hero, .l-header__banner .c-desktop-hero--home {
    min-height: 500px;
  }
  .l-header__banner .c-desktop-hero .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--home .c-desktop-hero__heading {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  .l-header__banner .c-desktop-hero, .l-header__banner .c-desktop-hero--home {
    min-height: 600px;
  }
  .l-header__banner .c-desktop-hero .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--home .c-desktop-hero__heading {
    font-size: 2.5rem;
  }
}
.l-header__banner .c-desktop-hero img, .l-header__banner .c-desktop-hero--home img {
  margin-top: 44px;
}
@media only screen and (min-width: 992px) {
  .l-header__banner .c-desktop-hero img, .l-header__banner .c-desktop-hero--home img {
    margin-top: 0;
  }
}
.l-header__banner .c-desktop-hero--home {
  background-image: url("static-images/banners/H2H2-home-banner-1600x554.jpg");
}
.l-header__banner .c-desktop-hero--about {
  display: none;
}
.l-header__banner .c-desktop-hero--about .c-desktop-hero__content {
  color: white;
}
.l-header__banner .c-desktop-hero--about .c-desktop-hero__heading {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-header__banner .c-desktop-hero--about {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 203px;
    background-image: url("static-images/banners/H2H2-about-banner-1600x423.jpg");
  }
  .l-header__banner .c-desktop-hero--about .c-desktop-hero__content {
    display: flex;
    width: 49%;
    justify-content: flex-start;
    padding: 0 2rem 0 50px;
    align-items: center;
  }
  .l-header__banner .c-desktop-hero--about .c-mobile-hero__heading {
    display: none;
  }
  .l-header__banner .c-desktop-hero--about .c-desktop-hero__heading {
    display: block;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 300;
  }
  .l-header__banner .c-desktop-hero--about .c-desktop-hero__heading strong {
    font-weight: 600;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__banner .c-desktop-hero--about {
    min-height: 270px;
  }
  .l-header__banner .c-desktop-hero--about .c-desktop-hero__content {
    width: 50%;
    padding: 0 2rem 0 100px;
  }
  .l-header__banner .c-desktop-hero--about .c-desktop-hero__heading {
    font-size: 1.85rem;
  }
}
@media only screen and (min-width: 1200px) {
  .l-header__banner .c-desktop-hero--about {
    min-height: 338px;
  }
  .l-header__banner .c-desktop-hero--about .c-desktop-hero__heading {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  .l-header__banner .c-desktop-hero--about {
    min-height: 423px;
  }
  .l-header__banner .c-desktop-hero--about .c-desktop-hero__heading {
    font-size: 2.5rem;
  }
}
.l-header__banner .c-desktop-hero--about img {
  margin-top: 44px;
}
@media only screen and (min-width: 992px) {
  .l-header__banner .c-desktop-hero--about img {
    margin-top: 0;
  }
}
.l-header__banner .c-desktop-hero--resources, .l-header__banner .c-desktop-hero--resources--family, .l-header__banner .c-desktop-hero--resources--individual, .l-header__banner .c-desktop-hero--resources--pro {
  display: none;
}
.l-header__banner .c-desktop-hero--resources .c-desktop-hero__content, .l-header__banner .c-desktop-hero--resources--family .c-desktop-hero__content, .l-header__banner .c-desktop-hero--resources--individual .c-desktop-hero__content, .l-header__banner .c-desktop-hero--resources--pro .c-desktop-hero__content {
  color: white;
}
.l-header__banner .c-desktop-hero--resources .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--resources--family .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--resources--individual .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--resources--pro .c-desktop-hero__heading {
  display: none;
}
@media only screen and (min-width: 768px) {
  .l-header__banner .c-desktop-hero--resources, .l-header__banner .c-desktop-hero--resources--family, .l-header__banner .c-desktop-hero--resources--individual, .l-header__banner .c-desktop-hero--resources--pro {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-height: 200px;
  }
  .l-header__banner .c-desktop-hero--resources .c-desktop-hero__content, .l-header__banner .c-desktop-hero--resources--family .c-desktop-hero__content, .l-header__banner .c-desktop-hero--resources--individual .c-desktop-hero__content, .l-header__banner .c-desktop-hero--resources--pro .c-desktop-hero__content {
    display: flex;
    width: 49%;
    justify-content: flex-start;
    padding: 0 2rem 0 50px;
    align-items: center;
  }
  .l-header__banner .c-desktop-hero--resources .c-mobile-hero__heading, .l-header__banner .c-desktop-hero--resources--family .c-mobile-hero__heading, .l-header__banner .c-desktop-hero--resources--individual .c-mobile-hero__heading, .l-header__banner .c-desktop-hero--resources--pro .c-mobile-hero__heading {
    display: none;
  }
  .l-header__banner .c-desktop-hero--resources .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--resources--family .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--resources--individual .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--resources--pro .c-desktop-hero__heading {
    display: block;
    margin: 0;
    font-size: 1.4rem;
    font-weight: 300;
  }
  .l-header__banner .c-desktop-hero--resources .c-desktop-hero__heading strong, .l-header__banner .c-desktop-hero--resources--family .c-desktop-hero__heading strong, .l-header__banner .c-desktop-hero--resources--individual .c-desktop-hero__heading strong, .l-header__banner .c-desktop-hero--resources--pro .c-desktop-hero__heading strong {
    font-weight: 600;
  }
}
@media only screen and (min-width: 992px) {
  .l-header__banner .c-desktop-hero--resources, .l-header__banner .c-desktop-hero--resources--family, .l-header__banner .c-desktop-hero--resources--individual, .l-header__banner .c-desktop-hero--resources--pro {
    min-height: 300px;
  }
  .l-header__banner .c-desktop-hero--resources .c-desktop-hero__content, .l-header__banner .c-desktop-hero--resources--family .c-desktop-hero__content, .l-header__banner .c-desktop-hero--resources--individual .c-desktop-hero__content, .l-header__banner .c-desktop-hero--resources--pro .c-desktop-hero__content {
    width: 50%;
    padding: 0 2rem 0 100px;
  }
  .l-header__banner .c-desktop-hero--resources .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--resources--family .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--resources--individual .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--resources--pro .c-desktop-hero__heading {
    font-size: 1.85rem;
  }
}
@media only screen and (min-width: 1200px) {
  .l-header__banner .c-desktop-hero--resources, .l-header__banner .c-desktop-hero--resources--family, .l-header__banner .c-desktop-hero--resources--individual, .l-header__banner .c-desktop-hero--resources--pro {
    min-height: 340px;
  }
  .l-header__banner .c-desktop-hero--resources .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--resources--family .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--resources--individual .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--resources--pro .c-desktop-hero__heading {
    font-size: 2.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  .l-header__banner .c-desktop-hero--resources, .l-header__banner .c-desktop-hero--resources--family, .l-header__banner .c-desktop-hero--resources--individual, .l-header__banner .c-desktop-hero--resources--pro {
    min-height: 420px;
  }
  .l-header__banner .c-desktop-hero--resources .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--resources--family .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--resources--individual .c-desktop-hero__heading, .l-header__banner .c-desktop-hero--resources--pro .c-desktop-hero__heading {
    font-size: 2.5rem;
  }
}
.l-header__banner .c-desktop-hero--resources img, .l-header__banner .c-desktop-hero--resources--family img, .l-header__banner .c-desktop-hero--resources--individual img, .l-header__banner .c-desktop-hero--resources--pro img {
  margin-top: 44px;
}
@media only screen and (min-width: 992px) {
  .l-header__banner .c-desktop-hero--resources img, .l-header__banner .c-desktop-hero--resources--family img, .l-header__banner .c-desktop-hero--resources--individual img, .l-header__banner .c-desktop-hero--resources--pro img {
    margin-top: 0;
  }
}
.l-header__banner .c-desktop-hero--resources--pro {
  background-image: url("static-images/banners/H2H2-professionals-banner-1600x424.jpg");
}
.l-header__banner .c-desktop-hero--resources--individual {
  background-image: url("static-images/banners/H2H2-individuals-banner-1600x424.jpg");
}
.l-header__banner .c-desktop-hero--resources--family {
  background-image: url("static-images/banners/H2H2-families-banner-1600x424.jpg");
}

.c-sub-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .c-sub-header {
    width: 1088px;
    padding: 2rem 0;
  }
}
@media only screen and (min-width: 1600px) {
  .c-sub-header {
    max-width: 1200px;
  }
}
.c-sub-header .c-sub-header__content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .c-sub-header .c-sub-header__content h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  .c-sub-header .c-sub-header__content h3 {
    font-size: 1.4rem;
  }
}
.c-sub-header .c-sub-header__content p {
  margin: 1rem 0 0;
}

.c-team-header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem 0;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .c-team-header {
    width: 1088px;
    padding: 2rem 0 0;
  }
}
@media only screen and (min-width: 1600px) {
  .c-team-header {
    max-width: 1200px;
  }
}
.c-team-header .c-team-header__content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .c-team-header .c-team-header__content h3 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 1600px) {
  .c-team-header .c-team-header__content h3 {
    font-size: 1.4rem;
  }
}
.c-team-header .c-team-header__content p {
  margin: 1rem 0 0;
}

.c-header-wrapper--resources {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-header-wrapper--resources {
    display: flex;
    flex-wrap: nowrap;
  }
}
.c-header-wrapper--resources .c-resource-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #e1ebf5;
  padding: 2rem 1rem;
}
@media only screen and (min-width: 768px) {
  .c-header-wrapper--resources .c-resource-header {
    flex-basis: calc(100% - 320px);
  }
}
@media only screen and (min-width: 1200px) {
  .c-header-wrapper--resources .c-resource-header {
    padding: 0 0 0 124px;
  }
}
.c-header-wrapper--resources .c-resource-header h2 {
  margin: 0;
  color: #334454;
  font-weight: 400;
  font-size: 2rem;
}
.c-header-wrapper--resources .c-resource-header h2 strong {
  font-weight: 700;
}
.c-header-wrapper--resources .c-resource-header--pro {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #e1ebf5;
  padding: 2rem 1rem;
}
@media only screen and (min-width: 768px) {
  .c-header-wrapper--resources .c-resource-header--pro {
    flex-basis: calc(100% - 320px);
  }
}
@media only screen and (min-width: 992px) {
  .c-header-wrapper--resources .c-resource-header--pro {
    flex-basis: calc(100% - 670px);
  }
}
@media only screen and (min-width: 1200px) {
  .c-header-wrapper--resources .c-resource-header--pro {
    padding: 0 1rem 0 124px;
  }
}
.c-header-wrapper--resources .c-resource-header--pro h2 {
  margin: 0;
  color: #334454;
  font-weight: 400;
  font-size: 2rem;
}
.c-header-wrapper--resources .c-resource-header--pro h2 strong {
  font-weight: 700;
}
.c-header-wrapper--resources .c-resource-key {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-header-wrapper--resources .c-resource-key {
    flex-basis: 320px;
  }
}
.c-header-wrapper--resources .c-resource-key .c-resource-key__advice {
  display: flex;
  background-color: #334454;
  padding: 1rem;
}
.c-header-wrapper--resources .c-resource-key .c-resource-key__toolkit {
  display: flex;
  background-color: #f57b20;
  padding: 1rem;
}
.c-header-wrapper--resources .c-resource-key .c-resource-key__icon {
  width: 50px;
  height: 50px;
}
.c-header-wrapper--resources .c-resource-key h3 {
  color: white;
  padding: 1rem 0 1rem 1rem;
  margin: 0;
}
.c-header-wrapper--resources .c-resource-key--pro {
  display: block;
  background-color: #334454;
}
@media only screen and (min-width: 768px) {
  .c-header-wrapper--resources .c-resource-key--pro {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    flex-basis: 320px;
  }
}
@media only screen and (min-width: 992px) {
  .c-header-wrapper--resources .c-resource-key--pro {
    flex-wrap: nowrap;
    flex-basis: 670px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-header-wrapper--resources .c-resource-key--pro {
    flex-basis: 670px;
  }
}
@media only screen and (min-width: 1600px) {
  .c-header-wrapper--resources .c-resource-key--pro {
    flex-basis: 670px;
  }
}
@media only screen and (min-width: 768px) {
  .c-header-wrapper--resources .c-resource-key--pro .c-resource-key__column {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .c-header-wrapper--resources .c-resource-key--pro .c-resource-key__column {
    flex-basis: 50%;
  }
}
.c-header-wrapper--resources .c-resource-key--pro .c-resource-key__column .c-resource-key__block {
  display: flex;
  background-color: #334454;
  padding: 1rem;
  align-items: center;
  flex-basis: 100%;
}
@media only screen and (min-width: 992px) {
  .c-header-wrapper--resources .c-resource-key--pro .c-resource-key__column .c-resource-key__block {
    min-height: 80px;
  }
}
.c-header-wrapper--resources .c-resource-key--pro .c-resource-key__column .c-resource-key__block .c-resource-key__icon--green {
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/circle-green.svg");
}
.c-header-wrapper--resources .c-resource-key--pro .c-resource-key__column .c-resource-key__block .c-resource-key__icon--orange {
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/circle-orange.svg");
}
.c-header-wrapper--resources .c-resource-key--pro .c-resource-key__column .c-resource-key__block .c-resource-key__icon--cyan {
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/circle-cyan.svg");
}
.c-header-wrapper--resources .c-resource-key--pro .c-resource-key__column .c-resource-key__icon {
  width: 50px;
  height: 50px;
}
.c-header-wrapper--resources .c-resource-key--pro .c-resource-key__column h3 {
  color: white;
  padding: 0 0 0 1rem;
  margin: 0;
}

.c-header-wrapper--podcasts {
  display: flex;
  flex-wrap: nowrap;
  background-color: #e1ebf5;
  padding: 2rem 0;
}
.c-header-wrapper--podcasts .c-podcast-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1rem;
  min-height: 116px;
  flex-basis: calc(100% - 220px);
}
@media only screen and (min-width: 768px) {
  .c-header-wrapper--podcasts .c-podcast-header {
    flex-basis: calc(100% - 340px);
  }
}
@media only screen and (min-width: 1200px) {
  .c-header-wrapper--podcasts .c-podcast-header {
    padding: 2rem 0 2rem 124px;
    flex-basis: calc(100% - 549px);
  }
}
.c-header-wrapper--podcasts .c-podcast-header h2 {
  margin: 0;
  color: #334454;
  font-weight: 400;
  font-size: 2rem;
}
.c-header-wrapper--podcasts .c-podcast-header h2 strong {
  font-weight: 700;
}
.c-header-wrapper--podcasts .c-podcast-graphic {
  flex-basis: 110px;
  margin: 0 6px;
  height: auto;
  background-position: right center;
  background-color: #e1ebf5;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("static-images/svg/soundwaves.svg");
}
@media only screen and (min-width: 768px) {
  .c-header-wrapper--podcasts .c-podcast-graphic {
    min-height: 116px;
    flex-basis: 340px;
    background-size: 320px;
    background-position: right 1rem center;
  }
}
@media only screen and (min-width: 1200px) {
  .c-header-wrapper--podcasts .c-podcast-graphic {
    flex-basis: 550px;
    background-size: 395px;
    background-position: right 8rem center;
  }
}

.c-header-wrapper--contact {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: #e1ebf5;
  padding: 0;
  background-image: url("static-images/svg/circle-grey.svg");
  background-size: 290px;
  background-position: right -180px center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .c-header-wrapper--contact {
    background-size: 420px;
    background-position: right -50px center;
  }
}
.c-header-wrapper--contact .c-contact-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem 1rem;
  min-height: 116px;
  flex-basis: calc(100% - 90px);
}
@media only screen and (min-width: 768px) {
  .c-header-wrapper--contact .c-contact-header {
    flex-basis: calc(100% - 340px);
    padding: 3rem 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .c-header-wrapper--contact .c-contact-header {
    padding: 4rem 0 4rem 124px;
    flex-basis: calc(100% - 549px);
  }
}
.c-header-wrapper--contact .c-contact-header h2 {
  margin: 0;
  color: #334454;
  font-weight: 400;
  font-size: 2rem;
}
.c-header-wrapper--contact .c-contact-header h2 strong {
  font-weight: 700;
}
.c-header-wrapper--contact .c-contact-graphic {
  flex-basis: 90px;
  margin: 0;
  height: auto;
  background-image: url("static-images/svg/paper-plane.svg");
  background-size: 80px;
  background-position: left center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 768px) {
  .c-header-wrapper--contact .c-contact-graphic {
    flex-basis: 300px;
    background-size: 150px;
  }
}

.c-header-wrapper--blog {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background-color: #e1ebf5;
  padding: 0;
}
.c-header-wrapper--blog .c-blog-header {
  padding: 2rem 1rem;
  min-height: 116px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .c-header-wrapper--blog .c-blog-header {
    width: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-basis: calc(100% - 10px);
    padding: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .c-header-wrapper--blog .c-blog-header {
    flex-basis: calc(100% - 60px);
    padding: 3rem 1rem 3rem 124px;
  }
}
@media only screen and (min-width: 1600px) {
  .c-header-wrapper--blog .c-blog-header {
    padding: 4rem 0 4rem 124px;
    flex-basis: calc(100% - 390px);
  }
}
.c-header-wrapper--blog .c-blog-header h2 {
  margin: 0;
  color: #334454;
  font-weight: 400;
  font-size: 2rem;
}
.c-header-wrapper--blog .c-blog-header h2 strong {
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .c-header-wrapper--blog .c-blog-header h2 {
    margin: 0 4rem 0 0;
    padding: 2rem 4rem 2rem 0;
    border-right: 5px solid #f57b20;
  }
}
.c-header-wrapper--blog .c-blog-header h3 {
  margin: 1rem 0 0;
  color: #334454;
  font-size: 1.3rem;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .c-header-wrapper--blog .c-blog-header h3 {
    margin: 0;
    padding: 2rem 0 2rem 0;
  }
}
@media only screen and (min-width: 1200px) {
  .c-header-wrapper--blog .c-blog-header h3 {
    margin: 0 4rem 0 0;
    padding: 2rem 4rem 2rem 0;
  }
}

.page-header--archive {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 1200px) {
  .page-header--archive {
    max-width: 1180px;
  }
}

.c-header-settings-mobile {
  position: absolute;
  top: 1rem;
  right: 1rem;
  flex-basis: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-around;
}
@media (min-width: 768px) {
  .c-header-settings-mobile {
    display: none;
  }
}

.c-header-settings {
  display: none;
}
@media (min-width: 768px) {
  .c-header-settings {
    position: absolute;
    right: 6rem;
    top: 0.8rem;
    flex-basis: 300px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-around;
  }
}
@media (min-width: 1200px) {
  .c-header-settings {
    right: 4rem;
    top: 1.2rem;
  }
}
@media (min-width: 1600px) {
  .c-header-settings {
    right: 4rem;
  }
}

/*Theme Switcher */
.c-theme-switcher {
  margin: 0;
}

.c-theme-switcher_label span {
  display: none;
}

input.c-theme-switcher_switch {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: white;
  font-size: inherit;
  width: 6rem;
  height: 2rem;
  box-sizing: content-box;
  border: 1px solid;
  border-radius: 1em;
  vertical-align: text-bottom;
  margin: auto;
  background-image: url("static-images/header/vivid.png");
  background-position: center left 5px;
  background-size: 65px 31px;
}

input.c-theme-switcher_switch::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  margin: 0;
  border: 1px solid white;
  border-radius: 50%;
  background-color: white;
  /*
    background-image: url('images/close-icon.svg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 440px;
   */
}

input.c-theme-switcher_switch:checked::before {
  left: 4rem;
}

input.c-theme-switcher_switch:disabled {
  opacity: 0.4;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
.main-navigation .menu-main-menu-container {
  display: none;
}
.main-navigation li:hover > ul,
.main-navigation li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.3rem;
  margin: 5px 0;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
  color: black;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  font-family: "Montserrat", sans-serif;
  color: black;
}

button.menu-toggle {
  display: block;
  background-color: transparent;
  border: none;
  position: absolute;
  top: -5rem;
}
@media screen and (min-width: 768px) {
  button.menu-toggle {
    position: relative;
    top: unset;
  }
}

.c-menu-label--open {
  display: none;
}

.c-hamburger-close {
  display: none;
}

.c-menu-label--close {
  display: none;
}

.main-navigation ul li.menu-item-has-children a {
  display: none;
}
.main-navigation ul li.menu-item-has-children .sub-menu {
  display: none;
  height: 0;
  width: 100%;
  box-shadow: none;
  position: relative;
}
.main-navigation ul li.menu-item-has-children .sub-menu li {
  display: block;
}
.main-navigation ul li.menu-item-has-children .sub-menu li a {
  display: block;
}

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

/*show dropdown menu when clicked at mobile*/
.main-navigation.toggled ul li.menu-item-has-children.focus .sub-menu {
  display: block;
  height: auto;
  width: 100%;
  box-shadow: none;
  position: relative;
}

.main-navigation.toggled {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.main-navigation.toggled .menu-main-menu-container {
  display: block;
  width: 100%;
  padding: 0 1rem;
}
.main-navigation.toggled .c-hamburger-open {
  display: none;
}
.main-navigation.toggled .c-menu-label--open {
  display: none;
}
.main-navigation.toggled .c-hamburger-close {
  display: block;
}
.main-navigation.toggled .c-menu-label--close {
  display: none;
}
.main-navigation.toggled ul li.menu-item-has-children a {
  display: none;
}
.main-navigation.toggled ul li.menu-item-has-children ul.sub-menu {
  display: block;
  height: auto;
  width: 100%;
  box-shadow: none;
  position: relative;
}
.main-navigation.toggled ul li.menu-item-has-children ul.sub-menu li a {
  display: block;
}

@media screen and (min-width: 1200px) {
  .main-navigation {
    background-color: #334454;
    border-bottom: 6px solid white;
  }
  .main-navigation button.menu-toggle {
    display: none;
  }
  .main-navigation li:hover > a, .main-navigation li.focus > a {
    color: white;
  }
  .main-navigation a {
    color: white;
  }
  .main-navigation :hover > a,
.main-navigation .focus > a {
    color: white;
  }
  .main-navigation a:hover,
.main-navigation a.focus {
    color: white;
  }
  .main-navigation .menu-main-menu-container {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 0 0 0 90px;
  }

  .main-navigation ul {
    display: flex;
    margin: 1rem 1rem 0 -1rem;
  }
  .main-navigation ul li {
    padding: 0 1rem 1rem 1rem;
    border-right: 3px solid white;
    font-size: 1.3rem;
  }

  .main-navigation ul li.menu-item-has-children a {
    display: block;
  }

  .main-navigation ul li.menu-item-has-children.focus .sub-menu {
    display: block;
    height: auto;
    width: 500px;
    box-shadow: none;
    position: absolute;
    background-color: #334454;
    padding: 1rem;
    top: 0;
  }
  .main-navigation ul li.menu-item-has-children.focus .sub-menu li {
    border-right: 0;
  }
  .main-navigation ul li.menu-item-has-children.focus .sub-menu a {
    width: auto;
    font-family: "Montserrat", sans-serif;
    color: white;
  }
  .main-navigation ul li.menu-item-has-children.focus .sub-menu :hover > a,
.main-navigation ul li.menu-item-has-children.focus .sub-menu .focus > a {
    color: white;
  }
  .main-navigation ul li.menu-item-has-children.focus .sub-menu a:hover,
.main-navigation ul li.menu-item-has-children.focus .sub-menu a.focus {
    color: white;
  }

  .main-navigation ul li.menu-item-has-children:hover .sub-menu {
    display: block;
    height: auto;
    width: 480px;
    box-shadow: none;
    position: absolute;
    top: 31px;
    background-color: #334454;
    padding: 1rem;
  }
  .main-navigation ul li.menu-item-has-children:hover .sub-menu li {
    border-right: 0;
  }
  .main-navigation ul li.menu-item-has-children:hover .sub-menu a {
    width: auto;
    font-family: "Montserrat", sans-serif;
    color: white;
  }
  .main-navigation ul li.menu-item-has-children:hover .sub-menu :hover > a,
.main-navigation ul li.menu-item-has-children:hover .sub-menu .focus > a {
    color: white;
  }
  .main-navigation ul li.menu-item-has-children:hover .sub-menu a:hover,
.main-navigation ul li.menu-item-has-children:hover .sub-menu a.focus {
    color: white;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Search
--------------------------------------------- */
.site-header-wrap .search-form {
  margin: 0 0.5rem;
  display: none;
}
@media (min-width: 1200px) {
  .site-header-wrap .search-form {
    margin: 1.5rem 0.5rem 0;
    display: block;
    width: 100%;
  }
}

.site-header-wrap .search-field {
  background-image: url("static-images/svg/search-icon.svg");
  background-repeat: no-repeat;
  background-size: 48px 48px;
  border: none;
  cursor: pointer;
  background-position: center;
  height: 48px;
  width: 48px;
  margin: 0;
  padding: 0 50px 0 0;
  position: relative;
  transition: width 400ms ease, background 400ms ease;
}

.site-header-wrap .search-field:focus {
  background-image: url("static-images/svg/search-icon-grey.svg");
  background-color: #fff;
  background-position: 5px;
  background-size: 25px 25px;
  border: 2px solid #334454;
  border-radius: 10px;
  cursor: text;
  outline: 0;
  width: 230px;
  padding: 20px 20px 20px 60px;
  margin: 0;
}
.site-header-wrap .search-field:focus #placeholder {
  display: inline-block;
}
@media (min-width: 992px) {
  .site-header-wrap .search-field:focus {
    background-position: 5px;
    width: 214px;
  }
}
@media (min-width: 1200px) {
  .site-header-wrap .search-field:focus {
    width: 284px;
  }
}
@media (min-width: 1600px) {
  .site-header-wrap .search-field:focus {
    width: 464px;
  }
}

.search-form,
.search-submit {
  display: none;
}

.search-no-results .no-results p {
  color: white;
}

@media (min-width: 992px) {
  .c-main-content.c-main-content--search-result {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media (min-width: 1600px) {
  .c-main-content.c-main-content--search-result {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.c-main-content.c-main-content--search-result article {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-basis: 100%;
  margin: 1rem 0;
  border-radius: 15px;
  padding: 0.5rem;
  filter: drop-shadow(-2px 6px 2px lightgray);
}
@media (min-width: 992px) {
  .c-main-content.c-main-content--search-result article {
    flex-basis: calc(50% - 1rem);
    margin: 0.5rem;
  }
}
@media (min-width: 1600px) {
  .c-main-content.c-main-content--search-result article {
    margin: 1.5rem;
    flex-basis: calc(33% - 3rem);
  }
}
.c-main-content.c-main-content--search-result article h2 {
  color: white;
}
.c-main-content.c-main-content--search-result article h2 a {
  color: white;
  text-decoration: none;
}

.c-back-search {
  display: none;
}
@media (min-width: 992px) {
  .c-back-search {
    display: block;
    text-align: left;
    margin: 1rem 0;
  }
}

.c-back-search--mobile {
  display: block;
  text-align: center;
}
@media (min-width: 992px) {
  .c-back-search--mobile {
    display: none;
  }
}

.widget_search .wp-block-search__input {
  background-image: url("static-images/svg/search-icon-grey.svg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 5px;
  background-size: 25px 25px;
  border: 2px solid #334454;
  border-radius: 10px;
  cursor: text;
  outline: 0;
  width: 230px;
  padding: 10px 20px 10px 40px;
  margin: 0;
}
.widget_search .wp-block-search__input:focus {
  background-image: url("static-images/svg/search-icon-grey.svg");
  background-repeat: no-repeat;
  background-color: #fff;
  background-position: 5px;
  background-size: 25px 25px;
  border: 2px solid #334454;
  border-radius: 10px;
  cursor: text;
  outline: 0;
  width: 230px;
  padding: 10px 20px 10px 40px;
  margin: 0;
}

/* Posts and pages
--------------------------------------------- */
/* colour backgrounds */
.c-block--light-grey {
  background-color: #eeeff0;
}

/* text blocks */
.c-main-intro {
  font-weight: 600;
}

/* fixed width blocks */
.l-container-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
@media only screen and (min-width: 1200px) {
  .l-container-inner {
    max-width: 1180px;
  }
}

.c-box-links {
  width: 100%;
  display: block;
  margin: 1rem 0;
  padding: 0;
}
@media (min-width: 768px) {
  .c-box-links {
    width: calc(100% - 2rem);
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 1rem;
  }
}
@media only screen and (min-width: 1200px) {
  .c-box-links {
    width: 1088px;
    margin: 0 auto;
    padding: 0 0 2rem 0;
  }
}
@media only screen and (min-width: 1600px) {
  .c-box-links {
    width: 1200px;
  }
}
.c-box-links .c-box-link {
  display: flex;
  flex-direction: column;
  margin: 1rem 0;
  text-decoration: none;
}
@media (min-width: 768px) {
  .c-box-links .c-box-link {
    flex-basis: 30%;
  }
}
.c-box-links .c-box-link .c-box-link__header, .c-box-links .c-box-link .c-box-link__header--green, .c-box-links .c-box-link .c-box-link__header--orange, .c-box-links .c-box-link .c-box-link__header--cyan {
  position: relative;
  background-color: #43576a;
  padding: 30px 30px 50px;
}
@media only screen and (min-width: 768px) {
  .c-box-links .c-box-link .c-box-link__header, .c-box-links .c-box-link .c-box-link__header--green, .c-box-links .c-box-link .c-box-link__header--orange, .c-box-links .c-box-link .c-box-link__header--cyan {
    height: 195px;
  }
}
.c-box-links .c-box-link .c-box-link__header .c-box-link__title, .c-box-links .c-box-link .c-box-link__header--green .c-box-link__title, .c-box-links .c-box-link .c-box-link__header--orange .c-box-link__title, .c-box-links .c-box-link .c-box-link__header--cyan .c-box-link__title {
  color: white;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0 0 1.5rem;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .c-box-links .c-box-link .c-box-link__header .c-box-link__title, .c-box-links .c-box-link .c-box-link__header--green .c-box-link__title, .c-box-links .c-box-link .c-box-link__header--orange .c-box-link__title, .c-box-links .c-box-link .c-box-link__header--cyan .c-box-link__title {
    font-size: 1.75rem;
  }
}
.c-box-links .c-box-link .c-box-link__header .c-box-link__icon, .c-box-links .c-box-link .c-box-link__header--green .c-box-link__icon, .c-box-links .c-box-link .c-box-link__header--orange .c-box-link__icon, .c-box-links .c-box-link .c-box-link__header--cyan .c-box-link__icon {
  position: absolute;
  bottom: -20px;
  right: 0;
  width: 75px;
  height: 75px;
  text-decoration: none;
  background-color: #43576a;
}
.c-box-links .c-box-link .c-box-link__header p, .c-box-links .c-box-link .c-box-link__header--green p, .c-box-links .c-box-link .c-box-link__header--orange p, .c-box-links .c-box-link .c-box-link__header--cyan p {
  color: #7ab800;
  font-weight: 600;
  text-decoration: none;
}
.c-box-links .c-box-link .c-box-link__header--cyan {
  border-bottom: 20px solid #00b0ca;
}
.c-box-links .c-box-link .c-box-link__header--orange {
  border-bottom: 20px solid #f57b20;
}
.c-box-links .c-box-link .c-box-link__header--green {
  border-bottom: 20px solid #7ab800;
}
.c-box-links .c-box-link .c-box-link__image {
  width: 100%;
  height: auto;
}
.c-box-links .c-box-link:hover .c-box-link__title, .c-box-links .c-box-link:active .c-box-link__title {
  color: white;
  text-decoration: none;
}
.c-box-links .c-box-link:hover .c-box-link__icon, .c-box-links .c-box-link:active .c-box-link__icon {
  text-decoration: none;
}
.c-box-links .c-box-link:hover p, .c-box-links .c-box-link:active p {
  color: #7ab800;
  font-weight: 600;
  text-decoration: none;
}

.c-quote, .c-quote--orange, .c-quote--cyan, .c-quote--green {
  font-size: 1.75rem;
  color: #334454;
  border: 2px solid #334454;
  padding: 1rem 2rem;
  margin: 2rem 0;
}

.c-quote--green {
  border: 2px solid #7ab800;
}

.c-quote--cyan {
  border: 2px solid #00b0ca;
}

.c-quote--orange {
  border: 2px solid #f57b20;
}

.c-resources-button {
  display: block;
  margin: 1rem 0 2rem;
}

.c-circle, .c-circle--cyan {
  border-radius: 50% 50%;
  background-color: transparent;
  color: transparent;
  height: 230px;
  width: 230px;
  padding: 1.75rem;
  font-size: 1.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .c-circle, .c-circle--cyan {
    height: 210px;
    width: 210px;
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 992px) {
  .c-circle, .c-circle--cyan {
    height: 230px;
    width: 230px;
    font-size: 1.3rem;
  }
}

.c-circle--cyan {
  background-color: #00b0ca;
  color: white;
}

.c-list-block h2, .c-list-block--cyan h2, .c-list-block h3, .c-list-block--cyan h3 {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .c-list-block h2, .c-list-block--cyan h2, .c-list-block h3, .c-list-block--cyan h3 {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .c-list-block h2, .c-list-block--cyan h2, .c-list-block h3, .c-list-block--cyan h3 {
    font-size: 1.5rem;
  }
}
.c-list-block ul, .c-list-block--cyan ul {
  margin: 0 0 1rem 0;
  padding: 0;
  list-style-type: none;
}
.c-list-block ul li, .c-list-block--cyan ul li {
  font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .c-list-block ul li, .c-list-block--cyan ul li {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 992px) {
  .c-list-block ul li, .c-list-block--cyan ul li {
    font-size: 1.2rem;
  }
}
.c-list-block ul li::before, .c-list-block--cyan ul li::before {
  content: "•";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: black;
  /* Change the color */
  font-size: 2rem;
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 0.7em;
  /* Also needed for space (tweak if needed) */
}

.c-list-block--cyan ul li::before {
  color: #00b0ca;
  /* Change the color */
}

@media (min-width: 992px) {
  .c-resource-block--wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 -1rem;
  }
}
@media (min-width: 1200px) {
  .c-resource-block--wrapper {
    margin: 0 -1rem;
  }
}
.c-resource-block--wrapper .c-resource-link, .c-resource-block--wrapper .c-resource-link--toolkit, .c-resource-block--wrapper .c-resource-link--advice {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  padding: 0;
  margin: 1rem 0;
  color: transparent;
  text-decoration: none;
}
@media (min-width: 992px) {
  .c-resource-block--wrapper .c-resource-link, .c-resource-block--wrapper .c-resource-link--toolkit, .c-resource-block--wrapper .c-resource-link--advice {
    flex-basis: calc(45% - 2rem);
    margin: 1rem;
  }
}
.c-resource-block--wrapper .c-resource-link .c-resource-link__header, .c-resource-block--wrapper .c-resource-link--toolkit .c-resource-link__header, .c-resource-block--wrapper .c-resource-link--advice .c-resource-link__header {
  background-color: transparent;
  background-image: none;
  background-position: left 1rem center;
  background-size: 50px;
  background-repeat: no-repeat;
  color: white;
  text-decoration: none;
  text-align: left;
  width: 100%;
  padding: 1rem;
}
.c-resource-block--wrapper .c-resource-link .c-resource-link__header h3, .c-resource-block--wrapper .c-resource-link--toolkit .c-resource-link__header h3, .c-resource-block--wrapper .c-resource-link--advice .c-resource-link__header h3 {
  margin: 0;
  padding: 1rem 1rem 1rem 80px;
  text-decoration: none !important;
}
.c-resource-block--wrapper .c-resource-link .c-resource-link__text, .c-resource-block--wrapper .c-resource-link--toolkit .c-resource-link__text, .c-resource-block--wrapper .c-resource-link--advice .c-resource-link__text {
  background-color: transparent;
  margin: 7px 0 0 0;
  padding: 1rem 2rem;
  text-decoration: none !important;
  color: white;
  text-align: left;
  flex-grow: 1;
  width: 100%;
}
.c-resource-block--wrapper .c-resource-link .c-resource-link__text p, .c-resource-block--wrapper .c-resource-link--toolkit .c-resource-link__text p, .c-resource-block--wrapper .c-resource-link--advice .c-resource-link__text p {
  display: none;
}
.c-resource-block--wrapper .c-resource-link .c-resource-link__text p:first-of-type, .c-resource-block--wrapper .c-resource-link--toolkit .c-resource-link__text p:first-of-type, .c-resource-block--wrapper .c-resource-link--advice .c-resource-link__text p:first-of-type {
  display: block;
}
.c-resource-block--wrapper .c-resource-link:hover, .c-resource-block--wrapper .c-resource-link--toolkit:hover, .c-resource-block--wrapper .c-resource-link--advice:hover {
  text-decoration: none !important;
}
.c-resource-block--wrapper .c-resource-link:hover .c-resource-link__header, .c-resource-block--wrapper .c-resource-link--toolkit:hover .c-resource-link__header, .c-resource-block--wrapper .c-resource-link--advice:hover .c-resource-link__header {
  text-decoration: none !important;
}
.c-resource-block--wrapper .c-resource-link:hover .c-resource-link__header h3, .c-resource-block--wrapper .c-resource-link--toolkit:hover .c-resource-link__header h3, .c-resource-block--wrapper .c-resource-link--advice:hover .c-resource-link__header h3 {
  text-decoration: none !important;
}
.c-resource-block--wrapper .c-resource-link:hover .c-resource-link__text, .c-resource-block--wrapper .c-resource-link--toolkit:hover .c-resource-link__text, .c-resource-block--wrapper .c-resource-link--advice:hover .c-resource-link__text {
  text-decoration: none !important;
}
.c-resource-block--wrapper .c-resource-link--advice .c-resource-link__header {
  background-color: #334454;
  background-image: url("static-images/svg/advice-toolkit.svg");
}
.c-resource-block--wrapper .c-resource-link--advice .c-resource-link__text {
  background-color: #334454;
}
.c-resource-block--wrapper .c-resource-link--advice:hover .c-resource-link__header {
  background-color: #334454;
}
.c-resource-block--wrapper .c-resource-link--advice:hover .c-resource-link__text {
  background-color: #334454;
}
.c-resource-block--wrapper .c-resource-link--toolkit .c-resource-link__header {
  background-color: #f57b20;
  background-image: url("static-images/svg/resource-toolkit.svg");
}
.c-resource-block--wrapper .c-resource-link--toolkit .c-resource-link__text {
  background-color: #f57b20;
}
.c-resource-block--wrapper .c-resource-link--toolkit:hover .c-resource-link__header {
  background-color: #f57b20;
}
.c-resource-block--wrapper .c-resource-link--toolkit:hover .c-resource-link__text {
  background-color: #f57b20;
}
.c-resource-block--wrapper .c-resource-link-pro, .c-resource-block--wrapper .c-resource-link-pro--toolkit, .c-resource-block--wrapper .c-resource-link-pro--advice {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  padding: 0 25px;
  margin: 1rem 0;
  color: transparent;
  text-decoration: none;
  position: relative;
}
@media (min-width: 992px) {
  .c-resource-block--wrapper .c-resource-link-pro, .c-resource-block--wrapper .c-resource-link-pro--toolkit, .c-resource-block--wrapper .c-resource-link-pro--advice {
    flex-basis: calc(50% - 2rem);
    margin: 1rem;
  }
}
.c-resource-block--wrapper .c-resource-link-pro .c-resource-link__header, .c-resource-block--wrapper .c-resource-link-pro--toolkit .c-resource-link__header, .c-resource-block--wrapper .c-resource-link-pro--advice .c-resource-link__header {
  background-color: transparent;
  background-image: none;
  background-position: right 1rem center;
  background-size: 50px;
  background-repeat: no-repeat;
  color: #334454;
  text-decoration: none;
  text-align: left;
  width: 100%;
  padding: 1rem 4rem 1rem 37px;
}
.c-resource-block--wrapper .c-resource-link-pro .c-resource-link__header h3, .c-resource-block--wrapper .c-resource-link-pro--toolkit .c-resource-link__header h3, .c-resource-block--wrapper .c-resource-link-pro--advice .c-resource-link__header h3 {
  margin: 0;
  padding: 1rem 0;
  text-decoration: none !important;
}
.c-resource-block--wrapper .c-resource-link-pro .c-resource-link__text, .c-resource-block--wrapper .c-resource-link-pro--toolkit .c-resource-link__text, .c-resource-block--wrapper .c-resource-link-pro--advice .c-resource-link__text {
  background-color: transparent;
  margin: 0;
  padding: 1rem 2rem;
  text-decoration: none !important;
  color: #334454;
  border: 5px solid #e1ebf5;
  text-align: left;
  flex-grow: 1;
  width: 100%;
}
.c-resource-block--wrapper .c-resource-link-pro .c-resource-link__text p, .c-resource-block--wrapper .c-resource-link-pro--toolkit .c-resource-link__text p, .c-resource-block--wrapper .c-resource-link-pro--advice .c-resource-link__text p {
  display: none;
}
.c-resource-block--wrapper .c-resource-link-pro .c-resource-link__text p:first-of-type, .c-resource-block--wrapper .c-resource-link-pro--toolkit .c-resource-link__text p:first-of-type, .c-resource-block--wrapper .c-resource-link-pro--advice .c-resource-link__text p:first-of-type {
  display: block;
}
.c-resource-block--wrapper .c-resource-link-pro:hover, .c-resource-block--wrapper .c-resource-link-pro--toolkit:hover, .c-resource-block--wrapper .c-resource-link-pro--advice:hover {
  text-decoration: none !important;
}
.c-resource-block--wrapper .c-resource-link-pro:hover .c-resource-link__header, .c-resource-block--wrapper .c-resource-link-pro--toolkit:hover .c-resource-link__header, .c-resource-block--wrapper .c-resource-link-pro--advice:hover .c-resource-link__header {
  text-decoration: none !important;
}
.c-resource-block--wrapper .c-resource-link-pro:hover .c-resource-link__header h3, .c-resource-block--wrapper .c-resource-link-pro--toolkit:hover .c-resource-link__header h3, .c-resource-block--wrapper .c-resource-link-pro--advice:hover .c-resource-link__header h3 {
  text-decoration: none !important;
}
.c-resource-block--wrapper .c-resource-link-pro:hover .c-resource-link__text, .c-resource-block--wrapper .c-resource-link-pro--toolkit:hover .c-resource-link__text, .c-resource-block--wrapper .c-resource-link-pro--advice:hover .c-resource-link__text {
  text-decoration: none !important;
}
.c-resource-block--wrapper .c-resource-link-pro--advice .c-resource-link__header {
  background-color: #e1ebf5;
  background-image: url("static-images/svg/Advice-outline.svg");
}
.c-resource-block--wrapper .c-resource-link-pro--advice .c-resource-link__text {
  background-color: white;
}
.c-resource-block--wrapper .c-resource-link-pro--advice:hover .c-resource-link__header {
  background-color: #e1ebf5;
}
.c-resource-block--wrapper .c-resource-link-pro--advice:hover .c-resource-link__text {
  background-color: white;
}
.c-resource-block--wrapper .c-resource-link-pro--toolkit .c-resource-link__header {
  background-color: #e1ebf5;
  background-image: url("static-images/svg/Toolkit-outline.svg");
}
.c-resource-block--wrapper .c-resource-link-pro--toolkit .c-resource-link__text {
  background-color: white;
}
.c-resource-block--wrapper .c-resource-link-pro--toolkit:hover .c-resource-link__header {
  background-color: #e1ebf5;
}
.c-resource-block--wrapper .c-resource-link-pro--toolkit:hover .c-resource-link__text {
  background-color: white;
}

.single .c-resource-link, .single .c-resource-link--toolkit, .single .c-resource-link--advice {
  display: block;
  text-decoration: none !important;
  margin: 3rem 0;
}
.single .c-resource-link .c-resource-link__header, .single .c-resource-link--toolkit .c-resource-link__header, .single .c-resource-link--advice .c-resource-link__header {
  background-image: none;
  background-position: left center;
  background-size: 50px;
  background-repeat: no-repeat;
  padding: 1rem 1rem 0 4rem;
  text-decoration: none !important;
}
.single .c-resource-link .c-resource-link__header h2, .single .c-resource-link--toolkit .c-resource-link__header h2, .single .c-resource-link--advice .c-resource-link__header h2 {
  margin: 0;
  padding: 0 0 1rem 0;
  text-decoration: none;
  color: #334454;
  text-decoration: none !important;
}
.single .c-resource-link .c-resource-link__text, .single .c-resource-link--toolkit .c-resource-link__text, .single .c-resource-link--advice .c-resource-link__text {
  padding: 0 0 0 4rem;
  text-decoration: none !important;
  color: #334454;
  max-width: 600px;
}
.single .c-resource-link:hover, .single .c-resource-link--toolkit:hover, .single .c-resource-link--advice:hover {
  text-decoration: none !important;
}
.single .c-resource-link:hover .c-resource-link__header, .single .c-resource-link--toolkit:hover .c-resource-link__header, .single .c-resource-link--advice:hover .c-resource-link__header {
  text-decoration: underline !important;
}
.single .c-resource-link:hover .c-resource-link__header h2, .single .c-resource-link--toolkit:hover .c-resource-link__header h2, .single .c-resource-link--advice:hover .c-resource-link__header h2 {
  text-decoration: underline !important;
}
.single .c-resource-link:hover .c-resource-link__text, .single .c-resource-link--toolkit:hover .c-resource-link__text, .single .c-resource-link--advice:hover .c-resource-link__text {
  text-decoration: none !important;
}
.single .c-resource-link--advice .c-resource-link__header {
  background-image: url("static-images/svg/advice-toolkit-navy.svg");
}
.single .c-resource-link--toolkit .c-resource-link__header {
  background-image: url("static-images/svg/resource-toolkit-orange.svg");
}
.single .c-resource-link-follow {
  text-decoration: none;
  font-weight: bold;
  color: #334454;
  padding: 0 0 0 4rem;
}
.single .c-resource-link-follow:visited {
  color: #334454;
}
.single .c-resource-link-follow:hover {
  text-decoration: underline !important;
}

.c-team-block {
  width: calc(100% - 2rem);
  display: block;
  margin: 1rem;
  padding: 0;
}
@media (min-width: 768px) {
  .c-team-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1rem auto;
  }
}
@media only screen and (min-width: 1200px) {
  .c-team-block {
    width: 1145px;
    padding: 1rem 0 2rem;
  }
}
.c-team-block .c-team-member {
  display: flex;
  flex-direction: column;
  margin: 1rem 0 3rem;
  text-decoration: none;
  border-bottom: 2px solid #f57b20;
}
@media (min-width: 768px) {
  .c-team-block .c-team-member {
    flex-basis: 27%;
  }
}
@media only screen and (min-width: 1200px) {
  .c-team-block .c-team-member {
    margin: 1rem 0 4rem;
  }
}
.c-team-block .c-team-member .c-team-member__heading {
  color: #334454;
  font-size: 1.1rem;
  font-weight: 500;
  margin: 1rem 0;
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .c-team-block .c-team-member .c-team-member__heading {
    font-size: 1.3rem;
  }
}
.c-team-block .c-team-member .c-team-member__image {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (min-width: 992px) {
  .c-web-link--wrapper {
    flex-basis: calc(100% - 2rem);
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1rem;
  }
}
@media (min-width: 1200px) {
  .c-web-link--wrapper {
    margin: 0 -1rem;
  }
}
.c-web-link--wrapper .c-web-link, .c-web-link--wrapper .c-web-link--app, .c-web-link--wrapper .c-web-link--book, .c-web-link--wrapper .c-web-link--link {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  padding: 0 25px;
  color: transparent;
  text-decoration: none;
  position: relative;
  margin: 1rem 1rem 2rem;
}
@media (min-width: 992px) {
  .c-web-link--wrapper .c-web-link, .c-web-link--wrapper .c-web-link--app, .c-web-link--wrapper .c-web-link--book, .c-web-link--wrapper .c-web-link--link {
    flex-basis: calc(50% - 2rem);
  }
}
.c-web-link--wrapper .c-web-link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link__header {
  background-color: #e1ebf5;
  background-image: none;
  background-position: right 1rem center;
  background-size: 50px;
  background-repeat: no-repeat;
  color: #334454;
  text-decoration: none;
  text-align: left;
  width: 100%;
  padding: 1rem 4rem 1rem 37px;
}
.c-web-link--wrapper .c-web-link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-web-link__header h3 {
  margin: 0;
  padding: 1rem 1rem 1rem 21px;
  text-decoration: none !important;
}
.c-web-link--wrapper .c-web-link .c-web-link__text, .c-web-link--wrapper .c-web-link--app .c-web-link__text, .c-web-link--wrapper .c-web-link--book .c-web-link__text, .c-web-link--wrapper .c-web-link--link .c-web-link__text {
  background-color: transparent;
  margin: 0;
  padding: 1rem 2rem;
  text-decoration: none !important;
  color: #334454;
  border: 5px solid #e1ebf5;
  text-align: left;
  flex-grow: 1;
  width: 100%;
}
.c-web-link--wrapper .c-web-link .c-web-link__text p, .c-web-link--wrapper .c-web-link--app .c-web-link__text p, .c-web-link--wrapper .c-web-link--book .c-web-link__text p, .c-web-link--wrapper .c-web-link--link .c-web-link__text p {
  display: none;
}
.c-web-link--wrapper .c-web-link .c-web-link__text p:first-of-type, .c-web-link--wrapper .c-web-link--app .c-web-link__text p:first-of-type, .c-web-link--wrapper .c-web-link--book .c-web-link__text p:first-of-type, .c-web-link--wrapper .c-web-link--link .c-web-link__text p:first-of-type {
  display: block;
}
.c-web-link--wrapper .c-web-link .c-web-link__text .c-web-link__url, .c-web-link--wrapper .c-web-link--app .c-web-link__text .c-web-link__url, .c-web-link--wrapper .c-web-link--book .c-web-link__text .c-web-link__url, .c-web-link--wrapper .c-web-link--link .c-web-link__text .c-web-link__url {
  display: block;
  text-decoration: none !important;
  color: #5396c1;
  font-weight: 600;
  margin: 1rem 0;
}
.c-web-link--wrapper .c-web-link .c-web-link__text .c-web-link__url:visited, .c-web-link--wrapper .c-web-link--app .c-web-link__text .c-web-link__url:visited, .c-web-link--wrapper .c-web-link--book .c-web-link__text .c-web-link__url:visited, .c-web-link--wrapper .c-web-link--link .c-web-link__text .c-web-link__url:visited {
  text-decoration: none !important;
  color: #5396c1;
}
.c-web-link--wrapper .c-web-link .c-web-link__text .c-web-link__url:hover, .c-web-link--wrapper .c-web-link--app .c-web-link__text .c-web-link__url:hover, .c-web-link--wrapper .c-web-link--book .c-web-link__text .c-web-link__url:hover, .c-web-link--wrapper .c-web-link--link .c-web-link__text .c-web-link__url:hover {
  text-decoration: underline !important;
  color: #334454;
}
.c-web-link--wrapper .c-web-link .c-web-link__text .c-web-link__url:active, .c-web-link--wrapper .c-web-link--app .c-web-link__text .c-web-link__url:active, .c-web-link--wrapper .c-web-link--book .c-web-link__text .c-web-link__url:active, .c-web-link--wrapper .c-web-link--link .c-web-link__text .c-web-link__url:active {
  text-decoration: none !important;
  color: #5396c1;
}
.c-web-link--wrapper .c-web-link:hover, .c-web-link--wrapper .c-web-link--app:hover, .c-web-link--wrapper .c-web-link--book:hover, .c-web-link--wrapper .c-web-link--link:hover {
  text-decoration: none !important;
}
.c-web-link--wrapper .c-web-link:hover .c-web-link__header, .c-web-link--wrapper .c-web-link--app:hover .c-web-link__header, .c-web-link--wrapper .c-web-link--book:hover .c-web-link__header, .c-web-link--wrapper .c-web-link--link:hover .c-web-link__header {
  text-decoration: none !important;
}
.c-web-link--wrapper .c-web-link:hover .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app:hover .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book:hover .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link:hover .c-web-link__header h3 {
  text-decoration: none !important;
}
.c-web-link--wrapper .c-web-link:hover .c-web-link__text, .c-web-link--wrapper .c-web-link--app:hover .c-web-link__text, .c-web-link--wrapper .c-web-link--book:hover .c-web-link__text, .c-web-link--wrapper .c-web-link--link:hover .c-web-link__text {
  text-decoration: none !important;
}
.c-web-link--wrapper .c-web-link--link .c-web-link__header {
  background-image: url("static-images/svg/links.svg");
}
.c-web-link--wrapper .c-web-link--book .c-web-link__header {
  background-image: url("static-images/svg/reading.svg");
}
.c-web-link--wrapper .c-web-link--app .c-web-link__header {
  background-image: url("static-images/svg/apps.svg");
}
.c-web-link--wrapper .c-app__buttons {
  margin: 0 0 1rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.c-web-link--wrapper .c-apple-store-button {
  display: inline-block;
  margin: 1rem 1rem 1rem 0;
}
.c-web-link--wrapper .c-apple-store-button img {
  width: 150px;
  height: 50px;
}
@media (min-width: 768px) {
  .c-web-link--wrapper .c-apple-store-button img {
    width: 180px;
    height: 60px;
  }
}
.c-web-link--wrapper .c-google-store-button {
  display: inline-block;
  margin: 1rem 1rem 1rem 0;
}
.c-web-link--wrapper .c-google-store-button img {
  width: 150px;
  height: 50px;
}
@media (min-width: 768px) {
  .c-web-link--wrapper .c-google-store-button img {
    width: 180px;
    height: 60px;
  }
}

.c-box-link__links {
  background-color: #f57b20;
  height: 400px;
}
@media (min-width: 992px) {
  .c-box-link__links {
    flex-basis: calc(33% - 2rem);
    margin: 1rem;
  }
}

.c-contact {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.c-contact .c-contact__info {
  color: #334454;
}
.c-contact .c-contact__info .c-contact__row, .c-contact .c-contact__info .c-contact__post, .c-contact .c-contact__info .c-contact__email, .c-contact .c-contact__info .c-contact__tel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 1rem 0;
}
.c-contact .c-contact__info .c-contact__row div, .c-contact .c-contact__info .c-contact__post div, .c-contact .c-contact__info .c-contact__email div, .c-contact .c-contact__info .c-contact__tel div {
  flex-basis: calc(100% - 90px);
}
.c-contact .c-contact__info .c-contact__row a, .c-contact .c-contact__info .c-contact__post a, .c-contact .c-contact__info .c-contact__email a, .c-contact .c-contact__info .c-contact__tel a {
  text-decoration: none;
  color: #334454;
}
.c-contact .c-contact__info .c-contact__row a:visited, .c-contact .c-contact__info .c-contact__post a:visited, .c-contact .c-contact__info .c-contact__email a:visited, .c-contact .c-contact__info .c-contact__tel a:visited {
  text-decoration: none;
  color: #334454;
}
.c-contact .c-contact__info .c-contact__row a:hover, .c-contact .c-contact__info .c-contact__post a:hover, .c-contact .c-contact__info .c-contact__email a:hover, .c-contact .c-contact__info .c-contact__tel a:hover {
  text-decoration: underline;
  color: #334454;
}
.c-contact .c-contact__info .c-contact__row a:active, .c-contact .c-contact__info .c-contact__post a:active, .c-contact .c-contact__info .c-contact__email a:active, .c-contact .c-contact__info .c-contact__tel a:active {
  text-decoration: none;
  color: #334454;
}
.c-contact .c-contact__info .c-contact__post {
  align-items: flex-start;
  padding: 26px 0 26px 0;
}
.c-contact .c-contact__info .c-contact__post strong {
  display: block;
  margin: 0;
}
.c-contact .c-contact__info .c-contact__post p {
  margin: 0;
}
.c-contact .c-contact__info .c-contact__post .c-contact-information__icon {
  margin: -26px 1rem 0 0;
}
.c-contact .c-web-button {
  background-image: url("static-images/svg/arrow-circle-green.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 70px;
  border-radius: 35px 35px;
  height: 70px;
  background-color: #334454;
  color: white;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0 50px 0 100px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1.5rem;
}
.c-contact .c-web-button:hover {
  text-decoration: underline;
}

.c-std-flex-row {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-std-flex-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.c-std-flex-row--stretch {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-std-flex-row--stretch {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
  }
}

.c-std-column {
  width: 100%;
  margin: 1rem 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-std-column {
    width: 45%;
    flex-basis: 45%;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .c-std-column {
    width: 520px;
    flex-basis: 520px;
  }
}

@media (min-width: 768px) {
  .c-flexed-content-wall {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
  }
}
@media (min-width: 992px) {
  .c-flexed-content-wall {
    width: 962px;
    margin: 2rem auto;
  }
}
@media (min-width: 1200px) {
  .c-flexed-content-wall {
    width: 1000px;
    margin: 4rem auto;
  }
}
@media (min-width: 1600px) {
  .c-flexed-content-wall {
    width: 1400px;
  }
}

.sticky {
  display: block;
}

.site {
  width: 100%;
}

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

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

@media only screen and (min-width: 1600px) {
  .site {
    max-width: 1600px;
    margin: 0 auto;
  }
}
.c-block--light-grey {
  background-color: #eeeff0;
}

.c-std-flex-row {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-std-flex-row {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.c-std-flex-row--flipped {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-std-flex-row--flipped {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c-std-flex-row--flipped .c-std-column:first-of-type {
    order: 2;
  }
}

.c-std-column {
  width: 100%;
  margin: 1rem 0;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .c-std-column {
    width: 45%;
    flex-basis: 45%;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .c-std-column {
    width: 520px;
    flex-basis: 520px;
  }
}

.c-main-intro {
  font-weight: 600;
}

.c-styled-text-block h1, .c-styled-text-block h2 {
  font-size: 1.5rem;
}
.c-styled-text-block h3, .c-styled-text-block h4, .c-styled-text-block h5 {
  font-size: 1.2rem;
}
.c-styled-text-block a {
  font-weight: bold;
  color: black;
  text-decoration: none;
}
.c-styled-text-block a:hover {
  text-decoration: underline;
}

/* Blog */
.c-blog-list {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-blog-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.c-blog-list .c-blog__posts {
  flex-basis: 58%;
}
.c-blog-list .c-blog__navigation {
  flex-basis: 32%;
}
.c-blog-list .c-blog__item {
  display: block;
  margin: 1rem 0 3rem;
  padding: 0 0 1rem;
  border-bottom: 2px solid #00b0ca;
}
.c-blog-list .c-blog__item .c-blog-title {
  color: #334454;
}
.c-blog-list .c-blog__item .entry-meta {
  display: block;
  padding: 1rem 0;
}
.c-blog-list .c-blog__item .c-blog-teaser--flex {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-blog-list .c-blog__item .c-blog-teaser--flex {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.c-blog-list .c-blog__item .c-blog-teaser--flex .c-blog-image__link {
  flex-basis: 200px;
  width: 200px;
  height: 200px;
  display: block;
}
.c-blog-list .c-blog__item .c-blog-teaser--flex .c-blog-image__link .c-blog-image--thumb {
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media only screen and (min-width: 768px) {
  .c-blog-list .c-blog__item .c-blog-teaser--flex .c-blog__content {
    flex-basis: calc(100% - 150px);
    padding: 0 1rem 0 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .c-blog-list .c-blog__item .c-blog-teaser--flex .c-blog__content p:first-of-type {
    margin: 0 0 1rem 0;
  }
}
.c-blog-list .c-blog__item .c-blog-teaser--flex .entry-meta {
  padding: 0;
}

.heateor_sss_sharing_container {
  margin: 1rem 0;
}

/* Events */
.c-event-list {
  display: block;
}
@media only screen and (min-width: 768px) {
  .c-event-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.c-event-list .c-web-link, .c-event-list .c-web-link--wrapper .c-web-link--link, .c-web-link--wrapper .c-event-list .c-web-link--link, .c-event-list .c-web-link--wrapper .c-web-link--book, .c-web-link--wrapper .c-event-list .c-web-link--book, .c-event-list .c-web-link--wrapper .c-web-link--app, .c-web-link--wrapper .c-event-list .c-web-link--app {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  padding: 0 25px;
  color: transparent;
  text-decoration: none;
  position: relative;
  margin: 1rem 1rem 2rem;
}
@media only screen and (min-width: 1200px) {
  .c-event-list .c-web-link, .c-event-list .c-web-link--wrapper .c-web-link--link, .c-web-link--wrapper .c-event-list .c-web-link--link, .c-event-list .c-web-link--wrapper .c-web-link--book, .c-web-link--wrapper .c-event-list .c-web-link--book, .c-event-list .c-web-link--wrapper .c-web-link--app, .c-web-link--wrapper .c-event-list .c-web-link--app {
    flex-basis: calc(50% - 2rem);
    margin: 1rem;
  }
}
.c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--book .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--link .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--link .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--book .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header {
  background-color: #e1ebf5;
  color: #334454;
  text-decoration: none;
  text-align: left;
  width: 100%;
  padding: 1rem;
}
@media only screen and (min-width: 1200px) {
  .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--book .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--link .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-event-list .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--link .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-event-list .c-web-link--app .c-web-link__header, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-event-list .c-web-link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-event-list .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--book .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header {
    padding: 1rem 3.5rem 1rem 1rem;
  }
}
.c-event-list .c-web-link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-event-list .c-web-link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-event-list .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-event-list .c-web-link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-event-list .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-event-list .c-web-link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-event-list .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-event-list .c-web-link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--app .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-event-list .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-event-list .c-web-link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-event-list .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-event-list .c-web-link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--app .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-event-list .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-event-list .c-web-link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-event-list .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-event-list .c-web-link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-event-list .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-event-list .c-web-link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-event-list .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-event-list .c-web-link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-event-list .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header h3 {
  margin: 0;
  padding: 1rem 1rem 1rem 21px;
  text-decoration: none !important;
}
.c-event-list .c-web-link .c-web-link__text, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link__text, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link__text, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link__text, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link__text, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link__text, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link__text {
  background-color: transparent;
  margin: 0;
  padding: 1rem 2rem;
  text-decoration: none !important;
  color: #334454;
  border: 5px solid #e1ebf5;
  text-align: left;
  flex-grow: 1;
  width: 100%;
}
.c-event-list .c-web-link .c-web-link__text p, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link__text p, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link__text p, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link__text p, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link__text p, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link__text p, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link__text p {
  display: block;
}
.c-event-list .c-web-link:hover, .c-event-list .c-web-link--wrapper .c-web-link--link:hover, .c-web-link--wrapper .c-event-list .c-web-link--link:hover, .c-event-list .c-web-link--wrapper .c-web-link--book:hover, .c-web-link--wrapper .c-event-list .c-web-link--book:hover, .c-event-list .c-web-link--wrapper .c-web-link--app:hover, .c-web-link--wrapper .c-event-list .c-web-link--app:hover {
  text-decoration: none !important;
}
.c-event-list .c-web-link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link__header, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--book:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--app:hover .c-web-link__header, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--app:hover .c-web-link__header, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-event-list .c-web-link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book:hover .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--book:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link--link .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-event-list .c-web-link--app:hover .c-web-link__header, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-event-list .c-web-link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link:hover .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link--book .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-event-list .c-web-link--app:hover .c-web-link__header, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--book:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link__header, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-event-list .c-web-link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link--link .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link--book:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-event-list .c-web-link--book:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--app:hover .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--app:hover .c-web-link__header, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-event-list .c-web-link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link:hover .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link--app .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link--app .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-event-list .c-web-link--book:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link--link .c-web-link__header, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-event-list .c-web-link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link--book .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link--link:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-event-list .c-web-link--link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--app:hover .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--app:hover .c-web-link__header, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-event-list .c-web-link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link--app .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link--app .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-event-list .c-web-link--link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book:hover .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--book:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link--book .c-web-link__header, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-event-list .c-web-link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link--book .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link--book .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book:hover .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book:hover .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--book:hover .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link--app:hover .c-web-link__header, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-event-list .c-web-link--app:hover .c-web-link__header, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-event-list .c-web-link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link:hover .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link:hover .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--link:hover .c-web-link--book .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link--book:hover .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-event-list .c-web-link--book:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link--link .c-web-link--book .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link--link .c-web-link--book .c-web-link__header, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-event-list .c-web-link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link:hover .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link:hover .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--link:hover .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link--link .c-web-link--app .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link--link .c-web-link--app .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link--app:hover .c-web-link__header, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-event-list .c-web-link--app:hover .c-web-link__header, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-event-list .c-web-link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link:hover .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link--link:hover .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-event-list .c-web-link--link:hover .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book:hover .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book:hover .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--book:hover .c-web-link--link .c-web-link__header, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link--book .c-web-link--link .c-web-link__header, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link--book .c-web-link--link .c-web-link__header {
  text-decoration: none !important;
}
.c-event-list .c-web-link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link__header h3, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--book:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--app:hover .c-web-link__header h3, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--app:hover .c-web-link__header h3, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-event-list .c-web-link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book:hover .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--book:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-event-list .c-web-link--app:hover .c-web-link__header h3, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-event-list .c-web-link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link:hover .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-event-list .c-web-link--app:hover .c-web-link__header h3, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--book:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link__header h3, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-event-list .c-web-link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-web-link--book:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-web-link--app .c-event-list .c-web-link--book:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--app:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--app:hover .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--app:hover .c-web-link__header h3, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-event-list .c-web-link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link:hover .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link--app .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link--app .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-event-list .c-web-link--book:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-event-list .c-web-link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-web-link--link:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-web-link--app .c-event-list .c-web-link--link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--app:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--app:hover .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--app:hover .c-web-link__header h3, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-event-list .c-web-link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link--app .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link--app .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-event-list .c-web-link--link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book:hover .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--book:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app .c-event-list .c-web-link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link--book .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book:hover .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book:hover .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-event-list .c-web-link--book:hover .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-web-link--app:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--link .c-web-link--book .c-web-link--app:hover .c-web-link__header h3, .c-web-link--wrapper .c-web-link--link .c-web-link--book .c-event-list .c-web-link--app:hover .c-web-link__header h3, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book .c-event-list .c-web-link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link:hover .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link:hover .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--link:hover .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-web-link--book:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--link .c-web-link--book:hover .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link--link .c-event-list .c-web-link--book:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link--link .c-web-link--book .c-web-link__header h3, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app .c-event-list .c-web-link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link:hover .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link:hover .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-event-list .c-web-link--link:hover .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link--link .c-web-link--app .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-web-link--app:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--book .c-web-link--link .c-web-link--app:hover .c-web-link__header h3, .c-web-link--wrapper .c-web-link--book .c-web-link--link .c-event-list .c-web-link--app:hover .c-web-link__header h3, .c-event-list .c-web-link:hover .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link .c-event-list .c-web-link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-web-link--link:hover .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book .c-web-link--link:hover .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-web-link--book .c-event-list .c-web-link--link:hover .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app .c-web-link--book:hover .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app .c-web-link--book:hover .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-web-link--app .c-event-list .c-web-link--book:hover .c-web-link--link .c-web-link__header h3, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link--book .c-web-link--link .c-web-link__header h3, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link--book .c-web-link--link .c-web-link__header h3 {
  text-decoration: none !important;
}
.c-event-list .c-web-link:hover .c-web-link__text, .c-event-list .c-web-link--wrapper .c-web-link--link:hover .c-web-link__text, .c-web-link--wrapper .c-event-list .c-web-link--link:hover .c-web-link__text, .c-event-list .c-web-link--wrapper .c-web-link--book:hover .c-web-link__text, .c-web-link--wrapper .c-event-list .c-web-link--book:hover .c-web-link__text, .c-event-list .c-web-link--wrapper .c-web-link--app:hover .c-web-link__text, .c-web-link--wrapper .c-event-list .c-web-link--app:hover .c-web-link__text {
  text-decoration: none !important;
}
.c-event-list .c-event__item {
  display: block;
  flex-basis: 40%;
  margin: 1rem 0 3rem;
  padding: 0 0 1rem;
  border-bottom: 2px solid #00b0ca;
}
.c-event-list .c-event__item .c-event-title {
  color: #334454;
}

.c-event__item--single {
  display: block;
  margin: 1rem 0 3rem;
  padding: 0 0 1rem;
}
@media only screen and (min-width: 768px) {
  .c-event__item--single {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.c-event__item--single .c-event-title {
  color: #334454;
}
.c-event__item--single .c-event__item-image {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .c-event__item--single .c-event__item-image {
    flex-basis: calc(50% - 4rem);
  }
}
@media only screen and (min-width: 992px) {
  .c-event__item--single .c-event__item-image {
    flex-basis: calc(40% - 4rem);
  }
}
.c-event__item--single .c-event__item-content {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .c-event__item--single .c-event__item-content {
    flex-basis: 50%;
  }
}
@media only screen and (min-width: 992px) {
  .c-event__item--single .c-event__item-content {
    flex-basis: calc(60% - 4rem);
  }
}

.c-google_map_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 1rem 1rem 2.5rem;
  text-decoration: none !important;
  margin: 0;
}

.c-event__contact-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url("static-images/svg/person-icon.svg");
  background-position: left center;
  background-size: 30px;
  background-repeat: no-repeat;
  padding: 1rem 1rem 1rem 2.5rem;
  text-decoration: none !important;
  margin: 0;
}

.c-event__web {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url("static-images/svg/web-icon2.svg");
  background-position: left center;
  background-size: 30px;
  background-repeat: no-repeat;
  padding: 1rem 1rem 1rem 2.5rem;
  text-decoration: none !important;
  margin: 0 0 1rem;
}

.c-event__tel {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url("static-images/svg/phone.svg");
  background-position: left center;
  background-size: 30px;
  background-repeat: no-repeat;
  padding: 1rem 1rem 1rem 2.5rem;
  text-decoration: none !important;
  margin: 0;
}

.c-event__email {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url("static-images/svg/email.svg");
  background-position: left center;
  background-size: 30px;
  background-repeat: no-repeat;
  padding: 1rem 1rem 1rem 2.5rem;
  text-decoration: none !important;
  margin: 0;
}

.c-event__location {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url("static-images/svg/location.svg");
  background-position: left center;
  background-size: 30px;
  background-repeat: no-repeat;
  padding: 1rem 1rem 1rem 2.5rem;
  text-decoration: none !important;
  margin: 0;
}

.c-event__location--postal {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-image: url("static-images/svg/location.svg");
  background-position: left top;
  background-size: 30px;
  background-repeat: no-repeat;
  padding: 0 1rem 1rem 2.5rem;
  text-decoration: none !important;
  margin: 0;
}

.c-event__textdate {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-image: url("static-images/svg/clock.svg");
  background-position: left center;
  background-size: 30px;
  background-repeat: no-repeat;
  padding: 1rem 1rem 1rem 2.5rem;
  text-decoration: none !important;
  margin: 0;
}

.c-contact__text {
  margin: 1rem 0 0;
}

.c-post-link-block.c-post-link-block--podcast, .c-post-link-block.c-post-link-block--podcast--3, .c-post-link-block.c-post-link-block--podcast--2, .c-post-link-block.c-post-link-block--podcast--1 {
  margin: 1rem;
}
@media (min-width: 768px) {
  .c-post-link-block.c-post-link-block--podcast, .c-post-link-block.c-post-link-block--podcast--3, .c-post-link-block.c-post-link-block--podcast--2, .c-post-link-block.c-post-link-block--podcast--1 {
    margin: 1rem auto;
    flex-basis: calc(50% - 2rem);
  }
}
@media (min-width: 992px) {
  .c-post-link-block.c-post-link-block--podcast, .c-post-link-block.c-post-link-block--podcast--3, .c-post-link-block.c-post-link-block--podcast--2, .c-post-link-block.c-post-link-block--podcast--1 {
    flex-basis: calc(45% - 3rem);
    margin: 1.5rem;
  }
}
@media (min-width: 1600px) {
  .c-post-link-block.c-post-link-block--podcast, .c-post-link-block.c-post-link-block--podcast--3, .c-post-link-block.c-post-link-block--podcast--2, .c-post-link-block.c-post-link-block--podcast--1 {
    flex-basis: calc(33% - 3rem);
    margin: 1.5rem;
  }
}
.c-post-link-block.c-post-link-block--podcast .c-podcast-heading, .c-post-link-block.c-post-link-block--podcast--3 .c-podcast-heading, .c-post-link-block.c-post-link-block--podcast--2 .c-podcast-heading, .c-post-link-block.c-post-link-block--podcast--1 .c-podcast-heading {
  padding: 1rem 1rem 1rem 6rem;
  min-height: 140px;
  background-image: url("static-images/svg/microphone-white.svg");
  background-position: left 2rem center;
  background-size: 44px;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.c-post-link-block.c-post-link-block--podcast .c-podcast-heading h2.c-podcast-title, .c-post-link-block.c-post-link-block--podcast--3 .c-podcast-heading h2.c-podcast-title, .c-post-link-block.c-post-link-block--podcast--2 .c-podcast-heading h2.c-podcast-title, .c-post-link-block.c-post-link-block--podcast--1 .c-podcast-heading h2.c-podcast-title {
  margin: 0 1rem;
  width: 100%;
  color: white;
  font-size: 1.2rem;
}
@media (min-width: 1200px) {
  .c-post-link-block.c-post-link-block--podcast .c-podcast-heading h2.c-podcast-title, .c-post-link-block.c-post-link-block--podcast--3 .c-podcast-heading h2.c-podcast-title, .c-post-link-block.c-post-link-block--podcast--2 .c-podcast-heading h2.c-podcast-title, .c-post-link-block.c-post-link-block--podcast--1 .c-podcast-heading h2.c-podcast-title {
    font-size: 1.4rem;
  }
}
.c-post-link-block.c-post-link-block--podcast .c-podcast-content, .c-post-link-block.c-post-link-block--podcast--3 .c-podcast-content, .c-post-link-block.c-post-link-block--podcast--2 .c-podcast-content, .c-post-link-block.c-post-link-block--podcast--1 .c-podcast-content {
  min-height: 95px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
}
.c-post-link-block.c-post-link-block--podcast .c-podcast-content div, .c-post-link-block.c-post-link-block--podcast--3 .c-podcast-content div, .c-post-link-block.c-post-link-block--podcast--2 .c-podcast-content div, .c-post-link-block.c-post-link-block--podcast--1 .c-podcast-content div {
  width: calc(100% - 2rem);
  margin: 0;
}
.c-post-link-block.c-post-link-block--podcast .c-podcast-content div iframe div.buzzsprout-player, .c-post-link-block.c-post-link-block--podcast--3 .c-podcast-content div iframe div.buzzsprout-player, .c-post-link-block.c-post-link-block--podcast--2 .c-podcast-content div iframe div.buzzsprout-player, .c-post-link-block.c-post-link-block--podcast--1 .c-podcast-content div iframe div.buzzsprout-player {
  border-radius: 0 !important;
}

.c-post-link-block--podcast--1 {
  background-color: #5396c1;
  color: white;
}
.c-post-link-block--podcast--1 .c-podcast-heading {
  background-color: #334454;
}

.c-post-link-block--podcast--2 .c-podcast-heading {
  background-color: #f57b20;
  color: white;
}
.c-post-link-block--podcast--2 .c-podcast-content {
  background-color: #334454;
  color: white;
}

.c-post-link-block--podcast--3 .c-podcast-heading {
  background-color: #7ab800;
  color: white;
}
.c-post-link-block--podcast--3 .c-podcast-content {
  background-color: #e1ebf5;
  color: #334454;
}

.c-resource-link__pro-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/arrow-circle-green.svg");
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-resource-link__family-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/arrow-circle-blue.svg");
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-resource-link__pro-icon--duo {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/arrow-circle-green.svg");
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-resource-link__family-icon--duo {
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/arrow-circle-blue.svg");
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-web-link__ind-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/arrow-circle-orange.svg");
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-web-link__pro-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/arrow-circle-green.svg");
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-web-link__family-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/arrow-circle-blue.svg");
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-web-link__ind-icon--duo-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/arrow-circle-orange.svg");
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-web-link__family-icon--duo-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/arrow-circle-blue.svg");
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-web-link__pro-icon--duo-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/arrow-circle-green.svg");
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-web-link__ind-icon--duo {
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/arrow-circle-orange.svg");
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-web-link__family-icon--duo {
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/arrow-circle-blue.svg");
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-web-link__pro-icon--duo {
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/arrow-circle-green.svg");
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-web-link__ind-icon--trio {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/arrow-circle-orange.svg");
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-web-link__family-icon--trio {
  position: absolute;
  top: 60px;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/arrow-circle-blue.svg");
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-web-link__pro-icon--trio {
  position: absolute;
  top: 120px;
  left: 0;
  width: 50px;
  height: 50px;
  background-image: url("static-images/svg/arrow-circle-green.svg");
  background-position: center center;
  background-size: 50px;
  background-repeat: no-repeat;
}

.c-contact-information__icon {
  display: none;
}
@media only screen and (min-width: 375px) {
  .c-contact-information__icon {
    display: inline-block;
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .c-contact-information__icon {
    margin: 0 1rem 0 0;
  }
}

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

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.c-recent-posts .c-recent-posts__heading {
  background-color: #7ab800;
  color: white;
  background-image: url("static-images/svg/recent-posts.svg");
  background-position: right 1rem center;
  background-size: 50px;
  background-repeat: no-repeat;
  padding: 2rem 3rem 2rem 2rem;
}
.c-recent-posts ul.c-recent-posts__results {
  background-color: #e1ebf5;
  margin: 2px 0 0;
  padding: 1rem;
  list-style-type: none;
}
.c-recent-posts ul.c-recent-posts__results li {
  margin: 1rem 0;
}
.c-recent-posts ul.c-recent-posts__results li a {
  color: #334454;
}
.c-recent-posts ul.c-recent-posts__results li a:visited {
  color: #334454;
}
.c-recent-posts ul.c-recent-posts__results li a:hover {
  color: #334454;
  font-weight: 600;
}
.c-recent-posts ul.c-recent-posts__results li a:active {
  color: #334454;
}

.c-archive-posts .c-archive-posts__heading {
  background-color: #f57b20;
  color: white;
  background-image: url("static-images/svg/archives.svg");
  background-position: right 1rem center;
  background-size: 50px;
  background-repeat: no-repeat;
  padding: 2rem 3rem 2rem 2rem;
}
.c-archive-posts ul.c-archive-posts__results {
  background-color: #e1ebf5;
  margin: 2px 0 0;
  padding: 1rem;
  list-style-type: none;
}
.c-archive-posts ul.c-archive-posts__results li {
  margin: 1rem 0;
}
.c-archive-posts ul.c-archive-posts__results li a {
  color: #334454;
}
.c-archive-posts ul.c-archive-posts__results li a:visited {
  color: #334454;
}
.c-archive-posts ul.c-archive-posts__results li a:hover {
  color: #334454;
  font-weight: 600;
}
.c-archive-posts ul.c-archive-posts__results li a:active {
  color: #334454;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* Footer
--------------------------------------------- */
.c-footer-boxlinks {
  display: block;
  background-color: #eeeff0;
  padding: 8px 0;
  margin: 2rem 0 0;
}
.c-footer-boxlinks .c-boxlinks__icon, .c-footer-boxlinks .c-boxlinks__icon--hover {
  height: 65px;
  width: 65px;
  margin: 0 0 1rem 0;
}
@media only screen and (min-width: 1200px) {
  .c-footer-boxlinks .c-boxlinks__icon, .c-footer-boxlinks .c-boxlinks__icon--hover {
    height: 65px;
    width: 65px;
  }
}
@media only screen and (min-width: 1600px) {
  .c-footer-boxlinks .c-boxlinks__icon, .c-footer-boxlinks .c-boxlinks__icon--hover {
    height: 84px;
    width: 84px;
  }
}

.c-boxlinks__box {
  background-color: #eeeff0;
  text-decoration: none;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #57626f;
  padding: 1rem;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.c-boxlinks__box:hover {
  text-decoration: none;
  color: #57626f;
}

.c-boxlinks__heading {
  color: #57626f;
  text-transform: revert;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 300;
}

.c-boxlinks__text {
  color: #57626f;
  margin: 0;
  font-size: 1.8rem;
}

.c-footer-row--awards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}

.c-footer-row--awards--top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}

.c-footer-row--awards--middle {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0;
}

.c-footer-row--awards--bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 1rem 0 2rem;
}

.c-footer-award {
  display: flex;
  align-items: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 100%;
  margin: 0;
  padding: 2rem 1rem;
}

.c-footer-award__image {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 20%;
  padding: 0;
}

.c-footer-award__image--cuka, .c-footer-award__image--lha, .c-footer-award__image--finalist, .c-footer-award__image--homeless-link, .c-footer-award__image--NAS, .c-footer-award__image--LW, .c-footer-award__image--RRN {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 20%;
  padding: 0;
}

.c-footer-row--menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.c-footer-column--mainmenu {
  padding: 0 10px 0 20px;
}

.c-footer-column--services {
  padding: 0 10px 0 20px;
}

.c-footer-column--jobs {
  padding: 0 10px 0 20px;
}

.c-footer-column--supplementarylinks {
  padding: 0 10px 0 20px;
}
.c-footer-column--supplementarylinks h3 {
  text-transform: uppercase;
}

.c-footer-column--contact {
  padding: 0 10px 0 20px;
}

.site-footer {
  background-color: #334454;
  color: #fff;
  padding: 0 0 3rem;
  width: 100%;
}

footer ul li a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  display: block;
}

footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

footer h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
}

footer h3 a {
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
footer h3 a:hover {
  text-decoration: underline;
}

.c-footer-fb-link {
  background-image: url("../images/footer/facebook-footer18.webp");
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -900em;
  width: 100%;
  height: 50px;
}
.c-footer-fb-link a {
  display: block;
}

.c-footer-contact-block {
  font-family: "Montserrat", sans-serif;
  font-size: 1.2rem;
  line-height: 1.5em;
}
.c-footer-contact-block p {
  margin: 1rem 0;
  font-size: 0.9rem;
  line-height: 1.46;
}
.c-footer-contact-block a {
  color: #fff;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
}
.c-footer-contact-block a:hover {
  color: #fff;
  text-decoration: underline;
}

.c-footer-logo {
  width: 120px;
  height: 64px;
  margin-left: -4px;
}

.c-footer-fb-link {
  margin: 20px 0 10px 10px;
}

.c-footer-first-header {
  margin-top: 20px;
  text-transform: uppercase;
}

.c-footer-sjog {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3rem 0;
}
.c-footer-sjog .c-footer__logo-link img {
  width: 250px;
}

@media (min-width: 768px) {
  .c-footer-boxlinks {
    display: flex;
    flex-wrap: wrap;
    margin: 2rem auto 0;
  }

  .c-boxlinks__box {
    flex-basis: 50%;
    margin: 1rem 0;
  }

  .c-boxlinks__box:nth-of-type(1) {
    border-right: 3px solid #57626f;
  }

  .c-boxlinks__box:nth-of-type(3) {
    border-right: 3px solid #57626f;
  }

  .c-boxlinks__box:nth-of-type(5) {
    border-right: 3px solid #57626f;
  }

  .c-footer-row--awards {
    flex-wrap: nowrap;
    margin: 0;
  }

  .c-footer-row--awards--top {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 1rem 1rem 0;
  }
  .c-footer-row--awards--top .c-footer-award {
    flex-grow: 0;
  }

  .c-footer-row--awards--bottom {
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 1rem 2rem;
  }
  .c-footer-row--awards--bottom .c-footer-award {
    flex-grow: 0;
  }

  .c-footer-award {
    display: flex;
    flex-basis: auto;
    align-items: flex-start;
    justify-content: center;
    margin: 0 0.25rem;
    padding: 2rem 0;
  }

  .c-footer-award__image--commend {
    width: 80%;
    margin: 0 10%;
  }

  .c-footer-award__image--cuka {
    display: block;
    width: 110px;
    height: auto;
    margin: 0;
    padding: 0 0.5rem 0 0;
  }

  .c-footer-award__image--lha {
    display: block;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-award__image--finalist {
    display: block;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-award__image--homeless-link {
    display: block;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-award__image--frontline {
    display: block;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-award__image--iso {
    display: block;
    width: 140px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-award__image--neacc {
    display: block;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-award__image--workforce {
    display: block;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-award__image--people {
    display: block;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-award__image--chas {
    display: block;
    width: 70px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-award__image--bsi {
    display: block;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-award__image--showsalary {
    display: block;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-award__image--ldaa {
    display: block;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-award__image--ldaaolder {
    display: block;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-award__image--cta {
    display: block;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-award__image--NAS {
    display: block;
    width: 160px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-award__image--LW {
    display: block;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-award__image--RRN {
    display: block;
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0 1rem;
  }

  .c-footer-row--menu {
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    border-top: 1px solid white;
    padding-top: 2rem;
  }

  .site-footer {
    padding: 0 0 3rem;
  }

  footer ul li {
    font-size: 0.9rem;
    margin: 0.8em 0;
    line-height: 1.3em;
  }

  footer h3 {
    font-size: 1rem;
    margin: 0.8em 0;
    line-height: 1.3em;
  }

  .c-footer-column--mainmenu {
    -ms-grid-column: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    grid-row: 1/2;
  }

  .c-footer-column--services {
    -ms-grid-column: 2;
    grid-column: 2/3;
    -ms-grid-row: 1;
    grid-row: 1/2;
  }

  .c-footer-column--jobs {
    -ms-grid-column: 3;
    grid-column: 3/4;
    -ms-grid-row: 1;
    grid-row: 1/2;
  }

  .c-footer-column--supplementarylinks {
    -ms-grid-column: 4;
    grid-column: 4/5;
    -ms-grid-row: 1;
    grid-row: 1/2;
  }
  .c-footer-column--supplementarylinks h3 a {
    font-size: 1rem;
  }

  .c-footer-column--contact {
    -ms-grid-column: 1;
    grid-column: 1/3;
    -ms-grid-row: 2;
    grid-row: 2/3;
  }

  .c-footer-logo {
    margin-left: -6px;
  }

  .c-footer-first-header {
    margin-top: 20px;
  }

  .c-footer-fb-link {
    margin: 20px 0 10px -10px;
  }

  .c-footer-contact-block {
    padding-left: 0;
    font-size: 0.9rem;
  }

  footer.c-footer--margin {
    margin: 4rem 0 2rem;
    padding: 0;
  }

  .c-footer-sjog .c-footer__logo-link img {
    width: 250px;
  }
}
@media only screen and (min-width: 1200px) {
  .c-footer-boxlinks {
    flex-wrap: nowrap;
  }

  .c-boxlinks__box {
    flex-basis: 25%;
  }
  .c-boxlinks__box .c-boxlinks__heading {
    font-size: 1.2rem;
  }

  .c-boxlinks__box:nth-of-type(1) {
    border-right: 3px solid #57626f;
  }

  .c-boxlinks__box:nth-of-type(2) {
    border-right: 3px solid #57626f;
  }

  .c-boxlinks__box:nth-of-type(3) {
    border-right: 3px solid #57626f;
  }

  .c-boxlinks__box:nth-of-type(4) {
    border-right: none;
  }

  .c-footer-row--menu {
    -ms-grid-columns: 25% 9% 16.5% 16.5% 16.5% 16.5%;
    grid-template-columns: 25% 9% 16.5% 16.5% 16.5% 16.5%;
    padding-top: 4rem;
  }

  .c-footer-column--contact {
    padding: 0 10px;
    -ms-grid-column: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    grid-row: 1/2;
  }

  .c-footer-column--mainmenu {
    padding: 0 10px;
    -ms-grid-column: 3;
    grid-column: 3/4;
    -ms-grid-row: 1;
    grid-row: 1/2;
  }

  .c-footer-column--services {
    padding: 0 10px;
    -ms-grid-column: 4;
    grid-column: 4/5;
    -ms-grid-row: 1;
    grid-row: 1/2;
  }

  .c-footer-column--jobs {
    padding: 0 10px;
    -ms-grid-column: 5;
    grid-column: 5/6;
    -ms-grid-row: 1;
    grid-row: 1/2;
  }

  .c-footer-column--supplementarylinks {
    padding: 0 10px;
    -ms-grid-column: 6;
    grid-column: 6/7;
    -ms-grid-row: 1;
    grid-row: 1/2;
  }

  .c-footer-award {
    margin: 0;
  }

  .c-footer-row--awards--top {
    padding: 3rem 2rem 0;
  }

  .c-footer-row--awards--bottom {
    padding: 0 2rem 3rem;
  }

  .c-footer-award__image--cuka {
    padding: 0 1.5rem;
    width: 160px;
  }

  .c-footer-award__image--lha {
    padding: 0 1.5rem;
    width: 160px;
  }

  .c-footer-award__image--finalist {
    padding: 0 1.5rem;
    width: 130px;
  }

  .c-footer-award__image--homeless-link {
    width: 160px;
    padding: 0 1.5rem;
  }

  .c-footer-award__image--frontline {
    width: 160px;
    padding: 0 1.5rem;
  }

  .c-footer-award__image--iso {
    width: 210px;
  }

  .c-footer-award__image--neacc {
    padding: 0 1.5rem;
    width: 160px;
  }

  .c-footer-award__image--workforce {
    padding: 0 1.5rem;
    width: 160px;
  }

  .c-footer-award__image--people {
    padding: 0 1.5rem;
    width: 160px;
  }

  .c-footer-award__image--chas {
    padding: 0 1.5rem;
    width: 130px;
  }

  .c-footer-award__image--bsi {
    padding: 0 1.5rem;
    width: 160px;
  }

  .c-footer-award__image--showsalary {
    padding: 0 1.5rem;
    width: 160px;
  }

  .c-footer-award__image--ldaa {
    padding: 0 1.5rem;
    width: 160px;
  }

  .c-footer-award__image--ldaaolder {
    padding: 0 1.5rem;
    width: 160px;
  }

  .c-footer-award__image--cta {
    padding: 0 1.5rem;
    width: 160px;
  }

  .c-footer-award__image--NAS {
    padding: 0 1.5rem;
    width: 220px;
  }

  .c-footer-award__image--LW {
    padding: 0 1.5rem;
    width: 160px;
  }

  .c-footer-award__image--RRN {
    padding: 0 1.5rem;
    width: 160px;
  }

  .c-footer-sjog .c-footer__logo-link img {
    width: 325px;
  }
}
@media only screen and (min-width: 1600px) {
  .c-footer-boxlinks {
    margin: 3rem auto 0;
  }

  .c-footer-awards {
    max-width: 1600px;
    margin: 3rem auto;
  }

  .c-boxlinks__box {
    padding: 0 1rem;
  }
  .c-boxlinks__box .c-boxlinks__heading {
    font-size: 1.5rem;
  }

  .c-footer-row--awards--top {
    padding: 4rem 3rem 0;
  }

  .c-footer-row--awards--bottom {
    padding: 0 3rem 3rem;
  }

  .c-footer-award__image--cuka {
    width: 175px;
  }

  .c-footer-award__image--lha {
    width: 175px;
  }

  .c-footer-award__image--finalist {
    width: 130px;
  }

  .c-footer-award__image--homeless-link {
    width: 175px;
  }

  .c-footer-award__image--frontline {
    width: 175px;
  }

  .c-footer-award__image--iso {
    width: 245px;
  }

  .c-footer-award__image--neacc {
    width: 175px;
  }

  .c-footer-award__image--workforce {
    width: 175px;
  }

  .c-footer-award__image--people {
    width: 175px;
  }

  .c-footer-award__image--chas {
    width: 130px;
  }

  .c-footer-award__image--bsi {
    width: 175px;
  }

  .c-footer-award__image--showsalary {
    width: 175px;
  }

  .c-footer-award__image--ldaa {
    width: 175px;
  }

  .c-footer-award__image--ldaaolder {
    width: 175px;
  }

  .c-footer-award__image--cta {
    width: 175px;
  }

  .c-footer-award__image--NAS {
    width: 250px;
  }

  .c-footer-award__image--LW {
    width: 175px;
  }

  .c-footer-award__image--RRN {
    width: 175px;
  }

  .site-footer {
    margin: 0 auto;
    max-width: 1600px;
  }

  footer.c-footer--margin {
    margin: 5rem auto 2rem;
  }

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

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

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

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

/* vertical spacings */
.c-vertical-spacer-small {
  display: block;
  width: 100%;
  height: 1rem;
}
@media only screen and (min-width: 992px) {
  .c-vertical-spacer-small {
    height: 1rem;
  }
}

.c-vertical-spacer-medium {
  display: block;
  width: 100%;
  height: 1.25rem;
}
@media only screen and (min-width: 992px) {
  .c-vertical-spacer-medium {
    height: 2rem;
  }
}

.c-vertical-spacer-large {
  display: block;
  width: 100%;
  height: 1.5rem;
}
@media only screen and (min-width: 992px) {
  .c-vertical-spacer-large {
    height: 3rem;
  }
}

.c-vertical-spacer-xlarge {
  display: block;
  width: 100%;
  height: 2rem;
}
@media only screen and (min-width: 992px) {
  .c-vertical-spacer-xlarge {
    height: 5rem;
  }
}

.h-no-margin {
  margin: 0 !important;
}

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNzcy9zdHlsZS5jc3MiLCJzYXNzL3N0eWxlLnNjc3MiLCJzYXNzL2Fic3RyYWN0cy92YXJpYWJsZXMvX3NjcmVlbnMuc2NzcyIsInNhc3MvZ2VuZXJpYy9fbm9ybWFsaXplLnNjc3MiLCJzYXNzL2dlbmVyaWMvX2JveC1zaXppbmcuc2NzcyIsInNhc3MvYmFzZS9fYmFzZS5zY3NzIiwic2Fzcy9iYXNlL3R5cG9ncmFwaHkvX3R5cG9ncmFwaHkuc2NzcyIsInNhc3MvYWJzdHJhY3RzL3ZhcmlhYmxlcy9fY29sb3JzLnNjc3MiLCJzYXNzL2Fic3RyYWN0cy92YXJpYWJsZXMvX3R5cG9ncmFwaHkuc2NzcyIsInNhc3MvYmFzZS90eXBvZ3JhcGh5L19oZWFkaW5ncy5zY3NzIiwic2Fzcy9iYXNlL3R5cG9ncmFwaHkvX2NvcHkuc2NzcyIsInNhc3MvYmFzZS9lbGVtZW50cy9fYm9keS5zY3NzIiwic2Fzcy9iYXNlL2VsZW1lbnRzL19oci5zY3NzIiwic2Fzcy9iYXNlL2VsZW1lbnRzL19saXN0cy5zY3NzIiwic2Fzcy9iYXNlL2VsZW1lbnRzL19tZWRpYS5zY3NzIiwic2Fzcy9iYXNlL2VsZW1lbnRzL190YWJsZXMuc2NzcyIsInNhc3MvYmFzZS9lbGVtZW50cy9fbGlua3Muc2NzcyIsInNhc3MvYmFzZS9lbGVtZW50cy9fYnV0dG9ucy5zY3NzIiwic2Fzcy9iYXNlL2VsZW1lbnRzL19maWVsZHMuc2NzcyIsInNhc3MvY29tcG9uZW50cy9fY29tcG9uZW50cy5zY3NzIiwic2Fzcy9jb21wb25lbnRzL2hlYWRlci9faGVhZGVyLnNjc3MiLCJzYXNzL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9fbmF2aWdhdGlvbi5zY3NzIiwic2Fzcy9jb21wb25lbnRzL3NlYXJjaC9fc2VhcmNoLnNjc3MiLCJzYXNzL2NvbXBvbmVudHMvY29udGVudC9fYmxvY2tzLnNjc3MiLCJzYXNzL2NvbXBvbmVudHMvY29udGVudC9fZmxleGJveC5zY3NzIiwic2Fzcy9jb21wb25lbnRzL2NvbnRlbnQvX3Bvc3RzLWFuZC1wYWdlcy5zY3NzIiwic2Fzcy9jb21wb25lbnRzL2NvbnRlbnQvX3BvZGNhc3RzLnNjc3MiLCJzYXNzL2NvbXBvbmVudHMvY29udGVudC9faWNvbnMuc2NzcyIsInNhc3MvY29tcG9uZW50cy9jb21tZW50cy9fY29tbWVudHMuc2NzcyIsInNhc3MvY29tcG9uZW50cy93aWRnZXRzL193aWRnZXRzLnNjc3MiLCJzYXNzL2NvbXBvbmVudHMvbWVkaWEvX21lZGlhLnNjc3MiLCJzYXNzL2NvbXBvbmVudHMvbWVkaWEvX2NhcHRpb25zLnNjc3MiLCJzYXNzL2Fic3RyYWN0cy9taXhpbnMvX21peGlucy5zY3NzIiwic2Fzcy9jb21wb25lbnRzL21lZGlhL19nYWxsZXJpZXMuc2NzcyIsInNhc3MvY29tcG9uZW50cy9mb290ZXIvX2Zvb3Rlci5zY3NzIiwic2Fzcy9wbHVnaW5zL2pldHBhY2svX2luZmluaXRlLXNjcm9sbC5zY3NzIiwic2Fzcy91dGlsaXRpZXMvX2FjY2Vzc2liaWxpdHkuc2NzcyIsInNhc3MvdXRpbGl0aWVzL19hbGlnbm1lbnRzLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsZ0JBQWdCO0FDQWhCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Q0FBQTtBQXVCQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7K0RBQUE7QUN2QkEsa0JBQUE7QURzREE7OytEQUFBO0FBSUE7K0NBQUE7QUUxREEsMkVBQUE7QUFFQTs4RUFBQTtBQUdBOzs7RUFBQTtBQUtBO0VBQ0MsaUJBQUE7RUFDQSw4QkFBQTtBSHNERDs7QUduREE7OEVBQUE7QUFHQTs7RUFBQTtBQUlBO0VBQ0MsU0FBQTtBSG9ERDs7QUdqREE7O0VBQUE7QUFJQTtFQUNDLGNBQUE7QUhtREQ7O0FHaERBOzs7RUFBQTtBQUtBO0VBQ0MsY0FBQTtFQUNBLGdCQUFBO0FIa0REOztBRy9DQTs4RUFBQTtBQUdBOzs7RUFBQTtBQUtBO0VBQ0MsdUJBQUE7RUFDQSxTQUFBO0VBQ0EsaUJBQUE7QUhnREQ7O0FH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 */