/*!
Theme Name: xcures 2024
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: xc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@import url("https://use.typekit.net/wdn7poe.css");
:root {
  --body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  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: inherit;
  font-family: var(--body-font);
  font-size: 1rem;
  line-height: var(--font-lineheight, 1.2);
}

h1, h2, h3 {
  font-family: "navigo", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/* Elements
--------------------------------------------- */
ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
/* Forms
--------------------------------------------- */
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
body.page-template-connect {
  font-family: navigo;
}
body.page-template-connect h1 {
  font-size: 4 rem;
  text-align: center;
  opacity: 0.1;
  max-width: 100%;
  margin: 2rem 0;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
}
@media screen and (min-width: 750px) {
  body.page-template-connect h1 {
    font-size: 6rem;
  }
}
body.page-template-connect main {
  width: var(--content-width);
  margin-inline: auto;
}
body.page-template-connect .entry-content {
  padding-bottom: 2rem;
}
body.page-template-connect .wp-block-group.layout > .wp-block-group__inner-container {
  display: grid;
  gap: 1rem;
  grid-template-areas: "b" "a" "d" "c";
}
@media screen and (min-width: 750px) {
  body.page-template-connect .wp-block-group.layout > .wp-block-group__inner-container {
    grid-template-areas: "b a a a" "c a a a" "d a a a";
  }
}
body.page-template-connect .wp-block-group.layout > .wp-block-group__inner-container > .wp-block-group:not(.address) {
  padding: 1rem 2rem;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
}
body.page-template-connect .wp-block-group.layout > .wp-block-group__inner-container .send {
  grid-area: a;
}
body.page-template-connect .wp-block-group.layout > .wp-block-group__inner-container .send .wp-block-group__inner-container {
  display: grid;
  justify-content: center;
}
body.page-template-connect .wp-block-group.layout > .wp-block-group__inner-container .message {
  grid-area: b;
  display: grid;
  justify-content: stretch;
}
body.page-template-connect .wp-block-group.layout > .wp-block-group__inner-container .message p {
  max-width: 40ch;
}
body.page-template-connect .wp-block-group.layout > .wp-block-group__inner-container .address {
  grid-area: c;
}
body.page-template-connect .wp-block-group.layout > .wp-block-group__inner-container .media {
  grid-area: d;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-connect .wp-block-group.layout > .wp-block-group__inner-container .media .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
body.page-template-connect .wp-block-group.layout > .wp-block-group__inner-container .media .wp-block-group__inner-container h2 {
  text-transform: uppercase;
  color: #ccc;
  margin-top: 0;
}
body.page-template-connect .send h2 {
  text-transform: uppercase;
  color: #ddd;
  padding-left: 2rem;
  font-weight: 600;
  font-size: 2rem;
}
body.page-template-connect .address {
  display: grid;
  align-content: stretch;
  align-items: stretch;
}
body.page-template-connect .address .wp-block-group__inner-container {
  display: grid;
  align-content: stretch;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 1rem;
  font-size: 1.1rem;
  line-height: 1.4;
  background-color: rgba(255, 255, 255, 0.2);
}
body.page-template-connect .address .wp-block-group__inner-container a, body.page-template-connect .address .wp-block-group__inner-container a:visited {
  color: #333;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  -webkit-text-decoration-color: silver;
          text-decoration-color: silver;
}
body.page-template-connect .address .wp-block-group__inner-container a:hover, body.page-template-connect .address .wp-block-group__inner-container a:visited:hover {
  color: var(--highlight-green);
}
body.page-template-connect .address .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container {
  text-align: left;
  display: flex;
  justify-content: center;
  margin: 0;
  border: 1px solid #ddd;
  border-radius: 0.4rem;
  padding: 2.2rem 0;
}
body.page-template-connect .address .wp-block-group__inner-container .wp-block-group .wp-block-group__inner-container br {
  display: none;
}
body.page-template-connect .address .wp-block-group__inner-container p {
  background-repeat: no-repeat;
  background-position-y: center;
  padding-left: 3rem;
  display: grid;
  justify-content: start;
  width: 20ch;
}
body.page-template-connect .address .wp-block-group__inner-container p.hq {
  background-image: url("/assets/images/connect-icons/hq.svg");
}
body.page-template-connect .address .wp-block-group__inner-container p.hq strong {
  font-weight: 300;
}
body.page-template-connect .address .wp-block-group__inner-container p.hq br {
  display: inherit;
}
body.page-template-connect .address .wp-block-group__inner-container p.tel {
  background-image: url("/assets/images/connect-icons/phone.svg");
  padding: 0.8rem 0 0.8rem 3rem;
  background-position-x: 0.6rem;
}
body.page-template-connect .smbuttons ul {
  display: flex;
  margin: 0;
  list-style-type: none;
  gap: 2rem;
  padding: 0;
}
body.page-template-connect .smbuttons ul li {
  display: block;
  max-width: 60px;
}
body.page-template-connect .smbuttons ul li svg {
  width: 100%;
  border: 1px solid silver;
  border-radius: 0.3rem;
}
body.page-template-connect .smbuttons ul li svg:hover {
  border: 1px solid var(--highlight-green);
}
body.page-template-connect .smbuttons ul li svg:hover .iconfill {
  fill: var(--company-blue);
}
body.page-template-connect .smbuttons ul .iconbtn .iconfill {
  fill: #ccc;
}
body.page-template-connect .smbuttons ul .iconbtn .iconborder {
  fill: none;
}

.wp-block-group.send, .wp-block-group.message, .wp-block-group.media {
  background-color: rgba(255, 255, 255, 0.5);
}

body.blog {
  background-color: rgb(225, 225, 225);
}
body.blog main {
  gap: 2rem;
  margin-inline: auto;
  width: var(--content-width);
}
@media screen and (min-width: 760px) {
  body.blog main {
    display: flex;
  }
}
body.blog .events-box {
  flex-basis: 40%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-content: start;
  gap: 1rem;
}
body.blog .events-box > div {
  border: 0.5px solid #aaa;
  border-radius: 0.5em;
}
body.blog .events-box .event {
  background-color: var(--white);
  border-radius: 0.5rem;
  overflow: hidden;
  padding: 0.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 0.5rem;
}
body.blog .events-box .event:hover {
  background-color: white;
}
body.blog .events-box .events-header {
  grid-column: 1/-1;
  border: none;
  text-align: center;
}
body.blog .events-box .event-header {
  text-transform: uppercase;
}
body.blog .events-box .event-image {
  height: 60px;
  display: grid;
  overflow: hidden;
}
body.blog .events-box .event-title {
  line-height: 1.3;
  font-weight: 600;
  margin-top: 0.5rem;
}
body.blog .events-box .event-title a, body.blog .events-box .event-title a:visited {
  color: var(--company-blue);
  display: block;
}
body.blog .posts-wrap {
  display: grid;
  width: var(--content-width);
  margin: auto;
  gap: 1rem;
}
body.blog .posts-wrap article {
  padding: 2rem;
  background-color: var(--white);
  outline: 0.5px solid;
  outline-color: rgb(180, 180, 180);
  border-radius: 0.5em;
  cursor: pointer;
}
body.blog .posts-wrap article:hover {
  background-color: white;
}
body.blog .posts-wrap h2 {
  line-height: 1.2;
  font-size: 20px;
  font-weight: 600;
  margin: 0;
  margin-bottom: 0.25em;
  text-wrap: auto;
}
body.blog .posts-wrap h2 a, body.blog .posts-wrap h2 a:visited {
  color: var(--platform-blue);
}
body.blog .posts-wrap p {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
body.blog .posts-wrap .entry-meta {
  text-transform: uppercase;
  font-weight: 300;
}
body.blog dialog#newsmodal {
  border: none;
  padding-top: 0;
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
  body.blog dialog#newsmodal {
    padding: 0 4rem;
  }
}
body.blog dialog#newsmodal #news-content main {
  max-width: 64ch;
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  body.blog dialog#newsmodal #news-content main {
    padding-top: 4rem;
  }
}
body.blog dialog#newsmodal .modal-ui {
  background-color: var(--white);
  padding: 1rem 0;
  position: fixed;
  display: flex;
  justify-content: space-between;
  max-width: 64ch;
  width: calc(100% - 4rem);
  justify-content: space-between;
  align-items: center;
  z-index: 100;
}
@media screen and (min-width: 760px) {
  body.blog dialog#newsmodal .modal-ui {
    padding: 2rem 0;
  }
}
body.blog dialog#newsmodal .modal-ui a {
  display: block;
  font-size: larger;
  font-weight: 600;
}
body.blog dialog#newsmodal .modal-ui button {
  display: block;
}
body.blog dialog#newsmodal .modal-content-wrap {
  position: relative;
  margin-top: 3rem;
}

.post-type-archive-publications, .tax-publication_type {
  --_link-color: var(--link-color, var(--company-blue));
  --_bg-color-1: var(--bg-color-1, var(--cool-neutral));
  --_bg-color-2: var(--bg-color-2, var(--company-blue));
  --_bg-color-3: var(--bg-color-3, var(--cool-neutral));
  --_bg-color-4: var(--_bg-color-4, var(--cool-neutral));
  background-color: var(--_bg-color-1);
}
.post-type-archive-publications .content-width, .tax-publication_type .content-width {
  max-width: 1000px;
  margin: auto;
}
.post-type-archive-publications h2, .tax-publication_type h2 {
  font-weight: 900;
  margin: 2rem 0;
}
.post-type-archive-publications h3, .tax-publication_type h3 {
  font-weight: 200;
  line-height: 1.2;
}
.post-type-archive-publications ul, .tax-publication_type ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.post-type-archive-publications a.term-link, .tax-publication_type a.term-link {
  display: block;
  max-width: 200px;
  margin: 2rem auto;
  padding: 1rem 1rem;
  color: var(--company-blue) !important;
  font-family: "navigo";
  font-weight: 900;
  font-size: 1.6rem;
  text-align: center;
  border: 2px solid var(--company-blue);
}
.post-type-archive-publications a.term-link:hover, .tax-publication_type a.term-link:hover {
  background-color: var(--cta-color-1, var(--highlight-green));
}
.post-type-archive-publications ul.articles li, .tax-publication_type ul.articles li {
  border-radius: 0.5rem;
  cursor: pointer;
}
.post-type-archive-publications ul.articles li a, .post-type-archive-publications ul.articles li a:visited, .tax-publication_type ul.articles li a, .tax-publication_type ul.articles li a:visited {
  color: var(--company-blue);
}
.post-type-archive-publications ul.papers, .tax-publication_type ul.papers {
  display: grid;
  gap: 1em;
}
@media screen and (min-width: 700px) {
  .post-type-archive-publications ul.papers, .tax-publication_type ul.papers {
    grid-template-columns: repeat(3, 1fr);
  }
}
.post-type-archive-publications ul.papers li, .tax-publication_type ul.papers li {
  padding: 2em;
  border: 2px solid var(--highlight-green);
  border-radius: 0.4rem;
}
.post-type-archive-publications ul.papers li h3, .tax-publication_type ul.papers li h3 {
  font-size: 1.4rem;
}
.post-type-archive-publications ul.papers li:hover, .tax-publication_type ul.papers li:hover {
  border: 2px solid var(--white);
  background-color: rgba(255, 255, 255, 0.05);
}
.post-type-archive-publications ul.papers li a, .post-type-archive-publications ul.papers li a:visited, .tax-publication_type ul.papers li a, .tax-publication_type ul.papers li a:visited {
  color: var(--white);
}
.post-type-archive-publications ul.clinical-scientific .item-thumb, .tax-publication_type ul.clinical-scientific .item-thumb {
  display: none;
}
.post-type-archive-publications ul.podcasts-videos li, .post-type-archive-publications .featured-pub li, .tax-publication_type ul.podcasts-videos li, .tax-publication_type .featured-pub li {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  border: 1px solid silver;
  padding: 2rem;
  margin: 2rem 0;
  align-items: center;
}
.post-type-archive-publications ul.podcasts-videos li .item-text span, .post-type-archive-publications .featured-pub li .item-text span, .tax-publication_type ul.podcasts-videos li .item-text span, .tax-publication_type .featured-pub li .item-text span {
  display: none;
}
@media screen and (min-width: 700px) {
  .post-type-archive-publications ul.podcasts-videos li, .post-type-archive-publications .featured-pub li, .tax-publication_type ul.podcasts-videos li, .tax-publication_type .featured-pub li {
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
    gap: 3rem;
  }
}
.post-type-archive-publications ul.podcasts-videos li span, .post-type-archive-publications .featured-pub li span, .tax-publication_type ul.podcasts-videos li span, .tax-publication_type .featured-pub li span {
  color: silver;
}
.post-type-archive-publications ul.podcasts-videos li svg#playbutton, .post-type-archive-publications .featured-pub li svg#playbutton, .tax-publication_type ul.podcasts-videos li svg#playbutton, .tax-publication_type .featured-pub li svg#playbutton {
  display: none;
}
.post-type-archive-publications ul.podcasts-videos li:hover, .post-type-archive-publications .featured-pub li:hover, .tax-publication_type ul.podcasts-videos li:hover, .tax-publication_type .featured-pub li:hover {
  border: 1px solid var(--highlight-green);
  background-color: var(--white);
}
.post-type-archive-publications ul.articles, .tax-publication_type ul.articles {
  display: grid;
  gap: 2em;
}
@media screen and (min-width: 700px) {
  .post-type-archive-publications ul.articles, .tax-publication_type ul.articles {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.post-type-archive-publications ul.articles li, .tax-publication_type ul.articles li {
  padding: 2rem;
  border: 1px solid silver;
}
.post-type-archive-publications ul.articles li h3, .tax-publication_type ul.articles li h3 {
  font-size: 1.4rem;
}
.post-type-archive-publications ul.articles li:hover, .tax-publication_type ul.articles li:hover {
  border: 1px solid var(--highlight-green);
  background-color: rgba(0, 0, 0, 0.2);
}
.post-type-archive-publications.term-podcasts-videos ul.podcasts-videos li, .tax-publication_type.term-podcasts-videos ul.podcasts-videos li {
  display: block;
}
.post-type-archive-publications section, .tax-publication_type section {
  padding: 3rem 0;
  display: grid;
}
@media screen and (min-width: 700px) {
  .post-type-archive-publications section, .tax-publication_type section {
    min-height: 768px;
  }
}
.post-type-archive-publications section.featured, .tax-publication_type section.featured {
  background-color: var(--_bg-color-1);
  min-height: auto;
}
.post-type-archive-publications section.papers, .tax-publication_type section.papers {
  background-color: var(--_bg-color-2);
  color: var(--white);
}
.post-type-archive-publications section.papers a, .tax-publication_type section.papers a {
  color: var(--white);
}
.post-type-archive-publications section.papers a.term-link, .tax-publication_type section.papers a.term-link {
  background-color: var(--highlight-green);
}
.post-type-archive-publications section.videos, .tax-publication_type section.videos {
  background-color: var(--_bg-color-3);
}
.post-type-archive-publications section.articles, .tax-publication_type section.articles {
  background-color: var(--company-blue);
  color: #ccc;
}
.post-type-archive-publications section.articles a, .tax-publication_type section.articles a {
  color: white !important;
  font-weight: 600;
}
.post-type-archive-publications ul.featured-pub li, .tax-publication_type ul.featured-pub li {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 3rem;
  padding: 2rem;
  border: 2px solid var(--company-blue);
}
.post-type-archive-publications ul.featured-pub li:hover, .tax-publication_type ul.featured-pub li:hover {
  border: 2px solid var(--highlight-green);
  background-color: var(--white);
}

.nav-wrap {
  background-color: var(--company-blue);
  padding: 1rem 0;
}

.tax-publication_type main {
  width: var(--content-width);
  margin: auto;
  padding-bottom: 3rem;
}
.tax-publication_type ul.podcasts-videos, .tax-publication_type ul.article, .tax-publication_type ul.clinical-scientific {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1rem;
}
.tax-publication_type ul.podcasts-videos li, .tax-publication_type ul.article li, .tax-publication_type ul.clinical-scientific li {
  border-radius: var(--bento-radius-small, 0.4rem);
  padding: 1rem;
  border: 1px solid silver;
}
.tax-publication_type ul.podcasts-videos li:hover, .tax-publication_type ul.article li:hover, .tax-publication_type ul.clinical-scientific li:hover {
  border: 1px solid var(--highlight-green);
  background-color: var(--white);
}
.tax-publication_type ul.podcasts-videos li.pdf span, .tax-publication_type ul.podcasts-videos li.pdf .item-thumb, .tax-publication_type ul.article li.pdf span, .tax-publication_type ul.article li.pdf .item-thumb, .tax-publication_type ul.clinical-scientific li.pdf span, .tax-publication_type ul.clinical-scientific li.pdf .item-thumb {
  display: none;
}

.page-template-team #page {
  padding-bottom: 4rem;
}
.page-template-team .content {
  width: var(--content-width, 1000px);
  margin-inline: auto;
}
.page-template-team h2 {
  margin: 3rem auto;
  font-weight: 900;
}
.page-template-team .group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: var(--bento-gap-small);
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .page-template-team .group {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  }
}
.page-template-team .expert-wrap {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1rem;
  border-radius: 0.5rem;
}
.page-template-team .thumb-wrap {
  aspect-ratio: 1;
  overflow: hidden;
  margin-bottom: 0.6rem;
}
.page-template-team .thumb-wrap img {
  border-radius: 0.5rem;
}
.page-template-team .titlewrap {
  font-size: 0.8rem;
  line-height: 1.1;
  display: block;
}
.page-template-team .titlewrap strong {
  display: block;
}
.page-template-team .titlewrap br {
  display: none;
}
.page-template-team .group.management {
  display: block;
}
@media screen and (min-width: 750px) {
  .page-template-team .group.management {
    display: grid;
    grid-template-columns: 1fr 1fr !important;
  }
  .page-template-team .group.management .titlewrap {
    font-size: 1.4rem;
    margin-bottom: 1rem;
  }
}
.page-template-team .group.management .thumb-wrap {
  float: left;
  margin: 0 1rem 1rem 0;
  max-width: 40%;
}

