/*!
Theme Name: Family Planning High Impact Practices
Theme URI: https://www.fphighimpactpractices.org/
Author: Family Planning High Impact Practices
Author URI: https://www.fphighimpactpractices.org/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fphips
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Family Planning High Impact Practices is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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;
	word-break: break-word;
}

/**
 * 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 {
	-webkit-box-sizing: content-box;
	        box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

/* Text-level semantics
	 ========================================================================== */

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

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

/* Forms
	 ========================================================================== */

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	-webkit-box-sizing: border-box;
	        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"] {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 0;
}

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

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

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

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

/* Interactive
	 ========================================================================== */

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

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

/* Misc
	 ========================================================================== */

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

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

/* Box sizing
--------------------------------------------- */

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

html {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Colors
--------------------------------------------- */
:root {

	/* Neutrals */
	--white: #ffffff;
	--black: #000000;
	--gray1: #f2f2f2;
	--gray2: #d8d8d8;
	--gray3: #b2b2b2;
	--gray4: #7f7f7f;
	--gray5: #4c4c4c;
	--gray6: #191919;

	/* Brand Colors */
	--brand-blue: #054a8e;
	--brand-red: #ad013e;
	--brand-teal: #008EAD;

	/* Blue Alts */
	--brand-blue-lightest: #e6ecf3;
	--brand-blue-lighter: #cddae8;
	--brand-blue-light: #5080af;
	--brand-blue-dark: #043b71;
	--brand-blue-darker: #021d38;
	--brand-blue-darkest: #01162a;

	/* Red Alts */
	--brand-red-lightest: #f6e5eb;
	--brand-red-lighter: #eeccd8;
	--brand-red-light: #c54d77;
	--brand-red-dark: #8a0031;
	--brand-red-darker: #450018;
	--brand-red-darkest: #330012;

	/* Teal Alts */
	--brand-teal-lightest: #e5f3f6;
	--brand-teal-lighter: #cce8ee;
	--brand-teal-light: #4cafc5;
	--brand-teal-dark: #00718a;
	--brand-teal-darker: #003845;
	--brand-teal-darkest: #002a33;

	/* Tag Colors */
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--black);
	font-family: "Open Sans", sans-serif;
	font-size: 1.125rem;
	line-height: 1.75;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0.5rem;
	margin-bottom: 1.5rem;
}

h1 {
	font-size: 3.5rem;
}

h2 {
	font-size: 2.5rem;
}

h2.section-title {
	font-size: 3rem;
}

h3 {
	font-size: 2.25rem;
}

h4 {
	font-size: 2rem;
}

h5 {
	font-size: 1.75rem;
}

h6 {
	font-size: 1.375rem;
}

@media screen and (max-width: 1200px) {
	h1 {
		font-size: 3.75rem;
	}

	h2 {
		font-size: 2.75rem;
	}

	h2.section-title {
		font-size: 2.5rem;
	}

	h3 {
		font-size: 2.25rem;
	}

	h4 {
		font-size: 1.75rem;
	}

	h5 {
		font-size: 1.5rem;
	}

	h6 {
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 1024px) {
	h1 {
		font-size: 3rem;
	}

	h2 {
		font-size: 2.25rem;
	}

	h3 {
		font-size: 2rem;
	}

	h4 {
		font-size: 1.5rem;
	}

	h5 {
		font-size: 1.25rem;
	}

	h6 {
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 640px) {
	h1 {
		font-size: 2.25rem;
	}

	h2 {
		font-size: 1.75rem;
	}

	h3 {
		font-size: 1.67rem;
	}
}

p {
	margin-bottom: 1.5rem;
}

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

blockquote {
	font-size: 1.67rem;
	font-style: italic;
	margin: 0 1.5rem;
}

address {
	margin: 0 0 1.5rem;
}

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 var(--gray4);
	cursor: help;
}

mark,
ins {
	background: var(--gray1);
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--white);
}

hr {
	background-color: var(--gray3);
	border: 0;
	height: 1px;
	margin-bottom: 1.5rem;
}

