@charset "UTF-8";
/*!
Theme Name: ingenuity
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ingenuity
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.

ingenuity 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
	- Blog
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
body * {
  font-family: "Lato", sans-serif;
}

h1 {
  font-family: "Ubuntu", sans-serif;
  color: #003E7F;
  font-weight: 500;
  font-size: 50px;
  font-size: 3.125rem;
  line-height: 1.2;
  margin: 0px;
}
@media screen and (min-width: 720px) {
  h1 {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 1.1;
  }
}
h1 em {
  font-style: italic;
  font-weight: 400;
  font-size: 30px;
  font-size: 1.875rem;
}

h2 {
  font-family: "Ubuntu", sans-serif;
  color: #003E7F;
  font-weight: 500;
  font-size: 34px;
  line-height: 1.1;
  margin: 0px;
}
@media screen and (min-width: 720px) {
  h2 {
    font-size: 54px;
    line-height: 1.1;
  }
}

h3 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  font-size: 28px;
  line-height: 1.2;
  margin: 0px;
}

p {
  font-family: "Lato", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin: 0px;
}

.eyebrow {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}

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

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

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

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", 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: #003E7F;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  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
--------------------------------------------------------------*/
/**
 * Blog page styles
 */
.blog-container {
  width: 100%;
}

.hero-section {
  background-color: #1e5aa8;
  background-image: linear-gradient(90deg, #1e5aa8 0%, #ffd966 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}
.hero-section .hero-subtitle {
  font-size: 1.5rem;
  max-width: 600px;
  margin: 0 auto 2rem;
}
.hero-section .hero-buttons {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.hero-section .stats-container {
  display: flex;
  justify-content: space-around;
  max-width: 800px;
  margin: 0 auto;
}
.hero-section .stat-item .stat-number {
  font-size: 2rem;
  font-weight: 700;
  display: block;
}

.mission-statement {
  background-color: #1e5aa8;
  color: #fff;
  padding: 2rem 0;
  text-align: center;
}
.mission-statement p {
  font-size: 1.5rem;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

.section-title {
  margin-bottom: 2rem;
  text-align: left;
}
.section-title span {
  display: block;
  color: #1e5aa8;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.section-title h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}

.data-driven-section {
  padding: 5rem 0;
  background-color: #f9f9f9;
}
.data-driven-section .data-content {
  display: flex;
  gap: 3rem;
  align-items: center;
}
.data-driven-section .data-content .data-text {
  flex: 1;
}
.data-driven-section .data-content .data-image {
  flex: 1;
  background-color: rgba(0, 200, 150, 0.15);
  border-radius: 50%;
  min-height: 300px;
  position: relative;
}
.data-driven-section .data-content .data-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 1.5rem;
}

.expanding-arts-section {
  padding: 5rem 0;
  background-color: #fff;
  position: relative;
}
.expanding-arts-section::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40%;
  background-color: rgba(30, 90, 168, 0.1);
  z-index: 0;
}
.expanding-arts-section .expanding-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
}
.expanding-arts-section .highlight-points {
  margin: 2rem 0;
}
.expanding-arts-section .highlight-points .point {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.expanding-arts-section .highlight-points .point .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #1e5aa8;
  border-radius: 50%;
  margin-right: 1rem;
}

.investing-section {
  padding: 5rem 0;
  background-color: #f9f9f9;
}
.investing-section .investing-content {
  display: flex;
  gap: 3rem;
  align-items: center;
}
.investing-section .investing-content .investing-text {
  flex: 1;
}
.investing-section .investing-content .investing-image {
  flex: 1;
  background-color: rgba(30, 90, 168, 0.15);
  border-radius: 50%;
  min-height: 300px;
  position: relative;
}
.investing-section .investing-content .investing-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1.5rem;
}

.fighting-future-section {
  padding: 5rem 0;
  background-color: #fff;
}
.fighting-future-section .fighting-content {
  display: flex;
  gap: 3rem;
  align-items: center;
}
.fighting-future-section .fighting-content .fighting-text {
  flex: 1;
}
.fighting-future-section .fighting-content .fighting-image {
  flex: 1;
  background-color: #ffd966;
  border-radius: 50%;
  min-height: 300px;
  position: relative;
}

.arts-matters-section {
  padding: 5rem 0;
  text-align: center;
  background-color: #f9f9f9;
}
.arts-matters-section h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.arts-matters-section .matters-intro {
  max-width: 800px;
  margin: 0 auto 3rem;
}
.arts-matters-section .matters-cards {
  display: flex;
  gap: 2rem;
  justify-content: center;
}
.arts-matters-section .matters-cards .card {
  flex: 1;
  max-width: 300px;
  background-color: #fff;
  border-radius: 8px;
  padding: 2rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  text-align: left;
}
.arts-matters-section .matters-cards .card:nth-child(1) {
  background-color: rgba(30, 90, 168, 0.9);
  color: #fff;
}
.arts-matters-section .matters-cards .card:nth-child(2) {
  background-color: rgba(30, 90, 168, 0.9);
  color: #fff;
}
.arts-matters-section .matters-cards .card:nth-child(3) {
  background-color: #ffd966;
  color: #333;
}
.arts-matters-section .matters-cards .card h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.impact-stories-section {
  padding: 5rem 0;
  background-color: #fff;
  text-align: center;
}
.impact-stories-section h2 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.impact-stories-section p {
  max-width: 600px;
  margin: 0 auto 3rem;
}
.impact-stories-section .stories-slider {
  display: flex;
  gap: 2rem;
  overflow-x: auto;
  padding: 1rem 0;
  margin-bottom: 2rem;
}
.impact-stories-section .stories-slider .story-card {
  flex: 0 0 300px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: left;
}
.impact-stories-section .stories-slider .story-card .story-image {
  height: 200px;
  background-color: #ddd;
}
.impact-stories-section .stories-slider .story-card h3 {
  padding: 1rem 1rem 0.5rem;
  font-size: 1.2rem;
}
.impact-stories-section .stories-slider .story-card p {
  padding: 0 1rem;
  margin: 0 0 1rem;
  font-size: 0.9rem;
}
.impact-stories-section .stories-slider .story-card .read-more {
  padding: 0 1rem 1rem;
  display: inline-block;
  color: #1e5aa8;
  font-weight: 600;
}
.impact-stories-section .slider-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.impact-stories-section .slider-controls button {
  background-color: transparent;
  border: 1px solid #1e5aa8;
  color: #1e5aa8;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.impact-stories-section .slider-controls button:hover {
  background-color: #1e5aa8;
  color: #fff;
}

.donation-cta {
  background-color: #00a380;
  color: #fff;
  padding: 3rem 0;
  text-align: center;
}
.donation-cta h2 {
  font-size: 2rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.donation-cta .btn-donate {
  background-color: #fff;
  color: #00a380;
  padding: 0.75rem 2rem;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  transition: all 0.3s ease;
}
.donation-cta .btn-donate:hover {
  background-color: #f5f5f5;
  transform: translateY(-2px);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}
.btn.btn-primary {
  background-color: #1e5aa8;
  color: #fff;
}
.btn.btn-primary:hover {
  background-color: rgb(22.2727272727, 66.8181818182, 124.7272727273);
}
.btn.btn-secondary {
  background-color: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn.btn-secondary:hover {
  background-color: #fff;
  color: #1e5aa8;
}
.btn.btn-card {
  background-color: #fff;
  color: #1e5aa8;
  border: 1px solid #1e5aa8;
  font-size: 0.9rem;
  padding: 0.5rem 1rem;
}
.btn.btn-card:hover {
  background-color: #1e5aa8;
  color: #fff;
}

@media (max-width: 992px) {
  .data-content,
  .investing-content,
  .fighting-content {
    flex-direction: column;
  }
  .matters-cards {
    flex-direction: column;
    align-items: center;
  }
  .matters-cards .card {
    width: 100%;
    max-width: 500px;
  }
  .hero-section h1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .hero-buttons {
    flex-direction: column;
  }
  .stats-container {
    flex-direction: column;
    gap: 1.5rem;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
  .section-title h2 {
    font-size: 2rem;
  }
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

@media (max-width: 767px) {
  .footer-links {
    flex-direction: column;
  }
  .footer-links .footer-links-group {
    width: 100%;
  }
  .footer-links .footer-links-group > ul > li:not(.current-menu-item):not(.current-menu-ancestor) > ul.sub-menu {
    display: none;
  }
  .footer-links .footer-links-group ul li.menu-item-has-children > a, .footer-links .footer-links-group ul li.page_item_has_children > a {
    position: relative;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
  }
  .footer-links .footer-links-group ul li.menu-item-has-children > a::after, .footer-links .footer-links-group ul li.page_item_has_children > a::after {
    content: "";
    background: url("images/icons/chevron-down.svg") no-repeat center;
    filter: invert(1) brightness(2);
    background-size: 100%;
    height: 16px;
    width: 16px;
    display: block;
    flex: none;
    transition: transform 0.3s ease;
    margin-right: 10px;
  }
  .footer-links .footer-links-group ul li.menu-item-has-children > a[aria-expanded=true]::after, .footer-links .footer-links-group ul li.page_item_has_children > a[aria-expanded=true]::after {
    transform: rotate(180deg);
  }
  .footer-links .footer-links-group ul li.menu-item-has-children > ul.sub-menu, .footer-links .footer-links-group ul li.page_item_has_children > ul.sub-menu {
    position: static;
    display: none;
    box-shadow: none;
    padding-left: 1rem;
    margin-top: 0.5rem;
    margin-bottom: 1rem;
  }
  .footer-links .footer-links-group ul li.menu-item-has-children > ul.sub-menu.toggled-on, .footer-links .footer-links-group ul li.page_item_has_children > ul.sub-menu.toggled-on {
    display: block;
    animation: slideDown 0.3s ease-in-out;
  }
}
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Footer mobile navigation styles */
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

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

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

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

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

.bypostauthor {
  display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/* Carousel
--------------------------------------------- */
.carousel-wrapper {
  overflow: hidden;
}
@media screen and (min-width: 720px) {
  .carousel-wrapper header {
    width: calc(100% - 200px);
  }
}
.carousel-wrapper header + .carousel-slider {
  margin-top: 40px;
}

.carousel-slider {
  position: relative;
  width: 100%;
  overflow: visible;
  display: flex;
  flex-direction: column-reverse;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
}
@media screen and (min-width: 720px) {
  .carousel-slider {
    flex-direction: column;
  }
}
.carousel-slider .slides-container {
  width: 100%;
  overflow: visible;
  margin-left: -16px;
  pointer-events: none;
}
.carousel-slider .slides {
  display: flex;
  transition: transform 0.3s ease-in-out;
  width: 100%;
  pointer-events: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.carousel-slider .slides a {
  padding: 0px;
  text-align: left;
  color: #000;
}
.carousel-slider .slides a:hover {
  opacity: 0.8;
}
.carousel-slider .slides img {
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 16px;
  flex: none;
  margin-bottom: 16px;
  width: 100%;
  -webkit-user-drag: none;
  user-drag: none;
}
.carousel-slider .slides h3 + p {
  margin-top: 8px;
  display: block;
}
.carousel-slider .slides p {
  font-size: 16px;
  font-size: 1rem;
}
.carousel-slider .slide {
  flex: 0 0 100%;
  padding: 0 1rem;
  cursor: grab;
}
.carousel-slider .slide:active {
  cursor: grabbing;
}
.carousel-slider .slide a {
  text-decoration: none;
  pointer-events: auto !important;
}
.carousel-slider .slide .slide-image {
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.carousel-slider .slide .slide-image img {
  width: 100%;
  height: auto;
  display: block;
}
.carousel-slider .slide .slide-content {
  text-align: left;
}
.carousel-slider .slide .slide-content h3 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
.carousel-slider .slide .slide-content p {
  margin-bottom: 1rem;
}
.carousel-slider .slide .slide-content .link-with-arrow {
  display: inline-flex;
  align-items: center;
  color: #1e5aa8;
  font-weight: 600;
  text-decoration: none;
}
.carousel-slider .slide .slide-content .link-with-arrow:after {
  content: "→";
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}
.carousel-slider .slide .slide-content .link-with-arrow:hover:after {
  transform: translateX(4px);
}
.carousel-slider .carousel-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 720px) {
  .carousel-slider .carousel-controls {
    margin-bottom: 0px;
    position: absolute;
    top: -95px;
    right: 0px;
  }
}
.carousel-slider .carousel-controls button {
  background-color: transparent;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  flex: none;
  min-width: unset;
  position: relative;
}
.carousel-slider .carousel-controls button:before {
  content: "";
  background: url("images/accents/blue-circles-simple.svg") no-repeat center;
  background-size: 100%;
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  right: 0px;
  z-index: -1;
}
.carousel-slider .carousel-controls button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.carousel-slider .carousel-controls button:disabled:hover {
  background-color: transparent;
  color: #1e5aa8;
}
.carousel-slider .carousel-controls button:disabled:hover svg {
  fill: #1e5aa8;
}
.carousel-slider .carousel-controls button svg {
  width: 24px;
  height: 24px;
  fill: #1e5aa8;
  transition: fill 0.3s ease;
}
.carousel-slider .carousel-controls {
  margin-top: 16px;
}
@media screen and (min-width: 720px) {
  .carousel-slider .carousel-controls {
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .carousel-slider .slide {
    flex: 0 0 50%;
    padding: 0 1rem;
  }
}
@media (min-width: 992px) {
  .carousel-slider .slide {
    flex: 0 0 33.333%;
    padding: 0 1rem;
  }
}
@media (min-width: 1200px) {
  .carousel-slider .slides .slide {
    flex: 0 0 calc(33.333% - 2rem);
  }
}
/* Footer
--------------------------------------------- */
.site-footer {
  background-color: #003E7F;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.site-footer .watercolor {
  position: absolute;
  height: auto;
  mix-blend-mode: multiply;
  bottom: -20%;
  left: -30%;
  width: 300%;
}
@media screen and (min-width: 1200px) {
  .site-footer .watercolor {
    bottom: -60%;
    left: -30%;
    width: 70%;
  }
}
.site-footer .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  z-index: 1;
}
@media screen and (min-width: 1200px) {
  .site-footer .container {
    flex-direction: row;
    gap: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .site-footer .footer-content {
    width: 330px;
    flex: none;
  }
}
.site-footer .footer-content img {
  max-width: 250px;
  width: 100%;
}
.site-footer .footer-content p, .site-footer .footer-content a {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.site-footer .footer-content a {
  color: #fff;
  text-decoration: none;
}
.site-footer .footer-content .footer-logos {
  display: flex;
  gap: 24px;
  align-items: center;
}
.site-footer .footer-content .footer-logos img {
  max-height: 55px;
  margin-bottom: 0;
  width: auto;
}
.site-footer .footer-block {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .site-footer .footer-links {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
}
@media screen and (min-width: 720px) {
  .site-footer .footer-links {
    flex-direction: row;
    width: 100%;
    gap: 0px;
  }
}
@media screen and (min-width: 720px) {
  .site-footer .footer-links .footer-links-group:first-child {
    width: 50%;
    flex: none;
  }
}
@media screen and (min-width: 720px) {
  .site-footer .footer-links .footer-links-group:not(:first-child) {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 40px;
    margin-left: 40px;
  }
}
.site-footer .footer-links .footer-links-group .menu-item-has-children > a {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
  display: block;
}
@media screen and (min-width: 720px) {
  .site-footer .footer-links .footer-links-group .menu-item-has-children > a {
    margin-bottom: 16px;
  }
}
.site-footer .footer-links .footer-links-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer .footer-links .footer-links-group ul li {
  margin-bottom: 0;
}
.site-footer .footer-links .footer-links-group ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  transition: opacity 0.3s;
}
.site-footer .footer-links .footer-links-group ul li a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 720px) {
  .site-footer .footer-links .footer-links-group .footer-navigation-1 {
    display: flex;
    flex-direction: row;
    gap: 60px;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 720px) {
  .site-footer .footer-links .footer-links-group .footer-navigation-1 .menu-item-has-children {
    width: calc(50% - 30px);
  }
}
.site-footer .footer-links .footer-links-group .footer-navigation-1 .sub-menu li:not(:first-child) {
  margin-top: 8px;
  display: block;
}
@media screen and (min-width: 720px) {
  .site-footer .footer-links .footer-links-group .footer-navigation-2 {
    display: flex;
    flex-direction: column;
    gap: 60px;
  }
}
@media screen and (min-width: 720px) {
  .site-footer .footer-links .footer-links-group .footer-navigation-2 .sub-menu {
    column-count: 2;
  }
}
.site-footer .footer-links .footer-links-group .footer-navigation-2 .sub-menu li:not(:first-child) {
  margin-top: 8px;
  display: block;
}
.site-footer .footer-actions {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 40px;
  margin-top: 40px;
}
@media screen and (min-width: 720px) {
  .site-footer .footer-actions {
    flex-direction: row;
    width: 100%;
  }
}
.site-footer .footer-actions h2 {
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 15px;
  font-weight: 600;
}
@media screen and (min-width: 720px) {
  .site-footer .footer-actions .newsletter-signup {
    width: 50%;
  }
}
.site-footer .footer-actions .newsletter-signup #mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .site-footer .footer-actions .newsletter-signup #mc_embed_signup_scroll {
    flex-direction: row;
    gap: 8px;
  }
}
.site-footer .footer-actions .newsletter-signup #mc_embed_signup_scroll .mc-field-group {
  margin-bottom: 10px;
  width: 100%;
}
.site-footer .footer-actions .newsletter-signup #mc_embed_signup_scroll .mc-field-group input[type=email] {
  width: 100%;
  padding: 9px 15px;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
}
.site-footer .footer-actions .newsletter-signup #mc_embed_signup_scroll .mc-field-group input[type=email]::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.site-footer .footer-actions .newsletter-signup #mc_embed_signup_scroll .mc-field-group input[type=email]:focus {
  outline: none;
  background-color: rgba(255, 255, 255, 0.3);
}
.site-footer .footer-actions .newsletter-signup #mc_embed_signup_scroll .subscribe-button input[type=submit] {
  background-color: #fff !important;
  color: #003E7F !important;
  border: none;
  border-radius: 4px;
  padding: 8px 25px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  min-width: 100%;
}
@media screen and (min-width: 720px) {
  .site-footer .footer-actions .newsletter-signup #mc_embed_signup_scroll .subscribe-button input[type=submit] {
    min-width: fit-content;
  }
}
.site-footer .footer-actions .newsletter-signup #mc_embed_signup_scroll .subscribe-button input[type=submit]:hover {
  background-color: rgba(255, 255, 255, 0.9);
}
.site-footer .footer-actions .footer-social {
  margin-top: 40px;
}
@media screen and (min-width: 720px) {
  .site-footer .footer-actions .footer-social {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 40px;
    margin-left: 40px;
    margin-top: 0;
  }
}
.site-footer .footer-actions .footer-social .social-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 15px;
}
.site-footer .footer-actions .footer-social .social-links li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}
.site-footer .footer-actions .footer-social .social-links li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.site-footer .footer-actions .footer-social .social-links li a img {
  width: 20px;
  height: 20px;
}