body.single-profile #hero-menu {
  background-color: var(--company-blue);
}
body.single-profile main {
  margin-inline: auto;
  width: min(90vw, 900px);
  padding-bottom: 2rem;
}
body.single-profile p {
  max-width: 68ch;
}
body.single-profile h1 {
  margin-top: 0;
}
body.single-profile .thumb-wrap {
  float: left;
  display: block;
  width: 200px;
}
body.single-profile ul.breadcrumbs {
  list-style-type: none;
  padding: 0;
  display: flex;
  gap: 0.6em;
  text-transform: uppercase;
  margin: 2rem 0;
}
body.single-profile ul.breadcrumbs li {
  cursor: pointer;
  display: flex;
  align-items: center;
}
body.single-profile ul.breadcrumbs li:not(:last-of-type):after {
  content: " >";
}
body.single-profile article {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-inline: auto;
}

:root {
  --homepage-bg: rgb(200,200,200);
  --hero-height: 200px;
}

body.home {
  background-color: #E7F1FA;
  color: #333;
  font-weight: 300;
  font-size: 1.2rem;
}
@media screen and (min-width: 760px) {
  body.home {
    font-size: 1.45rem;
  }
}
@media screen and (min-width: 1600px) {
  body.home {
    font-size: 1.8rem;
  }
}
body.home .nav--addBG {
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background-color: rgba(0, 0, 30, 0.6);
}
body.home .section-wrap {
  position: relative;
  align-content: center;
  z-index: 1;
  padding: 4rem 0;
}
body.home .layout-wrap {
  width: min(1600px, 90%);
  margin-inline: auto;
}
body.home.reduceMotion div.section-wrap.hero {
  visibility: inherit;
}
body.home.reduceMotion #gradient_logo {
  display: none;
}
body.home svg .guides, body.home g#iconb {
  display: none;
}
body.home svg text {
  pointer-events: none;
}
@media screen and (max-width: 760px) {
  body.home .wp-block-group {
    padding: 1rem 0.8rem;
  }
}
body.home .wp-block-group .wp-block-group__inner-container {
  position: relative;
}
body.home div#precision {
  margin-inline: auto;
  background-color: rgba(0, 172, 255, 0.1);
  background-color: rgba(0, 86, 128, 0.4);
}
@media screen and (min-width: 760px) {
  body.home div#precision {
    padding: 4rem 6rem;
    gap: 4rem;
    justify-content: center;
    align-items: end;
  }
  body.home div#precision p {
    max-width: 50%;
  }
}
body.home div#precision .wp-block-group__inner-container {
  width: var(--content-width);
  margin-inline: auto;
}
body.home div#precision h2#h-validation {
  top: 4rem;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.6));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
body.home div#precision a, body.home div#precision a:visited {
  color: white;
  font-weight: 600;
}
body.home div#precision svg {
  max-width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 760px) {
  body.home div#precision svg {
    position: absolute;
    right: 6rem;
    top: 4rem;
    max-width: 33%;
  }
}
body.home div.key-features {
  width: var(--content-width);
  margin-inline: auto;
}
body.home div.key-features p {
  max-width: 56ch;
}
@media screen and (min-width: 760px) {
  body.home div.key-features {
    display: flex;
    flex-direction: column-reverse;
    gap: 4rem;
    padding: 4rem 0;
  }
}
@media screen and (min-width: 1200px) {
  body.home div.key-features {
    display: flex;
    flex-direction: row;
    gap: 4rem;
    padding: 4rem 0;
  }
}
body.home div.key-features svg {
  width: min(600px, 90vw);
  flex-basis: 100%;
}
body.home #product-demo {
  padding-top: 2rem;
}
body.home div#product, body.home div.product-features {
  background-color: rgba(0, 86, 128, 0.2);
}
body.home p.cta {
  padding: 0.8rem 1.8rem;
  margin: 0;
}
body.home p.cta.after-bento {
  background-color: rgba(0, 86, 128, 0.2);
}
body.home p.cta.after-validation {
  background-color: rgba(0, 86, 128, 0.4);
}
body.home p.cta.after-industry {
  background-color: rgba(0, 86, 128, 0.1);
}
body.home div#product p.cta {
  margin: 0;
  padding: 2rem 0;
}
body.home div#product p.cta a {
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
  body.home div#product {
    padding: 0 0 6rem;
  }
}
body.home .wp-block-group.product-features {
  min-height: auto;
  width: 100%;
}
@media screen and (min-width: 760px) {
  body.home .wp-block-group.product-features {
    padding: 6rem 0;
  }
}
body.home svg#SCORES_TABLE {
  width: min(600px, 90vw);
}
body.home .wp-block-group.product-features .wp-block-group__inner-container {
  align-items: center;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
body.home .wp-block-group.product-features .wp-block-group__inner-container svg {
  max-width: 100%;
}
@media screen and (min-width: 760px) {
  body.home .wp-block-group.product-features .wp-block-group__inner-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "a b b";
    gap: 2rem;
    width: min(1300px, 96vw);
    height: auto;
  }
  body.home .wp-block-group.product-features .wp-block-group__inner-container svg#tagline_logo_tall {
    grid-area: a;
    max-width: 100%;
    align-self: center;
  }
  body.home .wp-block-group.product-features .wp-block-group__inner-container svg#data {
    grid-area: b;
  }
  body.home .wp-block-group.product-features .wp-block-group__inner-container svg#tefca {
    grid-area: b;
  }
  body.home .wp-block-group.product-features .wp-block-group__inner-container svg#integra {
    grid-area: b;
  }
  body.home .wp-block-group.product-features .wp-block-group__inner-container svg#nums {
    grid-area: b;
  }
  body.home .wp-block-group.product-features .wp-block-group__inner-container svg#tl_logo_wide, body.home .wp-block-group.product-features .wp-block-group__inner-container svg#tl_logo_wide_2 {
    display: none;
  }
}
body.home #ssmodal {
  border: none;
  background-color: transparent;
  width: 90vw;
  height: 90svh;
}
body.home #ssmodal ul.wp-block-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  background-color: rgba(0, 0, 100, 0.6);
  color: white;
  padding: 2rem 1rem;
}
body.home #ssmodal button {
  float: right;
  background-color: white;
  border: none;
  cursor: pointer;
}
body.home #ssmodal button svg {
  width: 2rem;
  stroke: blue;
  opacity: 0.8;
}
body.home #ssmodal::backdrop {
  background: rgba(0, 0, 20, 0.6);
}
body.home ul#screenshots {
  width: var(--content-width);
  margin-inline: auto;
  list-style-type: none;
  padding: 0;
  margin-top: 4rem;
  position: relative;
  transform-style: preserve-3d;
  display: grid;
  perspective: 800px;
  perspective-origin: top;
  transition: transform;
  gap: 1rem;
  grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 1000px) {
  body.home ul#screenshots {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 4rem;
  }
}
@media screen and (min-width: 1600px) {
  body.home ul#screenshots {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 6rem;
  }
}
body.home ul#screenshots svg:not(.zoom-icon) {
  transform-style: preserve-3d;
  width: 100%;
}
body.home ul#screenshots li {
  background-color: rgba(0, 0, 0, 0.1);
  color: white;
  border-radius: 0.5rem;
  cursor: pointer;
  margin-bottom: 0.4rem;
  transition: transform 0.4s;
  transform-origin: center;
  transform: none;
  display: grid;
  justify-items: center;
  align-items: center;
  grid-template-areas: "a" "b";
  gap: 1rem;
  padding: 1rem 1rem 2rem;
}
@media screen and (min-width: 760px) {
  body.home ul#screenshots li {
    gap: 2rem;
    padding: 2rem 3rem 3rem;
  }
}
@media screen and (min-width: 1600px) {
  body.home ul#screenshots li {
    padding: 2rem 6rem 4rem;
  }
}
body.home ul#screenshots li strong {
  font-family: Navigo;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.1;
}
@media screen and (min-width: 760px) {
  body.home ul#screenshots li strong {
    font-size: 1.4rem;
    font-weight: 600;
  }
}
body.home ul#screenshots li svg {
  grid-area: b;
}
body.home ul#screenshots li .zoom-icon {
  stroke: rgb(255, 255, 255);
  width: 3rem;
  opacity: 1;
  z-index: 20;
}
body.home ul#screenshots li:hover {
  transform: scale(1.1);
}
body.home ul#screenshots h3 {
  font-size: 1.5rem;
  font-weight: 300;
  margin: 0;
  margin-bottom: 1rem;
}
body.home ul#screenshots ul {
  color: black;
  padding: 1rem;
  font-weight: 300;
  display: none;
}
@media screen and (min-width: 1200px) {
  body.home ul#screenshots ul {
    font-size: 1.5rem;
    max-width: 30ch;
  }
}
body.home .svg-wrap {
  position: fixed;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  min-height: 90vh;
  z-index: 100;
}
body.home .svg-wrap .layout-area {
  margin-inline: auto;
  width: min(1600px, 100%);
  position: relative;
}
body.home .svg-wrap #ixons {
  position: absolute;
  width: 300px;
  top: 0;
  left: calc(50% - 500px);
}
body.home .svg-wrap .zigzag-bg {
  opacity: 0.1;
  position: absolute;
  top: 0;
}
body.home .svg-wrap #halftone-zigzag {
  top: 0;
  transform: translateX(-45vw);
  left: 0;
}
body.home .svg-wrap #halftone-zigzag2 {
  right: 0;
  transform: translateX(55vw) rotate(180deg);
}
body.home #emthero {
  perspective: 1000px;
  transform-style: preserve-3d;
}
body.home .hero-wrap {
  padding: 0;
  font-family: navigo;
  width: 100%;
  overflow: hidden;
  display: none;
  z-index: -1;
  display: flex;
  max-height: 1080px;
}
body.home .hero-wrap .bg-wrap {
  max-height: 1080px;
  background-image: url("/assets/images/hphero.webp");
  flex: 1;
  contain: layout;
}
body.home .hero-wrap .bg-wrap:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
body.home .hero-wrap .bg-wrap.left {
  background-position: left center;
  transform: translateX(2px);
}
body.home .hero-wrap .bg-wrap.right {
  background-position: right center;
  transform: translateX(-2px);
}
body.home .hero-wrap .wp-block-group__inner-container {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: start;
  gap: 0.5ch;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}
body.home .hero-wrap .wp-block-group__inner-container h1 {
  font-size: inherit;
}
@media screen and (min-width: 760px) {
  body.home .hero-wrap .wp-block-group__inner-container {
    font-size: 2.1rem;
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  body.home .hero-wrap .wp-block-group__inner-container {
    font-size: 3rem;
    line-height: 1.1;
    padding: 2rem 3rem;
  }
}
@media screen and (min-width: 1900px) {
  body.home .hero-wrap .wp-block-group__inner-container {
    font-size: 4rem;
  }
}
body.home .hero-wrap .wp-block-group__inner-container svg {
  height: 3rem;
}
body.home .hero-wrap .video-bg {
  width: min(90vw, 1600px);
  position: relative;
  min-height: 50svh;
  display: grid;
}
@media screen and (min-width: 760px) {
  body.home .hero-wrap .video-bg {
    margin-top: 0;
    min-height: 700px;
  }
}
body.home .hero-wrap .video-bg video, body.home .hero-wrap .video-bg img {
  max-width: unset;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transform: translate(-30%, -18%) scale(0.6);
}
@media screen and (min-width: 760px) {
  body.home .hero-wrap .video-bg video, body.home .hero-wrap .video-bg img {
    transform: translate(-20%, 0);
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 1200px) {
  body.home .hero-wrap .video-bg video, body.home .hero-wrap .video-bg img {
    transform: unset;
    width: 100%;
  }
}
body.home .hero-wrap .video-bg video {
  opacity: 1;
}
body.home .hero-wrap .video-bg h1 {
  color: #FFF;
  margin: 0;
  font-weight: 600;
}
body.home h2:not(.has-text-color) {
  margin-inline: auto;
  width: var(--content-width);
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  background: -webkit-linear-gradient(rgba(1, 84, 190, 0.5), rgb(1, 84, 190));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  margin-inline: auto;
  line-height: 1;
}
@media screen and (min-width: 760px) {
  body.home h2:not(.has-text-color) {
    font-size: 4rem;
    text-align: left;
    margin: 0 auto;
  }
}
body.home div#industry-solutions {
  background-color: rgba(0, 82, 128, 0.1);
}
body.home div#industry-solutions li {
  max-width: 46ch;
  line-height: 1.2;
  margin-bottom: 1.6rem;
}
body.home div#industry-solutions .isicon-1 {
  fill: none;
  fill-rule: evenodd;
  stroke: white;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1px;
}
body.home div#industry-solutions h3 {
  color: #2cc2ff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.4rem;
}
body.home div#industry-solutions p {
  font-weight: 300;
  font-size: 1.2rem;
  margin: 0.6rem 0;
}
body.home div#industry-solutions .layout-wrap {
  width: min(1200px, 90vw);
  margin-inline: auto;
  position: relative;
}
body.home div#industry-solutions .wp-block-group {
  position: relative;
  width: min(1600px, 96vw);
  margin-inline: auto;
}
@media screen and (min-width: 760px) {
  body.home div#industry-solutions {
    padding-top: 8rem;
  }
  body.home div#industry-solutions #telehealth .wp-block-group__inner-container {
    position: absolute;
    top: 0;
    left: 50%;
  }
  body.home div#industry-solutions #diagnostics .wp-block-group__inner-container {
    position: absolute;
    top: 2rem;
    left: 2rem;
  }
  body.home div#industry-solutions #providers .wp-block-group__inner-container {
    position: absolute;
    left: 50%;
    top: 0;
  }
}
body.home div#industry-solutions ul {
  margin: 0rem;
  padding: 0;
}
body.home div#hero {
  top: 0;
}
body.home div#hero .layout-wrap {
  width: 100% !important;
  max-width: 1920px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
body.home #video {
  display: flex;
  flex-direction: column-reverse;
  width: var(--content-width);
  margin-inline: auto;
}
body.home #video img {
  cursor: pointer;
  max-height: 300px;
}
body.home #video strong {
  font-weight: 700;
}
body.home #video p {
  max-width: 56ch;
}
@media screen and (min-width: 760px) {
  body.home #video {
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 6rem;
    padding: 6rem;
  }
}
body.home p.cta a, body.home p.cta a:visited {
  padding: 1rem 2rem;
  border: 1px solid white;
  border-radius: 3rem;
  display: block;
  max-width: 90%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1rem;
  margin: 2rem auto;
  font-weight: 600;
  color: #fff;
  background-color: #00a16b;
}
@media screen and (min-width: 760px) {
  body.home p.cta a, body.home p.cta a:visited {
    font-size: 1.6rem;
  }
}
body.home a.cta:hover {
  text-decoration: underline;
}
body.home p.cta a:after {
  display: inline-block;
  width: 1em;
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.294 16.878'%3E%3Cpolyline points='11.135 .807 19.67 8.439 11.135 16.071' style='fill:none; stroke:%232cc2ff; stroke-miterlimit:10; stroke-width:2.165px;'/%3E%3Cline y1='8.439' x2='19.67' y2='8.439' style='fill:none; stroke:%2342dca3; stroke-miterlimit:10; stroke-width:2.165px;'/%3E%3C/svg%3E");
  transform: translateY(0.1em);
}
body.home #the-company {
  background-color: rgba(0, 86, 128, 0.5);
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  align-content: center;
  padding: 2rem 1rem;
}
body.home #the-company .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: -webkit-min-content;
  height: -moz-min-content;
  height: min-content;
  max-width: 90%;
  margin-inline: auto;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 700px) {
  body.home #the-company .wp-block-group__inner-container {
    display: grid;
  }
}
body.home #the-company div.icon img {
  display: block;
  margin-inline: auto;
  max-width: 10rem;
}
body.home #the-company p {
  grid-column: span 2/span 2;
  align-content: center;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0;
  position: relative;
  justify-self: stretch;
  align-self: stretch;
  padding: 3rem 2rem 6rem 2rem;
}
body.home #the-company p a {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  color: white;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--highlight-green);
          text-decoration-color: var(--highlight-green);
  font-weight: 700;
}
body.home #the-company .link.news,
body.home #the-company .link.team,
body.home #the-company .link.pubs,
body.home #the-company .link.icon {
  cursor: pointer;
}
body.home #the-company .link.news:hover,
body.home #the-company .link.team:hover,
body.home #the-company .link.pubs:hover,
body.home #the-company .link.icon:hover {
  border: 0.5px solid var(--highlight-green);
}
body.home #the-company p, body.home #the-company h2, body.home #the-company .bento {
  border-radius: 4px;
  border: 0.5px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.2);
  transition: transform 0.25s;
}
body.home #the-company h2 {
  padding: 2rem;
  color: transparent !important;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  min-height: 4rem;
  overflow: hidden;
  background-position: center;
  background-size: 150px;
  background-image: url("/assets/images/logo-medallion.webp");
  background-repeat: no-repeat;
}
body.home #the-company .bento.news, body.home #the-company .bento.team, body.home #the-company .bento.pubs {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
  grid-template-columns: 0.5fr 1fr;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 200;
}
body.home #the-company .bento.news a, body.home #the-company .bento.news a:visited, body.home #the-company .bento.team a, body.home #the-company .bento.team a:visited, body.home #the-company .bento.pubs a, body.home #the-company .bento.pubs a:visited {
  color: #0154be;
}
body.home #the-company .bento.news svg, body.home #the-company .bento.team svg, body.home #the-company .bento.pubs svg {
  width: 4rem;
}
body.home #the-company .bento.news svg .cicn-1, body.home #the-company .bento.team svg .cicn-1, body.home #the-company .bento.pubs svg .cicn-1 {
  fill: white;
}
body.home #herobar {
  display: none;
}

