@charset "UTF-8";
/*!
Theme Name: sjog_H2H2
Theme URI: https://sjogheretohelp.org.uk/
Author: SJOG web development
Author URI: https://sjogheretohelp.org.uk/
Description: Description
Version: 1.0.0
Tested up to: 8.3.24
Requires PHP: 8.3.24
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sjog_h2h2
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.

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

@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;
  }
}
@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;
  }
}
@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;
  }
}
/*--------------------------------------------------------------
# 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,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImNzcy9zdHlsZS5jc3MiLCJzYXNzL3N0eWxlLnNjc3MiLCJzYXNzL2Fic3RyYWN0cy92YXJpYWJsZXMvX3NjcmVlbnMuc2NzcyIsInNhc3MvZ2VuZXJpYy9fbm9ybWFsaXplLnNjc3MiLCJzYXNzL2dlbmVyaWMvX2JveC1zaXppbmcuc2NzcyIsInNhc3MvYmFzZS9fYmFzZS5zY3NzIiwic2Fzcy9iYXNlL3R5cG9ncmFwaHkvX3R5cG9ncmFwaHkuc2NzcyIsInNhc3MvYWJzdHJhY3RzL3ZhcmlhYmxlcy9fY29sb3JzLnNjc3MiLCJzYXNzL2Fic3RyYWN0cy92YXJpYWJsZXMvX3R5cG9ncmFwaHkuc2NzcyIsInNhc3MvYmFzZS90eXBvZ3JhcGh5L19oZWFkaW5ncy5zY3NzIiwic2Fzcy9iYXNlL3R5cG9ncmFwaHkvX2NvcHkuc2NzcyIsInNhc3MvYmFzZS9lbGVtZW50cy9fYm9keS5zY3NzIiwic2Fzcy9iYXNlL2VsZW1lbnRzL19oci5zY3NzIiwic2Fzcy9iYXNlL2VsZW1lbnRzL19saXN0cy5zY3NzIiwic2Fzcy9iYXNlL2VsZW1lbnRzL19tZWRpYS5zY3NzIiwic2Fzcy9iYXNlL2VsZW1lbnRzL190YWJsZXMuc2NzcyIsInNhc3MvYmFzZS9lbGVtZW50cy9fbGlua3Muc2NzcyIsInNhc3MvYmFzZS9lbGVtZW50cy9fYnV0dG9ucy5zY3NzIiwic2Fzcy9iYXNlL2VsZW1lbnRzL19maWVsZHMuc2NzcyIsInNhc3MvY29tcG9uZW50cy9fY29tcG9uZW50cy5zY3NzIiwic2Fzcy9jb21wb25lbnRzL2hlYWRlci9faGVhZGVyLnNjc3MiLCJzYXNzL2NvbXBvbmVudHMvbmF2aWdhdGlvbi9fbmF2aWdhdGlvbi5zY3NzIiwic2Fzcy9jb21wb25lbnRzL3NlYXJjaC9fc2VhcmNoLnNjc3MiLCJzYXNzL2NvbXBvbmVudHMvY29udGVudC9fYmxvY2tzLnNjc3MiLCJzYXNzL2NvbXBvbmVudHMvY29udGVudC9fZmxleGJveC5zY3NzIiwic2Fzcy9jb21wb25lbnRzL2NvbnRlbnQvX3Bvc3RzLWFuZC1wYWdlcy5zY3NzIiwic2Fzcy9jb21wb25lbnRzL2NvbnRlbnQvX3BvZGNhc3RzLnNjc3MiLCJzYXNzL2NvbXBvbmVudHMvY29udGVudC9faWNvbnMuc2NzcyIsInNhc3MvY29tcG9uZW50cy9jb21tZW50cy9fY29tbWVudHMuc2NzcyIsInNhc3MvY29tcG9uZW50cy93aWRnZXRzL193aWRnZXRzLnNjc3MiLCJzYXNzL2NvbXBvbmVudHMvbWVkaWEvX21lZGlhLnNjc3MiLCJzYXNzL2NvbXBvbmVudHMvbWVkaWEvX2NhcHRpb25zLnNjc3MiLCJzYXNzL2Fic3RyYWN0cy9taXhpbnMvX21peGlucy5zY3NzIiwic2Fzcy9jb21wb25lbnRzL21lZGlhL19nYWxsZXJpZXMuc2NzcyIsInNhc3MvY29tcG9uZW50cy9mb290ZXIvX2Zvb3Rlci5zY3NzIiwic2Fzcy9wbHVnaW5zL2pldHBhY2svX2luZmluaXRlLXNjcm9sbC5zY3NzIiwic2Fzcy91dGlsaXRpZXMvX2FjY2Vzc2liaWxpdHkuc2NzcyIsInNhc3MvdXRpbGl0aWVzL19hbGlnbm1lbnRzLnNjc3MiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsZ0JBQWdCO0FDQWhCOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7O0NBQUE7QUF3QkE7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OytEQUFBO0FDeEJBLGtCQUFBO0FEdURBOzsrREFBQTtBQUlBOytDQUFBO0FFM0RBLDJFQUFBO0FBRUE7OEVBQUE7QUFHQTs7O0VBQUE7QUFLQTtFQUNDLGlCQUFBO0VBQ0EsOEJBQUE7QUh1REQ7O0FHcERBOzhFQUFBO0FBR0E7O0VBQUE7QUFJQTtFQUNDLFNBQUE7QUhxREQ7O0FHbERBOztFQUFBO0FBSUE7RUFDQyxjQUFBO0FIb0REOztBR2pEQTs7O0VBQUE7QUFLQTtFQUNDLGNBQUE7RUFDQSxnQkFBQTtBSG1ERDs7QUdoREE7OEVBQUE7QUFHQTs7O0VBQUE7QUFLQTtFQUNDLHVCQUFBO0VBQ0EsU0FBQTtFQUNBLGlCQUFBO0FIaUREOztB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a0M1d0hBO0lBQ0Usb0JBQUE7RWxDK3dIRjs7RWtDN3dIQTtJQUNFLG9CQUFBO0VsQ2d4SEY7O0VrQzl3SEE7SUFDRSxpQkFBQTtJQUNBLFlBQUE7RWxDaXhIRjs7RWtDL3dIQTtJQUNFLGlCQUFBO0lBQ0EsWUFBQTtFbENreEhGOztFa0NoeEhBO0lBQ0UsaUJBQUE7SUFDQSxZQUFBO0VsQ214SEY7O0VrQ2p4SEE7SUFDRSxZQUFBO0lBQ0EsaUJBQUE7RWxDb3hIRjs7RWtDbHhIQTtJQUNFLFlBQUE7SUFDQSxpQkFBQTtFbENxeEhGOztFa0NueEhBO0lBQ0UsWUFBQTtFbENzeEhGOztFa0NweEhBO0lBQ0UsaUJBQUE7SUFDQSxZQUFBO0VsQ3V4SEY7O0VrQ3J4SEE7SUFDRSxpQkFBQTtJQUNBLFlBQUE7RWxDd3hIRjs7RWtDdHhIQTtJQUNFLGlCQUFBO0lBQ0EsWUFBQTtFbEN5eEhGOztFa0N0eEhBO0lBQ0UsaUJBQUE7SUFDQSxZQUFBO0VsQ3l4SEY7O0VrQ3R4SEE7SUFDRSxpQkFBQTtJQUNBLFlBQUE7RWxDeXhIRjs7RWtDdnhIQTtJQUNFLGlCQUFBO0lBQ0EsWUFBQTtFbEMweEhGOztFa0N2eEhBO0lBQ0UsaUJBQUE7SUFDQSxZQUFBO0VsQzB4SEY7O0VrQ3h4SEE7SUFDRSxpQkFBQTtJQUNBLFlBQUE7RWxDMnhIRjs7RWtDenhIQTtJQUNFLGlCQUFBO0lBQ0EsWUFBQTtFbEM0eEhGOztFa0N6eEhBO0lBQ0UsaUJBQUE7SUFDQSxZQUFBO0VsQzR4SEY7O0VrQzF4SEE7SUFDRSxpQkFBQTtJQUNBLFlBQUE7RWxDNnhIRjs7RWtDM3hIQTtJQUNFLGlCQUFBO0lBQ0EsWUFBQTtFbEM4eEhGO0FBQ0Y7QWtDM3hIQTtFQUNFO0lBQ0UsbUJBQUE7RWxDNnhIRjs7RWtDM3hIQTtJQUNFLGlCQUFBO0lBQ0EsaUJBQUE7RWxDOHhIRjs7RWtDM3hIQTtJQUNFLGVBQUE7RWxDOHhIRjtFa0M1eEhFO0lBQ0UsaUJBQUE7RWxDOHhISjs7RWtDM3hIQTtJQUNFLG9CQUFBO0VsQzh4SEY7O0VrQzV4SEE7SUFDRSxv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 */