.footer-bottom {
  background-color: #002061;
}
.footer-bottom .container {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}
@media screen and (min-width: 720px) {
  .footer-bottom .container {
    flex-direction: row;
    justify-content: space-between;
  }
}
.footer-bottom .container p {
  margin: 0;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
.footer-bottom .container .legal-links {
  display: flex;
  flex-direction: row;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bottom .container .legal-links li a {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}

/* Header
--------------------------------------------- */
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
  flex-direction: row;
}
@media (min-width: 1258px) {
  .site-header {
    padding: 0px 20px;
  }
}
.site-header .site-branding {
  width: 250px;
  height: auto;
  max-width: 200px;
}
.site-header .site-branding a {
  display: flex;
}
.site-header .main-navigation {
  justify-content: flex-end;
  display: flex;
  width: auto;
  margin-left: auto;
}
@media (min-width: 1258px) {
  .site-header .main-navigation {
    justify-content: center;
    width: 100%;
  }
}
.site-header .mega-menu a.mega-menu-link {
  font-weight: 600 !important;
  font-size: 16px !important;
}
.site-header .button {
  width: auto;
  min-width: 100px;
  padding: 8px;
}
@media screen and (min-width: 720px) {
  .site-header .button {
    margin-left: 16px;
    min-width: 160px;
  }
}

/* Callout
--------------------------------------------- */
.callout-wrapper .card {
  position: relative;
  padding: 60px 20px;
  border-radius: 16px;
  color: #fff;
  z-index: 0;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .callout-wrapper .card {
    padding: 120px 40px;
  }
}
.callout-wrapper .card:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/ingenuity/images/card-watercolor.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  border-radius: 16px;
}
@media screen and (min-width: 1200px) {
  .callout-wrapper .card:after {
    width: 50%;
  }
}
.callout-wrapper .card p.text, .callout-wrapper .card p.text a {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 0px;
  line-height: 1.3;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 720px) {
  .callout-wrapper .card p.text, .callout-wrapper .card p.text a {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
  }
}
.callout-wrapper.medium .card p.text {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (min-width: 720px) {
  .callout-wrapper.medium .card p.text {
    font-size: 32px;
    font-size: 2rem;
  }
}
.callout-wrapper .footnote {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 32px;
  margin-bottom: 0px;
}
.callout-wrapper .footnote * {
  color: #fff;
}
.callout-wrapper .footnote *:last-child {
  margin-bottom: 0px;
}

.callout-wrapper .yellow.card p, .callout-wrapper .yellow.card p a, .callout-wrapper .yellow.card cite {
  color: #000;
}

/* Stats
--------------------------------------------- */
.stats-wrapper .card {
  position: relative;
  padding: 40px 20px;
  border-radius: 16px;
  color: #fff;
  z-index: 0;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .stats-wrapper .card {
    padding: 80px 40px;
  }
}
.stats-wrapper .card:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/ingenuity/images/card-watercolor.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  border-radius: 16px;
  width: 50%;
}
.stats-wrapper .card h2 {
  font-size: 32px;
  font-size: 2rem;
  color: #fff;
}
.stats-wrapper .card h2 + .stats {
  margin-top: 40px;
}
.stats-wrapper .card .stats {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 720px) {
  .stats-wrapper .card .stats {
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}
@media screen and (min-width: 720px) {
  .stats-wrapper .card .stats:has(> li:nth-child(4):last-child) {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1200px) {
  .stats-wrapper .card .stats:has(> li:nth-child(4):last-child) {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 720px) {
  .stats-wrapper .card .stats:has(> li:nth-child(4):last-child) li {
    width: calc(50% - 20px);
  }
}
@media screen and (min-width: 1200px) {
  .stats-wrapper .card .stats:has(> li:nth-child(4):last-child) li {
    width: calc(25% - 20px);
  }
}
.stats-wrapper .card .stats li {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 720px) {
  .stats-wrapper .card .stats li {
    text-align: left;
  }
}
.stats-wrapper .card .stats li span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 12px;
  display: block;
}
@media screen and (min-width: 720px) {
  .stats-wrapper .card .stats li span {
    font-size: 44px;
    font-size: 2.75rem;
  }
}
.stats-wrapper .card .stats li p {
  font-size: 16px;
  font-size: 1rem;
  margin: 0px;
}
@media screen and (min-width: 720px) {
  .stats-wrapper .card .stats li p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.stats-wrapper .card.yellow {
  color: #000;
}

/* Image & Text Block
--------------------------------------------- */
.image-and-text-block-wrapper {
  position: relative;
}
.image-and-text-block-wrapper .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: unset;
}
@media screen and (min-width: 720px) {
  .image-and-text-block-wrapper .container {
    flex-direction: row-reverse;
    gap: 150px;
  }
}
.image-and-text-block-wrapper .container .text-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 720px) {
  .image-and-text-block-wrapper .container .text-block {
    width: 50%;
  }
}
.image-and-text-block-wrapper .container .text-block .rich-text p {
  margin-bottom: 14px;
}
.image-and-text-block-wrapper .container .text-block .rich-text *:last-child {
  margin-bottom: 0px;
}
.image-and-text-block-wrapper .container .text-block ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.image-and-text-block-wrapper .container .text-block ul li p {
  margin: 0px;
}
.image-and-text-block-wrapper .container .text-block .list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
  justify-content: flex-start;
}
.image-and-text-block-wrapper .container .text-block .list.columns-2 {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}
.image-and-text-block-wrapper .container .text-block .list.columns-2 li {
  width: calc(50% - 8px);
}
.image-and-text-block-wrapper .container .text-block .list.size-large {
  gap: 32px;
}
.image-and-text-block-wrapper .container .text-block .list.size-large li .icon-block {
  width: 70px;
  height: 70px;
  border-radius: 12px;
}
.image-and-text-block-wrapper .container .text-block .list.size-large li .icon-block img {
  width: 40px;
}
.image-and-text-block-wrapper .container .text-block .list.size-large li .content-block h3 {
  font-size: 22px;
  font-size: 1.375rem;
}
.image-and-text-block-wrapper .container .text-block .list.size-large li .content-block h3 + p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 4px;
}
.image-and-text-block-wrapper .container .text-block .list li {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.image-and-text-block-wrapper .container .text-block .list li img.dot {
  margin-top: 4px;
}
.image-and-text-block-wrapper .container .text-block .list li .icon-block {
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex: none;
}
.image-and-text-block-wrapper .container .text-block .list li .icon-block img {
  width: 24px;
}
.image-and-text-block-wrapper .container .text-block .actions-block {
  margin-top: 16px;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.image-and-text-block-wrapper .container .text-block .actions-block .button {
  min-width: 200px;
}
.image-and-text-block-wrapper .container .media-block {
  position: relative;
}
@media screen and (min-width: 720px) {
  .image-and-text-block-wrapper .container .media-block {
    width: 50%;
  }
}
.image-and-text-block-wrapper .container .media-block .watercolor {
  position: absolute;
  right: -65%;
  z-index: -1;
  bottom: -10%;
  min-width: 500px;
}
@media screen and (min-width: 720px) {
  .image-and-text-block-wrapper .container .media-block .watercolor {
    min-width: 700px;
    bottom: -30%;
  }
}
@media screen and (min-width: 1200px) {
  .image-and-text-block-wrapper .container .media-block .watercolor {
    min-width: 800px;
  }
}
.image-and-text-block-wrapper .container .media-block .image-over-circle {
  position: absolute;
  border-radius: 100em;
  left: 0;
}
.image-and-text-block-wrapper .container .media-block .circle-block {
  position: relative;
}
.image-and-text-block-wrapper .container .No-Circles .image-over-circle {
  position: relative;
  border-radius: 0em;
  left: 0;
}
.image-and-text-block-wrapper .container .No-Circles .circles {
  display: none;
}
.image-and-text-block-wrapper .container .No-Watercolor .watercolor {
  display: none;
}
.image-and-text-block-wrapper.media-left .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  position: unset;
}
@media screen and (min-width: 720px) {
  .image-and-text-block-wrapper.media-left .container {
    flex-direction: row;
    gap: 150px;
  }
}
.image-and-text-block-wrapper.media-left .container .media-block .watercolor {
  left: -65%;
  right: unset;
  bottom: -30%;
}

/* Card Grid
--------------------------------------------- */
.card-grid-wrapper header {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.card-grid-wrapper header + .cards {
  margin-top: 40px;
}
@media screen and (min-width: 720px) {
  .card-grid-wrapper .cards {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 40px;
  }
}
.card-grid-wrapper .cards .card {
  padding: 40px;
  border-radius: 16px;
  color: #fff;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-grid-wrapper .cards .card.is-clickable {
  padding: 0px;
}
.card-grid-wrapper .cards .card.is-clickable .clickable-card {
  padding: 40px;
}
.card-grid-wrapper .cards .card a {
  text-decoration: none;
  color: #fff;
  padding: 40px;
  display: inline-block;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card-grid-wrapper .cards .card .text-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: flex-start;
}
.card-grid-wrapper .cards .card .text-block ul {
  margin-left: 0px;
}
.card-grid-wrapper .cards .card .text-block ul li a {
  padding: 0px !important;
  text-decoration: underline;
  display: inline;
  transition: opacity 0.3s ease;
}
.card-grid-wrapper .cards .card .text-block ul li a:hover {
  opacity: 0.7;
}
.card-grid-wrapper .cards .card:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/ingenuity/images/card-watercolor.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  border-radius: 16px;
}
.card-grid-wrapper .cards .card .icon {
  margin-bottom: 8px;
  width: 80px;
}
.card-grid-wrapper .cards .card .footnote {
  margin-top: 16px;
}
.card-grid-wrapper .cards .card .footnote p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
}
.card-grid-wrapper .cards .card p {
  margin-bottom: 0px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.8;
}
.card-grid-wrapper .cards .card > a:has(.text-block) {
  padding: 0px;
}
.card-grid-wrapper.no-background .card {
  border: 1px solid #DDDDDD;
  background-color: #fff;
}
.card-grid-wrapper.no-background .card * {
  color: #000;
}
.card-grid-wrapper.no-background .card:after {
  display: none;
}
.card-grid-wrapper.no-background .card .text-block a {
  text-decoration: underline;
  color: #000;
  padding: 0px;
  display: inline-block;
  height: unset;
  display: unset;
  flex-direction: unset;
  justify-content: unset;
}
.card-grid-wrapper .additional-text {
  display: block;
  text-align: center;
  max-width: 1000px;
  margin: 40px auto 0px;
}
.card-grid-wrapper .additional-text .button {
  margin: 0 auto;
}
.card-grid-wrapper .additional-text p + button {
  margin-top: 16px;
}
.card-grid-wrapper .additional-text .actions-block {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  width: fit-content;
  margin: 0 auto;
}

