/*!
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

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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.
 */
@import url("https://use.typekit.net/wdn7poe.css");
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: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  word-wrap: balance;
  line-height: 1.3;
}

p {
  margin-bottom: 1em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
  font-size: 125%;
}

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

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

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
body.page-template-connect h1 {
  font-size: 3rem;
  max-width: 1000px;
  margin: 2rem auto;
}
body.page-template-connect main {
  width: var(--content-width);
  margin-inline: auto;
}
body.page-template-connect .smbuttons ul {
  display: flex;
  margin: 1rem 0;
}
body.page-template-connect .entry-content {
  margin: auto;
  font-size: 1.2rem;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}
@media screen and (min-width: 700px) {
  body.page-template-connect .entry-content {
    display: grid;
    grid-template-areas: "a a b b" "a a b b" "c c c c";
  }
  body.page-template-connect .entry-content .wp-block-group {
    grid-area: a;
    margin-top: 10rem;
  }
}
body.page-template-connect .entry-content .entry-title {
  grid-area: a;
}
body.page-template-connect .entry-content .wp-block-columns {
  grid-area: c;
  text-align: center;
  margin-top: 2rem;
}
body.page-template-connect .wp-block-group__inner-container p:first-of-type {
  margin-top: 2rem;
  font-size: 1.6rem;
}
body.page-template-connect .address .wp-block-column {
  border: 1px solid silver;
  border-radius: 0.4rem;
}
body.page-template-connect .address a, body.page-template-connect .address a:visited {
  color: #404040;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-decoration-color: silver;
}
body.page-template-connect .address a:hover, body.page-template-connect .address a:visited:hover {
  color: var(--highlight-green);
}
body.page-template-connect .address p {
  text-align: left;
  display: inline-block;
  position: relative;
}
body.page-template-connect .address p:before {
  position: absolute;
  left: -3rem;
  top: 0.3rem;
}
body.page-template-connect .address p.hq:before {
  content: url("/assets/images/connect-icons/hq.svg");
}
body.page-template-connect .address p.ops:before {
  content: url("/assets/images/connect-icons/ops.svg");
}
body.page-template-connect .address p.tel:before {
  content: url("/assets/images/connect-icons/phone.svg");
}
body.page-template-connect .smbuttons ul {
  display: none;
  list-style-type: none;
}
body.page-template-connect .smbuttons ul li {
  margin: 0 1rem;
}
body.page-template-connect .smbuttons ul .iconbtn .iconfill {
  fill: var(--company-blue);
}
body.page-template-connect .smbuttons ul .iconbtn .iconborder {
  fill: none;
  stroke: var(--company-blue);
  stroke-miterlimit: 10;
}

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, .tax-publication_type ul.podcasts-videos 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, .tax-publication_type ul.podcasts-videos li .item-text span {
  display: none;
}
@media screen and (min-width: 700px) {
  .post-type-archive-publications ul.podcasts-videos li, .tax-publication_type ul.podcasts-videos li {
    grid-template-rows: auto;
    grid-template-columns: 1fr 3fr;
    gap: 3rem;
  }
}
.post-type-archive-publications ul.podcasts-videos li span, .tax-publication_type ul.podcasts-videos li span {
  color: silver;
}
.post-type-archive-publications ul.podcasts-videos li svg#playbutton, .tax-publication_type ul.podcasts-videos li svg#playbutton {
  display: none;
}
.post-type-archive-publications ul.podcasts-videos li:hover, .tax-publication_type ul.podcasts-videos 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: var(--white);
}
.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(--_bg-color-4);
}
.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;
}
.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);
}

