/**
 * Brand Color
 *
 */
/**
 * Button Reset
 *
 */
/**
 * Size
 *
 */
/**
 * Icon Position
 *
 */
/**
 * Placeholder Color
 *
 */
/**
 * Font Sizes
 *
**/
/**
 * Columns
 *
 */
/**
 * Columns, Mobile
 *
 */
/**
 * Columns, Tablet
 *
 */
/**
 * Columns, Tablet Up
 *
 */
/**
 * Columns, Desktop
 *
 */
a svg {
  transition: all 0.1s ease-in-out;
}

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

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

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/* Layout
--------------------------------------------- */
.site-container {
  overflow-x: hidden;
}

/* Box Sizing
--------------------------------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* Wrap
--------------------------------------------- */
.wrap {
  max-width: calc(var(--wp--style--global--wide-size) + 2 * var(--wp--custom--layout--padding));
  margin: 0 auto;
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.site-inner {
  padding: 36px 0;
}
.category .site-inner, .tax-video-category .site-inner {
  padding-top: 0;
}
.single-video .site-inner {
  padding-top: 0;
}
@media (min-width: 768px) {
  .single-video .site-inner {
    padding-top: 1rem;
  }
}

body.full-width-content {
  --wp--custom--layout--page: var(--wp--style--global--wide-size);
}

/* Screen Reader Text
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* Sidebar Layouts
--------------------------------------------- */
@media (min-width: 992px) {
  .content-sidebar .content-area {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--wp--custom--layout--sidebar);
    grid-column-gap: var(--wp--style--block-gap);
    max-width: var(--wp--style--global--wide-size);
    margin-left: auto;
    margin-right: auto;
  }
  .content-sidebar .site-main {
    float: none;
    width: 100%;
    max-width: var(--wp--style--global--content-size);
  }
  .content-sidebar .sidebar-primary {
    float: none;
    width: 100%;
  }
}
.sidebar-primary > .widget {
  margin-bottom: 40px;
}
.sidebar-primary > .widget:last-of-type {
  margin-bottom: 0;
}
.sidebar-primary .post-summary.type-video .entry-category {
  font-size: var(--wp--preset--font-size--x-small);
}
.sidebar-primary .post-summary.type-video .post-summary__title {
  font-size: var(--wp--preset--font-size--medium);
}
.sidebar-primary .popular-posts {
  border-top: 10px solid var(--wp--preset--color--black);
}
.sidebar-primary .popular-posts .widget-title {
  margin-top: 0.5rem;
  font-weight: normal;
  font-size: var(--wp--preset--font-size--large);
}
.sidebar-primary .popular-posts .wpp-list {
  padding: 0;
}
.sidebar-primary .popular-posts .wpp-list li {
  display: flex;
  list-style: none;
  margin: 0 0 0.5rem 0 !important;
  padding: 0 0 0.5rem 0 !important;
  border-bottom: 1px solid var(--wp--custom--color--neutral-400);
}
.sidebar-primary .popular-posts .wpp-list li:last-of-type {
  border-bottom: 0;
}
.sidebar-primary .popular-posts .wpp-list li a {
  text-decoration: none;
  display: block;
  line-height: 1.2;
}
.sidebar-primary .popular-posts .wpp-list li a:hover {
  color: var(--wp--preset--color--primary);
}
.sidebar-primary .popular-posts .wpp-list li .wpp-thumbnail {
  overflow: hidden;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  margin-right: 1rem;
  line-height: 1;
  background: #f0f0f0;
  border: none;
}

/* Forms
--------------------------------------------- */
input,
select,
textarea {
  background: var(--wp--preset--color--base);
  border: 1px solid var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--contrast);
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.35;
  padding: 13px 12px;
  border-radius: 0;
}

input:focus, input:active,
textarea:focus,
textarea:active {
  border: 1px solid var(--wp--preset--color--primary);
  outline-color: var(--wp--preset--color--primary);
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 1px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

input:not([type=checkbox]):not([type=radio]):not([type=submit]),
textarea,
select {
  width: 100%;
}

select {
  line-height: 50px;
  height: 50px;
}

textarea {
  width: 100%;
}

label {
  color: #757575;
}

::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #9e9e9e;
}

::-webkit-input-placeholder {
  color: #9e9e9e;
}

input:focus::-webkit-input-placeholder,
input:focus::-moz-placeholder,
input:focus:-ms-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}