.columns-1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.columns-1 .card {
  width: 100%;
}

.columns-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.columns-2 .card {
  width: 100%;
}

.columns-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.columns-3 .card {
  width: 100%;
}

.columns-4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.columns-4 .card {
  width: 100%;
}

.columns-5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.columns-5 .card {
  width: 100%;
}

.columns-1 .card {
  width: 100%;
}
.columns-1 .card .icon {
  width: 140px;
}

.columns-2 {
  gap: 30px;
}
.columns-2 .card {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .columns-2 .card {
    flex: 1;
    min-width: calc(50% - 30px);
    max-width: calc(50% - 30px);
  }
}
.columns-2 .card .icon {
  width: 140px;
}

.columns-3 {
  gap: 32px;
}
@media screen and (min-width: 720px) {
  .columns-3 .card {
    flex: 1;
    min-width: calc(50% - 32px);
    max-width: calc(50% - 32px);
  }
}
@media screen and (min-width: 1200px) {
  .columns-3 .card {
    min-width: calc((100% - (3 + 1) * 32px) / 3);
    max-width: calc((100% - (3 + 1) * 32px) / 3);
  }
}
.columns-3 .card .icon {
  width: 80px;
}

.columns-4 {
  gap: 32px;
}
@media screen and (min-width: 720px) {
  .columns-4 .card {
    flex: 1;
    min-width: calc(50% - 32px);
    max-width: calc(50% - 32px);
  }
}
@media screen and (min-width: 1200px) {
  .columns-4 .card {
    min-width: calc((100% - (4 + 1) * 32px) / 4);
    max-width: calc((100% - (4 + 1) * 32px) / 4);
  }
}
.columns-4 .card .icon {
  width: 80px;
}

