@charset "UTF-8";
/*
Tool: context.

Use this module to flag styles for only the editor or front-end stylesheet.

@use 'tools/context';
@include context.is-front {
  // ...front-end-only styles
}
@include context.is-editor {
  // ...editor-only styles
}
*/
/*
Tool: context.

Use this module to flag styles for only the editor or front-end stylesheet.

@use 'tools/context';
@include context.is-front {
  // ...front-end-only styles
}
@include context.is-editor {
  // ...editor-only styles
}
*/
/* stylelint-disable no-invalid-position-at-import-rule */
/*--------------------------------------------------------------
# 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 {
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-size: var(--wp--custom--body-sizes--mobile);
  line-height: 1.7;
}
@media screen and (min-width: 1280px) {
  body,
  button,
  input,
  select,
  optgroup,
  textarea {
    font-size: var(--wp--custom--body-sizes--desktop);
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-family: var(--wp--custom--font-families--heading);
  font-weight: 400;
}

h1,
.site-section-heading,
.h1 {
  font-size: 1.688rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 600px) {
  h1,
  .site-section-heading,
  .h1 {
    font-size: var(--wp--custom--heading-sizes--1);
  }
}
@media screen and (min-width: 1600px) {
  h1,
  .site-section-heading,
  .h1 {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1920px) {
  h1,
  .site-section-heading,
  .h1 {
    font-size: 3.438rem;
  }
}

h2,
.h2 {
  font-size: var(--wp--custom--heading-sizes--2);
  line-height: 1.3;
  margin-bottom: 1.25rem;
  margin-top: 2.7rem;
  font-weight: 500;
}
@media screen and (min-width: 1600px) {
  h2,
  .h2 {
    font-size: 2.375rem;
    margin-top: 4rem;
  }
}
@media screen and (min-width: 600px) {
  h2,
  .h2 {
    font-weight: 400;
  }
}

h3,
.h3 {
  font-size: var(--wp--custom--heading-sizes--3);
  line-height: 1.5;
  margin-bottom: 0.5rem;
  margin-top: 2.125rem;
}
@media screen and (min-width: 1600px) {
  h3,
  .h3 {
    font-size: 2rem;
  }
}

h4,
.h4 {
  font-size: var(--wp--custom--heading-sizes--4);
  line-height: 1.5;
  margin-bottom: 0.5rem;
  margin-top: 2.125rem;
}
@media screen and (min-width: 1600px) {
  h4,
  .h4 {
    font-size: 1.75rem;
  }
}

h5,
.h5 {
  font-size: var(--wp--custom--heading-sizes--5);
  line-height: 1.5;
  margin-bottom: 0.5rem;
  margin-top: 2.125rem;
}
@media screen and (min-width: 1600px) {
  h5,
  .h5 {
    font-size: 1.5rem;
  }
}

h6,
.h6 {
  font-size: var(--wp--custom--heading-sizes--6);
  line-height: 1.5;
  margin-bottom: 0.5rem;
  margin-top: 2.125rem;
}
@media screen and (min-width: 1600px) {
  h6,
  .h6 {
    font-size: 1.5rem;
  }
}

.listing-item .entry-title {
  font-size: 1rem;
  margin-top: 0;
  font-family: var(--wp--custom--font-families--sans-serif);
  font-weight: 600;
}

.article-listing {
  display: grid;
  grid-gap: 2.4em 2.4em;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 62.5rem) {
  .article-listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.article-listing .listing-item {
  margin-bottom: 0;
}

.blockquote-title {
  font-size: 1rem;
  margin-bottom: 0.2rem;
}
@media screen and (min-width: 1280px) {
  .blockquote-title {
    font-size: 1.25rem;
    margin-bottom: 0.4rem;
  }
}

p {
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  p {
    font-size: 1.125rem;
  }
}
p {
  line-height: 1.7;
  margin-bottom: 1.1rem;
  margin-top: 1.1rem;
}

h1 + p,
h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
  margin-top: 0;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: var(--wp--custom--font-families--pre);
  line-height: 1.7;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: var(--wp--custom--font-families--monospace);
}

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

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

big {
  font-size: 125%;
}

blockquote {
  display: block;
  margin-block-end: 1rem;
  margin-block-start: 1rem;
  margin-inline-end: 40px;
  margin-inline-start: 40px;
}

b,
strong {
  font-weight: 600;
}

.gibson.book {
  font-family: var(--wp--custom--font-families--sans-serif);
  font-weight: 400;
}

.gibson.book-italic {
  font-family: var(--wp--custom--font-families--sans-serif);
  font-weight: 400;
}

.gibson.medium {
  font-family: var(--wp--custom--font-families--sans-serif);
  font-weight: 400;
}

/* Elements
--------------------------------------------- */
body {
  background: var(--wp--custom--theme-colors--background);
  font-family: var(--wp--custom--font-families--sans-serif);
  font-weight: 400;
}

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

ul,
ol {
  margin: 1.1em 0 1.1em 0;
  padding-left: 1rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  list-style-position: inside;
}

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

dt {
  font-weight: 600;
}

dd {
  margin: 0 1.5rem 1.5rem;
}

ol > li {
  margin-bottom: 1rem;
}

li::marker {
  font-weight: 400;
}

ul {
  list-style: none;
}

ul li {
  padding-left: 0.75rem;
  margin-left: 0.5rem;
}

.entry-content ul li::before {
  content: "●";
  color: #1D71B8;
  float: left;
  font-weight: 400;
  margin-left: -1.3em;
}
.entry-content li {
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .entry-content li {
    font-size: 1.125rem;
  }
}

.error-404 ul li::before {
  content: "●";
  color: #1D71B8;
  float: left;
  margin-left: -1.3em;
  font-weight: 400;
}
.error-404 ul {
  margin-bottom: 2rem;
}
.error-404 h2 {
  margin-bottom: 2rem;
}

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

.wp-block-table {
  overflow-x: auto;
  width: 100%;
}
.wp-block-table table {
  margin-bottom: 0.5em;
}
.wp-block-table thead {
  background-color: #AAE0E4;
  text-align: justify;
  border-radius: 10px;
  border-bottom: none !important;
}
.wp-block-table tfoot {
  background-color: #AAE0E4;
  border-top: none !important;
  font-weight: 400;
}
.wp-block-table td, .wp-block-table th {
  border-right: none !important;
  border-left: none !important;
  border-top: 1px solid #727D90;
  border-bottom: 1px solid #727D90;
}
.wp-block-table .wp-element-caption {
  font-size: 90%;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: transparent !important;
}

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

.wp-block-table.is-style-stripes {
  border-bottom: none !important;
}

.article-content-wrap > .table-of-contents {
  border-bottom: 1px solid #0F3856;
  margin-bottom: 2rem;
}
.article-content-wrap > .table-of-contents .simpletoc-title {
  margin-top: 0;
  font-weight: 500;
}
@media screen and (min-width: 1600px) {
  .article-content-wrap > .table-of-contents .simpletoc-title {
    font-size: 1.5rem;
  }
}
.article-content-wrap > .table-of-contents .simpletoc-list {
  padding-left: 0;
}
.article-content-wrap > .table-of-contents .simpletoc-list ul {
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}
.article-content-wrap > .table-of-contents .simpletoc-list li {
  margin-bottom: 0.5rem;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.article-content-wrap > .table-of-contents .simpletoc-list li::marker,
.article-content-wrap > .table-of-contents .simpletoc-list li::before {
  content: "" !important;
}

.wp-block-quote {
  margin: 0;
  background-color: #D7EDF6;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  border-radius: 10px;
}
@media screen and (min-width: 1400px) {
  .wp-block-quote {
    border-radius: 20px;
  }
}
.wp-block-quote {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .wp-block-quote {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.wp-block-quote {
  padding: 1rem 1.5rem 1.5rem;
}
@media screen and (min-width: 1400px) {
  .wp-block-quote {
    padding: 1.5rem 2rem 1.8rem;
  }
}
@media screen and (min-width: 75rem) {
  .wp-block-quote {
    margin-top: 2.5rem;
    margin-bottom: 3.125rem;
  }
}
.wp-block-quote p {
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 0;
}
.wp-block-quote cite {
  font-style: normal;
}
.wp-block-quote > h1:first-child,
.wp-block-quote > h2:first-child,
.wp-block-quote > h3:first-child,
.wp-block-quote > h4:first-child,
.wp-block-quote > h5:first-child,
.wp-block-quote > h6:first-child {
  margin-top: 0;
}
.wp-block-quote h1, .wp-block-quote h2, .wp-block-quote h3, .wp-block-quote h4, .wp-block-quote h5, .wp-block-quote h6 {
  font-weight: 500;
}

.gsam-tag-list a {
  text-decoration: none;
  color: #000 !important;
  font-weight: 400;
  font-family: var(--wp--custom--font-families--sans-serif);
  font-size: 15px;
  display: inline-block;
  background-color: #fca300;
  padding: 1rem;
  padding: 0.25rem 0.7rem 0.1rem 0.7rem;
  margin-top: 0;
  margin-bottom: 1rem;
  margin-right: 0.5rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  transition: background-color 200ms ease-out;
}
.gsam-tag-list a:hover, .gsam-tag-list a:focus, .gsam-tag-list a:active {
  transition: background-color 50ms ease-out;
}
.gsam-tag-list a:hover, .gsam-tag-list a:active, .gsam-tag-list a:focus {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  background-color: #fed180;
}
@media screen and (min-width: 1600px) {
  .gsam-tag-list a {
    font-size: 17px;
  }
}

.svg-icons-sheet path {
  fill: inherit;
  stroke: inherit;
}

.svg-icons-sheet #icon-search path {
  fill: inherit;
  stroke: none;
}

.svg-icons-sheet #icon-voice-search rect {
  fill: none;
  stroke: inherit;
}
.svg-icons-sheet #icon-voice-search path {
  fill: inherit;
  stroke: none;
}

.showing-result-text {
  display: block;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1280px) {
  .showing-result-text {
    text-align: right;
  }
}

.pagination {
  font-family: var(--wp--custom--font-families--sans-serif);
  text-align: center;
  height: 100%;
  margin-top: 2rem;
}
.pagination span, .pagination a {
  color: #fff;
  text-decoration: none !important;
}
.pagination .page-numbers {
  margin: 0.2rem;
  padding: 0.3rem;
  padding-bottom: 0.2rem;
}
.pagination .page-numbers:visited {
  color: white;
}
.pagination .current {
  border-bottom: 2px solid white;
}
.pagination a:hover, .pagination a:focus, .pagination a:active {
  color: #fed180 !important;
  border-bottom: 2px solid #fed180;
}
.pagination .prev a, .pagination .next a {
  border-bottom: none;
}
.pagination .pagination-next, .pagination .pagination-prev {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #DCE2E6;
  padding: 0.655rem 1rem;
  color: #000;
  border-radius: 100px;
}
.pagination .pagination-next:hover, .pagination .pagination-next:focus, .pagination .pagination-next:active, .pagination .pagination-prev:hover, .pagination .pagination-prev:focus, .pagination .pagination-prev:active {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  background-color: #C5CCD0;
}
.pagination .pagination-next {
  margin-left: 0.5rem;
}
.pagination .pagination-prev {
  margin-right: 0.5rem;
}

.wp-block-columns .is-layout-flex {
  gap: 2rem;
}