/* Typographical Elements
--------------------------------------------- */
/* @link https://utopia.fyi/type/calculator?c=320,16,1.2,1240,18,1.25,5,2,&s=0.75|0.5|0.25,1.5|2|3|4|6,s-l&g=s,l,xl,12 */
strong {
  font-weight: 700;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.my-0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx-0 {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.mt-1 {
  margin-top: 20px !important;
}

.mb-1 {
  margin-bottom: 20px !important;
}

.my-1 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx-1 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.mt-2 {
  margin-top: 40px !important;
}

.mb-2 {
  margin-bottom: 40px !important;
}

.my-2 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mx-2 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}

.mt-3 {
  margin-top: 60px !important;
}

.mb-3 {
  margin-bottom: 60px !important;
}

.my-3 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mx-3 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mt-4 {
  margin-top: 80px !important;
}

.mb-4 {
  margin-bottom: 80px !important;
}

.my-4 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

.mx-4 {
  margin-left: 80px !important;
  margin-right: 80px !important;
}

.mt-5 {
  margin-top: 100px !important;
}

.mb-5 {
  margin-bottom: 100px !important;
}

.my-5 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

.mx-5 {
  margin-left: 100px !important;
  margin-right: 100px !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pt-1 {
  padding-top: 20px !important;
}

.pb-1 {
  padding-bottom: 20px !important;
}

.py-1 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-1 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pt-2 {
  padding-top: 40px !important;
}

.pb-2 {
  padding-bottom: 40px !important;
}

.py-2 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-2 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pt-3 {
  padding-top: 60px !important;
}

.pb-3 {
  padding-bottom: 60px !important;
}

.py-3 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.px-3 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.pt-4 {
  padding-top: 80px !important;
}

.pb-4 {
  padding-bottom: 80px !important;
}

.py-4 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.px-4 {
  padding-left: 80px !important;
  padding-right: 80px !important;
}

.pt-5 {
  padding-top: 100px !important;
}

.pb-5 {
  padding-bottom: 100px !important;
}

.py-5 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.px-5 {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

/* Heading
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-block-end: var(--wp--style--block-gap);
}

/* Search
--------------------------------------------- */
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: 0;
  padding: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__input {
  padding: 0 12px;
  border: 1px solid var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--contrast);
  font-size: var(--wp--preset--font-size--medium);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__input:focus {
  border: 1px solid var(--wp--preset--color--primary);
  outline-color: var(--wp--preset--color--primary);
  outline-offset: 2px;
  outline-style: dotted;
  outline-width: 1px;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__button {
  padding: 0.65rem 1rem;
}
.wp-block-search.wp-block-search__button-inside .search-icon {
  width: 30px;
  height: 30px;
}

/* WPForms
--------------------------------------------- */
div.wpforms-container .wpforms-title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 16px;
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-title {
    font-size: 32px;
  }
}
div.wpforms-container ul {
  padding-left: 0;
}
div.wpforms-container .wpforms-description {
  margin: 0 0 16px;
  padding: 0;
}
div.wpforms-container .wpforms-field {
  padding: 0;
  margin-bottom: 32px;
}
div.wpforms-container .wpforms-field-label {
  font-size: 16px;
}
div.wpforms-container .wpforms-recaptcha-container {
  padding: 0;
}
@media (min-width: 768px) {
  div.wpforms-container .wpforms-recaptcha-container {
    margin-bottom: -78px;
  }
}
div.wpforms-container .wpforms-submit-container {
  padding: 0;
  margin-top: 32px;
  text-align: right;
}
@media (min-width: 768px) {
  div.wpforms-container.one-line .wpforms-field-container {
    display: table;
    width: calc(100% - 110px);
    float: left;
  }
  div.wpforms-container.one-line .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    margin: 0;
  }
  div.wpforms-container.one-line .wpforms-submit-container {
    float: right;
    width: 110px;
    clear: none;
    margin: 0;
  }
}

/* WPForms Columns clearing
----------------------------------------------------------------------------- */
.wpforms-form .wpforms-first {
  clear: both !important;
  margin-left: 0 !important;
}

.wpforms-form .wpforms-field {
  padding: 10px 0;
  clear: both;
}

.wpforms-form .wpforms-field-textarea,
.wpforms-form .wpforms-submit-container {
  clear: both;
}

.wpforms-form .wpforms-five-sixths,
.wpforms-form .wpforms-four-sixths,
.wpforms-form .wpforms-four-fifths,
.wpforms-form .wpforms-one-fifth,
.wpforms-form .wpforms-one-fourth,
.wpforms-form .wpforms-one-half,
.wpforms-form .wpforms-one-sixth,
.wpforms-form .wpforms-one-third,
.wpforms-form .wpforms-three-fourths,
.wpforms-form .wpforms-three-fifths,
.wpforms-form .wpforms-three-sixths,
.wpforms-form .wpforms-two-fourths,
.wpforms-form .wpforms-two-fifths,
.wpforms-form .wpforms-two-sixths,
.wpforms-form .wpforms-two-thirds {
  clear: none;
  float: left;
}

/* Shared Counts
--------------------------------------------- */
.shared-counts-wrap.style-icon {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.shared-counts-wrap.style-icon > h3 {
  width: 100%;
  margin-bottom: 0.5rem;
}
.shared-counts-wrap.style-icon svg {
  fill: var(--wp--custom--color--neutral-700);
  width: 24px;
  height: 24px;
}
.shared-counts-wrap.style-icon .shared-counts-button {
  line-height: 0;
  padding: 10px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--wp--custom--color--neutral-700);
  display: flex;
  align-items: center;
  justify-content: center;
}
.shared-counts-wrap.style-icon .shared-counts-button:hover svg {
  fill: var(--wp--preset--color--primary);
}
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-label,
.shared-counts-wrap.style-icon .shared-counts-button:not(.included_total) .shared-counts-count {
  display: none;
}
@supports (display: grid) {
  .shared-counts-wrap.style-button {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
  @media (min-width: 768px) {
    .shared-counts-wrap.style-button {
      grid-template-columns: repeat(4, 1fr);
    }
  }
}
.shared-counts-wrap.style-button h3 {
  color: var(--wp--custom--color--neutral-800);
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  grid-column: 1/-1;
}
.shared-counts-wrap.style-button .shared-counts-button {
  background: var(--wp--custom--color--neutral-700);
  border-radius: 0;
  color: #fff;
  display: block;
  font-weight: bold;
  padding: 11px 18px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
}
.shared-counts-wrap.style-button .shared-counts-button:hover {
  background: var(--wp--custom--color--neutral-800);
}
.shared-counts-wrap.style-button .shared-counts-button svg {
  fill: #fff;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook {
  background: #3b5998;
}
.shared-counts-wrap.style-button .shared-counts-button.facebook:hover {
  background: #2d4373;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest {
  background: #cb2027;
}
.shared-counts-wrap.style-button .shared-counts-button.pinterest:hover {
  background: #9f191f;
}
.shared-counts-wrap.style-button .shared-counts-button.linkedin {
  background: #0e76a8;
}
.shared-counts-wrap.style-button .shared-counts-button.linkedin:hover {
  background: #0a5579;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter {
  background: #00b6f1;
}
.shared-counts-wrap.style-button .shared-counts-button.twitter:hover {
  background: #008fbe;
}
.shared-counts-wrap.style-button .shared-counts-count {
  display: none;
}

/* Relevanssi
--------------------------------------------- */
.rlv-has-spinner {
  border-color: var(--wp--preset--color--primary) !important;
  border-right-color: transparent !important;
}

.rlv-has-spinner::after {
  background-color: var(--wp--preset--color--primary) !important;
}

div.relevanssi-live-search-result a {
  white-space: wrap;
  text-decoration: none;
}
div.relevanssi-live-search-result a:hover {
  color: var(--wp--preset--color--primary);
}
div.relevanssi-live-search-result p {
  padding: 0.75rem 1rem;
}

div.relevanssi-live-search-result-status p {
  font-size: 0.75rem;
  padding: 0.5rem 1rem;
}

/* Mailchimp
---------------------------------------- */
@media (min-width: 768px) {
  #mc_embed_signup_scroll {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
}
#mc_embed_signup_scroll .indicates-required {
  grid-column: 1/-1;
  font-size: var(--wp--preset--font-size--small);
}
#mc_embed_signup_scroll .mc-field-group.input-group ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  gap: 1rem;
}
#mc_embed_signup_scroll .mc-field-group.input-group li,
#mc_embed_signup_scroll .mc-field-group.input-group label {
  cursor: pointer;
}
#mc_embed_signup_scroll .mc-field-group.input-group *[type=radio] {
  margin-right: 5px;
}
#mc_embed_signup_scroll *[type=submit] {
  background: var(--wp--preset--color--primary);
  border: 1px solid var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small);
  padding-top: 0.9rem;
  padding-right: 1.25rem;
  padding-bottom: 0.9rem;
  padding-left: 1.25rem;
}