ul,
ol {
	margin: 0.5rem 0 1.5rem 1.5rem;
	padding: 0 0 0 1.5rem
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

li {
	margin-bottom: 0.25rem;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5rem 1.5rem;
}

@media screen and (max-width: 640px) {
	ul,
	ol {
		margin: 0.5rem 0 1.5rem 0.5rem;
		padding: 0 0 0 0.5rem
	}
}

/* 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 {
	border-collapse: collapse;
	margin: 0 0 1.5rem 0;
	width: 100%;
}

td,
th {
	border: 1px solid var(--gray3);
	font-size: 0.9375rem;
	line-height: 1.4;
	padding: 0.833rem;
}

td {
	background: var(--white);
}

th {
	background: var(--gray5);
	color: var(--white);
}

th a,
th a:visited {
	color: var(--white);
}

td ul {
	margin-left: 0;
	padding-left: 1rem;
}

.hips-product-table td {
	min-width: 100px;
}

/* Links
--------------------------------------------- */
a {
	color: var(--brand-blue);
}

a:visited {
	color: var(--brand-blue);
}

a:hover,
a:focus,
a:active {
	color: var(--brand-red);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.button,
.button:visited,
.button-white,
.button-white:visited {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-radius: 6px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 600;
	gap: 0.5rem;
	padding: 1rem 1.5rem;
	text-decoration: none;
}

.button,
.button:visited {
	background: var(--brand-blue);
	color: var(--white);
}

.button:active,
.button:focus,
.button:hover {
	background: var(--brand-blue-dark);
	color: var(--white);
}

.button-white,
.button-white:visited {
	background: var(--white);
	color: var(--black);
}

.button-white:active,
.button-white:focus,
.button-white:hover {
	background: var(--gray1);
	color: var(--black);
}

.button .material-symbols-outlined,
.button-white .material-symbols-outlined {
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.button:hover .material-symbols-outlined,
.button-white:hover .material-symbols-outlined {
	-webkit-transform: translateX(2px);
	    -ms-transform: translateX(2px);
	        transform: translateX(2px);
}

.button.scrolly:hover .material-symbols-outlined,
.button-white.scrolly:hover .material-symbols-outlined {
	-webkit-transform: translateY(2px);
	    -ms-transform: translateY(2px);
	        transform: translateY(2px);
}

.more {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	color: var(--black);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 1rem;
	font-weight: 600;
	gap: 0.25rem;
	text-decoration: none;
}

.more:active,
.more:focus,
.more:hover,
.more:visited {
	color: var(--black);
}

.more .material-symbols-outlined {
	font-size: 1rem;
	line-height: 1;
	margin-top: 3px;
	-webkit-transition: -webkit-transform 0.2s ease;
	transition: -webkit-transform 0.2s ease;
	-o-transition: transform 0.2s ease;
	transition: transform 0.2s ease;
	transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

.more:hover .material-symbols-outlined,
.clickable-div:hover .more .material-symbols-outlined {
	-webkit-transform: translateX(2px);
	    -ms-transform: translateX(2px);
	        transform: translateX(2px); 
}

.text-white a:not(.button, .button-white),
.text-white a:not(.button, .button-white):visited,
.text-white .more,
.text-white .more:active,
.more:focus .more:focus,
.more:focus .more:hover,
.more:focus .more:visited {
	color: var(--white);
}

.text-white a:not(.button, .button-white):hover {
	color: var(--brand-red-lightest);
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 0;
	border-radius: 6px;
	background: var(--brand-blue);
	color: var(--white);
	font-size: 1rem;
	font-weight: 600;
	padding: 0.5rem 1.5rem;
	text-decoration: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--brand-blue-dark);
	color: var(--white);
	outline: 0;
}

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 {
	background: var(--brand-blue-darkest);
	outline: 0;
}

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: var(--gray4);
	border: 1px solid var(--gray4);
	border-radius: 0;
	padding: 6px;
}

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: var(--gray6);
	outline: 1px solid var(--brand-blue-light);
}

select {
	border: 1px solid var(--gray4);
}

textarea {
	width: 100%;
}

.gform_wrapper.gravity-theme .gfield_label {
	font-weight: 400;
	margin-bottom: 4px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Admin bar safe-top (WordPress)
--------------------------------------------- */
:root { --adminbar: 0px; }
body.admin-bar { --adminbar: 32px; }
@media (min-width: 783px) {
	body.admin-bar { --adminbar: 32px; }
}
@media (max-width: 782px) {
	body.admin-bar { --adminbar: 46px; } 
	html { margin-top: 0 !important; }
}

/* Utility Navigation
--------------------------------------------- */
.utility-header {
	background: var(--gray1);
	height: 53px;
	padding: 0 0 12px 0;
}

.utility-flex {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 20px;
}

.utility-col-1 {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
}

.utility-languages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	gap: 5px;
	margin: 0;
	padding: 0;
}

.utility-languages li {
	border-right: 1px solid var(--gray6);
	padding-right: 5px;
}

.utility-languages li:last-child {
	border-right: 0;
}

.utility-languages a,
.utility-languages a:visited {
	color: var(--black);
	padding: 5px 10px;
	text-decoration: none;
}

.utility-languages a:active,
.utility-languages a:focus,
.utility-languages a:hover {
	background: var(--white);
	color: var(--black);
}

.utility-language-switcher {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: 1px solid var(--gray6);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.translate-icon {
	color: var(--gray5);
	font-size: 1rem;
	margin: 3px 3px 0 0;
}

#google_language_translator {
	height: 30px;
	width: 153px;
}

#google_language_translator select.goog-te-combo {
	font-size: 1rem;
	width: 153px;
}

.search-form {
	max-width: 100%;
	position: relative;
	width: 400px;
}

.search-form .search-field {
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid var(--gray6);
	border-left: 0;
	border-radius: 0;
	color: var(--gray6);
	padding: 4px 12px 4px 36px;
	width: 100%;
}

.search-form .search-field:focus {
	background: var(--white);
	border-bottom: 1px solid var(--gray6);
	color: var(--gray6);
}

.search-form .search-icon {
	font-size: 1.25rem;
	pointer-events: none;
	position: absolute;
		top: 50%;
		left: 6px;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	color: var(--gray6);
}

.search-result {
	margin-bottom: 0;
	padding: 2rem 0;
}

.search-result:nth-child(even) {
	background: var(--gray1);
}

.search-result .entry-title {
	margin: 0;
}

.search-result .entry-summary p:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1200px) {
	.search-form {
		width: 300px;
	}
}

@media screen and (max-width: 899px) {
	.utility-header {
		display: none;
	}
}

/* Header
--------------------------------------------- */
.site-header {
	background: var(--white);
	height: 98px;
	position: sticky;
		top: var(--adminbar, 0px);
		z-index: 1000;
	-webkit-transition: background 200ms, height 200ms, -webkit-box-shadow 200ms, -webkit-transform 200ms;
	transition: background 200ms, height 200ms, -webkit-box-shadow 200ms, -webkit-transform 200ms;
	-o-transition: background 200ms, box-shadow 200ms, height 200ms, transform 200ms;
	transition: background 200ms, box-shadow 200ms, height 200ms, transform 200ms;
	transition: background 200ms, box-shadow 200ms, height 200ms, transform 200ms, -webkit-box-shadow 200ms, -webkit-transform 200ms;
}

.header-sentinel {
	height: 1px;
}