.columns-5 {
  gap: 32px;
}
@media screen and (min-width: 720px) {
  .columns-5 .card {
    flex: 1;
    min-width: calc(50% - 32px);
    max-width: calc(50% - 32px);
  }
}
@media screen and (min-width: 1200px) {
  .columns-5 .card {
    min-width: calc((100% - (5 + 1) * 32px) / 5);
    max-width: calc((100% - (5 + 1) * 32px) / 5);
  }
}
.columns-5 .card .icon {
  width: 80px;
}

.columns-3 {
  gap: 32px;
}
@media screen and (min-width: 720px) {
  .columns-3 .card {
    flex: 1;
    min-width: calc(50% - 32px);
    max-width: calc(50% - 32px);
  }
}
@media screen and (min-width: 1200px) {
  .columns-3 .card {
    min-width: calc((100% - (3 + 1) * 32px) / 3);
    max-width: calc((100% - (3 + 1) * 32px) / 3);
  }
}
.columns-3 .card .icon {
  width: 80px;
}

.columns-4 {
  gap: 32px;
}
@media screen and (min-width: 720px) {
  .columns-4 .card {
    flex: 1;
    min-width: calc(50% - 32px);
    max-width: calc(50% - 32px);
  }
}
@media screen and (min-width: 1200px) {
  .columns-4 .card {
    min-width: calc((100% - (4 + 1) * 32px) / 4);
    max-width: calc((100% - (4 + 1) * 32px) / 4);
  }
}
.columns-4 .card .icon {
  width: 80px;
}

.columns-5 {
  gap: 16px !important;
}
.columns-5 .card {
  padding: 20px !important;
}
@media screen and (min-width: 720px) {
  .columns-5 .card {
    flex: 1;
    min-width: calc(50% - 16px);
    max-width: calc(50% - 16px);
  }
}
@media screen and (min-width: 1200px) {
  .columns-5 .card {
    min-width: calc((100% - (5 + 1) * 16px) / 5);
    max-width: calc((100% - (5 + 1) * 16px) / 5);
  }
}
.columns-5 .card .icon {
  width: 80px !important;
}