div.podcastfooter {
  position: relative;
  background-color: rgba(0, 0, 0, 0.2);
}
div.podcastfooter .layout-wrap {
  grid-template-columns: 1fr 0.5fr;
  align-items: center;
  justify-content: center;
  gap: 6rem;
  padding: 2rem 0;
  text-align: center;
}
@media screen and (min-width: 760px) {
  div.podcastfooter .layout-wrap {
    display: flex;
    text-align: left;
  }
}
div.podcastfooter svg {
  flex-grow: 1;
  max-width: 100%;
}
div.podcastfooter span {
  font-size: 1.4rem;
  font-weight: 600;
  display: block;
}
div.podcastfooter p {
  margin: 0;
}
div.podcastfooter a {
  display: block;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
  margin: 2rem auto;
  padding: 0.5rem 1rem;
  background-color: #2eafb4;
  border-radius: 0.2rem;
  font-weight: 600;
}
@media screen and (min-width: 760px) {
  div.podcastfooter a {
    margin: 2rem 0;
  }
}
div.podcastfooter a:visited {
  color: white;
}

strong {
  font-weight: 600;
}

.svg-holder {
  display: none;
}

.hero-banner {
  border-radius: 1ch;
  position: absolute;
  top: 200px;
  padding: 2rem;
  background-color: rgba(0, 0, 0, 0.7);
  margin-left: 1ch;
  color: white;
  font-size: 0.6rem;
}
.hero-banner span {
  display: block;
}
.hero-banner .date, .hero-banner .place {
  font-size: 0.6rem;
  display: inline-block;
}
.hero-banner .event {
  font-size: 1rem;
}
.hero-banner .super {
  text-transform: uppercase;
  text-align: center;
}

.page-template-default main {
  margin-top: 10rem;
}

.bento {
  position: relative;
}

.bento:not(.companyicon, .heroicon) {
  outline: 0.25px solid rgba(255, 255, 255, 0.3);
  padding: 1rem;
  border-radius: 0.5em;
  background-color: rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}
.bento:not(.companyicon, .heroicon).heroicon, .bento:not(.companyicon, .heroicon).companyicon {
  border: 0;
  background-color: transparent;
  padding: 0;
}

.nav-wrapper .bentobox {
  width: var(--content-width);
  margin-inline: auto;
}

.page-template-company {
  color: var(--white);
  --bento-radius: .6rem;
  background: linear-gradient(111deg, #023148 -27.74%, #02344D -22.9%, #033751 -18.06%, #033A56 -13.23%, #033D5A -8.39%, #04405F -3.55%, #044363 1.29%, #054668 6.13%, #05486C 10.96%, #064B71 15.8%, #064E75 20.64%, #075179 25.48%, #07537E 30.31%, #085682 35.15%, #095986 39.99%, #095B8B 44.83%, #0A5E8F 49.66%);
}
.page-template-company p {
  font-size: 1.2rem;
  font-weight: 200;
  margin: 0;
  margin-inline: auto;
  margin-bottom: 2rem;
}
.page-template-company p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .page-template-company p {
    font-size: 1.6rem;
  }
}
.page-template-company p a, .page-template-company p a:visited {
  color: var(--white);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--highlight-green);
          text-decoration-color: var(--highlight-green);
  text-decoration-thickness: 1px;
  font-weight: 400;
}
.page-template-company main {
  margin-inline: auto;
  border-radius: 1rem;
  padding: 2rem 0;
  margin-bottom: 2rem;
}
@media screen and (min-width: 1300px) {
  .page-template-company main {
    width: calc(var(--content-width) + 6rem);
  }
}
.page-template-company .bento-box {
  width: var(--content-width);
  margin-inline: auto;
  border-radius: var(--bento-radius, 0.5rem);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: var(--bento-gap);
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 0.25fr 1fr 0.25fr;
}
@media screen and (min-width: 700px) {
  .page-template-company .bento-box {
    display: grid;
    grid-template-areas: "e f f f" "a a a b" "c h d d";
    justify-content: stretch;
  }
}
@media screen and (min-width: 740px) {
  .page-template-company .company.icon {
    width: 4rem;
  }
}
.page-template-company .bentobox.nav {
  gap: var(--bento-gap);
  display: grid;
  width: auto;
  margin: 0;
  grid-area: b;
}
@media screen and (max-width: 740px) {
  .page-template-company .bentobox.nav {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.page-template-company .bentobox.nav .bento.companyicon {
  display: none !important;
}
.page-template-company .bentobox.nav .bento {
  position: relative;
}
.page-template-company .bentobox.nav .company.icon, .page-template-company .bentobox.nav .companyicon img {
  margin: 0;
  height: 3rem;
}
.page-template-company .story {
  grid-area: a;
  padding: 2rem;
}
@media screen and (min-width: 760px) {
  .page-template-company .story {
    padding: 4rem;
  }
}
.page-template-company div.vision {
  grid-area: h;
}
.page-template-company p {
  font-size: 1.3rem;
}
.page-template-company strong {
  display: block;
  font-family: navigo;
  font-weight: 700;
}
.page-template-company div.mission {
  grid-area: c;
}
.page-template-company .bento.address {
  display: grid;
  gap: var(--bento-gap-small);
  row-gap: var(--bento-gap-small);
  align-items: center;
  justify-content: stretch;
  font-size: 1rem;
  line-height: 1.1;
  padding: 0;
  background-color: transparent;
  outline: 0;
}
.page-template-company .bento.address > div {
  background-color: rgba(255, 255, 255, 0.07);
  outline: 0.5px solid rgba(255, 255, 255, 0.3);
  padding: 1.45rem;
  border-radius: var(--bento-radius, 0.5rem);
}
.page-template-company .bento.address a, .page-template-company .bento.address a:visited {
  color: var(--white);
}
.page-template-company .bento.address strong {
  display: block;
  margin-bottom: 1rem;
  font-family: navigo;
  font-weight: 300;
}
.page-template-company .bento.address p {
  font-size: 1.2rem;
}
.page-template-company .bento.address .social {
  grid-column: span 2;
}
.page-template-company .bento.address .social p {
  display: flex;
  gap: var(--bento-gap);
  justify-content: center;
}
.page-template-company .bento.address .pod p {
  text-align: center;
  margin-bottom: 0.5 rem;
}
.page-template-company .bento.address .pod svg {
  margin-top: 0;
  width: 100px;
}
.page-template-company .heroicon {
  grid-area: e;
}
@media screen and (max-width: 760px) {
  .page-template-company .heroicon {
    display: none;
  }
}
.page-template-company .heroicon img {
  display: block;
  margin-inline: auto;
  position: absolute;
  z-index: 0;
  transform: translateY(-1rem);
}
.page-template-company .bento.title {
  grid-area: f;
  display: grid;
  align-items: center;
}
.page-template-company .bento.title h1 {
  font-size: 3rem;
  text-align: center;
}
.page-template-company .bento.address, .page-template-company .bento-icon-2 {
  background-size: cover;
}
.page-template-company .bento.address {
  grid-area: d;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-template-company .bento-icon-2 {
  background-image: url("/assets/images/company-bento-2.webp");
}
.page-template-company .bento address img, .page-template-company .bento-icon-2 img {
  display: none;
  mix-blend-mode: screen;
}
.page-template-company section.events a, .page-template-company section.events a:visited {
  color: var(--company-blue);
}
.page-template-company section.events .events-box {
  padding: 0rem;
  outline: 0.25px solid rgba(255, 255, 255, 0.4);
  border-radius: var(--bento-radius);
  background-color: rgba(255, 255, 255, 0.4);
  width: var(--content-width);
  margin: 3rem auto;
  gap: var(--bento-gap);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-items: stretch;
}
@media screen and (min-width: 768px) {
  .page-template-company section.events .events-box {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    padding: 4rem;
  }
}
.page-template-company section.events .events-header {
  grid-column: 1/-1;
  border: 1px solid var(--white);
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.8);
}
.page-template-company section.events .events-header h2 {
  font-size: 2rem;
  text-align: center;
  color: var(--company-blue);
}
.page-template-company section.events .event {
  padding: 1rem;
  line-height: 1;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.75);
  position: relative;
  border: 0.5px solid rgba(255, 255, 255, 0.2);
  color: var(--company-blue);
  font-family: navigo;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  cursor: pointer;
}
.page-template-company section.events .event:hover {
  background-color: rgba(255, 255, 255, 0.05);
  outline: 2px solid var(--highlight-green);
}
.page-template-company section.events .event .event-header {
  position: relative;
}
.page-template-company section.events .event .event-image {
  border-radius: 0.3rem;
  align-items: center;
  max-height: 80px;
  overflow: hidden;
  display: flex;
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  position: relative;
  justify-content: center;
}
.page-template-company section.events .event .date {
  text-align: center;
  text-transform: uppercase;
  background-color: var(--company-blue);
  color: var(--white);
  transform: translate(calc(-1rem - 0.5px), calc(-1rem - 0.5px));
  border-radius: 0.5rem;
  flex-shrink: 0;
  max-width: 80px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}
.page-template-company section.events .event .event-date {
  font-size: 1.6rem;
  font-weight: 900;
}
.page-template-company section.events .event-title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
}
@media screen and (min-width: 760px) {
  .page-template-company section.events .event-title {
    font-size: 1.3rem;
  }
}
.page-template-company section.events span {
  display: block;
}

body.blog button.loadmore {
  background-color: var(--highlight-green);
  color: blue;
  display: block;
  padding: 0.6em 1.6em;
  margin: 3rem auto;
  font-weight: 700;
  font-size: 1.4rem;
}
body.blog button.loadmore:hover {
  color: var(--white);
  box-shadow: 3px 3px 20px var(--highlight-green);
}

.bentobox.nav .bento {
  cursor: pointer;
  transition: transform 0.1s;
}
.bentobox.nav .bento .cicn-1 {
  fill: white;
}
.bentobox.nav .bento:hover:not(.companyicon) {
  outline-color: var(--highlight-green);
  outline-width: 0.6px;
  background-color: rgba(255, 255, 255, 0.15);
  transform: scale 1.5;
}
.bentobox.nav .bento a, .bentobox.nav .bento a:visited {
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: var(--bento-gap-small);
  justify-content: center;
  color: var(--white);
  font-family: navigo;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  font-size: 0.8rem;
}

.nav-wrapper {
  background-color: var(--company-blue);
  padding: 1.2rem;
  margin-bottom: 1rem;
}
.nav-wrapper .bentobox.nav {
  display: grid;
  grid-template-columns: 0.3fr 1fr 1fr 1fr;
  gap: var(--bento-gap-small);
  width: var(--content-width);
  margin-inline: auto;
}
@media screen and (max-width: 740px) {
  .nav-wrapper .bentobox.nav {
    display: flex;
  }
}
.nav-wrapper .bentobox.nav .bento.companyicon {
  display: none;
}
.nav-wrapper .bentobox.nav .bento.companyicon span {
  display: none;
}
@media screen and (min-width: 740px) {
  .nav-wrapper .bentobox.nav .bento.companyicon {
    display: block;
  }
}
.nav-wrapper .page-template-team .bentobox.nav .bento:nth-child(3) {
  background-color: var(--accent-blue-bg);
}
.nav-wrapper body.blog .bentobox.nav .bento:nth-child(2) {
  background-color: var(--accent-blue-bg);
}
.nav-wrapper .post-type-archive-publications .bentobox.nav .bento:nth-child(4) {
  background-color: var(--accent-blue-bg);
}

.career-about-bento {
  display: grid;
  grid-template-areas: "f b" "d d" "a c" "e e" "e e";
  gap: 0.5rem;
  align-content: center;
}
@media screen and (min-width: 760px) {
  .career-about-bento {
    grid-template-areas: "b f d" "a e e" "c e e";
    gap: 1rem;
  }
}
.career-about-bento > div, .career-about-bento li {
  align-content: center;
  border-radius: 0.5ch;
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid silver;
  padding: 1rem;
  align-content: start;
}
@media screen and (min-width: 760px) {
  .career-about-bento > div, .career-about-bento li {
    padding: 2rem;
    align-content: center;
  }
}
.career-about-bento > div p, .career-about-bento li p {
  margin: 0;
}
.career-about-bento > div h3, .career-about-bento li h3 {
  margin-bottom: 0.5ch;
}
.career-about-bento .mission {
  grid-area: a;
}
.career-about-bento .vision {
  grid-area: c;
}
.career-about-bento .address {
  grid-area: b;
}
.career-about-bento .social {
  grid-area: d;
  text-align: center;
}
.career-about-bento .social a {
  font-weight: 700;
  display: block;
  margin: 1rem 0;
}
.career-about-bento .values {
  grid-area: e;
}
.career-about-bento .icon {
  grid-area: f;
  padding: 4rem;
  justify-content: center;
}
.career-about-bento .icon svg {
  max-width: 50%;
  display: block;
  margin-inline: auto;
}
.career-about-bento strong {
  display: block;
}
.career-about-bento ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.content-container-jobs {
  width: min(90vw, 1200px);
  margin-inline: auto;
  margin-top: 200px;
  margin-bottom: 2rem;
}