.header-stuck .site-header {
	-webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.header-flex {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 24px 0;
}

.site-branding img {
	height: 50px;
	vertical-align: middle;
	width: auto;
}

@media screen and (max-width: 899px) {
	.site-header {
		height: 72px;
	}

	.header-flex {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		padding: 16px 0 8px 0;
	}

	.site-branding img {
		height: 40px;
	}
}

/* Navigation
--------------------------------------------- */
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	background: var(--white);
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	float: left;
	gap: 0;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul li {
	border-bottom: 1px solid var(--gray2);
}

.main-navigation ul ul li:last-child {
	border-bottom: 0;
}

.main-navigation ul ul a {
	border-bottom: 0 !important;
	font-size: 1rem;
	line-height: 1.3;
	padding: 10px;
	text-decoration: none !important;
	width: 220px;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul li.current_page_item a {
	background: var(--gray1);
	text-decoration: none;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

@media screen and (max-width: 1300px) {
	.main-navigation ul:last-child li:hover > ul, 
	.main-navigation ul:last-child li.focus > ul {
		right: 0;
	}
}

.main-navigation li {
	margin: 0;
	position: relative;
}

.main-navigation a {
	color: var(--black);
	display: block;
	line-height: 1.5;
	padding: 5px 10px;
	text-decoration: none;
}

.main-navigation li:hover > a,
.main-navigation a:hover,
.main-navigation li.current_page_item > a,
.main-navigation li.current_page_ancestor > a	{
	text-decoration: underline;
	text-decoration-thickness: 2px;
	color: var(--brand-blue);
}

/* Mobile Extras */
.main-navigation .mobile-extras { 
	display: none; 
}

.main-navigation.toggled .mobile-extras { 
	display: block; 
}

.mobile-extras {
	margin-top: 8px;
}

.menu-language-menu-container {
	background: var(--gray1);
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px 25px;
}

.mobile-languages-icon {
	color: var(--gray5);
	font-size: 1.25rem;
	line-height: 1;
	margin: 0 12px 0 0;
	vertical-align: middle;
}

.main-navigation.toggled .utility-languages--mobile {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-navigation.toggled .utility-languages--mobile li {
	border-bottom: 0;
	border-right: none;
	padding-right: 0;
}

.main-navigation.toggled .utility-languages--mobile li a:hover {
	background: transparent;
}

.main-navigation.toggled .utility-languages--mobile li.current-lang a {
	background: var(--white);
}

.main-navigation .mobile-extras .mobile-search {
	background: var(--gray2);
	padding: 20px 25px 25px 25px;
}

.main-navigation .mobile-extras .search-form {
	max-width: 100%;
	width: 100%;
}

/* Small menu. */
.menu-toggle,
.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
	background: transparent;
	border: 0;
	color: var(--black);
	margin-top: -3px;
	padding: 5px;
}

.menu-toggle .material-symbols-outlined {
	font-size: 36px;
}

.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 900px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 8px;
	}

	.main-navigation .mobile-extras { 
		display: none; 
	}
}

@media screen and (min-width: 1200px) {
	.main-navigation ul {
		gap: 16px;
	}
}

.submenu-toggle {
	display: none;
}

/* Mobile Navigation Panel */
@media screen and (max-width: 1024px) {
	.main-navigation a {
		padding: 5px;
	}
}

@media screen and (max-width: 899px) {
	.main-navigation.toggled {
		background: var(--white);
		position: absolute;
			top: 72px;
			left: 0;
			right: 0;
	}

	.main-navigation.toggled .menu-toggle {
		position: absolute;
			top: -55px;
			right: 25px;
	}

	.main-navigation.toggled .menu-primary-container {
		padding: 0 25px;
	}

	.main-navigation.toggled li {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		border-bottom: 1px solid var(--gray2);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		min-height: 45px;
	}

	.main-navigation.toggled li:last-child {
		border-bottom: 0;
	}

	.main-navigation.toggled li a {
		padding: 10px 10px 5px 10px;
	}

	.main-navigation.toggled .submenu-toggle,
	.main-navigation.toggled .submenu-toggle:active,
	.main-navigation.toggled .submenu-toggle:focus,
	.main-navigation.toggled .submenu-toggle:hover {
		background: transparent;
		border: 0;
		color: var(--black);
		display: block;
		margin: 0;
		padding: 5px;
		position: relative;
			top: 5px;
	}

	.main-navigation.toggled ul ul {
		background: transparent;
		-webkit-box-shadow: none;
		        box-shadow: none;
		display: none;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		float: none;
		position: relative;
		top: auto;
		left: auto;
		z-index: initial;
	}

	.main-navigation.toggled ul ul li {
		border-bottom: 0;
	}

	.main-navigation.toggled ul ul li a {
		padding: 10px 25px;
		width: auto;
	}

	.main-navigation.toggled .menu-item-has-children.is-open {
		padding-bottom: 10px;
	}

	.main-navigation.toggled .menu-item-has-children.is-open .sub-menu {
		display: block;
	}

	.main-navigation.toggled ul ul a:hover {
		background: transparent;
	}


}

/* Page Navigation */
.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: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	-webkit-box-flex: 1;
	    -ms-flex: 1 0 50%;
	        flex: 1 0 50%;
}

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

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

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

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

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

.pagination {
	padding-top: 50px;
	padding-bottom: 25px;
	text-align: center;
}

.nav-links {
	
}

.page-numbers,
.facetwp-pager .facetwp-page {
	border: 1px solid var(--gray2);
	background: var(--gray1);
	color: var(--black);
	padding: 6px 14px;
	text-decoration: none;
}

.page-numbers:hover,
.page-numbers.current,
.facetwp-pager .facetwp-page:hover,
.facetwp-pager .facetwp-page.active {
	background: var(--gray5);
	color: var(--white);
}

/* 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: -ms-grid;
	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);
	-webkit-clip-path: inset(50%);
	        clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

@media screen and (max-width: 640px) {
	.alignleft {
		float: none;
		margin-right: 0;
	}

	.alignright {
		float: none;
		margin-left: 0;
	}

	.clearfix .alignleft,
	.clearfix .alignright {
		margin-bottom: 0;
	}
}

/*--------------------------------------------------------------
# Helpers
--------------------------------------------------------------*/
/* Structural Elements
--------------------------------------------- */
.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	width: 1200px;
}

.inner-wide {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	padding-left: 25px;
	padding-right: 25px;
	width: 1400px;
}

.standard-spacing {
	padding-top: 100px;
	padding-bottom: 100px;
}

.medium-spacing {
	padding-top: 50px;
	padding-bottom: 50px;
}

.small-spacing {
	padding-top: 25px;
	padding-bottom: 25px;
}

.small-spacing-top {
	padding-top: 25px;
}

.small-spacing-bottom {
	padding-bottom: 25px;
}

.no-spacing-top {
	padding-top: 1px;
}

.no-spacing-bottom {
	padding-bottom: 1px;
}

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

.text-right {
	text-align: right;
}

.clickable-div {
	cursor: pointer;
}

.body-small {
	font-size: 0.875rem;
}

.body-large {
	font-size: 1.25rem;
}

.body-xl {
	font-size: 1.5rem;
}

.two-column {
	-webkit-column-count: 2;
		 -moz-column-count: 2;
					column-count: 2;
	-webkit-column-gap: 40px;
		 -moz-column-gap: 40px;
					column-gap: 40px;
}

.clearfix {
	overflow: auto;
}

.clearfix::after {
	clear: both;
	content: "";
	display: table;
}