/* Image & Text Block
--------------------------------------------- */
/*-----------------------
Open and Close Buttons
-----------------------*/
.accordion {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.accordion .accordion-content {
  height: 0;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  will-change: height, opacity, padding;
  transition: max-height 0.4s cubic-bezier(0, 1, 0, 1), padding 0.4s ease, margin 0.4s ease;
}
.accordion .accordion-content[hidden] {
  display: block;
}
.accordion [aria-expanded=true] + .accordion-content,
.accordion .is-expanded .accordion-content {
  height: fit-content;
  overflow: visible;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  transition: height 0.6s cubic-bezier(0.17, 0.67, 0.83, 0.67), padding 0.4s ease, margin 0.4s ease;
}
.accordion .accordion-item {
  border-bottom: 1px solid #DDDDDD;
}
.accordion .accordion-item .js-accordion-trigger {
  padding: 32px 0px;
  width: 100%;
  text-align: left;
}
.accordion .js-accordion-trigger span {
  margin-bottom: 0px;
  font-size: 22px;
  font-size: 1.375rem;
  padding: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 600;
}
@media screen and (min-width: 720px) {
  .accordion .js-accordion-trigger span {
    font-size: 28px;
    font-size: 1.75rem;
  }
}
.accordion .js-accordion-trigger span:before {
  content: "";
  background: url("images/accents/blue-circles-simple.svg") no-repeat center;
  background-size: 100%;
  display: block;
  width: 50px;
  height: 52px;
  position: absolute;
  right: 20px;
  z-index: -1;
}
.accordion .js-accordion-trigger span:after {
  content: "";
  background: url("images/icons/chevron-down.svg") no-repeat center;
  background-size: 100%;
  height: 27px;
  width: 27px;
  display: block;
  flex: none;
  transition: transform 0.3s ease;
  margin-right: 10px;
}
@media screen and (min-width: 720px) {
  .accordion .js-accordion-trigger span:after {
    height: 34px;
  }
}
.accordion [aria-expanded=true] span:after {
  transform: rotate(180deg);
}

/* Image & Text Block
--------------------------------------------- */
.logos-wrapper header {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.logos-wrapper header + .logos__scroller {
  margin-top: 40px;
}
.logos-wrapper ul {
  gap: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.logos-wrapper ul li {
  width: auto;
  max-width: 150px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logos-wrapper ul li img {
  max-height: 100px;
}
.logos-wrapper .actions-block {
  display: flex;
  justify-content: center;
}

.page-header-wrapper + .logos-wrapper .logos-block-container {
  padding: 40px 20px 80px !important;
  padding: 2.5rem 1.25rem 5rem !important;
}
@media screen and (min-width: 720px) {
  .page-header-wrapper + .logos-wrapper .logos-block-container {
    padding: 80px 40px 140px !important;
    padding: 5rem 2.5rem 8.75rem !important;
  }
}

.logos__scroller {
  max-width: 100%;
  margin: 0 auto;
}

.logos__scroller[data-animated=true] {
  overflow: hidden;
  mask: linear-gradient(90deg, transparent, white 10% 90%, transparent);
}

.logos__list {
  --logo-gap: 2rem;
  display: flex;
  align-items: space-between;
  gap: var(--logo-gap);
  padding: 0;
  padding-block: 1rem;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .logos__list {
    --logo-gap: 4rem;
    gap: var(--logo-gap);
  }
}

.logos__scroller[data-animated=true] .logos__list {
  width: max-content;
  flex-wrap: nowrap;
  animation: scroll var(--_logo-scroll-duration, 20s) linear infinite;
  will-change: transform;
}

.logos__scroller[data-animated=true] .logos__list li {
  width: 200px;
}

.logos__scroller[data-animated=true] .logos__list li img {
  max-height: 50px;
  max-width: 140px;
}

@keyframes scroll {
  to {
    transform: translate(calc(-50% - var(--logo-gap) / 2));
  }
}
/* Events
--------------------------------------------- */
.events-wrapper header {
  text-align: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.events-wrapper header + .events-list {
  margin-top: 40px;
}
.events-wrapper ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.events-wrapper ul {
  gap: 32px;
  align-items: center;
  display: flex;
  flex-direction: column;
}
.events-wrapper ul .card {
  padding: 40px;
  border-radius: 16px;
  color: #fff;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.events-wrapper ul .card .card-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
}
@media screen and (min-width: 720px) {
  .events-wrapper ul .card .card-inner {
    flex-direction: row;
    gap: 60px;
    align-items: center;
  }
}
.events-wrapper ul .card .circle-block {
  width: 100px;
  position: relative;
  text-align: center;
  flex: none;
}
@media screen and (min-width: 720px) {
  .events-wrapper ul .card .circle-block {
    width: 180px;
  }
}
.events-wrapper ul .card .circle-block span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 720px) {
  .events-wrapper ul .card .circle-block span {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.1;
  }
}
.events-wrapper ul .card .text-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
  justify-content: flex-start;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 720px) {
  .events-wrapper ul .card .text-block {
    margin-bottom: 0px;
  }
}
.events-wrapper ul .card .text-block ul {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 16px;
  gap: 16px;
  flex-wrap: wrap;
  text-align: left;
}
.events-wrapper ul .card .text-block ul li {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.events-wrapper ul .card .text-block ul li img {
  width: 24px;
  height: 24px;
  flex: none;
}
.events-wrapper ul .card .text-block ul li p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0px;
}
.events-wrapper ul .card .text-block h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 720px) {
  .events-wrapper ul .card .text-block h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.events-wrapper ul .card .text-block p {
  margin-bottom: 0px;
}
.events-wrapper ul .card:after {
  content: "";
  display: block;
  width: 50%;
  height: 64%;
  background-image: url("/wp-content/themes/ingenuity/images/card-watercolor.png");
  background-size: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: -45px;
  right: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  border-radius: 16px;
  transform: rotate(180deg);
}
@media screen and (min-width: 720px) {
  .events-wrapper ul .card:after {
    height: 100%;
    top: 0px;
  }
}
.events-wrapper ul .card:nth-child(5n+1) {
  background-color: #003E7F;
}
.events-wrapper ul .card:nth-child(5n+2) {
  background-color: #008DA8;
}
.events-wrapper ul .card:nth-child(5n+3) {
  background-color: #00A18E;
}
.events-wrapper ul .card:nth-child(5n+4) {
  background-color: #FDC111;
}
.events-wrapper ul .card:nth-child(5n) {
  background-color: #FF7C11;
}
.events-wrapper .actions-block {
  display: flex;
  justify-content: center;
}
.events-wrapper .rich-text[aria-hidden=false] {
  margin-top: 32px;
}
.events-wrapper .rich-text * {
  margin-bottom: 12px;
}
.events-wrapper .rich-text ul {
  display: block;
  padding-left: 32px;
}
.events-wrapper .rich-text ul li {
  list-style: disc;
  text-align: left;
}
.events-wrapper .toggle-details {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
  padding: 0px;
  margin-top: 16px;
}
.events-wrapper .toggle-details .button-text {
  transition: all 0.3s ease;
}
.events-wrapper .toggle-details .toggle-icon {
  transition: transform 0.3s ease;
  filter: brightness(0) invert(1);
  width: 16px;
}
.events-wrapper .toggle-details[aria-expanded=true] .toggle-icon {
  transform: rotate(180deg);
}
.events-wrapper .event-details {
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  max-height: none;
  opacity: 1;
}
.events-wrapper .event-details.collapsed {
  max-height: 0;
  opacity: 0;
}
.events-wrapper .event-details:not(.collapsed) {
  animation: fadeInSlide 0.3s ease forwards;
}
@keyframes fadeInSlide {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Accordion
--------------------------------------------- */
.cards-with-callout-wrapper header {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}
.cards-with-callout-wrapper header + .cards-with-callout {
  margin-top: 40px;
}
.cards-with-callout-wrapper .cards-with-callout {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.cards-with-callout-wrapper .cards-with-callout .card-with-callout {
  border: 1px solid #DDDDDD;
  border-radius: 16px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #fff;
}
@media screen and (min-width: 1200px) {
  .cards-with-callout-wrapper .cards-with-callout .card-with-callout {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
.cards-with-callout-wrapper .cards-with-callout .card-with-callout .content-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .cards-with-callout-wrapper .cards-with-callout .card-with-callout .content-block {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
}
.cards-with-callout-wrapper .cards-with-callout .card-with-callout img.graphic {
  object-fit: cover;
  aspect-ratio: 1/1;
  width: 100%;
  flex: none;
}
@media screen and (min-width: 720px) {
  .cards-with-callout-wrapper .cards-with-callout .card-with-callout img.graphic {
    width: 300px;
  }
}
.cards-with-callout-wrapper .cards-with-callout .card-with-callout .text-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.cards-with-callout-wrapper .cards-with-callout .card-with-callout .text-block p {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0px;
}
.cards-with-callout-wrapper .cards-with-callout .card-with-callout .text-block .button {
  min-width: 220px;
  margin-top: 16px;
}
@media screen and (min-width: 720px) {
  .cards-with-callout-wrapper .cards-with-callout .card-with-callout .text-block .button {
    width: fit-content;
  }
}
.cards-with-callout-wrapper .cards-with-callout .card-with-callout .callout {
  border-radius: 8px;
  padding: 32px;
  width: 100%;
  flex: none;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1200px) {
  .cards-with-callout-wrapper .cards-with-callout .card-with-callout .callout {
    width: 32%;
  }
}
.cards-with-callout-wrapper .cards-with-callout .card-with-callout .callout h4 {
  margin: 0px 0px 16px;
}
.cards-with-callout-wrapper .cards-with-callout .card-with-callout .callout ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.cards-with-callout-wrapper .cards-with-callout .card-with-callout .callout ul li {
  display: flex;
  align-items: center;
  gap: 8px;
}
.cards-with-callout-wrapper .cards-with-callout .card-with-callout .callout ul li a, .cards-with-callout-wrapper .cards-with-callout .card-with-callout .callout ul li p {
  font-size: 14px;
  font-size: 0.875rem;
}
.cards-with-callout-wrapper .cards-with-callout .card-with-callout .callout ul li p {
  margin-bottom: 0px;
}
.cards-with-callout-wrapper .cards-with-callout .card-with-callout .callout ul li a {
  color: #000;
}

@media screen and (min-width: 720px) {
  .image-size-Small .cards-with-callout .card-with-callout img.graphic {
    width: 200px !important;
  }
}

/* Image & Text Grid
--------------------------------------------- */
.image-and-text-grid-wrapper header + .image-and-text-grid {
  margin-top: 40px;
}
.image-and-text-grid-wrapper .image-and-text-grid {
  gap: 8px;
  flex-direction: row;
}
@media screen and (min-width: 720px) {
  .image-and-text-grid-wrapper .image-and-text-grid {
    width: calc(100% + 64px);
    margin-left: -32px;
    justify-content: flex-start;
    align-items: start;
  }
}
@media screen and (min-width: 1200px) {
  .image-and-text-grid-wrapper .image-and-text-grid {
    gap: 32px;
  }
}
.image-and-text-grid-wrapper .image-and-text-grid .card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: start;
  align-items: center;
  padding: 0px !important;
}
@media (max-width: 720px) {
  .image-and-text-grid-wrapper .image-and-text-grid .card {
    flex: 1;
    min-width: calc(50% - 32px);
    max-width: calc(50% - 32px);
  }
}
.image-and-text-grid-wrapper .image-and-text-grid .card a {
  padding: 0px;
  color: #000;
  text-decoration: none;
  transition: ease-in-out 0.3s;
}
.image-and-text-grid-wrapper .image-and-text-grid .card a:hover {
  opacity: 0.8;
}
.image-and-text-grid-wrapper .image-and-text-grid .card.Left {
  flex-direction: row;
}
@media (max-width: 720px) {
  .image-and-text-grid-wrapper .image-and-text-grid .card.Left {
    min-width: 100%;
    max-width: 100%;
  }
}
.image-and-text-grid-wrapper .image-and-text-grid .card.Left a {
  display: flex;
  flex-direction: row;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
.image-and-text-grid-wrapper .image-and-text-grid .card.Left .text-block {
  text-align: left;
}
.image-and-text-grid-wrapper .image-and-text-grid .card.Left .image-block {
  width: 30%;
  flex: none;
}
@media screen and (min-width: 720px) {
  .image-and-text-grid-wrapper .image-and-text-grid .card.Left .image-block {
    width: 42%;
  }
}
.image-and-text-grid-wrapper .image-and-text-grid .card .text-block {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.image-and-text-grid-wrapper .image-and-text-grid .card .text-block .rich-text * {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2;
  margin-bottom: 8px;
}
.image-and-text-grid-wrapper .image-and-text-grid .card .text-block .rich-text *:last-child {
  margin-bottom: 0px;
}
.image-and-text-grid-wrapper .image-and-text-grid .card h3 {
  font-size: 18px;
  font-size: 1.125rem;
}
.image-and-text-grid-wrapper .image-and-text-grid .card h3 em {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #858585;
}
.image-and-text-grid-wrapper .image-and-text-grid .card .image-block img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.image-and-text-grid-wrapper .image-and-text-grid .card:nth-child(3n+1) .image-block {
  position: relative;
}
.image-and-text-grid-wrapper .image-and-text-grid .card:nth-child(3n+1) .image-block:after {
  content: "";
  background: url("images/accents/yellow-watercolor.png") no-repeat center;
  background-size: 100%;
  display: block;
  width: 70%;
  height: 70%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}
.image-and-text-grid-wrapper .image-and-text-grid .card:nth-child(3n+1) .image-block img {
  width: 80%;
  border-radius: 20em;
  margin-left: 10%;
  margin-bottom: 10%;
}
.image-and-text-grid-wrapper .image-and-text-grid .card:nth-child(3n+2) .image-block {
  position: relative;
}
.image-and-text-grid-wrapper .image-and-text-grid .card:nth-child(3n+2) .image-block:after {
  content: "";
  background: url("images/accents/light-blue-watercolor.png") no-repeat center;
  background-size: 100%;
  display: block;
  width: 70%;
  height: 70%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}
.image-and-text-grid-wrapper .image-and-text-grid .card:nth-child(3n+2) .image-block img {
  width: 80%;
  border-radius: 20em;
  margin-left: 10%;
  margin-bottom: 10%;
}
.image-and-text-grid-wrapper .image-and-text-grid .card:nth-child(3n+3) .image-block {
  position: relative;
}
.image-and-text-grid-wrapper .image-and-text-grid .card:nth-child(3n+3) .image-block:after {
  content: "";
  background: url("images/accents/blue-watercolor.png") no-repeat center;
  background-size: 100%;
  display: block;
  width: 70%;
  height: 70%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: -1;
}
.image-and-text-grid-wrapper .image-and-text-grid .card:nth-child(3n+3) .image-block img {
  width: 80%;
  border-radius: 20em;
  margin-left: 10%;
  margin-bottom: 10%;
}

/* Resources
--------------------------------------------- */
.resources-wrapper .search-and-filters {
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 720px) {
  .resources-wrapper .search-and-filters {
    flex-wrap: wrap;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .resources-wrapper .search-and-filters {
    flex-direction: row;
  }
}
.resources-wrapper .search-and-filters .resources-search-container {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .resources-wrapper .search-and-filters .resources-search-container {
    width: 300px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
}
.resources-wrapper .search-and-filters .resources-search-container .search-input-wrapper {
  position: relative;
}
.resources-wrapper .search-and-filters .resources-search-container .search-input-wrapper .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.resources-wrapper .search-and-filters .resources-search-container .search-input-wrapper .resources-search-input {
  padding-left: 40px;
}
.resources-wrapper .search-and-filters .resources-filter-container {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 720px) {
  .resources-wrapper .search-and-filters .resources-filter-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    flex: 1;
  }
}
@media screen and (min-width: 720px) {
  .resources-wrapper .search-and-filters .resources-filter-container .filter-group {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  .resources-wrapper .search-and-filters .resources-filter-container .filter-group {
    width: calc(25% - 18px);
  }
}
.resources-wrapper .search-and-filters .resources-filter-container .filter-group h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  margin-top: 0px;
}
.resources-wrapper .search-and-filters .resources-filter-container .filter-group .filter-dropdown-container {
  position: relative;
  width: 100%;
}
.resources-wrapper .search-and-filters .resources-filter-container .filter-group .filter-dropdown-container .dropdown-icon {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.resources-wrapper .search-and-filters .resources-filter-container .filter-group .filter-dropdown-container select.resource-filter-dropdown {
  width: 100%;
  padding: 10px 14px;
  padding-right: 35px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: none;
}
.resources-wrapper .search-and-filters .resources-filter-container .filter-group .filter-dropdown-container select.resource-filter-dropdown:focus {
  outline: none;
  border-color: #0079C1;
  box-shadow: 0 0 0 2px rgba(0, 121, 193, 0.2);
}
.resources-wrapper .search-and-filters .resources-filter-container .filter-group .filter-dropdown-container select.resource-filter-dropdown option {
  padding: 10px;
}
.resources-wrapper .search-and-filters .resources-filter-container .filter-group .filter-dropdown-container select.resource-filter-dropdown[multiple] {
  height: auto;
  min-height: 100px;
  background-image: none;
}
.resources-wrapper .resources-search-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  font-size: 16px;
}
.resources-wrapper .resources-search-input:focus {
  outline: none;
  border-color: #0079C1;
  box-shadow: 0 0 0 2px rgba(0, 121, 193, 0.2);
}
.resources-wrapper .resources-filter-container .filter-group h4 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.resources-wrapper .resources-filter-container .filter-group .filter-dropdown-container {
  position: relative;
  width: 100%;
}
.resources-wrapper .resources-filter-container .filter-group .filter-dropdown-container select.resource-filter-dropdown {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  font-size: 14px;
  background-color: #fff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="6" viewBox="0 0 12 6"><path d="M0 0l6 6 6-6z" fill="%23666"/></svg>');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 10px;
}
.resources-wrapper .resources-filter-container .filter-group .filter-dropdown-container select.resource-filter-dropdown:focus {
  outline: none;
  border-color: #0079C1;
  box-shadow: 0 0 0 2px rgba(0, 121, 193, 0.2);
}
.resources-wrapper .resources-filter-container .filter-group .filter-dropdown-container select.resource-filter-dropdown option {
  padding: 10px;
}
.resources-wrapper .resources-filter-container .filter-group .filter-dropdown-container select.resource-filter-dropdown[multiple] {
  height: auto;
  min-height: 100px;
  background-image: none;
}
.resources-wrapper .resources-filter-container .clear-filters-btn {
  padding: 8px 16px;
  background-color: transparent;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-top: 10px;
}
.resources-wrapper .resources-filter-container .clear-filters-btn:hover {
  background-color: #f5f5f5;
}
.resources-wrapper .select2-container {
  width: 100% !important;
}
.resources-wrapper .select2-container .select2-selection--multiple {
  min-height: 38px;
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  padding: 12px 12px;
  height: 50px;
  display: flex;
}
.resources-wrapper .select2-container .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  justify-content: flex-start;
  margin: 0px;
  margin-top: -6px;
}
.resources-wrapper .select2-container .select2-selection--multiple .select2-selection__choice {
  background-color: #003E7F;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 4px 10px;
  margin: 4px;
  font-size: 14px;
}
.resources-wrapper .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
  color: white;
  margin-right: 6px;
}
.resources-wrapper .select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover {
  color: #f0f0f0;
}
.resources-wrapper .select2-container .select2-selection--multiple .select2-search--inline {
  margin: 4px;
  margin-top: 0px;
  display: block;
}
.resources-wrapper .select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin-top: 0;
  height: 26px;
}
.resources-wrapper .select2-container .select2-selection--multiple .select2-selection__placeholder {
  color: #757575;
}
.resources-wrapper .select2-container .select2-dropdown {
  border-color: #DDDDDD;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18), 0 1.5px 4px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  background-color: #fff;
}
.resources-wrapper .select2-container .select2-dropdown .select2-search--dropdown {
  padding: 8px;
}
.resources-wrapper .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field {
  border: 1px solid #DDDDDD;
  border-radius: 4px;
  padding: 6px 10px;
}
.resources-wrapper .select2-container .select2-dropdown .select2-search--dropdown .select2-search__field:focus {
  border-color: #0079C1;
  outline: none;
}
.resources-wrapper .select2-container .select2-dropdown .select2-results__option {
  padding: 8px 10px;
  font-size: 14px;
  cursor: pointer;
}
.resources-wrapper .select2-container .select2-dropdown .select2-results__option:hover {
  background-color: #f5f5f5;
}
.resources-wrapper .select2-container .select2-dropdown .select2-results__option input[type=checkbox] {
  margin-right: 8px;
  position: relative;
  top: 2px;
}
.resources-wrapper .select2-container .select2-dropdown .select2-results__option--highlighted {
  background-color: #0079C1;
  color: white;
}
.resources-wrapper .select2-container .select2-dropdown .select2-results__option[aria-selected=true] {
  background-color: #f0f8ff;
}
.resources-wrapper .select2-container .select2-dropdown .select2-selection__choice__remove {
  display: none;
}
.resources-wrapper .select2-container .select2-dropdown .select2-dropdown--open {
  display: block !important;
}
.resources-wrapper .select2-container .select2-selection__clear {
  min-width: 0px;
  display: none;
}
.resources-wrapper .resource-filter-dropdown-container .select2-results__option[aria-selected=true] {
  background-color: #f0f8ff;
}
.resources-wrapper .resource-filter-dropdown-container .select2-results__option[aria-selected=true] span {
  color: #333;
}
.resources-wrapper .no-results {
  text-align: center;
  padding: 30px;
  width: 100%;
  color: #555;
  font-weight: 500;
}
@media screen and (min-width: 720px) {
  .resources-wrapper header {
    width: calc(100% - 200px);
  }
}
.resources-wrapper header + .tns-outer {
  margin-top: 40px;
}
.resources-wrapper .resources-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.resources-wrapper .resources-slider {
  padding: 0px;
  align-items: stretch;
  display: flex;
}
.resources-wrapper .resources-slider .card {
  border: 1px solid #DDDDDD;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  height: auto;
}
.resources-wrapper .resources-slider .card a {
  color: #000;
  text-align: left;
  font-weight: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
}
.resources-wrapper .resources-slider .card a .text-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.resources-wrapper .resources-slider .card a .icon-block {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20em;
}
.resources-wrapper .resources-slider .card a .icon-block img {
  width: 40px;
}
.resources-wrapper .resources-slider .card a h3 {
  font-weight: 500;
}
.resources-wrapper .resources-slider .card a p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}
.resources-wrapper #resources-cards-container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media screen and (min-width: 720px) {
  .resources-wrapper #resources-cards-container {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .resources-wrapper #resources-cards-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.resources-wrapper #resources-cards-container .card {
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 1px solid #DDDDDD;
  border-radius: 10px;
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.resources-wrapper #resources-cards-container .card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}
.resources-wrapper #resources-cards-container .card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px;
  text-decoration: none;
  color: inherit;
}
.resources-wrapper #resources-cards-container .card .text-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 20px;
}
.resources-wrapper #resources-cards-container .card h3 {
  margin-top: 0;
  font-size: 22px;
  line-height: 1.3;
}
.resources-wrapper #resources-cards-container .card .resource-description {
  color: #555;
  font-size: 16px;
  line-height: 1.5;
}
.resources-wrapper #resources-cards-container .card .link {
  align-self: flex-start;
}