body.oncology {
  color: var(--oncology-color);
}
body.oncology #hero-menu {
  background-color: var(--oncology-color);
}
body.oncology .content-wrap-outer {
  max-width: var(--content-width);
  margin-inline: auto;
  position: relative;
}
body.oncology .hero-block {
  width: 50%;
  padding-right: 3rem;
}
body.oncology #page-research h2 {
  font-size: 1.3rem;
}
body.oncology .wp-block-group.benefits .wp-block-group {
  border: 2px solid var(--oncology-light-green);
  margin-bottom: 2rem;
  padding: 1rem;
  position: relative;
}
@media screen and (min-width: 760px) {
  body.oncology .wp-block-group.benefits .wp-block-group {
    width: 80%;
    padding: 3rem;
  }
}
@media screen and (min-width: 760px) {
  body.oncology .wp-block-group.benefits .wp-block-group:nth-child(even) {
    margin-left: 20%;
  }
}
body.oncology .wp-block-group.benefits .wp-block-group:nth-child(even):before {
  left: -7rem;
}
body.oncology .wp-block-group.benefits .wp-block-group:nth-child(odd):before {
  right: -7rem;
}
body.oncology .wp-block-group.benefits .wp-block-group:before {
  width: 4rem;
  display: block;
  top: 0;
}
@media screen and (min-width: 760px) {
  body.oncology .wp-block-group.benefits .wp-block-group:before {
    position: absolute;
    width: 6rem;
  }
}
body.oncology .wp-block-group.benefits .wp-block-group:nth-child(even):before {
  float: right;
}
body.oncology .wp-block-group.benefits .wp-block-group:nth-child(1):before {
  content: url(/assets/images/a-patienticon.svg);
}
body.oncology .wp-block-group.benefits .wp-block-group:nth-child(2):before {
  content: url(/assets/images/b-patienticon.svg);
}
body.oncology .wp-block-group.benefits .wp-block-group:nth-child(3):before {
  content: url(/assets/images/f-patienticon.svg);
}
body.oncology .wp-block-group.benefits .wp-block-group:nth-child(4):before {
  content: url(/assets/images/e-patienticon.svg);
}
body.oncology .wp-block-group.benefits .wp-block-group:nth-child(5):before {
  content: url(/assets/images/d-patienticon.svg);
}
body.oncology .register-options .wp-block-column {
  position: relative;
  border-top: 4px solid green;
  background-color: white;
  padding: 1rem 2rem;
}
body.oncology .register-options .wp-block-column p:first-of-type {
  text-align: center;
}
body.oncology .register-options .wp-block-column a {
  color: var(--oncology-color);
  display: block;
  padding: 0.25rem;
  font-weight: 900;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  position: relative;
}
body.oncology .register-options .wp-block-column a:hover {
  color: rgb(0, 200, 0);
  text-decoration: underline;
}
body.oncology .register-options .wp-block-column a:nth-child(1) {
  border: 2px solid var(--oncology-color);
  text-align: center;
  font-size: 1.4rem;
  padding-bottom: 0.4rem;
  margin-bottom: 0.5rem;
  justify-content: center;
}
body.oncology .register-options .wp-block-column a:before, body.oncology .register-options .wp-block-column a:after {
  display: inline-block;
  width: 1em;
  transform: translateY(0.25em);
}
body.oncology .register-options .wp-block-column a:nth-child(1):after {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21.294 16.878'%3E%3Cpolyline points='11.135 .807 19.67 8.439 11.135 16.071' style='fill:none; stroke:%2342dca3; stroke-miterlimit:10; stroke-width:2.165px;'/%3E%3Cline y1='8.439' x2='19.67' y2='8.439' style='fill:none; stroke:%2342dca3; stroke-miterlimit:10; stroke-width:2.165px;'/%3E%3C/svg%3E");
  transform: translateY(0.1em);
}
body.oncology .register-options .wp-block-column a:nth-child(2):before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.968 13.747'%3E%3Cpath d='M9.193,4.677v-.968c0-2.045-1.664-3.709-3.709-3.709S1.775,1.664,1.775,3.709v.968c-1.004.154-1.775,1.023-1.775,2.07v4.906c0,1.155.939,2.094,2.094,2.094h6.78c1.155,0,2.094-.939,2.094-2.094v-4.906c0-1.046-.771-1.915-1.775-2.07ZM7.155,4.653h-3.24v-.912c0-.893.727-1.62,1.62-1.62s1.62.727,1.62,1.62v.912ZM9.81,11.372c0,.73-.594,1.324-1.324,1.324H2.482c-.73,0-1.324-.594-1.324-1.324v-4.343c0-.73.594-1.324,1.324-1.324h6.003c.73,0,1.324.594,1.324,1.324v4.343Z' style='fill:%2342dca3; stroke-width:0px;'/%3E%3C/svg%3E");
}
body.oncology .register-options .wp-block-column a:nth-child(3):before {
  content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 15.602 15.628'%3E%3Cpath d='M12.968,0H2.634c-.704,0-1.365.274-1.863.772-.498.498-.772,1.159-.772,1.863v7.727c0,.704.274,1.365.772,1.863.498.498,1.159.772,1.863.772h1.552l-.264,1.894c-.036.255.083.507.303.643.105.065.223.097.341.097.129,0,.258-.039.369-.115l3.647-2.519h4.387c.704,0,1.365-.274,1.863-.772.498-.498.772-1.159.772-1.863V2.634c0-.704-.274-1.365-.772-1.863-.498-.498-1.159-.772-1.863-.772ZM14.303,10.361c0,.736-.599,1.335-1.335,1.335h-4.589c-.132,0-.261.04-.369.115l-2.597,1.793.163-1.169c.026-.186-.03-.374-.153-.516-.123-.142-.302-.223-.49-.223h-2.299c-.736,0-1.335-.599-1.335-1.335V2.634c0-.736.599-1.335,1.335-1.335h10.334c.736,0,1.335.599,1.335,1.335v7.727Z' style='fill:%2342dca3; stroke-width:0px;'/%3E%3Cpath d='M8.876,2.484c-.07-.034-.144-.065-.218-.09-.29-.1-.588-.15-.888-.15-.695,0-1.348.271-1.84.762-.329.329-.563.738-.679,1.184-.09.347.119.702.466.792.347.09.702-.119.792-.466.057-.222.175-.426.34-.591.246-.246.573-.382.921-.382.155,0,.311.027.464.079.025.009.049.019.073.03.473.23.766.687.766,1.193,0,.348-.135.675-.382.921-.102.102-.219.186-.348.249-.036.018-.147.074-.329.168-.257.132-.472.332-.623.578-.15.246-.23.529-.23.818v.692c0,.359.291.65.65.65s.65-.291.65-.65v-.692c0-.05.014-.098.04-.141.026-.042.063-.077.107-.099.251-.129.3-.153.308-.157.257-.126.491-.293.694-.497.491-.491.762-1.145.762-1.84,0-1.007-.573-1.912-1.496-2.361Z' style='fill:%2342dca3; stroke-width:0px;'/%3E%3Ccircle cx='7.801' cy='10.139' r='.811' style='fill:%2342dca3; stroke-width:0px;'/%3E%3C/svg%3E");
}
body.oncology .register-options h3 {
  line-height: 3rem;
  color: transparent;
  margin-bottom: 1rem;
}
body.oncology .register-options h3:before {
  position: absolute;
  width: calc(100% - 4rem);
}
body.oncology .register-options .wp-block-column:nth-child(1) h3:before {
  content: url(/assets/images/xinform.svg);
}
body.oncology .register-options .wp-block-column:nth-child(2) h3:before {
  content: url(/assets/images/xdecide.svg);
}
body.oncology .register-options .wp-block-column:nth-child(3) h3:before {
  content: url(/assets/images/xutility-logo.svg);
}
body.oncology section.podcast {
  color: white;
  position: relative;
  background-color: var(--bright-blue);
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  justify-content: center;
  text-align: center;
}
@media screen and (min-width: 760px) {
  body.oncology section.podcast {
    text-align: left;
  }
}
body.oncology section.podcast a {
  font-size: larger;
  padding: 0.4rem 2rem;
  display: inline-block;
  font-weight: 900;
  color: var(--white);
  border: 4px solid var(--white);
}
body.oncology section.podcast svg {
  display: block;
  width: 100%;
}
@media screen and (min-width: 760px) {
  body.oncology section.podcast svg {
    width: 30%;
  }
}
body.oncology .content-wrap-inner > h2 {
  text-align: center;
  color: var(--white);
  background-color: var(--oncology-color);
  padding: 1em;
  font-size: 1.4rem;
}
body.oncology .wp-block-columns.usecases .wp-block-column h2:before {
  display: block;
  width: 3rem;
}
body.oncology .wp-block-columns.usecases .wp-block-column:nth-child(1) h2:before {
  content: url("/assets/images/a-researchicon.svg");
}
body.oncology .wp-block-columns.usecases .wp-block-column:nth-child(2) h2:before {
  content: url("/assets/images/b-researchicon.svg");
}
body.oncology .wp-block-columns.usecases .wp-block-column:nth-child(3) h2:before {
  content: url("/assets/images/c-researchicon.svg");
}
body.oncology .wp-block-columns.usecases .wp-block-column:nth-child(4) h2:before {
  content: url("/assets/images/d-researchicon.svg");
}
body.oncology .research-partners {
  background-color: var(--oncology-color);
  color: var(--white);
  padding: 2rem;
}
body.oncology .research-partners .wp-block-column {
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top center;
  border: 1px solid var(--oncology-light-green);
  padding: 2rem;
  padding-top: 8rem;
}
body.oncology .research-partners .wp-block-group__inner-container .wp-block-columns:nth-child(1) .wp-block-column:nth-child(1) {
  background-image: url("/wp-content/uploads/2024/01/Research-images-03-768x197.jpg");
}
body.oncology .research-partners .wp-block-group__inner-container .wp-block-columns:nth-child(1) .wp-block-column:nth-child(2) {
  background-image: url("/wp-content/uploads/2024/01/Research-images-04-768x197.jpg");
}
body.oncology .research-partners .wp-block-group__inner-container .wp-block-columns:nth-child(2) .wp-block-column:nth-child(1) {
  background-image: url("/wp-content/uploads/2024/01/Research-images-05-768x197.jpg");
}
body.oncology .research-partners .wp-block-group__inner-container .wp-block-columns:nth-child(2) .wp-block-column:nth-child(2) {
  background-image: url("/wp-content/uploads/2024/01/Research-images-02-768x197.jpg");
}
body.oncology p.cta a {
  color: var(--oncology-color);
  font-weight: 900;
  display: inline-block;
  padding: 0.4rem 1rem;
  border: 2px solid var(--oncology-color);
  margin-inline: auto;
}
body.oncology p.cta a:hover {
  color: rgb(0, 200, 0);
  border-color: var(--oncology-light-green);
}
body.oncology .usecases + .cta a {
  display: block;
  width: 10rem;
  margin-inline: auto;
  text-align: center;
}