@media screen and (max-width: 1200px) {
	.standard-spacing {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.medium-spacing {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 900px) {
	.two-column {
		-webkit-column-count: 1;
			 -moz-column-count: 1;
						column-count: 1;
		-webkit-column-gap: 0;
			 -moz-column-gap: 0;
						column-gap: 0;
	}

	.standard-spacing {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.medium-spacing {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.small-spacing {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.small-spacing-top {
		padding-top: 10px;
	}

	.small-spacing-bottom {
		padding-bottom: 10px;
	}

}

/* Color Elements
--------------------------------------------- */
.background-black {
	background: var(--black);
}

.background-blue {
	background: var(--brand-blue);
}

.text-white {
	color: var(--white);
}

/* Standard Flex Helpers
--------------------------------------------- */
.flex-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 48px;
}

.flex-justify {
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.flex-valign-center {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

/* Two even columns */
.flex-50-50 .flex-col {
	-ms-flex-preferred-size: calc(50% - 24px);
	    flex-basis: calc(50% - 24px);
}

/* Two-thirds + one-third */
.flex-67-33 .flex-col:first-child {
	-ms-flex-preferred-size: calc(67% - 24px);
	    flex-basis: calc(67% - 24px);
}

.flex-67-33 .flex-col:last-child {
	-ms-flex-preferred-size: calc(33% - 24px);
	    flex-basis: calc(33% - 24px);
}

/* One-third + two-third */
.flex-33-67 .flex-col:first-child {
	-ms-flex-preferred-size: calc(33% - 24px);
	    flex-basis: calc(33% - 24px);
}

.flex-33-67 .flex-col:last-child {
	-ms-flex-preferred-size: calc(67% - 24px);
	    flex-basis: calc(67% - 24px);
}

@media screen and (max-width: 900px) {
	.flex-container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.flex-col {
		-ms-flex-preferred-size: 100% !important;
		    flex-basis: 100% !important;
	}
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-logo img {
	-webkit-filter: brightness(0) invert(1);
	        filter: brightness(0) invert(1);
		height: auto;
		max-width: 220px;
}

.connect-header {
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	list-style: none;
}

.social-links svg,
.social-links .material-symbols-outlined {
	font-size: 36px;
	line-height: 1;
	height: 36px;
	width: 36px;
}

.text-right .social-links {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin: 0;
	padding: 0;
}

.site-copyright {
	padding-top: 60px;
	padding-bottom: 12px;
}

.site-copyright .flex-container {
	border-top: 1px solid var(--gray5);
	padding-top: 24px;
}

.site-disclaimer p {
	font-size: 0.875rem;
}

@media screen and (max-width: 900px) {
	.site-footer.medium-spacing {
		padding-top: 60px;
	}

	.site-footer .text-right {
		text-align: left;
	}

	.text-right .social-links {
		-webkit-box-pack: start;
		    -ms-flex-pack: start;
		        justify-content: flex-start;
	}

	.site-copyright .flex-container {
		gap: 0;
	}
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
	font-size: 0.875rem;
	padding: 50px 0 0 0;
}

/*--------------------------------------------------------------
# Universal Cards for Briefs and Guides
--------------------------------------------------------------*/
.card-container {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-left: -14px;
	margin-right: -14px;
}

.card {
	background: var(--white);
	border: 1px solid var(--gray1);
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.03), 0 12px 16px -4px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.03), 0 12px 16px -4px rgba(0, 0, 0, 0.08);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-preferred-size: calc(33.3% - 28px);
	    flex-basis: calc(33.3% - 28px);
	margin: 14px;
	-webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	-o-transition: transform 0.3s ease, box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.card:hover {
	border-color: var(--gray2);
		-webkit-box-shadow: 0 8px 16px -2px rgba(0, 0, 0, 0.08),
								0 20px 28px -6px rgba(0, 0, 0, 0.16),
								0 28px 40px -8px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 8px 16px -2px rgba(0, 0, 0, 0.08),
								0 20px 28px -6px rgba(0, 0, 0, 0.16),
								0 28px 40px -8px rgba(0, 0, 0, 0.2);
		-webkit-transform: translateY(-2px) scale(1.01);
		    -ms-transform: translateY(-2px) scale(1.01);
		        transform: translateY(-2px) scale(1.01);
}

.card-media {
	background: var(--gray2);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	aspect-ratio: 3/2;
}

.card-media img {
	aspect-ratio: 3/2;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-o-object-fit: cover;
	   object-fit: cover;
	vertical-align: middle;
	width: 100%;
}

.card-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1; 
	padding: 1.5rem;
}

.card-body.no-cta {
	padding-bottom: 1.5rem;
}

.card:hover .card-body.no-cta a {
	color: var(--brand-red);
}

.card-pill {
	margin: 0 0 12px 0;
}

.card-title {
	color: var(--gray5);
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.5;
	margin: 6px 0;
}

.card-excerpt {
	color: var(--gray5);
	font-size: 0.875rem;
	margin: 6px 0;
}

.card-body a {
	margin-top: auto;
	padding-top: 24px;
}

@media screen and (max-width: 1200px) {
	.resources-container .card {
		-ms-flex-preferred-size: calc(50% - 28px);
		    flex-basis: calc(50% - 28px);
	}
}

@media screen and (max-width: 1024px) {
	.card {
		-ms-flex-preferred-size: calc(50% - 28px);
		    flex-basis: calc(50% - 28px);
	}
}

@media screen and (max-width: 640px) {
	.card-container {
		margin-left: 0;
		margin-right: 0;
	}

	.card,
	.resources-container .card {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-left: 0;
		margin-right: 0;
	}
}

/* Pills
--------------------------------------------- */
.pill {
	border: 1px solid var(--gray5);
	border-radius: 4px;
	color: var(--gray5);
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.2;
	padding: 4px 8px;
	text-align: center;
}

.card-pill a,
.card-pill a:visited {
	text-decoration: none;
}

.pill-enabling-environment {
	border-color: #d60751;
}

.pill-evidence-summary {
	border-color: #666666;
}

.pill-hip-enhancement {
	border-color: #dd5d00;
}

.pill-hips {
	border-color: #8A7E54; 
}

.pill-service-delivery {
	border-color: var(--brand-blue);
}

.pill-social-behavior-change {
	border-color: #0f8f73;
}

.card-pill a:hover .pill {
	color: var(--white);
}

.card-pill a:hover .pill.pill-enabling-environment {
	background: #d60751;
}

.card-pill a:hover .pill.pill-evidence-summary {
	background: #666666;
}

.card-pill a:hover .pill.pill-hip-enhancement {
	background: #dd5d00;
}

.card-pill a:hover .pill.pill-hips {
	background: #8A7E54; 
}

.card-pill a:hover .pill.pill-service-delivery {
	background: var(--brand-blue);
}

.card-pill a:hover .pill.pill-social-behavior-change {
	background: #0f8f73;
}

/*--------------------------------------------------------------
# Universal Logo Wall Styles
--------------------------------------------------------------*/
.logo-wall {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 2rem; 
	padding-top: 48px;
	padding-bottom: 48px;
}

.logo-item {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: calc(25% - 2rem);
	    flex-basis: calc(25% - 2rem);
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.logo-item img {
	-webkit-filter: grayscale(100%);
	        filter: grayscale(100%);
	max-width: 180px;
}

@media screen and (max-width: 1024px) {
	.logo-item {
		-ms-flex-preferred-size: calc(33.3% - 2rem);
		    flex-basis: calc(33.3% - 2rem);
	}
}

@media screen and (max-width: 640px) {
	.logo-item {
		-ms-flex-preferred-size: calc(50% - 2rem);
		    flex-basis: calc(50% - 2rem);
	}
}

@media screen and (max-width: 440px) {
	.logo-item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		padding: 5px;
	}
}

/*--------------------------------------------------------------
# Home Page Template
--------------------------------------------------------------*/
/* Home Page Hero Section
--------------------------------------------- */
.home-hero-flex {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	overflow: hidden;
}

.home-hero-content {
	padding-top: 100px;
	padding-bottom: 100px;
}

.home-hero-content h1 {
	font-size: 4.5rem;
	line-height: 1.1;
	text-wrap: balance;
}

.home-hero-content p {
	font-size: 1.125rem;
	text-wrap: balance;
}

.home-hero-flex .home-hero-content {
	-ms-flex-preferred-size: calc(50% - 24px);
	    flex-basis: calc(50% - 24px);
}

.hero-images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: calc(50% - 24px);
	    flex-basis: calc(50% - 24px);
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 16px;
	margin-bottom: -36px;
}

.hero-image {
	aspect-ratio: 1.06/1;
	-ms-flex-preferred-size: calc(50% - 8px);
	    flex-basis: calc(50% - 8px);
}

.hero-image img {
	border-radius: 8px;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.hero-image-1 img,
.hero-image-3 img,
.hero-image-5 img {
	margin-top: -50px;
}

.hero-image-2 img,
.hero-image-4 img,
.hero-image-6 img {
	margin-bottom: -50px;
}

@media screen and (max-width: 1200px) {
	.home-hero-content h1 {
		font-size: 3.75rem;
	}
}

@media screen and (max-width: 1024px) {
	.home-hero-content {
		padding-top: 75px;
	}

	.home-hero-content h1 {
		font-size: 3rem;
	}
}

@media screen and (max-width: 900px) {
	.home-hero-flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.home-hero-content {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.home-hero-flex .home-hero-content {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.hero-images {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-bottom: 0;
	}

	.hero-image {
		aspect-ratio: 3/2;
	}

	.hero-image-1 img,
	.hero-image-3 img,
	.hero-image-5 img {
		margin-top: -25px;
	}

	.hero-image-2 img,
	.hero-image-4 img,
	.hero-image-6 img {
		margin-bottom: -25px;
	}
}

/* Home Page News Section
--------------------------------------------- */
.home-news-container .section-title {
	margin-top: 0;
}

.home-news-flex {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 2rem;
	padding-top: 50px;
}

.home-news-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	text-align: center;
}

.home-news-icon {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-bottom: 1.5rem;
}

.icon-teal {
	background: var(--brand-teal);
	border-radius: 50%;
	display: inline-block;
	height: 75px;
	padding: 15px;
	width: 75px;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.home-news-item:hover .icon-teal {
	outline: 5px solid var(--brand-teal);
	padding: 13px;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
}

.icon-teal .material-symbols-outlined {
	color: var(--white);
	font-size: 42px;
	-webkit-transition: font-size 0.25s;
	-o-transition: font-size 0.25s;
	transition: font-size 0.25s;
}

.home-news-item:hover .icon-teal .material-symbols-outlined {
	font-size: 46px;
	-webkit-transition: font-size 0.25s;
	-o-transition: font-size 0.25s;
	transition: font-size 0.25s;
}

.home-news-title h3 {
	color: var(--gray5);
	font-size: 1.75rem;
	text-wrap: balance;
}

.home-news-blurb {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

.home-news-blurb p {
	color: var(--gray5);
	text-wrap: balance;
}

.home-news-blurb p small {
	display: block;
}

.home-news-cta {
	margin-top: auto;
}

@media screen and (max-width: 1200px) {
	.home-news-item h3 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 1024px) {
	.home-news-item h3 {
		font-size: 1.25rem;
	}
}

@media screen and (max-width: 900px) {
	.home-news-flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.home-news-item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-bottom: 1.5rem;
	}

	.home-news-item h3,
	.home-news-item p {
		margin: 0 0 0.5rem 0;
	}
}

/* Home Page Video Section
--------------------------------------------- */
.home-video h2,
.home-video p {
	text-wrap: balance;
}

/* Home Page Briefs Section
--------------------------------------------- */
.home-briefs-container	{
	background: var(--gray1);
}

.home-briefs-container .card-container {
	margin-top: 80px;
	margin-bottom: 80px;
}

.home-briefs-container .card {
	text-align: center;
}

.home-briefs-container .card-body {
	padding: 1.5rem;
}

.home-briefs-container .pill {
	font-size: 0.875rem;
	padding: 6px 12px;
}

.home-briefs-container .card-title {
	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 1rem 0 1.5rem 0;
	text-wrap: balance;
}

.home-briefs-container .more {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

@media screen and (max-width: 1024px) {
	.home-briefs-container .card-title {
		font-size: 1.5rem;
	}

	.home-briefs-container .card-body {
		padding: 1rem;
	}

	.home-briefs-container .card-container {
		margin-top: 40px;
	}
}

/* Home Page Logo Section
--------------------------------------------- */
.home-logos-container .section-title {
	margin-bottom: 0;
}

@media screen and (max-width: 900px) {
	.home-logos-container.medium-spacing {
		padding-top: 60px;
		padding-bottom: 40px;
	}
}

/*--------------------------------------------------------------
# Interior Page - Default Template
--------------------------------------------------------------*/
/* Interior Page Hero Section
--------------------------------------------- */
.interior-hero .home-hero-content {
	padding-top: 50px;
	padding-bottom: 50px;
}

.long-headline h1 {
	font-size: 3rem;
}

.super-long-headline h1 {
	font-size: 2rem;
}

@media screen and (max-width: 1024px) {
	.long-headline h1 {
		font-size: 2rem;
	}

	.super-long-headline h1 {
		font-size: 1.5rem;
	}
}

/*--------------------------------------------------------------
# Sortable Briefs and Sortable Guides
--------------------------------------------------------------*/
.bottom-content {
	background: var(--gray1);
}

/*--------------------------------------------------------------
# Advisors - List
--------------------------------------------------------------*/
.list-container {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-left: -14px;
	margin-right: -14px;
}

.list-item {
	background: var(--white);
	border: 1px solid var(--gray1);
	border-radius: 8px;
	-webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.03), 0 12px 16px -4px rgba(0, 0, 0, 0.08);
	        box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.03), 0 12px 16px -4px rgba(0, 0, 0, 0.08);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-preferred-size: calc(25% - 28px);
	    flex-basis: calc(25% - 28px);
	margin: 14px;
	-webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	-o-transition: transform 0.3s ease, box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.list-item:hover {
	border-color: var(--gray2);
		-webkit-box-shadow: 0 8px 16px -2px rgba(0, 0, 0, 0.08),
								0 20px 28px -6px rgba(0, 0, 0, 0.16),
								0 28px 40px -8px rgba(0, 0, 0, 0.2);
		        box-shadow: 0 8px 16px -2px rgba(0, 0, 0, 0.08),
								0 20px 28px -6px rgba(0, 0, 0, 0.16),
								0 28px 40px -8px rgba(0, 0, 0, 0.2);
		-webkit-transform: translateY(-2px) scale(1.01);
		    -ms-transform: translateY(-2px) scale(1.01);
		        transform: translateY(-2px) scale(1.01);
}

.list-item:hover a {
	color: var(--brand-red);
}

.list-media {
	background: var(--gray2);
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	aspect-ratio: 3/2;
}

.list-media img {
	aspect-ratio: 1/1;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	-o-object-fit: cover;
	   object-fit: cover;
	vertical-align: middle;
	width: 100%;
}

.list-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1; 
	padding: 1rem;
}

.list-body h3 {
	font-size: 1.25rem;
	margin: 0.5rem 0 1rem 0;
}

.list-body p {
	font-size: 0.875rem;
	line-height: 1.3;
	margin: 0 0 0.5rem 0;
}

.list-body p.position {
	font-size: 0.9375rem;
	font-weight: 600;
}

@media screen and (max-width: 1024px) {
	.list-item {
		-ms-flex-preferred-size: calc(33.3% - 28px);
		    flex-basis: calc(33.3% - 28px);
	}
}

@media screen and (max-width: 800px) {
	.list-item {
		-ms-flex-preferred-size: calc(50% - 28px);
		    flex-basis: calc(50% - 28px);
	}
}

@media screen and (max-width: 500px) {
	.list-container {
		margin-left: 0;
		margin-right: 0;
	}

	.list-item {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin: 12.5px 0;
	}
}

/*--------------------------------------------------------------
# Plain Hero (Used by single Advisors)
--------------------------------------------------------------*/
.plain-hero {
	padding-top: 50px;
	padding-bottom: 50px;
}

.plain-hero-flex {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 28px;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}

.plain-hero-content {
	-webkit-box-ordinal-group: 3;
	    -ms-flex-order: 2;
	        order: 2;
}

.plain-hero-image {
	-webkit-box-ordinal-group: 2;
	    -ms-flex-order: 1;
	        order: 1;
}

.plain-hero-image img {
	border-radius: 8px;
	width: 250px;
}

.plain-hero h1 {
	font-size: 3rem;
	margin-top: 0;
}

.plain-hero h2 {
	font-size: 1.5rem;
	margin-bottom: 0.75rem;
}

.plain-hero h3 {
	font-size: 1.25rem;
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.plain-hero h1 {
		font-size: 2rem
	}

	.plain-hero h2 {
		font-size: 1.25rem;
	}

	.plain-hero h3 {
		font-size: 1.125rem;
	}
}

@media screen and (max-width: 640px) {
	.plain-hero-flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}

/*--------------------------------------------------------------
# Briefs and Guides
--------------------------------------------------------------*/
/* Basic Article Structure (sticky nav)
--------------------------------------------- */
.article-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 50px;
}

.article-body {
	-ms-flex-preferred-size: calc(100% - 250px);
	    flex-basis: calc(100% - 250px);
}

.article-navigation {
	-ms-flex-preferred-size: 250px;
	    flex-basis: 250px;
	padding-left: 32px;
	position: relative;
}

.article-navigation-inner {
	position: sticky;
	top: 112px;
}

@media screen and (max-width: 900px) {
	.article-flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.article-body {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.article-navigation {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}
}

/* Article body custom styles: Intro/Title Area
--------------------------------------------- */
.article-intro {
	padding-bottom: 25px;
}

.article-intro h1 {
	font-size: 2.5rem;
	margin-top: 1.5rem;
}

@media screen and (max-width: 900px) {
	.article-intro h1 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 640px) {
	.article-intro h1 {
		font-size: 1.75rem;
	}
}

/* Article body custom styles: Featured image area
--------------------------------------------- */
.article-hero {
	margin-bottom: 50px;
}

.article-hero-title {
	background: var(--gray1);
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	color: var(--brand-blue);
	padding: 2rem;
}

.article-hero-title p {
	line-height: 1.3;
	margin: 0;
}

.article-hero-title .body-large {
	font-weight: 700;
}

.article-hero-title .body-large + p {
	margin-top: 1rem;
}

.article-hero-container {
	position: relative;
}

.article-hero-container.no-hero-title,
.article-hero-container.no-hero-title .article-hero-image,
.article-hero-container.no-hero-title .article-hero-image img {
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
}

.article-hero-image {
	aspect-ratio: 16/9;
	position: relative;
}

.article-hero-image img {
	aspect-ratio: 16/9;
	-o-object-fit: cover;
	   object-fit: cover;
	position: absolute;
	vertical-align: middle;
	width: 100%;
}

.article-hero-caption {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: rgba(0, 0, 0, 0.6);
	-webkit-backdrop-filter: saturate(120%) blur(2px);
	        backdrop-filter: saturate(120%) blur(2px);
	color: var(--white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
		font-size: 0.875rem;
	font-weight: 700;
	gap: 0.5rem;
	margin: 0;
	padding: 1rem;
	position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
}

.article-hero-caption .material-symbols-outlined {
	font-size: 3rem;
}

.article-hero-links-container {
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 1rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1.5rem;
}

.article-hero-links p {
	font-size: 0.9375rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.article-hero-links ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	list-style: none;
	gap: 4px;
	margin: 12px 0 0 0;
	padding: 0;
}

.article-hero-links ul li {
	margin-bottom: 0;
}

.article-hero-links ul li a {
	background: var(--brand-teal);
	display: block;
	font-size: 0.9375rem;
	font-weight: 700;
	padding: 12px 16px;
	text-decoration: none;
}

.other-references a {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: var(--brand-teal);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 6px;
	font-size: 0.9375rem;
	font-weight: 700;
	margin: 0 0 4px 0;
	padding: 8px 12px;
	text-decoration: none;
}

.other-references a:last-child {
	margin: 0;
}

.article-hero-links ul li a:hover,
.other-references a:hover {
	background: var(--brand-teal-darker);
}

@media screen and (max-width: 1100px) {
	.article-hero-links-container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.article-hero-links {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.other-references a { 
		display: -webkit-inline-box; 
		display: -ms-inline-flexbox; 
		display: inline-flex;
	}
}

@media screen and (max-width: 640px) {
	.article-hero-title {
		padding: 1rem;
	}

	.article-hero-links-container {
		padding: 1rem;
	}

	.article-hero-caption {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		background: var(--gray4);
		font-weight: 400;
		line-height: 1.4;
		position: relative;
	}

	.article-hero-caption .material-symbols-outlined {
		font-size: 1rem;
		margin-top: 2px;
	}
}

/* Article body custom styles: Builder Rows
--------------------------------------------- */
.article-row {
	margin-bottom: 25px;
}

/* Row Headers */
.article-row h2 {
	color: var(--brand-blue);
	font-size: 2.25rem;
}

.article-row h3 {
	color: var(--brand-blue);
	font-size: 1.75rem;
}

@media screen and (max-width: 900px) {
	.article-row h2 {
		font-size: 1.75rem;
	}

	.article-row h3 {
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 640px) {
	.article-row h2 {
		font-size: 1.5rem;
	}

	.article-row h3 {
		font-size: 1.25rem;
	}
}

/* Quote */
.quote-container {
	padding: 20px 16px;
	position: relative;
	text-align: center;
}

.quote-container:before {
	content: url('assets/quote-accent.png');
		display: block;
	margin: 0 auto;
		padding-bottom: 25px;
}

/* Image */
.article-image {
	margin-bottom: 50px;
}

.figure-label {
	background: var(--brand-teal);
	color: var(--white);
	display: inline-block;
	margin: 0.25rem 0 1rem 0;
	padding: 8px 12px;
	text-transform: uppercase;
}

.figure-caption {
	font-size: 0.875rem;
}

/* Callout */
.article-callout {
	margin-bottom: 50px;
}

.callout-header {
	-webkit-box-align: stretch;
	    -ms-flex-align: stretch;
	        align-items: stretch;
	background: var(--brand-blue);
	color: var(--white);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
}

.callout-icon {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background: var(--brand-teal);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 20px 15px 20px;
}

.callout-icon span {
	font-size: 2.5rem;
}

.callout-title {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 15px;
}

.callout-title h3 {
	color: var(--white);
	margin: 0;
}

.callout-content {
	background: var(--gray1);
	padding: 20px 60px;
}

@media screen and (max-width: 800px) {
	.callout-content {
		padding: 10px 20px;
	}
}

/* Table */
.article-table {
	margin-bottom: 50px;
}

.article-table-container {
	overflow: auto;
	width: 100%;
}

.article-table-container p {
	margin: 0;
}

.small-only {
	display: none;
}

.briefs-table__table td,
.briefs-table__table th {
	background: var(--white);
	border: 0;
	border-bottom: 1px solid var(--gray2);
	font-size: 0.75rem;
	word-break: normal;
}

.briefs-table__table th {
	color: var(--brand-blue);
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
}

.briefs-table__table th b,
.briefs-table__table td b {
	font-weight: 600;
}

.briefs-table__table td:first-child {
 	color: var(--brand-teal);
	font-weight: 600;
}

.st-head-row.st-head-row-main {
	font-size: 1.25rem;
	text-align: left;
}

.briefs-table__table th a,
.briefs-table__table th a:visited {
	color: var(--brand-red);
}

.briefs-table__table th a:active,
.briefs-table__table th a:focus,
.briefs-table__table th a:hover {
	color: var(--brand-teal);
}

.briefs-table__table td p:last-child,
.briefs-table__table td ul:last-child {
	margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
	.large-only {
		display: none;
	}

	.small-only {
		display: table;
	}
}

.nav.nav--briefs-detail {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav.nav--briefs-detail .nav__link {
	background-color: var(--gray1);
	border-radius: 4px;
	color: var(--black);
	display: block;
	font-size: 0.875rem;
	line-height: 1.4;
	padding: 0.5rem 0.75rem;
	text-decoration: none;
	-webkit-transition: background-color 0.2s ease, color 0.2s ease;
	-o-transition: background-color 0.2s ease, color 0.2s ease;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.nav.nav--briefs-detail .nav__link:hover {
	background-color: var(--brand-teal);
	color: var(--white);
}

.nav.nav--briefs-detail .nav__link.active {
	background-color: var(--brand-blue);
	color: var(--white);
}

.article-nav-toggle {
	display: none;
}

/* ---------- Mobile: fixed dropdown nav ---------- */
@media screen and (max-width: 900px) {
	/* Fix the nav to top */
	.article-navigation {
		background: var(--gray1);
		position: fixed;
			top: 72px; 
			left: 0; 
			right: 0;
			z-index: 900;
		padding: 0;
	}

	.article-navigation-inner {
		position: static;
	}

	/* Bar (toggle) */
	.article-nav-bar {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center; 
		background: var(--gray1);
		border-bottom: 1px solid var(--gray2);
		-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
		        box-shadow: 0 2px 8px rgba(0, 0, 0, .06);
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex; 
		-webkit-box-pack: justify; 
		    -ms-flex-pack: justify; 
		        justify-content: space-between;
		padding: 12px 16px;
		width: 100%;
	}

	.article-nav-toggle {
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center; 
		background: var(--gray1);
		border: 1px solid var(--gray3);
		border-radius: 0;
		color: var(--black);
		cursor: pointer;
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex; 
		gap: .5rem;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		padding: 8px 12px;
		width: 100%;
	}

	.article-nav-toggle:focus { 
		outline: 2px solid var(--brand-blue); 
		outline-offset: 2px; 
	}

	.article-nav-current { 
		font-size: 0.875rem;
		font-weight: 600; 
		overflow: hidden;
		padding: 2px 0;
			-o-text-overflow: ellipsis;
			   text-overflow: ellipsis;
			white-space: nowrap;
	}

	.article-nav-caret { 
		display: inline-block; 
		-webkit-transition: -webkit-transform .2s ease; 
		transition: -webkit-transform .2s ease; 
		-o-transition: transform .2s ease; 
		transition: transform .2s ease; 
		transition: transform .2s ease, -webkit-transform .2s ease; 
	}

	.article-navigation.is-open .article-nav-caret { 
		-webkit-transform: rotate(180deg); 
		    -ms-transform: rotate(180deg); 
		        transform: rotate(180deg); 
	}

	/* Panel (the list) */
	.article-nav-panel {
		background: #fff;
		border-bottom: 1px solid var(--gray2);
		max-height: 0;
		overflow: hidden;
		-webkit-transition: max-height .25s ease;
		-o-transition: max-height .25s ease;
		transition: max-height .25s ease;
	}

	.article-navigation.is-open .article-nav-panel {
		max-height: 70vh; 
	}

	.article-nav-panel .nav.nav--briefs-detail {
		background: var(--gray1);
		gap: 8px;
		padding: 8px; 
	}

	.article-nav-panel .nav__link {
		padding: 12px 14px;
	}

	/* Push page content below the fixed bar */
	body.single-briefs .site-main,
	body.single-guides .site-main {
		padding-top: calc(var(--article-mobile-nav-h, 56px));
	}

	.nav.nav--briefs-detail .nav__link {
		background: transparent;
		padding: 0.25rem 0.75rem;
	}
}

/*--------------------------------------------------------------
# Page Builder (Resources for now, more later)
--------------------------------------------------------------*/
.builder-row {
	margin-bottom: 25px;
}

/* Accordions */
.accordion-item {
	border-bottom: 1px solid var(--gray2);
	max-width: 100%;
}

.accordion-title {
	-webkit-box-align: space-between;
	    -ms-flex-align: space-between;
	        align-items: space-between;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--black);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 1.125rem;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 1.5rem 0 .75rem 0;
	text-align: left;
	width: 100%;
}

.accordion-title:active,
.accordion-title:focus,
.accordion-title:hover {
	background: transparent;
	color: var(--black);
}

.accordion-title p {
	font-weight: 700;
	margin: 0;
}

.accordion-content {
	display: none;
}

@media screen and (max-width: 800px) {
	.accordion-item {
		width: 100%;
	}
	
	.accordion-title {
		padding: 1rem 0;
	}

}

/*--------------------------------------------------------------
# Resource Center
--------------------------------------------------------------*/
.resources-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.resources-sidebar {
	-ms-flex-preferred-size: 320px;
	    flex-basis: 320px;
	padding-right: 32px;
}

.resources-content {
	-ms-flex-preferred-size: calc(100% - 320px);
	    flex-basis: calc(100% - 320px);
}

.sidebar-title {
	font-family: "Open Sans", sans-serif;
	font-size: 1.67rem;
}

.resources-widget {
	background: var(--gray1);
	margin-bottom: 1.5rem;
	padding: 15px 15px 1px 15px;
}

.widget-title {
	font-family: "Open Sans", sans-serif;
	font-size: 1.125rem;
	margin: 0 0 1rem 0;
}

.widget-title span {
	display: inline-block;
	margin-top: -4px;
	vertical-align: middle;
}

.resources-widget p {
	color: var(--gray5);
	font-size: 1rem;
	font-weight: 600;
	margin: 1rem 0 1rem 0
}

.resources-widget .facetwp-checkbox {
	background-position: 0 3px;
	font-size: 0.9375rem;
	font-weight: 500;
	line-height: 1.3;
	margin-bottom: 1rem;
	position: relative;
	padding-right: 20px;
}

.facetwp-checkbox .facetwp-expand {
	float: none;
	position: absolute;
		top: 0;
		right: 0;
}

.facetwp-counter {
	display: none;
}

.resources-widget .widget-expander,
.resources-widget .widget-expander:active,
.resources-widget .widget-expander:focus,
.resources-widget .widget-expander:hover {
	border: 0;
	background: transparent;
	color: var(--black);
	cursor: pointer;
	display: none;
	font-size: 22px;
	margin-left: auto;
	line-height: 1;
	padding: 0;
}

.resources-top-filters select {
	border: 0;
	background: var(--gray1);
	font-size: 0.875rem;
	font-weight: 700;
	margin-right: 2px;
	padding: 7px 16px 7px 8px;
}

@media screen and (max-width: 900px) {
	.resources-flex {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}

	.resources-sidebar {
		-webkit-box-align: start;
		    -ms-flex-align: start;
		        align-items: flex-start;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		gap: 1rem;
		padding-right: 0;
	}

	.sidebar-title {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin: 0;
	}

	.resources-widget {
		-ms-flex-preferred-size: calc(50% - 0.5rem);
		    flex-basis: calc(50% - 0.5rem);
		position: relative; 
	}

	.resources-sidebar hr {
		display: none;
	}

	.resources-content {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
	}

	.resources-widget .widget-title {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		gap: .5rem;
		cursor: pointer;
		-webkit-user-select: none;
		   -moz-user-select: none;
		    -ms-user-select: none;
		        user-select: none;
	}

	.resources-widget .widget-title .info-icon {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
		margin-left: .5rem;
	}

	.resources-widget .widget-expander {
		display: block;
	}

	.resources-widget:not(.is-open) > :not(.widget-title) {
		display: none !important;
	}

	.resources-widget.is-open .widget-expander {
		-webkit-transform: rotate(180deg);
		    -ms-transform: rotate(180deg);
		        transform: rotate(180deg);
	}
}

@media screen and (max-width: 640px) {
	.resources-sidebar {
		margin-bottom: 25px;
	}

	.resources-widget {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		margin-bottom: 0;
	}
}

/* Modals for Resource Center */
.resource-modal {
	max-width: 100%;
	width: 800px;
}

.resource-modal h3 {
	color: var(--brand-blue);
}

.resource-modal .body-large {
	border-top: 1px solid var(--gray2);
	padding-top: 1rem;
	margin-bottom: 1rem;
}

.resource-modal p {
	/* line-height: 1.4; */
	margin: 0 0 1.5rem 0;
}

.resource-modal p:not(.body-large) {
	font-size: 1rem;
}

.resource-modal .pill {
	display: inline-block;
	margin: 0 0 0.5rem 0;
}

@media screen and (max-width: 640px) {
	.resource-modal {
		padding: 36px 20px 20px 20px;
	}
}