/*
* Post Listing Block
*/
.sidebar-primary .post-listing-block header {
  position: relative;
}
.sidebar-primary .post-listing-block header:after {
  width: 20%;
  height: 5px;
  background-color: black;
  content: "";
  display: block;
  margin-bottom: 1.5rem;
}
.sidebar-primary .post-listing-block header h2 {
  font-weight: 200;
  font-size: var(--wp--preset--font-size--large);
}
.post-listing-block.cols-1 .post-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: var(--wp--style--block-gap);
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 16px;
}
.post-listing-block.cols-1 .post-summary:last-of-type {
  border-bottom: 0;
}
.post-listing-block.cols-1 .entry-category {
  margin: 0;
}
.post-listing-block.cols-1 .post-summary__image {
  grid-column: 4/5;
}
.post-listing-block.cols-1 .post-summary__content {
  grid-column: 1/4;
  display: flex;
  flex-direction: row;
  grid-row: 1;
  align-content: flex-start;
  flex-wrap: wrap;
}
.post-listing-block.cols-1 .post-summary__title {
  margin-bottom: 10px;
  margin-top: 0.5rem;
  width: 100%;
}
.post-listing-block.cols-1 .post-summary__date {
  order: -1;
  margin-right: 10px;
}
.post-listing-block.cols-1.enlarge-first .post-summary:first-of-type {
  grid-column-gap: 16px;
}
.post-listing-block.cols-1.enlarge-first .post-summary:first-of-type .post-summary__image {
  grid-column: 1/3;
}
.post-listing-block.cols-1.enlarge-first .post-summary:first-of-type .post-summary__content {
  grid-column: 3/5;
}
.post-listing-block.cols-1.enlarge-first .post-summary:first-of-type .post-summary__title {
  font-size: var(--wp--preset--font-size--large);
}
@media (max-width: 767px) {
  .post-listing-block.cols-1.enlarge-first .post-summary:first-of-type .post-summary__image,
  .post-listing-block.cols-1.enlarge-first .post-summary:first-of-type .post-summary__content {
    grid-column: 1/-1;
  }
}