.single-aihc-clips, .page-template-aihc-highlights, .single-aipodcast, .parent-pageid-4516, .page-template-aihc {
  background-size: 100%;
  background-repeat: no-repeat;
}
.single-aihc-clips :root, .page-template-aihc-highlights :root, .single-aipodcast :root, .parent-pageid-4516 :root, .page-template-aihc :root {
  --topmenu-color: rgb(0,92,181);
}
.single-aihc-clips svg.gradient-header, .page-template-aihc-highlights svg.gradient-header, .single-aipodcast svg.gradient-header, .parent-pageid-4516 svg.gradient-header, .page-template-aihc svg.gradient-header {
  position: absolute;
  top: 0;
  z-index: -1;
  height: 200px;
  right: 0;
}
@media screen and (min-width: 760px) {
  .single-aihc-clips svg.gradient-header, .page-template-aihc-highlights svg.gradient-header, .single-aipodcast svg.gradient-header, .parent-pageid-4516 svg.gradient-header, .page-template-aihc svg.gradient-header {
    height: auto;
  }
}
.single-aihc-clips #hero-menu .logo .herologo.color .xclogo, .page-template-aihc-highlights #hero-menu .logo .herologo.color .xclogo, .single-aipodcast #hero-menu .logo .herologo.color .xclogo, .parent-pageid-4516 #hero-menu .logo .herologo.color .xclogo, .page-template-aihc #hero-menu .logo .herologo.color .xclogo {
  fill: rgb(79, 79, 79);
}
.single-aihc-clips #hero-menu .logo .herologo.color .xclogo.mid, .page-template-aihc-highlights #hero-menu .logo .herologo.color .xclogo.mid, .single-aipodcast #hero-menu .logo .herologo.color .xclogo.mid, .parent-pageid-4516 #hero-menu .logo .herologo.color .xclogo.mid, .page-template-aihc #hero-menu .logo .herologo.color .xclogo.mid {
  fill: rgb(79, 79, 79);
}
.single-aihc-clips #hero-menu .logo .herologo.color .xclogo.low, .page-template-aihc-highlights #hero-menu .logo .herologo.color .xclogo.low, .single-aipodcast #hero-menu .logo .herologo.color .xclogo.low, .parent-pageid-4516 #hero-menu .logo .herologo.color .xclogo.low, .page-template-aihc #hero-menu .logo .herologo.color .xclogo.low {
  fill: rgb(0, 92, 181);
}
.single-aihc-clips #hero-menu .logo .herologo.color .xclogo.top, .page-template-aihc-highlights #hero-menu .logo .herologo.color .xclogo.top, .single-aipodcast #hero-menu .logo .herologo.color .xclogo.top, .parent-pageid-4516 #hero-menu .logo .herologo.color .xclogo.top, .page-template-aihc #hero-menu .logo .herologo.color .xclogo.top {
  fill: rgb(14, 185, 255);
}
.single-aihc-clips #hero-menu svg.gradient-header, .single-aihc-clips #herobar, .page-template-aihc-highlights #hero-menu svg.gradient-header, .page-template-aihc-highlights #herobar, .single-aipodcast #hero-menu svg.gradient-header, .single-aipodcast #herobar, .parent-pageid-4516 #hero-menu svg.gradient-header, .parent-pageid-4516 #herobar, .page-template-aihc #hero-menu svg.gradient-header, .page-template-aihc #herobar {
  display: none;
}
.single-aihc-clips main p, .single-aihc-clips main ul, .page-template-aihc-highlights main p, .page-template-aihc-highlights main ul, .single-aipodcast main p, .single-aipodcast main ul, .parent-pageid-4516 main p, .parent-pageid-4516 main ul, .page-template-aihc main p, .page-template-aihc main ul {
  font-family: system-ui, sans-serif;
  font-weight: 300;
  line-height: 1.4;
  font-size: 1rem;
}
@media screen and (min-width: 760px) {
  .single-aihc-clips main p, .single-aihc-clips main ul, .page-template-aihc-highlights main p, .page-template-aihc-highlights main ul, .single-aipodcast main p, .single-aipodcast main ul, .parent-pageid-4516 main p, .parent-pageid-4516 main ul, .page-template-aihc main p, .page-template-aihc main ul {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .single-aihc-clips main p, .single-aihc-clips main ul, .page-template-aihc-highlights main p, .page-template-aihc-highlights main ul, .single-aipodcast main p, .single-aipodcast main ul, .parent-pageid-4516 main p, .parent-pageid-4516 main ul, .page-template-aihc main p, .page-template-aihc main ul {
    font-size: 1.4rem;
  }
}
.single-aihc-clips .breadcrumbs-nav, .page-template-aihc-highlights .breadcrumbs-nav, .single-aipodcast .breadcrumbs-nav, .parent-pageid-4516 .breadcrumbs-nav, .page-template-aihc .breadcrumbs-nav {
  margin-top: 100px;
}
.single-aihc-clips h1.heading, .page-template-aihc-highlights h1.heading, .single-aipodcast h1.heading, .parent-pageid-4516 h1.heading, .page-template-aihc h1.heading {
  font-size: 3rem;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 760px) {
  .single-aihc-clips h1.heading, .page-template-aihc-highlights h1.heading, .single-aipodcast h1.heading, .parent-pageid-4516 h1.heading, .page-template-aihc h1.heading {
    gap: 2rem;
    flex-direction: row;
    margin-bottom: 4rem;
  }
}
.single-aihc-clips h1.heading > span, .page-template-aihc-highlights h1.heading > span, .single-aipodcast h1.heading > span, .parent-pageid-4516 h1.heading > span, .page-template-aihc h1.heading > span {
  display: grid;
  align-content: start;
}
.single-aihc-clips h1.heading span.super, .page-template-aihc-highlights h1.heading span.super, .single-aipodcast h1.heading span.super, .parent-pageid-4516 h1.heading span.super, .page-template-aihc h1.heading span.super {
  text-transform: uppercase;
  font-size: 1rem;
}
.single-aihc-clips h1.heading strong, .page-template-aihc-highlights h1.heading strong, .single-aipodcast h1.heading strong, .parent-pageid-4516 h1.heading strong, .page-template-aihc h1.heading strong {
  font-size: 2rem;
  white-space: nowrap;
}
.single-aihc-clips .content-width.podcast-subscribe, .page-template-aihc-highlights .content-width.podcast-subscribe, .single-aipodcast .content-width.podcast-subscribe, .parent-pageid-4516 .content-width.podcast-subscribe, .page-template-aihc .content-width.podcast-subscribe {
  display: flex;
  gap: 2rem;
  text-transform: uppercase;
  justify-content: end;
  margin-top: 2rem;
}
.single-aihc-clips main, .single-aihc-clips .content-width, .page-template-aihc-highlights main, .page-template-aihc-highlights .content-width, .single-aipodcast main, .single-aipodcast .content-width, .parent-pageid-4516 main, .parent-pageid-4516 .content-width, .page-template-aihc main, .page-template-aihc .content-width {
  margin-inline: auto;
  display: block;
  position: relative;
}
@media screen and (min-width: 1600px) {
  .single-aihc-clips main, .single-aihc-clips .content-width, .page-template-aihc-highlights main, .page-template-aihc-highlights .content-width, .single-aipodcast main, .single-aipodcast .content-width, .parent-pageid-4516 main, .parent-pageid-4516 .content-width, .page-template-aihc main, .page-template-aihc .content-width {
    width: min(1600px, 96%);
  }
}
.single-aihc-clips main::before, .page-template-aihc-highlights main::before, .single-aipodcast main::before, .parent-pageid-4516 main::before, .page-template-aihc main::before {
  content: " ";
  position: absolute;
}
.single-aihc-clips ul, .page-template-aihc-highlights ul, .single-aipodcast ul, .parent-pageid-4516 ul, .page-template-aihc ul {
  margin: 0;
}
.single-aihc-clips div.breadcrumbs-nav, .page-template-aihc-highlights div.breadcrumbs-nav, .single-aipodcast div.breadcrumbs-nav, .parent-pageid-4516 div.breadcrumbs-nav, .page-template-aihc div.breadcrumbs-nav {
  display: flex;
  justify-content: space-between;
}
.single-aihc-clips div.breadcrumbs-nav a, .single-aihc-clips div.breadcrumbs-nav a:visited, .page-template-aihc-highlights div.breadcrumbs-nav a, .page-template-aihc-highlights div.breadcrumbs-nav a:visited, .single-aipodcast div.breadcrumbs-nav a, .single-aipodcast div.breadcrumbs-nav a:visited, .parent-pageid-4516 div.breadcrumbs-nav a, .parent-pageid-4516 div.breadcrumbs-nav a:visited, .page-template-aihc div.breadcrumbs-nav a, .page-template-aihc div.breadcrumbs-nav a:visited {
  color: #ddd;
  padding: 0.6ch 1ch;
  display: block;
  font-size: 0.6rem;
}
@media screen and (min-width: 760px) {
  .single-aihc-clips div.breadcrumbs-nav a, .single-aihc-clips div.breadcrumbs-nav a:visited, .page-template-aihc-highlights div.breadcrumbs-nav a, .page-template-aihc-highlights div.breadcrumbs-nav a:visited, .single-aipodcast div.breadcrumbs-nav a, .single-aipodcast div.breadcrumbs-nav a:visited, .parent-pageid-4516 div.breadcrumbs-nav a, .parent-pageid-4516 div.breadcrumbs-nav a:visited, .page-template-aihc div.breadcrumbs-nav a, .page-template-aihc div.breadcrumbs-nav a:visited {
    font-size: 1.2rem;
  }
}
.single-aihc-clips div.breadcrumbs-nav ul.breadcrumbs, .page-template-aihc-highlights div.breadcrumbs-nav ul.breadcrumbs, .single-aipodcast div.breadcrumbs-nav ul.breadcrumbs, .parent-pageid-4516 div.breadcrumbs-nav ul.breadcrumbs, .page-template-aihc div.breadcrumbs-nav ul.breadcrumbs {
  list-style-type: none;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1ch;
  list-style-type: none;
  display: flex;
  justify-content: start;
  margin-bottom: 2ch;
}
.single-aihc-clips div.breadcrumbs-nav ul.breadcrumbs li, .page-template-aihc-highlights div.breadcrumbs-nav ul.breadcrumbs li, .single-aipodcast div.breadcrumbs-nav ul.breadcrumbs li, .parent-pageid-4516 div.breadcrumbs-nav ul.breadcrumbs li, .page-template-aihc div.breadcrumbs-nav ul.breadcrumbs li {
  display: flex;
  align-items: center;
}
.single-aihc-clips div.breadcrumbs-nav ul.breadcrumbs li::after, .page-template-aihc-highlights div.breadcrumbs-nav ul.breadcrumbs li::after, .single-aipodcast div.breadcrumbs-nav ul.breadcrumbs li::after, .parent-pageid-4516 div.breadcrumbs-nav ul.breadcrumbs li::after, .page-template-aihc div.breadcrumbs-nav ul.breadcrumbs li::after {
  content: " > ";
  color: #aaa;
  font-size: 1.3rem;
}
.single-aihc-clips div.breadcrumbs-nav ul.breadcrumbs li:last-of-type, .page-template-aihc-highlights div.breadcrumbs-nav ul.breadcrumbs li:last-of-type, .single-aipodcast div.breadcrumbs-nav ul.breadcrumbs li:last-of-type, .parent-pageid-4516 div.breadcrumbs-nav ul.breadcrumbs li:last-of-type, .page-template-aihc div.breadcrumbs-nav ul.breadcrumbs li:last-of-type {
  font-weight: 600;
}
.single-aihc-clips div.breadcrumbs-nav ul.breadcrumbs li:last-of-type::after, .page-template-aihc-highlights div.breadcrumbs-nav ul.breadcrumbs li:last-of-type::after, .single-aipodcast div.breadcrumbs-nav ul.breadcrumbs li:last-of-type::after, .parent-pageid-4516 div.breadcrumbs-nav ul.breadcrumbs li:last-of-type::after, .page-template-aihc div.breadcrumbs-nav ul.breadcrumbs li:last-of-type::after {
  content: "";
}
.single-aihc-clips div.breadcrumbs-nav div.toc-wrap, .page-template-aihc-highlights div.breadcrumbs-nav div.toc-wrap, .single-aipodcast div.breadcrumbs-nav div.toc-wrap, .parent-pageid-4516 div.breadcrumbs-nav div.toc-wrap, .page-template-aihc div.breadcrumbs-nav div.toc-wrap {
  position: relative;
  background-color: white;
}
.single-aihc-clips div.breadcrumbs-nav div.toc-wrap div.toc, .page-template-aihc-highlights div.breadcrumbs-nav div.toc-wrap div.toc, .single-aipodcast div.breadcrumbs-nav div.toc-wrap div.toc, .parent-pageid-4516 div.breadcrumbs-nav div.toc-wrap div.toc, .page-template-aihc div.breadcrumbs-nav div.toc-wrap div.toc {
  background-color: inherit;
}
.single-aihc-clips div.breadcrumbs-nav div.toc-wrap h2, .page-template-aihc-highlights div.breadcrumbs-nav div.toc-wrap h2, .single-aipodcast div.breadcrumbs-nav div.toc-wrap h2, .parent-pageid-4516 div.breadcrumbs-nav div.toc-wrap h2, .page-template-aihc div.breadcrumbs-nav div.toc-wrap h2 {
  font-size: 1rem;
  cursor: pointer;
  padding: 0 0.6ch;
}
.single-aihc-clips div.breadcrumbs-nav div.toc-wrap ul, .page-template-aihc-highlights div.breadcrumbs-nav div.toc-wrap ul, .single-aipodcast div.breadcrumbs-nav div.toc-wrap ul, .parent-pageid-4516 div.breadcrumbs-nav div.toc-wrap ul, .page-template-aihc div.breadcrumbs-nav div.toc-wrap ul {
  background-color: inherit;
  position: absolute;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
  width: 100%;
}
.single-aihc-clips div.breadcrumbs-nav div.toc-wrap ul.expanded, .page-template-aihc-highlights div.breadcrumbs-nav div.toc-wrap ul.expanded, .single-aipodcast div.breadcrumbs-nav div.toc-wrap ul.expanded, .parent-pageid-4516 div.breadcrumbs-nav div.toc-wrap ul.expanded, .page-template-aihc div.breadcrumbs-nav div.toc-wrap ul.expanded {
  height: calc-size(auto, size);
}
.single-aihc-clips .media iframe, .page-template-aihc-highlights .media iframe, .single-aipodcast .media iframe, .parent-pageid-4516 .media iframe, .page-template-aihc .media iframe {
  width: 100%;
  aspect-ratio: 16/9;
  display: block;
  margin-inline: auto;
}
.single-aihc-clips div.summary p, .page-template-aihc-highlights div.summary p, .single-aipodcast div.summary p, .parent-pageid-4516 div.summary p, .page-template-aihc div.summary p {
  margin-top: 0;
}
.single-aihc-clips .episode-content, .page-template-aihc-highlights .episode-content, .single-aipodcast .episode-content, .parent-pageid-4516 .episode-content, .page-template-aihc .episode-content {
  margin-block: 2rem;
}
.single-aihc-clips .inner-toc, .page-template-aihc-highlights .inner-toc, .single-aipodcast .inner-toc, .parent-pageid-4516 .inner-toc, .page-template-aihc .inner-toc {
  flex-shrink: 0;
  background-color: #fefefe;
  border-radius: 1rem;
  justify-content: center;
  padding-block: 2rem;
  display: grid;
  align-content: center;
}
.single-aihc-clips .inner-toc h2, .page-template-aihc-highlights .inner-toc h2, .single-aipodcast .inner-toc h2, .parent-pageid-4516 .inner-toc h2, .page-template-aihc .inner-toc h2 {
  font-size: 1rem;
  margin: 0;
}
.single-aihc-clips .inner-toc ul, .page-template-aihc-highlights .inner-toc ul, .single-aipodcast .inner-toc ul, .parent-pageid-4516 .inner-toc ul, .page-template-aihc .inner-toc ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.single-aihc-clips .inner-toc ul a, .single-aihc-clips .inner-toc ul a:visited, .page-template-aihc-highlights .inner-toc ul a, .page-template-aihc-highlights .inner-toc ul a:visited, .single-aipodcast .inner-toc ul a, .single-aipodcast .inner-toc ul a:visited, .parent-pageid-4516 .inner-toc ul a, .parent-pageid-4516 .inner-toc ul a:visited, .page-template-aihc .inner-toc ul a, .page-template-aihc .inner-toc ul a:visited {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  margin-top: 0.6ch;
}
@media screen and (min-width: 760px) {
  .single-aihc-clips .inner-toc, .page-template-aihc-highlights .inner-toc, .single-aipodcast .inner-toc, .parent-pageid-4516 .inner-toc, .page-template-aihc .inner-toc {
    padding-inline: 2rem;
    padding-block: none;
  }
}
@media screen and (min-width: 760px) {
  .single-aihc-clips .episode-layout.guest, .page-template-aihc-highlights .episode-layout.guest, .single-aipodcast .episode-layout.guest, .parent-pageid-4516 .episode-layout.guest, .page-template-aihc .episode-layout.guest {
    display: flex;
    gap: 4rem;
    margin: 4rem 0;
  }
}
.single-aihc-clips .episode-layout.guest .guest-quote, .page-template-aihc-highlights .episode-layout.guest .guest-quote, .single-aipodcast .episode-layout.guest .guest-quote, .parent-pageid-4516 .episode-layout.guest .guest-quote, .page-template-aihc .episode-layout.guest .guest-quote {
  flex-basis: 100%;
  padding: 0.4rem 2rem 1rem 2rem;
  background-color: #021349;
  color: #fefefe;
  border-radius: 1rem;
  display: grid;
  align-content: center;
}
.single-aihc-clips .episode-layout.guest .guest-quote p, .page-template-aihc-highlights .episode-layout.guest .guest-quote p, .single-aipodcast .episode-layout.guest .guest-quote p, .parent-pageid-4516 .episode-layout.guest .guest-quote p, .page-template-aihc .episode-layout.guest .guest-quote p {
  font-size: 1.8rem;
  margin: 0;
  margin-top: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 760px) {
  .single-aihc-clips .episode-layout.sum-toc, .page-template-aihc-highlights .episode-layout.sum-toc, .single-aipodcast .episode-layout.sum-toc, .parent-pageid-4516 .episode-layout.sum-toc, .page-template-aihc .episode-layout.sum-toc {
    display: flex;
    gap: 6rem;
  }
}
.single-aihc-clips .episode-content.listen, .page-template-aihc-highlights .episode-content.listen, .single-aipodcast .episode-content.listen, .parent-pageid-4516 .episode-content.listen, .page-template-aihc .episode-content.listen {
  text-align: center;
  justify-content: center;
  background-color: #023149;
  width: 80%;
  padding: 2rem 0;
  border-radius: 0.8rem;
  margin-inline: auto;
  display: grid;
  gap: 1rem;
  margin-bottom: 2rem;
}
.single-aihc-clips .episode-content.listen h2, .page-template-aihc-highlights .episode-content.listen h2, .single-aipodcast .episode-content.listen h2, .parent-pageid-4516 .episode-content.listen h2, .page-template-aihc .episode-content.listen h2 {
  color: #ddd;
}
.single-aihc-clips .author-photo, .page-template-aihc-highlights .author-photo, .single-aipodcast .author-photo, .parent-pageid-4516 .author-photo, .page-template-aihc .author-photo {
  width: 100px;
  aspect-ratio: 1/1;
  background-color: #fefefe;
  background-position: center;
  border-radius: 100px;
  float: left;
  margin-right: 2ch;
}
.single-aihc-clips .transcript em, .page-template-aihc-highlights .transcript em, .single-aipodcast .transcript em, .parent-pageid-4516 .transcript em, .page-template-aihc .transcript em {
  display: block;
  margin-top: 1rem;
}
.single-aihc-clips .episode-content.transcript, .page-template-aihc-highlights .episode-content.transcript, .single-aipodcast .episode-content.transcript, .parent-pageid-4516 .episode-content.transcript, .page-template-aihc .episode-content.transcript {
  margin: 2rem 0;
}
.single-aihc-clips .takeaway ul, .page-template-aihc-highlights .takeaway ul, .single-aipodcast .takeaway ul, .parent-pageid-4516 .takeaway ul, .page-template-aihc .takeaway ul {
  padding: 0;
  margin-top: 1rem;
  list-style-type: none;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.single-aihc-clips .takeaway li, .page-template-aihc-highlights .takeaway li, .single-aipodcast .takeaway li, .parent-pageid-4516 .takeaway li, .page-template-aihc .takeaway li {
  padding: 1rem 2rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.5rem;
}
.single-aihc-clips .podcast-links, .page-template-aihc-highlights .podcast-links, .single-aipodcast .podcast-links, .parent-pageid-4516 .podcast-links, .page-template-aihc .podcast-links {
  display: flex;
  gap: 2rem;
  justify-content: center;
  flex-wrap: wrap;
}
.single-aihc-clips .podcast-links.follow, .page-template-aihc-highlights .podcast-links.follow, .single-aipodcast .podcast-links.follow, .parent-pageid-4516 .podcast-links.follow, .page-template-aihc .podcast-links.follow {
  padding-top: 2rem;
}
@media screen and (min-width: 760px) {
  .single-aihc-clips .podcast-links.follow, .page-template-aihc-highlights .podcast-links.follow, .single-aipodcast .podcast-links.follow, .parent-pageid-4516 .podcast-links.follow, .page-template-aihc .podcast-links.follow {
    padding-top: 0;
  }
}
.single-aihc-clips .podcast-links a, .page-template-aihc-highlights .podcast-links a, .single-aipodcast .podcast-links a, .parent-pageid-4516 .podcast-links a, .page-template-aihc .podcast-links a {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.single-aihc-clips .podcast-links a img, .single-aihc-clips .podcast-links a svg, .page-template-aihc-highlights .podcast-links a img, .page-template-aihc-highlights .podcast-links a svg, .single-aipodcast .podcast-links a img, .single-aipodcast .podcast-links a svg, .parent-pageid-4516 .podcast-links a img, .parent-pageid-4516 .podcast-links a svg, .page-template-aihc .podcast-links a img, .page-template-aihc .podcast-links a svg {
  display: block;
  height: 14px;
}
@media screen and (min-width: 63.0625em) {
  .single-aihc-clips .podcast-links a img, .single-aihc-clips .podcast-links a svg, .page-template-aihc-highlights .podcast-links a img, .page-template-aihc-highlights .podcast-links a svg, .single-aipodcast .podcast-links a img, .single-aipodcast .podcast-links a svg, .parent-pageid-4516 .podcast-links a img, .parent-pageid-4516 .podcast-links a svg, .page-template-aihc .podcast-links a img, .page-template-aihc .podcast-links a svg {
    height: 24px;
  }
}
@media screen and (min-width: 63.0625em) {
  .single-aihc-clips .podcast-links a svg.youtube, .page-template-aihc-highlights .podcast-links a svg.youtube, .single-aipodcast .podcast-links a svg.youtube, .parent-pageid-4516 .podcast-links a svg.youtube, .page-template-aihc .podcast-links a svg.youtube {
    height: 20px;
  }
}
.single-aihc-clips .podcast-links a + a, .page-template-aihc-highlights .podcast-links a + a, .single-aipodcast .podcast-links a + a, .parent-pageid-4516 .podcast-links a + a, .page-template-aihc .podcast-links a + a {
  margin-left: 1rem;
}
.single-aihc-clips .signup, .page-template-aihc-highlights .signup, .single-aipodcast .signup, .parent-pageid-4516 .signup, .page-template-aihc .signup {
  background-color: rgba(39, 172, 226, 0.1);
  padding: 2rem 1rem;
  margin: 2rem 0;
}
@media screen and (min-width: 40em) {
  .single-aihc-clips .signup .flex, .page-template-aihc-highlights .signup .flex, .single-aipodcast .signup .flex, .parent-pageid-4516 .signup .flex, .page-template-aihc .signup .flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.single-aihc-clips .signup form, .page-template-aihc-highlights .signup form, .single-aipodcast .signup form, .parent-pageid-4516 .signup form, .page-template-aihc .signup form {
  display: flex;
}
.single-aihc-clips .signup, .page-template-aihc-highlights .signup, .single-aipodcast .signup, .parent-pageid-4516 .signup, .page-template-aihc .signup {
  background-color: #0154BE;
  padding: 2rem 1rem;
  margin: 2rem 0;
  border-radius: 2ch;
  color: #aaa;
}
.single-aihc-clips .signup form, .page-template-aihc-highlights .signup form, .single-aipodcast .signup form, .parent-pageid-4516 .signup form, .page-template-aihc .signup form {
  display: flex;
}
.single-aihc-clips .signup .cform, .page-template-aihc-highlights .signup .cform, .single-aipodcast .signup .cform, .parent-pageid-4516 .signup .cform, .page-template-aihc .signup .cform {
  display: flex;
  max-width: 90%;
  margin-inline: auto;
  transition: transform 2s;
}
.single-aihc-clips .signup .cform input, .page-template-aihc-highlights .signup .cform input, .single-aipodcast .signup .cform input, .parent-pageid-4516 .signup .cform input, .page-template-aihc .signup .cform input {
  margin: 0;
  height: auto;
  padding: 1rem 0.5rem;
  transition: width 1s;
  border: none;
}
.single-aihc-clips .signup .cform span.email, .page-template-aihc-highlights .signup .cform span.email, .single-aipodcast .signup .cform span.email, .parent-pageid-4516 .signup .cform span.email, .page-template-aihc .signup .cform span.email {
  display: block;
  overflow: hidden;
  transition: all 1s;
  width: 100%;
}
.single-aihc-clips .signup button, .page-template-aihc-highlights .signup button, .single-aipodcast .signup button, .parent-pageid-4516 .signup button, .page-template-aihc .signup button {
  border: none;
  background-color: green;
  color: #fff;
  font-weight: 700;
  font-family: navigo;
  padding: 1rem 2rem;
}
.single-aihc-clips .signup p, .page-template-aihc-highlights .signup p, .single-aipodcast .signup p, .parent-pageid-4516 .signup p, .page-template-aihc .signup p {
  font-family: navigo;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
  padding-right: 0.6ch;
  color: var(--white);
}
.single-aihc-clips .signup .podcast-subscribe-icon, .page-template-aihc-highlights .signup .podcast-subscribe-icon, .single-aipodcast .signup .podcast-subscribe-icon, .parent-pageid-4516 .signup .podcast-subscribe-icon, .page-template-aihc .signup .podcast-subscribe-icon {
  width: 20px;
  margin-right: 1rem;
}
.single-aihc-clips .b3c9e91b-d671-4d29-a9eb-9dd381bbb12e, .page-template-aihc-highlights .b3c9e91b-d671-4d29-a9eb-9dd381bbb12e, .single-aipodcast .b3c9e91b-d671-4d29-a9eb-9dd381bbb12e, .parent-pageid-4516 .b3c9e91b-d671-4d29-a9eb-9dd381bbb12e, .page-template-aihc .b3c9e91b-d671-4d29-a9eb-9dd381bbb12e {
  fill: white;
}
.single-aihc-clips .signup small, .page-template-aihc-highlights .signup small, .single-aipodcast .signup small, .parent-pageid-4516 .signup small, .page-template-aihc .signup small {
  display: block;
  text-align: center;
  margin-top: 1rem;
}
.single-aihc-clips .signup small a, .single-aihc-clips .signup small a:visited, .page-template-aihc-highlights .signup small a, .page-template-aihc-highlights .signup small a:visited, .single-aipodcast .signup small a, .single-aipodcast .signup small a:visited, .parent-pageid-4516 .signup small a, .parent-pageid-4516 .signup small a:visited, .page-template-aihc .signup small a, .page-template-aihc .signup small a:visited {
  color: #ddd;
}
.single-aihc-clips h2, .page-template-aihc-highlights h2, .single-aipodcast h2, .parent-pageid-4516 h2, .page-template-aihc h2 {
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 0.3ch;
  font-size: 1.2rem;
}
.single-aihc-clips div.category-links, .page-template-aihc-highlights div.category-links, .single-aipodcast div.category-links, .parent-pageid-4516 div.category-links, .page-template-aihc div.category-links {
  text-align: center;
  color: #023149;
}
.single-aihc-clips ul.category-links, .single-aihc-clips ul.archive-links, .page-template-aihc-highlights ul.category-links, .page-template-aihc-highlights ul.archive-links, .single-aipodcast ul.category-links, .single-aipodcast ul.archive-links, .parent-pageid-4516 ul.category-links, .parent-pageid-4516 ul.archive-links, .page-template-aihc ul.category-links, .page-template-aihc ul.archive-links {
  list-style-type: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2rem;
  margin: 2rem 0;
}
.single-aihc-clips ul.category-links li, .single-aihc-clips ul.archive-links li, .page-template-aihc-highlights ul.category-links li, .page-template-aihc-highlights ul.archive-links li, .single-aipodcast ul.category-links li, .single-aipodcast ul.archive-links li, .parent-pageid-4516 ul.category-links li, .parent-pageid-4516 ul.archive-links li, .page-template-aihc ul.category-links li, .page-template-aihc ul.archive-links li {
  flex-grow: 1;
}
.single-aihc-clips ul.category-links li.current-cat, .single-aihc-clips ul.archive-links li.current-cat, .page-template-aihc-highlights ul.category-links li.current-cat, .page-template-aihc-highlights ul.archive-links li.current-cat, .single-aipodcast ul.category-links li.current-cat, .single-aipodcast ul.archive-links li.current-cat, .parent-pageid-4516 ul.category-links li.current-cat, .parent-pageid-4516 ul.archive-links li.current-cat, .page-template-aihc ul.category-links li.current-cat, .page-template-aihc ul.archive-links li.current-cat {
  display: none;
}
.single-aihc-clips ul.category-links a, .single-aihc-clips ul.category-links a:visited, .single-aihc-clips ul.archive-links a, .single-aihc-clips ul.archive-links a:visited, .page-template-aihc-highlights ul.category-links a, .page-template-aihc-highlights ul.category-links a:visited, .page-template-aihc-highlights ul.archive-links a, .page-template-aihc-highlights ul.archive-links a:visited, .single-aipodcast ul.category-links a, .single-aipodcast ul.category-links a:visited, .single-aipodcast ul.archive-links a, .single-aipodcast ul.archive-links a:visited, .parent-pageid-4516 ul.category-links a, .parent-pageid-4516 ul.category-links a:visited, .parent-pageid-4516 ul.archive-links a, .parent-pageid-4516 ul.archive-links a:visited, .page-template-aihc ul.category-links a, .page-template-aihc ul.category-links a:visited, .page-template-aihc ul.archive-links a, .page-template-aihc ul.archive-links a:visited {
  display: block;
  background-color: #023149;
  color: #ddd;
  line-height: 3.6;
  border-radius: 0.8rem;
  border: 5px solid #023149;
}
.single-aihc-clips ul.category-links a:hover, .single-aihc-clips ul.category-links a:visited:hover, .single-aihc-clips ul.archive-links a:hover, .single-aihc-clips ul.archive-links a:visited:hover, .page-template-aihc-highlights ul.category-links a:hover, .page-template-aihc-highlights ul.category-links a:visited:hover, .page-template-aihc-highlights ul.archive-links a:hover, .page-template-aihc-highlights ul.archive-links a:visited:hover, .single-aipodcast ul.category-links a:hover, .single-aipodcast ul.category-links a:visited:hover, .single-aipodcast ul.archive-links a:hover, .single-aipodcast ul.archive-links a:visited:hover, .parent-pageid-4516 ul.category-links a:hover, .parent-pageid-4516 ul.category-links a:visited:hover, .parent-pageid-4516 ul.archive-links a:hover, .parent-pageid-4516 ul.archive-links a:visited:hover, .page-template-aihc ul.category-links a:hover, .page-template-aihc ul.category-links a:visited:hover, .page-template-aihc ul.archive-links a:hover, .page-template-aihc ul.archive-links a:visited:hover {
  border: 5px solid white;
}
.single-aihc-clips ul.category-links.grid, .single-aihc-clips ul.archive-links.grid, .page-template-aihc-highlights ul.category-links.grid, .page-template-aihc-highlights ul.archive-links.grid, .single-aipodcast ul.category-links.grid, .single-aipodcast ul.archive-links.grid, .parent-pageid-4516 ul.category-links.grid, .parent-pageid-4516 ul.archive-links.grid, .page-template-aihc ul.category-links.grid, .page-template-aihc ul.archive-links.grid {
  width: 80%;
  max-width: 1080px;
  margin-inline: auto;
}
@media screen and (min-width: 760px) {
  .single-aihc-clips ul.category-links.grid, .single-aihc-clips ul.archive-links.grid, .page-template-aihc-highlights ul.category-links.grid, .page-template-aihc-highlights ul.archive-links.grid, .single-aipodcast ul.category-links.grid, .single-aipodcast ul.archive-links.grid, .parent-pageid-4516 ul.category-links.grid, .parent-pageid-4516 ul.archive-links.grid, .page-template-aihc ul.category-links.grid, .page-template-aihc ul.archive-links.grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
.single-aihc-clips a.button, .single-aihc-clips a.button:visited, .page-template-aihc-highlights a.button, .page-template-aihc-highlights a.button:visited, .single-aipodcast a.button, .single-aipodcast a.button:visited, .parent-pageid-4516 a.button, .parent-pageid-4516 a.button:visited, .page-template-aihc a.button, .page-template-aihc a.button:visited {
  font-size: 1.4rem;
  display: flex !important;
  gap: 1ch;
  justify-content: center;
  align-items: center;
  color: white !important;
  border-radius: 0.8rem;
  border: 5px solid #023149;
  background-color: #00acff !important;
  border: 5px solid #00acff !important;
}
.single-aihc-clips a.button:hover, .single-aihc-clips a.button:visited:hover, .page-template-aihc-highlights a.button:hover, .page-template-aihc-highlights a.button:visited:hover, .single-aipodcast a.button:hover, .single-aipodcast a.button:visited:hover, .parent-pageid-4516 a.button:hover, .parent-pageid-4516 a.button:visited:hover, .page-template-aihc a.button:hover, .page-template-aihc a.button:visited:hover {
  border: 5px solid #42E8AF;
}
.single-aihc-clips a.button svg, .single-aihc-clips a.button:visited svg, .page-template-aihc-highlights a.button svg, .page-template-aihc-highlights a.button:visited svg, .single-aipodcast a.button svg, .single-aipodcast a.button:visited svg, .parent-pageid-4516 a.button svg, .parent-pageid-4516 a.button:visited svg, .page-template-aihc a.button svg, .page-template-aihc a.button:visited svg {
  width: 3rem;
}
.single-aihc-clips .hero-wrap, .page-template-aihc-highlights .hero-wrap, .single-aipodcast .hero-wrap, .parent-pageid-4516 .hero-wrap, .page-template-aihc .hero-wrap {
  width: min(1280px, 98%);
  padding-inline: 1ch;
  margin-inline: auto;
  background-color: #E7F1FA;
  border-radius: 2rem;
}
@media screen and (min-width: 760px) {
  .single-aihc-clips .hero-wrap, .page-template-aihc-highlights .hero-wrap, .single-aipodcast .hero-wrap, .parent-pageid-4516 .hero-wrap, .page-template-aihc .hero-wrap {
    padding-inline: 100px;
    display: flex;
    flex-direction: row-reverse;
    gap: 2rem;
    align-content: start;
  }
  .single-aihc-clips .hero-wrap p, .page-template-aihc-highlights .hero-wrap p, .single-aipodcast .hero-wrap p, .parent-pageid-4516 .hero-wrap p, .page-template-aihc .hero-wrap p {
    max-width: 86ch;
  }
}
.single-aihc-clips .episode-content.series-about, .page-template-aihc-highlights .episode-content.series-about, .single-aipodcast .episode-content.series-about, .parent-pageid-4516 .episode-content.series-about, .page-template-aihc .episode-content.series-about {
  background-color: #fefefe;
  display: flex;
  flex-direction: column-reverse;
  padding: 4rem;
  gap: 4rem;
  border-radius: 3rem;
}
@media screen and (min-width: 760px) {
  .single-aihc-clips .episode-content.series-about, .page-template-aihc-highlights .episode-content.series-about, .single-aipodcast .episode-content.series-about, .parent-pageid-4516 .episode-content.series-about, .page-template-aihc .episode-content.series-about {
    flex-direction: row;
  }
}
.single-aihc-clips .pcbgn-3, .page-template-aihc-highlights .pcbgn-3, .single-aipodcast .pcbgn-3, .parent-pageid-4516 .pcbgn-3, .page-template-aihc .pcbgn-3 {
  fill: rgb(1, 84, 192);
}
.single-aihc-clips #ai-podcast-header, .page-template-aihc-highlights #ai-podcast-header, .single-aipodcast #ai-podcast-header, .parent-pageid-4516 #ai-podcast-header, .page-template-aihc #ai-podcast-header {
  display: block;
  margin-inline: auto;
  max-width: 100%;
}
@media screen and (min-width: 760px) {
  .single-aihc-clips #ai-podcast-header, .page-template-aihc-highlights #ai-podcast-header, .single-aipodcast #ai-podcast-header, .parent-pageid-4516 #ai-podcast-header, .page-template-aihc #ai-podcast-header {
    height: 200px;
  }
}
.single-aihc-clips h1.headline, .page-template-aihc-highlights h1.headline, .single-aipodcast h1.headline, .parent-pageid-4516 h1.headline, .page-template-aihc h1.headline {
  font-weight: 700;
}
.single-aihc-clips .posts-wrap, .page-template-aihc-highlights .posts-wrap, .single-aipodcast .posts-wrap, .parent-pageid-4516 .posts-wrap, .page-template-aihc .posts-wrap {
  position: relative;
}
.single-aihc-clips .episode-grid.ai-healthcare-full-interviews .highlight-label, .page-template-aihc-highlights .episode-grid.ai-healthcare-full-interviews .highlight-label, .single-aipodcast .episode-grid.ai-healthcare-full-interviews .highlight-label, .parent-pageid-4516 .episode-grid.ai-healthcare-full-interviews .highlight-label, .page-template-aihc .episode-grid.ai-healthcare-full-interviews .highlight-label {
  display: none;
}
.single-aihc-clips .episode-grid, .page-template-aihc-highlights .episode-grid, .single-aipodcast .episode-grid, .parent-pageid-4516 .episode-grid, .page-template-aihc .episode-grid {
  grid-template-columns: repeat(auto-fit, min(180px, 100%));
  margin-top: 0.5ch;
  justify-content: center;
  gap: 0.5rem;
}
@media screen and (min-width: 760px) {
  .single-aihc-clips .episode-grid, .page-template-aihc-highlights .episode-grid, .single-aipodcast .episode-grid, .parent-pageid-4516 .episode-grid, .page-template-aihc .episode-grid {
    display: grid;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    grid-template-columns: repeat(auto-fit, min(300px, 100%));
  }
}
@media screen and (min-width: 1300px) {
  .single-aihc-clips .episode-grid, .page-template-aihc-highlights .episode-grid, .single-aipodcast .episode-grid, .parent-pageid-4516 .episode-grid, .page-template-aihc .episode-grid {
    grid-template-columns: repeat(auto-fit, min(400px, 100%));
  }
}
.single-aihc-clips .episode-grid article:hover, .page-template-aihc-highlights .episode-grid article:hover, .single-aipodcast .episode-grid article:hover, .parent-pageid-4516 .episode-grid article:hover, .page-template-aihc .episode-grid article:hover {
  cursor: pointer !important;
}
.single-aihc-clips .episode-grid .episode-description, .page-template-aihc-highlights .episode-grid .episode-description, .single-aipodcast .episode-grid .episode-description, .parent-pageid-4516 .episode-grid .episode-description, .page-template-aihc .episode-grid .episode-description {
  display: none;
}
.single-aihc-clips .episode-grid .episode-layout, .page-template-aihc-highlights .episode-grid .episode-layout, .single-aipodcast .episode-grid .episode-layout, .parent-pageid-4516 .episode-grid .episode-layout, .page-template-aihc .episode-grid .episode-layout {
  cursor: pointer;
  padding: 1ch;
}
.single-aihc-clips .episode-grid .episode-layout .pod-thumb, .page-template-aihc-highlights .episode-grid .episode-layout .pod-thumb, .single-aipodcast .episode-grid .episode-layout .pod-thumb, .parent-pageid-4516 .episode-grid .episode-layout .pod-thumb, .page-template-aihc .episode-grid .episode-layout .pod-thumb {
  display: block;
  max-width: min(400px, 100%);
  aspect-ratio: 16/9;
  margin-inline: auto;
}
.single-aihc-clips .episode-grid .episode-layout h2 a, .page-template-aihc-highlights .episode-grid .episode-layout h2 a, .single-aipodcast .episode-grid .episode-layout h2 a, .parent-pageid-4516 .episode-grid .episode-layout h2 a, .page-template-aihc .episode-grid .episode-layout h2 a {
  line-height: 1.1;
  margin: 0;
  font-weight: 700;
  color: #333;
  font-size: 1rem;
}
@media screen and (min-width: 760px) {
  .single-aihc-clips .episode-grid .episode-layout h2 a, .page-template-aihc-highlights .episode-grid .episode-layout h2 a, .single-aipodcast .episode-grid .episode-layout h2 a, .parent-pageid-4516 .episode-grid .episode-layout h2 a, .page-template-aihc .episode-grid .episode-layout h2 a {
    font-size: 1.2rem;
  }
}
.single-aihc-clips .episode-grid .episode-layout span, .page-template-aihc-highlights .episode-grid .episode-layout span, .single-aipodcast .episode-grid .episode-layout span, .parent-pageid-4516 .episode-grid .episode-layout span, .page-template-aihc .episode-grid .episode-layout span {
  color: #999;
}
.single-aihc-clips .episode-grid .episode-layout span.guest-name, .page-template-aihc-highlights .episode-grid .episode-layout span.guest-name, .single-aipodcast .episode-grid .episode-layout span.guest-name, .parent-pageid-4516 .episode-grid .episode-layout span.guest-name, .page-template-aihc .episode-grid .episode-layout span.guest-name {
  display: block;
}
.single-aihc-clips .episode-grid .episode-layout span.guest-name .guest, .page-template-aihc-highlights .episode-grid .episode-layout span.guest-name .guest, .single-aipodcast .episode-grid .episode-layout span.guest-name .guest, .parent-pageid-4516 .episode-grid .episode-layout span.guest-name .guest, .page-template-aihc .episode-grid .episode-layout span.guest-name .guest {
  font-weight: 700;
}
.single-aihc-clips article, .page-template-aihc-highlights article, .single-aipodcast article, .parent-pageid-4516 article, .page-template-aihc article {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 1ch;
}
.single-aihc-clips article:hover, .page-template-aihc-highlights article:hover, .single-aipodcast article:hover, .parent-pageid-4516 article:hover, .page-template-aihc article:hover {
  background: linear-gradient(147deg, rgba(14, 185, 255, 0.2) 0%, rgb(255, 255, 255) 50%, rgba(0, 92, 181, 0.2) 100%);
}
.single-aihc-clips .episode-grid.ai-healthcare-full-interviews article, .single-aihc-clips .episode-grid.highlights article, .page-template-aihc-highlights .episode-grid.ai-healthcare-full-interviews article, .page-template-aihc-highlights .episode-grid.highlights article, .single-aipodcast .episode-grid.ai-healthcare-full-interviews article, .single-aipodcast .episode-grid.highlights article, .parent-pageid-4516 .episode-grid.ai-healthcare-full-interviews article, .parent-pageid-4516 .episode-grid.highlights article, .page-template-aihc .episode-grid.ai-healthcare-full-interviews article, .page-template-aihc .episode-grid.highlights article {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  justify-content: start;
  margin-bottom: 1rem;
}
@media screen and (min-width: 760px) {
  .single-aihc-clips .episode-grid.ai-healthcare-full-interviews article, .single-aihc-clips .episode-grid.highlights article, .page-template-aihc-highlights .episode-grid.ai-healthcare-full-interviews article, .page-template-aihc-highlights .episode-grid.highlights article, .single-aipodcast .episode-grid.ai-healthcare-full-interviews article, .single-aipodcast .episode-grid.highlights article, .parent-pageid-4516 .episode-grid.ai-healthcare-full-interviews article, .parent-pageid-4516 .episode-grid.highlights article, .page-template-aihc .episode-grid.ai-healthcare-full-interviews article, .page-template-aihc .episode-grid.highlights article {
    padding-inline: 2rem;
  }
}

.pod-thumb {
  border-radius: 1ch;
}

.page-template-aihc h1 {
  font-size: 3rem;
}
.page-template-aihc .aih-hero-brand {
  max-width: 440px;
}
.page-template-aihc .hero-wrap {
  justify-content: center;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.page-template-aihc .episode-grid.interviews {
  padding-inline: 1ch;
  grid-template-columns: 1fr;
  grid-template-columns: repeat(auto-fill, 1fr);
}
@media screen and (min-width: 760px) {
  .page-template-aihc .episode-grid.interviews {
    padding-inline: 0;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
    row-gap: 1rem;
  }
}
.page-template-aihc .episode-grid.interviews article:first-of-type {
  grid-row: span 2;
  row-gap: 1rem;
  align-self: stretch;
  align-content: center;
}
@media screen and (min-width: 760px) {
  .page-template-aihc .episode-grid.interviews article:first-of-type {
    grid-row: span 3;
    padding-inline: 2rem;
  }
}
.page-template-aihc .episode-grid.interviews article:first-of-type .pod-thumb {
  max-width: unset;
  width: 100%;
}
.page-template-aihc .episode-grid.interviews article:nth-of-type(2):before {
  display: none;
  content: "Recent Interviews";
  text-transform: uppercase;
  top: 0rem;
  font-size: 1.2rem;
}
@media screen and (min-width: 760px) {
  .page-template-aihc .episode-grid.interviews article:nth-of-type(2):before {
    display: block;
    position: absolute;
  }
}
.page-template-aihc .episode-grid.interviews article:nth-of-type(n+2) {
  justify-content: space-between;
  align-items: center;
  display: grid;
  grid-template-areas: "a b" "a c" "a d";
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  padding-bottom: 2ch;
}
.page-template-aihc .episode-grid.interviews article:nth-of-type(n+2) img {
  grid-area: a;
  max-width: 100px;
}
@media screen and (min-width: 760px) {
  .page-template-aihc .episode-grid.interviews article:nth-of-type(n+2) img {
    max-width: 200px;
  }
}
.page-template-aihc .episode-grid.interviews article:nth-of-type(n+2) h2 {
  font-size: 1rem;
}
.page-template-aihc .episode-grid.interviews a.button.archive {
  grid-column: span 2;
  margin-inline: auto;
  padding: 2rem 6rem;
}
.page-template-aihc .episode-grid.interviews .highlight-label {
  display: none;
}
.page-template-aihc .episode-grid.interviews .episode-thumb-layout {
  cursor: pointer;
  padding: 0.5ch;
  border-radius: 0.3rem;
  grid-template-columns: 0.6fr 1fr;
}
.page-template-aihc .episode-grid.interviews .episode-thumb-layout .pod-thumb {
  grid-row: span 2;
}
.page-template-aihc .episode-grid.interviews .episode-thumb-layout span.guest-name {
  text-align: left;
}
.page-template-aihc .episode-grid.interviews a.button {
  max-height: 4rem;
}
.page-template-aihc .posts-wrap.highlights {
  margin: 2rem 0;
}
.page-template-aihc .posts-wrap.highlights h2 {
  text-align: center;
}
.page-template-aihc .posts-wrap.highlights span.guest-name {
  display: none;
}
@media screen and (min-width: 760px) {
  .page-template-aihc .posts-wrap.highlights .episode-grid.highlights {
    grid-template-columns: repeat(auto-fit, min(300px, 100%));
  }
  .page-template-aihc .posts-wrap.highlights .episode-grid.highlights article:nth-of-type(4) {
    display: none;
  }
}
@media screen and (min-width: 1600px) {
  .page-template-aihc .posts-wrap.highlights .episode-grid.highlights article:nth-of-type(4) {
    display: grid;
  }
}
.page-template-aihc .posts-wrap.highlights .episode-grid.highlights article {
  justify-content: start;
  align-content: start;
  gap: 1ch;
  display: grid;
  grid-template-areas: "a" "b" "c";
}
.page-template-aihc .posts-wrap.highlights .episode-grid.highlights .epno {
  grid-area: a;
}
.page-template-aihc .posts-wrap.highlights .episode-grid.highlights img {
  grid-area: b;
}
.page-template-aihc .posts-wrap.highlights .episode-grid.highlights h2 {
  grid-area: c;
}
.page-template-aihc .podcast-links {
  display: flex;
  justify-content: center !important;
  flex-wrap: wrap;
}

:root {
  --primary-900: hsl(256, 43%, 7%);
  --primary-800: hsl(240, 24%, 13%);
  --primary-700: hsl(243, 26%, 15%);
  --primary-600: hsl(252, 9%, 22%);
  --primary-500: hsl(259, 13%, 28%);
  --primary-400: hsl(254, 22%, 32%);
  --primary-300: hsl(251, 13%, 68%);
  --primary-200: hsl(240, 15%, 76%);
  --primary-100: hsl(240, 21%, 88%);
  --neutral-100: hsl(0, 0%, 100%);
  --accent-400: hsl(93, 60%, 69%);
  --text-1: var(--neutral-100);
  --text-2: var(--primary-100);
  --text-3: var(--primary-200);
  --surface-1: var(--primary-900);
  --surface-2: var(--primary-800);
  --surface-3: var(--primary-700);
  --border-1: var(--primary-500); /* top */
  --border-2: var(--primary-600); /* bottom */
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation #primary-menu {
  width: 100%;
  margin-inline: auto;
  font-size: 1rem;
  justify-content: end;
  display: grid;
  gap: 0.4rem;
  grid-template-areas: "a b" "c d";
}
.main-navigation #primary-menu > :last-child {
  grid-area: d;
}
@media screen and (min-width: 700px) {
  .main-navigation #primary-menu {
    display: flex;
    font-size: 1.46rem;
  }
}
.main-navigation #primary-menu li {
  border: 1px solid var(--white);
  padding: 0.2rem 0.5rem;
  text-align: center;
  border-radius: 2px;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  .main-navigation #primary-menu li {
    border: none;
    padding-left: 2rem;
  }
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

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

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

header#hero-menu {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  font-family: "navigo";
  font-weight: 200;
  text-transform: uppercase;
  transition: transform 0.4s ease-in-out;
  overflow: hidden;
}
header#hero-menu.nav--hidden {
  transform: translateY(-115px);
}
header#hero-menu svg.gradient-header {
  position: absolute;
  height: 100%;
  width: auto;
  z-index: -1;
  opacity: 0.5;
  right: 0;
}
@media screen and (min-width: 760px) {
  header#hero-menu svg.gradient-header {
    height: auto;
    width: 100%;
  }
}
header#hero-menu div.topbar-bg {
  display: grid;
  align-items: center;
  gap: 1rem;
  grid-template-columns: 0.5fr 1fr;
  width: 100%;
  margin: auto;
  z-index: 100;
  padding: 0.5ch;
}
@media screen and (min-width: 760px) {
  header#hero-menu div.topbar-bg {
    gap: 4rem;
  }
}
@media screen and (min-width: 1160px) {
  header#hero-menu div.topbar-bg {
    width: min(1200px, 90%);
    margin-inline: auto;
  }
}
header#hero-menu .logo {
  width: clamp(140px, 19vw, 300px);
}