body.home {
  background-color: var(--company-blue);
  color: #ddd;
  font-weight: 200;
}
body.home p {
  max-width: 45ch;
}
body.home #page {
  padding-top: 0;
}
body.home .section-wrap {
  position: relative;
  min-height: 80vh;
  align-content: center;
  z-index: 1;
}
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;
}
body.home .section-wrap.inputs {
  min-height: auto;
  background-color: rgb(4, 67, 103);
  width: 100%;
  padding: 6rem 0;
}
body.home .layout-wrap.input_grid {
  align-items: center;
  width: 100%;
  margin-inline: auto;
  position: relative;
}
body.home .layout-wrap.input_grid svg {
  max-width: 100%;
}
@media screen and (min-width: 760px) {
  body.home .layout-wrap.input_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "a b b";
    gap: 2rem;
    width: min(1300px, 96vw);
    height: auto;
  }
  body.home .layout-wrap.input_grid svg#tagline_logo_tall {
    grid-area: a;
    max-width: 100%;
    align-self: center;
  }
  body.home .layout-wrap.input_grid svg#data {
    grid-area: b;
  }
  body.home .layout-wrap.input_grid svg#tefca {
    grid-area: b;
  }
  body.home .layout-wrap.input_grid svg#integra {
    grid-area: b;
  }
  body.home .layout-wrap.input_grid svg#nums {
    grid-area: b;
  }
  body.home .layout-wrap.input_grid svg#tl_logo_wide, body.home .layout-wrap.input_grid svg#tl_logo_wide_2 {
    display: none;
  }
}
body.home .section-wrap.screenshot {
  min-height: 768px;
  padding: 3rem 0;
  background-color: rgba(255, 255, 255, 0.2);
}
body.home .section-wrap.screenshot div.ss_animate_wrap {
  width: min(1600px, 98%);
  margin-inline: auto;
  position: relative;
}
body.home .section-wrap.screenshot div.ss_animate_wrap::before {
  float: left;
  padding-top: 100vh;
  content: "";
}
@media screen and (min-width: 760px) {
  body.home .section-wrap.screenshot div.ss_animate_wrap::before {
    padding-top: min(65%, 100vh);
  }
}
body.home .section-wrap.screenshot div.ss_animate_wrap::after {
  display: block;
  content: "";
  clear: both;
}
body.home .section-wrap.screenshot ul {
  display: grid;
  grid-teplate-columns: repeat(5, 1fr);
  grid-template-areas: "ss-1 ss-1 ss-1 ss-2 ss-3" "ss-1 ss-1 ss-1 ss-4 ss-5" "ss-1 ss-1 ss-1 ss-6 ss-7";
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  gap: 1rem;
}
@media screen and (max-width: 760px) {
  body.home .section-wrap.screenshot ul {
    grid-template-areas: "ss-1 ss-1" "ss-1 ss-1" "ss-1 ss-1" "ss-2 ss-3" "ss-4 ss-5";
  }
}
body.home .section-wrap.screenshot li {
  position: relative;
  max-width: 100%;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  cursor: pointer;
}
body.home .section-wrap.screenshot li[data-grid=ss-1] {
  grid-area: ss-1;
  z-index: 1;
  cursor: default;
}
@media screen and (min-width: 1200px) {
  body.home .section-wrap.screenshot li[data-grid=ss-1] {
    min-width: 768px;
  }
}
body.home .section-wrap.screenshot li[data-grid=ss-2] {
  grid-area: ss-2;
}
body.home .section-wrap.screenshot li[data-grid=ss-2] {
  grid-area: ss-3;
}
body.home .section-wrap.screenshot li[data-grid=ss-4] {
  grid-area: ss-4;
}
body.home .section-wrap.screenshot li[data-grid=ss-5] {
  grid-area: ss-5;
}
body.home .section-wrap.screenshot p {
  color: black;
  background-color: white;
  padding: 1rem;
  font-weight: 700;
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 1200px) {
  body.home .section-wrap.screenshot p {
    font-size: 2rem;
    max-width: 30ch;
  }
}
body.home .section-wrap.screenshot li[data-grid=ss-1] p {
  display: inherit;
}
@media screen and (max-width: 760px) {
  body.home .section-wrap.screenshot li {
    padding: 0.5rem;
  }
}
body.home .svg-wrap {
  position: fixed;
  width: 100%;
  overflow: hidden;
  display: grid;
  pointer-events: none;
  min-height: 90vh;
  align-items: center;
}
body.home .svg-wrap > svg {
  width: min(1920px, 100%);
  margin-inline: auto;
  grid-area: 1/1;
}
body.home .svg-wrap div {
  grid-area: 1/1;
}
@media screen and (max-width: 760px) {
  body.home .svg-wrap g#xicons {
    transform: translateX(150px);
  }
}
@media screen and (max-width: 760px) {
  body.home #emthero path#logoclip {
    transform: translateX(200px) translateY(-150px);
  }
  body.home #emthero #name {
    transform: translateX(400px) translateY(50px);
  }
  body.home #emthero #allergy, body.home #emthero #allergyBG {
    transform: translateX(-440px) translateY(250px);
  }
}
body.home .section-wrap.hero {
  visibility: hidden;
  font-family: navigo;
  width: 100%;
  overflow: hidden;
  display: none;
  position: relative;
  display: flex;
  max-height: 1080px;
}
body.home .section-wrap.hero .bg-wrap {
  max-height: 1080px;
  background-image: url("/assets/images/emtbg.webp");
  flex: 1;
  transform: scaleX(-1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  overflow: hidden;
  background-repeat: none;
}
body.home .section-wrap.hero .bg-wrap:before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  max-height: 1080px;
  -webkit-backdrop-filter: blur(60px);
          backdrop-filter: blur(60px);
}
body.home .section-wrap.hero .bg-wrap.left {
  transform: scaleX(-1) translateX(-6px);
  background-position: left center;
}
body.home .section-wrap.hero .bg-wrap.right {
  background-position: right center;
}
@media screen and (min-width: 750px) {
  body.home .section-wrap.hero {
    justify-content: center;
    text-align: left;
    font-size: 1.4rem;
  }
}
body.home .section-wrap.hero .layout-wrap {
  position: relative;
  display: grid;
  width: min(1920px, 100%);
  margin-inline: auto;
}
body.home .section-wrap.hero .layout-wrap svg {
  grid-area: 1/1;
}
body.home .section-wrap.hero .layout-wrap h1 {
  color: #FFF;
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 1;
  justify-self: end;
  align-self: end;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 3rem 2rem;
  grid-area: 1/1;
}
@media screen and (min-width: 750px) {
  body.home .section-wrap.hero .layout-wrap h1 {
    text-align: left;
    font-size: 3rem;
    max-width: 18ch;
    justify-self: end;
    align-self: start;
    margin-top: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  body.home .section-wrap.hero .layout-wrap h1 {
    margin-top: 20rem;
    font-size: 4rem;
  }
}
@media screen and (min-width: 2000px) {
  body.home .section-wrap.hero .layout-wrap h1 {
    text-align: left;
    font-size: 5rem;
    max-width: 18ch;
    justify-self: end;
    align-self: start;
    margin-top: 30rem;
  }
}
body.home .section-wrap.hero h2 {
  font-weight: 100;
  font-size: 1.4rem;
  line-height: 1.1;
  margin-bottom: 1.6em;
}
body.home .section-wrap.solutions h2 {
  font-size: 3rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #2cc2ff;
  text-align: center;
  max-width: 1200px;
  margin-inline: auto;
  line-height: 1;
}
@media screen and (min-width: 760px) {
  body.home .section-wrap.solutions h2 {
    font-size: 6rem;
  }
}
body.home .section-wrap.solutions .isicon-1 {
  fill: none;
  fill-rule: evenodd;
  stroke: #2cc2ff;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 0.999492804px;
}
body.home .section-wrap.solutions h3 {
  font-size: 2rem;
}
body.home .section-wrap.solutions p {
  font-weight: 300;
  font-size: 1.2rem;
  margin: 0.6rem 0;
}
body.home .section-wrap.solutions .layout-wrap {
  width: min(1200px, 90vw);
  margin-inline: auto;
  position: relative;
}
body.home .section-wrap.solutions .category {
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (min-width: 760px) {
  body.home .section-wrap.solutions .telehealth .wrapper {
    position: absolute;
    top: 0;
    left: 50%;
  }
  body.home .section-wrap.solutions .labs .wrapper {
    position: absolute;
    top: 3rem;
  }
  body.home .section-wrap.solutions .providers .wrapper {
    position: absolute;
    left: 50%;
    top: 0;
  }
}
body.home .section-wrap.solutions ul {
  margin: 2rem;
  padding: 0;
}
body.home .section-wrap.explain {
  padding-bottom: 50vh;
}
body.home .section-wrap.explain .layout-wrap {
  font-weight: 300;
}
body.home .section-wrap.explain .layout-wrap .text-wrapper {
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
body.home .section-wrap.explain .layout-wrap .text-wrapper p {
  max-width: 40ch;
  font-size: 1.6rem;
}
@media screen and (min-width: 760px) {
  body.home .section-wrap.explain {
    align-content: center;
    justify-content: center;
    padding-bottom: 0;
  }
  body.home .section-wrap.explain .text-wrapper {
    margin-left: 50%;
  }
}
body.home .section-wrap.hlth {
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: 300;
  font-size: 1.6rem;
}
@media screen and (min-width: 760px) {
  body.home .section-wrap.hlth .layout-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6rem;
  }
}
body.home .section-wrap.hlth .layout-wrap img {
  cursor: pointer;
  max-height: 300px;
}
body.home a.cta, body.home a.cta:visited {
  border: 0.5px solid white;
  border-radius: 3rem;
  padding: 0.3rem 1rem;
  display: block;
  max-width: 90%;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.3rem;
  margin: 2rem auto;
  font-weight: 600;
  color: #fff;
}
body.home a.cta:hover {
  text-decoration: underline;
}
body.home a.cta:after {
  display: inline-block;
  width: 1em;
  transform: translateY(0.25em);
  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 .section-wrap.company {
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: center;
  align-content: center;
  padding: 2rem 1rem;
}
body.home .section-wrap.company .layout-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: -moz-min-content;
  height: min-content;
  max-width: 80%;
  margin-inline: auto;
  grid-template-columns: repeat(3, minmax(200px, 1fr));
  gap: 1rem;
}
@media screen and (min-width: 700px) {
  body.home .section-wrap.company .layout-wrap {
    display: grid;
  }
}
body.home .section-wrap.company div.icon img {
  display: block;
  margin-inline: auto;
  max-width: 10rem;
}
body.home .section-wrap.company .story {
  grid-column: span 2/span 2;
  align-content: center;
  font-size: 1.4rem;
  line-height: 1.2;
  display: flex;
  align-items: center;
  position: relative;
}
body.home .section-wrap.company .story a {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--highlight-green);
  font-weight: 700;
}
body.home .section-wrap.company .link.news,
body.home .section-wrap.company .link.team,
body.home .section-wrap.company .link.pubs,
body.home .section-wrap.company .link.icon {
  cursor: pointer;
}
body.home .section-wrap.company .link.news:hover,
body.home .section-wrap.company .link.team:hover,
body.home .section-wrap.company .link.pubs:hover,
body.home .section-wrap.company .link.icon:hover {
  border: 0.5px solid var(--highlight-green);
}
body.home .section-wrap.company div.bento {
  padding: 2rem;
  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 .section-wrap.company svg.company.icon {
  max-width: 4rem;
}
body.home .section-wrap.company .bento.news, body.home .section-wrap.company .bento.team, body.home .section-wrap.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 .section-wrap.company .bento.news a, body.home .section-wrap.company .bento.news a:visited, body.home .section-wrap.company .bento.team a, body.home .section-wrap.company .bento.team a:visited, body.home .section-wrap.company .bento.pubs a, body.home .section-wrap.company .bento.pubs a:visited {
  color: var(--white);
}
body.home .section-wrap.company .bento.news svg, body.home .section-wrap.company .bento.team svg, body.home .section-wrap.company .bento.pubs svg {
  width: 4rem;
}
body.home #herobar {
  display: none;
}

.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 {
  max-width: 48ch;
  font-size: 1.2rem;
  font-weight: 200;
  margin: 0;
  margin-inline: auto;
  margin-bottom: 2rem;
}
.page-template-company p:last-child {
  margin-bottom: 0;
}
.page-template-company p a, .page-template-company p a:visited {
  color: var(--white);
  text-decoration: underline;
  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 c 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: flex;
  flex-direction: column;
  width: auto;
  justify-content: stretch;
  justify-items: stretch;
  margin: 0;
  grid-area: b;
}
@media screen and (max-width: 740px) {
  .page-template-company .bentobox.nav {
    flex-direction: row;
  }
}
.page-template-company .bentobox.nav .bento.companyicon {
  display: none !important;
}
.page-template-company .bentobox.nav .bento {
  flex-grow: 1;
  display: flex;
  gap: var(--bento-gap-small);
  flex-direction: column;
}
.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: var(--bento-gap);
}
.page-template-company div.vision {
  grid-area: c;
  padding: 3rem;
}
.page-template-company div.vision strong {
  display: block;
  font-family: navigo;
  font-weight: 700;
}
.page-template-company .bento.address {
  display: grid;
  gap: var(--bento-gap-small);
  row-gap: var(--bento-gap-small);
  align-items: center;
  justify-content: stretch;
  justify-items: 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: 0.2rem;
  font-family: navigo;
  font-weight: 700;
}
.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 .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: 1.3rem;
  margin-bottom: 0.5rem;
}
.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);
}