.tns-ovh, .tns-inner {
  overflow: visible !important;
}

.tns-outer {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 32px;
}

.tns-controls {
  display: flex;
  gap: 16px;
  justify-content: center;
}
@media screen and (min-width: 720px) {
  .tns-controls {
    margin-bottom: 0px;
    position: absolute;
    top: -95px;
    right: 20px;
  }
}

.tns-controls [data-controls=prev],
.tns-controls [data-controls=next] {
  background: none;
  border: none;
  width: 64px;
  height: 64px;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px; /* hides the "prev" and "next" text */
  position: relative;
  padding: 20px;
  min-width: unset;
}
.tns-controls [data-controls=prev]:before,
.tns-controls [data-controls=next]:before {
  content: "";
  background-image: url("images/accents/blue-circles-simple.svg");
  display: block;
  width: 64px;
  height: 64px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.tns-controls [data-controls=prev] {
  background-image: url("images/icons/chevron-left.svg");
}

.tns-controls [data-controls=next] {
  background-image: url("images/icons/chevron-right.svg");
}

.select2-dropdown.resource-filter-dropdown-container.select2-dropdown--below {
  top: 32px;
}

.select2-dropdown.resource-filter-dropdown-container.select2-dropdown--above {
  top: 32px;
}

.select2-selection__choice__remove {
  display: none;
}

/* Blog
--------------------------------------------- */
.blog-index header .container {
  padding-bottom: 0px;
}
.blog-index .category-list {
  display: flex;
  flex-direction: row;
  gap: 16px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  margin-bottom: 40px;
}
.blog-index .category-list li a {
  background-color: #FDC111;
  padding: 8px 16px;
  border-radius: 20em;
  display: inline-block;
  margin-bottom: 16px;
  width: fit-content;
  margin: 0 auto;
  text-decoration: none;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  font-size: 1rem;
  transition: ease-in-out 0.3s;
}
.blog-index .category-list li a:hover {
  background-color: rgb(217.175, 162.425, 1.825);
  color: #000;
}

.pagination {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 16px;
}
.pagination .navigation li a,
.pagination .navigation li a:hover,
.pagination .navigation li.active a,
.pagination .navigation li.disabled {
  color: #003E7F;
  text-decoration: none;
}
.pagination .navigation li {
  display: inline-block;
  line-height: 3;
}
.pagination .navigation li a,
.pagination .navigation li a:hover,
.pagination .navigation li.active a,
.pagination .navigation li.disabled {
  background-color: #fff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  padding: 12px;
  padding: 0.75rem;
}
.pagination .navigation li a:hover,
.pagination .navigation li.active a {
  background-color: #003E7F;
  color: #fff;
}

.blog-post .container {
  max-width: 1000px;
}
.blog-post .container .categories {
  display: flex;
  flex-direction: row;
  gap: 16px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  flex-wrap: wrap;
}
.blog-post .container .post-category {
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  background-color: #FDC111;
  padding: 8px 16px;
  border-radius: 20em;
  display: inline-block;
  margin-bottom: 16px;
  width: fit-content;
  margin: 0 auto;
}
.blog-post .container .entry-header {
  text-align: center;
}
.blog-post .container .post-thumbnail {
  margin: 40px 0px;
}
.blog-post .container .post-thumbnail img {
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.blog-post .container .entry-content h2 {
  font-size: 32px;
  font-size: 2rem;
}
.blog-post .container .entry-content h3 {
  font-size: 24px;
  font-size: 1.5rem;
}
.blog-post .container .entry-content h4 {
  font-size: 20px;
  font-size: 1.25rem;
}
.blog-post .container .entry-content h5 {
  font-size: 18px;
  font-size: 1.125rem;
}
.blog-post .container .entry-content h6 {
  font-size: 16px;
  font-size: 1rem;
}
.blog-post .container .entry-content h2, .blog-post .container .entry-content h3, .blog-post .container .entry-content h4, .blog-post .container .entry-content h5, .blog-post .container .entry-content h6 {
  margin-bottom: 32px;
}
.blog-post .container .entry-content p, .blog-post .container .entry-content p a {
  font-size: 18px;
  font-size: 1.125rem;
}

.related-posts-wrapper .container {
  border-top: 1px solid #DDDDDD;
}
.related-posts-wrapper header + .post-blocks {
  margin-top: 40px;
}

.post-blocks {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: left;
  gap: 32px;
}
@media screen and (min-width: 720px) {
  .post-blocks {
    flex-direction: row;
  }
}
.post-blocks .post-block {
  display: flex;
  flex-direction: column;
  flex: 1 1 calc(33.3333333333% - 24px); /* 3 columns, subtract gap for spacing */
  border-radius: 16px;
  border: 1px solid #DDDDDD;
  overflow: hidden;
  min-height: 100%;
}
.post-blocks .post-block a {
  text-decoration: none;
  color: #000;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.post-blocks .post-block a:hover img {
  transform: scale(1.05);
}
@media screen and (min-width: 720px) {
  .post-blocks .post-block {
    width: calc(33.3333333333% - 16px);
    max-width: calc(33.3333333333% - 16px);
  }
}
.post-blocks .post-block .image-block {
  aspect-ratio: 3/2;
  object-fit: cover;
  overflow: hidden;
}
.post-blocks .post-block img {
  border-radius: 16px 16px 0px 0px;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}
.post-blocks .post-block .text-block {
  padding: 40px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 16px;
}
.post-blocks .post-block .text-block * {
  margin-bottom: 0px;
}
.post-blocks .post-block .text-block .eyebrow + h3 {
  margin-top: 8px;
}
.post-blocks .post-block .text-block h3 + p {
  font-size: 16px;
  font-size: 1rem;
  margin-top: 16px;
}
.post-blocks .post-block .text-block .footnote {
  margin-top: auto;
}
.post-blocks .post-block .text-block .footnote span {
  color: #000;
}
.post-blocks .post-block .text-block .footnote span:after {
  filter: invert(0);
}

/* Carousel Blades
--------------------------------------------- */
@media screen and (min-width: 720px) {
  .carousel-blades-wrapper header {
    width: calc(100% - 200px);
  }
}
.carousel-blades-wrapper header + .tns-outer {
  margin-top: 40px;
}
.carousel-blades-wrapper .tns-outer {
  overflow: visible;
}
.carousel-blades-wrapper .tns-ovh {
  overflow: visible;
}
.carousel-blades-wrapper::after {
  content: "";
  display: block;
  height: 0;
}
.carousel-blades-wrapper .tns-slider {
  display: flex !important;
}
.carousel-blades-wrapper .tns-item {
  height: auto !important;
}
.carousel-blades-wrapper .cards.blade-slider li.card {
  height: auto !important;
  min-height: 100%;
  flex-grow: 1;
}
.carousel-blades-wrapper .blade-slider {
  gap: 32px;
  align-items: stretch;
  display: flex;
  flex-direction: row;
  padding: 0px;
}
@media screen and (min-width: 720px) {
  .carousel-blades-wrapper .blade-slider {
    margin-bottom: 60px;
  }
}
.carousel-blades-wrapper .blade-slider .card {
  padding: 40px;
  border-radius: 16px;
  color: #fff;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  overflow: hidden;
  box-sizing: border-box;
  top: 60px;
  transition: top 0.3s ease-in-out;
}
@media screen and (min-width: 720px) {
  .carousel-blades-wrapper .blade-slider .card {
    flex-direction: row;
    gap: 60px;
    align-items: flex-start;
    min-height: 300px;
  }
}
.carousel-blades-wrapper .blade-slider .card.tns-slide-active {
  top: 0px;
}
.carousel-blades-wrapper .blade-slider .card .circle-block {
  width: 100px;
  position: relative;
  text-align: center;
  flex: none;
}
@media screen and (min-width: 1200px) {
  .carousel-blades-wrapper .blade-slider .card .circle-block {
    width: 240px;
  }
}
.carousel-blades-wrapper .blade-slider .card .circle-block img {
  margin-bottom: 0px;
  aspect-ratio: unset;
}
@media screen and (min-width: 1200px) {
  .carousel-blades-wrapper .blade-slider .card .circle-block img {
    width: 100%;
  }
}
.carousel-blades-wrapper .blade-slider .card .circle-block span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media screen and (min-width: 1200px) {
  .carousel-blades-wrapper .blade-slider .card .circle-block span {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.1;
  }
}
.carousel-blades-wrapper .blade-slider .card .text-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  text-align: left;
  flex: 1;
}
@media screen and (min-width: 1200px) {
  .carousel-blades-wrapper .blade-slider .card .text-block {
    flex-direction: row;
    gap: 60px;
    align-items: center;
  }
}
.carousel-blades-wrapper .blade-slider .card .text-block ul {
  display: flex;
  flex-direction: row;
  gap: 8px;
  margin-bottom: 16px;
  gap: 16px;
  flex-wrap: wrap;
  text-align: left;
}
.carousel-blades-wrapper .blade-slider .card .text-block ul li {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}
.carousel-blades-wrapper .blade-slider .card .text-block ul li img {
  width: 24px;
  height: 24px;
  flex: none;
}
.carousel-blades-wrapper .blade-slider .card .text-block ul li p {
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 0px;
}
.carousel-blades-wrapper .blade-slider .card .text-block h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 8px;
}
@media screen and (min-width: 720px) {
  .carousel-blades-wrapper .blade-slider .card .text-block h3 {
    font-size: 32px;
    font-size: 2rem;
  }
}
.carousel-blades-wrapper .blade-slider .card .text-block p {
  margin-bottom: 0px;
}
.carousel-blades-wrapper .blade-slider .card .text-block p a {
  color: #fff;
}
.carousel-blades-wrapper .blade-slider .card .watercolor {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 300px;
  height: 300px;
  z-index: -1;
  transform: rotate(180deg);
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1200px) {
  .carousel-blades-wrapper .blade-slider .card .watercolor {
    height: 100%;
    top: 0px;
    width: 60%;
  }
}
.carousel-blades-wrapper .blade-slider .card:nth-child(5n+1) {
  background-color: #008DA8;
}
.carousel-blades-wrapper .blade-slider .card:nth-child(5n+2) {
  background-color: #FDC111;
}
.carousel-blades-wrapper .blade-slider .card:nth-child(5n+3) {
  background-color: #00A18E;
}
.carousel-blades-wrapper .blade-slider .card:nth-child(5n+4) {
  background-color: #FF7C11;
}
.carousel-blades-wrapper .blade-slider .card:nth-child(5n) {
  background-color: #003E7F;
}