body.blog header#hero-menu, body.post-type-archive-publications header#hero-menu, body.page-template-team header#hero-menu, body.page-template-connect header#hero-menu, body.page-template-jobs header#hero-menu, body.single-post header#hero-menu, body.tax-publication_type header#hero-menu, .post-type-archive-podcasts header#hero-menu, body.page-template-template-aws header#hero-menu, .page-id-1038 header#hero-menu, .error404 header#hero-menu, body.single-podcasts header#hero-menu, body.tax-faq_category header#hero-menu {
  background-color: var(--company-blue);
}

/* Forms
--------------------------------------------- */
.contactformwrap {
  position: relative;
  width: 100%;
  max-width: 600px;
  border-radius: 0.6rem;
  overflow: hidden;
  transition: height 0.25s;
}
.contactformwrap input:invalid:not(:-moz-placeholder) {
  border-color: orange;
}
.contactformwrap input:invalid:not(:placeholder-shown) {
  border-color: orange;
}
.contactformwrap input:focus:invalid {
  border: none;
}
.contactformwrap #contact-form {
  display: grid;
  transition: opacity 0.25s;
}
.contactformwrap #contact-form.is-submitting {
  opacity: 0;
}
.contactformwrap #formSubj {
  grid-area: 1/1;
  transition: transform 0.33s;
}
.contactformwrap #formSubj.close {
  transform: translateX(-600px);
}
.contactformwrap #formContent {
  display: grid;
  grid-area: 1/1;
  transform: translateX(600px);
  transition: transform 0.33s;
}
.contactformwrap #formContent.show {
  transform: translateX(0);
}
.contactformwrap #formContent.company #email {
  display: none;
}
.contactformwrap #formContent.patient #workEmail, .contactformwrap #formContent.patient input[name=company] {
  display: none;
}
.contactformwrap #formContent.inquiry #workEmail {
  display: none;
}
.contactformwrap .contact-CTA {
  color: var(--company-color);
}
.contactformwrap div.flex {
  display: flex;
  gap: 0.4rem;
  flex-wrap: nowrap;
}
.contactformwrap div.flex span {
  width: 50%;
}
.contactformwrap input[type=radio] {
  position: absolute;
  opacity: 0;
}
.contactformwrap label {
  display: block;
  padding: 1rem 2rem;
  margin: 1rem 0;
  cursor: pointer;
  font-size: 1.3rem;
  font-weight: 300;
  background-color: rgba(255, 255, 255, 0.9);
  transition: transform 0.33s;
}
.contactformwrap label:hover {
  transform: translateX(1rem);
}
.contactformwrap input:not([type=checkbox]), .contactformwrap textarea {
  width: 100%;
  padding: 0.6rem 0.5rem;
  margin: 0.2rem 0;
  font-size: 1.3rem;
  border-radius: 0.3rem;
}
.contactformwrap p {
  margin: 0.5rem 0;
}
.contactformwrap span.checkbox {
  display: block;
}
.contactformwrap label {
  margin: 0.2rem;
}
.contactformwrap textarea {
  box-sizing: border-box;
}
.contactformwrap svg.xicon {
  display: none;
  position: absolute;
  width: 130%;
  top: -2em;
  left: -20%;
  z-index: 0;
}
.contactformwrap svg.xicon .iconpart {
  fill: #ddd;
}
.contactformwrap .top-msg {
  text-align: center;
  width: min(600px, 100%);
}