.nav-wrapper {
  background-color: var(--company-blue);
  padding: 1.2rem;
  margin-bottom: 1rem;
}

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

.bentobox.nav .bento.companyicon {
  display: none;
}
.bentobox.nav .bento.companyicon span {
  display: none;
}
@media screen and (min-width: 740px) {
  .bentobox.nav .bento.companyicon {
    display: block;
  }
}

.page-template-team .bentobox.nav .bento:nth-child(3) {
  background-color: var(--accent-blue-bg);
}

body.blog .bentobox.nav .bento:nth-child(2) {
  background-color: var(--accent-blue-bg);
}

.post-type-archive-publications .bentobox.nav .bento:nth-child(4) {
  background-color: var(--accent-blue-bg);
}

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

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation #primary-menu {
  width: 100%;
  margin-inline: auto;
  justify-content: space-between;
  display: grid;
  gap: 0.4rem;
  grid-template-columns: 1fr 1fr;
}
@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;
}
header#hero-menu.nav--hidden {
  transform: translateY(-115px);
}
header#hero-menu.nav--addBG {
  background-color: var(--company-blue);
}
header#hero-menu div.topbar-bg {
  display: grid;
  max-width: -moz-min-content;
  max-width: min-content;
  align-items: center;
  gap: 1rem;
  grid-template-columns: 0.5fr 1fr;
  width: 100%;
  margin: auto;
  z-index: 100;
  padding: 0.3rem 0;
}
@media screen and (min-width: 760px) {
  header#hero-menu div.topbar-bg {
    gap: 4rem;
  }
}
header#hero-menu .logo {
  width: clamp(180px, 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 {
  margin-top: 3rem;
  position: relative;
  grid-area: b;
  width: 100%;
  max-width: 600px;
  background-color: var(--white);
  padding: 2rem;
  border: 1px solid silver;
  border-radius: 0.6rem;
  overflow: hidden;
  transition: height 0.25s;
  /* Remove IE arrow */
  /* Transition */
  /* Custom Select wrapper */
}
.contactformwrap input:invalid:not(:-moz-placeholder-shown) {
  border-color: orange;
}
.contactformwrap input:invalid:not(:placeholder-shown) {
  border-color: orange;
}
.contactformwrap input:focus:invalid {
  border: none;
}
.contactformwrap select {
  margin: 0.2rem 0;
}
.contactformwrap #formContent {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 400ms;
}
.contactformwrap #formContent > div {
  overflow: hidden;
}
.contactformwrap #formContent.company,
.contactformwrap #formContent.patient,
.contactformwrap #formContent.inquiry {
  grid-template-rows: 1fr;
}
.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: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 select {
  width: 100%;
  padding: 0.5rem;
}
.contactformwrap #contact-form {
  transition: opacity 0.25s;
}
.contactformwrap #contact-form.is-submitting {
  opacity: 0;
}
.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;
}
.contactformwrap select {
  /* Reset Select */
  box-shadow: none;
  /* Personalize */
  flex: 1;
  padding: 0 1em;
  color: var(--company-blue);
  background-color: white;
  background-image: none;
  cursor: pointer;
}
.contactformwrap select::-ms-expand {
  display: none;
}
.contactformwrap .select:hover::after {
  color: #f39c12;
}
.contactformwrap .select::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  padding: 1em;
  background-color: red;
  transition: 0.25s all ease;
  pointer-events: none;
  z-index: 1000;
}
.contactformwrap .select {
  position: relative;
  display: flex;
  height: 3em;
  border-radius: 0.25em;
}