/*
* Single post Podcast and Transcript download buttons
*/
.download-links .wp-block-button > a {
  border-width: 2px;
  border-style: solid;
  border-color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--primary);
  border-radius: 0;
  font-weight: bold;
  line-height: 1.55;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #fff;
}
.download-links .wp-block-button > a:hover, .download-links .wp-block-button > a:focus {
  background-color: var(--wp--preset--color--primary-alt);
  border-color: var(--wp--preset--color--primary-alt);
}
.download-links .wp-block-button > a .dashicons {
  width: 45px;
}
.download-links .wp-block-button > a .button-text {
  padding: 11px 24px 11px 0;
  display: inline-block;
}
.single-podcast .download-links .wp-block-button > a, .single-transcript .download-links .wp-block-button > a {
  display: inline-flex;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background: var(--wp--preset--color--primary);
  position: relative;
  --ttv-logo-width: 125px;
  --ttv-logo-height: 40px;
}
@media (min-width: 961px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 1001;
    --ttv-logo-width: 153px;
    --ttv-logo-height: 50px;
  }
}
@media (max-width: 960px) {
  .site-header {
    max-height: 100vh;
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
}
.site-header .menu-item.mob-only {
  display: block;
}
@media (min-width: 961px) {
  .site-header .menu-item.mob-only {
    display: none;
  }
}
.site-header .wrap {
  display: grid;
  grid-template-columns: var(--ttv-logo-width) 1fr;
  align-items: center;
}
@media (min-width: 961px) {
  .site-header .wrap {
    grid-template-columns: var(--ttv-logo-width) 1fr 60px;
  }
}
.site-header__logo {
  display: block;
  width: 100%;
  max-width: var(--ttv-logo-width);
  height: var(--ttv-logo-height);
  justify-self: center;
  margin: 10px 0;
}
.site-header__logo svg {
  width: 100%;
  height: 100%;
  fill: var(--wp--preset--color--white);
}
.site-header__toggles {
  display: flex;
  flex-wrap: nowrap;
  justify-self: flex-end;
}
@media (min-width: 961px) {
  .site-header__toggles {
    order: 3;
  }
}
@media (min-width: 961px) {
  .site-header__toggles .menu-toggle {
    display: none;
  }
}

.category- .site-header,
.term-generationtrader .site-header {
  background-image: linear-gradient(270deg, #d62d80 0%, #1b2057 100%);
}
.category- .site-header .meta-nav ul li a,
.term-generationtrader .site-header .meta-nav ul li a {
  color: #d62d80;
}
.category- .site-header .meta-nav ul li a:hover,
.term-generationtrader .site-header .meta-nav ul li a:hover {
  color: var(--wp--preset--color--white) !important;
}
.category- .site-header .nav-menu.active,
.term-generationtrader .site-header .nav-menu.active {
  background-image: linear-gradient(270deg, #d62d80 0%, #1b2057 100%);
}
.category- .site-header .nav-menu .menu-item:hover > a,
.term-generationtrader .site-header .nav-menu .menu-item:hover > a {
  background-color: #1b2057 !important;
  color: var(--wp--preset--color--white) !important;
}
.category- .site-header .nav-menu .menu-item > .wp-block-button__link,
.term-generationtrader .site-header .nav-menu .menu-item > .wp-block-button__link {
  color: var(--wp--preset--color--white) !important;
  background-color: #1b2057 !important;
}
.category- .menu-toggle:hover,
.category- .menu-toggle.active,
.term-generationtrader .menu-toggle:hover,
.term-generationtrader .menu-toggle.active {
  background-color: #1b2057 !important;
}
.category- .header-ticker .section-title,
.term-generationtrader .header-ticker .section-title {
  background-color: #d62d80;
}
.category- .header-ticker a,
.term-generationtrader .header-ticker a {
  color: #d62d80;
}

.search-toggle,
.menu-toggle {
  background: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  line-height: 0;
  padding: 0;
  text-align: center;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-toggle svg,
.menu-toggle svg {
  width: 24px;
  height: 24px;
  fill: white;
}
.search-toggle:hover svg, .search-toggle:focus svg,
.menu-toggle:hover svg,
.menu-toggle:focus svg {
  fill: var(--wp--preset--color--black);
}
.search-toggle .close,
.menu-toggle .close {
  display: none;
}
.search-toggle.active .close,
.menu-toggle.active .close {
  display: inline;
}
.search-toggle.active .open,
.menu-toggle.active .open {
  display: none;
}

/* Header Search
--------------------------------------------- */
.header-search {
  background: var(--wp--preset--color--black);
  padding: 1rem var(--wp--custom--layout--padding);
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .header-search {
    padding: 1rem;
  }
  .header-search .wp-block-search {
    margin: 0 auto;
    max-width: var(--wp--style--global--content-size);
  }
}
@media (max-width: 960px) {
  .header-search {
    margin: 0;
    width: 100vw;
    top: 60px;
    left: 0;
  }
}
.header-search:not(.active) {
  display: none;
}

/* Navigation
---------------------------------------------------------------------------------------------------- */
@media (max-width: 960px) {
  .nav-menu {
    display: none;
    margin: 0 calc(var(--wp--custom--layout--padding) * -1);
    grid-column: 1/-1;
    padding: 1rem 0 0 0;
  }
  .nav-menu.active {
    display: block;
  }
}
.nav-menu > * {
  line-height: 0;
}

.nav-primary ul {
  clear: both;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
}
.nav-primary > .menu > .menu-item > a {
  font-weight: bold;
}
@media (min-width: 961px) {
  .nav-primary > .menu > .menu-item > a {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
}
@media (min-width: 961px) {
  .nav-primary > .menu > .menu-item.current-menu-item > a, .nav-primary > .menu > .menu-item.current-menu-ancestor > a {
    border-bottom: 5px solid white;
  }
}
.nav-primary .menu-item {
  list-style: none;
  position: relative;
}
.nav-primary .menu-item a {
  border: none;
  color: var(--wp--preset--color--base);
  display: block;
  font-size: var(--wp--preset--font-size--medium);
  position: relative;
  padding: 22px var(--wp--custom--layout--padding);
  text-decoration: none;
}
.nav-primary .menu-item.menu-item-has-children > a {
  padding-right: 30px;
}
.nav-primary .menu-item:hover > a {
  color: var(--wp--preset--color--black);
}
.nav-primary .submenu-expand {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
}
.nav-primary .submenu-expand:not(.expanded) .close, .nav-primary .submenu-expand.expanded .open {
  display: none;
}
.nav-primary .submenu-expand svg {
  fill: var(--wp--preset--color--white);
}
@media (min-width: 961px) {
  .nav-primary > .menu > .menu-item > a {
    padding: 26px 1rem;
  }
  .nav-primary > .menu > .menu-item.menu-item-has-children > a {
    padding-right: 30px;
  }
  .nav-primary .menu {
    display: flex;
    justify-content: flex-end;
  }
  .nav-primary .menu-item:hover > .sub-menu, .nav-primary .menu-item:focus-within > .sub-menu {
    left: auto;
    opacity: 1;
  }
  .nav-primary .menu-item a {
    padding: 16px 1rem;
  }
  .nav-primary .menu > .menu-item:hover > a {
    color: var(--wp--preset--color--black);
  }
  .nav-primary .sub-menu {
    background: var(--wp--preset--color--black);
    left: -9999px;
    opacity: 0;
    position: absolute;
    width: 215px;
    z-index: 99;
    padding: 8px 0;
  }
  .nav-primary .sub-menu .menu-item {
    float: none;
  }
  .nav-primary .sub-menu .menu-item.current-menu-item > a, .nav-primary .sub-menu .menu-item.current-menu-ancestor > a, .nav-primary .sub-menu .menu-item:hover > a {
    color: var(--wp--preset--color--primary);
  }
  .nav-primary .sub-menu .menu-item a {
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: var(--wp--preset--font-size--medium);
  }
  .nav-primary .sub-menu .sub-menu {
    margin: -48px 0 0 215px;
  }
}
@media (max-width: 960px) {
  .nav-primary .menu .menu-item {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
  }
  .nav-primary .submenu-expand {
    top: 0;
    right: var(--wp--custom--layout--padding);
    transform: none;
    width: 52px;
    height: 64px;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
  }
  .nav-primary .submenu-expand svg {
    width: 16px;
    height: 16px;
  }
  .nav-primary .submenu-expand.expanded {
    transform: rotate(180deg);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 0;
  }
  .nav-primary .submenu-expand.expanded + .sub-menu {
    display: block;
  }
  .nav-primary .sub-menu {
    display: none;
    padding-left: 0;
  }
}

/* Header Ticker
---------------------------------------------------------------------------------------------------- */
.header-ticker {
  padding: 7px 0;
  background-color: var(--wp--custom--color--neutral-200);
  overflow: hidden;
  max-height: 45px;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.header-ticker .section-title {
  padding: 4px 7px;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  font-size: 12px;
  margin: auto;
}
.header-ticker .section-title:after {
  position: absolute;
  right: -60px;
  top: 0;
  z-index: 1;
  content: "";
  display: block;
  width: 60px;
  height: 100%;
  background-color: transparent;
  background: linear-gradient(90deg, #eeeeee 20%, rgba(238, 238, 238, 0) 100%);
}
.header-ticker .wrap {
  display: flex;
}
.header-ticker .marquee {
  overflow: hidden;
}
.header-ticker li {
  margin-right: 2rem;
}
.header-ticker a {
  text-decoration: none;
  font-weight: normal;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--preset--color--primary);
}
.header-ticker a:hover {
  color: var(--wp--preset--color--contrast);
}

/* Admin Bar
--------------------------------------------- */
@media (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 32px;
  }
}
@media (max-width: 782px) {
  #wpadminbar {
    display: none !important;
  }
}
/* Persistent Header
--------------------------------------------- */
@media (max-width: 960px) {
  .site-container {
    padding-top: 60px;
  }
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    overflow: scroll;
    max-height: 100vh;
  }
}
@media (max-width: 960px) and (min-width: 783px) {
  .admin-bar .site-container {
    padding-top: 92px;
  }
  .admin-bar .site-header {
    top: 32px;
  }
}
/* Archive Header
--------------------------------------------- */
.archive-header {
  padding: 24px 0 var(--wp--preset--spacing--10);
}
.archive-header h1 {
  margin-top: 10px;
  margin-bottom: 0.5rem;
}
.archive-header .breadcrumb, .archive-header .rank-math-breadcrumb {
  margin-bottom: 1rem;
}
.archive-header .archive-header__inner {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 0 var(--wp--style--block-gap);
}
@media (min-width: 768px) {
  .archive-header .archive-header__inner {
    grid-template-columns: 1fr 400px;
  }
}

.category-generationtrader .wp-block-search {
  display: none;
}

.archive-description {
  grid-column: 1/-1;
}
.archive-description > *:first-child {
  margin-top: 0;
}
.archive-description > *:last-child {
  margin-bottom: 0;
}
.archive-description * {
  font-size: var(--wp--preset--font-size--medium);
}

/* Post Category list (Video Arhives)
--------------------------------------------- */
.archive-post-categories ul {
  list-style: none;
  padding: 0 0 0.75rem 0;
  margin: 1rem 0 0 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow-x: scroll;
  flex-wrap: nowrap;
}
.archive-post-categories ul::-webkit-scrollbar {
  width: 6px;
  height: 5px;
}
.archive-post-categories ul::-webkit-scrollbar-track {
  background: var(--wp--custom--color--neutral-200);
}
.archive-post-categories ul::-webkit-scrollbar-thumb {
  background: var(--wp--custom--color--neutral-600);
  border-radius: 6px;
}
.archive-post-categories ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.archive-post-categories ul li {
  display: inline-block;
}
.archive-post-categories ul li a {
  white-space: nowrap;
  color: var(--wp--custom--color--neutral-900);
  text-decoration: none;
  background-color: var(--wp--custom--color--neutral-200);
  padding: 7px 12px;
  display: block;
  border-radius: 3px;
  font-size: calc(var(--wp--preset--font-size--small) * 0.85);
}
.archive-post-categories ul li a:hover {
  background-color: #212121;
  color: var(--wp--preset--color--white);
}
.archive-post-categories ul li.active a {
  background-color: var(--wp--custom--color--neutral-900);
  color: var(--wp--preset--color--white);
}

.archive {
  background-color: #fafafa;
}
.archive .site-main {
  max-width: var(--wp--custom--layout--page);
  margin-inline: auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--wp--style--block-gap);
  height: max-content;
}
@media (min-width: 768px) {
  .archive .site-main {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.archive .site-main .no-results {
  grid-column: 1/-1;
  margin-bottom: 48px;
}
@media (min-width: 1200px) {
  .archive.category-people-moves .content-area, .archive.archive-job-opening .content-area {
    grid-column-gap: 100px;
  }
}
.archive.archive-job-opening .site-main {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.archive.archive-job-opening .site-inner {
  padding-top: 0;
}

@media (min-width: 782px) {
  .cat-generationtrader-intro .wp-block-column:first-of-type {
    flex-basis: 33.33%;
  }
  .cat-generationtrader-intro .wp-block-column:nth-of-type(2) {
    flex-basis: 66.66%;
  }
}

/* Category - People Moves
--------------------------------------------- */
body.category-people-moves {
  background-color: var(--wp--custom--color--neutral-100);
}
body.category-people-moves .site-main {
  display: block;
}
body.category-people-moves .site-main .post-summary {
  border-bottom: 1px solid var(--wp--custom--color--neutral-300);
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  body.category-people-moves .site-main .post-summary {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 1rem;
  }
}
body.category-people-moves .site-main .post-summary:first-of-type {
  background-color: var(--wp--preset--color--white);
  border-bottom: 0;
  display: block;
}
body.category-people-moves .site-main .post-summary:last-of-type {
  border-bottom: 0;
}
body.category-people-moves .site-inner {
  padding-top: 0;
}
body.category-people-moves .footer-widgets,
body.category-people-moves .site-footer {
  background-color: var(--wp--preset--color--white);
}

/* Archive Footer
--------------------------------------------- */
.archive-footer {
  margin: 40px calc(50% - 50vw) -36px;
  max-width: 100vw;
  width: 100vw;
  background-color: #eeeeee;
}
@media (min-width: 768px) {
  .archive-footer {
    margin-bottom: -48px;
  }
}

/* Navigation
----------------------------------------------------------------------------------------------------

/* Secondary, Meta Nav
--------------------------------------------- */
.meta-nav {
  background: var(--wp--custom--color--neutral-300);
}
@media (max-width: 960px) {
  .meta-nav {
    display: none;
  }
}
.meta-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 961px) {
  .meta-nav ul {
    display: flex;
    justify-content: space-between;
  }
}
.meta-nav ul li {
  display: inline-block;
}
.meta-nav ul li a {
  text-decoration: none;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 1rem;
  border: 0;
  font-size: calc(var(--wp--preset--font-size--medium) * 0.85);
}
.meta-nav ul li a:hover, .meta-nav ul li a:focus {
  color: var(--wp--preset--color--primary);
}

/* Entry Navigation
--------------------------------------------- */
.pagination {
  border-top: 1px solid var(--wp--custom--color--neutral-300);
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  grid-column: 1/-1;
}
.pagination ul {
  margin: 0;
}
.pagination ul li {
  list-style-type: none;
  display: inline-block;
}
.pagination ul li a {
  color: var(--wp--preset--color--primary);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
}
.pagination ul li.pagination-next a, .pagination ul li.pagination-previous a {
  width: auto;
}
.pagination ul li:hover > a {
  color: var(--wp--preset--color--primary);
}
.pagination ul li.active > a {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-weight: 700;
}

/* Breadcrumbs
--------------------------------------------- */
.breadcrumb {
  width: 100%;
  margin-bottom: 12px;
  font-size: 14px;
}
.breadcrumb a {
  color: #424242;
}
.breadcrumb a:hover {
  color: var(--wp--preset--color--primary);
}
.single-post .breadcrumb {
  border-top: 1px solid #e0e0e0;
  padding-top: 32px;
  text-align: center;
}

/* Post Summary
---------------------------------------------------------------------------------------------------- */
.post-summary {
  margin-bottom: 16px;
}

.post-summary__title {
  font-size: calc(var(--wp--preset--font-size--medium) * 1.1);
  margin: 0;
  font-weight: 700;
}
.post-summary__title a {
  color: #212121;
  text-decoration: none;
}
.post-summary__title a:hover {
  color: var(--wp--preset--color--primary);
}

.post-summary__image {
  display: block;
}
@media (min-width: 769px) {
  .post-summary__image {
    margin-bottom: 12px;
  }
}
.category-white-papers .post-summary__image img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
}

.post-summary__date {
  font-size: 12px;
  color: #757575;
}

.post-summary__meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-summary__read-more {
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  font-weight: bold;
  font-size: var(--wp--preset--font-size--small);
}
.post-summary__read-more:hover {
  text-decoration: underline;
  color: var(--wp--preset--color--black);
}

.entry-category {
  font-size: var(--wp--preset--font-size--small);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.entry-category a {
  color: #616161;
  text-decoration: none;
}
.entry-category a:hover {
  color: var(--wp--preset--color--primary);
}

/* People Moves - Post Summary
------------------------------------------------------------ */
.category-people-moves .post-summary--people-moves:first-of-type .post-summary__title {
  font-size: var(--wp--preset--font-size--x-large);
}
@media (min-width: 768px) {
  .category-people-moves .post-summary--people-moves:first-of-type .post-summary__image {
    float: right;
    display: block;
    padding: 0 0 1rem 2rem;
    max-width: 50%;
  }
}
.category-people-moves .post-summary--people-moves:first-of-type .post-summary__content {
  padding: 1rem 1rem 0 1rem;
}
@media (min-width: 768px) {
  .category-people-moves .post-summary--people-moves:first-of-type .post-summary__content {
    padding: 1rem 1rem 0 1rem;
  }
}
.category-people-moves .post-summary--people-moves:first-of-type .post-summary__meta {
  clear: both;
}

/* Podcast Post Summary
----------------------------------------
.post-summary.type-podcast,
.post-summary.type-transcript {
	border-bottom: 1px solid $border-color;
	padding-bottom: 24px;
	.post-summary__content {
		@include media(">=tablet") {
			margin-left: 80px;
		}
	}

	&.rcp-is-restricted:not(.rcp-can-access) {
		.post-summary__title a:before {
			@include media(">=tablet") {
				background-image: url(../icons/utility/lock.svg);
			}
		}
	}

	.post-summary__title {
		position: relative;
		a {
			&:before {
				@include media(">=tablet") {
					content: "";
					position: absolute;
					top: 0;
					left: -60px;
					width: 40px;
					height: 40px;
					display: block;
					background: transparent url(../icons/utility/play.svg) no-repeat top left;
					background-size: 40px auto;
				}
			}
		}
	}
	.post-summary__excerpt {
		margin-bottom: 0;
	}
}
*/
/* Job Opening Summary
---------------------------------------- */
.job-opening-summary {
  padding: var(--wp--preset--spacing--20);
  background-color: var(--wp--preset--color--grey-lightest);
  height: max-content;
}

.job-opening-summary__header {
  font-size: var(--wp--preset--font-size--small);
  margin-bottom: 0.5rem;
  font-weight: bold;
  color: var(--wp--custom--color--neutral-700);
}

.job-opening-summary__category {
  margin-bottom: 0.45rem;
  margin-top: 0;
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--custom--color--neutral-600);
}

.job-opening-summary__dates {
  font-size: var(--wp--preset--font-size--small);
  color: var(--wp--custom--color--neutral-600);
}
.job-opening-summary__dates strong {
  color: var(--wp--preset--color--primary);
}

.job-opening-summary__meta {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .job-opening-summary__meta {
    flex-direction: column;
    gap: 1rem;
  }
}
.job-opening-summary__meta .wp-element-button {
  display: inline-block;
  text-transform: uppercase;
}

/* Job Opening Summary Slim
---------------------------------------- */
.job-opening-summary--slim {
  padding: 1rem;
  background-color: var(--wp--custom--color--neutral-100);
}
.sidebar-primary .job-opening-summary--slim {
  margin-bottom: 1rem;
}
.category-people-moves .job-opening-summary--slim {
  background-color: var(--wp--preset--color--white);
}
.job-opening-summary--slim .job-opening-summary__location {
  line-height: 1.1;
  display: block;
  color: var(--wp--preset--color--secondary);
}
.job-opening-summary--slim .job-opening-summary__title {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--medium);
  color: var(--wp--custom--color--neutral-800);
}
.job-opening-summary--slim .job-opening-summary__meta {
  flex-direction: column;
  gap: 1rem;
}

/* Singular
---------------------------------------------------------------------------------------------------- */
/* Entry Content
--------------------------------------------- */
.site-inner {
  padding-left: var(--wp--custom--layout--padding);
  padding-right: var(--wp--custom--layout--padding);
}

.entry-content h1.wp-block-heading {
  margin-top: 0;
}
.entry-content > * {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--wp--custom--layout--page);
}
.entry-content > *.alignwide {
  max-width: var(--wp--style--global--wide-size);
}
.entry-content > *.alignfull {
  margin-left: calc(-1 * var(--wp--custom--layout--padding));
  margin-right: calc(-1 * var(--wp--custom--layout--padding));
  max-width: 100vw;
}
.entry-content > * + * {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:first-child), .entry-content > .wp-block-separator:not(:first-child) {
  margin-top: var(--wp--style--block-gap);
}
.entry-content > .alignfull:not(:last-child), .entry-content > .wp-block-separator:not(:last-child) {
  margin-bottom: var(--wp--style--block-gap);
}
.entry-content > .alignfull.has-background + .alignfull.has-background {
  margin-top: calc(-1 * var(--wp--style--block-gap));
}

.full-width-content .entry-content:first-child > .alignfull.has-background:first-child {
  margin-top: calc(-1 * var(--wp--style--block-gap));
}
.full-width-content .entry-content:last-child > .alignfull.has-background:last-child {
  margin-bottom: calc(-1 * var(--wp--style--block-gap));
}

/* Single Post
--------------------------------------------- */
.singular .entry-header {
  margin-bottom: 18px;
}
@media (min-width: 768px) {
  .singular .entry-header {
    margin-bottom: 36px;
    overflow: hidden;
    width: 100%;
  }
}
.singular .entry-header *:last-child {
  margin-bottom: 0;
}
.singular .entry-header .entry-title {
  margin-top: 0.5rem;
}
.singular .entry-header .entry-category {
  margin-top: 0;
}
.singular .download-links .wp-block-audio {
  margin: 20px 0;
}
.singular .download-links .wp-block-audio:focus {
  outline: 0;
}
.singular .download-links audio:focus {
  outline: 0;
}
.singular .audio-share {
  background-color: var(--wp--preset--color--white);
  border-radius: 10px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
@media (min-width: 768px) {
  .singular .audio-share {
    padding: 30px;
  }
}
.singular .audio-share .audio-share--links {
  list-style: none;
}
.singular .audio-share .audio-share--links li {
  display: inline-block;
}
.singular .audio-share .audio-share--links li:hover a {
  transform: translateY(-4px);
}
.singular .audio-share .audio-share--links li a {
  background-image: url(../images/audio-social-channels.svg);
  background-repeat: no-repeat;
  background-size: 40px 440px;
  margin-right: 15px;
  padding: 0;
  width: 40px;
  height: 40px;
  display: block;
}
.singular .audio-share .audio-share--links li a.anchor {
  background-position: 0px -50px;
}
.singular .audio-share .audio-share--links li a.google-music {
  background-position: 0px -250px;
}
.singular .audio-share .audio-share--links li a.apple-music {
  background-position: 0px -200px;
}
.singular .audio-share .audio-share--links li a.overcast {
  background-position: 0px -400px;
}
.singular .audio-share .audio-share--links li a.amazon-music {
  background-position: 0px -150px;
}
.singular .audio-share .audio-share--links li a.pocket-cast {
  background-position: 0px -300px;
}
.singular .audio-share .audio-share--links li a.sticher {
  background-position: 0px -350px;
}
.singular .audio-share .audio-share--links li a.rss {
  background-position: 0px -100px;
}

.after-entry > * {
  margin: 24px 0;
}
@media (min-width: 768px) {
  .after-entry > * {
    margin: 42px 0;
  }
}
.after-entry .publish-date {
  font-size: 16px;
  text-align: center;
}

.related {
  grid-column: 1/-1;
}

.related-posts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--wp--style--block-gap);
  grid-column: 1/-1;
}
@media (min-width: 768px) {
  .related-posts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.related-posts header {
  grid-column: 1/-1;
}

/* Comments
--------------------------------------------- */
.entry-comments .comment-list {
  margin: 0 0 32px;
}
.entry-comments .comment-list li {
  list-style-type: none;
  border: 1px solid #eeeeee;
}
.entry-comments .comment-list li article {
  padding: 16px;
  position: relative;
}
.entry-comments .comment-list li.staff > article {
  background: rgba(255, 0, 37, 0.05);
  border-left: 2px solid #ff0025;
}
.entry-comments .comment-list > li {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}
.entry-comments .comment-list .comment-author {
  color: #424242;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-size: 18px;
}
@media (min-width: 768px) {
  .entry-comments .comment-list .comment-author {
    font-size: 22px;
  }
}
.entry-comments .comment-list .comment-author a {
  color: #424242;
  text-decoration: none;
}
.entry-comments .comment-list .comment-author .says {
  display: none;
}
.entry-comments .comment-list .comment-edit-link {
  display: none;
}
.entry-comments .comment-list .comment-meta {
  font-size: 14px;
  color: #9e9e9e;
  vertical-align: middle;
}
.entry-comments .comment-list .comment-meta a {
  color: #9e9e9e;
  font-weight: 400;
  text-decoration: none;
}
.entry-comments .comment-list .comment-content p:last-child {
  margin: 0;
}
.entry-comments .comment-list .comment-reply-link {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
}
.entry-comments .comment-list ul.children {
  margin: 0;
}
.entry-comments .comment-list ul.children li {
  border-top: 1px solid #e0e0e0;
}

.comment-navigation a {
  font-size: 20px;
  text-transform: uppercase;
  text-decoration: none;
}

.comment-respond {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .comment-respond {
    margin: 60px 0;
  }
}
.comment-respond label {
  display: block;
  margin-right: 12px;
}
.comment-respond label[for=subscribe], .comment-respond label[for=wp-comment-cookies-consent] {
  display: inline-block;
}
@media (min-width: 768px) {
  .comment-respond .comment-form-author,
  .comment-respond .comment-form-email {
    float: left;
    width: calc(50% - 16px);
  }
  .comment-respond .comment-form-email {
    margin-left: 32px;
  }
  .comment-respond input[type=submit] {
    width: auto;
  }
}

/* Download Monitor
--------------------------------------------- */
#download-page #download-search {
  border: 0;
  box-shadow: none;
  padding: 0 !important;
}