/* Arrow */
/* Video Modal
-----------------------------------------*/
.video-modal,
.video-modal .overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
}

.video-modal {
  overflow: hidden;
  position: fixed;
  opacity: 0;
  transform: translate(500%, 0%);
  transition: transform 0s linear 0s;
  /* using flexbox for vertical centering */
  /* Flexbox display */
  display: flex;
  /* Vertical alignment */
  align-items: center;
  transform-style: preserve-3d;
}

.video-modal .overlay {
  z-index: 0;
  background: rgba(3, 1, 161, 0.82); /* overlay color */
  opacity: 0;
  transition: opacity 0.2s ease-out 0.05s;
}

.video-modal-content {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
  margin: 0 auto;
  overflow-y: visible;
  background: #000;
  width: calc(100% - 12em);
  height: 0;
  padding-top: calc((100% - 12em) * 0.5625); /* 16:9 calc */
}

/* Scaling to fit within the current Viewport size:
   When viewport aspect ratio is greater than 16:9
   work off the height instead of the width for calc */
@media (min-aspect-ratio: 16/9) {
  .video-modal-content {
    width: 0;
    height: calc(100vh - 10em);
    padding-top: 0;
    padding-left: calc((100vh - 10em) * 1.7778); /* 16:9 calc */
  }
}
/* Mobile Layout Tweaks - side margins reduced */
@media (max-width: 640px) {
  .video-modal-content {
    width: calc(100% - 1em);
    padding-top: calc((100% - 1em) * 0.5625); /* 16:9 calc */
  }
}
/* modal close button */
.close-video-modal {
  display: block;
  position: absolute;
  left: 0;
  top: -40px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

/* set the iframe element to stretch to fit its parent element */
iframe#youtube {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #000;
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.5);
}

/* show the modal: 
   add class to the body to reveal */
.show-video-modal .video-modal {
  opacity: 1;
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

.show-video-modal .video-modal .overlay {
  opacity: 1;
}

.show-video-modal .video-modal-content {
  transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
}

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

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

/* Alignments
--------------------------------------------- */
/* Custom CSS
--------------------------------------------- */
footer.footer {
  position: relative;
  background-color: rgb(1, 84, 129);
  background-repeat: no-repeat;
  background-position-x: calc(100% + 140px);
  background-position-y: center;
  background-size: 700px;
  padding: 4rem 0;
}
@media screen and (min-width: 760px) {
  footer.footer {
    padding: 6rem 4rem;
  }
}
footer.footer .content-wrap {
  position: relative;
  width: var(--content-width);
  margin-inline: auto;
  font-size: 1.5rem;
  font-family: "navigo";
  gap: 3rem;
}
@media screen and (min-width: 760px) {
  footer.footer .content-wrap {
    display: flex;
  }
}
footer.footer .content-wrap div, footer.footer .content-wrap nav {
  margin: 2rem 0;
}
footer.footer nav a {
  text-decoration: none;
}
footer.footer nav a:hover {
  text-decoration: underline;
  text-underline-offset: 0.2em;
  -webkit-text-decoration-color: var(--highlight-green);
          text-decoration-color: var(--highlight-green);
}
footer.footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer.footer a {
  text-decoration: none;
}

footer.copyrights {
  text-align: center;
  background-color: rgb(1, 84, 129);
  color: rgb(200, 200, 230);
  font-size: 0.7rem;
  padding: 1rem;
}
footer.copyrights a {
  text-decoration: none;
  color: rgb(200, 200, 230);
}

.footer-logo {
  margin-top: 2rem;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 760px) {
  .footer-logo {
    position: absolute;
  }
}
.footer-logo svg {
  max-width: 100%;
  width: clamp(160px, 15vw, 300px);
}
.footer-logo .xclogo {
  fill: var(--white);
}

.footer-hitrust {
  margin-top: 2rem;
  right: 0;
  top: 0;
}
@media screen and (min-width: 760px) {
  .footer-hitrust {
    position: absolute;
    margin-top: 0;
  }
}
.footer-hitrust svg {
  width: 150px;
}

.footerCTA {
  padding: 4rem 2rem;
  background-color: rgba(66, 216, 159, 0.5);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  align-items: center;
}
.footerCTA .message {
  border-left: 8px solid var(--white);
  padding-left: 2rem;
  color: var(--color-footer-text);
}
.footerCTA p {
  font-size: 1.2rem;
  line-height: 1;
  max-width: 32ch;
  margin: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
}
.footerCTA span {
  font-family: "navigo", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  line-height: 1;
}
.footerCTA a {
  padding: 1rem 2rem;
  border: 2px solid var(--oncology-light-green);
  font-family: "navigo";
  font-weight: 700;
  font-size: 1.4rem;
  color: var(--color-footer-link);
  background-color: rgba(255, 255, 255, 0.7);
  transition: 0.25s;
  box-shadow: 2px 2px 20px var(--white);
}
.footerCTA a:hover {
  background-color: var(--white);
  box-shadow: 5px 5px 95px var(--white);
  border-color: var(--oncology-light-green);
}

body.oncology footer.footer {
  background-color: var(--oncology-color);
}

body.oncology footer.copyrights {
  background-color: var(--oncology-color);
}

footer .smbuttons ul {
  display: flex;
  gap: 0.6rem;
}

.newsletter-banner {
  color: var(--white);
  overflow: hidden;
  background: rgb(2, 0, 36);
  background: linear-gradient(0deg, rgb(2, 0, 36) 0%, rgb(1, 84, 144) 98%);
}
.newsletter-banner .art-wrap {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  grid-template-columns: 1fr 1fr;
  padding: 1rem 0;
  max-height: 220px;
  pointer-events: none;
  align-items: center;
  justify-content: center;
  width: var(--content-width);
  margin-inline: auto;
}
.newsletter-banner .art-wrap #dxp-stars {
  position: absolute;
  mix-blend-mode: screen;
}
.newsletter-banner .art-wrap #dxp-digits {
  mix-blend-mode: color-dodge;
  opacity: 0.3;
  position: absolute;
  width: 100%;
}
.newsletter-banner .art-wrap #dxp-logo {
  z-index: 10;
  margin: auto;
  display: block;
  transform: translateX(-2rem);
}
@media screen and (min-width: 760px) {
  .newsletter-banner .art-wrap #dxp-logo {
    transform: scale(1.4) translateX(-2rem);
    margin: 0;
  }
}
.newsletter-banner .art-wrap #dxptrain {
  position: absolute;
  left: -1rem;
  top: 100px;
  transform: translateY(-5rem);
  mix-blend-mode: color-dodge;
  opacity: 0.8;
}
@media screen and (min-width: 760px) {
  .newsletter-banner .art-wrap #dxptrain {
    position: relative;
    transform: scale(1.5) translateX(-5rem) translateY(-4rem);
    margin: 0;
  }
}
.newsletter-banner .subscribe {
  margin-top: 100px;
  z-index: 100;
  padding-bottom: 1rem;
  text-align: center;
  align-items: end;
  justify-content: center;
  gap: 2rem;
}
@media screen and (min-width: 760px) {
  .newsletter-banner .subscribe {
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .newsletter-banner .subscribe {
    display: flex;
    text-align: left;
  }
}
.newsletter-banner .subscribe span {
  display: block;
}
.newsletter-banner .subscribe > div {
  white-space: nowrap;
  display: block;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  .newsletter-banner .subscribe > div {
    display: grid;
    margin-top: 0;
  }
}
.newsletter-banner .subscribe > div.email {
  gap: 0;
}
.newsletter-banner .subscribe .linkedin svg {
  display: block;
  width: 155px;
  fill: var(--white);
}
.newsletter-banner .subscribe .linkedin svg:hover {
  border: 1px solid #42e7ae;
}
@media screen and (prefers-color-scheme: dark) {
  .newsletter-banner .subscribe .linkedin svg {
    fill: white;
  }
}
.newsletter-banner .subscribe .linkedin span {
  padding-left: 0.8em;
}
.newsletter-banner .subscribe .linkedin a {
  display: inline-block;
  padding: 0.5em 0.8em;
  margin: auto;
  border: 2px solid transparent;
  transition: border 0.25s;
}
.newsletter-banner .subscribe .linkedin a:hover {
  border: 2px solid #27ACE2;
}
.newsletter-banner .subscribe form div {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.newsletter-banner .subscribe form div input {
  max-width: 180px;
  margin: 0;
  height: auto;
  padding: 1rem 0.5rem;
  transition: width 1s;
  height: 41px;
  border: 1px solid silver;
}
.newsletter-banner .subscribe .cform {
  display: flex;
  transition: transform 2s;
  overflow: hidden;
  height: 58px;
  max-width: 90%;
  margin-inline: auto;
}
@media screen and (min-width: 760px) {
  .newsletter-banner .subscribe .cform {
    margin: 0;
    max-width: 100%;
  }
}
.newsletter-banner .subscribe .cform button {
  background-color: #42E7AE;
  color: #fff;
  font-weight: 700;
  font-family: navigo;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  height: 41px;
  cursor: pointer;
}
.newsletter-banner .subscribe .cform button:hover {
  background-color: #0065d3;
}

:root {
  --homepage-blue: rgb(2,49,73);
  --company-blue: rgb(1,84,129);
  --data-color: rgb(4,86,84);
  --data-dark-green: rgba(0,66,64);
  --data-light-green: rgba(66,211,154,1);
  --platform-color: rgb(2,49,73);
  --oncology-color: rgba(4,86,84);
  --oncology-color: rgba(3,68,45);
  --oncology-light-green: rgb(140,210,186);
  --oncology-light-bg: rgb(#f9fffd);
  --bright-blue: rgb(1,84,190);
  --accent-blue: rgba(102, 204, 255, 1);
  --accent-blue-bg: rgba(102, 204, 255, .53);
  --highlight-green:rgb(66,216,159);
  --cool-neutral: rgb(230,230,240);
  --warm-neutral: rgb(240,230,230);
  --topmenu-highlight-color: cyan;
  --topmenu-color:rgb(230,230,230);
  --topmenu-color-dark:rgb(43,43,43);
  --cta-orange: rgb(244,88,0);
  --white: rgb(240,240,240);
  --color-footer-bg: var(--highlight-green);
  --color-footer-text: var(--platform-color);
  --color-footer-link: blue;
  --link-color: rgb(1,84,129);
}

body {
  background-color: var(--white);
}

body.page-template-platform {
  background-color: var(--platform-color);
}

body.page-template-data {
  background-color: var(--data-color);
}

body.page-template-company {
  background-color: var(--platform-color);
  background-size: contain;
  /* Rectangle 1 */
}

li.menu-item a, li.menu-item a:visited, body.page-template-default.home li.menu-item a, body.home.page-template-default li.menu-item a:visited {
  color: var(--topmenu-color, rgb(230, 230, 230));
}

li.menu-item.current-menu-item a, li.menu-item.current-menu-item a:visited {
  color: var(--topmenu-highlight-color);
}

body.home.page-template-default .xclogo {
  fill: var(--white);
}

body.page-template-default .xclogo {
  fill: var(--topmenu-color-dark);
}
body.page-template-default footer svg .xclogo {
  fill: var(--white) !important;
}
body.page-template-default li.menu-item a, body.page-template-default li.menu-item a:visited {
  color: var(--topmenu-color-dark, rgb(230, 230, 230));
}
body.page-template-default footer li.menu-item a, body.page-template-default footer li.menu-item a:visited {
  color: var(--white);
}

footer {
  color: var(--white);
}

footer.copyrights {
  background-color: var(--homepage-blue);
}

.herologo .xclogo {
  fill: var(--white);
}

.gs-dev-tools {
  z-index: 1000;
}

span.edit-link {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0.5rem;
  background-color: white;
}

:root {
  --top-padding: 120px;
  --content-width: min(90vw, 1600px);
  --bento-gap: 2rem;
  --bento-gap-small: 1rem;
}
@media screen and (min-width: 768px) {
  :root {
    --top-padding: 200px;
  }
}

a {
  text-decoration: none;
}

button[type=submit]:hover {
  cursor: pointer;
}

#page {
  padding-top: var(--top-padding);
}

.content.grid-container, .page-template-default article {
  width: var(--content-width);
  margin-inline: auto;
  padding-bottom: 4rem;
}

ul.article, ul.peer-reviewed-articles {
  list-style-type: none;
}

.page-id-1038 svg.herologo .xclogo {
  fill: var(--white);
}

body.page-id-1038 li.menu-item a, body.page-id-1038 li.menu-item a:visited {
  color: var(--white);
}

body.error404 main {
  width: var(--content-width);
  margin-inline: auto;
  min-height: 50svh;
  display: grid;
  align-content: center;
}

.page-id-1038 {
  background-color: var(--company-blue);
}

svg#background-overlay-gradients {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  pointer-events: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}
svg#background-overlay-gradients ellipse {
  display: none;
}
svg#background-overlay-gradients ellipse#lock {
  display: inherit;
}