/* Links
--------------------------------------------- */
a {
  color: #1D71B8;
}
a:visited {
  color: #800080;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

[data-link-click]:hover {
  cursor: pointer;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  background: #AAE0E4;
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  color: #000;
  line-height: 1;
  padding: 0.4em 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;
}

.gform_wrapper button,
.gform_wrapper input[type=button],
.gform_wrapper input[type=reset],
.gform_wrapper input[type=submit] {
  line-height: 1;
  display: block;
  background: #AAE0E4;
  text-transform: uppercase;
  padding: 0.938rem 1.25rem;
  border-radius: 0.625rem;
  border: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  transition: background-color 200ms ease-out;
}
.gform_wrapper button:hover, .gform_wrapper button:focus, .gform_wrapper button:active,
.gform_wrapper input[type=button]:hover,
.gform_wrapper input[type=button]:focus,
.gform_wrapper input[type=button]:active,
.gform_wrapper input[type=reset]:hover,
.gform_wrapper input[type=reset]:focus,
.gform_wrapper input[type=reset]:active,
.gform_wrapper input[type=submit]:hover,
.gform_wrapper input[type=submit]:focus,
.gform_wrapper input[type=submit]:active {
  transition: background-color 50ms ease-out;
}
.gform_wrapper button:hover,
.gform_wrapper input[type=button]:hover,
.gform_wrapper input[type=reset]:hover,
.gform_wrapper input[type=submit]:hover {
  background: #A2D9D5;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.listing-button {
  line-height: 1.3;
  display: block;
  text-transform: uppercase;
  padding: 0.938rem 1.25rem;
  border: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  transition: background-color 200ms ease-out;
}
.listing-button:hover, .listing-button:focus, .listing-button:active {
  transition: background-color 50ms ease-out;
}
.listing-button {
  font-weight: 400;
  color: #fff;
  background-color: #000;
  border-radius: 7px;
  font-size: 1rem !important;
}
@media screen and (min-width: 1600px) {
  .listing-button {
    border-radius: 10px;
  }
}
.listing-button:hover, .listing-button:focus, .listing-button:active {
  background-color: #656769;
}

.wp-block-button a,
.link-btn {
  color: #000;
  font-weight: 400;
  background: #AAE0E4;
  text-transform: uppercase;
  border-radius: 0.625rem;
  padding: 0.8rem 1.75rem 0.6rem;
  display: inline-block;
  line-height: 1.3;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  transition: background-color 200ms ease-out;
}
.wp-block-button a:hover, .wp-block-button a:focus, .wp-block-button a:active,
.link-btn:hover,
.link-btn:focus,
.link-btn:active {
  transition: background-color 50ms ease-out;
}
.wp-block-button a:link, .wp-block-button a:visited,
.link-btn:link,
.link-btn:visited {
  text-decoration: none;
  color: #000;
}
.wp-block-button a:hover, .wp-block-button a:active, .wp-block-button a:focus,
.link-btn:hover,
.link-btn:active,
.link-btn:focus {
  background: #A2D9D5;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.wp-block-button a .icon,
.link-btn .icon {
  display: inline-block;
  vertical-align: middle;
  width: 1.7em;
  height: 1.7em;
  position: relative;
  left: 0.7em;
  top: -0.1em;
}

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 {
  border-radius: 15px;
}
@media screen and (min-width: 1400px) {
  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 {
    border-radius: 20px;
  }
}
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 {
  border: 1px solid #ccc;
  color: #666;
  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;
}

body select {
  border: 1px solid #ccc;
}
body textarea {
  width: 100%;
}

input,
textarea,
select {
  padding: 8px 12px;
  border-width: 1px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
  background-color: white;
  border-radius: 10px;
}
input:disabled,
textarea:disabled,
select:disabled {
  cursor: not-allowed;
}
fieldset {
  border: none;
  padding: 0;
}

legend {
  font-weight: 400;
  width: 100%;
  margin-bottom: 0.5rem;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
[data-sim-expander] {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}
[data-sim-expander] .sim-expander-open-text {
  display: inline;
}
[data-sim-expander] .sim-expander-close-text {
  display: none;
}
[data-sim-expander] .icon {
  width: 1.3rem;
  height: 1.3rem;
  transform: rotate(180deg);
}
[data-sim-expander][aria-expanded=true] .sim-expander-close-text {
  display: inline;
}
[data-sim-expander][aria-expanded=true] .sim-expander-open-text {
  display: none;
}
[data-sim-expander][aria-expanded=true] .icon {
  transform: rotate(270deg);
}

/* 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: 600;
  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;
}

.homepage-slider-slide[aria-hidden=true] a[href],
.homepage-slider-slide[aria-hidden=true] button:not([disabled]),
.homepage-slider-slide[aria-hidden=true] input:not([disabled]),
.homepage-slider-slide[aria-hidden=true] select:not([disabled]),
.homepage-slider-slide[aria-hidden=true] textarea:not([disabled]),
.homepage-slider-slide[aria-hidden=true] [tabindex]:not([disabled]) {
  visibility: hidden !important;
}

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

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

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

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
#main-content-wrap {
  position: relative;
  overflow-x: hidden;
}
#main-content-wrap::before, #main-content-wrap::after {
  content: " ";
  display: table;
}

.site-main {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--default);
  width: 100%;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media screen and (min-width: 62.5rem) {
  .site-main {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.site-main::before, .site-main::after {
  content: " ";
  display: table;
}
.site-main.full-width {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.archive .site-main {
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.search .site-main {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--extra-wide);
  width: 100%;
}

.site .content-sidebar-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--default);
  width: 100%;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media screen and (min-width: 62.5rem) {
  .site .content-sidebar-wrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.site .content-sidebar-wrap {
  position: relative;
  padding-bottom: 2rem;
}
.site .content-sidebar-wrap::before {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .site .content-sidebar-wrap::before {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.site .content-sidebar-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #D5F0F2;
  height: 100%;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.site .content-sidebar-wrap .site-main,
.site .content-sidebar-wrap .sidebar {
  position: relative;
}
.site .content-sidebar-wrap .sidebar {
  margin-top: 2rem;
}
.site .content-sidebar-wrap .site-main {
  padding-left: 0;
  padding-right: 0;
  max-width: none;
}
@media screen and (min-width: 75rem) {
  .site .content-sidebar-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--custom--layout--extra-wide);
    width: 100%;
    display: grid;
    grid-template-columns: auto 25rem;
    grid-gap: 4rem;
    grid-template-areas: "main" "sidebar";
  }
}

.single .site-main .entry-header {
  margin-top: 2rem;
}
@media screen and (min-width: 75rem) {
  .single .site-main .entry-header {
    margin-top: 3.125rem;
  }
}
.single .site-main .entry-header .entry-title {
  margin-top: 0;
}

.page-header {
  position: relative;
}
.page-header .page-header-wrap {
  color: white;
  position: relative;
  padding-top: 1.1rem;
  padding-bottom: 4rem;
  display: flex;
  flex-direction: column;
}
.page-header .page-header-wrap::before, .page-header .page-header-wrap::after {
  content: " ";
  display: table;
}
.page-header .page-header-wrap .post-thumbnail {
  margin-top: 1rem;
}
.page-header .page-header-wrap .post-thumbnail img {
  width: 120px;
}
@media screen and (min-width: 960px) {
  .page-header .page-header-wrap {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .page-header .page-header-wrap .breadcrumbs-wrap {
    width: 100%;
  }
  .page-header .page-header-wrap .post-thumbnail {
    width: 30%;
    margin-top: 2.5rem;
  }
  .page-header .page-header-wrap .post-thumbnail img {
    float: right;
  }
}
@media screen and (min-width: 1600px) {
  .page-header .page-header-wrap .post-thumbnail img {
    width: 200px;
  }
}
.page-header::before {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .page-header::before {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.page-header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background-color: #0F3856;
  height: 100%;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.page-header #breadcrumbs {
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .page-header #breadcrumbs {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .page-header #breadcrumbs {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-header #breadcrumbs {
    font-size: 1.125rem;
    margin-top: 1.75rem;
  }
}
.page-header #breadcrumbs a:link, .page-header #breadcrumbs a:visited {
  color: White;
}
.page-header #breadcrumbs a:hover, .page-header #breadcrumbs a:active, .page-header #breadcrumbs a:focus {
  text-decoration: none;
}
.page-header .page-title {
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 1600px) {
  .page-header .page-title {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
  }
}

@media screen and (min-width: 960px) {
  .single-gsam_tool .page-header .page-header-left, .single-gsam_calculator .page-header .page-header-left, .single-gsam_worksheet .page-header .page-header-left {
    width: 70%;
  }
  .single-gsam_tool .page-header .page-header-left p, .single-gsam_calculator .page-header .page-header-left p, .single-gsam_worksheet .page-header .page-header-left p {
    margin-top: 0 !important;
  }
}
.single-gsam_tool .page-header .entry-title, .single-gsam_calculator .page-header .entry-title, .single-gsam_worksheet .page-header .entry-title {
  width: 100%;
}
.otgs-development-site-front-end {
  display: none !important;
}

@media screen and (min-width: 1280px) {
  .breadcrumbs-wrap > #breadcrumbs {
    font-size: 1.125rem;
  }
}

.site-block-file .file-title {
  display: block;
  font-weight: 400;
}
@media screen and (min-width: 500px) {
  .site-block-file .file-title {
    margin-right: 1.5em;
  }
}
.site-block-file .block-file-image {
  border: 2px solid #000;
  border-radius: 10px;
  margin-bottom: 0.875rem;
}
.site-block-file .site-block-file__button {
  background: #AAE0E4;
  border-radius: 0.625rem;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  margin-left: 0 !important;
  padding: 0.5em 1em 0.5em;
  font-size: 1rem;
  margin-top: 10px;
  text-decoration: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  transition: background-color 200ms ease-out;
}
.site-block-file .site-block-file__button:hover, .site-block-file .site-block-file__button:focus, .site-block-file .site-block-file__button:active {
  transition: background-color 50ms ease-out;
}
.site-block-file .site-block-file__button:hover, .site-block-file .site-block-file__button:active, .site-block-file .site-block-file__button:focus {
  background: #A2D9D5;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.site-block-file .site-block-file__button::before {
  content: url(../../images/svgs/icon-download-round.svg);
  margin-right: 0.9em;
  position: relative;
  width: 1.7em;
  height: 1.7em;
  vertical-align: middle;
}
@media screen and (min-width: 500px) {
  .site-block-file .site-block-file__button {
    margin-top: 0px;
    padding: 0.63rem 1rem 0.5rem;
  }
}
.site-block-file a:where(:not(.site-element-button)) {
  color: #1D71B8;
  font-size: 1rem;
}
.site-block-file a:where(:not(.site-element-button)):hover {
  color: #191970;
}
@media screen and (min-width: 1280px) {
  .site-block-file a:where(:not(.site-element-button)) {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 500px) {
  .site-block-file .site-block-file-inner {
    display: flex;
    align-items: center;
    text-align: center;
  }
  .site-block-file .file-title {
    display: inline-block;
  }
}

.entry-content > * ~ .site-block-file {
  border-top: 1px solid #0F3856;
  margin-top: 3em;
  padding-top: 1.8em;
}

#site-navigation a[target=_blank] .icon {
  width: 14px;
  height: 14px;
  margin-left: 0.5em;
}

#site-navigation .nav-menu > li:not(.menu-item-has-children) a[target=_blank] {
  display: flex;
  align-items: center;
}
#site-navigation .nav-menu > li:not(.menu-item-has-children) a[target=_blank] .icon {
  fill: #ffffff;
  margin-bottom: 3px;
}
#site-navigation .nav-menu > li:not(.menu-item-has-children):hover a[target=_blank] .icon, #site-navigation .nav-menu > li:not(.menu-item-has-children):focus a[target=_blank] .icon, #site-navigation .nav-menu > li:not(.menu-item-has-children):focus-visible a[target=_blank] .icon, #site-navigation .nav-menu > li:not(.menu-item-has-children):focus-within a[target=_blank] .icon {
  fill: #000000;
}
#site-navigation ul.sub-menu > li.menu-item a[target=_blank] .icon {
  fill: #000000;
}
#site-navigation ul.sub-menu > li.menu-item:hover a[target=_blank] .icon, #site-navigation ul.sub-menu > li.menu-item:focus a[target=_blank] .icon, #site-navigation ul.sub-menu > li.menu-item:focus-visible a[target=_blank] .icon, #site-navigation ul.sub-menu > li.menu-item:focus-within a[target=_blank] .icon {
  fill: #ffffff;
}

#main-content-wrap .site-main a[target=_blank]:hover .icon {
  fill: #191970;
}
#main-content-wrap .site-main a[target=_blank] .icon {
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.3em;
  fill: var(--wp--custom--theme-colors--link);
}

body.gsam-body-sticky-header {
  padding-top: 8.2rem;
}
body.gsam-body-sticky-header.admin-bar {
  padding-top: calc(8.2rem + 32px);
}
@media screen and (max-width: 782px) {
  body.gsam-body-sticky-header.admin-bar {
    padding-top: calc(8.2rem + 46px);
  }
}
body.gsam-body-sticky-header.single-post {
  padding-top: 9.5rem;
}
body.gsam-body-sticky-header.single-post.admin-bar {
  padding-top: calc(9.5rem + 32px);
}
@media screen and (max-width: 782px) {
  body.gsam-body-sticky-header.single-post.admin-bar {
    padding-top: calc(9.5rem + 46px);
  }
}
@media screen and (min-width: 1200px) {
  body.gsam-body-sticky-header {
    padding-top: 8.4rem;
  }
  body.gsam-body-sticky-header.single-post {
    padding-top: 10.275rem;
  }
}

.site-header {
  background-color: #fff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.gsam-body-sticky-header.admin-bar .site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .gsam-body-sticky-header.admin-bar .site-header {
    top: 46px;
  }
}

.header-wrap {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media screen and (min-width: 62.5rem) {
  .header-wrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.header-wrap {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .header-wrap {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.header-wrap {
  height: 8.2rem;
  padding-bottom: 1.25rem;
  padding-top: 1rem;
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0.9rem;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  position: relative;
  z-index: 101;
}
.header-wrap .site-title-wrap {
  grid-area: 1/1/2/2;
}
.header-wrap .main-navigation {
  grid-area: 1/2/2/3;
}
.header-wrap .main-navigation .menu-toggle {
  margin-left: auto;
  padding-right: 0;
}
.header-wrap .site-header-right {
  grid-area: 2/1/3/3;
  position: relative;
}
.header-wrap .lang:link, .header-wrap .lang:visited {
  font-weight: 400;
  color: #000;
  text-decoration: none;
  font-size: 1rem;
}
.header-wrap .lang:hover, .header-wrap .lang:active, .header-wrap .lang:visited {
  text-decoration: underline;
}
.header-wrap .site-header-language {
  display: none;
}
@media screen and (min-width: 500px) {
  .header-wrap .language-swtich-mobile {
    display: none;
  }
  .header-wrap .site-header-language {
    display: block;
    position: absolute;
    right: 6.7rem;
    top: -2.85rem;
  }
}
@media screen and (min-width: 1200px) {
  .header-wrap {
    height: 8.4rem;
    grid-template-columns: 1fr auto 1fr;
  }
  .header-wrap .main-navigation {
    padding-top: 1.2rem;
    grid-area: 1/1/2/2;
  }
  .header-wrap .main-navigation .menu-toggle {
    margin-left: 0;
    font-size: 2rem;
    padding-left: 0;
  }
  .header-wrap .main-navigation .menu-toggle .icon {
    width: 1.3rem;
    height: 1.3rem;
  }
  .header-wrap .main-navigation .menu-toggle .menu-button-text {
    font-size: 1.5rem;
  }
  .header-wrap .site-title-wrap {
    grid-area: 1/2/2/3;
    text-align: center;
    padding-top: 1.375rem;
  }
  .header-wrap .site-header-right {
    align-items: center;
    display: flex;
    gap: 1.3rem;
    grid-area: 1/3/2/4;
    justify-content: flex-end;
  }
  .header-wrap .logo {
    width: 15rem;
    margin-left: auto;
    margin-right: auto;
  }
  .header-wrap .site-header-language {
    position: static;
  }
  .header-wrap .search-form {
    width: 17rem;
  }
  .header-wrap .search-form .search-field {
    font-size: 1.125rem;
    border-radius: 2.5rem;
    padding-left: 3rem;
    padding-right: 4.3rem;
    padding-bottom: 0.5rem;
    font-size: 1rem;
  }
  .header-wrap .search-form .search-submit {
    width: 3rem;
  }
  .header-wrap .search-form .voice-search {
    width: 3rem;
    right: 0.5rem;
  }
}
@media screen and (min-width: 1400px) {
  .header-wrap .logo {
    width: 18rem;
  }
  .header-wrap .lang:link, .header-wrap .lang:visited {
    font-size: 1.15rem;
  }
  .header-wrap .site-title-wrap {
    padding-top: 1.2rem;
  }
  .header-wrap .site-header-right {
    gap: 1.7rem;
  }
  .header-wrap .search-form {
    width: 20rem;
  }
  .header-wrap .search-form .search-field {
    font-size: 1.25rem;
    padding-left: 3.5rem;
  }
  .header-wrap .search-form .search-submit {
    width: 4rem;
    padding-left: 0.5rem;
  }
  .header-wrap .search-form .voice-search {
    width: 2.3rem;
    padding: 0 0.5rem 0 0;
  }
}
@media screen and (min-width: 1600px) {
  .header-wrap .logo {
    width: 18rem;
  }
  .header-wrap .search-form {
    width: 22rem;
  }
}
@media screen and (min-width: 1920px) {
  .header-wrap .site-title-wrap {
    padding-top: 1rem;
  }
  .header-wrap .site-header-right {
    gap: 2.25rem;
  }
  .header-wrap .main-navigation .menu-toggle .icon {
    width: 1.625rem;
    height: 1.625rem;
    margin-right: 0.5rem;
  }
  .header-wrap .main-navigation .menu-toggle .menu-button-text {
    font-size: 1.875rem;
  }
  .header-wrap .logo {
    width: 20.625rem;
  }
  .header-wrap .lang:link, .header-wrap .lang:visited {
    font-size: 1.25rem;
  }
  .header-wrap .search-form {
    width: 25rem;
  }
  .header-wrap .search-form .search-field {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 4.3rem;
  }
  .header-wrap .search-form .search-submit {
    width: 4.5rem;
    padding-left: 1rem;
  }
  .header-wrap .search-form .voice-search {
    width: 3.1rem;
    padding: 0 0.5rem 0 0;
  }
}

.site-title {
  margin-bottom: 0;
  margin-top: 0;
}
.site-title .logo {
  display: block;
}

#progress-container {
  background-color: #0F3856;
  bottom: -1.3rem;
  height: 1.3rem;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 1200px) {
  #progress-container {
    bottom: -1.875rem;
    height: 1.875rem;
  }
}

#progress-bar {
  background-color: #05a7cc;
  height: 1.3rem;
  transform: translate3d(-100%, 0, 0);
  width: 100%;
}
#progress-bar.smooth-scroll {
  transition: transform 100ms ease-out;
}
@media screen and (min-width: 1200px) {
  #progress-bar {
    height: 1.875rem;
  }
}

.footer-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--extra-wide);
  width: 100%;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media screen and (min-width: 62.5rem) {
  .footer-wrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.site-footer {
  padding-bottom: 2rem;
  padding-top: 3.125rem;
  position: relative;
  background-color: #000;
  color: #fff;
}

.footer-top {
  padding: 1rem 1rem 2.5rem 1rem;
  border-radius: 0;
  margin-top: 0 !important;
  border-bottom: 1px solid white;
}

.footer-osc-ont-logo {
  text-align: center;
}

.footer-osc-ont-logo-img {
  width: 15rem;
  height: 2.5rem;
}

.footer-section {
  margin-bottom: 3rem;
  margin-top: 3.75rem;
}

.footer-heading {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: var(--wp--custom--font-families--sans-serif);
}

.footer-logo {
  margin-top: 0;
}

.footer-logo-img {
  height: auto;
  width: 241px;
  filter: invert(1);
}

.social-icon .icon {
  height: 2.5rem;
  width: 2.5rem;
  filter: invert(1);
}

.social-icon {
  margin-right: 1.5rem;
}
.social-icon:link, .social-icon:visited, .social-icon:hover, .social-icon:active, .social-icon:focus {
  text-decoration: none;
}
.social-icon:hover, .social-icon:focus {
  text-decoration: none;
}

.footer-social-links .social-icon {
  margin-bottom: 0.5em;
  display: inline-block;
}
.footer-social-links .social-icon .size-social-icons {
  height: 40px;
  width: 40px;
  object-fit: cover;
}

.footer-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-menu li {
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 1rem;
}
.footer-menu a:link,
.footer-menu a:visited,
.footer-menu a:hover,
.footer-menu a:active,
.footer-menu a:focus {
  color: #fff;
  text-decoration: none;
}
.footer-menu a:hover,
.footer-menu a:focus {
  text-decoration: underline;
  color: #00607B;
}

.footer-ont-logo-img {
  margin-bottom: 1rem;
}

.footer-copy-section .footer-heading {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}
.footer-copy-section p {
  font-size: 0.9rem;
}
.footer-copy-section a {
  color: #fff !important;
}
.footer-copy-section a:focus, .footer-copy-section a:hover, .footer-copy-section a:active {
  color: #00607B !important;
}

@media screen and (min-width: 37.5rem) {
  .footer-top {
    margin-bottom: 1.5rem;
    padding: 1.5rem 1.5rem 3rem 1.5rem;
  }
  .footer-osc-ont-logo-img {
    width: 22.5rem;
    height: 3.75rem;
  }
  .footer-menu ul {
    column-count: 3;
    column-gap: 2rem;
  }
  .footer-menu li {
    margin-bottom: 0.75rem;
  }
  .footer-bottom {
    display: flex;
    gap: 2rem;
  }
  .footer-ont-logo {
    flex: 0 0 auto;
  }
  .footer-copy-section {
    flex: 1 1 auto;
  }
  .footer-copy-section .footer-heading {
    margin-top: 0;
  }
}
@media screen and (min-width: 60rem) {
  .footer-top {
    padding: 2rem 2rem 4rem 2rem;
    border-radius: 0;
  }
  .footer-wrap {
    display: grid;
    gap: 3rem 10rem;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto;
  }
  .footer-osc-ont-logo-img {
    width: 480px;
    height: 80px;
  }
  .footer-top {
    grid-area: 1/1/2/3;
  }
  .footer-left {
    grid-area: 2/1/2/2;
  }
  .footer-left .footer-social {
    margin-top: 0;
  }
  .footer-right {
    grid-area: 2/2/2/3;
  }
  .footer-bottom {
    grid-area: 3/1/3/3;
    margin-top: 0;
    margin-bottom: 0;
  }
  .footer-social {
    margin-bottom: 0;
  }
  .footer-menu {
    margin-top: 0;
  }
  .copy {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 87.5rem) {
  .footer-wrap {
    grid-template-columns: minmax(auto, 25rem) 1fr;
  }
  .footer-osc-ont-logo-img {
    width: 33.75rem;
    height: 5.625rem;
  }
}
.font-test {
  grid-area: 3/1/3/3;
}
.font-test * {
  display: inline-block;
}

.site-section {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .site-section {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.site-section {
  padding-top: 3.875em;
  padding-bottom: 3.875em;
}
@media screen and (min-width: 1200px) {
  .site-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.site-section-full-width {
  width: calc(100% + 1.1rem + 1.1rem);
  margin-left: -1.1rem;
}
@media screen and (min-width: 62.5rem) {
  .site-section-full-width {
    width: calc(100% + 4rem + 4rem);
    margin-left: -4rem;
  }
}
@media screen and (min-width: 92rem) {
  .site-section-full-width {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.site-section-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--extra-wide);
  width: 100%;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media screen and (min-width: 62.5rem) {
  .site-section-wrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.site-section-heading {
  margin-top: 0;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1200px) {
  .site-section-heading {
    text-align: center;
  }
}
.site-section-wrap > .site-section-heading:first-child, .site-section-wrap > .site-section-text > .site-section-heading:first-child {
  margin-top: -0.9rem;
}

.site-section-links {
  margin-top: 1.8rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}
.site-section-links .link-btn {
  flex: 0 1 auto;
}
@media screen and (min-width: 1200px) {
  .site-section-links {
    flex-direction: row;
  }
}

.site-section-block-listing {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: auto;
  gap: 1.5rem;
}
.site-section-block-listing .listing-item {
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .site-section-block-listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 3.5em 2em;
  }
}
@media screen and (min-width: 1200px) {
  .site-section-block-listing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.site-section-wrap > .site-section-block-listing:first-child {
  margin-top: 0;
}

.archive .page-header,
.page-template-tmpl-financial-resources .page-header {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--extra-wide);
  width: 100%;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media screen and (min-width: 62.5rem) {
  .archive .page-header,
  .page-template-tmpl-financial-resources .page-header {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.archive .page-header,
.page-template-tmpl-financial-resources .page-header {
  padding-top: 1.1rem;
  padding-bottom: 4rem;
}
.archive .page-header:before,
.page-template-tmpl-financial-resources .page-header:before {
  background-color: #D7EDF6;
}
@media screen and (min-width: 1280px) {
  .archive .page-header,
  .page-template-tmpl-financial-resources .page-header {
    display: grid;
    grid-template-columns: 600px 1fr;
    gap: 4rem;
  }
}
.archive .page-header .page-header-wrap,
.page-template-tmpl-financial-resources .page-header .page-header-wrap {
  color: black;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.archive .page-header .page-header-wrap .page-title,
.page-template-tmpl-financial-resources .page-header .page-header-wrap .page-title {
  max-width: 600px;
}
.archive .page-header .page-header-wrap .archive-description,
.page-template-tmpl-financial-resources .page-header .page-header-wrap .archive-description {
  max-width: 600px;
}
.archive .page-header #breadcrumbs a:link, .archive .page-header #breadcrumbs a:visited,
.page-template-tmpl-financial-resources .page-header #breadcrumbs a:link,
.page-template-tmpl-financial-resources .page-header #breadcrumbs a:visited {
  color: black;
}
.archive .page-header #breadcrumbs a:hover, .archive .page-header #breadcrumbs a:active, .archive .page-header #breadcrumbs a:focus,
.page-template-tmpl-financial-resources .page-header #breadcrumbs a:hover,
.page-template-tmpl-financial-resources .page-header #breadcrumbs a:active,
.page-template-tmpl-financial-resources .page-header #breadcrumbs a:focus {
  text-decoration: none;
}

.simalam-archive {
  background-color: #0F3856;
}

.listing-image-placeholder {
  display: block;
  position: relative;
  margin-bottom: -1.1rem;
}
.listing-image-placeholder:before {
  content: "";
  display: block;
  padding-top: 75%;
}

.listing-image-placeholder-wrapper {
  max-width: 620px;
  align-self: end;
}
.listing-image-placeholder-wrapper.article-animiation {
  margin-bottom: -1.1rem;
}
@media screen and (min-width: 1400px) {
  .listing-image-placeholder-wrapper {
    margin-left: 3rem;
  }
}

.tax-learning_paths .page-header {
  padding-bottom: 1.1rem;
}
@media screen and (min-width: 600px) {
  .tax-learning_paths .page-header {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.article-image-illustration {
  display: block;
}

.learning-path-featured-articles {
  background-color: #0F3856;
  padding-bottom: 1.5rem;
}
@media screen and (min-width: 600px) {
  .learning-path-featured-articles {
    padding-bottom: 3.5em;
  }
}
.learning-path-featured-articles + .simalam-archive {
  padding-top: 0;
}

.learning-path-featured-articles-wrap {
  position: relative;
  color: white;
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5rem;
}
.learning-path-featured-articles-wrap .listing-item {
  background-color: #AAE0E4;
  padding-bottom: 1.75rem;
}
.learning-path-featured-articles-wrap .listing-item .entry-header .article-time-to-read {
  display: block;
  margin-top: 1rem;
}
.learning-path-featured-articles-wrap .listing-item:hover, .learning-path-featured-articles-wrap .listing-item.has-focus {
  background-color: #fca300 !important;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .learning-path-featured-articles-wrap .listing-item:hover, .learning-path-featured-articles-wrap .listing-item.has-focus {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 600px) {
  .learning-path-featured-articles-wrap {
    grid-gap: 3.5em 2em;
  }
}
@media screen and (min-width: 1280px) {
  .learning-path-featured-articles-wrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1400px) {
  .learning-path-featured-articles-wrap {
    grid-gap: 4rem;
  }
  .learning-path-featured-articles-wrap .listing-item {
    padding-bottom: 2.75rem;
  }
}
@media screen and (min-width: 1600px) {
  .learning-path-featured-articles-wrap {
    grid-gap: 6.125rem;
  }
}

.learning-path-illusrtation-wrap {
  margin-top: 4rem;
}
@media screen and (min-width: 1280px) {
  .learning-path-illusrtation-wrap {
    margin-top: 7.5rem;
  }
}
.learning-path-illusrtation-wrap {
  height: 50vh;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 1920px) {
  .learning-path-illusrtation-wrap {
    height: 450px;
  }
}
@media screen and (max-width: 800px) {
  .learning-path-illusrtation-wrap {
    height: 225px;
  }
}
.learning-path-illusrtation-wrap lottie-player[data-gsam-loti] {
  width: 100%;
  height: 100%;
}
.learning-path-illusrtation-wrap lottie-player[data-gsam-loti] > div {
  width: 100%;
  height: 100%;
}
.learning-path-illusrtation-wrap lottie-player[data-gsam-loti] > div > div {
  width: 100%;
  height: 100%;
}
.learning-path-illusrtation-wrap lottie-player[data-gsam-loti] svg {
  position: absolute;
  top: 0;
  left: -9001px;
  right: -9001px;
  margin: auto;
  width: auto !important;
  height: 100% !important;
  aspect-ratio: 6/1;
}
.learning-path-illusrtation-wrap .learning-path-illusrtation-image-wrap {
  position: absolute;
  height: 100%;
  width: auto;
  aspect-ratio: 6/1;
  top: 0;
  left: -9001px;
  right: -9001px;
  margin: auto;
}
.learning-path-illusrtation-wrap img.learning-path-illusrtation {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
}

.tax-learning_paths .site-main .learning-path-featured-articles,
.tax-learning_paths .site-main .gsam-learning-path-filter + .simalam-archive.site-section {
  padding-top: 2.5rem;
}

.gsam-learning-path-filter {
  background-color: #0F3856;
  color: #fff;
  padding-top: 2.5rem;
}
.gsam-learning-path-filter .learning-path-container {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--extra-wide);
  width: 100%;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media screen and (min-width: 62.5rem) {
  .gsam-learning-path-filter .learning-path-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.gsam-learning-path-filter .learning-path-container form {
  margin-bottom: 0;
}
.gsam-learning-path-filter .filter-by-topic .topic-title {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0;
  background: transparent;
  border: none;
  color: #fff;
  font-weight: 400;
}
.gsam-learning-path-filter .filter-by-topic .topic-title:hover .filter-icon,
.gsam-learning-path-filter .filter-by-topic .topic-title:hover .filter-topic, .gsam-learning-path-filter .filter-by-topic .topic-title:active .filter-icon,
.gsam-learning-path-filter .filter-by-topic .topic-title:active .filter-topic, .gsam-learning-path-filter .filter-by-topic .topic-title:focus .filter-icon,
.gsam-learning-path-filter .filter-by-topic .topic-title:focus .filter-topic {
  color: #AAE0E4;
  transition: background-color 200ms ease-out;
}
.gsam-learning-path-filter .filter-by-topic .topic-title:hover .filter-icon:hover, .gsam-learning-path-filter .filter-by-topic .topic-title:hover .filter-icon:focus, .gsam-learning-path-filter .filter-by-topic .topic-title:hover .filter-icon:active,
.gsam-learning-path-filter .filter-by-topic .topic-title:hover .filter-topic:hover,
.gsam-learning-path-filter .filter-by-topic .topic-title:hover .filter-topic:focus,
.gsam-learning-path-filter .filter-by-topic .topic-title:hover .filter-topic:active, .gsam-learning-path-filter .filter-by-topic .topic-title:active .filter-icon:hover, .gsam-learning-path-filter .filter-by-topic .topic-title:active .filter-icon:focus, .gsam-learning-path-filter .filter-by-topic .topic-title:active .filter-icon:active,
.gsam-learning-path-filter .filter-by-topic .topic-title:active .filter-topic:hover,
.gsam-learning-path-filter .filter-by-topic .topic-title:active .filter-topic:focus,
.gsam-learning-path-filter .filter-by-topic .topic-title:active .filter-topic:active, .gsam-learning-path-filter .filter-by-topic .topic-title:focus .filter-icon:hover, .gsam-learning-path-filter .filter-by-topic .topic-title:focus .filter-icon:focus, .gsam-learning-path-filter .filter-by-topic .topic-title:focus .filter-icon:active,
.gsam-learning-path-filter .filter-by-topic .topic-title:focus .filter-topic:hover,
.gsam-learning-path-filter .filter-by-topic .topic-title:focus .filter-topic:focus,
.gsam-learning-path-filter .filter-by-topic .topic-title:focus .filter-topic:active {
  transition: background-color 50ms ease-out;
}
.gsam-learning-path-filter .filter-by-topic .topic-title .filter-icon {
  width: 24px;
  height: 24px;
  cursor: pointer;
  content: url(../../images/svgs/icon-filter-plus.svg);
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.25));
}
.gsam-learning-path-filter .filter-by-topic .topic-title .filter-icon.show-minus-icon {
  width: 24px;
  height: 24px;
  content: url(../../images/svgs/icon-filter-minus.svg);
}
@media screen and (min-width: 600px) {
  .gsam-learning-path-filter .filter-by-topic .topic-title .filter-icon.show-minus-icon {
    width: 30px;
    height: 30px;
  }
}
@media screen and (min-width: 600px) {
  .gsam-learning-path-filter .filter-by-topic .topic-title .filter-icon {
    width: 30px;
    height: 30px;
  }
}
.gsam-learning-path-filter .filter-by-topic .topic-title .filter-topic {
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 34px;
}
@media screen and (min-width: 960px) {
  .gsam-learning-path-filter .filter-by-topic .topic-title .filter-topic {
    font-weight: 400;
    line-height: 38.4px;
  }
}
@media screen and (min-width: 1600px) {
  .gsam-learning-path-filter .filter-by-topic .topic-title .filter-topic {
    font-size: 1.5rem;
  }
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper {
  overflow-y: hidden;
  visibility: visible;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper.hide {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list {
  margin: 1.5rem 0 2rem;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul {
  margin: 0;
  padding: 0;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul .checkbox {
  margin: 0;
  padding: 0;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul .checkbox input {
  width: 20px;
  height: 20px;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul .checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  border-radius: 2px;
  margin-left: 0.25rem;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul .checkbox input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%233A6F8F' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
  background-color: #ffffff;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul .checkbox label {
  padding-left: 0.5rem;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul .checkbox.checkbox-hide {
  display: none;
}
@media screen and (min-width: 600px) {
  .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul .checkbox.checkbox-hide {
    display: block;
  }
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list #filterShowHideButton {
  border: 0;
  color: #AAE0E4;
  background: transparent;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 2rem;
  padding: 0;
  text-decoration-line: underline;
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 0.8rem;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list #filterShowHideButton:hover, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list #filterShowHideButton:active, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list #filterShowHideButton:focus {
  color: #A2D9D5;
  transition: background-color 200ms ease-out;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list #filterShowHideButton:hover:hover, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list #filterShowHideButton:hover:focus, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list #filterShowHideButton:hover:active, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list #filterShowHideButton:active:hover, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list #filterShowHideButton:active:focus, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list #filterShowHideButton:active:active, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list #filterShowHideButton:focus:hover, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list #filterShowHideButton:focus:focus, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list #filterShowHideButton:focus:active {
  transition: background-color 50ms ease-out;
}
@media screen and (min-width: 600px) {
  .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list #filterShowHideButton {
    display: none;
  }
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul.input-list {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul.input-list label {
  bottom: 4px;
  position: relative;
}
@media screen and (min-width: 600px) {
  .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul.input-list {
    grid-gap: 1.5rem;
    align-items: center;
  }
  .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul.input-list label {
    bottom: 3px;
  }
}
@media only screen and (min-width: 667px) and (max-width: 960px) {
  .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul.input-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 667px) and (max-width: 960px) and (min-width: 600px) {
  .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul.input-list label {
    bottom: 5px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1280px) {
  .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul.input-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 960px) and (max-width: 1280px) and (min-width: 600px) {
  .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul.input-list label {
    bottom: 4px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) {
  .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul.input-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1600px) and (min-width: 600px) {
  .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul.input-list label {
    bottom: 3px;
  }
}
@media screen and (min-width: 1600px) {
  .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul.input-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media screen and (min-width: 1600px) and (min-width: 600px) {
  .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .topic-checkbox-list ul.input-list label {
    bottom: 2px;
  }
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .filter-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 2rem;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .filter-buttons .filter-link-btn {
  color: #000;
  background: #AAE0E4;
  border-radius: 0.625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6rem;
  text-transform: uppercase;
  padding: 0.625rem 1.125rem;
  margin-left: 0.25rem;
  margin-bottom: 0.25rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  transition: background-color 200ms ease-out;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .filter-buttons .filter-link-btn:hover, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .filter-buttons .filter-link-btn:focus, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .filter-buttons .filter-link-btn:active {
  transition: background-color 50ms ease-out;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .filter-buttons .filter-link-btn:link, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .filter-buttons .filter-link-btn:visited {
  text-decoration: none;
  color: #000;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .filter-buttons .filter-link-btn:hover, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .filter-buttons .filter-link-btn:active, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .filter-buttons .filter-link-btn:focus {
  background: #A2D9D5;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .filter-buttons .gsam-clear-search {
  color: #fff;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.6rem;
  text-decoration: underline;
  text-transform: uppercase;
}
.gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .filter-buttons .gsam-clear-search:hover, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .filter-buttons .gsam-clear-search:focus, .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .filter-buttons .gsam-clear-search:active {
  color: #AAE0E4;
}
@media screen and (min-width: 600px) {
  .gsam-learning-path-filter .filter-by-topic .checkbox-lists-wrapper .filter-buttons .gsam-clear-search {
    font-size: 1rem;
  }
}
.gsam-learning-path-filter .filter-by-sorting .search-filter-sort {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}
.gsam-learning-path-filter .filter-by-sorting .search-filter-sort #learning-path-sort {
  font-weight: 400;
}
.gsam-learning-path-filter .filter-by-sorting .search-filter-sort label {
  font-size: 1.25rem;
}
@media screen and (min-width: 1600px) {
  .gsam-learning-path-filter .filter-by-sorting .search-filter-sort label {
    font-size: 1.5rem;
  }
}
.gsam-learning-path-filter .filter-by-topic + .filter-by-sorting {
  margin-top: 2rem;
}
@media screen and (min-width: 960px) {
  .gsam-learning-path-filter .filter-by-topic + .filter-by-sorting {
    margin-top: 3.4rem;
  }
}

.search .site-section-block-listing {
  margin-top: 0;
}
.search .page-header > .page-header-wrap {
  display: block !important;
}
.search .page-header-wrap {
  padding-bottom: 1.1rem;
}
.search .page-header-wrap .breadcrumbs-wrap {
  display: none;
}
.search .page-header-wrap .search-header-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
@media screen and (max-width: 600px) {
  .search .page-header-wrap .search-header-wrap {
    padding-top: 1.5rem;
    gap: 1rem;
  }
}
.search .page-header-wrap .search-header-wrap .oscar-icon svg {
  width: 34px;
  height: 62px;
}
@media screen and (min-width: 600px) {
  .search .page-header-wrap .search-header-wrap .oscar-icon svg {
    width: 53px;
    height: 72px;
    filter: brightness(0) invert(1);
    fill: #fff;
  }
}
.search .page-header-wrap .search-header-wrap .page-title {
  margin-top: 1rem;
}
.search .page-header-wrap .search-form {
  max-width: 600px;
  margin: 0 auto;
}
.search .page-header-wrap .search-form input {
  height: 60px;
  border-radius: 30px;
}
.search .page-header-wrap .search-form input[type=search] {
  font-size: 1.25rem;
}
.search .page-header-wrap .search-form .search-submit {
  width: 3.65rem;
}
.search .page-header-wrap .search-form .voice-search {
  padding: 0 0.5rem 0 0;
  width: 2.65rem;
}
.search .page-header-wrap .search-current-tags {
  margin: 0 auto;
}
.search .page-header-wrap .search-current-tags .tag-list {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.search .page-header-wrap .search-current-tags .tag-list a {
  padding: 0.2rem 0.7rem;
  text-decoration: none;
  color: #000 !important;
  font-weight: 500;
  font-family: var(--wp--custom--font-families--sans-serif);
  font-size: 15px;
}
.search .page-header-wrap .search-current-tags .tag-list .tag-item {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  background-color: #fca300;
  margin-right: 1rem;
}
.search .page-header-wrap .search-current-tags .tag-list .tag-item span {
  margin-right: 0.5rem;
}
.search .page-header-wrap .search-current-tags .tag-list .tag-item svg {
  width: 10px;
  height: 10px;
  margin-left: 0.5rem;
}
.search .page-header-wrap .search-current-tags .tag-list .tag-item:hover, .search .page-header-wrap .search-current-tags .tag-list .tag-item:focus, .search .page-header-wrap .search-current-tags .tag-list .tag-item:active {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  background-color: #fed180;
}
.search .page-header-wrap .search-current-tags .tag-list .tag-clear {
  color: white !important;
  text-decoration: underline;
}
.search .page-header-wrap .search-current-tags .tag-list .tag-clear:hover, .search .page-header-wrap .search-current-tags .tag-list .tag-clear:focus, .search .page-header-wrap .search-current-tags .tag-list .tag-clear:active {
  color: #fed180 !important;
}
@media screen and (max-width: 600px) {
  .search .page-header-wrap .search-current-tags .tag-list .tag-clear {
    color: #000000 !important;
  }
}
@media screen and (min-width: 1600px) {
  .search .page-header-wrap .page-title {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .search .page-header-wrap .page-title {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  .search .page-header-wrap {
    color: #000000;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .search .page-header::before {
    content: none;
  }
}
.search .search-result-wrap {
  padding-top: 3.875rem;
  padding-bottom: 4rem;
}
.search .search-result-wrap .search-text {
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 75rem) {
  .search .search-result-wrap {
    display: grid;
    grid-template-columns: auto 25rem;
    grid-gap: 4rem;
  }
  .search .search-result-wrap .search-result-wrap-left {
    order: 1;
  }
  .search .search-result-wrap .search-result-wrap-right {
    order: 2;
  }
}
@media screen and (min-width: 1600px) {
  .search .search-result-wrap {
    padding-top: 5rem;
  }
}
@media screen and (min-width: 600px) {
  .search .search-result-wrap .search-text {
    display: none;
  }
}
.search .search-result-wrap-left .simalam-archive {
  background-color: transparent;
}
.search .search-result-wrap-left .simalam-archive-posts-wrap {
  margin-top: 2rem;
}
.search .search-result-wrap-left .simalam-archive-posts-wrap .listing-item {
  background-color: #D7EDF6;
}
.search .search-result-wrap-left .simalam-archive-posts-wrap .listing-item .post-thumbnail {
  display: none;
}
.search .search-result-wrap-left .simalam-archive-posts-wrap .listing-item .post-content-type {
  color: #656769;
  font-size: 0.9em;
  font-weight: 500;
  display: block;
  margin-bottom: 0.25rem;
}
.search .search-result-wrap-left .simalam-archive-posts-wrap .listing-item.gsam_video .entry-footer .article-time-to-read {
  display: none;
}
.search .search-result-wrap-left .simalam-archive-posts-wrap .listing-item:hover, .search .search-result-wrap-left .simalam-archive-posts-wrap .listing-item:focus, .search .search-result-wrap-left .simalam-archive-posts-wrap .listing-item:active {
  background-color: #AAE0E4;
}
@media screen and (min-width: 600px) {
  .search .search-result-wrap-left .simalam-archive-posts-wrap .listing-item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 75rem) {
  .search .search-result-wrap-left .simalam-archive-posts-wrap {
    grid-template-columns: 1fr 1fr;
    margin-top: 0;
  }
}
.search .search-result-wrap-right .search-filters legend {
  font-weight: 600;
}
.search .search-result-wrap-right .search-filters {
  border-radius: 10px;
}
@media screen and (min-width: 1400px) {
  .search .search-result-wrap-right .search-filters {
    border-radius: 20px;
  }
}
.search .search-result-wrap-right .search-filters {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .search .search-result-wrap-right .search-filters {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.search .search-result-wrap-right .search-filters {
  padding: 1.5rem 1.75rem 1.75rem;
}
@media screen and (min-width: 1400px) {
  .search .search-result-wrap-right .search-filters {
    padding: 2rem 2.375rem 2.375rem;
  }
}
.search .search-result-wrap-right .search-filters {
  background: #fff;
  padding-bottom: 1.5rem;
  padding-top: 1rem;
  margin-bottom: 1rem;
  border-top: 24px solid #00607B;
  background-color: #f3f3f3;
}
.search .search-result-wrap-right .search-filters .search-filter:not(:first-child) {
  margin-top: 1rem;
}
@media screen and (min-width: 75rem) {
  .search .search-result-wrap-right .search-filters {
    padding-bottom: 2.25rem;
    padding-top: 1rem;
  }
}
@media screen and (min-width: 1600px) {
  .search .search-result-wrap-right .search-filters {
    padding-top: 1.5rem;
    border-top: 40px solid #00607B;
  }
}
.search .search-result-wrap-right .search-filters .search-filters-wrap {
  padding-top: 1rem;
}
.search .search-result-wrap-right .search-filters .search-filters-wrap .sort-by {
  display: block;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.search .search-result-wrap-right .search-filters .search-filters-wrap #search-sort {
  font-weight: 400;
  font-size: 1rem;
}
@media screen and (min-width: 75rem) {
  .search .search-result-wrap-right .search-filters .search-filters-wrap #search-sort {
    font-size: 1.125rem;
  }
}
.search .search-result-wrap-right .search-filters .search-filters-wrap .input-list {
  margin: 0;
  padding: 0;
}
.search .search-result-wrap-right .search-filters .search-filters-wrap .input-list .topic-hide {
  display: none;
  padding: 0;
  margin: 0;
}
.search .search-result-wrap-right .search-filters .search-filters-wrap .input-list .topic-hide ul {
  padding: 0;
  margin: 0;
}
.search .search-result-wrap-right .search-filters .search-filters-wrap .input-list .checkbox {
  margin: 0;
  padding: 0;
}
.search .search-result-wrap-right .search-filters .search-filters-wrap .input-list .checkbox label {
  font-size: 1rem;
}
@media screen and (min-width: 75rem) {
  .search .search-result-wrap-right .search-filters .search-filters-wrap .input-list .checkbox label {
    font-size: 1.125rem;
  }
}
.search .search-result-wrap-right .search-filters .search-filters-wrap .input-list [type=checkbox] {
  margin-right: 0.5rem;
}
.search .search-result-wrap-right .search-filters .search-filters-wrap #topicExpand {
  width: auto;
}
.search .search-result-wrap-right .search-filters .search-filters-wrap button {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  margin-top: 1.5rem;
  border: none;
  padding: 0.75rem 1.25rem;
  color: #000;
  background-color: #AAE0E4;
  border-radius: 7px;
  font-size: 1rem !important;
  display: block;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .search .search-result-wrap-right .search-filters .search-filters-wrap button {
    grid-column: 2/3;
    grid-row: 3/4;
  }
}
@media screen and (min-width: 75rem) {
  .search .search-result-wrap-right .search-filters .search-filters-wrap button {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1600px) {
  .search .search-result-wrap-right .search-filters .search-filters-wrap button {
    border-radius: 10px;
  }
}
.search .search-result-wrap-right .search-filters .search-filters-wrap button:hover, .search .search-result-wrap-right .search-filters .search-filters-wrap button:focus, .search .search-result-wrap-right .search-filters .search-filters-wrap button:active {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  background-color: #A2D9D5;
}
@media screen and (min-width: 600px) {
  .search .search-result-wrap-right .search-filters .search-filters-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 2em;
  }
  .search .search-result-wrap-right .search-filters .search-filters-wrap .search-filter:not(:first-child) {
    margin-top: 0;
  }
  .search .search-result-wrap-right .search-filters .search-filters-wrap .search-filter-tag {
    grid-area: 2/1/3/4;
  }
  .search .search-result-wrap-right .search-filters .search-filters-wrap .search-filter-tag .input-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .search .search-result-wrap-right .search-filters .search-filters-wrap .search-filter-tag .input-list li {
    width: calc((100% - 4em) / 3);
  }
}
@media screen and (min-width: 75rem) {
  .search .search-result-wrap-right .search-filters .search-filters-wrap {
    display: block;
    padding-top: 0;
  }
  .search .search-result-wrap-right .search-filters .search-filters-wrap .search-filter:not(:first-child) {
    margin-top: 1.5rem;
  }
  .search .search-result-wrap-right .search-filters .search-filters-wrap .search-filter-tag .input-list {
    display: block;
  }
  .search .search-result-wrap-right .search-filters .search-filters-wrap .search-filter-tag .input-list li {
    width: 100%;
  }
}
.search .simalam-archive::before {
  display: none;
}
.search .simalam-archive-wrap .showing-result-text {
  color: black;
  text-align: left;
}
@media screen and (min-width: 75rem) {
  .search .simalam-archive-wrap {
    padding-top: 0;
  }
}
.search .post, .search .page {
  margin-bottom: 0 !important;
}
.search .pagination span, .search .pagination a {
  color: black;
}
.search .pagination .page-numbers:visited {
  color: black;
}
.search .pagination .page-numbers:hover, .search .pagination .page-numbers:focus, .search .pagination .page-numbers:active {
  color: #1D71B8 !important;
}
.search .pagination .current {
  border-bottom: 2px solid black;
}
.search .pagination a:hover, .search .pagination a:focus, .search .pagination a:active {
  border-bottom: 2px solid #1D71B8;
}
.search .pagination .prev > a:hover, .search .pagination .prev > a:focus, .search .pagination .prev > a:active, .search .pagination .next > a:hover, .search .pagination .next > a:focus, .search .pagination .next > a:active {
  border-bottom: none !important;
}
@media screen and (max-width: 600px) {
  .search .search-result-wrap {
    padding-top: 0;
  }
  .search .page-title {
    font-size: var(--wp--custom--heading-sizes--4);
  }
}

.search-filter-heading-wrap {
  display: flex;
}
.search-filter-heading-wrap .search-filter-heading {
  margin-top: 0.1rem;
  margin-bottom: 0;
  font-family: var(--wp--custom--font-families--sans-serif);
  font-weight: 600;
}
.search-filter-heading-wrap [data-sim-expander] {
  height: 1rem;
  margin-top: 0.4rem;
  margin-left: 0.5rem;
}
.search-filter-heading-wrap [data-sim-expander] .icon {
  height: 1rem;
  width: 1rem;
}
@media screen and (min-width: 1600px) {
  .search-filter-heading-wrap [data-sim-expander] {
    margin-top: 0.5rem;
    margin-left: 1rem;
  }
}

.search-result-def-wrap {
  background-color: #f1f2f2;
  border-radius: 10px;
  padding: 1.4rem 1.5rem 1.82rem 1.7rem;
  margin-bottom: 2.125rem;
  margin-top: 2rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .search-result-def-wrap {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.search-result-def-wrap .definition-title {
  color: #656769;
  font-weight: 400;
  line-height: 20px;
  font-size: 1.07rem;
}
.search-result-def-wrap .search-glossary-content {
  margin-top: 0.5rem;
}
.search-result-def-wrap .search-glossary-content .s-glossary-title {
  color: #0F3856;
}
.search-result-def-wrap .search-glossary-content .s-glossary-title h3 {
  margin-top: 0;
}
.search-result-def-wrap .search-glossary-content .s-glossary-content a {
  text-transform: uppercase;
  font-size: 1rem;
}
.search-result-def-wrap .search-glossary-content .s-glossary-content a:hover, .search-result-def-wrap .search-glossary-content .s-glossary-content a:focus, .search-result-def-wrap .search-glossary-content .s-glossary-content a:active {
  color: #191970;
}
@media screen and (min-width: 960px) {
  .search-result-def-wrap .search-glossary-content {
    display: flex;
    gap: 5rem;
  }
  .search-result-def-wrap .search-glossary-content .s-glossary-title {
    flex: 0 1 auto;
    max-width: 22rem;
  }
  .search-result-def-wrap .search-glossary-content .s-glossary-content {
    flex: 1;
    min-width: 0;
  }
}
@media screen and (min-width: 1280px) {
  .search-result-def-wrap .search-glossary-content a {
    line-height: 45px;
  }
}
@media screen and (min-width: 600px) {
  .search-result-def-wrap {
    padding: 2rem 4rem 1.82rem 2.25rem;
    margin-top: 3.875rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 75rem) {
  .search-filter-heading-wrap {
    display: none;
  }
  #search-filters-collapse {
    display: block !important;
  }
}
.post-type-archive-gsam_investor_alerts .site-section-wrap {
  padding-bottom: 2rem;
}
.post-type-archive-gsam_investor_alerts .newsletter-inner {
  padding-bottom: 0;
}
.post-type-archive-gsam_investor_alerts .section-header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 1.25rem;
  align-items: flex-end;
}
.post-type-archive-gsam_investor_alerts .section-header-wrap .section-title {
  margin-bottom: 0;
}
.post-type-archive-gsam_investor_alerts .section-header-wrap .view-all {
  text-transform: uppercase;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 35px;
}
.post-type-archive-gsam_investor_alerts .section-header-wrap .view-all svg {
  width: 20px;
  height: 20px;
  fill: #1D71B8;
  margin-top: 0.5rem;
  margin-left: 0.25rem;
}
.post-type-archive-gsam_investor_alerts .section-header-wrap .view-all a {
  text-decoration: none;
}
.post-type-archive-gsam_investor_alerts .section-header-wrap .view-all a:visited {
  color: #1D71B8;
}
.post-type-archive-gsam_investor_alerts .section-header-wrap .view-all a:hover, .post-type-archive-gsam_investor_alerts .section-header-wrap .view-all a:focus, .post-type-archive-gsam_investor_alerts .section-header-wrap .view-all a:active {
  color: #191970;
}
.post-type-archive-gsam_investor_alerts .section-header-wrap .view-all:hover svg, .post-type-archive-gsam_investor_alerts .section-header-wrap .view-all:focus svg, .post-type-archive-gsam_investor_alerts .section-header-wrap .view-all:active svg {
  fill: #191970;
}
@media screen and (min-width: 1280px) {
  .post-type-archive-gsam_investor_alerts .section-header-wrap .view-all svg {
    width: 25px;
    height: 25px;
  }
}
.post-type-archive-gsam_investor_alerts .investor-alerts-intro > *:last-child {
  margin-bottom: 0 !important;
}
.post-type-archive-gsam_investor_alerts .latest-investor-alerts-wrap .listing-item {
  background-color: #dce2e6;
  padding: 1.25rem 1.75rem 1.5rem;
}
@media screen and (min-width: 600px) {
  .post-type-archive-gsam_investor_alerts .latest-investor-alerts-wrap .listing-item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .post-type-archive-gsam_investor_alerts .latest-investor-alerts-wrap .listing-item .entry-title > a {
    font-size: 1.25rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .post-type-archive-gsam_investor_alerts .latest-investor-alerts-wrap .listing-item .entry-title > a {
    font-size: 1.875rem !important;
  }
}
.post-type-archive-gsam_investor_alerts .latest-investor-alerts-wrap .listing-item .entry-content {
  display: none;
}
.post-type-archive-gsam_investor_alerts .latest-investor-alerts-wrap .listing-item .entry-footer {
  height: 3rem;
  display: flex;
  align-self: self-end;
  margin-top: 0;
}
.post-type-archive-gsam_investor_alerts .latest-investor-alerts-wrap .listing-item .entry-footer .investor-alert-posted-date {
  font-family: var(--wp--custom--font-families--sans-serif);
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #656769;
  float: left;
  display: inline-block;
  align-self: flex-end;
  color: #000;
}
@media screen and (min-width: 1400px) {
  .post-type-archive-gsam_investor_alerts .latest-investor-alerts-wrap .listing-item .entry-footer .investor-alert-posted-date {
    font-size: 1rem;
  }
}
.post-type-archive-gsam_investor_alerts .oscar-tip {
  background-color: #AAE0E4;
  padding: 1.25rem 1.75rem 1.5rem;
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: 35px auto;
  gap: 1rem;
  border-radius: 10px;
}
@media screen and (min-width: 1400px) {
  .post-type-archive-gsam_investor_alerts .oscar-tip {
    border-radius: 20px;
  }
}
.post-type-archive-gsam_investor_alerts .oscar-tip {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .post-type-archive-gsam_investor_alerts .oscar-tip {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.post-type-archive-gsam_investor_alerts .oscar-tip .oscar-icon svg {
  width: 35px;
  height: 50px;
}
.post-type-archive-gsam_investor_alerts .oscar-tip .oscar-title {
  margin-top: 0.2rem;
}
@media screen and (min-width: 1400px) {
  .post-type-archive-gsam_investor_alerts .oscar-tip {
    grid-template-columns: 43px auto;
    gap: 1.5rem;
  }
  .post-type-archive-gsam_investor_alerts .oscar-tip .oscar-icon {
    margin-top: 0.25rem;
  }
  .post-type-archive-gsam_investor_alerts .oscar-tip .oscar-icon svg {
    width: 43px;
    height: 62px;
  }
}
.post-type-archive-gsam_investor_alerts .oscar-content > *:last-child {
  margin-bottom: 0 !important;
}
.post-type-archive-gsam_investor_alerts .site-section:not(:last-child) {
  padding-top: 0;
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap {
  margin-top: 3rem;
  padding-top: 1.5rem;
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .section-header-wrap {
  display: block;
}
@media screen and (min-width: 960px) {
  .post-type-archive-gsam_investor_alerts .investor-alerts-wrap .section-header-wrap {
    display: flex;
  }
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .investor-alerts-search {
  margin-bottom: 1rem;
  min-width: 300px;
  height: 46.8px;
  border-radius: 30px;
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .investor-alerts-search .ia-search-clear {
  color: #fca300;
  font-size: 1rem;
  float: right;
  margin-top: 0.5rem;
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .investor-alerts-search .ia-search-clear:hover, .post-type-archive-gsam_investor_alerts .investor-alerts-wrap .investor-alerts-search .ia-search-clear:focus, .post-type-archive-gsam_investor_alerts .investor-alerts-wrap .investor-alerts-search .ia-search-clear:active {
  color: #fed180;
}
@media screen and (min-width: 768px) {
  .post-type-archive-gsam_investor_alerts .investor-alerts-wrap .investor-alerts-search .ia-search-clear {
    padding-right: 1.75rem;
  }
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap h2 {
  color: white;
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .meta-box-row {
  display: grid;
  grid-template-columns: 150px auto;
  padding: 0.75rem 1.75rem;
  gap: 2rem 0;
  margin-top: 1rem;
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .meta-box-row #sortby {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .post-type-archive-gsam_investor_alerts .investor-alerts-wrap .meta-box-row {
    grid-template-columns: 150px 150px auto;
    align-items: center;
    width: 100%;
  }
}
@media screen and (min-width: 1400px) {
  .post-type-archive-gsam_investor_alerts .investor-alerts-wrap .meta-box-row {
    grid-template-columns: 180px 180px auto;
  }
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .meta-box-row-item, .post-type-archive-gsam_investor_alerts .investor-alerts-wrap .select-form > label {
  color: white;
  font-weight: 500;
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .investor-alert-posted-date {
  grid-column: 1/2;
  grid-row: 2/3;
}
@media screen and (min-width: 768px) {
  .post-type-archive-gsam_investor_alerts .investor-alerts-wrap .investor-alert-posted-date {
    grid-column: 1/2;
    grid-row: 1/2;
    align-self: center;
  }
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .investor-alert-company-name {
  grid-column: 2/3;
  grid-row: 2/3;
}
@media screen and (min-width: 768px) {
  .post-type-archive-gsam_investor_alerts .investor-alerts-wrap .investor-alert-company-name {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .select-form {
  display: flex;
  flex-wrap: wrap;
  grid-column: 1/3;
  grid-row: 1/2;
  align-items: center;
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .select-form label {
  padding-right: 1rem;
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .select-form select {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .post-type-archive-gsam_investor_alerts .investor-alerts-wrap .select-form {
    grid-column: 3/4;
    grid-row: 1/2;
    justify-self: end !important;
  }
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .listing-item {
  background-color: #0F3856;
  display: grid;
  grid-template-columns: 150px 1fr;
  align-items: center !important;
  margin-bottom: 0.625rem;
  padding: 0.5rem 1.75rem;
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .listing-item .entry-footer {
  order: 1;
  margin-top: 0;
  align-self: center;
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .listing-item .entry-header {
  order: 2;
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .listing-item .entry-title > a {
  font-family: var(--wp--custom--font-families--sans-serif);
  color: white;
  font-weight: 400 !important;
  font-size: 1.125rem !important;
}
@media screen and (min-width: 1400px) {
  .post-type-archive-gsam_investor_alerts .investor-alerts-wrap .listing-item .entry-title > a {
    font-size: 1.25rem !important;
  }
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .listing-item .investor-alert-posted-date {
  color: white;
  font-weight: 400;
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .listing-item .investor-alert-posted-date {
  align-self: center;
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .listing-item:hover .entry-title > a, .post-type-archive-gsam_investor_alerts .investor-alerts-wrap .listing-item:focus .entry-title > a, .post-type-archive-gsam_investor_alerts .investor-alerts-wrap .listing-item:active .entry-title > a {
  color: black;
}
.post-type-archive-gsam_investor_alerts .investor-alerts-wrap .listing-item:hover .investor-alert-posted-date, .post-type-archive-gsam_investor_alerts .investor-alerts-wrap .listing-item:focus .investor-alert-posted-date, .post-type-archive-gsam_investor_alerts .investor-alerts-wrap .listing-item:active .investor-alert-posted-date {
  color: black;
}
@media screen and (min-width: 1400px) {
  .post-type-archive-gsam_investor_alerts .investor-alerts-wrap .listing-item {
    grid-template-columns: 180px auto;
  }
}
.post-type-archive-gsam_investor_alerts .warning-no-investor-alert, .post-type-archive-gsam_investor_alerts .warning-no-investor-alert {
  color: white;
}
.post-type-archive-gsam_investor_alerts .warning-no-investor-alert a, .post-type-archive-gsam_investor_alerts .warning-no-investor-alert a:visited, .post-type-archive-gsam_investor_alerts .warning-no-investor-alert a, .post-type-archive-gsam_investor_alerts .warning-no-investor-alert a:visited {
  color: #fca300;
}
.post-type-archive-gsam_investor_alerts .warning-no-investor-alert a:hover, .post-type-archive-gsam_investor_alerts .warning-no-investor-alert a:focus, .post-type-archive-gsam_investor_alerts .warning-no-investor-alert a:active, .post-type-archive-gsam_investor_alerts .warning-no-investor-alert a:visited:hover, .post-type-archive-gsam_investor_alerts .warning-no-investor-alert a:visited:focus, .post-type-archive-gsam_investor_alerts .warning-no-investor-alert a:visited:active, .post-type-archive-gsam_investor_alerts .warning-no-investor-alert a:hover, .post-type-archive-gsam_investor_alerts .warning-no-investor-alert a:focus, .post-type-archive-gsam_investor_alerts .warning-no-investor-alert a:active, .post-type-archive-gsam_investor_alerts .warning-no-investor-alert a:visited:hover, .post-type-archive-gsam_investor_alerts .warning-no-investor-alert a:visited:focus, .post-type-archive-gsam_investor_alerts .warning-no-investor-alert a:visited:active {
  color: #fed180;
}

.investor-alert-content-address-label {
  font-weight: 500;
}

.investor-alert-content-address {
  margin-bottom: 1rem;
}

.investor-alert-content-section-title {
  font-weight: 500;
}

.investor-alert-content-section {
  margin-bottom: 1rem;
}

@keyframes tool-slide-down {
  from {
    transform: translate3d(0, -40%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes tool-slide-up {
  from {
    transform: translate3d(0, 100%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.home .site-main .post {
  margin-bottom: 0;
}

.homepage-hero {
  position: relative;
  box-shadow: none;
  padding-bottom: 14%;
}
.homepage-hero .site-section-wrap {
  margin-bottom: -6.6666666667%;
  max-width: none;
}
.homepage-hero .site-section-heading {
  text-align: left;
}
.homepage-hero .site-section-links .link-btn:nth-child(2) {
  background-color: #DCE2E6;
}
.homepage-hero .site-section-links .link-btn:nth-child(2):hover, .homepage-hero .site-section-links .link-btn:nth-child(2):active, .homepage-hero .site-section-links .link-btn:nth-child(2):focus {
  background-color: #C5CCD0;
}
.homepage-hero .homepage-svg > lottie-player {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.homepage-hero .homepage-svg {
  position: relative;
}
.homepage-hero .homepage-svg:before {
  content: "";
  display: block;
}
.homepage-hero .homepage-svg-mountain {
  width: 100%;
  max-width: 500px;
  margin: auto;
  margin-top: 2rem;
}
.homepage-hero .homepage-svg-mountain:before {
  padding-top: 53.443766347%;
}
.homepage-hero .homepage-svg-water {
  width: 200%;
  position: absolute;
  bottom: 0;
  left: -50%;
  right: -50%;
}
.homepage-hero .homepage-svg-water:before {
  padding-top: 7%;
}
.homepage-hero .homepage-svg-background {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2%;
  margin: auto;
  width: 52.4%;
}
@media screen and (min-width: 500px) {
  .homepage-hero {
    padding-bottom: 7%;
  }
  .homepage-hero .site-section-wrap {
    margin-bottom: -3.3333333333%;
  }
  .homepage-hero .homepage-svg-water {
    width: 100%;
    left: 0;
    right: 0;
  }
}
@media screen and (min-width: 62.5rem) {
  .homepage-hero .site-section-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    align-items: center;
  }
  .homepage-hero .site-section-wrap .homepage-slider-heading {
    margin-top: 0;
  }
  .homepage-hero .site-section-text {
    max-width: calc(33.965rem + 4rem + 4rem - 0.5rem);
    margin-left: auto;
    padding-bottom: 4rem;
    position: relative;
    z-index: 1;
  }
  .homepage-hero .homepage-svg-mountain {
    max-width: none;
    align-self: end;
    position: relative;
    margin: 0;
    width: calc(100% + 4rem - 1rem);
  }
}

.homepage-svg .shadow path {
  filter: drop-shadow(1px 1px 1.5px rgba(0, 0, 0, 0.5));
}
.homepage-svg .dropshadow path {
  filter: drop-shadow(1px 1px 1.5px rgba(0, 0, 0, 0.5));
}
.homepage-svg .dropshadow path, .homepage-svg .dropshadow line {
  filter: url(#osc-dropshadow);
}
.homepage-svg .shadow path, .homepage-svg .shadow line {
  filter: url(#osc-dropshadow);
}
.homepage-svg .dropshadow-light path, .homepage-svg .dropshadow-light line {
  filter: url(#osc-dropshadow-light);
}
.homepage-svg .dropshadow-neg path, .homepage-svg .dropshadow-neg line {
  filter: url(#osc-dropshadow-neg);
}

.homepage-svg-placeholder {
  width: 100%;
  max-width: 610px;
  background-color: black;
}
.homepage-svg-placeholder:before {
  content: "";
  display: block;
  padding-bottom: 62%;
}

.homepage-learning-path {
  background-color: #0F3856;
  color: white;
  position: relative;
  margin-top: -1rem;
}
.homepage-learning-path .wave-below-learning-path-wrap {
  position: absolute;
  top: calc(100% - 1px);
  width: 100%;
  z-index: 3;
}
.homepage-learning-path .wave-below-learning-path-wrap:before {
  content: "";
  display: block;
  padding-top: 5.625%;
}
.homepage-learning-path .wave-below-learning-path {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.homepage-learning-path .wave-below-learning-path path {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.25));
}
.homepage-learning-path .site-section-heading {
  text-align: left;
}
.homepage-learning-path .site-section-block-listing {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 2rem;
}
@media screen and (min-width: 1200px) {
  .homepage-learning-path .site-section-block-listing {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (min-width: 960px) {
  .homepage-learning-path {
    padding-top: 0;
  }
  .homepage-learning-path .homepage-learning-path-text-image-wrap {
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 2rem;
    align-items: end;
  }
  .homepage-learning-path .homepage-learning-path-text-image-wrap .homepage-slider-heading {
    margin-top: 0;
  }
  .homepage-learning-path .homepage-svg-wrap {
    width: 120%;
    position: relative;
    left: -10%;
  }
}
@media screen and (min-width: 62.5rem) {
  .homepage-learning-path .homepage-learning-path-text-image-wrap {
    gap: 4.75rem;
  }
}
.homepage-learning-path .homepage-svg {
  position: relative;
}
.homepage-learning-path .homepage-svg:before {
  content: "";
  display: block;
  padding-top: 74.3975903614%;
}
.homepage-learning-path .homepage-svg > lottie-player {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.homepage-learning-path .homepage-svg-background {
  position: absolute;
  left: 12.6%;
  bottom: 8.3%;
  width: 76.5%;
}

.homepage-learning-path-items .listing-item {
  margin-bottom: 0;
}

.homepage-featured-articles {
  position: relative;
  z-index: 2;
}
.homepage-featured-articles .post {
  margin: 0;
}
.homepage-featured-articles .entry-title {
  margin-top: 0;
}
.homepage-featured-articles .waves-below-wrap {
  position: relative;
}
.homepage-featured-articles .waves-below-wrap:before {
  content: "";
  padding-top: 5.625%;
}
.homepage-featured-articles .waves-below {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.homepage-featured-articles .waves-below path {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.25));
}
.homepage-featured-articles .homepage-featured-article-wrap {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media screen and (min-width: 62.5rem) {
  .homepage-featured-articles .homepage-featured-article-wrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.homepage-featured-articles .homepage-featured-article-wrap {
  padding-top: 3.875em;
  padding-bottom: 3.875em;
  display: flex;
}
.homepage-featured-articles .homepage-featured-article-wrap:first-child {
  padding-top: calc(7.7604166667% + 3.875em);
}
@media screen and (min-width: 1200px) {
  .homepage-featured-articles .homepage-featured-article-wrap {
    padding-top: calc(7.7604166667% + 3.875em);
  }
}
.homepage-featured-articles .homepage-featured-article-wrap .post {
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto 1fr;
  grid-template-areas: "header" "content" "footer";
}
.homepage-featured-articles .homepage-featured-article-wrap .post .entry-header {
  grid-area: header;
}
.homepage-featured-articles .homepage-featured-article-wrap .post .entry-content {
  grid-area: content;
}
.homepage-featured-articles .homepage-featured-article-wrap .post .entry-footer {
  grid-area: footer;
  align-self: end;
}
.homepage-featured-articles .homepage-featured-article-wrap .post .entry-title {
  margin-bottom: 1.25rem;
}
.homepage-featured-articles .homepage-featured-article-wrap .post .article-time-to-read {
  font-weight: 400;
}
.homepage-featured-articles .homepage-featured-article-wrap .post .entry-content {
  margin-top: 0;
}
.homepage-featured-articles .homepage-featured-article-wrap .post .entry-content p {
  margin-top: 0.7rem;
  margin-bottom: 0;
}
.homepage-featured-articles .homepage-featured-article-wrap .post .entry-footer {
  margin-top: 1.5rem;
  margin-bottom: 0;
}
.homepage-featured-articles .homepage-featured-article-wrap:nth-child(2n-1) {
  background-color: #000;
  color: white;
}
.homepage-featured-articles .homepage-featured-article-wrap:nth-child(2n-1) .article-time-to-read {
  color: white;
}
.homepage-featured-articles .homepage-featured-article-wrap:nth-child(2n-1) .link-btn {
  background-color: #DCE2E6;
}
.homepage-featured-articles .homepage-featured-article-wrap:nth-child(2n-1) .link-btn:hover, .homepage-featured-articles .homepage-featured-article-wrap:nth-child(2n-1) .link-btn:active, .homepage-featured-articles .homepage-featured-article-wrap:nth-child(2n-1) .link-btn:focus {
  background-color: #C5CCD0;
}
.homepage-featured-articles .homepage-featured-article-wrap:nth-child(2n) {
  background-color: #D7EDF6;
}
.homepage-featured-articles .homepage-featured-article-wrap:nth-child(2n) .article-time-to-read {
  color: black;
}
.homepage-featured-articles .homepage-featured-article-wrap:nth-child(2n) .link-btn {
  background-color: #000;
  color: white;
}
.homepage-featured-articles .homepage-featured-article-wrap:nth-child(2n) .link-btn .icon {
  fill: white;
}
.homepage-featured-articles .homepage-featured-article-wrap:nth-child(2n) .link-btn:hover, .homepage-featured-articles .homepage-featured-article-wrap:nth-child(2n) .link-btn:active, .homepage-featured-articles .homepage-featured-article-wrap:nth-child(2n) .link-btn:focus {
  background-color: #656769;
}
@media screen and (min-width: 1200px) {
  .homepage-featured-articles .waves-below {
    display: none;
  }
  .homepage-featured-articles .homepage-featured-articles-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .homepage-featured-articles .homepage-featured-article-wrap .post {
    max-width: calc(var(--wp--custom--layout--extra-wide) / 2 - 4rem - 4rem);
  }
  .homepage-featured-articles .homepage-featured-article-wrap:nth-child(2n-1) .post {
    margin-left: auto;
  }
  .homepage-featured-articles .homepage-featured-article-wrap:nth-child(2n) .post {
    margin-right: auto;
  }
}

.homepage-cta-one,
.homepage-cta-two {
  padding-top: 0;
  padding-bottom: 0;
}
.homepage-cta-one .site-section-text,
.homepage-cta-two .site-section-text {
  padding-top: 3.875em;
  padding-bottom: 3.875em;
}
@media screen and (min-width: 1200px) {
  .homepage-cta-one .site-section-text,
  .homepage-cta-two .site-section-text {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
.homepage-cta-one .site-section-heading,
.homepage-cta-two .site-section-heading {
  text-align: left;
}
.homepage-cta-one .site-section-text,
.homepage-cta-two .site-section-text {
  max-width: 43rem;
}
.homepage-cta-one .homepage-svg-placeholder,
.homepage-cta-two .homepage-svg-placeholder {
  margin-top: 4rem;
}
@media screen and (min-width: 62.5rem) {
  .homepage-cta-one .site-section-wrap,
  .homepage-cta-two .site-section-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4.75rem;
    align-items: center;
  }
  .homepage-cta-one .site-section-wrap .homepage-svg-placeholder,
  .homepage-cta-two .site-section-wrap .homepage-svg-placeholder {
    margin-top: 0;
  }
}
.homepage-cta-one .homepage-svg-wrap,
.homepage-cta-two .homepage-svg-wrap {
  align-self: end;
}

.homepage-cta-one {
  background-color: #D7EDF6;
  position: relative;
  z-index: 1;
  box-shadow: none;
}
.homepage-cta-one:after {
  content: "";
  padding-top: 8.8541666667%;
}
.homepage-cta-one .site-section-text {
  padding-bottom: 8rem;
}
@media screen and (max-width: 62.4rem) {
  .homepage-cta-one .site-section-text {
    padding-bottom: 0;
  }
}
.homepage-cta-one .link-btn {
  background-color: #000;
  color: white;
}
.homepage-cta-one .link-btn .icon {
  fill: white;
}
.homepage-cta-one .link-btn:hover, .homepage-cta-one .link-btn:active, .homepage-cta-one .link-btn:focus {
  background-color: #656769;
}
.homepage-cta-one .wave-above-balloons-wrap {
  position: relative;
}
.homepage-cta-one .wave-above-balloons-wrap:before {
  content: "";
  display: block;
  padding-top: 7.7604166667%;
}
.homepage-cta-one .wave-above-balloons {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.homepage-cta-one .wave-above-balloons path {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.25));
}
.homepage-cta-one .wave-below-balloons {
  display: block;
  margin-top: -3%;
  margin-bottom: -1px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.homepage-cta-one .homepage-svg {
  position: relative;
}
.homepage-cta-one .homepage-svg:before {
  content: "";
  display: block;
  padding-top: 61.9672131148%;
}
.homepage-cta-one .homepage-svg > lottie-player {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 62.5rem) {
  .homepage-cta-one .homepage-svg {
    position: relative;
    width: 150%;
    margin-top: -15%;
    left: -15%;
  }
}

.homepage-cta-two {
  background-color: #000;
  color: white;
  padding-bottom: 0;
}
.homepage-cta-two .article-time-to-read {
  color: white;
  font-weight: 400;
}
.homepage-cta-two .link-btn {
  background-color: #DCE2E6;
}
.homepage-cta-two .link-btn:hover, .homepage-cta-two .link-btn:active, .homepage-cta-two .link-btn:focus {
  background-color: #C5CCD0;
}
.homepage-cta-two .homepage-svg {
  position: relative;
}
.homepage-cta-two .homepage-svg:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.homepage-cta-two .homepage-svg > lottie-player {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.homepage-cta-two .site-section-text {
  padding-bottom: 0;
}
@media screen and (min-width: 62.5rem) {
  .homepage-cta-two {
    padding-top: 0;
  }
  .homepage-cta-two .site-section-text {
    order: 2;
    padding-bottom: 3.875em;
  }
  .homepage-cta-two .homepage-svg-wrap {
    order: 1;
  }
}

.homepage-cta-three {
  padding-bottom: 0;
}
.homepage-cta-three .site-section-text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-bottom: 3rem;
}
.homepage-cta-three .homepage-svg {
  position: relative;
  margin-top: -9.6%;
  margin-left: auto;
  margin-right: auto;
}
.homepage-cta-three .homepage-svg:before {
  content: "";
  display: block;
  padding-top: 31.25%;
}
.homepage-cta-three .homepage-svg > lottie-player {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.homepage-cta-three .parashoot-wrap {
  background-color: #D7EDF6;
}
.homepage-cta-three .parashoot-wrap .clouds-wrap {
  position: relative;
  z-index: 5;
}
.homepage-cta-three .parashoot-wrap .clouds-wrap:before {
  content: "";
  display: block;
  padding-top: 10.2604166667%;
}
.homepage-cta-three .parashoot-wrap .clouds {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
.homepage-cta-three .parashoot-wrap .clouds path {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.25));
}
.homepage-cta-three .parashoot-wrap .parashoot {
  max-width: 288px;
  display: block;
  margin: auto;
  margin-top: -11%;
  position: relative;
}

.homepage-related-tools {
  position: relative;
  padding-bottom: 2.5rem;
}
.homepage-related-tools .entry-footer .entry-title > a {
  font-size: 1.25rem;
}
@media screen and (min-width: 1400px) {
  .homepage-related-tools .entry-footer .entry-title > a {
    font-size: 1.875rem !important;
  }
}
.homepage-related-tools .heading-wrap.has-button {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.homepage-related-tools .homepage-tools-slider-wrap {
  gap: 1.5rem;
  display: unset !important;
  margin-bottom: 1.5rem;
}
@media (min-width: 900px) {
  .homepage-related-tools .homepage-tools-slider-wrap {
    display: flex !important;
    flex-wrap: nowrap;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    align-content: center;
  }
}
.homepage-related-tools .homepage-tools-slider-wrap .related-resources-item {
  width: 100% !important;
  flex: 1;
  margin-bottom: 1.5rem;
}
@media (min-width: 900px) {
  .homepage-related-tools .homepage-tools-slider-wrap .related-resources-item {
    min-height: 164px;
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  .homepage-related-tools .homepage-tools-slider-wrap .related-resources-item {
    width: 100% !important;
    margin-bottom: 0;
    display: flex !important;
    min-height: 210px;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media (min-width: 1200px) {
  .homepage-related-tools .homepage-tools-slider-wrap .related-resources-item {
    min-height: 340px;
  }
}
@media screen and (max-width: 900px) {
  .homepage-related-tools .heading-wrap.has-button {
    margin-bottom: 2rem;
  }
  .homepage-related-tools .site-section-wrap .tool-expand-all-button {
    background-color: #000;
    color: #ffffff;
    text-transform: uppercase;
    padding: 0.8rem 1.75rem 0.6rem;
    border-radius: 0.625rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    transition: background-color 200ms ease-out;
  }
  .homepage-related-tools .site-section-wrap .tool-expand-all-button:hover, .homepage-related-tools .site-section-wrap .tool-expand-all-button:focus, .homepage-related-tools .site-section-wrap .tool-expand-all-button:active {
    transition: background-color 50ms ease-out;
  }
  .homepage-related-tools .site-section-wrap .tool-expand-all-button:hover, .homepage-related-tools .site-section-wrap .tool-expand-all-button:active {
    background: #656769;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }
  .homepage-related-tools .site-section-wrap .tool-expand-all-button .icon {
    width: 1.7rem;
    height: 1.7rem;
    position: relative;
    fill: #ffffff;
    transform: rotate(270deg);
    transition: transform 0.3s ease-in-out;
    left: 0.7em;
    top: -0.1em;
  }
  .homepage-related-tools .site-section-wrap .tool-expand-all-button.close .icon {
    transform: rotate(90deg);
    transition: transform 0.3s ease-in-out;
  }
  .homepage-related-tools .related-resources-item.tool-mobile-hide {
    display: none !important;
  }
}
@media screen and (min-width: 900px) {
  .homepage-related-tools .homepage-tool-controls-wrap {
    display: block;
  }
  .homepage-related-tools .tool-expand-all-button {
    display: none;
  }
}

@media screen and (min-width: 62.5rem) {
  .homepage-slider .site-section-text {
    max-width: 43rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

.homepage-slider-slide {
  padding-top: 2.3rem;
  padding-bottom: 1.3rem;
}
.homepage-slider-slide .homepage-slider-heading {
  margin-top: 1.7rem;
}
.homepage-slider-slide .homepage-slider-image-wrap {
  width: 100%;
}
.homepage-slider-slide .homepage-svg {
  position: relative;
}
.homepage-slider-slide .homepage-svg:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.homepage-slider-slide .slide-one-backgroiund {
  position: absolute;
  width: 98%;
  height: 75%;
  top: 0;
  left: 0;
}
.homepage-slider-slide .homepage-svg-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 2.125rem;
}
.homepage-slider-slide .homepage-svg-background-0 {
  background: #05A7CC;
}
.homepage-slider-slide .homepage-svg-background-1 {
  background: rgb(247, 230, 176);
}
.homepage-slider-slide .homepage-svg-background-2 {
  background: rgb(220, 226, 230);
}
.homepage-slider-slide .homepage-svg > lottie-player {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.homepage-slider-slide .homepage-slider-links-title {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.homepage-slider-slide .homepage-slider-links-list {
  padding-left: 0;
  margin-top: 0.6rem;
  margin-bottom: 0;
}
.homepage-slider-slide .homepage-slider-links-item {
  padding-left: 0;
  margin-left: 0;
  margin-bottom: 1rem;
}
.homepage-slider-slide .homepage-slider-links-item a:link,
.homepage-slider-slide .homepage-slider-links-item a:visited {
  padding-left: 2.5rem;
  position: relative;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  text-decoration: none;
  color: #1D71B8;
}
.homepage-slider-slide .homepage-slider-links-item a:link .icon,
.homepage-slider-slide .homepage-slider-links-item a:visited .icon {
  fill: #1D71B8;
}
.homepage-slider-slide .homepage-slider-links-item a:hover,
.homepage-slider-slide .homepage-slider-links-item a:active,
.homepage-slider-slide .homepage-slider-links-item a:focus {
  text-decoration: underline;
  color: #191970;
}
.homepage-slider-slide .homepage-slider-links-item a:hover .icon,
.homepage-slider-slide .homepage-slider-links-item a:active .icon,
.homepage-slider-slide .homepage-slider-links-item a:focus .icon {
  fill: #191970;
}
.homepage-slider-slide .homepage-slider-links-item .icon {
  width: 1.5625rem;
  height: 1.5625rem;
  position: absolute;
  left: 0;
  top: 0;
}
.homepage-slider-slide .homepage-slider-controls {
  display: none;
}
@media screen and (min-width: 960px) {
  .homepage-slider-slide {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    justify-items: left;
    align-items: center;
  }
  .homepage-slider-slide .homepage-slider-heading {
    margin-top: 0;
  }
  .homepage-slider-slide .homepage-slider-links-item .icon {
    margin-top: 0.3rem;
  }
  .homepage-slider-slide .homepage-slider-controls {
    display: block;
  }
}
@media screen and (min-width: 62.5rem) {
  .homepage-slider-slide {
    grid-template-columns: 1.3fr 1fr;
    gap: 4.75rem;
  }
}

.homepage-slider-controls-wrap,
.homepage-tool-controls-wrap {
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: none;
}
@media screen and (min-width: 1000px) {
  .homepage-slider-controls-wrap,
  .homepage-tool-controls-wrap {
    display: block;
  }
}

.homepage-slider-controls,
.homepage-tool-controls {
  position: relative;
  display: inline-block;
}

.tns-nav {
  display: flex;
  gap: 1rem;
}
.tns-nav button {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  width: 1.3rem;
  height: 1.3rem;
  border: none;
  background-color: #000;
  border-radius: 100%;
  padding: 0;
  cursor: pointer;
}
.tns-nav button.tns-nav-active {
  background-color: #00607B;
}

.tns-controls {
  position: absolute;
  top: -1.4rem;
  left: -6.5rem;
  width: calc(100% + 13rem);
  display: flex;
  justify-content: space-between;
}
.tns-controls button {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  border: none;
  background-color: #dce2e6;
  border-radius: 100%;
  padding: 0;
}
.tns-controls button .icon {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  left: -0.1rem;
  top: 0.15rem;
}
.tns-controls button[data-controls=next] .icon {
  transform: rotate(180deg);
  left: 0.15rem;
  top: 0.15rem;
}
.tns-controls button:hover, .tns-controls button:focus, .tns-controls button:active {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  background-color: #C5CCD0;
}

.post-type-archive-gsam_interview .page-header:before {
  background-color: #f1f2f2;
}
.post-type-archive-gsam_interview .listing-item {
  position: relative !important;
  padding-left: 140px;
  min-height: 150px;
}
.post-type-archive-gsam_interview .entry-footer {
  margin-top: 0;
}
.post-type-archive-gsam_interview .post-thumbnail > img {
  border-radius: 10px;
  position: absolute !important;
  top: 0;
  left: 0;
  width: 120px;
  height: 150px;
  object-fit: cover;
}
.post-type-archive-gsam_interview .interview-right {
  grid-template-rows: auto 34px;
  display: grid;
}
@media screen and (min-width: 500px) {
  .post-type-archive-gsam_interview .site-section-block-listing {
    grid-template-columns: 1fr;
  }
}
@media screen and (min-width: 600px) {
  .post-type-archive-gsam_interview .post-thumbnail > img {
    width: 120px;
    height: 150px;
  }
  .post-type-archive-gsam_interview .listing-item {
    padding-left: 140px;
  }
}
@media screen and (min-width: 768px) {
  .post-type-archive-gsam_interview .site-section-block-listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1200px) {
  .post-type-archive-gsam_interview .site-section-block-listing {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (min-width: 1400px) {
  .post-type-archive-gsam_interview .post-thumbnail > img {
    width: 220px;
    height: 100%;
    max-height: 300px;
  }
  .post-type-archive-gsam_interview .listing-item {
    padding-left: 250px;
    min-height: 300px;
  }
}
.post-type-archive-gsam_interview .showing-result-text {
  display: none;
}
.post-type-archive-gsam_interview .pagination {
  display: none;
}

.single-gsam_interview .post-thumbnail {
  display: none;
}
.single-gsam_interview .wp-block-image > img {
  border-radius: 10px;
}

.newsletter-section {
  background-color: #D7EDF6;
  padding-bottom: 0;
  padding-top: 0;
}
.newsletter-section .newsletter-heading {
  margin-top: 0;
  font-size: 1.5rem;
  font-family: var(--wp--custom--font-families--sans-serif);
  font-weight: 600;
}
.newsletter-section .newsletter-svg > lottie-player {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
.newsletter-section .newsletter-svg {
  position: relative;
}
.newsletter-section .newsletter-svg:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.newsletter-section .newsletter-popup-input input[type=email] {
  font-weight: 400;
  padding: 0.6em 1em;
  width: 100%;
  border-radius: 30px !important;
  max-width: 350px;
}
.newsletter-section .newsletter-popup-input input[type=submit] {
  line-height: 1;
  display: block;
  color: white;
  background: #000;
  text-transform: uppercase;
  padding: 0.938rem 1.25rem;
  border-radius: 0.625rem;
  border: none;
  margin-top: 1rem;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  transition: background-color 200ms ease-out;
}
.newsletter-section .newsletter-popup-input input[type=submit]:hover, .newsletter-section .newsletter-popup-input input[type=submit]:focus, .newsletter-section .newsletter-popup-input input[type=submit]:active {
  transition: background-color 50ms ease-out;
}
.newsletter-section .newsletter-popup-input input[type=submit]:hover {
  background: #656769;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.newsletter-section .newsletter-inner {
  display: grid;
}
.newsletter-section .newsletter-inner .newsletter-left {
  order: 2;
}
.newsletter-section .newsletter-inner .newsletter-right {
  order: 1;
  padding-top: 2.5rem;
}
.newsletter-section .newsletter-inner .newsletter-right p {
  max-width: 550px;
}
@media screen and (min-width: 500px) {
  .newsletter-section .newsletter-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    width: 100%;
    align-items: center;
  }
  .newsletter-section .newsletter-inner .newsletter-left {
    align-self: end;
    order: 1;
  }
  .newsletter-section .newsletter-inner .newsletter-right {
    order: 2;
    padding-bottom: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  .newsletter-section .newsletter-popup-input {
    display: flex;
    gap: 0.75rem;
  }
  .newsletter-section .newsletter-popup-input input[type=submit] {
    margin-top: 0;
  }
  .newsletter-section .newsletter-inner {
    grid-gap: 2rem;
  }
}
@media screen and (min-width: 1600px) {
  .newsletter-section .newsletter-right {
    padding-bottom: 3.5rem !important;
  }
}
.newsletter-section #desktop-mce-responses {
  margin-top: 1rem;
  font-size: 90%;
}
.newsletter-section #desktop-mce-responses .popup-mce-success-response {
  font-weight: 500;
}
.newsletter-section #desktop-mce-responses .popup-mce-error-response {
  font-weight: 500;
  color: #b2334d;
}
.newsletter-section .investor-news .investor-news-title {
  font-size: 16px;
}
.newsletter-section .investor-news ul {
  padding-left: 0;
}
.newsletter-section .investor-news ul .investor-news-list {
  display: inline-block;
}
.newsletter-section .investor-news ul li .investor-news-link {
  color: #000000;
}
.newsletter-section .investor-news ul li .investor-news-link:hover {
  color: #191970;
}
@media screen and (min-width: 1025px) {
  .newsletter-section .investor-news ul {
    display: inline-block;
    margin-top: 0;
  }
  .newsletter-section .investor-news ul li {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .newsletter-section .investor-news {
    margin-top: 30px;
  }
  .newsletter-section .investor-news ul {
    padding-left: 0;
    margin-top: 0;
  }
  .newsletter-section .investor-news ul li {
    font-size: 14px;
    padding-left: 0.75rem;
    margin-left: 0;
    margin-bottom: 1rem;
  }
  .newsletter-section .investor-news ul li:first-child {
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .newsletter-section .investor-news ul li.investor-news-list {
    padding-left: 0.5rem;
  }
  .newsletter-section .investor-news ul li.investor-news-list:first-child {
    padding-left: 0;
    margin-left: 0;
  }
}

.gsam_tools_fund_cards .tool-embed-frame {
  min-width: 100%;
  width: 100px;
  *width: 100%;
}

#fundCardsMobilePopupWrapper {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  background: rgba(0, 0, 0, 0.7);
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup {
  position: relative;
  background: white;
  border-radius: 10px;
  padding: 15px;
  z-index: 600;
  font-size: 0.9em;
  margin: 50px auto;
  width: 100%;
  max-width: 500px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  #fundCardsMobilePopupWrapper #fundCardsMobilePopup {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-close {
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-close .icon {
  width: 1rem;
  height: 1rem;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-close:hover {
  cursor: pointer;
  background-color: #f1f2f2;
  border-radius: 1rem;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-close:hover .icon {
  fill: #1D71B8;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .indexContent {
  background-color: #000;
  font-size: 1rem;
  width: 1.75rem;
  height: 1.75rem;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  color: white;
  font-weight: 500;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .imgWrapper img {
  margin: 20px 0;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-text {
  margin-bottom: 1.8em;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-text a[target=_blank] .icon {
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.2em;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-text .icon {
  fill: #1D71B8;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-text a[target=_blank]:hover .icon {
  fill: #191970;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-page {
  clear: both;
  float: right;
  font-size: 0.8em;
  display: none;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav {
  text-align: center;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav:after {
  display: block;
  clear: both;
  content: "";
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .prev, #fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .next {
  vertical-align: bottom;
  width: 100px;
  padding: 10px 0;
  text-align: center;
  font-size: 1rem !important;
  background-color: #000;
  border-radius: 0.625rem;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .prev:hover, #fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .prev:active, #fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .prev:focus, #fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .next:hover, #fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .next:active, #fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .next:focus {
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
  color: white;
  background-color: #656769;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .prev.hide, #fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .next.hide {
  display: none;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .prev.btn {
  margin-right: 10px;
  float: left;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .next.btn {
  margin-left: 10px;
  float: right;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .pagination-modal {
  display: inline-block;
  margin-right: 10px;
  margin-left: 5px;
  vertical-align: bottom;
  padding-bottom: 1px;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .pagination-modal .page-num {
  display: inline-block;
  text-decoration: none;
  font-size: 1.2em;
  padding: 0 5px;
  line-height: 20px;
  font-weight: 600;
  color: blue;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .pagination-modal .page-num.current {
  color: #004d5f;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .pagination-modal .page-num, #fundCardsMobilePopupWrapper #fundCardsMobilePopup .fund-nav .pagination-modal span {
  margin-left: 5px;
}
#fundCardsMobilePopupWrapper #fundCardsMobilePopup:after {
  clear: both;
  content: "";
  display: block;
}

.page-template-tmpl-lms-landing-page .page-header {
  padding-bottom: 1.1rem;
}
@media screen and (min-width: 600px) {
  .page-template-tmpl-lms-landing-page .page-header {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}

.page-template-tmpl-lms-landing-page .listing-image-placeholder-wrapper {
  max-width: 620px;
  align-self: end;
}
.page-template-tmpl-lms-landing-page .listing-image-placeholder-wrapper.article-animiation {
  margin-bottom: -1.1rem;
}
@media screen and (min-width: 1400px) {
  .page-template-tmpl-lms-landing-page .listing-image-placeholder-wrapper {
    margin-left: 3rem;
  }
}

.page-template-tmpl-lms-landing-page .page-header {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--extra-wide);
  width: 100%;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media screen and (min-width: 62.5rem) {
  .page-template-tmpl-lms-landing-page .page-header {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.page-template-tmpl-lms-landing-page .page-header {
  padding-top: 1.1rem;
  padding-bottom: 1.1rem;
}
.page-template-tmpl-lms-landing-page .page-header:before {
  background-color: #D7EDF6;
}
@media screen and (min-width: 600px) {
  .page-template-tmpl-lms-landing-page .page-header {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .page-template-tmpl-lms-landing-page .page-header {
    display: grid;
    grid-template-columns: 600px 1fr;
    gap: 4rem;
  }
}
.page-template-tmpl-lms-landing-page .page-header .page-header-wrap {
  color: black;
  display: block;
  padding-top: 0;
  padding-bottom: 0;
}
.page-template-tmpl-lms-landing-page .page-header .page-header-wrap .page-title {
  max-width: 600px;
}
.page-template-tmpl-lms-landing-page .page-header .page-header-wrap .archive-description {
  max-width: 600px;
}
.page-template-tmpl-lms-landing-page .page-header #breadcrumbs a:link, .page-template-tmpl-lms-landing-page .page-header #breadcrumbs a:visited {
  color: black;
}
.page-template-tmpl-lms-landing-page .page-header #breadcrumbs a:hover, .page-template-tmpl-lms-landing-page .page-header #breadcrumbs a:active, .page-template-tmpl-lms-landing-page .page-header #breadcrumbs a:focus {
  text-decoration: none;
}

.page-template-tmpl-lms-landing-page .simalam-archive {
  background-color: #0F3856;
}
.page-template-tmpl-lms-landing-page .course-catalog-section .site-section-text {
  color: white;
  text-align: center;
}
.page-template-tmpl-lms-landing-page .site-section-block-listing {
  margin-top: 1rem;
}
@media screen and (min-width: 960px) {
  .page-template-tmpl-lms-landing-page .site-section-block-listing {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 1400px) {
  .page-template-tmpl-lms-landing-page .site-section-block-listing {
    margin-top: 4rem;
  }
}
.page-template-tmpl-lms-landing-page .listing-item {
  position: relative;
  overflow: hidden;
}
.page-template-tmpl-lms-landing-page .listing-item .course-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 10rem;
}
@media screen and (min-width: 960px) {
  .page-template-tmpl-lms-landing-page .listing-item .course-thumbnail {
    height: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-tmpl-lms-landing-page .listing-item .course-thumbnail {
    height: 15rem;
  }
}
.page-template-tmpl-lms-landing-page .listing-item .course-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page-template-tmpl-lms-landing-page .listing-item .entry-header {
  padding-top: 10rem;
}
@media screen and (min-width: 960px) {
  .page-template-tmpl-lms-landing-page .listing-item .entry-header {
    padding-top: 12rem;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-tmpl-lms-landing-page .listing-item .entry-header {
    padding-top: 15rem;
  }
}

.page-template-tmpl-lms-landing-page .main-content-section {
  background-color: #0F3856;
}
@media screen and (max-width: 600px) {
  .page-template-tmpl-lms-landing-page .main-content-section {
    background-color: initial;
    padding-top: 0;
  }
}
.page-template-tmpl-lms-landing-page .main-content-section h2 {
  font-size: 1.688rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.25rem;
  margin-top: 3.125rem;
}
@media screen and (min-width: 600px) {
  .page-template-tmpl-lms-landing-page .main-content-section h2 {
    font-size: var(--wp--custom--heading-sizes--1);
  }
}
@media screen and (min-width: 1600px) {
  .page-template-tmpl-lms-landing-page .main-content-section h2 {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 1920px) {
  .page-template-tmpl-lms-landing-page .main-content-section h2 {
    font-size: 3.438rem;
  }
}
.page-template-tmpl-lms-landing-page .main-content-section h3 {
  font-size: var(--wp--custom--heading-sizes--2);
  line-height: 1.5;
  margin-bottom: 1.25rem;
  margin-top: 2.7rem;
}
@media screen and (min-width: 1600px) {
  .page-template-tmpl-lms-landing-page .main-content-section h3 {
    font-size: 2.375rem;
    margin-top: 4rem;
  }
}
.page-template-tmpl-lms-landing-page .main-content-wrap {
  position: relative;
  z-index: 1;
}
.page-template-tmpl-lms-landing-page .main-content-wrap::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #0F3856;
  height: 100%;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
@media screen and (max-width: 600px) {
  .page-template-tmpl-lms-landing-page .main-content-wrap::before {
    background-color: initial;
    display: none;
  }
}
.page-template-tmpl-lms-landing-page .main-content-wrap .article-content-wrap {
  background: #fff;
  width: calc(100% + 1.1rem + 1.1rem);
  margin-left: -1.1rem;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .page-template-tmpl-lms-landing-page .main-content-wrap .article-content-wrap {
    padding: 1rem 2rem 4rem 2rem !important;
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
    padding: 1.5rem 1.75rem 1.75rem;
    width: 100%;
    margin-left: 0;
    margin: 0 auto !important;
  }
}
@media screen and (min-width: 600px) and (min-width: 1400px) {
  .page-template-tmpl-lms-landing-page .main-content-wrap .article-content-wrap {
    border-radius: 20px;
  }
}
@media screen and (min-width: 600px) and (min-width: 1400px) {
  .page-template-tmpl-lms-landing-page .main-content-wrap .article-content-wrap {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 600px) and (min-width: 1400px) {
  .page-template-tmpl-lms-landing-page .main-content-wrap .article-content-wrap {
    padding: 2rem 2.375rem 2.375rem;
  }
}
@media screen and (min-width: 960px) {
  .page-template-tmpl-lms-landing-page .main-content-wrap .article-content-wrap {
    padding: 1rem 6rem 6rem 6rem !important;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-tmpl-lms-landing-page .main-content-wrap .article-content-wrap {
    padding: 3rem 10rem 5rem 10rem !important;
  }
}
@media screen and (max-width: 600px) {
  .page-template-tmpl-lms-landing-page .main-content-wrap .article-content-wrap {
    margin-top: 0;
    background: initial;
  }
}
.page-template-tmpl-lms-landing-page .wp-block-button {
  margin-top: 1.8rem !important;
}
.page-template-tmpl-lms-landing-page .wp-block-button a {
  position: relative;
}
.page-template-tmpl-lms-landing-page .wp-block-button a::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMzgiIHZpZXdCb3g9IjAgMCAzOCAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xOC42MzExIDcuMDUyOTdDMTkuMzI2NyA2LjM1NzM0IDIwLjQ1NDUgNi4zNTczNCAyMS4xNTAyIDcuMDUyOTdMMzEuODM3NyAxNy43NDA1QzMyLjUzMzMgMTguNDM2MSAzMi41MzMzIDE5LjU2MzkgMzEuODM3NyAyMC4yNTk1TDIxLjE1MDIgMzAuOTQ3QzIwLjQ1NDUgMzEuNjQyNyAxOS4zMjY3IDMxLjY0MjcgMTguNjMxMSAzMC45NDdDMTcuOTM1NSAzMC4yNTE0IDE3LjkzNTUgMjkuMTIzNiAxOC42MzExIDI4LjQyOEwyNi4yNzc4IDIwLjc4MTJINy40MjE4OEM2LjQzODEyIDIwLjc4MTIgNS42NDA2MiAxOS45ODM4IDUuNjQwNjIgMTlDNS42NDA2MiAxOC4wMTYyIDYuNDM4MTIgMTcuMjE4OCA3LjQyMTg4IDE3LjIxODhIMjYuMjc3OEwxOC42MzExIDkuNTcyMDNDMTcuOTM1NSA4Ljg3NjQxIDE3LjkzNTUgNy43NDg1OSAxOC42MzExIDcuMDUyOTdaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K");
  display: inline-block;
  vertical-align: middle;
  width: 1.2em;
  height: 1.2em;
  position: relative;
  left: 0.3em;
  top: -0.4em;
  transform: scale(0.6);
}
@media screen and (min-width: 1280px) {
  .page-template-tmpl-lms-landing-page .wp-block-button a::after {
    transform: scale(0.8);
    width: 1.7em;
    height: 1.7em;
    left: 0.5em;
    top: -0.15em;
  }
}
.page-template-tmpl-lms-landing-page .wp-block-button a, .page-template-tmpl-lms-landing-page .link-btn {
  padding: 0.8rem 1.75rem 0.8rem;
}

.page-template-tmpl-financial-resources h2 {
  margin-top: 0;
}
.page-template-tmpl-financial-resources .template-tools-wrap {
  padding-top: 5rem;
}
.page-template-tmpl-financial-resources .template-worksheets-wrap {
  padding-top: 5rem;
}
.page-template-tmpl-financial-resources .hide-posts {
  display: none;
}
.page-template-tmpl-financial-resources .resources-post-expand {
  border-radius: 10px;
  margin-top: 2rem;
  display: flex;
  padding: 15px 28px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  border-radius: 10px;
  background: #000;
  color: #fff;
  text-transform: uppercase;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  transition: background-color 200ms ease-out;
}
.page-template-tmpl-financial-resources .resources-post-expand:hover, .page-template-tmpl-financial-resources .resources-post-expand:focus, .page-template-tmpl-financial-resources .resources-post-expand:active {
  transition: background-color 50ms ease-out;
}
.page-template-tmpl-financial-resources .resources-post-expand:hover, .page-template-tmpl-financial-resources .resources-post-expand:active, .page-template-tmpl-financial-resources .resources-post-expand:focus {
  background: #656769;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.single-post .breadcrumbs-wrap,
.single-gsam_video .breadcrumbs-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--extra-wide);
  width: 100%;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media screen and (min-width: 62.5rem) {
  .single-post .breadcrumbs-wrap,
  .single-gsam_video .breadcrumbs-wrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@keyframes menu-slide-in {
  from {
    transform: translate3d(-100%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes menu-slide-out {
  from {
    transform: translate3d(0%, 0, 0);
  }
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes menu-big-slide-in {
  from {
    background-color: rgba(0, 0, 0, 0);
    transform: translate3d(-23.5rem, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes menu-big-slide-out {
  from {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0%, 0, 0);
  }
  to {
    background-color: rgba(0, 0, 0, 0);
    transform: translate3d(-23.5rem, 0, 0);
  }
}
.menu-toggle {
  border: none;
  background: none;
  text-transform: uppercase;
  font-weight: 400;
  cursor: pointer;
}
.menu-toggle .icon {
  width: 1rem;
  height: 1rem;
  display: none;
  position: relative;
  top: 0.18rem;
  margin-right: 0.4rem;
  fill: black;
}
.menu-toggle:hover, .menu-toggle:focus {
  color: #1D71B8;
}
.menu-toggle:hover .icon, .menu-toggle:focus .icon {
  fill: #1D71B8;
}
.menu-toggle[aria-expanded=false] .icon-menu {
  display: inline-block;
}
.menu-toggle[aria-expanded=true] .icon-menu-close {
  display: inline-block;
  top: 0.15rem;
  margin-right: 0.3rem;
}

.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation #main-menu-container {
  display: none;
  height: calc(100% - 8.2rem);
  left: 0;
  position: fixed;
  top: 8.2rem;
  width: 200%;
  z-index: 10;
}
@media screen and (min-width: 1200px) {
  .main-navigation #main-menu-container {
    height: calc(100% - 8.4rem);
    top: 8.4rem;
  }
}
.main-navigation.toggled #main-menu-container {
  display: block;
}
.main-navigation #main-menu-container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-navigation #main-menu-container li {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
.main-navigation #main-menu-container .nav-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 5rem;
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.main-navigation #main-menu-container .menu-item-has-description > .nav-text-wrap {
  display: block;
}
.main-navigation .menu-item a:link,
.main-navigation .menu-item a:visited,
.main-navigation .menu-item button {
  font-size: 1.125rem;
  font-family: var(--wp--custom--font-families--sans-serif);
  font-weight: 400;
  text-decoration: none;
  color: black;
  border-radius: 0;
  line-height: 1.7;
}
.main-navigation .menu-item button {
  font-size: 1.225rem;
}
.main-navigation #main-menu-container .menu-item-desc {
  font-size: 0.875rem;
}
.main-navigation #main-menu-container > ul {
  background-color: #0F3856;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 50%;
  z-index: 1;
  scrollbar-width: thin;
}
.main-navigation #main-menu-container > ul > li {
  border-bottom: 1px solid white;
  padding-right: 2.4rem;
}
.main-navigation #main-menu-container > ul > li.focus, .main-navigation #main-menu-container > ul > li:hover {
  background-color: #AAE0E4;
}
.main-navigation #main-menu-container > ul > li.focus > .nav-text-wrap > a:link,
.main-navigation #main-menu-container > ul > li.focus > .nav-text-wrap > a:visited,
.main-navigation #main-menu-container > ul > li.focus > .nav-text-wrap > button,
.main-navigation #main-menu-container > ul > li.focus > .nav-text-wrap > .menu-item-desc, .main-navigation #main-menu-container > ul > li:hover > .nav-text-wrap > a:link,
.main-navigation #main-menu-container > ul > li:hover > .nav-text-wrap > a:visited,
.main-navigation #main-menu-container > ul > li:hover > .nav-text-wrap > button,
.main-navigation #main-menu-container > ul > li:hover > .nav-text-wrap > .menu-item-desc {
  color: black;
}
.main-navigation #main-menu-container > ul > li.focus .nav-text-wrap > .icon, .main-navigation #main-menu-container > ul > li:hover .nav-text-wrap > .icon {
  fill: black;
}
.main-navigation #main-menu-container > ul > li:hover {
  cursor: pointer;
}
.main-navigation #main-menu-container > ul > li:hover > .nav-text-wrap > a:link,
.main-navigation #main-menu-container > ul > li:hover > .nav-text-wrap > a:visited,
.main-navigation #main-menu-container > ul > li:hover > .nav-text-wrap > button,
.main-navigation #main-menu-container > ul > li:hover > .nav-text-wrap > .menu-item-desc {
  cursor: pointer;
}
.main-navigation #main-menu-container > ul > li .nav-text-wrap > .icon {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: -1.6rem;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: white;
}
.main-navigation #main-menu-container > ul > .menu-item > .nav-text-wrap > a:link,
.main-navigation #main-menu-container > ul > .menu-item > .nav-text-wrap > a:visited,
.main-navigation #main-menu-container > ul > .menu-item > .nav-text-wrap > button {
  color: white;
  outline: none;
}
.main-navigation.toggled #main-menu-container {
  animation: menu-slide-in 500ms ease-out forwards;
  display: block;
}
.main-navigation.transition-out #main-menu-container {
  animation: menu-slide-out 500ms ease-in forwards;
  display: block;
}
.main-navigation .menu-item button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
}
.main-navigation .menu-item-desc {
  color: #fff;
  display: block;
}
.main-navigation #main-menu-container .sub-menu {
  background-color: #D7EDF6;
  display: none;
  height: 100%;
  width: 50%;
  position: fixed;
  list-style: none;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
  z-index: 1;
  scrollbar-width: thin;
}
.main-navigation #main-menu-container .sub-menu li.focus,
.main-navigation #main-menu-container .sub-menu li:hover {
  background-color: #00607B;
}
.main-navigation #main-menu-container .sub-menu li.focus > .nav-text-wrap > a:link,
.main-navigation #main-menu-container .sub-menu li.focus > .nav-text-wrap > a:visited,
.main-navigation #main-menu-container .sub-menu li.focus > .nav-text-wrap > button,
.main-navigation #main-menu-container .sub-menu li.focus > .nav-text-wrap > .menu-item-desc,
.main-navigation #main-menu-container .sub-menu li:hover > .nav-text-wrap > a:link,
.main-navigation #main-menu-container .sub-menu li:hover > .nav-text-wrap > a:visited,
.main-navigation #main-menu-container .sub-menu li:hover > .nav-text-wrap > button,
.main-navigation #main-menu-container .sub-menu li:hover > .nav-text-wrap > .menu-item-desc {
  color: white;
}
.main-navigation #main-menu-container .sub-menu.toggled {
  display: block;
}
.main-navigation #main-menu-container .sub-menu .menu-item-desc {
  color: #000;
  margin-top: 10px;
  line-height: 1.3;
}
.main-navigation #main-menu-container .sub-menu .menu-item-has-description > .nav-text-wrap {
  line-height: 0.8;
}
.main-navigation #main-menu-container .sub-menu .menu-item a:link,
.main-navigation #main-menu-container .sub-menu .menu-item a:visited,
.main-navigation #main-menu-container .sub-menu .menu-item button {
  line-height: 1.4;
}
.main-navigation #main-menu-container .sub-menu > .menu-item > .nav-text-wrap > a:link,
.main-navigation #main-menu-container .sub-menu > .menu-item > .nav-text-wrap > a:visited,
.main-navigation #main-menu-container .sub-menu > .menu-item > .nav-text-wrap > button {
  color: black;
  text-transform: uppercase;
}
.main-navigation #main-menu-container .sub-menu > .menu-item > .sub-nav-back {
  background-color: #0F3856;
  padding: 0.8rem 1.1rem;
  width: 100%;
  color: white;
  cursor: pointer;
}
.main-navigation #main-menu-container .sub-menu > .menu-item > .sub-nav-back .menu-title-name {
  text-transform: uppercase;
}
.main-navigation #main-menu-container .sub-menu > .menu-item > .sub-nav-back .icon {
  width: 1.3rem;
  height: 0.9rem;
  margin-right: 0.5rem;
  position: relative;
  top: 0.05rem;
  fill: white;
}
.main-navigation #main-menu-container .sub-menu > .menu-item > .sub-nav-back:hover, .main-navigation #main-menu-container .sub-menu > .menu-item > .sub-nav-back:focus {
  background-color: #AAE0E4;
  color: black;
}
.main-navigation #main-menu-container .sub-menu > .menu-item > .sub-nav-back:hover .icon, .main-navigation #main-menu-container .sub-menu > .menu-item > .sub-nav-back:focus .icon {
  fill: black;
}
.main-navigation #main-menu-container .sub-menu > li:first-child {
  padding: 0;
}
@media screen and (min-width: 50rem) {
  .main-navigation #main-menu-container {
    background-color: rgba(0, 0, 0, 0.5);
    width: calc(100% + 23.5rem);
  }
  .main-navigation.toggled #main-menu-container {
    animation: menu-big-slide-in 500ms ease-out forwards;
  }
  .main-navigation.transition-out #main-menu-container {
    animation: menu-big-slide-out 500ms ease-in forwards;
  }
  .main-navigation #main-menu-container > ul {
    width: 23.5rem;
  }
  .main-navigation #main-menu-container .sub-menu {
    left: 23.5rem;
    width: 23.5rem;
  }
  .main-navigation #main-menu-container .sub-menu > .menu-item > .sub-nav-back {
    display: none;
  }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled .menu {
  display: block;
}

.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: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 7rem;
}

#main-menu-container .sub-menu li.menu-item .nav-text-wrap {
  border-bottom: 1px solid #C6C5CD;
}
#main-menu-container .sub-menu:hover .menu-item:has(+ .menu-item:hover) .nav-text-wrap, #main-menu-container .sub-menu:hover .menu-item:has(+ .menu-item:focus-within) .nav-text-wrap, #main-menu-container .sub-menu:hover .menu-item:has(+ .menu-item:focus) .nav-text-wrap, #main-menu-container .sub-menu:focus .menu-item:has(+ .menu-item:hover) .nav-text-wrap, #main-menu-container .sub-menu:focus .menu-item:has(+ .menu-item:focus-within) .nav-text-wrap, #main-menu-container .sub-menu:focus .menu-item:has(+ .menu-item:focus) .nav-text-wrap, #main-menu-container .sub-menu:focus-within .menu-item:has(+ .menu-item:hover) .nav-text-wrap, #main-menu-container .sub-menu:focus-within .menu-item:has(+ .menu-item:focus-within) .nav-text-wrap, #main-menu-container .sub-menu:focus-within .menu-item:has(+ .menu-item:focus) .nav-text-wrap {
  border-bottom: 1px solid #D7EDF6;
}
#main-menu-container .sub-menu:hover .menu-item:hover .nav-text-wrap, #main-menu-container .sub-menu:hover .menu-item:focus .nav-text-wrap, #main-menu-container .sub-menu:hover .menu-item:focus-within .nav-text-wrap, #main-menu-container .sub-menu:focus .menu-item:hover .nav-text-wrap, #main-menu-container .sub-menu:focus .menu-item:focus .nav-text-wrap, #main-menu-container .sub-menu:focus .menu-item:focus-within .nav-text-wrap, #main-menu-container .sub-menu:focus-within .menu-item:hover .nav-text-wrap, #main-menu-container .sub-menu:focus-within .menu-item:focus .nav-text-wrap, #main-menu-container .sub-menu:focus-within .menu-item:focus-within .nav-text-wrap {
  border-bottom: 1px solid transparent;
}

@keyframes ping {
  0% {
    transform: scale(0.2);
    opacity: 0.8;
  }
  80% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(2.2);
    opacity: 0;
  }
}
.search-form {
  position: relative;
}
.search-form input[type=search] {
  border-radius: 15px;
}
@media screen and (min-width: 1400px) {
  .search-form input[type=search] {
    border-radius: 20px;
  }
}
.search-form input[type=search] {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .search-form input[type=search] {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
  }
}
.search-form input[type=search] {
  padding: 0.4em 2.75em 0.25em;
  font-weight: 400;
  line-height: 1.9;
}
.search-form input[type=search]:focus, .search-form input[type=search]:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .search-form input[type=search]:focus, .search-form input[type=search]:active {
    box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.search-form input[type=search] {
  border: 1px solid #ccc;
  color: #666;
}
.search-form input[type=search]:focus {
  color: #111;
}
.search-form input[type=search] {
  background-color: #D7EDF6;
  box-sizing: border-box;
  width: 100%;
  border-radius: 1.3rem;
  font-size: 1rem;
}
.search-form input[type=search]::-webkit-search-decoration:hover, .search-form input[type=search]::-webkit-search-cancel-button:hover {
  cursor: pointer;
}
.search-form .search-submit,
.search-form .voice-search {
  bottom: 0;
  height: 100%;
  margin: auto;
  padding: 0.65em;
  padding-left: 0.9em;
  padding-right: 0.5rem;
  position: absolute;
  top: 0;
  width: 2.65rem;
  background: none;
  border: none;
  cursor: pointer;
}
.search-form .search-submit .icon,
.search-form .voice-search .icon {
  height: 100%;
  width: 100%;
}
.search-form .search-submit .icon use,
.search-form .voice-search .icon use {
  fill: black;
}
.search-form .search-submit:hover .icon use, .search-form .search-submit:focus .icon use,
.search-form .voice-search:hover .icon use,
.search-form .voice-search:focus .icon use {
  stroke: #1D71B8;
}
.search-form .search-submit {
  left: 0;
}
.search-form .voice-search {
  right: 0.25rem;
  width: 3rem;
}
.search-form .voice-search-popup {
  display: none;
  position: absolute;
  background: white;
  border: 1px solid #dce2e6;
  width: 100%;
  top: 100%;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .search-form .voice-search-popup {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.search-form .voice-search-popup {
  color: black;
}
.search-form .voice-search-popup .voice-search-stop,
.search-form .voice-search-popup .voice-search-indicator-btn {
  border: none;
  background: none;
  padding: 0;
}
.search-form .voice-search-popup .voice-search-stop {
  width: 2rem;
  height: 2rem;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  transition: background-color 200ms ease-out;
}
.search-form .voice-search-popup .voice-search-stop:hover, .search-form .voice-search-popup .voice-search-stop:focus, .search-form .voice-search-popup .voice-search-stop:active {
  transition: background-color 50ms ease-out;
}
.search-form .voice-search-popup .voice-search-stop .icon {
  width: 1rem;
  height: 1rem;
}
.search-form .voice-search-popup .voice-search-stop:hover {
  cursor: pointer;
  background-color: #f1f2f2;
  border-radius: 1rem;
}
.search-form .voice-search-popup .voice-search-stop:hover .icon {
  fill: #1D71B8;
}
.search-form .voice-search-popup .voice-search-indicator-btn {
  width: 7rem;
  height: 7rem;
  padding: 1rem;
  border-radius: 6rem;
  background: radial-gradient(#f1f2f2 calc(50% - 1px), transparent 50%);
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.search-form .voice-search-popup .voice-search-indicator-btn .icon-voice-search {
  width: 2rem;
  height: 2rem;
  stroke: white;
  z-index: 100;
}
.search-form .voice-search-popup .voice-search-indicator-btn .icon-voice-search use {
  fill: #db0f27;
}
.search-form .voice-search-popup .voice-search-indicator-btn:hover {
  cursor: pointer;
}
.search-form .voice-search-popup .voice-search-indicator-btn:hover, .search-form .voice-search-popup .voice-search-indicator-btn:focus, .search-form .voice-search-popup .voice-search-indicator-btn:active {
  background: radial-gradient(#dce2e6 calc(50% - 1px), transparent 50%);
}
.search-form .voice-search-popup .voice-search-indicator-btn.audio-started {
  background: radial-gradient(#db0f27 calc(50% - 1px), transparent 50%);
}
.search-form .voice-search-popup .voice-search-indicator-btn.audio-started .ping {
  animation: ping 0.8s ease-in-out infinite both;
  position: absolute;
  top: 0%;
  left: 0%;
  display: inline-block;
  mix-blend-mode: multiply;
}
.search-form .voice-search-popup .voice-search-indicator-btn.audio-started .ping .icon {
  width: 7rem;
  height: 7rem;
}
.search-form .voice-search-popup .voice-search-indicator-btn.audio-started .icon-voice-search use {
  fill: white;
}
.search-form .voice-search-popup .voice-search-indicator-btn:disabled:hover, .search-form .voice-search-popup .voice-search-indicator-btn:disabled:focus, .search-form .voice-search-popup .voice-search-indicator-btn:disabled:active {
  background: radial-gradient(circle, #f1f2f2 0%, #f1f2f2 50%, #ffffff 50%, #ffffff 100%);
}
.search-form .voice-search-popup .icon-voice-search {
  z-index: 10;
}
.search-form .voice-search-popup .ping {
  animation: ping 0.8s ease-in-out infinite both;
  position: absolute;
  display: none;
  top: 0%;
  left: 0%;
}
.search-form .voice-search-popup .ping .icon {
  width: 7rem;
  height: 7rem;
}

.relevanssi-live-search-results {
  top: 60px !important;
  left: 0px !important;
  width: 100% !important;
  max-height: none !important;
}

.relevanssi-live-search-result-status p {
  padding: 0.5em 1em !important;
}

.ajax-results {
  color: #000;
}

.relevanssi-live-search-results {
  display: none;
  background: white;
  border: 1px solid #dce2e6;
  width: 274px;
  border-radius: 21.39px !important;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25) !important;
}

.relevanssi-live-search-result p {
  font-weight: 500;
}
.relevanssi-live-search-result a {
  text-decoration: none;
  color: black;
}
.relevanssi-live-search-result:hover, .relevanssi-live-search-result:active, .relevanssi-live-search-result:focus {
  background-color: #f1f2f2;
  cursor: pointer;
}
.site-header-search .relevanssi-live-search-results {
  top: 42.78px !important;
}
@media screen and (min-width: 1200px) {
  .site-header-search .relevanssi-live-search-results {
    top: 46.78px !important;
  }
}
@media screen and (min-width: 1400px) {
  .site-header-search .relevanssi-live-search-results {
    top: 56px !important;
  }
}
@media screen and (min-width: 1920px) {
  .site-header-search .relevanssi-live-search-results {
    top: 72px !important;
  }
}

.relevanssi-live-search-result-status a:visited {
  color: #1D71B8;
}
.relevanssi-live-search-result-status a:hover, .relevanssi-live-search-result-status a:focus, .relevanssi-live-search-result-status a:active {
  color: #191970;
}

.relevanssi-live-search-didyoumean a {
  font-weight: 500;
}
.relevanssi-live-search-didyoumean a:hover, .relevanssi-live-search-didyoumean a:active, .relevanssi-live-search-didyoumean a:focus {
  text-decoration: underline;
}

.rlv-has-spinner {
  border-color: #00607B !important;
  border-right-color: transparent !important;
}

.rlv-has-spinner::after {
  background-color: #00607B !important;
}

.omni-back-top {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .omni-back-top {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.omni-back-top {
  background-color: #dce2e6;
  color: black;
  border-radius: 35px;
  bottom: 60px;
  opacity: 0;
  padding: 13px 18.25px;
  position: fixed;
  right: -60px;
  transition: all 0.2s ease-in-out 0s;
  z-index: 100;
  font-size: 18px;
  cursor: pointer;
}
.omni-back-top .icon {
  width: 1.2em;
  height: 1.2em;
  position: relative;
  top: 0.15em;
  fill: black;
  transform: rotate(-90deg);
}
.omni-back-top.present {
  right: 22px;
  opacity: 1;
}
.omni-back-top.present:hover {
  background-color: #727D90;
  opacity: 1;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .omni-back-top.present:hover {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  }
}
.omni-back-top.present:hover .icon {
  fill: white;
}

@media screen and (max-width: 1280px) {
  .omni-back-top {
    bottom: 15px;
  }
  .omni-back-top.present {
    right: 15px;
    opacity: 0.95;
  }
}
@media screen and (min-width: 1400px) {
  .omni-back-top {
    padding: 15px 20px;
    bottom: 50px;
  }
  .omni-back-top.present {
    right: 50px;
    opacity: 0.95;
  }
  .omni-back-top .icon {
    width: 1.5em;
    height: 1.5em;
  }
}
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.single .post,
.single .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;
}

.page-template-tmpl-investor-news .site-main ul li {
  padding-bottom: 2rem;
}

.listing-item {
  border-radius: 10px;
  padding: 1.5rem 1.75rem 1.25rem;
}
@media screen and (min-width: 1400px) {
  .listing-item {
    padding: 2rem 2.375rem 1.75rem;
  }
}
.listing-item {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .listing-item {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.listing-item {
  transition: background-color 200ms ease-out;
}
.listing-item:hover, .listing-item:focus, .listing-item:active {
  transition: background-color 50ms ease-out;
}
.listing-item {
  background: #fff;
  color: #000;
  display: grid;
  grid-template-rows: auto 1fr auto;
  margin-bottom: 0;
}
.listing-item[data-link-click]:hover, .listing-item.has-focus {
  background: #D5F0F2;
}
.listing-item .entry-header {
  margin-top: 0;
}
.listing-item .entry-header .entry-title {
  margin-bottom: 0;
  margin-top: 0.25rem;
}
.listing-item .entry-header .entry-title > a {
  text-decoration: none;
  color: #000;
  font-size: 1.25rem;
  font-family: var(--wp--custom--font-families--sans-serif);
  font-weight: 600;
}
@media screen and (min-width: 1400px) {
  .listing-item .entry-header .entry-title > a {
    font-size: 1.5rem;
  }
}
.listing-item .entry-content {
  margin: 0.5rem 0 0;
}
.listing-item .entry-content p {
  margin-top: 0;
  font-size: 1rem;
}
@media screen and (min-width: 1400px) {
  .listing-item .entry-content p {
    font-size: 1.125rem;
  }
}
.listing-item .entry-footer {
  height: 3rem;
  display: flex;
}
.listing-item .entry-footer .article-time-to-read {
  font-family: var(--wp--custom--font-families--sans-serif);
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #656769;
  float: left;
  display: inline-block;
  align-self: center;
}
@media screen and (min-width: 1400px) {
  .listing-item .entry-footer .article-time-to-read {
    font-size: 1rem;
  }
}
.listing-item .entry-footer .listing-icon {
  margin-left: auto;
  height: auto;
  display: inline-block;
  align-self: center;
  height: 34px;
  display: flex;
}
.listing-item .entry-footer .listing-icon .icon {
  width: 34px;
  height: 34px;
}
@media screen and (min-width: 1400px) {
  .listing-item .entry-footer .listing-icon .icon {
    width: 38px;
    height: 38px;
  }
}
.listing-item:hover, .listing-item:focus, .listing-item:active {
  background-color: #AAE0E4;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .listing-item:hover, .listing-item:focus, .listing-item:active {
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25);
  }
}
.listing-item.ga4-most-popular-article {
  position: relative;
}
.listing-item.ga4-most-popular-article .entry-header {
  margin-top: 2rem;
}
.listing-item.ga4-most-popular-article .most-popular-icon {
  display: flex;
  position: absolute;
  align-items: baseline;
  top: 0;
  left: 0;
  gap: 0.8rem;
}
.listing-item.ga4-most-popular-article .most-popular-icon .icon-corner {
  width: 42px;
  height: 42px;
}
.listing-item.ga4-most-popular-article .most-popular-icon .icon-corner img {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .listing-item.ga4-most-popular-article .most-popular-icon .icon-corner img {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.listing-item.ga4-most-popular-article .most-popular-icon .icon-corner img {
  border-bottom-right-radius: 9px;
}
.listing-item.ga4-most-popular-article .most-popular-icon .icon-text {
  color: #0F3856;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.25rem;
}
@media screen and (min-width: 1400px) {
  .listing-item.ga4-most-popular-article .most-popular-icon .icon-text {
    font-size: 1.1rem;
  }
}

.no-results {
  padding-bottom: 3rem;
}
.no-results .entry-content {
  margin: 5rem 0 2rem 0;
}
.no-results .entry-content > p {
  text-align: center;
}
.no-results .search-form {
  max-width: 600px;
  margin: 0 auto;
}

#main-content-wrap:has(.no-results.not-found) {
  overflow-x: visible;
  z-index: 1;
}
#main-content-wrap:has(.no-results.not-found) .search-form .relevanssi-live-search-results {
  top: 43px !important;
}

.glossary-items {
  padding-right: 4em;
  width: 100%;
  margin-right: -2em;
  float: left;
}

.glossary-index {
  margin-top: 0;
  width: 2em;
  float: right;
}

@media screen and (min-width: 880px) {
  .glossary-wrap {
    position: relative;
    left: 20px;
    max-width: 682px;
  }
}

.glossary-wrap .glossary-index .glossary-index-item {
  float: left;
}

@media screen and (min-width: 600px) {
  .glossary-items {
    padding-right: 9em;
    margin-right: -8em;
  }
  .glossary-index {
    width: 7.5em;
  }
}
@media screen and (min-width: 600px) {
  .glossary-wrap .glossary-index .glossary-index-item {
    margin-right: 1em;
  }
  .glossary-wrap .glossary-index .glossary-index-item:nth-child(3n) {
    margin-right: 0;
  }
  .glossary-wrap .glossary-index .glossary-index-item:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 960px) {
  .glossary-items {
    font-size: 1.1em;
  }
}
.glossary-items .glossary-item {
  padding-top: 1em;
  padding-bottom: 0.9em;
  border-top: 1px solid #727D90;
}
.glossary-items .glossary-item-heading {
  font-size: 1em;
  float: left;
  margin-top: 0.2em;
  margin-bottom: 0;
  line-height: 1.4;
  margin-right: 0.5em;
  color: #ac662f;
  font-family: var(--wp--custom--font-families--sans-serif);
}
.glossary-items .glossary-item-heading a {
  color: #d07e29;
  text-decoration: none;
}
.glossary-items .glossary-item-heading a:hover {
  text-decoration: underline;
}
.glossary-items .glossary-item-description {
  font-size: 1em;
  margin-bottom: 0;
}

@keyframes glossary_show {
  0% {
    transform: translate3d(0, -100px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.glossary-term {
  border-bottom: 2px dotted #d07e29;
  cursor: help;
  position: relative;
}
.glossary-term .glossary-popup-wrap {
  position: absolute;
  width: 358px;
  margin-left: auto;
  margin-right: auto;
  left: 358px;
  right: 358px;
  bottom: 100%;
  left: -179px;
  right: -179px;
  bottom: 100%;
  display: block;
  padding-bottom: 1em;
  cursor: auto;
  visibility: hidden;
  z-index: 10;
}
.glossary-term .glossary-popup-wrap .glossary-popup-bubble {
  cursor: auto;
  transform: translate3d(0, -40px, 0);
  opacity: 0;
  transition: transform 300ms ease-out, opacity 300ms ease-out, visibility 300ms;
}
.glossary-term.opened .glossary-popup-wrap {
  visibility: visible;
}
.glossary-term.opened .glossary-popup-wrap .glossary-popup-bubble {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  visibility: visible;
  transition: transform 200ms ease-in, opacity 200ms ease-in;
}
.glossary-term .glossary-popup-bubble {
  display: block;
  background: black;
  color: white;
  box-shadow: 0px 0px 3px 1px #d3d3d3, 3px 3px 5px 0px #d3d3d3;
  border-radius: 8px;
  padding: 0.75em 1em 1em 1em;
  position: relative;
  font-size: 0.8em;
}
.glossary-term .glossary-popup-bubble .glossary-popup-heading {
  color: #eca83c;
  font-weight: 500;
  margin-right: 0.25rem;
}
.glossary-term .glossary-read-more {
  display: block;
  margin-top: 0.5em;
  text-transform: uppercase;
  font-size: 0.8em;
}
.glossary-term .glossary-read-more a {
  color: #AAE0E4;
}
.glossary-term .glossary-read-more a:hover, .glossary-term .glossary-read-more a:active, .glossary-term .glossary-read-more a:focus {
  text-decoration: none;
}
.glossary-term .glossary-triangle {
  display: block;
  width: 44px;
  height: 19px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  margin-top: -1px;
}
.glossary-term .glossary-triangle:after {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background: #000;
  transform: rotate(45deg); /* Prefixes... */
  left: 0;
  right: 0;
  top: -12px;
  margin: auto;
  box-shadow: 0px 0px 3px 1px #d3d3d3, 3px 3px 3px #d3d3d3;
}
.glossary-term.left .glossary-popup-wrap {
  left: 0;
  right: auto;
}
.glossary-term.left .glossary-triangle {
  right: auto;
}
.glossary-term.right .glossary-popup-wrap {
  left: auto;
  right: 0;
}
.glossary-term.right .glossary-triangle {
  left: auto;
}
@media screen and (max-width: 600px) {
  .glossary-term {
    position: static;
  }
  .glossary-term.opened:before {
    content: "";
    position: absolute;
    display: block;
    width: calc(100% + 1.1rem + 1.1rem);
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    top: 0;
    left: -1.1rem;
    right: 0;
    z-index: 100;
  }
  .glossary-term .glossary-popup-wrap {
    width: 80%;
    max-width: 400px;
    top: auto;
    z-index: 101;
    left: 0 !important;
    right: 0 !important;
    margin: auto;
  }
  .glossary-term .glossary-triangle {
    display: none;
  }
  .glossary-term .glossary-popup-bubble {
    box-shadow: none;
  }
}

.glossary-index {
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
}
.glossary-index > a, .glossary-index > span, .glossary-index .next a, .glossary-index .prev a, .glossary-index a:link {
  width: 1.8em;
  padding-top: 0em;
  background-color: #AAE0E4;
  display: inline-block;
  text-align: center;
  font-weight: 900;
  border-radius: 6px;
  color: #0F3856;
  line-height: 1.8em;
  vertical-align: top;
  box-shadow: 0px 3px 1px 0 rgba(0, 0, 0, 0.1);
  margin-right: 0.3em;
  margin-bottom: 1em;
}
.glossary-index a {
  text-decoration: none;
  color: #0F3856;
}
.glossary-index a:hover,
.glossary-index a:focus {
  color: #d07e29;
  background-color: #fef2e9;
  box-shadow: inset 0px 2px 3px 0 rgba(0, 0, 0, 0.2);
}

.page-template-tmpl-glossary .page-header .page-header-wrap {
  display: block;
}
.page-template-tmpl-glossary .page-header .page-header-wrap .glossary-search-wrap .search-form {
  max-width: 600px;
}
.page-template-tmpl-glossary .page-header .page-header-wrap .glossary-search-wrap .search-form input {
  height: 60px;
  border-radius: 30px;
}
.page-template-tmpl-glossary .page-header .page-header-wrap .glossary-search-wrap .search-form input[type=search] {
  font-size: 1.25rem;
}
.page-template-tmpl-glossary .page-header .page-header-wrap .glossary-search-wrap .search-form .search-submit, .page-template-tmpl-glossary .page-header .page-header-wrap .glossary-search-wrap .search-form .voice-search {
  width: 3.65rem;
}

.notification {
  background-color: #F5F5F5;
  font-size: 0.9rem;
}
@media screen and (min-width: 960px) {
  .notification {
    font-size: 1rem;
  }
}
.notification .container-fluid .notice-name {
  font-weight: 900;
  display: block;
}
.notification .container-fluid .notification-wrap {
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media screen and (min-width: 62.5rem) {
  .notification .container-fluid .notification-wrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.notification .container-fluid .notification-wrap {
  position: relative;
  margin-left: auto;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 4em;
}
.notification .container-fluid .notification-wrap .btn-close {
  border: none;
  padding: 0.1rem;
  background: none;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  margin-right: 0.15rem;
  width: 2rem;
  height: 2rem;
  transition: background-color 200ms ease-out;
}
.notification .container-fluid .notification-wrap .btn-close:hover, .notification .container-fluid .notification-wrap .btn-close:focus, .notification .container-fluid .notification-wrap .btn-close:active {
  transition: background-color 50ms ease-out;
}
.notification .container-fluid .notification-wrap .btn-close .icon {
  width: 1rem;
  height: 1rem;
}
.notification .container-fluid .notification-wrap .btn-close:hover {
  cursor: pointer;
  background-color: white;
  border-radius: 2rem;
}
.notification .container-fluid .notification-wrap .btn-close:hover .icon {
  fill: #1D71B8;
}

.cta-banner-block {
  margin-top: 40px;
  margin-bottom: 50px;
}
@media screen and (min-width: 600px) {
  .cta-banner-block {
    margin-top: 85px;
    margin-bottom: 90px;
  }
}

.gsam-cta-block {
  display: grid;
}
.gsam-cta-block .cta-content-wrap {
  background-color: #0F3856;
  border-radius: 0 0 10px 10px;
  color: #ffffff;
  padding: 30px 20px 38px 20px;
}
.gsam-cta-block .cta-content-wrap h3 {
  margin-top: 0;
}
.gsam-cta-block .cta-content-wrap .cta-section-link.small-link a:link, .gsam-cta-block .cta-content-wrap .cta-section-link.large-link a:link {
  position: relative;
  text-decoration: none;
  color: #AAE0E4;
  text-transform: uppercase;
}
.gsam-cta-block .cta-content-wrap .cta-section-link.small-link a:link .icon, .gsam-cta-block .cta-content-wrap .cta-section-link.large-link a:link .icon {
  fill: #AAE0E4;
  width: 1.5625rem;
  height: 1.5625rem;
  vertical-align: middle;
}
.gsam-cta-block .cta-content-wrap .cta-section-link.small-link a:visited, .gsam-cta-block .cta-content-wrap .cta-section-link.large-link a:visited {
  color: #AAE0E4;
}
.gsam-cta-block .cta-content-wrap .cta-section-link.small-link a:hover,
.gsam-cta-block .cta-content-wrap .cta-section-link.small-link a:focus, .gsam-cta-block .cta-content-wrap .cta-section-link.large-link a:hover,
.gsam-cta-block .cta-content-wrap .cta-section-link.large-link a:focus {
  text-decoration: underline;
}
.gsam-cta-block .cta-content-wrap .cta-section-link.small-link {
  margin-top: 1.8rem;
}
.gsam-cta-block .cta-content-wrap .cta-section-link.small-link a:link {
  padding-left: 2.5rem;
  padding-top: 0.25rem;
}
.gsam-cta-block .cta-content-wrap .cta-section-link.small-link a:link .icon {
  top: 0px;
  position: absolute;
  left: 0;
}
.gsam-cta-block .cta-content-wrap .cta-section-link.large-link {
  margin-top: 1.8rem;
}
.gsam-cta-block .cta-content-wrap .cta-section-link.large-link a:link {
  padding-right: 2.5rem;
}
.gsam-cta-block .cta-content-wrap .cta-section-link.large-link a:link .icon {
  position: relative;
  top: -2px;
  right: 0;
  left: 10px;
}
.gsam-cta-block .cta-image-wrap img {
  border-radius: 10px 10px 0 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 600px) {
  .gsam-cta-block {
    display: grid;
    grid-template-columns: 1.3fr 2.3fr;
    grid-template-rows: 1fr;
    width: 100%;
    align-items: center;
  }
  .gsam-cta-block .cta-image-wrap {
    height: 100%;
    order: 1;
  }
  .gsam-cta-block .cta-image-wrap img {
    border-radius: 20px 0px 0px 20px;
    height: 100%;
    object-fit: cover;
  }
  .gsam-cta-block .cta-content-wrap {
    border-radius: 0px 20px 20px 0;
    height: 100%;
    order: 2;
    padding: 43px 41px 60px 41px;
  }
  .gsam-cta-block .cta-content-wrap .cta-section-link.large-link a:link .icon {
    top: 0;
  }
  .gsam-cta-block .cta-content-wrap .cta-section-link.small-link a:link {
    padding-top: 0;
  }
  .gsam-cta-block .cta-content-wrap h3 {
    font-size: 1.5em;
  }
}

.site-section.gsam-cta-block-full-width {
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  box-shadow: none;
  border-radius: 20px;
  position: relative;
  padding: 0;
}
.site-section.gsam-cta-block-full-width::after {
  border-radius: 20px;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}
.site-section.gsam-cta-block-full-width .cta-overlay-wrap {
  border-radius: 20px;
}
.site-section.gsam-cta-block-full-width .cta-content-wrap {
  color: #ffffff;
  padding: 198px 20px 32px 20px;
  position: relative;
  z-index: 1;
}
.site-section.gsam-cta-block-full-width .cta-content-wrap h3 {
  margin-top: 0;
}
.site-section.gsam-cta-block-full-width .cta-content-wrap .cta-section-link.small-link a:link, .site-section.gsam-cta-block-full-width .cta-content-wrap .cta-section-link.large-link a:link {
  position: relative;
  text-decoration: none;
  color: #AAE0E4;
  text-transform: uppercase;
}
.site-section.gsam-cta-block-full-width .cta-content-wrap .cta-section-link.small-link a:link .icon, .site-section.gsam-cta-block-full-width .cta-content-wrap .cta-section-link.large-link a:link .icon {
  fill: #AAE0E4;
  width: 1.5625rem;
  height: 1.5625rem;
  vertical-align: middle;
}
.site-section.gsam-cta-block-full-width .cta-content-wrap .cta-section-link.small-link a:visited, .site-section.gsam-cta-block-full-width .cta-content-wrap .cta-section-link.large-link a:visited {
  color: #AAE0E4;
}
.site-section.gsam-cta-block-full-width .cta-content-wrap .cta-section-link.small-link a:hover,
.site-section.gsam-cta-block-full-width .cta-content-wrap .cta-section-link.small-link a:focus, .site-section.gsam-cta-block-full-width .cta-content-wrap .cta-section-link.large-link a:hover,
.site-section.gsam-cta-block-full-width .cta-content-wrap .cta-section-link.large-link a:focus {
  text-decoration: underline;
}
.site-section.gsam-cta-block-full-width .cta-content-wrap .cta-section-link.small-link {
  margin-top: 1.8rem;
}
.site-section.gsam-cta-block-full-width .cta-content-wrap .cta-section-link.small-link a:link {
  padding-left: 2.5rem;
}
.site-section.gsam-cta-block-full-width .cta-content-wrap .cta-section-link.small-link a:link .icon {
  position: absolute;
  top: -3px;
  left: 0;
}
.site-section.gsam-cta-block-full-width .cta-content-wrap .cta-section-link.large-link {
  margin-top: 1.8rem;
}
.site-section.gsam-cta-block-full-width .cta-content-wrap .cta-section-link.large-link a:link {
  padding-right: 2.5rem;
}
.site-section.gsam-cta-block-full-width .cta-content-wrap .cta-section-link.large-link a:link .icon {
  position: relative;
  right: 0;
  top: -2px;
  right: 0;
  left: 10px;
}
@media screen and (min-width: 600px) {
  .site-section.gsam-cta-block-full-width .cta-content-wrap {
    padding: 50px 137px 54px 136px;
    margin: 0 auto;
    text-align: center;
  }
  .site-section.gsam-cta-block-full-width .cta-content-wrap h3 {
    font-size: 1.5em;
  }
  .site-section.gsam-cta-block-full-width .cta-section-link.site-section-links {
    display: block;
  }
}
@media only screen and (max-width: 750px) and (min-width: 600px) {
  .site-section.gsam-cta-block-full-width .cta-content-wrap {
    padding: 50px 57px 54px 56px;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 600px) {
  .gsam-cta-block .cta-content-wrap .cta-section-link.small-link .icon {
    top: -3px !important;
  }
}
@media screen and (min-width: 1280px) {
  .cta-content-wrap .cta-section-link.small-link .icon {
    top: 0px !important;
  }
}
@media only screen and (max-width: 700px) {
  .cta-content-wrap .cta-section-link.text-ellipsis a {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (max-width: 400px) {
  .cta-content-wrap .cta-section-link.large-link a {
    padding-right: 0 !important;
  }
}
/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}
.widget select {
  max-width: 100%;
}

.feedback-form {
  padding-bottom: 3rem;
  margin-bottom: 0 !important;
  border-top: 1px solid transparent;
}
.feedback-form .gform_anchor:before {
  content: "";
  display: block;
  width: 0;
  height: 15.75rem;
  margin: -15.75rem 0 0;
}
@media screen and (max-width: 1200px) {
  .feedback-form .gform_anchor:before {
    height: 19.025rem;
    margin: -19.025rem 0 0;
  }
}
.feedback-form .gform_anchor:focus-visible {
  outline: none;
}
.feedback-form .gform_wrapper.gravity-theme .gfield textarea.large {
  height: 100px;
}
.feedback-form .gfield_description {
  margin-top: 0 !important;
}
.feedback-form .ginput_container {
  max-width: 600px;
}

.single-post .feedback-form {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--default);
  width: 100%;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media screen and (min-width: 62.5rem) {
  .single-post .feedback-form {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.single-post .feedback-form {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 75rem) {
  .single-post .feedback-form {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--custom--layout--extra-wide);
    width: 100%;
    margin-top: 2.5rem;
    margin-bottom: 2rem;
  }
}
.single-post .feedback-form .gfield_description {
  color: #000 !important;
}

.gsam-net-promoter-score-3 .gfield_required {
  display: none !important;
}
.gsam-net-promoter-score-3 .feedback-button {
  position: fixed;
  right: 0;
  bottom: 5%;
  transform: translateX(100%) translateY(-50%) rotate(180deg);
  transform-origin: center;
  writing-mode: vertical-rl;
  border-radius: 0px 5px 5px 0px;
  z-index: 9999;
  padding: 1rem 0.5rem;
  background-color: #0F3856;
  color: #fff;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  opacity: 0;
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.gsam-net-promoter-score-3 .feedback-button:hover {
  background-color: #1D71B8;
}
.gsam-net-promoter-score-3 .feedback-button.btn-active {
  transform: translateX(0) translateY(-50%) rotate(180deg);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .gsam-net-promoter-score-3 .feedback-button {
    display: none !important;
  }
}
.gsam-net-promoter-score-3 {
  /* The Modal (background) */
}
.gsam-net-promoter-score-3 .modal {
  opacity: 0;
  position: fixed;
  z-index: 9999;
  background-color: #fff;
  padding: 0.625rem;
  box-shadow: 2px 0px 2px 2px rgba(0, 0, 0, 0.25);
  border-radius: 0.625rem 0.625rem 0px 0px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  min-width: auto;
  transform: translateY(100%);
  transition: transform 0.6s ease, opacity 0.4s ease;
}
.gsam-net-promoter-score-3 .modal.active {
  transform: translateY(0);
  opacity: 1;
}
.gsam-net-promoter-score-3 .modal-content {
  margin: 1rem;
}
.gsam-net-promoter-score-3 .modal-content .modal-content-content {
  max-width: 278px;
  margin: 0 auto;
}
@media screen and (min-width: 430px) {
  .gsam-net-promoter-score-3 .modal-content .modal-content-content {
    max-width: 375px;
  }
}
@media screen and (min-width: 575px) {
  .gsam-net-promoter-score-3 .modal-content .modal-content-content {
    max-width: 515px;
  }
}
@media screen and (min-width: 768px) {
  .gsam-net-promoter-score-3 .modal-content .modal-content-content {
    max-width: 545px;
    text-align: center;
  }
}
.gsam-net-promoter-score-3 {
  /* The Close Button */
}
.gsam-net-promoter-score-3 .modal-popup-header .close-popup-icon {
  border: none;
  background-color: transparent;
  padding: 0;
  padding: 0.1rem;
  width: 2rem;
  height: 2rem;
}
.gsam-net-promoter-score-3 .modal-popup-header .close-popup-icon.close {
  float: right;
  position: relative;
}
.gsam-net-promoter-score-3 .modal-popup-header .close-popup-icon.close:focus-visible {
  outline: none;
}
.gsam-net-promoter-score-3 .modal-popup-header .close-popup-icon .icon {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0.625rem;
  right: 0.625rem;
}
.gsam-net-promoter-score-3 .modal-popup-header .close-popup-icon:hover {
  cursor: pointer;
  background-color: #f1f2f2;
  border-radius: 2rem;
  width: 2.5rem;
  height: 2.5rem;
}
.gsam-net-promoter-score-3 .modal-popup-header .close-popup-icon:hover .icon {
  fill: #1D71B8;
}
.gsam-net-promoter-score-3 .gform_confirmation_wrapper .gform_confirmation_message {
  padding-bottom: 1rem;
}
.gsam-net-promoter-score-3 .gform_confirmation_wrapper .gform_confirmation_message h2 {
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
.gsam-net-promoter-score-3 .gform_wrapper.gravity-theme form,
.gsam-net-promoter-score-3 .gform_wrapper.gravity-theme .gform_fields {
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .gsam-net-promoter-score-3 .gform_wrapper .gform-body .gfield--type-survey {
    position: relative;
  }
}
.gsam-net-promoter-score-3 .gform_wrapper .gform-body .gfield--type-survey .gfield_label {
  font-size: 1.25rem !important;
  line-height: 32px;
  margin-bottom: 0.85rem;
}
@media screen and (min-width: 768px) {
  .gsam-net-promoter-score-3 .gform_wrapper .gform-body .gfield--type-survey .gfield_label {
    font-size: 1.5rem !important;
  }
}
.gsam-net-promoter-score-3 .gform_wrapper .gform-body .gfield_label {
  color: #000;
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 24px;
}
@media screen and (min-width: 768px) {
  .gsam-net-promoter-score-3 .gform_wrapper .gform-body .gfield_label {
    font-size: 1.25rem !important;
    line-height: 36px;
  }
}
.gsam-net-promoter-score-3 .gform_wrapper .gform-body .nps-survey-label {
  font-size: 0.8125rem;
  font-weight: 400;
  line-height: 24px;
}
.gsam-net-promoter-score-3 .gform_wrapper .gform-body .nps-survey-label.survey-label-mobile {
  margin-bottom: 0.6em;
}
@media screen and (min-width: 768px) {
  .gsam-net-promoter-score-3 .gform_wrapper .gform-body .nps-survey-label.survey-label-mobile {
    display: none;
  }
}
.gsam-net-promoter-score-3 .gform_wrapper .gform-body .nps-survey-label.net-promoter-desc-label {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .gsam-net-promoter-score-3 .gform_wrapper .gform-body .nps-survey-label.net-promoter-desc-label {
    position: absolute;
    top: 0.5rem;
    left: -65px;
    width: calc(100% + 10.5rem);
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .gsam-net-promoter-score-3 .gform_wrapper .gform-body .nps-survey-label.net-promoter-desc-label {
    justify-content: end;
  }
  .gsam-net-promoter-score-3 .gform_wrapper .gform-body .nps-survey-label.net-promoter-desc-label .survey-not-likely {
    display: none;
  }
}
.gsam-net-promoter-score-3 .gform_wrapper .gform-body {
  /* Style the labels as buttons */
}
.gsam-net-promoter-score-3 .gform_wrapper .gform-body .gfield_radio {
  display: flex !important;
  align-items: center;
  gap: 7.5px;
  align-self: stretch;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .gsam-net-promoter-score-3 .gform_wrapper .gform-body .gfield_radio {
    gap: 5px;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
.gsam-net-promoter-score-3 .gform_wrapper .gform-body .gfield_radio label {
  font-size: 1rem;
}
.gsam-net-promoter-score-3 .gform_wrapper .gform-body .gfield_radio .gchoice {
  padding-right: 0 !important;
}
.gsam-net-promoter-score-3 .gform_wrapper .gform-body .gfield_radio .gchoice:first-child input[type=radio] + label {
  margin-left: 0;
}
.gsam-net-promoter-score-3 .gform_wrapper .gform-body .gfield_radio .gchoice:last-child input[type=radio] + label {
  margin-right: 0;
}
.gsam-net-promoter-score-3 .gform_wrapper .gform-body .gfield_radio input[type=radio] + label {
  display: inline-block;
  text-align: center;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #C5CCD0;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.gsam-net-promoter-score-3 .gform_wrapper .gform-body .gfield_radio input[type=radio] + label:hover {
  background: #AAE0E4;
}
.gsam-net-promoter-score-3 .gform_wrapper .gform-body .gfield_radio input[type=radio] + label::before {
  display: none;
}
.gsam-net-promoter-score-3 .gform_wrapper .gform-body .gfield_radio input[type=radio]:checked + label {
  background: #0F3856;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .gsam-net-promoter-score-3 .gform_wrapper .gform_footer {
    justify-content: center;
  }
}
.gsam-net-promoter-score-3 .gform_wrapper .gform_footer .gform_button {
  width: 100%;
  margin-top: 1em;
  font-size: 1rem;
  font-weight: 500;
  line-height: 25.5px;
  padding: 0.5rem 1.125rem;
  border-radius: 0.5rem;
}
@media screen and (min-width: 768px) {
  .gsam-net-promoter-score-3 .gform_wrapper .gform_footer .gform_button {
    width: 11rem;
  }
}

[lang=fr-FR] .gsam-net-promoter-score-3 .gform_wrapper .gform-body .nps-survey-label.net-promoter-desc-label {
  line-height: 16px;
}
@media screen and (min-width: 768px) {
  [lang=fr-FR] .gsam-net-promoter-score-3 .gform_wrapper .gform-body .nps-survey-label.net-promoter-desc-label {
    left: -90px;
    width: calc(100% + 11.5rem);
    top: 0.2rem;
    text-align: left;
  }
}

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

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

/* Video Block Styling */
.wp-block-video video {
  border-radius: 10px;
  max-width: 54rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .wp-block-video video {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}

.is-type-video iframe {
  border-radius: 10px;
  max-width: 54rem;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .is-type-video iframe {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}

.aligncenter {
  text-align: center !important;
}

figure {
  margin-top: 4rem;
}

/* 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 {
  display: grid;
  grid-gap: 1.5em;
  margin-bottom: 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;
}

/* Tools
--------------------------------------------- */
.tool-embed-frame {
  min-width: 100%;
  width: 1px;
}

.post-type-archive-gsam_tool .simalam-archive,
.post-type-archive-gsam_calculator .simalam-archive,
.post-type-archive-gsam_worksheet .simalam-archive,
.page-template-tmpl-financial-resources .simalam-archive,
.post-type-archive-gsam_investing_chart .simalam-archive {
  background-color: #dce2e6;
}
.post-type-archive-gsam_tool .listing-item,
.post-type-archive-gsam_calculator .listing-item,
.post-type-archive-gsam_worksheet .listing-item,
.page-template-tmpl-financial-resources .listing-item,
.post-type-archive-gsam_investing_chart .listing-item {
  background-color: #0F3856;
  gap: 0 2rem;
  padding: 1.25rem 1.75rem 1.5rem;
  grid-template-columns: 100px auto;
  align-items: center;
  margin-bottom: 1.5em;
}
.post-type-archive-gsam_tool .listing-item .post-thumbnail,
.post-type-archive-gsam_calculator .listing-item .post-thumbnail,
.post-type-archive-gsam_worksheet .listing-item .post-thumbnail,
.page-template-tmpl-financial-resources .listing-item .post-thumbnail,
.post-type-archive-gsam_investing_chart .listing-item .post-thumbnail {
  width: 100px;
  height: auto;
  grid-column: 1/2;
  grid-row: 1;
  display: flex;
}
.post-type-archive-gsam_tool .listing-item .entry-header,
.post-type-archive-gsam_calculator .listing-item .entry-header,
.post-type-archive-gsam_worksheet .listing-item .entry-header,
.page-template-tmpl-financial-resources .listing-item .entry-header,
.post-type-archive-gsam_investing_chart .listing-item .entry-header {
  grid-column: 2/3;
  grid-row: 1;
}
.post-type-archive-gsam_tool .listing-item .entry-title > a,
.post-type-archive-gsam_calculator .listing-item .entry-title > a,
.post-type-archive-gsam_worksheet .listing-item .entry-title > a,
.page-template-tmpl-financial-resources .listing-item .entry-title > a,
.post-type-archive-gsam_investing_chart .listing-item .entry-title > a {
  color: white;
}
.post-type-archive-gsam_tool .listing-item .entry-content,
.post-type-archive-gsam_calculator .listing-item .entry-content,
.post-type-archive-gsam_worksheet .listing-item .entry-content,
.page-template-tmpl-financial-resources .listing-item .entry-content,
.post-type-archive-gsam_investing_chart .listing-item .entry-content {
  display: none;
}
.post-type-archive-gsam_tool .listing-item .entry-footer,
.post-type-archive-gsam_calculator .listing-item .entry-footer,
.post-type-archive-gsam_worksheet .listing-item .entry-footer,
.page-template-tmpl-financial-resources .listing-item .entry-footer,
.post-type-archive-gsam_investing_chart .listing-item .entry-footer {
  display: none;
}
.post-type-archive-gsam_tool .listing-item .entry-footer .article-time-to-read,
.post-type-archive-gsam_calculator .listing-item .entry-footer .article-time-to-read,
.post-type-archive-gsam_worksheet .listing-item .entry-footer .article-time-to-read,
.page-template-tmpl-financial-resources .listing-item .entry-footer .article-time-to-read,
.post-type-archive-gsam_investing_chart .listing-item .entry-footer .article-time-to-read {
  display: none;
}
.post-type-archive-gsam_tool .listing-item .listing-icon use,
.post-type-archive-gsam_calculator .listing-item .listing-icon use,
.post-type-archive-gsam_worksheet .listing-item .listing-icon use,
.page-template-tmpl-financial-resources .listing-item .listing-icon use,
.post-type-archive-gsam_investing_chart .listing-item .listing-icon use {
  fill: white;
}
@media screen and (min-width: 600px) {
  .post-type-archive-gsam_tool .listing-item,
  .post-type-archive-gsam_calculator .listing-item,
  .post-type-archive-gsam_worksheet .listing-item,
  .page-template-tmpl-financial-resources .listing-item,
  .post-type-archive-gsam_investing_chart .listing-item {
    grid-template-columns: auto 34px;
    gap: 0 1rem;
    align-items: normal;
    margin-bottom: 0;
  }
  .post-type-archive-gsam_tool .listing-item .post-thumbnail,
  .post-type-archive-gsam_calculator .listing-item .post-thumbnail,
  .post-type-archive-gsam_worksheet .listing-item .post-thumbnail,
  .page-template-tmpl-financial-resources .listing-item .post-thumbnail,
  .post-type-archive-gsam_investing_chart .listing-item .post-thumbnail {
    grid-row: 1;
    grid-column: 1/3;
    margin: 1rem auto 0 auto;
    margin-bottom: 2rem;
  }
  .post-type-archive-gsam_tool .listing-item .entry-header,
  .post-type-archive-gsam_calculator .listing-item .entry-header,
  .post-type-archive-gsam_worksheet .listing-item .entry-header,
  .page-template-tmpl-financial-resources .listing-item .entry-header,
  .post-type-archive-gsam_investing_chart .listing-item .entry-header {
    grid-row: 2;
    grid-column: 1/2;
    align-self: self-end;
  }
  .post-type-archive-gsam_tool .listing-item .entry-footer,
  .post-type-archive-gsam_calculator .listing-item .entry-footer,
  .post-type-archive-gsam_worksheet .listing-item .entry-footer,
  .page-template-tmpl-financial-resources .listing-item .entry-footer,
  .post-type-archive-gsam_investing_chart .listing-item .entry-footer {
    display: block;
    grid-row: 2;
    grid-column: 2/3;
    align-self: self-end;
    margin-top: 0;
    height: auto;
  }
  .post-type-archive-gsam_tool .listing-item .entry-footer .listing-icon,
  .post-type-archive-gsam_calculator .listing-item .entry-footer .listing-icon,
  .post-type-archive-gsam_worksheet .listing-item .entry-footer .listing-icon,
  .page-template-tmpl-financial-resources .listing-item .entry-footer .listing-icon,
  .post-type-archive-gsam_investing_chart .listing-item .entry-footer .listing-icon {
    align-self: self-end;
  }
}
@media screen and (min-width: 960px) {
  .post-type-archive-gsam_tool .listing-item .post-thumbnail,
  .post-type-archive-gsam_calculator .listing-item .post-thumbnail,
  .post-type-archive-gsam_worksheet .listing-item .post-thumbnail,
  .page-template-tmpl-financial-resources .listing-item .post-thumbnail,
  .post-type-archive-gsam_investing_chart .listing-item .post-thumbnail {
    width: 140px;
    height: auto;
  }
}
@media screen and (min-width: 1400px) {
  .post-type-archive-gsam_tool .listing-item .post-thumbnail,
  .post-type-archive-gsam_calculator .listing-item .post-thumbnail,
  .post-type-archive-gsam_worksheet .listing-item .post-thumbnail,
  .page-template-tmpl-financial-resources .listing-item .post-thumbnail,
  .post-type-archive-gsam_investing_chart .listing-item .post-thumbnail {
    width: 160px;
    height: auto;
  }
  .post-type-archive-gsam_tool .listing-item .listing-icon,
  .post-type-archive-gsam_calculator .listing-item .listing-icon,
  .post-type-archive-gsam_worksheet .listing-item .listing-icon,
  .page-template-tmpl-financial-resources .listing-item .listing-icon,
  .post-type-archive-gsam_investing_chart .listing-item .listing-icon {
    margin-bottom: 7px;
  }
}
.post-type-archive-gsam_tool .listing-item:hover .entry-title > a, .post-type-archive-gsam_tool .listing-item:active .entry-title > a, .post-type-archive-gsam_tool .listing-item:focus .entry-title > a,
.post-type-archive-gsam_calculator .listing-item:hover .entry-title > a,
.post-type-archive-gsam_calculator .listing-item:active .entry-title > a,
.post-type-archive-gsam_calculator .listing-item:focus .entry-title > a,
.post-type-archive-gsam_worksheet .listing-item:hover .entry-title > a,
.post-type-archive-gsam_worksheet .listing-item:active .entry-title > a,
.post-type-archive-gsam_worksheet .listing-item:focus .entry-title > a,
.page-template-tmpl-financial-resources .listing-item:hover .entry-title > a,
.page-template-tmpl-financial-resources .listing-item:active .entry-title > a,
.page-template-tmpl-financial-resources .listing-item:focus .entry-title > a,
.post-type-archive-gsam_investing_chart .listing-item:hover .entry-title > a,
.post-type-archive-gsam_investing_chart .listing-item:active .entry-title > a,
.post-type-archive-gsam_investing_chart .listing-item:focus .entry-title > a {
  color: black;
}
.post-type-archive-gsam_tool .listing-item:hover .listing-icon use, .post-type-archive-gsam_tool .listing-item:active .listing-icon use, .post-type-archive-gsam_tool .listing-item:focus .listing-icon use,
.post-type-archive-gsam_calculator .listing-item:hover .listing-icon use,
.post-type-archive-gsam_calculator .listing-item:active .listing-icon use,
.post-type-archive-gsam_calculator .listing-item:focus .listing-icon use,
.post-type-archive-gsam_worksheet .listing-item:hover .listing-icon use,
.post-type-archive-gsam_worksheet .listing-item:active .listing-icon use,
.post-type-archive-gsam_worksheet .listing-item:focus .listing-icon use,
.page-template-tmpl-financial-resources .listing-item:hover .listing-icon use,
.page-template-tmpl-financial-resources .listing-item:active .listing-icon use,
.page-template-tmpl-financial-resources .listing-item:focus .listing-icon use,
.post-type-archive-gsam_investing_chart .listing-item:hover .listing-icon use,
.post-type-archive-gsam_investing_chart .listing-item:active .listing-icon use,
.post-type-archive-gsam_investing_chart .listing-item:focus .listing-icon use {
  fill: black;
}
.post-type-archive-gsam_tool .showing-result-text,
.post-type-archive-gsam_calculator .showing-result-text,
.post-type-archive-gsam_worksheet .showing-result-text,
.page-template-tmpl-financial-resources .showing-result-text,
.post-type-archive-gsam_investing_chart .showing-result-text {
  color: black;
}
.post-type-archive-gsam_tool .pagination .page-numbers, .post-type-archive-gsam_tool .pagination .page-numbers:visited,
.post-type-archive-gsam_calculator .pagination .page-numbers,
.post-type-archive-gsam_calculator .pagination .page-numbers:visited,
.post-type-archive-gsam_worksheet .pagination .page-numbers,
.post-type-archive-gsam_worksheet .pagination .page-numbers:visited,
.page-template-tmpl-financial-resources .pagination .page-numbers,
.page-template-tmpl-financial-resources .pagination .page-numbers:visited,
.post-type-archive-gsam_investing_chart .pagination .page-numbers,
.post-type-archive-gsam_investing_chart .pagination .page-numbers:visited {
  color: black;
}
.post-type-archive-gsam_tool .pagination .page-numbers:hover, .post-type-archive-gsam_tool .pagination .page-numbers:focus, .post-type-archive-gsam_tool .pagination .page-numbers:active, .post-type-archive-gsam_tool .pagination .page-numbers:visited:hover, .post-type-archive-gsam_tool .pagination .page-numbers:visited:focus, .post-type-archive-gsam_tool .pagination .page-numbers:visited:active,
.post-type-archive-gsam_calculator .pagination .page-numbers:hover,
.post-type-archive-gsam_calculator .pagination .page-numbers:focus,
.post-type-archive-gsam_calculator .pagination .page-numbers:active,
.post-type-archive-gsam_calculator .pagination .page-numbers:visited:hover,
.post-type-archive-gsam_calculator .pagination .page-numbers:visited:focus,
.post-type-archive-gsam_calculator .pagination .page-numbers:visited:active,
.post-type-archive-gsam_worksheet .pagination .page-numbers:hover,
.post-type-archive-gsam_worksheet .pagination .page-numbers:focus,
.post-type-archive-gsam_worksheet .pagination .page-numbers:active,
.post-type-archive-gsam_worksheet .pagination .page-numbers:visited:hover,
.post-type-archive-gsam_worksheet .pagination .page-numbers:visited:focus,
.post-type-archive-gsam_worksheet .pagination .page-numbers:visited:active,
.page-template-tmpl-financial-resources .pagination .page-numbers:hover,
.page-template-tmpl-financial-resources .pagination .page-numbers:focus,
.page-template-tmpl-financial-resources .pagination .page-numbers:active,
.page-template-tmpl-financial-resources .pagination .page-numbers:visited:hover,
.page-template-tmpl-financial-resources .pagination .page-numbers:visited:focus,
.page-template-tmpl-financial-resources .pagination .page-numbers:visited:active,
.post-type-archive-gsam_investing_chart .pagination .page-numbers:hover,
.post-type-archive-gsam_investing_chart .pagination .page-numbers:focus,
.post-type-archive-gsam_investing_chart .pagination .page-numbers:active,
.post-type-archive-gsam_investing_chart .pagination .page-numbers:visited:hover,
.post-type-archive-gsam_investing_chart .pagination .page-numbers:visited:focus,
.post-type-archive-gsam_investing_chart .pagination .page-numbers:visited:active {
  color: #1D71B8 !important;
  border-bottom: 2px solid #1D71B8;
}
.post-type-archive-gsam_tool .pagination .current,
.post-type-archive-gsam_calculator .pagination .current,
.post-type-archive-gsam_worksheet .pagination .current,
.page-template-tmpl-financial-resources .pagination .current,
.post-type-archive-gsam_investing_chart .pagination .current {
  color: black;
  border-bottom: 2px solid black;
}
.post-type-archive-gsam_tool .pagination .pagination-next, .post-type-archive-gsam_tool .pagination .pagination-prev,
.post-type-archive-gsam_calculator .pagination .pagination-next,
.post-type-archive-gsam_calculator .pagination .pagination-prev,
.post-type-archive-gsam_worksheet .pagination .pagination-next,
.post-type-archive-gsam_worksheet .pagination .pagination-prev,
.page-template-tmpl-financial-resources .pagination .pagination-next,
.page-template-tmpl-financial-resources .pagination .pagination-prev,
.post-type-archive-gsam_investing_chart .pagination .pagination-next,
.post-type-archive-gsam_investing_chart .pagination .pagination-prev {
  background-color: white;
}
.post-type-archive-gsam_tool .pagination .pagination-next:hover, .post-type-archive-gsam_tool .pagination .pagination-next:focus, .post-type-archive-gsam_tool .pagination .pagination-next:active, .post-type-archive-gsam_tool .pagination .pagination-prev:hover, .post-type-archive-gsam_tool .pagination .pagination-prev:focus, .post-type-archive-gsam_tool .pagination .pagination-prev:active,
.post-type-archive-gsam_calculator .pagination .pagination-next:hover,
.post-type-archive-gsam_calculator .pagination .pagination-next:focus,
.post-type-archive-gsam_calculator .pagination .pagination-next:active,
.post-type-archive-gsam_calculator .pagination .pagination-prev:hover,
.post-type-archive-gsam_calculator .pagination .pagination-prev:focus,
.post-type-archive-gsam_calculator .pagination .pagination-prev:active,
.post-type-archive-gsam_worksheet .pagination .pagination-next:hover,
.post-type-archive-gsam_worksheet .pagination .pagination-next:focus,
.post-type-archive-gsam_worksheet .pagination .pagination-next:active,
.post-type-archive-gsam_worksheet .pagination .pagination-prev:hover,
.post-type-archive-gsam_worksheet .pagination .pagination-prev:focus,
.post-type-archive-gsam_worksheet .pagination .pagination-prev:active,
.page-template-tmpl-financial-resources .pagination .pagination-next:hover,
.page-template-tmpl-financial-resources .pagination .pagination-next:focus,
.page-template-tmpl-financial-resources .pagination .pagination-next:active,
.page-template-tmpl-financial-resources .pagination .pagination-prev:hover,
.page-template-tmpl-financial-resources .pagination .pagination-prev:focus,
.page-template-tmpl-financial-resources .pagination .pagination-prev:active,
.post-type-archive-gsam_investing_chart .pagination .pagination-next:hover,
.post-type-archive-gsam_investing_chart .pagination .pagination-next:focus,
.post-type-archive-gsam_investing_chart .pagination .pagination-next:active,
.post-type-archive-gsam_investing_chart .pagination .pagination-prev:hover,
.post-type-archive-gsam_investing_chart .pagination .pagination-prev:focus,
.post-type-archive-gsam_investing_chart .pagination .pagination-prev:active {
  background-color: #AAE0E4;
}

.post-type-archive-gsam_video .listing-item {
  display: block;
}
.post-type-archive-gsam_video .listing-item .post-thumbnail {
  width: 100%;
  grid-column: 1/2;
  grid-row: 1;
  display: flex;
  margin-top: 1.5em;
  margin-bottom: 0.35rem;
}
.post-type-archive-gsam_video .listing-item .post-thumbnail img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.post-type-archive-gsam_video .listing-item .entry-footer {
  display: none;
}
.post-type-archive-gsam_video .listing-item .entry-footer .article-time-to-read {
  display: none;
}
.post-type-archive-gsam_video .listing-item.ga4-most-popular-article .post-thumbnail {
  margin-top: 2rem;
}
@media screen and (min-width: 600px) {
  .post-type-archive-gsam_video .listing-item .post-thumbnail {
    margin: 0 auto 0 auto;
    margin-bottom: 2rem;
  }
  .post-type-archive-gsam_video .listing-item .entry-footer {
    display: flex;
    margin-top: 0;
    height: auto;
  }
  .post-type-archive-gsam_video .listing-item .entry-footer .listing-icon {
    align-self: self-end;
  }
}
@media screen and (min-width: 1400px) {
  .post-type-archive-gsam_video .listing-item .listing-icon {
    margin-bottom: 7px;
  }
}

.single-gsam_video .gsam_video .article-content-wrap .article-content iframe {
  width: 100%;
  min-height: 315px;
}
@media screen and (min-width: 600px) {
  .single-gsam_video .gsam_video .article-content-wrap .article-content iframe {
    min-height: 400px;
  }
}

/* Articles
--------------------------------------------- */
.article-navigation-wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--default);
  width: 100%;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
}
@media screen and (min-width: 62.5rem) {
  .article-navigation-wrap {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.article-navigation-wrap {
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 75rem) {
  .article-navigation-wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--custom--layout--extra-wide);
    width: 100%;
  }
  .article-navigation-wrap .post-navigation {
    max-width: calc(100% - 29rem);
  }
  .article-navigation-wrap {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
}
.article-navigation-wrap .nav-links {
  display: block;
}
@media screen and (min-width: 500px) {
  .article-navigation-wrap .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 5rem;
  }
}
@media screen and (min-width: 75rem) {
  .article-navigation-wrap .nav-links {
    grid-gap: 7rem;
  }
}
.article-navigation-wrap .icon {
  width: 1.1rem;
  height: 1.1rem;
  position: absolute;
  top: 0.5rem;
  bottom: 0;
}
@media screen and (min-width: 500px) {
  .article-navigation-wrap .icon {
    top: 3.15rem;
    width: 1.25rem;
    height: 1.25rem;
  }
}
@media screen and (min-width: 75rem) {
  .article-navigation-wrap .icon {
    top: 2.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .article-navigation-wrap .icon {
    top: 3.15rem;
  }
}
.article-navigation-wrap .nav-link {
  position: relative;
  margin-bottom: 1.75rem;
}
.article-navigation-wrap .nav-link-previous {
  padding-left: 1.75rem;
}
.article-navigation-wrap .nav-link-previous .icon {
  left: 0;
}
@media screen and (min-width: 500px) {
  .article-navigation-wrap .nav-link-previous {
    padding-left: 2.5rem;
  }
}
.article-navigation-wrap .nav-link-next {
  padding-left: 1.75rem;
}
.article-navigation-wrap .nav-link-next .icon {
  left: 0;
  transform: rotate(180deg);
}
@media screen and (min-width: 500px) {
  .article-navigation-wrap .nav-link-next {
    padding-right: 2.5rem;
    padding-left: 0;
  }
  .article-navigation-wrap .nav-link-next .icon {
    right: 0;
    left: auto;
  }
}
.article-navigation-wrap .nav-direction {
  text-transform: uppercase;
  font-size: 0.813rem;
}
@media screen and (min-width: 75rem) {
  .article-navigation-wrap .nav-direction {
    font-size: 1rem;
  }
}
.article-navigation-wrap .nav-min-read {
  text-transform: uppercase;
  color: #656769;
  font-size: 0.813rem;
}
@media screen and (min-width: 75rem) {
  .article-navigation-wrap .nav-min-read {
    font-size: 1rem;
  }
}
.article-navigation-wrap .nav-title {
  font-weight: 600;
  color: #000;
  font-family: var(--wp--custom--font-families--sans-serif);
}
.article-navigation-wrap .nav-title:hover, .article-navigation-wrap .nav-title:active, .article-navigation-wrap .nav-title:focus {
  text-decoration: underline;
}
.article-navigation-wrap a, .article-navigation-wrap a:visited {
  text-decoration: none;
}
.article-navigation-wrap .nav-previous, .article-navigation-wrap .nav-next {
  margin-top: 0.5rem;
  margin-bottom: 0.6rem;
}

.articles-learning-path {
  margin-top: 1.875rem;
}

.article-animiation {
  display: block;
  position: relative;
}
.article-animiation:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.article-animiation lottie-player {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.articles-learning-path-article {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
.articles-learning-path-article .articles-learning-path-read {
  flex: 0 0 1rem;
  height: 1rem;
  padding-top: 0.2rem;
}
.articles-learning-path-article .articles-learning-path-details {
  flex: 1 1 auto;
}
.articles-learning-path-article .icon {
  height: 1rem;
  width: 1rem;
}

.article-sidebar-heading-wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1.25rem;
}
.article-sidebar-heading-wrap .article-learning-path-sidebar-heading {
  margin-bottom: 0;
  font-family: var(--wp--custom--font-families--sans-serif);
  font-weight: 600;
  margin-top: 0.5rem;
}
.article-sidebar-heading-wrap [data-sim-expander] {
  height: 1.3rem;
  margin-top: 0.3rem;
  margin-left: 1rem;
}
@media screen and (min-width: 1600px) {
  .article-sidebar-heading-wrap [data-sim-expander] {
    margin-top: 0.2rem;
    margin-left: 1rem;
  }
}

.articles-learning-path-details .articles-learning-path-time {
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
  display: none;
}
.articles-learning-path-details a {
  text-decoration: none;
  color: #000;
}
.articles-learning-path-details a:hover, .articles-learning-path-details a:focus, .articles-learning-path-details a:active {
  color: #1D71B8;
}
.articles-learning-path-details .articles-learning-path-title-current {
  font-weight: 500;
}

.articles-read-progress-bar {
  background-color: #0F3856;
  height: 0.5rem;
  position: relative;
  width: 100%;
}
.articles-read-progress-bar .articles-read-progress-bar-indicator {
  background-color: #05a7cc;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 0%;
}

.articles-read-description {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.625rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1400px) {
  .articles-read-description {
    font-size: 1.125rem;
  }
}

.article-learning-page-sidebar {
  border-radius: 10px;
}
@media screen and (min-width: 1400px) {
  .article-learning-page-sidebar {
    border-radius: 20px;
  }
}
.article-learning-page-sidebar {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .article-learning-page-sidebar {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.article-learning-page-sidebar {
  padding: 1.5rem 1.75rem 1.75rem;
}
@media screen and (min-width: 1400px) {
  .article-learning-page-sidebar {
    padding: 2rem 2.375rem 2.375rem;
  }
}
.article-learning-page-sidebar {
  background: #fff;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-top: 24px solid #00607B;
  padding-top: 1rem;
}
@media screen and (min-width: 1600px) {
  .article-learning-page-sidebar {
    border-top: 40px solid #00607B;
    padding-bottom: 2rem;
    padding-top: 1.5rem;
  }
}

.article-learning-path-sidebar-heading,
.article-related-content-sidebar-heading {
  margin-top: 0;
  font-size: var(--wp--custom--heading-sizes--3);
}
@media screen and (min-width: 1600px) {
  .article-learning-path-sidebar-heading,
  .article-related-content-sidebar-heading {
    font-size: 1.5rem;
  }
}

#article-related-content-sidebar .listing-item {
  background-color: #0F3856;
  display: grid;
  grid-template-columns: 72px 1fr;
  align-items: center;
  column-gap: 2rem;
  margin-bottom: 1.25rem;
}
#article-related-content-sidebar .listing-item .related-content-icon-image {
  width: 72px;
}
#article-related-content-sidebar .listing-item .entry-header {
  margin-bottom: 0.5rem;
}
#article-related-content-sidebar .listing-item .entry-title > a {
  color: white;
}
#article-related-content-sidebar .listing-item:hover, #article-related-content-sidebar .listing-item:focus, #article-related-content-sidebar .listing-item:active {
  background-color: #AAE0E4;
}
#article-related-content-sidebar .listing-item:hover .entry-title a, #article-related-content-sidebar .listing-item:focus .entry-title a, #article-related-content-sidebar .listing-item:active .entry-title a {
  color: black;
}
@media screen and (min-width: 1400px) {
  #article-related-content-sidebar .listing-item {
    padding: 1.5rem 1.75rem 1.25rem;
  }
  #article-related-content-sidebar .listing-item .entry-title > a {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1400px) {
  #article-related-content-sidebar .listing-item:last-child {
    margin-bottom: 0;
  }
}

.article-sidebar-learning-path-name .article-learning-path-name {
  margin-bottom: 1rem;
  font-weight: 600;
  font-family: var(--wp--custom--font-families--sans-serif);
  color: #656769;
  font-size: 1rem;
  margin-top: 0.5rem;
}
@media screen and (min-width: 1600px) {
  .article-sidebar-learning-path-name .article-learning-path-name {
    font-size: 1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .article-sidebar-learning-path-name .article-learning-path-name {
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 1399px) {
  .article-sidebar-learning-path-name .article-learning-path-name {
    margin-top: 0;
  }
}

.article-time-to-read {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #656769;
  font-family: var(--wp--custom--font-families--sans-serif);
  font-weight: 500;
}
@media screen and (min-width: 1400px) {
  .article-time-to-read {
    font-size: 1rem;
  }
}

.entry-footer {
  font-size: 1rem;
}
@media screen and (min-width: 1280px) {
  .entry-footer {
    font-size: 1.125rem;
  }
}
.entry-footer {
  margin-top: 2rem;
}

.article-summary {
  border-radius: 10px;
}
@media screen and (min-width: 1400px) {
  .article-summary {
    border-radius: 20px;
  }
}
.article-summary {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .article-summary {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.article-summary {
  padding: 1.5rem 1.75rem 1.75rem;
}
@media screen and (min-width: 1400px) {
  .article-summary {
    padding: 2rem 2.375rem 2.375rem;
  }
}
.article-summary {
  background: #EBF6FB;
}
.article-summary p {
  margin: 0 !important;
}

.article-content-wrap {
  background: #fff;
  margin-top: 2.625rem;
  padding-left: 1.1rem;
  padding-right: 1.1rem;
  padding-top: 2rem;
  padding-bottom: 1rem;
  background: #fff;
  width: calc(100% + 1.1rem + 1.1rem);
  margin-left: -1.1rem;
  border-radius: 0;
}
@media screen and (min-width: 600px) {
  .article-content-wrap {
    border-radius: 10px;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
    padding: 1.5rem 1.75rem 1.75rem;
    width: 100%;
    margin-left: 0;
  }
}
@media screen and (min-width: 600px) and (min-width: 1400px) {
  .article-content-wrap {
    border-radius: 20px;
  }
}
@media screen and (min-width: 600px) and (min-width: 1400px) {
  .article-content-wrap {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 600px) and (min-width: 1400px) {
  .article-content-wrap {
    padding: 2rem 2.375rem 2.375rem;
  }
}

.article-content > :first-child {
  margin-top: 0;
}

.article-takeaways {
  border-radius: 10px;
}
@media screen and (min-width: 1400px) {
  .article-takeaways {
    border-radius: 20px;
  }
}
.article-takeaways {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .article-takeaways {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
.article-takeaways {
  padding: 1.5rem 1.75rem 1.75rem;
}
@media screen and (min-width: 1400px) {
  .article-takeaways {
    padding: 2rem 2.375rem 2.375rem;
  }
}
.article-takeaways {
  background: #fff;
  margin-top: 2.625rem;
}
.article-takeaways ul {
  margin-bottom: 0;
}
.article-takeaways .wp-block-gsam-article-takeaway-heading {
  margin-top: 0;
  font-size: var(--wp--custom--heading-sizes--3);
  line-height: 1.5;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
@media screen and (min-width: 1600px) {
  .article-takeaways .wp-block-gsam-article-takeaway-heading {
    font-size: 1.875rem;
  }
}
.article-takeaways p {
  margin: 0 !important;
}

.article-listen-share {
  display: grid;
  grid-template-rows: auto auto;
  gap: 1.375rem;
  margin-bottom: 1.375rem;
  margin-top: 1rem;
}
@media screen and (min-width: 75rem) {
  .article-listen-share {
    display: flex;
    gap: 2.375rem;
    margin-bottom: 1.75rem;
  }
}

.simalam-template-placeholder.article-content::after {
  content: "";
  clear: both;
  display: table;
}

.article-recommendations {
  background-color: #aae0e4;
}

.related-resources-item {
  background-color: #0F3856;
  display: grid !important;
  grid-template-rows: unset;
  grid-template-columns: 72px auto;
  grid-gap: 2rem;
  align-items: center;
}
.related-resources-item .entry-header .resources-icon-wrap {
  height: 72px;
}
.related-resources-item .entry-header .resources-icon-wrap img {
  width: 72px;
  height: 72px;
  display: block;
  object-fit: contain;
}
.related-resources-item .entry-footer {
  margin-left: 0;
  margin-top: 0;
  align-items: center;
  height: auto;
}
.related-resources-item .entry-footer .entry-title {
  margin-bottom: 0;
}
.related-resources-item .entry-footer .entry-title a {
  color: #fff;
  text-decoration: none;
  font-size: 1.25rem;
}
.related-resources-item .entry-footer .listing-icon {
  display: none;
}
.related-resources-item .entry-footer .listing-icon svg {
  fill: white;
}
.related-resources-item .entry-footer .listing-icon .icon-arrow use {
  fill: white;
}
.related-resources-item .entry-footer .listing-icon .icon-download-round use {
  fill: white;
}
.related-resources-item:hover .entry-title a, .related-resources-item:focus .entry-title a, .related-resources-item:active .entry-title a {
  color: #000;
}
.related-resources-item:hover .listing-icon svg, .related-resources-item:focus .listing-icon svg, .related-resources-item:active .listing-icon svg {
  fill: black;
}
.related-resources-item:hover .listing-icon .icon-arrow use, .related-resources-item:focus .listing-icon .icon-arrow use, .related-resources-item:active .listing-icon .icon-arrow use {
  fill: #000;
}
.related-resources-item:hover .listing-icon .icon-download-round use, .related-resources-item:focus .listing-icon .icon-download-round use, .related-resources-item:active .listing-icon .icon-download-round use {
  fill: #000;
}
@media screen and (min-width: 1200px) {
  .related-resources-item:not(.related-resource-small) .entry-header {
    height: 160px !important;
  }
  .related-resources-item:not(.related-resource-small) .entry-header .resources-icon-wrap {
    justify-self: center;
    display: block;
    margin-top: 10px;
  }
  .related-resources-item:not(.related-resource-small) .entry-header .resources-icon-wrap img {
    width: 160px !important;
    height: 160px !important;
    margin: 0 auto;
  }
  .related-resources-item:not(.related-resource-small) .entry-footer {
    width: 100%;
    gap: 1rem;
    align-self: flex-end;
  }
  .related-resources-item:not(.related-resource-small) .entry-footer .entry-title {
    margin-bottom: 0;
    align-self: flex-end;
  }
  .related-resources-item:not(.related-resource-small) .entry-footer .listing-icon {
    display: block !important;
    align-self: flex-end !important;
  }
}
@media screen and (min-width: 1400px) {
  .related-resources-item:not(.related-resource-small) .entry-title a {
    font-size: 1.5rem !important;
  }
  .related-resources-item:not(.related-resource-small) .listing-icon {
    margin-bottom: 0.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .related-resources-item:not(.related-resource-small) .entry-title a span {
    display: none;
  }
}
.related-resources-item {
  /* if .entry-header doesn't exist (no image), take full width */
}
.related-resources-item .entry-footer:first-child:nth-last-child(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}

.tta_notice {
  display: none;
}

.tta__listent_content {
  background: none !important;
  border: none;
  vertical-align: middle;
  box-shadow: none !important;
  padding: 0 !important;
}
.tta__listent_content .tta-icon-wrap {
  display: inline-block;
  padding: 1rem;
  background-color: #fff;
  border-radius: 100%;
}
.tta__listent_content .tta-icon-wrap .icon {
  width: 2rem;
  height: 2rem;
  display: block;
  position: relative;
  left: 0.1rem;
}
@media screen and (min-width: 75rem) {
  .tta__listent_content .tta-icon-wrap .icon {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.tta__listent_content .tta-icon-wrap {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
}
.tta__listent_content .tta-icon-text {
  display: inline-block;
  vertical-align: top;
  margin-top: 1.75rem;
  margin-left: 1rem;
}
@media screen and (min-width: 75rem) {
  .tta__listent_content .tta-icon-text {
    margin-top: 1.5rem;
  }
}
.tta__listent_content:hover, .tta__listent_content:active, .tta__listent_content:focus {
  box-shadow: none !important;
}
.tta__listent_content:hover, .tta__listent_content:focus, .tta__listent_content:active {
  cursor: pointer;
}
.tta__listent_content:hover .tta-icon-wrap, .tta__listent_content:focus .tta-icon-wrap, .tta__listent_content:active .tta-icon-wrap {
  background-color: #dce2e6;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.tta__listent_content:hover .tta-icon-text, .tta__listent_content:focus .tta-icon-text, .tta__listent_content:active .tta-icon-text {
  text-decoration: underline;
}
.tta__listent_content .dashicons {
  display: none;
}

body.gsam-social-share-popup-open {
  overflow: hidden;
}
body.gsam-social-share-popup-open .gsam-social-share-popup {
  display: flex;
}

.gsam-social-share-icon-wrap {
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  display: inline-block;
  padding: 1rem;
  background-color: #fff;
  border-radius: 100%;
  margin-right: 1rem;
}
.gsam-social-share-icon-wrap .icon {
  width: 2rem;
  height: 2rem;
  display: block;
  position: relative;
  left: -0.1rem;
}
@media screen and (min-width: 75rem) {
  .gsam-social-share-icon-wrap .icon {
    width: 2.25rem;
    height: 2.25rem;
  }
}

.gsam-social-share-text {
  position: relative;
  top: 0.25rem;
}

.gsam-social-share {
  padding: 0;
  border: none;
  background: transparent;
  position: relative;
  top: -0.1rem;
}
.gsam-social-share:hover, .gsam-social-share:focus, .gsam-social-share:active {
  cursor: pointer;
}
.gsam-social-share:hover .gsam-social-share-icon-wrap, .gsam-social-share:focus .gsam-social-share-icon-wrap, .gsam-social-share:active .gsam-social-share-icon-wrap {
  background-color: #dce2e6;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
.gsam-social-share:hover .gsam-social-share-text, .gsam-social-share:focus .gsam-social-share-text, .gsam-social-share:active .gsam-social-share-text {
  text-decoration: underline;
}

.gsam-social-share-popup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 110;
  overflow-y: auto;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
.gsam-social-share-popup ul {
  padding-left: 0;
}

.gsam-social-share-popup-inner {
  width: 100%;
  max-width: 400px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  .gsam-social-share-popup-inner {
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}

.gsam-social-share-popup-inner {
  margin: auto;
}

.gsam-social-share-popup-header {
  padding-left: 3rem;
  padding-right: 3rem;
  position: relative;
  border-bottom: 1px solid #a1acbf;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.gsam-social-share-popup-heading {
  font-size: 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}

.gsam-social-share-popup-close {
  border: none;
  padding: 0.1rem;
  background: none;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  margin-right: 0.15rem;
  width: 2rem;
  height: 2rem;
}
.gsam-social-share-popup-close .icon {
  width: 1rem;
  height: 1rem;
}
.gsam-social-share-popup-close:hover {
  cursor: pointer;
  background-color: #f1f2f2;
  border-radius: 2rem;
}
.gsam-social-share-popup-close:hover .icon {
  fill: #1D71B8;
}

.gsam-social-share-popup-choices {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.5rem;
}

.gsam-social-share-popup-choice {
  margin-left: 0;
  padding-left: 0;
}
.gsam-social-share-popup-choice button {
  padding: 0;
  border: none;
  background: none;
  font-weight: 400;
  text-align: left;
}
.gsam-social-share-popup-choice a {
  color: black;
  font-weight: 500;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media screen and (min-width: 1280px) {
  .gsam-social-share-popup-choice a {
    font-size: 1rem;
  }
}
.gsam-social-share-popup-choice a:hover {
  background-color: #f1f2f2;
  color: black;
}
.gsam-social-share-popup-choice button {
  padding-right: 1rem;
  padding-left: 1rem;
}
.gsam-social-share-popup-choice button:hover {
  background-color: #f1f2f2;
  cursor: pointer;
}
.gsam-social-share-popup-choice .gsam-social-share-popup-choice-text {
  font-weight: 500;
}
.gsam-social-share-popup-choice .gsam-social-share-popup-choice-text:hover {
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .gsam-social-share-popup-choice .gsam-social-share-popup-choice-text {
    font-size: 1rem;
  }
}
.gsam-social-share-popup-choice a:link,
.gsam-social-share-popup-choice a:visited,
.gsam-social-share-popup-choice button {
  display: block;
  text-decoration: none;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 100%;
}
.gsam-social-share-popup-choice a:hover,
.gsam-social-share-popup-choice a:active,
.gsam-social-share-popup-choice a:focus,
.gsam-social-share-popup-choice button:hover,
.gsam-social-share-popup-choice button:active,
.gsam-social-share-popup-choice button:focus {
  text-decoration: none;
}

.gsam-social-share-popup-choice-icon {
  vertical-align: middle;
  margin-right: 0.3rem;
}
.gsam-social-share-popup-choice-icon .icon {
  width: 1.6rem;
  height: 1.6em;
  margin-top: 0.215rem;
}

.gsam-social-share-popup-footer {
  padding-top: 0.75rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  float: right;
}
.gsam-social-share-popup-footer button {
  background-color: #000;
  color: white;
  text-transform: uppercase;
  line-height: 1;
  display: block;
  padding: 0.938rem 1.25rem;
  border-radius: 0.625rem;
  border: none;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
  transition: background-color 200ms ease-out;
}
.gsam-social-share-popup-footer button:hover, .gsam-social-share-popup-footer button:focus, .gsam-social-share-popup-footer button:active {
  transition: background-color 50ms ease-out;
}
.gsam-social-share-popup-footer button:hover {
  background: #656769;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.25);
  cursor: pointer;
}
@media screen and (min-width: 1280px) {
  .gsam-social-share-popup-footer button {
    font-size: 1rem;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
body .gform_submission_error {
  line-height: 1.5 !important;
}
body .gform_wrapper.gravity-theme .gform_validation_errors {
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 1em;
  margin-top: 1em;
  padding: 0;
  position: relative;
  width: 100%;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
  color: #b2334d;
  font-size: 1em;
  font-weight: 600;
}
body .gform_wrapper.gravity-theme .gform_validation_errors > h2 .gform-icon {
  display: none;
}
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message {
  background: none;
  border: 0;
}
body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 1rem !important;
}
@media screen and (min-width: 1400px) {
  body .gform_wrapper.gravity-theme .gfield_label {
    font-size: 1.125rem !important;
  }
}
body .gform_wrapper.gravity-theme .gfield_error label,
body .gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,
body .gform_wrapper.gravity-theme .gfield_error legend,
body .gform_wrapper.gravity-theme .gfield_validation_message,
body .gform_wrapper.gravity-theme .validation_message,
body .gform_wrapper.gravity-theme .validation_message,
body .gform_wrapper.gravity-theme [aria-invalid=true] + label,
body .gform_wrapper.gravity-theme label + [aria-invalid=true] {
  color: #b2334d;
}
body .gform_wrapper.gravity-theme .validation_message {
  color: #b2334d !important;
}
body .gform_wrapper.gravity-theme .gfield_error .ginput_container_checkbox label,
body .gform_wrapper.gravity-theme .gfield_error .ginput_container_radio label {
  color: inherit;
}
body .gform_wrapper.gravity-theme .description,
body .gform_wrapper.gravity-theme .gfield_description,
body .gform_wrapper.gravity-theme .gsection_description,
body .gform_wrapper.gravity-theme .instruction {
  font-size: 0.9em;
  margin-top: 0.5em;
  padding: 0;
}
body .gform_wrapper.gravity-theme .gform_footer,
body .gform_wrapper.gravity-theme .gform_page_footer {
  padding-bottom: 0;
  padding-top: 0;
}
body .ginput_container_checkbox button {
  background: none;
  border: 0;
  color: #1D71B8;
  font-size: 0.8em;
  padding: 0;
  text-decoration: underline;
}
body .ginput_container_checkbox button:hover, body .ginput_container_checkbox button:focus {
  color: rgb(18.5845070423, 72.4154929577, 117.9154929577);
}
body .gform_wrapper.gravity-theme .gfield_checkbox button,
body .gform_wrapper.gravity-theme .gfield_checkbox input[type=text],
body .gform_wrapper.gravity-theme .gfield_radio button,
body .gform_wrapper.gravity-theme .gfield_radio input[type=text] {
  margin-top: 0.5em;
}
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  font-size: inherit;
  line-height: inherit;
}
body .gform_wrapper.gravity-theme .gfield_checkbox label,
body .gform_wrapper.gravity-theme .gfield_radio label {
  font-size: 1rem;
}
@media screen and (min-width: 1400px) {
  body .gform_wrapper.gravity-theme .gfield_checkbox label,
  body .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 1.125rem;
  }
}
body .gform_wrapper.gravity-theme .gfield_radio,
body .gform_wrapper.gravity-theme .gfield_checkbox {
  position: relative;
}
body .gform_wrapper.gravity-theme .gfield_radio input[type=radio],
body .gform_wrapper.gravity-theme .gfield_checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice {
  margin-bottom: 0.6em;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice label,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice label {
  padding-left: 1.9em;
}
body .gform_wrapper.gravity-theme .gfield_checkbox .gchoice > .validation-message,
body .gform_wrapper.gravity-theme .gfield_radio .gchoice > .validation-message {
  display: block;
}
body .gfield_checkbox .gchoice label,
body .gfield_radio .gchoice label {
  color: #000;
  cursor: pointer;
  display: inline-block;
  position: relative;
}
body .gfield_checkbox .gchoice label::before,
body .gfield_radio .gchoice label::before {
  background-color: #fff;
  border: 1px solid;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0.2em;
  width: 20px;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  body .gfield_checkbox .gchoice label::before,
  body .gfield_radio .gchoice label::before {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
  }
}
body .gfield_radio label::before {
  border-radius: 1.2em;
}
body .gfield_checkbox input[type=checkbox]:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg id='Group_1' data-name='Group 1' xmlns='http://www.w3.org/2000/svg' width='11.928' height='9.496' viewBox='0 0 11.928 9.496'%3E%3Cg id='icon_check' data-name='icon/check' transform='translate(0 0)'%3E%3Cpath id='check' d='M14.136,5.073A1.095,1.095,0,1,1,15.7,6.606L9.872,13.891a1.095,1.095,0,0,1-1.577.029L4.434,10.058A1.095,1.095,0,1,1,5.981,8.51l3.057,3.056,5.07-6.46a.344.344,0,0,1,.029-.032Z' transform='translate(-4.085 -4.745)' fill='%233a6f8f' fill-rule='evenodd'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 0.8em 0.8em;
}
body .gfield_checkbox input[type=checkbox]:focus + label::before {
  outline: #0F3856 auto 5px;
}
body .gfield_radio input[type=radio]:checked + label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100' width='100'%3E%3Ccircle cx='50' cy='50' r='40' fill='%233a6f8f' /%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px;
}
body .gfield_radio input[type=radio]:focus + label::before {
  outline: #0F3856 auto 5px;
}

body .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 2.1rem;
  margin-bottom: 2.1rem;
  margin-top: 1.5rem;
}
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  body .gform_wrapper.gravity-theme input[type=color],
  body .gform_wrapper.gravity-theme input[type=date],
  body .gform_wrapper.gravity-theme input[type=datetime-local],
  body .gform_wrapper.gravity-theme input[type=datetime],
  body .gform_wrapper.gravity-theme input[type=email],
  body .gform_wrapper.gravity-theme input[type=month],
  body .gform_wrapper.gravity-theme input[type=number],
  body .gform_wrapper.gravity-theme input[type=password],
  body .gform_wrapper.gravity-theme input[type=search],
  body .gform_wrapper.gravity-theme input[type=tel],
  body .gform_wrapper.gravity-theme input[type=text],
  body .gform_wrapper.gravity-theme input[type=time],
  body .gform_wrapper.gravity-theme input[type=url],
  body .gform_wrapper.gravity-theme input[type=week],
  body .gform_wrapper.gravity-theme select,
  body .gform_wrapper.gravity-theme textarea {
    box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
  }
}
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  padding: 0.4em 0.9em;
  font-weight: 400;
  line-height: 2;
}
body .gform_wrapper.gravity-theme input[type=color]:focus, body .gform_wrapper.gravity-theme input[type=color]:active,
body .gform_wrapper.gravity-theme input[type=date]:focus,
body .gform_wrapper.gravity-theme input[type=date]:active,
body .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
body .gform_wrapper.gravity-theme input[type=datetime-local]:active,
body .gform_wrapper.gravity-theme input[type=datetime]:focus,
body .gform_wrapper.gravity-theme input[type=datetime]:active,
body .gform_wrapper.gravity-theme input[type=email]:focus,
body .gform_wrapper.gravity-theme input[type=email]:active,
body .gform_wrapper.gravity-theme input[type=month]:focus,
body .gform_wrapper.gravity-theme input[type=month]:active,
body .gform_wrapper.gravity-theme input[type=number]:focus,
body .gform_wrapper.gravity-theme input[type=number]:active,
body .gform_wrapper.gravity-theme input[type=password]:focus,
body .gform_wrapper.gravity-theme input[type=password]:active,
body .gform_wrapper.gravity-theme input[type=search]:focus,
body .gform_wrapper.gravity-theme input[type=search]:active,
body .gform_wrapper.gravity-theme input[type=tel]:focus,
body .gform_wrapper.gravity-theme input[type=tel]:active,
body .gform_wrapper.gravity-theme input[type=text]:focus,
body .gform_wrapper.gravity-theme input[type=text]:active,
body .gform_wrapper.gravity-theme input[type=time]:focus,
body .gform_wrapper.gravity-theme input[type=time]:active,
body .gform_wrapper.gravity-theme input[type=url]:focus,
body .gform_wrapper.gravity-theme input[type=url]:active,
body .gform_wrapper.gravity-theme input[type=week]:focus,
body .gform_wrapper.gravity-theme input[type=week]:active,
body .gform_wrapper.gravity-theme select:focus,
body .gform_wrapper.gravity-theme select:active,
body .gform_wrapper.gravity-theme textarea:focus,
body .gform_wrapper.gravity-theme textarea:active {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1400px) {
  body .gform_wrapper.gravity-theme input[type=color]:focus, body .gform_wrapper.gravity-theme input[type=color]:active,
  body .gform_wrapper.gravity-theme input[type=date]:focus,
  body .gform_wrapper.gravity-theme input[type=date]:active,
  body .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
  body .gform_wrapper.gravity-theme input[type=datetime-local]:active,
  body .gform_wrapper.gravity-theme input[type=datetime]:focus,
  body .gform_wrapper.gravity-theme input[type=datetime]:active,
  body .gform_wrapper.gravity-theme input[type=email]:focus,
  body .gform_wrapper.gravity-theme input[type=email]:active,
  body .gform_wrapper.gravity-theme input[type=month]:focus,
  body .gform_wrapper.gravity-theme input[type=month]:active,
  body .gform_wrapper.gravity-theme input[type=number]:focus,
  body .gform_wrapper.gravity-theme input[type=number]:active,
  body .gform_wrapper.gravity-theme input[type=password]:focus,
  body .gform_wrapper.gravity-theme input[type=password]:active,
  body .gform_wrapper.gravity-theme input[type=search]:focus,
  body .gform_wrapper.gravity-theme input[type=search]:active,
  body .gform_wrapper.gravity-theme input[type=tel]:focus,
  body .gform_wrapper.gravity-theme input[type=tel]:active,
  body .gform_wrapper.gravity-theme input[type=text]:focus,
  body .gform_wrapper.gravity-theme input[type=text]:active,
  body .gform_wrapper.gravity-theme input[type=time]:focus,
  body .gform_wrapper.gravity-theme input[type=time]:active,
  body .gform_wrapper.gravity-theme input[type=url]:focus,
  body .gform_wrapper.gravity-theme input[type=url]:active,
  body .gform_wrapper.gravity-theme input[type=week]:focus,
  body .gform_wrapper.gravity-theme input[type=week]:active,
  body .gform_wrapper.gravity-theme select:focus,
  body .gform_wrapper.gravity-theme select:active,
  body .gform_wrapper.gravity-theme textarea:focus,
  body .gform_wrapper.gravity-theme textarea:active {
    box-shadow: inset 3px 3px 3px rgba(0, 0, 0, 0.25);
  }
}
body .gform_wrapper.gravity-theme input[type=color]:focus, body .gform_wrapper.gravity-theme input[type=color]:active,
body .gform_wrapper.gravity-theme input[type=date]:focus,
body .gform_wrapper.gravity-theme input[type=date]:active,
body .gform_wrapper.gravity-theme input[type=datetime-local]:focus,
body .gform_wrapper.gravity-theme input[type=datetime-local]:active,
body .gform_wrapper.gravity-theme input[type=datetime]:focus,
body .gform_wrapper.gravity-theme input[type=datetime]:active,
body .gform_wrapper.gravity-theme input[type=email]:focus,
body .gform_wrapper.gravity-theme input[type=email]:active,
body .gform_wrapper.gravity-theme input[type=month]:focus,
body .gform_wrapper.gravity-theme input[type=month]:active,
body .gform_wrapper.gravity-theme input[type=number]:focus,
body .gform_wrapper.gravity-theme input[type=number]:active,
body .gform_wrapper.gravity-theme input[type=password]:focus,
body .gform_wrapper.gravity-theme input[type=password]:active,
body .gform_wrapper.gravity-theme input[type=search]:focus,
body .gform_wrapper.gravity-theme input[type=search]:active,
body .gform_wrapper.gravity-theme input[type=tel]:focus,
body .gform_wrapper.gravity-theme input[type=tel]:active,
body .gform_wrapper.gravity-theme input[type=text]:focus,
body .gform_wrapper.gravity-theme input[type=text]:active,
body .gform_wrapper.gravity-theme input[type=time]:focus,
body .gform_wrapper.gravity-theme input[type=time]:active,
body .gform_wrapper.gravity-theme input[type=url]:focus,
body .gform_wrapper.gravity-theme input[type=url]:active,
body .gform_wrapper.gravity-theme input[type=week]:focus,
body .gform_wrapper.gravity-theme input[type=week]:active,
body .gform_wrapper.gravity-theme select:focus,
body .gform_wrapper.gravity-theme select:active,
body .gform_wrapper.gravity-theme textarea:focus,
body .gform_wrapper.gravity-theme textarea:active {
  background-color: #edf8fa;
}
body .gform_wrapper.gravity-theme textarea {
  padding-bottom: 0.8em;
  padding-top: 0.8em;
}
body .gform_wrapper.gravity-theme .gfield_label {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.2em;
}
@media screen and (min-width: 1400px) {
  body .gform_wrapper.gravity-theme .gfield_label {
    margin-bottom: 0.4em;
    font-size: 1.25rem;
  }
}
body .gform_wrapper.gravity-theme .gfield_validation_message {
  font-size: 0.8em;
  font-weight: 500;
}
body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  background-color: #fff0eb;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}
body .gfield_checkbox input[type=checkbox] + label::before,
body .gfield_radio input[type=radio] + label::before {
  border-color: #ccc;
}
body .gfield_checkbox input[type=checkbox]:checked + label::before,
body .gfield_radio input[type=radio]:checked + label::before {
  background-color: #fff;
  border-color: #0F3856;
}
body .gform_wrapper.gravity-theme .gfield select {
  border-radius: 15px;
}
@media screen and (min-width: 1400px) {
  body .gform_wrapper.gravity-theme .gfield select {
    border-radius: 20px;
  }
}
body .gform_wrapper.gravity-theme .gfield select {
  line-height: 2;
  padding: 0.75em 0.9em;
}
body .gform_wrapper.gravity-theme .gfield select[multiple=multiple] {
  padding: 0.4em 0.7em;
}
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=datetime-local],
body .gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
  font-size: 1rem;
}
@media screen and (min-width: 1400px) {
  body .gform_wrapper.gravity-theme input[type=color],
  body .gform_wrapper.gravity-theme input[type=date],
  body .gform_wrapper.gravity-theme input[type=datetime-local],
  body .gform_wrapper.gravity-theme input[type=datetime],
  body .gform_wrapper.gravity-theme input[type=email],
  body .gform_wrapper.gravity-theme input[type=month],
  body .gform_wrapper.gravity-theme input[type=number],
  body .gform_wrapper.gravity-theme input[type=password],
  body .gform_wrapper.gravity-theme input[type=search],
  body .gform_wrapper.gravity-theme input[type=tel],
  body .gform_wrapper.gravity-theme input[type=text],
  body .gform_wrapper.gravity-theme input[type=time],
  body .gform_wrapper.gravity-theme input[type=url],
  body .gform_wrapper.gravity-theme input[type=week],
  body .gform_wrapper.gravity-theme select,
  body .gform_wrapper.gravity-theme textarea {
    font-size: 1.125rem;
  }
}
body .gfield_description {
  font-size: 1rem !important;
}

.grecaptcha-badge {
  visibility: hidden;
}

/* Print Style Sheet */
@media print {
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
      Base 
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  /* General */
  *,
  *:before,
  *:after {
    box-shadow: none !important;
    text-shadow: none !important;
  }
  body,
  html {
    background: white;
    color: black;
    margin: 0;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
    page-break-inside: avoid;
    page-break-after: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  blockquote {
    background-color: #D7EDF6 !important;
  }
  /* Links */
  a,
  a:visited {
    text-decoration: underline;
  }
  a {
    white-space: normal;
  }
  .hero.hero-center-text {
    min-height: auto;
  }
  .hero.hero-center-text .hero-image {
    display: none;
  }
  /* Hide elements */
  footer#colophon,
  .side-sticky,
  .question-sticky,
  .pagination,
  .edit-link .post-edit-link,
  .search-form,
  .section-calculators,
  .aside.related-calculators {
    display: none;
  }
  #site-navigation {
    display: none;
  }
  .breadcrumbs-wrap {
    display: none;
  }
  .article-listen-share {
    display: none;
  }
  .sidebar {
    display: none;
  }
  .article-navigation-wrap {
    display: none;
  }
  .newsletter-section {
    display: none;
  }
  .learning-path-illusrtation-wrap {
    display: none;
  }
  .post-thumbnail {
    display: none;
  }
  /* Clear stylings */
  .glossary-term {
    border-bottom: none;
  }
  a {
    text-decoration: none !important;
  }
  .gsam-tag {
    padding: 0 !important;
    margin: 0 0 1rem 0 !important;
  }
  .listing-image-placeholder-wrapper {
    display: none;
  }
  .listing-item {
    padding: 0 !important;
  }
  h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: black;
  }
  /* Adjust stylings */
  .article-summary {
    border-radius: 0;
    margin-top: 10px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-left: 3px solid black;
  }
  .wp-block-quote {
    border-radius: 0;
    margin-top: 10px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-left: 3px solid black;
  }
  .article-takeaways {
    border-radius: 0;
    margin-top: 10px;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .posted-on {
    font-size: 14px;
  }
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
      Objects 
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
  /* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
      Pages 
  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
}

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