.download-information table.download-meta {
  width: 100%;
  border: 1px solid #e0e0e0;
  margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
  background: #f5f5f5;
  padding: 40px 0 10px;
  position: relative;
}
.footer-widgets ul {
  margin-bottom: 30px;
}
.footer-widgets li {
  list-style-type: none;
  margin-bottom: 12px;
}
.footer-widgets .widget-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-widgets a {
  color: #000;
  text-decoration: none;
}
.footer-widgets a:hover {
  text-decoration: underline;
}
.footer-widgets a svg {
  fill: #000;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.newsletter-signup-slim .wpforms-submit-container {
  text-align: left !important;
}
@media (min-width: 768px) {
  .newsletter-signup-slim.wpforms-container .wpforms-field-container {
    display: table;
    width: calc(100% - 130px);
    float: left;
  }
  .newsletter-signup-slim.wpforms-container .wpforms-field-container .wpforms-field {
    display: table-cell;
    padding-right: 16px;
    vertical-align: top;
    margin: 0;
  }
  .newsletter-signup-slim.wpforms-container .wpforms-submit-container {
    float: right;
    width: 130px;
    clear: none;
    margin: 0;
  }
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  background: var(--wp--custom--color--neutral-100);
  color: var(--wp--preset--color--black);
  font-size: var(--wp--preset--font-size--small);
  padding: var(--wp--preset--spacing--40) 0;
  text-align: center;
}
.site-footer .wrap > *:last-child {
  margin-bottom: 0;
}
.site-footer a {
  color: rgba(0, 0, 0, 0.75);
}
.site-footer a:hover {
  color: black;
}
.site-footer .nav-footer-links {
  margin-bottom: 1rem;
  list-style: none;
  padding-left: 0;
}
.site-footer .nav-footer-links li {
  display: inline-block;
}
.site-footer .nav-footer-links li + li {
  margin-left: 0.5rem;
}
.site-footer .social-links {
  margin: 4rem 0 1rem 0;
  padding-left: 0;
  list-style: none;
}
.site-footer .social-links li {
  display: inline-block;
  margin: 0 0.75rem 1rem 0;
}
.site-footer .social-links li a {
  display: inline-flex;
  font-weight: bold;
  align-items: center;
  text-decoration: none;
}
.site-footer .social-links li a:hover, .site-footer .social-links li a:focus {
  color: var(--wp--preset--color--primary);
}
.site-footer .social-links li a .icon {
  margin-right: 5px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid var(--wp--preset--color--black);
}
.site-footer .social-links li a svg {
  width: 20px;
  height: 20px;
}
.site-footer .copyright {
  color: var(--wp--custom--color--neutral-500);
}
@media (max-width: 767px) {
  .site-footer .social-links li {
    display: inline-block;
    margin: 0;
  }
  .site-footer .social-links .label {
    display: none;
  }
  .footer .footer-menu #menu-footer-menu {
    text-align: center;
  }
  .custom-footer .footer-info ul {
      flex-direction: column;
      text-align: center;
  }
  .custom-footer .footer-info ul li {
      padding: 10px 0;
  }
  .custom-footer .footer-info ul li::after{
      display: none !important;
  }
  .custom-footer .footer-info ul {
      width: 100% !important;
  }
}
@media (min-width: 768px) {
  .site-footer {
    text-align: left;
    padding: 15px 0;
  }
  .site-footer .copyright,
  .site-footer .footer-links {
    display: inline-block;
    margin-right: 1rem;
  }
  .footer { 
    flex-direction: row !important;
    height: 250px !important;
  }
  .logos__container .website-logos {
      flex-direction: row !important;
      justify-content: space-between !important;
  }
}