/* 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);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
/* 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;
  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-hippa {
  margin-top: 2rem;
  right: 0;
  top: 0;
}
@media screen and (min-width: 760px) {
  .footer-hippa {
    position: absolute;
    margin-top: 0;
  }
}
.footer-hippa img {
  width: 160px;
}

.footerCTA {
  padding: 4rem 2rem;
  background-color: var(--color-footer-bg);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-around;
  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, 1200px);
  --bento-gap: 2rem;
  --bento-gap-small: 1rem;
}
@media screen and (min-width: 768px) {
  :root {
    --top-padding: 100px;
  }
}

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

.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;
}
.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.5);
}
.partners .partners-wrap .partner img {
  display: block;
  width: auto;
  max-width: 100%;
}
.partners .partners-wrap .partner.aws img, .partners .partners-wrap .partner.pancan img {
  max-height: 80px;
  width: auto;
}

.partnerlist {
  list-style-type: none;
  padding: 0;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 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 .imgwrap {
  flex-basis: 50%;
  flex-grow: 1;
}
@media screen and (min-width: 700) {
  .partnerlist .imgwrap {
    padding-right: 3rem;
  }
}
.partnerlist img {
  display: block;
  max-width: 50%;
  margin: 1rem auto;
}
@media screen and (prefers-color-scheme: dark) {
  .partnerlist img {
    padding: 0.4rem 1rem;
    background-color: var(--white);
  }
}
@media screen and (min-width: 700) {
  .partnerlist img {
    max-width: 100%;
    margin-bottom: 0;
    max-height: 210px;
  }
}
.partnerlist a {
  font-weight: 600;
  border-bottom: 2px solid var(--highlight-green);
  display: inline-block;
  margin: auto;
}
.partnerlist li {
  background-color: var(--white);
  border-radius: 0.5rem;
  padding: 2rem;
}

.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;
}

.post-type-archive-podcasts .content {
  margin-top: 10rem;
}
.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;
}

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