/* Text Block
--------------------------------------------- */
.text-block-wrapper .container {
  max-width: 1000px;
}
.text-block-wrapper .container header + .rich-text {
  margin-top: 20px;
}
.text-block-wrapper .container .rich-text h1, .text-block-wrapper .container .rich-text h2, .text-block-wrapper .container .rich-text h3, .text-block-wrapper .container .rich-text h4, .text-block-wrapper .container .rich-text h5, .text-block-wrapper .container .rich-text h6 {
  margin-bottom: 16px;
}

.nf-form-wrap select, .nf-form-wrap input[type=text], .nf-form-wrap input[type=email], .nf-form-wrap input[type=url], .nf-form-wrap input[type=password], .nf-form-wrap input[type=search], .nf-form-wrap input[type=number], .nf-form-wrap input[type=tel], .nf-form-wrap input[type=range], .nf-form-wrap input[type=date], .nf-form-wrap input[type=month], .nf-form-wrap input[type=week], .nf-form-wrap input[type=time], .nf-form-wrap input[type=datetime], .nf-form-wrap input[type=datetime-local], .nf-form-wrap input[type=color], .nf-form-wrap textarea {
  padding: 8px;
}

/* Resources
--------------------------------------------- */
.featured-resources-wrapper .container {
  padding-top: 0px;
}
.featured-resources-wrapper .cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
  list-style: none;
  padding: 0;
  margin: 0px;
}
@media screen and (min-width: 720px) {
  .featured-resources-wrapper .cards {
    display: grid;
    grid-template-columns: 3fr 2fr;
    grid-template-rows: auto auto;
    grid-template-areas: "main top" "main bottom";
  }
}
.featured-resources-wrapper .cards .card {
  border-radius: 16px;
  padding: 32px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: calc(100% - 32px);
  background-size: cover;
  background-position: center;
  padding: 0px;
}
.featured-resources-wrapper .cards .card a {
  padding: 32px;
}
.featured-resources-wrapper .cards .card:nth-child(1) {
  grid-area: main;
  height: 100%;
}
.featured-resources-wrapper .cards .card:nth-child(2) {
  grid-area: top;
}
.featured-resources-wrapper .cards .card:nth-child(2):after {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.featured-resources-wrapper .cards .card:nth-child(3) {
  grid-area: bottom;
}
.featured-resources-wrapper .cards .card:nth-child(3):after {
  background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.featured-resources-wrapper .cards .card a {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.featured-resources-wrapper .cards .card .text-block {
  text-align: left;
  margin-top: auto;
}
.featured-resources-wrapper .cards .card .text-block p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.featured-resources-wrapper .cards .card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: -1;
}

.resources-wrapper .resources-wrapper .container {
  padding-top: 0px;
}
.resources-wrapper .resources-wrapper .cards {
  margin: 0;
  padding: 0;
  list-style: none;
}
.resources-wrapper .resources-wrapper .cards {
  padding: 0px;
  align-items: stretch;
  display: flex;
  gap: 32px;
  flex-direction: column;
}
@media screen and (min-width: 720px) {
  .resources-wrapper .resources-wrapper .cards {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.resources-wrapper .resources-wrapper .cards .card {
  border: 1px solid #DDDDDD;
  background-color: #fff;
  padding: 40px;
  border-radius: 10px;
  margin: 0 10px;
  display: flex;
  flex-direction: column;
  height: auto;
}
.resources-wrapper .resources-wrapper .cards .card a {
  color: #000;
  text-align: left;
  font-weight: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px;
  height: 100%;
  align-items: flex-start;
  text-decoration: none;
  padding: 0px !important;
}
.resources-wrapper .resources-wrapper .cards .card a .text-block {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.resources-wrapper .resources-wrapper .cards .card a .icon-block {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20em;
}
.resources-wrapper .resources-wrapper .cards .card a .icon-block img {
  width: 40px;
}
.resources-wrapper .resources-wrapper .cards .card a h3 {
  font-weight: 500;
}
.resources-wrapper .resources-wrapper .cards .card a p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
}

/* Video Block
--------------------------------------------- */
.video-block-wrapper .container {
  max-width: 1000px;
  margin: 0 auto;
}
.video-block-wrapper .container header {
  text-align: center;
}
.video-block-wrapper .container header + .video-wrapper {
  margin-top: 40px;
}
.video-block-wrapper .container .video-wrapper {
  position: relative;
  padding-bottom: 52.4%;
  padding-top: 25px;
  height: 0;
}
.video-block-wrapper .container .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
}

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

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

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

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

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

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

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

body {
  overflow-x: hidden;
}

.blue {
  background-color: #003E7F;
}

.light-blue {
  background-color: #008DA8;
}

.green {
  background-color: #00A18E;
}

.yellow {
  background-color: #FDC111;
}

.orange {
  background-color: #FF7C11;
}

.blue-tint {
  background-color: rgba(0, 62, 127, 0.1);
}

.light-blue-tint {
  background-color: rgba(0, 141, 168, 0.1);
}

.green-tint {
  background-color: rgba(0, 161, 142, 0.1);
}

.yellow-tint {
  background-color: rgba(253, 193, 17, 0.1);
}

.orange-tint {
  background-color: rgba(255, 124, 17, 0.1);
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 20px;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .container {
    padding: 120px 20px;
  }
}
.container header p {
  margin-bottom: 0px;
}

.link {
  border: none;
  background-color: transparent;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: ease-in-out 0.3s;
  font-size: 18px;
  font-size: 1.125rem;
  display: inline-block;
  text-align: center;
  transition: ease-in-out 0.3s;
}

.link-with-arrow {
  display: flex;
  align-items: center;
  gap: 8px;
}
.link-with-arrow:hover:after {
  margin-left: 8px;
}
.link-with-arrow:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("images/icons/arrow-right.svg");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  transition: ease-in-out 0.3s;
}

.link-with-arrow.link-light:after {
  filter: invert(1);
}

.link-light {
  font-family: "Lato", sans-serif;
  color: #fff;
}
.link-light:hover {
  color: #fff;
  opacity: 0.7;
}

input[type=submit],
button,
.button {
  appearance: none;
  font-family: "Lato", sans-serif;
  border: none;
  background-color: transparent;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  padding: 12px 16px;
  border-radius: 8px;
  transition: ease-in-out 0.3s;
  font-size: 18px;
  font-size: 1.125rem;
  min-width: 200px;
  display: inline-block;
  text-align: center;
}
@media screen and (min-width: 720px) {
  input[type=submit].button-large,
  button.button-large,
  .button.button-large {
    padding: 20px 40px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.button-primary, .button-blue {
  background-color: #003E7F;
  border: 1px solid #003E7F;
  color: #fff;
}
.button-primary:hover, .button-primary:focus, .button-blue:hover, .button-blue:focus {
  background-color: rgb(0, 49.5511811024, 101.5);
  border: 1px solid rgb(0, 49.5511811024, 101.5);
  color: #fff;
}

.button-primary-outline {
  background-color: transparent;
  color: #003E7F;
  border: 1px solid #003E7F;
}
.button-primary-outline:hover {
  background-color: #003E7F;
  color: #fff;
}

.button-black-outline {
  background-color: transparent;
  color: #000;
  border: 1px solid #000;
}
.button-black-outline:hover {
  background-color: #000;
  color: #fff;
  opacity: 0.7;
}

.button-green {
  background-color: #00A18E;
  border: 1px solid #00A18E;
  color: #fff;
}
.button-green:hover, .button-green:focus {
  background-color: rgb(0, 135.5, 119.5093167702);
  border: 1px solid rgb(0, 135.5, 119.5093167702);
  color: #fff;
}

.button-orange {
  background-color: #FF7C11;
  border: 1px solid #FF7C11;
  color: #fff;
}
.button-orange:hover, .button-orange:focus {
  background-color: rgb(246.5, 110.8214285714, 0);
  border: 1px solid rgb(246.5, 110.8214285714, 0);
  color: #fff;
}

.button-light-blue {
  background-color: #008DA8;
  border: 1px solid #008DA8;
  color: #fff;
}
.button-light-blue:hover, .button-light-blue:focus {
  background-color: rgb(0, 119.5982142857, 142.5);
  border: 1px solid rgb(0, 119.5982142857, 142.5);
  color: #fff;
}

.button-yellow {
  background-color: #FDC111;
  border: 1px solid #FDC111;
  color: #000;
}
.button-yellow:hover, .button-yellow:focus {
  background-color: rgb(242.4625, 181.3375, 2.0375);
  border: 1px solid rgb(242.4625, 181.3375, 2.0375);
  color: #000;
}

.button-light {
  background-color: #fff;
  color: #000;
}
.button-light:hover {
  background-color: rgb(242.25, 242.25, 242.25);
}

.content-2-column {
  column-count: 2;
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
.content-2-column li {
  margin-bottom: 12px;
}

.content-3-column {
  column-count: 2;
  list-style: none;
  margin: 0;
  padding: 0 !important;
}
@media screen and (min-width: 720px) {
  .content-3-column {
    column-count: 3;
  }
}
.content-3-column li {
  margin-bottom: 12px;
}

header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.upper-navigation {
  background-color: #003E7F;
  padding: 6px 24px;
  display: none;
}
@media screen and (min-width: 720px) {
  .upper-navigation {
    display: block;
  }
}
.upper-navigation ul {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.upper-navigation ul a {
  color: #fff;
  margin-bottom: 0px;
  text-decoration: none;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  transition: ease-in-out 0.3s;
}
.upper-navigation ul a:hover {
  opacity: 0.7;
}

.hero-wrapper {
  position: relative;
}
.hero-wrapper .container.no-header {
  padding-bottom: 0px;
}
@media screen and (min-width: 720px) {
  .hero-wrapper .container.no-header {
    padding-bottom: 0px;
  }
}
.hero-wrapper .watercolor-1 {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  right: 0px;
}
@media screen and (min-width: 720px) {
  .hero-wrapper .watercolor-1 {
    width: 45%;
  }
}
.hero-wrapper .watercolor-2 {
  position: absolute;
  bottom: 0;
  z-index: -1;
  width: 80%;
  right: 0px;
}
@media screen and (min-width: 720px) {
  .hero-wrapper .watercolor-2 {
    top: 0;
    bottom: unset;
    width: 55%;
  }
}
.hero-wrapper .watercolor-3 {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 45%;
  right: 0px;
}
@media screen and (min-width: 1200px) {
  .hero-wrapper .watercolor-3 {
    width: 25%;
  }
}
.hero-wrapper .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  justify-content: space-between;
}
@media screen and (min-width: 720px) {
  .hero-wrapper .container {
    flex-direction: row;
    align-items: center;
  }
}
.hero-wrapper .container .text-block {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
@media screen and (min-width: 720px) {
  .hero-wrapper .container .text-block {
    width: 50%;
    flex: none;
  }
}
.hero-wrapper .container .text-block h1 + p {
  font-size: 26px;
  font-size: 1.625rem;
  margin-bottom: 0px;
}
@media screen and (min-width: 720px) {
  .hero-wrapper .container .text-block.Minimal {
    width: 80%;
  }
}
@media screen and (min-width: 720px) {
  .hero-wrapper .container:has(.media-block.Circles) .media-block {
    width: 40%;
    flex: none;
  }
}
.hero-wrapper .container:has(.media-block.No-Circles) {
  padding-bottom: 0px;
}
@media screen and (min-width: 720px) {
  .hero-wrapper .container:has(.media-block.No-Circles) {
    padding-bottom: 120px;
  }
}
.hero-wrapper .media-block.Circles .circle-block {
  position: relative;
}
.hero-wrapper .media-block.Circles .circle-block .image-over-circle {
  position: absolute;
  border-radius: 100em;
  left: 3px;
  bottom: 7%;
  width: 100%;
}
.hero-wrapper .media-block.No-Circles {
  position: relative;
  bottom: -6px;
}
@media screen and (min-width: 720px) {
  .hero-wrapper .media-block.No-Circles {
    flex: none;
    width: 55%;
    position: absolute;
    bottom: -6px;
    right: -50px;
  }
}
.hero-wrapper .actions-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 720px) {
  .hero-wrapper .actions-block {
    flex-direction: row;
  }
}
.hero-wrapper .stats {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 32px;
  gap: 32px;
}
@media screen and (min-width: 720px) {
  .hero-wrapper .stats {
    flex-direction: row;
    margin-top: 48px;
    gap: 0px;
  }
}
.hero-wrapper .stats li {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .hero-wrapper .stats li {
    text-align: left;
  }
}
@media screen and (min-width: 720px) {
  .hero-wrapper .stats li:not(:last-child) {
    border-right: 1px solid #C8C8C8;
    padding-right: 24px;
    margin-right: 16px;
  }
}
.hero-wrapper .stats li span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
  font-size: 38px;
  font-size: 2.375rem;
}
.hero-wrapper .stats li p {
  margin-bottom: 0px;
}
@media screen and (min-width: 720px) {
  .hero-wrapper.no-image .text-block {
    width: 100%;
    max-width: 800px;
  }
}

@media screen and (min-width: 720px) {
  .hero-wrapper.simple .container {
    align-items: start;
  }
}
.hero-wrapper.simple .container .rich-text * {
  margin-bottom: 16px;
}
.hero-wrapper.simple .container .media-block.Circles .circle-block .image-over-circle {
  bottom: 7%;
}
.hero-wrapper.simple .container .watercolor {
  position: absolute;
  left: -200px;
  z-index: -1;
  top: 50px;
  width: 100%;
}
@media screen and (min-width: 720px) {
  .hero-wrapper.simple .container .watercolor {
    left: -300px;
    width: 60%;
    top: 150px;
  }
}
.hero-wrapper.simple .container .media-block.No-Circles {
  position: unset;
  width: auto;
}
@media screen and (min-width: 720px) {
  .hero-wrapper.simple .container .media-block.No-Circles {
    width: 40%;
  }
}
.hero-wrapper.simple .container .media-block.No-Circles .image {
  border-radius: 16px;
  border: 1px solid #DDDDDD;
  margin: 0 auto;
  width: 60%;
  display: block;
}
@media screen and (min-width: 720px) {
  .hero-wrapper.simple .container .media-block.No-Circles .image {
    width: 100%;
  }
}
.hero-wrapper.simple .container:has(.media-block.No-Circles) {
  padding-bottom: 60px;
}
@media screen and (min-width: 720px) {
  .hero-wrapper.simple .container:has(.media-block.No-Circles) {
    padding-bottom: 120px;
  }
}
.hero-wrapper.simple.align-center .container {
  align-items: center;
}

.white-background + .stats-wrapper .container,
.stats-wrapper + .white-background .container,
.white-background + .callout-wrapper .container,
.callout-wrapper + .white-background .container,
.white-background:not(.image-and-text-block-wrapper) + .white-background .container {
  padding-top: 0px;
}

.call-to-action-wrapper {
  z-index: 0;
  position: relative;
}
.call-to-action-wrapper:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("/wp-content/themes/ingenuity/images/card-watercolor.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  transform: rotate(180deg);
}
@media screen and (min-width: 1200px) {
  .call-to-action-wrapper:after {
    width: 50%;
  }
}
.call-to-action-wrapper .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-align: center;
  gap: 32px;
}
@media screen and (min-width: 720px) {
  .call-to-action-wrapper .container {
    flex-direction: row;
    justify-content: space-between;
    text-align: left;
    gap: 60px;
  }
}
.call-to-action-wrapper .container .text-block {
  width: 100%;
}
.call-to-action-wrapper .container h2 {
  color: #fff;
}
@media screen and (min-width: 720px) {
  .call-to-action-wrapper .container h2 {
    max-width: 80%;
  }
}
.call-to-action-wrapper .container p {
  color: #fff;
  margin-top: 16px;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 0px;
}
.call-to-action-wrapper .container .actions-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: center;
  min-width: 300px;
}
.call-to-action-wrapper .container .actions-block a {
  width: 100%;
}

.impact-stories-carousel {
  overflow: visible;
}
.impact-stories-carousel .slides-container {
  overflow: visible;
}

.rich-text ul {
  margin-left: 0px;
  padding-left: 16px;
}
.rich-text ul li {
  font-size: 18px;
  font-size: 1.125rem;
}
.rich-text ul ul {
  padding-left: 32px;
}
.rich-text iframe {
  border: 1px solid #dddddd;
  width: 100% !important;
}
.rich-text table th {
  background-color: #003E7F;
  color: #fff;
}
.rich-text table th, .rich-text table td {
  border-color: #dddddd !important;
}

/*# sourceMappingURL=style.css.map */