/* New Footer 2025
--------------------------------------------- */
.custom-footer {
  background-color: #000000;
  color: #FFFFFF;
}
.footer-wrap {
  max-width: 1408px;
  width: 100%;
  margin: 0 auto;
}
.footer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  align-items: center;
}
.footer .footer-logo {
  display: block;
  max-width: 292px;
  width: 100%;
  height: auto;
}
.footer .footer-logo img {
  display: block;
  width: 100%;
}
.footer .footer-menu #menu-footer-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 50px;
  font-family: Lato, serif;
  font-size: 15px;
  line-height: 29px;
  color: #FFFFFF;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .footer-menu #menu-footer-menu li a,
.custom-footer .footer-info a{
  color: #FFFFFF;
  transition: all 0.3s ease;
}
.footer .social-icons,
.footer .social-icons section {
  display: flex;
}
.site-footer .social-links li a {
  color: white;
}
.custom-footer.site-footer .social-links li a .icon {
  margin-right: 5px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  float: left;
  width: 40px;
  height: 40px;
  border: 1px solid white;
}
.custom-footer .footer-info ul {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  width: 500px;
  margin: 0 auto;
  align-items: center;
  font-family: Lato, serif;
  color: #CCCCCC;
  list-style: none;
}
.custom-footer .footer-info {
  padding-bottom: 20px;
}
.custom-footer .footer-info ul li a {
  color: #CCCCCC;
  text-decoration: none;
}
.custom-footer .footer-info ul li::after {
  content: '|';
  display: inline-block;
  position: absolute;
  color: #818181;
  margin-left: 12px;
  margin-left: 24px;
}
.custom-footer .footer-info ul li:last-child:after {
  display: none;
}
/* Header Network Sites */
.logos__container {
  display: none;
}
.l-inner {
  max-width: 1164px;
  margin: 0 auto;
}
.l-inner img {
  max-width: 200px;
}
#toggle-logo {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  cursor: pointer;
}
#toggle-logo img {
  width: 250px;
}
#toggle-logo svg {
  width: 20px;
}
.logos__container .website-logos {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.logos__container .website-logos .logo  {
  margin: 10px 0;
}
.logos__container .website-logos .logo img{
  width: 190px !important;
  object-fit: cover !important;
}
.logos__container .website-logos .logo.fi-desk img,
.logos__container .website-logos .logo.derivsource img{
  width: 150px !important;
}
.toggle-arrow {
  position: relative;
  top: -4px;
  margin-left: 10px;
  cursor: pointer;
}
.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}
.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: transform 0.5s ease-in-out;
}
.tradertv-popup {
    margin: 0 auto;
}
/*# sourceMappingURL=main.css.map */