body.single-post article {
  max-width: 68ch;
  margin-inline: auto;
}

.partners {
  background-color: var(--company-blue);
  color: var(--white);
  padding: 2rem 0.6rem;
  text-align: center;
}

.page-template-default div.content {
  margin-top: 100px;
}

.partners span {
  font-family: "navigo";
  font-weight: 200;
  text-align: center;
  font-size: 1.2rem;
}
.partners span a, .partners span a:visited {
  color: var(--white);
  border-bottom: 2px solid var(--highlight-green);
}

.partners .partners-wrap {
  padding: 2rem;
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  align-items: center;
  align-content: center;
  width: var(--content-width);
  margin-inline: auto;
  overflow: hidden;
}
.partners .partners-wrap .partner {
  flex: 1;
  flex-basis: 100px;
  background-color: var(--white);
  border-radius: 4px;
  border: 1px solid var(--highlight-green);
  position: relative;
  padding: 0.5rem 1rem;
  align-self: center;
  height: 100px;
  align-content: center;
  display: grid;
  justify-content: center;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.partners .partners-wrap .partner img {
  display: block;
  max-width: 60%;
  margin-inline: auto;
}
.partners .partners-wrap .partner.aws img, .partners .partners-wrap .partner.pancan img {
  max-height: 80px;
  width: auto;
}

.partnerlist {
  margin: 0;
  list-style-type: none;
  padding: 0;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  padding-bottom: 3rem;
  border-bottom: 2px solid var(--white);
}
.partnerlist h3 {
  font-weight: 300;
  display: none;
}
@media screen and (min-width: 700) {
  .partnerlist h3 {
    text-align: left;
    display: block;
  }
}
.partnerlist img {
  display: block;
}
@media screen and (prefers-color-scheme: dark) {
  .partnerlist img {
    padding: 0.4rem 1rem;
    background-color: var(--white);
  }
}
.partnerlist a {
  text-decoration: none;
}
.partnerlist li {
  background-color: var(--white);
  border-radius: 0.5rem;
  padding: 2rem 4rem;
}
@media screen and (min-width: 700px) {
  .partnerlist li {
    display: flex;
    align-items: center;
  }
}

.tax-faq_category h1.page-title {
  font-weight: normal;
  margin-top: 0.2rem;
}
.tax-faq_category .accordion-title {
  font-size: 1.2rem;
  padding: 1rem;
}
.tax-faq_category .is-active .accordion-title {
  font-weight: 600;
}
.tax-faq_category small {
  font-weight: 300;
  font-size: 1.4rem;
}
.tax-faq_category header {
  margin-top: 2rem;
}
.tax-faq_category .greenstripe {
  max-width: 600px;
}

.faq-logo {
  width: 250px;
}

.tax-faq_category a:visited {
  color: var(--company-blue);
}

.tax-faq_category .content {
  margin-bottom: 4rem;
}

.podcasts-template-default .content {
  margin-top: 10rem;
}

body.page-template-aihc .content, .post-type-archive-podcasts .content {
  margin-top: 8rem;
}
body.page-template-aihc .content-width, body.page-template-aihc .posts-wrap, .post-type-archive-podcasts .content-width, .post-type-archive-podcasts .posts-wrap {
  width: var(--content-width);
  margin-inline: auto;
}

.page-id-3649 #page {
  padding-top: 140px;
}
.page-id-3649 .entry-title {
  display: none;
}
.page-id-3649 iframe {
  border: none;
  width: 100%;
  min-height: 80svh;
  box-shadow: 4px 4px 40px #777;
  border-radius: 0.8rem;
}

@media screen and (min-width: 63.0625em) {
  .post-type-archive-podcasts .grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}
.post-type-archive-podcasts .podcast-episode .flex {
  display: flex;
  flex-direction: column-reverse;
  margin: auto;
}
@media screen and (min-width: 63.0625em) {
  .post-type-archive-podcasts .podcast-episode .flex {
    justify-content: center;
    flex-direction: row;
  }
}
@media screen and (min-width: 87.5em) {
  .post-type-archive-podcasts .podcast-episode .flex p {
    max-width: 54ch;
  }
}
.post-type-archive-podcasts .page-title, .post-type-archive-podcasts .post-type-archive-podcasts .taxonomy-description {
  position: absolute;
  opacity: 0;
}
.post-type-archive-podcasts .signup {
  background-color: rgba(39, 172, 226, 0.1);
  padding: 2rem 1rem;
  margin: 2rem 0;
}
.post-type-archive-podcasts .signup form {
  display: flex;
}
.post-type-archive-podcasts .signup .cform {
  display: flex;
  max-width: 440px;
  margin-left: 1rem;
  transition: transform 2s;
  overflow: hidden;
}
.post-type-archive-podcasts .signup .cform input {
  margin: 0;
  height: auto;
  padding: 1rem 0.5rem;
  transition: width 1s;
}
.post-type-archive-podcasts .signup .cform span.email {
  display: block;
  overflow: hidden;
  transition: all 1s;
  width: 100%;
}
.post-type-archive-podcasts .signup button {
  background-color: green;
  color: #fff;
  font-weight: 700;
  font-family: navigo;
  padding: 1rem 0.5rem;
}
.post-type-archive-podcasts .signup p {
  font-family: navigo;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 63.0625em) {
  .post-type-archive-podcasts .signup p {
    text-align: right;
    margin: 0;
  }
}
.post-type-archive-podcasts .signup .podcast-subscribe-icon {
  width: 20px;
}
.post-type-archive-podcasts .signup small {
  display: block;
  text-align: center;
  margin-top: 1rem;
}
.post-type-archive-podcasts button.loadmore {
  display: block;
  margin: 1rem auto;
  background-color: green;
  color: #fff;
  font-weight: 700;
  padding: 1.5rem 1rem;
}
.post-type-archive-podcasts #share-control {
  max-width: 300px;
  display: block;
}
.post-type-archive-podcasts .enroll-cta {
  margin-top: 2rem;
  padding: 2rem 1rem;
  border-top: 4px solid green;
  background-color: #e9f6f1;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
@media screen and (min-width: 63.0625em) {
  .post-type-archive-podcasts .enroll-cta {
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (prefers-color-scheme: dark) {
  .post-type-archive-podcasts .enroll-cta {
    color: #015490;
  }
}
.post-type-archive-podcasts #enroll-icon {
  width: 300px;
  display: block;
}
@media screen and (min-width: 63.0625em) {
  .post-type-archive-podcasts #enroll-icon {
    width: 400px;
  }
}
.post-type-archive-podcasts h2 {
  font-weight: 700;
  font-size: 1.4rem;
}
.post-type-archive-podcasts .fancybuttonwrap {
  margin: 0;
}
.post-type-archive-podcasts header {
  margin-top: 1rem;
}
.post-type-archive-podcasts article {
  margin-top: 1.6rem;
  border-top: 1px solid silver;
  padding: 2rem 1rem;
}
@media screen and (min-width: 63.0625em) {
  .post-type-archive-podcasts article {
    padding: 2rem 0;
  }
}
.post-type-archive-podcasts article .article-header a {
  color: #27ace2;
  text-decoration: none;
  font-weight: 300;
}
.post-type-archive-podcasts article .article-header strong {
  border-bottom: 0;
}
.post-type-archive-podcasts .media {
  max-width: 450px;
  flex-grow: 1;
  min-height: 250px;
}
@media screen and (min-width: 63.0625em) {
  .post-type-archive-podcasts .media {
    margin-left: 2rem;
    min-width: 500px;
  }
}
.post-type-archive-podcasts .podcast-listen {
  display: flex;
  justify-content: center;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .post-type-archive-podcasts .podcast-listen {
    padding-top: 2rem;
    position: relative;
  }
  .post-type-archive-podcasts .podcast-listen span {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.post-type-archive-podcasts .podcast-listen svg {
  display: block;
  height: 24px;
}
@media screen and (min-width: 63.0625em) {
  .post-type-archive-podcasts .podcast-listen svg {
    height: 24px;
  }
}
.post-type-archive-podcasts .podcast-listen a {
  margin-left: 1rem;
}
.post-type-archive-podcasts .podcast-listen a span {
  display: none;
}
.post-type-archive-podcasts .podcast-links {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 1em;
  align-items: center;
  margin-top: 1rem;
  font-size: 1.1rem;
  color: silver;
  position: relative;
}
@media screen and (min-width: 63.0625em) {
  .post-type-archive-podcasts .podcast-links {
    display: flex;
    justify-content: center;
    justify-content: flex-end;
  }
}
.post-type-archive-podcasts .podcast-links a {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.post-type-archive-podcasts .podcast-links a img, .post-type-archive-podcasts .post-type-archive-podcasts .podcast-links a svg {
  display: block;
  height: 14px;
}
@media screen and (min-width: 63.0625em) {
  .post-type-archive-podcasts .podcast-links a img, .post-type-archive-podcasts .post-type-archive-podcasts .podcast-links a svg {
    height: 24px;
  }
}
@media screen and (min-width: 63.0625em) {
  .post-type-archive-podcasts .podcast-links a svg.youtube {
    height: 20px;
  }
}
.post-type-archive-podcasts .podcast-links a + a {
  margin-left: 1rem;
}
.post-type-archive-podcasts div.podcast-tease {
  margin: 1rem auto 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
  padding-left: 2rem;
  background-color: #f9f9f9;
  color: #ddd;
}
.post-type-archive-podcasts div.podcast-tease {
  background-color: #015490;
}
@media screen and (min-width: 40em) {
  .post-type-archive-podcasts div.podcast-tease {
    float: right;
    margin: 0;
  }
}
.post-type-archive-podcasts div.podcast-tease span {
  display: inline-block;
  padding: 0.6rem 1.4rem;
}
.post-type-archive-podcasts div.podcast-tease .cs {
  -webkit-clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  clip-path: polygon(0 0, 90% 0, 100% 100%, 10% 100%);
  background: linear-gradient(90deg, #f9f9f9, #f9f9f9 35%, #ddd);
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1rem;
}
.post-type-archive-podcasts div.podcast-tease .cs {
  background: #015490;
}
.post-type-archive-podcasts div.podcast-tease .tease {
  padding-right: 3rem;
  background-color: #015490;
}

.single-podcasts .podcast-episode .flex {
  display: flex;
  flex-direction: column-reverse;
  margin: auto;
}
@media screen and (min-width: 63.0625em) {
  .single-podcasts .podcast-episode .flex {
    justify-content: space-between;
    flex-direction: row;
  }
}
.single-podcasts .podcast-episode .flex p {
  max-width: 40ch;
}
@media screen and (min-width: 87.5em) {
  .single-podcasts .podcast-episode .flex p {
    max-width: 54ch;
  }
}
.single-podcasts .grid-x.partners {
  display: none;
}
.single-podcasts .page-title, .single-podcasts .single-podcasts .taxonomy-description {
  position: absolute;
  opacity: 0;
}
.single-podcasts .signup {
  background-color: rgba(39, 172, 226, 0.1);
  padding: 2rem 1rem;
  margin: 2rem 0;
}
@media screen and (min-width: 40em) {
  .single-podcasts .signup .flex {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.single-podcasts .signup form {
  display: flex;
}
.single-podcasts .signup .cform {
  display: flex;
  max-width: 440px;
  margin-left: 1rem;
  transition: transform 2s;
  overflow: hidden;
}
.single-podcasts .signup .cform input {
  margin: 0;
  height: auto;
  padding: 1rem 0.5rem;
  transition: width 1s;
}
.single-podcasts .signup .cform span.email {
  display: block;
  overflow: hidden;
  transition: all 1s;
  width: 100%;
}
.single-podcasts .signup button {
  background-color: green;
  color: #fff;
  font-weight: 700;
  font-family: navigo;
  padding: 1rem 0.5rem;
}
.single-podcasts .signup p {
  font-family: navigo;
  font-weight: 700;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 63.0625em) {
  .single-podcasts .signup p {
    text-align: right;
    margin: 0;
  }
}
.single-podcasts .signup .podcast-subscribe-icon {
  width: 20px;
}
.single-podcasts .signup small {
  display: block;
  text-align: center;
  margin-top: 1rem;
}
.single-podcasts #share-control {
  max-width: 300px;
  display: block;
}
.single-podcasts .episode-links {
  padding: 2rem 1rem;
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  margin: 2rem 0;
}
@media screen and (min-width: 40em) {
  .single-podcasts .episode-links {
    display: flex;
    justify-content: space-between;
  }
}
.single-podcasts .episode-links small {
  display: block;
  margin: 0;
}
.single-podcasts .episode-links .next {
  text-align: right;
}
.single-podcasts .enroll-cta {
  margin-top: 2rem;
  padding: 2rem 1rem;
  border-top: 4px solid green;
  background-color: #e9f6f1;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
}
@media screen and (min-width: 63.0625em) {
  .single-podcasts .enroll-cta {
    flex-direction: row;
    justify-content: space-around;
  }
}
@media screen and (prefers-color-scheme: dark) {
  .single-podcasts .enroll-cta {
    color: #015490;
  }
}
.single-podcasts #enroll-icon {
  width: 300px;
  display: block;
}
@media screen and (min-width: 63.0625em) {
  .single-podcasts #enroll-icon {
    width: 400px;
  }
}
.single-podcasts h2 {
  font-weight: 700;
  font-size: 1.4rem;
}
.single-podcasts p {
  max-width: 40ch;
}
.single-podcasts .fancybuttonwrap {
  margin: 0;
}
.single-podcasts header {
  margin-top: 1rem;
}
.single-podcasts article {
  margin-top: 1.6rem;
  border-top: 1px solid silver;
  padding: 2rem 1rem;
}
@media screen and (min-width: 63.0625em) {
  .single-podcasts article {
    padding: 2rem 0;
  }
}
.single-podcasts article .article-header a {
  color: #27ace2;
  text-decoration: none;
  font-weight: 300;
}
.single-podcasts article .article-header strong {
  border-bottom: 0;
}
.single-podcasts .media {
  max-width: 450px;
  flex-grow: 1;
  min-height: 250px;
}
@media screen and (min-width: 63.0625em) {
  .single-podcasts .media {
    margin-left: 2rem;
    min-width: 500px;
  }
}
@media screen and (min-width: 1024px) {
  .single-podcasts span.back {
    float: left;
  }
}
.single-podcasts .podcast-listen {
  display: flex;
  justify-content: center;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .single-podcasts .podcast-listen {
    padding-top: 2rem;
    position: relative;
  }
  .single-podcasts .podcast-listen span {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.single-podcasts .podcast-listen svg {
  display: block;
  height: 24px;
}
.single-podcasts .podcast-listen a {
  margin-left: 1rem;
}
.single-podcasts .podcast-listen a span {
  display: none;
}
@media screen and (min-width: 63.0625em) {
  .single-podcasts .podcast-links {
    display: flex;
    justify-content: flex-end;
  }
}
.single-podcasts .podcast-links.follow {
  padding-top: 2rem;
}
@media screen and (min-width: 760px) {
  .single-podcasts .podcast-links.follow {
    padding-top: 0;
  }
}
.single-podcasts .podcast-links a {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.single-podcasts .podcast-links a img, .single-podcasts .podcast-links a svg {
  display: block;
  height: 14px;
}
@media screen and (min-width: 63.0625em) {
  .single-podcasts .podcast-links a img, .single-podcasts .podcast-links a svg {
    height: 24px;
  }
}
@media screen and (min-width: 63.0625em) {
  .single-podcasts .podcast-links a svg.youtube {
    height: 20px;
  }
}
.single-podcasts .podcast-links a + a {
  margin-left: 1rem;
}
.single-podcasts .main-navigation ul.menu {
  flex-wrap: nowrap;
}

@media screen and (min-width: 768px) {
  .wp-singular .nav-wrapper {
    margin-top: 100px;
  }
}

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